/* =================================
General Style
==================================*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
body{
    background-color: #2c5395;
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    color: #000;
    font-size: 20px;
}
:root{
    --yellow: #E4AA00;
    --waterblue: #2c5395;
}
a:hover{
    text-decoration: none;
}
button:focus{
    outline: none;
}
button{
    outline: none;
}
.active{
    color: #E4AA00;
}
ul li{
list-style: none;
margin: 0;
}
.fa{
font-size: 27px;
  color: #fff;
}
.btn-skyblue{
    background-color: var(--waterblue);
    padding: 10px 10px;
    color: #fff;
    border-radius: 10px;
    width: max-content;
    cursor: pointer;
}
.btn-skyblue:hover{
    background-color: var(--yellow);
    color: #fff;
}
.btn-yellow{
    background-color: var(--yellow);
    padding: 10px;
    color: #fff;
    border-radius: 10px;   
    width: max-content;
    border: 1px solid #E4AA00;
    cursor: pointer;
    z-index:2;
}
.btn-yellow:hover{
    background-color: transparent;
    color: #fff;
    font-weight: 800;
}
.heading{
    display: flex;
    justify-content: center;
}
.heading h1{
    position: relative;
    color: #000;
    font-weight: 900;
    font-size: 47px;
}
.heading h1::before{
    content: "";
    position: absolute;
    width: 50px;
    height: 5px;
    display: flex;
    right: 50%;
    transform: translateX(50%);
}
/* =========Navigation bar====== */
.nav-bar-section{
    position: relative;
    z-index: 3;
}
.popup-menu {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 350px;
    height:100vh;
    color:#000;
    border-radius: 10px;
  }
  #menu-list {
    position: absolute;
    top: 10px;
    list-style: none;
    color: #000;
    z-index: 9999;
    background-color:#2c5395;
    line-height: 50px;
    padding-top: 100px;
  }
  .popup-menu .side-menu-close{
    color: #2c5395;
    border-radius: 50%;
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    top:10px;
    right: 300px;
    position: absolute;
   z-index: 9999;
}
.side-nav-header {
border-bottom: 1px solid #9999;
}
  .dropdown-menu-link-container  ul.dropdown-links{
    position: absolute;
    display: none;
    background-color: #FBFFFF;
    padding: 20px 15px;
    border-radius: 5px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 20%);
    width: 230px;
    right: 0;
}
.dropdown-menu-link-container ul.dropdown-links.show{
    display: block;
}
.dropdown-menu-link-container ul.dropdown-links.hide{
    display: none;
}
.dropdown-menu-link-container ul li{
    line-height: 1.5;
    padding: 8px 0px;
}
.nav-bar-section .nav-top-container {
    padding: 10px 0;
    margin-bottom: 0;
    transition-duration: .5s;
}
.nav-bar-section .nav-top-container .nav-top-wrap{
    display: flex;
    justify-content: center; 
    align-items: center;
}
.nav-bar-section .nav-top-container .nav-top-wrap span {
    display: flex;
    width: 100%;
    justify-content: space-between; 
    color: #fff;
}
.nav-bar-section .nav-top-container .nav-top-wrap span a {
    color: #fff;
    text-decoration: none;
    padding: 0 10px; 
}
.nav-bar-section .nav-top-container .nav-top-wrap span a:first-child {
    margin-right: auto; 
}
.nav-bar-section .nav-top-container .nav-top-wrap span a:last-child {
    margin-left: auto; 
}

