/*
Theme Name: Ridhi
Theme URI: https://rarathemes.com/wordpress-themes/ridhi/
Author: Rara Theme
Author URI: https://rarathemes.com/
Description: Ridhi is a lead-generating WordPress theme for coaches, speakers, mentors, consultants, entrepreneurs, therapists, and small business organizations. The strategically placed Newsletter banner section will drive your visitors to quickly connect with you and help you achieve a great milestone. The theme offers multiple sections to showcase your bio, services, testimonials, team members, contact details, and many more. The theme highlights you and your services, designed to help boost your business. Ridhi is SEO-friendly, speed optimized, translation ready and WooCommerce and RTL compatible. Check demo at https://rarathemes.com/previews/?theme=ridhi, read the documentation at https://docs.rarathemes.com/docs/ridhi/, and get support at https://rarathemes.com/support-ticket/.
Version: 1.0.4
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: ridhi
Tags: blog, one-column, two-columns, right-sidebar, left-sidebar, footer-widgets, custom-background, custom-header, custom-menu, custom-logo, featured-images, full-width-template, rtl-language-support, translation-ready, theme-options, e-commerce

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Ridhi is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
   ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
    padding: 0;
    font-family: "Meiryo", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    color: #555;
    background-color: #fdf9ec;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='199' viewBox='0 0 100 199'%3E%3Cg fill='%23efd271' fill-opacity='0.4'%3E%3Cpath d='M0 199V0h1v1.99L100 199h-1.12L1 4.22V199H0zM100 2h-.12l-1-2H100v2z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    -ms-overflow-x: hidden;
    overflow-x: hidden;
    /* Fallback for when there is no custom background color defined. */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.3;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 20px;
    font-weight: bold;
    color: #2c3258;
}

p {
    margin: 10px 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #555;
}

.h3-space {
    letter-spacing: 1px;
}


/*--------------------------------------------------------------
# CSS
--------------------------------------------------------------*/


/* Header
   ========================================================================== */

body .site-header {
    position: absolute;
    width: 100%;
    /*background: rgba(0, 0, 0, 0.1);*/
    top: 0;
    left: 0;
    margin-bottom: 30px;
    z-index: 999;
}

body .site-header .header-t {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

body .site-header .header-t .social-networks {
    list-style: none;
    float: right;
    margin: 0;
    padding: 0;
    font-size: 0.778em;
    line-height: 1.286em;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-wrap: wrap;
}

body .site-header .header-t .social-networks li a {
    display: block;
    color: #FFF;
    border-right: 1px solid rgb(255 255 255 / 20%);
    padding: 13px 14px;
    -moz-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
}

body .site-header .header-b {
    padding: 20px 0;
    -moz-transition: ease, 0.35s;
    -o-transition: ease, 0.35s;
    -webkit-transition: ease, 0.35s;
    transition: ease, 0.35s;
}

body .site-header .header-b .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

body .site-header .site-branding {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}


/* Make sure logo link wraps around logo image. */

body .site-header .custom-logo-link {
    display: inline-block;
}

body .site-header img.custom-logo {
    vertical-align: top;
    max-width: 100%;
}

body .site-header .header-b .right-panel {
    display: flex;
    align-items: center;
}

.main-navigation ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-navigation ul li {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 40px;
}

.main-navigation ul li:first-child {
    margin-left: 0;
}

.main-navigation ul li a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    -moz-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
}

.main-navigation ul li a:hover,
.main-navigation ul li a:focus {
    font-weight: bold;
}

.banner {
    position: relative;
    /*margin: 0 0 40px;*/
}

.banner:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    z-index: 1;
}

.banner img {
    vertical-align: top;
    object-fit: cover;
    width: 100%;
    min-height: 800px;
    height: 100vh;
}

.blog .banner img {
    height: 440px;
}

.blog.has-banner.home .banner img {
    /*min-height: 100vh;*/
}

.banner-box {
    margin: 50px 0;
    padding: 5px;
    position: relative;
    border-top: solid 2px #dbd7d4;
    border-bottom: solid 2px #dbd7d4;
}

.banner-box:before, .banner-box:after {
  content: '';
  position: absolute;
  top: -10px;
  width: 2px;
  height: -webkit-calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: #dbd7d4;
}

.banner-box:before {
  left: 10px;
}

.banner-box:after {
  right: 10px;
}

.banner-box .text-holder {
    background: #dbd7d4;
    padding: 20px;
    margin-left: 13px;
    margin-right: 13px;
}

.banner-box .text-holder span {
    margin: 0;
    padding: 0;
}


/* Categories-1
   ========================================================================== */

.about {
    margin: 0 0 80px;
}

.about .widget {
    margin-bottom: 0;
    position: relative;
    background: none;
}

.about .widget .widget-featured-holder {
    display: flex;
    flex-direction: row-reverse;
}

.about .widget .text-holder {
    flex-basis: 0;
    flex-grow: 1;
    background: none;
    padding: 30px 0;
}

.about .widget .text-holder .content-wrapper {
    background: #fff8d1;
    padding: 45px;
    height: 100%;
    -webkit-transform: translate(-30px, 0);
    -moz-transform: translate(-30px, 0);
    transform: translate(-30px, 0);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}

.about .widget .text-holder .content-wrapper h2.section-subtitle {
    margin-bottom: 15px;
}

.about .widget .text-holder .content-wrapper .section-content {}

.about .widget .text-holder .content-wrapper .section-content p {
    margin: 0;
    padding: 0;
}

.about .widget .img-holder {
    width: 50%;
}

.about .widget .img-holder img {
    vertical-align: top;
    object-fit: cover;
    /*height: 100%;*/
}


/* Post-1
   ========================================================================== */

.services {
    /*margin: 0 0 50px;*/
    background: #f7f7f7;
    padding: 50px 0 0;
    position: relative;
}

.services:before {
    position: absolute;
    content: "";
    width: 280px;
    height: 658px;
    background: url(../wp-content/uploads/2020/09/curtain-right.png) no-repeat top right;
    right: 0;
    top: 0;
}

.services:after {
    position: absolute;
    content: "";
    width: 280px;
    height: 658px;
    background: url(../wp-content/uploads/2020/09/curtain-left.png) no-repeat top left;
    left: 0;
    top: 0;
}

.services .holder {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}

.services .holder .widget {
    width: 33.333%;
    padding: 0 15px;
    margin: 0 0 30px;
    z-index: 1;
}

.services .holder .widget_rrtc_icon_text_widget .rtc-itw-inner-holder {
    display: flex;
    flex-direction: column-reverse;
    background: #fff;
}

.services .holder .widget_rrtc_icon_text_widget .text-holder {
    padding: 30px;
}

.services .holder .widget_rrtc_icon_text_widget .text-holder h3.widget-title {}

.services .holder .widget_rrtc_icon_text_widget .text-holder h3.widget-title a {
    color: #2c3258;
}

.services .holder .widget_rrtc_icon_text_widget .text-holder .content p {
    margin-top: 0;
}

.services .holder .widget_rrtc_icon_text_widget .icon-holder {}

.services .holder .widget_rrtc_icon_text_widget .icon-holder img {
    vertical-align: top;
    object-fit: cover;
    height: 250px;
}

.services .holder .widget_rrtc_icon_text_widget .text-holder .btn-readmore {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: #4dc2e6;
    padding-right: 20px;
    -moz-transition: ease, 0.2s;
    -o-transition: ease, 0.2s;
    -webkit-transition: ease, 0.2s;
    transition: ease, 0.2s;
}

.services .holder .widget_rrtc_icon_text_widget .text-holder .btn-readmore svg {
    display: inline-block;
    position: relative;
    width: 14px;
    height: 8px;
    fill: #4dc2e6;
    top: 3px;
    right: -8px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -moz-transition: ease, 0.35s;
    -o-transition: ease, 0.35s;
    -webkit-transition: ease, 0.35s;
    transition: ease, 0.35s;
}

.services .holder .widget_rrtc_icon_text_widget .text-holder .btn-readmore:hover,
.services .holder .widget_rrtc_icon_text_widget .text-holder .btn-readmore:focus {
    text-decoration: none;
}

.services .holder .widget_rrtc_icon_text_widget .text-holder .btn-readmore:hover svg,
.services .holder .widget_rrtc_icon_text_widget .text-holder .btn-readmore:focus svg {
    -webkit-transform: translate(10px, -50%);
    -moz-transform: translate(10px, -50%);
    transform: translate(10px, -50%);
}


/* Content
   ========================================================================== */

.testimonial-section {
    padding: 80px 0;
    background: #f7f7f7;
}

.testimonial-section .widget_text {
    /*width: 100%;
    max-width: 100%;
    margin: 0 auto;*/
    margin-bottom: 0;
}

.testimonial-section .widget_text h2.widget-title {
    background: url(../wp-content/uploads/2020/09/curtains.png) no-repeat left top;
    padding: 20px 0 10px 84px;
    position: relative;
}

.testimonial-section .widget_text h2.widget-title:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: #d5d6db;
    top: 7px;
    left: 0;

}

.testimonial-section .holder {
    /*max-width: 994px;*/
    margin: 0 auto;
    width: 100%;
    background: #ebebeb;
    border-bottom: double 7px #f7f7f7;
}

.testimonial-section .holder .widget {
    margin-bottom: 0;
}

.testimonial-section .holder .img-holder {}

.testimonial-section .holder .img-holder img {
    display: block;
}

.testimonial-section .holder .testimonial-content {
    padding: 30px;
}

.testimonial-section .holder .testimonial-content h3 {}

.testimonial-section .holder .testimonial-content p {}


/* Categories-2
   ========================================================================== */

.newsletter-section {
    margin: 0 0 80px;
}

.newsletter-section .blossomthemes-email-newsletter-wrapper {
    padding: 200px 0;
}

.newsletter-section .blossomthemes-email-newsletter-wrapper.bg-img {
    position: relative;
    background-size: cover !important;
    background-position: 50% !important;
}

.newsletter-section .blossomthemes-email-newsletter-wrapper.bg-img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    top: 0;
    left: 0;
    z-index: 0;
}

.newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder {
    position: relative;
    width: 100%;
    max-width: 770px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    padding: 0 15px;
}

.newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder h2 {
    width: 100%;
    margin-bottom: 15px;
}

.newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder span {
    display: block;
}


/* Post-2
   ========================================================================== */

#content {
    /*margin: 0 0 80px;*/
    padding-top: 80px;
    padding-bottom: 30px;
    position: relative;
    background: #f7f7f7;
}

#content:before {
    position: absolute;
    content: "";
    width: 280px;
    height: 658px;
    background: url(../wp-content/uploads/2020/09/curtain-right.png) no-repeat top right;
    right: 0;
    top: 0;
}

