/* 
   File Description: Main CSS file of the template
*/


/*===============================
*   1)      BASIC CLASS         *
*   2)      HELPER CLASS        *
*   3)      NAVBAR CLASS        *
*   4)      TITLE CLASS         *
*   5)      HOME PAGE           *
*   6)      FEATURE ARTICLES    *
*   7)      MAIN BLOG PART      *
*   8)      MASONRY POST        *
*   9)      PAGINATION CLASS    *
*   10)     SIDEBAR CLASS       *
*   11)     VIDEO-AUDIO POST    *
*   12)     STANDARD POST       *
*   13)     ERROR PAGE          *
*   14)     ABOUT US            *
*   15)     CONTACT US          *
*   16)     FOOTER CLASS        *
*   17)     HOME RESPONSIVE     *
================================*/

/*================================
            BASIC CLASS
==================================*/
body {
    font-family: "Montserrat",sans-serif;
	/*font-family: 'Roboto', sans-serif;*/
    /*color: #343a40;*/
	/*color: #5a5a5a;*/
	color: #000000;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: 'Lora', serif;*/
	
	font-family: 'Josefin Sans', sans-serif;
	font-family: 'Libre Caslon Display', serif;
	font-family: "Prata",serif;
	font-family: 'Old Standard TT', serif;
    /*margin-bottom: 1rem;*/
	margin-bottom: 0.8rem;
	color: #000000;
}

a {
    color: #555;
}

p {
    font-size: 13px;
    color: #111;
	/*color: #6d6d6d;*/
    margin-bottom: 1rem;
}

h4 a, h5 {
    font-size: 16px;
    color: #111;
}

h5 a, h4 {
    font-size: 18px;
    color: #111;
}

h6 {
    font-size: 16px;
    font-weight: 300;
}

h4 a:hover,
h5 a:hover,
a:hover,
span a:hover {
    color: #bea59b;
    transition: all 0.4s;
    text-decoration: none;
}

/*===============================
		Helper
================================*/
.bg-overlay {
    background-color: rgba(4, 8, 5, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.section{
    padding-top:80px;
    padding-bottom: 40px;
    position: relative;
}

.home-section {
    padding-top: 0px;
    padding-bottom: 80px;
    position: relative;
}

.btn-rounded {
    border-radius: 30px;
}

.btn-custom {
    font-size: 15px;
    transition: all 0.4s;
    color: #fff !important;
    background-color: #555;
    border: 1px solid #555 !important;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
    background-color: #f2795a !important;
    border: 1px solid #f2795a !important;
    box-shadow: none !important;
    color: #ffffff;
}

.btn-outline-custom {
    background-color: #f2795a !important;
    border: 1px solid #f2795a !important;
    box-shadow: none !important;
    color: #ffffff;
}

.btn-outline-custom:hover,
.btn-outline-custom:focus,
.btn-outline-custom:active,
.btn-outline-custom.active,
.btn-outline-custom.focus,
.btn-outline-custom:active,
.btn-outline-custom:focus,
.btn-outline-custom:hover,
.open > .dropdown-toggle.btn-outline-custom {
    background-color: #f2795a !important;
    border: 1px solid #f2795a !important;
    box-shadow: none !important;
    color: #ffffff;
}

.btn {
    color: #fff;
    padding: 8px 20px;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #fff;
    display: inline-block;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
    margin-bottom: 1rem;
}

.custom-color {
    color: #FCF7F4; 
}

.custom-bg {
    background-color: #FCF7F4;
	background-color: #fcf7f4; 
	background-color: #ffffff;
	background-color: #fcf7f4;
}

.custom-bg-topnav {
    background-color: #FCF7F4;
	background-color: #ebd7da;
	/*background-color: #fcbcb2;*/
	background-color: #fcf7f4; 
	background-color: #ffffff;
}

/*===============================
		Navbar Custom
=================================*/

/*@media (min-width: 769px) {
.logo-box {
    text-align: center;
    line-height: 75px;
    margin-top: 0px;
	margin-bottom: -20px;
	 background-color: #ffffff;
	 background-color: #bea59b;
	 background-color: #ebded5;
	 padding-bottom: 40px;
	 margin-top: -160px;
}
}

@media (max-width: 768px) {
.logo-box {
    text-align: center;
    line-height: 75px;
    margin-top: 0px;
	margin-bottom: -20px;
	 background-color: #ffffff;
	 background-color: #bea59b;
	 background-color: #ebded5;
	 padding-bottom: 35px;
	 padding-top: 15px;
	 margin-top: -150px;
}
}*/

.logo-box {
    text-align: center;
    padding: 10px;
    line-height: 75px;
    margin-top: 0px;
	margin-bottom: -5px;
	background-color: #000;
	background-color: transparent;
	background-color: #0F1247;
}



#topnav {
    z-index: 1030;
    background-color: #fcf7f4;
	background-color: #ebd7da;
	background-color: #fcf7f4; 
	background-color: #ffffff;
    border: 0;
    transition: all .5s ease;
    min-height: 50px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;

    /*border-bottom: 1px solid #f5f5f5 !important;*/
	/*border-bottom: 1px solid #777777 !important;*/
	border-bottom: 1px solid #7e7e7e !important;
	
}

#topnav .navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#topnav .navigation-menu > li {
    display: inline-block;
    position: relative;
    margin: 0 5px;
}

#topnav .navigation-menu > li > a {
    display: block;
    font-size: 13px;
    color: #000;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    font-weight: 300;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

#topnav .navigation-menu > li.has-submenu > a {
    padding-right: 20px;
}

#topnav .navigation-menu > li .submenu li a i {
    margin-right: 10px;
    font-size: 14px;
}

#topnav .logo {
    float: left;
    line-height: 70px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #333;
    font-weight: 700;
    font-size: 22px;
}

