/* 
Theme Name: Voyage Logistics
Author: Surajit Kayal
Description: Custom WP Theme
*/

/* Theme style */
@font-face {
	font-family: 'FontBodyLight';
	src: url('fonts/IBMPlexSansArabic-Light.ttf') format('truetype');
	font-style: normal;
}
@font-face {
	font-family: 'FontBodyRegular';
	src: url('fonts/IBMPlexSansArabic-Regular.ttf') format('truetype');
	font-style: normal;
}
@font-face {
	font-family: 'FontBodyMedium';
	src: url('fonts/IBMPlexSansArabic-Medium.ttf') format('truetype');
	font-style: normal;
}
@font-face {
	font-family: 'FontHeaderBold';
	src: url('fonts/IBMPlexSansArabic-Bold.ttf') format('truetype');
	font-style: normal;
}


::-moz-selection {
	color: #fff;
    background: #0095da;
    text-shadow: none;
}

::selection {
	color: #fff;
    background: #0095da;
    text-shadow: none;
}
.container {
  max-width: 1280px;
  width: 100%;
}

body {
	font-family: 'FontBodyRegular', sans-serif, Arial;
	font-size: 15px;
	font-weight: 400;
	-webkit-overflow-scrolling: touch;
	letter-spacing: 0 !important;
	color: #404040;
	/*background: url(images/page-bg1.svg) bottom center no-repeat;*/
}
body.thisHome {
}

.leap:hover {
	transform: scale(1.02);
	transition: 0.3s;
}

