body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.9em;
    font-style: normal;
    font-weight: normal;
    letter-spacing: .6px;
    color: #4e4e4e;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.container {
    max-width: 1920px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
}

.auto-container {
    padding-right: var(--bs-gutter-x, 15px);
    padding-left: var(--bs-gutter-x, 15px);
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (min-width: 1200px) {
    .auto-container {
        max-width: 1140px;
    }
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

a:hover {
    color: inherit;
    text-decoration: none;
}
/*wrapper*/
.content-wrapper {
    overflow-x: hidden;
}

.v-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.no-gutter {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

    .no-gutter [class*='col-']:not(:first-child), .no-gutter [class*='col-']:not(:last-child) {
        padding-right: 0;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

.row.equal {
    display: flex;
    flex-wrap: wrap;
}

header.show {
    position: fixed;
    height: 80px;
    background: rgba(28, 28, 28,.9) !important;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

header.init {
    width: 100%;
    height: 140px;
    /*background: #fff !important;*/
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.show {
    display: block !important;
}

header {
    position: fixed;
    z-index: 9999;
}

.m-5-hor {
    margin-left: 2%;
    margin-right: 2%;
}

.subnav {
    display: block;
    width: 100%;
    margin: 0 auto;
    z-index: 999;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: .3px;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    padding: 10px 0 25px 0;
    border-bottom: 1px solid #EB1C24;
    background-color: #EB1C24;
}

.left {
    text-align: left;
    float: left;
    line-height: inherit;
}

a {
    color: inherit;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    border-color: none;
}

    a:hover {
        text-decoration: none;
        border-color: none;
    }

.social-icons-subnav span, .social-icons-subnav i {
    text-shadow: none;
    /*padding: 8px;*/
    width: 28px;
    height: 28px;
    text-align: center;
    color: #fff;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    /*font-weight: bold;*/
    font-size: 20px;
}

.social-icons-subnav a {
    cursor: pointer;
    font-size: 17px;
    color: #fff;
}

.right .social-icons-subnav {
    margin-right: 10px;
}

.social-icons-subnav, .social-icons-subnav div {
    display: inline-block;
}

    /*.right .social-icons-subnav:last-child {
    margin-right: 0px;
}*/

    .social-icons-subnav, .social-icons-subnav div {
        display: inline-block;
    }

.navbar-default-white {
    position: fixed;
    margin: 38px auto;
    top: 0px;
    background: #fff !important;
    border-bottom: 1px groove rgba(255, 255, 255, 0);
    box-shadow: 5px 5px 2px rgb(23 36 52 / 0%);
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
    z-index: 9999;
}

.navbar-default-white {
    transform: translateZ(0);
    width: 100%;
    height: 80px;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

    .navbar-default-white.sticky {
        left: 0;
        right: 0;
        margin: 0 auto;
        width: inherit;
        box-sizing: border-box;
        -webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
        -moz-transition: all .3s cubic-bezier(.165, .84, .44, 1);
        transition: all .3s cubic-bezier(.165, .84, .44, 1);
    }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 4px;
    }

.navbar-brand.white {
    position: relative;
    top: -18px;
    left: 0px;
    z-index: 2;
}

.carousel-inner {
    max-height: 500px;
}

.img-fluid-header {
    height: 100%;
    width: 100%;
}

.navbar-brand.white img.black {
    display: none;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 7px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}


#scrollUp {
    background: #164668 none repeat scroll 0 0;
    bottom: 90px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    height: 45px;
    line-height: 39px;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 45px;
    z-index: 9999;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
}


/*footer 2*/

.rs-footer {
    background-image: url('../images/01.jpg');
    background-size: cover;
    background-position: center center;
    color: #fff;
}

    .rs-footer .footer-top {
        padding: 45px 0 0px;
    }

        .rs-footer .footer-top .about-widget img {
            margin-bottom: 32px;
            margin-top: -6px;
        }

.white-color {
    color: #fff !important;
}

.rs-footer .footer-top .about-widget .social-links {
    margin-top: 20px;
}

    .rs-footer .footer-top .about-widget .social-links li {
        display: inline;
        margin-right: 10px;
    }

        .rs-footer .footer-top .about-widget .social-links li a {
            color: #164668;
        }

            .rs-footer .footer-top .about-widget .social-links li a i {
                width: 30px;
                height: 30px;
                line-height: 30px;
                border-radius: 50%;
                background: #ffffff;
                text-align: center;
                transition: all 0.3s ease 0s;
                /*color: #018f48;*/
            }

.rs-footer .footer-top .footer-title {
    margin-bottom: 25px;
    padding-bottom: 5px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    padding-left: 18px;
}

.footer-address .fa {
    border: solid 1px #fff;
    border-radius: 50%;
    padding: 8px;
    color: #018f48;
}

    .footer-address .fa:hover {
        color: #018f48;
        background: #fff;
    }

.rs-footer .footer-top ul li {
    margin-bottom: 15px;
}

.rs-footer .footer-top .footer-title:before {
    position: absolute;
    content: '';
    top: -5px;
    left: 0;
    width: 2px;
    height: 30px;
    background: #018f48;
}

.rs-footer .footer-top .footer-menu ul li {
    display: block;
    position: relative;
    margin: 0 0 10px;
}

    .rs-footer .footer-top .footer-menu ul li i {
        color: #018f48;
    }

    .rs-footer .footer-top .footer-menu ul li a {
        color: #fff;
        padding-left: 10px;
    }

.rs-footer .footer-bottom {
    padding: 20px 0 20px;
    border-top: 1px solid #544a44;
}

.copy-right a {
    color: #fff;
}

    .copy-right a:hover {
        color: #018f48;
    }
/*.site-footer {
    background-color: #ececec;  
}

.footer-primary .widget {
    color: #000;
}

.widget {
    margin-bottom: 30px;
}

.footer-primary .widget .widget-title {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 18px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
}

    .footer-primary .widget .widget-title:before {
        background-color: #164668;
        content: "";
        height: 18px;
        width: 3px;
        margin-right: 10px;
    }

.footer-primary .widget ul {
    list-style: none;
    padding-left: 0px;
    line-height: 25px;
}

.site-footer .buttom-footer {
    background-color: #164668;
    padding: 5px 0;
}

.site-footer .footer-menu ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

    .site-footer .footer-menu ul li {
        list-style: none;
        display: inline-block;
        position: relative;
        padding: 0 10px;
    }

        .site-footer .footer-menu ul li:before {
            content: "|";
            position: absolute;
            top: 0;
            right: -2px;
            font-size: 14px;
            color: #B6B6B6;
        }

        .site-footer .footer-menu ul li a {
            color: #ffffff;
            font-size: 15px;
        }

.site-footer .copy-right {
    color: #ffffff;
}

    .site-footer .copy-right a:hover {
        color: #EB1C24;
    }

.footercontent a i {
    text-align: center;
    color: #fff;  
    height: 30px;
    width: 30px;
    margin: auto;
    line-height: 20px;
    font-size: 16px;
}

.facebook-icon {
    margin-right: 0px;  
    border-radius: 50%;
    background-color: #3b5a9a !important;
    color: #fff;
}

.insta-icon {
    margin-right: 0px;  
    border-radius: 50%;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    color: #fff;
}

.linkedin-icon {
    margin-right: 0px;    
    border-radius: 50%;
    background-color: #0073b2 !important;
    color: #fff;
}

.facebook-icon i {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    background-color: #3b5a9a !important;
    color: #fff;
}

.insta-icon i {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    color: #fff;
}

.linkedin-icon i {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    background-color: #0073b2 !important;
    color: #fff;
}

.footercontainer {
    max-width: 1920px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
    margin-right: 15px;
}*/
/**footer end**/
/*header*/

.top-container {
    background-color: #164668;
    padding: 10px 10px 20px 10px;
    text-align: left;
    color: #fff;
    height: 43px;
}

    .top-container .rightcontent {
        float: right;
    }

    .top-container .fa {
        font-size: 15px;
        color: #fff;
        border: solid 1px #fff;
        border-radius: 50%;
        padding: 5px 0px 0px 0px;
    }

    .top-container .fab {
        font-size: 25px;
        color: #fff;
        padding: 5px 10px 0px 10px;
    }

/*.content {
    padding: 16px;
}*/

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky-opacity {
    position: fixed;
    top: 0;
    width: 100%;
}

    .sticky-opacity #navbar {
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #fff;
        color: #EB1C24;
        transition: background 1s linear;
        box-shadow: 0px 0px 8px #c1c1c1;
    }

    .sticky-opacity .navbar-nav > li > a {
        text-align: center;
        padding: 12px 12px 15px 12px;
        text-decoration: none;
        font-size: 18px;
        line-height: 25px;
        border-radius: 4px;
        /*color: #000;*/
        font-family: ui-serif;
        cursor: pointer;
    }

        .sticky-opacity .navbar-nav > li > a:hover {
            color: #018f48;
        }


.sticky + .content {
    padding-top: 102px;
}

#navbar {
    /*overflow: hidden;*/
    background: #fff;
    /*padding: 90px 10px;*/
    transition: 0.4s;
    position: fixed;
    width: 100%;
    /*top: 53px;*/
    /*z-index: 1;*/
    height: 75px;
}

.navbar {
    position: relative;
    z-index: 1000;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0px;
}

.header-logo {
    padding: 4px 10px;
    font-size: 18px;
}

    .header-logo img {
        max-width: 200px;
        transition: 0.4s;
        margin-bottom: 0px;
    }

.navbar-nav > li > a {
    /*float: left;*/
    text-align: center;
    padding: 12px 12px 15px 12px;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    border-radius: 4px;
    color: #164668;
    cursor: pointer;
}

    .navbar-nav > li > a:hover {
        color: #40974E;
        background-color: #fff;
    }

    .navbar-nav > li > a:active {
        color: #40974E;
        background-color: transparent;
    }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #f2f2f2;
    color: #000;
    border-color: #1f5a8b;
}

.dropdown-menu {
    background-color: #164668;
    color: #fff;
}

    .dropdown-menu > li > a {
        color: #fff;
        font-size: 20px;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            color: #164668;
            text-decoration: none;
            background-color: #fff;
        }

/*#navbar a:hover {
            background-color: #fff;
            color: #5E3030;
        }

        #navbar a.active {
            background-color: #fff;
            color: #5E3030;
        }*/


.navbar-brand {
    float: left;
    padding: 10px 10px;
    margin-top: -25px;
}

    .navbar-brand img {
        width: 100%;
        max-width: 100%;
        height: 100px;
        /*max-height: 44px !important;*/
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        padding: 20px;
    }

.sticky-opacity .navbar-brand img {
    padding: 20px;
    width: 100%;
    height: 100px;
}

#navbar-right {
    float: right;
}

#myHeader {
    /*overflow:hidden;*/
    height: 75px;
    position: absolute;
    z-index: 10000;
    /*margin-bottom: 10px;
    border-bottom: 1px solid #000;*/
}



