/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
	/*padding-top: 3rem;*/
	/*padding-bottom: 3rem;*/	
	font-family: 'Open Sans', sans-serif;
	font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    background-color: #fff;
    letter-spacing: 0;
    color: #3d5169;
}
/*h2 {
	font-family: 'Raleway', sans-serif; 
	color: #081528;
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 48px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
   }
h2::after {
    content: ''; 
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 2px; 
    background-color: #FFA500; 
    margin-top: 5px; 
}*/

h2 {
    color: #081528;
	font-family: 'Raleway', sans-serif; 
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 48px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
}


h2:before {
    position: absolute;
    content: "";    
    width: 15%;
    height: 2px;
    background: #fe0002 none repeat scroll 0 0;
    bottom: -1px;
}

.rounded-image {
  border-radius: 10px; /* Adjust the value to control the roundness */
}

.about-list li {
	width: 48%;
	margin-right: 10px;
	float: left;
	margin-top: 15px;
}

.single-about-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.about-list-left i {
	margin-right: 10px;
	color: #fe0002;
	font-size: 18px;
	font-weight: 900;
}

.about-list-right h4 {
	color: #081528;
	font-size: 21px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 8px;
}

.hero-section {
            position: relative;
            height: 80vh; /* Adjust the height as needed */
            background: url('../img/call-to-action2.jpg') center/cover no-repeat; /* Set your image path */
            color: #fff; /* Text color on top of the image */           
			align-items: center;
		 	 /*display: flex;
            flex-direction: column;
            justify-content: center;             
            text-align: center;*/
        }

        .hero-text {
            max-width: 800px; /* Adjust the maximum width as needed */
            /*margin: 0 auto;*/
            padding: 20px;
            background: rgba(0, 0, 0, 0.5); 
            border-radius: 10px;
			margin-top: 30%;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .hero-text {
				display: none;
                padding: 10px;
            }
        }

		

.section-bg-grey{
	background-color: rgb(245, 246, 250);
	padding: 20px;
	
}

.circle-container {            
            position: relative;
			display: inline-flex;
			align-items: center;
			justify-content: center;
            width: 2.8em;
    		height: 2.8em;
            border: 2px solid;
			border-color: rgb(232, 233, 238);
            border-radius: 50%;
            overflow: hidden;
			font-size: 30px;
            transition: background-color 0.3s ease, border-color 0.3s ease;
        }

        .circle-container:hover {
            background-color: rgb(72, 84, 237);
            border-color: rgb(72, 84, 237);
        }

        .icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: rgb(72, 84, 237);
            transition: color 0.3s ease;
        }

        .circle-container:hover .icon {
            color: white;
        }
h5 a {
    text-decoration: none;
    color:rgba(33, 37, 41, 0.75);;
	font-size: 24px;
}

 h5 a:hover {
	color:rgb(147 153 159 / 75%);
}


.footer1{
	padding: 30px;
	background: #063b89;
	color: white;
	font-size: 12px;
}
.footer1 a{
	text-decoration: none;
	color: azure;
	font-size: 14px;
}
.footer1 a:hover{
	text-decoration:underline;
	color: #BFBFBF;	
}
.footer1 ul li{
	line-height: 2;
}
.footer1 p{	
	font-size: 14px;
}

.footer2{
	padding: 10px;
	background: #062e67;
	color: white;
}




/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 42rem;
}

.split-carousel-item {
            display: flex;
            height: 100vh;
			background-color: #063b89;
        }

        .carousel-text {
            padding: 20px;
			/*margin-left: 45px;*/
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items:flex-start;
			transition: opacity 0.5s; /* Fade transition for text */
			color: #fff;
			margin-bottom: 10%;
        }

        .carousel-text h1, .carousel-text h2 {
            color: #fff;
			font-weight: 700;
			font-size: 60px;
			margin-bottom: 40px;
			font-family: 'Raleway', sans-serif;
			/*font-family: 'Roboto', sans-serif;*/
        }

		.carousel-text p {           
			font-weight: 400;
			font-size: 24px;
			margin-bottom: 20px;
        }

/* Media query for screens with a maximum width of 767px (typical mobile devices) */
@media only screen and (max-width: 767px) {
    .carousel-text h1, .carousel-text h2 {
        font-size: 30px; /* Adjust the font size for smaller screens */
        margin-bottom: 20px; /* Adjust other styles as needed */
    }

    .carousel-text p {
        font-size: 12px; /* Adjust the font size for smaller screens */
        margin-bottom: 10px; /* Adjust other styles as needed */
    }
}

        .carousel-image {
            flex: 1;
            background-size: cover;
            background-position: 87% 50%;
			transition: opacity 0.5s; /* Fade transition for image */
        }

		.carousel-inner {
            transition: transform 0.5s ease-in-out; /* Slide transition for carousel */
        }

        .carousel-fade .carousel-item {
            opacity: 0;
            transition: opacity 0.5s;
        }

        .carousel-fade .carousel-item.active {
            opacity: 1;
        }

.top-header{
	min-height: 10px;
	background-color: #063b89;
	padding: 10px;
	color: #FFFFFF;
}
.top-header a{
	color: #FFFFFF;
	text-decoration: none;
}
.top-header a:hover{
	color: #bfbfbf;
	
}

 /* Custom CSS for navbar items */
        .navbar-nav {
            font-size: 18px;
			font-weight: 600;
        }

        
 /* Custom CSS for Navbar */
    .navbar-nav .nav-link {
	  color: #063b89 !important;
      text-transform: uppercase;
    }

    .navbar-nav .nav-link:hover {
      position: relative;
      color: #fe0002;
    }

    .navbar-nav .nav-link:hover::after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: -5px; /* Adjust the space between the link and the underline */
      width: 100%;
      height: 2px; /* Adjust the thickness of the underline */
      background-color: #fe0002;
    }


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* 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;
  }
}
