@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");

body {
    color: #3d3d3d;
    background-color: transparent;
    font-family: "Urbanist", serif;
    line-height: 1.7;
    font-weight: 500;
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    font-size: 16px;
}

*,
ul,
ol {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style-type: none;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #1e2985;
    outline: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1F1F25;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
}

.bg-color1 {
    background-color: #3366ff;
}

.bg-color2 {
    background-color: #1e2985;
}

.text-color1 {
    color: #1e2985 !important;
}

.text-color2 {
    color: #d4af37 !important;
}

.txt-hover:hover,
.txt-hover:focus {
    color: #a9a9a9;
}

.width-30 {
    width: 30%;
}

.width-40 {
    width: 40%;
}

.width-50 {
    width: 50%;
}

.width-70 {
    width: 70%;
}

.width-60 {
    width: 60%;
}

.flexbox {
    display: -webkit-box;
    display: flex;
}

.flexbox .element {
    height: 100%;
}

.home-page .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    z-index: 999;
    background-color: transparent;
}

.header-bottom {
    background-color: #fff;
    padding: 20px;
    position: relative;
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.09019607843137255);
}

#stuck_container {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-color: transparent;
    background-color: #1e2985;
}

.home-page #stuck_container {
    background-color: transparent;
}

.isStuck .headerscroll {
    padding: 0;
    background: #1e2985;
    transition: 0.5s ease-in-out;
    box-shadow: 0 0 10px #3d3d3d;
}

.logo {
    display: inline-block;
    margin: 5px auto;
}

.logo .img-fluid {
    max-width: 160px;
    transition: 0.5s ease-in-out;
}

.isStuck .logo .img-fluid {
    max-width: 160px;
}

.mobile-menu {
    display: none;
}

.header-top {
    padding: 10px 0;
}

.top-contact-list.social-links {
    text-align: right;
}

.top-contact-list.social-links li a:hover {
    color: #8891de;
}

.social-links li {
    display: inline-block;
}

.social-links li a i {
    background-color: transparent;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 0 10px 10px 10px;
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    border: 0;
}

.top-contact-list li {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    margin-left: 15px;
}

.header-right-bar {
    margin-top: 20px;
}

.nav-wrapper {
    display: block;
    text-align: right;
}

.navigation>li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: -4px;
}

.navigation>li:last-child {
    margin-right: 0;
}

.navigation li.dropdown>.dropdown-menu {
    opacity: 0;
    position: absolute;
    top: 130%;
    left: 0;
    width: 250px;
    z-index: 999;
    background-color: #ff8daa;
    visibility: hidden;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-bottom: 3px solid #9a9a9a;
    transition: all 500ms ease;
    display: block;
}

.navigation li.dropdown>.dropdown-menu li {
    border-bottom: 1px solid #e6e6e6;
    margin-right: 0;
}

.navigation li.dropdown>.dropdown-menu li:last-child {
    border-bottom: none;
}

.navigation li.dropdown>.dropdown-menu li a {
    background-color: #ffffff;
    padding: 10px 15px;
    color: #000;
}

.navigation li.dropdown:hover>.dropdown-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.navigation>li:first-child {
    display: none;
}

.navigation a {
    /*	text-transform: uppercase;*/
    letter-spacing: 1px;
    overflow: hidden;
    position: relative;
    display: block;
    font-weight: 600;
    color: #fff;
    padding: 0px 20px;
    transition: all 500ms ease 0s;
}

.navigation li.dropdown>a {
    padding-right: 35px;
}

.navigation>li.dropdown>a:after {
    font-family: "bootstrap-icons";
    content: "\F282";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
    /*    display: block;*/
    font-size: 14px;
    transition: all 500ms ease 0s;
}

.navigation li:hover a,
.navigation li:focus a,
.navigation li.active a {
    color: #a9a9a9;
}

.navigation li.dropdown>.dropdown-menu li a:hover,
.navigation li.dropdown>.dropdown-menu li a:focus,
.navigation li.dropdown>.dropdown-menu li.active a {
    color: #fff;
    background-color: #3b47aa;
}

.slider-wrapper {
    position: relative;
}

.slider-wrapper .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: auto;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.fs-70 {
    font-size: 70px;
}