.leap-container {
	display: flex; 
	align-items: center; 
	color: white; 
	padding: 10px 20px; 
	font-family: Arial, sans-serif; 
	font-size: 16px; 
	justify-content: space-around; 
	width: 324px; 
	height: 71px; 
	background: linear-gradient(90deg, #3B29A2 0%, #4F29B3 40%, #DE3AF3 100%); 
	box-shadow: 0px 0px 15px 3px #000F61; 
	border-radius: 17.6809px;
}
/* Media query for screens less than 900px wide */
@media only screen and (max-width: 900px) {
    .leap-img {
        background-position: center !important; /* Change background position for smaller screens */
    }
}
a {	
	color: #606161;
	transition: 0.3s;
}
a:hover,
a:focus {
	color: #404040;
	transition: 0.3s;
	text-decoration: none;
}

p {
	line-height: 27px;
	margin-bottom: 15px;
}
p.large,
.large li {
	font-size: 17px;
	line-height: 22px;
	margin-bottom: 30px;
}

hr {
	border-color: #d9d9d9 !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'FontHeaderBold';
	text-transform: uppercase;
}
.wt300 {
	font-weight: 300 !important;
	font-family: 'FontBodyRegular';
}
.wt400 {
	font-weight: 400 !important;
	font-family: 'FontBodyRegular';
}
.wt500 {
	font-weight: 500 !important;
	font-family: 'FontBodyRegular';
}
.wt600 {
	font-weight: 600 !important;
}
section {
	padding: 60px 0;
}
section.minHeight {
	min-height: 400px;
}
section h2 {
	margin-bottom: 20px;
}
section.withbg {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	min-height: 560px;
	margin-bottom: 60px;
}
section.withbg2 {
	background-size: 1250px !important;
	margin-top: 60px;
}
section.withbg3 {
	background-size: 1250px !important;
	margin-top: 60px;
	min-height: 400px;
	padding-top: 100px;
}
section.withbgfull {
	background-size: cover !important;
	margin: 0;
	min-height: 600px;
	padding-top: 240px;
}
section.withbg.home {
	min-height: 520px;
}
section .all-white {
	color: #fff !important;
}
.section-light {
	background: rgba(255,255,255,0.89);
	backdrop-filter: saturate(170%) blur(6px);
	margin-top: 5%;
	padding: 20px 50px;
  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,.05);
  	border-radius: 6px;
}
.pullup {
	position: relative;
	margin-top: -260px;
}
.pullup2 {
	position: relative;
	margin-top: -130px;
}
.pullup.home {
	position: relative;
	margin-top: -340px;
}
.pushdown {
	margin-top: 5%;
}
.section-bg1 {
	background: linear-gradient(220.55deg, #150D29 0%, #772F71 100%) !important;
	color: #fff !important;
}
.section-bg2 {
	background: #ecf0f1;
	padding: 30px;
	padding-bottom: 0;
	border-radius: 16px;
	background: linear-gradient(180deg,rgba(255, 255, 255, 0.9)0%, rgba(255, 255, 255, 0.86) 100%) !important;
	backdrop-filter: saturate(170%) blur(10px);
	box-shadow: 0 12px 20px rgba(0,0,0,0.1);
}
.section-bg3 {
	background: linear-gradient(220.55deg, #6c7a89 0%, #bfbfbf 100%) !important;
	background: rgba(0,166,81,0.98) !important;
	padding: 50px;
  	box-shadow: 0px 8px 25px 0px rgba(0,0,0,.13);
}
.section-bg4 {
	background: linear-gradient(220.55deg, #d9fefb 0%, #fff 100%) !important;
  	padding: 40px 50px;
  	border-radius: 6px;
  	box-shadow: 0px 8px 25px 0px rgba(0,0,0,.13);
}
.section-bg5 {
  background: linear-gradient(to right, #111 0%, #404040 100%) !important;
  background: linear-gradient(to right, rgba(0,0,0,0.76) 0%, rgba(0,0,0,0.9) 100%) !important;
  backdrop-filter: saturate(170%) blur(12px);
  border-radius: 0;
}
.section-bg5 {
	background: #fff !important;
  	border-radius: 0;
}
.section-bg6 {
	background: url(images/page-bg1.svg) #606161 !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	background-attachment: fixed !important;
  	border-radius: 0;
  	color: #fff !important;
  	transition: 0.8s;
}
.section-bg6:hover {
	background-position: bottom center !important;
  	transition: 0.8s;
}
.section-bg7 {
	background: #00a651 !important;
  	padding: 40px 50px;
  	border-radius: 0;
  	box-shadow: 0px 8px 25px 0px rgba(0,0,0,.13);
  	color: #fff;
}
.section-bg8 {
	background: url(images/page-bg1.svg) !important;
	background-repeat: no-repeat !important;
	/*background-position: center center !important;*/
	background-size: cover !important;
}
.section-about {
	
	
	
}

.home-header {
	padding-top: 420px;
	padding-bottom: 180px;
	background: #194389 !important;
	color: #fff !important;
}
.home-header h1{
	display:none;
}
.home-header h2 {
	text-transform: uppercase;
	line-height: inherit;
}
.home-header h2 {
	font-size: 22px;
}
.home-header p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;
}
.home-header img {
	width: 100%;
	height: auto;
	border-radius: 16px;
}
.section-page {
	background: #194389;
	padding-top: 160px;
	padding-bottom: 80px;
	margin: 0;
	border-radius: 0;
}
.section-page p {
	font-size: 17px;
	line-height: 32px;
}
.section-page p:before,
.section-page h3:before {
	content: '';
	display: block;
	height: 3px;
	background: #e46822;
	width: 60px;
	margin: 15px auto;
	border-radius: 20px;
}
.section-faq {
	width: 140%;
	height: 500px;
	object-fit: cover;
	border-radius: 6px;
}
.section-faq.reverse {
	float: right;
}

.section-bg4 [class^="col-md"] {
	padding: 0 30px;
	margin-bottom: 30px;
}
.col-highlight [class^="col-md"] {
	padding: 15px 40px;
}
.col-highlight [class^="col-md"] h3 {
  font-size: 16px;
}
.col-highlight [class^="col-md"] h2 {
	color: #c0c0c0;
	margin: 0;
	padding: 0;
	font-size: 40px;
	transition: 0.5s;
}
.col-highlight [class^="col-md"] h2:after {
	content: '';
	display: block;
	height: 2px;
	background: #fff;
	width: 50px;
	margin: 0;
	transition: 0.5s;
	position: relative;
	top: 5px;
}
.col-highlight [class^="col-md"]:hover h2:after {
	background: #00a550;
	background: linear-gradient(to right, #eee, #00a550);
	width: 99%;
	transition: 0.5s;
}
.col-highlight [class^="col-md"] h2.txt-green {
	color: #00a550 !important;
	font-weight: 100 !important;
}

.line {
	content: '';
	display: block;
	height: 2px;
	background: #000;
	width: 60px;
	margin: 15px auto;	
	border-radius: 10px;
}
.line.left {
	margin: 0;
	margin-bottom: 25px;
}
.line.orange {
	background: #e46822;
}
.line.white {
	background: #fff;
}
.line.blue {
	background: #194389;
}
.line.grey {
	background: #606161;
}

/* centegreen columns styles */
.row-centered {
    text-align:inherit;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    /* inline-block space fix */
    margin-right:-4px;
}
.upper {text-transform: uppercase;}

.txt-white {color: #fff !important;}
.txt-black {color: #000 !important;}
.txt-grey {color: #404040 !important;}

/* branding colors */
.txt-orange {color: #e46822;}
.txt-green2 {color: #579085;}
.txt-blue {color: #194389;}
.txt-yellow {color: #fbd362;}
.txt-red {color: #FF0F21;}
.txt-purple {color: #772F71;}
.txt-darkpurple {color: #150D29;}


.line-white .bg-white {background: #fff !important;}
.line-black, .bg-black {background: #000 !important;}
.line-grey, .bg-grey {background: #f8faf9 !important; color: #fff !important;}

/* branding colors */
.line-green, .bg-green {background: #008881 !important; color: #fff !important;}
.line-green2, .bg-green2 {background: #579085 !important; color: #fff !important;}
.line-blue, .bg-blue {background: #194389 !important; color: #fff !important;}
.line-yellow, .bg-yellow {background: #fbd362 !important; color: #fff !important;}

.txt-grad1 {
  background: linear-gradient(270deg,#e46822 0,#008cc6 50.18%,#e46822 80%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.theme-red {
    background: #1A2E85;
    background: -webkit-linear-gradient(to right, #be1622 0%, #ff0033 50%, #be1622 100%);
    background: -moz-linear-gradient(to right, #be1622 0%, #ff0033 50%, #be1622 100%);
    background: linear-gradient(to right, #be1622 0%, #ff0033 50%, #be1622 100%);
        background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.txt-white p {color: #fff !important;}

.wpcf7-form input[type=submit],
.btn-default {
	border: 1px solid #e46822;
	background: #e46822;
	color: #fff;
	border-radius: 12px;
	padding: 15px 30px;
	text-align: center;
	transition: all .3s ease-out;
}

.wpcf7-form input[type=submit]:hover,
.btn-default:hover, 
.btn-default:focus {
	background: #194389;
	border: 1px solid #194389;
	color: #fff;
	padding: 15px 30px;
	background: linear-gradient(to right, #e46822 50%, #194389 50%);
  	background-size: 203% 103%;
  	background-position: right bottom;
  	transition: all .6s ease-out;
}
.wpcf7-form input[type=submit],
.wpcf7-form input[type=submit]:hover {
	font-size: 16px;
	padding: 20px;
}
.btn-white {
	background: transparent !important;
	border-color: #fff;
	color: #fff !important;
}
.btn-white:hover,
.btn-white:focus {
	background: #0095da !important;
	border-color: #0095da;
	color: #fff !important;
}
.btn-black {
	background: transparent !important;
	border-color: #000;
	color: #000 !important;
}
.btn-black:hover,
.btn-black:focus {
	background: #000 !important;
	border-color: #00a550;
	color: #fff !important;
}
.btn-line {
	border-radius: 0 !important;
	background: transparent !important;
	border: 0 !important;
	border-bottom: 1px solid #000 !important;
	color: #000 !important;
	padding: 0;
}
.btn-line:hover,
.btn-line:focus {
	border-radius: 0 !important;
	background: transparent !important;
	border: 0 !important;
	border-bottom: 1px solid #666 !important;
	color: #666 !important;
	padding: 0;
}
.btn-large {
	font-size: 17px;
	padding: 20px 40px;
}
.btn-large:hover {
	padding: 20px 40px;
	box-shadow: none;
}
.btn-thin,
.btn-thin:hover,
.btn-thin:focus {
	font-size: 13px;
	padding: 8px 10px;
}

.mt, .mb {
	padding: 90px 0;
}

.post-entry {
	min-height: 200px;
}

#header {
	position: fixed;
	width: 100%;
	z-index: 2000;
	top: 0;
	padding: 0;
	transition: 0.3s;
	border: 0;
	background: transparent;
}

#header.shrinked {
	background: linear-gradient(180deg,rgba(255, 255, 255, 0.9)0%, rgba(255, 255, 255, 0.96) 100%) !important;
	backdrop-filter: saturate(170%) blur(10px);
	padding-top: 0;
	padding-bottom: 0;
	transition: 0.3s;
	border: 0;
	box-shadow: 0 12px 20px rgba(0,0,0,0.1);
}

#header.thisHome {
	background: linear-gradient(to top,transparent, rgba(0, 0, 0, 0.1) 100%) !important;
	border-bottom: 1px solid rgba(255,255,255,0) !important;
}
#header.thisHome.shrinked {
	backdrop-filter: saturate(170%) blur(10px);
	background: linear-gradient(180deg,rgba(255, 255, 255, 0.9)0%, rgba(255, 255, 255, 0.96) 100%) !important;
	border-bottom: 1px solid rgba(0,0,0,0) !important;
}

#header .logo img {
	height: auto;
	width: 220px;
	margin-top: 20px;
	margin-bottom: 20px;
	transition: 0.4s;
}
#header.thisHome .logo img {
	filter: invert(100%) brightness(5000%) !important;
}
#header.shrinked .logo img,
#header.thisHome.shrinked .logo img {
	filter: none !important;
	width: 150px;
	margin-top: 20px;
	margin-bottom: 20px;
	transition: 0.4s;
}

.navbar-nav {
	float: right;
}

.navbar-default {
    background: transparent;
    border: 0;
    padding: 0;
}

#header .navbar {
    margin: 0;
    margin-top: 30px;
}
#header.shrinked .navbar {
	margin-top: 15px;
}

#header .navbar-default .navbar-nav > li, 
#header.thisHome .navbar-default .navbar-nav > li {
	margin: 0 10px;
}

.navbar-default .navbar-nav > li > a {
	color: #111 !important;
	margin: 0;
	font-size: 16px;
	padding: 15px 10px;
	text-transform: uppercase;
	letter-spacing: 0;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background: transparent;
}
#header.thisHome .navbar-default .navbar-nav > li > a,
#header.thisHome .navbar-default .navbar-nav > li > a:hover,
#header.thisHome .navbar-default .navbar-nav .dropdown > a:hover  {
	color: #fff !important;
}
#header.shrinked .navbar-default .navbar-nav > li > a,
#header.shrinked .navbar-default .navbar-nav > li > a:hover {
	color: #194389 !important;
}
#header .navbar-default .navbar-nav > li > a:hover, 
#header .navbar-default .navbar-nav > li > a:focus,
#header .navbar-default .navbar-nav > li > a.dropdown-toggle:hover {
	color: #888 !important;
	background: transparent;
	border-radius: 0;
}
#header.shrinked .navbar-default .navbar-nav > li > a.dropdown-toggle {
	color: #194389 !important;
}


#header.thisHome.shrinked .navbar-default .navbar-nav .dropdown > a:hover,
#header.thisHome.shrinked .navbar-default .navbar-nav > .active > a,
#header.shrinked .navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color: #194389 !important;
	background: transparent;
	border-radius: 2px;
}
.navbar-default .navbar-nav > .current_page_item.active > a,
.navbar-default .navbar-nav > .menu-item-has-children.active > a {
	font-weight: normal;
	color: #838383 !important;
	border: 0;
}
#header.shrinked .navbar-default .navbar-nav > .current_page_item.active > a {
	font-weight: normal;
	color: #194389 !important;
}

.dropdown-menu {
	background: rgba(0,0,0,0.72);
	background: #606161;
  	backdrop-filter: saturate(150%) blur(10px);
	box-shadow: none;
	border: 0;
	border-radius: 12px;
	min-width: 240px;
	padding: 20px 0;
}

.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	width: 100%;
}

.dropdown-menu li a {
	color: #fff !important;
	font-size: 13px;
	line-height: 30px;
	text-transform: none;
}

.dropdown-menu li a:hover {
	color: #eee !important;
	background: transparent;
}
.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus,
.dropdown-menu > .current_page_item.active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, 
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, 
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
	background: transparent;
	color: #999 !important;
}
.dropdown.active a.dropdown-toggle {
	color: #fff !important;
}
.dropdown .current_page_item.active a {
	color: #e46822 !important;
}
/*
.navbar-default .navbar-nav > li > a:before,
#header.shrinked .navbar-default .navbar-nav > li > a:before {
  display:block;
  content: '';
  padding-top: 10px;
  border-top: solid 1px #e46822;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}
#header.shrinked .navbar-default .navbar-nav > li > a:before {
	border-color: #e46822;
}
.navbar-default .navbar-nav > li > a:hover:before,
#header.shrinked .navbar-default .navbar-nav > li > a:hover:before {
	transform: scaleX(1);
}
*/

.navbar-toggle,
.navbar-toggle:hover
.navbar-toggle:focus {
	border: 0;
	background: #4d4e4e !important;
	margin-top: -40px;
	border-radius: 0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0 none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

#header .navbar-default .navbar-nav > li:last-child {
	margin-right: 0;
}
#header .navbar-default .navbar-nav > li:last-child a {
	border: 1px solid #fff;
	border-radius: 8px !important;
	padding: 15px 30px;
}
#header.thisHome.shrinked .navbar-default .navbar-nav > li:last-child a {
	border-color: #194389;
	border-radius: 8px !important;
}

#paging {
	text-align: center;
	padding: 10px 0;
}

.paging .wp-pagenavi a {
	background: #fff;
	color: #444;
	text-decoration: none;
	border: 1px solid #d9d9d9;
	width: 28px;
	margin: 5px;
	display: inline-block;
	border-radius: 4px;
}

.paging .wp-pagenavi a:hover {
	color: #000;
	border: #fff;
	background: #fcc431;
}

.paging .wp-pagenavi .current {
	color: #000;
	border: #fff;
	background: #fcc431;
	width: 28px;
	margin: 3px;
	display: inline-block;
	border-radius: 4px;
}

.post-detail {
	background: #fff;
	-moz-box-shadow: 1px 1px 5px #d9d9d9;
	-webkit-box-shadow: 1px 1px 5px #d9d9d9;
	box-shadow: 1px 1px 5px #d9d9d9;
	margin-top: 30px;
	margin-bottom: 50px;
	padding-bottom: 40px;
}

.post-detail .title {
	color: #2a2a2a;
	font-size: 1.65em;
	font-weight: 600;
	text-align: right;
	padding: 10px 0;
	margin-top: 30px;
	margin-bottom: 10px;
	border-bottom: 1px solid #2a2a2a;
}

.post-pic img {
	width: 80%;
	height: auto;
	border-radius: 16px;
}

.post-detail .post-desc {
	border-bottom: 1px solid #eee;
	padding: 40px 0;
}
.team-pic img {
	width: 240px;
	height: 240px;
	object-fit: cover;
	border-radius: 100%;
	border: 1px solid #eee;
}
.comment-form label {
	display: block;
}

.comment-form input,
.comment-form textarea {
	border: 1px solid #d9d9d9;
	padding: 7px;
}

.comment-form input[type="submit"] {
	color: #fff;
	background: #194389;
	border: 1px solid #194389;
	margin-top: 30px;
	padding: 10px 30px;
}

.comment-form input[type="submit"]:hover {
	color: #6c7a89;
	background: #fff;
	border: 1px solid #6c7a89;
}

.wpcf7-not-valid-tip,
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    background: #fff;
    border-radius: 5px;
}

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
	background: transparent;
	border: 1px solid #999 !important;
	border-radius: 8px !important;
	padding: 15px !important;
	width: 100% !important;
	color: #000;
	margin-bottom: 15px;
	font-size: 16px;
}
.wpcf7-form textarea {
	max-height: 160px;
}
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
	border: 0;
	color: #222;
	border: 1px solid #111 !important;
	box-shadow: none !important;
	outline: none;
}

.wpcf7 .download input[type=submit] {
	color: #b4000c;
	background: #fff;
	font-size: 1em;
	text-transform: uppercase;
	min-width: auto;
	border-radius: 10px;
	border: 1px solid #b4000c;
	padding: 15px;
	line-height: 1em;
}
.wpcf7 .download input,
.wpcf7 .download input:focus,
.wpcf7 .download input:hover {
	color: #000;
	border: 1px solid #000;
	box-shadow: none;
}

.wpcf7 ::placeholder {
    color: #e46822 !important;
    opacity: 0.5;
}

.w3-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-top {position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}

.menu-end {
	padding: 0;
	list-style: none;
	margin-top: 30px;
	text-align: right;
	font-size: 20px;
}
.shrinked .menu-end {
	margin-top: 29px;
}
.menu-end li {
	display: inline-block;
	font-size: 0.82em;
	margin-left: 20px;
	margin-right: 0;
}

.thisHome .menu-end li a {
	color: #000;
}
.thisHome.shrinked .menu-end li a,
.shrinked .menu-end li a {
	color: #000;
}

.menu-overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.92);
  backdrop-filter: saturate(170%) blur(12px);
  background: #1d3f8c;
  overflow-y: auto;
  transition: 0.5s;
  text-transform: none;
}
.overlay-content {
  position: relative;
  top: 120px;
  width: 100%;
  margin-top: 10px;
  padding: 0 30px;
}
.overlay-content .logo img {
	width: 120px;
	height: auto;
	margin-bottom: 30px;
}
.overlay-content p {

}
.overlay-content ul {
	padding: 0;
	list-style: none;
}
.overlay-content li {
	padding: 10px 0;
	list-style: none;
	width: 100%;
	display: block;
	border: 0;
	min-height: 30px;
	letter-spacing: 0;
	text-transform: uppercase;
	font-size: 18px;
}
.overlay-content li a,
.overlay-content li a:hover,
.overlay-content li a:focus,
.overlay-content li a:visited {
	color: #fff;
	text-decoration: none;
}
li.current_page_item a,
.sub-menu li.current-menu-item a {
	color: #e46822 !important;
}
.overlay-content li.menu-item-has-children a {
	/*pointer-events: none;*/
}
.overlay-content .sub-menu {
	border-top: 1px solid rgba(0,0,0,0.1);
	margin: 5px 0;
	padding-top: 10px;
}
.overlay-content .sub-menu li {
	font-size: 14px;
	padding: 5px 0;
	display: block;
	width: 46.333%;
	display: inline-flex;
}
.overlay-content .sub-menu li a {
	color: #606161;
	pointer-events: auto;
}
.menu-overlay .closebtn {
	color: #fff;
  	position: absolute;
  	top: 10px;
  	right: 20px;
  	font-size: 42px;
  	outline: none;
  	z-index: 6000;
}
.menu-overlay img {
	margin: 20px 0;
	width: 160px;
	background: #fff;
	padding: 5px;
	border-radius: 12px;
}
.menu-overlay p {
	color: #fff;
	font-size: 14px;
	line-height: 27px;
}
.menu-overlay .text-right {
	text-align: left;
}
.menu-overlay  i {
	color: #fff;
	margin: 20px 10px;
	font-size: 28px;
}

.hamburger {
	color: #000;
	font-size: 30px;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 20px;
	left: 0;
	text-align: right;
}
.thisHome .hamburger {
	color: #000 !important;
}
.shrinked .hamburger,
.thisHome.shrinked .hamburger {
	color: #000 !important;
}

#wrap-slider h1 {
  line-height: inherit;
}

#wrap-page h1 {
	margin: 0;
}
#wrap-page img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
#wrap-page .case-img {
	width: 100%;
	height: auto;
	transition: 0.4s;
	border: 3px solid #eee;
	border-radius: 12px;
}
#wrap-page .case-img:hover {
	transform:scale(1.03);
	transition: 0.4s;
}

