/********** Template CSS **********/
:root {
    --primary: #0AB186;
    --secondary: #8D9297;
    --light: #F8F9FA;
    --dark: #182333;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.form-control:focus, .form-control:hover, .btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #8D9297;
    border-color: #0AB186 !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(10,177,174,0.9) !important;
}
.btn-check:checked+.btn-primary, .btn-check:active+.btn-primary, .btn-primary:active, .btn-primary.active, .show>.btn-primary.dropdown-toggle {
    color: #000;
    background-color: #0D3E32 !important;
    border-color: #0D3E32 !important;
}
/*** 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;
}
/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.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 ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-left: 30px;
    padding: 25px 0;
    color: var(--secondary);
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
.btn-align-center {
	text-align:center;
}
.gt-liststyle li b {
    color: #0ab186;
	font-weight:500;
}
.gt-liststyle ul li {
    list-style-type: none;
    position: relative;
	line-height:2rem;
}
.gt-liststyle li:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #0ab186;
    top: 10px;
    left: -2rem;
    content: "";
    border-radius: 10px;
}

.greenheading {
	color:#0ab186;
	font-size:1.3rem;
	font-weight:500;
}
.footer p a {
	color:#8D9297;
}
@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 25px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
.right-align {float:right;}

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}
p.heading {
    font-size: 1.417rem !important;
    margin-bottom: 30px;
}
.choose-us {
	align-self:flex-start;
}
.column-dir {
	flex-direction:column;
}
.choose-us h6 {
	margin-top: 16px;
    margin-bottom: 8px !important;
    font-weight: 600;
	font-weight: 400;
    line-height: 1.235;

}
.choose-us p{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    font-weight: 300;
}
.display-6 {
    font-size: 3rem;
    color: #0ab186;
    font-weight: 500;
	text-transform: capitalize;
}
.text-body {
    text-transform: capitalize;
}

/*** Header ***/
.bg-abstract {
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: -1;
    width: 100%;
	max-width:100%;

}
.bg-abstract img {
    max-width: 100%;
    opacity: 0.07;
}
.banner .btn.btn-primary, .banner .btn.btn-outline-primary:hover {
    color: #FFFFFF;
    border: 2px solid #fff;
    background: transparent;
}
.banner h5 {
    color: #fff !important;
    font-size: 4.2rem;
    text-transform: capitalize !important;
    font-weight: 500;
}
.banner h5 span {
    font-size: 3.1rem;
    color: #000000;
}
.banner p {
    color: #fff;
    font-size: 1.3118rem;
}
.banner {
    background: linear-gradient(145deg, #50ba72 8.69%, #0fb284 110.1%);
   /* border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;*/
	padding:100px 50px;
}
.banner-bg {
		padding:50px;
}
.banner-img img {
	max-width:100%;	
}
.carousel {
    background: linear-gradient(
145deg, #6F04D9 8.69%, #1B0373 110.1%);
    /*border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;*/
}
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    background: rgba(0, 0, 0, .20);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 4rem;
    height: 4rem;
    background-color: #0AB186;
    border: 15px solid #0AB186;
    border-radius: 50px;
}

.carousel-caption .breadcrumb-item+.breadcrumb-item::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
}
.footer-logo img {
	max-width:250px;
}
.topbar a {
	color:#8D9297;
}
@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 3rem;
        height: 3rem;
        border-width: 12px;
    }
}

.page-header {
        background: linear-gradient(145deg, #50ba72 8.69%, #0fb284 110.1%);
    position:relative;
}
.page-header:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -95px;
    width: 100%;
    height: auto;
    background-image: url(../img/background-abstract.png);
    bottom: 0;
    opacity: 0.09;
}
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #182333;
}


/*** Facts ***/
.facts-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(0, 0, 0, .65);
}

.facts-overlay h1 {
    font-size: 120px;
    color: transparent;
    -webkit-text-stroke: 2px var(--primary);
}

.facts-overlay a:hover {
    color: var(--primary) !important;
}

