body {
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color:whitesmoke;
  
  position: relative;
  overflow-x: hidden;
 }
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible; }

p {
  color: #b3b3b3;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.hero {
  height: 100vh;
  width: 100%;
  background-size:cover;
  background-position: center center; 
  background-repeat: no-repeat;
  
 }


 .site-navbar-wrap {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
}
.site-navbar-wrap a {
  color: #fff;
}
.site-navbar-wrap .site-navbar-top {
  font-size: 0.8rem;
}

.site-navbar-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.site-navbar {
  margin-bottom: 0px;
  width: 100%;
}
.site-navbar .site-logo {
  font-weight: 200;
  line-height: 0;
  top: -7px;
  position: relative;
}
.site-navbar .site-logo a {
  font-weight: 200;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu > li.active > a {
  border-bottom: 2px solid #fff; /* Adds underline to active link */
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
  font-weight: 500;
}
.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
  padding: 10px 5px;
}
.site-navbar .site-navigation .site-menu > li > a {
  padding: 20px 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  text-decoration: none !important;
}
.site-navbar .site-navigation .site-menu > li > a.active {
  color: #fff;
}

.site-navbar .site-navigation .site-menu > li:last-child {
  padding-right: 0;
}
.site-navbar .site-navigation .site-menu > li:last-child > a {
  padding-right: 0;
}
.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
  border-radius: 4px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #343a40;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #212529;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
  color: #304598 !important; /* Changed to #304598 */
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  background: #ebeef0;
  color: #304598; /* Changed to #304598 */
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
  content: "\e315";
  right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
  background: #ebeef0;
  color: #304598; /* Changed to #304598 */
}
.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #fff;
}
.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}
.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #dee2e6;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

/* Set all links in the navbar to white */
.site-navbar-wrap a {
  color: #fff !important; /* Important to override any other styles */
  text-decoration: none; /* Remove underline from all links */
}

/* Remove any hover effects */
.site-navbar-wrap a:hover {
  color: #fff !important; /* Keep hover color white */
}

/* Underline the active link */
.site-navbar .site-navigation .site-menu > li.active > a {
  border-bottom: 2px solid #fff; /* Adds underline to active link */
}

/* Set dropdown links to black when dropdown is active */
.site-navbar .site-navigation .site-menu .dropdown a {
  color: #304598 !important; /* Set dropdown links to black */
}


.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}
.site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
  color: #212529;
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px;
}
.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
}

.sticky-wrapper + .site-blocks-cover {
  margin-top: 0;
}

.sticky-wrapper .site-navbar {
  background-color: #304598;
}



.sticky-wrapper .site-navbar .site-navigation .site-menu > li {
  display: inline-block;
  padding: 10px 5px;
}

.sticky-wrapper .site-navbar .site-navigation .site-menu > li:last-child {
  padding-right: 0;
}

.sticky-wrapper .site-navbar .site-navigation .site-menu > li:last-child > a {
  padding-right: 0;
}

.sticky-wrapper .site-navbar .site-navigation .site-menu > li.has-children > a {
  padding-right: 20px;
}

.sticky-wrapper .site-navbar .site-navigation .site-menu > li > a {
  padding: 10px 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}



.sticky-wrapper .site-navbar .site-navigation .site-menu > li > a.active {
  color: #fff !important;
}



.site-navbar-top {
  font-size: 25px;
}

.site-navbar-top .icon-envelope,
.site-navbar-top .icon-phone,
.site-navbar-top .icon-facebook,
.site-navbar-top .icon-linkedin,
.site-navbar-top .icon-instagram {
  font-size: 30px;
}


                
        /* carousel css */

        
        
a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color:white
 }
  a, a:hover {
    text-decoration: none !important; }

