@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;1,200&family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,100;1,9..40,200;1,9..40,300&family=Oswald:wght@300;400&family=Poppins:ital,wght@0,300;1,300&display=swap');
/* font-family: 'Alumni Sans', sans-serif;
font-family: 'DM Sans', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Poppins', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');

/* font-family: 'Abel', sans-serif; */
* {
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
}

p {
    font-size: 17px;
    font-family: 'Abel', sans-serif;
    color: #000;
}

a {
    color: #000;
    font-family: 'Abel', sans-serif!important;
}
h1,h2,{
    font-family: 'Oswald', sans-serif!important;
}
h3,h4{
    font-family: 'Abel', sans-serif;
}
.primary-btn a {
    font-size: 16px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 35px;
    background: #D56C38;
}

.secondary-color {
    color: #F4BC68;
}

.sec-gap-top {
    padding-top: 42px;
}

.sec-gap-bottom {
    padding-bottom: 57px;
}

/* top header for desktop css start */
/*.brand-logo img {
    height: 96px;
}*/

.top-icon img {
    height: 25px;
    padding-right: 10px;
    margin-left: -8px;
    margin-top: 6px;
}

.top-box a {
    color: #D56C38;
    font-size: 15px;
    font-weight: 600;
}

.top-box p {
    font-size: 14px;
    color: #000000;
    margin-top: -4px;
}

.quote-btn a {
    border-radius: 22px;
    background: #F4BC68;
    padding: 7px 20px 7px 20px;
    font-size: 15px;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 19px;
    font-weight: 600;
    color: #000;
    padding-left: 22px;
}
/* Main Menu */
/*#mobile-menu{
    display: none;
}*/
#main-menu .navbar-light .navbar-nav .nav-link {
    padding: 0px 30px !important;
    color: #000!important;
    font-size: 19px;
    font-weight: 600;
    color: #000;
}

#main-menu .dropdown-menu {
    border: none;
    background: #f8f9fa;
    padding: 16px;
}

#main-menu .navbar-light .navbar-nav .nav-link:hover {
    color: #D56C38;
    transition: 0.5s;
}

.dropdown-menu .dropdown-item {
    color: #000;
    font-size: 17px;
/*    font-weight: 600;*/
    font-family: 'DM Sans', sans-serif;
    padding-bottom: 4px;
    font-weight: 600;
}

.dropdown-menu .dropdown-item:hover {
    color: #D56C38;
    transition: 0.5s;
}

/* banner */
.carousel-control-next,
.carousel-control-prev {
    width: 10% !important;
}

/* services section css start */
#sevices {
    background-image: url(../../img/bg/service-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.section-title h2 {
    font-size: 35px;
    font-weight: 700;
    /* line-height: 58.5px; */
    text-transform: uppercase;
    font-family: 'Alumni Sans', sans-serif;
    color: #000;
}

.section-title h2 span {
    color: #fff;
}

.bg-brown {
    background: #AD4D29;
}

.bg-deep-yellow {
    background: #FF8425;
}

.bg-light-yellow {
    background: #ECA13D;
}

.service-box {
    border-radius: 20px 20px 20px 20px !important;
    padding: 9px;
    height: 259px;
}

.service-content .s-title h2 {
    font-size: 20px;
    padding-top: 20px;
}

.service-icon {
    margin-bottom: 15px;
}

#sevices .section-title h2 {
    font-size: 45px;
}

.service-icon img {
    height: 40px
}

/*.tranding-slide {
    width: 30rem !important;
    height: 33rem !important;
}*/
.service-inner{
    padding-top: 28px;
}
/* About us css start */
.about-us-section .subtitle h4 {
    font-size: 16px;
    text-transform: uppercase;
    color: #F27405;
    letter-spacing: 1px;

}

.about-us-section .section-title h2 {
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 45px;
    line-height: 45px;
    padding-bottom: 10px;
}

.about-content {
    padding-bottom: 20px;
    color: #000;
}

.about-img img {
    width: 87%;
}

.s-details p {
    color: #fff;
}

/* Why choose section css start */
.swiper-pagination {
    display: none;
}

