@charset "UTF-8";
/* CSS Document */
body {
    background: #fff;
    position: relative;
    height: 100%;
    width: 100%;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
}
html {
    height: 100%;
    width: 100%;
}
.reset {
	padding:0px;
}
#panel {
    position: relative !important;
    height: 100%;
    width: 100%;
}
#menu {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background-color: #fff;
    text-align: center;
    position: fixed;
    z-index: 999;
}
#menu.active {
    opacity: 1;
    visibility: visible;
}
#menu img {
    margin-bottom: 30px;
}
#menu ul li a {
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
    font-size: 26px;
}
#menu ul li a:hover {
    color: #90c74f;
}
#menu ul ul li a {
    font-size: 20px;
}
#menu ul ul {
    margin-bottom: 20px;
}
#menu i {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 40px;
}
.container {
    padding-left: 15px;
    padding-right: 15px;
}
.container {
    max-width: 1410px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    margin: 0px;
    padding: 0px;
}
h1 {
    font-size: 58px;
    font-weight: 400;
}
h1.hero{
	margin-bottom:10px;
}
h2 {
    font-size: 50px;
}
h3 {
    font-size: 30px;
}
p {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 20px;
}
ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
img {
    max-width: 100%;
    height: auto;
}
/* Buttons */
a.button {
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    letter-spacing: 0.5px;
    font-family: 'Roboto Condensed', sans-serif;
    border-radius: 20px;
    padding: 9px 30px;
    background: #301d49;
}
a.button:hover {
    box-shadow: 0px 14px 18px 0px rgba(11, 14, 15, 0.08);
}
a.button.green {
    background: #96ca59;
}
a.button.blue {
    background: #1d223c;
}
a.button.teal {
    background: #68c5b9;
}
a.button i.fa-chevron-right {
    margin-left: 50px;
}
a.button:hover i.fa-chevron-right {
    margin-left: 60px;
}
a {
    text-decoration: none;
}
* {
    transition: all 0.2s ease-in;
}
.slick-slider div { 
    transition: none; 
	padding-bottom:40px;
} 
*:focus {
    outline: none;
}
::placeholder {
  color: #fff;
}
/* Header */
.toggle-button {
    display: none;
}
#header {
    position: fixed;
    width: 100%;
    padding: 20px 0px 40px 0px;
    background: #fff;
    transition: 0.7s all;
    z-index: 100;
}
#header.slim {
    background: #fff;
    padding: 10px 0px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.22); 
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.22);
}
#header img.logo {
    margin-top: 30px;
    width: 293px;
}
#header.slim img.logo {
    margin-top: 10px;
    width: 250px;
}
#header a.button {
    float: right;
}
#header a.button img {
    width: 19px;
    margin-right: 20px;
    margin-top: -2px;
}
#header ul {
    float: right;
    vertical-align: middle;
    margin-top: 8px;
    margin-right: 70px;
}
#header ul li {
    display: inline-block;
    margin-left: 35px;
    position: relative;
}
#header ul li a {
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
}
#header ul li.menu-item-has-children a::after {
    color: #90c74f;
    font-family: "Font Awesome 6 Pro"; 
    font-weight: 900; 
    content: "\f078";
    font-size: 18px;
    margin-left: 5px;
	border:none;
	vertical-align:0;
}
#header ul li.menu-item-has-children:hover a::after {
    content: "\f077";
}
#header ul li a:hover {
    color: #90c74f;
}
#header ul.submenu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: -20px;
    top: 20px;
    width: 260px;
    background: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    box-shadow: 0px 14px 18px 0px rgba(11, 14, 15, 0.08);
}
#header ul li.menu-item-has-children:hover ul.submenu {
    opacity: 1;
    visibility: visible;
}
#header ul.submenu li {
    display: block;
    margin-left: 0px
}
#header ul.submenu li a {
    font-size: 16px;
}
#header ul.submenu li a::after {
    display: none;
}
.sub-header {
    text-align: right;
    margin-bottom: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
}
.sub-header a {
    color: #90c74f;
}
.sub-header img, #menu .sub-header img {
    width: 16px;
    margin: 0px 10px;
}
#menu .sub-header {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
}
#header.slim .sub-header {
    font-size: 16px;
    margin-bottom: 10px;
}
/* Home Hero */
#home-hero {
    position: relative;
    overflow: hidden;
}
.hero-image {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    width: 50%;
    height: calc(100% - 195px);
    padding-bottom: 0px;
    overflow: hidden;
}
.hero-image-container {
    height: 100%;
    width: 3000px;
    position: relative;
    overflow: hidden;
}
.hero-image img {
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: auto;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.hero-logos {
    position: absolute;
    bottom: 0px;
    background: #f8f8f8;
    width: 100%;
    height: auto;
    padding: 60px 0px;
    left: 0px;
}
.hero-logos img {
    max-height: 64px;
    margin-right: 40px;
}
.hero-logos img:last-child {
    margin-right: 0px;
}
/* About Block */
#about-block {
    background: #b3e1db;
    padding: 150px 0px;
    z-index: 1;
    position: relative;
}
#about-block h2 {
    color: #1d223c;
    margin-bottom: 20px;
}
.about-text {
    padding-right: 30px;
}
.review-container {
    background: #fff;
    float: right;
    border-radius: 20px 50px 50px 50px;
    padding: 70px;
    width: calc(100% - 50px);
    position: relative;
}
.review-container::after {
    border-radius: 50px;
    background-image: -moz-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(179,225,219) 58%, rgb(216,236,192) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(179,225,219) 58%, rgb(216,236,192) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(179,225,219) 58%, rgb(216,236,192) 100%);
    opacity: 0.4;
    position: absolute;
    left: 30px;
    bottom: -30px;
    content: '';
    z-index: -1;
    width: 100%;
    height: 100%;
}
.review-container::before {
    position: absolute;
    top: 40px;
    left: 40px;
    content: url('../images/quote.png');
    width: 30px;
    height: 20px;
    z-index: 2;
}
.review-slide h3 {
    font-size: 24px;
    color: #1d223c;
    margin-top: 10px;
}
.review-slide h4 {
    color: #90c74f;
    font-size: 18px;
    margin-top: 10px;
}
.review-slide p {
    font-style: italic;
}
.reviews {
    position: relative;
}
.reviews .slick-dots {
    position: absolute;
    top: 0px;
    left: -110px;
}
.reviews .slick-dots li button {
    background: #95bbbb;
    border: 0px;
    color: transparent;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}
