@import url(animate.css);

html {
  scroll-behavior: smooth;
  }
body::-webkit-scrollbar {
	width: 12px;
  }
  body::-webkit-scrollbar-track {
	background: #0f0b02; 
  }
  body::-webkit-scrollbar-thumb {
    background:  rgba(216,154,40,1);
	  border-radius:0px;
  }
  body::-webkit-scrollbar-thumb:hover {
	
    background: rgb(140,93,36);
  } 
  #cookie-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #211d1e;
    padding: 10px 0px 10px 0px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 100%;
    border-top: 1px solid #ffee00;
}  
.text-white{
  color: #fff;
  margin: 7px 50px 0 35px;
}
.text-white a{
  color: #ffee00;
}
.btn-warning{
  background-color: #105e09 !important;
    BORDER: #39ae2e;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #231f20;
  z-index: 9999;
}

.loading img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: auto;
}

.preloader-finish{
  opacity:0;
  transition: opacity 0.5s ease-out;
  z-index: 0;
}

.bg-yellow{
  background: rgb(140,93,36);
  background: linear-gradient(144deg, rgba(140,93,36,1) 0%, rgba(201,152,53,1) 12%, rgba(246,214,121,1) 26%, rgba(216,154,40,1) 38%, rgba(207,137,41,1) 54%, rgba(246,214,121,1) 94%);}
.bg-white{
  background-color: #fff;
}
body{
  background: rgb(207,137,41);
  background: linear-gradient(144deg, rgba(207,137,41,1) 0%, rgba(201,152,53,1) 12%, rgba(246,214,121,1) 26%, rgba(216,154,40,1) 38%, rgba(207,137,41,1) 54%, rgba(246,214,121,1) 94%);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0 !important;
  background-color: #000;
}
#language-btn {
  transition: .3s ease;
  text-decoration: none;
  cursor: pointer;
  position: fixed;
  left: 56px;
  z-index: 10000;
  padding: 5px 10px;
  background-color: #a80000;
  border: none;
  color: #ffffff;
  font-size: 19px;
  padding: 6px 20px;
  border-radius: 0 0 11px 11px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

#language-btn:hover {
  transition: .3s ease;
  padding: 20px 20px 6px;
}

#language-btn i{
	animation: tilt-shaking 0.3s infinite;
  }
  @keyframes tilt-shaking {
	0% { transform: rotate(0deg); }
	25% { transform: rotate(10deg); }
	50% { transform: rotate(0eg); }
	75% { transform: rotate(-10deg); }
	100% { transform: rotate(0deg); }
  }


#chat {
	text-decoration: none;
	cursor: pointer;
	position: fixed;
	right: 14px;
	z-index: 800;
	padding: 5px 10px;
	background-color: #ffffff;
	border: none;
	color: #ffffff;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }
  
  #chat p{
	display: grid;
	padding: 0px 12px;
	margin-bottom: 0px !important;
	color: #616161;
	font-weight: 500;
	font-size: 16px;
  }
  
  #chat p>span{
	font-size: 12px;
	color: gray;
	font-weight: 400;
  }
  
  .chat-img{
	border-radius: 50%;
	width: 25%;
	width: 50px;
	height: 50px;
	animation: tilt-shaking 0.3s infinite;
  }
  @keyframes tilt-shaking {
	0% { transform: rotate(0deg); }
	25% { transform: rotate(10deg); }
	50% { transform: rotate(0eg); }
	75% { transform: rotate(-10deg); }
	100% { transform: rotate(0deg); }
  }
  #chat h6{
	color: white;
    background-color: #4ccb5b;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    padding: 8px 30px;
    text-decoration: none !important;
    transition: 1s ease;
    letter-spacing: 0;
    text-transform: none;
    margin: 0px auto;
    display: inline;
  
  }
  #chat h6:hover{
	padding: 8px 30px;
	text-decoration: none !important;
	transition:1s ease;
	background-color: #1c8528;
  
   }
  .chat-display{
	transition: 1s ease;
	bottom: 10px;
  }
  .chat-hide{
	transition: 1s ease;
	bottom: -90px;
  
  }
  #chat p{
	font-size: 13px !important;
  }
  #chat {
	right: 9px !important;
	width: 355px;
  }
  
  .chat table{
   width: 100%;
   margin-bottom: 0;
  }
  
  
  #chat .table td, .table th {
	padding: 0;
	vertical-align: middle;
	border-top: 0px solid #dee2e6;
  }

  


 /* up to btn */
 .background-btn {
	padding: 15px 19px;
  background:  rgba(216,154,40);  
  color: rgba(255, 255, 255, 0.748);
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-duration: 1s;
  }
  .background-btn:focus {
    background:  rgba(216,154,40);  
    color: #fff;
	transition-duration: 1s;
}
.background-btn:hover{
  background:  rgba(216,154,40);  
  color: #fff;
  transition-duration: 1s;
}
  .back_to_top {
	position: fixed;
	right: 25px;
	bottom: 0;
	z-index: 11;
	opacity: 0;
	padding: 9px 13px 10px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	border: 1px solid #fad891;
    border-radius: 50px;
  }
  .back_to_top i:before {
	font-size: 16px;
  }
  .back_to_top.show {
	opacity: 1;
	bottom: 85px;
	}
	/* up to btn */
	/* Slider btn */
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    padding: 9px;
    font-size: 50px;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgb(0 0 0 / 85%) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgb(0 0 0 / 85%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}


.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity = 50);
    opacity: 1;
}

