/********** Template CSS **********/

:root {
    --primary: #FE5D37;
    --light: #FFF5F3;
    --dark: #103741;
}

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

/*** 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;
}

a:hover {
    color: #fee637;
}

/*** Button ***/

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

.btn.btn-primary {
    color: #74787C;
    background-color: #fff;
    border-color: #fff;
}

.btn.btn-primary:hover {
    color: #fff;
    background: #263997;
    border-color: #263997;
}

.btn.btn-primary-one {
    color: #fff;
    background-color: #009CFF;
    border-color: #009CFF;
}

.btn.btn-primary-one:hover {
    color: #fff;
    background: #263997;
    border-color: #263997;
}

.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;
    border-radius: 50px;
}

/*** Heading ***/

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-family: 'Lobster Two', cursive;
    font-weight: 700;
}

h5,
h6,
.h5,
.h6 {
    font-weight: 600;
}

.font-secondary {
    font-family: 'Lobster Two', cursive;
}

.logo {
    width: 140px;
    margin-top: -60px;
}

.logo-2 {
    width: 150px;
    /*	margin-top: -60px;*/
}

/*** Navbar ***/

.navbar .navbar-nav .nav-link {
    padding: 30px 15px;
    color: #000;
    font-weight: 800;
    font-size: 24px;
    outline: none;
    font-family: poppins;
}

.navbar .navbar-nav .nav-link:hover {
    /* color: var(--primary); */
    color: #009CFF;
}

.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:focus {
    color: #009CFF;
}

.navbar.sticky-top {
    /* top: -100px; */
    transition: .5s;
    background: #fff;
}

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

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

/*@media (max-width: 1400px){
	.slider::before,
.slider::after
{
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    top: 178px;
    left: 0;
    background: url(../img/bg-header-top.png) center center repeat-x;
    z-index: 1;
}


.page-header::before,
.page-header::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 8px;
    top: 0;
    left: 0;
    background: url(../img/bg-header-top.png) center center repeat-x;
    z-index: 1;
}

.slider::after
{
    height: 10px;
    top: 45.6em;
    bottom: 0;
    background: url(../img/bg-header-bottom.png) center center repeat-x;
	z-index: 5555;
	
}

.page-header::after {
    height: 10px;
    top: 332px;
    bottom: 0;
    background: url(../img/bg-header-bottom.png) center center repeat-x;
	z-index: 5555;
	
}

}*/

@media (min-width: 1024px) {
    #about-btn {
        margin-left: 30em;
    }
}

@media (max-width: 1024px) {
    #about-btn {
        margin-left: 25em;
    }
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }
    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
    #about-btn {
        margin-left: 18em;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: calc(100% - 15px);
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }
    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
    .size {
        margin-left: 150px;
    }
    #about-btn {
        margin-left: 29em;
    }
}

/*** Header ***/

/*@media (max-width: 1024px){
	.slider::after
	{
		position: absolute;
		content: "";
		width: 100%;
		height: 10px;
		top: 168px;
		left: 0;
		background: url(../img/bg-header-top.png) center center repeat-x;
		z-index: 1;
	}
	.slider::before{
		position: absolute;
		content: "";
		width: 100%;
		height: 10px;
		top: 36.5em;
		left: 0;
		background: url(../img/bg-header-bottom.png) center center repeat-x;
		z-index: 1;
	}
}*/

@media (max-width: 768px) {
    .header .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    .header-carousel .owl-carousel-item img {
        /* position: absolute; */
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
        font-weight: 400 !important;
    }
    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
    .size {
        margin-left: 0px;
    }
    #about-btn {
        margin-left: 16em;
    }
}

@media (max-width: 540px) {
    #about-btn {
        margin-left: 10em;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/banner.jpg) center center no-repeat;
    background-size: cover;
    height: 400px;
}

.page-header nav ol li a {
    color: #fee637;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}

/*** Facility ***/

.facility-item .facility-icon {
    position: relative;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.facility-item .facility-icon::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .9);
    transition: .5s;
    z-index: 1;
}

