/* 
* Created on : 1/8/2017 
* Author     : fruitthemes
* Theme Name : Deserve Pro
* Author Url : https://fruitthemes.com
*/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 25px;
	margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6{
    line-height: 1.5;
    font-family: 'Roboto Slab', serif;
    /*font-weight: 700;*/
}
a:hover{
 text-decoration: none;   
}
.aligncenter, div.aligncenter{text-align:center;}
/*counters strat*/
.knowledge-box{
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.knowledge-box:hover{
    box-shadow: 0 6px 29px rgba(0,0,0,0.3);
}
.loader-bg {
  border-color: rgba(255,255,255,0.4);
  box-shadow: 2px 2px 20px 0 rgba(0,0,0,0.6);
}
.text {
  color: #87CEEB;
  font-weight: bold;
}
.loader-spinner {
  border-color: #87CEEB;
}
.counters-text{
    margin-top: 30px;
    text-align: center;
}
.counters-text p{
    font-size: 24px;
}
.loader {
    position: relative;
    float:left;
    user-select: none;
    box-sizing: border-box;
    width: 150px;
    height: 150px;
    margin: 0 70px 100px 0;
}
.loader-bg {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-sizing: border-box;
    border: 5px solid #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
}
.spinner-holder-one {
    position: absolute;
    top:0;
    left:0;
    overflow: hidden;
    width: 50%;
    height: 50%;
    background: transparent;
    box-sizing: border-box;
}
.spinner-holder-two {
    position: absolute;
    top:0;
    left:0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: transparent;
    box-sizing: border-box;
}
.loader-spinner {
    width: 200%;
    height: 200%;
    border-radius: 50%;
    border: 5px solid #87CEEB;
    box-sizing: border-box;
}  
  .animate-0-25-a {
    transform: rotate(90deg);
    transform-origin: 100% 100%;
}
.animate-0-25-b {
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}
.animate-25-50-a {
    transform: rotate(180deg);
    transform-origin: 100% 100%;
}
.animate-25-50-b {
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}
.animate-50-75-a {
    transform: rotate(270deg);
    transform-origin: 100% 100%;
}
.animate-50-75-b {
    transform: rotate(-90deg);
    transform-origin:100% 100%;
}
.animate-75-100-a {
    transform: rotate(0deg);
    transform-origin: 100% 100%;
}
.animate-75-100-b {
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}
.text {
    text-align: center;
    font-size: 20px;
    color: #87CEEB;
    font-weight: bold;  
}

/*counters end*/

/*Top header Bar */
.header-top-bar{ 
   background: #084d54;
}
.header-top-bar .social-link ul{
    margin-bottom: 0;
}
.header-top-bar .contact-info{
    float: left;
}
.header-top-bar .contact-info ul,
.header-top-bar .social-link ul{
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}
.header-top-bar .contact-info ul li,
.header-top-bar .social-link ul li {
    display: inline-block;
}
.header-top-bar .contact-info > ul > li{
    color:#ffffff;
    font-size:13px;   
    margin-right:10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.header-top-bar .contact-info > ul > li > a > i{
    padding-right: 5px;
}
.header-top-bar .contact-info > ul > li > a{
    font-size:13px;
    color: #ffffff;   
}
.header-top-bar .social-link > ul,
.header-top-bar .social-link > ul > li{
    float:left;
    padding:0px;
}
.header-top-bar .social-link > ul > li > a{
    color:#ffffff;
    font-size:15px;
}
.header-top-bar .social-link > ul > li > a:hover,
.header-top-bar .social-link > ul > li > a:focus{
    color:#ee4b3a;
}
.header-top-bar .social-link > ul > li > a > i{
    padding: 14px 14px 10px;
}
.header-top-bar .social-link{
    float: right;
}


/*Header-Start*/
/*Header*/
.logged-in .navbar-fixed-top {
    padding-top: 32px;
}
/*custom css*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
}
.preloader .preloader-gif {
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    background: url('../images/loader.svg') no-repeat;
    transform-origin: 35px 35px;
    background-size: contain;
    animation: rotate 1s infinite linear;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.preloader .preloader-custom-gif {
    display: block;
    width: 170px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    background: url('../images/preloader/loader.svg') no-repeat;
}
/*custom css end*/
/* Logo Style*/
/*---------dark_logo-----------*/
.home-nav .header-logo a h3.site-title {
    margin-top: 0;
}
.home-nav .header-logo a { 
    color: #fff;
    line-height: 0;
    text-decoration: none;
}
.fixed-header .logo-fixed{ display: none; }
.logo-dark {
    display: none;
}
.fixed-header .logo-dark {
    display: block;    
}
/*----------end------------*/
.header-logo {
    float: left;
    z-index: 111;
}
img.img-responsive.logo-fixed {   
    margin: 0;
    color: #fff;
}
.default-logo .top-menu {
    position: inherit;
}
/*added in version 1.0.6 starts*/
.default-logo .header-logo {
    position: absolute;
    top: 15px;
}
.default-logo .header-logo{
    max-height: 200px;
    max-width: 250px;
}
.default-logo .header-logo img {
    max-height: 160px;
    max-width: 250px;
}
.minimized-logo .header-logo {
    position: relative;
}
.minimized-logo .header-logo img {
    max-height: 60px;
    width: auto;
}
/*added in version 1.0.6 ends*/

.home-nav,.home-nav.fixed-header {
    background: #084d54;
}
.home-nav.fixed-header{
    box-shadow: none;
}
.fixed-header.home-fixed-class {
    /*box-shadow: 0 1px 6px rgba(0,0,0,0.35);*/
}
.home-nav {
    background: transparent; position: absolute; width: 100%; z-index: 999;
}
.fixed-header {
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.35);
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.top-menu {
    padding-right: 0;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #menu-button {
    display: none;
}

#cssmenu {
    line-height: 1;
    background: none;
    float: right;
}

#cssmenu > ul > li {
    float: left;
}

#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}

#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-right > ul > li {
    float: right;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu > ul > li > a {
    padding: 25px 15px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#cssmenu > ul > li:last-child {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
    color: #084d54;
}
.fixed-header #cssmenu > ul > li:hover > a, .fixed-header #cssmenu > ul > li.active > a{
    color: #ffffff;
}

