
*{
    -webkit-tap-highlight-color: transparent; 
    -webkit-tap-highlight-color: rgba(0,0,0,0); 
    -moz-tap-highlight-color: rgba(0,0,0,0); 
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #000000;
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 7px;
    background-color: #707070;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #1680d6;
    background-image: -webkit-linear-gradient(90deg,
            transparent,
            rgba(0, 0, 0, 0.4) 50%,
            transparent,
            transparent)
}

/* font family */

@font-face {
    font-family: Montserrat-Regular;
    src: url(../font-family/monsterart/Montserrat-Regular.ttf);
}

@font-face {
    font-family: Montserrat-Medium;
    src: url(../font-family/monsterart/Montserrat-Medium.ttf);
}

@font-face {
    font-family: Montserrat-Light;
    src: url(../font-family/monsterart/Montserrat-Light.ttf);
}

@font-face {
    font-family: Product\ Sans\ Bold;
    src: url(../font-family/product-sans/Product\ Sans\ Bold.ttf);
}

@font-face {
    font-family: Product\ Sans\ Italic;
    src: url(../font-family/product-sans/Product\ Sans\ Italic.ttf);
}

@font-face {
    font-family: Product\ Sans\ Regular;
    src: url(../font-family/product-sans/Product\ Sans\ Regular.ttf);
}

@font-face {
    font-family: PClashGrotesk-Regular;
    src: url(../font-family/clash/ClashGrotesk-Regular.otf);
}
@font-face {
    font-family: Inter-Regular;
    src: url(../font-family/inter/Inter-Regular.ttf);
}

/* animations */

.scroll-top {

    transform: translateY(50px);
    opacity: 0;
    transition: 1s ease;
    position: relative;
}

.scroll-top--visible {
    transform: translateY(0px);
    opacity: 1;
}

.scroll-bottom {

    transform: translateY(-50px);
    opacity: 0;
    transition: 1s ease;
    position: relative;
}

.scroll-bottom--visible {
    transform: translateY(0px);
    opacity: 1;
}

.scroll-left {
    transform: translateX(50px);
    opacity: 0;
    transition: 1s ease;
    position: relative;
}
.scroll-left--visible {
    transform: translateX(0px);
    opacity: 1;
}
.scroll-left2 {
    transform: translateX(500px);
    opacity: 1;
    transition: 1s ease;
    position: relative;
}

.scroll-left--visible2 {
    transform: translateX(0px);
    opacity: 1;
}

.scroll-right {
    transform: translateX(-50px);
    opacity: 0;
    transition: 1s ease;
    position: relative;
}

.scroll-right--visible {
    transform: translateX(0px);
    opacity: 1;
}

.fd-in {
    opacity: 0;
    transition: 2s;
}

.fade-in {
    animation: fadeIn 2s ease-in-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    font-family: Inter-Regular;
}

p {
    font-family: Inter-Regular;
    font-size: 18px;
    line-height: 28px;
}

h3,
h4,
h5,
h6 {
    font-family: Product\ Sans\ Regular;
    font-size: 19px;
}

h1 {

    font-family: Product\ Sans\ Regular;

}

h2 {
    font-family: Product\ Sans\ Regular;
    font-weight: 100;
    font-size: 32px;
}

/* header */
header {
    position: relative;
}

.pages ul {
    position: absolute;
    margin: -9px auto;
    left: 0;
    right: 0;
    z-index: 1;
}

.header {
    width: 100%;
    position: absolute;
    z-index: 1;
    margin-top: 10px;
    top: 0;
}

