﻿body {
    font-family: system-ui;
    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 {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    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: #797979;*/
}

.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;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #c6a657;
}

#scrollUp {
    background: #c6a657 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*/
.site-footer {
    background-color: #000;
    /*padding-top: 40px;*/
}

.footer-primary .widget {
    font-family: system-ui;
    color: #e0e0e0;
}

.widget {
    margin-bottom: 30px;
}

.footer-primary .widget .widget-title {
    font-family: system-ui;
    color: #ffffff;
    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: #db4900;
        content: "";
        height: 5px;
        width: 30px;
        margin-right: 10px;
    }

    .footer-primary .widget .widget-title::after {
        background-color: #db4900;
        content: "";
        height: 20px;
        width: 5px;
        margin-left: 10px;
    }*/

.footer-primary .widget ul {
    list-style: none;
    padding-left: 0px;
    line-height: 25px;
}

.site-footer .buttom-footer {
    background-color: #c6a657;
    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: #0073b2;
    }

.footercontent a i {
    text-align: center;
    color: #fff;
    /* border: 1px solid #fff; */
    height: 30px;
    width: 30px;
    margin: auto;
    line-height: 20px;
    font-size: 16px;
}

.facebook-icon {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    background-color: #3b5a9a !important;
    color: #fff;
}

.insta-icon {
    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 {
    margin-right: 0px;
    /*padding: 5px;*/
    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: 10%;
    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: 10%;
    background-color: #0073b2 !important;
    color: #fff;
}

.footercontainer {
    max-width: 1920px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

/*header*/

.top-container {
    background-color: #000;
    padding: 10px 10px 20px 10px;
    text-align: left;
    color: #fff;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 10px;
}

    .top-container .rightcontent {
        float: right;
        padding-left: 25px;
    }

    .top-container .fa {
        font-size: 15px;
        color: #c6a657;
        /*padding: 5px 10px 0px 10px;*/
    }

    .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: #000;
        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: 17px;
        line-height: 25px;
        border-radius: 4px;
        /*color: #000;*/
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        /*font-weight: bold;*/
    }

        .sticky-opacity .navbar-nav > li > a:hover {
            color: #c6a657;
        }


.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: 95px;
}

.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 {
    text-align: center;
    padding: 12px 12px 15px 12px;
    text-decoration: none;
    font-size: 17px;
    line-height: 25px;
    border-radius: 4px;
    color: #000;
    font-family: system-ui;
    font-weight: bold;
}

    .navbar-nav > li > a:hover {
        color: #000;
        background-color: transparent;
    }

    .navbar-nav > li > a:active {
        color: #000;
        background-color: transparent;
    }

.dropdown-menu {
    background-color: #797979;
    color: #fff;
}

    .dropdown-menu > li > a {
        color: #fff;
    }

/*#navbar a:hover {
            background-color: #fff;
            color: #5E3030;
        }

        #navbar a.active {
            background-color: #fff;
            color: #5E3030;
        }*/

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand img {
        width: 100%;
        height: 120px;
        /*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: inherit;
        margin-top: -30px;
    }

/*.sticky-opacity .navbar-brand img {
    width: 100%;
    height: 100px;
}*/

#navbar-right {
    float: right;
}

#myHeader {
    /*overflow:hidden;*/
    height: 95px;
    /*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: 10px 0px !important;
        margin-bottom: 10px;
    }

        #navbar a {
            float: none;
            display: block;
            text-align: left;
        }

    #navbar-right {
        float: none;
    }

    .sticky-opacity .navbar-toggle {
        border-bottom: 2px solid #000;
    }

        .sticky-opacity .navbar-toggle .fa {
            color: #fff;
        }

    .navbar-toggle {
        background-color: #c6a657;
        border: 2px 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: #5c4f3b;
            transform: rotate(360deg);
            transition: transform 0.5s ease 0s;
            transform-style: preserve-3d;
        }

    .top-container {
        background-color: #000;
        padding: 10px 10px 10px 10px;
        text-align: center;
    }

        .top-container .rightcontent {
            text-align: center;
            float: none;
        }

    .navbar-collapse ul {
        background-color: #c6a657;
        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;
    }
}


.navbar-nav {
    margin: 21.5px 15px;
    display: flex;
    float: none;
    justify-content: end;
}

.contact-page .frmcolpad {
    padding: 0px 0px;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand {
        margin-left: 0px;
    }
}

@media(max-width:767px) {

    .top-container {
        display: inline-table;
    }

    #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: 100px;
        height: auto;
        /*margin-top: -25px;*/
    }

    .navbar-nav {
        display: block;
    }
}

/***********************************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**************************/
.carousel-inner {
    max-height: 550px;
}

    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        display: block;
        height: 200px;
        max-width: 100%;
        line-height: 1;
    }

@media (min-width: 992px) {
    .section-main-bunner {
        min-height: 700px;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 120px 0 100px;
    }
}

.section-main-bunner .main-bunner-img {
    opacity: 1;
    object-fit: cover;
    background-size: cover;
    background-position: 50% 80%;
    background-repeat: no-repeat;
}

