/* Common CSS Start */
:root {
    --color-1: #000000;
    --color-2: #ffffff;
    --color-3: #031547;
    --color-4: #0F0FAD;
    --font-onest: "Onest", sans-serif;
    --font-outfit: "Outfit", sans-serif;

}
* {
    padding:0;
    margin:0;
    box-sizing:border-box;
}
html {
    scroll-behavior: smooth;
}
body, html{
    height: 100%;
}
body {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    letter-spacing: 0px;
    font-family: var(--font-onest);
    font-weight: 400;
    color: var(--color-1);
    font-size: 18px;
    line-height: 32px;
    padding-top: 0px;
}
.wow {
    overflow: hidden;
}

@keyframes zoomIn {
    0% {
        transform: scale(.5);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.zoomInEffect {
    animation: zoomIn 1s ease-out forwards;
}
a, a:hover {
    text-decoration: none !important;
}
img {
    max-width: 100%;
    height: auto;
}
.section-pd {
    padding: 70px 0;
}

.section-mb {
    margin-bottom: 70px;
}
.section-mt {
    margin-top: 40px;
}

.white-color-sec *, .white-color-sec p a,.white-color-sec .heading,.white-color-sec p,.white-color-sec .title,.white-color-sec ul li,
.white-color-sec h2,.white-color-sec h3,.white-color-sec h4,.white-color-sec h5,.white-color-sec h6,.white-color-sec .small-text {
    color: var(--color-2)
}

.white-color-sec .btn {
    transition: .5s;
}

.white-color-sec .btn:hover {
    transition: .5s;
    background: var(--color-4);
    color: var(--color-2);
}
.page-button {
    margin-top: 30px;
}
/* contact form css */
.wpcf7{
    position:relative
}
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok,
.wpcf7 form.sent .wpcf7-response-output,
.thank-you-message{
    margin-left:auto!important;
    margin-right:auto!important
}

.wpcf7 .wpcf7-submit:disabled{
    cursor:not-allowed;
    background:#293a4c;
    color:#fff
}

.wpcf7 .wpcf7-form-control-wrap.quiz-math,
.wpcf7 .wpcf7-form-control-wrap.quiz-math label,
.wpcf7-form-control-wrap{
    width:100%
}
.wpcf7-form-control-wrap {
    display: block;
    position: relative;
}

.wpcf7 .wpcf7-spinner,
div.wpcf7 .ajax-loader{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto
}
.wpcf7 .wpcf7-spinner{
    background:#000;
    z-index:2
}
div.wpcf7 .ajax-loader{
    opacity:1;
    z-index:1;
    display:block
}

div.wpcf7 .wpcf7-form .form-control, .common-form-style .form-group .form-control, select {
    padding: 0;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    background: transparent;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    height: 70px;
    text-transform: none;
    margin: 0;
}

.form-control,.form-control:focus{
    background:transparent;
    border:none;
    border-bottom:1px solid #fff;
    border-radius:0;
    box-shadow:none;
    padding:.4rem 0;
    font-size:.9rem
}

div.wpcf7 .wpcf7-form textarea.form-control,
.common-form-style .form-group textarea.form-control{
    height:100px
}
div.wpcf7 .wpcf7-form textarea.form-control{
    padding-top:10px
}
textarea{
    resize:none;
    height:5rem
}

select{
    width:100%
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required{
    text-transform:capitalize
}

.form-group{
    margin-bottom:15px
}

.wpcf7 .wpcf7-response-output{
    font-size:12px;
    line-height:1.3;
    position:absolute;
    left:0;
    right:0;
    bottom:-40px;
    color:#fff;
    text-align:center;
    border:none!important;
    margin:0!important;
    background:#b31517;
    max-width:389px
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output{
    max-width:224px;
    visibility:hidden;
    display:none!important
}

.wpcf7 form[data-status=sent] .wpcf7-response-output.message-sent{
    opacity:1;
    font-size:15px;
    background:#fff!important;
    color:#00772c!important;
    position:relative!important;
    bottom:0!important;
    border-left:5px solid #00772c!important;
    text-align:center!important;
    box-shadow:0 0 11px #e2e2e2!important;
    min-width:411px!important;
    padding:15px!important;
    font-weight:600!important;
    margin-top:30px!important
}

.sidebar .wpcf7 form[data-status=sent] .wpcf7-response-output{
    color:#00772c!important;
    min-width:320px!important;
    bottom:0;
    position:relative;
    opacity:1
}

.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error {
    color: #fff;
    position: absolute;
    right: 0;
    font-size: 10px;
    background: #b30000;
    text-transform: capitalize;
    margin: 0;
    line-height: normal;
    padding: 1px 4px;
    bottom: -13px;
}

.wpcf7 .wpcf7-not-valid-tip{
    display:none;
    font-size:0;
    bottom:-14px;
    padding:4px;
    border-radius:0;
    line-height:6px
}
.wpcf7 .quiz-math .wpcf7-not-valid-tip{
    display:inline-block;
    font-size:10px
}
.form-banner-404 .wpcf7 .wpcf7-not-valid-tip{
    padding:2px 5px
}

[type=submit],[type=submit]:focus{
    cursor:pointer;
    box-shadow:none
}

.wpcf7 .wpcf7-list-item{
    margin:0 15px 0 0
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item{
    display:inline-block;
    margin-right:20px;
    vertical-align:middle
}
.form-acceptance-col .wpcf7-list-item{
    margin-left:0
}

.wpcf7 .wpcf7-list-item label{
    display:flex;
    align-items:center
}
.form-acceptance-col .wpcf7-list-item label{
    line-height:1.625rem;
    font-size:16px;
    color:#000;
    align-items:flex-start
}

.wpcf7 .wpcf7-list-item label input[type=checkbox]{
    margin-right:10px
}
.wpcf7 .wpcf7-list-item input[type=radio]{
    margin-right:5px;
    outline:0!important;
    box-shadow:none;
    border:none!important;
    width:15px;
    height:15px;
    cursor:pointer
}

.wpcf7 .wpcf7-list-item label .wpcf7-list-item-label,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label{
    display:inline-block!important;
    transition:none;
    cursor:pointer;
    opacity:1!important;
    line-height:26px
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label *{
    transition:none
}

.form-acceptance-col .wpcf7-list-item label input{
    position:relative;
    top:5px
}

.wpcf7 ::-webkit-input-placeholder,
.wpcf7 ::-moz-placeholder,
.wpcf7 :-ms-input-placeholder,
.wpcf7 :-moz-placeholder,
.wpcf7 select{
    color: #fff;
}

.contact-form-sidebar .wpcf7-select{
    color:#fff;
    border:1px solid #fff
}
/* Contact form css*/



/* Home Banner CSS */
.home-banner {
    height: 100%;
    position: relative;
    display: flex;
    z-index: 1;
    background-color: #013893;
    padding-top: 120px;
    padding-bottom: 90px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom center;
    justify-content: center;
    text-align: center;
    border: none;
}
.home-banner video {
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.home-banner .first-small-text {
    color: #fff;
    font-size: 24px;
    letter-spacing: 0;
    font-weight: 400;
}
.home-banner .banner-title {
    position: relative;
    margin: 30px 0;
    font-size: 96px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
}
.home-banner .banner-bottom-image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    height: auto;
    pointer-events: none;
}
.newbtn {
    margin-left: 0;
    width: auto;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 52px;
    padding: 14px 15px;
    line-height: 24px;
    color: var(--color-2);
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    border: 2px solid var(--color-2);
    min-width: 267px;
    background-image: linear-gradient(to left, #295596, #276daa, #2d86bc, #3e9fcb, #56b7d9);
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out, border-color 0.5s ease-in-out, transform 0.3s ease;
    text-align: center;
    text-decoration: none;
}
.newbtn:hover {
    background: var(--color-4);
    color: var(--color-2);
    border-color: var(--color-4);
}
.header-btn-info {
    display: flex;
    align-items: center;
}
.header-btn-sec {
    display: flex;
    justify-content: flex-end;
}
.blue-btn {
    margin-left: 0;
    width: auto;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 52px;
    padding: 10px 30px;
    line-height: 36px;
    color: var(--color-2);
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    background-color: var(--color-4);
    text-align: center;
    min-width: 152px;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out, border-color 0.5s ease-in-out, transform 0.3s ease;
    overflow: hidden;
    transition: all .5s;
    z-index: 1;
    text-decoration: none !important;
}
.blue-btn::before{
    content: '';
    position: absolute;
    right: -100%;
    bottom: -100%;
    width: 100%;
    height: 100%;
    border-radius: 999;
    background: linear-gradient(307deg, #E82280 0%, #0f0fad 58.56%);
    opacity: 1;
    transition: all .5s;
    z-index: -1;
}
.blue-btn:hover::before{
    opacity: 1;
    right: 0;
    bottom: 0;
}
.blue-btn:hover {
    color: #fff;
}

p {
    padding: 0px;
    font-size: 18px !important;
    line-height: 32px;
    font-weight: 300;
}
.h2, h2, .heading {
    font-size: 48px;
    font-weight: 600;
    color: #000;
}
.h3, h3 {
    font-size: 42px;
    font-weight: 600;
    color: #000;
}
.h4, h4 {
    font-size: 36px;
    font-weight: 600;
    color: #000;
}
.h5, h5 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.h6, h6 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.trust-logos-section .award-title {
    font-weight: 700;
}
.award-content p {
    
}
/* Home Banner CSS */

/* trust logo */
.trust-logos-section {
    /* background: #030E3B; */
}
.trust-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
}

.trust-info .item {
    width: 210px;
    padding: 0 15px;
}

.trust-info .item img {
    width: auto;
}
.award-content {
    width: 100%;
    margin-bottom: 60px;
}
/* trust logo */

/* section-pd */
.about-sec {
    background: #F0F0F0;
}
.about-sec .about-info-col {
    display: flex;
    align-items: center;
}
.about-sec .image-sec-wrap img {
    width: 100%;
}
/* Nap CSS */
.nap-row {
    width: 100%;
    position: relative;
}
.nap-row .nap-title {
    font-size: 20px;
    font-family: var(--font-outfit);
    font-weight: 500;
    margin-bottom: 15px;
    color: #fff;
}
.nap-row .nap-address-col {
    display: flex;
    width: 100%;
}
.nap-row .direction-link {
    color: #fff;
    text-decoration: underline;
    font-size: 15px;
}
.nap-row .direction-link:hover {
    text-decoration: none;
}
.nap-row .nap-address {
    font-size: 15px;
    font-weight: 300;
    background-size: 32px;
    background-repeat: no-repeat;
    background-image: url(../img/location-icon.svg);
    background-position: 0 6px;
    padding-left: 50px;
}
.nap-row .nap-address-col .nap-loop-col {
    padding: 0 15px;
    width: 50%;
}
.nap-row .nap-address-col .nap-loop-col .nap-map-iframe {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}
.nap-row .nap-address-col .nap-loop-col .nap-map-iframe iframe {
    width: 100%;
    height: 100%;
}
/* Nap CSS */

/* copyright nav */
.copyright-wrapper {
    width: 100%;
    position: relative;
    line-height: normal;
    padding: 14px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1.33px solid #FFFFFF2E;
    font-size: 18.67px;
    font-weight: 400;
    color: #fff;
    font-family: var(--font-outfit);
}
.copyright-wrapper p {
    display: inline-block;
    padding: 0;
    font-size: 18.67px;
    margin: 0;
    line-height: normal;
}
.copyright-wrapper .small-nav {
    margin-left: 5px;
    color: var(--color-3-white);
}
.copyright-wrapper .small-nav a {
    display: inline-block;
    margin-right: 6px;
    position: relative;
    padding-right: 0;
    color: var(--color-2);
    margin-left: 4px;
    font-weight: 300;
    font-family: var(--font-outfit);
}

/* Contact Section CSS */
.footer-contact-section {
    /* background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/contact-bg.webp);
    background-position: center; */
     background: linear-gradient(0deg, #031547 -0.04%, #0F0FAD 100%);

}
.footer-contact-info {
    width: 100%;
    position: relative;
}
.footer-contact-info .heading {
    margin-bottom: 15px;
    font-weight: 700;
}
.footer-email-text {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.footer-contact-email {
    margin-top: 42px;
    width: 100%;
    position: relative;
}

.footer-contact-form-right .wpcf7 form {
    margin: 0;
}

.footer-contact-section .wpcf7 input::placeholder,
.footer-contact-section .wpcf7 textarea::placeholder, .footer-contact-section .wpcf7 select {
    color: #ffffff;
}


.footer-contact-form-right .wpcf7 {
    color: #fff;
}
.footer-contact-email a:hover {
    color: #fff;
    text-decoration: underline;
}
.btn-wrap {
    margin-top: 30px;
}
.btn-wrap .btn {
    margin-left: 0;
    width: auto;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 52px;
    padding: 14px 15px;
    line-height: 24px;
    color: var(--color-2);
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    border: 2px solid var(--color-2);
    background-color: transparent;
    text-align: center;
    min-width: 152px;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out, border-color 0.5s ease-in-out, transform 0.3s ease;
}
.btn-wrap .btn:hover {
    color: var(--color-4);
    border: 2px solid var(--color-2);
    background-color: var(--color-2);
    text-align: center;
}
/* Contact Section CSS */
.left-side-image-right-content {
    width: 100%;
    position: relative;
}
.left-side-image-right-content .row-cover-wrap {
    width: 100%;
    position: relative;
    padding: 30px;
    background: #EBECF0;
    border-radius: 20px;
}
.left-side-image-right-content .right-info-col ol {
    padding-left: 0;
    position: relative;
}

.left-side-image-right-content ol {
    counter-reset: num-ol;
}
.left-side-image-right-content ol li {
    padding: 0px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    margin: 0;
    position: relative;
    list-style: none;
    padding-left: 50px;
    counter-increment: num-ol;
    margin-top: 20px;
}

.left-side-image-right-content ol li:after {
    content: counter(num-ol);
    position: absolute;
    left: 0;
    top: 5px;
    background: #0F0FAD;
    color: #fff;
    width: 37px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    border-radius: 5px;
    font-weight: 500;
}

.left-side-image-right-content.proactive-section{
    background: linear-gradient(360deg, #FFFFFF 0%, #F0F0F0 100%);
}
.left-side-image-right-content.proactive-section .row {
    align-items: center;
}

/* Faq Section css */
.faq-content-section {
    /* background: linear-gradient(0deg, #031547 -0.04%, #0F0FAD 100%); */
    width: 100%;
    position: relative;
    /* padding-bottom: 0; */
}
.faq-accordion-content {
    border-radius: 5px;
    width: 100%;
    position: relative;
    background: transparent;
    padding: 0;
    border: none;
}
.faq-accordion-content .accordion-item {
    margin-top: 30px;
    border-radius: 30px;
    border: none;
    padding: 0;
    background: #CBDFF9;
}
.faq-accordion-content .accordion-item:first-child {
    margin: 0;
}

.faq-accordion-content .accordion-item .accordion-header {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 0;
}

.faq-accordion-content .accordion-item .accordion-header .accordion-button {
    border: none;
    background: ;
    outline: none !important;
    box-shadow: none;
    font-size: 28px;
    font-weight: 600;
    color: #000;
    padding: 30px;
    line-height: normal;
    border-radius: 30px;
}
.faq-accordion-content .accordion-item .accordion-collapse {
    border: ;
    border-top: none;
    border-radius: 0 0 30px 30px;
    background: ;
    padding: 30px;
    padding-top: 0;
    color: ;
}
.faq-accordion-content .accordion-item .accordion-body{
    border: none;
    padding: 0;
    border-radius: 0;
    padding-top: 0;
    padding-right: 16px;
}
.faq-accordion-content .accordion-item .accordion-body p:last-child {
    padding: 0;
    margin: 0;
}
.faq-accordion-content .accordion-item .accordion-button:after{
    content: '';
    height: 15px;
    width: 15px;
    border-bottom: 2px solid #171717;
    border-right: 2px solid #171717;
    transform: rotate(-45deg);
}
.faq-accordion-content .accordion-item .accordion-button:not(.collapsed)::after {
    transform: rotate(45deg);
}
.faq-right-col .accordion {
    padding: 0;
    border-radius: 0;
    border: none;
}
.faq-right-col .accordion:before {
    display: none;
}

.faq-accordion {
    border-radius: 5px;
    width: 100%;
    position: relative;
    background: transparent;
    padding: 0;
    border: none
}

.faq-accordion .accordion-item {
    margin-top: 30px;
    border-radius: 0;
    border: none;
    padding: 0;
    background: transparent;
}
.faq-accordion .accordion-item:first-child {
    margin: 0;
}

.faq-accordion .accordion-item:last-child {
    border: none
}

.faq-accordion .accordion-item .accordion-header {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 0;
}

.faq-accordion .accordion-item .accordion-header .accordion-button {
    border: none;
    background: #263276;
    outline: none !important;
    box-shadow: none;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    padding: 30px;
    line-height: normal;
    border-radius: 30px;
}

.faq-accordion .accordion-item .accordion-collapse {
    border: 1px solid #fff;
    border-top: none;
    border-radius: 0 0 30px 30px;
    background: #0F0FAD;
    padding: 30px;
    padding-top: 0;
    color: #fff;
}

.faq-accordion .accordion-item .accordion-body {
    border: none;
    padding: 0;
    border-radius: 0;
    padding-top: 0;
    padding-right: 16px;
}
.faq-accordion .accordion-item .accordion-body p:last-child {
    padding: 0;
    margin: 0;
}
.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--color-3)
}

.faq-accordion .accordion-item .accordion-button:after {
    background-image: url(../img/faq-plus.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 11px;
    width: 13px;
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: url(../img/faq-minus.svg);
}

.faq-accordion .accordion-item:first-child .accordion-body ul {
    column-count: 2
}

.faq-accordion .accordion-item .accordion-body ul li {
    line-height: normal;
    margin-bottom: 10px;
    padding-left: 25px
}

.faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: var(--color-2);
    border: 1px solid;
    border-bottom: none;
    border-radius: 30px 30px 0 0;
    background: #0F0FAD;
    padding-bottom: 20px;
}

.white-color-sec .blue-btn {
    color: var(--color-2);
    border: 2px solid var(--color-2);
    background-color: transparent;
}
.form-btn .blue-btn {
    margin-left: 0 !important;
    width: auto;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    border-radius: 52px;
    padding: 10px 30px;
    line-height: 36px;
    color: var(--color-2) !important;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    background-color: var(--color-4) !important;
    text-align: center;
    min-width: 152px;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out, border-color 0.5s ease-in-out, transform 0.3s ease;
    overflow: hidden;
    transition: all .5s;
    z-index: 1;
    border: none !important;
    text-decoration: none !important;
}
.white-color-sec .blue-btn:hover {
    color: var(--color-4);
    border: 2px solid var(--color-2);
    background-color: var(--color-2);
}

/* About US CSS */
.left-content-right-side-out-image {
    /* background: radial-gradient(ellipse at center, #0a3aa8 0%, #072f8f 35%, #041d5f 60%, #010b2d 100% ), radial-gradient(ellipse at center, rgba(0,0,0,0) 45%, rgba(0,0,0,0.55) 100% ); */
    background-blend-mode: screen;
    border-radius: 0;
    width: 100%;
    min-height: 400px;
    overflow: hidden;
}
.left-content-right-side-out-image .about-text-image {
    width: 100%;
    position: relative;
    z-index: 0;
    /* margin-bottom: -8px; */
    pointer-events: none;
}
.left-content-right-side-out-image .about-text-image img {
    width: auto;
}
.left-content-right-side-out-image .outer-section-wrap {
    width: 100%;
    border-radius: 30px;
    background-color: #D1E6FFF7;
    /* background: radial-gradient(ellipse at center, #0c4bd2 0%, #0838a8 35%, #052a7d 60%, #021748 100% ), radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.6) 100% ); */
    padding: 50px;
    position: relative;
    z-index: 1;
}
.left-content-right-side-out-image .outer-section-wrap .w-100 p {
    padding-right: 70px;
}
.left-content-right-side-out-image .outer-section-wrap .outer-right-image {
    position: absolute;
    right: -50px;
    top: -50px;
    /* bottom: -10px; */
    width: auto;
    height: auto;
    z-index: -1;
    pointer-events: none;
}
/* About US CSS *

/* Three Col section CSS */
.bgcover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.top-info-left-and-right-content-sec {
    width: 100%;
    position: relative;
}
.top-info-left-and-right-content-sec .top-info-row {
    max-width: 97%;
    margin-left: auto;
    margin-right: auto;
}
.top-info-left-and-right-content-sec .image-sec-wrap {
    width: 100%;
    position: relative;
}

.top-info-left-and-right-content-sec .image-sec-wrap img {
    width: 100%;
}
.top-info-left-and-right-content-sec .three-col-row {
    justify-content: center;
    margin-top: 80px;
}
.top-info-left-and-right-content-sec .three-col-row .col-content-item {
    position: relative;
    display: flex;
}
.top-info-left-and-right-content-sec .three-col-row .col-content-item .w-100 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.13) 0%, rgba(153, 153, 153, 0) 100%);
    padding: 30px;
    border-radius: 30px;
    width: 100%;
    position: relative;
    padding-bottom: 70px;
}
.top-info-left-and-right-content-sec .three-col-row .col-content-item .single-image-wrap {
    text-align: center;
}
.top-info-left-and-right-content-sec .three-col-row .col-content-item img {
    width: auto;
}
.top-info-left-and-right-content-sec .three-col-row .col-content-item .normal-heading {
    font-size: 36px;
    margin: 25px 0;
    margin-bottom: 23px;
}
.top-info-left-and-right-content-sec .three-col-row .col-content-item .w-100 .col-button {
    margin-top: 30px;
    position: absolute;
    bottom: 0;
}
/* Three Col section CSS */
/* Video Col section CSS */
.video-content-section.section-pd {
    width: 100%;
    position: relative;
    z-index: 0;
    margin-top: -1px;
}
.video-content-section.section-pd .title-heading {
    max-width: 1120px;
    justify-self: center;
}
.page-template-template-home .html5-text .html5-title {
    display: none;
}
.video-wrap-content {
    padding: 20px;
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 22px;
    background: radial-gradient(circle at center, #2f78ff 0%, #1f5fe8 45%, #0a2b8e 100%), radial-gradient(circle at center, rgba(255,255,255,0.12) 0%, rgba(0,0,0,0.35) 100%);
    background-blend-mode: overlay;
    margin-top: 50px;
}
.video-wrap-content a {
    position: relative;
    display: block;
}
.video-wrap-content a img {
    width: 100%;
}
.play-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 69px;
    height: 69px;
    font-size: 0px;
    border: 2px solid #35c2fd;
    border-radius: 50%;
    background-color: #35c2fd;
    background-image: url("../img/play-icon.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 54%;
    transition: 1s;
    left: 0;
    top: 0;
    margin: auto;
}
.html5lightbox:hover .play-icon {
    background-color: var(--color-4);
    transition: 1s;
    border-color: #35c2fd;
    transform: scale(1.1);
}
/* Video Col section CSS */
/* award winning section CSS */
.award-winning-section {
    /* background: linear-gradient(180deg, #030E3B 0%, #0F0FAD 100%); */
    width: 100%;
    background-image: url(/wp-content/themes/hanzo/assets/img/BG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.award-winning-item {
    background: #FFFFFF0D;
    border: 1px solid #D3E7FF;
    border-radius: 30px;
    width: 100%;
    padding: 20px;
    text-align: center;
}
.award-winning-item .award-image img {
    width: auto;
}
.award-winning-item .award-image {
    width: 100%;
}
.award-winning-item .year-text {
    font-size: 32px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
}
.award-winning-item .award-info {
    font-size: 24px;
    font-weight: 600;
    color: #030E3B;
    line-height: 30px;
}
.award-testimonial-item .qouet-icon svg, .award-testimonial-item .qouet-icon img {
    width: 114px;
    height: 87px;
}

.award-testimonial-right-col {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.award-testimonial-item {
    width: 100%;
    text-align: center;
}
.award-testimonial-item .qouet-icon {
    height: 87px;
    overflow: hidden;
    width: 114px;
    margin-left: auto;
    margin-right: auto;
}

.award-testimonial-item .award-testimonial-name {
    font-size: 18px;
    font-weight: 700;
}

.award-testimonial-item .award-small-text {
    font-size: 14px;
    line-height: normal;
}
/* award winning section CSS */
/* Case Study CSS */
.study-btn-right {
    text-align: right;
}
.case-study-bottom-row {
    margin-top: 50px;
}
.case-study-grid {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 25px;
    padding-right: 15px;
}
/* Right column */
.right-items{
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
}

/* Common item */
.case-study-item{
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    color: #fff;
}


/* Content */
.case-study-item .content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 2;
    width: calc(100% - 60px);
}

/* Big */
.case-study-item.big{
    min-height: 340px;
    padding: 25px;
}

.case-study-item.big h2 {
    margin: 0;
    font-size: 36px;
    line-height: 1.3;
}

.case-study-item.big p {
    margin: 0;
    font-size: 18px;
    max-width: 90%;
    line-height: 30px;
}

.case-study-item.big .btn{
    display: inline-block;
    padding: 8px 16px;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,0.6);
    color: #fff;
    text-decoration: none;
}

.case-study-item .content .blue-btn {
    margin-top: 30px;
    color: var(--color-2);
    border: 0px;
    background-color: var(--color-4);
}
.case-study-item .content .blue-btn::before {
   
}
/* Small */
.case-study-item.small {
    height: 280px;
}

.case-study-item.small .overlay{
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.2));
}

.right-items .case-study-item .content h2 {
    margin: 0;
    font-size: 36px;
    line-height: 1.2;
    padding: 0;
    margin-bottom: 10px;
}
.right-items .case-study-item .content .blue-btn {
    margin-top: 0;
}

/* overlay */
.case-study-item:after {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.85), rgba(0,0,0,0.25));
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0px;
    opacity: 0;
    transition: 0.8s;
    top: inherit;
}
.case-study-item:hover:after {
    height: 100%;
    opacity: 1;
    transition: 0.8s;
}
.case-study-hover-content {
    height: 0;
    opacity: 0;
    transition: 1s;
}
.case-study-item:hover .content .case-study-hover-content {
    height: 136px;
    opacity: 1;
}
/* Case Study CSS */
/* service CSS */
.service-list-section {
    background-image: url(../img/service-bg-section.webp);
    width: 100%;
    position: relative;
}
.service-image-wrap {
    width: 100%;
    text-align: center;
}
.service-image-wrap img {
    width: 100%;
}

.service-info-col {
    display: flex;
    align-items: center;
}
.service-slide-sec {
    width: 100%;
    padding-left: 15px;
    position: relative;
    margin-top: 70px;
    /* min-height: 660px; */
}
#serviceItemSlider .owl-stage, #serviceItemSlider .owl-item {
    display: flex;
}
/* .service-slide-sec .owl-carousel .owl-item.active.current-item .item .service-detail-item {
    background: #0F0FAD;
} */
.service-slide-sec .owl-carousel .owl-item .item .service-detail-item {
    background: #cfe5fd;
    width: 100%;
    position: relative;
    padding: 30px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
}
.service-slide-sec .owl-carousel .owl-item .item .service-detail-item .service-short-info{
    flex: 1;
}
.service-slide-sec .owl-carousel .owl-stage-outer .owl-stage {
    padding-left: 0px !important;
}
.service-slide-sec .owl-carousel .owl-item .item {
    padding: 15px;
    width: 100%;
    /* height: 560px; */
    display: flex;
    position: relative;
}
.service-slide-sec .service-icon {
    width: 82px;
    height: 70px;
    margin-bottom: 15px;
    overflow: hidden;
}

.service-slide-sec .service-icon svg, .service-slide-sec .service-icon img {
    width: 82px;
    height: 70px;
}
.service-slide-sec .service-name {
    font-size: 28px;
    font-weight: 700;
    margin: 22px 0;
    margin-bottom: 15px;
    line-height: normal;
}

.service-short-info p {
    margin: 0;
    color: #000;
    line-height: 1.5;
}

/* .service-slide-sec .owl-carousel .owl-item.active.current-item .item .service-detail-item {
    background: #0F0FAD;
} */

/* .service-slide-sec .owl-carousel .owl-item.active.current-item .service-icon svg path {
    fill: #fff;
}
.service-slide-sec .owl-carousel .owl-item.active.current-item .item * {
    color: #fff;
} */
/* .service-slide-sec .owl-carousel .owl-item.active.current-item .item .blue-btn {
    border: 2px solid var(--color-2);
    background-color: var(--color-4);
}
.service-slide-sec .owl-carousel .owl-item.active.current-item .item .blue-btn:hover {
    border: 2px solid var(--color-2);
    background-color: var(--color-2);
    color: var(--color-4);
} */
.service-slide-sec .owl-carousel .owl-item .item .service-detail-item .page-button {
    /* position: absolute;
    bottom: 30px; */
}
.service-slide-sec .owl-carousel .owl-item.active.current-item .item {
    /* height: 600px; */
}
.service-slide-sec .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: left;
    padding-left: 10px;
}
.service-slide-sec .owl-carousel .owl-nav .owl-next, .service-slide-sec .owl-carousel .owl-nav .owl-prev {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    height: 17px;
    width: 34px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    z-index: 1;
    opacity: 1;
    border-radius: 0;
    border: none;
    background-color: transparent;
    margin: 0;
    padding: 0;
}
.service-slide-sec .owl-carousel .owl-nav .owl-next {
    right: 0px;
    background-image: url(../img/next-icon.svg);
    background-position: center;
}
.service-slide-sec .owl-carousel .owl-nav .owl-prev {
    left: 0;
    background-image: url(../img/next-icon.svg);
    background-position: center;
    transform: rotate(180deg);
}
.service-slide-sec .owl-carousel .owl-nav .owl-next:hover, .service-slide-sec .owl-carousel .owl-nav .owl-prev:hover {
    opacity: 0.3;
    cursor: pointer;
}

/* service CSS */
/* Faq Section css */
@media only screen and (min-width:992px) {
    .container-fluid {
        max-width: 100%;
    }
}
@media only screen and (min-width: 1500px) {
    .section-pd {
        padding: 120px 0;
    }
    /* .faq-content-section {
        padding-bottom: 0;
    } */
    .service-slide-sec .owl-carousel .owl-item .item {
        /* height: 480px; */
    }
    .service-slide-sec .owl-carousel .owl-item.active.current-item .item {
        /* height: 530px; */
    }
    .service-slide-sec {
        /* min-height: 570px; */
    }
}

@media only screen and (min-width:1700px) {
    .container-fluid {
        max-width: 1672px;
    }
}
@media only screen and (min-width: 1800px) {
    .service-slide-sec {
        padding-left: 4%;
    }
    .service-slide-sec .owl-carousel .owl-item .item {
        /* height: 480px; */
    }
    .service-slide-sec .owl-carousel .owl-item.active.current-item .item {
        /* height: 530px; */
    }
    .service-slide-sec {
        /* min-height: 570px; */
    }
}
@media only screen and (min-width: 1900px) {
    .service-slide-sec {
        padding-left: 6%;
    }
}
@media only screen and (min-width: 2100px) {
    .service-slide-sec {
        padding-left: 9%;
    }
}
@media only screen and (max-width: 1400px) {
    .h2, h2, .heading {
        font-size: 45px;
        font-weight: 600;
        color: #000;
        line-height: 1.3;
    }
    p {
    font-size: 16px !important;
    }
    .left-content-right-side-out-image .outer-section-wrap .outer-right-image {
        right: -7px;
        bottom: -50px;
        width: 66%;
        top: 0;
        margin: auto;
    }
    .award-winning-item .award-info {
    font-size: 18px;
    }
}
@media only screen and (max-width: 1199px) {
    .h2, h2, .heading {
        font-size: 40px;
        font-weight: 600;
        color: #000;
        line-height: 1.3;
    }
    .header-left-logo {
        width: 30%;
    }
    .header-btn-sec {
        width: 70%;
    }
    .menu-top {
        right: 30px;
        top: -1px;
        padding: 10px 0px;
        padding-bottom: 10px;
    }
    ul.menu-top li {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0px;
    }
    /* header mobile menu */
    .mobile-header-sec {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .menu-wrap {
        background-color: #ffffff;
        position: fixed;
        top: 0;
        height: 100%;
        width: 50%;
        right: -100%;
        font-size: 1em;
        font-weight: 700;
        overflow: auto;
        transition: .5s;
        z-index: 12;
        display: flex;
        justify-content: center;
    }
    .menu-full-wrapper {
        width: 100%;
        position: relative;
    }
    .menu-show {
        right: 0;
        box-shadow: none;
        display: block;
        max-width: 50%;
    }
    .menu-sidebar {
        margin: 0;
        position: relative;
        top: 0;
        width: 100%;
        margin-left: auto;
        padding-top: 70px;
    }
    .menu-bar-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
    .menu-sidebar .menu-bar-wrapper li {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        margin: 0;
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.25);
        padding: 0;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li:first-child {
        border-top: 1px solid rgba(0, 0, 0, 0.23);
    }

    .menu-sidebar .menu-bar-wrapper li:last-child{
        border: none;
    }

    .menu-sidebar .menu-bar-wrapper li > a {
        color: #000;
        font-weight: normal;
        padding: 7px 20px;
        position: relative;
        display: block;
        font-size: 16px;
    }

    .menu-sidebar .menu-bar-wrapper li > a:hover::after {
        opacity: 1;
    }

    .menu-sidebar .menu-bar-wrapper li > a:hover {
        background-color: var(--color-4);
        color: #fff;
        width: 100%;
    }

    .menu-sidebar .menu-bar-wrapper li > a:hover::after {
        opacity: 1;
    }
    .menu-sidebar .menu-bar-wrapper li.current-menu-item>a {
        font-weight: 500;
        background-color: var(--color-4);
        color: #fff;
        width: 100%;
    }
    .menu-sidebar .menu-bar-wrapper li.current-menu-item.menu-item-23 ul li a {
        background: none;
    }
    .menu-sidebar .menu-bar-wrapper li.current-menu-item > a + .sidebar-menu-arrow::after{
        color: #0e2743;
    }
    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>a {
        font-weight: 500;
        width: 100%;
        background-color: var(--color-4);
        color: #fff;
    }
    .current-menu-ancestor>a{
        font-weight: 500;
        color: #fff;
        width: 100%;
    }
    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children> a + .sidebar-menu-arrow::after {
        background-image: url(../img/arrow-white-down.svg);
    }

    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children> a::after {
        opacity: 1;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children {
        position: relative;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 42px;
        width: 40px;
    }

    .menu-sidebar .menu-bar-wrapper li#menu-item-328.menu-item-has-children .sidebar-menu-arrow {
        width: 100%;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu {
        display: none;
        background: none;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0px;
    }

    .menu-sidebar .menu-bar-wrapper li .sub-menu li a {
        font-size: 16px;
        padding-left: 30px;
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li a br, .menu-sidebar .menu-bar-wrapper li a br {
        display: none;
    }

    .menu-sidebar .menu-bar-wrapper li .sub-menu li ul li a {
        padding-left: 50px;
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li ul li ul li a {
        padding-left: 65px;
    }

    .menu-sidebar .menu-bar-wrapper li .sub-menu .sidebar-menu-arrow::after {
        padding: 0 10px;
        font-size: 16px;
    }
    .sidebar-menu-arrow::after {
        cursor: pointer;
        content: "";
        position: absolute;
        top: 0px;
        margin: auto;
        bottom: 0px;
        right: 0;
        background-size: 14px;
        background-repeat: no-repeat;
        background-image: url(../img/arrow-black-down.svg);
        background-position: center;
        height: 40px;
        width: 40px;
    }
    .sidebar-menu-arrow::after {
        pointer-events: none;
        opacity: 1;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow.responsive-up-arrow::after {
        transform: rotate(180deg);
        display: block;
    }
    .sidebar-menu-arrow:hover::after {
        background-image: url(../img/arrow-black-down.svg);
    }
    .menu-sidebar .menu-bar-wrapper li a:hover + .sidebar-menu-arrow::after {
        background-image: url(../img/arrow-white-down.svg);
    }
    .menu-sidebar .menu-bar-wrapper li.current-menu-item > a + .sidebar-menu-arrow::after {
        background-image: url(../img/arrow-white-down.svg);
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li a::after{
        display: none;
    }
    /*Hamburger Button*/
    .menu-button:hover {
        cursor: pointer;
    }
    .menu-button {
        height: 50px;
        width: 50px;
        position: relative;
        z-index: 12;
        display: flex;
        justify-content: center;
        flex-direction: column;
        background: transparent;
        border: 2px solid #35C2FD;
        margin-left: 12px;
        order: 3;
        align-items: center;
        border-radius: 32px;
    }
    .menu-button .menu-bar {
        position: relative;
        border-radius: 10px;
        width: 20px;
        transition: .5s;
        opacity: 1;
        display: block;
        height: 2px;
        background: #35C2FD;
        margin-top: 5px;
        text-align: center;
    }
    .menu-button .menu-bar-top {
        margin: 0;
    }
    header#header.small-header .menu-button.button-open .menu-bar {
        background: #35C2FD;
    }
    .menu-button.button-open .menu-bar-top, .menu-button.button-open .menu-bar-bottom, .menu-button.button-open .menu-bar-middle {
        border-color: #35C2FD;
    }
    .button-open {
        z-index: 16;
    }
    .menu-button.button-open {
        background: #35C2FD;
        z-index: 13;
        right: 0;
        top: -14px;
        position: relative;
        width: 50px;
        border: transparent;
        height: 50px;
        align-items: center;
    }
    .button-open .menu-bar {
        opacity: 1;
    }
    .button-open .menu-bar-top {
        border-color: #fff;
        transform: rotate(45deg) translate(8px, 8px);
        transition: .5s;
    }
    .button-open .menu-bar-middle {
        background-color: #fff;
        transform: translate(230px);
        transition: .1s ease-in;
        opacity: 0;
    }
    .button-open .menu-bar-bottom {
        border-color: #fff;
        transform: rotate(-45deg) translate(5px, -5px);
        transition: .5s;
        right: 0;
    }
    .menu-button.button-open .menu-bar-top {
        border-color: #fff;
        width: 18px;
        top: -4px;
        background: #fff;
        left: 1px;
    }
    .menu-button.button-open .menu-bar-bottom {
        border-color: #fff;
        width: 18px;
        background: #fff;
        top: 0px;
        right: 0px;
    }
    .mobile-search-bar {
        top: 0;
        height: 80px;
        width: 45px;
        background: transparent;
        border: none;
        border-left: none;
        border-radius: 0px;
        margin-left: 10px;
        margin-right: 0;
        order: 2;
    }
    .mobile-search-bar .white-search-icon {
        background-position: center;
    }
    .header-top-right {
        justify-content: flex-end;
    }
    .header-contact-info {
        margin-top: 0;
        top: 0;
        width: auto;
        padding-left: 0;
        padding-bottom: 0;
        border-left: none;
        height: 80px;
        border-right: none;
        margin-left: 0;
        margin-right: 0;
        order: 1;
    }
    .header-contact-info a {
        position: relative;
        top: 2px;
        padding: 0;
        line-height: 24px;
        background-position: 1px center;
        background-size: 38px;
        padding-left: 50px;
    }
    .menu-bar-wrapper .menu-item-has-children > a::after {
        opacity: 0;
    }
    /*mobile menu css end*/

    .home-banner .banner-title {
        position: relative;
        margin: 30px 0;
        font-size: 56px;
        line-height: 1.2;
        font-weight: 700;
        color: #fff;
        margin-top: 0;
    }
    .left-side-image-right-content.proactive-section {
        /* padding-bottom: 0; */
    }
    .right-items .case-study-item .content h2, .case-study-item.big h2 {
        font-size: 26px;
        line-height: 1.2;
    }
    .left-content-right-side-out-image .about-text-image img {
        width: 90%;
    }
    .nap-row .nap-address {
        font-size: 13px;
        background-size: 26px;
        background-position: 0 6px;
        padding-left: 35px;
    }
    .left-content-right-side-out-image .outer-section-wrap .w-100 p {
        padding-right: 0px; 
    }
    .left-content-right-side-out-image .outer-section-wrap .outer-right-image {
        right: -7px;
        bottom: 0px;
        width: 50%;
        top: 0;
        margin: auto;
    }
    .award-winning-item .award-info {
    font-size: 16px;
    }
}
@media only screen and (max-width: 991px) {
    body, p {
        padding: 0px;
        font-size: 16px;
        line-height: 30px;
    }
    .home-banner {
        padding-top: 105px;
    }
    .menu-wrap {
        width: 100%;
    }
    .menu-show {
        max-width: 100%;
    }
    .case-study-grid{
        grid-template-columns: 1fr;
    }
    .case-study-item.small{
        height: 180px;
    }
    .home-banner {
        padding-top: 125px;
        height: 645px;
    }
    .section-pd {
        padding: 50px 0;
    }
    .top-info-left-and-right-content-sec {
        padding-top: 0;
    }
    .video-content-section.section-pd {
        width: 100%;
        position: relative;
        z-index: 0;
        margin-top: -3px;
        padding-top: 10px;
    }
    .solution-cards{
        background-color: #0038C6;
        padding: 25px 30px;
        border-radius:30px ;
        backdrop-filter: blur(137.10000610351562px)

    }
    .top-info-left-and-right-content-sec .top-info-row {
        max-width: 100%;
    }
    .right-image-col {
        margin-top: 50px;
    }
    .top-info-left-and-right-content-sec .three-col-row {
        margin-top: 50px;
    }
    .top-info-left-and-right-content-sec .three-col-row .col-content-item {
        margin-top: 50px;
    }
    .top-info-left-and-right-content-sec .three-col-row .col-content-item:first-child {
        margin-top: 0px;
    }
    .h2, h2, .heading {
        font-size: 38px;
        font-weight: 600;
        color: #000;
    }
    .h3, h3 {
        font-size: 34px;
    }
    .h4, h4 {
        font-size: 30px;
    }
    .h5, h5 {
        font-size: 26px;
    }
    .h6, h6 {
        font-size: 22px;
    }

    .left-image-col .image-sec-wrap {
        text-align: center;
        height: auto;
        width: 100%;
    }
    .left-image-col .image-sec-wrap img {
        height: auto;
    }
    .left-side-image-right-content .row-cover-wrap {
        padding-top: 0;
    }
    .study-btn-right {
        text-align: left;
        margin-top: 15px;
    }
    .case-study-item.small {
        height: auto;
        padding: 20px;
        min-height: 260px;
    }
    .case-study-item.small .content {
        bottom: 0px;
        height: auto;
    }
    .case-study-item .content .case-study-hover-content, .case-study-item:hover .content .case-study-hover-content {
        height: auto;
        opacity: 1;
        padding-bottom: 30px;
    }
    .left-content-right-side-out-image .outer-section-wrap {
        padding: 30px;
    }
    .left-content-right-side-out-image .outer-section-wrap .outer-right-image {
        right: 0;
        bottom: 0;
        width: 100%;
        top: 0;
        margin: auto;
        position: relative;
        margin-top: -60px;
    }
    .award-testimonial-right-col {
        margin-top: 50px;
    }
    .faq-left-col .heading br {
        display: none;
        text-align: center;
    }
    .footer-wrapper .row {
        flex-direction: column-reverse;
    }
    .footer-wrapper .row.footer-row-wrap {
        flex-direction: row-reverse;
    }
    .footer-logo-and-social {
        text-align: center;
    }
    .footer-logo-and-social .socials a:last-child {
        margin: 0;
    }
    .footer-logo-and-social .socials a {
        margin-right: 15px;
    }
    .footer-logo-and-social .socials a:hover img {
        opacity: 0.5;
    }
    .footer-logo-and-social .socials {
        margin-top: 0;
    }
    .footer-logo-and-social {
        padding-top: 40px;
    }
    .footer-menu-sec .menu-footer {
        column-count: 4;
    }
    .footer-quick-links .footer-heading {
        font-size: 30px;
        margin-bottom: 25px;
        margin-top: 50px;
        text-align: center;
    }
    .footer-email-text {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .header-button {
        display: none;
    }
    .home-banner .banner-title {
        font-size: 45px;
    }
    .home-banner .first-small-text {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .trust-logos-section .award-title {
        line-height: normal;
    }
    .right-image-col {
        padding-left: 0;
        padding-right: 0;
    }
    .h2, h2, .heading {
        font-size: 32px;
        font-weight: 600;
        color: #000;
        line-height: 1.3;
    }
    .h3, h3 {
        font-size: 28px;
    }
    .h4, h4 {
        font-size: 24px;
    }
    .h5, h5 {
        font-size: 20px;
    }
    .h6, h6 {
        font-size: 16px;
    }
    .service-slide-sec .owl-carousel .owl-item .item {
        height: auto;
    }
    .service-slide-sec .owl-carousel .owl-item .item .service-detail-item .page-button {
        position: relative;
        bottom: 0;
        margin-top: 30px;
    }
    .service-slide-sec {
        padding-left: 15px;
        position: relative;
        margin-top: 30px;
        min-height: inherit;
    }
    .service-slide-sec .owl-carousel .owl-item .item, .service-slide-sec .owl-carousel .owl-item.active.current-item .item {
        height: auto;
        padding: 0;
        padding-right: 15px;
    }
    /* .faq-content-section.section-pd {
        padding-top: 0;
    } */
    .footer-menu-sec ul li a {
        font-size: 16px;
    }
}
@media only screen and (max-width: 575px) {
    .case-study-item .content {
        position: relative;
        left: 0;
        bottom: 0;
        z-index: 2;
        width: calc(100% - 0px);
    }
    .case-study-item:hover:after, .case-study-item:after {
        height: 100%;
        opacity: 1;
        transition: 0.8s;
    }
    .case-study-item .content .case-study-hover-content, .case-study-item:hover .content .case-study-hover-content {
        height: auto;
        opacity: 1;
        padding-bottom: 0;
    }
    .video-wrap-content {
        margin-top: 20px;
    }
    .left-content-right-side-out-image .outer-section-wrap .w-100 p {
        padding-right: 0;
    }
    .award-winning-item {
        width: 100%;
    }
    .award-winning-left-col .col-sm-4 {
        margin-top: 30px;
    }
    .award-winning-left-col .col-sm-4:first-child {
        margin-top: 0px;
    }
    .nap-row .nap-address-col {
        display: block;
    }
    .nap-row .nap-address-col .nap-loop-col {
        width: 100%;
        margin-top: 40px;
    }
    .nap-row .nap-address-col .nap-loop-col:first-child {
        margin-top: 0px;
    }
    .footer-contact-section {
        /* padding-bottom: 10px; */
    }
    .footer-menu-sec .menu-footer {
        column-count: 3;
    }
    .footer-menu-sec ul li a {
        font-size: 14px;
    }
    .copyright-wrapper {
        font-size: 16px;
        flex-direction: column;
    }
    .copyright-wrapper p {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .trust-info {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
    }
    .trust-info .item {
        width: 33.3333%;
        padding: 15px;
    }
}

@media only screen and (max-width: 400px) {
    .logo-wrapper a img, .logo-wrapper a svg {
        width: 175px;
        height: 56px;
    }
    .footer-menu-sec .menu-footer {
        column-count: 2;
    }
    .footer-menu-sec ul li a {
        font-size: 14px;
    }
}