.facility-item .facility-icon span {
    position: absolute;
    content: "";
    width: 15px;
    height: 30px;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.facility-item .facility-icon span:last-child {
    left: auto;
    right: 0;
}

.facility-item .facility-icon i {
    position: relative;
    z-index: 2;
}

.facility-item .facility-text {
    position: relative;
    min-height: 300px;
    padding: 30px;
    border-radius: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}

.facility-item .facility-text2 {
    position: relative;
    min-height: 400px;
    padding: 30px;
    border-radius: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}

.facility-item .facility-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .9);
    transition: .5s;
    z-index: 1;
}

.facility-item .facility-text * {
    position: relative;
    z-index: 2;
}

.facility-item:hover .facility-icon::before,
.facility-item:hover .facility-text::before {
    background: transparent;
}

.facility-item2:hover .facility-icon::before,
.facility-item2:hover .facility-text2::before {
    background: transparent;
}

.facility-item * {
    transition: .5s;
}

.facility-item2 * {
    transition: .5s;
    /* padding:50px; */
}

.facility-item:hover * {
    color: #FFFFFF !important;
}

.facility-item2:hover * {
    color: #FFFFFF !important;
}

/*** Facility ***/

.facility-item2 .facility-icon {
    position: relative;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.facility-item2 .facility-icon::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .9);
    transition: .5s;
    z-index: 1;
}

.facility-item2 .facility-icon span {
    position: absolute;
    content: "";
    width: 15px;
    height: 30px;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.facility-item2 .facility-icon span:last-child {
    left: auto;
    right: 0;
}

.facility-item2 .facility-icon i {
    position: relative;
    z-index: 2;
}

.facility-item2 .facility-text {
    position: relative;
    min-height: 300px;
    padding: 30px;
    border-radius: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}

.facility-item2 .facility-text2 {
    position: relative;
    width: 300px;
    min-height: 300px;
    padding: 30px;
    border-radius: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    margin-left: 50px;
}

.facility-item2 .facility-text2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .9);
    transition: .5s;
    z-index: 1;
}

.facility-item2 .facility-text2 * {
    position: relative;
    z-index: 2;
}

/*** About ***/

.about-img img {
    transition: .5s;
}

.about-img img:hover {
    /* background: var(--primary) !important; */
}

/*** Classes ***/

.classes-item {
    transition: .5s;
}

.classes-item:hover {
    margin-top: -10px;
}

/*** Team ***/

.team-item .team-text {
    /* position: absolute; */
    width: 370px;
    height: 500px;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #FFFFFF;
    border: 17px solid var(--light);
    border-radius: 250px;
    transition: .5s;
}

.team-item .team-text p {
    text-align: center;
    padding: 20px;
}

.team-item:hover .team-text {
    border-color: var(--primary);
}

/*** Testimonial ***/

