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

:root {
    --color1: #0059b3;
    --color2: #00b3b2;
    --color3: var(--color2);
    --color4: #F2F2F2;
	--bs-dark: #0E121D;
}
body {
  margin:0;
  font-family:"Inter",sans-serif;
  font-size:1rem;
  font-weight:400;
  line-height:1.5;
  color:#878d97;
  color:#444444;
  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:"Jost",sans-serif;
  font-weight:500;
  line-height:1.2;
  color:#0e121d
}
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:2.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);
}

/*** Spinner Start ***/
#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: 40px;
    height: 40px;
}

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

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

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

.btn.btn-light, .footer .footer-item a.btn.btn-light {
    color: var(--color1);
    border: none;
}

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

/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-white);
}

.sticky-top {
    transition: 1s;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    letter-spacing: 1px;
    color: var(--bs-dark);
    font-size: 17px;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

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

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

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

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

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

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

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



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

@media (max-width: 991px) {
    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--color1);
        color: var(--color1);
    }

    .sticky-top .navbar-light .navbar-nav .nav-link {
        padding: 12px 0;
    }
}

    .header-top .navbar-brand {
        position: relative;
        overflow: hidden;
        padding: 40px 50px 40px 0;
        z-index: 99;
    }
    
    .header-top .navbar-brand::before {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 300px;
        height: 600px;
        top: -200px;
        right: 18px;
		right: 25px;
        background: var(--bs-dark);
		background: var(--bs-white);
        transform: rotate(-18deg);
        z-index: -1;
    }
    
    .header-top .navbar-brand::after {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 15px;
        height: 600px;
        top: -200px;
        right: 18px;
        background: var(--color1);
        transform: rotate(-18deg);
        z-index: -1;
		border-left: 5px solid var(--bs-dark);
		border-right: 5px solid var(--bs-dark);
    }

/*** Navbar End ***/


/*** Carousel Hero Header Start ***/
.hero-section {
    background-image: url(../img/carousel-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 700px;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-bg-half-1 {
    background-image: url(../img/header-2.jpg);
    clip-path: polygon(37% 0%, 100% 0%, 100% 100%, 0% 100%);
    filter: grayscale(10%);
    transform: scale(100% - 50%);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 58%;
    height: 100%;
    right: 0;
    top: 0;
}

.hero-bg-half-2 {
    background-image: url(../img/header-1.jpg);
    clip-path: polygon(37% 0%, 100% 0%, 100% 100%, 0% 100%);
    filter: grayscale(10%);
    transform: scale(100% - 50%);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 58%;
    height: 100%;
    right: 0;
    top: 0;
}

.hero-shape-1 {
    background-color: var(--color1);
    width: 150px;
    height: 50%;
    position: absolute;
    left: 54%;
    top: 0;
    transform: translateY(-50%) skew(-26deg, 0deg);
    position: relative;
}

.hero-shape-1:before {
    background-color: var(--bs-dark);
    content: "";
    width: 50%;
    height: 80%;
    position: absolute;
    right: 0;
    top: 0;
}

.hero-shape-2 {
    background-color: var(--bs-dark);
    width: 150px;
    height: 50%;
    position: absolute;
    right: -43%;
    bottom: 0;
    transform: translateY(50%) skew(-25deg, 0deg);
    position: relative;
    z-index: 1;
}

.hero-shape-2::after {
    background-color: var(--color1);
    content: "";
    width: 75px;
    height: 80%;
    position: absolute;
    right: 0;
    bottom: 0;
}

/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item {
    height: 700px;
}

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

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

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

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
    z-index: 9;
}

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

    .header-carousel.owl-carousel,
    .header-carousel .header-carousel-item {
        height: 700px;
    }
}
/*** Carousel Hero Header End ***/


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

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

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


/*** Banner Start ***/
.banner {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/banner-img.jpg);
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/bannerbg1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
}

.banner .container {
    position: relative;
    z-index: 99;
}

.banner::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 500px;
    top: -200px;
    left: 0;
    background: var(--color1);
    transform: rotate(45deg);
    z-index: 1;
}

.banner::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 500px;
    bottom: -200px;
    right: 0;
    background: var(--color1);
    transform: rotate(45deg);
    z-index: 1;
}

.banner .banner-design-1 {
    position: absolute;
    width: 30px;
    height: 500px;
    top: -165px;
    left: 0;
    background: var(--bs-dark);
    transform: rotate(45deg);
    z-index: 2;
}