#why-choose {
    background-image: url(../../img/bg/service-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

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

.why-card {
    border-radius: 36px;
    border: 7px solid #FFF;
    box-shadow: -7px 3px 4px 0px rgba(0, 0, 0, 0.30);
    height: 171px;
    position: relative;
    width: 182;
}

.why-title h3 {
    font-size: 20px;
    color: #000;
}

.why-icon {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
}

.why-icon img {
    height: 45px;
}

.why-title {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -80%);
}

.why-title h3 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}

/* testimonial css start */
#testimonial {
    background-image: url(../../img/bg/testimonial-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.feedback p {
    color: #fff;
}

.overlay {
    background-color: #000000b0;
}

.section-title .subtitle h4 {
    text-transform: uppercase;
    font-size: 17px;
    color: #fff;
}

.users {
    padding: 25x 0px;
}

.feedback p {
    font-size: 16px;
    font-weight: 400;
    word-spacing: 1px;
}

.quotes img {
    height: 60px;
}

.u-img img {
    height: 60px;
}

.u-details {
    padding-left: 20px;
}

.u-details h3 {
    color: #F4BC68;
    font-weight: 600;

}

.u-details p {
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    letter-spacing: 2px;
}

.u-img img {
    border-radius: 50%;
}

/* counter section css */
.counter-main-box {
    background: #FAF9F7;
    box-shadow: 0px 9px 14px -2px rgba(0, 0, 0, 0.25);
    padding: 30px 0px;
}

.border-right {
    border-width: 3px !important;
    border-image:
        linear-gradient(to bottom,
            #AD4D29,
            rgba(0, 0, 0, 0)) 4 100%;
}

.counter-count {
    font-size: 35px;
    color: #000;
    font-family: 'Oswald', sans-serif;
}

.employee-p {
    color: #ECA13D;
    font-size: 20px;
    padding-top: 10PX;
}

.brochuer-title h2 {
    font-size: 45px;
    color: #000;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
}

.brochuer-title h1 {
    font-size: 65px;
    color: #ECA13D;
    font-weight: 700;
    margin-top: -15px;
    font-family: 'Oswald', sans-serif;
}

.brochure-details p {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

/* Download brochure section start */
.form-section {
    background: rgba(244, 188, 104, 0.84);
    padding: 20px;
    margin: 0px 30px;
}

.form-group label {
    font-size: 17px;
    color: #000;
    font-weight: bold;
    font-family: 'Abel', sans-serif;
}

.form-group .form-control {
    height: 35px;
    background-color: #fff;
    font-size: 15px;
    font-family: 'Abel', sans-serif;
}

.form-control-1 {
    height: 70px;
    background-color: #fff;
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding-left: 5px;
    font-size: 15px;
    font-family: 'Abel', sans-serif;
}

.form-group .btn {
    width: 100%;
    background-color: #fff;
    color: #000;
    padding: 7px;
    font-size: 16px;
/*    font-weight: 600;*/
    font-family: 'Abel', sans-serif;
}

/* Footer css start */
#footer {
    background: #e06126;
}

.top-info-box {
    display: flex;
    padding: 20px 10px;

}

.top-border {
    border-right: 1px solid gray;
}

.top-info-box .icon img {
    height: 40px;
}

.top-text a {
    color: #fff;
    font-size: 15px;
}

.footer-item-title p {
    color: #fff;
}

.top-footer .row {
    margin: 0;
    padding: 0;
}

.footer-item-title h4 {
    font-size: 18px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}

.copyright-box p {
    color: #fff;
}

.footer-item-title ul {
    padding-top: 20px;
}

.footer-item-title ul li {
    padding-bottom: 5px;
}

.footer-item-title ul li a {
    font-size: 17px;
    color: #fff;
}

.footer-item-title ul li a:hover {
    color: #000;
    transition: 0.5s;
}

.footer-item-title p {
    padding-top: 20px;
}

.copyright {
    border-top: 1px solid gray;
}

.copyright-box p a {
    color: #000000;
    font-size: 15px;
}

/* banner css */
.carousel-caption h4 {
    color: #D56C38;
    font-size: 18px;
    text-transform: uppercase;
}

.carousel-caption h1 {
    font-size: 38px;
    color: #000;
    font-family: 'Oswald', sans-serif;
}

.carousel-caption {
    bottom: 30% !important;
    left: 10% !important;
}

.know-btn {
    margin-top: 30px;
}

.know-btn a {
    color: #fff;
    border-radius: 35px;
    background: #D56C38;
    font-size: 15px;
    padding: 9px 20px;
}

.know-btn a span {
    color: #fff;
}

/* ---------------------------------------ABOUT US PAGE-------------------------------------- */
#about {
    background-image: url('../../img/bg/about.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px 0px;
}

#about .section-title h2 {
    font-size: 35px;
    font-weight: 600;
    color: #3b4c61;
    text-transform: capitalize;
}

