/** {
    box-sizing: border-box;
    color: #fff;
    outline: 0;
}*/

body {
    padding: 0;
    margin: 0;
    background-image: url('../../../files/common/bg.jpg');
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

button {
    border: 0;
    outline: 0;
    cursor: pointer;
}

ul,
li {
    padding: 0;
    list-style: none;
    margin: 0;
}

li {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: 28px;
    padding: 0;
}

textarea {
    outline: 0;
    resize: none;
    padding: 15px 0 0 15px;
    font-style: italic;
}

input {
    outline: 0;
    padding: 12px 0 0 13px;
    font-style: italic;
}

button {
    outline: 0;
}

button:active {
    outline: 0;
}

button:focus {
    outline: 0;
}

.tlinks {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #ccc;
}

a {
    cursor: pointer;
    color: #fff;
}

a:hover {
    filter:brightness(90%);
    text-decoration: none;
}

.container {
    max-width: 980px;
    padding: 0;
}

.container-fluid {
    padding: 0;
}

figure {
    margin: 0;
}

.container {
    max-width: 1100px;
}

/*--------Header--------*/

.top,
.bottom {
    line-height: 0px;
}

.top img,
.bottom img {
    width: 100%;
}

.container {
    max-width: 980px;
}

header {
    /* background: url(../images/header_bg.jpg); */
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

header .layer {
    position: relative;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
}

header .sidenav ul li {
    position: relative;
}

header .sidenav ul li::after {
    /*content: '~';*/
    float: right;
    position: absolute;
    top: 0;
    right: -5px;
    line-height: 27px;
}

header .sidenav ul li a {
    padding: 0.5rem 1rem 0 1rem;
    transition: all 0.5s;
    text-transform: capitalize;
}

header .sidenav ul li a:hover {
    color: #f6da17 !important;
    /*text-decoration: underline;*/
}

header .sidenav ul li:last-child::after {
    content: '';
}

/* header .sidenav ul li:last-child a {
    padding-right: 0;
} */

.navbar {
    padding-left: 0;
    padding-right: 0;
    display: block;
    width: 100%;
    text-align: center;
}

.active {
    /*color: #f6da17 !important;*/
}

nav button {
    display: inline-block;
    background: transparent;
}

button span {
    height: 2px;
    background: #fff;
    display: block;
    margin: 3px 0;
}

button span:first-child {
    width: 40px;
}

button span:nth-child(2) {
    width: 25px;
    float: right;
    margin-right: 6px;
}

button span:last-child {
    width: 15px;
    float: right;
    clear: both;
    margin-right: 10px;
}

nav .toggler {
    display: none;
}

/*--------End of Header--------*/

/* --------Recipies Section--------- */

section.index-recipies {
    /* background: url(../images/banner.jpg); */
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 65px;
    padding-bottom: 49px;
    background-attachment: fixed;
}

section.index-recipies h4 {
    color: #464646;
    font-size: 39px;
    letter-spacing: -0.6px;
}

section.index-recipies h6 {
    color: #464646;
    font-size: 23px;
    letter-spacing: -0.6px;
    padding-bottom: 81px;
}

.index-recipies ul li {
    margin-bottom: 40px;
}

.index-recipies ul li figure {
    width: 100%;
    /* height: 430px; */
    border: 10px solid #fff;
    position: relative;
    transition: all 0.5s;
    overflow: hidden;
}

.index-recipies ul li figure img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    overflow: hidden;
}

.index-recipies ul li figure:hover img {
    transform: scale(0.9);
}

.index-recipies .blog-btn-sec {
    text-align: center;
}

.index-recipies .blog-btn-sec a {
    display: inline-block;
    width: 306px;
    height: 62px;
    color: #fff;
    /* background-image: url(../images/header_bg.jpg); */
    text-align: center;
    font-size: 24px;
    letter-spacing: -0.6px;
    text-transform: uppercase;
    line-height: 62px;
    overflow: hidden;
    transition: all 0.5s;
}

.index-recipies .blog-btn-sec a:hover {
    animation: slide 20s linear infinite;
    -webkit-animation: slide 20s linear infinite;
    -moz-animation: slide 20s linear infinite;
}

@keyframes slide {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -400px 0;
    }
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -400px 0;
    }
}

@-moz-keyframes slide {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -400px 0;
    }
}

.index-recipies ul li figure .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s;
    color: #fff;
    opacity: 0;
    padding: 25px;
}