.carousel-caption h5{
    font-size: 80px;
    font-weight: 600;
    font-family: math;
    letter-spacing: -6px;
    background: #00000096;
    line-height: 60px;
    text-shadow: 4px 4px 3px rgb(0 0 0 / 51%);
	
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 100px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
	/* /slider btn */
body{
	overflow-x: hidden;
}
.pad-removls{
	padding: 0px;
}
.navigation{
	text-align: center;
	margin: 0;
}
.header-full{
  position: fixed;
  top: 0px;
	left: 0px;
	right: 0px;
  z-index: 1000;
	transition: 1s ease;
	background-color: #231f20;
	transition: 1s ease;
}
.shrink{
  position: fixed;
  top: -40px;
  left: 0px;
  right: 0px;
  z-index: 1000;
  -webkit-box-shadow: 0 0px 78px 7px rgba(0,0,0,0.75);
  -moz-box-shadow: 0 0px 78px 7px rgba(0,0,0,0.75);
  box-shadow: 0 0px 78px 7px rgba(0,0,0,0.75);
  transition: 1s ease;
	padding: 15px 0 0px;
	transition: 1s ease;
}
.logo{
	padding: 10px 0 0 ;
	transition: 1s ease;
}
.logo img{
	display: block;
  margin-left: auto;
  margin-right: auto;
	width: 80%;
	transition: 1s ease;
	margin-top: 6px;
}
.shrink-logo{
	padding: 0 ;
	transition: 1s ease;
}
.shrink-logo img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  transition: 1s ease;
  margin-top: 10%;
}

.ct-text{
	text-align: left;
	padding: 0px 0 3px;
}

.ct-text p {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #c0c0c0;
  transition: 1s ease;
  margin-top: 8px;
  text-transform: uppercase;
}

.shrink-ct-text p{
	color: #ffffff00;
	transition: 1s ease;


}
.ct-text i{
}
.ct-text a{
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    padding: 7px 15px;
    border-radius: 3px;
    border: 1px solid #ffffff3d;
    transition: 1s ease;
    background-color: #dd000000;
    text-transform: uppercase;
	color: transparent;
	text-align: center;
	animation: effect 2s linear infinite;
}
.ct-text a:hover{
	color: #d89a28;
	border: 1px solid #d89a28;
	transition: 1s ease;
	text-decoration: none;
}