.facts-1 img {
	opacity:0.5;
}
.facts-2 img {
	opacity:0.6;
}
.facts-3 img {
	opacity:0.7;
}
.facts-4 img {
	opacity:0.8;
}
/*** Service ***/
.service-carousel .owl-item {
    padding: 0 24px;
}
.service-carousel .owl-item h5 {
    font-size: 1.2rem;
    max-height: 80px;
}
.service-carousel .owl-item p {
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    line-height: 1.3;
    color: inherit;
    cursor: pointer;
    max-height: 74px;
    clip-path: border-box;
	margin-bottom:10px;
}
.service-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: var(--primary);
    opacity: 0;
    transition: .5s;
}
.service-carousel .owl-dots {
    margin-top: 60px;
}
.service-item:hover .service-text::before {
    height: 100%;
    opacity: 1;
}

.service-text * {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.service-item:hover .service-text * {
    color: #FFFFFF !important;
}


/*** Appointment ***/
.appointment {
    background-image: url(../img/contact-background-img.png);
	background-color: rgba(10, 177, 134, 0.4);
	background-position:center;
	background-repeat:no-repeat;
    background-size: cover;
	padding:0 !important;
	margin-bottom:0 !important;
}
.appointment .bg-color {
	background-color: rgba(10, 177, 134, 0.96);
}
.appointment .bg-color .border-primary {
    border-color: #fff !important;
}
.appointment .bg-color .bg-light {
    border-color: #fff !important;
	background-color:rgba(255,255,255,6);
	transition: 0.3s;
}


.appointment .bg-color .bg-light:hover {
	background-color:#182333 !important;

	transition-timing-function: linear;
}
.appointment .bg-color .btn-primary {
    border: 2px solid #fff !important;
    background: transparent !important;
}
.appointment .bg-color .btn-primary:hover {
    border: 2px solid #fff !important;
    background: rgba(255, 255, 255, 0.96) !important;
	color:#0AB186 !important;
}
/*** Team ***/
.team-text {
    position: absolute;
    width: 75%;
    bottom: 30px;
    left: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    width: 100%;
}

.team-text * {
    transition: .5s;
}

.team-item:hover .team-text * {
    letter-spacing: 2px;
}


/*** Testimonial ***/
.client {
    box-sizing: border-box;
    display: flex;
    flex-flow: wrap;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
}
.client-img {
    box-sizing: border-box;
    margin: 0px 8px 0px 0px;
    flex-direction: row;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 30.6667% !important;
}
.client-img {
    flex-basis: 41.6667%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 41.6667%;
}
.client-img img {
    width: 45px;
    aspect-ratio: auto 45 / 45;
    height: 45px;
    aspect-ratio: auto 45 / 45;
}
.client-detail {
    flex-basis: 41.6667%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 41.6667%;
}
.client-detail h5 {
    line-height: 1em;
    margin-bottom: 5px;
}
.client-detail span {
    font-size: 14px;
    font-weight: 400;
}
.testimonial-carousel .owl-item img {
    width: auto;
    height: auto;
    border-radius: 50%;
    max-height: 45px;	
    min-width: 45px;
}
.testimonial-item {
    -webkit-box-pack: center;
    justify-content: center;
}
.testimonial-item p{
    font-weight: 400;
    text-align: center;
    text-transform: none;
    line-height: 1.5;
    cursor: pointer;
    max-width: 65%;
    margin: 0px auto 40px;
    font-size: 20px;
}
.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    border: 2px solid var(--primary);
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
}
.owl-dots {
    position: absolute;
   /* bottom: 0;*/
    display: flex;
    left: 0;
    right: 0;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
	margin-top:20px;
}
.owl-dot {
    background-color: rgb(221, 221, 221);
    border: none;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 0px 8px;
    cursor: pointer;
}
.owl-dot.active {
    background: #0ab186;
    width: 50px;
    border-radius: 7px;
}

