html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-family: "Wix Madefor Display", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #000000;
    background-color: #ffffff;  
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.wow {
    visibility: hidden;
}
a,
button,
.btn {
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
a {
    text-decoration: none;
}
p:last-child {
    margin-bottom: 0 !important;
}
.owl-carousel .owl-item img {
    width: auto;
}

/* COMMON STYLE :START */
.max-container-1 {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
.max-container-2 {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
}
.mxc-px-1 {
    padding-left: 30px;
    padding-right: 30px;
}

.scroll-spy-section {
    scroll-margin-top: 100px;
}

/* ---- hd-style :start ---- */
.hd-style-1 h1, 
.hd-style-1 h2, 
.hd-style-1 h3 {
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 1.1;
    margin-bottom: 0px;
}

.hd-style-2 h1, 
.hd-style-2 h2, 
.hd-style-2 h3 {
    font-size: 44px;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 1.1;
    margin-bottom: 0px;
}
/* ---- hd-style :end ---- */

/* ---- .btn-style-1 :start ---- */
.btn-style-1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;
    background-color: #06213d;
    border: 2px solid #06213d;
    border-radius: 10px;
    text-align: center;
    padding: 12px 12px;
    margin: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.btn-style-1:hover {
    color: #06213d;
    background-color: #e0a63b;
    border-color: #e0a63b;
}
/* ---- .btn-style-1 :end ---- */

/* ---- block-style-1 :start ---- */
.block-style-1 {
    width: 100%;
    height: 100%;
    color: #000000;
    background-color: #ffffff;
    border-radius: 30px;
    padding: 40px 40px;
    display: flex;
    align-items: center;
    gap: 24px;
    overflow: hidden;
}
.block-style-1 .bs1-image {
    flex-grow: 0;
    flex-shrink: 0;
    width: 145px;
    text-align: center;
}
.block-style-1 .bs1-image img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.block-style-1 .bs1-text {
    /* text-wrap: balance; */
}
.block-style-1 .bs1-text h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
}
.block-style-1 .bs1-text p {
    font-size: 17px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}
/* ---- block-style-1 :end ---- */

/* ---- block-style-2 :start ---- */
.block-style-2 {
    width: 100%;
    height: 390px;
    color: #ffffff;
    background-color: #072442;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 27px;
    padding: 30px 30px;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
}
.block-style-2::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #072442;
    opacity: 0.3;
}
.block-style-2::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #072442;
    background: linear-gradient(0deg, rgba(7, 36, 66, 0.97) 0%, rgba(7, 36, 66, 0) 40%);
    opacity: 1;
}
.block-style-2 .bs2-text {
    position: relative;
    z-index: 1;
}
.block-style-2 .bs2-text h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 5px;
}
/* ---- block-style-2 :start ---- */

/* ---- owlnav-1 :start ---- */
.owlnav-1 .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 25px;
}
.owlnav-1 .owl-nav button.owl-prev, 
.owlnav-1 .owl-nav button.owl-next  {
    flex-grow: 0;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    font-size: 16px;
    color: #ffffff;
    background-color: #83909e;
    border: 1px solid #83909e;
    border-radius: 100%;
    opacity: 1;
    transition: 0.5s;
}
.owlnav-1 .owl-nav button.owl-prev {
    left: 30px;
}
.owlnav-1 .owl-nav button.owl-next {
    right: 30px;
}
.owlnav-1 .owl-nav button.owl-prev:hover, 
.owlnav-1 .owl-nav button.owl-next:hover  {
    color: #ffffff;
    background-color: #072442;
    border-color: #072442;
    opacity: 1;
}
.owlnav-1 .owl-nav button.owl-prev.disabled, 
.owlnav-1 .owl-nav button.owl-next.disabled  {
    opacity: 0.3 !important;
    pointer-events: none;
}
/* ---- owlnav-1 :end ---- */

