body {
	color: #e03f44;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	margin:0;
	padding:0;
	font-family: 'Lexend', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Lexend', sans-serif;
}
ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	font-family: 'Lexend', sans-serif;
}
.fancybox{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;	
	z-index: 1111;
}
.fancybox-inner img{
		
}
.logo{
	display:inline-block;
	float:left;	
	width:140px;
	padding: 0px 0px;
}

.logo img{
	width:100%;
}
.logo p{
	margin:0px;
	padding:0px;
	color:#fff;
	text-align:center;
	font-family: 'Lexend', sans-serif;
	font-weight:500;
	font-size:22px;
	display:none;
}
.navbar_main{
	background:#003679;
	background-size:cover;
	padding:0px 0px;
	box-shadow: 0 4px 3px rgba(31, 50, 63, 0.25);
	position:relative;
	
}


.navbar_main ul{
	list-style:none;	
}
.navbar_main li{
	 float:left;	
}
.navbar_main a{
	color:#fff;	
}
.navbar_main a:hover{
	color:#0c5ba5;
	text-decoration:none;	
}

.navbar_main ul ul {
    font-size: 14px;
    display: none;
    position: absolute;
    z-index: 100;
}


.navigation {
	min-height:40px;
	border-radius:20px 0 0 20px;
	display: inline-block;
	float: left;
	margin-top:0px;
}

.navigation ul{
	list-style:none;
	margin:22px 0px 0px 0px;	
}

.navigation li {
	font-size:16px;
	line-height:28px;
	position:relative;
	cursor:pointer;
	font-family: 'Lexend', sans-serif;
	padding: 0px 0px;
	display:inline-block;
	position:relative;
}
.navigation li a {
	color:#333;
	display:block;
	transition: all 0.3s ease-out;
	padding:5px 7px;
	font-family: 'Lexend', sans-serif;
}
.navigation li a::before {
    -webkit-transition: width .45s,opacity .1s;
    transition: width 1.05s,opacity .1s;
    content: '';
    height: 2px;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    width: 0%;
    background: #fe970d;
    bottom: 2px;
	z-index: 99;
}
.navigation li:hover a::before {
    opacity: 1;
    width: 100%;
    -webkit-transition: width .45s,opacity .1s;
    transition: width 1.05s,opacity .1s;
}
.navigation li a:hover{
	color:#fe970d;
	text-decoration:none;
	outline:none;	
}
.navigation li a:focus{
	color:#fe970d;	
	text-decoration:none;
	outline:none;
}

