/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body { 
  color: rgb(var(--bs-tertiary-color-rgb));
}
body {
  font-family: "Open Sans", sans-serif;
  color: #040707;    
}

a {
  color: #1c639e;
  text-decoration: none;
}

a:hover {
  color: #0b89f1;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

ul {
      list-style-type: none;
      padding: 0;
    }

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 15rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 45rem;
}

#myTestimonials .carousel-item {
  height: 25rem;
}

.text-shadows{
	text-shadow: 1px 1px #d8d8d8;
}

/* CUSTOMIZE THE CAROUSEL FORM
-------------------------------------------------- */

.em-bar-main {
    margin: 0 0 30px;
}
	
.em-bar.em-bar-big {
    height: 5px;
    width: 90px;
    background: #aec6ef;
    margin: 20px auto;
    position: relative;
    border-radius: 30px;
}	
	
.em-bar.em-bar-big:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #7744D9;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}
	
	@-webkit-keyframes MOVE-BG {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	to {
		-webkit-transform: translateX(88px);
		transform: translateX(88px)
	}
}

@keyframes MOVE-BG {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	to {
		-webkit-transform: translateX(88px);
		transform: translateX(88px)
	}
}

 /* Customize the position of the form overlay */
  .custom-form-overlay {
	position: fixed;
    /*position: absolute;*/
	z-index: 900;
	min-width: 350px;
    top: 25%; /* Adjust the top position as needed */
    right: 10%; /* Adjust the right position as needed */
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Optional: Add shadow for better visibility */
	  
  }

.close-btn {
    position: absolute;
    top: 1px;
    right: 10px;
    background: none;
    border: none;
	font-size: 24px;
    cursor: pointer;
}

.open-form-btn {
    position: fixed;
	z-index: 900;
    bottom: 60px;
    right: 20px;
    background-color: #29003c;
    color: #fff;
    border: #29003c;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: none; /* Initially hidden */
}
.open-form-btn:hover { 
	background-color: #550f76;
}
	
/* Style the text fields */
.custom-form-overlay input[type="text"],
.custom-form-overlay input[type="email"],
.custom-form-overlay input[type="phone"] {
    background-color: #FFFFFF;
	border-radius: 0px;
    border: none; /* Remove default border */
    border-bottom: 1px solid grey; /* Add a 1px white bottom border */
    color: #28293a; /* Set text color to white */
    padding: 5px; /* Optional: Add padding for better spacing */
}

.custom-form-overlay select {
    position: relative;
    -webkit-appearance: none;
    background-position: 93% 49%;
    background-repeat: no-repeat;
    font-weight: 400;
    left: 0.5px;
    word-spacing: 1px;
    padding: 0;
    padding-left: 5px;
	border-radius: 0px;
	border: none; /* Remove default border */
    border-bottom: 1px solid grey; /* Add a 1px white bottom border */
    background-image: url(../img/icon-arrow-select.png);
    color: #28293a;
}

/* For small devices (275px and up) */
    @media (min-width: 275px) {
		.custom-form-overlay {
			top: 50%;
			right: 1%;
			min-width: 200px
		}
    }

 /* For small devices (576px and up) */
    @media (min-width: 576px) {
		.custom-form-overlay {
			top: 50%;
			right: 15%;
		}
    }

    /* For medium devices (768px and up) */
    @media (min-width: 768px) {
		.custom-form-overlay {
			top: 35%;
			right: 25%;
		}
    }

    /* For large devices (992px and up) */
    @media (min-width: 992px) {
		.custom-form-overlay { 
			top: 25%; /* Adjust the top position as needed */
    		right: 10%; /* Adjust the right position as needed */
		}
    }



    .whatsapp-floating-btn {
      position: fixed;
      bottom:8%;	  
      left: 3%;
      z-index: 1000;
    }

.whatsapp-floating-btn i {
      font-size: 2rem; /* Change this value to adjust the size */
    }
.whatsapp-floating-btn.btn-success {
      background-color: #25d366; /* Change the background color */
      border-color: #25d366; /* Change the border color */
    }
    @media (max-width: 768px) {
      .whatsapp-floating-btn {
       bottom:8%;	  
      left: 3%;
      }
    }






.wafloat{
	position:fixed;
	width:60px;
	height:60px;
	bottom:8%;
	right:3%;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #555;
  z-index:100;
}

.mywa-float{
	margin-top:16px;
}
 
   
/* Customized CONTENT
-------------------------------------------------- */
.topbar{
	display: flex;
    align-items: center;
    background-color: #29003c;
    color: #FFFFFF;
    padding: 5px;
    min-height: 30px;
}
.topbar a{
	color: #fff;
}
.topbar a:hover{
	color: #CDCDCD;
}

.topbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.topbar ul li {
  display: inline-block;
  margin-right: 10px; /* Adjust the spacing between li items as needed */
}

/* Style for the first li item */
.topbar ul li:first-child a {
  color: #0064ed; /* Change to the color you want */
}

.topbar ul li:first-child a:hover {
  color: #589dfb; /* Change to the hover color you want */
}

/* Style for the second li item */
.topbar ul li:nth-child(2) a {
  color: #1aa2f8; /* Change to the color you want */
}

.topbar ul li:nth-child(2) a:hover {
  color: #81c5ef; /* Change to the hover color you want */
}

.topbar ul li:nth-child(3) a {
  color: #bd3ee3; /* Change to the color you want */
}

.topbar ul li:nth-child(3) a:hover {
  color: #da91f0; /* Change to the hover color you want */
}

.topbar ul li:nth-child(4) a {
  color: #0f67cb; /* Change to the color you want */
}

.topbar ul li:nth-child(4) a:hover {
  color: #70b0f8; /* Change to the hover color you want */
}


.pricing-title {
      background-color: #007bff;
      color: #fff;
      padding: 10px;
      border-radius: 5px;
    }
    .pricing-features {
      border: 1px solid #ced4da;
      border-radius: 5px;
      padding: 20px;
    }

.greysection{
	background-color: #f1f6fb;
	padding: 25px 0px 55px 0px;
}
.whitesection{
	background-color: #fff;
	padding: 25px 0px 55px 0px;
}

.heading-purple{
	color:#29003c;	
}
.heading-orange{
	color:#f4640e;	
}
.heading-grey{
	color:#42474c;	
}

.heading-size-xxl{
	font-size: 76px;
	font-family: "Roboto", sans-serif;
}
.heading-size-xl{
	font-size: 48px;
	font-weight: 600;
	
}

.heading-size-l{
	font-size: 42px;
	font-weight: 600;
	
}

.theme-counter-bg {
    background: url( ../img/pattern.png) no-repeat center center;
    text-align: center;
    padding: 85px 0 85px 0;
}

.theme-counter-bg1 {
    background: url( ../img/counter-bg1.jpg) no-repeat center center;
    text-align: center;
    padding: 85px 0 85px 0;
	
}

.theme-counter-bg1::before {
      content: '';
      position: absolute;     
	 background-color: transparent;
    background-image: linear-gradient(180deg, #A04AEDB3 0%, #824AEDB3 100%);
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
      /*background-color: rgba(128, 0, 128, 0.5);*/ /* Purple color with 0.5 opacity */
    }

.custom-box {
      padding: 2rem 2rem;
      background-color: white;
      border-radius: 0.5rem;      
	  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
      transition: background-color 0.3s ease; /* Add a smooth transition for the background color change */
      position: relative;
	  min-height: 270px;
    }
.custom-box .img-icon {
    height: 40px;
    margin-bottom: 5px;
    transition: transform 0.3s ease; /* Add a smooth transition for the transformation */
}

.custom-box:hover .img-icon {
    transform: translateY(-5px); /* Adjust the value as needed */
}

.custom-box .img-icon::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #1c639e;
}

 /* Custom button styles */
    .custom-btn {
      background-color: #29003c; /* Set the normal state color */
      color: #fff; /* Set the text color */
      border-color: #29003c; /* Set the border color */	  
      position: relative;
    }

    /* Hover state styles */
    .custom-btn:hover {
      background-color: #6c1f8f; /* Set the hover state color */
      border-color: #6c1f8f; /* Set the border color on hover */
	  color: #fff; /* Set the text color */
    }
 
	.custom-box2 {
		background-image: linear-gradient(to right, white 40%,  #29003c 60%);    
		background-size: 300% 100%;
		transition: background-position 0.8s;
		background-position: 0;
		padding: 50px 20px 50px 40px;
		min-height: 450px;
		border-style: solid;
		border-width: 0px 0px 0px 0px;
		border-color: #B5B4B4;
		border-radius: 5px 5px 5px 5px;
		box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);    
    }

    .custom-box2:hover {      
		background-position: 100%;
		color: #FFFFFF;
    }

    .icon2 {
      font-size: 2em;      
      margin-bottom: 15px;
	  color: #f4640e;
    }

    .heading2 {
      font-size: 1.5em;
      font-weight: 700;
      margin-bottom: 10px;
    }

 .box-text2 {
      line-height: 1.6;
    }

.zoom-box {
            overflow: hidden;
            position: relative;
        }

        .zoom-box img {
            transition: transform 0.3s;
        }

        .zoom-box:hover img {
            transform: scale(1.2);
        }

