/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@400;500;600;700&family=Montserrat:wght@400;700&family=Poppins:wght@300;400;600;700&display=swap");
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  font-family: "Hind", serif;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.65);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #242424;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 42px;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.3rem;
  line-height: 30px;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  line-height: 30px;
}

.rounded {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.navbar-toggle .icon-bar {
  background: #f3821e;
}

input[type=email], input[type=password], input[type=text], input[type=tel] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}
input[type=email]:focus, input[type=password]:focus, input[type=text]:focus, input[type=tel]:focus {
  box-shadow: none;
  border: 1px solid #f3821e;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #f3821e;
}

.py-7 {
  padding: 7rem 0px;
}

.btn {
  display: inline-block;
  font-size: 14px;
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 1rem 2.5rem 0.8rem;
  text-transform: uppercase;
  border-radius: 0;
  transition: 0.3s;
}
.btn.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
.btn:focus {
  outline: 0px;
  box-shadow: none;
}

.btn-main, 
.btn-small, 
.btn-transparent, 
.ff-next, 
.ff-back, 
.ff-submit {
  background: #f3821e;
  color: #fff;
  transition: all 0.2s ease;
}
.btn-main:hover, 
.btn-small:hover, 
.btn-transparent:hover, 
.ff-submit:hover, 
.ff-next:hover, 
.ff-back:hover {
  background: linear-gradient(135deg, #f3821e 0%, #e21e80 100%);
  color: #fff;
}

.ff-next, .ff-back,.ff-submit {
  border:0;
}

.btn-solid-border {
  border: 2px solid #f3821e;
  background: transparent;
  color: #242424;
}

.btn-solid-border:hover {
  border: 2px solid #f3821e;
  background: #f3821e;
}

.btn-transparent {
  background: transparent;
  padding: 0;
  color: #f3821e;
}
.btn-transparent:hover {
  background: transparent;
  color: #f3821e;
}

.btn-large {
  padding: 20px 45px;
}
.btn-large.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn-small {
  padding: 13px 25px 10px;
  font-size: 12px;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.bg-gray {
  background: #f5f8f9;
}

.bg-primary {
  background: #f3821e;
}

.bg-primary-dark {
  background: #f52626;
}

.bg-primary-darker {
  background: #dd0b0b;
}

.bg-dark {
  background: #242424;
}

.bg-gradient {
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
  background-repeat: repeat-x;
}

.section {
  padding: 100px 0;
}

.section-sm {
  padding: 70px 0;
}

.section-title {
  margin-bottom: 70px;
}
.section-title .title {
  font-size: 50px;
  line-height: 50px;
}
.section-title p {
  color: #666;
  font-family: "Poppins", sans-serif;
}

.subtitle {
  color: #f3821e;
  font-size: 14px;
  letter-spacing: 1px;
}

.block {
  padding-top: 5em;
}

.logo-img {
  max-width: 80%;
}

.overly, .hero-img, .cta, .slider, .page-title {
  position: relative;
}
.overly:before, .hero-img:before, .cta:before, .slider:before, .page-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #460041;
}

.overly-2, .latest-blog, .cta-block, .bg-counter {
  position: relative;
}
.overly-2:before, .latest-blog:before, .cta-block:before, .bg-counter:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #000;
}

.text-color {
  color: #f3821e;
}

.text-black {
  color: #242424;
}

.text-color2 {
  color: #c54041;
}

.text-color2 {
  color: #b99769;
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 2.25rem;
}

.text-lg {
  font-size: 3.75rem;
}

.no-spacing {
  letter-spacing: 0px;
}

/* Links */
a {
  color: #242424;
  text-decoration: none;
}

a:focus, a:hover {
  color: #f3821e;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.content-title {
  font-size: 40px;
  line-height: 50px;
}

.page-title {
  padding: 100px 0;
}
.page-title .block h1 {
  color: #fff;
}
.page-title .block p {
  color: #fff;
}

.page-wrapper {
  padding: 70px 0;
}

#wrapper-work {
  overflow: hidden;
  padding-top: 100px;
}
#wrapper-work ul li {
  width: 50%;
  float: left;
  position: relative;
}
#wrapper-work ul li img {
  width: 100%;
  height: 100%;
}
#wrapper-work ul li .items-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding-left: 44px;
  padding-top: 140px;
}
#wrapper-work ul li .items-text h2 {
  padding-bottom: 28px;
  padding-top: 75px;
  position: relative;
}
#wrapper-work ul li .items-text h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 3px;
  background: #fff;
}
#wrapper-work ul li .items-text p {
  padding-top: 30px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  padding-right: 80px;
}

