@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;900&display=swap');


*
{	
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	color:#452528;
	font-weight:400;
	
}
::-webkit-scrollbar {
  width: 8px;
  height: 16px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background:rgba(0,145,255,1)
}
html , body
{
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;

}
.transition
{
	transition:all 0.5s ease-in-out;
}
body
{
	
}
a {
	color:#FFF;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}
a:hover {
	color:rgba(0,145,255,1);
}
.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;

}
.dnone
{
	display:none
}
.d-block{
	display:block
}
.d-flex
{
	display:flex;
	flex-wrap: wrap;
}
.italic
{
	font-style:italic
}
.white
{
	color:#FFF
}
.font-black , .font-black *
{
	 font-weight: 900;
}
.font-bold , .font-bold *
{
	 font-weight: 700;
}
.font-medium , .font-medium *
{
	 font-weight: 500;
}
.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
}
.trigger{
	width: 35px;
	height: 25px;
	z-index: 999999999;
	cursor:pointer


}

.trigger > div{
	position: relative;
}

.trigger > div > span{
	position: absolute;
	height: 4px;
	width:30px;
	margin:0;
	background: #860380;
	top:0;


	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
	left:0
}

.trigger > div > span:nth-child(2){
    top: 9px;
	width:20px;

}

.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: 10px;
	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: 10px;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-40
{
	z-index:40
}
.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
}
.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 !important;
}
.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-60 , .line-60 *
{
	line-height:3.75rem
}
.line-70 , .line-70 *
{
	line-height:4.375rem
}
.line-80 , .line-80 *
{
	line-height:5rem
}

.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  , .smooth-float
{
	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;
}

.smooth-float.aos-animate
{
	opacity: 1;
    animation: 1s ease-in-out 0.5s translate-frombot both;
    -webkit-animation: 1s ease-in-out 0.5s translate-frombot both;
}




.bg_white
{
	background:#FFF
}
.cur
{
	cursor:pointer
}
.filter_white
{
	filter: brightness(0) invert(1);

}
.open_left , .open_right , .discover_layer_back , .pilar-anim , .area_layer_back , .window_form_top , .circle-fromcenter , .scale-in , .window-fromtop , .window-frombot
{
	opacity:0
}
.open_right.aos-animate
{
	animation: 1.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: 1.1s ease-in-out 0.75s window-fromright both;
    /* -webkit-animation: 1.25s ease-in-out 0.75s window-fromright both; */
    opacity: 1;
}
.pilar-anim.aos-animate
{
	animation: 1.25s ease-in-out 0.75s scale-in  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;
}

.window_form_top.aos-animate , .who_box.aos-animate:before
{
    animation: 1.25s ease-in-out 1s window-fromtop both;
    -webkit-animation: 1.25s ease-in-out 1s window-fromtop both;
    opacity: 1;
}
.circle-fromcenter.aos-animate
{
    opacity: 1;
    animation: 1s ease-in-out 1s circle-fromcenter both;
    -webkit-animation: 1s ease-in-out 1s circle-fromcenter both;
}
.cta-fromleft.aos-animate
{
    animation: 1s ease-in-out 2.5s cta-fromleft both;
    -webkit-animation: 1s ease-in-out 2.5s cta-fromleft both;

}
.scale-in.aos-animate
{
    opacity: 1;
    animation: 1s ease-in-out 1.5s scale-in both;
     -webkit-animation: 1s ease-in-out 1.5s scale-in both;	
}
.window-fromtop.aos-animate
{
	opacity: 1;
    animation: 1.5s ease-in-out 1s window-fromtop both;
    -webkit-animation: 1.5s ease-in-out 1s window-fromtop both;	
}

.window-frombot.aos-animate
{
	opacity: 1;
    animation: 1.5s ease-in-out 1s window-frombot both;
    -webkit-animation: 1.5s ease-in-out 1s window-frombot both;	
}


.site-navigation.active .fade-in
{
	    animation: 0.5s ease-out 0.75s fade-in both;
		-webkit-animation: 0.5s ease-out 0.75s fade-in both;
}
.border-bottom-1
{
	border-bottom: 1px solid #C1D6FF;
}
.color1 , .color1 *
{
	color: #143457;
}
.color3 , .color3 *
{
	color: #006FAC;
}

.trigger
{
	display:none
}
.bt-1
{
	border-top:1px solid #FFF
}.bg_white
{
	background:#FFF
}
.br-5
{
	border-radius:6px;
}
.bg1
{
	background:rgba(24,60,121,1);
}
.bg2
{
	background:#111111;
}
.bg3
{
	background:rgba(35,53,84,1);
}
.bg33
{
	background:rgba(35,53,84,0.9);
}

.bg3_home .bg3
{
	background:rgba(35,53,84,0.8);
}
.bg3_home .bg3:after
{
	background:rgba(35,53,84,0.8);
}
.flex-auto
{
	flex: 1 0 auto
}
.flex-col
{
	display: flex;
   flex-direction: column;
}
/****************************************************************************************************************************/
.bg_img
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;	
}