.navigation .last{
	border-right:1px solid #fff;	
}
.navigation li span {
	display:none;	
}
.navigation ul ul li{
	padding:0px;	
}
.navigation ul ul li a{
	color:#29abe2;
	background:#fff;
}
.navigation ul ul li a:hover{
	color:#fff;
	background:#0c5ba5;
	display:block;
}
.navigation ul ul li a:focus{
	outline:none;
}
.navigation li a.active {
	color:#fe970d;
	border-bottom:2px solid #fe970d;	
}
.navigation li:hover > ul {
	display:block;
}
.navigation ul ul {
	font-size:14px;
	display:none;
	position:absolute;
	z-index:100;
	margin:0px;
}
.navigation ul ul li {
	width:230px;
	line-height:40px;
	top:0;
	font-size:13px;
}
.navigation ul ul li a{
	background:#ebebeb;
	padding: 0px 10px 0px 10px;
	
	color:#000;
	transition:none;
	text-align:left;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
}
.navigation ul ul li a:hover{
	background:#0c5ba5;
	color:#fff;
	border-bottom: 1px solid #ccc;
	transition:none;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
}
.navigation ul ul ul{
	left:100%;
	top:0px;
}
.air{
	float:right;
	padding-top:12px;
	
}
.navigation .menu {
	background:url(../images/bg_menu.png) no-repeat left top;
	width:27px;
	height:19px;
	float:left;
	margin:10px 0 0 10px;
	text-indent:-9999px;
	display:none;
}
.navigation .menu:hover{
	background:url(../images/bg_menu.png) no-repeat left top;
}
.navigation .menu:focus{
	background:url(../images/bg_menu.png) no-repeat left top;
	outline:none;	
}
.navbar_main.fixed{
	position:fixed;
	z-index: 999;
	width: 100%;
	top:0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.navbar_main.fixed .logo{
	width:263px;	
}
.navbar_main.fixed .logo img{
	width:100%;	
}
.logo a:hover{
	text-decoration:none;
	outline:none;
}
.logo a:focus{
	text-decoration:none;
	outline:none;
}
.navbar_main.fixed .navigation{
	margin-top:1px;	
}
.navbar_main.fixed .navigation li a{
	padding:23px 15px;
}
.navbar_main.fixed .navigation ul ul li a{
	padding: 0px 10px 0px 10px;
}

.maeque-clients{
	border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 35px 0px;
}	

.top_right{
	float:right;
}	
.top_phone_email_togle{
	background:#fff;
	padding:0px 0px;
	position:relative;
}
.top-left .logo{
	position:absolute;
	top:0px;
	z-index:9;
}
.top_right ul{
	list-style:none;
	margin:0px;
	padding:0px;
	text-align:right;
}
.top_right li{
	display:inline-block;
	color:#fff;
	font-family: 'Lexend', sans-serif;
	vertical-align:middle;
}

.top_right ul li{
	color: #fff;
	margin: 17px 0;
	font-size: 15px;
	position:relative;
	text-align:center;
}
.top_right ul li img{
	width:16px;
	margin:7px 0px 0px 2px;	
}
.top_right ul li a{
	color: #fff;
	margin: 0 0px;
	width:30px;
	height: 30px;
	border-radius: 100%;
	display:block;
	background:none;
	
}
.top_right ul li .fb{
	background:#3a559f;	
}
.top_right ul li .in{
	background:#007ab9;	
}
.top_right ul li .phone{
	background:#fe970d;	
}
.top_right ul li .mail{
	background:#f84437;	
}
.top_right ul li .wh{
	background:#00d95f;
	color:#fff;	
}


.top_right ul li a .fa{
	line-height:30px;
}
.top_right ul li a:hover{
	color: #fff;
	}
.top_right ul li a:hover{
	text-decoration:none;
	outline:none;
	color:#fff;
}
.top_right li a:focus{
	text-decoration:none;
	outline:none;
	color:#fff;
}
.top-right{
	text-align:right;

}
.video-full video{
	width:100%;	
}
/*.top_right .fb{
	background:#3e578f;	
}
.top_right .in{
	background:#0b77b8;	
}
.top_right .insta{
	background:#b92cb9;	
}
.top_right .phone{
	background:#6347be;	
}
.top_right .mail{
	background:#961500;	
}
.top_right .wh{
	background:#24cc63;	
}*/

.navigation ul li .btn-info{
	background: none;
	border: 0px;
	padding:23px 15px;
	color: #333;
}

.top-right li a{
	text-decoration:none;
	color:#008cd0;
}
.top-right li a:hover{
	text-decoration:none;
	color:#008cd0;
}
.top-right li a:focus{
	outline:none;
	text-decoration:none;
}


.facebook-boxpanel{
	right: 0px;
	top: 250px;
	padding: 10px 0px;
	z-index: 99999;
	position: fixed;
}
.facebook-boxpanel .f-box{
	color: #fff;
	background: #f7931e;
	width: 37px;
	height: 32px;
	text-align: center;
	padding: 7px;
	font-size: 20px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	transition-duration:0.3s;
	transition-duration:0.3s;
}
.facebook-boxpanel .f-box:hover{
	transition-duration:0.3s;
	background:#008cd0;
}
.facebook-boxpanel .f-box a{
	color:#fff;
	text-decoration:none;
}
.facebook-boxpanel .f-box a:focus{
	outline:none;
	text-decoration:none;
}
.facebook-boxpanel .in-box{
	margin-top:10px;
	color: #fff;
	background: #f7931e;
	width: 37px;
	height: 32px;
	text-align: center;
	padding: 7px;
	font-size: 20px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	transition-duration:0.3s;
	transition-duration:0.3s;
}
.facebook-boxpanel .in-box:hover{
	transition-duration:0.3s;
	background:#008cd0;
}
.facebook-boxpanel .in-box a{
	color:#fff;
	text-decoration:none;
}
.facebook-boxpanel .in-box a:focus{
	outline:none;
	text-decoration:none;
}


.slider .carousel .carousel-control {
    position: absolute;
    top: 50%;
    bottom: 13%;
    left: 10%;
    opacity: 0.9;
	width: 30px;
	height: 30px;
	font-size: 30px;
	line-height: 45px;
	text-align: center;
	background: #010101 !important;
	color: #fff;
	text-shadow:none;
	transition:all 0.3 ease-in !important;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.slider .carousel .carousel-control .fa{
	line-height:30px;
	font-size:20px;	
}

.slider .carousel .carousel-control.right{
	left:97.4%;
}
.slider .carousel .carousel-control.left{
	left:0%;
}

.slider .carousel .carousel-control:hover,.carousel .carousel-control:focus{
	background:#010101 !important;
	color:#fff !important;
	opacity:1 !important;
	transition:all 0.3 ease-out !important;
}

.top-right{
	-webkit-animation: down-one 15s ease infinite;
	text-align:center;
	overflow:hidden;
}
.top-right p{
	color:#fff;
	text-align:center;
	font-size:16px;
	font-family: 'Lexend', sans-serif;
}

.conplete-project{
	margin-bottom:30px;
}	
.conplete-project table{
	width:100%;	
}
.conplete-project table td{
	border:1px solid #ccc;
	padding:4px 14px;
	font-family: 'Lexend', sans-serif;	
}

/*-----------------------------------------
     about-main
------------------------------------------*/
.about-main{
	position:relative;
	overflow:hidden;
	padding:45px 0px;
}
.text-headind2{
	text-align:center;
}
.text-headind2 h2{
	font-size:36px;
	font-weight:600;
	font-family: 'Lexend', sans-serif;
	color:#006e91;
	margin-bottom: 0px;
	display:inline-block;
}
.text-headind2 hr{
	Width:10%;
	height:3px;
	margin:0 auto;
	background:#006e91;
	
}
.text-headind h2{
	font-size:36px;
	font-weight:600;
	font-family: 'Lexend', sans-serif;
	color:#006e91;
	margin-bottom: 10px;
	text-align:center;
}
.text-headind hr{
	Width:10%;
	height:3px;
	margin:0px auto;
	background:#006e91;
	text-align:center;
}
.text-headind p{
	font-size:17px;
	font-family: 'Lexend', sans-serif;
	color:#333;
	margin-bottom:10px;
	text-align:justify;
}
.text-headind h6{
	padding-top:20px;
}
.text-headind h6 a{
	text-decoration:none;
	color:#fff;
	
}
.text-headind h6 a:hover{
	text-decoration:none;
	color:#fff;
}
.text-headind h6 a:focus{
	text-decoration:none;
	color:#fff;
	outline:none;
}
.text-headind  .btn1{
	font-size:17px;
	font-family: 'Lexend', sans-serif;
	color:#fff;
	background:#006e91;
	padding:10px;
	
}
.text-headind img{
	width:100%;
	margin-top:25px;
	
	
}
.video-hed{
	padding:5px 0px 40px 0px;	
}
.video-hed p{
	color: #9b9169;
	text-align: center;
	font-family: 'Lexend', sans-serif;
	margin: 6px 0px 0px 0px;
	font-size: 28px;
	font-weight: bold;	
}


.textemonial blockquote{
	border-left:none !important;
}
.textemonial blockquote small{
	color:#9b9169;
	font-style: italic;
	font-family: 'Lexend', sans-serif;
}
.textemonial blockquote p{
	font-family: 'Lexend', sans-serif;
	color:#000;
}
.textemonial blockquote img{
	width:80px;
	height:80px;
	border-radius:100px;
	margin:20px 0px 10px 0px;	
}
.textemonial blockquote p span{
	color:#9b9169;	
}

.carousel-control{
	background:transparent !important;	
}

.textemonial blockquote p::before {
    content: "\f10d";
    margin-right: 5px;
    top: 0;
    left: 0;
}
.textemonial blockquote p::after {
    content: "\f10e";
    margin-left: 5px;
    position: relative;
    bottom: 0;
    right: 0;
}
.textemonial blockquote p::before, .textemonial blockquote p::after {
    font-family: 'FontAwesome';
    font-size: 17px;
    color: #9b9169;
    position: relative;
}

/*-----------------------------------------
    our-project
------------------------------------------*/
.products-main{
	width:100%;
	position:relative;
	overflow:hidden;
	padding: 0px 0px 44px 0px;
	margin-top: -135px;
}
.text-headind1{
	text-align:center;
}
.text-headind1 h2{
	font-size:36px;
	font-weight:600;
	font-family: 'Lexend', sans-serif;
	color:#fff;
	margin-bottom: 5px;
}
.iso{
	width: 100%;
	position: absolute;
	padding: 0px 0px;
	background: #003a77db;
	bottom: 0px;
	left: 0px;
	z-index: 99;
}
.text-headind3 h2{
	font-size:26px;
	font-weight:500;
	font-family: 'Lexend', sans-serif;
	color:#fff;
	margin-bottom: 2px;
	margin-top: 6px;
	text-align:center;
}
.text-headind1 hr{
	Width:10%;
	height:3px;
	margin:0 auto;
	background:#fff;
}
.project-section-main{
	text-align:center;
	background:#f5f5f5;
	margin-bottom:10px;
	position:relative;
	margin-top:20px;
	padding:10px;
}
.project-section-main a{
	width:100%;
	position:absolute;
	height:100%;
	top:0px;
	left:0px;
}
.project-section-main a:hover{
	box-shadow: 0px 0px 15px #222;
}
.project-section-main img{
	width:100%;
}
.project-section-main h4{
	font-size:23px;
	font-weight:600;
	font-family: 'Lexend', sans-serif;
	color:#006e91;
	margin-top: 10px;
}
.products-column{
	text-align:center;
	margin-top:30px;
	
	position:relative;

}
.owl-theme .owl-controls {
    text-align: center !important;
	
}
.products-column img{
	width:100%;
}
element {
}
.products-column:hover .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 23, 45, 0.14);
    opacity: 1;
}
.products-column a{
	text-decoration:none;

}
.products-column a:hover{
	text-decoration:none;

}
.products-column a:focus{
	text-decoration:none;
	outline:none;

}
.text-headind video{
	width:100%;	
}

