/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name: Lavelo
Version:        2.0.6
-------------------------------------------------------------------*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1  Theme Reset Style
#0.2  Global Elements
#0.3  header
#0.4  hero-slider
#0.5  couple-area
#0.6  count-down
#0.7  story-area
#0.8  Cal to action
#0.9  Gift-area
#0.10 Where and When
#0.11 person-area
#0.12 portfolio-area
#0.13 guest-area
#0.14 Story Area
#0.15 footer
#1.0  recent-blog-section


--------------------------------------------------------------
  Home style 2
---------------------------------------------------------------


--------------------------------------------------------------
  Blog page
---------------------------------------------------------------
#12.1 blog-pg-section


--------------------------------------------------------------
  Blog single page
---------------------------------------------------------------
#13.1 blog-single-section



----------------------------------------------------------------*/


/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/

html {
    font-size: 16px;
}

body {
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    body {
        font-size: 15px;
    }
    .event-img img {
        width: 100%;
    }
}

p {
    color: #7d7d7d;
    line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Dosis', sans-serif;
    color: #282e3f;
}

ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover {
    text-decoration: none;
}

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

button,
a:focus {
    outline: none;
}


/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/

.page-wrapper {
    position: relative;
    overflow: hidden;
}

.wow {
    visibility: hidden;
}

.fi:before {
    margin: 0;
}

.section-padding {
    padding: 100px 0;
}


@media (max-width: 991px) {
    .section-padding {
        padding: 90px 0px;
    }
}

@media (max-width: 767px) {
    .section-padding {
        padding: 80px 15px;
    }
}


/*** back to top **/

.back-to-top {
    background-color: rgba(94, 154, 141, 0.9);
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 999;
    right: 15px;
    bottom: 15px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.back-to-top i:before {
    font-size: 12px;
}

@media (max-width: 991px) {
    .back-to-top {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

.back-to-top:hover {
    background-color: #5e9a8e;
}

.back-to-top i {
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/** for popup image ***/

.mfp-wrap {
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}


/*** for fancybox video ***/

.fancybox-overlay {
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999 !important;
}

.fancybox-wrap {
    z-index: 99999 !important;
}

.section-title,
.section-title-s2 {
    margin-bottom: 55px;
}

@media (max-width: 991px) {

    .section-title,
    .section-title-s2 {
        margin-bottom: 45px;
    }
}

.section-title>span,
.section-title-s2>span {
    font-size: 14px;
    font-size: 0.875rem;
    color: #5e9a8e;
    margin-top: -5px;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
}

@media (max-width: 767px) {

    .section-title>span,
    .section-title-s2>span {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}

.section-title h2,
.section-title-s2 h2 {
    font-size: 45px;
    font-size: 2.8125rem;
    color: #282e3f;
    margin: 0.22em 0 0;
    padding-right: 80px;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
}

@media (max-width: 991px) {

    .section-title h2,
    .section-title-s2 h2 {
        font-size: 38px;
        font-size: 2.375rem;
        padding-right: 70px;
    }
}

@media (max-width: 767px) {

    .section-title h2,
    .section-title-s2 h2 {
        font-size: 30px;
        font-size: 1.875rem;
        padding-right: 60px;
    }
}

.section-title h2:after,
.section-title-s2 h2:after {
    content: "";
    background: #282e3f;
    width: 55px;
    height: 2px;
    position: absolute;
    right: 0;
    bottom: 6px;
}

@media (max-width: 991px) {

    .section-title h2:after,
    .section-title-s2 h2:after {
        width: 45px;
        height: 2px;
    }
}

@media (max-width: 767px) {

    .section-title h2:after,
    .section-title-s2 h2:after {
        width: 35px;
    }
}

.section-title-s2 h2 {
    color: #282e3f;
}

.section-title-s2 h2:after {
    background: #282e3f;
}

.theme-btn,
.theme-btn-s2,
.theme-btn-s3,
.theme-btn-s4 {
    background-color: #5e9a8e;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #fff;
    padding: 9px 25px;
    border: 2px solid transparent;
    border-radius: 47px;
    text-transform: capitalize;
    display: inline-block;
}

.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn-s3:hover,
.theme-btn-s4:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn-s3:focus,
.theme-btn-s4:focus,
.theme-btn:active,
.theme-btn-s2:active,
.theme-btn-s3:active,
.theme-btn-s4:active {
    background-color: #aea076;
    color: #fff;
}

@media (max-width: 991px) {

    .theme-btn,
    .theme-btn-s2,
    .theme-btn-s3,
    .theme-btn-s4 {
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 400;
        padding: 7px 22px;
    }
}

.theme-btn-s2,
.theme-btn-s3,
.theme-btn-s4 {
    padding: 11px 25px;
}

.page-wraper .theme-btn-s2,
.page-wraper .theme-btn-s3,
.page-wraper .theme-btn-s4 {
    color: #fff;
}

.page-wraper .theme-btn-s2:hover,
.page-wraper .theme-btn-s3:hover,
.page-wraper .theme-btn-s4:hover {
    color: #fff;
}

@media (max-width: 991px) {

    .theme-btn-s2,
    .theme-btn-s3,
    .theme-btn-s4 {
        padding: 9px 22px;
    }
}

.theme-btn-s2:hover,
.theme-btn-s3:hover,
.theme-btn-s4:hover,
.theme-btn-s2:focus,
.theme-btn-s3:focus,
.theme-btn-s4:focus,
.theme-btn-s2:active,
.theme-btn-s3:active,
.theme-btn-s4:active {
    background-color: rgba(193, 182, 150, 0.6);
    border-color: #5e9a8e;
}

.contact-section input[type=submit].theme-btn-s3 {
    background: #5e9a8e;
    padding: 11px 25px;
    transition: .3s;
    border-color: #5e9a8e;
}

.contact-section input[type=submit].theme-btn-s3:hover {
    background-color: rgba(94, 154, 141, 0.5);
    border-color: #5e9a8e;
}

.theme-btn-s3 {
    border-radius: 0;
    text-transform: uppercase;
}

.theme-btn-s4:hover {
    background-color: #b2a47c;
}

.form input,
.form textarea,
.form select {
    border-color: #bfbfbf;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
    border-color: #5e9a8e;
    -webkit-box-shadow: 0 0 5px 0 #d4ccb6;
    -moz-box-shadow: 0 0 5px 0 #d4ccb6;
    -o-box-shadow: 0 0 5px 0 #d4ccb6;
    -ms-box-shadow: 0 0 5px 0 #d4ccb6;
    box-shadow: 0 0 5px 0 #d4ccb6;
}

.form ::-webkit-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form :-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form ::-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form :-ms-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form select {
    font-style: italic;
    background: url(../images/select-icon.png) no-repeat right center;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer;
}

.form select::-ms-expand {
    /* for IE 11 */
    display: none;
}

.social-links {
    overflow: hidden;
}

.social-links li {
    float: left;
    width: 35px;
    height: 35px;
    margin-right: 1px;
}

.social-links li a {
    background-color: #d4ccb6;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    color: #fff;
    text-align: center;
}

.social-links li a:hover {
    background-color: #5e9a8e;
}

.page-title {
    height: 400px;
    text-align: center;
    position: relative;
    display: table;
    width: 100%;
    background: #5e9a8e;
}

@media (max-width: 991px) {
    .page-title {
        height: 350px;
    }
}

@media (max-width: 767px) {
    .page-title {
        height: 300px;
    }
}

.page-title:before {
    content: "";
    background-color: rgba(25, 25, 25, 0.55);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.page-title .container {
    width: 100%;
    vertical-align: middle;
    display: table-cell;
}

.page-title h2,
.page-title ol {
    color: #fff;
}

.page-title h2 {
    font-size: 60px;
    font-size: 3.75rem;
    margin: 0;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .page-title h2 {
        font-size: 45px;
        font-size: 2.8125rem;
    }
}

@media (max-width: 767px) {
    .page-title h2 {
        font-size: 40px;
        font-size: 2.5rem;
    }
}

.page-title .breadcrumb {
    background-color: transparent;
    padding: 10px 22px;
    margin: 0;
    border-radius: 50px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .page-title .breadcrumb {
        width: 100%;
        padding: 8px 15px;
    }
}

.page-title .breadcrumb li {
    color: #f5f0f0;
    font-size: 18px;
}

@media (max-width: 767px) {
    .page-title .breadcrumb li {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.page-title .breadcrumb a {
    color: #6fc5b1;
}

.page-title .breadcrumb>li+li:before {
    font-family: "themify";
    content: "\e649";
    color: #6fc5b1;
    margin: 0 5px;
    font-size: 11px;
}

.page-loader {
    background-color: #272727;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 99999;
}

.page-loader .page-loader-inner {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: relative;
    border: 4px solid #5e9a8e;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    -webkit-animation: loader 2s infinite ease;
    animation: loader 2s infinite ease;
}

.page-loader .page-loader-inner .inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #5e9a8e;
    -webkit-animation: loader-inner 2s infinite ease-in;
    animation: loader-inner 2s infinite ease-in;
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}


/******************************
  service sidebar
*********************************/

.service-sidebar {
    /*** service list widget ***/
    /*** contact widget ***/
}

@media screen and (min-width: 1200px) {
    .service-sidebar {
        padding-right: 45px;
    }
}

@media (max-width: 991px) {
    .service-sidebar {
        margin-top: 80px;
    }
}

.service-sidebar .widget {
    background-color: #f8f8f8;
    padding: 40px 35px;
}

@media (max-width: 767px) {
    .service-sidebar .widget {
        padding: 35px 30px;
    }
}

.service-sidebar .widget h3 {
    font-size: 25px;
    font-size: 1.5625rem;
    margin: 0 0 0.9em;
}

.service-sidebar .widget ul,
.service-sidebar .widget p {
    font-size: 18px;
    font-size: 1.125rem;
}

@media (max-width: 767px) {

    .service-sidebar .widget ul,
    .service-sidebar .widget p {
        font-size: 17px;
        font-size: 1.0625rem;
    }
}

.service-sidebar>.widget+.widget {
    margin-top: 40px;
}

.service-sidebar .widget ul li a {
    color: #676767;
    font-weight: normal;
}

.service-sidebar .service-list-widget ul li {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.service-sidebar .service-list-widget ul li a {
    display: block;
}

.service-sidebar .service-list-widget ul>li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.service-sidebar .service-list-widget .current a,
.service-sidebar .service-list-widget ul li a:hover {
    color: #5e9a8e;
}

.contact-widget>p {
    display: none;
}

.service-sidebar .contact-widget {
    background-color: #e7e3d6;
}

.service-sidebar .contact-widget ul li {
    position: relative;
    padding-left: 30px;
    line-height: 1.6em;
    color: #616161;
}

.service-sidebar .contact-widget ul li i {
    position: absolute;
    left: 0;
    top: 7px;
}

.service-sidebar .contact-widget ul>li+li {
    margin-top: 20px;
}


/*****************************************
  blog sidebar
******************************************/

.blog-sidebar {
    /*** about-widget ***/
    /*** search-widget ***/
    /*** recent-post-widget ***/
    /*** category-widget ***/
    /*** tag-widget ***/
}

@media (max-width: 991px) {
    .blog-sidebar {
        margin-top: 90px;
        max-width: 400px;
    }
}

@media (max-width: 767px) {
    .blog-sidebar {
        margin-top: 80px;
    }
}

.blog-sidebar .widget {
    background-color: #fcfcfc;
    padding: 45px 35px;
}

.blog-sidebar.service-sidebar .widget.contact-widget {
    background-color: #e7e3d6;
}

@media (max-width: 767px) {
    .blog-sidebar .widget {
        padding: 35px 25px;
    }
}

.blog-sidebar .widget h3 ,
.blog-sidebar .widget_block h2 {
    font-size: 22px;
    margin: 0 0 1em;
    padding-right: 2.2em;
    position: relative;
    display: inline-block;
}

.blog-sidebar .widget h3:after ,
.blog-sidebar .widget_block h2:after {
    content: "";
    background-color: #808080;
    width: 35px;
    height: 1px;
    position: absolute;
    top: 0.7em;
    right: 0;
}
.blog-sidebar ol.wp-block-latest-comments {
    padding-left: 0;
}
.wp-block-search .wp-block-search__inside-wrapper {
    position: relative;
}
.blog-sidebar .wp-block-search .wp-block-search__input {
    background-color: rgb(210 210 210 / 16%);
    height: 60px;
    font-size: 16px;
    padding: 6px 50px 6px 20px;
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    transition: all 0.3s;
}

.blog-sidebar .wp-block-search .wp-block-search__button {
    line-height: inherit;
    font-size: 20px;
    color: #fff;
    background-color: #5e9a8e;
    border: 0;
    outline: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    line-height: 37px;
    width: 50px;
    height: 50px;
    border-radius: 6px;
    transform: translateY(-50%);
}
.blog-sidebar>.widget+.widget {
    margin-top: 55px;
}

.blog-sidebar .about-widget {
    text-align: center;
    padding: 0px 11px;
}

.blog-single-section.right-sidebar .blog-sidebar.service-sidebar {
    padding-right: 0px;
}

.blog .blog-sidebar {
    padding-right: 0px;
}

.blog .left-sidebar .blog-sidebar {
    padding-right: 15px;
}

.blog .left-sidebar .blog-sidebar .search-widget input {
    padding: 6px 77px 6px 23px;
}

.page .blog-sidebar {
    padding-right: 0px;
}

.page .blog-sidebar .search-widget input {
    padding: 6px 77px 6px 45px;
}

.search-results .blog-sidebar {
    padding-right: 0px;
}

.search .blog-sidebar {
    padding-right: 0;
}

.tag .blog-sidebar {
    padding-right: 0px;
}

.category .blog-sidebar {
    padding-right: 0px;
}

.blog .blog-sidebar .search-widget input {
    padding: 6px 77px 6px 35px;
}

.category .blog-sidebar .search-widget input {
    padding: 6px 77px 6px 47px;
}

.blog-sidebar .about-widget .author-pic {
    margin-bottom: 25px;
}

.blog-sidebar .about-widget p {
    font-size: 17px;
    font-size: 1.0625rem;
    margin: 0 0 1.5em;
}

.blog-sidebar .about-widget img {
    border-radius: 50%;
}

.blog-sidebar .about-widget .social {
    display: inline-block;
    overflow: hidden;
}

.blog-sidebar .about-widget .social li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: center;
}

.blog-sidebar .about-widget .social li a {
    background: #d8d8d8;
    display: block;
    color: #fff;
    border-radius: 50%;
}

.blog-sidebar .about-widget .social li a:hover {
    background: #5e9a8e;
}

.blog-sidebar .about-widget .social>li+li {
    margin-left: 5px;
}

.blog-sidebar .search-widget form div {
    position: relative;
}

.blog-sidebar .search-widget input {
    background-color: #f2f2f2;
    height: 50px;
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 6px 77px 6px 26px;
    border: 0;
    border-radius: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-sidebar .search-widget input:focus {
    background-color: rgba(193, 182, 150, 0.3);
}

.blog-sidebar .search-widget form button {
    background: transparent;
    font-size: 20px;
    font-size: 1.25rem;
    color: #5e9a8e;
    border: 0;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-sidebar .recent-post-widget .post {
    overflow: hidden;
}

.blog-sidebar .recent-post-widget .posts>.post+.post {
    margin-top: 15px;
}

.blog-sidebar .recent-post-widget .post .img-holder {
    width: 85px;
    float: left;
}

.blog-sidebar .recent-post-widget .post .details {
    width: calc(100% - 85px);
    float: left;
    padding-left: 25px;
}

.blog-sidebar .recent-post-widget .post img {
    border-radius: 50%;
}

.blog-sidebar .recent-post-widget .post h4 {
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .blog-sidebar .recent-post-widget .post h4 {
        margin: 0;
    }
}

.blog-sidebar .recent-post-widget .post h4 a {
    display: inline-block;
    color: #757575;
}

.blog-sidebar .recent-post-widget .post h4 a:hover {
    color: #5e9a8e;
}

.blog-sidebar .category-widget ul li {
    font-size: 17px;
    font-size: 1.0625rem;
    padding-left: 15px;
    position: relative;
}

@media (max-width: 767px) {
    .blog-sidebar .category-widget ul li {
        font-size: 16px;
        font-size: 1rem;
    }
}

.blog-sidebar .category-widget ul li:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
}

.blog-sidebar .category-widget ul>li+li {
    margin-top: 15px;
}

.blog-sidebar .category-widget ul a {
    color: #666;
}

.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
    color: #5e9a8e;
}

.blog-sidebar .tag-widget {
    padding-bottom: 37px;
}

.blog-sidebar .tag-widget ul {
    overflow: hidden;
}

.blog-sidebar .tag-widget ul li {
    float: left;
    margin: 0 8px 8px 0;
}

.blog-sidebar .tag-widget ul li a {
    background: rgba(193, 182, 150, 0.7);
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-block;
    padding: 4px 8px 5px;
    color: #fff;
    border-radius: 5px;
}

.blog-sidebar .tag-widget ul li a:hover {
    background: #5e9a8e;
}


/**** pagination ****/

.pagination-wrapper {
    text-align: center;
    margin-top: 70px;
}

@media (max-width: 991px) {
    .pagination-wrapper {
        text-align: left;
        margin-top: 55px;
    }
}

.pagination-wrapper .pg-pagination {
    display: inline-block;
    overflow: hidden;
    list-style-type: none;
    text-align: center;
}

.pagination-wrapper .pg-pagination li {
    float: left;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .pagination-wrapper .pg-pagination li {
        margin-right: 5px;
    }
}

.pagination-wrapper .pg-pagination li:last-child {
    margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
    background-color: #d0c8b0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    color: #fff;
    display: block;
}

@media (max-width: 991px) {
    .pagination-wrapper .pg-pagination li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
    background: #b2a47c;
}

.pagination-wrapper-left {
    text-align: left;
}

.pagination-wrapper-right {
    text-align: right;
}

@media screen and (min-width: 1200px) {
    .pagination-wrapper-right {
        padding-right: 50px;
    }
}

@media (max-width: 991px) {
    .pagination-wrapper-right {
        margin-top: 45px;
        text-align: left;
    }
}

.theme-accordion-s1,
.theme-accordion-s2 {
    margin-bottom: 0;
}

.theme-accordion-s1 .panel-default,
.theme-accordion-s2 .panel-default {
    background: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.theme-accordion-s1 .panel-heading,
.theme-accordion-s2 .panel-heading {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}

.theme-accordion-s1 .panel+.panel,
.theme-accordion-s2 .panel+.panel {
    margin-top: 15px;
}

.theme-accordion-s1 .panel-heading a,
.theme-accordion-s2 .panel-heading a {
    background-color: #5e9a8e;
    font-size: 20px;
    font-size: 1.25rem;
    color: #fff;
    display: block;
    padding: 18px 25px;
    position: relative;
}

.theme-accordion-s1 .panel-heading a:hover {
    color: #fff;
}

.theme-accordion-s1 .panel-heading .collapsed:hover {
    color: #282e3f;
}

@media (max-width: 991px) {

    .theme-accordion-s1 .panel-heading a,
    .theme-accordion-s2 .panel-heading a {
        font-size: 16px;
        font-size: 1rem;
        padding: 15px 25px;
    }
}

@media (max-width: 767px) {

    .theme-accordion-s1 .panel-heading a,
    .theme-accordion-s2 .panel-heading a {
        padding: 12px 15px;
    }
}

.theme-accordion-s1 .panel-heading a:before,
.theme-accordion-s2 .panel-heading a:before {
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 20px;
    font-size: 1.25rem;
    position: absolute;
    right: 25px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 991px) {

    .theme-accordion-s1 .panel-heading a:before,
    .theme-accordion-s2 .panel-heading a:before {
        font-size: 18px;
        font-size: 1.125rem;
        right: 20px;
    }
}

.theme-accordion-s1 .panel-heading a:focus,
.theme-accordion-s2 .panel-heading a:focus {
    text-decoration: none;
}

.theme-accordion-s1 .panel-heading .collapsed,
.theme-accordion-s2 .panel-heading .collapsed {
    background-color: #f1f1f1;
    color: #282e3f;
}

.theme-accordion-s1 .panel-heading .collapsed:before,
.theme-accordion-s2 .panel-heading .collapsed:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body,
.theme-accordion-s2 .panel-heading+.panel-collapse>.panel-body {
    background-color: #fbfbfb;
    font-size: 18px;
    font-size: 1.125rem;
    border: 0;
    padding: 40px 25px 15px;
}

@media (max-width: 991px) {

    .theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body,
    .theme-accordion-s2 .panel-heading+.panel-collapse>.panel-body {
        padding: 20px 25px 10px;
        font-size: 16px;
        font-size: 1rem;
    }
}

@media (max-width: 767px) {

    .theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body,
    .theme-accordion-s2 .panel-heading+.panel-collapse>.panel-body {
        padding: 15px 15px 8px;
    }
}

.theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body p,
.theme-accordion-s2 .panel-heading+.panel-collapse>.panel-body p {
    margin-bottom: 1.3em;
}

.theme-accordion-s2 .panel-default {
    border: 0;
    position: relative;
}

.theme-accordion-s2 .panel-heading a {
    background-color: #fff;
    font-family: 'Dosis', sans-serif;
    color: #5e9a8e;
    display: block;
    padding: 12px 25px;
    border: 1px solid #dde2e8;
    position: relative;
}

@media (max-width: 991px) {
    .theme-accordion-s2 .panel-heading a {
        padding: 12px 20px;
    }
}

@media (max-width: 767px) {
    .theme-accordion-s2 .panel-heading a {
        padding: 12px 15px;
    }
}

.theme-accordion-s2 .panel-heading a .icon {
    background: #5e9a8e;
    width: 47px;
    height: 47px;
    line-height: 47px;
    color: #fff;
    font-size: 20px;
    font-size: 1.25rem;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
}

@media (max-width: 767px) {
    .theme-accordion-s2 .panel-heading a .icon {
        display: none;
    }
}

.theme-accordion-s2 .panel-heading a .icon:before {
    font-family: "FontAwesome";
    content: "\f106";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.theme-accordion-s2 .panel-heading a:before {
    display: none;
}

.theme-accordion-s2 .panel-heading .collapsed {
    color: #1e2331;
}

.theme-accordion-s2 .panel-heading .collapsed .icon:before {
    content: "\f107";
}

.theme-accordion-s2 .panel-heading+.panel-collapse>.panel-body {
    padding-left: 130px;
    min-height: 135px;
    position: relative;
}

@media (max-width: 767px) {
    .theme-accordion-s2 .panel-heading+.panel-collapse>.panel-body {
        padding-left: 15px;
        min-height: auto;
    }
}

.theme-accordion-s2 .panel-heading+.panel-collapse>.panel-body .img-holder {
    position: absolute;
    left: 0;
    top: 30px;
}

@media (max-width: 767px) {
    .theme-accordion-s2 .panel-heading+.panel-collapse>.panel-body .img-holder {
        position: static;
        margin-bottom: 15px;
    }
}


/*--------------------------------------------------------------
#0.3  header
--------------------------------------------------------------*/

.site-header {
    /* navigation open and close btn hide for width screen */
    /* style for navigation less than 992px */
    /*navbar collaps less then 992px*/
}

.site-header .navigation {
    background-color: #fff;
    margin-bottom: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    min-height: 100px;
    width: 100% !important;
}

.site-header .navigation>.container {
    position: relative;
}

.site-header .navigation .navbar-header .navbar-brand {
    height: auto;
}

.site-header #navbar {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    padding: 0;
    /*** mega-menu style ***/
}

.site-header #navbar li {
    list-style: none;
    padding-left: 0px;
}

.site-header #navbar>ul li a:hover,
.site-header #navbar>ul li a:focus {
    text-decoration: none;
    color: #5e9a8e;
}

.site-header .search-quote.search-right .search {
    right: 15px;
}

.admin-bar .site-header .search-quote.search-right .search {
    top:50px;
}

@media (max-width: 991px) {
    .site-header .search-quote.search-right .search {
        right: auto;
        left: 0;
        top: 15px;
    }

    .site-header .search-quote.search-right div {
        right: auto;
    }
}

@media screen and (min-width: 992px) {
    .site-header #navbar {
        /*** hover effect ***/
    }

    .site-header #navbar li {
        position: relative;
        list-style: none;
        border-bottom: 1px solid #e8e8e8;
    }

    .site-header #navbar>ul>li {
        border-bottom: 0;
    }

    .site-header #navbar>ul>li>a {
        font-size: 18px;
        font-weight: 500;
        padding: 30px 20px;
        color: white;
    }

    .site-header #navbar>ul>li:first-child>a:first-child {
        padding-left: 0;
    }

    .site-header #navbar>ul .sub-menu {
        background-color: #fff;
        width: 240px;
        padding: 0;
        position: absolute;
        left: 0;
        top: 130%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-box-shadow: 0px 15px 60px -19px black;
        box-shadow: 0px 15px 60px -19px black;
    }

    .site-header #navbar>ul>li .sub-menu a {
        display: block;
        padding: 14px 20px;
        font-size: 16px;
    }

    .site-header #navbar>ul>li>.sub-menu .sub-menu {
        left: 110%;
        top: 0;
    }

    .site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a {
        position: relative;
    }

    .site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a:before {
        font-family: "FontAwesome";
        content: "\f105";
        font-size: 15px;
        font-size: 0.9375rem;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .site-header #navbar>ul>li:hover>.sub-menu {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }

    .site-header #navbar .sub-menu>li:hover>.sub-menu {
        left: 100%;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .site-header #navbar>ul>li a {
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
    }

    .site-header #navbar>ul>li .sub-menu li {
        border-bottom: 1px solid #e6e6e6;
    }

    .site-header #navbar>ul .sub-menu>li:last-child {
        border-bottom: 0;
    }

    .site-header #navbar>ul>li>.sub-menu a {
        padding: 8px 15px 8px 15px;
    }

    .site-header #navbar>ul>li>.sub-menu .sub-menu a {
        padding: 8px 15px 8px 65px;
    }

    .site-header #navbar>ul .menu-item-has-children>a {
        position: relative;
    }

    .site-header #navbar>ul .menu-item-has-children>a:before {
        font-family: "themify";
        content: "\e64b";
        font-size: 10px;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (min-width: 992px) {
    .site-header #navbar {
        /*** hover effect ***/
        padding-right: 50px;
    }

    .site-header #navbar .has-mega-menu {
        position: static;
    }

    .site-header #navbar .mega-menu,
    .site-header #navbar .half-mega-menu {
        background-color: #fff;
        padding: 20px;
        border-top: 2px solid #5e9a8e;
        position: absolute;
        right: 0;
        top: 120%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

    .site-header #navbar .mega-menu {
        width: 1140px;
        right: 15px;
    }

    .site-header #navbar .half-mega-menu {
        width: 585px;
    }

    .site-header #navbar .mega-menu-box-title {
        font-size: 14px;
        font-size: 0.875rem;
        text-transform: uppercase;
        font-weight: bold;
        display: block;
        padding-bottom: 7px;
        margin-bottom: 7px;
        border-bottom: 1px solid #e6e6e6;
    }

    .site-header #navbar .mega-menu-list-holder li a {
        font-size: 14px;
        font-size: 0.875rem;
        display: block;
        padding: 7px 8px;
        margin-left: -8px;
    }

    .site-header #navbar .has-mega-menu:hover>ul {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 1199px) {
    .site-header #navbar>ul .mega-menu {
        width: 950px;
        right: 15px;
    }

    .site-header #navbar>ul .half-mega-menu {
        width: 485px;
    }
}