#content:after {
    position: absolute;
    content: "";
    width: 280px;
    height: 658px;
    background: url(../wp-content/uploads/2020/09/curtain-left.png) no-repeat top left;
    left: 0;
    top: 0;
}

#content .holder {
    display: flex;
    margin: 0 -15px;
    justify-content: flex-start;
}

.blog-section {
    /*margin: 0 0 80px;*/
}

.blog-section .holder {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: center;
}

.blog-section .post {
    /*width: 50%;*/
    /*width: 33.333%;*/
    width: 31.1%;
    /*padding: 0 15px;*/
    margin: 0 1% 30px;
    background: #fff;
}

.blog-section .post:last-child {
    margin-right: 0;
}

.blog-section .post .text-holder {
    display: flex;
    flex-direction: column;
    flex-basis: 0;
    flex-grow: 1;
    /*-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);*/
    padding: 30px;
}

.blog-section .post .text-holder h3.entry-title {
    flex-basis: 0;
    flex-grow: 1;
}

.blog-section .post .text-holder h3.entry-title a {
    color: #2c3258;
    -moz-transition: ease, 0.2s;
    -o-transition: ease, 0.2s;
    -webkit-transition: ease, 0.2s;
    transition: ease, 0.2s;
}

.blog-section .post .text-holder .description {
    display: block;
}

.blog-section .post .text-holder .description p {
    margin-top: 0;
}


/* Single
   ========================================================================== */

.single .banner .text-holder h1.entry-title {
    margin-bottom: 0;
    color: #FFF;
}

.single .holder {
    background: #fff;
    padding: 20px 5px;
}

#primary {
    flex-basis: 0;
    flex-grow: 1;
    padding: 0 15px;
    width: 76.777%;
}

.single #primary .site-main .hentry {
    margin-bottom: 0;
    padding: 0;
}

.single #primary .site-main .entry-content {
    overflow: hidden;
    /*margin-bottom: 30px;*/
}

.single #primary .site-main .entry-content h2 {
    font-size: 22px;
    font-weight: bold;
    color: #2c3258;
}

.single #primary .site-main .entry-content p {}


/* Secondary
   ========================================================================== */

#secondary {
    width: 33.333%;
    padding: 0 15px 0 40px;
    position: static;
    -ms-word-break: break-all;
    word-break: break-all;
}

#secondary .widget {
    margin: 0 0 30px;
    padding: 0;
}

#secondary .widget h2.widget-title {
    font-size: 20px;
    font-weight: bold;
}

#secondary .widget h2.widget-title a {
    color: #333;
}

#secondary .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#secondary .widget ul li {
    margin: 0 0 5px;
    padding: 10px 20px;
    background: rgb(219 215 212 / 20%);
    border-left: solid 3px #fee970;
}

#secondary .widget ul li:hover {}

#secondary .widget ul li:last-child {
    margin-bottom: 0;
}

#secondary .widget ul li a {
    font-size: 16px;
    font-weight: normal;
    color: #2c3258;
    -moz-transition: ease, 0.2s;
    -o-transition: ease, 0.2s;
    -webkit-transition: ease, 0.2s;
    transition: ease, 0.2s;
}

#secondary .widget ul li a:hover,
#secondary .widget ul li a:focus,
#secondary .widget ul li:hover a {
    color: #2c3258;
    font-weight: bold;
}


/* Footer
   ========================================================================== */

.site-footer {
    background: #f7f7f7;
}

.site-footer .footer-b {
    padding: 20px 0;
}

.site-footer .footer-b .site-info {
    float: left;
    width: 50%;
    font-size: 14px;
    font-weight: normal;
    color: #555;
    padding-right: 20px;
}

.site-footer .footer-b .site-info a {
    color: #555;
    font-weight: bold;
}

.site-footer .footer-b .widget_rtc_social_links {
    float: right;
    width: 50%;
    margin: 0;
    padding-left: 20px;
}

.site-footer .footer-b .social-networks {
    list-style: none;
    overflow: hidden;
    text-align: right;
    margin: 0;
    padding: 0;
}

.site-footer .footer-b .social-networks li {
    display: inline-block;
    margin-left: 20px;
}

.site-footer .footer-b .social-networks li:first-child {
    margin-left: 0;
}

.site-footer .footer-b .social-networks li a {
    color: #9b9183;
    -moz-transition: ease, 0.2s;
    -o-transition: ease, 0.2s;
    -webkit-transition: ease, 0.2s;
    transition: ease, 0.2s;
}

.site-footer .footer-b .social-networks li a:hover,
.site-footer .footer-b .social-networks li a:focus {
    color: #dbd7d4;
}


/* Responsive
   ========================================================================== */

@media (max-width: 478px) {
    .banner {
        /*margin-bottom: 30px;*/
    }
    #content {
        /*margin-bottom: 30px;*/
    }
}

@media (max-width: 992px) {
    .services .holder .widget_rrtc_icon_text_widget .icon-holder img {
        height: 150px;
    }
    .about .widget .text-holder {
        padding: 0;
    }
    .about .widget .text-holder .content-wrapper {
        padding: 0 34px;
    }
    .services {
        margin-bottom: 0;
    }
}


/*--------------------------------------------------------------
# END
--------------------------------------------------------------*/


/* Grouping content
   ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}


/* Forms
   ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
   ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
   ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

button,
input,
select,
optgroup,
textarea {
    color: #555;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    line-height: 1.8em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 0 1.5em;
    font-size: 1.222em;
    line-height: 1.75em;
    font-weight: 700;
    font-style: italic;
    color: #555;
    padding-left: 88px;
    position: relative;
}

blockquote:before {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%{23007BFF}' viewBox='0 0 32 32'%3E%3Cpath d='M31.9,18.6c-0.5-3-3-5.3-6.1-5.4c0.7-2.8,2.6-3.9,4.8-4.5c0.1,0,0.2-0.2,0.2-0.3l-0.4-2.2c0,0,0-0.2-0.3-0.1c-7.6,0.9-12.8,6.7-11.8,13.7c0.9,4.9,4.7,6.8,8.2,6.3C30,25.4,32.5,22.1,31.9,18.6L31.9,18.6z M7.6,13.1c0.7-2.8,2.6-3.9,4.8-4.5c0.1,0,0.2-0.2,0.2-0.3l-0.3-2.2c0,0,0-0.2-0.3-0.1C4.3,6.8-0.8,12.6,0.1,19.6c0.9,4.9,4.8,6.8,8.3,6.3c3.5-0.5,5.9-3.8,5.4-7.3c0,0,0,0,0,0C13.3,15.5,10.7,13.2,7.6,13.1z'/%3E%3C/svg%3E") center center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 48px;
    content: "";
    background-size: 2.8em;
}

blockquote p {
    margin: 0 0 0.818em;
}

blockquote cite {
    font-size: 0.818em;
    line-height: 1.111em;
    font-weight: normal;
    font-style: normal;
    color: #999;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*============================
 Common Site Style
============================*/

.clearfix:after {
    display: block;
    clear: both;
    content: "";
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

@media only screen and (max-width: 1199px) {
    .container {
        max-width: 970px;
    }
}

@media only screen and (max-width: 1024px) {
    .container {
        max-width: 750px;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        max-width: 420px;
    }
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
}

.wp-caption .wp-caption-text {
    margin: 0.714em 0;
    font-size: 0.778em;
    line-height: 1.571em;
    color: #999;
}

.wp-caption-text {
    text-align: center;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 30px;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.leftsidebar #primary {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    position: relative;
    display: inline-block;
    margin: 0;
}

.leftsidebar #secondary {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    padding: 0 40px 0 15px;
    position: relative;
    display: inline-block;
    margin: 0;
}

@media only screen and (max-width: 1024px) {
    #content .holder {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .leftsidebar #primary,
    .rightsidebar #primary {
        -webkit-order: 1;
        -ms-order: 1;
        order: 1;
        width: 100%;
    }
    .leftsidebar #secondary,
    .rightsidebar #secondary {
        -webkit-order: 2;
        -ms-order: 2;
        order: 2;
        width: 100%;
        padding: 0 15px;
    }
}

@media only screen and (max-width: 767px) {
    #primary {
        width: 100%;
    }
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
}

table thead tr th {
    border-bottom: 2px solid #EBEBEB;
}

table th,
table td {
    text-align: left;
    padding: 11px 15px;
}

table tbody tr:nth-child(2n+1) {
    background: #F7F7F7;
}

body.custom-background .site {
    width: 100%;
    max-width: 1170px;
    padding: 0;
    background: #FFF;
    margin: 0 auto;
}

svg.fallback-svg {
    vertical-align: top;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.title,
.entry-title,
.widget-title,
.banner-title,
.section-subtitle {
    -ms-word-break: break-word;
    word-break: break-word;
}

body .bg-fullwidth {
    margin-bottom: 0;
}

.bg-fullwidth+.bg-fullwidth {
    margin-top: 0;
}

.bg-fullwidth+.bg-fullwidth.cta-section,
.bg-fullwidth+.bg-fullwidth.video-section,
.bg-fullwidth+.bg-fullwidth.newsletter-section {
    padding: 0;
}

.bg-fullwidth+div:not(.bg-fullwidth) {
    /*margin-top: 80px;*/
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: calc(1.5 * 1rem);
}


/* Alignments */

.full-width .alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
    .full-width .alignleft {
        /*rtl:ignore*/
        margin-right: calc(2 * 1rem);
    }
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1rem;
}