.header-conts {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-conts .logo {
    position: relative;
    z-index: 3;
}

.header-conts a {
    color: #fff;
    font-size: 17px;
    font-family: Montserrat-medium;
}
.header-conts a:hover{
    color: rgb(189, 121, 109);
}
.header-conts a:hover.active{
    color: tomato;
}

.hdrclr .header-conts a {
    color: #000000;
    font-size: 17px;
    font-family: Montserrat-medium;
}

.header-conts .ct-btn {
    position: relative;
    z-index: 2;
}

.header img {
    width: 140px;
}

.header-conts ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.ct-btn button {
    background-color: transparent;
    border: 1px solid #fff;
    padding: 12px 25px;
    color: #fff;
    font-size: 17px;
    font-family: Montserrat-medium;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
.ct-btn button:hover{
    background-color: #0067A5;
    color: #ffffff;
    border: 1px solid #0067A5;
}
.hdrclr .ct-btn button:hover{
    background-color: #0067A5;
    color: #ffffff;
    border: 1px solid #0067A5;
}

.hdrclr .ct-btn button {
    background-color: transparent;
    border: 1px solid #000000;
    padding: 12px 25px;
    color: #000000;
    font-size: 17px;
    font-family: Montserrat-medium;
    border-radius: 5px;
    cursor: pointer;
}

.fr-und-ln.active {
    color: tomato !important;
}





.fl {
    height: 100%;
    width: 100%;
}

.fl ul li {
    list-style: none;
}

.fl span,
a {
    display: inline-block;
}

.mb-menu a {
    text-decoration: none;
    color: #fff;
    transition: all .3s;
}

/* .mb-menu li a:hover {
    color: rgb(0, 91, 175);
} */

.mb-menu li a {
    font-size: 27px;
    font-weight: bold;
    padding: 10px 0;
}

.nv-container,
.nv-menu-wrapper {
    height: 100%;
}

.hamburger-init {
    /* width: 35px; */
    height: 30px;
    position: relative;
    cursor: pointer;
    z-index: 3;
    display: none;
}

.bar {
    position: absolute;
    height: 3px;
    width: 100%;
    background: #ffffff;
    transition: all .3s;
}



.hamburger {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    width: fit-content;
}
.hamburger .line {
    fill: none;
    stroke: #ffffff;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header.hdrclr .hamburger .line {
    fill: none;
    stroke: #000000;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.hamburger .line1 {
    stroke-dasharray: 55 207;
    stroke-width: 4;
}
.hamburger .line2 {
    stroke-dasharray: 55 60;
    stroke-width: 4;
}
.hamburger .line3 {
    stroke-dasharray: 55 207;
    stroke-width: 4;
}
.hamburger.open .line1 {
    stroke-dasharray: 60 160;
    stroke-dashoffset: -140;
    stroke-width: 4;
}
.hamburger.open .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 4;
}
.hamburger.open .line3 {
    stroke-dasharray: 60 207;
    stroke-dashoffset: -142;
    stroke-width: 4;
}
.header.hdrclr .hamburger.open .line1 {
    stroke-dasharray: 60 160;
    stroke-dashoffset: -140;
    stroke: #ffffff;
    stroke-width: 4;
}
.header.hdrclr .hamburger.open .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke: #ffffff;
    stroke-width: 4;
}
.header.hdrclr .hamburger.open .line3 {
    stroke-dasharray: 60 207;
    stroke-dashoffset: -142;
    stroke: #ffffff;
    stroke-width: 4;
}