#cssmenu > ul > li.has-sub > a {
    padding-right: 11px;
}

#cssmenu > ul > li.has-sub > a::after {
    position: relative;
    top: -2px;
    right: 0px;
    width: 6px;
    height: 6px;
    margin-left: 5px;
    margin-right: 3px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
    transition: all ease 0.3s;
    display: inline-block;
}

#cssmenu > ul > li.has-sub:hover > a::after {
    border-color: #ffffff;
    -webkit-transform: rotate(222deg);
    -moz-transform: rotate(222deg);
    -ms-transform: rotate(222deg);
    -o-transform: rotate(222deg);
    transform: rotate(222deg);
    transition: all ease 0.3s;
}
.fixed-header #cssmenu > ul > li.has-sub:hover > a::after{
    border-color: #ffffff;
    -webkit-transform: rotate(222deg);
    -moz-transform: rotate(222deg);
    -ms-transform: rotate(222deg);
    -o-transform: rotate(222deg);
    transform: rotate(222deg);
    transition: all ease 0.3s;
}
#cssmenu ul ul {
    position: absolute;
    padding: 0px 0 0px;
    z-index: 999;
}
#cssmenu > ul li > ul {
    /*padding-top: 10px;*/
    visibility: hidden;
}
#cssmenu > ul li:hover > ul {
    visibility: visible;
}
#cssmenu.align-right li:hover > ul {
    right: 0;
}


/** Left & Right for the Sub Menu **/

ul.sub-menu .submenu-right {
    right: 100%;
}

ul.sub-menu .submenu-left {
    left: 100%;
}

#cssmenu ul ul ul {
    top: 0;
    padding: 0;
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#cssmenu ul ul li {
    height: 0;
    padding: 0 0px;
    margin: 0 0 0px;
    opacity: 0;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#cssmenu ul li:hover > ul > li {
    height: 30px;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transform: scale(1);
}

#cssmenu ul ul li a {
    min-width: 100px;
    white-space: nowrap;
    padding: 10px 18px;
    background: none;
    text-decoration: none;
    font-size: 12px;
    line-height: 10px;
    font-weight: bold;
    background: #ffffff;
    color: #084d54;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #fff;
}

#cssmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 11px;
    right: 8px;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#cssmenu ul ul li.has-sub:hover > a::after {
    border-color: #fff;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}


/*Media-start*/
@media only screen and (max-width:1024px) {
     /*Logo-Description*/
    .logo-description #cssmenu #menu-button {
        top: -48px;
    }
    .logo-description #cssmenu > ul > li > a {
        padding: 0px;
    }
    .default-logo #cssmenu {
        padding: 25px 0;
    }
   .default-logo #cssmenu #menu-button {
        top: 8px;
    }
   .default-logo #cssmenu > ul {
        top: 35px;
        z-index: 222;
    }
    .minimized-logo #cssmenu #menu-button {
        top: -47px;
    }
    .minimized-logo #cssmenu > ul {
        top: 10px;
    }
    /*MENU*/
    #cssmenu {
        width: 100%;
        padding-right: 15px;
    }
    #cssmenu ul {
        width: 100%;
        display: none;
        background:#ee4b3a;
        position: relative;
        top: 0px;
        padding: 4px 15px;
        max-height: 350px;
        overflow-y: auto;
    }
    .navbar-fixed-top.fixed-header1.open {
        position: absolute;
    }
    #cssmenu.align-center > ul,
    #cssmenu.align-right ul ul {
        text-align: left;
    }
    #cssmenu ul li,
    #cssmenu ul ul li,
    #cssmenu ul li:hover > ul > li {
        width: 100%;
        height: auto;
        opacity: 1;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        color: #fff;
    }
    #cssmenu > ul > li:hover > a,
    #cssmenu > ul > li.active > a {
        color: #333 !important;
    }
    .home-nav.fixed-header #cssmenu > ul > li > a,
    .home-nav #cssmenu > ul > li > a,
    #cssmenu > ul > li > a,
    #cssmenu > ul > li > a {
        padding: 0px;
        line-height: 25px;
    }
    #cssmenu > ul > li,
    #cssmenu.align-center > ul > li,
    #cssmenu.align-right > ul > li {
        float: none;
        display: block;
    }
    #cssmenu li > ul,
    #cssmenu li:hover > ul {
        left: auto;
        border: none;
        border-radius: 0px;
        box-shadow: none;
        background-color: transparent;
    }
    #cssmenu ul ul {
        position: absolute;
        left: -9999px;
        padding: 0px 0 5px;
        z-index: 999;
    }
    #cssmenu ul li ul,
    #cssmenu ul li:hover > ul {
        padding-top: 0;
        top: 0;
        visibility: visible;
    }
    #cssmenu ul ul li a {
        font-size: 12px;
        background: none;
        line-height: 25px;
        padding: 0px 0px 0px 15px;
    }
    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li a:hover {
        color: #333 !important;
    }
    #cssmenu ul ul ul li a {
        padding-left: 30px;
    }
    #cssmenu ul ul ul li a:last-child {
        padding-left: 30px;
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        top: 0;
        left: 0;
        right: auto;
        width: 100%;
        padding: 0;
        margin: 0px 0 0px;
    }
    #cssmenu > ul > li.has-sub > a::after,
    #cssmenu ul ul li.has-sub > a::after {
        display: none;
    }
    #cssmenu ul ul.sub-menu li a {
    	background: transparent;
    }
    #cssmenu #menu-button {
        display: block;
        padding: 17px 10px;
        color: #ffffff;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
        width: 40px;
        right: 15px;
        position: absolute;
        top: -45px;
        border-radius: 0.25em;
    }
    #cssmenu #menu-button::after {
        content: '';
        position: absolute;
        top: 10px;
        right: 9px;
        display: block;
        width: 22px;
        height: 2px;
        background: #ffffff;
        border-top: 2px solid #fff;
        border-radius: 1px;
    }
    #cssmenu #menu-button::before {
        content: '';
        position: absolute;
        top: 16px;
        right: 9px;
        display: block;
        width: 22px;
        height: 2px;
        padding: 2px 0;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        border-radius: 1px;
    }
    #cssmenu #menu-button.menu-opened::before {
        right: 8px;
        border-top: 2px solid #fff;
        border-bottom: 0px solid #ffffff;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #cssmenu #menu-button.menu-opened::after {
        top: 16px;
        border-top: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.15);
        height: 25px;
        width: 21px;
        cursor: pointer;
    }
    #cssmenu .submenu-button::after {
        content: '';
        position: absolute;
        top: 6px;
        left: 10px;
        display: block;
        width: 1px;
        height: 11px;
        background: #fff;
        z-index: 99;
    }
    #cssmenu .submenu-button::before {
        content: '';
        position: absolute;
        left: 5px;
        top: 11px;
        display: block;
        width: 11px;
        height: 1px;
        background: #fff;
        z-index: 99;
    }
    #cssmenu .submenu-button.submenu-opened:after {
        display: none;
    }
}