.img-c
{
	position:absolute;
	z-index:50;
	width:auto;
	opacity:0
}
.img-c1
{
	top:-35px;
	left:10%;
}
.img-c2
{
	top:25%;
	left:-15px;
}
.img-c3
{
	bottom:-30px;
	left:10%;
}
.img-c4
{
	top:75px;
	right:2%;
}
.img-c5
{
	top:25%;
	left:2%;
}
.img-c6
{
	top:490px;
	left:25px;
}
.img-c7
{
	top:0;
	right:0;
}

.know_more a
{
	border:1px solid #FFF;
	border-radius:2px;
}
.know_more a:hover
{
	color:#FFF;background:rgba(0,145,255,1)
}
.who_box:before{

    position: absolute;
    left: -1px;
    top: 0;
    content: '';
	border:1px solid #FFF;
	width:0;
	height:100%;
    z-index: 50;
    background: #FFF;
}

.who_box .bull:before
{
    position: absolute;
    left: -29px;
    top: 25px;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    z-index: 50;
    background: #FFF;
}
.pillars_list li{
	background:url('../img/li.svg') no-repeat left center;
	width:50%;
	padding-left:50px;
	margin-bottom:50px;
}
.overflow_hidden {
overflow:hidden
}
.overflow {
overflow:hidden
}
.about_box{
  border-radius: 8px;
  height:100%;
  background-color: rgba(255,255,255,1);
  box-shadow: 15px 9px 62px 0 rgba(214,214,214,0.5);
}
.about_section  .mt-25 .about_box
{
	height:calc(100% + 25px)
}
.a1
{
  border-top: 4px solid rgba(247,181,0,1);
}
.a2
{
  border-top: 4px solid rgba(250,100,0,1);
}
.a3
{
  border-top: 4px solid rgba(0,169,220,1);
}
.a4
{
  border-top: 4px solid rgba(140,1,161,1);
}
.about_number {
  opacity: 0.07;
  color: rgba(20,52,87,1);
  font-size: 188px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 131px;
  position:absolute;
  left:0;
  bottom:0;
  z-index:1
}
.expertise_box .colw-25:nth-child(2) , .expertise_box .colw-25:nth-child(4)
{
	margin-top:40px;
}
.expertise_info
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:50
}
.expertise_info h3:before
{
    position: absolute;
    left: 50%;
    bottom:-15px;
    content: '';
    width: 50px;
    height: 4px;
    z-index: 50;
    background: #FFF;	
	transform:translate(-50% ,0)
}


.reveal-effect.masker:after {
    background-color: rgba(24,60,121,0.8);
}
.reveal-effect:after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0.05, 0);
    transform: scale(0.05, 0);
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.reveal-effect:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 ;
}
.reveal-effect.aos-animate:after {
    -webkit-animation-name: slide-bg-2;
    animation-name: slide-bg-2;
}
@-webkit-keyframes slide-bg-2 {
    33.3% {
        -webkit-transform-origin: left top;
                transform-origin: left top;
        -webkit-transform: scale(.05,1);
                transform: scale(.05,1)
    }

    66.6% { 
        -webkit-transform-origin: left center; 
                transform-origin: left center; 
        -webkit-transform: scale(1,1); 
                transform: scale(1,1)
    }

    66.7% { 
        -webkit-transform-origin: right center; 
                transform-origin: right center; 
        -webkit-transform: scale(1,1); 
                transform: scale(1,1)
    }

    100% { 
        -webkit-transform-origin: right center; 
                transform-origin: right center; 
        -webkit-transform: scale(0,1); 
                transform: scale(0,1)
    }
}


@keyframes slide-bg-2 {
    33.3% {
        -webkit-transform-origin: left top;
                transform-origin: left top;
        -webkit-transform: scale(.05,1);
                transform: scale(.05,1)
    }

    66.6% { 
        -webkit-transform-origin: left center; 
                transform-origin: left center; 
        -webkit-transform: scale(1,1); 
                transform: scale(1,1)
    }

    66.7% { 
        -webkit-transform-origin: right center; 
                transform-origin: right center; 
        -webkit-transform: scale(1,1); 
                transform: scale(1,1)
    }

    100% { 
        -webkit-transform-origin: right center; 
                transform-origin: right center; 
        -webkit-transform: scale(0,1); 
                transform: scale(0,1)
    }
}

.know_more1 a
{
	border:1px solid rgba(20,52,87,1);
	border-radius:2px;
}
.know_more1 a:hover
{
	color:#FFF;background:rgba(0,145,255,1)
}
.h655
{
	height:655px;
}

