@charset "utf-8";



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

/* GOOGLE FONTs */
@import url('https://fonts.googleapis.com/css?family=Oxygen:400,700');
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:400,400i,500,500i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700');

/* 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 
=====*****=====*****=====*****=====*****/
.error_msg {
	color: red;
	    margin-top: -20px;
}
body {
    background: #ffffff;
    font-family: 'Oxygen', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: #4c4c4c;
    position: relative;
    overflow-x: hidden;
}

/* Common CSS */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Titillium Web', sans-serif;
    color: #0090d7;
    line-height: 1.2;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
   
}
p {
    margin: 0;
    padding: 0;
	text-align: justify;
}
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 {

    padding: 0;
}
ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
img {
    width: auto;
    max-width: 100%;
    height: 45%;
}


/* Form CSS */

.form-control {
    resize: none;
    height: 35px;
    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: #007ec7;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    padding: 15px 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;
}





/* 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.49)
}
.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: #007ec7;
    position: absolute;
    top: 18px;
    left: -90px;
}
.title-icon:after {
    content: "";
    width: 100px;
    height: 2px;
    background: #007ec7;
    position: absolute;
    top: 18px;
    right: -90px;
}
.title-icon i {
    color: #007ec7;
    font-size: 40px;
}
.section-title p {
    font-weight: bold;
    margin-top: 20px;
}



/* 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;
    right: 20px;
    z-index: 99999;
    background-color: #007ec7;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    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: #007ec7;
}
.page-pagination .pagination>li>a:hover {
    color: #ffffff;
    background: #007ec7;
}
.page-pagination-left {
    text-align: left;
}
.page-pagination-right {
    text-align: right;
}

/*--------------------------------
    03. Header CSS Start
----------------------------------*/

@media (max-width: 767px) {
   
   .header-topbar-col ul li p {
    color: #ffffff;
    margin-top: 10px !important;
} 
    
}
.main-herader {
    position: relative;
    background: #ffffff;
}

/* Header Top CSS Start */
.header-topbar {
    background: #0090d7;
}
.header-topbar-col {
margin-top: -15px;
}
.header-topbar-col ul li {
    float: left;
    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 {
    margin: 0;
    padding: 0;
	    margin-left: 130px;
}

.social ul {
    margin: 0;
  
}

.social ul li {
    
    list-style: none outside none;
    display: inline-block;
}

.social i {
    width: 27px;
    height: 27px;
    color: #FFF;
    /* background-color: #909AA0;
    font-size: 22px; */
    text-align: center;
    padding-top: 8px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social i:hover {
    color: #FFF;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social .fa-facebook:hover {
    background: #4060A5;
}

.social .fa-twitter:hover {
    background: #00ABE3;
}

.social .fa-whatsapp:hover {
    background: #8bc34a;
}
.social .fa-linkedin:hover {
    background: #4060A5;
}

.social .fa-flickr:hover {
    background: #FF57AE;
}

.social .fa-instagram:hover {
    background: #375989;
}

.social .fa-youtube:hover {
    background: #FF1F25;
}



/* Navbar CSS start */
.main-herader .navbar-brand img {
    width: 475px;
    margin-left: 10px;
}
.main-herader .navbar-expand-md .navbar-nav .nav-link {
    color: #000000;
    margin-left: 0;
    padding: 5px 5px;
    line-height: 35px;
    font-size: 13px;
    border-radius: 8px;
    font-weight: bold;
}
.main-herader .navbar-expand-md .navbar-nav .nav-link:hover{
    color: #0090d7;
    border-radius: 8px;
}
.main-herader .navbar-expand-md .navbar-nav #dona{
    font-style: italic;
    color:#0090d7;
    font-weight: bold;
    font-size:15px;
}
.main-herader .navbar-expand-md .navbar-nav #dona:hover{
    color: #8BC34A;
}
.main-herader .dropdown-menu {
    padding-left: 0 0 0 10px;
    border-radius: 0 0 10px 10px;
    top: 100%;
    margin: 0 0 0 20px;
    width: 210px;
    border-top: 3px solid #0090d7;
}
.main-herader .dropdown-menu .dropdown-item {
   
    
}
.main-herader .dropdown-menu .dropdown-item:hover {
    color: #007ec7;
    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: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: #ffffff;
    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;
}

