a,
button,
img,
.wp-block-group,
.wp-block-columns,
.wp-block-column {
    transition: all ease 0.23s;
}

.fotawp-swiper-holder {
    overflow: hidden;
    position: relative;
}

    .fotawp-swiper-holder .swiper-pagination-bullets.swiper-pagination-horizontal {
        position: absolute;
        bottom: 32px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
        z-index: 2;
    }

.wp-block-image.is-style-fotawp-boxshadow img,
.wp-block-column.is-style-fotawp-boxshadow,
.wp-block-columns.is-style-fotawp-boxshadow,
.wp-block-group.is-style-fotawp-boxshadow {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.065);
}

.wp-block-image.is-style-fotawp-boxshadow-medium img,
.wp-block-column.is-style-fotawp-boxshadow-medium,
.wp-block-columns.is-style-fotawp-boxshadow-medium,
.wp-block-group.is-style-fotawp-boxshadow-medium {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.wp-block-image.is-style-fotawp-boxshadow-large img,
.wp-block-column.is-style-fotawp-boxshadow-large,
.wp-block-columns.is-style-fotawp-boxshadow-large,
.wp-block-group.is-style-fotawp-boxshadow-large {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
}

.wp-block-image.is-style-fotawp-boxshadow-hover img:hover,
.wp-block-column.is-style-fotawp-boxshadow-hover:hover,
.wp-block-columns.is-style-fotawp-boxshadow-hover:hover,
.wp-block-group.is-style-fotawp-boxshadow-hover:hover {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.099);
}

/* Style for header with banner */
.wp-block-cover.fotawpbanner-with-slantbottom:before {
    content: "";
    width: 0;
    height: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    border-style: solid;
    border-width: 0 0px 0 223vh;
    border-color: #fff;
    z-index: 2;
    height: 0px;
    width: 100%;
}
/*.wp-block-cover.fotawpbanner-with-slantbottom:before {
    content: "";
    width: 0;
    height: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    background: url(http://localhost:8080/MWTS/wp-content/uploads/2023/12/banner_overlay-300x64.png);
    z-index: 2;
    background-size: contain;
    background-position: bottom;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}*/
.wp-block-group.fotawp-overlap-ctasection {
    z-index: 2;
    position: relative;
    margin: -350px 0 -30px !important;
}

    .wp-block-group.fotawp-overlap-ctasection.pattern-banner-layout {
        margin: -280px 0 0 !important;
    }

.wp-block-navigation__container .wp-block-navigation__submenu-container.wp-block-navigation-submenu {
    border: 0;
    border-radius: 5px;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.32);
    margin-top: 15px;
    transition: all ease 0.23s;
    padding: 10px !important;
    z-index: 99;
}

    .wp-block-navigation__container .wp-block-navigation__submenu-container.wp-block-navigation-submenu li {
        line-height: 1.5 !important;
    }

.wp-block-navigation__container li:hover .wp-block-navigation__submenu-container.wp-block-navigation-submenu {
    margin-top: 0;
}

.wp-block-navigation__container li a:hover {
    color: var(--wp--preset--color--secondary) !important;
}

.wp-block-button {
    transition: all ease 0.23s;
}

.wp-block-button__link.wp-element-button:hover {
    opacity: 0.85;
}

footer.wp-block-template-part {
    margin: 0;
}

.taxonomy-category.is-style-categories-background-with-round a,
.taxonomy-category.is-style-categories-background-with-round-small a,
.taxonomy-category.is-style-categories-background-with-border-small-round a {
    padding: 2px 10px 4px;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}

.taxonomy-category.is-style-categories-background-with-round-small a,
.taxonomy-category.is-style-categories-background-with-border-small-round a {
    border-radius: 4px;
}

.taxonomy-category.is-style-categories-background-with-border-small-round a {
    border: 1px solid;
}

.taxonomy-category.is-style-categories-background-with-round a:before,
.taxonomy-category.is-style-categories-background-with-round-small a:before {
    background-color: var(--wp--preset--color--primary);
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0.04;
    transition: all ease 0.23s;
    -webkit-transition: all ease 0.23s;
    -moz-transition: all ease 0.23s;
    -o-transition: all ease 0.23s;
    border-radius: 25px;
}

.taxonomy-category.is-style-categories-background-with-round-small a:before {
    border-radius: 4px;
}