.section-main-bunner {
    position: relative;
    overflow: hidden;
    padding: 80px 0 70px;
}

    .section-main-bunner .overlay-bg {
        position: absolute;
        z-index: 1;
        background: rgb(0 0 0 / 26%);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

@media (min-width: 1200px) {
    .section-main-bunner .main-bunner-img {
        left: -100px;
        right: -100px;
        bottom: -100px;
        top: -100px;
        animation: bunner-img 10s infinite;
    }
}

.section-main-bunner .main-bunner-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.section-main-bunner .main-bunner-inner {
    position: relative;
    flex: 1;
}

@media (max-width : 787px) {
    .section-main-bunner {
        padding: 30px 0 70px;
        height: 330px;
    }

        .section-main-bunner .main-bunner-img {
            opacity: 1;
            object-fit: cover;
            background-size: cover;
            background-position: 50% 50%;
            background-repeat: no-repeat;
        }

        .section-main-bunner .main-bunner-inner {
            z-index: unset;
        }
}

@media (min-width: 992px) {
    h1, .heading-1 {
        font-size: 80px;
        line-height: 1.2;
    }
}

@media (min-width: 1200px) {
    .pr-xl-60 {
        padding-right: 60px;
    }
}

.text-opacity-80 {
    opacity: .8;
}

.font-weight-regular {
    font-weight: 400;
}

.slider-content {
    /*margin-top: 7em;*/
    position: relative;
    z-index: 1;
    border: solid 1px #fff;
    padding: 30px 20px;
}

    .slider-content h2 {
        /*filter: drop-shadow(2px 4px 6px black);*/
        color: #000;
        text-align: left;
        margin-top: 0px;
        /*margin-bottom: 40px;*/
        font-family: "Poppins",sans-serif;
        line-height: 1.4;
        background-repeat: no-repeat;
        font-weight: 700;
        font-size: 50px;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        /*display: inline-flex;*/
        position: relative;
    }

        .slider-content h2 span {
            background-color: #000;
            color: #c6a657;
            padding: 10px;
            /*border: solid 5px;*/
            line-height: 1.4;
        }

    .slider-content p {
        text-align: left;
        font-size: 16px;
        padding-right: 50px;
        color: #fff;
        line-height: 26px;
    }

@media(max-width:767px) {
    .slider-content h2 {
        font-size: 15px;
        margin-bottom: 15px;
        line-height: 2.1;
    }

    .slider-content p {
        font-size: 12px;
        padding-right: 0px;
    }

    .slider-content {
        z-index: 1;
    }
}

.v-center {
    align-self: center;
    align-items: center;
}
/**********************Slider end**************************/
/**All Section tblr Css Start**/
.tblr {
    padding: 60px 60px 0px 60px;
}

/**All Section tblr Css End**/
/**title Start**/
.section-title-three {
    position: relative;
    display: block;
    margin-top: -7px;
    margin-bottom: 25px;
}

.section-title-three__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 53px;
    margin-top: 4px;
    color: #000;
    /*margin: 0;*/
}

    .section-title-three__title span::before {
        content: "";
        position: absolute;
        bottom: 9px;
        left: 4px;
        right: 2px;
        height: 5px;
        background-color: #c6a657;
        border-radius: 5px;
        z-index: -1;
    }

    .section-title-three__title span {
        position: relative;
        display: inline-block;
        z-index: 1;
    }

.section-title-three__sub-title-box {
    position: relative;
    display: inline-block;
}
/**title End**/
/**Sub-title and Shape Start**/

.section-title-three__shape {
    position: absolute;
    top: 13px;
    right: -55px;
    width: 45px;
    height: 2px;
    background-color: #c6a657;
}

    .section-title-three__shape:before {
        content: "";
        position: absolute;
        top: -2px;
        right: 0;
        height: 6px;
        width: 6px;
        background-color: #c6a657;
        border-radius: 50%;
    }

.section-title-three__sub-title {
    font-size: 18px;
}

/**Sub-title and Shape End**/

/***Top Service Start***/
.services-style-six-area {
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: right bottom;
}

    .services-style-six-area .shape {
        position: absolute;
        right: 100%;
        top: 0;
        width: 300px;
        z-index: -1;
        padding-right: 100px;
    }

.services-style-six-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
}

.service-style-six-item {
    background: #fff;
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
    padding: 40px;
    margin-top: 30px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

    .service-style-six-item:first-child {
        margin-top: 0;
    }

.service-six-items:first-child {
    margin-top: 60px;
}

.service-style-six-item img {
    height: 60px;
    margin-bottom: 20px;
}

.service-style-six-item h4 {
    margin-bottom: 15px;
}

.service-style-six-item > a {
    display: inline-block;
    font-size: 20px;
    /*border: 1px solid #cccccc;*/
    background: transparent;
    height: 50px;
    border-radius: 30px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    transition: all 0.35s ease-in-out;
}

    .service-style-six-item > a i {
        font-weight: 900;
        transform: rotate(-45deg);
    }

.color-style-four .service-style-six-item > a {
    color: transparent;
    -webkit-text-stroke: 1px var(--color-style-four);
}

.service-style-six-item::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 60%;
    width: 100%;
    background: #000;
    border-radius: 10px;
    z-index: -1;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.service-style-six-item:hover::after,
.service-style-six-item.active::after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.service-style-six-item:hover h4 a,
.service-style-six-item.active h4 a {
    color: #fff;
}

.service-style-six-item:hover p,
.service-style-six-item.active p {
    color: #cccccc;
}

.service-style-six-item:hover > a,
.service-style-six-item.active > a {
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.service-style-six-item img {
    transition: all 0.35s ease-in-out;
}

.service-style-six-item:hover p, .service-style-six-item.active p {
    color: #cccccc;
}



.txtleft {
    text-align: left;
}

.Service .service-style-six-item i {
    font-size: 30px;
    border: solid 1px #b5b5b5;
    padding: 10px;
    border-radius: 10px;
}

.default-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media only screen and (max-width: 767px) {
    .tblr {
        padding: 40px 0px 0px 0px;
    }

    .services-style-six-grid {
        grid-template-columns: 1fr;
    }

    .service-six-items:first-child {
        margin: 0;
        margin-bottom: 30px;
    }

    .section-title-three {
        margin-top: 10px;
    }
}

.btn {
    display: inline-block;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
    border-radius: 5px;
    border: 2px solid transparent;
    -webkit-box-shadow: inherit;
    box-shadow: none !important;
    font-size: 16px;
    letter-spacing: 0;
    padding: 13px 30px;
    background: #E7EDF8;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

    .btn.btn-theme {
        color: #fff;
        border: none;
        background: #c6a657;
    }

        .btn.btn-theme::after {
            position: absolute;
            top: inherit;
            right: inherit;
            bottom: inherit;
            left: -5%;
            content: "";
            height: 150px;
            width: 115%;
            z-index: -1;
            background-color: #000;
            -webkit-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
            -webkit-transform: translateY(-45%) skew(25deg) scale(0);
            transform: translateY(-45%) skew(25deg) scale(0);
        }

.color-style-two .btn.btn-theme:hover, .color-style-three .btn.btn-theme:hover, .color-style-four .btn.btn-theme:hover, .color-style-five .btn.btn-theme:hover, .color-style-six .btn.btn-theme:hover {
    color: #fff;
}

.btn.btn-theme:hover::after {
    -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
    transform: translateY(-45%) skew(25deg) scale(1.2);
}

@media only screen and (max-width: 767px) {
    .btn {
        padding: 5px 5px;
    }

    .slider-content {
        padding: 15px 12px;
    }

    .section-title-three__title {
        font-size: 20px;
        /* margin: 0; */
        line-height: 32px;
    }
}

@media only screen and (min-width: 1200px) {
    .align-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: flex;
    }
}
/**Top Service End**/
/**Testiominal Start***/
.team-section {
    background-color: #000000;
    position: relative;
    padding: 120px 0 115px;
    overflow: hidden;
    z-index: 3;
    padding: 40px;
}

    .team-section:after {
        content: "";
        position: absolute;
        width: 550px;
        height: 550px;
        opacity: 0.3;
        -webkit-filter: blur(75px);
        filter: blur(75px);
        border-radius: 50%;
        z-index: -3;
        background: #0b3b85;
        top: -105px;
        left: auto;
        right: 30%;
    }

    .team-section .section-title h2 {
        color: #fff;
    }

.testimonial-block .inner-box-team {
    background-color: #fff;
    background-position: right top;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 4%);
    box-shadow: 0 0 15px rgb(0 0 0 / 4%);
    margin-bottom: 30px;
    position: relative;
    padding: 20px 20px 20px 20px;
    margin: 10px;
}

    .testimonial-block .inner-box-team:before {
        background: #0b3b85;
        bottom: 0;
        content: "";
        height: 6px;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .testimonial-block .inner-box-team .text {
        /*font-family: var(--style-font);*/
        font-size: 18px;
        line-height: 30px;
        position: relative;
        text-align: left;
    }

.owl-nav {
    display: none;
}

.testimonial-two {
    position: relative;
    display: block;
    background-color: var(--insur-extra);
    padding: 120px 0 90px;
    z-index: 1;
}

.testimonial-two-shape-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1432px;
    mix-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    opacity: 0.3;
    z-index: -1;
}

.testimonial-two__left {
    position: relative;
    display: block;
    margin-right: 50px;
    z-index: 5;
}

    .testimonial-two__left .section-title {
        margin-bottom: 28px;
    }

.testimonial-two__text {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: var(--insur-letter-spacing);
}

.testimonial-two__point-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 37px;
}