#about .sub-title h4 {
    font-size: 17px;
    color: #e06126;
}

.divider {
    height: 2px;
    width: 2%;
    background-color: #e06126;
    position: relative;
    left: 48%;
    margin: 20px 0px;
}

.about-content p {
    color: #000000;
    font-size: 17px;
    line-height: 1.7;
}

.s-box {
    padding: 30px 20px;
}

.s-box:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: 0.5s;
    border-radius: 18px;
}

.s-content h4 {
    color: #3f3f3f;
    font-size: 18px;
}

.s-content p {
    color: #4f4646;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    padding-top: 12px;
}

.s-icon {
    margin-bottom: 20px;
}

.s-icon img {
    height: 45px;

}

#counter-div-2 {
    background-image: url('../../img/bg/counter.jpg');
    background-size: cover;
    padding: 40px 0px;
}

#counter-div-2 .employees h3 {
    font-size: 35px;
}

#counter-div-2 .employee-p {
    color: #fff;
}

#counter-div-2 .border-right {
    border-width: 3px !important;
    border-image: linear-gradient(to bottom, #ffffff, rgba(0, 0, 0, 0)) 4 100%;
}

.core-point {
    font-size: 17px;
    padding-bottom: 10px;
}

.core-point h4 {
    font-size: 17px;
}

#team {
    background-image: url('../../img/bg/team.jpg');
    background-size: cover;
    padding: 80px 0px;
    background-position: center center;
}

.team-card {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding-top: 13px;
    border-radius: 7px;
}

.team-card:hover {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    transition: 0.5s;
}

.m-img img {
    height: 250px;
}

.m-details h3 {
    font-size: 16px;
    color: #AD4D29;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}

.m-details p {
    font-size: 15px;
    color: #000;
}

/* Banner for all services page */
.page-banner {
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    position: relative;
    background-position: center center;
}

.capital-bg {
    background-image: url('../../img/banner/Capital-Market.jpg');
}

.corporate-bg {
    background-image: url('../../img/banner/Corporate-Restructuring.jpg');
}

.debt-bg {
    background-image: url('../../img/banner/Debt-Syndication.jpg');
}

.valuations-bg {
    background-image: url('../../img/banner/valuations_bg.jpg');
}

.corporate-action-bg {
    background-image: url('../../img/banner/Corporate-Actions.jpg');
}

.corporate-law-bg {
    background-image: url('../../img/banner/Corporate-Law-Advisory.jpg');
}

.career-bg {
    background-image: url('../../img/banner/Careers.jpg');
}

.service-list ul li a span img {
    height: 20px;
    padding-right: 15px;
}

/*  */
/* --------------------------Conatct Page Design Start------------------------------ */
.contact-bg {
    background-image: url('../../img/bg/contact-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    position: relative;
    background-position: center center;
}

.bread-section {
    position: absolute;
    top: 45%;
    left: 15%;
    transform: translate(-15%, -45%);
}

.page-title h1 {
    font-size: 45px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.breadcrumb {
    background-color: transparent;
    padding-left: 5px;
}
.breadcrumb li a{
    color: #000;
}
/* page Banner css End */
.contact-title h3 {
    color: #fff;
    text-align: left;
    font-size: 25px;
    padding: 20px 0px;
}

.c-dteails p {
    font-size: 17px;
}

.c-dteails {
    margin-top: 10px;
}

.c-dteails a {
    color: #fff !important;
    margin-bottom: 10px !important;
    font-size: 17px;
}

.c-dteails h5 {
    font-size: 18px;
    color: #fff;
}

.contact-form-section {
    padding: 30px;
}

.contact-form-section .form-group .form-control-1 {
    border: 1px solid #ced4da;
}

.contact-form-section .btn {
    background-color: #D56C38;
}

.gap-top {
    padding-top: 70px;
}

#map {
    margin-top: 70px;
    margin-bottom: 0px;
}

/* ---------------------Careers page css start-------------------------------*/

.mission-content p {
    color: #000000;
}

/* Services page css start */

.services-section-box .divider-3 {
    height: 2px;
    width: 100%;
    background-color: #b7b7b7;
}

.services-section-box .divider-4 {
    height: 2px;
    width: 100%;
    background-color: #D56C38;
    margin-left: 3px;
}

.s-box-title h4 {
    font-size: 20px;
    padding-bottom: 15px;
}

.service-list {
    padding-top: 15px;
}

.service-list ul li {
    background: #FFE6C0;
    padding: 4px;
    margin-bottom: 6px;
}

.service-list ul li a {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    font-family: 'Abel', sans-serif;
}

.service-list ul li a:hover {
    color: #AD4D29;
    transition: 0.5s;
}

.service-name h2 {
    font-size: 25px;
    color: #AD4D29;
    padding-top: 20px;
    font-family: 'Oswald', sans-serif;
}

.service-name p {
    color: #000;
    text-align: justify;
}

.c-icon img {
    height: 18px;
    padding-left: 16px;
    float: right;
    position: relative;
    right: 23%;
}

.details p,
a {
    color: #000000;
    font-size: 17px;
    padding-right: 5px;
}
.section-title h3{
    font-weight: 600;
}
.service-list h5 {
    font-size: 18px;
    color: #000;
}

#offer {
    background-color: #ECA13D;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.overlay-2 {
    background-color: #000000cc;
}

.offer-list span img {
    padding-right: 10px;
    height: 26px;
}

.offer-list p {
    color: #000000;
    font-size: 16px;
    font-family: 'Abel', sans-serif;
    padding: 5px 6px;
    border-radius: 6px;
    background: #FFD89C;
    box-shadow: 0px 4px 8.9px 0px rgba(0, 0, 0, 0.30);
}

/* faq section */
.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
    color: #D56C38;
/*    padding-right: 20px;*/
    font-size: 16px;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
    color: #AD4D29;
}

