@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Flaticon.woff2") format("woff2"),
        url("../fonts/Flaticon.woff") format("woff"),
        url("../fonts/Flaticon.ttf") format("truetype"),
        url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
    }
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
    font-family: Flaticon;
    font-style: normal;
}

.flaticon-burj-al-arab:before { content: "\f100"; }
.flaticon-india:before { content: "\f101"; }
.flaticon-taj-mahal:before { content: "\f102"; }
.flaticon-gandhi:before { content: "\f103"; }
.flaticon-buddha:before { content: "\f104"; }
.flaticon-mumbai:before { content: "\f105"; }
.flaticon-eiffel-tower:before { content: "\f106"; }
.flaticon-hagia-sophia:before { content: "\f107"; }
.flaticon-obelisk:before { content: "\f108"; }
.flaticon-bangladesh:before { content: "\f109"; }
.flaticon-destination:before { content: "\f10a"; }
.flaticon-books:before { content: "\f10b"; }
.flaticon-book:before { content: "\f10c"; }
.flaticon-burguer:before { content: "\f10d"; }
.flaticon-confetti:before { content: "\f10e"; }
.flaticon-colosseum:before { content: "\f10f"; }
.flaticon-tower-bridge:before { content: "\f110"; }
.flaticon-big-ben:before { content: "\f111"; }
.flaticon-greek:before { content: "\f112"; }
.flaticon-map:before { content: "\f113"; }
.flaticon-sunset:before { content: "\f114"; }
.flaticon-information:before { content: "\f115"; }
.flaticon-sale:before { content: "\f116"; }
.flaticon-tow-truck:before { content: "\f117"; }
.flaticon-truck:before { content: "\f118"; }
.flaticon-headphones:before { content: "\f119"; }
.flaticon-car-key:before { content: "\f11a"; }
.flaticon-rental:before { content: "\f11b"; }
.flaticon-rent:before { content: "\f11c"; }
.flaticon-electric-car:before { content: "\f11d"; }
.flaticon-road:before { content: "\f11e"; }
.flaticon-gearbox:before { content: "\f11f"; }
.flaticon-fuel-station:before { content: "\f120"; }
.flaticon-users:before { content: "\f121"; }
.flaticon-calendar:before { content: "\f122"; }
.flaticon-heart:before { content: "\f123"; }
.flaticon-neurology:before { content: "\f124"; }
.flaticon-sperm:before { content: "\f125"; }
.flaticon-uterus:before { content: "\f126"; }
.flaticon-surgeon:before { content: "\f127"; }
.flaticon-pill:before { content: "\f128"; }
.flaticon-focus:before { content: "\f129"; }
.flaticon-food-and-restaurant:before { content: "\f12a"; }
.flaticon-24-hours:before { content: "\f12b"; }
.flaticon-phone-call:before { content: "\f12c"; }
.flaticon-world:before { content: "\f12d"; }
.flaticon-email:before { content: "\f12e"; }
.flaticon-herbal:before { content: "\f12f"; }
.flaticon-bones:before { content: "\f130"; }
.flaticon-tooth:before { content: "\f131"; }


body {
    color: #7a7a7a;
    font-family: 'Ubuntu', sans-serif;
}