.reviews .slick-dots li.slick-active button {
    background: #90c74f;
}
/* Client List */
#client-list {
    text-align: center;
    background: #daefe3;
    padding: 75px 0px 40px 0px;
}
#client-list p {
    margin-bottom: 35px;
}
#client-list img {
    filter: grayscale(100%);
    mix-blend-mode: multiply;
    opacity: 0.8;
    max-height: 80px;
    margin-bottom: 35px
}
/* Services Block */
#services-block {
    text-align: center;
    padding: 85px 0px;
    position: relative;
    z-index: 1;
    background: #fff;
}
#services-block h2 {
    color: #1d223c;
    margin-bottom: 85px;
}
.service-carousel .slick-arrow {
    width: 27px;
    height: 46px;
    border: 0px;
    position: absolute;
    left: -15px;
    top: calc(50% - 50px);
    border-radius: 50%;
    padding:0px;
    z-index: 3;
}
.service-carousel .slick-next {
    left: auto;
    right: -15px;
    padding:0px;
}
.service-carousel .slick-track {
    display: flex !important;
}
.service-carousel .slick-slide {
	height:inherit !important;
}
.service-item {
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0px 8px 25px 0px rgba(51, 55, 69, 0.12);
    position: relative;
    padding: 20px 30px 50px 30px;
    margin:0px 20px 0px 20px;
	height:100%;
}
.service-item::before {
    border-radius: 50px;
    background-image: -moz-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(179,225,219) 58%, rgb(216,236,192) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(179,225,219) 58%, rgb(216,236,192) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(179,225,219) 58%, rgb(216,236,192) 100%);
    opacity: 0.302;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 16px;
    top: 35px;
    z-index: -1;
}
.service-image {
    width: 140px;
    height: 140px;
    margin: 0px auto;
    background-image: url(../images/service-image.png);
    background-size: 100% auto;
    position: relative;
}
.service-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 65%;
    max-height: 65%;
}
.service-item h3 {
    margin-bottom: 30px;
    color: #1d223c;
    margin-top: 20px;
	font-size:26px;
}
.service-item a {
    margin-top: 10px;
}
/* Call Back */
.call-back {
    background: #1d223c;
    color: #fff;
    text-align: left;
    padding: 60px;
    border-radius: 20px 50px 50px 50px;
	margin-top:30px;
}
.call-back h2 {
    display: inline-block;
}
.call-back p {
	margin:0px;
}
.call-back-text {
    display: inline-block;
    margin-left: 35px !important;
}
#services-block .call-back h2 {
    color: #fff;
    margin-bottom: 30px;
}
.call-back ::placeholder {
    color: #a4a4a4 !important;
}
.call-back input {
    color: #1d223c;
}
.call-back input, .call-back .wpcf7-submit {
    width: 100%;
    border-radius: 20px;
    font-size: 18px;
    border: 0px;
    text-align:center;
    padding: 20px 25px;
    height: auto;
}
.call-back .wpcf7-submit {
    background: #68c5b9;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.5px;
    position: relative;
}
.call-back .wpcf7-submit:hover {
    background: #56aca1;
}
.call-back .wpcf7-submit i {
    float: right;
    padding-top: 3px;
}
.call-back .wpcf7-response-output {
	margin:15px 0px 0px 0px !important;
}
.call-back .wpcf7 form.sent .wpcf7-response-output {
	border-color: #96ca59 !important;
	border-radius:25px;
	text-align:center;
	margin:15px 0px 0px 0px !important;
}
.call-back .wpcf7 form.invalid .wpcf7-response-output, .call-back .wpcf7 form.unaccepted .wpcf7-response-output, .call-back .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900 !important;
	border-radius:25px;
	text-align:center;
}
.wpcf7-not-valid-tip {
	color:#ffb900 !important;
	text-align:center;
}
.wpcf7-spinner {
	display:none !important;
}
/* Facts Block */
#facts-block {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 100px 75px 130px 75px;
    position: relative;
}
#facts-button {
    position: absolute;
    bottom: -24px;
    left: 0px;
    right: 15px;
    padding: 0px;
    text-align: center;
}
#facts-block p {
    margin-bottom: 90px;
}
.fact {
    text-align: left;
}
.fact h3 {
    font-size: 94px;
    font-weight: 600;
}
.fact h4 {
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid #b0df77;
    padding-bottom: 18px;
    margin-bottom: 20px;
}
/* Who Block */
#who-block {
    background-color: #daefe3;
    padding: 105px 0px;
    position: relative;
}
#who-block h2 {
    margin-bottom: 25px;
    color: #1d223c;
}
.who-images {
    position: relative;
}
.who-images img.img1 {    
    width: 220px;
    height: 232px;
    object-fit: cover;
    border-radius: 50px 50px 20px 50px;
    vertical-align: bottom;
    margin-left: 35px;
    margin-bottom: 20px;
    margin-right: 15px;
}
.who-images img.img2 {
    object-fit: cover;
    border-radius: 50px 50px 50px 20px;
    width: 287px;
    height: 196px;
    vertical-align: bottom;
    margin-bottom: 20px;
}
.who-images img.img3 {
    width: 343px;
    height: 230px;
    object-fit: cover;
    border-radius: 50px 20px 50px 50px;
    vertical-align: top;
    margin-right: 15px;
}
.who-images img.img4 {
    width: 244px;
    height: 274px;
    object-fit: cover;
    border-radius: 20px 50px 50px 50px;
    vertical-align: top;
}
/* News Block */
#news-block {
    background: #fff;
    padding: 135px 0px 55px 0px;
}
#news-block h2 {
    margin-bottom: 60px;
}
.news-item {
	padding-bottom:80px;
}
.news-item img {
    border-radius: 20px 50px 50px 50px;
    object-fit: cover;
    width: 100%;
    height: 295px;
}
.news-item img:hover {
    opacity: 0.8;
}
.news-image {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}
.news-image::before {
    content: '';
    border-radius: 50px;
    background-image: -moz-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(179,225,219) 58%, rgb(216,236,192) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(179,225,219) 58%, rgb(216,236,192) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(179,225,219) 58%, rgb(216,236,192) 100%);
    opacity: 0.302;
    left: -18px;
    bottom: -22px;
    position: absolute;
    height: 295px;
    width: 100%;
    z-index: -1;
    transition: all 0.2s ease-in;
}
.news-image:hover::before {
    opacity: 0.6;
}
.news-item h3:hover a {
    color: #96ca59;
}
.news-item h3 {
    margin-bottom: 25px;
}
.news-item h3 a {
    color: #1d223c;
}
.news-item a.button {
    margin-top: 5px;
}
/* basic text page */
.page-content-wrap {
	background-color:#daeee3;
	border-bottom-right-radius:50px;
	padding-top:195px;
}
.page-banner {
    color: #fff;
    text-align: center;
    padding: 215px 0px;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
	border-radius: 20px 50px 50px 50px;
}
.page-banner::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    content: '';
    z-index: -1;
	border-radius: 20px 50px 50px 50px;
}
.inner-content {
	padding-top:40px;
	padding-bottom:80px;
}
.inner-content p a {
	color:#44a598;
	text-decoration:underline;
}
.inner-content li a {
	color:#44a598;
	text-decoration:underline;
}
.inner-content h1 {
	font-size:40px;
	margin-bottom:20px;
}
.inner-content h2 {
	font-size:30px;
	margin-bottom:20px;
}
.inner-content h3 {
	font-size:24px;
	margin-bottom:20px;
	font-weight:bold;
}
.inner-content ul {
	font-size:18px;
	font-weight:300;
	margin-bottom:20px;
}
.inner-content li {
	list-style:disc;
	list-style-position:inside;
	font-weight:300;
}
.inner-content li strong {
	list-style:disc;
	list-style-position:inside;
	font-weight:600;
}
.inner-page-content {
	padding-top:80px;
	padding-bottom:0px;
}
.inner-page-content p a {
	color:#44a598;
}
.inner-page-content h2 {
	margin-bottom:20px;
}
.inner-page-content h3 {
	font-size:24px;
	margin-bottom:20px;
}
.inner-page-content ul {
	font-size:18px;
	font-weight:300;
	margin-bottom:20px;
}
.inner-page-content li {
	list-style:disc;
	list-style-position:inside;
}
/* services page */
.service-page-intro {
	background-color:#b3e1db;
	padding:165px 0px 0px 0px;
	border-radius:0px 0px 50px 0px;
}
.service-page-intro h2 {
	margin-bottom:20px;
}
.service-page-intro-text {
	padding:0px 20% 0px 10%;
}
.service-page-intro-text h1{
	font-size:50px;
	margin-bottom:20px;
	font-weight:300;
}
/* contact page */
.page-intro {
	background-color:#b3e1db;
	padding:295px 0px 100px 0px;
}
.page-intro h1 {
	font-size: 50px;
    margin-bottom: 20px;
    font-weight: 300;
}
.page-intro a{
	color:#000000;
	border-bottom:1px solid #90c74f;
}
.page-intro-image {
	position:relative;
	padding-bottom:50px;
}
.page-intro-image img {
    border-radius: 50px 50px 50px 20px;
}
.page-intro-image .art-1 {
	position:absolute;
	width:171px;
	height:180px;
	background-image: url(../images/art-1.png);
    background-size: 100% auto;
	left:100px;
	bottom:0;
	z-index:2;
}
.page-intro-image .art-2 {
	position:absolute;
	width:171px;
	height:180px;
	background-image: url(../images/art-2.png);
    background-size: 100% auto;
	right:75px;
	bottom:20px;
	z-index:2;
}
.contact-form-wrap {
	background-color:#daefe3;
}
.contact-form {
	padding-top:110px;
	padding-bottom:110px;
}