.project-section h6{
	font-size:16px;
	font-weight:600;
	font-family: 'Lexend', sans-serif;
	color:#006e91;
	background:#fff;
	padding:5px;
}

.video-inner{
	background:url(../images/video-gallery-2.jpg);
	position: relative;
	display: block;
	max-width: 970px;
	width: 100%;
	margin: -198px 0px 40px 0px;
	padding: 95px 0 95px;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	z-index: 2;	
}
.inner-icon{
	text-align:center;
}	
.inner-icon a{
	width:200px;
	height:200px;
	padding: 50px;
	background: rgba(255, 255, 255, 0.50);
	border-radius: 50%;
	display: inline-block;	
}
.inner-icon a .fa{
	background: #fe970d;
	color: #fff;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	text-align: center;
	padding: 24px 33px;
	font-size: 42px;	
}
.inner-icon a:hover{
	text-decoration:none;
	outline:none;	
}
.inner-icon a:focus{
	text-decoration:none;
	outline:none;	
}
#myVideo50 {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
.modal-body {
	min-height: 450px;
}
.modal-dialog {
    margin: 86px auto !important;
    width: 800px !important;
}
.video-bg{
	background:url(../images/video-bg.jpg) center center;
	min-height:266px;
	position:relative;	
}
.video-bg:before{
	content:"";
	background:#fe970de0;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;	
}
.vid{
	padding:32px 0px 0px 0px;	
}
.vid h2{
	padding-bottom:12px;	
}

