@charset "utf-8";
@import "https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i,700|Raleway:400,400i,500,600,600i,700,700i";
@import "pe-icon-7-stroke.css";
@import "helper.css";
@import "font-awesome.min.css";
@import "animate.min.css";
@import "VideoPopUp.css";
@import "owl.carousel.min.css";
@import "owl.theme.default.css";
@import "lightbox.min.css";
@import "bootstrap-dropdownhover.css";
@import "element.css";
@import "stroke-gap.css";
a,
a:focus,
a:hover {
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out
}

ul,
ul li {
    margin: 0;
    line-height: 30px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding: 0
}

.about-col h5,
.hilight-box p,
.slide-caption__desc {
    font-style: italic
}

@font-face {
    font-family: Matura MT Script Capitals;
    src: url(../fonts/MATURASC.TTF)
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #424242;
    overflow-x: hidden !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: sans-serif;
    color: #285D7D;
    line-height: 1.1;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0;
    text-transform: uppercase
}

h4 {
    font-size: 20px;
    color: #285D7D
}

.about-col-two p {
    text-align: left
}

p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding: 0
}

.h3,
h3 {
    font-size: 25px
}

.btn,
.form-control {
    font-size: 14px
}

a {
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.set-click-video-area .bd-video-col a i,
a:focus,
a:hover {
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

a:focus,
a:hover {
    outline: 0;
    transition: all .3s ease-in-out
}

img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.form-control {
    resize: none;
    height: 45px;
    margin-bottom: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

.form-control:focus {
    border-color: #a2a2a2;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

::-webkit-input-placeholder {
    color: #999 !important
}

::-moz-placeholder {
    color: #999 !important
}

:-ms-input-placeholder {
    color: #999 !important
}

:-moz-placeholder {
    color: #999 !important
}

.my-btn {
    padding: 10px 20px;
    background: #285D7D;
    color: #fff;
    position: relative;
    border-radius: 0;
    border: none;
    text-transform: capitalize
}

.my-btn:hover {
    color: #fff;
    background: #303030
}

.my-btn:active:before,
.my-btn:focus:before,
.my-btn:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

.text-right1 {
    text-align: right !important
}

.my-btn:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 90%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, transparent 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity
}

.overlay-black:before,
.overlay-white:before {
    width: 100%;
    height: 100%;
    z-index: 0;
    content: "";
    left: 0;
    top: 0
}

.overlay-black {
    position: relative
}

.overlay-black:before {
    position: absolute;
    background-color: rgba(0, 0, 0, .8)
}

.overlay-white {
    position: relative
}

.overlay-white:before {
    position: absolute;
    background-color: rgba(255, 255, 255, .9)
}

.section-title {
    margin-bottom: 60px;
    text-align: center
}

.section-title h2 {
    font-size: 32px;
    margin-bottom: 15px;
    position: relative
}

.section-title h2 span {
    color: #285D7D
}

.section-title h2:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -15px;
    width: 60px;
    height: 2px;
    background: #285D7D
}

.section-title p {
    margin-top: 12px;
    font-size: 18px;
    color: #fff
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloder/5.gif)
}

#scrollUp {
    bottom: 20px;
    right: 20px;
    padding: 5px 10px;
    background-color: #285D7D;
    color: #fff
}

#scrollUp:before {
    content: "\e61e";
    font-family: Stroke-Gap-Icons;
    font-size: 20px
}

.inner-pagination {
    margin-bottom: 30px;
    margin-top: 20px
}

.mt50 {
    margin-top: 50px
}

.mt20 {
    margin-top: 20px
}

.mb0 {
    margin-bottom: 0
}

.m0 {
    margin: 0
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 0
}

.page-item .page-link {
    margin: 0 5px;
    color: #333;
    border-color: #8e8e8e
}

.inner-pagination .page-item .page-link:hover {
    color: #fff !important;
    background: #285D7D
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0;
    color: #333;
    border-color: #8e8e8e
}

.set-click-video-area {
    position: relative;
    overflow: hidden;
    background-image: url(../images/bg/1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    text-align: center;
    height: 100vh
}

.h100vh,
.h100vh .container,
.h100vh .row {
    height: 100vh
}

.dis-table {
    display: table;
    height: 100%
}

.bd-video-col {
    display: table-cell;
    vertical-align: middle
}

.set-click-video-area::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-image: url(../images/logo/pattan.html);
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 0
}

.set-click-video-area .bd-video-col h2 {
    font-size: 42px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
    line-height: 1.8em;
    letter-spacing: 5px;
    position: relative
}

.set-click-video-area .bd-video-col h4,
.set-click-video-area .bd-video-col p {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 0;
    position: relative;
    color: #fff;
    text-transform: uppercase
}

.set-click-video-area .bd-video-col h4 {
    letter-spacing: 5px
}

.set-click-video-area .bd-video-col p {
    word-spacing: 10px;
    letter-spacing: 2px
}

.set-click-video-area .bd-video-col a i {
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    line-height: 90px;
    font-size: 40px;
    z-index: 2;
    text-align: center;
    position: relative;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #285D7D;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.set-click-video-area .bd-video-col a:hover i {
    background: #333;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.icon-scroll {
    display: none
}

@media (min-width:992px) {
    .icon-scroll {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 20px;
        text-decoration: none;
        font-size: 32px;
        color: #fff;
        -webkit-transition: color .2s ease-out;
        -moz-transition: color .2s ease-out;
        -ms-transition: color .2s ease-out;
        -o-transition: color .2s ease-out;
        transition: color .2s ease-out;
        -webkit-animation: bounce 1s infinite;
        -moz-animation: bounce 1s infinite;
        -ms-animation: bounce 1s infinite;
        -o-animation: bounce 1s infinite;
        animation: bounce 1s infinite
    }
    .icon-scroll:hover {
        color: rgba(255, 255, 255, 1);
        -webkit-transition: color .2s ease-out;
        -moz-transition: color .2s ease-out;
        -ms-transition: color .2s ease-out;
        -o-transition: color .2s ease-out;
        transition: color .2s ease-out
    }
}

.affix,
.date-over-img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

@media (max-width:767px) {
    .bd-video-col {
        display: none
    }
}

.topbar-area {
    padding: 0;
    background: #222;
    overflow: hidden
}

.topbar-info li {
    display: inline-block;
    margin-right: 20px
}