/* 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
----------------------------------*/
.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;
    
}
.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;
}
.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 #007ec7;
  display: block;
  margin: 0 auto;
}
.slide-caption__desc {
    font-size: 18px;
    font-style: italic;
    color: #fff;
    letter-spacing: 5px;
    margin-bottom: 20px;
}
.slide-caption .btn {
    border: 2px solid #007ec7;
    color: #ffffff;
    background: #007ec7;
    padding: 10px 25px;
}
.slide-caption .btn:hover {
    color: #007ec7;
    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: #007ec7;
    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: 0;
    overflow: hidden;
}
.about-col {
    
}
.about-col h2 {
    font-size: 20px;
    margin-bottom: 5px;
}
.about-col h5 {
    font-size: 16px;
    color: #007ec7;
    margin-bottom: 20px;
    font-style: italic;
    letter-spacing: 5px;
    font-weight: 500;
}
.para-space {
    margin-bottom: 30px;
	text-align: justify;
}
.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: #007ec7;
    -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: 20px 0 70px;
}
.about-two-section .about-col {
    margin-bottom: 30px;
}
.about-two-section .about-img {
    margin-bottom: 30px;
}
.about-box {
    margin-bottom: 30px;
    background: #007ec7;
    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: #007ec7;
    font-size: 100px;
}

/*--------------------------------
    08. Course CSS Start
----------------------------------*/
.course-area {
    padding: 20px 0 50px;
}
.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: #007ec7;
}
.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 #007ec7;
    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;
}
.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: #007ec7;
    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: #007ec7;
}
.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: #007ec7;
}
.middele-comment {
    margin-left: 60px;
}
.form-field {
    margin-top: 50px;
}
textarea {

}

/* Sidebar CSS */
.sidebar-col {
    margin-bottom: 30px;
}
.sidebar-search-box {
    margin-bottom: 50px;
}
.sidebar-search-box .input-group .form-control {
    height: 45px;
    border-color: #007ec7;
}
.sidebar-search-box .input-group-btn .btn {
    height: 45px;
    width: 60px;
    background: #007ec7;
}
.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: #007ec7;
}
.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: #007ec7;
}
.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: #007ec7;
    -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: 40px 0 0px;
    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: #007ec7;
}
.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: 40px 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: #007ec7;
}
.teachers-col h4 {
    margin-bottom: 0;
    padding: 20px 10px;
    background: #f5f5f5;
}
.teachers-col h4 a {
    color: #111111;
}
.teachers-col h4 a:hover {
    color: #007ec7;
}
.teacher-img a .link {
    background: #007ec7;
    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: #007ec7;
}
.teacher-biography ul li a i {
    margin-right: 5px;
    color: #595959;
}
.teacher-biography ul li a i:hover {
    color: #007ec7;
}
.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: 20px 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: #007ec7;
}
.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: #007ec7;
}