/*[Ui content]
--------------------------*/
a:hover{
    text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #343a40;
}
ol ol, ol ul, ul ol, ul ul {
    padding: 0;
}
/*Background color*/
.bg-grey{
    background: #ffafbfd !important;
}
.bg-bokara-grey {
    background-color: #cccccc!important;
}
.bg-pine-green{
    background-color: #037d71 !important;
}
.bg-persian-red  {
    background-color: #e32222 !important;
}
.bg-navy-blue{
    background-color: #4BA1AE !important;
}
.bg-dodger-blue{
    background-color: #4BA1AE !important;
}
/*Border*/
.border-top {
    border-top: 1px solid #ececec !important;
}
.border-bottom {
    border-bottom: 1px solid #ececec !important;
}
/*Padding*/
.section{
    padding-top: 100px;
    padding-bottom: 50px;
}
.pt-70 {
    padding-top: 70px !important;
}
.pt-100 {
    padding-top: 100px !important;
}
.pb-70 {
    padding-bottom: 70px !important;
}
.pl-50{
    padding-left: 50px !important;
}
.ptb-50{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.ptb-70{
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
/* Box shadow ---------- */
.shadow{
    -webkit-box-shadow: 0 0 2rem rgba(0,0,0,.1) !important;
    box-shadow: 0 0 2rem rgba(0,0,0,.1) !important;
}
/* Text color ---------- */
.text-persian-red {
    color: #e32222 !important;
}
.text-baltic-sea{
    color: #343A40 !important;
}
.text-navy-blue{
    color: #4BA1AE !important;
}
.text-dodger-blue{
    color: #4BA1AE !important;
}
/* Button ---------- */
.btn {
    padding: .5rem 1.5rem;
    font-size: 15px;
    font-weight: 600;
    border-radius: 2px;
    -webkit-transition: background-color .1s,box-shadow .1s,color .1s,transform .1s;
    -webkit-transition: background-color .1s,color .1s,-webkit-box-shadow .1s,-webkit-transform .1s;
    transition: background-color .1s,color .1s,-webkit-box-shadow .1s,-webkit-transform .1s;
    -o-transition: background-color .1s,box-shadow .1s,color .1s,transform .1s;
    transition: background-color .1s,box-shadow .1s,color .1s,transform .1s;
    transition: background-color .1s,box-shadow .1s,color .1s,transform .1s,-webkit-box-shadow .1s,-webkit-transform .1s;
    border: 2px solid transparent;
}
.btn:focus,
.btn:hover {
    -webkit-transform: translate(-2px,-2px);
    -ms-transform: translate(-2px,-2px);
    transform: translate(-2px,-2px);
    background-color: #fff;
}

.btn-light {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}
.btn-light:hover,
.btn-light:focus{
    color: #343a40;
    -webkit-box-shadow: 4px 4px 0 0 #fff;
    box-shadow: 4px 4px 0 0 #fff;
}
/*success*/
.btn-success {
    color: #fff;
    background-color: #037d71;
    border-color: #037d71;
}
.btn-outline-success {
    color: #037d71;
    border-color: #037d71;
}
.btn-success:hover,
.btn-success:focus,
.btn-outline-success:hover,
.btn-outline-success:focus{
    color: #037d71;
    -webkit-box-shadow: 4px 4px 0 0 #037d71;
    box-shadow: 4px 4px 0 0 #037d71;
}
/*primary*/
.btn-primary{
    background-color: #4BA1AE;
    border-color: #4BA1AE;
}
.btn-outline-primary {
    color: #4BA1AE;
    border-color: #4BA1AE;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary:focus{
    color: #4BA1AE;
    border-color: #4BA1AE;
    -webkit-box-shadow: 4px 4px 0 0 #4BA1AE;
    box-shadow: 4px 4px 0 0 #4BA1AE;
}
/*danger*/
.btn-danger{
    background-color: #e32222;
    border-color: #e32222;
}
.btn-outline-danger {
    color: #d1363a;
    border-color: #d1363a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-outline-danger:hover,
.btn-outline-danger:focus{
    color: #e32222;
    -webkit-box-shadow: 4px 4px 0 0 #e32222;
    box-shadow: 4px 4px 0 0 #e32222;
}
/*color*/
.bittersweet {
    color: #F95959 !important;
}
.pine-green{
    color: #037d71 !important;
}
.dodger-blue{
    color: #4BA1AE !important;
}
.fiji-green{
    color: #5C7D03 !important;
}
.medium-violet-red{
    color: #B614A8 !important;
}
/* Label ---------- */
label {
    font-weight: 600;
    color: #343a40;
}

/*[Back to top]
--------------------------*/
#toTop {
    position: fixed;
    bottom: 0;
    right: 0;
    cursor: pointer;
    display: none;
    z-index: 10;
}
.btn-top {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    height: 36px;
    width: 36px;
    line-height: 36px;
    padding: 0;
    border-radius: 0;
    background-color: #242629;
}
.btn-top:hover {
    color: #fff;
    background-color: #000;
}
/*[Main Header]
--------------------------*/
.mainHeader{
    border-bottom: 1px solid #ececec;
}
.topBar{
    position: relative;
    background-color: #fff;
    border-bottom: 1px dotted #ddd;
    padding: 5px 0;
}
.info-outer {
    position: relative;
    float: left;
}
.info-box {
    position: relative;
    padding-left: 25px;
    line-height: 24px;
    margin-right: 26px;
}
.info-box .icon {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -20px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
}
.info-box a {
    font-size: 14px;
    display: block;
}
.social ul {
    margin: 0;
    padding: 0;
}
.social ul li {
    margin: 0px 5px;
    font-weight: 500;
    list-style: none outside none;
    display: inline-block;
}
.social ul li a {
    color: #7a7a7a;
    font-size: 15px;
    text-align: center;
    display: block;
}
.social ul li a:hover{
    color: #037d71;
}
.middBar {
    padding: 15px 0;
}
.helpInfo {
    padding-left: 25px;
}
.helpInfo .icon i, .helpInfo .icon span {
    font-size: 30px;
    margin-right: 15px;
}
.subText {
    font-size: 13px;
}
.subText span{
    color: #F95959;
}
@media(max-width: 991px){
    .helpInfo:first-child{
        display: none;
    }
}
@media(min-width: 992px){
    .middBar {
        padding: 30px 0;
        border-bottom: 1px solid #ececec;
    }
}
@media(min-width: 1200px){
    .helpInfo{
        padding-left: 40px;
    }
}

/*[Navbar]
--------------------------*/
.navbar.nav-style-1 {
    padding: 0 1rem;
}
.navbar.nav-style-2{
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.navbar-bg {
    background-color: #343a40;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}
.navbar.nav-style-1 .navbar-nav .nav-link {
    color: #7a7a7a;
}
.navbar.nav-style-1 .navbar-nav .nav-link:hover {
    color: #4BA1AE;
}
.navbar.nav-style-2 .navbar-nav .nav-link {
    font-weight: 500;
    position: relative;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
    -o-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
    transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}
.navbar-nav .active .nav-link{
    color: #037d71;
}
.header-sticky.sticky {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, .1);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .1);
    background-color: #fff;
}
/*dropdown*/
.navbar .dropdown-menu {
    border: 0;
    border-radius: 0;
    margin-top: 1px;
    -webkit-box-shadow: 0 0 1px rgba(57,70,78,.15), 0 20px 55px -8px rgba(57,70,78,.25);
    box-shadow: 0 0 1px rgba(57,70,78,.15), 0 20px 55px -8px rgba(57,70,78,.25);
    background-color: #252423;
}
.dropdown-item {
    font-size: 14px;
    font-weight: 500;
    color: #cbdedc;
    padding: .30rem 1rem;
    position: relative;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}
.dropdown-toggle::after {
    -webkit-transform-origin: top;
    border-color: initial;
    border-style: solid;
    border-width: 1px 0 0 1px;
    content: "";
    height: .5em;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(-135deg) translateY(-50%);
    -ms-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
    -ms-transform-origin: top;
    transform-origin: top;
    width: .5em;
    margin-left: .5em;
    margin-top: -0.1em;
    right: 0;
}
.dropdown-item.dropdown-toggle::after {
    right: 1rem;
}
.dropdown-menu .show > .dropdown-toggle::after {
    top: 58%;
    -webkit-transform: rotate(-230deg) translateY(0);
    -ms-transform: rotate(-230deg) translateY(0);
    transform: rotate(-230deg) translateY(0);
}

.dropdown show .dropdown-toggle::after{
    -webkit-transform: rotate(-230deg) translateY(0);
    -ms-transform: rotate(-230deg) translateY(0);
    transform: rotate(-230deg) translateY(0);
}
.btco-menu li > a {
    padding: 10px 15px;
    color: #000;
}
.btco-menu .active a:focus,
.btco-menu li a:focus ,
.navbar > .show > a:focus{
    background: transparent;
    outline: 0;
}
.navbar-nav .nav-btn .nav-link {
    color: #fff !important;
    position: relative;
    font-weight: 500;
}
.navbar-nav .nav-btn .nav-link::before,
.navbar-nav .nav-btn .nav-link::after{
    content: '';
    position: absolute;
    background-color: #037d71;
    height: 1px;
    width: 100%;
    left: 0;
}
.navbar-nav .nav-btn .nav-link i {
    margin-right: 8px;
}
.navbar-nav .nav-btn .nav-link::before{
    top: -1px;
}
.navbar-nav .nav-btn .nav-link::after{
    bottom: -1px;
}
.navbar-nav .nav-link::before,
.metismenu > li > a .menu::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 25%;
    background: rgba(255,255,255,0.5) ;
    -webkit-transform: scale3d(0,1,1);
    transform: scale3d(0,1,1);
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
    -o-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
    transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}
.nav-item:hover .nav-link::before,
.nav-item:focus .nav-link::before,
.nav-item:active .nav-link::before,
.nav-item .nav-link.active::before,
.metismenu > li:hover a .menu::before,
.metismenu > li:focus a .menu::before,
.metismenu > li:active a .menu::before,
.metismenu > li a.active .menu::before{
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.navbar-nav .nav-link.active {
    color: #fff;
}
.btn-link.btn {
    line-height: 42px;
    padding: 0 18px;
    background-color: #fff;
    border: #fff;
    color: #4E66F8;
}
.navbar-toggler {
    padding: 0;
}
.navbar-toggler-icon {
    background-image: url("../img/navbar-toggle.svg");
}
/*Navbar dropdown*/
.dropdown-menu {
    color: #fff;
    border: 0;
    border-radius: 0;
    background-color: #9c597e;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
}
.dropdown-item {
    color: #fff;
}
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    background-color: rgba(255,255,255,0.1);
}

@media (max-width: 991px){
    .navbar {
        padding: .5rem 1rem;
    }
    .navbar-brand img {
        height: 28px;
    }
}

/* Language dropdown ---- */
.lng_dropdown {
    margin-top: 8px;
    margin-right: 6px;
}
.lng_dropdown .dd.ddcommon {
    cursor:pointer;
    padding-right: 10px;
    position: relative;
    width: 70px !important;
}
.lng_dropdown .divider {
    display: none;
}
.lng_dropdown .ddTitleText img, 
.lng_dropdown .ddChild li img {
    border-radius: 100%;
    display: inline-block;
    height: 18px;
    width: 18px;
}
.lng_dropdown .ddTitleText {
    cursor: pointer;
}
.lng_dropdown .ddlabel {
    color: #ffffff;
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
}
.lng_dropdown .border {
    border: 0 none !important;
}
.lng_dropdown .ddChild {
    background-color: #242629;
    left: 0;
    margin-top: 0;
    padding: 5px 9px;
    top: 100% !important;
    height: auto !important;
}
.lng_dropdown .ddChild li {
    cursor: pointer;
    list-style: outside none none;
    padding: 0 0 2px;
    line-height: normal;
}
@media(min-width: 992px){
    .nav-style-1 .navbar-nav .nav-link {
        padding: .8rem 1rem;
    }
    .nav-style-2 .navbar-nav .nav-link {
        padding-right: .8rem;
        padding-left: .8rem;
        font-weight: 500;
        letter-spacing: 0.5px;
        margin: 0 2px;
        color: #fff;
    }
    .nav-style-2 .navbar-nav .nav-link:hover{
        color: #fff;
    }
    .nav-style-1 .mr-auto .nav-item:first-child .nav-link {
        padding-left: 0;
    }

}
/*[Sidebar Mobile Menu]
--------------------------*/
#sidebar {
    width: 260px;
    position: fixed;
    top: 0;
    left: -260px;
    height: 100vh;
    z-index: 9999;
    background: #242629;
    color: #999;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: scroll;
    padding: 0 20px 20px;
}
#sidebar.active {
    left: 0;
}
#dismiss {
    width: 0;
    height: 0;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 13px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.metismenu {
    margin-top: 20px;
}
.metismenu > li {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 12px 0;
}
.metismenu > li > a {
    font-size: 16px;
    display: block;
    padding-right: 20px;
    position: relative;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    color: #adbdbb;
    font-weight: 500;
}
.metismenu > li > a:hover,
.metismenu > li.active > a,
.metismenu > li > ul > li > a:hover,
.metismenu > li > ul > li.active > a,
.metismenu > li > ul > li > ul > li > a:hover,
.metismenu > li > ul > li > ul > li.active > a {
    color: #fff;
}
.metismenu > li > ul {
    padding-left: 15px;
    padding-top: 10px;
    list-style-type: none;
}
.metismenu > li > ul > li {
    padding: 6px 0;
}
.metismenu > li > ul > li > a {
    font-size: 14px;
    display: block;
    position: relative;
    color: #adbdbb;
    font-weight: 500;
}
.metismenu > li > ul > li > ul {
    list-style-type: none;
    padding-left: 15px;
    padding-top: 10px;
}

