body {
    line-height: 30px;
    color: #444444;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}
body {
    --pc: #222d61;
    --sc: #f58425;
}
p {
    text-align: center;
}
ul,
ol {
    list-style: none;
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
}
a {
    color: var(--pc);
    text-decoration: none;
}
a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: var(--sc);
}
::selection {
    color: #fff;
    background: var(--pc);
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-auto {
    margin: auto;
}
.clr {
    clear: both;
}
.bg-styles {
    background-size: cover !important;
    background-position: center !important;
}
.inline {
    display: inline-block;
}
* {
    outline: none !important;
}
.left-md-center,
.right-md-center {
    text-align: center;
}
.left-md-center img,
.right-md-center img {
    margin: auto;
}
.padding-0 {
    padding: 0;
}
.inline-img {
    float: none;
}
.text-center img {
    margin: auto;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--pc);
    font-weight: 700;
}
.full-width {
    width: 100%;
}

.hero {
    padding-top: 30px;
    background-image: url(../images/hero-bg.png);
    background-size: auto 80%;
    background-color: var(--pc);
    background-position: center;
    background-repeat: no-repeat;
}
.navbar {
    background-color: #fff;
    padding: 0;
}
.navbar-brand svg {
    height: 50px;
    max-width: 100%;
    transition: 0.3s;
}
.navbar-fixed-top .navbar-brand svg {
    height: 40px;
}
.navbar-toggler {
    border: none;
    box-shadow: none !important;
}
.nav-item .nav-link {
    color: var(--pc);
    font-weight: 400;
}
.nav-item .nav-link:hover,
.nav-item .nav-link:focus,
.nav-item .nav-link:active,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--sc);
}
.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
    color: var(--pc);
    border-bottom: 2px solid var(--sc);
}
.nav-item.active {
    color: var(--sc);
}
.dropdown-menu {
    min-width: unset;
    padding: 0;
    overflow: hidden;
}
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: var(--sc);
    color: #fff;
}

.nav-brand-social {
    margin-top: 10px;
}
.logo-social {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 0;
}
.nav-social {
    display: none;
}

@media (max-width: 768px) {
    .nav-brand-social {
        a {
            margin-top: 0;
            width: 100px;
        }
    }
    .partners-section {
        padding: 20px !important;
    }
    .carousel-indicators [data-bs-target] {
        font-size: 10px;
    }
}

/* ============ desktop view ============ */
@media (min-width: 768px) {
    .partners-section {
        padding: 20px !important;
    }
    .navbar-brand svg {
        height: 32px;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding: 18px 12px;
    }
    .navbar-expand-md .navbar-collapse {
        justify-content: flex-end;
    }
    .nav-brand-social {
        margin-top: 0;
    }
    .logo-social {
        display: none;
    }
    .nav-social {
        display: block;
    }
}
@media all and (min-width: 992px) {
    .navbar {
        z-index: 99;
        bottom: 0;
        padding: 0;
    }
    .navbar-nav {
        position: relative;
        flex-wrap: wrap;
        justify-content: center;
        gap: 18px;
    }
    .navbar-nav > .nav-item {
        font-weight: 600;
        color: #000;
    }

    .navbar-brand svg {
        height: 50px;
    }
}

.carousel-item .col-lg-6:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px calc(var(--bs-gutter-x) * 0.5);
}
.slider-title {
    color: #fff;
    font-size: 48px;
    line-height: normal;
    font-weight: 700;
}
.slider-divider {
    width: 100%;
    height: 2px;
}
.slider-p p {
    color: #fff;
}
.btn-primary {
    background-color: var(--sc);
    border: none;
    padding: 8px 20px;
}
.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 1;
    margin-right: 8px;
    margin-left: 8px;
}
.carousel-indicators .active {
    background-color: var(--sc);
}

.heading {
    text-align: center;
    padding: 24px 0;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    color: var(--pc);
    margin-bottom: 30px;
}
.heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 172px;
    background-color: var(--sc);
}

.scope-section {
    background-color: var(--pc);
    padding: 60px 0;
    background-image: url(../images/scope-bg.svg);
    background-position: bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.scope-section .heading {
    color: #fff;
}
.scope-box {
    background: rgb(220, 222, 231);
    background: linear-gradient(
        0deg,
        rgb(243 244 247) 0%,
        rgba(214, 216, 226, 1) 60%,
        rgba(155, 159, 176, 1) 100%
    );
    border: 2px solid #fff;
    border-radius: 12px;
    box-shadow: 0px 5px 8px 0 #00000029;
    padding: 30px;
    display: grid;
    grid-auto-flow: column;
    gap: 30px;
    margin-top: 30px;
    height: 184px;
}
.scope-icon {
    display: flex;
    align-items: center;
}
.scope-txt {
    color: var(--pc);
    font-size: 18px;
    display: flex;
    align-items: center;
}

.services-section {
    background-color: #f3fbff;
    background-image: url(../images/map-opacity.png);
    background-size: 70% auto;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: right;
    margin-top: -1px;
}
.service-box {
    text-align: center;
    margin-top: 30px;
}
.service-icon {
    height: 70px;
}
.service-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
}
.service-more {
    color: var(--sc);
    position: relative;
}
.service-more::before,
.service-more::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 10px;
    background-color: var(--pc);
    top: 50%;
    right: -25%;
}
.service-more::after {
    right: auto;
    left: -25%;
}

.ser-img-con {
    width: 100%;
    direction: rtl;
}
.ser-img {
    margin-bottom: -5%;
    max-width: 800px;
}
.ser-img img {
    max-width: 100%;
}

.values-section {
    background-color: var(--pc);
    padding-top: 120px;
}
.values-section .heading {
    color: #fff;
}
.heading-intro p {
    text-align: center;
    color: #fff;
    max-width: 900px;
    margin: 0 auto;
}