.index-recipies ul li figure:hover .overlay {
    background: rgba(0, 0, 0, 0.7);
    opacity: 1;
}

.index-recipies .overlay h5 {
    font-size: 21px;
    letter-spacing: -0.5px;
    line-height: 34px;
}

.index-recipies .overlay span {
    font-size: 14px;
    color: #fff;
    letter-spacing: -0.1px;
}

.index-recipies .overlay span:nth-child(2) {
    position: absolute;
    left: 25px;
    bottom: 50px;
}

.index-recipies .overlay span:last-child {
    position: absolute;
    left: 25px;
    bottom: 25px;
}

/* --------End of Recipies Section--------- */

/* --------Index Services--------- */

section.index-services {
    text-align: center;
    padding: 100px 0 120px 0;
}

section.index-services h4 {
    color: #464646;
    font-size: 39px;
    letter-spacing: -0.6px;
}

section.index-services h4 span {
    color: #d82008;
}

section.index-services h6 {
    color: #464646;
    font-size: 23px;
    letter-spacing: -0.6px;
    padding-bottom: 44px;
}

.index-services ul li i {
    font-size: 50px;
    border-radius: 60%;
}

.index-services ul li:first-child i {
    background: #8dc63f;
    padding: 25px 30px;
}

.index-services ul li:nth-child(2) i {
    background: #6dcff6;
    padding: 25px;
}

.index-services ul li:nth-child(3) i {
    background: #ffa500;
    padding: 25px;
}

.index-services ul li:last-child i {
    background: #ff81c4;
    padding: 25px 32px;
}

.index-services ul li h3 {
    font-size: 22px;
    text-transform: uppercase;
    margin: 26px 0 6px 0;
}

.index-services ul li:first-child h3 {
    color: #8dc63f;
}

.index-services ul li:nth-child(2) h3 {
    color: #6dcff6;
}

.index-services ul li:nth-child(3) h3 {
    color: #ffa500;
}

.index-services ul li:last-child h3 {
    color: #ff81c4;
}

.index-services p {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: -0.6px;
    color: #a1a1a1;
}

/* --------End of Index Services--------- */

/* --------index contact page--------- */

.index-contact {
    width: 100%;
    background: url(../images/footer_bg.jpg);
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.index-contact .layer {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    padding-top: 130px;
    padding-bottom: 135px;
}

.index-contact h5 {
    font-size: 35px;
}

.index-contact h6 {
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 28px;
}

.index-contact form {
    width: 800px;
    margin: 0 auto;
}

.index-contact form ul li input {
    height: 55px;
    color: #222;
    font-size: 12px;
    padding: 0 0 0 15px;
    border: 0;
    margin-bottom: 25px;
}

.index-contact form button {
    width: 301px;
    height: 55px;
    background: #f6da17;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 18px;
    color: #000000;
    line-height: 54px;
    font-weight: 500;
    border: 1px solid #f6da17;
    transition: all 0.5s;
}

.index-contact form button:hover {
    background: none;
    border: 1px solid #f6da17;
    color: #fff;
}

/* --------End of index contact page--------- */

/* -------footer---------- */

footer {
    background: #000000;
    bottom: 0px;
    position: inherit;
    display: block;
    width: 100%;
}

footer ul .nav-item {
    position: relative;
}

footer ul .nav-item::after {
    content: '~';
    float: right;
    position: absolute;
    top: 0;
    right: -5px;
    line-height: 42px;
}

footer ul .nav-item:last-child::after {
    content: '';
}

footer .navbar-expand-sm .navbar-nav li:last-child .nav-link {
    padding-right: 0;
}

footer .navbar-expand-sm .navbar-nav .nav-link {
    padding: 0.5rem 1rem 0 1rem;
    transition: all 0.5s;
}

footer .navbar-expand-sm .navbar-nav .nav-link:hover {
    color: #f6da17 !important;
    text-decoration: underline;
}

/* --------End of Footer------ */

/* back to top */

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.55)url('../../../files/common/cd-top-arrow.svg') no-repeat center 50%;
    background-size: 70%;
    border: 1px solid #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
    z-index: 99;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.cd-top:hover {
    background-color: #000;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 40px;
        width: 40px;
        right: 30px;
        bottom: 30px;
    }
}

/* /back to top */

