@charset "utf-8";

/* GOOGLE FONTs */
@import url('../https%40fonts.googleapis.com/css%40family%3dOxygen_3A400%2c700.html');
@import url('../https%40fonts.googleapis.com/css%40family%3dAlegreya%2bSans%2bSC_3A400%2c400i%2c500%2c500i%2c700%2c700i.html');
@import url('../https%40fonts.googleapis.com/css%40family%3dDancing%2bScript_3A400%2c700.html');

/* OTHER IMPORTED CSS */
@import "font-awesome.min.css";
@import "icofont.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";


/*****=====*****=====*****=====*****=====
    02. General CSS
=====*****=====*****=====*****=====*****/

body {

    font-family: 'Cairo', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    color: #4c4c4c;
    position: relative;
    background:#fcfcfb;

    overflow-x: hidden;
}

@font-face {
    font-family: Storyboo;
    src: url(Storyboo.html);
}

.story-bok-font{
    font-family: Storyboo;
}

/* Common CSS */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Alegreya Sans SC', sans-serif;
    color: #111111;
    line-height: 1.2;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    text-transform: uppercase;
}
p {
    margin: 0;
    padding: 0;
}
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;
    color:#221d40;
}
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;
    color:#000;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
img {
   /* width: 100%;
    max-width: 100%;*/
    height: auto;
}
.img-hover-item img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

/* Form CSS */

.form-control {
    resize: none;
    height:39px;
    border-radius:3px !important;
    margin-bottom: 30px;
    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: #FFB606;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    padding:9px 25px;
    border-radius: 0;
    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;
}
.my-btn:hover {
    color: #ffffff;
    background: #222222;
    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;
}

.main-page-quote {
     background: none;
    color: #232323;
    /* float: left; */
    font-size: 15px;
    margin: 0 auto;
    padding: 26px 0 81px 0;
    text-align: center;
    width: 548px;
    font-weight:500;
    margin-top:23px;
    margin-bottom:34px;
    border-top: 1px solid #221d40;
    border-bottom: 1px solid #221d40;
}
.main-page-quote p{
    float:left;
    margin: 0 0 0 37px;
}
.main-page-quote p span {
  border: 2px solid #221d40;
    color: #111;
    float: left;
    font-size: 42px;
    font-weight: bold;
    height: 38px;
    line-height: 54px;
    text-align: center;
    width: 38px;
    margin-right: 21px;
}

.panel.date {
    margin: 0px;
    width: 60px;
    text-align: center;
}

.panel.date .month {
    padding: 2px 0px;
    font-weight: 700;
    text-transform: uppercase;
}

.panel.date .day {
    padding:0px 0px;
    font-weight: 700;
    font-size: 1.5em;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    border-bottom: 1px solid #f0f0ef;
    align-items: flex-start;
    padding: 0 0 21px 0;
    margin-bottom: 27px;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-heading {
    padding:2px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

/* 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, 0, 0, 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:40px;
    text-align: center;
}
.section-title .title-style {
    position: relative;
    display: inline-block;
}
.section-title .title-style h2 {
    font-size:28px;
    line-height: 30px;
    margin-bottom: 0;
        margin-top: 27px;
}
.title-icon {
    width: 80px;
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
}
.title-icon:before {
    content: "";
    width: 100px;
    height: 2px;
    background: #FFB606;
    position: absolute;
    top: 18px;
    left: -90px;
}
.title-icon:after {
    content: "";
    width: 100px;
    height: 2px;
    background: #FFB606;
    position: absolute;
    top: 18px;
    right: -90px;
}
.title-icon i {
    color: #FFB606;
    font-size: 40px;
}
.section-title p {
    font-weight: bold;
    margin-top: 20px;
}
.account-col{
    width:100%;
    float: left;
}
.panel-body {
    padding:0px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.media:first-child {
    margin-top: 0;
}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel.date .month {
padding: 0px 0px;
    font-weight: 500;
    text-transform: uppercase;
    background:#221d40;
}
.panel-danger>.panel-heading {
 color: #fff;
    background-color: #878787;
    border-color: #ececec;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel {
    margin-bottom: 20px;
    background-color:#fefefd;
    border: 1px solid transparent;
    float:left;
    width:100%;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
    margin: 0 18px 0 19px;
}
.text-danger {
    color: #222!important;
    font-weight: 500 !important;
    font-size:16px !important;
}
.media-heading {
    cursor:pointer;
      margin-top: 1px;
    margin-bottom: 5px;
    font-size: 15px;
}
.media:first-child {
    margin-top:21px;
}
.media:last-child {
    border-bottom:none !important;
}
.media {
    margin-top: 15px;
}



/* Preloader CSS */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999999;
}
.tab-content {
    padding: 20px;
    border: 1px solid #dddddd;
    border-top: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
   background:none !important;
}
.about-corner{
   width: 100%;
    background:#eeeeee;
    padding:8px;
    margin:0px 0 0 0; 
    position:relative; 
    border-radius:2px; 
    cursor:pointer; 
}
.about-corner img{
    width:100%; 
     max-width: 100%;
    -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.about-corner:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


#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;
}
.footer-col h3{
    font-size:21px ;
}
/* Scrollup CSS */
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    display: none;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    border:1px solid #fff;
    font-size: 20px;
}
.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: #FFB606;
}
.page-pagination .pagination>li>a:hover {
    color: #ffffff;
    background: #FFB606;
}
.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: #FFB606;
}
.header-topbar-col {
    padding:5px 0;
}
.header-topbar-col ul li {
    float: left;
    margin-right: 20px;
}
.header-topbar-col ul li p {
    color: #737373;
    margin-top:0px;
}
.header-topbar-col ul li p i {
    margin-right: 5px;
    color: #737373;
}
.fa-facebook-f:before, .fa-facebook:before {
    color:#fff;
}
.fa-twitter:before {
    color:#fff;
}
.fa-google-plus:before {
    color:#fff;
}
.header-topbar-col p a {
    color: #737373;
}
.social-link-group {
    text-align: right;
}

