<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    box-sizing: border-box;
}

:root {
  --primary-color: #fff;
  scroll-behavior: smooth;
}

@font-face {
    font-family: 'bebasneue';
    src: url('../webfonts/BebasNeue-Regular.ttf');
}

@font-face {
    font-family: 'Montserrat';
    src: url('../webfonts/montserrat/Montserrat-Regular.eot');
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
        url('../webfonts/montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/montserrat/Montserrat-Regular.woff2') format('woff2'),
        url('../webfonts/montserrat/Montserrat-Regular.woff') format('woff'),
        url('../webfonts/montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../webfonts/montserrat/Montserrat-Bold.eot');
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
        url('../webfonts/montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/montserrat/Montserrat-Bold.woff2') format('woff2'),
        url('../webfonts/Montserrat-Bold.woff') format('woff'),
        url('../webfonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Montserratee';
    src: url('../webfonts/montserrat/Montserrat-MediumItalic.eot');
    src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'),
        url('../webfonts/montserrat/Montserrat-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/montserrat/Montserrat-MediumItalic.woff2') format('woff2'),
        url('../webfonts/montserrat/Montserrat-MediumItalic.woff') format('woff'),
        url('../webfonts/montserrat/Montserrat-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../webfonts/montserrat/Montserrat-Medium.eot');
    src: local('Montserrat Medium'), local('Montserrat-Medium'),
        url('../webfonts/montserrat/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/montserrat/Montserrat-Medium.woff2') format('woff2'),
        url('../webfonts/Montserrat-Medium.woff') format('woff'),
        url('../webfonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../webfonts/Montserrat-SemiBold.eot');
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
        url('../webfonts/montserrat/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/montserrat/Montserrat-SemiBold.woff2') format('woff2'),
        url('../webfonts/montserrat/Montserrat-SemiBold.woff') format('woff'),
        url('../webfonts/montserrat/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../webfonts/montserrat/Montserrat-Thin.eot');
    src: local('Montserrat Thin'), local('Montserrat-Thin'),
        url('../webfonts/montserrat/Montserrat-Thin.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/montserrat/Montserrat-Thin.woff2') format('woff2'),
        url('../webfonts/montserrat/Montserrat-Thin.woff') format('woff'),
        url('../webfonts/montserrat/Montserrat-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

body {
    font-family: 'bebasneue';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    position: absolute;
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
.btn,
a {
    font-family: 'bebasneue';
    font-style: normal;
    font-weight: 400;
}

h1 {
    font-size: 80px;
}

h2 {
    font-size: 55px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 30px;
}

a:hover {
    text-decoration: none;
}

button:focus {
    outline: none;
    box-shadow: none;
}

header {
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .3);
    width: 100%;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1170px;
    }
}

svg {
    fill: currentColor;
    height: 1em;
    width: 1em;
}

a&gt;svg {
    height: 100%;
    width: 100%;
}

.navbar{
    padding-top: 20px;
    transition: all cubic-bezier(0.215, 0.610, 0.355, 1) 0.5s;
}

.navbar.scrolled{
    background-color: #fff;
    padding-top: 5px;
	height:80px;
    box-shadow: 0px 0px 13px -2px rgb(0 0 0);
}

.menu__wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0 5px;
    transition: all cubic-bezier(0.215, 0.610, 0.355, 1) 0.5s;
}

.scrolled .menu__wrapper{
    padding: 0 10px;
}

.contact-info {
    display: flex;
    flex-direction: column;
	margin-right: 184px;
}

.logo__wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.burger__btn {
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.burger__btn div {
    background-color: #ffffff;
    height: 2px;
}

.burger__btn .short__line {
    width: 21px;
}

.burger__btn .long-line {
    width: 27px;
}

.burger__btn div+div {
    margin-top: 7px;
}

.contact-info a {
    color: #2dabf3;
    font-size: 24px;
    font-family: 'bebasneue';
    text-align: end;
	text-decoration:none;
}

.contact-info a+a {
    font-size: 16px;
}

.menu__items {
    position: absolute;
    left: -200px;
    top: -200px;
    z-index: 100;
    background: transparent;
    border-radius: 50% 50% 50% 50%;
    display: flex;
    justify-content: center;
    transition: all .3s ease-in-out;
}
.menu__items .book-button{
    display: none;
}

.items__box {
    position: relative;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transition: left .3s ease-in-out;
    height: fit-content;
    margin: auto;
	line-height: 75px;
}

.menu__items a {
    color: #fff;
    font-size: 36px;
    text-decoration: none;
	text-align:center;
}

.menu__items a:hover {
	
}

.menu__items.active {
    top:0;
    left: 0;
    border-radius: 0;
    height: 100%;
    width: 420px;
    position: fixed;
    background-color: #191919;
}

.menu__items.active .items__box {
    opacity: 1;
    transition: all .3s ease-in-out;
}


.main-banner::before {
    content: "";
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 100%);
    top: 0;
    left: 0;
    right: 0;
    height: 70%;
    position: absolute;
    width: 100%;
}
.main-banner {
  background-image: url(../images/homepage-banner.jpg);
  background-size: cover;
  background-position: center;
  min-height: 969px;
}

.we-offer-bg{
	background-image: url(../images/we-offer.png);
	background-position: left bottom;
	background-repeat: no-repeat; 
}

.bottom-bg{
	background-image: url(../images/bottom-bg.jpg);
	background-position: left bottom;
	background-repeat: no-repeat; 
}
.close-menu{
    color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: none;
    border: none;
}

#main_baner {
    background-color: #858585;
    background-size: cover;
    background-position: center;
    min-height: 100%;
    height: 860px;
}

