.feature-wf-section .bottom {
    padding-bottom: 20px;
}

.image-company-section .bottom {
    padding-top: 50px;
}

.about-wf-section .texted {
    font-size: 23px;
}

.feature-section-head .sub-title {
    font-size: 28px;
    /* color: #023e8a; */
}

@media (min-width:992px) {
    .about-wf-section .breadcrumb-title {
        font-size: 60px;
    }
}

.about-section-us .heading {
    margin: 0px auto 0px auto;
    text-align: center;
}

.text-center {
    text-align: center;
}

@media (max-width:556px) {
    .about-section-us .breadcrumb-text {
        font-size: 16px !important;
    }

    .about-wf-section .breadcrumb-title {
        font-size: 30px;
    }

    .about-wf-section .texted {
        font-size: 19px;
    }

    .feature-section-head .sub-title {
        font-size: 18px;
    }

    .feature-section-head .section-title {
        font-size: 23px;
    }
}

@media (max-width:340px) {
    .feature-section-images-inner .cea-feature-box-img {
        width: 66%;
    }
}


/* ------------------------------------
    10. Faq Section CSS
---------------------------------------*/

.rs-faq .faq-content .accordion {
    border-width: 12px;
}

.rs-faq .faq-content .accordion .card {
    margin-bottom: 15px;
    border: none;
    background-color: #fff;
    border-radius: 30px;
}

.rs-faq .faq-content .accordion .card:last-child {
    margin-bottom: 0;
}

.rs-faq .faq-content .accordion .card .card-header {
    display: flex;
    align-items: center;
    padding: 0 !important;
    border: none;
    background-color: #fff;
    box-shadow: unset;
}

.rs-faq .faq-content .accordion .card .card-header .card-link {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 30px 0 30px;
    height: 50px;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 600;
    background: #ffffff;
    color: #101010;
    border-radius: 30px 30px 0 0;
}

.rs-faq .faq-content .accordion .card .card-header .card-link:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f068";
    right: 10px;
    top: 66%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    background-image: linear-gradient(250deg, #4e95ed 0%, #03228f 100%);
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
}

.rs-faq .faq-content .accordion .card .card-header .card-link.collapsed {
    border-radius: 30px 30px 30px 30px;
    text-align: justify;
}

.rs-faq .faq-content .accordion .card .card-header .card-link.collapsed:after {
    color: #ffffff;
    content: "\f067";
}

.rs-faq .faq-content .accordion .card .card-body {
    color: #101010;
    border-radius: 0 0 30px 30px;
    padding: 0 30px 30px 30px !important;
    width: 100%;
    background: #ffffff;
    text-align: justify;
}

.sec-title {
    position: relative;
}

.sec-title .sub-text {
    position: relative;
    padding-left: 95px;
    display: inline-block;
    line-height: 28px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #03228F;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sec-title .sub-text:after {
    content: "";
    position: absolute;
    border: 0;
    height: 4px;
    width: 50px;
    background-color: #03228F;
    z-index: 1;
    margin-left: 0;
    left: 24px;
    top: 12px;
}

.sec-title .sub-text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    height: 4px;
    width: 12px;
    background-color: #03228F;
}

.sec-title .sub-text.new {
    color: #ffffff;
    font-size: 15px;
    padding-left: 0;
}

.sec-title .sub-text.new:before {
    display: none;
}

.sec-title .sub-text.new:after {
    display: none;
}

.sec-title .sub-text.new-text {
    padding-left: 0;
    margin-bottom: 7px;
    color: #ffffff;
}

.sec-title .sub-text.new-text:before {
    display: none;
}

.sec-title .sub-text.new-text:after {
    display: none;
}

.sec-title .sub-text.style2:after {
    background-color: #106eea;
}

.sec-title .sub-text.style2:before {
    background-color: #106eea;
}

.sec-title .sub-text.style-bg {
    background-color: #1273EB17;
    display: inline-block;
    padding: 6px 25px;
    color: #1273eb;
    border-radius: 30px;
    text-transform: uppercase;
}

.sec-title .sub-text.style-bg:before {
    display: none;
}

