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

:root {
    --color1: #0059b3;
    --color2: #00b3b2;
    --color3: var(--color2);
    --color4: #F2F2F2;
}
body {
  margin:0;
  font-family:"Inter",sans-serif;
  font-family: "Poppins", sans-serif;
  font-size:1.1rem;
  font-weight:400;
  line-height:1.5;
  color:#535362;
  background-color:#fff;
  -webkit-text-size-adjust:100%;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
hr {
  margin:1rem 0;
  color:inherit;
  background-color:currentColor;
  border:0;
  opacity:.25;
}
hr:not([size]) {
  height:1px;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top:0;
  margin-bottom:.5rem;
  font-family:"Roboto",sans-serif;
  font-family: "Merriweather", serif;
  font-family: "Poppins", sans-serif;
  font-weight:500;
  line-height:1.2;
  color:#111;
  color: var(--color1);
}
h1,
.h1 {
  font-size:calc(1.375rem + 1.5vw);
}
@media(min-width: 1200px) {
  h1,
  .h1 {
    font-size:2.5rem;
  }
}
h2,
.h2 {
  font-size:calc(1.325rem + 0.9vw);
}
@media(min-width: 1200px) {
  h2,
  .h2 {
    font-size:2rem;
  }
}
h3,
.h3 {
  font-size:calc(1.3rem + 0.6vw);
}
@media(min-width: 1200px) {
  h3,
  .h3 {
    font-size:1.75rem;
  }
}
h4,
.h4 {
  font-size:calc(1.275rem + 0.3vw);
}
@media(min-width: 1200px) {
  h4,
  .h4 {
    font-size:1.5rem;
  }
}
h5,
.h5 {
  font-size:1.25rem;
}
h6,
.h6 {
  font-size:1rem;
}
p {
  margin-top:0;
  margin-bottom:1rem;
}
[hidden] {
  display:none !important;
}
.lead {
  font-size:1.25rem;
  font-weight:300;
}
.display-1 {
  font-size:calc(1.625rem + 4.5vw);
  font-weight:700;
  line-height:1.2;
}
@media(min-width: 1200px) {
  .display-1 {
    font-size:5rem;
  }
}
.display-2 {
  font-size:calc(1.575rem + 3.9vw);
  font-weight:700;
  line-height:1.2;
}
@media(min-width: 1200px) {
  .display-2 {
    font-size:4.5rem;
  }
}
.display-3 {
  font-size:calc(1.525rem + 3.3vw);
  font-weight:700;
  line-height:1.2;
}
@media(min-width: 1200px) {
  .display-3 {
    font-size:4rem;
  }
}
.display-4 {
  font-size:calc(1.475rem + 2.7vw);
  font-weight:700;
  line-height:1.2;
}
@media(min-width: 1200px) {
  .display-4 {
    font-size:3.5rem;
  }
}
.display-5 {
  font-size:calc(1.425rem + 2.1vw);
  font-weight:700;
  line-height:1.2;
}
@media(min-width: 1200px) {
  .display-5 {
    font-size:3rem;
  }
}
.display-6 {
  font-size:calc(1.375rem + 1.5vw);
  font-weight:700;
  line-height:1.2;
}
@media(min-width: 1200px) {
  .display-6 {
    font-size:2.5rem;
  }
}
.list-unstyled {
  padding-left:0;
  list-style:none;
}
a {
  color:var(--color1);
  text-decoration:none;
}
a:hover {
  color:var(--color2);
}
a.btn:hover {
  background:var(--color2);
}
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

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

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

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

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

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

.btn-xl-square {
    width: 66px;
    height: 66px;
}

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

.btn.btn-primary {
    color: var(--bs-white);
    border: none;
}

.btn.btn-primary:hover {
    background: var(--bs-dark);
    color: var(--color1);
}

.btn.btn-light {
    color: var(--color1);
    border: none;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--color1);
}


/*** Topbar Start ***/
.topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--color1);
}

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

.topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 11px;
    border: 0;
    transition: .5s;
    opacity: 1;
}

/*** Topbar End ***/



