.logos{
    max-height: 100px;
    background: #fff;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.logosm{
    max-height: 50px;
    background: #fff;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.slider_bg_3{background-image:url(../img/banner/p2.jpg);}
.slider_bg_4{background-image:url(../img/banner/he3.jpg);}

.ftco-section{
    /* background: url(../img/servicebg.jpg);
    background-size: cover;
    background-attachment: fixed; */
    /* background: #efefef; */
    padding: 30px 0px 60px 0;
}

.ftco-animate h2{
    font-weight: 600 !important;
    color: #233e62;
}

.services-2 {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
    padding: 30px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.ftco-animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.services-2:hover {
    background: #1b9ce3;
    -webkit-box-shadow: 0px 0px 27px -16px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 27px -16px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 27px -16px rgba(0, 0, 0, 0.75);
    border: none;
}

.services-2:hover .media-body h3 {
    color: #fff !important;
}

.services-2:hover .media-body p {
    color: rgba(255, 255, 255, 0.9);
}

.services-2 .icon span {
    font-size: 50px;
    color: #1b9ce3;
}

.services-2:hover .icon span {
    color: #fff;
}

.video_area_inner p {
    color: #fff;
}

.video_area_inner ul li {
    color: #fff;
}

.video_area{
    background-position: bottom;
}

.video_area_inner ul li{
    list-style: circle;
}

.suatainability-wrp {
    max-width: 1920px;
    margin: 0 auto;
    height: auto;
    padding: 40px 40px 50px;
}

.suatainability-wrp .sus-cvr-wrp {
    max-width: 1800px;
    height: 700px;
    border: 50px;
    background-repeat: no-repeat;
    background-position: bottom left;
    padding: 150px 0px;
    margin: 0 auto;
    background-size: cover;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
}

.p1{
    background-image: url(../img/f3.jpg);
}

.p2{
    background-image: url(../img/sp2.jpg);
}

.p3{
    background-image: url(../img/p3.jpg);
}

.p4{
    background-image: url(../img/he1.jpg);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .suatainability-wrp .sus-cvr-wrp {
      height: 620px;
      padding: 100px 0;
    }
}

.suatainability-wrp .sus-cvr-wrp .common-ttle {
    color: #ffffff;
    margin-bottom: 30px;
}

.suatainability-wrp .sus-cvr-wrp p {
    color: #ffffff;
    max-width: 640px;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
}

.container-1600-wrp {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 15px;
}

.btn-box {
    border: none;
    display: inline-block;
    padding: 12px 35px;
    color: #ffffff;
    font-size: 18px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-transform: lowercase;
}


.suatainability-wrp .sus-cvr-wrp::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 81.77%);
    z-index: 0;
}

.btn-box:hover {
    color: #ffffff;
}

.btn-box::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #0a0a5f;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: -1;
    border-radius: 70px;
}

.suatainability-wrp .sus-cvr-wrp .container-1600-wrp {
    position: relative;
    z-index: 2;
}

.btn-box.whiteborder::before {
    background-color: transparent;
    border: 1px solid #ffffff;
  }
  .btn-box.whiteborder:hover {
    color: #ffffff;
  }
  .btn-box.whiteborder:hover::before {
    transform: translate(-50%, -50%) scale(1);
    background-color: #307fe2;
    border: 1px solid #307fe2;
}

.founder{
    background: url(../img/founder.jpg);
    background-position: center;
    background-size: cover;
}

.flip-card {
    background-color: transparent;
    /* width: 300px; */
    height: 300px;
    perspective: 1000px;
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .flip-card-front {
    background-color: #bbb;
    color: black;
  }
  
  .flip-card-back {
    background-color: #022a44;
    color: white;
    transform: rotateY(180deg);
}

.agro{
    background: url(../img/f4.jpg);
    background-size: cover;
}

.solar{
    background: url(../img/sp3.jpg);
    background-size: cover;
}

.paper{
    background: url(../img/p4.jpg);
    background-size: cover;
}

.heavy{
    background: url(../img/he4.jpg);
    background-size: cover;
}

.career{
    background: url(../img/career.jpg);
    background-size: cover;
    background-position: center;
}


.sustainabilityStrategy .tabsLinks a:not(:last-child) {
    margin-bottom: 0.5rem;
}

.sustainabilityStrategy .tabsLinks a {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 16px;
    color: #000;
    transition: all 0.5s;
    background: #fff url("../images/arrw-grey-brand.png") no-repeat right 20px center;
}

.sustainabilityStrategy {
    background-image: url("../images/cr-sustainibility-strategy.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}

.benefits-rhs .mar-top {
    margin-top: 60px;
    overflow: hidden;
    border-radius: 16px;
}

.clc-wrp {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.clc-wrp .clc {
    height: 250px;
}

.clc-wrp .clc {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 160px;
    border-radius: 16px;
    border: 1px solid #d3d3d3;
    background: rgba(211, 211, 211, 0.2);
}

.clc-wrp .clc img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}

.clc-wrp .clc .clc-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
}

.clc-wrp .clc .clc-content .clcContent-left {
    position: relative;
    z-index: 2;
    width: 80%;
}

.latml-left .img-wrapper, .lifeAtTML .latml-right .img-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.latml-left .caption, .lifeAtTML .latml-right .caption {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 16px 50px;
    z-index: 1;
    color: #fff;
}

.latml-left .img-wrapper::after, .lifeAtTML .latml-right .img-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(10, 10, 95, 0) 48.58%, #000000 99.05%), linear-gradient(180deg, rgba(0, 0, 0, 0) 44.25%, #000 100%);
    pointer-events: none;
}

.pc-left ul li{
    color: #fff;
    margin-left: 40px;
    list-style: circle;
}

.forAssistance .container {
    background-color: #f5f9ff;
    padding: 40px;
    border-radius: 24px;
    overflow: hidden;
}