.list1 li,
.list2 li,
.areas-list li {
    padding: 0px 0 15px 26px;
    position: relative;
}

.list1 li:before,
.list2 li:before,
.areas-list li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\F133';
    font-family: "bootstrap-icons";
    font-size: 18px;
    color: #1e2985;
}

.areas-list li:before {
    content: '\F3E7';
}

.list2 li:before {
    color: #ca4421;
}

.carousel-inner .carousel-item img {
    -webkit-animation: zoom 25s;
    animation: zoom 25s;
    /* height: 678px; */
    padding: 0;
    width: 100%;
}

.list3 {
    margin-left: 16px;
}

.list3 li {
    list-style-type: decimal;
    padding-bottom: 18px;
}

.parallax {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.parallax .container,
.parallax .container-xxl,
.parallax .container-fluid,
.parallax .container-auto {
    position: relative;
    z-index: 1;
}

.overlap,
.overlap1,
.overlap2 {
    position: relative;
}

.overlap:before,
.overlap1:before,
.overlap2:before {
    background-color: rgba(41, 42, 96, 0.85);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlapwhite.overlap:before {
    background-color: rgb(249 249 249 / 0%);
}

.overlap1:before {
    background-color: rgba(0, 0, 0, 0.5);
}

.overlap2:before {
    background-color: rgb(0 0 0 / 50%);
}

.widget-title {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.widget-title a:hover {
    color: #a9a9a9;
}

.footer-menu li a {
    position: relative;
    padding: 2px 0 2px 20px;
    display: inline-block;
    color: #fff;
}

.footer-menu li a:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: '\F231';
    font-family: 'bootstrap-icons';
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer-widget {
    position: relative;
}

.footer-widget .address-content,
.footer-widget .address-icon-holder i {
    color: #fff;
}

.footer-links {
    display: block;
    color: #fff;
}

.footer-bottom .footer-link,
.footer-bottom .footer-link a {
    color: #fff;
}

.footer-menu li a:hover,
.footer-links a:hover,
.footer-widget .address-content a:hover,
.footer-widget .address-content a:active,
.footer-widget .address-content a:focus {
    color: #7078b9;
}

.footer-menu li a {
    color: #eee;
    display: inline-block;
    /*margin-bottom: 4px;*/
    position: relative;
    padding: 6px 0 6px 20px;
}

.footer-logo img {
    width: 30%;
}

.footer-logo {
    width: 300px;
}

.address-box {
    margin-bottom: 15px;
}

.address-box .address-icon-holder {
    float: left;
    margin-right: 15px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #1e2985;
    border-radius: 100%;
    text-align: center;
    position: relative;
}

.address-box .address-content {
    position: relative;
    overflow: hidden;
}

.address-box .address-icon-holder:before {
    position: absolute;
    bottom: -17px;
    border-width: 10px;
    border-style: solid;
    border-color: #1e2985 transparent transparent transparent;
    content: '';
    left: 10px;
}

.navigation li.dropdown>.dropdown-menu.child-dropdown {
    top: 0;
    left: 100%;
    padding: 15px;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.5, 1.5);
    }
}

.carousel-inner .carousel-item img {
    -webkit-animation: zoom 25s;
    animation: zoom 25s;
    /*height: 678px;*/
    padding: 0;
    width: 100%;
}

.ul-inline-block li {
    display: inline-block;
    margin-right: 15px;
}

.ul-inline-block li:first-child {
    margin-left: 0;
}

.heading-h3 a {
    color: #1e2985;
}

.bg_halfsec_one,
.bg_halfsec_two {
    position: relative;
    overflow: hidden;
}

.bg_halfsec_one:before,
.bg_halfsec_two:before {
    position: absolute;
    content: '';
    background-color: rgb(244 245 255);
    width: 100%;
    height: 85%;
    left: 0;
    right: 0;
    z-index: -1;
}

.bg_halfsec_one:before {
    top: auto;
    transform: none;
    bottom: 0;
    height: 95%;
}

.bg_halfsec_two:before {
    top: 0;
    transform: none;
    bottom: auto;
    height: 95%;
}

.bg_halfsec_one .image-wrapper img {
    border-radius: 0 30px 0 0;
}

.bg_halfsec_two .image-wrapper img {
    border-radius: 0 0 0 30px;
}

#imgcombolayout .why-choose-one__right {
    position: relative;
    display: block;
    margin-right: 290px;
    margin-left: 0;
}

