/*common*/
@import url("https://fonts.googleapis.com/css2?family=Marcellus&family=Montserrat:wght@400;500&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css");
@import url("https://cdn.jsdelivr.net/npm/@fancyapps/ui/dist/fancybox.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/css/bootstrap.min.css");
@import url("../owl.carousel.min.css");
:root {
  --primary-color: #000000;
  --secondary-color: #C4BCB7;
  --description-color:#565656;
  --white-color: #fff;
  --dark-color: #000;
  --regular-font: "Montserrat", sans-serif;
  --secondary-font: "Marcellus", serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--regular-font);
  font-size: 16px;
  color: var(--description-color);
  line-height: 32px;
  font-weight: 400;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--primary-color);
  font-family: var(--secondary-font);
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 40px;
  line-height: 55px;
}

p {
  margin: 0;
  padding: 0;
  font-family: var(--regular-font);
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  margin: 0;
  padding: 0;
}

.pt {
  padding-top: 115px;
}

.pb {
  padding-bottom: 115px;
}

.container {
  max-width: 1614px;
  width: 100%;
}

.custom_button {
  margin: 0;
  position: relative;
}
.custom_button .all {
  width: 100%;
  position: relative;
  padding: 0 0;
  height: 60px;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-size: 17px;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  font-weight: 600;
  margin-left: 0;
  transition: all 0.5s ease-in-out;
  position: relative;
  resize: none;
  border: none;
}
.custom_button .all:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color);
}
.custom_button.primary a {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.custom_button.primary a::before {
  background-color: var(--primary-color);
}
.custom_button.primary a::after {
  background-color: var(--primary-color);
}
.custom_button.primary a:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color);
}
.custom_button.primary a:hover::before {
  background-color: var(--secondary-color);
  left: -53px;
  transition: all 0.5s ease-in-out;
}
.custom_button.primary a:hover::after {
  background-color: var(--secondary-color);
  right: -53px;
  transition: all 0.5s ease-in-out;
}
.custom_button.white a {
  background-color: var(--white-color);
  color: var(--primary-color);
}
.custom_button.white a::before {
  background-color: var(--white-color);
}
.custom_button.white a::after {
  background-color: var(--white-color);
}
.custom_button.white a:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color);
}
.custom_button.white a:hover::before {
  background-color: var(--secondary-color);
  left: -53px;
  transition: all 0.5s ease-in-out;
}
.custom_button.white a:hover::after {
  background-color: var(--secondary-color);
  right: -53px;
  transition: all 0.5s ease-in-out;
}
.custom_button a {
  width: auto;
  position: relative;
  padding: 0 15px;
  height: 82px;
  background-color: var(--secondary-color);
  color: var(--primary-color);
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  font-weight: 600;
  margin-left: 53px;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.custom_button a::before, .custom_button a::after {
  width: 53px;
  height: 100%;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  content: "";
}
.custom_button a::before {
  background-color: #c4bcb7;
  left: -53px;
  transition: all 0.5s ease-in-out;
}
.custom_button a::after {
  background-color: #c4bcb7;
  right: -53px;
  transition: all 0.5s ease-in-out;
}
.custom_button a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.custom_button a:hover::before {
  background-color: var(--primary-color);
}
.custom_button a:hover::after {
  background-color: var(--primary-color);
}

.custom_heading {
  margin-bottom: 45px;
}
.custom_heading.center {
  text-align: center;
}
.custom_heading.center p {
  display: inline-block;
}
.custom_heading h2 {
  font-weight: normal;
  font-size: 41px;
  line-height: 59px;
  text-transform: capitalize;
}
.custom_heading h3 {
  font-weight: 700;
  font-size: 13px;
  color: var(--secondary-color);
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 20px;
}
.custom_heading p {
  font-size: 17px;
  margin-top: 28px;
  width: 60%;
  line-height: 36px;
}

.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 9999;
}