.testimonial-two__point {
    position: relative;
    display: block;
    float: left;
}

    .testimonial-two__point li {
        position: relative;
        display: flex;
        align-items: center;
    }

        .testimonial-two__point li + li {
            margin-top: 31px;
        }

        .testimonial-two__point li .icon {
            position: relative;
            height: 43px;
            width: 43px;
            background-color: rgb(255, 255, 255);
            box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 15px;
            color: var(--insur-base);
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

        .testimonial-two__point li:hover .icon {
            background-color: var(--insur-base);
            color: var(--insur-white);
        }

        .testimonial-two__point li .text {
            margin-left: 14px;
        }

            .testimonial-two__point li .text p {
                font-size: 16px;
                color: var(--insur-black);
                font-weight: 700;
                line-height: 26px;
            }

.testimonial-two__point-two {
    margin-left: 33px;
}

.testimonial-two__right {
    position: relative;
    display: block;
    margin-left: 20px;
}

.testimonial-two__carousel {
    position: relative;
    display: block;
}

.testimonial-two__wrap {
    position: relative;
    display: block;
}

.testimonial-two__single {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 30px;
}

/*.testimonial-two__single:before {
        position: absolute;
        top: 0;
        left: -39px;
        content: "";
        border-top: 0px solid transparent;
        border-right: 40px solid #fff;
        border-bottom: 40px solid transparent;
        box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    }*/

.testimonial-two__single-inner {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 42px;
    padding-bottom: 26px;
    background-color: #e6e6e6;
    border-top-right-radius: 20px;
    z-index: 1;
}

.testimonial-two-shape-2 {
    position: absolute;
    top: -20px;
    right: 0;
    mix-blend-mode: luminosity;
    opacity: 0.1;
    z-index: -1;
}

    .testimonial-two-shape-2 > img {
        width: auto;
    }

.testimonial-two__content-box {
    position: relative;
    display: block;
    max-width: 455px;
    width: 100%;
    margin-left: 50px;
    text-align: justify;
}

.testimonial-two__client-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: var(--insur-letter-spacing);
    margin-bottom: 2px;
}

.testimonial-two__text-2 {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: var(--insur-letter-spacing);
}

.testimonial-two__client-review {
    position: absolute;
    display: flex;
    align-items: center;
    top: 50px;
    right: 55px;
}

    .testimonial-two__client-review i {
        font-size: 15px;
        color: #fab600;
    }

        .testimonial-two__client-review i + i {
            margin-left: 2px;
        }

.testimonial-two__founder-box {
    position: relative;
    display: block;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    background-color: #c6a657;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.testimonial-two__founder {
    position: relative;
    display: block;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-left: 50px;
    padding-top: 23px;
    padding-bottom: 23px;
    overflow: hidden;
    z-index: 1;
}

.testimonial-two__founder-text {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 14px;
    text-align: left;
}

.testimonial-two__client-img-box {
    position: absolute;
    bottom: 20px;
    right: 30px;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: #fff;
    padding: 10px;
    z-index: 1;
}

.testimonial-two__client-img {
    position: relative;
    display: block;
    width: 131px;
    height: 131px;
    padding: 6px;
    border-radius: 50%;
    background-image: -webkit-linear-gradient(-29deg, rgb(0 0 0) 0%, rgb(0 0 0) 100%);
}

    .testimonial-two__client-img > img {
        width: 100% !important;
        border-radius: 50%;
        border: 6px solid #fff;
    }

