@import url("../fonts/stylesheet.css");
@import url("../fonts/font-awesome.css");
@import url("../fonts/font-awesome.min.css");
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,900);
@import url("../fonts/font-awesome/css/fontawesome.css");

html{
	scroll-behavior: smooth !important;
}

body, html {
    height: 100%;
	font-family: "Roboto", "Segoe", "Segoe UI", "DejaVu Sans", "Trebuchet MS", "Verdana", "sans-serif";
	font-size: 1em;
	line-height: 1.7em;
	color: #300203;
	
	/* added styles */
	width: 100%;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	background: #FFF;
  	font-weight: 400;
}


.bg { 
    /* The image used */
    background-image: url("../images/ds_01.jpg");

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} 

.bg p{
	color: #000 !important;
}

.bg1{
	background-color: #0D1A68;
	color:#FFF;
}
.bg2{
	background-color: #FFFD02;
}

.bg3{
	background-color: #000;
}

.head-div{
	background-color:rgba(0,0,0,0.20);
	/*height: 100px;*/
	margin: 3% 7%;
	text-align: center;
	/*color: yellow !important;*/
}

.head-div h1{
	font-size: 8vh;
	color: yellow;
}


.text_color p{
	color: white !important;
}

.title1, .title2{
	/*padding: 0 0 2em;
	line-height: 2em;*/
	font-family: "Segoe UI", "sans-serif";
	text-align: center;
	font-size: 2.5em;
}
.title1{
	color: #0D1A68;
}

.title2{
	color: #fffd02;
}

.subtitle{
	text-align: center;
	color: #737373;
	font-family: "Segoe UI", "sans-serif";
}
#footer{
	font-size: 0.9em;
	line-height: 1.5em;
}
#footer a{
	color: white;
}

#footer a:hover{
	color: #fffd02;
	text-decoration: none;
}

#footer ul{
	list-style: none;
	padding: 5px;
	margin: 5px;
}

/*scrol to top*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 3em;
  border: none;
  outline: none;
  background-color: #000;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 10%;
}

#myBtn:hover {
  background-color: #555;
}

/*  form  */
#contact-form input, #contact-form textarea{
	background-color: rgba(0,0,0,0.4);
	color: white;
}

#contact-form input{
	height: 3em;
}

.banner{
	margin: 0 auto;
	padding: 0px
}


/* The Modal (background) */
.popup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.5); /* Black background with transparency */
}

/* Modal Content */
.popup-content {
    background-color: white;
	color: black !important;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    max-width: 500px;
    border-radius: 10px;
    text-align: center;
}

/* The Close Button */
.close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-button:hover,
.close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.popup-content h2 {
    font-size: 2em;
    margin-bottom: 20px;
}

.popup-content p {
    font-size: 1.2em;
    margin-bottom: 30px;
}

.cta-button {
    background-color: #FF9800; /* Adjust to your brand color */
    color: white;
    padding: 15px 30px;
    font-size: 1.2em;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #E68A00; /* Darker shade on hover */
}








 
.wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

.container-fostrap {
  display: table-cell;
  padding: 1em;
  text-align: center;
  vertical-align: middle;
}
.fostrap-logo {
  width: 100px;
  margin-bottom:15px
}
h1.heading {
  color: #fff;
  font-size: 1.15em;
  font-weight: 900;
  margin: 0 0 0.5em;
 /* color: #505050;*/
}

@media (min-width: 450px) {
  h1.heading {
    font-size: 3.55em;
  }
}
@media (min-width: 760px) {
  h1.heading {
    font-size: 3.05em;
  }
}
@media (min-width: 900px) {
  h1.heading {
    font-size: 3.25em;
    margin: 0 0 0.3em;
  }
} 

.card {
	display: block; 
	margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
    transition: box-shadow .25s; 
}

.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.img-card {
  	width: 100%;
  	height:200px;
  	border-top-left-radius:2px;
  	border-top-right-radius:2px;
  	display:block;
    overflow: hidden;
}
.img-card img{
  width: 100%;
  height: 200px;
  object-fit:cover; 
  transition: all .25s ease;
} 
.card-content {
  padding:15px;
  text-align:left;
}
.card-title {
  margin-top:0px;
  font-weight: 700;
  font-size: 1.65em;
}
.card-title a {
  color: #000;
  text-decoration: none !important;
}
.card-read-more {
  border-top: 1px solid #D4D4D4;
}
.card-read-more a {
  text-decoration: none !important;
  padding:10px;
  font-weight:600;
  text-transform: uppercase
}





.avatar {
    max-height: 150px;
    max-width: 150px;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}








.testimonial-card {
    background: linear-gradient(145deg, #ffffff, #f5f5f5);
    border-radius: 20px;
    box-shadow: 8px 8px 16px #d9d9d9, -8px -8px 16px #ffffff;
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.quote-icon {
    font-size: 4rem;
    color: #6c757d;
    opacity: 0.2;
    position: absolute;
    top: -20px;
    left: 20px;
}



.custom-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #dee2e6;
    border: none;
    margin: 0 5px;
}

.custom-indicator.active {
    background-color: #0d6efd;
    width: 30px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.testimonial_link{
	text-decoration: none !important
}
