﻿@charset "utf-8";


/*****=====*****=====*****=====*****=====
    01. IMPORTED STYLE CSS
=====*****=====*****=====*****=====*****/

/* OTHER IMPORTED CSS */
@import "font-awesome.min.css";
@import "icofont.css";
@import "fonts.css";
@import "flaticon.css";
@import "animations.css";
@import "animate.min.css";
@import "VideoPopUp.css";
@import "owl.carousel.min.css";
@import "owl.theme.default.css";
@import "lightbox.min.css";
@import "animate-ad.css";


/*****=====*****=====*****=====*****=====
    02. General CSS 
=====*****=====*****=====*****=====*****/

body {
    background: #ffffff;
  /*  font-family:  sans-serif;*/
    font-size: 11pt;
    font-weight: 400;
    line-height: 1.7em;
    color: #4c4c4c;
    position: relative;
    overflow-x: hidden;
}
/* Common CSS */
h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: "DroidNaskhb",Helvetica,Arial,sans-serif;
    color: #293039;
    line-height: 1.4;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    
}
h2.white {
    color: #fff;
}
p {
    margin: 0;
    padding: 0;
	margin-bottom: 10px;
	text-align:right;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
}


/* Form CSS */

.form-control {
    resize: none;
    height: 35px;
    margin-bottom: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.form-control:focus {
    border-color: #a2a2a2;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

/* Placeholder Color CSS */
::-webkit-input-placeholder {
    color: #999999 !important;
}
::-moz-placeholder {
    color: #999999 !important;
}
:-ms-input-placeholder {
    color: #999999 !important;
}
:-moz-placeholder {
    color: #999999 !important;
}

/* BUtton CSS */
.my-btn {
    background: #ecbc50;
    color: #ffffff;
    font-size: 12pt;
    text-align: center;
    padding: 10px 15px;
    border-radius: 5px;
    border: none !important;
    clear: both;
   /* text-transform: uppercase;*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	margin-top: 20px;
}
.my-btn:hover {
    color: #ffffff;
    background: #CEAA5A;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}





/* Background Over Layer CSS */
.overlay-black {
    position: relative;
}
.overlay-black:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 33, 71, 0.8);
}
.overlay-white {
    position: relative;
}
.overlay-white:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(255, 255, 255, 0.8);
}

/* Default Title CSS */
.section-title {
    margin-bottom: 60px;
    text-align: center;
}
.section-title .title-style {
    position: relative;
    display: inline-block;
}
.section-title .title-style h2 {
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 0;
}
.title-icon {
    width: 80px;
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
}
.title-icon:before {
    content: "";
    width: 100px;
    height: 2px;
    background: #ecbc50;
    position: absolute;
    top: 18px;
    left: -90px;
}
.title-icon:after {
    content: "";
    width: 100px;
    height: 2px;
    background: #ecbc50;
    position: absolute;
    top: 18px;
    right: -90px;
}
.title-icon i {
    color: #ecbc50;
    font-size: 40px;
}
.section-title p {
    font-weight: bold;
    margin-top: 20px;
	text-align: center;
}



/* Preloader CSS */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999999;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/preloder.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

/* Scrollup CSS */
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    display: none;
    bottom: 20px;
    left: 20px;
    z-index: 99999;
    background-color: #ecbc50;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
	padding-top: 8px;
}
.scrollup:hover {
    color: #111111;
}

/* Pagination CSS Start */
.page-pagination {
    text-align: center;
}
.page-pagination .pagination {
    margin: 30px 0 30px;
}
.page-pagination .pagination>li>a, 
.page-pagination .pagination>li>span {
    background: transparent;
    color: #ecbc50;
}
.page-pagination .pagination>li>a:hover {
    color: #ffffff;
    background: #ecbc50;
}
.page-pagination-left {
    text-align: left;
}
.page-pagination-right {
    text-align: right;
}

/*--------------------------------
    03. Header CSS Start
----------------------------------*/
.main-herader {
    position: relative;
    background: #ffffff;
}

/* Header Top CSS Start */
.header-topbar {
    background: #ecbc50;
}
.header-topbar-col {
    padding: 10px 0;
}
.header-topbar-col ul li {
    float: right;
    margin-right: 20px;
}
.header-topbar-col ul li p {
    color: #ffffff;
    margin-top: 4px;
}
.header-topbar-col ul li p i {
    margin-right: 5px;
    color: #ffffff;
}
.header-topbar-col p a {
    color: #ffffff;
}
.social-link-group {
    text-align: right;
}
.social-link-group a {
    margin-left: 12px;
	font-size: 1.7em;
}
.social-link-group a i {
    color: #ffffff;
}

/* Navbar CSS start */
.main-herader .navbar-brand img {
/*    width: 220px;
height: 80px;*/
width: 550px;
}
.main-herader .navbar-expand-md .navbar-nav .nav-link {
    color: #333333;
   /* text-transform: uppercase;*/
    margin-left: 3px;
    padding: 25px 10px;
   /* font-family: "OpenSans-Semibold",Arial,Helvetica,sans-serif;*/

}
.main-herader .dropdown-menu {
    padding: 0;
    border-radius: 0;
    top: 100%;
    margin-top: -1px;
    width: fit-content;
    border-top: 3px solid #ecbc50;
	margin-top:-18px;
}
.main-herader .dropdown-menu .dropdown-item {
    padding: 10px 15px;
	font-size: 0.9em;
   /* text-transform: uppercase;*/
}
.main-herader .dropdown-menu .dropdown-item:hover {
    color: #b38725;
    padding-left: 20px;
}
.navbar-nav .dropdown-menu.show {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUpMenu;
    animation-name: fadeInUpMenu;
}
.dropdown-item.active, 
.dropdown-item:active {
    background: transparent;
}
.main-herader .navbar {
    padding: 0;
}