/* ****START BLOG PAGE******/

.blog-wrap{
	background-position: center;
	background-size: cover;
	width: 100%;
	height: auto;
	overflow: hidden;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.blog-title{
	margin: 0;
	padding: 0;
}
.blog-title h2{
	display: block;
    text-align: center;
    font-weight: 600;
    font-size: 33px;
    color: #084d54;
    margin: 20px 0;
	text-transform:uppercase;
}
table,dl{}
table{width: 100%; text-align: center;}
td, th {
    text-align: center;
    border: 1px solid #8d99ae;
    padding: 5px 0 5px 0px;
}
.blog-title ul{
	margin: 15px 0;
    padding: 0;
    display: inline-block;
    float: right;
}
.blog-title ul li{
	list-style: none;
	float: left;
	padding-left: 5px;
	color: #000;
	font-size: 14px;
}
.blog-title ul.breadcrumbs li strong{
    font-weight: 400;
}
.blog-title ul li a{
	font-size: 16px;
	color: #084d54;
	text-decoration: none;
}
.blog-title ul li a:hover{
	color: #084d54;
}

/* Blog-Post-area-Satr */
.main-blog{
	margin-bottom: 30px;
	margin-top: 30px;
}
.blog-section{
	overflow: hidden;
	margin-top: 30px;
    border: 1px solid #e6e6e6;
	transition: all 0.3s ease-in-out 0s;
}
.blog-thumbnail{
	float: left;
	max-height: 500px;
	width: 100%;
	overflow: hidden;
    padding: 0px;
}
.blog-thumbnail a {
    width: 100%;
    display: inline-block;
    text-decoration: none;
}
.blog-thumbnail img{
	max-width: 100%;
	height: auto;
	overflow:  hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.post-content{
    padding: 20px 20px 15px;
    display: inline-block;
}
.post-content h1.blog-post-title{
	margin: 0 0 5px;
    line-height: 32px;
    font-size: 24px;
    color: #333;
}
.post-content h1.blog-post-title a{
	font-size: 20px;
	text-align: left;
	color: #084d54;
	text-decoration: none;
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
   /* height: 30px;*/
	line-height: normal;
	transition: all 0.3s ease-in-out 0s;
}
.post-content h1.blog-post-title a:hover{
	color: #333;
}
.post-content ul.post-list-type{
	margin: 0 0 10px;
	padding:0;
	display: inline-block;
    float: left;
}
.post-content ul.post-list-type li{
	float: left;
	list-style: none;
	padding-right: 20px;
    font-size: 14px;
    
    font-weight: 400;
    color: #666666;
    text-align: left;
    line-height: 22px;
}
.post-content ul.post-list-type li:first-child{
	padding-left: 0;
}
.post-content ul.post-list-type li i {
    margin-right: 5px;
}
.post-content ul.post-list-type li a{
	color: #777;
	font-size: 14px;
	text-decoration: none;
	font-weight: 400;
}
.post-content ul.post-list-type li a:hover{
	text-decoration: underline;
}
.post-content ul.post-list-type li .post-icon{
	margin-right: 5px;
}
.post-content ul.post-list-type li .post-icon:before{
	content: "\f007";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #777;
    font-size: 14px;
}
.post-content ul.post-list-type li .icon-1:before{
	content: "\f007";
}
.post-content ul.post-list-type li .icon-2:before{
	content: "\f08a";
}
.post-content ul.post-list-type li .icon-3:before{
	content: "\f0e6";
}
.post-content p{
	font-size: 14px;
    font-weight: 400;
    color: #666666;
    text-align: left;
    margin: 0px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: inline-block;
    -webkit-box-orient: vertical;
    line-height: 24px;
    height: 75px;
}
.post-content h2.post-date{
	font-size: 12px;
	color: #666666;
	margin: 10px 0 9px;
	line-height: 20px;
	display: inline-block;
    clear: both;
    float: left;
}
.post-content h2.post-date a{
	text-decoration: none;
	font-size: 14px;
	color: #ee4b3a;
    
	transition: all 0.3s ease-in-out 0s;
}
.post-content h2.post-date a:hover{
	text-decoration: underline;
}
.post-content a.read-more{
	text-decoration: none;
    font-size: 14px;
    color: #333;
    transition: all 0.3s ease-in-out 0s;
    display: inline-block;
    float: right;
    margin: 0px;
}
.post-content a.read-more i{
	padding-left: 5px;
}
.post-content a.read-more:hover{
	color: #084d54;
}
.nav-links .nav-next a,.nav-links .nav-previous a{
    display: inline-block;
    font-weight: normal;
    padding: 15px 13px 5px;
    line-height: 1;
    transition: all 0.3s ease-in-out 0s;
    text-decoration: none;
    font-size: 14px;
    
    color: #333;
}
/*pagination-start*/
.nav-links ul.page-numbers {
    margin: 0;
    padding: 0;
}
.nav-links li a{
	text-decoration: none;
}
.nav-links li{
    display: inline-block;
    padding: 15px 13px 5px;
	transition: all 0.3s ease-in-out 0s;
}
.nav-links li a{
    font-weight: normal;
	font-size: 14px;
	color: #333;
}
.current{
	color: #084d54;
}
a.page-numbers:after {
    content: '';
    width: 0;
    display: block;
    margin: 5px 0 0;
    border-top: 2px solid #084d54;
	transition: all 0.3s ease-in-out 0s;
}
a.page-numbers:focus, a.page-numbers:hover{
	color: #084d54;
}
.page-numbers:hover:after, .page-numbers:focus:after, .page-numbers.current:after{
	width: 100%;
}

/* pagination-start*/
.sidebar-section{
	overflow: hidden;
	margin-top: 30px;
	transition: all 0.3s ease-in-out 0s;
}
input.blog-side-search:focus {
    border-color: #14213d;
    outline: 0;
}
input.blog-side-search {
    padding: 5px;
    margin-bottom: 25px;
    border-radius: 2px;
    border: 1px solid #ccc;
    width: 100%;
}
.sidebar-title {
    margin-bottom: 20px;
}
/* categories*/
.sidebar-content {
    margin-bottom: 30px;
}
.sidebar-title h3{
    font-size: 16px;
    margin: 0;
    font-weight: bold;
    color: #000;
    padding: 0;
    text-align: center;
}
.sidebar-title h3 span {
    background: #ffffff;
    position: relative;
    z-index: 2;
    padding-right: 10px;
    padding-left: 10px;
}
.sidebar-title h3:after {
    border-top: 1px solid rgb(220, 220, 220);
    content: " ";
    display: inline-block;
    left: 15px;
    margin: 11px 0px;
    position: absolute;
    width: 90%;
    z-index: 0;
}
.sidebar-content ul, .footer-grid ul{
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.sidebar-content ul ul:last-child, .footer-grid ul ul:last-child{
	margin-bottom: 0;
}

.sidebar-content ul li, .footer-grid ul li{
	text-decoration: none;
	list-style: none;
	padding: 5px 0px;
	overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
}
.sidebar-content ul li:last-child, .footer-grid ul li:last-child{
	padding-bottom: 0;
}
.sidebar-content ul li a, .sidebar-content ul li span.comment-author-link, .footer-grid ul li a{
	text-decoration: none;
	font-size: 14px;
    
	font-weight: normal;
	color: #666;
	padding: 5px 5px 5px 25px;
	transition: all 0.3s ease-in-out 0s;
}
.sidebar-content ul ul.children, .footer-grid ul ul.children {
    margin: 0;
    padding-left: 10px;
}
.sidebar-content ul li:before{
	content: "";
    width: 15px;
    height: 15px;
	margin-top: 4px;
    display: inline-block;
    background: #e4e4e4;
    position: absolute;
    border: 4px solid #fff;
    box-shadow: 0 0 0 1px #e4e4e4;
	transition: all 0.3s ease-in-out 0s;
}
.sidebar-content ul li:hover:before{
	background:#084d54;
}
.sidebar-content ul li a:hover, .footer-grid ul li a:hover{
	color: #084d54;
}
.sidebar-content a.rsswidget img.rss-widget-icon, .footer-grid a.rsswidget img.rss-widget-icon{
    width: auto;
}
select, select#archives-dropdown--1, select#cat{
    width: 100%;
    height: 30px;
    background: transparent;
    padding-left: 5px;
    margin:0;
    outline: 0;
    font-size: 16px;
    
    color: #666;
    font-weight: normal;
}
table#wp-calendar {
    width: 100%;
    
    color: #666;
    font-weight: normal;
    font-size: 14px;
    margin: 20px 0 0;
    border-bottom: 1px solid #ccc;
}
#wp-calendar caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #333;
    font-size: 16px;
    text-align: center;
    background: #e4e4e4;
}
#wp-calendar thead th {
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
    color: #333;
}
#wp-calendar tbody td {
    text-align: center;
    color: #333;
}
#wp-calendar td#today {
    color: #084d54;
}
#wp-calendar tbody td a{
	color: #084d54;
	text-decoration: none;
}
#wp-calendar tfoot td a{
	color: #084d54;
	text-decoration: none;
}

