@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800|Open+Sans:400,400i,600,700');
/*----------------------------------------*/

/*  1.  Theme CSS
/*----------------------------------------*/

html,
body {
    height: 100%;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0px solid;
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 15px;
    color: #585757;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #555;
    font-weight: 700;
    font-family: 'DM Sans', sans-serif;
}

h1 {
    font-size: 35px;
    line-height: 54px;
}

h2 {
    font-size: 30px;
    line-height: 42px;
}

h3 {
    font-size: 25px;
    line-height: 36px;
}

h4 {
    font-size: 20px;
    line-height: 34px;
}

h5 {
    font-size: 18px;
    line-height: 30px;
}

h6 {
    font-size: 16px;
    line-height: 28px;
}

a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0 none;
}

a:hover,
a:focus {
    color: #003cc4;
    text-decoration: none;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.p10 {
    padding: 10px;
}

.p20 {
    padding: 20px;
}

.p30 {
    padding: 30px;
}

.p40 {
    padding: 40px;
}

.p50 {
    padding: 50px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.m10 {
    margin: 10px;
}

.m20 {
    margin: 20px;
}

.m30 {
    margin: 30px;
}

.m40 {
    margin: 40px;
}

.m50 {
    margin: 50px;
}

body {
    background: #fff none repeat scroll 0 0;
    color: #585757;
    font-family: 'DM Sans', sans-serif;
    font-size: 17px;
    text-align: left;
    overflow-x: hidden;
    line-height: 28px;
}

.float-none {
    float: none;
    margin: 0 auto;
}

.clear {
    clear: both;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

input,
select,
textarea,
input[type="text"],
input[type="date"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="tel"],
button,
button[type="submit"] {
    -moz-appearance: none;
    box-shadow: none !important;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

.no-padding {
    padding: 0px;
}

.bg-red {
    background: #EE3131;
}

/*----------------------------------------*/

/*  2.1 Header Bottom Area 
/*----------------------------------------*/

header {
    z-index: 99;
    width: 100%;
}

.logo {
    text-align: center;
}

.logo img {
    padding: 5px 0px;
}

.logo h3 {
    color: #000;
    font-size: 45px;
    line-height: 68px;
    margin: 0;
}

.bg-header {
    background: #f89cbe;
}

.joindiv {
    height: 88px;
    line-height: 87px;
    padding-left: 20px;
}

.joindiv a {
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    font-family: 'Rajdhani', sans-serif;
}

.joindiv a:before {
    content: "";
    width: 41px;
    height: 2px;
    color: inherit;
    position: absolute;
    right: 10px;
    background-color: #fff;
    top: 43px;
}

.header-menu {
    padding: 0px 20px;
}

.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}

.main-menu ul.navbar-nav>li>a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 20px 0px;
    text-transform: uppercase;
    margin: 0px 13px;
    font-family: 'Rajdhani', sans-serif;
}

.main-menu ul.navbar-nav li a:hover {
    color: #000;
}

.main-menu ul.navbar-nav>li:hover>a:before,
.main-menu ul.navbar-nav>li.active>a::before {
    width: 100%;
}

.main-menu ul.navbar-nav li.active a:focus {
    color: #333;
}

.main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #003cc4;
    position: relative;
    z-index: 9999999;
}

.navbar {
    border: medium none;
    margin-bottom: 0;
}

.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.navbar-brand {
    padding: 5px 0px;
}

.main-menu ul.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: none;
    color: #333;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    background-color: transparent;
    color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: none;
}

.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    border-top: 2px solid #09162a;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: -99;
}

.pagess {
    position: relative;
}

.navbar.navbar-default {
    float: none !important;
}

.main-menu ul.nav li ul.sub-menu li {
    border-bottom: 1px solid #ddd;
    padding: 0;
    position: relative;
    width: 100%;
}

.main-menu ul.nav li:hover ul.sub-menu {
    top: 100%;
    opacity: 1;
    z-index: 999;
    visibility: visible;
}

.main-menu ul.nav li ul.sub-menu li a {
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}

