@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Oxanium:wght@200..800&display=swap");
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/* body{
    
} */
a{
    text-decoration: none !important;
     font-family: "Oxanium", sans-serif;
}
p, .f-rbt{
    text-decoration: none !important;
 font-family: "Manrope", sans-serif;
}
h1, h2, h3, h4, h5, h6, .f-mnt{
   font-family: "Oxanium", sans-serif;
}
/* .f-pn{
    font-family: "Pangolin", serif;
} */
.bg-main{
    background: #0F0F0F;
}
.bg-second {
    background: #1b2127;
}
.color0{
    color: #111 !important;
}
.colorf{
    color: #fff !important;
}
.color3{
    color: #fa8b37  !important;
}
.color4{
    color: #333 !important;
}
.bg-fff{
    background: #fff !important;
}
.bg5{
    background: #0094D9 !important;
}
.tbp{
    padding: 100px 0;
}
.tbm{
    margin: 100px 0;
}
.mt-10{
    margin-top: 10px !important;
}
.mt-20{
    margin-top: 20px !important;
}
.mt-30{
    margin-top: 30px !important;
}
.mt-40{
    margin-top: 40px !important;
}
.mt-50{
    margin-top: 50px !important;
}
.mr-10{
    margin-right: 10px !important;
}
.mr-20{
    margin-right: 20px !important;
}
.mr-30{
    margin-right: 30px !important;
}
.mr-40{
    margin-right: 40px !important;
}
.mr-50{
    margin-right: 50px !important;
}
.ml-10{
    margin-left: 10px !important;
}
.ml-20{
    margin-left: 20px !important;
}
.ml-30{
    margin-left: 30px !important;
}
.ml-40{
    margin-left: 40px !important;
}
.ml-50{
    margin-left: 50px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-40{
    margin-bottom: 40px !important;
}
.mb-50{
    margin-bottom: 50px !important;
}
img{
    width: 100%;
}

nav.navbar img {
    max-height: 66px;
}
ul.navbar-nav {
    margin: 0 0 0 auto;
}
a.nav-link {
    font-size: 16px;
    color: #111;
    font-weight: 500; 
    padding: 22px 6px !important;
}
ul.dropdown-menu {
    border-radius: 0;
    border: none;
    box-shadow: 0 0 10px #00000020;
    padding: 0 10px;
}
a.dropdown-item {
    padding: 10px 0 !important;
    border-bottom: 1px solid #efefef;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #0094D9 !important;
}
li.nav-item {
    margin: 0 12px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .nav-link:focus, .nav-link:hover {
    color: #0094D9 !important;
}
.main-tt h5 {
    position: relative;
    z-index: 0;
    font-size: 16px;
    text-transform: uppercase;
    padding: 16px 0 10px;
    letter-spacing: 4px;
    font-weight: 700;
    color: #ccc;
    display: inline-block;
    margin-bottom: 18px;
    word-spacing: 4px;
}
.main-tt h5:before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 50%;
    background: #0094D9;
    height: 3px;
    top: 0;
    right: 0;
}
.main-tt h5:after {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 50%;
    background: #0094D9;
    height: 3px;
    bottom: 0;
    left: 0;
}
.main-tt h4 {
    font-size: 52px;
    font-weight: 500;
    line-height: 70px;
    color: #fff;
}
.hi-100{
    height: 100%;
}
.hi-100 img{
    height: 100%;
    object-fit: cover;
}
p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #ccc;
}
.hab-img2 {
    margin-top: 70px;
}
.hab-img img {
    min-height: 500px;
    object-fit: cover;
    border-radius: 30px;
}
.btn1 {
    background: #0094D9;
    color: #fff;
    display: inline-flex;
    padding: 12px 20px 10px 20px;
    border-radius: 8px;
    font-weight: 500;
    letter-spacing: 0.7px;
    font-size: 15px;
    align-items: center;
    gap: 8px;
}
.btn1 i{
    font-size: 14px;
}
.tph-ic {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* section.top-header {
    background: #0F0F0F;
    padding: 20px 0 60px;
} */
 section.top-header {
    /* background: #3b4856; */
    padding: 20px 0 60px;
}
.tph-l a {
    margin-right: 14px;
    padding-right: 14px;
    border-right: 1px solid #efefef;
}
.tph-l a:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border-right: none;
}

