@import 'https://fonts.googleapis.com/css?family=Montserrat:700|Roboto:400,700';
body {
    font-size: 15px;
    font-family: roboto, sans-serif;
    font-weight: 400;
    color: #999;
    margin: 0;
    line-height: 25px;
    background: #f7f7f7 !important;
    -webkit-box-sizing: box-sizing;
    -moz-box-sizing: box-sizing;
    box-sizing: box-sizing
}

.selector-for-some-widget {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

img {
    max-width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    color: #212121;
    font-family: montserrat, sans-serif;
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 12px 0
}

p {
    font-size: 15px;
    font-weight: 400;
}

a {
    color: #436eee;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

a:hover {
    color: #5e82ef;
    text-decoration: none
}

a:focus {
    outline: 0;
    text-decoration: none
}

.section-title {
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding: 10px 0 40px;
    margin-bottom: 0px;
    /*background: transparent url(../../assets/img/bg-divider-section-header.png) center center no-repeat;*/
    margin-top: 0;
    /*text-transform:uppercase;*/
    line-height: 25px;
    /*letter-spacing: 1px;*/
    text-align: center
}

.medium-title {
    /*padding-bottom:30px;*/
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 20px;
    display: inline-block
}

.medium-title a {
    color: #212121
}

.small-title {
    color: #fff;
    padding-bottom: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
}

ul {
    margin: 0;
    padding: 0
}

ul li {
    list-style: none
}

ol {
    list-style: none
}

.btn,
button {
    padding: 10px 30px;
    border-radius: 0;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    overflow: hidden;
    text-transform: uppercase
}

.btn:hover,
button:hover {
    color: #fff
}

.btn:focus,
button:focus {
    color: #fff
}

.section {
    padding: 40px 0 0 0;
}

.input-group-btn button {
    padding: 11px 20px
}

.btn-common {
    color: #fff;
    background: #436eee;
    position: relative;
    border: 1px solid transparent;
    z-index: 1
}

.btn-common.active {
    background: 0 0;
    background: #5e82ef;
    color: #fff
}

.btn-common:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 140%;
    z-index: -1;
    background: #5e82ef;
    webkit-transform: skewY(-4deg);
    -moz-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    -o-transform: skewY(-4deg);
    transform: skewY(-4deg);
    left: 0;
    top: -160%;
    overflow: hidden!important
}

.btn-common:hover:before {
    top: -20%;
    -webkit-transition: top .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: top .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: top .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: top .5s cubic-bezier(.19, 1, .22, 1);
    transition: top .5s cubic-bezier(.19, 1, .22, 1)
}

.btn-border {
    border: 1px solid #fff;
    color: #fff;
    position: relative;
    z-index: 1
}

.btn-border:hover {
    color: #436eee
}

.btn-border:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 140%;
    z-index: -1;
    background: #fff;
    webkit-transform: skewY(-4deg);
    -moz-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    -o-transform: skewY(-4deg);
    transform: skewY(-4deg);
    left: 0;
    top: -160%;
    overflow: hidden!important
}

.btn-border:hover:before {
    top: -20%;
    -webkit-transition: top .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: top .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: top .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: top .5s cubic-bezier(.19, 1, .22, 1);
    transition: top .5s cubic-bezier(.19, 1, .22, 1)
}

.btn-sm {
    padding: 8px 16px
}

.btn-lg {
    padding: 14px 30px;
    text-transform: uppercase
}

.btn-rm {
    padding: 10px 16px;
    text-transform: uppercase
}

.btn-effect {
    height: 51px;
    min-width: 218px;
    color: #3b7fe0;
    font-size: 18px;
    font-weight: 400;
    line-height: 51px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #3b7fe0;
    position: relative;
    overflow: hidden
}

.btn-effect .hover-bg {
    display: block;
    background-color: #3b7fe0;
    width: 122%;
    height: 100%;
    position: absolute;
    -webkit-transform: skew(-42deg);
    -moz-transform: skew(-42deg);
    -ms-transform: skew(-42deg);
    -o-transform: skew(-42deg);
    transform: skew(-42deg);
    left: -133%;
    top: 0;
    z-index: 4;
    overflow: hidden
}

.btn-effect .hover-bg.enter {
    left: -11%;
    -webkit-transition: left .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: left .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: left .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: left .5s cubic-bezier(.19, 1, .22, 1);
    transition: left .5s cubic-bezier(.19, 1, .22, 1)
}

.btn-effect .hover-bg.leave {
    left: 111%;
    -webkit-transition: left .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: left .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: left .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: left .5s cubic-bezier(.19, 1, .22, 1);
    transition: left .5s cubic-bezier(.19, 1, .22, 1)
}

.btn-effect .hover-bg.reset {
    left: -133%;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.btn-effect.scroll-button .hover-bg.enter {
    top: -20%;
    -webkit-transition: top .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: top .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: top .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: top .5s cubic-bezier(.19, 1, .22, 1);
    transition: top .5s cubic-bezier(.19, 1, .22, 1)
}

.btn-effect.scroll-button .hover-bg.leave {
    top: 120%;
    -webkit-transition: top .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: top .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: top .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: top .5s cubic-bezier(.19, 1, .22, 1);
    transition: top .5s cubic-bezier(.19, 1, .22, 1)
}

.btn-effect.scroll-button .hover-bg.reset {
    top: -160%;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.icon i {
    color: #fff;
    background: #436eee;
    font-size: 20px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    text-align: center
}

.page-header {
    padding: 60px 0;
    margin: 0;
    border-top: 1px solid #eee;
    position: relative
}

.page-header:before {
    content: '';
    background: rgba(0, 0, 0, 0.46);
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0
}

.page-header .page-title {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center
}

.breadcrumb-wrapper {
    text-align: center
}

.breadcrumb-wrapper a {
    color: #fff;
	display:none;
}

.breadcrumb-wrapper span {
    color: #fff;
	display:none;
}

.breadcrumb-wrapper .current {
    color: #436eee
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999999999
}

.preloader2 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px
}

.preloader2 span {
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #01b1d7;
    opacity: .5;
    -webkit-animation: preloader21 2s linear infinite alternate;
    animation: preloader21 2s linear infinite alternate
}

.preloader2 span:nth-child(2) {
    animation-name: preloader22;
    -webkit-animation-name: preloader22
}

.preloader2 span:nth-child(3) {
    animation-name: preloader23;
    -webkit-animation-name: preloader23
}

.preloader2 span:nth-child(4) {
    animation-name: preloader24;
    -webkit-animation-name: preloader24
}

.preloader2 span:nth-child(5) {
    animation-name: preloader25;
    -webkit-animation-name: preloader25
}

@keyframes preloader21 {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: 64px
    }
    100% {
        margin-left: 64px
    }
}

@-webkit-keyframes preloader21 {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: 64px
    }
    100% {
        margin-left: 64px
    }
}

@keyframes preloader22 {
    0% {
        margin-left: 0
    }
    37.5% {
        margin-left: 48px
    }
    87.5% {
        margin-left: 48px
    }
    100% {
        margin-left: 64px
    }
}

@-webkit-keyframes preloader22 {
    0% {
        margin-left: 0
    }
    37.5% {
        margin-left: 48px
    }
    87.5% {
        margin-left: 48px
    }
    100% {
        margin-left: 64px
    }
}

@keyframes preloader23 {
    0% {
        margin-left: 0
    }
    25% {
        margin-left: 32px
    }
    75% {
        margin-left: 32px
    }
    100% {
        margin-left: 64px
    }
}

@-webkit-keyframes preloader23 {
    0% {
        margin-left: 0
    }
    25% {
        margin-left: 32px
    }
    75% {
        margin-left: 32px
    }
    100% {
        margin-left: 64px
    }
}

