@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Rozha+One|Reem+Kufi&display=swap');


/*------------------------------------
	1. GENERAL
------------------------------------*/
* {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
  	box-shadow: none !important;
	-webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
	text-shadow: none !important;
}
body,
input,
button,
select,
textarea,
label,
.dropdown-menu,
.form-control,
.btn {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
a,
.header a:hover {
	color: #333 !important;
}
a:hover {
	color: #DF4143 !important;
	text-decoration: none;
}

body {
	padding-top: 0px;
	background-color: #FFF;	
}
legend {
	display: none;	
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Rozha One', serif;
}
h1 {
	font-size: 26px;	
}
h2 {
	font-size: 20px;	
}
h3 {
	font-size: 18px;	
}

.title {
	margin-bottom: 25px;
	text-align: center;
}
.content-container img,
.widget-box img {
	width: 100%;
	height: auto;
}
.card {
	border: none;
	padding: 10px;
	background-color: #fff;
	margin-bottom: 0px !important;
}
.card-body{
	padding: 0;
}
.card .card-title{
	font-size: 22px;
	line-height: 26px !important;
}
.card .btn-container{
	margin: 20px 0 !important;
}
.card .cat{
	margin-bottom: 8px !important;
}
.card .card-text{
	display: none;
}
.card .card-title{
	font-weight: bold;
}
.card .card-title {
	margin-bottom: 12px !important;	
	font-weight: normal;
}
.card-img-top{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.side-box {
    background: #fff;
    margin-bottom: 30px;
    padding: 5px;
}
.side-box .card{
	margin-bottom: 15px !important;
	padding-top: 0px;
	margin-top: 0px !important;
	padding-bottom: 10px;
}
.side-box .card .card-title{
	padding:0 !important;
	margin-top: 0px;
	margin-bottom: 0;
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	font-family: 'Rozha One', serif;
}
.side-box .cat{
	margin-top: 4px !important;
	margin-bottom: 6px !important;
}
.side-box .card .card-image {
	margin-bottom: 8px;
	margin-top: 0;
}
.side-box-heading{
    font-size: 18px;
    color: #434c57;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;

}

.side-box-heading:before {
	content: " ";
    display: block;
    width: 5px;
    height: 5px;
    background: #f64a22;
    position: absolute;
    top: 6px;
    left: 5px;
}
.side-box-heading span{
	padding: 0 20px;
    display: inline-block;
}
.side-box-heading span:after {
    content: " ";
    display: block;
    width: 9999%;
    height: 1px;
    background: #dee4ed;
    position: relative;
    top: -8px;
    left: 115%;
}
p.cat{
	font-size: 16px;
	font-weight: bold;
}
p.cat a{
	color: #F64A22 !important
}
.leftcol {
	margin-bottom: 50px;
}

/*------------------------------------
	HEADER
------------------------------------*/
.container-nav{
	margin-bottom: 30px;
	border-bottom: 1px solid #dedede;
}
.bg-light {
    background-color: transparent !important;
}
.navbar-light .navbar-toggler{
	border-color: transparent;
}
.navbar-brand,
.navbar-brand:hover{
	font-family: 'Reem Kufi', sans-serif;
	color: #333 !important;
	text-transform: uppercase;
}
.navbar-brand{
	font-size:16px;
}
.dropdown-menu {
	border: none;
	background-color: #FFF;
}
.dropdown-item {
	margin-top: 6px;
	font-size: 18px;
	color: #333 !important;
}
.navbar-light .navbar-nav .nav-link,
.dropdown-item {
	color: #333 !important;
	font-weight: bold;
}
a.dropdown-item:active {
  color: #333;
}
a.dropdown-item:hover {
	background-color: transparent;
    color: #333 !important;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(34,34,34, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/*------------------------------------
	INDEX
------------------------------------*/
.carousel-container{
	display: none !important;
}

.item {
	position: relative;
}
.item::before {
	position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);	
}
.item .title {
	position: absolute;
	top: 70%;
	left: 15px;
	z-index: 1;
}
.item .title h3 {
	font-weight: bold;

}
.item .title h3 a{
	color: #fff !important;
	font-size: 28px;
}
.module-grey-container{
	margin-bottom: 25px;
	float: left;
}
.module-grey-container .title {
	background-color: #222;
}
.module-grey-container .title h3 {
	margin: 0;
	padding: 10px;
	font-size:18px;
	font-weight: bold;
	line-height: 25px;
}
.module-grey-container .title .cat {
	margin: 0 0 0 10px;
	padding: 0;
}
.left-col-modules .module-white-container .cat {
	margin: 12px 0 12px 0;
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
}
.module-white-container {
	background-color: #fff;
	padding-top: 12px;
	padding-bottom: 12px;
}
.left-col-modules .module-white-container {
	margin-bottom: 20px;
}
.left-col-modules .module-white-container p,
.right-col-modules .module-white-container h3 {
	font-size: 16px;
	line-height: 25px;
}
.right-col-modules .module-white-container h3 {
	font-weight: normal;
	margin-top: 12px;
}
.intro-text{
	margin-top: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
 }



/*------------------------------------
	DYN PAGE
------------------------------------*/
.mainbody{
    padding-top: 0px !important;
    padding-bottom: 40px !important;
    margin-bottom: 50px;    
}

.mainbody .content p{
	line-height: 28px;
}

.mainbody .cat-container{
	margin: 10px 0;
}
.mainbody h1{
	margin-bottom: 25px;
	text-transform: none;
}
.mainbody p.cat{
	text-transform: uppercase;
}
.side-box ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.side-box ul li {
	padding: 8px 0;
	border-bottom: 1px solid #F0F2F4;
	line-height: 22px;
}

.content p a {
	text-decoration: underline !important;
	color: #333 !important;
}
.content h1{
	font-size: 40px;
}
.content h2{
	font-size: 30px;
	margin-top: 1em;
}
.content h3{
	font-size: 26px;
	margin-top: 1em;
}
/*------------------------------------
	FOOTER
------------------------------------*/
.footer {
	text-align: center;
	color: #444;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer a {
	color: #444 !important;
}
.footer p{
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.container-nav{
		margin-bottom: 50px;
	}
	.navbar-brand{
		font-size: 42px;
	}
	.navbar{
		align-items:flex-start!important;
		flex-direction: column!important;
		display: flex!important;
	}

	p.cat {
		font-size: 12px;
	}
	.card{
		flex-direction: row!important;
		display: flex!important;
	}
	.card-image,
	.card-body {
		width: 50%;
	}
	.card .card-title{
		font-size: 32px;
		line-height: 38px !important;
	}	
	.card-text{
		font-size: 14px;
	}
	.card-body {
		margin-left: 16px;
		padding: 0 15px 15px 0;
	}
	.card .cat {
		margin-top: 0 !important;
		font-size: 16px;
	}
	.side-box {
	    padding: 5px;
	}
	.side-box-heading span{
		font-size: 14px;	
	}
	.side-box .card .card-title{
		font-size: 16px;
		line-height: 22px !important;
	}
	.container-main{
		margin-top: 10px;
	}

	.title {
		font-size: 36px;
	}
	.dropdown-menu {
		border: 1px solid #e7e7e7;
		background-color: #fff;
	}
	.navbar-light .navbar-nav .nav-link{
		color: #222 !important;
	}
	a.dropdown-item{
		color: #222 !important;
	}
	a.dropdown-item:hover{
		background-color: #DF4143;
		color: #fff!important;
	}

	ul li{
		padding-top: 0;
	}

	.mainbody h1{
		font-size: 32px;
	}

	.container-category{
    	min-height: 800px;
	}
	.mainbody p.cat{
		font-size: 14px;
	}
	.side-box-heading:before {
	    top: 10px;
	}	
}