* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

img {
    width: 100%;
}

a {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Outfit", sans-serif;
}

p,
a,
li,
span {
    font-family: "DM Sans", sans-serif;
}

.tbp {
    padding: 70px 0;
}

.tbm {
    margin: 70px 0;
}

.cus-container {
    width: 100%;
    max-width: 96%;
    margin-inline: auto;
}

.lands-logo img {
    max-width: 150px;
    position: absolute;
    left: 50px;
    top: 40px;
}

section.landing-sec {
    position: relative;
}

.land-con {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    text-align: center;
    color: #fff;
    width: 100%;
    margin-bottom: 100px;
    position: relative;
}
.land-con h5 {
    font-size: 70px;
    text-transform: uppercase;
    margin-bottom: 16px;
    /* padding-bottom: 34px;
    position: relative; */
}

.land-con p {
    margin-bottom: 0;
    font-size: 36px;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px 60px 10px;
    position: relative;
    display: inline-block;
    background: linear-gradient(90deg, #1077bb00, #0d8aca, #1077bb00);
}
.land-con p:before {
    content: "";
    position: absolute;
    width: 340px;
    height: 10px;
    background: linear-gradient(90deg, #ee7d19 50%, #009744 50%);
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}
.land-con p:after {
    content: "";
    position: absolute;
    width: 112px;
    height: 10px;
    background: #fff;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}
.land-con img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    z-index: 0;
}
.land-top {
    position: relative;
    background: url(../../assets/img/landing-banner.jpg);
    padding: 160px 0 0px;
    background-position: center bottom;
    background-size: cover;
}
.land-main {
    /* margin-top: -110px; */
    position: relative;
    margin-bottom: -100px;
    z-index: 1;
}
.lmic-box {
    position: relative;
    border-radius: 10px;
    box-shadow: 4px 4px 10px #00000052;
    z-index: 0;
}   
.lmic-box img{
    border-radius: 10px;
}
.lmic-con {
    border-radius: 10px;
    padding: 20px;
    margin: 0px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
}
.lmic-ic {
    background: url(../../assets/img/land-bg.png);
    border-radius: 10px;
    padding: 18px 16px;
    width: 100%;
    height: 100%;
}
.lmic-con h4 {
    margin-bottom: 0;
    font-size: 20px;
    color: #212121;
    width: 100%;
}
.lmic-ic img.land-arw {
    position: absolute;
    max-width: fit-content;
    bottom: 20px;
    border-radius: 0;
    right: 20px;
}
.lmic-ic span {
    display: none;
    font-size: 18px;
    color: #4a4a4a;
}
.lmic-box:hover .lmic-ic img {
    display: none;
    transition: 0.4s;
}
.lmic-box:hover .lmic-ic span{
    display: block;
    transition: 0.4s;
}
.lmic-box:hover .lmic-ic {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    transition: 0.4s;
}
.lmic-box:hover .lmic-con h4 {
    margin-bottom: 16px;
    padding-bottom: 16px;
    position: relative;
    color: #ED3237;
    transition: 0.4s;
}
.lmic-box:hover .lmic-con h4:before {
    content: "";
    width: 60px;
    height: 6px;
    border-radius: 10px;
    background: #ED3237;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom:-3px ;
    transition: 0.4s;
}
.lmic-box:hover .lmic-con {
    height: 100%;
    transition: 0.4s;
}
.lmic-box:hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000a1;
    border-radius: 10px;
    z-index: 1;
    opacity: 1;
    box-shadow: 0 0 16px 6px inset #000;
    transition: 0.4s;
    opacity: 1;
}
.lmic-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000a1;
    border-radius: 10px;
    z-index: 1;
    opacity: 1;
    box-shadow: 0 0 16px 6px inset #000;
    /* transition: 4s; */
    opacity: 0;
}
.th-inr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-header {
    /* border-bottom: 1px solid #ECECEC; */
    background: #ED3237;
}
.thil-ic a {
    font-size: 16px;
    padding: 4px 0px;
    display: block;
    margin-right: 16px;
    padding-right: 16px;
    border-right: 1px solid #8f161e;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.2px;
}
.thil-ic a:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border-right: none;
}
.thil-ic {
    display: flex;
}
.thil-ic a span {
    margin: 0 2px 0 6px;
    font-weight: 700;
    color: #fff;
}
.thil-ic a i {
    color: #fff;
    /* font-size: 18px; */
}
.thir-ic {
    display: flex;
    align-items: center;
}
.thir-ic a {
    border-right: 1px solid #8f161e;
    padding: 4px 18px;
    font-size: 18px;
    color: #fff;
}
.thir-ic a:last-child {
    border-right:none;
}
img.header-logo {
    max-width: 140px;
}
nav.navbar {
    padding: 0 !important;
}
/* .hb1 a {
    background: #1E1E1E;
    line-height: 60px;
    padding-inline: 18px;
    display: flex;
    column-gap: 20px;
    color: #fff;
    align-items: center;
} */
.hb1 a {
    background: #1e1e1e;
    line-height: 48px;
    padding-inline: 18px;
    display: flex;
    column-gap: 10px;
    color: #fff;
    align-items: center;
    border-right: 1px solid #646464;
}
.hb1 a span {
    width: 30px;
    background: #ED3237;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 14px;
}
.header-btn {
    margin-left: 0px;
}
a.nav-link {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 18px;
    padding: 30px 0 !important;
    margin-inline: 15px;
}
.hbs-slide {
    position: relative;
    overflow: hidden;
}   
/* .hbs-con {
    position: absolute;
    width: 100%;
    background: #ED3237;
    max-width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
} */
.hbs-con {
    position: absolute;
    width: 100%;
    background: transparent;
    max-width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
}
.hbsc-ic span {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.hbsc-ic h4 {
    font-size: 68px;
    margin-bottom: 20px;
    max-width: 560px;
}

.hbsc-ic a {
    display: inline-block;
    font-size: 14px;
    background: #ED3237;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 50px;
    padding-inline: 20px;
    letter-spacing: 0.2px;
}
.hbsc-ic {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translateY(-50%);
    margin-left: -150px;
}
.hbsc-ic:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
    max-width: 500px;
    max-height: 500px;
    min-height: 500px;
    border-radius: 100%;
    margin-left: -130px;
    left: 0;
    -webkit-animation-name: shake;
    -webkit-animation-duration: 4s;
    /* -webkit-transform-origin: 50% 50%; */
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    top: -80px;
    opacity: 0.65;
}
.hbsc-ic:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: -1;
    max-width: 550px;
    max-height: 550px;
    min-height: 550px;
    border-radius: 100%;
    margin-left: -155px;
    left: 0;
    border: 2px solid #000;
    -webkit-animation-name: shake;
    -webkit-animation-duration: 4s;
    /* -webkit-transform-origin: 50% 50%; */
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    top: -106px;
    opacity: 0.75;
}