/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Roboto', sans-serif;
	font-family: "Merriweather", serif;
	font-family: "Poppins", sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 25px 0;
    color: var(--color1);
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 991.98px) {
	.navbar-light {
		border-bottom: 1px solid rgba(0,0,0,0.2);
	}
    .sticky-top .navbar-light {
        background: var(--bs-light) !important;
    }

    /*** Top and Bottom borders go out ***/
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 3px;
        bottom: 0px;
        bottom: -1px;
        left: 50%;
        background: var(--color1);
        transition: .5s;
    }

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

    .navbar-light .navbar-nav .nav-link::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        bottom: 2px;
        left: 50%;
		left: calc(50% - 2.5px);
        /*background: var(--color1);*/
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::after,
    .navbar-light .navbar-nav .nav-link.active::after {
        width: 5px;
        height: 12px;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 10px solid var(--color1);
    }
}

#searchModal .modal-content {
    background: rgba(240, 245, 251, 0.5);
}
/*** Navbar End ***/

/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item img {
    object-fit: cover;
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
        height: 700px;
}


.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: var(--color1);
    color: var(--bs-white);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 30px;
    margin-left: 90px;
}
.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    left: 30px;
}

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


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

@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }
}

@media (max-width: 767px) {
    .header-carousel .owl-nav .owl-prev {
        left: 50%;
        transform: translateX(-50%);
        margin-left: -45px;
    }


    .header-carousel .owl-nav .owl-next {
        left: 50%;
        transform: translateX(-50%);
        margin-left: 45px;
    }
}


.header-carousel .header-carousel-item img, .swiper-slide img {
    animation-name: image-zoom;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 1s;
}

@keyframes image-zoom {
    0%  {/*height: 100%;*/ opacity: 0.9;transform: scale(1);object-position: center;}

    25% {/*height: 110%;*/ opacity: 0.50;transform: scale(1.05);object-position: top;}

    50% {/*height: 115%;*/ opacity: 1;transform: scale(1.1);object-position: center;}

    75% {/*height: 110%;*/ opacity: 0.50;transform: scale(1.05);object-position: bottom;}

    100% {/*height: 100%;*/ opacity: 0.9;transform: scale(1);object-position: center;}
}
/*** Carousel Hero Header End ***/


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

@media (min-width: 992px) {
    .bg-breadcrumb {
        padding: 140px 0 60px 0;
    }
}

@media (max-width: 991px) {
    .bg-breadcrumb {
        padding: 60px 0 60px 0;
    }
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

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


/*** Service Start ***/
.service .service-item {
    background: var(--bs-light);
    border-radius: 10px;
    transition: 0.5s;
}

.service .service-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

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

.service .service-item:hover .service-img img {
    transform: scale(1.2);
}
/*** Service End ***/


/*** Features Start ***/
.feature .feature-item {
    text-align: center;
    border-radius: 10px;
    background: var(--bs-light);
    border: 1px solid transparent;
    transition: 0.5s;
}

.feature .feature-item:hover {
    border: 1px solid var(--color1);
}

.feature .feature-item .feature-icon {
    background: var(--bs-white);
    border-radius: 10px;
    display: inline-block;
}
/*** Features End ***/

/*** Offer Start ***/
.offer-section .nav a.accordion-link {
    width: 100%;
    border-radius: 10px;
    display: flex;
    background: var(--bs-white);
    transition: 0.5s;
}

.offer-section .nav a.accordion-link.active {
    color: var(--bs-white);
    background: var(--color1);
}

.offer-section .nav a.accordion-link h5 {
    transition: 0.5s;
}

.offer-section .nav a.accordion-link.active h5 {
    color: var(--bs-white);
}
/*** Offer End ***/

/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    background: var(--bs-white);
    box-shadow: inset 0 0 45px rgba(0, 0, 0, .1);
    transition: 0.5s;
}

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

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

.blog .blog-item .blog-img {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

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

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

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 208, 132, 0.1);
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item:hover .blog-img::after {
    opacity: 1;
}

.blog .blog-item .blog-img .blog-title {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 5;
}

.blog .blog-item .blog-img .blog-title a {
    color: var(--bs-white);
    background: var(--color1);
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img .blog-title a:hover {
    color: var(--bs-dark);
}

.blog-carousel .owl-stage-outer {
    margin-top: 58px;
}

.blog .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: var(--color1);
    color: var(--bs-white);
    padding: 6px 35px;
    border-radius: 30px;
    transition: 0.5s;
}

.blog .owl-nav .owl-prev:hover {
    background: var(--bs-dark);
    color: var(--color1);
}