@keyframes effect {
	0% {
		background: linear-gradient(#fff, #fff);
		-webkit-background-clip: text;
	}

	100% {
		background: linear-gradient(#ffffff3d, #ffffff3d);
		-webkit-background-clip: text;
	}
}
.nav-content{
	display: block;
	transition: 1s ease;

}

.nav-content h3{
	color: #b5b0b0;
    font-size: 18px;
	font-weight: 600;
    font-family: "Manrope", sans-serif;
    text-align: left;
	transition: 1s ease;
	display: block;
}
.shrink-nav-content h3{
	font-size: 0px;
	transition: 1s ease;
}
.shrink-nav-content h3{
	display: none;
	transition: 3s ease;
}
.nav-content p{
	font-weight: 500;
    font-family: "Manrope", sans-serif;
    color: #b5b0b0;
    font-size: 15px;
    line-height: 27px;
	transition: 1s ease;
	display: block;
}
.shrink-nav-content p{
  color: #b5b0b000;
	transition: 1s ease;
	}
	.fixed-head p{
		display: block;
		font-size: 15px;
		transition: 1s ease;

	}
.nav-content img {
    width: 10%;
    margin: 19px 16px 0 0;
    float: left;
    display: block;
    transition: 1s ease;
}
.nav-content a{
	color: #d89a28;
	font-weight: bolder;
	transition: 1s ease;
	float: left;
    display: block;
}
.nav-content .phone-num{
	font-size: 36px;
}

.fixed-head {
    position: absolute;
    top: -65px;
    right: -320px;
}

.fixed-head h2 {
    color: #d89a2838;
    font-size: 25px;
    font-size: 85px;
    font-weight: 600;
    font-family: math;
    position: absolute;
    right: 60px;
    top: -26px;
    letter-spacing: -6px;
    display: none;
}
.fixed-head p{
	text-align: left;
}


.nav-content a:hover{
	text-decoration: none;
	color: #ffffff;
	transition: 1s ease;
}
.nav-content a span{
	color: #ffffffc2;
	letter-spacing: 2px;
    display: block;
	font-size: 16px;
	font-weight: 100;
	text-align: left;
	transition: 1s ease;

}
.president-content {
    padding: 140px 53px 38px;
}
@media (min-width: 1400px) {
  .president-content {
    padding: 175px 53px 38px;
}
}
.president-content img {
    width: 26%;
    margin: 0 12px 0 0px;
    float: left;
    display: block;
}
.we-are img{
  width: 88px;
}
.message img {
  width: 11%;
  margin: 0 12px 0 12px;
  float: left;
  display: block;
  outline: 5px #ffffff solid;
  border-radius: 50%;
}
.president-content .title {
    font-size: 15px;
    margin: 27px 0px;
}

.president-content h2{
	  font-family: "Manrope", sans-serif;
    font-size: 30px;
    letter-spacing: 0px;
    color: #fff;
    background: #000;
    padding: 31px;
    text-transform: uppercase;
    font-weight: 500;
}
.president-content h3 {
  position: absolute;
  z-index: 0;
  color: #231f20;
  font-size: 150px;
  top: 15px;
  font-weight: 600;
  font-family: serif;
  letter-spacing: -15px;
  left: 30px;
  text-shadow: 4px 4px 0px rgb(255, 255, 255);
}
@media (min-width: 1400px) {
  .president-content h3 {
    font-size: 188px;
  }
}
.president-content p {
	font-weight: 500;
    font-family: "Manrope", sans-serif;
    color: #a3a3a3;
    font-size: 15px;
    line-height: 27px;
}
.we-are h2 {
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  letter-spacing: 0px;
  color: #fff;
  background: #231f20;
  padding: 31px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: right;
}

.we-are p{
  font-size: 16px;
  line-height: 30px;
  padding: 12px;
  text-align: justify;
  font-weight: 400;
  color: #231f20;
}
@media (min-width: 1400px) {
  .we-are p{
    font-size: 18px;
    line-height: 33px;
    padding: 45px;
  }
}
.pres-name p{
	margin: 15px 0;
font-size: 18px;
}
.pres-name p span{
	font-size: 13px;
	display: block;
}
.contact-no{
	float: right;
}
.yellow-bg{
	background: #231f20;
	color: #fff;
	padding: 95px;
	padding: 66px 95px 125px;
  border-radius: 0 15px 15px 0;
}
.yellow-bg p {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 200;
	font-family: "Manrope", sans-serif;
}
.message{
  background-color: #c9c9c9;
  padding: 50px;
  margin-top: 70px;
  border-radius: 15px 15px 0 0;
  color: #747474;
  -webkit-box-shadow: 13px 24px 45px -18px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 13px 24px 45px -18px rgba(0, 0, 0, 0.75);
    box-shadow: 13px 24px 45px -18px rgba(0, 0, 0, 0.75);
}
.message p{
  font-size: 16px;
  line-height: 28px;
}
.message h2 {
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  letter-spacing: 0px;
  color: #fff;
  background: #37373759;
  padding: 31px;
  text-transform: uppercase;
  font-weight: 500;
}
.yellow-bg h2 {
    color: #ffffff;
    font-size: 26px;
    top: -37px;
	font-weight: 200;
	font-family: "Manrope", sans-serif;
	right: 35px;
	letter-spacing: 0px;
	margin: 30px 0;
}
@media (min-width: 1400px) {
  .yellow-bg h2 {
    font-size: 30px;
}
}

.messg h3 {
	position: absolute;
	letter-spacing: -13px;
    font-size: 80px;
    top: 0px;
    font-weight: 600;
    font-family: math;
    left: 50px;
    width: 74%;
    -webkit-text-fill-color: #231f20;
    line-height: 60px;
    text-shadow: 4px 4px 3px rgb(0 0 0 / 33%);
}
.executive {
    padding: 175px 30px 50px;
	background-color: #231f20;
	-webkit-box-shadow: 13px 24px 45px -18px rgba(0,0,0,0.75);
	-moz-box-shadow: 13px 24px 45px -18px rgba(0,0,0,0.75);
	box-shadow: 13px 24px 45px -18px rgba(0,0,0,0.75);
  border-radius: 0 0 15px 15px;
}
.executive .pres-name{
	background: #ffffff1f;
    border-radius: 19px;
    padding: 16px;
    border: 3px solid #c0c0c08c;
    -webkit-box-shadow: 5px 5px 20px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 5px 5px 20px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 5px 5px 20px -15px rgba(0, 0, 0, 0.75);
    min-height: 210px;
    margin: 16px 0px;
    transition: .5s ease;
}
.executive .pres-name :hover{
  background: #000000a8;
  transition: .5s ease;


}
.ft-text span{
	display: block;
    text-align: left;
    font-size: 14px;
    color: #ffffff;
}
.ft-text{
	padding: 20px 72px;
}
.executive  h3 {
	position: absolute;
    font-size: 114px;
    top: -13px;
    font-weight: 600;
    font-family: math;
    left: 24px;
    text-transform: capitalize;
    width: 74%;
    -webkit-text-fill-color: #ffffff;
    line-height: 78px;
    letter-spacing: -6px;
}
.executive img {
    width: 22%;
    margin: 28px 15px 20px 0px;
    float: left;
    border-radius: 50%;
    outline: 5px #e6e6e6 solid;
}

.yellow-bg h3 {
    position: absolute;
    z-index: 0;
	letter-spacing: -9px;
    color: #ffffff;
    font-size: 85px;
    top: -35px;
    font-weight: 600;
    font-family: math;
    left: 35px;
	text-shadow: 4px 4px 5px rgba(255, 255, 255, 0);
}
@media (min-width: 1400px) {
  .yellow-bg h3 {
    font-size: 100px;
}
}


.navbar-collapse.collapse ul{
	display: block!important;
	height: auto!important;
	padding-bottom: 0;
	overflow: visible!important;
	margin: auto;
}
.navbar-nav {
    float:inherit;
    margin: 0;
}
.navigation-full{
	margin: 19px 0 5px 0;
	transition: 1s ease;
}
.shrink-nav-content p{
  font-size: 0px;
	}
.shrink-navigation-full{
	margin: 65px 0 5px 0;
	transition: 1s ease;

}
.navigation-full ul li a{
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 13px;
	color: #969696;
	text-transform: capitalize;
	transition: 1s ease;
	padding: 0 9px;
}
@media (min-width: 1400px) {
  .navigation-full ul li a{
    padding: 0 16px;
  }
}
.shrink-navigation-full ul li a{
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 13px;
	color: #747474;
	text-transform: capitalize;
	transition: 1s ease;
}
{    
	padding: 17px 0 0 0;}
.navigation-full ul>li>a:focus{
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0);
	color: #8b8b8b;
}
.navigation-full ul>li>a:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0);
	color: #ffffff;
}
.navigation-full ul>li>.active {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0);
	color: #ffbb00;
}
.navigation-full ul li a i{
	display: block;
    font-size: 17px;

} 

 .navigation-full ul li{
  	margin: 0 0px;
} 

