/********** Template CSS **********/
:root {
    --primary: #d00000;
    --secondary: #F57E57;
    --light: #EEF9FF;
    --dark: #091E3E;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

.text-primarycolor
{
color:#FFFFFF;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#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;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 35px 15px;
    font-size: 18px;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .85);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: linear-gradient(rgba(208, 0, 0, .85), rgba(208, 0, 0, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.bg-appointment {
    background: linear-gradient(rgba(208, 0, 0, .85), rgba(208, 0, 0, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.appointment-form {
    background: rgba(6, 163, 218, .7);
}

.bg-text1
{
background-color:#FFFFFF;
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.mb-4 img
{
max-width:100%;
height:auto;

}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background:url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: rgba(6, 163, 218, .85);
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.bg-testimonial {
    background: url(../img/carousel-2.html) center center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background: rgba(6, 163, 218, .85);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}


.servicecard{text-align:center;padding:20px;background:#fff;border-radius:8px;-webkit-box-shadow:0 6px 16px rgb(52 105 203/16%);box-shadow:0 6px 16px rgb(52 105 203/16%)}
		  
		  
		  .servicecard p{font-size:16px;line-height:22px;margin-top:14px; color:#000000}
		  
		  .servicecard img{width:40px}
		  
		  
		  .service-card{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:35px;padding:10px 0}
		  
.icon-pora{width:50px;margin-right:15px}.hero-feature{display:grid;grid-template-columns:200px 200px;grid-gap:30px;margin-top:40px}.whyus{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:35px}.whyusbox{text-align:center}.whyusbox img{width:100%}.imgbdr{background:#fff;border-radius:100px;width:90px;height:90px;text-align:center;margin:0 auto;border:1px solid #eaf0fa;padding:15px;margin-bottom:15px}.bg-fixed-img:before{z-index:1}


.servicecard{position:relative;overflow:hidden}
		  
		  .servicecard:hover:after{width:100%}
		  
		  
		  .servicecard:after{content:'';position:absolute;left:0;width:0%;bottom:0;height:4px;background:linear-gradient(200deg,#d30000 .33%,#f22727 85.46%);transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease}
		  
		  
		  
		  .servicecard a{display:block}.blur-bg-blocks{overflow-x:hidden;overflow-y:hidden}.blur-bg-set{overflow:hidden}.blur-bg{z-index:0;border-radius:50%;position:absolute;width:500px;height:500px;-webkit-filter:blur(100px);filter:blur(100px);opacity:20%}.blur-bg-a{left:-4%;top:-10%;background:#ffb600}.blur-bg-b{background:#e04446;margin:0 auto;left:-20%;top:30%}.blur-bg-c{right:0;top:-10%;background:#00ffb8}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:none}.border-outer{position:relative;z-index:100px}.top-header .nav-link:hover{color:#ffd064}.btn-link.focus,.btn-link:focus{text-decoration:none;box-shadow:none}.modal .modal-dialog-aside{width:500px;max-width:80%;height:100%;margin:0;right:-17px}.modal .modal-dialog-aside .modal-content{height:inherit;border:0;border-radius:0}.modal .modal-dialog-aside .modal-content .modal-body{overflow-y:auto}.modal.fixed-left .modal-dialog-aside{margin-left:auto;transform:translateX(100%)}.modal.fixed-right .modal-dialog-aside{margin-right:auto;transform:translateX(-100%)}.modal.show .modal-dialog-aside{transform:translateX(0)}.icon-setss{display:flex;justify-content:space-between}.icon-rows{padding:0;text-align:center}.icon-imgg img{width:42px}.icon-txt p{margin-top:8px;font-size:14px;font-weight:500}.border0{border:none!important}.form-btm-set{padding:0 20px}.owl-carousel .owl-item .project-logo img{display:block;width:auto;height:45px;margin:0 auto}.cta-heading{position:relative;z-index:5}.getmob{color:#fff!important;background:linear-gradient(200deg,#0085ff .33%,#9340fa 85.46%);box-shadow:0 15px 30px -15px rgb(90 92 248/60%);padding:5px 10px;border-radius:8px;font-size:14px;line-height:24px}.th2 .getmob:hover{color:#fff!important}
	


@media only screen and (max-width:1380px){.hero-section{height:100vh}}@media only screen and (max-width:1200px){.service-card{grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:35px;padding:10px 0}.ct1280 .container,.ct1280 .container-lg,.ct1280 .container-md,.ct1280 .container-sm,.ct1280 .container-xl{max-width:1170px}.blur-bg{width:350px;height:350px}.partnerlogo{grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:30px}.steps-div{padding:30px 20px;border-radius:20px}}


@media only screen and (max-width:992px){.header-heading-1{text-align:center}.th2 .icon-bar{background-color:#000}.hero-feature{grid-template-columns:auto auto;grid-gap:20px;margin-top:30px;justify-content:center}.service-card{grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:35px;padding:60px 0}.whyus{grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px}.m-mt60{margin-top:60px}.img-box{text-align:center}.itm-media-object .media-body{margin-left:15px}.pr50{padding-right:0}h1{font-size:40px;line-height:50px}h2{font-size:35px;line-height:44px}h3{font-size:25px;line-height:34px}h4{font-size:18px;line-height:26px}h5{font-size:16px;line-height:24px}h6{font-size:14px;line-height:22px}p{font-size:16px;line-height:26px}.m-mt30{margin-top:30px}.img-box1 img{border-radius:20px 20px 20px 20px}.m-text-c{text-align:center}.m-m0{margin:0!important}.hide-desk{display:block}.hide-mob{display:none}.sticky .top-header .nav-link{font-weight:600;font-size:17px;color:#333}.top-header .nav-link{font-weight:600;font-size:17px;color:#333}.top-header .nav-link.active{color:#333}.top-header .nav-link.active:after{background:#333}.fixed-top{height:auto}.mt30a{margin-top:0}.navbar-collapse{margin:10px 0 0;background:#fff;padding:10px 16px}.sticky .navbar-collapse{padding:0}.top-header{min-height:auto}.fixed-top{padding-top:8px;padding-bottom:8px}.header-heading h1{font-size:40px line-height:48px}.header-heading{margin:0;padding:0;text-align:center}.pad-tb{padding-top:60px;padding-bottom:60px}.form-block{margin:0 0 30px}.hero-section{padding-top:110px;padding-bottom:100px;height:auto}.top-header .nav-link{font-size:16px;padding:8px 0}.cta-heading-2{text-align:center;margin:0 auto 30px;display:block}}



@media only screen and (max-width:767px){.modal .modal-dialog-aside{width:100%;max-width:100%;height:100%;margin:0;right:0}.modal .modal-dialog-aside .modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:0}.service-card{grid-gap:15px;padding:5px 0px}.btn-rd{width:100%}.itm-media-object .media .img-ab-{width:55px}.common-heading h2{font-size:30px}.hero-section .form-block{margin:30px 0 0}.header-right ul{padding:0}.pl0{padding-left:15px!important}.cta-heading-2 h2{font-size:30px;text-align:center}.common-heading h3{font-size:20px;margin-bottom:20px}.cta-heading p{text-align:center;line-height:1.3}.cta{width:100%}.common-heading p{max-width:100%}.feature-image{margin:20px 0 0}}@media only screen and (max-width:375px){.header-heading h1{font-size:35px;line-height:44px}}


@media only screen and (max-width:340px){.mobile-btn span{display:none}}
		  