@keyframes preloader24 {
    0% {
        margin-left: 0
    }
    12.5% {
        margin-left: 16px
    }
    62.5% {
        margin-left: 16px
    }
    100% {
        margin-left: 64px
    }
}

@-webkit-keyframes preloader24 {
    0% {
        margin-left: 0
    }
    12.5% {
        margin-left: 16px
    }
    62.5% {
        margin-left: 16px
    }
    100% {
        margin-left: 64px
    }
}

@keyframes preloader25 {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: 0
    }
    100% {
        margin-left: 64px
    }
}

@-webkit-keyframes preloader25 {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: 0
    }
    100% {
        margin-left: 64px
    }
}

#roof {
    color: #fff;
    font-size: 14px;
    background: #436eee;
    padding: 5px 0
}

#roof .name {
    font-size: 16px;
    font-weight: 500
}

#roof .quick-contacts span {
    padding-left: 15px
}

#roof .quick-contacts span a {
    color: #fff;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

#roof .quick-contacts span a:hover {
    opacity: .8
}

#roof .quick-contacts span i {
    margin-right: 5px
}

.search {
    display: none
}

.header-search {
    display: inline-block;
    margin-left: 20px;
    margin-top: 15px
}

.open-search {
    background: #436eee;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    height: 36px;
    cursor: pointer;
    line-height: 35px;
    text-align: center;
    width: 36px
}

.open-search:hover {
    color: #fff
}

.full-search {
    z-index: 9999;
    position: absolute;
    top: 70px;
    display: none;
    margin-bottom: -1px
}

.full-search:before {
    position: absolute;
    top: -8px;
    right: 38px;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px;
    border-color: transparent transparent #436eee;
    box-sizing: border-box
}

.full-search .form-control:focus {
    border: 0
}

.full-search .close-search {
    cursor: pointer;
    font-size: 24px;
    color: #436eee;
    top: 10px;
    right: 24px;
    position: absolute
}

.full-search input[type=text] {
    outline: 0;
    font-size: 16px;
    display: inline-block;
    color: #999;
    border-top: 2px solid #436eee;
    background: #fff;
    font-weight: 400;
    line-height: 30px;
    width: 260px;
    position: absolute;
    right: 10px
}

.full-search input[type=text]:focus {
    border-top: 2px solid #436eee
}

.main-navigation {
    position: relative;
    background: #fff;
    padding: 0
}

.main-navigation .navbar-brand {
    width: 142px;
    height: auto;
    padding: 5px 0 0 15px
}

.main-navigation .navbar-nav>li>a,
.main-navigation .navbar-nav>li>a:focus {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding: 25px 13px;
    margin: 0;
    outline: 0;
    color: #656565;
    font-weight: 400;
    position: relative;
    background: 0 0;
    letter-spacing: .3px;
}

.main-navigation .navbar-nav>li a:focus>a {
    background: 0 0
}

.main-navigation .navbar-nav>li.open>a:focus,
.main-navigation .navbar-nav>li.open>a:active {
    background: 0 0!important
}

.main-navigation .navbar-nav>li>a:hover,
.main-navigation .navbar-nav>.active>a,
.main-navigation .navbar-nav>li.open>a,
.main-navigation .navbar-nav>.active>a:hover,
.main-navigation .navbar-nav>.active>a:focus,
.main-navigation .navbar-nav>.open>a:hover {
    background: 0 0;
    color: #436eee
}

.main-navigation .navbar-nav>.dropdown:hover>ul.dropdown-menu {
    display: block;
    -webkit-animation: fadeInUpMenu .5s;
    -moz-animation: fadeInUpMenu .5s;
    -ms-animation: fadeInUpMenu .5s;
    -o-animation: fadeInUpMenu .5s;
    animation: fadeInUpMenu .5s
}

.main-navigation .navbar-nav>li>a:hover,
.main-navigation .navbar-nav>li>a:focus,
.main-navigation .navbar-nav>li.active>a,
.main-navigation .navbar-nav>li.open>a {
    color: #436eee
}

.main-navigation .dropdown-menu {
    position: absolute;
    border: 0;
    margin: 0;
    padding: 0;
    border-radius: 3px;
    left: 0;
    min-width: 245px;
    background: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.main-navigation .dropdown-menu>li>a {
    padding: 7px 30px 7px 20px;
    font-size: 14px;
    color: #656565;
    font-weight: 400;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    letter-spacing: .3px;
    line-height: 32px
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a.active {
    background: #436eee;
    color: #fff
}

.navbar {
    margin-bottom: 0
}

.affix {
    width: 100%;
    top: 0;
    position: fixed;
    z-index: 99999;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.affix .navbar-brand {
    width: 142px
}

.affix .navbar-brand {
    padding: 0 0 0 25px
}

.affix .navbar-nav>li>a,
.affix .navbar-nav>li>a:focus {
    padding: 18px 15px
}

.affix .header-search {
    margin-top: 8px
}

@-webkit-keyframes fadeInUpMenu {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInUpMenu {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUpMenu {
    -webkit-animation-name: fadeInUpMenu;
    animation-name: fadeInUpMenu
}

@-webkit-keyframes MenuFadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes MenuFadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.active.slicknav_collapsed,
.slicknav_parent.slicknav_open {
    background: #eee
}

.wpb-mobile-menu {
    display: none
}

.wpb-mobile-menu ul li>ul {
    padding: 0;
    border-style: solid;
    border-width: 4px 0 0;
    border-radius: 0;
    left: 0;
    right: 0;
    border-color: transparent
}

.wpb-mobile-menu ul li>ul>li>a {
    color: #666;
    padding: 10px 0 10px 15px
}

.wpb-mobile-menu ul li>ul>li>a:hover,
.wpb-mobile-menu ul li>ul>li>a .active {
    background: #ecf0f1
}

.wpb-mobile-menu ul li>ul>li.active>a {
    background: #ecf0f1
}

.slicknav_menu {
    display: none
}

@media screen and (max-width:767px) {
    .navbar-brand {
        position: absolute;
        top: 0
    }
    #wpb-mobile-menu {
        display: none
    }
    .slicknav_menu {
        display: block
    }
}

@media screen and (max-width:768px) {
    .navbar-toggle {
        display: none
    }
}

#carousel-area {
    overflow: hidden;
    background: #2c3e50
}

#carousel-area .carousel-inner .item {
    opacity: 0;
    transition-property: opacity
}

#carousel-area .carousel-inner .active {
    opacity: 1
}

#carousel-area .carousel-inner .active.left,
#carousel-area .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1
}

#carousel-area .carousel-inner .next.left,
#carousel-area .carousel-inner .prev.right {
    opacity: 1
}

#carousel-area .carousel-control {
    z-index: 2
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    #carousel-area .carousel-inner>.item.next,
    #carousel-area .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    #carousel-area .carousel-inner>.item.prev,
    #carousel-area .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    #carousel-area .carousel-inner>.item.next.left,
    #carousel-area .carousel-inner>.item.prev.right,
    #carousel-area .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

#carousel-area .item {
    background-size: 100%;
    background-size: cover;
    height: 460px
}

#carousel-area .item .carousel-caption {
    top: 22%;
    right: 10%;
    left: 10%;
    text-shadow: none
}

#carousel-area .item .carousel-caption h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 62px;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

#carousel-area .item .carousel-caption p {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s
}

#carousel-area .item .carousel-caption .btn {
    margin: 30px 15px;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s
}

#carousel-area .active {
    opacity: 1
}

#carousel-area .active.left,
#carousel-area .active.right {
    left: 0;
    opacity: 0;
    z-index: 1
}

#carousel-area .carousel-control {
    z-index: 10;
    width: 35px;
    height: 55px;
    top: 50%;
    padding: 10px 5px;
    box-shadow: none;
    background: url(../img/skin.png);
    margin-top: -35px;
    text-shadow: none
}

