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

:root {
    --color1: #22b3c1;
    --color2: #ffff00;
    --color3: var(--color1);
    --color4: #ffefbf;
}
body {
  margin:0;
  font-family:"Roboto",sans-serif;
  font-size:1rem;
  font-weight:400;
  line-height:1.5;
  -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:"Red Rose",cursive;
  font-weight:600;
  line-height:1.2;
  color:#031b4e
}
a {
  color:var(--color1);
  text-decoration:none
}
a:hover {
  color:var(--color2);
}
.breadcrumb {
  list-style:none
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 500;
}


/*** 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 {
    transition: .5s;
    font-weight: 500;
}

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

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--bs-dark);
}

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

.icon-box-color1,
.icon-box-color2,
.icon-box-primary,
.icon-box-light {
    position: relative;
    padding: 0 0 10px 10px;
    z-index: 1;
}

.icon-box-primary i,
.icon-box-light i {
    font-size: 60px;
    line-height: 0;
}

.icon-box-color1::before,
.icon-box-color2::before,
.icon-box-primary::before,
.icon-box-light::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    left: 0;
    bottom: 0;
    border-radius: 35px;
    transition: .5s;
    z-index: -1;
}

.icon-box-color1::before {
    background: var(--color1);
}
.icon-box-color2::before {
    background: var(--color2);
}

.icon-box-light::before {
    background: var(--bs-light);
}


/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
}

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

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

.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 {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .sticky-top {
        margin-top: -34px;
    }

    .navbar {
        height: 68px;
    }

    .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;
    }
}


/*** Header ***/
@media (min-width: 992px) {
    .header-carousel,
	.swiper-container, 
    .page-header {
        margin-top: -34px;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(3, 27, 78, .3);
    z-index: 1;
}

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

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

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

.page-header {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../images/banner2.jpg) center center no-repeat;
    background: linear-gradient(rgba(var(--color1rgb), .3), rgba(var(--color1rgb), .3)), url(../images/banner2.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}


/*** Features ***/
.feature {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/feature.jpg) left center no-repeat;
    background-size: cover;
}

.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}

.experience .progress {
    height: 5px;
}

.experience .progress .progress-bar {
    width: 0px;
    transition: 3s;
}

.experience .nav-pills .nav-link {
    color: var(--dark);
}

.experience .nav-pills .nav-link.active {
    color: #FFFFFF;
}

.experience .tab-content hr {
    width: 30px;
}


/*** About ***/
.about-fact {
    width: 220px;
    height: 220px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

@media (min-width: 576px) {
    .about-fact.mt-n130 {
        margin-top: -130px;
    }
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 36px;
    height: 46px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--color1);
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--color1);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--color1);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 3px;
    border-left: 30px solid #FFFFFF;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

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

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

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

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

.modal-video .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;
}


/*** Service ***/
.container-service {
    position: relative;
}

.container-service::before {
    position: absolute;
    content: '';
    background: var(--bs-light);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 0 70%);
    z-index: -1;
}

.service-item {
    position: relative;
    height: 100%;
    padding: 45px 30px;
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.service-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition: .5s;
    background: var(--color1);
}

.service-item:hover::before {
    height: 100%;
    top: 0;
}

.service-item * {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.service-item:hover h5,
.service-item:hover .h5,
.service-item:hover p {
    color: var(--bs-white);
}

.service-item:hover .icon-box-primary::before {
    background: var(--bs-dark);
}

.service-item:hover .icon-box-primary i {
    color: var(--bs-white) !important;
}


/*** Team ***/
.container-team {
    position: relative;
}

.container-team::before {
    position: absolute;
    content: '';
    background: var(--bs-light);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 70%, 100% 30%, 100% 100%, 0% 100%);
    z-index: -1;
}

