/*******************************************************

						style

*******************************************************/

body {
    font-family: "Tajawal", Arial, sans-serif;
    background: #fff;
    font-size: 17px;
    font-weight: 400;
    color: #666666;
}

body.menu-show {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
}

a,button {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #2c363f;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none !important;
}
a,button,:focus{
	outline:0!important
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    line-height: 1.5;
    color: #061927;
    font-weight: 600;
}




/** owl **/

.owl-carousel {
    position: relative;
	direction: ltr;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    color: #fff !important;
    background-color: transparent!important;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
	opacity:0;
    outline: 0;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
    font-size: 50px;
}

.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.owl-carousel .owl-nav .owl-next {
    right: 0;
}

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
    opacity: .8;
}

.owl-carousel:hover .owl-nav .owl-prev {
    left: 15px;
}

.owl-carousel:hover .owl-nav .owl-next {
    right: 15px;
}
/***/
.owl-carousel .item {
    direction: rtl;
}
.owl-carousel .owl-dots {
    text-align: center;
    margin: 20px auto;
    max-width: 1280px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 48px;
    width: 80%;
    bottom: 24px;
}

.owl-theme .owl-dots .owl-dot span {
	background-color: #dedede;
	width: 14px;
	height: 14px;
	margin: 0 3px;
	border-radius: 0;
	display: block;
	cursor: pointer;
	border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot.active span {
	background-color: white;
}


button.owl-dot {
    background: 0 0;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
}
.owl-dot {
    position: relative;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0 3px;
    text-align: center;
    outline: none;
    transform: scale3d(.56,.56,.56);
    background: #ffffff;
    transition: .2s;
    opacity: .5;
    cursor: pointer;
}

.owl-dot:hover,
.owl-dot.active {
    transform: scale3d(1,1,1);
    background-color: #fefefe;
    opacity: 1;
}

.owl-custom-nav {
    float: right;
    position: relative;
    z-index: 10;
}

.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
    padding: 10px;
    font-size: 30px;
    background: #ccc;
    line-height: 0;
    width: 60px;
    text-align: center;
    display: inline-block;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #2c363f;
}

/*****/



@media (min-width: 992px) {
header {
    position: relative;
    z-index: 100;
    width: 100%;
    top: 0;
}

.ftco_navbar{
    background-color: #fff;
}
.ftco_navbar {
    z-index: 3;
    direction: rtl;
    padding: 0;
    position: relative;
}

}

@media (max-width: 991.98px) {
    .ftco_navbar {
		position: relative;
		top: 0;
		padding: 10px 15px;
		background-color: #ffffff;
		z-index: 10000;
		width: 100%;
    }
}

.ftco_navbar .navbar-brand {
    color: #fff;
    padding: 5px 0;
}

.ftco_navbar .navbar-brand:hover,
.ftco_navbar .navbar-brand:focus {
    color: #fff;
}

@media (max-width: 991.98px) {
    .ftco_navbar .navbar-brand {
        color: #fff;
		padding: 5px 0;
    }
}

@media (max-width: 991.98px) {
    .ftco_navbar .navbar-nav {
        padding-bottom: 10px;
    }
	
}

.ftco_navbar .navbar-nav > li > .nav-link {
    font-size: 14px;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 700;
    color: #061927;
    position: relative;
    opacity: 1;
}

.ftco_navbar .navbar-nav > li > .nav-link.dropdown-toggle:after {
	margin-right: .5em;
}
/*@media (min-width: 991.98px){
.ftco_navbar .navbar-nav > li > .nav-link:before,
.ftco_navbar .navbar-nav > li.active > .nav-link:before
{
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: center center 0px;
    -moz-transform-origin: center center 0px;
    -ms-transform-origin: center center 0px;
    transform-origin: center center 0px;
    -webkit-transition: all 0.15s ease-out 0s;
    -o-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    border-bottom: 3px solid #ffffff;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin-bottom: 5px;
    position: relative;
    top: 0px;
    width: 100%;
}

.ftco_navbar.scrolled .navbar-nav > li > .nav-link:before,
.ftco_navbar.scrolled .navbar-nav > li.active > .nav-link:before
{
    border-bottom: 3px solid #fff;
}
.ftco_navbar .navbar-nav > li > .nav-link:hover:before,
.ftco_navbar .navbar-nav > li.active > .nav-link:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
}*/

.ftco_navbar .navbar-nav > li > .nav-link:hover {
	color: #ffffff;
	background-color: #2c363f;
}
.ftco_navbar.scrolled .navbar-nav > li > .nav-link:hover,
.ftco_navbar.scrolled .navbar-nav > li.active > .nav-link:hover
{
    color:#fff
}
.ftco_navbar .navbar-nav>li>a:hover,
.ftco_navbar .navbar-nav>li>a:focus,
.ftco_navbar .navbar-nav>li>a.active,
.ftco_navbar .navbar-nav>li:hover>a {
    /*color: #03385f;*/
}