.contact-form h2 {
	margin-bottom:20px;
}
.contact-form input,.contact-form textarea {
    width: 100%;
    color: #777777;
    background: #fff;
    border: 0;
    margin-top: 15px;
    padding:15px 20px;
	border-radius:15px;
}

.contact-form input[type="submit"] {
    text-transform: uppercase;
    background: #68c5b9!important;
    color: #fff;
	border-radius:15px;
	text-align:left;
	width:auto;
}
.contact-form textarea {
    height: 170px;
	border-radius:15px;
}

.contact-form input[type="submit"]:hover {
    background: #57b2a6!important;
}

::placeholder {
    color: #a4a4a4;
}

.contact-form .wpcf7 form .wpcf7-response-output {
    margin: 0;
}

.contact-form .wpcf7-spinner {
    display: none!important;
}

.contact-form .wpcf7-not-valid-tip {
    color: #931f1f!important;
}

.contact-form .wpcf7-form input[type=text].wpcf7-not-valid,.contact-form .wpcf7-form input[type=email].wpcf7-not-valid,.contact-form .wpcf7-form input[type=tel].wpcf7-not-valid,.contact-form .wpcf7-form textarea.wpcf7-not-valid,.wpcf7-form select.wpcf7-not-valid {
    border: solid 2px #931f1f;
}

