*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, a, span{
    font-family: "Lexend Deca", sans-serif;
}
p, li{
    font-family: "Roboto", sans-serif;
}
a{
    text-decoration: none !important;
}
img{
    width: 100%;
}
.tbm{
    margin: 70px 0;
}
.tbp{
    padding: 70px 0;
}
.cus-container {
    max-width: 1643px;
    margin-inline: auto;
}
.tha-ic {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.thair-inr {
    display: flex;
    align-items: center;
}
section.top-header {
    background: #15141c;
}
.thil-inr a {
    color: #fff;
    font-size: 14px;
    margin-right: 30px;
    letter-spacing: 0.2px;
}
.thil-inr a i {
    margin-right: 8px;
    color: #FF5800;
}
.thair-social a {
    color: #fff;
    font-size: 14px;
    margin-inline: 14px;
}
.tahir-btn a {
    font-size: 16px;
    text-transform: uppercase;
    padding: 12px 30px;
    display: inline-block;
    background: #FF5800;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.2px;
}
.tahir-btn{
    margin-left: 20px;
}
ul.navbar-nav {
    margin: 0 0 0 auto !important;
}
a.nav-link {
    color: #15141c;
    padding: 30px 0 !important;
    font-size: 18px;
    font-weight: 500;
}
li.nav-item {
    margin-right: 36px;
}
li.nav-item:last-child {
    margin-right: 0;
}
/* .navbar {
    padding: 0 !important;
} */
.main-header {
    /* padding: 8px 0; */
    background: #fff;
    box-shadow: 0 0 10px #00000010;
}
ul.dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: 0 0 10px #00000010;
    padding: 0px 0px;
    margin: 0 !important;
    border-bottom: 4px solid #FF5800;
}
a.dropdown-item {
    padding: 8px 12px;
    border-bottom: 1px solid #FF58002e;
    color: #15141c;
    font-size: 15px;
    font-weight: 400;
}
.hbss-ic {
    background: #15141c;
}
.hbss-ic .row {
    width: 100%;
    --bs-gutter-x: 0;
}
.hbssl-ic {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    z-index: 0;
}
.hbssl-ic:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/banner-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.05;
}
.hbssl-inr span {
    color: #FF5800;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
    line-height: 24px;
}
.hbssl-inr h4 {
    color: #fff;
    font-size: 62px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.hbssl-inr p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}