@media (max-width: 991px) {

    .site-header #navbar>ul .mega-menu,
    .site-header #navbar>ul .half-mega-menu {
        width: auto;
    }

    .site-header #navbar>ul .mega-menu .row,
    .site-header #navbar>ul .half-mega-menu .row {
        margin: 0;
    }

    .site-header #navbar .mega-menu-content>.row>.col {
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) {
    .site-header #navbar .mega-menu .mega-menu-list-holder a {
        padding: 5px 15px 5px 40px;
    }

    .site-header #navbar .mega-menu .mega-menu-box-title {
        font-size: 14px;
        font-size: 0.875rem;
        text-transform: uppercase;
        display: block;
        border-bottom: 1px dotted #b3b3b3;
        padding: 0 0 4px 5px;
        margin: 0 25px 8px 25px;
    }
}

@media screen and (min-width: 992px) {
    .site-header .navbar-header .open-btn {
        display: none;
    }

    .site-header #navbar .close-navbar {
        display: none;
    }
}

.site-header .navbar .container {
    min-height: 78px;
}
.site-header.header-style-2 .site-logo h2 a {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
@media (max-width: 991px) {
    .site-header {
        /* class for show hide navigation */
    }
    .site-header.header-style-2 .site-logo h2 a {
        color: #5e9a8e;
         text-shadow:none;
    }
    .site-header .navbar {
        min-height: 80px;
    }

    .site-header .container {
        width: 100%;
    }

    .site-header .navbar-header button {
        background-color: #5e9a8e;
        width: 40px;
        height: 40px;
        border: 0;
        padding: 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        outline: 0;
        position: absolute;
        right: 15px;
        top: 20px;
        z-index: 20;
        border-radius: 50%;
    }

    .site-header .navbar-header button span {
        background-color: #fff;
        display: block;
        height: 2px;
        margin-bottom: 5px;
    }

    .site-header .navbar-header button span:last-child {
        margin: 0;
    }

    .site-header #navbar {
        background: #fff;
        display: block !important;
        width: 280px;
        height: 100% !important;
        margin: 0;
        padding: 0;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        position: fixed;
        right: -300px;
        top: 0;
        z-index: 100;
    }

    .site-header #navbar ul a {
        color: #000;
    }

    .site-header #navbar ul a:hover,
    .site-header #navbar ul li.current a {
        color: #5e9a8e;
    }

    .site-header #navbar .navbar-nav {
        height: 100%;
        overflow: auto;
    }

    @media (max-width: 991px) {
        .site-header #navbar .navbar-nav ul {
            padding-left: 0;
        }
    }

    @media (max-width: 991px) {
        .site-header #navbar>ul>li>.sub-menu a {
            padding: 8px 15px 8px 45px;
        }
    }

    .site-header #navbar .close-navbar {
        background-color: #5e9a8e;
        width: 35px;
        height: 35px;
        color: #fff;
        border: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        outline: none;
        position: absolute;
        left: -18px;
        top: 10px;
        z-index: 20;
    }

    .site-header #navbar>ul>li {
        border-bottom: 1px solid #f2f2f2;
    }

    .site-header #navbar>ul>li>a {
        padding: 10px 15px 10px 35px;
    }

    .site-header .slideInn {
        right: 0 !important;
    }
}

@media (max-width: 767px) {
    .site-header .navbar-header .navbar-brand {
        font-size: 24px;
    }

    .site-header #navbar .navbar-nav {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .site-header .navbar-collapse.collapse {
        display: none;
    }

    .site-header .navbar-collapse.collapse.in {
        display: block;
    }

    .site-header .navbar-header .collapse,
    .site-header .navbar-toggle {
        display: block;
    }

    .site-header .navbar-header {
        float: none;
    }

    .site-header .navbar-right {
        float: none;
    }

    .site-header .navbar-nav {
        float: none;
    }

    .site-header .navbar-nav>li {
        float: none;
    }
}

@media screen and (min-width: 992px) {
    .site-header .theme-btn {
        background-color: white;
        padding: 12px 25px;
        border: 2px solid #5e9a8e;
        color: #5e9a8e;
    }

    .site-header .theme-btn:hover {
        background-color: #5e9a8e;
        color: white;
    }
}

/**********************************
  header style 1
***********************************/

.header-style-1,
.header-style-2,
.header-style-3 {
    /*** navigation ***/
}

.header-style-1 .topbar,
.header-style-2 .topbar,
.header-style-3 .topbar {
    background-color: #fff;
    padding: 20px 0;
}

.header-style-1 .topbar {
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
}

@media (max-width: 991px) {

    .header-style-1 .topbar,
    .header-style-2 .topbar {
        border-bottom: 1px solid #f1f1f1;
    }
}


@media (max-width: 767px) {

    .header-style-1 .topbar,
    .header-style-2 .topbar,
    .header-style-3 .topbar {
        padding: 25px 0;
    }
}

.header-style-1 .topbar .info,
.header-style-2 .topbar .info,
.header-style-3 .topbar .info {
    float: right;
    margin-top: 4px;
    overflow: hidden;
}

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

    .header-style-1 .topbar .info,
    .header-style-2 .topbar .info,
    .header-style-3 .topbar .info {
        text-align: right;
    }
}

@media (max-width: 767px) {

    .header-style-1 .topbar .info,
    .header-style-2 .topbar .info,
    .header-style-3 .topbar .info {
        float: none;
        text-align: center;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #eeecec;
    }
}

.header-style-1 .topbar .info>div,
.header-style-2 .topbar .info>div,
.header-style-3 .topbar .info>div {
    float: left;
}

@media (max-width: 767px) {

    .header-style-1 .topbar .info>div,
    .header-style-2 .topbar .info>div,
    .header-style-3 .topbar .info>div {
        float: none;
    }
}

.header-style-1 .topbar .info>div+div,
.header-style-2 .topbar .info>div+div,
.header-style-3 .topbar .info>div+div {
    margin-left: 38px;
}

@media (max-width: 767px) {

    .header-style-1 .topbar .info>div+div,
    .header-style-2 .topbar .info>div+div,
    .header-style-3 .topbar .info>div+div {
        margin: 15px 0 0;
    }
}

.header-style-1 .topbar .info span,
.header-style-2 .topbar .info span,
.header-style-3 .topbar .info span {
    color: #5e9a8e;
    display: inline-block;
    margin-bottom: 3px;
    text-transform: uppercase;
}

@media (max-width: 991px) {

    .header-style-1 .topbar .info span,
    .header-style-2 .topbar .info span,
    .header-style-3 .topbar .info span {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.header-style-1 .topbar .info p,
.header-style-2 .topbar .info p,
.header-style-3 .topbar .info p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3em;
    color: #000000;
    margin: 0;
}

@media (max-width: 991px) {

    .header-style-1 .topbar .info p,
    .header-style-2 .topbar .info p,
    .header-style-3 .topbar .info p {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

@media (max-width: 767px) {

    .header-style-1 .site-logo,
    .header-style-2 .site-logo,
    .header-style-3 .site-logo {
        text-align: center;
    }
}

@media screen and (min-width: 992px) {

    .header-style-1 #navbar>ul>li>a,
    .header-style-2 #navbar>ul>li>a,
    .header-style-3 #navbar>ul>li>a {
        padding: 40px 15px;
    }
}

@media screen and (min-width: 1200px) {

    .header-style-1 #navbar>ul>li>a,
    .header-style-2 #navbar>ul>li>a,
    .header-style-3 #navbar>ul>li>a {
        padding: 40px 20px;
    }
}

.header-style-1 #navbar>ul>li a,
.header-style-2 #navbar>ul>li a,
.header-style-3 #navbar>ul>li a {
    color: #333;
}

@media screen and (max-width: 991px) {
.header-style-1 #navbar>ul>li a,
.header-style-2 #navbar>ul>li a,
.header-style-3 #navbar>ul>li a {
    font-weight: 600;
}

}



.header-style-1 .navigation .search-quote,
.header-style-2 .navigation .search-quote,
.header-style-3 .navigation .search-quote {
    float: right;
    margin-top: 26px;
}
.site-logo {
    padding-top: 22px;
}

@media (max-width: 991px) {

    .header-style-1 .navigation .search-quote,
    .header-style-2 .navigation .search-quote,
    .header-style-3 .navigation .search-quote {
        width: 200px;
        float: left;
        position: relative;
        margin-top: 25px;
        display: none;
    }
    .site-logo {
     padding-top: 12px;
    }
}

.header-style-1 .navigation .search-quote>div,
.header-style-2 .navigation .search-quote>div,
.header-style-3 .navigation .search-quote>div {
    float: left;
}

.header-style-1 .search-quote .search,
.header-style-2 .search-quote .search,
.header-style-3 .search-quote .search {
    position: absolute;
    right: 208px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

@media (max-width: 991px) {

    .header-style-1 .search-quote .search,
    .header-style-2 .search-quote .search,
    .header-style-3 .search-quote .search {
        right: -20px;
    }
}

.header-style-1 .search-quote .search>button,
.header-style-2 .search-quote .search>button,
.header-style-3 .search-quote .search>button {
    background: transparent;
    border: 0;
    outline: 0;
}

.header-style-1 .search-quote .search>button .fi:before {
    color: #333;
}
.header-style-2 .search-quote .search>button .fi:before,
.header-style-3 .search-quote .search>button .fi:before {
    color: #fff;
}

.header-style-1 .search>div,
.header-style-2 .search>div,
.header-style-3 .search>div {
    background: #fff;
    width: 250px;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 63px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 991px) {

    .header-style-1 .search>div,
    .header-style-2 .search>div,
    .header-style-3 .search>div {
        right: -35px;
        top: 54px;
    }
}

.header-style-1 .search>div input,
.header-style-2 .search>div input,
.header-style-3 .search>div input {
    height: 42px;
    border-radius: 0;
    border-color: #e4e4e4;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-style-1 .search>div button,
.header-style-2 .search>div button,
.header-style-3 .search>div button {
    background: transparent;
    border: 0;
    outline: 0;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-style-1 .search>div .fi:before,
.header-style-2 .search>div .fi:before,
.header-style-3 .search>div .fi:before {
    font-size: 18px;
    font-size: 1.125rem;
    color: #5e9a8e;
}

.search-quote .search i:before {
    margin-left: 0;
}

.header-style-1 .search-open,
.header-style-2 .search-open,
.header-style-3 .search-open {
    opacity: 1 !important;
    visibility: visible !important;
}

.admin-bar .sticky-on {
    top: 32px;
}

@media (max-width: 991px) {
    .admin-bar .site-header #navbar {
        top: 42px;
    }
    .admin-bar .site-header .sticky-header {
     top:0px;
    }
}

.layout-boxed .sticky-header {
    max-width: 1250px;
    margin: 0 auto;
    right: 0;
}

.sticky-header .container:before {
    display: none !important;
}

.site-logo span.text-logo a {
    font-family: 'Dosis', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1em;
    color: #5e9a8e;
}


/**********************************
  header style 2
***********************************/

@media screen and (min-width: 992px) {
    .header-style-2 {
        background: rgba(255, 255, 255, 0.06);
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 100;
    }

    .header-style-2 .topbar,
    .header-style-2 .navigation {
        background: transparent;
    }

    .header-style-2 .topbar .info p,
    .header-style-2 #navbar>ul>li>a {
        color: #fff;
    }

    #navbar>ul>li>a:focus {
        font-weight: 600 !important;
    }

    .header-style-2 .search-quote .search:before {
        background: rgba(255, 255, 255, 0.15);
    }
}

