/**
* Template Name: Arsha - v4.3.0
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  font-size: 1vw;
  color: #444444;
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 575px) {
	body {
	  font-family: "Open Sans", sans-serif;
	  font-size: 1.5vh;
	  color: #444444;
	  max-width: 100%;
	  overflow-x: hidden;
	}
}


a {
  color: #47b2e4;
  text-decoration: none;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Jost", sans-serif;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #999;
  opacity: 0.5;
}

#loader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #999;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #083262;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #083262;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #47b2e4;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 2vw;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.whatsapp {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 5vh;
  bottom: 5vh;
  z-index: 996;
  background: #76d355;
  width: 12vw;
  height: 8vh;
  border-radius: 50px;
  transition: all 0.4s;
  font-size:1vw;
  font-weight:500;
  color:#000;
  cursor:pointer;
}

.whatsapp i {
  font-size: 2vw;
  color: #fff;
  line-height: 0;
  background:#000;
  border-radius:50%;
  padding:5px;
  margin-left:10px;
}

.whatsapp:hover {
  background: #76d355;
  color:#000;
}

.whatsapp.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}

#header.header-scrolled, #header.header-inner-pages {
  background: rgba(40, 58, 90, 0.9);
}

#header .logo {
  font-size: 3vw;
  margin: -10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 2.5vw;
}

@media (max-width: 575px) {
	
	#header .logo {
	  font-size: 3vh;
	  margin: 0;
	  padding: 0;
	  line-height: 1;
	  font-weight: 500;
	  letter-spacing: 2px;
	  text-transform: uppercase;
	  width: 100%;
	}


	#header .logo img {
	  max-height: 3.5vh;
	  margin: 0.5vh 1.5vh;
	}
}


#header .container-fluid {
  padding: 0 5%;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.nowrap{
	white-space: nowrap;
}

.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.05vw 0 0.05vw 3.5vw;
  font-size: 1.2vw;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i, .navbar a:focus i {
  font-size: 0.8vw;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #fc5710;
}

.dark a, .dark a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.05vw 0 0.05vw 3.5vw;
  font-size: 1.2vw;
  font-weight: 500;
  color: #083262;
  white-space: nowrap;
  transition: 0.3s;
}

.dark a i, .dark a:focus i {
  font-size: 0.8vw;
  line-height: 0;
  margin-left: 5px;
}

.dark a:hover, .dark .active, .dark .active:focus, .dark li:hover > a {
  color: #fc5710;
}


.navbar .getstarted {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 1vw;
  border: 2px solid #47b2e4;
  font-weight: 600;
}

.navbar .getstarted:hover {
  color: #fff;
  background: #31a9e1;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 0.05vw 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 0.05vw 0.2vw;
  font-size: 1vw;
  text-transform: none;
  font-weight: 500;
  color: #0c3c53;
}

.navbar .dropdown ul a i {
  font-size: 1vw;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #e4561b;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #ccc;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #ccc;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(40, 58, 90, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 20px;
  right: 25%;
  background:#47b2e4;
  border: solid 1px #47b2e4;
  border-radius: 50%;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 20%;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #16315a;
  opacity: 0.7;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #e4561b;
}

.navbar-mobile .getstarted {
  margin: 15px;
  color: #fff;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #e4561b;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/* nav tab */

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  background: none;
  padding: 1vw 0;
  z-index:1;
}

.nav-link {
  background: none;
  border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  border-radius: 0;
  background-color: transparent;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-pills .nav-link .img-services {
	width:3vw;
	height:3vw;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}

.nav-pills .nav-link.active .img-services {
  filter: brightness(1) invert(0);
  -webkit-filter: brightness(1) invert(0);
}

.nav-products {
	margin-right:30px;
	z-index:99;
}

.tab-products {
	margin-left:-20vw;
}


.nav-products .nav-link {
	width:10vw;
	font-family: "Jost", sans-serif;
	font-weight: 300;
	font-size: 0.8vw;
	letter-spacing: 1px;
	display: inline-block;
	padding: 0.5vw;
	border-radius: 50px;
	transition: 0.5s;
	margin: 10px 0 0 0;
	color: #fff;
	background: #d9d9d9;
	text-transform: uppercase;
}

.nav-products .nav-link.active {
	width:10vw;
	font-family: "Jost", sans-serif;
	font-weight: 300;
	font-size: 0.8vw;
	letter-spacing: 1px;
	display: inline-block;
	padding: 0.5vw;
	border-radius: 50px;
	transition: 0.5s;
	margin: 10px 0 0 0;
	color: #fff; 
	background: #47b2e4;
	text-transform: uppercase;
}

@media (max-width: 575px) {
	#reefer-tab {
		margin-left:20vw;
	}
	
	.nav-pills .nav-link .img-services {
		width:4vh;
		height:4vh;
		margin:0.5vh;
		filter: brightness(0) invert(1);
		-webkit-filter: brightness(0) invert(1);
	}
	
	.tab-products {
		margin:0;
	}
	
	.nav-products .nav-link {
		width:10vh;
		font-family: "Jost", sans-serif;
		font-weight: 300;
		font-size: 1.5vh;
		letter-spacing: 1px;
		display: inline-block;
		padding: 0.5vh;
		border-radius: 50px;
		transition: 0.5s;
		margin: 10px 0 0 0;
		color: #fff;
		background: #d9d9d9;
		text-transform: uppercase;
	}

	.nav-products .nav-link.active {
		width:10vh;
		font-family: "Jost", sans-serif;
		font-weight: 300;
		font-size: 1.5vh;
		letter-spacing: 1px;
		display: inline-block;
		padding: 0.5vh;
		border-radius: 50px;
		transition: 0.5s;
		margin: 10px 0 0 0;
		color: #fff; 
		background: #47b2e4;
		text-transform: uppercase;
	}
}


