* {
    -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: century725bt_romancondensed;
    src: url(../assets/fonts/century/century725bt_romancondensed.ttf);
}

@font-face {
    font-family: Inter-Medium;
    src: url(../assets/fonts/inter/Inter-Medium.ttf);
}

@font-face {
    font-family: Inter-Regular;
    src: url(../assets/fonts/inter/Inter-Regular.ttf);
}

@font-face {
    font-family: Inter_24pt-Italic;
    src: url(../assets/fonts/inter/Inter_24pt-Italic.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;
}

.wth-pls {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 5px;

}

.count2 span {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.goto {
    display: flex;
    gap: 20px;
    width: max-content;
    background-color: #1886C8;
    border-radius: 10px;
    margin-top: 50px;
    padding: 10px 20px;
}

.goto .count {
    font-size: 31px !important;
    font-weight: 600;
    color: #fff;
}

.wth-pls span p {
    font-size: 26px !important;
    font-weight: 600;
    color: #fff;
}

.count2 p {
    margin-top: 8px !important;
    max-width: 110px;
    font-size: 15px !important;
    line-height: 22px;
    color: #fff;
}

.count2 {
    margin: 10px 0;
}

.count2 h2 {
    font-size: 45px;
}

.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: 15px;
    line-height: 28px;
    font-weight: 100;
}

h3,
h4,
h5,
h6 {
    font-family: Inter-Regular;
}

h1 {
    font-family: century725bt_romancondensed;
    font-weight: 100;
    font-size: 60px;
    max-width: 610px;
    line-height: 65px;
}

h4 {
    font-size: 20px;
    position: relative;
    width: fit-content;
    color: #ED1C24;
}

h4::after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    right: -50px;
    bottom: 5px;
    position: absolute;
    background: #ED1C24;
}

h2 {
    font-family: century725bt_romancondensed;
    font-weight: 100;
    font-size: 45px;
}

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

.pages {
    margin-right: 50px;
}

.pages ul li a {
    font-family: Inter-Regular;
}

.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;
    transition: all 0.3s;
}

.header-conts a:hover {
    color: rgb(255, 38, 0);
}


.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: #0067A5;
    color: #ffffff;
    border: 1px solid #0067A5;
    padding: 12px 40px;
    font-size: 17px;
    font-family: Inter-Regular;
    cursor: pointer;
    transition: 0.3s;
}

.ct-btn button:hover {
    background-color: #1c587e;
    color: #ffffff;
    border: 1px solid #1c587e;
}


.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: rgb(255, 0, 0) !important;
    font-family: inter-medium;
    position: relative;
}

.fr-und-ln.active::after {
    content: "";
    display: block;
    width: 30%;
    height: 3px;
    right: 0;
    left: 0;
    border-radius: 10px;
    top: -12px;
    margin: 0 auto;
    position: absolute;
    background: rgb(255, 0, 0);
}


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

.fl ul li {
    list-style: none;
    margin: 40px 0;
}

.fl span {
    display: inline-block;
}

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

.mb-menu li a {
    font-size: 23px;
    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 */

.fr-up {
    overflow: hidden;
    padding-left: 50px;
    margin-left: -50px;
}

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

.mn-bg {
    width: 100%;
    height: 100vh;
    background-image: url(../assets/imgs/01.jpg);
    background-size: cover;
    background-position: 50% 35%;
    position: relative;
    display: flex;
    align-items: end;
    color: #fff;
}

/* .mn-bg::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
} */

.mnconts {
    margin-bottom: 120px;
    /* position: relative;
    z-index: 1; */

}

.mnconts p {
    max-width: 700px;
    margin: 10px 0;
    line-height: 23px;
    /* font-weight: 100; */
}

#timeControl li {
    display: inline-block;
    font-size: 15px;
    font-family: Inter-Regular;
    list-style-type: none;
    padding: 15px 15px;
    margin: 0 10px;
}

#timeControl li span {
    display: block;
    font-size: 30px;
    font-weight: 600;
}

.count-bx ul {
    background-color: #c2c2c28e;
    padding: 0px 20px;
    border-radius: 150px;
    width: fit-content;
}

.mn-bt {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 30px 0;
}

.mn-bt a p {
    padding: 10px 30px;
    background-color: #0067A5;
    font-weight: 100;
    color: #fff;
    font-size: 15px;
}

.mn-bt a .p2 {
    padding: 10px 30px;
    background-color: #ED1C24;
    font-weight: 100;
    color: #fff;
    font-size: 15px;
}

.bt-bx {
    background-color: #000000;
    height: 60px;
    width: 100%;
    margin-top: -60px;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
}