.social-link-group a {
    margin-left: 12px;
    border-radius: 21px;
    width: 24px;
    float: right;
    text-align: center;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
}
.social-link-group a i {
    color: #737373;
}

/* Navbar CSS start */
.main-herader .navbar-brand img {
    width:auto;
}
.main-herader .navbar-expand-md .navbar-nav .nav-link {
    color: #333333;
    text-transform: uppercase;
    margin-left: 22px;
    padding: 25px 0px;
}
.main-herader .navbar-expand-md .navbar-nav .nav-link:hover {
    color: #221d40;
}
.navactive{
  color: #221d40 !important;
    border-bottom: 2px solid;
    padding-bottom:9px !important;
}
.main-herader .dropdown-menu {
    padding: 0;
    border-radius: 0;
    top: 100%;
    margin-top: -1px;
    width: 210px;
    border-top: 3px solid #FFB606;
}
.main-herader .dropdown-menu .dropdown-item {
    padding: 10px 15px;
    text-transform: uppercase;
}
.main-herader .dropdown-menu .dropdown-item:hover {
    color: #FFB606;
    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:7px 0 12px 0;
}


.header-topbar{
  background:#f0f0f0 !important;
  border-bottom: 1px solid #c2c2c2;
}

/* 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: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background: #ffffff;
       -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;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.25);
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
}

/* main-herader-two */
.main-herader-two {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: transparent;
}
.main-herader-two .header-topbar {
    background: transparent;
    border-bottom: 1px solid rgb(146, 142, 142);
}
.main-herader-two .navbar-expand-md .navbar-nav .nav-link {
    color: #ffffff;
}
.main-herader-two .navbar-expand-md.nav.sticky .nav-link {
    color: #333333;
}