.banner-caption {
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: 75px;
}

.banner-title {
    font-size: 110px;
    line-height: 110px;
    font-style: normal;
    margin-bottom: 0px;
    font-family: 'bebasneue', sans-serif;
    font-weight: 400;
	text-transform: uppercase;
	z-index: 999;
}

.banner_text p {
    color: #fff;
    font-size: 23px;
    font-family: 'bebasneue';
    font-weight: 400;
}

.seporator {
    position: relative;
    margin-bottom: 20px;
    width: fit-content;
    color: #a4a4a4;
    font-size: 14px;
    text-transform: uppercase;
}

.seporator::after {
    content: "";
    position: absolute;
    background: #cbcbcb;
    width: 48px;
    height: 1px;
    right: -52px;
    top: 41%;
}

.service__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 25px;
    width: 100%;
}

.service__item {
    height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 3;
}

.service__headline {
    height: 20%;
}

.service__headline h3 {
    color: #1c1c1c;
    display: inline-block;
    width: 290px;
    font-size: 55px;
    font-weight: 600;
    font-family: 'bebasneue';
    line-height: 48px;
}

.service__item .content {
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    -webkit-box-shadow: inset -1px -251px 98px -100px rgba(0, 0, 0, .5);
    box-shadow: inset -1px -251px 98px -100px rgba(0, 0, 0, .5);
    background-color: #7c7c7c;
}

.service__item .content,
.content-inner,
.bottom-title,
.btn-banner {
    transition: all ease-in-out 0.3s;
}


.arrow-down {
    height: 1.5em;
    width: 1.5em;
    margin-top: 24px;
    color: #fff;
}

.btn-banner {
    position: absolute;
    height: 2.6em;
    width: 2.6em;
    bottom: 37px;
    right: 37px;
    color: #fff;
    z-index: 1;
}

.banners-tree-in-row {
    padding-top: 100px;
}

.banners-tree-in-row .content h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    position: relative;
    line-height: 30px;
    z-index: 1;
    width: 100%;
    font-family: 'bebasneue';
    padding: 0px 0px 30px 30px;
}

.service__first {
    height: 280px;
}

.service__second {
    height: 480px;
}

.service__third {
    height: 377px;
    margin-top: auto;
}

.service__second_line {
    height: 376px;
    margin-top: 36px;
}

.about_title {
    font-family: 'bebasneue';
    padding-top: 8px;
}

.about_title h3 {
    margin-top: 0;
    line-height: 100%;
}

.about_text a{
    color: #212529;
    display: block;
    text-decoration: none;
    font-size: 24px;
    font-family: 'Montserrat';
}
.about_text ul li{
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 400;
}
.btn {
    color: #fff !important;
    background-color: #2dabf3;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'bebasneue', sans-serif;
    font-weight: 400;
    padding: 18px 40px;
	border-radius: 0;
}
.book-now {
	position: absolute;
right: -15px;
top: -20px;
height: 80px;
line-height: 41px;
}
.scrolled .book-now {
	position: absolute;
	right: -11px;
	top: -20px;
	height: 53px;
	line-height: 17px;
}
.btn:hover {
    color: rgb(184, 184, 184);
}

