@import url('https://fonts.googleapis.com/css2?family=Lato&amp;display=swap');
@font-face {
	/*https://en.m.fontke.com/search/font/neue%20einstellung%20Black/*/
 font-family: 'Intro-Bold';
    src: url('../intro/Intro-Bold.eot') format('embedded-opentype'); /* IE9 + later */
    src: url('../intro/Intro-Boldd41d.eot?#iefix') format('embedded-opentype'), /* IE6 to IE8  */
         url('../intro/Intro-Bold.woff') format('woff'),  /* Newer browsers */
         url('../intro/Intro-Bold.ttf') format('truetype'), /* Safari og iOS, Chrome, Android, Firefox and Opera except Opera Mini  */
        url('../intro/Intro-Bold.svg#Intro-Bold') format('svg'); /*IE og iOS earlier than version 5*/
}
*
{	
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#363636
}

html , body
{
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;

}

.transition
{
	transition:all 0.5s ease-in-out;
}
body
{
	
}
a {
	color:#363636;
	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%;
}
.success
{
	text-align:center;
	color:green;
	padding-top:15px;
	display: inline-block;
    width: 100%;
}
.dnone
{
	display:none
}
.d-block{
	display:block
}
.d-flex
{
	display:flex;
	flex-wrap: wrap;
}
.italic
{
	font-style:italic
}
.white , .white *
{
	color:#FFF
}
.font-bold , .font-bold *
{
	  font-family: 'Intro-Bold';
}
.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-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-size:1.25rem
}
.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-50, .font-50 *
{
	font-size:3.125rem
}
.font-55, .font-55 *
{
	font-size:3.437rem
}
.font-62, .font-62 *
{
	font-size:3.875rem
}
.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: 30px;
	height: 30px;
	z-index: 999999999;

	cursor:pointer;

}

.trigger > div{
	position: relative;    margin-top: -10px;
    margin-right: -8px;
}

.trigger > div > span{
	position: absolute;
	height: 4px;
	width:30px;
	margin:0 20%;
	background: #FFF;
	top:12px;
	border-radius:25px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
	right:0
}

.trigger > div > span:nth-child(2){
    top: 21px;
}

.trigger > div > span:nth-child(3){
	top:30px;
}

.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;
}

