*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: inherit !important;
    box-sizing: inherit;
}
.padt{ margin-top:30px;}

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;
}
img.header-logo {
    width: 100%;
    max-width: 390px;
}

.cus-container {
    width: 100%;
    max-width: 96%;
    margin-inline: auto;
}
.tp-header {
    background: #fff;
    padding-inline: 20px;
    border-radius: 20px;
    /* margin: 20px 0; */
}   
img.header-logo {
    max-width: 320px;
}
a.nav-link {
    color: #212121;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.2px;
    padding: 10px 12px !important;
    font-size: 16px;
}
.nav-link:focus, .nav-link:hover {
    color: rgb(224 174 114) !important;
}
/* .navbar-nav .nav-link.active {
    color: #fff !important;
    background: #212121;
    border-radius: 6px;
    padding-inline: 30px !important;
    margin-inline: 6px;
} */
.navbar-nav .nav-link.active {
    color: #ff5e00 !important;
    border-bottom: 2px solid;
    font-weight: 600;
}
.hb1 a i{
    margin-right: 4px;
}
.hb1 a {
    display: inline-block;
    background: linear-gradient(45deg, #E5AA66, #F3D08A, #D79F5E, #F3D08A, #D9A463);
    /* background-color: #212121; */
    padding-inline: 20px;
    line-height: 47px;
    border-radius: 6px;
    color: #212121;
    font-weight: 800;
    text-transform: uppercase;
}
.tpb-slide {
    position: relative;
    border-radius: 20px;
}
.tpb-slide img {
    border-radius: 20px;
    max-height: 700px;
    object-fit: cover;
}
section.top-part {
    background: #F0F2F4;
    padding: 20px 0;
}
.tp-banner {
    margin: 20px 0;
    position: relative;
}
.tpb-con {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    max-width: 1080px;
    left: 10%;
    opacity: 0;
}
.slick-active .tpb-con {
    top: 50%;
    transition: top 0.6s linear;
    opacity: 1;
}
.tpb-con p {
    font-size: 80px;
    color: #fff;
    line-height: 90px;
    text-shadow: 0 0 40px #000000;
}

/* .tpb-slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 20px;
    opacity: 0.65;
} */
.tpb-ic .slick-list {
    border-radius: 20px;
}
.tpb-ic .slick-prev {
    left: 0px !important;
    z-index: 1;
    border-radius: 0 20px 20px 0px;
}
.tpb-ic .slick-next, .tpb-ic .slick-prev {
    width: 70px !important;
    height: 100px !important;
    background: #f3f3ff !important;
}
.tpb-ic .slick-prev:before {
    content: "\f053" !important;
    margin-right: 10px;
}
.tpb-ic .slick-next:before, .tpb-ic .slick-prev:before {
    font-family: FontAwesome !important;
    color: #212121 !important;
    font-size: 24px !important;
}
.tpb-ic .slick-next:before {
    content: "\f053" !important;
    margin-right: 10px;
}
.tpb-ic .slick-next {
    right: 0px !important;
    border-radius: 0px 20px 20px 0px;
    transform: rotate(-180deg);
    margin-top: -50px;
}
.hba-left-down {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    margin-top: 56px;
    left: 0px;
}
.hba-left-up {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    margin-top: -64px;
    left: 0px;
}
.hba-right-down {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    margin-top: 56px;
    right: 0px;
}
.hba-right-up {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    margin-top: -64px;
    right: 0px;
}
.hba-left-down svg>path, .hba-left-up svg>path, .hba-right-down svg>path, .hba-right-up svg>path {
    fill: #f3f3ff;
}
.hba-right-up svg {
    transform: rotate(180deg);
}
.hba-left-up svg {
    transform: rotate(-90deg);
}
.hba-right-down svg {
    transform: rotate(90deg);
}
.tpsi-box {
    border-radius: 20px;
    position: relative;
    margin-inline: 10px ;
    overflow: hidden;
}
.tpsi-box img{
    border-radius: 20px;
}
.tps-ic .slick-list {
    margin-inline: -10px !important;
}
.tpsi-con {
    position: absolute;
    bottom: -88px;
    background: linear-gradient(0deg, black, transparent);
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: end;
    padding: 20px;
    color: #fff;
    border-radius: 20px;
}
.tpsi-con p {
    margin-bottom: 0;
    max-width: 260px;
}
.tpsi-box:hover .tpsi-con{
    bottom: 0;
    transition: bottom .4s linear;
}
.tpsi-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 15px 0 0 15px;
    background: #f0f2f4;
    border-radius: 20px 0 0 0;
}
.tpsi-btn a {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background: #212121;
    border-radius: 100%;
    color: #fff;
}
.tpsi-btn a:hover {
    background: linear-gradient(45deg, #E5AA66, #F3D08A, #D79F5E, #F3D08A, #D9A463);
    color: #212121;
}
.tpsi-btn:before {
    content: "";
    position: absolute;
    background-color: transparent;
    height: 40px;
    width: 15px;
    right: 0;
    /* left: initial;
    bottom: initial;
    -webkit-border-radius: 0;
    border-radius: 0; */
    border-bottom-right-radius: 15px;
    box-shadow: 0 15px 0 0 #F0F2F4;
    top: -40px;
}
.tpsi-btn:after {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 40px;
    width: 15px;
    left: -15px;
    /* right: initial;
    top: initial;
    bottom: 0;
    -webkit-border-radius: 0;
    border-radius: 0; */
    border-bottom-right-radius: 15px;
    box-shadow: 0 15px 0 0 #F0F2F4;
}
.web-tt h4 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 400;
}
.web-tt span {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 8px;
    display: block; color:#ff5e00 !important
}