/*--------------------------------
    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: #007ec7;
}
.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: #007ec7;
}




/*--------------------------------
    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: #007ec7;
    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 #007ec7;
    border-top: 43px solid transparent;
}
.post-date h3 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 0;
}
.blog-col h4 {
    margin-bottom: 15px;
}
.blog-col h4 a {
    color: #007ec7;
}
.blog-col h4 a:hover {
    color: #007ec7;
}
.info-bar {
    background: #007ec7;
    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: #0090d7;
    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: 20px 0;
    text-align: center;
    background: url(../images/bg/5.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.defult-page-title1 {
    padding: 20px 0;
    text-align: center;
    background: url(../images/bg/1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.defult-page-title2 {
    padding: 20px 0;
    text-align: center;
    background: url(../images/bg/2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.defult-page-title3 {
    padding: 20px 0;
    text-align: center;
    background: url(../images/bg/3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.defult-page-title4 {
    padding: 20px 0;
    text-align: center;
    background: url(../images/bg/4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.defult-page-title6 {
    padding: 20px 0;
    text-align: center;
    background: url(../images/bg/6.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.defult-page-title7 {
    padding: 20px 0;
    text-align: center;
    background: url(../images/bg/7.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.defult-page-title8 {
    padding: 20px 0;
    text-align: center;
    background: url(../images/bg/8.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.defult-page-title9 {
    padding: 20px 0;
    text-align: center;
    background: url(../images/bg/9.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.defult-page-title10 {
    padding: 20px 0;
    text-align: center;
    background: url(../images/bg/10.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.defult-page-title11 {
    padding: 20px 0;
    text-align: center;
    background: url(../images/bg/11.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.defult-page-title12 {
    padding: 20px 0;
    text-align: center;
    background: url(../images/bg/12.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.defult-page-title13 {
    padding: 20px 0;
    text-align: center;
    background: url(../images/bg/13.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.defult-page-title14 {
    padding: 20px 0;
    text-align: center;
    background: url(../images/bg/14.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.defult-page-title15 {
    padding: 20px 0;
    text-align: center;
    background: url(../images/bg/15.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.defult-page-title16 {
    padding: 20px 0;
    text-align: center;
    background: url(../images/bg/16.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.defult-page-title17 {
    padding: 20px 0;
    text-align: center;
    background: url(../images/bg/17.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.defult-page-title18 {
    padding: 20px 0;
    text-align: center;
    background: url(../images/bg/18.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.defult-page-title19 {
    padding: 20px 0;
    text-align: center;
    background: url(../images/bg/19.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.defult-page-title20 {
    padding: 20px 0;
    text-align: center;
    background: url(../images/bg/20.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.defult-page-title21 {
    padding: 20px 0;
    text-align: center;
    background: url(../images/bg/21.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-title-box {
    text-align: left;
}
.page-title-box h2 {
    font-size: 45px;
    color: #ffffff;
    position: relative;
   
}
.page-title-box h2 span {
    color: #fff;
}

.page-title-box p {
    color: #ffffff;
    text-transform: uppercase;
}
.page-title-box p a {
    color: #ffffff;
}
.page-title-box p a:hover {
    color: #007ec7;
}

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


/* History CSS Start */
.history-section {
    padding: 20px 0;
}
.history-item {
    text-align: center;
}
.history-img {
    position: relative;
}
.history-img h3 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: #007ec7;
    padding: 5px 20px;
    font-size: 18px;
    color: #ffffff;
}
.history-item h4 {
    margin-top: 20px;
    font-size: 16px;
}
.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: #007ec7;
    color: #ffffff;
    margin: 0;
	margin-left: -15px;
}


/*--------------------------------
    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: #007ec7;
}
.account-area .form-check {
    margin-bottom: 20px;
}


/*--------------------------------
    18. FAQ CSS Start
----------------------------------*/
.faq-area {
    padding: 50px 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 {

}
.faq-col .panel-title {
    font-size: 18px;
    background: #007ec7;
    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: #007ec7;
}
.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: #007ec7;
    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: #007ec7;
    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: #007ec7;
    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: 20px 0 0px;
}
.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: #007ec7;
    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: #007ec7;
    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: 40px 0 0px;
    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: #007ec7;
    margin-bottom: 40px;
}
.footer-col h3 span {
    color: #007ec7;
}
.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 #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: #007ec7;
    -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: #007ec7;
}
.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 #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: #007ec7;
    border-color: #007ec7;
    -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 {

    background: #313131;
    padding: 8px 0px;
}
.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: #007ec7;
    -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: #007ec7;
}