.ftco_navbar .navbar-nav > li .dropdown-menu {
    left: auto;
    right: 0;
    border: none;
    background: #fff;
    min-width: 12rem;
    padding: 10px 10px;
    border: 2px solid #2c363f;
    margin-top: -5px;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.60);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.60);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.60);
}
.dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
}
.ftco_navbar .navbar-nav > li .dropdown-menu .dropdown-item {
	font-size: 14px;
    padding: 0 .5rem;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.ftco_navbar .navbar-nav > li .dropdown-menu .dropdown-item a,
.ftco_navbar .navbar-nav > li .dropdown-menu .dropdown-item a
{
    background-color: transparent;
}
.ftco_navbar .navbar-nav > li .dropdown-menu .dropdown-item a{
    color: #4a3773;
    display: block;
    padding: 8px 10px;
    border-radius: 10px;
}
.ftco_navbar .navbar-nav > li .dropdown-menu .dropdown-item a:hover,
.ftco_navbar .navbar-nav > li .dropdown-menu .dropdown-item a:focus {
    color: #040404;
}

.ftco_navbar .navbar-nav > li.web-seperator {
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
}

.ftco_navbar .navbar-nav > li.web-seperator:before {
    position: absolute;
    content: "";
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 2px;
    background: rgba(255, 255, 255, 0.05);
}

.ftco_navbar .navbar-nav > li.cta > a {
    background: #2c363f;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

@media (max-width: 991.98px) {
    .ftco_navbar .navbar-nav > li > .nav-link {
		padding-top: .6rem;
		padding-bottom: .6rem;
		padding-left: 20px;
		padding-right: 20px;
		border-radius: 5px;
    }
	
	.ftco_navbar.scrolled .nav-link:hover {
		color: #fff;
	}
    .ftco_navbar .navbar-nav > li.web-seperator {
        padding-left: 0;
        margin-left: 0;
    }
    .ftco_navbar .navbar-nav > li.web-seperator:before {
        display: none;
    }
    .ftco_navbar .navbar-nav > li.cta > a {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ftco_navbar .navbar-nav > li.cta > a {
        color: #fff;
        background: #2c363f;
    }
    .ftco_navbar .navbar-nav > li.active > a {
        color: #fff;
    }
}

.ftco_navbar .navbar-nav > li.active > a {
    color: #03385f;
    background-color: #fff;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #ffffff;
    background-color: #2c363f;
}


.ftco_navbar .navbar-toggler {
    border: none;
    color: #000;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: .1em;
}

.ftco_navbar .navbar-toggler:focus {
    outline: none !important;
}

.ftco_navbar.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #2ba69c!important;
	z-index: 100;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
    .ftco_navbar.scrolled {
        height: 95px;
        border-bottom: none;
        padding-bottom: 0;
    }
    /*.ftco_navbar .navbar-nav > li.active > .nav-link:before {
        content: "";
        display: inline-block;
        width: 18px;
        height: 5px;
        position: absolute;
        bottom: 20px;
        background-color: #20d4ac;
        border-right: 10px;
    }
    .ftco_navbar .navbar-nav > li.active > .nav-link:after {
        content: "";
        display: inline-block;
        width: 10px;
        height: 5px;
        position: absolute;
        bottom: 20px;
        right: 18px;
        background-color: #fdb941;
        border-right: 10px;
    }*/
    .ftco_navbar.scrolled .navbar-nav > li.active > .nav-link:before,
    .ftco_navbar.scrolled .navbar-nav > li.active > .nav-link:after {

    }
	.ftco_navbar .navbar-nav > li > .nav-link:hover {
		background-color: #2c363f;
	}
}

.ftco_navbar.scrolled li.active > a {
    color: #ffffff !important;
    background-color: transparent;
}

.ftco_navbar.scrolled li.cta > a {
    color: #fff !important;
    background: #ffffff;
    border: none !important;
}

.ftco_navbar.scrolled li.cta > a span {
    display: inline-block;
    color: #fff !important;
}

.ftco_navbar.scrolled li.cta.cta-colored span {
    border-color: #ffffff;
}




.ftco_navbar.scrolled .navbar-toggler {
    border: none;
    color: white !important;
    border-color: rgba(0, 0, 0, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.ftco_navbar.scrolled .navbar-nav > li > .nav-link {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    color: #fff;
}

.ftco_navbar.scrolled .nav-link.active {
    color: #2c363f !important;
}

.ftco_navbar.scrolled.awake {
    margin-top: 0px;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.ftco_navbar.scrolled.sleep {
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.ftco_navbar.scrolled .navbar-brand {
    color: #000000;
}

.navbar-brand {
    font-weight: 900;
    font-size: 17px;
    padding: 15px 0 0;
}

.navbar-brand img {
    height: 76px;
}

.navbar-brand.before {
    display: block;
}

.scrolled .navbar-brand.before {
    display: none;
}

.navbar-brand.after {
    display: none;
}

.scrolled .navbar-brand.after {
    display: block!important;
}

.scrolled .navbar-brand.after img {
    width: 90px;
    height: auto;
}

@media (max-width: 991.98px) {
    .ftco_navbar.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
	.ftco_navbar.scrolled .navbar-nav > li > .nav-link:hover,
	.ftco_navbar.scrolled .navbar-nav > li.active > .nav-link:hover,
	.ftco_navbar.scrolled li.active > a	{
		color: #fdfeff;
	}
	.ftco_navbar.scrolled .navbar-nav > li > .nav-link {
		color: #ffffff;
	}
    .ftco_navbar.scrolled .navbar-nav {
        background: none;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

}
/***************************************************

					Bootstrap
					
***************************************************/

.bg-primary{
    background-color: #0f5d8c!important
}
.bg-secondary{
    background-color: #8b9093!important
}
.text-primary {
    color: #2c363f!important;
}

.text-secondary{
    color: #061927!important
}
.bg-light {
    background: #fafafa !important;
}

.bg-white {
    background: #fff !important;
}

.btn {
    font-size: 13px;
	font-weight:700;
    padding: 10px 20px;
    cursor: pointer;
    outline: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: none;
    box-shadow: none!important;
}

.btn-primary {
    background: #2ba69c;
    border-color: #2ba69c;
    color: #fff!important;
}

.btn-primary:hover {
    background: #2c363f;
    border-color: #2c363f;
    color: #fefefe!important;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #2c363f;
    border-color: #2c363f;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2c363f;
    border-color: #2c363f;
}
.btn-outline-primary {
    border: 2px solid #2c363f;
    background: transparent;
    color: #2c363f;
}

.btn-outline-primary:hover {
    border: 2px solid transparent;
    background: #2c363f;
    color: #fff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #2c363f;
    border-color: #2c363f;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2c363f;
    border-color: #2c363f;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}




.btn-outline-secondary {
    border: 2px solid #2ba69c;
    color: #2ba69c;
    border-color: #2ba69c;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #2ba69c;
    border-color: #2ba69c;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #2ba69c;
    border-color: #2ba69c;
}

.btn.btn-white {
    background: #fff;
    border: 1px solid #fff;
    color: #000000;
}

.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active {
    border: 1px solid #fff;
    color: #2c363f;
}

.btn.btn-white.btn-outline-white {
    border-color: rgba(255, 255, 255, 0.8);
    background: none;
    border-width: 1px;
    color: #fff;
}

.btn.btn-white.btn-outline-white:hover,
.btn.btn-white.btn-outline-white:focus,
.btn.btn-white.btn-outline-white:active {
    background: #fff;
    border-color: #fff;
    color: #2c363f;
}

.btn.btn-black {
    background: #000000;
    border: 1px solid #fff;
    color: #fff;
}

.btn.btn-black:hover,
.btn.btn-black:focus,
.btn.btn-black:active {
    border: 1px solid #fff;
    color: #fff;
}

.btn.btn-black.btn-outline-black {
    border-color: rgba(0, 0, 0, 0.8);
    background: none;
    border-width: 1px;
    color: #000000;
}

.btn.btn-black.btn-outline-black:hover,
.btn.btn-black.btn-outline-black:focus,
.btn.btn-black.btn-outline-black:active {
    background: #fff;
    border-color: #fff;
    color: #2c363f;
}

.btn-custom {
    font-weight: 500;
    color: #b9915a;
    border-bottom: 4px solid #ceb38c;
}

.btn-outline:hover {
    background: #2c363f!important;
    color: #04213e!important;
}

.btn-outline {
    background-color: transparent!important;
    color: #2c363f!important;
}

.btn-round{
	border-radius: 70px;
}

.btn-group-lg>.btn, .btn-lg {
	padding: 1rem 2.8rem;
}

.btn i{
	margin-right: 4px;
    vertical-align: middle
}


.btn-light {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
}
.btn-light:hover {
	color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
	opacity:.95
}
.btn-light.focus, .btn-light:focus {
	color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-shadow {
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.05)!important;
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.05)!important;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.05)!important;
    position: relative;
}
.btn-shadow:hover,
.btn-shadow:focus
{
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15)!important;
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15)!important;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15)!important;
}

.btn-shadow:active{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1)!important;
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1)!important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1)!important;
    top: 2px;
}