.blog .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--color1);
    color: var(--bs-white);
    padding: 6px 35px;
    border-radius: 30px;
    transition: 0.5s;
}

.blog .owl-nav .owl-next:hover {
    background: var(--bs-dark);
    color: var(--color1);
}
/*** Blog End ***/


/*** FAQs Start ***/
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--bs-secondary);
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: var(--bs-dark);
}
/*** FAQs End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    padding: 0 25px 25px 25px;
    border-radius: 10px;
    transition: 0.5s;
}

.team .team-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: var(--bs-light);
    border-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.team .team-item:hover::before {
    height: 0;
}

.team .team-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.team .team-item:hover::after {
    height: 100%;
    background: var(--color1);
}

.team .team-item .team-img {
    width: 100%; 
    height: 100%;
    border-radius: 100%;
    position: relative;
    margin-top: 50%;
    transform: translateY(-50%);
    margin-bottom: -50%;
    display: flex;
    justify-content: center;
    border: 4px solid var(--color1);
    border-style: dotted;
    padding: 4px;
    background: var(--bs-white);
    transition: 0.5s;
}

.team .team-item:hover .team-img {
    border: 4px solid var(--bs-white);
    border-style: dotted;
    background: 0;
}

.team .team-item .team-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    transition: 0.5s;
}

.team .team-item .team-title {
    padding: 25px 0 25px 0;
    text-align: center;
}

.team .team-item .team-title h4,
.team .team-item .team-title p {
    transition: 0.5s;
}

.team .team-item:hover .team-title h4,
.team .team-item:hover .team-title p {
    color: var(--bs-white);
}

.team .team-item .team-icon {
    display: flex;
    justify-content: center;
}

.team .team-item .team-icon a {
    transition: 0.5s;
}

.team .team-item:hover .team-icon a {
    color: var(--bs-dark);
    background: var(--bs-white);
}

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

/*** Testimonial Start ***/
.testimonial .testimonial-item {
    position: relative;
    margin-bottom: 30px;
    padding: 0 25px 25px 25px;
}

.testimonial .testimonial-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 50px);
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-light);
    z-index: -1;
}

.testimonial .testimonial-item .testimonial-img {
    display: flex;
    justify-content: center;
}

.testimonial .testimonial-item .testimonial-img img {
    width: 100px; 
    height: 100px;
    border-radius: 100px;
    border: 5px solid var(--bs-light);
    border-style: double;
    background: var(--bs-white);
}

.testimonial .testimonial-item .testimonial-text {
    padding: 25px 0;
    text-align: center;
}

.testimonial .testimonial-item .testimonial-title {
    display: flex;
    justify-content: space-between;
}

.testimonial .testimonial-item  .testimonial-quote-left {
    position: absolute;
    width: 60px; 
    height: 60px;
    top: 20px;
    left: 25px;
    border-radius: 60px;
    color: var(--color1);
    background: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-item  .testimonial-quote-right {
    position: absolute;
    width: 60px; 
    height: 60px;
    bottom: -30px;
    right: 25px;
    margin-top: -5px;
    border-radius: 60px;
    color: var(--color1);
    background: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-stage-outer {
    margin-top: 58px;
    margin-right: -1px;
}

.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: var(--color1);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--color1);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 20px 10px 0 10px;
    background: var(--color1);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: var(--bs-secondary);
    transition: 0.5s;
}

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

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: var(--color1);
}

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

/*** Testimonial End ***/

/*** Footer Start ***/
.footer {
    background: var(--bs-secondary);
	color:#848b92;
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}
.footer .footer-contact a {
    color: var(--bs-body);
}
.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    color: var(--color2);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--color1);
}
/*** Footer End ***/

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

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