.contact-form .wpcf7 form.sent .wpcf7-response-output {
    border-color: #90c74f;
}

.contact-form .wpcf7 form.invalid .wpcf7-response-output,.contact-form .wpcf7 form.unaccepted .wpcf7-response-output,.contact-form .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #d0a147;
}

.contact-form form br {
    display: none;
}
.contact-map {
	padding-top:110px;
	padding-bottom:110px;
}
.contact-map iframe{
	border-radius:50px;
}

/* meet the team */

#meet-the-team {
	background-color:#daefe3;
	padding-top:110px;
	padding-bottom:110px;
	text-align:center;
}
#meet-the-team h2{
	padding-bottom:30px;
}
.team-block img {
	border-radius:50%;
	margin-bottom:20px;
	width:70%;
}
.team-block h3 {
	font-size:22px;
	color:#1d223c;
	font-weight:500;
	margin-bottom:10px;
}
.team-block a {
	font-size:18px;
	color:#90c74f;
}
.team-block p {
	font-size:18px;
	color:#90c74f;
	margin-bottom:20px;
}
.team-block a.button{
	color:#ffffff;
	margin-bottom:50px;
}


/* blog */
.blog-content-wrap {
	background-color:#daeee3;
	padding-top:195px;
}
.blog-content-wrap-lower {
	background-color:#daeee3;
	padding-top:85px;
}
.blog-header {
	padding-top:40px;
	padding-bottom:80px;
}
.wp-pagenavi {
    padding-bottom:80px
}

