:root {
    --mg-site: #28a8e1;
    --mg-color1: #ef5533;
    --mg-color2: #fd7e14;
    --mg-color3: #2cb4e7;
    --black: #000000;
    --red: #dc3545;
    --yellow: #f6b715;
    --green: #116333;
}

/*start topbar area*/
body {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #3c3c3c;
    line-height: 26px;
}

.topbar-area {
    background-color: #f1f1f1;
    padding: 3px 3px 0px;
    background-color: var(--mg-site);
    padding: 10px 60px;
    position: relative;
    z-index: 9;
    border-top: 3px solid var(--mg-site);
}

.topbar-area .left-topbar li {
    margin-right: 20px;
    color: #ffffff;
    list-style: none;
}

.topbar-area::before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 285px;
    content: "";
    background-color: #404041;
    z-index: -1;
    clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
}

.left-info p span {
    padding-right: 10px;
}

.right-info p span i {
    margin-right: 9px;
}

.right-info p span {
    padding-right: 20px;
}

.right-info a {
    color: #777777;
    display: inline-block;
    margin-left: 20px;
}

.right-info p span:last-child {
    padding-right: 0;
}

/*end of topbar area*/
.management-image{
    border-radius: 2.25rem !important;
}
/*start logo and right sidebar*/

.single-address .icon {
    float: left;
    width: 50px;
    height: 50px;
    border: 1px solid var(--mg-site);
    text-align: center;
    line-height: 50px;
    border-radius: 3px;
    margin-right: 20px;
}

.single-address .content {
    padding-left: 70px;
}

.single-address {
    overflow: hidden;
    width: 33.333333%;
    float: left;
}

.right-address {
    overflow: hidden;
}

.logo-right-address {
    padding: 40px 0;
}

.single-address .content span {
    display: block;
    color: #777;
    font-family: 'Nunito Sans', sans-serif;
}

.single-address .content p {
    display: block;
    color: #232323;
    font-family: 'Muli', sans-serif;
    margin-bottom: 0;
}

.single-address .button {
    margin-left: 36px;
}



.sitelogo {
    margin-top: 8px;
}


/*end of logo and right sidebar*/


/*start menu area*/

.menu-area {
    background-color: #2d3248;
}

div#cssmenu {
    background: transparent;
}

#cssmenu ul li a {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

@media only screen and (max-width: 1067px) {
    #cssmenu ul li a {
        color: #000000;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
    }
}

#cssmenu>ul>li>a {
    position: relative;
    overflow: hidden;
}

#cssmenu>ul>li>a:hover:after,
#cssmenu>ul>li.current-menu-item>a:after {
    top: 0;
}

/* #cssmenu>ul>li>a:after {
    position: absolute;
    width: calc(100% - 17px);
    height: 3px;
    background: #28a8e1;
    content: "";
    left: 8.5px;
    top: -3px;
    transition: .4s
} */
/* Add this to your CSS file */


#cssmenu ul ul li a {
    background: #fff;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    color: #0c0c0c;
}

@media only screen and (max-width: 767px) {
    #cssmenu ul ul li a {
        background: #e21313;
        font-weight: 700;
        font-size: 13px;
        text-transform: uppercase;
        color: #0c0c0c;
    }
}

#cssmenu ul ul li a:hover,
#cssmenu ul li a:hover {
    color: var(--mg-site);
}

#cssmenu li:hover>ul>li {
    height: 44px;
}

#cssmenu>ul>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
}

.searchbtn a {
    width: 50px;
    display: inline-block;
    line-height: 63px;
    background: #1f2336;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}

.topbar-area .left-topbar li {
    margin-right: 20px;
    color: #ffffff;
}

.top-social a {
    color: white;
    margin: 2px;

}

/*end of menu area*/

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: #1595c69e;
    border-radius: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.slick-prev:hover,
.slick-next:hover {
    background-color: #1595c69e;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.slick-prev {
    left: 9px;
}

.slick-next {
    right: 9px;
}

.slick-prev:before,
.slick-next:before {
    content: '';
    display: inline-block;
    font-size: 20px;
    color: white;
    width: 100%;
    height: 100%;
    line-height: 50px;
    text-align: center;
    background-color: #1595c69e;
    border-radius: 50%;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
}

.slick-prev:before {
    content: '\f053';
}

.slick-next:before {
    content: '\f054';
}

.slick-dots li button::before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: rgb(182, 182, 182);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button::before {
    opacity: .75;
    color: var(--mg-color3);
}

/*start slider area*/

.main-slider-item {
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    /* background-image: url(../img//monir-group/banner2.png); */
}

.main-slider-item:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #0195c6e3, rgba(13, 14, 14, 0.5));
    content: "";
    left: 0;
    top: 0;
}

h2.main-title {
    font-size: 45px;
    color: #fff;
    font-weight: 700;
    line-height: 75px;
}

h2.sub-title {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    font-family: 'Nunito Sans', sans-serif;
}

h2.main-title {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 10px;
}



h2.sub-title {
    color: #fff;
    font-size: 34px;
    font-weight: 300;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    /* background: rgba(5, 172, 210, 0.22); */
}

.welcome-button a {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    width: 150px;
    margin-right: 10px;
    margin-top: 5px;
    line-height: 41px;
}

.main-slider-welcome-text {
    height: 650px;
    display: table;
    width: 100%;
}

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

.welcome-button a span {
    font-family: fontawesome
}

a.btn.btn-default.button-primary {
    background: var(--mg-site);
    border: 2px solid var(--mg-site);
}

a.button-secondary.btn.btn-default {
    background: transparent;
    border: 2px solid #fff;
}

a.button-secondary.btn.btn-default:hover {
    background: var(--black);
    border: 2px solid var(--mg-site);
    color: #fff;


}

a.btn.btn-default.button-primary:hover {
    background: #3a7cdd;
    color: #fff;
    border-color: #3a7cdd
}

.active-main-slider .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -25px;
    color: #fff;
    border: 1px solid #89cddf;
    border-radius: 50px;
    transition: .4s
}

.active-main-slider .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -25px;
    border: 1px solid #89cddf;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    transition: .4s
}

.active-main-slider .owl-nav div:hover {
    background: var(--mg-site);
    color: #fff;
    border-color: var(--mg-site)
}

a.button.button-secondary.hvr-bounce-to-right:before {
    background: var(--mg-site);
}

a.button.button-secondary.hvr-bounce-to-right:hover {
    border-color: var(--mg-site);
}

a.button.hvr-bounce-to-right.button-primary:hover {
    border-color: #2d3248
}


/*animate*/

@keyframes flying {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

.flying-image {
    animation: flying 1.5s linear infinite;
}

.about-home {
    border-radius: 40px;
}

.counter-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #f9f9f9;
    font-family: Arial, sans-serif;
    margin: 20px auto;
}

.shadow {
    box-shadow: 0 4px 8px 0 rgb(2 2 2 / 17%), 0 6px 20px 0 rgb(255 255 255 / 19%);
}

.counter-text h2 {
    font-size: 36px;
    margin: 0;
    color: #004f8b;
}

.counter-text p {
    font-size: 15px;
    color: #666;
    margin: 0;
}

.counter-icon img {
    width: 60px;
    height: 60px;
}

.about-img {
    margin-top: 138px;
}

@media (max-width:850px) {
    .about-img {
        margin-top: 20px;
    }
}