.team-item {
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.team-item .team-social {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    transition: .5s;
    background: var(--color1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-item:hover .team-social {
    width: 100%;
    left: 0;
}

.team-item .team-social .btn {
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social .btn {
    opacity: 1;
}


/*** Testimonial ***/
.testimonial {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/testimonial.jpg) left center no-repeat;
    background-size: cover;
}

.testimonial-item img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 60px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-left: 15px;
    color: var(--color1);
    font-size: 30px;
    line-height: 0;
    transition: .5s;
}

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


/*** Contact ***/
@media (min-width: 992px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
}

@media (max-width: 991.98px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0px;
        top: 50%;
        left: 0;
        border-top: 1px dashed rgba(255, 255, 255, .2);
    }
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../images/footer.png) center center no-repeat;
    background-size: contain;
	background-color: var(--color1);
}

@media (min-width: 992px) {
/*    .footer::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }*/
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: rgba(255, 255, 255, .5);
    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: rgba(255, 255, 255, .5);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--color2);
    letter-spacing: .5px;
    box-shadow: none;
}
.footer .text-light a {
    color: #efefef;
}

.copyright {
    border-top: 1px dashed rgba(255, 255, 255, .2);
}

.copyright a {
    color: var(--bs-white);
}

.copyright a:hover {
    color: var(--color1);
}

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

.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%;
}

#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: 8px 16px;
    border-color: #888;
	border: 2px solid var(--color1);
}

.page-link:hover {
    color: #000;
    background-color: var(--color2);
    border-color: #888;
}
.page-link:focus {
  box-shadow: none;

}
.page-item.disabled .page-link {
    background-color: #eee;
    border-color: #888;
}
.page-item:first-child .page-link {
  border-top-left-radius: .85rem;
  border-bottom-left-radius: .85rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: .85rem;
  border-bottom-right-radius: .85rem;
}
.pgul ul {
    list-style: none;
    padding: 0;
    padding-left: 10px;
    margin-top: 10px;
}

.pgul ul li {
    font-size: 1.1rem;
    line-height: 1.3em;
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    list-style-type: none;
    list-style: none;
    /*display: table-row;*/
    display: flex;
    transition: all 0.3s ease-in;
}

.pgul ul li:before {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    color: var(--color1);
    font-weight: 900;
    margin-right: 10px;
    /*width: 1.3em;
    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: 70px;
    transition: .5s;
    background: #fff;
    border-radius: 5px;
    /*padding: 5px;
	max-width: calc(100% - 40px);*/
	transition: .5s;
}

.bg-color1,
.btn-color1 {
    background: var(--color1);
    border-color: var(--color1);
}

.bg-color2,
.btn-color2 {
    background: var(--color2);
    border-color: var(--color2);
	color:#eee;
}
.bg-color3, 
.btn-color3 {
    background: var(--color3);
	color:#eee;
}
.btn-color1:hover {
    background: linear-gradient(to top, rgba(255, 255, 255, .65), rgba(255, 255, 255, .65)) var(--color1);
}
.btn-color2:hover {
    background: linear-gradient(to top, rgba(255, 255, 255, .65), rgba(255, 255, 255, .65)) var(--color2);
}
.btn-color3:hover {
    background: linear-gradient(to top, rgba(255, 255, 255, .65), rgba(255, 255, 255, .65)) var(--color3);
    border-color: var(--color3);
}

.bg-color1-light {
    background: linear-gradient(to top, rgba(255, 255, 255, .75), rgba(255, 255, 255, .75)) var(--color1);
}

.bg-color2-light {
    background: linear-gradient(to top, rgba(255, 255, 255, .75), rgba(255, 255, 255, .75)) var(--color2);
}

.bg-color1-dark {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)) var(--color1);
}
.bg-color1-dark2 {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)) var(--color1);
}
.bg-color2-dark {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)) var(--color2);
}

.text-color1 {
    color: var(--color1);
}

.text-color2 {
    color: var(--color2);
}

.text-color3 {
    color: var(--color3);
}