/*** Footer ***/
.footer {
    color: #999999;
	margin-top:0 !important;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #999999;
    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;
    color: #999999;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: #fff;
}
.footer .copyright a:focus {
    box-shadow:none;
}
@media (min-width: 1400px) and (max-width:1600px) {

.facts-overlay h1 {
    font-size: 56px;
}
}
@media (min-width: 1025px) and (max-width:1399px) {
.footer-logo img {
    max-width: 180px;
}
.facts-overlay h1 {
    font-size: 42px;
}
.footer {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.display-6 {
    font-size: 2rem;
}
.footer p {
	font-size:13px !important;
}
.banner {
    padding: 50px 10px;
}
.banner-bg {
    padding: 0;
}
.banner h5 {
    font-size: 4.2rem;
}
.banner h5 span {
    font-size: 3.2rem;
}
.banner-img img {
    max-width: 100%;
    padding-top: 0px;
}
.h-100 .mb-5 {
    margin-bottom: 1rem !important;
    padding-left: 0 !important;
}
.display-6, .text-body {
    font-size: 2.8rem;
}
.container-xxl.py-5.my-5.p-0-m.why-choose-sec {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.service-sec {
	padding-top:0 !important;
}
.position-relative .text-center.mb-5.mob {
    margin-bottom: 0 !important;
}
}
@media (min-width: 1200px) {
.banner-img {
    margin-top: 54px;
}
.position-relative .text-center.mb-5.mob {
    margin-bottom: 0 !important;
}
.why-choose-sec {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.service-carousel .owl-item h5 {
    min-height: 46px;
}
}
@media (min-width: 993px) and (max-width:1024px) {
.display-2 {
    font-size: 52px;
}
.footer-logo img {
    max-width: 180px;
}
.facts-overlay h1 {
    font-size: 42px;
}
.banner {
    padding: 50px 10px;
}
.banner-bg {
    padding: 0;
}
.banner h5 {
    font-size: 3.2rem;
}
.banner h5 span {
    font-size: 2.8rem;
}
.banner-img img {
    max-width: 100%;
    padding-top: 30px;
}
.h-100 .mb-5 {
    margin-bottom: 1rem !important;
    padding-left: 0 !important;
}
.display-6, .text-body {
    font-size: 2.8rem;
}
.container-xxl.py-5.my-5.p-0-m.why-choose-sec {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.service-sec {
	padding-top:0 !important;
}
.position-relative .text-center.mb-5.mob {
    margin-bottom: 0 !important;
}
}
@media (min-width: 768px) and (max-width:992px) {
	.facts-overlay h1 {
    font-size: 75px;
}
.pt-0-m {
	padding-top:0px !important;
}
.mt-0-m{
	margin-top:20px;
}
.display-6 {
    font-size: 24px;
}
.banner {
    padding: 0;
}
.banner h5 {
    font-size: 2.2rem;
}
.banner h5 span {
    font-size: 2.2rem;
}
.text-body, .display-6 {
    font-size: 1.7rem;
}
.text-center.mb-5.mob {
    margin-bottom: 0 !important;
}
.bg-abstract img {
	opacity:0;
}
.banner-bg {
    padding: 20px 0;
}
.banner-img {
    padding-top: 50px;
}
.h-100 .ps-4.mb-5 {
    padding: 0 !important;
    margin-bottom: 20px !important;
}
.why-choose-sec {
	padding:0 !important;
	margin:0 !important;
}
.why-choose-sec .align-items-end {
    align-items: flex-start !important;
}
.py-5 {
    /*padding-top: 1rem !important;
    padding-bottom: 1rem !important;*/
}
.service-carousel .owl-item {
    padding: 0 10px;
}
.service-text.position-relative.text-center.h-100.p-4 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.service-heading .col-lg-12 {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
.service-carousel .owl-dots {
    margin-top: 40px;
}
}
@media (max-width: 767px) {
.banner {
    padding: 0;
}
.banner h5 {
    font-size: 3.2rem;
}
.banner h5 span {
    font-size: 2.3rem;
}
.text-body, .display-6 {
    font-size: 2.2rem;
}
.text-center.mb-5.mob {
    margin-bottom: 0 !important;
}
.bg-abstract img {
	opacity:0;
}
	nav img {
		max-width: 200px;
	}
	.display-2 {
    font-size: 2.1rem;
}
.mobile-style {
    width: 50% !important;
    height: auto !important;
    padding: 10px !important;
}
.m-height {
    min-height: 250px !important;
}
.m-height img {
	height:auto !important;
}
.p-0-m {
	padding:0 !important;
}
.border-start.border-5.border-primary.ps-4.mb-5 {
    margin-bottom: 1.2rem !important;
}
.facts-overlay h1 {
    font-size: 60px;
}
.pt-0-m {
	padding-top:0px !important;
}
.footer-logo img {
    max-width: 180px;
}
.mt-0-m{
	margin-top:20px;
}
.page-header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.h-100 .mb-5 {
    margin-bottom: 1rem !important;
}
}