/*.nav-bar-section .nav-top-container button.theme-btn{
    padding: 5px 20px;
    border: 2px solid #2c5395;
    transition-duration: .5s;
}
.nav-bar-section .nav-top-container button.theme-btn:hover{
    background-color: transparent;
    color: #2c5395;
    transition-duration: .5s;
}
.nav-bar-section .is-sticky .nav-top-container button.theme-btn{
    border-color: #fff;
}*/
.nav-bar-section .nav-bottom-container .container{
    background-color: #fff;
    color: #000;
    box-shadow: 0px 2px 3px #E4AA00;
    width: 85%;
}
.nav-bar-section .nav-bottom-container .icons-container{
    display: inline-flex;
}
.nav-bar-section .nav-bottom-container .icons-container .menu-button-container{
    margin-left: 5px;
    padding-left: 13px;
    border-left: 2px solid #fff;
    display: none;   
}
.nav-bar-section .is-sticky .nav-bottom-container .icons-container .menu-button-container{
    border-color: #2c5395;
}
.nav-bar-section .nav-bottom-container .icons-container .menu-button-container button{
    color: #fff;
    border-radius: 50%;
    background-color: #E4AA00;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    outline: none;
    border: 1px solid #E4AA00;
}
.nav-bar-section .is-sticky .nav-bottom-container .icons-container .menu-button-container button{
    color: #fff;
    background-color: #2c5395;
}
.nav-bar-section .nav-bottom-container .company-log-container, .nav-bar-section .nav-bottom-container .icons-container{
    width: 200px;
}
.nav-bar-section .nav-bottom-container .company-log-container img{
    max-width: 70%;
}
.nav-bar-section .nav-links-container{
    margin: 0px auto;
}
.nav-bar-section .nav-links-container ul{
    list-style: none;
    display: flex;
    padding: 0px;
    margin-bottom: 0px;
}
.nav-bar-section .nav-links-container ul li.dropdown-menu-link-container{
    position: relative;
}
.nav-bar-section .nav-links-container ul li.dropdown-menu-link-container a.link::after{
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.nav-bar-section .nav-links-container ul li.dropdown-menu-link-container ul{
    position: absolute;
    display: none;
    background-color: var(--waterblue);
    border: 1px solid #FBFFFF;
    top: 50px;
    padding: 20px 15px;
    border-radius: 5px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 20%);
    width: 230px;
}
.nav-bar-section .nav-links-container ul li.dropdown-menu-link-container ul.dropdown-links.show{
    display: block;
}
.nav-bar-section .nav-links-container ul li.dropdown-menu-link-container ul li{
    line-height: 1.2;
    padding: 8px 0px;
}
.nav-bar-section .nav-links-container ul li.dropdown-menu-link-container ul li a{
    color: #fff;
    text-decoration: none;
}
.nav-bar-section .nav-links-container ul li.dropdown-menu-link-container ul li a:hover{
    color: var(--yellow);
}
.nav-bar-section .nav-links-container ul li.dropdown-menu-link-container ul li a.active{
    color: #2c5395;
}
.nav-bar-section .is-sticky .nav-links-container ul li.dropdown-menu-link-container ul{
    top: 65px;
}

.nav-bar-section .nav-links-container ul li{
    padding: 0px 15px;
}
.nav-bar-section .nav-links-container ul li a{
    color: #000;
    position: relative;
    cursor: pointer;
}
.nav-bar-section .nav-links-container ul li a.active{
    color: #E4AA00;
}
.nav-bar-section .is-sticky .nav-links-container ul li a{
    color: #0D0D0D;
}
.nav-bar-section .is-sticky .nav-links-container ul li a.link.active{
    color: #2c5395;
}
.nav-bar-section .nav-links-container ul li a.link::before{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    background-color: #fff;
    width: 0;
    height: 2px;
    transition-duration: .5s;
}
.nav-bar-section .is-sticky .nav-links-container ul li a::before{
    background-color: #0D0D0D;
}
.nav-bar-section .nav-links-container ul li a.active::before, .nav-bar-section .nav-links-container ul li a:hover::before{
    width: 100%;
    transition-duration: .5s;
}
.nav-bar-section .is-sticky .nav-links-container ul li a.active::before, .nav-bar-section .is-sticky .nav-links-container ul li a:hover::before{
    background-color: #2c5395;
}
.nav-bottom-container .row{
    align-items: center;
}
.nav-bar-section .icons-container ul{
    list-style: none;
    display: inline-flex;
    justify-content: end;
    padding: 0px;
    margin: 0;
    align-items: center;
    margin-left: auto;
}
.nav-bar-section .icons-container ul li{
    padding: 0px 5px;
}
.nav-bar-section .icons-container ul li a{
    color: #fff;
}
.nav-bar-section .is-sticky .icons-container ul li a{
    color: #0D0D0D;
}
.nav-bar-section .icons-container ul li a i{
    font-size: 20px;
    color: #0D0D0D;
}
.nav-bar-section .is-sticky .sticky-header{
    background-color: none;
}
.nav-bar-section .is-sticky .nav-top-container{
    /*height: 0;
    overflow: hidden;
    position: fixed;
    padding: 0;
    margin-bottom: 0;
    border-bottom: none;
    transition-duration: .5s;*/
    background-color:var(--waterblue);
}
.nav-bar-section .is-sticky .nav-bottom-container{
    /*padding: 25px 0px;*/
    padding: 0px;
    transition-duration: .5s;
}
/*/////////////////////////////
 ======== footer ========== 
 ///////////////////////////////*/