/* animation */

@-webkit-keyframes shake {
	0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
	10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
	20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
	30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
	40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
	50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
	60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
	70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
	80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
	90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
	100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}


@keyframes shake {
	0% { transform: translate(2px, 1px) rotate(0deg); }
	10% { transform: translate(-1px, -2px) rotate(-1deg); }
	20% { transform: translate(-3px, 0px) rotate(1deg); }
	30% { transform: translate(0px, 2px) rotate(0deg); }
	40% { transform: translate(1px, -1px) rotate(1deg); }
	50% { transform: translate(-1px, 2px) rotate(-1deg); }
	60% { transform: translate(-3px, 1px) rotate(0deg); }
	70% { transform: translate(2px, 1px) rotate(-1deg); }
	80% { transform: translate(-1px, -1px) rotate(1deg); }
	90% { transform: translate(2px, 2px) rotate(0deg); }
	100% {transform: translate(1px, -2px) rotate(-1deg); }
}
.hb-slider .slick-dots li {
    width: 40px !important;
    height: 6px !important;
}
.hb-slider .slick-dots li button {
    width: 40px !important;
    height: 6px !important; 
    padding: 0px !important;
    background: #fff !important;
}
.hb-slider .slick-dots li button:before {
display: none;
}
.hb-slider .slick-dots li.slick-active button {
    background: #ED3237 !important;
}
.hb-slider .slick-dots {
    position: absolute;
    bottom: unset;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    right: 0px;
    height: 100%;
    max-width: fit-content;
    min-height: 6px;
    max-height: 6px;
}
.hbal-ic {
    position: relative;
    padding: 60px 30px 100px 80px;
    overflow: hidden;
}
.habl-bg img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 256px;
    z-index: -1;
}

.habl-con {
    position: absolute;
    bottom: 0px;
    background: #E7E7E7;
    border-bottom: 5px solid #ED3237;
    padding: 25px 40px 30px;
    text-align: center;
    width: 100%;
    max-width: 240px;
    right: 0px;
}
.habl-con h4 {
    font-size: 46px;
    font-weight: 700;
    color: #ED3237;
    margin-bottom: 0;
}
.habl-con span {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0.2px;
}
.sht-first {
    display: flex;
    align-items: center;
}
.sht-first img {
    max-width: 30px;
}   
.sht-first span {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 10px;
}
.sht-first span {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 10px;
    display: block;
    color: #1E1E1E;
    line-height: 30px;
}
.sht-sec h4 {
    font-size: 54px;
    font-weight: 600;
    color: #1E1E1E;
    line-height: 66px;
}

.sht-sec {
    margin-top: 18px;
}
.habb-main {
    display: flex;
    column-gap: 8px;
    width: 100%;
}   
.habb-ic {
    display: flex;
    column-gap: 40px;
}