.form-control {
  border: #c1c1c1 1px solid;
  height: 67px;
  padding: 0 37px;
  background-color: var(--white-color);
  margin-bottom: 24px;
  transition: all 0.5s ease-in-out;
}
.form-control::-moz-placeholder {
  color: #a0a0a0;
  font-size: 17px;
  font-weight: 600;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.form-control:-ms-input-placeholder {
  color: #a0a0a0;
  font-size: 17px;
  font-weight: 600;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.form-control::placeholder {
  color: #a0a0a0;
  font-size: 17px;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
}
.form-control:focus {
  border-color: var(--primary-color);
  box-shadow: none;
}
.form-control:focus::-moz-placeholder {
  color: var(--primary-color);
}
.form-control:focus:-ms-input-placeholder {
  color: var(--primary-color);
}
.form-control:focus::placeholder {
  color: var(--primary-color);
}

textarea.form-control {
  padding: 37px;
  height: 255px;
  resize: none;
}

@media only screen and (max-width: 1700px) {
  .container {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 1399px) {
  .container {
    max-width: 1140px;
  }
}
@media only screen and (max-width: 1279px) {
  .container {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 1024px) {
  .container {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 500px) {
  .pt {
    padding-top: 50px;
  }

  .pb {
    padding-bottom: 50px;
  }

  .custom_button a {
    font-size: 11px;
    padding: 0;
  }

  .custom_heading {
    margin-bottom: 15px;
  }
  .custom_heading h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .custom_heading h3 {
    font-size: 12px;
    line-height: 20px;
  }
  .custom_heading p {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
}
/*common*/
/*header*/
header {
  width: 100%;
  overflow: hidden;
  position: sticky;
  z-index: 999;
	top:0;
}
header.active .logo_nav_area {
  position: fixed;
  top: 0;
  left: 0;
}
header .top {
  width: 100%;
  background-color: var(--primary-color);
}
header .top .left_contact li {
  color: var(--white-color);
  font-size: 13px;
  margin-right: 14px;
  padding-right: 14px;
  position: relative;
  font-weight: 500;
}
header .top .left_contact li::after {
  width: 1px;
  height: 19px;
  background-color: #000000;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
}
header .top .left_contact li:last-child {
  margin-right: 0;
  padding-right: 0;
}
header .top .left_contact li:last-child::after {
  display: none;
}
header .top .left_contact li img {
  margin-right: 9px;
}
header .top .right_contacts .social li {
  margin-right: 10px;
}
header .top .right_contacts .social li a {
  width: 24px;
  height: 24px;
  background-color: var(--white-color);
  color: var(--primary-color);
  border-radius: 100%;
  font-size: 14px;
}
header .top .right_contacts .social li:last-child {
  margin-right: 0;
}
header .top .right_contacts .phone_details {
  margin-left: 46px;
  position: relative;
  background-color: var(--secondary-color);
  padding: 15px 0 15px 37px;
  font-size: 13px;
  color: var(--primary-color);
  font-weight: 500;
}
header .top .right_contacts .phone_details img {
  margin-right: 19px;
}
header .top .right_contacts .phone_details::after {
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: var(--secondary-color);
  content: "";
}
header .logo_nav_area {
  width: 100%;
  background-color: var(--white-color);
  padding: 36px 0;
  position: relative;
  box-shadow: rgba(168, 168, 168, 0.75) 0 0 14px;
}
header .logo_nav_area .logo img {
  display: block;
}
header .logo_nav_area .main_nav {
  width: 100%;
}
header .logo_nav_area .main_nav li {
  margin-right: 66px;
}
header .logo_nav_area .main_nav li a {
  color: #000000;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
}
header .logo_nav_area .main_nav li a:hover {
  color: var(--secondary-color);
}
header .logo_nav_area .main_nav li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1700px) {
  header .top .left_contact li {
    font-size: 12px;
  }
  header .top .right_contacts .phone_details {
    margin-left: 26px;
    font-size: 12px;
  }
  header .top .right_contacts .phone_details img {
    margin-right: 12px;
  }
  header .logo_nav_area .logo img {
    width: 195px;
  }
  header .logo_nav_area .main_nav li {
    margin-right: 30px;
  }
  header .logo_nav_area .main_nav li a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1279px) {
  header .top .left_contact li {
    font-size: 11px;
  }
  header .top .right_contacts .phone_details {
    margin-left: 16px;
    font-size: 11px;
    padding: 15px 0 15px 17px;
  }
  header .top .right_contacts .phone_details img {
    margin-right: 8px;
  }
  header .top .right_contacts .social li {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 1023px) {
  header {
    overflow: visible;
  }
  header .top .container {
    padding: 0;
  }
  header .top .left_contact {
    display: none !important;
  }
  header .top .right_contacts {
    width: 100%;
    justify-content: space-between;
    margin-left: 0;
    padding-left: 15px;
  }
  header .top .right_contacts .social li a {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
  header .top .right_contacts .phone_details {
    font-size: 10px;
    padding: 10px 10px 10px 10px;
  }
  header .top .right_contacts .phone_details img {
    margin-right: 5px;
  }
  header .top .right_contacts .phone_details::after {
    display: none;
  }
  header .logo_nav_area .mobile_menu {
    display: none !important;
  }
}
@media only screen and (max-width: 500px) {
  header .logo_nav_area {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 350px) {
  header .top .right_contacts .phone_details {
    padding: 10px 0 10px 10px;
    font-size: 10px;
    line-height: 20px;
  }
  header .top .right_contacts .phone_details img {
    margin-right: 5px;
  }
}
.slicknav_menu {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 100%;
  z-index: 99;
}
.slicknav_menu .slicknav_nav {
  position: absolute;
  top: calc(100%);
  left: 0;
  width: 100%;
  background-color: var(--primary-color);
}
.slicknav_menu .slicknav_btn {
  width: 38px;
  height: 38px;
  background-color: var(--primary-color);
  border-radius: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slicknav_menu .slicknav_btn:before {
  background-image: url(../images/list.png);
  content: "";
  width: 16px;
  height: 16px;
}
.slicknav_menu .slicknav_btn.slicknav_open:before {
  background-image: url(../images/cross.png);
}

.slicknav_menu .slicknav_nav li {
  margin-right: 0;
  padding: 0;
}

.slicknav_menu .slicknav_nav ul, .slicknav_menu .slicknav_nav li, .slicknav_menu .slicknav_nav a {
  width: 100%;
}

.slicknav_menu .slicknav_nav li a {
  color: var(--white-color) !important;
  font-size: 12px;
  text-transform: uppercase;
  text-align: left;
  float: left;
  padding: 8px 0 8px 20px !important;
  border-bottom: rgba(255, 255, 255, 0.1) 1px solid;
  outline-style: none;
  position: relative;
}

.slicknav_menu .slicknav_nav li .slicknav_item {
  padding: 0 !important;
  border-bottom: 0;
}

.slicknav_menu .slicknav_nav li a span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 20px;
  height: 20px;
  background-color: var(--dark-color);
  display: flex;
  justify-content: center;
  align-items: center;
}

.slicknav_menu .slicknav_nav li ul li a {
  padding: 10px 0 10px 50px !important;
  font-size: 12px;
  background-color: var(--dark-color);
  border-bottom: rgba(255, 255, 255, 0.1) 1px solid;
  width: 100%;
}

.slicknav_menu .slicknav_nav ul li ul {
  position: relative;
  top: 0;
  transition: inherit;
}

.slicknav_menu .custom_button {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .slicknav_menu {
    display: block;
  }
  .slicknav_menu .main_nav {
    display: block !important;
  }
}
@media only screen and (max-width: 500px) {
  .slicknav_menu .slicknav_btn .slicknav_icon-bar {
    height: 2px;
    margin: 0 auto 2px auto;
  }
  .slicknav_menu .slicknav_nav li a {
    font-size: 12px !important;
    padding: 5px 0 5px 15px !important;
  }
  .slicknav_menu .slicknav_nav li ul li a {
    font-size: 10px;
  }
}
@media only screen and (max-width: 650px) {
  .slicknav_menu .right_widget {
    display: block;
  }
  .slicknav_menu .right_widget .details li a img {
    display: none;
  }

  .slicknav_menu .slicknav_nav li a {
    font-size: 12px;
  }
}
/*header*/
/*hero*/
.hero_section {
  width: 100%;
  height: auto;
}
.hero_section .slide_item {
  width: 100%;
  height: 775px;
  position: relative;
}
.hero_section .slide_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero_section .slide_item .content_section {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
}
.hero_section .slide_item .content_section h2 {
  font-size: 85px;
  line-height: 99px;
}
.hero_section .slide_item .content_section p {
  font-size: 23px;
  color: #282828;
  margin-top: 38px;
  margin-bottom: 53px;
}
.hero_section .carousel-control-next, .hero_section .carousel-control-prev {
  z-index: 99;
  width: 6%;
}
.hero_section .carousel-control-prev .carousel-control-prev-icon {
  background-image: url(../images/arrow_left.svg);
}
.hero_section .carousel-control-next .carousel-control-next-icon {
  background-image: url(../images/arrow_right.svg);
}

@media only screen and (max-width: 500px) {
  .hero_section .slide_item {
    height: 342px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .hero_section .slide_item::after {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
  }
  .hero_section .slide_item .content_section h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .hero_section .slide_item .content_section p {
    font-size: 13px;
    margin: 15px 0;
    padding: 0 70px;
    line-height: 24px;
  }
  .hero_section .slide_item .content_section .custom_button {
    justify-content: center;
  }
  .hero_section .slide_item .content_section .custom_button a {
    margin-left: 0;
  }
}
/*hero*/
/*services*/
.service_section {
  width: 100%;
}
.service_section .portion {
  width: 100%;
  background-color: #f7f7f7;
  padding: 9px;
  min-height: 455px;
  box-shadow: rgba(198, 198, 198, 0.75) 0 0 12px;
  display: block;
  margin-bottom: 30px;
}
.service_section .portion img {
  width: 100%;
  height: 251px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
.service_section .portion h2 {
  font-size: 22px;
  margin-bottom: 7px;
}
.service_section .portion p {
  font-size: 15px;
  line-height: 28px;
  color: var(--description-color);
  padding: 0 20px;
}

@media only screen and (max-width: 1700px) {
  .service_section .portion {
    min-height: 420px;
  }
  .service_section .portion img {
    height: 190px;
  }
  .service_section .portion p {
    font-size: 14px;
    padding: 0 10px;
  }
}
/*services*/
/*about*/
.about_section {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.about_section.about3 {
  overflow: hidden;
}
.about_section.about3 img {
  position: relative;
  left: -175px;
}
.about_section.about3 .content_area {
  padding-right: 100px;
  padding-left: 110px;
  padding-top: 0;
}
.about_section.about2 {
  position: relative;
  padding-top: 163px;
}
.about_section.about2::after {
  background-image: url(../images/curve_bg_2.png);
  position: absolute;
  top: -83px;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  content: "";
  z-index: -1;
}
.about_section.about2 .image_back {
  padding: 50px 60px 50px 0;
}
.about_section.about2 .image_back img {
  border-radius: 50px 0 0 0;
}
.about_section.about2 .image_back::after {
  border: var(--white-color) 2px solid;
  border-radius: 50px 0 0 0;
  left: auto;
  right: 0;
}
.about_section.about2 .content_area {
  padding-left: 0;
  padding-right: 150px;
}
.about_section.about2 .content_area h2 {
  color: var(--white-color);
}
.about_section.about2 .content_area p {
  color: #e7eaff;
}
.about_section .image_back {
  width: 100%;
  height: auto;
  padding: 50px 0 50px 60px;
  position: relative;
}
.about_section .image_back::after {
  width: calc(100% - 70px);
  height: 100%;
  border: #000000 2px solid;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-radius: 0 50px 0 0;
}
.about_section .image_back img {
  width: 100%;
  position: relative;
  z-index: 9;
  border-radius: 0 50px 0 0;
}
.about_section .content_area {
  padding-top: 57px;
  padding-left: 100px;
  position: relative;
  z-index: 9;
}
.about_section .content_area p {
  font-size: 17px;
  line-height: 36px;
}
.about_section .content_area .button_area {
  margin-top: 53px;
}
.about_section .content_area .button_area .custom_button:nth-child(2) a {
  margin-left: 125px;
}

@media only screen and (max-width: 1700px) {
  .about_section .content_area {
    padding-left: 50px;
  }
  .about_section.about3 .content_area {
    padding-right: 0;
    padding-left: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .about_section.about3 img {
    left: 0;
    width: 100%;
    margin-bottom: 50px;
  }
  .about_section.about3 .content_area {
    padding-left: 0;
    padding-right: 0;
  }
  .about_section.about2 {
    padding-top: 50px;
    background-image: none !important;
    background-color: var(--primary-color);
  }
  .about_section.about2::after {
    display: none;
  }
  .about_section.about2 .content_area {
    padding-right: 0;
  }
  .about_section .content_area {
    padding-left: 0;
  }
}
@media only screen and (max-width: 500px) {
  .about_section .image_back {
    padding: 30px 0 30px 30px;
  }
  .about_section .content_area {
    text-align: center;
  }
  .about_section .content_area p {
    font-size: 15px;
  }
  .about_section .content_area .button_area {
    flex-wrap: wrap;
    width: 100%;
  }
  .about_section .content_area .button_area .custom_button {
    width: 100%;
    padding: 0 53px;
    margin-bottom: 30px;
  }
  .about_section .content_area .button_area .custom_button a {
    width: 100%;
    margin-left: 0;
  }
  .about_section .content_area .button_area .custom_button:nth-child(2) a {
    margin-left: 0;
  }
}
/*about*/
/*getstarted*/
.get_started_area_section {
  width: 100%;
  position: relative;
  background-color: var(--dark-color);
}
.get_started_area_section img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.13;
  -o-object-fit: cover;
     object-fit: cover;
}
.get_started_area_section .container {
  position: relative;
  height: 100%;
}
.get_started_area_section .container h2 {
  color: var(--white-color);
  margin-bottom: 25px;
}
.get_started_area_section .container p {
  color: #d6d6d6;
  line-height: 42px;
  font-size: 19px;
  width: 66%;
  margin-bottom: 40px;
}

@media only screen and (max-width: 500px) {
  .get_started_area_section .container h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .get_started_area_section .container p {
    font-size: 15px;
    line-height: 36px;
    width: 100%;
  }
  .get_started_area_section .container .custom_button a {
    margin-left: 0;
  }
}
/*getstarted*/
/*newopportunity*/
.new_opportunity_section {
  width: 100%;
}
.new_opportunity_section .main_section {
  width: 100%;
}
.new_opportunity_section .main_section .portion {
  width: 100%;
  margin-bottom: 40px;
}
.new_opportunity_section .main_section img {
  margin-bottom: 30px;
}
.new_opportunity_section .main_section h2 {
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 26px;
}
.new_opportunity_section .main_section p {
  padding-right: 20px;
}

@media only screen and (max-width: 1700px) {
  .new_opportunity_section .main_section h2 {
    font-size: 20px;
  }
  .new_opportunity_section .main_section p {
    padding-right: 0;
    font-size: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .new_opportunity_section .main_section .portion {
    text-align: center;
  }
}
/*newopportunity*/
/*offer*/
.what_offer_saection {
  width: 100%;
  background-image: url(../images/white_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -102px;
  padding-top: 230px;
}
.what_offer_saection .main_section {
  width: 100%;
  margin-top: 110px;
}
.what_offer_saection .main_section .portion {
  width: 100%;
  position: relative;
  height: 306px;
  background-color: var(--primary-color);
  padding-top: 88px;
  padding-left: 54px;
  margin-bottom: 58px;
  border-radius: 10px;
  display: block;
}
.what_offer_saection .main_section .portion::after {
  background-image: url(../images/wc_arrow.png);
  width: 38px;
  height: 20px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 40px;
  left: 54px;
  content: "";
  transition: all 0.5s ease-in-out;
}
.what_offer_saection .main_section .portion .icon {
  width: 78px;
  height: 78px;
  background-color: var(--white-color);
  border-radius: 100%;
  position: absolute;
  top: -40px;
  left: 55px;
  box-shadow: rgba(171, 171, 171, 0.75) 0 0 9px;
  z-index: 2;
  transition: all 0.5s ease-in-out;
}
.what_offer_saection .main_section .portion .icon img {
  transition: all 0.5s ease-in-out;
}
.what_offer_saection .main_section .portion .avator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.17;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.what_offer_saection .main_section .portion h3 {
  color: var(--white-color);
  font-size: 26px;
  text-transform: capitalize;
}
.what_offer_saection .main_section .portion:hover .avator {
  transform: scale(0.95);
}
.what_offer_saection .main_section .portion:hover::after {
  transform: rotate(-90deg);
}
.what_offer_saection .main_section .portion:hover .icon {
  transform: scale(1.1);
  background-color: var(--secondary-color);
}
.what_offer_saection .main_section .portion:hover .icon img {
  filter: brightness(0) invert(1);
}

@media only screen and (max-width: 1700px) {
  .what_offer_saection .offset-xl-2 {
    margin-left: 0;
  }
  .what_offer_saection .col-xl-8 {
    width: 100%;
    padding: 0 100px;
  }
}
@media only screen and (max-width: 500px) {
  .what_offer_saection {
    padding-top: 150px;
  }
  .what_offer_saection .col-xl-8 {
    width: 100%;
    padding: 0;
  }
}
/*offer*/
/*contact*/
.contact_us_section {
  width: 100%;
}
.contact_us_section .details {
  padding-right: 30px;
}
.contact_us_section .main_section {
  width: 100%;
  margin-top: 20px;
}
.contact_us_section .main_section .contact_portion {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}
.contact_us_section .main_section .contact_portion .portion {
  width: 100%;
  background-color: var(--secondary-color);
  height: 122px;
  padding-left: 25px;
  border-radius: 5px;
}
.contact_us_section .main_section .contact_portion .portion .image {
  width: 58px;
}
.contact_us_section .main_section .contact_portion .portion .image img {
  display: block;
}
.contact_us_section .main_section .contact_portion .portion h3 {
  font-size: 25px;
}
.contact_us_section .main_section .contact_portion .portion a {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 700;
  color: var(--primary-color);
}
.contact_us_section .main_section .map_area {
  width: 100%;
  margin-top: 24px;
}
.contact_us_section .main_section .map_area iframe {
  width: 100%;
  height: 375px;
  border: #c1c1c1 1px solid;
  padding: 0;
  display: block;
}
.contact_us_section .main_section .form_area {
  width: 100%;
}
.inner-banner{
	padding:60px 0;
}
.inner-banner {
  padding:120px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 9;
  position: relative;
  width: 100%;
	text-align:center;
}
.inner-banner::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19,31,57,0.36);
  top: 0;
  z-index: -1;
}
.inner-banner h1{
	color:#fff;
	font-size: 64px;
}
.thank-you-content h3 {
  margin: 12px 0;
}
.thank-you-content a {
  background-color: #000000;
  color: #fff;
  padding: 12px 50px;
  display: inline-block;
  margin-top: 14px;
  border-radius: 50px 0;
  font-weight: 500;
}
@media only screen and (max-width: 1700px) {
  .contact_us_section .details {
    padding-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .contact_us_section .details {
    padding-right: 0;
    margin-bottom: 50px;
  }
  .contact_us_section .main_section .contact_portion {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*contact*/
/*footer*/
footer {
  width: 100%;
  background-color: var(--primary-color);
}
footer .portion {
  width: 100%;
  margin-bottom: 40px;
}
footer .portion h4 {
  color: var(--white-color);
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 3px;
}
footer .portion .ft_menu li {
  margin-bottom: 8px;
}
footer .portion .ft_menu li a {
  color: #90a1b1;
  font-size: 13px;
  text-transform: capitalize;
  padding-right: 20px;
  background-image: url(https://cacereshairtransplants.com/wp-content/uploads/2022/06/foot_arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  display: block;
  transition: all 0.5s ease-in-out;
}
footer .portion .ft_menu li a:hover {
  color: var(--white-color);
}
footer .portion.first {
  flex: 0 0 50%;
  text-align: right;
	padding-right: 20px;
}
footer .portion.second {
  flex: 0 0 25%;
}
footer .portion.fourth {
  flex: 0 0 18%;
}
footer .portion.third {
  flex: 0 0 17%;
}
footer .portion.last .ft_menu li a {
  background-image: none;
  padding-left: 0;
}
footer .portion.last .ft_menu li a img {
  margin-right: 15px;
}
footer .portion.last {
  padding-left: 20px;
}
footer .copy {
  width: 100%;
  padding: 15px 0;
  border-top: #687581 1px solid;
  font-size: 15px;
  color: #90a1b1;
}
footer .copy a {
  color: #90a1b1;
  transition: all 0.5s ease-in-out;
}
footer .copy a:hover {
  color: var(--white-color);
}
.good_hair_section .main_section_details {
  width: 100%;
  height: auto;
}
.gallery_back {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 3rem;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(2, 1fr);
}
.gallery_back .portion {
  width: 100%;
  height: auto;
  position: relative;
	float: left;
  margin-bottom: 20px;
}
.gallery_back .portion  img{
	width:100%;
}
.age_verification {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
}
.age_verification .main_age {
  background-color: #333;
  padding: 0 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.age_verification h6 {
  font-size: 1.5rem;
  margin: 0 0 1.5rem 0;
}
.age_verification .portion p {
  font-size: 1.9rem;
  color: #575757;
  line-height: 3.6rem;
  margin-bottom: 3rem;
  width: 85%;
  display: inline-block;
}
.age_verification button {
  padding: 1rem 3rem;
  background-color: #fff;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  border-radius: 50px;
}
.age_verification .main_age2 {
  background-color: #fff;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.age_verification button {
  padding: 1rem 3rem;
  background-color: #fff;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  border-radius: 50px;
}
.age_verification .main_age2 button {
  background-color: #fa846d;
  border-color: #fa846d;
  color: #fff;
}
.age_verification .main_age2 button.no {
  background-color: #333;
  color: #fff;
}
.cus-video iframe {
  height: 285px;
  border: 20px solid #C4BCB7;
  border-radius: 50px 0;
}
footer.pt {
  padding-top: 60px;
}
.footer-logo {
  margin-bottom: 50px;
}

#before_after .custom_button {
  justify-content: center;
  margin-top: 15px;
}
.cus-pricing-dp {
  background-color: #d1bda2;
  padding: 60px 30px;
}
.cus-pricing-dp p {
  width: 100% !important;
}
.cus-pricing-dp h3 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 30px;
}
.cus-pricing-dp p {
  color: #000 !important;
  line-height: 30px !important;
  margin-bottom: 30px !important;
}
.cus-pricing-dp .bigprice {
  font-size: 44px !important;
  font-weight: 800;
  color: #000000 !important;
  font-family: var(--secondary-font);
  letter-spacing: 3px;
  margin-bottom: 30px !important;
}
.cus-pricing-dp a button {
  background-color: #fff;
  border: 0;
  padding: 1rem 3rem;
  font-weight: 700;
  color: #333;
  border-radius: 50px 0;
}
.befor-after-new-gal-wrap .bafg-slider-title {
  text-align: center;
}
@media only screen and (max-width: 1700px) {
  footer .portion.third {
    flex: 0 0 14%;
  }
  footer .portion.second {
    flex: 0 0 23%;
  }
}
@media only screen and (max-width: 1500px) {
  footer .portion h4 {
    font-size: 13px;
    letter-spacing: 0;
  }
  footer .portion.first {
    flex: 0 0 2%;
  }
}
@media only screen and (max-width: 1279px) {
  footer .portion h4 {
    font-size: 13px;
    letter-spacing: 0;
  }
  footer .portion .ft_menu li a {
    font-size: 12px;
  }
	.cus-pricing-dp h3 {
  font-size: 19px;
  line-height: 26px;
}
	.cus-pricing-dp .bigprice {
  font-size: 34px !important;
}
	.cus-pricing-dp p {line-height: 24px !important;font-size: 15px !important;}
}
@media only screen and (max-width: 1023px) {
  footer .area {
    flex-wrap: wrap;
  }
  footer .portion {
    flex: 0 0 25% !important;
  }
  footer .portion.last {
    flex: 0 0 100% !important;
  }
  footer .portion h4 {
    font-size: 13px;
    letter-spacing: 0;
  }
  footer .portion .ft_menu li a {
    font-size: 12px;
  }
	.gallery_back {grid-template-columns: repeat(1, 1fr); !important}
	.what_offer_saection .col-xl-8 {padding: 0 0px;}
	.cus-pricing-dp {
  margin-bottom: 20px;
}

}
@media only screen and (max-width: 780px) {
  footer .area {
    flex-wrap: wrap;
  }
  footer .portion {
    flex: 0 0 50% !important;
  }
  footer .portion.last {
    flex: 0 0 50% !important;
  }
  footer .portion h4 {
    font-size: 13px;
    letter-spacing: 0;
  }
  footer .portion .ft_menu li a {
    font-size: 12px;
  }
	.age_verification h6 {font-size: 16px !important;margin: 0 0 10px 0 !important;}
	.age_verification p {font-size: 14px !important;margin: 0 0 2px 0 !important;}
	.age_verification button {padding: 4px 30px !important;font-size: 12px !important;line-height: 18px !important;}
	.gallery_back {grid-gap: 1rem;}
}
@media only screen and (max-width: 500px) {
  footer .area {
    flex-wrap: wrap;
  }
  footer .portion {
    flex: 0 0 100% !important;
    margin-bottom: 40px;
    text-align: center;
  }
  footer .portion .ft_menu li a {
    background-image: none;
    padding-left: 0;
  }
  footer .portion.last .ft_menu li a {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border: var(--secondary-color) 2px solid;
    padding: 10px 0;
  }
  footer .portion.last .ft_menu li a div {
    width: 30px;
    height: 30px;
  }
  footer .portion.last .ft_menu li a img {
    margin-right: 0;
  }
	footer .portion.first {text-align: center;padding-right: 0;}
	footer .portion .ft_menu li a {padding-right: 0;}
	footer .portion.last {flex: 0 0 100% !important;padding-left: 0;}
	.footer-logo img {width: 240px;}
	#before_after .custom_button a {margin-left: 0;}
		.cus-pricing-dp a button {padding: 10px 2rem;
  font-size: 14px;
}
}
/*footer*//*# sourceMappingURL=style.css.map */
 * 