/* ---- owlnav-2 :start ---- */
.owlnav-2 .owl-nav button.owl-prev, 
.owlnav-2 .owl-nav button.owl-next  {
    position: absolute;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    font-size: 24px;
    color: #ffffff;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: 0.5s;
}
.owlnav-2 .owl-nav button.owl-prev {
    left: 20px;
}
.owlnav-2 .owl-nav button.owl-next {
    right: 20px;
}
.owlnav-2 .owl-nav button.owl-prev:hover, 
.owlnav-2 .owl-nav button.owl-next:hover  {
    color: #ffffff;
    background-color: #dea439;
    border-color: #dea439;
    opacity: 1;
}
.owlnav-2 .owl-nav button.owl-prev.disabled, 
.owlnav-2 .owl-nav button.owl-next.disabled  {
    opacity: 0.1 !important;
    pointer-events: none;
}
/* ---- owlnav-2 :end ---- */

/* ---- owldots-1 :start ---- */
.owldots-1 .owl-dots {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px 7px;
    margin: 0px;
}
.owldots-1 .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 10px;
    display: flex;
    transition: 0.5s;
}
.owldots-1 .owl-dots .owl-dot:hover span {
    background-color: #072442;
    border-color: #072442;
}
.owldots-1 .owl-dots .owl-dot.active span {
    background-color: #dea439;
    border-color: #dea439;
}
/* ---- owldots-1 :end ---- */

