/*--
<!-- GTcms :: GT Web Framework-->
--*/

:root {
    --primary: #F3BD00;
    --secondary: #757575;
    --light: #F3F6F8;
    --dark: #0C2B4B;
}

body {
  margin:0;
  font-family:"Open Sans",sans-serif;
  font-size:1rem;
  font-weight:400;
  line-height:1.5;
  color:#444444;
  background-color:#fff;
  -webkit-text-size-adjust:100%;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top:0;
  margin-bottom:.5rem;
  font-family:"Playfair Display",serif;
  font-weight:500;
  line-height:1.2;
  color:#202135;
  color: var(--color3);
}
h1,
.h1 {
  font-size:calc(1.375rem + 1.5vw);
}
@media(min-width: 1200px) {
  h1,
  .h1 {
    font-size:2.5rem;
  }
}
h2,
.h2 {
  font-size:calc(1.325rem + 0.9vw);
}
@media(min-width: 1200px) {
  h2,
  .h2 {
    font-size:2rem;
  }
}
h3,
.h3 {
  font-size:calc(1.3rem + 0.6vw);
}
@media(min-width: 1200px) {
  h3,
  .h3 {
    font-size:1.75rem;
  }
}
h4,
.h4 {
  font-size:calc(1.275rem + 0.3vw);
}
@media(min-width: 1200px) {
  h4,
  .h4 {
    font-size:1.5rem;
  }
}
h5,
.h5 {
  font-size:1.25rem;
}
h6,
.h6 {
  font-size:1rem;
}
.display-1 {
  font-size:calc(1.625rem + 4.5vw);
  font-weight:600;
  line-height:1.2;
}
@media(min-width: 1200px) {
  .display-1 {
    font-size:5rem;
  }
}
.display-2 {
  font-size:calc(1.575rem + 3.9vw);
  font-weight:600;
  line-height:1.2;
}
@media(min-width: 1200px) {
  .display-2 {
    font-size:4.5rem;
  }
}
.display-3 {
  font-size:calc(1.525rem + 3.3vw);
  font-weight:600;
  line-height:1.2;
}
@media(min-width: 1200px) {
  .display-3 {
    font-size:4rem;
  }
}
.display-4 {
  font-size:calc(1.475rem + 2.7vw);
  font-weight:600;
  line-height:1.2;
}
@media(min-width: 1200px) {
  .display-4 {
    font-size:3.5rem;
  }
}
.display-5 {
  font-size:calc(1.425rem + 2.1vw);
  font-weight:600;
  line-height:1.2;
}
@media(min-width: 1200px) {
  .display-5 {
    font-size:3rem;
  }
}
.display-6 {
  font-size:calc(1.375rem + 1.5vw);
  font-weight:600;
  line-height:1.2;
}
@media(min-width: 1200px) {
  .display-6 {
    font-size:2.5rem;
  }
}
a {
  color:var(--color1);
  text-decoration:none;
}
a:hover {
  color:var(--color2);
}

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

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

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

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

.btn-md-square {
    width: 44px;
    height: 44px;
}

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

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

.btn.btn-primary1 {
    box-shadow: inset 0 0 0 0 var(--color1);
}

.btn.btn-primary1:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: var(--color1) !important;
}

.btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--color1);
}

.btn.btn-light:hover {
    box-shadow: inset 300px 0 0 0 var(--color1);
    color: var(--bs-light) !important;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    color: var(--bs-secondary) !important;
}

/*** Section Title Start ***/
.section-title {
    max-width: 900px;
    /*text-align: center;*/
    margin: 0 auto;
}

.section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--color1);
}

.section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--color1) !important;
}

.section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--color1) !important;
}

.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--color1);
}

.sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--color1) !important;
}

.sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--color1) !important;
}


/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--color1) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 576px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: var(--bs-dark) !important;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--color1) !important;
}

.navbar-light .navbar-brand img {
    max-height: 50px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

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

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--color1);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--color1);
        color: var(--color1);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        /*position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;*/
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light) !important;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--color1);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}
/*** Carousel Hero Header Start ***/
.header-carousel {
    position: relative; 
}

.header-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--color1);
    color: var(--bs-white);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--color1);
    color: var(--bs-white);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 150px 0 0 0 var(--bs-light) !important;
    color: var(--color1) !important;
}

@media (max-width: 576px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        top: 630px;
        transition: 0.5s;
    }

    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
        width: 95% !important;
    }
 
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
    position: relative;
    width: 100%;
    height: 700px;
    margin-top: 95px;
    display: block;
    object-fit: cover;
    transition: 0.5s;

}

@media (max-width: 992px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        margin-top: 0;
        transition: 0.5s;
    }

}

@media (min-width: 992px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        margin-top: 50px;
    }
}

.header-carousel .header-carousel-item .carousel-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
}