.habb-mr h5 {
    font-size: 24px;
    color: #ED3237;
    margin-bottom: 8px;
    font-weight: 600;
}
.habb-mr p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 30px;
    color: #222;
    font-weight: 500;
    text-align: left;
}
.hab-box {
    margin: 26px 0 22px;
}
.hab-con p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
/*    text-align: center;*/
}
.btn1 {
    border: none;
    display: inline-block;
    font-size: 14px;
    background: #ED3237;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 50px;
    padding-inline: 40px;
    letter-spacing: 0.2px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.btn1 i{
    margin-left: 6px;
}
.hab-btn {
    margin-top: 32px;
}
.btn1:before {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    content: "";
    right: -97%;
    z-index: -1;
}
.btn1:hover:before {
    right: 0;
    transition: right 0.4s linear;
}
.habr-ic {
    padding-left: 40px;
}
section.h-member {
    background: url(../../assets/img/member-bg.jpg);
    background-size: cover;
}
.tt-fff span, .tt-fff h4, .tt-fff p {
    color: #fff;
}
.tt-fff img {
    filter: brightness(0) invert(1);
}
.hamm-con {
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    justify-content: center;
    row-gap: 30px;
    margin-top: 50px;
}
.hamm-box img {
    width: 100%;
    height: 100%;
    max-width: fit-content;
    min-height: 126px;
    max-height: 126px;
}
.hpr-tt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hpr-con {
    display: flex;
    column-gap: 24px;
    margin-top: 50px;
}
.hprc-con {
    text-align: center;
    border-bottom: 4px solid transparent;
    padding: 10px 0;
}
.hprc-con p {
    font-size: 22px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 4px;
    text-transform: capitalize;
}
.hprc-con span {
    color: #ED3237;
    font-weight: 700;
    font-size: 18px;
    visibility: hidden;
}
.hprc-box:hover .hprc-con span {
    visibility: visible;
    transition: 0.3s;
}
.hprc-box:hover .hprc-con {
    border-bottom: 4px solid #ED3237;
    transition: 0.3s;
}
.hprc-img {
    overflow: hidden;
}
.hprc-box:hover .hprc-img img{
    transform: scale(1.1) rotate(4deg);
    transition: 1s;
}
.hwu-tt {
    display: flex;
    align-items: center;
}
.hwu-ttr {
    padding-left: 20px;
}
section.h-whu {
    position: relative;
    /* background: url(../../assets/img/whu-bg.png); */
        /* padding: 60px 0; */
    background: url(../../assets/img/sus-bg.jpg);
    background-size: cover;
    background-position: center center;
}
section.h-whu:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #043253cc;
    top: 0;
    left: 0;
    z-index: -1;
}
.btn2 {
    display: inline-block;
    font-size: 14px;
    background: #fff;
    color: #ED3237;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 50px;
    padding-inline: 40px;
    letter-spacing: 0.2px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.btn2:before{
    width: 100%;
    height: 100%;
    background: #ED3237;
    position: absolute;
    content: "";
    right: -97%;
    z-index: -1;
}
.btn2:hover:before{
    right: 0;
    transition: right 0.4s linear;   
}
.btn2:hover{
    color: #fff;
    transition: 0.4s;
}
.hwur-btn {
    margin-top: 30px;
}
.hwu-icb {
    width: 100%;
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 10px 2px #00000014;
    height: 100%;
    min-height: 370px;
}
/* .hwu-box {
    display: flex;
    column-gap: 20px;
} */
.hwu-icb img {
    max-width: 100px;
}
.hwu-icb h4 {
    font-size: 20px;
    font-weight: 500;
    color: #212121;
    margin: 20px 0 10px;
}
.hwu-icb p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #333;
    margin-bottom: 0;
}

