:root{
        --borders-color2: #c8c7c7;
            --primary-color1: #24bdc7;
            --tv-black:#000;
                 --tv-white:#fff;
                 --white-color:#fff;
                 --theme-color: #24BDC7;
                 --theme-color2:#72bf44;
                 --light-dark-color:#292828;
                     --title-color: #110F0F;
                         --text-color: #525252;
                             --border-color: #24bdc75e;
                             --theme-color3:rgb(29 139 146);
                             --theme-color4:#ffc107;
}

a {
    color: var(--primary-color1);
    text-decoration: underline;
}
body{
  color:var(--tv-black);
}
nav.main-navigation {
    padding-right: 30px;
}
.tv-header-section:is(.header_style_three) {
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid #525252;
}

.tv-header-section {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    position: absolute;
    
    background: var(--theme-color);
}
.tv-header-content {
    padding: 16px 0px;
    width: 100%;
    max-width: 100%;
}
.brand-logo img.logo_site-size {
    width: 100%;
    max-width: 180px;
}

.ul-li ul {
    margin: 0;
    padding: 0;
}

.ul-li ul li {
    list-style: none;
    display: inline-block;
}
.tv-header-section .dropdown {
    position: relative;
    padding-right: 16px;
}

.tv-header-section:is(.header_style_three) .main-navigation li {
    margin: 0px 16px;
}

.tv-header-section:is(.header_style_three) .main-navigation li a {
    color:var(--tv-white);
    font-size: 16px;
    font-weight: 500;
    display: inline;
    padding-bottom: 30px;
}

.tv-header-section .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}


.banner-img-box .img-box {
    height: 100%;
}

.img-box {
    position: relative;
    overflow: hidden;
}

.banner .banner-img-box {
    position: absolute;
    width: 100%;
    height: 100%;
}

.img-box img, .banner-img-box .img-box video, .img-box video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: cover;
        display: block;

}

.banner-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color:var(--tv-white);
        flex-direction: column;
}
.banner-wrapper{
    position: relative;
    min-height: 100%;
        padding: 90px 0 80px;
}

.banner-wrapper .banner-img-box {
    position: absolute;
    width: 100%;
    height: 98%;
}

a {
    box-shadow: none;
    text-decoration: none;
}

.tv-header-section  .header-action .header-cta .item-icon {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    color: var(--tv-black);
    background-color: #f2f2f2;
    -webkit-animation: ring 4s 0.7s ease-in-out infinite;
    animation: ring 4s 0.7s ease-in-out infinite;
        margin-right: 8px;
}

.tv-header-section  .header-action .header-cta .item-text h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--tv-white);
        line-height: 1;
            margin-bottom: 5px;
}

.tv-header-section  .header-action .header-cta .item-text a {
    color: var(--tv-white);
    font-size: 18px;
    font-weight: 500;
        line-height: 1;
}



.tv-header-section .header-action .header-cta .item-icon i {
    font-size: 20px;
    color: var(--tv-black);
}

.banner-wrapper  .inner-banner {
    position: relative;
    z-index: 5;
    padding-top: 100px;
    padding-bottom: 30px;
}

.banner-wrapper .inner-banner .cust-container-md h1 {
    font-size: 54px;
        text-transform: capitalize;
}
.search-area {
    position: relative;
    z-index: 1;
}

.feature-area.feature-area-adds img {
    width: 100%;
    max-width: 100%;
    height: 280px;
}

.tv-feat3-item {
    border-radius: 16px;
    padding: 36px 36px 18px;
    background-color: #03b4bc26;
        box-sizing: border-box;
}

.tv-feat3-item .item-text p {
    font-size: 16px;
        margin-bottom: 0;
}

.tv-feat3-item .item-text {
    margin-bottom: 30px;
    text-align: center;
}

.tv-feat3-item .item-img {
    z-index: 1;
    height: 182px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.tv-feat3-item .item-img:before {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    /* -webkit-transform: skew(8deg);
    transform: skew(8deg); */
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.tv-feat3-item .item-img img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
}

.feature-area-two {
    padding: 50px 0;
}
.section-title {
    padding-bottom: 20px;
}

.feature-area.feature-area-adds
 {
    padding: 60px 0 0;
}

.header_style_three.txa_sticky_header.fixed {
    width: 100%;
    position: fixed;
    top: 0;
      transition:  0.5s ease-in;
        background-color: var(--theme-color);

}

.home3-offer-and-service-section .offer-area a img {
    border-radius: 20px;
    width: 100%;
    max-width: 100%;
} 

.theme-ptb-common {
    padding: 60px 0;
}



/* service sec css start here  */

.vs-services-style1  {
    background-color: var(--primary-color1);
    padding: 30px 20px 20px;
    box-sizing: border-box;
    text-align: center;
    height: 100%;
}
.banner-wrapper:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #29292970;
    display: block;
    z-index: 1;
}