span.current {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    width: 40px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border: none!important;
    background-color: #68c5b9;
    border-radius: 50%;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px
}

a.page {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    width: 40px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border: none!important;
    background-color: #1d223c;
    border-radius: 50%;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none
}

a.page:hover {
    color: #fff;
    background-color: #44a598;
    text-decoration: none
}

/* Footer */
#footer {
    background: #f8f8f8;
    padding: 115px 0px;
    color: #1d223c;
}
#footer a.button {
    float: right;
    padding: 20px 40px;
}
#footer a.button img {
    width: 20px;
    margin: 0px 10px;
}
#footer #copyright {
    margin-top: 100px;
    color: #b6b7bc;
}
#footer #credit {
    text-align: right;
}
#footer #credit a {
    color: #b6b7bc;
}
#footer #credit a:hover {
    color: #1d223c;;
}
#footer #legal {
    margin-top: 30px;
    color: #b6b7bc;
}
.footer-links a {
	color:#68c5b9;
}
.footer-links a:hover {
	color:#96ca59;
}
@media (max-width: 1600px) {
   .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 1440px) {
    .who-images img.img3 {
        width: 280px;
    }
    .who-images img.img2 {
        width: 250px;
    }
    .who-images img.img4 {
        width: 200px;
    }
    #about-block {
        padding-right: 30px;
    }
	.service-page-intro {
		padding-top:150px;
	}
	.page-intro-image {
		padding:30px 5% 0px 5%;
	}
}
@media (max-width: 1199px) {
    h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 26px;
    }
    #header ul {
        display: none;
    }
    #header {
        padding: 20px 0px
    }
    .toggle-button {
        display: block;
        float: right;
        margin-left: 30px;
        margin-top: 10px;
    }
	.dropdown-toggle::after {
		display:none;
	}
    #home-hero, #home-hero .row {
        height: 800px !important;
    }
    #home-hero .hero-logos .row {
        height: auto !important;
    }
	.blog-header {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.page-intro-image img{
		margin-bottom:35px;
	}
	.page-intro-text {
		padding:0px 15% 0px 15%;
		text-align:center;
	}
	.page-intro {
		padding: 195px 0px 100px 0px;
	}
	.page-content-wrap {
		padding-top: 140px;
	}
	.page-banner {
		padding: 115px 0px;
	}
    .hero-logos img {
        max-height: 40px;
    }
    .call-back {
        text-align: center;
    }
	.call-back p {
		margin-bottom:15px;
	}
    .call-back-text {
        margin-left: 0px;
        margin-bottom: 30px;
    }
    .fact h3 {
        font-size: 60px;
    }
    .who-text {
        width: 70%;
        text-align: center;
        margin: 0px auto;
    }
    .who-images {
        margin: 0px auto 50px auto;;
        width: 70%;
        text-align: center;
    }
	#who-block {
		padding: 50px 0px;
	}
	#who-block img {
		margin-bottom:50px;
	}
    #footer {
        text-align: center;
    }
    #footer a.button {
        float: none;
    }
    #footer img {
        margin-bottom: 30px;
    }
    #footer #credit {
        text-align: center;
    }
    #menu .sub-header {
        text-align: center;
        margin-top: 20px;
    }
    .hero-logos {
        padding: 30px 0px;
    }
	.service-page-intro {
		padding-top:130px;
	}
	.service-page-intro-text {
		padding:40px 20% 40px 10%;
	}
	.service-page-intro-text p{
		font-size:16px;
	}
}
@media (max-width: 991px) {
    h1 {
        font-size: 40px;
    }
    #header img.logo {
        margin-top: 20px;
    }
    #about-block {
        text-align: center;
		padding-top: 60px;
        padding-bottom: 60px;
        padding-bottom: 60px;
    }
    .about-text {
        padding-right: 0px;
        padding-left: 30px;
        margin-bottom: 60px;
    }
    .hero-logos img {
        max-height: 35px;
        margin-right: 20px;
    }
    .call-back input {
        margin-bottom: 15px;
    }
	#news-block {
		padding: 65px 0px 55px 0px;
	}
    .news-item, .fact {
        margin-bottom: 25px;
    }
	.news-item {
		padding-bottom: 40px;
	}
	.news-image::before {
		height:250px;
	}
	.page-intro {
		padding: 195px 0px 100px 0px;
	}
    #footer #copyright {
        margin-top: 100px;
    }
    .who-images {
        width: 100%;
    }
    .who-images img.img1 {
        width: 180px;
    }
    .who-images img.img4 {
        height: 220px;
    }
	.page-intro-image {
		padding:30px 5% 0px 5%;
	}
	.service-page-intro-text {
		padding:50px 15% 50px 15%;
		text-align:center;
	}
	.service-page-intro {
		padding-top:130px;
	}
	.service-page-intro-image {
		padding:0px;
		max-height:350px;
		overflow:hidden;
	}
	.contact-form {
		padding-top:50px;
		padding-bottom:30px;
	}
	.contact-map {
		padding-top:30px;
		padding-bottom:50px;
	}
	.footer-icons {
        text-align: center !important;
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 30px;
    }
	.service-page-intro h1{
		font-size: 30px;
	}
    h3 {
        font-size: 24px;
    }
    p {
        font-size: 16px;
    }
    .hero-image {
        width: 100%;
        height: 300px;
        top: 100px;
        padding-left: 30px;
    }
    .hero-logos img {
        max-height: 25px;
        margin-right: 10px;
    }
    #home-hero, #home-hero .row {
        height: auto !important;
    }
    #home-hero {
        text-align: center;
    }
    #home-hero {
        padding-top: 450px;
        padding-bottom: 150px;
    }
    #about-block {
        padding-top: 75px;
        padding-bottom: 75px;
        padding-left: 0px;
		padding-right:15px;
    }
	#services-block h2 {
		margin-bottom:40px;
	}
	.page-intro {
		padding: 140px 0px 60px 0px;
	}
    .about-text {
        padding-left: 0px;
    }
    .review-container {
        padding: 30px;
        width: 100%;
        margin-left: 450px
    }
    .review-container::before {
        top: 10px;
        left: 10px;
    }
    .call-back {
        padding: 30px;
    }
    .who-text {
        width: 100%;
    }
    .news-item img {
        height: 180px;
    }
    #footer a.button {
        padding: 20px 12px;
    }
    .who-images img.img1 {
        width: 130px;
        height: 130px;
    }
    .who-images img.img2 {
        width: 120px;
        height: 160px;
    }
    .who-images img.img3 {
        width: 140px;
        height: 160px;
    }
    .who-images img.img4 {
        width: 140px;
        height: 140px;
    }
    #menu img {
        width: 70%;
        height: auto;
    }
    .sub-header {
        display: none;
    }
    .sub-header span {
        display: none;
    }
    #menu .sub-header {
        display: block;
        text-align: center;
        margin-top: 20px;
    }
    #header img.logo, #header.slim img.logo {
        margin-top: 5px;
    }
    #header a.button {
        padding: 5px 15px;
        border-radius: 15px;
    }
    #header a.button span {
        display: none;
    }
    #header a.button img {
        margin-right: 0px;
        width: 10px;
    }
	.page-intro-text {
		padding:0px;
		text-align:center;
	}
	.page-intro-image {
		padding:0px;
	}
	.page-intro-image .art-1 {
		display:none
	}
	.page-intro-image .art-2 {
		display:none
	}
	.service-page-intro {
		padding-top:100px;
	}
	.service-page-intro-text {
		padding:40px 10% 40px 10%;
		text-align:center;
	}
	.service-page-intro-image {
		padding:0px;
		max-height:280px;
		overflow:hidden;
	}
	.footer-icons {
        text-align: center !important;
        margin-top: 30px;
    }
	
}
@media (max-width: 500px) {
	.service-page-intro {
		padding-top:80px;
	}
}