/* ---- form-style-1 :start ---- */
.form-style-1 {
    width: 100%;
    height: auto;
}
.form-style-1 .form-label {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1;
    color: #000000;
    margin-bottom: 8px;
    display: block;
}
.form-style-1 .form-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #000000;
    margin-top: 12px;
    display: block;
}
.form-style-1 .form-control {
    font-size: 14px;
    font-weight: 400;
    color: #1d1b38;
    background-color: #eeeeee;
    border: 2px solid #e6e6e6;
    border-radius: 7px;
    overflow: hidden;
    padding: 12px 15px;
    transition: 0.5s;
}
.form-style-1 .form-control:focus {
    border-color: #e0a63b;
    box-shadow: none;
}
.form-style-1 .form-control:disabled {
    background-color: #e8e8e8;
    border-color: #000;
}
.form-style-1 .form-control::placeholder {
    color: #868686;
}
.form-style-1 .nice-select {
    width: 100%;
    height: 49px;
    line-height: 1;
    background-color: #eeeeee;
    border: 2px solid #e6e6e6;
    border-radius: 7px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 30px;
    transition: 0.5s;
}
.form-style-1 .nice-select::after {
    top: 0;
    right: 10px;
    background-image: url('../images/select-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 100%;
    border: 0;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
            transform-origin: 0;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.form-style-1 .nice-select.open {
    border-color: #e0a63b;
}
.form-style-1 .nice-select.open::after {
    -webkit-transform: scaleY(-1) rotate(0deg);
        -ms-transform: scaleY(-1) rotate(0deg);
            transform: scaleY(-1) rotate(0deg);
}
.form-style-1 .nice-select .list {
    max-height: 300px;
    overflow-y: auto;
}
.form-style-1 .nice-select .list .option:hover {
    color: #ffffff;
    background-color: #000000 !important;
}
.form-style-1 .form-group{
    margin-bottom: 20px;
}
/* ---- form-style-1 :end ---- */

/* ---- checkbox-style-1 :start ---- */
.checkbox-style-1 {
    display: flex;
    align-items: center;
    margin-top: 2px;
    margin-bottom: 2px;
}
.checkbox-style-1.form-check-inline {
    display: inline-flex;
}
.checkbox-style-1 .form-check-input {
    width: 18px;
    height: 18px;
    background-color: #eeeeee;
    border: 2px solid #e6e6e6;
    border-radius: 5px;
    flex-shrink: 0;
    flex-grow: 0;
    cursor: pointer;
    transition: 0.5s;
}
.checkbox-style-1 .form-check-input:checked {
    background-color: #eeeeee;
    border-color: #e6e6e6;
}
.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.checkbox-style-1 .form-check-input:focus {
    box-shadow: none;
}
.checkbox-style-1 .form-check-input:hover {
    background-color: #bdbdbd;
    border-color: #bdbdbd;
}
.checkbox-style-1 .form-check-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    color: #000000;
    margin-top: 3px;
    margin-left: 10px;
    height: 100%;
    cursor: pointer;
}
.checkbox-style-1 .form-check-label a {
    color: inherit;
    text-decoration: underline;
}
.checkbox-style-1 .form-check-label a:hover {
    color: inherit;
    text-decoration: none;
}

.form-check-input:checked[type=radio] {
    border-radius: 100px;
}
/* ---- checkbox-style-1 :end ---- */

/* COMMON STYLE :END */

/* Header section :start */
header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
header .classy-nav-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

header.is-sticky .classy-nav-container {
  background: #f7f7f7;
  box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
}
header.is-sticky .classy-nav-container .nav-brand {
    width: 102px;
    padding: 10px 10px;
}
header.is-sticky .classy-nav-container.breakpoint-off .classynav {
    background-color: transparent;
}
header.is-sticky .classy-navbar-toggler .navbarToggler span {
    background-color: #dea439;
}
header.is-sticky .classy-nav-container.breakpoint-off .classyextra-nav .contactBtn {
    padding: 14px 24px;
}
/* Header section :end */

/* Home banner section :start */
.homebanner-section {
    position: relative;
}
.homebanner-section .hbslide-block, 
.homebanner-section .hbslide-block picture {
    width: 100%;
    height: 768px;
}
.homebanner-section .hbslide-block video, 
.homebanner-section .hbslide-block picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.homebanner-section .hbslide-block .hbcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 130px 80px 50px 80px;
}
.homebanner-section .hbslide-block .hbcaption .capinner {
    width: 100%;
}
.homebanner-section .hbslide-block .hbcaption h1 {
    font-size: 72px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.homebanner-section .hbslide-block .hbcaption p {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    color: #ffffff;
    margin-bottom: 0px;
}

.homebanner-section .scrolldown {
    position: absolute;
    left: calc(50% - 50px);
    bottom: 0;
    width: 100px;
    height: 100px;
    color: #000000;
    background-color: #ffffff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -60px;
    z-index: 1;
}
.homebanner-section .scrolldown::before {
    content: '';
    position: absolute;
    top: 28px;
    left: -17px;
    width: 26px;
    height: 23px;
    background-image: url('../images/scroll-down-shape-1.svg');
    background-repeat: no-repeat;
}
.homebanner-section .scrolldown::after {
    content: '';
    position: absolute;
    top: 28px;
    right: -17px;
    width: 26px;
    height: 23px;
    background-image: url('../images/scroll-down-shape-2.svg');
    background-repeat: no-repeat;
}
.homebanner-section .scrolldown svg, 
.homebanner-section .scrolldown .ctext {
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    animation: circleRotate 20s linear infinite;
}
.homebanner-section .scrolldown .cicon {
    position: relative;
    z-index: 1;
    animation: scrollBounce 2s ease infinite;
}
.homebanner-section .scrolldown .sdover {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 60px;
    background-color: #ffffff;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    z-index: 0;
}
@-webkit-keyframes circleRotate {
    0% {
        rotate: 0deg;
    }
    100% {
        rotate: 360deg;
    }
}
@keyframes scrollBounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-8px);
    }
    60% {
        transform: translateY(-4px);
    }
}

.homebanner-section .homebanner-slider .owl-dots {
    bottom: 55px;
}
/* Home banner section :end */