@media only screen and (min-width: 768px) {
    .full-width .alignright {
        /*rtl:ignore*/
        margin-left: calc(2 * 1rem);
    }
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption-text {
    color: #767676;
    font-size: 0.71111em;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0.5rem;
    text-align: center;
}

.page-links {
    display: block;
    margin-top: 50px;
    width: 100%;
    text-align: center;
    color: #5798FF;
}

.page-links a {
    display: inline-block;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #666;
}

.page-links a:hover {
    text-decoration: none;
    color: #5798FF;
}

@media only screen and (max-width: 768px) {
    .bg-fullwidth+div:not(.bg-fullwidth) {
        /*margin-top: 40px;*/
    }
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type=button],
input[type=reset],
input[type=submit] {
    font-size: 0.667em;
    line-height: 1.5em;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #5798FF;
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #5798FF;
    -moz-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
    cursor: pointer;
    outline: none;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
    color: #5798FF;
    background: none;
    text-decoration: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
    border: 1px solid #E0E0E0;
    border-radius: 0;
    padding: 15px;
    outline: none;
    font-size: 0.778em;
    line-height: 1.6em;
}

select {
    border: 1px solid #E0E0E0;
}

textarea {
    width: 100%;
    height: 150px;
    resize: none;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 30px;
    /* Make sure select elements fit in widgets. */
}

footer .widget p {
    font-size: 0.88em;
}

.widget select {
    max-width: 100%;
}

.widget_rss h2 a {
    color: #FFF;
}

@media only screen and (max-width: 450px) {
    footer .widget {
        text-align: center;
        margin-bottom: 2.5em;
    }
}


/*===============================
 Header Style
==============================*/

body.has-banner.admin-bar .site-header {
    margin-top: 0px;
}

body.has-banner.admin-bar .site-header .header-b.sticky {
    top: 0px;
}

body.home.admin-bar.sticky-header .site-header .header-b.sticky {
    top: 0px;
}

body .site-header .header-t .social-networks li a:hover {
    background: rgba(0, 0, 0, 0.1);
    border-right-color: rgba(0, 0, 0, 0);
}

body .site-header .header-b .right-panel .btn-book {
    margin-left: 40px;
}

body .site-header .header-b .right-panel .btn-primary:hover {
    background: #fff;
    border-color: #5798FF;
}

body .site-header .site-branding.logo-with-site-identity .text-logo {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
}

body .site-header .site-branding.logo-with-site-identity .text-logo .site-title-description {
    display: inline-block;
    padding-left: 15px;
}

body .site-header .site-branding .logos-wrap {
    position: relative;
    overflow: hidden;
}

body .site-header .site-branding .logos-wrap .custom-logo-link {
    opacity: 1;
    visibility: visible;
    -moz-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    -webkit-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

body .site-header .site-branding .logos-wrap .custom-logo-link img {
    vertical-align: top;
}

body .site-header .site-branding .logos-wrap .second-logo {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

body .site-header .site-branding .site-title {
    font-size: 1.778em;
    line-height: 1.344em;
    font-weight: 600;
    margin: 0 0 5px;
    line-height: 1;
    display: block;
}

body .site-header .site-branding .site-title a:hover {
    text-decoration: none;
}

body .site-header .site-branding .site-description {
    font-size: 14px;
    line-height: 1;
    color: #555;
    margin-bottom: 5px;
}

body .site-header.header-two,
body .site-header.header-three {
    position: relative;
    margin: 0;
    background: #FFF;
}

body .site-header.header-two .header-t .social-networks li a,
body .site-header.header-three .header-t .social-networks li a {
    color: #555;
}

body .site-header.header-two .header-t .social-networks li a:hover,
body .site-header.header-three .header-t .social-networks li a:hover {
    color: #5798FF;
}

body .site-header.header-two .header-t .social-networks li:last-child a,
body .site-header.header-three .header-t .social-networks li:last-child a {
    padding-right: 0;
}

body .site-header.header-two .site-title a,
body .site-header.header-two .site-branding .site-description,
body .site-header.header-three .site-title a,
body .site-header.header-three .site-branding .site-description {
    color: #5798FF;
}

body .site-header.header-two .main-navigation ul li a,
body .site-header.header-three .main-navigation ul li a {
    color: #212121;
}

body .site-header.header-two .main-navigation ul li a:after,
body .site-header.header-three .main-navigation ul li a:after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212121' viewBox='0 0 448 512'%3E%3Cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3C/svg%3E") center center no-repeat;
}

body .site-header.header-two .main-navigation ul li a:hover,
body .site-header.header-three .main-navigation ul li a:hover {
    color: #5798FF;
}

body .site-header.header-two .main-navigation ul li a:hover:after,
body .site-header.header-three .main-navigation ul li a:hover:after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%235798FF' viewBox='0 0 448 512'%3E%3Cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3C/svg%3E") center center no-repeat;
}

body .site-header.header-two .main-navigation ul li.current-menu-parent>a,
body .site-header.header-three .main-navigation ul li.current-menu-parent>a {
    color: #5798FF;
}

body .site-header.header-two .main-navigation ul li.current-menu-parent>a:after,
body .site-header.header-three .main-navigation ul li.current-menu-parent>a:after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%235798FF' viewBox='0 0 448 512'%3E%3Cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3C/svg%3E") center center no-repeat;
}

body .site-header.header-two .main-navigation ul ul li a:hover,
body .site-header.header-three .main-navigation ul ul li a:hover {
    color: #FFF;
}

body .site-header.header-two .header-b,
body .site-header.header-three .header-b {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

body .site-header.header-two .header-b .right-panel .btn-primary:hover,
body .site-header.header-three .header-b .right-panel .btn-primary:hover {
    border-color: #5798FF;
}

body .site-header.header-two .header-b .site-branding.logo-with-site-identity .text-logo a.custom-logo-link,
body .site-header.header-three .header-b .site-branding.logo-with-site-identity .text-logo a.custom-logo-link {
    opacity: 0;
    visibility: hidden;
}

body .site-header.header-two .header-b .site-branding.logo-with-site-identity .text-logo a.custom-logo-link.second-logo,
body .site-header.header-three .header-b .site-branding.logo-with-site-identity .text-logo a.custom-logo-link.second-logo {
    display: block;
    opacity: 1;
    visibility: visible;
    text-align: center;
    margin-bottom: 10px;
}

body .site-header.header-three .header-t {
    background: rgba(51, 59, 104, 0.05);
    padding: 5px 0;
}

body .site-header.header-three .header-t .container {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

body .site-header.header-three .header-t .container.clearfix:before,
body .site-header.header-three .header-t .container.clearfix:after {
    display: none;
}

body .site-header.header-three .header-t .container .btn-book {
    display: inline-block;
    width: auto;
}

body .site-header.header-three .header-t .container .social-networks {
    float: none;
}

body .site-header.header-three .header-b .container .left-panel {
    width: 38%;
    padding-right: 15px;
}

body .site-header.header-three .header-b .container .left-panel .main-navigation ul.menu>li:last-child ul,
body .site-header.header-three .header-b .container .left-panel .main-navigation ul.menu>li:nth-last-child(2) ul {
    left: -20px;
    right: auto;
}

body .site-header.header-three .header-b .container .left-panel .main-navigation ul.menu>li:last-child ul ul,
body .site-header.header-three .header-b .container .left-panel .main-navigation ul.menu>li:nth-last-child(2) ul ul {
    left: 100%;
    right: auto;
}

body .site-header.header-three .header-b .container .right-panel {
    width: 38%;
    padding-left: 15px;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

body .site-header.header-three .header-b .container .right-panel nav ul.menu {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

body .site-header.header-three .header-b .container .site-branding {
    width: 24%;
}

body .site-header.header-three .header-b .container .site-branding .text-logo {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

body .site-header.header-three .header-b .container .site-branding .text-logo .logos-wrap {
    text-align: center;
}

body .site-header.header-three .header-b .container .site-branding .text-logo .logos-wrap .custom-logo-link {
    opacity: 0;
    visibility: hidden;
    display: none;
}

body .site-header.header-three .header-b .container .site-branding .text-logo .logos-wrap .custom-logo-link.second-logo {
    display: block;
    opacity: 1;
    visibility: visible;
    position: relative;
    margin: 0 auto;
}

body .site-header.header-three .header-b .container .site-branding.logo-with-site-identity .text-logo .site-title-description {
    text-align: left;
}

body .site-header.header-two .header-t {
    border-bottom: 1px solid rgba(51, 59, 104, 0.2);
}

body.has-banner .site-header .header-t .social-networks li a:hover {
    background: rgba(255, 255, 255, 0.2);
}

body.has-banner .site-header .site-branding .site-description {
    color: #FFF;
}

body.has-banner .site-header .main-navigation ul ul li a {
    color: #555;
}

body.has-banner .site-header .main-navigation ul ul li.focus>a,
body.has-banner .site-header .main-navigation ul ul li a:focus,
body.has-banner .site-header .main-navigation ul ul li a:hover {
    color: #FFF;
}

body.has-banner .site-header .header-b .right-panel .btn-primary:hover {
    border-color: #FFF;
}

body.has-banner .site-header .main-navigation ul ul li:hover>a {
    color: #FFF !important;
}

body.has-banner .site-header.header-two,
body.has-banner .site-header.header-three {
    position: relative;
    margin: 0;
    background: #FFF;
}

body.has-banner .site-header.header-two .header-t .social-networks li a,
body.has-banner .site-header.header-three .header-t .social-networks li a {
    color: #555;
}

body.has-banner .site-header.header-two .header-t .social-networks li a:hover,
body.has-banner .site-header.header-three .header-t .social-networks li a:hover {
    color: #5798FF;
}

body.has-banner .site-header.header-two .site-title a,
body.has-banner .site-header.header-two .site-branding .site-description,
body.has-banner .site-header.header-three .site-title a,
body.has-banner .site-header.header-three .site-branding .site-description {
    color: #5798FF;
}

body.has-banner .site-header.header-two .main-navigation ul li a,
body.has-banner .site-header.header-three .main-navigation ul li a {
    color: #212121;
}

body.has-banner .site-header.header-two .main-navigation ul li a:after,
body.has-banner .site-header.header-three .main-navigation ul li a:after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212121' viewBox='0 0 448 512'%3E%3Cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3C/svg%3E") center center no-repeat;
}

body.has-banner .site-header.header-two .main-navigation ul li a:hover,
body.has-banner .site-header.header-three .main-navigation ul li a:hover {
    color: #5798FF;
}

body.has-banner .site-header.header-two .main-navigation ul li a:hover:after,
body.has-banner .site-header.header-three .main-navigation ul li a:hover:after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%235798FF' viewBox='0 0 448 512'%3E%3Cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3C/svg%3E") center center no-repeat;
}

body.has-banner .site-header.header-two .main-navigation ul li.current-menu-parent>a,
body.has-banner .site-header.header-three .main-navigation ul li.current-menu-parent>a {
    color: #5798FF;
}

body.has-banner .site-header.header-two .main-navigation ul li.current-menu-parent>a:after,
body.has-banner .site-header.header-three .main-navigation ul li.current-menu-parent>a:after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%235798FF' viewBox='0 0 448 512'%3E%3Cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3C/svg%3E") center center no-repeat;
}

body.has-banner .site-header.header-two .main-navigation ul ul li a:hover,
body.has-banner .site-header.header-three .main-navigation ul ul li a:hover {
    color: #FFF;
}

body.has-banner .site-header.header-two .header-b .right-panel .btn-primary:hover,
body.has-banner .site-header.header-three .header-b .right-panel .btn-primary:hover {
    border-color: #5798FF;
}

body.has-banner .site-header.header-two .header-t {
    border-bottom: 1px solid rgba(51, 59, 104, 0.2);
}

body.sticky-header .header-b.sticky {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    background: white;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.075);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.075);
}