.content {
  height: 70vh; }
  .footer-39201 {
    position: relative;
    padding: 7rem 0;
    color: #9d9d9d;
  }
  
  .footer-39201 .subscribe {
    position: relative;
  }
  
  .footer-39201 .subscribe .form-control {
    background-color: #e6e6e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 30px;
    height: 50px;
    padding-left: 30px;
    padding-right: 130px;
    border: none;
    color: #ffffff;
  }
  
  .footer-39201 .subscribe .form-control::-webkit-input-placeholder {
    color: #ffffff;
    font-style: italic;
    font-size: 14px;
  }
  
  .footer-39201 .subscribe .form-control::-moz-placeholder {
    color: #b3b3b3;
    font-style: italic;
    font-size: 14px;
  }
  
  .footer-39201 .subscribe .form-control:-ms-input-placeholder {
    color: #b3b3b3;
    font-style: italic;
    font-size: 14px;
  }
  
  .footer-39201 .subscribe .form-control:-moz-placeholder {
    color: #b3b3b3;
    font-style: italic;
    font-size: 14px;
  }
  
  .footer-39201 .subscribe .btn-submit {
    background: #f5c219;
    height: 40px;
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 5px;
    right: 5px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  }
  
  .footer-39201 h3 {
    font-size: 16px;
    font-weight: 900;
    color: #000;
    margin-bottom: 20px;
  }
  
  .footer-39201 .nav-links li {
    display: block;
    margin-bottom: 10px;
  }
  
  .footer-39201 .nav-links li a {
    color: #9d9d9d;
  }
  
  .footer-39201 .nav-links li a:hover {
    color: #614ad3;
  }
  
  .footer-39201 .social li {
    display: inline-block;
  }
  
  .footer-39201 .social li a {
    display: inline-block;
    padding: 10px;
    color: #9d9d9d;
  }
  
  .footer-39201 .social li a:hover {
    color: #614ad3;
  }
  
  /* Media Query for Mobile Responsive */
  @media screen and (max-width: 767px) {
   .footerimg{
    
    margin-bottom:40px
   }
  }
  

       .custom-image {
        width: 100%;
        height: 70vh;
        padding: 0 1em;
        margin-top: 150px; /* Adjusted to space it from the top navbar */
    }

    .text-section {
      padding: 1em;
      text-align: center;
      color: #fff;
  }
  
  @media (min-width: 768px) {
      /* Adjust the font size for larger screens */
      .text-section h2 {
          font-size: 2rem;
      }
      
      .text-section p {
          font-size: 1.2rem;
      }
  }
      
  .writeup-section {
    display: flex;
    margin-top: 250px;
}

.left-content {
    padding: 20px;
    flex: 1;
}

.right-content {
    padding: 20px;
}

.left-content h1 {
    margin-left: 60px;
    font-size: 45px; /* Add margin left to header text */
}

.left-content p {
  margin-left: 60px;
  font-size: 25px;
  margin-right: 100px;
  text-align: justify; /* Add margin left to header text */
}

.right-content img {
    width: 576px;
    height: 786px;
    margin-right: 80px;
    border-radius: 20px; /* Add margin right to image */
}

@media screen and (max-width: 767px) {
  .writeup-section {
      flex-direction: column-reverse;
      margin-top: 600px; /* Reverse the order on smaller screens */
  }

  .left-content h1 {
      margin-left: 0;
      margin-right: 30px; /* Remove left margin for header text on smaller screens */
  }

  .left-content p {
    margin-left: 0;
    margin-right: 0;
    font-size: 17px;
    text-align: justify;
    margin-right: 30px; /* Remove left margin for header text on smaller screens */
}

  .right-content img {
      margin-right: 0;
      max-width: 100%; /* Remove right margin for image on smaller screens */
  }
}

.image-section {
  display: flex;
  align-items: center;
  margin-top: 130px;
  background-color: #F18976;
  padding-top: 60px;
  padding-bottom: 60px;
 
}

.left-content1,
.right-content1 {
  padding: 20px;
}

.right-content1 h1 {
  color: #ebeef0;
  margin-right: 30px; 
}

.right-content1 h3 {
text-align: justify;
margin-right: 70px; 
color: #ebeef0;
}




.left-content1 img {
  width: 576px;
  height: 786px;
  margin-left: 60px;
  border-radius: 20px;
  border: 3px solid white;
}

@media screen and (max-width: 767px) {
  .image-section {
      flex-direction: column;
       /* Stack elements on smaller screens */
  }

  .left-content1 img {
      width: 100%; /* Make image responsive */
      height: auto;
      margin-left: 0;
  }

  .right-content1 h1 {
   
    margin-right:0 ; 
  }
  
  .right-content1 h3 {
  text-align: left;
  margin-right:0; 
  
  }
}