.banner .banner-design-2 {
    position: absolute;
    width: 30px;
    height: 500px;
    bottom: -165px;
    right: 0;
    background: var(--bs-dark);
    transform: rotate(45deg);
    z-index: 2;
}
/*** Banner End ***/

/*** Service Start ***/
.service .nav .nav-item {
    width: 75%;
    border: 1px solid var(--color1);
    background: var(--bs-light);
}

.service .nav .nav-item a {
    display: flex;
    justify-content: center;
}


.owl-stage-outer {
    margin-right: -1px;
}
.service .nav-item a.active {
    background: var(--color1);
}

.service .nav-item a span {
    color: var(--bs-dark);
}

.service .nav-item a.active span {
    color: var(--bs-white);
}

.service-carousel .owl-nav .owl-prev,
.service-carousel .owl-nav .owl-next {
    position: absolute;
    padding: 10px 35px;
    border: 1px solid var(--color1);
    color: var(--bs-dark);
    background: var(--bs-light);
    transition: 0.5s;
}

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

@media (min-width: 992px) {
    .service-carousel .owl-nav .owl-prev {
        top: 0;
        left: -115px;
    }
    
    .service-carousel .owl-nav .owl-next {
        bottom: 0;
        left: -115px;
    }
}

@media (max-width: 991px) {
    .owl-stage-outer {
        margin-bottom: 70px;
    }
    .service-carousel .owl-nav .owl-prev {
        bottom: -70px;
        left: 0;
    }

    .service-carousel .owl-nav .owl-next {
        bottom: -70px;
        right: 0;
    }

    .service .nav {
        display: flex;
        justify-content: center;
    }
}
/*** Service End ***/

/*** Projects Start ***/
.projects .nav-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .09);
}

.projects-item .projects-content {
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.projects .nav-item a.active {
    background: var(--color1);
}

.projects .nav-item a span {
    color: var(--bs-dark);
}

.projects .nav-item a.active span {
    color: var(--bs-white);
}

.projects .nav-item a.active .projects-icon {
    background: var(--bs-dark) !important;
}

.projects .nav-item a.active .projects-icon span {
    color: var(--color1);
}
/*** Projects End ***/


/*** Blog Start ***/
.blog .blog-item {
    height: 100%;
    background: var(--bs-light);
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    background: rgba(246, 138, 10, .3);
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img::after {
    width: 100%;
    height: 100%;
}

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

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

.blog .blog-item .blog-heading {
    position: relative;
    background: var(--bs-white);
}

.blog .blog-item .blog-heading a.h4 {
    position: relative;
    width: 100%;
    display: inline-flex;
    transition: 0.5s;
    z-index: 2;
}

.blog .blog-item .blog-heading::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    right: 0;
    bottom: 0;
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item:hover .blog-heading::after {
    width: 100%;
    background: var(--color1);
}

.blog .blog-item:hover .blog-heading a.h4 {
    color: var(--bs-white);
}

.blog .blog-item:hover .blog-heading a.h4:hover {
    color: var(--bs-dark);
}
/*** Blog End ***/

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

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

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: 20px; right: -100%;
    z-index: 9;
    transition: 0.5s;
}

.team .team-item:hover .team-img .team-icon {
    right: 25px;
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: rgba(246, 138, 10, .2);
    transition: 0.5s;
    z-index: 1;
}

.team .team-item:hover .team-img::after {
    height: 100%;
}

.team .team-item .team-content {
    transition: 0.5s;
}

.team .team-item:hover .team-content {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}
/*** Team End ***/

/*** FAQs Start ***/
.faq-section .accordion .accordion-item {
    margin-bottom: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    border: none;
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--bs-white);
    background: rgba(246, 138, 10, .9);
    font-size: 18px;
	box-shadow: none;
}

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

/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-right: -1px;
}

.testimonial .testimonial-item {
    position: relative;
    margin-top: 35px;
}

.testimonial .testimonial-item .customer-text {
    border: 1px solid var(--color1);
    border-top: none;
}