body.sticky-header .header-b.sticky .site-branding .site-title a {
    color: #555;
}

body.sticky-header .header-b.sticky .site-branding .site-description {
    color: #555;
}

body.sticky-header .header-b.sticky .main-navigation ul li.menu-item-has-children>a:after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333333' viewBox='0 0 448 512'%3E%3Cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3C/svg%3E") center center no-repeat;
}

body.sticky-header .header-b.sticky .main-navigation ul li a {
    color: #555;
}

body.sticky-header .header-b.sticky .main-navigation ul li>a:hover,
body.sticky-header .header-b.sticky .main-navigation ul li.current-menu-item>a,
body.sticky-header .header-b.sticky .main-navigation ul li.current-menu-ancestor>a,
body.sticky-header .header-b.sticky .main-navigation ul li.current_page_item>a,
body.sticky-header .header-b.sticky .main-navigation ul li.current_page_ancestor>a {
    color: #5798FF;
}

body.sticky-header .header-b.sticky .main-navigation ul ul li:hover>a,
body.sticky-header .header-b.sticky .main-navigation ul ul li a:hover {
    color: #FFF !important;
}

body.sticky-header .header-b.sticky .btn-primary:hover {
    border: 1px solid #5798FF;
}

body.sticky-header .header-b.sticky .logos-wrap a.custom-logo-link {
    opacity: 0;
    visibility: hidden;
}

body.sticky-header .header-b.sticky .logos-wrap a.custom-logo-link.second-logo {
    opacity: 1;
    visibility: visible;
}

body.sticky-header .header-two .header-b.sticky .site-branding .site-title a,
body.sticky-header .header-three .header-b.sticky .site-branding .site-title a {
    color: #5798FF;
}

.site-title a {
    color: #FFF;
}

body.has-banner .site-header .header-b.sticky .right-panel .btn-primary:hover {
    border-color: #5798FF;
}

