/********** Template CSS **********/
:root {
    --primary: #1C3456;
    --secondary: #C5A387;
    --light: #F7F7F7;
    --dark: #1C3456;
    --mint: #30A59F;
    --white: #FFF;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 500 !important;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mt-80 {
	margin-top: 80px;
}

.mb-80 {
	margin-bottom: 80px;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

body {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #425754;
}

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



.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
	
}

.btn-secondary {
    color: var(--white);
	background: var(--mint);
	border: none;
}

.btn-secondary:hover {
    color: var(--white);
	background: var(--secondary);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


.navbar {
	border-bottom: 5px solid #F1EBD8;
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 16px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--secondary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}




.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
	
}

.ci-bt {
	font-family: Unbounded, sans-serif;
    font-weight: 700;
	color: #FFF;
	font-size: 36px;
	letter-spacing: 2px;
	line-height: 58px;
}

.ci-bt-bg {
	padding: 5px 20px 3px 5px;
	
}

@media (max-width: 768px) {
	.ci-bt-bg {
		padding: 0;
		background: rgba(0,51,83,0.0);
	}
	
	.ci-bt {
		font-family: "Unbounded", sans-serif;
		font-size: 26px;
		letter-spacing: 2px;
		line-height: 42px;
	}
}

.ci-lt {
	padding: 5px 10px;
	text-transform: uppercase;
	color: #2D302F;
	font-weight: 500;
	background: #F1EBD8;
	text-shadow: 1px 1px 4px rgba(255,255,255,0.6);
}

.ci-lt-line {
	padding-top: 8px;
	width: 5%;
	border-bottom: 3px solid var(--mint);
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: var(--mint);
    border: 10px solid var(--mint);
}

#header-carousel .carousel-item {
        max-height: 650px;
    }

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 700px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.bg-secondary {
	background: var(--primary) !important;
}

.text-primary {
	color: #30A59F !important;
}

.inst-link {
	color: #FFF;
}

.inst-link:hover {
	color: aquamarine;
	text-decoration: underline;
}

.inst-icon {
	color: var(--mint);
}

.page-header h1{
	color: #FFF !important;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

.ph-bg {
    background: url(../img/page-banner.jpg) center center no-repeat;
    background-size: cover;
}

.ph-bg-2 {
    background: url(../img/page-banner-2.jpg) center center no-repeat;
    background-size: cover;
}

.ph-bg-3 {
    background: url(../img/page-banner-3.jpg) center center no-repeat;
    background-size: cover;
}

.ph-bg-4 {
    background: url(../img/page-banner-4.jpg) center center no-repeat;
    background-size: cover;
}



.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 5px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 6px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}

.h-text {
	font-family: "Montserrat", sans-serif;
}


/*** About ***/
.about-experience {
    position: absolute;
    width: 100%;
    height: 100%;
    right: -45px;
    bottom: -45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.parallax-box h1{
	color: #fff !important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .37);
}

.parallax-box p{
	font-size: 18px;
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .37);
}

.bg-check {
	background: var(--mint);
	color: aliceblue;
}


/*** Service ***/
.service-item {
    position: relative;
    border-radius: 8px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 8px;
    overflow: hidden;
    z-index: -1;
}

.service-item .service-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    border-radius: 10px;
}

.service-item .service-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    z-index: 1;
}

.service-item .service-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s ease-out;
    z-index: 2;
}

.service-item:hover .service-img::after {
    width: 0;
    left: auto;
    right: 0;
}

.service-item .service-text .service-icon {
    width: 140px;
    height: 140px;
    padding: 15px;
    margin-top: -70px;
    margin-bottom: 40px;
    background: #FFFFFF;
    border-radius: 140px;
    overflow: hidden;
    box-shadow: 0 0 60px rgba(0, 0, 0, .1);
}

.service-item .service-text h5,
.service-item .service-text p {
    transition: .5s;
}

.service-item:hover .service-text h5,
.service-item:hover .service-text p {
    color: #FFFFFF;
}

.service-item .service-text .btn {
    color: var(--dark);
    background: var(--secondary);
    box-shadow: 0 0 45px rgba(0, 0, 0, .25);
}

.service-item .service-text .btn:hover {
    color: var(--dark);
    background: var(--mint);
}

input[type=radio] {
	position: relative;
	top: 2px;
	cursor: pointer;
}

label {
	cursor: pointer;
}

.pr-bg-text-rnd {
	background: rgba(255,255,255,1);
	color: var(--mint);
	font-weight: 500;
	border-radius: 100px;
	height: 200px;
	font-size: 78px;
	text-align: center;
	vertical-align: middle;
}

.pr-bg-text-box {
	padding: 15px;
	background: rgba(255,255,255,1);
	border-left: 5px solid var(--secondary);
	border-radius: 10px;
}


/*** Product ***/
.product-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.product-item .product-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    padding-top: 60px;
    transition: .5s;
}

.product-item:hover .product-overlay {
    opacity: 1;
    padding-top: 0;
}


/*** Team ***/
.team-item {
    position: relative;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item .btn {
    border-color: transparent;
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}


/*** Testimonial ***/
.testimonial-img {
    position: relative;
    min-height: 400px;
}

.testimonial-img::after {
    position: absolute;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 200px;
    color: #EEEEEE;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.testimonial-img img {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 100px;
}

.testimonial-img img:nth-child(1) {
    top: 0;
    left: 0;
}

.testimonial-img img:nth-child(2) {
    top: 60%;
    left: 20%;
}

.testimonial-img img:nth-child(3) {
    top: 20%;
    left: 60%;
}

.testimonial-img img:nth-child(4) {
    bottom: 0;
    right: 0;
}

.testimonial-img img .animated.pulse {
    animation-duration: 2s;
}

.testimonial-carousel .owl-item img {
    width: 400px !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 45px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
    color: var(--dark);
}


/*** Footer ***/
.footer {
    color: #B0B9AE;
	box-shadow: 0 0 45px rgba(0, 20, 40, .1);
}

.footer-bg-secondary {
	background: #009B9F;
	color: var(--dark) !important;
}

.ft-link {
	color: var(--primary);
	transition: .3s;
}

.ft-link:hover {
	color: var(--white);
	text-decoration: underline;
}

.ft-nav-link {
	color: var(--primary);
	font-weight: 700;
	transition: .3s;
}

.ft-nav-link:hover {
	text-decoration: underline;
	color: var(--secondary);
}

.footer a i {
	font-size: 36px;
    color: #009B9F;
    transition: .3s;
	margin: 5px;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.error {
	color: #650A0B;
	padding: 5px;
}

.success {
	color: #157D4A;
	padding: 5px;
}