.testimonial-carousel {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 576px) {
    .testimonial-carousel {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.testimonial-carousel .testimonial-item .border {
    border: 1px dashed rgba(0, 185, 142, .3) !important;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 45px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 45px;
    font-size: 20px;
    transition: .5s;
}

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

/*** Footer ***/

.footer .btn.btn-social {
    margin-right: 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 45px;
    transition: .3s;
}

.footer p span {
    margin-left: 2em;
}

.footer p span .footer-add {
    margin-left: 2em;
}

.footer .btn.btn-social:hover {
    border-color: var(--primary);
    background: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.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(--primary) !important; */
    color: #fee637 !important;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255, 255, 255, 0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: #FFFFFF;
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .copyright a:hover,
.footer .footer-menu a:hover {
    color: var(--primary) !important;
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.ltn__blog-area .country {
    padding: 2px;
}

.ltn__blog-area .country h5 {
    font-size: 16px;
}

.table tbody tr td {
    /* text-align: center !important; */
    vertical-align: middle;
    padding: 30px 10px;
    border: 1px solid # !important;
    border-bottom: 1px solid !important;
    color: #000;
    /* background: #150d53; */
    font-family: arial;
}

.whatsapp {
    position: fixed;
    bottom: 38px;
    right: 5px;
    z-index: 10;
}

.para {
    font-size: 18px;
    letter-spacing: 0.5px;
    text-align: justify;
}

.w3l_offers_right {
    float: left;
    /* padding: 9px 0; */
    /* width: 47%; */
    /* margin-left: 24px; */
    margin-top: 0px;
    font-size: 30px;
}

.footer_w3l_offers_right {
    float: left;
    /* padding: 9px 0; */
    width: 95%;
    /* margin-left: 24px; */
    margin-top: 0px;
    font-size: 30px;
}

.footer_w3l_offers_right .social-links {
    float: right;
}

.footer_w3l_offers_right .social-links a {
    /* font-size: 18px; */
    display: inline-block;
    /* background: #fff; */
    /* border: 3px solid #150d53; */
    /* color: #000; */
    line-height: 1;
    padding: 8px 0;
    /* margin-right: 30px; */
    /* border-radius: 50%; */
    /* text-align: center; */
    width: 40px;
    height: 40px;
}

.footer_w3l_offers_right img {
    float: left;
    width: 40px;
    height: 40px;
    margin-left: -60px;
}

.w3l_offers_right .social-links {
    float: right;
}

.w3l_offers_right .social-links a {
    /* font-size: 18px; */
    display: inline-block;
    /* background: #fff; */
    /* border: 3px solid #150d53; */
    /* color: #000; */
    line-height: 1;
    padding: 8px 0;
    /* margin-right: 30px; */
    /* border-radius: 50%; */
    /* text-align: center; */
    width: 40px;
    height: 40px;
}

.w3l_offers_right img {
    float: left;
    width: 40px;
    height: 40px;
    margin-left: -60px;
}

.bg-light-green {
    background: #69bb20ad;
}

.text-light-green {
    color: #69bb20ad;
}

.bg-light-blue {
    background: #009CFF;
}

.text-light-blue {
    color: #009CFF;
}

.bg-light- {
    background: #009CFF;
}

.bg-dark-blue {
    background: #263997;
}

.text-dark-blue {
    color: #263997;
}

.bg-blue {
    background: #9ecee1;
}

.pro-block h4 {
    /* font-size: 1rem; */
}

.whatsapp-btn {
    margin-left: 40px;
}

.call-btn {
    margin-left: -15px;
}

#form-floating {
    display: block;
    width: 100%;
    /* padding: 0.375rem 0.75rem; */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #74787C;
    height: calc(3.5rem + 2px);
    padding: 1rem 0.75rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    /* appearance: none; */
    border-radius: 10px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#form-floating:hover {
    border: 1px solid #ced4da;
}

.banner {
    background-repeat: repeat no-repeat;
    width: 100% !important;
    height: 400px;
}

/*** Section Title ***/

.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #009CFF;
}

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

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: -5px;
    left: -60px;
    background: #009CFF;
    z-index: 0;
}

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

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

.modal {
    display: none;
    position: fixed;
    /* z-index: 8; */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal .modal-content {
    margin: 50px auto;
    border: 1px solid #999;
    width: 35%;
}

.modal h2,
p {
    margin: 0 0 20px;
    font-weight: 400;
    color: #999;
}

.modal span {
    color: #666;
    display: block;
    padding: 0 0 5px;
}

.modal form {
    padding: 25px;
    margin: 25px;
    box-shadow: 0 2px 5px #f5f5f5;
    background: #eee;
}

.modal input,
textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #1c87c9;
    outline: none;
}

.modal .contact-form button {
    width: 100%;
    padding: 10px;
    border: none;
    background: #1c87c9;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.modal button:hover {
    background: #2371a0;
}

.modal .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.modal .close:hover,
.modal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal button.button {
    background: none;
    border-top: none;
    outline: none;
    border-right: none;
    border-left: none;
    border-bottom: #02274a 1px solid;
    padding: 0 0 3px 0;
    font-size: 16px;
    cursor: pointer;
}

.modal button.button:hover {
    border-bottom: #a99567 1px solid;
    color: #a99567;
}

.value-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* width: 50%; */
}