.btn-secondady {
    background-color: #061927;
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
}

.btn-secondady:hover {
    background-color: #101a7a;
    color: #fff;
}

.btn-gred {
	background: #2ba69c;
	background: -moz-linear-gradient(140deg, #2ba69c 0%, #2ba69c, #3bb6ac 100%);
	background: -webkit-linear-gradient(140deg, #2ba69c 0%, #2ba69c, #3bb6ac 100%);
	background: linear-gradient(140deg, #2ba69c 0%, #2ba69c, #3bb6ac 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ad8c",endColorstr="#c8b74d",GradientType=1);
	color: #fff;
}

.btn-gred:hover{
    color: #fff;
}



table:not(#ctl00_ContentPlaceHolder1_FormView1){
    width: 100%;
    border: 1px solid #f5f5f5;
    background-color: #fff;
}


table:not(#ctl00_ContentPlaceHolder1_FormView1) th {
    background-color: #2c3640;
    color: #fff;
    padding: 10px;
    text-align: center;
}

table:not(#ctl00_ContentPlaceHolder1_FormView1) td {
    border: 1px solid #f3f3f3;
    padding: 10px;
}

table:not(#ctl00_ContentPlaceHolder1_FormView1) tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.02);
}



/***************************************************

				 About Boxs
					
***************************************************/
.about-intro {
    margin-top: -90px;
}

.about-wrap {
    background-color: #2c363f;
    color: #fff;
    padding: 30px;
	position:relative;
	top:0;
	margin-bottom: 15px;
    transition: all 0.5s ease 0s;
}
.about-wrap:hover {
    background-color: #000;
    top: -5px;
    box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 10%);
}
.about-wrap .cont-wrap h4 {
    color: #fff;
    font-size: 22px;
}

.about-wrap .about-icon i {
    font-size: 115px;
    color: #f9ba4a;
    margin: 10px 0 0 0;
    vertical-align: middle;
}

/***************************************************

					Slider
					
***************************************************/
#main_slider .item > div {
	direction: rtl;
	height: 350px;
	opacity: 0.8;
	transform: scale(1);
	transform-origin: center center;
	transition: all 900ms ease;
}
#main_slider .active .item > div {
  opacity: 1;
  transform: scale(1.07);
}
#main_slider .item .slide-content {
	width: 100%;
	position: absolute;
	left: 0;
	top: 20%;
	text-align: center;
	opacity: 0.8;
	transform: scale(0.93);
	transform-origin: center center;
	transition: all 900ms ease;
}
#main_slider .active .item .slide-content {
  opacity: 1;
  transform: scale(1);
}