/*--------------------------------
    04. Slider CSS Start
----------------------------------*/
.homepg-banner-slider li img{
    max-height: 510px;
    max-width: 445px;
}
.homepg-banner-slider li{
    margin-right: 10px; 
}
.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(0, 0, 0, 0.6);
}
.item-bg-1 {
    /*background: url(../images/slider/1.jpg);*/
    background: url(../images/slider/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
}
.item-bg-2 {
    /*background: url(../images/DJI_0015.JPG);*/
    background: url(../images/slider/2.jpg);
    /*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-4 {
    background: url(../images/slider/4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
}
.item-bg-5 {
    background: url(../images/slider/5.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;
}

.slide-caption__title {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.slide-caption__title:before{
  content: '';
  width: 20%;
  border-bottom: 2px solid #FFB606;
  display: block;
  margin: 0 auto;
}
.slide-caption__desc {
    font-size: 18px;
    color:#eaeced !important;
    letter-spacing:1px;
    margin-bottom: 20px;
}
.slide-caption .btn {
    border: 2px solid #FFB606;
    color: #ffffff;
    background: #FFB606;
    padding: 10px 25px;
}
.slide-caption .btn:hover {
    color: #FFB606;
    background: transparent;
}
.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 flipInX 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: #FFB606;
    color: #ffffff;
}
/* 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;
}
.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;
}


/*--------------------------------
    06. About CSS Start
----------------------------------*/
.about-section {
    padding:40px 0 0 0;
    overflow: hidden;
}
.about-col {

}
.about-col h2 {
    font-size:28px;
    margin-bottom: 5px;
}
.about-col h5 {
        font-size: 13px;
    /* color: #FFB606; */
    margin-bottom: 20px;
    font-style: italic;
    letter-spacing: 3px;
    font-weight: 500;
        line-height: 26px;
}
.para-space {
    margin-bottom:25px;
}
.about-item {
    position: relative;
    padding-left: 80px;
    margin-bottom: 30px;
}
.about-item i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 35px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #ffffff;
    background: #FFB606;
    -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;
}


/* About Two CSS Start */
.about-two-section {
    padding:66px 0 70px;
}
.about-two-section .about-col {
    margin-bottom: 30px;
}
.about-two-section .about-img {
    margin-bottom: 30px;
}
.about-box {
    margin-bottom: 30px;
    background: #FFB606;
    padding: 20px;
    position: relative;
}
.about-box h2 {
      position: absolute;
    right: 3px;
    top: -12px;
    z-index: 0;
    color: #fff;
    opacity: 0.4;
    font-size: 69px;
}
.about-box h4 {
       color: #ffffff;
    font-size: 17px;}
.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: #FFB606;
    font-size: 100px;
}

/*--------------------------------
    08. Course CSS Start
----------------------------------*/
.course-area {
    padding: 10px 0 50px;
}
.course-col {
    margin-bottom: 50px;
}
.course-image img {
    width:100%; 
}
.course-image {
    position: relative;
        background: #d3d3d3;
    padding: 6px;
}
.course-col:hover .over-shadow {
    opacity: 1;
}
.course-cost {
    position: absolute;
    left: -12px;
    top: 20px;
    z-index: 99;
    padding: 5px 20px;
    background: #FFB606;
}
.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 #FFB606;
    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;
    font-size: 18px;
    text-align: center;
}
.course-item h4 a {
    color: #111111;
}
.course-item h4 a:hover {
    color: #221d40;
}
.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: #FFB606;
    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: #FFB606;
}
.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: #FFB606;
}
.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: #FFB606;
}
.sidebar-search-box .input-group-btn .btn {
    height: 45px;
    width: 60px;
    background: #FFB606;
}
.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: #FFB606;
}
.sidebar-post {
    margin-bottom: 50px;
}
.sidebar-post ul li {
    position: relative;

    margin-bottom:10px;
}
.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: #FFB606;
}
.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: #FFB606;
    -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/1.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: #FFB606;
}
.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;
}


/*--------------------------------
    10. Teachers CSS Start
----------------------------------*/
.teachers-area {
    padding: 10px 0 70px;
}
.teachers-col {
    margin-bottom: 30px;
    text-align: center;
}
.teachers-col .teacher-img {
    position: relative;
    background: #d3d3d3;
    padding: 6px;
}
.teachers-col .teacher-img img{
   /* position: relative;*/
    width:100% 
}
.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: #FFB606;
}
.teachers-col h4 {
  margin-bottom: 0;
    padding: 20px 10px;
    /* background: #f5f5f5; */
    font-size: 19px;
}
.teachers-col h4 a {
    color: #111111;
}
.teachers-col h4 a:hover {
    color: #FFB606;
}
.teacher-img a .link {
       background: #FFB606;
    padding: 10px;
    position: absolute;
   /* right: 0;
    bottom: 0;*/
    z-index: 2;
    top: 50%;
    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: #FFB606;
}
.teacher-biography ul li a i {
    margin-right: 5px;
    color: #595959;
}
.teacher-biography ul li a i:hover {
    color: #FFB606;
}
.teacher-biography p {
    background: #dddddd;
    padding: 20px 20px;
}





/*--------------------------------
    11. Separator CSS Start
----------------------------------*/
.separator-section {
    padding: 100px 0 0;
    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: 400px;
    height: auto;
    margin-top: -160px;
}
.separator-col h4 {
    color: #ffffff;
    margin-bottom: 20px;
}
.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:37px 0;
    overflow-x: hidden;
    margin-bottom:68px;
}
.portfolio-nav {
    float: none;
    text-align: center;
    margin-bottom: 45px;
    margin-top: 33px;
}
.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;
    border-color:#efeeed;  

     line-height:34px; 
        float: none;
    min-width:68px;
    text-align: center;
    margin-right:9px;
    position: relative;
    vertical-align: top;
    border-style: solid;
    display: inline-block;
    border-width: 0px 0px 1px 0px;
}
.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;
    background: #221d40;
    color:#fff; 
}
.event-active{
    background: #221d40; 
    color:#fff; 
}