/*.navbar-header a:hover {
    border: 1px solid #f00;
}*/

@media screen and (max-width: 580px) {
    #navbar {
        /*padding: 20px 10px !important;*/
        margin-bottom: 10px;
    }

        #navbar a {
            float: none;
            display: block;
            text-align: left;
        }

    #navbar-right {
        float: none;
    }

    .sticky-opacity .navbar-toggle {
        border: 1px solid #fff;
    }

        .sticky-opacity .navbar-toggle .fa {
            color: #fff;
        }

    .navbar-toggle {
        background-color: #164668;
        border: 1px solid #fff;
        border-radius: 4px;
        float: right;
        margin-bottom: 8px;
        margin-right: 25px;
        top: 2px;
        padding: 9px 10px;
        position: relative;
        filter: alpha(opacity=0);
        -webkit-transition: 200ms ease;
        -moz-transition: 200ms ease;
        -o-transition: 200ms ease;
        transition: 200ms ease;
    }

        .navbar-toggle .fa {
            color: #fff;
            transform: rotate(360deg);
            transition: transform 0.5s ease 0s;
            transform-style: preserve-3d;
        }

    .top-container {
        display: none;
        background-color: #ba4c73;
        padding: 10px 10px 10px 10px;
        text-align: center;
    }

        .top-container .rightcontent {
            text-align: center;
            float: none;
        }

    .navbar-collapse ul {
        background-color: #164668;
        color: #fff;
        margin-right: 0px;
        margin-top: 1px;
        text-align: center;
        width: 80%;
    }

    .navbar-nav > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav > li {
        display: block;
        position: relative;
    }

    .navbar-collapse.in {
        overflow-y: visible;
        /*height: 100%;*/
        position: relative;
        /*width: 100%;*/
        margin-right: 0px;
    }

    .dropdown-menu > li > a {
        color: #fff;
    }

    .navbar-nav > li > a {
        padding: 15px 12px 15px 12px;
        line-height: 20px;
        margin-top: 0px;
    }
}

@media(max-width:767px) {

    /*.top-container {
        display: none;
    }*/

    #myHeader {
        /*overflow:hidden;*/
        z-index: 999;
    }

    .navbar-nav > li > a {
        color: #fff;
    }

        .navbar-nav > li > a:hover {
            color: #000;
            background-color: transparent;
        }
    /*.navbar-nav > li > a {
        color: #fff;
    }*/
    .navbar-collapse {
        padding-right: 0px;
    }

    .sticky-opacity .navbar-brand img, .navbar-brand img {
        width: 250px;
        height: 100px;
        /*margin-top: -28px;*/
    }
}


.navbar-nav {
    font-family: ui-serif;
    margin: 7.5px 15px;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand {
        margin-left: 0px;
    }
}
/***********************************New Header start****************************/
#header {
    -moz-user-select: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    left: 0;
    min-height: 70px;
    padding: 0 11px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 11;
}

.logo-img-responsive {
    display: inline-block;
    max-width: 320px;
    padding: 0px;
    height: 77px;
}

.softtitle:hover {
    color: #fff;
    text-decoration: none;
}

#header .logo a {
    padding: 7px 15px;
    /*padding: 7px 10px;*/
    margin-top: -7px;
}

.logo a {
    color: #fff;
    display: inline-block;
    font-size: 25px;
    /*font-size: 16px;*/
    /*text-transform: uppercase;*/
    font-family: Arial 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif sans-serif;
}

.header-inner {
    list-style: outside none none;
    margin-bottom: 0;
    padding: 17px 0;
    position: relative;
}

    .header-inner > li:not(.pull-right) {
        float: left;
        /*margin-left: -30px;*/
    }

.header-inner-visitor {
    list-style: outside none none;
    margin-bottom: 0;
    padding: 17px 0;
    position: relative;
}

    .header-inner-visitor > li:not(.pull-right) {
        float: left;
        margin-left: -30px;
    }


#menu-trigger {
    cursor: pointer;
    height: 37px;
    width: 43px;
    border-radius: 5px;
    margin-top: 3px;
}

.menu-trigger {
    margin-right: -170px;
}

.menu-trigger-visitor {
    margin-right: -285px;
}

.lblusername {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    margin-right: 10px;
    margin-top: 10px;
}

.line-wrap {
    height: 12px;
    margin: 12px 11px;
    transition: all 300ms ease 0s;
    width: 26px;
}

#menu-trigger .line-wrap .line {
    background-color: #89692E;
}

.line-wrap .line {
    height: 5px;
    transition: all 300ms ease 0s;
    width: 25px;
}

.open .line-wrap .line.top {
    width: 12px;
}

.line-wrap .line.center {
    margin: 3px 0;
}

.open .line-wrap .line.bottom {
    width: 12px;
}

#sidebar-wrapper {
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 54px;
}

.main-menu {
    list-style: outside none none;
    margin: 2px 0 0;
    padding-left: 0;
}

    .main-menu > li > a > i {
        font-size: 19px;
        left: 225px;
        padding: 18px 0;
        position: absolute;
        text-align: center;
        top: 0;
        width: 25px;
        color: #fff;
    }

    .main-menu > li > a {
        display: block;
        font-weight: bold;
        font-size: 17px;
        font-family: Arial 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif sans-serif;
        padding: 15px 20px 14px 20px;
        position: relative;
        text-decoration: none;
        border-bottom: 1px solid gray;
        margin-bottom: 2px;
        background: black;
    }

        .main-menu > li > a:hover {
            background-color: #265397;
            color: #fff;
        }

        .main-menu > li > a:focus {
            background-color: #265397;
            color: #fff;
        }

body:not(.sw-toggled) #sidebar {
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.38);
}

.sidebar.toggled {
    opacity: 0.8;
    display: block;
}