.footer-section{
    padding: 60px 0px 0px;
    background-color: var(--waterblue);
    color: #fff;
}
.footer-section footer h5{
    font-weight: bolder;
    margin-bottom: 30px;
    font-size: 25px;
}
.footer-section footer h4{
    font-weight: bolder;
    margin-bottom: 7px;
    font-size: 25px;
}
.footer-section footer hr{
    background-color: #fff;
    margin-bottom: 0px;
}
.footer-section footer .copy-right{
    padding: 10px 0px;
    margin-bottom: 0px;
}
.footer-section footer .about-us-container{
    display: flex;
}

.footer-section footer ul{
    list-style: none;
    padding-left: 0px;
}
.footer-section footer ul li{
    padding: 8px 0px;
    display: flex;
    margin-top: 0px;
}
.footer-section footer ul li i{
    margin-right: 10px;
    width: 20px;
}
.footer-section footer ul li i.fa-mobile{
    font-size: 25px;
}
.footer-section footer ul li i.fa-address-card{
    font-size: 20px;
}
.footer-section footer ul li a{
    color: #fff;
    line-height: 1.2;
    word-wrap: anywhere;
}
.footer-section footer .social-icon-media-container ul{
    display: flex;
    list-style: none;
}
.footer-section footer .social-icon-media-container ul li a{
    height: 45px;
    width: 45px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}