.nv-menu-wrapper {
    background: rgb(0, 0, 0);
    transition: all .3s;
    transform: scale(0);
    border-radius: 50%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.nv-menu-wrapper.visible {
    transform: scale(1);
    border-radius: 0;
}

.mb-menu {
    position: absolute;
    max-width: 400px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.nv-menu-wrapper li {
    opacity: 0;
    cursor: pointer;
    transition: all .3s;
}

.mb-menu.menu-active li:nth-child(1) {
    animation: moveItems 0.5s linear 0s forwards;
}

.mb-menu.menu-active li:nth-child(2) {
    animation: moveItems 0.5s linear 0.2s forwards;
}

.mb-menu.menu-active li:nth-child(3) {
    animation: moveItems 0.5s linear 0.5s forwards;
}

.mb-menu.menu-active li:nth-child(4) {
    animation: moveItems 0.5s linear 0.8s forwards;
}

.mb-menu.menu-active li:nth-child(5) {
    animation: moveItems 0.5s linear 0.9s forwards;
}

.menu-item-has-children {
    position: relative;
}
.ct-brs{
    display: flex;
    align-items: center;
    justify-content: center;
}



/* Animations */

@keyframes rotateHamburger {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(180deg);
    }
}

@keyframes moveItems {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }

    30% {
        transform: translateY(-15px);
        opacity: .2;
    }

    50% {
        transform: translateY(-10px);
        opacity: .3;
    }

    80% {
        transform: translateY(-5px);
        opacity: .4;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes showClickGuide {
    0% {
        opacity: 0;
        transform: scale(.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}


/* header close */

/* index */
.main-sec {
    padding-top: 120px;
}

.mn-bg {
    width: 100%;
    height: 100vh;
    background-image: url(../img/ifma-mn2.png);
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.mnconts {
    margin-top: 200px;
}

#timeControl li {
    display: inline-block;
    font-size: 18px;
    font-family: Product\ Sans\ Regular;
    list-style-type: none;
    padding: 15px 15px;
}

#timeControl li span {
    display: block;
    font-size: 35px;
}


.mnconts h1 {
    font-family: Product\ Sans\ Bold;
    font-size: 70px;
}

.mnconts h1 span {
    font-family: Product\ Sans\ Italic;
    font-weight: 100;
}

.mn-bg p {
    font-size: 19px;
    margin-top: 15px;
}

.mn-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.mn-btn-1 {
    background-color: #0067A5;
    padding: 15px 25px;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.mn-btn-1:hover{
    background-color: #3c7294;
}
.mn-btn-2:hover{
    background-color: #ac3a3e;
}

.mn-btn-2 {
    background-color: #ED1C24;
    padding: 15px 25px;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.mn-bg-ft-cont .date {
    width: 100%;
    padding: 10px 0;
    background-color: #F8DA40;
    color: #000000;
}

.mn-bg-ft-cont {
    width: max-content;
    padding: 25px 40px;
    background-color: #ffffff33;
    margin: 0 auto;
    margin-top: 40px;

}

.ft-cont-cont .count {
    text-align: left;

}

.ft-cont-cont .count h2 {
    font-weight: 600;
    font-size: 30px;
}

.ft-cont-cont .count p {
    font-size: 14px;
    background-color: transparent;
    color: #fff;
    margin-top: 2px;

}

.cont-h2 {
    font-weight: 100;
}

.ft-cont-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.ind-sec-2 {
    margin: 100px 0 70px 0;
}

.ind-sec-2 h2 {
    font-size: 40px;
    line-height: 55px;
}

.video-bx .overlay .count2 {
    margin: 60px 0;
}

.video-bx .overlay .count2 h2 {
    font-size: 45px;
}
.video-bx .overlay .count2 span {
    font-size: 30px;
    font-weight: 600;
}
.wth-pls{
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 5px;

}
.video-bx{
    overflow: hidden;
}

.video-bx .overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 280px;
    height: 100%;
    background-color: #0066a5e8;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.video-bx {
    width: 100%;
    height: 600px;
    margin: 100px 0 100px 0;
    position: relative;
}

.video-bx video {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.ind-sec-4 h2 {
    font-size: 35px;
    font-weight: 100;
    text-align: center;
    margin-bottom: 50px;
}

.sponsers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 100px;
}

.sponsers img {
    height: 100px;
}

.ind-sec-5 {
    margin: 50px 0;
}

.ind-sec-5 h2 {
    font-size: 35px;
    margin-bottom: 25px;
}

.row.fr-aln-ctr {
    display: flex;
    align-items: center;
    background-color: #fafafa;
    padding-right: 50px;
}

.row.fr-aln-ctr2.inct {
    overflow: visible;

}
.row.fr-aln-ctr2 {
    display: flex;
    align-items: center;
    margin-top: -4px;
    overflow: hidden;
}

.col-md-6.fr-aln-ctr2 {
    display: flex;
    align-items: center;
}

.rt-ct-cont {
    margin-top: -150px;
}

.ind-sec-5-imgbx {
    height: 500px;
    width: 100%;
    padding-right: 80px;
    overflow: hidden;
}


.tsth2{
    color: black;
}


.ind-sec-5-imgbx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mn-btn.fr-ind-sec5 {
    display: flex;
    justify-content: left;
}

.abt3-txt {
    margin-left: 50px;
    margin-top: 317px;
}


.abt3-txt .slick-dots {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    position: absolute;
}

.abt3-txt .slick-dots li {
    background-color: #b3b3b3;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all 0.3s;
    margin: 0 5px;
    cursor: pointer;
    list-style: none;
}

.abt3-txt .slick-dots {
    display: flex;
    align-items: center;
}

.abt3-txt .slick-dots .slick-active {
    background-color: #0067A5;
    width: 20px;
    height: 10px;
    border-radius: 30px;
}

.abt3-txt .slick-dots li button {
    display: none !important;
}

.abt3-txt h2 {
    font-size: 35px;
    margin-bottom: 20px;
}

.abt3-txt h2 i {
    margin-right: 10px;
}

.abt3-txt p {
    text-align: justify;
    max-width: 450px;
}

.videos video {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.videos {
    margin: 0 10px;
    position: relative;

}

.abt-videos h2 {
    margin-bottom: 30px;
    font-size: 35px;
    margin-left: 15px;
}

.abt-videos {
    margin-top: 100px;
    margin-bottom: 80px;
    padding: 100px 0;
    background-color: #fafafa;
}

.abt-videos.inabt {
    margin-top: 0px;
    margin-bottom: 80px;
    padding: 0;
    background-color: transparent;
}

.col-md-6.rmpd {
    padding-left: 0;
}

.col-md-6.rmpd2 {
    padding-left: 0;
    padding-right: 0;
}

.play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
}

.play-button-wrapper .play-gif {
    cursor: pointer;
    pointer-events: auto;
}

.play-button-wrapper .play-gif svg {
    width: 70px;
    height: 70px;
    fill: #fff;
    stroke: #fff;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    opacity: 0.9;
}

.item {
    margin: 0 10px !important;
}

.item img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.sliding-images {
    margin-bottom: 100px;
}

.count-bx {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.spnr-img-bx {
    width: 100%;
    height: 100px !important;
}

.spnr-img-bx img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.video-row .slick-dots {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-row .slick-dots li {
    background-color: #b3b3b3;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all 0.3s;
    margin: 0 5px;
    cursor: pointer;
    list-style: none;
}


.video-row .slick-dots .slick-active {
    background-color: #1053a0;
    width: 20px;
    height: 10px;
    border-radius: 30px;
}

.video-row .slick-dots li button {
    display: none !important;
}

/* index close */

/* abut */
.abt-mn-cnt h2 {
    font-size: 55px;
    max-width: 996px;
    margin: 80px 0;
    color: #4c4c4c;
}

.abt-video {
    width: 100%;
    height: 600px;
}

.abt-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ic-img {
    width: 500px;
    height: 500px;
}

.ic-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abt-scbd-cont {
    margin-top: -50px;
    margin-bottom: 100px;
}

.abt-scbd-cont p {
    text-align: justify;
}

.wth-count {
    display: flex;
    gap: 50px;
    margin-top: 35px;
}

.wth-count h2 {
    font-size: 40px;
    font-weight: 600;
}

.wth-count p {
    font-size: 17px;
}
/* 
.frmr-tp {
    margin-top: 100px;
} */

.abt-sec3 {
    height: 100%;
    padding: 90px 0;
    background-color: #fafafa;
    overflow: hidden;
}

.abt3-bx {
    height: 500px;
    width: 100%;
    position: relative;

}

.abt3-bx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;

}

.img-txt img {
    width: 170px;
    margin-bottom: 10px;
}

.img-txt h2 {
    color: #F8DA40;
    width: 406px;
    font-size: 37px;
}

.mission h2 {
    margin-bottom: 15px;
}

.vission h2 {
    margin-bottom: 15px;
}

.mis-vis {
    margin: 100px 0;
}

.mission {
    padding: 100px 50px;
    background-color: #fafafa;
    text-align: justify;
    overflow: hidden;

}

.vission {
    padding: 100px 50px;
    background-color: #0067A5;
    color: #fff;
    text-align: justify;
    overflow: hidden;

}

.col-md-6.rm-pdng {
    padding: 0;
}
.rm-ovrflw{
    overflow: hidden;
}

/* about close */



/* gallery */
.gal-bg {
    background-image: linear-gradient(0deg, #00000028 -30%, #000000d7 100%), url(../img/gallery/gal1.webp);
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: 50% 65%;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}

/* .gal-bg::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: ;
} */
.gal-bg h2 {
    position: relative;
    z-index: 0;
    margin-top: 200px;
    color: #fff;
}

.img-rows {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.img-col {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all 0.3s;

}

.img-col img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: 50% 50%;
    left: 0;
    top: 0;
}

.img-col::after {
    content: "";
    display: block;
    padding-top: 80%;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #000000;
    opacity: 1 !important;
}

.mfp-title {
    display: none !important;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder {

    cursor: auto !important;
}

.mfp-close {
    cursor: pointer !important;
}

img.mfp-img {
    max-height: 500px !important;
}

.gallery-sec {
    margin-bottom: 80px;
}

/* gallery close */


/* blog */

.blog-bx {
    padding: 15px;
    background-color: #f8f8f8;
    border-radius: 10px;
    border: 1px solid #f0f0f0;
    color: #000000;
}

.blog-bx h3 {
    font-size: 27px;
    font-weight: 100;
    margin-top: 13px;
    margin-bottom: 12px;
}

.blog-sec {
    margin-bottom: 100px;
}


/* blog close */

/* blog inner page */
.blg-conts {
    margin-bottom: 100px;
}

.blgflsec {
    max-width: 1100px;
}

.blg-conts h2 {
    font-size: 27px;
    margin-bottom: 10px;
}

.blg-conts h3 {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 100;
}

.blg-image {
    width: 1100px;
    height: 600px;
    margin-bottom: 30px;

}

.blg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* blog inner page close */


/* contact */

.ct-bg {
    height: 350px;
    width: 100%;
    background-color: #f8f8f8;
    display: flex;
    align-items: center;

}

.ct-h1 {

    margin-top: -30px;
}

.ct-h1 p {
    margin-top: 10px;
}

.ct-bx {
    width: 100%;
    height: 100%;
    padding: 50px 50px 120px 50px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.171);
    border-radius: 20px;
}

.ctcont {
    margin-top: -60px;
    margin-bottom: 100px;
}

.ct-bx h2 {
    font-size: 40px;
}

.ct-bx p {
    margin-top: 20px;
}

.ctcont-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.ctcont-img {
    width: 450px;
    height: 590px;
}

.col-md-7.alnctr {
    display: flex;
    justify-content: center;
}

.ct-bx form input {
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 1px solid #b8b8b8;
    padding-left: 10px;
    margin-bottom: 20px;
    font-family: Montserrat-Light;
}

.ct-bx form {
    margin-top: 30px;
}

.ct-bx form input:focus {
    outline: none;
    border-bottom: 1px solid #ff0000;
}

.ct-bx form textarea {
    width: 100%;
    height: 100px;
    border: none;
    border-bottom: 1px solid #b8b8b8;
    padding-left: 10px;
    margin-top: 20px;
    font-family: Montserrat-Light;
}

.ct-bx form textarea:focus {
    outline: none;
    border-bottom: 1px solid #ff0000;
}

.ct-bx button {
    background-color: transparent;
    border: none;
    font-size: 18px;
    float: right;
    margin-top: 40px;
    cursor: pointer;
}

.ct-bx button i {
    font-size: 23px;
    margin-left: 10px;
}

.mlsec {
    margin-top: 80px;
    margin-left: 50px;
}

.mlsec .lt-p {
    color: #b4b4b4;
    margin-bottom: 5px;
    margin-top: 20px;
}

.mlsec p {
    max-width: 600px;
}

.socal {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 30px;
    margin-left: 50px;
}

.socal a i {
    font-size: 30px;
    color: #000000;
}

.map {
    width: 100%;
    height: 600px;
    margin: 100px 0;
}

.map iframe {
    width: 100%;
    height: 100%;
}



/* contact close */

/* footer */
.footer-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;

}

.footer-logo img {
    width: 200px;

}

.footer-conts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px
}

.footer-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-text ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.footer-text a {
    color: #000000;
    font-size: 16px;
    font-family: Montserrat-medium;
}

footer {
    padding: 100px 0;
    background-color: #fafafa;
    position: relative;
}

.footer-text p i {
    margin-right: 10px;
    font-size: 20px;
}

/* footer close */

/* test */




  