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

:root {
    --color1: #22b3c1;
    --color2: #ffff00;
    --color3: var(--color2);
    --color4: #ffefbf;
}

body {
  font-family: "Inter",sans-serif;
}
h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1 {
  font-family:"Saira",sans-serif;
}
a {
  color:var(--color1);
  text-decoration:none
}
a:hover {
  color:var(--color2);
}
.breadcrumb {
  list-style:none
}
/* 
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }

/*** Spinner End ***/


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

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

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

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

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

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

.back-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

/*** Button End ***/


/*** Topbar Start ***/

.topbar .top-info {
    letter-spacing: 1px;
}

.topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .top-link a {
    margin-right: 10px;
}

#note {
    width: 500px;
    overflow: hidden;
}

#note small {
    position: relative;
    display: inline-block;
    animation: mymove 5s infinite;
    animation-timing-function: all;
}

@keyframes mymove {
    from {left: -100%;}
    to {left: 100%;}
}

/*** Topbar End ***/


/*** Navbar Start ***/
.navbar .navbar-nav {
    padding: 15px 0;
}

.navbar .navbar-nav .nav-link {
    padding: 10px;
    color: var(--bs-white);
    font-size: 18px;
    outline: none;
    
}

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

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "font awesome 5 free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

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

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

/*** Navbar End ***/


/*** Carousel Start ***/

.carousel-item {
    position: relative;
}

.carousel-item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
}

.carousel-caption {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.carousel-item p {
    max-width: 700px;
    margin: 0 auto 35px auto;
}

.carousel-control-prev {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    background: var(--color1);
    border-radius: 0 50px 50px 0;
    opacity: 1;
}

.carousel-control-prev:hover {
    background: var(--color2);
    transition: .8s;
}

.carousel-control-next {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    background: var(--color1);
    border-radius: 50px 0 0 50px;
    opacity: 1;
}

.carousel-control-next:hover {
    background: var(--color2);
    transition: .8s;
}

.carousel-caption .carousel-content a button.carousel-content-btn1 {
    background: var(--color2);
    color: var(--bs-dark);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn1:hover {
    background: var(--color1);
    color: #ffffff;
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2 {
    background: var(--color1);
    color: var(--bs-white);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2:hover {
    background: var(--color2);
    color: var(--bs-dark);
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

#carouselId .carousel-indicators li {
    width: 30px;
    height: 10px;
    background: var(--color1);
    margin: 10px;
    border-radius: 30px;
    opacity: 1;
}

#carouselId .carousel-indicators li:hover {
    background: var(--color2);
    opacity: 1;
}

@media (max-width: 992px) {
    .carousel-item {
        min-height: 500px;
    }
    
    .carousel-item img {
        min-height: 500px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 40px !important;
    }

    .carousel-item p {
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    .carousel-item {
        min-height: 400px;
    }
    
    .carousel-item img {
        min-height: 400px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 28px !important;
    }

    .carousel-item p {
        font-size: 14px !important;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/header.jpg) center center no-repeat;
    background: linear-gradient(rgba(var(--color1rgb), .4), rgba(var(--color3rgb), .4)), url(../images/header.jpg) center center no-repeat;
    background-size: cover;
	position:relative;
}
.page-header::before {
	content:"";
	background-image: radial-gradient(rgba(var(--color3rgb),.6) 50%, transparent 50%);
	background-size: 4px 4px;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.page-header .blurbg1 {
	z-index: 1;
	position: relative;
}
.page-header .h2 {
	text-shadow: 0px 4px 2px #101e27;
	font-weight: 700;
	opacity: .9;
}

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

/*** Carousel End ***/


/*** Services Start ***/

.services .services-item {
    box-shadow: 0 0 60px rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 10px 0;
    position: relative;
}


.services-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
    background: rgba(3, 43, 243, 0.8);
    transition: .5s;
}

.services-content::after {
    top: 0;
    bottom: auto;
    border-radius: 10px 10px 10px 10px;
}

.services-item:hover .services-content::after {
    height: 100%;
    opacity: 1;
    transition: .5s;
}

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

.services-item .services-content-icon i,
.services-item .services-content-icon p {
    transition: .5s;
}

.services-item:hover .services-content-icon i {
    color: var(--color2);
}

.services-item:hover .services-content-icon p {
    color: var(--bs-white);
}

/*** Services End ***/


/*** Project Start ***/

.project-img {
    position: relative;
    padding: 15px;
}

.project-img::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
    background: var(--color2);
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.project-img::after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--color1);
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.project-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.project-content a {
    display: inline-block;
    padding: 20px 25px;
    background: var(--color1);
    border-radius: 10px;
}

.project-item:hover .project-content {
    opacity: 1;
    transition: .5s;
}

.project-item:hover .project-img::before,
.project-item:hover .project-img::after {
    opacity: 0;
}

/*** Project End ***/


/*** Blog Start ***/
.blog-item .blog-btn {
    z-index: 2;
}

.blog-btn .blog-btn-icon {
    height: 50px;
    position: relative;
    overflow: hidden;
}

.blog-btn-icon .blog-icon-2 {
    display: flex;
    position: absolute;
    top: 6px;
    left: -140px;
    
}

.blog-btn-icon:hover .blog-icon-2 {
    transition: 1s;
    left: 5px;
    top: 6px;
    padding-bottom: 5px;
}
.blog-icon-1 {
    position: relative;
    top: -4px;
}
.blog-btn-icon:hover .blog-icon-1 {
    top: 0;
    right: -140px;
    transition: 1s;
}

/*** Blog End ***/


/*** Team Start ***/

.team-item {
    border-top: 30px solid var(--color2);
    background: rgba(239, 239, 241, 0.8);
}

.team-content::before {
    height: 200px;
    display: block;
    content: "";
    position: relative;
    top: -101px;
    background: var(--color2);
    clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
    padding: 60px;
    opacity: 1;
}

.team-img-icon {
    position: relative;
    margin-top: -200px;
    padding: 30px;
    padding-bottom: 0;
}

.team-img {
    border: 15px solid var(--bs-white);
}

.team-img img {
    border: 10px solid var(--color2);
    transition: .5s;
}

.team-item:hover h4 {
    color: var(--color1);
    transition: .5s;
}

.team-item:hover .team-img img {
    transform: scale(1.05);
    border: 10px solid var(--color2);
}

.team-carousel .owl-stage {
    position: relative;
    width: 100%;
    height: 100%;
}

.team-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 50px;
    display: flex;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    width: 56px;
    height: 56px;
    border-radius: 56px;
    margin-left: 15px;
    background: var(--color2);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--color1);
    color: var(--bs-white);
}

@media (max-width: 992px) {
    .team-carousel {
        margin-top: 3rem;
    }

    .team-carousel .owl-nav {
        top: -85px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        margin-left: -15px;
    }
}

/*** Team End ***/


/*** Testimonial Start ***/

.testimonial-item {
    background: #e3f0eb;

}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #c1dad0;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--color1);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}

/*** Testimonial End ***/


/*** Contact Start ***/
.contact-detail {
	position:relative;
}
.contact-detail::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(var(--color2rgb), 1), rgba(var(--color1rgb), .3)), url(../images/header.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    z-index: -1;
}