.vacancies_box
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 486px;	
	border-radius:50px;
}
.color2
{
	color:rgba(72,72,71,1);opacity: 0.6;
}
.vacancies_box_white {

  border-radius: 5px;
  height:100%;
  background-color: rgba(255,255,255,1);
  box-shadow: 0 7px 9px 0 rgba(229,229,229,0.5);
}
.apply_now a
{
	text-decoration:underline;
	color:rgba(0,145,255,1)
}
.view_all a , .view_all button
{
  border-radius: 31.5px;
  background-color: rgba(0,145,255,1);	
}
.view_all a:hover  , .view_all button:hover
{
	color:#FFF;
	background:rgba(20,52,87,1)
}
.search
{
  border: 1px solid rgba(255,255,255,1);
  border-radius: 31.5px;
  width:455px !important;
  background-color:transparent !important;
  border:1px solid #FFF !important;
  color:#FFF !important
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}

.read_more a
{
	border:1px solid #FFF;
	border-radius:2px;
	background:#FFF;
	color:rgba(20,52,87,1)
}
.read_more a:hover
{
	color:#FFF;background:rgba(0,145,255,1)
}.footer {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: -1;
	padding-top:100px;
    color: #fff; 

}
.footer .row
{
	 background: linear-gradient(180deg, #2D6490 0%, #143457 100%);
}
main {
    width: 100%;
    position: relative;
    overflow: hidden;
	background:#FFF
}



.video-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background: #000000;
    background: linear-gradient(180deg,#000000 10%, rgba(0,255,0,0) 80%);
}
.video-bg video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* transform: translate(-50%, -50%); */
    opacity: 1;
    object-fit: cover;
}
.banner
{
	width:100%;
	height:100vh;
	position:relative
}


.page-loaded .follow-us {
    right: 30px;
}
.follow-us {
    position: absolute;
    right: -100%;
    top: 50%;
    z-index: 50;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: 1s;
}


.page_header{
    width: 100%;
    position: absolute;
    z-index: 10;
	top:0;
	left:0;
}
.shadoww {
    background: #000000;
    background: linear-gradient(180deg,rgba(0,0,0,0.8) 0, rgba(0,255,0,0) 100%);
}



.site-navigation.active {
    opacity: 1;
    visibility: visible;
    right: 0;
}
.site-navigation {
    z-index: 50 !important;
}
.site-navigation {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	
    padding-left: 120px;
}nav.active .circle.circle1 {
    animation: 1.25s ease-out 0.5s menu-circle-big both;
    -webkit-animation: 1.25s ease-out 0.5s menu-circle-big both;
}
nav .circle {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2.5px solid #0091ff;
    border-radius: 50%;
    pointer-events: none;
    z-index: 10;
}.site-navigation.active .layer {
    width: 100%;
}
.site-navigation .layer {
    width: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/shadow.png?v=1.1) no-repeat top center / cover;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: 0.3s;
	opacity:1
}.site-navigation.active .inner {
    opacity: 1;
}
.site-navigation .inner {
    position: relative;
    z-index: 2;
    padding-left: 0;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    transition-delay: 0.7s;
    opacity: 0;
}.site-navigation .inner ul {
    margin: 0;
    padding: 0;
    position: relative;
    animation-duration: 1s;
}.site-navigation .inner ul li {
    display: block;
    margin: 0;
    padding: 5px 0;
}.site-navigation .inner ul li a {
    font-size: 30px;
    display: inline-block;
    font-weight: 400;
    color: #143457;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -ms-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
}

.site-navigation .inner ul li ul {
    margin-top: 0;
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 45%;
    top: 55%;
	width:50%;
    z-index: 50;
    transform: translate(0, -50%);
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;

}




.site-navigation .inner ul li ul li {
    display: block;
    margin: 0;
	text-align:justify;
	background:rgba(0,145,255,1);
	padding:15px;
	position:relative;	
}
.site-navigation .inner ul li ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,145,255,1);
    transform: skew(25deg);
    left: -2.15rem;
    content: '';
    z-index: 40;
    height: 100%;
    width: 100px;	
	z-index:50
}


.site-navigation .inner ul li ul li a , .site-navigation .inner ul li ul li span {
    font-size: 26px;
    color: #FFF;text-align:justify;position:relative;z-index:100
}.site-navigation .inner ul li a:hover {
    color: #00A9DC;
    text-decoration: none;
    font-weight: 800;
}
.site-navigation .inner ul li:hover  {
    z-index:500
}
.site-navigation .inner ul li:hover ul {
    opacity: 1;
    visibility: visible;
}

.page-loaded .all-cases-link {
    right: 30px;
}
.all-cases-link {
    position: absolute;
   /* right: -100%;*/
   right:30px;
    top: 30px;
    z-index: 50;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: 1s;
}
.banner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 4;
    background: url(../img/layer2.png) no-repeat bottom center;
		opacity: 1;
    animation: 1s ease-in-out 0.5s window-fromtop both;
    -webkit-animation: 1s ease-in-out 0.5s window-fromtop both;	
}
.bg4
{
	background:#183c7a
}