.navbar-nav ul li{
	color: #eaeaec;
}
.wrapper{
	margin-top: 186px;
	background-color: #fff;
}
.logo-full{
	background-color: #0f0b02;
}
.logo-full img{
    width: 100%;
}
.fb-btn{
    color: #fff;
    font-size: 38px;
    font-weight: 200;
    font-family: "Manrope", sans-serif;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 2px 40px;
	transition: 1s ease;
	float: right;

}
.fb-btn:hover{
    text-decoration: none;
    color: #0050d2;
    border: solid 1px #0050d2;
	transition: 1s ease;
	text-align: right;
	background-color: #fff;
}
.benifits{
    background: #fff;
    padding: 40px 15px 40px 155px;
	
}

.benifits h1{
  font-family: math;
  color: #faffff;
  background: #231f20;
  font-size: 60px;
  padding: 18px 35px;
  border-radius: 15px 15px 0 0;
  margin-top: 92px;
  margin-bottom: 40px;
  text-shadow: 4px 4px 3px rgb(0 0 0 / 33%);
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: -3px;

}
.terms-area h2 {
  font-family: math;
  background: rgb(140,93,36);
  background: linear-gradient(144deg, rgba(140,93,36,1) 0%, rgba(201,152,53,1) 12%, rgba(246,214,121,1) 26%, rgba(216,154,40,1) 38%, rgba(207,137,41,1) 54%, rgba(246,214,121,1) 94%);  color: #231f20;
  font-size: 45px;
  padding: 18px 35px;
  margin-top: 0;
  margin-bottom: 40px;
  text-shadow: 4px 4px 3px rgb(0 0 0 / 33%);
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: -3px;
  text-align: center;
}
.benifits p {
    font-weight: 500;
    font-family: "Manrope", sans-serif;
    color: #808080;
    font-size: 16px;
    line-height: 27px;
}
.benifits ul ol{
	font-weight: 600;
    font-family: "Manrope", sans-serif;
    color: #231f20;
    font-size: 15px;
    line-height: 27px;
}
.benifits ul p{
	padding: 0 100px 15px 100px;
}
.members-main{
  padding: 40px 0px;

}
.members{
  background: #231f204a;
  color: #fff;
  padding: 35px;
  border-radius:  0 0 15px 15px;
  text-align: center;
}
.members p{
  color: #231f20;
  font-weight: 500;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 27px;
}
.members h2{
  font-family: math;
  color: #231f20;
  background: #fff;
  font-size: 60px;
  padding: 18px 35px;
  margin-top: 0;
  margin-bottom: 40px;
  text-shadow: 4px 4px 3px rgb(0 0 0 / 33%);
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: -3px;
}
.slick-member .element{
  padding: 20px;
}
.slick-member .element img{
  width: 100%;
}
.slick-prev, .slick-next {   
  background-color: #231f2088; 
  width: 30px;
    height: 29px;
    border-radius: 50px;/* Background color for better visibility */   
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: #231f2088;
}  
.slick-prev:hover, .slick-next:hover {  
  background-color: #231f20; /* Darken on hover */  
}  
.slick-prev:before, .slick-next:before {
  font-size: 30px;
}
.terms-area {
    background-color: #231f20;
    padding: 20px 20px 85px;
    margin-top: 250px;
	-webkit-box-shadow: 5px 15px 50px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 15px 50px -3px rgba(0,0,0,0.75);
	box-shadow: 5px 15px 50px -3px rgba(0,0,0,0.75);
	
}
.terms-area h1 {
    color: #ffffff;
    text-align: left;
    font-size: 41px;
    margin-bottom: 20px;
}
.terms-area ul ol{
	font-weight: 600;
    font-family: "Manrope", sans-serif;
    color: #d89a28;
    font-size: 15px;
    line-height: 27px;
}
.terms-area p {
  font-weight: 500;
  font-family: "Manrope", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 27px;
  padding: 20px;
}
.ben{
	padding: 0 35px 0 0;
}
.terms-area ul p {
    padding: 0 38px 15px;
}
.fb-area{
background-color: #3B5998;
}
.fb-area iframe, .upcomming-event iframe{
	margin: 0 auto;
    display: table;
}
.fb-area h2, .upcomming-event h2{
	margin: 30px auto;
  display: table;
	color: #ffffff;
}
.fb-area h2 i, .upcomming-event h2 i{
	font-size: 115px;
	color: #ffffff;
  margin-right: 20px;
}
.text-yellow{
  color: #d89a28 !important;
}
.bg-black{
  background-color: #000;
}
.upcomming-event h3{
	margin: 0px auto;
  display: table;
}
.upcomming-event h4{
  color: #fff;
    text-align: center;
    font-size: 19px;
    margin-bottom: 50px;
}
.upcomming-event p{
  color: #fff;
    text-align: center;
    font-size: 22px;
}
.upcomming-event p span{
  color: #7e7e7e;
}
.upcomming-event p span i{
 margin-right: 15px;
}
.upcomming-event .highlight{
  color: #d89a28;
}
/* fb-area */





/* FAQ */

.faq-section {
  background: #ededed;
  min-height: 100vh;
  padding: 35px 0px 35px;
  margin-bottom: 75px;
  border-radius: 15px;
}
.faq-title h2 {
  font-family: math;
  color: #231f20;
  font-size: 60px;
  padding: 18px 35px;
  border-radius: 15px 15px 0 0;
  margin-top: 0px;
  margin-bottom: 0px;
  text-shadow: 4px 4px 3px rgb(0 0 0 / 33%);
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: -3px;
  text-align: left;
}
.faq-title p {
padding: 0 190px;
margin-bottom: 10px;
}