.main-menu ul.nav li:hover ul.sub-menu li a:hover {
    color: #fff;
    background: #1c63b8;
}

.main-menu ul.nav li ul.sub-menu li:last-child {
    border: none;
}

.stick span.search-button i,
.stick .header-search input {
    color: #555
}

.search-option-5 button.button {
    display: inline-block;
    border: none;
    background: none;
    padding: 0;
}

.search-option {
    background: #fff none repeat scroll 0 0;
    bottom: -48px;
    color: #555;
    display: none;
    position: absolute;
    right: 20px;
    width: 260px;
    z-index: 99999;
}

.mean-nav ul li.mean-last {
    margin-bottom: 20px;
}

/*----------------------------------------*/

/*  Main Slider
/*----------------------------------------*/

.main-slider {
    position: relative;
}

.main-slider .title {
    position: relative;
    font-size: 22px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 18px;
}

.main-slider .title:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    height: 2px;
    width: 50px;
    margin-left: -25px;
    background-color: #e9c37a;
}

.main-slider .title-two {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 18px;
}

.main-slider .title-two:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 50px;
    background-color: #e9c37a;
}

.main-slider h2 {
    position: relative;
    display: block;
    font-size: 60px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.1em;
    font-family: 'Montserrat', sans-serif;
    z-index: 1;
    text-align: center;
}

.main-slider h2.style-three {
    font-size: 64px;
    font-weight: 400;
    color: #222222;
}

.main-slider h2 .style-two {
    color: #222222;
}

.main-slider .text.style-two {
    color: #222222;
}

.main-slider .text {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.14em;
    padding-right: 64px;
    text-transform: capitalize;
    z-index: 1;
    text-align: center;
}

.main-slider .link-box {
    position: relative;
    z-index: 1;
    text-align: center;
}

.main-slider .link-box .theme-btn {
    position: relative;
    margin-right: 20px;
}

.main-slider .social-links {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -100px;
    z-index: 99;
    padding: 50px 35px 40px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-right: none;
    background-color: #ffffff;
}

.main-slider .social-links li {
    position: relative;
    ;
    display: block;
    margin-bottom: 10px;
}

.main-slider .social-links li:last-child {
    margin: 0;
}

.main-slider .social-links a {
    position: relative;
    display: block;
    color: #222222;
    font-size: 16px;
    line-height: 40px;
}

.main-slider .social-links a:hover {
    color: #e9c37a;
}

.main-slider.home-three .theme-btn {
    margin: 0;
}

.btn-style-one {
    position: relative;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
    background-color: #101010;
    padding: 12px 31px !important;
    text-transform: uppercase;
    border: 2px solid #101010;
    font-family: 'Montserrat', sans-serif;
}

.section {
    padding: 70px 0px;
}

.text-center {
    text-align: center;
}

.section-title-light {
    text-align: center;
    margin-bottom: 30px;
}

.section-title-light img {
    margin-bottom: 20px;
}

.section-title-dark h1 {
    color: #fff;
}

.section-title-dark {
    text-align: center;
    margin-bottom: 30px;
}

.section-title-dark img {
    margin-bottom: 20px;
}

.section-title-dark .title-separator {
    width: 266px;
    border-bottom: 1px solid #eeeeee78;
    float: none;
    margin: 0 auto;
}

.title-separator {
    width: 266px;
    border-bottom: 1px solid #f89cbe;
    float: none;
    margin: 0 auto;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
}

/*----------------------------------------*/

/* bmi calcullate Area
/*----------------------------------------*/

.cal-bmi {
    background: #ee3131;
    margin-left: 150px;
    margin-top: -100px;
    position: relative;
    padding: 25px 70px;
}

.cal-title h4 {
    color: #fff;
}

.cal-title h2 {
    color: #fff;
}

.cal-label {
    color: #fff;
    margin-bottom: 20px;
}

.cal-form input {
    border: 1px solid #eee;
    padding: 9px;
    background: #ee3131;
    color: #fff;
}