.nav-pills .nav-link .img-products {
	width:40px;
	height:40px;
}

.model-products {
}

#video-skip{
	position:absolute;
	right:30px;
	top:175vh;
	z-index:1000;
	font-family: "Jost", sans-serif;
	font-weight: 300;
	font-size: 0.8vw;
	letter-spacing: 1px;
	display: inline-block;
	padding: 1vw 2vw;
	border-radius: 50px;
	transition: 0.5s;
	margin: 10px 0 0 0;
	color: #fff;
	background: #47b2e4;
	text-transform: uppercase;
}

#video-services{
	width:100%;
	height:auto;
	position:absolute;
	z-index:999;
	top:85vh;
}

@media (max-width: 575px) {
	#video-skip{
		position:absolute;
		right:5vh;
		top:150vh;
		padding: 1vh;
		font-weight: 300;
		font-size: 1.5vh;
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	#video-services{
		width:auto;
		height:100%;
		max-width:100vh;
		position:absolute;
		z-index:999;
		left:-50vw;
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

.title-services{
	background: transparent url("../images/services.png") fixed;
	background-position: left top;
    background-repeat: no-repeat;
	background-size: 11.5vw 1.5vw;
	margin-left:1.5vw;
	min-height:100vh;
}

@media (max-width: 575px) {
	.title-services{
		background: transparent url("../images/services.png") fixed;
		background-position: center 40px;
		background-repeat: no-repeat;
		min-height:70vh;
	}
}

#nav-services{
  border-radius: 0 20px 20px 0;
  background-color: #083262;
  margin-top:20vh !important;
}

#nav-bottom{
  background-color: #083262;
  position: fixed !important;
  bottom:0 !important;
  left:0 !important;
  padding-left:5% !important;
}

#pills-products{
  background-color: #ccc;
}

.mh-150{
	min-height:150px;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width:100%;
  height:100vh;
  top:0;
  left:0;
  background: #083262 url("../images/header.jpg");
  background-size:cover;
  background-position: left bottom;
  background-repeat: none;
}


#hero h1 {
  margin: 0 0 1vw 0;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 1.5vw;
  text-transform: uppercase;
  color: #fff;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 3vw;
  font-weight: 500;
  font-size: 1vw;
  line-height: 1.25vw;
}

#hero h3 {
  margin-top: 10vw;
  color: #fc5710;
  font-weight: normal;
  font-size: 4vw;
}

#hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 0.8vw;
  letter-spacing: 1px;
  display: inline-block;
  padding: 1vw 3vw;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
  text-transform: uppercase;
}

#hero .btn-get-started:hover {
  background: #209dd8;
}

#hero .btn-watch-video {
  font-size: 18px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 35px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #47b2e4;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
    text-align: center;
  }
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero {
	  width: 100%;
	  height: 95vh;
	  background: #083262 url("../images/header.jpg");
	  background-repeat: no-repeat;
	  background-position: center top;
	  background-size: 250% 100%;
  }

  #hero .hero-img img {
    width: 80%;
  }
  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
  #hero h1 {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
  }

}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

#prev {
	width:50px !important;
}

#next {
	width:50px !important;
}

#itemServices{
	z-index:999;
}

#object{
	position:absolute;
	top:7vh;
	left:0;
}

#more{
	position:absolute;
	left:45%;
	bottom:0;
	height:5vh;
	width:10%;
	z-index:9;
	cursor:pointer;
}

#bg-0{
	position:absolute;
	width:100%;
	height:100vh;
	top:0;
	left:0;
	background: url('../images/layanan/bg-0.png');
	background-size:cover;
	background-position: left bottom;
	background-repeat: none;
}

#bg-1{
	position:absolute;
	width:100%;
	height:100vh;
	top:0;
	left:0;
	background: url('../images/layanan/bg-1.png');
	background-size:cover;
	background-position: left bottom;
	background-repeat: none;
}

#bg-2{
	position:absolute;
	width:100%;
	height:100vh;
	top:0;
	left:0;
	background: url('../images/layanan/bg-2.png');
	background-size:cover;
	background-position: left bottom;
	background-repeat: none;
}

#bg-3{
	position:absolute;
	width:100%;
	height:100vh;
	top:0;
	left:0;
	background: url('../images/layanan/bg-3.png');
	background-size:cover;
	background-position: left bottom;
	background-repeat: none;
}

#topServices{
	display:none;
}

@media (max-width: 575px) {
	#itemServices{
		z-index:999;
		margin-top:50vh;
	}

	#topServices{
		display:block;
		position:absolute;
		width:100%;
		height:100vh;
		top:5vh;
		text-align:center;
	}
	
	#topServices h3{
		font-size:4vh;
		line-height:4vh;
	}
	
	#topServices h1{
		font-size:3vh;
		line-height:4vh;
	}

	#bg-0{
		position:absolute;
		width:100%;
		height:95vh;
		top:0;
		left:0;
		background: url('../images/layanan/b-0.png');
		background-size:100% 100%;
		background-position: left bottom;
		background-repeat: none;
	}

	#bg-1{
		position:absolute;
		width:100%;
		height:95vh;
		top:0;
		left:0;
		background: url('../images/layanan/b-1.png');
		background-size:100% 100%;
		background-position: left bottom;
		background-repeat: none;
	}

	#bg-2{
		position:absolute;
		width:100%;
		height:95vh;
		top:0;
		left:0;
		background: url('../images/layanan/b-2.png');
		background-size:100% 100%;
		background-position: left bottom;
		background-repeat: none;
	}

	#bg-3{
		position:absolute;
		width:100%;
		height:95vh;
		top:0;
		left:0;
		background: url('../images/layanan/b-3.png');
		background-size:100% 100%;
		background-position: left bottom;
		background-repeat: none;
	}
	
	#prev {
		width:35px !important;
	}

	#next {
		width:35px !important;
	}

}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 10vh 0;
  overflow: hidden;
  min-height:100vh;
}