#wrap-pagehero {
	padding-top: 140px;
	padding-bottom: 20px;
	background: #fff;
	transition: 0.4s;
}
#wrap-pagehero.shrinked {
	padding-top: 160px;
	padding-bottom: 60px;
	background: #b91877;
	transition: 0.6s;
}
#wrap-home-pagehero {
	padding-bottom: 60px;
}

#wrap-aim {
	background: #d5d5d5;
}
#wrap-team {
	background: #fff;
	padding-bottom: 80px;
}
#wrap-pagehero h1,
#wrap-whytenx h1,
#wrap-aim h1,
#wrap-portfolio h1,
#wrap-team h1,
#wrap-contact h1 {
	font-size: 60px;
	margin: 0;
	padding: 20px 0;
	transition: 0.4s;
}
#wrap-whytenx h1 {
	color: #8ba49c;
}
#wrap-team h1 {
	color: #000;
}
#wrap-aim h1 {
	color: #fff;
}

#wrap-whytenx h1 span,
#wrap-aim h1 span,
#wrap-portfolio h1 span,
#wrap-team h1 span,
#wrap-contact h1 span {
	color: #4db86d;
}
#wrap-pagehero p {
	font-size: 16px;
	transition: 0.4s;
	padding-top: 10px;
}
#wrap-pagehero h1 {
	font-size: 48px;
	margin-bottom: 0;
	text-transform: none;
}
#wrap-pagehero.shrinked h1 {
	color: #fff !important;
	font-size: 42px;
	padding: 15px 0;
	transition: 0.4s;
}
#wrap-pagehero.shrinked p,
#wrap-pagehero.shrinked p span {
	color: #fff !important;
}