.cal-button {
    background: #000;
    border: none;
    padding: 10px 20px;
    color: #fff;
    margin-top: 47px;
}

.btn-div {
    text-align: center;
    margin-top: 30px;
}

.btn-div a {
    background: #f89cbe;
    color: #fff;
    padding: 10px 30px;
}

.section-title-light h1 {
    margin-top: 20px;
}

/*----------------------------------------*/

/*  about Area
/*----------------------------------------*/

.about-div {
    text-align: center;
}

/*----------------------------------------*/

/*  services Area
/*----------------------------------------*/

.section-servic {
    background: #f89cbe;
}

.ser-box {
    text-align: center;
}

.ser-box img {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px !important;
    border-radius: 50%;
    width: 124px !important;
    float: none;
    margin: 0 auto;
}

.ser-box h2 {
    color: #fff;
}

.ser-box p {
    color: #fff;
}

.ser-box a {
    background: #351b01;
    padding: 10px 14px;
    color: #fff;
    font-size: 14px;
}

/*----------------------------------------*/

/* counter Area
/*----------------------------------------*/

.section-counter {
    background-image: linear-gradient(45deg, #5f3205, transparent), url(img/slider.jpg);
    background-size: 100%;
}

.counter {
    text-align: center;
    width: 200px;
    color: #fff;
}

.counter:before {
    content: '';
    background-color: #fff;
    border-radius: 0 47px;
    position: absolute;
    left: 13px;
    top: 0;
    bottom: 13px;
    right: 0;
    z-index: -1;
}

.counter .counter-value {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 15px;
    display: block;
    transition: all 0.3s
}

.counter:hover .counter-value {
    color: #c16100;
}

.counter .counter-value:after {
    content: '';
    background-color: #b86522;
    height: 3px;
    width: 35px;
    margin: 14px auto 0;
    display: block;
    clear: both;
}

.counter img {
    margin-bottom: 30px;
}

.counter h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 7px 0;
}

/*----------------------------------------*/

/* pricing  Area
/*----------------------------------------*/

.pricingTable {
    border: 2px solid #f89cbe;
    margin-top: 20px;
    text-align: center;
}

.pricingTable .pricingTable-header>span {
    width: 60%;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    font-size: 27px;
    text-transform: capitalize;
    line-height: 1.5;
    display: inline-block;
    position: relative;
    top: -25px;
}

.pricingTable .pricingTable-header,
.pricingTable .pricingContent {
    background-color: #fff;
}

.pricingTable .pricingContent ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0 15px;
}

.pricingTable .pricingContent ul li {
    border-bottom: 1px dotted #8493a1;
    color: #9999a5;
    padding: 10px;
    text-align: center;
}

.pricingTable .pricingContent ul li:last-child {
    border-bottom: none;
}

.pricingTable .pricingTable-sign-up {
    color: #fff;
    padding: 50px 0;
}

.pricingTable .price-value {
    font-size: 50px;
    font-weight: normal;
}