.testimonial-two__quote {
    position: absolute;
    top: 50%;
    left: -28px;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .testimonial-two__quote > img {
        width: auto !important;
        filter: grayscale(1);
    }

.testimonial-two__founder-shape {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}

    .testimonial-two__founder-shape > img {
        width: auto;
    }

.testimonial-two__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonial-two__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

    .testimonial-two__carousel.owl-carousel .owl-item.active {
        opacity: 1;
        visibility: visible;
    }

.testimonial-two__carousel.owl-carousel .owl-dots {
    position: absolute;
    right: -185px;
    top: 265px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    height: 10px;
    max-width: 300px;
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    margin-top: 0px !important;
    transform: rotate(-90deg);
}

    .testimonial-two__carousel.owl-carousel .owl-dots .owl-dot {
        position: relative;
        display: inline-block;
        height: 10px;
        width: 100px;
        border-radius: 5px;
        background-color: transparent;
        margin: 0;
        padding: 0 !important;
        -webkit-transition: all 100ms linear;
        transition: all 100ms linear;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

.testimonial-two__carousel.owl-carousel .owl-dot.active {
    background-color: #fff;
    opacity: 1;
}

.testimonial-two__carousel.owl-carousel .owl-dot:focus {
    outline: none;
}

.testimonial-two__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

@media(max-width:767px) {
    .testimonial-two__content-box {
        max-width: initial;
        margin: 10px;
        width: auto;
    }

    .testimonial-two__founder {
        padding-left: 10px;
    }

    .testimonial-two__client-img-box {
        position: absolute;
        bottom: 20px;
        right: 30px;
        height: 80px;
        width: 80px;
        border-radius: 50%;
        background-color: #fff;
        padding: 10px;
        z-index: 1;
    }

    .testimonial-two__client-img {
        position: relative;
        display: block;
        width: 60px;
        height: 60px;
        padding: 6px;
        border-radius: 50%;
        background-image: -webkit-linear-gradient(-29deg, rgb(0 0 0) 0%, rgb(0 0 0) 100%);
    }

    .testimonial-two__quote {
        position: absolute;
        top: 30%;
        left: -15px;
        transform: translateY(-50%);
        border-radius: 50%;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 5px 30px 0px rgb(0 0 0 / 7%);
        height: 30px;
        width: 30px;
    }
}


/**Testiominal End***/
/**Why Choose us Start**/
.benefits {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 120px 0 110px;
    z-index: 1;
}

.benefits-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 886px;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
    z-index: 1;
}

.benefits-bg-2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1424px;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
    opacity: 0.3;
    z-index: -1;
}

.benefits__left {
    position: relative;
    display: block;
    /* margin-right: 20px; */
    text-align: justify;
}

    .benefits__left .section-title {
        margin-bottom: 30px;
    }

.benefits__point-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 41px;
}

.benefits__point {
    position: relative;
    display: block;
    float: left;
    width: 250px;
}

    .benefits__point li {
        position: relative;
        display: flex;
        align-items: center;
        background-color: #000;
        border-radius: 10px;
        padding-top: 22px;
        padding-bottom: 22px;
        padding-left: 30px;
        padding-right: 35px;
        margin-bottom: 10px;
        transition: all 500ms ease;
        margin: 3px;
    }

        .benefits__point li .icon {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 16px;
            width: 16px;
            background-color: #c6a657;
            border-radius: 50%;
            color: #fff;
            font-size: 8px;
            transition: all 500ms ease;
        }

        .benefits__point li .text {
            margin-left: 10px;
            color: #fff;
            font-weight: bold;
        }

        /*.benefits__point-two {
    margin-left: 10px;
}*/

        .benefits__point li:hover {
            background-color: #c6a657;
        }

            .benefits__point li:hover .icon {
                background-color: #fff;
                color: #c6a657;
            }

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
    .benefits-bg {
        margin-right: -150px;
    }
}

@media only screen and (max-width: 767px) {
    .benefits-bg {
        display: none;
    }
}
/**Why Choose us Start**/
/**Counter Start**/

.facts-wrapper {
    background: #2a2d32;
    color: #fff;
}

.facts.one {
    background: #000;
}

.facts {
    position: relative;
    padding: 46px 40px 30px;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .facts i {
        font-size: 36px;
        text-shadow: 1px 3px 3px rgb(0 0 0 / 30%);
    }

    .facts:hover {
        background: #c6a657 !important;
    }

    .facts .facts-num {
        font-size: 20px;
        margin: 10px;
    }

.tab-content ul li span {
    font-weight: bold;
}

.tab-content img {
    padding: 10px 0px;
    width: 100px;
}

/**Counter End***/
/**About Vision Mission Start**/

.we-provide {
    position: relative;
    display: block;
    background-color: #f2f5f9;
    padding: 40px 0 40px;
    z-index: 1;
}

.we-provide-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: luminosity;
    opacity: 0.2;
    z-index: -1;
}

.we-provide .section-sub-title-box {
    margin-left: 0;
}

.we-provide__tab {
    position: relative;
    display: block;
}

.we-provide__tab-box {
    position: relative;
    display: block;
    z-index: 2;
}

.we-provide__tab-btn-box {
    position: relative;
    display: block;
    margin-right: -30px;
}

.we-provide__tab-box .tab-buttons {
    position: relative;
    display: block;
    background-color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-right: 18px;
    z-index: 1;
}

    .we-provide__tab-box .tab-buttons:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        content: "";
        width: 6px;
        background-color: #e6683c;
        z-index: -1;
    }

    .we-provide__tab-box .tab-buttons .tab-btn {
        position: relative;
        display: block;
        border-bottom: 2px solid #00000000;
    }

        .we-provide__tab-box .tab-buttons .tab-btn.active-btn {
            border-bottom: 2px solid transparent;
        }

        .we-provide__tab-box .tab-buttons .tab-btn:last-child {
            border-bottom: 0;
        }

        .we-provide__tab-box .tab-buttons .tab-btn + .tab-btn {
            margin-left: 0px;
        }

        .we-provide__tab-box .tab-buttons .tab-btn span {
            position: relative;
            display: block;
            -webkit-transition: all 200ms linear;
            transition: all 200ms linear;
            -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
            font-size: 18px;
            color: #000;
            font-weight: 700;
            letter-spacing: var(--insur-letter-spacing);
            cursor: pointer;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            z-index: 1;
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
            padding-left: 47px;
            max-width: 282px;
            width: 100%;
            padding-top: 26px;
            padding-bottom: 26px;
            z-index: 1;
        }

        .we-provide__tab-box .tab-buttons .tab-btn.active-btn span {
            color: #fff;
        }

        .we-provide__tab-box .tab-buttons .tab-btn span:before {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            height: 0;
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
            content: "";
            background-color: #000;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            z-index: -1;
        }

        .we-provide__tab-box .tab-buttons .tab-btn.active-btn span:before {
            height: 100%;
        }

        .we-provide__tab-box .tab-buttons .tab-btn span:after {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            width: 6px;
            content: "";
            background-color: #c6a657;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            transform: scaleY(0);
            z-index: -1;
        }

        .we-provide__tab-box .tab-buttons .tab-btn.active-btn span:after {
            transform: scaleY(1);
        }