#topnav .menu-extras {
    float: right;
}

#topnav .has-submenu.active .submenu li.active > a {
    color: #f2795a;
}

#topnav .has-submenu.active a,#topnav .navigation-menu li.active > a {
    color: #f2795a;
}
#topnav .has-submenu.active .menu-arrow{
    border-color: #f2795a;
}

.has-submenu {
    position: relative;
}

#topnav .navbar-toggle {
    border: 0;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

#topnav .navbar-toggle .lines {
    width: 25px;
    display: block;
    position: relative;
    margin: 28px auto;
    height: 15px;
}

#topnav .navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: #ffffff;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

#topnav .navbar-toggle span:last-child {
    margin-bottom: 0;
}

#topnav .navbar-toggle.open span {
    position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
    visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
    width: 100%;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#topnav .navbar-toggle.open span:hover {
    background-color: #f2795a;
}

#topnav .navbar-toggle:hover,
#topnav .navbar-toggle:focus,
#topnav .navigation-menu > li > a:hover,
#topnav .navigation-menu > li > a:focus {
    background-color: transparent;
}

.menu-arrow {
    border: solid #777777;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 3px;
    top: 20px;
}

.submenu-arrow {
    border: solid #777777;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    right: 20px;
    top: 18px;
}

/* Searchbar */

.toggle-search {
    font-size: 18px !important;
}

.search-wrap {
    background-color: #eee;
    color: #1d1e3a;
    z-index: 9997;
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
    height: 70px;
    padding: 0 15px;
    transform: translate3d(0, -100%, 0);
    transition: .3s;
}

.search-wrap form {
    display: flex;
    width: 100%;
}

.search-wrap .search-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.search-wrap .search-input {
    flex: 1 1;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: transparent;
}

.search-wrap .close-search {
    width: 36px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    color: inherit;
    font-size: 24px;
}

.search-wrap .close-search:hover {
    color: #ea553d;
}

.search-wrap.open {
    transform: translate3d(0, 0, 0);
}

.badge-custom {
    color: #fff !important;
    background-color: #f2795a;
}

/*==============================
        TITLE
================================*/
.title-heading {
    line-height: 10px;
}

.title-heading h4 {
    font-size: 24px;
    /*font-weight: 600;*/
	font-weight: 300;
    margin-bottom: 0.5rem;
}

.title-heading .bar {
    width: 65px;
    height: 1px;
    margin: 15px auto 25px auto;
    display: block;
    background-color: #e5e5e5;
}

.title-heading h3 a {
    font-size: 18px !important;
    border: none;
    margin: 15px 0px 20px;
    color: #ffffff;
}

.title-heading h2 a {
    font-size: 30px;
    color: #FCF7F4;

}

.title-heading span, .title-heading span a {
    color: #fcf7f4;
    font-size: 14px;
}

.title-heading span a:hover {
    color: #f2795a !important;
}

.title-heading h6 a {
    color: #ffffff;
}

.title-heading h5{
    font-size: 22px;
    font-weight: 600;
}

.title-heading p{
    font-size: 16px;
    margin: 15px 0px;

}


/*==============================
        HOME
================================*/

.half-home-152092219 {
    background-image: url('../photos/hero/152092219-35-fill.jpg');
    padding: 120px 0px !important;
    background-color: #FCF7F4;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
	background-position: 50% 15%;
}

.half-home-141946016 {
    background-image: url('../photos/hero/141946016-35-fill.jpg');
    padding: 120px 0px !important;
    background-color: #FCF7F4;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
	background-position: 50% 15%;
}

.half-home-319106587 {
    background-image: url('../photos/hero/319106587-35-fill.jpg');
    padding: 120px 0px !important;
    background-color: #FCF7F4;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
	background-position: 50% 15%;
}








.half-home-251119657 {
    background-image: url('../photos/hero/251119657-35-fill.jpg');
    padding: 120px 0px !important;
    background-color: #FCF7F4;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
	background-position: 50% 15%;
}




.half-home-268025588 {
    background-image: url('../photos/hero/268025588-35-fill.jpg');
    padding: 120px 0px !important;
    background-color: #FCF7F4;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
	background-position: 50% 15%;
}



.half-home-158696681 {
    background-image: url('../photos/hero/158696681-35-fill.jpg');
    padding: 120px 0px !important;
    background-color: #FCF7F4;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
	background-position: 50% 15%;
}

.half-home-269743281 {
    background-image: url('../photos/hero/269743281-35-fill.jpg');
    padding: 120px 0px !important;
    background-color: #FCF7F4;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
	background-position: 50% 15%;
}


.half-home-280574467 {
    background-image: url('../photos/hero/280574467-35-fill.jpg');
    padding: 120px 0px !important;
    background-color: #FCF7F4;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
	background-position: 50% 15%;
}














.half-home-slim {
    background-image: url('../photos/hero/297318694.jpg');
    padding: 100px 20px !important;
    background-color: #FCF7F4;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
	background-position: 50% 35%;
}


@media (max-width: 576px) {
.half-home-slim {
    background-image: url('../photos/hero/297318694.jpg');
    padding: 60px 0px !important;
    background-color: #FCF7F4;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
	background-position: 50% 35%;
}
}


.home-center {
    display: table;
    width: 100%;
    height: 100%;
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle;
}

.home-title{
    font-size: 32px;
    line-height: 1.2;
    font-weight: 300;
	color:#FFFFFF !important;
}

.home-sub-title {
    font-size: 14px;
    line-height: 1.2;
    max-width: 600px;
    margin-bottom: 20px;
}


@media(max-width: 768px){
.home-title{
    font-size: 24px !important;
    line-height: 1.1;
    font-weight: 300;
	padding-top: 30px;
	color:#FFFFFF !important;
}

.home-sub-title {
    font-size: 12px;
    line-height: 1.4;
    max-width: 576px;
    /*margin-bottom: 20px;*/
}
}