body.custom-background header.site-header {
    width: 100%;
    max-width: 1170px;
    padding: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

body.custom-background header.site-header .header-b.sticky {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

body.custom-background.admin-bar header.site-header {
    top: 32px;
}

.customize-partial-edit-shortcut-button svg,
.customize-partial-edit-shortcut-button svg {
    fill: #FFF !important;
    top: auto !important;
    right: auto !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}

.customize-partial-edit-shortcut-button:hover,
.customize-partial-edit-shortcut-button:hover {
    border-color: #FFF !important;
}

@media only screen and (max-width: 1024px) {
    .site-header {
        display: none;
    }
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #555;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: #2c3258;
}

a:hover,
a:active {
    outline: 0;
}

@media only screen and (max-width: 1250px) {
    .main-navigation ul li {
        margin-left: 20px;
    }
    body .site-header.header-three .header-b {
        padding: 15px 0 10px;
    }
    body .site-header.header-three .header-b .container .site-branding {
        width: 18%;
    }
    body .site-header.header-three .header-b .container .left-panel,
    body .site-header.header-three .header-b .container .right-panel {
        width: 41%;
    }
    body .site-header.header-three .header-b .container .site-branding .text-logo .logos-wrap {
        margin-bottom: 10px;
    }
    body .site-header.header-three .header-b .container .site-branding.logo-with-site-identity .text-logo .site-title-description {
        text-align: center;
        padding: 0;
    }
}

@media only screen and (max-width: 1199px) {}

.btn-primary {
    font-size: 0.667em;
    line-height: 1.5em;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #5798FF;
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #5798FF;
    -moz-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
}

.btn-primary:hover {
    color: #5798FF;
    background: none;
    text-decoration: none;
}

.btn-secondary {
    font-size: 0.667em;
    line-height: 1.5em;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #555B68;
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #555B68;
    -moz-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
}

.btn-secondary:hover {
    color: #555B68;
    background: none;
    text-decoration: none;
}

.banner .banner-bg-wrap {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.banner .banner-bg-wrap .banner-content {
    position: relative;
    padding: 14em 0 14em;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    margin: 0;
}

.banner svg.fallback-svg {
    height: 100vh;
}

.banner .banner-content {
    position: absolute;
    left: 0;
    z-index: 3;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-top: 53px;
}

.banner .banner-content:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner .banner-content .container {
    position: relative;
    z-index: 3;
}

.banner .banner-content .banner-box {
    max-width: 470px;
    text-align: left;
}

.banner .banner-content .banner-box .blossomthemes-email-newsletter-wrapper {
    background: rgba(255, 255, 255, 0.95);
    padding: 50px;
}

.banner .banner-content .banner-box .blossomthemes-email-newsletter-wrapper .bten-response span {
    top: 50%;
    left: 50%;
    width: 80%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.banner .banner-content .banner-box .blossomthemes-email-newsletter-wrapper .table .table-cell {
    vertical-align: bottom !important;
}

.banner .banner-content .banner-box .blossomthemes-email-newsletter-wrapper .table .table-cell img {
    width: 30px;
    height: 30px;
    min-height: unset;
    vertical-align: bottom;
    margin-bottom: -15px;
}

.banner .banner-content .banner-box h3 {
    font-size: 2em;
    line-height: 1.25em;
    font-weight: 800;
    margin: 0 0 16px;
}

.banner .banner-content .banner-box span {
    display: block;
    line-height: 1.6em;
    font-size: 1.111em;
    margin-bottom: 1.33em;
}

.banner .banner-content .banner-box span.check-mark {
    line-height: 1;
    margin-top: 1px;
}

.banner .banner-content .banner-box span.text {
    font-size: 0.88em;
    line-height: 1.25;
}

.banner .banner-content .banner-box form input[type=text],
.banner .banner-content .banner-box form input[type=email] {
    width: 100%;
    padding: 12px 15px;
    margin: 0 0 15px;
    font-size: 0.778em;
    line-height: 1.6em;
    color: #999;
    background: transparent;
    border: 1px solid #E0E0E0;
    border-radius: 0;
}

.banner .banner-content .banner-box form input[type=submit] {
    font-size: 0.667em;
    line-height: 1.5em;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #5798FF;
    display: inline-block;
    padding: 14px 30px;
    border: 1px solid #5798FF;
    -moz-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
    border-radius: 0;
    width: 100%;
    cursor: pointer;
}

.banner .banner-content .banner-box form input[type=submit]:hover,
.banner .banner-content .banner-box form input[type=submit]:focus {
    background: none;
    color: #5798FF;
}

.banner .banner-content.center .banner-box {
    margin: 0 auto;
}

.banner .banner-content.right .banner-box {
    margin: 0 0 0 auto;
}

.banner .text-holder {
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.banner .text-holder .banner-title {
    font-size: 3.333em;
    line-height: 1.25em;
    font-weight: 700;
    margin: 0 0 0.133em;
    color: #FFF;
}

.banner .text-holder .description {
    font-size: 1.111em;
    line-height: 1.6em;
    color: #FFF;
}

.banner .text-holder .description a {
    color: #FFF;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.banner .text-holder .description a:hover {
    color: #5798FF;
    text-decoration: none;
}

.banner .banner-text {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner .banner-text .text-holder {
    text-align: center;
}

.banner .banner-text .text-holder span.category {
    display: block;
    color: #FFF;
    font-size: 0.778em;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.banner .banner-text .text-holder span.category a {
    color: #FFF;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.banner .banner-text .text-holder span.category a:hover {
    color: #FFF;
    text-decoration: none;
    color: #5798FF;
}

.banner .banner-text .text-holder h2 {
    font-size: 3.333em;
    line-height: 1.125;
    font-weight: 800;
    margin: 0 0 0.125em;
    color: #FFF;
}

.banner .banner-text .text-holder h2 a {
    color: #FFF;
    text-decoration: none;
    background-image: none;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.banner .banner-text .text-holder h2 a:hover {
    color: #5798FF;
}

.banner .banner-text .text-holder .content {
    font-size: 1.111em;
    line-height: 1.6em;
    color: #FFF;
    margin-bottom: 1.5em;
}

.banner .owl-carousel .text-holder h2.title {
    margin-bottom: 0.35em;
}

.banner #banner-slider .item:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body:not(.home) .banner .text-holder {
    max-width: 770px;
}

.page:not(.home) .banner img {
    height: 443px;
}

.header-two+.banner .banner-bg-wrap .banner-content,
.header-three+.banner .banner-bg-wrap .banner-content {
    padding: 8em 0;
}

.banner+.bg-fullwidth {
    margin-top: 0 !important;
    margin-bottom: 80px;
}

@media only screen and (max-width: 1200px) {
    .banner .svg-holder svg.fallback-svg {
        height: 600px;
    }
}

@media only screen and (max-width: 1024px) {
    .banner img,
    .banner .svg-holder svg.fallback-svg {
        height: 850px;
        min-height: unset;
    }
    .banner .text-holder .banner-title {
        font-size: 2em;
        margin-bottom: 0.5em;
    }
    .banner .text-holder .description p {
        font-size: 0.88em;
    }
}

@media only screen and (max-width: 768px) {
    .banner img,
    .banner .svg-holder svg.fallback-svg {
        height: 700px;
        object-fit: cover;
        min-height: unset;
    }
    .banner .banner-content {
        margin-top: 0;
    }
    .banner .banner-content .banner-box {
        margin: 0 auto;
    }
    .banner .banner-content .banner-box h3 {
        font-size: 1.667em;
        line-height: 1.25em;
    }
    .banner .banner-content .banner-box span {
        font-size: 1em;
    }
    .banner .banner-content .banner-box form input[type=submit] {
        letter-spacing: 0;
    }
    .banner .banner-bg-wrap .banner-content {
        padding: 11.5em 0 6em;
    }
}


/*body:not(.home) .banner {
    margin-bottom: 80px;
}*/

body.error404:not(.home) .banner .text-holder {
    max-width: 600px;
    text-align: center;
}

.mobile-header {
    display: none;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.64);
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
}

.menu-open .overlay {
    visibility: visible;
    opacity: 1;
    -moz-transition: ease 0.35s;
    -o-transition: ease 0.35s;
    -webkit-transition: ease 0.35s;
    transition: ease 0.35s;
}

@media only screen and (max-width: 1024px) {
    .mobile-header {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 14px 0;
        background: rgba(0, 0, 0, 0.2);
        z-index: 999;
    }
    .mobile-header .container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .mobile-header .mobile-menu-opener {
        width: 20px;
        height: 14px;
        padding: 0;
        background: none;
        border: none;
        position: relative;
        cursor: pointer;
    }
    .mobile-header .mobile-menu-opener:focus {
        outline: dotted 1px rgba(255, 255, 255, 0.4);
    }
    .mobile-header .mobile-menu-btn {
        width: auto;
        border: none;
        padding: 0;
        background: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .mobile-header .mobile-menu-btn:focus {
        outline: dotted 1px rgba(255, 255, 255, 0.5);
    }
    .main-navigation ul ul li a:hover,
    .main-navigation ul ul li a:focus,
    .main-navigation ul ul li:hover>a,
    .main-navigation ul ul li:focus>a {
        background: none;
    }
    .mobile-header .mobile-menu-opener:after,
    .mobile-header .mobile-menu-opener:before {
        width: 100%;
        height: 2px;
        background: #fff;
        position: absolute;
        content: "";
        left: 0;
    }
    .mobile-header .mobile-menu-opener:before {
        top: 0;
    }
    .mobile-header .mobile-menu-opener:after {
        bottom: 0;
    }
    .mobile-header .mobile-menu-opener span {
        width: 100%;
        height: 2px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .mobile-header .site-branding {
        flex-basis: 0;
        flex-grow: 1;
        text-align: center;
    }
    .mobile-header .site-branding .site-title {
        font-size: 1.333em;
        line-height: 1.333em;
        font-weight: 700;
        margin: 0;
        display: block;
        width: 100%;
    }
    .mobile-header .site-branding .site-title a {
        color: #fff;
    }
    .mobile-header .site-branding .site-title a:hover,
    .mobile-header .site-branding .site-title a:focus {
        text-decoration: none;
    }
    .mobile-header .site-branding .site-description {
        color: #FFF;
        font-size: 0.88em;
        margin: 0;
        display: block;
        width: 100%;
    }
    .mobile-header .site-branding .text-logo {
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        text-align: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    .mobile-header .site-branding .text-logo .custom-logo-link img {
        vertical-align: top;
    }
    .mobile-header .site-branding .text-logo .logos-wrap .custom-logo-link.second-logo {
        display: none;
    }
    .mobile-header .site-branding .text-logo .site-title-description .site-title {
        line-height: 1;
    }
    .mobile-header .site-branding.logo-with-site-identity .site-title-description {
        padding-left: 10px;
    }
    .mobile-header .mobile-menu-wrapper {
        position: fixed;
        max-width: 356px;
        width: 100%;
        background: #fff;
        top: 0;
        left: 0;
        height: 100%;
        padding-top: 66px;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 999;
        display: none;
    }
    .mobile-header .mobile-menu-wrapper .btn-book {
        padding: 20px 32px;
    }
    .mobile-header .mobile-menu-wrapper .btn-book a.btn-primary {
        width: 100%;
        text-align: center;
    }
    .mobile-header .mobile-navigation {
        border-top: 1px solid #EBEBEB;
        padding: 15px 0;
    }
    .mobile-header .mobile-navigation ul {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 0.778em;
        line-height: 1.357em;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    .mobile-header .mobile-navigation ul li {
        position: relative;
        display: block;
        width: 100%;
        margin: 0;
    }
    .mobile-header .mobile-navigation ul li .arrow-down {
        position: absolute;
        top: 0;
        right: 0;
        width: 43px;
        height: 43px;
        padding: 0;
        background: none;
        border: none;
        cursor: pointer;
        -moz-transition: ease 0.2s;
        -o-transition: ease 0.2s;
        -webkit-transition: ease 0.2s;
        transition: ease 0.2s;
    }
    .mobile-header .mobile-navigation ul li.menu-item-has-children:after {
        display: none;
    }
    .mobile-header .mobile-navigation ul li .arrow-down:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23B1B1B2' viewBox='0 0 256 512'%3E%3Cpath d='M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z'/%3E%3C/svg%3E") center center no-repeat;
        width: 10px;
        height: 20px;
    }
    .mobile-header .mobile-navigation ul li .arrow-down.active {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .mobile-header .mobile-navigation ul li a {
        color: #555;
        white-space: nowrap;
        display: block;
        font-size: 14px;
        padding: 12px 32px;
        -moz-transition: ease 0.2s;
        -o-transition: ease 0.2s;
        -webkit-transition: ease 0.2s;
        transition: ease 0.2s;
    }
    .mobile-header .mobile-navigation ul li a:hover,
    .mobile-header .mobile-navigation ul li a:focus {
        text-decoration: none;
        color: #2c3258;
    }
    .mobile-header .mobile-navigation ul li.current-menu-item>a,
    .mobile-header .mobile-navigation ul li.current-menu-ancestor>a,
    .mobile-header .mobile-navigation ul li.current_page_item>a,
    .mobile-header .mobile-navigation ul li.current_page_ancestor>a {
        color: #5798FF;
    }
    .mobile-header .mobile-navigation .social-networks:before,
    .mobile-header .mobile-navigation .social-networks:after {
        display: table;
        clear: both;
        content: "";
    }
    .mobile-header .mobile-navigation .social-networks li {
        display: inline-block;
        width: auto;
    }
    .mobile-header .mobile-navigation .social-networks li a {
        display: inline-block;
        color: #555;
        border: 1px solid #E0E0E0;
        margin-left: -1px;
        margin-bottom: -1px;
        padding: 13px 18px;
        -webkit-transition: ease 0.2s;
        -moz-transition: ease 0.2s;
        transition: ease 0.2s;
    }
    /*.mobile-header .mobile-navigation .social-networks li:first-child a{
    border-left: 1px solid #E0E0E0;
  }*/
    .mobile-header .mobile-navigation .social-networks li a:hover {
        color: #FFF;
        border-color: #5798FF;
    }
    .mobile-header .mobile-navigation ul ul {
        display: block;
        width: 100%;
        font-size: 1em;
        display: none;
        position: relative;
        margin: 0;
        left: 0;
    }
    .mobile-header .mobile-navigation ul ul li:focus a,
    .mobile-header .mobile-navigation ul ul li.focus a,
    .mobile-header .mobile-navigation ul ul li a {
        border: none;
        background: none;
    }
    .main-navigation ul ul li:hover>a,
    .main-navigation ul ul li:focus>a {
        color: #555;
    }
    .mobile-header .close {
        position: absolute;
        top: 24px;
        right: 24px;
        width: 30px;
        height: 30px;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23121212' viewBox='0 0 32 32'%3E%3Cpath d='M23,6.286,21.714,5,14,12.714,6.286,5,5,6.286,12.714,14,5,21.714,6.286,23,14,15.286,21.714,23,23,21.714,15.286,14Z'/%3E%3C/svg%3E") center center no-repeat;
        cursor: pointer;
        border: none;
        padding: 0;
    }
    .mobile-header .mobile-navigation ul li .arrow-down:focus,
    .mobile-header .close:focus {
        outline: dotted 1px rgba(0, 0, 0, 0.4);
    }
    .mobile-header .mobile-navigation .social-networks {
        margin: 30px 0 0 32px;
        padding: 0;
        list-style: none;
        font-size: 0.778em;
        line-height: 1.286em;
        display: flex;
        flex-wrap: wrap;
    }
    .mobile-header .social-networks li a {
        color: #555;
        border: 1px solid #E0E0E0;
        border-left: 0;
        display: block;
        padding: 10px 15px;
        -moz-transition: ease 0.2s;
        -o-transition: ease 0.2s;
        -webkit-transition: ease 0.2s;
        transition: ease 0.2s;
    }
    .mobile-header .social-networks li a:hover {
        background: #5798FF;
        color: #fff;
    }
    .sticky-header .mobile-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }
    .menu-open .mobile-menu-wrapper {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@media only screen and (max-width: 768px) {
    body.admin-bar .mobile-header {
        top: 46px;
    }
    body.admin-bar .mobile-header .mobile-menu-wrapper {
        padding-top: 100px;
    }
    body.admin-bar .mobile-header .mobile-menu-wrapper .close {
        top: 60px;
    }
}

@media only screen and (max-width: 420px) {
    .mobile-header .close {
        right: 15px;
    }
    body.admin-bar .mobile-header {
        top: 0;
    }
    body.admin-bar .mobile-header .mobile-menu-wrapper {
        padding-top: 45px;
    }
    body.admin-bar .mobile-header .mobile-menu-wrapper .close {
        top: 10px;
    }
}

.rtc-team-holder-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2;
    overflow-y: auto;
}

.rtc-team-holder-modal.show {
    display: block;
}

.rtc-team-holder-modal .rtc-team-inner-holder-modal {
    max-width: 770px;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 5px;
    padding: 40px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
}

.rtc-team-holder-modal .rtc-team-inner-holder-modal .image-holder {
    width: 200px;
    margin: 0 20px 0 0 !important;
}

.rtc-team-holder-modal .rtc-team-inner-holder-modal .image-holder img {
    border-radius: 5px;
}

.rtc-team-holder-modal .rtc-team-inner-holder-modal .text-holder {
    flex-basis: 0;
    flex-grow: 1;
}

.rtc-team-holder-modal .rtc-team-inner-holder-modal .social-profile {
    width: 100%;
    margin-left: 220px !important;
}

.rtc-team-holder-modal .close_popup {
    position: absolute;
    z-index: 999999;
    top: -50px;
    right: 0px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 320 512'%3E%3Cpath d='M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z'/%3E%3C/svg%3E") center center no-repeat;
    width: 30px;
    height: 30px;
    font-size: 0;
}

@media only screen and (max-width: 1024px) {
    .rtc-team-holder-modal .rtc-team-inner-holder-modal {
        max-width: 700px;
    }
}

@media only screen and (max-width: 1024px) {
    .rtc-team-holder-modal .rtc-team-inner-holder-modal {
        max-width: 400px;
        padding: 30px;
    }
    .rtc-team-holder-modal .rtc-team-inner-holder-modal .image-holder {
        width: 100%;
        margin: 0 0 20px !important;
    }
    .rtc-team-holder-modal .rtc-team-inner-holder-modal .text-holder {
        width: 100%;
    }
    .rtc-team-holder-modal .rtc-team-inner-holder-modal .social-profile {
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .rtc-team-holder-modal .rtc-team-inner-holder-modal {
        margin-top: 10px;
    }
    .rtc-team-holder-modal .rtc-team-inner-holder-modal .text-holder .description {
        max-height: 120px;
        overflow: scroll;
    }
}

.site-footer .footer-t {
    padding: 80px 0;
}

.site-footer .footer-t .grid {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.site-footer .footer-t .grid.column-4 .col {
    width: 25%;
}

.site-footer .footer-t .grid.column-3 .col {
    width: 33.33%;
}

.site-footer .footer-t .grid.column-2 .col {
    width: 50%;
}

.site-footer .footer-t .grid.column-1 .col {
    width: 100%;
    padding: 0;
}

.site-footer .footer-t .grid .col {
    padding-right: 30px;
}

.site-footer .footer-t .grid .col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer .footer-t .grid .col ul li {
    margin-bottom: 10px;
    font-size: 0.88em;
}

.site-footer .footer-t .grid .col ul li a {
    color: #FFF;
    -moz-transition: ease, 0.35s;
    -o-transition: ease, 0.35s;
    -webkit-transition: ease, 0.35s;
    transition: ease, 0.35s;
}

.site-footer .footer-t .grid .col ul li a:hover {
    color: #5798FF;
    text-decoration: none;
}

.site-footer .footer-t .grid .col ul li:last-of-type {
    margin-bottom: 0;
}

.site-footer .footer-t .grid .col .widget_recent_entries ul li a {
    font-weight: bold;
    line-height: 1.35;
    margin-bottom: 15px;
}

.site-footer .footer-t .grid .col table {
    width: 100%;
}

.site-footer .footer-t .grid .col table caption {
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0.83em;
}

.site-footer .footer-t .grid .col table tbody {
    width: 100%;
}

.site-footer .footer-t .grid .col table tbody tr:nth-child(2n+1) {
    background: none;
}

.site-footer .footer-t .grid .col table th,
.site-footer .footer-t .grid .col table td {
    padding: 5px;
    font-size: 0.88em;
}

.site-footer .footer-t .grid .col:last-of-type {
    padding-right: 0;
}

.site-footer .footer-t .widget-title {
    font-size: 0.778em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 2em;
}

.site-footer .footer-b .container:after {
    display: block;
    clear: both;
    content: "";
}

.site-footer .footer-b .widget_rtc_social_links .widget-title {
    display: none;
}

@media only screen and (max-width: 1199px) {
    .site-footer .footer-b .container {
        display: flex;
        flex-direction: column-reverse;
    }
    .site-footer .footer-b .container:after {
        display: none;
    }
    .site-footer .footer-b .site-info {
        display: block;
        float: none;
        text-align: center;
    }
    .site-footer .footer-b .widget_rtc_social_links {
        float: none;
        display: block;
        margin: 0 0 1.5em;
    }
    .site-footer .footer-b .social-networks {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .site-footer .footer-b .social-networks li {
        float: none;
    }
}

@media only screen and (max-width: 768px) {
    .site-footer .footer-t .grid.column-4 .col,
    .site-footer .footer-t .grid.column-3 .col,
    .site-footer .footer-t .grid.column-2 .col {
        width: 100%;
        margin-bottom: 20px;
    }
    .site-footer .footer-t .grid.column-4 .col:last-of-type,
    .site-footer .footer-t .grid.column-3 .col:last-of-type,
    .site-footer .footer-t .grid.column-2 .col:last-of-type {
        margin-bottom: 0;
    }
    .site-footer .footer-t .grid .col {
        padding-right: 0;
    }
    .site-footer .footer-b .widget_rtc_social_links,
    .site-footer .footer-b .site-info {
        width: 100%;
        padding: 0;
    }
    .site-footer .footer-t {
        padding-bottom: 20px;
    }
    .site-footer .footer-t .grid .col table caption {
        text-align: center;
    }
}

@media only screen and (max-width: 450px) {
    .site-footer .footer-t .grid .col table caption {
        text-align: center;
    }
}

#back-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 40px;
    height: 40px;
    background: #5798FF;
    color: #fff;
    text-align: center;
    font-size: 25px;
    line-height: 42px;
    display: none;
    cursor: pointer;
    -webkit-box-shadow: 0px 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0 8px rgba(0, 0, 0, 0.1);
}

.pagination .nav-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.pagination .nav-links .page-numbers {
    font-size: 0.889em;
    line-height: 1em;
    font-weight: 600;
    border: 1px solid #E0E0E0;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 0.95em 1.15em;
    color: #555;
    min-width: 48px;
    min-height: 48px;
    position: relative;
    -moz-transition: ease, 0.2s;
    -o-transition: ease, 0.2s;
    -webkit-transition: ease, 0.2s;
    transition: ease, 0.2s;
}

.pagination .nav-links .page-numbers.current,
.pagination .nav-links .page-numbers:hover,
.pagination .nav-links .page-numbers:focus {
    color: #fff;
    background: #5798FF;
    border-color: #5798FF;
    text-decoration: none;
}

.pagination .nav-links .page-numbers.prev {
    font-size: 0;
}

.pagination .nav-links .page-numbers.prev:after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23121212' viewBox='0 0 32 32'%3E%3Cpath d='M13.7,18.3H32v-4.6H13.7V6.9L0,16l13.7,9.1V18.3z'/%3E%3C/svg%3E") center center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 20px;
    height: 14px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transition: ease, 0.2s;
    -o-transition: ease, 0.2s;
    -webkit-transition: ease, 0.2s;
    transition: ease, 0.2s;
}

.pagination .nav-links .page-numbers.prev:hover:after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 32 32'%3E%3Cpath d='M13.7,18.3H32v-4.6H13.7V6.9L0,16l13.7,9.1V18.3z'/%3E%3C/svg%3E") center center no-repeat;
}

.pagination .nav-links .page-numbers.next {
    font-size: 0;
}

.pagination .nav-links .page-numbers.next:after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23121212' viewBox='0 0 32 32'%3E%3Cpath d='M18.3,13.7H0v4.6h18.3v6.9L32,16L18.3,6.9V13.7'/%3E%3C/svg%3E") center center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 20px;
    height: 14px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transition: ease, 0.2s;
    -o-transition: ease, 0.2s;
    -webkit-transition: ease, 0.2s;
    transition: ease, 0.2s;
}

.pagination .nav-links .page-numbers.next:hover:after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 32 32'%3E%3Cpath d='M18.3,13.7H0v4.6h18.3v6.9L32,16L18.3,6.9V13.7'/%3E%3C/svg%3E") center center no-repeat;
}

.pagination .nav-links .page-numbers.dots {
    border: 0;
    pointer-events: none;
}

#secondary .widget ul ul {
    padding: 30px 20px 10px;
}

#secondary .widget.widget_rss .widget-title a {
    color: #555;
    line-height: 1.3;
    display: inline-block;
    vertical-align: middle;
}

#secondary .widget.widget_rss .widget-title a:hover {
    text-decoration: none;
}

#secondary .widget.widget_rss li {
    line-height: 1.55;
    text-transform: none;
}

#secondary .widget_raratheme_featured_page_widget .widget-title {
    display: none;
}

#secondary .widget_raratheme_featured_page_widget .widget-featured-holder {
    display: flex;
    flex-direction: column;
}

#secondary .widget_raratheme_featured_page_widget .img-holder {
    order: 1;
    margin: 0 0 16px;
}

#secondary .widget_raratheme_featured_page_widget .img-holder img {
    vertical-align: top;
}

