@font-face {
    font-family: 'Avenir-Medium';
    src: url('../avenir/Avenir-Medium.eot');
    src: local('Avenir Medium'), local('Avenir-Heavy'),
        url('../avenir/Avenir-Medium.eot?#iefix') format('embedded-opentype'),
        url('../avenir/Avenir-Medium.woff2') format('woff2'),
        url('../avenir/Avenir-Medium.woff') format('woff'),
        url('../avenir/Avenir-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {

 font-family: 'AvantGarGotItcTEE';
    src: url('../AvantGarGotItcTEE/AvantGarGotItcTEE.eot') format('embedded-opentype'); /* IE9 + later */
    src: url('../AvantGarGotItcTEE/AvantGarGotItcTEE.eot?#iefix') format('embedded-opentype'), /* IE6 to IE8  */
         url('../AvantGarGotItcTEE/AvantGarGotItcTEE.woff') format('woff'),  /* Newer browsers */
         url('../AvantGarGotItcTEE/AvantGarGotItcTEE.ttf') format('truetype'), /* Safari og iOS, Chrome, Android, Firefox and Opera except Opera Mini  */
        url('../AvantGarGotItcTEE/AvantGarGotItcTEE.svg#AvantGarGotItcTEE') format('svg'); /*IE og iOS earlier than version 5*/
}
@font-face {
    font-family: 'Avenir-Book';
    src: url('../avenir/Avenir-Book');
    src: local('Avenir-Book'), local('Avenir-Book'),
        url('../avenir/Avenir-Book.eot?#iefix') format('embedded-opentype'),
        url('../avenir/Avenir-Book.woff2') format('woff2'),
        url('../avenir/Avenir-Book.woff') format('woff'),
        url('../avenir/Avenir-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir-Heavy';
    src: url('../avenir/Avenir-Heavy.eot');
    src: local('Avenir Heavy'), local('Avenir-Heavy'),
        url('../avenir/Avenir-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../avenir/Avenir-Heavy.woff2') format('woff2'),
        url('../avenir/Avenir-Heavy.woff') format('woff'),
        url('../avenir/Avenir-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}


@font-face {
    font-family: 'Avenir-Light';
    src: url('../avenir/Avenir-Light.eot');
    src: local('Avenir Light'), local('Avenir-Light'),
        url('../avenir/Avenir-Light.eot?#iefix') format('embedded-opentype'),
        url('../avenir/Avenir-Light.woff2') format('woff2'),
        url('../avenir/Avenir-Light.woff') format('woff'),
        url('../avenir/Avenir-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir-Roman';
    src: url('../avenir/Avenir-Roman.eot');
    src: local('Avenir Roman'), local('Avenir-Roman'),
        url('../avenir/Avenir-Roman.eot?#iefix') format('embedded-opentype'),
        url('../avenir/Avenir-Roman.woff2') format('woff2'),
        url('../avenir/Avenir-Roman.woff') format('woff'),
        url('../avenir/Avenir-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir-Black';
    src: url('../avenir/Avenir-Black.eot');
    src: local('Avenir Black'), local('Avenir-Black'),
        url('../avenir/Avenir-Black.eot?#iefix') format('embedded-opentype'),
        url('../avenir/Avenir-Black.woff2') format('woff2'),
        url('../avenir/Avenir-Black.woff') format('woff'),
        url('../avenir/Avenir-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
.font-light , .font-light *
{
	font-family: 'Avenir-Light';
}
.font-medium , .font-medium *
{
	font-family: 'Avenir-Medium';
}

.font-roman , .font-roman *
{
	font-family: 'Avenir-Roman';
}
.font-avant , .font-avant *
{
	font-family: 'AvantGarGotItcTEE';
}
.font-book , .font-book *
{
	font-family: 'Avenir-Book';
}
.font-heavy , .font-heavy *
{
	 font-family: 'Avenir-Heavy';
}

.font-black , .font-black *
{
	 font-family: 'Avenir-Black';
}

*
{	
	font-family: 'Albert Sans', sans-serif;
	font-size:16px;
	color:#000
	
}

html , body
{
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;	color:#000;

}
.transition
{
	transition:all 0.5s ease-in-out;
}
body
{
	
}
a {
	color:#000;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}
.displaynone
{
	display:none !important
}
.d-inline-block
{
	display:inline-block
}
.vError
{
	border:red 1px solid !important
}
.form-error
{
    color: red;
    font-size: 10px !important;
}
.h100{
	height:100%
}
.FormResult  , .FormResult1 , .FormResult2  , .FormResult *, .FormResult1 * 
{
	color:green;
	display:block;
	min-height:25px;

}
.dnone
{
	display:none
}
.d-block{
	display:block
}
.d-flex
{
	display:flex;
	flex-wrap: wrap;
}
.italic
{
	font-style:italic
}
.white
{
	color:#FFF
}

.font-10, .font-10 *
{
	font-size:0.625rem
}
.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-17, .font-17 *
{
	font-size:1.0625rem
}
.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-25, .font-25 *
{
	font-size:1.5625rem
}
.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-35, .font-35 *
{
	font-size:2.1875rem;
}
.font-36, .font-36 *
{
	font-size:2.25rem
}
.font-40, .font-40 *
{
	font-size:2.5rem
}
.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:4.375rem;
}
.font-120, .font-120 *
{
	font-size:7.5rem
}
.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
}
.jc-se
{
	justify-content: space-evenly
}
.ai-c
{
	align-items:center
}
.trigger{
	width: 35px;
	height: 25px;
	z-index: 999999999;
	cursor:pointer;

}

.trigger > div{
	position: relative;
}

.trigger > div > span{
	position: absolute;
	height: 2px;
	width:100%;
	margin:0;
	background: #000;
	top:0;
	

	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
	left:0
}

.trigger > div > span:nth-child(2){
    top: 9px;


}

.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: 11px;
	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: 11px;background:#FFF
}

.trigger, .sitewrapper{
	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.slideddddd{
	-ms-transform: translate(-380px,0); /* IE 9 */
	-webkit-transform: translate(-380px,0); /* Safari */
	transform: translate(-380px,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-75
{
	padding-top:4.6875rem;
	padding-bottom:4.6875rem
}
.py-100
{
	padding-top:6.25rem;
	padding-bottom:6.25rem
}.my-100
{
	margin-top:6.25rem;
	margin-bottom:6.25rem
}
.pb-100
{

	padding-bottom:6.25rem
}
.pt-100
{
	padding-top:6.25rem;
}
.px-100
{
	padding-right: 6.25rem;
	padding-left: 6.25rem
}
.ai-fs
{
	align-items:flex-start
}
.line-20 , .line-20 *
{
	line-height:1.25rem;
}
.line-22 , .line-22 *
{
	line-height:1.375rem
}
.line-25 , .line-25 *
{
	line-height:1.5625rem;
}
.line-30 , .line-30 *
{
	line-height:1.875rem;
}
.line-35 , .line-35 *
{
	line-height:2.1875rem;
}
.line-40 , .line-40 *
{
	line-height:2.5rem;
}
.line-45 , .line-45 *
{
	line-height:2.8125rem;
}
.line-50 , .line-50 *
{
	line-height:3.125rem
}
.line-55 , .line-55 *
{
	line-height:3.4375rem
}
.line-60 , .line-60 *
{
	line-height:3.75rem
}
.line-70 , .line-70 *
{
	line-height:4.375rem
}
.line-80 , .line-80 *
{
	line-height:5rem
}
a:hover , header nav li a:hover  , header nav li a.active
{
	color:#2F9DCE
}
.ai-initial
{
	align-items:initial
}
.jc-c
{
	    justify-content: center;
}.jc-fe
{
	    justify-content: flex-end;
}
.ai-fe
{
	align-items:flex-end
}
.d-inline-block{
	display:inline-block
}
.open_left , .open_right , .area_layer_back 
{
	opacity:0
}
.open_right.aos-animate
{
	animation: 1s ease-in-out 0.75s window-fromleft both;
    /* -webkit-animation: 1.25s ease-in-out 0.75s window-fromright both; */
    opacity: 1;
}
.open_left.aos-animate
{
	animation: 1s ease-in-out 0.75s window-fromright both;
    /* -webkit-animation: 1.25s ease-in-out 0.75s window-fromright both; */
    opacity: 1;
}
.area_layer_back.aos-animate
{
	opacity: 1;
    animation: 1s ease-in-out 0.5s circle-fromcenter-over both;
    -webkit-animation: 1s ease-in-out 0.5s circle-fromcenter-over both;
}
.bg_white
{
	background:#FFF
}
.cur
{
	cursor:pointer
}
.filter_white
{
	filter: brightness(0) invert(1);
}
.container
{
	width:1250px
}
.color1 , .color1 * , .color1 a
{
	color:#484847;
}
.color2 , .color2 *
{
	color:#1A2A57;
}
.color3 , .color3 *
{
	color:#319ECD;
}
.border-top-1
{
	border-top:1px solid #D1D1D1;
}
.border-bottom-1
{
	border-bottom:1px solid #D1D1D1;
}
.border-all-1
{
    border: 1px solid #979797;
}
.bg1
{
	background:#1A2A57
}
.bg2
{
	background:#F5F5F5
}
.bg3
{
	background:#FAFAFA
}
.border-top-bottom-1
{
	border-top:1px solid #D1D1D1;
	border-bottom:1px solid #D1D1D1;
}
.border-2
{
	  border: 5px solid #ECF5F9;

}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.menu li
{
	margin:0 15px;
}

.social li a {
    width: 40px;
    height: 40px;
    background: #273C76;
    margin-left: 10px;
    border-radius: 50%;
}
.social li a:hover
{
	background: #2F9DCE;
}
.footer_newsletter input {
    border: 1px solid #979797;
}
.footer_newsletter button
{
	background:#2F9DCE;
	color:#FFF;
	height:50px;
	width:100%;
	transition:all 0.5s ease-in-out;
}
.footer_newsletter button:hover
{
	background:#273C76;

}
.footer_nav ul{
	display:flex;
	flex-wrap:wrap
}
.footer_nav li
{
	width:33%
}
.breadcrumbs
{
	background:#273C76;

}
.breadcrumbs-box
{

	height:200px;
}
.breadcrumbs img.bgg
{
	position:absolute;
	right:0;
	top:0;
	z-index:50;
	max-width:950px;
}
.span-border
{
	border:1px solid #FFF;
	width:50px;
}
.contact-form label
{
	color:#484847; font-family: 'Avenir-Heavy';line-height:1.5625rem;font-size:1.125rem;margin-bottom:5px;display:block
}
.contact-form button[type=submit] {

	  background-color: #2F9DCE;
    width: 100%;
    height: 50px;
    color: #FFF;
}
.contact-form button[type=submit]:hover {
	 background-color: #273C76;
}
.w100-px
{
	width:80px;
}
.projects_overlay
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:50;
	background:rgba(26,42,87,0.3);
}
.projects_box:hover img
{
	transform:scale(1.1)
}
.latest_arrow
{
	position:absolute;
	cursor:pointer;
    top: 50%;
    z-index: 50;
    transform: translateY(-50%);
	z-index:60;
	background:none
}
 .projects_slick_for .slick-slide {
      margin: 0 5px;
}

  /* the parent */
 .projects_slick_for .slick-list   {
      margin: 0 -5px;
  } 
.projects_inner .latest_arrow 
{
top: 42.5%;
} 
.latest_arrow.leftLst  
{
	left:0
} 
.latest_arrow.rightLst 
{
	right:0
} 
.projects_slick
{
	margin-bottom:5px !important
}
 .projects_inner .slick-slide {
      margin: 0 10px;
}

  /* the parent */
 .projects_inner .slick-list   {
      margin: 0 -10px;
  } 
.description_1 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    text-align: justify;
}
.s_left_right
{
	position:relative;
	padding:0 100px;
}
.s_left_right:before
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:50;
	content:'';
	background:url('../img/s_left.svg') no-repeat left center  / contain;
}
.s_left_right:after
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:50;
	content:'';
	background:url('../img/s_right.svg') no-repeat right center  / contain;
}
.technical_sheet a:hover .border-all-1
{
    background: #2F9DCE;
    color: #FFF;	
}
.technical_sheet a:hover .border-all-1 img
{
   filter: brightness(0) invert(1);
}
.projects_inner  , .brands_slick
{
	margin-bottom:0 !important
}
.brands_box
{
	height:70px;
}
.brands_box img
{
	max-width:160px;
}
.b-before-left
{
	padding-left:75px;
}
.b-before-left:before
{
	position:absolute;
	top:50%;
	left:0;
	width:50px;
	height:2px;
	background:#2F9DCE;
	content:'';
	z-index:40;
	transform:translateY(-50%);

}
.about-section-22 .img-bg
{
	height:100%;
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
.about-section-3 .img-bg
{
	height:450px;
}
.about-section-2 img
{
	max-width:400px;
}
.desc_about ul
{
	margin-top:1.875rem;
	display:flex;
	flex-wrap:wrap;
}
.desc_about ul li
{
	width:50%;
	background:url('../img/check.svg') no-repeat left center;
	padding-left:50px;color:#484847;
	background-size:35px;font-family: 'Avenir-Heavy';
}
.about-section-1 img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 30;
    height:100%
}
.border-right-1
{
	border-right: 1px solid #25335A;
}
.max-400 img
{
	max-width:400px;
}
.section_1:before
{
position: absolute;
    right: -530px;
    top: 0;
    width: 800px;
    height: 100%;
    content: '';
    transform: skew(335deg);
    background: #273C76;
}
.home_services_cur
{
	position:absolute;
	right:0;
	bottom:-5px;
	z-index:50
}
.banners
{
	margin-bottom:-5px !important
}
.banner_img
{
	max-width:960px;
}
.banners_info
{

	width:50%;
	
	position:absolute;
	top:50px;
	left:0;
	z-index:50
}
.banners_box{
	padding:100px 255px 100px 75px;	
}
.banners_box:before
{
    transform: skew(335deg);
    background: #273C76;
    position: absolute;
    top: 0;
    left: -50%;
    z-index: 50;
    width: 150%;
    height: 100%;
    content: '';
}
.banners_info .b-before-left:before
{
	background:#FFF
}
.banners_info .b-before-left
{
	
}
.main_bg
{
	overflow:hidden
}
.banners_link a
{
	background:#2F9DCE;
	color:#FFF;
	padding:15px 50px;
	transition:all 0.5s ease-in-out;
}
.banners_link a:hover
{
	background:#2f9dcea8

}
.banners_bullets span{
  box-sizing: border-box;
  height: 12px;
  width: 11.71px;cursor:pointer;
  border: 0.5px solid #FFFFFF;
  background-color: #FFFFFF;
	transition:all 0.5s ease-in-out;  
}
.banners_bullets span:hover , .banners_bullets span.active{

  border: 0.5px solid #2F9DCE;
  background-color: #2F9DCE;	
}
.projects_box_home
{
	height:355px;overflow:hidden
}
.projects_box_home .img-bg
{
	width:100%;
	height:100%;transition:all 1s ease-in-out;  
	
}

.projects_box_home:hover .img-bg
{
	transform:scale(1.05)
}
.trigger
{
	display:none
}
.about_icon img
{
	height:55px;
}
.red-line
{
	position:absolute;
	top:110px;
	left:0;
	width:100%;
	z-index:50
}
.red-line svg
{
	width:100% 
}
.p_box
{
	height:300px;    border: 1px solid #D1D1D1;
}

.p_details
{
	height:500px; border: 1px solid #D1D1D1;
}
.projects_slick img
{
	max-height:100%
}
.projects_slick a
{
	height:100%
}
.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	z-index:100;
	bottom: 20px;
	right: 20px;
	font-size: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 30px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}
.btn-whatsapp-pulse i
{
	color:#FFF
}
@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 20px;
	right: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 20px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.read_more_box
{
	max-height:175px;
	text-align:justify;
	overflow:hidden;
	transition:all 0.5s ease-in-out;
}.read_more_box.down
{
	height:auto;
	max-height:2000px;
}


nav{position:relative;z-index:100}
/* Style the main navigation menu */
.menu ul {
 
}

.menu ul li {
  display: inline-block;
  position: relative;
}

.menu ul li a {
  display: block;
  text-decoration: none;
}

/* Style the dropdown menus */
.menu ul ul {

  position: absolute;
  top: 115%;
  left: 0;
  background-color: #273C76;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition:all 0.5s ease-in-out;
}

.menu ul li:hover > ul , .menu ul li.active > ul   {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.menu ul ul li {
  width: 250px;
}

.menu ul ul li a {
}

.menu ul ul ul {
  left: 100%;
  top: 0;
}

/* Style for hover effect */
.menu ul li:hover > a {

}

/* Style for active page */
.menu ul li a:hover,
.menu ul li.current > a {

}
.menu .subMenu li a {
    display: block;
    width: 100%;
    padding: 0 0;
    color: #FFF;
    font-size: 16px;
    line-height: 3.125rem;
    border-bottom: 1px solid #5065A1;
    display: flex !important;
    justify-content: space-between;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.projects_slick .img-bg{
	height:400px;
}
.iframe_box iframe
{
	width:100%;
	height:800px;
}

@media all and (max-width: 1255px){
	.container{width:1150px}
	.logo img{width:300px;}
	.social li a{margin-left:5px;}
	.menu li{margin:0 10px;}
	.breadcrumbs img.bgg , .about-section-1 img{right:-170px;}
	.px-45 {padding-left: 1.8125rem;padding-right: 1.8125rem;}
	.about_icon img{height:50px}
	.banners_box {padding: 100px 100px 100px 75px;}
}
/*m*/@media all and (max-width: 1025px){
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.px-100 {padding-right: 2.25rem;padding-left: 2.25rem;}
.logo img{width:200px;}
.breadcrumbs-box{height:140px;}
.breadcrumbs img.bgg{max-width:680px;}
}
/*xm*/@media all and (max-width: 868px){
.d-block-s{display:block}
.flex-row-xm{flex-direction:column}
.mt-25-xm{margin-top:1.5625rem;}
.mt-50-xm{margin-top:3.125rem;}
.mt-50-xm{margin-top:3.125rem;}
.ml-0-xm{margin-left:0}
.ai-fs-xm{align-items:flex-start}
.txt-cntr-xm{text-align:center}
.d-inline-block-xm{display:inline-block}
.w-100-xm{width:100%}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.menu ul li:hover > ul {display: none;opacity: 0;visibility: hidden;transition: none; /* Remove transitions on mobile */}
.trigger_header{display:block}
.slided {-ms-transform: translate(-320px,0);-webkit-transform: translate(-320px,0);transform: translate(-320px,0);}
.trigger{display: block;position:relative}
nav{position: fixed;z-index: 500;width: 320px;    overflow: scroll;height: 100vh;box-sizing: border-box;background: #273C76;left: 100%;padding: 20px;top: 0;
transition: .7s;-moz-transition: .7s;-webkit-transition: .7s;z-index:100000;display: flex !important;justify-content: center;flex-direction: column;align-content: center;align-items: center;}
.menu ul{flex-wrap:wrap;flex-direction: column;}
.menu ul li {width:100%;margin:0}
.menu ul li a{    color: #FFF;padding: 25px 0px;font-size: 20px;border-bottom: 1px solid #FFF;}
.menu ul ul li{width:100%}
.menu ul ul {display:none}
.menu ul ul ul{position:relative;left:auto;top:auto;    padding-left: 20px;}
.r_arrow.child2.active{transform: rotate(90deg);}
.menu-cur , .r_arrow{float:right;}
.subMenu.active{display: block !important;opacity: 1 !important;visibility: visible !important;}



.py-25-xm{padding-top:1.5625rem;padding-bottom:1.5625rem;}
.pr-25-xm{padding-right:1.5625rem;}
.about-section-1 img{position:relative;top:auto;right:auto;margin-top:25px;}
.about-section-2 img  , .max-400 img{max-width:100%}
.banners_info{width:80%}

}
/*s*/@media all and (max-width: 576px){
html, body{font-size:12px;}
.flex-row-s{flex-direction:column}
.ai-fs-s{align-items:flex-start}
.mt-25-s{margin-top:1.5625rem;}
.mt-50-s{margin-top:3.125rem;}.pt-50-s{padding-top:3.125rem;}
.d-none-s{display:none !important}
.pl-0-s{padding-left:0}
.pr-0-s{padding-right:0}
.txt-cntr-s{text-align:center}
.txt-cntr-s img{display:inline-block}
.px-25-s{padding-right:1.5625rem;padding-left:1.5625rem;}
.mt-0-s{margin-top:0}
.pb-50-s{padding-bottom:3.125rem;}
.py-50-s{padding-top:3.125rem !important;padding-bottom:3.125rem !important;}
.py-0-s{padding:0}
.pr-5-s{padding-right:5px;}
.my-25-s{padding-top:1.5625rem;padding-bottom:1.5625rem;}
.m-0-s{margin-right:0 !important;margin-left:0 !important}
.w-50-s{width:50%}
.w-100-s{width:100%}
.fr-s-none{float:none}
.px-0-s{padding-right:0;padding-left:0;}
.py-25-s{padding-top:3.125rem;padding-bottom:3.125rem;}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
header .social {display:none}
footer div.row[data-spacing="25"] > *[class^=col]{padding:10px;}
footer div.row[data-spacing="25"]{    margin-left: -10px;margin-right: -10px;}
.breadcrumbs img.bgg{display:none}
.projects_slick .latest_arrow  img , .projects_inner .latest_arrow  img  {width:50px;}
#services .bg_hover img{width:100%}
.description_1 {-webkit-column-count: 1;-moz-column-count: 1;column-count: 1;-webkit-column-gap: 0;-moz-column-gap: 0;column-gap: 0;}
.about-section-3 .img-bg{height:250px;}
.s_left_right{padding:0 15px;}
.s_left_right:before , .s_left_right:after{display:none}
.section_1:before{display:none}
.banner_img {max-width:100%}
.banners_box {padding: 20px 20px 20px 20px;}
.banners .font-40{font-size: 1.5rem;line-height:1.5rem}
.banners .banners_link a {padding: 10px 25px;}
.menu img{width:20px;filter: brightness(0) invert(1);}
.b-before-left:before{width:25px;}
.b-before-left{padding-left:45px;}
}