/* Discover section :start */
.discover-section {
    line-height: normal;
    padding: 80px 0px;
    overflow-x: clip;
}
.discover-section .dissec-left,
.discover-section .dissec-right {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.discover-section .dstitle {
    margin-bottom: 24px;
}
.discover-section .dstitle h1 span {
    color: #dea439;
}
.discover-section p {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}
.discover-section p em {
    font-size: 1.33em;
    font-style: normal;
    font-weight: 700;
}
/* Discover section :end */

/* Services section :start */
.services-section {
    padding-bottom: 80px;
}

.services-owl .owl-stage-outer {
    overflow-x: clip;
    overflow-y: visible;
    /* background-color: #bdbdbd; */
}
.services-owl .owl-stage .owl-item {
    transform-style: preserve-3d;
    perspective: 1200px;
}
.services-owl .owl-item .item {
    transition: 0.5s;
}
.services-owl .owl-item.active .item {
    transform: rotateY(0deg) translateX(0px) translateZ(0px) scaleX(1);
}

.services-owl .owl-item.active-item-1 .item {
    transform: rotateY(17deg) translateX(10px) translateZ(0px) scaleX(1.02);
}
.services-owl .owl-item.active-item-2 .item {
    transform: rotateY(12deg) translateX(30px) translateZ(-100px) scaleX(1.02);
}
.services-owl .owl-item.active-item-3 .item {
    transform: rotateY(-12deg) translateX(-30px) translateZ(-100px) scaleX(1.02);
}
.services-owl .owl-item.active-item-4 .item {
    transform: rotateY(-17deg) translateX(-10px) translateZ(0px) scaleX(1.02);
}

/* .services-owl .owl-item:nth-child(1) .item {
    transform: rotateY(17deg) translateX(10px) translateZ(0px) scaleX(1.02);
}
.services-owl .owl-item:nth-child(2) .item {
    transform: rotateY(12deg) translateX(30px) translateZ(-100px) scaleX(1.02);
}
.services-owl .owl-item:nth-child(3) .item {
    transform: rotateY(-12deg) translateX(-30px) translateZ(-100px) scaleX(1.02);
}
.services-owl .owl-item:nth-child(4) .item {
    transform: rotateY(-17deg) translateX(-10px) translateZ(0px) scaleX(1.02);
} */

/* Services section :end */


/* Specialization section :start */
.specialization-section {
    padding-bottom: 40px;
}
.specialization-section .spec-inner {
    width: 100%;
    height: 100%;
    background-color: #000000;
    background-image: url('../images/our-specialization-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    border-radius: 50px;
    padding: 40px 20px 20px 20px;
    overflow: hidden;
    position: relative;
}
.specialization-section .spec-inner::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
}

.sinsec-top {
    color: #ffffff;
    padding: 0px 24px;
}
.sinsec-top .sistop-title h2 span {
    color: #dea439;
}
.sinsec-top h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.16;
    margin-bottom: 15px;
}
.sinsec-top p {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 12px;
}