.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;
    margin: 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    color: #333;
    padding: 5px;
    align-items: center;
    display: grid;
	border-radius: 10px;
	border-radius: 0px;
	overflow: hidden;
    /*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 {
	border-radius: 10px;
	overflow: hidden;
}
.vehirowimgbx1 img {
    width: 400px;
    width: 100%;
    height: 200px;
    object-fit: contain;
}
.pgvw .vehirowimgbx1 {
    width: 100%;
    height: auto;
    position: relative !important;
    transform: none !important;
    left: 0 !important;
    /*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%;
	border-radius: 15px;
	overflow: hidden;
}
.service-item img,
.pgimg {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1.77;
}
.service-item .service-icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: 1;
}
.stickednav {
    padding-top: 0;
    padding-bottom: 0;
}
.form-control:focus {
    box-shadow:none;
    border-color: rgba(var(--color1rgb), .7);
}
.why-box{
	position:relative;
	font-size: 1.1rem;
}
.text-justify{
	text-align:justify;
}
.footer .btn-link{
	color:#eeeeee;
	text-align:left;
	font-weight: 400;
	text-decoration: none;
	border:none;
	box-shadow:none;
	display: flex;
	align-items: center;
}
.footer .btn-link:hover{
	color:var(--color1);
}
.footer .address span {
  display: inline-grid;
}
.footer.bg-dark {
  background-color: #000924 !important;

}
.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:15px;
  width:42px;
  height:42px;
  max-width:200px;
  margin-right:5px;
  padding:.3rem .5rem;
  padding:.1rem .2rem;
  border: 1px solid var(--color1);
  animation: float 2s ease-in-out infinite;
}
.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(--color2);
  padding:.4rem .4rem;
  padding: .5rem .5rem;
  left:5px;
}
.floatbtns .bnfloat .h5 {
  line-height:1.0em;
  font-size:1.7rem
}
@keyframes float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

.footer .address span {
  display: inline-grid;
}
.footer .btn.btn-link {
	display: inline-flex;
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    color: #eee;
    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);
}
.floatbtns .btntop {
  bottom: 70px;
}
.floatbtns .btnbottom {
  bottom: 20px;
}
.fw-900{
	font-weight:900;
}
.contact-detail h4{
	align-items:center;
	display: grid;
}
.contact-detail a{
	color:var(--color3);
}
.section-title, .section-title h1{
	font-size:2.8rem;
	font-weight: 600;
}
.contactf{
	/*padding:1.5rem 2rem;*/
	border-radius: 10px;
}
.contactf input, .contactf textarea, #cfcontainer input.form-control, button.multiselect{
	padding: .75rem .75rem;
	background: rgba(var(--color2rgb), .05);
	border-radius: 10px;
}
.contactf input:focus, .contactf textarea:focus, #cfcontainer input.form-control:focus, button.multiselect:focus{
	background: rgba(var(--color2rgb), .05);
	border: 1px solid rgba(var(--color2rgb), .9);
}
.gmap{
	border-radius: 10px;
}
.tags a{
	color:var(--color3);
}

.tags a:hover{
	color:var(--color1);
}
.tags a.callbtn{
	color:#fff;
}
.tags a.callbtn:hover{
	color:var(--color2);
}
.tags .service-item:hover .text-color3, .tags .service-item:hover a,
.service .service-item:hover .text-color3, .service .service-item:hover a{
	color:#fff;
}
.tags .service-item:hover .text-color3, .tags .service-item:hover a:hover,
.service .service-item:hover .text-color3, .service .service-item:hover a:hover{
	color:var(--color2);
}
i.up-btn__icon {
  font-size: 1.2rem !important;
}
.swiper-slide img {
  width: 100%;
  max-height: 720px;
  object-fit: cover;
  min-height:350px;
}
.swiper-slide{
	position: relative;
}
.banner-caption {
  position: absolute;
  top: 40%;
  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: #ffffff;
	color: var(--color3);
	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;
	box-shadow: 0px 2px 1px #333;
	opacity:.5;
	border-radius: 10px;
	transition: opacity 1s ease;
}
.swiper-pagination-bullet-active{
  background: var(--color1);
	opacity:1;
}
.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;
}
.navbar-nav .dropdown-menu{
	border-radius: 5px !important;
}
.rounded-10px{
	border-radius: 10px !important;
	overflow: hidden;
}
.rounded-50px{
	border-radius: 50px !important;
	overflow: hidden;
}
.text-shadow3{
	text-shadow: 0px 1px 0px var(--color3);
}
.pgpkgtxt a{
	color:var(--color3);
}
.dropdown-item {
  padding: .5rem 1rem;
  white-space: normal;
  min-width: 300px;
  border-bottom: 1px solid rgba(var(--color2rgb),.3);
}
.navbar-collapse.show .navbar-nav, .dropdown-menu, .dropdown-menu.show {
	transition: .5s;
}
.swiper-container {
  /*min-height:350px;*/
}
.swiper-slide img {
  width: 100%;
  max-height: 720px;
  object-fit: cover;
  min-height:350px;
}
.swiper-slide{
	position: relative;
}
.taglstimg{
	width: 100%;
	height: auto;
	aspect-ratio: 2.7;
	aspect-ratio: 1.78;
	object-fit: contain;
	background: var(--color4);
}

