@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    box-sizing: border-box;
}

body {
    font-size: 16px;
    font-family: "Inter", serif;
    color: #231F20;
    background-color: #FFFFFF;
}


p {
    font-family: "Inter", serif;
    font-size: 16px;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "DM Sans", serif;
    font-weight: 700;
}

a {
    -webkit-transition: .5s;
    transition: .5s;
    font-family: "DM Sans", serif;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: none !important;
}

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0;
    font-family: "DM Sans", serif;
}

button:focus {
    text-decoration: none;
    outline: none !important;
}

button::-moz-focus-inner {
    border: 0;
}

input,
button,
select,
textarea {
    outline: none;
    box-shadow: none;
}



ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li,
ol li {
    display: block;
}

dl {
    margin: 0;
}

img {
    max-width: 100%;
    height: auto
}

.form-control,
.form-select {
    border: none;
    color: #333333;
    background-color: #ffffff;
    font-size: 15px;
    padding: 10px 15px;
    width: 100%;
    transition: all ease .5s;
    border-radius: 0;
    font-family: "DM Sans", serif;
}

.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder {
    color: #333333
}

.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder {
    color: #333333
}

.form-control::placeholder,
.form-select::placeholder {
    color: #333333
}

.form-control:focus,
.form-select:focus {
    color: #333333;
    background-color: #FAFAFA;
    outline: 0;
    border: 1px solid #5AB8FF
}

.form-control:focus,
.form-control:hover:focus,
.form-select:focus,
.form-select:hover:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-color: #5AB8FF !important
}

textarea.form-control {
    height: auto;
    font-family: "DM Sans", serif;
}

/* conatiner */
@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 840px;
    }
}

@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1020px;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1120px;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1340px;
    }
}

/* back to top */
#myBtn {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #10218B;
    color: white;
    cursor: pointer;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 52px;
    text-align: center;
    font-family: "DM Sans", serif;
}

#myBtn:hover {
    background-color: #333333;
}

.error {
    color: red;
    font-size: 13px;
}

/* header */

.header .dropdown .dropdown-menu {
    display: none;
}

.header .dropdown:hover>.dropdown-menu,
.header .dropend:hover>.dropdown-menu {
    display: block;

}

@media screen and (min-width: 769px) {
    .header .dropdown:hover>.dropdown-menu {
        position: absolute;
        top: 45px;
        left: 14px;
    }

    .header .dropend:hover>.dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

}
.header .dropend .dropdown-toggle{
    font-size: 18px;
}
.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.header {
    background-color: #ffffff;
    /* box-shadow: 0 4px 4px #0000002E; */
    /* border-radius: 0 0 20px 20px; */
    position: relative;
}

.fixed-top {
    background: #ffffff;
    box-shadow: 0 1px 3px #ededed;
}

.header .navbar .nav-link {
    color: #0078D4;
    font-weight: 400;
    font-size: 20px;
    font-family: "DM Sans", serif;
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
    text-transform: capitalize;
}

.header .dropdown .dropdown-menu .dropdown-item {
    color: #0078D4;
    font-weight: 400;
    font-size: 17px;
    padding: 6px 15px;
    font-family: "DM Sans", serif;
    text-transform: capitalize;
}

.header .navbar .nav-item:is(:hover, :focus, .active) {
    text-decoration: underline 2px solid #0078D4;
    text-underline-offset: 5px;
    opacity: 1;
    color: #0078D4;
    font-weight: 500;
}
.header .navbar .dropdown-item.active, .header .navbar .dropdown-item:active{
    background-color:#ffffff
}
.header .navbar .nav-link:hover {
    color: #0770bf;
}
.header .dropdown .dropdown-toggle{
    font-size: 16px;
}
.header .dropdown .dropdown-toggle::after {
   display: none;
}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1021;
}

.web-btn .btn.btn-danger {
    background-color: #0078D4;
    border-radius: 1px;
    box-shadow: 0 2px 4px #00000040;
    border: 2px solid #0078D4;
    padding: 8px 22px;
    font-size: 16px;
    font-weight: 600;
    font-family: "DM Sans", serif;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s;
}

.web-btn .btn.btn-danger:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    background-color: #ffffff;
    color: #0078D4;
}

.web-btn .btn.btn-light {
    color: #014485;
    background-color: #ffffff;
    border-radius: 1px;
    box-shadow: 0 4px 4px #01448559;
    border: 2px solid #ffffff;
    padding: 8px 22px;
    font-size: 16px;
    font-weight: 600;
    font-family: "DM Sans", serif;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s;
}

.web-btn .btn.btn-light:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    background-color: #014485;
    color: #ffffff;
}

.web-btn .btn.btn-outline-light {
    color: #ffffff;
    background-color: transparent;
    border-radius: 1px;
    box-shadow: 0 4px 4px #01448559;
    border: 2px solid #ffffff;
    padding: 8px 22px;
    font-size: 16px;
    font-weight: 600;
    font-family: "DM Sans", serif;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s;
}

.web-btn .btn.btn-outline-light:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    background-color: #014485;
    color: #ffffff;
}

.web-btn .btn.btn-outline-danger {
    color: #0078D4;
    background-color: transparent;
    border-radius: 1px;
    box-shadow: 0 2px 4px #00000040;
    border: 2px solid #0078D4;
    padding: 8px 22px;
    font-size: 16px;
    font-weight: 600;
    font-family: "DM Sans", serif;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s;
}