#main_slider h2 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    text-shadow: 0 5px 0px rgb(0 0 0 / 26%);
}

#main_slider h3 {
    color: #a8ca72;
    font-size: 22px;
}

#main_slider b {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}
#main_slider .carousel__overlay {
	position: absolute;
	text-align: center;
	padding: 35% 24px 192px;
	height: 100%;
	width: 100%;
	opacity:.5;
	background: rgb(46 56 65);
	background: -moz-linear-gradient(0deg, rgba(173,135,49,1) 0%, rgba(0,0,0,0) 80%);
	background: -webkit-linear-gradient(0deg, rgb(46 56 65) 0%, rgba(0,0,0,0) 80%);
	background: linear-gradient(0deg, rgb(46 56 65) 0%, rgba(0,0,0,0) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgb(46 56 65) 0%",endColorstr="rgb(46 56 65) 0%",GradientType=1);
}
#main_slider .slide_content {
    position: relative;
    z-index: 10;
    margin-top: 100px;
}
#main_slider.owl-theme .owl-dots .owl-dot.active span,
#main_slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
}
#main_slider.owl-carousel .owl-dots {
    bottom: 0;
    direction: rtl;
}
/*#main_slider:before {
    content: "";
    background-image: url(images/slider-shape.png);
    background-size: cover;
    height: 62px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -2px;
    z-index: 1;
}*/




/***************************************************

					 News
					
***************************************************/

.list-post {
	margin-bottom: 40px;
    padding: 25px 15px 15px 15px;
    background-color: #fff;
    border: 2px solid #fff;
    box-shadow: 0px 0px 13px 5px rgb(0 0 0 / 5%);
    transition: all 0.5s ease 0s;
}
.list-post:hover {
    border-color: #2ba69c;
}
.list-post .post-info{
    display: flex;
    direction: ltr;
    align-items: center;
}

.list-post .post-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 8px;
    transition: all 0.5s ease 0s;
}

.list-post .post-img {
    width: 140px;
    height: 140px;
}

.list-post .post-content {
    width: calc(100% - 150px);
    padding: 0px 0 0 20px;
}

.list-post h5.post-title {
	font-size: 19px;
    margin-bottom: 15px;
}

.list-post p.short-text {
	font-size: 14px;
    text-align: justify;
    direction: rtl;
    min-height: 90px;
}
.list-post .more-details {
    border-top: 1px solid #f5f5f5!important;
    padding: 10px 0 0 0;
}

.list-post time.date {
    font-size: 13px;
    color: #586067;
    background-color: #fbfbfb;
    padding: 3px 2px 3px 8px;
    border-radius: 5px;
}

.list-post time.date i {
	font-size: 24px;
    vertical-align: middle;
    color: #2ba69c;
    margin-left: 3px;
    position: relative;
    top: -1px;
}
.list-post .readMore-wrap .btn {
    padding: 5px 20px;
}

/***************************************************

					Intro
					
***************************************************/

.center_intro .intro-text{
    background-color: #fff;
    border: 3px solid #2ba69c;
    padding: 25px 16px;
    font-size: 16px;
    text-align: center;
}
.center_intro .intro-text h2.section-title {
    position: relative;
    top: -25px;
}
.center_intro .intro-text h2.section-title span {
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    padding: 0 25px;
    color: #5f7281;
    font-size: 25px;
}
.center_intro .intro-text h2.section-title:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    top: -20px;
    position: relative;
    background-color: transparent;
}
/***************************************************

					Search
					
***************************************************/


img {
    max-width: 100%;
}


.web-social {
    padding: 0;
}

.web-social li {
    list-style: none;
    margin-right: 10px;
}


.form-control {
    height: 52px !important;
    background: #fff !important;
    color: #000000 !important;
    font-size: 16px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: right;
    direction: rtl;
}

.form-control:focus,
.form-control:active {
    border-color: #000000;
}

textarea.form-control {
    height: inherit !important;
}

.web-animate {
    opacity: 0;
    visibility: hidden;
}


.about-author .desc h3 {
    font-size: 24px;
}

.web-section {
    padding: 5em 0;
    position: relative;
}

.web-no-pt {
    padding-top: 0;
}

.web-no-pb {
    padding-bottom: 0;
}

.web-bg-dark {
    background: #04213e;
}


/****** Footer ******/


.web-footer {
    /* background: #2ba69c url(../images/footer-bg.jpg) center center no-repeat; */
    background-color: #2c363f;
    background-size: cover;
    font-size: 12px;
    padding: 0;
}

.web-footer-widget{
	color:#c5cbd2;
    padding-top: 20px;
}

.web-footer-widget h4{
    font-size: 20px;
    color: #ffffff;
}
.web-footer-widget h4:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 10px;
    background-color: rgb(67 67 76);
    margin: 0 50px 0 0;
}
.web-footer .web-footer-logo {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #45454e;
}
.web-footer .web-footer-logo img {
    height: 85px;
    opacity: .2;
}
.footerAbout {
    font-size: 13px;
    line-height: 1.8;
}