.contact-map {
    background: var(--color2);
}

.contact-form {
    background:var(--color2);
}

/*** Contact End ***/


/*** Footer Start ***/

.footer .short-link a,
.footer .help-link a,
.footer .contact-link a {
    transition: .5s;
}

.footer .short-link a:hover,
.footer .help-link a:hover,
.footer .contact-link a:hover {
    letter-spacing: 1px;
}

.footer .share-link a:hover {
    background: var(--color2);
    border: 0;
}

/*** Footer 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 !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.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: "\f276";
    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);*/
	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:50%;
  width:42px;
  height:42px;
  max-width:200px;
  margin-right:5px;
  padding:.3rem .5rem;
  padding:.1rem .2rem;
  border: 1px solid var(--color1);
}
.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.4rem
}
.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{
	font-size:2.8rem;
	font-weight: 600;
}
.contactf{
	background: var(--color2);
	padding:1.5rem 2rem;
	border-radius: 10px;
}
.contactf input{
	padding: 1rem .75rem;
}
.contactf input:focus{
	border: 1px solid rgba(var(--color3rgb), .9);
}
.gmap{
	border-radius: 10px;
}
.tags a{
	color:var(--color3);
}

.tags a:hover{
	color:var(--color1);
}
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: 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: #ffffff;
	color: var(--color3);
	letter-spacing: 3px;
	text-align: center;
	font-weight: 700;
	text-shadow: 1px 1px 1px #000, -1px -1px 1px #fff;
	text-shadow: 1px 1px 1px var(--color1), -1px -1px 1px var(--color2);
	text-shadow: 2px 2px 2px #fff, -2px -2px 2px #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;
}
.text-shadow3{
	text-shadow: 0px 1px 0px var(--color3);
}
.pgpkgtxt a{
	color:var(--color3);
}
.section-title, .section-title h1, .section-title h2{
	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(144deg,var(--color3), var(--color1) 50%,var(--color3));
  border: 0;
  border-radius: 8px;
  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;
}
.callbtn:active,
.callbtn:hover {
  outline: 0;
}
.callbtn:hover, .footer .share-link a.callbtn:hover {
  background-image: linear-gradient(164deg,var(--color3), var(--color1) 50%,var(--color3));
  color: #fff;
}
.round-top-0{
	border-top-left-radius:0;
	border-top-right-radius:0;
}





@media (max-width: 767px) {
	.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);
	}
}