.filtr-item {
    width: 33.25%;
    padding: 0;
}
.padd0 {
    padding: 0;
}

/* Image Hover */
.img-hover-item {
   position: relative;
    overflow: hidden;
    background: #fff;
    padding: 11px;
    margin: 0 11px 11px 0;
}
.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: #FFB606;
}
.img-hover-item i {
    font-size: 30px;
    color: #FFB607;
    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: #FFB606;
}




/*--------------------------------
    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, 0, 0, 0.5);
}
.test-image {
    position: relative;
    padding-left: 100px;
    margin-bottom: 30px;
}
.test-item img {
    position: absolute;
    left: 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: 12px;
    color: #FFB606;
}
.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: #FFB606;
}




/*--------------------------------
    14. Blog CSS Start
----------------------------------*/
.blog-section {
    padding: 100px 0 70px;
}
.blog-col {
    margin-bottom: 30px;
    position: relative;
}
.blog-img {
    position: relative;
    overflow: hidden;
    height:314px;
}
.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: #FFB606;
    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 #FFB606;
    border-top: 43px solid transparent;
}
.post-date h3 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 0;
}
.blog-col h4 {
 margin-bottom: 6px;
    margin-top: 15px;
    font-size: 16px;
}
.blog-col h4 a {
    color: #FFB606;
}
.blog-col h4 a:hover {
    color: #FFB606;
}
.info-bar {
    background: #FFB606;
    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: 100px 0 70px;
}
.blog-single-col {
    margin-bottom: 30px;
}
.blog-single-col h2 {
    margin: 20px 0;
}




/*--------------------------------
    15. Subscribe CSS Start
----------------------------------*/
.subscribe-area {
    background: #FFB607;
    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:60px 0;
    text-align: center;
    background:url(../images/bg/5.jpg) no-repeat 5px -72px;


    background-size: cover;
}
.page-title-box {
    text-align: left;
}
.page-title-box h2 {
    font-size:36px;
    color: #ffffff;
    position: relative;
    margin-bottom: 30px;
}
.page-title-box h2 span {
    color: #FFB606;
}
.page-title-box h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 40px;
    height: 3px;
    background: #FFB606;
}
.page-title-box p {
    color: #ffffff;
    text-transform: uppercase;
}
.page-title-box p a {
    color: #ffffff;
}
.page-title-box p a:hover {
    color: #FFB606;
}

/* Pagination CSS*/
.my-pagination {
    margin-bottom: 30px;
}
.my-pagination .pagination {
    margin-bottom: 30px;
}
.my-pagination .page-link {
    color: #FFB606;
    border-color: #FFB606;
}


/* History CSS Start */
.history-section {
    padding:42px 0;
}
.history-item {
    text-align: center;
}
.history-img {
    position: relative;
}
.history-img h3 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: #FFB606;
    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: #FFB606;
    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: #FFB606;
}
.account-area .form-check {
    margin-bottom: 20px;
}