/* Media query for mobile responsiveness */
@media (max-width: 600px) {
    .counter-box {
        flex-direction: column;
        text-align: center;
        padding: 10px;
    }

    .counter-text {
        margin-bottom: 15px;
    }

    .counter-text h2 {
        font-size: 32px;
    }

    .counter-text p {
        font-size: 14px;
    }

    .counter-icon img {
        width: 50px;
        height: 50px;
    }
}

.single-image {
    margin-top: 70px;
}

.title-span {
    color: var(--mg-site);
    font-family: 'DM Sans';
    font-style: italic;
    padding: 1px;
}

.animated {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;

    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

.animate-out.sub-title,
.animate-out.main-title,
.animate-out.main-paraggrap,
.animate-out.welcome-button {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}

.animated.sub-title {
    animation-duration: 2s;
}

.animated.main-title {
    animation-duration: 2s;
    animation-delay: 1s
}

.animated.welcome-button {
    animation-duration: 2s;
    animation-delay: 1.2s
}



/* hosting img */
.animation-icon-img.animation-icon-1 {
    left: 16%;
    top: 32%;
}

.animation-icon-img.animation-icon-2 {
    left: inherit;
    right: 56%;
    top: 84px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.animation-icon-img.animation-icon-3 {
    top: 30%;
    left: 59%;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.animation-icon-img.animation-icon-4 {
    left: inherit;
    right: 55%;
    top: 50%;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.animation-icon-img {
    position: absolute;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: bounce 2s ease-in-out 0s infinite alternate;
    animation: bounce 2s ease-in-out 0s infinite alternate;
}

/*end of slider area*/

section.loan-second-services.section-padding {
    background: #f7f8fa;
    padding-bottom: 70px
}

.second-single-servces {
    text-align: center;
    transition: .4s;
    position: relative;
    z-index: 1;
    color: #fff;
    border: 1px solid #e9e9e9;
    height: 250px;
    display: table;
    background-size: cover;
    width: 100%;
    margin-bottom: 30px
}

.second-single-servces .content h4 {
    color: #232323;
    font-weight: 600;
    transition: .4s;
    margin-bottom: 0;
}

.second-single-servces .icon {
    margin-bottom: 20px;
}

.second-single-servces p {
    opacity: 0;
    top: 20px;
    transition: .4s;
    color: #fff;
    height: 0;
    position: relative;
    font-size: 17px
}

.second-single-servces:hover p {
    top: 0;
    opacity: 1;
    height: auto;
    margin-top: 20px;
}

.second-single-servces:hover h4 {
    color: #fff;
}

.second-single-servces:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    background: #fff;
    z-index: -1;
    transition: .4s;
    top: 0;
    left: 0
}

.second-single-servces:hover:before {
    background-color: rgba(35, 41, 53, .9);
}

/*start header bottom section*/
.site-header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: rgb(40, 44, 60);
}

.header-bottom-section {
    background-color: #3a7cdd;
    padding: 50px 0;
}

.single-header-bottom {
    color: #fff;
}

.single-header-bottom .content p {
    margin-bottom: 5px;
}

.single-header-bottom .icon {
    float: left;
    margin-right: 20px;
    width: 35px;
}

.single-header-bottom .content {
    padding-left: 55px;
    font-size: 20px;
    font-family: 'Muli', sans-serif;
    font-weight: 600
}

/* Styles for the sticky header */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    /* Adjust the background as needed */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* Optional: Add a shadow for better visibility */
}

/* .main-header-area {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: rgb(40, 44, 60);
  } */
/*search button*/

.search-box {
    position: relative;
}

.search-box input {
    width: 100%;
    height: 50px;
    padding-left: 30px;
    background: #4a8ae9;
    border: 0;
    color: #fff;
}

.search-box input::-webkit-input-placeholder {
    color: #fff
}

.search-box button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    border: 0;
    background-color: var(--mg-site);
    color: #fff;
    cursor: pointer;
}

.search-box:before {
    content: "\f041";
    position: absolute;
    font-family: fontawesome;
    top: 13px;
    left: 15px;
}


.info-content-area .section-title h2 {
    position: relative;
    padding-left: 35px;
}

.info-content-area .section-title h2:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 5px solid #0099F7;
}

.info-content-area p.highlight {
    position: relative;
    padding-left: 35px;
    margin: 10px 0;
}

.info-content-area p.highlight:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: 5px;
    left: 0;
    background: #DDD;
}

.info-content-area .main-btn {
    background: transparent;
    color: #0099F7;
    border: 2px solid;
    margin: 40px 0;
}

.info-content-area .main-btn:hover {
    background: #0099F7;
    color: #fff;
    border-color: #0099F7;
}

.info-img {
    margin-right: 30px;
}

.founded {
    padding: 10px;
    padding-top: 0px;
}

.years {
    font-family: "Teko", sans-serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 10px;
    letter-spacing: 1px;
}