.card-body p {
    font-family: 'Abel', sans-serif;
    text-align: justify;
    color: #000;
}

.card-title {
    font-size: 17px;
    font-weight: 500;
    color: #000000;
    padding: 7px 0px;
    font-family: 'Abel', sans-serif;
    /* margin: 20px; */
}

.accordion>.card>.card-header {
    margin-bottom: 13px !important;
    padding: 6px 13px!important;
    border: 0px !important;
}

.card {
    border: 0px !important;
}

.card-body {
    /* border-bottom: 1px solid rgb(82, 79, 79); */
    margin-bottom: 20px;
}

.card-body h4 {
    font-size: 14px;
    padding-bottom: 10px;
}

.faq-point h5 {
    font-size: 18px;
    color: #AD4D29;
}

.faq-point ul li {
    padding-bottom: 10px;
    text-align: justify;
    font-size: 14px;
    color: #000;
    font-family: 'Abel', sans-serif;
}

.accordion .card-header:before {
    font-family: 'FontAwesome';
    content: "<i class=" fa fa-circle"><i>";
    float: right;
    color: #AD4D29;
    padding-right: 20px;
}

.point ol li span {
    padding-right: 10px;
}

.point ol li {
    padding-bottom: 7px;
    font-family: 'Abel', sans-serif;
}

.point h5 {
    font-size: 16px;
}

/* .get-in-touch .col-lg-2{
    padding: 0px;
    margin: 0px;
} */
.checkbox-container {
    display: inline-block;
    margin-right: 30px;
}

label {
    margin: 0px 10px;
}

#s-form-section .form-group .form-control-1 {
    border: 1px solid #ced4da;
    width: 100%;
    height: 70px;
}

label {
    margin: 0px;
    padding-bottom: 7px;
}

.s-form-main {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    border: 7px;
    margin-top: 70px;
}

.s-form-main .form-group .btn {
    background-color: #AD4D29 !important;
    color: #fff;
}

.s-form-section {
    padding-bottom: 70px;
    background-color: #ededed;
}
.d-image img{
    border-radius: 22px;
}
/* Clientele css  */
.clientele .section-title h4 {
    font-family: 'DM Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #3b4c61;
    text-transform: capitalize;
        padding-bottom: 15px;
}

.clientele-box {
/*    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
/*    padding: 13px;*/
    border-radius: 7px;
}
.clientele {
    margin-bottom: 50px !important;
}
.mobile-rotate{
    margin-bottom: 30px;
}
.card span img {
    height: 22px;
}