/*--------------------------------
    18. FAQ CSS Start
----------------------------------*/
.faq-area {
    padding:0px 0;
}
.panel-heading .accordion-toggle:after {
    content: "\f106";
    font-family: FontAwesome;
    float: right;
    font-size: 20px;
    color: #ffffff;
}
.table-style .today {background: #f2f2f2; color: #777;}
.table-style th:nth-of-type(7),td:nth-of-type(7) {color: blue;}
.table-style th:nth-of-type(1),td:nth-of-type(1) {color: red;}
.table-style tr:first-child th{background-color:#F6F6F6; text-align:center; font-size: 15px;}
.table-bordered td, .table-bordered th{
    text-align:center;
}
.panel-heading .accordion-toggle.collapsed:after {
    content: "\f107";
}
.faq-col h1 {
    margin-bottom: 30px;
}
.panel-group{
    margin:33px 0 0 0;
}
.faq-col .panel-title {
    font-size: 18px;
    background: #FFB606;
    color: #ffffff;
    padding:6px 10px;
    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: 0px;
}





/*--------------------------------
    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: #FFB606;
}
.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: #FFB606;
    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: #FFB606;
    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: #FFB606;
    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 a{
    color:#4c4c4c ;
}
.contact-infobox a:hover{
    color:#221d40 ;

}

.contact-infobox {
    padding: 30px 30px;
  
    border-top: none;
    border-bottom: none;
}
.contact-infobox i {
    color: #FFB606;
    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: #FFB606;
    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: 80px 0 50px;
    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(0, 0, 0, 0.9);
}
.footer-col {
    padding-bottom: 30px;
}
.footer-col img {
    margin-bottom: 30px;
    width: 200px;
    height: auto;
}
.footer-col h3 {
    color: #FFB606;
    margin-bottom: 40px;
}
.footer-col h3 span {
    color: #FFB606;
}
.footer-col p {
    color: #ffffff;
}
.footer-col .top-para {
    margin-bottom: 20px;
    text-align: justify;
}
.footer-col ul li {
     margin-bottom: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #717171;
}
.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: #FFB606;
    -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: #FFB606;
}

.address-col ul {
    /*margin-top: 20px;*/
    border-right: 1px solid #fff;
}
.address-col ul li {
    border-bottom: none;
    color: #ffffff;
}
.address-col ul li i {
    width: 25px;
    font-size: 20px;
}

/* Footer Two CSS */
.main-footer-two {

}
.tags-col ul li {
    display: inline-block;
    border: 1px solid #717171;
    margin-bottom: 15px;
    margin-right: 10px;
    padding: 8px 18px;
    -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:last-child {
    border-bottom: 1px solid #717171;
}
.tags-col ul li:hover {
    background: #FFB606;
    border-color: #FFB606;
    -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:#221d40;
	color:#fff;
}
.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: #FFB606;
    -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: #fff;
}
.copyright-col p a {
    color: #FFB606;
}





/*--------------------------------
    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 #FFB606;
    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 #FFB606;
}
.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: #FFB606;
    font-size: 50px;
}
.header-content .btn {
    font-style: 16px;
    background: #FFB606;
    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;
}

#event_pg_sports_slick img, #event_pg_yoga_slick img, #event_pg_foundatn_slick img{
    margin-right: 10px;
    max-height: 240px;
}
#event_pg_sports_slick .slick-arrow::before, #event_pg_yoga_slick .slick-arrow::before, #event_pg_foundatn_slick .slick-arrow::before {
    color: #B5B5B5;
    font-size: 25px;
}
#event_pg_sports_slick .slick-prev, #event_pg_yoga_slick .slick-prev, #event_pg_foundatn_slick .slick-prev {
    left: -35px;
}

.slick-title-box {
    margin-top: 35px;
}
.slick-title-box h3{
    font-size: 33px;
    position: relative;
    margin-bottom: 20px;
}
.slick-title-box h3 span{
    color: #221d40;
}
/*.slick-title-box h3::before{
    content: "";
    position: absolute;
    left: 3px;
    bottom: -5px;
    width: 40px;
    height: 3px;
    background: #FFB606;
}
*/.slick-title-box h3::after{
    clear: both;
}
.facilities-pg-all-fac .col-md-6, .facilities-pg-all-fac .col-md-4, .facilities-pg-all-fac .col-md-5, .facilities-pg-all-fac .col-md-7, .facilities-pg-all-fac .col-md-12{
    margin-bottom: 20px;
}
.facility_bx_wrapper .about-box{
     background: #fa8910;
    opacity: 0.8;
    margin: 0;
    border-radius: 4px;
}
.facility_bx_wrapper{
    padding:25px 10px 25px 10px;
        border-radius: 5px
}

@media only screen and (max-width: 360px){
    .slick-title-box h3{
        font-size: 20px;
    }
    .branch_pg_carousl, #event_pg_sports_slick, #event_pg_yoga_slick, #event_pg_foundatn_slick{
        max-width: 90%;
        margin: 0 auto;
    }
    #event_pg_sports_slick img, #event_pg_yoga_slick img, #event_pg_foundatn_slick img{
        max-height: 180px !important;
        min-height: 180px !important;
    }
}
@media only screen and (min-width: 361px) and (max-width: 768px){
    .slick-title-box h3{
        font-size: 22px;
    }
    .branch_pg_carousl, #event_pg_sports_slick, #event_pg_yoga_slick, #event_pg_foundatn_slick{
        max-width: 90%;
        margin: 0 auto;
    }
    #event_pg_sports_slick img, #event_pg_yoga_slick img, #event_pg_foundatn_slick img{
        max-height: 180px !important; 
        min-height: 180px !important;
    }
}