.hwu-con {
    margin: 20px 0 -250px;
}
section.h-whu {
    padding: 100px 0 10px;
    position: relative;
    z-index: 1;
}
section.h-infra {
    padding: 220px 0 50px;
    background: #EBEBEB;
    position: relative;
    z-index: 0;
}
.hwu-box {
    margin: 22px 12px;
}
.hwu-ic .slick-list {
    margin: 0 -12px;
}
.hwu-ic .slick-dots li button:before, .igl-con .slick-dots li button:before{
    font-size: 10px !important;
    /* opacity: 1 !important; */
    color: #2A3693 !important;
}
.hpcr-sld{
    margin: 22px 12px;
}
.hprc-slider .slick-list {
    margin: 0 -12px;
}
.hpr-con-sl {
    margin-top: 20px;
}
.hprc-slider .slick-dots li button:before, .hcl-ic .slick-dots li button:before, .icr-ic  .slick-dots li button:before,  .hct-slider  .slick-dots li button:before{
    font-size: 10px !important;
    /* opacity: 1 !important; */
    color: #ED3237 !important;
}
.hcl-box {
    margin: 20px 12px;
}
.hcl-ic  .slick-list {
    margin: 0 -12px;
}
.hcl-ic {
    margin-top: 30px;
}
.cbi-ic {
    display: flex;
    align-items: center;
}
.cbic {
    width: 100%;
}
.cbic-ii {
    column-gap: 10px;
    display: flex;
    align-items: center;
}
.cbic-l {
    background: #ED3237;
}
.cbic-m {
    background: #EBEBEB;
}
.cbic-r {
    background: #000;
}
.cbic-il img {
    max-width: 64px;
    min-width: 64px;
}
.cbic-ii {
    column-gap: 14px;
    display: flex;
    color: #fff;
    align-items: center;
}
.cbic-ir p {
    margin-bottom: 0;
}
.cbic {
    padding: 20px 40px;
    min-height: 142px;
}
.cbic-m .cbic-ii {
    color: #212121;
}
.cbic-ir h5 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin-bottom: 6px;
}
.hpr-bg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -60px;
    z-index: -1;
}
.ft-top {
    background: #043252;
    color: #fff;
    padding: 60px 0 30px;
    position: relative;
    z-index: 0;
}
.ftc-tt h5 {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 22px;
    position: relative;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.ftc-tt h5:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    max-width: 60px;
    background:#ee7d19;
    bottom: 0;
}
.ftc-social a {
    color:#ee7d19;
    margin-right: 30px;
}
.ftc-con-box {
    display: flex;
    margin-bottom: 16px;
    column-gap: 14px;
}
.ftc-con-box {
    display: flex;
    column-gap: 14px;
}
.ftc-cbl img {
    max-width: 30px;
    min-width: 30px;
}
footer a{
    color: #ccc;
}
.ftc-cbr p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 28px;
    color: #ccc;
    text-align: justify;
}   
.ftc-ul ul {
    --icon-space: 0em;
    list-style: none;
    padding: 0;
  }
  
  .ftc-ul li {
    padding-left: var(--icon-space);
    margin-bottom: 6px;
    font-size: 16px;
  }
  
  .ftc-ul li:before {
    content: "\f054";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc( var(--icon-space) * -1 );
    width: var(--icon-space);
    color: #ee7d19;
    font-size: 10px;
    margin-right: 22px;
}
  footer a:hover{
    color: #ee7d19;
}
.ftt-ic-bg {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: -1;
}
.ft-btm {
    background: #00243d;
    padding: 18px 0;
}
.ftb-ic {
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.ftb-ic p{
    margin-bottom: 0;
}
.ftb-ic p a{
    color: #ee7d19;
    font-weight: 500;
}
.mb-banner {
    display: none !important;
}
.thi-r {
    display: flex;
}
img.header-logo {
    max-width: 150px;
}
.sticky {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 999999;
}
div#myHeader {
    background: #fff;
    box-shadow: 0 0 10px #00000020;
}
.sticky img.header-logo {
    max-width: 117px;
    transition: 0.3s;
}
@media(min-width:992px){
    li.dropdown:hover .dropdown-menu {
        display: block;
    }
}
ul.dropdown-menu {
    padding: 0 0;
    border-radius: 0;
    border-bottom: 2px solid #ED3237 !important;
    border: none;
    box-shadow: 3px 3px 13px #00000020;
}
a.dropdown-item {
    padding: 6px 20px;
    border-bottom: 1px solid #ebebeb;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #ED3237 !important;
}
.single-tt span {
    font-size: 30px;
    margin-right: 10px;
    line-height: 40px;
}
.habb-ml img {
    min-width: 76px;
    max-width: 76px;
}
.ful-break ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}
.ful-break ul li {
    width: 100%;
    max-width: 100%;
}
/* .hbs-slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: 0.3;
} */
.ftc-con p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: #ccc;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: rgb(249 45 59) !important;
}
section.i-banner {
    position: relative;
}
section.i-banner img {
    max-height: 230px;
    min-height: 230px;
    object-fit: cover;
    object-position: 0 0;
}
section.i-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
}
.ib-con {
    position: absolute;
    bottom: 40px;
}
.ib-con h5 {
    font-size: 50px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.2px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 22px;
}
.ib-con h5:before {
    content: "" ;
    position: absolute;
    width: 10px;
    height: 100%;
    background: #ED3237;
    left: 0;
    top: 0;
}
.ib-con p {
    margin-bottom: 0;
    color: #ED3237;
    font-size: 20px;
    font-weight: 600;
}
.ib-con p span{
    margin: 0 8px;
    font-size: 18px;
}
.ib-con p a{
    color: #fff;
}
.ib-con p a:hover{
    color: #ED3237;
}
.main-ab .hbal-ic {
    padding: 60px 0px 60px 60px;
}
.hab-con ul li {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #222;
}
.hab-con ul{
    --icon-space: 0em;
    list-style: none;
    padding: 0;
}
.hab-con ul li {
    padding-left: var(--icon-space);
    margin-bottom: 6px;
    display: flex;
    text-align: justify;
}
.hab-con ul li:before {
    content: "\f054";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc( var(--icon-space) * -1 );
    width: var(--icon-space);
    color: #000;
    font-size: 14px;
    margin-right: 22px;
}
.hwu-mic {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}
.hwu-mic .hwu-box {
    margin: 0px 0px;
    width: 100%;
    max-width: 32%;
}
.hwu-mic .hwu-icb {
    min-height: 100%;
}
.main-hwu .hwu-con {
    margin: 40px 0 -140px;
}
section.main-hwu {
    position: relative;
    background: unset;
    z-index: 0;
    padding-bottom: 60px;
}
.main-hwu:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/sus-bg.jpg) !important;
    position: absolute;
    background-size: cover;
    background-position: center center;
    z-index: -1;
    max-height: 500px;
}
.main-hwu:after {
    max-height: 500px;
        content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #043253cc;
    top: 0;
    left: 0;
    z-index: -1;
}
section.vms-sec {
    padding: 240px 0 100px;
    background: #EBEBEB;
    position: relative;
    z-index: 0;
}
.vmsi-l img {
    max-width: 500px;
}
.vmsi-l {
    text-align: center;
}
.vmsir-ic .hwu-icb {
    width: 100%;
    background: linear-gradient(0deg, #ffffff, #ebebeb);
    padding: 22px;
    box-shadow: none;
    height: 100%;
    min-height: auto;
    /* border-bottom: 2px solid #ffffffad; */
    /* padding-bottom: 20px; */
    margin-bottom: 16px;
    display: flex;
    column-gap: 30px;
}
.hwu-ic-l img {
    min-width: 80px;
    max-width: 80px;
}
.hwu-icb .hwu-ic-r h4 {
    margin: 0px 0 10px;
}
.vmsir-ic .hwu-icb:last-child {
    margin-bottom: 0;
    /* padding-bottom: 0; */
    /* border: none; */
}

.hwumb-ic {
    /* background: #fff;
    box-shadow: 0 0 10px #00000030;
    padding: 40px; */
    margin-top: -240px;
    margin-bottom: 60px;
    /* border: 2px solid #ff0024; */
}
.hwumb-ic .habb-mr p {
    color: #000000;
    overflow: visible;
    -webkit-line-clamp: unset;
}
/* .main-ab {
    margin-bottom: 200px !important;
} */
.ab2{
    padding-bottom: 200px !important;
}
.hwumb-ic .habb-ml {
    background: #f1f1f1;
    width: 100%;
    height: 100px;
    display: flex;
    max-width: 100px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.hwumb-ic .habb-main {
    column-gap: 18px;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 10px #00000030;
    padding: 40px;
}
.prs-tt .sht-first span {
    font-size: 24px;
}
.prs-tt {
    margin-bottom: 18px;
}
.prs-txt p {
    font-size: 18px;
    line-height: 28px;
    color: #333;
    margin-bottom: 14px;
}
.prs-ii {
    gap: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.prs-ibox {
    width: 100%;
    max-width: 23.95%;
    box-shadow: 2px 2px 4px 2px #0000001a;
    position: relative;
    background: #Fff;
    border-radius: 20px;
}
.prs-img {
    margin-top: 30px;
}
.prsc-sec {
    background: #1e1e1e;
}
.p-ff{
    color: #ddd !important;
}
.prsc-sec {
    background: url(../../assets/img/product-bg.jpg);
    background-size: contain;
    background-repeat: repeat;
}
.prs-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #000000b5;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #fff;
    transform: scale(0);
    cursor: pointer;
    border-radius: 20px;

}
.prs-overlay:before{
    content: "";
    position: absolute;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 2px solid #fff;
    border-radius: 14px;

}
.prs-ibox:hover .prs-overlay{
    transform: scale(1);
    transition: 1s;
}
.infra-ii .prs-ibox {
    max-width: 32%;
}
.infra-ii .prs-ibox img {
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
    object-position: center center;
}
.btn3 {
    display: inline-block;
    color: #f92d3b;
    border: 2px solid #f92d3b;
    padding-inline: 20px;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.2px;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    border-radius: 6px;
}
.btn3:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f92d3b;
    right: -97%;
    z-index: -1;
}
.btn3:hover:before, .btn4:hover:before {
    right: 0%;
    transition: right 0.4s linear;
}
.btn3:hover, .btn4:hover{
    color: #fff;
    transition: 0.4s;
}
.btn4 {
    display: inline-block;
    color: #4b3991;
    border: 2px solid #4b3991;
    padding-inline: 20px;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.2px;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    z-index: 0;
}
.btn4:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #4b3991;
    right: -97%;
    z-index: -1;
}
.mhi-btn {
    display: flex;
    align-items: center;
    column-gap: 14px;
    margin-left: 20px;
}
.btn3 i, .btn4   i {
    margin-right: 6px;
}
.who-we-are {
    background: url(../../assets/img/wwa-bg.jpg);
    position: relative;
    z-index: 0;
    padding: 200px 0 70px;
    background-repeat: repeat;
    background-position: top center;
}
/* .who-we-are::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: -1;
} */
.who-we-are::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #ffffffb8, #ffffff, #ffffff45);
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 1;
}
.wwa-ic h5 {
    font-size: 40px;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.wwa-ic h5:before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 60px;
    height: 4px;
    background-color: #ED3237;
    bottom: 0;
    left: 0;
}
.wwa-ic h5:after {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 10px;
    height: 4px;
    background-color: #ED3237;
    bottom: 0;
    left: 0;
    margin-left: 66px;
}
.wwa-ic p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 16px;
    text-align: justify;
}
.wwa-btn {
    margin-top: 30px;
}
.wwa-ic {
    width: 100%;
    /* max-width: 840px; */
}
section.sus-sec {
    padding: 60px 0;
    background: url(../../assets/img/sus-bg.jpg);
    position: relative;
    text-align: center;
    background-size: cover;
    background-position: center center;
}   
.sus-ic span {
    text-align: center;
    background: #000000bf;
    display: inline-flex;
    width: 380px;
    height: 380px;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    padding: 20px;
    border-radius: 100%;
    color: #fff;
    font-weight: 700;
    line-height: 48px;
}
.itt h4 {
    font-size: 40px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.itt.text-center h4:before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 60px;
    height: 4px;
    background-color: #ED3237;
    bottom: 0;
    left: 50%;
    transform: translateX(-60%);
    margin-left: -10px;
}
.itt.text-center h4:after {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 10px;
    height: 4px;
    background-color: #ED3237;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 26px;
}
.icr-box .prs-ibox {
    max-width: 100%;
}
.icr-con {
    margin-top: 50px;
}
.icr-box, .igl-slide {
    margin-inline: 12px;
}
.icr-ic .slick-list, .igl-slide .slick-list{
    margin: 0 -12px;
}
.icr-ic .slick-dots, .igl-con .slick-dots {
    bottom: -40px !important;
}
.icr-box .prs-ibox img {
    height: 100%;
    width: 100%;
    min-height: 520px;
    max-height: 520px;
}
.bg-main {
    background: #EBEBEB;
}
/* .igl-con {
    margin-top: 50px;
} */
.testimonial-slide {
    color: #fff;
    padding: 0 15px;
    float: left;
}
.testimonial-slide .top-slider-content {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #34404e;
    padding: 40px 35px;
    padding-bottom: 32px;
    line-height: 32px;
    font-size: 18px;
    position: relative;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.2px;
}
.testimonial-slide .top-slider-content:after {
    position: absolute;
    top: 100%;
    right: 21%;
    border-width: 15px;
    border-style: solid;
    border-color: #34404e transparent transparent #34404e;
    content: '';
}
.testimonial-slide .bottom-content {
    padding-top: 50px;
    text-align: right;
}
.testimonial-slide .bottom-content .bottom-entry-content {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20%;
}
.testimonial-slide .bottom-content .bottom-entry-content .testimonial-slider-name {
    font-size: 20px;
    color: #343f4d;
    font-weight: 600;
}
.testimonial-slide .bottom-content .bottom-entry-content .testimonial-slider-under-name {
    margin-top: 4px;
    line-height: 1;
    color: #898989;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.testimonial-slide .bottom-content .bottom-entry-content .testimonial-slider-image {
    margin-left: 15px;
}
.testimonial-slide .bottom-content .bottom-entry-content .testimonial-slider-image img {
    max-width: 70px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.hct-con {
    margin-top: 50px;
}
/* .hct-slide.slick-current .testimonial-slide .top-slider-content {
    background: #f92d3b;
} */
/* .hct-slide.slick-current .testimonial-slide .top-slider-content .text-content {
    color: #fff;
    font-weight: 500;
} */
/* .hct-slide.slick-current .testimonial-slide .top-slider-content:after {
    border-color: #f92d3b transparent transparent #f92d3b;
} */
/* .hct-slide.slick-current .testimonial-slide .bottom-content .bottom-entry-content .testimonial-slider-name {
     color: #f92d3b;
} */
section.i-client-logo {
    background: #bdc9d1;
}
.icl-con {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-top: 50px;
}
.icl-box {
    width: 100%;
    max-width: 18%;
    background: #fff;
    border-radius: 6px;
}
.igl-slide .prs-ibox {
    max-width: 100%;
}
.ftc-map iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
}
.igl-slide img {
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
}
.hcl-box {
    border: 1px solid #ededed;
}
.hcl-ic .slick-next, .hcl-ic .slick-prev {
    width: 40px !important;
    height: 40px !important;
    background: #2c2b3447 !important;
}
.hcl-ic .slick-next {
    right: -20px !important;
    z-index: 1 !important;
}
.hcl-ic .slick-prev {
    left: -20px !important;
    z-index: 1;
}
.hcl-ic .slick-next:before, .hcl-ic .slick-prev:before {
    font-family: FontAwesome !important;
    opacity: 1 !important;
}
.hcl-ic .slick-prev:before {
    content: '\f053' !important;
}
.hcl-ic .slick-next:before {
    content: '\f054' !important;
}
.slick-next:hover:before, .slick-prev:hover:before {
    color: #ED3237;
    transition: 0.5s;
}
.susl-ic h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
    text-shadow: 0 0 2px #00000020;
    letter-spacing: 0.4px;
    padding-bottom: 16px;
    position: relative;
}
.susl-ic h5:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 4px;
    background: #ED3237;
    bottom: 0;
    left: 0;
}
.susl-ic p {
       font-size: 18px;
    line-height: 33px;
    margin-bottom: 12px;
    text-align: center;
}
.susr-ic {
    margin-left: 50px;
}
.susts-b {
    background: url(../../assets/img/product-bg.jpg);
    background-size: contain;
    background-repeat: repeat;
    color: #fff;
}
.susts-b .susr-ic {
    margin-left: 0;
    margin-right: 50px;
}
.mcer-ic {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.mcer-box {
    width: 100%;
    max-width: 23.80%;
    text-align: center;
}
.mcer-box .prs-ibox img {
    min-height: auto;
    max-height: auto;
}
.mcer-box .prs-ibox {
    width: 100%;
    max-width: 100%;
    box-shadow: 2px 2px 4px 2px #0000001a;
    position: relative;
}
.contact-content {
    margin-bottom: 30px;
}
.contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 35px;
    padding: 10px 20px;
    position: relative;
    /* margin-bottom: 75px; */
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 10px #00000020;
    transition: var(--transition);
    min-height: 242px;
}
.contact-info::before {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: -5px;
    background: #ED3237;
    border-radius: 10px;
    height: 20px;
    z-index: -1;
}
.contact-info-icon {
    font-size: 50px;
    color: #ED3237;
    width: 70px;
    height: 70px;
    line-height: 100px;
    border-radius: 15px;
    text-align: center;
    position: relative;
}
.contact-info h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}
.contact-info p {
    color: #222;
    font-weight: 500;
    font-size: 18px;
    line-height: 33px;
    text-align: center;
}
.contact-wrapper {
    background: #ffffffbf;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    padding: 40px 40px;
    border-radius: 50px;
}
.contact-img img {
    width: 100%;
    border-radius: 10px 0 0 10px;
    max-height: 620px;
    min-height: 620px;
    object-fit: cover;
}
.contact-form {
    padding: 25px;
    background: #0432524d;
    border-radius: 30px;
}
.contact-form-header {
    margin-bottom: 14px;
}
.contact-form-header h2 {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #000;
}
.contact-form textarea {
    line-height: 40px;
    border-radius: 0px;
    padding: 8px 20px;
    margin-bottom: 20px;
}
.contact-form input {
    line-height: 40px;
    border-radius: 0px;
    padding: 8px 20px;
    margin-bottom: 20px;
}
.prs-txt ul {
    --icon-space: 1.3em;
    list-style: none;
    padding: 0;
  }
  
  .prs-txt li {
    padding-left: var(--icon-space);
    margin-bottom: 6px;
}
  
  .prs-txt li:before {
    content: "\f054";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc( var(--icon-space) * -1 );
    width: var(--icon-space);
    font-size: 14px;
  }
  
  .pc_whatsapp {
    display: block;
    position: fixed;
    bottom: 30px;
    z-index: 9999;
    right: 30px;
}
.pc_whatsapp img {
    max-width: 50px;
}
  