.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(144deg,var(--color3), var(--color1) 50%,var(--color3));
  border: 0;
  border-radius: 0px;
  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: 16px 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(-15deg);
  box-shadow: 6px 6px 0 var(--color2);
}
.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(--color2);
  box-shadow: 6px 6px 0 #444;
}
.callbtn.unskew {
  transform: none;
}
.round-top-0{
	border-top-left-radius:0;
	border-top-right-radius:0;
}
.header-area .navbar-nav{
	justify-content: space-evenly;
	display: flex;
	width: 100%;
}
.cta {
	background: linear-gradient(90deg, rgba(var(--color1rgb),1) 0%, rgba(var(--color2rgb),1) 100%);
}
.cta i{
	border-radius:100%;
	/*padding:5px;*/
	background:rgba(var(--color1rgb),1);
	box-shadow: 0px 0px 22px #fff;
	box-shadow: 0px 2px 1px #4d4d4d;
	color: var(--color2) !important;
	font-size: 3rem;
}
.bgshape01{
	fill: rgba(var(--color1rgb),.2);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.bgshape01right svg{
	fill: rgba(var(--color2rgb),.1);
	position: absolute;
	bottom: 0;
	right: 0;
	left: unset;
	top:unset;
	z-index: -1;
	transform: scale(1, -1) rotate(180deg);
}
.bgshape01left.light .bgshape01{
	fill: rgba(var(--color2rgb),.2);
	fill: rgba(255,255,255,0.1);
}
.bgshape01right.light .bgshape01{
	fill: rgba(var(--color1rgb),.2);
	fill: rgba(255,255,255,0.1);
	/*top:0;
	bottom:unset;*/
}
.bg-light-imp{
	background:#cfcfcf !important;
}
.service-text p{
	color:#444;
	font-size:1.1rem;
}
.top-rounded-30px{
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
.rounded-30px{
	border-radius:30px;
	overflow:hidden;
}
.page-header {
  background-image: url(../images/banner2.jpg);
  background: linear-gradient(rgba(var(--color2rgb), .2), rgba(var(--color1rgb), .4)), url(../images/banner2.jpg) center center no-repeat;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 260px 0px 190px 0px;
  text-align: center;
}
.blurbg1{
	background: rgba(255,255,255,0.3);
	background: rgba(100, 100, 100, 0.3);
	background: rgba(var(--color1rgb),0.15);
	backdrop-filter: blur(5px);
	box-shadow: 0px 0px 2px #888;
}
.abpostxt {
	position: absolute;
	/*top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);*/
	text-align: center;
	width:100%;
	z-index: 1;
	background: rgba(var(--color2rgb),.4);
	padding:5px 0;
	bottom: 0;
	border-top: 1px solid var(--color2);
}
.item-boxes{
	position:relative;
}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active, .header-area.header-sticky .navbar-nav a.dropdown-item.active {
  color:var(--color1);
  background-color: #fff;
}
.navbar-collapse.show .navbar-nav, .dropdown-menu, .dropdown-menu.show {
	transition: .5s;
}
.footer{
	z-index:0;
	overflow: hidden;
	font-size: 1.1rem;
}
.footer .h4, .footer h4{
	font-weight:500;
	color: var(--color2);
}
.up-btn{
	border-radius:15px;
	box-shadow: 0px 1px 0px #fff !important;
}
.social-links.share-link .facebook i{
	font-size: 1.7rem;
	line-height: 1.25;
	padding: 0 5.5px;
}
#cf_container{
	padding:1.5rem 1.5rem;
}
.contact-detail i{
	padding:5px;
	font-size:2.5rem;
	color:var(--color1);
}
.contact-detail a, .contact-detail p, .contact-detail h4{
	/*color: #f8f9fa;*/
	font-weight:400;
}
.topbar{
	border-bottom: 1px solid rgba(var(--color2rgb),.5);
	background: linear-gradient(to top, rgba(255, 255, 255, .85), rgba(255, 255, 255, .85)) var(--color2);
}
.header-area{
	/*border-bottom: 1px solid rgba(var(--color1rgb),.3);*/
	border: 1px solid rgba(var(--color1rgb),.3);
}
.shadow-sm .header-area{
	border: none;
	height: auto;
}
.shadow-sm{
	border-bottom: 1px solid rgba(var(--color1rgb),.3);
}
.shadow-sm .header-area .navbar-brand.d-lg-none.logo{
	display:block !important;
}
.lnk-white, .lnk-white a{
	color:#fff;
}
.navbar .navbar-nav .nav-link{
	font-weight:500;
}
.navbar .nav-item .dropdown-menu{
	box-shadow:0px 0px 1px var(--color1);
	background:#fff;
}
.dropdown-item:last-child{
	border-bottom:none;
}
.float-right{
	float:right;
}
.float-left{
	float:left;
}
.dashboard .footer p, .dashboard .footer h4 {
	color: var(--color1);
}
.dashboard .footer {
	background: linear-gradient( to top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9) ) var(--color1);
}
.whyus .card {
	border-radius: 30px;
	background: rgba(255,255,255,0.5);
	aspect-ratio: 1.6;
	display: grid;
	align-items: center;
	max-width: 300px;
	margin: 0 auto;
	border: 1px solid #fff;
}
.main-slider .swiper-button-next, .main-slider .swiper-button-prev {
  color: var(--color2);
}
.pgpkgtxt {
	font-size:1.1rem;
	letter-spacing: .5px;
}
.pgul.placelist ul{
	display:flex;
}
.pgul.placelist ul li{
	padding:5px 15px 5px 0px;
}
.skewbox {
transform: skewX(-5deg);
position:relative;
overflow: hidden;
border: 3px solid var(--color1);
border-radius: 2rem;
}
.skewbox .unskewbox {
transform: skewX(5deg);
}
.skewbox img{
	transform: scale( 1.1);
}
.skewbox .abpostxt {
	background: rgba(var(--color1rgb),.8);
	color:var(--color2);
}
.skewbox .unskewbox .abpostxt {
	width: 115%;
	left: -2.5rem;
}
.abimg2 {
	width:350px;
	border: 10px ridge var(--color2);
}
.gallery-grids {
	position:relative;
}
.gallery-grids i{
	color: var(--color2);
	font-size: 1.5em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	opacity:0;
	text-shadow: 1px 1px 0px #000;
	transition: all 0.3s ease;
}
.gallery-grids:hover i{
	opacity:1;
	font-size: 1.5em;
	transition: all 0.3s ease;
}
.galry-grid a img{
	box-shadow: 0 0 2px #000;
	border-radius: 5px;
	overflow: hidden;
	/*border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: var(--color4);
	border-bottom: 3px solid var(--color2);
	border-top: 3px solid var(--color1);*/
	margin-bottom: 0;
	width: 100%;
	border: 2px solid var(--color1);
}
.ui-datepicker .ui-datepicker-header {
	background: rgba(var(--color1rgb),.7);
	background: linear-gradient(to bottom, rgba(var(--color1rgb),1) 0%, rgba(var(--color2rgb),1) 100%);
	background: linear-gradient(to bottom, rgba(var(--color1rgb),.3) 0%,rgba(var(--color1rgb),.5) 24%,rgba(var(--color1rgb),.8) 50%,rgba(var(--color1rgb),.5) 79%,rgba(var(--color1rgb),.3) 100%);
	color: #efefef;
}
.ui-widget.ui-datepicker.ui-widget-content {
  border: 1px solid rgba(var(--color1rgb),.7);
  background: linear-gradient(to top, rgba(255, 255, 255, .55), rgba(255, 255, 255, .90)) var(--color1);
}
.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;
}
input.stv-radio-tab {
  display: none;
}
input.stv-radio-tab:not(:disabled) ~ label {
  cursor: pointer;
}
input.stv-radio-tab:disabled ~ label {
  color: #bcc2bf;
  border-color: #bcc2bf;
  box-shadow: none;
  cursor: not-allowed;
}
.stv-radio-tabs-wrapper label, .radin.radiobtn label{
  position: relative;
  margin: 10px 5px;
}