.banners-tree-in-row .content-inner {
    position: absolute;
    padding: 45px 42px 0px;
    color: #fff;
    top: 0;
    width: 100%;
}

.banners-tree-in-row .content .content-inner {
    opacity: 0;
}

.banners-tree-in-row .content .title {
    font-size: 30px;
    font-family: 'bebasneue';
    margin-bottom: 16px;
}

.banners-tree-in-row .content .text {
    font-size: 16px;
    font-family: 'bebasneue';
}

.banners-tree-in-row .content:hover .btn-banner {
    opacity: 0.3;
}



.banners-tree-in-row .content:hover .content-inner {
    opacity: 1;
}

.banners-tree-in-row .content:hover .bottom-title {
    opacity: 0;
}

.banners-tree-in-row .content:hover .btn-banner {
    opacity: 0.3;
}

.text-with-title {
    padding: 50px 0;
}

.about_text {
    padding-top: 25px;
}
.about_text .we-offer-text{
    padding-bottom: 25px;
}
.about_text .btn{
    margin-top: 25px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'bebasneue', sans-serif;
}
.about_text p {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}
.about_text .we-offer{
    padding-top: 15px;
    padding-bottom: 15px;
}

#address-block a.btn{
    margin-top: 6px;
}

.address-block {
    margin-top: 81px;
    background-color: #7c7c7c;
    color: #fff;
	background-image: url(../images/calls1.jpg);
	  background-size: cover;
	  background-position: center;
	  min-height: unset;
}
.address-block2 {
    margin-top: 112px;
    background-color: #7c7c7c;
    color: #fff;
	background-image: url(../images/calls2.jpg);
	  background-size: cover;
	  background-position: center;
	  min-height: unset;
}
#address-block2 a{
    margin-top: 10px;
}

.address-block .address-content {
    padding: 129px 0 120px 0;
    font-family: "bebasneue";
}

.address-block .address-title {
    font-size: 90px;
    line-height: 90px;
}

.address-block .address-subtitle {
    margin-top: 17px;
    font-size: 24px;
}
.address-subtitle a {
	font-size: 24px;
	color: #fff;
}
.address-block2 .address-content {
    padding: 154px 0 140px 0;
    font-family: "bebasneue";
}

.address-block2 .address-title {
    font-size: 90px;
    line-height: 90px;
}

.address-block2 .address-subtitle {
    margin-top: 20px;
    font-size: 24px;
}

.btn-outline-secondary {
    margin-top: 24px;
    font-family: "bebasneue";
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
#testimonial_carousel .carousel-inner{
    height: 360px;
    overflow-y: auto;
}
.testimonials-block {
    background-color: #e6e6e6;
    font-family: "bebasneue";
	background-image: url(../images/calls2.jpg);
    background-size: cover;
    background-position: center;
}

.testimonials-block .testimonials-title {
    text-transform: capitalize;
    margin-top: 32px;
    font-size: 55px;
    line-height: 48px;
}

.testimonials-block .item {
    padding: 30px;
    margin: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 10px 3px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 10px 3px rgba(34, 60, 80, 0.2);
    font-size: 18px;
    line-height: 26px;

}

.testimonials-block .item-text {
    font-family: "bebasneue";
}

.testimonials-block .item-author {
    margin-top: 20px;
    font-family: "bebasneue";
}

.carousel-left svg,
.carousel-right svg {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 1;
    width: 3.5em;
    height: 3.5em;
    cursor: pointer;
    transition: color ease-in 0.2s;
}

.carousel-left svg:hover,
.carousel-right svg:hover {
    color: grey;
}

.carousel-left svg {
    left: -40px;
}

.carousel-right svg {
    right: -40px;
}

.gallery-block {
    padding: 100px 0;
    font-family: "bebasneue";
}

.gallery-block .gallery-title {
    margin-top: 32px;
    font-size: 55px;
    line-height: 48px;
}

.gallery-block .card {
    background-color: grey;
}

.gallery-block .row-flex {
    display: flex;
    width: 100%;
    gap: 36px;
}

.gallery-block .column-flex {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 1;
    gap: 36px;
    min-height: 1000px;
}

.gallery-block .upper-block,
.gallery-block .down-block {
    background-color: gray;
    border-radius: 15px;
}

.gallery-block .upper-block {
    height: 440px;
}

.gallery-block .down-block {
    flex: 1;
}