.we-provide__tab-main-content {
    position: relative;
    display: block;
    margin-left: 30px;
}

.we-provide__tab-box .tabs-content {
    position: relative;
    display: block;
}

    .we-provide__tab-box .tabs-content .tab {
        position: relative;
        display: none;
        -webkit-transform: translateY(35px);
        transform: translateY(35px);
        -webkit-transition: all 600ms ease;
        transition: all 600ms ease;
        z-index: 10;
    }

        .we-provide__tab-box .tabs-content .tab.active-tab {
            display: block;
            margin-top: 0px;
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
        }

.we-provide__tab-main-content-inner {
    position: relative;
    display: flex;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding-left: 30px;
    padding-right: 30px;
    /* padding-top: 49px; */
    padding-bottom: 30px;
    z-index: 1;
}

.we-provide-shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.1;
    z-index: -1;
}

    .we-provide-shape-1 img {
        width: auto;
    }

.we-provide__tab-main-content-left {
    position: relative;
    display: block;
    max-width: 396px;
    width: 100%;
}

.we-provide__tab-main-content-icon {
    position: relative;
    display: block;
}

    .we-provide__tab-main-content-icon span {
        position: relative;
        display: inline-block;
        font-size: 64px;
        color: #e6683c;
    }

.we-provide__tab-main-content-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: var(--insur-letter-spacing);
    margin-top: 15px;
    margin-bottom: 13px;
}

.we-provide__tab-main-content-text {
    line-height: 28px;
    letter-spacing: var(--insur-letter-spacing);
}

.we-provide__tab-main-content-points {
    position: relative;
    display: block;
    margin-top: 16px;
}

    .we-provide__tab-main-content-points li {
        position: relative;
        display: flex;
        align-items: center;
    }

        .we-provide__tab-main-content-points li + li {
            margin-top: 8px;
        }

        .we-provide__tab-main-content-points li .icon {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 16px;
            width: 16px;
            background-color: #c6a657;
            font-size: 9px;
            color: #fff;
            border-radius: 50%;
        }

        .we-provide__tab-main-content-points li .text {
            margin-left: 10px;
        }

            .we-provide__tab-main-content-points li .text p {
                font-size: 14px;
                color: #000;
                font-weight: 700;
                margin-bottom: 0px;
            }

.we-provide__tab-main-content-right {
    position: relative;
    display: block;
    margin-left: 30px;
    align-items: center;
    display: flex;
}

.we-provide__tab-main-content-right-img {
    position: relative;
    display: block;
}

    .we-provide__tab-main-content-right-img img {
        width: 270px;
        border-radius: 10px;
        height: 300px;
        margin-top: 30px;
    }

@media only screen and (max-width: 767px) {
    .we-provide__tab-btn-box {
        margin-right: 0;
        max-width: 300px;
        margin-bottom: 40px;
    }

    .we-provide__tab-main-content {
        margin-left: 0;
    }

    .we-provide__tab-main-content-inner {
        padding-left: 20px;
        padding-right: 20px;
        flex-direction: column;
    }

    .we-provide__tab-main-content-right {
        margin-left: 0;
        margin-top: 15px;
    }

    .we-provide__tab-main-content-right-img img {
        width: 100%;
    }
}
/**About Vision Mission Start***/
/**All Page Header Start**/
/**All page Header Section Start**/
.bg-gray-7 {
    background-color: #f3f3f3;
}

.box-transform-wrap {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.breadcrumbs-custom {
    position: relative;
    padding: 20px 0;
    text-align: center;
    /*background-color: #be2120;*/
}

.breadcrumbs-custom-title {
    letter-spacing: -0.02em;
    font-size: 50px;
    line-height: 1.05455;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
}

.box-transform {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% + 150px);
    height: calc(100% + 150px);
    /*will-change: transform;
    animation: bgPos 100s linear infinite;
    transform: translate3d(75px, -75px, 0) rotate(0.001deg);*/
    background-position: 50% 50%;
    background-size: cover;
    pointer-events: none;
    z-index: -1;
}

    .box-transform:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .6);
        z-index: -1;
    }

.breadcrumbs-custom-path {
    padding: 10px 0;
    text-align: left;
    /*margin-left: -17px;
    margin-right: -17px;*/
}

    .breadcrumbs-custom-path li {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        line-height: 1.5;
        font-weight: 500;
        letter-spacing: .13em;
        text-transform: uppercase;
    }

    .breadcrumbs-custom-path > * {
        padding-left: 17px;
        padding-right: 17px;
    }

    .breadcrumbs-custom-path a, .breadcrumbs-custom-path a:active, .breadcrumbs-custom-path a:focus {
        color: #777777;
    }

    .breadcrumbs-custom-path a {
        color: #fff;
        display: inline;
        vertical-align: middle;
    }

    .breadcrumbs-custom-path li i {
        margin-left: 10px;
    }

    .breadcrumbs-custom-path li.active {
        font-weight: 900;
        color: #fff;
    }

    .breadcrumbs-custom-path li {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        line-height: 1.5;
        font-weight: 500;
        letter-spacing: .13em;
        text-transform: uppercase;
        padding: 5px;
    }

.context-dark {
    color: #ffffff;
}

@keyframes bgPos {
    25% {
        transform: translate3d(150px, -150px, 0) rotate(0.001deg);
    }

    75% {
        transform: translate3d(0, 0, 0) rotate(0.001deg);
    }
}


@media (min-width: 576px) {
    .breadcrumbs-custom {
        padding: 70px 0;
    }
}

@media (min-width: 768px) {
    .breadcrumbs-custom {
        padding: 80px 0;
    }

    .breadcrumbs-custom-path {
        padding: 20px 0;
    }
}

@media (min-width: 992px) {
    .breadcrumbs-custom {
        padding: 90px 0;
    }
}

@media (min-width: 1200px) {
    .breadcrumbs-custom {
        padding: 40px 0;
    }
}
/**All page Header Section End**/

/**Service page Start***/
.Service-Page {
    background-color: #fff;
    padding: 30px 0 30px;
}