.metismenu > li > ul > li > ul > li {
    padding: 6px 0;
}
.metismenu > li > ul > li > ul > li > a {
    font-size: 14px;
    display: block;
    color: #adbdbb;
}
.metismenu .arrow {
    font-size: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.metismenu li.active .fa.arrow::before {
    content: "\f107";
}
/*Sidebar toggle btn*/
@media(max-width: 767px) {
    .btnLogo-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .header-logo img {
        height: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .header-logo img {
        height: 35px;
    }
}
@media(max-width: 991px){
    .sidebar-toggle-btn .btn {
        padding: 0;
        margin-right: 15px;
        border-color: #72B3F4;
        background: #fff;
        height: 36px;
        width: 36px;
        line-height: 40px;
    }
    .sidebar-toggle-btn .btn:hover{
        transform: none;
    }
    .sidebar-toggle-btn .btn i {
        font-size: 19px;
        margin-left: 0;
        color: #4BA1AE;
    }
    .overlay {
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
        z-index: 998;
        display: none;
        top: 0;
    }
}
@media(min-width: 992px){
    .sidebar-nav{
        display: none;
    }
}
@media(max-width: 767px){
    .logo-wrap{
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .sidebar-toggle-btn .btn {
        margin: 0;
    }
}
@media(min-width: 992px){
    .sidebar-toggle-btn{
        display: none;
    }
}
/*[Slider]
--------------------------*/
.header-slider {
    position: relative;
    overflow: hidden;
}
.slider_preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    min-height: 750px;
    background: rgb(255,255,255);
}
.slider_preloader_status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../img/status.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}
.animation-slide .item,
.header-slider-preloader{
    height: 100vh;
}
.animation-slide .item {
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.slider-one .animation-slide .item::after,
.slider-two .animation-slide .item::after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    /*background-color: rgba( 0, 0, 0, 0.3);*/
    background: -webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.6)),to(transparent));
    background: -webkit-linear-gradient(top,rgba(0,0,0,.6),transparent);
    background: -o-linear-gradient(top,rgba(0,0,0,.6),transparent);
    background: linear-gradient(to bottom,rgba(0,0,0,.6),transparent);
}
/*.slider-one .animation-slide .item::after{
    background: -webkit-gradient(linear, left top, right top, from(rgba(3, 113, 125, 0.9)), to(rgba(0, 24, 49, 0)));
    background: -webkit-linear-gradient(left, rgba(3, 113, 125, 0.9), rgba(0, 24, 49, 0));
    background: -o-linear-gradient(left, rgba(3, 113, 125, 0.9), rgba(0, 24, 49, 0));
    background: linear-gradient(to right, rgba(3, 113, 125, 0.9), rgba(0, 24, 49, 0));
}*/
.slider-one .animation-slide .item::before{
	/*
    content: "";
    background: url(../img/pattern-white.svg) repeat;
    height: 100%;
    opacity: .2;
    position: absolute;
    width: 100%;
    z-index: 0;
	*/
}
.slide-one{}
.slide-two{}
.slide-three{}
.slide-table {
    display: table;
    height: 100%;
    width: 100%;
}
.slide-tablecell {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}
.slide-tablecell h2 strong {
    color: #fff;
}
.slide-tablecell .slide-btn:hover {
    text-decoration: none;
}
.slide-tablecell .slide-btn {
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 16px;
    background-color: #0e9e8f;
    border: 2px solid rgba(255,255,255,0.5);
}
.slide-tablecell .slide-btn i.fa {
    margin-left: 10px;
}
.slide-tablecell .slide-text > *:nth-child(1) {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}
.slide-tablecell .slide-text > *:nth-child(2) {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.slide-tablecell .slide-text > *:nth-child(3) {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    margin-top: 50px;
}
.slide-tablecell .slide-text > *:nth-child(4) {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}
.slide-tablecell .slide-text h1, .slide-tablecell .slide-text h2 {
    font-size: 54px;
    font-weight: 900;
    margin-top: 0;
    color: #fff;
    margin-bottom: 1rem;
    line-height: 65px;
    text-transform: none;
    /*letter-spacing: 1.5px;*/
    text-shadow: 0 11px 10px rgba(0,0,0,0.19);
}
.slide-tablecell .slide-text h2.slide-h2 {
    font-size: 34px;
    font-weight: 700;
    margin-top: 0;
    color: #fff;
    margin-bottom: 1rem;
    line-height: 65px;
    text-transform: none;
    /*letter-spacing: 1.5px;*/
    text-shadow: 0 11px 10px rgba(0,0,0,0.19);
}
.slide-tablecell .slide-text p {
    font-size: 17px;
    line-height: 27px;
    color: #fff;
    margin: 0;
}
.slide-tablecell .slide-text p.slide-p {
    font-size: 22px;
    line-height: 27px;
    color: #fff;
    margin: 0;
}
.animation-slide.owl-theme .owl-nav{
    margin: 0;
}
.animation-slide.owl-theme .owl-nav [class*="owl-"] {
    color: #FFF;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    font-size: 30px;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    line-height: 70px;
    margin: 0;
    background-color: rgba(0,0,0,0.5);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
}
.slider-one .animation-slide.owl-theme .owl-nav .owl-next:hover{
    -webkit-box-shadow: -100px 0 0 #4BA1AE inset;
    box-shadow: -100px 0 0 #4BA1AE inset;
}
.slider-one .animation-slide.owl-theme .owl-nav .owl-prev:hover{
    -webkit-box-shadow:100px 0 0 #037d71 inset;
    box-shadow: 100px 0 0 #037d71 inset; 
}
.slider-two .animation-slide.owl-theme .owl-nav .owl-next:hover{
    -webkit-box-shadow: -100px 0 0 #4E66F8 inset;
    box-shadow: -100px 0 0 #4E66F8 inset;
}
.slider-two .animation-slide.owl-theme .owl-nav .owl-prev:hover{
    -webkit-box-shadow: 100px 0 0 #4E66F8 inset;
    box-shadow: 100px 0 0 #4E66F8 inset; 
}
.animation-slide.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 0;
}
.animation-slide:hover .owl-nav .owl-prev {
    left: 20px;
    opacity: 1;
}
.animation-slide:hover .owl-nav .owl-next {
    right: 20px;
    opacity: 1;
}
.animation-slide.owl-theme .owl-dots .owl-dot span {
    width: 100%;
    height: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 0;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    margin: 0;
}
.animation-slide.owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
    height: 4px;
    margin-top: -4px;
}
.animation-slide .owl-dots {
    bottom: 14%;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -14%);
    -ms-transform: translate(-50%, -14%);
    transform: translate(-50%, -14%);
}
.animation-slide.owl-theme .owl-dots .owl-dot {
    width: 33.333333%;
}
.animation-slide .item,
.preloader-wrap {
    background-color: #bfbfbf;
}
.preloader-wrap {
    height: 100%;
    width: 100%;
    z-index: 8;
    position: absolute;
}
.preloader4 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.icon-box {
    background-color: #4FA0F1;
    height: 80px;
    width: 80px;
    margin-right: 12px;
    text-align: center;
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 3px;
    display: block;
    color: #fff;
}
.icon-box:last-child{
    margin-right: 0;
}
.icon-box.view-all {
    font-size: 12px;
    font-weight: 700;
    padding: 22px 0;
}
.icon-box.view-all .ti-plus {
    display: block;
    font-size: 18px;
    margin-bottom: 6px;
}
.icon-box.view-all:hover{
    color: #fff;
}
.icon-box i {
    color: #fff;
    font-size: 42px;
}
@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}
@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
@media only screen and (max-width: 1200px) {
    .slide-tablecell .slide-text h2 {
        font-size: 50px;
        line-height: 60px;
    }
}
@media only screen and (max-width: 991px) {
    .slider-preloader-wrap,
    .animation-slide .item {
        height: 700px;
    }
    .slide-text {
        text-align: center;
    }
}
@media only screen and (max-width: 991px) {
    .slider-preloader-wrap,
    .animation-slide .item {
        height: 600px;
    }
    .slide-tablecell .slide-text h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .slide-tablecell .slide-text h2 br,
    .slide-tablecell .slide-text p br{
        display: none;
    }
}
@media only screen and (max-width: 767px){
    .slide-tablecell .slide-text h2 {
        font-size: 36px;
        line-height: 38px;
    }
    .slide-tablecell .slide-text p {
        display: -webkit-box;
        height: 134px;
        margin: 0 auto;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
    }
    .slide-tablecell .slide-text > :nth-child(3) {
        margin-top: 30px;
    }
    .animation-slide.owl-theme .owl-nav [class*="owl-"] {
        font-size: 21px;
        height: 50px;
        width: 50px;
        line-height: 46px;
    }
    .animation-slide .owl-dots {
        /*padding: 0 1rem;*/
    }
    .icon-box {
        height: 50px;
        width: 50px;
        margin-right: 10px;
    }
    .icon-box i { 
        font-size: 26px;
    }
    .icon-box.view-all {
        padding: 14px 0;
    }

}
@media (min-width: 576px) {
    .animation-slide .owl-dots {
        width: 510px;
    }
}
@media (min-width: 768px) {
    .animation-slide .owl-dots {
        width: 690px;
    }
}
@media (min-width: 992px) {
    .animation-slide .owl-dots {
        width: 930px;
    }
}
@media (min-width: 1200px) {
    .animation-slide .owl-dots {
        width: 1110px;
    }
    .slider-two .slide-tablecell .slide-text h2 {
        font-weight: 900;
        letter-spacing: -2px;
        text-shadow: 0 8px 5px rgba(0,0,0,0.19);
        text-transform: inherit;
        font-size: 100px;
        line-height: initial;
    }
}
/*Hero haeder*/
.hero-single {
    color: #fff;
    height: 655px;
    background-attachment: fixed;
}
.hero-single .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    background: rgba(0,0,0,.6);
    background: -webkit-linear-gradient(top,rgba(0,0,0,.6),transparent);
    background: -webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.6)),to(transparent));
    background: -o-linear-gradient(top,rgba(0,0,0,.6),transparent);
    background: linear-gradient(to bottom,rgba(0,0,0,.6),transparent);
    text-align: left;
}
.hero-single .wrapper h3 {
    color: #fff;
    font-size: 52px;
    font-size: 3.25rem;
    margin: 0;
    font-weight: 700;
}
.hero-single .wrapper h3 {
    font-size: 36px;
    font-size: 2.25rem;
    text-shadow: none;
}
.hero-single .wrapper p {
    font-weight: 400;
    margin: 5px 0 20px;
    padding: 0;
    font-size: 21px;
    font-size: 1.3125rem;
    text-shadow: none;
}