.gallery-block .first-block {
    height: 440px;
    margin-top: 30px;
}

.gallery-block .second-block {
    height: 475px;
    margin-top: 54px;
}

.gallery-block .third-block {
    height: 440px;
    margin-top: 0;
}

.gallery-block .fourth-block {
    height: 470px;
    margin-top: 65px;
}

footer{
    background-color: #212121;
    color: #fff;
    font-family: "bebasneue";
}

.footer-01{
    padding: 94px 0;
}

.footer-01-text{
    padding: 30px 0 7px;
    line-height: 24px;
	font-family: 'Montserrat';
    margin-top: 22px;
}

.footer-01 .contact-info{
    padding-right: 80px;
}

.footer-01 .form{
    padding-right: 0;
}

.form .form-error {
    display: block;
    color: #b94a48;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 140%
}

.form .tickbox {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 24px;
}
.form .checkbox-block input + label {
  padding-left: 35px;
  text-align: left;
  margin: 0px -15px;
  color: #fff;
  font-size: 15px;
  font-family: 'Montserrat';
}
.checkbox-block input + label::before {
  content: "";
  position: absolute;
  border: 1px solid #dddddd;
  background: #fff;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 3px;
}
.form input[type="checkbox"] + label {
    padding: 0 0 0 30px;
    padding-left: 30px;
}
.form input[type="checkbox"] {
    display: inline-block;
	width: auto;
	margin-top: 5px;
}
.checkbox-block input {
  position: absolute;
  opacity: 0;
  margin: 0px -15px;
    margin-top: 0px;
}
.form input[type="checkbox"]+label {
    padding: 0 0 0 30px;
}

.form .form-error {
    font-size: 15px
}

.form textarea.form-control {
    resize: none;
    height: 150px
}

.form input[type="checkbox"]+label+.form-error {
    display: none
}

.form .checkbox {
    position: absolute;
    opacity: 0
}

.form .checkbox+label {
    position: relative;
    padding-left: 30px !important;
    cursor: pointer;
}

.form .checkbox+label:before {
    position: absolute;
    left: 0;
    content: "";
    color: #2dabf3;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    margin-top: 0.3em;
}

.form .checkbox:checked+label:before {
    content: "\f00c";
}

.form .required-star {
    color: rgb(220, 50, 50)
}

.form .tickbox.has-error label:before {
    border: 2px solid rgb(220, 50, 50)
}

.form select.valid,
.form input.valid {
    background-image: url('/images/default/success-field.png');
    background-position: right 15px center;
    background-repeat: no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    border-color: rgb(24, 152, 86);
    -webkit-box-shadow: none;
    box-shadow: none
}