section.m-key-hi{
    background: #1e1e1e;
    position: relative;
    z-index: 0;
}
.color-f{
    color: #fff !important;
}
.m-key-hi .hab-con ul li {
    color: #fff;
}
.m-key-hi .hab-con ul li:before {
    color: #f92d3b;
}
.m-key-hi .habl-bg img {
    position: absolute;
    top: 0;
    left: unset;
    max-width: 256px;
    z-index: -1;
    filter: invert(0) brightness(10);
    right: 0;
    height: 100%;
}
.m-key-hi .hbal-ic {
    position: relative;
    padding: 60px 70px 60px 0px;
    
}
.color-2{
    color: #f92d3b !important;
}
.m-key-hi .habr-ic {
    padding-left: 0;
    padding-right: 40px;
}
.sus-hwu .hwu-con {
    margin: 0px 0 0px !important;
}
section.sus-hwu {
    padding: 100px 0 100px !important;
    margin: 0 !important;
    position: relative;
    z-index: 1;
    background: #1e1e1e !important;
}
.sus-hwu .hwu-icb h4 {
    font-size: 24px;
    margin: 0px 0 12px;
}
@media(min-width:576px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 95% !important;
    }
}
.main-ab .hbal-ic img, .m-key-hi .hbal-ic img {
    max-height: 480px;
    object-fit: cover;
}
.habl-bg img {
    height: 100%;
    min-height: 600px;
}
.hprc-box {
    width: 100%;
}
.hprc-img img {
    max-height: 500px;
    object-fit: cover;
}
.mw-700{
    max-width: 750px;
}
section.sus-poi {
    background: url(../../assets/img/sustanablity.png);
    background-size: contain;
    position: relative;
    z-index: 0;
}
section.sus-poi:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000008a;
    top: 0;
    left: 0;
    z-index: -1;
}
.sus-poi .hwu-icb {
    width: 100%;
    background: #ffffffba;
    padding: 30px;
    box-shadow: 0px 0px 10px 2px #00000014;
    height: 100%;
    min-height: 370px;
    backdrop-filter: blur(6px);
    border-radius: 20px;
}
.sus-poi .hab-con ul li {
    font-size: 17px;
    line-height: 33px;
    font-weight: 400;
    color: #000000;
    text-align: left;
}
.sus-poi .hab-con ul li:before {
    content: "\f054";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc( var(--icon-space) * -1 );
    width: var(--icon-space);
    color: #ff2d2d;
    font-size: 14px;
    margin-right: 22px;
}
.prs-ibox img {
    max-height: 320px;
    min-height: 320px;
    object-fit: cover;
    border-radius: 20px;

}
.mt-40{
    margin-top: 40px;
}
.team-img img {
    object-fit: cover;
    object-position: bottom;
    /* max-height: 350px;
    min-height: 350px; */
    background: #fafbfd;
}
.mtmb-des {
    margin-top: 20px;
    text-align: center;
}
.mtmb-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1b1b1b;
    max-height: 140px;
    z-index: -1;
    left: 0;
    top: 0;
}
.mtmb-img {
    position: relative;
    /* padding: 50px 50px 0; */
}
.mtmb-row {
    display: flex;
    column-gap: 70px;
}
.mtm-box {
    width: 100%;
}
.mtmb-des span {
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #ff0024;
}
.mtmb-des h4 {
    margin: 0;
    font-size: 28px;
    font-weight: 500;
    margin-top: 6px;
}
section.ab-gal {
    margin: 70px 0;
}
section.h-counter {
    background: url(../../assets/img/counter-bg.png);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}
