/*
	==============================================================
		Import css start
	==============================================================
*/

/*
	==============================================================
		Top Warp css start
	==============================================================
*/
.keo_wrapper {
    float: left;
    width: 100%;
    overflow: hidden;
}
.header{
	float: left;
	width: 100%;
	background-color: #fff;
}
.top_colume,
.top_wrap{
	float: left;
	width: 100%;
}
.namaz_list li,
.namaz_list,
.top_icon li,
.top_icon,
.top_follow,
.laguage_list{
	float: left;
	width: auto;
}
.laguage_list{
	margin-right: 20px;
	padding: 2px 0px;
}
.laguage_list .nice-select{
	height: auto;
	padding: 0px 25px 0px 0px;
	border:none;
	background:none;
}
.laguage_list .nice-select::after{
	height: 8px;
	width: 8px;
	border-color:#b7b6b6;
}
.laguage_list .nice-select .list{
	width:100%;
	padding: 10px 0px;
}
.laguage_list .nice-select .list li{
	padding: 4px 15px;
	color:#fff;
	text-transform: capitalize;
}
.laguage_list .nice-select .list li:hover{
	background-color: #333;
	color: #fff;
}
.top_follow span{
	float: left;
	margin-right: 15px;
	padding: 2px 0px;
}
.top_icon li{
	margin-right: 15px;
}
.top_icon li a{
	display:inline-block;
	height: 24px;
	width: 24px;
	text-align: center;
	line-height: 24px;
	border:1px solid #cbcbcb;
	border-radius: 100%;
	color:#000;
	font-size: 12px;
}
.top_icon li a:hover{
	color:#fff;
}
/*namaz timing start*/
.namaz_timing{
	float: right;
	width: auto;
	padding: 2px 0px;
	text-transform: capitalize;
}
.namaz_list li{
	margin-right: 20px;
}
.namaz_list li a{
	display: inline-block;
}
.juma_timing{
	float: right;
	width: auto;
}
.top_row{
	padding: 14px 0px;
}

.big_image_container{
	max-width: 1600px;
	/*height: 100vh;*/
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/*
	==============================================================
		Top navigation css start
	==============================================================
*/
.top_logo,
.top_navi_wrap{
	float: left;
	width:100%;
}
.top_navi_wrap{
	padding-bottom: 10px;
}
.top_wrap, .top_wrap a{
	color: #000;
}

.top_navi_wrap{
    background: #fff;
    color: #000;
    background-image: url(../images/pattern2.png);
    background-position: center;
    padding-top: 10px;
}

.top_navi_wrap .row{
    display: flex;
    align-items: center;
}
.top_logo{
	padding: 5px 0px;
}
.top_logo h1{
	margin: 0px 0px;
	line-height: normal;
}
.top_logo a{
	display: flex;
	align-items: center;
}
.top_logo a span:first-child{
	margin-right: 10px;
}
.top_logo a img{
	max-width: 100px;
}
.top_logo .company-name{
	font-size: 24px;
	font-family: 'Cormorant Garamond SemiBold', serif !important;
	line-height: 1.2;
	font-weight: 400;
	text-transform: uppercase;
	max-width: 400px;
}

.header-menu{
	    text-align: center;
    	position: relative;
    /* padding-top: 50px; */
}

.header-menu .menu-opener{
	font-size: 24px;
	display: inline-block;
}

.header-menu .main-menu{
    position: absolute;
    background-color: #4b79bb;
    z-index: 1000;
    width: 100%;
    max-width: 100%;
    text-align: center;
    right: 0;
    /* top: 80px; */
    transition: .3s all ease;
    display: none;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}

.header-menu .main-menu.opened{
	height: auto;
}

.header-menu .main-menu li{
	 position: relative;
}

.header-menu .main-menu li.has-child:after{
	content: '\f0d7';
	display: flex;
	font: normal normal normal 14px/1 FontAwesome;
	color: #fff;
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	align-items: center;
}

.header-menu .main-menu li ul.child{
	display: none;
	position: absolute;
    width: 100%;
    left: -100% !important;
	top: 0;
	background-color: #4b79bb;
}
.header-menu .main-menu li.has-child:hover ul.child{
	display: block;
}

.header-menu .main-menu a{
	color: #fff;
	display: block;
	padding: 10px 20px;
	font-size: 16px;
	text-transform: uppercase;
}
.header-menu .main-menu a:hover{
	background-color: rgba(255,255,255,.7);
	color: #000;
}
.header-last-news{
	float: left;
	width: 100%;
}
.header-last-news .news-block{
	position: relative;
}
.header-last-news .news-block a {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 510px;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.header-last-news .news-block a h4{
	display: block;
	color: #fff;
	position: absolute;
	z-index: 100;
	background-color: rgba(61,122,37, .5);
	padding: 20px;
	width: 100%;
	text-align: center;
	margin-bottom: 70px;
	max-width: 400px;
	left: 0;
	bottom: 50px;
	font-size: 20px;
}

.header-last-news .news-block .slick-list{
	z-index: 100;
}
.header-last-news .news-block .slick-dots{
	bottom: 40px;
	z-index: 100;
}
.header-last-news .news-block .slick-dots li button{
	background-color: transparent;
	border-radius: 50%;
	border: 2px solid #fff;
}
.header-last-news .news-block .slick-dots li.slick-active button{
	background-color: #fff;
}
.header-last-news .news-block a h4,
.header-last-news .news-block a p{
	color: #fff;
}
/*navigation start*/
.navigation{
	width: 100%;
}
.navigation>ul{
	display: flex;
	justify-content: space-between;
}
.navigation ul li{
	position: relative;
}
.navigation ul li:first-child{
	margin-left: 0px;
}
.navigation ul li a{
	display: inline-block;
	font-weight: 600;
	font-size: 16px;
	padding: 43px 0px 42px;
	text-transform: capitalize;
}
/*navigation dropdown start*/
.navigation ul ul{
	position: absolute;
	top: 80%;
	left: 0px;
	width: 230px;
	padding: 0px 0px;
	z-index: 1;
	background-color: #fff;
	overflow: hidden;
	visibility: hidden;
	border-bottom: 5px solid; 
	opacity: 0;
}
.navigation ul>li:hover>ul{
	overflow: visible;
	visibility: visible;
	opacity: 1;
}
.navigation ul ul li{
	width: 100%;
	margin:0px 0px 0px;
}
.navigation ul ul li:last-child{
	margin-bottom: 0px;
}
.navigation ul ul li a{
	display: block;
	font-weight: bold;
	padding: 10px 24px;
}
/*Navigation 3rd child*/
.navigation ul ul ul{
	position: absolute;
	top: 0%;
	left: -100%;
	width: 230px;
	padding: 0px 0px;
	z-index: 1;
	background-color: #fff;
	overflow: hidden;
	visibility: hidden;
	border-bottom: 5px solid; 
	opacity: 0;
}
.navigation ul ul>li:hover>ul{
	overflow: visible;
	visibility: visible;
	opacity: 1;
}
/* Dl Menu Wrap Css Start*/
.dl-menuwrapper {
	display: none;
	z-index: 1000;
	width: auto;
	max-width: initial;
}
.dl-menuwrapper li a{
	text-align: left;
	text-transform: capitalize;
}
.dl-menuwrapper li>a:after, .dl-menuwrapper li.dl-back:after {
	color: #ffffff;
}
.dl-menuwrapper button:hover, .dl-menuwrapper button.dl-active, .dl-menuwrapper ul {
	background-color: #333;
}
#dl-menu>ul {
	width: 300px;
	max-width: 300px;
	right: 0px;
}


/* new Menu */

@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Oxygen+Mono);

#cssmenu {
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%
}

#cssmenu ul,
#cssmenu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#cssmenu ul {
    position: relative;
    z-index: 597;
}

#cssmenu ul li {
    float: left;
    min-height: 1px;
    vertical-align: middle;
}

#cssmenu ul li.hover,
#cssmenu ul li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

#cssmenu ul ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    width: 100%;
}

#cssmenu ul ul li {
    float: none;
}

#cssmenu ul ul ul {
    top: 0;
    left: auto;
    right: -99.5%;
}

#cssmenu ul li:hover>ul {
    visibility: visible;
}

#cssmenu ul ul {
    bottom: 0;
    left: 0;
}

#cssmenu ul ul {
    margin-top: 0;
}

#cssmenu ul ul li {
    font-weight: normal;
}

#cssmenu a {
    display: block;
    line-height: 1em;
    text-decoration: none;
}

#cssmenu {
    background: #2d4b76;
    font-family: inherit;
    font-size: 16px;
}

#cssmenu>ul {
    *display: inline-block;
}

#cssmenu:after,
#cssmenu ul:after {
    content: '';
    display: block;
    clear: both;
}

#cssmenu a {
    background: #2d4b76;
    color: #fff;
    padding: 0 20px;
}

#cssmenu ul {
    text-transform: uppercase;
}

#cssmenu ul ul {
    border-top: 4px solid #eee;
    text-transform: none;
    min-width: 190px;
}

#cssmenu ul ul a {
    background:  #4b79bb;
    color: #FFF;
    border: 1px solid #0082e7;
    border-top: 0 none;
    line-height: 150%;
    padding: 16px 20px;
}

#cssmenu ul ul ul {
    border-top: 0 none;
}

#cssmenu ul ul li {
    position: relative
}

#cssmenu>ul>li>a {
    line-height: 48px;
}

#cssmenu ul ul li:first-child>a {
    border-top: 1px solid #0082e7;
}

#cssmenu ul ul li:hover>a {
   	background-color: rgba(255,255,255, 1);
    color: #000;
}

#cssmenu ul ul li:last-child>a {
    border-radius: 0 0 3px 3px;
    box-shadow: 0 1px 0 #1b9bff;
}

