body {
    margin: 0;
    /* background-color: #0B2347; */
    /* color: #333; */
}

img {
    /* width: 100%; */
    /* height: auto; */
}

/* Navbar */

.brandlogo {
    max-width: 201px;
    height: 73px;
}

.nav-bg {
    background-color: transparent;
    /* background-color: #061934; */
    position: absolute;
    width: 100%;
    z-index: 1000;
}

.nav-bg .container-1 {
    padding: 0px 30px;
}

.nav-bg li a {
    color: #fff;
    font-weight: 600;
}

.nav-bg li a:hover {
    color: #27AFE8;
}

.nav-bg li a:focus {
    color: #27AFE8;
    background-color: transparent;
}


.nav-bg li {
    padding: 7px 20px;
}

.nav-bg .dropdown-item {
    color: #0A3967;
    font-size: 16px;
    font-weight: 300;
}

.nav-bg ul .dropdown-menu {
    background-color: #fff;
}

.nav-bg li a:focus {
    color: #27AFE8;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-item .fa-angle-down,
.fa-angle-right {
    margin-left: 5px;
    font-weight: 900;
}

.btn-custom {
    color: #FFFFFF;
    background-color: #27AFE8;
    box-shadow: -100px 0px 68px -1px #2CD97B inset;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 4px;
}

.btn-custom:hover {
    color: #FFFFFF;
    background-color: #2CD97B;
    box-shadow: -100px 0px 68px -1px #27AFE8 inset
}

/* banner */

.section-banner {
    background-color: transparent;
    background-image: linear-gradient(135deg, #091D42 0%, #0A3967 100%);
    max-height: 776px;
    position: relative;
    z-index: 0;
    top: -80px;
}

.background-overlay {
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.3;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    max-height: 776px;
}

.background-overlay {
    filter: brightness(100%) contrast(100%) saturate(93%) blur(0px) hue-rotate(292deg);
}

/* Banner Text */
.text-container {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 60%;
    left: 50%;
}

.text-h4 {
    color: #2CD97B;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.text-h1 {
    font-size: 59px;
    color: #fff;
    font-family: "Poppins", Sans-serif;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 20px;
}

p {
    color: #fff;
    margin-bottom: 20px;
    text-align: justify;
}

.ball-2 {
    /* margin-top: -15%; */
    /* margin-left: 10%; */
}

.ball-3 {
    /* margin-top: -10%; */
    /* margin-left: 20%; */
}


/* Owl Carousel Client slider */

.section-client {
    /* padding: 5em 0em 5em 0em; */
}

.text-h3 {
    color: #27AFE8;
    font-family: "Poppins", Sans-serif;
    font-size: 21px;
    text-align: center;
    margin-bottom: 20px;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
  }
  .owl-nav button.owl-prev {
    left: 0;
  }
  .owl-nav button.owl-next {
    right: 0;
  }
  
  .owl-dots {
    text-align: center;
    padding-top: 15px;
  }
  .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
  }
  .owl-dots button.owl-dot.active {
    background-color: #000;
  }
  .owl-dots button.owl-dot:focus {
    outline: none;
  }
  .owl-nav button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.38) !important;
  }
  span {
      font-size: 70px;    
      /* position: relative; */
      top: -5px;
  }
  .owl-nav button:focus {
      outline: none;
  }

  /* About Section */
  .section-about {
    padding: 5em 0em 5em 0em;
  }

  .text-h2 {
    color: #27AFE8;
    font-family: "Poppins", Sans-serif;
    font-size: 38px;
    margin-bottom: 20px;
    font-weight: 600;
  }

  .img-container img {
    width: 100%;
    /* height: 100%; */
    filter: brightness(100%) contrast(100%) saturate(10%) blur(0px) hue-rotate(0deg);
    border-radius: 20px;
    padding: 10px;
  }

  .img-container img:hover {
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  }

  .ball-container {
    top: 5%;
    left: 5%;
    transform: translate(-50%, -50%);
    z-index: 1;
    position: absolute;
  }

  .ball-container img {
    width: 100px;
    height: auto;
  }

.position-relative {
    position: relative;
}