.ttllogo{
	height: 60px;
	max-width: 100%;
	max-height: 60px;
    transition: .5s;
	padding: 5px;
	background: #fff;
	border-radius: 5px;
	/*filter: hue-rotate(150deg);*/
}
.sticky-top .ttllogo{
	max-height: 45px;
	transition: all 0.8s;
}
.bg-color1, .btn-color1{
    background:var(--color1);
    border-color:var(--color1);
}
.bg-color2, .btn-color2{
    background:var(--color2);
    border-color:var(--color2);
}
.bg-color3, .btn-color3{
    background:var(--color3);
    border-color:var(--color3);
}
.bg-color1-light{
	background: linear-gradient(to top,rgba(255,255,255,.85),rgba(255,255,255,.85)) var(--color1);
}
.bg-color2-light{
	background: linear-gradient(to top,rgba(255,255,255,.85),rgba(255,255,255,.85)) var(--color2);
}
.bg-color3-light{
	background: linear-gradient(to top,rgba(255,255,255,.85),rgba(255,255,255,.85)) var(--color3);
}
.bg-color1-dark{
	background: linear-gradient(to top,rgba(0,0,0,0.85),rgba(0,0,0,0.85)) var(--color1);
}
.bg-color2-dark{
	background: linear-gradient(to top,rgba(0,0,0,0.85),rgba(0,0,0,0.85)) var(--color2);
}
.bg-color3-dark{
	background: linear-gradient(to top,rgba(0,0,0,0.85),rgba(0,0,0,0.85)) var(--color3);
}
.text-color1{
    color:var(--color1);
}
.text-color2{
    color:var(--color2);
}
.text-color3{
    color:var(--color3) !important;
}
.border-color1 {
    border-color: var(--color1) !important;
}

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


.wcbx {
  font-size: 1.2rem;
  text-align: justify;
  letter-spacing: .7px;
}
.floatbtns a {
  position:fixed;
  bottom:56px;
  left:10px;
  padding:8px;
  overflow:hidden;
  transition:all .3s ease-in;
  left:100%;
  margin:0 auto;
  z-index:99;
  width:100%;
  text-align:center;
  color:#fff
}
.floatbtns a:hover {
  color:#fff
}
.floatbtns .btn {
  border-radius:5px;
  width:42px;
  height:42px;
  max-width:200px;
  margin-right:5px;
  padding:.3rem .5rem;
  padding:.1rem .2rem;
  border: 1px solid var(--color1);
	/*border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;*/
  border-radius:50%;
	animation-name: icon-animat;
	animation-duration: 5s;
	animation-delay: 1s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	transition: 0.5s;
}
.floatbtns .btn .h5 {
  font-size:1.6rem;
  line-height: 1.6;
  color:var(--color1);
  color:#fff;
}
.floatbtns .wafloat {
  left:5px;
  background:#25d366;
}
.floatbtns .wafloat.moveup {
  margin-bottom: 40px;
  /*bottom:56px;*/
}
.floatbtns .wafloat i {
  font-size:1.2em;
  line-height:1em
}
.floatbtns .bnfloat {
  background:linear-gradient(to top,rgba(10,10,10,.15),rgba(10,10,10,.15)) var(--color2);
  background:var(--color1);
  padding:.4rem .4rem;
  padding: .5rem .5rem;
  left:5px;
}
.floatbtns .bnfloat .h5 {
  line-height:1.0em;
  font-size:1.7rem;
  color:var(--color3);
}
.floatbtns .btntop {
  bottom: 70px;
}
.floatbtns .btnbottom {
  bottom: 20px;
}
.footer .address span {
  display: inline-grid;
}
.swiper-slide img {
  width: 100%;
  max-height: 720px;
  object-fit: cover;
  min-height:350px;
}
.swiper-slide{
	position: relative;
	overflow: hidden;
}
.banner-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  width:100%;
	z-index: 1;
	max-width: 692px;
	max-width: 80%;
}
.banner-caption .h2{
	font-size: 3.0rem;
	text-transform: uppercase;
	color: var(--color3);
	color: #ffffff;
	letter-spacing: 3px;
	text-align: center;
	font-weight: 900;
	text-shadow: 1px 1px 1px var(--color1), -1px -1px 1px var(--color2);
	text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff;
	text-shadow: 1px 1px 1px #000, -1px -1px 1px #fff;
}
.swiper-pagination-bullet {
	background: #aaa;
	width: 22px;
	/*height: 4px;*/
	width: 30px;
	max-width: 25%;
	height: 8px;
	width: 12px;
	height: 12px;
	box-shadow: 0px 2px 1px #333;
	opacity:.5;
	border-radius: 0;
	transition: opacity 1s ease;
	box-sizing: content-box;
	border: 5px solid transparent;
	background-clip: padding-box;
	background-color: #fff;
}
.swiper-pagination-bullet-active{
  background: var(--color1);
  background: #ffffff;
	opacity:1;
	border: 5px solid var(--color1);
}
.swiper-pagination-bullet.swiper-pagination-bullet.swiper-pagination-bullet {
  margin: 1px;
}
.swiper-button-next, .swiper-button-prev{
	opacity:.3;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
	color: var(--color1);
	opacity:1;
}
.swiper-slide:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, 0.7));
	transition: all 0.8s;
	z-index: 1;
}
body.noscroll, html.noscroll {
    overflow: hidden;
    height: 100%;
}
.navbar-light .navbar-nav .nav-link i {
    display: none;
}
.mmttl{
	display:none;
}
.navbar-light .navbar-nav .nav-link i {
	display: inline-block;
	font-size: 20px;
	margin-right: 10px;
	color: var(--color2);
	width: 25px;
	text-align: center;
	text-shadow: none;
	opacity: .8;
}
.gtlc1{
	fill:var(--color1);
}
.gtlc2{
	fill:var(--color2);
}
.mainbc .breadcrumb .breadcrumb-item a{
	color:var(--color3);
}
.mainbc .breadcrumb-item:before{
	color:var(--color2);
}
.text-justify{
	text-align:justify;
}
.footerlist a:before{
	content: "\f101";
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	color: var(--color2);
	font-weight: 900;
	margin-right: 6px;
}
.footer-contact i {
	color: var(--color2);
}
.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 10.8px;
	border-radius: 100%;
	/*background: var(--color1);*/
	color: var(--color2);
	border: 1px solid #fff;
}
ul.why-box{
	list-style: none;
	column-count: 2;
}
.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(--color3);
  background: transparent;
  background: var(--color1);
  border: 1px dotted;
}
.whyus .why-img svg{
	max-height: 70px;
	fill: var(--color1);
}
.whyus .why-img svg .cls-1{
	stroke: var(--color1);
	fill:none;
}
.whyus .why-item {
  background-color: rgba(var(--color3rgb), 0.1);
  box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 15px;
  transition: all ease-in-out 0.3s;
  border-radius: 18px;
  border-bottom: 5px solid rgba(var(--color3rgb), 0.5);
  height: 100%;
  overflow: hidden;
  position: relative;
}
.whyus .why-item:hover{
	transform: translateY(-10px);
	border-color:  var(--color1);
}
.whyus .why-item .whyttl{
	font-size: 1.5rem;
}
/* From Uiverse.io by mi-series */ 
.callbtn {
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--color1);
  min-width: 200px;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
  box-sizing: border-box;
  padding: 16px 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
	box-shadow:
	inset 0 0.125em 0.125em rgba(0, 0, 0, 0.05),
	inset 0 -0.125em 0.125em rgba(255, 255, 255, 0.5),
	0 0.25em 0.125em -0.125em rgba(0, 0, 0, 0.2),
	0 0 0.1em 0.25em inset rgba(255, 255, 255, 0.2),
	0 0 0 0 rgba(255, 255, 255, 1);
}

