/*
Theme Name:     7Grid
Theme URI:      https://hoangsoft.com
Author:         Hoangsoft, LLC
Author URI:     https://hoangsoft.com
Description:    Hoangsoft is Startup Agency WordPress Theme.
Version:        1.2
Text Domain:    Hoangsoft
*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
  font-family: 'Proxima Nova';
  src: url(fonts/Proxima-Nova-Font.otf);
}
a{text-decoration: none; color: #fff;}
a:hover{
	color: #fff;
}
body{
	background: #000b2e url('images/bg.svg') no-repeat;
	background-size: 100%;
	color: #fff;
	font-family: 'Proxima Nova';
	font-size: 16px;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5{
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
}
img{
	max-width: 100%;
}
i.icon{
	display: inline-block;
}
i.icon-logo{
	background: url('images/group-20.svg');
	background-size: 100%;
	width: 32px;
	height: 32px;
	margin-right: 15px;
}
i.icon-phone{
	background: url('images/icons/icon-phone.svg');
	background-size: 100%;
	width: 21px;
	height: 21px;
	display: inline-block;
}
i.icon-email{
	background: url('images/icons/icon-email.svg');
	background-size: 100%;
	width: 21px;
	height: 21px;
	display: inline-block;
}
i.icon-facebook{
	background: url('images/icons/icon-facebook.svg');
	background-size: 100%;
	width: 24px;
	height: 24px;
	display: inline-block;
}
i.icon-linkedin{
	background: url('images/icons/icon-linkedin.svg');
	background-size: 100%;
	width: 24px;
	height: 24px;
	display: inline-block;
}
i.icon-instagram{
	background: url('images/icons/icon-instagram.svg');
	background-size: 100%;
	width: 24px;
	height: 24px;
	display: inline-block;
}
i.icon-arrow-left{
	background: url('images/icons/arrow-left.svg') no-repeat;
	background-size: 100%;
	width: 16px;
	height: 16px;
	display: inline-block;
}
i.icon-arrow-right{
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url('images/icons/arrow-right.svg') no-repeat;
	background-size: 100%;
}
i.icon-menu-bars{
	background: url('images/icons/menu-bars.svg') no-repeat;
	background-size: 100%;
	width: 24px;
	height: 24px;
	display: inline-block;
}
i.icon-menu-close{
	background: url('images/icons/menu-close.svg') no-repeat;
	background-size: 100%;
	width: 24px;
	height: 24px;
	display: inline-block;
}
#wrap{position: relative;}
#header{
	padding: 20px 0;
	position: relative;
	z-index: 9;
}
.navbar-light .navbar-nav .nav-link{
	color: #fff;
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: 500;
	padding-left: 20px;
	padding-right: 20px;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	color: #ae2246;
}
.navbar-light .navbar-toggler{color: #fff; border: 0;}
.btn.btn-outline-primary{
	border: 3px solid #ae2246;
	color: #fff;
	font-size: 1rem;
	padding: 1rem 2rem;
}
.btn.btn-outline-primary:hover{
	background-color: #ae2246;
}
#pagenav .icon-arrow-left{
	margin-right: 15px;
}
#pagenav .icon-arrow-right{
	margin-left: 15px;
}
#pagenav a{
	display: flex;
	align-items: center!important;
}
#back-to-top{
	margin-bottom: 30px;
	display: none;
	text-transform: uppercase;
}
#home-section-1{
	color: #fff;
	margin-top: -130px;
	padding: 260px 0 120px;
	background: url('images/home-hero-bg.svg') top center no-repeat;
	background-size: 100%;
	position: relative;
}
#home-section-1:before{
	background: url('images/union.svg') no-repeat;
	background-size: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 130px;
	right: 0;
	bottom: 0;
}
#home-section-1 .hero{
	position: relative;
	z-index: 9;
}
#home-section-1 .hero h1{
	font-weight: 300;
	font-size: 3rem;
}
#home-section-1 .hero h2{
	font-size: 4rem;
	margin-bottom: 30px;
}
#home-section-1 .hero p{
	font-size: 1.2rem;
	line-height: 2.3rem;
	margin-bottom: 60px;
	max-width: 600px;
}
#hero-caret-button{
	margin-top: 100px;
	position: relative;
	z-index: 999;
}
#home-section-2{
	margin-top: -120px;
	margin-bottom: 60px;
}
#home-section-2 .section-heading h2{
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: 500;
	color: #7ACFDC;
}
#home-section-2 .section-heading p{
	color: #fff;
	font-size: 3rem;
	font-weight: 500;
	line-height: 3.8rem;
}
#home-section-2 ol{
	display: flex;
	padding: 0;
	margin: 0;
}
#home-section-2 ol li{
}
#home-section-2 ol li a{
	color: #fff;
	text-decoration: none;
}
#home-section-2 ol li h3{
	font-size: 2rem;
	font-weight: 500;
	margin: 15px 0;
}
#home-section-2 ol li p{
	max-width: 80%;
	font-size: 1.2rem;
}
#home-section-3{
	margin-top: -180px;
	padding: 360px 0 370px;
	background: url('images/bg/process-bg.png') top center no-repeat;
	background-size: cover;
}
#home-section-3 .section-heading h2{
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: 500;
	color: #7ACFDC;
	margin-bottom: 15px;
}
#home-section-3 .section-heading p{
	color: #fff;
	font-size: 3rem;
	font-weight: 500;
	line-height: 5rem;
}
#home-section-4{
	margin-bottom: 180px;
}
#home-section-4 .section-heading{
	margin-bottom: 60px;
}
#home-section-4 .section-heading h2{
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: 500;
	color: #7ACFDC;
}
#home-section-4 .section-heading h3{
	color: #fff;
	font-size: 3rem;
	font-weight: 500;
	line-height: 4.8rem;
	max-width: 380px;
}
#home-section-4 .case-study{
	background-color: rgba(255,255,255,0.1);
}
#home-section-4 .case-study img{
	max-width: 100%;
}
#home-section-4 .case-study .inner-text{
	padding: 15px 40px;
	text-align: center;
}
#home-section-4 .case-study .inner-text h2{
	font-size: 1.2rem;
	color: #7ACFDC;
	text-transform: uppercase;
}
#home-section-4 .case-study .inner-text p{
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 2rem;
}
#home-section-4 .case-study .inner-text small{
	color: rgba(255,255,255,0.4);
}
#home-section-5{
	margin: 120px 0 60px;
}
#say-hello{
	color: #fff;
	margin-bottom: 90px;
}
#say-hello h2{
	font-size: 3rem;
}
#say-hello p{
	font-size: 1.2rem;
	margin-bottom: 30px;
}
.box-type-1{
	position: relative;
	z-index: 9;
	background: url('images/vector-68.svg') no-repeat;
	background-size: 100%;
	min-height: 400px;
	padding: 30px;
	color: #fff;
}
.box-type-1 .inner{
	text-align: center;
	margin: 0 auto;
}
.box-type-1.whoweare{
	margin: 180px 0 60px;
}
.box-type-1.whoweare .inner{
	max-width: 600px;
}
.box-type-1.testimonial .carousel-item .carousel-content{
	max-width: 600px !important;
	margin: 50px auto;
}
.box-type-1 h2{
	color: #7ACFDC;
	text-shadow: 0 4px 4px rgba(0,0,0,0,0.25);
	font-weight: 700;
	font-size: 1.5rem;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 30px;
}
.box-type-1 h3{
	font-weight: 500;
	font-size: 1rem;
	margin-bottom: 15px;
}
.box-type-1 p{
	font-size: 1.3rem;
}
.box-type-2{
	position: relative;
}
.box-type-2:before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: url('images/union-left-top.svg') left top no-repeat;
}
.box-type-2:after{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: url('images/union-right-bottom.svg') right bottom no-repeat;
}
.box-type-2 .inner{
	position: relative;
	z-index: 9;
	max-width:80%;
	margin: 0 auto;
	padding: 60px;
	text-align: center;
}
.box-type-2 .inner h2{
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: 500;
	color: #7ACFDC;
}
.box-type-2 .inner h3{
	font-size: 3rem;
	margin: 15px 0;
}
.box-type-2 .inner p{
	font-size: 1.1rem;
}
.page-heading{
	max-width: 80%;
	margin: 0 auto;
	text-align: center;
}
.page-heading h1{
	font-size: 1.2rem;
	text-transform: uppercase;
}
.page-heading h2{
	font-size: 3rem;
	line-height: 4rem;
	margin: 30px 0;
}
#about-section-1{
	margin: 60px 0 120px;
	color: #fff;
	text-align: center;
}
#about-section-1 .page-heading h2{
	margin-bottom: 90px;
}
#about-section-2{
}
#about-section-3{
	background: url('images/bg/about-bg-2.png') center no-repeat;
	background-size: 100%;
	padding: 270px 0;
	margin: -90px 0;
}
#about-section-3 .section-heading h2{
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: 500;
	color: #7ACFDC;
}
#about-section-3 .section-heading h3{
	font-size: 3rem;
	font-weight: 300;
	line-height: 4.5rem;
	text-transform: uppercase;
	max-width: 300px;
	margin: 15px 0;
}
#about-section-3 .section-heading p{
	font-size: 1rem;
	padding-right: 60px;
}
#about-section-3 .section-content img:not(:hover){
	filter: grayscale(100%);
}
#about-section-3 .team-info-box .item-info{
	display: none;
}
#about-section-3 .team-info-box .item-info h4{
	font-family: Rubik;
	font-style: normal;
	font-weight: 500;
	font-size: 1rem;
	line-height: 21px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	color: #FFFFFF;
}
#about-section-3 .team-info-box .item-info .icons a{
	margin-right: 20px;
}
#about-section-3 .team-info-box .item-info .icons i{
	width: 28px;
	height: 28px;
}
#about-section-3 .team-images{
	margin-left: -15px;
	margin-right: -15px;
}
#about-section-3 .team-images .col-md-6{
	padding: 15px;
}
#about-section-3 .team-images .team-image-box{
	position: relative;
	cursor: pointer;
}
#about-section-3 .team-images .team-image-box img{
	max-width: 100%;
}
#about-section-3 .team-images .team-image-box .hover-box{
	display: none !important;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #AE2246;
	opacity: 0.8;
	text-align: center;
	padding: 30px;
}
#about-section-3 .team-images .team-image-box:hover .hover-box{
	display: flex !important;
}
#about-section-3 .team-images .team-image-box .hover-box h3{
	font-style: normal;
	font-weight: normal;
	font-size: 2.5rem;
	line-height: 3rem;
	text-align: center;
	color: #FFFFFF;
}
#about-section-3 .team-images .team-image-box .hover-box h4{
	font-style: normal;
	font-weight: 500;
	font-size: 1rem;
	line-height: 21px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}
#services-section-1{
	margin: 60px 0 90px;
}
#services-section-2 .service-tab{
	position: relative;
}
#services-section-2 .service-tab-bg{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#services-section-2 .owl-item.active.center .service-tab:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 6px solid;
	border-image: linear-gradient(#2A00A2, #50DDC3) 30;
}
#services-section-2 .service-tab-heading{
	padding: 60px 0;
	box-shadow: 0px 4px 4px rgba(0,0,0,0.6);
	position: relative;
}
#services-section-2 .service-tab-heading .text-center{position: relative; z-index: 999;}
.heading-tab.box-type-2 .inner h2{
	font-style: normal;
	font-weight: normal;
	font-size: 1.5rem;
	line-height: 31px;
	text-align: center;
	color: #7ACFDC;
}
.service-tab-content{
	display: none;
	padding-top: 120px;
}
.service-tab-content.show{
	display: block;
}
.service-tab-content h3{
	font-style: normal;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 24px;
	color: #7ACFDC;
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.4);
}
.service-icons{
	margin-top: 120px;
	margin-bottom: 60px;
}
.service-icons .row.icon-list{
	margin-left: -30px;
	margin-right: -30px;
}
.service-icons .row.icon-list .service-icon-item{
	padding: 30px;
}
.service-icons .row.icon-list img{
	margin-bottom: 30px;
}
.service-icons .row.icon-list h4{
	font-family: Rubik;
	font-style: normal;
	font-weight: normal;
	font-size: 1.5rem;
	line-height: 31px;
	text-align: center;
	color: #7ACFDC;
}
.service-proccess .service-proccess-step .inner{
	background: rgba(255, 255, 255, 0.1);
	position: relative;
}
.service-proccess .service-proccess-step .info{
	padding: 20px 20px 5px;
}
.service-proccess .service-proccess-step .info h4{
	font-style: normal;
	font-weight: normal;
	font-family: 'Proxima Nova';
	font-size: 1rem;
	line-height: 25px;
	color: rgba(255, 255, 255, 0.4);
	text-transform: uppercase;
}
.service-proccess .service-proccess-step .info h5{
	font-style: normal;
	font-weight: normal;
	font-size: 1.5rem;
	line-height: 31px;
	color: #7ACFDC;
	text-transform: uppercase;
}
.service-proccess .service-proccess-step .info p{
	margin-bottom: 15px;
}
#services-section-3{
	margin: 90px 0;
}
#services-section-3 .section-heading{
	text-align: center;
}
#services-section-3 .section-heading h2{
	font-size: 3rem;
	font-weight: 500;
	line-height: 4.5rem;
	text-transform: uppercase;
}
#accordionFAQ{
	margin-top: 60px;
}
#accordionFAQ .accordion-item{
	margin-bottom: 20px;
	background: rgba(255, 255, 255, 0.1);
	border: 2px solid #7ACFDC;
	box-sizing: border-box;
	border-radius: 5px;
	color: #fff;
}
#accordionFAQ .accordion-button{
	border-radius: 5px;
	background-color: transparent;
	color: #fff;
}
#accordionFAQ .accordion-button:not(.collapsed){
	box-shadow: 0 0 0 transparent;
}
#contact-section-1{
	margin: 60px 0;
}
#contact-section-1 .section-heading{
	max-width: 680px;
	margin: 0 auto;
}
#contact-section-1 .section-heading h1{
	margin-bottom: 20px;
}
#contact-section-1 .contact-form label{
	font-family: Rubik;
	font-size: .9rem;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#contact-section-1 .contact-form label.your-message{
	margin: 30px 0 20px;
	font-size: 1.1rem;
}
#contact-section-1 .contact-form input[type="text"],
#contact-section-1 .contact-form input[type="tel"],
#contact-section-1 .contact-form input[type="email"]{
	border: 0;
	border-bottom: 1px solid #7ACFDC;
	background-color: transparent;
	width: 100%;
}
#contact-section-1 .contact-form textarea{
	border: 1px solid #7ACFDC;
	background-color: transparent;
	width: 100%;
}
#contact-section-1 .contact-form input[type="submit"]{
	border: 3px solid #AE2246;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: transparent;
	color: #fff;
	padding: 15px 35px;
}
#contact-section-2{
	margin: 120px 0 60px;
}
#contact-after-form{
	float: right;
	margin-top: -70px;
}
#contact-after-form > div{
	margin-left: 35px;
}
#contact-after-form > div > span{
	margin-left: 15px;
}
#pagenav{
	margin: 30px auto;
}
#pagenav a{
	font-weight: 500;
	font-size: 1.1rem;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}
#testimonials img{
	margin-right: 15px;
}
#footer{
	color: #fff;
}
#footer a{
	text-decoration: none;
	color: #fff;
}
#footer .container .inner{
	border-top: 1px solid #ccc;
	padding-top: 30px;
	padding-bottom: 30px;
}
#footer .menu-contact{
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer .menu-contact li{
	margin-bottom: 20px;
}
#footer .menu-contact li a{
	color: #fff;
	text-decoration: none;
}
#footer .menu-contact .icon-email,
#footer .menu-contact .icon-phone{
	float: left;
	margin-top: 3px;
    margin-right: 15px;
}
#footer .social-icons{
	list-style: none;
	padding: 0;
	margin: 0 0 15px 0;
	text-align: right;
}
#footer .social-icons li{
	display: inline-block;
	margin-left: 15px;
}
#footer .social-icons li a{
	text-decoration: none;
}
#home-page .owl-carousel{
	width: 1300px;
	margin-top: 60px;
}
#home-page .owl-carousel .owl-item .exp-item{
	margin-right: 30px;
}
#home-page .owl-carousel .owl-item .exp-item h3{
	margin: 30px 0;
	font-size: 2rem;
}
#home-page .owl-carousel .owl-item .exp-item p{
	font-size: 1rem;
}
#home-page .owl-carousel .owl-item a{
	text-decoration: none;
	color: #fff;
}
#services-page .owl-item{
	background-color: #000;
}
#services-page .owl-item > div {
  cursor: pointer;
  margin: 0;
  transition: margin 0.4s ease;
}
#services-page .owl-item.center > div {
  cursor: auto;
}
#services-page .owl-item:not(.center) > div:hover {
  opacity: .75;
}

.choice{
    box-sizing: border-box;
    padding: 0;
    overflow: hidden;
    float: left;
    align-items: center;
    transition: width 0.2s;
  	border-radius:3px;
	background: url('images/accordion-2.svg') no-repeat;
	background-size: 100%;
	margin-right: -5px;
}
.choice .card-title{
	max-width: 1rem;
    word-break: break-all;
    text-align: center;
	color: #7ACFDC;
	margin-top: 20px;
	margin-left: 21px;
	text-transform: uppercase;
	font-size: 2rem;
	font-weight: 400;
	line-height: 2.5rem;
}
.choice .card-body{
	padding: 0;
}
.choice .card-body > div.d-flex{min-height: 520px;}
.choice .card-body .card-text{padding: 30px 60px 30px 30px; margin-top: 20px;}
.choice .card-body .card-text h5{margin-bottom: 20px;}
.choice .card-body .card-text p{line-height: 2rem; margin-bottom: 20px;}
.choice .card-body .card-text a{text-decoration: none; color: #fff; position: relative;}
.choice .card-body .card-text i{
	width: 20px;
	height: 16px;
	top: 4px;
	right: -35px;
	position: absolute;
}
.expand{
	width:472px;
	min-height: 520px;
	background: url('images/accordion-1.svg') no-repeat;
	background-size: 100%;
}
.expand .card-title{
	padding: 15px;
	color: rgba(255,255,255,0.4);
	max-width: 3rem;
}
.unset{
    width:100px;
	min-height: 520px;
}
.small{
    width:100px;
	min-height: 520px;
}
.small .card-text{
	display: none;
}

.unset .card-text{
    display: none;
}
#hero-caret-button .hero-social-links ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
@media only screen and (min-width: 780px){
	#home-section-4 .col-md-4:nth-child(2) .case-study{
		margin-top: 30px;
	}
	#home-section-3{
		margin-bottom: -180px;
	}
	#hero-caret-button .hero-social-links{
		position: absolute;
		right: 0;
		top: 5px;
	}
	#hero-caret-button .hero-social-links li{
		margin-left: 45px;
		display: inline-block;
	}
}
@media only screen and (max-width: 480px){
	.container{
		padding: 0 20px;
	}
	#home-section-1{
		padding: 180px 0 120px;
	}
	#home-section-1 .hero h1{
		font-size: 1.1rem;
		margin-bottom: 15px;
	}
	#home-section-1 .hero h2{
		font-size: 2.3rem;
	}
	#home-section-1 .hero p{
		font-size: 1rem;
		line-height: 1.5rem;
		margin-bottom: 30px;
	}
	#hero-caret-button .hero-social-links{
		position: absolute;
		left: 0;
		top: -50px;
	}
	#hero-caret-button .hero-social-links li{
		margin-right: 30px;
		display: inline-block;
	}
	.box-type-1{
		background-image: url('images/bg/box-type-1-mobile.svg');
	}
	.box-type-1 h2{
		font-size: 1.1rem;
		margin: 15px 0;
	}
	.box-type-1 p{
		line-height: 1.5rem;
	}
	.box-type-1 i.icon-logo{
		width: 24px;
		height: 24px;
	}
	.box-type-1.whoweare{
		margin: 90px 0 0;
	}
	.btn.btn-outline-primary{
		padding: 0.5rem 1rem;
	}
	#home-page .owl-carousel{
		width: auto;
		max-height: 600px;
	}
	#home-section-2 .section-heading{
		text-align: center;
		padding: 0 30px;
	}
	#home-section-2 .section-heading h2{
		font-size: 1rem;
		margin-bottom: 15px;
	}
	#home-section-2 .section-heading p{
		font-size: 2.3rem;
		line-height: 3rem;
	}
	#home-section-2 .container{
		padding: 0;
	}
	#home-section-3{
		padding: 60px 0;
		margin-top: -90px;
		text-align: center;
	}
	#home-section-3 .section-heading{
		padding: 0 15px;
	}
	#home-section-3 .section-heading h2{
		font-size: 1rem;
		margin-bottom: 15px;
	}
	#home-section-3 .section-heading p{
		font-size: 2.3rem;
		line-height: 3.3rem;
		margin-bottom: 30px;
	}
	#home-section-3 .container.d-flex{
		display: block !important;
	}
	#home-section-3 .choice.expand{
		background: url("images/bg/process-mobile-1.svg") no-repeat;
		background-size: 100%;
		margin-bottom: -2px;
		min-height: 421px;
	}
	#home-section-3 .choice.expand .card-title{
		padding: 60px 15px 0 0;
		font-size: 1.5rem;
	}
	#home-section-3 .choice .card-title{
		font-size: 1.5rem;
		line-height: 1rem;
		padding-top: 45px;
	}
	#home-section-3 .choice .card-body .card-text{
		margin: 0;
		padding: 15px 45px 0 15px;
	}
	#home-section-3 .choice .card-body .card-text p{
		font-size: .8rem;
		line-height: 1.4rem;
	}
	#home-section-3 .choice .card-body .card-text h5 a, #home-section-3 .choice .card-body .card-text h5 i{
		font-size: 1.1rem;
		color: #7ACFDC;
	}
	#home-section-3 .choice .card-body .card-text h5 i{
		
	}
	#home-section-3 .choice{
		width: 100% !important;
		background: url("images/bg/process-mobile-2.svg") no-repeat;
		background-size: 100%;
		min-height: 83px;
		margin-top: -5px;
		margin-right: 0;
		position: relative;
	}
	#home-section-3 .choice:first-child{z-index: 4;}
	#home-section-3 .choice:nth-child(2){z-index: 3;}
	#home-section-3 .choice:nth-child(3){z-index: 2;}
	#home-section-3 .choice:nth-child(4){z-index: 1;}
	.choice .card-body > div.d-flex{
		min-height: 73px;
	}
	#home-section-3 .choice .card-body > div.d-flex{
		display: block !important;
	}
	#home-section-3 .choice .card-title{max-width: 100%; margin: 0;}
	#home-section-4{
		margin-top: 30px;
	}
	#home-section-4 .section-heading{
		text-align: center;
	}
	#home-section-4 .section-heading h2{
		font-size: 1rem;
	}
	#home-section-4 .section-heading p{
		font-size: 2.3rem;
		line-height: 3.3rem;
		margin-bottom: 30px;
	}
	#home-section-4 .col-md-4{margin-bottom: 20px;}
	#home-section-5{
		margin: 90px 0 30px;
		max-height: 300px;
	}
	#home-page .owl-carousel .owl-item .exp-item{
		text-align: center;
		margin-right: 0;
		padding: 0 15px;
	}
	#say-hello{
		text-align: center;
	}
	#say-hello h2{
		font-size: 2rem;
		font-weight: 400;
		line-height: 3rem;
	}
	#say-hello p{
		font-size: 1rem;
	}
	.carousel-control-next{right: -10px;}
	.carousel-control-prev{left: -10px;}
	.carousel-control-next,
	.carousel-control-prev{
		bottom: auto;
		top: 20px;
	}
	.box-type-1.testimonial{
		padding: 30px 20px;
	}
	.box-type-1.testimonial h3{
		padding: 0 40px;
		font-size: .8rem;
		line-height: 1.5rem;
		text-align: left;
	}
	.box-type-1.testimonial h3 img{margin-right: 10px;}
	.box-type-1.testimonial .carousel-item .carousel-content{
		margin: 15px auto;
	}
	.page-heading{
		max-width: 100%;
	}
	.page-heading h2{
		font-size: 2.5rem;
		line-height: 3rem;
	}
	.box-type-2:before, .box-type-2:after{
		background-size: 150px;
	}
	.box-type-2 .inner{
		max-width: 100%;
		padding: 80px 30px;
	}
	.box-type-2 .inner h2{
		font-size: 1rem;
	}
	.box-type-2 .inner h3{
		font-size: 2rem;
	}
	.box-type-2 .inner p{
		font-size: 1rem;
		margin-bottom: 0;
	}
	.service-tab-content h3{
		text-align: center;
	}
	#services-section-3 .section-heading p{
		font-size: 1.2rem;
		opacity: 0.6;
	}
	.service-proccess .service-proccess-step img{
		filter: blur(3px);
		-webkit-filter: blur(3px);
	}
	.service-proccess .service-proccess-step .info{
		position: absolute;
		z-index: 9;
		top: 0;
		bottom: 0;
		width: 100%;
		text-align: center;
		justify-content: center;
		align-items: center;
		display: flex;
	}
	.service-proccess .service-proccess-step .info h4{
		color: #fff;
		margin-right: 10px;
	}
	.service-proccess .service-proccess-step .info h4:after{
		content: ":";
	}
	.service-proccess .service-proccess-step .info span > span *{
		text-transform: uppercase;
		font-size: 1.5rem;
		display: inline-block;
	}
	#services-section-2 .service-tab-bg{
		border-radius: 15px;
	}
	#services-section-2 .service-tab-heading{
		padding: 15px;
		border-radius: 15px;
		box-shadow: 0px 4px 4px rgb(0 0 0 / 60%);
	}
	#services-section-2 .service-tab{
		margin-bottom: 20px;
		padding: 0 15px;
		box-shadow: 0 0 0 transparent;
	}
	#services-section-2 .service-tab:not(.active) .text-center{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#services-section-2 .service-tab:not(.active) .text-center img{
		margin-right: 10px;
	}
	#services-section-2 .service-tab:not(.active) .text-center h5{
		margin-bottom: 0;
	}
	#services-section-2 .service-tab:not(.active) .text-center p{
		display: none;
	}
	#contact-section-1 .section-heading h1{
		line-height: 3rem;
		font-size: 2.5rem;
	}
	#contact-after-form{
		display: none !important;
	}
	#pagenav{display: none;}
	#back-to-top{
		display: block;
	}
}

.curtain {
  margin: 0 auto -100vh;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.curtain__wrapper {
  width: 100%;
  height: 100%;
  z-index: 999;
  position: relative;
}
.curtain__wrapper input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  top: 0;
  left: 0;
}
.curtain__wrapper input[type=checkbox]:checked ~ div.curtain__panel--left {
  transform: translateX(0);
}
.curtain__wrapper input[type=checkbox]:checked ~ div.curtain__panel--right {
  transform: translateX(0);
}
.curtain__wrapper input[type=checkbox]:not(:checked) ~ div.curtain__content{
	display: none;
}
.curtain__panel {
  display: flex;
  align-items: center;
  background: #070707;
  color: #fff;
  float: left;
  position: relative;
  width: 50%;
  height: 100vh;
  transition: all 1s ease-out;
  z-index: 2;
}
.curtain__panel img{
	width: 80%; 
	margin: 0 auto; 
	display: block;
}
.curtain__panel--left {
  justify-content: flex-end;
  transform: translateX(-100%);
}
.curtain__panel--right {
  justify-content: flex-start;
  transform: translateX(100%);
}
.curtain__content {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  padding: 1rem 0;
  position: absolute;
  text-align: center;
  z-index: 999;
  width: 100%;
}
.curtain__content img{
	width: 130px;
	height: 130px;
}
.curtain__content img {
  width: 20%;
}
.first-loading{
	display: flex;
	align-items: center;
	background: #070707;
	color: #fff;
	float: left;
	position: relative;
	width: 100%;
	height: 100vh;
	transition: all 1s ease-out;
	z-index: 2;
}
.first-loading > span{
	border: 2px solid #7ACFDC;
	position: relative;
	display: block;
	height: 0;
	content: "";
	width: 1px;
	margin: 0 auto;
}