.sec-subtitle {
    text-transform: uppercase;
    display: block;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 18px 0;
}

.text-white-color {
    color: var(--white-color);
}

.sec-title {
    text-transform: capitalize;
    line-height: 122.222%;
        font-size: 45px;
}

.vs-btn

 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color:var(--theme-color);
    color: var(--white-color);
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    padding: 19px 45px;
    border-radius: 14px;
    z-index: 1;
    overflow: hidden;
    letter-spacing: 0.1px;
    height: max-content;
    width: max-content;
}
.title-area {
    margin-bottom: 35px;
}

.vs-services-style1 {
  position: relative;
}

.vs-services-style1-icon-1,
.vs-services-style1-icon-2 {
  position: absolute;
 
}
.vs-services-style1-icon-1 {
  left: 100px;
  top: 100px;

  
}
.vs-services-style1-icon-2 {
  left: 40%;
  top: 300px;
}

.animate-parachute {
    transform-origin: center top;
    animation: parachuteFloat3D 5s infinite ease-in-out;
}

@keyframes parachuteFloat3D {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg);
  }
  20% {
    transform: translate3d(-8px, -8px, 5px) rotateX(5deg) rotateY(-5deg);
  }
  40% {
    transform: translate3d(8px, -4px, -5px) rotateX(-5deg) rotateY(5deg);
  }
  60% {
    transform: translate3d(-6px, 6px, 3px) rotateX(3deg) rotateY(-3deg);
  }
  80% {
    transform: translate3d(6px, 4px, -3px) rotateX(-3deg) rotateY(3deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg);
  }
}


.animate-parachute {
  transform-origin: center top;
  animation: parachuteFloat3D 5s infinite ease-in-out;
}
.vs-services-box-style1 {
    border-radius: 15px;
    background-color: var(--white-color);
    overflow: clip;
    position: relative;
}
.vs-services-box-style1 .services-thumb {
    overflow: clip;
}

figure {
    display: block;
    margin: 0;
}
.vs-services-box-style1 .services-thumb img {
    transition: all 0.3s linear;
}

.vs-services-box-style1 .services-icon {
    margin-top: -40px;
}
.vs-services-box-style1 .services-icon svg {
    color: var(--theme-color);
    transition: all 0.3s;
    position: relative;
    left: calc(100% - 130px);
}

.vs-services-box-style1 .services-content-inner {
    /* padding: 0 27px 50px;
    margin-top: -8px; */
        padding: 20px 27px 20px;
    margin-top: -8px;
    
}
.vs-services-box-style1 .services-content-inner .services-title:has(~ p) {
    margin-bottom: 10px;
}

.vs-services-box-style1 .services-content-inner .services-title {
    transition: all 0.3s;
}

.pt-120 {
    padding-top: 120px;
}

.vs-services-box-style1.v2 {
    padding: 50px 48px;
    background-color: var(--light-dark-color);
}
.vs-services-box-style1.v2 .eiffel-tower {
    position: absolute;
    bottom: 0;
    right: 22px;
}
.vs-services-style1 {
    padding-top: 120px;
    padding-bottom: 120px;
}
/* service sec css end here  */


/* about us section css start here   */

.section-title h2 {
    color: #110f0f;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0;
}
.home3-about-section .about-content .section-title h3 {
    color: var(--theme-color);
    font-family: var(--font-roboto);
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 0;
    margin-top: 0px;
}

.section-title p {
    color: #000;
    font-family: var(--font-roboto);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding-top: 10px;
    max-width: 545px;
    width: 100%;
    margin: 0 auto;
}
.home3-about-section .about-content .section-title p {
    max-width: unset;
    margin: 0;
    padding-top: 15px;
    text-align: justify;
}
.pb-120 {
    padding-bottom: 120px;
}
.ptb-80 {
    padding: 80px 0;
}
/* about us section css end here   */

/* four adds section css start here    */

.counter-box-item-style-1 {
    text-align: center;
    width: 262px;
    height: 383px;
    border-radius: 141px;
    background:rgb(36 189 199 / 18%);
    outline: 1px dashed rgba(103, 103, 103, 0.27);
    outline-offset: -12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin: 0 auto;
}

.counter-box-item-style-1 .icon {
    margin-bottom: 20px;
}

.counter-box-item-style-1 .content h2 {
    font-size: 24px;
    text-align: center;
}