.form select.error,
.form input.error {
    background-image: url('/images/default/error-field.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    border: 2px solid #ff0000;
    background-color: #ffeded;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075)
}

.footer-01 .form input {
    min-height: 74px;
    border-radius: 0;
}

.footer-01 .form textarea {
    min-height: 230px;
    border-radius: 0;
}

.footer-01 .form-group{
    font-size: 16px;
}

.footer-01 .form-group+.form-group{
    margin-top: 20px;
}

.featurettes-footer{
    padding-left: 20px;
}

.featurettes-05 {
    padding: 120px 0;
    margin-top: 30px;
    background-color: rgb(222, 222, 222)
}

.case-studies-carousel+.featurettes-05 {
    margin-top: 0
}

.featurettes-05-main-title:after {
    background-color: #a3bdb0;
    margin: 20px auto 20px 0
}

.featurettes-05-main-text {
    font-weight: 500;
    letter-spacing: -0.01em
}

.featurettes-05-item {
    text-align: left;
	margin-bottom: 23px;
}

.featurettes-05-item a {
    color: inherit;
    text-decoration: none;
    outline: 0;
    line-height: 24px;
}

.featurettes-05-image {
    display: inline-block;
    width: 102px;
    height: 102px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    background-color: rgb(255, 255, 255)
}

.featurettes-05-image img {
    display: block;
    max-height: 52px;
    max-width: 52px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.featurettes-05-title {
    font-size: 18px;
    letter-spacing: -0.01em;
    display: inline;
    -webkit-transition: border-bottom-color 0.15s ease-in-out;
    transition: border-bottom-color 0.15s ease-in-out
}

.footer-01-image{
    font-size: 4rem;
}

.footer-01-icon-title{
    font-family: "bebasneue";
	font-size:36px;
	color:#2dabf3;
	margin:0;
}

.footer-01-icon-link{
    font-size: 15px;
    font-family: "Montserrat";
}

.footer-01-icon-text{
    font-size: 15px;
    font-family: "Montserrat";
}

.footer-01 .social {
    padding-top: 20px;
    display: flex;
    justify-content: center;
}


.footer-01 .social a{
    color: #fff;
    border: 2px solid;
    border-radius: 100%;
    width: 66px;
    height: 66px;
    font-size: 18px;
    margin-right: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.footer-02 {
    padding-top: 81px;
    background-color: #212121;
    color: #fff;
    font-size: 24px;
    letter-spacing: -0.01em;
    font-family: "bebasneue";
}

.footer-02-menu {
    max-width: 870px;
    margin: auto;
    display: flex;
    margin-bottom: 22px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-02 a,
.footer-02 a:hover {
    color: #fff;
	font-size:30px;
}

.footer-02-design {
    text-align: center;
    font-size: 14px;
    padding-bottom: 60px;
}

.footer-02-design img {
    max-width: 85px;
    margin-left: 2px;
}

#tickbox-error{
    color: red;
}

button.close{
    background-color: transparent;
    border: none;
    font-weight: 600;
}

button.close:hover{
    color: red;
}
.mt-50px {
	margin-top: 50px;
}
#section-services img, #section-services2 img {
	width: 100%;
}
#section-services, #section-services2 {
	margin-top:96px;
}
#section-services2 {
	margin-bottom: 66px;
}
.service-block{
    position: relative;
}
.service-block::before{
    content: "";
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(0deg,#000000 0%, transparent 60%);
    background: -moz-linear-gradient(0deg,#000000 0%, transparent 60%);
    position: absolute;
    top: 0;
    left: 0;
}
.banners-tree-in-row .overflow-hidden {
  overflow: hidden;
}
.h-100 {
  height: 100% !important;
}
.banners-tree-in-row .row &gt; div {
  height: 100%;
}
.text-white {
  color: #fff !important;
}
.banners-tree-in-row img {
  width: 100%;
  min-height: 100%;
}
.left-35px {
  left: 35px;
}
.text-left-down {
	bottom: 11px;
	left: 35px;
	font-size: 36px;
	text-align: left;
}
.text-black {
	color: #252525;
}
.font-55px {
	font-size:55px;
}
.line-height-50px {
	line-height: 50px;
}
.blue-short-border {
	border-top: 5px solid #2dabf3;
	width: 68px;
	margin-bottom: 28px;
}
.margin-top-30px{
	margin-top: 30px;
}
.on-center {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	color:#000 !important;
}
.font-36px {
	font-size: 36px;
	line-height: 36px;
}
.on-center a {
  color: #2dabf3;
  font-size: 30px;
  font-family: 'bebasneue';
  text-decoration: none;
}
.wdt-unset {
	width:unset !important;
	height:unset !important;
}
.btn-whide {
	padding-left:90px;
	padding-right:90px;
}
.we-offer {
	border-top: 1px solid #bcbcbc;
	padding-top: 24px;
	padding-bottom: 20px;
}
.we-offer-text {
	font-size: 24px;
	color: #2dabf3;
}
.we-offer:last-child {
	border-bottom: 1px solid #bcbcbc;
}
#section-offering{
	margin-top: 104px;
}
#section-offering2{
    margin-top: 94px;
}
#section-offering2 {
	margin-bottom: 102px;
}
#section-introducing {
	padding-top: 104px;
	
    background-color:#e6e6e6;
}
#section-introducing .container{
    background: url('../images/jd2.png') 0 130% no-repeat ;
    padding-bottom: 64px;
}
.text-right {
	text-align:right;
}
.about-us-bg {
  background: url('../images/super-gray-logo-bg.png') 0 390% no-repeat;
  background-repeat: no-repeat;
}
.padding-bottom-95px {
	padding-bottom: 95px;
}

.testimonial-carousel {
    background-size: cover;
    background-position: left;
}

.testimonial-carousel h2 {
    font-size: 55px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
    ;
}

.testimonial-carousel .testimonial-body {
    color: #252525;
    text-align: left;
    padding-left: 67px;
}