.web-btn .btn.btn-outline-danger:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    background-color: #0078D4;
    color: #ffffff;
}

/* banner css */
.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-120 {
    padding-top: 120px;
}

.pb-120 {
    padding-bottom: 120px;
}

/* home banner css */
.home-banner {
    background-color: #00477f;

}

.home-banner-bnr {
    background-image: url(../images/breadcrumb-bg.png);
    border-radius: 0;
    padding-bottom: 0px;
}

.cont {
    background-image: url(../images/cont-bg.png);
}

.home-banner-content span.bnr-sub-heading {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
}

.home-banner-content h1 {
    color: #FFBB00;
    font-size: 58px;
    font-weight: 800;
    margin-bottom: 10px;
    margin-top: 10px;
        text-align: justify;
}

.home-banner-content p {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 30px;
    font-family: "DM Sans", serif;
    max-width: 550px;
        text-align: justify;
}

.btn-consultation {
    width: 50%;
}

.btn-consultation .services-box-readmores {
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    border-radius: 58px;
    padding: 4px 4px 4px 32px;
    border: 1px solid #0B5893;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    text-transform: capitalize;
}

.btn-consultation:hover .services-box-readmores {
    background-color: #ffffff;
    border: 1px solid #0078D4;
}

.services-box-readmores span {
    color: #0B5893;
    font-family: "DM Sans", serif;
    font-size: 15.539px;
    font-weight: 600;
}

.btn-consultation:hover .services-box-readmores span {
    color: #0B5893;
}

.services-box-readmores .services-box-readmores-arrow {
    width: 48px;
    height: 48px;
    -webkit-border-radius: 48px;
    -khtml-border-radius: 48px;
    -moz-border-radius: 48px;
    -ms-border-radius: 48px;
    -o-border-radius: 48px;
    border-radius: 48px;
    background-color: #0B5893;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #FFBB00;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.btn-consultation:hover .services-box-readmores i {
    -o-animation: toRightFromLeft .3s forwards;
    -ms-animation: toRightFromLeft .3s forwards;
    -webkit-animation: toRightFromLeft .3s forwards;
    animation: toRightFromLeft .3s forwards;
}

/* heading titles css */
.heading-title {
    margin-bottom: 120px;
}

.heading-title span {
    border: 1px solid #0B5893;
    background-color: #0078D430;
    font-size: 16px;
    font-weight: 500;
    color: #0B5893;
    font-family: "DM Sans", serif;
    padding: 10px 30px;
    border-radius: 65px;
    text-transform: uppercase;
}