/*-----------------------------------------
     #back-to-top
------------------------------------------*/
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #0c5ba5;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top .fa{
	font-size:29px;
}
#back-to-top:hover {
    background: ##0c5ba5;
}
#back-to-top:focus {
    background: ##0c5ba5;
	outline:none;
}
#back-to-top.show {
    opacity: 1;
}
/*-----------------------------------------
     clients
------------------------------------------*/

.clients{
	width:100%;
	position:relative;
	overflow:hidden;
	padding:45px 0px;
	background:#f7f7f7;
}
.clients-section{
	text-align:center;
}
.clients-section ul{
	list-style:none;
}
.clients-section ul li{
	display:inline-block;
	width: 15%;
	margin: 11px 15px 0px 30px;
}

.counter-box{
	font-size: 47px;
	color: #f59019;	
}
.counter-box .fa{
	display:block !important;	
}

.counter1{
	position:relative;
	overflow:hidden;
	padding:45px;
	width:100%;
	background:#31353d;
	
}
.counter-box.colored i, .counter-box.colored .counter {
    color: #f59019;
}
.counter-box.colored i, .counter-box.colored .counter {
    color: #f59019;
	font-size: 47px;
	margin-bottom: 17px;
	display:inline-block;
}
.counter-box.colored p {
    color: #fff;
	font-size: 21px;
	font-family: 'Lexend', sans-serif;
}
.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #666;
    line-height: 28px;
}
/*-----------------------------------------
    company-profile
------------------------------------------*/
.company-profile{
	position:relative;
	width:100%;
	padding:45px 0px;
	background:url(../images/company-bg.jpg) center no-repeat;
	background-size:cover;
	border: 2px solid #fe970d;
}

.company-profile::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(233, 233, 233, 0.4);
}
.about-main-text{
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}
.about-main-text h1{
	font-family: 'Lexend', sans-serif;
	font-size:36px;
	font-weight:600;
	color:#006e91;
	text-align:center;
	display:inline-block;
	border-bottom:1px #ddd solid;
}
.about-main-text ul{
	list-style:none;
}
.about-main-text ul li{
	display:inline-block;
	font-size: 22px;
	font-family: arial;
	font-family: 'Lexend', sans-serif;
}
.about-main-text ul li a{
	text-decoration:none;
	color:#9b9169;
}
.main-about-icon{
	color:#9b9169;
}
/*-----------------------------------------
     company-section
------------------------------------------*/