.web-footer .footerAbout a{
    color: #a8ca72;
}

.web-footer p {
    color: #c5cbd2;
}

.web-footer a {
    color: rgba(255, 255, 255, 0.7);
}

.web-footer a:hover {
    color: #fff;
}

.web-footer .web-heading-2 {
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}

.web-footer-social {
	padding: 0;
    text-align: center;
    direction: ltr;
}

.web-footer-social li {
    list-style: none;
    margin: 0 3px;
    display: inline-block;
}

.web-footer-social li a {
    position: relative;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.web-footer-social li a:hover{
	opacity:.8
}
.web-footer-social li a span {
    font-size: 25px;
}

.web-footer-social li a:hover {
    color: #fff;
}

.media .web-icon {
    width: 100px;
}

.media .web-icon span {
    color: #2c363f;
}

.web-footer ul.list-unstyled li {
  margin-bottom: 6px;
}

.web-footer ul.list-unstyled li a {
    color: #c5cbd2;
    font-size: 13px;
}

.web-footer ul.list-unstyled li a:hover {
  color: #f9ba4a;
}
.web-footer ul.list-unstyled li a:before {
    content: "\f060";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    margin-left: 8px;
    color: #f9ba4a;
    font-size: 14px;
}

.footer-blocks {
    padding-bottom: 20px;
}

.web-footer-widget .contactus{
    font-size: 13px;
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}
.web-footer-widget .contactus li{
    margin-bottom: 10px;
    font-size: 13px;
}
.web-footer-widget .contactus li i{
    margin-left: 7px;
    color: #f9ba4a;
    width: 20px;
    text-align: center;
    font-size: 20px;
    vertical-align: middle;
}


.web-footer .location iframe{
    border: 0;
    filter: grayscale(100%);
    border-radius: 5px;
}

#copyright {

}

#copyright .container {
    padding: 20px;
    border-top: 1px solid rgb(247 247 247 / 10%);
}
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(200, 169, 126, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(200, 169, 126, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(200, 169, 126, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(200, 169, 126, 0.4);
        -webkit-box-shadow: 0 0 0 0 rgba(200, 169, 126, 0.4);
        box-shadow: 0 0 0 0 rgba(200, 169, 126, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 30px rgba(200, 169, 126, 0);
        -webkit-box-shadow: 0 0 0 30px rgba(200, 169, 126, 0);
        box-shadow: 0 0 0 30px rgba(200, 169, 126, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(200, 169, 126, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(200, 169, 126, 0);
        box-shadow: 0 0 0 0 rgba(200, 169, 126, 0);
    }
}



.img,
.blog-img,
.user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.contact-section .contact-info p {
    color: #000000;
}

.contact-section .contact-info p a {
    color: #2c363f;
}

.contact-section .dbox {
    width: 100%;
}






@media (max-width: 991.98px) {
    .sidebar {
        margin-top: 5em;
    }
}

.sidebar-box {
    margin-bottom: 30px;
    padding: 0 25px 25px;
    font-size: 15px;
    width: 100%;
}

.sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.categories,
.sidelink {
    padding: 0;
}

.categories li,
.sidelink li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    list-style: none;
}

.categories li:last-child,
.sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.categories li a,
.sidelink li a {
    display: block;
    color: black;
}

.categories li a span,
.sidelink li a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #2c363f;
}

.categories li.active a,
.sidelink li.active a {
    color: #000000;
    font-style: italic;
}

.categories li:hover,
.sidelink li:hover {
    border-bottom: 1px dashed black;
}

#web-loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
    -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
    z-index: 1000;
}

#web-loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#web-loader.show {
    -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

#web-loader .circular {
    -webkit-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

#web-loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}





/*** contact ***/

.makecontact {
    background-color: #fff;
    border: 3px solid #ececec;
    box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.05);
}
.makecontact .form-control {
    background-color: #f6f6f6!important;
    border: 1px solid rgba(0, 0, 0, 0.07);
    color: #8c9399 !important;
    font-size: 14px;
    font-weight: 400;
}
.makecontact .form-control:focus,
.makecontact .form-control:active {
    border-color: #000000;
}
.makecontact label {
    font-size: 15px;
	display:none
}

.gredtext{
    background: #f49022;
	background: rgb(18,118,187);
	background: -moz-linear-gradient(300deg, rgba(18,118,187,1) 0%, rgba(168,202,114,1) 100%);
	background: -webkit-linear-gradient(300deg, rgba(18,118,187,1) 0%, rgba(168,202,114,1) 100%);
	background: linear-gradient(300deg, rgba(18,118,187,1) 0%, rgba(168,202,114,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1276bb",endColorstr="#a8ca72",GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.gredbg{
	background: rgb(18,118,187);
	background: -moz-linear-gradient(300deg, rgba(18,118,187,1) 0%, rgba(108,168,143,1) 75%, rgba(168,202,114,1) 100%);
	background: -webkit-linear-gradient(300deg, rgba(18,118,187,1) 0%, rgba(108,168,143,1) 75%, rgba(168,202,114,1) 100%);
	background: linear-gradient(300deg, rgba(18,118,187,1) 0%, rgba(108,168,143,1) 75%, rgba(168,202,114,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1276bb",endColorstr="#a8ca72",GradientType=1);
}

 ::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
     background-color: #F5F5F5;
}
 ::-webkit-scrollbar {
     width: 7px;
     background-color: #F5F5F5;
}
 ::-webkit-scrollbar-thumb {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
     background-color: #2c363f;
}
/***/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6b89a2;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #6b89a2;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #6b89a2;
}

@media (max-width: 991.98px){
	.navbar-brand.after{
        display: none!important;
   }

   .scrolled .navbar-brand.after{
        display: inline-block!important;
   }

}




/****** social icons ******/

#socialicons {
    padding: 0px;
    direction: ltr;
    margin: 0;
	text-align: left;
}

ul#socialicons li {
	list-style: none;
	display: inline-block;
}