.value-box {
    border: 1px solid #fff;
    border-radius: 300px;
    margin: 90px 0;
}
.value-box:nth-child(even) {
    direction: rtl;
}
.value-img {
    margin: -30px 0;
    border-radius: 300px;
    box-shadow: 0px 5px 8px 0 #00000029;
    min-height: 300px;
}
.value-txt {
    padding: 60px;
    text-align: center;
}
.value-title {
    color: var(--sc);
    font-size: 24px;
    margin-bottom: 18px;
    font-weight: 700;
}
.value-summ p {
    color: #fff;
    text-align: center;
    direction: ltr;
}
.value-num {
    color: var(--sc);
    font-size: 24px;
}

.partners-section {
    background-color: #f3fbff;
    padding: 90px;
}
.partner-box {
    text-align: center;
}
.partners-section img {
    max-height: 80px;
}

.mega-footer {
    background-color: var(--pc);
    padding: 60px;
    color: #fff;
}
.footer-heading {
    color: var(--sc);
}
.mega-footer a {
    color: #fff;
}
.footer-about-summ {
    line-height: 20px;
    margin-top: 20px;
    font-size: 14px;
}
.footer-nav {
    line-height: 24px;
    font-size: 14px;
}
.footer-social li {
    display: inline-block;
}
.footer-social li a {
    color: var(--pc);
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    display: block;
    line-height: 32px;
}
.contact-field {
    font-size: 14px;
    line-height: 24px;
}
.contact-field i {
    color: var(--sc);
    width: 16px;
}
.mega-footer form {
    color: #fff;
    font-size: 14px;
}
.mega-footer form input,
.mega-footer form textarea {
    background-color: var(--pc);
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    line-height: 24px;
    width: 100%;
}
.mega-footer form input::placeholder {
    color: #fff;
}
.mega-footer form textarea {
    width: 100%;
    background-color: var(--pc);
    border: 1px solid #fff;
    height: 90px;
}
.mega-footer form button {
    background-color: var(--pc);
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

footer {
    background-color: var(--sc);
    font-size: 13px;
    color: #fff;
    line-height: 22px;
}

.inner-about-section {
    display: flex;
    min-height: calc(100vh - 376px);
    align-items: center;
    padding: 60px 0;
}
.inner-body .nav-con {
    background-color: var(--pc);
}
.about-slider-con .about-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--pc);
}
.about-slider-con .carousel-item .about-box p {
    text-align: start;
    max-width: 800px;
}
#about-carousel .carousel-indicators {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}
#about-carousel .carousel-indicators [data-bs-target] {
    height: auto;
    width: auto;
    border-radius: 0;
    text-indent: 0;
    background: none;
    color: var(--pc);
}
#about-carousel .carousel-indicators .active {
    color: var(--sc);
}
.about-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    color: var(--pc);
}
.slider-row [class^="col-"] {
    display: flex;
    align-items: center;
}
.slider-row {
    color: var(--pc);
}
.flex-con {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
}

.inner-heading {
    padding: 90px 0;
    text-align: center;
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}

.inner-ser-section {
    padding: 90px 0;
}
.inner-ser-section:nth-child(even) {
    background-color: #f3fbff;
    background-image: url(../images/map-opacity.png);
    background-size: 70% auto;
    background-position: center top;
    background-repeat: no-repeat;
    box-shadow: 0 0 10px 0 #00000020 inset;
}
/* .inner-ser-section:nth-child(odd){box-shadow: 0 0 10px 0 #0000001f;} */
.ser-centent [class^="col-"] {
    display: flex;
    align-items: center;
}
.ser-centent .col-md-4 {
    text-align: center;
    flex-direction: column;
}
.service-summ p {
    margin: 0;
    color: var(--pc);
}

.section {
    padding: 90px 0;
}
.inner-contact input,
.inner-contact textarea {
    width: 100%;
    border: 1px solid var(--pc);
    border-radius: 14px;
    padding: 8px;
    margin-bottom: 10px;
}
.inner-contact input::placeholder,
.inner-contact textarea::placeholder {
    color: var(--pc);
}
.inner-contact textarea {
    height: 164px;
}
.inner-contact button {
    border-radius: 12px;
    border: none;
    background-color: var(--pc);
    color: #fff;
    padding: 4px 20px;
    font-weight: 400;
}
.contact-divider {
    border-top: 1px solid var(--pc);
    margin: 18px 0 14px 0;
}
.inner-contact-details {
    color: var(--pc);
}

.toTop {
    position: fixed;
    right: 15px;
    bottom: 56px;
    z-index: 10000;
    width: 42px;
    height: 42px;
    font-size: 20px;
    line-height: 42px;
    border: 2px solid var(--pc);
    border-radius: 8px;
    background-color: var(--pc);
    color: #fff;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
    .col-md-offset-1 {
        margin-right: 8.33333333%;
        margin-left: 0;
    }
    .left-md-center {
        text-align: left !important;
    }
    .right-md-center {
        text-align: right !important;
    }
    .left-md-center img {
        margin-left: 0;
    }
    .right-md-center img {
        margin-right: 0;
    }
    .inline-img {
        float: left;
        margin-right: 15px;
    }
    .inline-video {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .value-box:nth-child(even) {
        border-right: none;
    }
    .value-box:nth-child(odd) {
        border-left: none;
    }
}

@media (min-width: 1200px) {
}

.counter-box {
    display: block;
    /* background: #f6f6f6; */
    padding: 40px 20px 37px;
    text-align: center;
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2;
}
.counter-box img {
    height: 40px;
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 28px;
}

.counter-box.colored {
    background: #3acf87;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff;
}
#CountersContainer {
    background-color: #222d61;
}