#secondary .widget_raratheme_featured_page_widget .section-subtitle {
    order: 2;
    font-size: 1.111em;
    line-height: 1.563em;
    font-weight: 800;
    color: #555;
    margin: 0 0 0.6em;
}

#secondary .widget_raratheme_featured_page_widget .text-holder {
    order: 3;
}

#secondary .widget_raratheme_companion_cta_widget .raratheme-cta-container {
    padding: 24px;
    text-align: center;
    color: #fff;
    position: relative;
}

#secondary .widget_raratheme_companion_cta_widget .widget-title {
    color: #fff;
}

#secondary .widget_raratheme_companion_cta_widget .btn-cta {
    font-size: 0.667em;
    line-height: 1.5em;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #5798FF;
    display: inline-block;
    padding: 10px 30px;
    margin: 0 5px 5px;
    border: 1px solid #5798FF;
    -moz-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
}

#secondary .widget_raratheme_companion_cta_widget .btn-cta:hover {
    color: #5798FF;
    background: #fff;
    border-color: #fff;
    text-decoration: none;
}

#secondary .widget_raratheme_companion_cta_widget .btn-2 {
    font-size: 0.667em;
    line-height: 1.5em;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #555B68;
    display: inline-block;
    padding: 10px 30px;
    margin: 0 5px 5px;
    border: 1px solid #555B68;
    -moz-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
}

#secondary .widget_raratheme_companion_cta_widget .btn-2:hover {
    color: #555B68;
    background: #fff;
    border-color: #fff;
    text-decoration: none;
}

#secondary .widget_raratheme_companion_cta_widget .centered {
    position: relative;
}

#secondary .widget_raratheme_companion_cta_widget .centered:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.5);
}

#secondary .widget_raratheme_client_logo_widget .image-holder {
    margin: 0 0 34px;
}

#secondary .widget_raratheme_client_logo_widget .image-holder.black-white img {
    filter: grayscale(100%);
    -moz-transition: ease, 0.2s;
    -o-transition: ease, 0.2s;
    -webkit-transition: ease, 0.2s;
    transition: ease, 0.2s;
}

#secondary .widget_raratheme_client_logo_widget .image-holder.black-white:hover img {
    filter: grayscale(0);
}

@media only screen and (max-width: 1024px) {
    #secondary {
        width: 100%;
        padding: 0 15px;
        margin-top: 50px;
    }
}

.about .widget .widget-title {
    display: none;
}

.about .widget .btn-primary {
    border-color: #555B68;
    background: #555B68;
}

.about .widget .btn-primary:hover {
    color: #555B68;
    background: none;
}

@media only screen and (max-width: 767px) {
    .about {
        margin: 0 0 48px;
    }
    .about .widget .widget-featured-holder {
        flex-direction: column-reverse;
    }
    .about .widget .img-holder {
        width: 100%;
    }
    .about .widget .img-holder img {
        width: 100%;
    }
    .about .widget .text-holder {
        /*padding: 10px 10px 0;*/
        padding: 0;
    }
    .about .widget .text-holder .content-wrapper {
        text-align: center;
        padding: 20px;
        transform: translate(0, 0);
        /*-webkit-transform: translate(0, -30px);
        -moz-transform: translate(0, -30px);
        transform: translate(0, -30px);*/
    }
    /*.about .widget .section-subtitle {
        font-size: 1.333em;
        line-height: 1.25em;
    }*/
    .blog-section .post {
        margin: 0 15px 30px;
    }
}

.services .holder .widget_text {
    width: 100%;
    text-align: center;
    margin: 0 0 48px;
}

.services .holder .widget_text .widget-title {
    font-size: 2em;
    line-height: 1.25em;
    font-weight: 800;
    color: #555;
    margin: 0 auto 0.222em;
    max-width: 770px;
}

.services .holder .widget_text .textwidget {
    font-size: 1.111em;
    line-height: 1.6em;
    color: #555;
    max-width: 770px;
    margin: 0 auto;
}

.services .holder .widget_text .textwidget p {
    margin: 0;
}