@media(max-width:1920px) and (min-width:1840px) {
    body {
        overflow-x: hidden !important;
    }

    /*------Header-----*/
    .container {
        max-width: 1400px;
    }

    /*-----End of Header-----*/
    .index-recipies .blog-btn {
        display: inline-block;
        width: 306px;
        height: 62px;
        color: #fff;
        /* background: url(../images/header_bg.jpg) no-repeat; */
        text-align: center;
        font-size: 31px;
        letter-spacing: -0.6px;
        text-transform: uppercase;
        line-height: 46px;
    }

    .index-about h4 {
        font-size: 41px;
        letter-spacing: -0.6px;
        color: #959595;
        width: 40%;
        margin: 0 auto;
        background: #fff;
        text-align: center;
        position: absolute;
        top: -30px;
        left: 567px;
    }

    .owl-stage .owl-item {
        max-height: 100%;
    }

    header .sidenav ul li a {
        font-family: "Cuprum", sans-serif;
        font-size: 22px;
        font-weight: 500;
        padding: 0.5rem 1.5rem 0 1.5rem;
    }

    header .sidenav ul li::after {
        line-height: 30px;
    }

    .index-welcomenote {
        padding: 86px 0 86px 0;
    }

    .index-welcomenote ul li h4 {
        font-size: 42px;
    }

    .index-welcomenote ul li h6 {
        font-size: 28px;
    }

    .index-about p {
        font-size: 19px;
        line-height: 44px;
    }

    .index-about ul li:first-child span {
        padding: 50px 57px;
        font-size: 40px;
    }

    .index-about ul li a {
        font-size: 19px;
    }

    .index-about {
        padding-top: 100px;
        padding-bottom: 110px;
    }

    .index-recipies ul li figure:hover img {
        transform: scale(0.94);
    }

    /* .index-recipies ul li figure {
        height: 650px;
    } */
    .index-recipies ul li figure .overlay {
        padding: 25px 25px 35px 25px;
    }

    .index-recipies .overlay span:nth-child(2) {
        bottom: 60px;
    }

    .index-recipies .overlay span:last-child {
        bottom: 38px;
    }

    section.index-recipies h4 {
        font-size: 42px;
    }

    section.index-recipies h6 {
        font-size: 28px;
        padding-bottom: 67px;
    }

    .index-services p {
        font-size: 19px;
        line-height: 36px;
    }

    .carousel {
        margin-bottom: 140px;
    }

    section.index-services h4 {
        font-size: 42px;
        margin-bottom: 5px;
    }

    section.index-services h6 {
        font-size: 28px;
        padding-bottom: 60px;
    }

    .index-services ul li h3 {
        font-size: 20px;
        text-transform: uppercase;
        margin: 15px 0 8px 0;
    }

    .index-contact form {
        width: 1200px;
    }

    .index-contact h5 {
        font-size: 36px;
    }

    .index-contact h6 {
        font-size: 21px;
    }

    footer .navbar-expand-sm .navbar-nav .nav-link {
        font-size: 19px;
        padding: 0.5rem 1.5rem 0 1.5rem;
    }

    footer ul .nav-item::after {
        line-height: 45px;
    }

    .index-about h4 {
        font-size: 38px;
        width: 38%;
        left: 585px;
    }

    .navbar {
        padding: 1rem 0;
    }

    section.index-recipies {
        padding-bottom: 110px;
    }

    .slide .content {
        left: 35px;
        top: 16px;
    }

    .slide h4 {
        font-size: 25px;
        margin-bottom: 25px;
    }

    .slide ul li {
        font-size: 19px;
        margin-bottom: 14px;
    }
}

