@import url('https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&family=Alkatra:wght@400..700&family=Belanosima:wght@400;600;700&display=swap');

html,
body {
	line-height: 1.6;
    font-family: "Belanosima", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000;
	padding: 0;
	margin: 0;
	background:#FFF0DF;
}
a {
	color: unset;
	text-decoration: none;

}

a:focus {
	outline: 0 solid;
}

a:hover {
	text-decoration: none;
	color: unset;
}

img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0;
	padding: 0;

}

h1 {
	color: #fff;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 10px;
}
p {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	color: #000;
	font-family: "ABeeZee", serif; 
}
.text_content{
    	font-family: "ABeeZee", serif; 
}

input:focus,
textarea:focus,
button:focus {
	outline: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

i.bx {
	vertical-align: middle;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.mt-100 {
	margin-top: 100px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-50 {
	margin-top: 50px;
}

.mb-100 {
	margin-bottom: 100px;
}

.pt-50 {
	padding-top: 50px;
}
.pb-50 {
	padding-bottom: 50px;
}

.pt-30 {
	padding-top: 30px;
}
.pt-100{
	padding-top: 100px;
}
.pb-100 {
	padding-bottom: 100px;
}



.back-to-top-btn {
	width: 40px;
  position: fixed;
  bottom: 40px;
  z-index: 999;
  right: 30px;
  height: 40px;
  background: #cb7520;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  
}

.back-to-top-btn:hover .bi {
	color: #fff;
}

.title {
	margin-bottom: 20px;
	font-size: 30px;
	color: #000;
	font-weight: 400;	
	text-transform: uppercase;
}



.container {
	max-width: 1230px;
	padding: 0 15px;
}
.slick-dots li button:before{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #E90101;
	opacity: unset;
	background-color: transparent;
}
.slick-dots li.slick-active button:after{
	width: 10px;
	height: 10px;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	border-radius: 50%;
	opacity: unset;
	background-color: #E90101;
}
.slick-dots li.slick-active button:before{
	width: 20px;
	height: 20px;
	position: absolute;
	content: '';
	top: -5px;
    left: -5px;
	border-radius: 50%;
	opacity: unset;
	border: 1px solid #E90101;
	background-color: transparent;
}
.heading h5{
	color: #CB7520;
	font-size: 19px;

}
.heading h2{
	font-size: 35px;
	
	color: #000;
}
.heading h2 span{
	font-weight: 300;
}
/**header**/



.sub-menu
{
 position: absolute;
  width: 100%;
  top: 100%;
  background: #cb7520;
  display: none;
  z-index: 9;
  min-width: 180px;
  text-align: left;
  
}
.main_menu ul li .sub-menu li a{
	padding:0 10px;
}
.main_menu ul li .sub-menu li a:hover{
    padding:0 10px 0 15px;
}
.main_menu ul li .sub-menu li a{
	color: #fff;
}
header .triger{
    position:absolute;
    right:0;
    top:33px;
    
}
header .triger:after{
	position: absolute;
    content: '\F282';
    right: -19px;
    top: 6px;
    font-family: "bootstrap-icons";
    color: #384b97;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
}
.main_menu > ul > li {
	display: inline-block;
    transition: all .3s ease-in-out;
	position: relative;
	padding: 30px 0;
}


.main_menu ul li a {
	display: block;
	font-weight: 400;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	line-height: 30px;
	color: #000;
	font-size: 16px;
	
}
.main_menu > ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header{
   background: #fff; 
}
header.sticky {
	position: fixed;
	top: 0;
	
	z-index: 999;
	width: 100%;
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 2px 28px 0 rgb(0 0 0 / 1%);
	box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.3);

	border: none;
}
.primary_btn{
	background: #CB7520;
    color: #fff;
    border-radius: 100px;
    padding: 8px 30px;
    font-size: 14px;
    text-transform: capitalize;
	display: inline-block;
}
.primary_btn:hover{
	background: #C16F1E;
    color: #fff;
    
}
.toggle_btn {
	position: relative;
    float: right;
    margin-top: 6px;
	cursor: pointer;
	display:none;
}

header.header_two {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
}



	.toggle_btn .fa-window-close-o {
		display: none;
	}
	.toggle_btn i{
	    font-size:24px;
	    line-height:24px;
	    color:#CB7520;
	}

	.toggle_btn.open_menu .fa-window-close-o {
		display: block;
	}

	.toggle_btn {
		color: #024494;
	}
    .toggle_btn.open_menu .fa-bars{
        display:none;
    }
.social_media {
    position: fixed;
    bottom: 20px;
	left: 15px;
	margin-top: 6px;
}
.social_media_links{
	display: flex;
}
.header_two.sticky{
	position: unset;
}
section.hero_sec {
    position: fixed;
	width: 100%;
}
.header_two .logo{
	margin-left: 15px;
}
.social_media li i{
	width: 30px;
	height: 30px;
	font-size: 15px;
	line-height: 30px;
	text-align:center;
	color:#fff;
}
.social_media li{
	margin-right: 15px;
}


/**header end **/

/**banner**/
.banner_sec .slick-arrow{
	display: none;
}
.banner_img{
	height: 565px;
	width: 565px;
	overflow: hidden;
	position: relative;	
	border: 10px solid #fff;
	border-radius: 50%;
	filter: drop-shadow(2.5px 2.5px 5px #673407);
}
.banner_img img{
	width: 100%;
	height: 100%;
    object-fit: cover;
	
}
.banner{
	position: relative;
	padding: 50px 0;
	z-index: 1;
	
}




.banner_text_content h1{
	color: #fff;
	font-size: 40px;
	line-height: 50px;
	max-width: 519px;

}

.banner_text_content h1 span{
	font-weight: 400;
	display: block;
}
.banner_text_content p{
	color: #fff;
	max-width: 540px;
	line-height: 25px;
}
.banner_text_content a{
	padding: 10px 40px;
	margin-top: 20px;
}
.banner_sec .slick-dots{
    max-width: 0;
    left: unset;
    transform: unset;
    text-align: right;
    bottom: 0px;
    padding: 0 15px;
    right: 40px;
    top: 50%;
    margin-top:-50px;
}
.banner_sec .slick-dots li {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 8px 0;
    padding: 0;
    cursor: pointer;
}
.banner_sec .slick-dots li button:before{
	border: 1px solid #fff;
}
.banner_sec .slick-dots li.slick-active button:after{
	background-color: #e90101;
}
.banner_sec .slick-dots li.slick-active button:before{
	border: 1px solid #e90101;
	
}
.banner_sec .row{
	align-items: center;
}


/**about us*/
.about_sec {
	padding: 80px 0;
	
}
.quote{
    font-family: "Alkatra", system-ui;
    color:#CB7520;
    font-size:21px;
    max-width:1000px;
    margin:0 auto 30px auto;
}
.quote span{
    display:block;
    margin-left:auto;
    color:#000;
    font-size:13px;
    text-align:right;
}
.about_sec .row{
	align-items: center;
}
.about_text_content p{
	color: #707070;
	margin-bottom: 20px;
	max-width: 550px;
	margin-top: 20px;
}
.about_text_content h2 span{
	display: block;
}
.about_left_img img{
	border: 20px solid #CB7520;
	border-radius: 32px;
	filter: drop-shadow(2.5px 2.5px 5px rgba(0,0,0,0.3));
}


/***mission vision sec**/

.mission_vision_area{
	position: relative;
	padding:70px 0;
	z-index: 1;
	
}
.colum_item span{
	color: #CB7520;
}
.colum_item img{
	box-shadow: 0 0 10px 0 rgba(0,0,0, 0.3);
	border: 10px solid #fff;
	border-radius: 10px;
	margin-right: 15px;
}

/**activity**/
.our_ideal{
	padding: 70px 0;
}
.our_ideal .row [class*="col-"]{
    padding-left:0;
    padding-right:0;
}
.our_ideal .row [class*="col-"]:nth-of-type(2) .our_ideal_item{
     background:#CB7520;
}
.our_ideal .our_ideal_item{
	border-radius: 4px;
    background:#FF962E;
    padding:10px;
}
.hide_text{
    text-align:center;
}
.our_ideal_item h5{
	font-size: 30px;
	color:#fff;
	padding:10px 0;
}
.our_ideal_item img{
    border:6px solid #fff;
    border-radius:10px;
    width:100%;
}
.our_ideal_item p{
    color:#000;
}
.news_media .our_ideal_item{
    border-radius: 4px;
    background:#fff;
    padding:10px;
    text-align:left;
}
.news_media .our_ideal_item .text-left{
    text-align:left;
}
.news_media .our_ideal_item h5{
    color:#000;
}

/**our_trustees**/
.our_trustees{
	padding: 70px 0;
	background-color: #F8F4F4;
}
.our_trustees .trustees_slider_item{
	border: 1px solid #F9DFDF;
	border-radius: 4px;
	background-color: #fff;
	margin: 10px 15px;
}
.our_trustees .slick-dots{
    bottom:-30px;
}
.trustees_img{
	height: 385px;
	overflow: hidden;
}
.trustees_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.trustees_slider_item h4{
	color: #000;
	font-size: 17px;
	font-weight: 400;
	padding: 15px 10px;	
}

/**counter_testimonial**/
.counter_testimonial{
	position: relative;
	background-color: #F9DFDF;
	padding-bottom: 30px;
}
.counter_testimonial:after{
	position: absolute;
	content: '';
	width: 48%;
	height: 100%;
	left: 0;
	top:0;
	background: rgb(73,70,217);
	background: linear-gradient(180deg, rgba(73,70,217,1) 0%, rgba(82,12,41,1) 83%);
	z-index: 1;
}

.counter_lists{
	position: relative;
    z-index: 3;
	margin-top: 50px;
}
.counter_lists li{
	width: 50%;
	float: left;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}
.testimonial_img{
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}
.testimonial_img img{
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.description{
	background-color: #CB7520;
	border-radius: 12px;
	padding: 30px 20px 60px 20px;
	text-align: center;
	position: relative;
}
.description h4{
	color: #fff;
}
.description p{
	color: #fff;
}
.counter_testimonial .slick-dots {
	position: absolute;
	bottom: 40px;
}
.counter_testimonial .slick-dots li.slick-active button::before{
	border: 1px solid #fff;
	background-color: transparent;
}

.slick-dots li button::before {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #fff;
	opacity: unset;
	background-color: #fff;
  }
  .counter_testimonial .slick-dots li button::before{
	background-color: #fff;
  }
  
.counter_testimonial .slick-dots li.slick-active button::after{
	background-color: #fff;
}
.description img {
	position: absolute;
	left: 20px;
	top: 10px;
}
.description img:last-child{
	right:20px;
	bottom: 10px;
	left: unset;
	top: unset;
}
.advisory_board p{
	
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
}
.advisory_board_sec p{
	font-weight: 500;
	font-size: 17px;
}
.advisory_board p:after{
	position: absolute;
	content: '\F138';
	left: 0;
	top:0;
	font-family: "bootstrap-icons";
	width: 20px;
	font-size: 24px;
	color: #000;
}

.credential_sec .row .wrapper_item p:empty{
	padding: 0;
	margin: 0;
}
.credential_sec .row [class*="col-"]{
	padding-left: 0;
	padding-right: 0;
}

.credential_sec .row {
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}


.credential_sec .row:nth-child(2n) {
 -moz-flex-direction: row-reverse;
 -webkit-flex-direction: row-reverse;
 -ms-flex-direction: row-reverse;
 flex-direction: row-reverse;

}
.credential_sec .img_col{
	-moz-order: 1;
	-webkit-order: 1;
	-ms-order: 1;
	order: 1;
	
}
.credential_sec .content_col {
	-moz-order: 2;
	-webkit-order: 2;
	-ms-order: 2;
	 order: 2;
	
}
.get_involved_menu li{
	float: left;
	width: 30%;
	margin: 0 1% 60px 1%;
}
.get_involved_menu li a{
	color: #000;
	border: 2px solid #000;
	border-radius: 7px;
	font-size: 19px;
	display: block;
	padding: 10px;
	font-weight: 600;
	text-align: center;
}
.get_involved_menu li a:hover,.get_involved_menu li a.active{
	color: #fff;
	border: 2px solid #CB7520;
	background-color: #CB7520;
	
}

.our_ideal_item {
    position: relative;
}

.video_items button {
        width: 70px;
        height: 50px;
        border-radius:10px;
        background-color: rgba(255, 0, 0, 0.85); /* YouTube red */
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer;
        transition: 0.3s;
}
.video_items video{
    width: 100%;
    border: 10px solid #fff;
    border-radius: 0;
}
.video_items .bi{
    font-size:40px;
}
.news_media.single_post .our_ideal_item {
    border-radius: 0;
    background: transparent;
    padding: 10px;
    text-align: center;
}
.news_media.single_post .our_ideal_item img{
    width:500px;
}
.news_media.single_post .our_ideal_item .text-left{
    text-align:center;
}


















footer {
	color: #000;
	padding: 60px 0 30px;
	position: relative;
	background-color: #fff;
	font-family: "ABeeZee", sans-serif;
}

.footer-social ul li {
	display: inline-block;
	margin-right: 15px;
}

.copy-text {
	padding: 15px 0;
	text-align: center;
	border-top: 1px solid #D9D9D9;
	color: #000;
}
.copy-text p{
	font-size: 14px;
	color: #000;
}
footer h4{
	margin-bottom: 30px;
	font-family: "Belanosima", sans-serif;
}

footer li{
	margin-bottom: 10px;
}

footer li a {
	font-size: 14px;
	line-height: 20px;
	display: block;
	color: #000;
	font-family: "ABeeZee", sans-serif;
}
.footer_menu li a{
    position:relative;
    padding-left:20px;
}
.footer_menu li a:before{
    position:absolute;
    left:0;
    top:0;
    color:#bd660f;
    content:'\F280';
    font-family: bootstrap-icons !important;
}
.contatc_info li a{
     position:relative;
    padding-left:20px;
}
.contatc_info li a .bi{
   color:#bd660f;  
    position:absolute;
    left:0;
    top:0;
}
.social_media_links a{
    display:inline-block;
    margin-right:25px;
}
.social_media_links a:last-child{
    margin-right:0;
}
.social_media_links a .bi{
    font-size:26px;
}
/**about page**/

.wrapper_item p{
	color: #000000;
	font-style: 16px;
	line-height: 27px;
	padding: 30px;
}
/*.img_wrapper{
	height: 500px;
}*/
.img_wrapper img{
	width: 100%;
	
	border-radius:20px;
}
.about_main_content{
	padding: 30px 0;
}

.about_main_content .row:nth-child(2n) {
  -moz-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;

}
.publications__item {
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    margin-bottom:30px;
}
.publication_img {
    height:200px;
    width:130px;
    float:left;
}
.publication_img img{
    width:100%;
}
.publication_details{
    height:100%;
    float: right;
    width: calc(100% - 140px);
    padding:10px 0;
}
.publication_details div{
    position:relative;
    padding-left:20px;
}
.publication_details .bi{
    color:#CB7520;
    position:absolute;
    left:0;
    top:5px;
}
.publication_details .primary_btn {
    padding: 5px 16px;
    font-size: 13px;   
}
.ourmission{
	padding: 100px 0 200px 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
	
}
.ourmission img{
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	bottom: 0;
}
.missions p{
	position: relative;
	margin-bottom: 20px;
	padding-left: 30px;
}

.ourmission strong{
	font-weight: 500;
  font-size: 16px;
  color: #000;
  max-width: 832px;
  display: inline-block;
}
.ourmission h4{
	font-size: 28px;
	color: #000;
	margin-bottom: 20px;
}
.ourvision{
	padding: 100px 0;

}

.ourvision strong{
  font-weight: 500;
  font-size: 16px;
  color: #000;
  max-width: 832px;
  display: inline-block;
}
.ourvision h4{
	font-size: 28px;
	color: #000;
	margin-bottom: 20px;
}
 
.page_title_img{
	position: relative;
	overflow: hidden;
}
.page_title_img:after{
	position: absolute;
	content: '';
	top: 0;
	height: 100%;
	width: 100%;
	left: 0;
	background: linear-gradient(117deg, rgba(36, 42, 63, 0.72) -4.37%, rgba(43, 43, 44, 0.00) 100.74%);
}
.page_title_img img{
	width: 100%;	
}

.page_content h4{
	margin-bottom: 20px;
	font-size: 25px;
	font-weight: 500;
}
.page_content p{
	line-height: 30px;
	margin-bottom: 15px;
}




.contact_area {
    position:relative;
    z-index:1;
    padding:70px 0;
    overflow:hidden;
}

.contact_img{
     height:100%;
}
.contact_img img{
    width: 100%;
    border: 12px solid #fff;
    border-radius: 23px;
  
}

.contact_info{
    margin-bottom:30px;
}
.counting{
    font-size:20px;
    margin:10px 0;
}
.input_field{
    margin-bottom:15px;
}
.input_field input{
    width:100%;
    font-size:17px;
    color:#000;
    height:40px;
    border-radius:4px;
    border:1px solid #000;
    background:transparent;
    padding:0 15px;
    font-family: "ABeeZee", serif;
}
.input_field input[type="submit"]{
    width:100%;
    font-size:17px;
    color:#fff;
    height:40px;
     border-radius:4px;
    border:1px solid #CB7520;
    background:#CB7520;
    padding:0 15px;
}
.input_field textarea{
    width:100%;
    font-size:17px;
    color:#000;
    height:140px;
    border-radius:4px;
    border:1px solid #000;
    background:transparent;
    font-family: "ABeeZee", serif;
    padding:15px;
}

.single_post p{
    background:transparent;
    font-family: "ABeeZee", serif; 
}
.readmore{
    display:table;
    margin:10px auto;
    text-decoration:underline;
    font-size:15px;
    font-weight: 400;
    font-family: "ABeeZee", serif; 
}
@media (min-width:768px){
    .heading   a{
    float: right;
    width: auto;
    margin-top: -50px;
}
.main_menu{
    margin: 0 auto;
    max-width: 502px;
}
}