.tph-l a i {
    color: #0094D9;
    margin-right: 6px;
}
.tph-l a  {
    color: #ccc;
}
.tph-l a:hover  {
    color: #0094D9;
}
.tph-r a {
    width: 32px;
    height: 32px;
    border: 1px solid #ccc;
    color: #ccc;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.tph-r a:hover {
    border: 1px solid #0094D9;
    color: #0094D9;
}
.tph-r {
    display: flex;
    gap: 10px;
}
section.main-header {
    margin-top: -42px;
    margin-bottom: -50px;
    position: relative;
    z-index: 2;
}
section.main-header .navbar {
    padding: 8px 12px;
    border-radius: 20px;
    background: #fff;
}
.hss-box img {
    max-height: 800px;
    min-height: 800px;
    object-fit: cover;
    object-position: 50% 70%;
}
.habm-ic {
    display: flex;
    color: #fff;
    margin-top: 100px;
}
.habm-box {
    width: 100%;
    text-align: center;
}
.habm-box h5 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
}
.habm-box span {
    font-family: "Oxanium", sans-serif;
    color: #ccc;
    font-weight: 500;
    letter-spacing: 0.8px;
    font-size: 16px;
}
.habm-box img {
    max-width: 50px;
    margin-bottom: 14px;
}
.hpr-con {
    display: flex;
    gap: 30px;
}
.hpr-box {
    width: 100%;
}
.hpr-box img {
    min-height: 400px;
    max-height: 400px;
    object-fit: cover;
}
.hpr-box a {
    display: block;
    /* background: #ffffff0d; */
    padding: 16px 16px 0;
    text-align: center;
    position: relative;
    z-index: 0;
}
.hpr-box h5 {
    color: #fff;
    margin: 20px 0 16px;
    font-size: 18px;
    letter-spacing: 0.5px;
}
.hpr-box a:before {
    content: "";
    position: absolute;
    width: 100%;
    background: #ffffff2e;
    height: 100%;
    left: 0;
    top: 0;
    max-height: 350px;
    z-index: -1;
}
.mw-750{
    max-width: 750px;
}
.hwu-con {
    display: flex;
    gap: 22px;
}
.huwc-box {
    background: #00000045;
    padding: 28px 15px;
    border-radius: 10px;
    width: 100%;
}
.huwc-box h6 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
}
.huwc-box p {
    margin-bottom: 0px;
}
section.h-background {
    height: 660px;
    background: url(../../assets/img/ppf-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}
section.h-background:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #0f0f0f 30%, #0f0f0fe8 50%, #0f0f0f38 80%, #00000000 100%);
    left: 0;
    top: 0;
    max-height: 250px;
}
section.h-background:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #0f0f0f 30%, #0f0f0fe8 50%, #0f0f0f38 80%, #00000000 100%);
    left: 0;
    bottom: 0;
    max-height: 250px;
}
.bg3 {
    background-image: linear-gradient(to bottom, #1b2127, #191c21, #17181b, #141416, #0f0f0f);
}
.bg4 {
    background-image: linear-gradient(to top, #1b2127, #191c21, #17181b, #141416, #0f0f0f);
}
.accordion-item {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #ffffff30 !important;
}
.accordion-item:last-child {
    border-bottom: none !important;
}
.accordion-button {
    color: #fff !important;
    background-color: transparent !important;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.accordion-body {
    color: #ccc;
}
.accordion-button::after {
    filter: brightness(0) invert(1);
}
.accordion-body p {
    margin-bottom: 0;
    font-family: "Oxanium", sans-serif;
}
button.accordion-button {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.accordion-button:focus {
    border-color: none !important;
    box-shadow: none !important;
     border-bottom: 1px solid #ffffff30 !important;
}
.hcl-box img {
    max-height: 100px;
    min-height: 100px;
    object-fit: contain;
    object-position: center center;
}
.hcl-box {
    background: #00000038;
    margin: 0 10px;
    padding: 10px 15px;
}
.mttb h5 {
    position: relative;
    z-index: 0;
    font-size: 16px;
    text-transform: uppercase;
    padding: 16px 0 10px;
    letter-spacing: 4px;
    font-weight: 700;
    color: #111;
    display: inline-block;
    margin-bottom: 18px;
    word-spacing: 4px;
}
.mttb h5:before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 50%;
    background: #111;
    height: 3px;
    top: 0;
    right: 0;
}
.mttb h5:after {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 50%;
    background: #111;
    height: 3px;
    bottom: 0;
    left: 0;
}
.mttb h4 {
    font-size: 52px;
    font-weight: 500;
    line-height: 70px;
    color: #111;
}
.btn2 {
    background: #111;
    color: #0094D9;
    display: inline-flex;
    padding: 12px 20px 10px 20px;
    border-radius: 8px;
    font-weight: 500;
    letter-spacing: 0.7px;
    font-size: 15px;
    align-items: center;
    gap: 8px;
    border: none;
}
section.middle-contact {
    position: relative;
    z-index: 0;
}
section.middle-contact:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/ppf-bg2.jpg);
    top: 0;
    left: 0;
    max-width: 47%;
}
.ftc-box {
    display: flex;
    column-gap: 16px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.ftc-tt h5 {
    padding: 0px 0 0px 70px;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    color: #fff;
    display: inline-block;
}

.ftc-tt h5:before {
    content: "";
    height: 1px;
    width: 55px;
    position: absolute;
    left: 0;
    bottom: 8px;
    background: #fff;
}

.ftc-tt h5:after {
    position: absolute;
    content: "";
    height: 4px;
    width: 35px;
    background: #fff;
    left: 0px;
    bottom: 12px;
}

.ftc-bl span {
    background: #f5eff5;
    color: #0094D9;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 12px 0;
    font-size: 18px;
}

.ftc-br h5 {
    margin-bottom: 4px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}

.ftc-br p a {
    color: #fff;
}

.ftc-br p {
    margin: 0;
    color: #fff;
    line-height: 28px;
}
/* 
.ftc-br p a:hover {
    color: #FE0000;
} */

.ftc-ul ul li {
    position: relative;
    margin: 0 0 10px;
    line-height: 1.8em;
    color: #111;
    padding-left: 28px;
}

.ftc-ul ul li a {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* .ftc-ul ul li a:hover {
    color: #FE0000;
} */

.ftc-ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ftc-ul ul li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/point2.png);
    left: 0;
    background-repeat: no-repeat;
    top: 4px;
    background-size: 18px;
    filter: brightness(0) invert(1);
    max-width: 20px;
}

.ftc-logo {
    max-width: 220px;
    margin-bottom: 24px;
}

.ftc-con p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff;
    margin-bottom: 30px;
    line-height: 32px;
    letter-spacing: 0.5px;
}
.ftc-ic2 {
    margin-left: 70px;
}