/*Content Wrapper*/
.content-wrapper{
    position: relative;
}
.grid-inner {
    z-index: 1;
    position: relative;
}
.grid-inner .row {
    margin-right: 0;
    margin-left: 0;
    margin-top: -70px;
    width: 100%;
    display: table;
    table-layout: fixed;
}
.grid-inner .row [class*="col-"] {
    overflow: hidden;
    display: table-cell;
}
.icon-widget i, .icon-widget span {
    position: absolute;
    top: -30px;
    right: -30px;
    font-size: 200px;
    line-height: 1;
    margin-right: 0 !important;
    color: rgba(255,255,255,0.3);
}
.coloumn {
    padding: 30px;
    color: #fff;
    min-height: 280px;
}
.c-box-1 {
    background-color: #4BA1AE;
}
.c-box-2 {
    background-color: #4FA0F1;
}
.c-box-3 {
    background-color: #72B3F4;
}
.text-content{
    position: relative;
}
.text-content .btn-link {
    color: #fff;
    background-color: #0e9e8f;
    border: 2px solid rgba(255,255,255,0.5);
}
.coloumn i, .coloumn span{margin-right: 10px}
.coloumn h3 {
    font-weight: 700;
    font-size: 21px;
}
.coloumn span.h3sim {
    font-weight: 700;
    font-size: 21px;
}
.coloumn p {
    color: #fff;
    margin-bottom: 15px;
}
.coloumn ul{
    margin: 0;
}
.coloumn ul li{padding: 8px 0;}
.coloumn ul li:first-child{padding-top: 0;}
.coloumn ul li:last-child{padding-bottom: 0;}
.table{ margin: 0}
.coloumn .table > tbody > tr > td {
    padding: 8px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0;
    border-bottom: 1px dotted rgba(255,255,255,0.2);
    font-size: 14px;
}
.coloumn .table > tbody > tr > td:nth-child(odd) {
    padding-left: 0;
}
.coloumn .table > tbody > tr > td:nth-child(even) {
    padding-right: 0;
}

@media(max-width: 767px){
    .grid-inner .row {
        display: block;
    }
    .grid-inner .row [class*="col-"] {
        display: block;
        margin-bottom: 2rem;
    }
}
.service-list{
    padding: 70px 0;
}
.article {
    margin-bottom: 2rem;
}
.article_image > img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.article__content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 1.875em;
    border: 1px solid #ececec;
    border-right: 0;
}
.article__title {
    font-size: 21px;
    font-weight: 700;
}
.contactCard {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 30px;
    background-color: #037d71;
    color: #fff;
}
.contactCard-title {
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 20px;
}
.contactCard-icon {
    font-size: 17px;
    font-weight: 600;
}
.contactCard-icon i {
    margin-right: 10px;
}
.link-underlined {
    display: block;
    color: #fff;
    margin-top: 2rem;
    font-weight: 500;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}
.link-underlined:hover{
    color: #fff
}
@media(min-width: 1200px){
    .sideber-right{
        padding-left: 50px;
    }
}
/*Link*/
a.read-link {
    font-weight: 500;
    position: relative;
    color: #037d71;
}
a.read-link::before {
    background: #037d71;
    content: '';
    left: 0;
    bottom: -5px;
    height: 2px;
    position: absolute;
    right: 0;
}
a.read-link:hover::before{
    -webkit-animation: 0.5s 1 cta-line;
    animation: 0.5s 1 cta-line;
}
@-webkit-keyframes cta-line {
    0% {
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    45% {
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);

    }
    55% {
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);

    }
    100% {
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);

    }
}
@keyframes cta-line {
    0% {
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    45% {
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);

    }
    55% {
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);

    }
    100% {
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);

    }
}
a.read-link i {
    font-size: 10px;
    margin-left: 3px;
}

/*Read more*/
.read-more {
    text-transform: none;
    padding: 0 1.5rem;
    height: 33px;
    line-height: 35px;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    background-color: #4BA1AE;
    font-size: 13px;
    font-weight: 600;
}
.read-more:hover{
    background-color: #303030;
    color: #fff;
}
@media (min-width: 31.3em){
    .article_image {
        float: right;
        height: 15.3125em;
        width: 15.3125em;
    }
    .article__content  {
        height: 15.3125em;
    }
}
/*Header title --------------*/
/*Team --------*/
.team-content {
    padding: 70px 0;
    background-color: rgba(3,125,113,.05);
}
/*[Blog]
--------------------------*/
.blog-content{

}
.post-img {
    display: block;
    margin-bottom: 15px;
}
.post-img img{
    border-radius: 4px;
}
.meta-info {
    font-size: 12px;
    text-transform: none;
    font-weight: 500;
    color: rgb(4, 22, 24);
}
.post-text-block .post-title {
    font-size: 18px;
    font-weight: 700;
}
.post-text-block .post-des{
    width: 85%;
    line-height: 18px;
}
.grid-content {
    /*margin-bottom: 30px;*/
    -webkit-transition: all 420ms cubic-bezier(.165,.84,.44,1);
    -o-transition: all 420ms cubic-bezier(.165,.84,.44,1);
    transition: all 420ms cubic-bezier(.165,.84,.44,1);
}
.grid-content .img-link {
    display: block;
    overflow: hidden;
    position: relative;
}
.grid-content .img-link::before{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(0,0,0,.1);
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.grid-content .img-link:hover::before {
    opacity: 1;
}
.grid-content .img-link img{
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid-content .img-link:hover img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
.textContent {
    padding: 30px 30px 40px;
    border: 1px solid #ececec;
    border-top: none;
    position: relative;
}
/*Post date 2*/
.post-date_2 {
    position: absolute;
    right: 30px;
    width: 45px;
    height: 75px;
    background: #4BA1AE;
    text-align: center;
    color: #fff;
    padding-top: 2px;
    top: -38px;
}
.post-date_2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-color: #4BA1AE #fff;
    border-width: 28px 0px 0px 45px;
    border-style: solid;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.post-date_2 .day {
    border-bottom: 1px solid rgba(255,255,255,0.3);
    font-size: 18px;
    font-weight: 600;
}
.post-date_2 .month {
    font-size: 13px;
    display: block;
    font-weight: 600;
}
.post-meta {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
}
.post-meta .date {
    margin-right: 5px;
    white-space: nowrap;
    margin-top: 1px;
}
.post-meta .categories {
    display: inline-block;
}
.post-meta .categories  a {
    display: inline-block;
    color: #4BA1AE;
}
.textContent h3 {
    font-size: 21px;
    margin-bottom: 10px;
    line-height: 25px;
}
.textContent h3 a{

}
.textContent h3 a:hover{
    color: #037d71;
    text-decoration: underline;
}
.textContent p {
    margin-bottom: 10px;
}
@media(max-width: 991px){
    .text-block {
        margin-top: 2rem;
    }
}
.post-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    min-height: 380px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: none;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-bottom: 30px;
}
.post-card:hover{
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}
.post-card-1 .responsive-media {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 12rem;
    display: block;
}
.post-card-1 .responsive-media img {
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    left: 50%;
    position: absolute;
    padding: .75rem;
    padding-bottom: 0;
}
.post-card-1 .post-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px 12px 0;
}
.post-card .ctas {
    font-weight: 700;
    letter-spacing: .8px;
    font-size: 13px;
    text-transform: none;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 12px;
}
.post-card .ctas svg {
    fill: #4BA1AE;
}
/*Post cat*/
.post-cat {
    font-weight: 700;
    font-size: .625rem;
    line-height: 1.6;
    letter-spacing: .12em;
    text-transform: none;
    position: relative;
    color: #fff;
    display: inline-block;
    padding: 3px 10px 2px;
}
.post-cat:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(.5deg);
    -ms-transform: rotate(.5deg);
    transform: rotate(.5deg);
    background-color: #4BA1AE;
}
.post-card-2 .post-cat:before {
    background-color: #4BA1AE;
}
.post-cat span {
    position: relative;
}
.post-card-2 .post-content {
    position: relative;
    padding: 20px 30px 0;
}
.post-heading {
    font-size: 19px;
    font-weight: 600;
    margin-top: 15px;
}
.post-heading a{
    color: #343a40;
}
.post-date {
    position: absolute;
    top: 20px;
    right: 100%;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    white-space: nowrap;
    font-weight: 600;
    font-size: 13px;
}
.post-card-2 .post-image {
    overflow: hidden;
    position: relative;
    background-color: #2b2a29;
}
.post-card-2 .responsive-media {
    position: relative;
    height: 0;
    overflow: hidden;
    display: block;
    padding-bottom:56.25%;
    text-align: left;
}
.post-card-2 .responsive-media img {
    width: 100%;
}
.post-image img {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    vertical-align: top;
}
.post-card-2:active .post-image img,
.post-card-2:focus .post-image img, 
.post-card-2:hover .post-image img {
    -webkit-transition-duration: .1s;
    -o-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: .4;
}
/*[Blog Details]
--------------------------*/
.blogContent{
    padding-bottom: 70px;
}
.big-title {
    border-bottom: 1px solid #ececec;
    padding: 30px 0;
    margin-bottom: 70px;
    /*background-image: linear-gradient(#fff,#f3f2f0);*/
    text-align: center;
}
.contentHeader {
    /*margin: 100px 0 70px;*/
}
.contentHeader h1 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.metaInfo{
    font-size: 18px;
    color: rgb( 140, 152, 155 );
}
.drtailsText {
    margin-bottom: 70px;
}
.drtailsText .figure{
    margin-bottom: 40px;
}
.drtailsText p, .drtailsText ul {
    font-size: 16px;
    color: rgb( 67, 78, 81 );
    line-height: 1.8;
    margin-bottom: 40px;
    font-weight: 400;
}
.drtailsText ul {
    padding-left: 17px;
}
.drtailsText h3 {
    font-size: 28px;
    color: rgb( 49, 58, 60 );
    margin-bottom: 35px;
    font-weight: 400;
}
.socialShare{
    margin-bottom: 70px;
}
.socialShare li{
    display: inline-block
}
.socialShare li.shareTitle {
    font-size: 13px;
    text-transform: none;
    margin-right: 20px;
    font-weight: 700;
}
.socialShare li a {
    font-size: 20px;
    color: #fff;
    display: block;
    margin-right: 7px;
    height: 36px;
    width: 36px;
    background-color: #ddd;
    border-radius: 25px;
    text-align: center;
    line-height: 36px;
    transition: transform .3s,-webkit-transform .3s;
}
.socialShare li a.facebook{
    background-color: #3b5998;
}
.socialShare li a.twitter{
    background-color: #00acee;
}
.socialShare li a.pinterest{
    background-color: #ca1f27;
}
.socialShare li a.google-plus{
    background-color: #dd4b39;
}