.footer-section footer .social-icon-media-container ul li a i{
    margin: unset;
    width: unset;
    font-size: 30px;
}
.footer-section .newsletter-input input {
    border: 2px solid white; 
    background-color: transparent;
    color: white; 
    padding: 10px; 
    font-size: 16px;
    border-radius: 5px;
    width: 75%;
}
.footer-section .newsletter-input input:hover{
   outline: none;
}
.footer-section .newsletter-input input::placeholder {
    color: white; 
    opacity: 0.7;
}
.footer-section .subcribe-now button{
    outline: none;
}
.footer-section .subcribe-now .btn-yellow{
    margin-inline-start: 15%;
    margin-top: 10px;
    padding: 5px 7px;
    outline: none;
    border: 2px solid inherit;
}
/* =================================
Home Page Style
==================================*/
/**banner*/
.banner-section{
    background-color: #2c5395;
    height: 100vh;
}
.banner-section .content-container{
    display: flex;
}
.banner-section .content-container h4{
    margin-top: 40%;
    color: #fff;
}
.banner-section .heading h1{
    color: #fff;
    font-weight: 900;
}
.banner-section .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    padding: 0px;
    height: 100vh;
}
.banner-section .col-lg-6:nth-child(2){
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    right: -90px;
    padding: 0px;
}
.banner-section .owl-nav {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev{
    background-color: #fff;
    color: var(--waterblue);
    font-size: 24px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 50%;
    margin-left: 25px;
    height: 50px;
    width: 50px;
}
.banner-section .owl-nav button.owl-prev{
    margin-left: -15px;
}
.banner-section .owl-nav button.owl-next{
  position: absolute;
  margin-top: 55px;
  margin-left: -50px;
}
/*hero- same as banner*/
.hero-section {
    background-color: #2c5395;
    padding: 20px 0;
}
.hero-section .content-container{
    display: flex;
}
.hero-section  .content-container h4{
    margin-top: 20%;
    color: #fff;
}
.hero-section  .heading h1{
    color: #fff;
    font-weight: 900;
}
/**/
.home-banner-slider .carousel{
    height: 100vh;
    margin-top: 0px;
    width: 100v;
    overflow: hidden;
    position: relative;
}
.home-banner-slider .carousel .list .item{
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0 0 0 0;
}
.home-banner-slider .carousel .list .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-banner-slider .content{
    position: absolute;
    top: 40%;
    text-align: left;
    margin-left: 7%;
    z-index: 1;
    color: white;
    width: 37%;
}
.home-banner-slider .content h1{
  font-size: 60px;
  font-weight: 900;
  line-height: 3.7rem;
}
.home-banner-slider .content h4{
    font-size: 30px;
    padding-bottom: 10px;
}
.home-banner-slider .content a{
    font-size: 24px;
    padding: 8px;
}
/*/////////////////////////////
 ======== second section ========== 
 ///////////////////////////////*/
.quick-section {
    padding: 40px 0;
    background-color: #F0F0F0;
}
.our-service-category {
    display: flex;
    justify-content: center;
}
.each-category-card{
    background-color: var(--waterblue);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    padding: 30px;
    border-radius: 6px;
    text-align: center;
    margin-bottom: 20px;
    transition: all 0.3s ease; 
    cursor: pointer;
    justify-content: space-between;
}
.each-category-card:hover{
    background-color: var(--yellow);
    color: #FBFFFF;
}
.each-category-card .img-container{
    width: 95px;
    height: 95px;
    padding: 10px;
    background-color: #2c5395;
    border-radius: 50%;
    margin-inline-start: 30%;
    padding: 8px;
}
.each-category-card img{
    width: 70px;
    height: 70px;
}
.each-category-card .stats span{
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    transition: color 0.3s ease;
}
.each-category-card p{
    color: #fff;
    font-size: 22px;
    line-height: normal;
    font-weight: 300;
}
.btn-white{
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
    padding: 6px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s;
    cursor: pointer;
}
.btn-white:hover {
    background-color: transparent;
    color: #fff;
}
/*/////////////////////////////
 ======== 3rd section #products ========== 
 ///////////////////////////////*/
.home-product-section {
    background-color: #F0F0F0;
    padding: 50px 0;
    color: #fff;
}
.home-product-section .each-product{
    background-color: #2c5395;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}
.home-product-section  .btn-yellow:hover{
    color: #000;
}
.home-product-section .each-product img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.home-product-section .each-product h3,
.home-product-section .each-product p {
    color: #fff;
}
.home-product-section .product-list .col-lg-3{
    display: inline;
}
.home-product-section .product-list .owl-nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.home-product-section .product-list .owl-nav button.owl-prev,
.home-product-section .product-list .owl-nav button.owl-next {
    background-color: #E4AA00;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 50%;
}
.home-product-section .product-list .owl-nav button.owl-prev{
    margin-left: -25px;
}
.home-product-section .product-list .owl-nav button.owl-next{
    margin-right: -25px;
}
.home-product-section .owl-carousel .owl-dots.disabled{
    display: none;
    margin-top: -50px;
}
/*//////////////////////////////
 Gallery Page
///////////////////////////////*/
.our-gallery-section{
   background-color: #FBFFFF;
   padding: 50px 0px;
}
.our-gallery-section .top-btn{
    padding-bottom: 20px;
    cursor: pointer;
    
}
.our-gallery-section .btn-yellow:hover{
    color: #000;
}
.our-gallery-section .btn-yellow.active{
    background-color: transparent;
    color: #000;
    font-weight: 800;
}
.img-gallery img{
    width: 100%;
    height: auto; 
    object-fit: cover; 
}
.vid-gallery video{
    width: auto;
    max-height: 200px;
}
.watch-gallery .col-lg-3{
    flex: 0 0 25%;
}
.watch-gallery .col-lg-3 img{
    margin-top: 10px;
    height: 260px;
}
.load-testing img{
    width: 100%;
    object-fit: cover; 
}
.load-more-container{
    outline: none;
    margin-top: 20px;
}
#MyOptions{
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
    background-color: #2c5395;
    color: #F0F0F0;
    width: 100%;
}
.load-more-images{
    flex-basis: 100%;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    margin-top: 10px;
}
#addition-img{
    margin-top: -20%;
}
.hidden-images{
    display: none;
}
.watch-gallery .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/*////////////////////////////////
      ABOUT US
///////////////////////////////*/
.our-story {
    padding: 50px 0px;
    background-color: #fff;
}
.our-story .top-btn {
padding-bottom: 20px;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.our-story .top-btn .btn-skyblue {
margin: 0 1%;
cursor: pointer;
padding: 10px 20px;
}
.our-story .top-btn .btn-skyblue.active{
    background-color: #E4AA00;
}
.read-story{
    display: flex;
}
.tab{
    display: none;
}
.tab.show{
display: flex;
  flex-wrap: wrap;
}
.our-story .img-side-container {
    position: relative;
    margin-top: 10%;
}
.our-story .img-side-container img {
    border-radius: 5px;
    overflow: hidden;
}
.our-story .img-side-container img:nth-child(2) {
    position: absolute;
    top: 10%; 
    left: 5%; 
    max-width: 75%;
}
.our-story .img-side-container .experience-container{
    border-radius: 10px;
    width: 165px;
    background-color: #2c5395;
    backdrop-filter: blur(23px);
    padding: 10px;
    border: 1px solid #fff;
    position: absolute;
    right: -25px;
    bottom: -39px;
}
.our-story .img-side-container .experience-container span{
    display: block;
    font-size: 12px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
}
.our-story .img-side-container .experience-container span.years{
    font-size: 18px;
    font-weight: 500;
}
.our-story .content-side-container{
    margin-top: 10px;
}
.our-story .content-side-container h1{
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
}
.read-less {
    display: block;
    text-align: center;
    margin-top: 20px;
    color:#fff;
}

.our-story-mission{
    padding: 40px 0;
    background-color: #fff;
    display: flex;
}
.our-story-mission .each-mission-card{
    background-color: var(--waterblue);
    padding: 10px 12px;
    width: 100%;
    color: #fff;
}
.our-story-mission .icon-container .fa{
    font-size: 60px;
    border: 2px solid #FBFFFF;
    border-radius: 100%;
    padding: 20px;
    margin-bottom: 10px;
}
.our-story .team-card {
    background-color: var(--waterblue);
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    width: 250px;
    margin-top: 20px;
}
.our-story .team-card:hover {
    transform: translateY(-5px);
}
.our-story .team-img img{
    border-radius: 50%;
    width: 120px;
    height: 120px;
    object-fit: cover;
    margin-bottom: 15px;
}
.our-story .team-info h3 {
    margin: 0;
    font-size: 18px;
    color: #fff;
}
.our-story .team-info p {
    margin: 5px 0 15px;
    font-size: 14px;
    color: #fff;
}
.our-story .social-icons {
    display: flex;
    justify-content: center;
}
.our-story .social-icons a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin: 0 5px;
    color: #000;
    background-color: #fff;
    transition: background-color 0.3s ease;
}
.our-story .social-icons a:hover {
    background-color: #555;
}