.faq {
background: #b7c2c9;
box-shadow: 20px 20px 22px -19px rgb(0 0 0);
border-radius: 0px;
}

.faq .card {
border: none;
background: none;
border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
padding: 0px;
border: none;
background: none;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
  background: #aea8a8;
  padding-left: 10px;
}
.faq .card .card-header .faq-title {
width: 100%;
text-align: left;
padding: 0px;
padding-left: 30px;
padding-right: 30px;
font-weight: 600;
font-size: 18px;
letter-spacing: 0px;
color: #032437;
text-decoration: none !important;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
cursor: pointer;
padding-top: 20px;
padding-bottom: 20px;
margin: 0;
}
@media (min-width: 1400px) {
  .faq .card .card-header .faq-title {
    font-size: 15px;

  }
}
.faq .card .card-header .faq-title .badge {
display: inline-block;
width: 30px;
    height: 30px;
    line-height: 25px;
float: left;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
text-align: center;
background: #a80000;
color: #fff;
font-size: 12px;
margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 75px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #0067c2;
  line-height: 28px;
  letter-spacing: 0;
}

.faq .card .card-body p {
margin-bottom: 14px;
}

@media (max-width: 991px) {
.faq {
  margin-bottom: 30px;
}
.faq .card .card-header .faq-title {
  line-height: 26px;
  margin-top: 10px;
}
}
/* FAQ */



/* newsblog */
.newsblog {
  background-color: #ededed00;
  padding: 0 60px;

}

.newsblog h2 {
  font-family: math;
  color: #231f20;
  font-size: 60px;
  padding: 18px 35px;
  border-radius: 15px 15px 0 0;
  margin-top: 0px;
  margin-bottom: 0px;
  text-shadow: 4px 4px 3px rgb(0 0 0 / 33%);
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: -3px;
  text-align: left;
}
.news-sec {
  padding: 35px;
  margin: 0px 0px 20px 0px;
  background: #fff;
}
@media (min-width: 1400px) {
  .news-content h3{
    font-size: 19px;
  }
}
.news-content h3{
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: #3a3535;
  margin: 0;
}
.news-content-p{
  margin-top: 19px !important;
  font-size: 14px !important;
  color: #5b5b5b !important;
}
.news-content span{
  color: #a5a5a5;
}
.news-content .date{
  color: #ff8787;
}
.news-sec a{
  text-transform: uppercase;
  display: block;
  float: right;
}
.readmore-news{
  background: #231f20;
    text-align: center;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 26px;
    font-family: math;
    border-radius: 0 0 15px 15px;
    letter-spacing: -2px;
    padding: 14px 0
}
.readmore-news:hover{
    background: #231f20;
    text-align: center;
    width: 100%;
    display: block;
    color: #d89a28;
    font-size: 26px;
    font-family: math;
    border-radius: 0 0 15px 15px;
    letter-spacing: -2px;
    padding: 14px 0;
    text-decoration:none;
}
/* newsblog */


/* Gallery */
.gallery{
  text-align: center;
}
.gallery h2{
  font-family: math;
  color: #231f20;
  background: #fff;
  font-size: 60px;
  padding: 18px 35px;
  text-shadow: 4px 4px 3px rgb(0 0 0 / 33%);
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: -3px;
}
.gallery h3{
  font-family: math;
  color: #fdfeff;
  /* background: #fff; */
  font-size: 45px;
  /* padding: 18px 35px; */
  text-shadow: 4px 4px 3px rgb(0 0 0 / 33%);
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: -3px;
  text-align: left;
}
.gallery p {
    font-weight: 500;
    font-family: "Manrope", sans-serif;
    color: #125f8b;
    font-size: 16px;
    line-height: 27px;
}
.gallery img{
    cursor: pointer;
    transition: transform 0.2s;
    width: 100%;
    margin: 15px 0px;
} 

.gallery img :hover {  
  transform: scale(1.08);  
}  
.gallery .row{
  background: rgb(7,46,69);
  background: linear-gradient(150deg, rgba(7,46,69,0.6839110644257703) 0%, rgba(7,46,69,0.21332282913165268) 31%, rgba(0,0,0,0) 100%);
  margin-bottom: 60px;
}
  /* Gallery */

  .contact-no-lg{
    background-color: #000;
  }
  .contact-no-lg h4{
      font-family: math;
      color: #fdfeff;
      font-size: 45px;
      text-shadow: 4px 4px 3px rgb(0 0 0 / 33%);
      font-weight: 600;
      text-transform: capitalize;
      letter-spacing: -3px;
      text-align: center;
  }
  .contact-no-lg p {
    font-weight: 500;
    font-family: "Manrope", sans-serif;
    color: #ffffff;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
}
  .contact-no-lg img{
    width: 120px;
    margin: 35px auto;
    display: table;
  }

  .contact-no-lg img{
    animation: tilt-shaking 0.3s infinite;
    }
    @keyframes tilt-shaking {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(10deg); }
    50% { transform: rotate(0eg); }
    75% { transform: rotate(-10deg); }
    100% { transform: rotate(0deg); }
    }

  .contact-no-lg a{
    color: #fff;
    font-size: 87px;
    font-family: math;
    letter-spacing: -3px;
    transition: transform 0.5s;
    margin: 0 auto 35px;
    display: table;
  }
  .contact-no-lg a:hover{
    color: #d89a28;
    text-decoration: none;
    transition: transform 0.5s;
  }

  /* .footer */
  .footer-full {
    background-color: #231f20;
    padding: 45px 15px;
}
.new-padding{
  padding: 0 90px;
}