.topbar-info li p {
    color: #fff;
    line-height: 40px;
    margin-bottom: 0;
    font-size: 14px
}

.social-icon ul li a i,
.topbar-info li p a {
    line-height: 45px;
    color: #fff
}

.social-icon {
    text-align: right
}

.social-icon ul li {
    display: inline-block;
    text-align: center;
    margin-left: 5px;
    background: #285D7D
}

.social-icon ul li a i {
    font-size: 16px;
    width: 45px;
    height: 45px
}

.logo-text {
    font-size: 16px;
    margin-top: 5px;
    color: #253a85;
    text-align: center;
    font-weight: 600;
    font-family: Matura MT Script Capitals
}

.header-navbar {
    color: #fff
}

.header-navbar .navbar-brand {
    padding: 0;
    margin-top: 15px
}

.header-navbar .navbar-brand img {
    width: 125px;
    display: initial;
    height: auto
}

.header-navbar .navbar {
    margin-bottom: 0
}

.header-navbar .navbar-default {
    background: 0 0;
    border: none
}

.header-navbar .navbar-default .navbar-nav>.active>a,
.header-navbar .navbar-default .navbar-nav>li>a:hover {
    color: #285D7D;
    background-color: transparent
}

.header-navbar .navbar-default .navbar-nav>li>a {
    color: #333;
    text-transform: capitalize;
    padding: 35px 6px;
    margin-left: 12px;
    font-size: 15px;
    font-weight: 600
}

.header-navbar .navbar-default .navbar-nav>li>a:focus,
.header-navbar .navbar-default .navbar-nav>li>a:hover {
    background: 0 0
}

.dropdown-menu {
    min-width: 200px;
    position: relative
}

.main-herader-two,
.sub-menu {
    position: absolute
}

.header-navbar .navbar-right .dropdown-menu {
    right: auto
}

.header-navbar .navbar-nav .dropdown-menu {
    padding: 0
}

.header-navbar .navbar-nav .dropdown-menu>li>a {
    padding: 15px 10px;
    color: #333;
    text-transform: capitalize;
    border-left: 3px solid transparent;
    border-top: 1px solid #eee
}

.header-navbar .navbar-nav .dropdown-menu.sub-menu {
    margin-left: 0
}

.drop {
    left: 100%
}

.header-navbar .navbar-right.sub-menu {
    right: 20%
}

.affix {
    background: #fff;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 8px 12px -10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 8px 12px -10px rgba(0, 0, 0, .2);
    box-shadow: 0 8px 12px -10px rgba(0, 0, 0, .2);
    transition: all .3s ease-in-out
}

.main-herader-two {
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: 0 0
}

#video-bg:before,
.slide__item:before {
    content: "";
    z-index: 0;
    left: 0
}

.main-herader-two .header-navbar .navbar-brand {
    margin-top: 12px
}

.main-herader-two .social-icon ul li {
    background: #285D7D
}

.main-herader-two .header-navbar .navbar-default .navbar-nav>li>a {
    padding: 35px 0
}

.main-herader-two .navbar-nav .dropdown-menu>li>a {
    font-weight: 600
}

.main-herader-two .affix-top .container {
    background-color: rgba(255, 255, 255, .8);
    position: relative
}

.main-herader-two .topbar-area {
    background-color: transparent;
    border-bottom: none
}

.main-herader-two .navbar-default .navbar-nav>li>a {
    color: #333;
    font-weight: 600;
    font-size: 13px
}

.main-herader-two .affix .navbar-default .navbar-nav>li>a {
    color: #333
}

.nav>li.dropdown.open {
    position: static
}

.nav>li.dropdown.open .dropdown-menu.mega-menu {
    display: table;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    padding: 30px;
    margin-left: 0
}

.dropdown-menu.mega-menu>li {
    display: table-cell
}

.dropdown-menu.mega-menu li ul.menu-col li {
    padding: 8px 0;
    text-align: left;
    border-bottom: 1px solid #ddd
}

.dropdown-menu.mega-menu li a {
    color: #333;
    text-transform: capitalize;
    text-transform: uppercase;
    border-left: 2px solid transparent
}

.dropdown-menu.mega-menu li a:hover {
    padding-left: 10px;
    border-left: 2px solid #285D7D
}

.dropdown-menu.mega-menu img {
    margin-top: 0
}

.about-col .btn-default.my-btn,
.about-col p:last-child,
.footer-col.about ul {
    margin-top: 20px
}

.slide {
    padding: 0
}

.slide__item {
    height: 75vh
}

.slide__item:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0
}

.item-bg-1 {
    background: url(../images/slider/1.jpg) no-repeat;
    background-size: cover;
    height: 70vh
}

.item-bg-2 {
    background: url(../images/slider/2.jpg) no-repeat;
    background-size: cover;
    height: 70vh
}

.item-bg-3 {
    background: url(../images/slider/3.jpg) no-repeat;
    background-size: cover;
    height: 70vh
}

.item-bg-4 {
    background: url(../images/slider/4.jpg) no-repeat;
    background-size: cover;
    height: 70vh
}

.slide-caption {
    position: absolute;
    text-align: center;
    color: #fff;
    width: 100%;
    background: rgba(222, 222, 222, .86);
    padding: 10px 0
}

.slide-caption__title {
    font-weight: 700;
    font-size: 32px;
    color: #285D7D;
    text-transform: uppercase;
    margin-bottom: 0
}

.slide-caption__title span {
    color: #285D7D
}

.slide-caption__desc {
    font-size: 20px;
    color: #fff;
    letter-spacing: 5px;
    margin-bottom: 20px;
    text-transform: capitalize
}

.slide-caption .btn {
    border: 2px solid #285D7D;
    color: #fff;
    background: #285D7D;
    padding: 10px 25px;
    text-transform: uppercase
}

.banner-box h3,
.video-banner-content h3 {
    text-transform: capitalize;
    letter-spacing: 1px
}

.slide-caption .btn:hover {
    color: #3b4d8f;
    border-color: #285D7D;
    background: 0 0
}

.main-slider-area .owl-next,
.main-slider-area .owl-prev {
    position: absolute;
    top: 45%;
    font-size: 25px;
    background: #551FC0;
    width: 35px;
    padding: 0 5px;
    border-radius: 0;
    color: #fff
}

.main-slider-area .owl-prev {
    left: 0
}

.main-slider-area .owl-next {
    right: 0
}

.main-slider-area .owl-theme .owl-nav [class*=owl-] {
    background: #285D7D;
    color: #fff
}

