* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

/*common */
.s-container {
    margin: 0 80px !important;
}

.tb-container {
    margin: 100px 0;
}

.m-banner {
    display: none;
}

.sticky {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 999999;
    background: #fff !important;
    border-bottom: 1px solid #00000014;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #dd6237 !important;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #dd6237 !important;
}
.dropdown-item.active:hover, .dropdown-item:active:hover {
    color: #fff !important;      
}
.bvr2 {
    margin-top: 20px !important;
}
/* top-bar css */
section.top-bar {
    background: #1f243d;
    padding: 8px 80px;
}

.tbi-add p,
.tbi-hour p {
    color: #cbd0e3;
    margin-bottom: 0;
    font-size: 14px;
    font-family: 'Mulish', sans-serif;
}

.tbi-mail a,
.tbi-social a {
    text-decoration: none;
    color: #cbd0e3;
    font-size: 14px;
    font-family: 'Mulish', sans-serif;
}

.tbi-social a i {
    padding: 0 10px 0 0;
}

.tbi-add,
.tbi-hour {
    padding-right: 10px;
    border-right: 1px solid #cbd0e3;
}

.tbi-mail,
.tbi-social {
    padding-left: 10px;
}

.tbi-add p:hover,
.tbi-mail a:hover,
.tbi-social a:hover,
.tbi-hour p:hover {
    color: #ee6196;
}

.tbi-add p i,
.tbi-mail a i,
.tbi-hour p i {
    padding-right: 4px;
}

/* header css */
/* .dropdown-item.active{
    color: #fff !important;
    text-decoration: none;
    background-color: #da6237 !important;
} */
.cus-add-menu {
    border-left: 1px solid #e5e5e5;
    padding-left: 20px;
    margin-left: 4px;
}
li.nav-item a:hover {
    color: #da6337 !important;
}

.logo img {
    width: 100%;
    max-width: 155px;
}

ul.navbar-nav li a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff !important;
    padding: 30px 0;
}
.sticky ul.navbar-nav li a {
     color: #212529 !important;
}
.hdc-content h6 {
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    font-family: 'Mulish', sans-serif;
    margin-bottom: 0px;
}

.hdc-content a {
    font-size: 16px;
    font-family: 'Mulish', sans-serif;
    text-decoration: none;
    color: #d6643a;
    font-weight: 800;
    letter-spacing: 0.2px;
}

.hdc-icon img {
    width: 100%;
    max-width: 50px;
}

/* .cus-btn button {
    background: #dd6237;
    color: #fff;
    border: none;
    font-family: 'Mulish', sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 17px 26px;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
} */
.cus-btn a {
    background: #dd6237;
    color: #fff;
    border: none;
    font-family: 'Mulish', sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 17px 26px;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    text-decoration: none;
}

.nav-cus-menu {
    justify-content: end;
    padding: 0 10px;
}

.hd-call {
    margin-right: 30px;
    border-right: 1px solid #e5e5e5;
    padding-right: 20px;
}
.hero-logo img {
    width: 100%;
    max-width: 570px;
}
/* nav.navbar {
    background: #fff !important;
    padding: 0 70px;
    box-shadow: 0 2px 10px #00000010;
} */
nav.navbar {
    background: transparent !important;
    padding: 0 70px;
    box-shadow: none;
    z-index: 9;
}
ul.navbar-nav li {
    padding: 0 8px;
}

/* header#myHeader {
    border-bottom: 1px solid #00000014;
} */

ul.dropdown-menu {
    border: none;
    box-shadow: 0 0 10px #00000020;
    padding: 0px;
}

ul.dropdown-menu li {
    padding: 0;
}

ul.dropdown-menu li a {
    padding: 10px;
    border-bottom: 1px solid #dddddd50;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: none;
    color: #212529 !important;
}

.header li.dropdown:hover .dropdown-menu {
    display: block;
}

.hero-content h5 {
    font-family: 'Mulish', sans-serif; 
    font-size: 15px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.2px;
    line-height: 1em;
    margin: 14px 0;
}

.hero-content h2 {
    font-family: 'Mulish', sans-serif;
    font-size: 40px;
    font-weight: 800;
    text-transform: capitalize;
    color: #07132b;
    width: 100%;
    max-width: 540px;
    line-height: 50px;
    margin-bottom: 16px;
    margin-left: -6px;
}

.hero-content p {
    font-family: 'Mulish';
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 24px;
    width: 100%;
    max-width: 500px;
    margin-bottom: 40px;
}

.hero-content a {
    background: #dd6237;
    color: #fff;
    border: none;
    font-family: 'Mulish', sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 17px 26px;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    text-decoration: none;
}