@media (max-width: 575px) {
	section {
	  padding: 20px 0;
	  overflow: hidden;
	  min-height:95vh !important;
	}
}

.section-bg {
  background-color: #e5e5e5;
}

.section-footer {
  background-color: #16315a;
}

.section-title {
  text-align: center;
  padding-bottom: 1.5vw;
}

.section-title h2 {
  font-size: 2vw;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1vw;
  padding-bottom: 1vw;
  position: relative;
  color: #083262;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Cliens
--------------------------------------------------------------*/
.cliens {
  padding: 12px 0;
  text-align: center;
}

.cliens img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.cliens img:hover {
  filter: none;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .cliens img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/

.about{
	background: url("../images/bg-about.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.about .content h3 {
  font-weight: 600;
  font-size: 28px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 23px;
  color: #47b2e4;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #47b2e4;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #47b2e4;
}

.about .content .btn-learn-more:hover {
  background: #47b2e4;
  color: #fff;
  text-decoration: none;
}

.about .content img {
	width:100vw;
	height:auto;
}

@media (max-width: 575px) {
	.section-title h2 {
	  font-size: 2.5vh;
	  font-weight: bold;
	  text-transform: uppercase;
	  margin-bottom: 1vh;
	  padding-bottom: 1vh;
	  position: relative;
	  color: #083262;
	}

	.about .content img {
		width:100vw !important;
		height:30vh !important;
	}
	
	#txt-about {
	  font-size: 2.25vh !important;
	  line-height: 2.75vh !important;
	}
}
/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 36px;
  color: #083262;
}

.why-us .content h4 {
  font-size: 23px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 18px;
  color: #848484;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li + li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #47b2e4;
  font-weight: 600;
  font-size: 22px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 27px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #47b2e4;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {
  .why-us .content, .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }
  .why-us .content {
    padding-top: 30px;
  }
  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
}

/*--------------------------------------------------------------
# Channels
--------------------------------------------------------------*/
.chanels {
  height: 100%;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.chanels .content h1 {
  font-weight: 700;
  font-size: 2.5vw;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

.chanels .content h3 {
  font-weight: 600;
  font-size: 2.5vw;
  line-height: 3vw;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  margin-right:2vw;
}

#chanels-list{
	background : #ffffff;
	border-radius: 0 3vw 3vw 0;
	padding: 1.5vw;
}

.chanels-items a img {
  border:solid 2px transparent;
}

.chanels-items a:hover img {
  border:solid 2px #5c93d2;
  border-radius: 5px;
}

@media (max-width: 575px) {
	.chanels .content h1 {
	  font-weight: 700;
	  font-size: 4vh;
	  color: #ffffff;
	  font-family: "Poppins", sans-serif;
	  text-transform: uppercase;
	}

	.chanels .content h3 {
	  font-weight: 600;
	  font-size: 3vh;
	  line-height: 3.5vh;
	  color: #ffffff;
	  font-family: "Poppins", sans-serif;
	  text-transform: uppercase;
	  text-align: center;
	  margin-top: 5vh;
	}

	#chanels-list{
		background : #ffffff;
		border-radius: 20px;
		padding-right: 40px;
		margin-top: 3vh;
	}
}


/*--------------------------------------------------------------
	# Clients
--------------------------------------------------------------*/
.clients .content {
  text-align:center;
}

.clients .content h1 {
  margin-top:3vw;
  margin-bottom:1.5vw;
  font-weight: 700;
  font-size: 2.75vw;
  color: #fff;
}

.clients .content h3 {
  font-weight: 400;
  font-size: 2vw;
  line-height: 2.5vw;
  color: #fff;
  margin-bottom:2vw;
}

.clients .content h4 {
  font-weight: 400;
  font-size: 1vw;
  color: #fff;
}

.clients-scroller{
  border-radius: 2vw;
  padding: 2vw;
  background: #fff;
}

#clients-list{
	background : #ffffff;
	border-radius: 2vw;
	padding: 3vw;
}

.clients-icon a img {
  width:auto;
  border:solid 2px transparent;
}

.clients-icon a:hover img {
  border:solid 2px #5c93d2;
  border-radius: 5px;
}

.scroller-1{
	height:5vw;
	width: 100%;
	overflow: hidden;
}

.scroller-1 a img {
	height:4vw;
	border:solid 2px transparent;
	border-radius: 1vw;
	padding: 0.5vw;
	margin: 0.5vw 1vw;
}

.scroller-1 a:hover img {
  border:solid 2px #5c93d2;
  border-radius: 1vw;
}

.scroller-2{
	height:5vw;
	width: 100%;
	overflow: hidden;
	margin-top:10px;
}

.scroller-2 a img {
	height:4vw;
	border:solid 2px transparent;
	border-radius: 1vw;
	padding: 0.5vw;
	margin: 0.5vw 1vw;
}