.Service-Page-content {
    margin-right: 30px;
}

    .Service-Page-content h5 img {
        filter: sepia(1);
    }

    .Service-Page-content .section-title {
        margin-bottom: 30px;
    }

    .Service-Page-content ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.Service-Page-info-list {
    border-top: 1px solid #000;
    padding-top: 30px;
    margin-bottom: 30px;
}

.Service-Page-info-item {
    margin-bottom: 30px;
}

    .Service-Page-info-item:last-child {
        margin-bottom: 0;
    }

    .Service-Page-info-item h3 {
        position: relative;
        font-size: 20px;
        font-weight: 600;
        text-transform: capitalize;
        padding-left: 30px;
        margin-bottom: 15px;
    }

    .Service-Page-info-item i {
        color: #0b3b85;
    }
    /*.Service-Page-info-item h3:before{
    content: '\f058';
    position: absolute;  
    font-weight: 900;
    font-size: 20px;
    color: #0b3b85;
    display: inline-block;
    line-height: normal;
    top: 1px;
    left: 0;
}*/

.property-img{
    margin-bottom:30px;
}

    .Service-Page-info-item p {
        margin-bottom: 0;
    }

.Service-Page-images {
    position: relative;
    padding: 0 70px 0 80px;
}

.Service-Page-img-1 figure {
    display: block;
    border-radius: 20px;
}

.Service-Page-img-1 img {
    width: 100%;
    height: 330px;
    aspect-ratio: 1 / 1.356;
    border-radius: 20px;
    object-fit: cover;
}

.Service-Page-img-2 {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(46%);
    width: 100%;
    max-width: 220px;
    z-index: 1;
}

    .Service-Page-img-2 figure {
        display: block;
        border: 10px solid #fff;
        border-radius: 20px;
        overflow: hidden;
    }

    .Service-Page-img-2 img {
        width: 100%;
        /*aspect-ratio: 1 / 1.2;*/
        object-fit: cover;
    }


.company-timing {
    position: absolute;
    bottom: 40px;
    right: 0;
    background-color: #0b3b85;
    border-radius: 20px;
    width: 100%;
    max-width: 240px;
    padding: 15px;
    margin: 8px 8px 0 0;
}

    .company-timing h3 {
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        margin: 0 35px 15px 0;
    }

    .company-timing ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .company-timing ul li {
            font-size: 16px;
            line-height: normal;
            color: #fff;
            margin-bottom: 15px;
            display: flex;
            justify-content: space-between;
        }

            .company-timing ul li span {
                width: 50%;
                font-weight: 600;
            }

            .company-timing ul li:last-child {
                margin-bottom: 0;
            }

    .company-timing figure {
        position: absolute;
        top: -8px;
        right: -8px;
        border: 8px solid #fff;
        border-radius: 50%;
    }

    .company-timing img {
        max-width: 44px;
    }

.image-anime {
    position: relative;
    overflow: hidden;
}

    .image-anime:hover:after {
        height: 250%;
        transition: all 600ms linear;
        background-color: transparent;
    }

    .image-anime:after {
        content: "";
        position: absolute;
        width: 200%;
        height: 0%;
        left: 50%;
        top: 50%;
        background-color: rgba(255,255,255,.3);
        transform: translate(-50%,-50%) rotate(-45deg);
        z-index: 1;
    }

@media (max-width: 768px) {
    .Service-Page-img-1 img {
        height: auto;
        aspect-ratio: initial;
    }

    .Service-Page-images {
        max-width: 100%;
        padding: 0 40px 0 50px;
    }
}
/**Services page End**/
/**Contact us page Start**/
.cta-three {
    padding: 0 0 0;
}

.cta-one {
    position: relative;
    display: block;
    padding: 0 0 80px;
    z-index: 1;
}

.cta-one__content {
    position: relative;
    display: block;
    border-radius: 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: inset 0px 0px 18px 0px rgb(0 0 0 / 20%);
    padding: 15px;
    z-index: 1;
}

.cta-one__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #000;
    border-radius: 20px;
    border: 4px solid #c6a657;
    padding: 51px 55px 51px;
    overflow: hidden;
    z-index: 1;
}

.cta-one__left {
    position: relative;
    display: block;
}

.cta-one__title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 36px;
    letter-spacing: var(--insur-letter-spacing);
}

.cta-one__right {
    position: relative;
    display: flex;
    align-items: center;
}

.cta-one__call {
    position: relative;
    display: flex;
    align-items: center;
}

.cta-one__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
}

.cta-one__call-number {
    position: relative;
    top: -1px;
    margin-left: 10px;
}

    .cta-one__call-number a {
        font-size: 16px;
        color: #fff;
        font-weight: 700;
        letter-spacing: var(--insur-letter-spacing);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .cta-one__call-number p {
        font-size: 14px;
        color: #97a2b7;
        line-height: 18px;
        letter-spacing: var(--insur-letter-spacing);
    }

.cta-one__btn-box {
    margin-left: 40px;
}

.google-map-two {
    position: relative;
    display: block;
    background-color: #fff;
    margin-top: -160px;
}

.form-block .form-group {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0px 10px;
}

.form-block input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    margin: 0 0 15px;
    color: #172b43;
    font-size: 16px;
    outline: 0;
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -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;
}

.common-heading h2 {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
}

.common-heading p {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
}

.aside-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.divider {
    display: inline-block;
    margin-bottom: 0;
    border: none;
    height: 1px;
    width: 100%;
    background-color: #af9f7b;
}

.divider-custom {
    position: relative;
    background-color: #ddd;
}

.contactdet {
    margin: 20px 0px;
}

    .contactdet a {
        color: #fff;
    }

.ConSec2 {
    background-color: #000;
}

    .ConSec2 i {
        font-size: 25px;
    }

.contact-box-aside .divider {
    margin-top: 15px;
    margin-bottom: 20px;
}

.divider-custom:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    border-top: 1px solid #0b3b85;
    content: "";
    display: inline-block;
}

.list-inline {
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 0;
    list-style: none;
}

.SecPading {
    padding: 40px;
}

.ConSec2 i {
    color: #fff;
    font-size: 25px;
}

.contactimg {
    width: 100%;
}


.contact-page__call-email {
    position: relative;
    display: block;
    padding-left: 70px;
}

.contact-page__call-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border: 2px solid #c6a657;
    border-radius: 50%;
    color: #000;
    font-size: 19px;
    top: 5px;
    left: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-page__location-text {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: var(--insur-letter-spacing);
    font-weight: 500;
    padding-top: 36px;
}