.socialShare li a:hover{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.contentTitle {
    font-size: 28px;
    color: rgb( 46, 60, 64 );
    margin: 0 0 30px;
    font-weight: 700;
}

@media(min-width: 768px){
    .contentHeader h1 {
        font-size: 50px;
        line-height: 52px;
    }
    .drtailsText p, .drtailsText ul {
        font-size: 17px;
    }
}
/*[Appiontment Form]
--------------------------*/
/*Nav tabs*/
.nav-tabs {
    border-bottom: none;
    margin-bottom: 30px;
}
.nav-tabs .nav-link {
    display: block;
    color: #666;
    padding: 8px 0;
    border: none;
    margin: 0 20px 0 0;
    font-weight: 500;
    border-bottom: 1px solid #e5e5e5;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active{
    border-bottom-width: 2px;
    padding-bottom: 7px;
    border-color: #4BA1AE;
    color: #343434;
    background-color: transparent;
    text-align: center;
}
/*Radiobox*/
.form-container label.gender-label {
    margin-right: 1rem;
}
.custom-control-inline {
    margin-right: .5em;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #037d71;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*Checkbox*/
.appointment-content .custom-control-label::before {
    background-color: #fff;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 2px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #037d71;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*File uploade --- */
.upload{
    display: block;
}
label.file-upload {
    position: relative;
    overflow: hidden
}
label.file-upload input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: 0;
    background: #fff;
    cursor: inherit;
    display: block
}
.btn-upload {
    font-size: 20px;
    border-radius: 3px;
    color: rgb( 249, 89, 89 );
    border-color: #4BA1AE;
    background-color: #fff;
    padding: 15px 30px;
    margin: 0;
}
.file-upload-text {
    position: relative;
    margin-left: 40px;
}
.file-upload-text::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -50px;
    height: 29px;
    width: 42px;
    background-image: url(../img/upload.png);
}
.appointment-content {
    background: #fff;
    position: relative;
}
.appointment-text {
    position: relative;
    padding: 50px 0;
}
.appointment-text h2 {

}
.appointment-text h3 {
    font-size: 19px;
    font-weight: 400;
    margin: 0 0 25px;
    line-height: 29px;
    color: #54595F;
}
.contact-service {
    padding: 20px;
    min-height: 150px;
    margin-bottom: 30px;
    background-color: #f5f5f5;
}
.contact-service i {
    font-size: 42px;
    line-height: 1;
}
.contact-service .media-body h4 {
    font-size: 17px;
    font-weight: 600;
}
.contact-service .media-body div {
    font-size: 15px;
}
.form-container{
    padding: 50px 0 10px;
}
h2.semibold, h3.semibold {
    color: #4BA1AE;
    position: relative;
    padding-left: 45px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    padding-top:12px;
}
h2.semibold span, h3.semibold span {
    display: inline-block;
    background-color: #4BA1AE;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    left: 0;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}
.list-checkmark {
    padding: 0;
    margin: 0 0 15px;
}
.list-checkmark li {
    padding-left: 30px;
    background: transparent url(../img/checkmark-green.svg) no-repeat left top 3px;
    background-size: auto auto;
    background-size: 14px 11px;
    padding-bottom: 12px;
}
.appointment-text .contact-service {
    background-color: #F4F5F7;
}
.form-container label {
    font-size: 14px;
}
/*alert*/
.alert {
    background: #eff9fc;
    display: block;
    line-height: 24px;
    margin: 16px 0;
    padding: 24px;
    position: relative;
    clear: both;
    border: 1px solid #dbf4fc;
    border-radius: 0;
}
.alert-d {
    display: block;
    line-height: 24px;
    margin: 16px 0;
    padding: 24px;
    position: relative;
    clear: both;
    border-radius: 0;
    background: #FFC0C0;
    border: 1px solid #FFC0C0;
}
.alert-success {
    color: #006057;
    border-color: rgba(3,125,113,.1);
    background: rgba(3,125,113,.1);
}
.alert.alert-primary strong {
    color: #0389ff;
}
@media(max-width: 991px){
    .appointment-content {
        background: #F4F5F7
    }
}
@media(min-width: 992px){
    .appointment-content {
        background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #F4F5F7)); 
        background-image: -webkit-linear-gradient(left, #fff 50%, #F4F5F7 50%); 
        background-image: -o-linear-gradient(left, #fff 50%, #F4F5F7 50%);
        background-image: linear-gradient(90deg, #fff 50%, #F4F5F7 50%);
    }
    .appointment-text {
        padding-right: 15px;
    }
}

/*[testimonial2]
--------------------------*/
.testimonial2 {
    padding: 100px 0;
    text-align: center;
}
.testimonial-quote {
    position: relative;
    line-height: 42px;
    font-weight: 400;
}
.testimonial2-author-name {
    font-size: 25px;
    font-weight: 600;
    margin-right: 10px;
}
.testimonial2-author-link a {
    color: #fff;
    font-weight: 500;
    border-bottom: 1px solid #fff;
    -webkit-transition: color 150ms,border-color 150ms,background-color 150ms;
    -o-transition: color 150ms,border-color 150ms,background-color 150ms;
    transition: color 150ms,border-color 150ms,background-color 150ms;
}
.testimonial2-author-link a:hover {
    color: #4BA1AE;
    background-color: #fff;
    border-color: #fff;
}
.quotes-marks {
    position: absolute;
    z-index: 2;
}
.quotes-marks.mark-left{
    top: -125px;
    left: 0;
}
.quotes-marks.mark-right {
    bottom: -125px;
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.quotes-marks svg {
    fill: #9DCED5;
}
@media(max-width: 767px){
    .testimonial2-author{
        display: block !important;
    }
    .testimonial2-author-name {
        margin: 0 0 10px;
    }
    .quotes-marks {
        display: none;
    }
    .testimonial-quote {
        line-height: 32px;
        font-weight: 400;
        font-size: 22px;
    }
}
@media(min-width: 992px){
    .quotes-marks.mark-right {
        bottom: -125px;
        right: -80px;
    }
    .quotes-marks.mark-left{
        top: -125px;
        left: -80px;
    }
}
@media(min-width: 992px) and (max-width: 1199px){
    .testimonial-quote {
        font-size: 26px;
    }
}
/* Client ------*/ 
.partners-content {
    padding-bottom: 20px;
}
.partner-logo{
    margin-bottom: 30px;
}

/*[About]
--------------------------*/
.about-wrapper{
    /*padding: 70px 0;*/
}
.text-block .heading-sm {
    text-transform: none;
    position: relative;
    font-size: 14px;
    letter-spacing: 1px;
}
.text-block .heading-sm::before {
    /*
	position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 30px;
    content: '';
    background: #4BA1AE;
	*/
}
h2.heading-sm {
    font-size: 1.6em!important;
}

.text-block ul {
    padding-left: 15px;
}
.text-block ul li {
    margin-bottom: 10px;
}
.text-block .quote-text p {
    font-size: 20px;
    font-weight: 800;
    font-family: 'Nanum Myeongjo', serif;
}
.quote-attribution {
    color: #253858;
    font-size: 14px;
    font-weight: 700;
}
.signature img {
    height: 50px;
}

/*[Department]
--------------------------*/
.headerContent {
    padding: 70px 0 52px;
}
.catLink .catLink-title {
    font-size: 21px;
    position: relative;
    color: rgb( 46, 60, 64 );
    display: inline-block;
    margin-bottom: 30px;
    font-weight: 600;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
    -o-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
    transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}
.catLink .catLink-title::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 5px;
    -webkit-transform: scale3d(0,1,1);
    transform: scale3d(0,1,1);
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    background: rgb( 3, 125, 113);
    -webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
    -o-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
    transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}
.catLink .catLink-title:hover::before,
.catLink .catLink-title:focus::before {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.catLink .catLink-title::after {
    content: '';
    position: absolute;
    z-index: -2;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: rgba( 3, 125, 113,.3);
}
.catLink ul li{
    margin-bottom: 18px;
}
.catLink ul li a {
    color: rgb( 88, 104, 109 );
    font-weight: 500;
}
.catLink ul li a:hover{
    color: #037d71;
}
.department {
    padding: 0 0 80px;
}
.box-widget {
    padding: 15px;
    cursor: pointer;
    min-height: 50px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-align: center;
    margin-bottom: 30px;
    background: #fafafa;
    border: 1px solid #ebebeb;
    box-shadow: 2px 2px 16px rgba(0,0,0,0.08);
}
.box-widget:hover, .box-widget:focus {
    border-color: #D5EAED;
    background: #D5EAED;
}
.box-icon i, .box-icon span  {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 15px;
    display: block;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.box-widget:hover .box-icon i, .box-widget:hover .box-icon span {
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
}
.box-text h3, .box-text h4, .box-text h5 {
    font-size: 21px;
    font-weight: 400;
}
.box-text p {
    font-size: 15px;
    margin: 0;
    font-weight: 400;
    line-height: 25px;
}
/*[Doctor list]
--------------------------*/
.doctor-list {

}
/* Grid container */
.grid {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}
/* Overlay */
.grid::after {
    content: '';
    background: rgba(202, 202, 202, 0.4);
    opacity: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.view-single .grid::after {
    opacity: 1;
}
/* Grid item */
.grid__item {
    padding: 45px 45px 40px;
    position: relative;
    color: inherit;
    background: #fff;
    min-height: 300px;
    cursor: pointer;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* Grid item "border" */
.grid__item::before {
    position: absolute;
    content: '';
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 1px solid #ececec;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.grid__item * {
    z-index: 10;
}
/* grid item element and full content element styles */
.title {
    margin: 0;
    font-size: 21px;
}
.title--preview {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.loader {
    height: 1px;
    width: 40%;
    margin: 1em auto;
    position: relative;
    background: rgba(0, 0, 0, 0.1);
}
.loader::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #037d71;
    left: 0;
    top: -1px;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}
.dr-name {
    margin: 0;
    position: relative;
    /*font-size: 14px;*/
    text-align: center;
    display: block;
    font-weight: 600;
}
.grid__item:hover .title,
.grid__item:hover .dr-name{
    color: #4BA1AE;
}
.title--preview,
.loader,
.dr-name {
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    -o-transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
/* closing (delays) */
.title--preview {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.loader {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.grid__item .dr-name {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.meta {
    /*font-size: 14px;*/
    text-align: left;
}
.meta .fa {
    margin-right: 4px;
}
.meta:before, .meta:after {
    display: table;
    content: '';
}
.meta:after {
    clear: both;
}
.meta__avatar {
    display: block;
    border-radius: 50%;
    margin: 3em auto;
    height: 100px;
    width: 100px;
}
.meta__position,
.meta__email{
    display: block;
    float: left;
    color: rgb(72, 72, 72);
}
.meta__email {
    float: right;
    text-align: right;
    border-bottom: 1px solid #037d71;
}
.meta--preview .meta__avatar {
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
/* Grid footer */
.page-meta {
    width: 100%; 
    margin-top: 55px;
}
/*pagination*/
.page-item {
    margin: 0 3px;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link{
    border-radius: 0;
}
.page-link {
    font-weight: 500;
    color: #037d71;
    border: 1px solid #ececec;
}
.page-link:hover {
    color: #037d71;
}
.page-link:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(3,125,113,.25);
    box-shadow: 0 0 0 .2rem rgba(3,125,113,.25);
}
.page-item.active .page-link {
    background-color: #037d71;
    border-color: #037d71;
}
@media screen and (min-width: 768px) {
    .grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    /* 2 columns */
    .grid__item {
        width: 50%;
        border: none;
    }
    .grid__item:hover::before,
    .grid__item:focus::before,
    .grid__item.active::before {
        border: 3px solid #4BA1AE;
    }
}
@media screen and (min-width: 992px) {
    /* 3 columns */
    .grid__item {
        width: 33.333%;
    }
}

/*Appointment*/
.appointment{
    padding: 50px 0;
}
.appointment h2 {
    color: #fff;
    margin: 0;
    font-weight: 700;
}
.appointment h3 {
    color: #fff;
    margin: 0;
    font-weight: 700;
    font-size: 1.8rem!important;
}
@media(max-width: 767px){
    .appointment h2 {
        font-size: 27px;
    }
    .appointment h3 {
        font-size: 27px;
    }
}
/* Link ----*/
a.appointment-link {
    position: relative;
    color: rgb( 255, 255, 255 );
    font-style: italic;
    /*font-family: 'Georgia', serif;*/
    font-weight: 800;
}
a.appointment-link::before {
    content: '';
    left: 0;
    bottom: -5px;
    height: 1px;
    position: absolute;
    right: 0;
    background: rgb( 255, 255, 255 );
}
a.appointment-link:hover::before{
    -webkit-animation: 0.5s 1 cta-line;
    animation: 0.5s 1 cta-line;
}
a.appointment-link i {
    font-size: 17px;
    margin-left: 8px;
}
@keyframes cta-line {
    0% {
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    45% {
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);

    }
    55% {
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);

    }
    100% {
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);

    }
}

/*[Servicve]
--------------------------*/
.section-title{
    text-align: center;
    margin-bottom: 50px;
}
.section-title h2, .section-title h3 {
    font-size: 28px;
}
.section-title p {
    font-size: 17px;
}
.service-content{
    padding: 0 0 70px;
}
.service-box {
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    position: relative;
    padding: 15px;
}
.service-box:after {
    content: '';
    position: absolute;
    display: block;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    top: 5px;
    left: 70px;
    background: #e1e5fe;
    border: 2px solid #e1e5fe;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}
.service-box:hover:after{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: transparent;
    border-color: #e1e5fe;
}
.service-box .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
}
.service-box .icon {
    position: relative;
    display: inline-block;
}
.service-box .icon i {
    font-size: 60px;
    z-index: 1;
}
.service-box p {
    margin: 0;
    font-size: 16px;
    color: rgba(41,42,49,.6);
    font-weight: 600;
}
@media(min-width: 768px) and (max-width: 1199px){
    .service-box{
        padding: 20px 15px;
    }
    .service-box .icon i{
        font-size: 44px;
    }
}
.iconbox {
    padding: 20px 15px;
}
.iconbox::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: calc(100% - 65px);
    background-color: #e7e7e7;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.iconbox .icon i {
    font-size: 60px;
    line-height: 1;
}

@media(min-width: 768px){
    .iconbox{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 0;
    }
}
/*[Quote]
--------------------------*/
.quote-wrap .card::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 35px;
    top: 100%;
    border: 14px solid transparent;
    border-top: 15px solid #fff;
}
.stars {
    color: #f9d71c;
    margin-bottom: 10px;
    font-size: 12px;
}
.u-sm-avatar {
    width: 3rem;
    height: 3rem;
}
.avatar-info h4 {
    font-size: 16px;
}
.quote-text{
    font-size: 24px
}
.testimonial .avatar {
    height: 70px;
    width: 70px;
    margin-right: 20px;
    border-radius: 50em;
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.quote-carousel2.owl-carousel .owl-nav button.owl-next,
.quote-carousel2.owl-carousel .owl-nav button.owl-prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    font-size: 30px;
    height: 70px;
    width: 70px;
    margin: 0;
    color: #fff;
    border-radius: 50%;
    line-height: 70px;
    display: inline-block;
    -webkit-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background-color: rgba(0,0,0,0.5);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    border: 2px solid rgba(255, 255, 255, 0.35);
}
.quote-carousel2.owl-carousel .owl-nav button.owl-prev{
    left: 0;
}
.quote-carousel2.owl-carousel .owl-nav button.owl-next{
    right: 0;
}
.quote-carousel2.owl-carousel .owl-nav button.owl-next:hover,
.quote-carousel2.owl-carousel .owl-nav button.owl-prev:hover {
    background: #fff;
    color: #000;
}
.quote-carousel2.owl-theme .owl-dots .owl-dot span {
    background: #4E66F8;
    margin: 3px;
    border: 2px solid #4E66F8;
}
.quote-carousel2.owl-theme .owl-dots .owl-dot.active span,
.quote-carousel2.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    width: 12px;
    height: 12px;
}

/*[Section header]
--------------------------*/
.custom-heading {
    margin-bottom: 70px;
}
.custom-heading h5 {
    font-size: 12px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 1px;
    margin-bottom: 0px;
}
.custom-heading h2 {
    font-weight: 200;
    font-size: 2.5rem;
}
.custom-heading h2 span {
    text-decoration: none;
    background: url(../img/line-blue.png) no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 5px;
    font-weight: 700;
}
.custom-heading.line-red h2 span {
    background-image: url(../img/line-red.png);
}
.custom-heading p {
    margin: 20px 0 0;
    font-size: 18px;
    font-weight: 600;
}
/*[Packages]
--------------------------*/
.grid-container {
    margin-right: -10px;
    margin-left: -10px;
}
.grid-container [class*="col-"]{
    padding: 5px;
}

.package-item {
    display: block;
    text-decoration: none;
    position: relative;
}
.package-item .img-container {
    background-color: #a5a3b4;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    overflow: hidden;
    position: relative;
}
.package-item:hover .img-container {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}
.package-item .img-container::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(to top,rgba(0,0,0,0) 50%,rgba(0,0,0,.67) 99%,rgba(0,0,0,.6) 100%);
    background: -webkit-gradient(linear,left bottom, left top,color-stop(50%, rgba(0,0,0,0)),color-stop(99%, rgba(0,0,0,.67)),to(rgba(0,0,0,.6)));
    background: -webkit-linear-gradient(bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,.67) 99%,rgba(0,0,0,.6) 100%);
    background: -o-linear-gradient(bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,.67) 99%,rgba(0,0,0,.6) 100%);
    background: linear-gradient(to top,rgba(0,0,0,0) 50%,rgba(0,0,0,.67) 99%,rgba(0,0,0,.6) 100%);
}
.package-item .img-container img {
    width: 100%;
    position: relative;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.package-item:hover .img-container img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.item-description{
    margin-left: 50px;
}
.mask {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0px solid #fff;
    -webkit-transition: border 0.5s;
    -o-transition: border 0.5s;
    transition: border 0.5s;
    z-index: 1;
    bottom: 0;
    overflow: hidden;
}
.package-item:hover .mask {
    border: 15px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
}
.mask .content {
    position: relative;
    margin: 20px;
}
.mask .content h2 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.mask .content span {
    font-weight: 600;
    color: rgba(255,255,255,0.9);
    font-size: 13px;
}
.mask .content .svg-wrap {
    position: absolute;
    right: -5px;
    top: 10px;
}
.mask .content .svg-wrap svg {
    -webkit-animation-name: applications-arrow-back;
    animation-name: applications-arrow-back;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: easeOutExpo;
    animation-timing-function: easeOutExpo;
}
.package-item:hover .mask .content .svg-wrap svg {
    -webkit-animation-name: applications-arrow;
    animation-name: applications-arrow;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-timing-function: easeOutExpo;
    animation-timing-function: easeOutExpo;
}
.mask .content .svg-wrap svg  .icon-arrow {
    fill: #fff;
}
.mask-icon {
    position: absolute;
    -webkit-transform: translate(-50%, -80%);
    -ms-transform: translate(-50%, -80%);
    transform: translate(-50%, -80%);
    top: 80%;
    z-index: 1;
    left: 50%;
}
.mask-icon i {
    color: #fff;
    font-size: 80px;
}
@-webkit-keyframes applications-arrow {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-60px);
        transform: translateX(-60px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px); 
    } 
}
@keyframes applications-arrow {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-60px);
        transform: translateX(-60px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px); 
    } 
}
@-webkit-keyframes applications-arrow-back {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
    }  
}
@keyframes applications-arrow-back {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
    } 
}
@media (min-width: 576px) and (max-width: 767px){
    .mask-icon i {
        font-size: 60px;
    }
}
@media(min-width: 992px){
    .mask .content {
        margin: 30px;
    }
    .mask-icon i {
        font-size: 72px;
    }
}

/*[Travel box]
--------------------------*/
.travel-box {
    margin-top: -150px;
}
.booking-search {
    z-index: 1;
    padding: 50px;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 40px 70px -35px rgba(0, 0, 0, 0.15);
    box-shadow: 0 40px 70px -35px rgba(0, 0, 0, 0.15);
}
.search-content {
    background: #fff;
    z-index: 1;
    position: relative;
}
.nav-pills .nav-link {
    border-radius: 0;
    background-color: rgba(155, 155, 155, 0.1);
    color: #343a40;
    font-size: 15px;
    font-weight: 700;
}
/*select-box*/
.select-box h2 {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 8px;
}
.input-group-append.append-absolute {
    margin-left: -1px;
    position: absolute;
    z-index: 2;
    right: 0;
    height: 48px;
}
/*Select2*/
.select2-container .select2-selection--single {
    height: 48px;
    border-color: #d7d7d7;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 15px;
    padding: 11px 38px 11px 12px;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    display: none;
}
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #d7d7d7 !important;
}
.select2-container--bootstrap .select2-dropdown {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #d7d7d7;
    margin-top: 0px;
    -webkit-animation: fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);
    animation: fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);
}
.select2-search--dropdown {
    display: block;
    padding: 10px 12px;
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    color: #495057;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: rgb( 130, 124, 126 );
}
.select2-container--bootstrap .select2-results__group {
    color: #495057;
    font-size: 14px;
    font-weight: 600;
}
.select2-container--bootstrap .select2-results__option .select2-results__option {
    color: rgb( 130, 124, 126 );
    font-size: 14px;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #e1e5fe;
    color: #4E66F8;
}
.form-control {
    height: 48px;
    border-radius: 0;
    border: 1px solid #d7d7d7;
    color: #aaa;
    font-size: 15px;
}
.form-control:focus {
    color: #495057;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #d7d7d7;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #fff;
}
.input-group-text {
    border-radius: 0;
    border: 1px solid #d7d7d7;
    color: #aaa;
    background: #f9f9f9;
    font-size: 18px;
}

