/*** General CSS ***/
.btn,
.slider-btn a,
.button.subbutton,
#sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: .02em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 35px;
    text-transform: uppercase;
    color: #fff!important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2.4px;
    border-radius: 7px!important;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: 2px solid;
}
.button.subbutton,
.btn:hover {
    background: none;
}
.btn.no-bg {
    background: none!important;
    box-shadow: none!important;
    border: 2px solid #C8C5BB!important;
    color: #212529!important;
    font-size: 14px;
}
.btn.no-bg:hover {
    border-color: #99978E!important;
}
/*** Title ***/
.title {
    max-width: 900px;
    margin: 0 auto;
}
.title h2 {
    font-size: 45px;
    font-weight: 800;
    letter-spacing: 1.2px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.title h2:after {
    width: 140px;
    height: 10px;
    bottom: 0;
    position: absolute;
    background-size: inherit;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url(../images/title-line.png);
}

/*** Header Area ***/
/* Top Header */
#sp-header {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    height: inherit;
    position: fixed;
    border-top: 3px solid;
    top: 0;
}
#sp-header .logo {
    height: 90px;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    padding: 0 10px 0 0px;
    background: #fcf7f1;
}
body:not(.home) #sp-header {
    background: #fcf7f1;
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}

/* Header Menu */
.sp-megamenu-parent > li > span,
.sp-megamenu-parent > li > a {
    padding: 0 25px;
    color: #000;
    text-transform: uppercase;
    line-height: 90px;
}
.sp-megamenu-parent > li li a {
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    font-weight: 300!important;
}
.sp-megamenu-parent > li li a:hover {
    padding-left: 7px!important;
}
.sp-megamenu-parent > li li a:before {
    content: '+';
    left: -25px;
    width: 20px;
    position: relative;
    color: #001659;
    font-size: 18px;
    font-weight: 400!important;
    line-height: inherit;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    opacity: 0;
}
.sp-megamenu-parent > li li a:hover:before {
    opacity: 1;
    left: -5px;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a:after, 
body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
    position: absolute;
}
.sp-megamenu-parent > li.active > a {
    font-weight: 600;
}

/* Canvas Menu */


/*** Block Styles ***/
/*** Slider ***/
.slider {
    max-height: 1020px;
    overflow: hidden;
    position: relative;
}
.slider .sppb-row-container {
    position: relative;
    z-index: 3;
}
.slider-left {
    padding-right: 50px;
}
.slider-content h1 {
    position: relative;
    padding-bottom: 35px;
}
.slider-content h1:after {
    width: 140px;
    height: 10px;
    bottom: 0;
    position: absolute;
    background-size: inherit;
    content: "";
    left: 0;
    background-image: url(../images/title-line.png);
}
.slider-content p {
    color: #FFFFFF;
    font-size: 23px;
    font-weight: 300;
    line-height: 1.5em;
    margin: 35px 0 50px;
}

/*** Book Now ***/
.book-now-title h3 {
    position: relative;
    padding-bottom: 35px;
}
.book-now-title h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 140px;
    height: 3px;
    background-color: #b47e68;
}
.book #subject {
    display: none;
}
.book-now-right {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-style: double;
    border-width: 5px 5px 5px 5px;
    border-color: #B47E68;
    box-shadow: 0px 0px 10px 0px #c0c3d6;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 40px 40px 40px;
}
.book-now-right:hover {
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #B47E68;
    box-shadow: 5px 0px 20px 0px rgb(0 0 0 / 50%);
}

/*** About ***/
.about-content h2 {
    font-size: 60px;
    font-weight: 900;
    color: #B47E68;
}
.about-content h6 {
    color: #B47E68;
    font-size: 23px;
    margin-bottom: 14px;
}

/*** Service ***/
.service-item {
    position: relative;
}
.service-item .sppb-media-content {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 20px;
    padding: 18px 10px 12px;
}
.service-item img {
    width: 100%;
}