#carousel-area .left.carousel-control {
    left: 5%
}

#carousel-area .right.carousel-control {
    right: 5%;
    background-position: -150px 0
}

#carousel-area .carousel-indicators {
    bottom: 5px
}

#carousel-area .carousel-indicators li {
    border-radius: 0;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #436eee;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

#carousel-area .carousel-indicators li:hover,
#carousel-area .carousel-indicators li.active {
    opacity: 1;
    width: 18px;
    height: 18px;
    background: #fff
}

#carousel-area:hover .carousel-control {
    display: block
}

#carousel-area i {
    margin-right: 10px
}

.big-title {
    font-family: montserrat, sans-serif;
    font-size: 50px;
    color: #fff;
    text-transform: uppercase
}

.mr {
    margin-right: 10px
}

.activity-area {
    background: url(../img/background/bg.jpg) #eee;
    background-size: cover;
    padding: 40px 0 60px
}

.activity-item {
    padding: 20px 15px 30px;
    margin-top: 10px;
    text-align: center;
    border: 1px solid #436eee;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.activity-item h3 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0;
    letter-spacing: 1px
}

.activity-item .icon {
    margin: -15px 0 20px
}

.activity-item .fast-color i {
    background: #436eee
}

.activity-item .secend-color i {
    background: #3abefc
}

.activity-item .thred-color i {
    background: #e91e63
}

.activity-item:hover,
.active-item {
    background: #fff;
    border-color: transparent!important;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.features {
    background: #f9f9f9
}

.features-wrapper {
    background: #fff;
    margin-top: -90px;
    display: inline-block;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    padding: 50px 20px 0;
    margin-bottom: 80px
}

.features-wrapper .img-thumb {
    margin-top: 60px
}

.features-main .features-header {
    margin-bottom: 30px
}

.features-main .info {
    margin-top: 30px
}

.features-main .info .icon {
    float: left
}

.features-main .info .content {
    padding-left: 65px;
    margin-bottom: 30px
}

.features-main .info .content h3 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px
}

.thumb {
    position: relative;
    overflow: hidden
}

.thumb .courses-price {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, .7);
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 90px 0;
    opacity: 0;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    webkit-transition: all .2s ease-in-out;
    moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.thumb .courses-price .years {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0
}

.thumb .courses-price .price {
    font-size: 30px;
    color: #436eee
}

.courses-wrap {
    border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    margin-bottom: 30px;
    line-height: 1.42857143;
    webkit-transition: all .2s ease-in-out;
    moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: #fff
}

.courses-wrap .course-detail-wrap .teacher-wrap {
    padding: 10px 0 0 98px;
    margin-bottom: 25px;
    position: relative
}

.courses-wrap .course-detail-wrap .teacher-wrap img {
    background: #fff;
    border: 2px solid #fff;
    left: 15px;
    padding: 2px;
    height: 70px;
    width: 70px;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.courses-wrap .course-detail-wrap .teacher-wrap .course-instructor a {
    color: #999;
    font-size: 13px
}

.courses-wrap .course-detail-wrap .teacher-wrap .course-instructor a:hover {
    color: #436eee
}

.courses-wrap .course-detail-wrap .course-content {
    padding: 0 20px 25px
}

.courses-wrap .course-detail-wrap .course-content h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 1px
}

.courses-wrap .course-detail-wrap .course-content h3 a {
    color: #212121
}

.courses-wrap .course-detail-wrap .course-content h3 a:hover {
    color: #436eee
}

.courses-wrap .course-detail-wrap .course-content p {
    margin-bottom: 20px
}