.sec-title .sub-text.style-bg:after {
    display: none;
}

.sec-title .sub-text.style4-bg {
    color: #03228F;
}

.sec-title .sub-text.style4-bg:before {
    background-color: #FD6509;
}

.sec-title .sub-text.style4-bg:after {
    background-color: #FD6509;
}

.sec-title .sub-text.choose {
    font-size: 16px;
    font-weight: 500;
}

.sec-title .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    color: #101010;
    margin: 0;
}

.sec-title .title.white-color {
    color: #ffffff;
}

.sec-title .desc {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.sec-title .desc.white-color {
    color: #fff;
}

.sec-title .desc-big {
    font-size: 28px;
    line-height: 48px;
    font-weight: 500;
    margin: 0;
}

.sec-title2 {
    position: relative;
}

.sec-title2 .sub-text {
    margin: 0 0 10px;
    display: block;
    line-height: 28px;
    font-family: 'Livvic', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #03228F;
    text-transform: uppercase;
}

.sec-title2 .sub-text.white-color {
    color: #ffffff;
}

.sec-title2 .sub-text.gold-color {
    font-weight: 600;
    color: #F27C1E;
}

.sec-title2 .sub-text.contact {
    color: #1273EB;
}

.sec-title2 .sub-text.orange-color {
    color: #f2541b !important;
}

.sec-title2 .sub-text.style-bg {
    background-color: #1273EB17;
    display: inline-block;
    padding: 6px 25px;
    color: #1273eb;
    border-radius: 30px;
    text-transform: uppercase;
}

.sec-title2 .sub-text.style-bg.white-color {
    color: #ffffff;
}

.sec-title2 .sub-text.style-bg.con-bg {
    background-color: #03228F;
}

.sec-title2 .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    color: #0a0a0a;
    max-width: 490px;
    margin: 0 auto;
}

.sec-title2 .title.white-color {
    color: #ffffff;
}

.sec-title2 .title.testi-title {
    max-width: unset;
}

.sec-title2 .title.testi-title.new {
    color: #102B3E;
}

.sec-title2 .title.title2 {
    max-width: 550px;
}

.sec-title2 .title.title3 {
    color: #102B3E;
    max-width: 430px;
    margin: 0;
}

.sec-title2 .title.title4 {
    max-width: 660px;
}

.sec-title2 .title.title5 {
    color: #102B3E;
}

.sec-title2 .title.title6 {
    font-weight: 600;
    max-width: unset;
}

.sec-title2 .title.title7 {
    color: #102B3E;
    max-width: unset;
}

.sec-title2 .title.orange-color {
    color: #f2541b !important;
}

.sec-title2 .heading-line {
    position: relative;
    background-color: #03228F;
    height: 5px;
    width: 90px;
    border-radius: 30px;
    margin: 20px auto;
}

.sec-title2 .heading-line:before {
    background-color: #1940AA;
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-direction: alternate-reverse;
    -webkit-animation-name: watermark-animate;
    animation-name: watermark-animate;
}

.sec-title2 .desc {
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
    color: #454545;
    max-width: 429px;
    margin: 13px auto 0;
}

.sec-title2 .desc.desc-text {
    max-width: 540px;
}

.sec-title2 .desc.white-color {
    color: #fff;
}

.sec-title2 .desc.desc2 {
    max-width: 700px;
    margin: 0;
}

.sec-title2 .desc.desc3 {
    max-width: 930px;
}

.sec-title2 .desc-big {
    font-size: 18px;
    line-height: 31px;
    color: #ffffff;
}

.sec-title3 .sub-text {
    font-size: 19px;
    line-height: 1.4;
    font-weight: 700;
    color: #ffffff;
    display: block;
    margin-bottom: 20px;
}

.sec-title3 .sub-text.style2 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.sec-title3 .title {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    line-height: 40px;
    margin-bottom: 30px;
}

.sec-title3 .title.title2 {
    margin: 0;
    line-height: 52px;
}

.sec-title3 .desc {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    margin: 0;
}

.sec-title4 .title-img img {
    margin: 0px 0px 0px 15px;
}