.btn1 {
    font-size: 16px;
    text-transform: uppercase;
    padding: 16px 36px;
    display: inline-block;
    background: #FF5800;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.hbssl-btn {
    margin-top: 30px;
}
.hbssl-inr {
    max-width: 68%;
    padding-right: 40px;
}
.slick-next, .slick-prev {
    top: unset !important;
    width: 60px !important;
    height: 60px !important;
    transform: unset !important;
    bottom: 80px !important;
    border: 2px solid #fff !important;
    background: #FFF !IMPORTANT;
}
.slick-prev {
    left: 5% !important;
    z-index: 1;
  
}
.slick-next {
    right: unset !important;
    left: 9% ;
}
.slick-prev:before {
    content: "\f053" !important;
}
.slick-next:before, .slick-prev:before {
    font-family: FontAwesome !important;
    font-size: 20px !important;
    line-height: 1;
    opacity: 0.75;
    color: #ff5800 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-next:before {
    content: "\f054" !important;
}
.web-tt h4 {
    font-size: 16px;
    text-transform: uppercase;
    color: #ff5800;
    margin-bottom: 14px;
}
.web-tt h4 span{
    margin-inline: 6px;
}
.web-tt h2 {
    font-size: 38px;
    line-height: 52px;
    margin-bottom: 14px;
    font-weight: 600; 
}
.web-con p {
    color: #000;
    line-height: 30px;
    margin-bottom: 12px;
}
.lc-5 p{
    display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.habli-cl ul {
    --icon-space: 1.6em;
    list-style: none;
    padding: 0;
  }
  
  .habli-cl li {
    padding-left: var(--icon-space);
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #15141c;
  }
  
  .habli-cl li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc( var(--icon-space) * -1 );
    width: var(--icon-space);
    color: #FF5800;
  }
  .habl-cr-box {
    background: #f7f7f7;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    align-content: center;
    padding: 20px;
}
.habl-cr-box h5 {
    width: 100%;
    font-size: 60px;
    margin-bottom: 0;
    color: #ff5800;
}
.habl-cr-box span {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
}
.habrr-top {
    display: flex;
    align-items: center;
    gap: 16px;
}
.habrr-tl img {
    max-width: 68px;
}
.habrr-tr span {
    font-size: 50px;
    color: #15141c;
    font-weight: 600;
}
.habrr-con h4 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 10px 0 4px;
}
.habrr-con p {
    color: #616161;
    margin: 0;
}
.habrr-box {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #61616140;
}
.habrr-box:last-child {   
     padding-bottom:0px;
    margin-bottom:0px;
    border-bottom:none;
}
section.h-services {
    background: #f7f7f7;
}
.hser-slide {
    position: relative;
    background: #fff;
    padding: 25px;
    text-align: center;
    z-index: 0;
}
.hser-sic-con h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #15141c;
    display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.hser-sic-con p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #616161;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.hser-sic-con span {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #ff5800;
}
.hser-sic-img {
    margin-bottom: 30px;
    overflow: hidden;
}
.mt-60{
    margin-top: 60px;
}
.hser-slide {
    margin: 0 12px;
}
.hser-slider .slick-list {
    margin: 0 -12px;
}
.hser-spn-bg {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 110px;
    z-index: -1;
    color: #ff5800;
    opacity: 0;
}
.hser-slide:hover .hser-spn-bg {
    opacity: 0.1;
    transition: 0.3s;
}
.hser-slide:hover .hser-sic-img img{
    transform: scale(1.2) rotate(2deg);
    transition: 3s;
}
.slick-dotted.slick-slider {
    margin-bottom: 50px !important;
}
.slick-dots {
    bottom: -55px !important;
}
.slick-dots li button:before {
    font-size: 10px !important;
    color: #ff5800 !important;
    opacity: 1 !important;
}
.slick-dots li.slick-active button:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    left: 50%;
    top: 48%;
    border-radius: 100%;
    border: 1px solid #ff5800;
    transform: translate(-50%, -50%);
}
.web-ul ul {
    --icon-space: 1.6em;
    list-style: none;
    padding: 0;
  }
  
  .web-ul li {
    padding-left: var(--icon-space);
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #15141c;
    font-size: 18px;
  }
  
  .web-ul li:before {
    content: "\f101";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc( var(--icon-space) * -1 );
    width: var(--icon-space);
    color: #FF5800;
  }
  .hacm-tt h4 {
    font-size: 16px;
    text-transform: uppercase;
    color: #ff5800;
    margin-bottom: 0px;
    background: #fff;
    display: inline-block;
    padding-inline: 8px ;
}
.hac-m {
    margin-top: 80px !important;
    /* margin-bottom: 20px !important; */
}