.scroller-2 a:hover img {
  border:solid 2px #5c93d2;
  border-radius: 1px;
}
.clients-images a img {
  height:4vw;
  border:solid 2px transparent;
  border-radius: 1vw;
  background:#fff;
  padding: 0.5vw;
  margin: 0.5vw 1vw;
}

.clients-images a:hover img {
  border:solid 2px #5c93d2;
  border-radius: 1vw;
}


#nav-clients{
  border-radius: 0 20px 20px 0;
  background-color: #083262;
}


@media (max-width: 575px) {
	.clients .content h1 {
	  font-weight: 700;
	  font-size: 6vh;
	  color: #ffffff;
	  font-family: "Poppins", sans-serif;
	  text-transform: uppercase;
	  margin-top:7vh
	}

	.clients .content h3 {
	  font-weight: 600;
	  font-size: 2.8vh;
	  line-height: 3vh;
	  color: #ffffff;
	  font-family: "Poppins", sans-serif;
	  text-transform: uppercase;
	}
	
	#clients-list{
		margin-top:3vh;
		background : #ffffff;
		border-radius: 2vh;
		padding: 3vh;
	}
	
	#clients-list {
		text-align:center
	}
	
	#clients-list .clients-items img{
		height: 4.5vh;
	}
	
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services{
	padding: 5vw 0 0 0 !important;
	background: url("../images/bg-services.png");
	background-repeat: no-repeat;
	background-size: cover;
	min-height:100vh;
}

.services h1 {
  margin: 10px 0;
  font-size: 3.5vw;
  font-weight: 600;
  line-height: 3.5vw;
}


@media (max-width: 575px) {
	.services{
		padding: 0 !important;
		min-height:85vh !important;
		background-position: left bottom !important;
	}
}

.services #services-flters {
  list-style: none;
  margin-bottom: 20px;
}

.services #services-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.services #services-flters li:hover, .services #services-flters li.filter-active {
  background: #47b2e4;
  color: #fff;
}

.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
}

.services .icon-box .icon {
  margin-bottom: 10px;
}

.services .icon-box .icon i {
  color: #47b2e4;
  font-size: 38px;
  transition: 0.3s;
}

.services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 26px;
}

.services .icon-box h4 a {
  color: #083262;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
  color: #47b2e4;
}

.services .btn-location {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 0.8vw;
  letter-spacing: 1px;
  display: inline-block;
  padding: 1vw 2vw;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
  text-transform: uppercase;
}

#img-content .tab-pane {
	background-repeat: no-repeat; background-size: auto; height: 100vh;
}
.bg-hyper{
	 height:100vh; 
	 padding:50px;
	 margin-top:-100px;
	 margin-bottom:-100px;
}

@media (max-width: 575px) {
	.services .btn-location {
	  font-family: "Jost", sans-serif;
	  font-weight: 300;
	  font-size: 1.5vh;
	  letter-spacing: 1px;
	  display: inline-block;
	  padding: 1vh 2vh;
	  border-radius: 50px;
	  transition: 0.5s;
	  margin: 10px 0;
	  color: #fff;
	  background: #47b2e4;
	  text-transform: uppercase;
	}

	#img-content .tab-pane {
		background-repeat: no-repeat; background-size: cover; width: 80vw; height:15vh; margin-left:10vw;
	}
	.bg-hyper{
		margin:0px;
		height:auto;
		padding:0 50px;
		margin-top:10px;
		margin-bottom:-10px;
	}
	
	#bg-hyper{
		background-size:100% !important;
		background-position:center top !important;
	}
	
	#txt-600{
		margin-top:26vh !important; 
		text-align:center !important; 
		font-size:7vh !important; 
		margin-bottom:20px !important; 
	}
	
	#txt-location{
		font-size:3vh !important; 
	}
	
	#txt-hyper{
		margin-bottom: 1vh;
	}
	
	#txt-hyper h4{
		font-size:2vh !important; 
	}
	
	#txt-logistic{
		font-size:1.5vh !important; 
	}
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.media .row {
  padding-top: 2vw;
}

.media .box {
  padding: 1vw;
  background: transparent;
  height: 100%;
  border-radius: 5px;
  transition: all ease-in-out 0.4s;
}

.media .box:hover {
  transform: translateY(-10px);
}

.media h5 {
  font-weight: 500;
  margin-bottom: 1vw;
  font-size: 1.2vw;
  color: #083262;
}

.media img {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.media span {
  font-size: 1.2vw;
  color: #999999;
}

@media (max-width: 992px) {
  .media .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .media .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .media .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

#nav-media li {
  border-left:solid 2px #16315a;
}

#nav-media li:first-child {
  border:0;
}

#nav-media .nav-link {
  color: #c4c4c4;
  font-weight: 700;
  font-size: 1.75vw;
  line-height:1.5vw;
  text-align: center;
  padding: 0 1.5vw;
}

#nav-media .nav-link.active {
  color: #16315a;
}

.pills-media .btn-show {
  display: inline-block;
  padding: 0.5vw 2vw;
  border-radius: 2vw;
  transition: none;
  font-size: 1vw;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  transition: 0.3s;
  border: 1px solid #47b2e4;
  text-transform:uppercase;
  background: #47b2e4;
  color: #fff;
}

.pills-media .btn-show:hover {
  background: #209dd8;
  color: #fff;
}

.pills-media .btn-hide {
  display: inline-block;
  padding: 0.5vw 2vw;
  border-radius: 2vw;
  transition: none;
  font-size: 1vw;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  transition: 0.3s;
  border: 1px solid #47b2e4;
  text-transform:uppercase;
  background: #ffffff;
  color: #47b2e4;
}

