@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');


*
{	
	font-family: 'Lato', sans-serif;
	font-size:16px;
	color:#000;
	font-weight:400
}

html , body
{
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;

}
.transition
{
	transition:all 0.5s ease-in-out;
}
body
{
	
}
a {
	color:#707070;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}
.displaynone
{
	display:none !important
}
.vError
{
	border:red 1px solid !important
}
.form-error
{
    color: red;
    font-size: 10px !important;
    padding-top: 5px;
    display: inline-block;
}
.h100{
	height:100%
}
.FormResult  , .FormResult1
{
	color:green;
	width:100%;
}
.dnone
{
	display:none
}
.d-block{
	display:block
}
.d-flex
{
	display:flex;
	flex-wrap: wrap;
}
.italic
{
	font-style:italic
}
.white
{
	color:#FFF
}
.font-light1 , .font-light1 *
{
	 font-weight: 300;
}

.font-bold , .font-bold *
{
	 font-weight: 700;
}
.font-light , .font-light *
{
	 font-weight: 400;
}
.font-12, .font-12 *
{
	font-size:0.75rem
}
.font-13, .font-13 *
{
	font-size:0.8125rem
}
.font-14, .font-14 *
{
	font-size:0.875rem
}
.font-15, .font-15 *
{
	font-size:0.9375rem
}
.font-16, .font-16 *
{
	font-size:1rem
}
.font-18 , .font-18 *
{
	font-size:1.125rem
}
.font-20, .font-20 *
{
	font-size:1.25rem
}
.font-22, .font-22 *
{
	font-size:1.375rem
}
.font-24, .font-24 *
{
	font-size:1.5rem
}
.font-26, .font-26 *
{
	font-size:1.625rem
}
.font-28, .font-28 *
{
	font-size:1.75rem
}
.font-30, .font-30 *
{
	font-size:1.875rem
}
.font-32, .font-32 *
{
	font-size:2rem
}
.font-36, .font-36 *
{
	font-size:2.25rem
}
.font-40, .font-40 *
{
	font-size:2.2rem
}
.font-42, .font-42 *
{
	font-size:2.625rem
}
.font-45, .font-45 *
{
	font-size:2.8125rem
}
.font-50, .font-50 *
{
	font-size:3.125rem
}
.font-52, .font-52 *
{
	font-size:3.25rem
}
.font-55, .font-55 *
{
	font-size:3.437rem
}
.font-60, .font-60 *
{
	font-size:3.75rem
}
.font-62, .font-62 *
{
	font-size:3.875rem
}
.font-70, .font-70 *
{
	font-size:4.375rem
}
.font-80, .font-80 *
{
	font-size:5rem
}
.font-90, .font-90 *
{
	font-size:5.625rem
}
.text-center
{
	text-align:center
}
.line-height13
{
	line-height:1.3rem
}
.line-height14
{
	line-height:1.4rem
}
.line-height15
{
	line-height:1.5rem
}
.line-height2
{
	line-height:2rem
}
.line-height3
{
	line-height:3rem
}
.line-height4
{
	line-height:4rem
}
.inline-block
{
	display:inline-block
}
.flex-row {
    display: flex !important;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.flex-column {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.jc-fs
{
	    justify-content: flex-start !important;
}
.jc-sb
{
	    justify-content: space-between !important
}
.trigger{
	width: 35px;
	height: 25px;
	z-index: 999999999;


}

.trigger > div{
	position: relative;
}

.trigger > div > span{
	position: absolute;
	height: 4px;
	width:34px;
	margin:0;
	background: #FFF;
	top:0;
	border-radius:25px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
	left:0
}

.trigger > div > span:nth-child(2){
    top: 9px;
    width: 22px;
}

.trigger > div > span:nth-child(3){
	top:18px;
}

.trigger > div.close > span:nth-child(1){
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	top: 19px;
	background:#FFF
}

.trigger > div.close > span:nth-child(2){
	display: none;
}

.trigger > div.close > span:nth-child(3){
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	top: 19px;background:#FFF
}

.trigger, .sitewrapper{
	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.slideddddd{
	-ms-transform: translate(-320px,0); /* IE 9 */
	-webkit-transform: translate(-320px,0); /* Safari */
	transform: translate(-320px,0); /* Standard syntax */
	
}
.white , .white *
{
	color:#FFF
}
.blur {
    
    background: transparent !important;
}
.z-100
{
	z-index:100
}
.relative
{
	position:relative;
}
b
{
	font-weight:700
}
.txt-justify
{
	text-align:justify
}
.py-100
{
	padding-top:100px;
	padding-bottom:100px
}
.px-100
{
	padding-right: 100px;
	padding-left: 100px
}
.ai-fs
{
	align-items:flex-start
}
.line-20 , .line-20 *
{
	line-height:1.25rem
}
.line-22 , .line-22 *
{
	line-height:1.375rem
}
.line-30 , .line-30 *
{
	line-height:1.875rem
}
.line-35 , .line-35 *
{
	line-height:2.8175rem
}
.line-40 , .line-40 *
{
	line-height:2.5rem
}
.line-50 , .line-50 *
{
	line-height:3.125rem
}
.line-60 , .line-60 *
{
	line-height:3.75rem
}
.color1
{
	color:#2B363E
}
.color2
{
	color:#6D7278
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.breadcrumbs li
{
	padding:0 5px;
	color:#FFF;
	display:inline-block
}
.breadcrumbs li a
{
	color:#FFF
}.breadcrumbs li a:hover
{
	color:#E02020
}
header
{
	position:absolute;
	top:0;
	left:0;
	z-index:50;
	width:100%;
}
header .logo img
{

}
footer
{
	background-color: #0F1D42;
	display:inline-block;
	width:100%
}
footer li
{
	color:#FFF;
	display:inline-block;
	width:100%;
	padding:0 0 10px 0;
}
footer li a
{
	color:#FFF;
}
.subscribe_newsletter input
{
  box-sizing: border-box;
  height: 46px;color:#FFF;
  border: 1px solid #1B2D5E;
  background-color: rgba(255,255,255,0.12);
}


.subscribe_newsletter button
{
	height: 50px;
  background-color: #E14742;
}
.subscribe_newsletter button:hover
{
	color: #E14742;
  background-color: #FFF;
}
input[type='text']::placeholder , textarea::placeholder , select::placeholder , input[type='email']::placeholder  { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color:#FFF;
  opacity: 1; /* Firefox */
}

input[type='text']:-ms-input-placeholder , textarea:-ms-input-placeholder , select::ms-input-placeholder , input[type='email']:-ms-input-placeholder   { /* Internet Explorer 10-11 */
 color:#FFF;
}

 input[type='text']::-ms-input-placeholder , textarea::-ms-input-placeholder   , select::-ms-input-placeholder ,  input[type='email']::-ms-input-placeholder { /* Microsoft Edge */
 color: #FFF;;
}
.bottom_footer
{
	border-top: 1px solid #20356B;
}
.bottom_footer a:hover , footer a:hover , .contact_box a:hover
{
	color:#E02020
}

.about_box
{
	border-bottom: 2px solid #DCDCDC;
	padding-left:30px;
	position:relative;
	 min-height: 120px;
}
.about_box:before
{
	position:absolute;
	top:5px;
	left:0;
	width:13px;
	height:13px;
	background:#E02020;
	border-radius:50%;
	content:'';
	z-index:50
}
.mission_box .mission_img
{
	max-width:540px;
	position:relative;
	
	
}
.mission_box .mission_img div
{
	overflow:hidden;
	width:100%
}
.mission_box .mission_img img
{
	z-index:50;
		position:relative;transition:all 1s ease-in-out;
}
.mission_box .mission_img:hover img
{
	transform:scale(1.1)
}
.mission_box .mission_img:before
{
	position:absolute;
	top:5px;
	right:-30px;
	background:#E02020;
	content:'';
	z-index:40;
	height: 558px;
	width: 352px;
 
}
.mission_main .mission_box .colw-60
{
	padding-left:120px;
}



.mission_main .mission_box:nth-child(2n+2) .colw-40
{
	order:2;
	
}
.mission_main .mission_box:nth-child(2n+2) .colw-60
{
	order:1;
	padding-left:0;padding-right:120px;
}
.careers_box a
{
	color:#E02020
}
.careers_box a:hover
{
	color:#6D7278
}
.bg_white
{
	background:#FFF
}
.careers_box
{
	position:absolute;
	top:100px;
	left:0;
	z-index:50
}
.pb-100
{
	padding-bottom:100px;
}

.jarallax {
  position: relative;
  z-index: 0;
  width:1134px;
  height:720px;
}
.contact_box
{
	  border: 1px solid #DADADA;
}
.contact_box a
{
	color:#2B363E
}
.categories_bg{
background-position:top center;
background-repeat:no-repeat
}

.services_box
{
	  border: 1px solid #DADADA;
	  height:100%;
	  background:#FFF;
}
.services_box img
{
	 max-height:55px;
}
.services_box span
{
	background-color: #E02020;
    height: 64px;
    width: 69px;
	position:absolute;
	right:-50px;
	top:-1px;
	z-index:50;
	box-sizing: border-box;
	opacity:0;

}
.services_box:hover
{
	border: 1px solid #E02020;
}
.services_box:hover span
{
	opacity:1;
	transition:all 0.5s ease-in-out;
	transform: translate3d(-49px,0,0);
    display: flex !important;
}

.filter {
    text-align: center;
}

.filter a {
    color: #6D7278;
    text-align: center;
    padding: 10px 15px;
    line-height: inherit;
    margin: 0 5px;
    transition: all 1s ease-in-out;
    display: inline-block;

	
	
	
  border: 1px solid #6D7278;
  border-radius: 6px;	
}
.filter a:hover , .filter a.active
{
	color:#FFF;
	background:#E02020;
	border-color:#E02020
}
.color3
{
	color:#E02020
}
.projects_title
{
	 margin-top: -40px;
    z-index: 50;
    position: relative;
}
.projects_overlay
{
	position:absolute;
	top:0;
	left:0;
	z-index:60;
	width:100%;
	height:100%;
	padding:50px 45px;
	background:rgba(0,0,0,0.78);
	-webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
	opacity:0;
}
.read_more i
{
	background:#E02020;
	border-radius:50%;
	width:25px;
	height:25px;
	line-height:0;
	font-size:9px;
}
.w-100
{
	width:100%
}
.projects_box:hover .projects_overlay
{

    opacity: 1;	
}




.projects_box .projects_overlay h2
{
	 -webkit-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    margin-bottom: 10px;
    opacity: 0;	
}
.projects_box:hover .projects_overlay h2
{
    margin-bottom: 0;
    opacity: 1;	
}



.projects_box .projects_overlay h3
{
	 -webkit-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    margin-bottom: 15px;
    opacity: 0;	
}
.projects_box:hover .projects_overlay h3
{
    margin-bottom: 0;
    opacity: 1;	
}



.projects_box .projects_overlay .read_more a
{
    -webkit-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;	margin-right: -30px;;
}
.projects_box:hover .projects_overlay .read_more  a
{
	margin-right: 0;
}
.projects_details
{
	padding-top:200px;
}
.back a
{
	color:#E02020
}
.back a:hover
{
	transform:translateX(-10px)
}
.projects_details .colw-70
{
	width:67%
}
.projects_details .colw-30
{
	width:33%
}
.slick-slider
{
	margin-bottom:0 !important
}
.br-1
{
	border-right:1px solid #979797;
}
.hamburger {
    float: right;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.menu--active {
    width: 100%;
    left: 0;
}
.menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

	z-index:40;
	background-color: #FFFFFF;
	box-shadow: 0 7px 10px 0 rgba(153,153,153,0.5);

    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.5s ease;


	border-top:1px solid #E50019;	overflow: hidden;
}
.menu.slided{
	 transform: scaleY(1);
	
}
.menu ul{
    padding: 140px 0 50px 0;	
}
.menu ul li{
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin: 0;
}
.menu ul li a{
    color:#2B363E;
	font-weight:300
}
.z-50
{
	z-index:50
}
.trigger > div.close > span
{
	background:#134563 !important
}
header nav li a.active
{
	font-weight:700;
	position:relative;
}

header nav li a.active:before {
height: 14px;
    width: 75px;
    position: absolute;
    top: 27px;
    left: 0;
    content: '';
    background-color: rgba(224,32,32,0.44);
}

.search input[type=text] {
    height: 25px;
    margin-right: 10px;font-weight:300;font-size:16px;color:#FFF; padding: 0;background:none;
	border:0;
	 border-bottom: 1px solid #FFF !important;
}
.input_search {
    width: 0 !important;
    height: 0;
}
.input_search.active {
    width: 200px !important;
}
.click_search
{
	cursor:pointer
}
.google_map
{
	background:grey;
	border:0;
	margin:0;
	padding:0;
	display:block
}
.keep_touch
{
	background:url('../img/bg.jpg') no-repeat top center / cover;
	padding:0 0 75px 0
}
.contact-form input[type=text]
{
	border-color:#6D7278
}
.contact-form textarea
{
	border-color:#6D7278;
	background:#FFF;
	resize:none
}

.contact-form  button
{
	height: 50px;
  background-color: #E14742;
}
.contact-form  button:hover
{
	color: #FFF;
  background-color: #20356B;
}

.we_develope
{
	background-color: #E02020;
	padding:100px 70px;
	margin-bottom:70px;
	margin-top: -70px;
}
.font-light1 b
{
	font-weight:700 !important
}
.we_develope h2
{
	position:relative;
}
.we_develope h2:before
{
	 box-sizing: border-box;
	 height: 1px;
	 width: 215px;
	 border: 4px solid #FFFFFF;

    position: absolute;
    bottom: -40px;
    left: 0;
    content: '';
}

.parallax_home
{
	background:url('../img/bg2.jpg') no-repeat top center / cover;
	background-attachment:fixed;
	padding:120px 0	
}
.bg_red
{
	background:#E02020
}
.py-65
{
	padding:65px 0;
}
.more a
{
	background-color: #E14742;
	padding: 15px 45px;
	color:#FFF;
}
.more a:hover
{
	background:#20356B
}
.bg_grey1
{
	background:#F9F9F9
}
.services_box .read_more a
{
	color:#E02020;
}



.latest_arrow
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: calc(50% - 21px);
    display: block;
	z-index:500;
    width: 40px;
	
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;	
}

.latest_arrow img
{opacity:1 !important;
}
.rightLst
{
	    right: -25px;
}
.leftLst  
{
	    left: -45px;
}


.slcik_services .slick-track
{
    display: flex !important;
}

.slcik_services .slick-slide
{
    height: inherit !important;
}

.slcik_services .slick-slide > div , .slcik_services .slick-slide > div .pr-20
{
    height: 100%
}
.about_home_desc b
{
	font-weight:700;color:#6D7278;font-size:1.25rem
}
.about_home_desc p
{
	color:#6D7278
}
.about_home_desc ul
{
	display:flex;flex-wrap:wrap;
}
.about_home_desc li
{
    width: 50%;
    font-weight: 700;
    color: #252829;
    list-style-position: inside !important;
    list-style: disc;
    display: list-item;
}

.about_home_box .mission_img {
    max-width: 540px;
    position: relative;
}
.about_home_box .mission_img:before {
    position: absolute;
    top: 5px;
    right: -30px;
    background: #E02020;
    content: '';
    z-index: 40;
    height: 700px;
    width: 352px;
}
.about_home_box .mission_img img {
    z-index: 50;
    position: relative;
    transition: all 1s ease-in-out;
}
.about_home_box .bg_red
{
    position: absolute;
    bottom: -30px;
    right: -90px;
    z-index: 70;
    width: 100%;
}


.banners {
    margin-bottom: -5px !important;
}
.main_bg {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.banners_bg {
    position: absolute;
    transition: all 1s ease-in;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;background-repeat:no-repeat;background-size:cover
}
.banners_bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(140,153,164,0.44);*/
    z-index: 50;
    content: '';
}.banners_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    padding-top: 10vh;
}


.banners  .slick-dots li
{
	width:50px;
	height:5px;
	border-radius:25px;
}

.banners .slick-dots li 
{
	margin:0 2.5px;
}
 .banners .slick-dots li button
{
	width:50px;
	height:5px;border-radius:25px;
	background:#F2F2F2;transition: all 0.5s ease-in;
	padding:0
}
.banners .slick-dots li button:before
{
	display:none
}
 .banners .slick-dots li button:hover , .banners .slick-dots li.slick-active button
{
	background:#1868A8;
}
.banners .slick-dots {
    bottom: 10vh;
}


.rectangle {
    box-sizing: border-box;
    height: 503px;
    width: 100%;
    border: 15px solid #FFFFFF;
    opacity: 0.25;
    position: absolute;
    top: -80px;
    left: 0px;
    z-index: 40;
}


.preloader {
  position: fixed;
  overflow: hidden;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #4b4b4b;
  text-align: center;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  z-index:100;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #E14742;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
::-webkit-scrollbar {
  width: 8px;
  height: 16px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #E02020;
}
.top_header a:hover , .social li:hover span
{
	color:#E02020
}
.social li
{
	padding:0 10px;
}.fixed_wp
{
	position:fixed;
    bottom: 20px;
    right: 15px;
	z-index:500
}
.fixed_wp span{
	font-size:40px;
	color:#25D366;
}
@media all and (max-width: 1200px){
	.about_home_box .mission_img {width:80%}
	header .logo img
{
width:220px
}
.flex-row-m{flex-direction:column}
footer .pr-50 , .contact_page .pr-15 , .services_r-m .pr-20 , .about_r-m .pr-50 , .slcik_services .pr-20{padding-right:0;}	
footer .pl-50 , .contact_page .pl-15 , .banners_text  .pl-50 , .projects_details .pl-50{padding-left:0;}
.pb-50-m{padding-bottom:50px;}	
.font-60, .font-60 * , .font-50, .font-50 *{font-size: 2.5rem;line-height:2.5rem}
.top_header{display:none !important}
.insideImg .img-bg{height:300px;}
.insideImg .overlay > .flex-row , .insideImg .overlay > .flex-column{    align-content: flex-end;padding-bottom:40px;justify-content: flex-end;}
.jarallax{width:100%}
.py-100 {padding-top: 50px;padding-bottom: 50px;}
.filter a{width:100%;margin-bottom:5px;}
.mission_box .mission_img:before , .about_home_box .mission_img:before{height:105%}
.mission_main .mission_box .colw-60{padding-left:0;padding-top:50px;}
.mission_main .mission_box:nth-child(2n+2) .colw-60{padding-right:0;padding-top:50px;order:2}
.mission_main .mission_box:nth-child(2n+2) .colw-40{order:1;margin-top:50px;}
.we_develope{padding:100px 30px}
.we_develope .pb-50-m{padding-bottom:100px;}
.parallax_home img{width:85px;}
.about_home_desc li{width:100%}
.about_home_box .bg_red {bottom: -28px;right: 0;}
.main_bg{height:80vh}
.rectangle{width:100%;display:none}
.parallax_home { background-attachment: inherit;padding: 70px 0 120px 0;}
.contact_page img{max-width:70px;}
.br-1{border:0}
.projects_details .colw-70{width:100%}
.projects_details .colw-30{width:100%}
.projects_slick_for img{padding:0 5px;}
.projects_details {
    padding-top: 200px !important;
}
.banners_text .px-50{padding-left:0;padding-right:0}
}

@media all and (max-width: 960px){
	.about_home_box .mission_img {width:100%}
}