.bt-bx p {
    color: #fff;
    font-family: Inter_24pt-Italic;
    font-weight: 100;
    font-size: 16px;
}

.hilt {
    margin-bottom: 30px;

}

.hilt h1 {
    font-size: 50px;
    text-wrap: nowrap;
    margin-bottom: 8px;
    color: #0067A5;
}

.locmn {
    display: flex;
    gap: 10px;
}

.locmn i {
    color: #fff;
    margin-top: 6px;
}

.rd-bx {
    position: relative;
    margin-top: -90px;
    z-index: 2;
    background-image: url(../assets/imgs/rd-bx.png);
    height: 171px;
    width: 347px;
    background-size: contain;
    background-repeat: no-repeat;
    float: right;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rd-bx h3 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px;
}

.rd-bx p {
    color: #fff;
    font-size: 15px;
    max-width: 350px;
}

.rd-cnt {
    height: max-content;
}

.ind1-loc p {
    color: #0067A5;
    font-size: 17px;
    font-family: Inter_24pt-Italic;
}

.ind1-loc i {
    color: #0067A5;
}

.ind1-loc {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #e7e7e7;
    padding: 8px 30px;
    border-radius: 30px;
    width: fit-content;
}

.ind-1 {
    margin-top: 50px;
}

.ind-1 h2 {
    margin: 15px 0;
    max-width: 750px;
}

.ind-1 h2 span {
    color: #707070;
}

.ind-1 p {
    max-width: 800px;
}

.ind-1-cnt-flx {
    display: flex;
    justify-content: space-between;
}

.ind-1-cnt-rt p {
    max-width: 300px;
    text-align: right;
    margin-top: 65px;
    font-size: 16px;
}

.ind-1-cnt-rt h3 {
    color: #ED1C24;
    text-align: right;
    position: relative;
    width: max-content;
    float: right;
    margin-top: 30px;
}

.ind-1-cnt-rt h3::after {
    content: "";
    height: 2px;
    width: 60%;
    background-color: #ED1C24;
    display: block;
    right: 0;
    margin-top: 5px;
    position: absolute;
}

.ind-img-1 {
    width: 95%;
    height: 100%;
    object-fit: cover;
    float: right;
}

.imsec .col-md-6 {
    position: relative;
}

.imsec {
    margin-top: 120px;
}

.goto-flx {
    display: flex;
    gap: 10px;
}

.brdr-bx {
    border: 17px solid #707070;
    width: 90%;
    height: 100%;
    top: -30px;
    position: absolute;
    z-index: -1;
}

.imsec .frpd {
    padding-left: 50px;
}

.imsec h2 {
    font-size: 35px;
    position: relative;
    width: max-content;
    padding-left: 15px;
}

.imsec h2::after {
    content: "";
    height: 89%;
    width: 5px;
    background-color: #ED1C24;
    display: block;
    left: 0;
    top: 3px;
    position: absolute;
}

.imsec h3 {
    margin-top: 20px;
    font-size: 22px;
}

.frpd .p3 {
    font-size: 22px;
    margin-top: 10px;
}

.frpd .locmn i {
    color: #0067A5;
    font-size: 20px;
}

.frpd .locmn {
    margin-top: 20px;
}

.frpd .locmn p {
    font-size: 18px;
    color: #0067A5;
    margin-bottom: 8px;
    font-family: Inter_24pt-Italic;
}

.indt {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.indt sup {
    font-size: 15px;
}

.indt p {
    font-size: 30px;
    font-weight: 600;
}

.ind-2 {
    margin-top: 80px;
}

.ind-2 h1 {
    font-size: 40px;
}

.ind-2 span {
    font-size: 80px;
    color: #0067A5;
}

.ind-2-cnt p {
    max-width: 1000px;
    margin-top: 20px;
}

.wy-bx {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-154deg, #FFFFFF 0%, #e7f3ff 100%);
    border: 1px solid #F3F3F3;
    /* background-color: #fff; */
    padding: 23px 30px;
    position: relative;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.055);
}

.ind-2 .row {
    margin-top: 80px;
}

.wy-bx img {
    width: 35px;
    margin-bottom: 20px;
}

.wy-bx h3 {
    position: relative;
    z-index: 2;
}

.wy-bx p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 23px;
    position: relative;
    z-index: 2;
}

.wy-bx h1 {
    font-size: 195px;
    color: #fcfcfc;
    position: absolute;
    top: 93px;
    right: 50px;
    z-index: 1;
}