.pills-media .btn-hide:hover {
  background: #f9f9f9;
  color: #47b2e4;
}

.img-blog{
	width:100%;
	height:400px;
}		  
#button-blog{
	height:0vh !important;
	min-height:5vw !important;
}

#button-media{
	height:0vh !important;
	min-height:5vw !important;
}

@media (max-width: 575px) {
	#nav-media .nav-link {
	  color: #c4c4c4;
	  font-weight: 700;
	  font-size: 2.75vh;
	  line-height:3vh;
	  text-align: center;
	  padding: 0 1.5vh;
	}	
	
		.img-blog{
		width:100%;
		height:175px;
	}	   
	
	#button-blog{
		height:0vh !important;
		min-height:10vh !important;
	}
	
	#button-media{
		height:0vh !important;
		min-height:10vh !important;
	}

	
	.media h5 {
	  font-weight: 500;
	  margin-bottom: 1vh;
	  font-size: 2vh;
	  color: #083262;
	}
	
	.media span {
	  font-size: 1.5vh;
	  color: #999999;
	}
	
	
	.pills-media .btn-show {
	  display: inline-block;
	  padding: 0.5vw 2vh;
	  border-radius: 2vh;
	  transition: none;
	  font-size: 1.5vh;
	  font-weight: 500;
	  font-family: "Jost", sans-serif;
	  transition: 0.3s;
	  border: 1px solid #47b2e4;
	  text-transform:uppercase;
	  background: #47b2e4;
	  color: #fff;
	}

	.pills-media .btn-hide {
	  display: inline-block;
	  padding: 0.5vw 2vh;
	  border-radius: 2vh;
	  transition: none;
	  font-size: 1.5vh;
	  font-weight: 500;
	  font-family: "Jost", sans-serif;
	  transition: 0.3s;
	  border: 1px solid #47b2e4;
	  text-transform:uppercase;
	  background: #ffffff;
	  color: #47b2e4;
	}
}

/*--------------------------------------------------------------
# Media Details
--------------------------------------------------------------*/
.media-details {
  padding-top: 40px;
}

.media-details .media-details-slider img {
  width: 100%;
}

.media-details .media-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.media-details .media-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #47b2e4;
}

.media-details .media-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #47b2e4;
}

.media-details .media-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
}

.media-details .media-info h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.media-details .media-info ul {
  list-style: none;
  padding: 0;
  font-size: 18px;
}

.media-details .media-info ul li + li {
  margin-top: 10px;
}

.media-details .media-description {
  padding-top: 30px;
}

.media-details .media-description h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.media-details .media-description p {
  padding: 0;
}

.modal-header{
	border:0;
	padding-bottom:0;
}

.modal-body{
  padding: 0;
}

.modal-body .row{
  padding: 20px;
}

.modal-body img{
  width:100%;
  height:100%;
  border-radius: 10px;
}

.modal-body .modal-image img{
  width:100%;
  height:475px;
  border-radius: 0 !important;
}

.modal-close{
 background:#47b2e4;
 display: table;
 color:#ffffff;
 border: solid 1px #47b2e4;
 border-radius: 50%;
 text-align:center;
 width:40px;
 height:40px;
 padding:0 3px;
 font-weight: 500;
 font-family: "Jost", sans-serif;
 position:absolute;
 right:0;
 top:0;
 margin-top:-20px;
 margin-right:-20px;
 font-size:20px;
 z-index:1;
}

			@media (max-width: 575px) {
	.modal-close{
		background:#47b2e4;
		display: table;
		color:#ffffff;
		border: solid 1px #47b2e4;
		border-radius: 50%;
		text-align:center;
		width:40px;
		height:40px;
		padding:0 3px;
		font-weight: 500;
		font-family: "Jost", sans-serif;
		position:absolute;
		right:0;
		top:0;
		margin-top:5px;
		margin-right:5px;
		font-size:20px;
		z-index:1;
	}
}
			   
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
}

.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover {
  transform: translateY(-10px);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 22px;
  color: #083262;
}

.team .member span {
  display: block;
  font-size: 18px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 17px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.team .member .social a i {
  color: #083262;
  font-size: 18px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #47b2e4;
}

.team .member .social a:hover i {
  color: #fff;
}

.team .member .social a + a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Career
--------------------------------------------------------------*/
.career .row {
  padding-top: 2vw;
}

.career h2 {
  font-weight: 700;
  margin-bottom: 1vw;
  font-size: 2vw;
  color: #fff;
}

.career span {
  color: #fff;
}

.career .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 0.8vw 2vw;
  transition: all ease-in-out 0.4s;
  background: #e5e5e5;
  border-radius: 1vw;
  width:100%;
  margin-bottom: 1.5vw;
}

.career .icon-box .icon {
  margin-bottom: 1vw;
}

.career .icon-box .icon i {
  color: #47b2e4;
  font-size: 3vw;
  transition: 0.3s;
}

.career .icon-box i {
  color: #fc5710;
  font-size: 1vw;
}

.career .icon-box h4 {
  font-weight: 500;
  margin-bottom: 0.3vw;
  font-size: 1.2vw;
}

.career .icon-box h4 a {
  color: #37517e;
  transition: ease-in-out 0.3s;
}

.career .icon-box p {
  line-height: 24px;
  font-weight: 400;
  font-size: 1vw;
  margin-bottom: 0;
}

.career .icon-box button {
  font-weight: 400;
  font-size: 0.8vw;
  padding: 0.5vw 2vw;
}