/*** Testimonial ***/
.counter-item .sppb-addon-content {
    line-height: 1;
}
.counter-item ul {
    padding-left: 0;
    display: inline-block;
    margin-top: 350px;
    margin-bottom: -3px;
}
.counter-item ul li {
    list-style: none;
    float: left;
    margin-right: 20px;
    padding: 20px 50px;
    background-color: #192028;
}
.counter-item ul li h2 {
    font-size: 69px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}
.counter-item ul li h5 {
    color: #FFFFFF;
    font-size: 23px;
    text-align: center;
}
.testimonial-column {
    padding: 80px;
}
.testimonial-content {
    max-width: 580px;
}
.testimonial-content .star-rating {
    margin: 15px 0;
}
.testimonial-content .sppb-addon-title {
    font-weight: 300;
    margin: 20px 0 40px;
}
.testimonial-content p {
    font-size: 17px;
    line-height: 28px;
}
.testimonial-content h4 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 900;
    margin-top: 45px;
}
.testimonial-content h5 {
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
}
.testimonial-img img {
    border-radius: 50%;
}
.testimonial .sppb-col-md-6 {
    margin-bottom: 30px;
}
/*** Pricing ***/
.pricing-item h2.title-pricing {
    color: #1b4962;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 5.9px;
    padding: 35px 0;
    display: inline-block;
    margin-bottom: 40px;
    position: relative;
}
.pricing-item ul {
    max-width: 260px;
    margin: 0 auto;
}
.pricing-item h2.title-pricing:after {
    content: "";
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 50px;
    right: 0;
    margin: 0 auto;
    background-color: #1b4962;
}
.pricing-item ul li {
    color: #1b4962;
    padding-left: 40px;
    line-height: 2.4em;
    font-weight: 500;
    text-align: left;
    list-style-type: none;
    position: relative;
    font-size: 15px;
}
.pricing-item ul li:before {
    content: '\f00c';
    font-family: 'FONT AWESOME 5 FREE';
    left: 10px;
    position: absolute;
    top: 0;
    font-weight: 700;
}
.btn-pricing {
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
    display: inline-block;
    background-color: #ffffff;
    border: 3px solid;
    border-radius: 50px 50px 50px 50px;
    padding: 17px 50px 17px 50px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.btn-pricing:hover {
    color: #fff;
}
.pricing-center ul li,
.pricing-center h2.title-pricing,
.pricing-center .btn-pricing:hover {
    color: #fff !important;
}
.pricing-center.pricing-item h2.title-pricing:after,
.pricing-center .btn-pricing  {
    background-color: #fff;
}
.pricing-center .btn-pricing:hover {
    border-color: #fff !important;
}

/*** Contact Form ***/
#sp-quickcontact-form textarea#message {
    width: 100%;
}
#sp-quickcontact-form input {
    width: 100%;
}
#sp-quickcontact-form .sp_qc_clr {
    display: none;
}
#sp-quickcontact-form textarea,
#sp-quickcontact-form input {
    margin-bottom: 20px;
    border-radius: 0;
}
#sp-quickcontact-form #sp_qc_submit {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: oswald,sans-serif;
    font-weight: 600;
    color: #fff!important;
    background: 0 0;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: all 500ms ease;
    padding: 0;
    width: auto;
    box-shadow: none;
    text-shadow: none;
    padding: 13px 33px;
    border: 2px solid!important;
}
#sp-quickcontact-form #sp_qc_submit:hover {
    background: none!important;
}

/*** Contact ***/
.contact-content {
    padding: 20px;
}
.contact-social ul {
    padding-left: 0;
}
.contact-social ul li {
    list-style: none;
    display: inline-block;
}
.contact-social ul li a {
    height: 50px;
    width: 50px;
    text-align: center;
    display: inline-block;
    line-height: 50px;
}
.contact-social ul li a em {
    font-size: 25px;
    color: #fff;
}
.contact-social ul li strong {
    display: none;
}

/* [Other block name] */