input.stv-radio-tab + span {
  height: 100%;
  display: block;
  background: white;
  border: 2px solid rgba(var(--color1rgb),.7);
  border-radius: 3px;
  padding: 1rem;
  padding: 1rem 2.5rem;
  padding: .8rem 2.8rem;
  text-align: center;
  box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);
  position: relative;
  cursor:pointer;
}

input.stv-radio-tab:checked + span {
  background: rgba(var(--color1rgb),.7);
  color: white;
  box-shadow: 0px 0px 20px rgba(var(--color1rgb), 0.75);
  box-shadow: 3px 3px 0px rgba(var(--color2rgb), 0.75);
  /*color: var(--color1);*/
}
input.stv-radio-tab:checked + span::after {
  color: var(--color2);
  font-family: "Font Awesome 5 Free";
  border: 2px solid rgba(var(--color1rgb),.7);
  content: "\f00c";
  content: "\f1ba";
  font-size: 1rem;
  font-weight: 700;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border-radius: 3px;
  background: white;
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

input.stv-radio-tab#control_05:checked + label {
  background: red;
  border-color: red;
}
@media only screen and (max-width: 700px) {
  section {
    flex-direction: column;
  }
}
.stv-radio-tabs-wrapper {
  clear: both;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 0 10px;
  position: relative;
  text-align: left;
}
#cf_container .form-group, #cfcontainer .form-group {
	padding-bottom:20px;
}
.label-control{
  color: var(--color1);
}
.multiselect-container {
    width: 100%;
    background: linear-gradient(to top, rgba(255, 255, 255, .85), rgba(255, 255, 255, .85)) var(--color1);
}
.multiselect-container input[type="checkbox"] {
	accent-color: var(--color2);
	transform: scale(1.5);
	margin-left: -1.0em;
	pointer-events: none;
}
.multiselect-container label.form-check-label{
	padding-left:10px;
}
.multiselect-container.show .multiselect-option:focus, .multiselect-container.show .multiselect-option:hover, .multiselect-container.show .multiselect-option.active:not(.multiselect-active-item-fallback) {
    background-color: var(--color2) !important;
	color: #fff;
}
.multiselect-container.show .multiselect-option:focus input[type="checkbox"], .multiselect-container.show .multiselect-option:hover input[type="checkbox"], .multiselect-container.show .multiselect-option.active:not(.multiselect-active-item-fallback) input[type="checkbox"] {
	accent-color: var(--color1);
	background-color: var(--color1);
	border-color: var(--color1);
}
.counter {
    background: var(--color1);
    color: #fff;
    padding: 40px 0;
    text-align: center;
}