.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
    position: relative;
    width: 75%;
    
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/bc1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0 60px 0;
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-white) !important;
}
/*** Single Page Hero Header End ***/


/*** Service Start ***/
.service .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2) ;
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item .service-img::before {
    width: 100%;
    height: 0;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
    z-index: 5;
    
}

.service .service-item:hover .service-img::before {
    height: 100%;
    background: rgba(var(--color1rgb), .3);
}

.service .service-item .service-img:hover img {
    transform: scale(1.3);
}

.service .service-item .service-content {
    position: relative;
    z-index: 2;

}

.service .service-item .service-content::before {
    width: 100%;
    height: 8px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: rgba(var(--color1rgb), .5);
    transition: 0.5s;
    z-index: 3;
}

.service .service-item:hover .service-content::before {
    background: rgba(var(--color1rgb), .2);
    height: 100%;
	pointer-events: none;
}

.service .service-item .service-content .service-content-inner {
    transition: 0.5s;
}


.service .service-item:hover .service-content .service-content-inner {
    position: relative;
    color: var(--bs-white) !important;
    z-index: 9;
}
.service .service-item:hover .service-content .service-content-inner h5 {
    color: var(--bs-secondary);
}

/*** Service End ***/

/*** About Start ***/
.about .about-img {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 10px;
}

.about .about-img .about-img-inner {
    position: absolute;
    left: 0; 
    bottom: 0; 
    border: 10px solid; 
    border-color: var(--bs-white) var(--bs-white) var(--bs-white) var(--bs-white);
    border-radius: 50%;

}

.about .about-img .about-experience {
    position: absolute;
    top: 125px; 
    left: -125px; 
    transform: rotate(-90deg);
    background: transparent;
    color: var(--color1);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 4px;
}

/*** About End ***/

/*** Feature Start ***/
.feature .feature-item {
    position: relative;
    display: flex;
    border: 1px solid var(--color1);
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;

}

.feature .feature-item::before {
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover::before {
    width: 100%;
    background: var(--color1);
}

.feature .feature-item .feature-icon {
    display: inline-flex;
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover .feature-icon {
    position: relative;
    z-index: 2;
}

.feature .feature-item:hover .feature-content {
    position: relative;
    color: var(--bs-white);
    z-index: 2;
}

.feature .feature-item:hover .feature-content h5 {
    color: var(--bs-dark);
}
/*** Feature End ***/


/*** Appointment Start ***/
.appointment {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.appointment .appointment-form {
    background: rgba(239, 162, 134, 0.3);
}

.appointment .appointment-form .btn.btn-primary1 {
    box-shadow: inset 0 0 0 0 var(--color1);
}

.appointment .appointment-form .btn.btn-primary1:hover {
    box-shadow: inset 600px 0 0 0 var(--bs-light) !important;
    color: var(--color1) !important;
}
/*** Youtube Video start ***/
.video {
    position: relative;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: content-box;
    display: block;
    width: 33px;
    height: 44px;
    border-radius: 50%;
    transition: 0.5s;
    

}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 115px;
    height: 115px;
    background: var(--color1);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    transition: 0.5s;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-secondary);
    border-radius: 50%;
    transition: all 300ms;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 33px solid var(--bs-white);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    margin-left: 5px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}
/*** Youtube Video End ***/
/*** Appointment End ***/


/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
}

.team .team-item .team-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: -125px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
}

.team .team-item .team-img:hover .team-icon {
    margin-bottom: 145px;
}

.team .team-item:hover .team-img::before {
    background: rgba(var(--color1rgb), .3);
}

.team .team-item .team-content {
    color: var(--color1);
    transition: 0.5s;
}

.team .team-item .team-content h5 {
    color: var(--bs-secondary);
    transition: 0.5s;
}

.team .team-item:hover .team-content h5 {
    color: var(--bs-dark);
}

.team .team-item:hover .team-content {
    background: var(--color1);
    color: var(--bs-white);
}
/*** Team End ***/


/*** testimonial Start ***/
.testimonial {
    background: linear-gradient(rgba(var(--color1rgb), 0.9), rgba(var(--color1rgb), 0.9)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.testimonial .testimonial-item .testimonial-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    background: transparent;
}

.testimonial .testimonial-item .testimonial-inner .testimonial-inner-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid var(--bs-white);
}

.testimonial .testimonial-carousel.owl-carousel {
    position: relative;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: var(--bs-light);
    color: var(--color1);
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: var(--bs-light);
    color: var(--color1);
    transition: 0.5s;
}


.testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--color1) !important;
    color: var(--bs-white) !important;
}


@media (max-width: 900px) {
    .testimonial .testimonial-carousel .owl-nav .owl-prev {
        margin-top: -190px;
        margin-left: 40px;
    }

    .testimonial .testimonial-carousel .owl-nav .owl-next {
        margin-top: -190px;
        margin-right: 40px;
    }
    
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 15px;
    border: 1px solid var(--bs-white);
    background: transparent;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 20px;
    height: 20px;
    background: var(--bs-secondary) !important;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
}

.testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7 {
    transition: 0.5s;
}

@media (min-width: 900px) {
    .testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7 {
        font-size: 20px;
    }
}


/* Testimonial Section Title Start */
.testimonial .section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.testimonial .section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--color1);
}

.testimonial .section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--color1);
}

.testimonial .section-title .sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}
/*** Testimonial End ***/


/*** Blog Start ***/
.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover img {
    transform: scale(1.3);
}

.blog .blog-item:hover .blog-img::after {
    background: rgba(var(--color1rgb), .5);
}

.blog .blog-item .blog-centent {
    background: var(--bs-light);
    border: 1px solid var(--color1);
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
/*** Blog End ***/


/*** Contact Start ***/
.contact- {
    background: linear-gradient(rgba(var(--color1rgb), 0.9), rgba(var(--color1rgb), 0.9)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


.contact .contact-form .btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--color1);
}

.contact .contact-form .btn.btn-light:hover {
    box-shadow: inset 600px 0 0 0 var(--color3) !important;
    color: var(--bs-white) !important;
}

.contact .contact-form .form-floating input,
.contact .contact-form .form-floating textarea,
.contact .contact-form .form-floating label {
    /*color: var(--bs-light);
	background-color: transparent;*/
}
.contact .contact-form .form-floating textarea{
	height:160px;
}



/* Testimonial Section Title Start */
.contact .section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.contact .section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--color1);
}

.contact .section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-white) !important;
}

.contact .section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--bs-white) !important;
}

.contact .section-title .sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--color1);
}

.contact .section-title .sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--bs-white) !important;
}

.contact .section-title .sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}
/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 25px;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: var(--color1);
    letter-spacing: 1px;
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright- {
    background: var(--bs-dark) !important;
}
/*** copyright end ***/

/*--xtraStyles--*/
footer .copy-right-gtcren{
	background: #eaeaea;
}
@media(max-width:767px){
p.copyright span{
	display: block;
}
}
.hide{
	display:none !important;
}
.map hr {
    margin-top: .5rem;
    margin-bottom: .2rem;
}
.sptn {
    display: none;
}
.error { 
	display: none; 
	padding:10px; 
	margin:0 0 5px 0;
	color: #D8000C; 
	font-size:1em;
	background-color: #FFBABA;
}
.success { 
	display: none; 
	padding:10px; 
	color: #044406; 
	font-size:1em;
	background-color: #B7FBB9;
}
.error img { 
	vertical-align:top; 
}
.txtcenter{
	text-align:center;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
	width:100%;
}
.dashboard .footer {
  background: linear-gradient( to top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9) ) var(--color1);
}
.dashboard .footer p, .dashboard .footer h4 {
	color: var(--color1);
}
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 38px;
    border: none;
    text-indent: 100%;
}
#toTopHover {
    width: 32px;
    height: 38px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:20px;
	right:10px;	
}
.scrollicon {
	position:absolute;
	top: 0;
	width: 32px;
	height: 38px;
	text-indent: 0;
	/*background:#b2b2b2;
	background:rgba(178,178,178,0.7);*/
	padding: 5px 2px;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
 		
}
.scrollicon:hover {
	background:rgba(51,51,51,0.5);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
	border-radius: 5px;	
}
.scrollicon:hover i {
	text-shadow: 1px 1px 0px #000;
}
.scrollicon i {
    color: var(--color1);
	font-size: 1.8rem;
	text-shadow: 0px 0px 8px #000;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}
.pgntr .pagination{
	display: inline-flex;
	margin-bottom: 5px;
}
.page-item.active .page-link {
    background-color: var(--color1);
	border-color: #666;
	color: #fff;
}
.page-link {
    background-color: transparent;
    color: var(--color1);
	text-decoration: none;
	margin: 0px;
	border-radius: 0.0rem;
	padding: 11px 25px;
	border-color: #888;
}
.page-link:hover {
    color: #000;
	background-color:var(--color2);
	border-color:#888;
}
.page-item.disabled .page-link{
	background-color: #eee;
	border-color: #888;
}
.pgul ul {
  list-style: none;
  padding: 0;
  padding-left:10px;
  margin-top:10px;
}
.pgul ul li {
	font-size: 1.3rem;
	line-height:1.5em;
	padding-left:0px;
	padding-top:5px;
	padding-bottom:5px;
	list-style-type:none;
	list-style:none;
	/*display: table-row;*/
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	transition: all 0.3s ease-in;
}
.pgul ul li:before {
	content: "\f058";
	font-family: 'Font Awesome 5 Free';
	width: 1.3em;
	color:var(--color1);
	font-weight: 900;
	margin-right:5px;
	/*display: table-cell;*/
	display: flex;
	transition: all 0.3s ease-in;
}
.pgul ul li:hover:before {
	color:var(--color2);
	transition: all 0.3s ease-in;
}

[style*="--aspect-ratio"] > img {
  width: 100%;
}
[style*="--aspect-ratio"] > img {  
  height: auto;
} 
@supports (--custom:property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }
  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }  
  [style*="--aspect-ratio"] > img, [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    /*height: 100%;*/
  }
}  
img.contain-fit{
	object-fit: contain;
	height: 100%;
}