.sidebar {
    background: #000;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.38);
    height: 100%;
    display: none;
    overflow-y: auto;
    position: fixed;
    top: 0px;
    transition: all 300ms ease 0s;
    z-index: 10;
    right: 0px;
    width: 25%;
}

.pull-right span {
    font-size: 30px;
    cursor: pointer;
    color: #ba4c73;
    max-width: 24px;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    font-size: 35px;
    line-height: 2;
}

.sidenav {
    height: 100%;
    width: 0;
    /*position: fixed;*/
    z-index: 99 !important;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
/***********************************New Header end****************************/
/**********************Slider Start**************************/
#myCarousel {
    border: none;
}

.owl-carousel1 .owl-stage-outer {
    height: 610px;
    width: 100%;
}

    .owl-carousel1 .owl-stage-outer img {
        width: 100%;
        height: 630px;
    }

.owl-carousel1 .owl-nav {
    display: none;
}

.owl-carousel1 .owl-dots {
    display: none;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translatex(-50%);
}

    .owl-carousel1 .owl-dots .owl-dot {
        width: 20px;
        height: 20px;
        border: 2px solid #000;
        background-color: #000;
        border-radius: 50%;
        display: inline-block;
        margin: 0 3px;
        transition: .3s;
    }

        .owl-carousel1 .owl-dots .owl-dot.active {
            background: #ba4c73;
            border-color: #ba4c73;
        }

@media(max-width:767px) {
    .owl-carousel1 .owl-stage-outer {
        height: 100%;
    }

        .owl-carousel1 .owl-stage-outer img {
            width: 100%;
            height: auto;
        }
}

.rs-slider {
    position: relative;
    overflow: hidden;
    text-align: left;
}

/*.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}*/

/*.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: none;
}*/


/*.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: 1;
    overflow: hidden;
    display: none;
    -moz-opacity: 1;
    filter: alpha(opacity=1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/

/*.slider-direction {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: none;
    color: #fff;
    font-size: 16px;
    z-index: 999;
    display: none;
}*/

.display-table {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
}

    .display-table::before {
        content: '';
        position: absolute;
        left: -10px;
        width: 1349px;
        height: 850px;
        background: rgb(22 70 104 / 75%);
    }

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.rs-slider .sl-sub-title {
    margin-bottom: 7px;
    font-size: 42px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    line-height: 50px;
}

/*.rs-slider .sl-title {
    -webkit-animation: fadeInLeft 1s ease-in-out;
    animation: fadeInLeft 1s ease-in-out;
    margin-bottom: 20px;
    font-size: 70px;
    line-height: 85px;
}

.rs-slider .sl-desc {
    -webkit-animation: fadeInUp 0.8s ease-in-out;
    animation: fadeInUp 0.8s ease-in-out;
    font-size: 20px;
    line-height: 30px;
    margin: 0 auto;
    text-shadow: 0 10px 20px #000;
}*/

/*slider .sl-desc, .rs-slider .sl-title {
    color: #ffffff;
}

.rs-slider .slider-bottom {
    display: inline-block;
    -webkit-animation: zoomIn 0.8s ease-in-out;
    animation: zoomIn 0.8s ease-in-out;
    margin: 39px 0 20px;
}*/

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.rs-slider .slider-bottom ul li {
    display: inline-block;
    margin: 0 13px;
}

.rs-slider .slider-bottom .readon {
    display: block !important;
}

.slider-progress.pos_hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.rs-vertical-middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.rs-vertical-bottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.readon {
    border: none;
    background: #117b59;
    line-height: normal;
    color: #fff;
    transition: all 0.3s ease 0s;
    border-radius: 3px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
    /*padding-right: 50px;*/
    display: inline-block;
}


/*.readon:before {
        position: absolute;
        height: 100%;
        font-size: 18px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        right: 25px;
        opacity: 1;
        top: 0px;
        font-size: 15px;
        content: "\f100";
        font-family: Flaticon;
        display: inline-block;
        font-weight: normal;
    }*/
.MainSlider {
    margin-top: 70px;
}

.readon:hover {
    border: solid 1px #fff;
    background-color: #164668;
    color: #ffffff;
}

    .readon:hover:before {
        right: 20px;
    }

.readon.active-btn {
    background: transparent;
    color: #222222;
}

    .readon.active-btn:hover {
        background: #164668;
        color: #ffffff;
    }

.readon.white-btn {
    background: #ffffff;
    color: #222222;
    border-color: #ffffff;
}

    .readon.white-btn:hover {
        border-color: #8d6e63;
        background: #8d6e63;
        color: #ffffff;
    }

.readon.cons-btn {
    background: #8d6e63;
    color: #ffffff;
    opacity: 0.85;
}

    .readon.cons-btn:hover {
        background: #8d6e63 !important;
        color: #ffffff;
        opacity: 1;
    }

.readon.light-btn {
    background: #8d6e63;
    color: #ffffff;
}

    .readon.light-btn:hover {
        background: #9a7b6f;
        border-color: #9a7b6f;
    }

.readon.light-firs-btn {
    background: #9c7d72 !important;
    border: none !important;
}

    .readon.light-firs-btn:hover {
        background: #8d6e63 !important;
    }

.primary-btn {
    background: #8d6e63;
    padding: 8px 25px;
    color: #ffffff;
    border: 2px solid #8d6e63;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
}

    .primary-btn:hover {
        background-color: transparent;
        color: #757575;
    }

.rs-slider {
    position: relative;
    overflow: hidden;
    text-align: left;
}

    .rs-slider .sl-sub-title,
    .rs-slider .sl-title {
        text-transform: uppercase;
        font-family: ui-serif;
    }

    .rs-slider .sl-sub-title,
    .rs-slider .sl-desc,
    .rs-slider .sl-title {
        color: #ffffff;
    }

    .rs-slider .sl-subtitle {
        -webkit-animation: fadeInDown 0.5s ease-in-out;
        animation: fadeInDown 0.5s ease-in-out;
        font-size: 50px;
        margin-bottom: 13px;
    }

    .rs-slider .sl-sub-title {
        margin-bottom: 7px;
        font-size: 42px;
        font-weight: 700;
        font-family: ui-serif;
        line-height: 50px;
    }

    .rs-slider .sl-title {
        -webkit-animation: fadeInLeft 1s ease-in-out;
        animation: fadeInLeft 1s ease-in-out;
        margin-bottom: 20px;
        font-size: 40px;
        line-height: 85px;
    }

        .rs-slider .sl-title span {
            display: block;
        }

        .rs-slider .sl-title .white-color {
            color: #ffffff !important;
        }

    .rs-slider .sl-desc {
        font-family: ui-serif;
        -webkit-animation: fadeInUp 0.8s ease-in-out;
        animation: fadeInUp 0.8s ease-in-out;
        font-size: 25px;
        line-height: 30px;
        margin: 0 auto;
        text-shadow: 0 10px 20px #000;
    }

    .rs-slider .slider-bottom {
        display: inline-block;
        -webkit-animation: zoomIn 0.8s ease-in-out;
        animation: zoomIn 0.8s ease-in-out;
        margin: 39px 0 20px;
    }

        .rs-slider .slider-bottom .readon {
            display: block !important;
        }

        .rs-slider .slider-bottom .white-btn {
            background: #ffffff;
            color: #8d6e63;
        }

        .rs-slider .slider-bottom ul li {
            display: inline-block;
            margin: 0 13px;
        }

    .rs-slider .nivo-directionNav > a {
        font-size: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border: none;
        background: #117b59;
        border-radius: 50%;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        opacity: 0;
    }

        .rs-slider .nivo-directionNav > a:hover {
            background: #92b2c8;
        }

        .rs-slider .nivo-directionNav > a:before {
            font-family: FontAwesome;
            position: absolute;
            font-size: 28px;
            top: 50%;
            left: 50%;
            -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
            color: #fff;
        }

        .rs-slider .nivo-directionNav > a.nivo-prevNav {
            left: 60px;
        }

            .rs-slider .nivo-directionNav > a.nivo-prevNav:before {
                content: "\f104";
            }

        .rs-slider .nivo-directionNav > a.nivo-nextNav {
            right: 60px;
        }

            .rs-slider .nivo-directionNav > a.nivo-nextNav:before {
                content: "\f105";
                margin-left: 2px;
            }

    .rs-slider .nivoSlider:hover .nivo-directionNav > a {
        opacity: 1;
    }

        .rs-slider .nivoSlider:hover .nivo-directionNav > a.nivo-prevNav {
            left: 30px;
        }

        .rs-slider .nivoSlider:hover .nivo-directionNav > a.nivo-nextNav {
            right: 30px;
        }

    .rs-slider .nivo-controlNav {
        position: absolute;
        bottom: 50px;
        z-index: 11;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        display: none !important;
    }

        .rs-slider .nivo-controlNav .nivo-control {
            width: 26px;
            height: 7px;
            border: 1px solid #fff;
            font-size: 0px;
            display: inline-block;
            margin-right: 7px;
            -webkit-transition: .4s ease all;
            transition: .4s ease all;
        }

            .rs-slider .nivo-controlNav .nivo-control.active {
                background: #8d6e63;
                border-color: #8d6e63;
            }

    .rs-slider.rs-slider-two .sl-sub-title,
    .rs-slider.rs-slider-two .sl-title {
        text-transform: uppercase;
    }

    .rs-slider.rs-slider-two .sl-sub-title {
        color: #8d6e63;
        background: #ffffff;
        display: inline-block;
        padding: 2px 12px 6px;
        border-radius: 3px;
        margin-bottom: 22px;
    }

    .rs-slider.rs-slider-two .slider-bottom {
        margin-top: 20px;
    }

    .rs-slider.rs-slider-three .slider-inner {
        max-width: 690px;
        margin: 0 auto;
        background: rgba(51, 51, 51, 0.8);
        border-radius: 5px;
        padding: 35px 15px 30px;
    }

    .rs-slider.rs-slider-three .sl-title {
        text-transform: uppercase;
        margin-bottom: 4px;
    }