.ind-3 {
    background-image: url(../assets/imgs/3.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    margin-top: 100px;
    padding: 90px 0;

}

.ind-3 h2 {
    color: #fff;
    margin-top: 20px;
}

.ind-3 p {
    color: #fff;
    font-size: 17px;
    margin-top: 20px;
}

.ind-3 h3 {
    color: #fff;
    position: relative;
    width: max-content;
}

.ind-3 h3::after {
    content: "";
    height: 3px;
    width: 34px;
    background-color: #fff;
    display: block;
    right: -42px;
    margin-top: -8px;
    position: absolute;
}

/* .ind-3flx p span{
    font-size: 25px;
}
.ind-3flx{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
    padding: 20px;
    background-color: #1886C8;
    width: max-content;
    border-radius: 10px;
}
.ind-3flx p{
    max-width: 120px;
    font-size: 14px;
    line-height: 20px;
} */
.ind-3 {
    position: relative;
}

.ind-3 .indof {
    width: 45%;
    height: 100%;
    object-fit: cover;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.ind-3 .indon {
    display: none;
}

.spnr-img-bx {
    width: 100%;
    height: 100px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spnr-img-bx img {
    width: 60%;
    height: 67%;
    object-fit: contain;
    margin: 0 auto;
}

.ind-4 {
    margin-top: 80px;
    padding: 100px 0;
    box-shadow: 0px 0px 30px 0px rgba(87, 87, 87, 0.1);
}

.ind-4 h2 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 32px;
}

.mnspnsr h2 {
    text-align: left !important;
    margin-bottom: 10px !important;
}

.pwedby h2 {
    text-align: left !important;
    margin-bottom: 10px;
}

.mnspnsr img {
    max-width: 350px;
    width: 100%;
    object-fit: contain;
}

.pwedby img {
    max-width: 230px;
    width: 100%;
    margin-top: 65px;
    object-fit: contain;
}

.invprtnr .pwedby img {
    margin-top: 30px !important;
    margin: 0 20px;

}

.spnsr.invprtnr img {
    max-width: 130px;
    object-fit: contain;

}

.spnsr-fl {
    margin-bottom: 76px;
    width: 100%;
    padding: 50px;
    /* padding-top: 0; */
    position: relative;
    background-color: #fffaf2;
    /* background-color: #effafd; */
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.055);
    border: 1px solid #e5f1f5;
    /* top: -50px; */
    margin-top: 140px;
}

.spnsrs {
    display: flex;
    /* align-items: center; */
    gap: 90px;

    /* justify-content: space-between; */
}

.spnsr {
    display: flex;
    gap: 30px;
}

.spnsrs h2 {
    font-size: 24px;
}

.video-bx {
    width: 100%;
    height: 100%;
    margin-top: 100px;
}

.img-flx {
    display: flex;
}

.logo25 {
    width: 250px;
    object-fit: contain;
    margin-top: 30px;
    float: right;
}

.mn-logo-25 {
    width: 260px;
    object-fit: contain;
    float: right;
    margin-top: -148px;
}

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

.ind-5 {
    margin-top: 100px;
}

.ind-5 .imsec {
    margin-top: 15px;
}

.ind5-itm {
    width: 100%;
    height: 150px;
    border-radius: 50%;
    margin: 0 10px;
    margin-top: 50px;

}

.ind5-itm img {
    width: 190px;
    height: 190px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 5px;
}

.ind5-itm h3 {
    text-align: center;
    font-size: 15px;
}

.ind-5 .in2 {
    margin-top: 50px;
}

.ind-5 p {
    max-width: 800px;
    margin-top: 20px;
}

.ns-updts img {
    width: 20px;
}

.ns-updts {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

.news-updts {
    margin-top: 40px;
}

.news-updts p {
    max-width: 1200px;
    margin-left: 29px;
    margin-top: 10px;
}

.bt-bg-bx {
    width: 100%;
    height: 450px;
    background-image: url(../assets/imgs/11.jpeg);
    margin-top: 100px;
    padding: 100px 0;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-size: cover;
    margin-bottom: 80px;
}

.bt-bg-bx {
    color: #fff;
}

.bt-bg-bx h2 {
    max-width: 720px;
    margin-bottom: 20px;
}

.bt-bg-bx p {
    max-width: 720px;
}

.bt-bg-bx .mn-bt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 30px 0;
}

.ind-6 h2 {
    margin: 20px 0;
    max-width: 800px;
}

.ind-6 p {
    max-width: 1000px;
}

.prdct img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    margin-top: 30px;
}

.prdct {
    width: 99%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    cursor: -webkit-grabbing;
}