.clientele-box .card-body {
    /* background-color: #f7f5e7; */
    border: 0px;
}

.clientele-box .card-body ul li span {
    padding-right: 10px;
}

.clientele-box .card-body ul li {
    background-color: #f7f5e7;
    border: 0px;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 5px;
}

.clientele-box .accordion>.card>.card-header {
    margin-bottom: 13px !important;
    padding: 13px !important;
    /* background: #f7f5e7; */
    border: 0;
}

.service-list .active a {
    color: #fff;
}

.service-list .active {
    color: #ffffff;
    background-color: #D56C38;
    width: 100%;
    border-left: 6px solid #FEC46C;
}

.form-box .row .col-lg-10 {
    padding: 0;
}

/* carreer */
.upload-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #3498db;
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.upload-btn:hover {
    background-color: #2980b9;
}

#file-input {
    display: none;
}

#careers {
    background-image: url('../../bg/cv-bg.jpg');
    background-size: cover;
}

.cv-box h4 {
    font-size: 18px;
}

.top-text {
    padding-left: 10px;
}

.contact-form-section {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.middion-div {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 30px;
}

/* Services page css start */
.services-section-box .row .col-lg-4,
.services-section-box .row .col-lg-2 {
    padding: 0;
}

.s-box-title h5 {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.form-box {
    background-color: #FEC46C;
    padding: 10px;
}

.s-form .form-group .form-control,
.s-form .form-group .form-control-1 {
    height: 35px;
    border-radius: 5px;
}

.s-form .form-group .form-control::placeholder {
    font-family: 'Abel', sans-serif;
    font-size: 16px;
}

.s-form .form-group .form-control-1::placeholder {
    padding-left: 10px;
    font-family: 'Abel', sans-serif;
    font-size: 16px;
}
#brochuer .form-group::placeholder{
    font-size: 16px;
}
/*  */
.container-1 {
    display: block;
    position: relative;
    padding-left: 23px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #ad4d29;
}

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

/* When the checkbox is checked, add a blue background */
.container-1 input:checked~.checkmark {
    background-color: #ad4d29;
}

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

/* Show the checkmark when checked */
.container-1 input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-1 .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bg-theme {
    background-color: #ad4d29 !important;
}

/* For faq */
.card-header {
    border-radius: 6px;
    background: #FFE6C0;
}
/* career page */

element.style {
}
.job-box {
    border: 1px solid gray;
    padding: 40px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 7px;
    height: 150px;
}
#career {
    background-image: url(../../img/career-2.jpg);
    background-size: contain;
    height: 550px;
    background-repeat: no-repeat;
}
.padding-top{
    margin-top: 20px;
}
.point li {
    font-size: 14px;
}
/*Top header css*/
.top-list {
    padding-right: 14px;
}
.top-list li span img{
    height: 15px;
    padding-right: 5px;
}
.top-list li{
    list-style: none;
    display: inline-block;
    padding-left: 20px;

}
.top-list li a{font-size: 16px; font-weight: 600}
#mobile-menu .navbar{
    margin-top: -10px;
}
.carousel-caption h1 span {
    color: #d27a35;
}

.login-phone{
    display: none;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(221 113 35);
}

#why-choose .sec-gap-bottom {
    padding-bottom: 33px;
}

#why-choose  .sec-gap-top {
    padding-top: 8px;
}
.counter-count::after{
    content: '+';
    padding-left: 10px;
}
/*slick*/
.slick-prev{
    display: none!important;
}
.slick-next{
    display: none!important;
}
.client-img-1 img{
    height: 80px;
}

/*corporate page css 20/06/2024*/