.years span {
    font-family: "Teko", sans-serif;
    font-size: 113px;
    font-weight: 600;
    line-height: 120px;
    background-color: #0099F7;
    background-image: url(../img/monir-group/banner2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    padding-right: 20px;
}

.about-area .text {
    font-size: 22px;
    font-weight: 500;
    font-style: italic;
    line-height: 30px;
    color: var(--mg-site);
    border-left: 5px solid #eee;
    padding-left: 35px;
    margin-top: 20px;
}

.about-bg-wrapper {
    height: 100%;
}

.about-content-wrapper {
    padding: 80px;
    background: #fff;
    margin-top: -40px;
    position: relative;
    z-index: 9;
}

.about-bg-wrapper {
    height: 100%;
    border: 10px solid #fff;
    border-right: 0;
}

.about-bg-innner {
    background-image: url(../img/about/about.jpg);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.key-feature {
    margin-top: 20px;
}

.key-feature h4 {
    font-size: 22px;
    margin: 15px 0 10px;
}

.single-bar-item h4 {
    font-size: 17px;
    margin-bottom: 10px;
}

.progress-bar-area {
    margin-top: 20px;
}

.barfiller .fill {
    background: #0099F7 !important;
}


.single-experience {
    text-align: center;
    color: #000000;
}

.single-experience .icon {
    font-size: 50px;
    margin-bottom: 20px;
    float: left;
    border-right: 1px solid #9ea5b4;
    width: 70px;
    text-align: left;
}

.single-experience .icon i {
    color: var(--mg-site);
}

.single-experience .content h2 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 25px;
}

.single-experience .content {
    text-align: left;
    padding-left: 100px;
    font-weight: 600
}

.experience-title h2 {
    font-size: 36px;
    font-weight: 600;
    color: #000000;
}

.experience-title {
    margin-bottom: 50px;
}

.experience-title h2 span {
    display: block;
    color: var(--mg-site);
}

/*end of header bottom section*/

.about-s1 .col-lg-6 {
    position: relative
}

.about-s1 .col-lg-6 .bg {
    position: absolute;
    top: -70px;
    z-index: -1;
    width: auto;
    height: auto;
    left: -50%
}

.about-s1 .col-lg-6 .bg img {
    width: auto;
    height: auto;
    max-width: none
}

.about-s1__thumb {
    display: flex;
    margin-right: 80px
}

.about-s1__thumb>* {
    flex-basis: 50%;
    flex-shrink: 0
}

.about-s1__thumb>.p-left {
    text-align: left
}

.about-s1__thumb>.p-left img:last-child {
    margin-top: 26px
}

.about-s1__thumb>.p-right {
    text-align: right;
    position: relative
}

.about-s1__thumb>.p-right .box {
    background: linear-gradient(45deg, rgb(94, 64, 251) 0%, rgb(78, 149, 237) 100%);
    text-align: center;
    position: absolute;
    width: 80%;
    left: 12%;
    border-radius: 5px;
    bottom: 40px
}

.about-s1__thumb>.p-right .box h4 {
    margin-top: 10px;
    font-size: 35px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 5px
}

.about-s1__thumb>.p-right .box p {
    font-weight: 600;
    color: #fff
}

.about-s1__content .s-title {
    margin-bottom: 33px
}

.about-s1__content .desc {
    margin-bottom: 35px
}

.about-s1__content>.content-b {
    display: flex;
    align-items: center;
    gap: 65px;
    border-top: 1px solid #dcdcdc;
    padding-top: 50px;
    margin-top: 34px
}

.about-s1__content>.content-b .i-box {
    display: flex;
    align-items: center;
    gap: 35px
}

.about-s1__content>.content-b .i-box p {
    margin: 0;
    font-weight: 600;
    margin-top: 5px
}

.about-s2 {
    background: #020314
}

.about-s2__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.about-s2__content .desc {
    color: #b8b8b8;
    margin-top: 30px;
    margin-bottom: 30px
}

.about-s2__content .content-b {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 55px
}

.about-s2__content .content-b .i-box {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px
}

.about-s2__content .content-b .i-box .icon {
    width: 60px;
    height: 60px;
    background: #111446;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    flex-shrink: 0
}

.about-s2__content .content-b .i-box p {
    font-family: mulish;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    margin: 0;
    padding-right: 20px
}

.about-s3 {
    background: #020314;
    margin-top: -125px;
    padding-top: 250px;
    padding-bottom: 120px;
    position: relative;
    z-index: 9
}

/*start section title*/

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

.bg-gray {
    background: #f7f8fa;
}

.section-title {
    margin-bottom: 40px;
}

.section-title p {
    color: #666666
}

/*end of section title*/


/*start featured section*/

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

.single-featured .icon {
    background-color: #f7f8fa;
    width: 85px;
    float: left;
    text-align: center;
    line-height: 180px;
    border-right: 1px solid #e9e9e9;
}

.single-featured .content h4 {
    color: #232323;
    font-weight: 600;
}

.single-featured {
    border: 1px solid #e9e9e9;
    overflow: hidden;
    margin-bottom: 30px
}

.single-featured .content {
    padding-left: 115px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 17px;
    font-weight: 300;
    padding-right: 20px;
}

.single-featured .content p {
    margin-bottom: 15px;
}

.single-featured .content a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #3a7cdd;
    transition: .4s;
}

.single-featured .content a:hover {
    color: #232323
}

.text-black {
    color: #000000;
}

/*end of featured section*/
.intro-btn {
    width: 112px;
    height: 112px;
    border: 1px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    background: #fff;
    display: block;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    animation: pulse 2s infinite;
}

.icon-box {
    text-align: center;
    padding: 0 40px;
    margin-bottom: 40px;
}

.icon-box .box-icon {
    background-color: var(--mg-color3);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    color: #ffffff;
    line-height: 106px;
    height: 106px;
    width: 106px;
    font-size: 32px;
    display: inline-table;
    margin-bottom: 25px;
}

.about-image-content {
    background: var(--mg-color3);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    padding: 40px;
    margin-left: -37px;
}

@media screen and (max-width: 868px) {
    .about-image-content {
        display: none;
    }
}

.about-image {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.about-image .about-image-content h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
    color: #ffffff;
}

/*start get consultation free section*/


section.get-consultation-section:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(35, 41, 52, .9);
}

.get-consultation-content h4 {
    font-size: 20px;
    font-weight: 300;
    font-family: 'Nunito Sans', sans-serif;
}

.get-consultation-content {
    color: #fff;
}

.get-consultation-content h2 {
    font-size: 38px;
    line-height: 50px;
    font-weight: 400;
}

.get-consultation-content a {
    display: inline-block;
    text-transform: uppercase;
}


/*end of get consultation free section*/

.single-process .a {
    color: #232323;
    font-weight: 600;
    font-size: 22px;
}

/*start why choose section*/

.single-why-choose {
    position: relative;
    overflow: hidden;
}

.choose-title {
    position: absolute;
    bottom: 0;
    background-color: rgba(58, 124, 221, .9);
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    transition: .4s
}

.choose-title h4 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 22px;
}

.choose-title img {
    margin-right: 10px;
}

.single-why-choose:hover .choose-img img {
    transform: scale(1.1);
}

.single-why-choose:hover .choose-title {
    background-color: rgba(36, 200, 166, .9);
}

.choose-img img {
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    transition: all 0.9s ease;
}


/*end of why choose section*/


/*start loan process section*/

section.loan-process-section {
    background-color: #f7f8fa;
    padding-bottom: 160px;
}

.proces-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
    background-color: #e8ebf2;
    margin-bottom: 20px;
    transition: .4s
}

.single-process .content h4 {
    color: #232323;
    font-weight: 600;
    font-size: 22px;
}

.single-process {
    color: #666666;
    font-size: 17px;
}

.process-list {
    counter-reset: section;
}

.process-list .process:before {
    position: absolute;
    counter-increment: section;
    content: counter(section);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    bottom: -60px;
    background-color: #444444;
    color: #fff;
    border-radius: 50px;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    left: 50%;
    margin-left: -20px;
    transition: .4s
}

.process-list .process:after {
    width: 100%;
    content: "";
    height: 1px;
    border-bottom: 1px dashed #ddd;
    right: 0;
    bottom: -40px;
    position: absolute;
    z-index: -1;
}

.process-list .process {
    z-index: 1;
    cursor: pointer;
}

.process-list .process:first-child:after {
    width: 50%;
}

.process-list .process:last-child:after {
    width: 50%;
    right: auto;
    left: 0;
}

.process-list .process:hover:before {
    background-color: #3a7cdd;
}

.process-list .process:hover .proces-icon {
    background-color: #3a7cdd;
}

.hover-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    transition: .4s
}

.single-process:hover span {
    color: #fff
}

.proces-icon span {
    font-size: 45px;
    line-height: 80px;
    color: #3a7cdd;
}



/*end of process section*/
/* managnment team */
.site_team__box {
    background: #545454;
    padding: 0 0 0px;
    border-radius: 280px 280px 0 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.site_team__box:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #29a9e1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    z-index: -1;
}

.site_team__box:hover:before {
    height: 100%;
}

.site_team__thumb img {
    width: 100%;
    height: 316px;
}

@media (min-width: 1200px) {
    .site_team__thumb img {
        width: 100%;
        height: 272px;
    }
}

@media (min-width: 1000px) {
    .site_team__thumb img {
        width: 100%;
        height: 272px;
    }
}

.site_team__content {
    margin-top: 32px;
}

.site_team__content h2 {
    font-size: 25px;
    font-weight: 600;
    color: white;
}

.site_team__content span {
    font-size: 16px;
    color: white;
    margin-top: 3px;
    display: inline-block;
}

.site_team__social {
    margin-top: 0px;
}

.site_team__social a {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: white;
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 18px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    margin: 2px;
}

.site_team__social a:hover {
    background: rgb(7, 7, 7);
    color: white;
}

/*start team section*/