/**********************************
  header style 2
***********************************/

.header-style-3 .topbar {
    background-color: #1e232f;
}

@media (max-width: 767px) {
    .header-style-3 .topbar .info {
        border-top: 1px solid #32394a;
    }
}

.header-style-3 .topbar .info p {
    color: #c1c1c1;
}

.header-style-3 .navigation {
    background-color: #282e3f;
}

.header-style-3 #navbar>ul>li>a {
    color: #dbdbdb;
}

.header-style-3 .search-quote .search:before {
    background: #434b5f;
}


@media screen and (min-width: 992px) {

    .header-style-2 .theme-btn,
    .header-style-3 .theme-btn {
        background-color: rgba(191, 181, 150, 0.8);
        color: #fff;
        border-color: transparent;
    }

    .header-style-2 .theme-btn:hover,
    .header-style-3 .theme-btn:hover {
        background-color: #5e9a8e;
        color: white;
    }
}



/*--------------------------------------------------------------
#0.4  hero slider
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#0.4  hero slider
--------------------------------------------------------------*/
.hero {
    position: relative;
    height: 100vh;
    min-height: 850px;
    /** slider controls **/
    /*** hero slider animation ***/
}

@media (max-width: 991px) {
    .hero {
        min-height: 600px;
    }
}

@media (max-width: 767px) {
    .hero {
        min-height: 600px;
    }
}

.hero .slide {
    height: 100vh;
    min-height: 850px;
    position: relative;
    background-repeat: no-repeat;
    position: relative;
}

@media (max-width: 991px) {
    .hero .slide {
        min-height: 600px;
    }
}

@media (max-width: 767px) {
    .hero .slide {
        min-height: 600px;
    }
}

.hero .slide .slider-bg {
    display: none;
}

.hero .slide:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero .slide:focus {
    outline: none;
}

.hero .slide .container {
    height: 100%;
    display: table;
}

.hero .slide .row {
    display: table-cell;
    vertical-align: middle;
}

.hero .slick-prev,
.hero .slick-next {
    background-color: rgba(127, 214, 195, 0.3);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    z-index: 10;
    border: 5px solid transparent;
}

.hero .slick-prev:after,
.hero .slick-next:after {
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    position: absolute;
    left: -10px;
    top: -10px;
    border-radius: 50%;
}

.hero .slick-prev:hover,
.hero .slick-next:hover {
    background-color: #42907f;
}

@media (max-width: 991px) {

    .hero .slick-prev,
    .hero .slick-next {
        display: none !important;
    }
}