.footer-full p {
  font-weight: 500;
  font-family: "Manrope", sans-serif;
  color: #ffffff;
  font-size: 15px;
  line-height: 25px;
  text-align: justify;
}
@media (min-width: 1400px) {
  .footer-full p {
    font-size: 16px;
    line-height: 27px;
  }
}
.footer-full p span{
  color: #d89a28;
}
.footer-full .logo{
  margin: 0 auto;
    display: table;
    width: 50%;
}
.facebook{
  padding: 110px 15px;
    text-align: center;
}
@media (min-width: 1400px) {
  .facebook{
    padding: 110px 50px;
  }
}
.facebook img{
  float: left;
  display: block;
  width: 35px;
}
.facebook h4 {
  font-family: math;
  color: #fdfeff;
  background: #221e1f;
  font-size: 29px;
  padding: 22px;
  text-shadow: 4px 4px 3px rgb(0 0 0 / 33%);
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: -3px;
  /* text-align: left; */
}
@media (min-width: 1400px) {
  .facebook h4 {
    font-size: 32px;
}
}
.facebook .like-area {
  background-color: #fff;
  padding: 23px;
  margin-top: 35px;
}
.facebook iframe{
    margin: 0 auto;
    display: table;
    width: 100%;
}
.copyright{
  background-color: #000000;
}
.copyright p{
  text-align: left;
    margin: 25px 0;
    color: #fff;
}
.copyright a{
  color: #ffee00;
  font-weight: 600;
}
.contact-details img{
  width: 40px;
}
.contact-details h4{
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  letter-spacing: 0px;
  color: #fff;
  background: #000;
  padding: 15px;
  text-transform: uppercase;
  font-weight: 500;
}
.contact-details h4 i{
  font-size: 41px;
    margin-right: 15px;
}
.contact-details a {
  display: block;
  color: #fff;
  font-size: 19px;
  font-family: math;
  transition: 0.5s ease;
  margin: 20px 0 0px;
}
@media (min-width: 1400px) {
  .contact-details a {
    display: block;
    color: #fff;
    font-size: 23px;
    font-family: math;
    transition: 0.5s ease;
    margin: 20px 0 0px;
  }
}
.shrink .contact-details a {
  margin: 9px 0 0px;
}
.contact-details a:hover {
  color: #d89a28;
  text-decoration: none;
}
.useful-links ul{
  columns: 2;
}
.useful-links h4 {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  letter-spacing: 0px;
  color: #fff;
  background: #000;
  padding: 15px;
  text-transform: uppercase;
  font-weight: 500;
}
.useful-links h4 i{
  font-size: 41px;
    margin-right: 15px;
}
.useful-links ul li{
  list-style: none;
}
.useful-links ul li a {
  color: #fff;
  background: #ffffff38;
  padding: 4px 28px;
  border-radius: 8px;
  display: inline-flex;
  margin: 6px 0;
  transition: 0.5s ease;
}
.useful-links ul li a:hover{
  background: #d89a28;
  color: #353535;
  padding: 4px 18px 4px 38px;
  text-decoration: none;
}
.useful-links ul li a i{
  font-size: 20px;
  margin-right: 10px;
}
  /* .footer */
.inner-head h3{
  font-size: 75px;
  font-family: math;
  font-weight: 600;
  letter-spacing: -6px;
  text-align: center;
  padding: 54px;
}

.newsblog-inner {
    background-color: #ededed;
    padding: 60px 60px;
    margin-bottom: 40px;
}
.inner-radius{
  border-radius: 15px;
}
.wp-cht-bg {
  font-family: Arial, sans-serif;
  background-color: #e5ddd5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 75px 0;
  margin-bottom: 40px;
}
.chat-container {  
  width: 400px; /* Width suitable for chat display */  
  border-radius: 20px;  
  background-color: white;  
  display: flex;  
  flex-direction: column;  
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);  
}  
.chat-container .chat-img{
  position: absolute;
  border-radius: 0;
  margin: 10px;
}
.chat-header {  
  background-color: #231f20; /* A color representing professionalism */  
  padding: 15px;  
  border-top-left-radius: 20px;  
  border-top-right-radius: 20px;  
  text-align: center;  
  font-weight: bold;  
  font-size: 20px;  
}  
.chat-header img {  
  width: 45%;
}  
.chat-messages {  
  flex: 1;  
  padding: 10px;  
  overflow-y: auto;  
  max-height: 300px;  
  background-color: #f0f0f0; /* Light gray chat background */  
}  

.wp-message {  
  background-color: #dcf8c6; /* Light green for received messages */  
  padding: 10px;  
  border-radius: 5px;  
  margin-bottom: 10px;  
  max-width: 70%;  
  position: relative;  
}  

.reply {  
  background-color: #ffffff; /* White for sent messages */  
  align-self: flex-end; /* Align replies to the right */  
}  

.message-text {  
  font-size: 14px; /* Standard message font size */  
}  

.message-time {  
  font-size: 10px; /* Smaller text for timestamp */  
  color: gray; /* Timestamp color */  
  position: absolute;  
  bottom: 5px;  
  right: 10px;  
}  

.chat-footer {  
  padding: 10px;  
  border-top: 1px solid #ccc;  
}  