.career .icon-box:hover {
  transform: translateY(-10px);
}

.career .icon-box:hover h4 a {
  color: #47b2e4;
}

.career .search {
  width:100%;
  background: linear-gradient(
    to bottom,
    #e1ecf2 0%,
    #e1ecf2 50%,
    #ffffff 50%,
    #ffffff 100%
  );
  border-radius: 10px;
  padding:0.8vw;
}

.career .btn-search {
  margin: 1.5vw;
  display: inline-block;
  padding: 0.8vw 1.5vw;
  border-radius: 3vw;
  transition: none;
  font-size: 1vw;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  transition: 0.3s;
  border: 1px solid #47b2e4;
  text-transform:uppercase;
  background: #47b2e4;
  color: #fff;
}

.career .btn-search:hover {
  background: #209dd8;
  color: #fff;
}

@media (max-width: 575px) {
	.career h2 {
	  font-weight: 700;
	  margin-bottom: 1vh;
	  font-size: 2vh;
	  color: #fff;
	}
	
	.career .icon-box {
	  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
	  padding: 0.8vh 2vh;
	  transition: all ease-in-out 0.4s;
	  background: #e5e5e5;
	  border-radius: 1vh;
	  width:100%;
	  margin-bottom: 1.5vh;
	}

	.career .icon-box .icon {
	  margin-bottom: 1vh;
	}

	.career .icon-box .icon i {
	  color: #47b2e4;
	  font-size: 3vh;
	  transition: 0.3s;
	}

	.career .icon-box i {
	  color: #fc5710;
	  font-size: 1.7vh;
	}
	
	.career .icon-box h4 {
	  font-weight: 500;
	  margin-bottom: 0.3vh;
	  font-size: 1.5vh;
	}

	.career .icon-box p {
	  line-height: 24px;
	  font-weight: 400;
	  font-size: 1.2vh;
	  margin-bottom: 0;
	}

	.career .icon-box button {
	  font-weight: 400;
	  font-size: 1vh;
	  padding: 0.5vh 2vh;
	}
}


/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 26px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #47b2e4;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 26px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #083262;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #47b2e4;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  padding: 0;
  width: 100%;
}

.contact .info i {
  font-size: 1.75vw;
  color: #47b2e4;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h3 {
  font-size:8vh;
  font-weight: 700;
  margin-bottom: 3vh;
  color: #fc5710;
}

.contact .info img {
  height:25vw;
}

@media (max-width: 575px) {
	.contact .info h3 {
	  font-size: 5vh;
	  font-weight: 700;
	  margin-bottom: 3vw;
	  color: #fc5710;
	}
	.contact .info h5 {
	  font-size: 1.75vh;
	  font-weight: 300;
	}
	.contact .info img {
	  height:28vh;
	}
}

.contact .info p {
  padding: 0 0 0.5vw 5vw;
  margin-bottom: 1vw;
  font-size: 1vw;
  color: #6182ba;
}

.contact .info .email p {
  padding-top: 0.5vw;
}

.contact .info .social-links {
  padding-left: 5vw;
}

.contact .info .social-links a {
  font-size: 1vw;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 0.5vw 0;
  border-radius: 50%;
  text-align: center;
  width: 3vw;
  height: 3vw;
  transition: 0.3s;
  margin-right: 1vw;
}

.contact .info .social-links a:hover {
  background: #47b2e4;
  color: #fff;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #47b2e4;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  padding: 0.5vw;
}

.contact .php-email-form .form-group {
  padding-bottom: 0.5vh;
}

.contact .php-email-form .form-group .form-control {
  height:6vh;
}

.contact .php-email-form .form-group textarea {
  height:15vh !important;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 1vw 0;
  font-weight: 400;
  font-size: 1vw;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 0.5vw;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 0.5vw;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 0.5vw;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 30px;
}

.contact .php-email-form label {
  padding-bottom: 0.5vw;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1vw;
  border-radius: 0.5vw;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #47b2e4;
}

.contact .php-email-form input {
  height: 50px;
}

.contact .php-email-form textarea {
  padding: 0.5vw 0.8vw
}

.contact .php-email-form button[type="submit"] {
  background: #47b2e4;
  border: 0;
  padding: 0.65vw 1.5vw;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  width:100%;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #209dd8;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 575px) {
	.contact .php-email-form {
	  width: 100%;
	  padding: 0.5vh;
	}

	.contact .php-email-form .form-group {
	  padding-bottom: 0.25vh;
	}

	.contact .php-email-form .form-group .form-control {
	  height:4vh;
	}

	.contact .php-email-form .form-group textarea {
	  height:10vh !important;
	}

	.contact .php-email-form .validate {
	  display: none;
	  color: red;
	  margin: 0 0 1vh 0;
	  font-weight: 400;
	  font-size: 1.5vh;
	}

	.contact .php-email-form .error-message {
	  display: none;
	  color: #fff;
	  background: #ed3c0d;
	  text-align: left;
	  padding: 0.5vh;
	  font-weight: 600;
	}

	.contact .php-email-form .error-message br + br {
	  margin-top: 25px;
	}

	.contact .php-email-form .sent-message {
	  display: none;
	  color: #fff;
	  background: #18d26e;
	  text-align: center;
	  padding: 0.5vh;
	  font-weight: 600;
	}

	.contact .php-email-form .loading {
	  display: none;
	  background: #fff;
	  text-align: center;
	  padding: 0.5vh;
	}

	.contact .php-email-form .loading:before {
	  content: "";
	  display: inline-block;
	  border-radius: 50%;
	  width: 24px;
	  height: 24px;
	  margin: 0 10px -6px 0;
	  border: 3px solid #18d26e;
	  border-top-color: #eee;
	  -webkit-animation: animate-loading 1s linear infinite;
	  animation: animate-loading 1s linear infinite;
	}

	.contact .php-email-form .form-group {
	  margin-bottom: 10px;
	}

	.contact .php-email-form label {
	  padding-bottom: 0.2vh;
	}

	.contact .php-email-form input, .contact .php-email-form textarea {
	  border-radius: 0;
	  box-shadow: none;
	  font-size: 1.5vh;
	  border-radius: 0.5vh;
	}

	.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
	  border-color: #47b2e4;
	}

	.contact .php-email-form input {
	  height: 50px;
	}

	.contact .php-email-form textarea {
	  padding: 0.5vh 0.8vh
	}

	.contact .php-email-form button[type="submit"] {
	  background: #47b2e4;
	  border: 0;
	  padding: 1vh 1.5vh;
	  color: #fff;
	  transition: 0.4s;
	  border-radius: 50px;
	  width:100%;
	}

	.contact .php-email-form button[type="submit"]:hover {
	  background: #209dd8;
	}

}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h2 {
  font-size: 30px;
  font-weight: 600;
  color: #083262;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 17px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 1vw;
  background: #16315a;
}