.callbtn:hover {
  opacity: .95;
  background-color: var(--color1);
  color: var(--color3);
}

.callbtn:after, .callbtn:before {
	content:'';
  border-radius: 100%;
  animation: ripple 0.6s linear infinite;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
  }
}
/* From Uiverse.io by 0xnihilism */ 
.service-card {
  max-width: 320px;
  border: 4px solid var(--color1);
  background-color: #fff;
  padding: 1.5rem;
  box-shadow: 10px 10px 0 var(--color1);
  font-family: "Arial", sans-serif;
}

.service-card .srvttl {
  font-size: 32px;
  font-weight: 900;
  color: var(--color1);
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 1.2rem !important;
  padding-bottom: 5px;
}

.service-card .srvttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 3px;
  background-color: var(--color1);
  transform: translateX(-100%);
  transition: transform 0.3s;
  margin-top:5px;
}

.service-card:hover .srvttl::after {
  transform: translateX(0);
}
.srvbtn {
  display: block;
  width: 100%;
  padding: 0.75rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  border: 3px solid var(--color1);
  background-color: #fff;
  color: var(--color1);
  position: relative;
  transition: all 0.2s ease;
  box-shadow: 5px 5px 0 var(--color1);
  overflow: hidden;
  text-decoration: none;
  margin-bottom: 1rem;
  height: 45px;
  align-self: flex-end;
}
.srvbtn:hover {
  background-color: var(--color1);
  border-color: var(--color1);
  color: #fff;
  box-shadow: 7px 7px 0 var(--color2);
}
.service-content{
	height: 100%;
}
.service-content-inner{
	display: grid;
	height: 100%;
}
.srvpg .service-card{
	max-width: calc(100% - 10px);
}
.abtxt {
  box-shadow: 0 30px 30px -25px rgba(var(--color1rgb), 0.5);
  padding: 10px;
  /*background-color: var(--color2);*/
  background: linear-gradient(to top,rgba(255,255,255,.85),rgba(255,255,255,.85)) var(--color3);
  color: #697e91;
  border: 1px dotted var(--color2);
}