/*--------------------------------------------
Product Page styling
----------------------------------------------
*/

.products-header-secion {
    background-color: #014E91;
    height: 250px;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;

}
.products-header-secion h3 {
    color: #fff;
    position: absolute;
    text-align: center;
    margin-bottom: 50px;
    font-weight: bolder;
    bottom: 0;
    width: 100%;
}

.products-bottom-hearder-section {
    background-color: var(--yellow);
    padding: 10px;
}

.products-bottom-hearder-section h5 {
    color: #fff;
    text-align: center;
}

.products-body-section .Search-item {
    margin-top: 15px;
    position: relative;
    border: 1px solid #E4AA00;
    padding: 5px;
    max-width: 30%;
    margin-left: 35%;
    border-radius: 10px;
   
}
.products-body-section input::placeholder{
    color:#000; 
}
.products-body-section .Search-item input {
    outline: none;
    border: none;
    width: 90%;
    background-color: transparent;
    color: #fff;
}
.products-body-section .container .dropdown-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

.products-body-section .container select {
    padding: 5px;
}

.products-body-section .container .row {
    margin-bottom: 20px;
    justify-content: space-between;
}

.products-body-section .container .row .col-md-3 {
    margin: 0;
    padding: 10px;
    margin-top: 10px;
}
.products-body-section .container .row .col-md-3 .card{
    background-color: #E4AA00;
    padding: 4px 0px;
    border-radius: 14px;
}

.products-body-section .container .row .col-md-3 .conetnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.products-body-section .container .row .col-md-3 .conetnt p {
    font-weight: bolder;
    color: #fff;
    font-size: larger;
    margin-left: 10px;
}

.products-body-section .container .row .col-md-3 .conetnt button {
    border: 1px solid #fff;
    color: #fff;
    background-color: #2c5395;
    border-radius: 10px;
    font-size: small;
    padding: 5px;
    margin-right: 10px;
}

.products-body-section .container .row .col-md-3 .conetnt button:hover {
    color: #fff;
    border: 1px solid #fff;
    background-color:#000;
    font-weight: bolder;
}

