.single-landing .site-header {
   /* display: none;*/
}
.landing-page-banner .c-btn {
    min-width: 220px;
    margin-top: 20px;
}
.landing-page-banner.inner-page-banner:before {
    opacity: .2;
}
.landing-page-banner .inner-banner-content {
    max-width: 870px;
}
.landing-page-banner .inner-banner-content .inb-title {
    margin-top: 15px;
     filter: none;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
}
.landing-page-banner .inner-banner-content .inb-info {
    line-height: 1.5;
    margin: 12px 0 0;
    filter: none;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
}
.team-information .sec-title-sec:before {
    height: calc(100%);
}
.who-we-are-section {
    padding: 100px 0px 60px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.who-we-are-section .sec-title-sec:before {
    z-index: -1;
    height: calc(100% - 160px);
}
.who-we-are-section .sec-title {
    font-size: 48px;
}
.who-we-are-section .sec-description {
    font-size: 18px;
}
.who-we-are-section .info-text-light {
    font-size: 18px;
    text-align: justify;
}
.about-info-wrapper h2 {
    font-size: 25px;
    line-height: 1.4;
    color: #000000;
    font-weight: bold;
    margin: 0;
}

.about-info-wrapper .d-flex>img {
    margin: -9px 12px 0 0px;
}

.about-info-content {
    font-size: 18px;
    line-height: 1.5;
    color: #666666;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 5px;
    text-align: justify;
}

.about-info-wrapper {
    padding-bottom: 20px;
    padding-top: 15px;
}
.who-we-are-section.about-landing-page .sec-title {
    font-size: 47px;
    line-height: 1.2;
    margin-bottom: 30px;
}
.sec-new-description p {
    font-size: 16px;
    line-height: 1.7;
    color: #666666;
}
.sec-new-description p strong {
    color: #0b1011;
    font-family: 'Gotham';
}

/*===== hire mdd css =====*/
.hire-mdd-wrapper {background-color: #fff;box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);border-radius: 0px 0px 30px 30px;overflow: hidden;}

.hire-mdd-footer {
    background-color: #000000;
    padding: 30px 40px;
    position: relative;
    z-index: 1;
}

.hire-mdd-footer h3 {font-size: 25px;
line-height: 1.6;
color: #ffffff;margin: 0 20px 0 0px;}

.hire-mdd-content-wrapper .sec-title-sec:before {
    height: calc(100% - 104px );
}
.hire-mdd-section::before {
    content: "";
    width: 100%;
    height: 390px;
    background-color: var(--red);
    position: absolute;
    z-index: -1;
    border-radius: 40px 40px 0px 0;
    top: -80px;
}
.hire-mdd-section {
    position: relative;
}
.hire-mdd-content-wrapper h3 {font-size: 30px;
line-height: 1.3;
color: #000000;
font-weight: bold;margin: 0 0 20px;}
.hire-mdd-content-wrapper {padding: 70px 40px 0;}

.hire-mdd-content-wrapper .content-wrap strong {font-size: 20px;
line-height: 1.4;
color: #000000;
font-weight: bold;}

.hire-mdd-content-wrapper .content-wrap p, .hire-mdd-content-wrapper .content-wrap li {font-size: 17px;
line-height: 1.5;
color: #666666;}

.hire-mdd-content-wrapper .content-wrap ul {margin: 0;padding: 0;list-style: none;}

.hire-mdd-content-wrapper .content-wrap ul li {padding: 12px 0 12px 25px;}

.hire-mdd-content-wrapper .content-wrap ul li::before {content: "";position: absolute;width: 8px;height: 8px;background-color: var(--red);border-radius: 50%;margin: 7px 0 0 -22px;}
.hire-mdd-content-wrapper .content-wrap {
    padding-bottom: 50px;
}

.landing-page-about.hire-mdd-section{
    margin-top: 80px;
}
.content-repeater-wrapper {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
}

.content-repeater-wrapper .icon-divs {
    width: 80px;
    height: 80px;
    background: var(--red);
    border-radius: 50%;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
}

.content-repeater-wrapper .repeater-content-wrap {
    width: calc(100% - 100px);
}

.content-repeater-wrapper .icon-divs img {
    width: 40px;
}

.content-repeater-wrapper::after {
    content: "";
    position: absolute;
    background: #cfcfcf;
    width: 2px;
    height: calc(100% - 85px);
    left: 40px;
    z-index: -1;
    bottom: 3px;
}
.content-repeater-section .content-repeater-wrapper:last-child::after {
	display: none;
}
.content-repeater-section {
    padding-bottom: 40px;
}

.content-repeater-section h2 {
    font-size: 30px;
    line-height: 1.4;
    color: #000000;
    font-family: 'Gotham';
    font-weight: bold;
}

.content-repeater-section p {
    font-size: 16px;
    line-height: 1.7;
    color: #666666;
}

.content-repeater-section li {
    font-size: 16px;
    line-height: 1.7;
    color: #666666;
    list-style-position: inside;
    padding-left: 25px;
    padding: 5px 0 5px 25px;
}

.content-repeater-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.content-repeater-section li::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: var(--red);
    border-radius: 50%;
    margin: 9px 0 0 -19px;
}


/*==== team section ==*/
.team-memeber-slider-section ul.slick-dots {
    width: 390px;
    background: rgb(255 255 255 / 40%);
    bottom: -35px;
    left: 43%;
    transform: translateX(-43%);
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
}

.team-memeber-slider-section ul.slick-dots li {
    width: 25%;
    height: 4px;
    margin: 0;
}

.team-memeber-slider-section ul.slick-dots li.slick-active {
    background: var(--red);
}

.team-memeber-slider-section ul.slick-dots li button {
    width: 100%;
    padding: 0;
    height: 3px;
}

.team-memeber-slider-section .slick-dotted.slick-slider {
    margin: 0;
}

.related-articles-slider .slick-list {
    /* margin-right: -150px !important; */
    padding: 0 15% 0 0 !important;
}

.team-information-slider .slick-list {
    /* margin-right: -80px !important; */
    padding: 0 15% 0 0 !important;
}

.related-articles-section .slider-wrapper:after {
    content: "";
    position: absolute;
    width: 280px;
    height: 100%;
    background: linear-gradient(270deg, #000, hsla(0, 0%, 100%, 0));
    right: 0;
    top: 0;
}

.team-information .nav-tabs .nav-link {
    text-decoration: none;
    padding: 10px 10px;
    border-radius: 27px;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    color: var(--red);
    border: 1px solid var(--red);
    margin-bottom: 0px;
    border-radius: 40px;
    min-width: 180px;
}

.team-information .nav-tabs {
    border-bottom: none;
    justify-content: flex-end;
    margin: 0;
}
.related-articles-box .content-wrap .text-wrapper p strong {
    font-weight: normal;
}
.team-information .nav-tabs li {
    margin-right: 20px;
}

.team-information .nav-tabs li:last-child {
    margin-right: 0px;
}

.team-information .row {
    align-items: center;
}

.energy-about-section .inner-page-title.sec-title-sec:before {
    height: calc(100% - 145px);
}

.team-information-box .img-wrap img {
    object-fit: cover;
    width: 100%;
    height: 370px;
    object-position: top;
}

.team-information-box {
    margin: 13px 7px;
}

.team-information-box .content-wrap {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    width: 92%;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    z-index: 1;
    position: relative;
}

.team-information-box .img-wrap {
    /* bottom: -60px; */
    /* position: relative; */
    /* top: 0; */
    margin-bottom: -50px;
}

.team-information-box .content-wrap h3 {
    font-size: 20px;
    line-height: 1.4;
    color: #0b1011;
    font-weight: 800;
    margin: 0 0 3px;
}

.team-information-box .content-wrap h4 {
    font-size: 16px;
    line-height: 1.4;
    color: #666666;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.c-btn-white {
    color: #333333 !important;
    background-color: #fff;
    border: 1px solid #333;
    margin-top: 17px;
}
.team-information-box:hover .c-btn-white {
    border: 1px solid transparent;
}
.team-information-box .contact-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 15px auto;
    display: table;
    max-width: 350px;
    text-align: left;
}

.team-information-box .contact-info li a {
    font-size: 16px;
    line-height: 1.3;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Gotham';
}

.team-information-box .contact-info li a img {
    display: inline-block;
    /* float: left; */
    /* vertical-align: bottom; */
    /* margin-top: 6px; */
        margin-right: 5px;
}

.team-information-box .contact-info ul li {
    padding: 3px 0;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}

.team-information-box .contact-info {
    display: none;
}

.team-information-box {
    transition: 0.5s ease-in-out;
}

.team-information-box:hover .contact-info {
    display: block;
}

.team-information-box:hover .content-wrap {
    background-color: var(--red);
    margin-top: -150px;
    min-height: 250px;
}

.team-information-box:hover .content-wrap h3,
.team-information-box:hover .content-wrap h4 {
    color: #fff;
}

.team-information .team-memeber-slider-section .slider-wrapper:after {
    content: "";
    position: absolute;
    width: 313px;
    height: calc(100% - 18px);
    background: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0));
    right: 0;
    top: 10px;
    z-index: 1;
}

.team-information .team-memeber-slider-section ul.slick-dots {
    background: #e7e8e9;
}
.slider-wrapper {
    width: 100vw;
    position: relative;
    margin-right: calc(-50vw + 50% - 8px);
    margin-left: -13px;
}
.team-memeber-slider-section {
    padding-top: 50px;
}
.single-landing-team p.sec-description {
    font-weight: normal;
    line-height: 1.6;
    font-family: 'GothamBook';
    color: #666666;
    max-width: 730px;
}
.team-memeber-slider-section {
    position: relative;
    z-index: 1;
}
.single-landing-team {
    overflow: hidden;
}


/*=== MDD can Help ====*/
.mdd-can-help {
    background-color: #13171b;
    background-size: cover;
    background-repeat: no-repeat;
    border-top: 20px solid #fff;
    position: relative;
}
.mdd-can-help  .text-wrap {
    padding-bottom: 90px;
}
.mdd-can-help .text-wrap .info-text-light {
    font-size: 16px;
	font-weight: 400;
    font-family: 'GothamBook';

}
.mdd-can-help .img-wrap {
    position: absolute;
    top: -20px;
    width: 100%;
    max-width: 700px;
}
.mdd-can-help .inner-page-title .sec-description {
    font-weight: 400;
    font-family: 'GothamBook';
}
.mdd-can-help .sec-title-sec:before {
    content: "";
    width: 2px;
    background: #353637;
    position: absolute;
    left: 18px;
    top: 145px;
    height: calc(100% - 145px);
    z-index: 1;
}
.hire-mdd-btn-wrapper .c-btn {
    max-width: 250px;
    min-width: auto;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.hire-mdd-btn-wrapper .c-btn:last-child {
    color: #fff;
    border: 1px solid #fff;
}

.hire-mdd-btn-wrapper .c-btn:first-child {
    margin-right: 15px;
}
.hire-mdd-footer a.c-btn {
    width: 190px;
    text-align: center;
    font-family: 'Gotham';
    font-weight: 500;
    padding: 15px 25px;
}
.hire-mdd-footer h3 {
    width: calc(100% - 210px);
}
.mdd-can-help .text-wrap .info-text-light p {
    text-align: left;
}
.single-landing .inner-page-banner .container {
   /* padding: 200px 0px;*/
}
.hire-mdd-footer a.c-btn-red:hover, .hire-mdd-footer .c-btn-red:hover, .hire-mdd-footer a.c-btn-red:focus {
    background-color: #fff; color: #222;
}
.hire-mdd-btn-wrapper .c-btn:hover:first-child {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}
.hire-mdd-btn-wrapper .c-btn:hover:last-child {
  background-color: var(--red);
  border-color: var(--red);
}

@media (max-width: 1450px) {
	.who-we-are-section.about-landing-page .sec-title {
	    font-size: 33px;
	}
    .team-information-box .contact-info li a {
    font-size: 14px;
}
    .team-information-box .content-wrap h4 {
    font-size: 14px;
}
.sec-new-description p {
    font-size: 14px;
    text-align: left !important;
}
.content-repeater-section h2 {
    font-size: 25px;
}
.content-repeater-section li::before {
    margin: 7px 0 0 -19px;
}
.content-repeater-section p {
    font-size: 14px;
}
.content-repeater-section li {
    font-size: 14px;
    }
    .hire-mdd-footer h3 {
    font-size: 20px;
    line-height: 1.3;
}
.team-information-box .img-wrap img {
    height: 280px;
}
.team-information-box .content-wrap {
    padding: 15px 5px;
}
.team-information-box:hover .content-wrap {
    background-color: var(--red);
        min-height: 228px;
    
}
.team-information-box .content-wrap h3 {
    font-size: 16px;
}
.team-information-box .content-wrap h4 {
    font-size: 13px;
}
.hire-mdd-btn-wrapper .c-btn {
    max-width: 220px;
}
.hire-mdd-btn-wrapper .c-btn:first-child {
    margin-right: 7px;
}
.mdd-can-help .text-wrap .info-text-light {
    font-size: 14px;
    padding-top: 10px !important;
}
.hire-mdd-btn-wrapper .c-btn {
    margin-top: 20px !important;
}
.single-landing .inner-page-banner .container {
   /* padding: 90px 0px;*/
}
.mdd-can-help .inner-page-title .sec-description {
    font-size: 14px;
}
.mdd-can-help .img-wrap {
    top: 100%;
    max-width: 640px;
    transform: translateY(-100%);
}
.mdd-can-help  .text-wrap {
    padding-bottom: 70px;
}

.mdd-can-help.section-padding {
    padding-top: 100px;
}
}

@media (max-width: 1365px) {
    .mdd-can-help .img-wrap {
        max-width: 580px;   
    }
    .mdd-can-help.section-padding {
        padding-top: 90px;
    }
}




@media (max-width: 1280px) {
.who-we-are-section.about-landing-page .sec-title {
    margin-bottom: 20px;
}
.team-information-box .img-wrap img {
    height: 260px;
}
.team-information-box {
    margin: 13px 8px;
}

}


@media (max-width: 1199px) {
  .who-we-are-section {
    background-image: none !important;
}
.mdd-can-help .text-wrap .info-text-light {
    font-size: 14px;
}
.mdd-can-help .inner-page-title .sec-description {
    font-size: 14px;
}
.hire-mdd-btn-wrapper .c-btn {
    max-width: 180px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
}
.mdd-can-help .img-wrap {
    max-width: 450px;
}
.mdd-can-help  .text-wrap {
    padding-bottom: 40px;
}
.mdd-can-help.section-padding {
    padding-top: 70px;
}
.hire-mdd-btn-wrapper .c-btn {
    margin-top: 10px !important;
}
.mdd-can-help .text-wrap .info-text-light {
    padding-top: 0px !important;
}
/* .team-information-slider .slick-list {
    margin-right: -150px !important;
} */
}

@media(max-width: 991px) {

 .mdd-can-help .img-wrap {
    top: auto;
    transform: none;
    position: inherit;
    text-align: center;
    margin: 0 auto;
}

.hire-mdd-footer h3 {
    font-size: 18px;
}
/* .team-information-slider .slick-list {
    margin-right: -200px !important;
} */
.team-memeber-slider-section ul.slick-dots {
    left: 50%;
    transform: translateX(-50%);
}
.team-memeber-slider-section {
    padding-top: 60px;
}

}


@media (max-width: 767px) {
.mdd-can-help .sec-title-sec:before {
    left: 10px;
    top: 90px;
    height: calc(100% - 90px);
    z-index: 0;
}
.who-we-are-section .sec-title-sec:before {
    height: calc(100% - 120px);
}
.hire-mdd-content-wrapper {
    padding: 40px 20px 0;
}
.content-repeater-section h2 {
    font-size: 20px;
}
.content-repeater-section p, .content-repeater-section li {
    font-size: 14px;
}
.content-repeater-wrapper .icon-divs img {
    max-width: 30px;
}
.content-repeater-wrapper .icon-divs {
    width: 55px;
    height: 55px;
}
.content-repeater-wrapper .repeater-content-wrap {
    width: calc(100% - 75px);
}
.content-repeater-wrapper::after {
    height: calc(100% - 60px);
    left: 25px;
    bottom: 3px;
}
.content-repeater-section {
    padding-bottom: 0;
}
.who-we-are-section {
    padding: 70px 0px 40px;
}
.team-memeber-slider-section ul.slick-dots {
    width: 240px;
}
.landing-page-about.hire-mdd-section {
    margin-top: 40px;
}
.hire-mdd-section::before {
    top: -40px;
}
.team-information-box .img-wrap img {
    height: 320px;
}
.team-memeber-slider-section {
    padding-top: 50px;
}
.hire-mdd-footer h3 {
    font-size: 16px;
}
}  



@media (max-width: 576px) {
.hire-mdd-footer a.c-btn {
    font-size: 14px;
}
.who-we-are-section .sec-title-sec:before {
    height: calc(100% - 90px);
}
.inner-banner-content {
    padding: 0 15px;
}
 .landing-page-banner .c-btn {
    min-width: auto;
}   
.who-we-are-section.about-landing-page .sec-title {
    font-size: 26px;
}
.content-repeater-wrapper .icon-divs {
    width: 50px;
    height: 50px;
}
.hire-mdd-content-wrapper {
    padding: 40px 15px 0;
}
.content-repeater-wrapper .repeater-content-wrap {
    width: calc(100% - 57px);
}
.content-repeater-section p, .content-repeater-section li {
    text-align: left !important;
}
.hire-mdd-footer {
    padding: 20px 20px;
}
.hire-mdd-footer .d-flex {
    flex-wrap: wrap;
    justify-content: center !important;
}

.hire-mdd-footer h3 {
    width: 100%;
    margin: 0 0 15px;
    text-align: center;
}
.team-information-slider .slick-list, .related-articles-slider .slick-list {
    margin-right: 0px !important;
}
.team-information .team-memeber-slider-section .slider-wrapper:after {
    display: none;
}
.team-information-box .img-wrap img {
    height: 350px;
}
.team-memeber-slider-section {
    padding-top: 10px;
}
.hire-mdd-btn-wrapper .c-btn {
    max-width: 150px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
}

}