.home-slider {
    position: relative;
}

.home-slider .carousel-control-next,
.carousel-control-prev {
    width: 5%;
}

.home-slider .carousel-item,
.home-slider .carousel {
    /*height: 60vh;*/
	 height: 520px;
	 padding-bottom: 80px !important;
    width: 100%;
}

.home-slider .carousel-item {
    background-position: center center;
    background-size: cover;
}

.slick-slide {
    display: none;
    float: left;
    height: auto;
    min-height: 1px;
    width: 400px;
}

.home-head {
    background-color: #FCF7F4;
    margin: -3rem 1rem 0px;
    padding: 1.5rem;
    position: relative;
    z-index: 2;
    border-radius: 3px;
}


/*=====HOME-7======*/
.home-border {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.home-feature img {
    margin-bottom: 5px; 
}

/* ===HOME-8=== */
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 5px;
    margin: 5px 7px;
    filter: Alpha(Opacity=70);
    background-color: transparent;
    opacity: 0.2;
}

/*==============================
        FEATURES ARTICLES
================================*/
.feature-head {
    background-color: #FCF7F4;
    margin: -2.5rem 1rem;
    padding: 1.5rem;
    position: relative;
    z-index: 2;
    border-radius: 4px;
}

.feature-posts-placeholder {
    background-color: #FCF7F4;
    bottom: 2rem;
    height: 45%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

/*==============================
       MAIN BLOG PART
================================*/
.blog-main-heading h4 {
    font-size: 32px;
    margin-bottom: 2rem;
}

.blog-head {
    background-color: #FCF7F4;
    margin: -2.5rem 1rem;
    padding: 1.5rem;
    position: relative;
    z-index: 2;
    border-radius: 4px;
}

.blog-head h4 a,
.audio-vidio-post h4 a, 
.post-format-quote h4 a,
.link-post-content h4 a {
    font-size: 16px;
}

.main-div {
    margin-bottom: 5rem;
}

.blog-head h5 a, .audio-vidio-post h5 a {
    font-size: 24px;
}

.post-meta-home span i, .post-meta-home a {
    color: #ffffff !important;
}

.post-meta a, .post-meta span, .post-meta span i {
    display: inline-block;
    margin-right: 8px;
    text-transform: capitalize;
    color: #a2a2a2;
    font-size: 14px !important;
    font-weight: 400;
}

.post-meta {
    margin-bottom: 0.5rem;
}

.post-meta span i {
    margin-right: 5px;
}

.social-icon, .menu-social {
    font-size: 18px;
    color: #5e5e5e;
    height: 30px;
    width: 30px;
    line-height: 12px;
    text-align: center;
    display: inline-block;
    margin: 20px 0 0;
}

.social-icon:hover, .menu-social:hover {
    color: #f2795a;
    transition: all 0.5s;
}

.blog-img img {
    margin-bottom: 1rem;
    border-radius: 4px;
}

.blog-img-absolute img {
    position: absolute;
    top: 16%;
    right: 0px;
    z-index: 2;
    border: 10px solid #ffffff;
    border-right: none;
}

.post-format-quote {
    position: relative;
    background-color: #FCF7F4;
    padding: 1.5rem;
    border-radius: 4px;
}

.post-format-quote p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
}


/* Form control */
.form-control {
    font-size: 14px;
    min-height: 40px;
}

.form-control:focus {
    border-color: #9ea3a9;
    box-shadow: none;
}

/* ================================
        MASONRY POST
==================================== */
.masonry-part-col {
    column-count: 3 !important;
}

.masonry-part-col-2 {
    column-count: 2 !important;
}

.masonry-part-col-4 {
    column-count: 4 !important;
}

.masonry-part-col, .masonry-part-col-2, .masonry-part-col-4 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1rem !important;
    orphans: 1;
    widows: 1;
}

.masonry-part-col .card, .masonry-part-col-2 .card, .masonry-part-col-4 .card {
    display: inline-block;
    width: 100%;
    margin-bottom: 1rem;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    border: none !important;
}

.card-body {
    background-color: #FCF7F4;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    margin-bottom: 0.5rem;
}

/*==================================
            PAGINATION
=====================================*/
.pagination {
    overflow:hidden;
    display:block;
}
.pagination ul {
    padding:0px;
    margin:0px;
}
.pagination ul li {
    list-style:none;
    display:inline-block;
}

.pagination ul li a, 
.pagination ul li span.current, 
.pagination ul li span.nav-prev {
    background: #FCF7F4 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 33px;
    color: #555;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 23px;
    margin: 0;
    padding: 6px 15px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    vertical-align: middle;
}
.pagination ul li a:hover, 
.pagination ul li a:focus, 
.pagination ul li span.current {
    background:#f2795a;
    color:#fff;
    outline: 0;
}


/*==================================
            SIDEBAR
=====================================*/
.sidebar {
    padding: 30px;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    border-radius: 4px;
}

.wadget h4 {
    font-size: 18px;
    margin-bottom: 0.9rem;
    font-weight: 300;
    color: #111;
}

.wadget p {
    margin-top: 0.9rem;
}

.wadget h5 a {
    font-size: 14px !important;
}

.widget {
    margin: 0px 0 20px;
    font-size: 14px;
    border-radius: 5px;
}

.wadget-search form {
    position: relative;
}

.wadget-search input[type="text"], 
.searchform input[type="text"] {
    box-shadow: none;
    border-radius: 2px;
    padding: 12px 15px;
    height: 49px;
    font-size: 14px;
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e5e5e5;
    outline: none !important;
    padding-right: 45px;
}