.slided{
	-ms-transform: translate(-320px,0); /* IE 9 */
	-webkit-transform: translate(-320px,0); /* Safari */
	transform: translate(-320px,0); /* Standard syntax */
}
.white
{
	color:#FFF
}
.blur {
    
        background: rgba(255 255 255 / 40%);
}
.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-height2
{
	line-height:2rem
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.bg_blue
{
	background:#0B3E5C
}
.blue
{
	color:#0B3E5C
}
.blue1
{
	color:#166EAC
}
.blue p
{
	color:#0B3E5C
}
.jc-fe
{
	justify-content:flex-end
}
footer
{
	display:inline-block;
	width:100%;
}
.social_footer a
{
	color:#363636;
	padding:0 7px;
}
.social_footer a:hover span
{
	color:#166EAC;
}
.social_footer a span
{
	color:#363636;transition:all 0.5s ease-in-out;
}
.footer_links li
{
	width:25%;padding: 10px 0;
}
.footer_links li:nth-child(4n+4)
{
	width:100px
}
.footer_links a
{

	color:#363636
}
.footer_links a:hover
{

	color:#166EAC
}
.top_header a
{
	color:#FFF
}
.top_header a:hover
{
	color:#166EAC
}
.insideImg .overlay img
{

}
.insideImg .overlay
{
	z-index:100
}
header .menu {
    position: absolute;
	right:0;
    top: 50px;
    width: 35px;
    cursor: pointer;
}
header .menu:before, header .menu:after {
    content: '';
    display: block;
    width: 25px;
    -webkit-transition: border .3s;
    transition: border .3s;
}
header .menu:before {
    height: 10px;
    border-top: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
}
header .menu:after {
    height: 7px;
    border-bottom: 3px solid #FFF;
}
.layer
{
	background:url('../images/layer.png') no-repeat top center /cover;
	    background-attachment: fixed;
}
	
.firm_menu , .about_menu
{
	background:rgba(11,62,92,0.6)
}
.firm_menu a , .about_menu a
{
	color:#FFF;
}
.firm_menu a:hover , .firm_menu li.active a , .about_menu a:hover , .about_menu li.active a
{
	color:#0B3E5C;
}
.about_menu li
{
	padding:0 50px;
}
.firm_menu li
{
	border-bottom:2px solid #FFF;
	display:inline-block;
	width:100%;
	padding-left:20px;
	padding-bottom:15px;
	margin-bottom:15px;
}
.board_listing
{
	background:rgba(54,54,54,0.5);
	border-radius:25px;
	height:100%;
	
}
.board_listing h3:before
{
	position:absolute;
	bottom:0;
	left:0;
	width:140px;
	height:1px;
	content:'';
	background:#363636
}
.team_listing{
	background:rgba(11,62,92,0.5);
	border-radius:25px;
	height:100%;
}
.team_listing h3:before
{
	position:absolute;
	bottom:0;
	left:0;
	width:140px;
	height:1px;
	content:'';
	background:#FFF
}
.team_listing a
{
	color:#FFF
}
.team_listing a:hover
{
	color:#0B3E5C
}
.bg_grey
{
	background:rgba(54,54,54,0.6)
}
.our_strategy
{
	 justify-content: space-between;
    /* align-items: flex-start; */
    /* align-content: flex-start; */
    text-align: left;
}
.our_strategy p
{
	width:40%;
}
.our_strategy p:first-child
{
	padding-bottom:25px;
}
.parallax_section
{
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	position:relative
}
.parallax_section:before
{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	content:'';
	z-index:50;
	background:rgba(11,62,92,0.6)
}





.leftLst
{
    position: absolute;
    top: -10px;
    right: 75px;
    z-index: 50;
    cursor: pointer;
    border: 0;
    background: none;
}
.rightLst
{
    position: absolute;
    top: -10px;
    right: 15px;
    z-index: 50;
    cursor: pointer;
    border: 0;
    background: none;
}
.services_slick .rightLst , .services_slick .leftLst
{
	top:-60px;
}

.inner_page .services_slick .rightLst , .inner_page .services_slick .leftLst
{
	top:-25px;
}
.partners_slick .slick-track
{
    display: flex !important;
}

.partners_slick .slick-slide
{
    height: inherit !important;
}
.partners_slick  .slick-slide 
{
	    display: flex !important;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.visit_link a
{
	background:#FFF;
	border-radius:50px;
	color:#0B3E5C;
}
.visit_link a:hover
{
	background:#0B3E5C;
	color:#FFF;
}
.services_box
{
	width:100%;border-radius:25px; overflow: hidden;max-width:400px
	
}
.services_box .bg_hover
{
	
	overflow:hidden;
	border-radius:25px;
}
.services_slick .colw-100.flex-column 
{
	padding: 0 15px;
}
.caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
	  background: rgba(11, 62, 92, 0.36);
    -webkit-transition: all .4s;
    transition: all .4s;
    overflow: hidden;
    top: 0;
    opacity: 1;
	border-radius:25px;
	height:100%;
	width:100%;
	padding:50px;
}

.products_section .col-md-4
{
	overflow:hidden
}
.services_box:hover .caption {
    top: 0;
    opacity: 1;
}

.services_box h2:before {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 140px;
    height: 1px;
    content: '';
    background: #FFF;transition:all 0.5s ease-in-out;
}
.services_box a:hover , .view_all a:hover
{
	color:#166EAC;display: inherit;
	transform:translateY(-5px)
}
.services_box .caption a
{
	opacity:0
}
.services_box:hover .caption a
{
	transform:translateY(-5px);color:#FFF;display: inherit;opacity:1
}



  svg line , svg path
 {
	 transition:all 0.5s ease-in-out;
 }
 .about_menu a:hover svg line , .about_menu a:hover svg path 
{
	stroke:#0B3E5C !important
}
.services_box a:hover  svg line , .services_box a:hover  svg path , .view_all a:hover svg line  , .view_all a:hover svg path
{
	stroke:#166EAC
}
.view_all a
{
	background:#F2F2F2;
	color:#0B3E5C;
	font-weight:bold;
	border-radius:25px;transition:all 0.5s ease-in-out;
}
.view_all a:hover , .view_all a.active{
	background:#0B3E5C;
	color:#F2F2F2;	
	}
	.bg
	{
		height:100%;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		z-index:40;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.bg div
	{
		height:100%;
		width:100%;
		background-size:cover
	}
	.bg_grey1
	{
		background:#F2F2F2
	}
.locations_box img
{
	max-height:150px;
}	
.locations_box a:hover
{
	color:#166EAC
}
input[type=text] , textarea , select , input[type=email] , input[type=date]
{
	border-radius:15px;
}
select{
 color:#8C99A4;
}
button, input[type=submit]
{
	border-radius:25px;
	background:#FFF;
}
form button:hover
{
	color:#FFF;
	background:#0B3E5C;
}

input[type='text']::placeholder , textarea::placeholder , select::placeholder , input[type='email']::placeholder  { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color:#8C99A4;
  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:#8C99A4;
}

 input[type='text']::-ms-input-placeholder , textarea::-ms-input-placeholder   , select::-ms-input-placeholder ,  input[type='email']::-ms-input-placeholder { /* Microsoft Edge */
 color: #8C99A4;;
}
.videos_box ,.news_box
{
	display:inline-block;
	overflow:hidden;border-radius:25px;
}

.videos_box img , .news_box img
{
	transition:all 1s ease-in-out;
	
}
.videos_box:hover img.d-block ,.news_box:hover img.d-block
{
	transform:scale(1.1)
}
.videos_box:before
{
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';border-radius:25px;z-index:50;
    background:rgba(11,62,92,0.6);transition:all 0.5s ease-in-out;
}

.play
{
	position:absolute;
	top:calc(50% - 25px);
	left:calc(50% - 40px);
	z-index:60;
	cursor:pointer
}
.videos_slick .latest_arrow img
{
	filter: brightness(0) invert(1);
}
.videos_slick .rightLst , .videos_slick .leftLst
{
	top:calc(50% - 45px)
}
.videos_slick .leftLst
{
	left:10px;
	right:auto
}
.videos_slick .rightLst 
{
	right:10px
}
.news_date
{
	background:#0B3E5C;
	position:absolute;
	bottom:0;
	left:0;
	z-index:50;
	border-bottom-left-radius:25px;
	border-top-right-radius:25px;
}
.d-grid
{display:grid
}
	.videos_slick {
		margin-bottom:0 !important
	}
	.bg_white
	{
		background:#FFF;
		box-shadow:0 3px 5px #707070
	}
	
.careers_listing h2:before {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100px;
    height: 1px;
    content: '';
    background: #0B3E5C;
}	
textarea
{
	background:#FFF;
	resize:none
}
.file_none {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 50;
    opacity: 0;
}.file-custom {
    position: absolute;
    width: 65px;
    height: 100%;
    right: 0;
    top: 0;
}
.file-custom img
{
	width:20px;
}
.videos_slick_home
{
	margin-bottom:0 !important
}

.videos_slick_home .rightLst
{
	    top: calc(50% - 24px);
}
.bg_video
{
	height:100vh
}
.bg_video:before
{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	z-index:50;
	content:'';
	background: rgba(11,62,92,0.3);
}
#bt-videobox {
    position: static !important;
}
.h-500
{
	height:300px;
}
.pt-150
{
	padding-top:200px
}
.tools
{
border-radius: 150px;
    background: #FFF;
    overflow: hidden;
    position: absolute;
    top: 0;
    lefT: 0;
    width: 100%;
	
}
.tools .colw-25
{
	box-shadow:5px 5px 5px #ebebeb;
	padding:80px 0
}
.tools img
{
	height:80px;
}
.tools img
{
	height:80px;transition:all 1s ease-in-out;
}
.tools .colw-25:hover img
{
	transform:scale(1.1)
}
nav
{
	padding-top:30px;
	transform: translate3d(-100px,0,0);
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0;
    transition-property: opacity,transform;
    opacity: 0;
}
nav.slided {
    opacity: 1;
    transform: translateZ(0);
}

nav li a
{
	text-transform:capitalize;
	color:#FFF;

}
header nav li a:hover ,header nav li a.active
{
	color:#0B3E5C;
}
.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;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.spinner1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--viewport-height);
  z-index:50000
}
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #FEA903;
  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);
  }
}
.details_services ul
{
	margin-top:20px;display:grid;
}
.details_services ul li
{
    width: 100%;
    list-style: disc;
    display: list-item;	
	list-style-position:outside;
	margin-left:15px;
	margin-bottom:5px;
}
.details_services p
{
	margin-bottom:5px;
}