.hacm-tt {
    margin-bottom: 40px;
    position: relative;
}
.hacm-tt:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ff5800;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.hacm-box {
    margin: 12px;
    box-shadow: 0 0 10px #00000020;
}
.hacm-sic .slick-list{
    margin:  0 -12px !important;
}
.color1{
    color: #fff !important;
}
section.h-projects {
    background: #FF7617;
    position: relative;
    z-index: 0;
}
section.h-projects:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/pro-bg.png);
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.1;
    background-position: center center;
    z-index: -1;
}
.project-1-block {
    margin-bottom: 0px;
    position: relative;
}
.project-1-image {
    overflow: hidden;
    position: relative;
    border-radius: 7px;
}
.hprc-box img {
    min-height: 400px;
    max-height: 400px;
    object-fit: cover;
}
.project-1-image img {
    width: 100%;
}
.project-1-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    color: #ffffff;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: column;
    padding-right: 20px;
    padding-top: 20px;
}
.project-1-overlay:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    background: linear-gradient(0deg, #000000c9, #3b3b3b6e);
}
.project-1-overlay:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    opacity: 0;
    background: rgb(0 0 0 / 70%);
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
}
/* .project-1-overlay:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    opacity: 0;
    background: rgb(0 0 0 / 70%);
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
}
.project-1-overlay:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    opacity: 0;
    background: rgb(0 0 0 / 70%);
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
} */
.project-1-content {
    position: absolute;
    left: 20px;
    bottom: 20px;
    transition: 0.5s;
    transform: translateY(10px);
    opacity: 0;
}
.project-1-cat {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    left: 30px;
    bottom: 30px;
    transition: 0.5s;
    margin-bottom: 5px;
}
.project-1-cat {
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 500;
    left: 30px;
    bottom: 30px;
    transition: 0.5s;
    margin-bottom: 0;
}
.project-1-block:hover .project-1-overlay:before {
    opacity: 0.9;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}
.project-1-block:hover .project-1-content {
    opacity: 1;
    transform: translateY(0);
}
h4.project-1-title {
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    transition: 0.5s;
    /* font-family: "Barlow"; */
    transform: translateY(10px);
}
.project-1-bottom-title {
    -webkit-text-stroke-color: rgb(31 38 52 / 20%) !important;
    font-size: 163px;
    text-align: center;
    width: max-content;
    position: relative;
    /* left: -px; */
    margin-bottom: 30px;
    font-weight: 600;
}
.hprc-box {
    margin: 0 12px;
}
.hprc-slider .slick-list{
    margin: 0 -12px;
}
.project-1-content span {
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 500;
    left: 30px;
    bottom: 30px;
    transition: 0.5s;
    margin-bottom: 0;
    margin-top: 20px;
    display: block;
}
.hprc-slider .slick-next, .hprc-slider .slick-prev, .htes-ic  .slick-next, .htes-ic  .slick-prev {
    top: 50% !important;
    transform: translate(0,-50%) !important;
   bottom: unset !important;
}
.htes-ic .slick-next, .htes-ic .slick-prev {
    background: #FF5800 !IMPORTANT;
    border: none !important;
}
.htes-ic .slick-next:before, .htes-ic .slick-prev:before {
    color: #fff !important;
}
.hprc-slider .slick-prev, .htes-ic .slick-prev {
    z-index: 1;
    left: -25px !important;
}
.hprc-slider .slick-next, .htes-ic .slick-next {
    right: -30px !important;
    left: unset;
}
.pt-testimonial-box.pt-style-2 .pt-testimonial-info {
    padding: 45px 30px;
    padding-bottom: 60px;
    background: #f7f7f7;
    position: relative;
}
.pt-testimonial-box.pt-style-2 .pt-testimonial-quote {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 10px;
    color: #ff7617;
}
.pt-testimonial-box.pt-style-2 .pt-testimonial-box-bgicon i {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ff7617;
    font-size: 230px;
    transition: all 0.5s ease-in-out;
}
.pt-testimonial-box.pt-style-2 .pt-testimonial-description {
    margin-bottom: 15px;
}
.pt-testimonial-box.pt-style-2 .pt-testimonial-media {
    display: block;
    margin-top: -45px;
}
.pt-testimonial-box.pt-style-2 .pt-testimonial-img img {
    width: 80px;
    border-radius: 100%;
    display: inline-block;
    position: relative;
}
.pt-testimonial-box.pt-style-2 .pt-testimonial-meta {
    text-align: center;
    margin-top: 15px;
}
.pt-testimonial-box.pt-style-2 .pt-testimonial-meta h5 {
    font-size: 24px;
    line-height: 32px;
}
.pt-testimonial-box.pt-style-2 .pt-testimonial-media .pt-testimonial-meta span {
    color: #ff7617;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
}
.htes-slide {
    margin: 0 12px;
}
.htes-ic .slick-list {
    margin: 0 -12px;
}
footer {
    background: #15141c;
    color: #fff;
}
.main-ft {
    padding-top: 60px;
}