/* categories*/
/* Recent-post*/
.recent-content{
	margin: 15px 0;
}
.recent-content .sidebar-post-image{
	margin: 0;
	padding: 0;
}
.sidebar-post-image a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: inline-block;
	background: #084d54;
}
.recent-content .sidebar-post-image img{
	width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.sidebar-post-text a{
	font-size: 16px;
	color: #666;
    
	text-align: left;
	text-decoration: none;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
	height: 25px;
	overflow: hidden;
}
.sidebar-post-text a:hover{
	color: #084d54;
}
.sidebar-post-text span{
	font-size: 14px;
    
	color: #084d54;
}
/* Recent-post*/
/* Tagcloud-start*/
.sidebar-section .tagcloud a.tag-cloud-link, .footer-grid .tagcloud a.tag-cloud-link {
    margin: 0 2% 3% 0;
    padding: 9px 14px;
    line-height: 1em;
    font-size: 14px !important;
    border: 1px solid #666666;
    color: #666666;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}
.footer-grid .tagcloud a.tag-cloud-link{
	border: 1px solid #333;
    color: #333;
}
.footer-grid .tagcloud{
	margin-top:20px;
}
.sidebar-section .tagcloud a.tag-cloud-link:hover, .footer-grid .tagcloud a.tag-cloud-link:hover{
	border: 1px solid transparent;
	color: #fff;
}
.sidebar-section .textwidget p {
    padding: 0;
    color: #333;
}
/*  Tagcloud-end */
/* Sidebar-area-End */
/* END BLOG PAGE */
/* START SINGLE BLOG PAGE */
.single-section{
	border-bottom: 1px solid #cecece;
}
.single-pagination a {
    margin: 0 5px;
}
.single-section:hover{
	box-shadow: none;
}
.single-content{
	padding: 15px 15px 15px;
}
.single-content h1 a{
	font-size: 24px;
	text-align: left;
	color: #084d54;
	text-decoration: none;
	overflow: inherit;
	text-overflow: inherit;
    -webkit-line-clamp: inherit;
	-webkit-box-orient: inherit;
    display:block;
	height: auto;
	line-height: 34px;
	transition: all 0.3s ease-in-out 0s;
}
.single-content p{
	font-weight: 400;
	color: #666666;
	text-align: left;
	margin: 0 0 10px;
    overflow: hidden;
    text-overflow: inherit;
    -webkit-line-clamp:inherit ;
    display: inline-block;
    -webkit-box-orient: inherit;
    line-height: 24px;
    height: auto;
    width: 100%;
}
.post-content ul.single-list-type {
    margin: 10px 0 10px;
}
.single-content h4.post-tag, .single-content h4.post-category{
	font-size: 12px;
	color: #666666;
    margin: 5px 0 15px;
	line-height: 20px;
	font-style: italic;
    clear: both;
    float: left;
}
.single-content h4.post-tag a[rel='tag']{
	text-decoration: none;
	font-size: 14px;
	color: #333;
    
	transition: all 0.3s ease-in-out 0s;
	text-transform: capitalize;
	padding: 0 5px;
}
.single-content h4.post-tag a[rel='tag']:hover{
	color: #084d54;
}
.single-content h4.post-category a {
    padding: 0 5px;
    text-decoration: none;
    color: #333;
    font-size: 13px;
}
.single-content h4.post-category a:hover{
    color: #084d54;
}
/* post-button*/
.single-post-button{
	float:left; 
	width: 100%;
}
.nav-previous {
    float: left;
}
.nav-next{
	float: right;
}

/* Comments-Area*/
.comments-title{
    font-size: 20px;
}
.comment-area {
    padding: 30px 0;
}
.comment-area .comment-author img {
    float: left;
    margin: 3px 10px 0 0;
    height: 60px;
    width: 60px;
	background: #efefef;
	border-radius: 50px;
}
.comment-area .comment-author b a,
.comment-area .comment-author span{
    text-transform: uppercase;
    font-weight: 600;
	font-size: 14px;
	font-style: italic;
	color: #333;
}
.comment-date {
    padding: 5px 0;
}
.comment-area .comment-metadata a {
    font-size: 14px;
	color: #7b7b7b;
    text-decoration: none;
}
.comment-area .comment-date a :hover{
	color: #ee4b3a;
}
.comment-area .comment-content {
    padding-left: 70px;
}
.comment-area .comment-content p {
    color: #666;
    font-size: 16px;
}
.comment-area .reply {
    text-align: right;
    padding: 0 15px 0 0;
    margin: 0 0 20px 70px;
    border-bottom: 1px solid #e4e4e4;
}
.comment-area .reply a {
    font-size: 14px;
	color: #084d54;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}
.comment-area .reply a:hover{
	color: #333;
}
.comment-area .depth-1 [class*="depth-"] {
    margin-left: 15px;
}
/* Comments-Area*/
/* Comment-Form*/
.comment-respond {
    clear: both;
    padding-top: 10px;
}
.comment-respond h3 {
    margin: 0 0 10px;
	font-size: 20px;
	font-weight: 600;
	color: #333;
}
.comment-respond a {
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    text-decoration: none;
}
.comment-respond a:hover {
    color: #084d54;
}
.comment-respond p {
    margin: 0;
	color: #084d54;
}
p.comment-form-author,
p.comment-form-email,
p.comment-form-url {
    width: 31.5%;
    display: inline-block;
    margin: 20px 18px 10px 0;
}
p.comment-form-url {
	margin-right: 0;
}
p.comment-form-comment{
	margin-top: 20px;
}
.comment-form textarea {
    resize: vertical;
	overflow: auto;
    padding: 10px 0px 0px 10px;
}
.comment-form input, .comment-form textarea {
    width: 100%;
    margin: 0;
    border: 0;
    padding: 9px 15px 9px 15px;
    outline: 0;
	border: 1px solid #aaaaaa;
    color: #666666;
    transition: all 0.25s linear;
    font-size: 14px;
    
}
.comment-form input#wp-comment-cookies-consent {
    width: auto;
    margin-right: 10px;
}
.comment-form input[type="submit"] {
    max-width: 150px;
    background:#333;
    
    color: #ffffff;
    padding: 10px;
    border: 0;
    margin: 15px 0;
    text-transform: uppercase;
    outline: none;
    font-size: 12px;
    border-radius: 3px;
}
.comment-form input[type="submit"]:hover, .comment-form input[type="submit"]:focus {
    background: #3f51b5;
    text-decoration: none;
}
.btn-default:hover{
    color: #fff;
}

/* Comment-Form*/

/* ****END SINGLE BLOG PAGE*****/


/* *****-//Start-footer//-******/
.footer-wrap{
    background: #084d54;
    border-top: 2px solid #ee4b3a;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 30px 0 0;
}
.footer-wrap .footer-area-section{
    border-bottom: 1px solid rgba(220, 220, 220, 0.46);
    padding-bottom: 30px;
}
.footer-grid{
	width: 100%;
	height:auto;
	overflow: hidden;
}
.footer-grid h5.footer-title{
	color: #333;
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	margin: 0 0 10px;
	padding: 10px 0;
	border-bottom: 1px solid rgba(220, 220, 220, 0.46);
}
.footer-grid ul {
    margin-top: 20px;
}
.footer-grid ul li a {
    padding: 5px 0px 5px;
    color: #333;
    font-size: 14px;
}
.footer-grid ul li{
    color: #333;
    border: 0;
    padding:0px;
}
.footer-grid select#archives-dropdown--1, .footer-grid select{
	color:#333;
	margin: 10px 0;
}
.footer-grid option{
	background:#084d54;
}
.footer-grid table#wp-calendar{
	color:#ffffff;
}
.footer-grid #wp-calendar caption{
	background:#084d54;
	color:#ffffff;
}
.textwidget{
	font-size: 13px;
	line-height: 25px;
	color: #333;
	margin: 20px 0 !important;
}
.textwidget p{
	padding: 0;
	color:#616161;
}
.textwidget ul{
	padding: 0;
	margin: 0;
}
.textwidget ul li{
	list-style: none;
	float:none;
}
.textwidget ul li a{
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	color: #fff;
	transition: all 0.3s ease-in-out 0s;
}
.textwidget ul li a:hover{
	color: #084d54;
}
.textwidget a.tag-box{
	margin: 0 2% 3% 0;
    padding: 9px 14px;
    line-height: 1em;
    font-size: 14px;
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
}
.textwidget a.tag-box:hover{
	border: 1px solid transparent;
	background: #084d54;
	color: #fff;
}
.footer-grid ul li a.rsswidget{
	color:#333;
	font-weight:bold;
}
.footer-grid .rssSummary, .footer-grid .rss-date, .footer-grid cite{
	color:#333;
}
.footer-grid img{
    width: auto;
    max-width: 100%;
    height: auto;
}