.ser-ic {
    display: flex;
    align-items: flex-start;
}
.ser-icl {
    min-width: 110px;
    margin: 0 40px 0px 0;
}
.ser-icr h5 {
    font-size: 25px;
}
.ser-icr h5 a{
    color: #111;
}
.ser-icr p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #333;
    margin-bottom: 0;
}
.ser-icr {
    border-bottom: 1px solid #000;
    /* margin-bottom: 30px; */
    padding-bottom: 30px;
}
.serr-box {
    padding: 20px;
}
.serr-box:last-child .ser-icr {
    border: none;
    padding-bottom: 0;
}
.btn1 {
    display: inline-block;
    border: 1px solid #212121;
    border-radius: 100px;
    padding-inline: 20px;
    line-height: 40px;
    font-size: 14px;
    color: #212121;
    font-weight: 500;
}
.btn1 i{
    font-size: 12px;
    margin-right: 4px;
}
.serl-ic {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 100%;
}
.serr-box:last-child {
    padding-bottom: 0;
}
.h-marq .marq {
    font-size: 120px;
    white-space: nowrap;
    /* overflow: hidden; */
    color: #111;
    animation: text_move_left 10s linear infinite;
}
section.h-marq {
    overflow: hidden;
    /* background: #111; 
    padding-bottom: 10px;*/
}
@keyframes text_move_left {
    from {
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%);
    }
    to {
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  .abl-ic-s {
    background: linear-gradient(151deg, #542F2F 1.5%, #111111 44.85%);
    border-radius: 20px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    padding: 40px;
    z-index: 0;
}
.abl-ic-s img {
    border-radius: 20px;
    position: absolute;
    width: 100%;
    z-index: -1;
    left: 0;
    top: 0;
}
.abl-ics-con {
    display: flex;
    color: #fff;
    column-gap: 40px;
}
.abl-ics-con div {
    width: 100%;
}
.abl-ics-l span {
    font-size: 25px;
    display: block;
    line-height: 30px;
    margin-top: 10px;
}
.abl-ics-m h4, .abl-ics-r h4 {
    font-size: 80px;
    line-height: 80px;
    margin: 0;
}
.abl-ics-m p, .abl-ics-r p {
    font-size: 16px;
    margin: 0;
}
.abr-ic {
    background: #Ffff;
    border-radius: 20px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px 20px;
    --e-column-margin-right: 20px;
    --e-column-margin-left: 20px;
    padding: 5% 23% 5% 14%;
    height: 100%;
}
.abr-ftt-o h4 {
    padding: 0px 5px 0px 0px;
    font-size: 200px;
    font-weight: 600;
    letter-spacing: -0.05em;
    color: #fff;
    -webkit-text-stroke: 4px #02010100;
    text-stroke: 4px #02010100;
    -webkit-text-stroke-width: 4px;
    background-color: transparent;
    background-image: linear-gradient(45deg, #8b5c26, #ff5e00, #a16928, #865b03, #D9A463);
    opacity: 1;
    -webkit-background-clip: text;
    letter-spacing: 0.4px;
}
.abr-ftt {
    display: flex;
}
.abr-ftt-s span {
    display: block;
    font-size: 26px;
    font-weight: 600;
    line-height: 130px;
    margin-left: 15px;
}
.abr-stt {
    margin-top: 30px;
}
.abr-stt-con p {
    color: #333;
    line-height: 30px;
}
.abr-stt-con{
    margin-left: 70px;
    margin-top: 30px;
}
.abr-btn {
    margin-top: 30px;
}
.tps-tt .web-tt h4 {
    max-width: 55%;
}
.tps-tt {
    margin: 50px 0;
}
.hab-ic {
    margin: 60px 0 30px;
}
section.h-about {
    background: #F0F2F4;
    padding: 20px 0 50px;
}
.carir-ic h5 {
    font-size: 76px;
    font-weight: 400;
    color: #111;
    line-height: 90px;
}
.carir-ic h5 span {
    background: linear-gradient(45deg, #E5AA66, #F3D08A, #D79F5E, #F3D08A, #D9A463);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
.caril-ic img {
    max-width: 550px;
}
.caril-ic {
    text-align: center;
}
.ft-top {
    background: #111;
    border-radius: 20px;
    margin-bottom: 40px;
}
.ftt-ic {
    padding: 70px 0 30px;
}
.ftt-logo img {
    max-width: 320px;
}
.ftt-con h5 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 12px;
}
.ftt-box a {
    color: #ccc;
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
}
.ftt-box {
    margin-bottom: 20px;
}
.ftt-social {
    display: flex;
    justify-content: space-between;
}  
.ftt-box p {
    color: #ccc;
} 
.ftt-con ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ftt-con ul li{
    margin-bottom: 5px;
}
.ftt-con ul li a{
    color: #ccc;
}
.ftt-con3 {
    margin-left: 30px;
}
.ftt-btm {
    background: #fff;
    border-radius: 20px 20px 0 0;
    padding: 20px 30px 3px;
    position: relative;
}
.ftt-btm-ic {
    display: flex;
    justify-content: space-between;
}
.ftt-btm-ic p{
    margin-bottom: 0;
    font-weight: 500;
    color: #333;
    font-size: 15px;
}
.ftt-btm-ic p a{
    color: #ff5e00;
}
.ftt-left svg>path, .ftt-right svg>path {
    fill: #ffff;
}
.ftt-left svg {
    transform: rotate(180deg);
}
.ftt-left {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 1;
    margin-top: 0;
    left: -20px;
    bottom: 4px;
}
.ftt-right {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 1;
    margin-top: 0;
    right: -20px;
    bottom: 4px;
}
.ftt-right svg {
    transform: rotate(-90deg);
}
@media(min-width:992px){
    li.dropdown:hover .dropdown-menu {
        display: block;
    }
}
.sticky {
    width: 96%;
    position: fixed;
    top: 0px;
    z-index: 999999;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 0 10px #00000020;
}
.sticky img.header-logo {
    max-width: 170px;
    transition: 0.5s;
}
ul.dropdown-menu {
    padding: 5px 10px !important;
    border: none;
    border-radius: 0;
    border-bottom: 4px solid #ffa64c;
    box-shadow: 0 0 10px #00000020;
    /* background: #212121; */
    width: 100%;
}
a.dropdown-item {
    padding: 6px 6px;
    border-bottom: 1px solid #e7e7e7;
    color: #222;
}
ul.dropdown-menu li:last-child a {
    border-bottom: none;
}
.dropdown-item.active, .dropdown-item:active {
    /* color: #222 !important; */
    background-color: #ffa64c !important;
}
.inner-banner img {
    border-radius: 20px;
    max-height: 350px;
    object-fit: cover;
}
.inner-banner {
    border-radius: 20px;
    margin-top: 20px;
    position: relative;
}
.ib-con {
    background: #f0f2f4;
    display: inline-block;
    padding-inline: 70px;
    line-height: 50px;
    border-radius: 20px 20px 0 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.inner-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000ab;
    border-radius: 20px;
    /* opacity: 0.5; */
}
.ib-con span {
    font-size: 18px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: 600;
    color: #222;
}
.ib-con span i {
    margin-inline: 8px;
    font-size: 16px;
}
.ib-con span a{
    color: #222;
}
.ib-con span a:hover{
    color: #ffa64c ;
}
.ibb-left {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 3;
    margin-top: 0;
    left: -19px;
    bottom: 17px;
}
.ibb-right {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 1;
    margin-top: 0;
    right: -19px;
    bottom: 17px;
}
.ibb-left svg {
    transform: rotate(180deg);
}
.ibb-left svg>path, .ibb-right svg>path  {
    fill: #f0f2f4;
}
.ibb-right svg {
    transform: rotate(-90deg);
}
.tpb-btn a {
    background: #212121;
    display: inline-block;
    padding-inline: 40px;
    line-height: 44px;
    border-radius: 6px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.4px;
}
.tpb-btn {
    display: flex;
    column-gap: 14px;
}
.tpb-btn a:last-child {
    background: linear-gradient(45deg, #E5AA66, #F3D08A, #D79F5E, #F3D08A, #D9A463);
    color: #222;
}
.tpb-btn a:hover {
    background: #fff;
    color: #212121;
    transition: 0.4s;
}
.tpb-btn a:last-child:hover {
    background: #222;
    color: #fff;
    transition: 0.4s;
}
.carc-btn a {
    display: flex;
    justify-content: space-between;
    font-size: 22px;
    color: #222;
    font-weight: 600;
    border-top: 1px solid #e7e7e7;
    padding-top: 30px;
    margin-top: 40px;
}
.carc-btn a:hover {
    color: #ffa64c !important;
}
.carir-ic {
    margin-left: 40px;
}
span.carc-txt {
    text-decoration: underline;
}
/* .mabr-img img {
    -webkit-mask-image: url(../../assets/img/mab-shape.svg);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    vertical-align: middle;
    display: inline-block;
    max-width: 100vw;
}
.mabr-img {
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
} */
.ibc-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.ibc-title h4 {
    font-size: 60px;
    color: #fff;
    text-transform: capitalize;
}
.mabr-img {
    margin-right: -200px;
    margin-left: 100px;
}
.mabl-ic .abr-stt-con {
    margin-left: 140px;
    
} 
 
.mabl-ic .abr-ftt-o h4 {
    font-size: 74px;
    position: absolute;
    transform: rotate(-90deg);
    left: -90px;
    bottom: 95px;
    letter-spacing: 0.5px;
}
.mabl-ic {
    position: relative;
}
.vms-box {
    background: linear-gradient(151deg, #542F2F 1.5%, #111111 45%);
    border-radius: 20px;
    padding: 80px;
    color: #fff;
    position: relative;
    z-index: 0;
    overflow: hidden;
}  
.vms-box h5 {
    font-size: 80px;
    opacity: 0.8;
    margin-bottom: 25px;
    padding-bottom: 20px;
    position: relative;
}
.vms-box h5:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 4px;
    background-color: #fff;
    bottom: 0;
    left: 0;
}
.vms-box p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 28px;
    max-width: 80%;
}
.vms-bg {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    opacity: 0.6;
    z-index: -1;
}
.vms-bg img{
    border-radius: 20px;
}
.vmsr-ic .vms-box {
    background: linear-gradient(45deg, #e9ebed, #afafaf);
    color: #000;
}
.vmsr-ic .vms-bg {
    position: absolute;
    top: unset;
    left: unset;
    border-radius: 20px;
    opacity: 0.6;
    z-index: -1;
    right: 2px;
    bottom: 10px;
    transform: rotate(280deg) scale(1.3);
}
.vms-con {
    max-width: 50%;
    margin-top: 200px;
}
.vms-con2 {
    max-width: 40%;
    position: absolute;
    right: 50px;
    top: 50px;
}
.web-tt span.tt-ch {
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 8px;
    display: inline-block;
    background: linear-gradient(45deg, #E5AA66, #F3D08A, #D79F5E, #F3D08A, #D9A463);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mser-ic {
    background: #111111;
    border-radius: 20px;
    padding: 70px 0;
}
.mser-icm .web-tt {
    color: #fff;
}
section.m-ser {
    margin: 50px 0;
}
.mser-data {
    margin-top: 40px;
}
.mserd-ic {
    margin-left: 40px;
    color: #fff;
}
.mserd-ic p {
    font-size: 18px;
    line-height: 30px;
    position: relative;
}
.mserd-ic ul, .jdsl-con ul {
    --icon-space: 2em;
    list-style: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0;
  }
  
  .mserd-ic li, .jdsl-con li {
    padding-left: var(--icon-space);
    margin-bottom: 12px;
    line-height: 28px;
    font-size: 18px;
}
  
  .mserd-ic li:before, .jdsl-con li:before {
    content: "\f101";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc( var(--icon-space) * -1 );
    width: var(--icon-space);
    color: #e1af72;
}
.msr2 .mser-ic {
    background: #F0F2F4;
}.msr2 .mser-ic1 {
    background: #fff;
}
.msr2 .mser-icm .web-tt, .msr2 .mserd-ic {
    color: #111;
}
.msr2 .mserd-ic li:before {
    color: #ff5e00;
}
.mserd-ic p b:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    background: #ff5e00;
    bottom: -6px;
}
.mserd-ic p b{
    padding-bottom: 10px;
}
.mserd-ic span {
    display: block;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 30px;
}
.jbb-icf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #111;
    padding: 10px 30px;
    color: #fff;
    border-radius: 20px 20px 0 0;
}
.jbb-icf img {
    max-width: 40px;
    filter: invert(1);
}
.jbb-icf span {
    font-size: 22px;
}
.jbb-ics {
    padding: 15px 20px;
    border: 1px solid #e7e7e7;
    border-radius: 0 0 20px 20px;
}
.jbb-icsl span {
    display: flex;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    column-gap: 10px;
    align-items: center;
}
.jbb-icsl span i {
    max-width: 24px;
    display: block;
    min-width: 25px;
    text-align: center;
    font-size: 20px;
}
.jbb-ics {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mcar-job {
    margin-top: 40px;
}
.job-box {
    margin-bottom: 30px;
}
.job-box:hover .jbb-ics {
    background: #e7e7e7;
    transition: 0.5s;
}
.jds-ic {
    background: #f0f2f4;
    border-radius: 20px;
    padding: 50px 0;
}
section.job-desc {
    margin: 50px 0;
}
/* .jds-main .web-tt {
    color: #fff;
} */
.jdsl-tt span {
    font-size: 20px;
    color: #e1af72;
}
.jdsl-tt span i{
    margin-right: 6px;
}
.jdsl-tt {
    margin-bottom: 14px;
}
.jds-con {
    margin-top: 30px;
}
.jdsl-box {
    color: #111;
    border-bottom: 1px solid #7a7a7a;
    margin-bottom: 30px;
}
.jdsl-box:last-child {
    border-bottom: none;
    margin: 0;
}
.jdsr-ic {
    background: #fff;
    padding: 30px;
    margin-left: 40px;
}
.jdsr-tt h5 {
    font-size: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
.jdsr-tt h5:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 3px;
    background: #ff5e00;
    bottom: 0;
}
.form-btn button {
    display: inline-block;
    background: linear-gradient(45deg, #E5AA66, #F3D08A, #D79F5E, #F3D08A, #D9A463);
    /* background-color: #212121; */
    padding-inline: 20px;
    line-height: 47px;
    border-radius: 6px;
    color: #212121;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
}
.form-group {
    margin-bottom: 12px;
    width: 100%;
}
.fg-row {
    display: flex;
    column-gap: 12px;
}
.form-group{
   width: 100%;
}
.form-group .form-control, .form-group .form-select{
    border-radius: 0;
    padding: 10px 10px;
 }
 .cnsl-ic {
    margin-right: 80px;
}
.con-p p {
    font-size: 18px;
}
.con-p {
    margin: 25px 0 30px;
}
.cnc-dt .ftt-box a, .cnc-dt .ftt-box p {
    color: #444;
    font-size: 16px;
}
.cnsr-ic {
    background: #f0f2f4;
    padding: 80px 80px;
    border-radius: 20px;
}
.cnr-tt {
    color: #111;
    margin-bottom: 20px;
}
.cnr-tt p{
    font-weight: 400;
    font-size: 18px;
}
.cnr-tt h4 {
    font-size: 30px;
    color: #e1af72;
}
.cmap-ic {
    border-radius: 20px;
    margin-bottom: 40px;
}
.cmap-ic iframe{
    border-radius: 20px;
    width: 100%;
}
.ftt-box a:hover, .ftt-con ul li a:hover {
    color: #e1af72;
}
.jdsl-con p {
    font-weight: 500;
}

section.m-ab {
    overflow-x: hidden;
}
.abl-ics-sec {
    border-radius: 20px;
    margin-top: 20px;
}
.abl-ics-sec img {
    border-radius: 20px;
    max-height: 184px;
    min-height: 184px;
    object-fit: cover;
    object-position: 50% 50%;
}