﻿body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Mulish', sans-serif;
    width: 100% !important;
    height: 100% !important;
    background-size: 100%;
    background-color: white !important;
}
a {
    outline: none !important;
    transition: 1s !important;
    text-decoration: none !important;
}
header {
    background: white;
    padding: 0;
    line-height: 2.5;
}
span{
    color: white;
}

.logo {
    margin-left: 30px;
    height: 60px;
}
.menu-area {
    min-height: 50px;
    box-shadow: 0 3px 3px #808080 !important;
}

nav {
    font-family: 'Mulish';
}

    nav ul {
        list-style: none;
        padding: unset;
        margin: 0px;
    }

    nav li {
        display: inline-block;
       
        padding-bottom: unset;
    }

    nav ul li a {
        text-decoration: none;
        color: #706f70;
        padding-bottom: unset;
    }

        nav ul li a:hover {
            color: white;
            text-decoration: none;
            background-color: #253786;
            background-size: auto;
        }

.social-media-icons {
    height: 30px;
    float: inline-end;
}

.banner-main-page {
    min-height: 500px;
    background-color: #706f70;
}
.banner {
    width: contain;
    min-height: 400px;
}

.row1 {
    width: 75%;
    padding: 10px;
    margin: auto;
    border-radius:5px !important;
}
#row_2 {
    min-height: 450px;
}
.card {
    height: 350px;
    width: auto;
    border-radius: 5px !important;
    border-color: lightgray;
}

.card-title {
    font-family: 'Mulish';
    font-weight: bold;
    font-size: 24px;
}

.card-subtitle {
    font-family: 'Mulish';
    font-weight: bold;
    font-size: 18px;
    font-weight:bold;
}

.card-text {
    font-family: 'Mulish';
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
}

.card-img-top {
    height: 235px !important;
    width: auto;
}

.text2 {
    font-family: 'Mulish';
    font-weight: lighter;
    font-size: 16px;
    color: white;
}

h3, h2, h4 {
    font-weight: bold;
    font-family: 'Mulish';
    color: #253786;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 100%;
}
.sticky {
    position: fixed;
    top: 0;
    z-index:1000;
    width: 100%;
}
#eploreUsText {
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    color: #231f20;
    line-height: 2.0;
    height: auto;
}
#hdexploreUs, #hdlatestStories, #hdsolutions {
    color: #253786;
}
#servicesRow {
    background-color: #253786;
    min-height: 300px;
    margin: 0px !important;
}
#hdservices {
    color: white;
    font-family: 'Mulish';
    font-weight: bold;
}
#externalcarousel {
    width: 75%;
    margin: 0px auto;
}
#hdpartners {
    color: #231f20;
    font-weight: bold;
    font-size: 24px;
}
.partner-banner {
    background-color: lightgray;
}
#hdclients {
    color: #231f20;
    font-family: 'Mulish';
    font-weight: bold;
    font-size: 24px;
}
.carousel-content {
   width:75%;
        margin:0px auto;
}
#OurPartnersRow {
    min-height: 170px;
}
#hdpartners {
    color: #231f20;
    font-weight: bold;
    font-size: 24px;
}
#clientsRow {
    min-height: 170px;
    background-color: transparent;
}
.span-gray {
    color: #e2dfdf;
}
.bg-lightgray {
    background-color:lightgray;
}
.banner-img {
    width: 100%;
  
}
.services-img {
    width:145px;
   height:145px;
}
.news-title {
    font-Size: 15px;
    color: #231f20;
    line-Height: 17px;
    font-family: 'Mulish';
    font-Weight: bold;
}
.news-info {
    width:75%;
    margin:0px auto;
}
.news-text {
    font-size: 12px;
    color: #231f20;
    line-height: 17px;
    font-Family: 'Mulish';
}
.text-blue {
   color :#191970;
}
.div-img {
    width:100%;
}
.DMCA-img {
   height:40px;
}
.footer-img {
   border-radius : 105px;
}
.nav-img {
    height :30px;
}
.nav-link {
   font-size :20px;
}
.container-fluid {
    padding: unset
}
.footer-sec1 {
    background-color: #706f70;
}