.testimonial .testimonial-item .testimonial-quote {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: 25px;
    transform: translateY(-50%);
    color: var(--bs-dark);
    background: var(--color1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-item .testimonial-inner {
    display: flex;
    align-items: center;
    background: var(--bs-white);
}

.testimonial .testimonial-item .testimonial-inner img {
    width: 100px; 
    height: 100px;
    border: 2px solid var(--color1);
}

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

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

@media (max-width: 991px) {
    .testimonial-carousel .owl-dots .owl-dot {
        margin: 0 10px 0 10px;
    }
}

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

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

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

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

/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
	color:#cccccc;
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-white);
    transition: 0.5s;
	line-height: 1.8;
	display: flex;
}

.footer .footer-item p {
    line-height: 35px;
	line-height: 1.8;
	margin-bottom: .5rem;
}

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

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

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

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

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark);
}
/*** 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;
	color: #fff;
	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: 70px;
	max-width: 100%;
	max-height: 70px;
    transition: .5s;
	padding: 5px;
	/*background: #fff;*/
	border-radius: 5px;
	/*filter: hue-rotate(150deg);*/
}
.sticky-top.shadow-sm .ttllogo{
	max-height: 60px;
}
.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);
	color: var(--bs-light);
}
.btn-color1:hover, .btn-color2:hover, .btn-color3:hover{
	background: var(--bs-dark);
	background: var(--bs-green);
	color: var(--bs-white);
}
.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);
}
.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;
  line-height: 1.8;
}
.swiper-slide img {
  width: 100%;
  object-fit: cover;
  object-fit: fill;
  /*max-height: 720px;
  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: 100%;
	transition: opacity 1s ease;
	box-sizing: content-box;
	border: 5px solid transparent;
	background-clip: padding-box;
	background-color: #fff;
}
.swiper-pagination-bullet-active{
  background: var(--color1);
  background: #ffffff;
	opacity:1;
	border: 5px solid var(--color1);
}
.swiper-pagination-bullet.swiper-pagination-bullet.swiper-pagination-bullet {
  margin: 1px;
}
.swiper-button-next, .swiper-button-prev{
	color: var(--color1);
	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;*/
}
.text-muted {
  color: #6c757d !important;
}
.topsocial a i{
	font-size: 1.7rem;
}
.sticky-top.shadow-sm {
	position: -webkit-sticky;
	position: sticky;
	background: #fff;
	height:auto;
	transition: .5s;
}
.sticky-top.shadow-sm::before, .sticky-top.shadow-sm .topbar {
	height:0 !important;
	display:none !important;
	/*visibility:hidden;*/
	transition: .5s;
}
.header-top.shadow-sm .navbar-brand, .header-top.shadow-sm .nav-bar {
	height:auto !important;
	transition: .5s;
}
.header-top.shadow-sm .nav-bar .navbar {
	padding:0;
	transition: .5s;
}
.header-top.shadow-sm .navbar-brand {
	padding: 40px 60px 40px 0;
	transition: .5s;
}
.brdrbtm2{
	border-bottom: 3px solid var(--color1);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.brdrbtm2::after{
	border-top: 3px solid var(--color2);
	border-bottom: 3px solid var(--color1);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.text-justify{
	text-align:justify;
}
#services .icon, #products .icon{
	border: 1px solid var(--color1);
	border-radius: 10px;
	padding: 1rem;
	max-width: 160px;
	margin: 0 auto;
	transition: .5s;
}
#services .service-item:hover .icon, #products .service-item:hover .icon{
	box-shadow: 0px 0px 15px var(--color1);
	transform: scale(1.1);
	transition: .5s;
}
#services p, #products p{
	font-size: 1.2rem;
}
.svgshape01 .svgshp{
	fill: var(--color3);
}
#products .svgshape01 .svgshp{
	fill: var(--color1);
}
.callbtn {
  align-items: center;
  background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
  background-image: linear-gradient(180deg,rgba(var(--color1rgb), 0.7), rgba(var(--color2rgb), 0.9) 50%,rgba(var(--color1rgb), 0.7));
  background-image: linear-gradient(0deg,var(--color2), var(--color1) 50%,var(--color2));
  border: 0;
  border-radius: 3px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-shadow: rgba(var(--color3rgb), 0.4) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: 1.2rem;
  justify-content: center;
  /*line-height: 1em;*/
  max-width: 100%;
  min-width: 150px;
  padding: 16px 20px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  align-self: flex-end;
  transform: skewX(0deg);
  box-shadow: 4px 4px 0 var(--color2);
  box-shadow: -4px -4px 0 #ccc;
}
.callbtn:active,
.callbtn:hover {
  outline: 0;
}
.callbtn:hover, .footer .share-link a.callbtn:hover {
  background-image: linear-gradient(180deg,rgba(var(--color1rgb), 0.9), rgba(var(--color1rgb), 0.7) 50%,rgba(var(--color1rgb), 0.9));
  color: var(--color3);
  box-shadow: -6px -6px 0 #aaa;
}
.callbtn.unskew {
  transform: none;
}
.srvlst .service-item{
	box-shadow: 0px 0px 5px rgba(var(--color2rgb),.5);
	padding: 1rem;
	overflow: hidden;
	border-radius: 10px;
	width: 100%;
}
#services .srvlst .icon, #products .srvlst .icon {
	border:none;
	max-width: 250px;
}
#services .srvpg .icon, #products .srvpg .icon {
	border:none;
	max-width: 350px;
}
.srvrowttl{
	min-height: 68px;
	min-height: auto;
}
.srvrow .service-item{
	border:1px solid rgba(var(--color1rgb),.3);
	border-radius: 10px;
	padding: 1rem;
}
h2.display-5, h2.display-5 a, h1.section-title, h1.display-5{
	color: var(--color3);
}
.breadcrumb {
	--bs-breadcrumb-divider-color:#888888;
}
.navbar .nav-item .dropdown-menu .dropdown-item{
	white-space: normal;
	min-width: 270px;
}
.navbar .nav-item .dropdown-menu {
	border: 1px solid #ccc;
	border-top:none;
	/*top: calc(100% - 15px);*/
	box-shadow: 0px 1px 2px 0px #000;
}
.dropdown-item {
	white-space: normal;
	min-width:280px;
	font-size:1.1rem;
	padding: .5rem 1rem;
	border-bottom: 1px dotted var(--color1);
}
.dropdown-item:hover, .dropdown-item.active {
  color: var(--color1);
  background: transparent;
}
.dropdown-item:last-child{
	border-bottom:none;
}
.navbar .nav-item:hover .dropdown-menu {
	margin-top: 0px !important;
}
.contact-add-item{
  background: rgba(var(--color3rgb),.1);
  height: 100%;
  border-radius: 5px;
}
.contact-add-item i{
  color: var(--color3);
}
.contact-add-item a, .tags a{
	color: #444444;
}
.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(--color3);
	border: 1px solid #fff;
}
ul.why-box{
	list-style: none;
	column-count: 2;
}
.trbg{
	background:transparent;
}
#services.srvrow .service-item {
	border: 1px solid rgba(var(--color1rgb),.3);
	padding: 1rem;
	/*aspect-ratio: 1;
	border-radius: 100%;
	background: var(--color1);*/
}
#services .srvrowttl {
	min-height: auto;
	font-size: 1.3rem;
}
#services .srvrowttl a{
	/*color: var(--bs-light);*/
}
#services .icon {
  /*padding: 0;*/
}
#products.srvrow .service-item {
	background: var(--color3);
}
#products .srvrowttl a:hover{
	color: var(--bs-light);
}
.fill-color1{
	fill: var(--color1);
}
.abt-img img{
	border-radius:10px;
	outline: 3px solid var(--color1);
	outline-offset: -7px;
}
.gallery-grids {
	position:relative;
}
.gallery-grids i{
	color: var(--color1);
	font-size: 1.5em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	opacity:0;
	text-shadow: 1px 1px 0px #000;
	transition: all 0.3s ease;
}
.gallery-grids:hover i{
	opacity:1;
	font-size: 1.5em;
	transition: all 0.3s ease;
}
.galry-grid a img{
	box-shadow: 0 0 2px #000;
	border-radius: 5px;
	overflow: hidden;
	/*border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: var(--color4);
	border-bottom: 3px solid var(--color2);
	border-top: 3px solid var(--color1);*/
	margin-bottom: 0;
	width: 100%;
	border: 2px solid var(--color1);
}
.about .galry-grid a img{
	border: none;
}






@media (max-width: 991px) {
	.navbar .nav-item .dropdown-menu {
		box-shadow:none;
		border:none;
		
	}
	ul.why-box {
		column-count: 1;
	}
	ul.why-box h3 {
		display:flex;
	}
	ul.why-box i {
		width: 48px;
		height: 48px;
	}
}