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

:root {
    --color1: #0d42ff;
    --color2: #ffff00;
    --color3: var(--color1);
}
:root {
    --primary: #FF5E14;
    --secondary: #5F656F;
    --light: #F5F5F5;
    --dark: #02245B;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: var(--color2);
}
h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

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

h5,
h6,
.h5,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}
a {
    color: var(--color1);
    text-decoration: none;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

a:hover {
    color: var(--color2);
    text-decoration: none;
}


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

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

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

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

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


.topbar-right {
    position: relative;
    background: var(--color1);
}

.topbar-right::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 100%;
    top: 0;
    left: -15px;
    transform: skewX(-30deg);
    background-color: var(--color1);
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
	/*overflow: hidden;*/
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.2) !important;
}
.navbar.sticky-top.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.2) !important;
}
.navbar .navbar-brand {
    position: relative;
    padding-right: 50px;
    /*height: 75px;*/
    display: flex;
    align-items: center;
    background: var(--color1);
}

.navbar .navbar-brand::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 100%;
	/*height: calc(100% - 1px);*/
    top: 0;
    right: -25px;
    transform: skewX(-30deg);
    background-color: var(--color1);
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 20px 0;
    color: var(--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 {
        border-top: 1px solid #EEEEEE;
		padding: 10px 15px;
    }
}

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

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


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, rgba(2, 36, 91, 1) 0%, rgba(2, 36, 91, 0) 100%);
    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;
    background-color: var(--color1);
    border: 15px solid var(--color1);
    border-radius: 3.5rem;
	border-radius: 0.5rem;
}

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

.page-header {
    background: linear-gradient(to right, rgba(2, 36, 91, 1) 0%, rgba(2, 36, 91, 0) 100%), url(../images/bc1.jpg) center center no-repeat;
    background: linear-gradient(to right, rgba(var(--color2rgb), .8) 0%, rgba(var(--color1rgb), .8) 100%), url(../images/bc1.jpg) center center no-repeat;
    background-size: cover;
}

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

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


/*** Facts ***/
.facts {
    position: relative;
    margin: 6rem 0;
    background: var(--dark);
}

.facts .border {
    border-color: rgba(255, 255, 255, .1) !important;
}


/*** Features ***/
.btn-play {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--color1);
}

@media (max-width: 992px) {
    .btn-play {
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
    }
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    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: 60px;
    height: 60px;
    background: var(--color1);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid #FFFFFF;
    border-top: 11px solid transparent;
    border-bottom: 11px 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 ***/
.service-item {
    position: relative;
    /*margin: 65px 0 25px 0;*/
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-img {
    position: absolute;
    padding: 12px;
    width: 130px;
    height: 130px;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    /*background: #FFFFFF;*/
    box-shadow: 0 0 45px rgba(0, 0, 0, .09);
    z-index: 2;
}

.service-item .service-detail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.service-item .service-title {
    position: absolute;
    padding: 65px 30px 25px 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
    background: rgba(255,255,255,1);
    transition: .5s;
}

.service-item:hover .service-title {
    top: -100%;
    background: rgba(255,255,255,0.5);
}

.service-item .service-text {
    position: absolute;
    overflow: hidden;
    padding: 65px 30px 25px 30px;
    width: 100%;
    height: 100%;
    top: 100%;
    top: 0;
	top: 65px;
    left: 0;
    display: flex;
    align-items: center;
    text-align: center;
    background: rgba(2, 36, 91, .7);
    transition: .5s;
	font-size:1.1rem;
}

.service-item:hover .service-text {
    top: 0;
}

.service-item .service-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    top: -100%;
    left: 0;
    transform: skewY(-12deg);
    background: #FFFFFF;
    transition: .5s;
}

.service-item:hover .service-text::before {
    top: -55px;
}

.service-item .btn {
    position: absolute;
    width: 130px;
    height: 50px;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color2);
    background: #FFFFFF;
    border: none;
    box-shadow: 0 0 45px rgba(0, 0, 0, .09);
    z-index: 2;
}

.service-item .btn:hover {
    color: #FFFFFF;
    background: var(--color1);
}


/*** Project ***/
.project-carousel {
    position: relative;
    background: var(--dark);
}

.project-item {
    position: relative;
    display: block;
}

.project-item img {
    transition: .5s;
}

.project-item:hover img,
.project-carousel .owl-item.center img {
    margin-top: -60px;
}

.project-item .project-title {
    position: absolute;
    padding: 0 15px;
    width: 100%;
    height: 80px;
    bottom: -110px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--dark);
    transition: .5s;
}

.project-item:hover .project-title,
.project-carousel .owl-item.center .project-title  {
    bottom: -60px;
}

.project-item .project-title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 30px;
    top: -15px;
    left: 0;
    transform: skewY(-5deg);
    background: var(--dark);
    transition: .5s;
}

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

