/*
Theme Name: EH Theme
Author: Finsok333
Description: EH Theme is a responsive clean WordPress Theme. The theme support all modern browsers like Firefox, Chrome, Safari, Opera and Internet Explorer 8, 9 and 10 and uses the most modern technologies like HTML5 and CSS3.
Version: 1.0
*/
:root {
	--pc: #ffc314;
	--sc: #fefbf3;
	--transition: all ease-in-out .5s;
}
html {
  scroll-behavior: smooth;
}

body {
	font-family: "Roboto";
	background-image: url('https://finsok.me/Expanding/wp-content/uploads/2023/09/bg.png');
	background-color: #f5f5f5;
	background-position: center;
	background-size: contain;
	color: #6c757d;
}

a {
	color: var(--pc);
}

a:hover,
a:focus {
	color: var(--pc);
}

/* NAV */
.navbar-brand img {
	height: 75px;
}

.shadow-sm {
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}

/* TABS */
.nav-tabs {
	justify-content: center;
	border-bottom: none;
}

.nav-tabs .nav-link {
	padding: 30px 50px 20px 30px;
	border-radius: 0;
	background-color: var(--pc);
	height: 180px;
	display: flex;
	flex-direction: column;
	color: #666;
	border: 1px solid #ddd;
	position: relative;
}

.nav-tabs .nav-item {
	margin-bottom: 20px;
}

.nav-tabs .nav-link:hover {
	background-color: var(--sc);
	border-color: #ddd;
}

.nav-tabs .nav-link.active ion-icon {
	display: none;
}

.nav-tabs .nav-link div {
	margin-top: auto;
}

.nav-tabs .nav-link.active {
	background-color: var(--sc);
	border-color: #ddd;
}

.nav-tabs .nav-link .p-num {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
}

.nav-tabs .nav-link .p-title {
	font-size: 22px;
	font-weight: 300;
	line-height: 1.3;
}

.nav-tabs .nav-link ion-icon {
	align-self: flex-end;
	font-size: 25px;
	position: absolute;
	right: 10px;
	top: 10px;
}

.close-tab {
	background: transparent;
	border: none;
	font-size: 40px;
	color: var(--pc);
	text-align: center;
	width: 100%;
	cursor: pointer;
}

.close-tab:focus {
	outline: 0;
}

.intro {
	padding: 80px 0;
	text-align: center;
}

.intro h1 {
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.intro p {
	font-size: 18px;
	font-weight: 300;
}

.sliders {
	margin-bottom: 80px;
}

.owl-carousel .item {
	background-color: var(--sc);
	position: relative;
	overflow: hidden;
}

.owl-carousel .item .content {
	padding: 50px;
}

.owl-carousel .item .content h3 {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 30px;
	margin-bottom: 30px;
	color: var(--pc);
}

.owl-carousel .item .content p {
	font-weight: 300;
	font-size: 18px;
	text-align: justify;
}

.owl-carousel .item .slide-image {
	height: 500px;
}

.owl-carousel .item .row {
	align-items: center;
}

.sliders {
	margin-bottom: 80px;
}

.owl-theme .owl-dots .owl-dot span {
	background: #ffe9a9;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--pc);
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 30px;
}

button:focus {
	outline: 0;
}

/* EXPORT CHECKLIST */
.process {
	padding: 80px 0;
	background-color: #fefbf3ab;
}

.process h1 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 15px;
}

.nav-pills {
    display:none;
	margin-right: 40px;
  }
  
  .tab-pane.card {
    background-color: transparent;
    border: none;
  }
  
  .tab-pane .card-header a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .tab-pane .card-header a:hover,
  .tab-pane .card-header a:focus {
    text-decoration: none;
  }
  
  .tab-content h3 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 20px;
  }
  
  .tab-content h3 span {
    color: var(--pc);
    font-weight: 400;
  }
  
  .nav-pills .nav-link {
    font-size: 16px;
    font-weight: 300;
	padding-left: 0;
	padding-right: 0;
	border-bottom: 1px solid #eee;
    border-radius: 0;
    background-color: transparent;
    color: #666;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .nav-pills .nav-link span, .tab-pane .card-header a span {
    font-weight: 500;
    display: inline-block;
    height: 25px;
    width: 25px;
    background: #ddd;
    border-radius: 50%;
    padding: 4px;
    font-size: 12px;
    text-align: center;
    margin-right: 5px;
  }
.tab-pane .card-header a[aria-expanded="true"] span {
    background: var(--pc);
	color: #fff;
}

.tab-pane .card-header {
	background: #f3f1eb;
}

.nav-pills .nav-link.active span {
	background: var(--pc);
	color: #fff;
}
  
  .nav-pills .nav-link ion-icon {
      font-size: 20px;
  }
  
  .nav-pills .nav-link.active ion-icon.plus {
    display: none;
  }