#imgcombolayout .why-choose-one__img-box {
    position: relative;
    display: block;
}

#imgcombolayout .why-choose-one__img img {
    width: 100%;
    border-radius: 20px;
    transition: all 500ms ease;
}

#imgcombolayout .why-choose-one__img::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(15deg);
    z-index: 2;
}

#imgcombolayout .why-choose-one__img-2 {
    position: absolute;
    right: -360px;
    top: 50%;
    overflow: hidden;
    border-radius: 20px;
    z-index: 1;
    transform: translateY(-50%);
}

#imgcombolayout .why-choose-one__img {
    position: relative;
    overflow: hidden;
    top: auto;
    left: auto;
    z-index: auto;
}

#imgcombolayout .why-choose-one__img-2 img {
    width: auto;
    border-radius: 20px;
    transition: all 500ms ease;
}

#imgcombolayout .why-choose-one__img-2::before {
    background: rgba(255, 255, 255, 0.5);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    opacity: 1;
    pointer-events: none;
    z-index: 1;
}

#imgcombolayout .why-choose-one__shape-1 {
    position: absolute;
    top: 24%;
    right: auto;
    left: 160px;
    transform: translateY(-50%);
    border: 9px solid #3e4ab0;
    border-radius: 50px;
    background: #ffffff;
    width: 460px;
    height: 310px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    z-index: -1;
}

#imgcombolayout:hover .why-choose-one__img::before {
    -webkit-animation: shine 1.9s;
    animation: shine 1.9s;
}

.contact-section-44 .contact-image {
    position: absolute;
    /*bottom: 0;
    right: 0;
    top: 0;*/
    max-width: 48%;
}

.contact-section-44 .contact-image img {
    width: 100%;
    height: 100%;
}