.contact-page__call-email-content {
    position: relative;
    display: block;
    top: 10px;
}

.contact-page__call-number {
    position: relative;
    display: block;
    color: #c6a657;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: bold;
}

.contact-page__email {
    position: relative;
    display: block;
    color: #c6a657;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}


@media only screen and (max-width: 767px) {
    .cta-one__inner {
        flex-direction: column;
        padding: 39px 20px 51px;
        text-align: center;
    }

    .cta-one__right {
        margin-top: 24px;
        flex-direction: column;
    }

    .cta-one__btn-box {
        margin-left: 0;
        margin-top: 25px;
    }

    .contact-page__call-email-content h4 {
        font-size: 14px;
    }
}
/**Contact us page Start**/
/**About us page Start**/
.about-four {
    position: relative;
    display: block;
    /*padding: 120px 0 120px;*/
}

.about-four__left {
    position: relative;
    display: block;
    margin-right: 110px;
}

.about-four__img-box {
    position: relative;
    display: block;
}

.about-four__shape-1 {
    position: absolute;
    left: -23px;
    top: 40px;
    border-style: solid;
    border-width: 6px;
    border-color: #c6a657;
    background-color: rgba(24, 41, 57, 0);
    width: 538px;
    height: 429px;
}

.about-four__img {
    position: relative;
    display: block;
    z-index: 1;
}

    .about-four__img img {
        width: 100%;
    }

@-webkit-keyframes ImgBounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes ImgBounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}


.img-bounce {
    -webkit-animation: ImgBounce 5s ease-in-out 0s infinite alternate;
    animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}

.about-four__img-two {
    position: absolute;
    top: 0;
    right: -110px;
    z-index: 2;
}

    .about-four__img-two img {
        width: auto;
    }

.about-four__right {
    position: relative;
    display: block;
    margin-left: 70px;
}

    .about-four__right .section-title {
        margin-bottom: 31px;
    }

.about-four__points {
    position: relative;
    display: block;
    margin-top: 31px;
    margin-bottom: 45px;
}

    .about-four__points li {
        position: relative;
        display: flex;
        align-items: center;
    }

        .about-four__points li + li {
            margin-top: 9px;
        }

        .about-four__points li .icon {
            position: relative;
            display: inline-block;
        }

            .about-four__points li .icon span {
                position: relative;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 17px;
                height: 17px;
                font-size: 9px;
                color: #fff;
                background-color: #c6a657;
                border-radius: 50%;
            }

        .about-four__points li .text {
            margin-left: 22px;
        }

            .about-four__points li .text p {
                font-size: 18px;
                font-weight: 500;
                line-height: 28px;
                color: #000;
            }

.about-four__btn-box {
    position: relative;
    display: inline-block;
}

.about-four__shape-2 {
    position: absolute;
    bottom: 5px;
    right: -145px;
}

    .about-four__shape-2 img {
        width: auto;
    }

@-webkit-keyframes float-bob-x {
    0% {
        transform: translateX(-30px);
    }

    50% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(-30px);
    }
}

@keyframes float-bob-x {
    0% {
        transform: translateX(-30px);
    }

    50% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(-30px);
    }
}

.float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@media only screen and (max-width: 767px) {
    .about-four__right {
        margin-left: 0;
        /*margin-top: 60px;*/
    }

    .about-four__left {
        margin-right: 0;
    }

    .about-four__img-two {
        display: none;
    }

    .about-four__shape-1 {
        display: none;
    }
}
/***About us Page ->Benifits us Start***/
.benefit-con {
    padding: 165px 0 120px;
    background-color: #f2f5f9;
}

    .benefit-con .benefit_content h6 {
        margin-bottom: 14px;
    }

    .benefit-con .benefit_content h2 {
        margin-bottom: 28px;
    }

    .benefit-con .benefit_wrapper ul {
        display: flex;
    }

        .benefit-con .benefit_wrapper ul li {
            padding: 0 35px;
            transition: all 0.3s ease-in-out;
        }

            .benefit-con .benefit_wrapper ul li:first-child {
                padding-left: 0;
            }

            .benefit-con .benefit_wrapper ul li:last-child {
                padding-right: 0;
                margin-bottom: 0;
            }

            .benefit-con .benefit_wrapper ul li .icon {
                width: 100px;
                height: 100px;
                line-height: 95px;
                margin-bottom: 22px;
                border-radius: 100%;
                text-align: center;
                box-shadow: 0 1px 94px 1px rgb(0 0 0 / 10%);
                transition: all 0.3s ease-in-out;
                border: solid 2px #c6a657;
            }

            .benefit-con .benefit_wrapper ul li:hover .icon {
                transform: translateY(-5px);
            }