/*--------------------------------
    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 #007ec7;
    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 #007ec7;
}
.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: #007ec7;
    font-size: 50px;
}
.header-content .btn {
    font-style: 16px;
    background: #007ec7;
    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;
}

.flip {
  -webkit-perspective: 800;   
          perspective: 800;
        position: relative;
        text-align: center;
}
.flip .card.flipped {
  -webkit-transform: rotatey(-180deg);
          transform: rotatey(-180deg);
}
.flip .card {
    width: 100%;
    height: 250px;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    transform-style: preserve-3d;
    transition: 0.5s;
    background-color: #fff;
   
}
.flip .card .face {
  -webkit-backface-visibility: hidden ;
    backface-visibility: hidden ;
   z-index: 2;
}
.flip .card .front {
   position: absolute;
   width: 100%;
   z-index: 1;
}
.flip .card .img {
   position: relaitve;
   width: 100%;
   height: 250px;
   z-index: 1;
   border: 2px solid #000;
}
.flip .card .back {
padding-top:5%;
height: 250px;
color:#fff;
background-color:#81c7e6;
  -webkit-transform: rotatey(-180deg);
          transform: rotatey(-180deg);
}
.inner1{margin:0px !important;}
.ml5 {
  position: relative;
  font-weight: 300;
  font-size: 20px;
  color: #0090d7;
   text-align:center;
}

.ml5 .text-wrapper {
  position: relative;
  display: inline-block;

}

.ml5 .line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 3px;
  width: 100%;
  background-color: #402d2d;
  /*transform-origin: 0.5 0;*/
}

.ml5 .ampersand {
  font-family: Baskerville, "EB Garamond", serif;
  font-style: italic;
  font-weight: 400;
  width: 1em;
  margin-right: -0.1em;
  margin-left: -0.1em;
}

.ml5 .letters {
  display: inline-block;
  opacity: 0;
}
.ml1 {
  font-weight: 300;
  font-size: 20px;
  color : #0090d7;
  text-align:center;
}

.ml1 .letter {
  display: inline-block;
  line-height: 20px;
}

.ml1 .text-wrapper {
  position: relative;
  display: inline-block;

}

.ml1 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #fff;
  /*transform-origin: 0 0;*/
}

.ml10 {
  font-weight: 300;
  font-size: 20px;
  color : #0090d7;
  text-align:center;
}

.ml10 .text-wrapper {
  position: relative;
  display: inline-block;
  margin-top:-15px;

  overflow: hidden;
}

.ml10 .letter {
  display: inline-block;
  line-height: 1em;
  /*transform-origin: 0 0;*/
}
.ml14 {
  font-weight: 300;
  font-size: 20px;
    color : #0090d7;
  text-align:center;
}

.ml14 .text-wrapper {
  position: relative;
  display: inline-block;

}

.ml14 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #fff;
  /*transform-origin: 100% 100%;*/
  bottom: 0;
}

.ml14 .letter {
  display: inline-block;
  line-height: 20px;
}

.ml13 {
  font-size: 20px;
  color:#0090d7;
  text-align:center;
  font-weight: 300;
}

.ml13 .letter {
  display: inline-block;
  line-height: 20px;
}

.ml16 {
  color: #0090d7;

  font-weight: 300;
  font-size: 20px;
  text-align:center;

}

.ml16 .letter {
  display: inline-block;
  line-height: 1em;
}

.grid p {
	color: #4c4c4c;
    font-size: 13px;
    line-height: 18px;
    text-transform: none;
    margin: 0 0 0 0;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    /* padding: 5px 0px; */
    text-align: justify;
}