.counter-box-item-style-1 .content {
    padding: 0 50px;
}
.counter-box-item-style-1 .icon img {
    width: 100%;
    max-width: 60px;
}
/* four adds section css end here    */

/* cta sec css start here */
.cta.-type-1 {
    position: relative;
    z-index: 0;
}
.cta.-type-1 .cta__bg {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    max-width: 100%;
    width: 100%;
}

.cta.-type-1 .cta__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    /* border-radius: 12px; */
        max-width: 100%;
        vertical-align: middle;
}
.cta.-type-1 .cta__content {
    padding: 100px 0;
}
.text-white {
    color: var(--color-white);
}

.lh-13 {
    line-height: 1.3 !important;
}
.text-40 {
    font-size: 40px !important;
}
.mt-10 {
    margin-top: 10px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.text-18 {
    font-size: 18px !important;
}
.singleInput.-type-2 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.y-gap-10 {
    margin-top: -5px;
    margin-bottom: -5px;
}
.x-gap-10 {
    margin-left: -5px;
    margin-right: -5px;
}
.singleInput.-type-2 input {
    background-color: white;
    width: 100%;
    height: 60px;
    border-radius: 12px;
    padding: 0 20px;
    color: #05073C;
    width: 350px;
}

.singleInput.-type-2 button {
    height: 60px;
}

.button.-md {
    padding: 16px 35px;
}

.text-accent-2 {
    color: var(--color-accent-2);
}

section.cta .button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    border-radius: 12px;
    border: 1px solid transparent;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: var(--white-color);
    background-color: var(--theme-color2);
}
.y-gap-10 {
    margin-top: -5px;
    margin-bottom: -5px;
}
.x-gap-10 {
    margin-left: -5px;
    margin-right: -5px;
}
.y-gap-10 > * {
    padding-top: 5px;
    padding-bottom: 5px;
}

.x-gap-10 > * {
    padding-left: 5px;
    padding-right: 5px;
}
.cta.-type-1 .cta__image {
    position: absolute;
    bottom: 0;
}
img {
    max-width: 100%;
    height: auto;
}
.cta.-type-1 select, .cta.-type-1 input:not([type="range"]), .cta.-type-1 textarea {
    border: 0;
    outline: none;

}

.cta__content h2 {
    line-height: 1;
    margin-bottom: 20px;
}

.cta.-type-1 img {
    max-width: 100%;
    height: auto;
}
/* cta sec css end here */

/* footer css start here */
footer {
    background-color: #141414;
margin-top: 0px;
    padding-top: 50px;
}
.space, .space-top {
    padding-top: 120px;
}

.footer-cta {
    border-radius: 14px;
    border: 1px solid #ffffff33;
    padding: 40px 55px;
    overflow: clip;
}

.background-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.bg-third-theme-color {
    background-color: #feffff21;
}

.text-white-color {
    color: var(--white-color);
}

footer .logo img {
    width: 100%;
    max-width: 180px;
}
.footer-links ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 15px;
}
.custom-ul , ul  { 
    margin: 0;
    padding: 0;
}
ul {
    list-style-type: none;
}
.footer-links ul li a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--white-color);
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: 0.42px;
    /* text-transform: capitalize; */
}

.footer-widgets .widgets-title {
    letter-spacing: 0.72px;
    position: relative;
    line-height: 175%;
    z-index: 0;
    margin-bottom: 35px;
}

.footer-widgets .widgets-title::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    width: 80px;
    height: 2.5px;
    background: var(--theme-color);
    z-index: 2;
}
.footer-widgets .widgets-title::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    width: 85%;
    height: 2.5px;
    background: var(--white-color);
    z-index: 1;
}
.footer-contact li {
    color: var(--white-color);
} 
.footer-contact li  span{
    font-weight: 600;
}

.disclaimer_cont {
    background-color:var(--theme-color);
    padding: 25px;
    border-radius: 5px;
        margin-top: 50px;
        color: var(--white-color);
}

.footer-copyright {
    padding: 20px 0;
    color: #fff;
        margin-bottom: 0;
}
.footer-copyright a {
    color: #000;
}

.footer-copyright a {
    color: #fff;
    font-weight: 600;
}
/* footer css end here */


.bt-dark  {
    background-color: var(--light-dark-color);
}


/* about us section css start here    */

.breadcrumb-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 180px 0 130px;
    position: relative;
}
.breadcrumb-section .banner-content {
    position: relative;
    text-align: center;
    z-index: 1;
    max-width: 710px;
    width: 100%;
    margin: 0 auto;
}

