body {
    font-family: "proxima-nova", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #233568;
	letter-spacing: 0.6px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number]{
    -moz-appearance: textfield;
}

/* TYPO */
#content .elementor-widget-text-editor li {
    list-style-type: none;
    position: relative;    /* It's needed for setting position to absolute in the next rule. */
}
#content .elementor-widget-text-editor li::before {
    content: '•';
    position: absolute;
    left: -25px;
    font-size: 36px;
    top: -3px;
}
#content .elementor-widget-text-editor li{
    margin-bottom: 10px;
}
#content .elementor-widget-text-editor ul {
    margin-bottom: 20px;
}

a, .elementor a {
    color: inherit;
}
.elementor a {
    color: inherit;
    xborder-bottom: 1px solid #233568;
    xtext-decoration: underline;
}
footer a, footer a:hover {
    color: #fff;
    xborder-bottom: 1px solid #fff;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
p {
    margin-top: 0;
    margin-bottom: 20px;
}
p:last-child {
    margin-bottom: 0;
}
h4 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
}
.medium {
    font-weight: 500;
}
.semibold {
    font-weight: 600;
}
.plus-icon {
background: url('img/plus.svg') no-repeat left center;
padding-left: 25px;
}
small, .small {
    font-size: 13px;
    line-height: 16px;
}
.gold {
    color: #DEBD63;
}
span.tiny {
    font-size: 9px;
    line-height: 11px;
    display: block;
}

/* END TYPO */

/* HEADER */
#header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    background: #fff;
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    font-size: 15px;
    text-transform: uppercase;
    color: #233568;
}
.navbar-nav .nav-link {
    letter-spacing: 0.9px;
}
.navbar {
    padding: 5px 20px 5px 20px;
}
.navbar-brand img {
    padding-left: 0;
    height: 37px;
}
.nav-item {
    margin-left: 40px;
    position: relative;
}
.navbar-light .navbar-nav .active>.nav-link {
    color: #DEBD63;
}
x.navbar-light .navbar-nav .active>.nav-link::after {
    content: '';
    width: 100%;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #DEBD63;
    transition: width .5s ease;
}
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 36px;
    height: 30px;
    position: relative;
    z-index: 9;
    margin: 0;
    margin-top: 7px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  
  #nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #DEBD63;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
  left: 5px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 23px;
  left: 5px;
}
.navbar-brand {
    position: relative;
    z-index: 9;
}
#nav-white-space {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 8;
}
/* END HEADER */

/* CONTENT */
#content {
    margin-top: 57px;
}
.arrow-right {
    background: url('img/arrow-right.svg') no-repeat right center;
}
.arrow-right p {
    margin-bottom: 0;
}

.service-slide-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    backdrop-filter: blur(30px) brightness(115%);
    background: rgba(255,255,255,0.15);
    padding: 17px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-align: center;
}
.services-slider {
    position: relative;
}
.services-prev {
    position: absolute;
    bottom: 29px;
    left: 20px;
}
.services-next {
    position: absolute;
    bottom: 29px;
    right: 20px;
}
.elementor-testimonial__content {
    max-width: 800px;
    margin: 0 auto;
}
.swiper-pagination-bullet {
    width: 22px;
    height: 3px;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;    background: #DEBD63;
}
.click-show {
    position: relative;
}
.click-show::after {
    content: '';
    background: url('img/Icon ionic-md-arrow-forward.svg') no-repeat center center;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 14px;
    top: 13px;
    transition: transform .5s ease;
}
.click-show.showing::after {
    content: '';
    background: url('img/Icon ionic-md-arrow-forward.svg') no-repeat center center;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 14px;
    top: 13px;
    transform: rotate(90deg);
    transition: transform .5s ease;
}
.click-show.showing h4 {
    xborder-bottom: 1px solid black;
    display: inline;
    text-decoration: underline;
}
.with-arrow-down {
    position: relative;
    background: url('img/arrow-down.svg') no-repeat right center;
}
.click-show {
    cursor: pointer;
    pointer-events: none !important;
}
.slick-arrow {
    cursor: pointer;
}
/* END CONTENT */