.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
ul.a {
    list-style-type: square;
	color: #4c4c4c;
}
.scroll-left {
height: 50px; 
overflow: hidden;
position: relative;
}
.scroll-left p {
position: absolute;
width: 100%;
height: 100%;
font-size:24px;
margin: 0;
line-height: 50px;
text-align: center;
/* Starting position */
-moz-transform:translateX(100%);
-webkit-transform:translateX(100%); 
transform:translateX(100%);
/* Apply animation to this element */ 
-moz-animation: scroll-left 15s linear infinite;
-webkit-animation: scroll-left 15s linear infinite;
animation: scroll-left 15s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
0% { -moz-transform: translateX(100%); }
100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
0% { -webkit-transform: translateX(100%); }
100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
0% { 
-moz-transform: translateX(100%); /* Browser bug fix */
-webkit-transform: translateX(100%); /* Browser bug fix */
transform: translateX(100%); 
}
100% { 
-moz-transform: translateX(-100%); /* Browser bug fix */
-webkit-transform: translateX(-100%); /* Browser bug fix */
transform: translateX(-100%); 
}
}
/*----- Tabs -----*/
.tabs {
width:100%;
display:inline-block;
}
/*----- Tab Links -----*/
/* Clearfix */
.tab-links:after {
display:block;
clear:both;
content:'';
}
.tab-links li {
margin:0px 5px 10px;
float:left;
list-style:none;
}
.tab-links a {
padding: 9px 19px;
display: inline-block;
border-radius: 3px 3px 0px 0px;
background: #0090d7;
font-size: 14px;
font-weight: 300;
color: #fff;
transition: all linear 0.15s;
}
.tab-links a:hover {
background:#a7cce5;
text-decoration:none;
}
li.active a, li.active a:hover {
background: #8BC34A;
    color: #fff;
}
/*----- Content of Tabs -----*/
.tab-content {
padding:15px;
border-radius:3px;
box-shadow:-1px 1px 1px 2px rgba(0,0,0,0.15);
background:#fff;
}
.tab {
display:none;
}
.tab.active {
display:block;

}
.blink_me {
  animation: blinker 1s linear infinite;
}
.blink_me p {
  font-size:18px;
  font-weight:400px;
  color:red;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.table-bordered {
border: 1px solid #dddddd;
border-collapse: separate;
border-left: 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.table {
width: 100%;
margin-bottom: 20px;
background-color: transparent;
border-collapse: collapse;
border-spacing: 0;
display: table;
}

.widget.widget-table .table {
margin-bottom: 0;
border: none;
}

.widget.widget-table .widget-content {
padding: 0;
}

.widget .widget-header + .widget-content {
border-top: none;
-webkit-border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
-moz-border-radius-topleft: 0;
-moz-border-radius-topright: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}

.widget .widget-content {
padding: 20px 15px 15px;
background: #FFF;
border: 1px solid #D5D5D5;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.widget .widget-header {
position: relative;
height: 40px;
line-height: 40px;
background: #E9E9E9;
background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #e9e9e9));
background: -webkit-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
background: -o-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
background: -ms-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
background: linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
text-shadow: 0 1px 0 #fff;
border-radius: 5px 5px 0 0;
box-shadow: 0 2px 5px rgba(0,0,0,0.1),inset 0 1px 0 white,inset 0 -1px 0 rgba(255,255,255,0.7);
border-bottom: 1px solid #bababa;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
border: 1px solid #D5D5D5;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
-webkit-background-clip: padding-box;
}

thead {
display: table-header-group;
vertical-align: middle;
border-color: inherit;
}

.widget .widget-header h3 {
top: 2px;
position: relative;
left: 10px;
display: inline-block;
margin-right: 3em;
font-size: 14px;
font-weight: 600;
color: #555;
line-height: 18px;
text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}

.widget .widget-header [class^="icon-"], .widget .widget-header [class*=" icon-"] {
display: inline-block;
margin-left: 13px;
margin-right: -2px;
font-size: 16px;
color: #555;
vertical-align: middle;
}
.image-flip:hover .backside, .image-flip.hover .backside {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
}

.image-flip:hover .frontside, .image-flip.hover .frontside {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}

.image-flip {

width: 100%;
height: 200px;
}

.mainflip {
-webkit-transition: 1s;
-webkit-transform-style: preserve-3d;
-ms-transition: 1s;
-moz-transition: 1s;
-moz-transform: perspective(1000px);
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transition: 1s;
transform-style: preserve-3d;
position: relative;
}

.frontside, .backside {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: 1s;
-webkit-transform-style: preserve-3d;
-moz-transition: 1s;
-moz-transform-style: preserve-3d;
-o-transition: 1s;
-o-transform-style: preserve-3d;
-ms-transition: 1s;
-ms-transform-style: preserve-3d;
transition: 1s;
transform-style: preserve-3d;
position: absolute;
top: 0;
left: 0;
}

.frontside {
-webkit-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
z-index: 2;
}

.backside {
 background-color: #7ac4e4;

-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}

.card, .card-img-top {
border-radius: 0;
}
#ticker_container {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  background: #FFFFFF;
  padding: 10px;
  border: 1px solid #343434;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  overflow: auto;
}