/* Sub-footer*/
.sub-footer{
	background: #084d54;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 70px 0 20px;   
}
.copy-right-text{
    display: inline-block;
}
.copy-right-text p{
	float: left;
    color: #ffffff;
    font-size: 14px;
    margin: 0 0 20px;	
	transition: all 0.3s ease-in-out 0s;
}
.copy-right-text p a{
	color: #fff;
}
.copy-right-text p a:hover{
	color: #ee4b3a;
}
.footer-social-icon ul{
	margin: 0;
    padding: 0;
    list-style: none;
	float: right;
}
.footer-social-icon ul li{
	list-style: none;
	float: left;
	display: inline-block;
	padding-left: 20px;
}
.footer-social-icon ul li a, .footer-social-icon ul li a i{
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	transition: all 0.3s ease-in-out 0s;
}
.footer-social-icon ul li a:hover, .footer-social-icon ul li a i:hover{
	color: #333;
}

.widget.LatestPostWidget{
    display: inline-block;
}
.blog-media {
    float: left;
    text-transform: capitalize;
    margin: 10px 0 0;
    width: 100%;
}
.blog-media .blog-img {
    float: left;
    margin-right: 20px;
    width: 80px;
}
.blog-media .blog-post {
    float: left;
    width: calc(100% - 100px);
    line-height: 18px;
}
.blog-media .blog-post a {
    font-size: 14px;
}
.blog-media .blog-post p.date-lp {
    margin: 3px 0 3px;
}
/* Sub-footer*/