.team__member-item-content {
    padding: 11px 18px;
    margin: 0px 15px 0px 15px;
    border-radius: 5px;
    margin-top: -46px;
    transition: 0.4s;
    background: #ffffff91;
    position: relative;
    z-index: 1;
    text-align: center;
    box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.08);
}

/* .team__member-item-content:hover {
    margin-top: -80px;
    background: rgb(15, 205, 238);
    color: white;
} */

.team__member-item-content ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.team__member-item-content ul li a i {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    border-radius: 50%;
    background: var(--mg-color3);
    color: #080808;
    transition: 0.4s;
}

.team__member-item-content ul li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    border-radius: 50%;
    background: var(--mg-color3);
    color: #080808;
    transition: 0.4s;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 522px;
        margin: 6.75rem auto;
    }
}

@media (max-width: 576px) {
    .modal-dialog {
        margin-top: 104px;
    }
}

.team__member-item {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    text-align: center;
    padding: 20px;
    background-color: #fff;
    transition: box-shadow 0.3s ease;
}

.team__member-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.team__member-item-image img {
    /* max-width: 100%;
    height: auto;
    border-radius: 50%;
    margin-bottom: 15px; */
    width: 278px;
    height: 316px;
}

@media (min-width: 1300px) {
    .team__member-item-image img {
        width: 278px;
        height: 272px;
    }
}

@media (min-width: 1200px) {
    .team__member-item-image img {
        width: 278px;
        height: 272px;
    }
}

@media (max-width: 500px) {
    .team__member-item-image img {
        width: 278px;
        height: 246px;
    }
}

.team__member-item-content span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 10px;
}

.team__member-item-content h5 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.team__member-item-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.team__member-item-content ul li {
    display: inline-block;
    margin-right: 10px;
}

.team__member-item-content ul li a {
    color: #007bff;
    transition: color 0.3s ease;
}

.team__member-item-content ul li a:hover {
    color: #0056b3;
}

@media (max-width: 767px) {
    .team__member-item-content span {
        font-size: 14px;
    }

    .team__member-item-content h5 {
        font-size: 16px;
    }

    .team__member-item-content ul li a {
        font-size: 1.5em;
    }
}

@media (max-width: 575px) {
    .team__member-item-content span {
        font-size: 16px;
    }

    .team__member-item-content h5 {
        font-size: 14px;
    }

    .team__member-item-content ul li a {
        font-size: 1.25em;
    }
}


.single-team {
    margin-bottom: 30px;
}

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

.team-content h4 {
    color: #232323;
    font-size: 20px;
    margin-bottom: 10px;
    transition: .4s
}

.single-team:hover h4 {
    color: var(--mg-site);
}

.team-content {
    margin-top: 20px;
}

.team-content p {
    line-height: 17px;
    color: #666;
}

.team-thumb {
    position: relative;
    overflow: hidden;
}

.team-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    text-align: center;
    top: 50%;
    background: rgba(35, 41, 53, .85);
    transition: .4s;
    opacity: 0
}

.single-team:hover .team-hover {
    opacity: 1;
    top: 0;
}

.display-table {
    display: table;
    height: 100%;
}

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

.team-link a {
    width: 40px;
    display: inline-block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    color: var(--mg-site);
    border-radius: 50px;
    transition: .4s;
}

.team-link a:hover {
    background-color: var(--mg-site);
    color: #fff;
}

.team-link {
    margin-bottom: 15px;
}

.team-hover-content p {
    color: #cfd5e0;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
}

/*end of team section*/


/*start loan calculator*/