@media screen and (max-width: 575px) {
    .benefit-con .benefit_wrapper ul li {
        padding: 0;
        margin-bottom: 15px;
    }

        .benefit-con .benefit_wrapper ul li h5 {
            line-height: 20px;
            margin-bottom: 2px;
        }

        .benefit-con .benefit_wrapper ul li p {
            font-size: 14px;
            line-height: 20px;
        }

    .benefit-con .benefit_wrapper ul {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .benefit-con {
        padding: 35px 0;
    }

        .benefit-con .benefit_content h2 {
            margin-bottom: 6px;
        }

        .benefit-con .benefit_wrapper ul li .icon {
            width: 92px;
            height: 90px;
            line-height: 90px;
            margin-bottom: 10px;
            display: inline-block;
        }

        .benefit-con .benefit_wrapper ul li h5 {
            line-height: 22px;
            margin-bottom: 5px;
        }

        .benefit-con .benefit_wrapper ul li p {
            font-size: 15px;
            line-height: 20px;
        }
}

@media screen and (max-width: 991px) {
    .benefit-con .benefit_content h6 {
        margin-bottom: 4px;
    }

    .benefit-con .benefit_content h2 {
        margin-bottom: 8px;
    }

    .benefit-con .benefit_wrapper {
        text-align: center;
    }
}
/***About us Page ->Benifits us End***/
/***About us Page ->why choose better then other us Start***/
.position-relative {
    position: relative !important;
}

.choose-con {
    padding: 135px 0 140px;
    background-color: #000000;
}

    .choose-con:before {
        content: "";
        position: absolute;
        opacity: 50%;
        width: 100%;
        height: 100%;
        top: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url('../images/About/choose-backgroundimage.jpg');
    }

    .choose-con .choose-leftimage {
        position: absolute;
        left: 0;
        bottom: 102px;
    }

        .choose-con .choose-leftimage img {
            opacity: 15%;
        }

    .choose-con .choose_content {
        padding-right: 140px;
    }

        .choose-con .choose_content h6 {
            margin-bottom: 16px;
        }

        .choose-con .choose_content h2 {
            margin-bottom: 22px;
        }

        .choose-con .choose_content p {
            margin-bottom: 44px;
        }

        .choose-con .choose_content .get_started {
            padding: 21px 33px;
        }

    .choose-con .choose_wrapper {
        padding-top: 118px;
        text-align: right;
    }

        .choose-con .choose_wrapper ul li {
            margin: 0 28px;
            display: inline-block;
            text-align: left;
        }

            .choose-con .choose_wrapper ul li:first-child {
                margin-left: 0;
            }

        /*.choose-con .choose_wrapper ul li:last-child {
                margin-right: 0;
            }*/

        .choose-con .choose_wrapper span {
            color: #fff;
        }

        .choose-con .choose_wrapper .value {
            margin-bottom: 12px;
        }

            .choose-con .choose_wrapper .value span {
                font-size: 46px;
                line-height: 46px;
                font-weight: 700;
                font-family: "Urbanist", sans-serif;
            }

        .choose-con .choose_wrapper .text {
            font-size: 14px;
            line-height: 16px;
            font-weight: 400;
        }

@media screen and (max-width: 575px) {
    .choose-con .choose_wrapper ul li {
        margin: 0 10px;
    }
}

@media screen and (max-width: 767px) {
    .choose-con {
        padding: 40px 0;
    }

        .choose-con .choose_content p {
            margin-bottom: 15px;
        }

        .choose-con .choose_wrapper ul li {
            margin: 0 20px;
        }
}

@media screen and (max-width: 991px) {
    .choose-con {
        padding: 60px 0;
    }

        .choose-con .choose_content p {
            margin-bottom: 20px;
        }

        .choose-con .choose_content {
            text-align: center;
            margin-bottom: 30px;
            padding: 0;
        }

        .choose-con .choose_wrapper ul li {
            text-align: center;
            margin: 0 25px;
        }

        .choose-con .choose_wrapper {
            text-align: center;
            padding-top: 0px;
        }
}

@media screen and (max-width: 1199px) {
    .choose-con {
        padding: 80px 0;
    }

        .choose-con .choose_content p {
            margin-bottom: 25px;
        }

        .choose-con .choose_wrapper ul li {
            margin: 0 18px;
        }
}

@media screen and (max-width: 1440px) {
    .choose-con {
        padding: 100px 0;
    }

        .choose-con .choose-leftimage {
            display: none;
        }
}
/***About us Page ->why choose better then other us End***/
/***About us Page ->we provice services us Start***/
.service-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgb(0 0 0 / 7%);
}
    /*.ms-n5 {
    margin-left: -3rem !important;
}*/
    .service-item .service-icon {
        width: 90px;
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
/*.rounded-end {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}*/
.OurServices .bg-primary {
    background-color: #000 !important;
}

.align-items-center {
    align-items: center !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
    border-left: solid 2px #000;
    margin-top: 10px;
}

.service-item p {
    height: 110px;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.ms-n5 {
    margin-left: -3rem !important;
}

.rounded-end {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.OurServices .service-item h4 {
    margin-bottom: 0.5rem;
    /* font-family: "Poppins",sans-serif; */
    font-weight: 600;
    line-height: 1.2;
    color: #15233C;
}

@media screen and (max-width: 767px) {
    .OurServices .d-flex {
        flex-wrap: initial;
    }

    .service-item p {
        height: auto;
    }
}


/***About us Page ->we provice services us End***/
/**About us page Start**/
/**Inquiry Start**/
.Inquiry {
    background-color: #f2f5f9;
    padding: 60px 60px 60px 60px;
}

    .Inquiry .centerall {
        display: flex;
        justify-content: center;
    }

    .Inquiry .form-block .form-group {
        margin-top: 20px;
        margin-bottom: 0;
        padding: 0px 1px;
    }
/**Inquiry End**/









.property-img .image-anime img {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
    }
    /* Optional spacing */
    .row.gx-3 > [class*="col-"] {
      margin-bottom: 1rem;
    }





/*--------------------------  PROJECTS  -------------------------*/
.projects-box {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem;
  }
  .projects-box .Service-Page-content {
    max-width: 700px;
  }

 .bold-font{
     font-weight:bold;
 }

.project-img-1{
    padding: 30px 0px 30px 30px;
    margin: 30px 0px 30px 30px;
}

.project-box-1{
    padding: 5px;
    border: 1px solid #000;
    display: block;
}

.project-img-2{
    padding: 0px;
    margin: 0px;
}

.project-box-2{
    padding: 5px;
    border: 1px solid #000;
    display: block;
}

.project-img-3{
    padding: 30px 30px 30px 0px;
    margin: 30px 30px 30px 0px;
}

.project-box-3{
    padding: 5px;
    border: 1px solid #000;
    /*display: block;*/
}
.project-box-1 figure {
    display: block;
}
.project-box-3 figure {
    display: block;
}
.project-box-2 figure {
    display: block;
}

.project-photo{
    height: 100%;
    width: 100%;
    height: 400px;
    /* aspect-ratio: 1 / 1.356; */
    border-radius: 20px;
    object-fit: cover;
}

 .project-top-margin{
     margin-top:100px !important;
 }

.project-Page-img-1 img {
    width: 100%;
    height: 330px;
    border-radius: 20px;
    object-fit: cover;
}

/* Ensure no margin/padding on those elements across all viewports */
@media only screen and (max-width: 600px) {
  .project-img-1,
  .project-img-2,
  .project-img-3,
  .project-box-1,
  .project-box-2,
  .project-box-3 {
    margin: 2px 0px;
    padding: 3px 3px;
  }

  .property-pages{
      margin:5px 0px;
  }

  .project-photo{
      height:auto;
      padding:5px 0px;
  }

   .project-top-margin{
     margin-top:0px !important;
 }
}


