body{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	margin:0;
	overflow-x:hidden;
}
/* header */

h1, h2, h3, h4, h5, h6, p, ul {
	padding: 0px;
	margin:0px;
}


header {
	width:100%;
	
}
img {
	width:100%;
}

.header-edaglobal {
	width:100%;
	padding: 5px 0px;
	border-bottom:solid 1px #ccc;
}

.header-edaglobal .logo-main {
	display:block;
	margin:0px auto;
	width: 200px;
}

.header-edaglobal .header-wrapper {
	display:flex;
	width:100%;
	border-top:1px solid #ccc;
	margin-top: 10px;
    padding: 2px 15px;
}


.header-edaglobal .header-wrapper  .logo-left {
	width:30%;
	font-size:28px;
}


.header-edaglobal .header-wrapper  .menu-main {
	width:70%;
	text-align:right;
}


.header-edaglobal .header-wrapper  .menu-main .menu-ul {
	display:inline-block;
	margin: 0;
    padding: 0;
}


.header-edaglobal .header-wrapper  .menu-main .menu-ul li {
	list-style-type:none;
	display:inline-block;
	padding: 7px 10px;
    font-size: 18px;
}

.header-edaglobal .header-wrapper  .menu-main .menu-ul li a {
	color:#000;
	text-decoration:none;
}


.banner-img {
	width:100%;
	position:relative;
	aspect-ratio: 12/5;
	background: #2271b1;
}

.banner-img {
	position:relative;
}

.banner-img .banner-caption {
	position:absolute;
	width:100%;
	max-width: 550px;
	top:50%;
	left:50%;
}

.banner-img .banner-caption {
       position: absolute;
    width: 100%;
    max-width: 900px;
    top: 50%;
    left: 50%;
    color: #fff;
    text-align: center;
    padding: 15px 25px 25px 25px;
    transform: translate(-50%, -50%);
    background: rgb(0 23 64 / 40%);
}

.banner-img .banner-caption h1 {
	padding:10px 0px;
}

.footer-cls {
	display:flex;
	padding:15px;
	width:100%;
	border-top: solid 2px #ccc;
    margin-top: 40px;

}

.footer-cls .footer-logo {
	width:150px;
}

.footer-cls p {
	text-align:right;
	padding:15px;
	    width: 100%;
		font-size:14px;
		line-height:30px;
}

.contact-us-form {
	margin:30px 0px 70px 0px;
}


.contact-us-form h2 {
	margin-bottom:5px;
} 

.contact-us-form p {
	margin-bottom:20px;
	color:#337ab7;
}

.contact-us-address h1 {
	margin-bottom:15px;
}

.submit-button {
	color:#fff;
	background:#337ab7;
}

.header-edaglobal .header-wrapper .menu-main .menu-ul li a:hover {
	border-bottom:dotted 2px #337ab7;
}

.our-work, .tech-we-use, .what-we-do, .our-values, .contact-wrapper {
    padding: 50px 15px;
}
.our-work {
	width:100%;
	box-sizing:border-box;
}

.our-work .feature-wrap {
    text-align: center;
}

.feature-wrap .feature-icon {
    background: #2271b1;
    color: #fff;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.feature-wrap .feature-icon svg {
    font-size: 28px;
}



.feature-wrap .feature-description h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
        margin: 20px 0 40px 0px;
}

.feature-wrap .feature-description p {
    font-size: 14px !important;
    line-height: 24px !important;
	    margin-bottom: 20px;
}

.tech-we-use {
    background: url(../images/workplace.jpg) no-repeat center center;
    background-size: cover;
    min-height: 400px;
}

.tech-we-use h2 {
	color:#fff;
	font-size:34px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}

.tech-wrapper {
    display: flex;
    flex-flow: row wrap;
    position: relative;
}

.tech-wrapper .tech-icons {
    margin: 30px 0;
    text-align: center;
    width: 20%;
}

.tech-wrapper .tech-icons img {
    width: 100%;
    max-width: 100px;
}

.tech-wrapper .tech-icons p {
	color:#fff;
	padding:5px 0px;
}

.what-we-do .wwd-icon {
    padding: 20px;
}

.what-we-do .row {
	margin-top:25px;
	margin-bottom:25px;
	display:inline-block;
}

.what-we-do h3 {
    font-weight: 700;
    font-size: 18px;
    margin: 0px 0 5px 0px;
}

.what-we-do p {
    font-size: 14px !important;
    line-height: 24px !important;
	margin-bottom: 20px;
}

.inner-heading {
	font-size: 48px;
    font-weight: normal;
    text-align: left;
    margin: 15px;
    border-bottom: solid 2px #000;
    line-height: 60px;
    padding: 15px 0px;
}



.our-values h3 {
	font-size:28px;
	font-weight:bold;
	margin:20px 0px;
	text-align:center;
}

.our-values .values-wrapper h4 {
    font-size: 20px;
    font-weight: 600;
    margin:20px 0px 10px 0;
}


.our-values .values-wrapper p {
    font-size: 14px !important;
    line-height: 24px !important;
	margin-bottom: 20px;
}

.contact-us-address {
    text-align: center;
}




/* Media query ends here */

@media only screen and (max-width:991px) {
	

	
	.header-edaglobal .header-wrapper .logo-left {
		width: 30%;
		font-size: 20px;
		line-height:40px;
}
	
	.banner-img .banner-caption {
		position:relative;
		top: 0;
		left: 0;
		color: #fff;
		text-align: center;
		transform: inherit;
		background: rgb(0 23 64 / 100%);
	}
	
	
	.banner-img .banner-caption h1 {
		padding: 10px 0px;
		font-size: 26px;
	}
}




@media only screen and (max-width:767px) {
	
.our-work, .tech-we-use, .what-we-do, .our-values {
    padding: 25px 15px;
}	
	
.inner-heading {
    font-size: 28px;
}
.our-values .values-wrapper img {
	max-width:200px;
	margin:0px auto;
	display:block;
}

.our-values .text-right {
	text-align:left !important;
}

.what-we-do .wwd-icon {
	padding: 20px 0px;
	width: 140px;
}
	
	
.tech-wrapper .tech-icons {
	width: 33%;
}	
	
.our-work .feature-wrap {
    text-align: center;
    border: solid 1px #ccc;
    padding: 20px 0px;
    margin: 10px 0px;
}	
	
.header-edaglobal {
    padding: 5px 0px;
}

.header-edaglobal .header-wrapper {
	display:block;
	
}


.header-edaglobal .header-wrapper  .logo-left {
	width:100%;
	font-size:18px;
	 text-align: center;
	 display:none;
}


.header-edaglobal .header-wrapper  .menu-main {
	width:100%;
	text-align:center;
}




.header-edaglobal .header-wrapper .menu-main .menu-ul li {
    padding: 7px 7px;
    font-size: 14px;
	   
}

.footer-cls {
	display:block;
	padding:15px;
	width:100%;
}

.footer-cls .footer-logo {
	width:150px;
	display:block;
	margin:10px auto;
}

.footer-cls p {
	text-align:center;
	padding:15px;
	width: 100%;
	font-size:14px;
	line-height:30px;
}

}


@media only screen and (max-width:499px) {
	
	.tech-wrapper .tech-icons {
		width: 50%;
}	

}