.chat-button {  
  text-decoration: none;  
  background-color: #25D366; /* Association branding color */  
  color: white;  
  padding: 10px;  
  border-radius: 5px;  
  text-align: center;  
  display: block;  
  transition: background-color 0.3s;  
}  

.chat-button:hover {
  background-color: #1fbd59;
  color: #fff;
  text-decoration: none;
}
.chat-button:focus {
  background-color: #1fbd59;
  color: #fff;
  text-decoration: none;
}
.chat-button:active {
  background-color: #1fbd59;
  color: #fff;
  text-decoration: none;
}
.search-container {  
  position: relative;  
  width: 100%; 
  margin-bottom: 30px; 
}  
.search-container p{
    font-weight: 500;
    font-family: "Manrope", sans-serif;
    color: #4b4b4b;
    font-size: 16px;
    text-align: center;
}
.search-input {  
  width: 100%;  
  padding: 10px 40px 10px 40px; /* Add padding to the left for the icon */  
  border: 2px solid #ccc;  
  border-radius: 20px;  
  font-size: 16px;  
}  
.search-icon {  
  position: absolute;  
  left: 10px;  
  top: 50%;  
  transform: translateY(-50%);  
  font-size: 20px;  
  color: #888;  
}  
.policy{
    background: #231f20;
    color: #fff;
    padding: 95px;
    padding: 66px 95px 125px;
    margin-bottom: 40px;
}
.policy p{
    font-size: 14px;
    font-weight: 200;
    font-family: "Manrope", sans-serif;
}
.policy ul li{
  font-size: 14px;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
}
.policy a{
  color: #ffbb00;
}
.policy h2{
  padding: 0 0 30px;
}
.member-sec{
    padding: 35px;
    margin: 0px 0px 20px 0px;
    background: #fff;
    font-family: 'Manrope';
}

.member-sec h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #3a3535;
    margin: 0 0 12px;
}
.news-content .role {
  color: #ff8787;
  text-transform: uppercase;
  display: block;
  margin-left: 17px;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: #d89a28;
  background-image: none;
  border: 1px solid #ffc107;
  border-radius: 4px;
}
.carousel-caption p{
  font-size: 24px;
}

@media only screen and (max-width: 768px) {


  .logo img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 45% !important;
      transition: 1s ease;
      margin-top: 6px;
      left: 25px;
      position: absolute;
  }
  .shrink-logo img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 44% !important;
    transition: 1s ease;
    margin-top: 25px;
    left: 25px;
    position: absolute;
}
.shrink .navigation {
  text-align: center;
  margin: 18px 0;
}
.shrink-ct-text p {
display: none;
  transition: 1s ease;
}

#language-btn {
  transition: .3s ease;
  text-decoration: none;
  cursor: pointer;
  position: fixed;
  right: 10px;
  left: auto;
  z-index: 10000;
  padding: 5px 10px;
  background-color: #a80000;
  border: none;
  color: #ffffff;
  font-size: 19px;
  padding: 6px 20px;
  border-radius: 0 0 11px 11px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 17px 5px;
  font-size: 18px;
  line-height: 20px;
  width: 75%;
  text-align: right;
  color: #fff;
}
.navbar-brand:hover {
  color: #ffbb00;
}
.menu-logo{
  
    position: absolute;
    top: 0;
    background: #b91e1e00;
    z-index: -1;
}
.loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: auto;
}
.nav-content {
  display: none;
  transition: 1s ease;
  padding: 18px 15px 27px 15px;  
  text-align: justify;
}
.shrink-nav-content{
  display: none;
}
.navigation {
  text-align: center;
  margin: 18px 0;
}
.ct-text {
  text-align: center;
  padding: 0px 4px 22px;
}
.shrink-ct-text{
  display: none;
}
.contact-details{
  text-align: center;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
}
.text-white {
  color: #fff;
  margin: 7px 50px 0 35px;
  font-size: 9px;
  text-align: justify;
  
}
#cookie-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #211d1e;
  padding: 10px 18px 10px 0px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  width: 100%;
  border-top: 1px solid #ffee00;
}
#accept-cookies{
  margin-bottom: 10px;
}
.president-content h3 {
  position: absolute;
  z-index: 0;
  color: #231f20;
  font-size: 95px;
  top: 15px;
  font-weight: 600;
  font-family: serif;
  letter-spacing: -11px;
  left: 30px;
  text-shadow: 4px 4px 0px rgb(255, 255, 255);
}
.president-content {
  padding: 91px 18px 65px;
}
.yellow-bg h3 {
  position: absolute;
  z-index: 0;
  letter-spacing: -2px;
  color: #ffffff;
  font-size: 37px;
  top: -26px;
  font-weight: 600;
  font-family: math;
  left: 23px;
  text-shadow: 4px 4px 5px rgba(255, 255, 255, 0);
}
  .yellow-bg {
    background: #231f20;
    color: #fff;
    padding: 95px;
    padding: 64px 10px 125px;
    border-radius: 0 15px 15px 0;
  }
  .yellow-bg h2 {
    color: #ffffff;
    font-size: 23px;
    top: -37px;
    font-weight: 200;
    font-family: "Manrope", sans-serif;
    right: 35px;
    letter-spacing: 0px;
    margin: 30px 0;
    text-align: center;
  }
  .yellow-bg p {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 200;
    font-family: "Manrope", sans-serif;
    text-align: justify;
}
#chat {
  right: 0 !important;
  width: 100%;
}
.facebook {
  padding: 76px 0;
  text-align: center;
}
.facebook h4 {
  font-family: math;
  color: #fdfeff;
  background: #221e1f;
  font-size: 23px;
  padding: 14px 9px 20px;
  text-shadow: 4px 4px 3px rgb(0 0 0 / 33%);
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: -3px;
  /* text-align: left; */
}
.facebook iframe {
  display: table;
  width: 100%;
  height: 58px;
}
.facebook .fb{
  height: 500px;
}