ul#socialicons li a {
	background-color: transparent;
    text-align: center;
    font-size: 18px;
    padding: 0 3px;
    border-radius: 2px;
    display: block;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
ul#socialicons li a i {

}
ul#socialicons li a:hover{
    color: #2c363f;
    background-color: #fff;
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

ul#socialicons li i:before {
    font-size: 12px;
}




.topbar h5 {
    font-size: 17px;
    text-align: right;
    color: #095888;
    margin: 0;
}



/****** h call ******/

.topbar{
    background-color: #2ba69c;
    color: #fff;
    padding: 7px 0;
}

.topbar b.hcall{
    display: inline-block;
    margin: 0 0 0 20px;
    direction: rtl;
    font-weight: 400;
    font-size: 13px;
}
.topbar b.hcall i {
    margin-left: 5px;
    font-size: 18px;
}
.topbar b.hcall span {
    direction: ltr;
    position: relative;
    top: -2px;
}


/***********/


/* head title style*/

.head-decor span:before {
    background: url(../images/decore-r.png) no-repeat center center;
    content: "";
    width: 103px;
    height: 37px;
    display: inline-block;
    text-align: center;
    margin-left: 15px;
    position: relative;
    top: 7px;
}

.head-decor span:first-child {
    position: relative;
}

h2.section-title {
    display: block;
    padding-bottom: 0;
    font-size: 30px;
    text-align: center;
    height: 34px;
    margin: 0;
}
h2.section-title span {
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    padding: 0 25px;
    color: #5f7281;
}
h2.section-title:after {
    content: " ";
    display: block;
    width: 100%;
    background-color: #e6eaec;
    height: 3px;
    top: -20px;
    position: relative;
}
.dividers-header .btn {
    margin: 5px 0 0 0;
}

/****/
.carousel__container .container{
    position: relative;
}


/* Page Numbers */

#num {
    text-align: center;
}

#num span span, #num a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background-color: #f5f5f5;
    font-weight: 500;
    border-radius: 5px;
}

#num span span {
    margin-left: 5px;
}

#num a:hover,
#num span span {
    background-color: #2ba69c;
    color: #fff;
}



/* Old Pages */

.admin{
	margin: 15px 40px 40px 40px;
	overflow: hidden;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #E0E0E0;
	-webkit-box-shadow: -9px 9px 0px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: -9px 9px 0px rgba(0, 0, 0, 0.07);
	box-shadow: -9px 9px 0px rgba(0, 0, 0, 0.07);
	background-color: rgb(255, 251, 244);
}
.admin h3{
	margin: 2px 0 !important;
	font-size: 17px;
}
.adminpic{
	float: right;
}
	
.admininfo{
	display: inline-block;
	font-family: gesstwo;
	padding: 20px 0;
	line-height: 23px;
	font-size: 17px;
}
	
.admin img{
	margin-left: 30px;
	border-radius: 5px;
	-webkit-box-shadow: -5px 4px 0px rgba(186, 186, 186, 0.2);
	-moz-box-shadow: -5px 4px 0px rgba(186, 186, 186, 0.2);
	box-shadow: -5px 4px 0px rgba(186, 186, 186, 0.2);
	border: 1px solid #DEDEDE!important;
	max-width: 100px !important;
	height: auto !important;
	width: auto !important;
}

.admin #admin_txt{
    width: auto;
    margin-right: 10px;
    font-family: Tahoma,Helvetica,sans-serif;
    font-size: 12px;
    text-align: right;
    color: #1882B3;
    height: auto;
	float: right;
}

#ctl00_ContentPlaceHolder1_catNews ul{
	margin: 25px 10px 40px 0px;
}
#ctl00_ContentPlaceHolder1_catNews ul li{
	list-style: inside none disc;
	margin-bottom: 5px;
}


#ctl00_ContentPlaceHolder1_catNews ul li a{
	text-decoration: none;
	font-size: 13px;
}
	
#postplace.unimaster .inside{
	padding: 12px 20px 20px 20px;
	min-height: 500px;
}

#postplace.unimaster .inside h1,
#postplace.unimaster .inside h2,
#postplace.unimaster .inside h3,
#postplace.unimaster .inside h4{
	margin:0 0 20px
}
	
#rightpart.unimaster .block h2{
	text-align: center;
}

#postplace.unimaster .inside #ctl00_ContentPlaceHolder1_FormView1 h1{
	border-bottom: 3px solid rgb(189, 76, 76);
	padding-bottom: 8px;
}


/*******************************************************
					Inner Pages
*******************************************************/

#innerPages header {
    position: relative;
}