/* Bottom Area */
#sp-footer1 p {
    margin-bottom: 0;
    font-weight: 700;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(255, 255, 255, .1);
}
#sp-bottom-center {
  	max-width: 650px;
    margin: 0 auto!important;
    text-align: center;
}
#sp-bottom h3 {
    margin-bottom: 20px;
    font-size: 60px!important;
    line-height: 60px;
    font-weight: 200;
}
#sp-bottom p a {
    font-weight: 700;
}
.bottom-bank {
    text-align: center;
}
.bottom-bank .clearfix {
    display: inline-block;
    margin: 20px;
}
.bottom-social ul li {
    list-style: none;
    line-height: 35px;
    display: inline-block!important;
    padding: 0px!important;
}
.bottom-social ul li a {
    font-size: 16px;
    background: #fefefe;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228, 200, 200, 0.5);
    display: inline-block;
}
.bottom-social ul li a em {
    font-size: 22px;
}
.bottom-social ul li a strong {
    display: none;
}
.bottom-social ul li a:hover {
    background: #EC7A5C; 
}
#sp-bottom p {
    line-height: 2.2;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}

/*** Responsive Layout ***/
@media (min-width: 1400px) {
    .sppb-row-container {
        max-width: 1320px;
    }
}
/* Tablet Landscape Layout */
@media (min-width: 980px) and (max-width: 1199px) {

  
}

/* Tablet Portrait Layout */
@media (min-width: 768px) and (max-width: 979px) {

  
}

/* Mobile Standard Layout */
@media (max-width: 768px) {

  
}

/* Mobile Small Resolution */
@media (max-width: 480px) {

  
}

/*** Color Variables ***/
/* Get Variables */
:root {
    --background-color: currentColor;
    --background: currentColor;
    --text-color: currentColor;
}

/* General */
.btn,
.slider-btn a,
.button.subbutton,
.slider-btn a,
#sp_qc_submit:hover,
.slider-text:before,
.title p:before,
.pricing-colum.center .clearfix,
#sp-quickcontact-form #sp_qc_submit,
.skills .progress-bar, 
.about-item-content a,
.choose-item:hover,
#sp_qc_submit,
.discover,
.feature-item:after,
.offer-right,
.contact-social ul li a,
.service-item .sppb-media-content,
.bottom-column table.acymailing_form .button.subbutton,
.line-title .sppb-section-title:before,
.about-us .sppb-title-heading:before,
.feature-item:hover .sppb-addon-content a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:after, 
.pricing-item h2.title-pricing:after, .btn-pricing:hover {
    background-color: var(--background-color);
}
.title h2,
.slider-content h1,
.title.white h6,
.slider-content h6,
.book-now-title h3,
.book-now-item h5,
.our-item h5,
.our-item i,
.help-item i,
.help-item h5,
.why-list ul li:before,
.choose-list ul li:before,
.counter-item ul li h2,
.testimonial-content em,
.service-item h4,
.service-item i,
.explore-content h4,
.testimonial-person span,
.slider-text-color,
.blog h3,
#sp_qc_submit,
.btn-no-bg,
.step-item h6,
.together h1 span,
.slider-button-text strong,
.testimonial-content i,
.about-item-content h3,
.counter-item h6,
.skills .cont p,
.about-item a:hover,
.video-item figure a:hover:after,
.intro-title .sppb-addon-content:before,
.intro-item:hover .sppb-icon i,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
    color: var(--text-color);
}
.btn:hover,
.slider-btn a:hover,
.button.subbutton:hover,
#sp-quickcontact-form #sp_qc_submit:hover,
#pricing .pricing-2 a.button-pricing:hover,
.feature-item .sppb-icon-container i,
.title h3, .team-item h3  {
    color: var(--text-color)!important;
}
.service-column .clearfix {
   border-top-color: var(--text-color);
}
.choose-item,
.about-item img,
.btn,
.slider-btn a,
.button.subbutton,
#sp-quickcontact-form #sp_qc_submit,
.plan-item,
.service-column .clearfix:hover, #sp-header  {
   border-color:var(--text-color)!important;
}