@media(max-width:1024px) {
    .container {
        max-width: 100%;
        padding: 0 20px;
    }

    .index-about h4 {
        width: 44%;
        top: -18px;
        left: 285px;
        font-size: 25px;
    }

    .index-recipies .blog-btn-sec a {
        width: 200px;
        height: 42px;
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 44px;
    }

    /* .owl-stage .owl-item {
        max-height: 350px;
    } */

    .owl-stage .owl-item img {
        height: 100%;
    }

    .slide .content {
        width: 80%;
        height: 94%;
    }

    section.index-recipies h6 {
        padding-bottom: 41px;
    }

    section.index-recipies {
        padding-top: 40px;
    }

    section.index-recipies h4 {
        font-size: 30px;
        letter-spacing: 0;
    }

    section.index-recipies h6 {
        font-size: 21px;
        letter-spacing: 0;
    }

    section.index-services {
        padding: 60px 0 60px 0;
    }

    section.index-services h4 {
        font-size: 30px;
        letter-spacing: 0;
    }

    section.index-services h6 {
        font-size: 21px;
        letter-spacing: 0;
    }

    .index-services ul li i {
        font-size: 40px;
    }

    .index-services ul li:first-child i {
        padding: 22px 25px;
    }

    .index-services ul li:nth-child(3) i {
        padding: 22px;
    }

    .index-services ul li:nth-child(2) i {
        padding: 22px;
    }

    .index-services ul li:last-child i {
        padding: 22px 27px;
    }

    .index-services ul li h3 {
        font-size: 18px;
        margin: 14px 0 4px 0;
    }

    .index-contact .layer {
        padding-top: 60px;
        padding-bottom: 65px;
    }

    .index-contact h5 {
        font-size: 30px;
    }

    .index-contact h6 {
        margin-bottom: 24px;
    }

    .index-contact form button {
        width: 200px;
        height: 42px;
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 40px;
    }

    .index-contact form ul li input {
        height: 45px;
    }

    .index-welcomenote ul li h4 {
        font-size: 34px;
        letter-spacing: 0;
    }

    .index-welcomenote ul li h6 {
        font-size: 20px;
        letter-spacing: 0;
    }

    .index-welcomenote {
        padding: 30px 0 36px 0;
    }

    .carousel {
        margin-bottom: 60px;
    }

    .index-about {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media(max-width:970px) {
    nav .toggler {
        display: block;
    }

    .collapse:not(.show) {
        display: block;
    }

    header .sidenav ul li::after {
        content: '';
    }

    header .sidenav {
        height: 100vh;
        width: 100%;
        position: fixed;
        z-index: 9999;
        top: -3000px;
        right: 0;
        background-color: #111;
        overflow: hidden;
        transition: 0.8s;
        padding-top: 60px;
        text-align: center;
        transition: all 0.6s;
        overflow-y: auto;
    }

    header .sidenav ul li a {
        padding: 0;
        text-decoration: none;
        font-size: 18px;
        color: #000;
        display: inline-block;
        transition: 0.5s;
    }

    header .sidenav ul li {
        margin: 20px 0;
    }

    header .sidenav ul li a:hover {
        color: #ffec4f;
    }

    header .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    /* .index-recipies ul li figure {
        height: 400px;
    } */
    .index-welcomenote ul li h6 {
        font-size: 19px;
    }

    .index-about h4 {
        font-size: 23px;
    }

    .index-about p {
        font-size: 15px;
        line-height: 30px;
        letter-spacing: 0;
        margin-bottom: 25px;
    }

    .index-about {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    footer ul .nav-item::after {
        content: '';
    }
}

@media(max-width:814px) {
    .index-contact form {
        width: 100%;
    }

    /* .index-recipies ul li figure {
        height: 330px;
    } */
    .index-welcomenote ul li h4 {
        font-size: 30px;
    }

    .index-welcomenote ul li h6 {
        font-size: 21px;
    }

    .index-about h4 {
        width: 53%;
        left: 210px;
    }

    .featured-page h4 {
        margin-bottom: 35px;
    }

    .events-page ul.events li .event-details-sec {
        width: 100%;
        padding: 40px 30px;
    }

    ul.events .event-timing-sec {
        width: 100%;
        padding: 0px 30px 40px 30px;
    }

    .recipiesingle {
        width: 60%;
    }
}

@media(max-width:768px) {
    .index-about ul li:first-child span {
        display: block;
    }

    .index-about ul li:first-child p:nth-child(2) {
        display: block;
    }

    /* .index-recipies ul li figure {
        height: 275px;
    } */
    .index-welcomenote ul li h4 {
        font-size: 28px;
    }

    .index-welcomenote ul li h6 {
        font-size: 19px;
    }

    section.index-recipies h4 {
        font-size: 28px;
    }

    section.index-recipies h6 {
        font-size: 19px;
    }

    .index-about h4 {
        left: 194px;
    }

    .events-page ul.events li .event-details-sec {
        padding: 30px;
    }

    ul.events li .event-details-sec h5 {
        font-size: 22px;
        margin-bottom: 5px;
    }

    ul.events .event-timing-sec {
        padding: 0 30px 30px 30px;
    }

    footer .navbar-expand-sm .navbar-nav .nav-link {
        font-size: 15px;
    }

    .recipiesingle {
        width: 65%;
    }
}

@media(max-width:640px) {
    footer .navbar-expand .navbar-nav .nav-link {
        padding: 0.5rem 0.5rem 0 0.5rem;
    }

    .index-contact form {
        text-align: left;
    }

    /* .index-recipies ul li figure {
        height: 375px;
    } */
    /* .owl-stage .owl-item {
        max-height: 275px;
    } */

    .index-about h4 {
        top: -28px;
        left: 155px;
    }

    .index-welcomenote {
        padding: 30px 0 30px 0;
        text-align: center;
    }

    .index-welcomenote ul li h6 {
        padding: 10px 0 20px 0;
    }

    .index-services .col-md-3 {
        margin-bottom: 20px;
    }

    section.index-services {
        padding: 30px 0 30px 0;
    }

    section.index-services h4 {
        font-size: 26px;
    }

    section.index-services h6 {
        font-size: 19px;
        padding-bottom: 30px;
        padding-top: 5px;
    }

    .index-contact .layer {
        padding-top: 30px;
        padding-bottom: 35px;
    }

    .index-contact h5 {
        font-size: 26px;
    }

    .index-contact h6 {
        margin-bottom: 15px;
    }

    section.index-recipies h4 {
        font-size: 26px;
    }

    section.index-recipies h6 {
        font-size: 18px;
        padding-bottom: 30px;
        padding-top: 5px;
    }

    section.index-recipies {
        padding-top: 30px;
    }

    section.index-recipies h4 {
        text-align: center;
        line-height: 30px;
    }

    section.index-recipies h6 {
        text-align: center;
        line-height: 26px;
    }

    footer .navbar-nav {
        flex-direction: row;
        flex-wrap: wrap;
    }

    footer .navbar-expand-sm .navbar-nav .nav-link {
        padding: 0.5rem 0.5rem 0rem 0.5rem;
    }

    .recipiesingle {
        width: 100%;
    }

    .recipiesingle h5 {
        font-size: 22px;
        line-height: 30px;
    }
}

@media(max-width:425px) {
    .index-about h4 {
        width: 65%;
        top: -27px;
        left: 81px;
        font-size: 22px;
    }

    /* .index-recipies ul li figure {
        height: 550px;
    } */
    .index-welcomenote ul li h6 {
        padding: 4px 0 20px 0;
        line-height: 26px;
    }

    .index-welcomenote ul li h4 {
        margin: 0;
    }

    .index-welcomenote {
        padding: 25px 0 30px 0;
    }

    .index-about {
        padding: 60px 0 40px 0;
    }

    .index-welcomenote ul li h4 {
        font-size: 24px;
    }

    .index-welcomenote ul li h6 {
        font-size: 18px;
    }

    section.index-recipies h4 {
        font-size: 24px;
    }

    section.index-services h4 {
        font-size: 24px;
    }

    section.index-services h6 {
        font-size: 18px;
        line-height: 26px;
    }

    .index-contact h5 {
        font-size: 24px;
    }

    .index-contact h6 {
        line-height: 26px;
    }

    .scroll {
        width: 35px;
        height: 35px;
    }

    .scroll .fa {
        font-size: 27px;
        margin-top: 3px;
    }

    footer .navbar-nav {
        margin: 15px 0;
    }

    .recipiesingle h5 {
        font-size: 21px;
        line-height: 30px;
    }

    .slide .content {
        width: 76%;
    }

    .slide h4 {
        font-size: 16px;
    }
}

@media(max-width:375px) {

    /* .index-recipies ul li figure {
        height: 500px;
    } */
    .index-about h4 {
        left: 65px;
        font-size: 20px;
    }
}

@media(max-width:360px) {
    /* .index-recipies ul li figure {
        height: 450px;
    } */
}

@media(max-width:320px) {
    .index-about h4 {
        left: 57px;
        font-size: 18px;
        top: -24px;
    }

    /* .index-recipies ul li figure {
        height: 375px;
    } */
    .recipiesingle h5 {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (min-width: 992px) {
    .col-md-4 {
        text-align: right;
    }
}

@media (min-width: 1200px) {
    .col-lg-3 {
        text-align: right;
    }
}

.w-100p {
    width: 100%;
}

.w-25p {
    width: 25%;
}

.m-0 {
    margin: 0px;
}

.m-b-4 {
    margin-bottom: 4px !important;
}

.pr-30 {
    padding-right: 30px;
}

.ptb-100 {
    padding: 100px 0;
}

.section-title {
    z-index: 9;
    position: relative;
}

.section-title>h2 {
    display: inline-block;
    font-family: "Cuprum", sans-serif;
    font-size: 36px;
    margin-bottom: 12px;
    padding-bottom: 17px;
    position: relative;
    text-transform: capitalize;
    color: #242424;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
}

.section-title>h2::before {
    background-color: #e54c2a;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100px;
}

.section-title>p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #242424;
    margin: 0 auto;
    width: 60%;
    font-family: 'Lato', sans-serif;
}

.mb-50 {
    margin-bottom: 50px;
}

.blog-img {
    position: relative;
    margin-bottom: 24px;
}

.blog-img>a {
    outline: medium none;
    color: #242424;
}

span.blogpost-time-date {
    background: #e54c2a none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    height: 62px;
    left: 15px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 15px;
    vertical-align: top;
    width: 62px;
}

span.blogpost-time-date span.date {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 2px;
    padding: 8px 0 2px;
    position: relative;
}

span.blogpost-time-date span.date::after {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    width: 30px;
}

.blogpost-desc>h3 {
    font-size: 23px;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
    color: #242424;
}

.blogpost-desc>p {
    margin: 11px 0 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #242424;
    font-family: 'Lato', sans-serif;
}

.blogpost-desc a.readmore {
    color: #e54c2a;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    outline: medium none;
}

.blogpost-desc a.readmore:hover {
    color: #242424;
}

.blogpost-desc a.readmore::before {
    content: "»";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 13px;
    margin-right: 7px;
    vertical-align: top;
}

.blog-active .owl-prev,
.blog-active .owl-next {
    width: 80px;
    height: 50px;
}

.blog-active .owl-prev,
.blog-active .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.blog-active .owl-prev {
    border-right: 1px solid #f7f8f9;
}

.blog-active .owl-nav {
    display: flex;
    position: absolute;
    /* bottom: 0; */
    right: 0;
}

.lnr {
    font-family: Linearicons-Free;
    speak: none;
    font-style: normal;
    font-size: 30px;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lnr-chevron-left:before {
    content: "‹";
    color: #242424;
}

.lnr-chevron-right:before {
    content: "›";
    color: #242424;
}

section.message h3 {
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    color: #401515;
    font-family: 'Poiret One';
    padding-bottom: 60px;
}

section i {
    color: #401515;
}

.about-content>h2 {
    font-family: "Cuprum", sans-serif;
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
    margin: 0 0 10px 0;
    text-transform: capitalize;
    border-bottom: 1px dashed #cccccc;
    color: #401515;
}

.about-content div h2 {
    font-family: "Cuprum", sans-serif;
    color: #401515;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.about-content div h2 > a {
    font-family: "Cuprum", sans-serif;
    color: red;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-decoration: underline;
}

.about-img>img {
    width: 100%;
}

.mb-50 {
    margin-bottom: 50px;
}

.p-10 {
    padding: 10px;
}

.menu-tab-wrap {
    text-align: center;
}

.menu-tab-list a {
    font-family: "Cuprum", sans-serif;
    color: #242424;
    display: inline-block;
    font-weight: 600;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 25px;
    margin: 3px 0;
}

.menu-tab-list.nav.text-center {
    background-color: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    display: inline-block;
    padding: 20px 30px;
}

.menu-tab-list a.active {
    color: #e54c2a !important;
}

.map-agileits-w3layouts {
    height: 100%;
    min-height: 300px;
}

.map-agileits-w3layouts iframe.googlemaps {
    width: 100%;
    height: 100%;
    margin: 10px;
}

hr {
    width: 80%;
    margin: 60px auto;
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
/* ./ Body */
body {
    -moz-user-select: none;
    -webkit-user-select: none;
}
/* ./ End Body */

.dropdown-menu {
    /*透明底 background-color: rgba(255, 255, 255, 0.5); */
    background-color: #fff;
}

#NewIndexName {
    background: #a49a7d;
    color: #fff;
    font-size: 15px;
    transition: all .3s;
    padding: 5px 10px;
}

.acolor {
    color: #ffffff !important;
    padding-top: 0px;
}