#wrap-pagehero .bio-img {
	border-radius: 100%;
	width: 120px;
	height: 120px;
	object-fit: cover;
	background: #f8f8f8;
}
#wrap-pagehero.shrinked .bio-img {
	display: none;
}
#wrap-pagehero .logo {
	width: 240px;
	height: 160px;
	object-fit: contain;
}

#wrap-contact iframe {
	width: 100%;
	height: auto;
	min-height: 400px;
}

footer {
	color: #404040;
	padding: 60px 0;
	padding-bottom: 40px;
	background: transparent;
	font-weight: 400;
	border-radius: 0;
	border: 0;
	margin: 0;
	background: linear-gradient(180deg,rgba(0, 0, 0, 0.01)0%, rgba(255, 255, 255, 0.66) 100%) !important;
	backdrop-filter: saturate(170%) blur(10px);
}
footer img {
	width: 220px;
	height: auto;
	margin-bottom: 0;
	position: relative;
	top: -20px;
}
footer h4 {
	padding-bottom: 10px;
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 100;
	text-transform: none;
}
footer p {
	color: inherit;
	line-height: 30px;
	margin: 20px 0;
}
footer p.padding {
	padding-left: 0;
	padding-right: 50px;
}
footer ul {
	list-style: none;
	padding: 0;
}
footer li {
	line-height: 28px;
}
footer a,
.other-menu .current_page_item a,
footer a:hover,
footer li a,
footer li a:hover {
	margin: 0;
	color: #404040 !important;
	padding-bottom: 3px;
	transition: 0.4s;
	background: none;
}
footer i {
	color: #e46822;
	font-size: 26px !important;
	margin: 5px;
	transition: 0.4s;
}
footer i:hover {
	color: #194389;
	transform: scale(1.07);
	transition: 0.4s;
}
footer i.address {
	color: #e46822;
	font-size: 15px !important;
}
footer .news-img {
	width: 100%;
	height: 56px;
	margin-top: 20px;
	border-radius: 6px;
	object-fit: cover;
	padding: 0;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid rgba(255,255,255,0.1) !important;
}


.checked {
	padding: 0;
	list-style: none;
}

.checked li {
	background: url(images/check.png) left 3px no-repeat;
	background-size: 18px;
	padding-left: 30px;
	padding-right: 0;
	margin-bottom: 17px;
	line-height: inherit;
}
.checked.invert li {
	background: url(images/check-white.png) left 3px no-repeat;
	background-size: 18px;
	padding-left: 30px;
	padding-right: 0;
	margin-bottom: 17px;
	line-height: inherit;
}

.page-default-img {
	width: auto;
	height: 100%;
	margin-bottom: 30px;
	border-radius: 10px;
}


/**
 * Tabs
 */
.tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.tabs label {
  order: 1;
  display: block;
  padding: 15px 20px;
  min-width: 240px;
  margin: 0 20px;
  cursor: pointer;
  background: #fff;
  border: 3px solid #d5d5d5;
  font-weight: normal;
  transition: 0.4s;
  color: #d5d5d5;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  text-align: center;
}
/* animate tab */
.w3-animate-right{
  position:relative;animation:animateright 0.5s}
  @keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}
}
.w3-animate-opacity{animation:opac 0.4s}
  @keyframes opac{from{opacity:0} to{opacity:1}
}
.w3-animate-bottom{position:relative;animation:animatebottom 0.4s}
  @keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}
}

.tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 0;
  background: none;
  transition: 0.4s;
  margin-right: -20px;
  margin-left: -20px;
}
.tabs input[type="radio"] {
  display: none;
}

.tabs label:hover,
.tabs input[type="radio"]:checked + label {
  background: #8ba49c;
  color: #fff;
  border-color: #8ba49c;
}

.tabs input[type="radio"]:checked + label .bar {
  background: #45A787;
  position:relative;animation:animateright 0.3s}
  @keyframes animate{from{right:-320px;opacity:0.3} to{right:0;opacity:1}
}

.tabs input[type="radio"]:checked + label + .tab {
  display: block;
}
.panel-home {
	color: #fff;
	background: #cc1223;
	box-shadow: 18px 18px 0px rgba(0,0,0,0.1);
	border: 0;
	border-radius: 2px;
	padding: 30px;
	transition: 0.4s;
	margin-bottom: 60px;
}
.panel-home:hover {
	box-shadow: none;
	transition: 0.4s;
}