#footer .footer-newsletter {
  padding: 0px 0;
  text-align: center;
  font-size: 1vw;
  color: #444444;
}

#footer .footer-newsletter h4 {
  font-size: 2vw;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #16315a;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 155px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 1vw;
  padding: 0 20px;
  background: #fc5710;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #209dd8;
}

#footer .footer-top {
  padding: 5vw 0 2vw 0;
  background: #16315a;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact img {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 2vw;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}

#footer .footer-top .footer-contact p {
  font-size: 1vw;
  line-height: 1.1vw;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 1vw;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 2vw;
}


#footer .footer-top .footer-links p {
  color: #fff;
}


#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 1.1vw;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 0.5vw 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  text-align:center;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fc5710;
}

#footer .footer-top .footer-contact .logo {
	background:transparent !important;
	margin-bottom:2vw;
}

#footer .footer-top .footer-contact a {
  font-size: 1.7vw;
  display: inline-block;
  background: #47b2e4;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 3vw;
  height: 3vw;
  transition: 0.3s;
}

#footer .footer-top .footer-contact a:hover {
  background: #fff;
  color: #16315a;
  text-decoration: none;
}

#footer .footer-bottom {
  border-top:solid 1px #2a3b6c;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

#footer .copyright {
  text-align:center;
}

#footer .credits {
  float: right;
  padding-left: .5rem;
  font-size: 1vw;
}

#footer .credits a {
  transition: 0.3s;
}

@media (max-width: 575px) {
	#footer {
	  font-size: 1.5vh;
	  background: #16315a;
	}

	#footer .footer-newsletter {
	  padding: 0px 0;
	  text-align: center;
	  font-size: 1.5vh;
	  color: #444444;
	}

	#footer .footer-newsletter h4 {
	  font-size: 2vh;
	  margin: 0 0 20px 0;
	  padding: 0;
	  line-height: 1;
	  font-weight: 600;
	  color: #16315a;
	}

	#footer .footer-newsletter form {
	  margin-top: 30px;
	  background: #fff;
	  padding: 6px 10px;
	  position: relative;
	  border-radius: 50px;
	  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
	  text-align: left;
	}

	#footer .footer-newsletter form input[type="email"] {
	  border: 0;
	  padding: 4px 8px;
	  width: calc(100% - 155px);
	}

	#footer .footer-newsletter form input[type="submit"] {
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  border: 0;
	  background: none;
	  font-size: 1.5vh;
	  padding: 0 20px;
	  background: #fc5710;
	  color: #fff;
	  transition: 0.3s;
	  border-radius: 50px;
	  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	}

	#footer .footer-newsletter form input[type="submit"]:hover {
	  background: #209dd8;
	}

	#footer .footer-top {
	  padding: 5vh 0 2vh 0;
	  background: #16315a;
	}

	#footer .footer-top .footer-contact {
	  margin-bottom: 30px;
	}

	#footer .footer-top .footer-contact img {
	  margin-bottom: 30px;
	}

	#footer .footer-top .footer-contact h3 {
	  font-size: 2vh;
	  margin: 0 0 10px 0;
	  padding: 2px 0 2px 0;
	  line-height: 1;
	  text-transform: uppercase;
	  font-weight: 600;
	  color: #fff;
	}

	#footer .footer-top .footer-contact p {
	  font-size: 1.5vh;
	  line-height: 2vh;
	  margin-bottom: 0;
	  font-family: "Jost", sans-serif;
	  color: #fff;
	}

	#footer .footer-top h4 {
	  font-size: 1.5vh;
	  font-weight: bold;
	  color: #fff;
	  position: relative;
	  padding-bottom: 12px;
	}

	#footer .footer-top .footer-links {
	  margin-bottom: 2vh;
	}


	#footer .footer-top .footer-links p {
	  color: #fff;
	}


	#footer .footer-top .footer-links ul {
	  list-style: none;
	  padding: 0;
	  margin: 0;
	}

	#footer .footer-top .footer-links ul i {
	  padding-right: 2px;
	  color: #fff;
	  font-size: 1.1vh;
	  line-height: 1;
	}

	#footer .footer-top .footer-links ul li {
	  padding: 0.5vh 0;
	}

	#footer .footer-top .footer-links ul li:first-child {
	  padding-top: 0;
	}

	#footer .footer-top .footer-links ul a {
	  color: #fff;
	  transition: 0.3s;
	  display: inline-block;
	  line-height: 1;
	  text-align:center;
	}

	#footer .footer-top .footer-links ul a:hover {
	  text-decoration: none;
	  color: #fc5710;
	}

	#footer .footer-top .footer-contact .logo {
		background:transparent !important;
		margin-bottom:2vh;
	}

	#footer .footer-top .footer-contact a {
	  font-size: 3vh;
	  display: inline-block;
	  background: #47b2e4;
	  color: #fff;
	  line-height: 1;
	  padding: 8px 0;
	  margin-right: 4px;
	  border-radius: 50%;
	  text-align: center;
	  width: 5vh;
	  height: 5vh;
	  transition: 0.3s;
	}

	#footer .footer-top .footer-contact a:hover {
	  background: #fff;
	  color: #16315a;
	  text-decoration: none;
	}

	#footer .footer-bottom {
	  border-top:solid 1px #2a3b6c;
	  padding-top: 30px;
	  padding-bottom: 30px;
	  color: #fff;
	}

	#footer .copyright {
	  text-align:center;
	}

	#footer .credits {
	  float: right;
	  padding-left: .5rem;
	  font-size: 1.5vh;
	}

	#footer .credits a {
	  transition: 0.3s;
	}
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .copyright, #footer .credits {
    text-align: center;
    float: none;
  }
  #footer .credits {
    padding-top: 4px;
  }
}