section.loan-calculator {
    position: relative;
    background-image: url(../img/calculate.jpg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

section.loan-calculator:before {
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    background-color: #232935;
    content: "";
    height: 100%;
}

.calculator-form {
    padding-left: 50px;
    padding-right: 50px;
}

.form-title h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}

.form-title p {
    color: #9ea7ba;
    font-size: 17px
}

.form-title {
    margin-bottom: 40px;
    text-align: center;
}

.single-select label {
    width: 100%;
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    font-family: 'Muli', sans-serif;
    margin-bottom: 10px;
}

.single-select input {
    width: 100%;
    height: 50px;
    background: #2e3441;
    color: #fff;
    padding-left: 10px;
    border: 1px solid #404755;
    border-radius: 4px;
    -webkit-appearance: none;
}

.single-select input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.single-input label {
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    font-family: 'Muli', sans-serif;
    margin-bottom: 10px;
}

.single-select {
    margin-bottom: 20px;
}

.single-input input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.single-input input {
    width: 100%;
    height: 50px;
    padding-left: 10px;
    background-color: #2e3441;
    border: 1px solid #404755;
    border-radius: 4px;
    color: #fff;
}

.single-input {
    margin-bottom: 20px
}

.submitbtn {
    text-align: center;
}

input[type="submit"] {
    width: 150px;
    height: 50px;
    display: inline-block;
    background-color: var(--mg-site);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    padding-left: 0;
    transition: .4s
}

input[type="submit"]:hover {
    background: #3a7cdd;
    color: #fff
}


/*end  of calculate section*/


/*start testimonial section*/

.single-testimonial .testimonial-img {
    width: 130px;
    float: left;
    margin-right: 20px;
}

.testimonial-content {
    padding-left: 150px;
}

.single-testimonial {
    overflow: hidden;
}

.testimonial-content h4 {
    color: #232323;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.testimonial-content h5 {
    color: #666666;
    font-size: 15px;
    font-style: italic;
}

.brand-slider .owl-dots div {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #d8d8d8;
    margin-right: 10px;
    border-radius: 50px;
}

.client-img {
    width: 100px !important;
}

.brand-slider .owl-dots {
    text-align: center;
    margin-top: 40px;
}

.brand-slider .owl-dots div.active {
    background-color: var(--mg-site)
}

/*end of testimonial section*/


/*start world wide section*/

section.map-image-section {
    background-color: #f7f8fa;
}

section.map-image-section.section-padding {
    background-color: #f7f8fa;
}

.map-content h2 {
    font-size: 40px;
    font-weight: 700;
    color: #232323;
}


/*end of world wide section*/


/*start articale section*/

.single-article h2 {
    font-size: 15px;
    font-weight: 600;
    color: #061f9b;
    line-height: 15px;
}

.article-img {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.article-date {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px 20px;
    color: #fff;
    background: var(--mg-site);
}

.article-date p {
    margin-bottom: 0;
}


.article-list-img {
    width: 110px;
    float: left;
    margin-right: 20px;
}

.single-article-list {
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #e9e9e9;
}

.article-list-content {
    padding-left: 130px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.article-list-content h4 {
    font-size: 20px;
    color: #232323;
    line-height: 26px;
    margin-bottom: 5px
}

.article-list-content p {
    margin-bottom: 0;
}

.single-article .article-img a:before,
.article-list-img a:before {
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    opacity: 0;
    transform: scale(1.1);
    transition: .4s
}

.single-article:hover .article-img a:before,
.single-article-list:hover .article-list-img a:before {
    opacity: 1;
    transform: scale(1);
}

.article-list-img {
    overflow: hidden;
    position: relative;
}

.view-all-post a.button.hvr-bounce-to-right {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #3a7cdd;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    width: 100%;
    border-radius: 0
}


/*end of articale section*/


/*start brand section*/

section.brand-section {
    background: var(--mg-site);
    padding: 50px 0;
}

.brand-slider .single-brand img {
    width: auto;
    max-width: 100%;
    display: inline-block;
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
}

.brand-slider .single-brand {

    text-align: center;
}

.owl-carousel .owl-item .single-brand img {
    width: auto;
    max-width: 100%;
}



/*end of brand section*/

/* image details */

.card_wrapper {
    column-gap: 5px;
    column-count: 4;
}

.card img {
    width: 100%;
}


@media (max-width: 1200px) {
    .card_wrapper {
        column-count: 3;
    }
}

@media (max-width: 992px) {
    .card_wrapper {
        column-count: 2;
    }
}

@media (max-width: 700px) {
    .card_wrapper {
        column-count: 1;
    }
}

@media (max-width: 500px) {
    .card_wrapper {
        column-count: 1;
    }
}

.photo-Details {
    padding: 4px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    margin: 3px;
}

.photo-Details:hover .provject-link {
    opacity: 1;
    visibility: visible;
}

/*start footer section*/

.footer-area {
    background-color: #232935;
}

.footer-area.section-padding {
    padding: 30px 0;
}

.footer-widget p {
    color: #9ea5b4;
    font-weight: 300;
    margin-bottom: 20px;
}

.footer-title {
    margin-bottom: 20px;
}

.contact-widget li .icon {
    float: left;
    width: 27px;
    margin-right: 15px;
}

.footer-two-social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    border: 1px solid #4a515e;
    text-align: center;
    color: #fff;
    transition: .4s;
    font-size: 14px;
}

.footer-two-social a {
    color: #fff;
}

.mail span {
    color: #fff;
    font-weight: 600;
    margin-right: 10px;
}

.mail {
    color: var(--mg-site);
    font-weight: 400
}


.footer-contact {
    font-size: 16px;
}

.support-footer,
.mail-footer {
    position: relative;
    margin-top: 0px;
    left: 0;
    top: 0;
    font-size: 14px;
}

@media (min-width: 576px) {
    .support-footer {
        left: 210px;
        top: -40px;
    }

    .mail-footer {
        left: 97px;
        top: -24px;
    }
}

.footer-icon-info a {
    margin: 5px;
}

.footer-policy {
    border-right: 1px solid #dee2e6 !important;
    margin-right: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 13px;
}

.pages-widget ul li a {
    color: #9ea5b4;
    padding-left: 20px;
    position: relative;
    line-height: 35px;
    transition: .4s
}

.pages-widget ul li a:hover {
    color: #fff
}

.pages-widget ul li a:before {
    position: absolute;
    left: 0;
    content: "\f105";
    font-family: fontawesome;
}

.footer-title h4 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}

.footer-widget.recent-post ul li a {
    color: #e5e5e5;
    font-size: 17px;
}

.footer-widget.recent-post ul li a span {
    color: #9ea5b4;
    display: block;
    margin-top: 5px;
    font-size: 14px;
}

.footer-widget.recent-post ul li {
    padding-bottom: 15px;
    margin-bottom: 15px
}

.footer-widget.recent-post ul li {
    border-bottom: 1px solid #393f4a;
}

.footer-widget.recent-post ul li:last-child {
    border-bottom: 0;
}

.newsletter input {
    background: transparent;
    border: 0;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    color: #a5adbd
}

.newsletter {
    height: 50px;
    width: 100%;
    border: 1px solid #404755;
    background: #2e3441;
    position: relative;
    border-radius: 4px;
    color: #fff
}

.newsletter label {
    position: absolute;
    right: 15px;
    color: #a5adbd;
    top: 16px;
    cursor: pointer;
}

.newsletter input::-webkit-input-placeholder {
    color: #a5adbd;
}

.form-widget .btn.btn-default {
    height: 50px;
    background-color: var(--mg-site);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
    border-radius: 4px;
    cursor: pointer;
}

.form-widget .btn.btn-default:hover {
    background: #3a7cdd;
    color: #fff
}

/*end of footer section/*/


/*start copyright section*/

.footer-link a {
    color: #9ea5b4;
    font-size: 18px;
    margin-left: 5px;
    display: inline-block;
}

.footer-nave a {
    color: #9ea5b4;
    font-size: 18px;
    margin-left: 9px;
}

.copy-right-section {
    padding: 15px 0;
    background: #232935;
    border-top: 1px solid #393f4a;
}

.copyright-text {
    color: #9ea5b4;
    font-size: 15px;
    font-weight: 300;
}


.copyright-text p {
    margin-bottom: 0;
}

.btn {
    white-space: inherit;
}


/*end of copyright section*/


/*end of first home page section*/

.gmap {
    width: 100%;
    height: 250px;
}


.topbar-area {
    background-color: var(--mg-site);
}


/*start page header css*/

.page-header {
    position: relative;
    padding: 40px 0;
    padding-top: 10rem;
}

.page-header:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background-color: var(--mg-color3);
}

.page-header h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}

ol.breadcrumb li a {
    color: #dfdfdf;
}

ol.breadcrumb li {
    color: #dfdfdf !important;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    display: inline-block;
}

/*end of page header css*/


/*start about shortcode*/

.about-content h2 {
    font-size: 40px;
    color: #232323;
    font-weight: 700;
}

.about-content p {
    margin-bottom: 15px;
}

@media (max-width: 980px) {
    .about-content h2 {
        font-size: 30px;
        color: #232323;
        font-weight: 700;
    }
}

@media (max-width: 580px) {
    .about-content h2 {
        font-size: 20px;
        color: #232323;
        font-weight: 700;
    }
}

/* .heading-v2:after{
    background: #2b8344;
    height: 4px;
    width: 40px;
    position: absolute;
    content: "";
    left: 14px;
    margin-top: 35px;
} */

/*end of about shortcode*/

/*vision shortcode*/

.single-vision .vision-img {
    float: left;
    width: 210px;
    margin-right: 25px;
}

.single-vision .vision-content {
    padding-left: 235px;
}

.single-vision .vision-content h4 {
    color: #232323;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.rowpadding-with-border {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 50px
}

.rowpadding-with-border:before {
    position: absolute;
    width: calc(100% - 30px);
    left: 15px;
    content: "";
    background: #ebebeb;
    height: 1px;
    bottom: 0;
}



/*end of vision shortcode*/


/*start brand section with border*/

.single-brand.round-border {
    border: 1px solid #eaeaea;
    height: 110px;
    text-align: center;
    line-height: 110px;
    margin: 8px;
}

.single-brand.round-border img {
    display: inline-block;
}

/*end of brand section with border*/


/*start single blog design*/

.blog-thumb {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.blog-thumb .date {
    position: absolute;
    padding: 5px 20px;
    bottom: 0;
    background: var(--mg-site);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}


.blog-thumb:hover img {
    transform: scale(1.1);
}

.blog-thumb img {
    transition: .9s;
}

a.blog-title {
    font-size: 24px;
    color: #232323;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
    transition: .4s
}

a.blog-title:hover {
    color: var(--mg-site)
}

.single-blog a.btn.btn-primary.btn-sm {
    margin-top: 20px;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid #3a7cdd;
    color: #3a7cdd;
    font-weight: 900;
    font-size: 13px;
    width: auto;
    padding: 15px 20px;
    line-height: 1.2;
}

.single-blog a.btn.btn-primary.btn-sm:hover {
    background: var(--mg-site);
    color: #fff;
    border-color: var(--mg-site)
}

.single-blog p {
    font-size: 17px
}

.single-blog {
    margin-bottom: 50px;
}


/*end of single blog design*/


/*start sidebare*/

.sidebar-searchbox input {
    width: 100%;
    height: 50px;
    border: 0;
    padding-left: 15px;
    border-radius: 4px;
}

.sidebar-searchbox {
    position: relative;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
}

.sidebar-searchbox button {
    position: absolute;
    right: 15px;
    top: 0;
    line-height: 50px;
    background: transparent;
    color: #a5adbd;
    font-size: 13px;
}

.sidebar-searchbox input::-webkit-input-placeholder {
    color: #a5adbd
}

.career-details {
    margin-bottom: 40px;
}

h4.sidebar-title {
    color: #232323;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
}

.career-details ul li a {
    color: #666666;
    padding-bottom: 5px;
    display: block;
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    transition: .4s;
}

.career-details:last-child {
    margin-bottom: 0
}

.career-details ul li:last-child a {
    padding-bottom: 0;
}

.career-details ul li a:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    left: 0;
    background: #3A7CDF;
    top: 16px;
}