.counter-item {
    margin: 15px 0;
}

.counter-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
	font-family: 'Poppins', sans-serif;
}

.counter-text {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-primary-custom {
  background: var(--color1);
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 12px 30px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.btn-primary-custom:hover {
    opacity: 0.8;
    background: var(--color1) !important;
}
.card-service,
.card-car,
.card-review {
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    transition: all 0.3s ease;
    height: 100%;
    overflow: hidden;
}

.card-service:hover,
.card-car:hover,
.card-review:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.card-service {
    padding: 30px 20px;
    text-align: center;
    background: #fff;
}

.card-service h5 {
    color: var(--color1);
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.card-service p {
    text-transform: capitalize;
}

.card-service .icon {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: var(--color1);
}

.card-car img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.card-car:hover img {
    transform: scale(1.05);
}

.card-car .card-body {
    padding: 20px;
    text-align: center;
}

.card-car h5 {
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.card-car p {
    text-transform: capitalize;
}

.card-review {
    padding: 30px 20px;
    text-align: center;
    background: #fff;
}

.card-review .stars {
    color: var(--color1);
    margin-bottom: 15px;
}

.card-review h6 {
    color: var(--color1);
    font-weight: 600;
    margin-top: 15px;
    text-transform: uppercase;
}
.feature-icon {
    font-size: 2.5rem;
    color: var(--color1);
    margin-bottom: 20px;
}

.footer {
    background: #004030;
    color: #fff;
    padding: 50px 0 20px;
}

.footer a {
    color: #fff;
    font-weight: 500;
}

.footer a:hover {
    color: #fff;
}

.footer h5 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    margin-top: 30px;
    text-align: center;
}

.call-floating {
    position: fixed;
    bottom: 150px;
    right: 20px;
    background: #b30000;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    animation: float 2s ease-in-out infinite;
    z-index: 999;
    transition: all 0.3s ease;
}

.call-floating:hover {
    background: #color1;
    transform: scale(1.1);
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

.whatsapp-floating {
    position: fixed;
    bottom: 70px;
    right: 20px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    animation: float 2s ease-in-out infinite;
    z-index: 999;
    transition: all 0.3s ease;
}

.whatsapp-floating:hover {
    background: #128C7E;
    transform: scale(1.1);
}
/*//////// START -- gt blog styles //////// */
.blog{
	font-size: 1.1rem;
}
.blog .section-title {
	max-width: initial;
}
.bimgbx{
	aspect-ratio:1.3;
	order:1;
}
.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: 100px;
	border-bottom-left-radius: 100px;
}
.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;
	border-radius: 10px;
}
#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;
	border-radius: 10px;
}
#sidebar .post-item img {
	width:80px;
	height:80px;
	object-fit:cover;
	border-radius: 10% !important;
}
#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;
	line-height: 5rem;
	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;
  border-radius: 10%;
  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;
	border-radius: 10px;
}
.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;
}
.blog-item{
border-radius: 5px !important;
overflow: hidden;
}
.social-links a{
	color:var(--color1);
}
.social-links a:hover{
	color:var(--color2);
}
.sidebar-widget.booktaxi .stv-radio-tabs-wrapper label, .sidebar-widget.booktaxi .radin.radiobtn label{
	width: 100%;
}
.sidebar-widget.booktaxi .stv-radio-tabs-wrapper label, .sidebar-widget.booktaxi .radin.radiobtn label {
  margin: 3px 5px;
}
.sidebar-widget.booktaxi #cfcontainer .form-group {
  padding-bottom: 5px;
}
.sidebar-widget.booktaxi .booknowbox{
	padding: 0 !important;
}