.hamburger.inner .hamburger__line-in::after, .hamburger.inner .hamburger__line-in::before
{
	background: #143457;
}.hamburger.inner.is-opened-navi .hamburger__line-in::after, .hamburger.inner.is-opened-navi .hamburger__line-in::before {
    background: #FFF;
}.inner_header {
    border-bottom: 1px solid #DEDEDE;
    width: 100%;
    background: #FFF;
}


.line {
    position: absolute;
    top: 0;
    left: calc(50% - 1.5px);
    width: 3px;
    height: 100%;
    text-align: center;
    z-index: 5;
	
}
.line  span
{
	height:0;
	width:100%;
	background:#143457;
	display: block;
}
.rz
{
	position:relative;
	z-index:100
}
.line_skew
{
	position: absolute;
    top: 0;
	height:100%;
    z-index: 50;
    width: 236px;  
	
}
.line_skew1
{
    background-image: linear-gradient(45deg, #FFF, #FFF);
    transform: skew(-27deg);
    position: absolute;
    top: 0;
        left: 414px;    height: calc(100% + 1px);

}
.line_skew2
{
    background-image: linear-gradient(45deg, rgba(24,60,121,0.15), rgba(24,60,121,0.15));
    transform: skew(27deg);
    left: 464px;
}.line_skew3
{
    background-image: linear-gradient(45deg, rgba(24,60,121,0.15),  rgb(252 253 255 / 15%));
    transform: skew(-16deg);
    left: 539px;
    top: 0;
}
.line_skew4
{
    background-image: linear-gradient(45deg, rgba(24,60,121,0.8), rgba(24,60,121,0.8));
    transform: skew(17deg);
    left: 536px;
    top: 0;
}.line_skew5
{
    background-image: linear-gradient(45deg, rgba(24,60,121,0.15), rgb(255 255 255 / 15%));
    transform: skew(-16deg);
    left: 537px;
    top: 0;

}.line_skew6
{
background-image: linear-gradient(45deg, rgba(24,60,121,0.15), rgba(24,60,121,0.15));
    transform: skew(16deg);
    left: 529px;
    top: 0;

}


.line_skew7
{
    background-image: linear-gradient(45deg, white, white);
    transform: skew(30deg);
    left: 6.7%;
    bottom: -1px;
    width: 81px;
    height: 315px;
    top: auto;

}

.triangle_box:after
{
    width: 30%;
    height: 100%;
    background: rgba(35,53,84,0.5);
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 500;
    content: '';
}
footer .social li
{
	margin-right: 15px
}
.bt1
{
	border-top:1px solid #2A5D89
}
.newsletter_box
{
	position:absolute;
	top:-95px;
	left:0;
	z-index:50;
	background:rgba(0,145,255,1);
	border-radius:25px;
}
.search_box input[type=text]
{
	border-radius:25px;
	width:380px;

}
.search_box button
{
	border-radius:50%;
	height:50px;
	width:50px;
	background:#265781;
	position:absolute;
	right:0;
	top:0;
	z-index:50
}

footer a:hover
{
	color:rgba(0,145,255,1)
}
.opacity1
{
	opacity:0.2
}
.our_brand_slick
{
	margin-bottom:0 !important
}

.our_brand_slick img
{
	max-width:250px;
	  filter: grayscale(100%);

}
.our_brand_slick .slick-slide:hover img
{
	 filter: grayscale(0);
}
.equalizer img
{
	cursor:pointer
}



.our_brand_slick  .slick-dots li 
{
	width:30px;
	height:3px;
	border-radius:25px;
}
.our_brand_slick .slick-dots li 
{
	margin: 0 5px;	
}

 .our_brand_slick .slick-dots li button 
{
	width:30px;
	height:2px;
	background-color:rgba(20,52,87,1);transition: all 0.5s ease-in;
	padding:0;

}
.our_brand_slick .slick-dots li button:before 
{
	display:none
}
 .our_brand_slick .slick-dots li button:hover , .our_brand_slick .slick-dots li.slick-active button 
{
	background:rgba(20,52,87,1);
}
.our_brand_slick .slick-dots li.slick-active button 
{

	height:6px;
}
.our_brand_slick .slick-dots{
    bottom: -25px;
    z-index: 10;
	text-align:center;
	right:0;

}
header
{
	  box-shadow: -9px 7px 22px 0 #E5EEFF;

}
header .all-cases-link
{
	position:relative;
	top:auto;
	right:auto !important;
}

header .all-cases-link .hamburger__line-in::after,header .all-cases-link .hamburger__line-in::before
{
	background:#143457
}








.contact-form button[type=submit] {
	  border-radius: 8px;
	  background-color: #0091FF;
    width: 100%;
    height: 50px;
    color: #FFF;
}
.contact-form button[type=submit]:hover {
	 background-color: #143457;
}

.mx-container
{
	width:1000px;
}
.title_top
{
	padding-top:15px;
	position:relative;
}
.title_top:before
{
	position:absolute;
	top:0;
	left:50%;
	content:'';
	width:75px;
	height:3px;
	z-index:50;
	background:#0091FF;
	transform:translateX(-50%)
}

.contact-form input[type=text] , .contact-form textarea
{
	border-radius:11px;
	border-color:#979797;
}


.contact-form input[type=text]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #143457;
  opacity: 1; /* Firefox */
}