.wadget-search input[type="submit"], 
.searchform input[type="submit"] {
    position: absolute;
    background-color: transparent;
    border: none;
    outline: none !important;
    top: 5px;
    right: 10px;
    text-indent: -999px;
    opacity: 0;
    width: 40px;
    height: 40px;
}

.searchform:after {
    content: "\F349";
    position: absolute;
    font-family: "Material Design Icons";
    right: 16px;
    color: #b7b3b3;
    top: 15px;
    font-size: 20px;
    line-height: 20px;
    pointer-events: none;
}

.sidebar-category ul li {
    margin-bottom: 1rem;
    border-bottom: 1px solid #e5e5e5;
}

.sidebar-category ul li a {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 12px;
    display: block;
}

.latest-post h5 {
    margin-bottom: 5px !important;
}

.tagcloud > a {
    background: #f5f5f5;
    border-radius: 2px;
    display: inline-block;
    font-size: 10px;
    letter-spacing: 1px;
    margin: 3px 8px 6px 0;
    padding: 0.5px 8px;
    text-transform: uppercase;
}

.tagcloud > a:hover {
    background: #f2795a;
    color: #fff;
}


/*===============================
        VIDEO & AUDIO POST
==================================*/
.video-app-box {
  margin-bottom: 1rem;
}
.video-app-box iframe {
  width: 100%;
  height: 230px;
  border: none;
}

.video-vimeo iframe {
    width: 100%;
    height: 500px;
    border: none;
}

.audio-video iframe {
    width: 100%;
    height: 420px;
    border: none;
}

.video-youtube iframe {
    width: 100%;
    height: 390px;
    border: none;
}

.audio-vidio-post p {

}

/*===============================
        STANDARD POST
=================================*/
/*blockquote {
    text-align: center;
    border-left: 5px solid #FCF7F4;
    padding: 25px;
}*/

/*=====COMMENTS=======*/
.comment-section {
    margin: 15px 0px;
}

.blog-comments-area .commenter-img {
    width: 70px;
    float: left;
}

.blog-comments-area .commenter-msg {
    margin: 0px 0px 0px 90px;
    overflow: hidden;
}

.blog-comments-area .commenter-msg h5 {
    margin: 0px 0px 10px;
}

.reply {
    position: absolute;
    right: 30px;
    top: 30px;
}

.reply i{
    color: #555;
}

.border-bar {
    height: 1px;
    margin: 15px 0px 25px;
    display: block;
    background-color: #e5e5e5;
}

/* =======LINK POST======= */
.link-post {
    background-color: #FCF7F4;
    padding: 25px;
    border-radius: 3px;
    margin-bottom: 2.5rem;
}

.link-post-content {
    border: 3px Solid #f2795a;
    border-radius: 0 40px;
    padding: 14px;
}

.link-post-content i {
    font-size: 40px;
    color: #555;
}

.link-post-content h5 a {
    font-size: 23px;
    line-height: 32px;
}

/* ==============================
        ERROR PAGE
================================= */
.error-page h1 {
    font-size: 98px;
    font-weight: 700;
    line-height: 150px;
    text-shadow: rgba(61, 61, 61, 0.3) 1px 1px, rgba(61, 61, 61, 0.2) 2px 2px, rgba(61, 61, 61, 0.3) 3px 3px;
}

/*===============================
        ABOUT SECTION
=================================*/
.about-section-pic {
    margin-bottom: 2rem;
}

.about-head {
    padding: 0rem 1rem;
}

.about-head h4 {
    font-weight: 300;
    margin-bottom: 5px;
}

/*===============================
        FORM/CONTACT     
=================================*/
.form-control {
    box-shadow: none;
    border-radius: 2px;
    padding: 12px 15px;
    height: 40px;
    font-size: 13px;
	border: 1px solid #ddd !important;
	color:#000 !important;
}

.form-control:focus {
    border-color: #f2795a ;
    box-shadow: none;
}

.input-lg {
    height: 54px;
    font-size: 15px;
}

.input-sm {
    height: 45px;
    font-size: 13px;
}

.form-group {
    margin-bottom: 20px;
}



/*===============================
        FOOTER
=================================*/
.slick-slider{
    overflow-x: hidden;
}

.footer{
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}


.footer-menu li a {
    font-size: 16px;
    display: inline-block;
    transition: all 0.5s;
    line-height: 32px;
    color: #555!important;
}

.footer-menu h4 {
    font-size: 16px;
    color: #555;
    margin: 20px 0px;
    padding: 0px 0px 15px;
    border-bottom: 1px solid #606060;
}

.footer-menu h5 {
    font-size: 16px;
    color: #555;
    margin: 20px 0px;
}

.footer_mdi {
    font-size: 20px;
    color: #555;
	color: #ffffff;
    background-color: #fcf7f4;
	background-color: #bea59b;
	background-color: #692093;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
    margin: 20px 0px;
}



.footer-menu .footer_mdi:hover {
    color: #ffffff;
    /*background-color: #f2795a;*/
	background-color: #a79865;
    transition: all 0.5s;
}

