@font-face {
  font-family: 'Formula1';
  src: url('fonts/Formula1/Formula1\ Display-Regular.woff') format('woff');
  src: url('fonts/Formula1/Formula1\ Display-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Formula1-Bold';
  src: url('fonts/Formula1/Formula1\ Display-Bold\ Bold.woff') format('woff');
  src: url('fonts/Formula1/Formula1\ Display-Bold\ Bold.woff2') format('woff2'); 
  font-weight: normal;
  font-style: normal;
}



*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

body { width: 100%; min-width: 1200px; margin: 0 auto; font-family: 'Poppins', sans-serif;  position: relative; }

a { color: inherit; text-decoration: none; }
a:hover { text-decoration: none; color: inherit; }

div, article, section, dl, dt, dd, table, tr, td, ul, ol, li, p, span, small, em, h1, .h2, .h3, .h4, .h5, h6, nav { padding: 0; margin: 0; }

.row { width: 100%; max-width: 1620px; margin: 0 auto; }

/*cookie*/
.cc-animate.cc-revoke.cc-bottom { font-size: 14px; padding: 5px 10px; position: fixed; display: block !important; transform: none !important; bottom: 0 !important; left: 20px !important; }

/*call to action*/
.destroy-on-load, .cta {  display: none; }

/*typography*/
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important;}

h1, .h2, .h3, .h4, .h5 { font-family: "Big Shoulders", sans-serif; font-weight: 700; line-height: 1.2; color: inherit; }
h1 { font-size: 80px; }
.h2 { font-size: 60px; }
.h3 { font-size: 45px; }
.h4 { font-size: 40px; }
.h5 { font-size: 35px; }
p, ul, nav ul li a { font-family: 'Formula1', sans-serif; font-size: 20px; line-height: 1.8; letter-spacing: .5px; color: inherit; }
.foreword { font-family: 'Pantherdam Signature', sans-serif; font-weight: 400; }

