@import 'reset.css';

select,
input,
.add-list a,
button{
	height: 30px;
	min-width: 30px;
	padding: 4px;
	border: 1px solid lightgrey;
}
select:hover,
input:hover,
.add-list a:hover,
button{
	border: 1px solid #dcb568;
}
.add-list a{
	cursor: pointer;
}
.logo img{
	width: 180px;
}
.menu>ul{
	display: flex;
	gap: 4px;
}
.menu ul li{
	position: relative;
	padding: 15px;
}
.menu ul li img{
	margin-left: 10px;
}
.menu ul li a{
	font-size: 14px;
	font-family: caps;
	color: #fff;
}
.menu ul li a:hover,
.menu ul li.active>a,
a.active,
.fb a i{
	color: #dcb568;
}
.fb a{
	font-size: 34px;
	margin-top: 10px;
	display: inline-block;
	margin-left: 5px;
}
#sync1 .item{
	height: 600px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
#sync1{
	position: relative;
}
#sync1 .item{
	overflow: hidden;
}
#sync1 .item img{
	min-width: 100%;
	min-height: 100%;
	height: 100%;
	width: auto;
	flex-shrink: 0;
	object-fit: cover;
}
#sync1 .owl-prev,
#sync1 .owl-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
}
#sync1 .owl-next{
	left: auto;
	right: 20px;
}
#sync2{
	margin-top: 10px;
}
#sync2 .item{
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
#sync2 .item img{
	min-height: 100%;
	height: 100%;
	width: auto;
}
#sync2 .owl-item.current .item{
	border: 5px solid #dcb568;
}
.header-title{
	font-size: 14px;
	text-align: center;
	padding: 10px 10px;
	background: #dcb568;
	color: white;
	font-family: caps;
}
header{
	padding-top: 12px;
}
header .menu-resp.row.resp {
	display: flex;
	justify-content: center;
}
header .wrapper{
	display: flex;
	justify-content: space-between;
	width: auto;
}
header .wrapper ul{
	display: flex;
	gap: 24px;
	align-items: center;
	border-bottom: 1px solid #fff;
}
header .wrapper ul a{
	color: #fff;
}
header .sm-list a{
	font-size: 12px;
	display: flex;
	align-items: center;
	gap: 6px;
}
header .right-list a{
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 6px;
}
header .right-list a i {
	font-size: 34px;
	color: #dcb568;
}
header .btn{
	height: 40px;
	display: flex;
	align-items: center;
	height: 40px;
	background-color: #D5A64B;
	color: #1F1D1B!important;
	gap: 24px;
	padding: 0 12px;
	font-family: caps;
	border-radius: 0;
	font-weight: bold;
}
body{
	background-color: #34312E;
    background-image: url(../../img/navy1.png);
    background-size: contain;
    background-repeat: repeat;
}
.aside-desc{
	border: 1px solid #dcb568;
	padding: 13px 10px 10px 40px;
}
.padding-left-20{
	padding-left: 20px !important;
}
.aside-desc ul li{
	list-style-type: disc;
	color: #dcb568;
}
.aside-desc ul li a{
	color: #545454;
}
.aside-desc>a{
	font-family: caps;
	font-size: 16px;
	text-align: center;
	color: #dcb568;
}
.aside-desc ul li a{
	display: block;
}
.arrow-btn{
	width: 25px;
	margin-top: 5px;
	margin-left: 5px;
}
.secondary-date{
	color: #757575;
	display: block;
}
.aside-desc p{
	font-size: 14px;
}
.aside-desc span{
	font-size: 12px;
}
.main-content-text{
	margin-top: 30px;
	padding: 48px 0;
}
.main-content-text *{
	color: #fff;
}
.builders-list-title{
	font-family: caps;
	font-size: 16px;
	font-weight: bold;
}
.builders-list-item:first-child div{
	font-weight: bold;
}
.builders-list-item{
	min-height: 40px;
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
a.builders-list-item:hover{
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	border-color: transparent;
}
.edit-btn{
	position: absolute;
	left: 0;
	top: 5px;
	width: 30px;
	height: 30px;
	font-size: 16px;
	display: inline-block!important;
	transition: 0.3s;
	background: transparent;
	border: none;
	color: rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.edit-btn:hover{
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
.builders-list-item:hover .edit-btn{
	left: 5px;
}
.show-all-builders:hover{
	color: #dcb568; 
}
footer{
	border-top: 1px solid #fff;
}
.footer-logo{
	font-size: 26px;
	font-family: caps;
}
.footer-logo img{
	width: 180px;
}
.copyright{
	padding: 10px;
	border-top: 1px solid #fff;
	color: #fff;
	font-size: 14px;
}
.copyright a{
	color: #fbbc05;
}
.footer-info-title{
	font-family: caps;
	font-weight: bold;
	color: #dcb568;
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
}
.footer-info .sm-list a{
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 14px;
	margin-bottom: 15px;
}
.footer-info .sm-list i{
	font-size: 24px;
	color: #dcb568;
	margin-right: 6px;
}
.footer-info .contact li{
	color: #fff;	
	margin-bottom: 12px;
	font-size: 14px;
}
.footer-info .contact li img{
	margin-right: 6px;
}
.contact-icon{
	display: inline-block;
	width: 20px;
}
.contact-icon i{
	color: #dcb568;
}
.drop-menu {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 270px;
    background: #34312E;
    top: 50px;
    left: 0;
    -ms-transform: translateX(-50%);
    padding: 20px 0;
}
.drop-menu>li{
	display: block!important;
	padding: 0px!important;
	text-align: left;
	padding-bottom: 10px!important;
}
.drop-menu>li a{
	padding-left: 15px;
    text-align: left;
    padding-left: 20px;
    min-width: 0!important;
    font-family: dejavu;
}
.drop-menu>li:last-child{
	padding-bottom: 0px!important;
}
.qr{
	position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid #D5A64B;
    padding: 6px;
}
.qr img{
	width: 96px!important;
}
.qr span{
	background-color: #D5A64B;
	display: block;
	font-size: 14px;
	color: #fff;
	width: calc(100% + 12px);
	position: relative;
	left: -6px;
	font-family: caps;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: -6px;
}
.sign{
	filter: brightness(0) invert(1);
}
.drop-menu>li>a{
	display: inline-block;
	max-width: 90%;
	min-width: 50%;
	padding-bottom: 5px;
	border-bottom: 1px dashed rgba(0,0,0,0.1);
}
.menu>ul>li:hover .drop-menu{
	display: block;
}
/*.main-news-title{
	height: 42px;
	overflow: hidden;
}*/
.news-img{
	width: 100%;
	height: 250px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.news-img img{
	height: 100%; 
	min-width: 100%;
	min-height: 100%;
	flex-shrink: 0;
}
.each-news{
	transition: 0.1s;
	width: 100%;
}
.each-news .date{
	display: block;
	margin-bottom: 5px;
	color: #D5A64B;
	margin-top: 10px;
}
.each-news .news-title{
	color: #fff;
	height: auto;
	font-family: caps;
	text-align: left;
	font-size: 16px;
	margin-bottom: 5px;
	max-height: 48px;
	overflow: hidden;
}
.each-news .text{
	font-size: 12px;
	color: rgba(255, 255, 255, 0.8);
}
.each-news:hover{
}
.reports {
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    border-right: 0;
    margin: 30px 0;
}
.reports > div > div {
    display: table-cell;
    float: inherit;
    padding: 10px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    color: rgba(255,255,255,0.9);
}
.reports > div:first-child {
    background-color: #f3f3f3;
}
.reports > div > div:not(:first-child) {
    text-align: center;
}
.reports > div {
    display: table;
    width: 100%;
}
.pdf-file {
    height: 24px;
    font-size: 14px;
    padding-left: 30px;
}
.pdf-file i{
	color: red;
}
.pdf-file:hover{
	color: red;
}
.border-top-header{
	border-top: 1px solid rgba(0,0,0,0.1);
	padding-top: 30px;
}
.donate-search select,
.donate-search input,
.donate-search button{
	padding: 7px 10px;
	height: 37px;
	background: white;
}
.donate-search div{
	display: inline-block;
}
.donate-search{
    margin: 10px auto 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.donators-title b{
	font-family: caps!important;
	font-size: 16px;
}
.donate-search button{
	background: #dcb568;
	border: 1px solid rgba(0,0,0,0.1);
	color: white;
	font-family: caps;
}
.donate-search button:hover{
	background: white;
	color: #dcb568;
}
.back-orange{
	padding: 20px 0;
	background: #dcb568;
}
.color-white{
	color: white;
}
.form-title{
	padding: 20px;
	font-family: caps;
	font-size: 16px;
}
.form-title-2{
	padding: 20px;
	font-size: 16px;
}
.form-section .form-group,
.each-add-list .form-group{
    margin: 5px 3px 5px 2px;
}
.form-section .form-group label{
	display: block;
}
.add-list .each-add-list:first-child .form-group{
	margin-bottom: 5px;
}
.add-list .each-add-list:not(:first-child) .form-group:first-child{
	margin-left: 1px;
}
.remove-btn{
	margin-left: 2px;
}
.member-options{
	margin-bottom: 20px!important;
}
.member-options select{
	width: 189px;
}
.member-options .form-group{
	display: none;
}
.form-submit-btn{
	min-width: 189px;
}
.contact-us .form-group span{
	display: block;
	margin: 10px 0;
	color: #fff;
}
.contact-us input,
.contact-us textarea{
	width: 100%;
	resize: none;
	margin-bottom: 10px;
	padding-left: 10px;
}
.contact-us textarea{
	height: 100px;
	padding-top: 10px;
	border-color: lightgrey;
}
.contact-us button{
	margin-top: 10px;
	height: 32px;
	margin-bottom: 20px;
	width: 100px;
}
.burger-bar{
	margin-top: 11px;
	font-size: 29px;
	margin-left: -4px;
	padding: 0;
	background: transparent;
	display: none;
	border: none;
	position: absolute;
}
.burger-bar img{
	display: none;
}
.burger-bar img:first-child{
	display: block;
}
.burger-bar.active img{
	display: block;
}
.burger-bar.active img:first-child{
	display: none;
}
.news-gallery .main-title{
	justify-content: flex-start;
	padding-left: 0;
	font-size: 20px;
	font-weight:normal;
	margin-top: 20px;
}
.news-gallery .main-title::after{
	left: 0;
	transform: none;
}
.fb-like-share-btns{
	margin: 0 -8px;
	margin-top: 20px;
}
.news-gallery .gallery{
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 24px;
}
.news-gallery .gallery a{
	padding: 0;
	height: 120px;
}
.menu-resp{
	min-height: 48px;
	position: relative;
}
.mr-10{
	margin-right: 10px;
}
.news-detail{
	display: flex;
	align-items: center;
	gap: 48px;
}
.news-detail .date{
	font-size: 18px;
	color: #D5A64B;
	margin-bottom: 10px;
}
.news-text p{
	color: rgba(255, 255, 255, 0.8);
}
.news-text strong{
	color:  white;
}
.news-detail .news-title{
	font-size: 20px;
	font-family: caps;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 10px;
}

.news-details-img{
	height: 360px;
	width: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	flex-shrink: 0;
}
.news-details-img img{
	height: 100%;
	width: 100%;
	max-width: none;
	object-fit: cover;
}
.news-details-img video{
	width: 100%;
}
.news-details .news-title{
	text-align: left;
}
.news-date{
	margin: 0 0 10px;
	display: block;
	color: rgba(0,0,0,0.4);
}
.gallery a{
	overflow: hidden;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.donor-title b{
    margin: 10px 0;
    display: block;
    font-family: caps;
    text-transform: uppercase;
}
.donors-list {
    border: 1px solid #e5e5e5;
    margin-bottom: 40px;
}
.donors-list > .col-lg-6:first-child {
    border-right: 1px solid #e5e5e5;
}
.donors-list > div > div > p {
    background-color: #d5a64b;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    padding: 5px;
}
.options span, .options a {
    display: inline-block;
    float: left;
    padding: 5px;
    margin-left: 5px;
    cursor: pointer;
    background-color: #F8F8F8;
    border-radius: 2px;
}
.donator-name{
	padding: 5px;
	display: inline-block;
}
.edit-btn-details{
	border: none;
	border-radius: 2px;
	background: transparent;
	padding: 2px;
	width: 26px!important;
	min-width: fit-content;
	height: 26px!important;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.edit-btn-details:hover{
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.modal.in .modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-53%);
}
.modal-header {
    background: #e5e5e5;
    padding-top: 20px;
    padding: 20px;
}
.modal-content{
	border-radius: 0;
	min-height: 410px;
}
.modal-title{
	font-family: caps;
	color: #dcb568;
}
#changeModal .form-group{
	margin: 10px 0;
}
#changeModal .form-group span{
	display: block;
	padding-bottom: 10px;
}
#changeModal .form-group input,
#changeModal .form-group textarea{
	width: 100%;
	border: 1px solid lightgrey;
	resize: none;
}
#changeModal .form-group textarea{
	height: 60px;
}
.modal-body{
	padding: 30px;
}
.camera{
	height: 500px;
}
.form-section input,
.form-section select,
.form-section textarea{
	border-color: #dcb568;
}
.captcha{
	float: left;
    height: 66px;
    width: 102px;
    background-image: url(../img/captcha.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.amount-donation>div div{
	display: inline-block;
}
.captcha-and-submit .captcha{
	height: 45px!important;
}
.popup-content form{
	width: 100%;
	padding: 30px;
}
.captcha-text{
	margin-right: 10px;
}

.pages-share-btn{
	margin-top: 20px;
}
.slider-text{
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 24px;
	font-family: caps;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
	color: white;
    font-size: 15px;
    min-height: 91px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: fit-content;
    max-width: calc(100% - 30px);
    padding: 0 50px;
    background-color: rgba(192, 155, 90, 0.4);
    backdrop-filter: blur(5px);
}
.slider-text p{
	font-size: 20px;
	position: relative;
	font-family: caps;
}
.slider-text p::after{
	content: '';
	width: 180px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}
.slider-text:hover,
.slider-text:active,
.slider-text:link,
.slider-text:visited{
	color: white;
}
.form-info div:first-child, .form-relatives>div:first-child{
	padding-right: 5px;
	padding-left: 0;
}
.form-info div:nth-child(2), .form-relatives>div:nth-child(2){
	padding: 0 5px;
}
.form-info div:nth-child(3){
	padding-left: 5px;
}
.form-relatives>div:nth-child(3){
	padding-right: 0;
}
.captcha-and-submit input[type=text]{
	padding: 22px 5px;
}
.dib{
	width: 202px;
}
.captcha-and-submit input{
	border: 1px solid #dcb568;
	padding: 10px 53px;
}
.captcha-text{
	margin-right: 0;
	margin-left: 10px;
}
.form-amount{
	padding: 0 33px;
}
.form-amount>div:first-child{
	padding-right: 5px;
}
.form-amount>div:nth-child(2){
	padding-right: 15px;
	padding-left: 0;
}
.form-donation-type{
	padding: 0;
}
.sl-wrapper .sl-navigation button.sl-prev, .sl-wrapper .sl-navigation button.sl-next{
	color: #dcb568;
	font-size: 65px;
}
.sl-wrapper .sl-counter, .sl-wrapper .sl-counter span {
	font-size: 16px;
    color: #dcb568;
}
.sl-overlay{
	background: #777;
}
.sl-wrapper .sl-close {
	color: #dcb568;
	font-size: 40px;
}
.slider-text p, .slider-text span{
	color: white;
}
.video-bullet:before{
	font-family: FontAwesome;
    content: "\f03d";
    position: absolute;
    left: -20px;
    top: 0;
}
.video-live-svg{
	margin-bottom: 7px;
	width: 31px;
}
.popup_content{
	height: 470px;
}
.edit-donor button{
	height: 45px;
	margin-left: 10px;
}
.news{
	margin-bottom: 70px;
}
.main-page .wrapper{
	width: 100%;
}
.news .wrapper{
	display: flex;
	gap: 24px;
	min-width: 0;
	width: 100%;
}
.news .heading-title{
	font-family: caps;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 58px;
	position: relative;
	text-align: left;
	margin-top: 40px;
}
.news .heading-title::after{
	width: 80px;
	height: 2px;
	background-color: #D5A64B;
	bottom: -10px;
	left: 0;
	content: '';
	display: block;
	position: absolute;
}
.news .left{
	width: 600px;
	flex-shrink: 0;
}
.news .left img{
	width: 100%;
	height: 380px;
	object-fit: cover;
}
.news .left .date{
	font-size: 16px;
	color: #C09B5A;
	margin-top: 12px;
	margin-bottom: 6px;
	display: block;
}
.news .left .title{
	font-size: 17px;
	color: #fff;
	margin-bottom: 12px;
	color: #fff;
	font-family: caps;
}
.news .left .text{
	font-size: 14px;
	color: #fff;
}
.news .right{
	flex: 1;
}
.news .news-box {
	display: flex;
	gap: 24px;
	align-items: center;
	margin-bottom: 24px;
}
.news .news-box img {
    width: 280px;
    height: 170px;
    object-fit: cover;
    flex-shrink: 0;
}
.news .news-box .date{
	font-size: 16px;
	color: #C09B5A;
	margin-bottom: 6px;
	display: block;
}
.news .news-box .title{
	font-size: 14px;
	font-family: caps;
	color: #fff;
}
.main-title{
	margin-bottom: 30px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-family: caps;
	font-size: 24px;
	position: relative;
	font-weight: bold;
}
html{
	scroll-behavior: smooth;
}
.main-title::after{
width: 80px;
    height: 2px;
    background-color: #D5A64B;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    display: block;
    position: absolute;
}
.text p{
	color: #fff;
	font-size: 14px;
	text-align: justify !important;
}
.small-form .wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	margin-bottom: 24px;
	margin-top: 35px;
}
.input{
	border: 1px solid #D5A64B;
	background-color: transparent;
	color: #fff;
	font-size: 14px;
}
.input::placeholder{
	color: #fff;
}
.small-form select{
	border: 1px solid #D5A64B;
	background-color: transparent;
	color: #fff;
	width: 180px;
}
.orange-btn{
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	margin: auto;
	background-color: #D5A64B;
	color: #fff;
	font-family: caps;
	font-size: 14px;
	padding-top: 4px;
	font-weight: bold;
	width: fit-content;
	padding: 0 10px;
}
.orange-btn:hover{
	background-color: #fff;
	color: #1F1D1B;
}
.orange-btn:hover img{
	filter: none!important;
}
.main-gallery{
	padding: 48px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../../img/layer1.png);
	margin-top: 90px;
}
.main-gallery .text *{
	color: #fff;
	font-size: 14px;
	text-align: left;
}
.main-gallery .pictures{
	display: flex;
	gap: 24px;
	margin-bottom: 24px;
	margin-top: 48px;
}
.main-gallery .open{
	display: none;
}
.main-gallery .pictures.second{
	margin: 0;
	margin-bottom: 20px;
}
.main-gallery .pictures .frame{
	border: 6px solid #fff;
	height: 260px;
	width: 100%;
}
.main-gallery .pictures .frame img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main-gallery .orange-btn{
	gap: 24px;
	font-size: 16px;
	height: 48px;
	padding: 0 24px;
	margin-bottom: 48px;
}
.main-gallery .orange-btn img{
	filter: brightness(0) invert(1);
	transform: rotate(90deg);
}
.main-gallery .orange-btn.active img{
	transform: rotate(-90deg);
}
.main-gallery .icon{
	opacity: 0;
	transition: 0.2s;
	filter: brightness(0) saturate(100%) invert(62%) sepia(84%) saturate(282%) hue-rotate(1deg) brightness(91%) contrast(98%);
	height: 50px!important;
	width: auto!important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.main-gallery .pictures .frame{
	position: relative;
}
.main-gallery .pictures .frame::before{
	content: '';
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	left: 0;
	transition: 0.2s;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
}
.main-gallery .pictures .frame:hover .icon{
	opacity: 1;
}
.main-gallery .pictures .frame:hover::before{
	opacity: 1;
}
.main-gallery .bottom .btn-wrap{
	margin-top: 24px;
	display: flex;
	justify-content: center;
	gap: 48px;
}
.main-gallery .bottom .btn{
	height: 48px;
	background-color: #1F1D1B;
	border: 1px solid #D5A64B;
	font-size: 16px;
	gap: 42px;
	padding: 0 12px;
	border-radius: 0;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-gallery .bottom .btn img{
	filter: brightness(0) invert(1);
}
.sec{
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../../img/blurred.png);
	display: flex;
	gap: 24px;
	align-items: center;
	padding: 24px;
	margin-top: 90px;
	margin-bottom: 90px;
}
.sec .sm{
	color: #C09B5A;
	font-size: 16px;
	font-family: caps;
	display: block;
	margin-bottom: 6px;
}
.sec .title{
	font-size: 28px;
	font-weight: bold;
	font-family: caps;
	margin-bottom: 5px;
	display: block;
	color: #fff;
}
.sec .date{
	margin-bottom: 10px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.sec .text p{
	font-size: 14px;
	color: #fff;
	text-align: left;
}
.sec img{
	width: 600px;
	height: 400px;
	object-fit: cover;
}
.main-text{
	margin-top: 48px;
}
.main-text *{
	color: #fff;
	font-size: 14px;
	text-align: justify;
}
.books .btn-wrap{
	display: flex;
	gap: 24px;
	padding-top: 24px;
}
.books .btn-wrap .orange-btn{
	height: 48px;
	min-width: 180px;
	display: flex;
	justify-content: space-between;
	gap: 10px;
	padding: 0 10px;
	font-size: 14px;
	margin: 0;
}
.books .btn-wrap .orange-btn img{
	filter: brightness(0) invert(1);
	width: auto;
}
.books {
	width: 100%;
	position: relative;
	margin-top: 50px;
}
.books .owl-prev{
	position: absolute;
	top: 50%;
	left: -34px;
	transform: translateY(-50%);
}
.books .owl-next{
	position: absolute;
	top: 50%;
	right: -34px;
	transform: translateY(-50%);
}
.books .item{
	display: flex;
	gap: 48px;
}
.books .sign{
	margin-top: 24px;
	width: auto!important;
}
.books .title{
	font-size: 30px;
	font-family: caps;
	font-weight: bold;
	display: block;
	margin-bottom: 24px;
	color: #fff;
}
.books .text {
	font-size: 14px;
	color: #fff;
	flex: 1;
}
.books .book-img{
	width: 280px!important;
	height: 420px;
	object-fit: cover;
}
.books .btn-wrap .orange-border{
	height: 48px;
	min-width: 180px;
	display: flex;
	justify-content: space-between;
	gap: 10px;
	padding: 0 10px;
	font-size: 14px;
	color: #fff;
	background-color: #1F1D1B;
	border: 1px solid #D5A64B;
	display: flex;
	align-items: center;
	font-family: caps;
	font-weight: bold;
}
.books .btn-wrap .orange-border img{
	width: auto;
}
.column{
	display: flex;
	flex-direction: column;
}
section{
	min-height: calc(100vh - 400px);
}
.row.resp *{
	color: white;
}
.donation-container p,
.donation-container p i,
.donation-container h4{
	color: #fff;
}
.donation-container input,
.donation-form-1 select{
	color:#545454;
}





@media only screen and (max-width: 1200px){
	.news-details-img {
	    height: 280px;
	    width: 430px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    overflow: hidden;
	}
	.sec img{
	    width: 450px;
	    height: 250px;
	    object-fit: cover;
	}
	.sec .title{
		font-size: 22px;
	}
	.main-gallery .pictures .frame{
		height: 170px;
	}
	.news .left img{
		height: 300px;
	}
	.news .left {
	    width: 500px;
	}
	.news .news-box img {
	    width: 230px;
	    height: 140px;
	}
	.news .wrapper{
		flex-direction: column-reverse;
	}
	.sec img{
		width: 100%;
		height: auto;
	}
	.gender-block{
		margin-top: 10px;
		margin-left: 50%;
		transform: translateX(-50%);
	}
	.form-info div{
		padding: 0;
	}
	.menu>ul{
		gap: 12px;
		margin-top: 10px;
	}
	.menu ul li{
		padding: 12px;
	}
	header .wrapper ul{
		gap: 10px;
	}
	.logo img{
		width: 150px;
	}
	.main-gallery .container{
		padding: 0 20px;
	}
	.main-gallery .container .pictures{
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.main-gallery .bottom .btn{
		min-width: 280px;
		justify-content: space-between;
	}
}
.hidden-mob{
	display: none;
}
.mob-menu{
	display: none;
}
@media only screen and (max-width: 1024px){
	.hidden-mob{
		display: block!important;
	}
	header .logo img{
		display: none;
		width: 250px;
	}
	header .wrapper ul{
		display: none;
	}
	header .container{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 20px;
	}
	header .container .wrapper{
		margin: 0;
	}
	header .container:before,
	header .container:after{
		display: none;
	}
	header .container .resp{
		padding: 0;
	    display: flex;
    	align-items: center;
	}
	header .container .burger-bar{
		margin: 0;
		position: relative;
	    margin-top: -15px;
		display: block;
	}
	.burger-bar img{
		width: 30px;
	}
	.menu{
		display: none;
	}
	.mg-15{
		margin: 0!important;
	}
	#sync2{
		margin-bottom: 20px;
	}
	.main-content-text{
		padding: 15px;
	}
	.resp.row{
		margin: 0;
		padding: 0 15px;
	}
	.logo img{
		width: 160px;
	}
	.menu{
		margin-top: 50px;
	}
	.menu,
	.menu ul{
		width: 100%;
	}
	.menu ul li {
	    padding: 10px;
	    width: 100%;
	    display: block;
	    text-align: center;
	}
	header{
		min-height: 50px;
	    position: sticky;
	    top: 0;
	    z-index: 1000;
	    background-color: #34312E;
	}
	.fb{
		position: absolute;
		right: 15px;
		top: -4px;
	}
	#sync1 .item{
		height: 330px;
	}
	#sync2 .item{
		height: 83px;
	}
	.news-details-img{
		height: 400px;
	}
	.gallery>div{
		padding: 2px!important;
	}
	.camera{
		height: 400px;
	}
	.drop-menu{
		margin-top: -14px;
		box-shadow: 0 0 5px rgba(0,0,0,0.3);
		padding: 10px 0;
	}
	.mob-menu{
		position: fixed;
		background-color: #34312E;
		top: 63px;
		z-index: 100;
		left: 0;
		width: 100%;
		height: calc(100vh - 63px);
		padding: 20px;
		border-top: 1px solid #fff;
		display: none;
	}
	.wrap{
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	.mob-menu .btn{
		width: 100%;
		justify-content: space-between;
	}
	.mob-menu .sm-list a{
		gap: 10px;
		color: #fff;
		font-size: 12px;
	}
	.mob-menu .right-list a{
		font-size: 14px;
		color: #fff;
		gap: 6px;
	}
	.mob-menu .right-list{
		display: flex;
		gap: 15px;
	}
	.mob-menu .right-list a i{
		font-size: 24px;
	}
	.mob-menu .menu{
		display: block;
		margin-top: 40px;
	}
	.mob-menu .menu>ul{
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.mob-menu .menu>ul li{
		padding: 0;
		text-align: left;
	}
	.mob-menu .menu>ul>li>a{
		color: #fff;
		font-family: caps;
		font-size: 16px;
		text-align: left;
	}
	.mob-menu .menu>ul ul a{
		color: #fff;
		margin-bottom: 15px;
	}
	.mob-menu .drop-menu{
		box-shadow: none;
	    margin-bottom: 0;
	    padding: 0;
	    position: relative;
	    margin-left: -2px;
	    margin-top: -30px;
	    width: 100%;
	    padding-left: 20px;
	    margin-bottom: 30px;
	}
	.mob-menu .drop-menu a{
		font-family: dejavu;
		text-align: left;
	}
	.mob-menu .sm-list{
		flex-grow: 1;
		margin-bottom: 20px;
		margin-top: 30px;
		padding-top: 30px;
		border-top: 1px solid #fff;
	}
	.mob-menu .sm-list li a{
		font-size: 14px;
	}
	.mob-menu .sm-list li:nth-child(2) a,
	.mob-menu .sm-list li:first-child a{
		gap: 20px;
		font-size: 14px;
		margin-bottom: 10px;
	}
	.mob-menu .sm-list li:nth-child(2) img,
	.mob-menu .sm-list li:first-child img{
		position: relative;
    	left: 5px;
	}
}

@media (max-width: 991px) and (min-width: 767px){
	.books .btn-wrap {
	    display: flex;
	    gap: 24px;
	    margin-top: 24px;
	    flex-direction: column;
	    align-items: flex-start;
	}
}
@media only screen and (max-width: 991px){
	.news-gallery .gallery{
		grid-template-columns: repeat(4, 1fr);
    	gap: 12px;
	}
	.news-details-img{
		width: 100%;
	}
	.news-detail {
	    display: flex;
	    align-items: center;
	    gap: 20px;
	    flex-direction: column;
	    align-items: flex-start;
	    margin-bottom: 20px;
	}
	.form-relatives>div:nth-child(3){
		padding: 0;
		margin-left: 50%;
		transform: translateX(-50%);
		margin-top: 5px;
	}
	.form-amount>div:first-child{
		padding: 0;
		margin-left: 50%;
		transform: translateX(-50%);
	}
	.form-amount>div:nth-child(2){
		padding: 0;
		margin-left: 50%;
		margin-top: 10px;
		transform: translateX(-50%);
	}
	.popup_container_block{
		width: 88%;
	}
	.popup_content{
		width: 100%;
	}
}

@media only screen and (max-width: 768px){
	.news-details-img{
		height: auto;
	}
	.news-detail{
		padding: 0 20px;
	}
	.news-text{
		padding: 0 20px;
	}
	.news-gallery{
		padding: 0 20px;
		margin-top: 10px;
	}
	.news-detail .news-title{
		font-size: 20px;
	}
	.news-gallery .gallery {
	    grid-template-columns: repeat(2, 1fr);
	    gap: 12px;
	}
	.qr{
		display: none;
	}
	.news .left {
	    width: 100%;
	}
	.news .left img{
		height: auto;
	}
	.news .news-box{
		gap: 14px;
	}
	.small-form .wrapper{
		flex-direction: column;
	}
	.small-form{
		padding: 0 20px;
	}
	.books .item {
	    display: block;
	    gap: 20px;
	    min-width: 0;
	}
	.main-title {
	    margin-bottom: 24px;
	    font-size: 20px;
	}
	.books .book-img {
	    width: 140px!important;
	    height: 200px;
	}
	.news .news-box img {
	    width: 210px;
	    height: 120px;
	}
	.news .wrapper{
		flex-direction: column;
	}
	.column {
	    display: flex;
	    flex-direction: column;
	    width: calc(100% - 200px);
	}
	.books .btn-wrap{
		gap: 12px;
	}
	.books .btn-wrap a{
		width: 100%;
		min-width: 0!important;
		font-size: 12px!important;
		gap: 0!important;
	}
	.books{
		padding: 0 20px;
	}
	.books .owl-next,
	.books .owl-prev{
		display: none;
	}
	.books .title{
	    font-size: 19px;
	    font-family: caps;
	    font-weight: bold;
	    display: block;
	    margin-bottom: 4px;
	    color: #fff;
	}
	.books .book-img {
	    float: left;
	    margin-right: 20px;
	}
	.books .column{
		display: initial;
		width: 100%;
	}
	.sec{
		flex-direction: column-reverse;
	}
	.main-gallery .bottom .btn-wrap {
	    flex-direction: column;
	    align-items: center;
	}
	.main-text{
		margin-top: 30px;
	    padding: 0 20px;
	}
	.footer-info{
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	}
	.builders-list-item{
		min-height: 44px;
	}
	.builders-list-item>div{
		padding: 0!important;
	}
	.edit-btn{
		top: 7px;
	}
	.reports{
		padding: 15px;
		border: 1px solid lightgrey;
	}
	.reports>div{
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.reports>div:first-child{
		border-top: 1px solid #e5e5e5;
	}
	.reports > div > div{
		border-left: 1px solid #e5e5e5;
		text-align: center;
	}
	.modal-dialog{
		width: 80%;
	}
	.modal.in .modal-dialog {
	    transform: translate(-53%,-53%);
	}
	footer>div{
		text-align: center;
	}
	.form-info div:first-child{
		margin-bottom: 10px;
	}
	.form-info div{
		padding: 0!important;
	}
	.form-per-info p{
		padding: 0!important;
	}
	.form-relatives{
		width: 70%;
	}
	.form-info{
		width: 70%;
	}
	.edit-btn{
		left: 0;
	}
	.news.container{
		padding: 0 20px;
	}
}


@media only screen and (max-width: 480px){
	.donate-search{
		padding: 0 15px;
	}
	.donate-search>select,
	.donate-search>div,
	.donate-search>button{
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.donate-search>div>input{
		width: 100%;
	}
	select, 
	input, 
	.add-list a,
	button:not(.burger-bar .edit-btn-details),
	.form-group{
		width: 100%!important;
		display: block;
	}
	.each-add-list{
		margin-bottom: 20px;
	}
	.form-section .form-group, .each-add-list .form-group {
	    margin: 5px 0;
	}
	.gallery a{
		height: 135px;
	}
	.modal-dialog{
		width: 90%;
	}
	.slider-text{
		display: none;
	}
	.pdf-file{
		padding: 0;
	}
	.reports > div{
		display: block;
	}
	.sl-wrapper .sl-navigation button.sl-prev, .sl-wrapper .sl-navigation button.sl-next{
		font-size: 50px;
	}
	.sl-wrapper .sl-image .sl-caption{
		display: none!important;
	}
	.popup_content{
		height: 525px;
	}
	/*.captcha-and-submit span, .captcha-and-submit p{
		float: right;
		margin-left: 5px;
	}*/
}

@media only screen and (max-width: 374px){
	.edit-donor button{
		margin-top: 5px;
	}
	.captcha-and-submit .captcha, .captcha-and-submit .captcha-text{
		float: right;
		margin-left: 5px;
	}
}

@media only screen and (max-width: 320px){
	.gallery a{
		height: 100px;
	}
	.sl-wrapper .sl-navigation button.sl-prev, .sl-wrapper .sl-navigation button.sl-next{
		font-size: 35px;
	}
}

.check-id-btn{
    background-color: #dcb568;
    color: white;
    position: absolute;
    right: -100px;
    min-width:110px;
}
.check-id-btn:hover{
	background-color: white;
	color:#dcb568;
}