.contact-form input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #143457;
}

.contact-form input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
  color: #143457;
}
.contact-form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #143457;
  opacity: 1; /* Firefox */
}

.contact-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #143457;
}

.contact-form textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #143457;
}


.br-8
{
	border-radius:8px;
}
.news_box .colw-100:nth-child(2n+2) .order-1
{
	order:2
}.news_box .colw-100:nth-child(2n+2) .order-2
{
	order:1;
	background:#E3E7ED;
}
.news_box .colw-100
{
	margin-bottom:5rem;
	height:100%;
	    align-items: inherit;
}
.news_box .colw-100:last-child
{
	margin-bottom:0
}

.share_box li {
    margin-left: 10px;
    width: 30px;
    height: 30px;
    transition: all 0.5s ease-in-out;
    background:#00AFD7;
    border-radius: 50%;
}
.share_box li a
{
	display:contents
}
.share_box li span
{
	color:#FFF
}
.share_box li:hover{
  background-color: #143457;
}
.share_box li:hover span{
  color: #FFF;
}
.csr_box .colw-100:nth-child(2n+2) .order-1
{

	order:1
}.csr_box .colw-100:nth-child(2n+2) .order-2
{
		    /*padding-left: 3.125rem;
    padding-right: 3.125rem;*/
	order:2;
}
.csr_box .colw-100
{
	margin-bottom:5rem;
	height:100%;
}
.csr_box .colw-100:last-child
{
	margin-bottom:0
}
.bg_h
{
	background:rgb(227 231 237 / 50%)
}

.history_img
{

	width:480px;
	position:relative;
}
.history_date
{

	width:145px;
	height:145px;
	background:#143457;
	border-radius:50%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:50
}
.history_img .bg_hover
{
	border-radius:50%;

	border: 15px solid #E0E8EC;
}

.history_text
{
  border-radius: 6.3px;
  padding-right:6rem;
  background:url('../img/ss.png') no-repeat right top #FFF;
	    background-size: 120px;
  box-shadow: -5px 11px 11px 0 rgba(157,181,229,0.24);

}
.history_main_box_margin
{
	margin-top:250px;
}
.history_main_box_margin_top
{
	margin-top:-250px;
}

.history_year_color *
{
		color:#959ca4
}
.history_year
{
	margin-bottom:0 !important
}
.filling_line1
{
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    background: rgb(20 52 87 / 33%);
    z-index: 50;
    height: 2px;
	content:'';
}
.filling_line
{
    position: absolute;
    top: 10px;
    left: 0;
    background: #143457;
    z-index: 55;
    height: 2px;
	width: 5px
}
.history_year 
{
	position:relative;
	z-index:70;
}
.history_year .slick-slide
{

	cursor:pointer
}
.history_year .slick-slide.slick-current .history_year_color *
{
	color:#143457
}

.history_year .slick-slide.slick-current .line-30
{
	font-weight:bold
}
.history_main_box .slick-current .history_img .bg_hover
{
	opacity: 1;
    animation: 0.8s ease-in-out 0.5s circle-fromcenter-over both;
    -webkit-animation: 0.8s ease-in-out 0.5s circle-fromcenter-over both;
}
.history_main_box .slick-current .history_date
{
	opacity: 1;
    animation: 0.8s ease-in-out 0.5s fade-fromleft both;
    -webkit-animation: 0.8s ease-in-out 0.5s fade-fromleft both;
}
.history_main_box .slick-current .history_text
{
	opacity: 1;
    animation: 1s ease-in-out 0.5s fade-fromright both;
    -webkit-animation: 1s ease-in-out 0.5s fade-fromright both;
}
.history_main_box
{
	margin-bottom:0 !important
}
.history_main_box .slick-slide
{
	transition:inherit !important
}
.slider__counter{
	position:absolute;
	top:0;
	left:-100px;
	z-index:10
}
.slider__counter b
{
	border-bottom:1px solid  #979797;
}
.history_parallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    height: 400px;
}.history_parallax123:before
{
	position:absolute;
	top:0;
	left:0;
	z-index:50;
	  background-color: rgba(53,58,66,0.64);

	width:100%;
	height:100%;
}


.our_group_bg
{
	background:#f1f3f6
}
.vision_box
{
    position: relative;
    background: #7B8FB7;
    width: 300px;
    padding-left: 25px;    height: 60px;
    padding: 0 25px 0 50px;
    margin: 0 30px 0 0px;
}
.vision_box:after
{
z-index: 200;
    content: "";
    position: absolute;
    right: -29px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 31px  30px;
    border-color: transparent transparent transparent #7B8FB7;
}