.courses-wrap:hover {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.courses-wrap:hover .courses-price {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.coaching-courses {
    background: url(../img/background/parallax-1.jpg) #eee;
    background-size: cover
}

.coaching-courses .coaching-wrapper {
    padding: 68px 30px
}

.coaching-courses .coaching-wrapper h3 {
    font-size: 34px;
    color: #fff;
    line-height: 48px;
    text-transform: uppercase
}

.coaching-courses .coaching-wrapper h3 span {
    color: #436eee
}

.coaching-courses .coaching-wrapper p {
    color: #fff
}

.coaching-courses .time-count div {
    float: left;
    text-align: center
}

.coaching-courses .time-entry {
    display: inline-block;
    min-width: 110px;
    border: 1px solid #fff;
    text-align: center;
    padding: 15px 15px 20px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 15px;
    color: #fff;
    text-transform: uppercase
}

.coaching-courses .time-entry span {
    font-size: 45px;
    line-height: 45px;
    font-weight: 700;
    display: block;
    color: #fff;
    margin-bottom: 10px
}

.coaching-courses .timer {
    margin-top: 30px
}

.coaching-courses .box {
    padding: 30px;
    box-shadow: 3px 3px 9px rgba(0, 0, 0, .075);
    text-align: center;
    background: #fff
}

.coaching-courses .box .form-group {
    margin-bottom: 30px
}

.coaching-courses .box .form-group .form-control {
    font-size: 14px;
    font-style: italic
}

.coaching-courses .heading .heading-title {
    color: #212121
}

.coaching-courses .heading .desc {
    color: #212121
}

.why-choose {
    padding-top: 80px
}

.why-wrap {
    display: inline-block;
    margin: 15px 0
}

.why-wrap i {
    float: left
}

.why-wrap .why-text {
    padding-left: 25px;
    border: 1px solid #e4e4e4;
    background: #f9f9f9;
    line-height: 27px;
}

.why-wrap .why-text h4 {
    margin: 0;
    padding: 12px 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    position: relative
}

.why-wrap .why-text h4 a {
    color: #212121
}

.why-wrap:hover h4 a {
    color: #436eee
}

#counter {
    background: url(../img/background/counter-bg.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    padding: 36px 0
}

.counting .icon-left {
    float: left
}

.counting .icon-left i {
    font-size: 25px;
    color: #436eee
}

.counting .desc {
    padding-left: 20px
}

.counting .desc h3 {
    font-size: 16px;
    padding: 0;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px
}

.counting .desc .counter {
    font-size: 22px;
    font-weight: 700
}

.counting:hover span {
    background: #436eee;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.teacher .teacher-item {
    margin-bottom: 30px;
    margin-top: 30px;
    z-index: 99;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    -webkit-transition: all 800ms cubic-bezier(.19, 1, .22, 1) 0s;
    -moz-transition: all 800ms cubic-bezier(.19, 1, .22, 1) 0s;
    -o-transition: all 800ms cubic-bezier(.19, 1, .22, 1) 0s;
    transition: all 800ms cubic-bezier(.19, 1, .22, 1) 0s
}

.teacher .teacher-item .thumb-teacher {
    background: #eee;
    position: relative;
    width: 100%;
    height: 330px;
    z-index: -1
}

.teacher .teacher-item .thumb-teacher img {
    width: 100%;
    margin-top: -58px;
    -webkit-transition: all 800ms cubic-bezier(.19, 1, .22, 1) 0s;
    -moz-transition: all 800ms cubic-bezier(.19, 1, .22, 1) 0s;
    -o-transition: all 800ms cubic-bezier(.19, 1, .22, 1) 0s;
    transition: all 800ms cubic-bezier(.19, 1, .22, 1) 0s
}

.teacher .teacher-item .teacher-desc {
    padding: 15px 40px 30px;
    background: #fff;
    z-index: 99
}

.teacher .teacher-item .teacher-desc h3 {
    font-size: 24px;
    font-weight: 700
}

.teacher .teacher-item .teacher-desc h3 a {
    color: #212121
}

.teacher .teacher-item .teacher-desc h3 a:hover {
    color: #436eee
}

.teacher .teacher-item .teacher-desc span {
    font-size: 14px
}

.teacher .teacher-item .teacher-desc p {
    margin: 15px 0
}

.teacher .teacher-item:hover {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.teacher .teacher-item:hover .thumb-teacher img {
    margin-top: 10px;
    filter: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz1cJ2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCc+PGZpbHRlciBpZD1cJ2dyYXlzY2FsZVwnPjxmZUNvbG9yTWF0cml4IHR5cGU9XCdtYXRyaXhcJyB2YWx1ZXM9XCcxIDAgMCAwIDAsIDAgMSAwIDAgMCwgMCAwIDEgMCAwLCAwIDAgMCAxIDBcJy8+PC9maWx0ZXI+PC9zdmc+I2dyYXlzY2FsZQ==);
    -webkit-filter: grayscale(1);
    filter: gray;
    opacity: 1;
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1)
}

.social-icon .social i {
    color: #777;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    margin-right: 5px;
    font-size: 14px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.social-icon a .fa-facebook:hover {
    background: #3b5998;
    color: #fff
}

.social-icon a .fa-twitter:hover {
    background: #00aced;
    color: #fff
}

.social-icon a .fa-google-plus:hover {
    background: #007bb6;
    color: #fff
}

.social-icon a .fa-pinterest:hover {
    background: #ea4c89;
    color: #fff
}

.testimonial {
    background: url(../img/background/testimonial-bg.jpg) #eee;
    background-size: cover
}

.testimonial .item {
    margin-right: 20px!important
}

.testimonial .owl-pagination {
    text-align: center;
    width: 100%;
    padding-top: 20px
}

.testimonial-item {
    display: inline-block;
    width: 100%
}

.testimonial-item .testimonial-inner {
    padding: 30px;
    border: 1px solid #ddd
}

.testimonial-item .quote-author {
    display: inline-block
}

.testimonial-item .quote-author img {
    border: 3px solid #f1f1f1;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    float: left;
    margin-left: 30px;
    margin-right: 20px;
    margin-top: -32px;
    position: relative
}

.testimonial-item .quote-author .quote-footer {
    display: inline-block;
    margin-top: -30px
}

.testimonial-item .quote-author .quote-footer .name {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .3px;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 10px;
    margin-top: 34px
}

.testimonial-item .quote-author .quote-footer span {
    color: #436eee;
    font-size: 13px
}

.testimonial-item p {
    color: #fff;
    font-size: 15px;
    font-style: italic;
    letter-spacing: .3px
}

.testimonial-item .testimonial-bottom {
    margin-top: 20px
}

.testimonial-item .testimonial-bottom span {
    color: #999;
    font-size: 16px
}

.owl-theme .owl-controls .owl-page span {
    width: 12px;
    height: 12px;
    display: block;
    background: #5c5f6a;
    background: #5c5f6a;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: 0 0;
    border: 2px solid #fff
}

.latest-news img {
    width: 100%
}

.news-grid-item {
    margin-bottom: 30px;
    background: #f9f9f9;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    webkit-transition: all .2s ease-in-out;
    moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.news-grid-item .news-content {
    padding: 15px 15px 35px 0
}

.news-grid-item .news-content .news-title {
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0
}

.news-grid-item .news-content .news-title a {
    color: #212121
}

.news-grid-item .news-content .news-title a:hover {
    color: #436eee
}

.news-grid-item .news-content .meta {
    padding: 6px 0
}

.news-grid-item .news-content .meta .meta-part {
    margin-right: 5px
}

.news-grid-item .news-content .meta .meta-part a {
    color: #999
}

.news-grid-item .news-content .meta .meta-part a:hover {
    color: #436eee
}

.news-grid-item .news-content .meta .meta-part a i {
    margin-right: 3px
}

.news-grid-item .news-content .desc {
    margin-bottom: 15px
}

.news-grid-item:hover {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.newsletter {
    background: #e1e1e1;
    padding: 30px 0
}

.newsletter p {
    font-size: 18px;
    color: #212121;
    text-transform: uppercase;
    margin-bottom: 0
}

.newsletter h3 {
    text-align: left
}

.subscribe {
    margin-top: 25px
}

.subscribe .form-control {
    float: left;
    width: 70%;
    height: 42px;
    margin-right: 20px
}

footer {
    background: #22272b;
    color: #999
}

footer .row {
    padding: 60px 0
}

footer a:hover {
    color: #bcbcbc
}

footer .address li {
    line-height: 30px
}

footer .address li i {
    margin-right: 10px;
    color: #436eee
}

footer .recent-post {
    overflow: hidden;
    display: inline-block
}

footer .recent-post .post {
    float: left;
    margin-bottom: 25px
}

footer .recent-post .post a {
    float: left;
    color: #aaa;
    width: 80px;
    opacity: .6;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

footer .recent-post .post a:hover {
    opacity: 1
}

footer .recent-post .post a img {
    width: 100%;
    height: 65px
}

footer .recent-post .post .text {
    padding-left: 92px;
    color: #aaa
}

footer .recent-post .post .text span {
    font-size: 12px;
    color: #627282
}

footer .list li {
    margin-bottom: 12px
}

footer .list li a {
    color: #aaa
}

footer .list li a:hover {
    color: #436eee
}

footer .plain-flicker-gallery {
    margin-right: -5px;
    margin-left: -5px
}

footer .plain-flicker-gallery a {
    display: inline-block;
    width: 32%;
    font-size: 0;
    padding: 5px;
    margin-bottom: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -0-transition: all0.3sease;
    transition: all .3s ease
}

footer .plain-flicker-gallery a:hover {
    opacity: .7
}

footer .plain-flicker-gallery a img {
    width: 100%
}

footer #copyright {
    border-top: 1px solid #353535;
    background: #1d2023;
    /*margin-top: 45px;*/
}

footer #copyright .row {
    padding: 15px 0
}

footer #copyright .copyright-text {
    margin-top: 15px
}

footer #copyright .footer-nav {
    margin-top: 15px
}

footer #copyright .footer-nav li {
    display: inline-block
}

footer #copyright .footer-nav li a {
    color: #999
}

footer #copyright .footer-nav li a:hover {
    color: #436eee
}

footer #copyright .bottom-social-icons {
    margin-top: 10px
}

footer #copyright .bottom-social-icons a {
    color: #fff;
    text-align: center;
    width: 32px;
    line-height: 32px;
    border-radius: 0;
    background: #444;
    display: inline-block;
    height: 32px;
    position: relative;
    overflow: hidden
}

footer #copyright .bottom-social-icons .facebook:hover {
    background-color: #3b5998
}

footer #copyright .bottom-social-icons .twitter:hover {
    background-color: #55acee
}

footer #copyright .bottom-social-icons .google-plus:hover {
    background-color: #dd4b39
}

footer #copyright .bottom-social-icons .linkedin:hover {
    background-color: #007bb5
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px
}

.back-to-top i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 15px;
    border-radius: 2px;
    text-align: center;
    background-color: #436eee;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.about .info-list {
    width: 100%;
    margin-top: 36px
}

.about .info-list li {
    border-bottom: 1px solid #eee;
    padding: 10px 0
}

.about .info-list li a {
    color: #999
}

.about .info-list li a:hover {
    color: #436eee
}

.about .info-list li a i {
    margin-right: 10px;
    color: #436eee
}

.about .info-list li:last-child {
    border-bottom: 0
}

.why-choose-us {
    background: #f7f7f7
}

.panel {
    margin-bottom: 15px
}

.panel-default {
    border-radius: 0;
    border: 0
}

.panel-default .panel-heading {
    padding: 0;
    outline: 0;
    border: 0;
    border-radius: 0;
    width: 100%
}