/*BUTTON*/
.btn { position: relative; overflow: hidden; z-index: 999; display: block; -webkit-box-shadow: inset 0px 0px 15px 5px rgba(2,2,2,0.65); box-shadow: inset 0px 0px 15px 5px rgba(2,2,2,0.65); text-align: center; padding: 20px 17px; width: 333px; font-size: 12px; font-family: 'Formula1', sans-serif; background: linear-gradient(332deg,rgba(34, 34, 34, 1) 38%, rgba(0, 0, 0, 1) 98%); color: #FFF; line-height: 1.2; -webkit-appearance: inherit; transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; display: flex; align-items: center; justify-content: space-between; border-radius: 5px;}
.btn:hover { color: #fff; background: #666!important; }

/*FLEX*/
.flex { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; justify-content: space-between; align-items: center; /* -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; */ }
/* img { width: 100%; } */

/*SOCIAL*/


/*-----------------------------------------------HEADER-----------------------------------------------*/
#header { position: relative; width: 100%; z-index: 1000; }
#header .row { max-width: 1642px; }
#header .top { background: #000; color: #fff; padding: 5px 20px 10px; flex-wrap: wrap;}
#header .top .left { gap: 7px;}
#header .top .left p { font-size: 14px; font-family: 'Poppins', sans-serif; font-weight: 500;}
#header .top .right.flex { gap: 12px; }
#header .top .right .item { gap: 7px;}
#header .top .right .item a span { font-family: 'Formula1-Bold', sans-serif; display: block; font-size: 12px;}
#header .top .right .item a { font-size: 14px; font-weight: 300; }
#header .bot { padding: 0 20px; }
#header .bot .row { height: 96px; align-items: start; }
#header .bot .logo-holder { background: url('../images/content/logo-bg.png')no-repeat bottom center; -webkit-background-size: cover; background-size: cover; width: 100%; max-width: 330px; position: relative; display: flex; justify-content: center; align-items: center; filter: drop-shadow(9px 9px 17px rgb(0, 0, 0, .24)); padding: 6px 10px 36px;}
#header .bot .right.flex { gap: 25px; align-self: center;}

#header nav a#pull { display: none }
#header nav { position: relative; z-index: 999; }
#header nav ul { justify-content: space-between; display: flex; gap: 20px; }
nav ul { margin: 0; padding: 0; list-style: none; }
nav ul li { display: inline-block; vertical-align: middle; }
nav ul li a { color: #000; position: relative; padding: 20px 0; display: inline-block; font-size: 12px; letter-spacing: .027em; }
#header nav ul li a::before { width: 100%; bottom: 5px; opacity: 0; transition: 300ms; height: 3px; content: ""; position: absolute; background-color: #000; }
nav ul li.active-menu a,
nav ul li a:hover { opacity: 1; font-family: 'Formula1-Bold', sans-serif; }
#header nav ul li a:hover::before { bottom: 10px; opacity: 1; }


/*-----------------------------------------------BANNER-----------------------------------------------*/
#banner { background: url('../images/content/banner-bg.jpg')no-repeat center; -webkit-background-size: cover; background-size: cover; width: 100%; min-height: 757px;  position: relative; align-content: end; padding: 0 20px; }
#banner .row { max-width: 1530px;}
#banner .banner-slider-btn { position: absolute; bottom: 20px; right: 43px; gap: 18px; z-index: 999; }
#banner .banner-slider-btn .slider-btn { background: #000; border-radius: 100%; }
#banner .banner-con { width: 100%; background: url('../images/content/banner-txt-bg.jpg')no-repeat center; -webkit-background-size: cover; background-size: cover; padding: 10px 20px 22px; text-align: center; border-radius: 15px;     -webkit-box-shadow: 7px 7px 25px 5px rgba(2, 2, 2, 0.45); box-shadow: 7px 7px 25px 5px rgba(2, 2, 2, 0.45); margin-bottom: -30px; z-index: 999; position: relative; }
#banner .banner-con h1.foreword { font-size: 90px; letter-spacing: .071em;  color: #202B32;}
#banner .banner-con .h5 { font-weight: 900; margin: 12px 0 18px; color: #1F2B32;}
#banner .btn { margin: auto; width: 346px; background: linear-gradient(335deg,rgba(17, 17, 17, 1) 38%, rgba(0, 0, 0, 1) 98%);}
.slider-btn { cursor: pointer;}


/*-----------------------------------------------CONTENT-----------------------------------------------*/

/*SERVICES*/
#services { background: url('../images/content/services-bg.jpg')no-repeat center; -webkit-background-size: cover; background-size: cover; position: relative; width: 100%; padding: 118px 20px 65px; text-align: center; }
#services .row { max-width: 100%;}
#services .foreword { color: #212B32;}
#services .h4.top { font-weight: 500; width: 100%; max-width: 1114px; margin: 18px auto 20px; line-height: 50px; letter-spacing: .003em; color: #000; }
.services-items { gap: 17px; justify-content: center; flex-wrap: wrap;}
.services-items .item { background: #fff; border: 2px solid #D6D6D6; width: 100%; max-width: 400px; -webkit-box-shadow: 7px 7px 15px rgba(2,2,2,0.35); border-radius: 10px; box-shadow: 7px 7px 15px rgba(2,2,2,0.35); text-align: center; }
.services-items .item img:not(.services-items .item .txt img) { height: 366px; width: 100%; object-fit: cover; border-radius: 8px 8px 0 0;}
.services-items .txt { padding: 13px 18px 12px;}
.services-items .txt .h5 { font-size: 33px; width: 100%; max-width: 385px; margin: auto; color: #111; font-weight: 900;} 
.services-items .txt .to-sm { font-family: 'Formula1', sans-serif; font-size: 13px; color: #111; line-height: 20px;}
.services-items .txt a { font-family: 'Big Shoulders', sans-serif; font-weight: 900; font-size: 14px; color: #111; text-decoration: underline; text-underline-position: under; }
#services .h4.bot { font-weight: 500; color: #111; width: 100%; max-width: 1344px; margin: 43px auto 0; line-height: 1.4; }
#services .flex.phone { justify-content: center; margin: 15px auto 20px;}
#services .flex.phone p { font-family: 'Big Shoulders', sans-serif; font-weight: 500; font-size: 25px; color: #212121; letter-spacing: .012em; }
#services .flex.phone a {font-family: 'Big Shoulders', sans-serif; font-weight: 900; font-size: 35px; color: #000; letter-spacing: .015em;}
#services .btn { margin: auto;}


#goodbye { background: url('../images/content/goodbye-bg.png')no-repeat center left; -webkit-background-size: cover; background-size: cover; position: relative; width: 100%; padding: 300px 20px 225px; color: #fff; margin-top: -150px; z-index: 9; }
#goodbye .row { max-width: 1700px;}
#goodbye h1 { font-weight: 900; font-size: 110px; width: 100%; max-width: 530px; line-height: 1.15; text-shadow: 4px 4px 7px #000; background-color: rgb(0, 0, 0, 0.005);  }
#goodbye p { font-size: 20px; line-height: 40px; width: 100%; max-width: 620px; background-color: rgb(0, 0, 0, 0.005);  }
#goodbye .flex.reviews { margin: 18px 0 23px;}
#goodbye .btn, #reviews .btn { background: linear-gradient(335deg,rgba(34, 34, 34, 1 ) 38%, rgba(68, 68, 68, 1) 98%); -webkit-box-shadow: inset 0px 0px 5px 5px rgba(68,68,68,0.3); box-shadow: inset 0px 0px 5px 5px rgba(68,68,68,0.3);}
.flex.reviews { justify-content: left; }
.flex.reviews .to-sm { font-size: 13px; font-weight: 900;  background-color: rgb(0, 0, 0, 0.005);  }
.flex.reviews .to-sm img { display: block; margin-bottom: 5px; }


#about { background: url('../images/content/about-bg.jpg')no-repeat center right; -webkit-background-size: cover; background-size: cover; position: relative; width: 100%; padding: 128px 20px 115px; margin-top: -255px; color: #000;}
#about .row { max-width: 560px; margin: 0 0 0 auto !important; position: relative; z-index: 99 }
#about .row h1:nth-child(2) { font-weight: 900; }
#about .flex.txt { gap: 17px; justify-content: end; }
#about .flex.txt hr { width: 2px; height: 72px; background: #000; border: 0; margin: 0; }
#about p { font-size: 25px; color: #111; font-family: 'Big Shoulders', sans-serif; font-weight: 500; line-height: 1.6; width: 100%; max-width: 472px;}
#about .to-sm:not(#about .flex.reviews .to-sm) { font-family: 'Formula1', sans-serif; font-size: 14px; line-height: 2; color: #111; margin: 10px 0 12px; }
#about .flex.reviews .to-sm { text-decoration: underline; }
#about p.call { letter-spacing: .012em;}
#about .h3 { font-weight: 900; margin-bottom: 20px; }


#reviews { background: url('../images/content/reviews-bg.png')no-repeat center left; -webkit-background-size: cover; background-size: cover; position: relative; width: 100%; padding: 250px 20px 130px; color: #fff; margin-top: -150px; z-index: 9; text-align: center; }
#reviews .row { max-width: 830px; margin: 0 auto 0 0 !important;}
#reviews .foreword { background-color: rgb(0, 0, 0, 0.005);  }
#reviews .h3 { font-weight: 500; width: 100%; max-width: 478px; margin: 20px auto 75px; background-color: rgb(0, 0, 0, 0.005);  }
.reviews-slider .item {margin-bottom: 20px; background: #fff; color: #444; width: 100%; max-width: 728px; padding: 0 15px 25px; border: 1px solid #D6D6D6; border-radius: 15px; text-align: center; }
.reviews-slider .item img.user { display: block; margin: 10px auto; }
.reviews-slider .item .review-txt { font-family: 'Formula1', sans-serif; font-size: 16px; line-height: 25px; width: 100%; max-width: 625px; margin: 22px auto 32px;}
.reviews-slider .item .review-txt b { color: #000; font-family: 'Formula1-Bold', sans-serif;}
.reviews-slider .item .h5 { color: #000; font-weight: 900;}
.reviews-slider .item .to-sm { font-size: 14px;}
#reviews .btn { margin: 23px auto 0; }
.reviews-slider .item h3 {
    background: orange;
    color: white;
    max-width: 80px;
    margin: 20px auto;
    border-radius: 200px;
    padding: 15px 30px;
    font-size: 35px;
}
.reviews-slider .item h3.c {
    background: #2bb3a6;
}
.reviews-slider .item h3.s {
    background: brown;
}
.reviews-slider .item h3.e {
    background: violet;
}


#carousel { background: url('../images/content/carousel-bg.jpg')no-repeat bottom center; -webkit-background-size: cover; background-size: cover; position: relative; width: 100%; padding: 205px 20px 50px; margin-top: -150px; }
#carousel .row { max-width: 1615px; }
#carousel .slider.flex { gap: 45px; justify-content: center;}
#carousel .slider .item {background: url('../images/content/carousel-item-bg.jpg')no-repeat center; -webkit-background-size: cover; background-size: cover; position: relative; width: 100%; max-width: 1400px; min-height: 505px; padding: 20px; display: flex; align-items: center; justify-content: center; color: #fff; text-align: center; border-radius: 10px;}
#carousel .slider .item .h3 { font-weight: 500; line-height: 60px; letter-spacing: .003em; width: 100%; max-width: 1135px;  background-color: rgb(0, 0, 0, 0.005);  }


/*GALLERY*/
#gallery { background: url('../images/content/gallery-bg.jpg')no-repeat top center; -webkit-background-size: cover; background-size: cover; position: relative; width: 100%; padding: 0 20px 170px; text-align: center; }
#gallery .row { max-width: 100%;}
#gallery h1.foreword { color: #181919;}
#gallery .h2 { font-weight: 900; margin: 20px 0; line-height: 70px; letter-spacing: -.010em; color: #000;}
#gallery .to-sm { font-family: 'Formula1', sans-serif; font-size: 15px; color: #333739; margin: 0 auto 15px; width: 100%; max-width: 982px; line-height: 32px; letter-spacing: .003em;}
#gallery .btn { margin: 0 auto 35px;}
.gallery-slider { gap: 35px; justify-content: center; flex-wrap: wrap; }
.gallery-slider img { -webkit-box-shadow: 7px 7px 15px 0px rgba(0,0,0,0.3); box-shadow: 7px 7px 15px 0px rgba(0,0,0,0.3); border-radius: 10px; border: 1px solid #DDD; }


#choose { background: url('../images/content/choose-bg.png')no-repeat center left; -webkit-background-size: cover; background-size: cover; position: relative; width: 100%; padding: 400px 20px 120px; color: #fff; margin-top: -140px; z-index: 9;  }
#choose .row { max-width: 1780px; }
#choose .h2 { font-weight: 900; width: 100%; max-width: 540px;  background-color: rgb(0, 0, 0, 0.005);  }
#choose p { font-size: 16px; line-height: 36px; width: 100%; max-width: 570px; margin: 16px 0 20px;  background-color: rgb(0, 0, 0, 0.005); }
#choose .wrapper { flex-wrap: wrap; justify-content: center; gap: 17px; width: 100%; max-width: 700px; margin-top: 25px;}
#choose .wrapper .item { background: #fff; width: 100%; max-width: 332px; color: #333; padding: 20px; height: 149px; justify-content: center; gap: 20px; border-radius: 10px;}
#choose .wrapper .item .label { font-family: 'Formula1', sans-serif; width: 152px; font-size: 20px; color: #333; line-height: 1.3; }




/*CONTACT*/
#contact { position: relative; width: 100%; max-width: 1440px; margin: auto; background: #fff; border: 1px solid #D6D6D6; padding: 85px 20px 65px; -webkit-box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.3); box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.3); border-radius: 15px; text-align: center; }
#contact .row { max-width: 1200px; }
#contact .h2 { color: #040404; font-family: 'Montserrat', sans-serif; letter-spacing: -.010em; font-weight: 900; }
#contact p { font-size: 19px; font-family: 'Poppins', sans-serif; font-weight: 400; line-height: 27px; letter-spacing: .010em; color: #333; margin: 20px 0;}


#contact .ctc-form label { width: 100%; }
.ctc-form .flex { column-gap: 18px; }
form .messages p { display: none; font-family: 'Montserrat', sans-serif !important; font-weight: 400 !important; letter-spacing: 0 !important; font-size: 16px !important; }
form .loading { display: none !important; }
form .alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; }
form .alert-success { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; }
form .alert-danger { color: #a94442; background-color: #f2dede; border-color: #ebccd1; }
.ctc-form { margin: 0 auto; text-align: center; }
.ctc-form input:not([type="checkbox"], [type="submit"] ), .ctc-form textarea { font-family: 'Open Sans', sans-serif; font-size: 16px; color: #000; height: 65px; display: block; width: 100%; border: 0; padding: 20px 15px; box-sizing: border-box; resize: none; background: #F3F3F3; margin-bottom: 13px; -webkit-box-shadow: inset 2px 2px 3px 0px rgba(0,0,0,0.26); 
box-shadow: inset 2px 2px 3px 0px rgba(0,0,0,0.26); border-radius: 15px;}
.ctc-form ::placeholder, .ctc-form label { font-family: 'Open Sans', sans-serif; font-size: 15px; color: inherit; line-height: 1.8; letter-spacing: .03px; text-align: left; }
.ctc-form ::placeholder { color: #666; }
.ctc-form textarea { height: 212px; }
.ctc-form .ctcBtn { display: block; border: none; border-radius: 50px; width: 219px; margin: auto; background: #050505; font-family: 'Century Gothic', sans-serif; font-size: 18px; font-weight: 700; letter-spacing: .036em; 
 }
.ctc-form .recap { display: inline-block; }
.ctc-form .g-recaptcha div { margin: 0 auto 10px; }
.ctc-form .ctc-hide { display: none; }


/*-----------------------------------------------FOOTER-----------------------------------------------*/
#footer { background: url('../images/content/footer-bg.jpg')no-repeat top center; -webkit-background-size: cover; background-size: cover; width: 100%; padding: 45px 20px 17px; position: relative;}
#footer .socials-holder { position: absolute; top: 45px; left: 5%; display: flex; flex-direction: column; align-items: center; width: 35px; }
#footer .socials-holder .socials { display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px;}
#footer .hair-line { width: 1px; background: #000; height: 330px; }
#footer .socials-holder .to-sm { transform: rotate(90deg); font-family: 'Big Shoulders'; font-weight: 900; color: #666; font-size: 14px; text-wrap-mode: nowrap; margin-top: 82px; }
#footer .flex.info { justify-content: center; gap: 22px; margin-top: 18px; flex-wrap: wrap;}
#footer .flex.info .item.flex { background: #fff; padding: 10px; border-radius: 100px; border: 1px solid #D6D6D6; max-width: 432px; color: #000; margin-bottom: 10px; justify-content: left; gap: 10px; width: 100%; }
#footer .flex.info .item span { font-family: 'Big Shoulders', sans-serif; font-size: 20px; font-weight: 900; letter-spacing: .1em; display: block; }
#footer .flex.info .item { font-family: 'Montserrat', sans-serif; font-size: 20px; font-weight: 400;}
#footer .flex.info .phone a { font-size: 30px; }

footer .bot { background: #000; color: #fff; text-align: center;}
footer .bot nav ul { display: flex; align-items: center; justify-content: space-between; width: 100%; max-width: 645px; margin: auto; }
footer .bot nav ul li { display: inline-block; vertical-align: middle; box-sizing: border-box; }
footer .bot nav ul li a { color: #fff; font-size: 13px; letter-spacing: .172em; padding: 0;}
footer .bot p.copyrights { font-size: 14px; font-family: 'Poppins', sans-serif; display: flex; align-items: center; gap: 5px; justify-content: center; flex-wrap: wrap;}
footer .bot p.copyrights img { width: 40px;}
footer .bot p.copyrights a { display: flex; align-items: center; justify-content: center; }

/*---------------------------------------INNER PAGES-------------------------------------------*/
.inner #content { min-height: 400px; padding: 80px 20px; }
.inner #content .row { max-width: 1200px; margin: 0 auto; }
.inner #content h1, .inner #content .h2, .inner #content .h3, .inner #content .h4, .inner #content .h5 { padding-bottom: 20px;  }
.inner #content h1 { text-align: center; }


/*INNER GALLERY*/
.img-responsive { width: 200px; height: 200px; -o-object-fit: cover; object-fit: cover; }
#content .inner-gallery-container { text-align: center; }
#content .gallery { list-style-type: none; margin: 0; padding: 0; }
#content .gallery li { display: inline-block; }
#content .thumbnail { background-color: #fff; border: 1px solid #ddd; border-radius: 4px; display: block; line-height: .42857; margin-bottom: 20px; padding: 4px; transition: border 0.5s ease-in-out 0s; }
#content .thumbnail:hover { transform: scale(1.02); }
#content .page_navigation { display: inline-block; }
#content .page_link, #content .previous_link, #content .next_link, #content .first_link, #content .last_link, #content .ellipse { background-color: #fff; border: 1px solid #ddd; color: #0275d8; display: inline-block; line-height: 1.25; margin-left: -1px; padding: 0.5rem 0.75rem; position: relative; }
#content .page_navigation>a:hover,
.page_navigation>a.active_page { background-color: #eceeef; border-color: #ddd; color: #014c8c; text-decoration: none; }
.inner #content .inner-gallery-container { margin-bottom: 20px }

/* CONTACT US PAGE */
.contact-page #footer #contact, .contact-page #footer .socials-holder { display: none;}


/* SERVICES PAGE */
.services-page #content .row { max-width: 1750px;}
.services-page #content .services-items { flex-wrap: wrap; }

/* REVIEWS PAGE */
.reviews-page .reviews-slider { justify-items: center; margin-top: 60px; }


/*PRIVACY POLICY*/
.inPrivacyBox { max-width: 850px; margin: 0 auto; }
.inPrivacyBox p { text-align: justify !important; }


/*RESPONSIVE*/
@media screen and (max-width: 1800px) {
  body { zoom: 90% !important; }
}

@media screen and (max-width: 1650px) {
  body { zoom: 85% !important; }
}

@media screen and (max-width: 1530px) {
  body { zoom: 80% !important; }
}

@media screen and (max-width: 1440px) {
  body { zoom: 75% !important; }
  
}

@media screen and (max-width: 1200px) {
  /* body {  } */
}

@media screen and (max-width: 1024px) {
  body { zoom: unset  !important; min-width: 320px; }
  h1 { font-size: 70px; }
  .h2 { font-size: 55px; }
  .h3 { font-size: 40px; }

  #header { margin-top: 50px; }
  #header .row { width: 100%; padding: 0; }
  #header nav { position: fixed; top: 0; height: 50px; background: #000; width: 100%; right: 0; z-index: 999999 !important; }
  #header nav ul { width: 100%; display: none; height: auto; border-bottom: 5px solid #000; padding: 0 15px; background: #000; }
  #header nav ul li { width: 100%; position: relative; }
  #header nav ul li a { padding: 10px 0; text-align: left; width: 100%; color: #fff; }
  #header nav a strong { position: absolute; top: 50%; transform: translateY(-50%); left: 15px; }
  #header nav a#pull { display: block; color: #fff; background-color: #000; height: 50px; padding: 10px 0; width: 100%; position: relative; }
  #header nav a#pull:after { content: ""; background: url('../images/nav-icon.png') no-repeat; width: 20px; height: 20px; display: inline-block; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); }
  #header .top .row { flex-wrap: wrap; justify-content: space-around; }
  #banner .banner-slider-btn { right: 0; width: 100%; }
  #banner .banner-con h1.foreword, #goodbye h1 { font-size: 80px; }
  #about { margin-top: -200px; }
  #goodbye { padding-top: 280px; margin-top: 0; }
  #reviews { padding: 200px 20px 80px; margin-top: -80px; }
  #carousel .slider .item { min-height: 400px; }
  #choose { padding-top: 200px;}
  #footer .socials-holder { position: relative; flex-direction: row; width: 100%; top: unset; left: unset; justify-content: space-evenly; margin: 40px 0; }
  #footer .socials-holder .socials { flex-direction: row; margin: 0; }
  #footer .hair-line {width: 40%; height: 1px; }
  #footer .socials-holder .to-sm { transform: unset; margin: 0;}
}

@media screen and (max-width: 959px) {
  .cta { background: #035B96 url("../images/common/phonecall.png") no-repeat center center; border-bottom-left-radius: 40px; border-top: 2px solid #013f9a; border-top-left-radius: 40px; bottom: 10%; display: block; height: 60px; position: fixed; right: 0; text-decoration: none; text-indent: -9999em; width: 60px; z-index: 999; }
  #footer .nav-holder { display: none; }
}


@media screen and (max-width: 768px) {
  h1 { font-size: 60px; }
  .h2 { font-size: 45px; }
  .h3 { font-size: 35px; }
  .h4 { font-size: 30px; }
  .h5 { font-size: 25px; }
  #choose .wrapper .item .label, p { font-size: 18px; }
  .btn { margin: auto;}
  #banner .banner-con h1.foreword, #goodbye h1 { font-size: 70px; }
  .flex.reviews, #about .flex.txt { justify-content: center; }
  #goodbye { padding-top: 150px; }
  #goodbye .row :is(h1, p, .reviews, .btn), #about .row, #choose .row :is(h2, p, .wrapper), #choose .h2 { margin: auto !important; text-align: center !important; }
  #reviews, #choose { padding-top: 150px;}
  #about { margin-top: -150px; }
  #carousel .slider.flex { gap: 20px;}
  #contact { padding-top: 60px;}
  .ctc-form .flex { flex-wrap: wrap;}
  #footer .flex.info .left { order: 1; }
  footer .bot nav { display: none; }
}

@media screen and (max-width: 580px) {
  h1 { font-size: 50px; }
  .h2 { font-size: 40px; }
  .h3 { font-size: 30px; }
  .h4, #footer .flex.info .phone a { font-size: 25px; }
  .h5 { font-size: 20px; }
  #choose .wrapper .item .label, p { font-size: 17px; }
  #goodbye p { font-size: 18px;}
  .btn { margin: auto;}
  #header .top, #header .bot, #banner, #services, #goodbye, #about, #reviews, #carousel, #gallery, #choose, #footer, .inner #content { padding-left: 15px; padding-right: 15px; }
  #banner .banner-con h1.foreword, #goodbye h1 { font-size: 60px; }
  #header .bot .row { flex-wrap: wrap; justify-content: center; gap: 20px; padding-top: 10px; }
  #header .bot .logo-holder { order: 1; max-width: 250px; }
  #goodbye { padding-bottom: 180px;}
  #header .top .right.flex, #services .flex.phone { flex-wrap: wrap; justify-content: center;}
  .services-items .txt .divider { width: 100%; }
  .ft-logo img { width: 100%; max-width: 200px; }
  #carousel .slider .item .h3 { line-height: 1.7em;}
  #footer .socials-holder { flex-direction: column; }
  #footer .hair-line { display: none; }
}

@media screen and (max-width: 425px) {
  h1 { font-size: 45px; }
  .h2 { font-size: 35px; }
  .h3, .services-items .txt .h5 { font-size: 25px; }
  .h4, #footer .flex.info .phone a, #about p { font-size: 20px; }
  /* .h5 { font-size: 18px; } */
  #banner { min-height: 600px;}
  .btn { width: 280px !important;}
  #choose .wrapper .item .label, #goodbye p, p { font-size: 16px; }
  #banner .banner-con h1.foreword, #goodbye h1 { font-size: 50px; }
  #banner .banner-con h1.foreword { letter-spacing: 0; }
  #services .h4.top, #carousel .slider .item .h3, #gallery .h2 { line-height: 1.5em; }
  #goodbye p, #choose p { line-height: 1.8em; }
  #carousel .slider-btn img { width: 35px; }
  #choose .wrapper .item { height: unset; }
  .services-items .item img:not(.services-items .item .txt img) { height: 300px;}
  #services, #reviews, #choose { padding-top: 80px; }
  #reviews, #choose { padding-bottom: 60px; }
  #goodbye { padding-top: 80px; padding-bottom: 100px; }
  #carousel .slider.flex {  gap: 5px; }
}