/* Featured */
.feature-section {
    /* background-color: #091D42; */
    box-shadow: -100px 5px 200px 100px rgba(0, 0, 0, 0.5) inset;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.feature-section .feature-sub-section {
    padding: 2em 2em 2em 2em;
    /* box-shadow: -100px 5px 200px 100px rgba(0, 0, 0, 0.5) inset; */

}

/* .image-container-2 {
    height: 100%;
    width: 100%;
    position: relative;
}

.image-container-2 img {
    width: 100%;
    object-fit: cover;
    height: 100%;
} */

.text-h5 {
    color: #27AFE8;
    font-family: "Poppins", Sans-serif;
    font-size: 23px;
    margin-bottom: 16.5px;
}

.feature-section .card {
    background-color: transparent;
    background-image: linear-gradient(135deg, #091D42 0%, #0A3967 100%);
    padding: 2em 2em 2em 2em;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0A3967;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 20px;
    /* z-index: 1; */
    /* width: 60%; */
}

.feature-section .card-1 img {
    position: absolute;
    right: 0%;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

/* Service */

.service-section {
    padding: 5em 0em 5em 0em;
}

.service-section .card {
    width   : 100%;
    background-color: #091D42;
    padding: 2em 2em 2em 2em;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0A3967;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 20px;
    z-index: 1;
}

.service-section .card:hover {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #27AFE8;
    /* border-radius: 10px 10px 10px 10px; */
}

.service-section .card img {
    position: relative;
}

.image-container-3 img {
    width: 100px; 
    height: auto;
}


/* Number */

.fact-section {
    padding: 0em 0em 6em 0em;
}

.fact-section .number-increase {
    padding: 2em;
    position: relative;
}

.fact-section .number-increase span {
    color: #27AFE8;
    flex: 1;    
    font-size: 69px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}


/* Why choose us */
.choose-section {
    box-shadow: -100px 5px 200px 100px rgba(0, 0, 0, 0.5) inset;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 5em 0em 5em 0em;
    position: relative;
}

.card-2 img {
    position: absolute;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.3;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.choose-section {
    padding: 5em 0em 2em 0em;
}

.choose-section .card {
    width   : 100%;
    background-color: #091D42;
    padding: 2em 2em 2em 2em;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0A3967;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 20px;
    z-index: 1;
}

.choose-section .card:hover {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #27AFE8;
    /* border-radius: 10px 10px 10px 10px; */
}

.choose-section .card img {
    position: relative;
}

.image-container-3 img {
    width: 100px;
    height: auto;
}

.choose-section .card-2 img {
    position: absolute;
    right: 0%;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    margin-top: -80px;
}

/* Portfolio Section */
.portfolio-section {
    padding: 5em 0em 5em 0em;
}

.image-container-4 {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.image-container-4 img {
    max-width: 100%;
    object-fit: cover;
    height: auto;
    border-radius: 10px;
    filter: brightness(100%) contrast(100%) saturate(20%) blur(0px) hue-rotate(0deg);
}

.image-container-4 img:hover {
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.portfolio-section .card {
    width: 100%;
    background-color: #091D42;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0A3967;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 20px;
    z-index: 1;
}

.portfolio-section .card:hover {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #27AFE8;
}

.portfolio-section .card .text-h5 a:hover {
    color: #2CD97B;
}
.portfolio-section .card .text-h5 a {
    text-decoration: none;
    color: #27AFE8;
}

/* Video Section */
.video-section {
    padding: 2em 0em 2em 0em;
}

.video-section .image-container-5 img {
    width: 100%;
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.video-section .image-container-5 {
    background-color: transparent;
    background-image: linear-gradient(135deg, #27AFE8 0%, #2CD97B 100%);
}

.video-section .video-icon {
    height: auto;
    top: 50%;
    position: absolute;
    left: 50%;
}

.fa-play {
    width: 60px;
    height: 60px;
    color: #ffffff;
    background-color: #27AFE8;
    padding: 22px;
    text-align: center;
    border-radius: 50%;
}


.image-container-5 {
    position: relative;
    justify-content: center;
    align-items: center;
}

.image-container-5 img {
    width: 100%;
    height: auto;
    display: block;
}


/* Achievements */
.achieve-section {
    padding: 0em 0em 2em 0em;
}

.achieve-section .section-card .card {
    background-color: #091D42;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: -5em 0em 0em 0em;
    --e-column-margin-right: 0em;
    --e-column-margin-left: 0em;
    padding: 3em 3em 3em 3em;
}

/* Testimonial */

.testimonial-section {
    padding: 2em 0em 2em 0em;
}

.testimonial-section .card {
    width   : 100%;
    background-color: #091D42;
    padding: 2em 2em 2em 2em;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0A3967;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 20px;
    z-index: 1;
}

.testimonial-section .card:hover {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #27AFE8;
    /* border-radius: 10px 10px 10px 10px; */
}

.fa-star {
    color: #fec42d;
}

.testimonial-section .star-section {
    margin-bottom: 20px;
}

.testimonial-section h5 {
    color: #27AFE8;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
}

.testimonial-section p {
    color: #FFFFFF;
    font-size: 14px;
}

.icon.icon-quote2::before {
    font-family: "FontAwesome"; 
    content: "\f10e"; 
}

.icon-quote2 {
    font-size: 48px;
    color: rgba(37, 117, 252, .2);
}

.testimonial-section .image-testimonial {
    display: flex;
    justify-content: space-between;
}

.testimonial-section .image-testimonial .text-1 {
    /* margin-left: -25%; */
    margin-top: 20px;
}

.testimonial-section .image-testimonial img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}


/* News */
.news-section {
    box-shadow: -100px 5px 200px 100px rgba(0, 0, 0, 0.5) inset;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 5em 0em 5em 0em;
    position: relative;
    overflow: hidden;
}

.news-section .card-2 img {
    position: absolute;
    right: 0%;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.3;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    margin-top: -80px;
    overflow: hidden;
}

.news-section .card-2 {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
}

.news-section {
    padding: 5em 0em 2em 0em;
}


.news-section .card {
    width   : 100%;
    background-color: #091D42;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0A3967;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 20px;
    display: flex; /* Ensures the card contents align correctly */
    flex-direction: column; /* Aligns contents vertically */
    min-height: 0; /* Reset min-height to allow dynamic adjustment */
    
}

.news-section .card img {
    position: relative;
}

.image-container-6{
    /* width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden; */
}

.image-container-6::after {
    display: block;
    content: "";
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .35), transparent 75%);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 1;
    transition: all .3s ease-out;
}

.image-container-6 img {    
    max-width: 100%;
    object-fit: cover; 
    border-radius: 10px;
}

.image-container-6:hover {
    filter: brightness(100%) contrast(100%) saturate(70%) blur(0px) hue-rotate(0deg);
}

.news-section .card .card-body .text-h5 a {
    text-decoration: none;
    margin-bottom: 25px;
    color: #27AFE8;
}

.news-section .card .card-body .text-h5 a:hover {
    color: #2CD97B;
}

.news-section .card span {
    font-size: 12px;
    color: #adadad;
}


/* Contact */
.contact-section {
    padding: 4em 0em 4em 0em;
}

.contact-section .card {
    width: 100%;
    background-color: #091D42;
    padding: 5em 5em 5em 5em;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0A3967;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 20px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.contact-section .card img {
    position: relative;
}

.contact-section .card-2 {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
}

.contact-section .card-2 img {
    right: 0%;
    background-position: top right;
    background-repeat: no-repeat;
    opacity: 0.5;
    background-size: cover;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover; 
}

.contact-section .btn-custom {
    width: fit-content;
}

/* Client-2 */
.client-section-2 {
    padding: 2em 0em 2em 0em;
    background-color: #091D42;
}

/* Footer */
.footer-section {
    padding: 5em 0em 5em 0em;
}

.footer-section .footer-title {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

.footer-section ul li {
    padding: 6px 0 6px 0;
    list-style: none;
    font-weight: 400;
}

.footer-section ul li a {
    color: #27AFE8;
    font-weight: 400;
    text-decoration: none;
    font-family: "Poppins", Sans-serif;
}

.footer-section ul li a:hover {
    color: #2CD97B;
}

.footer-section ul .dropdown-menu {
    background-color: #fff;
}

.fa-phone,
.fa-envelope,
.fa-map-marker {
    color: #fff;
    font-weight: 400;
    width: 1.25em;
    padding-right: 16px;
    vertical-align: middle;
}

.footer-section ul .list-text {
    font-size: 16px;
    color: #fff;
    font-family: "Poppins", Sans-serif;
}

.footer-section .brandlogo {
    margin-bottom: 20px;
}

.footer-section .dropdown li a {
    color: #0A3967;
    font-weight: 300;
}

.footer-section .dropdown li a:hover {
    color: #27AFE8;
}

.footer-section li {
    padding: 7px 20px;
}

.footer-section .dropdown-item {
    color: #0A3967;
    font-size: 16px;
    font-weight: 300;
}

.footer-section li a:focus {
    color: #27AFE8;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    left: 33%;
    /* top: -3%; */
}

.nav-item .fa-angle-down,
.fa-angle-right {
    margin-left: 5px;
    font-weight: 900;
}

col {
    color: #2CD97B;
    color: #27AFE8;
}


/* Copy right */
.copyright-section i {
    color: #fff;
}

.copyright-section {
    background-color: #091D42;
    padding: 2em 0em 2em 0em;
}

.copyright-section i {
    margin-left: 30px;
}

.copyright-section p {
    font-size: 14px;
}



/* ====== ABOUT PAGE ============== */
.nav-bg-about {
    background-color: transparent;
    width: 100%;
    height: 100%;
    justify-content: space-around;
    /* background-image: linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.0)), url('assets/images/banner/banner-4.png'); */
    /* background-image: url('assets/images/banner/banner-4.png'); */
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1000;
    /* transition: background 0.3s, border-radius 0.3s, opacity 0.3s; */
    /* filter: brightness(100%) contrast(100%) saturate(93%) blur(0px) hue-rotate(292deg); */
}

.nav-bg-about .container-1 {
    padding: 0px 30px;
}

.nav-bg-about li a {
    color: #fff;
    font-weight: 600;
}

.nav-bg-about li a:hover {
    color: #27AFE8;
}

.nav-bg-about li a:focus {
    color: #27AFE8;
    background-color: transparent;
}

.nav-bg-about li {
    padding: 7px 20px;
}

.nav-bg-about .dropdown-item {
    color: #0A3967;
    font-size: 16px;
    font-weight: 300;
}

.nav-bg-about ul .dropdown-menu {
    background-color: #fff;
}

.nav-bg-about li a:focus {
    color: #27AFE8;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-item .fa-angle-down,
.fa-angle-right {
    margin-left: 5px;
    font-weight: 900;
}

.btn-custom {
    color: #FFFFFF;
    background-color: #27AFE8;
    box-shadow: -100px 0px 68px -1px #2CD97B inset;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 4px;
}

.btn-custom:hover {
    color: #FFFFFF;
    background-color: #2CD97B;
    box-shadow: -100px 0px 68px -1px #27AFE8 inset
}

/* Banner section */
.banner-section {
    /* z-index: 9999; */
    /* margin-top: -100px; */
    position: relative; /* Ensure it's relative to the document flow */
    padding-top: 200px; /* Adjust padding to create space for navbar */
    z-index: 0;
    top: -80px;
}

.banner-section .container {
    /* padding-top: 150px; */
}

.banner-section .container .text-h1 {
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 50px;
}

.banner-section .nav-item-1 a {
    text-decoration: none;
    font-weight: 300;
    color: #fff;
    font-size: 18px;
}

.banner-section .nav-item-1 .fa-angle-right {
    font-size: 25px;
    margin-left: 15px;
    margin-right: 15px;
    color: #fff;
}

.banner-section .nav-item-1 .nav-breadcrumb {
    margin-top: -50px;
}


/* Featured one */
.feature-section-1 {
    /* background-color: #091D42; */
    box-shadow: -100px 5px 200px 100px rgba(0, 0, 0, 0.5) inset;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    overflow: hidden;
    position: relative;
}

.feature-section-1 .feature-sub-section {
    padding: 2em 2em 2em 2em;
    /* box-shadow: -100px 5px 200px 100px rgba(0, 0, 0, 0.5) inset; */

}

.image-container-2 {
    height: 100%;
    width: 100%;
    position: relative;
    /* left: -2%; */
}

.image-container-2 img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.text-h5 {
    color: #27AFE8;
    font-family: "Poppins", Sans-serif;
    font-size: 23px;
    margin-bottom: 16.5px;
}

.feature-section-1 .card {
    background-color: transparent;
    /* background-image: linear-gradient(135 deg, #091D42 0%, #0A3967 100%); */
    /* padding: 2em 2em 2em 2em; */
    background-color: #0B2347;
    border: none;
    /* border-style: solid; */
    /* border-width: 1px 1px 1px 1px; */
    /* border-color: #0A3967; */
    border-radius: 10px 10px 10px 10px;
    bottom: -35px;
    /* z-index: 1; */
    /* width: 60%; */
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 100px 0px 0px -170px;
    --e-column-margin-right: 0px;
    /* --e-column-margin-left: -200px; */
    padding: 3em 3em 3em 3em;
    height: 50vh;
}

.feature-section-1 .card-1 img {
    position: absolute;
    right: 0%;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.feature-section-1 p {
    text-align: justify;
}

/* ABout-page clent section */
.imgsection {
    width: 100%;
    height: auto;
}

/* About page Choose */


/* Why choose us */
.choose-section-about {
    box-shadow: -100px 5px 200px 100px rgba(0, 0, 0, 0.5) inset;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 5em 0em 5em 0em;
}

.choose-section-about {
    padding: 5em 0em 2em 0em;
}

.choose-section-about .card {
    width   : 100%;
    background-color: #091D42;
    padding: 4em;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: none;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 20px;
    z-index: 1;
}
.choose-section-about .card img {
    position: relative;
}

.choose-section-about .card-2 img {
    position: absolute;
    left: 0%;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    margin-top: -80px;
}

.choose-section-about .btn-custom {
    width: max-content;
    height: fit-content;
}

.choose-section-about .card p {
    margin-bottom: 20px;
}

/* Client Section About */
.client-section-about {
    padding: 5em 0em 5em 0em;
    background-color: #091D42;
}


figure {
    width: 100%;
    height: 40vh;
}
.thumbnail {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 10px;
}
    
.thumbnail > img {
    max-width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.thumbnail div {
    position: absolute;
    background: rgba(1,1,1,0.8);
    color: #fff;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease;
    line-height: 500px;
    text-align: center;
    font-size: 30px;
    z-index: 2;
}
.thumbnail p {
    position: absolute;
    background: rgba(1,1,1,0.8);
    color: #fff;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease;
    line-height: 600px;
    text-align: center;
    font-size: 16px;
    z-index: 2;
}

.thumbnail:hover > img {
    transform: scale(1.3);
    border-radius: 10px;
}

.thumbnail:hover > div {
    opacity: 1;
    border-radius: 10px;
}
     
.thumbnail:hover > p {
    opacity: 1;
    border-radius: 10px;
}


/* Frequently asked Questions */
.faq-section1 .accordion {
    width: 100%;
}

.faq-section2 .accordion {
    width: 100%;
}
  
  .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: none;
  }

  .accordion-button {
    background-image: linear-gradient(135deg, #2CD97B 0%, #27AFE8 100%);
    color: #FFFFFF;
    background-color: #27AFE8;
    border-style: none;
    border-width: 0px 0px 0px 0px;
  }
  
  .faq-section1 .accordion .accordion-item {
    margin-left: -10px;
  }

  .faq-section2 .accordion .accordion-item {
    margin-left: -10px;
  }

  .accordion-button:focus {
    box-shadow: none;
  }
  .accordion-button h5 {
    font-weight: 400;
    font-size: 18px;
    padding: 5px;
  }
  
  .accordion-button:before {
    content: "";
    position: absolute;
    top: 1.25rem;
    height: 2px;
    width: 1rem;
  }
  .accordion-button.collapsed:after {
    content: "";
    position: absolute;
    top: 0.8125rem;
    height: 1.0625rem;
    width: 0.125rem;
    border-style: none;
  }
  
  .faq-section1 .accordion-button h5 {
    color: #fff;
  }

  .faq-section2 .accordion-button h5 {
    color: #fff;
  }

  .accordion-body {
    color: #fff;
  }
  
  .accordion-collapse {
    padding: 2em 2em 2em 2em;
  }

  @media screen and (min-width: 768px) {
    .accordion-button:before {
      right: 0.75rem;
    }
  
    .accordion-button.collapsed:after {
      right: 1.1875rem;
    }
  
    .faq-section1 .accordion-button h5 {
      margin-right: 0px;
    }
    .faq-section2 .accordion-button h5 {
        margin-right: 0px;
      }
  }

  
  /* FAQ section service */

.faq-section {
    box-shadow: -100px 5px 200px 100px rgba(0, 0, 0, 0.5) inset;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 5em 0em 5em 0em;
    position: relative;
    /* overflow: hidden; */
}

.faq-section .card-2 img {
    position: absolute; 
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.3;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
}


.image-container-3 img {
    width: 100px;
    /* height: auto; */
}

.faq-section .card-2 img {
    position: absolute;
    right: 0%;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    margin-top: -80px;
}

.faq-section .text-h3 {
    margin-top: 20px;
    text-align: left;
}

/* Service Single */
.service-single {
    padding: 5em 0em 5em 0em;
    /* background-image: radial-gradient(at bottom left, #0B2347 0%, #0A3967 100%); */
}

.service-single .text-h3 {
    font-size: 28px;
    text-align: left;
    margin-bottom: 30px;
}

.service-single .list-feature ul {
    list-style: none;
}

.service-single .list-feature ul li {
    color: #fff;
    font-size: 18px;
    padding-bottom: calc(6px / 2);
    font-weight: 300;
}

.pricelist ul {
    list-style: none;
}

.pricelist ul li {
    color: #fff;
}

.fa-check-circle {
    color: #27AFE8;
    padding-right: 16px;
}

.pricelist .fa-check-circle {
    color: #2CD97B;
    padding-right: 16px;
    font-size: 15px;
}

.fa-server,
.fa-rocket,
.fa-clock-o,
.fa-cogs,
.contact .fa-envelope {
    color: #27AFE8;
    margin-left: -30px;
    /* padding-right: 16px; */
}

.fa-check-circle:hover {
    color: #2CD97B;
}

.service-single .container-image img {
    width: 50%;
    border-radius: 50%;
}

.service-single .service-single-text {
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px;
}

.service-single .btn-custom {
    text-align: center; 
}

.service-single .card {
    width   : 100%;
    background-color: #091D42;
    padding: 4em;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0A3967;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 20px;
    z-index: 1;
}

.service-single .text_h3 {
    color: #27AFE8;
    font-size: 21px;
    margin-top: 20px;
}

.service-single .card-button .card {
    background-image: linear-gradient(135deg, #2CD97B 0%, #27AFE8 100%);
    color: #FFFFFF;
    background-color: #27AFE8;
    border-style: none;
    border-width: 0px 0px 0px 0px;
}

.fa-users {
    color: #fff;
    margin: 20px;
}

.service-single .card-button .card h4,
.service-single .card-button .card h3 {
    font-size: 21px;
    padding-bottom: 10px;
}

.service-single .card-button .card h2 {
    font-size: 28px;
}

/* Project portfolio page */
.choose-section1 {
    box-shadow: -100px 5px 200px 100px rgba(0, 0, 0, 0.5) inset;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 5em 0em 5em 0em;
    overflow: hidden;
    position: relative;
}

.choose-section1 .card-2 img {
    position: absolute;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.3;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
}

.choose-section1 {
    padding: 5em 0em 2em 0em;
}

.choose-section1 .card {
    width   : 100%;
    background-color: #091D42;
    /* padding: 2em 2em 2em 2em; */
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0A3967;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 20px;
    z-index: 1;
}

.choose-section1 .card:hover {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #27AFE8;
    /* border-radius: 10px 10px 10px 10px; */
}

.choose-section .card img {
    position: relative;
}

.image-container-3 img {
    width: 100px;
    height: auto;
}

.choose-section1 .card-2 img {
    position: absolute;
    right: 0%;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    margin-top: -80px;
}

/* Experience */
.experience-section {
    padding: 5em 0em 5em 0em;
}

.achieve-section-1 {
    /* padding: 0em 0em 0em 0em; */
}

.achieve-section-1 .section-card .card {
    background-color: #091D42;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: -5em -1em 0em 0em;
    --e-column-margin-right: 0em;
    --e-column-margin-left: 0em;
    padding: 2em;
    width: fit-content;
}

.achieve-section-1 .section-card .card .text-h2 {
    font-size: 21px;
    color: #fff;
    margin-bottom: 0px;
}

.achieve-section-1 .section-card {
    display: flex;
    justify-content: flex-end; /* Aligns items to the right */
}

/* Contact form */
label {
    color: #27AFE8;
    font-weight: 600;
    line-height: 1.9em;
}

input {
    background-color: #0A3967;
    border: none;
    max-width: 100%;
}

input:not([type="button"]):not([type="submit"]) {
    font-weight: 300;
    color: #EAEAEA;
    background-color: #0A3967;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
    border-radius: 4px;
    width: 100%;
}

textarea {
    font-weight: 300;
    color: #EAEAEA;
    background-color: #0A3967;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
    border-radius: 4px;
    width: 100%;
}
.map-container {
    display: flex;
    flex-direction: column;
    /* height: 100%; */
}

.map-container iframe {
    height: 60vh;
    border-radius: 10px;
}

/* Social Media */
.social-section {
    padding: 5em 0em 5em 0em;
}

.contact-form {
    background-image: radial-gradient(at bottom left, #0B2347 0%, #0A3967 100%);
}


.icon1 .fa-facebook,
.icon1 .fa-twitter,
.icon1 .fa-youtube-play,
.icon1 .fa-instagram {
    color: #fff;
    padding-right: 30px;
}

.icon1 .fa-facebook:hover,
.icon1 .fa-twitter:hover,
.icon1 .fa-youtube-play:hover,
.icon1 .fa-instagram:hover {
    color: #27AFE8;
}

.service-section .contact .fa {
    margin-bottom: 20px;
}

.service-section .card-button .contact {
    background-image: linear-gradient(135deg, #2CD97B 0%, #27AFE8 100%);
    color: #FFFFFF;
    background-color: #27AFE8;
    border-style: none;
    border-width: 0px 0px 0px 0px;
}

.service-section .card-button .contact h3 {
    font-size: 23px;
}

.service-section .card-button .contact h2 {
    font-size: 28px;
    font-weight: 600;
}


/* Service background image */
.section-about .backimg {
    padding: 0em 3em 3em 0em;
    background-image: url(https://demo.moxcreative.com/eunoia/wp-content/uploads/sites/18/2021/03/star_memphis.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 20% auto;
}


/* Pricing Plan */
.custom-hr {
    color: gray;
    height: 5px;
}

.choose-section-about .plan-link ul {
    list-style: none;
    margin-bottom: 20px;
}

.choose-section-about .plan-link li,
.choose-section-about .plan-link li i {
    color: #fff;
    list-style: none;
}

.choose-section-about .title-text {
    color: #FFFFFF;
    background-color: #27AFE8;
    box-shadow: -100px 0px 68px -1px #2CD97B inset;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    padding: 20px;
}

.choose-section-about .card2 {
    width   : 100%;
    background-color: #091D42;
    padding: 0em;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: none;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 20px;
    z-index: 1;
}

.choose-section-about .card2:hover {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #27AFE8;
}

.choose-section-about .card2 .card-body {
    padding: 20px;
}

.choose-section-about .price-rate {
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 61px;
    font-weight: 600;
    line-height: 1em;
}

.choose-section-about .text-month {
    color: #2CD97B;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    vertical-align: middle;
    margin-top: 50px;
}

.choose-section-about .price-text-side {
    color: #27AFE8;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 20px;
}

.choose-section-about .card-3 img {
    position: absolute;
    right: 0%;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.5;
    height: 350px;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    margin-top: -80px;
}


/* Error page */
.error-text-h4 {
    color: #27AFE8;
    font-size: 39px;
    font-weight: 500;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 20px;
}

.error-text-h2 {
    color: #fff;
    font-size: 100px;
    text-align: center;
}

.section-banner .error-card {
    padding: 40px;
    opacity: 0.6;
}

.section-banner .error-card:hover {
    border: 1px solid #27AFE8;
}

.choose-section1 .text-h5 a {
    text-decoration: none;
    color: #27AFE8;
}

.choose-section1 .text-h5 a:hover {
    color: #2CD97B;
    text-decoration: none;
}

/* blog */

.blog-section {
    /* padding: 5em 0em 2em 0em; */
}

.blog-section .card {
    width   : 100%;
    background-color: #091D42;
    /* padding: 2em 2em 2em 2em; */
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0A3967;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 20px;
    z-index: 1;
}

.blog-section .image-container-4 {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.blog-section .image-container-4 img {
    max-width: 100%;
    object-fit: cover;
    height: 400px;
    /* height: auto; */
    border-radius: 10px;
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.blog-section .image-container-4 img:hover {
    filter: brightness(100%) contrast(100%) saturate(80%) blur(0px) hue-rotate(0deg);
}

.blog-section .text-h5 a {
    text-decoration: none;
    color: #fff;
}

.blog-section .text-h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
}

.blog-section .text-h5 a:hover {
    color: #2CD97B;
    text-decoration: none;
}

.blog-section p {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5em;
}

.banner-section .blog-text p {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5em;
}

.fa-calendar, .fa-commenting-o {
    color: #2CD97B;
    font-size: 15px;
}

.service-single .p-text p {
    line-height: 1.4;
    text-align: justify;
}

.service-single .p-text i {
    padding: 0px 10px 20px 20px;
}

.service-single .p-text i {
    color: #27AFE8;
    font-size: 2rem;
}

.service-single .p-text img {
    border-radius: 50%;
}

.service-single .p-text .text-h3 {
    font-size: 20px;
    font-weight: 400;
}

.service-single .p-text .card {
    padding: 1.5em;
    background-color: #0A3967;
}

textarea {
    height: 200px;
}

input, textarea {
    background-color: #091D42 !important;
    border: 1px solid #0A3967 !important; 
    border-radius: 4px !important; 
    padding: 8px !important;
    box-sizing: border-box !important; 
    transition: border-color 0.3s, background-color 0.3s !important; 
}

input:focus, textarea:focus {
    background-color: #0A3967 !important; 
    border: 1px solid #0A3967 !important; 
}

.service-single .blog-det p {
    font-size: 20px;
    font-weight: 400;
}

.service-single .blog-det {
    background-color: #0A3967;
}

.service-single .blog-det, 
.service-single .blog-det1{
    padding: 2em;
}

input::placeholder {
    color: #27AFE8;
}

.service-single .blog-det1 .text-h3 {
    font-size: 20px;
}

.service-single .blog-det2 .card:hover {
    border: 1px solid #0A3967;
}

.blog-det1 .blog-h6 a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}   

.blog-det1 .blog-h6 a:hover {
   color: #2CD97B;
}   

.blog-det1 .blog-date-h6 {
    color: #27AFE8;
    font-size: 13px;
}

.blog-det1 .row {
    padding: 10px 0px 10px 0px;
}

.blog-det1 img {
    border-radius: 10px;
}

.banner-section-blog::before {
    background-color: #091D42;
    background-image: linear-gradient(135deg, #091D42 0%, #0A3967 100%);
    max-height: 776px;
    position: relative;
}

.section-about .card-button .card h3 {
    font-size: 20px;
    padding-bottom: 10px;
}

.service-single .card-button .card h2 {
    font-size: 28px;
}

.section-about .card-button .card {
    background-image: linear-gradient(135deg, #2CD97B 0%, #27AFE8 100%);
    color: #FFFFFF;
    background-color: #27AFE8;
    border-style: none;
    border-width: 0px 0px 0px 0px;
    padding: 0.5em 1.5em 0.5em 1.5em;
}


.section-about .card-button {
    position: absolute;
    top: 50%; 
    left: 15%; 
    transform: translate(-50%, -50%);
    z-index: 10; 
    width: 300px; 
}

.text-number {
    color: #2CD97B;
    font-size: 48px;
    font-weight: 500;
}

.numtxt {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.h4-text {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.3em;
    color: #27AFE8;
}

.para-text {
    color: #fff;
    font-size: 25px;
    margin-top: 20px;
    text-align: center;
}

.row {
    /* --bs-gutter-x: 0rem !important; */
}

.tab-pad-1 {
    margin-top: 50px !important;
}

.tab-pad-2 {
    margin-top: -50px !important;
}

.iconhover:hover {
    color: #2CD97B;
    cursor: pointer;
}

p .iconhover1 {
    text-decoration: none;
    color: #fff;
}

p .iconhover1:hover {
    color: #2CD97B;
    cursor: pointer;
}

@media (max-width: 1440px) {
    .text-h1 {
        font-size: 55px;
    }

    .feature-section .card-1 img {
        height: 113%;
    }

    .tab-pad {
        /* padding: 0px 10px !important; */
    }

    .feature-section-1 .card {
        height: 63vh;
    }
}

@media (max-width: 1366px) {
    .text-h1 {
        font-size: 50px;
    }

    .feature-section .card-1 img {
        height: 129%;
    }

    .tab-pad {
        /* padding: 0px 10px !important; */
    }

    .feature-section-1 .card {
        height: 72vh;
    }

    .para-text {
        font-size: 21px;
    }
}

@media (max-width: 1280px) {
    .text-h1 {
        font-size: 45px;
    }

    .feature-section .card-1 img {
        /* height: 139.4%; */
        height: 129%;
    }

    .tab-pad {
        /* padding: 0px 10px !important; */
    }

    .feature-section-1 .card {
        height: 75vh;
    }
}

@media (max-width: 820px) {
    .section-banner {
        top: -0px;
    }

    .text-container {
        top: 50%;
    }

    .feature-section .card-1 img {
        /* height: 81.9%; */
        height: 75.8%;
    }

    .text-h1 {
        font-size: 30px;
    }

    .text-tab {
        margin-top: 40px;
    }

    .nav-bg li {
        padding: 7px;
    }
    
    .text-h2 {
        font-size: 30px;
    }

    .tab-pad {
        /* padding: 0px 10px !important; */
    }

    .choose-section .card-2 img {
        height: 100%;
    }

    .testimonial-section .image-testimonial .text-1 {
        margin-left: -60%;
        margin-top: 80px;
    }

    .feature-section-1 .card {
        height: 45vh;
    }
    
    .map-container {
        margin-top: 20px !important;
    }

    .copyright-section i {
        margin-left: 0px;
        margin-right: 30px;
    }

    .fact-section .number-increase span {
        font-size: 55px;
    }

    .para-text {
        font-size: 18px;
    }

    .nav-bg li a {
        padding-left: 0.1rem !important;
        padding-right: 0.1rem !important;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .mobile-image {
        /* display: none; */
        /* margin-top: 60px !important; */
    }

    .icon-quote2 {
        margin-top: 60px;
    }

    .started-hide {
        display: none;
    }

    .text-container {
        top: 57%;
    }

    .text-h1 {
        font-size: 30px;
        font-family: "Poppins", Sans-serif;
        color: #2CD97B;
        line-height: 1.2;
    }

    p {
        font-size: 18.5px;
    }

    .p2 {
        font-size: 14.2px;
    }

    .mobile-hide {
        display: none;
    }

    .text-container {
        padding: 40px !important;
    }

    .section-client {
        padding: 0px 20px;
    }

    .section-about {
        padding: 5em 40px;
    }

    .service-section {
        padding: 5em 40px 5em 40px;
    }

    .fact-section {
        padding: 0em 40px 6em 40px;
    }

    .choose-section {
        padding: 5em 40px 2em 40px;
    }

    .portfolio-section {
        padding: 5em 40px 5em 40px;
    }

    .achieve-section {
        padding: 0em 40px 2em 40px;
    }

    .testimonial-section {
        padding: 2em 40px 2em 40px;
    }

    .contact-section {
        padding: 4em 40px 4em 40px;
    }

    .client-section-2 {
        padding: 2em 20px 2em 20px;
    }

    .footer-section {
        padding: 5em 40px 5em 40px;
    }

    .copyright-section {
        padding: 2em 40px 2em 40px;
    }

    .client-section-about {
        padding: 5em 20px 5em 20px;
    }

    .faq-section {
        padding: 5em 40px 5em 40px;
    }

    .choose-section-about  {
        padding: 5em 40px;
    }
    
    .Client-price {
        /* padding: 0em 40px 2em 40px; */
    }

    .text-h4 {
        font-size: 12px;
    }

    .btn-custom {
        padding: 12px;
        font-size: 13px;
    }

    .btn-discover {
        margin-bottom: 50px;
    }

    .feature-section .card-1 img {
        height: 95%;
    }

    .tab-pad {
        /* padding: 0px 10px !important; */
    }

    .tab-pad-1 {
        margin-top: 0px !important;
    }

    .tab-pad-2 {
        margin-top: -0px !important;
    }

    .discbtn {
        margin-bottom: 20px;
    }

    .feature-section-1 .card  {
        margin: 0px 0px 0px 0px;
    }

    .addresstext {
        margin-top: -30px !important;  
        margin-left: 10px;
    }

    .fact-section .number-increase span {
        font-size: 70px;
    }

    .para-text {
        font-size: 30px;
    }

    .footer-section .ul-mobile {
        margin-left: -2rem;
    }

    .order-1img {
        order: 1;
    }

    .order-2img {
        order: 2;
    }

    .text-mob {
        margin-top: 20px;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath stroke='white' stroke-width='2' d='M4 6h16M4 12h16M4 18h16'/%3E%3C/svg%3E") !important;
    }

    .navbar-toggler:focus,
    .navbar-toggler:hover {
        border: 1px solid #fff !important;
        box-shadow: 0 0 0 0rem !important;
    }

    .mob-logo {
        padding: 0px 40px !important;
    }

    .copyright-section p {
        font-size: 13.8px;
    }

    .video-section .video-icon {
        display: none;
    }

    .service-single {
        padding: 5em 40px;
    }

    .nav-bg li a {
        padding-left: 0.1rem !important;
        padding-right: 0.1rem !important;
        font-size: 16px;
    }

    .namecls {
        margin-bottom: 20px;
    }
}

.navbar-toggler-icon {
    width: 0.5em !important;
    height: 0.5em !important;
}

.footer-section .actionlink li a {
    color: #fff;
}

.footer-section .actionlink li a:hover {
    color: #2CD97B;
}