.prdct::after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.prdbx {
    width: 84%;
    height: 385px;
    border: 12px solid #b8b8b8;
    position: absolute;
    top: 0px;
    right: 25px;
    float: right;
    z-index: -1;
}

.prdctlnch {
    margin-top: 80px;
    margin-bottom: 110px;
}

.prdctlnch .slick-arrow img {
    height: 40px !important;
}

.prdctlnch .slick-arrow {
    position: absolute;
    top: 117%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.prdctlnch .prev_button {
    left: 46%;
}

.prdctlnch .next_button {
    right: 46%;
}

.prdctlnch .item {
    position: relative;
    padding: 0 50px;

}

.ovrly-txt {
    position: absolute;
    bottom: 20px;
    left: 30px;
    color: #fff;
    z-index: 2
}

.ovrly-txt h3 {
    font-size: 22px;
}

.abt-videos {
    margin-top: 180px;
    margin-bottom: 80px;
    /* background-color: #fafafa; */
}

.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;
}

.videos video {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

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

.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;
}

.abt-videos .slick-arrow img {
    height: 40px !important;
}

.abt-videos .slick-arrow {
    position: absolute;
    top: 117%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.abt-videos .prev_button {
    left: 46%;
}

.abt-videos .next_button {
    right: 46%;
}

.abt-videos h2 {
    margin-bottom: 80px !important;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.sliding-images {
    margin-top: 150px;
    margin-bottom: 80px;
}

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

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

.sliding-images h2 {
    margin-bottom: 50px;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 4rem 0;
    list-style-type: none;
}

.slick-dots li {
    margin: 0 0.25rem;
}

.slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: rgb(235, 235, 235);
    text-indent: -9999px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background-color: #1053a0;
    width: 18px;
    height: 10px;
    border-radius: 10px;
}

.flr-pln p {
    padding: 3px 20px;
    background-color: #000000;
    color: #ffffff;
    border-radius: 5px;
    width: fit-content;
    font-size: 14px;
    font-weight: 100;
}

/* index close */


/* about  */

.page-header {
    height: 100%;
    width: 100%;
}

.abtbg {
    background-image: url(../assets/imgs/15.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
    width: 100%;
    background-size: cover;
    display: flex;
    align-items: end;

}

.page-header h2 {
    max-width: 710px;
    color: #fff;
    margin-bottom: 10px;

}

.pg-hdr-cnt {
    margin-bottom: 50px;
}

.page-header h3 {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
}

.page-header h3 a {
    color: #fff;
}

.page-header h3 p span {
    color: #E3C216;
}

.abt-1 {
    margin-top: 80px;
}

.abt-1 h2 {
    max-width: 720px;
    margin: 20px 0;
}

.abt-1 img {
    width: 100%;
    height: 90%;
    object-fit: contain;
}

/* .abt-1 .ind-3flx p span{
   font-weight: 600;
}
.abt-1 .ind-3flx p {
  color: #fff;
}
.abt-1 .ind-3flx{
    padding: 38px;
    background-color: #0067A5;
} */
.ptn {
    border: 2px solid #000000;
    padding: 10px 40px;
    width: max-content;
    border-radius: 5px;
    margin-top: 30px;
}

.rm-ovrflw {
    overflow: hidden;
}

.abt-2 {
    margin: 100px 0;
    padding: 100px 0;
    background-color: #fafafa;
}

.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: #ffffff;
    width: 406px;
    font-size: 37px;
}

.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;
}

.abt-2 .col-xl-6.frcntr .abt3sld {
    width: 100%;
}

.abt-2 .col-xl-6.frcntr {
    display: flex;
    align-items: center;
}

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

.abt-3 .imsec p {
    max-width: 900px;
    margin-top: 20px;

}

.abt-3-img {
    width: 400px;
    position: absolute;
    right: 0;
    top: -290px;
    z-index: -1;
}

.abt-3 .container {
    position: relative;
}

.abt-3 .row {
    margin-top: 80px;
    /* margin-bottom: 80px; */
    text-align: justify;
    position: relative;
}

.abt-3 .row h2 {
    font-size: 35px;
    margin-bottom: 15px;
}

.abt-3 .row .col-md-6.fr-blu {
    background: #0067A5;
    color: #fff;
    padding: 90px 50px;
}

.abt-3 .row .col-md-6.fr-gra {
    background: #fafafa;
    color: #000000;
    padding: 80px 50px;
}

.abt-3-ptrn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

.abt-videos.inabt h2 {
    margin: 0 0 50px 0 !important;
}