.pricingTable .btn-block {
    background: #fff;
    color: #000;
    border: 0 none;
    border-radius: 25px;
    width: 50%;
    margin: 0 auto;
    padding: 10px 5px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.pricingTable .btn-block:hover {
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.pricingTable.blue,
.pricingTable.blue .pricingTable-header>span {
    background: #f89cbe;
    border-color: #f89cbe;
}

.pricingTable.pink,
.pricingTable.pink .pricingTable-header>span {
    background: #ed687c;
    border-color: #ed687c;
}

.pricingTable.orange,
.pricingTable.orange .pricingTable-header>span {
    background: #e67e22;
    border-color: #e67e22;
}

.pricingTable.green,
.pricingTable.green .pricingTable-header>span {
    background: #008b8b;
    border-color: #008b8b;
}

@media only screen and (max-width:990px) {
    .pricingTable {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:767px) {
    .pricingTable {
        margin-bottom: 40px;
    }
}

/*----------------------------------------*/

/* offer Area
/*----------------------------------------*/

.price-div {
    border: 5px solid #f89cbe;
    padding: 30px;
    margin-top: 60px;
    margin-left: 40px;
    position: absolute;
    width: 400px;
}

.sech-div {
    background: #f89cbe;
    padding: 30px;
    position: absolute;
    margin-top: 60px;
    margin-left: -30px;
    width: 400px;
    height: 450px;
}

.price-div h1 {
    ext-transform: uppercase;
    letter-spacing: 4px;
}

.price-div h2 {
    margin: 0;
}

.price-div h3 {
    color: #bf7428;
    font-size: 20px;
}

.sech-div h1 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.sech-div h2 {
    color: #fff;
    margin: 0;
}

.sech-div h3 {
    color: #bf7428;
    font-size: 20px;
}

.sech-div p {
    color: #fff;
}

.price-table a {
    color: #fff;
}

.price-table {
    margin-bottom: 20px
}

/*----------------------------------------*/

/* testimonial Area
/*----------------------------------------*/

.section-testimonial {
    background-image: linear-gradient(45deg, #5f3205, transparent), url(img/slider.jpg);
    background-size: 100%;
}

.testimonial {
    border: 1px solid #f89cbe;
    border-top: 3px solid #f89cbe;
    padding: 70px 25px 100px;
    margin: 20px;
    position: relative;
    background: #fff;
}

.testimonial:after {
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 30px;
    color: #f89cbe;
    position: absolute;
    top: 20px;
    left: 25px;
}

.testimonial .description {
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.testimonial .pic {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: -30px;
    left: 25px;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .testimonial-title {
    font-size: 20px;
    color: #000;
    position: absolute;
    bottom: 20px;
    left: 150px;
}

.testimonial .testimonial-title small {
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 7px;
}

.owl-theme .owl-controls .owl-page.active span {
    background: #00adb7;
}

/*----------------------------------------*/

/* Inner pages Area
/*----------------------------------------*/

.inner-header {
    background-image: url(img/header.png);
    background-size: 100%;
    padding: 60px 0px;
}

.inner-header h1 {
    margin-bottom: 0px;
    color: #fff;
    font-size: 43px;
    text-align: center;
    letter-spacing: 7px;
    text-transform: uppercase;
}

.inner-page {
    padding: 70px 0px;
}

.our-team {
    padding: 20px 15px 30px;
    background: #efefef;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0px 0px 10px #bfb9b99c;
}

.our-team .pic {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 10px;
    margin-bottom: 25px;
    transition: all 0.5s ease 0s;
}

.our-team:hover .pic {
    background: #f89cbe;
    border-radius: 50%;
}

.pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.our-team .title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #2e282a;
    text-transform: uppercase;
    margin: 0 0 7px 0;
}

.our-team .post {
    display: block;
    font-size: 15px;
    color: #f89cbe;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.our-team .social {
    padding: 0;
    margin: 0;
    list-style: none;
}

.our-team .social li {
    display: inline-block;
    margin-right: 5px;
}

.our-team .social li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 15px;
    color: #17bebb;
    border: 1px solid #17bebb;
    transition: all 0.5s ease 0s;
}

.our-team:hover .social li a {
    background: #f89cbe;
    color: #fff;
}

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
    }
}

.inner-page .ser-box {
    margin-bottom: 50px;
    box-shadow: 0px 0px 10px #ccc4c4;
    padding: 30px 20px;
    height: 380px;
}

.inner-page .ser-box img {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px !important;
    border-radius: 50%;
    width: 124px !important;
    float: none;
    margin: 0 auto;
    border: 5px solid #f89cbe;
}

.inner-page .ser-box p {
    color: #7b7171;
}

.inner-page .ser-box h2 {
    color: #402a14;
}

.gallery-title {
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}

.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}

.filter-button {
    font-size: 18px;
    text-align: center;
    text-align: center;
    color: #ffffff;
    background: #f89cbe;
    margin: 10px 0px 0px 0px;
}

.filter-button:hover {
    font-size: 18px;
    border: 1px solid #f89cbe;
    text-align: center;
    color: #000000;
    background-color: #f89cbe;
    border-radius: inherit;
}

.btn-default:active .filter-button:active {
    color: #000000;
    background-color: #ffc107;
}

.port-image {
    width: 100%;
}

.btn-default.focus,
.btn-default:focus {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #fff;
    text-decoration: none;
}

.gallery_product {
    margin-bottom: 30px;
}

#contentlayout {
    margin-top: -200px;
}