.ftc-social span {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.3px;
}

.ftc-social a {
    background: #f5eff5;
    color: #0094D9;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 12px 0;
    font-size: 18px;
}

.ftc-social {
    display: flex;
    column-gap: 14px;
    align-items: center;
}

footer {
    background: linear-gradient(180deg, #0094D9, #156083);
    padding-top: 80px;
    position: relative;
    z-index: 0;
}

.ft-btm {
    display: flex;
    justify-content: space-between;
    background: #0094D9;
    padding: 30px 50px 20px;
    margin-top: 40px;
    border-radius: 10px 10px 0 0;
}

.ft-btm p {
    font-weight: 500;
    margin-bottom: 0;
    color: #fff;
}

.ft-btm p a {
    color: #fff;
}

.ft-bg img {
    position: absolute;
    bottom: 30px;
    width: 520px;
    left: -135px;
    opacity: 0.12;
    z-index: 0;
    animation: 3s ease 0s infinite normal none running float-obj-y;
}
.ftc-logo a {
    background: #fff;
    display: flex;
    padding: 16px 16px;
    border-radius: 30px 0;
}
.huwc-box img {
    max-width: 60px;
    margin-bottom: 20px;
    filter: invert(1);
}
.sticky {
    width: 100%;
    position: fixed !important;
    top: 0px;
    z-index: 999999 !important;
    margin: 0 0 !important;
    background: #fff;
    box-shadow: 0 0 30px #00000047;
}
.rg-30{
    row-gap: 30px;
}
@media(min-width:992px){
    li.dropdown:hover .dropdown-menu {
    display: block;
}
}
/* section.i-banner {
    background: url(../../assets/img/i-banner.jpg);
    padding: 140px 0 70px;
    text-align: center;
    background-position: 35% 81%;
    position: relative;
    z-index: 0;
} */
 section.i-banner {
    background: url(../../assets/img/i-banner.jpg);
    padding: 140px 0 70px;
    text-align: center;
    background-position: 60% 72%;
    position: relative;
    z-index: 0;
    background-size: cover;
}
section.i-banner:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #0000009c;
    z-index: -1;
    left: 0;
    top: 0;
}
.ibn-con h5 {
    font-size: 56px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}