.nav-pills .nav-link ion-icon.minus {
    display: none;
  }

.nav-pills .nav-link.active ion-icon.minus {
	display: block;
}

.tab-pane .card-header a[aria-expanded="true"] ion-icon.plus {
    display: none;
  }

.tab-pane .card-header a[aria-expanded="false"] ion-icon.minus {
    display: none;
  }

.tab-pane .card-header a[aria-expanded="true"] ion-icon.minus {
	display: block;
}
  
  .tab-pane .lead {
    margin-left: 55px;
    text-align: justify;
    font-size: 18px;
  }
  
  .tab-pane .card-header:first-child {
    border-radius: 0;
  }
  
  .tab-pane .card-header a {
    color: #666;
    font-weight: 300;
    font-size: 18px;
  }
  
 .nav-pills .nav-link.active, .nav-pills .show>.nav-link, .nav-pills .nav-link:hover {
    color: var(--pc);
    background-color: transparent;
}
  
  @media(min-width:991px) {
    .nav-pills {
        display: flex;
    }
    
    .card {
        border: none;
    }
    .card-body {
      padding: 0;
    }
  
    .card .card-header {
        display:none;
    }  
  
    .card .collapse{
        display:block;
    }
  }
  
  @media(max-width:991px){
    .tab-pane {
        display: block !important;
        opacity: 1;
    }
  }

footer {
	background-color: #ffffff5c;
	padding-top: 3rem;
	padding-bottom: 3rem;
	font-weight: 300;
}

.video-banner {
	display: block;
}

@media (min-width: 641px) {
	.video-banner {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 0;
	}
}

.video-banner .video-banner-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.video-banner-icon-play {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 2.5em;
	height: 2.5em;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1.0);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1.0);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1.0);
	-o-transform: translateX(-50%) translateY(-50%) scale(1.0);
	transform: translateX(-50%) translateY(-50%) scale(1.0);
	-webkit-transition: all 0.2s ease-out 0.05s;
	transition: all 0.2s ease-out 0.05s;
}

@media (min-width: 641px) {
	.video-banner-icon-play {
		width: 4.5em;
		height: 4.5em;
	}
}

.video-banner-icon-play:hover {
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1.2);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1.2);
	-o-transform: translateX(-50%) translateY(-50%) scale(1.2);
	transform: translateX(-50%) translateY(-50%) scale(1.2);
	backgound: #330099;
}

/* PARTNERS */
.partners {
	margin-top: 80px;
    padding-bottom: 50px;
}

.partners h3 {
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 30px;
	line-height: 1.5;
	text-align: center;
}
.partners img {
	height: 100px;
}

.partners .item h3 {
	font-weight: 300;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 15px;
	text-align: center;
}

@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {
	.partners img {
		height: 80px;
	}
	.owl-carousel .item .content p {
		font-size: 16px;
	}
	.owl-carousel .item .content h3 {
		font-size: 30px;
	}
	.intro p {
		font-size: 16px;
	}
	body {
		line-height: 1.6;
	}
	.nav-pills {
		margin-right: 0;
	}
	.tab-pane .card-header a {
		font-size: 16px;
	}
	.tab-pane .lead {
		font-size: 16px;
	}
}

@media (max-width: 991.98px) {
	.process {
		padding: 60px 0;
	}
	.tab-pane .lead {
		margin-left: 0;
	}
	.tab-content h3 {
		display: none;
	}
	.card-body {
		padding-right: 0;
		padding-left: 0;
		padding-bottom: 40px;
	}
	.navbar-brand img {
		height: 50px;
	}
	.intro h1 {
		font-size: 30px;
	}

	.partners .item {
		text-align: center;
		margin: 10px 0;
	}

	.partners img {
		height: 100px;
	}
	body {
		background-size: contain;
	}
}

@media (max-width: 767.98px) {
	.owl-carousel .item .slide-image {
		height: 400px;
	}

	
}

@media (max-width: 575.98px) {
	.intro {
    	padding: 60px 0;
	}
	.intro h1, 
	.owl-carousel .item .content h3 {
		font-size: 25px;
		margin-bottom: 10px;
	}
	.owl-carousel .item .content p {
		text-align: left;
	}
	.navbar-brand img {
		height: 45px;
	}
	.partners img {
		height: 60px;
	}
	.partners h3 {
		padding: 0;
		font-size: 16px;
	}
	.partners .item h3 {
		font-size: 14px;
		margin-bottom: 10px;
	}
	footer {
		font-size: 14px;
	}
	.partners {
		margin-top: 60px;
		padding-bottom: 30px;
	}
	.owl-carousel .item .content {
		padding: 50px 30px;
	}
}