.rs-banner-section {
    position: relative;
    overflow: hidden;
}

    .rs-banner-section img.banner-image {
        width: 100%;
    }

    .rs-banner-section .banner-inner {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

        .rs-banner-section .banner-inner .banner-title {
            font-size: 60px;
            line-height: 75px;
            text-transform: uppercase;
            margin: 0 0 18px;
        }

            .rs-banner-section .banner-inner .banner-title span {
                display: block;
                color: #8d6e63;
            }

        .rs-banner-section .banner-inner .subtitle {
            text-transform: uppercase;
        }

    .rs-banner-section .banner-right-image {
        max-width: 370px;
        margin-left: auto;
        margin-right: 75px;
    }

@media only screen and (max-width: 767px) {
    .display-table {
        height: 150px;
    }

    .rs-slider .slider-bottom {
        margin: 0;
    }

    .rs-slider .sl-sub-title {
        font-size: 20px;
    }

    .rs-slider .sl-title {
        font-size: 10px;
        line-height: 0;
    }

    .rs-slider .sl-desc {
        font-size: 10px;
        line-height: 7px;
    }

    .readon {
        background: #117b59;
        line-height: normal;
        color: #fff;
        transition: all 0.3s ease 0s;
        border-radius: 3px;
        padding: 0 10px;
        height: 25px;
        line-height: 25px;
        position: relative;
        text-transform: uppercase;
        margin-top: 10px;
        font-weight: 400;
        /*padding-right: 50px;*/
        display: inline-block;
    }

    .rs-slider .nivo-directionNav > a {
        font-size: 0;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        border: none;
        background: #117b59;
        border-radius: 50%;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        opacity: 0;
    }

    .rs-slider .nivoSlider:hover .nivo-directionNav > a.nivo-prevNav {
        left: 0px;
    }

    .rs-slider .nivoSlider:hover .nivo-directionNav > a.nivo-nextNav {
        right: 0px;
    }

    .rs-slider .nivo-directionNav > a:before {
        font-size: 14px;
    }
}

/**********************Slider Section end**************************/
/*****Aboutus IndexPage Start*****/
/*.pt-100 {
    padding-top: 100px !important;
}*/
.Aboutus {
    padding: 40px;
}

.rs-vertical-middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.rs-left-border-title {
    padding-left: 20px;
    position: relative;
}

    .rs-left-border-title h4 {
        color: #c7b9b9;
        margin-bottom: 8px;
        line-height: 16px;
    }

    .rs-left-border-title h4, .rs-left-border-title h2 {
        text-transform: uppercase;
    }

    .rs-left-border-title:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 2px;
        height: 67px;
        background: #028b4a;
    }

    .rs-left-border-title h2 {
        font-family: 'Oswald', sans-serif;
        color: #164668;
        margin: 0 0 26px;
        font-weight: 600;
    }

.rs-about-lawyer.rs-about-lawyer1 .sub-tilte {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.rs-about-lawyer .des {
    text-align: justify;
    margin-bottom: 18px;
}

.mt-45 {
    margin-top: 45px;
}

.rs-about-lawyer .service-call h4 {
    margin-bottom: 10px;
}

.rs-about-lawyer .service-call ul li {
    display: inline-block;
    font-family: 'Oswald', sans-serif;
}

    .rs-about-lawyer .service-call ul li a {
        display: block;
        color: #757575;
        border-bottom: 2px solid #028b4a;
    }

.aboutimg {
    margin-top: 30px;
    width: 100%;
}

@media (max-width:767px) {
    .Aboutus {
        padding: 40px 0px;
    }

    .rs-footer .footer-top .footer-title {
        margin-top: 20px;
        padding-left: 0px;
    }

        .rs-footer .footer-top .footer-title:before {
            position: absolute;
            content: '';
            top: 20px;
            width: 80px;
            height: 2px;
            background: #018f48;
        }
}
/*****Aboutus IndexPage End*****/
/******************Service Section Index Page start****************/
/*.padding-bottom-90 {
    padding-bottom: 90px;
}*/

.padding-top-115 {
    padding-top: 50px;
}

/*.margin-bottom-55 {
    margin-bottom: 55px;
}*/

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

.Blog {
    background: #f1f1f1;
}

.servicebox {
    padding: 0px;
}

.section-title .subtitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    z-index: 0;
    /*margin-bottom: 8px;*/
    color: #d0bf90;
}

.section-title .title {
    font-size: 40px;
    /*line-height: 58px;*/
    font-weight: 700;
    text-transform: capitalize;
    /*margin-bottom: 16px;*/
    color: #164668;
}

.single-what-we-cover-item {
    text-align: center;
    border: 1px solid #164668;
    border-bottom-right-radius: 50px;
    padding: 18px;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    margin-bottom: 30px;
}

    .single-what-we-cover-item:hover {
        background-color: #164668;
        color: #fff;
    }

        .single-what-we-cover-item:hover .icon i {
            border: solid 1px #fff;
        }

    .single-what-we-cover-item .icon {
        /*font-size: 35px;*/
        /*line-height: 70px;*/
        color: var(--main-color-one);
        /*margin-bottom: 18px;*/
    }

.icon i {
    font-size: 32px;
    line-height: 34px;
    color: #018f48;
    border-radius: 50%;
    border: solid 1px #018f48;
    padding: 11px;
}

.single-what-we-cover-item .content .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 16px;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.single-what-we-cover-item .content p {
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    height: 115px;
}

@media (max-width:767px) {
    .single-what-we-cover-item .content p {
        height: 130px;
    }
}

/*.margin-bottom-30 {
    height:300px;
    margin-bottom: 30px;
}*/

.read-more1 {
    color: #fff;
    border: solid 1px #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 8px;
    background: #164668;
}

    .read-more1:hover {
        color: #164668;
        background: #fff;
        border: solid 1px #164668;
    }
/***Services Section Index Page Title end**********/

/**Counter section start**/
/*.Counter {
    padding-top: 50px;
}*/

.counter-top-area .rs-counter-list {
    overflow: hidden;
}

    .counter-top-area .rs-counter-list .icon-left {
        text-align: center;
        /*float: left;*/
        /*padding-right: 20px;
        margin-right: 20px;*/
        position: relative;
    }

        .counter-top-area .rs-counter-list .icon-left i {
            color: #fff;
            display: block;
            padding-top: 8px;
            font-size: 30px;
        }

    .counter-top-area .rs-counter-list:before {
        position: absolute;
        content: "";
        width: 2px;
        height: 60px;
        background: #fff;
        top: 0;
        right: 0;
    }

    .counter-top-area .rs-counter-list .counter-text {
        overflow: hidden;
        margin-top: 15px;
        text-align: center;
    }

    .counter-top-area .rs-counter-list .rs-counter {
        font-size: 50px;
        font-weight: 700;
        padding: 0;
        color: #ffffff;
        margin-bottom: 12px;
        position: relative;
        display: inline-block;
        font-family: 'Oswald', sans-serif;
        line-height: 1;
    }

        .counter-top-area .rs-counter-list .rs-counter:before {
            content: "+";
            right: -35px;
            position: absolute;
            color: #fff;
            top: 0;
            font-weight: 300;
        }

    .counter-top-area .rs-counter-list h4 {
        display: block;
        color: #fff;
        margin-bottom: 0;
        text-transform: uppercase;
    }