/* *****-//Start-footer//-******/

/******-//Start-services//-******/
.service-icon {
    width: 20%;
    float: left;
}
.service-icon i {
    font-size: 40px;
    color: #02b3a2;
}
.service-text {
    width: 75%;
    float: right;
}
.service-text p {
    margin: 0;
    text-align: left;
    font-size: 16px;
}
.school-services { display: inline-block; width: 100%; vertical-align: top; padding: 40px 0; border-bottom: 1px solid #02b3a2;}
.service-text h4 { margin: 0; }

/******-//End-services//-******/
/******-//Start-activities//-******/
.green {
    background-color: #6fc191;
}
.theme-bg { background-color: #00c3c9; }
.yellow {
    background-color: #edbf47;
}
.orange {
    background-color: #ec774b;
}
.purple {
    background-color: #c389ce;
}
.red {
    background-color: #e16c6c;
}
.service-color {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding: 30px;
}
.service-color .service-icon i, .service-color .service-text h4 a, .service-color .service-text p {
    color: #fff;
}
.school-activities { float: left; width: 100%; padding: 80px 0 50px 0; }
.service-color:hover {
    box-shadow: 0 6px 29px rgba(0,0,0,0.3);
}
.service-color {
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    -ms-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
}

/******-//End-activities//-******/

/******-//End-Our Team//-******/
.our-team { float: left; width: 100%; background-color: #eee; padding: 80px 0 50px 0; }
.theme-heading h3 {
    font-size: 30px;
    margin: 0;
}
.theme-heading span {
    position: relative;
    margin-bottom: 10px;
}
.theme-heading i {
    font-size: 20px;
    line-height: 1.4em;
}
.theme-heading span:before {
    content: "";
    width: 80px;
    height: 1px;
    /*background-color: #777;*/
    top: 50%;
    position: absolute;
    left: 17px;
    margin-top: -1px;
}
.theme-heading span:after {
    content: "";
    width: 80px;
    height: 1px;
    /*background-color: #777;*/
    top: 50%;
    position: absolute;
    right: 17px;
    margin-top: -1px;
}
.theme-heading p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}
.theme-heading {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

span.icon.basic-link {
    transform: rotate(90deg);
}
a.circle {
    background: transparent;
    padding: 6px 5px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    height: 35px;
    display: inline-block;
    width: 35px;
    text-align: center;
    border-radius: 0;
    margin: 0 5px;
    border: 1px solid #777;
    line-height: 1.2em;
    font-size: 18px;
    color: #02b3a2;
}

span.icon.basic-link {
    transform: rotate(90deg);
}
a.circle:hover {border-color: #02b3a2;background-color: #02b3a2; color: #fff;}
.theme-hover{
    float:left;
    width:100%;
    margin-bottom: 30px;
}
.theme-hover figure {
    position: relative;
}
.theme-hover figure img{
    width:100%;
}
.theme-hover figure:after {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index:1;
    opacity:0;
    visibility:hidden;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.theme-hover figure figcaption {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top: -25px;
    z-index:2;
    opacity:0;
    visibility:hidden;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.theme-hover figure figcaption a span.icon ,
.theme-hover figure figcaption a i {
    color: #fff;
    font-size: 50px;
    display: inline-block;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.theme-hover:hover.theme-hover figure:after{
    opacity: 0.8;
    visibility:visible;
}

.theme-hover:hover.theme-hover figure figcaption{
     opacity:1;
    visibility:visible;
}
.theme-hover figure:after {background-color: #00c3c9;}

/******-//End-Our Team//-******/

/******-//Start Image Gallery//-******/

.filter a {
  padding: 10px 20px;
  display: inline-block;
  color: #111111;
  text-decoration: none;
  transition: all 0.2s;
  background-color: #ddd;
}

.filter a:hover { background: #084d54; color: #fff; }

.filter {
  padding: 0 0 50px;
  text-align: center
}

.gallery a img {
  width: 100%;
  height: auto;
  float: left;
}
.gallery .hideparent {
    display: none;
}
.gallery .weekly-classes {
    opacity: 1;
    height: auto;
    transform: scale(1) translate3d(0px, 0px, 0px);
    backface-visibility: hidden;
    perspective: 1000px;
    transform-style: preserve-3d;
    transition: all 0.5s ease-out 3ms;
    pointer-events: auto;
    text-align: center;
    border: 1px solid #e4e4e4;
    margin: 0 0 30px;
    padding-bottom: 10px;
}
.gallery .weekly-classes a {
  margin: 0 0 15px;
  display: inline-block;
  vertical-align: top;
  outline: 0;
}
.gallery .weekly-classes h6 {
    font-size: 18px;
    margin: 0;
    padding: 0 5px;
}
.gallery .weekly-classes h6 a {
    font-size: 16px;
    margin: 0;
    color: #333;
    outline: 0;
    text-decoration: none;
}
.gallery .weekly-classes p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    padding: 0 5px;
}

.gallery .hide, .gallery .pophide {
  width: 0%;
  opacity: 0;
  transition: all 0.5s;
}

.gallery .pop {
  width: 100%;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 0px 1000px rgba(0,0,0,0.5);
}

.pop:after {
  content: "\00D7";
  position: absolute;
  top: 10px;
  right: 10px;
  color: #333;
  background: #fff;
  padding: 5px 15px;
  border-radius: 50%;
  opacity: 0.8;
  font-size: 22px;
}

.pop:hover:after { opacity: 1; }
.image-gallery { float: left; width: 100%;}

/******-//End Image Gallery//-******/

/******-//Start Client testimonial //-******/
.testimonial .content{
    padding: 15px 10px;
    border-radius:6px;
    margin-bottom: 15px;
    position: relative;
    background:#e67e22;
    min-height: 100px;
}
.testimonial .content:after{
    content: "";
    border-top: 10px solid #e67e22;
    border-left: 10px solid transparent;
    border-right: 9px solid transparent;
    position: absolute;
    bottom: -8px;
    left: 16%;
}
#testimonial-slider div.owl-item:nth-child(2n) .content{
    background: #1abc9c;
}
#testimonial-slider div.owl-item:nth-child(2n) .content:after{
    content: "";
    border-top: 10px solid #1abc9c;
    border-left: 10px solid transparent;
    border-right: 9px solid transparent;
    position: absolute;
    bottom: -8px;
    left: 16%;
}
#testimonial-slider div.owl-item:nth-child(3n+1) .content{
    background: #9b59b6;
}
#testimonial-slider div.owl-item:nth-child(3n+1) .content:after{
    content: "";
    border-top: 10px solid #9b59b6;
    border-left: 10px solid transparent;
    border-right: 9px solid transparent;
    position: absolute;
    bottom: -8px;
    left: 16%;
}
.testimonial .description{
    margin-bottom: 10px;
    color:#fff;
}
.testimonial-pic{
    float:left;
}
.testimonial-pic > img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #e5e5e5;
    margin-left: 20px;
}
.testimonial .testimonial-review{
    margin:3px 0 0 15px;
    float: left;
}
.testimonial .testimonial-title{
    font-size:16px;
    text-transform:capitalize;
    font-weight: bold;
    margin:0;
}
.testimonial > .testimonial-review span{
    color: darkgray;
    display: block;
    font-size: 13px;
    margin-bottom:5px;
}
.testimonial .social-links{
    padding:0;
    margin:0;
}
.testimonial .social-links > li{
    list-style:none;
    display:inline-block;
    margin-right:10px;
}
.testimonial .social-links > li > a.fa-twitter{
    color:#00aced;
}
.testimonial .social-links > li > a.fa-facebook{
    color: #3b599a;
}
.testimonial .social-links > li > a.fa-pinterest{
    color:#E14782;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #1abc9c;
}
.owl-theme .owl-controls .owl-page span{
    background: #333;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page span{
    width: 10px;
    height:10px;
    margin: 5px 6px;
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}
.owl-carousel .owl-item {
    float: left
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.grabbing {
    cursor: url(grabbing.png) 8 8, move
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: .5
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
.client-testimonial { float: left; width: 100%; margin-bottom: 80px; }
.testimonial { margin:0 15px; }
/******-//End Client testimonial //-******/

/*****Start Blog******/
.blog {
    float: left;
    width: 100%;
    /*padding: 0 0 80px;*/
    position: relative;
}
.date-blog {
    color: #666;
}
.date-blog i {
    margin-right: 5px;
}
#mixedSlider { position: relative; }
#mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
}
#mixedSlider .MS-content .item {
  display: inline-block;
  width: 33.3333%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
}
@media (max-width: 991px) {
  #mixedSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-content .item {
    width: 100%;
  }
}
#mixedSlider .MS-content .item .imgTitle {
  position: relative;
}
#mixedSlider .MS-content .item h5.blogTitle {
    margin: 10px 0px 0 0;
    text-align: left;
    color: #333;
    width: 100%;
    display: inline-block;
    font-size: 18px;
}
#mixedSlider .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#mixedSlider .MS-content .item h5.blogTitle a{
    font-size: 18px;
    line-height: 24px;
}
#mixedSlider .MS-content .item p {
    font-size: 14px;
    margin: 5px 20px 10px 0;
    display: inline-block;
}
#mixedSlider .MS-content .item a {
  float: right;
  margin: 0 20px 0 0;
  font-size: 16px;
  color: #333333;
  transition: linear 0.1s;
}
#mixedSlider .MS-content .item a:hover {
  color: #3f51b5;
}
#mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 95px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
#mixedSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls button {
    font-size: 20px;
  }
}
#mixedSlider .MS-controls .MS-left {
  left: -30px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-left {
    left: -10px;
  }
}
#mixedSlider .MS-controls .MS-right {
  right: -30px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-right {
    right: -10px;
  }
}
#basicSlider { position: relative; }

#basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 2%;
  height: 50px;
}

#basicSlider .MS-content .item {
  display: inline-block;
  width: 20%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  line-height: 50px;
  vertical-align: middle;
}
@media (max-width: 991px) {

#basicSlider .MS-content .item { width: 25%; }
}
@media (max-width: 767px) {

#basicSlider .MS-content .item { width: 35%; }
}
@media (max-width: 500px) {

#basicSlider .MS-content .item { width: 50%; }
}

#basicSlider .MS-content .item a {
  line-height: 50px;
  vertical-align: middle;
}

#basicSlider .MS-controls button { position: absolute; }

#basicSlider .MS-controls .MS-left {
  top: 35px;
  left: 10px;
}

#basicSlider .MS-controls .MS-right {
  top: 35px;
  right: 10px;
}


#jquery-script-menu {
position: fixed;
height: 90px;
width: 100%;
top: 0;
left: 0;
border-top: 5px solid #316594;
background: #fff;
-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
z-index: 999999;
padding: 10px 0;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

.jquery-script-center {
width: 960px;
margin: 0 auto;
}
.jquery-script-center ul {
width: 212px;
float:left;
line-height:45px;
margin:0;
padding:0;
list-style:none;
}
.jquery-script-center a {
    text-decoration:none;
}
.jquery-script-ads {
width: 728px;
height:90px;
float:right;
}
.jquery-script-clear {
clear:both;
height:0;
}
.wpcf7-form label {
    width: 100%;
}
.wpcf7-form textarea {
    height: 130px;
}
.wpcf7 input[type='email'], .wpcf7 input[type='text'], textarea {
    margin-bottom: 15px;
    width:100%;
}
div.wpcf7-validation-errors{
    display: inline-block;
}
#mixedSlider .MS-content .item p, #mixedSlider .MS-content .item a{
    font-size:14px;
}