.divider {
    width: 60px;
    border-top: 2px solid #000;
}
.feature_wrp {
    border-radius: 10px;
    border: 1px solid #fff;
    height: 100%;
    transition: .5s;
    text-align: center;
    padding: 70px 20px 20px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.main_hd {
    text-align: center;
    margin-bottom: 35px;
}
.feature_sec .main_hd {
    margin-bottom: 100px;
}
.feature_wrp:hover {
    transform: translateY(-5px);
}
.what_we_do {
    padding: 70px 0px;
    background:#253786;
}
.align-items-center {
    align-items: center !important;
}
.why_choose_wrp {
    position: relative;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(34, 34, 34, .1);
    padding: 85px 20px 30px 35px;
    position: relative;
    transition: .5s;
    height: 75%;
    margin-top: 90px;
}

    .why_choose_wrp::before {
        content: '';
        position: absolute;
        width: 20px;
        height: 100%;
        transition: .3s cubic-bezier(.24, .74, .58, 1);
        left: 0;
        top: 0;
        border-radius: 20px 20px 20px 20px;
        background: #295BAF;
    }
    .why_choose_wrp:hover::before {
        width: 100%;
    }
    .why_choose_wrp span {
        font-size: 15px;
    }

    .why_choose_wrp h3 {
        font-size: 22px;
        color: #071c4d;
    }

    .why_choose_wrp:hover h3,
    .why_choose_wrp:hover span {
        color: #fff;
        position: relative;
    }
.choose_img::before {
    content: '';
    position: absolute;
    width: calc(100% + 30px);
    box-shadow: 0 4px 20px rgba(34, 34, 34, .1);
    height: calc(100% + 30px);
    left: -15px;
    top: -15px;
    display: block;
    border-radius:50%;
    background: #295BAF;
    z-index: -1;
}
.why_choose_wrp h3 {
    font-size: 22px;
    color: #071c4d;
}
.why_choose_wrp span {
    font-size: 15px;
    color:black;
}
.why_choose_wrp::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 100%;
    transition: .3s cubic-bezier(.24, .74, .58, 1);
    left: 0;
    top: 0;
    border-radius: 20px 20px 20px 20px;
    background: #295BAF;
}
.why_choose_us {
    padding: 70px 0px;
}
.choose_img {
    position: absolute;
    display: inline-flex;
    border-radius: 50%;
    transition: 500ms ease;
    background-color: #fdfdfd;
    top: -50px;
    left: 14px;
    width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center;
}
.what_we_inr {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.what_we_img {
    text-align: right;
}
.btn-theme {
    background: #FD580D;
    color: #fff;
    border-radius: 30px !important;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.35s ease-in-out;
    border: 2px solid #FD580D;
    font-size: 18px;
    line-height: 28px;
    padding: 12px 30px;
    display: inline-block;
}
.what_we_do .divider {
    border-top: 2px solid #fff;
}
.what_we_do .exp-inr h4 {
    color: #fff;
}
.exp-inr h4 {
    font-size: 22px;
    margin-bottom: 0px;
}
.exp_wrp {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.feature_sec {
    padding: 70px 0px;
}
.ftr_img {
    min-width: 100px;
    width: 100px;
    height: 100px;
    line-height: 76px;
    z-index: 1;
    display: flex;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    transition: .3s cubic-bezier(.24, .74, .58, 1);
    justify-content: center;
    align-items: center;
}
    .ftr_img img {
        width: 44px;
    }
.justify-content-center {
    justify-content: center !important;
}
.ftr_img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    box-shadow: 0 6px 6px rgba(136, 136, 136, 0.3);
    z-index: -1;
    transform: rotate(45deg);
    background:#253786;
}
    .dropdown {
        font-size: 16px;
        border: none;
        outline: none;
        color: white;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
    }
.dropdown-menu li a {
    display: block;
    padding: 15px 20px 15px 20px;
    color: #252b33;
    font-size: 16px;
    border-bottom: 1px solid #e4e4e4;
    font-weight: normal;
    white-space: nowrap;
    word-wrap: break-word;
    line-height: 24px;
    border-left: 10px solid #ddd;
}
    .dropdown-menu li a:hover {
        border-bottom: 1px solid #253786;
        border-left: 10px solid #253786;
    }
    .dropdown-menu li {
        width: 100% !important;
    }
.dropdown-menu {
    padding: unset;
    margin: unset;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
.fluid-2 {
    padding: 0 10% !important;
}
.footer-wrap {
    position: relative;
    background: #706f70;
}

.social-profile li {
    display: inline-block;
    margin: 0 10px 0 0
}

    .social-profile li:last-child {
        margin-right: 0
    }

    .social-profile li a {
        display: block;
        color: #706f70;
        font-size: 16px;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        text-align: center;
        border: 1px solid #4c4c4c;
        -webkit-transition: .3s;
        transition: .3s
    }

        .social-profile li a i {
            font-size: 20px;
            line-height: 34px;
            -webkit-transition: .3s;
            transition: .3s
        }

        .social-profile li a:hover {
            background-color: dimgray;
            border-color: transparent
        }

            .social-profile li a:hover i {
                color: #fff
            }
.border-footer {
    border-top: 1px solid #ffffff2e;
}
.footer-wrap {
    position: relative;
}
.footer-wrap {
    background-color: #585353;
}

    .footer-wrap .footer-top .footer-widget {
        margin: 0 0 30px
    }

        .footer-wrap .footer-top .footer-widget .footer-widget-title,
        .footer-wrap .footer-top .footer-widget p, .footer-wrap .footer-top .footer-widget a {
            color: #fff
        }

        .footer-wrap .footer-top .footer-widget .footer-logo {
            margin: 0 0 20px;
            display: block
        }

            .footer-wrap .footer-top .footer-widget .footer-logo img {
                max-width: 107px
            }

        .footer-wrap .footer-top .footer-widget .footer-widget-title {
            font-size: 20px;
            font-weight: 500;
            line-height: 1.4;
            margin: 0 0 25px;
            padding: 0 0 10px;
            position: relative
        }

            .footer-wrap .footer-top .footer-widget .footer-widget-title:after {
                position: absolute;
                bottom: 0;
                left: 0;
                content: "";
                background-color: #fe0000;
                width: 50px;
                height: 1px
            }

        .footer-wrap .footer-top .footer-widget .footer-menu li {
            padding-bottom: 21px;
            display: block
        }

            .footer-wrap .footer-top .footer-widget .footer-menu li a {
                position: relative;
                display: inline-block;
                text-transform: capitalize;
                -webkit-transition: .4s;
                transition: .4s
            }

                .footer-wrap .footer-top .footer-widget .footer-menu li a:after {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 0;
                    height: 1px;
                    content: "";
                    background-color: #018efd;
                    visibility: hidden;
                    opacity: 0;
                    -webkit-transition: .3s;
                    transition: .3s
                }

                .footer-wrap .footer-top .footer-widget .footer-menu li a i {
                    font-size: 14px;
                    margin-right: 5px
                }

                .footer-wrap .footer-top .footer-widget .footer-menu li a:hover {
                    color: #018efd;
                    text-decoration: none;
                }

                    .footer-wrap .footer-top .footer-widget .footer-menu li a:hover:after {
                        width: 100%;
                        visibility: visible;
                        opacity: 1
                    }

            .footer-wrap .footer-top .footer-widget .footer-menu li:last-child {
                padding-bottom: 0
            }

        .footer-wrap .footer-top .footer-widget .share-on span {
            color: #fff;
            position: relative;
            font-weight: 500;
            font-size: 16px;
            margin: 0 0 20px;
            padding: 0 0 8px;
            display: block
        }

            .footer-wrap .footer-top .footer-widget .share-on span:after {
                position: absolute;
                bottom: 0;
                left: 0;
                content: "";
                background-color: #fe0000;
                width: 50px;
                height: 1px
            }
.bg-black {
    background-color:black;
}
        .footer-wrap .footer-top .footer-widget .share-on .social-profile li a {
            width: 30px;
            height: 30px;
            background-color: #fff;
            border-color: transparent;
            transition: 0.3s;
        }

            .footer-wrap .footer-top .footer-widget .share-on .social-profile li a i {
                color: #706f70;
                font-size: 16px;
                line-height: 27px
            }

            .footer-wrap .footer-top .footer-widget .share-on .social-profile li a:hover {
                background-color: #0083eb;
            }

                .footer-wrap .footer-top .footer-widget .share-on .social-profile li a:hover i {
                    color: #fff
                }
.social-profile{
   padding-inline-start:unset;
}
.footer-contact-address {
    margin: 0 0 9px
}

    .footer-contact-address li {
        position: relative;
        padding-left: 30px;
        color: #fff;
        line-height: 32px;
        padding-bottom: 12px
    }

        .footer-contact-address li i {
            position: absolute;
            top: 5px;
            left: 0;
            font-size: 20px;
            line-height: 1;
            color: #3aa8ff
        }