.btn-style2 .wdt-button {
    position: relative;
    background-color: transparent;
    background-image: linear-gradient(140deg, #1268fb, #2c3e97, #1268fb);
    color: #ffffff;
    padding: 14px 28px;
    display: inline-block;
    justify-content: center;
    text-align: center;
    background-size: 250%;
    background-position: left top;
    border-radius: calc(20px - 7px);
    -webkit-border-radius: calc(20px - 7px);
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.btn-style2 .wdt-button:before {
    content: "";
    display: inline !important;
    height: auto;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: auto;
    z-index: -1;
    -webkit-transition: inherit;
    transition: inherit;
}

.wdt-button .wdt-button-text {
    display: inline-grid;
    align-content: center;
    text-align: left;
    gap: 18px;
    height: 100%;
}

.wdt-button .wdt-button-text:not(:has(.wdt-button-subtext)) {
    display: inline-flex;
    align-items: center;
    text-align: left;
    gap: 18px;
    height: 100%;
}

.wdt-button-holder .wdt-button:not(:has(.wdt-button-icon)) .wdt-button-text::before {
    content: '\f141';
    font-family: bootstrap-icons !important;
    position: absolute;
    right: 23px;
    display: inline-block;
    color: #fff;
}

.wdt-button .wdt-button-text span {
    color: #fff;
}

.wdt-button-holder:not(.wdt-template-textual) .wdt-button:not(:has(.wdt-button-icon)) .wdt-button-text::after {
    content: '';
    width: 44px;
    min-height: 44px;
    height: 44px;
    display: inline-block;
    background-color: #010e37;
    margin: -14px -20px -14px 0;
    border-radius: calc(20px - 7px);
    -webkit-border-radius: calc(20px - 7px);
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
}

.wdt-button-holder[class*="wdt-animation"] .wdt-button:before,
.wdt-button-holder[class*="wdt-animation"] .wdt-button:after,
.wdt-button-holder[class*="wdt-animation-linethrough"] .wdt-button .wdt-button-text>span:after {
    content: "";
    display: inline !important;
    height: auto;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: auto;
    z-index: -1;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.wdt-button-holder .wdt-button:focus,
.wdt-button:hover,
.wdt-button:focus,
.wdt-button-holder .wdt-button:hover {
    background-color: #010e37;
    color: #ffffff;
    background-position: right bottom;
}

.wdt-button-holder .wdt-button:hover .wdt-button-text::before {
    animation: wdt-btn-icon 0.3s ease;
    -webkit-animation: wdt-btn-icon 0.3s ease;
}

.feature_single__items {
    border-radius: 10px;
    padding: 40px 25px;
    position: relative;
    overflow: hidden;
    background: #fff;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.feature_single__items .shape_element {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.feature_single__items .shape_element img {
    transition: transform 0.5s ease;
}

.feature_single__items .icon {
    margin: auto;
    position: relative;
    background: linear-gradient(164.56deg, #1e2985 -8.14%, #4286ff 128.56%);
    width: 103px;
    height: 103px;
    border-radius: 50%;
}

.feature_single__items:hover .icon {
    background: linear-gradient(164.56deg, #6673da -8.14%, #005cff 128.56%);
}

.feature_single__items .icon:before {
    bottom: 0;
    right: 17%;
    z-index: -1;
    width: 60px;
    height: 7px;
    content: "";
    position: absolute;
    background: linear-gradient(89.92deg, #313030 1.73%, #000000 99.93%);
    filter: blur(10px);
}

.feature_single__items .icon img {
    object-fit: cover;
    filter: invert(1);
    width: 80px;
    padding: 15px 8px 8px 8px;
}

.feature_single__items .content h3 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #0E1871;
}

.feature_single__items .content p {
    color: #484848;
}

.feature_single__items .content .theme-btn {
    border: 0px;
    opacity: 0;
    background: rgba(255, 255, 255, 0.09);
    border-radius: 49px;
    padding: 12px 25px;
}

.feature_single__items .content .theme-btn:hover {
    background: linear-gradient(90deg, #DED1FA 0%, #FBD0D8 100%);
    color: #0E1871;
}

.feature_single__items.active {
    background: linear-gradient(164.56deg, #ffffff -8.14%, #d3d3d3 128.56%);
    width: 84%;
    margin: 0 auto 50px auto;
}

.feature_single__items:hover {
    background: linear-gradient(164.56deg, #1e2985 -8.14%, #1562ee 128.56%);
}

.feature_single__items.active .shape_element,
.feature_single__items:hover .shape_element {
    opacity: 1;
}

.feature_single__items.active .icon::after,
.feature_single__items:hover .icon::after {
    opacity: 0;
    visibility: hidden;
}

.feature_single__items.active .content h3 {
    color: #1e2985;
}

.feature_single__items:hover .content h3 {
    color: #fff;
}

.feature_single__items.active .content p {
    color: #484848;
}

.feature_single__items:hover .content p {
    color: #fff;
}

.feature_single__items.active .content .theme-btn,
.feature_single__items:hover .content .theme-btn {
    opacity: 1;
}

.feature_single__items:hover .shape_element img {
    transform: scale(1.5) rotate(177deg);
}

.borderbox-layout {
    padding: 15px;
    background: #ffffff;
    border: 1px solid rgba(18, 104, 251, 0.15);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.borderbox-inner {
    background: #f0f6f9;
    border-radius: 15px;
}

.radiousimg img {
    border-radius: 0 15px 15px 0;
}

@keyframes wdt-btn-icon {
    0% {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        opacity: 1;
    }

    49% {
        transform: translate(10px, -10px) scale(0.5);
        -webkit-transform: translate(10px, -10px) scale(0.5);
        opacity: 0;
    }

    50% {
        transform: translate(-10px, 10px) scale(0.5);
        -webkit-transform: translate(-10px, 10px) scale(0.5);
        opacity: 0;
    }

    100% {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        opacity: 1;
    }
}

@-webkit-keyframes wdt-btn-icon {
    0% {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        opacity: 1;
    }

    49% {
        transform: translate(10px, -10px) scale(0.5);
        -webkit-transform: translate(10px, -10px) scale(0.5);
        opacity: 0;
    }

    50% {
        transform: translate(-10px, 10px) scale(0.5);
        -webkit-transform: translate(-10px, 10px) scale(0.5);
        opacity: 0;
    }

    100% {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        opacity: 1;
    }
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}


.single-service-item {
    margin: 20px 0;
}

.box-style1 {
    padding: 20px;
    background-color: #f8f8f8;
    min-height: 300px;
}

.single-service-item .img-holder {
    overflow: hidden;
    position: relative;
}

.single-service-item .img-holder .img-responsive {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.single-service-item:hover .img-holder .img-responsive {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-service-item .img-holder .overlay {
    background-color: rgba(0, 0, 0, .60);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
    transform: rotateY(180deg) scale(0.5, 0.5);
}

.single-service-item:hover .img-holder .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
}

.single-service-item .img-holder .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}

.single-service-item .img-holder .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
}

.single-service-item .img-holder .overlay .box .content a i {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
}

.single-service-item .img-holder .overlay .box .content a:hover i {
    background: #9a9a9a;
}

.single-service-item .text-holder h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin: 20px 0 6px;
    text-transform: capitalize;
}

.single-service-item .text-holder h3 span {
    color: #fff;
}

.contact-icon i {
    font-size: 30px;
    display: inline-block;
    color: #000000;
    transition: .5s;
}

.contact-content {
    overflow: hidden;
}

.contact-title h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    padding: 0 0 10px;
    margin-top: 0;
    transition: .5s;
}

.contact-desc p {
    font-size: 15px;
    line-height: 26px;
    transition: .5s;
}

.contact-detail strong {
    font-size: 18px;
}

.contact-detail a {
    color: #000;
}

.contact-detail a:hover {
    color: #1e2985;
}


.contact-container {
    padding: 21px;
    border-left: 10px solid #1e2985;
    border-radius: 10px 0 0 10px;
    display: flex;
    gap: 15px;
    min-height: 120px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.form-control {
    height: 50px;
}

textarea.form-control {
    height: 200px;
}

.submit-icon {
    display: none;
}

.submit-icon.rotating-show {
    display: inline-block;
    vertical-align: middle;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
    {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}


.form-btn {
    background: #1e2985;
    border: none;
    padding: 15px 35px;
    margin: 0;
    position: relative;
    display: inline-block;
    color: #fff;
    transition: 0.5s;
}

.form-btn:hover {
    background: #1e2985;
    color: #fff;
}

.site-map-list li {
    border-left: 1px solid #dfdfdf;
    padding: 10px 0 10px 30px;
    position: relative;
}

.site-map-list li:before {
    position: absolute;
    top: 20px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #dfdfdf;
    content: '';
}

.site-map-list li>ul.child-menu {
    margin: 10px 0 10px 20px;
}

/* col-xxl */
@media (min-width: 1401px) and (max-width:1500px) {
    #imgcombolayout .why-choose-one__right {
        margin-right: 320px;
    }
}

/* col-xl */
@media (min-width: 1200px) and (max-width:1400px) {
    #imgcombolayout .why-choose-one__right {
        margin-right: 255px;
    }

    #imgcombolayout .why-choose-one__img-2 {
        right: -285px;
    }

    #imgcombolayout .why-choose-one__shape-1 {
        width: 313px;
        height: 280px;
        left: 60px;
    }

    #imgcombolayout .why-choose-one__img-2 img {
        width: 260px;
    }

    .feature_single__items.active {
        min-height: 390px;
        width: 90%;
    }

    .logo .img-fluid {
        width: 200px;
    }
}

/* col-lg */
@media (min-width: 992px) and (max-width:1200px) {
    #imgcombolayout .why-choose-one__right {
        margin-right: 255px;
    }

    #imgcombolayout .why-choose-one__img-2 {
        right: -285px;
    }

    #imgcombolayout .why-choose-one__shape-1 {
        width: 313px;
        height: 280px;
        left: 60px;
        height: 16%;
    }

    #imgcombolayout .why-choose-one__img-2 img {
        width: 260px;
    }
}