.vision_box:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 31px  30px;
    border-color: transparent transparent transparent #f1f3f6;
}
.vision_box:nth-child(1):before {
	display:none
}
.vision_listing_box .colw-33.vision_listing_border
{
	 border-right: 1px solid #C2C3C4;
	 height:100%
}.vision_listing_box .colw-33.vision_listing_border:last-child 
{
	 border-right:0;
}

.title_bottom:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 75px;
    height: 3px;
    z-index: 50;
    background: #0091FF;
}
.pillars_box
{
	height:100%;
  box-shadow: 4px 2px 15px 0 rgba(157,181,229,0.4);
  background:url('../img/ss1.png') no-repeat right top #FFF;

}

.pilars_list .colw-25:nth-child(1) .step
{
	background:#68C1F9;
	border-top-left-radius:25px;
	border-bottom-left-radius:25px;
}
.pilars_list .colw-25:nth-child(2) .step
{
	background:#2A89C4;
}
.pilars_list .colw-25:nth-child(3) .step
{
	background:#1D75AC;
}
.pilars_list .colw-25:nth-child(4) .step
{
	background:#125F90;
		border-top-right-radius:25px;
	border-bottom-right-radius:25px;
}

.pillar_circle
{
	width:190px;
	height:190px;
	background:#FFF;
	border-radius: 50%;
    border: 15px solid #E0E8EC;	
}
.pillar_circle:before
{
    width: 216px;
    height: 100px;
    background-color: transparent;
    border-bottom-left-radius: 125px;
    border-bottom-right-radius: 125px;
    border: 2px solid #9DB5E5;
    border-top: 0;
    position: absolute;
    bottom: -25px;
    left: -27px;
    z-index: 50;
    content: '';
}

.pillar_circle:after
{
    width: 31px;
    height: 23px;
    background-color: transparent;
    border-top-left-radius: 125px;
    border-top-right-radius: 125px;
    border: 2px solid #9DB5E5;
    border-bottom: 0;
    position: absolute;
    top: 58px;
    left: 190.5px;
    z-index: 50;
    content: '';
}
.pilars_list .colw-25:nth-child(4) .pillar_circle:after
{
	display:none
}

.pillar_count
{

    position: absolute;
    top: -15px;
    left: -20px;
    z-index: 50;
	z-index:50
}
.pilars_list .colw-25 .step
{
	margin-top:30px;
}
.pilars_list .colw-25 .step:before
{
    width: 1px;
    height: 45px;
	background:#9DB5E5;
    position: absolute;
    top: -45px;
    left: 50%;
	transform:translateX(-50%);
    z-index: 50;
    content: '';	
}
.pilars_list:before
{
    width: 100%;
    border-bottom:1px dashed #7B8FB7;
	background:#9DB5E5;
    position: absolute;
    top: 97px;
    left: 0;
    z-index: 20;
    content: '';		
}
.c_color
{
	color:#83A5CA
}

.areas_expertise li:nth-child(1)
{

	border-top: 1px solid #A6B7D0;
}
.areas_expertise li
{

	border-bottom: 1px solid #A6B7D0;
	padding:15px 0;
	width:100%;
}

.areas_expertise li a
{
	border-left:2px solid #143457;
	padding-left:25px;
}

.area_logo
{
	border:1px solid #9DB5E5;
	height:240px;
	background:#FFF
}
.area_logo img.d-block
{
	max-width:190px;
}

.areas_expertise li.active a
{
	color:rgba(0,145,255,1);
	border-color:rgba(0,145,255,1);
	margin-left:25px;
	font-weight:bold
}
.comapnies_pop
{

}
.bg_location
{
	background:#E3E7ED
}
.contact_button a
{
  border-radius: 5px;
  background-color: rgba(0,145,255,1);	
}
.contact_button a:hover
{
	color:#FFF;
	background:rgba(20,52,87,1)
}
.area_select select
{
  width: 421px;
  border: 1px solid #979797;
  border-radius: 8px;	
}
.area_select 
{
  border-bottom: 1px solid #D1D1D1;
}
.find_select , .find_select *
{
	color:#0091FF
}
.bg_grey
{
	background:grey
}

.fancybox-bg
{
	background:none !important
}
.history_main_box .latest_arrow
{
	position:absolute;
	cursor:pointer;
	top:calc(50% - 15px);
	z-index:10;
	background:none;
	width:60px;

}
.history_main_box .leftLst
{
	left:-105px;
}
.history_main_box .rightLst
{
	right:-105px;
}

.banners , .main_bg , .banners_bg , .banners .slick-list , .banners .slick-track , .banners .slick-slide , .banners .slick-slide > div
{
	width:100%;
	height:100%;
}

.banners.slick-slider
{
	position:initial !important
}


.banners {
    margin-bottom: -5px !important;    z-index: 50;
}
.main_bg {
    width: 100%;
    height: 100%;
    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%;content:'';
    background-color: rgba(0,0,0,0.01);
    z-index: 50;
   
}.banners_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    padding-top: 0;
}