/*--
	features-work Start 
--*/
#features-work {
  padding-top: 50px;
  padding-bottom: 75px;
}
#features-work .block ul li {
  width: 19%;
  text-align: center;
  display: inline-block;
  padding: 40px 0px;
}

#navbar {
  background: rgb(34 35 40 / 20%);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  top: 49px;
  width: 100%;
  z-index: 1000;
  position: absolute;
}
#navbar li {
  padding-left: 15px;
}
@media (max-width: 992px) {
  #navbar li {
    padding-left: 0;
  }
}
#navbar .nav-link {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
  transition: all 0.25s ease;
}

#navbar .nav-link:hover, #navbar .nav-link:focus,
#navbar .active .nav-link {
  color: #f3821e;
}

#navbar .btn {
  padding: 0.7rem 1.5rem 0.5rem;
  color: #fff;
}

@media (max-width: 992px) {
  #navbar .btn {
    margin: 15px 0 10px;
  }
}

.header-top {
  background: #f3821e;
  color: #e6e6e6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.header-top .header-top-socials {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px 0px;
}
.header-top .header-top-socials {
  margin-left: -8px;
}
.header-top .header-top-socials a {
  color: #ffffff;
  margin-right: 8px;
  font-size: 16px;
  padding: 0 8px;
}
.header-top .header-top-socials a:hover {
  color: #f3821e;
}
.header-top .header-top-info {
  color: #919194;
  font-size: 16px;
}
.header-top .header-top-info a span {
  color: #fff;
}
.header-top .header-top-info a {
  margin-left: 35px;
  color: #dddddf;
}

.navbar-toggler {
  padding: 0;
  font-size: 1.5rem;
  color: #fff;
}
.navbar-toggler:focus {
  outline: 0;
}

.navbar-brand {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  width: 10em;
}

.navbar-brand img {
  width: 100%;
  height: 100%;

}


.navbar-brand span {
  color: #f3821e;
}

.dropdown-menu {
  padding: 0px;
  border: 0;
  border-radius: 0px;
}
@media (max-width: 992px) {
  .dropdown-menu {
    text-align: center;
    float: left !important;
    width: 100%;
    margin: 0;
  }
}
.dropdown-menu li:first-child {
  margin-top: 5px;
}
.dropdown-menu li:last-child {
  margin-bottom: 5px;
}

.dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-menu,
.dropright .dropdown-menu {
  margin: 0;
}

.dropleft .dropdown-toggle::before,
.dropright .dropdown-toggle::after {
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 10px;
  vertical-align: 1px;
}

.dropleft .dropdown-toggle::before {
  content: "\f053";
  margin-right: 5px;
}

.dropright .dropdown-toggle::after {
  content: "\f054";
  margin-left: 5px;
}

.dropdown-item {
  padding: 0.8rem 1.5rem 0.55rem;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .dropdown-item {
    padding: 0.6rem 1.5rem 0.35rem;
  }
}

.dropdown-submenu.active > .dropdown-toggle,
.dropdown-submenu:hover > .dropdown-item,
.dropdown-item.active,
.dropdown-item:hover {
  background: #f3821e;
  color: #fff;
}

ul.dropdown-menu li {
  padding-left: 0px !important;
}

@media (min-width: 992px) {
  .dropdown-menu {
    transition: all 0.2s ease-in, visibility 0s linear 0.2s, transform 0.2s linear;
    display: block;
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
    margin-top: 15px;
  }
  .dropdown-menu li:first-child {
    margin-top: 10px;
  }
  .dropdown-menu li:last-child {
    margin-bottom: 10px;
  }
  .dropleft .dropdown-menu,
.dropright .dropdown-menu {
    margin-top: -10px;
  }
  .dropdown:hover > .dropdown-menu {
    visibility: visible;
    transition: all 0.45s ease 0s;
    opacity: 1;
  }
}
.bg-1 {
  background: url("../images/hero-bg-transformed.jpeg") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    padding-bottom: 20px;
}

.bg-2 {
  background: url("../images/about-bg-transformed.jpeg");
  background-size: cover;
}