.ibn-con p {
    display: inline-flex;
    align-items: center;
    background: #0094d97a;
    padding: 6px 14px;
    border-radius: 10px;
    font-size: 14px;
    gap: 8px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.8px;
    font-weight: 600;
    margin-bottom: 0;
}
.ibn-con p a{
    color: #fff;
}
.ibn-con p a:hover{
    
    color: #0094d9;
}
.atf-con {
    display: flex;
    gap: 30px;
}
.aftc-box {
    width: 100%;
    background: #0000004d;
    padding: 20px 20px;
    text-align: center;
    /* display: flex;
    margin-bottom: 20px;
    align-items: center;
    gap: 20px; */
}
.aftc-box span {
    width: 100%;
    max-width: 80px;
    min-width: 80px;
    height: 100%;
    max-height: 80px;
    min-height: 80px;
    background: #0094D9;
    display: inline-flex;
    padding: 10px 10px;
    margin-bottom: 18px;
}

.aftc-box p {
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #fff;
}
.aftc-box span img {
    filter: invert(1);
}
.ibr-40{
    border-radius: 40px;
}
.mas-box {
    background: #ffffff12;
    padding: 30px 30px;
    display: flex;
    gap: 40px;
    /* margin-bottom: 40px; */
}
.sub-tt h5 {
    color: #0094D9;
    font-weight: 600;
    padding-left: 20px;
    font-size: 20px;
    position: relative;
    z-index: 0;
    line-height: 34px;
    margin-bottom: 20px;
}
.sub-tt h5:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    background-color: #0094D9;
    left: 0;
    border-radius: 20px;
    
}
.masb-table table {
    color: #fff;
    width: 100%;
    margin-bottom: 26px;
}
.masb-table table th, .masb-table table td {
    border: 1px solid #ccc;
    padding: 14px 20px;
}
.masb-l {
    width: 100%;
}
.masb-r {
    width: 100%;
    max-width: 380px;
}

.masb-img iframe {
  aspect-ratio: 16/9;
}

.masb-img .video-container {
  margin: 2rem;
  max-height: 300px;
}

.masb-img img {
  display: block;
  max-width: 100%;
}

/* .masb-img main {
  display: grid;
  place-items: center;
  min-height: 100vh;
} */

.masb-img .masb_container {
  display: grid;
  place-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  --position: 50%;
}

.masb-img .image-container {
  max-width: 800px;
  max-height: 90vh;
  /* aspect-ratio: 1/1; */
}

.masb-img .slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.masb-img .image-before {
  position: absolute;
  inset: 0;
  width: var(--position);
  /* filter: grayscale(100%) */
}

.masb-img .slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
  /* for Firefox */
  width: 100%;
  height: 100%;
}