.career-details ul li a:hover {
    color: #3A7CDE;
}

ul.latest-post .post-img {
    float: left;
    margin-right: 15px;
    width: 70px;
}

ul.latest-post .post-content {
    padding-left: 85px;
}

ul.latest-post li a {
    padding-left: 0;
}

ul.latest-post li a:before {
    display: none !important;
}

ul.latest-post li a h5 {
    font-size: 17px;
    color: #232323;
    line-height: 24px;
    margin-bottom: 5px;
}

ul.latest-post li .post-content .date {
    color: var(--mg-site);
}

ul.latest-post li {
    padding-bottom: 10px;
    margin-bottom: 14px;
    border-bottom: 1px solid #ededed;
}

ul.latest-post li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

.tagcloud a {
    padding: 5px 20px;
    border: 1px solid #e9e9e9;
    display: inline-block;
    color: #666666;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 4px;
    transition: .4s;
}

.tagcloud a:hover {
    background-color: var(--mg-site);
    color: #fff;
}


/*end of sidebar area*/

ul.pagination li {
    display: inline-block;
    border: 1px solid #e9e9e9;
}

ul.pagination li a {
    color: #777777;
    font-size: 16px;
    font-weight: 600;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    margin-left: 0;
}

ul.pagination li a:hover {
    background: #3a7cdd;
    color: #fff
}

nav .pagination {
    text-align: left;
}


/*start blog pagination*/


/*blouquote*/

.single-blog {
    font-size: 17px;
}

.single-blog p {
    margin-bottom: 20px;
}

blockquote {
    border: 5px solid #e5e5e5;
    margin-bottom: 20px;
    padding: 20px;
}


blockquote a {
    display: block;
    font-size: 20px;
    font-weight: 600;
}

.tags a {
    color: #666666;
}

.share a {
    color: #aaa;
    margin-left: 10px;
}

.tags span,
.share span {
    color: #232323;
    font-size: 15px;
    font-weight: 400;
}

.single-blog.single-page {
    margin-bottom: 25;
    padding-bottom: 25px;
    border-bottom: 1px solid #e9e9e9
}

.related-articale {
    padding-top: 40px;
}

h2.related-post {
    font-size: 24px;
    font-weight: 600;
    color: #232323;
    margin-bottom: 30px;
}

.comment-avater {
    font-size: 55px;
    float: left;
    width: 60px;
    margin-right: 20px;
    color: #aaaaaa
}

.single-comment .comment-text {
    padding-left: 80px;
}

.comment-text h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #232323;
    font-weight: 600;
}

.comment-text {
    color: #666666;
    font-size: 17px;
    font-weight: 300;
}

.reply a {
    font-size: 13px;
    font-weight: 900;
    color: #3a7cdd;
}

.reply a i {
    margin-right: 5px;
}

.reply {
    margin-top: 10px;
}

h2.comments-count {
    font-size: 24px;
    color: #232323;
    margin-bottom: 30px;
    margin-top: 30px;
}

.single-comment {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e9e9e9;
}

.single-comment.replay-comment {
    padding-left: 60px;
}

.single-comment:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

h2.leave-a-comment {
    font-size: 24px;
    color: #232323;
    font-weight: 600;
}

.comment-box input {
    width: 100%;
    height: 50px;
    padding-left: 10px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
}

.comment-box {
    margin-bottom: 30px
}

.comment-box textarea {
    width: 100%;
    border: 1px solid #e9e9e9;
    padding: 10px;
}


/*end of single page*/


/*start loan page css*/

.single-nav h3 {
    font-size: 17px;
    color: #232323;
    font-weight: 600;
}

.single-nav h3 span {
    font-size: 18px;
    font-weight: 700;
    display: block;
}

.single-nav {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
    transition: .4s
}

.single-nav:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background: #fbfbfb;
    z-index: -1;
    border: 1px solid #e9e9e9;
}

.single-nav:hover:before {
    background: #232935;
}

.loan-slider-box {
    background: #fbfbfb;
    padding: 50px;
    border: 1px solid #e9e9e9;
}

.single-nav:hover h3 {
    color: #fff
}

.single-loan-slider:last-child {
    margin-bottom: 0;
}

.single-loan-slider h4 {
    font-size: 20px;
    color: #232323;
    font-weight: 600;
}

.single-loan-slider {
    margin-bottom: 40px;
}

.ui-widget-header {
    background: var(--mg-site) !important;
    border: 0 !important;
}

.ui-widget-content {
    background: #e3e3e3 !important;
    border: 0 !important;
}

.ui-slider-horizontal {
    height: 7px !important;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.5em !important;
    margin-left: -.2em !important;
}

body .ui-slider .ui-slider-handle {
    width: 19px !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: var(--mg-site) !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: var(--mg-site) !important;
}

.single-loan-slider input {
    color: #aaaaaa;
    font-size: 16px;
    border: 0;
    margin-top: 10px;
}

.loan-emi {
    background: #3a7cdd;
    color: #fff;
    padding: 30px;
}

.single-total h5 {
    font-size: 20px;
    font-weight: 600;
}

.single-total h2 {
    color: #232935;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Nunito Sans', sans-serif;
}

.single-total h2.emi-price {
    font-size: 50px;
}

button.btn.applybtn.btn-default.btn-sm:hover {
    background: #232323;
    color: #fff;
}

.career {
    border: 1px solid #ccc !important;
    border-radius: 16px;
    padding: 1.01em 23px;
    background-color: rgb(247, 247, 247);
    margin-top: 3px;
}

/*end of loan page css*/


/*start services page*/
.document-img {
    display: inline-block;
    background: #eff1f5;
    border-radius: 50px;
    margin-bottom: 20px;
    transition: .5s;
    font-size: 50px;
    line-height: 100px;
    color: #3a7cdd;
    border: 4px solid transparent;
}

.document-details h2 {
    font-size: 24px;
    color: #232323;
    font-weight: 600;
}

.document-details p {
    margin-bottom: 20px;
    font-size: 17px
}

.document-details img {
    margin-bottom: 20px;
}

.services-thumb-lg {
    position: relative;
}

.services-thumb-lg:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    background: rgba(0, 0, 0, .1);
}

.notice-thumb-lg {
    position: relative;
    margin-bottom: 33px;
}

.notice-thumb-lg:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    top: 0;
}


.document-details hr {
    background: #e9e9e9;
    margin-top: 40px;
    margin-bottom: 40px;
}

.site-document {
    padding: 20px;
    background: #f7f8fa;
    border: 1px solid #e9e9e9;
    margin-top: 6px;
}