/*for mobile to small tab */
@media (min-width: 220px) and (max-width:991px) {

    .home-page .header {
        position: static;
        background: #1e2985;
    }

    .mobile-menu {
        position: absolute;
        display: inline-block;
        font-size: 20px;
        background: #fff;
        padding: 8px 20px;
        color: #1e2985;
        cursor: pointer;
        text-align: left;
        top: 28px;
        right: 22px;
    }

    .nav-wrapper {
        position: fixed;
        top: 0;
        right: -300px;
        width: 255px;
        height: 100%;
        overflow-x: scroll;
        z-index: 999;
        border-radius: 0;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        background-color: #221e1f;
        padding: 0;
    }

    .navigation {
        text-align: left;
    }

    .nav-wrapper.open {
        right: 0;
    }

    .navigation>li {
        display: block;
        margin: 0;
        border-bottom: 1px solid #333;
    }

    .navigation>li:first-child {
        display: block;
    }

    .navigation>li:before {
        display: none;
    }

    .navigation li a {
        padding: 10px 20px;
        color: #fff;
        text-transform: none;
    }

    .navigation li:hover>a,
    .navigation li:focus>a,
    .navigation li.active>a {
        background-color: #1e2985;
        color: #ffffff;
    }

    .navigation>li.dropdown>a:after {
        right: 20px;
    }

    .navigation li.dropdown>.dropdown-menu,
    .navigation li.dropdown:hover>.dropdown-menu {
        position: static;
        top: 0;
        visibility: visible;
        opacity: 1;
        width: 100%;
        float: none;
    }

    .navigation li.dropdown>.dropdown-menu li a {
        padding: 10px 10px 10px 30px;
    }

    .fixed-top {
        position: static;
    }

    .logo .img-fluid {
        width: 190px;
    }

    .top-contact-list li:first-child {
        margin-left: 0;
    }

    .social-links li a i {
        width: 22px;
        height: 22px;
        line-height: 22px;
    }

    .header-right-bar {
        margin-top: 0;
    }

    .top-contact-list.social-links {
        text-align: center;
        padding: 15px 0;
        display: table;
        margin: auto;
    }

    #imgcombolayout .why-choose-one__right {
        margin-right: 370px;
    }

    .bg_halfsec_one .image-wrapper img,
    .bg_halfsec_two .image-wrapper img {
        border-radius: 0;
    }

    .bg_halfsec_one:before,
    .bg_halfsec_two:before {
        height: 100%;
    }

    .isStuck {
        position: static !important;
    }

    .pseudoStickyBlock {
        display: none !important;
    }
}