.taxonomy-category.is-style-categories-background-with-round a:hover:before,
.taxonomy-category.is-style-categories-background-with-round-small a:hover:before {
    opacity: 0.06;
}

.taxonomy-category.is-style-categories-background-with-border-small-round a:hover {
    opacity: 0.67;
}

.taxonomy-category.is-style-categories-background-with-round a,
.taxonomy-category.is-style-categories-background-with-round-small a,
.taxonomy-category.is-style-categories-background-with-border-small-round a {
    margin: 0 5px 5px 0;
    display: inline-block;
}

.taxonomy-category.is-style-categories-background-with-round .wp-block-post-terms__separator,
.taxonomy-category.is-style-categories-background-with-round-small .wp-block-post-terms__separator,
.taxonomy-category.is-style-categories-background-with-border-small-round .wp-block-post-terms__separator {
    display: none;
}
/*styling post title for hover*/
.is-style-title-hover-primary-color.wp-block-post-title a:hover {
    color: var(--wp--preset--color--primary);
}

.is-style-title-hover-secondary-color.wp-block-post-title a:hover {
    color: var(--wp--preset--color--secondary);
}

.is-style-title-hover-tertiary-color.wp-block-post-title a:hover {
    color: var(--wp--preset--color--tertiary);
}
/*button hover style*/
.wp-block-button.is-style-button-hover-primary-color a:hover {
    color: var(--wp--preset--color--primary) !important;
}

.wp-block-button.is-style-button-hover-secondary-color a:hover {
    color: var(--wp--preset--color--secondary) !important;
}

.wp-block-button.is-style-button-hover-primary-bgcolor a.wp-block-button__link.wp-element-button:hover {
    background-color: var(--wp--preset--color--primary) !important;
    opacity: 1;
    color: #ffffff !important;
}

.wp-block-button.is-style-button-hover-secondary-bgcolor a.wp-block-button__link.wp-element-button:hover {
    background-color: var(--wp--preset--color--secondary) !important;
    opacity: 1;
    color: #ffffff !important;
}

.wp-block-button.is-style-button-hover-tertiary-bgcolor a.wp-block-button__link.wp-element-button:hover {
    background-color: var(--wp--preset--color--tertiary) !important;
    opacity: 1;
    color: #ffffff !important;
}

.wp-block-button.is-style-button-hover-white-bgcolor a.wp-block-button__link.wp-element-button:hover {
    background-color: #ffffff !important;
    opacity: 1;
    color: var(--wp--preset--color--text-color) !important;
}
/*Styling read more block for hover*/
.is-style-readmore-hover-primary-color.wp-block-read-more:hover,
.is-style-hide-bullet-list-link-hover-style-primary a:hover {
    color: var(--wp--preset--color--primary) !important;
}

.is-style-readmore-hover-secondary-color.wp-block-read-more:hover,
.is-style-hide-bullet-list-link-hover-style-secondary a:hover {
    color: var(--wp--preset--color--secondary) !important;
}

.is-style-readmore-hover-tertiary-color.wp-block-read-more:hover,
.is-style-hide-bullet-list-link-hover-style-tertiary a:hover {
    color: var(--wp--preset--color--tertiary) !important;
}

.is-style-readmore-hover-primary-fill.wp-block-read-more,
.is-style-readmore-hover-secondary-fill.wp-block-read-more,
.is-style-readmore-hover-tertiary-fill.wp-block-read-more {
    border-radius: 20px;
}

    .is-style-readmore-hover-primary-fill.wp-block-read-more:hover {
        background-color: var(--wp--preset--color--primary) !important;
        color: #fff !important;
    }

    .is-style-readmore-hover-secondary-fill.wp-block-read-more:hover {
        background-color: var(--wp--preset--color--secondary) !important;
        color: #fff !important;
    }

    .is-style-readmore-hover-tertiary-fill.wp-block-read-more:hover {
        background-color: var(--wp--preset--color--tertiary) !important;
        color: #fff !important;
    }