.breadcrumb-section .banner-content h1 {
    color: var(--white-color);
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.breadcrumb-section .banner-content .breadcrumb-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.breadcrumb-section .banner-content .breadcrumb-list li {
    color: var(--white-color);
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    position: relative;
    padding-right: 18px;
}

.breadcrumb-section .banner-content .breadcrumb-list li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--white-color);
}

.breadcrumb-section .banner-content .breadcrumb-list li:last-child {
    padding-right: 0;
}

.breadcrumb-section .banner-content .breadcrumb-list li:last-child::after {
    display: none;
}

.breadcrumb-section .banner-content .breadcrumb-list li a {
    color: var(--white-color);
}

.about-us-img-box {
    float: left;
    margin: 0 5% 20px 0px;
}
.mb-100 {
    margin-bottom: 100px;
}
.service-wrapper {
    padding: 60px 50px;
    border-radius: 20px;
    background-color: #F2F2FF;
}

.service-wrapper .section-title {
    text-align: center;
    margin-bottom: 30px;
}

.service-wrapper .section-title h2 {
    font-size: 32px;
    margin-bottom: 5px;
}
.service-wrapper .section-title svg {
    fill: rgba(82, 82, 82, 0.15);
    width: 100%;
}

.service-wrapper .service-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
}

.service-wrapper .batch {
    padding: 9px 30px;
    border-radius: 100px;
    background-color: var(--primary-color1);
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

.service-wrapper .batch span {
    color: var(--white-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.service-wrapper .service-list .single-service {
    display: flex;
    gap: 20px;
    max-width: 370px;
    width: 100%;
}
.service-wrapper .service-list .single-service .icon {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #FFB52A;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
        padding: 7px;
}
.service-wrapper .service-list .single-service .content h3 {
    color: var(--title-color);
    font-weight: 600;
    font-size: 25px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.service-wrapper .service-list .single-service .content p {
    color: var(--text-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
.service-wrapper .batch {
    padding: 9px 30px;
    border-radius: 100px;
    background-color: var(--primary-color1);
    display: inline-flex;
    align-items: center;
    gap: 15px;
}
.service-wrapper .batch span {
    color: var(--white-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.service-wrapper .batch a {
    color: var(--white-color);
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: 0.5s;
}
.pb-70 {
    padding-bottom: 70px;
}


.about-why-choose-section .why-choose-card {
    padding: 40px 28px 35px;
    background-color: #E6F5A9;
    border-radius: 20px;
    text-align: center;
}

.about-why-choose-section .why-choose-card svg {
    fill: var(--title-color);
    margin-bottom: 10px;
}

.about-why-choose-section .why-choose-card h3 {
    line-height: 1.5;
    margin-bottom: 0;
}


.about-why-choose-section .why-choose-card.two {
    background-color: #F0F0F0;
}


.about-why-choose-section .why-choose-card.three {
    background-color: #E2E2FF;
}

.about-why-choose-section .why-choose-card.four {
    background-color: #BDEBCE;
}
.pt-70 {
    padding-top: 70px;
}
.mt-120 {
    margin-top: 120px;
}
/* about us section css end here    */

/* contact us page css start here */

.contact-box_wrapper .outer-wrap {
    background-color: var(--theme-color);
    border-radius: 10px;
    padding: 30px 0px 60px;
    max-width: 1340px;
    margin-top: 0;
            margin-left: auto;
        margin-right: auto;
        box-shadow: 0px 13px 48px 0px rgba(255, 104, 26, 0.07);
}
.contact-box {
    background-color: var(--white-color);
    border: 1px solid var(--theme-color);
    border-radius: 10px;
    margin-top: 30px;
    padding: 30px 25px;
    padding-left: 110px;
    position: relative;
}
.contact-box .contact-box_icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: 0.5s ease-in-out;
    background-color: var(--theme-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--white-color);
    position: absolute;
    left: 30px;
}

.contact-box .contact-box__title {
    margin-bottom: 5px;
}

.contact-box .contact-box__text {
    margin-bottom: -5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    font-family: var(--body-font);
    color: var(--title-color);
}



.contact-form-wrapper .sec-subtitle {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: var(--theme-color);
    margin: -0.2em 0 15px 0;
    text-transform: capitalize;
}

.contact-form-wrapper .sec-title {
    margin: -0.2em 0 15px 0;
}

.contact-form-wrapper .sec-text, .contact-form-wrapper .sec-text {
    margin: 0 0 18px 0;
    font-size: 16px;
    color: var(--body-color);
    line-height: 1.625;
}


.contact-form-wrapper .radioselect, .contact-form-wrapper .form-control, .contact-form-wrapper .form-select,  .contact-form-wrapper input {
    height: 60px;
    padding: 0 30px 0 25px;
    padding-right: 45px;
    border-radius: 10px;
    color: var(--body-color);
    border: 1px solid var(--border-color);
    background-color: var(--white-color);
    font-size: 14px;
    width: 100%;
}
.contact-form-wrapper textarea {
        height: 260px !important;
}
.contact-form-wrapper .form-group {
    margin-bottom: 26px;
    position: relative;
}

.bg-light {
    background-color: #24bdc729 !important;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* .contact-newsletter-section + footer {
    padding-top: 180px;
} */
.contact-form-wrapper textarea

 {
    height: 260px !important;
    padding: 20px 20px 20px !important;
}

/* contact us page css end here */


/* cancellation page css start here   */
.about-list {
    position: relative;
    display: block;
    margin-top: 10px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.about-list-items li {
    align-items: flex-start;
}
.about-list li+li {
    margin-top: 10px;
}

.cancellation-page-wrapper .section-title h2 {
    color: #110f0f;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0;
}
/* cancellation page css end here   */

/* term and conditions page css start here   */

p.title-sub-sec {
    color: var(--theme-color3) !important;
    font-size: 18px;
    font-weight: 600;
    padding-top: 0px !important;
}
.spacial-section-content p {
    background-color: var(--theme-color);
    color: var(--white-color) !important;
    padding: 25px !important;
    border-radius: 5px;
     */
}
.spacial-section-content p  strong {
    color: var(--light-dark-color) !important;
}

.spacial-section-content p strong {
    color: var(--white-color) !important;
    font-weight: 600;
}
.inner-page-wrap h2 {
    font-size: 28px;
}
/* term and conditions page css end here   */

 /* site map page css start here  */
.grid-4-cus {
    display: flex;
    flex-wrap: wrap;
}
.grid-4-cus li {
    width: 25%;
        list-style: none;
}

.grid-4-cus li:hover a {
    color: var(--theme-color3);
}
.grid-4-cus li a {
    padding-bottom: 12px;
    display: inline-block;
    color: var(--title-color);
}
 /* site map page css end here  */


 /* cta widgtes css start here  */

 .cta-main-wrap {
    float: right;
    width: 100%;
    max-width: 370px;
    padding: 20px 20px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #efefef;
    border-radius: 5px;
    border: 10px solid #24bdc778;
    position: relative;
    margin: 0 0 30px 30px;
    display: inline-block;
    z-index: 9;
}
.cta-cont .cta-text h3 {
    font-size: 36px;
    line-height: 1.2;
}
.cta-main-wrap img {
    width: 100%;
    max-width: 220px;
    margin: auto;
    display: flex;
}

.cta-main-wrap .cta-cont .cta-tel {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    background-color: var(--theme-color);
    color: #fff;
    padding: 10px 0;
    font-size: 26px;
}
.cta-main-wrap p {
    text-align: center !important;
    padding-top: 0px !important;
    padding-bottom: 20px;
    display: inline-block;
}
 /* cta widgtes css end here  */

 /* common css for pages start here   */

 .about-why-choose-section .why-choose-card img {
    width: 100%;
    max-width: 50px;
}
header.header-area.fixed-top  {
   position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    width: 100%;
    z-index: 999;
    visibility: visible;
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}

 .career-promo-single {
    position: relative;
  
}
 .career-promo-single .add-content {
    position: absolute;
    top: 50%;
    width:60%;
    padding: 25px 0px 25px 25px;
    transform: translateY(-50%);
    text-align: left;
}

 .career-promo-single .add-content h2 {
    font-size: 34px;
    color: var(--white-color);
    margin-bottom: 25px;
}
.career-promo-single .add-content span {
    background-color: var(--white-color);
    color: var(--theme-color);
    font-size: 16px;
    padding: 10px 20px;
    line-height: 1.3;
    font-weight: 600;
    border-radius: 3px;
}
.vs-services-box-style1 .services-icon img {
   background: var(--theme-color);
    transition: all 0.3s;
    position: relative;
    left: calc(100% - 70px);
    width: 100%;
    max-width: 55px;
    padding: 7px;
    border-radius: 9%;
}

.home3-offer-and-service-section .offer-area a:hover span{
    background-color: var( --theme-color4);
    color:var(--light-dark-color);

}
.blink-soft {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.parsley-errors-list.filled li.parsley-required {
    position: absolute;
    color: red;
    bottom: 0px;
    font-size: 13px;
}
.cta-main-wrap h2 {
    color: var(--primary-color1) !important;
}
 /* common css for pages end here   */