.testimonial-carousel .testimonial-text {
    font-size: 22px;
    font-style: italic;
    line-height: 30px;
    margin-bottom: 25px;
    overflow: hidden;
	font-weight: 400;
	font-family: 'Montserrat';
	color: #fff;
}
.read-more{
    display:block;   
    margin-top: 10px;
}
.more-text{
    display:none;
    transition: all 1s ease-in-out;
}

.testimonial-carousel .testimonial-text.big_text {
    max-height: 220px;
    margin-bottom: 15px;
}

.testimonial-carousel .testimonial-text.big_text+.show-full {
    cursor: pointer;
    margin-bottom: 30px;
}

.testimonial-carousel .testimonial-text.big_text+.show-full:hover {
    text-decoration: underline;
}
.bottom-box{
    margin-top: 25px;
}
@media (max-width: 1024px){
    .font-55px{
        font-size: 50px;
    }
    .about-us-bg{
        background: url(../images/super-gray-logo-bg.png) 0 -390% no-repeat;
    }
    .testimonial-carousel .testimonial-body{
        padding-left: 0;
    }
    .carousel-indicators{
        padding-left:0 !important;
        margin-left: 0 !important;
    }
    .banner-title{
        font-size: 80px;
        line-height: 100%;
        margin-bottom: 10px;
    }
}
@media(max-width: 992px){
    .section-services2 h2{
        font-size:45px
    }
}
@media(max-width: 860px) {
    .font-55px{
        font-size: 40px;
    }
}
@media(max-width: 767px) {
    .about-us-bg, .we-offer-bg{
        background-image: none;
    }
    .testimonial-carousel .testimonial-text {
        font-size: 22px;
    }
    .bottom-bg{
        background: none;
    }
    .footer-menu{
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    }
    .footer-01 .featurettes-05-item:nth-child(3){
        order:2;
    }
    .footer-01 .featurettes-05-item:nth-child(4){
        order:1;
    }
    #section-introducing .container{
        padding-bottom: 0;
    }
}

.testimonial-carousel .testimonial-author {
    font-size: 24px;
	text-transform:uppercase !important;
	color: #fff;
}

.testimonial-carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 6px;
    margin-right: 6px;
	
}
.carousel-indicators li {
	background-color: #c2c2c2;
}
#section-testimonials {
	background-image: url(../images/testi-bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.bg-top-left {
	background-image: url(../images/quote-bg.png);
    background-position: 15px 35px; 
    background-repeat: no-repeat;
}
.carousel-indicators {
	justify-content: left !important;
	margin-left: 10px;
	position:relative;
	margin-top:45px;
    padding-left: 54px;
    margin-bottom: 51px;
}
.pt-100px {
	padding-top:120px;
}

.pl-15px {
	padding-left: 15px !important;
	padding-right:15px !important;
}
.pl-30px {
	padding-left: 30px !important;
	padding-right:30px !important;
}
.carousel-indicators .active {

    background-color: #2dabf3;

}
.font-36px {
	font-size:36px !important;
	line-height: 36px !important;
}
.width-100 {
	width:100%;
}
.banner-vertical_line {
  position: absolute;
  top: 0;
  left: 87px;
  width: 1px;
  height: 100%;
  background-color: #9c9b9a;
  z-index:99;
}





.carousel-01 .scroll__btn.scroll-loading,
.carousel-01 .scroll__btn2.scroll-loading {
  bottom: 33px;
}

@keyframes rollScroll {
  10% {
    visibility: hidden;
    opacity: 0;
    bottom: 33px;
  }

  100% {
    opacity: 1;
    visibility: visible;
    bottom: 39px;
  }
}

@-webkit-keyframes rollScroll {
  from {
    visibility: hidden;
    opacity: 0;
    bottom: 139px;
  }

  to {
    opacity: 1;
    visibility: visible;
    bottom: 39px;
  }
}

.animation .carousel-01 .scroll__btn.scroll-loading,
.animation .carousel-01 .scroll__btn2.scroll-loading {
  bottom: 139px;
  visibility: hidden;
  -webkit-animation: rollScroll .4s linear 1.2s 1 normal forwards;
  animation: rollScroll .4s linear 1.2s 1 normal forwards;
  opacity: 0;
}






.scroll__mouse,
.scroll__mouse2 {
  position: relative;
  top: 0;
  left: 5px;
  width: 23px;
  height: 16px;
  border-radius: 10px;
}

.scroll__mouse {
  color: #fff;
  border: 1px solid #fff;
}

.scroll__mouse:before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 12px;
  height: 1px;
  content: "";
  transform: translate(-100%, -50%);
  background: #fff;
}