.masb-img .slider:focus-visible ~ .slider-button {
  outline: 5px solid black;
  outline-offset: 3px;
}

.masb-img .slider-line {
  position: absolute;
  inset: 0;
  width: .2rem;
  height: 100%;
  background-color: #fff;
  /* z-index: 10; */
  left: var(--position);
  transform: translateX(-50%);
  pointer-events: none;
}

.masb-img .slider-button {
  position: absolute;
  background-color: #fff;
  color: black;
  padding: .5rem;
  border-radius: 100vw;
  display: grid;
  place-items: center;
  top: 50%;
  left: var(--position);
  transform: translate(-50%, -50%);
  pointer-events: none;
  /* z-index: 100; */
  box-shadow: 1px 1px 1px hsl(0, 50%, 2%, .5);
}
.mas-ic .main-tt h5 {
    font-size: 26px;
    padding: 14px 0 10px;
}
.pps-box {
    background: #ffffff12;
    padding: 30px 30px;
    display: flex;
    gap: 40px;
    /* margin-bottom: 40px; */
}
.ppsr, .ppsl {
    width: 100%;
}
.ppsr {
    max-width: 400px;
}
.ppsl-con {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 30px 0;
}
.pslc-bb {
    background: #ffffff;
    width: 100%;
    max-width: 48%;
    padding: 0px 0px;
    display: flex;
    align-items: center;
    gap: 18px;
}
.pslc-bb h5 {
    margin: 0;
    font-weight: 600;
    color: #111;
}
.pslc-bb img {
    max-width: 60px;
    min-width: 60px;
}
.pslc-bb span {
    background: #0094d938;
    padding: 12px 12px;
}
.ppsl-ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ppsl-ul ul li {
    color: #fff;
    font-family: "Manrope", sans-serif;
    padding-left: 40px;
    position: relative;
    z-index: 0;
    margin: 0 0 10px;
    letter-spacing: 0.8px;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    text-transform: capitalize;
    color: #ccc;
}
.ppsl-ul ul li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/point.png);
    left: 0;
    background-size: 34px;
    background-repeat: no-repeat;
    max-width: 40px;
    top: 1px;
}
.ulf2{
    display: flex;
    flex-wrap: wrap;
}
.ulf2 li{
    width: 100%;
    max-width: 50%;
}
.ppsr img {
    height: 100%;
    object-fit: cover;
}
section.m-contact {
    position: relative;
    background-image: url(../../assets/img/earth.png);
    background-repeat: no-repeat;
    background-size: 660px;
    background-position: center left;
    z-index: 0;
}
section.m-contact:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 55%;
    background: #0F0F0F;
    right: 0;
    bottom: 0;
    z-index: -1;
    max-height: calc(100% - 100px);
    border-radius: 70px 0 0 0;
}
.pt-200 {
    padding-top: 200px !important;
}
.hcnl-ic {
    background: #0094D9;
    padding: 50px 50px;
}
.mtf span {
    border-bottom: 2px solid #fff;
}
.hcnr-ic .ftc-bl span {
    width: 50px;
    height: 50px;
}
/* .hcnr-ic .ftc-bl span i {
    color: #fff;
} */
.hcnr-ic .ftc-br h5 {
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}
.hcnr-ic .ftc-br p, .hcnr-ic .ftc-br p a {
    color: #ccc;
}
.hcnr-ic .ftc-box {
    display: flex;
    column-gap: 22px;
    align-items: flex-start;
    margin-bottom: 36px;
}
.form-row {
    display: flex;
    column-gap: 22px;
}
.form-group {
    width: 100%;
    margin-bottom: 20px;
}
.form-group .form-control, .form-group .form-select {
    padding: 12px 20px;
    border-radius: 0px;
    border: 1px solid #414141;
    background-color: transparent;
}
.srvs-ic .row {
    row-gap: 20px;
}
.fg-row {
    display: flex;
    align-items: center;
    column-gap: 20px;
    /* height: 50px; */
    flex-wrap: wrap;
    row-gap: 10px;
}