.services .holder .widget_rrtc_icon_text_widget .text-holder .btn-readmore .customize-partial-edit-shortcut-button svg {
    fill: #FFF;
    position: relative;
    width: 10px;
    height: 10px;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}

@media only screen and (max-width: 767px) {
    .services {
        /*margin: 0 0 20px;*/
    }
    .services .holder {
        flex-direction: column;
    }
    .services .holder .widget_text {
        margin: 0 0 32px;
    }
    .services .holder .widget_text .widget-title {
        font-size: 1.667em;
        line-height: 1.25em;
    }
    .services .holder .widget_text .textwidget {
        font-size: 1em;
        line-height: 1.6em;
    }
    .services .holder .rtc-itw-inner-holder {}
    .services .holder .widget {
        width: 100%;
        margin-bottom: 60px;
    }
}

.clients {
    background: #F7F9FF;
    padding: 80px 0 50px;
}

.clients .widget {
    margin: 0;
}

.clients .raratheme-client-logo-inner-holder {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    align-items: center;
}

.clients .widget-title {
    width: 100%;
    text-align: center;
    font-size: 0.778em;
    line-height: 1.357em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 48px;
    padding: 0 15px 16px;
    position: relative;
}

.clients .widget-title:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 80px;
    height: 2px;
    background: #5798FF;
    content: "";
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.clients .image-holder {
    width: 16.667%;
    padding: 0 15px;
    text-align: center;
    margin: 0 0 30px;
}

@media only screen and (max-width: 1024px) {
    .clients .image-holder {
        width: 33.333%;
    }
}

@media only screen and (max-width: 767px) {
    .clients {
        padding: 48px 0 18px;
    }
    .clients .image-holder {
        width: 33.33%;
    }
}

.our-team {
    margin: 0 0 50px;
}