.ttllogo{
	max-height: 80px;
    transition: .5s;
	/*padding: 5px;
	background: #fff;
	border-radius: 5px;
	margin-bottom: -12px;*/
}
.bg-color1, .btn-color1{
    background:var(--color1);
    border-color:var(--color1);
}
.bg-color2, .btn-color2{
    background:var(--color2);
    border-color:var(--color2);
}
.bg-color3, .btn-color3{
    background:var(--color3);
    border-color:var(--color3);
}
.bg-color1-light{
	background: linear-gradient(to top,rgba(255,255,255,.85),rgba(255,255,255,.85)) var(--color1);
}
.bg-color2-light{
	background: linear-gradient(to top,rgba(255,255,255,.85),rgba(255,255,255,.85)) var(--color2);
}
.bg-color1-dark{
	background: linear-gradient(to top,rgba(0,0,0,0.85),rgba(0,0,0,0.85)) var(--color1);
}
.text-color1{
    color:var(--color1);
}
.text-color2{
    color:var(--color2);
}
.text-color3{
    color:var(--color3) !important;
}
.border-color1 {
    border-color: var(--color1) !important;
}

.border-color2 {
    border-color: var(--color2) !important;
}


.wcbx {
  font-size: 1.2rem;
  text-align: justify;
  letter-spacing: .7px;
}
#vehiclesinfo .vehinfolist- {
    box-shadow: 0px 0px 1px #555;
 	border-radius: 20px;
   padding: 20px 10px;
	height: 100%;
}
#vehiclesinfo .vehinfobx .column {
    width: 50%;
	border: 1px solid #ccc;
	border: 1px solid rgba(var(--color1rgb),.3);
	margin: 1px 0;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	color: #333;
	padding: 5px;
	align-items: center;
	display: grid;
	/*background: linear-gradient(to top,rgba(255,255,255,.85),rgba(255,255,255,.85)) var(--color2);*/
}
#vehiclesinfo .vehinfobx .column:nth-child(odd) {
	/*border-right: 2px solid #ddd;
	background: linear-gradient(to top,rgba(255,255,255,.85),rgba(255,255,255,.85)) var(--color1);*/
}
}
#vehiclesinfo .vehinfolist a {
    color: var(--color1);
	transition: all 0.3s ease-in;
}
#vehiclesinfo .vehinfolist a:hover {
    color: var(--color2);
	transition: all 0.3s ease-in;
}
#vehiclesinfo .vehinfolist .vehi_img img {
	background: linear-gradient(to top,rgba(var(--color2rgb),.65),rgba(var(--color1rgb),.65));
	border-radius: 20px;
}
#vehiclesinfo .vlst .vehinfolist .vehi_img img {
	height:300px;
	width:auto;
	object-fit: contain;
	background: linear-gradient(to top,rgba(var(--color2rgb),.65),rgba(var(--color1rgb),.65));
	border-radius: 20px;
}
.vehrowbx{
	/*border: 2px solid var(--color1);
	border-radius: 10px;*/
	height: 100%;
	overflow: hidden;
	background: rgba(255,255,255,.85);
	box-shadow: 0px 0px 5px #333;
	border-radius: 20px;
	border-top-left-radius: 30%;
	border-top-right-radius: 30%;
	background: linear-gradient(to top,rgba(var(--color2rgb),.65),rgba(var(--color1rgb),.65));
	background: linear-gradient(to top,rgba(var(--color1rgb),.25),rgba(var(--color2rgb),.65));
}
}
.vehrowbx:hover{
	box-shadow: 0px 0px 10px #fff;
}
.vehirowimgbx1 img {
  width: 400px;
  width: 100%;
  height: 200px;
  object-fit: contain;
}
.pgvw .vehirowimgbx1{
	width: 100%;
	height: auto;
	position: relative;
	transform: none;
	left: 0;
	/*background: linear-gradient(to top,rgba(255,255,255,.65),rgba(255,255,255,.85)) var(--color1);*/
}
.pgvw .vehirowimgbx1 img{
	border-radius: 0;
	width: 100%;
	height: auto;
	object-fit: contain;
}
.service-item {
	height: 100%;
}
.service-item img, .pgimg {
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 1.6;
}
.stickednav{
	padding-top: 0;
	padding-bottom: 0;
}
.btn-color1:hover{
	background: linear-gradient(to top,rgba(255,255,255,.65),rgba(255,255,255,.65)) var(--color1);
	background: linear-gradient(to top,rgba(255,255,255,.35),rgba(255,255,255,.35)) var(--color1);
}
.btn-color2:hover{
	background: linear-gradient(to top,rgba(255,255,255,.65),rgba(255,255,255,.65)) var(--color2);
}
.form-control:focus{
	box-shadow:none;
	border-color: rgba(var(--color1rgb),.7);
}
.wchltxt {
	/*width: min-intrinsic;
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
	display: table-caption;
	display: -ms-grid;
	-ms-grid-columns: min-content;*/
	font-size: 1.6rem;
}
.img-sm{
	width: 50px;
}
.floatbtns a {
  position:fixed;
  bottom:56px;
  left:10px;
  padding:8px;
  overflow:hidden;
  transition:all .3s ease-in;
  left:100%;
  margin:0 auto;
  z-index:99;
  width:100%;
  text-align:center;
  color:#fff
}
.floatbtns a:hover {
  color:#fff
}
.floatbtns .btn {
  border-radius:5px;
  width:42px;
  height:42px;
  max-width:200px;
  margin-right:5px;
  padding:.3rem .5rem;
  padding:.1rem .2rem;
  border: 1px solid var(--color1);
/*	border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
	animation-name: icon-animat;
	animation-duration: 5s;
	animation-delay: 1s;
	animation-direction: alternate;
	animation-iteration-count: infinite;*/
	transition: 0.5s;
}
.floatbtns .btn .h5 {
  font-size:1.6rem;
  line-height: 1.6;
  color:var(--color1);
  color:#fff;
}
.floatbtns .wafloat {
  left:5px;
  background:#25d366;
}
.floatbtns .wafloat.moveup {
  margin-bottom: 40px;
  /*bottom:56px;*/
}
.floatbtns .wafloat i {
  font-size:1.2em;
  line-height:1em
}
.floatbtns .bnfloat {
  background:linear-gradient(to top,rgba(10,10,10,.15),rgba(10,10,10,.15)) var(--color2);
  background:var(--color1);
  padding:.4rem .4rem;
  padding: .5rem .5rem;
  left:5px;
}
.floatbtns .bnfloat .h5 {
  line-height:1.0em;
  font-size:1.7rem;
  color:var(--color3);
}
.floatbtns .btntop {
  bottom: 70px;
}
.floatbtns .btnbottom {
  bottom: 20px;
}
.footer .address span {
  display: inline-grid;
}
.swiper-slide img {
  width: 100%;
  max-height: 720px;
  object-fit: cover;
  min-height:350px;
}
.swiper-slide{
	position: relative;
}
.banner-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  width:100%;
	z-index: 1;
	max-width: 692px;
}
.banner-caption .h2{
	font-size: 3.2rem;
	color: var(--color3);
	color: #ffffff;
	letter-spacing: 3px;
	text-align: center;
	font-weight: 900;
	text-shadow: 1px 1px 1px var(--color1), -1px -1px 1px var(--color2);
	text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff;
	text-shadow: 1px 1px 1px #000, -1px -1px 1px #fff;
}
.swiper-pagination-bullet {
	background: #aaa;
	width: 22px;
	/*height: 4px;*/
	width: 30px;
	max-width: 25%;
	height: 8px;
	width: 12px;
	height: 12px;
	box-shadow: 0px 2px 1px #333;
	opacity:.5;
	border-radius: 100%;
	transition: opacity 1s ease;
	box-sizing: content-box;
	border: 5px solid transparent;
	background-clip: padding-box;
	background-color: #fff;
}
.swiper-pagination-bullet-active{
  background: var(--color1);
  background: #ffffff;
	opacity:1;
	border: 5px solid var(--color1);
}
.swiper-pagination-bullet.swiper-pagination-bullet.swiper-pagination-bullet {
  margin: 1px;
}
.swiper-button-next, .swiper-button-prev{
	opacity:.3;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
	color: var(--color1);
	opacity:1;
}
.swiper-slide:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, 0.4));
	transition: all 0.8s;
}
.callbtn {
  align-items: center;
  background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
  background-image: linear-gradient(180deg,rgba(var(--color1rgb), 0.7), rgba(var(--color2rgb), 0.9) 50%,rgba(var(--color1rgb), 0.7));
  background-image: linear-gradient(0deg,var(--color3), var(--color1) 50%,var(--color3));
  border: 0;
  border-radius: 3px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-shadow: rgba(var(--color3rgb), 0.4) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: 1.2rem;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 150px;
  padding: 14px 20px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  align-self: flex-end;
  transform: skewX(0deg);
  box-shadow: 4px 4px 0 var(--color2);
  box-shadow: -4px -4px 0 #ccc;
  box-shadow: 0px 0px 10px var(--color2);
  border-radius: 10px;
}
.callbtn:active,
.callbtn:hover {
  outline: 0;
}
.callbtn:hover, .footer .share-link a.callbtn:hover {
  background-image: linear-gradient(180deg,rgba(var(--color1rgb), 0.9), rgba(var(--color1rgb), 0.7) 50%,rgba(var(--color1rgb), 0.9));
  color: var(--color3);
  box-shadow: -6px -6px 0 #aaa;
  box-shadow: 0px 0px 10px var(--color3);
}
.callbtn.unskew {
  transform: none;
}
.rounded-10px {
  border-radius: 10px !important;
  overflow: hidden;
}
.round-top-0{
	border-top-left-radius:0;
	border-top-right-radius:0;
}
.main-slider .swiper-button-next, .main-slider .swiper-button-prev {
  color: var(--color2);
}
.float-right{
	float:right;
}
.float-left{
	float:left;
}
.btn-link {
  font-weight: 400;
  color:var(--color1);
  text-decoration: none;
}
.btn-link:hover {
  color: #c29700;
  color:var(--color3);
}
.btn-outline-color1{
	color:var(--color1);
	border-color:var(--color1);
}
.btn-outline-color1:hover{
	background-color:var(--color1);
	border-color:var(--color1);
	color: #FFFFFF;
}
.letterspacing2{
	letter-spacing: 2px;
}
.text-color2-hover:hover{
	color:var(--color2)!important;
}
.footertxtcolor{
  color:#8abdc7;
}
.footer .address span {
  display: inline-grid;
  width: calc(100% - 32px);
}
.dashboard .footer .address span {
  width: auto;
}
.footer .btn.btn-link {
	display: inline-flex;
    display: block;
    /*margin-bottom: 5px;*/
    padding: 0;
    text-align: left;
    font-weight: normal;
    text-transform: capitalize;
	text-decoration:none;
	/*font-size:1.3rem;*/
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
	color:var(--color2);
}
.footer .social-icons i {
	font-size: 1.5rem;
}
.dropdown-item {
	white-space: normal;
	min-width:280px;
	font-size:1.2rem;
	/*padding: .5rem 1rem;*/
	border-bottom: 1px dotted var(--color1);
}
.dropdown-item:hover, .dropdown-item.active {
  color: var(--color1);
  background: transparent;
}
.contact .contact-add-item {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	justify-content: space-between;
	justify-content: flex-start;
    text-align: center;
    background: var(--color2);
	height: 100%;
}
.contact .contact-add-item, .contact .contact-add-item a{
	color:#000;
}
.contact .contact-add-item i{
    color: var(--color3);
}
.footer-contact.address i{
    color: var(--color2);
}
.fill-color1{
    fill: var(--color1);
}
.fill-color2{
    fill: var(--color2);
}
/*** Cars Categories Start ***/
.categories .categories-item {
    position: relative;
    border: 1px solid var(--color1);
    border-radius: 10px;
	height: 100%;
    transition: 0.5s;
}