.banner-area,
.video-banner-area {
    height: 100vh;
    width: 100%;
    text-align: center
}

.main-slider-area-two .slide-caption {
    bottom: 0
}

.banner-area {
    background: url(../images/bg/3.jpg) 50% 50%;
    background-size: cover
}

#video-bg:before,
.banner-area.overlay-black:before {
    background: rgba(0, 0, 0, .6)
}

.banner-box {
    padding: 300px 0 100px;
    text-align: center
}

.banner-box h2 {
    color: #fff;
    font-size: 42px
}

.banner-box h2 span {
    color: #285D7D
}

.banner-box h3 {
    color: #fff
}

.video-banner-area {
    overflow: hidden;
    position: relative
}

#video-bg {
    background: 0 0;
    text-align: center;
    z-index: -1
}

#video-bg:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.video-banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 111;
    text-align: center
}

.video-banner-content h2 {
    color: #fff;
    font-size: 42px
}

.video-banner-content h2 span {
    color: #285D7D
}

.video-banner-content h3 {
    color: #fff
}

.about-area {
    padding: 65px 0 70px;
    overflow-x: hidden
}

.about-col,
.about-col-img {
    margin-bottom: 30px
}

.about-col p {
    text-align: justify
}

.about-col h3 {
    font-size: 28px
}

.about-col h3 span {
    color: #285D7D
}

.about-col h5 {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px
}

.about-col-img {
    position: relative
}

.about-col-img img {
    width: 90%;
    float: right
}

.video-layer {
    position: absolute;
    left: 30px;
    top: 46%;
    z-index: 0;
    width: 90%;
    height: 100%;
    margin-top: -30%;
    border: 5px solid rgba(238, 44, 60, .7)
}

.video-layer1 {
    position: absolute;
    left: 30px;
    top: 46%;
    z-index: -1;
    width: 90%;
    height: 100%;
    margin-top: -30%;
    border: 5px solid rgba(238, 44, 60, .7)
}

.line1 {
    top: 34%;
    left: 18px
}