.sinsec-bottom {
    margin-top: 30px;
}
.sinsec-bottom .sisbtm-left {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.sinsec-bottom .sisbtm-left::before {
    content: '';
    position: absolute;
    top: 60px;
    right: -23px;
    width: 32px;
    height: 80px;
    background-image: url('../images/specialization-separator.webp');
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
}
.sinsec-bottom .sisbtm-left .left-inner {
    width: 100%;
    height: auto;
    min-height: 512px;
    background-color: #ffffff;
    border-radius: 40px;
    padding: 30px 35px;
    overflow: hidden;
}

.sinsec-bottom .sisbtm-right {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.sinsec-bottom .sisbtm-right .right-inner {
    width: 100%;
    height: auto;
    min-height: 512px;
    background-color: #ffffff;
    border-radius: 40px;
    padding: 45px 45px;
    overflow: hidden;
}

.ntspecialization-nav {
    flex-direction: column;
    gap: 10px;
    border: 0;
}
.ntspecialization-nav .nav-link {
    width: 100%;
    height: auto;
    text-align: left;
    color: #000000;
    background-color: #d0d7df;
    border: 1px solid #d0d7df;
    border-radius: 100px;
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    overflow: hidden;
    transition: 0.5s;
}
.ntspecialization-nav .nav-link .snav-icon {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border: 1px solid #c1c1c1;
    border-radius: 100%;
    padding: 5px;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.ntspecialization-nav .nav-link .snav-icon img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.ntspecialization-nav .nav-link .snav-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}
.ntspecialization-nav .nav-link:hover {
    color: #ffffff;
    background-color: #072442;
    border-color: #072442;
}
.ntspecialization-nav .nav-link:hover .snav-icon {
    border-color: #072442;
}
.ntspecialization-nav .nav-link.active {
    color: #ffffff;
    background-color: #dea439;
    border-color: #dea439;
}
.ntspecialization-nav .nav-link.active .snav-icon {
    border-color: #dea439;
}

/* .ntspecialization-tab {} */
.ntspecialization-tab .ntstab-body {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    gap: 40px;
}
.ntspecialization-tab .ntstab-body .stimage {
    flex-shrink: 0;
    flex-grow: 0;
    width: 393px;
    height: auto;
    aspect-ratio: 393/418;
    border-radius: 20px;
    overflow: hidden;
}
.ntspecialization-tab .ntstab-body .stimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.ntspecialization-tab .ntstab-body .sttext {}
.ntspecialization-tab .ntstab-body .sttext h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
    color: #07223e;
    margin-bottom: 15px;
}
.ntspecialization-tab .ntstab-body .sttext p {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    color: #07223e;
    margin-bottom: 15px;
}
/* Specialization section :end */

/* Our Promise in Action :start */
.ourpromise-section {
    background-color: #072442;
    background-image: url('../images/our-promise-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 70px 0px 100px;
    overflow-x: clip;
    position: relative;
}
.ourpromise-section .ourpro-row {
    --bs-gutter-y: 10px;
    --bs-gutter-x: 10px;
}
/* Our Promise in Action :end */

/* Footer section :start */
footer {
    width: 100%;
    height: auto;
    background-color: #dfa53b;
    background-image: url('../images/footer-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-blend-mode: luminosity;
    overflow-x: clip;
    position: relative;
}
/* footer::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.1;
} */
footer::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #06213D;
    background: linear-gradient(0deg, rgba(6, 33, 61, 0.7) 0%, rgba(6, 33, 61, 0) 100%);
}

.ftsec-contact {
    padding-top: 60px;
    position: relative;
    z-index: 1;
}

.ftsec-contact .fscont-left {
    width: 100%;
    height: 100%;
    color: #ffffff;
    background-color: #06213d;
    padding: 24px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ftsec-contact .fscont-left .fscleft-inner {
    display: flex;
    justify-content: center;
    gap: 25px;
}
.ftsec-contact .fscont-left .fscleft-inner .cl-logo {
    flex-grow: 0;
    flex-shrink: 0;
}
.ftsec-contact .fscont-left .fscleft-inner .cl-logo img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.ftsec-contact .fscont-left .fscleft-inner .cl-text h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
}
.ftsec-contact .fscont-left .fscleft-inner .cl-text address {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 20px;
}
.ftsec-contact .fscont-left .fscleft-inner .cl-text .cltxt-links {
    list-style: none;
    padding: 0;
    margin: 0px 0px 20px 0px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.15;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ftsec-contact .fscont-left .fscleft-inner .cl-text .cltxt-links li a {
    color: inherit;
    display: flex;
    align-items: center;
    gap: 5px;
}
.ftsec-contact .fscont-left .fscleft-inner .cl-text .cltxt-links li i {
    font-size: 20px;
}
.ftsec-contact .fscont-left .fscleft-inner .cl-text .cltxt-links li a:hover {
    color: #dfa53b;
}


.ftsec-contact .fscont-left .fscleft-inner .cl-text .cltxt-socialmedia {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.ftsec-contact .fscont-left .fscleft-inner .cl-text .cltxt-socialmedia li a {
    width: 34px;
    height: 34px;
    font-size: 14px;
    color: #06213d;
    background-color: #c4c4c4;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.ftsec-contact .fscont-left .fscleft-inner .cl-text .cltxt-socialmedia li a:hover {
    color: #06213d;
    background-color: #dfa53b;
}

.ftsec-contact .fscont-right {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    padding: 50px 45px 25px 45px;
}

.ftsec-bottom {
    padding: 40px 0px 30px;
    position: relative;
    z-index: 1;
}
.ftsec-bottom .ftbtm-inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #ffffff;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px 24px;
}
.ftsec-bottom .ftbtm-inner ul li a {
    color: inherit;
}
.ftsec-bottom .ftbtm-inner ul li a:hover {
    text-decoration: underline;
}
/* Footer section :end */