.site-document .icon {
    line-height: 120px;
    display: inline-block;
    background: #eff1f5;
    border-radius: 50px;
    margin-bottom: 20px;
    transition: .5s;
    font-size: 50px;
    line-height: 100px;
    color: #3a7cdd;
    border: 4px solid transparent;
}

.site-document h4 a {
    font-size: 20px;
    color: #232323;
    font-weight: 600;
}

.nav-tabs .nav-link {
    border: 1px solid #e9e9e9;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background: #f6f6f6;
    color: #232323;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    margin-right: 6px;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
    border: 1px solid #e9e9e9;
    border-bottom: 1px solid transparent;
}

.document-details ul li {
    padding-left: 30px;
    position: relative;
    padding-bottom: 16px;
}

.document-details ul li:before {
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    background: var(--mg-color3);
    left: 0;
    top: 12px;
}

.document-details ul.nav li {
    padding-left: 0;
}

.document-details ul.nav li:before {
    display: none;
}

.document-details .tab-pane {
    padding: 30px;
    border: 1px solid #e9e9e9;
    padding-bottom: 10px;
}

.document-details .tab-content {
    margin-top: -5px;
}

.services-thumb-lg img {
    margin-bottom: 0;
}

.services-thumb-lg {
    margin-bottom: 40px;
}

.career-details .services ul li a:before {
    content: "\f30b";
    font-family: fontawesome;
    background: transparent;
    top: 8px;
    position: absolute;
    left: 20px;
    display: none;
}

.career-details .services ul li a {
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    margin-bottom: 10px;
    color: #232323
}

.career-details .services ul li a i {
    margin-right: 10px;
    color: #3a7cdd
}

.career-details .services ul li a:hover {
    background: #3a7cdd;
    color: #fff;
}

.career-details .services ul li a:hover i {
    color: #fff
}

.download-pdf a i {
    margin-right: 10px;
}

.download-pdf a {
    text-align: center;
    display: block;
    padding: 4px;
    margin-bottom: 5px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    color: #777777;
    font-size: 16px;
    transition: .4s;
    margin-right: 10px;
}

.download-pdf a:hover {
    background: #3a7cdd;
    color: #fff !important
}

.sidebar-get-in-touch {
    padding: 30px 20px;
    background-image: url(../img/stouch.png);
    position: relative;
    color: #fff;
    z-index: 1;
    -webkit-background-size: cover;
    background-size: cover;
}

.sidebar-get-in-touch:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(31, 35, 54, .8);
    z-index: -1;
}

.sidebar-get-in-touch h4 {
    font-size: 20px;
    font-weight: 600;
}

.sidebar-get-in-touch {
    font-size: 16px;
}

.sidebar-get-in-touch p span {
    color: var(--mg-site);
}

.sidebar-get-in-touch p {
    margin-bottom: 20px;
}

.sidebar-get-in-touch ul li {
    margin-bottom: 20px;
    font-size: 17px;
}

.sidebar-get-in-touch ul li:last-child {
    margin-bottom: 0;
}

.sidebar-get-in-touch ul li span {
    margin-right: 10px;
}

/*contact page*/

.single-get-touch input {
    width: 100%;
    height: 50px;
    border: 1px solid #e9e9e9;
    padding-left: 10px;
    border-radius: 4px;
}

.single-get-touch {
    margin-bottom: 10px;
}

.list-input div:last-child .single-get-touch {
    margin-bottom: 0
}

.single-get-touch textarea {
    width: 100%;
    height: 190px;
    padding: 10px;
    border: 1px solid #e9e9e9;
}

.mr0 {
    padding-right: 0 !important
}

.contact-from {
    border-radius: 25px;
    padding: 60px 40px;
    background-color: #45ccc5;
}

.get-in-touch h2 {
    font-size: 40px;
    color: #232323;
    font-weight: 700;
}

.get-in-touch {
    margin-bottom: 30px;
}

.get-in-touch p {
    color: #666666;
    font-size: 17px;
}

.single-contact-info .icon {
    float: left;
    width: 30px;
    margin-right: 20px;
}

.single-contact-info .content {
    padding-left: 50px;
}

.contact-us-padding hr {
    margin-top: 50px;
    margin-bottom: 40px;
}


h2.faq-single-title {
    font-size: 24px;
    font-weight: 700;
    color: #232323;
    margin-bottom: 50px;
}

.faq-question-area .second-accordion {
    margin-bottom: 80px;
}

.faq-question-area .second-accordion:last-child {
    margin-bottom: 0;
}


/*end of faq question*/


/*start gallery page*/
.photos-text {
    border: 1px solid #01bafd;
    color: #666;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 28px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

section.gallery-page.section-padding {
    padding-bottom: 70px;
}

.photo-gallery {
    margin-bottom: 30px;
    margin-left: 10px;
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

}

ul.project-nav li {
    display: inline-block;
    border: 1px solid #e9e9e9;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 400;
    color: #232323;
    border-radius: 2px;
    padding-right: 30px;
    padding-left: 30px;
    transition: .4s;
    cursor: pointer;
}

ul.project-nav {
    margin-bottom: 50px;
    text-align: center;
}

ul.project-nav li:hover {
    background: #3a7cdd;
    color: #fff
}

.provject-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    background-color: rgba(35, 41, 53, .85);
    opacity: 0;
    transition: .4s;
    visibility: hidden;
}

.photo-gallery:hover .provject-link {
    opacity: 1;
    visibility: visible;
}

.provject-link a {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    top: 50%;
    margin-top: -35px;
    color: #fff;
    border-radius: 50px;
    font-size: 30px;
}

.single-gallery img {
    height: 155px;
    width: 280px;

}

.single-gallery {
    margin-bottom: 30px;
    margin-left: 10px;
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    height: 160px !important;
    width: 280px !important;
}

ul.project-nav li {
    display: inline-block;
    border: 1px solid #e9e9e9;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 400;
    color: #232323;
    border-radius: 2px;
    padding-right: 30px;
    padding-left: 30px;
    transition: .4s;
    cursor: pointer;
}

ul.project-nav {
    margin-bottom: 50px;
    text-align: center;
}

ul.project-nav li:hover {
    background: #3a7cdd;
    color: #fff
}

.provject-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    background-color: rgba(35, 41, 53, .85);
    opacity: 0;
    transition: .4s;
    visibility: hidden;
}

.single-gallery:hover .provject-link {
    opacity: 1;
    visibility: visible;
}

.provject-link a {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    top: 50%;
    margin-top: -35px;
    color: #fff;
    border-radius: 50px;
    font-size: 30px;
}

.gallery-slider .slick-prev,
.gallery-slider .slick-next {
    position: absolute;
    top: 42%;
    width: 44px;
    height: 44px;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: #1595c657;
    border-radius: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.gallery-slider .slick-prev {
    left: 10px;
}

.gallery-slider .slick-next {
    right: 10px;
}



/* Button style for gallery text */
.photos-text {
    border: 1px solid #01bafd;
    color: #666;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 28px;
    text-transform: uppercase;
    transition: all 0.4s ease;
}

/* Section padding adjustments */
section.gallery-page.section-padding {
    padding-bottom: 70px;
}

/* Base style for gallery items */
.photo-gallery,
.single-gallery {
    margin-bottom: 30px;
    margin-left: 10px;
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;

}

/* Specific height and width for single gallery items */
.single-gallery {
    height: 160px;
    width: 280px;
}

/* Navigation style */
ul.project-nav {
    margin-bottom: 50px;
    text-align: center;
}

ul.project-nav li {
    display: inline-block;
    border: 1px solid #e9e9e9;
    text-align: center;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 400;
    color: #232323;
    border-radius: 2px;
    transition: .4s;
    cursor: pointer;
}

ul.project-nav li:hover {
    background: #3a7cdd;
    color: #fff;
}

/* Overlay and link styles */
.provject-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    background-color: rgba(35, 41, 53, 0.85);
    opacity: 0;
    transition: .4s;
    visibility: hidden;
}