section.h-counter:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000bf;
    top: 0;
    left: 0;
    z-index: -1;
}
.hco-ic ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.hco-ic ul li {
    width: 100%;
    text-align: center;
    max-width: 16%;
    font-size: 44px;
    font-weight: 600;
    color: #fff;
}
span.count-img {
    display: block;
}
span.count-img img {
    width: 100%;
    max-width: 100px;
    margin-bottom: 10px;
}
span.counter-content {
    display: block;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 0.2px;
}
.fa-plus1 {
    color: #f43837 !important;
    font-style: normal;
    padding-left: 5px;
}
.hbal-ic video {
    width: 100%;
}
.hbal-ic video {
    width: 100%;
    min-height: 600px;
    object-fit: cover;
}
.icl-box {
    margin: 0 12px;
}
.icl-slider .slick-list{
    margin: 0 -12px !important;
}
.icl-slider .slick-next:before, .icl-slider .slick-prev:before {
    color: #f92d3b !important;
}
.hcr-form .form-row {
    display: flex;
    column-gap: 20px;
}
.hcr-form .form-group {
    width: 100%;
    margin-bottom: 20px;
}
.hcr-form .form-group input, .hcr-form .form-group select, .hcr-form .form-group textarea{
    line-height: 40px;
    border-radius: 0px;
    padding: 8px 20px;
}
.hcr-form {
    padding: 50px 50px;
    border-radius: 20px;
    max-width: 1000px;
    margin-inline: auto;
}
.text-content {
    text-align: justify;
}
p{
    text-align: justify;

}
.mtm-team img {
    object-fit: contain;
}
.nifr-ic {
    margin-left: 50px;
}
.mt-50 {
    margin-top: 50px !important;
}
.drp-box {
    text-align: center;
}
section.download-report {
    background: #efefef;
}
.drp-box {
    background: #fff;
    padding: 40px 40px;
}
.drp-box a {
    background: #ff0024;
    color: #fff;
    border: 2px solid #ff0024;
    padding: 12px 30px;
    display: inline-block;
}
.drp-box a:hover {
    background: #fff;
    color: #ff0024;
    border: 2px solid #ff0024;
    transition: 0.5s;
}
.drp-box h4 {
    font-size: 24px;
    margin-bottom: 24px;
}
.rg-20{
    row-gap: 20px;
}
.hpcr-sld img {
    max-height: 500px;
    min-height: 500px;
    object-fit: cover;
}
.mr-50{
    margin-right: 50px !important;
}
.wwa-vmd {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.vmd-box {
    border: 1px solid #e9e9e9;
    padding: 30px 30px;
    width: 100%;
    border-radius: 30px;
    background: #ffffff91;
}
.vmd-box p{
    margin-bottom: 0;
}
.vmdb-fr {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.vmdb-fr img {
    max-width: 60px;
}
.wwal-img img {
    max-width: 610px;
}
/* .wwal-img {
    text-align: center;
} */
.wwa-ind-img {
    background: #00000029;
    border-radius: 30px;
}
section.glims-sec {
    /* padding: 60px 0; */
    background: url(../../assets/img/sus-bg.jpg);
    position: relative;
    background-size: cover;
    background-position: center center;
    z-index: 0;
}
section.glims-sec:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0432539c;
    top: 0;
    left: 0;
    z-index: -1;
}
.glims-sec .sht-first span {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0.5px;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
}
.glims-sec .sht-first img {
    max-width: 40px;
    margin-left: 4px;
}
.igl-con .slick-next:before, .igl-con .slick-prev:before {
    font-size: 32px;
    color: #2A3693;
}
/* .prdz-div {
    display: flex;
    gap: 26px;
} */
.dzd-box {
    border-radius: 14px;
    box-shadow: 0 0 10px #00000030;
    padding: 5px;
}
.dzd-img img {
    border-radius: 10px 10px 0 0;
    max-height: 300px;
    min-height: 300px;
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
}
.dzd-img {
    position: relative;
    z-index: 0;
    margin-bottom: 24px;
}
.dzd-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #043252;
    border-radius: 10px 10px 0 0;
    top: 12px;
    left: 0;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
}
.dzd-con p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
}
.dzd-con a {
    background: #043252;
    color: #fff;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px 10px 38px;
    border-radius: 0 0 12px 0;
    float: right;
    margin: 0 -5px -5px 0;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
    margin-top: 10px;
}
.dzd-con h5, .dzd-con p {
    margin: 0 10px 8px;
}
.dzd-con a span {
    width: 16px;
    height: 16px;
    background: #fff;
    color: #043252;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
}
.dzd-box {
    margin: 10px;
}
.prdz-div .slick-list {
    margin: 0 -10px;
}
.mt-20{
    margin-top: 20px !important;
}
.pb-200 {
    padding-bottom: 200px !important;
}
section.cnt-form {
    background: url(../../assets/img/contact-bg.jpg);
}
.contact-wrapper .sht-sec h4 {
    font-size: 70px;
    font-weight: 500;
    color: #1E1E1E;
    line-height: 80px;
}
.contact-wrapper .main-con p {
    font-size: 20px;
}
span.mcer-txt {
    background: #373084;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 30px;
    margin-bottom: 15px;
    display: inline-block;
}
.lms-ic {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.lms-box {
    box-shadow: 0 0 10px #00000050;
    border-radius: 40px 0;
    width: 100%;
    max-width: 48%;
    padding: 20px 20px;
    height: 100%;
}
.lmsb-l, .lmsb-r {
    width: 100%;
}
.lmsb-l img {
    max-height: 260px;
    border-radius: 24px 0;
    min-height: 260px;
    object-fit: cover;
}
.lmsb-l {
    float: left;
    max-width: 300px;
    margin: 0 20px 0px 0;
}
.lmsb-r p {
    margin-bottom: 8px;
}
.rg-30{
    row-gap: 30px;
}