.products-body-section .container .row .col-md-3 .item-title {
    color: #fff;
    margin-left: 10px;
}

.products-body-section .container .row .col-md-3 .im-container {
    width: 100%;
    height: 210px;
    position: relative;
}

.products-body-section .container .row .col-md-3 .im-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    padding: 3px;
    border-radius: 10px 10px 0px 0px;
}

/*--------------------------------------------
Cart Page styling
----------------------------------------------
*/
.cart-header-section {
    background-color: #014E91;
    height: 250px;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;

}

.cart-header-section h2 {
    color: #fff;
    position: absolute;
    text-align: center;
    font-weight: bolder;
    width: 100%;
    bottom: 50px;
}
.cart-header-section, .cart-body-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.container {
    max-width: 1200px;
    width: 100%;
}


.cart-header-section {
    background-color: #014E91;
    color: #fff;
    padding: 20px 0;
}

.cart-header-section h2 {
    font-weight: bold;
}

.cart-body-section .container .cart {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; 
    width: 100%;
    margin-top: 20px;
}


.cart-body-section .container .cart .cart-left-side {
    flex: 0 0 70%; 
    margin-right: 20px;
    border: 2px solid  #014E91;
    padding: 10px;
}

.cart-body-section .container .cart .cart-right-side {
    flex: 0 0 30%; 
}


.cart-body-section .container .cart .cart-left-side .cart-items {
    padding-bottom: 20px;
}

.cart-body-section .container .cart .cart-left-side .cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

.cart-body-section .container .cart .cart-left-side .cart-header h4 {
    color: #014E91;
    font-weight: bold;
}

.cart-body-section .container .cart .cart-left-side .cart-header button {
    background-color: #014E91;
    color: #fff;
    border-radius: 10px;
    border: none;
    font-weight: bold;
    padding: 8px 16px;
}

/* Styling individual item */