.panel-default .panel-heading .panel-title {
    margin-top: 0;
    padding: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-default .panel-heading a {
    font-weight: 400;
    padding: 12px 35px 12px 15px;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    color: #212121;
    position: relative;
    text-decoration: none
}

.panel-default .panel-heading a:hover {
    color: #436eee
}

.panel-default .panel-heading a:after {
    font-family: fontawesome;
    content: "";
    position: absolute;
    right: 15px;
    font-size: 14px;
    font-weight: 300;
    top: 50%;
    line-height: 1;
    margin-top: -7px
}

.panel-default .panel-heading .collapsed:after {
    content: ""
}

.panel-default .panel-collapse .panel-body {
    background-color: #ffffff;
}

.cta {
    padding: 30px 0;
    background: #436eee
}

2105
.cta h3 {
    color: #fff;
    padding: 10px 0;
    font-weight: 700;
    font-size: 20px
}

.cta .btn-border {
    float: right
}

#portfolio .mix {
    padding: 0
}

#portfolio-list .mix {
    display: none
}

.controls {
    text-align: center;
    padding: 20px
}

.controls .active {
    color: #fff
}

.controls .btn.active,
.controls .btn:active {
    box-shadow: none
}

#portfolio-list {
    margin-top: 15px;
    display: inline-block
}

.portfolio-img {
    overflow: hidden;
    display: block;
    position: relative;
    border: 5px solid white;
}

.portfolio-img img {
    /*width:100%*/
}

.portfoli-content {
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.portfoli-content:before {
   /* background-color: rgba(255, 255, 255, .8);*/
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    content: '';
    position: absolute
}

.sup-desc-wrap {
    display: table;
    width: 100%;
    height: 100%
}

.sup-desc-wrap .sup-desc-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0 35px
}

.sup-desc-wrap .sup-link {
    margin-bottom: 20px;
	height: 208px;
}

.sup-desc-wrap .sup-link .left-link,
.sup-desc-wrap .sup-link .right-link {
    font-size: 14px;
    line-height: normal;
    outline: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    line-height: 208px;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    margin-right: 5px
}

.sup-desc-wrap .sup-link .left-link {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease
}

.sup-desc-wrap .sup-link .right-link {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.sup-desc-wrap .sup-link a:hover {
    background: 0 0;
    color: #436eee
}

.sup-desc-wrap .sup-meta-wrap .sup-title {
    display: block;
    outline: 0;
    margin-bottom: 10px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.sup-desc-wrap .sup-meta-wrap .sup-title h4 {
    font-size: 18px;
    color: #000;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 300
}

.sup-desc-wrap .sup-meta-wrap .sup-description {
    font-size: 13px;
    line-height: 18px;
    color: #666;
    text-align: center;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.portfolio-item:hover .portfoli-content,
.portfolio-item:hover .portfoli-content:before {
    opacity: 1
}

.portfolio-item:hover .sup-link .right-link,
.portfolio-item:hover .sup-link .left-link {
    opacity: 1;
    webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.course-list .courses-list-1 .item-list {
    display: inline-block;
    margin-bottom: 30px
}

.course-list .courses-list-1 .item-list .medium-title {
    padding: 0
}

.course-list .courses-list-1 .item-list .meta {
    padding: 10px 0
}

.course-list .courses-list-1 .item-list .price {
    font-size: 24px;
    color: #436eee;
    padding: 15px 0
}

.course-list .courses-list-1 .item-list:hover .courses-price {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.faq {
    background: #f7f7f7
}

.error-bg {
    background: #f7f7f7
}

.error-page {
    text-align: center;
    padding: 40px 0
}

.error-page p {
    font-size: 18px;
    line-height: 28px;
    color: #666;
    margin-bottom: 25px
}

.error-page h1 {
    font-size: 180px;
    margin: 0
}

.error-page h2 {
    font-size: 42px;
    line-height: 68px
}

.event {
    background: #f7f7f7
}

.event-post {
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 30px
}

.event-post .date {
    float: left;
    height: 68px;
    margin-right: 22px;
    text-align: center;
    width: 74px;
    border-right: 2px solid #436eee
}

.event-post .date p {
    font-size: 40px;
    color: #436eee;
    padding: 12px 0;
    line-height: 22px
}

.event-post .date p span {
    color: #999;
    font-size: 12px
}

.event-post h3 a {
    color: #212121;
    font-size: 20px
}

.event-post h3 a:hover {
    color: #436eee
}

.event-post .event-thumb {
    margin-top: 10px
}

.event-post .post-content {
    padding: 20px 0 0
}

.event-post .btn {
    margin-top: 15px
}

.widget-box {
    background: #fff;
    padding: 30px;
    border: 1px solid #ddd
}

.widget-box .list li {
    padding: 10px 0
}

.widget-box .list li a i {
    margin-right: 5px
}

.event-grid-item {
    margin-bottom: 30px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    /*display:inline-block*/
}

.event-grid-item .thumb {
    position: relative
}

.event-grid-item .thumb .hover-content {
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    bottom: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .7);
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}


/*.event-grid-item .event-content{box-shadow:0 1px 2px 0 rgba(0,0,0,.2);transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out}*/

.event-grid-item .event-content ul {
    padding: 0 20px;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #efefef
}

.event-grid-item .event-content ul li {
    display: inline-block;
    font-size: 13px;
    color: #777;
    border-right: 1px solid #efefef;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 50%;
    vertical-align: top
}

.event-grid-item .event-content ul li i {
    margin-right: 5px
}

.event-grid-item .event-content ul li:last-child {
    padding-right: 0;
    margin-left: 20px;
    padding: 8px;
    border-right: 0
}

.event-grid-item .event-content .heding-title {
    width: 100%;
    padding: 10px 0;
    display: inline-block;
    /* border-top: 1px solid #e8e8e8; */
    background: #d7d7d7;
    margin-bottom: 15px;
}

.event-grid-item .event-content .heding-title .date {
    margin-left: 20px;
    margin-right: 15px;
    float: left;
    width: 48px;
    height: 48px;
    background: #436eee;
    text-align: center;
    display: inline-block;
    line-height: 18px;
    padding: 6px
}

.event-grid-item .event-content .heding-title .date span {
    font-size: 18px;
    color: #fff
}

.event-grid-item .event-content .heding-title h3 {
    max-width: 75%;
    line-height: 20px;
    font-size: 16px;
    letter-spacing: .3px;
    font-weight: 700;
    padding: 5px 25px;
    margin-top: 0
}

.event-grid-item .event-content .heding-title h3 a {
    color: #212121
}

.event-grid-item .event-content .heding-title h3 a:hover {
    color: #436eee
}

.event-grid-item .event-content p {
    padding-bottom: 15px;
    padding-right: 20px;
    padding-left: 20px
}

.event-grid-item:hover .hover-content {
    opacity: 1;
    cursor: pointer;
    visibility: visible
}

.event-grid-item:hover .event-content {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.single-course .course-item .up-content {
    margin-bottom: 20px
}

.single-course .course-item .up-content .section-title {
    text-align: left;
    padding: 0;
    margin-bottom: 0
}

.single-course .course-item .item-inner {
    border-bottom: 2px solid #efefef;
    padding: 15px 0
}

.single-course .course-item .item-inner:last-child {
    border: 0
}

.single-course .course-item .item-inner h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-top: 15px
}

.single-course .course-item .topics ul li {
    margin: 0 0 20px
}

.single-course .course-item .topics ul li i {
    margin-right: 5px;
    color: #436eee
}

.course-information {
    background: #f7f7f7;
    padding: 30px 35px;
    margin-bottom: 40px
}

.course-information h4 {
    font-size: 26px;
    letter-spacing: 1px;
    font-weight: 700
}

.course-information ul {
    margin-bottom: 20px
}

.course-information ul li {
    float: none;
    text-align: right;
    display: block;
    font-size: 14px;
    color: #212121;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
    margin-top: 15px
}

.course-information ul li a {
    color: #999
}

.course-information ul li a:hover {
    color: #436eee
}

.course-information ul li span {
    float: left;
    font-size: 14px;
    color: #999;
    display: inline-block
}

.course-information .amount {
    float: none;
    color: #436eee
}

.single-teacher .single-teacher-inner {
    padding: 20px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2)
}

.single-teacher .contact-teacher h4 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .3px;
    padding: 20px 0
}

.single-teacher .teacher-info {
    width: 100%;
    display: inline-block
}

.single-teacher .teacher-info .name {
    float: left
}

.single-teacher .teacher-info .name h3 {
    font-size: 24px;
    font-weight: 700
}

.single-teacher .teacher-info .name span {
    font-size: 13px;
    color: #999;
    display: block
}

.single-teacher .teacher-info .social-icon {
    float: right;
    margin-top: 20px
}

.single-teacher .teacher-info .desc {
    display: inline-block;
    margin-top: 20px
}

.single-teacher .teacher-info .desc h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .3px;
    padding: 25px 0 10px
}

.single-teacher .teacher-info .desc ul {
    padding: 10px 0;
    margin-top: 25px;
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7
}

.single-teacher .teacher-info .desc ul li {
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
    color: #999
}

.single-teacher .teacher-info .desc ul li a {
    color: #999
}

.single-teacher .teacher-info .desc ul li a:hover {
    color: #436eee
}

.single-teacher .teacher-info .desc ul li i {
    margin-right: 5px
}

#content {
    padding: 60px 0
}