@media (min-width: 768px) {
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}
}
@media (max-width: 767px) {
	.header-area{
		border: none;
		height: auto;
	}
	.sticky-top{
		border-bottom: 1px solid rgba(var(--color1rgb),.3);
	}
	.sticky-top .container, .sticky-top.container-fluid{
		padding:0;
	}
	.navbar-nav {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
	.navbar .nav-item .dropdown-menu {
		box-shadow: none;
		border: none;
	}
	.section-title {
	  font-size: 2.2rem;
	}
	.mobvtxt{
		font-size: 1rem !important;
		/*white-space: pre-wrap;*/
		word-break: break-word;
		overflow-wrap: anywhere;
	}
	.swiper-slide img {
	  min-height:auto;
	}
	.swiper-container {
	  --aspect-ratio: 1280/720 !important;
	}
	.banner-caption .h2 {
    font-size: 1.8rem;
	letter-spacing: 2px;
	text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff;
	}
	a.logo {
	  max-width: calc(100% - 60px);
	  margin-left: 5px;
	}
	.navbar-light .navbar-toggler {
		box-shadow: none;
		border: 1px solid var(--color1);
	}
	#cf_container {
	  padding: 1.5rem .5rem;
	}
	.abpostxt{
		font-size: 1rem;
	}
	.section-title, .section-title h1 {
		font-size: 2.0rem;
		font-weight: 600;
	}
	.stv-radio-tabs-wrapper label, .radin.radiobtn label {
	  width: 95%;
	}
}