/*==============================
        HOME RESPONSIVE
================================*/
@media (min-width: 992px) {
    #topnav .navigation-menu > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #topnav .navigation-menu > li.last-elements .submenu {
        left: auto;
        right: 0;
    }
    #topnav .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: 10px;
    }
    #topnav .navigation-menu > li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        padding: 10px 0;
        list-style: none;
        min-width: 180px;
        visibility: hidden;
        opacity: 0;
        margin-top: 10px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        background-color: #ffffff;
        box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    }
    #topnav .navigation-menu > li .submenu.megamenu {
        white-space: nowrap;
        width: auto;
    }
    #topnav .navigation-menu > li .submenu.megamenu > li {
        overflow: hidden;
        width: 180px;
        display: inline-block;
        vertical-align: top;
    }
    #topnav .navigation-menu > li .submenu > li .submenu {
        left: 100%;
        top: 0;
        margin-left: 10px;
        margin-top: -1px;
    }
    #topnav .navigation-menu > li .submenu li {
        position: relative;
    }
    #topnav .navigation-menu > li .submenu li ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }
    #topnav .navigation-menu > li .submenu li a {
        display: block;
        padding: 6px 20px;
        clear: both;
        white-space: nowrap;
        font-size: 13px;
        color: ##343a40;
		/*color: #555;*/
        transition: all 0.3s;
        text-transform: uppercase;
        text-align: left;
        font-weight: 300;
    }

    #topnav .navigation-menu > li .submenu li a:hover,#topnav .navigation-menu .has-submenu .submenu > li:hover > a {
        color: #f2795a;
    }
    #topnav .navbar-toggle,#topnav .logo-mobile {
        display: none;
    }
    #topnav #navigation {
        display: block !important;
    }
    #topnav .navigation-menu > li:hover > a {
        color: #f2795a !important;
    }
    #topnav .navigation-menu > li:hover > .menu-arrow {
        border-color: #f2795a;
    }
    #topnav.scroll-active .navigation-menu > li > a {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    #topnav.scroll .navigation-menu > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #topnav.scroll {
        top: 0;
    }
}



@media (min-width: 991px) {
	.logo-brand img { width: 150px; margin-top:-10px; margin-bottom:5px;}
}

@media (max-width: 576px) {
	.logo-brand img {  margin-top:0px;}
}


@media (max-width: 991px) {
    .logo-box {
        /*display: none;*/
    }
    .menu-arrow {
        top: 15px;
        right: 20px;
    }
    .logo-mobile img {
        /*height: 70px;*/
		height: 72px;
        padding: 17px 0;
		
    }
	
	
	
	.logo-brand img { width: 150px; margin-top:10px;}

	
	
	
    .submenu-arrow {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        position: absolute;
        right: 20px;
        top: 12px;
    }
    .logo {
        padding: 0 !important;
        line-height: 0;
    }

    #topnav .container {
        width: auto;
    }
    #topnav .navigation-menu {
        float: none;
        /*max-height: 320px;*/
		max-height: 420px;
		text-align: left;
        /*text-align: center;*/
		/*background-color: #000000;*/
    }
    #topnav .navigation-menu > li {
        display: block;
    }
    #topnav .navigation-menu > li > a {
        /*color: #28282e;*/
		color: #000000;
		/*color: #ffffff;*/
        padding: 10px 20px;
		/*border-bottom: 1px solid #777777;*/
    }
    #topnav .navigation-menu > li > a:hover,
    #topnav .navigation-menu > li .submenu li a:hover,
    #topnav .navigation-menu > li.has-submenu.open > a,
    #topnav .menu-extras .menu-item .cart > a:hover,
    #topnav .menu-extras .menu-item .search > a:hover {
        color: #f2795a;
    }
    #topnav .navigation-menu > li > a:after {
        position: absolute;
        right: 15px;
    }
    #topnav .navigation-menu > li .submenu {
        display: none;
        list-style: none;
        padding-left: 20px;
        margin: 0;
    }
    #topnav .navigation-menu > li .submenu li a {
        display: block;
        padding: 6px 15px;
        clear: both;
        white-space: nowrap;
        font-size: 14px;
        color: #7a7d84;
        transition: all 0.3s;
    }
    #topnav .navigation-menu .submenu.open .has-submenu.open > a {
        color: #f2795a;
    }
    #topnav .navigation-menu > li .submenu.open {
        display: block;
    }
    #topnav .navigation-menu > li .submenu .submenu {
        display: none;
        list-style: none;
    }
    #topnav .navigation-menu > li .submenu .submenu.open {
        display: block;
    }
    #topnav .navigation-menu > li .submenu.megamenu > li > ul {
        list-style: none;
        padding-left: 0;
    }
    #topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
        display: block;
        position: relative;
        padding: 10px 15px;
        text-transform: uppercase;
        font-size: 12px;
        color: #7a7d84;
    }
    #topnav .navbar-toggle span {
        /*background-color: #7a7d84;*/
		background-color: #000000;
    }
    #topnav .navbar-header {
        float: left;
    }
    #topnav .logo {
        padding: 11px 0;
    }
    #topnav .logo .logo-light {
        display: none;
    }
    #topnav .logo .logo-dark {
        display: block;
    }
    #topnav .has-submenu.active a {
        color: #f2795a;
    }
    #navigation {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
        background-color: #FCF7F4;
        z-index: 9;
    }
    #navigation.open {
        display: block;
        overflow-y: auto;
    }
}

@media (min-width: 768px) {
    #topnav .navigation-menu > li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
    }
    #topnav .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-left: 0;
        margin-right: 0;
    }
    .navbar-toggle {
        display: block;
    }
}


@media (min-width: 768px) {
   .no-show-max-768 {
		display: none;
    }
}

@media (max-width: 768px) {
    .feat-arti {
        margin-bottom: 70px;
    }

	
	
    .section {
        padding-top: 40px;
        padding-bottom: 40px;
        position: relative;
    }
    .feature-posts-placeholder {
        background-color: #ffffff;
    }

    .pagination {
        margin: 0 0 3rem;
        text-align: center !important;
    }

    .footer .insta-img, .insta-img, .menu-social {
        display: none;
    }

    .blog-img-absolute{
        display: none;
    }

    .img-block, .home-feature-post, .home-feature {
        display: none !important; 
    }

    .masonry-part-col, .masonry-part-col-2, .masonry-part-col-4 {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 1 !important;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 2rem !important;
        orphans: 1;
        widows: 1;
    }
    
}