.photo-gallery:hover .provject-link,
.single-gallery:hover .provject-link {
    opacity: 1;
    visibility: visible;
}

.provject-link a {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    top: 50%;
    margin-top: -35px;
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
}

.yarl__container {
    background-color: #4848487a;
    bottom: 0;
    left: 0;
    outline: none;
    overflow: hidden;
    overscroll-behavior: var(--yarl__controller_overscroll_behavior, contain);
    position: absolute;
    right: 0;
    top: 0;
    touch-action: var(--yarl__controller_touch_action, none);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.yarl__button {
    color: var(--yarl__color_button, hsla(0, 0%, 0%, 0.8));
    cursor: pointer;
    line-height: 0;
}

/*start services image pages*/

.services-thumb {
    margin-bottom: 30px;
    position: relative;
}

.services-thumb:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(35, 41, 53, .5);
    top: 0;
    left: 0;
    opacity: 0;
    transition: .4s
}

.single-services-image:hover .services-thumb:before {
    opacity: 1;
}

.services-img-content h4 {
    font-size: 24px;
    font-weight: 600;
    color: #232323;
    text-transform: capitalize;
}

.services-img-content p {
    font-size: 17px;
    margin-bottom: 20px;
}

.services-img-content a {
    color: #232323;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}

.single-services-image {
    margin-bottom: 50px;
}

section.services-image-page.section-padding {
    padding-bottom: 50px;
}


/*single testimonial page*/

.testimonial-page .single-testimonial {
    margin-bottom: 50px;
}

section.testimonial-page.section-padding {
    padding-bottom: 50px;
}

.brand-slider .owl-dots button.active {
    background-color: var(--mg-site)
}

.brand-slider .owl-dots button {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #d8d8d8;
    margin-right: 10px;
    border-radius: 50px;
}

/*error page*/

.error-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #232323;
}

.error-content h2 {
    font-size: 150px;
    color: #232323;
    font-weight: 900;
}

.error-content h5 {
    font-size: 20px;
    color: #232323;
    font-weight: 600;
}

.error-content a.btn {
    text-transform: uppercase;
}





/*search box*/

.searchform {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 70px;
    background: #232323;
    padding-left: 200px;
    padding-right: 200px;
    width: 0;
    transition: 1s;
    opacity: 0;
}

.searchform.show {
    width: 100%;
    opacity: 1
}

.searchform input {
    background: transparent;
    border: 0;
    color: #fff;
    width: 100%;
    height: 100%;
}

.searchform input::-webkit-input-placeholder {
    font-weight: 700;
    color: #fff;
}

.searchform button {
    position: absolute;
    right: 50px;
    top: 23px;
    color: #fff;
    background: transparent;
    cursor: pointer;
}

.searchform button:focus {
    outline: none;
}


.single-loan-slider h6 {
    margin-top: 20px;
    display: inline-block;
}

/*end of single loan slider*/

/*start apply now page */
.single-get-touch select {
    width: 100%;
    height: 50px;
    padding-left: 10px;
    color: #777;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    font-size: 12px;
}

.single-get-touch input::-webkit-input-placeholder {
    text-transform: uppercase;
    font-size: 12px;
}

/*end of appyly now page*/


/*start how it work pages*/


.how-it-work-content h2 {
    font-weight: 700;
    color: #232323;
    font-size: 40px;
}

.how-it-work-content h4 {
    font-size: 20px;
    color: #232323;
    font-weight: 600;
}

.how-it-work-content p {
    margin-bottom: 20px
}

.how-it-work-backgrond {
    background: var(--mg-site);
}

.how-it-work-backgrond .how-it-work-content * {
    color: #fff
}

.how-it-work-content {
    padding-top: 70px;
}

/*end of how it work pages*/


/*start css for check box*/

/* The container */
.radiobox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 16px;
}

/* Hide the browser's default radio button */
.radiobox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radiobox:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radiobox input:checked~.checkmark {
    background-color: #3a7cdd;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiobox input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radiobox .checkmark:after {
    top: 5px;
    right: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: white;
}

.single-get-check {
    margin-top: 20px;
    margin-bottom: 30px;
}

.left-info p,
.right-info p {
    margin-bottom: 0;
}

.mb0 {
    margin-bottom: 0 !important;
}

.menu-area.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.main-header-area {
    position: absolute;
    width: 100%;
    z-index: 7;

    border-bottom: 5px solid #28a8e1;
    background-color: #ffffff;
}

.main-header-area.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: rgb(255, 255, 255);

}

header.third-header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(255, 255, 255, 1);
    border-bottom: 1px solid #CCCCCC;
}

/*end of css for check box*/



ul.postmeta li {
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #777;
    color: #777;
    line-height: normal;
}

ul.postmeta li:last-child {
    border-right: 0
}

ul.postmeta {
    margin-bottom: 20px;
}



ul.postmeta li a {
    color: #777;
    font-size: 15px;
}

ul.postmeta li span {
    margin-right: 5px;
    text-transform: capitalize;
}

.scroll {
    max-height: 380px;
    overflow: auto;

}

.scroll::-webkit-scrollbar {
    width: 5px;
}

.scroll::-webkit-scrollbar-thumb {
    background-color: rgba(192, 192, 192, 0.5);
    border-radius: 10px;
}

/* scroll-top */
.scroll-top.open {
    bottom: 15%;
}

button.scroll-top:focus {
    outline: none;
}

.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 105%;
    right: 30px;
    font-size: 16px;
    border-radius: 4px;
    z-index: 999;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background: var(--mg-site);
    -webkit-transition: 1s ease;
    transition: 1s ease;
    border: none;
}

.scroll-top span {
    color: #fff;
}

.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #ffffff;
    border-radius: .25rem;
    transition: all .2s ease-in-out;
    max-width: 100%;
    height: auto
}

.who-about-img {
    border-radius: 2.25rem;
}

.sigma_dots-wrapper {
    position: relative;
}

.about-page-shortcode {
    background-image: url('../img/monir-group/map.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.bg-page {
    background-image: url('../img/monir-group/map.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

  .text-end {
    text-align: end !important;
  }

@media (max-width: 1199px) {
  .img-text-center {
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  .Profile .row.mt-5 {
    text-align: center !important;
  }

  .Profile .img-text-center {
    text-align: center !important;
    margin-bottom: 15px;
  }

  .Profile img {
    width: 140px;
    height: auto;
  }

  .Profile h5 {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .Profile .download-pdf {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .Profile .download-pdf a {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    text-decoration: none;
  }

  .Profile .col-xl-4,
  .Profile .col-md-7,
  .Profile .col-md-5 {
    text-align: center;
  }

  /* Add spacing between each info row for clarity */
  .Profile .row > .col-xl-4 h5 {
    margin-top: 10px;
  }

  /* Optional: add light borders for separation */
  .Profile .row:not(:first-child) {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
  }
}