/* NavBar Fixed CSS */
.nav {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-herader .nav.sticky {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: rgba(0, 33, 71, 0.8);
    border-bottom: 1px solid #dddddd;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar.navbar-expand-md.nav.navbar-dark.sticky {
    top: 22px;
}

/* main-herader-two */
.main-herader-two {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: transparent;
	direction:rtl;
}
.main-herader-two .header-topbar {
    background: #223053;
    border-bottom: 1px solid rgb(146, 142, 142);
}
.main-herader-two .navbar-expand-md .navbar-nav .nav-link {
    color: #ffffff;
	font-size: 1.1em;
}
.main-herader-two .navbar-expand-md.nav.sticky .nav-link {
    color: #fff;
}


/*--------------------------------
    04. Slider CSS Start
----------------------------------*/
.main-slider-area {
}
.slide {
  list-style-type: none;
  padding: 0;
}

.slide__item {
  height: 80vh;
}

.slide__item:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(8, 17, 38, 0.7);
}
.item-bg-1 {
    background: url(../images/slider/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
}
.item-bg-2 {
    background: url(../images/slider/2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
}
.item-bg-3 {
    background: url(../images/slider/3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
}
.item-bg-5 {
    background: url(../images/slider/EOI.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
}
.slide-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 70%;
}

.slide-caption__title {
  font-size: 2.5em;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.slide-caption__title:after{
  content: '';
  width: 20%;
  border-bottom: 1px solid #ecbc50;
  display: block;
  margin: 5px auto;
  padding-top: 10px;
}
.slide-caption__desc {
    font-size: 2.2em;
    /*font-style: italic;
	letter-spacing: 5px;*/
    color: #ecbc50;
	background-color:none;
    margin-bottom: 60px;
	font-weight: 600;
line-height: 1.2em;
text-align: center;
}
.slide-caption .btn {
    border: 2px solid #ecbc50;
    color: #ffffff;
    background: #ecbc50;
    padding: 10px 25px;
    border: 2px solid #f4c964;
    color: #223053;
    background: #d7a93f;
    padding: 10px 25px;
}
.slide-caption .btn:hover {
    color: #223053;
    background: #ecbc50;
}
.owl-item.active .slide-caption__title{
  animation: 1s 1s fadeInUp both;
}

.owl-item.active .slide-caption__desc{
  animation: 1s 1.5s fadeInUp both;
}

.owl-item.active .btn {
  animation: 1s 2s fadeInUp both;
}
.main-slider-area .owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
    font-size: 25px;
    background: #551FC0;
    width: 35px;
    padding: 0 5px;
    color: #ffffff;
    border-radius: 0;
}

.main-slider-area .owl-next {
    position: absolute;
    top: 45%;
    right: 0;
    font-size: 25px;
    background: #551FC0;
    width: 35px;
    padding: 0 5px;
    color: #ffffff;
    border-radius: 0;
}
.main-slider-area .owl-theme .owl-nav [class*='owl-'] {
    background: transparent;
    color: #ffffff;
}
.main-slider-area .owl-theme .owl-nav [class*='owl-']:hover{ 
    background: #ecbc50;
}
/* Slider Two */
.main-slider-area-two {
    
}
.main-slider-area-two .slide__item {
    height: 100vh;
}


/*--------------------------------
    05. Features CSS Start
----------------------------------*/
.features-area {
    padding: 100px 0 70px;
    overflow: hidden;
	direction: rtl;
}
.features-col {
    margin-bottom: 30px;
}
.features-img {
    position: relative;
}
.over-shadow {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.features-col:hover .over-shadow {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.features-col h4 {
    margin-top: 20px;
	color: #c89b36;
	font-size: 1.15em;
	direction: rtl;
}


/*--------------------------------
    06. About CSS Start
----------------------------------*/
.about-section {
    padding: 60px 0 30px 70px;
    overflow: hidden;
	direction: rtl;
}
.about-col {
    
}
.about-col h2 {
    font-size: 32px;
    margin-bottom: 5px;
}
.about-col h5 {
    font-size: 16px;
    color: #cb9b30;
    margin-bottom: 20px;
    /*font-style: italic;
    letter-spacing: 5px;*/
    font-weight: 500;
}
.para-space {
    margin-bottom: 30px;
}
.about-item {
    position: relative;
    padding-right: 70px;
    margin-bottom: 30px;
	direction:rtl;
}
.about-item i {
    position: absolute;
    right: 0;
    top: -10px;
    font-size: 35px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    background: #ecbc50;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.about-item:hover i {
    
}
.about-item h4 {
    margin-bottom: 0;
	font-size: 1.4em;
}
/***************/

.about-item2 {
    position: relative;
    padding-right: 70px;
    margin-bottom: 10px;
	direction:rtl;
}
.about-item2 i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 65px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    background: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.about-item2:hover i {
    
}
.about-item2 h4 {
    margin-bottom: 20px;
	font-size: 1.6em;
	color: #fff;
}
.about-item2 p {color: #fff; text-align: center;}
.about-item h4 a {   color: #ecbc50 !important;}
.about-item h4 a:hover {   color: #333 !important;}
/***********************************/


/* About Two CSS Start */
.about-two-section {
    padding: 60px 0 70px;
	min-height: 565px;
}
.about-two-section .about-col {
    margin-bottom: 30px;
}
.about-two-section .about-img {
    margin-bottom: 30px;
}
.about-box {
    margin-bottom: 30px;
    /*background: #ecbc50;*/
    padding: 20px;
    position: relative;
}
.about-box h2 {
    position: absolute;
    right: 0;
    top: -20px;
    z-index: 0;
    opacity: 0.2;
    font-size: 85px;
}
.about-box h4 {
    color: #ffffff;
}
.about-box p {
    color: #ffffff;
}


/*--------------------------------
    07. Video CSS Start
----------------------------------*/
.video-section {
    padding: 100px 0;
    background: url(../images/bg/1.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.video-col {
    text-align: center;
}
.video-col h2 {
    color: #ffffff;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
.video-col i {
    color: #C9CFD8;
    font-size: 100px;
}

/*--------------------------------
    08. Course CSS Start
----------------------------------*/
.course-area {
    padding: 100px 0 50px;
	direction: rtl;
	background-color: #f3f3f3;
}
.course-col {
    margin-bottom: 50px;
}
.course-image {
    position: relative;
}
.course-col:hover .over-shadow {
    opacity: 1;
} 
.course-cost {
    position: absolute;
    left: -12px;
    top: 20px;
    z-index: 99;
    padding: 5px 20px;
    background: #ecbc50;
}
.course-cost h2 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 18px;
}
.course-cost:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 1;
    border-top: 8px solid #ecbc50;
    border-left: 12px solid transparent;
    transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
}
.course-item h4 {
    margin-top: 20px;
	text-transform: none;
	font-size: 1.25em;
}
.course-item h4 a {
    color: #111111;
}
.course-item p {
    margin-bottom: 20px;
}

/* Course Single CSS Start */
.course-single-area {
    padding: 100px 0 70px;
}
.course-single-col {
    margin-bottom: 30px;
}
.course-single-col h2 {
    margin-top: 20px;
}
.course-features {
    margin-top: 50px;
}
.course-features h3 {
    margin-bottom: 20px;
}
.course-features ul {
    border: 1px solid #dddddd;
}
.course-features ul li {
    border-bottom: 1px solid #dddddd;
    padding: 10px 15px;
}
.course-features .btn {
    text-transform: uppercase;
    border-radius: 0;
    background: #ecbc50;
    border: none;
    cursor: pointer;
}
.course-features .btn:hover {
    background: #232323;
}
.commment-field {
    margin-top: 50px;
}
.commment-field h4 {
    font-size: 22px;
    margin-bottom: 30px;
}
.commment-field h4 a {
    color: #ecbc50;
}
.blog-commment-item {
    position: relative;
    padding-left: 90px;
    margin-bottom: 50px;
}
.blog-commment-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.blog-commment-item h4 {
    margin-bottom: 10px;
}
.blog-commment-item i {
    color: #ecbc50;
}
.middele-comment {
    margin-left: 60px;
}
.form-field {
    margin-top: 50px;
}
textarea {
    height: 100% !important;
}

/* Sidebar CSS */
.sidebar-col {
    margin-bottom: 30px;
}
.sidebar-search-box {
    margin-bottom: 50px;
}
.sidebar-search-box .input-group .form-control {
    height: 45px;
    border-color: #ecbc50;
}
.sidebar-search-box .input-group-btn .btn {
    height: 45px;
    width: 60px;
    background: #ecbc50;
}
.sidebar-search-box .input-group-btn .btn i {
    font-size: 22px;
    color: #ffffff;
}
.categories {
    margin-bottom: 50px;
}
.sidebar-title h3 {
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.categories ul li {
    margin-bottom: 10px;
}
.categories ul li a {
    color: #111111;
    text-transform: capitalize;
}
.categories ul li a:hover {
    color: #ecbc50;
}
.sidebar-post {
    margin-bottom: 50px;
}
.sidebar-post ul li {
    position: relative;
    padding-left: 90px;
    margin-bottom: 30px;
}
.sidebar-post ul li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
}
.sidebar-post ul li h4 {
    margin-bottom: 0;
    font-size: 22px;
}
.sidebar-post ul li h4 a {
    color: #ecbc50;
}
.sidebar-tags {
    margin-bottom: 0;
}
.sidebar-tags ul li {
    border: 1px solid #dddddd;
    margin-bottom: 20px;
    margin-right: 5px;
    display: inline-block;
}
.sidebar-tags ul li a {
    padding: 10px 20px;
    color: #ffffff;
    background: #111111;
    text-transform: uppercase;
}
.sidebar-tags ul li a:hover {
    background: #ecbc50;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
  


/*--------------------------------
    09. Counter CSS Start
----------------------------------*/
.counter-section {
    padding: 100px 0 50px;
    background: url(../images/bg/5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
.counter-col {
    margin-bottom: 50px;
    text-align: center;
}
.counter-col i {
    font-size: 40px;
    color: #ecbc50;
	position: absolute;
    left: 0;
    top: 10px;
    font-size: 4em;

}
.counter-col p {
    color: #ffffff;
    font-size: 18px;
    text-transform: capitalize;
    /*letter-spacing: 1px;*/
}
.counter-col .counter div {
    color: #ffffff;
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
	font-weight: 600;
}


/*--------------------------------
    10. Teachers CSS Start
----------------------------------*/
.teachers-area {
    padding: 100px 0 70px;
}
.teachers-col {
    margin-bottom: 30px;
    text-align: center;
}
.teachers-col .teacher-img {
    position: relative;
}
.teachers-col .teacher-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.teachers-col:hover .teacher-img:before {
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.social-group {
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.teachers-col:hover .social-group {
    opacity: 1;
    top: 50%;
    margin-top: -15px;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.social-group ul li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.social-group ul li i {
    font-size: 30px;
    color: #ecbc50;
}
.teachers-col h4 {
    margin-bottom: 0;
    padding: 20px 10px;
    background: #f5f5f5;
}
.teachers-col h4 a {
    color: #111111;
}
.teachers-col h4 a:hover {
    color: #ecbc50;
}
.teacher-img a .link {
    background: #ecbc50;
    padding: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    font-size: 20px;
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.teachers-col:hover a .link {
    opacity: 1;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

/* Teacher Single CSS Start */
.teacher-single-area {
    padding: 100px 0 70px;
}
.teacher-single-col {
    margin-bottom: 30px;
}
.teacher-biography {
    border: 1px solid #dddddd;
}
.teacher-biography ul li {
    text-transform: capitalize;
    border-bottom: 1px solid #dddddd;
    padding: 15px 20px;
}
.teacher-biography ul li strong {
    margin-right: 10px;
}
.teacher-biography ul li i {
    color: #ecbc50;
}
.teacher-biography ul li a i {
    margin-right: 5px;
    color: #595959;
}
.teacher-biography ul li a i:hover {
    color: #ecbc50;
}
.teacher-biography p {
    background: #dddddd;
    padding: 20px 20px;
}





/*--------------------------------
    11. Separator CSS Start
----------------------------------*/
.separator-section {
    padding: 60px 0 0px;
    background-image: url(../images/bg/3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.separator-col {
    
}
.separator-col img {
    width: 450px;
    height: auto;
    /*margin-top: -160px;
	margin-bottom: -70px;*/
}
.separator-col h4 {
    color: #ffffff;
    margin-bottom: 20px;
	direction: rtl;
}
.separator-col .custom-select {
    width: 100%;
    border-radius: 0;
    border: none;
    margin-bottom: 30px;
    height: 45px;
}
/*.separator-col .form-control {
    border: none;
    background: #111111;
    color: #ffffff;
}*/




/*--------------------------------
    12. Portfolio CSS Start
----------------------------------*/
.portfolio-section {
    padding: 100px 0 5px 0;
    overflow-x: hidden;
}
.portfolio-nav {
    float: none;
    text-align: center;
    margin-bottom: 30px;
}
.filtr-container {
    
}
.portfolio-nav li {
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 10px;
    text-transform: capitalize;
    font-weight: bold;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.portfolio-nav li:hover {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.filtr-item {
    width: 33.25%;
    padding: 0;
}
.padd0 {
    padding: 0;
}

/* Image Hover */
.img-hover-item {
    position: relative;
    overflow: hidden;
}
.hover-item-info {
    position: absolute;
    bottom: -50%;
    left: 0;
    width: 100%;
    padding: 20px 20px;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.img-hover-item:hover .hover-item-info {
    opacity: 1;
    bottom: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.img-hover-item img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}
.img-hover-item:hover img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.hover-item-info h3 {
    margin-bottom: 0;
}
.hover-item-info h3 a {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 0;
}
.hover-item-info h3 a:hover {
    color: #ecbc50;
}
.img-hover-item i {
    font-size: 30px;
    color: #C2A562;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -15px;
    background: #ffffff;
    padding: 5px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.img-hover-item:hover i {
    top: 50%;
    margin-top: -30px;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* Gallery Single CSS Start */
.gallery-single-area {
    padding: 100px 0;
}
.gallery-single-area h3 {
    margin-top: 30px;
}
.gallery-single-info {
    padding: 20px 20px;
    background: #f5f5f5;
    margin-top: 50px;
}
.info-col {
    border-right: 1px solid #999999;
}
.info-col p {
    text-transform: capitalize;
    font-weight: 600;
}
.info-col p span {
    color: #ecbc50;
}




/*--------------------------------
    13. Testimonial CSS Start
----------------------------------*/
.testimonial-section {
    padding: 100px 0;
    background: url(../images/bg/2.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.test-item {
    padding: 30px 30px;
    background: rgba(0, 33, 71, 0.8);
	direction: rtl;
}
.test-image {
    position: relative;
    padding-right: 100px;
    margin-bottom: 30px;
}
.test-item img {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px !important;
    height: 80px !important;
    -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     border-radius: 50%; 
}
.test-item h4 {
    color: #ffffff;
    margin-bottom: 0;
    padding-top: 10px;
}
.test-item span {
    font-size: 13px;
    color: #ecbc50;
}
.test-item p {
    color: #ffffff;
    margin-top: 10px;
}
.testimonial-col .owl-theme .owl-nav {
    margin-top: 30px;
}
.testimonial-col .owl-theme .owl-dots .owl-dot span {
    margin-bottom: 0;
    margin-top: 0;
}
.testimonial-col .owl-theme .owl-dots .owl-dot.active span, 
.testimonial-col .owl-theme .owl-dots .owl-dot:hover span {
    background: #ecbc50;
}

.testimonial-section h2 {color:#fff;}




/*--------------------------------
    14. Blog CSS Start
----------------------------------*/
.blog-section {
    padding: 100px 0 70px;
}
.blog-col {
    margin-bottom: 30px;
    position: relative;
}
.blog-img {
    position: relative;
    overflow: hidden;
}
.blog-img img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.blog-col:hover .blog-img img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2); 
    transform: scale(1.2); 
}
.overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    z-index: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.blog-col:hover .overlay:before {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.post-date {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    padding: 10px 20px;
    background: #ecbc50;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.post-date:after {
    content: "";
    position: absolute;
    right: -40px;
    top: 0;
    width: 0;
    height: 100%;
    border-left: 40px solid #ecbc50;
    border-top: 43px solid transparent;
}
.post-date h3 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 0;
}
.blog-col h4 {
    margin-bottom: 15px;
	margin-top: 30px;
	font-size: 1.2em;
text-align:right;
}
.blog-col h4 a {
    color: #c59c40;
}
.blog-col h4 a:hover {
    color: #ecbc50;
}
.info-bar {
    background: #ecbc50;
    margin-bottom: 20px;
    padding: 10px 15px 10px 15px;
}
.info-bar ul li {
    float: left;
    margin-right: 15px;
}
.info-bar ul li i {
    margin-right: 5px;
    color: #ffffff;
}
.info-bar ul li a {
    color: #ffffff;
}
.blog-col .embed-responsive {
    margin-bottom: 20px;
}


/* Blog Single CSS Start */
.blog-single-field {
    padding: 60px 0 70px;
}
.blog-single-col {
    margin-bottom: 30px;
}
.blog-single-col h2 {
    margin: 20px 0;
}




/*--------------------------------
    15. Subscribe CSS Start
----------------------------------*/
.subscribe-area {
    background: #C2A562;
    padding: 50px 0;
}
.subscribe-col {
    width: 80%; 
    margin: auto;
}
.subscribe-col h3 {
    margin-bottom: 20px;
    color: #ffffff;
}
.subscribe-col .form-control {
    margin-bottom: 0;
    height: 45px;
    border: none;
}
.subscribe-col .form-control+.input-group-addon:not(:first-child) {
    height: 45px;
    border-radius: 0;
    margin-left: -1px;
    border: none;
    text-transform: uppercase;
}
.subscribe-col .form-inline {
    margin: auto;
}




/*--------------------------------
    16. Defult Page Title CSS Start
----------------------------------*/
.defult-page-title {
    padding: 130px 0 20px 0;
    text-align: center;
    background: url(../images/bg/5.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-title-box {
    text-align: left;
}
.page-title-box h2 {
    font-size: 35px;
    color: #ffffff;
    position: relative;
    margin-bottom: 30px;
}
.page-title-box h2 span {
    color: #ecbc50;
}
.page-title-box h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 40px;
    height: 3px;
    background: #ecbc50;
}
.page-title-box p {
    color: #ffffff;
    text-transform: uppercase;
}
.page-title-box p a {
    color: #ffffff;
}
.page-title-box p a:hover {
    color: #ecbc50;
}

/* Pagination CSS*/
.my-pagination {
    margin-bottom: 30px;
}
.my-pagination .pagination {
    margin-bottom: 30px;
}
.my-pagination .page-link {
    color: #ecbc50;
    border-color: #ecbc50;
}


/* History CSS Start */
.history-section {
    padding: 100px 0;
}
.history-item {
    text-align: center;
}
.history-img {
    position: relative;
}
.history-img h3 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: #ecbc50;
    padding: 5px 20px;
    font-size: 18px;
    color: #ffffff;
}
.history-item h4 {
    margin-top: 20px;
    font-size: 18px;
}
.history-section .owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
    font-size: 25px;
    background: #551FC0;
    width: 35px;
    padding: 0 5px;
    color: #ffffff;
    border-radius: 0;
}
.history-section .owl-next {
    position: absolute;
    top: 45%;
    right: 0;
    font-size: 25px;
    background: #551FC0;
    width: 35px;
    padding: 0 5px;
    color: #ffffff;
    border-radius: 0;
}
.history-section .owl-theme .owl-nav [class*='owl-'] {
    background: #ecbc50;
    color: #ffffff;
    margin: 0;
}


/*--------------------------------
    17. Account CSS Start
----------------------------------*/
.account-area {
    padding: 100px 0;
}
.account-area .tab-content {
    padding: 20px;
    border: 1px solid #dddddd;
    border-top: none;
}
.nav-tabs .nav-item {
    float:none;
    display:block;
}
.nav-link {
    text-align:center;
}
.account-area .nav-tabs .nav-link.active {
    border-radius: 0;
}
.account-area .nav-tabs .nav-link {
    color: #ecbc50;
}
.account-area .form-check {
    margin-bottom: 20px;
}


/*--------------------------------
    18. FAQ CSS Start
----------------------------------*/
.faq-area {
    padding: 100px 0;
}
.panel-heading .accordion-toggle:after {
    content: "\f106";
    font-family: FontAwesome;
    float: right;
    font-size: 20px;
    color: #ffffff;
}
.panel-heading .accordion-toggle.collapsed:after {
    content: "\f107";
}
.faq-col h1 {
    margin-bottom: 30px;
}
.faq-col .panel-title {
    font-size: 18px;
    background: #ecbc50;
    color: #ffffff;
    padding: 10px 15px;
    margin-bottom: 0;
}
.faq-col .panel-title a {
    color: #ffffff;
}
.faq-col .panel-body {
    margin-bottom: 0;
    padding: 20px 15px;
}
.faq-col .panel.panel-default {
    margin-bottom: 10px;
}





/*--------------------------------
    19. Error CSS Start
----------------------------------*/
.error-area {
    padding: 100px 0 70px;
}
.error-col {
    margin-bottom: 30px;
    text-align: center;
}
.error-col h1 {
    font-family: 'Dancing Script', cursive;
    font-size: 36px;
    margin-bottom: 50px;
}
.error-col h1 span {
    font-size: 60px;
    color: #ecbc50;
}
.error-col img {
    width: 100%;
    margin: 0 auto;
}
.error-col h4 {
    margin-top: 30px;
    margin-bottom: 0;
}
.error-col h4 a {
    color: #111111;
}
.error-col h4 a:hover {
    color: #ecbc50;
    text-decoration: underline;
}



/*--------------------------------
    20. PricingTable CSS Start
----------------------------------*/
.pricing-field {
    padding: 100px 0 70px;
}
.pricingTable{
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    background: #f4f4f4;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.pricingTable:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.pricingTable .title{
    font-size: 30px;
    font-weight: 700;
    color: #898384;
    text-transform: uppercase;
    padding: 40px 0 40px 0;
    margin-bottom: 0;
    background: #f4f4f4;
}
.pricingTable .price-value{
    padding: 20px 0;
    background: #ecbc50;
    font-size: 40px;
    color: #fff;
    margin-bottom: 20px;
}
.pricingTable .pricing-content{
    list-style: none;
    padding: 0;
}
.pricingTable .pricing-content li{
    font-size: 15px;
    color: #898384;
    line-height: 40px;
}
.pricingTable .pricingTable-signup{
    display: inline-block;
    margin: 20px 0 50px;
    padding: 8px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    background: #ecbc50;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup:hover {
    background: #333333;
}




/*--------------------------------
    21. Contact CSS Start
----------------------------------*/
.contact-area {
    padding: 100px 0 50px;
}
.contact-col {
    margin-bottom: 50px;
    text-align: center;
}
.contact-infobox {
    padding: 30px 30px;
    border: 1px solid #dddddd;
    border-top: none;
    border-bottom: none;
}
.contact-infobox i {
    color: #ecbc50;
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; 
}
.contact-form-row .contact-col {
    margin-bottom: 0;
    height: 45px;
}
.contact-form-row .contact-col .form-control {
    height: 50px;
    border-radius: 5px;
}
.contact-form-row .contact-col .btn:hover {
    background: #111111;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; 
}
.contact-textarea {
    height: 100% !important;
}
.contact-col .btn {
    background: #ecbc50;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 0;
    cursor: pointer;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.contact-col .btn:hover {
    background: #111111;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}




/*--------------------------------
    22. Footer CSS Start
----------------------------------*/
.main-footer {
    background: #111111;
    padding: 70px 0 10px;
    background: url(../images/bg/4.jpg);
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.main-footer:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute; 
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(12, 26, 42, 0.87);
}
.footer-col {
    padding-bottom: 30px;
	direction: rtl;
}
.footer-col img {
    margin-bottom: 0px;
    width: auto;
    height: 60px;
}
.footer-col h3 {
    color: #ecbc50;
    margin-bottom: 40px;
}
.footer-col h3 span {
    color: #ecbc50;
}
.footer-col p {
    color: #ffffff;
}
.footer-col .top-para {
    margin-bottom: 20px;
}
.footer-col ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #46596fb3;
}
.footer-col ul li:last-child {
    border-bottom: none;
}
.footer-col ul li a {
    display: block;
    color: #ffffff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.footer-col ul li a:hover {
    color: #ecbc50;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.post-box {
    margin-bottom: 20px;
    position: relative;
    padding-left: 85px;
}
.footer-col .post-box img {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
}
.post-box p {
    z-index: 1;
    line-height: 24px;
}
.post-box p a {
    color: #ecbc50;
}
.address-col ul {
    margin-top: 20px;
}
.address-col ul li {
    border-bottom: none;
    color: #ffffff;
}
.address-col ul li i {
    width: 25px;
}

/* Footer Two CSS */
.main-footer-two {
    
}
.tags-col ul li {
    display: inline-block;
    border: 1px solid #1d344d;
    margin-bottom: 15px;
    margin-right: 10px;
    padding: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	background-color: #112b4780;
}
.tags-col ul li:last-child {
   /* border-bottom: 1px solid #717171;*/
}
.tags-col ul li:hover {
    background: #ecbc50;
    border-color: #ecbc50;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tags-col ul li a:hover {
    color: #ffffff !important;
}
.quick-contact-col .form-control {
    margin-bottom: 0px;
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff;
}
.quick-contact-col .form-group {
    margin-bottom: 5px;
}
.quick-contact-col .footer-btn {
    margin-top: 5px;
}



/*--------------------------------
    23. Copyright CSS Start
----------------------------------*/
.copyright-bar {
    padding: 20px 0;
    background: #17213c;
    border-top: 1px solid #3c4653;
	direction: rtl;
}

.footer-sociai-group {
    margin-bottom: 10px;
}
.footer-sociai-group a i {
    width: 35px;
    height: 35px;
    font-size: 15px;
    color: #ffffff;
    background: rgba(27, 27, 27, 0.75);
    text-align: center;
    line-height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.footer-sociai-group a i:hover {
    color: #ffffff;
    background: #ecbc50;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.copyright-col p {
    color: #bdbcbc;
}
.copyright-col p a {
    color: #ecbc50;
}





/*--------------------------------
    24. Demo Page CSS Start
----------------------------------*/
.demo-page-header {
    padding: 200px 0;
    background: #111111;
    background-image: url(../images/demo/1.jpg);
    background-position: center;
    background-size: cover;
}
.demo-page-features {
    padding: 100px 0 70px;
    background: #f5f5f5;
}
.demo-page-features h2 {
    font-size: 45px;
    display: inline-block;
    border-bottom: 3px solid #ecbc50;
    margin-bottom: 60px;
    line-height: 1;
    padding-bottom: 10px;
}
.demo-page-features-col {
    margin-bottom: 30px;
    text-align: center;
}
.demo-page-features-col h4 {
    font-size: 18px;
    padding: 20px 20px;
    background: #e4e4e4; 
    border-top: 2px solid #ecbc50;
}
.demo-content-area {
    padding: 100px 0 100px;
}
.demo-content-col {
    margin-bottom: 50px;
    text-align: center;
}
.demo-content-col h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #111111;
}
.demo-content-col h2 a {
    color: #111111;
}
.header-content {
    text-align: center;
}
.header-content h1 {
    color: #ffffff;
    margin-bottom: 30px;
}
.header-content h1 span {
    color: #ecbc50;
    font-size: 50px;
}
.header-content .btn {
    font-style: 16px;
    background: #ecbc50;
    border: none;
    padding: 18px 40px;
    color: #ffffff;
    text-transform: uppercase;
}
.demo-content-area {
    padding: 150px 0 100px;
}
.demo-content-col {
    margin-bottom: 50px;
    text-align: center;
}
.demo-content-col h2 {
    margin-top: 30px;
    margin-bottom: 10px;
    color: #111111;
}
.demo-content-col h2 a {
    color: #111111;
}
.demo-content-col ul li {
    margin-bottom: 10px;
    margin-top: 10px;
}
.demo-content-col ul li a {
    font-weight: bold;
    color: #777777;
    text-transform: uppercase;
}
.pages-col {
    text-align: center;
}
.pages-col h1 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px dashed #cccccc;
}

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

.fa-3 { font-size: 3em !important;}
.test-image h4 { font-size:1.3rem; }


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


.rs-degree.style1 .degree-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  height: 350px;
}
.rs-degree.style1 .degree-wrap .title-part {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 30px 21px;
  opacity: 1;
  transition: all 0.3s ease;
}
.rs-degree.style1 .degree-wrap .title-part .title {
  margin: 0;
  color: #ffffff;
}
.rs-degree.style1 .degree-wrap .content-part {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotateY(90deg);
  text-align: center;
  background: rgba(17, 41, 88, 0.9);
  border-radius: 3px;
  padding: 78px 35px 0;
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s ease;
}
.rs-degree.style1 .degree-wrap .content-part .title {
  margin-bottom: 13px;
}
.rs-degree.style1 .degree-wrap .content-part .title a {
  color: #ffffff;
}
.rs-degree.style1 .degree-wrap .content-part .title a:hover {
  color: #cccccc;
}
.rs-degree.style1 .degree-wrap .content-part .desc {
  margin-bottom: 15px;
}
.rs-degree.style1 .degree-wrap .content-part .btn-part a {
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  padding-bottom: 0;
  border-bottom: 1px solid #ffffff;
}
.rs-degree.style1 .degree-wrap .content-part .btn-part a:hover {
  color: #cccccc;
}
.rs-degree.style1 .degree-wrap:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: linear-gradient(transparent, #273c66);
}
.rs-degree.style1 .degree-wrap:hover .content-part {
  transform: translate(-50%, -50%) rotateY(0);
  opacity: 1;
}
.rs-degree.style1 .degree-wrap:hover .title-part {
  bottom: -60px;
  opacity: 0;
}
.gray-bg {
    background: #f3f8f9;
}
.pb-70 {
    padding-bottom: 70px;
}
.pt-100 {
    padding-top: 100px;
}
.rs-degree.style1 .degree-wrap .content-part,
.rs-team.style1 .team-item:after {
    width: calc(100% - 60px);
    height: calc(100% - 60px);
}
.rs-team.style1 .team-item .content-part {
    width: calc(100% - 60px);
}
.rs-degree.style1 .degree-wrap:hover .content-part {
    transform: translate(-50%, -50%) rotateY(0);
    opacity: 1;
}
.rs-degree.style1 .degree-wrap .content-part, .rs-team.style1 .team-item::after {
    width: calc(100% - 60px);
    height: calc(100% - 60px);
}
.home-style2 h1, .home-style2 h2, .home-style2 h3, .home-style2 h4, .home-style2 h5, .home-style2 h6 {
    color: #112958;
}

.sec-title .sub-title.primary {
    color: #21a7d0;
}
.sec-title .sub-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.rs-degree.style1 h2 {
    font-size: 36px;
    font-weight: 700;
}


/**********************************/
address a:not(.btn) {
    color: #dbebf4;
}

.ht-section-title-one h2 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 1em;
}
.mb-30 {
    margin-bottom: 30px;
}
.pb-90 {
    padding-bottom: 50px;
}
.pt-120 {
    padding-top: 80px;
}
.ht-service-one {
  position: relative;
  overflow: hidden;
  /*-- Image --*/
  /*-- Content*/ }
  .ht-service-one img {
    width: 100%; }
  .ht-service-one .content {
    position: absolute;
    background-color: #1a3255cc;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: -67px;
    padding: 20px 27px;
    height: 100%;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; }
    .ht-service-one .content .wrap {
      position: relative;
      padding-left: 50px;
      -webkit-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s;
      /*-- Icon --*/
      /*-- Text --*/ }
      .ht-service-one .content .wrap .icon {
        position: absolute;
        left: 0;
        top: 0;
        max-width: 34px; }
        .ht-service-one .content .wrap .icon img {
          width: 100%; }
      .ht-service-one .content .wrap .text {
        overflow: hidden;
        position: relative;
        padding-left: 17px; }
        .ht-service-one .content .wrap .text::before {
          position: absolute;
          left: 0;
          top: 0;
          content: "";
          width: 1px;
          height: 27px;
          background-color: #ffffff; }
        .ht-service-one .content .wrap .text h4 {
          color: #ffffff;
          margin: 0;
          line-height: 27px;
          font-size: 18px;
          font-weight: 500; }
          @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .ht-service-one .content .wrap .text h4 {
              font-size: 15px; } }
          @media only screen and (max-width: 479px) {
            .ht-service-one .content .wrap .text h4 {
              font-size: 14px; } }
          .ht-service-one .content .wrap .text h4 a {
            display: block; }
            .ht-service-one .content .wrap .text h4 a:hover {
              color: #ffffff; }
        .ht-service-one .content .wrap .text p {
          color: #ffffff;
          font-family: "Poppins", sans-serif;
          line-height: 23px;
          margin-top: 15px;
          margin-bottom: 0;
          opacity: 0;
          -webkit-transition: all 0.4s ease 0s;
          -o-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s; }
          @media only screen and (max-width: 479px) {
            .ht-service-one .content .wrap .text p {
              margin-top: 10px; } }
        .ht-service-one .content .wrap .text .read-more {
          color: #ffffff;
          font-family: "Poppins", sans-serif;
          line-height: 22px;
          margin-top: 15px;
          text-transform: capitalize;
          position: relative;
          opacity: 0;
          -webkit-transition: all 0.4s ease 0s;
          -o-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s; }
          .ht-service-one .content .wrap .text .read-more::before {
            position: absolute;
            left: 0;
            bottom: 0;
            content: "";
            background-color: #ffffff;
            height: 1px;
            width: 20px;
            -webkit-transition: width 0.3s ease 0s;
            -o-transition: width 0.3s ease 0s;
            transition: width 0.3s ease 0s; }
          @media only screen and (max-width: 479px) {
            .ht-service-one .content .wrap .text .read-more {
              margin-top: 10px; } }
          .ht-service-one .content .wrap .text .read-more:hover::before {
            width: 100%; }
  .ht-service-one:hover {
    /*-- Content --*/ }
    .ht-service-one:hover .content {
      top: 0%;
      margin-top: 0;
      padding: 50px 27px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .ht-service-one:hover .content {
          padding: 18px 27px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .ht-service-one:hover .content {
          padding: 30px 27px; } }
      @media only screen and (max-width: 479px) {
        .ht-service-one:hover .content {
          padding: 20px 27px; } }
      .ht-service-one:hover .content .wrap {
        /*-- Text --*/ }
        .ht-service-one:hover .content .wrap .text p {
          opacity: 1; }
        .ht-service-one:hover .content .wrap .text a {
          opacity: 1; }

 /*****************************/
.ht-section-title-one > h4 {font-family: "DroidNaskh",Helvetica,Arial,sans-serif; font-size: 2rem; font-style: italic; color: #278BE8; text-transform:capitalize;}
.ht-service-one ul {padding-left:0;}
.ht-service-one li {list-style: none;font-size: 1.1em;}
.bg-light-grey {  background-color: #fff;}
.ht-section-title-one.col-12.mb-70 h2 {
    margin-left: 3%;
}
/***********/
.copyright-bar img {
    max-width: 90px;
}

.addthis_inline_share_toolbox {
    margin: 40px 0 10px 0;
    width: 90%;
}
.share {

    display: block;
    margin: 20px 0 10px 0;

}

/******** events ********/

.events-list {
    color: #5e7282;
   /* font-family: "leelawad",Arial,Helvetica,sans-serif;*/
    font-size: 1em;
    width: 100%;
}
.events-list tr td {
    padding: 5px 0px 5px 20px;
}
.events-list tr td:last-child {
    padding: 5px 0;
    text-align: right;
}
.events-list tr:hover .event-date {
    border-left: 5px solid #c94e2f;
    color: #c94e2f;
}
.events-list tr:hover {
	background-color:#F0F9FC;
}
.events-list tr:hover .event-day {
    color: #c94e2f;
    cursor: default;
}
.events-list .event-date {
    border-left: 5px solid #cfcfcf;
    margin: 3px 0;
    padding: 2px 10px;
    transition: all 0.25s linear 0s;
}
.events-list .event-day {
    color: #28a3d3;
    font-size: 1.5em;
    font-weight: 400;
    text-align: center;
}
.events-list .event-date .event-month {
    color: #668a98;
    font-family: leelawad;
    font-size: 1.05em;
    font-weight: 400;
    text-align: center;
}
.events-list .event-date .event-venue, .events-list .event-date .event-price {
    white-space: nowrap;
}

.events-list .event-day {
    color: #51a0cb;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 2em;
    font-weight: 400;
    padding-bottom: 10px;
    text-align: center;
}


/************* background video ************************/
.view {
    position: relative;
    overflow: hidden;
    cursor: default;
	height:730px;
	/*background-color: #000921;*/
    z-index: -10;

}
.view video.video-intro {
    z-index: -100;
    top: 40%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: 1s opacity;
    -o-transition: 1s opacity;
    transition: 1s opacity;
    min-width: 100%;
   /* min-height: 100%;*/
    width: auto;
    height: auto;
	opacity: 0.8;
}

.view video {
    position: relative;
    display: block;
}

.video-intro:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 33, 71, 0.8);
}

/*******************/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.rs-cta.style2 .desc {
   color: #2b2727;
    font-size: 1.35em;
    padding: 0.5em 0;
    line-height: 1.7em;
	font-weight:600;
}

.container-fluid.map {
    padding-top: 50px;
}

.rs-cta.style2 .video-wrap .video-gallery {
  color: #ffffff;
  display: block;
  overflow: hidden;
  max-width: 270px;
}
.rs-cta.style2 .video-wrap .video-gallery i {
  width: 70px;
  height: 70px;
  line-height: 61px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  float: left;
  margin-right: 20px;
}
.rs-cta.style2 .video-wrap .video-gallery i:before {
  padding-left: 5px;
}
.rs-cta.style2 .video-wrap .video-gallery .title {
  color: #ffffff;
}
.rs-cta.style2 .video-wrap .video-gallery:hover {
  opacity: 0.7;
}

.video-wrap.video-gallery {
    color: #ffffff;
    display: block;
    overflow: hidden;
    max-width: 370px;
}

.fa.fa-play {
  width: 70px;
height: 70px;
line-height: 61px;
border: 5px solid #ffffff;
border-radius: 50%;
text-align: center;
font-size: 25px;
float: right;
margin-left: 20px;
}

.video-wrap.video-gallery a {
    color: #fff;
}

.video-wrap.video-gallery h4 {
    font-size: 22px;
	color: #fff;
    font-weight: 700;
}

/****************** High cONTRAST Black and White  *******************************/

body.highcontrast, body.highcontrast #header_wrapper, body.highcontrast .course-area, body.highcontrast2 .counter-section, body.highcontrast2 .main-herader .navbar, body.highcontrast .overview_news, 
body.highcontrast .news_item_right {  background-color: #000; color: #fff;}
body.highcontrast .navbar-default, body.highcontrast .navbar-inverse, body.highcontrast .navbar-inverse .navbar-nav > li > a, body.highcontrast .top-para {
    background-color: #000; color: #fff;}
body.highcontrast .navbar-inverse .navbar-nav > li > a:hover, body.highcontrast .navbar-inverse .navbar-nav > li > a:focus
{ background-color: #000; color: #fff;}
body.highcontrast .service, body.highcontrast #service, body.highcontrast #about, body.highcontrast .footer_wrapper{color: #fff; background-color: #000;}

body.highcontrast .col-sm-4.sm-margin-b-2 {color: #8bfffb; background-color: #000; border: 1px solid #fff;}
body.highcontrast a { color: #000; text-decoration: none;}
body.highcontrast h2, body.highcontrast h3,  body.highcontrast .news_item_right h2 a,  body.highcontrast .news_item_right h4 { color: #fff;}
body.highcontrast .footer-col ul li a:hover { color: #fff;}

body.highcontrast .title-icon i, body.highcontrast .about-col h5,  body.highcontrast .features-col h4 {color: #fff; font-weight:600; }
body.highcontrast .slide-caption__title, body.highcontrast .slide-caption__desc, body.highcontrast .video-col h2, body.highcontrast .title-style h2 {color: #fff;}
body.highcontrast a.demo { background-color:Transparent !important;}
body.highcontrast .overlay-black:before, body.highcontrast .main-footer:before, body.highcontrast .slide__item:before   { background-color: #101212cc;}
body.highcontrast .title-icon:before, body.highcontrast .title-icon:after, body.highcontrast .copyright-bar { background: #000 !important;}
body.highcontrast .features-area .title-style h2, body.highcontrast .blog-section .title-style h2, body.highcontrast .test-item p  {color: #fff;}
body.highcontrast .my-btn { background: #000; color: #fff;}
body.highcontrast .test-item { background: rgba(9, 9, 9, 0.73);}
body.highcontrast h1 a, body.highcontrast h2 a, body.highcontrast h3 a, body.highcontrast h4 a, body.highcontrast h5 a, body.highcontrast h6 a { color: #000; text-decoration:none;}
body.highcontrast .main-herader .dropdown-menu .dropdown-item:hover {color: #000; background-color: #fff;}
body.highcontrast .test-item span, body.highcontrast .copyright-col p, body.highcontrast .footer-col ul li a { color: #fff;}
body.highcontrast .tags-col ul li:hover, body.highcontrast.tags-col ul li a { background-color: #000;}
body.highcontrast .overview_news_items, body.highcontrast .overview_news_items_pannel {background: #000; color: #fff;}

 body.highcontrast h2 a { text-decoration: none !important; }

/****************** High cONTRAST Black and Yellow  *******************************/

body.highcontrast2, body.highcontrast2 #header_wrapper, body.highcontrast2 .course-area, body.highcontrast2 .counter-section, body.highcontrast2 .main-herader .navbar, body.highcontrast2 .overview_news,
body.highcontrast2 .news_item_right { background-color: #000;  color: #ff0;}
body.highcontrast2 .navbar-default, body.highcontrast2 .navbar-inverse, body.highcontrast2 .navbar-inverse .navbar-nav > li > a, body.highcontrast2 .top-para {
    background-color: #000; color: #ffff00;}
body.highcontrast2 .navbar-inverse .navbar-nav > li > a:hover, body.highcontrast2 .navbar-inverse .navbar-nav > li > a:focus
{ background-color: #000; color: #ffff00;}
body.highcontrast2 .service, body.highcontrast2 #service, body.highcontrast2 #about, body.highcontrast2 .footer_wrapper, body.highcontrast2 .footer_bottom, body.highcontrast2 .footer_bottom span
{color: #ffff00; background-color: #000;}

body.highcontrast2 .col-sm-4.sm-margin-b-2 {color: #8bfffb; background-color: #000; border: 1px solid #ffff00;}
body.highcontrast2 a { color: #000; text-decoration: none;}
body.highcontrast2 h2, body.highcontrast2 .news_item_right h4 { color: #000;}

body.highcontrast2 .main-herader-two .navbar-expand-md .navbar-nav .nav-link { color: #ffff00; }
body.highcontrast2 .main-herader-two .navbar-expand-md .navbar-nav .nav-link:focus, body.highcontrast2 .main-herader-two .navbar-expand-md .navbar-nav .nav-link:hover { color: #ffff00; background-color: #000;  }
body.highcontrast2 .footer-col ul li a:hover, body.highcontrast2 .scrollup, body.highcontrast2 .footer-col ul li { color: #ffff00; background-color: #000; }

body.highcontrast2 .title-icon i, body.highcontrast2 .about-col h5,  body.highcontrast2 .features-col h4 {color: #ff0; font-weight:600; }
body.highcontrast2 .slide-caption__title, body.highcontrast2 .slide-caption__desc, body.highcontrast2 .video-col h2, body.highcontrast2 .title-style h2 {color: #ff0;}
body.highcontrast2 a.demo { background-color:Transparent !important;}
body.highcontrast2 .overlay-black:before, body.highcontrast2 .main-footer:before, body.highcontrast2 .slide__item:before   { background-color: #101212cc;}
body.highcontrast2 .title-icon:before, body.highcontrast2 .title-icon:after, body.highcontrast2 .copyright-bar { background: #000 !important;}
body.highcontrast2 .features-area .title-style h2, body.highcontrast2 .blog-section .title-style h2, body.highcontrast2 .test-item p  {color: #ff0;}
body.highcontrast2 .my-btn { background: #000; color: #ff0;}
body.highcontrast2 .test-item { background: rgba(9, 9, 9, 0.73);}
body.highcontrast2 h1 a, body.highcontrast2 h2 a, body.highcontrast2 h3 a, body.highcontrast2 h4 a, body.highcontrast2 h5 a, body.highcontrast2 h6 a { color: #000;}
body.highcontrast2 .main-herader .dropdown-menu .dropdown-item:hover {color: #000; background-color: #ff0;}
body.highcontrast2 .test-item span, body.highcontrast2 .copyright-col p, body.highcontrast2 .footer-col ul li a { color: #ff0;}
body.highcontrast2 .tags-col ul li:hover, body.highcontrast2.tags-col ul li a { background-color: #000;}
body.highcontrast2 .overview_news_items, body.highcontrast2 .overview_news_items_pannel, body.highcontrast2 .news_item_right h2 a {background: #000; color: #ff0; text-decoration:none;}


/****************** High cONTRAST Yellow and Black *******************************/

body.highcontrast3, body.highcontrast3 #header_wrapper, body.highcontrast3 .course-area, body.highcontrast3 .counter-section, body.highcontrast3 .main-herader .navbar, body.highcontrast3 .overview_news,
body.highcontrast3 .news_item_right { background-color: #ffff00;  color: #000000;}
body.highcontrast3 .navbar-default, body.highcontrast3 .navbar-inverse, body.highcontrast3 .navbar-inverse .navbar-nav > li > a, body.highcontrast3 h4, body.highcontrast3 h2, body.highcontrast3 .top-para
body.highcontrast3 .footer-col ul li a, body.highcontrast3 .footer-col h3,  body.highcontrast3 .slide-caption__desc { background-color: #ffff00;  color: #000000;}
body.highcontrast3 .navbar-inverse .navbar-nav > li > a:hover, body.highcontrast3 .navbar-inverse .navbar-nav > li > a:focus
{ background-color: #ffff00;  color: #000000;}
body.highcontrast3 .service, body.highcontrast3 #service, body.highcontrast3 #about, body.highcontrast3 .footer_wrapper, body.highcontrast3 .footer_bottom, body.highcontrast3 .footer_bottom span
{background-color: #ffff00;  color: #000000;}

body.highcontrast3 .col-sm-4.sm-margin-b-2 {background-color: #ffff00;  color: #000000; border: 1px solid #ffff00;}
body.highcontrast3 a { background-color: #ffff00;  color: #000000; text-decoration: none;}
body.highcontrast3 h2,  body.highcontrast3 .news_item_right h2 a,  body.highcontrast3 .news_item_right h4 { color: #000; }

body.highcontrast3 .main-herader-two .navbar-expand-md .navbar-nav .nav-link { color: #000; }
body.highcontrast3 .main-herader-two .navbar-expand-md .navbar-nav .nav-link:focus, body.highcontrast3 .main-herader-two .navbar-expand-md .navbar-nav .nav-link:hover { color: #ffff00;  background-color: #000000; }
body.highcontrast3 .footer-col ul li a:hover { color: #000 !import;}
body.highcontrast3 .footer-col ul li a, body.highcontrast3 .tags-col ul li, body.highcontrast3 .overview_news_items, body.highcontrast3 .top-para {color: #000; font-weight:600; background-color:#ff0;}
body.highcontrast3 .title-icon i, body.highcontrast3 .about-col h5,  body.highcontrast3 .features-col h4 {color: #000; font-weight:600; }
body.highcontrast3 .slide-caption__title, body.highcontrast3 .slide-caption__desc, body.highcontrast3 .video-col h2, body.highcontrast3 .title-style h2 {color: #000;}
body.highcontrast3 a.demo { background-color:Transparent !important;}
body.highcontrast3 .overlay-black:before, body.highcontrast3 .main-footer:before, body.highcontrast3 .slide__item:before   { background-color: #253136cc;}
body.highcontrast3 .title-icon:before, body.highcontrast3 .title-icon:after, body.highcontrast3 .copyright-bar { background: #ff0 !important;}
body.highcontrast3 .features-area .title-style h2, body.highcontrast3 .blog-section .title-style h2, body.highcontrast3 .test-item p  {color: #000;}
body.highcontrast3 .my-btn { background: #ff0; color: #000;}
body.highcontrast3 .test-item { background: rgba(255, 255, 0, 0.85);}
body.highcontrast3 h1 a, body.highcontrast3 h2 a, body.highcontrast3 h3 a, body.highcontrast3 h4 a, body.highcontrast3 h5 a, body.highcontrast3 h6 a { color: #000;}
body.highcontrast3 .main-herader .dropdown-menu .dropdown-item:hover {color: #ff0;}
body.highcontrast3 .test-item span, body.highcontrast3 .copyright-col p { color: #000;}
body.highcontrast3 .overview_news_items, body.highcontrast3 .overview_news_items_pannel {color: #000; background-color: #ff0;}

/****************** Night Mode *******************************/

body.night, body.night #header_wrapper, body.night .course-area, body.night .counter-section, body.night .main-herader .navbar, body.night .overview_news, body.night .news_item_right { background-color: #ccc;  color: #000000;}
body.night .navbar-default, body.night .navbar-inverse, body.night .navbar-inverse .navbar-nav > li > a {
    background-color: #ccc;  color: #000000;}
body.night .navbar-inverse .navbar-nav > li > a:hover, body.night .navbar-inverse .navbar-nav > li > a:focus
{ background-color: #ccc;  color: #000000;}
body.night .service, body.night #service, body.night #about{background-color: #c2c2c2;  color: #000000;}
 body.night .footer_wrapper, body.night .footer_bottom span,body.night .footer_bottom , body.night .overview_news_items {background-color: #b5b8ba;  color: #000000;}
body.night .col-sm-4.sm-margin-b-2{background-color: #ccc;  color: #000000; }
body.night a { background-color: #ccc;  color: #000000; text-decoration: none;}
body.night h2, body.night h2,  body.night .news_item_right h2 a,  body.night .news_item_right h4 { color: #000; }

body.night .main-herader-two .navbar-expand-md .navbar-nav .nav-link { color: #000; }
body.night .main-herader-two .navbar-expand-md .navbar-nav .nav-link:focus, body.night .main-herader-two .navbar-expand-md .navbar-nav .nav-link:hover { background-color: #ccc;  color: #000000;  }
body.night .footer-col ul li a:hover { color: #000;}
body.night .footer-col ul li a, body.night .tags-col ul li {color: #000; font-weight:600; background-color:#ccc;}
body.night .title-icon i, body.night .about-col h5,  body.night .features-col h4 {color: #000; font-weight:600; }
body.night .slide-caption__title, body.night .slide-caption__desc, body.night .video-col h2, body.night .title-style h2 {color: #fff;}
body.night a.demo { background-color:Transparent !important;}
body.night .overlay-black:before, body.night .main-footer:before, body.night .slide__item:before   { background-color: #3f535ce6;}
body.night .title-icon:before, body.night .title-icon:after, body.night .copyright-bar { background: #000;}
body.night .features-area .title-style h2, body.night .blog-section .title-style h2  {color: #000;}
body.night .my-btn { background: #000;}
body.night .test-item { background: rgba(33, 33, 35, 0.8);}


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

#jm-top-bar {
    padding: 5px;
    line-height: 20px;
	font-size: 0.8em;   
}

/************************/
.hide {
    display: none !important;
}
.btn.search {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  background-color: transparent;
color: #fff;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn.search:focus, .btn.search:active {
    outline: 0;
    box-shadow: none;
	 background-color: #d7a947;
}
.top-links { display: inline-flex;}

.top-links li a { color:#fff; font-size: 0.9em;}
.popover .btn.btn-primary { font-size: 0.9em;}

.popover.bs-popover-auto[x-placement^="bottom"], .popover.bs-popover-bottom {
    z-index: 9999;
}

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

 @media screen and (max-width: 1300px) {
.main-herader .navbar-expand-md .navbar-nav .nav-link {  padding: 25px 5px 5px 5px;}
.main-herader-two .navbar-expand-md .navbar-nav .nav-link { font-size: 0.9em; font-weight: 400;}
.main-herader .dropdown-menu .dropdown-item { font-size: 0.8em;}

 }
  @media screen and (max-width: 1200px) {
.main-herader .navbar-expand-md .navbar-nav .nav-link {  padding: 25px 5px 5px 5px;}
.main-herader-two .navbar-expand-md .navbar-nav .nav-link { font-size: 0.9em; font-weight: 400;}
.main-herader .dropdown-menu .dropdown-item { font-size: 0.8em;}

 }

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

.crop {
    
    height: 240px;
    overflow: hidden;
}
.my-btn {
    background: #D7A93F;
    color: #ffffff;
    font-size: 12pt;
    text-align: center;
    padding: 10px 15px;
    border-radius: 5px;
    border: none !important;
    clear: both;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
    z-index: 2;
}

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

address {
    display: block;
    color: #dbebf4;
}

.ft-w { width: 70%;}
.footer-col a {
    color: #fff;
}

/********************/
.share { display: block;  margin: 20px 15px 10px 15px;}
.centered { text-align: center;}

/* ------------------------------------
    22. CTA Section CSS
---------------------------------------*/

.y-bottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.rs-cta {
  position: relative;
}
.rs-cta .cta-img img {
  min-height: 425px;
  width: 100%;
}
.rs-cta .cta-content {
  position: absolute;
  width: 100%;
  max-width: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rs-cta.style1 {
  background: url(assets/images/bg/pattern1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}
.rs-cta.style1 .partition-bg-wrap {
  position: relative;
}
.rs-cta.style1 .partition-bg-wrap:after,
.rs-cta.style1 .partition-bg-wrap:before {
  position: absolute;
  content: '';
  width: 50%;
  height: 100%;
  bottom: 0;
  z-index: -1;
}
.rs-cta.style1 .partition-bg-wrap:after {
  background: #21a7d0;
  left: 0;
}
.rs-cta.style1 .partition-bg-wrap:before {
  background: #273c66;
  right: 0;
}
.rs-cta.style2 .video-wrap .popup-videos {
  color: #ffffff;
  display: block;
  overflow: hidden;
  max-width: 270px;
}
.rs-cta.style2 .video-wrap .popup-videos i {
  width: 70px;
  height: 70px;
  line-height: 61px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  float: left;
  margin-right: 20px;
}
.rs-cta.style2 .video-wrap .popup-videos i:before {
  padding-left: 5px;
}
.rs-cta.style2 .video-wrap .popup-videos .title {
  color: #ffffff;
}
.rs-cta.style2 .video-wrap .popup-videos:hover {
  opacity: 0.7;
}
.rs-cta.style2 .partition-bg-wrap {
  position: relative;
}
.rs-cta.style2 .partition-bg-wrap:after,
.rs-cta.style2 .partition-bg-wrap:before {
  position: absolute;
  content: '';
  width: 50%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.rs-cta.style2 .partition-bg-wrap:before {
  background: url(../images/admission/right-bg.jpg);
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.col-lg-6.pb-50.md-pt-100.md-pb-100 {
    padding-bottom: 7em;
}
.rs-cta.style2 .partition-bg-wrap:after {
  background: url(../images/admission/left-bg.jpg);
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}
.rs-cta.style2 .partition-bg-wrap.inner-page:before {
  background: url(../images/admission/left-bg2.png);
  background-size: cover;
}
.rs-cta.style2 .partition-bg-wrap.inner-page:after {
  background: url(../images/admission/right-bg2.png);
  background-size: cover;
}
.rs-cta.style3 {
  background: url(../images/bg/pattern1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}
.rs-cta.style3 .partition-bg-wrap {
  position: relative;
}
.rs-cta.style3 .partition-bg-wrap:after,
.rs-cta.style3 .partition-bg-wrap:before {
  position: absolute;
  content: '';
  width: 50%;
  height: 100%;
  bottom: 0;
  z-index: -1;
}
.rs-cta.style3 .partition-bg-wrap:after {
  background: #21a7d0;
  left: 0;
}
.rs-cta.style3 .partition-bg-wrap:before {
  background: #273c66;
  right: 0;
}
.rs-cta.style7 .partition-bg-wrap {
  background: none !important;
  position: relative;
}
.rs-cta.style7 .partition-bg-wrap:after,
.rs-cta.style7 .partition-bg-wrap:before {
  position: absolute;
  content: '';
  width: 50%;
  height: 100%;
  bottom: 0;
  z-index: -1;
}
.rs-cta.style7 .partition-bg-wrap:after {
  background: url(../images/admission/1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.rs-cta.style7 .partition-bg-wrap:before {
  background: url(../images/admission/2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
}
.rs-cta.section-wrap .content {
  max-width: 700px;
  padding-right: 90px;
}

.pl-62 {
    padding-right: 62px;
}
.pb-150 {
    padding-bottom: 150px;
}
.pt-134 {
    padding-top: 134px;
}
.col-lg-6.pb-50.md-pt-100.md-pb-100 {
    padding-bottom: 11em;
}

.readon2 {
  outline: none;
  border: none;
  padding: 12px 40px;
  border-radius: 3px;
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  font-family: "DroidNaskhb",Helvetica,Arial,sans-serif;
  font-weight: 500;
  color: #ffffff;
  background: #c11414;
  position: relative;
  overflow: hidden;
}
.readon2.banner-style {
  padding: 16px 40px;
}
.readon2.mod {
  text-transform: uppercase;
  padding: 14px 31px;
}
.readon2.transparent {
  background: transparent;
  color: #21a7d0;
  border: 1px solid #21a7d0;
}
.readon2.transparent:hover {
  color: #ffffff;
  background: #21a7d0;
}
.readon2:hover {
  background: #0f2145;
color: #ecbc50;
}
.para-space img, .about-col img {
    max-width: 350px;
}

.fa-5 {
    font-size: 7em !important;
    padding-top: 0.3em;
    color: #ecbc5087 !important;
}
.about-item2 {
    padding-right: 20px;
}

.counter-section .btn {
    border: 2px solid #ecbc50;
    color: #ffffff;
    background: #ecbc50;
    padding: 10px 25px;
    border: 2px solid #f4c964;
    color: #223053;
    background: #d7a93f;
    padding: 10px 25px;
	margin-left: 2em;
	font-size:1em;
}

.about-item2 h4 {
    margin-bottom: 20px;
    font-size: 1.7em;
    color: #e6bb5a;
    text-transform: none;
	margin-right: 0;
	height: 45px;
	text-align:right;
}

.about-item2 h3 {
    margin-bottom: 20px;
    font-size: 2em;
    color: #e6bb5a;
    text-transform: none;
	margin-right: 2em;
	height: 45px;
}
.about-item2 p {
    color: #fff;
    font-size: 1.2em;
	text-align: right;
	line-height: 1.7em;
}
.col-md-6.col-sm-12.pb50 {
    padding-bottom: 3em;
}
.icon {
    width: 58px;
    float: right;
    margin-left: 1em;
    position: relative;
    top: -20px;
}
/******************/
/*** 

====================================================================
	Sidebar Page Style
====================================================================

***/
.content-side.col-lg-8.col-md-8.col-sm-12.col-xs-12 {
    margin-bottom: 2em;
}

.sidebar-page-container{
	position:relative;
	padding:40px 0 0 ;
	background-color:#f2f2f2;
}

.sidebar-widget {
	position:relative;
	background:#ffffff;
	margin-bottom:30px;
	direction: rtl;
}

.sidebar-title{
	position:relative;
	padding:20px 25px;
	border-bottom:1px solid #e0e0e0;	
}

.sidebar-title:before{
	content:'';
	position:absolute;
	left:25px;
	bottom:-1px;
/*	height:1px;*/
	width:150px;
/*	background:#dda930;	*/
}

.sidebar-title h3{
	font-size:18px;
	text-transform:uppercase;
	color:#082547;
	font-weight:400;
	line-height:26px;	
}

.sidebar-widget hr{
	margin:10px 0px 15px;	
}

.sidebar-widget .widget-inner{
	position:relative;
	padding:25px 20px;
	background:#ffffff;
	display: block;
overflow: hidden;
}

.sidebar .search-widget{
	position:relative;
}

.sidebar .search-widget .form-group{
	 position:relative;
	 margin:0px;	
}

.sidebar .search-widget .form-group input[type="text"],
.sidebar .search-widget .form-group input[type="search"]{
	display:inline-block;
	width:97%;
	line-height:24px;
	padding:10px 15px 10px 50px;
	border:1px solid #f1f1f1;
	font-size:13px;
	background:#f3f3f3;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
	float: right;
    margin-right: 10px;
}

.sidebar .search-widget .form-group input[type="text"]:focus,
.sidebar .search-widget .form-group input[type="search"]:focus{
	border-color:#dda930;
}

.sidebar .search-widget .form-group input[type="date"]{

	display:inline-block;
	width:90%;
	line-height:24px;
	padding:10px 50px 10px 15px;
	border:1px solid #f1f1f1;
	font-size:13px;
	background:#f3f3f3;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
	float: right;
    margin-right: 10px;
}
.sidebar .search-widget .form-group label{
display:inline-block;
	/*width:30%;*/
	line-height:2px;
	padding:10px 50px 10px 15px;
	border:0px solid #ffffff;
	font-size:13px;
	background:#ffffff;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
	float: right;
    margin-right: 10px;
}

.sidebar .search-widget .form-group input[type="date"]:focus{
	border-color:#dda930;
}
.sidebar .search-widget .form-group button{
	position:absolute;
	left:0px;
	top:0;
	width:50px;
	height:47px;
	line-height:42px;
	text-align:center;
	font-size:14px;
	background:#dda930;
	color:#ffffff;
}

time i {
    margin-left: 7px;
}

.sidebar .links-widget ul{
	/*font-family:'Poppins',sans-serif;*/
}

.sidebar .links-widget ul li{
	position:relative;
}

.sidebar .links-widget ul li:before{
	content:'\f104';
	font-family:'FontAwesome';
	position:absolute;
	right:0px;
	top:4px;
	width:15px;
	line-height:24px;
	display:block;
	color:#2b3338;
}

.sidebar .links-widget ul li:last-child{
	border:none;	
}

.sidebar .links-widget ul li a{
	position:relative;
	display:block;
	line-height:24px;
	padding:5px 20px 5px 0px;
	color:#082547;
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;	
}

.sidebar .links-widget ul li a:hover{
	color:#dda930;	
}

.sidebar .news-widget .news-item{
	position:relative;
	padding-right:80px;
	margin-bottom:25px;
	min-height:65px;
}

.sidebar .news-widget .news-item .post-thumb{
	position:absolute;
	right:0px;
	top:0px;
	width:66px;	
}

.sidebar .news-widget .news-item .post-thumb:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:66px;
	/*border:33px solid transparent;
	border-bottom:10px solid #ffffff;*/	
}

.sidebar .news-widget .news-item .post-thumb img{
	display:block;
	width:100%;	
}

.sidebar .news-widget .news-item:last-child{
	margin-bottom:0px;	
}

.sidebar .news-widget .news-item h4{
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
	margin-bottom:0px;
	color:#082547;
	line-height:18px;
	max-width:300px;	
}

.sidebar .news-widget .news-item h4 a{
	color:#082547;		
}

.sidebar .news-widget .news-item h4 a:hover{
	color:#dda930;	
}

.sidebar .news-widget .news-item .time{
	color:#a4a4a4;
	font-size:12px;	
}

.comments-container{
	position:relative;
	margin-bottom:50px;
	background:#ffffff;	
}

.content-side .sidebar-title h3{
	font-size:18px;
}

.comments-container .inner-box{
	padding:0px 25px;	
}

.comments-container .comment-box{
	position:relative;
	padding:40px 0px 20px;
	border-bottom:1px solid #e5e5e5;
}

.comments-container .comment-box:last-child{
	border-bottom:none;	
}

.comments-container .comment-box .inner{
	position:relative;
	padding-left:90px;
	min-height:80px;
	font-size:14px;
	color:#6b6b6b;
}

.comments-container .comment-box .inner .image{
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
}

.comments-container .comment-box .inner .image:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	border:35px solid transparent;
	border-bottom:10px solid #ffffff;	
}

.comments-container .comment-box .inner .image img{
	display:block;
	width:100%;	
}

.comments-container .comment-box .author-title{
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	color:#082547;
	font-family:"DroidNaskh",Helvetica,Arial,sans-serif;	
}

.comments-container .comment-box .time{
	text-transform:capitalize;
	color:#a4a4a4;
	font-size:12px;
	margin-bottom:10px;	
}

.comments-container .comment-box .text{
	color:#6d6d6d;
	margin-bottom:10px;	
}

.comments-container .comment-box .reply-btn{
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	color:#082547;
	font-family:"DroidNaskh",Helvetica,Arial,sans-serif;
}

.comments-form-outer{
	position:relative;
	background:#ffffff;	
}

.comments-form-outer .inner-box{
	position:relative;
	padding:25px 25px;	
}

.comments-form-outer .form-group{
	 position:relative;
	 margin-bottom:22px;	
}

.comments-form-outer .form-group input[type="text"],
.comments-form-outer .form-group input[type="email"],
.comments-form-outer .form-group select,
.comments-form-outer .form-group textarea{
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 15px;
	border:1px solid #e0e0e0;
	height:56px;
	font-size:13px;
	background:#ffffff;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.comments-form-outer .form-group input[type="text"]:focus,
.comments-form-outer .form-group input[type="email"]:focus,
.comments-form-outer .form-group select:focus,
.comments-form-outer .form-group textarea:focus{
	border-color:#dda930;
	color:#dda930;
}

.comments-form-outer .form-group textarea{
	resize:none;
	height:150px;	
}

.comments-form-outer button.theme-btn{
	font-size:14px;
	font-weight:700;
	padding:12px 30px;	
}


.about-slider-area {
    padding: 60px 0 100px 0;
    background: #fff;
}
/*** 

====================================================================
	Default Blog Style
====================================================================

***/

.blog-page-body{
	background:#f1f1f1;	
}

.blog-posts-container{
	position:relative;
}

.default-blog-post{
	position:relative;
/*	margin-bottom:50px;	*/
}

.default-blog-post .inner-box{
	position:relative;
	border:1px solid #e0e0e0;
	margin:0 auto;
	background:#ffffff;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;		
}

.default-blog-post .inner-box:hover{
	-webkit-box-shadow:0px 0px 7px 5px rgba(0,0,0,0.05);
	-ms-box-shadow:0px 0px 7px 5px rgba(0,0,0,0.05);
	-o-box-shadow:0px 0px 7px 5px rgba(0,0,0,0.05);
	-moz-box-shadow:0px 0px 7px 5px rgba(0,0,0,0.05);
	box-shadow:0px 0px 7px 5px rgba(0,0,0,0.05);	
}

.default-blog-post .inner-most{
	position:relative;
	overflow:hidden;	
}

.default-blog-post .image-box{
	position:relative;	
}

.default-blog-post .image-box img{
	display:block;
	width:100%;	
}

.default-blog-post .lower-part{
	position:relative;
	padding-top:20px;
	padding-bottom:10px;
	margin-top:-20px;	
}

.default-blog-post .lower-part .left-curve{
	position:absolute;
	left:0px;
	top:-30px;
	width:52%;
	height:90px;
	background:#ffffff;
	border-top:7px solid #f1f1f1;
	-webkit-transform:rotate(-12deg);
	-ms-transform:rotate(-12deg);
	-o-transform:rotate(-12deg);
	-moz-transform:rotate(-12deg);
	transform:rotate(-12deg);
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;	
}

.default-blog-post .lower-part .right-curve{
	position:absolute;
	right:0px;
	top:-30px;
	width:52%;
	height:90px;
	background:#ffffff;
	border-top:7px solid #f1f1f1;
	-webkit-transform:rotate(12deg);
	-ms-transform:rotate(12deg);
	-o-transform:rotate(12deg);
	-moz-transform:rotate(12deg);
	transform:rotate(12deg);
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;	
}

.default-blog-post:hover .lower-part .left-curve,
.default-blog-post:hover .lower-part .right-curve{
	border-top-color:#dda930;	
}

.two-column .default-blog-post .lower-part .left-curve,
.two-column .default-blog-post .lower-part .right-curve{
	top:-10px;	
}

.default-blog-post .content{
	position:relative;
	padding:30px 40px 10px;
	z-index:1;	
}

.two-column .default-blog-post .content{
	padding:20px 30px 20px;
}

.default-blog-post .content h3{
	position:relative;
	font-size:1.35em;
	margin-bottom: 10px;
	color: #082547;
	font-weight: 500;
	padding-bottom: 5px;
	padding-right: 0;
	padding-top: 0px;
}

.blog-posts-container.two-column .default-blog-post .content h3{
	font-size:20px;	
}

.default-blog-post .content .author-info{
	color:#082547;
	text-transform:uppercase;
	margin-bottom:20px;
	font-size:12px;
}

.two-column .default-blog-post .content .author-info{
	margin-bottom:10px;	
}

.default-blog-post .content h3 a,
.default-blog-post .content .author-info a{
	color:#082547;	
}

.default-blog-post .content h3 a:hover,
.default-blog-post .content .author-info a:hover{
	color:#dda930;	
}

.default-blog-post .content .text{
	position:relative;
	font-size:16px;
	line-height:30px;
	margin-bottom:10px;
	color:#8e8e8e;	
}

.default-blog-post .content .more-link{
	position:relative;
}

.default-blog-post .content .read-more{
	position:relative;
	display:inline-block;
	line-height:20px;
	font-weight:700;
	font-size:14px;
	font-family:"DroidNaskh",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	border-bottom:1px solid transparent;
	color:#082547;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;	
}

.default-blog-post .content .read-more:hover{
	color:#dda930;
	border-color:#dda930;
}

.default-blog-post .date-box{
	position:absolute;
	margin-left:-30px;
	width:80px;
	height:60px;
	padding:12px 5px 5px;
	text-align:center;
	color:#ffffff;
	background:#dda930;
	font-size:12px;
	font-weight:700;
	line-height:20px;
	left: 95%;
	top: -40px;
}

.two-column .default-blog-post .date-box{
	top:-55px;	
}

.default-blog-post .date-box .day{
	font-size:24px;	
}

.blog-details .content .text{
	font-size:14px;	
	text-align: right;
}

.blog-details .content .text p{
	margin-bottom:20px;	
}

.blog-details .content .text p:last-child{
	margin-bottom:0px;	
}

.blog-details blockquote{
	border-left:6px solid #dda930;
	padding:15px 20px;
	background:#ffffff;
	font-size:14px;	
}

.blog-details .post-info{
	position:relative;
	border-top:1px solid #e0e0e0;
	direction: rtl;
}

.blog-details .post-info li{
	display:inline-block;
	padding:10px 25px;
	line-height:24px;
	text-transform:uppercase;
	color: #416f8e;
   font-size: 1em;
	border-left:1px solid #e0e0e0;	
	direction: rtl;
}

.blog-details .post-info li:last-child{
	border:none;	
}

.blog-details .post-info li .icon{
	line-height:24px;
	font-size:16px;
	padding-left:5px;	
}

.blog-details .post-info li a{
	color:#8e8e8e;	
}

.blog-details .post-info li strong{
	padding-left:5px;
		
}
@media(min-width:700px) {
.auto-container { max-width: 95% !important;}
}
/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
	font-family:"DroidNaskh",Helvetica,Arial,sans-serif;
	direction: rtl;
}

.styled-pagination li{
	position:relative;
	display:inline-block;
	margin:0px 3px 10px 0px;	
}

.styled-pagination li a{
	position:relative;
	display:block;
	line-height:24px;
	padding:6px 5px 4px;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	min-width:40px;
	border:2px solid rgba(0,0,0,0);	
	background:#ffffff;
	color:#1a1a1a;
	text-align:center;
	border-radius:3px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.styled-pagination li a .fa{
	line-height:24px;
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:#dda930;
	border-color:#dda930;	
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section{
	position:relative;
	padding:0px;
	margin-bottom:100px;
}

.contact-section .map-container{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	border-top:66px solid transparent;
	border-bottom:64px solid transparent;
}

.map-container .map-canvas{
	position:relative;
	width:100%;
}

.map-container .map-canvas .map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	font-family:'Roboto',sans-serif;	
}

.map-container .map-canvas .map-data h6{
	font-weight:600;
	text-transform:uppercase;
	font-size:14px;
	text-align:center;
	margin-bottom:5px;
	color:#181818;
	font-family:"DroidNaskh",Helvetica,Arial,sans-serif;	
}

.contact-section .contact-form-outer{
	position:relative;
	background:#ffffff;
	max-width:700px;
}

.contact-section .contact-form-outer .inner-box{
	position:relative;
	padding:40px 30px;	
}

.contact-section .contact-form-outer .row{
	margin-left:-10px;
	margin-right:-10px;	
}

.contact-section .contact-form-outer .form-group{
	 position:relative;
	 margin-bottom:20px;
	 padding:0px 10px !important;	
}

.contact-section .contact-form-outer .form-group label.error{
	display:block;
	line-height:20px;
	padding:10px 0px 0px;
	color:#ff0000;
	font-weight:normal;
	font-size:12px;
	text-transform:uppercase;	
}

.contact-section .contact-form-outer .form-group input[type="text"],
.contact-section .contact-form-outer .form-group input[type="email"],
.contact-section .contact-form-outer .form-group select,
.contact-section .contact-form-outer .form-group textarea{
	display:block;
	width:100%;
	line-height:24px;
	padding:14px 15px;
	border:1px solid #e0e0e0;
	height:54px;
	font-size:13px;
	background:#ffffff;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.contact-section .contact-form-outer .form-group input[type="text"]:focus,
.contact-section .contact-form-outer .form-group input[type="email"]:focus,
.contact-section .contact-form-outer .form-group select:focus,
.contact-section .contact-form-outer .form-group textarea:focus{
	border-color:#dda930;
	color:#dda930;
}

.contact-section .contact-form-outer .form-group input.error,
.contact-section .contact-form-outer .form-group select.error,
.contact-section .contact-form-outer .form-group textarea.error{
	border-color:#ff0000;
	color:#ff0000;
}

.contact-section .contact-form-outer .form-group textarea{
	resize:none;
	height:150px;	
}

.contact-section .contact-form-outer button.theme-btn{
	font-size:14px;
	font-weight:700;
	padding:14px 35px;	
}

.contact-section .contact-info{
	position:relative;
	background:#142326;
	padding:10px 20px 0px;
	color:#ffffff;	
}

.contact-section .contact-info .column{
	position:relative;
	float:left;
	min-width:80px;
	margin:0px 25px 10px;
}

.contact-section .contact-info .info-box{
	position:relative;
	padding-left:45px;	
}

.contact-section .contact-info .info-box .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	width:40px;
	line-height:42px;
	color:#ffffff;
	font-size:26px;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.contact-section .contact-info .info-box:hover .icon-box{
	color:#dda930;	
}

.contact-section .contact-info .info-box li{
	position:relative;
	line-height:20px;
	margin:0px 0px;
	color:#ffffff;
	text-transform:uppercase;
}

.contact-section .contact-info .info-box li .small-title{
	font-size:10px;
	letter-spacing:1px;	
}

.contact-section .contact-info .info-box li a{
	color:#ffffff;		
}

.contact-section .contact-info .info-box strong{
	font-weight:700;
	color:#ffffff;
	font-size:12px;
	font-family: "DroidNaskh",Helvetica,Arial,sans-serif;
}

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

.container1 {
    max-width: 85%;
    margin: 0 auto;
}