.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  /*float: left;*/
  width: 100%;
  /*margin-right: -100%;*/
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

.carousel-item h2 {
  font-size: 2vw;
  margin-top: 3vw;
  margin-bottom: 2vw;
}

.carousel-item h4 {
  font-size: 1.2vw;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-button {
	text-align:right;
	margin-right:0;
	margin-top:-45vh;
}


@media (max-width: 575px) {
	.carousel-button {
		text-align:center;
		padding:0;
		margin-top:-10vh;
	}
	
	.carousel-item h2 {
	  font-size: 3vh;
	  margin-top: 7vh;
	  margin-bottom: 2vh;
	}

	.carousel-item h4 {
	  font-size: 1.75vh;
	  margin-bottom: 5vh;
	}
}

.carousel-button button {
	background:none;
	border:0;
	color: #a2a3b1;
}

.carousel-page {
	font-size:32px;
	font-weight:500;
	color:#a2a3b1;
}

.carousel-page-active {
	font-size:38px;
	font-weight:800;
	color:#fc5710;
}



.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateY(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateY(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon,
.carousel-control-prev-white,
.carousel-control-next-white{
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23a2a3b1'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23a2a3b1'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-control-prev-white {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-white {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

.img-round {
    border: 1px solid #dee2e6;
    border-radius: 20px;
    max-width: 100%;
    height: auto;
	width:200px;
}

.img-short {
    border: 1px solid #dee2e6;
    border-radius: 20px;
    max-width: 100%;
    height: auto;
	width:10vw;
	margin-top:8vw !important;
}

.img-height {
	font-size:1vw;
    border: 1px solid #dee2e6;
    border-radius: 20px;
    max-width: 100%;
    height: 15vw;
	width:10vw;
	margin-right:2vw;
	float:left;
	color:#fff;
	padding-top:10vw;
	padding-left:1.5vw;
	margin-top:3vw !important;
}

.text-location{
	font-size: 1.25vw;
}

@media (max-width: 575px) {
	.img-round {
		border: 1px solid #dee2e6;
		border-radius: 20px;
		max-width: 100%;
		height: auto;
		width:125px;
	}
	
	.img-short {
		border: 1px solid #dee2e6;
		border-radius: 20px;
		max-width: 100%;
		height: auto;
		width:15vh;
		margin-top:1vh !important;
	}

	.img-height {
		display:none;
	}
	
	.text-location{
		font-size: 1.75vh;
	}

}

.select2-container .select2-selection--single {
    height: calc(1.5em + 0.75rem + 0.3vw);
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
	padding-top: 0.1vw;
    padding-left: 0.8vw;
    padding-right: 2vw;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0.5vw;
    padding-left: 2vw;
}

.select2-container .select2-selection--multiple {
    min-height: 3vw;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	color: #000;
    padding-left: 0.8vw;
}

.select2-dropdown {
	margin-top:2vw;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 10px;
}

.select2-container--default .select2-selection--single {
    background-color: #16315a;
    border: 1px solid #ced4da;
    border-radius: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    /*color: #444;*/
    line-height: calc(1.5em + 0.75rem + 2px);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(1.5em + 0.75rem + 2px);
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 3px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f6f7fb;
    border: 1px solid #f6f7fb;
    color: #000;
    border-radius: 3px;
    padding: 2px 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #000;
    margin-right: 8px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #000;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 8px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #ced4da 1px;
    outline: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fbfbfb;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f6f7fb;
    color: #000;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #ced4da;
    border-radius: 3px;
    outline: 0;
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #f6f7fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: calc(1.5em + 0.75rem + 2px);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #fbfbfb;
    border-left: 1px solid #ced4da;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    height: calc(1.5em + 0.75rem + 2px);
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border-right: 1px solid #ced4da;
    border-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #f6f7fb;
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 3px;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #f6f7fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 3px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #f6f7fb;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #000;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #f6f7fb;
}


.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #c8daff;
    box-shadow: 0 0 0 0.2rem rgba(72, 134, 255, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.95rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.95rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 5px 5px 0;
}
