@font-face{font-family: "socialico"; src: url("fonts/socialico-webfont.woff.woff2") format("woff2"), url("fonts/socialico-webfont.woff.woff") format("woff");}

.suspension-contain {max-height: 980px;overflow:hidden;position: relative;}
html.suspended {background: rgba(0,0,0,0.6);}
* {box-sizing: border-box;}
html{overflow-x: hidden;}
body {max-width: 100%;min-width: 1200px;margin: 0 auto;text-align: left; color: #333; font-size: 16px; overflow-x: hidden; font-family: 'Ubuntu', sans-serif; }
a {color:inherit;text-decoration: none; transition: all ease-out 0.3s;}
a.email{word-break: break-all;}
a:hover {text-decoration: none; color: #F8B8BD;}
h1,h2,h3,h4,h5,h6{padding:0; margin:0 0 20px; line-height: 120%; color: #F8B8BD; font-family: 'Ubuntu', sans-serif; }
h1{font-size: 71px;}
h2{font-size: 71px;}
h3{font-size: 45px;}  
h4{font-size: 41px;}
h5{font-size: 34px;}
h6{font-size: 28px;}
ul{padding-left: 25px; margin-top: 0;}
p{margin: 0 0 20px;}
.row {max-width: 1450px;margin: 0 auto; padding: 0 10px; width: 100%;}

/*button*/
.btn{width: 240px; height: 70px; border: 0; font-family: 'Ubuntu', sans-serif;  font-size: 17px; font-weight: 400; color:#FFF; padding: 10px; display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;justify-content: center;align-items: center; line-height: 1; transition: all ease 0.3s; text-align: center; column-gap: 10px; background: #F8B8BD; letter-spacing: 2px; border-radius: 60px; border: 0;}
.btn:hover{background: #333; color: #FFF;}

/*image*/
img{display: block; max-width: 100%;}
.img-responsive{width: 100%;}

/*floats*/
.fl {float:left;}
.fr {float:right;}

.d-flex{display: flex; gap: 20px;}
.a-center{align-items: center;}
.a-start{align-items: flex-start;}
.a-end{align-items: flex-end;}
.j-between{justify-content: space-between;}
.j-center{justify-content: center;}

.service-img{max-width: 50%;}

.half{width: calc(100% / 2);}
.thirds{width: calc(100% / 3);}

/*typography*/
.text-primary{ color: #F8B8BD; }
.text-bold{ font-weight: 700; }
.text-uppercase{ text-transform: uppercase }
.text-center{ text-align: center !important; }
.text-left{ text-align: left; }
.text-right{ text-align: right; }

/*clearings*/
.clear{ clear:both;}
.clearfix:after {content:"."; display:block; height:0; clear:both;visibility:hidden;font-size: 0;}
.clearfix {display:block;}

/*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;}

/*contact form messages*/
form .messages p {display: none; font-weight: 400 !important;letter-spacing: 0 !important;font-size: 16px !important;}
form .loading {display: none;}
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;}
form [type="submit"] {margin:20px auto 0;}

/*gallery*/
#content .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 img{height: 225px; width: 225px; object-fit: cover;}
#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;}

/*header*/
#header .row{max-width: 1670px;}
#header .top{background: url('../images/common/nav-bg.png') center center no-repeat; min-height: 56px; background-size: cover; display: flex; align-items: center; padding: 10px 0;}
#header .top .content{display: flex; align-items: center; justify-content: space-between; gap: 20px;}
#header .top .more{width: 300px; max-width: 100%; display: flex; align-items: center; justify-content: space-between;}
#header .top .more{width: 300px; max-width: 100%; display: flex; align-items: center; justify-content: space-between;}
#header .top .more a{font-weight: 700; font-size: 21px; letter-spacing: 0.5px; color: #FFF;}
#header .top .more span{font-weight: 500; font-size: 14px;}
#header .bot{background: url('../images/common/hd-bg.jpg') center center no-repeat; min-height: 956px; background-size: cover; padding: 30px 0 0; position: relative;}
#header .bot:after{position: absolute; background: url('../images/common/cat.png') center center no-repeat; content: ''; width: 1182px; height: 955px; right: 0; bottom: -52px; z-index: 99;}
#header .bot .content{width: 560px; max-width: 100%;}
#header .bot .logo img{margin: 0 0 55px;}
#header .bot h4{font-weight: 300; color: #333; line-height: 108%; margin: 0;}
#header .bot h2{margin-bottom: 10px;}
#header .bot h6{font-size: 28px; color: #333; font-weight: 400; line-height: 133%; margin: 0;}
#header .bot p{color: #333; font-size: 20px; line-height: 185%; max-width: 500px; margin: 50px 0 30px;}
#header .btns{display: flex; align-items: center; gap: 10px; justify-content: flex-end; max-width: 100%;}
#header nav a#pull {display: none;}
#header ul{list-style: none; padding: 0; margin: 0; display: flex; align-items: center; justify-content: space-between; column-gap: 10px; width: 720px; max-width: 100%;}
#header ul li a{font-size: 16px; text-align: center; color: #FFF; text-transform: uppercase; font-weight: 500; font-family: 'Ubuntu', sans-serif; display: block; text-transform: uppercase; letter-spacing: 0.5px;}
#header ul li a:hover, #header ul li.active-menu a{color: #F8B8BD;}

/*banner*/

/*content*/
#welcome{padding: 290px 0 0; background: url('../images/common/wc-bg.png') center center no-repeat; min-height: 1196px; margin: -172px 0 -36px; position: relative; background-size: cover;}
#welcome .content{width: 800px; max-width: 100%; margin: 0 0 0 auto;}
#welcome .content .bot{width: 680px; max-width: 100%; margin: 0 0 0 auto;}
#welcome h5{font-size: 34px; line-height: 139%; color: #FFF; font-weight: 400; margin-bottom: 50px;}
#welcome h2{line-height: 106%;}
#welcome h6{line-height: 133%; letter-spacing: 1.8px; font-weight: 400;}
#welcome p{line-height: 200%; margin: 0; font-size: 16px; color: #FFF; margin-bottom: 30px;}
#welcome p:last-of-type{margin-bottom: 50px;}

#services{background: url('../images/common/sv-bg.jpg') center center no-repeat; padding: 70px 0 0; min-height: 1228px; background-size: cover;}
#services .content{width: 1310px; max-width: 100%; display: flex; gap: 20px; align-items: center; justify-content: space-between; margin-bottom: 120px;}
#services h3{color: #333; margin-bottom: 10pxc;}
#services p{font-size: 18px; line-height: 156%; margin-bottom: 50px; max-width: 950px;}
#services .bot{width: 690px; max-width: 100%;}
#services .bot p{font-size: 20px; line-height: 165%; margin-bottom: 30px;}
#services .bot h2{line-height: 108%;}
#services .bot h4{margin: 0; line-height: 108%; font-weight: 300; color: #333;}

#testimonials{background: url('../images/common/tt-bg.jpg') center center no-repeat; background-size: cover; min-height: 833px; padding: 140px 0 0;}
#testimonials .row{max-width: 1670px;}
#testimonials .content{width: 720px; max-width: 100%; margin: 0 0 0 auto;}
#testimonials .tt{margin: 0 0 100px;}
/* #testimonials img:last-of-type{margin: 0 0 0 auto;} */
#testimonials .slide{margin-left: 50px;}
#testimonials .slick-prev:before{content: url('../images/common/left.png');}
#testimonials .slick-next:before{content: url('../images/common/right.png');}
#testimonials .slick-prev{left: 0; z-index: 1; height: 38px; width: 38px;}
#testimonials .slick-next{right: 0; z-index: 1; height: 38px; width: 38px; left: 58px;}
#testimonials .slick-arrow{bottom: -120px; top: initial;}

#gallery{background: url('../images/common/g-bg.png') top center no-repeat; padding: 110px 0 80px; text-align: center;}
#gallery p{font-size: 32px; font-weight: 500; line-height: 128%; margin: 0 auto 30px; max-width: 1280px;}
#gallery h2{line-height: 106%; margin: 0;}
#gallery h3{line-height: 103%; margin: 30px 0 65px; color: #333;}

#contact{padding-top: 50px; margin-bottom: -210px;}
#contact .form{background: #FFF; border-radius: 0; min-height: 650px; display: flex; align-items: center; justify-content: center; padding: 10px; position: relative; width: 100%; max-width: 100%; color: #333; position: relative; box-shadow: 6px 6px 15px rgb(0 0 0 / 20%);}
#contact .form .in{width: 1240px; max-width: 100%;}
#contact .form img{margin: 0 auto 20px;}
#contact .form p{font-size: 15px;margin-bottom: 20px; font-family: 'Ubuntu', sans-serif; text-align: center; margin: 0 auto 20px; font-size: 15px; letter-spacing: 0.3px; line-height: 180%;}
#contact .form .consent{text-align: left; font-size: 15px;}

/*form*/
.ctc-form {margin: 0 auto;text-align: center; font-family: 'Ubuntu', sans-serif;}
.ctc-form input[type="text"], .ctc-form textarea {border: 0; border: 0; border-radius: 0; font-size: 15px;height: 55px;display: block;width: 100%;padding: 10px 20px;box-sizing: border-box;margin: 0 auto 10px; font-weight: 400; background: transparent; background: #F3F3F3; font-family: 'Ubuntu', sans-serif; border-radius: 0; color: #444;}
.ctc-form textarea {height: 100px;padding-top:10px; width: 100%;}
.ctc-form ::placeholder{color: #444;}
.ctc-form label{font-size: 15px;}
.ctc-form .flex {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex; column-gap: 10px; align-items: center; justify-content: space-between;}
.ctc-form .flex label{width: 100%;}
.ctc-form .recap {display: inline-block;}
.ctc-form .g-recaptcha {padding: 0;}
.ctc-form .g-recaptcha div {line-height: 0;  margin: 0 auto;}
.ctc-form .ctc-hide {display: none;}
.ctc-form .cap{margin-bottom: 10px;}
.ctc-form .consent{margin-bottom: 10px;}

/*footer*/
#footer{background: url('../images/common/ft-bg.png') center center no-repeat; min-height: 893px; background-size: cover; padding: 280px 0 0;}
#footer .row{max-width: 1250px;}
#footer p{font-size: 24px; font-weight: 500; line-height: 133%; color: #FFF; max-width: 600px; margin: 0 auto 40px; text-align: center;}
#footer .logo img{margin: 0 auto 50px;}
#footer .info{display: flex; gap: 20px; justify-content: space-between; width: 100%; align-items: center; margin-bottom: 50px;}
#footer .item{display: flex; gap: 20px; align-items: center;}
#footer .item span{display: block; margin-bottom: 5px; font-size: 17px; color: #FFF; font-weight: 500; letter-spacing: 0.4px;}
#footer .item a{display: block; font-size: 20px; color: #FFF; font-weight: 700; letter-spacing: 0.2px;}
#footer .item:nth-of-type(1) a{font-size: 24px;}
#footer ul{list-style: none; padding: 0; margin: 0 auto 30px; display: flex; align-items: center; justify-content: space-between; column-gap: 10px; width: 630px; max-width: 100%;}
#footer ul li a{font-size: 19px; text-align: center; color: #FFF; font-weight: 500; font-family: 'Ubuntu', sans-serif; display: block; letter-spacing: 0.75px;}
#footer .copy{font-weight: 400; font-size: 14px; line-height: 120%; color: #FFF; font-family: 'Poppins', sans-serif; text-align: center;  letter-spacing: 0.75px;}
#footer .copy img{vertical-align: middle; display: inline-block; height: 25px; margin-left: 5px;}
#footer ul li a:hover, #footer ul li.active-menu a{border-color: #FFF;}

/*inner pages*/
.inner #footer{padding: 80px 0; min-height: auto;}
.inner #content {min-height: 300px;padding: 40px 0; position: relative; z-index: 3;}
.inner #content .row{max-width:1230px;margin:0 auto;}
.inner #content ul li{text-align: left; font-size: 23px; list-style: none; margin: 5px 0; line-height: 1.5;}
.inner #content h1{padding: 0;margin: 0 0 20px;line-height: 120%; color: #F8B8BD; text-align: center;}
.inner #content h2{padding: 0;margin: 0 0 20px;line-height: 120%; color: #F8B8BD; text-align: left; text-transform: initial;}
.inner #content h3{padding: 0;margin: 0 0 20px;line-height: 120%; color: #F8B8BD; text-align: left;}
.inner .test .item{border-radius: 15px; background: #FFF; padding: 20px; box-shadow: 0 0 5px rgba(0,0,0,0.5); text-align: left;}
.inner .test .item:not(:last-of-type){margin-bottom: 20px;}
.inner .test h2{margin-bottom: 40px; color: #F8B8BD;}
.inner .test span{display: flex; align-items: flex-start; column-gap: 5px; margin-bottom: 10px; font-weight: 600; font-size: 18px;}
.inner .test small{color: #FFDB58; font-weight: 700; font-size: 20px; line-height: 1;}
.inner .test p{font-style: italic; line-height: 32px; letter-spacing: 0.03em;}
.inner .flex{align-items: stretch; gap: 20px;}
.inner .flex h6{margin: 0;}
.inner .flex .txt{width: 50%;}
.inner blockquote strong{display: block; text-align: right;}

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


/** Responsive
-------------------------------------------------------*/

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

@media screen and (max-width: 1199px){
 body {min-width: 320px;}
  h1,h2,h3,h4,h5,h6{text-align: center !important; letter-spacing: initial !important; margin-bottom: 20px !important;}
  h1,h2{font-size: 35px !important;}
  h3{font-size: 30px !important;}
  h4{font-size: 25px !important;}
  h1 span,h2 span{letter-spacing: initial !important;}
  h1 small,h2 small{letter-spacing: initial !important;}
  p{letter-spacing: initial !important; margin-bottom: 20px !important;}
  li{font-size: 20px;}
  a{word-break: break-word;}
  .ctc-form .flex{flex-wrap: wrap;}
  .inner #content h1{font-size: 35px !important;}
  .inner #content h2{font-size: 30px !important;}
  .inner #content h3{font-size: 25px !important;}
  .inner #content h4{font-size: 20px !important;}
  .inner #content h5{font-size: 18px !important;}
  .inner #content h6{font-size: 16px !important;}
  .inner #content{padding: 20px 0;}
  .btns{justify-content: center !important;}
  .btn{max-width: 100%; margin: 0 auto;}
  #header {padding: 40px 0 0; position: relative; z-index: 2;}
  #header nav {display: block;height: auto;position: fixed;width: 100%;top: 0;box-shadow: 0 0 5px rgb(0 0 0 / 70%); left: 0;}
  #header nav ul {  display: none; height: auto;border-bottom:5px solid #F8B8BD; padding: 10px; margin: 0; width: 100%; border-radius: 0; background: #202020;}
  #header nav ul li { width: 100%;position: relative; }
  #header nav ul li a {float:none; padding: 10px 20px; border-radius: 0; width: 100%; display: block; color: #FFF; font-size: 18px; padding: 0; height: auto; line-height: 180%; text-align: left;}
  #header ul li:hover a, #header ul li.active-menu a{background: none; color: #F8B8BD;}
  #header nav a {text-align: left; width: 100%;}
  #header nav a strong {position: absolute; top: 50%; transform: translateY(-50%); left: 15px;}
  #header nav a#pull {display: block; color: #fff; background-color: #F8B8BD; height: 40px;padding: 10px 15px; width: 100%; position: relative; font-size: 20px;}
  #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%);}
  .btns{flex-wrap: wrap; gap: 10px;}
  .cta{box-shadow: 0 0 5px #000; background: #F8B8BD  url("../images/common/phonecall.png") no-repeat center center;border-bottom-left-radius: 40px;border-top-left-radius: 40px;bottom: 1%;display: block;height: 80px;position: fixed;right: 0;text-decoration: none; text-indent: -9999em;width: 100px;z-index: 999;}
} */

.inner #content h1{
  padding: 0;
  margin: 0 0 20px;
  line-height: 120%;
   color: #000;
   text-align: center;
}





.inner .test .item{
  border-radius: 15px;
   background: #FFF;
   padding: 20px;
   box-shadow: 0 0 5px rgba(0,0,0,0.5);
   text-align: left;
}
.inner .test .item:not(:last-of-type){
  margin-bottom: 20px;
}



.inner .test span{
  display: flex;
   align-items: flex-start;
   column-gap: 5px;
   margin-bottom: 10px;
   font-weight: 600;
   font-size: 18px;
}

.inner .test small{
  color: #FFDB58;
   font-weight: 700;
   font-size: 20px;
   line-height: 1;
}

.inner .test p{
  font-style: italic;
   line-height: 32px;
   letter-spacing: 0.03em;
}



.inner #content p{
  text-align: center;
  font-size: 23px;
  line-height: 1.5;
}
