﻿	/*
Author       : Mahmoud Salem.
Template Name: PTC
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, section-title, preloader btn, overlay, section-padding etc)
    02. START TOP HEADER DESIGN
    03. START MAIN HEADER & NAV
    04. START SLIDER DESIGN
    05. START START ABOUT DESIGN
    06. START ICON BOX SERVICES
    07. START NEWS DESIGN
    08. START REG BANNER DESIGN
    09. START EVENT HOME DESIGN
	10. START FOOTER DESIGN
	11. inner Header pages
	12. News Inner page
	13. Events Inner page
	14. News Inner single page
	15. Events Inner single page
	16. General pages
  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
html {
	background: #fff;
	letter-spacing: -0.3px;
	-moz-animation-name: html_elem;
	-webkit-animation-name: html_elem;
	animation-name: html_elem;
	-moz-animation-duration: 0.2s;
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-moz-animation-timing-function: ease-in;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-webkit-font-smoothing: antialiased !important;
	-moz-webkit-font-smoothing: antialiased !important;
	-ms-webkit-font-smoothing: antialiased !important;
	-o-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: antialiased !important;
}
* {
	outline: none!important
}
::selection {
	background: #009966;
	color: #fff
}
::-moz-selection {
background:#009966;
color:#fff
}
hr {
	margin-top: 10px;
	margin-bottom: 10px;
}
body {
	background-color: #fff;
	color: #000;
	font-family: "Cairo-600";
	font-size: 1.6em;
	-webkit-font-smoothing: antialiased !important;
	-moz-webkit-font-smoothing: antialiased !important;
	-ms-webkit-font-smoothing: antialiased !important;
	-o-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: antialiased !important;
	overflow-x: hidden;
	transition: all .5s ease-in 0s;
}
a {
	color: inherit;
	text-decoration: none;
	outline: 0
}
a:hover {
	text-decoration: none;
	color: inherit;
	transition: all 0.2s ease-in-out 0s
}
a:-webkit-any-link {
text-decoration:none !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 300;
	line-height: 1.8;
	margin-top: 10px;
}
a:visited {
	color: inherit;
    text-decoration: none;
}
ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
p {
	font-size: 1.5rem;/*    line-height: 1.6;*/
}
strong {
	font-weight: 600;
	ont-family: "cairo-700";
}
label {
	display: block;
	max-width: 100%;
	margin-bottom: 5px;
	font-size: 1.4rem;
	font-weight: 400;
}
input {
	outline: none;
}
input:hover {
	transition: all 0.2s ease-in-out 0s;
}
@-moz-keyframes html_elem {
0% {
opacity:0
}
100% {
opacity:1
}
}
@-webkit-keyframes html_elem {
0% {
opacity:0
}
100% {
opacity:1
}
}
@keyframes html_elem {
0% {
opacity:0
}
100% {
opacity:1
}
}
.mt-10 {
	margin-top: 1rem!important
}
.mt-20 {
	margin-top: 2rem!important
}
.mt-30 {
	margin-top: 3rem!important
}
.mt-40 {
	margin-top: 4rem!important
}
.mt-50 {
	margin-top: 5rem!important
}
.mt-60 {
	margin-top: 6rem!important
}
.mt-70 {
	margin-top: 7rem!important
}
.mt-80 {
	margin-top: 8rem!important
}
.mt-90 {
	margin-top: 9rem!important
}
.mt-100 {
	margin-top: 10rem!important
}
.mt-110 {
	margin-top: 11rem!important
}
.mt-120 {
	margin-top: 12rem!important
}
.mt-130 {
	margin-top: 13rem!important
}
.mt-140 {
	margin-top: 14rem!important
}
.mt-150 {
	margin-top: 15rem!important
}
.mt-160 {
	margin-top: 16rem!important
}
.mt-170 {
	margin-top: 17rem!important
}
.mt-180 {
	margin-top: 18rem!important
}
.mt-190 {
	margin-top: 19rem!important
}
.mt-200 {
	margin-top: 20rem!important
}
.mb-10 {
	margin-bottom: 1rem!important
}
.mb-20 {
	margin-bottom: 2rem!important
}
.mb-30 {
	margin-bottom: 3rem!important
}
.mb-40 {
	margin-bottom: 4rem!important
}
.mb-50 {
	margin-bottom: 5rem!important
}
.mb-60 {
	margin-bottom: 6rem!important
}
.mb-70 {
	margin-bottom: 7rem!important
}
.mb-80 {
	margin-bottom: 8rem!important
}
.mb-90 {
	margin-bottom: 9rem!important
}
.mb-100 {
	margin-bottom: 10rem!important
}
.mb-110 {
	margin-bottom: 11rem!important
}
.mb-120 {
	margin-bottom: 12rem!important
}
.mb-130 {
	margin-bottom: 13rem!important
}
.mb-140 {
	margin-bottom: 14rem!important
}
.mb-0 {
	margin-bottom: 0!important
}
.padding-right-left {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.nopadding {
	padding: 0;
	margin: 0;
}
.dir-rtl {
	direction: ltr
}
.dir-ltr {
	direction: rtl
}
.brdr-bottom {
	border-bottom: 1px solid rgba(0,0,0,0.05)
}
.brdr-right {
	border-left: 1px solid rgba(0,0,0,0.05)
}
.no-brdr {
	border: none!important
}
.over-fl-hidden {
	overflow: hidden
}
.over-fl-visible {
	overflow: visible
}
[class*='dark-text'] {
	color: #000!important
}
[class*='light-text'] {
	color: #fff!important
}
.onelines {
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-emphasis: after;
	line-height: 2.5rem;
}
.twolines {
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-emphasis: after;
	line-height: 2.5rem;
}
.threelines {
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-emphasis: after;
	line-height: 2.5rem;
}
.sixlines {
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-emphasis: after;
	line-height: 2.5rem;
}
.ms-webpart-chrome-vertical {
    display: block !important;
}
.ms-webpart-zone {
    display: block !important;
}
.ms-webpart-cell-vertical {
    display: block !important;
}
/* Row Fix */
.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}/*
* ----------------------------------------------------------------------------------------
* START CUSTOM COREV15.CSS 
* ----------------------------------------------------------------------------------------
*/
input[type=button], input[type=reset], input[type=submit], button {
    min-width: unset !important;
        }
        button:hover {
    border-color: transparent;
    background-color: transparent;
    background-color: transparent;
}
button:active {
    border-color: transparent;
    background-color: transparent;
    background-color: transparent;
}
/*
* ----------------------------------------------------------------------------------------
* 02. START TOP HEADER DESIGN
* ----------------------------------------------------------------------------------------
*/
.headbg {
	background-image: url(../images/head_bg.jpg);
	/* -webkit-background-size: cover; */
	-moz-background-size: cover;
	-o-background-size: cover;
	/* background-size: cover; */
	/* min-height: 628px; */
	background-position: center top;
}
.slider-head {
	background-image: url(../images/head_bg.jpg);
	/* -webkit-background-size: cover; */
	-moz-background-size: cover;
	-o-background-size: cover;
	/* background-size: cover; */
	min-height: 350px;
	background-position: center -165px;
}
.head-top {
	position: relative;
	width: 100%;
	height: auto;
	background-color: rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid #1f2e2f21;
}
.head-top .list-inline {
	padding-top: 8px;
	text-align:right;
}
.head-top .btn-social-icon>:first-child {
	text-align: center;
	width: 100% !important;
	border: 1px solid #1f2e30;
	border-radius: 20px;
}
.head-top .btn-social-icon>:first-child {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 32px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	color: #1f2e2f;
}
.head-top .list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 0;
}
.btn-lan {
	color: #fff;
	background-color: #68B743;
	border-radius: 20px;
	font-size: x-small;
	font-family: cairo-700;
}
.btn-lan {
	position: relative;
	padding-right: 44px;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 34px;
	width: 34px;
	padding: 0
}
.btn>:first-child {
	right: 0;
	top: 0;
	bottom: 0;
	width: 32px;
	line-height: 34px;
	text-align: center;/* border-right:1px solid rgba(0,0,0,0.2) */
}
.topnav {
	overflow: hidden;/*  background-color: #333;*/
}
.topnav a {
	float: left;
	display: block;
	color: #263637;
	text-align: center;
	padding: 17px 16px;
	text-decoration: none;
	font-size: 13px;
	font-family: 'Cairo-700', sans-serif;
}
.topnav a:not(:last-child) {
	border-right: 1px solid rgba(38, 54, 55, 0.2);
}
.topnav a:first-child {
	border-left: 1px solid #26363733;
}
.topnav a:hover {
	background-color: #65b73a;
	color: white;
}
.topnav .active {
	background-color: #4CAF50;
	color: white;
}
.topnav .icon {
	display: none;
}
@media screen and (max-width: 600px) {
.topnav a {
	display: none;
}
.topnav a.icon {
	float: right;
	display: none;
}
}
@media screen and (max-width: 600px) {
.topnav.responsive {
	position: relative;
}
.topnav.responsive .icon {
	position: absolute;
	right: 0;
	top: 0;
}
.topnav.responsive a {
	float: none;
	display: none;
	text-align: left;
}
}
.dropdown .btn-top {
    color: #1e2d2e;
    background-color: rgba(0,0,0,0.00);
    border-color: #1f2e2f;
    margin:7px;
}
.head-top .btn {
    padding: 0px 12px;
}
.dropdown .btn-top:hover {
    color: #ffffff;
    background-color: #65b73a;
    border-color: #fff;
}
.dropdown-menu  {
    width: 264px;
    right: auto;
	padding: 0;
    border: 1px solid #e6e6e6;
    border-top: 2px solid #303640;
    background: #fff;
    color: #303640;
}
.btn .caret {
    margin-left: 10px;
}
/*form horizontal*/
.dropdown-menu .custom-form {
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 20px;
}
.dropdown-menu .form-horizontal .control-label {
    padding-top: 15px;
    margin-bottom: 15px;
    text-align: left;
    font-family: 'Cairo-700', sans-serif;
    font-size: 18px;
}
.dropdown-menu .radio-inline+.radio-inline {
    margin-left: 103px;
}
.dropdown-menu .tophead {
    background-color: #009966;
    height: 40px;
    position: relative;
}
.dropdown-menu .radio label, .checkbox label {
    padding-right: 0;
}
.dropdown-menu .form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 7px;
    font-family: 'Cairo-700', sans-serif;
    font-size: 15px;
    color: #000;
}
.custom-input {
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-input :hover {
    color: #B4B4B4;
}
.custom-input ~ .checked {
    color: #B4B4B4;
}
/* Hide the browser's default radio button */
.custom-input input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 8;
    right: 0;
    height: 25px;
    width: 25px;
}
/* On mouse-over, add a grey background color */
.custom-input :hover input ~ .checkmark {
    background-color: transparent;
    color: #f3f3f3;
}
/* When the radio button is checked, add a blue background */
.custom-input input:checked ~ .checkmark {
    background-color: transparent;
    color: #000;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.custom-input input:checked ~ .checkmark:after {
    display: block;
}
.custom-input input:hover ~ .checkmark:after {
    display: block;
}
input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    margin: 4px 40px;
    width: 12px;
    height: 12px;
    background: #eeeeee;
    box-shadow: inset 0 0 0 .2em white, 0 0 0 .2em;
    border-radius: 50%;
    transition: .2s;
    cursor: pointer;
    color: #363945;
}
input[type="radio"]:hover, input[type="radio"]:checked {
    background: #363945;
    box-shadow: inset 0 0 0 .2em white, 0 0 0 .2em;
}
input[type="radio"]:checked {
    background: #56be8e;
    box-shadow: inset 0 0 0 .2em white, 0 0 0 .2em #56be8e;
}
input[type="radio"]:focus {
    outline: 0;
}
.dropdown-menu .btn-primary {
    color: #363944;
    background-color: #c7c7c7;
    border-color: #bbbbbb;
    font-family: 'Cairo-700', sans-serif;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.dropdown-menu .btn-primary:hover {
    color: #fff;
    background-color: #26A074;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.dropdown-menu .btn {
    display: inline-block;
    padding: 10px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}
/*
* ----------------------------------------------------------------------------------------
* 03. START MAIN HEADER & NAV
* ----------------------------------------------------------------------------------------
*/
nav.navbar.bootsnav {
	background-color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.navbar {
	min-height: 110px;
	border: none;
}
nav.navbar.bootsnav {
	border: none;
	border-bottom: none;
	z-index: 20;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
nav.navbar.bootsnav ul.nav > li > a {
	padding: 38px 8px;
	font-weight: initial;
}
nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a, nav.navbar.bootsnav.no-background.white ul.nav > li > a {
	color: #006A44;
	font-size: 14px;
	font-family: 'Cairo-700', sans-serif;
}
nav.navbar.bootsnav ul.nav > li > a {
	color: #4E8B3B;
	font-size: 15px;
	font-family: 'Cairo-700', sans-serif;
}
nav.navbar.bootsnav.navbar-transparent.white {
	background-color: rgba(255,255,255,0.3);
	border-bottom: none;
}
.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}
/*
* ----------------------------------------------------------------------------------------
* 04. START SLIDER DESIGN
* ----------------------------------------------------------------------------------------
*/
#x_021_animated_layers {
	background: transparent;
}
#x_021_animated_layers, #x_021_animated_layers > .carousel-inner, #x_021_animated_layers > .carousel-inner > .item {
	overflow: hidden;
	max-height: 645px;
	min-height: 380px;
}
.x_021_animated_layers_img > img {
	width: 100%;
	display: block;
}
.x_021_animated_layers_img > a > img {
	width: 100%;
	display: block;
}
.x_021_animated_layers_content_right > .x_021_animated_layers_img {
	right: 0;
	left: auto;
}
.x_021_animated_layers_img {
	top: 50px;
	width: 50%;
	height: auto;
}
.x_021_animated_layers_content_right > .x_021_animated_layers_txt {
	left: 0;
	right: auto;
	text-align: left;
}
.x_021_animated_layers_txt > h1 {
	color: #3e742d;
	font-size: 30px;
	text-shadow: none;
	line-height: 40px;
	padding: 20px;
	font-family: cairo-700;
}
.x_021_animated_layers_txt {
	top: 50px;
	right: 8%;
	bottom: 0;
	width: 45%;
	height: auto;
	margin: auto 0;
	position: absolute;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.x_021_animated_layers_txt > p {
	color: #263637;
	font-size: 13px;
	font-weight: 700;
	font-style: normal;
	padding: 20px;
	font-family: cairo-700;
	margin: 0px 0 25px 0;
}
.x_021_animated_layers_txt > a {
	width: 200px;
	height: 45px;
	color: #fff !important;
	font-family: cairo-700;
	border-radius: 45px;
	line-height: 45px;
	text-align: center;
	background: #68B743;
}
.x_021_animated_layers_indicators > .carousel-indicators {
	left: 0;
	top: auto;
	text-align: left;
}
.x_021_animated_layers_indicators > .carousel-indicators .active {
	background: #4e8b3b;
}
.x_021_animated_layers_indicators > .carousel-indicators {
	width: 100%;
}
.x_021_animated_layers_indicators > .carousel-indicators li {
	background: #c7c7c7;
}
.x_021_animated_layers_control_button .carousel-control.left:hover, .x_021_animated_layers_control_button .carousel-control.right:hover {
	color: #ffffff;
	background: #4e8b3b;
}
.x_021_animated_layers_control_button .carousel-control.left {
	right: 25%;
}
.x_021_animated_layers_control_button .carousel-control.right {
	left: 25%;
}
.news-tracker {
	background-color: #4E8B3B;
	min-height: 40px;
}
.bn-seperator {
    background-image: url("../images/just_logo.png");
}
/*.play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#f82249 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}*/
.play-btn {
	width: 94px;
	height: 94px;
	background: radial-gradient(#65b73a 50%, rgba(101, 111, 150, 0.15) 52%);
	border-radius: 50%;
	display: block;
	top: 30%;
	left: 42%;
	right: auto;
	position: absolute;
	overflow: hidden;
}
.play-btn::after {
	content: '';
	position: absolute;
	right: 50%;
	top: 50%;
	-webkit-transform: translateX(40%) translateY(-50%);
	transform: translateX(40%) translateY(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 15px solid #fff;
	z-index: 100;
	transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.play-btn:before {
	content: '';
	position: absolute;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation: pulsate-btn 2s;
	animation: pulsate-btn 2s;
	-webkit-animation-direction: forwards;
	animation-direction: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: steps;
	animation-timing-function: steps;
	opacity: 1;
	border-radius: 50%;
	border: 2px solid rgba(163, 163, 163, 0.4);
	top: -15%;
	right: -15%;
	background: rgba(198, 16, 0, 0);
}
.play-btn:hover::after {
	border-right: 15px solid #65b73a;
	-webkit-transform: scale(20);
	transform: scale(20);
}
.play-btn:hover::before {
	content: '';
	position: absolute;
	right: 50%;
	top: 50%;
	-webkit-transform: translateX(40%) translateY(-50%);
	transform: translateX(40%) translateY(-50%);
	width: 0;
	height: 0;
	border: none;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 15px solid #fff;
	z-index: 200;
	-webkit-animation: none;
	animation: none;
	border-radius: 0;
}
@-webkit-keyframes pulsate-btn {
 0% {
 -webkit-transform: scale(0.6, 0.6);
 transform: scale(0.6, 0.6);
 opacity: 1;
}
 100% {
 -webkit-transform: scale(1, 1);
 transform: scale(1, 1);
 opacity: 0;
}
}
 @keyframes pulsate-btn {
 0% {
 -webkit-transform: scale(0.6, 0.6);
 transform: scale(0.6, 0.6);
 opacity: 1;
}
 100% {
 -webkit-transform: scale(1, 1);
 transform: scale(1, 1);
 opacity: 0;
}
}
/*
* ----------------------------------------------------------------------------------------
* 05. START START ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
.about_collage {
	padding-top: 60px;
	position: relative;
	padding-bottom:160px;
}
.about_collage .about_word h1 {
	font-family: 'Cairo-600', sans-serif;
	font-size: 35px;
	line-height: 0;
}
.about_collage .about_word h2 {
	font-family: 'Cairo-600', sans-serif;
	font-size: 25px;
	line-height: 2;
}
.about_collage .about_word p {
    font-family: 'Cairo-600', sans-serif;
    font-size: 14px;
    color: #898989;
    line-height: 26px;
    max-width: 486px;
    padding-top: 20px;
    text-align: justify;
}
.down_shape {
	background: url("../images/divider_head.svg");
	background-size: cover;
	background-position: center bottom;
	bottom: -1px;
	height: 275px;
	z-index: 1;
	background-color: transparent;
	display: block;
	position: absolute;
	width: 100%;
	pointer-events: none;
	background-repeat-y: no-repeat;
}
.about_word {
	padding-top: 50px;
}
/*TAB Style*/
.about_collage .solid-tabs .tab-marker > li > a, .solid-tabs .tab-design-1 .tab-marker > li > a {
	background: transparent;
}
.about_collage .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #4c8c36;
	cursor: default;
	background-color: #fff;
	border: 1px solid #FFFFFF;
	border-bottom: 2px solid #4c8c36;
	border-bottom-color: unset;
}
.about_collage .nav-tabs>li>a:hover {
	border-color: transparent;
	/* border-bottom-color: #18A375; */
	border-bottom: 2px solid #18A375;
	color: #18A375;
}
.about_collage .nav-tabs>li>a {
	margin-right: 101px;
	font-size: 16px;
	font-family: 'Cairo-600', sans-serif;
	color: #1E1E1E;
}
/*
* ----------------------------------------------------------------------------------------
* 06. START ICON BOX SERVICES
* ----------------------------------------------------------------------------------------
*/

.icon_box_services {
	position: relative;
	padding-bottom: 250px;
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 30%, #f3f3f3 70%);
	background-image: -o-linear-gradient(bottom, #FFFFFF 30%, #f3f3f3 70%);
	background-image: linear-gradient(to top, #FFFFFF 30%, #f3f3f3 70%);
}
.icon_box_services .center-head {
	margin: 0 auto;
	max-width: 450px;
	text-align: center;
	padding-bottom: 60px;
}
.icon_box_services .center-head h1 {
	margin: 5px;
	font-family: 'Cairo-700', sans-serif;
	font-size: 28px;
	color: #263637;
	text-align: center;
}
.icon_box_services .center-head p {
	font-size: 13px;
	line-height: 27px;
	font-family: 'Cairo-600', sans-serif;
	color: #263637;
}
.icon_box_services .divider-foot {
	background: url("../images/divider_down.svg");
	background-color: #fff;
	background-size: cover;
	background-position: center bottom;
	bottom: 0;
	height: 212px;
	z-index: 1;
	display: block;
	position: absolute;
	width: 100%;
	pointer-events: none;
	background-repeat-y: no-repeat;
}
/*-----------------------
Icon Boxes
-----------------------*/
.icon-box-content, .icon-box-image {
	padding: 15px 0px;
}
.icon-box-icon {
	width: 60px;
	height: 60px;
	display: block;
	margin-bottom: 20px;
	text-align: center;
	font-size: 30px;
	line-height: 60px;
}
.icon-box-icon.icon-box-icon-solid {
	background: #417333;
	color: #ffffff;
}
.icon-box-icon.icon-box-icon-solid-two {
	background: #4E8B3B;
	color: #ffffff;
}
.icon-box-icon.icon-box-icon-solid-three {
	background: #90BF47;
	color: #ffffff;
}
.icon-box-icon.icon-box-icon-solid-last {
	background: #C5DC39;
	color: #ffffff;
}
.icon-box-icon.icon-box-icon-rounded {
	border-radius: 50%;
}
.icon-box-icon.icon-box-icon-border {
	color: #0064b1;
	border: 2px solid #0064b1;
	background: transparent;
}
/* Icon Box 1*/
.icon-box-one {
	text-align: center;
	position: relative;
	margin: 20px 0px;
}
.icon-box-one .icon-box-image {
	margin-bottom: 15px;
}
.icon-box-one .icon-box-icon {
	margin: 0 auto;
	margin-bottom: 20px;
}
.icon-box-one h4 {
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-size: 18px;
}
/* Icon Box 2 */
.icon-box-two {
	position: relative;
	margin: 20px 0px;
}
.icon-box-two .icon-box-image {
	height: 62px;
	width: 62px;
	margin: 0px;
}
.icon-box-two h5 {
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
/* Icon Box 3*/
.icon-box-three {
	position: relative;
	margin: 20px 0px;
}
.icon-box-three .icon-box-image {
	margin-bottom: 10px;
}
.icon-box-three h4 {
	margin-bottom: 10px;
	font-family: Cairo-700;
	font-size: 20px;
	color: #4E8B3B;
	text-align: left;
}
.icon-box-three p {
	font-family: Cairo-600;
	font-size: 13px;
	color: #263637;
	line-height: 24px;
	text-align: left;
}
.btn-readmore {
	background: #263637;
	color: #fff;
	border-radius: 6px;
	border: 1px solid #263637;
	font-size: 12px;
	font-family: Cairo-700;
	padding: 8px 25px;
	margin-top: 10px
}
.btn-readmore:hover {
	background: #fff;
	color: #263637;
}
/*
* ----------------------------------------------------------------------------------------
* 07. START NEWS DESIGN
* ----------------------------------------------------------------------------------------
*/
.e-news {
	padding: 60px 0;
}
.e-news .title-news {
	text-align: center;
	margin-bottom: 50px;
}
.e-news .title-news h1 {
	margin: 5px;
	font-family: 'Cairo-700', sans-serif;
	font-size: 28px;
	color: #263637;
}
.e-news .title-news p {
	font-size: 13px;
	line-height: 27px;
	margin: 0 auto;
	font-family: 'Cairo-600', sans-serif;
	color: #263637;
	max-width: 400px;
}
/*---------- POST IMAGE ----------*/
.x_014_post_image {
	position: relative;
}
.x_014_post_image > a > img {
	width: 100%;
	display: block;
	max-height: 380px;
	object-fit: cover;

}
.x_014_post_image > .newsdate {
	top: 0;
	width: 90px;
	height: 100px;
	color: #ffffff;
	display: block;
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.x_014_post_image > .newsdate > span:nth-child(1) {
	height: 50px;
	display: block;
	font-size: 35px;
	font-weight: 900;
	line-height: 70px;
	background: #417333;
}
.x_014_post_image > .newsdate > span:nth-child(2) {
	height: 30px;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 30px;
	background: #3f742f;
}
.x_014_post_image > .newsdate > span:nth-child(3) {
	height: 30px;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 30px;
	background: #000000;
}
/*---------- POST TEXT ----------*/
.x_014_post_text {
	padding: 20px 30px;
}
.x_014_post_text > h3 {
	margin: 0;
	font-size: 18px;
	color: #417333;
	font-family: 'Cairo-700', sans-serif;
}
.x_014_post_text > p {
	margin: 20px 0;
	font-size: 14px;
	text-align: left;
	font-family: 'Cairo-600', sans-serif;
	color: #263637;
	line-height: 28px;
}
.x_014_post_text > span:nth-child(1) {

    height: 30px;
    display: block;
    padding:0px 10px;
    border-radius: 4px;
    width:fit-content;
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 30px;
    background: #000000;
    color: white;
}
.x_014_post_text > a {
	color: #009966;
	font-size: 13px;
	border: 1px solid #4173335c;
	padding: 8px 38px;
	border-radius: 9px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: color 0.6s cubic-bezier(0.22, 0.81, 0.01, 0.99);
	transition: color 0.6s cubic-bezier(0.22, 0.81, 0.01, 0.99);
}
.x_014_post_text > a:hover {
	color: #dddddd;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #90BF47;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 1px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #4E8B3B;
}
/*
* ----------------------------------------------------------------------------------------
* 08. START REG BANNER DESIGN
* ----------------------------------------------------------------------------------------
*/
.reg-banner {
	background-image: -webkit-linear-gradient(top left, #263637 0%, #000000 100%);
	background-image: -o-linear-gradient(top left, #263637 0%, #000000 100%);
	background-image: linear-gradient(to bottom right, #263637 0%, #000000 100%);
	padding: 35px 0;
}
.reg-banner .reg-des h1 {
	font-family: 'Cairo-600', sans-serif;
	font-size: 35px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: left;
	margin: 0;
}
.reg-banner .reg-des p {
	font-family: 'Cairo-600', sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: left;
}
.reg-btn {
	text-align: right;
	padding: 60px 0;
}
.reg-banner .reg-btn > a {
	color: #ffffff;
	font-size: 13px;
	border: 2px solid rgba(255, 255, 255, 0.58);
	padding: 8px 88px;
	border-radius: 5px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: color 0.6s cubic-bezier(0.22, 0.81, 0.01, 0.99);
	transition: color 0.6s cubic-bezier(0.22, 0.81, 0.01, 0.99);
}
.reg-banner .reg-btn > a:hover {
	color: #4E8B3B;
	border: 2px solid rgba(78, 139, 59, 0.58);
	-webkit-transition: color 0.6s cubic-bezier(0.22, 0.81, 0.01, 0.99);
	transition: color 0.6s cubic-bezier(0.22, 0.81, 0.01, 0.99);
}
.more-btn {
	text-align: center;
}
.more-btn > a {
	color: #417333;
	font-size: 13px;
	border: 2px solid rgb(65, 115, 51);
	padding: 8px 88px;
	border-radius: 5px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: color 0.6s cubic-bezier(0.22, 0.81, 0.01, 0.99);
	transition: color 0.6s cubic-bezier(0.22, 0.81, 0.01, 0.99);
}
.more-btn > a:hover {
	color: #333;
	border: 2px solid rgb(0, 0, 0);
	-webkit-transition: color 0.6s cubic-bezier(0.22, 0.81, 0.01, 0.99);
	transition: color 0.6s cubic-bezier(0.22, 0.81, 0.01, 0.99);
}
/*
* ----------------------------------------------------------------------------------------
* 09. START EVENT HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.student-box {box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);border-radius: 10px;position: relative;overflow: hidden;margin-bottom: 20px;}
.student-box .over-color {
    background-image: linear-gradient(90deg, rgba(18,23,34,0.91) 0%, rgba(19,23,34,0.44) 100%);
    position: absolute;
    width: 100%;
    /* margin-bottom: 20px; */
    height: 100%;
}
.student-box img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.student-box .student-title {
    position: absolute;
    font-family: 'Cairo-700', sans-serif;
    font-size: 30px;
    color: #FFFFFF;
    letter-spacing: -0.07px;
    /* text-align: right; */
    line-height: 37px;
    z-index: 1;
    top: auto;
    left: 40px;
    bottom: 28px;
}
.events-list-home {
	padding-top: 60px;
	padding-bottom: 60px;
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F1F2F6 99%);
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F1F2F6 99%);
	background-image: linear-gradient(to top, #FFFFFF 0%, #F1F2F6 99%);
}
.events-list-home .title-event {
	text-align: center;
	margin-bottom: 50px;
}
.events-list-home .title-event h1 {
	margin: 5px;
	font-family: 'Cairo-700', sans-serif;
	font-size: 28px;
	color: #263637;
}
.events-list-home .title-event p {
	font-size: 13px;
	line-height: 27px;
	margin: 0 auto;
	font-family: 'Cairo-600', sans-serif;
	color: #263637;
	max-width: 400px;
}
.events-list-home .events-post-box {
	padding-top: 20px;
	padding-bottom: 20px;
	background: white;
	border-bottom: 10px solid #4E8B3B;
	border-radius: 5px 5px 0 0;
	margin-bottom: 20px;
	-webkit-box-shadow: 1px 0px 5px 3px rgba(0,0,0,0.03);
	-moz-box-shadow: 1px 0px 5px 3px rgba(0,0,0,0.03);
	box-shadow: 1px 0px 5px 3px rgba(0,0,0,0.03);
}
.events-list-home .events-post-box .image-events {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	/* border-radius: 5px; */
	overflow: hidden;
	padding-left: 40px;
}
.events-list-home .events-post-box .image-events img {
	width: 100%;
	height: 125px;
	object-fit: cover;
	display: block;
}
.events-list-home .events-post-box .image-events .date-events {
	position: absolute;
	top: 0;
	left: 0;
	background: #009966;
	width: 74px;
	height: 121px;
}
.events-list-home .events-post-box .image-events .date-events .date-number {
	font-size: 38px;
	color: white;
	padding-top: 14px;
}
.events-list-home .events-post-box .image-events .date-events .date-word {
	font-size: 15px;
	color: white;
	padding-top: 2px;
	padding-bottom: 2px;
	background: black;
	bottom: 21px;
	position: absolute;
	width: 100%;
}
.events-list-home .events-post-box .image-events .date-events .events-location {
	font-size: 12px;
	color: white;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #2d2d2d;
	bottom: 0;
	position: absolute;
	width: 100%;
}
.events-list-home .events-post-box .events-des {
	/* padding-top: 0; */
	/* border: 1px solid #E3E3E3; */
	/* border-radius: 10px; */
	padding-right: 16px;
}
.events-list-home .events-post-box .events-des > span:nth-child(1) {
    height: 30px;
    display: block;
    padding: 0px 10px;
    border-radius: 4px;
    width: fit-content;
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 30px;
    background: #000000;
    color: white;
}
.events-list-home .events-post-box .events-des h1 {
	padding-bottom: 5px;
	/* padding-top: 0px; */
	margin-top: 0px;
	font-family: 'Cairo-700', sans-serif;
	font-size: 17px;
	color: #263637;
	letter-spacing: 0;
	line-height: 29px;
	overflow: hidden;
	max-height: 58px;
}
.events-list-home .events-post-box .events-des p {
	font-family: 'Cairo-600', sans-serif;
	font-size: 14px;
	color: #2C3E50;
	line-height: 28px;
	max-height: 58px;
	overflow: hidden;
	letter-spacing: 0;/* padding-top: 0px; */
}
.events-list-home .events-post-box .events-des ul {
	padding-bottom: 1px;
}
/*.events-list-home .events-post-box .events-des ul li {
	padding: 8px 0;
}*/
.events-list-home .events-post-box .events-des .icon-clock, .events-list-home .events-post-box .events-des .icon-card3, .events-list-home .events-post-box .events-des .icon-locationpin {
	font-size: 18px;
	color: #000;
}
.events-list-home .events-post-box .events-des span.calendar, .events-list-home .events-post-box .events-des span.location, .events-list-home .events-post-box .events-des span.price {
	font-family: 'Cairo-600', sans-serif;
	font-size: 11px;
	color: #8E8E8E;
	padding: 0 5px;
}
/*
* ----------------------------------------------------------------------------------------
* 10. START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.page-footer {
	background: #263637;
}
.page-footer .top-footer {
	padding: 70px 0;
}
.page-footer .top-footer ul li {
	color: white;
	padding: 0 15px;
	font-family: 'Cairo-600', sans-serif;
}
.page-footer .top-footer ul li a:hover {
	color: #01B176;
}
.page-footer .top-footer .list-two {
	padding-top: 25px;
}
.list-two li span {
	color: white;
	font-size: 16px;
	opacity: 0.5;
	font-family: 'Cairo-600', sans-serif;
}
.page-footer .top-footer ul li a:hover {
	color: #01B176;
}
.page-footer .top-footer .contact-us {
	padding-right: 60px;
}
.page-footer .top-footer .contact-us h1 {
	color: #4E8B3B;
	font-size: 30px;
	font-family: 'Cairo-700', sans-serif;
	padding: 0;
	line-height: 0;
}
.page-footer .top-footer .contact-us h2 {
	color: #4E8B3B;
	font-size: 20px;
	font-family: 'Cairo-600', sans-serif;
	padding: 0;
	line-height: 2;
}
.page-footer .top-footer hr {
	color: #01B176;
	margin-top: 20px;
	margin-bottom: 27px;
	border-top: 1px solid #eee3;
}
.page-footer .top-footer .copyright p {
	color: rgba(255,255,255,0.65);
	font-size: 15px;
	font-family: 'Cairo-600', sans-serif;
}
.page-footer .top-footer .policy p {
	color: rgba(255,255,255,0.65);
	font-size: 15px;
	font-family: 'Cairo-600', sans-serif;
}
.page-footer .top-footer .policy {
	padding-left: 54px;
}
.page-footer .top-footer .s-icon ul li {
	padding: 0 5px;
}
.page-footer .top-footer h4 {
    color: #01b176;
    font-family: 'Cairo-700', sans-serif;
}
/*
* ----------------------------------------------------------------------------------------
* 11. inner Header pages
* ----------------------------------------------------------------------------------------
*/
.headbg-inner {
	background-image: url(../images/Graduation2018Slides001.jpg);
	/* -webkit-background-size: cover; */
	-moz-background-size: cover;
	-o-background-size: cover;
	/* background-size: cover; */
	/* min-height: 628px; */
	background-position: center top;
}
.headbg-inner-b {
	background-image: url(../images/Graduation2018Slides001.jpg);
	/* -webkit-background-size: cover; */
	-moz-background-size: cover;
	-o-background-size: cover;
	/* background-size: cover; */
	min-height: 200px;
	background-position: center -165px;
}
.headbg-inner-b .inner-title {
	padding: 30px 0;
}
.headbg-inner-b .inner-title h2 {
	font-family: 'Cairo-700', sans-serif;
	font-size: 38px;
	color: #ffffff;
	letter-spacing: -1px;
}
.headbg-inner-b .inner-title p {
	font-family: 'Cairo-600', sans-serif;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.37);
	letter-spacing: 0;
	line-height: 20px;
}
.headbg-inner-b .inner-breadcrumb .breadcrumb {
	padding: 0px 0px;
	margin-bottom: 0;
	list-style: none;
	background-color: transparent;
	border-radius: unset;
}
.headbg-inner-b .inner-breadcrumb .breadcrumb>li {
	font-family: 'Cairo-600', sans-serif;
	font-size: 14px;
	color: rgba(255,255,255,0.45);
	letter-spacing: 0;
	line-height: 20px;
}
.headbg-inner-b .inner-breadcrumb .breadcrumb>.active {
	color: #4c8c36;
	font-family: 'Cairo-700', sans-serif;
}
/*
* ----------------------------------------------------------------------------------------
* 12. News Inner page
* ----------------------------------------------------------------------------------------
*/
.inner-news {
	margin-top: 70px;
	margin-bottom: 20px;
}
/*---------- POST IMAGE ----------*/
.inner-news .x_014_post_image {
	position: relative;
	overflow: hidden;
	max-height: 380px;
	object-fit: cover;

}
.inner-news .x_014_post_image > a > img {
	width: 100%;
	display: block;
	max-height: 380px;
	object-fit: cover;
}
.inner-news .x_014_post_image > .newsdate {
	top: 0;
	width: 90px;
	height: 100px;
	color: #ffffff;
	display: block;
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.inner-news .x_014_post_image > .newsdate > span:nth-child(1) {
	height: 50px;
	display: block;
	font-size: 35px;
	font-weight: 900;
	line-height: 70px;
	background: #417333;
}
.inner-news .x_014_post_image > .newsdate > span:nth-child(2) {
	height: 30px;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 30px;
	background: #3f742f;
}
.inner-news .x_014_post_image > .newsdate > span:nth-child(3) {
	height: 30px;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 30px;
	background: #000000;
}
/*---------- POST TEXT ----------*/
.inner-news .x_014_post_text {
	padding: 20px 5px;
	overflow: hidden;
}
.inner-news .x_014_post_text > h3 {
	margin: 0;
	font-size: 18px;
	line-height: 36px;
	max-height: 72px;
	overflow: hidden;
	color: #2b2b2b;
	font-family: 'Cairo-900', sans-serif;
}
.inner-news .x_014_post_text > p {
	margin: 25px 0;
	font-size: 14px;
	text-align: left;
	font-family: 'Cairo-600', sans-serif;
	color: rgba(0, 0, 0, 0.61);
	line-height: 28px;
	max-height: 84px;
	overflow: hidden;
}
.inner-news .x_014_post_text > a {
	color: #009966;
	font-size: 13px;
	border: 1px solid #4173335c;
	padding: 8px 38px;
	border-radius: 9px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: color 0.6s cubic-bezier(0.22, 0.81, 0.01, 0.99);
	transition: color 0.6s cubic-bezier(0.22, 0.81, 0.01, 0.99);
}
.inner-news .x_014_post_text > a:hover {
	color: #dddddd;
}
.inner-news .pagination {
	display: inline-block;
}
.inner-news .pagination a {
	color: black;
	float: right;
	padding: 8px 16px;
	text-decoration: none;
}
.inner-news .pagination a.active {
	background-color: #009965;
	color: white;
	border-radius: 5px;
}
.inner-news .pagination a:hover:not(.active) {
	background-color: #ddd;
	border-radius: 5px;
}
/*
* ----------------------------------------------------------------------------------------
* 13. Events Inner page
* ----------------------------------------------------------------------------------------
*/
.inner-events {
	margin-top: 70px;
	margin-bottom: 20px;
}
.inner-events .events-post-box {
	padding-top: 20px;
	padding-bottom: 20px;
	background: white;
	border-bottom: 10px solid #4E8B3B;
	border-radius: 5px 5px 0 0;
	margin-bottom: 20px;
	-webkit-box-shadow: 1px 0px 5px 3px rgba(0,0,0,0.03);
	-moz-box-shadow: 1px 0px 5px 3px rgba(0,0,0,0.03);
	box-shadow: 1px 0px 5px 3px rgba(0,0,0,0.03);
}
.inner-events .events-post-box .image-events {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	/* border-radius: 5px; */
	overflow: hidden;
	padding-left: 40px;
}
.inner-events .events-post-box .image-events img {
	width: 100%;
	height: 125px;
	object-fit: cover;
	display: block;
}
.inner-events .events-post-box .image-events .date-events {
	position: absolute;
	top: 0;
	left: 0;
	background: #009966;
	width: 74px;
	height: 121px;
}
.inner-events .events-post-box .image-events .date-events .date-number {
	font-size: 38px;
	color: white;
	padding-top: 14px;
}
.inner-events .events-post-box .image-events .date-events .date-word {
	font-size: 15px;
	color: white;
	padding-top: 2px;
	padding-bottom: 2px;
	background: black;
	bottom: 21px;
	position: absolute;
	width: 100%;
}
.inner-events .events-post-box .image-events .date-events .events-location {
	font-size: 12px;
	color: white;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #2d2d2d;
	bottom: 0;
	position: absolute;
	width: 100%;
}
.inner-events .events-post-box .events-des {
	/* padding-top: 0; */
	/* border: 1px solid #E3E3E3; */
	/* border-radius: 10px; */
	padding-right: 16px;
}
.inner-events .events-post-box .events-des > span:nth-child(1) {
    height: 30px;
    display: block;
    padding: 0px 10px;
    border-radius: 4px;
    width: fit-content;
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 30px;
    background: #000000;
    color: white;
}
.inner-events .events-post-box .events-des h1 {
	padding-bottom: 5px;
	/* padding-top: 0px; */
	margin-top: 0px;
	font-family: 'Cairo-700', sans-serif;
	font-size: 17px;
	color: #263637;
	letter-spacing: 0;
	line-height: 29px;
	overflow: hidden;
	max-height: 58px;
}
.inner-events .events-post-box .events-des p {
	font-family: 'Cairo-600', sans-serif;
	font-size: 14px;
	color: #2C3E50;
	line-height: 28px;
	max-height: 58px;
	overflow: hidden;
	letter-spacing: 0;/* padding-top: 0px; */
}
.inner-events .events-post-box .events-des ul {
	padding-bottom: 1px;
}
/*.inner-events .events-post-box .events-des ul li {
	padding: 8px 0;
}*/
.inner-events .events-post-box .events-des .icon-clock, .inner-events .events-post-box .events-des .icon-card3, .inner-events .events-post-box .events-des .icon-locationpin {
	font-size: 18px;
	color: #000;
}
.inner-events .events-post-box .events-des span.calendar, .inner-events .events-post-box .events-des span.location, .inner-events .events-post-box .events-des span.price {
	font-family: 'Cairo-600', sans-serif;
	font-size: 11px;
	color: #8E8E8E;
	padding: 0 5px;
}
.inner-events .pagination {
	display: inline-block;
}
.inner-events .pagination a {
	color: black;
	float: right;
	padding: 8px 16px;
	text-decoration: none;
}
.inner-events .pagination a.active {
	background-color: #009965;
	color: white;
	border-radius: 5px;
}
.inner-events .pagination a:hover:not(.active) {
	background-color: #ddd;
	border-radius: 5px;
}
/*
* ----------------------------------------------------------------------------------------
* 14. News Inner single page
* ----------------------------------------------------------------------------------------
*/
.single-news {
	padding: 40px 0;
}
.single-news .main-image-news {
	padding: 0;
}
.single-news .main-image-news img {
	width: 100%;
	height: 554px;
	object-fit: cover;
}
.single-news .single-news-details .details-title {
	padding-top: 20px;
	padding-bottom: 20px;
}
.single-news .single-news-details .details-title .news-date li {
	background: #f3f3f3;
	max-width: fit-content;
	border-radius: 5px;
	margin: 9px 4px;
	padding: 5px 15px;
}
.single-news .single-news-details > .details-title > .news-date > li:nth-child(2) {
	background: #000000;
	color:white;
	max-width: fit-content;
	border-radius: 5px;
	margin: 9px 4px;
	padding: 5px 15px;
}

.single-news .single-news-details .details-title h2 {
	font-family: 'Cairo-700', sans-serif;
	font-size: 36.05px;
	color: #000000;
	letter-spacing: -0.5px;
	line-height: 48.06px;
	margin-bottom: 20px;
}
.single-news .single-news-details .details-title .news-date {
	max-width: fit-content;
	border-radius: 5px
}
.single-news .single-news-details .details-title .news-date h3 {
	font-family: 'Cairo-700', sans-serif;
	font-size: 13px;
	color: #999999;
	letter-spacing: -0.5px;
	padding: 3px 20px 3px 20px;
}
.single-news .single-news-details .details-des p {
	font-family: 'Cairo-600', sans-serif;
	font-size: 13.02px;
	color: #000000;
	letter-spacing: 0;
	margin: 0 0 38px;
	line-height: 22.04px;
}
.single-news .single-news-details .details-des >div {
	font-family: 'Cairo-600', sans-serif;
	font-size: 13.02px;
	color: #000000;
	letter-spacing: 0;
	margin: 0 0 38px;
	line-height: 22.04px;
}
/*
* ----------------------------------------------------------------------------------------
* 15.Events Inner single page
* ----------------------------------------------------------------------------------------
*/
.single-events {
	padding: 40px 0;
}
.single-events .main-image-event {
	padding: 0;
}
.single-events .main-image-event img {
	width: 100%;
	height: 554px;
	object-fit: cover;
}
.single-events .table>thead>tr>th {
	text-align: center;
	background: #202e2f;
	font-size: 13px;
	color: #daffcd;
	font-family: 'Cairo-700', sans-serif;
	padding-top: 15px;
	padding-bottom: 15px;
	border-right: 1px solid rgba(255,255,255,0.33);
}
.bg-gray {
	background: #f3f3f3;
	font-size: 13px;
	color: black;
	font-family: 'Cairo-600', sans-serif;
}
.single-events .table>tbody>tr>td {
	padding-top: 15px;
	padding-bottom: 15px;
}
.single-events .single-events-details .details-title {
	padding-top: 20px;
	padding-bottom: 20px;
}
.single-events .single-events-details.single-events .single-events-details .details-title .news-date {
	max-width: fit-content;
	border-radius: 5px
}
.single-events .single-events-details .details-title .news-date li {
	background: #000000;
	max-width: fit-content;
	color:white;
	border-radius: 5px;
	margin: 9px 4px;
	padding: 5px 15px;
}
.single-events .single-events-details .details-title h2 {
	font-family: 'Cairo-700', sans-serif;
	font-size: 36.05px;
	color: #000000;
	letter-spacing: -0.5px;
	line-height: 48.06px;
}
.single-events .single-events-details .details-des p {
	font-family: 'Cairo-600', sans-serif;
	font-size: 13.02px;
	color: #000000;
	letter-spacing: 0;
	margin: 0 0 38px;
	line-height: 22.04px;
}
.single-events .single-events-details .details-des >div {
	font-family: 'Cairo-600', sans-serif;
	font-size: 13.02px;
	color: #000000;
	letter-spacing: 0;
	margin: 0 0 38px;
	line-height: 22.04px;
}
.single-events .downtable th {
	text-align: left;
	background: #202e2f;
	color: white;
	font-family: cairo-700;
	font-size: 15px;
	border-top: 1px solid rgba(1, 169, 113, 0.32)!important;
	width: 186px;
}
.single-events .downtable td {
	background: rgba(250, 252, 255, 0.53);
	color: #000;
	font-family: cairo-600;
	font-size: 15px;
	border-top: 1px solid rgba(1, 169, 113, 0.26)!important;
}

/* ----------------------------------------------------------------------------------------
* START CUSTOM COREV15.CSS 
* ----------------------------------------------------------------------------------------
*/

input[type=button], input[type=reset], input[type=submit], button {
    min-width: unset !important;
        }
/*
* ----------------------------------------------------------------------------------------
* 16.General pages
* ----------------------------------------------------------------------------------------
*/
.general-pages {
	margin-top: 25px;
	margin-bottom: 25px;
}
/*----------Gallery En ----------*/
.portfolio_076 {
    padding: 80px 20px;
}

.portfolio_076_control_button .carousel-control.left {
  left: 526px;
  right: auto;
}
.portfolio_076_control_button .carousel-control.right {
  right: 522px;
  left: auto;
}
.portfolio_076_control_button .carousel-control {
  top: 25px;
}
.portfolio_076_content {
  background: rgba(0, 0, 0, 0.65);
}
.portfolio_076_content_col_3 > h5 > a {
  font-size: 18px;
  font-family: 'Cairo-600', sans-serif;
  letter-spacing: 0;
}
.portfolio_076_content_col_3 > ul > li > a {
  font-size: 12px;
  font-family: 'Cairo-600', sans-serif;
  letter-spacing: 0;
}
.portfolio_076_link {
  left: 5px;
  top: 5px;
  position: absolute;
}
.portfolio_076_link > a {
  border-radius: 3px;
  color: #ffffff !important;
}
.portfolio_076_link > a:hover {
  color: #004A32 !important;
  background: #ffffff;
}
.portfolio_076_wrapper {
  width: 100%;
  height: 239px;
}
.portfolio_076_wrapper > a > img {
  width: 100%;
  object-fit: cover;
  height: 239px;
}
/*---------- Calander ----------*/  
  .fc-nonbusiness {
    background: transparent !important;
}
/*---------- Flag Language ----------*/  
.flag {
    color: #ffffff;
    background-color: rgba(0,0,0,0.00);
    border-color: #fff;
    background: #67b543;
    padding: 5px  7px 5px 7px;
    border-radius: 4px;
    border: 1px solid #68b743;
    margin: 1px 14px;
}

.flag h4{font-size: 13px;padding: 0;margin: 0;font-family: cairo-700;}
/*
* ----------------------------------------------------------------------------------------
* 16.General pages
* ----------------------------------------------------------------------------------------
*/
.general-pages {
	margin-top: 25px;
	margin-bottom: 25px;
}

/*---------- Gallery Ar ----------*/
.portfolio_076 {
    padding: 80px 20px;
}
  .portfolio_076_control_button .carousel-control.left {
      right: 526px;
      left: auto;
  }
  .portfolio_076_control_button .carousel-control.right {
      left: 522px;
      right: auto;
  }
  .portfolio_076_control_button .carousel-control {
      top: 25px;
  }
  .portfolio_076_content {
      background: rgba(0, 0, 0, 0.65);
  }
  .portfolio_076_content_col_3 > h5 > a {
      font-size: 18px;
      font-family: 'Cairo-600', sans-serif;
      letter-spacing: 0;
  }
  .portfolio_076_content_col_3 > ul > li > a {
      font-size: 12px;
      font-family: 'Cairo-600', sans-serif;
      letter-spacing: 0;
  }
  .portfolio_076_link {
      left: 5px;
      top: 5px;
      position: absolute;
  }
  .portfolio_076_link > a {
      border-radius: 3px;
      color: #ffffff !important;
  }
  .portfolio_076_link > a:hover {
      color: #004A32 !important;
      background: #ffffff;
  }
  .portfolio_076_wrapper {
      width: 100%;
      height: 239px;
  }
  .portfolio_076_wrapper > a > img {
      width: 100%;
      object-fit: cover;
      height: 239px;
  }
/*---------- Calander ----------*/  
  .fc-nonbusiness {
    background: transparent !important;
}
/*---------- Flag Language ----------*/  

.flag {
    color: #ffffff;
    background-color: rgba(0,0,0,0.00);
    border-color: #fff;
    background: #67b543;
    padding: 5px  7px 5px 7px;
    border-radius: 4px;
    border: 1px solid #68b743;
    margin: 1px 14px;
}
.flag h4{font-size: 13px;padding: 0;margin: 0;font-family: cairo-700;}
/* TAB */

.tab .nav-tabs{
    position: relative;
    border-bottom: none;
}

.tab .nav-tabs li{
    margin: 0;
    padding: 0;
}

.tab .nav-tabs li a{
    display: block;
    padding: 12px 34px;
    background: #E9E9E9;
    font-size: 17px;
    font-weight: 600;
    color: #737373;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    border: none;
    margin-left: 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
    border-radius: 5px 5px 0 0;
}

.tab .nav-tabs li a:after{
    content: "";
    width: 100%;
    height: 100%;
    background: #e9e9e9;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    perspective-origin: 50% 100%;
    transform: perspective(900px) rotate3d(1, 0, 0, -90deg);
    transform-origin: 50% 100% 0;
    transition: transform 0.3s ease 0s, background-color 0.3s ease 0s;
}

.tab .nav-tabs li.active a:after{
    background: #006943;
    transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
}
.tab .nav-tabs li a:hover{
    color: #30a27c;
    border: none;
}
.tab .nav-tabs li.active a{
    color: #ffffff;
    border: none;
}

.tab .tab-content{
    padding: 1px;
    /* background: #eee6d2; */
    font-size: 15px;
    line-height: 26px;
}

.tab .tab-content h3{
    font-size: 24px;
    margin-top: 0;
}
.icon_box_services .nav-tabs>li.active>a:focus {
	color: #ffffff;
	border-bottom: 2px solid #006842;
}

@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
    }
} 
.access-denied {
    padding: 153px;
}
.access-denied img {
    width: 100%;
    height: auto;
}
/*---------------------------
gallery
---------------------------*/

.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    right: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 14px;
    border: 1px solid #00694340;
    border-radius: 4px;
    text-align: center;
    color: #006943;
    margin-bottom: 30px;
    background: #f3f3f3;
}
.filter-button:hover
{
    font-size: 14px;
    border: 1px solid #4e8b3a;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #006943;
}
.btn-default:active .filter-button:active
{
    background-color: #006943;
    color: white;
}
.btn-default.focus, .btn-default:focus {
    background-color: #42B32F;
    color: white;
    border-color: #8c8c8c;
}
.btn-default:active:hover {
        color: #ffffff;
    background-color: #006943;
    border-color: #006943;
}
.filter-button.active {
            color: #ffffff;
    background-color: #006943;
    border-color: #006943;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}
.gallery_product img {
	width:100%;
	height:200px;
	object-fit:cover;
}