.responsive-bg {
	  position: relative; 
      background-image: url('../img/bg-cover.jpg'); /* Replace 'your-image-url.jpg' with the path to your background image */
      background-size: cover;
      background-position: center;
     
      padding: 80px 0;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: #fff; /* Set the text color to contrast with the background */
    }
 .responsive-bg::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
	 background-color: transparent;
    background-image: linear-gradient(180deg, #A04AEDB3 0%, #824AEDB3 100%);
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
      /*background-color: rgba(128, 0, 128, 0.5);*/ /* Purple color with 0.5 opacity */
    }

.responsive-bg1 {
  position: relative; 
  /*background-image: var(--bg-url, url('../img/bg-cover.jpg'));*/ /* Default background image */
  min-height: 400px;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  box-sizing: border-box;
  /*display: flex;
  justify-content: center; 
  align-items: center;
  text-align: center;*/
  color: #fff; /* Set the text color to contrast with the background */
}

.responsive-bg1::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;  
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}






    /* Optional: Add additional styles for text or other elements within the div */
    .content {
      max-width: 1200px;
    }

.white-box {
      background-color: #fff;
      padding: 20px;
      border-radius: 8px;
	  min-height: 400px;
      color: #000;
      transition: background-color 0.3s, color 0.3s; /* Add transition for smooth effect */
    }

    .white-box:hover {
      background-color: #c216db;
      color: #fff;
    }

.section-footer{
	background-color: #29003c;
	padding: 8px;
	color: #fff;
}

.section-footer a{
	color: #fff;
}
.section-footer a:hover{
	color: #f4640e;
}

.section-footer ul {
      line-height: 2.5;
    }

/*.custom-btn {
      background-color: #166ea5; 
    }*/

.newsletter-form {
      display: flex;
    }

    .newsletter-input {
      margin: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }

    .btn-subscribe {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
		background-color: #f4640e;
		border: 1px solid #f4640e;
    }

.btn-subscribe:hover {
  background-color: #cf570f;
	border: 1px solid #cf570f;
}

.logo-box {
      background-color: #fff;
      padding: 20px;
      border-radius: 8px;
      color: #000;
      transition: background-color 0.3s, color 0.3s; /* Add transition for smooth effect */
    }
.whatsapp a{
	font-size: 14px;
} 

.about-list li {
	width: 48%;
	margin-right: 10px;
	float: left;
	margin-top: 15px;
}

.single-about-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #f1f6fb;
	padding: 15px;
	margin-bottom: 15px;
	min-height: 180px;
	border-radius: 0.5rem;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	transition: transform 0.3s ease-in-out;
}

.single-about-list:hover {
  transform: translateY(-10px); /* Adjust the value based on how much you want it to move upwards */
}

.about-list-left i {
	margin-right: 10px;
	color: #6861BC;
	font-size: 18px;
	font-weight: 900;
}

.about-list-right h4 {
	color: #081528;
	font-size: 21px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 8px;
}


/* 	NAVBAR CONTENT
-------------------------------------------------- */

.navbar-nav {
  display: flex;
  justify-content: center;

}

.navbar-nav .nav-link {
    margin-right: 85px; /* Adjust the margin-right value for space */
  }

.navbar-nav .nav-link { 
    font-size: 20px;  
    color: #29003c;    
	font-weight: 800;
	text-transform: uppercase;
  }

     .navbar-nav .nav-link:hover {
      position: relative;
      color: #f4640e;
    }

    .navbar-nav .nav-link:hover::after {
      content: '';  
      display: block;
      position: absolute;
      left: 0;
      bottom: -5px; 
      width: 100%;
      height: 2px; 
      background-color: #f4640e;
    }
.navbar-nav .nav-item .dropdown-toggle::after {
      display: none;
    }
.navbar .nav-link.active {
      color: #f4640e;
    }

@media (max-width: 1400px) {
  .navbar-nav .nav-link { 
    font-size: 18px; 
	margin-right: 80px;
  }
}
@media (max-width: 1200px) {
  .navbar-nav .nav-link { 
    font-size: 16px; 
	margin-right: 70px;
  }
}

 /* Custom CSS to change background color of dropdown items */
    .navbar-nav .nav-item .dropdown-menu .dropdown-item {
      transition: background-color 0.3s ease; /* Add a smooth transition effect */
    }

    .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
      background-color: #29003c; /* Change this color to your desired hover background color */
      color: #fff; /* Change this color to your desired text color on hover */
    }

 /* Custom CSS to hide dropdown on small screens and show on hover */
    @media (min-width: 786px) {
      .navbar-nav .nav-item:hover .dropdown-menu {
        display: block;
      }
    }

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