.company-section{
	background:#f7f7f7;
	width:100%;
	position:relative;
	padding:45px 0px;
}
.team_member_img{
	position:absolute;
	top:-30px;
	right:-100px;
	z-index:10;
}
.team_member_name p{
	font-family: 'Lexend', sans-serif;
	font-size:25px;
	padding:0px 0px 0px 0px;
	color:#3069b3;
	text-align:left;
	line-height:24px;
	font-weight:bold;
}
.team_member_possition {
	font-family: 'Lexend', sans-serif;
	font-size:16px;
	padding:0px 0px 0px 0px;
	color:#414042;
	text-align:left;
	font-weight:normal;
}
.team_member_info p{
	font-family: 'Lexend', sans-serif;
	font-size:19px;
	padding:0px 0px 0px 0px;
	color:#414042;
	text-align:left;
	line-height:26px;
	text-align: justify;
}
.team_member_info a{
	text-decoration:none;
	color:#333;
}
.team_member_info a:hover{
	text-decoration:none;
	color:#333;
}
.team_member_info a:focus{
	text-decoration:none;
	color:#333;
	outline:none;
}
.team_member_info a span{
	font-family: 'Lexend', sans-serif;
	font-size:19px;
	padding:11px 12px 12px 33px;
	color:#fff;
	text-align:left;
	line-height:26px;
	background:#006e91;
	position:relative;
}
.team_member_info a span::before{
	position:absolute;
	background:url(../images/pdf-icon.png) center no-repeat;
	content:"";
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-position: 0 50%;
	width: 29px;
	height: 30px;
	background-size: 29px 30px;
	top: 50%;
left: 3px;
}
.head-management img{
	width:100%;
}
.head-management h4 {
    font-size: 23px;
    font-weight: 600;
    font-family: 'Lexend', sans-serif;
    color: #006e91;
    margin-top: 10px;
}
.head-management {
    text-align: center;
    background: #fff;
    margin-bottom: 10px;
    position: relative;
    margin-top: 20px;
    padding: 10px;
	 box-shadow: 0px 0px 15px #222;
	 border-radius:100%;
	 width: 225px;
	margin: 56px auto;
}
.head-management:hover {
    box-shadow: 0px 0px 15px #222;
}
.company-section-left p{
	font-size:18px;
	color:#333;
	font-family: 'Lexend', sans-serif;
	margin:0px;
	text-align: justify;
}
.company-section-left h4{
	font-family: 'Lexend', sans-serif;
	margin:0px;
	padding: 0px 0px 8px 0px;
	font-size: 28px;
	color:#006e91;	
}
.company-section-left h5{
	font-family: 'Lexend', sans-serif;
	margin:0px;
	padding: 0px 0px 25px 0px;
	font-size: 22px;
	font-style:italic;
	color:#9b9169;
}
.company-section-right img{
	width:100%;
}
.company-section-left{
	margin-top:59px;	
}
.company-section-left1{
	margin-top:59px !important;	
}

.client-inner{
	width:100%;
	padding:45px 0px;
	position:relative;
}
.clients-inner-logo{
	text-align:center;
}
.clients-inner-logo ul{
	list-style:none;
}
.clients-inner-logo ul li{
	width:18%;
	display:inline-block;
	margin: 10px 7px 0px 7px;
}
.current-project{
	padding:45px 0px;
	width:100%;
	position:relative;
}
.current-project-left h2{
	
}

.current-project-left{
	margin-bottom:30px;	
	border: 5px solid #fed000;
}
.project-cost{
	opacity:0;
	position: absolute;
	bottom: 2%;
	left: 5%;
	background:#ffffffbd;
	padding: 10px 12px;
	box-shadow: 3px 4px 2px 0px #575353;
	width: 90%;
	transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-webkit-transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;

	
}
.project-cost h2{
	font-size:18px;
	color:#000;
	font-family: 'Lexend', sans-serif;
	font-weight:600;
	margin:5px 0px 10px 0px;

}
.project-cost p{
	font-size:14px;
	color:#000;
	font-family: 'Lexend', sans-serif;
	margin-bottom: 5px;
}
.project-cost p span{
	font-size:14px;
	color:#000;
	font-family: 'Lexend', sans-serif;
	font-weight:600;

}
.current-project-left img{
	width:100%;
	
}
.project-slide{
	position:relative;
	overflow:hidden;
	transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-webkit-transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
}
.project-slide:hover .project-cost{
	/*background:#fe970d;*/
	background:#ffffffbd;
	opacity:1;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
}
.current-project-right img{
	width:100%;
	margin-top: 20px;
}
.service-main{
	padding:45px 0px;
	width:100%;
	position:relative;
	overflow:hidden;
}
.services-text p{
	font-size:18px;
	color:#333;
	font-family: 'Lexend', sans-serif;
	padding-top: 18px;
	text-align: justify;
	
}
.career-heading h3{
	color:#006e91;
	text-align: center;
	margin-top: 9px;
	line-height: 27px;
	font-size: 20px;
}
.services-text h3{
	color:#fe970d;
	margin:0px;	
}
.services-text img{
	margin-top:24px;
	
}
.capbox {
	background-color: #006e91;
	border: #006e91 0px solid;
	border-width: 0px 12px 0px 0px;
	display:inline-block;
	*display: inline; zoom: 1; /* FOR IE7-8 */
	padding: 4px 40px 5px 8px;
	padding: 4px 3px 5px 8px;
	width: 250px;
}
.capbox-inner {
	font-family: 'Lexend', sans-serif;
	color: #fff;
	background-color: #006e91;
	margin: 5px 0px 0px 0px;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	float:left;
	}