.panel-service {
	border: 1px solid #eee;
	border-radius: 0;
	min-height: auto;
	height: auto;
	background: transparent;
	padding: 15px;
	transition: 0.4s;
	margin-bottom: 30px;
}
.panel-service:hover {
	background: #deb8d7;
	border: 1px solid #deb8d7;
	transform: scale(1.05);
	transition: 0.4s;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.panel-service .service-img {
	margin-bottom: 30px;
	width: 56px;
	height: 56px;
	object-fit: contain;
	text-align: center;
	opacity: 1;
}
.panel-service h2,
.panel-service h3 {
	padding: 0;
	padding-bottom: 40px;
	margin: 0;
	font-size: 1.2em;
}
.panel-service:hover .service-img {
	opacity: 1;
}
.panel-service:hover h2 {
	color: #000;
}
.panel-service p {
	color: #404040;
	padding: 0;
    min-height: auto;
}
.panel-service .more {
	min-height: 0;
}

.panel-service.panel-location:hover {
	background: none;
}
.panel-service.panel-location .location-img {
	margin-bottom: 30px;
	width: 100px !important;
	height: 100px !important;
	object-fit: contain;
	text-align: center;
	opacity: 1;
}
.panel-service.panel-location i {
	color: #96358e;
	background: #eee;
	border: 1px solid #eee;
	border-radius: 100%;
	font-size: 16px !important;
	width: 36px;
	height: 36px;
	line-height: 36px !important;
	text-align: center;
}
.panel-service.panel-location i:hover {
	background: #96358e;
	border-color: #96358e;
	color: #fff;
}

.panel-service.panel-location i.fa-last,
.panel-service.panel-location i.fa-last:hover {
	color: #b91877;
	background: none;
	border: 0;
	width: auto;
	height: auto;
}

p.smallest {
	font-size: 15px;
	color: #666;
}
p.smallest a,
p.smallest a:hover {
	color: #333;
	padding: 0;
	margin: 0;
}

#wrap-section {
	color: #fff;
	background: #fff;
	padding: 80px 0;
}
#wrap-section img {
	width: 100%;
	height: auto;
	padding: 0;
	border: 1px solid #fff;
	box-shadow: 66px 66px 0px rgba(0,0,0,0.05);
	transition: all 1s ease-out;
	box-shadow: none;
}
#wrap-section img:hover {
	box-shadow: -66px 66px 0px rgba(0,0,0,0);
	transition: all 1s ease-out;
}
#wrap-section .section-content {
	padding: 0 50px;
}
#wrap-section .section-content.no-top {
	margin-top: 0;
}
#wrap-section h1 {
	font-size: 30px;
	margin: 0;
}
#wrap-section h2 {
	font-size: 40px;
	margin-bottom: 10px;
	margin-top: 60px;
	line-height: 40px;
}
#wrap-section h3 {
	margin: 0;
	margin-bottom: 20px;
}
#wrap-section .line {
	margin: 15px 0;
}
#wrap-section .logos {
	width: 180px;
	height:  90px;
	object-fit: contain;
	margin: 0;
	margin: 10px 20px;
	filter: grayscale(100%) brightness(1000%);
}

#wrap-section .number {
	color: rgba(0,0,0,0.13);
	display: inline-block;
	font-size: 8em;
	font-weight: 600;
	position: absolute;
	right: 40px;
	left: auto;
	top: -50px;
  	transition: all .5s ease-out;
}

#wrap-section .number:hover {
	font-size: 12em;
  	transition: all .5s ease-out;
  	opacity: 0;
}

#wrap-pagehero .line,
#wrap-section .line {
	background: #000;
	width: 100px;
	height: 4px;
	border-radius: 10px;
	display: inline-block;
	margin-bottom: 20px;
}
#wrap-section .taglist {
	padding: 0;
	list-style: none;
}
#wrap-section .taglist li {
	background: #eee;
	width: auto;
	display: inline-block;
	margin: 5px;
	padding: 5px 10px;
	font-size: 18px;
	border-radius: 6px;
}

#wrap-section .checked li {
	background-image: url(images/check-white.png);
	background-size: 24px;
	width: auto;
	display: block;
	font-size: 15px;
	line-height: 25px;
}

#wrap-hero {
	background: #404040;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: top center !important;
	min-height: 110vh;
	transition: 1s;
}
#wrap-hero.shrinked {
  	transition: all 1s ease-out;
}
#wrap-hero .content {
	padding-top: 40vh;
}
#wrap-hero .content h1 {
	font-size: 74px;
	margin-bottom: 40px;
	transition: 0.5s;
}
#wrap-hero.shrinked .content h1 {

}
#wrap-hero .content p {
	color: #fff;
	font-size: 32px;
	line-height: 48px;
	padding-bottom: 10px;
}
/*
#wrap-hero.shrinked .content h1 {
	color: #be1623;
	transition: 0.5s;
}
*/

.panel-work {
	background: #fff;
	padding: 0;
	border-radius: 0;
	border: 4px solid #fff;
	box-shadow: 0 15px 20px rgba(0,0,0,0.3);
	transition: 0.4s;
	margin-bottom: 40px;
}
.panel-work .port-img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 0;
	border: 4px solid #fff;
	transition: 0.4s;
	filter: grayscale(0%);
}
.panel-work:hover {
	background: #fff;
}
/*
.panel-work .content {
	margin: 15px 0;
	position: relative;
	margin-top: -70px;
	background: rgba(0,0,0,0.6);
	padding: 10px 15px;
	height: 70px;
	overflow: hidden;
	transition: 0.4s;
	border-radius: 0 0 8px 8px;
}
.panel-work:hover .content {
	margin-top: -180px;
	background: rgba(0,0,0,0.8);
	padding: 10px 15px;
	height: 180px;
}
*/
.panel-work .content h3 {
	margin: 15px 0 !important;
	transition: 0.4s;
}
.panel-work:hover .port-img {
	opacity: 1;
	filter: grayscale(0%);
	transition: 0.4s;
	transform: scale(1.3);
	z-index: 3;
	position: relative;
	box-shadow: 19px 18px 80px rgba(0, 0, 0, 0.14);
}
.panel-work:hover .content h3 {
	padding-top: 20px;
	transition: 0.4s;
}
/* slick */
.slick-slide{
}
.slick-prev::before, .slick-next::before {
  color: #404040 !important;
  font-size: 28px !important;
}
.slick-next::before {
    content: '' !important;
    background: url(images/arrow-grey.png) no-repeat;
    background-size: contain;
    display: block;
    width: 30px;
    height: 30px;
}
.slick-prev::before {
    content: '' !important;
    background: url(images/arrow-grey.png) no-repeat;
    background-size: contain;
    display: block;
    width: 30px;
    height: 30px;
    transform: rotate(-180deg);
}
.slick-dots {
  bottom: -60px !important;
}
.slick-dots li button {
  background: #dedede !important;
  border-radius: 100%;
  width: 10px !important;
  height: 10px !important;
}
.slick-dots li.slick-active button {
  background: #e46822 !important;
}
.slick-dots li button::before {
  font-size: 0 !important;
}

.bio-img {
	border-radius: 100%;
	width: 160px;
	height: 160px;
	border: 3px solid #eee;
	object-fit: cover;
}

.arrow-divider i {
	color: #ae529f;
	background: #fff;
	background-image: linear-gradient(#fff , #fff );
	transform: rotate(180deg);
	width: 60px;
	height: 60px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	border-radius: 100%;
	position: relative;
	bottom: -70px;
	border: 1px solid rgba(0,0,0,0.1);
	outline: 0 !important;
	box-shadow: 0 -10px 20px rgba(0,0,0,0.2);
}
.arrow-divider.home i {
	padding: 0;
	font-size: 30px;
}
.arrow-divider a {
	outline: none;
}
.bouncing {
  animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}


#wrap-slider {
  background: #fff;
}