.our-team .holder {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.our-team .holder .widget {
    width: 33.333%;
    padding: 0 15px;
    margin: 0 0 30px;
}

.our-team .holder .widget_text {
    width: 100% !important;
    text-align: center;
    margin: 0 0 48px;
}

.our-team .holder .widget_text .widget-title {
    font-size: 2em;
    line-height: 1.25em;
    font-weight: 800;
    color: #555;
    margin: 0 auto 0.222em;
    max-width: 770px;
}

.our-team .holder .widget_text .textwidget {
    font-size: 1.111em;
    line-height: 1.6em;
    color: #555;
    max-width: 770px;
    margin: 0 auto;
}

.our-team .holder .widget_text .textwidget p {
    margin: 0;
}

.our-team .holder .widget_rrtc_description_widget .image-holder {
    margin: 0 0 20px;
}

.our-team .holder .widget_rrtc_description_widget .image-holder img {
    vertical-align: top;
}

.our-team .holder .widget_rrtc_description_widget .svg-holder {
    margin: 0 0 20px;
}

.our-team .holder .widget_rrtc_description_widget .text-holder .name {
    font-size: 1.111em;
    line-height: 1.563em;
    display: block;
    margin: 0 0 0.2em;
    font-weight: 800;
    color: #555;
}

.our-team .holder .widget_rrtc_description_widget .text-holder .designation {
    font-size: 0.778em;
    line-height: 1.45;
    color: #999;
    margin: 0 0 0.714em;
    display: block;
}

.our-team .holder .widget_rrtc_description_widget .text-holder .description {
    margin: 0 0 1.333em;
}

.our-team .holder .widget_rrtc_description_widget .social-profile {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.our-team .holder .widget_rrtc_description_widget .social-profile li {
    margin-right: 1.333em;
}

.our-team .holder .widget_rrtc_description_widget .social-profile li a {
    color: #999;
    -moz-transition: ease, 0.2s;
    -o-transition: ease, 0.2s;
    -webkit-transition: ease, 0.2s;
    transition: ease, 0.2s;
}

.our-team .holder .widget_rrtc_description_widget .social-profile li a:hover,
.our-team .holder .widget_rrtc_description_widget .social-profile li a:focus {
    text-decoration: none;
    color: #5798FF;
}

@media only screen and (max-width: 1024px) {
    .our-team .holder {
        justify-content: center;
    }
    .our-team .holder .widget {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .our-team {
        margin: 0 0 18px;
    }
    .our-team .holder {
        flex-direction: column;
    }
    .our-team .holder .widget_text {
        margin: 0 0 32px;
    }
    .our-team .holder .widget_text .widget-title {
        font-size: 1.667em;
        line-height: 1.25em;
    }
    .our-team .holder .widget_text .textwidget {
        font-size: 1em;
        line-height: 1.6em;
    }
    .our-team .holder .rtc-team-holder {
        text-align: center;
    }
    .our-team .holder .rtc-team-holder .social-profile {
        text-align: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .our-team .holder .widget {
        width: 100%;
    }
}

.testimonial-section .testimonial-slider .widget {
    margin: 0 auto;
    text-align: left;
    max-width: 100;
    width: 100%;
    position: relative;
    padding-bottom: 70px;
}

.testimonial-section .testimonial-slider .rtc-testimonial-inner-holder {
    display: block;
}

.testimonial-section .testimonial-slider .text-holder {
    margin: 0 0 1.5em;
}

.testimonial-section .testimonial-slider .text-holder .testimonial-content h3 {
    font-size: 22px;
    line-height: 1.4;
}

.testimonial-section .testimonial-slider .text-holder .testimonial-content p {
    margin: 0 0 15px;
}

.testimonial-section .testimonial-slider .text-holder .testimonial-meta {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}

.testimonial-section .testimonial-slider .text-holder .testimonial-meta .name {
    display: block;
    font-size: 1.222em;
    line-height: 1.75em;
}

.testimonial-section .testimonial-slider .text-holder .testimonial-meta .designation {
    font-size: 0.889em;
    line-height: 1em;
    color: #999;
    display: block;
}

.testimonial-section .testimonial-slider .img-holder img {
    width: 100%;
    height: auto;
    margin: 0 auto 25px;
}

@media only screen and (max-width: 767px) {
    .testimonial-section {
        padding: 48px 0;
    }
}

.newsletter-section .blossomthemes-email-newsletter-wrapper form {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px 40px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.newsletter-section .blossomthemes-email-newsletter-wrapper form input[type=text] {
    flex-basis: 0;
    flex-grow: 1;
    margin-right: 30px;
    background: #fff;
    border-radius: 0;
    font-size: 0.778em;
    height: 48px;
    line-height: 48px;
    color: #999;
    padding: 0 15px;
}

.newsletter-section .blossomthemes-email-newsletter-wrapper form input[type=text]::placeholder {
    color: #999 !important;
    opacity: 1;
}

.newsletter-section .blossomthemes-email-newsletter-wrapper form input[type=text]:-ms-input-placeholder {
    color: #999 !important;
}

.newsletter-section .blossomthemes-email-newsletter-wrapper form input[type=text]::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999 !important;
}

.newsletter-section .blossomthemes-email-newsletter-wrapper form input[type=submit] {
    width: 270px;
    height: 48px;
    line-height: 48px;
    margin: 0 !important;
    font-size: 0.667em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #5798FF;
    color: #fff;
    border: 0;
    border-radius: 0;
    padding: 0 15px;
    cursor: pointer;
    -moz-transition: ease, 0.2s;
    -o-transition: ease, 0.2s;
    -webkit-transition: ease, 0.2s;
    transition: ease, 0.2s;
}

.newsletter-section .blossomthemes-email-newsletter-wrapper form input[type=submit]:hover,
.newsletter-section .blossomthemes-email-newsletter-wrapper form input[type=submit]:focus {
    background: #fff;
    color: #5798FF;
}

.newsletter-section .blossomthemes-email-newsletter-wrapper form label {
    position: absolute;
    left: 50%;
    bottom: 0;
    font-size: 0.778em;
    line-height: 1.6em;
    color: #fff;
    padding-left: 25px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.newsletter-section .blossomthemes-email-newsletter-wrapper form label input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

.newsletter-section .blossomthemes-email-newsletter-wrapper form label input[type=checkbox]:checked~.check-mark:after {
    display: block;
}

.newsletter-section .blossomthemes-email-newsletter-wrapper form label .check-mark {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
}

.newsletter-section .blossomthemes-email-newsletter-wrapper form label .check-mark:after {
    position: absolute;
    content: "";
    top: 1px;
    left: 4px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 1px 1px 0;
    display: none;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.newsletter-section .blossomthemes-email-newsletter-wrapper form #loader-98 {
    color: #fff;
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    font-size: 3em;
    color: #fff;
    padding: 25px 0;
}

.newsletter-section .blossomthemes-email-newsletter-wrapper .bten-response span {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1024px) {
    .newsletter-section .blossomthemes-email-newsletter-wrapper form input[type=submit] {
        width: 170px;
    }
}

@media only screen and (max-width: 767px) {
    .newsletter-section {
        margin: 0 0 48px;
    }
    .newsletter-section .blossomthemes-email-newsletter-wrapper {
        padding: 48px 0;
    }
    .newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder {
        /*margin-bottom: 32px;*/
        max-width: 420px;
    }
    .newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder h3 {
        font-size: 1.667em;
        line-height: 1.25em;
    }
    .newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder span {
        font-size: 1em;
        line-height: 1.6em;
    }
    .newsletter-section .blossomthemes-email-newsletter-wrapper form {
        flex-direction: column;
        padding-bottom: 60px;
        max-width: 420px;
    }
    .newsletter-section .blossomthemes-email-newsletter-wrapper form input[type=text] {
        margin: 0 0 16px;
    }
    .newsletter-section .blossomthemes-email-newsletter-wrapper form input[type=submit] {
        width: 100%;
    }
    .newsletter-section .blossomthemes-email-newsletter-wrapper form label {
        margin: 0 10%;
        left: 0;
        right: 0;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}

@media only screen and (max-width: 450px) {
    .newsletter-section .blossomthemes-email-newsletter-wrapper form label {
        margin: 0 20px;
    }
}

.blog-section .widget_text {
    max-width: 770px;
    margin: 0 auto 48px;
    text-align: center;
}

.blog-section .widget_text .widget-title {
    font-size: 2em;
    line-height: 1.25em;
    font-weight: 800;
    color: #555;
    margin: 0 0 0.222em;
}

.blog-section .widget_text .textwidget {
    font-size: 1.111em;
    line-height: 1.6em;
}

.blog-section .widget_text .textwidget p {
    margin: 0;
}

.blog-section .post .post-holder {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #E0E0E0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-section .post .post-thumbnail {
    display: block;
    border: 1px solid #E0E0E0;
    border-bottom: none;
}

.blog-section .post .post-thumbnail img {
    vertical-align: top;
}

.blog-section .post .text-holder .posted-on a {
    color: #999;
    -moz-transition: ease, 0.2s;
    -o-transition: ease, 0.2s;
    -webkit-transition: ease, 0.2s;
    transition: ease, 0.2s;
}

.blog-section .post .text-holder .posted-on a:hover,
.blog-section .post .text-holder .posted-on a:focus {
    text-decoration: none;
    color: #2c3258;
}

.blog-section .btn-holder {
    text-align: center;
    display: block;
    margin-top: 20px;
}

.blog-section .btn-holder a.btn-more {
    font-size: 0.667em;
    line-height: 1.5em;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #5798FF;
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #5798FF;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    transition: ease 0.2s;
}

.blog-section .btn-holder a.btn-more:hover {
    color: #5798FF;
    background: transparent;
    text-decoration: none;
}

@media only screen and (max-width: 1024px) {
    .blog-section .post {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .blog-section {
        /*margin: 0 0 50px;*/
    }
    .blog-section .widget_text {
        margin-bottom: 32px;
    }
    .blog-section .widget_text .widget-title {
        font-size: 1.667em;
        line-height: 1.25em;
    }
    .blog-section .widget_text .textwidget {
        font-size: 1em;
        line-height: 1.6em;
    }
    .blog-section .post {
        width: 100%;
    }
    .blog-section .post .post-thumbnail img {
        width: 100%;
    }
    .blog-section .post .text-holder {
        flex-basis: inherit;
        flex-grow: inherit;
    }
}

.contact-section {
    padding: 80px 0 50px;
    position: relative;
}

.contact-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 59, 104, 0.9);
}

.contact-section .widget_text {
    position: relative;
    color: #fff;
    max-width: 770px;
    margin: 0 auto 48px;
    text-align: center;
}

.contact-section .widget_text .widget-title {
    font-size: 2em;
    line-height: 1.25em;
    font-weight: 800;
    margin: 0 0 0.222em;
}

.contact-section .widget_text .textwidget {
    font-size: 1.111em;
    line-height: 1.6em;
}

.contact-section .widget_text .textwidget p {
    margin: 0;
}

.contact-section .contact-form-holder {
    position: relative;
    margin: 0 0 50px;
}

.contact-section .contact-form-holder form p {
    margin-bottom: 24px;
}

.contact-section .contact-form-holder form label {
    color: #FFF;
    width: 100%;
}

.contact-section .contact-form-holder form input[type=text],
.contact-section .contact-form-holder form input[type=email],
.contact-section .contact-form-holder form input[type=number],
.contact-section .contact-form-holder form input {
    width: 100%;
    padding: 10px 15px;
}

.contact-section .contact-form-holder form input[type=submit] {
    width: 100%;
    padding: 12px;
}

.contact-section .contact-form-holder form input[type=submit]:hover,
.contact-section .contact-form-holder form input[type=submit]:focus {
    background: transparent !important;
}

.contact-section .contact-form-holder form textarea {
    vertical-align: top;
    height: 180px;
}

.contact-section .contact-form-holder form .home-contact-form-lft {
    width: 50%;
    padding-right: 15px;
    float: left;
}

.contact-section .contact-form-holder form .home-contact-form-lft p:last-of-type {
    margin-bottom: 0;
}

.contact-section .contact-form-holder form .home-contact-form-rght {
    width: 50%;
    padding-left: 15px;
    float: left;
}

.contact-section .contact-form-holder form .home-contact-form-rght p:last-of-type {
    margin-bottom: 0;
}

.contact-section .contact-form-holder form div.wpcf7-validation-errors,
.contact-section .contact-form-holder form div.wpcf7-acceptance-missing {
    display: inline-block;
    border-width: 1px;
    margin-top: 0;
    margin-left: 15px;
    color: #FFF;
    font-size: 0.77em;
}

.contact-section .contact-form-holder form span.wpcf7-not-valid-tip {
    font-size: 0.77em;
    display: block;
    line-height: 1;
    margin-top: 10px;
}

.contact-section .contact-form-holder form:before,
.contact-section .contact-form-holder form:after {
    clear: both;
    content: "";
    display: table;
}

.contact-section .contact-info {
    position: relative;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}

.contact-section .contact-info a {
    color: #fff;
    -moz-transition: ease, 0.2s;
    -o-transition: ease, 0.2s;
    -webkit-transition: ease, 0.2s;
    transition: ease, 0.2s;
}

.contact-section .contact-info a:hover,
.contact-section .contact-info a:focus {
    text-decoration: none;
    color: #5798FF;
}

.contact-section .contact-info .phone,
.contact-section .contact-info .email,
.contact-section .contact-info .address {
    width: 33.333%;
    padding: 0 15px;
    text-align: center;
    margin: 0 0 30px;
}

.contact-section .contact-info .phone .icon-holder svg {
    width: 36px;
    height: 36px;
}

.contact-section .contact-info .phone .icon-holder svg .cls-1,
.contact-section .contact-info .phone .icon-holder svg .cls-2 {
    fill: #fff;
}

.contact-section .contact-info .phone .icon-holder svg .cls-1 {
    opacity: 0.3;
}

.contact-section .contact-info .email .icon-holder svg {
    width: 40px;
    height: 32px;
}

.contact-section .contact-info .email .icon-holder svg .cls-1,
.contact-section .contact-info .email .icon-holder svg .cls-2 {
    fill: #fff;
}

.contact-section .contact-info .email .icon-holder svg .cls-1 {
    opacity: 0.3;
}

.contact-section .contact-info .address .icon-holder svg {
    width: 28px;
    height: 40px;
}

.contact-section .contact-info .address .icon-holder svg .cls-1,
.contact-section .contact-info .address .icon-holder svg .cls-2 {
    fill: #fff;
}

.contact-section .contact-info .address .icon-holder svg .cls-1 {
    opacity: 0.3;
}

.contact-section .contact-info .icon-holder {
    margin: 0 0 16px;
}

.contact-section .contact-info .text-holder strong {
    display: block;
    font-size: 1.111em;
    line-height: 1.563em;
    font-weight: 700;
    margin: 0 0 0.6em;
}

.contact-section .contact-info .text-holder address {
    font-style: normal;
}

@media only screen and (max-width: 767px) {
    .contact-section {
        padding: 48px 0 18px;
    }
    .contact-section .widget_text {
        margin-bottom: 32px;
    }
    .contact-section .widget_text .widget-title {
        font-size: 1.667em;
        line-height: 1.25em;
    }
    .contact-section .widget_text .textwidget {
        font-size: 1em;
        line-height: 1.6em;
    }
    .contact-section .contact-info .phone,
    .contact-section .contact-info .email,
    .contact-section .contact-info .address {
        width: 100%;
        text-align: left;
        -webkit-justify-content: center;
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
    }
    .contact-section .contact-info .icon-holder {
        margin: 8px 20px 0 0;
    }
    .contact-section .contact-info .text-holder strong {
        margin: 0;
    }
    .contact-section .contact-form-holder form .home-contact-form-lft,
    .contact-section .contact-form-holder form .home-contact-form-rght {
        width: 100%;
        padding: 0;
        float: none;
    }
    .contact-section .contact-form-holder form .home-contact-form-rght {
        margin-top: 24px;
    }
}

.social-media-section {
    padding: 80px 0 32px;
    background: #F7F9FF;
}

.social-media-section .widget {
    margin: 0;
}

.social-media-section .widget-title {
    width: 100%;
    text-align: center;
    font-size: 0.778em;
    line-height: 1.357em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 48px;
    padding: 0 15px 16px;
    position: relative;
}

.social-media-section .widget-title:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 80px;
    height: 2px;
    background: #5798FF;
    content: "";
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.social-media-section .social-networks {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.social-media-section .social-networks li {
    margin: 0 24px 48px;
}

.social-media-section .social-networks li a {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid #E0E0E0;
    color: #555;
    -moz-transition: ease, 0.2s;
    -o-transition: ease, 0.2s;
    -webkit-transition: ease, 0.2s;
    transition: ease, 0.2s;
    font-size: 24px;
    line-height: 64px;
    text-align: center;
}

.social-media-section .social-networks li a:hover,
.social-media-section .social-networks li a:focus {
    text-decoration: none;
    color: #fff;
    background: #5798FF;
    border-color: #5798FF;
}

@media only screen and (max-width: 767px) {
    .social-media-section {
        padding: 48px 0 20px;
    }
    .social-media-section .social-networks {
        -webkit-justify-content: center;
        justify-content: center;
    }
    .social-media-section .social-networks li {
        margin: 0 5px 24px;
    }
    .social-media-section .social-networks li a {
        width: 42px;
        height: 42px;
        line-height: 42px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 1024px) {
    .blog .banner img {
        /*height: 375px;*/
    }
    .blog.full-width .blog-section .post {
        width: 31.3333%;
    }
}

@media only screen and (max-width: 767px) {
    .blog .blog-section .post {
        width: 100%;
    }
    .blog.full-width .blog-section .post {
        width: 90%;
    }
}

.page:not(.home) .banner:before {
    background: rgba(0, 0, 0, 0.5);
}

.page:not(.home) .cta-section {
    margin: 0;
}

.page:not(.home) .cta-section .widget {
    margin: 0;
}

#primary .page .entry-content {
    margin: 0;
}

.single .banner:before {
    background: rgba(0, 0, 0, 0.25);
}

.single .banner img {
    height: 636px;
}

.single #primary .post .post-wrapper:after {
    display: block;
    clear: both;
    content: "";
}

#primary .post .entry-content .dropcap,
#primary .page .entry-content .dropcap {
    font-size: 3.556em;
    line-height: 0.9em;
    font-weight: 700;
    color: #555;
    float: left;
    margin: 0 8px 0 0;
}

@media only screen and (max-width: 1199px) {
    /*.single .banner .text-holder .entry-title {
        font-size: 2.778em;
    }*/
}

@media only screen and (max-width: 767px) {
    .single .banner img {
        height: 440px;
    }
    .single .banner .container {
        max-width: 100%;
    }
    .single .banner .text-holder .entry-title {
        font-size: 2em;
    }
    .single #primary {
        width: 100%;
    }
    .single #primary .post .entry-content {
        width: 100%;
    }
}

.single.centered #primary {
    max-width: 776px;
    margin: 0 auto;
}

#load-posts {
    display: block;
    width: 100%;
    text-align: center;
}

#load-posts a {
    display: inline-block;
    font-size: 0.667em;
    line-height: 1.5em;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #5798FF;
    padding: 10px 30px;
    border: 1px solid #5798FF;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

#load-posts a:hover {
    outline: none;
    text-decoration: none;
    color: #5798FF;
    background: transparent;
}

#load-posts a:focus {
    outline: none;
    text-decoration: none;
}

#load-posts a svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}