#CaptchaDiv {
	font-family: 'Lexend', sans-serif;
	font-style: italic;
	color: #000000;
	background-color: #FFFFFF;
	padding: 5px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 27%;
	float: left;
	margin-right: 8px;
	margin-top: 7px;
	font-size: 20px;
	}
#CaptchaDiv1 {
	font-family: 'Lexend', sans-serif;
	font-style: italic;
	color: #000000;
	background-color: #FFFFFF;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 50%;
	}

#CaptchaInput { 
	margin: 1px 0px 1px 0px; 
	width: 135px;
	height: 20px;
	border-radius: 0px;
	padding:2px;
}
.form_column_left{
	width:50%;
	float:left;	
	padding: 0px 15px 0px 0px;
}
.contact-info h2{
	margin:0px;
	padding:0px 0px 12px 0px;
	font-family: 'Lexend', sans-serif;
	font-size:22px;	
}
.contact-info input{
	width:100%;
	padding: 10px 12px;
	margin-bottom: 16px;
	border: 1px #ddd solid;
}
.contact-info textarea{
	width:100%;
	padding: 10px 12px;
	margin-bottom: 16px;
	border: 1px #ddd solid;
}
.btn3 {
    display: inline-block;
   font-family: 'Lexend', sans-serif;
	width: 17% !important;
	font-size: 18px;
	background: #0c5ba5;
	color: #fff;
	border: 1px ##0c5ba5 solid !important;
	transition-duration: 1s;
	margin-top: 6px;
}
.btn3:hover {
    display: inline-block;
   font-family: 'Lexend', sans-serif;
	width: 17% !important;
	font-size: 18px;
	background: #0c5ba5;
	color: #fff;
	border: 1px ##0c5ba5 solid !important;
	transition-duration: 1s;
	margin-top: 6px;
}
.btn3:focus{
	outline:none;
    display: inline-block;
   font-family: 'Lexend', sans-serif;
	width: 17% !important;
	font-size: 18px;
	background: #0c5ba5;
	color: #fff;
	border: 1px ##0c5ba5 solid !important;
	transition-duration: 1s;
	margin-top: 6px;
}
.form-career-column{
	margin-bottom:10px;
}
.form-career-column p{
	color:#333;
	font-weight:500;
	font-family: 'Lexend', sans-serif;
	font-size:16px;
	margin-bottom:0px;
}
.form-career-column textarea{
	width:100%;
	padding: 10px 12px;
	margin-bottom: 16px;
	border: 1px #ddd solid;
}
.form-career-column input{
	width:100%;
	padding: 10px 12px;
	margin-bottom: 16px;
	border: 1px #ddd solid;
	box-shadow:none !important;
}
.btn2 {
    display: inline-block;
   font-family: 'Lexend', sans-serif;
	width: 17% !important;
	font-size: 18px;
	background: #0c5ba5;
	color: #fff;
	border: 1px ##0c5ba5 solid !important;
	transition-duration: 1s;
	margin-top: 6px;
}
.btn2:hover {
    display: inline-block;
   font-family: 'Lexend', sans-serif;
	width: 17% !important;
	font-size: 18px;
	background: #0c5ba5;
	color: #fff;
	border: 1px ##0c5ba5 solid !important;
	transition-duration: 1s;
	margin-top: 6px;
}
.btn2:focus{
	outline:none;
    display: inline-block;
   font-family: 'Lexend', sans-serif;
	width: 17% !important;
	font-size: 18px;
	background: #0c5ba5;
	color: #fff;
	border: 1px ##0c5ba5 solid !important;
	transition-duration: 1s;
	margin-top: 6px;
}
/*-----------------------------------------
     our-stof
------------------------------------------*/
.our-stof{
	padding:45px 0px;
	position:relative;
	width:100%;
}
.our-stof-inner{
	width:100%;
}
.our-stof-inner table{
	width:100%;
}
.our-stof-inner table tr{
	width:100%;
	border:1px #ddd solid;
}
.our-stof-inner table th{
	
	border:1px #ddd solid;
	padding:5px 6px;
	font-size:12px;
	color:#333;
	font-family: 'Lexend', sans-serif;
}
.our-stof-inner table td{
	padding:5px 6px;
	border:1px #ddd solid;
	font-size:14px;
	color:#333;
	font-family: 'Lexend', sans-serif;
}
/*-----------------------------------------
     certificate
------------------------------------------*/
.certificate{
	width:100%;
	position:relative;
	overflow:hidden;
	padding:45px 0px;
}
.certificate-section img{
	width:100%;
	border: 15px #9b9169 solid;
}
/*-----------------------------------------
     footer
------------------------------------------*/
.footer-main{
	position:relative;
	overflow:hidden;
padding:45px 0px;
background:#f7f7f7;
}
.footer-section h4{
	font-size:20px;
	color:#333;
	font-family: 'Lexend', sans-serif;
	font-weight:600;
}
.footer-section p{
	font-size:20px;
	color:#333;
	font-family: 'Lexend', sans-serif;
}
.footer-section input{
	width:100%;
	padding:10px 12px;
	margin-bottom:5px;
	font-family: 'Lexend', sans-serif;
	font-size: 16px;
	border-radius: 10px;
	border: 0px;
}
.footer-section .btn-style-one{
	padding: 8px 20px;
	font-size: 18px;
	font-family: Poppins;
	background: #d5282c;
	border-radius: 0;
	color: #fff;
	transition: all .3s;
	border:0px;
}
.footer-section .btn-style-one:hover{
	background: #3497fd;
transition: all .3s;	
}
.footer-section ul{
	list-style:none;
}
.footer-section ul li{
	position:relative;
	padding-left:20px;
	font-family: 'Lexend', sans-serif;
	font-size: 16px;
	padding-bottom:5px;
}
.footer-section ul li a{
	text-decoration:none;
	color:#333;
}
.footer-section ul li a:hover{
	text-decoration:none;
	color:#333;
}
.footer-section ul li a:focus{
	outline:none;
	text-decoration:none;
}
.footer-section ul li .fa{
	position:absolute;
	top:4px;
	left:0px;
	color:#333;
}