.scroll__btn {
  z-index: 2;
  -webkit-animation: scroll_bg 5s 3s infinite forwards;
          animation: scroll_bg 5s 3s infinite forwards;
  color: #fff;
}

.scroll__btn span,
.scroll__btn2 span {
  font-size: 18px;
  margin-right: 5px;
  transform: rotate(180deg);
}

.scroll__mouse2 {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.scroll__mouse2:before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 12px;
  height: 1px;
  content: "";
  transform: translate(-100%, -50%);
  background: var(--primary-color);
}

.scroll__btn,
.scroll__btn2 {
  position: absolute;
  bottom: 23px;
  left: -68px;
  display: flex;
  align-items: center;
  transform: rotate(90deg) translate(-50%, -100%);
  text-decoration: none;
}


.scroll__btn2 {
  z-index: 1;
  color: var(--primary-color);
}

@-webkit-keyframes scroll_bg {
  0% {
    clip: rect(auto, 500px, auto, 0);
  }

  50% {
    clip: rect(auto, 0, auto, 0);
  }

  100% {
    clip: rect(auto, 500px, auto, 0);
  }
}

@keyframes scroll_bg {
  0% {
    clip: rect(auto, 500px, auto, 0);
  }

  50% {
    clip: rect(auto, 0, auto, 0);
  }

  100% {
    clip: rect(auto, 500px, auto, 0);
  }
}
#leaflet-map {
  min-height: 556px;
}
#leaflet-map .leaflet-tile-pane {
  /* Greyscale the map */
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}
.col-form-label {
	font-family: 'Montserrat';
	font-size: 15px;
}
.checkbox-block {
  position: relative;
}
.footer2 {
		background: #212121;;
}
.footer2 .left-text {
	font-size: 12px;
	font-family: 'Montserrat';
	color: #fff;
}
.footer2 .right-text {
	font-size: 12px;
	font-family: 'Montserrat';
	color: #fff;
}
.footer2 a {
	font-size: 12px;
	font-family: 'Montserrat';
	color: #fff;
}
.min-height-185px {
	min-height: 185px;
}
.over img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.brb1 {
	border-bottom:1px solid #bcbcbc;
	border-right:1px solid #bcbcbc;
}
.br1 {
	border-right:1px solid #bcbcbc;
}
.bb1 {
	border-bottom:1px solid #bcbcbc;
}
.width-100perc {
	width: 100%;
}
 @media (min-width: 1240px) {
	.d-lgplus-block {
	  display: block !important;
	}
 }
 .mb-30px {
	 margin-bottom: 30px;
 }
nav .container-fluid {
	padding-right: 15px !important;
	padding-left: 15px !important;
}
  @media (max-width: 767.98px) {
	.logo {
		max-width:250px;
		margin-top: 15px;
	}

    .pt-100px{
        padding-top: 15px;
    }
    #section-testimonials h2{
        padding-top: 110px;
    }
    .scroll-loading, .banner-vertical_line{
        display: none !important;
    }
    .banner-caption{
        justify-content: center !important;
        padding-bottom: 0;
    }
  }