/* FORM */
.wpcf7 input, .wpcf7 textarea, .wpcf7 label {
    width: 100%;
    border: none;
}
.wpcf7 input, .wpcf7 textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #DEBD63;
}
.wpcf7-textarea {
    height: 170px;
}
.wpcf7-submit {
    display: inline-block;
    width: auto !important;
    padding: 7px 40px;
    border-radius: 22px;
    border: none !important;
    background: #233568;
    color: #fff;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #233568;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #233568;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #233568;
  }
/* END FORM */

/* FOOTER */
footer {
    background: #7b7b7b;
    padding: 30px 0 40px;
    color: #fff;
    z-index: 9;
    position: relative;
}
.footer-col-1 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: baseline;
}
#back-top {
    font-size: 12px;
    line-height: 15px;
    position: absolute;
    bottom: 39px;
    right: 30px;
    text-align: center;
    cursor: pointer;
}
#back-top img {
    margin-bottom: 5px;
}
/* END FOOTER */

/* MISC */
.hide {
    display: none;
}
.show {
    display: block;
}
.hidden-section {
}
.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-not-valid {
    border-bottom: 1px solid red !important;
}
input, textarea {
    outline: none !important;
}
.hover-fade .elementor-element:first-child {
	transition: all .5s ease;
}
.hover-fade:hover .elementor-element:first-child {
	opacity:0;
	transition: all .5s ease;
}
/* END MISC */

.desktop { display: block; }
.mobile { display: none; }

/* RESPONSIVE */
@media (max-width: 991.98px) { 
    .desktop { display: none; }
    .mobile { display: block; }

    .navbar {
        padding-left: 10px;
    }

    .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
        font-size: 17px;
    }

    .svg-item {
        width: 100%;
        height: 90px;
        font-size: 16px;
        margin: 0 auto;
        text-align: left !important;
    }

    .navbar-brand img {
        padding-left: 0;
        height: 37px;
    }

    .elementor-element-e667e4e {
        margin-top: -80px !important;
    }

    .service-slide-text {
        backdrop-filter: blur(30px) brightness(115%);
        -webkit-backdrop-filter: blur(30px) brightness(115%);
        background: rgba(255,255,255,0.15);
        font-size: 15px;
    }

    .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
        padding: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .hidden-section .elementor-widget-wrap.elementor-element-populated {
        
    padding-bottom: 0;
    }
    .navbar-brand {
        max-width: 75%;
    }
    .slick-slide > img {
        display: block;
        height: 300px;
        object-fit: cover;
    }
    .service-slide-text {
        padding: 17px 40px;
    }
    .services-prev, .services-next {
        position: absolute;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
    }
    #nav-mobile {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        transform: translateY(-101%);
        width: 100%;
        height: auto;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        transition: all .5s ease;
        padding: 15px 0;
        border-top: 1px solid #233568;
        border-bottom: 1px solid #233568;
    }
    .nav-item {
        margin-left: 24px;
        margin-bottom: 5px;
        position: relative;
    }
    
    #nav-mobile.open {
        transform: translateY(57px);
        opacity: 1;
        visibility: visible;
        transition: all .5s ease;
    }
    .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
        color: #233568;
    }
    .nav-link:focus, .nav-link:active, .navbar-light .navbar-nav .active>.nav-link, .nav-link:hover {
        color: #DEBD63 !important;
        text-decoration: underline;
    }
    .footer-row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    footer .text-right {
        text-align: left !important;
    }
    .footer-row > div, .footer-col-1 img {
        margin-top: 30px;
    }
    .footer-row > div:first-child {
        margin-top: 0;
    }
    .page-id-156 #content {
        margin-top: 60px !important;
        position: absolute;
        width: 100%;
        top: 0%;
        transform: translateY(0%);
    }
    .page-id-102 .elementor-col-33 {
        width: 100%
    }
    .page-id-102 .elementor-col-33 h4 {
        xfont-size: 14px !important;
    }
    .hidden-section {
        xdisplay: block;
        margin-top: -10px !important;
    }
    .hover-box-content {
        width: 100vw !important;
        margin-left: -20px;
        margin-right: -20px;
        padding: 20px !important;
    }
    .wpcf7-form-control.wpcf7-submit {
        width: 100% !important;
    }
}
/* END RESPONSIVE */