.social-link a {
    display: inline-block;
    margin-right: 5px
}

.social-link a i {
    text-align: center;
    color: #aaa;
    font-size: 18px;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    height: 38px;
    line-height: 36px;
    width: 38px;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.social-link a i:hover {
    color: #fff
}

.social-link .twitter:hover i {
    background: #00baff
}

.social-link .facebook:hover i {
    background: #5192cc
}

.social-link .google:hover i {
    background: #ed523d
}

.social-link .linkedin:hover i {
    background: #1985bc
}

.social-link .youtube:hover i {
    background: #d42424
}

.post-title {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
    letter-spacing: 1px;
    margin-bottom: 20px;
    display: none;
}

.post-title a {
    color: #212121
}

.post-title a:hover {
    color: #436eee
}

.blog-post {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 2px solid #efefef
}

.blog-post .author-name a {
    font-size: 13px;
    text-transform: uppercase
}

.blog-post .post-content {
    padding: 25px 0;
    text-align: left;
}

.blog-post .read-btn {
    text-align: center
}

.meta {
    font-size: 14px;
    padding: 15px 0
}

.meta .meta-part {
    display: inline-block;
    margin-right: 25px
}

.meta .meta-part a {
    color: #999
}

.meta .meta-part a:hover {
    color: #436eee
}

.meta .meta-part a i {
    margin-right: 8px;
    color: #436eee
}

.quote-post .feature-inner {
    padding: 30px;
    border-radius: 4px;
    border-left: 3px solid #333!important;
    margin-bottom: 25px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.quote-post .feature-inner p {
    color: #fff;
    font-size: 26px;
    line-height: 38px
}

.quote-post .feature-inner .name {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 38px;
    font-style: italic
}

.quote-post .feature-inner:hover {
    background: #444
}

.blog-post .post-format {
    position: absolute;
    left: 50%;
    z-index: 999
}

.blog-post .post-format span a {
    background: #fff;
    border-radius: 4px;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-top: -20px;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    z-index: 1
}

.blog-post .post-format span a i {
    display: block;
    line-height: 40px;
    font-size: 18px;
    position: relative;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.blog-post .post-type i {
    font-size: 1.2em;
    color: #fff
}

.widget-title {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase
}

#sidebar {
    margin-bottom: 30px
}

#sidebar .widget {
    margin-bottom: 22px;
    display: inline-block;
    width: 100%
}

#sidebar .property-agent .agent-info .agent-name {
    font-size: 16px;
    font-weight: 400;
    padding: 20px 0
}

#sidebar .property-agent .agent-info .contacts-list {
    margin-bottom: 15px
}

#sidebar .property-agent .agent-info .contacts-list li {
    padding: 5px 0;
    border-bottom: 1px solid #eee
}

#sidebar .property-agent .agent-info .contacts-list li i {
    margin-right: 5px
}

#sidebar .property-agent .agent-info p .btn-common {
    margin-top: 15px
}

#sidebar .cat-list li {
    border-bottom: 1px solid #efefef;
    padding: 12px 0
}

#sidebar .cat-list li i {
    margin-right: 10px;
    color: #436eee
}

#sidebar .cat-list li a {
    text-decoration: none;
    margin-right: 10px;
    color: #999;
    display: inline-block;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

#sidebar .cat-list li a:hover {
    color: #436eee
}

#sidebar .cat-list li .num-posts {
    color: #aaa;
    float: right;
    font-size: 12px
}

#sidebar .posts-list li {
    margin-bottom: 12px;
    padding-bottom: 12px
}

#sidebar .posts-list li:last-child {
    margin: 0;
    padding: 0;
    border: 0
}

#sidebar .posts-list .widget-thumb {
    float: left
}

#sidebar .posts-list .widget-thumb img {
    opacity: 1;
    max-width: 120px;
    margin: 5px 20px 0 0;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

#sidebar .posts-list .widget-thumb:hover img {
    opacity: .9
}

#sidebar .posts-list .widget-content {
    padding: 0 46px
}

#sidebar .posts-list .widget-content a {
    font-size: 16px;
    color: #436eee
}

#sidebar .posts-list .widget-content span {
    color: #999;
    font-size: 14px;
    display: block;
    margin: 3px 0
}

#sidebar .tag a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 8px 18px;
    background: #436eee;
    margin: 4px 2px;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

#sidebar .tag a i {
    padding-right: 5px
}

#sidebar .tag a:hover {
    background: #212121
}

#sidebar .flickr ul {
    margin-bottom: 20px
}

#sidebar .flickr ul li {
    display: inline-block
}

#sidebar .flickr ul li a {
    margin: 4px 2px;
    display: block
}

#sidebar .flickr ul li a img {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

#sidebar .flickr ul li a:hover img {
    opacity: .9
}

.widget-featured .widget-img {
    position: relative
}

.widget-featured .widget-img .text {
    position: absolute;
    bottom: 10px;
    background: rgba(14, 13, 13, .7);
    text-align: center;
    width: 90%;
    padding: 15px;
    margin: 13px
}

.widget-featured .widget-img .text p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 7px
}

.widget-featured .widget-img .text span {
    font-size: 20px;
    font-weight: 700;
    color: #436eee
}

.widget-search input[type=search] {
    position: relative;
    margin: 0;
    float: left;
    padding: 10px;
    height: 48px;
    line-height: 37px;
    width: 85%;
    border-right: 0
}

.widget-search .search-btn {
    padding: 0 18px;
    position: absolute;
    height: 48px;
    border: 0;
    color: #fff;
    background: #2d2d2d;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

blockquote {
    padding: 35px 0;
    position: relative;
    margin: 35px 0;
    background: #f5f5f5
}

blockquote .quote-text {
    color: #2d2d2d;
    font-size: 18px;
    line-height: 32px;
    display: block;
    font-style: italic;
    font-weight: 400;
    padding-left: 45px
}

blockquote p {
    margin-left: 44px
}

.thumb-overlay {
    position: absolute;
    background-color: rgba(255, 255, 255, .8);
    text-align: center;
    top: 0;
    left: 0;
    z-index: 998;
    bottom: -1px;
    right: 0;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.thumb-overlay i {
    position: absolute;
    top: 46%;
    left: 0;
    right: 0;
    cursor: pointer;
    visibility: visible;
    width: 48px;
    height: 48px;
    color: #fff;
    font-size: 28px;
    line-height: 48px;
    margin: -20px auto;
    opacity: 0;
    z-index: 99;
    -webkit-transform: scale(.2);
    -moz-transform: scale(.2);
    -ms-transform: scale(.2);
    -o-transform: scale(.2);
    transform: scale(.2);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.thumb-overlay:hover {
    opacity: 1;
    visibility: visible
}

.thumb-overlay:hover i {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -0-transform: scale(1);
    transform: scale(1)
}

.post-tags-list {
    padding-top: 6px
}

.post-tags-list a {
    display: inline-block;
    color: #999;
    font-size: 12px;
    padding: 2px 8px;
    background: #eee;
    margin-bottom: 4px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.post-tags-list a:hover {
    color: #fff
}

.author {
    margin-bottom: 30px;
    padding: 15px;
    border: 1px solid #efefef
}

.author .author-img {
    float: left;
    margin-right: 30px;
    display: inline-block
}

.author-title h3 {
    font-size: 18px
}

#comments h3 {
    font-size: 20px;
    font-weight: 400
}

#comments .comments-list {
    padding: 0;
    margin: 0 0 35px
}

#comments .comments-list .media {
    padding: 30px 0;
    border-bottom: 1px solid #ddd
}

#comments .comments-list .media .thumb-left {
    float: left
}