.categories .categories-item:hover {
    border: 1px solid var(--color2);
}

.categories .categories-item .categories-item-inner {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
	height: 100%;
    transition: 0.5s;
}

.categories .categories-item .categories-item-inner:hover {
    box-shadow: 0 0 50px rgba(var(--color1rgb), .3);
}

.categories .categories-item-inner .categories-img {
    background: var(--bs-light);
    background: var(--color4);
}
.categories .categories-item-inner .categories-img img{
	width: 100%;
	height: 200px;
	object-fit: contain;
}
.categories .categories-item-inner .categories-content {
    border-top: 4px solid var(--bs-white);
    text-align: center;
    background: var(--bs-light);
    background: var(--color4);
	height: 100%;
}

.categories .categories-item-inner .categories-review {
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories-carousel .owl-stage-outer {
    margin-top: 65px;
    margin-right: -1px;
}

.categories-carousel .owl-nav .owl-prev,
.categories-carousel .owl-nav .owl-next {
    position: absolute;
    top: -65px;
    padding: 10px 35px;
    color: var(--bs-white);
    background: var(--color1);
    border-radius: 50px;
    transition: 0.5s;
}

.categories-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.categories-carousel .owl-nav .owl-next {
    right: 0;
}

.categories-carousel .owl-nav .owl-prev:hover,
.categories-carousel .owl-nav .owl-next:hover {
    background: var(--color2);
    color: var(--bs-white);
}
.categories .categories-item i {
    color: var(--color2);
}
/*** Cars Categories End ***/
.travel .item-boxes {
	border: 1px solid var(--color3);
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 5px #ccc;
	display: flex;
}
.travel .item-boxes.imgleft {
	flex-direction: row;
}
.travel .item-boxes.imgright {
	flex-direction: row-reverse;
}
.travel .pgpkgtxt {
	font-size:1.2rem;
}
.travel .item-boxes.imgleft img, .travel .item-boxes.imgright img {
	height:100%;
}
a:not([data-fancybox]) {
  transition: 0.5s;
}

/* Apply transitions to general elements you expect to animate */
button,
input,
img:not(a[data-fancybox] img) {
  transition: 0.5s;
}

/* Use universal for non-visual properties if you must */
* {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
.srvttl1{
	border-bottom: 4px solid var(--color2);
}
.srvttl1 a{
	color:var(--color3);
}
.travel.service .service-item .service-content{
	min-height:236px;
}
.pgpkgtxt.customized a{
	color: #444444;
}
.text-justify {
  text-align: justify;
}
/*//////// START -- gt blog styles //////// */
.blog{
	font-size: 1.1rem;
}
.blog .section-title {
	max-width: initial;
}
.bimgbx{
	aspect-ratio:1.5;
}
.blog .spimg{
	aspect-ratio:1.5;
	object-fit: cover;
	border-bottom: 1px dotted var(--color1);
}
.blog .spgimg{
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	width: 100%;
	aspect-ratio: 1.5;
}
.search .spimg{
	max-width: 100%;
	object-fit: cover;
	width: 100%;
	aspect-ratio: 1.5;
}
.taglstimg {
  width: 100%;
  height: auto;
  aspect-ratio: 1.78;
  object-fit: fill;
  background: var(--color4);
}
.datebadge{
    bottom: 15px;
    display: inline-block;
    margin-right: 0;
    margin-top: 0;
    position: absolute;
    right: 0px;
    background: rgba(0,0,0,0.5);
	background: rgba(var(--color1rgb),0.5);
    color: #ffffff;
	padding: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.searchresrow{
	border-bottom: 1px dashed #aaa;
	/*padding: 10px;*/
	display: grid;
}
.searchresrow:last-child{
	border-bottom: none;
}
#search input.search_button{
	color: #FFFFFF;
	background: var(--color1);
	border-color: var(--color1);
	min-height: 48px;
	padding: .375rem .75rem;
	border-radius: .25rem;
}
#search input.search_button:hover{
	color: #FFFFFF;
	background: var(--color2);
	border-color: var(--color2);
}
#search .search_field{
	background: rgba(var(--color1rgb),0.1);
	min-height: 48px;
	border: 0;
	margin-bottom: 15px;
	padding: .375rem .75rem;
	border-radius: .25rem;
	box-shadow: 0 0 0 1px rgba(var(--color1rgb),0.25);
}
#search .search_field:focus, #search .search_field:focus-visible {
	box-shadow: 0 0 0 .15rem rgba(var(--color1rgb),0.25);
	outline: 0;
}
#sidebar #search #g_search_form p{
	display:grid;
}
.sbinner{
	box-shadow: 0 0 0 1px rgba(var(--color1rgb),0.25);
	border-radius: 10px;
}
#sidebar .section-title h2, #sidebar .section-title .h2 {
	font-size: 1.3rem;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 45px;
}
#sidebar .post-item img {
	width:80px;
	height:80px;
	object-fit:cover;
}
#sidebar .post-item .post-body {
  justify-content: center;
  align-self: center;
  padding-left: 20px;
}
#sidebar .post-item h3, #sidebar .post-item .h3 {
	font-size: 1.2rem;
	margin-bottom: 0;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.sidebar-left{
	order:-1;
}
.sidebar-widget.booktaxi .section-header{
	display:none;
}
.sidebar-widget #cfcontainer .col-md-3,
.sidebar-widget #cfcontainer .col-md-4,
.sidebar-widget #cfcontainer .col-md-6,
.sidebar-widget #cf_container .col-md-3,
.sidebar-widget #cf_container .col-md-4,
.sidebar-widget #cf_container .col-md-6
{
  width: 100%; /* Make input fields fill the column */
  box-sizing: border-box; /* Ensure proper sizing with padding/borders */
}
.sidebar-widget #cf_container textarea {
	min-height: 120px;
}
.sidebar-widget #cf_container input, .sidebar-widget #cf_container textarea {
	background:rgba(var(--color1rgb),0.04);
}
.sidebar-widget #cf_container .btn.btn-light {
	background:var(--color1);
	box-shadow: inset 0 0 0 0 var(--color2);
}
.sidebar-widget #cf_container .btn.btn-light:hover {
	box-shadow: inset 300px 0 0 0 var(--color2);
}
.sidebar-widget.booktaxi form#enquiry-form .form-left-gtatour-submit.form-group{
	margin-bottom:0;
}
[class^="column-count-"] {
	column-gap: 30px;
	text-align: justify;
}
.column-count-1 { column-count: 1; }
.column-count-2 { column-count: 2; }
.column-count-3 { column-count: 3; }
.column-count-4 { column-count: 4; }
.column-count-5 { column-count: 5; }
.column-count-6 { column-count: 6; }
.blog .pgul ul li{
	font-size: 1.1rem;
	line-height: 1.4em;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.sidebar-widget.categories .post-body a{
	display: flex;
}
.sidebar-widget.categories .post-body a:before{
	content: "\f0da";
	font-family: 'Font Awesome 5 Free';
	color: var(--color1);
	font-weight: 900;
	margin-right: 10px;
	display: table-cell;
	display: flex;
	transition: all 0.3s ease-in;
}
.posts-prev-item, .posts-next-item {
	position: relative;
}
.posts-prev-item:before, .posts-next-item:before {
	content: "\f0d9";
	content: "\f053";
	font-family: 'Font Awesome 5 Free';
	color: rgba(var(--color1rgb),.2);
	font-weight: 900;
	display: table-cell;
	display: flex;
	font-size: 2.2rem;
	line-height: 4rem;
	position: absolute;
	left: -2.4rem;
	transition: all 0.3s ease-in;
}
.posts-next-item:before {
	content: "\f0da";
	content: "\f054";
	left: unset;
	right: -2.4rem;
}
.pgul  ol{
	list-style-position: outside;
	font-size:1.2rem;
	/*text-indent:10px;*/
	margin-top: 10px;
	margin-left: 15px;
}
/*social-share-buttons*/
.share-buttons-container {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.share-button {
  display: inline-block;
  padding: 10px 15px;
  background-color: #333;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-family: sans-serif;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 1.2em; /* Adjust icon size */
  display: flex; /* To center the icon if needed */
  justify-content: center;
  align-items: center;
  width: 52px;
}

.share-button:hover {
  background-color: #555;
  color: var(--color2);
}

/* Specific styling for each button */
.share-buttons-container .whatsapp {
  background-color: #25D366;
}

.share-buttons-container .facebook {
  background-color: #1877F2;
}

.share-buttons-container .twitter {
  background-color: #1DA1F2;
}

.share-buttons-container .email {
  background-color: #EA4335;
}

.share-buttons-container .copy-link {
  background-color: #777;
}
/*end-social-share-buttons*/
.justify-content-equal .share-button{
	flex: 1 1 0;
}
.tagbtn-container{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	justify-content: space-between;
	gap: 10px;
}

.tagbtn{
	background: rgba(var(--color1rgb),.2);
	padding: 5px 5px;
	text-transform: uppercase;
	font-size: .8rem;
	min-height: 50px;
	align-content: center;
	border-radius: 0;
}
.tagbtn:hover{
	background: rgba(var(--color1rgb),.28);
	color:var(--color1);
}
.tagbtn:focus{
	box-shadow:none;
}
.tooltip-container {
  position: relative;
  display: inline-block; /* Makes the container wrap the button */
}

.tooltip-text {
  visibility: hidden;
  position: absolute;
  bottom: calc(100% + 10px); /* Position it above the button with a 10px gap */
  bottom: calc(100% + 28px);
  left: 50%; /* Center horizontally */
  transform: translateX(-50%); /* Adjust to true center */
  white-space: nowrap;
  
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 6px 12px;
  border-radius: 4px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* Pointing downwards from the bottom of the tooltip */
.tooltip-text::before {
  content: "";
  position: absolute;
  top: 100%; /* Position the arrow at the bottom of the tooltip */
  left: 50%;
  margin-left: -5px; /* Half of border-width to center it */
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent; /* Arrow points down */
}

/* Class to show the tooltip */
.tooltip-text.show {
  visibility: visible;
  opacity: 1;
}
/*//////// END -- gt blog styles //////// */
.blog .btxtbx:before{
	width: 100%;
	height: 8px;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	/*border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;*/
	background: rgba(var(--color1rgb), .5);
	transition: 0.5s;
	z-index: 3;
}
.blog .blog-item:hover .btxtbx:before {
  background: rgba(var(--color1rgb), .1);
  height: 100%;
  pointer-events: none;
}
.blttl{
	/*overflow: hidden;
	max-height: 1.4em;
	line-height: 1.4em;*/
	transition: 0.5s;
}






@media (max-width: 767px) {
  a.logo {
    max-width: calc(100% - 80px);
    margin-left: 5px;
  }
  .swiper-container {
    --aspect-ratio: 1280/720 !important;
  }
 .banner-caption .h2 {
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
  .swiper-slide img {
    min-height: auto;
  }
  .swiper-container .callbtn {
	  padding: 10px 10px;
  }
  .swiper-pagination-bullet {
	  width: 7px;
	  height: 7px;
  }
  .swiper-button-next::after, .swiper-button-prev::after {
	  font-size: 1.8rem;
  }
  .pgul ul li {
	  flex-wrap: wrap;
  }
  .bg-breadcrumb {
	  padding: 60px 0 60px 0;
  }
}