.portfolio-box {
    border: 1px solid #fff0;
    background: #fff;
    padding: 20px;
    height: 620px;
    margin-bottom: 50px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8);
}

.infodiv {
    margin-bottom: 30px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
}

.infodiv i {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #f89cbe;
    text-align: center;
    font-size: 35px;
    border: 2px solid #f89cbe;
    margin-right: 15px;
    margin-top: 20px;
}

.infodiv h2,
.infodiv p {
    margin-left: 70px;
    margin-bottom: 0;
}

.contact-form input {
    padding: 20px;
    border-radius: 0px;
}

.contact-form textarea {
    height: 140px;
    padding: 20px;
    border-radius: 0px;
}

.post-slide {
    margin: 0 15px;
    border-bottom: 1px solid #dadada;
    box-shadow: 0 0 5px rgb(218 218 218);
    transition: all 0.4s ease-in-out 0s;
    margin-bottom: 40px;
}

.post-slide .post-img {
    position: relative;
    overflow: hidden;
}

.post-slide .post-img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    transition: all 0.4s linear 0s;
}

.post-slide:hover .post-img:before {
    background: rgba(0, 0, 0, 0.6);
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
}

.post-slide .category {
    width: 20%;
    font-size: 16px;
    color: #fff;
    line-height: 11px;
    text-align: center;
    text-transform: capitalize;
    padding: 11px 0;
    background: #a05a13;
    position: absolute;
    bottom: 0;
    left: -50%;
    transition: all 0.5s ease-in-out 0s;
}

.post-slide:hover .category {
    left: 0;
}

.post-slide .post-review {
    padding: 25px 20px;
    background: #fff;
    position: relative;
}

.post-slide .post-title {
    margin: 0;
}

.post-slide .post-title a {
    display: inline-block;
    font-size: 16px;
    color: #f89cbe;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 25px;
    transition: all 0.30s linear 0s;
}

.post-slide .post-title a:hover {
    text-decoration: none;
    color: #555;
}

.post-slide .post-description {
    font-size: 15px;
    color: #555;
    line-height: 26px;
}

.post-review .post-bar {
    margin-top: 20px;
}

.post-bar span {
    display: inline-block;
    font-size: 14px;
}

.post-bar span i {
    margin-right: 5px;
    color: #999;
}

.post-bar span a {
    color: #999;
    text-transform: uppercase;
}

.post-bar span a:hover {
    text-decoration: none;
    color: #ff9412;
}

.post-bar span.comments {
    float: right;
}

@media only screen and (max-width: 359px) {
    .post-slide .category {
        font-size: 13px;
    }
}

/*==Appointment SECTION==*/

.application-bx {
    background: #fff;
    color: #000;
    padding: 30px;
    height: 570px;
}

.application-bx h3 {
    color: #1e7ca2;
    margin: 20px 0px;
}

.appl-bx img {
    width: 100%;
    padding: 100px;
}

.applicationBx-form {
    padding-top: 30px;
}

.applicationBx-form input[type=text],
input[type=date],
input[type=time],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 10px;
    resize: vertical;
}

