/*@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@500&family=Sofia+Sans:wght@500&display=swap');*/
/*=============navbar start=================*/
body{
/*  font-family: "Corben", serif;*/
font-family: 'CORBEL', sans-serif;
  font-weight: 400;
  font-style: normal;
background-color:#FFFFFF;
}

.btn-primary{
	background:#E4D7BB;
	border-color:#E4D7BB;
	color: black;
}
.btn-primary:hover{
	background:#C4E1EB;
	border-color:#E4D7BB; 
	color: black;
}
.background-first{
	background-color:#E4D7BB;
	width: 100%;
	height: 435px;
	border: 5px solid #C4E1EB;
}

.text-blue-dark{
    color: #447385;
}
strong{
    color: #447385;
}
.bg-dark-blue{
    background: #E4D7BB;
}

.tag {
  opacity: 0;
  transform: translate(0, 10vh);
  transition: all 1s;
}

.tag.visible {
  opacity: 1;
  transform: translate(0, 0);
}
.fade-inone {
  animation: fadeIn 3s;
  -webkit-animation: fadeIn 3s;
  -moz-animation: fadeIn 3s;
  -o-animation: fadeIn 3s;
  -ms-animation: fadeIn 3s;
}
.fade-intwo {
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
nav{
  background-color: #C4E1EB;
}
 .navbar-nav .active>.nav-link{
    font-weight: 600;
    color: #E4D7BB !important;
}

.navbar-nav .nav-item .nav-link{
    color: black;
    font-weight: 500;
    font-size: 18px;
}
  
  .logo-narrow {
    width: 100px;
  }
  .nav-menu-btn{
    width: 60px;
  }
.nav-bar-icon{
    width: 180px;
}
#backToTop {
            display: none;
            position: fixed;
            bottom: 20px;
            right: 30px;
            z-index: 99;
            border: none;
            outline: none;
            background-color: #E7D6B8;
            color: #FFFFFF;
            cursor: pointer;
            padding: 15px;
            border-radius: 50%;
        }

        #backToTop:hover {
            background-color: #555;
        }
.section{
    padding-top: 25px;
    padding-bottom: 30px;
/*    margin: 35px;*/
    border-top: 1px solid gray;
}
.section h3{
    text-align: center;
}

.navbar1{
  background:#C4E1EB;
}
.navbar1 a{
  color: black !important;
}
.shadow{
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
b{
  font-weight: 600 !important;
}
/*home-second-section*/
.home-first-section{
  background-color: white;
  border:4px solid #C4E1EB !important;
  box-shadow: rgb(196,225,235) 0px 3px 8px;
}
.home-second-section{
    background:  rgb(228,215,187);
}
.home-first-section h6{
  letter-spacing: 4px;
  color: gray !important;
}
/*home-fourth-section*/
.home-fourth-section{
  background:#C4E1EB;
}

/* Default styles */
.accordion_one .panel-group {
    border: 1px solid #f1f1f1;
}

a:link {
    text-decoration: none;
}

.accordion_one .panel {
    background-color: transparent;
    box-shadow: none;
    border-bottom: 0px solid transparent;
    border-radius: 0;
    margin: 0;
}

.accordion_one .panel-default {
    border: 0;
}

.accordion-wrap .panel-heading {
    padding: 0px;
    border-radius: 0px;
}

.accordion_one .panel .panel-heading a.collapsed {
    color: #000000;
    display: block;
    padding: 12px 30px 12px 50px; /* Adjust padding to accommodate icon */
    border-top: 0px;
    border-bottom: 1px solid gray;
    position: relative; /* Position relative for icon positioning */
}

.accordion_one .panel .panel-heading a {
    display: block;
    padding: 12px 30px 12px 50px; /* Adjust padding to accommodate icon */
    background: #fff;
    color: #313131;
    border-bottom: 1px solid #f1f1f1;
    position: relative; /* Position relative for icon positioning */
}

.accordion-wrap .panel .panel-heading a {
    font-size: 14px;
}

.accordion_one .panel-group .panel-heading+.panel-collapse>.panel-body {
    padding-top: 0;
    padding: 25px 30px 30px 35px;
    background: #fff;
    color: #424242;
}

.panel-body {
    border-bottom: 1px solid gray !important;
}

.img-accordion {
    width: 81px;
    position: absolute;
    left: 15px; /* Adjust position for smaller screens */
    top: 50%; /* Center vertically */
    transform: translateY(-50%); /* Center vertically */
}

.accordion_one .panel .panel-heading a.collapsed:after {
    content: "\f063";
    color: black;
    background: #f1f1f1;
}

.accordion_one .panel .panel-heading a:after,
.accordion_one .panel .panel-heading a.collapsed:after {
    font-family: 'FontAwesome';
    font-size: 10px;
    width: 36px;
    height: 36px; /* Adjust height for smaller screens */
    color: black;
    line-height: 36px; /* Adjust line-height for smaller screens */
    text-align: center;
    background: #F1F1F1;
    position: absolute;
    left: 15px; /* Adjust left position */
    top: 50%; /* Center vertically */
    transform: translateY(-50%); /* Center vertically */
}

.accordion_one .panel .panel-heading a:after {
    content: "\f062";
}

.accordion_one .panel .panel-heading a:after,
.accordion_one .panel .panel-heading a.collapsed:after {
    font-family: 'FontAwesome';
    font-size: 15px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #C4E1EB;
    position: absolute;
    left: 0px; /* Adjust left position */
    top: 50%; /* Center vertically */
    transform: translateY(-50%); /* Center vertically */
}

.panel-title a {
    font-size: 14px;
}

/* Mobile styles */
@media only screen and (max-width: 768px) {
    .accordion_one .panel .panel-heading a,
    .accordion_one .panel .panel-heading a.collapsed {
        padding: 12px 15px 12px 35px; /* Adjust padding for smaller screens */
    }

    .accordion_one .panel-group .panel-heading+.panel-collapse>.panel-body {
        padding: 15px; /* Adjust padding for smaller screens */
    }

    .img-accordion {
        width: 50px; /* Adjust image size for smaller screens */
        left: 10px; /* Adjust position for smaller screens */
    }

    .accordion_one .panel .panel-heading a:after,
    .accordion_one .panel .panel-heading a.collapsed:after {
        left: 0px; /* Adjust left position for smaller screens */
    }
	
}