.abtxt .inner {
  align-items: center;
  padding: 20px;
  background-color: #ecf0ff;
  background: linear-gradient(to top,rgba(255,255,255,.85),rgba(255,255,255,.85)) var(--color3);
  position: relative;
}
.sendbtn {
  font-family: inherit;
  font-size: 20px;
  background: var(--color2);
  color: white;
  padding: 0.7em 1em;
  padding-left: 0.9em;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.2s;
  cursor: pointer;
  justify-content: center;
}
.sendbtn i {
  display: block;
  transform-origin: center center;
  transition: transform 0.3s ease-in-out;
}

.sendbtn:hover .icon-wrapper {
  animation: fly-1 0.6s ease-in-out infinite alternate;
}

.sendbtn:hover i {
  transform: translateX(1.2em) rotate(45deg) scale(1.1);
}
.sendbtn span {
  display: block;
  margin-left: 0.3em;
  transition: all 0.3s ease-in-out;
}
.sendbtn:hover span {
  transform: translateX(1.5em);
  transition: all 0.2s;
}
@keyframes fly-1 {
  from {
    transform: translateY(0.2em);
  }

  to {
    transform: translateY(-0.2em);
  }
}
.srvrow-card {
  background: var(--color1);
  transition: 1s ease-in-out;
  clip-path: polygon(30px 0%, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0% 30px);
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  flex-direction: column;
  outline: 1px solid var(--color3);
  outline: 1px solid rgba(var(--color3rgb),.6);
  outline-offset: -10px;
}
.srvrow-card a{
	color: var(--color3);
}
#cf_container #form_message{
	height:auto;
}
.fbg1{
	background-color: #0d141b;
	background-color: #001020;
	padding: 15px 0 21px;
	padding-top: 15px;
	padding-bottom: 21px;
	padding-top: 15px;
	padding-bottom: 21px;
	background-image: url('../images/footerbg.png');
	background-size: contain;
	background-repeat: repeat-x;
	width: 100%;
	opacity: 1;
	background-position: bottom;
}
.wckwdtxt {
	font: normal bold 28px/34px "Poppins",Helvetica,Arial,Verdana,sans-serif;
}
.process .process-img svg {
  max-height: 150px;
}
.industries .industries-img svg {
  max-height: 70px;
}
.fillsvg1 path, .fillsvg1 circle{
  fill: var(--color1) !important;
}
.process .card-title{
  color: var(--color1);
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 2px 2px 0px #fff;
}
.step-card {
	overflow: hidden;
	height: 100%;
	border-radius: 100%;
	border: 1px solid var(--color2);
	transition: all 0.3s ease;
	cursor: pointer;
	aspect-ratio: 1;
}
.step-card:hover {
	transform: translateY(-10px);
	transform: scale(1.05) translateY(-10px);
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.process-steps {
	position: relative;
  transition: all 0.3s ease;
}
.process-steps::before {
  content: '';
  position: absolute;
  top: 55%;
  left: 50px;
  right: 50px;
  height: 1px;
  background: var(--color2);
  z-index: 0;
  transition: all 0.3s ease;
}
.step-card::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.4), transparent);
    top: -100%;
    left: -100%;
	border-radius: 100%;
    transition: all 0.5s ease;
}
.step-card:hover::before {
    top: 100%;
    left: 100%;
}
.process-steps .card-body{
	align-content: center;
}
.section-bg1 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, .1), rgba(0, 0, 0, .5) 50%), url(../images/section-bg1.jpg) left center no-repeat;
    background-size: auto, auto;
  background-size: cover;
}
.section-title .h2, .section-heading, .section-title{
	text-transform: uppercase;
	letter-spacing: 3px;
}