.applicationBx-form input[type=submit] {
    background-color: #000;
    color: white;
    padding: 10px 30px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.applicationBx-form input[type=submit]:hover {
    background-color: #000;
}

.btn-submit {
    background: #f89cbe;
    color: #fff;
    padding: 10px 30px;
    text-align: center;
}

.btn-submit a {
    color: #fff;
}

.faqBx {
    padding: 20px 0px;
}

.faqBx img {
    width: 100%;
}

.error-page {
    text-align: center;
}

.error-page h1 {
    color: #f89cbe;
    font-size: 100px;
    margin-bottom: 52px;
}

.error-page img {
    margin: 10px;
}

.error-page a {
    background: #f89cbe;
    color: #ffff;
}

/*----------------------------------------*/

/* Footer Area
/*----------------------------------------*/

/*bootom contact*/

.footer-info {
    background: #000;
    padding: 50px;
}

.footer-fix h3 {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 20px 0px;
}

.fotr-ser ul {
    list-style: none;
    padding: 0px;
    width: 50%;
    float: left;
}

.fotr-ser ul li:before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    font-family: FontAwesome;
    color: #f89cbe;
}

.fotr-ser ul li {
    border-bottom: 1px dashed rgba(102, 102, 102, .3);
    padding-bottom: 18px;
    position: relative;
    padding: 10px 10px 10px 15px;
    margin-bottom: 0;
    line-height: 20px;
}

.fotr-ser ul li a {
    color: #eee;
}

.footer-fix ul {
    list-style: none;
    padding: 0px;
}

.footer-fix li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 40px;
    font-size: 15px;
    border-bottom: 1px dashed rgba(102, 102, 102, .3);
    color: #c1c1c1;
}

.footer-fix strong {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    color: #ffffffc7;
}

footer .footer-fix i {
    background-color: rgba(0, 0, 0, 0);
    border: 0 solid transparent;
}

.footer-fix i {
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
    font-size: 25px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: rgba(0, 0, 0, 0);
    border: 0 solid transparent;
    color: #f89cbe;
}

.footer-fix img {
    float: left;
    width: 70px;
    margin-right: 20px;
}

.footer-fix p {
    color: #eee;
}

.height-comn {
    height: 370px;
}

.enqury input {
    background: none;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #000;
    border-radius: 0px;
}

.enqury textarea {
    background: none;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #000;
    border-radius: 0px;
}

.footer-icons ul li {
    display: inline-block;
}

.footer-icons ul li a {
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    background: #f89cbe;
    transition: 0.4s;
}

.footer-icons ul li a:hover {
    color: #003cc4;
    background: transparent;
    transition: 0.4s
}

.footer-tags li {
    float: left;
}

.footer-tags li a {
    color: #ddd;
    display: block;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    margin: 3px;
    border: 1px solid #020e29;
    background: #020e29;
    font-weight: 600;
    padding: 3px 5px;
    border-radius: 2px;
}

.suscribe-input input {
    color: #ddd;
    font-size: 15px;
    line-height: 24px;
    padding: 11px 15px;
    height: 52px;
    border-radius: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #07183a;
}

.suscribe-input button {
    background: #e84f1e;
    border: 1px solid #e84f1e;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 2px;
    transition: 0.4s;
    margin-top: 15px;
    text-transform: capitalize;
    font-weight: 700;
    transition: 0.4s;
}

.suscribe-input button:hover {
    background: transparent;
    color: #e84f1e;
    transition: 0.4s;
}

.footer-contacts p span {
    color: #003cc4;
    font-weight: 700;
}

.footer-content {
    display: block;
    overflow: hidden;
}

.footer-list li a {
    color: #ddd;
    padding: 3px 0px 3px 20px;
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 15px;
}

.footer-list li:first-child a {
    padding-top: 0px;
}

.footer-list li:last-child a {
    padding-bottom: 0px;
}

.footer-list li a::after {
    position: absolute;
    content: "\e876";
    right: auto;
    top: 2px;
    font-family: tionscal;
    font-size: 10px;
    left: 0;
}

.footer-list li a:hover {
    color: #e84f1e;
}

.footer-icons {
    float: right;
}

.footer-copyright {
    background: #0d0d0e;
    padding: 10px 0;
}

.copyright-text a:hover {
    text-decoration: underline;
    color: #003cc4;
}

.copyright-text a {
    color: #ddd;
}

.copyright>p {
    margin-bottom: 0;
    color: #ddd;
}

.copyright a {
    color: #003cc4;
}

.copyright {
    margin-top: 5px;
}