.project-carousel:hover .owl-nav {
    opacity: 1;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 30px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--color1);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}


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

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


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--color1);
    font-size: 45px;
    transition: .5s;
}

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

.testimonial-carousel .testimonial-img img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}


/*** Footer ***/
.footer {
    color: #B0B9AE;
}

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

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

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

.copyright {
    color: #B0B9AE;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

/*--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: 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;
    transition: all 0.3s ease-in;
}

.pgul ul li:before {
    content: "\f101";
    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: 70px;
    transition: .5s;
    background: #fff;
    /*border-radius: 5px;
    padding: 5px;
	max-width: calc(100% - 40px);*/
	padding-right: 40px;
	margin-left: 2px;
}

.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-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.65), rgba(0, 0, 0, 0.65)) var(--color1);
}
.bg-color1-dark2 {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)) 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 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;
    /*height: 100%;*/
    aspect-ratio: 1.33;
}
.service-item .service-icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: 1;
}
.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);
}
.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);
}
.why-box{
	position:relative;
	font-size: 1.1rem;
}
.text-justify{
	text-align:justify;
}
.service-item .service-icon img {
	max-width: 60px;
	max-height: 60px;
	width: 100%;
	height: auto;
	object-fit: contain;
	aspect-ratio: 1;
}
.img-sm {
  width: 80px;
}
.why-box .icon-box {
	padding: 10px;
	box-shadow: 0px 0px 2px #fff;
	/*background: rgba(255, 255, 255, 0.2);*/
	text-align: left;
}
.why-box .icon-box i, .iconbground {
	font-size: 1.8rem;
	padding: 8px;
	border-radius: 100%;
	/*background: var(--color1);*/
	color: var(--color2);
	border: 1px solid #fff;
}
ul.why-box{
	list-style: none;
	column-count: 2;
}
.service-item .imgicon{
	aspect-ratio: unset;
}
.service-item img.hpg {
	aspect-ratio: 2.5;
}
.contact-info i {
	font-size:1.8rem;
	min-width:42px;
	color: var(--color1);
}
#cf_container .form-group, #cfcontainer .form-group {
	padding-bottom:20px;
}
.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);
}
.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);
}
#booknowbtn{
	width:300px;
	max-width:100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.vehinfobx {
	border-radius: 3px;
	overflow: hidden;
	/*border-radius: 20%;*/
}
.breadcrumbs.bcrmb a{
	/*color:#ccc;*/
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #aaa;
}
.vehirowimgbx1 {
	border-radius: 3px;
	overflow: hidden;
	border-radius: 10%;
	border-radius: 0px;
	border-top: 4px dashed  var(--color2);
	border-bottom: 4px dashed  var(--color2);
}
.abimg1{
	box-shadow: 0px 3px 1px var(--color1);
}
.abimg2{
	position: relative;
	bottom: 05%;
	left: 0;
	box-shadow: 0px 3px 1px var(--color1);
}
.centerflex{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100px;
}
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;
  text-align: center;
  box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);
  position: relative;
}

input.stv-radio-tab:checked + span {
  background: rgba(var(--color1rgb),.7);
  color: white;
  box-shadow: 0px 0px 20px rgba(var(--color1rgb), 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";
  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%;
  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;
}
.form-control {
	padding: 1rem .75rem;
}
.label-control{
  color: 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;
}
.footer .address span {
  display: inline-grid;
}
.footer .address a {
  color: #eee;
}
.navbar-toggler:focus {
  box-shadow: none;
  border: 1px solid var(--color1) !important;
}
.srvbx .item-boxes {
  box-shadow: 0px 0px 1px #666;
  padding: 0px;
  height: 100%;
  display: grid;
  border-radius: 10px;
  outline: 1px solid var(--color1);
  outline-offset: -4px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--color2);
  position: relative;
  overflow: hidden;
    background: linear-gradient(to top, rgba(255, 255, 255, .85), rgba(255, 255, 255, .85)) var(--color1);
}
.srvbx .item-boxes .mainttl {
	font-size:1.2rem;
}
.srvbx .item-boxes img {
  border-radius: 10px;
}
#tourpkg .item-boxes .pglst img {
  width: 100%;
  object-fit: contain;
}
.sidebar .team-item {
  overflow: hidden;
  height:100%;
}
.tcbtn {
	padding: 10px 15px;
}








@media (max-width: 991.98px) {
	.abimg2{
		position: relative;
		bottom: 05%;
		left: 0;
		box-shadow: 0px 3px 1px var(--color1);
	}
	.navbar .navbar-brand {
		width:calc(100% - 90px);
	}
	.stv-radio-tabs-wrapper label, .radin.radiobtn label {
	  width: 95%;
	}
}