#wrap-slider {
  padding: 0;
  padding-bottom: 0;
  min-height: 860px;
  height: 860px;
  margin-top: -30px;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.rslides .item {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  display: block;
  min-height: 860px;
  height: 860px;
  border-radius: 0;
}

#wrap-slider .content,
.rslides .item .content {
  position: relative;
  margin-top: 25%;
  padding: 0;
}
#wrap-slider h1,
.rslides .item .content h1 {
	font-size: 64px;
}
.rslides_tabs {
  z-index: 1000;
  position: relative;
  margin: 0 auto;
  margin-top: -100px;
  max-width: auto;
  padding: 0;
  text-align: center;
}

.rslides_tabs li {
  display: inline;
  float: none;
  margin: 0 5px;
}

.rslides_tabs a {
  width: 16px;
  height:16px;
  background: transparent;
  display: inline-block;
  background: #222;
  border: 0;
  border-radius: 100%;
  font-size: 0;
}

.rslides_tabs .rslides_here a {
  background: #b91877;
}

.rslides_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  margin-top: -90px;
  left: 5%;
   -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  z-index: 4000;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 40px;
  width: 32px;
  background: transparent url(images/arrows.png) no-repeat left top;
}

.rslides_nav:hover {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  outline: none;
}

.rslides_nav.next {
  left: auto;
  background-position: right top;
  right: 5%;
}

 /* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background: no-repeat;
  cursor: pointer;
  padding: 20px 0;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.4s;
  text-align: inherit;
  font-weight: normal;
  border-bottom: 0;
  color: #000;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 12px;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion .active, .accordion:hover {
  background: none;
  color: #555;
  transition: 0.4s;
}

/* Style the accordion panel. Note: hidden by default */
.panel-faq {
  padding: 20px;
  background-color: #00a550;
  display: none;
  overflow: hidden;
  border-bottom: 1px solid #f2f2f2;
  transition: 0.4s;
}
.panel-faq p {
	color: #000;
	font-size: 14px;
}

.panel-st1 {
  border-radius: 12px;
  border: 0;
  padding: 15px;
  transition: 0.4s;
  box-shadow: 0 0 22px 0 rgba(0,0,0,0);
  background: rgba(255,255,255,0.9);
  transition: 0.4s;
}
.panel-st1:hover {
  transition: 0.4s;
}
.panel-st1 img {
	width: auto;
	height: 48px;
	margin-bottom: 15px;
}
.panel-st1 h4 {
	margin: 0;
	margin-bottom: 30px;
	line-height: inherit;
	font-size: 26px;
}
.panel-st1 p {
	margin-bottom: 0;
}
.panel-st1 i {
	color: #606161;
	font-size: 32px;
	width: 64px;
	height: 64px;
	background: #fff;
	border-radius: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	line-height: 64px;
	text-align: center;
	position: absolute;
	top: -10px;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
}
.panel-st1:hover {
	transition: 0.4s;

}
.panel-st1:hover i {
	transform: scale(1.1);
	transition: 0.4s;
}
.panel-st3 {
  border-radius: 12px;
  border: 0;
  padding: 20px;
  transition: 0.4s;
  box-shadow: 0 0 16px rgba(0,0,0,0);
  background: rgba(0,0,0,0.6);
  background: #6d6f81;
  color: #fff;
}
.panel-animation {
	margin-top: 0;
	transition: 0.6s;
	border-bottom: 3px solid #fff;
}
.panel-animation:hover {
	margin-top: 20px;
	transition: 0.6s;
	border-color: #00a550;
}
.panel-st3 h3 {
	margin: 0;
	min-height: 50px;
  transition: 0.4s;
}
.panel-st3:hover h3 {
	color: inherit;
  transition: 0.4s;
}
.panel-st3 p {
}

.panel-st1 .more
.panel-st2 .more,
.panel-st3 .more {
	min-height: 0;
	margin-bottom: 10px;
}
.panel-st4 {
  border-radius: 16px;
  border: 0;
  padding: 0;
  transition: 0.4s;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  overflow: hidden;
  margin-bottom: 30px;
}
.panel-st4:hover {
  color: inherit;
  transition: 0.4s;
  box-shadow: 0 0 16px rgba(0,0,0,0.2);
}
.panel-st4 p {
	padding: 15px 20px;
	padding-bottom: 5px;
	margin-bottom: 0;
	font-size: 13px;
}
.panel-st4 h4 {
	padding: 10px 20px;
	min-height: 72px;
	margin: 0;
	font-size: 16px;
	line-height: 24px;
}
.panel-st4 h4 a:hover {
	color: #000;
}
.panel-st4 img {
	width: 100%;
	height: 220px;
	object-fit: cover;
    transition: 0.4s;
    filter: none;
}
.panel-st4 h5 {
  padding: 10px 20px;
  min-height: 100px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
.panel-st4 iframe {
	width: 100%;
	height: 221px;
}

.panel-st5 {
  border-radius: 16px;
  border: 0;
  padding: 10px;
  padding-bottom: 20px;
  transition: 0.4s;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  overflow: hidden;
  text-align: center;
}
.panel-st5 h4 {
	min-height: 50px;
	margin-top: 15px;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
}
.panel-st5 img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	border-radius: 12px;
}
.panel-st5 p {
	margin-bottom: 0;
}

.panel-st4:hover img {
	width: 109%;
	height: 220px;
	object-fit: cover;
    transition: 0.4s;
    filter: none;
}