.sec-title4 .sub-title {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #787BF2;
    display: block;
    margin: -26px 0px 10px 0px;
}

.sec-title4 .sub-text {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    color: #03228F;
    margin: 0 0 10px;
    display: block;
    text-transform: uppercase;
}

.sec-title4 .title {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 700;
    color: #101010;
    margin: 0 0 17px;
}

.sec-title4 .heading-line {
    height: 5px;
    width: 90px;
    background: #B9C7F6;
    margin: 0px;
    position: relative;
    border-radius: 30px;
}

.sec-title4 .heading-line:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #0D66D5;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-direction: alternate-reverse;
    -webkit-animation-name: watermark-animate;
    animation-name: watermark-animate;
}

.sec-title4 .desc {
    margin: 0;
}

.sec-title4 .desc.desc-big {
    font-size: 20px;
    line-height: 30px;
    margin: 26px 0px 30px 0px;
}

.sec-title5 .logo-icon {
    margin-bottom: 15px;
}

.sec-title5 .logo-icon img {
    width: 71px;
}

.sec-title5 .title {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 700;
    color: #102B3E;
    margin-bottom: 10px;
}

.sec-title5 .title span {
    color: #F9780F;
}

.sec-title5 .title.title2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #0a0a0a;
    margin-bottom: 0;
}

.sec-title5 .desc {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #454545;
    max-width: 626px;
    margin: 0 auto;
}

.sec-title5 .desc2 {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #454545;
    max-width: 507px;
    margin: 0;
}

.pt-relative {
    position: relative !important;
}

.sec-title6 .sub-text {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 32px;
    color: #F24C1A;
    display: block;
    margin-bottom: 5px;
}

.sec-title6 .sub-text.new-text {
    margin-bottom: 10px;
}

.sec-title6 .sub-text.new-text-style {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
}

.sec-title6 .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    color: #102B3E;
    margin-bottom: 5px;
}

.sec-title6 .title.new-title {
    max-width: 700px;
    margin: 0 auto;
}

.sec-title6 .title span {
    color: #ff7045;
}

.sec-title6 .desc {
    padding-right: 125px;
}

.sec-right {
    position: absolute;
    right: -17%;
    top: 45%;
    transform: rotate(90deg);
    z-index: 1;
}

.sec-right .title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #101010;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.sec-left {
    transform: rotate(-90deg) translatex(-50%);
    transform-origin: left;
    position: absolute;
    left: -2%;
    top: 46%;
    z-index: 1;
}

.sec-left .title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #101010;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.check-square li {
    position: relative;
    padding-left: 17px;
    line-height: 35px;
    border: none;
    font-size: 15px;
    font-weight: 500;
    color: #454545;
}

.check-square li:before {
    position: absolute;
    left: 0;
    z-index: 0;
    content: "\f058";
    font-weight: 400;
    font-family: fontawesome;
    color: #787cf2;
}

.faq-section-banner {
    padding: 65px 10px;
    background-color: #F6F7F9;
}


/* .rs-faq .faq-content .accordion .card .card-header{
    padding-bottom: 20px !important;
} */

.rs-faq .faq-content .accordion .card .card-header .card-link {
    font-size: 15px;
    padding-right: 55px;
}

@media screen {
    .about-discover-section .head-section {
        text-align: center;
    }

    .about-discover-section p {
        text-align: justify;
    }

    .let-btn {
        display: flex;
        justify-content: center;
    }
}


/* ......................breadcrumb section starts................... */