.industries-item {
	padding:5px;
	cursor:pointer;
	box-shadow: -1px 15px 30px -12px rgb(32, 32, 32);
	border-radius: 0.9rem;
	text-align: center;
}
.industries-item svg{
	cursor:pointer;
	transition: all 0.5s ease;
}
.industries-item:hover svg{
	transform: translate(-0.1rem, -2rem) rotate(-10deg);
	filter: drop-shadow(2px 2px 1px var(--color1));
	transition: all 0.5s ease;
}
.industriesttl{
	padding: 10px;
	font-size: 1.1rem;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 0;
	text-align: center;
	background: var(--color2);
	color: var(--color3);
	border-bottom-left-radius: .9rem;
	border-bottom-right-radius: .9rem;
	white-space: nowrap;
}
.industries .colgrid{
	flex-direction: row;
}
.srvpg .sp-img svg{
	max-height:480px;
}
.fillcolor1{
	fill: var(--color1);
}
.fillcolor2{
	fill: var(--color2);
}
.spfillsvg .fillcolor1{
	fill: var(--color2);
}
h1.display-5 {
	font-size: 2.2rem;
	letter-spacing:2px;
}
.contact .sp-img svg{
	max-height:280px;
}
.about .abimg{
	max-height: 560px;
}
.srvrow-card svg{
	max-height:150px;
	padding:10px;
	filter: drop-shadow(0px 0px 56px var(--color3));
}
.navbar-mobile .dropdown-menu, .navbar .navbar-mobile .nav-item:hover .dropdown-menu {
	background:var(--color2);
	background: linear-gradient(to top,rgba(255,255,255,0.25),rgba(255,255,255,0.25)) var(--color2) !important;
}
.navbar-mobile .dropdown-menu .dropdown-item{
	color:#fff;
}




@media (max-width: 991.98px) {
  .ttllogo {
    max-height: 50px;
	transition: all 0.8s;
  }
  a.ttlgo{
	  max-width: calc(100% - 70px);
	  display: block;
	transition: all 0.8s;
  }
  .main-slider, .swiper-slide, .swiper-wrapper{
	  --aspect-ratio: 1280/720  !important;
  }
  .main-slider .swiper-slide .banner-caption h2{
	  font-size: 1.6rem;
  }
  .swiper-slide img {
	  min-height: auto;
  }
	.swiper-button-next::after, .swiper-button-prev::after {
	  font-size: 2rem;
	}
#slide-navbar-collapse, #navbarCollapse {
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 9999;
	width: calc(100% - 40px);
    height: 100%;
	background: var(--color2);
    overflow: auto;
	box-shadow: 2px 0px 20px #000;
}
    .navbar-collapse.collapsing {
        height: 100% !important;
        margin-right: 50%;
        transition: all 0.3s ease;
        display: block;
		left: -100%;
    }
    .navbar-collapse.show {
        right: 0;
    }

.menu-overlay {
    display: none;
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    filter: alpha(opacity=50);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1999;
}

.mmttl{
	padding: 12px 0;
    /*border-bottom: 1px solid #666;*/
	display:none;
	background: var(--color1);
	background: #ffffff;
}
.mmttl h1{
	font-size: calc(1em + 1vw);	
	margin-bottom: 5px;
	line-height: 1;
	text-decoration:none;
}
.mmttl h1 a{
	text-decoration:none;
}
.mm-close {
    position: absolute;
    top: 5px;
    right: 10px;
    padding: 0;
    line-height: 1em;
    background: none;
}
.mm-close i{
    border-radius: 50%;
    padding: 0px;
	font-size:2.6em;
	/*text-shadow: 0px 0px 2px #222;*/
	color:var(--color2);
	opacity: .6;
}
.mm-close:hover i{
	/*text-shadow: 0px 0px 2px #000000;*/
	color:#ff9999;
}
.navbar-light .navbar-nav .nav-link,
.sticky-top .navbar-light .navbar-nav .nav-link {
	color: #ffffff !important;
    padding: 15px 15px;
	border-bottom: 1px solid var(--color1);
	margin-right:0;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #ffffff !important;
}
.navbar-light .navbar-nav .nav-link i {
	color: var(--color3);
	text-shadow: 1px 1px 1px #000000;
}
.process-steps::before {
  content: '';
  position: absolute;
  top: 50px;
  left: 50%;
  bottom: 50px;
  width: 2px;
  background: var(--color2);
  z-index: 0;
  right: unset;
  height: unset;
}
.industries .colgrid{
	flex-direction: column;
}

}