#comments .comments-list .media .thumb-left img {
    border-radius: 2px
}

#comments .comments-list .media .info-body {
    margin-left: 90px
}

#comments .comments-list .media .info-body .name {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    margin-right: 10px
}

#comments .comments-list .media .info-body .comment-date {
    font-weight: 400;
    color: #999;
    font-size: 13px
}

#comments .comments-list .media .info-body .comment-date a {
    margin-left: 5px
}

#comments .comments-list .media .info-body .reply-link {
    background: #ccc;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 14px
}

#comments .comments-list .media .info-body .reply-link:hover {
    background: #436eee
}

#comments .comments-list li ul {
    padding-left: 85px
}

.respond-title {
    font-size: 20px;
    font-weight: 400;
    padding: 0 0 30px
}

.owl-theme .owl-buttons div {
    width: 20px;
    height: 48px;
    display: block!important;
    background: #436eee!important;
    text-align: center;
    line-height: 48px;
    padding: 0!important;
    display: inline-block;
    margin: 0!important;
    opacity: 1!important;
    border-radius: 0!important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .18), 0 2px 5px 0 rgba(0, 0, 0, .15);
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.owl-theme .owl-buttons div:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    opacity: .8!important
}

.owl-theme .owl-buttons div i {
    color: #fff;
    font-size: 16px;
    line-height: 32px
}

.pagination.pagination-bar {
    padding-bottom: 35px;
    margin-top: 35px;
    text-align: center
}

.pagination {
    margin: 15px 0 0 0;
}

.pagination>li>a,
.pagination .pagination>li>span {
    border: 0;
    font-size: 15px;
    color: #2d2d2d;
    min-width: 48px;
    height: 48px;
    text-align: center;
    line-height: 36px;
    margin-right: 10px
}

.pagination .active>a,
.pagination .active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #436eee!important;
    border: 0
}

.pagination>li:first-child>a,
.pagination .pagination>li:first-child>span {
    border-radius: 0
}

.pagination>li:last-child>a,
.pagination .pagination>li:last-child>span {
    border-radius: 0
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background: #436eee;
    border-color: #436eee;
    color: #fff
}

.form-control {
    height: 48px
}

.form-control,
textarea {
    background: #fff;
    border: 0;
    font-size: 15px;
    outline: medium 0;
    color: #999;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    margin-bottom: 25px;
    padding: 10px 12px;
    border-radius: 0;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.form-control:focus,
textarea:focus {
    box-shadow: none;
    border-bottom: 1px solid #436eee
}

.contact-datails {
    /*margin-bottom:34px;*/
    min-height: 75px;
    position: relative
}

.contact-datails p {
    margin-bottom: 1em
}

.contact-datails p i {
    padding-right: 10px
}

.login a {
    color: #999
}

.login a:hover {
    color: #436eee
}

.inline {
    font-size: 15px;
    font-weight: 400;
    margin-right: 30px
}

.inline input[type=checkbox] {
    width: inherit;
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
    margin-top: 5px
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    opacity: 1
}

.text-danger {
    text-align: left;
    font-size: 14px
}

ul.lft li {
    list-style: disc;
    margin-left: 20px;
}

table tr td {
    border: 1px solid #ccc;
    padding: 10px;
    color: #525252;
}

.pattern img {
    /* padding: 15px 0 0 0; */
    border-radius: 5px;
    /* margin-bottom: 20px; */
    margin: 20px 0 15px 0;
}

.dlab-img-effect {
    position: relative;
    overflow: hidden;
    display: block;
}

.dlab-img-effect img {
    display: block;
    margin: 20px 0 15px 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: all 0.80s;
    -moz-transition: all 0.80s;
    -webkit-transition: all 0.80s;
    -o-transition: all 0.95s;
}


/* >image-rotate */

.dlab-img-effect.rotate:hover img {
    -moz-transform: scale(1.5) rotate(-20deg);
    -webkit-transform: scale(1.5) rotate(-20deg);
    -o-transform: scale(1.5) rotate(-20deg);
    -ms-transform: scale(1.5) rotate(-20deg);
    transform: scale(1.5) rotate(-20deg);
}


/* >image-sepia */

.dlab-img-effect.sepia img {
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
}

.algo-image-hover.sepia:hover img {
    -webkit-filter: sepia(0);
    filter: sepia(0);
}

.over p {
    text-align: justify;
}

i.fa.fa-check {
    padding-right: 15px;
}

.about.section li {
    list-style: disc;
}

footer {
    margin-top: 30px;
}

.pagination a {
    padding: 8px 15px 8px 15px;
    background: #f3f3f3;
    /* border-right: 1px solid #CCC; */
    border: 2px solid #ccc;
    margin: 5px;
    border-radius: 4px;
    /* margin-top: 15px !important; */
}

.col-lg-12.col-md-12.col-sm-12.pad-white {
    margin: 0px 0 20px 0px;
}

.col-lg-12.col-md-12.col-sm-12.pad-white ul {
    margin: -10px 30px 20px 30px;
}

.pumps img {
    margin: 0 0 20px 0;
}

.pumps p {
    text-align:center;
}



.pagination a:hover {
    padding: 8px 15px 8px 15px;
    background: #01b1d7;
    color: #fff;
    border: 2px solid #01b1d7;
    margin: 5px;
    border-radius: 4px;
    /* margin-top: 15px !important; */
}

.pad-sky {
    padding: 20px !important;
    background-color: rgba(43, 166, 202, 0.06);
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
    color: #333;
}

.pad-gray {
    padding: 20px !important;
    background: #efefef;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
    color: #333;
}

center {
    border: 1px solid #ccc;
    border-radius: 21px;
    border-bottom: 6px solid #ccc;
    margin-bottom: 35px;
    background: #fff;
}

.border-line {
    border-bottom: 1px solid #ccc;
    /* margin-top: 15px; */
    padding: 5px 0 5px 0;
}

ul.list.scroll {
    overflow: scroll;
    height: 200px;
    overflow-x: hidden;
    text-align: left;
}

ul.list.scroll li {
    font-size: 13px;
    line-height: 32px;
    border-bottom: 1px dashed #ccc;
}

svg.svg-inline--fa.fa-file-pdf.fa-w-12.fa-2x {
    width: 15px;
    /* margin-right: 15px; */
    color: #dd4b39;
    margin: 7px 15px -3px 0;
}

ul.footlinks {
    list-style: none;
    padding: 0;
}

ul.footlinks li a {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.desc p {
    text-align: justify;
    line-height: 22px;
}


.load-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.91);
    /*display: none;*/
    z-index: 98741;
    overflow-y: auto;
    overflow-x: hidden;
}