/*style list for ul*/
.is-style-list-style-no-bullet,
.is-style-hide-bullet-list-link-hover-style-primary,
.is-style-hide-bullet-list-link-hover-style-secondary,
.is-style-hide-bullet-list-link-hover-style-tertiary {
    list-style-type: none;
}
/*image hover effect*/
figure.wp-block-image.is-style-fotawp-image-hover-rotate img:hover {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.wp-block-image.is-style-fotawp-image-hover-pulse img:hover {
    animation: fotawpPulse 2s infinite;
    -moz-animation: fotawpPulse 2s infinite;
    -o-animation: fotawpPulse 2s infinite;
    -webkit-animation: fotawpPulse 2s infinite;
    animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -o-animation-timing-function: linear;
}

.wp-block-image.is-style-fotawp-image-pulse img {
    animation: fotawpPulse 2s infinite;
    -moz-animation: fotawpPulse 2s infinite;
    -o-animation: fotawpPulse 2s infinite;
    -webkit-animation: fotawpPulse 2s infinite;
    animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -o-animation-timing-function: linear;
}

@keyframes fotawpPulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1);
    }
}

/*brands logo section*/
.wp-block-gallery.fotawp-brands-logos .wp-block-image {
    align-items: center;
}

.wp-block-gallery.is-style-enable-grayscale-mode-on-image .wp-block-image img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    transition: all ease-in 0.23s;
    -webkit-transition: all ease-in 0.23s;
    -moz-transition: all ease-in 0.23s;
    -o-transition: all ease-in 0.23s;
}

    .wp-block-gallery.is-style-enable-grayscale-mode-on-image .wp-block-image img:hover {
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
    }

.wp-site-blocks > * + * {
    margin-block-start: 0 !important;
}

/*.wp-block-group.about-section-topslant:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 1;
  clip-path: polygon(-35% 40.25%, 100% 0%, 100% 101.75%, 0% 114.75%, 0% 47.5%);
  background: linear-gradient(192.26deg, var(--wp--preset--color--background-alt) 0%, var(--wp--preset--color--background) 100%);
}*/
.wp-block-group.about-section-topslant {
    position: relative;
    z-index: 1;
}

.fotawp-duotone-primary {
    filter: var(--wp--preset--duotone--primary);
}

.wp-block-social-links.is-style-social-icon-border li a {
    border: 1px solid;
    border-radius: 50%;
}

.is-style-fotawp-post-featured-image-overlap.wp-block-post-featured-image {
    margin-top: -250px;
    z-index: 1;
    margin-block-start: -250px !important;
}

.wp-block-cover.is-style-fotawp-cover-round-overlap {
    border-radius: 10px;
    overflow: hidden;
    margin-top: -250px;
    margin-block-start: -250px !important;
    z-index: 1;
}

