/*
Theme Name: Darul Uloom
Theme URI: http://thezoomit.com
Author: Muhammad Kamrul Hasan
Author URI: https://thezoomit.com
Description: The theme is designed for Corporate, Multinational, Organization websites.
Version: 1.0.0
*/

*{
	margin: 0px;
	padding: 0px;
}

body {
	font-family: 'Noto Sans Bengali', sans-serif;
	font-size: 16px;
	color: #222;
	background: url(images/figure-pattern.jpg) repeat;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Hind Siliguri', sans-serif;
	font-weight: bold !important;
	margin-top: 0;
}
a{
	color: #111;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
a:hover{
	color: #193a1b;
}
a, a:hover, a:focus{
	text-decoration: none;
}
ul{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
.text-green{
	color: #1e9920;
}
.text-white {
	color: #fff;
}
.bg-white {
	background: #fff;
}
@media (min-width: 1300px){.container{width: 1250px;}}
.fix{
	display: block;
	overflow: hidden;
}
/*===Button Effect===*/
.button{
	display: inline-block;
	color: #193a1b;
	line-height: 35px;
	padding: 0 20px;
	border: 1px solid #193a1b;
	font-size: 14px;
	position: relative;
	z-index: 0;
	border-left-width: 5px;
}
.button, .button:after{
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.button:hover{
	color: #fff;
}
.button:after{
	content: "";
	position: absolute;
	top: 0%;
	left: 0%;
	bottom: 0%;
	right: 100%;
	background-color: #193a1b;
	z-index: -1
}
.button:hover:after{
	background-color: #193a1b;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}
/*===Gallery carousel===*/
#homeCarousel {
	position: relative;
}
#homeCarousel::before {
	position: absolute;
	content: '';
	left: -500%;
	top: 0;
	width: 500%;
	background: #fff;
	opacity: 0.7;
	height: 100%;
	z-index: 1;
}
#homeCarousel::after {
	position: absolute;
	content: '';
	right: -500%;
	top: 0;
	left: auto;
	width: 500%;
	background: #fff;
	opacity: 0.7;
	height: 100%;
	z-index: 1;
}
#homeCarousel .owl-nav div {
	position: absolute;
	bottom: 0;
	background: #4d9847;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 2px;
	font-size: 18px;
	text-align: center;
	line-height: 45px;
	opacity: 0;
	transition: all 0.3s;
}
#homeCarousel:hover .owl-nav div{
	opacity: 1;
}
#homeCarousel .owl-nav .owl-prev {
	left: 0;
}
#homeCarousel .owl-nav .owl-next {
  left: auto;
  right: 0;
}
#homeCarousel .owl-stage-outer {
	overflow: inherit;
}
#homeCarousel .owl-item img {
	height: auto;
}
.slider-area.homeCarouselWrapper {
	overflow: hidden;
}

/*
=========================================
			Header CSS
=========================================
*/
.header-area {
	background: #193a1b;
}
.logo {
	text-align: center;
}
.logo img {
	width: 80%;
	height: auto;
}
.mainmenu {
}
.mainmenu ul{
	margin: 0;
	padding: 0;	
}
.mainmenu ul li{
	list-style: none;
	float: left;
	position: relative;
}
.mainmenu ul li a {
	display: block;
	padding: 16px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Hind Siliguri', sans-serif;
}
.mainmenu ul li a:hover{
	color: #193a1b;
}


.mainmenu ul li ul {
	position: absolute;
	top: 53px;
	margin: 0;
	left: 0;
	padding: 0;
	width: 223px;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.mainmenu ul li:hover ul{
	opacity: 1;
	visibility: visible;
	top: 52px;
}
.mainmenu ul li ul li{
	list-style: none;
	float: none;
	display: block;
}
.mainmenu ul li ul li a {
	display: block;
	padding: 10px 15px;
	text-align: left;
	background: #4d9847;
	font-weight: 500;
	font-size: 13px;
	color: #fff !important;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	font-weight: 600;
}
.mainmenu ul li ul li a:hover {
	background: ##193a1b;
	color: #fff;
}
.current_page_item a {
	color: #fff !important;
	background: #4d9847;
}

.mainmenu-area {
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	position: relative;
	z-index: 99;
}
.right-head {
	float: right;
	position: relative;
	display: block;
	z-index: 12;
	width: 351px;
	text-align: right;
	padding: 17px 0 5px 0;
	font-weight: 500;
}
.right-head::after {
	position: absolute;
	content: '';
	background: #ededf8;
	width: 105%;
	height: 93px;
	top: 0px;
	right: -30px;
	z-index: -12;
	-ms-transform: skewX(20deg);
	transform: skewX(20deg);
}
.right-head h3 {
	font-size: 16px;
	margin-bottom: 2px;
}
.right-head .fa {
	margin-left: 28px;
	float: left;
	background: -webkit-linear-gradient(45deg, #0F5D36, #6C9A26);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.right-head h1 {
	background: -webkit-linear-gradient(45deg, #0F5D36, #6C9A26);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 40px;
}
/*
=========================================
			SLider CSS
=========================================
*/
.carousel-item{
	position: relative;
}
.slide-content {
	position: absolute;
	left: 10%;
	top: 32%;
}
.slide-content h2 {
	background: rgba(0,0,0,.5);
	display: inline-block;
	padding: 13px 20px;
	color: #fff;
	font-size: 22px;
	border-left: 2px solid #193a1b;
}
.slide-content p {
	background: rgba(40, 34, 90, 0.7);
	color: #fff;
	padding: 8px;
	width: 333px;
	font-size: 16px;
	border-left: 2px solid #193a1b;
}
.carousel-item h2 {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
	margin: 0;
	padding: 22px;
	font-size: 22px;
	display: inline;
	z-index: 10;
}
.carousel-item h2::before {
	position: absolute;
	content: '';
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.85) 100%);
	width: 100%;
	height: 153%;
	left: 0;
	bottom: 0;
	z-index: -10;
}
.carousel-item h2 a {
	color: #fff;
}

/*
=========================================
			Footer CSS
=========================================
*/
.footer-area {
	background: url('images/bg.png');
	background-size: cover;
	background-position: center;
}
.footer-top {
	padding: 80px 0 40px 0;
	color: #fff;
}
.footer-bottom {
	background: rgba(0,0,0,0.2);
}
.copyright {
	color: #fff;
	padding: 8px;
}
.copyright p {
	margin: 0;
	font-size: 14px;
}
.copyright p i{
	color: #92278F;
}
.copyright a {
	color: #fff;
	font-weight: 800;
}

.widget p {
	font-size: 16px;
}
.widget ul li {
	margin-bottom: 10px;
}
.widget a {
	color: #ddd;
}
.content-area {
	padding: 60px 0;
}
.page-breadcrumb-area {
	background: url('images/breadcrumb.jpg') no-repeat;
	padding: 40px 0;
	background-size: contain;
	background-color: #043812;
}
.page-breadcrumb h3 {
	color: #fff;
	font-size: 25px;
	margin-bottom: 0;
	padding: 10px;
	text-align: left;
}