.banners .slick-active{
  animation:Slick-FastSwipeIn 1s both;
  
}


.banners .banners_bg {

    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

/* [3] Finally, transforming the image when container gets hovered */
.banners .slick-active .banners_bg {
    transition: transform 20000ms ease-out 0s, opacity 1000ms ease 0s;

    transform: scale(1.2, 1.2);
}

/* ==== Slider Image Transition === */
@keyframes Slick-FastSwipeIn{
    0%{transform:rotate3d(0,1,0,150deg) scale(0)  perspective(400px);} 
    100%{transform:rotate3d(0,1,0,0deg) scale(1) perspective(400px);} 
}


.banners  .slick-dots li 
{
	width:15px;
	height:15px;
	border-radius:25px;
}
.banners .slick-dots li 
{
	margin:5px 0;	
}

 .banners .slick-dots li button 
{
	width:15px;
	height:15px;border-radius:25px;
	background-color:transparent;transition: all 0.5s ease-in;border:1px solid #D8D8D8;
	padding:0
}
.banners .slick-dots li button:before 
{
	display:none
}
 .banners .slick-dots li button:hover , .banners .slick-dots li.slick-active button 
{
	background:#D8D8D8;
	border-color:#FFF

}


 
.banners .slick-dots{
    top: 0;
    z-index: 10;
    width: 15px;
	height:100%;
	right:25px;
	display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}













.img-inner-c1
{
	top:45%;
	right:25px;
	z-index:40
}
.line_skew_inner_1
{
background-image: linear-gradient(45deg, rgba(232,237,242,0.5), rgba(232,237,242,0.5));
    transform: skew(16deg);
    left: 0;
    top: 0;
z-index:40
}
.img-inner-c2
{
	top:0%;
	left:25px;
	z-index:40
}
.img-inner-c3
{
	top:0%;
	right:25px;
	z-index:40
}
.img-inner-c4
{
	top:10%;
	left:25px;
	z-index:40
}
.img-inner-c5
{
	top:0;
	right:30%;
	z-index:40
}
.img-inner-c6
{
	top:15%;
	right:25px;
	z-index:40
}
.line_skew_inner_2
{
    background-image: linear-gradient(45deg, rgba(232,237,242,0.8), rgba(232,237,242,0.8));
    transform: skew(45deg);
    right: -50px;
    top: 0;
    z-index: 40;
    height: 500px;
}

.line_skew_inner_3 {
    background-image: linear-gradient(45deg, rgba(24,60,121,0.8), rgba(24,60,121,0.8));
    transform: skew(17deg);
    right: 4.8rem;
    bottom: 0;
    width: 145px;
    height: 60%;
	top:auto
}
.line_skew_inner_4 {
    background-image: linear-gradient(45deg, rgba(255,255,255,0.8), rgba(255,255,255,0.8));
    transform: skew(17deg);
    right: 1rem;
    bottom: 0;
    width: 50px;
    height: 40%;
    top: auto;
}
.line_skew_inner_5
{
    background-image: linear-gradient(45deg, rgba(232,237,242,0.8), rgba(232,237,242,0.8));
    transform: skew(45deg);
    right: -50px;
    top: 0;
    z-index: 40;
    height: 500px;
	width: 130px;
}
.map_box
{
	margin:100px 0;
	width:500px;
	height:500px;
	/*background:url('../img/Blank_Map-Africa.svg') no-repeat top center / cover*/
}
.map_box svg
{
	width: 100%;
    height: auto;
}
.pin1
{
	position: absolute;
    top: 230px;
    left: 35px;
    z-index: 50;
    /* background: #E02020; */
    padding: 5px 10px;
    border-radius: 25px;
    font-size: 14px;
    color: #000;
}
.pin2
{
    position: absolute;
    top: 230px;
    left: 95px;
    z-index: 50;
    /* background: #E02020; */
    padding: 5px 10px;
    border-radius: 25px;
    font-size: 14px;
    color: #000;
}
.pin3
{
    position: absolute;
    top: 245px;
    left: 252px;
    z-index: 50;
    /* background: #E02020; */
    padding: 5px 10px;
    border-radius: 25px;
    font-size: 12px;
    color: #FFF;
    max-width: 110px;
}
.pin4
{
    position: absolute;
    top: 153px;
    left: -75px;
    z-index: 50;
    /* background: #E02020; */
    padding: 5px 10px;
    border-radius: 25px;
    font-size: 12px;
    color: #000;
    max-width: 110px;
}
.pin5
{
    position: absolute;
    top: 179px;
    left: -25px;
    z-index: 50;
    /* background: #E02020; */
    padding: 5px 10px;
    border-radius: 25px;
    font-size: 12px;
    color: #000;
    max-width: 110px;
}
.pin6
{
    position: absolute;
    top: 195px;
    left: -46px;
    z-index: 50;
    /* background: #E02020; */
    padding: 5px 10px;
    border-radius: 25px;
    font-size: 12px;
    color: #000;
    max-width: 110px;
}
.pin7
{
    position: absolute;
    top: 0;
    right: 150px;
    z-index: 50;
    /* background: #E02020; */
    padding: 5px 10px;
    border-radius: 25px;
    font-size: 12px;
    color: #000;
    max-width: 110px;
}
.pin8
{
    position: absolute;
    top: 0;
    right: 90px;
    z-index: 50;
    /* background: #E02020; */
    padding: 5px 10px;
    border-radius: 25px;
    font-size: 12px;
    color: #000;
    max-width: 110px;
}
.pin9
{
    position: absolute;
    top: -60px;
    right: 390px;
    z-index: 50;
    /* background: #E02020; */
    padding: 5px 10px;
    border-radius: 25px;
    font-size: 12px;
    color: #000;
    max-width: 110px;
}

.bx-shadow
{
	  box-shadow: -9px 7px 22px 0 #E5EEFF;

}.file-custom {
    position: absolute;
    width: 65px;
    height: 25px;
    right: 0;
    top: 12px;
}
.file-custom img
{
	width:20px;
}
.file_none {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 50;
    opacity: 0;
}
.cyprus

{
    width: 70px !important;
    position: absolute;
    top: -45px;
    right: 135px;
}

.lebanon
{
    width: 50px !important;
    position: absolute;
    top: -45px;
    right: 90px;
}

.france
{
    width: 90px !important;
    position: absolute;
    top: -101px;
    right: 300px;
}
.filling_line{display:none !important}


.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999999999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(../img/loader.gif);
}
.privacy_box p
{
	margin-bottom:10px;
}