/*spinner*/
.select-box .btn {
    border: 1px solid #d7d7d7;
    padding: .375rem .75rem;
    border-radius: 0;
}
.select-box .btn:hover {
    background: #f9f9f9;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.select-box .btn.focus,
.select-box .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*.trip-circle*/
.trip-circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 17px;
}
.single-trip-circle{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.single-trip-circle:nth-child(2){
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 42px;
}
.single-trip-circle input[type="radio"] {
    display:none;
}
.single-trip-circle input[type="radio"] + label {
    color: #565a5c;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 17px;
    margin-left:0px;
}
.single-trip-circle input[type="radio"] + label span.round-boarder{
    display:inline-block;
    width:15px;
    height:15px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
    border-radius:  50%;
}
.single-trip-circle input[type="radio"] + label span.round-boarder1{
    display:inline-block;
    width: 9px;
    height: 9px;
    margin: -13px 0px 0 1px;
    vertical-align:middle;
    cursor:pointer;
    border-radius:  50%;
}
.single-trip-circle input[type="radio"] + label span.round-boarder{
    border:2px solid #aaa;
}

.single-trip-circle input[type="radio"] + label span.round-boarder1 {
    border:1px solid #fff;
    background-color:#fff;
}

.single-trip-circle input[type="radio"]:checked + label span.round-boarder1{
    background-color:#00d8ff;
}

.single-trip-circle input[type="radio"] + label span.round-boarder1,
.single-trip-circle input[type="radio"]:checked + label span.round-boarder1 {
    -webkit-transition:background-color 0.4s linear;
    -o-transition:background-color 0.4s linear;
    transition:background-color 0.4s linear;
}
/* filter */
.travel-budget h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.price_filter{
    margin-top: 9px;
}
.price_filter .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    background: #d7d7d7;
    height: 4px;
    border: 0px;
    border-radius: 5px;
}
.price_filter .ui-slider-handle.ui-state-default.ui-corner-all {
    background: #4E66F8 none repeat scroll 0 0;
    border: 0px;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    outline: 0;
    cursor: pointer;
    z-index: 1;
}
.price_filter .ui-slider-range {
    background: #4E66F8 none repeat scroll 0 0;
}
.price_slider_amount > input[type="text"] {
    font-weight: 700;
    font-size: 14px;
    height: 40px;
    text-align: center;
    width: 100%;
    border: 0;
}
.price_slider_amount label {
    font-weight: 500;
    font-size: 14px;
    color: #aaa;
}
.price_slider_amount > input[type="text"]:focus {outline: 0}
.price_slider_amount > input[type="submit"] {outline: 0;}
.price_slider_amount {letter-spacing: 2px;}
.price_slider_amount > input[type="submit"] {
    font-weight: 500;
    font-size: 14px;
    color: #aaa;
}