.hero .slick-prev {
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.hero .slick-prev:before {
    font-family: "themify";
    content: "\e629";
    opacity: 1;
}

.hero .slick-next {
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.hero .slick-next:before {
    font-family: "themify";
    content: "\e628";
    opacity: 1;
}

.hero:hover .slick-prev {
    left: 25px;
    opacity: 1;
    visibility: visible;
}

.hero:hover .slick-next {
    right: 25px;
    opacity: 1;
    visibility: visible;
}

.hero .slick-dots {
    bottom: 30px;
    z-index: 10;
}

@media screen and (min-width: 992px) {
    .hero .slick-dots {
        display: none !important;
    }
}

.hero .slick-dots li {
    margin: 0;
}

.hero .slick-dots button {
    background-color: #5e9a8d;
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.hero .slick-dots button:before,
.hero .slick-dots button:before {
    display: none;
}

.hero .slide-caption>div {
    overflow: hidden;
}

.hero .slide-caption>div * {
    -webkit-animation: fadeOutLeft 1.5s both;
    animation: fadeOutLeft 1.5s both;
}

.hero .slide-caption>div.slide-title * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero .slide-caption>div.slide-subtitle * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero .slide-caption>div.btns * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero .hero-slider .slick-current .slide-caption>div * {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.hero .hero-slider .slick-current .slide-caption>div.slide-title * {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.hero .hero-slider .slick-current .slide-caption>div.slide-subtitle * {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.hero .hero-slider .slick-current .slide-caption>div.btns * {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

/***************************************
  hero style 1
****************************************/
.hero-style-1,
.hero-style-2,
.hero-with-static-image-s2,
.hero-with-static-image {
    /*** circle ***/
}

.hero-style-1 .hero-circle,
.hero-style-2 .hero-circle,
.hero-with-static-image-s2 .hero-circle,
.hero-with-static-image .hero-circle {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-style-1 .hero-circle .circle-inner,
.hero-style-2 .hero-circle .circle-inner,
.hero-with-static-image-s2 .hero-circle .circle-inner,
.hero-with-static-image .hero-circle .circle-inner {
    background: url("../images/slider/hero-shape.png") center center/100% no-repeat local;
    width: 650px;
    height: 568px;
    display: table;
    position: absolute;
    left: 50%;
    top: calc(50% + 50px);
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 992px) {

    .hero-style-1 .hero-circle .circle-inner,
    .hero-style-2 .hero-circle .circle-inner,
    .hero-with-static-image-s2 .hero-circle .circle-inner,
    .hero-with-static-image .hero-circle .circle-inner {
        margin-top: -25px;
    }
}

@media (max-width: 991px) {

    .hero-style-1 .hero-circle .circle-inner,
    .hero-style-2 .hero-circle .circle-inner,
    .hero-with-static-image-s2 .hero-circle .circle-inner,
    .hero-with-static-image .hero-circle .circle-inner {
        width: 550px;
        height: 481px;
        top: 50%;
    }
}

@media (max-width: 767px) {

    .hero-style-1 .hero-circle .circle-inner,
    .hero-style-2 .hero-circle .circle-inner,
    .hero-with-static-image-s2 .hero-circle .circle-inner,
    .hero-with-static-image .hero-circle .circle-inner {
        width: 450px;
        height: 392px;
    }
}

@media (max-width: 450px) {

    .hero-style-1 .hero-circle .circle-inner,
    .hero-style-2 .hero-circle .circle-inner,
    .hero-with-static-image-s2 .hero-circle .circle-inner,
    .hero-with-static-image .hero-circle .circle-inner {
        width: 350px;
        height: 349px;
    }
}

.hero-style-1 .hero-circle .text,
.hero-style-2 .hero-circle .text,
.hero-with-static-image-s2 .hero-circle .text,
.hero-with-static-image .hero-circle .text {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.hero-style-1 .hero-circle h4,
.hero-style-2 .hero-circle h4,
.hero-with-static-image-s2 .hero-circle h4,
.hero-with-static-image .hero-circle h4 {
    font-size: 28px;
    color: #f5f9f8;
    margin: 1.5em 0 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}

@media (max-width: 991px) {

    .hero-style-1 .hero-circle h4,
    .hero-style-2 .hero-circle h4,
    .hero-with-static-image-s2 .hero-circle h4,
    .hero-with-static-image .hero-circle h4 {
        font-size: 27px;
        margin: 1.5em 0 0;
    }
}

@media (max-width: 767px) {

    .hero-style-1 .hero-circle h4,
    .hero-style-2 .hero-circle h4,
    .hero-with-static-image-s2 .hero-circle h4,
    .hero-with-static-image .hero-circle h4 {
        font-size: 25px;
        margin: 1.3em 0 0;
    }
}

.hero-style-1 .hero-circle h4 span,
.hero-style-2 .hero-circle h4 span,
.hero-with-static-image-s2 .hero-circle h4 span,
.hero-with-static-image .hero-circle h4 span {
    display: inline;
}

.hero-style-1 .hero-circle h2,
.hero-style-2 .hero-circle h2,
.hero-with-static-image-s2 .hero-circle h2,
.hero-with-static-image .hero-circle h2 {
    font-size: 72px;
    color: #fff;
    padding: 4px 20px 2px;
    display: inline-block;
    position: relative;
    font-family: 'Great Vibes', cursive;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    margin-bottom: 0;
}

@media (max-width: 991px) {

    .hero-style-1 .hero-circle h2,
    .hero-style-2 .hero-circle h2,
    .hero-with-static-image-s2 .hero-circle h2,
    .hero-with-static-image .hero-circle h2 {
        font-size: 60px;
        font-size: 4.375rem;
    }
}

@media (max-width: 767px) {

    .hero-style-1 .hero-circle h2,
    .hero-style-2 .hero-circle h2,
    .hero-with-static-image-s2 .hero-circle h2,
    .hero-with-static-image .hero-circle h2 {
        font-size: 45px;
    }
}

@media (max-width: 767px) {

    .hero-style-1 .hero-circle h2,
    .hero-style-2 .hero-circle h2,
    .hero-with-static-image-s2 .hero-circle h2,
    .hero-with-static-image .hero-circle h2 {
        padding: 2px 10px 5px;
    }
}

.hero-style-1 .hero-circle h2:before,
.hero-style-2 .hero-circle h2:before,
.hero-with-static-image-s2 .hero-circle h2:before,
.hero-with-static-image .hero-circle h2:before,
.hero-style-1 .hero-circle h2:after,
.hero-style-2 .hero-circle h2:after,
.hero-with-static-image-s2 .hero-circle h2:after,
.hero-with-static-image .hero-circle h2:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
}

@media (max-width: 991px) {

    .hero-style-1 .hero-circle h2:before,
    .hero-style-2 .hero-circle h2:before,
    .hero-with-static-image-s2 .hero-circle h2:before,
    .hero-with-static-image .hero-circle h2:before,
    .hero-style-1 .hero-circle h2:after,
    .hero-style-2 .hero-circle h2:after,
    .hero-with-static-image-s2 .hero-circle h2:after,
    .hero-with-static-image .hero-circle h2:after {
        display: none;
    }
}

.hero-style-1 .hero-circle h2:before,
.hero-style-2 .hero-circle h2:before,
.hero-with-static-image-s2 .hero-circle h2:before,
.hero-with-static-image .hero-circle h2:before {
    top: 1px;
    left: 0;
}

.hero-style-1 .hero-circle h2:after,
.hero-style-2 .hero-circle h2:after,
.hero-with-static-image-s2 .hero-circle h2:after,
.hero-with-static-image .hero-circle h2:after {
    bottom: 1px;
    left: 0;
}

.hero-style-1 .hero-circle p,
.hero-style-2 .hero-circle p,
.hero-with-static-image-s2 .hero-circle p,
.hero-with-static-image .hero-circle p {
    color: #f1fffc;
    font-size: 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    margin: 0;
    line-height: 1;
}

@media (max-width: 991px) {

    .hero-style-1 .hero-circle p,
    .hero-style-2 .hero-circle p,
    .hero-with-static-image-s2 .hero-circle p,
    .hero-with-static-image .hero-circle p {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

@media (max-width: 767px) {

    .hero-style-1 .hero-circle p,
    .hero-style-2 .hero-circle p,
    .hero-with-static-image-s2 .hero-circle p,
    .hero-with-static-image .hero-circle p {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

/***************************************
  hero style 2
****************************************/
.hero-style-2 .slide:before,
.hero-with-static-image-s2 .slide:before {
    content: "";
    background: -webkit-linear-gradient(top, #000, #000);
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background: -o-linear-gradient(top, #000, #000);
    background: linear-gradient(top, #000, #000);
    opacity: 0.4;
}

.hero-style-2 .hero-circle .circle-inner,
.hero-with-static-image-s2 .hero-circle .circle-inner {
    background: url("../images/slider/hero-shape2.png") center center/100% no-repeat local;
}

@media screen and (min-width: 992px) {

    .hero-style-2 .hero-circle .circle-inner,
    .hero-with-static-image-s2 .hero-circle .circle-inner {
        margin-top: 0px;
    }
}

.hero-style-2 .hero-circle h4,
.hero-with-static-image-s2 .hero-circle h4 {
    margin: 0.8em 0 0;
}

.hero-with-static-image {
    position: relative;
}

.hero-with-static-image:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-with-static-image-s2 {
    position: relative;
}

.hero-with-static-image-s2:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


/*===================================
couple-area
=====================================*/

.section-title h2 {
    position: relative;
    font-size: 50px;
    font-family: 'Great Vibes', cursive;
    margin-bottom: 50px;
    color: #649e93;
    display: block;
    padding-right: 0px;
}

.section-title h2:before {
    position: absolute;
    content: "";
    background: url(../images/1.png) no-repeat center center / cover;
    width: 26%;
    height: 22%;
    top: -14px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.section-title h2:after {
    position: absolute;
    content: "";
    background: url(../images/1.png) no-repeat center center / cover;
    width: 26%;
    height: 22%;
    bottom: -17px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.section-title4 h2:before {
    width: 50%;
    height: 22%;
    top: -13px;
    left: 25%;
}

.section-title4 h2:after {
    width: 50%;
    height: 22%;
    bottom: -13px;
    left: 26%;
}

.lavelo-title h2 {
    position: relative;
    font-size: 55px;
    font-family: 'Great Vibes', cursive;
    color: #649e93;
    padding-bottom: 38px;
    margin-bottom: 30px;
    margin-top: 0px;
}
.lavelo-title h2:after {
    position: absolute;
    content: "";
    width: 230px;
    height: 59px;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
}
.couple-item {
    padding-top: 50px;
}
.couple-area-2 .couple-item  {
    padding-top: 20px;
}
.couple-img {
    overflow: hidden;
    border: 2px solid #5e9a8e;
    border-radius: 100%;
    margin-bottom: 35px;
}

.couple-img:hover.couple-img img {
    transform: scale(1);
}

.couple-img img {
    border-radius: 100%;
    transform: scale(1.1);
    transition: all .3s;
}

.couple-wrap2 {
    background: #fefdf8;
}

.couple-wrap2 .couple-text i {
    color: #9a8c40;
    font-size: 20px;
}

.couple-content h4 {
    font-size: 21px;
    color:#5e9a8e;
}

.couple-content2 h4 {
    font-size: 21px;
    color: #9a8c40;
}


.page-wrapper .couple-content p {
    padding: 20px 0 30px;
    margin-bottom: 0px;
    padding: 10px 0 30px;
    margin-bottom: 0px;
}

.couple-content2 p {
    padding: 1px 20px 9px;
}

.couple-content {
    text-align: center;
}
.couple-text {
    padding: 23px 0;
}
.couple-item .social-icon {
    text-align: center;
}
.social-icon ul li a {
    font-size: 20px;
    color: #5e9a8e;
}

.social-icon ul li {
    padding: 0px 10px;
    display: inline-block;
}

.couple-shape {
    padding-top: 100px;
}

.social-icon ul {
    justify-content: center;
    padding-left: 0;
    list-style: none;
}

.social-list2 ul li:last-child {
    margin-right: 0;
}
.couple-area-2 .couple-img {
    border: none;
    border-radius: inherit;
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 30px;
}
.couple-area-2 .couple-img img {
    border-radius: inherit;
    transform: scale(1.1);
    transition: all .3s;
}

.couple-area-2 .couple-shape {
       padding-top: 0px;
       position: relative;
}

.couple-area-2 .couple-single div {
    background: #f2fbf9;
}

.couple-area-2 .couple-content h4 {
   margin: 0;
   padding: 10px 0;
}

.page-wrapper .couple-area-2  .couple-content p {
    margin-bottom: 0px;
    padding-bottom: 20px;
    padding-top: 5px;
}
.page-wrapper .couple-area-2 .social-icon {
    padding-bottom: 20px;
}
/*===========================
 count-down
=============================*/
.clock-area {
    background: #5e9a8d;
    padding: 14px 5px 20px 20px;
}
.count-down-area {
    background: url(../img/counter/2.jpg) no-repeat center center / cover;
    background-attachment: fixed;
    position: relative;
}

.count-down-area:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #5e9a8e;
    opacity: .8;
    left: 0;
    top: 0;
}


.count-down-section h2 {
    font-family: "Great Vibes", cursive;
    font-size: 60px;
    color: #fff;
    margin: 0;
}

@media (max-width: 1199px) {
    .count-down-section h2 {
        font-size: 62px;
        font-size: 3.44444rem;
    }
}

@media (max-width: 767px) {
    .count-down-section h2 {
        font-size: 50px;
        font-size: 2.77778rem;
    }
}

.count-down-section h2>span {
    font-size: 30px;
    display: block;
    margin-bottom: 0.6em;
}

.count-down-item2 h2>span {
    font-family: 'Dosis', sans-serif;
    font-size: 24px;
    font-weight: normal;
    display: block;
    margin-bottom: 0.6em;
}

@media (max-width: 1199px) {
    .count-down-section h2>span {
        font-size: 25px;
        font-size: 1.38889rem;
    }
}

@media (max-width: 767px) {
    .count-down-section h2>span {
        font-size: 60px;
        font-size: 1.11111rem;
    }
}


.count-down-section #clock {
    color: #5e9a8e;
    overflow: hidden;
    margin-top: 4px;
}

.count-down-section #clock>div {
    width: 23%;
    float: left;
    text-align: center;
    border: 1px solid rgba(255,255,255, 0.2);
    color: #fff;
    padding: 20px 0;
}

@media (max-width: 767px) {
    .count-down-section #clock>div {
        width: calc(50% - 5px);
    }
}

.count-down-section #clock>div+div {
    margin-left: 2%;
}

@media (max-width: 767px) {
    .count-down-section #clock {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .count-down-section #clock>div {
        flex-basis: calc(100% * (1/2) - 10px);
        margin-bottom: 20px;
    }
    .count-down-section #clock {
        margin-right: 15px;
    }
    .clock-area {
        padding: 14px 5px 0px 20px;
    }
}

.count-down-section #clock .box>div {
    font-size: 60px;
    font-weight: 600;
    line-height: 1em;
    font-family: 'Great Vibes', cursive;
}

@media (max-width: 1199px) {
    .count-down-section #clock .box>div {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .count-down-section #clock .box>div {
        font-size: 40px;
        line-height: 1.3em;
    }
}

.count-down-section #clock .box span {
    font-size: 14px;
    text-transform: uppercase;
}

.count-down-area2 {
    z-index: -1;
}

.count-down-item {
    height: 100%;
}


.count-down-clock .box .date {
    font-family: 'Great Vibes', cursive;
    font-weight: 400;
}
.section-area {
    padding: 18px 0;
    position: relative;
    z-index: 1;
}

.section-area:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(94, 154, 140, 0.88);
    z-index: -1;
}


.section-area h2 {
    font-size: 45px;
    text-align: center;
    border: 1px solid rgba(255,255,255, 0.2);
    padding: 17.25px 45px;
    display: inline-block;
    margin-left: 23px;
}

/*==================================
story-area
====================================*/

.left-bar {
    text-align: right;
    position: relative;
}

.story-content {
    position: relative;
    background: #d6e6e340;
    padding: 5px 25px 22px 25px;
}
.story-content2:before {
    content: "";
    position: absolute;
    left: -126px;
    top: 50%;
    width: 35px;
    height: 35px;
    border: 4px solid #d0e2de;
    border-radius: 100%;
    background: #84b2a9;
}

.story-content2:after {
    content: "";
    position: absolute;
    left: -117px;
    top: 171px;
    width: 15px;
    height: 15px;
    border: 8px solid #5e9a8e;
    border-radius: 100%;
}

.story-content-m:before {
    content: "";
    position: absolute;
    left: -126px;
    top: 50%;
    width: 35px;
    height: 35px;
    border: 4px solid #d0e2de;
    border-radius: 100%;
    background: #84b2a9;
}

.story-content-m:after {
    content: "";
    position: absolute;
    left: -117px;
    top: 177px;
    width: 15px;
    height: 15px;
    border: 8px solid #5e9a8e;
    border-radius: 100%;
}

.story-content-d:after {
    top: 176px;
}

.story-content3:before {
    left: -111px;
}

.story-content3:after {
    left: -102px;
    top: 53%;
}

.story-content h2 {
    font-size: 50px;
    font-family: 'Great Vibes', cursive;
    color: #649e93;
}

.story-content p {
    padding: 15px 0;
}

.story-content a {
    color: #649e93;
    font-weight: 600;
}

.story-img {
    border: 2px solid #f4f8f8;
}
.story-sub.first-meet {
    margin-bottom: 45px;
}
.story-area.story-area2 .story-img {
    border: 2px solid #9a8c40;
}

.story-img img {
    border: 15px solid #fff;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.story-img img:hover {
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    filter: grayscale(50%);
}

.middle-bar {
    position: absolute;
    left: 50%;
    top: -37px;
    width: 1%;
    height: 95%;
    background: rgba(94, 154, 142, .2);
    height: 1439px;
}

.middle-sub {
    position: relative;
}

.middle-sub:after {
    content: "";
    position: absolute;
    left: -38px;
    top: -53px;
    width: 59px;
    height: 51px;
    background: url(../images/patterns/story-icon.png) no-repeat center center / cover;
}

.story-content4 {
    position: relative;
}

.story-content4:before {
    content: "";
    position: absolute;
    top: 98%;
    left: 121%;
    width: 40px;
    height: 34px;
    background: url(../images/patterns/story-con-2.png) no-repeat center center / cover;
}
.page-wrapper .story-content p {
    margin-bottom: 0;
}
.proposal-content-p {
    margin-bottom: 45px;
}


/*===============================
 Cal to action
=================================*/

.welcome-area {
    position: relative;
    background-attachment: fixed;
}

.welcome-content {
    text-align: center;
}

.welcome-content h2 {
    font-size: 55px;
    color: #fff;
    font-family: 'Great Vibes', cursive;
}

.page-wrapper .welcome-content p {
    font-size: 18px;
    padding: 20px 50px 30px;
    color: #fff;
    max-width: 700px;
    margin: auto;
    margin: auto;
}

.page-wrapper .btn a {
    display: inline-block;
    background: #fff;
    color: #649e93;
    padding: 10px 38px;
    font-size: 18px;
    transition: all .3s;
    font-weight: 600;
    border-radius: 50px;
}

.page-wrapper .btn a:hover {
    background: #3f7267;
    color: #fff;
}
/*========================
Gift-area
==========================*/
.gift-item {
    padding: 70px 0;
}

.owl-carousel .owl-item img {
    width: 50%;
}
.Gift-area p {
    max-width: 640px;
    margin:0 auto;
}
.post-slider.owl-carousel .owl-item img {
    width: 100%;
}

/*================================
 Where and When
=================================*/

.service-area-menu ul li {
    display: inline-block;
    padding: 0;
}

.service-area-menu ul {
    justify-content: space-around;
}

.service-area-menu li a {
    text-align: center;
    padding: 12px 85px;
    color: #fff;
    border: none;
}
.service-area-menu li:last-child a {
    border-right: none;
}
.service-area-menu .nav-tabs li a.active,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.service-area-menu .nav-tabs li a:hover {
    background: #4e7b72;
    color: #fff;
    border: none;
}

.service-area-menu ul {
    margin-top: 50px;
    background: #649e93;
}

.ceromony-content2 {
    padding-left: 30px;
}

.Ceremony-wrap {
    margin-top: 30px;
}
.ceromony-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.ceromony-content h3 {
    font-size: 30px;
    color: #649e93;
    margin-bottom: 16px;
}

.ceromony-content a {
    color: #649e93;
}

.ceromony-content span {
    display: block;
}

.ceromony-content p {
    padding: 20px 0;
    padding-right: 20px;
}
/*==============================
person-area
================================*/

.person-wrap {
    margin-bottom: 30px;
    overflow: hidden;
    z-index: -1;
}

.person-item2 {
    padding-top: 50px;
}

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

.person-img img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.person-wrap:hover .person-img img {
    -webkit-transform: scale(1.2) rotate(5deg);
    -ms-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg);
}

.social-list {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    z-index: 44;
    opacity: 0;
    text-align: center;
    transition: all .5s;
}

.person-wrap {
    overflow: hidden;
}

.person-wrap:hover .social-list {
    opacity: 1;
}

.social-list ul {
    display: flex;
    justify-content: center;
    background: rgba(94, 154, 142, .6);
    z-index: 1;
    padding-left: 0;
}

.social-list ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    margin: 10px;
    border-radius: 100%;
    z-index: -1;
    list-style: none;
}

.social-list ul li a {
    color: #fff;
}

.person-content {
    text-align: center;
    background: #fff;
    padding: 15px;
    padding-bottom: 20px;
}

.person-content h3 {
    font-size: 24px;
    color: #649e93;
    margin-top: 7px;
}

.person-content span {
    font-size: 17px;
}

.person-title {
    border-bottom: 2px solid #649e93;
    margin-bottom: 30px;
}

.person-title h3 {
    padding: 5px 50px;
    background: #649e93;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-size: 40px;
    font-family: 'Great Vibes', cursive;
}

.person-btn ul {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #8ec7bc5e;
}

.person-btn ul li a {
    display: inline-block;
    padding: 20px 25px;
    background: #5e9a8e;
    color: #fff;
    transition: all .3s;
    font-size: 25px;
    border-right: 1px solid #ccbd6b;
}
.person-btn ul li:last-child a {
     border-right:none;
}
.person-btn li a.active,
.person-btn li a:hover {
    background: #6ea498;
    color: #fff;
}
.service-area.service-area2 .ceromony-content h3 {
    color: #9a8c40;
}
.service-area.service-area2 .ceromony-content a {
    color: #9a8c40;
}
.person-area.person-area2 .person-btn ul li {
    margin-bottom: 0px;
}
.person-area.person-area2 .person-btn ul li a {
    padding: 5px 30px;
    border: none;
    border-radius: 0;
}
.Groomsman-wrap .social-list ul {
    background: rgba(94, 154, 142, .6)
}
.person-area.person-area2 .person-img ul li a {
    background: transparent;
}
.person-area.person-area2 .person-img ul li a:hover {
	color:#fff;
}
.btn-bg button {
    background: #9a8c40;
}
.btn-bg button:hover {
    background: #c5af35;
}

.content-sub2 {
    background: rgba(154, 144, 64, .5);
}

/*============================================
* 5. Fortfolio Area
*=============================================*/
.fortfolio-area{
    position: relative;
}
.fortfolio-filter{
    margin-bottom: 50px;
	text-align:center;
}
.fortfolio-filter button{
    font-size: 17px;
    font-weight: 500;
    color: #649e93;
    letter-spacing: 0;
    background: transparent;
    outline: none;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
    border: 2px solid #c8dad7;
    padding: 5px 15px;
    border-radius: 50px;
}
.fortfolio-filter button.active {
    background: #649e93;
    color: white;
    border-color: #649e93;
}
.fortfolio-filter button.active:before{
    opacity: 1;
}
.prt-item{
    margin-bottom: 30px;
}
.prt-item a{
    display: block;
}
.prt-item a.expand-video{
    position: relative;
    z-index: 1;
}
.prt-item a.expand-video span{
        position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.prt-item a.expand-video:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background-color: rgba(27, 27, 27, 0.5);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.prt-item:hover a.expand-video:before{
    opacity: 1;
}
.prt-item a.expand-video span:before{
    font-size: 50px;
    color: #fff;
    margin-left: 0px;
}
.prt-item a:hover {
    box-shadow: 0px 10px 27px rgba(0,0,0,0.1);
}
.prt-item a img{
    max-width: 100%;
    display: inline-block;
}

/*============================================
* END Fortfolio Area
*=============================================*/

/*=============================
guest-area
===============================*/

.guest-wrap {
    background: rgba(255, 255, 255, .9);
    padding: 70px;
}
.contact-title h2 {
    position: relative;
    font-size: 50px;
    font-family: 'Great Vibes', cursive;
    margin-bottom: 25px;
    color: #649e93;
    margin-top: 0px;
}
.page-wrapper .contact-title p {
    color: #5a5858;
    font-size: 20px;
}
.contact-form input {
    width: 100%;
    height: 45px;
    margin-top: 20px;
    padding-left: 10px;
    background: #fff;
    opacity: 1;
    border: none;
    border-radius: 5px;
}
.contact-form input[type=submit] {
    border: none;
    padding: 5px 21px 7px;
    background: #649e93;
    color: #fff;
    border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
    width:auto;
    display: inline-block;
    transition: .3s;
    font-weight: 600;
}
.contact-form input[type=submit]:hover {
     background: #18826b;
}
.form-control {
    margin-top: 20px;
    font-size: 16px;
    background: #fff;
}

select.form-control:not([size]):not([multiple]) {
    height: 50px;
    border-radius: 5px;
    color: #666;
    font-size: 14px;
    -webkit-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    -moz-appearance: none;
    background:#fff url(../images/select-icon.png) no-repeat calc(100% - 15px) center;
    position: relative;
}
.contact-textarea {
    width: 100%;
    height: 170px;
    margin-top: 20px;
    padding-left: 10px;
    padding-top: 10px;
    border: none;
    border-radius: 5px;
}

.section-title p {
    padding-top: 10px;
}

.contact-form button {
    background: none;
    border: none;
    padding: 5px 15px 8px;
    background: #649e93;
    color: #fff;
    border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
}

.guest-2 button#submit {
    background: #9a8c40;
}
.contact-form button:hover {
    background: #3f7267;
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: #666;
    font-size: 16px;
}
::-moz-placeholder {
    /* Firefox 19+ */

    color: #666;
    font-size: 16px;
}
:-ms-input-placeholder {
    /* IE 10+ */

    color: #666;
    font-size: 16px;
}
:-moz-placeholder {
    /* Firefox 18- */

    color: #666;
    font-size: 16px;
}

.contact-form select {
    border: 0;
    outline: 0;
}

/*========================
Gift-area
==========================*/
.gift-item {
    padding: 70px 0;
}

.owl-carousel .owl-item img {
    width: 50%;
}
.Gift-area p {
    max-width: 640px;
    margin:0 auto;
}

/*Story Area*/

.story {
    position: relative;
    padding: 5em 0;
    margin-bottom: 2em
}

.story-top,
.story-bottom {
    position: absolute;
    top: 8px;
    left: 50%;
    z-index: 20;
    margin-left: -23px;
}

.story-bottom {
    bottom: 0;
    top: auto
}

.story-top:before,
.story-bottom:before {
    content: '\f10a';
    font-family: "Flaticon";
    position: absolute;
    top: -50px;
    left: 50%;
    z-index: 20;
    display: block;
    font-size: 50px;
    color: #5e9a8d82;
    background: white;
}
.story-top:before {
    top: -3px;
}
.story .content-wrapper::before {
    content: '';
    position: absolute;
    top: 44px;
    left: 50%;
    height: 97%;
    width: 3px;
    background: #E8EFED;
}

.story .item {
    position: relative;
    clear: both;
    width: 50%
}

.story .item,
.story .item *,
.story .item .story-content::before,
.story .item .story-content::after {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}
.story .item:not(:first-child) {
    margin-top: -250px;
}

.story .item .story-content {
    position: relative;
    width: 80%;
    padding: 25px;
    background: #FFF;
    border: 2px solid #f7f7f7
}

@media screen and (min-width: 992px) {
    .story .item .story-content {
        float: right;
        margin-right: 55px;
    }
}

.story .item:nth-child(even) .story-content {
    margin-left: 20%
}

.story .item .story-content:hover {
    background: #f2f9f794;
}

.story .item .story-content>p,
.story .item .story-content img {
    margin: 0;
    width: 100%
}
.story .item .story-content>p {
    margin-bottom: 3px;
    padding-top: 0px;
}
.story a.story-btn {
    font-weight: 600;
    color: #5e9a8d;
    text-transform: uppercase;
    font-size: 15px;
}
.story .item:nth-child(odd) {
    float: left;
}

.item:nth-child(odd) .story-content::before,
.item:nth-child(odd) .story-content::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -4px;
    border: 15px solid transparent;
    border-color: transparent;
    border-left-color: #f2f9f7;
}

.item:nth-child(odd) .story-content::after {
    margin-top: -2px;
    margin-left: -1px;
    border: 13px solid transparent;
    border-left-color: #FFF
}

.item:nth-child(odd) .story-content:hover:after {
    border-left-color: #f2f9f7;
}

.story .item:nth-child(even) {
    float: right
}

.item:nth-child(even) .story-content::before,
.item:nth-child(even) .story-content::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    left: -30px;
    margin-top: -4px;
    border: 15px solid transparent;
    border-color: transparent;
    border-right-color: #f2f9f7;
}

.item:nth-child(even) .story-content::after {
    margin-top: -2px;
    margin-right: -1px;
    border: 13px solid transparent;
    border-right-color: #FFF
}

.item:nth-child(even) .story-content:hover:after {
    border-right-color: #f2f9f7;
}

.story .story-content .image-wrap {
    margin-bottom: 30px
}

.story .story-content h2 {
    margin-bottom: 2px;
    font-family: 'Dosis', sans-serif;
    font-size: 25px;
    color: #5e9a8d;
}

.story .story-content .btn-link {
    font-size: 12px
}

.story .story-content .date {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: left;
    color: #000;
    font-size: 15px;
}

.story .item:nth-child(even) .story-content {
    text-align: right;
}
.story .item:nth-child(even) .story-content .date {
    text-align: right;
    left: -140%
}

.story .story-icon {
    position: absolute;
    top: 50%;
    right: -30px;
    width: 60px;
    height: 60px;
    margin-left: -28px;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    border-radius: 50%;
    background: #fff;
    content:"\f108";
    font-family: "Flaticon";
    border: 3px solid #d9ece7;
}
.story-icon span:before {
    font-size: 30px;
    line-height: 30px;
    color: #5e9a8d;
}
.story .item:nth-child(even) .story-icon {
    right: auto;
    left: 0
}

.story .item:hover .story-icon span {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}
.story .story-icon span:before {
    margin-left: 0px;
}
/*** spirit-header ***/
.spirit-header {
  position:absolute;
  z-index: 100;
}

.surface-shader {
  opacity: 0.4;
}

.ripple,
.particleground,
.video-player,
.surface-shader {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
 #particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

/****************
Event
*****************/
.single-event {
    margin-bottom: 50px;
    background: #f5fbfb;
}
.event-area .single-event:nth-child(1){
	margin-top: 50px;
}
.event-area .single-event:nth-child(2){
    padding-left: 30px;
}
.single-event .event-content {
    padding: 30px;
}
.single-event .event-content h2 {
    font-size: 25px;
    color:#649e93;
    padding-bottom: 15px;
}

.event-content .event-time {
    color: #575757;
    font-size: 16px;
    padding-bottom: 5px;
}
.event-content .event-time i {
    color:#9cc5be;
    padding-right: 5px;
}
.event-content .location {
    color: #575757;
    font-size: 16px;
    padding-bottom: 15px;
}
.event-content .location i {
    color:#9cc5be;
    padding-right: 5px;
}
.single-event .event-content p{
    margin: 0px;
    padding-bottom: 22px;
    padding-right: 22px;
    padding-top: 10px;
}

.single-event .event-content a {
    font-size: 18px;
    font-weight: 500;
    font-weight: 600;
}
/*--------------------------------------------------------------
#0.5  footer
--------------------------------------------------------------*/

/*=============================
footer-area
===============================*/
.footer-content {
    margin: auto;
    text-align: center;
}
.footer-area {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}
.footer-area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    z-index: -1;
}
.content-sub {
    padding: 50px 80px;
    background: rgba(94, 154, 142, .5);
    display: inline-block;
    z-index: 99;
    position: relative;
}

.content-sub:before {
    position: absolute;
    content: "";
    left: -8px;
    top: -6px;
    width: 103%;
    height: 105%;
    border: 1px solid rgba(255,255,255, 0.4);
}
@media (max-width: 767px) {
    .content-sub:before {
        width: 105%;
        height: 106%;
    }
}
.content-sub h2 {
    font-size: 80px;
    font-family: 'Great Vibes', cursive;
    color: #fff;
}

.content-sub span {
    font-size: 25px;
    color: #f6f6f6;
}

.site-footer {
    background-color: #222528;
    /*** about-widget ***/
    /*** link-widget ***/
    /*** recent-post-widget ***/
    /*** contact-widget ***/
    /*** lower-footer ***/
}

.site-footer p,
.site-footer li {
    font-size: 17px;
    font-size: 1.0625rem;
    color: #a0a0a0;
}

.upper-footer .widget.recent-post-widget .widget-title {
    margin-top: 0px;
    color: #fff;
}

ul.useful-links {
    list-style: none;
    padding-left: 0;
}

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

.site-footer .upper-footer {
    padding: 90px 0;
}

@media (max-width: 991px) {
    .site-footer .upper-footer {
        padding: 90px 0 20px;
    }
}

@media (max-width: 767px) {
    .site-footer .upper-footer {
        padding: 80px 0 10px;
    }
}

@media (max-width: 991px) {
    .site-footer .upper-footer .col {
        margin-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .site-footer .upper-footer .col {
        margin-bottom: 60px;
    }
}


@media (max-width: 991px) {
    .site-footer .upper-footer .row>div {
        margin-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .site-footer .upper-footer .row>div {
        margin-bottom: 60px;
    }
}

.site-footer .widget-title {
    margin-bottom: 35px;
    color: #fff;
    margin-top: 0px;
}

@media (max-width: 767px) {
    .site-footer .widget-title {
        margin-bottom: 25px;
    }
}

.site-footer .widget-title h3 {
    font-size: 24px;
    font-size: 1.5rem;
    color: #fff;
    margin: -0.13em 0 0;
}

@media (max-width: 767px) {
    .site-footer .widget-title h3 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

@media screen and (min-width: 1200px) {
    .site-footer .about-widget {
        padding-right: 15px;
    }
}

@media (max-width: 1199px) {
    .site-footer .about-widget .logo {
        max-width: 90%;
    }
}

.site-footer .about-widget p {
    margin-bottom: 1.6em;
    font-size: 17px;
    font-size: 1.0625rem;
    color: #cac9c9;
}

.site-footer .about-widget p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .site-footer .link-widget {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .site-footer .link-widget {
        padding-left: 0;
    }
}

.site-footer .link-widget ul li {
    position: relative;
    padding-left: 15px;
    position: relative;
}

.site-footer .link-widget ul li:before {
    content: "-";
    color: #bbb;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.site-footer .link-widget ul a {
    color: #bbb;
}

.site-footer .link-widget ul a:hover {
    color: #5e9a8e;
}

.site-footer .link-widget ul>li+li {
    margin-top: 15px;
}

@media screen and (min-width: 1200px) {
    .site-footer .recent-post-widget {
        padding: 0 20px;
    }
}

.site-footer .recent-post-widget .posts>div+div {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #3c3c3c;
}

.site-footer .recent-post-widget .post h4 {
    font-family: 'Dosis', sans-serif;
    font-size: 17px;
    line-height: 1.5em;
    margin: 0 0 0.7em;
}

@media (max-width: 767px) {
    .site-footer .recent-post-widget .post h4 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.site-footer .recent-post-widget .post h4 a {
    color: #bbbbbb;
}

.site-footer .recent-post-widget .post h4 a:hover {
    color: #5e9a8e;
}

.site-footer .recent-post-widget .post .date {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0;
    color: #777;
}

.site-footer .contact-widget li span {
    color: #5e9a8e;
    display: inline-block;
    padding-right: 5px;
}

.site-footer .contact-widget ul li {
    line-height: 1.9em;
}

@media (max-width: 767px) {
    .site-footer .contact-widget ul li {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

.site-footer .contact-widget ul>li+li {
    margin-top: 15px;
}

.site-footer .lower-footer {
    text-align: center;
}

.site-footer .lower-footer .row {
    padding: 35px 15px;
    position: relative;
}

.site-footer .lower-footer .row .separator {
    background-color: #3c3c3c;
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    left: 15px;
    top: 0;
}

.site-footer .lower-footer .copyright {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #808080;
}

.page-wrapper .site-footer .lower-footer p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #dcd6d6;
    margin-bottom: 0px;
}

.page-wrapper .site-footer .lower-footer ul li {
    list-style: none;
}

.site-footer .lower-footer ul {
    display: inline-block;
    overflow: hidden;
    padding-left: 0px;
}

.site-footer .lower-footer ul li {
    font-size: 16px;
    float: left;
}

@media (max-width: 767px) {
    .site-footer .lower-footer ul li {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.site-footer .lower-footer ul>li+li {
    margin-left: 40px;
    position: relative;
}

@media (max-width: 767px) {
    .site-footer .lower-footer ul>li+li {
        margin-left: 20px;
    }
}

.site-footer .lower-footer ul>li+li:before {
    content: "/";
    position: absolute;
    left: -20px;
    top: 0;
}

@media (max-width: 767px) {
    .site-footer .lower-footer ul>li+li:before {
        display: none;
    }
}

.site-footer .lower-footer ul a {
    color: #a0a0a0;
}

.site-footer .lower-footer ul a:hover {
    color: #5e9a8e;
}

.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -200px;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.sticky-on {
    opacity: 1;
    top: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.site-header .sticky-header {
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 992px) {
    .header-style-2 .sticky-header {
        background-color: #1e7b67;
        border-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.header-style-3 .sticky-header {
    border-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media screen and (min-width: 992px) {
    .site-header.header-style-2 #navbar>ul li a:hover,
    .site-header.header-style-2 #navbar>ul li a:active ,
    .site-header.header-style-2 #navbar>ul li a:focus {
        color: #fff;
    }

    .site-header.header-style-2 #navbar>ul li ul li a:hover,
    .site-header.header-style-2 #navbar>ul li ul li a:active ,
    .site-header.header-style-2 #navbar>ul li ul li a:focus {
        color: #333;
    }
}


/*--------------------------------------------------------------
#0.9  contact-section
--------------------------------------------------------------*/
.wpcf7-form-control-wrap {
    position: inherit;
}

.contact-section,
.contact-section-s2 {
    position: relative;
}

.contact-section .contact-content .text,
.contact-section-s2 .contact-content .text {
    margin-bottom: 50px;
    padding-top: 5px;
}

.contact-pg-section .contact-content .text {
    padding: 0;
    margin-bottom: 0;
}

.contact-section .contact-content h2,
.contact-section-s2 .contact-content h2 {
    font-size: 36px;
    font-size: 2.25rem;
    color: #fff;
    line-height: 1.2em;
    margin: 0 0 0.7em;
    text-transform: capitalize;
    margin: 0 0 1em;
}

@media (max-width: 1199px) {

    .contact-section .contact-content h2,
    .contact-section-s2 .contact-content h2 {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

@media (max-width: 767px) {

    .contact-section .contact-content h2,
    .contact-section-s2 .contact-content h2 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}

.contact-section .contact-content h2:first-letter,
.contact-section-s2 .contact-content h2:first-letter {
    font-size: 120px;
    font-size: 7.5rem;
    color: #5e9a8e;
    float: left;
    margin-right: 10px;
    line-height: 0.5em;
}

@media (max-width: 1199px) {

    .contact-section .contact-content h2:first-letter,
    .contact-section-s2 .contact-content h2:first-letter {
        font-size: 100px;
        font-size: 6.25rem;
    }
}

@media (max-width: 767px) {

    .contact-section .contact-content h2:first-letter,
    .contact-section-s2 .contact-content h2:first-letter {
        font-size: 80px;
        font-size: 5rem;
    }
}

.contact-section .contact-content p,
.contact-section-s2 .contact-content p {
    font-size: 22px;
    font-size: 1.375rem;
    color: #5e9a8e;
    margin: 0;
}

@media (max-width: 991px) {

    .contact-section .contact-content p,
    .contact-section-s2 .contact-content p {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

@media (max-width: 767px) {

    .contact-section .contact-content p,
    .contact-section-s2 .contact-content p {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.contact-section form,
.contact-section-s2 form {
    overflow: hidden;
    margin: 0 -15px;
}

@media (max-width: 767px) {

    .contact-section form,
    .contact-section-s2 form {
        margin: 0 0 0 -15px;
    }
}

.contact-section form .half-col,
.contact-section-s2 form .half-col {
    width: 50%;
    float: left;
}

@media (max-width: 600px) {

    .contact-section form .half-col,
    .contact-section-s2 form .half-col {
        width: 100%;
        float: left;
    }
}

.contact-section form div,
.contact-section-s2 form div {
    padding: 0 15px 30px;
}

@media (max-width: 767px) {

    .contact-section form div,
    .contact-section-s2 form div {
        padding: 0 5px 15px 15px;
    }
}

.contact-section form .submit-btn-wrapper,
.contact-section-s2 form .submit-btn-wrapper {
    padding-bottom: 0;
}

.contact-section form input,
.contact-section-s2 form input,
.contact-section form textarea,
.contact-section-s2 form textarea {
    background-color: rgba(40, 46, 63, 0.7);
    height: 50px;
    padding: 6px 15px;
    color: #fff;
    border: 2px solid #454545;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 767px) {

    .contact-section form input,
    .contact-section-s2 form input,
    .contact-section form textarea,
    .contact-section-s2 form textarea {
        height: 45px;
    }
}

.contact-section form input:focus,
.contact-section-s2 form input:focus,
.contact-section form textarea:focus,
.contact-section-s2 form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #5e9a8e;
}

.contact-section form textarea,
.contact-section-s2 form textarea {
    height: 150px;
    padding: 15px;
}




/*--------------------------------------------------------------
#1.3  recent-blog-section
--------------------------------------------------------------*/

.recent-blog-section {
    background-color: #f8f8f8;
}

.recent-blog-section .blog-grids .grid {
    width: 33.33%;
    float: left;
    position: relative;
}

@media (max-width: 991px) {
    .recent-blog-section .blog-grids .grid {
        width: 50%;
        margin-bottom: 50px;
    }
}

@media (max-width: 600px) {
    .recent-blog-section .blog-grids .grid {
        width: 100%;
        float: none;
    }
}

.recent-blog-section .blog-grids .details {
    background-color: #fff;
    padding: 35px 30px;
    -webkit-box-shadow: 0px 8px 48.38px 10.62px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 8px 48.38px 10.62px rgba(0, 0, 0, 0.03);
}

@media (max-width: 767px) {
    .recent-blog-section .blog-grids .details {
        padding: 25px 20px;
    }
}

.recent-blog-section .blog-grids .date {
    background-color: rgba(193, 182, 150, 0.6);
    padding: 15px 25px;
    text-align: center;
    position: absolute;
    right: 30px;
    top: 30px;
}

@media (max-width: 767px) {
    .recent-blog-section .blog-grids .date {
        padding: 10px 20px;
        right: 20px;
        top: 20px;
    }
}

.recent-blog-section .blog-grids .date p {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    color: #fff;
    line-height: normal;
    margin: 0;
}

.recent-blog-section .blog-grids .date p span {
    text-transform: uppercase;
    display: block;
    margin-top: 5px;
}

.recent-blog-section .blog-grids .details h3 {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0 0 0.5em;
    line-height: 1.5em;
}

@media (max-width: 991px) {
    .recent-blog-section .blog-grids .details h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.recent-blog-section .blog-grids .details h3 a {
    color: #282e3f;
}

.recent-blog-section .blog-grids .details h3 a:hover {
    color: #5e9a8e;
}

.recent-blog-section .meta ul {
    overflow: hidden;
    list-style: none;
    padding-left: 0;
}

.recent-blog-section .meta ul li {
    color: #afafaf;
    float: left;
    font-size: 16px;
}

.recent-blog-section .meta li a {
    font-weight: normal;
    color: #696969;
}

.recent-blog-section .meta li a:hover {
    color: #5e9a8e;
}

.recent-blog-section .meta ul>li+li {
    margin-left: 30px;
    position: relative;
}

.recent-blog-section .meta ul>li+li:before {
    content: "|";
    position: absolute;
    left: -15px;
    top: 0;
}



/*--------------------------------------------------------------
#16.1   error-404-section
----------------------------------------------------------------*/

.error-404-section {
    padding-top: 53px;
    padding-bottom: 100px;
}

@media screen and (min-width: 1200px) {
    .error-404-section .content {
        padding-right: 362px;
    }
}

@media (max-width: 767px) {
    .error-404-section .content {
        text-align: center;
    }
}

.error-404-section .content h2 {
    font-size: 100px;
    font-size: 6.66667rem;
    color: #5e9a8e;
    margin: 0 0 0.2em;
}

@media (max-width: 991px) {
    .error-404-section .content h2 {
        font-size: 80px;
        font-size: 5.33333rem;
    }
}

@media (max-width: 767px) {
    .error-404-section .content h2 {
        font-size: 60px;
        font-size: 4rem;
    }
}

.error-404-section .content h3 {
    font-size: 24px;
    font-size: 1.6rem;
    color: #5e9a8e;
    margin: 0 0 1.5em;
}

@media (max-width: 991px) {
    .error-404-section .content h3 {
        font-size: 20px;
        font-size: 1.33333rem;
        line-height: 1.3em;
    }
}

@media (max-width: 767px) {
    .error-404-section .content h3 {
        font-size: 18px;
        font-size: 1.2rem;
    }
}

.error-404-section .content p {
    font-size: 18px;
    font-size: 1.2rem;
    font-style: italic;
    margin: 0 0 2em;
}

@media (max-width: 991px) {
    .error-404-section .content p {
        font-size: 17px;
        font-size: 1.13333rem;
    }
}

@media (max-width: 767px) {
    .error-404-section .content p {
        font-size: 16px;
        font-size: 1.06667rem;
    }
}

.error-404-section .content .icon {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .error-404-section .content .icon {
        display: none;
    }
}

.error-404-section .content .icon i {
    font-size: 150px;
    font-size: 10rem;
    color: #5e9a8e;
    opacity: 0.2;
}

.no-results.not-found h2 {
    font-size: 70px;
    font-size: 4.375em;
    color: #5e9a8e;
    margin: 0 0 0.5em;
}

.no-results.not-found p {
    font-size: 20px;
    font-size: 1.25em;
    margin: 0 0 1.5em;
    color: #5e9a8e;
}

@media (max-width: 767px) {
    .no-results.not-found h2 {
        font-size: 50px;
        font-size: 3.125em;
    }

    .no-results.not-found p {
        font-size: 18px;
        font-size: 1.125em;
    }
}

/************
Comming Soon page
****************/

.comming-soon-section {
    height: 100vh;
    background: #f9f7f2;
}

.comming-soon-section .container {
    height: 100%;
    display: table;
    padding: 0;
    border: 15px solid #eeeae0;
}

.comming-soon-section .row {
    display: table-cell;
    vertical-align: middle;
}


/*--------------------------------------------------------------
  #home style 2
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#2.5  contact-section-s2
--------------------------------------------------------------*/

.contact-section-s2 {
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .contact-section-s2 {
        padding-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .contact-section-s2 {
        padding-bottom: 80px;
    }
}

.contact-section-s2 .contact-content {
    background-color: rgba(40, 46, 63, 0.9);
    padding: 80px 80px 35px;
}

@media (max-width: 991px) {
    .contact-section-s2 .contact-content {
        padding: 50px 50px 5px;
    }
}

@media (max-width: 767px) {
    .contact-section-s2 .contact-content {
        padding: 40px 30px 10px;
    }
}

.contact-section-s2 .contact-content .text {
    padding-right: 200px;
}

@media (max-width: 1199px) {
    .contact-section-s2 .contact-content .text {
        padding-right: 150px;
    }
}

@media (max-width: 767px) {
    .contact-section-s2 .contact-content .text {
        padding-right: 0;
    }
}


/*--------------------------------------------------------------
#2.6  contact-section-s2
--------------------------------------------------------------*/

.case-studies-section-s2 .recent-cases-thumbs-outer {
    overflow: hidden;
}

.case-studies-section-s2 .recent-case-thumb {
    width: 33.33%;
    float: left;
    position: relative;
}

@media (max-width: 991px) {
    .case-studies-section-s2 .recent-case-thumb {
        width: 50%;
    }
}

@media (max-width: 500px) {
    .case-studies-section-s2 .recent-case-thumb {
        width: 100%;
        float: none;
    }
}

.case-studies-section-s2 .recent-case-thumb .overlay-text {
    background: rgba(40, 46, 63, 0.9);
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    position: absolute;
    left: -30%;
    top: 6px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.case-studies-section-s2 .recent-case-thumb:hover .overlay-text {
    opacity: 1;
    visibility: visible;
    left: 6px;
}

.case-studies-section-s2 .overlay-text .text-inner {
    width: 100%;
    text-align: center;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.case-studies-section-s2 .overlay-text .text-inner .cat {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    color: #5e9a8e;
    text-transform: uppercase;
    margin: 0;
}

.case-studies-section-s2 .overlay-text .text-inner h3 {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0.4em 0 0;
}

@media (max-width: 767px) {
    .case-studies-section-s2 .overlay-text .text-inner h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.case-studies-section-s2 .overlay-text .text-inner h3 a {
    color: #fff;
}

.case-studies-section-s2 .overlay-text .text-inner h3 a:hover {
    color: #5e9a8e;
}


/*--------------------------------------------------------------
#3.2  fun-fact-awards-section
--------------------------------------------------------------*/

.fun-fact-awards-section {
    /*** funfact ***/
    /*** awards ***/
}

.fun-fact-awards-section .funfact-grids {
    overflow: hidden;
    padding: 150px 0 50px;
    position: relative;
}

@media (max-width: 991px) {
    .fun-fact-awards-section .funfact-grids {
        padding: 100px 0 40px;
        text-align: center;
    }
}

.fun-fact-awards-section .funfact-grids:before {
    content: "";
    background-color: #2c2c2c;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
}

.fun-fact-awards-section .funfact-grids:after {
    content: "";
    background-color: #2c2c2c;
    width: 1px;
    height: 60%;
    position: absolute;
    left: 40%;
    top: 20%;
}

@media (max-width: 991px) {
    .fun-fact-awards-section .funfact-grids:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.fun-fact-awards-section .funfact-grids .grid {
    width: 50%;
    float: left;
    padding: 0 0 100px;
}

@media (max-width: 767px) {
    .fun-fact-awards-section .funfact-grids .grid {
        padding: 0 0 60px;
    }
}

.fun-fact-awards-section .funfact-grids .grid h2 {
    font-family: 'Dosis', sans-serif;
    font-size: 50px;
    font-size: 3.125rem;
    font-weight: bold;
    color: #5e9a8e;
    margin: 0;
    line-height: 10px;
}

@media (max-width: 767px) {
    .fun-fact-awards-section .funfact-grids .grid h2 {
        font-size: 40px;
        font-size: 2.5rem;
        font-weight: normal;
    }
}

.fun-fact-awards-section .funfact-grids .grid p {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal;
    color: #fff;
    margin: 0.5em 0 0;
}

@media (max-width: 767px) {
    .fun-fact-awards-section .funfact-grids .grid p {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

.fun-fact-awards-section .odometer.odometer-auto-theme,
.fun-fact-awards-section .odometer.odometer-theme-default {
    line-height: 0.8em;
}

.fun-fact-awards-section .award-grids-outer {
    background: rgba(40, 46, 63, 0.8);
    padding: 60px 60px 35px;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .fun-fact-awards-section .award-grids-outer {
        padding: 100px 60px 75px;
    }
}

@media (max-width: 991px) {
    .fun-fact-awards-section .award-grids-outer {
        padding: 80px 60px 50px;
    }
}

@media (max-width: 767px) {
    .fun-fact-awards-section .award-grids-outer {
        padding: 60px 30px 50px;
    }
}

.fun-fact-awards-section .award-grids-outer h2 {
    font-size: 36px;
    font-size: 2.25rem;
    color: #fff;
    margin: 0 0 1em;
}

@media (max-width: 767px) {
    .fun-fact-awards-section .award-grids-outer h2 {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

.fun-fact-awards-section .award-grids-outer .award-grids {
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .fun-fact-awards-section .award-grids-outer .award-grids {
        margin: 0 -7.5px;
    }
}

.fun-fact-awards-section .award-grids-outer .grid {
    width: 50%;
    float: left;
    padding: 0 15px 30px;
}

@media (max-width: 420px) {
    .fun-fact-awards-section .award-grids-outer .grid {
        width: 100%;
        float: none;
    }

    .fun-fact-awards-section .award-grids-outer .grid img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .fun-fact-awards-section .award-grids-outer .grid {
        padding: 0 7.5px 15px;
    }
}



/*--------------------------------------------------------------
  #contact page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#4.1  contact-pg-section
--------------------------------------------------------------*/

.contact-pg-section form,
.contact-pg-section-s2 form {
    overflow: hidden;
    margin: 0 -15px;
}

@media (max-width: 767px) {

    .contact-pg-section form,
    .contact-pg-section-s2 form {
        margin: 0 0 0 -15px;
    }
}

.contact-pg-section form .half-col,
.contact-pg-section-s2 form .half-col {
    width: 50%;
    float: left;
}

@media (max-width: 600px) {

    .contact-pg-section form .half-col,
    .contact-pg-section-s2 form .half-col {
        width: 100%;
        float: left;
    }
}

.contact-pg-section form div,
.contact-pg-section-s2 form div {
    padding: 0 15px 30px;
}

@media (max-width: 767px) {

    .contact-pg-section form div,
    .contact-pg-section-s2 form div {
        padding: 0 0 15px 15px;
    }
}

.contact-pg-section form .submit-btn-wrapper,
.contact-pg-section-s2 form .submit-btn-wrapper {
    padding-bottom: 0;
}

.contact-pg-section form input,
.contact-pg-section-s2 form input,
.contact-pg-section form textarea,
.contact-pg-section-s2 form textarea {
    background-color: #f8f8f8;
    height: 55px;
    padding: 6px 15px;
    border: 2px solid #f8f8f8;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 767px) {

    .contact-pg-section form input,
    .contact-pg-section-s2 form input,
    .contact-pg-section form textarea,
    .contact-pg-section-s2 form textarea {
        height: 45px;
    }
}

.contact-pg-section form input:focus,
.contact-pg-section-s2 form input:focus,
.contact-pg-section form textarea:focus,
.contact-pg-section-s2 form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #5e9a8e;
}

.contact-pg-section form textarea,
.contact-pg-section-s2 form textarea {
    height: 200px;
    padding: 15px;
}


@media screen and (min-width: 1200px) {

    .contact-pg-section .info-box-outer,
    .contact-pg-section-s2 .info-box-outer {
        padding-left: 60px;
    }
}

@media (max-width: 1199px) {

    .contact-pg-section .info-box-outer,
    .contact-pg-section-s2 .info-box-outer {
        margin-top: 53px;
    }
}

@media (max-width: 991px) {

    .contact-pg-section .info-box-outer,
    .contact-pg-section-s2 .info-box-outer {
        margin-top: 43px;
    }
}

@media (max-width: 767px) {

    .contact-pg-section .info-box-outer,
    .contact-pg-section-s2 .info-box-outer {
        margin-top: 45px;
    }
}

.contact-pg-section .info-box-outer h3,
.contact-pg-section-s2 .info-box-outer h3 {
    font-size: 26px;
    font-size: 1.625rem;
    margin: 0 0 0.6em;
}

@media (max-width: 991px) {

    .contact-pg-section .info-box-outer h3,
    .contact-pg-section-s2 .info-box-outer h3 {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.contact-pg-section .info-box-outer h3,
.contact-pg-section-s2 .info-box-outer h3,
.contact-pg-section .info-box-outer h4,
.contact-pg-section-s2 .info-box-outer h4,
.contact-pg-section .info-box-outer p,
.contact-pg-section-s2 .info-box-outer p,
.contact-pg-section .info-box-outer ul li,
.contact-pg-section-s2 .info-box-outer ul li {
    color: #fff;
    position: relative;
}

.contact-pg-section .info-box-outer .inner ul {
    list-style: none;
    padding-left: 0px;
}

.contact-pg-section .info-box-outer .inner ul li {
    font-size: 16px;
    font-size: 1rem;
}

.contact-pg-section .info-box-outer h3+p,
.contact-pg-section-s2 .info-box-outer h3+p {
    margin-bottom: 1.5em;
    font-size: 1rem;
    font-size: 16px;
}

.contact-pg-section .info-box-outer .inner,
.contact-pg-section-s2 .info-box-outer .inner {
    padding: 35px 45px;
    position: relative;
}

@media (max-width: 767px) {

    .contact-pg-section .info-box-outer .inner,
    .contact-pg-section-s2 .info-box-outer .inner {
        padding: 35px;
    }
}

.contact-pg-section .info-box-outer .inner:before,
.contact-pg-section-s2 .info-box-outer .inner:before {
    content: "";
    background-color: rgba(174, 160, 118, 0.85);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


.contact-pg-section .info-box-outer ul li,
.contact-pg-section-s2 .info-box-outer ul li {
    position: relative;
    padding-left: 35px;
    line-height: 1.6em;
}

.contact-pg-section .info-box-outer ul li i,
.contact-pg-section-s2 .info-box-outer ul li i {
    position: absolute;
    left: 0;
    top: 5px;
}

.contact-pg-section .info-box-outer ul>li+li,
.contact-pg-section-s2 .info-box-outer ul>li+li {
    margin-top: 15px;
}


.contact-pg-section .contact-map,
.contact-pg-section-s2 .contact-map {
    height: 450px;
    margin-top: 100px;
}

@media screen and (min-width: 1200px) {

    .contact-pg-section .contact-map,
    .contact-pg-section-s2 .contact-map {
        margin-top: 58px;
    }
}

@media (max-width: 991px) {

    .contact-pg-section .contact-map,
    .contact-pg-section-s2 .contact-map {
        margin-top: 90px;
    }
}

@media (max-width: 767px) {

    .contact-pg-section .contact-map,
    .contact-pg-section-s2 .contact-map {
        height: 350px;
        margin-top: 80px;
    }
}

.contact-pg-section .contact-map iframe,
.contact-pg-section-s2 .contact-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
}


/*--------------------------------------------------------------
  #contact s2 page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#5.1  contact-pg-section-s2
--------------------------------------------------------------*/

.contact-pg-section-s2 .info-box-outer {
    padding-left: 0;
}

.contact-pg-section-s2 .contact-map {
    margin-top: 100px;
}

@media (max-width: 991px) {
    .contact-pg-section-s2 .contact-map {
        margin-top: 90px;
    }
}

@media (max-width: 767px) {
    .contact-pg-section-s2 .contact-map {
        height: 350px;
        margin-top: 80px;
    }
}


/*--------------------------------------------------------------
  #team page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#6.1  attorneys-section-s2
--------------------------------------------------------------*/



.attorneys-section-s2 .attorneys-grids .grid {
    width: 33.33%;
    margin: 0 0 60px;
}

@media (max-width: 991px) {
    .attorneys-section-s2 .attorneys-grids .grid {
        width: 50%;
    }
}

@media (max-width: 500px) {
    .attorneys-section-s2 .attorneys-grids .grid {
        width: 100%;
        float: none;
    }
}


/*--------------------------------------------------------------
  #services page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#7.1  service-pg-service-section
--------------------------------------------------------------*/

.service-pg-service-section {
    padding-bottom: 70px;
}

@media (max-width: 991px) {
    .service-pg-service-section {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .service-pg-service-section {
        padding-bottom: 50px;
    }
}

.service-pg-service-section .service-grids {
    margin: 0 -15px;
}

.service-pg-service-section .service-grids .grid {
    width: 33.33%;
    float: left;
    padding: 0 15px 30px;
}

@media (max-width: 1199px) {
    .service-pg-service-section .service-grids .grid {
        width: 50%;
    }
}

@media (max-width: 600px) {
    .service-pg-service-section .service-grids .grid {
        width: 100%;
        float: none;
    }
}

.service-pg-service-section .grid h3 {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.3em;
    margin: 0 0 0.4em;
}

@media (max-width: 991px) {
    .service-pg-service-section .grid h3 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.service-pg-service-section .grid h3 a {
    color: #282e3f;
}

.service-pg-service-section .grid h3 a:hover {
    color: #5e9a8e;
}

.service-pg-service-section .grid .details {
    background-color: #fff;
    padding: 32px 30px 35px;
    -webkit-box-shadow: 0px 2px 38px 4px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 2px 38px 4px rgba(0, 0, 0, 0.06);
}

@media (max-width: 991px) {
    .service-pg-service-section .grid .details {
        padding: 25px 20px;
    }
}

.service-pg-service-section .grid p {
    font-size: 17px;
    font-size: 1.0625rem;
    margin: 0 0 1em;
}

.service-pg-service-section .grid .read-more {
    color: #5e9a8e;
    font-weight: bold;
    text-transform: uppercase;
}

.page-wraper .service-pg-service-section .grid .read-more {
    color: #5e9a8e;
    font-weight: bold;
    text-transform: uppercase;
}

.service-pg-service-section .grid .read-more:hover {
    color: #988859;
}


/*--------------------------------------------------------------
#7.2  pricing-section
--------------------------------------------------------------*/

.pricing-section {
    background-color: #f8f8f8;
}

.pricing-section .pricing-grids {
    margin: 0 -15px;
}

.pricing-section .pricing-grids .grid {
    width: 33.33%;
    float: left;
    padding: 0 15px 30px;
    text-align: center;
}

@media (max-width: 991px) {
    .pricing-section .pricing-grids .grid {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .pricing-section .pricing-grids .grid {
        width: 100%;
        float: none;
    }
}

.pricing-section .pricing-header {
    background-color: #2b2b2b;
    padding: 55px 25px 40px;
}

@media (max-width: 991px) {
    .pricing-section .pricing-header {
        padding: 45px 15px 30px;
    }
}

.pricing-section .pricing-header .circuler-price {
    background-color: #fff;
    width: 130px;
    height: 130px;
    display: table;
    border-radius: 50%;
    margin: 0 auto 20px;
    border: 5px solid rgba(214, 214, 214, 0.8);
    -webkit-box-shadow: 0 0 0 5px rgba(214, 214, 214, 0.5);
    box-shadow: 0 0 0 5px rgba(214, 214, 214, 0.5);
}

@media (max-width: 991px) {
    .pricing-section .pricing-header .circuler-price {
        width: 110px;
        height: 110px;
    }
}

.pricing-section .pricing-header h2 {
    font-family: 'Dosis', sans-serif;
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .pricing-section .pricing-header h2 {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

.pricing-section .pricing-header h2 sup {
    font-size: 20px;
    font-size: 1.25rem;
}

@media (max-width: 991px) {
    .pricing-section .pricing-header h2 sup {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

.pricing-section .pricing-header p {
    font-weight: normal;
    color: #fff;
    margin: 0;
}

.pricing-section .pricing-body {
    background-color: #fff;
    padding: 40px 50px 50px;
}

@media (max-width: 1199px) {
    .pricing-section .pricing-body {
        padding: 40px 20px 50px;
    }
}

.pricing-section .pricing-body h3 {
    font-size: 28px;
    font-size: 1.75rem;
    margin: 0 0 1em;
}

@media (max-width: 1199px) {
    .pricing-section .pricing-body h3 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}

.pricing-section .pricing-body p {
    line-height: 2em;
    margin-bottom: 2em;
    color: #8a8888;
    line-height: 1.8em;
    font-size: 16px;
    font-size: 1rem;
}


/*--------------------------------------------------------------
  #services s2 page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
  #team single page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#10.1 team-single-section
--------------------------------------------------------------*/

.team-single-section {
    /*** participate-case ***/
    /*** contact-me ***/
}

.team-single-section .team-single-content p,
.team-single-section .team-single-content ul {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
}

@media (max-width: 1199px) {
    .team-single-section .team-single-content {
        margin-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .team-single-section .team-single-content {
        margin-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .team-single-section .team-single-content {
        margin-bottom: 80px;
    }
}

.team-single-section .member-pic-info {
    position: relative;
    overflow: hidden;
}

.team-single-section .member-pic {
    width: 400px;
    float: left;
    position: relative;
    z-index: 10;
}

@media (max-width: 991px) {
    .team-single-section .member-pic {
        width: auto;
        max-width: 400px;
        float: none;
    }
}

.team-single-section .member-pic h2 {
    background: rgba(193, 182, 150, 0.9);
    width: 100%;
    font-size: 30px;
    font-size: 1.875rem;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 15px 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (max-width: 991px) {
    .team-single-section .member-pic h2 {
        font-size: 26px;
        font-size: 1.625rem;
    }
}

.team-single-section .info-outer {
    width: calc(100% - 400px);
    height: 100%;
    float: left;
    padding: 35px 35px;
    position: absolute;
    right: 0;
    border: 1px solid #e8e8e8;
}

@media (max-width: 991px) {
    .team-single-section .info-outer {
        width: 100%;
        float: none;
        position: static;
        border: 0;
        padding: 40px 0 0;
    }
}

.team-single-section .info-outer .info {
    margin-bottom: 40px;
    list-style: none;
    padding-left: 0px;
}

.team-single-section .info-outer .info li {
    color: #848484;
    line-height: 1.7em;
}

.team-single-section .info-outer .info>li+li {
    margin-top: 15px;
}

.team-single-section .info-outer .info span {
    font-family: 'Dosis', sans-serif;
    color: #282e3f;
}

.team-single-section .info-outer .social {
    overflow: hidden;
    list-style: none;
    padding-left: 0;
}

.team-single-section .info-outer .social li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: center;
}

.team-single-section .info-outer .social li a {
    background: #d8d8d8;
    display: block;
    color: #fff;
}

.team-single-section .info-outer .social li a:hover {
    background: #5e9a8e;
}

.team-single-section .info-outer .social>li+li {
    margin-left: 5px;
}


.team-single-section .member-details p {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 1.5em;
}

@media (max-width: 991px) {
    .team-single-section .member-details p {
        font-size: 17px;
        font-size: 1.0625rem;
    }
}

.team-single-section .member-details blockquote {
    font-style: italic;
    padding: 0;
    border: 0;
}

.team-single-section .member-details blockquote p {
    font-size: 22px;
    font-size: 1.375rem;
}

.team-single-section .member-details h3 {
    font-size: 30px;
    font-size: 1.875rem;
    margin: 1.3em 0 0.7em;
}

@media (max-width: 991px) {
    .team-single-section .member-details h3 {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

@media (max-width: 767px) {
    .team-single-section .member-details h3 {
        font-size: 26px;
        font-size: 1.625rem;
    }
}

.team-single-section .member-details ol {
    padding-left: 0;
    list-style-position: inside;
}

.team-single-section .member-details ol li {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
}

@media (max-width: 991px) {
    .team-single-section .member-details ol li {
        font-size: 17px;
        font-size: 1.0625rem;
    }
}

.team-single-section .member-details ol>li+li {
    margin-top: 15px;
}

.team-single-section .participated-case h3,
.team-single-section .contact-me h3 {
    font-size: 30px;
    font-size: 1.875rem;
    margin: 1.3em 0 0.7em;
}

@media (max-width: 991px) {

    .team-single-section .participated-case h3,
    .team-single-section .contact-me h3 {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

@media (max-width: 767px) {

    .team-single-section .participated-case h3,
    .team-single-section .contact-me h3 {
        font-size: 26px;
        font-size: 1.625rem;
    }
}

.team-single-section .recent-cases-thumbs-outer {
    margin-top: 45px;
}

.team-single-section .recent-cases-thumbs-outer .recent-case-thumb {
    width: 50%;
}

@media (max-width: 500px) {
    .team-single-section .recent-cases-thumbs-outer .recent-case-thumb {
        width: 100%;
    }
}


@media (max-width: 991px) {
    .team-single-section .contact-me {
        padding-top: 20px;
    }
}

.team-single-section .contact-me form {
    overflow: hidden;
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .team-single-section .contact-me form {
        margin: 0 0 0 -15px;
    }
}

.team-single-section .contact-me form .half-col {
    width: 50%;
    float: left;
}

@media (max-width: 600px) {
    .team-single-section .contact-me form .half-col {
        width: 100%;
        float: left;
    }
}

.team-single-section .contact-me form div {
    padding: 0 7px 30px;
}

@media (max-width: 767px) {
    .team-single-section .contact-me form div {
        padding: 0 0 15px 15px;
    }
}

.team-single-section .contact-me form .submit-btn-wrapper {
    padding-bottom: 0;
}

.team-single-section .contact-me form input,
.team-single-section .contact-me form textarea {
    background-color: #f8f8f8;
    height: 55px;
    padding: 6px 15px;
    border: 2px solid #f8f8f8;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.team-single-section .contact-me form input[type="submit"] {
    background-color: #5e9a8e;
    transition: .3s;
}

.team-single-section .contact-me form input[type="submit"]:hover {
    background-color: rgba(193, 182, 150, 0.6);
    border-color: #5e9a8e;
}

@media (max-width: 767px) {

    .team-single-section .contact-me form input,
    .team-single-section .contact-me form textarea {
        height: 45px;
    }
}

.team-single-section .contact-me form input:focus,
.team-single-section .contact-me form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #5e9a8e;
}

.team-single-section .contact-me form textarea {
    height: 200px;
    padding: 15px;
}

.team-single-section .contact-me .theme-btn-s3 {
    width: 100%;
}


/*--------------------------------------------------------------
  #case single page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#11.1 case-single-section
--------------------------------------------------------------*/

.case-single-section .case-pic {
    margin-bottom: 50px;
}

.case-single-section .case-single-content h2 {
    font-size: 33px;
    font-size: 2.0625rem;
    line-height: 1.5em;
    margin: 0 0 0.7em;
}

@media (max-width: 991px) {
    .case-single-section .case-single-content h2 {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

@media (max-width: 767px) {
    .case-single-section .case-single-content h2 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.case-single-section .case-single-content p {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 1.5em;
}

@media (max-width: 991px) {
    .case-single-section .case-single-content p {
        font-size: 17px;
        font-size: 1.0625rem;
    }
}

.case-single-section .case-single-content blockquote {
    font-style: italic;
    padding: 0;
    border: 0;
}

.case-single-section .case-single-content blockquote p {
    font-size: 22px;
    font-size: 1.375rem;
}

.case-single-section .case-single-content h3 {
    font-size: 30px;
    font-size: 1.875rem;
    margin: 0 0 0.7em;
}

@media (max-width: 991px) {
    .case-single-section .case-single-content h3 {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

@media (max-width: 767px) {
    .case-single-section .case-single-content h3 {
        font-size: 26px;
        font-size: 1.625rem;
    }
}

.case-single-section .case-single-content ol {
    padding-left: 0;
    list-style-position: inside;
}

.case-single-section .case-single-content ol li {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
}

@media (max-width: 991px) {
    .case-single-section .case-single-content ol li {
        font-size: 17px;
        font-size: 1.0625rem;
    }
}

.case-single-section .case-single-content ol>li+li {
    margin-top: 15px;
}

.case-single-section .case-single-tab .nav {
    overflow: hidden;
}

.case-single-section .case-single-tab .nav li {
    float: left;
}

.case-single-section .case-single-tab .nav>li+li {
    margin-left: 5px;
}

.case-single-section .case-single-tab .nav a {
    background-color: #f8f8f8;
    font-weight: 600;
    color: #1e2331;
    padding: 15px 45px;
    font-size: 20px;
    fonts-size: 1.25rem;
}

@media (max-width: 991px) {
    .case-single-section .case-single-tab .nav a {
        font-size: 18px;
        fonts-size: 1.125rem;
    }
}

@media (max-width: 767px) {
    .case-single-section .case-single-tab .nav a {
        padding: 12px 17px;
        font-size: 17px;
        fonts-size: 1.0625rem;
    }
}

.case-single-section .case-single-tab .nav a:hover {
    background: none;
}

.case-single-section .case-single-tab .nav .active a,
.case-single-section .case-single-tab .nav a:hover {
    background: #5e9a8e;
    color: #fff;
}

.case-single-section .tab-content {
    padding-top: 35px;
}

@media (max-width: 767px) {
    .case-single-section .tab-content {
        padding-top: 25px;
    }
}

.case-single-section .tab-content .tab-pane p {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .case-single-section .tab-content .tab-pane p {
        margin-bottom: 15px;
    }
}

.case-single-section .tab-content .tab-pane p:last-child {
    margin-bottom: 0;
}

.case-single-section .tab-details {
    margin-top: 60px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .case-single-section .tab-details {
        margin-top: 30px;
    }
}

.case-single-section .tab-details .img-holder {
    width: 43%;
    float: left;
}

@media (max-width: 767px) {
    .case-single-section .tab-details .img-holder {
        width: 100%;
        float: none;
    }
}

.case-single-section .tab-details .info {
    width: 57%;
    float: right;
    padding-left: 40px;
}

@media (max-width: 767px) {
    .case-single-section .tab-details .info {
        width: 100%;
        float: none;
        padding-left: 0;
        margin-top: 25px;
    }
}

.case-single-section .tab-details ul li {
    font-weight: 500;
    line-height: 1.6em;
    color: #7d7d7d;
    margin-bottom: 25px;
    padding-left: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .case-single-section .tab-details ul li {
        margin-bottom: 15px;
    }
}

.case-single-section .tab-details ul li:last-child {
    margin-bottom: 0;
}

.case-single-section .tab-details ul li i {
    position: absolute;
    left: 0;
    top: 6px;
}


/*--------------------------------------------------------------
  #blog page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#12.1 blog-pg-section
--------------------------------------------------------------*/

.blog-pg-section .post {
    position: relative;
}

.blog-pg-section .blog-content>.post+.post {
    margin-top: 80px;
}

@media (max-width: 991px) {
    .blog-pg-section .blog-content>.post+.post {
        margin-top: 70px;
    }
}

@media (max-width: 767px) {
    .blog-pg-section .blog-content>.post+.post {
        margin-top: 60px;
    }
}

.blog-pg-section .post .entry-media {
    margin-bottom: 35px;
}

.blog-pg-section .post h3 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.3em;
    margin: 0 0 1em;
}

@media (max-width: 991px) {
    .blog-pg-section .post h3 {
        font-size: 26px;
        font-size: 1.625rem;
    }
}

@media (max-width: 767px) {
    .blog-pg-section .post h3 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.blog-pg-section .post h3 a {
    color: #282e3f;
    display: inline-block;
}

.blog-pg-section .post h3 a:hover {
    color: #5e9a8e;
}

.blog-pg-section .post .meta {
    background-color: #5e9a8e14;
    display: inline-block;
    padding: 5px 15px;
    overflow: hidden;
    list-style: none;
}

@media (max-width: 767px) {
    .blog-pg-section .post .meta {
        background: transparent;
        padding: 0;
    }
}

.blog-pg-section .post .meta li {
    float: left;
    color: #838383;
    position: relative;
}

.blog-pg-section .post .meta>li+li {
    padding-left: 15px;
    margin-left: 15px;
}

.blog-pg-section .post .meta li {
    font-size: 16px;
    font-size: 1rem;
}

@media (max-width: 767px) {
    .blog-pg-section .post .meta li {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}

.blog-single-section .post .meta li {
    font-size: 16px;
    font-size: 1rem;
}

@media (max-width: 767px) {
    .blog-pg-section .post .meta>li+li {
        padding-left: 10px;
        margin-left: 10px;
    }
}

.blog-pg-section .post .meta>li+li:before {
    content: "|";
    position: absolute;
    left: 0;
    top: 0;
}

.blog-pg-section .post .meta a {
    color: #282e3f;
    font-weight: normal;
}

.blog-pg-section .post .meta a:hover {
    color: #5e9a8e;
}

.blog-pg-section .entry-details {
    margin-top: 25px;
}

@media (max-width: 991px) {
    .blog-pg-section .entry-details {
        margin-top: 20px;
    }
}

.blog-pg-section .entry-details p {
    font-size: 18px;
    font-size: 1.125rem;
    color: #535353;
    margin: 0 0 1.5em;
}

@media (max-width: 991px) {
    .blog-pg-section .entry-details p {
        font-size: 17px;
        font-size: 1.0625rem;
    }
}

.blog-pg-section .entry-details .read-more {
    font-weight: bold;
    color: #5e9a8e;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .blog-pg-section .entry-details .read-more {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

.blog-pg-section .post-slider {
    position: relative;
}

.blog-pg-section .post-slider .owl-controls {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-pg-section .post-slider .owl-controls .owl-nav [class*=owl-] {
    background: rgba(94, 154, 141, 0.58);
    width: 30px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin: 0;
    border-radius: 0;
    color: #fff;
}

.blog-pg-section .post-slider .owl-controls .owl-nav .owl-prev,
.blog-pg-section .post-slider .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-pg-section .post-slider .owl-controls .owl-nav .owl-prev {
    left: 0;
}

.blog-pg-section .post-slider .owl-controls .owl-nav .owl-next {
    right: 0;
}

.blog-pg-section .video-post .video-holder {
    position: relative;
    text-align: center;
}

.blog-pg-section .video-post .video-holder:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-pg-section .video-post .video-holder:hover:before {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.blog-pg-section .video-post .video-holder a {
    width: 88px;
    height: 88px;
    line-height: 88px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .blog-pg-section .video-post .video-holder a {
        width: 68px;
        height: 68px;
        line-height: 68px;
        border: 2px solid #5e9a8e;
    }
}

.blog-pg-section .video-post .video-holder .fi {
    padding-left: 8px;
}

.blog-pg-section .video-post .video-holder .fi:before {
    font-size: 65px;
    color: #fff;
    margin-left: 0px;
}

@media (max-width: 767px) {
    .blog-pg-section .video-post .video-holder .fi:before {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

.blog-pg-section .format-quote {
    background-color: #f1f1f1;
    padding: 45px;
}

@media (max-width: 767px) {
    .blog-pg-section .format-quote {
        padding: 35px 25px;
    }
}

.blog-pg-section .format-quote .quote-icon {
    position: absolute;
    right: 25px;
    top: 25px;
}

.blog-pg-section .format-quote h3 {
    position: relative;
}

.blog-pg-section .format-quote h3:after {
    font-size: 45px;
    font-size: 2.8125rem;
    color: rgba(193, 182, 150, 0.5);
    position: absolute;
    right: -8px;
    top: -8px;
    content: "\f100";
    font-family: Flaticon;
}


/*--------------------------------------------------------------
  #blog single page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#13.1 blog-single-section
--------------------------------------------------------------*/

.blog-single-section {
    /*** tag-share ***/
    /*** author-box ***/
    /*** more-posts ***/
    /*** comments area ***/
    /*** comment-respond ***/
}

.blog-single-section .post {
    position: relative;
}

.blog-single-section .post .entry-media {
    margin-bottom: 35px;
}

.blog-single-section .post h2.post-title {
    font-size: 38px;
    line-height: 1.2em;
    margin: 0 0 1em;
}

@media (max-width: 991px) {
    .blog-single-section .post h2.post-title {
        font-size: 26px;
        font-size: 1.625rem;
    }
}

@media (max-width: 767px) {
    .blog-single-section .post h2.post-title {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.blog-single-section .post h3.post-title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.5em;
    margin: 1.8em 0 1em;
}

@media (max-width: 991px) {
    .blog-single-section .post h3.post-title {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
    .blog-single-section .post h3.post-title {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.blog-single-section .post .meta {
    background-color: #5e9a8e14;
    display: inline-block;
    padding: 5px 15px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .blog-single-section .post .meta {
        background: transparent;
        padding: 0;
    }
}

.blog-single-section .post .meta li {
    float: left;
    color: #838383;
    position: relative;
    list-style: none;
}

@media (max-width: 767px) {
    .blog-single-section .post .meta li {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}

.blog-single-section .post .meta>li+li {
    padding-left: 15px;
    margin-left: 15px;
}

@media (max-width: 767px) {
    .blog-single-section .post .meta>li+li {
        padding-left: 10px;
        margin-left: 10px;
    }
}

.blog-single-section .post .meta>li+li:before {
    content: "|";
    position: absolute;
    left: 0;
    top: 0;
}

.blog-single-section .post .meta a {
    color: #282e3f;
    font-weight: normal;
}

.blog-single-section .post .meta a:hover {
    color: #5e9a8e;
}

.blog-single-section .entry-details {
    margin-top: 35px;
}

.blog-single-section .entry-details ul li,
.blog-single-section .entry-details ol li {
    color: #7d7d7d;
    line-height: 1.8em;
    font-size: 18px;
    font-size: 1.125rem;
}

@media (max-width: 991px) {
    .blog-single-section .entry-details {
        margin-top: 20px;
    }
}

.blog-single-section .entry-details p {
    font-size: 18px;
    font-size: 1.125rem;
    color: #5b5b5b;
    line-height: 1.5em;
    margin: 0 0 1.5em;
}

.blog-single-section .entry-details blockquote p {
    margin-bottom: 0px;
    font-size: 20px;
    font-size: 1.25rem;
}

@media (max-width: 991px) {
    .blog-single-section .entry-details p {
        font-size: 17px;
        font-size: 1.0625rem;
    }
}

.blog-single-section .entry-details blockquote {
    background-color: #5e9a8e14;
    font-size: 20px;
    font-size: 1.25rem;
    font-style: italic;
    color: #838383;
    line-height: 1.9em;
    padding: 30px 25px;
    margin: 50px 0;
    border-left: 5px solid #5e9a8e52;
}

@media (max-width: 767px) {
    .blog-single-section .entry-details blockquote {
        font-size: 18px;
        font-size: 1.125rem;
        padding: 25px 20px;
    }
}

.blog-single-section .tag-share {
    min-height: 60px;
    border-top: 1px solid #ebebf1;
    border-bottom: 1px solid #ebebf1;
    margin: 60px 0 70px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .blog-single-section .tag-share {
        border-right: 1px solid #ebebf1;
    }
}

.blog-single-section .tag-share .tag,
.blog-single-section .tag-share .share {
    min-height: 60px;
    line-height: 60px;
    display: inline-block;
    padding-left: 80px;
    position: relative;
}

.tag-share ul li {
    list-style: none;
}

@media (max-width: 767px) {

    .blog-single-section .tag-share .tag,
    .blog-single-section .tag-share .share {
        display: block;
    }
}

.blog-single-section .tag-share .tag>i,
.blog-single-section .tag-share .share>i {
    background: #ebebf1;
    width: 60px;
    height: 61px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

.blog-single-section .tag-share .tag {
    float: left;
}

@media (max-width: 767px) {
    .blog-single-section .tag-share .tag {
        float: none;
    }
}

.blog-single-section .tag-share .tag a {
    font-size: 17px;
    font-size: 1.0625rem;
    color: #848484;
}

.blog-single-section .tag-share .tag a:hover {
    color: #5e9a8e;
}

.blog-single-section .tag-share .tag ul li {
    padding-right: 5px;
    position: relative;
}

.blog-single-section .tag-share .tag ul li:after {
    content: ",";
    position: absolute;
    right: 0;
    bottom: 0;
}

.blog-single-section .tag-share .tag ul li:last-child:after {
    display: none;
}

.blog-single-section .tag-share .tag ul>li+li {
    margin-left: 10px;
}

.blog-single-section .tag-share .share {
    float: right;
}

@media (max-width: 767px) {
    .blog-single-section .tag-share .share {
        float: none;
        border-top: 1px solid #ebebf1;
        margin-top: 1px;
    }
}

.blog-single-section .tag-share .share ul>li+li {
    margin-left: 15px;
}

.blog-single-section .tag-share .share a {
    color: #848484;
}

.blog-single-section .tag-share .share a:hover {
    color: #5e9a8e;
}

.blog-single-section .tag-share ul {
    overflow: hidden;
    padding-left: 0px;
}

.blog-single-section .tag-share ul li {
    float: left;
}

.blog-single-section .author-box {
    background-color: #f1f1f1;
    padding: 45px 50px;
    margin: 70px 0;
}

@media (max-width: 991px) {
    .blog-single-section .author-box {
        padding: 35px 40px;
    }
}

@media (max-width: 767px) {
    .blog-single-section .author-box {
        padding: 25px;
    }
}

.blog-single-section .author-box .author-avatar {
    float: left;
}

@media (max-width: 767px) {
    .blog-single-section .author-box .author-avatar {
        float: none;
    }
}

.blog-single-section .author-box .author-avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.blog-single-section .author-box .author-content {
    display: block;
    overflow: hidden;
    padding-left: 25px;
}

@media (max-width: 767px) {
    .blog-single-section .author-box .author-content {
        padding: 0;
        margin: 15px 0 0 0;
    }
}

.blog-single-section .author-box .author-content p {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-bottom: 20px;
}

.blog-single-section .author-box .author-name {
    font-family: 'Dosis', sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    display: inline-block;
    margin-bottom: 10px;
    color: #282e3f;
}

@media (max-width: 991px) {
    .blog-single-section .author-box .author-name {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.blog-single-section .author-box .social-lnk {
    display: inline-block;
    display: inline-block;
    padding-left: 0px;
    list-style: none;
}

.blog-single-section .author-box .social-lnk li {
    float: left;
    margin-right: 15px;
}

.blog-single-section .author-box .social-lnk a {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    color: #777;
}

.blog-single-section .author-box .social-lnk a:hover {
    color: #5e9a8e;
}

.blog-single-section .more-posts {
    overflow: hidden;
    border-top: 1px solid #ebebf1;
    border-bottom: 1px solid #ebebf1;
}

@media (max-width: 767px) {
    .blog-single-section .more-posts {
        border-left: 1px solid #ebebf1;
        border-right: 1px solid #ebebf1;
    }
}

.blog-single-section .more-posts>div {
    width: 50%;
    float: left;
}

@media (max-width: 767px) {
    .blog-single-section .more-posts>div {
        width: 100%;
        float: none;
    }
}

.blog-single-section .more-posts>div>a {
    display: inline-block;
}

.blog-single-section .more-posts .previous-post,
.blog-single-section .more-posts .next-post {
    padding: 40px 0;
}

@media (max-width: 767px) {

    .blog-single-section .more-posts .previous-post,
    .blog-single-section .more-posts .next-post {
        padding: 25px 15px !important;
    }
}

.blog-single-section .more-posts .next-post {
    text-align: right;
    border-left: 1px solid #e8e8e8;
    padding-left: 15px;
    padding-right: 5px;
}

@media (max-width: 767px) {
    .blog-single-section .more-posts .next-post {
        border-left: 0;
        text-align: left;
        border-top: 1px solid #e8e8e8;
    }
}

.blog-single-section .more-posts .previous-post {
    padding-right: 15px;
    padding-left: 5px;
}

.blog-single-section .more-posts .previous-post>a>span,
.blog-single-section .more-posts .next-post>a>span {
    display: block;
}

.blog-single-section .more-posts .previous-post>a>span:first-child,
.blog-single-section .more-posts .next-post>a>span:first-child {
    text-transform: uppercase;
}

.blog-single-section .more-posts .post-control-link {
    color: #4f4f4f;
}

.blog-single-section .more-posts .post-name {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #282e3f;
    margin: 0.5em 0 0;
}

@media (max-width: 991px) {
    .blog-single-section .more-posts .post-name {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.blog-single-section .more-posts a:hover .post-control-link {
    color: #5e9a8e;
}

.comment-content a,
.logged-in-as a,
.lower-footer p a {
    color: #6fc5b1;
}

.page-wraper a {
    color: #5e9a8e;
}

.page-wraper a:hover {
    color: #5e9a8e;
}

.comment-content a:hover,
.logged-in-as a:hover,
.lower-footer p a:hover {
    color: #5e9a8e;
}

.comment-area article {
    padding: 35px 25px;
    border-bottom: 1px solid #ebebf1;
    ;
}

.comment-area .lavelo-nav-links .lavelo-nav-next {
    padding-bottom: 20px;
}

.blog-single-section .comments-area {
    margin-top: 70px;
}

.blog-single-section .comments-area .comments {
    border: 1px solid #ebebf1;
    border-bottom: 0;
}

.blog-single-section .comments-area li>div {
    border-bottom: 1px solid #ebebf1;
    padding: 35px 25px;
}

.blog-single-section .comments-area ol {
    list-style-type: none;
    padding-left: 0;
}

.blog-single-section .comments-area ol ul {
    padding-left: 30px;
}

.blog-single-section .comments-area .comments-title {
    font-family: 'Dosis', sans-serif;
    font-size: 26px;
    font-size: 1.625rem;
    margin: 0 0 1.5em;
}

@media (max-width: 991px) {
    .blog-single-section .comments-area .comments-title {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.blog-single-section .comments-area li>div {
    position: relative;
}

.blog-single-section .comments-area .comment-theme {
    position: absolute;
    left: 35px;
}

@media (max-width: 767px) {
    .blog-single-section .comments-area .comment-theme {
        position: static;
    }
}

.blog-single-section .comments-area .comment-theme img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.blog-single-section .comments-area .comment-main-area {
    padding-left: 100px;
}

@media (max-width: 767px) {
    .blog-single-section .comments-area .comment-main-area {
        padding-left: 0;
        margin-top: 25px;
    }
}

.blog-single-section .comments-area .comment-main-area p {
    margin-bottom: 20px;
}

.blog-single-section .comments-area .comments-meta h4 {
    font-family: 'Dosis', sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    color: #6d6d6d;
    font-weight: bold;
    margin: 0 0 1em;
    display: inline-block;
}

.blog-single-section .comments-area .comments-meta span {
    font-family: 'Dosis', sans-serif;
    font-weight: normal;
    color: #949494;
    text-transform: none;
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
    font-size: 1rem;
}

.blog-single-section .comments-area .comments-meta span.caps {
    margin-left: 5px;
}

.blog-single-section .comments-area .comment-reply-link {
    background: #5e9a8e;
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff;
    display: inline-block;
    padding: 0 5px;
}

.blog-single-section .comments-area .comment-reply-link:hover {
    background-color: #18826b;
}

ol.comments #respond {
    padding: 0 20px 20px;
}

.blog-single-section .comment-respond {
    margin-top: 70px;
}

.blog-single-section .comment-respond .comment-reply-title {
    font-family: 'Dosis', sans-serif;
    font-size: 26px;
    font-size: 1.625rem;
    margin: 0 0 1.5em;
}

@media (max-width: 991px) {
    .blog-single-section .comment-respond .comment-reply-title {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
    background-color: #f8f8f8;
    width: 100%;
    height: 50px;
    border: 1px solid #f8f8f8;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-single-section .comment-respond form input:focus,
.blog-single-section .comment-respond form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #5e9a8e;
}

@media (max-width: 991px) {

    .blog-single-section .comment-respond form input,
    .blog-single-section .comment-respond form textarea {
        height: 40px;
    }
}

.blog-single-section .comment-respond form textarea {
    height: 220px;
    padding: 15px;
}

@media (max-width: 991px) {
    .blog-single-section .comment-respond form textarea {
        height: 150px;
    }
}

.blog-single-section .comment-respond .form-inputs {
    overflow: hidden;
}

.blog-single-section .comment-respond .form-inputs>input:nth-child(2) {
    width: 49%;
    float: left;
}

@media (max-width: 767px) {
    .blog-single-section .comment-respond .form-inputs>input:nth-child(2) {
        width: 100%;
        float: none;
    }
}

.blog-single-section .comment-respond .form-inputs>input:nth-child(3) {
    width: 49%;
    float: right;
}

@media (max-width: 767px) {
    .blog-single-section .comment-respond .form-inputs>input:nth-child(3) {
        width: 100%;
        float: none;
    }
}

.blog-single-section .comment-respond .form-submit input {
    max-width: 180px;
    background-color: #5e9a8e;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem;
}

.blog-single-section .comment-respond .form-submit input:hover {
    background-color: #18826b;
}

.blog-single-section .comment-content ol {
    list-style: decimal !important;
    padding-left: 40px;
}

.blog-single-section .comments-area ol ul.children {
    list-style: none;
}

.blog-single-section .comments-area ul.children li.depth-2 .comment-theme {
    left: 65px;
}

.blog-single-section .comments-area ul.children li.depth-3 .comment-theme {
    left: 85px;
}

.blog-single-section .comments-area ul.children li.depth-4 .comment-theme {
    left: 120px;
}

.blog-single-section .comments-area ul.children li.depth-5 .comment-theme {
    left: 140px;
}

.blog-single-section .comments-area ul.children li.depth-6 .comment-theme {
    left: 160px;
}

.blog-single-section .comments-area ul.children li.depth-7 .comment-theme {
    left: 180px;
}

.blog-single-section .comments-area .pingback .comment-main-area {
    padding-left: 0px;
}


/*Page Comment */

.page-wrapper p {
    font-size: 18px;
    font-size: 1.125rem;
    color: #838383;
    line-height: 1.6em;
    margin: 0 0 1.5em;
}

@media (max-width: 767px) {
    .page-wrapper p {
        font-size: 15px;
    }
}

.page-wrapper ul li,
.page-wrapper ol li {
    font-size: 17px;
    font-size: 1.125rem;
    color: #838383;
}

.page-wraper .comments-area {
    margin-top: 70px;
}

.page-wraper .comments-area .comments {
    border: 1px solid #ebebf1;
}

.page-wraper .comments-area ol>li:last-child article {
    border-bottom: 0;
}

.page-wraper .comments-area li>div {
    border-bottom: 1px solid #ebebf1;
    padding: 35px 25px;
}

.page-wraper .comments-area ol {
    list-style-type: none;
    padding-left: 0;
}

.page-wraper .comments-area ol li {
    padding-left: 30px;
}

.page-wraper .comments-area ol.comments>li {
    padding-left: 0;
}

.page-wraper ol.comments #respond {
    padding: 0 20px 5px;
}

.page-wraper .comments-area .comments-title {
    font-size: 26px;
    font-size: 1.625rem;
    margin: 0 0 1.5em;
}

@media (max-width: 991px) {
    .page-wraper .comments-area .comments-title {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.page-wraper .comments-area li>div {
    position: relative;
}

.page-wraper .comments-area .comment-theme {
    position: absolute;
    left: 35px;
}

@media (max-width: 767px) {
    .page-wraper .comments-area .comment-theme {
        position: static;
    }
}

.page-wraper .comments-area .comment-theme img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.page-wraper .comments-area .comment-main-area {
    padding-left: 100px;
}

@media (max-width: 767px) {
    .page-wraper .comments-area .comment-main-area {
        padding-left: 0;
        margin-top: 25px;
    }
}

.page-wraper .comments-area .comment-main-area p {
    margin-bottom: 20px;
}

.page-wraper .comments-area .comments-meta h4 {
    font-family: 'Dosis', sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    color: #6d6d6d;
    font-weight: bold;
    margin: 0 0 1em;
    display: inline-block;
}

.page-wraper .comments-area .comments-meta span {
    font-family: 'Dosis', sans-serif;
    font-weight: normal;
    color: #949494;
    text-transform: none;
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
    font-size: 1rem;
}

.page-wraper .comments-area .comments-meta span.caps {
    margin-left: 5px;
}

.page-wraper .comments-area .comment-reply-link {
    background: #5e9a8e;
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff;
    display: inline-block;
    padding: 0 5px;
}

.page-wraper .comments-area .comment-reply-link:hover {
    background-color: #aea076;
}

.page-wraper .comment-respond {
    margin-top: 70px;
}

.page-wraper .comment-respond .comment-reply-title {
    font-size: 26px;
    font-size: 1.625rem;
    margin: 0 0 1.5em;
}

@media (max-width: 991px) {
    .page-wraper .comment-respond .comment-reply-title {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.page-wraper .comment-respond form input,
.page-wraper .comment-respond form textarea {
    background-color: #f8f8f8;
    width: 100%;
    height: 50px;
    border: 1px solid #f8f8f8;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.page-wraper .comment-respond form input:focus,
.page-wraper .comment-respond form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #5e9a8e;
}

@media (max-width: 991px) {

    .page-wraper .comment-respond form input,
    .page-wraper .comment-respond form textarea {
        height: 40px;
    }
}

.page-wraper .comment-respond form textarea {
    height: 220px;
    padding: 15px;
}

@media (max-width: 991px) {
    .page-wraper .comment-respond form textarea {
        height: 150px;
    }
}

.page-wraper .comment-respond .form-inputs {
    overflow: hidden;
}

.page-wraper .comment-respond .form-inputs>input:nth-child(2) {
    width: 49%;
    float: left;
}

@media (max-width: 767px) {
    .page-wraper .comment-respond .form-inputs>input:nth-child(2) {
        width: 100%;
        float: none;
    }
}

.page-wraper .comment-respond .form-inputs>input:nth-child(3) {
    width: 49%;
    float: right;
}

@media (max-width: 767px) {
    .page-wraper .comment-respond .form-inputs>input:nth-child(3) {
        width: 100%;
        float: none;
    }
}

.page-wraper .comment-respond .form-submit input {
    max-width: 180px;
    background-color: #d4ccb6;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    text-transform: uppercase;
    font-size: 16px;
}

.page-wraper .comment-respond .form-submit input:hover {
    background-color: #5e9a8e;
}


/*--------------------------------------------------------------
  #testimonials page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#13.1 testimonials-pg-section
--------------------------------------------------------------*/

.testimonials-pg-section {
    background-color: #fff;
}

.testimonials-pg-section .testimonial-grids>.grid+.grid {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #eaeaea;
}

@media (max-width: 767px) {
    .testimonials-pg-section .testimonial-grids>.grid+.grid {
        margin-top: 50px;
        padding-top: 50px;
    }
}


/*# sourceMappingURL=style.css.map */


/*Theme Unit CSS*/

a {
    color: #5e9a8e;
}

a:hover {
    color: #18826b;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

span.text-logo a {
    color: #4d5058;
}

span.text-logo a:hover {
    color: #5e9a8e;
}


/*Table Design*/

table {
    width: 100%;
}

table th {
    background: #5e9a8e;
    color: #fff;
    transition: .3s;
}

table th:hover {
    background: #187361;
}

td,
th {
    border: 1px solid #ebebf1;
    padding: 10px;
    font-size: 18px;
    font-size: 1.125rem;
    color: #838383;
}

th a,
th a:hover {
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
}

dd,
dt {
    line-height: 1.8em;
    font-size: 18px;
    font-size: 1.125rem;
    color: #838383;
}

address {
    line-height: 1.8em;
    font-size: 18px;
    font-size: 1.125rem;
    color: #838383;
    background: #f8f8f8;
    padding: 20px;
}

code {
    line-height: 1.8em;
    font-size: 18px;
    font-size: 1.125rem;
    color: #333131;
    background-color: #5e9a8e21;
}

kbd {
    color: #838383;
    background-color: #5e9a8e21;
}

pre {
    background: #f8f8f8;
    font-family: "Courier 10 Pitch", Courier, monospace;
    color: #838383;
}

ul {
    list-style: disc;
    padding-left: 40px;
}

.blog-sidebar ul {
    list-style: none;
    padding-left: 0px;
}

.sticky-badge h2 {
    width: 135px;
    height: 51px;
    line-height: 54px;
    text-align: center;
    background: rgb(94, 154, 142);
    padding-left: 30px;
    color: #f1f1f1;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    position: absolute;
    right: -24px;
    top: 42px;
    margin: 0;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.sticky-badge:hover h2 {
    background: #6ea498;
}

.sticky-badge h2:before {
    position: absolute;
    left: -2px;
    top: -2px;
    border-top: 27px solid transparent;
    border-left: 35px solid #f1f1f1;
    border-bottom: 28px solid transparent;
    content: "";
    z-index: 9;
}

.sticky {
    background: #f1f1f1;
    padding: 45px;
}


/* Archive List */

.blog-sidebar .widget_archive ul li {
    font-size: 17px;
    font-size: 1.0625rem;
    padding-left: 15px;
    position: relative;
}

@media (max-width: 767px) {
    .blog-sidebar .widget_archive ul li {
        font-size: 16px;
        font-size: 1rem;
    }
}

.blog-sidebar .widget_archive ul li:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
}

.blog-sidebar .widget_archive ul>li+li {
    margin-top: 15px;
}

.blog-sidebar .widget_archive ul a {
    color: #666;
    padding-right: 8px;
}

.blog-sidebar .widget_archive ul a:hover,
.blog-sidebar .widget_archive ul li:hover:before {
    color: #5e9a8e;
}

select {
    height: 44px;
    width: 100%;
    border: 1px solid #e9e7e1;
    padding-left: 10px;
}


/* Calender */

.calendar_wrap {}

.calendar_wrap table#wp-calendar tr,
.calendar_wrap table#wp-calendar td {
    border: 1px solid #e1dfd9;
}

.calendar_wrap table#wp-calendar th,
.calendar_wrap table#wp-calendar td {
    padding: 8px;
}

@media (max-width: 767px) {

    .calendar_wrap table#wp-calendar th,
    .calendar_wrap table#wp-calendar td {
        font-size: 14px;
    }
}


/*Categories List*/

.widget_categories ul ul {
    padding-left: 20px;
}

.widget_categories ul li a {
    display: inline-block;
    padding: 9px 10px 9px 0;
}

.widget_categories ul li ul li {
    border-bottom: none;
    border-top: 1px solid #f0f0f0;
}

.widget_categories ul li:last-child {
    border-bottom: none;
}

.widget_categories select {
    height: 40px;
    padding-left: 10px;
}

.widget_categories ul li a {
    position: relative;
    padding-left: 20px;
    font-size: 17px;
    font-size: 1.0625rem;
    color: #666;
}

.widget_categories ul li a:hover {
    color: #5e9a8e;
}

.widget_categories ul li a:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 9px;
}

@media (max-width: 767px) {
    .widget_categories ul li {
        font-size: 14px;
    }
}
.widget_categories ul li {
    position: relative;
}
.widget_categories ul li span {
    position: absolute;
    right: 0;
    top: 0;
}
/*Widget pages*/

.widget_pages ul ul {
    padding-left: 20px;
}

.widget_pages ul li a {
    display: inline-block;
    width: 90%;
    padding: 9px 0;
}

.widget_pages ul>li {
    border-bottom: 1px solid #f0f0f0;
}

.widget_pages ul li ul li {
    border-bottom: none;
    border-top: 1px solid #f0f0f0;
}

.widget_pages ul li:last-child {
    border-bottom: none;
}

.widget_pages ul li a {
    position: relative;
    font-size: 17px;
    font-size: 1.0625rem;
    color: #666;
}

.widget_pages ul li a:hover {
    color: #5e9a8e;
}

.widget_pages ul li a:before {
    content: "-";
    position: absolute;
    left: -12px;
    top: 9px;
}

@media (max-width: 767px) {
    .widget_pages ul li a {
        font-size: 16px;
        font-size: 1rem;
    }
}


/*Sdebar Meta */

.widget_meta ul li {
    font-size: 17px;
    font-size: 1.0625rem;
    padding-left: 15px;
    position: relative;
}

@media (max-width: 767px) {
    .widget_meta ul li {
        font-size: 16px;
        font-size: 1rem;
    }
}

.widget_meta ul li:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
}

.widget_meta ul>li+li {
    margin-top: 15px;
}

.widget_meta ul a {
    color: #666;
}

.widget_meta ul a:hover,
.widget_meta ul li:hover:before {
    color: #5e9a8e;
}


/*Recent Comments*/

.widget_recent_comments ul li {
    color: #666;
    list-style: none;
    border-radius: 60px;
    border-bottom-left-radius: 0;
    padding-top: 20px;
    margin-bottom: 24px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
    position: relative;
}


.widget_recent_comments ul li a {
    color: #666;
}

.widget_recent_comments ul li a:hover {
    color: #5e9a8e;
}


/* Recent Posts */

.widget_recent_entries ul li {
    font-size: 17px;
    font-size: 1.0625rem;
    padding-left: 15px;
    position: relative;
}

@media (max-width: 767px) {
    .widget_recent_entries ul li {
        font-size: 16px;
        font-size: 1rem;
    }
}

.widget_recent_entries ul li:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
}

.widget_recent_entries ul>li+li {
    margin-top: 15px;
}

.widget_recent_entries ul a {
    color: #666;
}

.widget_recent_entries ul a:hover,
.widget_recent_entries ul li:hover:before {
    color: #5e9a8e;
}


/* Widget Rss */

.widget_rss ul li {
    font-size: 17px;
    font-size: 1.0625rem;
    padding-left: 15px;
    position: relative;
    line-height: 28px;
    color: #666;
}

@media (max-width: 767px) {
    .widget_rss ul li {
        font-size: 16px;
        font-size: 1rem;
    }
}

.widget_rss ul li:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
}

.widget_rss ul>li+li {
    margin-top: 20px;
}

.widget_rss ul a {
    color: #666;
}

.widget_rss ul a:hover,
.widget_rss ul li:hover:before {
    color: #5e9a8e;
}


/*Text widget*/

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

.widget_text ul li p {
    font-size: 17px;
    font-size: 1.0625rem;
    position: relative;
    line-height: 28px;
    color: #666;
}

@media (max-width: 767px) {
    .widget_text ul li p {
        font-size: 16px;
        font-size: 1rem;
    }
}


/*Tag Cloud */

.widget_tag_cloud .tagcloud a {
    background: rgba(110, 164, 153, 0.7);
    font-size: 17px !important;
    display: inline-block;
    padding: 6px 12px 5px;
    color: #fff;
    border-radius: 3px;
    margin: 3px 1px;
}

.widget_tag_cloud .tagcloud a:hover {
    background: #5e9a8e;
}


/*Nav Menu*/

.widget_nav_menu ul ul {
    padding-left: 10px;
}

.widget_nav_menu ul li a {
    display: inline-block;
    width: 90%;
    padding: 9px 0;
}

.widget_nav_menu ul>li {
    border-bottom: 1px solid #f0f0f0;
}

.widget_nav_menu ul li ul li {
    border-bottom: none;
    border-top: 1px solid #f0f0f0;
}

.widget_nav_menu ul li:last-child {
    border-bottom: none;
}

.widget_nav_menu ul li a {
    font-size: 17px;
    font-size: 1.0625rem;
    position: relative;
    padding-left: 20px;
    color: #666;
}

.widget_nav_menu ul li a:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 9px;
}

.widget_nav_menu ul a:hover,
.widget_nav_menu ul li:hover:before {
    color: #5e9a8e;
}

@media (max-width: 767px) {
    .widget_nav_menu ul li a {
        font-size: 16px;
        font-size: 1rem;
    }
}


/*Post-pagination*/

.wp-pagenavi {
    padding-bottom: 0;
    padding-top: 25px;
    margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #d0c8b0;
    background: #d0c8b0;
    padding: 14px 18px;
    margin-right: 10px;
    margin-bottom: 0px;
    color: #fff;
    display: inline-block;
    margin-left: -1px;
    line-height: 1;
    font-weight: 600;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background: #b2a47c;
    color: #fff !important;
    border-color: #b2a47c;
}

.wp-pagenavi span.current {
    color: #fff !important;
}

ul.page-numbers {
    display: inline-block;
    overflow: hidden;
    list-style-type: none;
    text-align: center;
    padding-left: 0;
    margin-top: 60px;
}

ul.page-numbers li {
    float: left;
    margin-right: 10px;
}

ul.page-numbers li span.page-numbers.current {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    font-size: 1.33333rem;
    border: 1px solid #5e9a8e;
    border-radius: 50%;
    display: block;
    color: #5e9a8e;
}

ul.page-numbers li a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    font-size: 1.33333rem;
    border: 1px solid transparent;
    color: #06163a;
    display: block;
    border-radius: 50%;
}

ul.page-numbers li a div {
    line-height: 45px;
}

/* Page paginations*/

.wp-link-pages a,
.wp-link-pages>span {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #6ea498;
    background: #6ea498;
    color: #fff;
}

.wp-link-pages>span,
.wp-link-pages a:hover {
    background: #6ea498;
}

.wp-link-pages {
    margin-top: 35px;
    margin-bottom: 30px;
}

.lavelo-projects .pagination-wrapper {
    margin-top: 0px;
}
/*password protected form*/

.post-password-form>p {
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.post-password-form {
    position: relative;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
}

.post-password-form label {
    display: block;
    font-weight: 500;
}

.post-password-form input[type="password"] {
    width: 50%;
    height: 50px;
    padding: 10px 20px;
    margin-top: 15px;
    background-color: #ffffff;
    color: #888888;
    border: 1px solid #ececec;
    outline: none;
    border-radius: 0;
    box-shadow: none;
    transition: all 0.3s ease 0s;
    appearance: none;
}

.post-password-form input[type="submit"] {
    padding: 9px 29px;
    position: absolute;
    right: 100px;
    bottom: 15px;
    border: none;
    background: #5e9a8e;
    outline: none;
    transition: .3s;
    color: #fff;
}

@media (max-width: 767px) {
    .post-password-form input[type="submit"] {
        right: 0;
    }
}

.post-password-form input[type="submit"]:hover {
    background: #aea076;
}

.gallery-caption {
    color: #838383;
    line-height: 1.8em;
}

.footer-widget-area .contact-widget ul li {
    font-size: 17px;
    font-size: 1.0625rem;
    color: #cac9c9;
}

.blog-single-section p.form-submit {
    margin-bottom: 0;
}

.blog-pg-section,
.blog-single-section,
.service-single-section,
.case-single-section {
    padding-right: 0;
    padding-left: 0;
}

@media (max-width: 767px) {
    .blog .blog-pg-section .blog-sidebar {
        padding-right: 15px;
    }

    .blog-single-section .blog-sidebar {
        padding-right: 15px !important;
    }
}

.blog .blog-sidebar .search-widget input,
.blog-sidebar .search-widget input {
    width: 100%;
}


.header-style-1 .search>div input,
.header-style-2 .search>div input,
.header-style-3 .search>div input {
    margin-top: 0px;
}

.coundown-style-one .clock-area {
    background: transparent;
}
.coundown-style-one .section-area:before {
    background: transparent;
}
.coundown-style-one .section-area h2 {
    border: none;
    font-size: 60px;
    padding: 0px;
}
 .coundown-style-one .section-area h2>span  {
    font-size: 30px;
 }
#event .Ceremony-wrap {
    background: #f1f8f8;
}
.ceromony-content span.date {
 padding-bottom: 7px;
}
.ceromony-content span {
  color: #666;
  font-size: 17px;
}
#event .ceromony-content p {
    margin-bottom: 0px;
}
#event .ceromony-content a {
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
}
#event .ceromony-content h3 {
     margin-top: 30px;
}
.site-logo h2 {
    font-family: 'Great Vibes', cursive;
    font-size: 35px;
    margin-top: 10px;
}
.site-logo h2 a span {
    padding: 0px 10px;
}
.rcp_single {
    overflow: hidden;
    margin-bottom: 30px;
}

.rcp_single:last-child {
    margin-bottom: 0;
}

.rcp_content {
    overflow: hidden;
}

.rcp_content h2 a {
    display: block;
    font-size: 19px;
    color: #333333;
    line-height: 28px;
}

.rcp_content h2 a:hover {
    color: #5e9a8e;
}

.rcp_content span {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    letter-spacing: 0;
}
.page-wrapper .contact-title p {
	font-size:18px;
}

@media screen and (min-width: 992px) {
    .story .item:nth-child(odd),
    .story .story-content .date {
        text-align: right !important;
    }

    .story .item:nth-child(even) .story-content,
    .story .item:nth-child(even) .story-content .date {
        text-align: left !important;
    }
}

.count-down-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0px !important;
}