.content {
  width: 80%;
  padding: 0;
  margin: 0 auto;
}

.centerplease {
  margin: 0 auto;
  max-width: 270px;
  font-size: 40px;
}

/*Question*/
.question {
  position: relative;
  background: rgba(11,62,92,0.6);
  margin: 0;
  padding: 10px 10px 10px 50px;
  display: block;
  width:100%;color:#FFF;
  cursor: pointer;
}
/*Answer*/
.answers {
  padding: 0px 15px;
  margin: 5px 0;
  width:100%!important;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.questions:checked ~ .answers{
  height: auto;
  opacity: 1;
  padding: 15px;
  
}

/*FAQ Toggle*/
.plus {
  position: absolute;
  margin-left: 10px;
  z-index: 5;
  font-size: 2em;color:#FFF;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  margin-top:5px;

}

.questions:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);

}

.questions {
  display: none !important;
  
}
video {
    width: 100vw;
    height: calc(100vh - 46px);
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1;
}
footer .bg_blue{
background:rgba(11,62,92,0.6)
}
.d-block-ip
{
	display:inline-block !important
}
.image-uploader{min-height:10rem !important;border-radius: 15px;color: #8C99A4;}
.partners_slick img{max-height:150px;}
.team-right .colw-33:nth-child(3n+3){padding-right:0}



.videos_slick .slick-slide{
      margin: 0 10px;
  }

  /* the parent */
.videos_slick .slick-list  {
      margin: 0 -10px;
  }
.popup_box
{
    width: 100%;
    max-width: 50%;
}
.popbox{
	background:#FFF
}
.popbox  button {
    color: #FFF;
    background: #0B3E5C;
}
.green
{
	color:green
}
.fancybox-close-small:after{
color: #555  !important;
    background: #eee !important;	
}


.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;
	}
}
@media all and (max-width: 960px){
	
.popup_box {
    width: 100%;
    max-width: 95%;
    margin: 0 !important;
}.popbox {

    padding:25px 10px;
}	
	
	.order2{order:2} .order1{order:1}.pb-25-m{padding-bottom:25px;}
	video{z-index:20;position: relativel;height:50vh;dsipaly:inline-block}
	.services_box{width:100%}


.insideImg .img-bg{height:300px}
.insideImg .overlay img{max-width:230px;}
h1, h2, h3, h4, h5, h6{line-height:initial}
.font-42, .font-42 * , .font-40, .font-40 * {font-size: 2rem;}
.flex-row-m{flex-direction: column;}
footer img{max-width:250px;}
.footer_links ul{padding-top:50px;}
.footer_links li , .footer_links li:nth-child(4n+4){width:100%;text-align:center}
footer .py-50{padding-bottom:0}
nav{    position: fixed;top: 0;left: 0;background: #0B3E5C;height: 100vh;width:70%;display: flex !important;justify-content: center;flex-direction: column;align-content: center;align-items: center;visibility:hidden}
header ul li{padding:25px;text-align:center}
p{text-align:justify;line-height: initial;}
nav.slided{visibility:visible}
.contact-form .px-50 , .contact-form .pl-15 , .contact-form .pr-15 , .careers-form .px-50 , .careers-form .pl-25 , .careers-form .pr-25{padding-left:0;padding-right:0}	
.txt-cntr-m{text-align:center}
.contact-box .colw-50:nth-child(2){padding-top:75px;}
.details_box{padding-left:0;padding-top:50px;}
.px-50-m{padding-left:0;padding-right:0}
.visit_link{margin-top:50px;}
.firm_menu {padding:25px;}
.py-100-m{padding-top:50px;padding-bottom:50px;}
.pr-n{padding-right:0;padding-bottom:25px;}
.about_menu li{width:100%;text-align:center;padding:15px 0}
.our_strategy p:first-child{padding-bottom:20px}.our_strategy p{width:100%;padding-bottom:20px;}
.pb-50-m{padding-bottom:50px;}
.pl-0-m{padding-left:0}
.tools{position:relative;}.h-500{height:auto}.pt-150 , .l-v-m {padding: 50px;}.videos_slick_home{padding:50px 0}.bg_video {height: 50vh;}
header nav li a:hover, header nav li a.active{color:#FFF}
.font-24, .font-24 *{font-size:1.2rem}
 .font-22, .font-22 * , .font-20, .font-20 *{font-size:1rem}
}
.brightness
{
	    filter: brightness(0) invert(1);
}