.innerpage {
    background-color: #3c454c;
    background-image: url(../images/children-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 40px 0;
}
.mainHead {
    background-color: #3c454c;
    background-image: url(../images/header-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 40px 0 130px 0;
}
.header-title {
    display: table;
    margin: auto;
    background-color: #fff;
    padding: 15px 70px;
    border-radius: 15px;
}

h1.sec-1-head {
    color: #526777;
    margin: 0;
    font-size: 34px;
    text-align: center;
    letter-spacing: -1px;
    font-weight: 800;
}
h1.sec-1-head + h1 {
    font-size: 18px;
    text-transform: uppercase;
    color: #2ba69c;
    font-weight: 500;
    letter-spacing: 1px;
}
p.sec-1-para {
    color: #f5f5f5;
    font-size: 16px;
    margin: 0 0 15px;
}

/** breadcrumb **/

.breadcrumb {
    background-color: transparent;
    margin: 10px 0 0 0;
    padding: 0;
    text-align: center;
    font-size: 15px;
    color: #fff;
    display: block;
}
.breadcrumb-item.active {
    color: #01c79d;
}
li.breadcrumb-item a {
    color: #fff;
}
.breadcrumb .breadcrumb-item {
    display: inline-block;
}
#main{

}
#innercontent {
    background-color: #fafafa;
    padding: 50px 0;
}

/** product image **/

.product-wrap {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 25px;
}


/** Course Details **/

.course-wrap{
    padding: 50px 0;
}

.product-info-box, .product-single-content{
    background-color: #fff;
    padding: 1.75rem;
    border: 1px solid #efefef;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0px 0px 10px 5px #f5f5f5;
}

.product-meta-info-list {
    display: block;
    margin: 15px 0;
}
.product-meta-info-list .meta-info-unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e9ecef;
    padding-top: 10px;
    padding-bottom: 10px;
}
.product-meta-info-list .meta-info-unit .icon {
    font-size: 20px;
    margin-left: 10px;
    color: #f9a134;
}
.product-meta-info-list .meta-info-unit .value {
    margin-right: auto;
}
.product-meta-info-list .meta-info-unit .item {
    font-size: 15px;
    font-weight: 600;
    color: #061927;
}
.product-meta-info-list .meta-info-unit .icon i {
    vertical-align: middle;
    color: #f38f22;
}


/** Buy Course **/
.product-buy.product-info-box {
    padding: 40px 25px;
}
.product-buy-box h3 {
    font-weight: 400;
    background-color: #02c89d;
    padding: 2px;
    color: #fff;
    font-size: 24px;
    margin-bottom: 12px;
    border-radius: 5px;
}

.product-buy-box h3 span {
    font-weight: 700;
    font-size: 35px;
    margin-left: 5px;
}

/** Course Tab **/

.course-details .course-menu-nav {
    background-color: #fff;
    box-shadow: 0px 0px 10px 5px #f5f5f5;
}
.course-details .course-menu-nav ul {
    margin: 0;
    padding: 0;
    border-bottom: 0;
}
.course-details .course-menu-nav .nav-tabs .nav-link {
    background: #f9f9f9;
    font-size: 16px;
    padding: 17px 0;
    border: 1px solid #eee;
    border-radius: 0;
    font-weight: 600;
    border-top-width: 2px;
    color: #707070;
}
.course-details .course-menu-nav .nav-tabs .nav-link:hover {
    background-color: #ffffff;
}
.course-details .course-menu-nav .nav-tabs .nav-link.active {
    background: #fff;
    border: 0;
    border-top: 2px solid #f49021;
    border-right: 1px solid #eee;
    color: #f49021;
}
.course-details .course-menu-nav .nav-tabs .nav-link i {
    margin-left: 7px;
    font-size: 22px;
    vertical-align: middle;
}
.course-details .course-menu-tab {
    padding: 50px 30px;
    border: 1px solid #eeeeee;
    border-top: 0;
    font-size: 15px;
}
.course-details .course-menu-tab ul {
    margin: 20px 30px;
}

/**/
.blog-author {
    margin: 0 0 30px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.blog-author .media img {
    height: 90px;
    width: 90px;
    object-fit: cover;
    border-radius: 50%;
    margin-left: 30px;
}

.blog-author .media .media-body {
    padding: 0;
}
.blog-author .media .media-body h5 {
    font-size: 16px;
    font-weight: 600;
    color: #061927;
    margin-bottom: 10px;
}
.blog-author .media .media-body p {
    font-size: 15px;
    margin: 15px 0;
}


/*******************************************************

					responsive

*******************************************************/


@media (max-width: 991.98px){
.navbar-brand img {
    height: 56px;
}
.ftco_navbar .navbar-toggler {
    padding: 0;
    color: #033c64;
}

#main_slider .item > div {
	height: auto;
    padding-bottom: 50px;
    padding: 0 15px 50px 15px;
}


ul.navbar-nav.main-nav {
    display: block;
    border-top: 1px solid rgb(0 0 0 / 07%);
    margin-top: 18px;
}

.ftco_navbar.scrolled .navbar-nav{

}

.h1, h1 {
    font-size: 2rem;
}

.head-decor span:before {
	background-size: 60px;
    width: 70px;
    top: 10px;
}

.head-decor span:after {
    width: 40px;
    height: 40px;
    left: -48px;
    background-size: 40px;
    top: 0;
}
.news .owl-carousel .owl-dots {
    margin: 0 auto;
}

.list-post .post-info {
    display: block;
}
.list-post .post-img {
    margin: 0 auto 25px auto;
}
.list-post .post-content {
    width: 100%;
    padding: 0;
}
}