.breadcrumb_contact {
    background: url(../../assets/images/img/contact_us_b.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.breadcrumb_dicsclim {
    background: url(../../assets/images/img/Disclaimer.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.operation_breadcrumb {
    background: url(../../assets/images/img/Operations.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.breadcrumb_privacy {
    background: url(../../assets/images/img/Privacy-policy.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.breadcrumb_refund {
    background: url(../../assets/images/img/Refund_Policy.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.breadcrumb_terms {
    background: url(../../assets/images/img/Terms_Conditions.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.newsletter-grid {
    background: url(../../assets/images/img/news_l1.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    color: white;
}

.services_breadcrumb {
    background: url(../../assets/images/img/SERVICE.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    color: white;
}

.braedcrumb_faq {
    background: url(../../assets/images/img/FAQ.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    color: white;
}

.breadcrumb_about-us {
    background: url(../../assets/images/img/about_us.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    color: white;
}


/* .footer-top {
    background: url(../../assets/images/img/FOOTER.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
} */

.footer-list-item {
    background-image: none !important;
}

.testimonial-image-block .testimonial-image {
    max-width: 230px;
    width: 100%;
}

.all_over_ineternet {
    height: 350px;
    overflow-y: auto;
}

.all_over_ineternet::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #aaa;
    /* or add it to the track */
}


/* Add a thumb */

.all_over_ineternet::-webkit-scrollbar-thumb {
    background: #3b8abc;
}


/* .....................operations section...................... */

.what-did-content .what-did-profile {
    margin-top: 20px;
    background-color: #ebfbf5;
    padding: 30px 30px 30px 90px;
    position: relative;
}

.what-did-content .what-did-profile::before {
    content: '';
    position: absolute;
    top: 0;
    left: 70px;
    width: 100px;
    height: 2px;
    background-color: #40d298;
    -webkit-transition: .7s;
    transition: .7s;
}

.what-did-content .what-did-profile p {
    margin-bottom: 0;
    font-weight: 500;
    /* font-style: italic; */
}

.what-did-content .what-did-profile::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: #40d298;
    -webkit-transition: .7s;
    transition: .7s;
}

.what-did-right-area {
    margin-bottom: 30px;
    position: relative;
}

.what-did-right .content {
    width: 180px;
    padding: 20px 0 20px 80px;
    position: relative;
    margin: 0 auto;
}

.what-did-right .what-did-right-img {
    position: relative;
}

.what-did-right-img-bg::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0e1b31;
    opacity: .5;
}

.what-did-content .what-did-profile:hover::after {
    width: 100%;
}

.what-did-content .what-did-profile:hover::before {
    left: 0;
    width: 100%;
}

.what-did-right-area::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 52%;
    height: 30%;
    background-color: transparent;
    -webkit-transition: .7s;
    transition: .7s;
    border-bottom: 1.5px solid #40d298;
    border-right: 1.5px solid #40d298;
}

.what-did-right .content {
    width: 180px;
    padding: 20px 0 20px 80px;
    position: relative;
    margin: 0 auto;
}

.what-did-right .content img {
    position: absolute;
    left: 0;
    top: 10px;
}

.what-did-right .content h3 {
    font-size: 17px;
    color: #40d298;
    margin-bottom: 0;
}

.what-did-content .what-did-profile img {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 50px;
    height: 50px;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.what-did-content ul li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 30px;
    font-size: 17px;
    font-weight: 600;
}

.what-did-content ul {
    list-style: none;
    /* margin: 0; */
    padding: 0;
    flex-direction: inherit;
    flex-wrap: wrap;
}

.what-did-right-area:hover::before,
.what-did-right-area:hover::after {
    width: 100%;
    height: 100%;
}

.what-did-right-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 52%;
    height: 30%;
    background-color: transparent;
    border-top: 1.5px solid #40d298;
    border-left: 1.5px solid #40d298;
    -webkit-transition: .7s;
    transition: .7s;
}

.home-service {
    padding: 40px 0 40px;
}

.home-service .service-image {
    position: relative;
    z-index: 1;
}

.home-service .service-image:before {
    content: "";
    background-image: url(../../assets/images/img/banner-background.png);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    height: 500px;
    width: 500px;
    top: 50%;
    left: 50%;
    opacity: 0.6;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.home-service .service-image img {
    /* -webkit-border-radius: 100%; */
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    /* border-radius: 100%; */
    width: 100%;
}

@media screen and (max-width: 767px) {
    .home-service {
        padding: 70px 0;
    }

    .home-service .service-image {
        padding: 65px;
    }

    .home-service .service-image:before {
        height: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .home-service service-image {
        margin: 20px 0;
    }
}

.service-icon-box .service-icon img {
    width: 50px;
}

.home-service .service-icon-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.home-service .service-icon-box:last-child {
    margin-bottom: 0px;
}

.home-service .service-icon-box .service-icon-content {
    border: 3px solid rgba(83, 94, 224, 0.16);
    border-radius: 15px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    width: -moz-calc(100% - 82px);
    width: -webkit-calc(100% - 82px);
    width: calc(100% - 82px);
}

.home-service .service-icon-box .service-icon-content h4 {
    margin-bottom: 10px;
}

.home-service .service-icon-box .service-icon-content p:last-child {
    margin-bottom: 0;
}

.home-service .service-icon-box .service-icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.home-service .service-icon-box .service-icon {
    background-color: #ffffff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
    border-radius: 100%;
    height: 82px;
    width: 82px;
}

.home-service .service-icon-box .service-icon i {
    color: #535EE0;
    font-size: 44px;
}

@media screen and (max-width: 767px) {
    .home-service .service-icon-box .service-icon-content {
        width: -moz-calc(100% - 48px);
        width: -webkit-calc(100% - 48px);
        width: calc(100% - 48px);
    }
}

@media screen and (max-width: 575px) {
    .home-service .service-icon-box {
        margin-bottom: 30px;
    }
}

.home-service .text-left .service-icon-box {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.home-service .text-left .service-icon {
    margin-right: -34px;
    z-index: 0;
}

.home-service .text-left .service-icon-content {
    padding: 20px 20px 20px 55px;
}

@media screen and (min-width: 768px) {
    .home-service .text-left .service-icon-box:nth-child(2n+1) {
        -webkit-transform: translate(-30px, 0);
        -moz-transform: translate(-30px, 0);
        -ms-transform: translate(-30px, 0);
        -o-transform: translate(-30px, 0);
        transform: translate(-30px, 0);
    }
}

.home-service .text-right .service-icon-content {
    padding: 20px 55px 20px 20px;
}

.home-service .text-right .service-icon {
    margin-left: -34px;
}

@media screen and (min-width: 768px) {
    .home-service .text-right .service-icon-box:nth-child(2n+1) {
        -webkit-transform: translate(30px, 0);
        -moz-transform: translate(30px, 0);
        -ms-transform: translate(30px, 0);
        -o-transform: translate(30px, 0);
        transform: translate(30px, 0);
    }
}

@media screen and (min-width: 768px) {
    .home-service .text-right .service-icon-box:first-child .service-icon {
        border-bottom-right-radius: 0;
    }
    .home-service .text-right .service-icon-box:last-child .service-icon {
        border-top-right-radius: 0;
    }
}

@media screen and (min-width: 768px) {
    .home-service .text-left .service-icon-box:first-child .service-icon {
        border-bottom-left-radius: 0;
    }

    .home-service .text-left .service-icon-box:last-child .service-icon {
        border-top-left-radius: 0;
    }
}


/* slider operation  */

.services-slider-three {
    position: relative;
}

.services-slider-three .owl-nav .owl-prev {
    top: 50%;
    position: absolute;
    left: -3%;
}

.services-slider-three .owl-nav .owl-next {
    top: 50%;
    position: absolute;
    right: -3%;
}

.services-another-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    right: 0;
    width: 60px;
    height: 100%;
    background-color: #fff;
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
}

.services-another-img {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.services-another-content {
    background-color: #fff;
    padding: 50px;
    /* margin-left: -180px; */
    position: relative;
    z-index: 1;
    border-radius: 15px;
    margin-bottom: 30px;
}

.services-another-content .section-title {
    position: relative;
    margin-bottom: 20px;
}

.default-btn-two {
    padding: 10px 32px;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}


/* .............blog section............... */

.blog-box .image a img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.blog .blog-box {
    margin-bottom: 40px;
}

.blog-box .image a {
    width: 100%;
    height: 100%;
}

.blog.s2 {
    padding-bottom: 50px;
}

.blog-box .image {
    background: linear-gradient(89.96deg, rgba(255, 255, 255, 0.05) 0.03%, rgba(255, 255, 255, 0.008) 49.67%, rgba(255, 255, 255, 0.05) 99.96%);
    backdrop-filter: blur(4px);
    /* padding: 14px; */
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 351px;
    border-radius: 20px;
    overflow: hidden;
}

.blog-box:hover .image::after {
    left: -30%;
    opacity: 1;
    top: -20%;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-property: left, top, opacity;
    transition-timing-function: linear;
}

.blog-box .image::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.13) 0px, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0));
    content: "";
    height: 200%;
    left: -210%;
    opacity: 0;
    position: absolute;
    top: -50%;
    transition: all 0.7s ease 0s;
    width: 200%;
}

.blog-box .content .title {
    font-size: 18px;
    line-height: 1.4;
}

a {
    text-decoration: none;
}

.what_we_did_sec {
    padding: 65px 0 0 0;
}

.padding-50 {
    padding: 0 0 50px 0;
}

@media(max-width:767px) {
    .services-another-content {
        padding: 12px;
        margin-left: 0;
    }

    .services-slider-three .owl-nav .owl-prev {
        top: 95%;
    }

    .services-slider-three .owl-nav .owl-next {
        top: 95%;
    }

    .custom__support_img {
        order: -1;
    }
}

@media(max-width:1024px) {
    .services-slider-three .owl-nav .owl-next {
        top: 94%;
        position: absolute;
        right: 35%;
    }

    .services-slider-three .owl-nav .owl-prev {
        top: 94%;
        position: absolute;
        left: 35%;
    }
}

.elementor-15407 .elementor-element.elementor-element-5b9575e .section-title-wrapper .sub-title {
    color: #023e8a;
}

.operation_slider {
    padding-top: 25px;
}


/* ................header section............ */

.cross_menu {
    font-size: 47px;
    transform: rotate(45deg);
}

.hero_image_banner {
    max-width: 650px;
    width: 100%;
}

.footer-section {
    background: url(../../assets/images/img/FOOTER.jpg), linear-gradient(#100e0e, #33303000);
    background-position: center center;
    background-size: cover;
    background-blend-mode: overlay;
    background-repeat: no-repeat !important;
}

.footer-section .footer-top .section-gap-130 {
    padding-bottom: 50px;
}

.news_llet_sec {
    color: white;
}

.news_llet_sec .section-title-inner-style {
    color: white !important;
}

nav.nav-menu.w-nav-menu a.active {
    color: #56b0d4;
    font-weight: bold;
}

.footer-about-widget h3 {
    color: white;
}

.header-bottom-area{
    padding: 30px 0;
}

.opration_support_img{
    margin:auto;
    display: flex;
}

.home-service .section-title {
    margin-bottom: 40px;
}



@media(min-width:992px){
    .nav-link {
        color: white;
    }
    .w-nav-link{
        display: inline-block;
    }
    .services-another-img::before{
        -webkit-transform: skew(5deg);
        transform: skew(5deg);
    }
}

@media(min-width:768px) and (max-width:991px){
    .d-md-none{
        display: none;
    }
}

@media(min-width:280px) and (max-width:991px){
    .home_viewMoreBtns{
        text-align: center;
    }
    .home_eliminateImg{
        padding-bottom: 0 !important;
    }
    .home_arrowGap{
        padding: 30px 0 0 0!important;
    }
    .home_arrowAboweGap{
        margin-bottom: 0px !important;
    }
    .home_ActionBegins{
        padding-bottom: 50px !important;
    }
    .home_clientVoice{
        padding-top: 40px !important;
    }
   .operations_opr_support{
    text-align: justify;
   }
   .operations_circularBanner{
    padding: 30px 0;
   }
   .operations_customSupport{
    padding: 0 0;
   }
   .operations_custSupportImg{
    margin-left: -30px;
   }
   .heading_operationsAmazing{
    text-align: center;
   }
   .contact_map{
    padding-top: 40px;
   }
   .contact_formBtn{
    margin-top: 0 !important;
   }
   .contact_sendBtn{
    padding-bottom: 50px;
   }
   .contact_action{
    margin: 40px 0 40px 0 !important;
   }
   .home_LetsStart{
   display: block;
   margin: auto;
    width: 160px;
    text-align: center;
   }
}
@media(min-width:480px) and (max-width:768px){
    .footer_Links{
     margin-top: 30px;
    }
}

@media(max-width:480px){
    .footer-title{
     margin-top: 0px;
    }
}
/* preloader */

.onloadpage {
    position: fixed;
    z-index: 99999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #fff
}

.onloadpage .pre-content {
    top: 50%;
    position: relative;
    right: 0;
    left: 0;
    text-align: center;
    transform: translateY(-50%)
}

.onloadpage .pre-text- {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    width: 30%;
    margin: 0 auto
}

.onloadpage .pre-text- span {
    display: block
}

.logo-pre {
    max-width: 180px;
    display: flex;
    margin: auto;
}

/* #newsletter-email-error{
    left: 25px;
    bottom: -33px;
} */


.contents-section ul{
    margin-bottom: 25px;
}

.contents-section p{
    margin-bottom: 10px;
}
.home_weDont{
    margin-bottom: 26px !important;
}
.home_cards{
    padding: 35px 25px 0;
}
.home_belowCards{
    padding-bottom: 65px;
}
.home_ourGoal{
    padding: 0px 0px 20px 0px !important;
}
.home_testimonial{
    margin-top: 25px;
}
.about_clientVoice{
    padding-top: 0;
}
.about_testimonial{
    margin-top: 0;
}
.footer_optiteck{
    text-align: justify;
}
.footer_above{
    padding-top: 35px !important;
}
/* .footer_supportSec{
    padding-left: 40px;
} */
.home_clientBottom{
    padding-bottom: 50px;
}
.contact_actionDesk{
    margin-bottom: 50px;
}
.contact_actionOrignalSize{
    padding-bottom: 50px;
}
/* Changes made by pushpam start  */

.funfact-section.wf-section .section-gap-130 {
    padding: 20px 0;
}

.contact-form-section .section-gap-bottom-130.contact_sendBtn {
    padding-bottom: 70px;
}

.newsletter-section.wf-section {
    margin-top: 0px;
}

.choose-section .section-block .section-text {
    text-align: justify;
}

.faq-section-banner .col-lg-6 .sec-title2 {
    text-align: center;
}

.breadcrumb-section .breadcrumb-block .breadcrumb-list-item a:hover {
    color: #56b0d4;
}

.choose-section .section-gap-130 {
    padding-top: 65px;
    padding-bottom: 65px;
}

.about-section .section-gap-top-130 {
    padding-top: 65px;
}

.project-section .section-text {
    max-width: none;
}

.project-section .section-block {
    text-align: center;
}

.project-section .section-title {
     margin-top: 40px;
}

.growing_section .research__area .sec-title-wrapper p {
    text-align: justify;
}

.faq-section-banner .col-lg-6 {
    padding-right: 5px;
    padding-left: 5px;
}

.breadcrumb-block .breadcrumb-list-item .breadcrumb-nav-link {
    text-decoration: none;
    color: #ffffff;
}
.home_witness{
    padding-top: 50px;
}
.home_clientBottom{
    padding-bottom: 50px;
}

.what_we_did_sec .what-did-content ul li {
    line-height: 19px;
    height: 25px;
    margin-bottom: 0px;
}

.blog .heading {
    margin-bottom: 30px;
}

.testimonial-block .testimonial-slide .testimonial-text {
    text-align: justify;
}

.home-service .service-icon-box p {
    text-align: justify;
}
.btn-all:hover{
    opacity:0.7;
}

.operations_customSupport .heading_operationsAmazing {
    text-align: justify;
}

.growing_section .btn-wrap {
    padding-bottom: 0px;
}

.growing_section {
    padding: 50px 0 60px;
}

label.error {
    position: relative;
}

.contact_input_box input {
    margin-bottom: 0px;
}

.text_area_field .contact-text-area {
    margin-bottom: 0px;
}

.newsletter-section.wf-section .section-gap-bottom-130 {
    padding-bottom: 15px;
}

.funfact-section.wf-section .funfact-block {
    margin-top: 20px;
}

.testimonial-block {
    padding-bottom: 80px;
}

.section-gap-130.about_clientVoice {
    padding-bottom: 20px !important;
}

.newsletter-section .section-gap-bottom-130 {
    padding-bottom: 20px;
}

.service-section .btn-wrap .prev-btn img{
    transform: rotate(180deg);
}

.growing_section .slick-slider{
    margin-bottom: 0px;
}

.primary-button.newsletter-button {
    height: 58px;
}

.blog-section .TC_list li{
    line-height: 19px;
}

.sweet-alert button:hover {
    background-color: #77d5ff !important;
}

.align-items-center {
    justify-content: center !important;
}

@media (max-width: 326px) {
    .what_we_did_sec .what-did-content ul li:nth-of-type(3) {
        margin-bottom: 10px;
    }
}

@media (max-width: 310px) {
    .what_we_did_sec .what-did-content ul li:nth-of-type(2) {
        margin-bottom: 10px;
    }
}



@media screen and (max-width: 479px) {
    .newsletter-section .newsletter-form-block .newsletter-form {
        grid-row-gap: 0;
    }

    .newsletter-section .newsletter-form-block .newsletter-form input {
        margin-top: 20px;
    }

    .newsletter-section .newsletter-grid {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (min-width: 1280px) {

    .home_testimonial {
        margin-bottom: 25px;
    }
}


@media screen and (max-width: 991px) {

    .testimonial-mask {
        padding-top: 24px;
    }
}


@media only screen and (max-width: 575px) {
    .research__area .sec-title-wrapper p {
        margin-left: 0px;
    }
}

@media (min-width: 768px) {
    .col-md-5 {
        flex: none;
        max-width: none;
    }
}

@media (min-width: 1200px) {
    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .col-lg-7 {
        -webkit-flex: none;
        flex: none;
        max-width: none;
    }
}

@media (max-width: 360px) {

    .faq-section-banner .faq-content .accordion .card .card-header .card-link {
        padding-left: 15px;
        text-align: center;
        font-size: 14px;
    }

    .faq-section-banner  .faq-content .accordion .card .card-header .card-link.collapsed {
        text-align: center !important;
    }

    .rs-faq .faq-content .accordion .card .card-body {
        padding: 0 15px 15px 15px !important;
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .faq-section-banner .col-lg-6:nth-of-type(1) {
        text-align: center;
    }

    .faq-section-banner .col-lg-6:nth-of-type(2) .sec-title2{
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .footer-about-widget {
        max-width: none;
    }

    .footer-section {
        text-align: center;
    }

    .footer-contact-widget {
        max-width: none;
    }

    .footer-nav-list {
        display: flex;
        align-items: center;
    }

    .footer-about-text {
        margin-bottom: 0px;
    }

    .footer-section .footer-top .section-gap-130 {
        padding-bottom: 25px;
    }

    .footer_supportSec {
        padding-left: 0px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .testimonial-quote {
        right: 9px;
    }
}

/* @media screen and (min-width: 1280px) {
    .section-gap-bottom-130 {
        padding-bottom: 90px;
    }
} */

@media (min-width: 768px) and (max-width: 991px) {
    .contact-form-wrapper {
        padding-right: 0px;
        padding-left: 0px;
    }
}


@media screen and (max-width: 479px) {
    .newsletter-section .newsletter-form-block {
        width: 100%;
    }

    .newsletter-section .newsletter-form-block .newsletter-form input {
        padding: 10px 15px;
    }
}

/* @media screen and (min-width: 1280px) {
    .section-gap-bottom-130 {
        padding-bottom: 90px;
    }
}  */

@media (max-width: 314px) {
    .project-single-item-box-copy {
        padding: 5px;
    }
}

@media (min-width: 992px) and (max-width: 1280px) {
    .project-single-item-box-copy {
        padding: 10px;
    }
}

@media (max-width: 470px) {
    .services-slider-three .owl-nav .owl-next {
        right: 25%;
    }

    .services-slider-three .owl-nav .owl-prev {
        left: 25%;
    }
}

@media (min-width: 280px) {
    .breadcrumb-gap {
        padding-top: 190px;
        padding-bottom: 130px;
    }
}





/* Changes made by pushpam end  */


/* .operations_RightTik{
    display: flex;
    justify-content: center;
    align-items: center;
} */
