
/* @font-face {
    font-family: 'akhand';
    src: url(../fonts/akhand-extrabold.otf);
    font-weight: bold;
  } */
   
  

  .hero_height{
/* width: 100%; */
height: 600px;
/* z-index: -999; */
  }
.heading-border{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left:20px solid #243665;
}

.heading{
    border-bottom: 2px solid #f26722;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
  .p-text-size{
font-size: 50px;
font-weight: 600;
  }

.roboto{
  font-family: "Roboto", sans-serif;
}
   .p-text-size-s{
font-size: 30px;
  }
  .p-text-size-xs{
    font-size: 24px;
  }
  .h5-text-size-s{
font-size: 20px;
  }
.icon-img{
  width: 100px;
  height: 100px;
  /* margin-left: -150px; */
}

.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #243665; /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.detail{
  background-color: #243665;
  padding: 20px;
  width: 400px;
  border-radius: 15px;
  display: flex;
  flex-direction: row;
}

.target{
  /* background-color:#EBEDEC; */
  padding: 20px;
  width: 700px;
  border-radius: 15px;
  display: flex;
  flex-direction: row;
}

.p-30{
padding-top: 30px;
}
.content{
  padding: 10px;
}
  .bg {
    /* The image used */
    background-image: url("../images/content/backg.png");
    
  
    /* Full height */
    height: 100%;
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
.text-color-primary{
color: #243665;
}

  
.text-color-secondary{
  color: #F26722;
  }

  .text-center{
text-align: center;
  }
  .text-white{
    color: #FEFEFE;
  }

.text-color-white-h1{
  color: #FEFEFE;

    font-weight: 700;
    font-style: normal;
  /* font-family: 'akhand'; */
  }
/* 
  .text-color-white-p{
    color: #FEFEFE;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
  } */

.font-size-L{
font-size: 40px;
}

.text-56{
  font-size: 56px;
}

@media (max-width: 768px) {
  .font-size-L{
    font-size: 30px;
    }
}

.orange{
  width: 60%;
  height: 100px;
  background-color: #F26722;
  border-radius: 0 15px 15px 0;
}

.bg-white{
  background-color: #fff;
  height: 110px;
}

.logo{
  width: 20%;
  height: 100px;
  padding: 10px;
  background-color: #fff;
  /* background-image: url(../images/logo/Letswish.png); */
}

.blue{
  width: 20%;
  height: 100px;
  background-color: #243665;
  border-radius: 15px 0 0 15px;
}

.map-border{
  border: 2px solid #243665;
}

.font-size-M{
  font-size: 20px;
}
.text-color-white{
    color: #fefefe;
    /* font-family: 'akhand'; */
    font-family: "Roboto", sans-serif;
}

.text-color-black{
  color: #2e2c2a;
  font-family: 'akhand';
}
.bg-gray{
  background-color: #EBEDEC;
  /* border-radius: 150px; */
  padding: 50px;
}

.bg-pri{
background-color: #243665;
}

.bg-sec{
  background-color: #F26722;
}

.bg-gray-pri{
  background-color: #243665;
  padding: 50px;
   border-radius: 150px;
 }

.bg-gray-sec{
 background-color:  #F26722;
 padding: 50px;
  border-radius: 150px;
}

.m-30{
margin-top: 105px;
}

@media (max-width: 768px) {
  .m-30{
    margin-top: 0px;
    }
 }


.bg-gray-c{
  background-color: #EBEDEC;
  border-radius: 15px;
  padding: 50px;
  border: 10px solid #243665;
}

.bg-gray-1{
  background-color: #EBEDEC;
  border-top-left-radius:150px;
  border-top-right-radius: 150px;
  /* border-radius: 150px; */
  /* padding: 50px; */
}
 /* Responsive styles */
 @media (max-width: 768px) {
  .bg-gray-1{
    background-color: #EBEDEC;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    /* border-radius: 150px; */
    /* padding: 50px; */
  }
  .bg-gray{
    background-color: #EBEDEC;
    border-radius: 50px;
    padding: 50px;
  }
 }
.parallelogram {
	width: 100px;
	height: 50px;
	transform: skew(45deg);
	background:  #F26722;
}
.grid{
    grid-column: 1 / 5;
}
.circle_container{
    height: 170px;
    width: 170px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* display: inline-block; */
    /* position: relative; */
    /* padding: 10px; */
    border: 2px dotted #f26722;
    border-radius: 50%; 
}

.circle{
height: 150px;
width: 150px;
background-color: #fff;
border-radius: 50%;
/* outline: dotted 1px #f26722; */
/* border: 2px dotted #f26722; */
display: flex;
justify-content: center;
align-items: center;
}

.map-mob{
  width: 400PX;
  height: 300px;
}

.a-photo{
  margin-left: 150px;
}
 /* Responsive styles */
 @media (max-width: 768px) {
  .a-photo{
    margin-left: 60px;
  }
 }

 /* Responsive styles */
 @media (max-width: 768px) {

  .map-mob{
    width: 350px;
    height: 200px;
 }

  .bg-white{
    background-color: #fff;
    height: 60px;
  }
  

  .orange{
    width: 50%;
    height: 50px;
    background-color: #F26722;
    border-radius: 0 15px 15px 0;
  }  
  .logo{
    width: 30%;
    height: 50px;
    padding: 10px;
    background-color: #fff;
    /* background-image: url(../images/logo/Letswish.png); */
  }
  
  .blue{
    width: 20%;
    height: 50px;
    background-color: #243665;
    border-radius: 15px 0 0 15px;
  }

 }


 @media (max-width: 768px) {
  .col {
      flex-basis: 100%;
      max-width: 100%;
  }
  .row {
      flex-direction: column;
      justify-content: center;
  }
  .target{
        /* background-color: #EBEDEC; */
        padding: 20px;
        width: 400px;
        border-radius: 15px;
        display: flex;
        flex-direction: row;
  }
}

 /* Responsive styles */
 @media (max-width: 768px) {
  .col_2 {
      flex: 1 1 50%;
      max-width: 45%;
  }
  .circle {
      width: 120px;
      height: 120px;
  }
  .circle_container{
    height: 140px;
    width: 140px;
  }
  .value {
      font-size: 35px;
  }
  .text-color-white{
    font-size: 15px;
  }

}
@media (max-width: 768px) {
  .row{
    flex-direction: column;
  }
  
.detail{
  background-color: #243665;
  padding: 20px;
  margin: 10px;
  width: 350px;
  /* border-radius: 15px; */
  /* display: flex; */
  /* flex-direction: row; */
}
}

.detail-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.divider {
  width: 50%;
  height: 3px;
  background-color: #F16621;
  border: 0;
  margin: 0 auto; /* Center the divider */
}

.divider-sec {
  width: 50%;
  height: 3px;
  background-color: #243665;
  border: 0;
  margin: 0 auto; /* Center the divider */
}