.hero-banner {
    position: relative;
    width: 100%;
    height: 100vh;
}
/* .hero-banner {
    position: relative;
    background: url(../../assets/img/banner-7.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100vh;
    margin-top: -95px;
} */
.hero-content {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

/* about-css */
.ha-img img {
    width: 100%;
    height: auto;
}

.ha-content h6 {
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
    color: #d6643a;
}

.ha-content h2 {
    font-size: 45px;
    font-family: 'Mulish', sans-serif;
    color: #212529;
    font-weight: 700;
    max-width: 600px;
    margin-left: -4px;
    line-height: 52px;
    margin-bottom: 20px;
}

.ha-content p {
    font-size: 17px;
    font-weight: 400;
    color: #000;
    line-height: 28px;
    font-family: 'Mulish';
    /* margin-bottom: 40px; */
}
.as-rm-btn {
    margin: 30px 0;
}
.ha-inner {
    align-items: center;
}
.hacm-ico img {
    width: 100%;
    max-width: 50px;
}

.hacm-content h5 {
    color: #212529;
    font-size: 20px;
    font-family: 'Mulish';
    font-weight: 600;
}

.hacm-content p {
    font-size: 15px;
    color: #2a2a2a;
    line-height: 22px;
    margin-bottom: 0px;
}

.hac-main-box {
    padding: 21px 28px;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    border-radius: 10px;
}

.hac-box {
    column-gap: 20px;
    margin: 30px 0;
}

.hacm-box-inner {
    column-gap: 14px;
}

a.ab-btn {
    background: #dd6237;
    color: #fff;
    border: none;
    font-family: 'Mulish', sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 17px 26px;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    text-decoration: none;
}

p.ab-p {
    margin-bottom: 40px;
}
/* joint venture css */
.jvc p {
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
    color: #212529;
}
.jvc img {
    margin-bottom: 10px;
}
.jvr{
    margin-top: 50px !important;
}
.jvc {
    box-shadow: 0 0 10px #00000020;
    border-radius: 8px;
    width: 100%;
    margin: 0 10px;
}
.vpr {
    margin-top: 50px;
}
.vpc {
    box-shadow: 0 0 10px #00000020;
    border-radius: 8px;
    margin: 0 10px;
    width: 100%;
}
.vpc img {
    width: 100%;
    border-radius: 8px;
}
.vpr1, .vpr2 {
    margin-top: 20px;
}
.clr {
    margin-top: 50px;
}
.clc {
    box-shadow: 0 0 10px #00000020;
    border-radius: 8px;
    margin: 0 10px;
}
.clc img {
    width: 100%;
    border-radius: 8px;
}
.clr1 {
    margin-top: 20px;
}
/* services css */
.hs-main-title h5 {
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
    color: #d6643a;
}

.hs-main-title h2 {
    font-size: 45px;
    font-family: 'Mulish', sans-serif;
    color: #212529;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 0px;
}

.hs-title-conetnt p {
    font-size: 17px;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    color: #2a2a2a;
    max-width: 437px;
    margin-bottom: 0px;
}

a.as-btn {
    background: #dd6237;
    color: #fff;
    border: none;
    font-family: 'Mulish', sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 17px 26px;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    text-decoration: none;
    line-height: 50px;
}

.hs-title {
    align-items: end;
    justify-content: space-between;
}

.ssi-box {
    position: relative;
    /* margin: 0 10px; */
    height: 100%;
    min-height: 300px;
}
.ssi-out-content img {
    width: 100%;
    max-width: 60px;
}

.ssi-out-content h5 {
    color: #fff;
    font-family: 'Mulish';
    font-size: 20px;
}

.ssi-out-content {
    position: absolute;
    bottom: 20px;
    left: 30px;
}

.ssi-box img {
    border-radius: 14px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* .ssi-box img {
    border-radius: 14px;
    width: 100%;
    height: 100%;
    min-height: 290px;
    object-fit: cover;
}
.ssi-out-content img {
    width: 100%;
    height: 100% !important;
    min-height: 100%;
} */
/* .ssi-hid-content img {
    width: 100%;
    height: 100% !important;
    min-height: 100%;
} */

.ssi-hid-content img {
    width: 100%;
    max-width: 60px;
    height: unset;
}

.ssi-hid-content h5 {
    color: #14225A;
    font-family: 'Mulish';
    font-size: 20px;
}

.ssi-hid-content p {
    font-size: 16px;
    color: #14225A;
    font-weight: 400;
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
}

/* .ssi-hid-content {
    background: #ffffffb0;
    padding: 20px;
    max-width: 360px;
    position: absolute;
    bottom: 25px;
    left: 25px;
    border-radius: 14px;
    display: none;
    backdrop-filter: blur(6px);
} */
.ssi-hid-content {
    background: #ffffffb0;
    padding: 20px;
    width: calc(100% - 10%);
    position: absolute;
    bottom: 25px;
    left: 50%;
    border-radius: 14px;
    display: none;
    backdrop-filter: blur(6px);
    transform: translate(-50%, -50%);
    margin: 0px;
    top: 50%;
    height: calc(100% - 10%);
}

.ssi-box:hover {
    cursor: pointer;
}

.ssi-box:hover .ssi-hid-content {
    display: block;
}

.ssi-box:hover .ssi-out-content {
    display: none;
}

.services-slider {
    margin-top: 50px !important;
}

/* why-us-css */
section.h-services {
    padding-top: 160px;
}
a.ws-btn {
    background: #ee5085;
    color: #fff;
    border: none;
    font-family: 'Mulish', sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 17px 26px;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    text-decoration: none;
}
.ws-rm-btn {
    margin: 40px 0;
}
section.h-why-us {
    background: url(../../assets/img/why-us-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    position: relative;
}

.hws-title h5 {
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.8px;
    margin-bottom: 16px;
    color: #ee6196;
}

.hws-title h2 {
    font-size: 45px;
    font-family: 'Mulish', sans-serif;
    color: #fff;
    font-weight: 500;
    max-width: 720px;
    margin-left: -4px;
    line-height: 52px;
    margin-inline: auto;
    margin-bottom: 16px;
}

.hws-title p {
    color: #cbd0e3;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    width: 100%;
    max-width: 870px;
    margin-inline: auto;
}

.hws-content h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Mulish';
    margin-bottom: 20px;
}

.hws-content h6 {
    font-family: 'Mulish';
    color: #ffffff99;
    font-weight: 500;
    line-height: 24px;
    font-size: 16px;
}

.hws-content p {
    font-size: 16px;
    color: #b3bdd1;
    font-family: 'Mulish', sans-serif;
}

.hws-box {
    padding: 70px 30px 30px;
    background-color: #ffffff15;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff50;
    border-radius: 10px;
    width: 100%;
    position: relative;
}

.hws-img img {
    width: 100%;
    max-width: 100px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.hws-box-content {
    column-gap: 30px;
    margin-top: 100px;
}

.hws-box:hover {
    background-color: #fff;
}

.hws-box:hover .hws-content h4,
.hws-box:hover .hws-content h6,
.hws-box:hover .hws-content p {
    color: #07132b !important;
}

/* team css */
.h-team {
    background: url(../../assets/img/team-bg.jpg);
    padding: 60px 30px;
    border-radius: 10px;
    margin-top: 100px;
    margin-bottom: -260px;
    box-shadow: 0 0 10px #00000030;
}

.ht-title h5 {
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
    color: #d6643a;
}

.ht-title h2 {
    font-size: 45px;
    font-family: 'Mulish', sans-serif;
    color: #212529;
    font-weight: 600;
    max-width: 530px;
    margin-left: -4px;
    line-height: 50px;
    margin-bottom: 0px;
}

.ht-content p {
    font-size: 20px;
    font-family: 'Mulish', sans-serif;
    color: #2a2a2a;
    font-style: italic;
    max-width: 740px;
    font-weight: 300;
}

.htm-img img {
    width: 100%;
    max-width: 100px;
}

.htm-info h6 {
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 4px;
    letter-spacing: 0.2px;
}

.htm-info p {
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    color: #677289;
    margin-bottom: 0;
}

.htm-info {
    margin-left: 14px;
}

section.h-client {
    background: url(../../assets/img/client-bg.jpg);
    padding: 150px 0 100px;
    background-repeat: no-repeat;
    margin: 100px 0px 0;
    background-position: center center;
}

/* .client-slider img {
    margin: 0 25px;
    width: 100% !important;
    max-width: 110px !important;
} */
.client-slider {
    display: flex;
    align-items: center !important;
    flex-wrap: wrap;
}

/* contactus css */
.hc-main-content {
    background: url(../../assets/img/contact-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    /* box-shadow: 0 0 10px #00000020; */
    border-radius: 12px;
    /* margin-top: 60px !important; */
    position: relative;
    margin-inline: 10px !important;
    padding-inline: 60px;
}

.hc-title h5 {
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
    color: #d6643a;
}

.hc-title h2 {
    font-size: 32px;
    font-family: 'Mulish', sans-serif;
    color: #212529;
    font-weight: 700;
    line-height: 52px;
}

.hcm-form {
    padding: 60px;
    width: 100%;
}

.form-group input {
    width: 100%;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    padding: 0.813rem 1.3rem;
    border-radius: 10px;
    border: 1px solid #e8ecef;
    background-color: #fff;
    margin: 12px 0px;
}

textarea#msg {
    width: 100%;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    padding: 0.813rem 1.3rem;
    border-radius: 10px;
    border: 1px solid #e8ecef;
    background-color: #fff;
    margin: 10px 0;
}

input[type="submit"] {
    background: #dd6237;
    color: #fff;
    border: none;
    font-family: 'Mulish', sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 17px 26px;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    margin: 10px;
}

.hcm-img img {
    border-radius: 10px 0 0 10px;
}

.fi1 a img {
    width: 100%;
    max-width: 180px;
}

/* footer css */
/* footer {
    background: url(../../assets/img/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 380px 0 0px;
    margin-top: -300px;
} */
footer {
    background: url(../../assets/img/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 80px 0 0px;
    /* margin-top: -300px; */
}

.fi1 p {
    font-size: 16px;
    font-family: 'Mulish';
    color: #cbd0e3;
}

.fi2 h4,
.fi3 h4,
.fi4 h4 {
    color: #fff;
    font-size: 18px;
    font-family: 'Mulish';
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}

.fi2 ul li a,
.fi3 ul li a,
.fi4 a,
.fi4 p {
    text-decoration: none;
    font-family: 'Mulish';
    font-size: 16px;
    font-weight: 400;
    color: #cbd0e3;
}

.fi ul {
    --icon-space: 1.3em;
    list-style: none;
    padding: 0;
}

.fi li {
    padding-left: 14px;
}

.fi li:before {
    content: "\f054";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc(var(--icon-space) * -1);
    width: var(--icon-space);
    color: #cbd0e3;
    font-size: 10px;
}

.fi4 i {
    color: #cbd0e3;
    margin: 0 10px 0 0;
}

.fi ul li {
    margin: 8px 0;
}

.fcall {
    margin: 10px 0;
}

.btb-l p,
.btb-r p {
    font-size: 14px;
    color: #cbd0e3;
    font-family: 'Mulish';
    font-weight: 400;
    margin-bottom: 0;
}

.btb-l p a,
.btb-r p a {
    text-decoration: none;
    color: #d9633a;
}

.fir {
    margin-bottom: 60px !important;
}

.bt-bar {
    padding: 10px;
    border-top: 0.5px solid #FFFFFF20;
}

.fi ul li a:hover,
.fi4 a:hover {
    color: #d6643a;
}

.fi {
    margin-top: 45px !important;
}

/* about-us page*/
.bb-inner img {
    width: 100%;
    height: 100%;
}

.bb-inner {
    position: relative;
    margin-top: -95px;
}
.banner-content {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-content h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: 'Mulish';
}

.banner-content p {
    font-family: 'Mulish';
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.banner-content p a {
    text-decoration: none;
    color: #fff;
}

.banner-content p a:hover {
    color: #dd6237;
}

.asm-title h5 {
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
    color: #d6643a;
}

.asm-title h2 {
    font-size: 45px;
    font-family: 'Mulish', sans-serif;
    color: #212529;
    font-weight: 700;
    max-width: 600px;
    margin-left: -4px;
    line-height: 52px;
    margin-bottom: 20px;
}

.asm-content p {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 28px;
    font-family: 'Mulish';
    margin-bottom: 10px;
}

section.about-us {
    padding: 120px 0;
    background: url(../../assets/img/earth.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top right;
}

.img-c-box-1 {
    background: #dd6237;
    color: #fff;
    width: 250px;
    height: 250px;
    border-radius: 14px;
    margin-top: 30px;
    float: right;
    padding: 50px;
}

.ab-img-1 img {
    width: 100%;
    border-radius: 14px;
}

.img-c-box-1 h3 {
    font-size: 60px;
    font-family: 'Mulish';
    font-weight: 600;
}

.img-c-box-1 h3 span {
    font-size: 22px;
    display: block;
    max-width: 200px;
    margin-inline: auto;
}

.img-c-box-2 {
    background: #5e6fb5;
    color: #fff;
    width: 250px;
    height: 250px;
    border-radius: 14px;
    margin: 60px 0 30px;
    float: left;
    padding: 50px;
}

.img-c-box-2 h3 {
    font-size: 60px;
    font-family: 'Mulish';
    font-weight: 600;
}

.img-c-box-2 h3 span {
    font-size: 22px;
    display: block;
    max-width: 200px;
    margin-inline: auto;
}

.asm-r {
    column-gap: 30px;
    margin-top: 40px !important;
}

.ab-img-2 img {
    width: 100%;
    border-radius: 14px;
}

.about-us .s-container {
    margin: 0 80px !important;
}
/* team page css */
.lt-title h5 {
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
    color: #d6643a;
}
.lt-title h3 {
    font-size: 45px;
    font-family: 'Mulish', sans-serif;
    color: #212529;
    font-weight: 700;
    max-width: 600px;
    margin-left: -4px;
    line-height: 52px;
    margin-bottom: 20px;
    margin-inline: auto;
}
section.leadership-team {
    margin: 100px 0;
}
.ltc-img img {
    width: 100%;
    min-width: 240px;
    height: 100%;
    object-fit: cover;
}
.leadership-team .s-container, .our-team .s-container, .our-chairman .s-container {
    margin: 0 80px !important;
}
.lt-content {
    margin-top: 80px;
}
.ltc-content h5 {
    font-family: 'Mulish', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
    color: #d6643a;
}
.ltc-content p {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 25px;
    font-family: 'Mulish';
    margin-bottom: 10px;
}
.ltc-content {
    margin-right: 80px;
    margin-left: 20px;
    margin-top: 60px;
}
.ltc-inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.ltc-inner:after {
    content: "";
    position: absolute;
    top: 20px;
    left: -20px;
    width: 70%;
    height: 100%;
    background: #f5f5f5;
    z-index: -9;
}
section.our-team {
    margin: 100px 0;
    /* padding-top: 120px; */
}
.ot-content {
    background: #f5f5f5;
    padding:40px 40px;
    margin-top: 150px;
}
.otc-img {
    justify-content: space-between;
    margin-top: -140px;
}
.otc-img {
    justify-content: space-between;
    margin-top: -140px;
    margin-bottom: 40px;
}
.otc-img img {
    width: 30%;
    margin: 0;
}
.otc-img img:first-child{
    margin-left: 0;
}
.otc-img img:last-child {
    margin-right: 0;
}
.ot-content p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 28px;
    font-family: 'Mulish';
    margin-bottom: 16px;
}
.oc-conetnt p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 28px;
    font-family: 'Mulish';
    margin-bottom: 16px;
}
.oc-conetnt {
    margin-top: 60px;
}
/* section.our-chairman {
    padding: 60px 0 20px;
    background: url(../../assets/img/earth.png);
    background-repeat: no-repeat;
    background-position: center;
} */
section.our-chairman {
    padding: 60px 30px 20px;
    background: url(../../assets/img/earth.png),  #f5f5f5;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0 10px #00000020;
}
.om-img, .ov-img {
    position: relative;
}
.om-img:before {
    content: "";
    position: absolute;
    top: -40px;
    left: -30px;
    width: 90%;
    height: 90%;
    background: #2039ad;
    z-index: -9;
}
.om-content, .ov-content {
    padding: 0 60px !important;
}
.om-title h4, .ov-title h4 {
    font-size: 36px;
    font-family: 'Mulish', sans-serif;
    color: #212529;
    font-weight: 700;
    margin-left: -4px;
    line-height: 52px;
}
.om-title, .ov-title{
    position: relative;
}
.om-content p, .ov-content p{
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 28px;
    font-family: 'Mulish';
}
.om-content p b, .ov-content p b{
    color: #212529;
    font-size: 17px;
}
 
.ov-img:after {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 90%;
    height: 90%;
    background: #5f1266;
    z-index: -9;
}
.om-img img, .ov-img img {
    width: 100%;
}
.bvr {
    row-gap: 20px;
}
/* bussines verticle */
.hswc-l-img img, .hswc-r-img img {
    width: 100%;
    height: auto;
}
.hswc-l-img, .hswc-r-img{
    position: relative;
}
.hswc-content img {
    width: 100%;
    max-width: 80px;
}
/* .hs-main-content {
    margin-top: 80px !important;
} */
.hswc-l-img:before {
    content: "";
    position: absolute;
    top: -40px;
    left: -30px;
    width: 90%;
    height: 90%;
    background: #f5f5f5;
    z-index: -9;
}
.hswc-content h5 {
    font-size: 36px;
    font-family: 'Mulish', sans-serif;
    color: #212529;
    font-weight: 700;
    margin-left: -4px;
    line-height: 52px;
}
.hswc-content p {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 28px;
    font-family: 'Mulish';
}
.hsmr{
    align-items: center;
    margin-top: 80px !important;
}
.hswc-r-img:after {
    content: "";
    position: absolute;
    top: -40px;
    right: -30px;
    width: 90%;
    height: 90%;
    background: #f5f5f5;
    z-index: -9;
}
.hcm-img {
    padding: 60px;
}
.Add-box{
    border: 1px solid #e8ecef;
    border-radius: 8px;
    padding: 20px;
    align-items: center;
    margin: 12px 0px;
}
.map-icon i {
    font-size: 40px;
    color: #dd6237;
}
.add-content {
    margin-left: 16px;
}
.Add-box p {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 24px;
    font-family: 'Mulish';
}
.email-box {
    border: 1px solid #e8ecef;
    border-radius: 8px;
    padding: 20px;
    align-items: center;
    margin: 12px 0px;
}
.email-icon i {
    font-size: 40px;
    color: #dd6237;
}
.email-content a {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 24px;
    font-family: 'Mulish';
    text-decoration: none;
}
.email-content a:hover{
    color: #dd6237;
}
.email-content {
    margin-left: 16px;
}
.call-box{
    border: 1px solid #e8ecef;
    border-radius: 8px;
    padding: 20px;
    align-items: center;
    margin: 12px 0px;
}
.call-icon i {
    font-size: 40px;
    color: #dd6237;
}
.call-content a{
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 24px;
    font-family: 'Mulish';
    text-decoration: none;  
}
.call-content{
    margin-left: 16px;
}
.call-content a:hover{
    color: #dd6237;
}
.social-box {
    border: 1px solid #e8ecef;
    border-radius: 8px;
    padding: 20px;
    align-items: center;
    margin: 12px 0px;
    /* justify-content: space-between; */
}
.social-box a {
    margin-inline: 20px;
}
.social-box a:first-child {
    margin-left: 0px;
}
.btb-c a {
    text-decoration: none;
    margin-inline: 10px;
}
.btb-c a i {
    font-size: 24px;
    color: #dd6237;
}
.btb-c a:last-child {
    margin-right: 0;
}
.btb-c a:hover i {
    color: #fff;
}
.social-box a i {
    font-size: 40px;
    color: #dd6237;
}
section.h-contact {
    margin-top: 50px;
}
img.d-banner {
    height: 100vh;
}
.ot-rm-btn {
    margin-top: 20px;
}
section.valuble-partner {
    background: #cccccc;
    padding: 80px 0;
}
section.hero {
    background: url(../../assets/img/banner-8.jpg);
    background-size: cover;
    width: 100%;
    height: 100vh;
    z-index: -9;
    margin-top: -95px;
}
.oc-conetnt img {
    float: right;
    padding: 0 0 10px 10px;
}
.ot-hr hr {
    border: 0px;
    margin: 50px 0;
}
section.h-why-us-2 {
    background: url(../../assets/img/why-us-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0;
    position: relative;
    margin-top: 80px;
}
.h-team-2 {
    background: url(../../assets/img/team-bg.jpg);
    padding: 60px 30px;
    border-radius: 10px;
    margin-top: 70px;
    margin-bottom: -200px;
    box-shadow: 0 0 10px #00000030;
} 
input#fname {
    margin-top: 5px;
}
.fg-2 {
    column-gap: 10px;
}
.ceos-inner p {
    font-size: 20px;
    font-family: 'Mulish', sans-serif;
    color: #2a2a2a;
    font-style: italic;
    font-weight: 400;
    text-align: center;
}
.ceos-inner {
    padding: 30px 30px 20px;
    box-shadow: 0 0 10px #00000020;
}
ul.dropdown-menu li a.dropdown-item.active {
    color: #fff !important;
}
.hcm-form input[type="submit"] {
    margin: 10px 0;
}
ul.home-nav {
    display: none;
}
.sticky ul.home-nav {
    display: flex;
}
/* media css */
@media(max-width:1200px) {
    .lt-title h3 {
        font-size: 35px;
        line-height: 42px;
    }
    .ltc-img img {
        height: auto;
        min-width: 180px;
        max-height: 200px;
    }
    .about-us .s-container {
        margin: 0 20px !important;
    }

    .asm-title h2 {
        font-size: 40px;
    }

    section.top-bar {
        padding: 8px 20px;
    }

    nav.navbar {
        padding: 0 10px;
    }

    /* .hero-content {
        left: 20px;
    } */

    .hs-main-title h2 {
        font-size: 35px;
        /* max-width: 400px; */
    }

    .ha-content h2 {
        font-size: 35px;
    }

    .hws-title h2 {
        font-size: 35px;
    }

    .ht-title h2 {
        font-size: 35px;
        max-width: 460px;
    }

    .hc-title h2 {
        font-size: 35px;
    }

    .hero-content h2 {
        font-size: 70px;
    }

    .hac-main-box {
        padding: 20px 20px;
    }
}

@media(max-width:1080px) {
    .hcm-img {
        padding: 50px 40px;
    }
    .hswc-content img {
        width: 100%;
        max-width: 70px;
    }
    .hswc-content h5 {
        font-size: 32px;
        line-height: 48px;
    }
    .om-content, .ov-content {
        padding: 0 20px !important;
    }
    .ltc-content {
        margin-right: 20px;
        margin-top: 40px;
    }
    .lt-title h3 {
        font-size: 30px;
        line-height: 38px;
    }
    .img-c-box-2 {
        width: 100%;
        padding: 40px;
    }

    .img-c-box-1 {
        width: 100%;
        padding: 40px;
    }

    .nav-cus-menu {
        padding: 0 0px;
    }

    ul.navbar-nav li {
        padding: 0px 4px;
    }

    .hd-call {
        margin-right: 20px;
        padding-right: 10px;
    }

    .hs-title-conetnt p {
        max-width: 377px;
    }

    .tb-container {
        margin: 100px 0;
    }

    .hcm-form {
        padding: 50px 40px;
    }

    .hero-content h2 {
        font-size: 60px;
        line-height: 70px;
    }

    .ha-content h2 {
        font-size: 28px;
        line-height: 38px;
        margin-inline: auto;
    }

    .hs-main-title h2 {
        font-size: 30px;
        /* max-width: 320px; */
        line-height: 42px;
    }

    .hws-title h2 {
        font-size: 30px;
        line-height: 42px;
    }

    .ht-title h2 {
        font-size: 30px;
        max-width: 350px;
        line-height: 42px;
    }

    section.h-client {
        padding: 120px 0 70px;

    }

    .hac-main-box {
        padding: 20px 12px;
    }

    .hacm-box-inner {
        column-gap: 10px;
    }
}

@media(max-width:991px) {
    /* ul.home-nav {
        display: block !important;
    } */
    .h-nav .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .sticky .h-nav .navbar-expand-lg .navbar-toggler {
        display: block;
    }
	section.hero {
    background-position: center;
}
    section.our-team {
        margin: 80px 0;
        /* padding-top: 120px; */
    }
    .hcm-img .hc-title h2, .hcm-form .hc-title h2{
        font-size: 30px;
    }
    .ot-hr hr {
        margin: 40px 0;
    }
    /* section.hero {
        margin-top: 0;
    } */
    .hc-main-content {
        padding-inline: 0px;
    }
    .hcm-img {
        padding: 20px 40px;
    }
    .hcm-form {
        padding: 20px 40px;
    }
    section.h-contact {
        margin-top: 60px;
    }
    .hswc-l-img:before {
         top: -20px;
        left: -10px;
    }
    .hswc-r-img:after {
        top: -20px;
        right: -10px;
    }
    .hs-main .s-container {
        margin: 0 40px !important;
    }
    .hswc-content h5 {
        font-size: 28px;
        line-height: 38px;
    }
    .o-mission .s-container, .o-vission .s-container {
        margin: 0 50px !important;
    }
    .om-img:before {
        top: -30px;
        left: -20px;
    }
    .ov-img:after {
        top: -30px;
        right: -20px;
    }
    .om-title h4, .ov-title h4 {
        font-size: 30px;
        line-height: 38px;
    }
    .lt-title h3 {
        font-size: 28px;
        line-height: 38px;
    }
    .oc-conetnt {
        margin-top: 30px;
    }
    .lt-content {
        margin-top: 50px;
    }
    .ltc-r {
        margin-top: 60px !important;
    }
    .otc-img {
        margin-top: -90px;
        margin-bottom: 20px;
    }
    .ltc-img img {
        min-width: 230px;
        max-height: 240px;
    }
    .ot-content {
        margin-top: 80px;
    }
    .jvr {
        flex-wrap: wrap;
        justify-content: center;
    }
    .jvc {
        width: 46%;
        margin: 10px;
    }
    .vpr1, .vpr2, .clr1 {
        margin-top: 10px;
    }
    .vpr, .vpr1, .vpr2 {
        flex-wrap: wrap;
        column-gap: 10px;
        row-gap: 10px;
        justify-content: center;
    }
    .clr, .clr1 {
        flex-wrap: wrap;
        column-gap: 10px;
        row-gap: 10px;
        justify-content: center;
        justify-content: center;
    }
    .clc {
        margin: 0;
        width: 30%;
    }
    .vpc {
        margin: 0;
        width: 30%;
    }
    .bb-inner {
        position: relative;
        margin-top: 0;
    }
    ul.navbar-nav li a {
        color: #212529 !important;
    }
    .hero-banner img {
        width: 100%;
        margin-top: 0px;
        object-fit: cover;
    }
    .cus-add-menu {
        border-left: none;
        padding-left: 0;
        margin-left: 4px;
    }
    .hc-title h2 {
        line-height: 38px;
    }

    .asm-r {
        max-width: 500px !important;
        margin-inline: auto;
        order: 1;
    }

    .img-c-box-2 h3 span {
        font-size: 20px;
    }

    .img-c-box-1 h3 span {
        font-size: 20px;
    }

    .asm-l {
        order: 2;
        margin-top: 50px !important;
    }

    section.about-us {
        padding: 40px 0;
    }

    .cus-add-menu {
        margin: 20px 0;
    }

    ul.navbar-nav li a {
        padding-bottom: 10px;
    }

    section.top-bar {
        display: none;
    }

    .logo img {
        max-width: 120px;
    }

    .hcm-img img {
        width: 100%;
        max-width: 510px !important;
        height: 100%;
    }

    .hero-content h2 {
        font-size: 50px;
        line-height: 50px;
    }

    /* .hero-banner img {
        width: 100%;
        height: 100%;
        min-height: 400px;
    } */

    .hero-content p {
        font-size: 16px;
        max-width: 380px;
    }

    .ha-content h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .hacm-ico img {
        width: 100%;
        min-width: 30px;
    }

    .hacm-box-inner {
        column-gap: 6px;
    }

    .hs-main-title h2 {
        font-size: 28px;
        /* max-width: 320px; */
        line-height: 38px;
    }

    .hs-title-conetnt p {
        max-width: 260px;
    }

    a.as-btn {
        padding: 14px 16px;
    }

    .hero-content a {
        padding: 14px 16px;
    }

    a.ab-btn {
        padding: 14px 16px;
    }

    .hws-title h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .ht-title h2 {
        font-size: 28px;
        max-width: 350px;
        line-height: 38px;
    }

    .ht-title h2 {
        font-size: 28px;
        max-width: 350px;
        line-height: 38px;
    }

    .header .dropdown:hover .dropdown-menu {
        display: block !important;
    }

    .header .dropdown:focus .dropdown-menu {
        display: block !important;
    }

    .header .dropdown .dropdown-menu.show {
        display: none !important;
    }
}

@media(max-width:767px) {
    .bt-bar {
        text-align: center;
    }
    .bt-bar div {
        margin: 10px 0px;
    }
    .bt-bar div:first-child {
        margin-top: 0;
    }
    .bt-bar div:last-child {
        margin-bottom: 0px;
    }
    .ceos-inner p {
        font-size: 18px;
    }
    .hcm-form .hc-title {
        text-align: left;
    }
    section.h-why-us-2 {
        padding: 60px 0;
        margin-top: 60px;
    }
    .h-team-2 {
        margin-top: 60px;
    }
    /* section.our-team {
        padding-top: 100px;
    } */
    .hswc-content h5 {
        font-size: 24px;
        line-height: 30px;
    }
    .hswc-r-img {
        order: 1;
    }
    .hswc-content {
        order: 2;
        margin-top: 20px !important;
    }
    .hsmr {
        margin-top: 50px !important;
    }
    .hs-main .bvr {
        margin-top: 30px;
    }
    .om-content {
        margin-top: 50px !important;
    }
    .ov-img {
        order: 1;
    }
    .ov-content {
        order: 2;
        margin-top: 50px !important;
    }
    .leadership-team .s-container, .our-team .s-container, .our-chairman .s-container {
        margin: 0 40px !important;
    }
    section.leadership-team {
        margin: 60px 0 80px;
    }
    .s-container {
        margin: 0 40px !important;
    }
    .ha-content{
        text-align: center;
    }
    .asm-r {
        max-width: 430px !important;
        margin-inline: auto;
        order: 1;
    }

    .img-c-box-2 h3 span {
        font-size: 18px;
    }

    .img-c-box-1 h3 span {
        font-size: 18px;
    }

    .img-c-box-2 h3 {
        font-size: 50px;
    }

    .img-c-box-1 h3 {
        font-size: 50px;
    }
    .img-c-box-2 {
         padding: 30px;
        height: 200px;
    }
    .img-c-box-1 {
        padding: 30px;
        height: 200px;
    }
    .hero-content h2 {
        font-size: 40px;
        line-height: 44px;
    }

    .ha-img img {
        width: 100%;
        max-width: 400px;
    }

    .ha-img {
        text-align: center;
    }

    .ha-content {
        margin-top: 30px !important;
    }

    .hs-title {
        flex-wrap: wrap;
    }

    .hs-main-title {
        width: 100%;
    }

    .hs-title-conetnt {
        width: 70%;
        margin-top: 20px;
    }

    .hs-title-btn {
        width: 30%;
        align-self: center;
    }

    .hs-main-title h2 {
        font-size: 28px;
        max-width: 100%;
        line-height: 38px;
    }

    .hs-main-title h5 {
        margin-bottom: 10px;
    }

    .hs-title-conetnt p {
        max-width: 100%;
    }

    .tb-container {
        margin: 70px 0;
    }

    section.h-why-us {
        padding: 70px 0;
    }

    .h-team {
        margin-top: 60px;
    }

    .h-team-content {
        flex-wrap: wrap;
    }

    .ht-title {
        width: 100%;
    }

    .ht-title h5 {
        margin-bottom: 10px;
    }

    .ht-title h2 {
        font-size: 28px;
        max-width: 100%;
        line-height: 38px;
    }

    .ht-content {
        margin-top: 20px;
    }

    .ht-main-content {
        justify-content: center;
    }

    section.h-client {
        padding: 140px 0 70px;
    }

    .hc-title h5 {
        margin-bottom: 10px;
    }

    .hc-title h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .hc-main-content {
        flex-wrap: wrap;
    }

    .hcm-img img {
        width: 100%;
        max-width: 100% !important;
        max-height: 400px;
        object-fit: cover;
    }

    .hcm-img {
        width: 100%;
    }

    .hcm-img img {
        border-radius: 10px 10px 0 0px;
    }
    .hcm-form {
        padding: 0px 20px 20px;
    }
    /* .hc-main-content {
        margin-top: 40px !important;
        width: 100%;
        max-width: 500px;
        margin-inline: auto !important;
    } */

    /* .hcm-form {
        padding: 30px 20px;
    } */
    .hcm-img {
        padding: 20px 40px 0;
    }

    .hws-box-content {
        flex-wrap: wrap;
    }

    .hws-box {
        margin: 50px 0;
    }

    .hws-box-content {
        column-gap: 30px;
        margin-top: 30px;
    }

    .hero-content p {
        font-size: 16px;
        max-width: 290px;
    }
}
@media(max-width:660px){
    .jvc {
        width: 100%;
        margin: 10px;
    }
}
@media(max-width:575px) {
    .h-team-2 {
        padding: 40px 20px;
        margin-top: 40px;
    }
    .ht-content {
        margin-top: 10px;
    }
    .ot-hr hr {
        margin: 20px 0;
    }
    .oc-conetnt img {
        float: right;
        padding: 0 0 10px 0;
        width: 100%;
    }
    section.valuble-partner {
        padding: 50px 0;
    }
    .o-mission{
        margin: 60px 0 !important;
    }
    .o-mission .s-container, .o-vission .s-container {
        margin: 0 30px !important;
    }
    .om-img:before {
        top: -20px;
        left: -10px;
    }
    .ov-img:after {
        top: -20px;
        right: -10px;
    }
    .leadership-team .s-container{
        margin: 0 30px !important;
    }
    .our-team .s-container, .our-chairman .s-container {
        margin: 0 10px !important;
    }
    .ot-content {
        padding: 40px 20px;
        margin-top: 80px;
    }
    .otc-img {
        flex-wrap: wrap;
    }
    section.our-team {
        margin: 60px 0 40px;
    }
    .ltc-content {
        width: 100%;
    }
    .ltc-inner {
        flex-wrap: wrap;
    }
    .ltc-content {
        margin-right: 0;
        margin-top: 20px;
        margin-left: 0;
    }
    .otc-img img {
        width: 100%;
        margin: 10px 0;
    }
    .banner-content h3 {
        font-size: 30px;
    }
    .banner-content p {
        font-size: 14px;
    }
    .bb-inner img {
        width: 100%;
        min-height: 200px;
    }
    .asm-title h2 {
        font-size: 30px;
        line-height: 38px
    }
    .hac-main-box {
        width: 100%;
    }

    footer {
        background-repeat: repeat;
        background-position: bottom center;
        /* padding: 380px 0 0px;
        margin-top: -300px; */
    }
    .tb-container {
        margin: 40px 0;
    }

    .hac-box {
        flex-wrap: wrap;
    }

    .hac-main-box:last-child {
        margin-top: 20px;
    }

    .hs-title-conetnt {
        width: 100%;
    }

    .hs-title-btn {
        width: 100%;
        align-self: center;
        margin-top: 20px;
    }

    .s-container {
        margin: 0 10px !important;
    }

    /* .hc-main-content {
        max-width: 400px;
        margin-inline: auto !important;
        margin-top: 20px !important;
    } */

    button.slick-prev.slick-arrow {
        display: none !important;
    }

    button.slick-next.slick-arrow {
        display: none !important;
    }

    section.h-services {
        margin-top: 70px !important;
        margin-inline: 10px;
    }

    p.ab-p {
        margin-bottom: 30px;
    }

    .services-slider {
        margin-top: 20px !important;
    }

    .ssi-box {
        margin: 0 0px !important;
    }

    .h-team {
        margin-top: 20px;
    }

    .bt-bar {
        flex-wrap: wrap;
        margin-top: 20px !important;
    }

    .btb-l {
        width: 100%;
    }

    .btb-r {
        width: 100%;
    }

    .btb-l p,
    .btb-r p {
        text-align: center;
    }

    .fi {
        margin-top: 20px !important;
    }

    .fi2 h4,
    .fi3 h4,
    .fi4 h4 {
        margin-bottom: 10px;
    }

    /* .ssi-hid-content {
        max-width: 340px;
    } */
    /* section.h-about {
        margin-top: 0 !important;
    } */

    .hero-content p {
        font-size: 16px;
        max-width: calc(100% - 10%);
    }
    .hero-content h5 {
        font-size: 14px;
        line-height: 1.3em;
    }
    .ha-content h6, .hws-title h5, .ht-title h5, .hs-main-title h5 {
        margin-bottom: 0;
    }
    .jvr, .vpr, .clr {
        margin-top: 20px !important;
    }
    .ltc-inner:after {
        width: 80%;
    }
}

@media(max-width:425px) {
    section.our-chairman {
        padding: 40px 10px 10px;
    }
    section.h-contact {
        margin-top: 40px;
    }
    .hc-title h5 {
        margin-bottom: 0;
    }
    .hcm-img,.hcm-form {
        padding-inline: 0px !important;
    }
    .hs-main .s-container {
        margin: 0 30px !important;
    }
    .ltc-inner:after {
        width: 90%;
    }
    .hs-main .bvr {
        margin-top: 10px;
    }
    .lt-title h3 {
        font-size: 26px;
        line-height: 37px;
    }
    .lt-content {
        margin-top: 30px;
    }
    .asm-r {
        column-gap: 20px;
        margin-top: 20px !important;
    }
    .asm-title h2 {
        font-size: 25px;
        line-height: 38px;
    }
    .ssi-hid-content {
        padding: 10px;
    }

    .ssi-hid-content img {
        max-width: 45px;
    }

    .ssi-hid-content h5 {
        font-size: 18px;
    }

    .ssi-hid-content p {
        font-size: 14px;
    }

    .ha-content h2 {
        font-size: 26px;
        line-height: 38px;
    }

    /* .ssi-hid-content {
        max-width: 274px;
    } */
    .hws-title h2 {
        font-size: 26px;
        line-height: 38px;
    }

    .hc-title h2 {
        font-size: 26px;
        line-height: 38px;
    }

    /* .hc-main-content {
        max-width: 320px;
        margin-inline: auto !important;
        margin-top: 20px !important;
    } */

    .form-group {
        flex-wrap: wrap;
    }

    /* footer {
        padding: 350px 0 0px;
    } */

    .ht-content p {
        font-size: 16px;
    }
}