.heading-title h2 {
    color: #0B5893;
    font-size: 45px;
    font-weight: 500;
    letter-spacing: 0.42px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.heading-title p {
    color: #0B5893;
    font-size: 18px;
    margin-bottom: 30px;
    font-family: "DM Sans", serif;
}

/* services */
.services-box {
    margin-bottom: 30px;
    position: relative;
}

.services-box .services-icon-box {
    width: 94px;
    height: 94px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    background-color: #0B5893;
    font-size: 54px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    top: -47px;
    left: 48px;
    -webkit-transition: all .5slinear 0ms;
    -khtml-transition: all .5s linear 0ms;
    -moz-transition: all .5s linear 0ms;
    -ms-transition: all .5s linear 0ms;
    -o-transition: all .5s linear 0ms;
    transition: all .5s linear 0ms;
}

.services-box:hover .services-icon-box {
    background-color: #FFBB00;
    color: #ffffff;
}

.services-box-inner {
    background-color: #CFE6F7;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 100px 48px 50px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3 slinear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
}

.services-box:hover .services-box-inner {
    background-color: #0078D4;
}

.services-box-big-icon {
    width: 108px;
    height: 108px;
    font-size: 115px;
    position: absolute;
    top: -14px;
    right: 0;
    color: #0000000D;
    transform: scale(1) rotate(0);
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
}

.services-box .services-box-big-icon img {
    filter: brightness(0.7);
    opacity: 0.3;
}

.services-box:hover .services-box-big-icon img {
    filter: brightness(100%);
    opacity: 1;
}

.serv-fl-middle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.services-box:hover .services-box-big-icon {
    transform: scale(1.2) rotate(-10deg);
}

.services-box-holder .services-box-inner-title {
    color: #0b5893;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
    text-align:justify;
}

.services-box:hover .services-box-inner-title {
    color: #ffffff;
}

.services-box-inner-description {
    color: #474343;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px;
    text-align:justify;
}

.services-box:hover .services-box-inner-description {
    color: #ffffff;

}

.services-box-readmore {
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: initial;
    border-radius: 58px;
    padding: 4px 4px 4px 32px;
    border: 1px solid #0B5893;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.services-box:hover .services-box-readmore {
    background-color: #fff;
}

.services-box-readmore span {
    color: #0B5893;
    font-family: "DM Sans", serif;
    font-size: 15.539px;
    font-weight: 500;
}

.services-box-readmore .services-box-readmore-arrow {
    width: 48px;
    height: 48px;
    -webkit-border-radius: 48px;
    -khtml-border-radius: 48px;
    -moz-border-radius: 48px;
    -ms-border-radius: 48px;
    -o-border-radius: 48px;
    border-radius: 48px;
    background-color: #0078D4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.services-box:hover .services-box-readmore i {
    -o-animation: toRightFromLeft .3s forwards;
    -ms-animation: toRightFromLeft .3s forwards;
    -webkit-animation: toRightFromLeft .3s forwards;
    animation: toRightFromLeft .3s forwards;
}

@keyframes toRightFromLeft {
    49% {
        transform: translate(100%)
    }

    50% {
        opacity: 0;
        transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

.about-company {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
}

.about-container {
    background-color: transparent;
    background-image: linear-gradient(90deg, #2370AB 0%, #0A86E5 100%);
    padding: 102px 0px 315px 0px;
    border-radius: 35px 35px 0 0;

}

.about-company .heading-title span {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.about-company .heading-title h2 {
    color: #FFFFFF;
}

.about-company .heading-title p {
    color: #FFFFFF;
    text-align:justify;
    padding-right:25px;
}

.about-details-collapes .accordion {
    --bs-accordion-bg: transparent;
}

.about-details-collapes .accordion-button::after {
    background-image: none !important;
    transition: all 0.5s;
    content: "+";

}

.about-details-collapes .accordion-button:not(.collapsed)::after {
    background-image: none !important;
    transition: all 0.5s;
    content: "-";
}

.about-details-collapes .accordion-button::after {
    transition: all 0.5s;
}

.about-details-collapes .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #fff;
}

.about-details-collapes .accordion-item {
    border: none;
}

.about-details-collapes .accordion-item:not(:first-of-type) {
    border-top: 1px solid #fff;
}

.about-details-collapes .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

.about-details-collapes .accordion-button {
    color: #FFFFFF;
    font-family: "DM Sans", serif;
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 24px 0;
}

.about-details-collapes .accordion-body p {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
}

.comp-sec {
    background-color: #DEF1FF;
    border-radius: 10px;
    margin-top: -270px;
}

.about-img-sec {
    background-image: url(../images/abt-1.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;

    -webkit-transition: all 300mslinear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    border-radius: 7px 0px 0px 7px;
}

.about-slider {
    padding: 20px 50px;
}

.about-slider .abt-icon {
    color: #FFFFFF;
    width: 94px;
    height: 94px;
    line-height: 94px;
    font-size: 64px;
    border-radius: 12px 12px 12px 12px;
    background-color: #0B5893;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.about-slider .abt-icon img {
    text-align: center;
    width: 75%;
}

.divider {
    border-top: 1px solid #0B5893;
    margin-top: 30px;
    margin-bottom: 30px;
}

.abt-sld-sec h3 {
    color: #0B5893;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 500;
}

.abt-sld-sec p {
    color: #0B5893;
    font-size: 16px;
    margin-bottom: 20px;
    font-family: "DM Sans", serif;
    text-align:justify;
}
.choose-us .heading-title p{
    text-align:justify;
}
.about-slider .owl-carousel .owl-nav button.owl-next,
.about-slider .owl-carousel .owl-nav button.owl-prev {
    font-size: 30px;
    line-height: 1;
    color: #0B5893;
    font-weight: 300;
    margin-right: 10px;
}

.about-slider .owl-nav {
    top: 25px;
    position: relative;
}

.choose-us .btn-consultation {
    width: 100%;
}

.client-choose-box {
    margin-bottom: 20px;
}

.client-choose-box .choose-icon {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    background-color: #0078D4;
    font-size: 44px;
    color: #0078D4;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.client-choose-box .choose-icon img{
    width: 70%;
}
.client-choose-box .choose-icon img {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.client-choose-box:hover .choose-icon img {
    -o-animation: toRightFromLeft .3s forwards;
    -ms-animation: toRightFromLeft .3s forwards;
    -webkit-animation: toRightFromLeft .3s forwards;
    animation: toRightFromLeft .3s forwards;
}

@keyframes toRightFromLeft {
    49% {
        transform: translate(100%)
    }

    50% {
        opacity: 0;
        transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

.client-choose-box h3 {
    color: #0B5893;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}

.client-choose-box p {
    color: #0B5893;
    font-size: 14px;
    font-family: "DM Sans", serif;
        text-align: justify;
    padding-right: 15px;
}

.opertunities {
    position: relative;
    background-color: #DEF1FF;
}

.icon-aboslute-left {
    position: absolute;
    left: 14%;
}

.icon-aboslute-right {
    position: absolute;
    right: 14%;
    bottom: 10px;
}

.empowring {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    /* text-align: center; */
    border-radius: 15px;
    padding: 40px 30px 0;
    margin-bottom: 20px;
    box-shadow: 0 6px 4px #00000040;
}

.empowring.emp-first {
    background-image: url("../images/emp-bg-1.png");

}

.empowring.emp-sec {
    background-image: url("../images/emp-bg-2.png");
}

.empowring h3 {
    color: #FFFFFF;
    font-size: 28px;
    text-transform: capitalize;
    margin-bottom: 20px;
    text-align: center;
}

.empowring p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    font-family: "DM Sans", serif;
    margin-bottom: 10px;
    padding: 10px 10px 20px;
    text-align: center;
}
.empowring ul{
    padding: 8px 10px 8px;
}
.empowring h5{
    padding: 5px 10px 5px;
    color: #ffffff;
}
.empowring ul li{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    font-family: "DM Sans", serif;
    margin-bottom: 8px; 
    text-align:justify;
    
}
.empowring .para{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    font-family: "DM Sans", serif;
    margin-bottom: 8px; 
    text-align: justify !important;
    padding: 5px 10px 5px;
}
.empowring img {
    border-radius: 15px 15px 0 0;
    text-align: center;
}

.opertunities .heading-title {
    margin-bottom: 90px;
}

.custom-button {
    margin-bottom: 20px;
    margin-top: 40px;
    text-align: center;
}

.custom-button .btn {
    background-color: #0078D4;
    border-radius: 47px;
    font-size: 17px;
    font-weight: 400;
    font-family: "Inter", serif;
    padding: 8px 20px;
}
.custom-button .btn:hover{
    background-color: #ffffff;
    border: 1px solid #0078D4;
    color: #00477f;
}
.custom-button .btn i {
    padding-left: 15px;
}
.custom-button .btn:hover i{
    color: #00477f;
}
.testimonials {
    background-color: #FFFCF6
}

.testimonials .heading-title h2 {
    color: #000000;
    font-weight: 600;
}

.testimonials .heading-title p {
    color: #796B6B;
    text-align:justify;
}

.tistimonials-item {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
}

.testimonials-author {
    background-color: #65BCFF82;
    box-shadow: 0 4px 4px #00000040;
    border-radius: 6px;
    padding: 55px 30px 30px 30px;
    position: relative;
    text-align: center;
    margin: 10px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.tistimonials-item .test-img {
    z-index: 1;
    margin: 0 auto -41px;
    position: relative;
}

.tistimonials-item .test-img img {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    border: 3px solid #FCB61A;
    object-fit: contain;
    margin: auto;
}

.testimonials-author .quote img {
    width: auto;
    margin: auto;
    margin-bottom: 10px;
}

.testimonials-author .name {
    color: #0B5893;
    font-size: 28px;
    text-transform: capitalize;
}

.testimonials-author .testimonials-text p {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    font-family: "DM Sans", serif;

}


.my-owl-nav span {
    background: #0078D4;
    /* padding: 20px; */
    margin: 0 4px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 4px #00000040;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.my-owl-nav span.my-prev-button {
    background: #FCB61A;
}

.my-owl-nav span:hover {
    cursor: pointer;
}

.odd .testimonials-author {
    background-color: #65BCFF82;
}

.even .testimonials-author {
    background-color: #FCC9574F;
}

.even {
    margin-top: 80px;
}

footer {
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.subs-form {
    position: relative;
}

.subs-form .form-control-wrap {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.subs-form .form-control-wrap input {
    height: 60px;
    background-color: rgb(255, 255, 255);
    color: #000000;
    padding-left: 30px;
    padding-right: 70px;
    border-radius: 15px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    outline: none;
}

.subs-form .btn-submit {
    position: absolute;
    right: 6px;
    top: 49%;
    transform: translate(0px, -50%);
    width: 46px;
    height: 46px;
    background-color: #FCB61A;
    color: #fff;
    border-radius: 10px;
    padding: 0px;
}

.subscribed-text p {
    color: #fff;
}

.footer-widget {
    padding-top: 40px;
    padding-bottom: 40px;
    height: 100%;
}

.f-widget-1 {
    border-width: 1px 1px 1px 0px;
    border-color: #FFFFFF26;
    border-style: solid;
    padding-right: 30px;
}

.f-widget-2 {
    border-width: 1px 1px 1px 0px;
    border-color: #FFFFFF26;
    border-style: solid;
    padding-right: 30px;
    padding-left: 30px;
}

.f-widget-3 {
    border-width: 1px 0px 1px 0px;
    border-color: #FFFFFF26;
    border-style: solid;
    padding-right: 30px;
    padding-left: 30px;
}

.footer-widget p {
    color: #ffffffd4;
    font-size: 15px;
    line-height: 1.667em;
    text-align:justify;
}

.footer-widget h3 {
    color: #FFFFFF;
    -webkit-text-stroke-color: #FFFFFF;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.75em;
    margin-bottom: 15px;
}

.social-icon-list a {
    background-color: #FFFFFF14;
    color: #FFFFFF9C;
    width: 50px;
    height: 50px;
    font-size: 20px;
    border-radius: 0px 0px 0px 0px;
    margin: 0px 1px 0px 1px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.footer-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.footer-list .item-list {
    list-style-position: inside;
}

.footer-list .item-list a {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 0;
    transition: all 300ms ease-out;
    font-size: 16px;
    font-family: "DM Sans", serif;
}

.footer-list .item-list a:not(:hover) {
    color: #ffffffd4;
}

.footer-list .item-list a .link--text {
    display: inline-block;
    transform: translateX(0);
    transition: transform 300ms cubic-bezier(.4, 0, .2, 1);
}

.footer-list .item-list a i {
    height: 16px;
    min-width: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(0);
    left: 0;
    transform-origin: left;
    transition: all 300ms cubic-bezier(.4, 0, .2, 1);
    opacity: 0;

}

.footer-list .item-list a:not(:hover) i {
    color: #ffffffd4;
}

.footer-list .item-list a:hover .link--text {
    transform: translateX(25px);
    color: #fff;
}

.footer-list .item-list a:hover i {
    transform: translateY(-50%) scale(1);
    opacity: 1;
    color: #fff;
}

.footer-list li+li {
    margin-top: 15px;
}

.contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.contact-list .contact-item a {
    font-size: 16px;
    line-height: 1.4em;
    display: inline-flex;
    font-size: 16px;
    color: #FFFFFFB3;
    position: relative;
    font-family: "DM Sans", serif;
}

.contact-list .contact-item .link--icon {
    min-width: 24px;
    margin-top: 5px;
    font-size: 16px;
    display: inline-flex;
    margin-right: 6px;
    font-size: 19px;
}

.contact-list .contact-item .link--icon i {
    color: #FFFFFF;
}

.contact-list li+li {
    margin-top: 15px;
}

.copyright p {
    color: #FFFFFFB3;
}

.copyright p a {
    color: #fff;
}

.pages-bannenrs {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    /* background-attachment: fixed; */
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    position: relative;
}

.pages-bannenrs.bg-services {
    background-image: url(../images/service.webp);
}
.pages-bannenrs.bg-services-d {
    background-image: url(../images/services_1.webp);
}
.pages-bannenrs.bg-about{
    background-image: url(../images/about.webp);
}
.pages-bannenrs.bg-contact{
    background-image: url(../images/contact-banner.webp);
}
.pages-bannenrs.bg-career{
    background-image: url(../images/careers.webp);
}
.pages-bannenrs.bg-apply{
    background-image: url(../images/careers.webp);
}
.pages-bannenrs.bg-talk{
    background-image: url(../images/expert-talk.webp);
}
.pages-bannenrs.bg-team{
    background-image: url(../images/our-team.webp);
}
/* .elementor-background-overlay {
    background-color: #0078D436;
    opacity: 0.8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    inset: 0;
    position: absolute;
} */

.eduvate-page-title {
    padding-top: 150px;
}

.eduvate-page-title .eduvate-item--subtitle {
    display: inline-flex;
    padding: 9px 22px;
    background-color: #0078D4;
    color: #fff;
    font-family: "DM Sans", serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.42;
}

.eduvate-item--title {

    max-width: 1094px;
}

.eduvate-page-title .eduvate-item--title {
    padding: 36px 52px;
    background-color: #FCB61A;
    color: #1D1D1D;
    font-family: "DM Sans", serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.083;
    text-align: justify;
}

.services-list-item {
    margin-bottom: 20px;
}

.services-list-item {
    height: 59px;
    background-color: #ffffff;
    border-radius: 59px;
    line-height: 59px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    border: 1px solid #0B5893;
    padding-left: 20px;
    padding-right: 20px;
    color: #0B5893;
}
.services-list-item.active{
    background-color: #0B5893;
    box-shadow: 0 4px 20px rgb(11 88 147 / 96%);
    border-color: #0B5893;
    color: #ffffff;
}
.services-list-item:hover {
    background-color: #0B5893;
    box-shadow: 0 4px 20px rgb(11 88 147 / 96%);
    border-color: #0B5893;
    color: #ffffff;
}

.services-list-text i {
    color: #0B5893;
    margin-right: 15px;
}

.services-list-text span {
    color: #0B5893;
    font-size: 18px;
    font-family: "DM Sans", serif;
}

.services-list-item:hover .services-list-text i {
    color: #FCB61A;
}

.services-list-item:hover .services-list-text span {
    color: #ffffff;
}
.services-list-item.active .services-list-text i {
    color: #FCB61A;
}
.services-list-item.active .services-list-text span {
    color: #ffffff;
}
.services-details-sidebar .services-details-texts h3 {
    color: #0B5893;
    font-size: 38px;
    font-weight: 500;
    font-family: "DM Sans", serif;
    padding-bottom: 6px;
    text-align: justify;
}

.services-details-sidebar .services-details-texts p {
    color: #464646;
    font-size: 16px;
    padding-bottom: 6px;
    padding-top: 6px;
    text-align: justify;
}

.services-details-sidebar .services-details-texts h4 {
    color: #0B5893;
    font-size: 23px;
    font-weight: 500;
    font-family: "DM Sans", serif;
    padding-bottom: 6px;
    padding-top: 6px;
    text-align: justify;
}

.services-details-sidebar .services-details-texts h5 {
    font-size: 30px;
    color: #0B5893;
    font-weight: 500;
    line-height: 1.33333em;
    margin-bottom: 0px;
    position: relative;
    margin: 0 0 15px;
    clear: both;
    text-align: justify;
}

.services-details-sidebar .services-details-texts h5:before {
    background-color: #FCB61A;
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 27px;
    height: 3px;
    border-radius: 2px;
}

.services-details-sidebar .services-details-texts h6 {
    color: #0B5893;
    font-size: 23px;
    font-weight: 500;
    font-family: "DM Sans", serif;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align:justify;
}

.services-details-sidebar .services-details-texts ul {
    padding-left: 2rem;
    margin-bottom: 20px;
}

.services-details-sidebar .services-details-texts ul li {
    color: #464646;
    font-size: 16px;
    font-family: "DM Sans", serif;
    padding-bottom: 6px;
    padding-top: 6px;
    display: flex;
    align-items: center;
    text-align:justify;
}

.services-details-sidebar .services-details-texts ul li i {
    color: #CFE6F7;
    font-size: 18px;
    padding-right: 10px;
}

.services-sidebar.sticky-top {
    top: 20%;
}

.services-details-img {
    margin-bottom: 10px;
}

.services-details-img img {
    width: 100%;
    border-radius: 10px;
}

.about-images img {
    width: 100%;
    border-radius: 10px;
}

.about-us-text h3 {
    color: #0B5893;
    font-size: 38px;
    font-weight: 500;
    font-family: "DM Sans", serif;
    padding-bottom: 6px;
}

.about-us-text p {
    color: #464646;
    font-size: 16px;
    padding-bottom: 6px;
    padding-top: 6px;
    text-align:justify;
}

.about-us-text ul {
    border-top: 1px solid #0B5893;
    border-bottom: 1px solid #0B5893;
    padding-top: 15px;
    padding-bottom: 15px;
}

.about-us-text ul li {
    color: #464646;
    font-size: 16px;
    font-weight: 400;
    font-family: "DM Sans", serif;
    padding-bottom: 6px;
    padding-top: 6px;
    display: flex;
    align-items: center; 
    text-align:justify;
}

.about-us-text ul li i {
    color: #CFE6F7;
    font-size: 18px;
    padding-right: 10px;
}

.counter-secs {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}

.counter-icon-holder {
    width: 85px;
    height: 85px;
    background-color: #DEF1FF;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 44px;
    color: #0B5893;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.counter-icon-holder img{
    width: 49px;
}
.counter-text-holder {
    border: 1px solid #0B5893;
    border-radius: 15px;
    padding: 30px 76px 44px 70px;
    margin-left: 42px;
    min-width: 380px;
    width: 100%;
}

.counter-text-inner {
    font-family: "DM Sans", serif;
    font-weight: 500;
    font-size: 50px;
    line-height: 1.22;
    color: #0B5893;
}

.counter-text-inner .counter--suffix {
    font-size: 22px;
    line-height: 1.36;
}

.counter-text-holder .counter--title {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.64;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #0B5893;
}

.reason {
    background-color: #CFE6F7;
}

.reason-box {
    background-color: #fff;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    padding: 56px 54.08px 65px 55px;
    border-bottom: 5px solid #D4D4D4;
    text-align: center;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    position: relative;
    margin-bottom: 20px;
}

.reason-box:hover {
    background-color: #88c4f1;
    border-color: #0B5893;
}

.reason-box .reason--icon {
    width: 96px;
    height: 96px;
    border-radius: 96px;
    background-color: #CFE6F7;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 46px;
    color: #0B5893;
    margin-bottom: 26px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.reason-box .reason--icon img {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    width: 50%;
}

.reason-box:hover .reason--icon img {
    -webkit-transform: rotateY(360deg);
    -khtml-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.reason-title {
    font-size: 25px;
    margin-bottom: 17px;
    color: #0B5893;
    font-weight: 500;
}

.contact-sec {
    background-color: #0078D4;
    height: 100%;
    padding: 50px 40px;
}
.contact-img{
    height: 100%;
}
.contact-img img {
    height: 100%;
    /* height: 699px; */
}

.contact-sec h3 {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 500;
}

.contact-mail-call {
    margin-bottom: 20px;
}

.contact-mail-call .cont-icon {
    background-color: #FFFFFF;
    margin-right: 25px;
    font-size: 24px;
    min-width: 40px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

.contact-mail-call .cont-icon i {
    color: #0078D4;
}

.contact-mail-call .cont-text p {
    margin-bottom: 0px;
}

.contact-mail-call .cont-text p a {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    font-family: "DM Sans", serif;
}

.contact-form {
    margin-top: 30px;
}

.contact-form input.form-control {
    height: 50px;
    padding: 0 26px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid #e7e7e7;
    color: #ffffff;
    font-family: "Inter", serif;
    font-size: 15px;
    font-weight: 400;
    background-color: transparent;
    margin-bottom: 20px;
}

.contact-form textarea.form-control {
    padding: 26px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #e7e7e7;
    color: #ffffff;
    font-family: "Inter", serif;
    font-size: 15px;
    font-weight: 400;
    background-color: transparent;
    margin-bottom: 20px;
}

.contact-form input::-webkit-input-placeholder {
    color: #ffffff;
}

.contact-form input::-moz-placeholder {
    color: #ffffff;
}

.contact-form input::-ms-placeholder {
    color: #ffffff;
}

.contact-form input::placeholder {
    color: #ffffff;
}

.contact-form .btn-submit-home-3 {
    color: #0078D4;
    background: #ffffff;
    height: 52px;
    display: inline-flex;
    align-items: center;
    font-family: "DM Sans", serif;
    font-size: 15.539px;
    font-style: normal;
    font-weight: 500;
    padding: 4px 5px 4px 22px;
    gap: 77px;
    border-radius: 58px;
}

.contact-form .btn-submit-home-3 .btn-submit--arrow {
    height: 46px;
    width: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #FFCD4C;
    border-radius: 46px;
    color: #ffffff;
}

.contact-form .btn-submit-home-3:hover svg {
    animation: 0.3s ease 0s 1 normal forwards running toRightFromLeft;
}

.career-box {
    background-color: #fff;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    padding: 50px 25px 50px 25px;
    border-bottom: 5px solid #D4D4D4;
    text-align: center;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0px 4px #ddd;
    -moz-box-shadow: 0 0px 4px #ddd;
    -ms-box-shadow: 0 0px 4px #ddd;
    -o-box-shadow: 0 0px 4px #ddd;
    box-shadow: 0 0px 4px #ddd;
}

.career-box:hover {
    background-color: #88c4f1;
    border-color: #0B5893;
}

.career-box .career--icon {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background-color: #FF6D6DE3;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 46px;
    color: #0B5893;
    margin-bottom: 26px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.career-box .career--icon.c-i-2 {
    background-color: #0078D4EB;
}

.career-box .career--icon.c-i-3 {
    background-color: #FCB61A;
}

.career-box .career--icon img {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.career-box:hover .career--icon img {
    -webkit-transform: rotateY(360deg);
    -khtml-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.career-title {
    font-size: 25px;
    margin-bottom: 17px;
    color: #0B5893;
    font-weight: 500;
}

.apply-process {
    display: flex;
    margin-bottom: 20px;
    position: relative;
}

.apply-process::after {
    content: ' ';
    position: absolute;
    left: 34px;
    z-index: -1;
    top: 60px;
    height: 85px;
    width: 2px;
    background-color: #0B5893;
}

.apply-process:last-child::after {
    display: none;
}

.apply-process .apply-icon {
    margin-right: 15px;
}

.apply-process .apply-text h4 {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
}

.apply-process .apply-text p {
    color: #636363;
    font-size: 15px;
    font-weight: 400;    text-align: justify;
}

.apply-form {
    box-shadow: 0 3px 13px #00000040;
    border: 1px solid #DADADA;
    border-radius: 9px;
    padding: 30px;
}

.divder-bottom {
    border-bottom: 1px solid #DDDDDD;
    margin: 6px 0 25px;
}

.apply-form .form-group {
    padding-bottom: 20px;
}

.apply-form .form-group label {
    padding-bottom: 10px;
}

.apply-form input.form-control {
    background-color: #EFEFEF;
    border-radius: 2px;
    padding: 12px 20px;
}

.apply-form .image-input {
    text-align: center;
}

.apply-form .image-input input {
    display: none;
}

.apply-form .image-input label {
    display: block;
    color: #0078D4;
    background-color: #efefef;
    padding: 8px 22px;
    font-size: 16px;
    cursor: pointer;
}

.apply-form .image-input label i {
    font-size: 18px;
    margin-right: 0.3rem;
}

.apply-form .image-input label:hover i {
    animation: shake 0.35s;
}

.apply-form .image-input img {
    max-width: 175px;
    display: none;
}

.apply-form .image-input span {
    display: none;
    text-align: center;
    cursor: pointer;
}

@keyframes shake {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(10deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.apply-form .btn.btn-primary {
    background-color: #0078D4;
    width: 100%;
    border-radius: 2px;
    padding: 10px 20px;
}

.error {
    background-image: url(../images/error-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.modal-body {
    padding: 0;
}

.modal-content {
    border-radius: 14px;
}

.btn-close {
    float: right;
    margin-bottom: 20px;
}

.consult-form {
    padding: 20px;
}

.consult-form-inr {
    padding: 30px 20px 20px 0;
}

.consult-form-inr h2 {
    font-size: 25px;
    font-weight: 500;
    color: #000000;
    margin-top: 25px;
}

.consult-form-inr .form-group {
    margin-bottom: 20px;
}

.consult-form-inr input.form-control,
.consult-form-inr textarea.form-control {
    border: none;
    border-bottom: 1px solid #585858;
    padding: 20px 20px 20px 0;
}

.consult-form-inr .btn.btn-primary {
    background-color: #0078D4;
    width: 100%;
    border-radius: 2px;
    padding: 10px 20px;
}

.expert-talk .nav.nav-pills {
    border: 1px solid #0078D4;
    box-shadow: 0 0 4px #00000040;
    border-radius: 58px;
}

.expert-talk .nav.nav-pills .nav-item {
    margin: 18px 10px;
}

.expert-talk .nav.nav-pills .nav-item .nav-link {
    color: #B5AD97;
    font-size: 24px;
    font-weight: 500;
    font-family: "DM Sans", serif;
    border-right: 1px solid #0B5893;
    border-radius: 0;
    padding: 0 20px;
}

.expert-talk .nav.nav-pills .nav-item .nav-link.active {
    color: #0B5893;
    font-weight: 600;
    background-color: transparent;
}

.expert-img img {
    border-radius: 29px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.expert-desc {
    display: flex;
    align-items: center;
    width: 100%;
}

.expert-text {
    width: 75%;
    margin-right: 25px;
    border-right: 1px solid #0B5893;
}

.expert-call {
    width: 25%;
}

.expert-call .btn-consultation {
    width: 100%;
}

.expert-call .btn-consultation .services-box-readmores {
    height: 50px;
    padding: 4px 4px 4px 24px;
    background-color: #0078D4;
    color: #ffffff;
}
.expert-call .btn-consultation .services-box-readmores span{
    color: #ffffff;
    font-weight: 500;
}
.expert-call .btn-consultation .services-box-readmores .services-box-readmores-arrow {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 40px;
    -khtml-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    background-color: #ffffff;
    /* border: 1px solid #0078D4; */
    font-size: 18px;
}

.expert-call .btn-consultation .services-box-readmores .services-box-readmores-arrow i.fa-whatsapp {
    color: #48c757;
}

.expert-call .btn-consultation .services-box-readmores .services-box-readmores-arrow i.fa-arrow-right {
    color: #0078D4;
}

.expert-desc {
    box-shadow: 0 0 10px #0078D466;
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid #00000040;
    border-radius: 21px;
}

.expert-desc .expert-text h3 {
    color: #0B5893;
    font-size: 28px;
    font-weight: 700;
}

.pagination-sec .page-item:first-child .page-link {
    border-radius: 0;
    border: none;
    color: #FCB61A;
    width: 40px;
    height: 40px;
    line-height: 40px;

    border-radius: 50%;
    background-color: transparent;
}

.pagination-sec .page-item:last-child .page-link {
    border-radius: 0;
    border: none;
    color: #FCB61A;
    width: 40px;
    height: 40px;
    line-height: 40px;

    border-radius: 50%;
    background-color: transparent;
}

.pagination-sec .page-item .page-link {
    /* margin-left: calc(-6px* -1); */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    margin: 0px 5px;
    background-color: #65BCFF82;
    color: #ffffff;
}

.pagination-sec .active>.page-link,
.pagination-sec .page-link.active {
    background-color: #0B5893;
    color: #ffffff;
}

.page-link:focus {
    box-shadow: none;
}

.team-item--inner {
    margin-bottom: 50px;
}

.team-item--inner .team-item--image {
    /* height: 420px; */
    position: relative;
    overflow: hidden;
    background-color: #dee4e1;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}

.team-item--inner .team-item--image:before {
    content: "";
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgb(31 94 143)));
    background-image: -webkit-linear-gradient(to bottom, transparent, rgb(31 94 143));
    background-image: -moz-linear-gradient(to bottom, transparent, rgb(31 94 143));
    background-image: -ms-linear-gradient(to bottom, transparent, rgb(31 94 143));
    background-image: -o-linear-gradient(to bottom, transparent, rgb(31 94 143));
    background-image: linear-gradient(to bottom, transparent, rgb(31 94 143));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='transparent', endColorStr='rgb(31 94 143)');
    -webkit-transition: all 300mslinear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    border-radius: 15px;
    opacity: 0;
}

.team-item--inner .team-item--image img {
    /* position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); */
    border-radius: 15px;
    width: 100%;
}

.team-item--inner .team-item--image .team-item--social {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.team-item--inner .team-item--image .team-item--social a {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    background-color: #FFCD4C;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #0B5893;
    transform: translateY(20px);
    opacity: 0;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.team-item--inner .team-item--image .team-item--social a:hover {
    background-color: #0B5893;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 81, 83, .2)
}

.team-item--inner .team-item--holder {
    padding: 20px 20px 0;
    text-align: center;
}

.team-item--inner .team-item--title {
    color: #0B5893;
    font-family: "DM Sans", serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.41;
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 81, 83, .3)
}

.team-item--inner .team-item--title a {
    color: #0B5893;
}

.team-item--inner .team-item--position {
    padding-top: 8px;
    padding-bottom: 9px;
    color: #0B558E;
    font-family: "Inter", serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.75
}

.team-item--inner .team-item--description {
    color: #0B5893;
    font-family: "Inter", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.67
}

.pxl-transition {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.team-item--inner:hover .team-item--image::before {
    opacity: 1;
}

.team-item--inner:hover .team-item--image .team-item--social {
    bottom: 33.5px;
    opacity: 1;
}

.team-item--inner:hover .team-item--image .team-item--social a {
    transform: translateY(0);
    opacity: 1;
}
.consult-img {
    height: 100%;
}
.consult-img img{
    height: 100%;
}
.empowring.emp-first ul li{
    display: flex;
}
.empowring.emp-first ul li i{
    margin-top: 5px;
    font-size: 14px;
}
.empowring.emp-sec.emp-c ul li{
    display: flex;
}
.empowring.emp-sec.emp-c ul li i{
    margin-top: 5px;
    font-size: 14px;
}
.expert-calls .btn-consultation {
    width: 100%;
}

.expert-calls .btn-consultation .services-box-readmores {
    height: 50px;
    padding: 4px 4px 4px 24px;
    background-color: #0078D4;
    color: #ffffff;
}
.expert-calls .btn-consultation .services-box-readmores span{
    color: #ffffff;
    font-weight: 500;
}
.expert-calls .btn-consultation .services-box-readmores .services-box-readmores-arrow {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 40px;
    -khtml-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    background-color: #ffffff;
    /* border: 1px solid #0078D4; */
    font-size: 18px;
}

.expert-calls .btn-consultation .services-box-readmores .services-box-readmores-arrow i.fa-whatsapp {
    color: #48c757;
}

.expert-calls .btn-consultation .services-box-readmores .services-box-readmores-arrow i.fa-arrow-right {
    color: #0078D4;
}


.custom-button-c {
    margin-bottom: 20px;
    margin-top: 20px;
    
}

.custom-button-c .btn {
    background-color: #ffffff;
    border-radius: 47px;
    font-size: 17px;
    font-weight: 400;
    font-family: "Inter", serif;
    padding: 8px 20px;
    color: #0078D4;
    border: 1px solid #ffffff;
}
.custom-button-c .btn:hover{
    background-color: #0078D4;
    border: 1px solid #0078D4;
    color: #ffffff;
}
.custom-button-c .btn i {
    padding-left: 15px;
    color: #0078D4;
}
.custom-button-c .btn:hover i{
    color: #ffffff;
}
.career1 img{
    height: 645px;
    object-fit: cover;
    border-radius: 8px;
}


.icon-bar {
    position: fixed;
    bottom: 2%;
    left: 1%;
  }
  
  .icon-bar a {
    display: block;
    text-align: center;
    /* padding: 12px; */
    width: 50px;
    height: 50px;
    line-height: 50px;
    transition: all 0.3sease;
    color: white;
    font-size: 28px;
    border-radius: 50%;
  }
  
  .icon-bar a:hover {
    background-color: #2f8639;
  }
  
  .facebook {
    background: #48c757;
    color: white;
  }