.panel-st6 {
  border-radius: 16px;
  border: 0;
  padding: 20px;
  transition: 0.4s;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  overflow: hidden;
}
.panel-st6:hover {
  padding: 20px;
  color: inherit;
  transition: 0.4s;
  box-shadow: 0 0 16px rgba(0,0,0,0.2);
}
.panel-st6 img {
	width: 140px;
	height: 140px;
	display: inline-block;
	object-fit: cover;
	border-radius: 100%;
	margin-bottom: 20px;
  	background: linear-gradient(to left, #008781 0%, #3168a3 100%) !important;
  	padding: 4px;
}
.panel-st6 h4 {
	font-size: 19px;
	min-height: 40px;
}
.panel-st6 .read-more {
	display: none;
}
.panel-st6 .btn {
	margin-top: 10px;
}

.panel-st7 {
  border-radius: 16px;
  border: 0;
  padding: 20px;
  transition: 0.4s;
  box-shadow: 0 0 40px rgba(0,0,0,0.1);
  overflow: hidden;
  font-weight: 600;
  color: #404040;
}
.panel-st7 p {
	font-weight: 500;
}

.panel-st8 {
  border-radius: 16px;
  border: 0;
  padding: 20px;
  padding-top: 60px;
  transition: 0.4s;
  box-shadow: none;
  overflow: hidden;
  border: 1px solid transparent;
  background: url(images/page-bg2.svg) transparent no-repeat top left !important;
  background-size: 50% !important;
}
.panel-st8 h2 {
	font-size: 24px;
	line-height: 33px;
}
.panel-st8 h2 span {
	color: #404040;
	font-size: 37px;
}

.panel-st9 {
  border-radius: 16px;
  border: 0;
  padding: 20px;
  transition: 0.4s;
  box-shadow: none;
  overflow: hidden;
  background: rgba(0,0,0,0.3);
}

.panel-st10 {
  border-radius: 36px 36px 0 36px;
  border: 0;
  padding: 20px;
  transition: 0.4s;
  box-shadow: 0;
  overflow: hidden;
  font-weight: 600;
  color: #404040;
  background: #fff;
  box-shadow: 0 0 25px rgba(0,187,222,0.3);
  box-shadow: none;
}
.panel-st10:hover {
  transition: 0.4s;
  transform: scale(1.01);
}
.panel-st10 p {
	font-weight: 500;
	line-height: 32px;
	margin-bottom: 0;
}
.panel-st10 .profile {
	/*position: absolute;
	top: -20%;*/
}
.panel-st10 img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 100%;
	border: 1px solid #fff;
  	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.panel-st2 .btn-default,
.panel-st3 .btn-default,
.panel-st4 .btn-default,
.panel-st5 .btn-default {
	border-radius: 12px;
}

.panel-testimonials {
	padding: 20px;
	border: 0;
	background: transparent;
	box-shadow: none;
}
.panel-testimonials p {
	font-size: 17px;
	line-height: 25px;
	min-height: 100px;
}
.testimonial i {
	color: #eee;
	font-size: 42px;
	position: absolute;
	top: -15px;
	left: 45%;
}

.partners-slide .logos {
	border: 0;
	width: 160px;
	height: 100px;
	object-fit: contain;
	padding: 10px;
	filter: grayscale(0%) brightness(100%);
}
.partners-slide .logos:hover {
	filter: grayscale(100%) brightness(100%);
}
.partner .logo {
	width: 140px !important;
	height: 100px !important;
	object-fit: contain !important;
	padding: 20px 10px;
	border-radius: 10px;
	background: transparent;
	transition: 0.4s;
	border: 0;
	box-shadow: 0 0 6px rgba(0,0,0,0.04);
	margin-bottom: 20px;
}
.partner .logo:hover {
	box-shadow: 0 0 26px rgba(0,0,0,0.1);
	transition: 0.4s;
}

.icons {
	width: auto;
	height: 51px;
	margin-bottom: 15px;
	filter: grayscale(90%)
}

/**
 * Hero Video
**/
#video-home-section {
  padding: 0;
  background: #fff;
}
#heroVideo {
  width: 100%;
  height: auto;
}
#video-home-section .content {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  background: rgba(0,0,0,0.4);
  padding: 40px;
}
#video-home-section .content h1 {
	color: #fff;
}
#video-home-section .content em {
	display: block;
	font-weight: normal;
	font-style: normal;
	font-size: 28px;
	padding-top: 30px;
}

.section-hero {	
	background: #444;
	padding-top: 200px;
	padding-bottom: 100px;
	background: linear-gradient(to left, rgba(0,135,129,0.8), rgba(49,104,163,0.9)), url('images/wave.svg') !important;
	background-repeat: no-repeat;
	background-size: 120% !important;
	background-position: bottom center !important;
}
.section-hero .content {
	padding: 30px 60px;
}
.section-hero h1 {
	font-size: 43px;
	line-height: 49px;
}
.section-hero video {
	border-radius: 16px;
}

.profile-img {
	width: 300px;
	height: 300px;
	border-radius: 100%;
	border: 0;
	box-shadow: 0 0 30px rgba(0,0,0,0.05);
}

.works img {
	width: 100%;
	height: auto;
}
.services .img-serv {
	width: 120px;
	height: 120px;
	object-fit: contain;
	margin-bottom: 20px;
}


.section-partners img {
	width: 200px;
	height: 160px;
	object-fit: contain;
	margin: 15px 30px;
}

.form-home-search {
	padding: 15px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 0 16px rgba(0,0,0,0.4);
	margin-top: 30px;
}
.form-home-search .form-group {
	width: 24.333%;
	border-right: 1px solid rgba(0,0,0,0.3);
	padding: 5px 0;
}
.form-home-search .form-group img {
	display: inline-block;
	width: 32px;
}
.form-home-search .form-group.last {
	width: auto;
	border: 0;
}
.form-home-search .form-group.mode {
	border: 0;
	width: 16.33%;
}
.form-home-search .form-group select {
	width: 75%;
	display: inline-block;
	border-radius: 0;
	box-shadow: none;
	border: 0;
}
.form-home-search .form-group .date {
	width: 70%;
	border: 0;
}
.form-home-search .form-group input,
.form-home-search .form-group .input-group-addon {
	box-shadow: none;
	border: 0;
	background: transparent;
}
.datepicker-dropdown {
	color: #fff;
	background: rgba(0,0,0,0.92);
	backdrop-filter: none;
	width: auto;
	padding: 20px;
	border: 1px solid rgba(0,0,0,0.2);
}
.datepicker-dropdown .day.today {
	background: #e46822;
	border-radius: 5px;
}
.form-home-search .btn-default {
	font-size: 24px;
	width: auto;
	height: 72px;
	border-radius: 7px;
}