.right-content1 ul li {
  font-size: 25px;
  color: #ebeef0;
}

.right-content1 h1 {
  font-size: 45px;
}


.section {
  display: flex;
  flex-direction: row;
  background-color: whitesmoke;
}

.left-content2,
.right-content2 {
  padding: 20px;
}

.left-content2 h2 {
  margin-bottom: 10px;
  font-size: 45px;
  margin-left: 60px;
  color:#304598; /* Add margin below the header text */
}

.left-content2 p {
  margin-left: 60px;
  font-size: 25px; 
  color:#304598;/* Add margin below the header text */
}

.right-content2 img {
  width: 407px;
  height: 326px;
  margin-right:60px;
  border-radius: 20px;
  border: 3px solid white;
}

@media screen and (max-width: 767px) {
  .section {
      flex-direction: column; /* Stack elements on smaller screens */
  }

  .right-content2 {
      order: -1; /* Move image above text on smaller screens */
  }

  .right-content2 img {
      width: 100%; /* Make image responsive */
      height: auto;
      margin-right: 0;
  }

  .left-content2 h2 {
    margin-left:0px;
    
  }
  
  .left-content2 p {
    margin-left: 0px;
   
  }

}





.card {
  margin-bottom: 20px;
  
  box-sizing: border-box; /* Ensure padding is included in the element's total width and height */
  width: 100%; /* Ensure cards take up full width of their container */
  border-radius: 35px;
}



.card-text {
  font-size: 22px;
  text-align: left;
  color:#304598;
}

.imgdiv{
  margin-left: 70px; 
  margin-right: 70px;
}

#cardround{
  border-radius: 35px;
}

@media (max-width: 768px) {
  .card-text {
      font-size: 20px; /* Adjust font size for mobile */
      text-align: left; /* Change text alignment for mobile */
  }

  .card-title{
    text-align: center;
  }

  .imgdiv{
    margin-left: 20px; 
    margin-right: 20px;
  }
}

/* Use flexbox to manage the layout */
.row {
  display: flex;
  flex-wrap: wrap;
}

.col-12 {
  flex: 0 0 100%; /* Full width on all devices */
}

@media (min-width: 576px) {
  .col-md-6 {
      flex: 0 0 50%; /* 50% width on medium devices */
  }

 

}

@media (min-width: 992px) {
  .col-lg-6 {
      flex: 0 0 50%; /* 50% width on large devices */
  }
}


/* Styling for the call button */

.call-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #304598; /* Pink background */
  color: #ffffff; /* White icon */
  border: 3px solid #ffffff; /* White border */
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  text-decoration: none;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
  z-index: 5;
  
}

.call-btn:hover {
  background-color: #e56b5d; /* Lighter pink on hover */
}

/* Font Awesome icon */

.fa-phone-alt {
  font-size: 28px;
}

/* Social buttons common styles */
.social-btn {
  position: fixed;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  text-decoration: none;
  border: 3px solid #ffffff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
  z-index: 5;
  color: #ffffff;
}

/* Instagram button */
.instagram-btn {
  bottom: 180px; /* Position above WhatsApp button */
  background-color: #E1306C; /* Instagram brand color */
}

.instagram-btn:hover {
  background-color: #C13584;
  color: #ffffff;
}

/* WhatsApp button */
.whatsapp-btn {
  bottom: 100px; /* Position above phone button */
  background-color: #25D366; /* WhatsApp brand color */
}

.whatsapp-btn:hover {
  background-color: #128C7E;
  color: #ffffff;
}

.responsive-image {
  border: 3px solid white;
  max-width: 1100px;
  max-height: 700px;
  border-radius: 35px;
  width: 100%; /* Ensure image scales down on smaller screens */
  height: auto; /* Maintain aspect ratio */
}

@media (max-width: 600px) {
  .responsive-image {
      max-width: 100%;
      max-height: 100%;
      width: 100%; /* Ensure image scales down on smaller screens */
      height: auto; /* Maintain aspect ratio */
  }
}

/* Ensure Font Awesome is loaded properly */

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css');