@font-face {
  font-family: "Garet";
  src: url(../fonts/Garet-Book.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Garet Heavy";
  src: url(../fonts/Garet-Heavy.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

header {
  padding: 10px 0;
  background: var(--s-color);
}

nav a.nav-link {
  color: #fff !important;
  font-size: 16px;
  transition: 0.3s all ease-in-out;
}
nav a.nav-link:hover,
nav a.nav-link:focus {
  color: #fff;
}
nav a.nav-link:active,
nav a.nav-link.active {
  color: #fff !important;
  font-weight: 600;
}
/* .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--p-color);
} */

:root {
  --p-color: #531515;
  --s-color: #154270;
}
.navbar-nav .dropdown-menu {
  background: rgb(83 21 21 / 59%);
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
}

.offcanvas-header .btn-close {
  opacity: 1;
  filter: invert();
}
button.navbar-toggler {
  background: var(--p-color);
  border: 1px solid #fff;
}

button.navbar-toggler span {
  filter: invert(1);
  opacity: 1;
}

button.navbar-toggler:focus {
  box-shadow: none;
}

.offcanvas-header .btn-close:focus {
  box-shadow: none;
}
.navbar-nav .dropdown-menu a {
  color: #fff;
}

.navbar-nav .dropdown-menu a:hover,
.navbar-nav .dropdown-menu a.active,
.navbar-nav .dropdown-menu a:active,
.navbar-nav .dropdown-menu a:focus {
  color: #fff;
  background: var(--p-color);
}

nav ul.navbar-nav {
  gap: 25px;
}
.prc {
  color: var(--p-color);
}
.sec {
  color: var(--s-color);
}
.prb {
  background: var(--p-color);
  color: #fff;
  border: 1px solid var(--p-color);
}
.seb {
  background: var(--s-color);
  color: #fff;
  border: 1px solid var(--s-color);
}
.lib {
  background: #fff;
  color: var(--s-color);
  border: 1px solid var(--s-color);
}

.offcanvas-body .navbar-nav .dropdown-menu a {
  color: #fff;
}
.offcanvas {
  background: var(--s-color);
}

.btn_dflt {
  position: relative;
  overflow: hidden;
  z-index: 0;
  border-radius: 8px;
  padding: 10px 30px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.btn_dflt.prb:hover {
  background: var(--s-color);
}
.btn_dflt.lib:hover {
  background: var(--p-color);
  color: #fff;
}
.btn_dflt.seb:hover {
  background: var(--p-color);
}
header .btn_dflt.prb:hover {
  background: #fff;
  color: var(--p-color);
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: var(--p-color);
}
h2 {
  font-size: 50px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
p {
  margin: 0;
  font: 400 16px/26px "Poppins", sans-serif;
  color: #000;
}

/* footer section */

.floating_wrap,
.floating_wrap .btns_wrap {
  position: fixed;
  right: 0;
}

.floating_wrap .btns_wrap .call_wrap,
.floating_wrap .btns_wrap .chat_wrap {
  position: absolute;
  right: -225px;
  width: 275px;
  overflow: hidden;
  box-shadow: 0 0 40px #00000026 !important;
  border-radius: 50px 0 0 50px;
  background: #fff;
}
.floating_wrap {
  top: 171px;
  z-index: 1000;
}

.floating_wrap .btns_wrap a:hover {
  text-decoration: none !important;
  right: 0;
}

.floating_wrap .btns_wrap .call_wrap {
  top: 60px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.floating_wrap .btns_wrap .call_wrap span {
  color: var(--p-color);
  font-size: 14px;
  vertical-align: middle;
  background: #fff;
  padding: 0 5px;
}

.floating_wrap .btns_wrap .chat_wrap {
  display: block;
  text-decoration: none;
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.floating_wrap .btns_wrap .call_wrap span.icoo,
.floating_wrap .btns_wrap .chat_wrap span.icoo {
  color: #fff;
  background: var(--p-color);
  font-size: 20px;
  line-height: 1;
  padding: 14px 20px;
  border-right: 1px solid #ded9d9;
  vertical-align: middle;
  display: inline-block;
  border-radius: 50px 0 0 50px;
}

.floating_wrap .btns_wrap .chat_wrap span {
  color: var(--p-color);
  font-size: 14px;
  vertical-align: middle;
  background: #fff;
  padding: 0 5px 0 5px;
}

footer {
  background: var(--s-color);
  padding: 90px 0 0;
}
footer * {
  color: #fff;
  text-decoration: none;
  list-style: none;
  padding: 0;
}

.socials {
  display: flex;
  gap: 10px;
}

.socials a {
  height: 40px;
  width: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: 0.3s all ease-in-out;
  &:hover {
    background: #fff;
  }
  &:hover i {
    color: var(--s-color);
  }
}

footer h3 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

footer ul.quick_links {
  margin: 25px 0 0;
}

footer ul.quick_links li {
  margin: 5px 0;
}
footer ul.contact_info {
  margin: 25px 0 0;
}
footer ul.contact_info li {
  margin: 15px 0;
}
footer .copy_right {
  padding: 20px 0;
  border-top: 1px solid #565656;
  margin-top: 50px;
}

footer p {
  font-size: 13px;
  line-height: 20px;
}

footer ul li a {
  font-size: 15px;
}
.foot_logo {
  width: 150px;
}

.top_footer {
  padding: 0 0 50px;
}
a.whatsapp_btn {
  display: flex;
  align-items: center;
  gap: 10px;
}

a.whatsapp_btn i {
  font-size: 32px;
}

a.whatsapp_btn span {
  font-size: 14px;
}

.top_footer .btn_dflt {
  border-color: #fff;
  background: transparent;
  &:hover {
    background: var(--p-color);
  }
}

.modal-content {
  border-radius: 20px;
}

.modal-body {
  background: var(--p-color);
  color: #fff;
  text-align: center;
  border-radius: 15px;
}

.modal-body .btn-close {
  position: absolute;
  right: 5px;
  top: 5px;
  filter: invert(1);
  opacity: 1;
}

.modal-body h3 {
  margin: 10px 0 30px;
  font-size: 35px;
}

/* footer section */

/* banner section */

section.banner_sect {
  padding: 60px 0;
}

section.banner_sect h1 {
  font-weight: 600;
  font-size: 52px;
  line-height: 65px;
  margin-bottom: 20px;
}

section.banner_sect p.sec {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 20px;
}

section.banner_sect p.prc {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}

.banner_sect .form_bx {
  background: #ffffffb2;
  border: 1px solid rgba(207, 207, 207, 0.6);
  box-shadow: 0px 4px 34px rgba(240, 157, 66, 0.3);
  border-radius: 15px;
  padding: 30px;
}

.banner_sect .check_bx {
  display: flex;
  gap: 20px;
  margin: 20px 0;
}

.banner_sect .check_bx .form-group {
  display: flex;
  gap: 7px;
}

.banner_sect .form_bx h3 {
  font-family: "Poppins";
  margin: 5px 0;
  font-size: 20px;
}
.banner_sect .frm-button input {
  width: 100%;
  padding: 15px;
  border: none;
  margin: 10px 0;
}

.banner_sect select {
  font-family: "poppins" !important;
}
.banner_sect label {
  font-family: "poppins" !important;
}

.banner_sect .form_bx h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 39px;
  margin-bottom: 20px;
  text-align: center;
}

.banner_sect .form_bx select,
.banner_sect .form_bx input {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

.banner_sect .form_bx h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 38px;
  color: #1e1e1e;
}

.banner_sect .form_bx .form-check-flex {
  display: flex;
  gap: 8px 20px;
  flex-wrap: wrap;
}
.banner_sect .form_bx .form-check-flex label {
  font-size: 18px;
}

/* banner section */

section.detail_sect {
  padding: 90px 0;
}

/* counter section */

section.counter {
  padding: 15px 0;
}

section.counter .count_bx p {
  font-family: "Garet";
  font-size: 24px;
  line-height: 51px;
  text-align: center;
}
section.counter .count_bx p strong {
  font-family: "Garet Heavy";
}

/* counter section */

/* service section */
section.services {
  padding: 100px 0;
}

section.services h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 66px;
}

.title_txt p {
  font-size: 18px;
  line-height: 28px;
}

.serv_title_bx {
  display: flex;
  align-items: center;
  gap: 10px;
}

.serv_title_bx p {
  font-family: "Garet";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
}
.serv_bxs_wrapper {
  margin-top: 70px;
}

.serv_bx_txt {
  background: var(--s-color);
  color: #fff;
}

.serv_bx_txt p {
  color: #fff;
  font-size: 12px;
  line-height: 25px;
}

.serv_bx_txt {
  padding: 15px 20px 40px 20px;
  border-radius: 10px;
  box-shadow: 0px -4.83553px 15.4737px rgba(0, 0, 0, 0.25);
  margin-top: -20px;
  position: relative;
}
.serv_bx_txt h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
}
.serv_bx_txt p {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}

.serv_bx {
  height: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.serv_bx img {
  width: 100%;
  height: 425px;
  object-fit: cover;
  transition: 0.4s all ease-in-out;
}
.serv_bx_txt h4 {
  font-size: 18px;
  font-weight: 800;
}

.serv_bx_txt ul {
  font-size: 12px;
  padding: 0;
  list-style: inside;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 18px;
}

.hide_txt {
  margin-top: 20px;
  height: 0;
  transition: 0.4s all ease-in-out;
  overflow: hidden;
}
.serv_bx:hover .hide_txt {
  height: 130px;
}
.serv_bx:hover .serv_bx_txt {
  background: var(--p-color);
}
.serv_bx:hover img {
  height: 290px;
  object-fit: cover;
  object-position: bottom;
}

/* service section */

/* why choose us */

section.why_choose {
  padding: 100px 0;
  background: var(--s-color);
  color: #fff;
}
section.why_choose p {
  color: #fff;
}

section.why_choose h2 {
  font-weight: 600;
  font-size: 45px;
  line-height: 62px;
  margin-bottom: 20px;
}
section.why_choose .title_txt p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
  width: 80%;
  margin: 0 auto;
}

.why_choose_wrapper {
  margin-top: 70px;
}
.why_choose_wrapper .col-lg-4.col-md-6 {
  padding: 0;
}

.why_choose_bx {
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
  height: 100%;
}

.why_choose_bx h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
}

.why_choose_wrapper .col-lg-4.col-md-6:nth-child(2) .why_choose_bx {
  border: 1px solid #fff;
  border-top-width: 0;
}

.why_choose_wrapper .col-lg-4.col-md-6:nth-child(5) .why_choose_bx {
  border: 1px solid #fff;
  border-top-width: 0;
  border-bottom-width: 0;
}
.why_choose_wrapper .col-lg-4.col-md-6:nth-child(1) .why_choose_bx,
.why_choose_wrapper .col-lg-4.col-md-6:nth-child(3) .why_choose_bx {
  border-bottom: 1px solid #fff;
}
.why_choose_wrapper .btn_dflt.prb:hover {
  background: #fff;
  color: var(--s-color);
}

/* why choose us */

/* extra service section */

section.extra_service {
  padding: 100px 0;
}

section.extra_service h2 {
  font-size: 38px;
  font-weight: 600;
}
.ext_serv_wrapper .col-lg-6.col-md-6 {
  padding: 15px;
}

.ext_serv_bx {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: space-between;
  height: 100%;
  border-radius: 10px;
  transition: 0.4s all ease-in-out;
  &:hover {
    background: var(--s-color);
  }
}

.ext_serv_bx p {
  font-size: 14px;
  line-height: 20px;
}
.ext_serv_bx h3 {
  font-weight: 600;
  font-size: 28px;
  color: var(--s-color);
  margin-top: 25px;
}
.ext_serv_bx:hover p,
.ext_serv_bx:hover h3 {
  color: #fff;
}
.ext_serv_bx:hover img {
  filter: grayscale() invert() brightness(5);
}
.ext_serv_wrapper .col-lg-6.col-md-6:nth-child(1) {
  border: 1px solid var(--s-color);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.ext_serv_wrapper .col-lg-6.col-md-6:nth-child(2) {
  border: 1px solid var(--s-color);
  border-top-width: 0;
  border-right-width: 0;
}
.ext_serv_wrapper .col-lg-6.col-md-6:nth-child(3) {
  border: 1px solid var(--s-color);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.ext_serv_wrapper .col-lg-6.col-md-6:nth-child(4) {
  border: 1px solid var(--s-color);
  border-top-width: 0;
  border-right-width: 0;
}
.ext_serv_wrapper .col-lg-6.col-md-6:nth-child(5) {
  /* border: 1px solid var(--s-color);
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0; */
}
.ext_serv_wrapper .col-lg-6.col-md-6:nth-child(6) {
  border: 1px solid var(--s-color);
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
}

.ext_serv_bx a {
  color: var(--s-color);
  text-decoration: none;
  font-size: 14px;
}

.ext_serv_bx a img {
  margin-left: 5px;
  transition: 0.3s all ease-in-out;
}

.ext_serv_bx .bt p {
  margin-bottom: 15px;
}

.ext_serv_bx:hover a {
  color: #fff;
}

.ext_serv_bx:hover a > img {
  transform: rotate(45deg);
}

/* extra service section */

/* guarantee section */

section.guarantee_sect {
  padding: 100px 0;
  background: var(--s-color);
  color: #fff;
}

section.guarantee_sect h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
}
section.guarantee_sect .title_txt p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}

.guarantee_bx {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
  padding: 0 30px;
}

.guarantee_bx h3 {
  font-size: 35px;
  line-height: 45px;
}

.guarantee_bx p {
  font-size: 14px;
  color: #fff;
}

.guarantee_bx .num_bx {
  height: 80px;
  width: 80px;
  background: #fff;
  border-radius: 50%;
  color: var(--s-color);
  font-family: "Poppins";
  font-size: 35px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.guarantee_sect .col-lg-4.col-md-4:nth-child(2) {
  border: 1px solid;
  border-top-width: 0;
  border-bottom-width: 0;
}
.guarantee_sect .btn_dflt.prb:hover {
  background: #fff;
  color: var(--s-color);
}

/* guarantee section */

/* inclusive publication */

section.inclusive_pub {
  padding: 100px 0;
}

section.inclusive_pub h2 {
  font-size: 38px;
  font-weight: 600;
}

section.inclusive_pub .row:first-child {
  margin-bottom: 100px;
}

section.inclusive_pub h3 {
  font-size: 24px;
  color: var(--s-color);
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 10px;
}

section.inclusive_pub p,
section.inclusive_pub ul li {
  font-size: 14px;
  line-height: 20px;
}
/* inclusive publication */

/* team section */

.team_slider {
  margin: 50px 0;
  /* background: var(--s-color); */
  color: #fff;
  /* border-radius: 40px; */
}

.team_bx {
  background: var(--s-color);
  color: #fff;
  border-radius: 40px;
}

.team_bx .txt_bx {
  margin-left: 25px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 30px 0 20px;
}

.team_bx .txt_bx .about_bx {
  width: 70%;
}

.team_bx .txt_bx .about_bx h3 {
  font-size: 40px;
}

.team_bx .txt_bx .about_bx p {
  font-size: 12px;
  color: #fff;
}

.team_bx .txt_bx .about_bx h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 35px;
  margin-top: 40px;
}

.team_bx .txt_bx .about_bx h4 ~ p {
  font-size: 14px;
  margin-top: 15px;
  line-height: 25px;
  font-weight: 400;
}

.badge_img {
  position: absolute;
  top: 50px;
  right: 30px;
  width: 200px;
}

.tbl_bx table {
  margin: 15px 0 0 0;
}
.tbl_bx table th,
.tbl_bx table td {
  background: var(--p-color);
  border: 2px solid #fff;
  font-size: 12px;
  color: #fff;
}
a.whatsapp_bx {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: var(--p-color);
  text-decoration: none;
  padding: 10px;
  transition: 0.3s all ease-in-out;
  &:hover {
    background: #fff;
    color: var(--p-color);
  }
}
a.whatsapp_bx:hover p,
a.whatsapp_bx:hover h6 {
  color: var(--p-color);
}
.whats_txt_bx p,
.whats_txt_bx h6 {
  color: #fff;
  font-weight: 400;
}

.whats_txt_bx p {
  font-size: 14px;
  line-height: 18px;
}

.whats_txt_bx h6 {
  font-size: 20px;
  font-weight: 600;
}

.team_slider .slick-dots li button:before {
  font-size: 25px;
}

.team_slider .slick-dots li.slick-active button:before,
.team_slider .slick-dots li:hover button:before {
  color: var(--s-color);
  opacity: 1;
}

.team_slider .slick-dots {
  bottom: -50px;
}

section.team_sect {
  padding-bottom: 50px;
  overflow: hidden;
}

/* team section */

/* reviews section */
.reviews {
  padding: 100px 0;
}
.reviews h2 {
  font-weight: 600;
  font-size: 45px;
  line-height: 62px;
}

.reviews_slider + .d-flex .slick-arrow {
  cursor: pointer;
}

.reviews_slider + .d-flex .slick-arrow:hover svg {
  fill: var(--p-color);
}

.reviews_slider + .d-flex .slick-arrow:hover path {
  fill: #fff;
}

.reviews_slider .rev_bx {
  margin: 0 5px;
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  background: #fbfbfb;
  border: 1px solid #d3d3d3;
  border-radius: 20px;
}

.reviews_slider .rev_bx p {
  font-size: 12px;
  line-height: 20px;
  color: #727272;
}

.reviews_slider .rev_bx p.rev_title {
  color: var(--s-color);
  font-weight: 500;
  font-size: 18px;
  font-family: "Garet";
}

/* team section */

/* cta section */

section.cta_sect {
  padding: 90px 0;
  background: url(../images/cta_bg.webp) no-repeat center center;
  background-size: cover;
}
.cta_sect h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 62px;
  color: #fff;
}

section.cta_sect .count_bx {
  text-align: center;
}

section.cta_sect .count_bx p {
  color: #fff;
  font-size: 16px;
}

section.cta_sect .count_bx p span {
  display: block;
  font-size: 26px;
  font-weight: 800;
}

.cta_sect .btn_dflt.lib {
  background: transparent;
  color: #fff;
  border-color: #fff;
  &:hover {
    background: #fff;
    color: var(--p-color);
  }
}

/* cta section */

/* faq section */

.faqs {
  padding: 100px 0;
}

.faqs .accordion-button::after {
  display: none;
}

.faqs h2 {
  font-size: 44px;
  font-weight: 600;
  color: var(--s-color);
}

.faqs .accordion-button .icon::before {
  content: "+";
  font-size: 1.25rem;
  transition: transform 0.3s ease;
  color: #fff;
}
.faqs .accordion-body {
  font-size: 16px;
  padding-left: 55px;
  padding-right: 50px;
  padding-bottom: 30px;
  line-height: 30px;
}

.faqs .accordion-button:not(.collapsed) .icon::before {
  content: "−";
}
.faqs .accordion-item h2.accordion-header button:focus,
.faqs .accordion-item h2.accordion-header button:active {
  box-shadow: none;
}
.faqs .accordion-item {
  border: 2px solid var(--s-color);
  margin-bottom: 15px;
  border-radius: 8px;
}

.faqs .accordion-item h2.accordion-header {
  display: flex;
  gap: 10px;
  border: none;
}
.faqs .accordion-item h2 > span {
  font-size: 18px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--s-color);
  font-weight: 700;
}

.faqs .accordion-item h2.accordion-header button {
  padding: 0;
  display: flex;
  align-items: center;
  border: none;
  font-size: 20px;
}

.faqs .accordion-item h2.accordion-header button span {
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--s-color);
}