#cssmenu ul ul li:last-child:hover>a {
    border-radius: 0 0 0 3px;
}

#cssmenu ul ul li.has-sub>a:after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px;
}

#cssmenu ul li:hover>a,
#cssmenu ul li.active>a {
    background-color: rgba(255,255,255,.7);
    color: #000;
}

#cssmenu ul li.has-sub>a:after {
    content: '+';
    margin-left: 5px;
}

#cssmenu ul li.last ul {
    left: auto;
    right: 0;
}

#cssmenu ul li.last ul ul {
    left: auto;
    right: 99.5%;
}

/* new Menu */






/*
	==============================================================
		Main Banner css start
	==============================================================
*/
.main_slider{
	margin-bottom: 20px;
}
.main_banner{
	width: 100%;
	overflow: hidden;
}
.main_banner figure .slider-image{
	height: 500px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.main_banner figure .slider-image:after{
	content: '';
	display: block;
	position: absolute;
	height: 50%;
	width: 100%;
	background-image: linear-gradient(to bottom, transparent , rgba(0,0,0,.5));
	bottom: 0;
	left: 0;
}
.main_banner .theme_overlay:before{
	background-color: #d7ae30;
	opacity: 0;
}
.banner_text{
	position: absolute;
	bottom: 0;
	left: 0px;
	right:0px;
	text-align: left;
	width: 100%;
	padding: 0 20px;
}
.banner_text span{
	display: inline-block;
	padding: 5px 24px;
	font-size: 20px;
	margin-bottom: 25px;
	position: relative;
	z-index: 1;
}
.banner_btn{
	text-align: center;
	margin-bottom: 20px;
}
.banner_text span:after,
.banner_text span:before{
	position: absolute;
	content: "";
	top:auto;
	left: 0px;
	right: 0px;
	bottom: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width:2px 0px 5px 122px;
	border-color: transparent transparent transparent #d7ae30;
	z-index: -1;
}
.banner_text span:after{
	border-width: 2px 122px 5px 0;
	border-color: transparent #d7ae30 transparent transparent;
	left: auto;
}
.large_text{
	font-size: 30px;
	font-weight: 600;
	color:#fff;
	line-height: 1.2;
	margin-bottom: 22px;
}
.small_text{
	color:#fff;
	margin-bottom: 30px;
	line-height: 30px;
}
/*slick btn start*/
.main_banner .slick-prev, 
.main_banner .slick-next{
	height: 135px;
	width: 30px;
}
.main_banner .slick-prev:hover, 
.main_banner .slick-next:hover{
	background-color: #fff;
}
.main_banner .slick-prev:before, 
.main_banner .slick-next:before{
	line-height: 135px;
	color:#fff;
	content: "\f105";
	font-size: 30px;
	color:#fff;
}
.main_banner .slick-prev:before{
	content: "\f104";
}
.main_banner .slick-prev:hover:before, 
.main_banner .slick-next:hover:before{
	color:#fff;
}
.slick-slide.slick-current.slick-active span{
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.slick-slide.slick-current.slick-active .large_text{
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.slick-slide.slick-current.slick-active .small_text{
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.slick-slide.slick-current.slick-active .theme_btn{
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.slick-slide.slick-current.slick-active span{
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/*
	==============================================================
		History wrap start
	==============================================================
*/
.history_wrap{
	padding: 70px 0px;
}
.history_colume,
.history_service,
.history_text > p,
.history_text,
.history_fig{
	float:left;
	width: 100%;
}
.history_fig .theme_overlay:before{
	opacity: 0.2;
}
.history_fig{
	padding: 0px 20px 20px 0px;
	position: relative;
	z-index: 1;
	box-shadow: 5px 5px 8px -6px #e4e4e4;
}
.history_fig:after,
.history_fig:before{
	position: absolute;
	content: "";
	top: 24px;
	left: 20px;
	right: 0px;
	bottom: 0px;
	z-index: -1;
	background-color: #f5ce55;
}
.history_fig:after{
	background-color: #f4d77b;
	top:10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	box-shadow: 0px 0px 6px -4px #333;
}
.history_text > p{
	margin-bottom: 26px;
}
.history_colume{
	text-align: center;
	position: relative;
	z-index: 1;
	background-image: url("images/bg-ptrn.png");
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}
.history_colume:hover{
	box-shadow: 4px 0px 19px 3px #e9e9e9;
}
.history_colume:before{
	position: absolute;
	content: "";
	top:0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #fafafa;
	z-index: -1;
}
.history_colume:hover:before{
	opacity: 0.93;
}
.history_service{
	padding: 30px 0px 25px;
}
.history_colume:hover .history_service{
	opacity: 0;
}
.history_service span{
	font-size: 35px;
	line-height: 30px;
	display: block;
	margin-bottom: 12px;
}
.history_service h6{
	font-weight: bold;
	margin:0px 0px 0px;
}
.history_service_text{
	position: absolute;
	top:100%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 20px 20px;
	opacity: 0;
}
.history_colume:hover .history_service_text{
	top:0px;
	opacity: 1;
}
.history_service_text p{
	margin-bottom: 8px;
}
.more_btn{
	font-size: 15px;
	display: inline;
	font-weight: 500;
}
.more_btn:hover{
	color:#333;
}
.more_btn i{
	margin-left: 6px;
}
/*
	==============================================================
		Islamic services css start
	==============================================================
*/
.full_border,
.islamic_text,
.islamic_fig,
.islamic_colume,
.islamic_service{
	float: left;
	width: 100%;
}
.islamic_service{
	background-image: url("images/bg_fig.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.islamic_service.theme_overlay:before{
	background: linear-gradient(140deg, #999899 10%, #1b1919 70%);
}
.islamic_colume{
	padding-left: 4px;
}
.islamic_fig .theme_overlay:before{
	background-color: #4e4e4e;
	opacity: 0.25;
}
.islamic_title{
	position: absolute;
	left: -4px;
	bottom: 20px;
	width: auto;
	color: #fff;
	font-weight: bold;
	padding:12px 22px;
	margin:0px 0px;
	display: inline-block;
}
.islamic_title:after,
.islamic_title:before{
	position: absolute;
	content: "";
	top:0px;
	left: auto;
	right: -15px;
	bottom: 0px;
	width: 31px;
	transform: skew(-36deg);
	-moz-transform: skew(-36deg);
	-webkit-transform: skew(-36deg);
}
.islamic_title:after{
	left: 0px;
	transform: skew(0deg);
	-moz-transform: skew(0deg);
	-webkit-transform: skew(0deg);
	bottom: -4px;
	top: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 4px 4px 0;
	border-color: transparent #d7ae30 transparent transparent;
}
.full_border{
	height: 1px;
	width: 100%;
	background-color: #d9d9d9;
	margin: 20px 0px 12px;
}
.islamic_fig:hover .full_border{

}
.islamic_text p{
	color:#fff;
	margin-bottom: 12px;
}
/*
	==============================================================
		Service wrap start
	==============================================================
*/
.service_text,
.service_fig,
.service_tabs,
.service_wrap{
	float: left;
	width: 100%;
}
.service_tabs{
	background-color: #fafafa;
	padding: 20px 0px 16px;
	box-shadow: 0px 0px 10px 3px #f7f7f7;
	margin-bottom: 40px;
}
.service_tabs li{
	float: left;
	width: 20%;
	text-align: center;
	border-right: 1px solid #c7c7c7;
}
.service_tabs li:last-child{
	border-right:none;
}
.service_tabs li span{
	font-size: 25px;
	line-height: 20px;
	margin-bottom: 8px;
	display: inline-block;
}
.service_tabs li h6{
	margin: 0px 0px 0px;
	font-weight: 600;
}
.service_text {
    padding: 15px 0px;
}
.service_text p{
	margin-bottom: 10px;
}
.service_text p:nth-child(3){
	margin-bottom: 22px;
}
.service_fig{
	text-align: center;
}
.service_fig figure img{
	box-shadow: 0px 0px 12px 2px #d9d9d9;
}
.service_text .theme_btn{
	margin-top: 5px;
}
/*
	==============================================================
		Gallery wrap css start
	==============================================================
*/
.view_galley,
.gallery_fig,
.colume_padding{
	float: left;
	width: 100%;
}
.gallery_wrap{
	background-color: #fafafa;
}
.section_heading p{
	margin-bottom: 0px;
	padding: 0px 250px;
	margin-top: 10px;
}
.gallery_hdg>p{
	padding: 0px;
}
.section_heading p:last-child{
	margin-bottom: 0px;
}
.colume_padding{
	padding-left: 10px;
}
.gallery_fig figure img{
	width: 100%;
}
.gallery_fig:hover{
	box-shadow: 0px 0px 10px 5px #ebebeb;
}
.gallery_fig .islamic_title{
	left: -30px;
	width: 190px;
	bottom: 30px;
	background-color: #fff;
	box-shadow: 4px 4px 615px 0px rgba(0,0,0,0.21);
	opacity: 0;
}
.gallery_fig:hover .islamic_title{
	left: -10px;
	opacity: 1;
}
.gallery_fig .islamic_title:before{
	background-color: #fff;
	box-shadow: 4px 4px 615px 0px rgba(0,0,0,0.21);
}
.team_fig .islamic_title:after,
.gallery_fig .islamic_title:after{
	border-width: 0 10px 6px 0;
	border-color: transparent #fff transparent transparent;
	bottom: -6px;
}
.gallery_fig .theme_overlay:before{
	opacity: 0;
	top:100%;
}
.gallery_fig:hover .theme_overlay:before{
	opacity: 0.92;
	top: 0px;
}
.view_galley{
	position: relative;
}
.view_galley .theme_btn{
	position: absolute;
	top: 40px;
	left: 0px;
	right: 0px;
	width: 206px;
	text-align: center;
}
/*
	==============================================================
		Teach wrap css start
	==============================================================
*/
.teach_text,
.teach_fig,
.teach_wrap{
	float: left;
	width: 100%;
}
.teach_wrap{
	background-image: url("images/teach_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.teach_wrap.theme_overlay:before{
	background-color: #e8e5d9;
	opacity: 0.96;
}
@-webkit-keyframes islamic{
	0%{background-position:100% 0}
	100%{background-position:330px 0%}
}
@-moz-keyframes islamic{
	0%{background-position:100% 0}
	100%{background-position:330px 0%}
}
@-ms-keyframes islamic{
	0%{background-position:100% 0}
	100%{background-position:330px 0%}
}
@keyframes islamic{
	0%{background-position:100% 0}
	100%{background-position:330px 0%}
}
	  
.teach_wrap{
	animation: 40s linear 0s normal none infinite running islamic;
	background: rgba(0, 0, 0, 0) url("images/teach_bg.png") repeat scroll 0 0;
}
.teach_fig figure{
	width: auto;
} 
.teach_text {
    padding: 30px 0px;
}
.teach_text > span{
	font-size: 20px;
	color: #888888;
	margin-bottom: 14px;
	display: block;
} 
.teach_text h1{
	font-weight: 600;
	margin: 0px 0px 14px;
}
.teach_text p{
	margin-bottom: 23px;
}
/*
	==============================================================
		Team wrap css start
	==============================================================
*/
.all_team,
.team_fig,
.team_wrap{
	float: left;
	width: 100%;
}
.team_fig{
	padding: 40px 0px 150px;
	background-color: #fafafa;
	border:1px solid #f1f1f1;
	text-align: center;
	position: relative;
}
.team_fig:hover{
	box-shadow: 0px 0px 20px 5px #e6e6e6;
}
.team_fig figure{
	width: auto;
	float: none;
	display: inline-block;
	border-radius:100%;
	box-shadow: 0px 0px 10px 5px #eaeaea;
}
.team_fig:hover figure{
	box-shadow:0px 2px 15px -6px #333;
}
.team_fig figure img{
	border-radius: 100%;
}
.team_fig .islamic_title{
	left: -10px;
	width: 210px;
	bottom: 40px;
	text-align: left;
	z-index: 1;
	padding-right: 0px;
} 
.team_fig .islamic_title>a{
	color: #ffffff;
}
.team_fig:hover .islamic_title:before,
.team_fig:hover .islamic_title{
	background-color: #fff;
}
.team_fig .islamic_title:before{
	z-index: -1;
}
.team_fig .islamic_title:after{
	border-color: transparent #d7ae30 transparent transparent;
}
.team_fig:hover .islamic_title:after{
	border-color: transparent #fff transparent transparent;
}
.team_fig .islamic_title span{
	font-size: 16px;
	display: inline-block;
	font-weight: 400;
	border-left: 1px solid #f2f2f2;
	padding-left: 9px;
	margin-left: 8px;
}
.team_fig:hover .islamic_title span{
	color: #999999;
	border-color: #999999;
}
.all_team{
	margin-top: 40px;
}
/*
	==============================================================
		News wrap css start
	==============================================================
*/
.news_text,
.news_fig,
.news_wrap{
	float: left;
	width: 100%;
}
.news_wrap{
	background-color: #fafafa;
}
.news_text{
	background-color: #fff;
	padding: 25px 30px 0px;
}
.news_fig figure{
	text-align: center;
}
.news_fig figure img{
	width: 100%;
}
.news_text h4{
	font-weight: 600;
	margin:0px 0px 15px;
}
.news_text p{
	margin-bottom: 0px;
}
.news_text p:nth-child(3){
	padding-bottom: 22px;
	border-bottom: 1px solid #d7d7d7;
}
.news_text .more_btn{
	padding:10px 0px 12px;
	display: block;
	font-size: 16px;
	font-weight: bold;
}
.news_text .more_btn i{
	float: right;
	position: relative;
	top: 2px;
}
.text2{
	padding: 12px 0px 0px;
	background:none;
}
.text2 h6{
	margin:0px 0px 8px;
}
.text2 p{
	font-size: 15px;
	margin-bottom: 8px;
}
.text2 .more_btn{
	font-weight: bold;
	padding: 0px 0px
}
/*
	==============================================================
		Client wrap css start
	==============================================================
*/
.event_list > ul > li,
.event_list > ul,
.event_list,
.event_meta,
.client_fig,
.client_wrap {
	float: left;
	width: 100%;
}
.client_wrap{
	padding: 70px 0px 80px;
}
.client_fig{
	padding: 20px 20px;
	background-color: #fafafa;
}
.client_fig:hover{
	box-shadow: 0px 4px 15px 0px #e2e2e2;
}
.client_fig figure img,
.client_fig figure{
	border-radius: 100%;
	width: auto;
}
.client_text{
	overflow: hidden;
	padding: 0px 0px 0px 26px;
}
.client_text h6{
	font-weight: 600;
	margin:0px 0px 6px;
	font-size: 17px;
}
.client_text p{
	margin-bottom: 0px;
}
/*slick slider batton style*/
.client_wrap .slick-prev, 
.client_wrap .slick-next{
	top: auto;
	left: 0px;
	bottom: 28px;
	height: auto;
	width: auto;
	background:none;
}
.client_wrap .slick-next{
	left: 20px;
}
.client_wrap .slick-prev:before, 
.client_wrap .slick-next:before{
	content: "\f104";
	color:#333333;
}
.client_wrap .slick-next:before{
	content: "\f105";
}
.event_row .slick-prev, 
.event_row .slick-next{
	left: auto;
	right: 0px;
}
.event_row .slick-next{
	right: 10px;
}
.event_row .slick-prev{
	right: 30px;
}
/*event style start*/
.event_list > ul > li{
	shape-margin: 30px;
}
.event_list .client_fig{
	padding:22px 15px;
}
.client_fig h4{
	width: 72px;
	height: 75px;
	text-align: center;
	color:#fff;
	font-weight: 600;
	float: left;
	margin: 0px 0px;
	line-height: 28px;
	padding: 9px 0px;
	font-size: 20px;
}
.event_meta li{
	float: left;
	width: auto;
	margin-right: 20px;
}
.event_list > ul > li:last-child{
	shape-margin: 0px;
}
.event_meta li:last-child{
	margin-right:0px;
}
.event_meta li a{
	display: inline-block;	
}
.event_meta li a i{
	margin-right: 5px;
}
.event_list .client_text {
    padding:15px 0px 15px 12px;
}
/*
	==============================================================
		Newsletter wrap css start
	==============================================================
*/
.newsletter_text,
.newsletter_wrap{
	float: left;
	width: 100%;
}
.newsletter_wrap{
	padding:25px 0px;
}
.newsletter_text{
	position: relative;
}
.newsletter_text:before{
	position: absolute;
	content: "\e918";
	top:0px;
	left: auto;
	right: 0px;
	bottom: 0px;
	font-family: 'icomoon' !important;
	font-size: 120px;
	color: rgba(255,255,255,0.3);
	line-height: 60px;
	transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
}
.newsletter_text h4{
	font-weight: 600;
	color:#fff;
	margin: 0px 0px 2px;
}
.newsletter_text p{
	margin: 0px 0px;
	color:#fff;
}
.newsletter_field{
	float: right;
	width: auto;
	padding: 5px 0px;
}
.newsletter_field input[type="text"]{
	width: 302px;
	height: 44px;
	border:1px solid #fff;
	background:none;
	margin-right: 30px;
	float: left;
	font-size: 15px;
}
.newsletter_field input[type="text"]::-moz-placeholder{
	color:#fff;
}
.newsletter_field input[type="text"]::-webkit-input-placeholder{
	color:#fff;
}
.newsletter_field .theme_btn{
	border:1px solid #fff;
	padding: 7px 32px 9px;
}
/*
	==============================================================
		Widget wrap css start
	==============================================================
*/
.widget_form,
.widget_info li,
.widget_info,
.widget_link li,
.widget_link,
.widget_icon,
.widget_text,
.widget_wrap{
	float: left;
	width: 100%;
}
.widget_wrap{
	background-image: url("images/widget_bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 66px 0px 70px;
}
.widget_wrap.theme_overlay:before{
	background: #2d4b76;
	opacity: 0.98;
}
.widget_title{
	color:#fff;
	font-weight: 600;
	padding-bottom: 11px;
	border-bottom: 1px solid #fff;
	margin: 0px 0px 22px;
}
.widget_text > p{
	margin-bottom: 20px;
	color:#fff;
}
.widget_text > h6{
	margin:0px 0px 17px;
	font-weight: 600;
	color:#fff;
}
.widget_icon li{
	float: left;
	width: auto;
	margin-right: 15px;
}
.widget_icon li:last-child{
	margin-right: 0px;
}
.widget_icon li a{
	display: inline-block;
	height: 24px;
	width: 24px;
	border-radius: 100%;
	border:1px solid #fff;
	color:#fff;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
}
.widget_icon li a:hover{
	color:#fff;
}
/*widget link start*/
.widget_link li{
	margin-bottom: 10px;
}
.widget_info li a,
.widget_link li a{
	display: block;
	color: #fff;
	font-weight: 500;
}
/*.widget info start*/
.widget_info li{
	margin-bottom: 16px;
}
.widget_info li:last-child{
	margin-bottom: 0px;
}
.widget_info li a i{
	margin-right: 14px;
}
.widget_form  textarea,
.widget_form input[type="text"]{
	margin-bottom: 15px;
	height:38px;
	border:1px solid #fff;
	width: 100%;
}
.widget_form input::-moz-placeholder{
	color: #fff;
}
.widget_form input[type="text"]::-webkit-input-placeholder{
	color:#fff;
}
.widget_form  textarea{
	height: 90px;
	color:#fff;
}
.widget_form .theme_btn{
	width: 100%;
	border:none;
	text-align: center;
	font-size: 16px;
	background-color: #9b7605;
}
/*
	==============================================================
		Copyright wrap css start
	==============================================================
*/
.copyright_text,
.copyright_wrap{
	float: left;
	width: 100%;
	color: #fff;
}
.copyright_wrap{
	padding:12px 0px 13px;
	background: #3d7a25;
}
.copyright_wrap p,
.copyright_text p{
	color:#fff;
	margin-bottom: 0px;
}
.copyright_text{
	display: flex;
	align-items: center;
	gap: 0 5px;
}
/*
	===========================================================================================
		About Us page start
	============================================================================================
*/

/*
	==============================================================
		Sub banner wrap css start
	==============================================================
*/
.breadcrumb,
.sab_banner_text,
.sab_banner{
	float: left;
	width: 100%;
}
.sab_banner{
	padding: 150px 0px 150px;
	background-image: url("images/banner.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center -50px;
}
.sab_banner.theme_overlay:before{
	opacity: 0.5;
	background-color: #2c2c2c;
}
.sab_banner_text{
	position: relative;
}
.sab_banner_text h2{
	font-weight: 600;
	margin:0px 0px 7px;
	color:#fff;
}
.sab_banner_text p{
	color: #fff;
	line-height: 22px;
	margin-bottom: 7px;
}
.breadcrumb{
	background:none;
	padding:0px 0px;
	margin: 0px 0px;
}
.breadcrumb li{
	color:#fff;
	padding: 0px 6px;
	position: relative;
	z-index: 1;
}
.breadcrumb li:first-child{
	padding-left: 0px;
}
.breadcrumb li:before{
	position: absolute;
	content: "";
	top: 1px;
	left: 6px;
	right: -2px;
	bottom: 6px;
	transform: rotate(13deg);
	-moz-transform: rotate(13deg);
	-webkit-transform: rotate(13deg);
	z-index: -1;
}
.breadcrumb li:last-child:before{
	border-right:none;
}
.breadcrumb li a{
	display: inline-block;
}
/*
	==============================================================
		History figure wrap css start
 	==============================================================
*/
.history_fig.about{
	padding-right: 20px;
}
.history_fig.about:before{
	background-color: #fdde7f;
	box-shadow: 3px 4px 9px 0px #d5d5d5;
	left: 0px;
}
.history_fig.about:after{
	background:none;
	box-shadow: 0px 0px;
}
.history_text.about{
	padding: 32px 0px;
}
.history_text.about > p{
	margin-bottom: 35px;
}
/*
	==============================================================
		Islamic wrap css start
 	==============================================================
*/
.islamic_serivec_wrap{
	float: left;
	width: 100%;
}
.islamic_serivec_wrap{
	background-color: #fafafa;
}
/*
	===========================================================================================
		Blog Page css start
	============================================================================================
*/
/*
	==============================================================
		Blog wrap css start
 	==============================================================
*/
.pagination_list,
.blog_wrap{
	float: left;
	width: 100%;
}
/*pagination start*/
.pagination_list{
	margin-top: 10px;
}
.pagination_list ul{
	width: 480px;
	margin:0px auto;
	text-align: center;
	background-color: #fafafa;
	box-shadow: 0px 0px 20px 5px #ededed;
	padding: 16px 0px;
	display: inherit;
}
.pagination_list ul li{
	display: inline-block;
	margin-right: 15px;
}
.pagination_list ul li:last-child{
	margin-right:0px;
}
.pagination_list ul li.left_text{
	margin-right: 50px;
}
.pagination_list ul li.right_text{
	margin-left: 35px;
}
.pagination_list ul li a{
	display: inline-block;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	color:#fff;
	font-size: 16px;
	background-color: #333333;
}
/*
	===========================================================================================
		Blog grid 02 wrap css start
	============================================================================================
*/
.block-title{
	margin: 20px 0;
}
.right-news .right-news-item{
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	height: 145px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.right-news-item .news-image{
	width: 40%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	
}
.right-news-item .news-image:after{
	content: '';
	display: block;
	height: 200%;
	transition: .5s all ease;
	width: 50px;
	background-image: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
	position: absolute;
	left: -100%;
	top: -50%;
	transform: rotate(135deg);
}
.right-news-item:hover>.news-image:after{
	left: 200%;
}
.right-news-item .blog_text{
	width: 100%;
}
.blog_text{
	text-align: left;
	padding: 0 15px;
	height: 100%;
}
.blog_text a{
	font-family: 'Cormorant Garamond SemiBold', serif;
	display: block;
	font-weight: 600;
	font-size: 20px;
}
.blog_text a:last-child{
	display: inline;
}
.blog_meta{
	margin: 5px 0;
	font-weight: 500;
}
.blog_meta li{
	display: inline-block;
	margin-right: 15px;
}
.blog_meta li a{
	display: inline-block;
	color:#777777;
	margin-top: 5px;
}
.blog_meta li a i{
	margin-right: 10px;
}
.blog_text p{
	margin-bottom: 0px;
	line-height: 1.2;
	font-size: 16px;
}
/*
	===========================================================================================
		Blog detail page css start
	============================================================================================
*/
.next_page,
.blog_tages,
.blog_det_fig,
.blog_det_text,
.blog_detail{
	float: left;
	width: 100%;
}
.blog_det_fig  p,
.blog_det_text p,
.blog_det_fig figure,
.blog_detail > figure{
	margin-bottom: 25px;
}
.blog_detail{
	padding-bottom: 60px;
}
.blog_det_text h4{
	margin:0px 0px 18px;
	font-weight: 600;
}
.blog_detail .blockquote{
	box-shadow: 0px 0px 5px 2px #f0f0f0;
	padding: 23px 0px 22px;
	border-radius: 5px;
	margin-bottom: 35px;
	margin-top: 7px;
	background-color: #fafafa;
}
.blog_detail .blockquote p:before{
	background: none;
    width: auto;
    left: 40px;
    font-size: 45px;
    text-align: left;
}
.blog_det_fig{
	padding: 12px 0px 32px;
}
.blog_det_fig  p:nth-child(3){
	margin-bottom: 0px;
}
/*blog tages start*/
.blog_tages{
	padding: 14px 20px;
	border-radius: 5px;
	background-color: #fafafa;
	box-shadow: 0px 0px 5px 2px #f0f0f0;
	margin-bottom: 40px;
}
.tags_deta{
	float: left;
	width: auto;
}
.tags_deta span{
	font-size: 16px;
	color:#333333;
	margin-right: 12px;
}
.tags_deta a{
	display: inline-block;
	font-size: 16px;
	color:#777777;
}
.blog_tages .top_follow{
	float: right;
	width: auto;
} 
.blog_tages .top_follow span{
	color:#333333;
	font-size: 16px;
	margin-right: 30px;
	padding: 0px 0px;
}
.blog_tages .top_icon li{
	margin-right: 25px;
}
.blog_tages .top_icon li:last-child{
	margin-right: 0px;
}
.blog_tages .top_icon li a{
	height: auto;
	width: auto;
	border:none;
	color: #888888;
	font-size: 15px;
}
.blog_tages .top_icon li a:hover{
	background:none;
}
/*next page start*/
.next_page a{
	float: left;
	width: auto;
	font-size: 16px;
	color:#333;
	font-weight: 600;
	margin-right: 20px;
	padding: 37px 0px;
}
.next_page a i{
	margin-right: 10px;
}
.next_page figure{
	width: auto;
}
.next_page.previous{
	float: right;
	width: auto;
}
.next_page.previous a{
	margin-right: 0px;
	margin-left: 20px;
}
.next_page.previous a i{
	margin-right: 0px;
	margin-left: 10px;
}

/*comment wrap start*/
.comment_fig,
.comment_list li,
.comment_list,
.comment_wrap{
	float: left;
	width: 100%;
}
.comment_wrap{
	padding-bottom: 70px;
}
.comment_title{
	font-weight: 600;
    margin: 0px 0px 15px;
    font-size: 28px;
}
.comment_fig{
	padding: 30px 0px;
	border-bottom: 1px solid #c5c5c5;
}
.comment_fig figure{
	width: auto;
}
.comment_text{
	overflow: hidden;
	padding-left: 20px;
	position: relative;
}
.comment_text h6{
	font-weight: 600;
	margin: 0px 0px 20px;
}
.comment_text h6 span{
	display: inline-block;
	font-size: 15px;
	margin-left: 40px;
	font-weight: normal;
	color:#777;
}
.comment_text p{
	margin-bottom: 0px;
}
.comment_text a{
	position: absolute;
	top:0px;
	right: 0px;
	font-size: 16px;
	color:#777;
}
.comment_text a i{
	margin-right: 10px;
}
.comment_list ul{
	padding-left: 60px;
}
.comment_list ul .comment_fig{
	padding-bottom: 0px;
	border-bottom: none;
}
/*leave comment start*/
.leave_field,
.leave_form,
.leave_comment{
	float: left;
	width: 100%;
}
.leave_form textarea{
	height: 152px;
	width: 100%;
	border:1px solid #c5c5c5;
	margin-bottom: 25px;
}
.leave_field{
	margin-bottom: 30px;
}
.leave_field input[type="text"]{
	width: 48%;
	height: 42px;
	float: left;
	border:1px solid #c5c5c5;
}
.leave_form .theme_btn{
	border:none;
}
/*
	===========================================================================================
			Event Grid Page css start
	============================================================================================
*/
/*
	==============================================================
		Event wrap css start
 	==============================================================
*/
.event_text,
.event_fig,
.event_wrap{
	float: left;
	width: 100%;
}
.event_date{
	position: absolute;
	bottom: 30px;
	left: 30px;
	height: 75px;
	width: 75px;
	border-radius: 100%;
	text-align: center;
	color:#fff;
	font-size: 18px;
	font-weight: 600;
	padding: 13px 0px;
	line-height: normal;
}
.event_text{
	padding: 30px 25px 28px;
	position: relative;
}
.event_text h5{
	margin: 0px 0px 16px;
	font-weight: 600;
}
.event_text p{
	margin: 0px 0px 0px;
}

/*event fig listing start*/
.event_fig.listing figure{
	width: auto;
}
.event_fig.listing .event_date{
	top:30px;
	bottom: auto;
}
.event_fig.listing .event_text{
	overflow: hidden;
	float: none;
	width: auto;
	padding: 20px 30px 19px 30px;
}
.event_fig.listing .event_text p{
	margin-bottom: 8px;	
}
.event_fig.listing .event_text .more_btn{
	color:#666;
}
/*
	==============================================================
		Portfolio page css start
	==============================================================
*/
.gallery_fig.Portfolio .islamic_title{
	font-size: 16px;
	opacity: 1;
	width: 220px;
	padding:14px 2px 14px 22px;
	left: -10px;
	z-index: 1;
	box-shadow: 0px 0px 6px -1px #c6c5c5;
}
.gallery_fig.Portfolio:hover .islamic_title:before,
.gallery_fig.Portfolio:hover .islamic_title{
	box-shadow: 0px 0px 6px -1px #333;
}
.gallery_fig.Portfolio .islamic_title:before{
	z-index: -1;
}
.gallery_fig.Portfolio:hover .islamic_title:before{
	box-shadow: 4px 0px 6px -2px #333;
}
/*
	===========================================================================================
		Portfolio detail page css start
	============================================================================================
*/
.blockquote,
.text_colume,
.fig_colume,
.Portfolio_fig,
.Portfolio_text,
.Portfolio_row,
.prortfolio_wrap{
	float: left;
	width: 100%;
}
.prortfolio_wrap{
	padding: 65px 0px 70px;
}
.Portfolio_row{
	margin-bottom: 35px;
}
.Portfolio_text{
	margin-bottom: 24px;
}
.Portfolio_text h2{
	margin:0px 0px 15px;
}
.Portfolio_text .blog_meta{
	margin-bottom: 0px;
}
.Portfolio_text .blog_meta li{
	margin-right: 25px;
}
.Portfolio_text .blog_meta li a{
	font-size: 15px;
}
.Portfolio_fig .theme_overlay:before{
	background-color: #352800;
	opacity: 0.2;
}
.Portfolio_fig figure{
	margin-bottom: 22px;
}
.Portfolio_fig > p{
	margin-bottom: 25px;
}
.text_colume p{
	margin-bottom: 0px;
}
/*blockquote start*/
.blockquote{
	padding: 52px 0px 45px;
	margin-bottom: 0px;
}
.blockquote p{
	padding-left: 110px;
	margin-bottom:0px;
	position: relative;
	z-index: 1;
}
.blockquote p:before{
	position: absolute;
	content: "\f10e";
	top: -12px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	border-radius: 100%;
	font-family: fontawesome;
	color:#fff;
	font-size: 35px;
}
.Portfolio_row > p{
	float: left;
	width: 100%;
	margin: 0px 0px 0px;
}
/*Portfolio colume start*/
.Portfolio_caption,
.Portfolio_colume{
	float: left;
	width: 100%;
}
.Portfolio_colume{
	box-shadow: 0px 0px 10px 5px #e9e9e9;
}
.Portfolio_colume:hover{
	box-shadow: 0px 0px 10px 5px #e9e9e9;
}
.Portfolio_caption{
	padding:25px 20px;
}
.Portfolio_caption h5{
	margin: 0px 0px 15px;
}
.Portfolio_caption p{
	margin: 0px 0px 15px;
}
.fig_colume img{
	width: 100%;
}
/*
	===========================================================================================
		Service page css start
	============================================================================================
*/
.service02_wrap,
.service_wrap{
	float: left;
	width: 100%;
}
.Portfolio_caption.service{
	padding-top: 0px;
	position: relative;
	background-color: #fafafa;
}
.Portfolio_caption span{
	display: inline-block;
	height: 74px;
	width: 74px;
	text-align: center;
	line-height: 74px;
	font-size: 35px;
	border-radius: 100%;
	background-color: #fff;
	box-shadow:2px 3px 16px -1px #d7d7d7;
	margin-bottom: 20px;
	margin-top: -36px;
}
/*service 02 page start*/
.service02_wrap{
	background-color: #fafafa;
}
.Portfolio_colume.service02:hover{
	box-shadow: 3px 2px 10px 2px #e9e9e9
}
.Portfolio_colume.service02 .Portfolio_caption.service span{
	margin-top: 0px;
}
.Portfolio_colume.service02 .Portfolio_caption.service{
	padding: 35px 0px 32px;
	background-color: #ffffff;
}
/*
	===========================================================================================
		Service detail page css start
	============================================================================================
*/
.service_det_caption,
.service_detail{
	float: left;
	width: 100%;
}
.service_detail .Portfolio_colume{
	margin-bottom: 22px;
	box-shadow: 0px 0px;
}
.service_detail .Portfolio_caption.service{
	padding: 30px 30px 23px;
}
.service_detail .Portfolio_caption.service span{
	float: left;
	margin-top: 0px;
}
.service_det_text{
	overflow: hidden;
	padding: 0px 0px 0px 20px;
}
.service_det_text h2{
	margin:0px 0px 10px;
	font-size: 32px;
}
.service_det_text a{
	display: block;
	color:#777777;
	font-size: 15px;
	margin-bottom: 8px;
}
.service_det_text a i{
	margin-right: 15px;
}
.service_det_text p{
	margin-bottom: 0px;
}
.title02{
	margin: 0px 0px 18px;
}
.service_det_caption p,
.service_detail > p{
	margin-bottom: 25px;
}
.service_det_caption p:last-child{
	margin-bottom: 0px;
}
.service_wrap.grid{
	padding-bottom: 0px;
}
/*
	===========================================================================================
		Project page css start
	============================================================================================
*/
.event_text.project,
.progress-names{
	float:left;
	width:100%;	
}
.event_text.project{
	padding: 50px 30px 30px;
}
.event_text.project .blog_meta li{
	font-size: 15px;
	font-weight: 500;
}
.project_progress {
    position: absolute;
    top: -1px;
    left: 0px;
    right: 0px;
}
.project_progress .progressbar{
    position:relative;
    width:100%;
    height:3px;
    padding:0;
    margin:0 auto;
   background:none;
}
.project_progress .bar{
	position:absolute;
	width:0px;
	height:3px;
	top:0px;
	left:0px;
	overflow:hidden;
}
.project_progress .label{
	position:relative;
	width:68px;
	display: block;
	height:68px;
	line-height:68px;
	top:-38px;
	left:0px;
	border-radius: 100%;
	font-weight:bold;
	font-size:20px;
	color:#fff;
	text-align:center;
	margin: 0px auto;
	border:1px solid #fff;
	padding: 0px 0px;

}
.event_fig.project02 .event_text.project{
	padding: 30px 30px 28px;
}
.event_fig.project02 .event_text.project .project_progress .label{
	display: none;
}
/*
	===========================================================================================
		Project detail page css start
	============================================================================================
*/
.doners_text li,
.doners_text,
.doners_list,
.donate_list,
.Project_detail{
	float: left;
	width: 100%;
}
.Project_detail{
	margin-bottom: 40px;
}
.Project_detail .event_fig{
	margin-bottom: 22px;
}
.Project_detail .event_fig:hover{
	box-shadow: 0px 0px;
}
.Project_detail .event_fig .event_text.project{
	padding: 22px 30px 30px;
}
.Project_detail .event_fig .event_text.project h2{
	margin: 0px 0px 15px;
	font-size: 32px;
}
.Project_detail .event_fig .event_text.project p{
	margin-bottom: 22px;
}
.Project_detail .event_fig .event_text.project .project_progress .bar{
	height: 0px;
}
.Project_detail .event_fig .event_text.project .project_progress .label{
	float: right;
	border:none;
	margin-right: 30px;
}
.donate_list .theme_btn{
	float: left;
	width: auto;
}
.donate_list .blog_meta{
	float: right;
	width: auto;
	margin-bottom: 0px;
	padding: 10px 0px;
}
.Project_detail > p{
	margin-bottom: 25px;
	float: left;
	width: 100%;
}
.Project_detail .blockquote{
	background-color: #fafafa;
	box-shadow: 0px 0px 10px 2px #f0f0f0;
	padding: 22px 0px 23px;
	width: 95%;
	float: right;
	margin-bottom: 32px;
	margin-top: 8px;
}
.Project_detail .blockquote p{
    padding-left: 65px;
}
.Project_detail .blockquote p::before{
	left: -40px;
}
/*doners list start*/
.doners_list{
	padding: 25px 30px;
	background-color: #fafafa;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 2px #f0f0f0;
}
.doners_list h4{
	margin: 0px 0px 16px;
}
.doners_text li{
	padding: 12px 0px;
	border-top: 1px solid #cecece;
}
.doners_text li:last-child{
	padding-bottom: 0px;
}
.doners_text li a{
	display: inline-block;
	font-size: 16px;
	color:#666666;
}
.doners_text li span{
	float: right;
	display: inline-block;
	font-size: 16px;
}
/*
	===========================================================================================
		Team detail page css start
	============================================================================================
*/
.personal_info,
.personal_profile,
.team_overview,
.team_contact_info,
.team_contact,
.team_det_fig{
	float: left;
	width: 100%;
}
.team_det_fig{
	margin-bottom: 20px;
}
.team_det_fig figure{
	box-shadow: 0px 0px 10px 2px #e9e9e9;
	margin: 0px 0px 15px;
}
.team_contact{
	padding:25px 30px 25px;
	background-color: #fafafa;
}
.team_title{
	margin: 0px 0px 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 15px;
}
.team_contact_info span{
	float: left;
	height: 38px;
	width: 38px;
	text-align: center;
	border-radius: 100%;
	color:#fff;
	line-height: 38px;
	font-size: 20px;
	margin-top: 2px;
}
.team_contact_text{
	overflow: hidden;
	padding-left: 16px;
	margin-top: -5px;
}
.team_contact_text a{
	display: block;
	color: #777777;
	font-size: 16px;
	margin-bottom: 4px;
}
.team_contact_text a:nth-child(2){
	margin-bottom: 0px;
}
.team_overview{
	margin-bottom: 25px;
}
.team_title.title2{
	padding-bottom: 14px;
	margin-bottom: 16px;
}
.team_title.title2 span{
	float: right;
	width: auto;
	font-size: 16px;
	font-weight: normal;
	padding: 14px 0px;
}
.team_overview h5{
	margin: 0px 0px 10px;
}
.team_overview p{
	margin: 0px 0px 0px;
	font-size: 15px;
}
/*personal profile start*/
.personal_profile{
	padding:25px 30px;
	background-color: #fafafa;
}
.personal_profile .team_title{
	padding-bottom: 17px;
	margin-bottom: 25px;
} 
.personal_info li{
	float: left;
	width: 33.3%;
	font-size: 15px;
}
.personal_info li span{
	color:#333333;
	display: inline-block;
	margin-right: 10px;
}
/*
	===========================================================================================
		Event Detail Css Start
	============================================================================================
*/
.event_det_row,
.event_det_fig,
.event_det_text,
.event_detail_wrap{
	float: left;
	width: 100%;
}
.event_det_row .event_fig{
	margin-bottom: 40px;
}
.event_det_row .event_fig:hover{
	box-shadow: 0px 0px;
}
.event_video{
	padding-bottom: 30px;
	border-bottom: 1px solid #c5c5c5;
	margin-bottom: 22px;
}
.event_det_text h5{
	font-weight: 600;
	margin: 0px 0px 15px;
}
.event_det_text p{
	margin: 0px 0px 18px;
}
.event_det_fig .theme_overlay:before{
	opacity: 0.4;
	background-color: #191919;
}
.play_btn{
	position: absolute;
	top:50%;
	left: 0px;
	right: 0px;
	text-align: center;
	font-size: 60px;
	color: #fff;
	margin: -45px auto;
	z-index: 2;
}
/*
	===========================================================================================
		Contact Us Css Start
	============================================================================================
*/
.keo_contact_form{
	float: left;
	width: 100%;
	background-color: #fafafa;
	border: 1px solid #dedede;
	padding: 30px;
}
.keo_contact_form>h4{
	font-size: 20px;
	margin-bottom: 28px;
}
.keo_contact_field{
	float: left;
	width: 100%;
}
.contact_mrgn_btm{
	margin-bottom: 30px;
}
.keo_contact_field>input[type="text"]{
	background-color: #ffffff;
	height: 45px;
	border: 1px solid #dedede;
}
.keo_contact_field>textarea{
	background-color: #ffffff;
	height: 100px;
	border: 1px solid #dedede;
}
.keo_contact_field>input[type="submit"],
.keo_contact_field>button{
	width: 170px;
	height: 47px;
	line-height: 47px;
	color: #ffffff;
	border: 0px;
	font-size: 16px;
}
.keo_contact_field>input[type="submit"]:hover,
.keo_contact_field>button:hover{
	background-color: #333333;
}
.keo_contact_info_wrap{
	float: left;
	width: 100%;
	background-color: #fafafa;
}
.keo_contact_info_wrap>ul{
	float: left;
	width: 100%;
}
.keo_contact_info_wrap>ul>li{
	float: left;
	width: 100%;
	padding: 35px 25px;
}
.keo_contact_info_wrap>ul>li:hover{
	box-shadow: 4px 4px 15px rgba(0,0,0,0.21);
}
.contact_icon{
	float: left;
	width: 40px;
	font-size: 32px;
	margin-top: -5px;
}
.keo_contact_des{
	float: none;
	padding-left: 50px;
}
.keo_contact_des>h5{
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.keo_contact_des>p{
	margin-bottom: 0px;
}
/*
	===========================================================================================
		Map Css Start
	============================================================================================
*/
.keo_map_wrap{
	padding: 0px;
	float: left;
	width: 100%;
}
.map-canvas{
	float: left;
	width: 100%;
	height: 400px;
}
/*
	===========================================================================================
		Our speaker Css Start
	============================================================================================
*/
.keo_speaker_wrap{
	float: left;
	width: 100%;
	padding: 25px;
	background-color: #fafafa;
	border: 1px solid #f1f1f1;
}
.keo_speaker_wrap>figure{
	width: 102px;
	height: 102px;
	border-radius: 100%;
	margin: auto;
}
.keo_speaker_wrap>figure>img{
	border-radius: 100%;
}
.keo_speaker_des{
	padding-left: 125px;
	float: none;
	position: relative;
	width: auto;
	margin-top: 15px;
}
.keo_speaker_des_inner{
	background-color: #333333;
	display: inline-block;
	padding: 10px 20px;
	position: relative;
}
.keo_speaker_des_inner>h6{
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 0px;
}
.keo_speaker_des_inner>h6>a{
	color: #ffffff;
}
.keo_speaker_des_inner>span{
	color: #ffffff;
}
.keo_speaker_des_inner:before{
	content: "";
	position: absolute;
	left: 0px;
    transform: skew(0deg);
    -moz-transform: skew(0deg);
    -webkit-transform: skew(0deg);
    bottom: -8px;
    top: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 0;
    border-color: transparent #333333 transparent transparent;
}
.keo_speaker_des_inner:after{
	position: absolute;
    content: "";
    top: 0px;
    left: auto;
    right: -23px;
    bottom: 0px;
    width: 45px;
    transform: skew(-23deg);
    -moz-transform: skew(-23deg);
    -webkit-transform: skew(-23deg);
    background-color: #333333;
}
.keo_speaker_wrap:hover {
    box-shadow: 0px 0px 20px 5px #e6e6e6;
}
.keo_speaker_wrap:hover figure {
    box-shadow: 0px 2px 15px -6px #333;
}
.keo_speaker_wrap:hover .keo_speaker_des_inner{
	background-color: #ffffff;
}
.keo_speaker_wrap:hover .keo_speaker_des_inner:after{
	background-color: #ffffff;
}
.keo_speaker_wrap:hover .keo_speaker_des_inner:before{
	border-color: transparent #ffffff transparent transparent;
}
.keo_speaker_wrap:hover .keo_speaker_des_inner>span{
	color: #777777;
}
/*
	===========================================================================================
		Event Location Css Start
	============================================================================================
*/
.event_det_info{
	float: left;
	width: 100%;
	background-color: #fafafa;
	box-shadow: 0px 0px 14px rgba(0,0,0,0.08);
	padding: 20px;
	margin-bottom: 70px;
}
.keo_event_countdown{
	width: 45%;
	float: left;
	position: relative;
}
.keo_event_countdown:before{
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	margin: auto;
	background-color: #c5c5c5;
	width: 1px;
	height: 39px;
}
.keo_event_countdown li{
	display: inline-block;
	width: 32%;
}
.keo_event_countdown li h4{
	font-size: 24px;
}
.keo_event_countdown li p{
	font-size: 16px;
	margin-bottom: 0px;
}
.keo_event_count_location{
	width: 55%;
	float: left;
}
.keo_event_count_location>ul{

}
.keo_event_count_location>ul>li{
	display: inline-block;
	width: 49%;
	padding-left: 30px;
}
.keo_event_count_location>ul>li>i{
	display: block;
	margin-bottom: 10px;
	font-size: 22px;
}
.keo_event_count_location>ul>li .desc{
	margin-bottom: 0px;
}
/*
	==============================================================
		404 page css start
	==============================================================
*/
.keo_404_des{
	float: left;
	width: 100%;
}
.keo_404_des>img{
	width: auto;
	margin-bottom: 30px;
}
.keo_404_des>h4{
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.keo_404_des>p{
	font-size: 18px;
	margin-bottom: 50px;
	padding-bottom: 30px;
	position: relative;
}
.keo_404_des>p:before{
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 350px;
	height: 1px;
	background-color: #d4d4d4;
}
.keo_404_des>a{
	display: inline-block;
	width: 150px;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	background-color: #333333;
	font-size: 18px;
}
/*
	==============================================================
		Comming Soon Wrap Style
	==============================================================
*/
.keo_coming_border{
	display: table;
	height: 100%;
	width: 100%;
}
.keo_coming_soon_bg{
	background-image: url(extra-images/coming_soon_01.jpg);
	background-size: cover;
	background-position: center;
	padding: 50px 0px;
	background-repeat: no-repeat;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.keo_coming_text{
	float: left;
	width: 100%;
}
.keo_coming_text>h2{
	color: #ffffff;
	font-size: 65px;
	font-weight: bold;
	margin-bottom: 30px;
}
.keo_coming_text>p{
	color: #ffffff;
	font-size: 15px;
	padding: 0px 100px;
	margin-bottom: 50px;
}
.keo_coming_soon_des ul.countdown {
	float: left;
	width: 100%;
	margin: 0px 0px 40px;
	list-style: none;
	padding-left: 0px;
}
.keo_coming_soon_des ul.countdown li {
	position: relative;
	width: 115px;
	height: 110px;
	margin-right: 25px;
	margin-bottom: 30px;
	background-color: #d7ae30;
	box-shadow: 4px 4px 15px rgba(0,0,0,0.21);
	color: #ffffff;
	display: inline-block;
}
.keo_coming_soon_des ul.countdown li:first-child{
	margin-left: 0px;
}
.keo_coming_soon_des ul.countdown li > h3 {
	font-size: 36px;
	line-height: 100%;
	color: inherit;
	margin-bottom: 6px;
}
.keo_coming_soon_des ul.countdown li p {
	font-size: 22px;
	color: inherit;
	margin-bottom: 0px;
}
.keo_comming_form{
	width: 550px;
	margin: auto;
	position: relative;
	display: inline-block;
	box-shadow: 4px 4px 15px rgba(0,0,0,0.21);
}
.keo_comming_form>input[type="text"]{
	height: 45px;
	background-color: #ffffff;
	padding-right: 160px;
}
.keo_comming_form>button{
	color: #ffffff;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 144px;
	height: 45px;
	font-size: 18px;
	z-index: 10;
	border: 0px;
}
.keo_comming_form>button:hover{
	background-color: #333333;
}
/*
	==============================================================
		Career Wrap Style
	==============================================================
*/
.keo_company_des{
	float: left;
	width: 100%;
	margin-top: 30px;
}
.keo_company_des>p:last-of-type{
	margin-bottom: 0px;
}
.keo_career_available{
	background-color: #fafafa;
}
.keo_career_accordian{
	float: left;
	width: 100%;
	padding: 0px 25px;
}
.keo_career_accordian .panel{
	float: left;
	width: 100%;
	padding: 0px 0px;
	margin-bottom: 0px;
	border: 0px;
	box-shadow: none;
	border-radius: 0px;
	padding: 0px 25px;
}
.keo_career_accordian .panel:last-child .panel-title{
	border-bottom: 0px;
}
.keo_career_accordian .panel-title{
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #d8d8d8;
	padding: 15px 0px;
}
.keo_career_accordian .panel-title>a{
	color: #333333;
}
.keo_collaspe{
	float: left;
	width: 100%;
	padding-top: 15px;
}
.keo_collaspe>p{

}
.keo_career_fea{
	float: left;
	width: 100%;
}
.keo_career_fea>h4{
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 15px;
}
.keo_career_fea>ul{
	padding-left: 16px;
}
.keo_career_margin{
	margin-bottom: 25px;
}
.keo_career_margin10{
	margin-bottom: 10px;
}
.keo_career_fea>ul>li{
	margin-bottom: 8px;
	list-style: disc;
}
.keo_career_fea>ul>li:last-child{
	margin-bottom: 0px;
}
/*
	==============================================================
		Price Page Style
	==============================================================
*/
.keo_404_wrap{
	padding-bottom: 40px;
}
.keo_price_wrap{
	float: left;
	width: 100%;
	background-color: #f9f9f9;
	padding: 27px 25px 30px;
	margin-bottom: 30px;
}
.keo_price_wrap>h5{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 8px;
}
.keo_price_wrap .price{
	font-size: 36px;
	margin-bottom: 25px;
	font-weight: bold;
}
.keo_price_wrap .price span{
	font-size: 36px;
	display: inline-block;
}
.keo_price_wrap .price sub{
	font-size: 16px;
	bottom: 4px;
	display: inline-block;
	right: 4px;
}
.keo_price_wrap  .price label{
	font-size: 16px;
	display: inline-block;
}
.keo_price_wrap>ul{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.keo_price_wrap>ul>li{
	font-size: 15px;
	margin-bottom: 15px;
}
.keo_price_wrap>a{
	display: inline-block;
	min-width: 190px;
	min-height: 46px;
	background-color: #333333;
	color: #ffffff;
	line-height: 46px;
	font-size: 18px;
}
.keo_price_wrap:hover{
	box-shadow: 4px 4px 15px rgba(0,0,0,0.21);
}


.latest-news .container{
	border: 1px solid #eee;
}
.latest-news .row{
	padding: 30px;
}

.latest-news .right-news-item{
	border-bottom: 1px solid #eee;
}


.book-item .book-bg{
	height: 400px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.left-block, .center-block, .right-block{
	padding: 10px;
	background-color: #fff;
	border:1px solid #eee;
	overflow: hidden;
	margin-bottom: 10px;
}

.blog_wrap .container .col{
}
.section_heading h5,.section_heading h5 a{
	font-family: 'Cormorant Garamond SemiBold', serif;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #eee;
	text-align: center;
	padding: 10px 0;
	font-size: 28px;
}

.wrapper{
	overflow: hidden;
	background: #fff;
}
.little-news-block .news-item{
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}
.little-news-block .news-item:last-child{
	border: none;
}
.little-news-block .news-item .news-body{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.little-news-block .news-item .news-image{
	height: 70px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	flex: 0 0 30%;
	border: 1px solid #eee;
}
.little-news-block .news-title{
	flex: 0 0 65%;
	font-size: 20px;
	line-height: 1.2;
}
.little-news-block .news-info{
	display: flex;
	justify-content: space-between;
	margin: 6px 0;
}
.little-news-block .eye-clock{
	text-align: right;
}
.little-news-block .eye-clock i{
	margin-left: 10px;
}
.little-news-block .news-info .category{
	color: #0d753a;
	border: 1px solid #0d753a;
	display: inline-block;
	padding: 2px 5px;
	border-radius: 10px;
	font-weight: 600;
	transition: .3s all ease;
	font-size: 12px;
}
.little-news-block .news-info .category:hover{
	color: #fff;
	background-color: #0d753a;
}
.little-news-block .news-info i{
	margin-left: 10px;
}
.news-img-holder .img-responsive{
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.news-details-page-area ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
p{
	margin-bottom: 10px;
	line-height: 1.4;
	color: #000;
}
.breadcrumbs{
	font-size: 18px;
	margin-bottom: 20px;
	overflow: hidden;
}
.breadcrumb li:before{
	top: -1px;
	left: -10px;
	transform: rotate(0deg);
}
.categories .nav-link{
	display: block;
	font-size: 18px;
	border: 1px solid #eee;
	border-bottom: 0;
	padding: 5px;
	transition: .3s all ease;
}
.categories .nav-link:hover{
	background-color: #fcfcfc;
}
.categories .nav-link.active{
	background-color: #eee;
	font-weight: bold;
}
.categories .nav-link:last-child{
	border-bottom: 1px solid #eee;
}
#map {
	height: 320px;  /* The height is 400 pixels */
	width: 100%;  /* The width is the width of the web page */
}
section{
	padding: 40px 0;
}
/* the slides */
.slick-slide {
    margin: 0 10px;
}
/* the parent */
.slick-list {
    margin: 0 -10px;
}
.books-block .slick-prev, .books-block .slick-next{
	background-color: transparent;
}
.books-block .slick-prev{
	left: -85px;
}
.books-block .slick-next{
	right: -85px;
}
.books .center-block{
	overflow: hidden;
}
.books-block .slick-prev:hover:before, .books-block .slick-next:hover:before{
	color: #d7ae30;
}
.books-block .book-item{
	border: 1px solid #eee;
	padding: 10px;
	text-align: center;
}
.books-block .book-item .book-image{
	display: block;
	height: 320px;
	width: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	transition: .3s all ease;
}
.books-block .book-item:hover .book-image{
	transform: scale(1.05);
}
.books-block .book-item .book-title{
	font-size: 17px;
	margin: 5px 0;
}
.top_follow{
	flex: 0 0 30%;
}
.contacts-top{
	flex: 0 0 70%;
}
.contacts-top ul{
	display: flex;
	flex-wrap: wrap;
}
.contacts-top ul li{
	flex: 0 0 30%;
}
.contacts-top ul li:nth-child(2){
	flex: 0 0 40%;
}
.contacts-top ul li a{
	font-size: 16px;
	color: #000;
	transition: .3s all ease;
}
.contacts-top ul li a:hover{
	color: #d7ae30;
}
ul.footer-social li{
	margin-bottom: 10px;
}
ul.footer-social li img{
	width: 210px;
	border-radius: 15px;
}
.laguage_list .nice-select .list{
	width: 90px;
}
.laguage_list .nice-select .list li a{
	color: #fff;
}
.top_colume, .for-special ul{
	display: flex;;
}
.for-special{
	margin-left: 20px;
}
.for-special ul li{
	margin-right: 15px;
}

.special-posibilities .open .apperance-menu{
	position: relative;
  }
  .special-posibilities .open .apperance-menu .dropdown-menu{
	display: block;
	visibility: visible;
	position: absolute;
	left: 0;
	top: 100%;
	opacity: 1;
	padding: 10px;
  }
  .apperance-btn:after{
	content: none
  }
  .apperance-menu{
	float: left;
	position: relative;
  }
  .apperance-menu .dropdown-menu{
	left: auto;
	border-radius:0;
	border:0;
	box-shadow:0 7px 12px hsla(0,0%,48%,.14);
	opacity:0;
	transition:all .3s ease;
	display:block;
	visibility:hidden;
	position: absolute;
	top: 100%;
	padding: 10px;
	width: 200px;
  }
  
  .special-posibilities li.show .dropdown-menu{
	visibility:visible;
	opacity:1;
	z-index: 10;
  }
  #apperanceDropdown:after{
	content: none;
  }
  .apperance-item .special-title{
	font-size: 16px;
	margin-bottom: 10px;
	position: relative;
	color: #000;
  }
  .apperance-item .special-title:after{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc;
	position: absolute;
	bottom: -2px;
	left: 0;
  }
  .apperance-item .app-item-stat{
	margin-bottom: 5px;
  }
  .apperance-item:first-child .app-item-stat{
	margin-bottom: 15px;
  }
  .apperance-item .app-item-stat.speaker a{
	margin: 0;
  }
  .app-item-stat .btn{
	  font-size: 17px;
	  padding: 5px 12px;
	  font-weight: bold;
	  border-radius: 0;
  }
  .app-item-stat .btn.normal{
	background-color: #4b79bb;
	border: 2px solid #000;
  }
  .app-item-stat .btn.white-black{
	border: 2px solid #000;
  }
  .app-item-stat .btn.black{
	background-color: #555;
	border: 2px solid #000;
	color: #fff;
  }
  .app-item-stat .btn.no-photo{
	padding: 5px 15px;
	background-color: #fff;
	background-image: url('../images/photo.png') !important;
	background-repeat: no-repeat;
	background-position: 5px center;
	border: 2px solid #4b79bb;
  }

  .apperance-btn img{
	display: inline-block !important;
  }
  
  .blackAndWhite{
	-webkit-filter: grayscale(100%);
	  -moz-filter: grayscale(100%);
	  -ms-filter: grayscale(100%);
	  -o-filter: grayscale(100%);
	  filter: grayscale(100%);
  }
  .blackAndWhiteInvert, .blackAndWhiteInvert img, .blackAndWhiteInvert embed, .blackAndWhiteInvert video{
	webkit-filter: grayscale(100%) invert(100%);
	  -moz-filter: grayscale(100%) invert(100%);
	  -ms-filter: grayscale(100%) invert(100%);
	  -o-filter: grayscale(100%) invert(100%);
	  filter: grayscale(100%) invert(100%);
  }
  .photo-control img{
	display: none;
  }
  .bg-control .main-news-bimg,.bg-control .main-news-limg,.bg-control .video-img,.bg-control div{
	background-image: none !important;
  }
  
.search-form{
	display: none;
}
.news-block .news-item{
	border: 1px solid #eee;
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.news-block .news-item .action a{
	font-size: 22px;
}
.news-block .col-md-6{
}
.news-block .news-item .news-info .category{
	padding: 2px 5px;
	border: 1px solid #4b79bb;
	border-radius: 8px;
	margin-bottom: 5px;
	display: inline-block;
	transition: .3s all ease;
}
.news-block .news-item .news-info .category:hover{
	color: #fff;
	background-color: #4b79bb;
}
.news-block .news-item .news-image{
	display: block;
	height: 200px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.news-details-page-area ul.pagination{
	display: inline-block;
}
.search-page form{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}
.search-page .form-control{
	line-height: 1;
    display: block;
    width: 100%;
    padding: 5px 10px;
	height: 32px;
	border-radius: 0;
}
.search-page .field-search-text{
	flex: 0 0 80%;
}
.search-page button{
	height: 32px;
	flex: 0 0 20%;
	border-radius: 0 !important;
}
#header-search{
	display: flex;
	padding: 10px 0 5px 0;
	flex-wrap: wrap;
}
#header-search .form-group{
	margin: 0;
	flex: 0 0 82%;
}
#header-search input,#header-search button{
	height: 32px;
	padding: 5px 10px;
	line-height: 1;
	border-radius: 0;
	color: #fff;
}
#header-search button{
	flex: 0 0 15%;
}
.menu-big-categories{
	margin-bottom: 50px;
}
.menu-big-categories .menu-category a{
	display: flex;
	height: 200px;
	width: 100%;
	font-size: 20px;
	align-items: flex-end;
	margin-bottom: 30px;
	background-size: cover;
}
.menu-big-categories .menu-category a h3{
	background-color: #3d7a25;
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #fff;
	width: 100%;
	margin-bottom: 10px;
	padding: 15px 0 15px 15px;
	font-size: 20px;
}

.all-news{
	text-align: center;
	margin-bottom: 30px;
}
.all-news a{
	font-size: 20px;
	display: inline-block;
	padding: 10px 30px;
	background: #3d7a25;
	border: 2px solid #3d7a25;
	transition: .3 all ease;
	color: #fff;
}
.all-news a:hover{
	background: #fff;
	color: #000;
}

.language_list .dropdown button{
	background: transparent;
	padding: 0 12px;
	color: #fff;
	border: none;
}
.language_list ul.dropdown-menu li a{
	color: #000;
	font-weight: bold;
	font-size: 16px;
}



.news-details-page-area h3{
	font-size: 24px !important;
}
.news-details-page-area p{
	font-size: 22px !important;
}
.news-details-page-area p span,
.news-details-page-area p *{
	font-family: 'PT Serif' !important;
	font-size: 22px !important;
}
.news-details-page-area *:not(i){
    font-family: 'PT Serif' !important;
}
.news-details-page-area p img{
    object-fit: contain;
}
.grid{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
}
.news-block .news-item{
	height: 100%;
}

body{
	/*background-image: url('images/bg.jpg');*/
	background: #eee;
}

.language_list{
	margin-left: -15px;
}
.language_list .languages{
	display: flex;
}
.language_list .languages li{
	margin-right: 5px;
}
.language_list .languages li a{
	text-transform: capitalize;
	display: flex;
	align-items: start;
	gap: 0 2px;
}
.language_list .languages li img{
	width: 25px;
	flex: 0 0 auto;
}


/***********************/
.header-menu .main-menu li {
	width: 100% !important;
}

.header-menu .main-menu li ul.child {
	left: 0;
}

.quote_block{
    display: flex;
    flex-direction: column;
    align-items: end;
    font-style: italic;
    font-size: 20px;
}

.quote_block p{
    font-style: italic;
    font-size: 20px;
    font-family: 'Cormorant Garamond Regular', sans-serif;
}

.quote_block .quote_auth{
     font-family: 'Cormorant Garamond SemiBold', sans-serif;
}

.mobile_top, .mobile_menu{
	display: none;
}

.mobile_top img{
	max-width: 50px;
}


@media (min-width: 1400px) {
    .wrapper{
        max-width: 1360px;
        margin: 0 auto;
    }
    .container {
        width: 1320px;
    }
}

@media (min-width: 1600px) {
    .wrapper{
        max-width: 1460px;
    }
    .container {
        width: 1440px;
    }
}

@media (max-width: 1200px){
    .top_colume, .for-special ul{
        justify-content: center;
        margin-bottom: 10px;
    }
}

@media (max-width: 1024px){
    .quote_block p{
        font-size: 14px;
    }
    .top_logo a img{
        max-width: 70px;
    }
    .top_logo .company-name{
        max-width: 240px;
    }
    
    .top_logo .company-name{
        font-size: 18px;
    }
    
    .quote_block,
    .quote_block p{
        font-size: 14px;
    }
    
    .news-details-page-area p img{
        height: auto;
    }
}

@media (max-width: 768px){
    .top_navi_wrap .row{
        flex-direction: column;
        gap: 30px 0;
    }
    .header-last-news .news-block a{
        min-height: 230px;
    }
    .header-last-news .news-block a h4{
        max-width: 260px;
        font-size: 14px;
        margin-bottom: 0;
    }
    .right-news .right-news-item{
        align-items: flex-start;
        height: auto;
    }
    .right-news-item .news-image{
        width: 50%;
        background-size: 100% auto;
        min-height: 75px;
        
    }
    .little-news-block .news-title,
    .blog_text a{
        font-size: 14px;
    }

	.mobile_top{
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		padding: 10px;
		z-index: 1000;
		background-color: rgba(255,255,255,.6);
		backdrop-filter: blur(10px);
	}

	.mobile_top a:first-child{
		display: flex;
		gap: 0 5px;
		align-items: center;
	}

	.mobile_top a:first-child .company-name{
		max-width: 175px;
	}

	.top_row{
		position: fixed;
		width: 100%;
		top: 70px;
		right: -100%;
		background-color: #fff;
		z-index: 1000;
		padding: 20px 10px;
		height: calc(100dvh - 70px);
		transition: .5s all ease-in-out;
	}
	.top_row.show{
		right: 15px;
	}

	.top_colume{
		flex-direction: column;
		align-items: center;
		gap: 20px 0;
		margin-bottom: 20px;
	}
	.header{
		padding-top: 70px;
	}

	.sab_banner{
		background-size: cover;
		background-position: center;
	}
	
	.mobile_menu{
	    display: block;
	    margin-bottom: 25px;
	}
	
	.mobile_menu ul a{
	    display: block;
	    font-size: 18px;
	    padding: 5px;
	}
	.mobile_menu > ul > li{
	    border-bottom: 1px solid #ccc;
	    margin-bottom: 5px;
	}
	.mobile_menu .has-sub{
	    position: relative;
	}
	
	.mobile_menu .has-sub > a::after{
	    content: ' +';
	}
	.mobile_menu .has-sub ul{
	    position: absolute;
	    left: 0;
	    top: 36px;
	    opacity: 0;
	    visibility: hidden;
	    background: #efefef;
        z-index: 3;
        padding: 15px;
        transition: .5s all ease;
        width: 100%;
        border: 1px solid #ccc;
	}
	
	.mobile_menu .has-sub.show-sub > ul{
	    opacity: 1;
	    visibility: visible;
	}
	
	#cssmenu{
	    display: none !important;
	}
	.top_follow,.contacts-top,.contacts-top ul li,.contacts-top ul li:nth-child(2){
		flex: 0 0 100%;
		justify-content: center;
		display: flex;
		margin: 5px 0;
	}
}

@media (max-width: 480px){
	
	.top_colume, .for-special ul{
		justify-content: center;
	}
	.top_logo a img{
		max-width: 95px;
	}
	.top_logo .company-name{
		font-size: 22px;
	}
	.news-details-page-area img{
		height: auto !important;
	}
}