.modal-header{
	border-bottom:0px;
}

.modal-header h1{
	font-size:28px !important;
}

.modal-body{
	text-align:left;
}

.modal-body p{
	font-size:16px;
}

.sitemap li a{
	color:#000000;
	border-bottom:1px solid #90c74f;
	text-decoration:none;
}

.sitemap li a:hover{
	color:#000000;
	border-bottom:1px solid #000;
	text-decoration:none;
}

.sitemap ul li ul{
	margin-left:40px;
	margin-bottom:0px;
}


.footer-icons {
    text-align: right;
    font-size: 30px;
	margin-top:30px;
}
.footer-icons a {
    margin-left: 5px;
    color: #1d223c;
    transition: color 0.2s ease-in;
}
.footer-icons a:hover {
    color: #96ca59;
}

p.tags{
	display:block;
	padding-top:20px;
}

p.tags span{
    margin-right: 10px;
    font-family: 'Inter', sans-serif;
	font-weight:600;	
}

.share {
    margin-top: 30px;
}
.share a i {
    width: 30px;
    height: 30px;
    background: red;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-left: 10px;
}
.share a i.fa-facebook-f {
    background: #36589b;
}
.share a i.fa-twitter {
    background: #31aae1;
}
.share a i.fa-linkedin-in {
    background: #0e689b;
}
.share span {
    margin-right: 10px;
    font-family: 'Inter', sans-serif;
	font-weight:600;
}

h1.blog-header-lp {
	padding-bottom:40px;
}
.why-choose-us {
	text-align:center;
}
.why-choose-us i {
	font-size:30px;
	color:#68c5b9;
}
.why-choose-us p {
	padding-left:5%;
	padding-right:5%;
}
.why-choose-us h3 {
	padding-top:10px;
	padding-bottom:10px;
}