/* col-md */
@media (min-width: 768px) and (max-width:991px) {}

/* for all mobile */
@media (min-width: 220px) and (max-width:767px) {

    .top-contact-list li,
    .top-contact-list li:first-child {
        margin-left: 15px;
        text-align: left;
    }

    #imgcombolayout .why-choose-one__right {
        margin-right: 0;
    }

    #imgcombolayout .why-choose-one__shape-1 {
        display: none;
    }

    #imgcombolayout .why-choose-one__img-2 {
        position: relative;
        right: auto;
        top: 10px;
        overflow: hidden;
        border-radius: 20px;
        z-index: 1;
        transform: inherit;
    }
}

/* col-sm  */
@media (min-width: 576px) and (max-width:767px) {
    .logo .img-fluid {
        width: 180px;
    }

    .mobile-menu {
        top: 40px;
    }

    .why-choose-one__img-2 {
        display: none;
    }
}

/* col-xs */
@media (min-width: 220px) and (max-width:575px) {
    .logo .img-fluid {
        width: 140px;
    }

    .top-contact-list li {
        display: block;
    }

    .top-contact-list li:nth-child(3) {
        display: inline-block;
    }

    .top-contact-list li:last-child {
        display: inline-block;
    }

    .btn-style2 .wdt-button {
        padding: 10px 28px;
    }

    .wdt-button-holder:not(.wdt-template-textual) .wdt-button:not(:has(.wdt-button-icon)) .wdt-button-text::after {
        width: 32px;
        height: 32px;
        min-height: 32px;
    }

    .wdt-button-holder .wdt-button:not(:has(.wdt-button-icon)) .wdt-button-text::before {
        right: 16px;
    }

    .footer-widget {
        margin-top: 20px;
    }

    .feature_single__items.active {
        width: 100%;
    }

    .radiousimg img {
        border-radius: 0 0 15px 15px;
    }

    .contact-icon i {
        display: none;
    }

    .contact-container {
        gap: 0px;
    }
}