.is-style-fotawp-page-list-bullet-hide-style.wp-block-page-list,
.wp-block-categories-list.is-style-fotawp-categories-bullet-hide-style {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wp-block-cover.is-style-fotawp-cover-round-style {
    border-radius: 7px;
    overflow: hidden;
}

@media (max-width: 600px) {
    .wp-block-navigation__container {
        line-height: 1.5 !important;
        font-size: 18px;
        font-weight: 600;
    }

        .wp-block-navigation__container .wp-block-navigation__submenu-container.wp-block-navigation-submenu {
            box-shadow: none;
            margin-top: 0 !important;
            padding-left: 30px !important;
        }

            .wp-block-navigation__container .wp-block-navigation__submenu-container.wp-block-navigation-submenu li {
                margin: 5px 0;
                font-size: 15px;
                font-weight: 400;
            }

        .wp-block-navigation__container a .wp-block-navigation-item__label {
            position: relative;
        }

            .wp-block-navigation__container a .wp-block-navigation-item__label:after {
                content: "";
                width: 0;
                left: 0;
                height: 2px;
                background: var(--wp--preset--color--tertiary);
                position: absolute;
                top: 30px;
                transition: all ease 0.23s;
            }

        .wp-block-navigation__container a:hover .wp-block-navigation-item__label:after {
            width: 100%;
        }

    .wp-block-navigation-item.has-child.open-on-hover-click.wp-block-navigation-submenu a {
        border-bottom: 2px solid;
    }

        .wp-block-navigation-item.has-child.open-on-hover-click.wp-block-navigation-submenu a:hover {
            border-color: var(--wp--preset--color--tertiary);
        }

    .wp-block-navigation-item.has-child.open-on-hover-click.wp-block-navigation-submenu ul li a {
        border-bottom: 0;
    }

    .wp-block-navigation__container li {
        margin: 0 0 -12px;
        padding: 0;
    }
}
/*custom css*/
body {
    font-family: 'Roboto', sans-serif !important;
}

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

.fotawp-scrollto-top a {
    background: #4d5fad !important;
}

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

p {
    text-align: justify;
}

.ceo-arrow::before {
    font-size: 23px;
    color: #4d5fad;
}
/*.ceo-arrow {
    animation: slide1 1s ease-in-out infinite;
    margin-left: 9px;
}
@keyframes slide1 {
    0%, 100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(10px, 0);
    }
}*/
.vmdiv {
    margin-top: 15px;
}

.bx-bdr {
    border: 1px solid #f1ebf9;
    border-radius: 0 0 10px 10px;
}

.wpcp-carousel-wrapper, .wpcp-carousel-wrapper .wpcp-carousel-content-wrapper {
    position: relative;
    margin: 0 50px !important;
}

.lh-24 {
    line-height: 24px;
}

.gap-10 {
    gap: 10px !important;
}

.wpcp-carousel-section .wpcp-single-item img {
    height: 40px;
    width: auto;
}


.gallery-img {
    height: 138px;
    width: 175px;
    border: 1px solid #ccc;
    padding: 5px;
}

.wp-block-gallery {
    gap: 0.9em !important;
    margin: 0.9em 0;
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
    color: #555;
    font-weight: 500;
    font-size: 15px;
    /*font-family: 'Roboto', sans-serif !important;*/
}

.wpforms-container .wpforms-field {
    padding: 10px 0 !important;
}

.submit_btn {
    padding: 2px 50px !important;
    height: 50px !important;
}

.vmore_btn {
    position: relative;
}

    /*.vmore_btn a:before {
        border: 1px solid #1c2a95;
        content: '';
        height: 51px;
        width: 106%;
        display: inline-block;
        position: absolute;
        border-radius: 40px;
        left: -4px;
        right: 0;
        top: -5px;
    }*/

    .vmore_btn a:hover {
        background: #007cff !important;
    }

        .vmore_btn a:hover:before {
            border: 1px solid #007cff;
        }

.fa-envelope:before {
    content: "\f0e0";
    font-family: 'Font Awesome 5 Free';
    color: #fff !important;
    position: relative;
    top: 2px;
    left: 14px;
}

.fa-phone-alt:before {
    content: "\f879";
    font-family: 'Font Awesome 5 Free';
    color: #fff !important;
    position: relative;
    top: 2px;
    left: 14px;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background: none !important;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background: none !important;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background: none !important;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background: none !important;
}

.wp-block-social-links, .wp-block-social-links.has-normal-icon-size {
    font-size: 20px;
    gap: 4px !important;
}

.wp-block-social-link-anchor svg {
    color: #f5f5f5 !important;
}

.service-item a.btn-slide {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
}

.slide-right:before {
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
}

.service-item a.btn-slide i,
.service-item a.btn-slide span {
    position: relative;
    height: 40px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #FFFFFF;
    background: #343b63;
    border-radius: 0 35px 35px 0;
    transition: .5s;
    z-index: 2;
    font-family: 'Roboto', sans-serif;
}


.service-item a.btn-slide span {
    padding-left: 0;
    left: -100%;
    z-index: 1;
    top: -1px;
}

.service-item:hover a.btn-slide i {
    border-radius: 0;
}

.service-item:hover a.btn-slide span {
    left: 0;
    top: 0px;
}

.service-item a.btn-slide:hover i,
.service-item a.btn-slide:hover span {
    background: #09f;
}

.emp-img img {
    border-radius: 50% !important;
    border: 6px solid rgba(255, 255, 255, 0.15) !important;
    margin: 0 auto !important;
}

li.serpast {
    line-height: 40px;
}

    li.serpast:before {
        content: '\f3c5''';
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        margin-right: 10px;
        color: #0d42ff;
    }

.InnerBntext strong {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: -80px;
    margin-right: 70px;
    font-size: 3rem;
    color: #fff;
    font-weight: 700;
}

.info-border {
    border: 1px solid #ccc;
}

.infoc1 {
    display: flex;
    text-align: center;
    position: relative;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.infoval strong:after {
    content: '';
    height: 3px;
    background: #d5904e;
    width: 100px;
    display: flex;
    margin-top: 10px;
}

.covtop {
    margin: 0;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    margin-top: 20px !important;
    border-top: 3px solid #303d6f;
}

ul.submenus {
    border-radius: 4px !important;
    border-top: 3px solid #2e3b65 !important;
}

.sec-header {
    position: relative;
}

.shade-heading {
    position: absolute;
    top: 37px;
    color: rgba(14, 29, 52, 0.06) !important;
    left: 0;
    right: 0;
    z-index: 1;
    font-weight: 700;
    font-size: 55px;
    text-transform: uppercase;
    line-height: 0;
}

    .shade-heading code {
        font-family: 'Roboto',sans-serif;
    }

.sec-header h1:after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #0d42ff;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
}

.leftsec-header h1:after {
    margin: initial !important;
}

.top-nav a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.top-0 {
    top: 20px !important;
}

.cont-label::before {
    background: #347edd;
    color: #fff !important;
    /* padding: 13px 15px; */
    width: 44px;
    height: 44px;
    border-radius: 5px;
    position: absolute;
    left: -63px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.position-relative {
    position: relative;
}

.profile-border {
    padding: 35px 24px !important;
    margin: 12px !important;
    box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #fff;
    border-radius: 5px;
    text-align: left;
    border: 1px solid #ccc;
}

    .profile-border:hover {
        background: #2e3d63;
        transition: all 0.9s ease 0s;
    }

        .profile-border:hover img {
            transform: scale(1.1);
            transition: all 0.9s ease 0s;
        }

        .profile-border:hover p {
            color: #fff !important;
        }

    .profile-border img {
        border-radius: 50%;
        border: 4px solid #fff;
    }
/*#modal-2-content li a:hover {
    background: #303d6f;
    color: #fff !important;
    padding: 10px 24px;
    border-radius: 4px;
}*/
/*#modal-2-content li span:hover {
    background: #303d6f;
    color: #fff !important;
    padding: 10px 24px;
    border-radius: 4px;
}*/
.Inlocmarker img {
    position: absolute;
    bottom: 46%;
    width: 15px;
    right: 32%;
    cursor: pointer;
}

/*.indiamap {
    display: none;
}*/

.w-map-india {
    width: 15px;
    cursor: pointer;
    margin: 0;
}

    .w-map-india.twentyone {
        position: absolute;
        bottom: 14%;
        left: 41%;
    }

    .w-map-india.twentytwo {
        position: absolute;
        bottom: 19%;
        left: 34%;
    }

    .w-map-india.twentythree {
        position: absolute;
        left: 28%;
        bottom: 7%;
    }

    .w-map-india.twentyfour {
        position: absolute;
        left: 33%;
        bottom: 11%;
    }

    .w-map-india.twentyfive {
        position: absolute;
        left: 7%;
        bottom: 51%;
    }

    .w-map-india.twentysix {
        position: absolute;
        bottom: 28%;
        left: 41%;
    }

    .w-map-india.twentyseven {
        position: absolute;
        left: 14%;
        bottom: 41%;
    }

    .w-map-india.twentyeight {
        position: absolute;
        left: 33%;
        bottom: 31%;
    }

    .w-map-india.twentynine {
        position: absolute;
        left: 70%;
        bottom: 49%;
    }

    .w-map-india.thirty {
        position: absolute;
        left: 42%;
        bottom: 22%;
    }

    .w-map-india.thirtyone {
        position: absolute;
        left: 16%;
        bottom: 37%;
    }

    .w-map-india.thirtytwo {
        position: absolute;
        left: 30%;
        bottom: 75%;
    }

    .w-map-india.thirtythree {
        position: absolute;
        left: 35%;
        bottom: 4%;
    }

    .w-map-india.thirtyfour {
        position: absolute;
        left: 54%;
        bottom: 35%;
    }

    .w-map-india.thirtyfive {
        position: absolute;
        left: 69%;
        bottom: 45%;
    }

    .w-map-india.thirtysix {
        position: absolute;
        left: 7%;
        bottom: 41%;
    }
    .w-map-india.thirtyseven {
        position: absolute;
        left: 2%;
        bottom: 49%;
    }
    .w-map-india.thirtyeight {
        position: absolute;
        left: 65%;
        bottom: 44%;
    }

    .w-map-india .address-box {
        width: 300px;
        height: 160px;
        background: #fff;
        position: absolute;
        top: -190px;
        left: -84px;
    }

.address-box {
    width: 310px;
    height: 200px;
    background: #fff;
    position: absolute;
    top: -230px;
    left: -65px;
    border-radius: 7px;
    box-shadow: -1px -12px 14px 0px #13183d;
    padding: 13px 10px 0 10px;
    visibility: hidden;
    transition: 0.5s all;
    opacity: 0;
    z-index: 1;
}

.w-map-india:hover .address-box {
    top: -170px;
}

.w-map-india:hover .address-box {
    top: -185px;
    visibility: visible;
    opacity: 1;
    transition: 0.5s all;
}

.w-map-india .address-box h2 {
    font-size: 14px;
    line-height: initial !important;
}

.address-box h2 {
    color: #14247c;
    font-size: 23px;
    font-weight: bold;
    line-height: initial !important;
    margin: 0;
    text-align: left;
    margin-bottom: 10px;
}

.w-map-india .address-box p {
    font-size: 13px !important;
    line-height: 17px !important;
}

.address-box p {
    color: #000;
    font-size: 15px !important;
    line-height: initial !important;
    margin: 0;
    text-align: left;
}

.loc-pointer {
    max-width: 17px;
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #fff;
    position: absolute;
    left: 72px;
    bottom: -8px;
}

.ff-el-group.enq-left {
    width: 48%;
    display: inline-block;
    margin-right: 20px;
}

.ff-el-group.enq-right {
    width: 48%;
    display: inline-block;
}

.ff-default textarea {
    min-height: 80px;
}
/*navbar hover effects*/
nav ul li a,
nav ul li a:after,
nav ul li a:before {
    transition: all .5s;
}

nav.navibar ul li a {
    position: relative;
    z-index: 1;
}

    nav.navibar ul li a:hover {
        color: #fff !important;
    }

    nav.navibar ul li a:after {
        display: block;
        position: absolute;
        top: 0;
        left: -17px;
        padding: 11px 17px;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 100%;
        height: 1px;
        content: '.';
        color: transparent;
        background: #303d6f;
        visibility: none;
        opacity: 0;
        z-index: -1;
        border-radius: 6px;
    }

    nav.navibar ul li a.active {
        color: #fff !important;
    }

    nav.navibar ul li a:hover:after {
        opacity: 1;
        visibility: visible;
        height: 100%;
    }

    nav.navibar ul li a.active:after {
        opacity: 1;
        visibility: visible;
        height: 100%;
    }

nav.navibar ul.liCY li a:after {
    left: 0;
    width: 92%;
    padding: 3px 10px;
}

nav.navibar ul.liSV li a:after {
    left: 0;
    width: 92%;
    padding: 3px 10px;
}

li.wp-block-navigation-item.has-child.open-on-click.liCY.wp-block-navigation-submenu.active {
    background: #303d6f;
    color: #fff !important;
    padding: 11px 17px;
    border-radius: 6px;
}

li.wp-block-navigation-item.has-child.open-on-click.liSV.wp-block-navigation-submenu.active {
    background: #303d6f;
    color: #fff !important;
    padding: 11px 17px;
    border-radius: 6px;
}

li.wp-block-navigation-item.has-child.open-on-click.liCY.wp-block-navigation-submenu.active button {
    color: #fff;
}

li.wp-block-navigation-item.has-child.open-on-click.liSV.wp-block-navigation-submenu.active button {
    color: #fff;
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .liSV {
    min-width: 300px;
}

.banner-text h1 {
    line-height: 50px !important;
    top: -40px !important;
    position: relative !important;
    text-shadow: 3px 0px #8d8e91 !important;
    font-size: 40px !important;
    padding: 0 !important;
}

    .banner-text h1::before {
        content: '' !important;
        background-color: rgb(0,0,0,0.5) !important;
        width: 715px !important;
        height: 166px !important;
        display: inline-block !important;
        position: absolute !important;
        left: -152px !important;
        z-index: -1 !important;
        top: -33px !important;
        border-radius: 5px !important;
    }

div#n2-ss-3 .n2-style-eda62e95052504eab1d0244bc1aafb8e-heading {
    background: RGBA(255,255,255,0);
    opacity: 1;
    padding: 5px 5px 5px 5px;
    box-shadow: none;
    border: 1px solid RGBA(255,255,255,1);
    border-radius: 50px;
    margin-bottom: 20px;
    margin-right: 80px;
}

div#n2-ss-3 .n2-ss-slider-controls {
    z-index: 10;
    position: absolute;
    width: 100%;
    height: 100%;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
}
/*navbar hover effects*/
/*.chaport-container .chaport-launcher .chaport-launcher-button {
    bottom: 1.4285714286em;
    width: 57px !important;
    height: 57px !important;
}
    .chaport-container .chaport-launcher .chaport-launcher-button .chaport-launcher-chat-icon {
        width: 30px !important;
        height: 30px !important;
    }*/

.wp-50 {
    width: 49% !important;
    display: inline-block;
}

.wp_float-right {
    float: right !important;
}

.vision {
    position: relative;
    background: #fff7eb;
    border: 1px solid #dfa144;
    padding: 50px 40px;
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    text-align: center;
}

.Mission {
    position: relative;
    background: #dbf1ff;
    border: 1px solid #52b5f4;
    padding: 50px 40px;
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    text-align: center;
}

    .Mission img {
        background: #fff;
        padding: 10px;
        border-radius: 50%;
        border: 5px solid #eee;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        margin-top: -100px;
        display: block;
    }

.vision img {
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    border: 5px solid #eee;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-top: -100px;
    display: block;
}

/*Board of Directors css*/

.vision:hover {
    left: 0;
    right: 0;
    bottom: 0;
    background: #dfa144;
    transition: all 0.9s ease 0s;
    content: '';
}

    .vision:hover h3 {
        color: #fff;
    }

    .vision:hover p {
        color: #fff;
    }

    .vision:hover img {
        border: 5px solid #eee;
    }

.Mission:hover {
    left: 0;
    right: 0;
    bottom: 0;
    background: #52b5f4;
    transition: all 0.9s ease 0s;
    content: '';
}

    .Mission:hover h3 {
        color: #fff;
    }

    .Mission:hover p {
        color: #fff;
    }

    .Mission:hover img {
        border: 5px solid #eee;
    }

.me-5 {
    margin-right: 3rem;
}

.customerportal-cover .wp-block-cover__inner-container{
    width:80%;
}
.d-none{
    display:none;
}
.text-decoration-none a {
    text-decoration: none !important;
}
.custport-linkedin svg {
    fill: #0d42ff !important;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item:last-child {
    display: none;
}
@media screen and (max-width:767px){
    .hide-xs{
        display:none !important;
    }
    .wp-block-cover .wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background, .wp-block-cover-image .wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background{
        height:auto;
    }
    .banner-text h1 {
        line-height: 30px !important;
        top: -10px !important;
        position: relative !important;
        text-shadow: 3px 0px #8d8e91 !important;
        font-size: 20px !important;
        padding: 0 10px !important;
    }
        .banner-text h1::before {
            content: '' !important;
            background-color: rgb(0,0,0,0.5) !important;
            width: 419px !important;
            height: 91px !important;
            display: inline-block !important;
            position: absolute !important;
            left: -140px !important;
            z-index: -1 !important;
            top: -18px !important;
            border-radius: 5px !important;
        }

    div#n2-ss-3 .n2-style-eda62e95052504eab1d0244bc1aafb8e-heading {
        margin-bottom: 15px;
        margin-right: 30px;
    }
    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item:last-child {
        display: block;
    }
        #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item:last-child a {
            background: #dc9251 !important;
            margin: 0 10px !important;
            border-radius: 5px !important;
        }
    .chakiat_infos img {
        height: 100% !important;
    }
    .chakiat_infoouter:not(.is-not-stacked-on-mobile) > .chakiat_infobox {
        flex-basis: 33% !important;
    }
    .gallery_side {
        padding: 0 10px !important;
    }
    .covtop {
        min-height: 107px !important;
    }
    .InnerBntext strong {
        margin-top: -15px;
        margin-right: 0;
        font-size: 1.3rem;
    }
    .header_outer{
        padding:0 20px 0 0 !important;
    }
    .shade-heading {
        font-size: 50px !important;
    }
}
/*custom css*/

/*Enquiry Form*/
.Enquiryform p {
    text-align: left;
}
.Enquiryform .col-sm-6:last-child {
    margin-right: 0;
}

.Enquiryform .col-sm-6 {
    width: 48%;
    display: inline-block;
    margin-right: 17px;
}
.Enquiryform p {
    text-align: left;
    margin: 0;
}
.Enquiryform label {
    display: none;
}
.Enquiryform textarea {
    height: 80px;
}
p.submit-btn {
    margin-top: 20px;
}
/*Enquiry Form*/