.cart-body-section .container .cart .cart-left-side .cart-items .items-row .item {
    display: flex;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.cart-body-section .container .cart .cart-left-side .cart-items .items-row .item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.cart-body-section .container .cart .cart-left-side .cart-items .items-row .item .item-info {
    margin-left: 20px;
    font-weight: bold;
    color:#014E91;
}
.cart-body-section .container .cart .cart-left-side .cart-items .items-row .item .item-info .item-price::after {
    content: 'Each';
    color: #000;
    font-size: x-small;
    position: relative;
    margin-left: 5px;
}

.cart-body-section .container .cart .cart-left-side .cart-items .items-row .item .item-quantity {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.cart-body-section .container .cart .cart-left-side .cart-items .items-row .item .item-quantity input {
    width: 30px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    color: #014E91;
}
.cart-body-section .container .cart .cart-left-side .cart-items .items-row .item .item-quantity i:hover{
    color: #014E91;
    font-size: x-large;
}
.cart-body-section .container .cart .cart-left-side .cart-items .items-row .item .item-total-price {
    margin-left: auto;
    text-align: center;
}
.cart-body-section .container .cart .cart-left-side .cart-items .items-row .item .item-total-price .total-item-price{
    font-weight: bold;
}
.cart-body-section .container .cart .cart-left-side .cart-items .items-row .item .delete-container i {
    color: red;
    font-size: large;
}
.cart-body-section .container .cart .cart-left-side .cart-items .items-row .item .delete-container i:hover {
    font-size: x-large;
}

.cart-body-section .container .cart .cart-left-side .cart-items .items-row .item .delete-container p {
    color: #014E91;
}

/* Styling prices info */
.cart-body-section .container .cart .cart-right-side .cart-card {
    border: 2px solid  #014E91;
    border-radius: 5px;
    padding: 20px;
}

.cart-body-section .container .cart .cart-right-side .cart-card .cart-prices-info .prices-container {
    margin-bottom: 20px;
}

.cart-body-section .container .cart .cart-right-side .cart-card .cart-prices-info .prices-container  .each-pice-container {
    display: flex;
    justify-content: space-between;
}

.cart-body-section .container .cart .cart-right-side .cart-card .cart-prices-info .prices-container .dotted-line {
    border-top: 3px dotted #000;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.amount {
    text-align: right;
}

.btn-container {
    text-align: center;
}

.checkOut-btn {
    background-color: #014E91;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: bold;
}
/*//////////////////////////
welcome
///////////////////////////*/
.welcome-section {
    padding: 30px 0;
    background-color: #fff;
}
.welcome-section .container{
  padding-bottom: 30px;
}
.welcome-section .item {
    padding: 20px;
    box-shadow: 0 16px 24px rgba(0, 0, 0, 0.14),
                0 6px 30px rgba(0, 0, 0, 0.12),
                0 8px 10px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    color: #fff;
    background-color: var(--waterblue);
    margin-top: 20px;
    height: 315px;
}
.welcome-section .item .row{
    padding: 20px;
}
#aud{
    padding: 0px 10px;
    line-height: 1.2em;
}
.welcome-section .heading h1{
    margin-top: 0;
    color: #fff;
}
.welcome-section .owl-nav{
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}
.welcome-section .owl-nav button.owl-prev,
.welcome-section .owl-nav button.owl-next {
    background: var(--yellow);
    color: #fff;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    outline: none;
}
.welcome-section .owl-nav button.owl-prev {
    position: absolute;
    left: 5px;
}
.welcome-section .owl-nav button.owl-next {
    position: absolute;
    right: 30px;
}
/*//////////////////////////
load-testing
///////////////////////////*/
.our-main-core-service {
    padding: 40px 0;
    color: #fff;
}
.our-main-core-service h1{
    color: #fff;
    padding-bottom: 0px;
}
.our-main-core-service img{
    width: 100%;
}

.our-main-core-service .image-text {
    position: absolute;
    color: #fff;
    font-size: 23px;
    font-weight: bolder;
    margin-top: 45%;
    margin-left: 10%;
    text-align: center;
}
.our-main-core-service .info-test{
    margin-top: 10px;
    font-size: 20px;
    margin-bottom: 20px;
}
.other-services-section{
padding: 60px 0;
background-color: #fff;
}
.other-services-section .heading{
    padding-bottom: 20px;
}
.each-other-services{
color: #fff;
padding: 30px 30px;
/*box-shadow: 0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);*/
height: 100%;
background-color: #2c5395;
text-align: center;
border-radius: 10px;
}
.each-other-services:hover{
    background-color: #E4AA00;
}
.each-other-services .btn-skyblue{
border: 1px solid #fff;
}
.each-other-services .icon-container{
margin: auto;
margin-bottom: 20px;
width: 85px;
}
.each-other-services .icon-container{
    height: 80px;
}
.feature-carousel {
    overflow: hidden;
}
.other-services-content h4{
font-weight: 600;
}
.other-services-content ul{
padding-left: 25px;
list-style: none;
}
/*///////////////////////////////////
testimonials
///////////////////////////////////*/
.testimonials-section {
    background-color: #fff;
    padding: 40px 0;
}
.testimonial {
    margin-bottom: 20px;
    padding: 20px; 
    border-bottom: 1px solid #ccc;
    border: 2px solid #000;
}
.testimonials-section .heading{
    padding-bottom: 20px;
}
.court-icon {
    display: block;
    margin: 0 auto 10px;
}
.testimonial-content {
    font-style: italic;
    margin-bottom: 10px; 
}
.testimonial-author{
    display: flex;
    align-items: center;
}
.author-headshot{
    width: 60px; 
    height: 60px; 
    border-radius: 50%; 
    margin-left: 40%;
}
.author-name {
    font-weight: bold;
}
/*//////////////////////////////////
Contact Us
//////////////////////////////////*/
.contact-us-section {
    padding: 40px 0;
    background-color: #FBFFFF;
}

.contact-us-section .contact-wrap {
    background-color: #fff;
    padding: 20px;
    width: 100%;
    box-shadow: 0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
}
.our-form{
    display: flex;
}
.contact-us-section .contact-wrap .heading{
    margin-bottom: 20px;
    justify-content: left;
    margin-left: 8%;
    display: list-item;
    list-style: none;
}
.contact-us-section .contact-wrap .heading h2{
    font-size: 47px;
}
.contact-us-section .contact-wrap .heading h3{
    font-size: 23px;
}
.contact-us-section .form-group {
    margin-bottom: 20px;
}
.contact-us-section label {
    display: block;
    font-weight: bold;
}
.contact-us-section input[type="text"],.contact-us-section
input[type="email"],
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.contact-us-section button {
    padding: 10px 20px;
    background-color: var(--waterblue);
    color: #fff;
    border: none;
    width: 100%;
    border-radius: 4px;
    cursor: pointer;
    font-size: larger;
}
.contact-us-section button:hover {
    background-color: var(--yellow);
}
.contact-us-section .more-info-box {
    display: list-item;
    justify-content: space-between;
    margin-top: 20px;
    list-style: none;
    color: #fff;
    padding: 16px;
    background-color: var(--waterblue);
    box-shadow: 0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
    font-size: 30px;
}
.contact-us-section .more-info-box h3{
    margin-left: -10%;
}
.contact-us-section .info-item {
    display: flex;
    align-items: center;
    padding-top: 20px;
    font-size: 24px;
}
.contact-us-section .info-item i{
    margin-right: 12px;
    color: var(--yellow);
    font-size: 45px;
}
.contact-us-section .social-icons{
    margin-top: 5%;
    text-align: center;
}
.contact-us-section .social-icons i{
    font-size: 35px;
    justify-content: space-between;
    margin-right: 20px;
}
.contact-us-section iframe{
    width: 100%;
    height: 450px;
    margin-top: 5%;
}


.hero-animation-section {
    position: relative;
    overflow: hidden;
    height: 100vh; 
}
.hero-animation-section .slider {
    position: relative;
    height: 100%;
}
.hero-animation-section .image-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hero-animation-section .fade-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: fade 9s infinite;
    opacity: 0;
}
.hero-animation-section .fade-image:nth-child(2) {
    animation-delay: 3s;
}