.facebook .like-area {
  background-color: #fff;
  padding: 23px;
  margin-top: 10px;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #00000045;
  text-align: center;
  text-shadow: unset;
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity = 50);
  opacity: 1;
}
.members {
  background: #231f204a;
  color: #fff;
  padding: 35px 18px;
  text-align: center;
}
.members h2 {
  font-family: math;
  color: #231f20;
  background: #fff;
  font-size: 38px;
  padding: 18px 16px;
  margin-top: 0;
  margin-bottom: 40px;
  text-shadow: 4px 4px 3px rgb(0 0 0 / 33%);
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: -3px;
  line-height: 35px;
}
.newsblog h2 {
  font-family: math;
  color: #231f20;
  background: #fff;
  font-size: 41px;
  padding: 18px 16px;
  margin-top: 0;
  margin-bottom: 40px;
  text-shadow: 4px 4px 3px rgb(0 0 0 / 33%);
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: -3px;
  line-height: 35px;
  border-radius: 0px;
}
.newsblog {
  background-color: #ededed00;
  padding: 0 15px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px !important;
  letter-spacing: 0px;
  color: #032437;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  text-align: right;
}
.faq .card .card-body {
  padding: 12px 15px;
  padding-left: 15px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #0067c2;
  line-height: 28px;
  letter-spacing: 0;
  text-align: justify;
}
.news-sec {
  padding: 15px;
  margin: 15px 15px 45px 15px;
  background: #fff;
}
.news-content h3 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #3a3535;
  margin: 20px 0;
}
.news-content-p {
  margin-top: 19px !important;
  font-size: 14px !important;
  color: #5b5b5b !important;
  text-align: justify;
}
.gallery h2 {
  font-family: math;
  color: #231f20;
  background: #fff;
  font-size: 44px;
  padding: 9px 9px;
  text-shadow: 4px 4px 3px rgb(0 0 0 / 33%);
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: -3px;
  text-align: center;
}
.contact-no-lg h4 {
  font-family: math;
  color: #fdfeff;
  font-size: 27px;
  text-shadow: 4px 4px 3px rgb(0 0 0 / 33%);
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: -1px;
  text-align: center;
}
.contact-no-lg img {
  width: 65px;
  margin: 26px auto;
  display: table;
}
.contact-no-lg a {
  color: #fff;
  font-size: 44px;
  font-family: math;
  letter-spacing: -3px;
  transition: transform 0.5s;
  margin: 0 auto 35px;
  display: table;
  text-align: center;
}
.new-padding {
  padding: 0 15px;
}
.useful-links ul {
  columns: 1;
  padding-inline-start: 0;
}
.contact-details a {
  display: block;
  color: #fff;
  font-size: 17px;
  font-family: math;
  transition: 0.5s ease;
  margin: 20px 0 0px;
}
.footer-full .contact-details {
  text-align: left;
}
.contact-details a {
  display: block;
  color: #fff;
  font-size: 17px;
  font-family: math;
  transition: 0.5s ease;
  margin: 12px 0 0px;
}
.wrapper{
	margin-bottom: 103px;
}
.shrink-navigation-full ul li a {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #747474;
  text-transform: capitalize;
  transition: 1s ease;
  padding: 18px;
  /* background: #2b2b2b; */
  border-bottom: 1px solid #171515;
}.inner-head h3 {
  font-size: 40px;
  font-family: math;
  font-weight: 600;
  letter-spacing: -6px;
  text-align: center;
  padding: 53px 0;
}
.newsblog-inner {
  background-color: #ededed;
  padding: 60px 15px;
  margin-bottom: 40px;
}
.member-sec {
padding: 22px;
margin: 0px 0px 20px 0px;
background: #fff;
font-family: 'Manrope';
text-align: left !important;
}
.member-sec .news-content-p {
  margin-top: 19px !important;
  font-size: 14px !important;
  color: #5b5b5b !important;
  text-align: left;
}
.message h2 {
  font-family: "Manrope", sans-serif;
  font-size: 21px;
  letter-spacing: 0px;
  color: #fff;
  background: #37373759;
  padding: 22px;
  text-transform: uppercase;
  font-weight: 500;
}
.message {
  background-color: #c9c9c9;
  padding: 26px;
  margin-top: 25px;
  border-radius: 15px 15px 0 0;
  color: #747474;
  -webkit-box-shadow: 13px 24px 45px -18px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 13px 24px 45px -18px rgba(0, 0, 0, 0.75);
  box-shadow: 13px 24px 45px -18px rgba(0, 0, 0, 0.75);
}
.executive h3 {
  position: absolute;
  z-index: 0;
  color: #221e1f;
  font-size: 55px;
  top: -46px;
  font-weight: 600;
  font-family: serif;
  letter-spacing: -4px;
  left: 30px;
  -webkit-text-fill-color: #fffdfd;
  text-shadow: 7px -3px 0px rgb(34 31 31);
  line-height: 48px;
}
.ft-text {
  padding: 20px 20px;
}
.president-content h2 {
  font-family: "Manrope", sans-serif;
  font-size: 23px;
  letter-spacing: 0px;
  color: #fff;
  background: #000;
  padding: 24px;
  text-transform: uppercase;
  font-weight: 500;
}
.benifits {
  background: #fff;
  padding: 15px;
}
}