@media all and (max-width: 1255px){
	.container{width:1150px}
	.line_skew1{left:255px;}
	.line_skew7{display:none}
}
/*m*/@media all and (max-width: 1025px){
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.px-100 {padding-right: 2.25rem;padding-left: 2.25rem;}
.line_skew1{display:none}
.line_skew6{left:513px;}
}
/*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;}
.mb-25-xm{margin-bottom: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}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.py-25-xm{padding-top:1.5625rem;padding-bottom:1.5625rem;}
.pr-25-xm{padding-right:1.5625rem;}
/**/
.site-navigation .layer {background: rgba(255,255,255,1) !important;}
.site-navigation .inner ul li ul{    position: relative;top: auto;left: auto;transform: inherit;opacity: 1;visibility: visible;width:100%;}
.site-navigation .inner ul li ul li span{font-size:13px;color: #143457;font-style: italic;}
.site-navigation{padding-left:0;z-index:500 !important}
.pilars_list:before , .pillar_circle:after{display:none}
.pilars_list .colw-25{margin-bottom:50px;}
.vision_box{width:calc(100% - 50px);margin:10px 0}
.vision_box:nth-child(1):before {display:block}
.vision_listing_box .colw-33.vision_listing_border{border:0}
.scroll_history_main{overflow-x:scroll}
.scroll_history{width:700px;}
.area_select select{width:100%}
.site-navigation .inner ul li ul li:before{display:none}
.site-navigation .inner ul li ul li{background:none;padding:0}
.site-navigation .inner ul li{padding:10px 20px;}
.csr_box .colw-100:nth-child(2n+2) .order-1 .news_box .colw-100:nth-child(2n+2) .order-2 {order: 2;}
.csr_box .colw-100:nth-child(2n+2) .order-2 ,.news_box .colw-100:nth-child(2n+2) .order-1  {order: 1;}
.line_skew6 , .line_skew4{display:none}
.home_careers .colw-33:nth-child(3){display:none}
.h655{height:auto;padding-bottom:50px;}
.our_brand_slick img{max-width:90%}
.banner{height:45vh}
/*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;}
.mb-25-s{margin-bottom: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}
.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;}
.pb-100-s{padding-bottom:6.250rem;}
.py-100-s{padding-bottom:6.250rem;padding-top:6.250rem;}
.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}
.fr-s-none{float:none}
.d-flex-s{flex-wrap:wrap}
.px-0-s{padding-right:0;padding-left:0;}
.px-10-s{padding-right:0.625rem;padding-left:0.625rem}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.footer{position:inherit}
.footer_newsletter{margin-top:15px;}
body{margin-bottom:0 !important}
header h1{font-size:1.5rem !important}
.history_img{width:100%}
.pillars_list li{font-size:1.5rem;padding-left:35px;}
.expertise_box img{width:100%}
.search{width:100% !important}
.triangle_box:after{display:none}
.font-50, .font-50 *{font-size: 2.5rem;line-height:2.5rem}
.font-40, .font-40 * {font-size: 2rem;line-height:2rem}
.history_parallax{background-attachment:inherit}
.banner:before{display:none}
.video-bg video{top:auto;bottom:0;object-fit:fill;height:auto}
}