.ft-logo {
    margin-bottom: 20px;
}
.firc-con p {
    font-size: 14px;
    font-weight: 400; 
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.firc-title h4 {
    font-size: 22px;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #ff5800;
}
.firc-title h4:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    background: #ff5800;
    bottom: 0;
    left: 0;
}
.firc-ul ul {
    --icon-space: 1.3em;
    list-style: none !important;
    padding: 0;
}
.firc-ul li {
    padding-left: var(--icon-space);
    margin-bottom: 10px;
    font-size: 14px;
}
.firc-ul li:before {
    content: "\f054";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc(var(--icon-space) * -1);
    width: var(--icon-space); 
    color: #9d9d9d;
    font-size: 11px;
}
.firc-ul li a {
    color: #fff;
}
.f-add {
    margin-bottom: 10px;
}
.f-add p, .f-add a {
        font-size: 15px;
    font-weight: 300;
    color: #ffffff !important;
    line-height: 28px;
}
.f-add i {
    color: #ff5800;
    margin: 5px 10px 0 0;
}
.tftl-social a {
    color: #ff5800;
    margin-right: 14px;
    font-size: 16px;
}
.lst-ft {
    padding: 10px 0;
    border-top: 1px solid #2e2d3b;
    margin-top: 40px;
}
p:last-child {
    margin-bottom: 0;
}
.lft-r a {
    color: #ff5800;
}
@media(min-width:992px){
    li.dropdown:hover .dropdown-menu {
        display: block;
    }
}
.sticky {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 999999;
    transition: 0.3s;
}
.fad-wrap {
    flex-wrap: wrap;
}
.fad-rg p {
    margin-bottom: 5px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #FF5800 !important;
}
section.i-banner {
    background: url(../../assets/img/i-banner.jpeg);
    padding: 50px 0;
    background-size: cover;
    background-position: 0 0;
    position: relative;
    z-index: 0;
}
section.i-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #15141c73;
    top: 0;
    left: 0;
    z-index: -1;
}
.ibn-ic h4 {
    font-size: 40px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 20px;
}
.ibn-ic p {
    background: rgba(255, 255, 255, 0.1);
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px; 
}
.ibn-ic p span{
    margin-inline: 8px;
}
.ibn-ic p a{
    color: #FFf;
}
.ibn-ic p a i{
    color: #FF5800;
    margin-right: 6px;
}
.lc-auto p {
    display: -webkit-box;
    -webkit-line-clamp: auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
section.mab-act {
    background: #f7f7f7;
    position: relative;
    z-index: 0;
}
.mab-act .hacm-tt h4 {
    background: #f7f7f7;
}
  
  .web-ul2 li {
    padding-left: var(--icon-space);
    text-transform: none;
    line-height: 30px;
    margin-bottom: 5px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
  }
  
  .web-ul2 li:before {
    content: "\f101";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc( var(--icon-space) * -1 );
    width: var(--icon-space);
    color: #FF5800;
    font-size: 14px;
  }
  .masr-ic {
    margin-left: 30px;
}
.m-sr2 {
    background: #f7f7f7;
}
.mas-st h5 {
    padding-bottom: 15px;
    margin-bottom: 18px;
    position: relative;
    font-weight: 500;
}
.mas-st h5:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    background: #212529;
    left: 0;
    bottom: 0;
}
.mapr-ic {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}
.mapr-box {
    width: 100%;
    max-width: 32%;
    box-shadow: 0 0 10px #00000020;
    /* padding: 10px; */
}
.maprb-con p {
    font-size: 18px;
    font-weight: 500;
    color: #212529;
}
.maprb-cc {
    padding: 16px 16px;
}
.maprb-con p {
    font-size: 18px;
    margin-bottom: 14px;
    font-weight: 500;
    color: #212529;
}
.maprb-ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.maprb-ul ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdddd7a;
    color: #000;
    font-weight: 400;
    display: flex;
}       
.maprb-ul ul li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #ebebeb;
}
.maprb-ul ul li i {
    color: #ff5800;
    max-width: 28px;
    display: inline-block;
    font-size: 20px;
    min-width: 28px;
}
.maprb-img img {
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
}
.maprb-img {
    overflow: hidden;
}
.mapr-box:hover .maprb-img img {
    transform: scale(1.2) rotate(3deg);
    transition: 3s;
}
a.navbar-brand img {
    width: 430px;
}
.hbssr-inr img {
    max-height: 780px;
    object-fit: cover;
}
.mcl-ic {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.mcl-box {
    width: 100%;
    max-width: 23%;
    border: 1px solid #ebebeb;
}
section.m-c-info {
    margin-bottom: 80px;
}
.contact-title p {
    margin-top: 12px;
    /* font-family: 'Mulish'; */
    color: #555555;
}
.cd-box {
    padding: 20px;
}
.cd-img img {
    width: 100%;
    max-width: 60px !important;
}
.cd-content {
    margin-left: 20px;
    width: 100%;
}
.cd-content h5 {
    font-size: 20px;
    font-weight: 700;
    /* font-family: 'mulish'; */
}
.cd-content p, .cd-content p a {
    font-size: 16px;
    color: #222;
    line-height: 28px;
    margin-bottom: 8px;
}
.cd-content p a:hover{
    color: #BB6623;
}
.cd-box {
    box-shadow: 0 0 10px #00000020;
    transition: .5s !important;
    transform: scale(1.05);
	margin-bottom:20px;
}.cd-img {
    font-size: 24px;
    color: #BB6623;
}
.mci-ic-btm{ background:#f2f2f2!important; padding:20px;}
.mci-ic-top {
    display: flex;
    gap: 30px;
    background: #fff;
    margin-top: -30px;
    position: relative;
    padding: 50px 80px 0;
}
.mci-ic-top .ftca-box {
    width: 100%;
}
.ftca-box {
    display: flex;
    column-gap: 18px;
}
.ftca-l {
    width: 100%;
    max-width: 20px;
}
.mci-ic-top .ftca-l i {
    color: #ff5800;
    font-size: 24px;
}
.ftca-r h5 {
    color: #303442;
}
.mci-ic-top .ftca-r p, .mci-ic-top .ftca-r p a {
    font-size: 16px;
    color: #000;
    margin-bottom: 4px; line-height:28px;
}
.mci-ic-btm .web-con p {
    max-width: 600px;
    margin-inline: auto;
}
.mci-form {
    max-width: 800px;
    margin-inline: auto;
}
.mt-30 {
    margin-top: 30px;
}
.form-group {
    width: 100%;
    margin-bottom: 20px;
}
.form-row {
    display: flex;
    gap: 24px;
}
.form-control {
    border-radius: 0 !important;
    padding: 10px 16px !important;
    box-shadow: 0 0 10px #00000010;
    border: 1px solid #ebebeb !important;
}@media (min-width: 992px) {
    .navbar-expand-lg {
      padding-top:0!important;
	  padding-bottom:0!important;
    }
}
.hacm-sic .slick-next {
    right: -30px !important;
    left: unset;
    background: #ff7817 !important;
    width: 40px !important;
    height: 40px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.hacm-sic .slick-next:before, .hacm-sic .slick-prev:before{
    color: #fff !important;
}
.hacm-sic .slick-next:hover, .hacm-sic .slick-prev:hover {
    background: #ff7817 !important;
}
.hacm-sic .slick-prev {
    left: -30px !important;
    background: #ff7817 !important;
    width: 40px !important;
    height: 40px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}