@media (min-width: 576px){
	#section-services, #address-block2 {
		margin-top:109px;
	}
	#section-offering2 {
		margin-bottom:75px;
	}
	#section-introducing {
		padding-top:104px;
	}
	.address-block .address-title {
		font-size: 90px;
		line-height: 90px;
	}
	#section-introducing .about_title h3 {
		font-size: 50px;
		margin-bottom: 3px;
	}
	.address-block2 .address-title {
		font-size: 90px;
		line-height: 90px;
	}
	.about_text p {
		font-size: 18px;
	}
	.testimonial-carousel h2 {
		font-size: 50px;
	}
	.featurettes-footer {
		padding-top: 30px !important;
	}
	.footer-01 {
		padding-bottom: 0;
	}
}
@media (max-width:  576px){
    .footer-menu{
        display: grid !important;
        grid-template-columns: 1fr 1fr ;
        grid-template-rows: 1fr 1fr 1fr 1fr;
    }
    .contacts-row{
        display: block;
    }
    .banner-caption{
        padding-bottom: 20px !important;
    }
    .btn{
        padding: 18px;
    }
    .menu__items.active .book-button{
        display: block;
        position: absolute;
        left:0;
        bottom:0;
        width: 100%;
    }
    .lightwidget-block{
        margin-top: 0 !important;
    }
}
.nav-link{
    padding: 0.5rem 0;
}
.col-cust {
	/*-ms-flex: 0 0 14.28571428571429%;
	flex: 0 0 14.28571428571429%;
	max-width: 14.28571428571429%;*/
	position: relative;
	width: 100%;
	min-height: 1px;
	padding: 0;
	}
	.book-now {
			display:block;
		}
		  @media (min-width: 576px)
 {
}
	@media (max-width: 576px) {
		.banner-title{
            padding-bottom: 20px;
        }
		.book-now {
			display:none;
		}
		.banner-title {
			font-size: 80px;
			line-height:80px;
		}
		#section-services, #address-block, #address-block2, #section-offering, #section-services2, #section-offering2{
		    margin-top:70px;
		}
        .footer-01{
            padding-top:50px;
        }
		#section-services2, #section-offering2 {
			margin-bottom:45px;
		}
		#section-introducing {
			padding-top:45px;
		}
		.font-55px, .about_title h3 {
			font-size: 50px;
			margin-bottom: 15px;;
		}
		.banners-tree-in-row .content h2 {
			font-size:36px;
			line-height: 36px;
		}
		.address-block .address-title, .address-block2 .address-title {
			font-size: 80px;
			line-height: 80px;
		}
		.address-block2 .address-content {
			padding: 50px 0 58px 0;
		}
		.padding-bottom-95px {
			padding-bottom:52px;
		}
		.display-smallest  {
			display:block !important;
		}
		.bori {
			border-left: none;
			border-top: none;
			border-right: 1px solid #bcbcbc;
			border-bottom: 1px solid #bcbcbc;
		}
		.bo {
			border-left: none;
			border-top: none;
			border-right: 0px solid #bcbcbc;
			border-bottom: 1px solid #bcbcbc;
		}
		.ri {
			border-left: none;
			border-top: none;
			border-bottom: 0px solid #bcbcbc;
			border-right: 1px solid #bcbcbc;
		}
		.pt-5 {
			padding-top:0 !important;
		}
		.form-group {
			margin-bottom:5px;
		}
		.footer-01 {
			padding-bottom: 15px;
		}
		.telephone-header {
			display:block !important;
		}
		.logo, .logosticky {
		  max-width: 200px;
		  margin-top: -2px;
		}
        #section-offering .we-offer-text{
            margin-top: -1px;
        }
		
	}
	.pb-30px {
		padding-bottom: 30px;
	}
	
	@media (max-width: 670px) {
			.d-no-smallest {
			display:none;
		}
		.d-on-smallest {
			display:block !important;
		}
		.menu__items.active {
			width:100%;
		}
	}
@media(max-width: 420px){
    .banner-title {
		font-size:70px;
		line-height: 70px;
	}
}
.d-on-smallest  {
	display:none;
}
.scrolled .logosticky {
	display:block;
}
.logosticky {
	display:none;
	margin:0 auto;
}
.scrolled .logo {
	display:none;
}
.scrolled .book-now {
	margin:0;
	height:80px;
	top: -19px;
	right: -15px;
	line-height:45px;
}
.scrolled .burger__btn div {
	background-color:#252525;
}
.telephone-header {
	display:none;
	color:#fff;
	font-size:22px;
}
.scrolled .telephone-header {
	color: #252525 !important;
}
.lightwidget-block{
    margin-top: -155px;
}

@media(max-width:440px){
    .on-center img{
        width: 100%;
    }
}
@media(max-width:380px){
    .footer-menu{
        display: block !important;
    }
}

.whatsapplink {
    background-color: #00c307;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 33px;
    text-decoration: none;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 99;
    box-shadow: 0 0 0 0 rgba(0, 195, 7, 0.7);
    -webkit-animation: pulse 1.5s infinite;
}

.whatsapplink:hover {
    text-decoration: none;
    color: #fff;
    -webkit-animation: none;
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 30px rgba(0, 195, 7, 0);
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 rgba(0, 195, 7, 0);
    }
}

.featurettes-05-item .whatsapp-icon {
    width: 50px;
    height: 50px;
    background-color: #33bbf7;
    display: grid;
    place-items: center;
}

.featurettes-05-item.social-icons {
    display: flex;
}

.featurettes-05-item.social-icons &gt; img {
    height: 100%;
}

</pre></body></html>