.hero-animation-section .fade-image:nth-child(3) {
    animation-delay: 5s;
}

@keyframes fade {
    0% { opacity: 0; }
    33% { opacity: 1; }
    66% { opacity: 1; }
    100% { opacity: 0; }
}

.hero-animation-section .content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: 10%;
    left: 0;
    width: 90%;
    height: 100%;
    z-index: 1; 
}
.hero-animation-section .principal {
    margin-left: 6%;
}
.hero-animation-section .principal h1{
    color: #fff;
    font-size: 60px;
    font-weight: 900;
    line-height: 3.7rem;
}
.hero-animation-section .principal h4{
    font-size: 32px;
    color: #fff;
    padding-bottom: 30px;
}
.hero-animation-section .principal h2{
    color: #fff;
    font-size: 50px;
    font-weight: 900;
    line-height: normal;
}
.hero-animation-section .principal h5{
    font-size: 30px;
    color: #fff;
}
.hero-animation-section a{
    z-index: 6;
}
/*/////////////////////////////////
modal gallery
//////////////////////////////////*/
.projects-section{
    background-color: lightgray;
    padding: 50px 0;
}
.projects-section .heading h1{
    margin-top: -3%;
    padding-bottom: 10px;
}
#imageContainer .card{
box-shadow: 0px 4px 12px rgba(0, 0, 0, 20%);
cursor: pointer;
border-radius: 8px;
height: 100%;
}
.card-img-top{
height: 200px;
}
.card-body .btn-skyblue{
    outline: none;
    border: 1px solid #fff;
}
.card-body p{
    line-height: normal;
}
.modal-dialog {
width: 90%;
height: 90vh; 
margin: 5vh auto;
}
.modal-content {
height: 100%;
}
.modal-body {
max-height: calc(100% - 60px);
overflow-y: auto;
}
.modal-title {
color: black;
font-size: 24px;
text-align: center;
}
#imageModalLabel{
    text-align: center;
    margin-inline-start: 20%;
}
.modal-content .modal-body {
text-align: center;
}
.modal-body .w-100{
padding: 30px;
}
#modalImages img{
    height: 70vh;
    padding: 0;
    margin-top: 0;
}
.carousel-control-next{
background-color: #2c5395;
color: #FBFFFF;
padding: 10px;
border-radius: 100%;
width: 40px;
height: 40px;
top: 50%;
z-index: 9;
}
.carousel-control-prev{
background-color: #2c5395;
color: #FBFFFF;
padding: 10px;
border-radius: 100%;
width: 40px;
height: 40px;
top: 50%;
z-index: 9;
}
.btn-primary{
background-color: #014E91;
border-color: #014E91;
color: #fff;
outline: none;
}
.btn-primary:hover {
background-color: #E4AA00;
border-color: #fff;
color: #fff;
filter: brightness(90%);
}