.load-container {
    /* width: 300px; */
    width: 590px;
    background: #eee;
    border-radius: 10px;
    margin: 12% 35% 0% 0%; 
     /*margin: -60% 30% 0% 0%;*/
    z-index: 99999;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #ddd;
    float: right;
    position: relative;
    right: -100px;
    opacity: 0;
}

.cir-cl {
    font-size: 30px !important;
    color: #01b1d7;
    /* margin-right: -14px; */
    float: right;
    margin: -18px -20px 0 0;
    /* box-shadow: 1px 1px; */
    text-shadow: 1px 1px 1px #282c2d;
}

.card table tr:nth-child(even) {
    background: #f9f9f9;
}

ul.lft {
    color: #333232;
}

p {
    color: #545252;
}

ul {
    color: #545252;
}

section.courses.section {
    background: #e8e8e8;
}

ul.address {
    color: #ccc;
}

.quality {
    background: #f3f3f3;
    box-shadow: 0px 0px 15px #ccc7c7;
    padding: 31px;
    padding-bottom: 45px;
}

.qualitys {
    background: #333;
    box-shadow: 0px 0px 15px #ccc7c7;
    padding: 31px;
    color: #fff;
    font-size: 27px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-align: center;
    line-height: 37px;
}

.qualite img {
    margin-bottom: 27px;
    margin-top: 15px;
    border-radius: 10px;
}

.quality li {
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
}

.flow {
    text-align: center;
    padding: 15px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    background: #63beda;
}

.information {
    padding: 15px;
    padding-top: 15px;
    background: #f7fafb;
    ;
    /* color: #fff !important; */
    border: 1px dashed #bbd4dc;
}

.over p {
    background: #f7fafb;
    padding: 20px;
}

.white {
    background: #fff;
    padding: 38px;
    border-radius: 10px;
}

.radius {
    border-radius: 10px;
}

.white1 {
    background: #fff;
    padding: 14px 0 15px 30px;
    border-radius: 10px;
    margin: 18px 0 0 0;
}

.teacher-info {
    background: #e5e3d3;
    padding: 15px;
}

.single-teacher .single-teacher-inner {
    background: #fff;
}

.nav-tabs>li>a {
    margin-right: 0px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0 !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff !important;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.section-titles {
    line-height: 0;
    font-family: 'Open Sans', sans-serif;
    padding: 20px 0px 50px !important;
    margin-bottom: -20px;
    /*background: transparent url(../../assets/img/bg-divider-section-header.png) center center no-repeat;*/
}

footer.f {
    margin-top: 0px;
}

.mission {
    text-align: justify;
    padding: 15px 20px 20px 10px;
    background: #ecf0f1;
}

.navbar-right {
    float: right!important;
    margin-right: -27px !important
}

.pad-white {
    padding: 15px !important;
    background-color: #fff;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
    color: #333;
}


/*new css*/

.qualityss {
    background: #fff;
    box-shadow: 0px 0px 105px #ccc7c7;
    padding: 31px;
    color: #fff;
    font-size: 27px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    /* text-align: center; */
    /* line-height: 37px; */
}

.qualityss h2 {
    color: #454545;
    font-size: 27px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    /* text-align: center; */
    /* line-height: 37px; */
}

.qualityss h5 {
    color: #454545;
    font-size: 19px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    /* text-align: center; */
    /* line-height: 37px; */
}

.qualityss p {
    text-align: justify;
}

table tr td {
    border: 1px solid #ccc;
    padding: 3px 0px 0 20px !important;
    color: #525252;
}

.qualityi h5 {
    color: #ffffff;
}

.qualityi {
    background: #333;
    box-shadow: 0px 0px 15px #ccc7c7;
    padding: 31px;
    color: #fff;
    font-size: 27px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 37px;
}

.qualityi img {
    margin-top: 50px;
}

.flows h4 {
    color: #fff;
}

.flows {
    padding: 0px 0 20px 20px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    background: #63beda;
}

.line {
    border: 1px solid #fff;
    width: 100%;
    font-weight: 400;
    font-size: 15px;
}

.line li {
    color: #fff;
    border-top: 1px solid #fff;
    padding: 5px 0 5px 20px;
    list-style: none !important;
}

.flows {
    padding: 11px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    background: #63beda;
    padding-bottom: 13px;
    /* height: 200px; */
}

.mtop-10 {
    margin: 25px 0 20px 0;
}

.more li {
    font-size: 15px;
    font-weight: 500;
}

.name p {
    background: #01b1d7;
    color: #fff;
    padding: 5px;
    text-align: center;
    font-size: 13px;
}

.nivo-lightbox-image img {
    border: 5px solid #fff;
}


.nav-tabs>li {
   float: none !important;
    margin-bottom: -1px;
}

.nav-tabs > li.active > a, .nav-tabs > li > a:hover {
    border: none;
    color: #fff !important;
    background: #01b1d7  !important;
}

ul.nav.nav-tabs li {
    border-bottom: 1px solid #eee;
}

a.pull-center.btn.btn-common {
    /* margin: 0 auto; */
    margin: 0 55px 0px 65px;
    border-radius: 30px;
}

#loadPopup .load-container {margin-right:28%;}


@media (min-width: 320px) and ( max-width:325px){

.body-overflow #loadPopup .load-container {margin-right:8%;}

}

@media (min-width: 360px) and ( max-width:400px){

#loadPopup .load-container {margin-right:13%;}

}

@media (min-width: 411px) and ( max-width:415px){

#loadPopup .load-container {margin-right:18%;}

}

@media (min-width: 480px) and ( max-width:485px){

#loadPopup .load-container {margin-right:13%; width: 360px; margin-top: 3%;}
.load-container .popup-13 iframe {width: 100%; }

}

@media (min-width: 568px) and ( max-width:575px){

#loadPopup .load-container {margin-right:22%; width: 320px; margin-top: 3%;}
.load-container .popup-13 iframe {width: 100%; }

}

@media (min-width: 640px) and ( max-width:650px){

#loadPopup .load-container {margin-right:23%; width: 360px; margin-top: 5%;}
.load-container .popup-13 iframe {width: 100%; }

}


@media (min-width: 660px) and ( max-width:670px){

#loadPopup .load-container {margin-right:23%; width: 360px; margin-top: 5%;}
.load-container .popup-13 iframe {width: 100%; }

}

@media (min-width: 735px) and ( max-width:740px){

#loadPopup .load-container {margin-right:23%; width: 360px; margin-top: 5%;}
.load-container .popup-13 iframe {width: 100%; }

}

@media (min-width: 810px) and ( max-width:820px){

#loadPopup .load-container {margin-right:31%; width: 360px; margin-top: 4%;}
.load-container .popup-13 iframe {width: 100%; }

}

@media (min-width: 768px) and ( max-width:770px){

#loadPopup .load-container {margin-right:18%; margin-top: 4%;}

}

@media (min-width:800px) and ( max-width:820px){

#loadPopup .load-container {margin-right:18%; margin-top: 5%;}

}

@media (min-width:980px) and ( max-width:990px){

#loadPopup .load-container {margin-right:18%; margin-top: 5%;}

}

@media (min-width: 1024px) and ( max-width:1030px){

#loadPopup .load-container {margin-right:20%; margin-top: 5%;}

}

@media (min-width: 1024px) and ( max-width:1030px){

#loadPopup .load-container {margin-right:20%; margin-top: 5%;}

}

@media (min-width:1920px) and ( max-width:1930px){

#loadPopup .load-container {margin-right:35%;}

}


@media (min-width:320px) and ( max-width:767px){
	
.body-overflow .load-popup{ display:none !important}
	
}




i.fa.fa-file-pdf-o {
    color: #ff4646;
    padding: 0px 10px 0 0px;
    /* margin: 0 0 10px; */
}

div#flow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
}
.ul img {
    border-radius: 10px;
    border: 2px solid #eb1922;
}