.faqs .accordion-item h2.accordion-header button:not(.collapsed) {
  background: none;
}
.faqs .accordion-item h2.accordion-header button strong {
  font-weight: 400;
  padding: 10px 0;
}

/* faq section */

section.terms_policy {
  padding: 100px 0;
}

section.terms_policy p {
  font-size: 16px;
  margin-bottom: 10px;
}

section.terms_policy h3 {
  margin: 15px 0;
  font-weight: 700;
}

.contact-icons div {
  align-items: center;
  font-size: 14px;
  color: #fff;
}

.contact-icons li svg {
  padding: 15px;
  color: var(--s-color);
  background: #fff;
  border-radius: 50%;
  margin-right: 10px;
  height: 60px;
  width: 60px;
}

.contact-icons {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: center;
  margin-top: 10px;
}
.contact-icons h3 {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  font-family: "Poppins";
}
.cont_details {
  background: var(--p-color);
  height: 100%;
  padding: 20px;
  border-radius: 20px;
}

.contact_form {
  padding: 90px 0;
}

.contact_form .form_bx {
  padding: 40px 30px;
  border-radius: 20px;
  background: #fbfbfb;
  box-shadow: 0px 4px 64px rgba(240, 157, 66, 0.4);
}
ul.contact-icons a {text-decoration: none;}