.abt-videos.inabt {
    margin-top: -30px !important;
    margin-bottom: 150px;
}

.abt-videos.inabt video {
    border-radius: 0;
}

/* about close  */


/* gallery  */

.gal-1-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.img-col {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.img-col:hover .hvr-bx {
    bottom: 0px;
}

.hvr-bx h2 {
    font-size: 25px;
    margin-bottom: 10px;
}

.hvr-bx p {
    font-size: 15px;
    line-height: 20px;
}

.hvr-bx {
    padding: 10px;
    background-color: #1053a0;
    color: #fff;
    position: absolute;
    bottom: -150px;
    left: 0;
    width: 100%;
    transition: all 0.4s;
    display: none;

}

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

.img-rows {
    display: grid;
    grid-template-columns: repeat(4, 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: 24px;
    font-weight: 100;
    margin-top: 13px;
    margin-bottom: 12px;
}

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

.blog-sec {
    margin-top: 80px;
}

.blog-bx p {
    font-size: 16px;
    line-height: 22px;
}

/* blog colse  */


/* blog inner  */

.blg-conts {
    margin-bottom: 100px;
    margin-top: 80px;
}

.blgflsec {
    max-width: 1100px;
}

.blg-conts .blg-title {
    font-size: 27px !important;
    margin-bottom: 10px !important;
}

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

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

}

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

/* blog inner close */


/* contact  */

.contact-sec .con-hd {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    margin-top: 80px;
}

.contact-sec .row {
    margin-top: 80px;
}

.con-box {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(145deg, #FFFFFF, #F0F0F0);
    border: 1px solid #F0F0F0;
    display: flex;
    padding: 30px 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #000000;
}

.con-box h2 {
    font-size: 30px;
    margin-bottom: 8px;
}

.con-flx {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    gap: 10px;
    margin-top: 10px;

}

.con-flx a {
    color: #000000;
}

.con-flx i {
    margin-top: 6px;
}

.con-flx p {
    width: fit-content;
    max-width: 300px;
}

.cntct-frm {
    width: 710px;
    margin: 0 auto;
    height: 100%;
    background-color: #ffffff;
    margin-top: 80px;
    margin-bottom: 80px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.055), 0 5px 5px 0 rgba(0, 0, 0, 0.027);
    border-radius: 10px;
    padding: 50px 30px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.cntct-frm h2 {
    font-size: 35px;
    margin-bottom: 15px;
}

.cntct-frm p {
    font-size: 15px;
    line-height: 20px;
    max-width: 500px;
    margin: 0 auto;
}

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

.inps input {
    width: 300px;
    height: 50px;
    padding: 0 10px;
    border: none;
    border-bottom: 2px solid #F0F0F0;
}

.inps input:focus {
    outline: none;
    border-bottom: 2px solid #da0808;
}

input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

textarea:focus {
    outline: none;
    border-bottom: 2px solid #da0808;
}

textarea {
    min-width: 100%;
    max-width: 630px;
    max-height: 150px;
    min-height: 100px;
    height: 100px;
    margin-top: 30px;
    padding: 10px 10px;
    border: none;
    font-family: Inter-Regular;
    border-bottom: 2px solid #F0F0F0;
}

form button {
    padding: 13px 50px;
    margin-top: 30px;
    border: none;
    border-radius: 40px;
    background-image: linear-gradient(#ED1C24, #871015);
    color: #fff;
    cursor: pointer;
}

form button p {
    font-size: 17px !important;
}

form {
    margin-top: 50px;
}

.map {
    width: 100%;
    height: 500px;
    margin-bottom: 80px;
}

/* contact close  */


/* footer  */

footer {
    background-color: #fafafa;
    padding: 80px 0;
    color: #000000;
    height: 100%;

}

.flfoot {
    display: flex;
    justify-content: space-around;
}

.ftrscndflx {
    display: flex;
    gap: 100px;
}

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

.ft-logo p {
    font-size: 17px;
    max-width: 280px;
    line-height: 22px;
}

.ftr-cont ul li {
    font-size: 14px;
    margin-top: 5px;
}

.ftr-cont ul li a {
    color: #000000;
}

.ftr-cont ul li a i {
    color: #000000;
}

.ftr-cont ul li a p {
    font-size: 17px;
}

.ftr-cont h2 {
    font-size: 23px;
    margin-bottom: 20px;
}

.ftr-cont p {
    max-width: 280px;
}

.scls {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

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

.copyright p {
    color: #000000;
    font-size: 13px;
    margin-top: 30px !important;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
}

.copyright a {
    color: #1680d6;
}

/* footer close  */