/*-----------------------------------------
     footer
------------------------------------------*/
.footer{
	background:#f7f7f7;
	width:100%;
	position:relative;
	overflow:hidden;
	padding:45px 0px;
}
.footer-section h3{
	font-size:26px;
	color:#333;
	font-weight:500;
	font-family: 'Lexend', sans-serif;
}
.footer-section hr{
	width:20%;
	padding-left: 0px;
	margin: 12px 0px;
}
.footer-section ul{
	list-style:none;
}
.footer-section ul li{
	font-size:16px;
	color:#3333;
	position:relative;
	padding-left:20px;
	font-family: 'Lexend', sans-serif;
	line-height:28px;
}
.footer-section ul li a{
	text-decoration:none;
	color:#333;
}
.footer-section ul li a:hover{
	text-decoration:none;
	color:#333;
}
.footer-section ul li a:focus{
	outline:none;
	text-decoration:none;
}
.footer-section ul li .fa{
	position:absolute;
	top:6px;
	left:0px;
}
/*-----------------------------------------
     footer-bottom
------------------------------------------*/
.c-logo{
		
}
.c-logo img{
	
}
.footer-bottom{
	background: #eee;
	width: 100%;
	position: relative;
	border-top: 1px #ddd dotted;
}
.copyright-section{
	padding-top:15px;
	padding-bottom:15px;
}
.copyright-section p{
	color:#333;
	font-family: 'Lexend', sans-serif;
	font-size:14px;
	display: inline-block;
	padding-top: 12px;
}
.copyright-section p a{
	text-decoration:none;
	color:#333;
}
.footer_right ul{
	list-style:none;
	float:right;
}
.footer_right ul li{
	float:left;
	padding-top:23px;
	padding-left:14px;
}
.footer_right ul li:first-child{
	padding-left:0px;
}
.bootom{
	position:fixed;
	bottom:0px;
	z-index:2;
	background:#31353d;
	left:0px;
	width:100%;
	opacity:0.7;
	display:none;
}
.bottom-section ul{
	list-style:none;
}
.bottom-section ul li{
	float:left;
	font-family: 'Lexend', sans-serif;
	font-size:16px;
}
.bottom-section ul li a:focus{
	outline:none;
}
.bottom-section ul li a{
	text-decoration:none;
	color:#fff;
}
.bottom-section ul li a:hover{
	text-decoration:none;
	color:#fff;
}
.bottom-section ul li img{
	width:20%;
	margin-right: 10px;
}

.download_btn{
	width:100%;
	display:block;
	background:#006e91;
	text-align:center;
	padding:12px 0px;	
}



/*///////////////////////////////////////////////////////
					Responsive Phone
//////////////////////////////////////////////////////*/