/*[Rental carousel]
--------------------------*/
.rental-item {
    background-color: #fff;
    position: relative;
}
.ribbon {
    position: absolute;
    right: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
}
.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: none;
    text-align: center;
    line-height: 20px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #e32222;
    background: -webkit-gradient(linear, left top, left bottom, from(#e32222), to(#ca1717));
    background: -webkit-linear-gradient(#e32222 0%, #ca1717 100%);
    background: -o-linear-gradient(#e32222 0%, #ca1717 100%);
    background: linear-gradient(#e32222 0%, #ca1717 100%);
    -webkit-box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}
.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #e32222;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #e32222;
}
.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #e32222;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #e32222;
}
.rental-item .rental-item--mask .rental-item_img {
    border-bottom: 1px solid #f2f2f2;
}
.rental-item .rental-item--mask .rental-item_img img{
    width: 100%;
}
.rental-item .rental-item--mask .rental-item_details {
    display: block;
    padding: 30px;
}
.rental-item .rental-item--mask .rental-item_details .course-title {
    margin-bottom: 16px;
    font-size: 21px;
    font-weight: 600;
}
.rental-item .rental-item--mask .rental-item_details .star-rating .star-rating_container {
    font-size: 13px;
    color: #FFC107;
}
.rental-item .rental-item--mask .rental-item_details .star-rating .review-numbers {
    font-size: 13px;
    margin-left: 8px;
}
.rental-item .rental-item--mask .rental-item_details .price-discount {
    font-size: 12px;
    margin-right: 5px;
    color: #eb5c65;
}
.rental-item .rental-item--mask .rental-item_details .price-original{
    color: #212529;
}
.rental-item .rental-item--mask .rental-item_details .price-original .per-day {
    font-size: 13px;
    color: rgba(41,42,49,.6);
    margin-left: 5px;
}
.feature-item i {
    font-size: 22px;
    margin-right: 5px;
    line-height: 1;
}
.rental-carousel .owl-item {
    opacity: .5;
    -webkit-transform: scale(.85);
    -ms-transform: scale(.85);
    transform: scale(.85);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(.85,.85);
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    overflow: hidden;
}
.rental-carousel .owl-item.active.center {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1,1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/*[Contact]
--------------------------*/
.content-item {
    margin-bottom: 60px;
}
.content-item .title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
    opacity: .6;
}
.content-item .address{
    font-size: 24px;
    font-weight: 800;
    display: block;
    margin-top: 20px;
    line-height: 1.2;
    margin-bottom: 25px;
}

/*[Footer]
--------------------------*/
.footer-dark {
    color: #8a8887;
}
/*.footer-dark p{
    color: #acacac;
}*/
.main-footer {
    position: relative;
    padding: 70px 0;
}
.footer-des {
    position: relative;
    z-index: 1;
}.footer-logo{
    margin-bottom: 30px;
}
.footer-title {
    font-size: 19px;
    margin-bottom: 30px;
}
.footer-dark .footer-title {
    color: #fff;
}
.footer-link li a {
    display: block;
    margin-bottom: 8px;
    color: #343434;
}
.footer-link li a:hover{
    color: #111;
}
.footer-dark .footer-link li a:hover{
    color: #111;
}
.quickLink:before,
.quickLink:after{
    display: table;
    content: " ";
}
.quickLink:after{
    clear: both;
}
.quickLink li {
    width: 50%;
    float: left;
}
.appointmentSchedule {
    padding: 15px;
}
.appointmentSchedule li{

}
.addressLink ul li{
    margin-bottom: 8px;
}
.footer-dark .addressLink ul li a {
    color: #8a8887;
}
.addressLink ul li i, .addressLink ul li span {
    margin-right: 8px;
}
.footer-dark .addressLink ul li i, .footer-dark .addressLink ul li span {
    color: #343434;
}
.linkUnderlined{
    border-bottom: 1px solid #acacac;
    -webkit-transition: color 150ms,border-color 150ms,background-color 150ms;
    -o-transition: color 150ms,border-color 150ms,background-color 150ms;
    transition: color 150ms,border-color 150ms,background-color 150ms;
}
.footer-dark .addressLink ul li a.linkUnderlined:hover {
    color: #fff;
    background-color: #037d71;
    border-color: #037d71;
}
.btnBlock {
    padding-top: 25px;
}
.btn-link {
    color: #acacac;
    background-color: rgba(0,0,0,0.01);
    border-color: #acacac;
}
.btn-link:hover {
    color: #fff;
    background-color: #037d71;
    border-color: #037d71;
    text-decoration: none;
}
.btn i, .btn span {
    font-size: 14px;
    margin-left: 5px;
}
/*subfooter*/
.sub-footer {
    padding: 2rem 0;
    background: #fff;
    color: rgb( 130, 124, 126 );
    border-top: 1px solid #ececec;
}
.sub-footer.dark {
    padding: 15px 0;
    /* border-top: 1px solid #3d3d3d;*/
    color: #555;
    background: #eee;
    font-size:14px;
}
@media(max-width: 767px){
    .footer-des,
    .col-block{
        margin-bottom: 30px;
    }
}
.bg-img-hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.footer-brand-svg {
    width: auto;
    width: 5.14063rem;
    height: 1.75rem;
}
.text-white.text-muted {
    color: hsla(0,0%,100%,.65)!important;
}
.social-icon i{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 30px;
    height: 30px !important;
    line-height: 1;
    font-size: 14px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #fff;
    background: none;
}
.social-icon .fa-facebook {
    background-color: #3b5998;
}
.social-icon .fa-twitter {
    background-color: #00aced;
}
.social-icon .fa-google-plus {
    background-color: #dd4b39;
}
/*[Landing page]
--------------------------*/
.banner {
    overflow: hidden;
    background-color: #272a2d;
}
.header-image-alt {
    text-align: right;
}
.header-txt .header-title {
    color: #ffffff;
    font-size: 29px;
    font-weight: 600;
    margin-bottom: 16px;
}
.header-txt .lead {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
.header-action-btns{
    margin-top: 34px;
}
@media(max-width: 767px){
    .banner-content {
        padding: 112px 0 0;
    }
    .header-txt{
        text-align: center;
    }
    .header-image-alt {
        margin: 45px -15px 0 0;
    }
}
@media(min-width: 576px) and (max-width: 767px){
    .banner {
        height: 100vh;
    }
    .header-image-alt {
        min-width: 650px;
    }
    .header-txt .header-title {
        font-size: 42px;
    }
    .header-txt .lead {
        font-size: 18px;
    }
}
@media(min-width: 768px) and (max-width: 991px){
    .header-txt .header-title {
        font-size: 32px;
    }
}
@media(min-width: 768px){
    .banner {
        height: 100vh;
    }
    .header-image-alt {
        min-width: 936px;
        margin-left: 30px;
        margin-top: 70px;
    }
    .header-txt .lead {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .header-action-btns{
        margin-top: 59px;
    }
}
@media(min-width: 991px){
    .header-txt .header-title {
        font-size: 48px;
        margin-bottom: 19px;
    }

}
@media(min-width: 992px) and (max-width: 1199px){
    .banner-content {
        padding: 0;
    }
    .header-txt .header-title {
        font-size: 42px;
    }
}
.hover-wrap {
    top: 0;
    position: relative;
    padding: 15px;
    -webkit-box-shadow: 0px 2px 25px 0px rgba(0,0,0,.1);
    box-shadow: 0px 2px 25px 0px rgba(0,0,0,.1);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.hover-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.0);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.button {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.thumbnail:hover .button {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.button .view-demo {
    padding: 12px 35px;
    border: solid 2px #313437;
    border-radius: 0px;
    text-transform: none;
    background-color: #313437;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
}
.title-cat-wrap {
    font-size: 18px;
    margin-top: 20px;
    font-weight: 700;
}
.title-cat-wrap a{
    color: #343a40;
}
.main-feature {
    width: 100%;
    height: 100%;
    padding: 20px 10px;
    background: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 25px 0px rgba(0,0,0,.1);
    box-shadow: 0px 2px 25px 0px rgba(0,0,0,.1);
}
.main-feature span {
    margin-top: 20px;
    display: block;
    text-transform: capitalize;
}
.footer {
    padding: 30px 0;
    text-align: center;
}
.font-weight-bold {
    font-weight: 500 !important;
}
h2, .h2 {
    font-size: 1.8rem;
}
h3.testimonial-quote {
    font-size: 1.6rem;
	font-family:Georgia, serif;
	font-style:italic;
}
.col-white {
	color:#fff;
}
h3.subhead {
    font-size: 1.6rem;
}
.imgresp {
    width:100%;
}
.clrb {
    clear:both;
}
.marg-top-10 {
    margin-top:10px;
}
.marg-top-20 {
    margin-top:20px;
}
.marg-top-100 {
    margin-top:100px;
}
.marg-bot-10 {
    margin-bottom:10px;
}
.marg-bot-20 {
    margin-bottom:20px;
}
.marg-bot-40 {
    margin-bottom:40px;
}
.f26 {
    font-size:26px;
}
.f21 {
    font-size:21px;
}
.fw500 {
    font-weight:500;
}
img.img-resp {width:100%;}

.bg-grey {background:#F4F5F7;}

#formmessage {display: none;}