.custom-links .panel-grid-cell .blog .MS-content .item span.date-blog, .custom-links .panel-grid-cell .blog .MS-content .item a{
    color:#ffffff;
}
.custom-links .panel-grid-cell .blog .MS-content .item a{
    color:#ffffff !important;
}

/*****End Blog******/

/* ****START RESPONSIVE MEDIA******/

@media (min-width:768px) and (max-width:991px) {
    .kidscar_logo {
        background-size: 100% !important;
        height: 30px;
    }
	/* Blog*/
	.post-content p {
		-webkit-line-clamp: 2;
		height: 44px;
	}
	.post-content h2 {
    	margin: 10px 0;
	}
}
@media (min-width:768px) and (max-width:1024px) {
    /* on scroll*/
    .blackMenu #cssmenu {
        margin-top: 19px;
    }
    .sub-header-fixed.blackMenu #cssmenu {
        margin-top: 17px;
    }
    .sub-header-fixed #cssmenu {
        margin-top: 7px;
    }
    .kidscar_logo {
        margin-top: 17px;
    }
    .blackMenu .kidscar_logo {
        margin-top: 30px;
    }
    .sub-header-fixed.blackMenu .kidscar_logo {
        margin-top: 27px;
    }
    .mob_nav {
        padding-left: 0;
    }
    #cssmenu > ul > li > a {
        padding: 16px 10px;
    }
    .sub-header-fixed #cssmenu > ul > li > a {
        padding: 15px 10px 30px 10px;
    }
    .blackMenu #cssmenu > ul > li > a {
        padding: 15px 10px 34px 10px;
    }
    .blackMenu li.header-cart {
        margin-top: 8px;
    }
    #cssmenu > ul > li.has-sub > a::after {
        top: 19px;
    }
    .sub-header-fixed #cssmenu ul ul {
        padding-top: 1px;
    }
}
@media (max-width: 767px) {
    #cssmenu ul {
        background: #ee4b3a;
    }
    
    .blackMenu .mob_nav .fa.fa-shopping-cart {
        color: #000000;
    }
    .blackMenu #cssmenu > ul > li > a {
        padding: 10px 25px;
    }
    .fixed-header #cssmenu ul li a {
        /*display: none;*/
    }
    .kidscar_logo {
        margin-top: 10px;
        background-image: url(../images/logo.png);
        background-size: cover;
		background-position: center;
		width: 200px;
		height: 34px;
		margin-bottom: 10px;
    }
    .mob_nav {
        opacity: 0.9;
        padding: 0;
        position: relative;
        right: 0;
        margin-top: -70px;
        width: 100%;
    }
	/* Blog*/
	.post-content {
    	float: left;
    	padding: 30px 10px 10px;
	}
	/* sub-footer*/
	.footer-social-icon ul{
		float: left;
	}
	.footer-social-icon ul li{
		padding-left: 0;
		padding-right: 20px;
	}
	.footer-social-icon ul li a, .footer-social-icon ul li a i{
		line-height: 30px;
	}

    /*Gallery*/
    .gallery a { 
        width: 100%; 
    }
    /*Gallery*/
    .school-services .col-md-3 {
        margin-bottom: 30px;
    }
    .school-services {
        padding: 30px 0 0;
    }
    .school-activities {
        padding: 30px 0 0; 
    }
    .our-team {
        padding: 30px 0;
    }
    .filter {
        padding: 0px 15px 30px;
    }
    .image-gallery {
        padding: 30px 0;
    }
    .client-testimonial { margin-bottom: 30px; }
    .blog {
        padding: 0 0 30px;
    }

}
.back-to-top {
    display: none;
    float: right;
    text-align: right;
    padding-right: 15px
}

.back-to-top a {
    text-align: center
}

.back-to-top a {
    background: #818c90;
    color: #fff;
    display: inline-block;
    position: fixed;
    right: 15px;
    bottom: 52px;
    border-radius: 3px;
    z-index: 999
}

.back-to-top a:hover {
    color: #fff;
	background-color:#da251d;
}

.back-to-top a i {
    font-size: 20px;
    padding: 8px 10px;
    line-height: 15px
}

#major-features .textwidget ul li{
	list-style-type:disc;
	list-style: inside;
	line-height: 23px;
    margin-bottom: 4px;
    font-weight: 400;
}
#major-features .widget-title{ font-size:22px; font-weight: 700;}

.color-palates .knowledge-box .round-image{height:60px; }
.color-palates .knowledge-box .content-feature{
	padding:0px;
	background-color:#da251d;
	color:#fff;
	padding: 10px 0;
}
.color-palates .knowledge-box .content-feature h6{
	font-weight:600;
}