.slider {
  background: url("../images/hero-bg-transformed.jpeg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  padding-bottom: 20px;
  position: relative;
}

.slider .block h1 {
  font-size: 3.3em;
  line-height: 64px;
  font-weight: 600;
  color: #fff;
}
.slider .block p {
  margin-bottom: 30px;
  color: #b9b9b9;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}
.slider .block span {
  letter-spacing: 1px;
}

.card img {
  width: 100%;
  height: 233px;
}

.blog-item-meta {
  background: #22212100;
  border-radius: 0px 20px 2px 20px;
  width: 100%;
  border: 2px solid #f3821e;
  padding: 0.5em 0.6em;
}

.blog-item-meta a {
  color: #fff;
  font-weight: 600;
  font-family: inherit;
}



.bg-gradient-primary-to-secondary {
  background: #f3821e;
  background: linear-gradient(135deg, #f3821e 0%, #e21e80 100%);
}

.rounded-4 {
  border-radius: 1rem !important;
}

.feature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  font-size: 1.5rem;
}

.profile {
  position: relative;
  /* height: 75vw;
  width: 75vw; */
  border-radius: 5vw;
  margin-top: 5vw;
  max-height: 40rem;
  max-width: 40rem;
  height: 418px;
  width: 100%;
}
.profile .profile-img {
  /* height: 80vw; */
  max-height: 45rem;
  position: absolute;
  bottom: 0;
  /* left: 50%; */
  transform: translateX(-50%);
  height: 34vw;
  left: 11vw;
}
.profile .dots-1 {
  position: absolute;
  /* width: 3vw;
  right: 1.5vw; */
  top: 4vw;
  width: 1.5vw;
  right: 0.75vw;
}
.profile .dots-1 svg {
  fill: #fff;
}
.profile .dots-2 {
  position: absolute;
  top: 6.05vw;
  width: 1.5vw;
  right: -2vw;
}
.profile .dots-2 svg {
  fill: #f3821e;
}
.profile .dots-3 {
  position: absolute;
  bottom: 6.05vw;
  width: 1.5vw;
  left: 0.75vw;
}
.profile .dots-3 svg {
  fill: #fff;
}
.profile .dots-4 {
  position: absolute;
  bottom: 4vw;
  width: 1.5vw;
  left: -2vw;
}
.profile .dots-4 svg {
  fill: #f3821e;
}

.intro-item i {
  font-size: 60px;
  line-height: 60px;
}

.color-one {
  color: #f3821e;
}

.color-two {
  color: #00d747;
}

.color-three {
  color: #9262ff;
}

.color-four {
  color: #088ed3;
}

.bg-about {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 45%;
  min-height: 650px;
  background: url("../images/about-bg.jpeg") no-repeat;
  background-size: cover;
}

.about-content {
  padding: 20px 0px 0px 80px;
}
.about-content h4 {
  font-weight: 600;
}
.about-content h4:before {
  position: absolute;
  content: "\f576";
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  position: absolute;
  top: 8px;
  left: -65px;
  font-weight: 700;
}

.counter-item .counter-stat {
  font-size: 50px;
}
.counter-item p {
  margin-bottom: 0px;
}

.bg-counter {
  background: url("../images/bg/counter.jpg") no-repeat;
  background-size: cover;
}

.cta {
  background: url("../images/steps-bg-transformed.jpeg") fixed 50% 50%;
  background-position: center;
  background-size: cover;
  padding: 91px 0px;
  padding-bottom: 120px
}

.cta-block {
  background: url("../images/steps-bg-transformed.jpeg") no-repeat;
  background-size: cover;
  background-position: center;
}

.testimonial-item {
  padding: 50px 30px;
}
.testimonial-item i {
  font-size: 40px;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1;
}
.testimonial-item .testimonial-text {
  font-size: 20px;
  line-height: 38px;
  color: #242424;
  margin-bottom: 30px;
  font-style: italic;
}
.testimonial-item .testimonial-item-content {
  padding-left: 65px;
}

.slick-slide:focus, .slick-slide a {
  outline: none;
}

h3.quote {
  font-size: 24px;
  line-height: 40px;
  font-weight: normal;
  padding: 0px 25px 0px 85px;
  margin: 65px 0 65px 0 !important;
  position: relative;
}
@media (max-width: 768px) {
  h3.quote {
    padding: 0;
    padding-left: 20px;
  }
}

h3.quote::before {
  content: "";
  width: 55px;
  height: 2px;
  background: #f3821e;
  position: absolute;
  top: 25px;
  left: 0;
}
@media (max-width: 768px) {
  h3.quote::before {
    top: 5px;
    width: 2px;
    height: 35px;
  }
}

.nav-posts-title {
  line-height: 25px;
  font-size: 18px;
}

.latest-blog {
  position: relative;
  padding-bottom: 50px;
}

.mt-70 {
  margin-top: -70px;
}

.border-1 {
  border: 1px solid rgba(0, 0, 0, 0.05);
}


.widget {
  margin-bottom: 30px;
  padding-bottom: 35px;
}
.widget .widget-title {
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  border-bottom: 1px solid #dedede;
}
.widget.widget-latest-post .media .media-object {
  width: 100px;
  height: auto;
}
.widget.widget-latest-post .media .media-heading a {
  color: #242424;
  font-size: 16px;
}
.widget.widget-latest-post .media p {
  font-size: 12px;
  color: #808080;
}
.widget.widget-category ul li {
  margin-bottom: 10px;
}
.widget.widget-category ul li a {
  color: #837f7e;
  transition: all 0.3s ease;
}
.widget.widget-category ul li a:before {
  padding-right: 10px;
}
.widget.widget-category ul li a:hover {
  color: #f3821e;
  padding-left: 5px;
}
.widget.widget-tag ul li {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 5px;
}
.widget.widget-tag ul li a {
  color: #837f7e;
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #dedede;
  border-radius: 30px;
  font-size: 14px;
  transition: all 0.3s ease;
}
.widget.widget-tag ul li a:hover {
  color: #fff;
  background: #f3821e;
  border: 1px solid #f3821e;
}

.footer {
  padding-bottom: 10px;
}
.footer .copyright a {
  font-weight: 600;
}

.lh-35 {
  line-height: 35px;
}

.logo {
  color: #242424;
  font-weight: 600;
  letter-spacing: 1px;
}
.logo span {
  color: #f3821e;
}

.sub-form {
  position: relative;
}
.sub-form .form-control {
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #f5f8f9;
}

.footer-btm {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer-socials li a {
  margin-left: 15px;
}

.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  height: 40px;
  width: 40px;
  background: #f3821e;
  border-radius: 50%;
  text-align: center;
  line-height: 43px;
  color: white;
  cursor: pointer;
  transition: 0.3s;
  display: none;
}
@media (max-width: 480px) {
  .scroll-to-top {
    bottom: 15px;
    right: 15px;
  }
}
.scroll-to-top:hover {
  background-color: #333;
}

/*=== MEDIA QUERY ===*/

@media (max-width: 768px) {
  .navbar-toggler {
    color: #fff;
  }
  .bg-about {
    display: none;
  }
  .slider .block h1 {
    font-size: 48px;
    line-height: 62px;
  }
  .blog-item-meta span {
    margin: 6px 0px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
}
@media (max-width: 480px) {
  .header-top .header-top-info a {
    margin-left: 10px;
    margin-right: 10px;
  }
  .navbar-toggler {
    color: #fff;
  }
  .slider .block h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .content-title {
    font-size: 28px;
    line-height: 46px;
  }
  .p-5 {
    padding: 2rem !important;
  }
  h2, .h2 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 36px;
  }
  .testimonial-item .testimonial-item-content {
    padding-left: 0px;
    padding-top: 30px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
}
@media (max-width: 400px) {
  .header-top .header-top-info a {
    display: block;
  }
  .navbar-toggler {
    color: #fff;
  }
  .content-title {
    font-size: 28px;
    line-height: 46px;
  }
  .bg-about {
    display: none;
  }
  .p-5 {
    padding: 2rem !important;
  }
  h2, .h2 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 36px;
  }
  .testimonial-item .testimonial-item-content {
    padding-left: 0px;
    padding-top: 30px;
  }
  .text-lg {
    font-size: 3rem;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
}

/* Form styling */

.service {
  background: linear-gradient(45deg, #e21e80, #f3821e );
}

.ff-section {
  font-family: "Poppins", sans-serif!important;
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 42px 55px 45px 55px;
}

.ff-form .ff-title {
  font-size: 40px!important;
  font-weight: bold!important;
  line-height: 50px;
  display: block;
  color: #333333;
  line-height: 2.2;
  text-align: center;
  padding-bottom: 44px!important;
}

.ff-description p {
  font-size: 0.9em;
}

.ff-section-header {
  font-size: 1.3rem!important;
  line-height: 30px;
  font-weight: 600;
  color: #f3821e;
}

.ff-qs-html-text span {
  font-weight: 600!important;
}

.ff-widget-control {
  border-radius: 11px;
}

.ff-button-bar img {
  display:none!important;
}

.ff-form-check-label {
  font-weight: 500!important;
}

.ff-description .ff-success {
  text-align: center!important;
}

.ff-description button {
  display:none!important;
}

input[type='radio'] {
  accent-color: #2b2a29;
}


@media (max-width: 1200px) {

  .profile {
    height: 40vw;
    width: 40vw;
  }
  .profile .profile-img {
    height: 42vw;
    left: 34%;
  }
  
  .profile .dots-1 {
    width: 1.5vw;
    right: 0.75vw;
  }
  .profile .dots-2 {
    width: 1.5vw;
    right: -2vw;
  }
  .profile .dots-3 {
    width: 1.5vw;
    left: 0.75vw;
  }
  .profile .dots-4 {
    width: 1.5vw;
    left: -2vw;
  }

}

@media (max-width: 990px) {

  .slider .block h1 {
    font-size: 2.6em;
    line-height: 1.4em;
  }

  .navbar-toggler {
    font-size: 2.7rem;
  }

  .navbar-collapse {
    text-align: left!important;
    background: black;
    padding: 2em;
  }

  .navbar-collapse div {
    text-align: left!important;
  }

  #navbar .nav-link {
    font-weight: 600;
    font-size: 1.6em;
    letter-spacing: 0.5px;
  }

  .card img {
    object-fit: cover;
  } 

  .cta-item {
    padding: 1.3rem!important;
    margin-bottom: 2em;
  }

  .cta-item h2 {
    padding-top: 10px;
    font-size: 1.4em;
    line-height: 1em;
  }

  .bg-about {
    display: none;
  }

  section.about {
    border: 1px solid #dee2e6;
    border-left: 0;
    border-right: 0;
  }
  .footer-socials {
    margin-top: 20px;
  }
  .footer-socials li a {
    margin-left: 0px;
  }

 .profile {
    height: 50vw;
    width: 50vw;
  }

  .profile .profile-img {
    height: 50vw;
    width: 56vw;
    object-fit: cover;
  }
  .profile .dots-1 {
    display: none;
  }
  .profile .dots-2 {
    display: none;
  }
  .profile .dots-3 {
    display: none;
  }
  .profile .dots-4 {
    width: 3vw;
    left: -4vw;
  }


}

@media (max-width: 767px) {

  .header-top {
    display: none;
  }
  
  #navbar {
    top: 0; 
  }

  .navbar-brand img {
    width: 70%;
    height: 100%;
  }

  .block {
    padding-top: 4em;

  }

  .slider .block h1 {
    font-size: 2em;
    line-height: 1.4em;
    padding-bottom: 20px;
  }

  .slider {
    padding: 126px 0;
    padding-bottom: 20px;
  }


  #navbar .nav-link {
    font-weight: 600;
    font-size: 1.4em;
    letter-spacing: 0.5px;
  }

  .logo-img {
    max-width: 74%;
  }

  /* form styling */

  .ff-section {
    padding: 42px 35px 45px 35px;
  }

  .ff-form .ff-title {
    font-size: 2.4em!important;
    font-weight: bold!important;
    line-height: 1.2;
    padding-bottom: 1em!important;
  }

  .ff-description p {
    font-size: 0.9em;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: justify;
    line-height: 1.9em;
  }

  .ff-next, .ff-back, .ff-submit {
    width: 40%;
}

}

@media (max-width: 575px) {

  .slider {
    padding-bottom: 3.4em;
  }

  .slider .block h1 {
    font-size: 2.6em;
    line-height: 1.2em;
    padding-bottom: 0.1em;
  }

  .profile {
    display: none;
  }

  .logo-img {
    max-width: 40%;
  }

}

@media (max-width: 480px) { 

  .ff-form .ff-title {
    font-size: 1.8em!important;
    text-align: left;
  }

  .ff-description p {
    text-align: left;
  }

  .ff-section {
    padding: 42px 15px 45px 15px;
  }

  .ff-description p {
    font-size: 0.77em;
    font-weight: 600;
  }

  .ff-section-header {
    font-size: 1.1rem!important;
  }

  .ff-item-qs {
    padding-bottom: 20px;
  }


}

@media (max-width: 400px) { 
  .slider .block h1 {
    font-size: 2em;
    line-height: 1.4em;
    padding-bottom: 0.1em;
  }
  
  .logo-img {
    max-width: 52%;

  }

}