.corporate-bg{
    background-image: url('../../img/banner/corporate-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    position: relative;
    background-position: center center;
}
.cor-text .brochuer-title h1 {
    font-size: 63px;
}
.cor-sub{
    font-size: 25px;
    font-size: bold;
}
.key-points h5{
    font-size: 25px;
    font-weight: 600;
    font-family: 'Alumni Sans', sans-serif;
}
.key-points ul li{
       font-size: 16px;
    font-family: 'Abel', sans-serif;
       margin-bottom: 14px;
    border-radius: 6px;
}
.key-points ul li span img {
    padding-right: 10px;
    height: 26px;

}
.key-points ul li::before{}
/*.cor-text{
    padding-left: 76px;
}*/
/*How we work*/
#work{
/*    background-color: #b7c3cf6e;*/
}
.timeline {
    position: relative;
    
    margin: auto;
    padding: 20px 0;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #ddd;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}

.timeline-step {
    position: relative;
    width: 50%;
    padding: 20px 40px;
    box-sizing: border-box;
}

.timeline-step.left {
    left: 0;
    text-align: right;
}

.timeline-step.right {
    left: 50%;
}

.timeline-step .circle {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #3498db; /* Blue background */
    border: 1px solid #3498db; /* Border same color as background */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    top: 15px;
    z-index: 1;
}

.timeline-step.right .circle {
    left: -30px;
}

.timeline-step.left .circle {
    right: -30px;
}

.timeline-step .circle .step-title {
    color: #fff;
    margin: 0;
    padding: 5px;
    text-align: center;
}

.timeline-step .content {
    position: relative;
    background: white;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease;
}

.timeline-step.left .content {
    text-align: left;
}

.timeline-step.right .content {
    text-align: left;
}

.timeline-step.left .content::before,
.timeline-step.right .content::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 2px;
    background-color: #ddd;
    top: 50%;
    transform: translateY(-50%);
}

.timeline-step.left .content::before {
        right: -22px;
    width: calc(40% + 20px);
    z-index: -999;
    top: 27px;
}

.timeline-step.right .content::before {
        left: -20px;
    width: calc(30% + 20px);
    z-index: -99;
    top: 26px;
}

.timeline-step .content:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.timeline-step:nth-child(2) .circle {
    background-color: #e74c3c; /* Red background */
    border: 1px solid #e74c3c;
}

.timeline-step:nth-child(3) .circle {
    background-color: #2ecc71; /* Green background */
    border: 1px solid #2ecc71;
}

.timeline-step:nth-child(4) .circle {
    background-color: #f1c40f; /* Yellow background */
    border: 1px solid #f1c40f;
}

.timeline-step:nth-child(5) .circle {
    background-color: #9b59b6; /* Purple background */
    border: 1px solid #9b59b6;
}

.timeline-step h4 {
    margin-top: 0;
}
.content h4{
    font-size: 22px;
    font-weight: 600;
}
/* Responsive styles */
@media screen and (max-width: 768px) {
    .timeline::after {
        left: 8%;
    }

    .timeline-step {
        width: 100%;
        text-align: left;
        padding: 20px 20px;
    }

    .timeline-step.left {
        left: 0;
    }

    .timeline-step.right {
        left: 0;
    }

    .timeline-step .circle {
        left: 0;
        right: auto;
    }

    .timeline-step .content {
        margin-left: 80px;
    }

    .timeline-step.left .content::before,
    .timeline-step.right .content::before {
        left: -40px;
        right: auto;
        width: 40px;
    }
    .timeline-step.right .circle {
        left: 0px; 
    }

}

/*mid content*/
.mid-con {
    display: flex;
}
.mid-con span img{
    height: 24px;
    margin-right: 12px;
}
/*box*/
.custom-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out;
}

.custom-box:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.box-icon {
    background: linear-gradient(135deg, #f3872d 0%, #f13a16 100%);
    color: white;
    border-radius: 50%;
    padding: 10px;
}

.content {
/*    display: flex;*/
    align-items: center;
    flex-wrap: wrap;
}

.box-description,
.additional-content {
    margin: 0;
}

.additional-content {
    display: none;
    margin-left: 5px;
}

.read-less {
    display: none;
}
.box-title{
    font-size: 20px;
    font-weight: 500;
    font-family: 'Alumni Sans', sans-serif;
}
.box-description{
    font-size: 17px;
}
.con-info p i{
    padding-right: 15px;
}
/*Contact sec*/
#contact-sec{
    background: #dddddd96;
    padding: 50px 0px;
}
.con-img{
    border-radius: 50%;
    height: 377px;
    width: 424px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
/*Responsivr*/
@media only screen and (max-width: 600px){
    .cor-img{
        margin-top: 60px;
    }
    .rotate{
        display: flex;
        flex-direction: column-reverse;
    }
    .con-img{
        margin-bottom: 50px;
    }
    .gap-top {
        padding-top: 37px;
    }
}
/*Corporate page css End*/