* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}


ul{
  padding-left: 0;
  margin-bottom: 0;
}

.text-right {
  text-align: right !important;
}

.light-bg {
  background: #fafafb;
}

h1,
p {
  margin-bottom: 0;
}

header {}

.header-top {
    background: #737373;
    padding: 8px 0;
}

.header-top .header-contacts {}

.header-top .header-contacts i{
  margin-right: 5px
}

.header-top .header-contacts p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    font-family: sans-serif;
}

#hamburger-icon{
  display: none;
}

.social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.social a {
    color: #ffffff;
    margin-left: 15px;
    transition: .2s;
}

.social a:hover{
    color:#F2A09F;
    transform:scale(1.1);
}

.social a i {}

.header-bottom {
    padding: 20px 0;
    box-shadow: 0px 10px 12px #0000000a;
}

.header-bottom .logo {
    display: block;
}

.header-bottom .logo img {
    width: 80px;
}

.header-bottom .menu {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    height: 100%;
    align-items: center;
}

.header-bottom .menu li {}

.header-bottom .menu li a {
    color: #0D0D0D;
    font-family: sans-serif;
    font-size: 20px;
    padding: 20px 40px;
    padding-right: 0;
    transition: .2s;
    position:relative;
}

.header-bottom .menu li a:hover{
    color:#F2809F;
}

.header-bottom .menu li a:hover:before{
    width:50%;
}

.header-bottom .menu li a::before{
    position:absolute;
    bottom: 5px;
    content:"";
    height: 3px;
    width: 0;
    background: #F2809F;
    border-radius: 36px;
    transition: .3s;
}

.banner {
  height: 80vh;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner .banner-content {
  height: 100%;
  display: flex;
  align-items: center;
  background: #f2dfe2c7;
  padding-left: 100px;
}

.banner .banner-content h1 {font-family: sans-serif;font-weight: 300;width: 50%;}

.banner .banner-content h1 span {
  font-size: 60px;
  text-transform: uppercase;
  color: #F2809F;
  display: block;
  font-weight: 700;
}

section {
  padding: 50px 0;
}

.consultation {}

.section-content {}

.section-content h1 {
  font-size: 30px;
  font-weight: 700;
  font-family: sans-serif;
}

.section-content p {
  color: #737373;
  margin: 20px 0;
}

.section-content span {
  display: block;
  margin-bottom: 30px;
  font-weight: 600;
  text-decoration: underline;
}

.theme-btn {
  background: #F2809f;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 30px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
}

.theme-btn-alt {
  background: transparent;
  border: 2px solid #F2809f;
  color: #F2809f;
  padding: 10px 30px;
  border-radius: 30px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
}

.theme-btn-alt:hover{
  background: #F2809f;
  color: #ffffff;
}

.heading {
  text-align: center;
  text-transform: capitalize;
  font-weight: 200;
  text-transform: uppercase;
  margin-bottom: 80px;
}

.section-img {}

.section-img img {
  width: 100%;
}

.heading p {
  font-size: 17px;
  text-transform: none;
  font-weight: 400;
  color: #737373;
  margin-top: 19px;
}

.support {
  background: #F2F2F2;
}

.support .section-card{
  min-height: 631px;
}

.support .section-card .section-card-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  margin-bottom: 25px;
}

.support .section-card .section-card-img img {
  width: 100%;
}

.section-card {
  background: #ffffff;
  width: 350px;
  padding: 50px 40px;
  text-align: center;
  border-radius: 15px;
  margin: auto;
  box-shadow: 0px 0px 12px #0000000d;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section-card h1 {
  color: #F2809F;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 7px;
  margin-bottom: 20px;
}

.section-card ul {
  list-style: none;
  margin-top: 15px;
}

.section-card ul li {
  font-size: 15px;
  color: #737373;
  font-family: sans-serif;
  margin: 10px 0;
  position: relative;
  text-align: left;
  padding-left: 30px;
  display: flex;
  align-items: center;
}

.section-card .price {
  font-size: 30px;
  color: #737373;
  font-weight: 200;
}

.section-card .theme-btn {
}

.section-card .price span {
  font-weight: 700;
  color: #0D0D0D;
}

.section-card ul li::before {content: "";position: absolute;font-family: 'Font Awesome 5 Free';font-weight: 700;height: 15px;width: 15px;background: #F2809f;border-radius: 50%;font-size: 9px;display: flex;align-items: center;justify-content: center;color: #ffffff;left: 0;}

.cta {
  background: #F2DFE2;
}

.cta .cta-left {}

.cta .cta-left h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  color: #0D0D0D;
}

.cta .cta-right {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.services {}

.services .section-card {
    padding: 0;
    overflow: hidden;
    margin-bottom: 40px;
    transition: .2s;
}

.services .section-card:hover{
  transform: scale(1.1);
}

.services .section-card .section-img {
    height: 200px;
    overflow: hidden;
}

.services .section-card .section-img img {
    width: 100%;
}

.services .section-card .service-content {
    padding: 30px 40px;
    text-align: left;
}

.services .section-card .service-content h1 {
    color: #0D0D0D;
    font-size: 18px;
    letter-spacing: 1px;
}

.services .section-card .service-content p {
    font-size: 14px;
    font-weight: 300;
    color: #737373;
    line-height: 20px;
    margin-bottom: 25px;
    height: 140px;
    overflow: hidden;
}

.services .section-card .service-content .theme-btn {}

.contact {
  padding-bottom: 0;
}

.contact .contact-left {
    padding: 50px 100px;
    height: 100%;
    background: #F2F2F2;
}

.contact .contact-left p {
    margin-bottom: 76px;
}

.contact .contact-left .theme-btn {}

.contact-right {}

.contact .contact-right {
    padding: 50px 100px;
}

.contact .contact-right .contact-group {
    margin-bottom: 25px;
}

.contact .contact-right .contact-group p {
    font-size: 18px;
    font-weight: 600;
}

.contact .contact-right .contact-group a {
    color: #F2809F;
}

.contact .contact-right .contact-group ul {
    display: flex;
    list-style: none;
}

.contact .contact-right .contact-group ul li {
    margin: 10px;
}

.contact .contact-right .contact-group ul li a {
    background: #F2809F;
    color: #ffffff;
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition:.2s;
}

.contact .contact-right .contact-group ul li a:hover{
    transform:scale(1.1);
}

footer {
  text-align: center;
  padding: 10px 0;
  background: #0D0D0D;
  color: #ffffff;
}