/*****/
.rightMenu {
    box-shadow: 0px 0px 10px 3px #f5f5f5;
    padding: 20px 10px;
    border-radius: 5px;
}
.rightMenu h2 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f5f5f5;
    color: #2ba69c;
}

/*#rightMenu{
    -ms-box-shadow:0 0 1px 0 rgba(0,0,0,.2);
    -o-box-shadow:0 0 1px 0 rgba(0,0,0,.2);
    -moz-box-shadow:0 0 1px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:0 0 1px 0 rgba(0,0,0,.2);
    box-shadow:0 0 1px 0 rgba(255,255,255,.2);
    background:#fff;
    margin-bottom:25px;
    padding:25px 8px;
    border:5px solid #efefef;
    height:auto!important
}*/
.accMenu{
    margin:0 auto 20px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    list-style:none;
    padding:0
}
.accMenu>li{
    margin:0;
    border-bottom:1px solid #f9f9f9;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.accMenu>li:hover{
	background-color: #fafdff;
}
.accMenu>li>a{
    cursor:pointer;
    display:block;
    padding: 7px 10px 7px 0;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    color:#455355;
    border-radius:4px;
    -webkit-transition:all .2s ease;
    -o-transition:all .2s ease;
    transition:all .2s ease;
}
.accMenu>li>a:hover{
    color:#2ba69c
}
.accMenu>li>a:before,
.accMenu .link:before{
    content:"\f068";
    font-family: 'Line Awesome Free';
    color:#2ba69c;
    margin-left:10px;
    font-weight: 900;
    font-size: 20px;
    vertical-align: middle;
}
.accMenu .link{
    cursor:pointer;
    display:block;
    padding: 7px 10px;
    font-size: 15px;
    position:relative;
    border-radius:4px;
    font-weight: 500;
    -webkit-transition:all .2s ease;
    -o-transition:all .2s ease;
    transition:all .2s ease;
}
.accMenu .link a:before{
    content:"\f068";
	font-family: 'Line Awesome Free';
	font-weight: 900;
    color:#fecd07;
    margin-left:10px
}
.accMenu .link,.accMenu .link a{
    color:#30393a;
    display: block;
}
.accMenu .link a:hover,.accMenu .link:hover,.accMenu .link:hover a{
    color:#2ba69c
}
.accMenu .link:hover{
    color:#2ba69c;
}
.accMenu .link:hover i{

}
.accMenu li i{
    font-size: 15px;
    margin: 7px 0 0 0;
    margin-right: auto;
    color:#696a6b;
    float: left;
    -webkit-transition:all .2s ease;
    -o-transition:all .2s ease;
    transition:all .2s ease;
}
.accMenu li i.fa-minus-square,.accMenu li i.fa-plus-square,.accMenu li i.fa_icon{
    font-size:20px;
    margin-left:8px;
    vertical-align:middle;
    color:#b0b0b0
}
.accMenu li.open>.link{
    background-color: #2ba69c;
    color: #ffffff;
}
.accMenu li.open i{
    color:#fff
}
.accMenu li.open .link:before{
    color:#fff
}
.accMenu .submenu .subtitle{
    text-align:center!important;
    height:30px;
    color:#fff;
    margin:12px 0 10px;
    padding-bottom:8px;
    background-color:#fead08;
    line-height:30px;
    border-radius:5px
}
.accMenu .submenu .link.down{
    padding:9px 20px 9px 0
}
.accMenu .submenu .link.down i{
    font-size:17px;
    margin-left:8px;
    vertical-align:middle;
    color:#f68327
}
.accMenu .submenu .submenu{
    margin:5px 15px 8px 0
}
.accMenu .submenu{
    display:none;
    font-size:13px;
    margin:4px 0 12px 0;
    padding:0;
    list-style:none;
    background-color: #fafdff;
}
.accMenu .submenu a{
    display:block;
    text-decoration:none;
    color:#455355;
    padding:3px 15px 3px 15px;
    -webkit-transition:all .25s ease;
    -o-transition:all .25s ease;
    transition:all .25s ease;
    border-radius:5px
}
.accMenu .submenu .submenu a{
    font-size:12px
}
.accMenu .submenu .submenu a::before{
    content:"\f111";
	font-family: 'Line Awesome Free';
	font-weight: 900;
    color:#f68327;
    margin-left:10px
}
.accMenu .submenu a:before{
	content:"\f111";
	font-family: 'Line Awesome Free';
	font-weight: 900;
	color:#455355;
	margin-left:8px
}
.accMenu .submenu a:hover{
    padding:3px 17px 3px 15px;
    background:rgba(234,234,234,.4);
    color:#000
}





.news_div .top-options span {
    margin: 0;
    display: inline-block;
    direction: ltr;
    font-size: 14px;
}

.news_div .top-options span i {
    color: #2c3640;
    margin-left: 4px;
    font-size: 22px;
    vertical-align: middle;
}
.news_div .top-options {
    margin: 0 0 20px 0;
    text-align: left;
    direction: ltr;
}

.news_div h1 {
    font-size: 24px;
}

.news_div .news-img {
    margin: 50px auto 30px auto;
    text-align: center;
}

.news_div .news-img img {
    border: 1px solid #2ba69c!important;
    padding: 5px;
    background-color: #fff;
    max-width: 800px;
}

.news_div  .news-text {
    margin: 0 0 25px 0;
}