@media (max-height: 767px) {
    .pagination ul li a, .pagination ul li span.current, .pagination ul li span.nav-prev {
        font-size: 11px;
        padding: 4px 12px;
    }
}
























































@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area.pt-155 {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .about-area.pt-155 {
    padding-top: 20px;
  }
}

.about-us-img img {
  width: 100%;
  height: auto;
}

/*
.about-us-content {
  padding-left: 170px;
  padding-right: 150px;
}
*/


@media only screen and (min-width: 1199px)  {
  .about-us-content {
    padding-left: 170px;
  	padding-right: 150px;
	margin-top: 30px;
	margin-bottom: 50px;
  }
}


	@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-us-content {
    padding-left: 100px;
  	padding-right: 50px;
	margin-top: 30px;
	margin-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-content {
    padding-left: 0px;
	padding-right: 0px;
	margin-top: 30px;
	margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .about-us-content {
    padding-left: 20px;
    margin-top: 30px;
	margin-bottom: 50px;
  }
}

.about-us-content h2 {
  font-size: 36px;
  font-weight: 300;
  margin: 0 0 20px;
  position: relative;
  color: #1A3153
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-us-content h2 {
    font-size: 30px;
    margin: 0 0 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-content h2 {
    font-size: 30px;
    margin: 0 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .about-us-content h2 {
    font-size: 22px;
    margin: 0 0 10px;
    letter-spacing: 1px;
  }
}

.about-us-content p {
  line-height: 28px;
  margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
  .about-us-content p {
    margin: 0 0 20px;
  }
}

















/*************************
  Basic margin padding
*************************/
.m-0 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.p-0 {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}


.m-10 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

















.mb20 {margin-bottom: 20px;}







	
	
/*
Pricing tables
*/
.pricing-card {
  padding: 30px 20px;
  border: 1px solid #ddd;
  borde-radius: 5px; 
    box-shadow: 0px 3px 12px rgba(0,0,0,0.08);}
  .pricing-card ul {
    margin: 0px;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px; }
    .pricing-card ul li {
      padding: 7px 0; }
  .pricing-card h4 {
    margin-bottom: 0px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px; }
    .pricing-card h4 span sub {
      color: #aeaeae;
      font-size: 55%; }

/*








Pricelist tables
*/
.pricelist-card {
  padding: 0px 0px;
  /*border: 1px solid #ddd;
  borde-radius: 5px; 
    box-shadow: 0px 3px 12px rgba(0,0,0,0.08);*/}
  .pricelist-card ul {
    margin: 0px;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px; }
    .pricelist-card ul li {
      padding: 7px 0;
font-size:15px;	  }
  .pricelist-card h4 {
    margin-bottom: 0px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
	 padding-top: 5px; }
    .pricelist-card h4 span sub {
      color: #aeaeae;
      font-size: 75%; }




.font700 {
    font-weight: 700 !important;
}

.text-primary {
    color: #000000!important;
}
.float-right {
    float: right!important;
}



















/*extra*/

.book-btn-2 a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    z-index: 2;
   font-family: 'Old Standard TT', serif;
}
.book-btn-2  {
    font-family: "Montserrat",Sans-serif;
	font-family: 'Old Standard TT', serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.6px;
    fill: #A68E52;
    color: #A68E52;
	color: #bea59b;
    background-color: #FFF;
	 background-color: transparent;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #A68E52;
	border-color: #bea59b;
    border-radius: 50px 50px 50px 50px;
	margin-bottom:-30px;
	margin-top:-30px;
}
.book-btn-2 {
    padding: 15px 20px 15px;
	padding: 10px 25px 10px;
}








@media (min-width: 991px) {
	.social-head { margin-top:-15px; margin-bottom:-15px;}
}

@media (max-width: 576px) {
	.social-head {margin-top:-5px; margin-bottom:-15px;}
}










































































/*extra*/

.book-btn-2 a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    z-index: 2;
    font-family: "Rufina", serif;
}
.book-btn-2  {
    font-family: "Montserrat",Sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.6px;
    fill: #692093;
    color: #692093;
    background-color: #FFF;
	 background-color: transparent;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #692093;
    border-radius: 50px 50px 50px 50px;
}
.book-btn-2 {
    padding: 12px 20px 15px;
}








.book-btn-slider a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    z-index: 2;
    font-family: "Rufina", serif;
}
.book-btn-slider  {
    font-family: "Montserrat",Sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.6px;
    fill: #A68E52;
    color: #fff;
    background-color: #FFF;
	 background-color: transparent;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #fff;
    border-radius: 50px 50px 50px 50px;
}
.book-btn-slider {
    padding: 12px 20px 15px;
}



.btn-hover a.bg-book-hover::after {
  background: #818a91;
}

.elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #818a91;
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.elementor-3409 .elementor-element.elementor-element-0eb7942 .elementor-button {
    font-family: "Montserrat",Sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.6px;
    fill: #A68E52;
    color: #A68E52;
    background-color: #FFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #A68E52;
    border-radius: 50px 50px 50px 50px;
}
.elementor-align-right .elementor-button {
    width: auto;
}
.elementor a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}


.booker-btn-2 a {
	font-family: "Montserrat",Sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.6px;
    fill: #A68E52;
    color: #FFF;
    background-color: transparent;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #A68E52;
    border-radius: 50px 50px 50px 50px;
}

.booker-btn-2 a.booker-btn-2-bg-yellow {
  background-color: #A68E52;
}



.booker-btn-2 a.booker-btn-2-text-black {
  color: #A68E52;
}

.booker-btn-2 a.booker-btn-2-ptb {
  padding: 22px 58px 24px;
}

.glance-card {
    position: relative;
    z-index: 2;
    overflow: hidden;
    height: 12rem;
    width: 100%;
    border: 1px solid #FFF;
    border-radius: 13px;
    margin-bottom: 3rem;
	padding: 20px;
}