@media only screen and (min-width:290px) and (max-width:766px){

.navbar_main.fixed .navigation{
	margin-top:0px;	
}
.navigation .menu{
	display:block;
	margin: 21px 0 17px 10px;	
}
.navigation{
	min-height:auto;
	margin-top: 23px;
	position:relative;
	float:right;	
}
.navigation ul {
	display:none;
	position:absolute;
	right:0px;
	top:100%;
	z-index:999;
	width:300px;
	margin: 14px 0px 0px 0px;
}
.navigation li span {
	display:block;
	float:right;
	padding: 4px 12px;
	background:#0c5ba5;
	font-size: 23px;
	margin-top: 0px;
	color:#fff;
}
.navigation li:hover > ul {
	display:none;
}
.navbar_main.fixed .navigation li a {
    padding: 8px 15px;
}
.navigation li{
	padding:0px 0px;
	width:100%;
	background:#ebebeb;	
}
.navigation li a{
	padding:5px 15px;
	text-align:left;	
}
.navigation ul ul{
	top:100%;
	right:0;	
}
.navigation ul ul li{
	width:100%;	
}
.navigation ul ul li a{
	background:#ccc;
	color:#000;	
}
.navbar_main .register_btn {
    padding: 10px 15px 10px 15px;
}
.top_left li{
	display:block;
	text-align:center;
	padding:0px;	
}
.top_right {
    text-align: center;
	position: absolute;
	top: -60px;
	left: 30%;
}
.top_phone_email_togle::before {
    left: -26px;
    top: -24px;
    width: 45px;
    height: 125px;
    transform: rotate(-29deg);

}
.top_phone_email_togle::after {
    right: -26px;
    top: -24px;
    width: 45px;
    height: 125px;
    transform: rotate(29deg);
}
.navigation{
	margin-top:0px;
}
.footer-text {
    padding-top: 10px;
    padding-bottom: 2px;
}
.copyright-section {
    padding-top: 8px;
    padding-bottom: 8px;
}

.slide-text {
    padding: 0px 30px !important;
}
.slide-text {
    left: 0;
    top:0% !important;
}
.slide-text h1 {
    font-size: 16px !important;
    line-height: 15px !important;
    margin-bottom: 5px !important;

}
.slide-text > p {
    font-size: 9px !important;
    line-height: 13px !important;
    margin-bottom: 10px !important;

}
a.btn-default, .slide-text > a.btn-primary {
    padding: 6px 15px !important;

}
.copyright-section{
	text-align:center;
}
.copyright-section p {
    padding-top: 1px;
	font-size:12px;
}
.footer_right{
	text-align:center;
}
.footer_right ul{
	float:none;
}
.footer_right ul li{
	display:inline-block;
	float:none;
	padding-top:0px;
}
.profile-inner ul li{
	width:42%;
}
.quality-certificate ul li{
	width:27%;
}
.slide-text {
    padding: 21px 21px !important;
	text-align: center !important;
	margin-top: 7% !important;
	left: 6% !important;
}
.slide-text h1{
	font-size:14px !important;
}
.top-right li{
	margin-top:5px;
}
.logo{
	width:93px;
}
.about-main{
	padding:20px 0px;
}
.text-headind h2{
	font-size:25px;
}
.about-main-text h1{
	font-size: 20px;
	padding-bottom: 8px;
}
.about-main-text ul li{
	font-size:16px;
}
.team_member_img {
    position: relative;
    z-index: 10;
    text-align: center;
	right:0px;
	top:0px;
}
.top_mar{
	margin-top:0px;
}
.team_member_box {
    padding: 31px 21px 63px 30px;
    background-color: #FFF;
    position: relative;
}
.company-section-left p {
    font-size: 15px;
    margin-bottom: 9px;
}
.company-section{
	padding:25px 0px;
}
.team_member_info {
margin-bottom:30px;
}
.item > img{
	margin-bottom:15px;
}
.current-project{
	padding:25px 0px;
}
.clients-inner-logo ul li {
    width: 45%;
	float:left;
    margin: 7px 10px 2px 9px;
}
.clients-inner-logo ul li img{
	width:100%;	
}
.footer-bottom{
	margin-bottom:0px;
}
.text-headind3 h2{
	margin: 6px 0px;
	font-size: 14px;	
}
.text-headind2 h2{
	font-size:24px;	
}
.btn2{
	width:100% !important;
}
.btn2:hover{
	width:100% !important;
}
.btn3{
	width:100% !important;
}
.btn3:hover{
	width:100% !important;
}
.company-section-left {
    margin-top: 18px;
    margin-bottom: 25px;
}
.company-section-left1 {
    margin-top: 20px !important;
}
.company-section-left {
    margin-top: 0px;
}
.modal-dialog {
    margin: 20px auto !important;
    width: 100% !important;
}
.modal-body {
    min-height: 300px;
}
.inner-icon a{
	width:150px;
	height:150px;
	padding:40px;	
}
.inner-icon a .fa{
	width:66px;
	height:66px;
	font-size:32px;
	padding:18px 25px;	
}

}