@media only screen and (max-width: 768px) {

	.form-home-search .form-group,
	.form-home-search .form-group.mode {
		width: 100%;
		border: 0;
		border-bottom: 1px solid rgba(0,0,0,0.3);
	}
	.form-home-search .form-group img {
  		margin-bottom: 0;
  		width: 24px;
	}
	.form-home-search .form-group select,
	.form-home-search .form-group .date {
		width: 90%;
		display: inline-flex;
	}
	.form-home-search .btn-default {
		width: 100%;
		height: auto;
	}
	.section-hero {	
		padding-top: 100px;
		padding-bottom: 20px;
	}
	.section-hero .content {
		padding: 20px 15px;
	}
	.section-hero h1 {
		font-size: 23px;
		line-height: 29px;
	}
	.profile-img {
		width: 160px;
		height: 160px;
		border-radius: 100%;
		margin-bottom: 30px;
	}
	#video-home-section .content {
		position: relative;
		width: 85%;
		padding: 20px;
		bottom: 0;
		margin-top: -100px;
	}
	#video-home-section .content h1 {
		font-size: 18px;
		line-height: 22px;
		padding: 0;
		margin: 0;
	}
	#video-home-section .content em {
		font-size: 15px;
		padding-top: 10px;
	}
	.icons {
		width: auto;
		height: 42px;
		margin-top: 15px;
		margin-bottom: 5px;
	}
	p.large {
		font-size: 16px;
		line-height: 20px;
	}
	section {
		padding: 40px 10px;
	}
	section h1 {
		font-size: 30px;
	}
	section h2 {
		font-size: 26px;
		padding-bottom: 0px;
		line-height: inherit;
	}
	section h3 {
		font-size: 19px;
		line-height: inherit;
	}
	section h4 {
		font-size: 16px;
	}
	section.withbg {
	  background-size: cover !important;
	  min-height: 380px;
	  width: 100%;
	  margin-bottom: 20px;
	  transition: 0.4s;
	  background-attachment: scroll !important;
	  padding: 20px;
	}
	section.withbg2 {
	  background-size: cover !important;
	  margin-top: 0px;
	  min-height: 300px;
	  width: 100%;
	}
	section.withbgfull {
	  min-height: 500px;
	  padding-top: 200px;
	}
	.section-bg4, .section-bg5, .section-bg3 {
	  padding: 30px 20px;
	  margin: 0 20px;
	}
	.section-page {
		padding-top: 160px;
		padding-bottom: 60px;
	}
	.section-page p {
		font-size: 16px;
		line-height: 29px;
	}
	.section-faq {
	  width: 100%;
	  height: 240px;
	  object-fit: cover;
	}
	.section-light {
		margin-top: 0;
		margin: 0 15px;
		padding: 20px;
	}
	.btn-line {
		padding: 0;
	}
	.panel-st1,
	.panel-st2,
	.panel-st3,
	.panel-st4 {
		margin-bottom: 30px;
	}
	.panel-st1,
	.panel-st2,
	.panel-st3 {
		padding: 20px;
	}
	.panel-st1 h3,
	.panel-st2 h3,
	.panel-st3 h3 {
		min-height: 0;
		padding-bottom: 20px;
	}
	.panel-st1 p,
	.panel-st2 p,
	.panel-st3 p {
		min-height: 0;
	}
	.panel-st4 img {
		height: 300px;
	}
	.panel-st4 h4 {
		min-height: 0;
		margin-bottom: 10px;
	}
	.panel-st1 {
		padding-top: 60px;
	}
	.panel-st1 h4 {
		font-size: 18px;
	}
	.panel-st1 i {
		font-size: 20px;
		width: 52px;
		height: 52px;
		line-height: 52px;
	}
	.panel-st2 img {
		height: 180px;
	}
	.panel-st2 p {
		font-size: 14px;
		line-height: 23px;
		margin-bottom: 20px;
	}

	.text-center-mobile {text-align: center !important;}

  	#wrap-hero {
  		padding-left: 20px;
  		padding-right: 20px;
  		min-height: 70vh;
  		background-position:  center !important;
  	}
  	#wrap-hero.shrinked  {
  		background-position:  center !important;
  	}

  	#wrap-section {
  		padding: 60px 20px;
  		padding-bottom: 10px;
  	}
	#wrap-section img {
		width: 280px;
		height: 200px;
		object-fit: cover;
		padding: 0;
		margin-bottom: 30px;
	}
	#wrap-section .section-content {
		padding: 0 20px;
	}
	#wrap-section h1 {
		font-size: 20px;
	}
	#wrap-section h2 {
		font-size: 29px;
		line-height: 36px;
		margin: 0;
	}

  .tabs {
  	margin-top: 30px;
  }
  .tabs label {
  	padding: 10px;
    margin: 0 5px;
    font-size: 15px !important;
    text-align: center;
    line-height: 24px;
    min-width: auto;
    border-width: 2px;
  }
  .tabs input[type="radio"]:checked + label .ico {
    width: auto;
    height: 32px !important;
    margin: 0 auto !important;
    margin-bottom: 16px !important;
    display: block;
    position: relative;
    top: 0;
  }
  .tab {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

	.page-default-img {
		width: 100%;
		height: auto;
		margin-bottom: 30px;
	}
	#header {
		min-height: 70px;
		background: transparent;
	}
	#header.shrinked {
		min-height: 60px;
	}
	#header .logo img {
	    height: auto;
	    width: 160px;
	    margin-top: 20px;
	    margin-bottom: 10px;
	}
	#header.shrinked .logo img,
	#header.thisHome.shrinked .logo img {
	    width: 140px;
	    margin-top: 10px;
	}
	#header,
	#header.thisHome {
		padding-top: 0;
	}
	#header.thisHome .logo img {
	    filter: invert(0%);
	}

	#header .logo-text {
		position: absolute;
		top: 32px;
		left: 115px;
		right: auto;
	}
	#header .logo-text img {
		display: inline;
		width: 90px;
		height: auto;
	}
	#header.shrinked .logo-text {
		position: absolute;
		top: 30px;
		left: 95px;
		right: auto;
	}
	#header.shrinked .logo-text img {
		display: inline;
		width: 72px;
		height: auto;
	}

	.thisHome .hamburger,
	.hamburger {
		color: #fff !important;
	}
	#header.shrinked .hamburger {
		top: 5px;
	}
	#header {
		padding-bottom: 0;
	}
	#wrap-page {
		padding: 20px;
		padding-bottom: 60px;
	}
	#wrap-page iframe {
		height: 208px;
	}
	#wrap-pagehero {
		padding-top: 100px;
	}
	#wrap-pagehero p {
		font-size: 14px;
		line-height: 20px;
		padding: 0;
	}
	#wrap-pagehero.shrinked p {
		font-size: 14px;
	}
	#wrap-pagehero .bio-img {
		border-radius: 100%;
		width: 90px;
		height: 90px;
	}
	#wrap-pagehero .logo {
		width: 120px;
		height: 80px;
		object-fit: contain;
	}

	#wrap-pagehero h1 {
		font-size: 38px;
	}
	#wrap-pagehero.shrinked h1 {
		font-size: 32px;
	}

  	#wrap-page h1 {
  		font-size: 32px;
  		margin-bottom: 20px;
  	}
	#wrap-section .logos {
		width: 90px;
		height:  90px !important;
		object-fit: contain;
		margin: 10px 20px;
	}
	#wrap-hero .content {
		padding-top: 20vh;
	}
	#wrap-hero .content h1 {
		font-size: 44px;
		margin-bottom: 20px;
	}
	#wrap-hero .content p {
		font-size: 21px;
		line-height: 30px;
	}
	.slick-slide {
		padding: 0;
	}
	/*
	.slick-prev::before, .slick-next::before {
		display: none;
  	}
  	*/
  	.panel-work {
  		padding: 0;
  	}
  	.panel-work .port-img {
  		filter: grayscale(0%);
  	}
  	.panel-work .btn {
  		font-size: 15px;
  	}
  	.panel-work h3 {
  		font-size: 20px;
  		margin-bottom: 0 !important;
  	}
  	.panel-work small {
  		font-size: 14px;
  	}
	.panel-work .content {
		margin: 0;
		margin-top: -60px;
		padding: 10px;
		height: 60px;
	}
	.panel-work:hover .content {
		margin-top: -100px;
		height: 100px;
	}
  	.panel-work .content h3 {
  		font-size: 15px;
  	}
  	.panel-work:hover .content h3 {
  		padding-top: 0;
  	}
   	.panel-work .content p {
  		font-size: 14px;
  	}
	#wrap-section .number {
		font-size: 4em;
		top: -10px;
	}
	#wrap-section .checked li  {
		width: 100%;
	}

	.arrow-divider i {
		bottom: -45px;
		box-shadow: none;
	}
	#wrap-slider {
	  min-height: 540px;
	  height: 540px;
	  margin-top: 0px;
	}

	.rslides .item {
	  min-height: 540px;
	  height: 540px;
	}
	#wrap-slider .content,
	.rslides .item .content {
	  margin-top: 45%;
	  padding: 0 15px;
	}
	#wrap-slider .content h1,
	.rslides .item .content h1 {
		font-size: 32px;
		line-height: 40px;
	}

	  .rslides_tabs {
	    margin-top: -60px;
	  }  

  .mobile-only {
  	background: ;
  	padding: 0 30px;
  }
  .mobile-only .btn-white {
  	border-color: #96358e;
  	color: #96358e !important;
  	padding: 15px 30px;
  }

	.partners-slide .logos {
		border: 0;
		width: 110px;
		height: 110px;
		object-fit: contain;
		padding: 10px;
	}
	.btn-large {
		width: auto;
		padding: 20px;
	}
	.testimonial i {
	  top: 40px;
	}
	.home-header p {
		font-size: inherit;
		line-height: 27px;
	}
	.panel-st10 img {
		width: 80px;
		height: 80px;
		object-fit: cover;
		border-radius: 100%;
	}
	.home-header {
		padding-top: 260px;
		padding-bottom: 80px;
	}
	.home-header img {
		margin-bottom: 30px;
	}
  	footer {
  		padding: 40px 20px;
  		text-align: inherit;
  	}
  	footer img {
  		width: 180px;
  		margin: 0;
  	}
  	footer .padding {
  		padding: 0 !important;
  	}
	footer h4 {
	  padding-bottom: 10px;
	  margin-bottom: 10px;
	  margin-top: 30px;
	}
	footer li {
		display: block;
		width: 100%;
	}
	.services .img-serv {
		width: 90px;
		height: 90px;
		margin-top: 30px;
	}
	.section-partners img {
		width: 90px;
		height: 70px;
		object-fit: contain;
		margin: 10px;
	}
}