/*.counter-style-one {
    position: relative;
    height: 230px;
}*/

.counter-style-one .image-layer {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    padding-top: 90px;
    padding-bottom: 88px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .counter-style-one .image-layer:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        /* background: rgba(255, 255, 255, 0.30); */
        background: rgb(22 70 104 / 34%);
    }

@media only screen and (max-width: 767px) {
    .counter-top-area .rs-counter-list:before {
        position: initial;
    }

    .mb-sm-40 {
        margin-bottom: 40px !important;
    }

    /*.counter-top-area .rs-counter-list .icon-left:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background: #fff;
        top: 0;
        bottom: 0;
    }*/

    .counter-style-one .image-layer {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .counter-top-area .rs-counter-list h4 {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .mb-md-40 {
        margin-bottom: 40px !important;
    }
}

@media only screen and (max-width: 575px) {
    .counter-top-area .rs-counter-list {
        text-align: center;
        border-bottom: solid 1px #fff;
    }
}

@media only screen and (max-width: 575px) {
    .counter-top-area .rs-counter-list .icon-left {
        float: none;
        padding-right: 0;
        margin-right: 0;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .counter-style-two .rs-counter-list .rs-counter, .counter-top-area .rs-counter-list .rs-counter {
        padding-top: 8px;
        font-size: 36px;
    }
}
/*Counter Section End**/

/**Contact Us Page Start***/
.caarea {
    padding: 10px;
    background: #f1f1f1;
}

.ca_contact {
    padding: 40px;
}

.heading_line {
    position: relative;
}

.ca_heading {
    /*margin: 0 auto;*/
    text-align: center;
    margin-bottom: 40px;
    margin-top: 30px;
}

/*.heading_line::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 2px;
    background: #028b4a;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}*/

.heading_line::after {
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    background: #028b4a;
    top: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .ca_contact {
        padding: 0px;
    }
}
/*c box 3 start**/
.pb-100 {
    padding-bottom: 20px !important;
}

.pt-100 {
    padding-top: 20px !important;
}

/*.bg11 {
    background-image: url('../images/01.jpg');
    background-size: cover;
    background-position: center center;
}*/

.contact-address-section {
    text-align: center;
}

    .contact-address-section .contact-info {
        padding: 20px 0px 20px;
        border-radius: 5px;
        background: #f1f1f1;
        margin-bottom: 10px;
    }

        .contact-address-section .contact-info:hover {
            background-color: #fff;
            border: solid 1px #164668;
        }

        .contact-address-section .contact-info i {
            color: #164668;
            font-size: 24px;
            margin: 0;
            padding: 10px;
            border: 1px solid;
            border-radius: 50px;
        }

        .contact-address-section .contact-info h4 {
            color: #333333;
            margin: 0;
            padding: 15px 0;
        }

        .contact-address-section .contact-info p {
            color: #757575;
            margin: 0;
            padding: 0;
        }

/*c box 3 end***/
.contactusdet {
    /*padding: 30px;*/
    border: solid 1px #164668;
}

.ca_contact_head {
    text-align: left;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    /*border: 1px solid #efecec;*/
    border-radius: 7px;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

textarea.form-control {
    height: auto;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    font-family: Oswald,sans-serif;
    text-transform: uppercase;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    /*border-radius: 25px;*/
}

.btn-primary {
    color: #fff;
    background-color: #018f48;
    border-color: #018f48;
}

    .btn-primary:hover {
        color: #018f48;
        background-color: #fff;
        border-color: #018f48;
        transition: 0.5s all ease-in-out;
    }

.ca_contact_head {
    text-align: left;
    margin-bottom: 20px;
    margin-top: 20px;
}

.ca_map_header {
    padding: 80px 0;
    background-color: #f0f0f0;
}

.ca_map {
    position: relative;
}

    .ca_map iframe {
        max-width: 100%;
        width: 100%;
        min-height: 400px;
        border: none;
        height: 505px;
    }

.ca_map_details {
    position: absolute;
    top: 0;
    /*z-index: 1000;*/
    background: linear-gradient(#66ccff, #3399ff);
    background: -webkit-linear-gradient(#018f48, #018f48);
    background: -o-linear-gradient(#66ccff, #3399ff);
    background: -moz-linear-gradient(#66ccff, #3399ff);
    height: 400px;
    width: 46%;
    color: #fff;
}

.ca_detail_contant_part {
    padding: 50px 30px 30px 30px;
}

.ca_contact_title {
    font-size: 25px;
    font-family: 'Oswald', sans-serif;
}

.ca_contact_desc {
    color: #fff;
    margin-top: 20px;
}

.add_pad {
    display: flex;
    text-align: center;
    align-items: center;
    margin-top: 50px;
}

.ca_footer_address {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

    .ca_footer_address i, .ca_footer_phone i {
        width: 35px;
        height: 35px;
        text-align: center;
        display: inline-block;
        line-height: 35px;
        font-size: 24px;
        background: #fff;
        color: #018f48;
        margin-right: 15px;
    }

.ca_footer_phone {
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.ph_pad {
    display: flex;
    text-align: center;
    align-items: center;
}

.ph_pad {
    display: flex;
    text-align: center;
    align-items: center;
}

.ca_map_details:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-top: 19px solid transparent;
    border-left: 24px solid #018f48;
    border-bottom: 16px solid transparent;
}

@media (max-width: 768px) {
    .ca_contact_title {
        font-size: 16px;
    }

    .ca_contact_desc {
        font-size: 12px;
        color: #fff;
        margin-top: 0px;
    }

    .ca_footer_address {
        font-size: 9px;
        margin-top: 20px;
    }

    .ca_detail_contant_part {
        padding: 10px;
    }

    .ca_map iframe {
        max-width: 100%;
        width: 100%;
        min-height: 400px;
        border: none;
        height: auto;
    }
}
/**Contact Us Page End**/

/****Blog section index page Start****/

.section-tittle h2 {
    line-height: 1.2;
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    /*margin-bottom: 16px;*/
    color: #164668;
}

    /*.section-tittle h2::before {
        position: absolute;
        content: "";
      
        height: 5px;
        background: #028b4a;
        right: 0;
        left: 0;
        bottom: 30px;
        margin: 0 auto;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
    }*/

    .section-tittle h2::after {
        content: '';
        position: absolute;
        height: 5px;
        width: 8px;
        background-color: #fff;
        -webkit-animation-duration: 4s;
        animation-duration: 4s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: MOVE-BG;
        animation-name: MOVE-BG;
        left: 150px;
        right: 0;
        bottom: 0;
    }

.recent-case-area .nav-tabs {
    margin-bottom: 45px;
    padding-bottom: 0px;
    position: relative;
    border: 0;
    display: flex;
    justify-content: center;
}

    .recent-case-area .nav-tabs .nav-item {
        padding-bottom: 10px;
        display: block;
        color: #8f8f96;
        text-transform: capitalize;
        font-size: 16px;
    }

    .recent-case-area .nav-tabs .nav-link {
        border: 0;
        border-bottom: 2px solid transparent;
    }

.tab-content > .active {
    display: block;
}

.mb-30 {
    margin-bottom: 30px;
}

.recent-case-area .single-practice .practice-img {
    position: relative;
    overflow: hidden;
}


.practice-img img {
    width: 100%;
    height: 250px;
}
/*.practice-img img:hover{
    transition:0.5s all ease-in-out;
    transform:scale(1.1);
}*/
/*.single-practice:hover {
    border: solid 1px #164668;
}*/


.recent-case-area .single-practice .practice-img .practice-icon {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    right: 29px;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}

    .recent-case-area .single-practice .practice-img .practice-icon span {
        color: #1b1c29;
        font-size: 16px;
        display: inline-block;
        background: #fff;
        padding: 9px 16px;
        -webkit-transition: all .4s ease-out 0s;
        -moz-transition: all .4s ease-out 0s;
        -ms-transition: all .4s ease-out 0s;
        -o-transition: all .4s ease-out 0s;
        transition: all .4s ease-out 0s;
        font-weight: 500;
    }

.recent-case-area .single-practice .practice-caption2 {
    background: #fcfcfc;
    padding: 15px;
   /*height: 320px;*/
    box-shadow: 0px 0px 2px 2px #dddfe0;
}


    .recent-case-area .single-practice .practice-caption2 h4 {
        color: #1b1c29;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 7px;
        /*height: 90px;*/
    }

    .recent-case-area .single-practice .practice-caption2 p {
        color: #64676c;
        line-height: 1.7;
        min-height: 102px;
        font-size: 12px;
        margin-bottom: 15px;
        text-align: justify;
        /*height: 100px;*/
    }

@media (max-width: 768px) {
    .recent-case-area .single-practice .practice-caption2 h4 {
        font-size: 22px;
    }

    .recent-case-area .single-practice .practice-caption2 p {
        font-size: 11px;
    }
}

.recent-case-area .single-practice .practice-caption2 .read-more1 {
    color: #fff;
    border: solid 1px #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 8px;
    background: #164668;
}

    .recent-case-area .single-practice .practice-caption2 .read-more1:hover {
        color: #164668;
        background: #fff;
        border: solid 1px #164668;
    }


/**  Blog Section Index Page End  **/

/**About Us Page Start**/
.imgContainer img {
    width: 100%;
    border-top-left-radius: 100px;
    height: 385px;
}

.section {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.text-blk {
    text-align: justify;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 25px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.responsive-cell-block {
    min-height: 75px;
}

.responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    justify-content: flex-start;
}

    .responsive-container-block.bigContainer {
        padding-top: 0px;
        padding-right: 50px;
        padding-bottom: 0px;
        padding-left: 50px;
        margin-top: 50px;
        margin-right: 0px;
        margin-bottom: 50px;
        margin-left: 0px;
    }

    .responsive-container-block.Container {
        max-width: 1320px;
        justify-content: space-evenly;
        align-items: center;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
        padding-left: 10px;
        position: relative;
        overflow-x: hidden;
        overflow-y: hidden;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
    }

.mainImg {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.about-right-cap .about-right-img img {
    width: 450px;
    height: 450px;
    margin-bottom: 15px;
    border-radius: 140px 0 0 0;
}

.AboutAllDetails {
    padding: 30px;
}

    .AboutAllDetails img {
        width: 100%;
        height: 420px;
        border-radius: 140px 0 0 0;
    }

.img-cap {
    width: 100%;
    padding: 6px 10px;
    background: #164668;
    text-align: center;
}

.DetailsP {
    width: 100%;
}

.img-cap span {
    color: #fff;
    font-size: 76px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 5px;
    display: block;
}

.img-cap p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding: 0 19px;
    line-height: 1.4;
}

.blueDots {
    position: absolute;
    top: 150px;
    right: 15%;
    z-index: -1;
    left: auto;
    width: 80%;
    height: 500px;
    object-fit: cover;
}

.responsive-container-block.textSide {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    z-index: 100;
}

.textSide p {
    text-align: justify;
}

.text-blk.heading {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}

.text-blk.subHeading {
    font-size: 25px;
    line-height: 30px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}

.cardImg {
    width: 31px;
    height: 31px;
}

.cardImgContainer {
    padding: 20px;
    border: 1px solid #018f48;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    /*border-top-left-radius: 10px;*/
    border-top-right-radius: 10px;
    /*border-bottom-right-radius: 10px;*/
    border-bottom-left-radius: 10px;
    margin-right: 10px;
}

    .cardImgContainer i {
        color: #018f48;
        font-size: 25px;
    }

    .cardImgContainer:hover {
        border-color: #164668;
        background-color: #164668;
    }

        .cardImgContainer:hover i {
            color: #fff;
        }

.responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 0px;
}

.text-blk.cardHeading {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.text-blk.cardSubHeading {
    color: rgb(153, 153, 153);
    line-height: 22px;
}

.OVOM {
    display: flex;
    justify-content: center;
    /*background: #f1f1f16e;*/
    box-shadow: 0px 0px 2px 2px #dddfe0;
}

.explore {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: white;
    background-color: #164668;
    box-shadow: rgb(1 143 72 / 34%) 0px 10px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor: pointer;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: initial;
    border-right-style: initial;
    border-bottom-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    padding-top: 17px;
    padding-right: 40px;
    padding-bottom: 17px;
    padding-left: 40px;
}

    .explore:hover {
        background-image: initial;
        background-position-x: initial;
        background-position-y: initial;
        background-size: initial;
        background-repeat-x: initial;
        background-repeat-y: initial;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        background-color: #018f48;
        color: #fff;
    }

#ixvck {
    margin-top: 60px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.redDots {
    position: absolute;
    bottom: -350px;
    right: -100px;
    height: 500px;
    width: 400px;
    object-fit: cover;
    top: auto;
}

@media (max-width: 1024px) {
    .responsive-container-block.Container {
        position: relative;
        align-items: flex-start;
        justify-content: center;
    }

    .mainImg {
        bottom: 0px;
    }

    .responsive-container-block.textSide {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: auto;
        width: 70%;
    }

    .responsive-container-block.Container {
        flex-direction: column-reverse;
    }



    .responsive-container-block.textSide {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 20px;
        margin-left: 0px;
        width: 100%;
    }

    .responsive-container-block.Container {
        flex-direction: row-reverse;
    }

    .responsive-container-block.Container {
        flex-direction: column-reverse;
    }
}


@media (max-width: 768px) {
    .OVOM {
        display: block;
    }

    .img-cap {
        width: 100%;
    }

    .responsive-container-block.textSide {
        width: 100%;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .text-blk.subHeading {
        text-align: justify;
        font-size: 17px;
        max-width: 520px;
    }

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



    .responsive-container-block.Container {
        flex-direction: column-reverse;
    }

    .responsive-container-block.Container {
        flex-wrap: nowrap;
    }

    .responsive-container-block.textSide {
        width: 100%;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 20px;
        margin-left: 0px;
    }



    .redDots {
        display: none;
    }

    .explore {
        font-size: 16px;
        line-height: 14px;
    }
}

@media (max-width: 500px) {


    .mainImg {
        height: 100%;
    }

    .blueDots {
        width: 100%;
        left: 0px;
        top: 0px;
        bottom: auto;
        right: auto;
    }


    .responsive-container-block.textSide {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .responsive-container-block.Container {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        overflow-x: visible;
        overflow-y: visible;
    }

    .responsive-container-block.bigContainer {
        margin-top: 0px;
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 10px;
        padding-left: 20px;
    }

    .redDots {
        display: none;
    }

    .text-blk.subHeading {
        font-size: 16px;
        line-height: 23px;
    }

    .text-blk.heading {
        font-size: 28px;
        line-height: 28px;
    }

    .responsive-container-block.textSide {
        margin-top: 40px;
        margin-right: 0px;
        margin-bottom: 50px;
        margin-left: 0px;
    }



    .explore {
        /*padding-top: 17px;
    padding-right: 0px;
    padding-bottom: 17px;
    padding-left: 0px;*/
        width: 100%;
    }

    #ixvck {
        width: 90%;
        margin-top: 40px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        font-size: 15px;
    }

    .blueDots {
        bottom: 0px;
        width: 100%;
        height: 80%;
        top: 10%;
    }

    .text-blk.cardHeading {
        font-size: 16px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 8px;
        margin-left: 0px;
        line-height: 25px;
    }

    .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12 {
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 10px;
        padding-left: 0px;
    }
}

.apartnerimg {
    max-width: 100%;
    width: 100%;
}

.Partner h2 span {
    color: #164668;
}

.home_banner_area {
    padding: 25px;
    position: relative;
    z-index: 1;
    /*background: #f1f1f1;*/
    /*background-image: -moz-linear-gradient(0deg, #766dff 0%, #88f3ff 100%);
    background-image: -webkit-linear-gradient(0deg, #164668 0%, #88f3ff 100%);
    background-image: -ms-linear-gradient(0deg, #766dff 0%, #88f3ff 100%);*/
    margin-bottom: 10px;
}

    .home_banner_area .box_1620 {
        /*min-height: 700px;*/
        border-radius: 12px;
        position: relative;
        /*bottom: -200px;*/
        background: #fff;
        padding: 30px;
        margin-bottom: 10px;
        /*box-shadow: 0px 20px 80px 0px rgb(153 153 153 / 30%);*/
    }

    .home_banner_area .banner_inner {
        position: relative;
        width: 100%;
        /*min-height: 700px;*/
        display: flex;
    }

.media {
    width: 100%;
    display: flex;
    background: #fff;
}


.home_banner_area .banner_inner .banner_content {
    color: #222222;
    vertical-align: middle;
    align-self: center;
    text-align: left;
}

    .home_banner_area .banner_inner .banner_content .media .d-flex {
        width: 270px;
    }

    .home_banner_area .banner_inner .banner_content .media .media-body {
        width: 70%;
        background: #fff;
        padding: 0px 30px;
        vertical-align: middle;
    }

.d-flex img {
    height: 300px;
    width: 100%;
}

.media-body .list {
    display: flex;
    margin-bottom: 10px;
}

.media-body h3 {
    color: #000;
}

.media-body .list li {
    margin-right: 10px;
}

    .media-body .list li a i {
        font-size: 25px;
        padding: 7px;
        border-radius: 50%;
        border: 1px solid #018f48;
        width: 40px;
        height: 40px;
        color: #164668;
    }

        .media-body .list li a i:hover {
        }

.personal_text h6 {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.1px;
    font-weight: normal;
    margin-bottom: 12px;
    color: #222222;
}

.personal_text h3 {
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #222222;
}

.personal_text h4 {
    font-size: 16px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #222222;
}

.list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.personal_text .basic_info li {
    margin-bottom: 15px;
}

    .personal_text .basic_info li a {
        position: relative;
        padding-left: 40px;
        font-size: 16px;
        color: #777777;
    }

        .personal_text .basic_info li a i {
            position: absolute;
            left: 0px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 20px;
            color: #766dff;
        }

.lnr {
    font-family: 'Linearicons-Free';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.personal_text .personal_social {
    margin-top: 45px;
}

    .personal_text .personal_social li {
        display: inline-block;
        margin-right: 7px;
    }

        .personal_text .personal_social li a {
            line-height: 40px;
            width: 40px;
            background: #e8e8e8;
            border-radius: 5px;
            display: inline-block;
            text-align: center;
            color: #fff;
            font-size: 16px;
        }


/**our partner left right start**/

#first-tab-group {
    margin-top: -25px;
    margin-bottom: 15px;
    position: relative;
}

/*#first-tab-group img {    
        overflow: hidden;
        position: relative;       
    }*/
.media-body {
    height: 300px;
}

.Prtnerimg {
    background-image: url('../images/shape1.png');
    background-size: cover;
    /*background-position:center;*/
    background-repeat: no-repeat;
    /*width: 290px;*/
    height: 345px;
    box-shadow: 0px 8px 30px rgb(34 34 34 / 7%);
    border: solid 2px #164668;
}

    .Prtnerimg img {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }

.PartnerDetails {
    border-bottom: solid 2px #164668;
    padding: 20px;
    box-shadow: 0px 0px 2px 2px #dddfe0;
}


#tab1 {
    /*position: relative;*/
    z-index: -1;
}

.social-links {
    display: flex;
}

    .social-links li {
        padding-right: 10px;
    }

        .social-links li a i {
            width: 30px;
            height: 30px;
            line-height: 30px;
            border-radius: 50%;
            background: #164668;
            text-align: center;
            transition: all 0.3s ease 0s;
            /*color: #018f48;*/
        }

.tabgroup .text-content {
    height: 345px;
    /*background-color: #fff;*/
    color: #fff;
    padding: 15px;
    text-align: left;
    /*margin-top: -10px;
    margin-left: -30px;*/
    /* margin-right: 10px; */
    position: relative;
    /*box-shadow: 0px 0px 10px #cdcdcd;*/
}

    .tabgroup .text-content h4 {
        font-size: 15px;
        /*font-weight: 700;*/
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #121212;
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .tabgroup .text-content p {
        text-align: justify;
        font-size: 12px;
        margin-top: 17px;
        color: #7a7a7a;
        /*height: 160px;*/
    }

@media (max-width: 768px) {
    .tabgroup .text-content {
        padding: 0px;
    }

    .home_banner_area .banner_inner .banner_content .media .media-body {
        width: 100%;
        padding: 10px;
    }

    .banner_content .media {
        display: grid;
    }

    .home_banner_area .box_1620 {
        padding: 20px;
    }

    .home_banner_area {
        padding: 0px;
    }

    .tabgroup .text-content {
        margin-left: 0px;
        height: auto;
    }

        .tabgroup .text-content p {
            height: auto;
        }
}
/**our partner left right end**/


/*******************about us page why choose us section start*************/
.why-us h2 {
    position: relative;
    margin-bottom: 35px;
}

    .why-us h2::after {
        content: "";
        width: 120px;
        height: 3px;
        display: inline-block;
        background: #028b4a;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -20px;
        margin: 0 auto;
    }

.why-us .box {
    padding: 30px 30px;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    transition: 0.5s;
    position: relative;
    background-color: #333;
    max-height: 270px;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 10px;
}

/*.why-us .box:hover {
        padding: 30px 30px 70px 30px;
        box-shadow: 10px 15px 30px rgb(0 0 0 / 20%);
        background-color: rgba(0, 0, 0, 0.3);
    }*/
.titlewhyboxh {
    color: #fff;
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    transition: 0.5s all ease-in-out;
}

    .titlewhyboxh span {
        display: block;
        font-size: 56px;
        font-weight: 700;
        color: #6b6060;
        position: absolute;
        right: 10px;
        top: -35px;
        line-height: normal;
    }

    .titlewhyboxh h4 {
        text-align: center;
        font-size: 24px;
        font-weight: 600;
        padding: 0;
        margin: 20px 0;
        color: #dadada;
        text-decoration: none;
        transition: 0.5s all ease-in-out;
    }

.overlay_4 {
    left: 0;
    bottom: 100%;
    height: 0;
    width: 100%;
    overflow: hidden;
    backdrop-filter: blur(8px) brightness(80%);
    transition: all .3s ease-in-out;
}

.titlewhyboxh:hover .overlay_4 {
    bottom: 0;
    height: 100%;
    transition: all .3s ease-in-out;
}

.why-us .box span {
    display: block;
    font-size: 56px;
    font-weight: 700;
    color: #6b6060;
    position: absolute;
    right: 10px;
    top: 0px;
    line-height: normal;
}

.why-us .box h4 a {
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    margin: 20px 0;
    color: #dadada;
    text-decoration: none;
}

.why-us .box p {
    color: #aaaaaa;
    font-size: 15px;
    margin: 0;
    padding: 0;
    transition: 0.5s all ease-in-out;
}

.why-us .box:hover img {
    opacity: 1;
}

.why-us .box img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: -1;
    opacity: 0;
    transition: all ease 1s;
}

.whybox {
    padding: 40px;
}

.mediaAF {
    border-radius: 20px;
    background: #333333;
    /*width: 300px;*/
    height: 160px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 15px 15px 0 !important;
    box-shadow: 0px 8px 30px rgb(34 34 34 / 20%);
    border: solid 1px #544a44;
}

    .mediaAF img {
        padding: 30px;
        max-width: 100%;
        height: auto;
    }

.layer {
    border-radius: 10px;
    opacity: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10px;
    height: 100%;
    background: #efefef;
    color: #151E3F;
    transition: all 0.9s ease;
    padding: 10px;
}

    .layer p {
        transition: all 0.9s ease;
        transform: scale(0.1);
    }

.mediaAF:hover .layer {
    opacity: 9;
    width: 100%;
    transition: all 0.5s ease;
}

.mediaAF:hover p {
    text-align: justify;
    opacity: initial;
    transform: scale(1);
    transition: all 0.9s ease;
    line-height: 20px;
    /*padding-left: 5px;
    padding-right: 5px;*/
}
/*.mediaAF:hover p .mediaAF{
    width:250px;
}*/
@media (max-width: 768px) {

    .why-us .box {
        max-height: max-content;
    }

    .whybox {
        padding: 0px;
    }
}
/*.chooseus {
    padding-bottom: 60px;
}
.spad {
    padding-top: 100px;
    padding-bottom: 100px;
}
.section-title span {
    font-size: 16px;
    color: #287ff9;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 16px;
}

.section-title h2 {
    color: #111111;
    font-size: 40px;
    font-weight: 500;
}

.whychoose{
    padding:20px;
}
.whychoosebox{
    display:flex;
    width:100%;
}
.chooseus__item {
    width:20%;
    text-align: center;
    padding-top: 26px;
    height: 274px;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}
.chooseus__item h4 {
    color: #111111;
    font-weight: 500;
    margin-bottom: 12px;
    margin-top: 30px;
}
.chooseus__item p {
    color: #444444;
    margin-bottom: 0;
}
.chooseus__item:after {
    position: absolute;
    left: 46px;
    right: 0;
    top: 0;
    background: url(../img/services/sm-shape-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 92px;
    height: 70px;
    content: "";
    margin: 0 auto;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    z-index: -1;
}*/

/** about us page why choose us section start**/
/**About Us Page End**/

/**Blog Page start**/
.BlogTitle {
    text-align: center;
}

    .BlogTitle h2 {
        font-weight: bold;
    }

.section-padding {
    padding-top: 70px;
    padding-bottom: 70px;
}

.blog_item {
    margin-bottom: 50px;
}

/*.blog_item:hover {
        color: #fff;
        background-color: #018f48;
    }*/

/*.blog_item:hover .blog-info-link li a {
        color: #fff;
    }*/

.blog_item_img {
    position: relative;
}

.rounded-0 {
    width: 100%;
    border-radius: 0 !important;
}

.blog_item_img .blog_item_date {
    position: absolute;
    bottom: -10px;
    left: 10px;
    display: block;
    color: #fff;
    background-color: #00880F;
    padding: 8px 15px;
    border-radius: 5px;
}

    .blog_item_img .blog_item_date h3 {
        font-size: 22px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 0;
        line-height: 1.2;
    }

    .blog_item_img .blog_item_date p {
        font-size: 18px;
        margin-bottom: 0;
        color: #fff;
    }

.blog_details {
    padding: 10px 0 30px 10px;
    box-shadow: 0px 10px 20px 0px rgb(221 221 221 / 30%);
}


    .blog_details h2 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .blog_details p {
        margin-bottom: 30px;
    }

.blog-info-link li {
    margin-left: 10px;
    float: left;
    font-size: 14px;
}

    .blog-info-link li a {
        color: #4b4040;
    }

    .blog-info-link li i, .blog-info-link li span {
        font-size: 13px;
        margin-right: 5px;
    }


.blogcontent {
    padding: 0px 60px;
}

.header_left, .head-left {
    text-align: left;
    position: relative;
    background: #f1f1f1;
    padding: 5px;
}

.ca_sidebar_main {
    border: solid 1px #f1f1f1;
}

.ca_about_stap {
    /* border-left: 4px solid #c8c8c8; */
    display: flex;
    padding: 10px;
    /*margin-bottom: 30px;*/
    border-bottom: solid 1px #f1f1f1;
}

.ca_about_step_tb img {
    width: 100px;
}

.ca_sidebar_wrap {
    margin-left: 20px;
    max-width: 63%;
}

span.cal_clock_step {
    display: inline-flex;
    flex-wrap: wrap;
}

.cal_clock_step span {
    margin-right: 18px;
}

.news_para {
    margin-top: 10px;
}

.ca_read_more {
    text-transform: capitalize;
    font-size: 15px;
    color: #428bca;
    text-decoration: none;
}

@media (max-width: 768px) {
    .blogcontent {
        padding: 0px;
    }

    .ca_about_step_tb img {
        width: 100%;
    }

    .ca_sidebar_wrap {
        margin: 15px 0 0 0;
        max-width: 100%;
    }

    .ca_about_stap {
        display: block;
    }
}

/** blog page end**/

/**Header All Page Start**/
.breadcrumbs-custom bg-image {
    background-size: cover;
    background-position: center center;
}

.context-dark {
    color: #fff;
}

    .context-dark h1 {
        position: relative;
        color: #fff;
    }

    .context-dark h4 {
        position: relative;
        color: #fff;
    }

.breadcrumbs-custom {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 21.35417vw;
    text-align: center;
    background-color: #151515;
    background-size: cover;
    background-position: center;
}

    .breadcrumbs-custom:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        /* background: rgba(255, 255, 255, 0.30); */
        background: rgb(72 74 76 / 34%);
    }

.breadcrumbs-custom__main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0 40px;
    flex-grow: 8;
}

.breadcrumbs-custom__text {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    /*margin-top: 15px;*/
}

@media (min-width: 576px) {
    .breadcrumbs-custom__path {
        padding: 10px 20px 20px;
        margin-left: -18px;
        margin-right: -18px;
    }
}

@media (min-width: 576px) {
    .breadcrumbs-custom__path > * {
        padding-left: 18px;
        padding-right: 18px;
    }
}

.breadcrumbs-custom__path {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px 10px 10px;
    background: #1C323F;
    transform: translate3d(0, -10px, 0);
    margin-bottom: -10px;
    margin-left: -13px;
    margin-right: -13px;
}

    .breadcrumbs-custom__path li {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .05em;
        text-transform: uppercase;
        margin-top: 10px;
    }

    .breadcrumbs-custom__path .active {
        color: #9ca2a7;
    }

    .breadcrumbs-custom__path li:hover {
        color: #018f48;
    }

    .breadcrumbs-custom__path li a::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        height: 21px;
        width: 1px;
        background: rgba(255, 255, 255, 0.3);
    }

    .breadcrumbs-custom__path a {
        display: inline;
        vertical-align: middle;
        color: #fff;
    }

        .breadcrumbs-custom__path a:hover {
            color: #018f48;
        }

@media (max-width: 768px) {
    .breadcrumbs-custom__path li {
        padding: 7px;
    }

    .breadcrumbs-custom__path li {
        padding: 5px;
    }

    .context-dark h1 {
        margin-top: 35px;
    }

    .breadcrumbs-custom__main {
        padding: 50px 0 10px 0px;
    }
}

/**Header All Page End**/
/**Inquiry Page Start**/
.contact-page {
    background: #f1f1f1;
    padding: 40px;
}

@media (max-width: 768px) {
    .contact-page {
        padding: 20px;
    }
}
/**Inquiry Page End**/

/**Services page Start**/
.Servicep {
    padding: 30px;
}

    .Servicep img {
        border-top-left-radius: 100px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

.serimg {
    width: 100%;
}

.mu-about-right {
    display: inline;
    float: left;
    margin-top: 45px;
    width: 130%;
    background-color: #fff;
    padding: 10px 38px;
    margin-left: -175px;
    box-shadow: 3px 1px 22px -9px #000;
}

    .mu-about-right span {
        font-weight: bold;
    }

    .mu-about-right h3:before {
        position: absolute;
        content: '';
        width: 100px;
        height: 2px;
        background: #028b4a;
        top: 107px;
        margin: 0 auto;
    }

.Servicep h4 {
    font-weight: bold;
    padding: 10px;
    text-align: center;
    background: #164668;
    color: #fff;
}

.Servicep p {
    text-align: justify;
}

@media (max-width: 736px) {
    .mu-about-right h3:before {
        top: 133px;
    }

    .Servicep {
        padding: 5px;
    }

    .mu-about-right {
        width: 100%;
        margin-left: 0px;
    }
}
/**Services page End**/

.serviceli {
    list-style: disc;
    margin-left: 20px;
}

.boxACS {
    height: 288px;
    background: #f1f1f1;
}

    .boxACS h4 {
        text-align: center;
        padding: 10px;
        background: #164668;
        color: #fff;
    }

.ACSTitle h2 {
    padding: 10px;
    text-align: center;
    background: #f1f1f1;
}

.ACSlist {
    padding: 15px;
    list-style: disc;
    padding-left: 27px;
}


/**Descalimer start**/

.cookie-disclaimer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background-color: #000;
    z-index: 1000;
    font-size: 13px;
}

.cookie-disclaimer__button {
    width: 100%;
    margin: 5px 0;
}

@media (max-width: 736px) {
    .cookie-disclaimer {
        top: 100px;
    }
}
/**Descalimer End**/

/*****NEw Check Css start******/




/**new check css end*****/