.video-layer i {
    position: absolute;
    left: 45%;
    top: 35%;
    z-index: 1;
    color: #fff;
    font-size: 60px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    height: 80px;
    background: rgba(238, 44, 60, .7);
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.call-to-action-center:before,
.call-to-action-corner:before {
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.service-item .service-icon,
.video-layer:hover i {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.video-layer:hover i {
    opacity: 1;
    transition: all .4s ease-in-out
}

.about-area-two {
    padding: 100px 0
}

.about-area-four,
.about-area-three {
    padding: 0 0 70px
}

.about-col-two {
    margin-bottom: 30px
}

.about-col-two p {
    margin-bottom: 20px
}

.about-col-two p:last-child {
    margin-bottom: 0
}

.about-col-three {
    margin-bottom: 30px
}

.about-col-three p {
    margin-bottom: 20px
}

.about-col-three p:last-child {
    margin-bottom: 0
}

.about-col-four {
    margin-bottom: 30px
}

.about-col-four p {
    margin-bottom: 20px
}

.about-col-four p:last-child {
    margin-bottom: 0
}

.call-to-action .container-fluid {
    padding: 0
}

.call-to-action-corner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.call-to-action-corner:before {
    position: absolute;
    background: rgba(230, 120, 23, 0.94)
}

.call-to-action-center {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.call-to-action-center:before {
    position: absolute;
    background: rgba(230, 120, 23, 0.94)
}

.box:before,
.separator-area .separator-col h2:after {
    content: "";
    position: absolute
}

.single-call-to-action {
    position: relative;
    text-align: center;
    min-height: 250px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center
}

.single-call-to-action .content-box,
.single-call-to-action .icon-box {
    display: inline-block;
    vertical-align: top
}

.single-call-to-action .icon-box {
    width: 50px;
    position: relative;
    bottom: 15px
}

.single-call-to-action .icon-box i.flaticon-clock {
    bottom: 20px;
    position: relative
}

.single-call-to-action .icon-box i.flaticon-medical {
    position: relative;
    bottom: 25px
}

.single-call-to-action .icon-box i.flaticon-coins {
    position: relative;
    bottom: 15px
}

.single-call-to-action .icon-box i:before {
    font-size: 50px;
    color: #fff
}

.single-call-to-action .content-box {
    width: 65%;
    text-align: left;
    padding-left: 15px
}

.single-call-to-action .content-box h3 {
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    margin: 0 0 15px
}

.single-call-to-action .content-box p {
    font-size: 13px;
    color: #fff;
    line-height: 24px
}

.single-call-to-action .content-box ul {
    margin: 0;
    padding: 0
}

.single-call-to-action .content-box ul li {
    list-style: none;
    color: #fff;
    font-size: 13px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.single-call-to-action .content-box .thm-btn.inverse {
    border-color: #fff;
    background-color: transparent;
    padding: 7px 22px;
    color: #fff
}

.single-call-to-action .content-box .thm-btn.inverse:hover {
    background: #fff;
    color: #186AAB
}

.call-to-action.boxed .single-call-to-action .content-box {
    width: 70%
}

.single-specialize {
    padding: 0 60px
}

.single-specialize:hover .icon-box {
    background: #186AAB;
    border-color: #186AAB;
    color: #fff
}

.single-specialize .icon-box {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #F0F0F0;
    line-height: 118px;
    color: #186AAB;
    margin-bottom: 30px;
    transition: all .3s ease
}

.single-specialize .icon-box i:before {
    font-size: 60px
}

.single-specialize h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 20px;
    color: #202A30;
    font-weight: 600
}

.single-specialize p {
    color: #9C9C9C;
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 25px
}

.single-specialize a.thm-btn {
    font-size: 12px;
    padding: 7px 21px
}

.service-area {
    padding: 100px 0 50px;
    background: #285D7D
}

.service-item {
    margin-bottom: 50px;
    text-align: center
}

.service-item .service-icon {
    width: 85px;
    height: 85px;
    margin: auto auto 20px;
    background: #285D7D;
    border: 3px solid transparent;
    transition: all .4s ease-in-out
}

.service-item .service-icon i {
    font-size: 50px;
    color: #fff;
    line-height: 85px
}

.service-item:hover .service-icon {
    background: 0 0;
    border: 3px solid #285D7D;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.service-item:hover .service-icon i {
    color: #285D7D
}

.service-inner-area {
    background: #fff
}

.service-col {
    margin-bottom: 50px
}

.serviceBox {
    margin-top: 10px
}

.serviceBox .title {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 20px;
    padding-left: 70px;
    border-bottom: none
}

.serviceBox .service-content {
    padding: 25px 10px 25px 50px;
    border: 1px solid #c1c1c1;
    position: relative;
    transition: all .3s ease 0;
    min-height: 102px
}

.serviceBox:hover .service-content {
    border-color: #285D7D
}

.serviceBox .description {
    line-height: 25px;
    margin: 0;
    color: #fff;
    font-size: 16px
}

.serviceBox .service-icon {
    width: 70px;
    height: 70px;
    line-height: 65px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    color: #285D7D;
    border: 1px solid #c1c1c1;
    position: absolute;
    top: -30px;
    left: -20px;
    transition: all .3s ease 0
}

.serviceBox:hover .service-icon {
    border-color: #285D7D;
    color: #FFF;
    background: #285D7D
}

.service-content i:before {
    margin-left: 0;
    font-size: 35px
}

.separator-area {
    padding: 120px 0;
    background: url(../images/bg/1.jpg) left no-repeat #fcfcfc;
    background-size: 50% 100%
}

.separator-area .separator-col h2 {
    font-size: 40px;
    font-style: italic;
    position: relative;
    margin-bottom: 50px
}

.separator-area .separator-col h2:after {
    right: 0;
    bottom: -15px;
    z-index: 0;
    width: 70px;
    height: 3px;
    background: #285D7D
}

.separator-area .separator-col h2 span {
    color: #285D7D
}

.service-stction-two .services-features .back-color {
    background: #fff
}

.service-stction-two .services-features i {
    background: #285D7D
}

.portfolio-section {
    padding: 100px 0;
    overflow: hidden
}

.portfolio-nav {
    float: none;
    text-align: center;
    margin-bottom: 30px
}

.portfolio-nav li {
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 10px;
    text-transform: capitalize;
    font-weight: 700;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.blog-img img,
.portfolio-nav li:hover {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

.portfolio-nav li:hover {
    color: #285D7D;
    transition: all .5s ease-in-out
}

.filtr-item {
    width: 33.25%;
    padding: 0
}

.filtr-item-4 {
    width: 25%;
    padding: 0
}

.padd0 {
    padding: 0
}

.box {
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    position: relative
}

.box:before {
    width: 70%;
    height: 100%;
    top: 0;
    left: -10%;
    opacity: 0;
    transform: scale(0);
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    background: rgba(238, 44, 60, .7);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.box:hover:before {
    width: 80%;
    opacity: 1;
    transform: scale(2);
    transform: skewX(-10deg)
}

.box img {
    width: 100%;
    height: auto
}

.box .box-content {
    width: 50%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-200%, -50%);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.box:hover .box-content {
    transform: translate(0, -50%)
}

.box .title {
    color: #fff;
    font-size: 18px;
    z-index: 1;
    margin-bottom: 10px;
    border-bottom: none
}

.box .icon {
    padding: 0;
    margin: 0;
    list-style: none
}

.box .icon li {
    display: inline-block
}

.box .icon li a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    margin-right: 5px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.box .icon li a i:hover {
    background: #fff;
    color: #000
}

.portfolio-section .inner-pagination {
    margin-bottom: 0;
    margin-top: 50px
}

.portfolio-grid-4 .filtr-item {
    width: 25%
}

.portfolio-details {
    padding: 100px 0 50px
}

.details-col {
    margin-bottom: 50px
}

.details-col ul {
    margin-top: 10px
}

.details-col ul li {
    margin-bottom: 8px
}

.details-col ul li i {
    margin-right: 10px;
    color: #285D7D
}

.details-col ul li a {
    color: #111
}

.counter-area {
    padding: 80px 0;
    background: url(../images/bg/2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.counter-col {
    padding: 30px 10px;
    position: relative;
    margin-bottom: 50px;
    text-align: center
}

.counter-col:before {
    width: 30px;
    height: 30px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0
}

.counter-col .counter i {
    font-size: 40px;
    color: #285D7D;
    padding-bottom: 10px;
    display: block
}

.counter-col .counter span {
    color: #fff;
    font-size: 20px;
    line-height: 30px
}

.counter-col .counter p {
    color: #285D7D;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase
}

.team-area {
    padding: 100px 0 70px
}

.team-single-col {
    margin-bottom: 30px
}

.team-img {
    position: relative;
    overflow: hidden
}

.team-overlay {
    position: absolute;
    left: 0;
    bottom: -100%;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(238, 44, 60, .9);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.team-overlay .team-content,
.team-single-col:hover .team-overlay {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.team-single-col:hover .team-overlay {
    bottom: 0;
    transition: all .5s ease
}

.team-overlay .team-content {
    white-space: nowrap;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .5s ease
}

.team-single-col:hover .team-overlay .team-content {
    opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.team-overlay .team-content h4 a,
.team-overlay .team-content h4 a:hover,
.team-overlay .team-content p,
.team-overlay .team-content ul li i {
    color: #fff;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.team-overlay .team-content h4 {
    font-size: 18px
}

.team-overlay .team-content h4 a,
.team-overlay .team-content h4 a:hover,
.team-overlay .team-content p {
    transition: all .4s ease-in-out
}

.team-overlay .team-content ul {
    margin-top: 15px
}

.team-overlay .team-content ul li {
    display: inline-block;
    margin-right: 2px;
    margin-left: 2px
}

.team-overlay .team-content ul li i {
    width: 35px;
    height: 35px;
    text-align: center;
    background: 0 0;
    font-size: 18px;
    line-height: 35px;
    border: 1px solid #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    transition: all .4s ease-in-out
}

.contact-infobox i,
.team-overlay .team-content ul li i:hover {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.team-overlay .team-content ul li i:hover {
    color: #333;
    background: 333px;
    border-color: #333;
    transition: all .4s ease-in-out
}

.testimonial-area {
    padding: 100px 0;
    background: #f9f9f9
}

.testimonial-item .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 40px;
    left: 20px
}

.testimonial-item .pic img {
    width: 100%;
    height: auto
}

.testimonial-item .description {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 15px;
    text-align: center;
    color: #dedede
}

.testimonial-item .title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin: 0
}

.testimonial-item .post {
    display: inline-block;
    font-size: 12px;
    color: #285D7D
}

.owl-theme .owl-controls .owl-page span {
    border: 2px solid #d45113;
    background: #fff;
    opacity: 1
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
    background: #d45113
}

.owl-theme .owl-nav {
    margin: 0
}

.owl-theme .owl-dots .owl-dot span {
    margin-bottom: 0
}

.bg-white {
    background: #fff
}

.bg-f9,
.blog-col {
    background: #f9f9f9
}

.testimonial-area-two {
    padding: 100px 0;
    background: #f9f9f9
}

.testimonial-area-two .testimonial-carousel-three {
    padding: 0
}

.blog-area {
    padding: 100px 0 70px
}

.blog-col {
    margin-bottom: 30px
}

.blog-content {
    padding: 20px 15px;
    border: 1px solid #e6e6e6;
    min-height: 252px
}

.blog-content a {
    color: #285D7D
}

.blog-content a.btn {
    color: #fff
}

.blog-img {
    position: relative;
    overflow: hidden;
    border: 1px solid #e3e3e3
}

.blog-img img {
    transition: all .5s ease-in-out
}

.blog-col:hover .blog-img img,
.post-date {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

.blog-col:hover .blog-img img {
    transition: all .5s ease-in-out;
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.post-date {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    background: #285D7D;
    text-align: center;
    transition: all .5s ease-in-out
}

.blog-col:hover .post-date {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.post-date h3 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0
}

.blog-col .embed-responsive,
.blog-col h4,
.blog-col p,
.info-bar {
    margin-bottom: 20px
}

.blog-col h4 {
    font-size: 18px;
    min-height: 62px
}

.blog-col p {
    min-height: 52px
}

.info-bar ul li {
    color: #285D7D;
    margin-right: 12px;
    display: inline-block
}

.info-bar ul li i {
    margin-right: 5px;
    color: #333
}

.info-bar ul li a {
    color: #333
}

.blog-full-wd {
    padding: 100px 0
}

.blog-full-col {
    margin-bottom: 50px
}

.blog-full-img {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #dadada
}

.date-over-img {
    position: absolute;
    left: 20px;
    top: 20px;
    background: rgba(0, 0, 0, .7);
    padding: 30px;
    transition: all .3s ease-in-out
}

.blog-full-col:hover .date-over-img,
.footer-col.newsletter ul li {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.date-over-img h3 {
    margin-bottom: 0;
    color: #fff;
    font-size: 18px
}

.blog-full-col:hover .date-over-img {
    left: 30px;
    top: 30px;
    transition: all .3s ease-in-out
}

.blog-full-col h2 {
    margin-bottom: 20px
}

.blog-full-col h2 a {
    color: #333
}

.blog-full-wd-bar {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #285D7D;
    display: inline-block;
    padding: 10px 20px
}

.footer-col h3:before,
.page-title-box h2:before {
    content: "";
    bottom: -10px
}

.right-angle {
    position: absolute;
    right: -40px;
    top: 0;
    z-index: 0;
    border-right: 40px solid transparent;
    border-bottom: 46px solid #285D7D
}

.blog-full-wd-bar ul li {
    display: inline-block;
    margin-right: 20px
}

.blog-full-wd-bar ul li i {
    margin-right: 5px;
    color: #fff
}

.blog-full-wd-bar ul li a {
    color: #fff
}

.m-none {
    margin: 0 !important
}

.blog-details-col .blog-title,
.comment-field,
.hilight-box {
    margin-top: 30px
}

.blog-sidebar-section {
    padding: 100px 0 70px
}

.sidebar-col {
    margin-bottom: 30px
}

.categories,
.sidebar-search-box {
    margin-bottom: 50px
}

.sidebar-search-box .input-group .form-control {
    height: 45px;
    border-color: #285D7D
}

.sidebar-search-box .input-group-btn .btn {
    height: 45px;
    width: 60px;
    background: #285D7D
}

.sidebar-search-box .input-group-btn .btn i {
    font-size: 22px;
    color: #fff
}

.sidebar-title h3 {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
    margin-bottom: 30px
}

.categories ul li {
    margin-bottom: 10px
}

.categories ul li a {
    color: #111;
    text-transform: capitalize
}

.categories ul li a:hover,
.sidebar-post ul li h4 a {
    color: #285D7D
}

.sidebar-post {
    margin-bottom: 100px
}

.sidebar-post ul li {
    position: relative;
    padding-left: 90px;
    margin-bottom: 10px;
    display: table;
    height: 80px
}

.sidebar-post ul li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    display: table
}

.sidebar-post ul li h4 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    display: table-cell;
    vertical-align: middle
}

.sidebar-tags {
    margin-bottom: 50px
}

.sidebar-tags ul li {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    margin-right: 5px;
    display: inline-block
}

.blog-details-col,
.hilight-box {
    margin-bottom: 30px
}

.sidebar-tags ul li a {
    padding: 10px 20px;
    color: #fff;
    background: #111;
    text-transform: uppercase
}

.sidebar-tags ul li a:hover {
    background: #285D7D;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.blog-details {
    padding: 100px 0
}

.hilight-box {
    padding: 30px;
    background: #f3f3f3
}

.comment-field h3 {
    margin-bottom: 20px
}

.comment-field h3 a {
    font-size: 18px;
    color: #285D7D
}

.comment-item {
    position: relative;
    padding-left: 100px;
    margin-bottom: 50px
}

.comment-item img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px
}

.comment-item-right {
    margin-left: 50px
}

.treatment-middle-box {
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #f5f5f5
}

.treatment-middle-box h3 {
    margin-top: 0;
    margin-bottom: 10px
}

.client-area {
    padding: 50px 0;
    background: #f9f9f9
}

.defult-page-title {
    padding: 80px 0;
    text-align: center;
    background: url(../images/bg/4.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.page-title-box {
    text-align: center;
    background: rgba(230, 120, 23, 0.78);
    padding: 50px 20px
}

.page-title-box h2 {
    font-size: 20px;
    color: #fff;
    position: relative;
    margin-bottom: 30px
}

.page-title-box h2 span {
    color: #fff
}

.page-title-box h2:before {
    position: absolute;
    left: 50%;
    width: 40px;
    height: 3px;
    margin-left: -20px;
    background: #333
}

.contact-infobox:hover i,
.error-area,
.panel-default>.panel-heading,
.pricing-table-area .pricing-item:hover {
    background: #285D7D
}

.page-title-box p {
    color: #000;
    text-transform: uppercase;
    font-size: 12px
}

.page-title-box p a {
    color: #fff
}

.page-title-box p a:hover {
    color: #eee
}

.page-title-box img {
    width: 400px;
    height: auto;
    float: right
}

.account-area {
    padding: 100px 0
}

.account-area .tab-content {
    padding: 20px;
    border: 1px solid #ddd;
    border-top: none
}

.nav-tabs .nav-item {
    float: none;
    display: block
}

.nav-link {
    text-align: center
}

.account-area .nav-tabs .nav-link.active {
    border-radius: 0
}

.account-area .nav-tabs .nav-link {
    color: #FFB606
}

.account-area .form-check {
    margin-bottom: 20px
}

.faq-area {
    padding: 100px 0
}

.panel-heading .accordion-toggle:after {
    content: "\f106";
    font-family: FontAwesome;
    float: right;
    font-size: 20px;
    color: #fff
}

.panel-heading .accordion-toggle.collapsed:after {
    content: "\f107"
}

.faq-col h2 {
    margin-bottom: 30px
}

.faq-col .panel-title {
    font-size: 16px;
    color: #fff
}

.pricing-table-area {
    padding: 100px 0 50px
}

.pricing-table-area .pricing-item {
    margin-bottom: 50px
}

.pricing-table-area .pricing-item:hover .common-btn {
    border-color: #285D7D;
    color: #285D7D
}

.pricing-table-area .pricing-price {
    color: #285D7D
}

.pricing-table-area .common-btn {
    background: #285D7D;
    border-color: #285D7D
}

.error-area {
    padding: 100px 0;
    height: 100vh
}

.error-col {
    margin-bottom: 30px;
    text-align: center
}

.error-col h1 {
    font-size: 36px;
    margin-bottom: 50px
}

.error-col h1 span {
    font-size: 60px;
    color: #fff
}

.error-col img {
    width: 100%;
    height: auto;
    margin: 0 auto
}

.error-col h4 {
    margin-top: 80px;
    margin-bottom: 0
}

.error-col h4 a {
    color: #fff
}

.error-col h4 a:hover {
    color: #111;
    text-decoration: underline
}

.capcha img {
    width: 16%
}

.contact-area {
    padding: 100px 0 70px
}

.contact-col {
    margin-bottom: 30px;
    text-align: center
}

.contact-infobox {
    border: 1px solid #dcdcdc;
    padding: 35px 0;
    min-height: 250px
}

.contact-infobox i {
    width: 80px;
    height: 80px;
    border: 3px solid #285D7D;
    color: #285D7D;
    text-align: center;
    font-size: 30px;
    line-height: 75px;
    margin-bottom: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    transition: all .4s ease-in-out
}

.contact-form-row .contact-col,
.contact-form-row .contact-col .btn,
.footer-col {
    margin-bottom: 30px
}

.contact-infobox:hover i {
    color: #fff;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.contact-form-row .contact-col .form-control {
    height: 45px
}

.contact-textarea {
    text-align: left
}

.about-img,
.demo-content-col,
.demo-page-features-col,
.header-content,
.pages-col {
    text-align: center
}

.contact-textarea textarea {
    height: 100% !important
}

.main-footer {
    padding: 100px 0 60px;
    background: #000000e8
}

.footer-col h3 {
    font-size: 20px;
    position: relative;
    color: #fff;
    margin-bottom: 40px;
    letter-spacing: 1px
}

.footer-col h3:before {
    position: absolute;
    left: 0;
    width: 50px;
    height: 3px;
    background: #285D7D
}

.footer-col h3 span {
    color: #285D7D;
    font-weight: 700
}

.footer-col.about p {
    color: #e2e2e2
}

.footer-col.about ul li {
    position: relative;
    padding-left: 25px;
    color: #e2e2e2;
    margin-bottom: 10px
}

.footer-col.about ul li i {
    position: absolute;
    left: 0;
    top: 7px;
    z-index: 0
}

.footer-col.links ul li {
    border-bottom: 1px solid #6f6f6f;
    padding-bottom: 8px;
    margin-bottom: 8px;
    list-style: none
}

.footer-col.links ul li:last-child {
    border-bottom: none
}

.footer-col.links ul li a {
    color: #e2e2e2;
    
    font-size: 15px
}

.footer-col.links ul li a:hover {
    color: #285D7D
}

.footer-col.twitter .twitter-box {
    position: relative;
    padding-left: 30px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #333
}

.footer-col.twitter .twitter-box:last-child {
    border-bottom: none
}

.footer-col.twitter .twitter-box i {
    color: #285D7D;
    position: absolute;
    left: 0;
    top: 7px;
    z-index: 0;
    font-size: 25px
}

.footer-col.twitter .twitter-box p {
    color: #e2e2e2
}

.footer-col.twitter .twitter-box p a {
    color: #285D7D
}

.footer-col.newsletter p {
    color: #e2e2e2;
    margin-bottom: 20px
}

.footer-col.newsletter .input-group {
    margin-bottom: 20px
}

.footer-col.newsletter .input-group .sub-btn {
    background: #285D7D;
    color: #fff;
    border: none;
    height: 45px;
    border-radius: 0
}

.footer-col.newsletter ul li {
    display: inline-block;
    text-align: center;
    margin-left: 5px;
    background: #285D7D;
    -ms-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    transition: all .3s ease-in-out
}

.footer-col.newsletter ul li a i,
.footer-col.newsletter ul li:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.footer-col.newsletter ul li a i {
    font-size: 16px;
    line-height: 35px;
    color: #fff;
    width: 35px;
    height: 35px;
    -ms-transform: skewX(15deg);
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
    transition: all .3s ease-in-out
}

.footer-col.newsletter ul li:hover {
    background: #fff;
    transition: all .3s ease-in-out
}

.footer-col.newsletter ul li a i:hover {
    color: #285D7D;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.main-footer p.success {
    position: absolute;
    left: 0;
    top: 65px;
    background: none;
    border: none
}

.main-footer span.input-group-btn {
    vertical-align: top
}

.footer-copyright {
    padding: 20px 0;
    background: #000
}

.footer-copyright p {
    color: #e2e2e2
}

.footer-copyright p a {
    color: #285D7D
}

.demo-page-header {
    padding: 200px 0;
    background: url(../images/demo/1.jpg) center #111;
    background-size: cover
}

.demo-page-features {
    padding: 100px 0;
    background: #f5f5f5
}

.demo-page-features h3 {
    margin-bottom: 0
}

.demo-page-features h2 {
    font-size: 45px;
    display: inline-block;
    border-bottom: 3px solid #285D7D;
    margin-bottom: 60px;
    line-height: 1;
    padding-bottom: 10px
}

.demo-page-features-col {
    margin-bottom: 30px
}

.demo-page-features-col h4 {
    font-size: 18px;
    padding: 20px;
    background: #e4e4e4;
    border-top: 2px solid #285D7D
}

.header-content h1 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 28px
}

.header-content h1 span {
    color: #285D7D;
    font-size: 40px
}

.header-content .btn {
    font-style: 16px;
    background: #285D7D;
    border: none;
    padding: 18px 40px;
    color: #fff;
    text-transform: uppercase
}

.btn-events,
.btn-events p {
    border-radius: 35px 0 0 35px
}

.demo-content-area {
    padding: 100px 0
}

.demo-content-col {
    margin-bottom: 80px
}

.demo-content-col h2 {
    margin-top: 30px;
    margin-bottom: 10px;
    color: #111
}

.demo-content-col h2 a {
    color: #111
}

.demo-content-col ul li {
    margin-bottom: 10px;
    margin-top: 10px
}

.demo-content-col ul li a {
    font-weight: 700;
    color: #777;
    text-transform: uppercase
}

.pages-col h1 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px dashed #ccc
}

.opacity-0 {
    opacity: 0
}

.dropdown-menu {
    font-size: 13px
}

.counter-area h2 {
    color: #fff;
    margin-bottom: 40px
}

.service-area h2 {
    color: #fff
}

.color-black {
    color: #424242 !important
}

.color-red {
    color: #285D7D
}

.navbar {
    min-height: 90px
}

.mb10 {
    margin-bottom: 10px
}

.btn-events {
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 16px;
    bottom: 40%;
    width: 100%;
    max-width: 35px;
    padding: 20px 3px;
    margin: 0 auto;
    background: #192861;
    height: 230px;
    display: none
}

.contact-infobox p,
.mainmenu {
    margin-bottom: 0
}

.btn-events p {
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    position: relative;
    top: 83%;
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px
}

.btn-events a {
    color: #fff
}

.about a {
    color: #fff
}

< !-- -->.dropdown1 {
    position: relative;
    display: inline-block
}

.dropdown1-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1
}

.dropdown1:hover .dropdown1-content,
.open>.dropdown-menu.submenu ul.dropdown-menu.p2 {
    display: block
}

.dropdown1-content a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block
}

.dropdown1-content.mega-menu li a:hover {
    padding-left: 10px;
    border-left: 2px solid #285D7D
}

.dropdown1:hover {
    background-color: #3e8e41
}

.p1 {
    position: relative
}

.p2 {
    position: absolute;
    left: 100% !important;
    top: 0
}

.nav .dropdown-menu.sub-menu .open>a,
.nav .dropdown-menu.sub-menu .open>a:focus,
.nav .dropdown-menu.sub-menu .open>a:hover {
    background-color: #f5f5f5
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background: 0 0
}

.header-navbar .navbar-nav .dropdown-menu>li>a:hover,
.nav .dropdown-menu.sub-menu .open>a {
    border-left-color: #285D7D
}

.testimonial-carousel .owl-dots {
    display: none !important
}

.about-img img {
    padding: 10px;
    border: 1px solid #ccc
}

.about-img h5 {
    margin-top: 10px;
    font-size: 16px;
    text-transform: inherit
}

.icon1 i {
    color: #1c2d6b
}

.icon1 a,
.info a {
    color: #285D7D
}

.btn-default.focus,
.btn-default:focus {
    outline: 0
}

.list-type,
.list-type1 {
    padding-left: 30px
}

.list-type li {
    list-style-type: none
}

.mt35 {
    margin-top: 35px
}

.list-type1 li {
    list-style: none
}

.details-col img {
    padding: 10px;
    border: 1px solid #ccc
}

.navbar-nav>li>a {
    padding-top: 0;
    padding-bottom: 0
}

.mainmenu {
    background-color: transparent;
    border: 0 !important
}

.navbar-nav>li:last-child>a {
    padding-right: 0;
    margin-right: 0
}

.dropdown-menu {
    padding: 0;
    margin: 0;
    border: 0 solid transition !important;
    border-radius: 0
}

.navbar-nav {
    float: right
}

.navbar-collapse {
    padding: 0
}

.img-radius {
    border-radius: 50px
}

@media only screen and (min-width:767px) {
    .mainmenu .collapse ul li:hover>ul {
        display: block
    }
    .mainmenu .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 280px;
        display: none
    }
    .mainmenu .collapse ul ul li {
        position: relative
    }
    .mainmenu .collapse ul ul li:hover>ul {
        display: block
    }
    .mainmenu .collapse ul ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 250px;
        display: none
    }
    .mainmenu .collapse ul ul ul li {
        position: relative
    }
    .mainmenu .collapse ul ul ul li:hover ul {
        display: block
    }
    .mainmenu .collapse ul ul ul ul {
        position: absolute;
        top: 0;
        left: -100%;
        min-width: 250px;
        display: none;
        z-index: 1
    }
}

.bg-gray-light {
    background-color: #eee
}

.ab-mission {
    margin-bottom: 30px;
    margin-top: 0;
    background: #fff;
    padding: 30px;
    box-shadow: 0 2.5rem 1rem rgba(0, 0, 0, .15) !important;
    min-height: 480px
}

.ab-mission h3 {
    font-size: 28px
}

.family-coaching-box {
    margin-bottom: 30px;
    text-align: center;
    background: #fff;
    padding: 31px;
    box-shadow: 4px 3px 8px rgba(0, 0, 0, .15) !important;
    min-height: 215px
}

.family-coaching-box h3 {
    font-size: 20px
}

.family-coaching-box a {
    border: 1px solid #285D7D;
    padding: 10px
}

.family-coaching-box h5 {
    color: #285D7D
}

.family-coaching-box p {
    text-align: center;
    font-size: 14px
}

.mt-100 {
    margin-top: 100px
}

.mb-100 {
    margin-bottom: 100px
}

.mt-20 {
    margin-top: 20px
}

.mt-50 {
    margin-top: 50px
}

.tagline {
    background: #285D7D;
    color: #fff;
    padding: 20px 0 5px;
    text-align: center
}

.tagline p {
    color: #fff;
    font-size: 15px
}

.tagline p a {
    color: #f7f7f7
}

.challenges-text {
    padding: 40px
}

.img-p0 {
    padding: 0
}

.ml-30 {
    margin-left: 30px
}

.width-auto {
    width: auto
}

.model-area {
    box-shadow: 4px 3px 8px rgba(0, 0, 0, .15) !important;
    padding: 40px;
    min-height: 343px;
    background-color: #fff
}

.layout-text {
    padding: 0
}

@media (max-width:480px) {
    .video-layer1 {
        height: 80% !important
    }
    .about-col .btn-default.my-btn,
    .about-col p:last-child,
    .footer-col.about ul {
        margin-left: 18px
    }
    p {
        margin: 0 8px 10px
    }
}

h4 a {
    text-decoration: none;
    color: #fff;
    font-size: 19px
}

h4 a:hover {
    color: #fff;
    background: none
}

.blog-col h4 a:hover {
    color: #285D7D
}

.footer-col links li {
    list-style: none
}

@media ( max-height: 699px) {
    .mainmenu .collapse ul li:hover>ul {
        display: block;
    }
}

.width50 {
    width: 50% !important
}

.width33 {
    width: 33% !important
}

.mt10 {
    margin-top: 10px
}

.max-width {
    max-width: 100% !important;
    width: auto !important
}

.flag {
    text-align: center
}

.flag p {
    font-size: 15px;
    color: #285D7D;
    font-weight: 700;
    margin-top: 20px
}

.flag img {
    border: 1px solid;
    width: 96px;
    height: 48px
}

.social-icon1 {
    text-align: left
}

.social-icon1 ul li {
    display: inline-block;
    text-align: center;
    margin-left: 5px;
    background: #285D7D
}

.social-icon1 ul li a i {
    font-size: 16px;
    width: 45px;
    height: 45px
}

.social-icon1 ul li a i,
.topbar-info li p a {
    line-height: 45px;
    color: #fff
}

h1 {
    font-size: 25px
}

.red {
    color: #285D7D
}

.blue {
    color: #29166f;
    font-weight: 600
}

.box1 {
    margin-top: 20px
}

/* New Css */

h1.page-main-title {
    font-size: 30px;
}

p.title-lg-size {
    font-family: sans-serif;
    color: #285D7D;
    line-height: 1.1;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0;
    text-transform: uppercase;
    font-size: 30px;
}

h2.title-sm-size {
    font-size: 20px;
    color: #285D7D;
}

.single-call-to-action .content-box h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    margin: 0 0 15px;
}

h2.inner-heading-tag {
    font-size: 16px;
    display: inline;
    text-transform: inherit;
    font-family: inherit;
    color: #000;
    font-weight: 400;
}

.section-title p.heaing-tag {
    font-size: 32px;
    margin-bottom: 15px;
    position: relative;
    color: #285D7D;
    font-weight: 700;
    text-transform: uppercase;
}

p.heaing-tag {
    font-size: 32px;
    margin-bottom: 15px;
    position: relative;
    color: #285D7D;
    font-weight: 700;
    text-transform: uppercase;
}

.service-area p.heaing-tag {
    color: #fff;
}

.section-title p.heaing-tag:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -15px;
    width: 60px;
    height: 2px;
    background: #285D7D;
}

.section-title p.heaing-tag span {
    color: #285D7D !important;
}

h4.title {
    font-size: 25px;
    color: #285D7D;
}

h3.excellence-title {
    font-size: 20px;
    color: #285D7D;
}

.footer-col p.heading {
    font-size: 20px;
    position: relative;
    color: #fff;
    margin-bottom: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}

.footer-col p.heading:before {
    position: absolute;
    left: 0;
    width: 50px;
    height: 3px;
    background: #285D7D;
    content: "";
    bottom: -10px;
}

.footer-col p.heading span {
    color: #285D7D;
    font-weight: 700;
}

.page-title-box h1 {
    font-size: 20px;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
}

.page-title-box h1:before {
    position: absolute;
    left: 50%;
    width: 40px;
    height: 3px;
    margin-left: -20px;
    background: #333;
    content: "";
    bottom: -10px;
}

.sectors a p {
    color: #285D7D;
    font-size: 15px;
    font-weight: 600;
    /* padding: 8px; */
    margin-top: 10px;
    margin-bottom: 10px;
}

.sectors {
    text-align: center;
}

.sectors img {
    width: 96px;
    height: 48px;
}

.mb-15 {
    margin-bottom: 15px;
}

.open-button {
    background-color: #000;
    color: white;
    padding: 16px 20px;
    border: 1px solid;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    box-shadow: 0 8px 15px rgb(12, 12, 12);
    bottom: 23px;
    right: 28px;
    width: 280px;
}

.open-button1 {
    border: none;
    cursor: pointer;
    position: fixed;
    color: #fff;
    font-weight: 700;
    bottom: 20px;
    height: 47px;
    width: 173px;
    background: #285D7D;
    box-shadow: 0 8px 15px rgb(12, 12, 12);
    right: 28px;
    display: inline-block;
}

/* The popup form - hidden by default */

.form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
}

/* Add styles to the form container */

.form-container {
    max-width: 300px;
    padding: 10px;
    background-color: white;
}

/* Full-width input fields */

.form-container input[type=text],
.form-container input[type=password] {
    width: 100%;
    padding: 10px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
}

/* When the inputs get focus, do something */

.form-container input[type=text]:focus,
.form-container input[type=password]:focus {
    background-color: #ddd;
    outline: none;
}

/* Set a style for the submit/login button */

.form-container .btn {
    background-color: #285D7D;
    color: white;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
}

/* Add a red background color to the cancel button */

.form-container .cancel i {
    color: #000;
    background: none !important;
    margin-top: 10px;
    float: right;
}

/* Add some hover effects to buttons */

.form-container .btn:hover,
.open-button:hover {
    opacity: 1;
}

.get-hed {
    font-family: sans-serif;
    color: #285D7D;
    line-height: 1.1;
    font-weight: 600;
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0;
    text-transform: uppercase;
}

h3 {
    color: #285D7D;
}

.color-blue {
    color: #285D7D;
}

.ab-mission h3 {
    font-size: 20px;
}

.challenges-text h3 {
    font-size: 20px;
}

.d-flex-content {
    display: flex;
    align-items: center;
}