.glance-card__title
{
	color: #fff;
}


.glance-card__title p {
  font-size: 15px;
  line-height: 1.88;
  color: #fff;
  font-weight: 900px;
  font-family: 'Montserrat', sans-serif;
}



.glance-card__description {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
}

.section__charcoal {
    background: #282727;
    color: #fff;
}

.section__grey {
    background: #efefef;
    color: #111;
}



.glance-card{position:relative;z-index:2;overflow:hidden;height:12rem;width:100%;border:1px solid #fff;border-radius:13px;margin-bottom:3rem}
.glance-card__title{font-family:proxima-nova,Helvetica,Ariel,sans-serif;font-weight:600;color:#fff;text-transform:uppercase;font-size:.75rem;line-height:1.5;margin-bottom:0}

@media(min-width:48rem){.glance-card__title{font-size:.875rem}}
.glance-card__icon{margin-bottom:2em;width:5em;height:5em}

.glance-card__icon{position:absolute;width:3rem;height:3rem;bottom:0;left:1rem}
.glance-card{height:11.25rem;background:#fff;border-radius:13px;margin-bottom:2rem;border:none;color:#282727;margin-left:0}

.glance-card:before{content:"";position:absolute;z-index:-1;top:0;left:0;width:235%;height:100%;background:/*#fcd8c1*/#ba8cd7;-webkit-transform:skew(-26deg) translateX(30%);
transform:skew(-26deg) translateX(30%);-webkit-transition:all .4s;transition:all .4s}
.glance-card:hover:before{-webkit-transform:skew(-26deg) translateX(-25%);transform:skew(-26deg) translateX(-25%)}
.glance-card__title{color:#282727}

.glance-card__block{padding:0rem;width:12.5rem}.glance-card__details{display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;
-moz-box-direction:normal;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;padding:1rem}

























































/*************************
  Basic margin padding
*************************/
.m-0 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.p-0 {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

/*************************
         Margin top
*************************/
.mt-0 {
  margin-top: 0;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-15 {
  margin-top: 15px;
}

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

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

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

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

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

@media only screen and (max-width: 767px) {
  .mt-100 {
    margin-top: 50px;
  }
}

.mt-110 {
  margin-top: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-175 {
  margin-top: 175px;
}

/*************************
      Margin right
*************************/
.mr-0 {
  margin-right: 0px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-12 {
  margin-right: 12px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-150 {
  margin-right: 150px;
}

/*************************
      Margin bottom
*************************/
.mb-0 {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*************************
        Margin left
*************************/
.ml-0 {
  margin-left: 0;
}

.ml-10 {
  margin-left: 10px;
}

.ml-12 {
  margin-left: 12px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

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

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-200 {
  margin-left: 200px;
}

.ml-300 {
  margin-left: 300px;
}

.ml-ntv5 {
  margin-left: -5px;
}

/*************************
        Padding top
*************************/
.pt-0 {
  padding-top: 0;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-85 {
  padding-top: 85px;
}

@media only screen and (max-width: 767px) {
  .pt-85 {
    padding-top: 45px;
  }
}

.pt-80 {
  padding-top: 80px;
}

@media only screen and (max-width: 767px) {
  .pt-80 {
    padding-top: 50px;
  }
}

.pt-95 {
  padding-top: 95px;
}

@media only screen and (max-width: 767px) {
  .pt-95 {
    padding-top: 45px;
  }
}

.pt-90 {
  padding-top: 90px;
}

@media only screen and (max-width: 767px) {
  .pt-90 {
    padding-top: 40px;
  }
}

.pt-100 {
  padding-top: 100px;
}

@media only screen and (max-width: 767px) {
  .pt-100 {
    padding-top: 50px;
  }
}

.pt-105 {
  padding-top: 105px;
}

@media only screen and (max-width: 767px) {
  .pt-105 {
    padding-top: 45px;
  }
}

.pt-110 {
  padding-top: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-110 {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .pt-110 {
    padding-top: 50px;
  }
}

.pt-115 {
  padding-top: 115px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-115 {
    padding-top: 65px;
  }
}

@media only screen and (max-width: 767px) {
  .pt-115 {
    padding-top: 45px;
  }
}

.pt-120 {
  padding-top: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-120 {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .pt-120 {
    padding-top: 50px;
  }
}

.pt-125 {
  padding-top: 125px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-125 {
    padding-top: 75px;
  }
}

@media only screen and (max-width: 767px) {
  .pt-125 {
    padding-top: 45px;
  }
}

.pt-128 {
  padding-top: 128px;
}

.pt-130 {
  padding-top: 130px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-130 {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .pt-130 {
    padding-top: 50px;
  }
}

.pt-135 {
  padding-top: 135px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-250 {
  padding-top: 250px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-230 {
  padding-top: 230px;
}

.pt-270 {
  padding-top: 270px;
}

.pt-240 {
  padding-top: 240px;
}

.pt-365 {
  padding-top: 365px;
}

.pt-370 {
  padding-top: 370px;
}

.pt-380 {
  padding-top: 380px;
}

/*************************
        Padding right
*************************/
.pr-0 {
  padding-right: 0;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-270 {
  padding-right: 270px;
}

/*************************
        Padding bottom
*************************/
.pb-0 {
  padding-bottom: 0;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  .pb-90 {
    padding-bottom: 40px;
  }
}

.pb-95 {
  padding-bottom: 95px;
}

@media only screen and (max-width: 767px) {
  .pb-95 {
    padding-bottom: 45px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .pb-100 {
    padding-bottom: 50px;
  }
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-110 {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .pb-110 {
    padding-bottom: 40px;
  }
}

.pb-115 {
  padding-bottom: 115px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-115 {
    padding-bottom: 65px;
  }
}

@media only screen and (max-width: 767px) {
  .pb-115 {
    padding-bottom: 45px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-120 {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .pb-120 {
    padding-bottom: 50px;
  }
}

.pb-125 {
  padding-bottom: 125px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-125 {
    padding-bottom: 75px;
  }
}

@media only screen and (max-width: 767px) {
  .pb-125 {
    padding-bottom: 45px;
  }
}

.pb-130 {
  padding-bottom: 130px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-130 {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .pb-130 {
    padding-bottom: 50px;
  }
}

.pb-135 {
  padding-bottom: 135px;
}

@media only screen and (max-width: 767px) {
  .pb-135 {
    padding-bottom: 86px;
  }
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-280 {
  padding-bottom: 280px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-285 {
  padding-bottom: 285px;
}

.pb-270 {
  padding-bottom: 270px;
}

.pb-290 {
  padding-bottom: 290px;
}

/*************************
    Padding left
*************************/
.pl-0 {
  padding-left: 0;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-190 {
  padding-left: 190px;
}

/***************************
    Page section padding 
****************************/
.ptb-0 {
  padding: 0;
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-35 {
  padding: 35px 0;
}

.ptb-32 {
  padding: 32px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-70 {
  padding: 70px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-90 {
  padding: 90px 0;
}

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

.ptb-110 {
  padding: 110px 0;
}

.ptb-120 {
  padding: 120px 0;
}

.ptb-130 {
  padding: 130px 0;
}

.ptb-140 {
  padding: 140px 0;
}

.ptb-150 {
  padding: 150px 0;
}

.ptb-160 {
  padding: 160px 0;
}

.ptb-170 {
  padding: 170px 0;
}

.ptb-177 {
  padding: 177px 0;
}

.ptb-180 {
  padding: 180px 0;
}

.ptb-190 {
  padding: 190px 0;
}

.ptb-200 {
  padding: 200px 0;
}

.ptb-210 {
  padding: 210px 0;
}

.ptb-220 {
  padding: 220px 0;
}

.ptb-290 {
  padding: 290px 0;
}

.ptb-310 {
  padding: 310px 0;
}

/***************************
    Page section margin 
****************************/
.mtb-0 {
  margin: 0;
}

.mtb-10 {
  margin: 10px 0;
}

.mtb-15 {
  margin: 15px 0;
}

.mtb-20 {
  margin: 20px 0;
}

.mtb-30 {
  margin: 30px 0;
}

.mtb-40 {
  margin: 40px 0;
}

.mtb-50 {
  margin: 50px 0;
}

.mtb-60 {
  margin: 60px 0;
}

.mtb-70 {
  margin: 70px 0;
}

.mtb-80 {
  margin: 80px 0;
}

.mtb-90 {
  margin: 90px 0;
}

.mtb-100 {
  margin: 100px 0;
}

.mtb-110 {
  margin: 110px 0;
}

.mtb-120 {
  margin: 120px 0;
}

.mtb-130 {
  margin: 130px 0;
}

.mtb-140 {
  margin: 140px 0;
}

.mtb-150 {
  margin: 150px 0;
}

.mtb-290 {
  margin: 290px 0;
}



























/*-------- 31. Faq style ---------*/
.faq-title h2 {
  font-weight: 300;
  font-size: 32px;
  margin: 0 0 42px;
  color: #000;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-title h2 {
    font-size: 25px;
    margin: 0 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .faq-title h2 {
    font-size: 25px;
    margin: 0 0 20px;
  }
}

.faq-accordion {
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  background-color: #fff;
}

.faq-accordion .panel-heading h4 {
  font-size: 16px;
  margin: 0;
  background-color: #fff;
}

.faq-accordion .panel-heading h4 a {
  letter-spacing: 1px;
  color: #ff6e21;
  color: #A68E52;
  font-size: 16px;
  display: block;
  position: relative;
  padding: 27px 30px;
  font-weight: bold;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .faq-accordion .panel-heading h4 a {
    padding: 20px 30px 20px 20px;
  }
}

.faq-accordion .panel-heading h4 a.collapsed {
  position: relative;
  color: #181818;
  font-weight: 400;
}

.faq-accordion .panel-heading h4 a.collapsed::before {
  position: absolute;
  right: 13px;
  height: 2px;
  background-color: #111111;
  width: 12px;
  top: 50%;
  margin-top: -2px;
  content: "";
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.faq-accordion .panel-heading h4 a.collapsed::after {
  content: "";
  width: 2px;
  height: 12px;
  position: absolute;
  background-color: #111111;
  top: 49%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 18px;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.faq-accordion .panel-heading h4 a::before {
  position: absolute;
  right: 13px;
  height: 2px;
  background-color: #343538;
  width: 12px;
  top: 50%;
  margin-top: -2px;
  content: "";
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.faq-accordion .panel-collapse .panel-body p {
  line-height: 18px;
  font-size: 14px;
  margin: 0;
  color: #8a8a8a;
  color: #000;
  /*text-transform: uppercase;*/
  padding: 0px 60px 42px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-accordion .panel-collapse .panel-body p {
    padding: 0px 30px 42px 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-accordion .panel-collapse .panel-body p {
    padding: 0px 30px 42px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .faq-accordion .panel-collapse .panel-body p {
    padding: 0px 30px 42px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-faq-wrap.pt-120 {
    padding-top: 70px;
  }
  .single-faq-wrap.pb-100 {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-faq-wrap .faq-title.mb-60 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .single-faq-wrap.pt-120 {
    padding-top: 50px;
  }
  .single-faq-wrap.pb-100 {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .single-faq-wrap .faq-title h2 {
    font-size: 21px;
  }
  .single-faq-wrap .faq-title.mb-60 {
    margin-bottom: 20px;
  }
}











.ucap {text-transform: uppercase;}