
/* Default CSS */
* {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: var(--body-font);
}

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: var(--body-font);
  background-color: #ffffff;
  color: #868686;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: var(--heading-font);
}

p {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  outline: none;
  border: none;
  font-weight: 500;
  transition: color 350ms ease-in-out;
}

a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}

title {
  text-transform: capitalize;
}

:root {
  --heading-font: 'Poppins', sans-serif;
  --body-font: 'Poppins', sans-serif;
  --primary-color: #367BF5;
  --secondary-color: #F3AA18;
  --black-color: #000;
  --lightblack: #222222;
  --white-color: #fff;
  --darkgrey: #868686;
  --lightgrey: #636363;
  --green: #069697;
  --red: #EA3D2F;
}

.green {
  color: var(--green) !important;
}

.lightblack {
  color: var(--lightblack) !important;
}

.blue {
  color: var(--primary-color) !important;
}

.red {
  color: var(--red) !important;
}

.theme-btn {
   background: #613DC1;
    border-radius: 70px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 20px 10px 10px;
    font-family: 'Poppins', sans-serif;
}
.theme-btn:hover {
  color: #f2f2f2;
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 8px rgb(255, 255, 255);
}

body::-webkit-scrollbar-thumb {
  background-color: #613dc1;
  outline: 1px solid #613dc1;
}



/*Main Css Start */

.site-header {
  width: 100%;
  position: relative;
  background: #efecf9;
  padding: 10px 0;
}

.site-header .navbar-light .navbar-brand img {
  width: 200px;
}

.site-header .navbar-toggler {
    padding: 0.25rem 0.6rem;
}
.site-header .navbar .navbar-nav li a {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #000000;
  text-transform: uppercase;
}

.site-header .navbar .navbar-nav li a:hover {
   color: #ffffff;
 }
.site-header .navbar-light .navbar-nav .nav-link.active {
   color: #613dc1;
}
.site-header .navbar .nav-right .btn {
  background: #613dc1;
  border-radius: 70px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 30px;
}
.site-header .navbar .nav-right .btn:focus {
  box-shadow: none;
}
.site-header .navbar .nav-right .btn img {
  margin-right: 15px;
}


/* banner section start */

.banner-section {
  position: relative;
  width: 100%;
  padding-bottom: 40px;
}

/* .banner-section::after { 
  content: '';
  position: absolute;
  top: 30px;
  left: 0px;
  background: url(../img/home/banner1.png);
  width: 616px;
  height: 529px;
} */


.banner-section .banner_image {
  position: relative;
  width: 100%;
  height: 540px;
  object-fit: cover;
  object-position: center;
}
.banner-section .banner_caption {
  width: 100%;
  text-align: center;
  position: relative;
     padding: 40px 0 0;
  /*top: 45%;*/
  /*left: 50%;*/
  /*transform: translate(-50%, -50%);*/
  /*max-width: 600px;*/
}

.banner-section .banner_caption h5 { 
  font-family: 'Alex Brush';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: #222222;
}

.banner-section .banner_caption h2 { 
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 84px;
  padding-bottom: 10px;
  color: #613DC1;
}

.banner-section .banner_caption p { 
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #222222;
}

.banner-section .banner-right-image {
  position: relative;
  text-align: right;
}

.banner-section .banner-left-image {
  margin-top: 80px;
}
.banner-section .banner-right-image img,
.banner-section .banner-left-image img {
  width: 70%;
}

.slogan-bar img {
  width: 100%;
}

/* About Us section start */

.aboutus-section {
  position: relative;
  padding: 80px 0;
}
.aboutus-right-sec {
  position: relative;
  margin-left: 30px;
}

.aboutus-section .row {
  align-items: center;
}
.section-header h5 {
   font-style: normal;
   font-weight: 400;
   font-size: 30px;
   line-height: 36px;
    color: #613DC1;
    font-family: 'Alex Brush', cursive;
}

.section-header h2 {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 54px;
  padding-bottom: 20px;
  color: #222222;
}
.section-header p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #222222;
  padding-bottom: 20px;
 
}

.aboutus-left-image {
  position: relative;
  width: 100%;
  border: 4px solid #5937b4;
}

.aboutus-left-image::after {
  content: '';
  position: absolute;
  background: url(../img/home/StarDark.png);
  width: 45px;
  height: 45px;
     bottom: -100px;
    left: 20px;
}

.aboutus-right-sec::after {
  content: '';
  position: absolute;
  background: url(../img/home/StarLight.png);
  width: 80px;
  height: 80px;
  bottom: 0px;
  right: 0px;
}

/* howtouse css start */

.howtouse-section {
  width: 100%;
  position: relative;
 padding-bottom: 220px;
}
.howtouse-section .section-header p {
  width: 80%;
  margin: 0 auto;
}
.howtouse-section::before {
  content: "";
  position: absolute;
  background: url(../img/home/Ellipsed13.png);
  width: 200px;
  height: 364px;
  left: 0;
  top: 40px;
  background-size: contain;
  transform: rotate(-34deg);
  background-repeat: no-repeat;
}
 .howtouse-section::after {
  content: "";
  position: absolute;
  background: linear-gradient(360deg, rgba(97, 61, 193, 0.05) -0.02%, rgba(255, 255, 255, 0) 88.75%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-left-radius: 1500px;
  border-bottom-right-radius: 1500px;
  z-index: -1;
} 

.howtouse-inner-box {
  position: relative;
  padding: 40px;
}

.howtouse-inner-box img {
  padding-bottom: 20px;
}

.howtouse-inner-box h5 {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #000000;
  padding-bottom: 10px;
}

.howtouse-inner-box p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #222222;
  padding-bottom: 15px;
}

.howtouse-inner-box p a {
  color: #613DC1;
}

.howtouse-inner-box .form-control {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgb(0 0 0 / 8%);
  border-radius: 190px;
  border: none;
  padding: 12px 15px;
  margin-bottom: 20px;
}

.howtouse-inner-box .theme-btn {
  padding: 12px 20px;
  text-transform: uppercase;
}

.howtouse-inner-box .border-right {
  width: 100%;
  position: relative;
}

.howtouse-inner-box .border-right::after {
  content: '';
  position: absolute;
  background: rgba(34, 34, 34, 0.2);
  width: 1px;
  height: 200px;
  top: 0;
  right: -40px;
}

.our-team-section {
  position: relative;
  margin-top: -200px;
}


/* testimonials slider  */


.testi-wrap {
  position: relative;
  height: 640px;
  margin-top: -80px;
}

.client-single {
  margin-top: 20px;
  text-align: center;
  position: absolute;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.client-info,
.client-comment {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.client-single.inactive .client-comment,
.client-single.inactive .client-info {
  display: none;
}

.client-single.inactive .social-media,
.client-single.inactive .client-comment,
.client-single.inactive .client-info {
  opacity: 0;
  visibility: hidden;
}
.client-single.position-1 {
  -webkit-transform: scale(0.65);
  transform: scale(0.65);
}
.client-single.position-2 {
  left: 31%;
  top: 165px;
}
.client-single.position-3 {
  left: 19%;
  top: 200px;
  -webkit-transform: scale(0.7) !important;
  transform: scale(0.7) !important;
}
.client-single.position-4 {
  right: 31%;
  top: 165px;
}
.client-single.position-5 {
  right: 19%;
  top: 200px;
  -webkit-transform: scale(0.7) !important;
  transform: scale(0.7) !important;
}
.client-single.position-6 {
  top: 240px;
  left: 9%;
  -webkit-transform: scale(0.6) !important;
  transform: scale(0.6) !important;
}
.client-single.position-7 {
  top: 240px;
  right: 9%;
  -webkit-transform: scale(0.6) !important;
  transform: scale(0.6) !important;
}
.client-single.active {
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  width: 70%;
}
.client-single.active .client-comment,
.client-single.active .client-info {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.client-single:not(.active) {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  z-index: 99;
}
.client-single.active .client-img {
  width: 160px;
  height: 160px;
  margin: 0 auto 24px;
  position: relative;
}
.client-single.active .client-img:before {
  border-radius: 100%;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9d5bfe), to(#3890fe));
  background-image: linear-gradient(180deg, #9d5bfe 0%, #3890fe 100%);
  padding: 5px;
  width: 130px;
  height: 130px;
  top: -5px;
  left: 15px;
  position: absolute;
  z-index: -1;
}
.client-single .client-img img {
  width: 120px;
  border-radius: 50%;
  border: 6px solid #d1e9ff;
  cursor: pointer;
      height: 120px;
    object-fit: cover;
}
.client-single.active .client-img img {
  max-width: 130px;
  margin: 0 auto 24px;
  border: 0;
}

.social-media a {
  margin-right: 8px;
}
.social-media a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: rgba(97, 61, 193, 0.15);
  border-radius: 100%;
  color: #613DC1;
  font-weight: 500;
}
.client-comment {
  padding: 20px 60px;
}
.client-comment h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #222222;
}
.client-comment span i {
  font-size: 60px;
  color: #0084ff;
  margin: 40px 0 24px;
  display: inline-block;
}

.client-info h3 {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 4px;
  color: #613DC1;
}
.client-info p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}


/* signup section start */

.signup-section .row {
      background: #efecf9;
    border-radius: 142px;
    padding: 40px 80px;
    align-items: center;
}

.signup-section .signup-title h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 35px;
  color: #000000;
}
.subcribe-form {
  width: 100%;
  position: relative;
      text-align: right;
}
.subcribe-form .form-control {
  border-radius: 190px;
  height: 54px;
}

.subcribe-form .theme-btn {
  background: #613dc1;
  color: #ffffff;
  padding: 10px 40px 10px 32px;
}

/* FAQs Section Css Start */

.FAQs-section-main {
  position: relative;
  padding: 80px 0px 40px;
}

.FAQs-section-main::before {
  content: '';
  background: url(../img/home/faq-shape.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.faq-content-main {
  padding: 0px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.faq-inner-con {
  margin: 0px;
  padding: 0px;
}

.faq-inner-con .set {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 35px;
  margin-bottom: 20px;
}

.faq-inner-con .set .faq-item-main {
  padding: 18px 30px;
}

.faq-inner-con .set a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #222222;
}

.faq-inner-con .set a.active {
  color: #613DC1;
  font-weight: 600;
}

.faq-inner-con .set a span {
  flex: 1;
}

.faq-inner-con .set a i {
  color: #222222;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
}

.faq-inner-con .content {
  display: none;
  background: rgba(97, 61, 193, 0.05);
  padding: 12px 20px;
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.faq-inner-con .content p {
  font-size: 16px;
  line-height: 28px;
  color: #222222;
  font-weight: 400;
}

.faq-inner-con .set a.active i {
  color: #613DC1;
}

.faq-inner-con.active .set {
  border-bottom: none;
}

.FAQs-bottom-sec {
  position: relative;
  text-align: center;
  padding: 40px 0 0;
}

.FAQs-bottom-sec h2 {
  font-style: normal;
  font-weight: 750;
  font-size: 32px;
  line-height: 42px;
  padding-bottom: 10px;
}

.FAQs-bottom-sec p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6B6B6B;
}

/* footer section css start */

.site-footer {
  position: relative;
  padding: 80px 0 0;
  background: #efecf9;
}
.ft-logo-fix {
  position: relative;
  padding-bottom: 30px;
}

.ft-logo-fix img {
  width: 240px;
}

.ft-logo-fix p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
}

.site-footer .social-media a i {
  color: #222222;
  text-align: center;
  border: 1px solid #efecf9;
}

.site-footer .quick-link h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  padding-bottom: 15px;
}
.site-footer .list-inline li {
  margin-bottom: 10px;
}
.site-footer .list-inline li a {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
}

.site-footer .copyright {
  border-top: 1px solid #222222;
  padding: 20px;
  text-align: center;
  margin-top: 40px;
  color: #222222;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
}


#return-to-top {
  position: fixed;
  bottom: 60px;
  right: 40px;
  background: linear-gradient(112.65deg, #482a99 0.47%, #613DC1 99.58%);
  width: 45px;
  height: 45px;
  text-align: center;
  display: block;
  text-decoration: none;
  border-radius: 2px;
  display: none;
  transition: all 0.3s ease;
  z-index: 1111111111;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  top: 12px;
  font-size: 16px;
  transition: all 0.3s ease;
}

#add_waitlist .form-group label {
    font-size: 16px;
   line-height: 24px;
   margin-bottom: 5px;
   color: #000000;
}

#add_waitlist .form-group .form-control {
    padding: 0.6rem 1rem;
}
.modal-footer .btn:focus,
.btn-close:focus,
.btn.theme-btn:focus,
#add_waitlist .form-group .form-control:focus {
    box-shadow: none;
}

#add_waitlist .modal-footer .btn {
   background: #613DC1;
   padding: 0.7rem 0.75rem;
   border: none;
}

#SignUp .modal-header .btn-close {
        background-color: #d6c7ff;
    opacity: 1;
    color: #ffffff;
    width: 0.6em;
    height: 0.6em;
    /* text-align: center; */
    padding: 0.6em;
    border-radius: 100%;
    background-size: 10px 10px;
}

.error {
    color: red !important;
}


/* privecy page css */

.job-result-page .job-content {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.job-content .recommended-box {
    padding: 25px 35px;
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 0 20px 60px #f1f4f8;
    border-radius: 4px;
}

.recommended-box .box-inner {
    position: relative;
    min-height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.job-section {
    padding: 50px 0px;
}
.job-content .title-block {
    text-align: center;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}   

.job-content .title-block:after, .job-content .title-block:before {
    content: '';
    display: block;
    width: 39%;
    height: 1px;
    background: #e7e7e7;
}

/*===== Responsive Css Start =====*/

@media screen and (max-width: 1500px){
  .howtouse-section::before {
    top: 10px;
  }
  .howtouse-inner-box p {
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 10px;
  }
  .howtouse-inner-box h5 {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px;
  }
  .howtouse-inner-box img {
    padding-bottom: 10px;
    width: 80px;
}
  .howtouse-section::after {
    border-bottom-left-radius: 1000px;
    border-bottom-right-radius: 1000px;
  }
  .howtouse-section::before {
    transform: rotate(-20deg);
  }
  .faq-content-main {
    max-width: 1000px;
  }
  .theme-btn,
  .site-header .navbar .nav-right .btn,
  .site-header .navbar .navbar-nav li a {
    font-size: 16px;
    line-height: 18px;
  }
  .banner-section .banner_caption h2 {
    font-size: 64px;
    line-height: 74px;
  }
}

@media screen and (max-width: 1440px){

  .banner-section .banner-right-image img, .banner-section .banner-left-image img {
    width: 60%;
}

  .theme-btn {
    padding: 6px 20px 6px 6px;
  }
  
  .testi-wrap {
    position: relative;
    height: 600px;
  }
  .site-header {
    padding: 5px 0;
  }
}
@media screen and (max-width: 1366px){
  .client-single.position-4 {
    right: 30%;
    top: 150px;
}
  .client-single.position-2 {
    left: 30%;
    top: 150px;
}
  .banner-section .banner_caption p {
    font-size: 16px;
    line-height: 24px;
  }
  .banner-section .banner_caption h2 {
    font-size: 54px;
    line-height: 60px;
  }

  .banner-section .banner_caption h5 {
    font-size: 26px;
    line-height: 32px;
  }
 
  .howtouse-section::before {
    transform: rotate(-10deg);
    top: 0;
    width: 160px;
}
  .section-header.mb-5 {
    margin-bottom: 2rem!important;
  }
  .signup-section .signup-title h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .faq-content-main {
    max-width: 900px;
}
  .faq-inner-con .set a {
    font-size: 15px;
  }
  .faq-inner-con .content p {
    font-size: 14px;
    line-height: 24px;
  }
  .site-footer .copyright {
    font-size: 14px;
    line-height: 20px;
  }
  .site-footer .quick-link h4 {
    font-size: 21px;
    line-height: 24px;
  }
  .ft-logo-fix p,
  .site-footer .list-inline li a {
    font-size: 14px;
    line-height: 24px;
  }
  .section-header h2 {
    font-size: 42px;
    line-height: 48px;
    padding-bottom: 15px;
  }
  .section-header h5 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media screen and (max-width: 991px){
    .subcribe-form {
      text-align: center;
  }
     .banner-section .banner_caption {
       max-width: 500px;
       margin: 0 auto;
  }
  .banner-section .banner_caption h2 {
    font-size: 44px;
    line-height: 48px;
}
  .site-header {
    padding: 0px;
  }

  .site-footer .social-media {
    padding-bottom: 20px;
  }
  .signup-section .signup-title h4 {
    padding-bottom: 20px;
  }
  .signup-section .row {
    padding: 40px 60px;
  }
 
  .aboutus-left-image::after {
    bottom: -40px;
    left: 20px;
  }
  .theme-btn, .site-header .navbar .nav-right .btn, .site-header .navbar .navbar-nav li a {
    font-size: 14px;
    line-height: 18px;
}
  .section-header p {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
  }
  .section-header h2 {
    font-size: 36px;
    line-height: 42px;
    padding-bottom: 10px;
}
  .section-header h5 {
    font-size: 20px;
    line-height: 24px;
}
  .site-header .navbar-light .navbar-toggler:focus {
    box-shadow: none;
  }
  .site-header .navbar-light .navbar-toggler {
    background: #ffffff;
  }
  .site-header .navbar .navbar-collapse {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .site-header .navbar .navbar-nav li a {
    padding-right: 0;
    padding-left: 5px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px){
  .banner-section .banner-right-image {
    margin-bottom: 20px;
  }
  .banner-section .banner-left-image {
    margin-top: 30px;
}
  .banner-section .banner_caption {
    width: 100%;
    padding: 40px 10px;
    position: relative;
}
  .banner-section .banner-right-image img, .banner-section .banner-left-image img {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .client-single.position-4 {
    right: 20%;
    top: 100px;
  }
  .client-single.position-2 {
    left: 20%;
    top: 100px;
}
  .client-single .client-img img {
        width: 160px;
        height: 160px;
  }
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }

  .client-comment h3 {
    font-size: 14px;
    line-height: 22px;
  }

  .client-single.active {
    width: 60%;
  }

  .client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.35);
  }

  .client-single.position-5,
  .client-single.position-6,
  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(0.3) !important;
    transform: scale(0.3) !important;
  }

  .client-single.active .client-img img {
       width: 80px;
    height: 80px;
  }

  .client-single.active .client-img::before {
    padding: 0px;
    width: 85px;
    height: 85px;
    top: -2px;
    left: 17px;
  }

  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testi-wrap {
    height: 500px;
  }

  #testimonial-area {
    padding: 100px 0 0;
  }
 
}
@media (max-width: 767px) {

  .slogan-bar img {
    height: 30px;
    object-fit: cover;
  }

  .howtouse-section .section-header p {
    width: 100%;
  }

  .banner-section .banner_caption {
    padding: 40px 0px;
}

  .banner-section .banner_caption p {
    font-size: 15px;
    line-height: 20px;
}

  .banner-section .banner_caption h2 {
    font-size: 42px;
    line-height: 46px;
}

  .banner-section .banner_image {
    width: 100%;
    height: 440px;
  }
  .banner-section .banner_caption h5 {
    font-size: 24px;
    line-height: 30px;
}
  .site-header .navbar-light .navbar-brand img {
    width: 160px;
}
  .aboutus-section {
    padding: 40px 0;
}
  .aboutus-right-sec {
    margin-left: 0;
}
  .client-info p {
    font-size: 14px;
    line-height: 20px;
  }
  .client-single.active .client-img {
    margin: 0 auto 5px;
  }
  .client-info h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
  }
  .section-header h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .howtouse-inner-box {
    position: relative;
    padding: 10px 20px;
    text-align: center;
}
  .our-team-section {
    margin-top: 40px;
    margin-bottom: 40px;
}
  .howtouse-section {
    width: 100%;
    position: relative;
    padding-bottom: 20px;
    padding-top: 40px;
    background: #fcfcfe;
}
  .FAQs-section-main {
    background: #fcfcfe;
    padding: 40px 0px 40px;
  }
  .site-footer {
    padding: 40px 0 0;
  }
  .site-footer .copyright {
    margin-top: 10px;
  }
  .howtouse-inner-box .border-right::after, 
  .howtouse-section::before,
  .aboutus-right-sec::after,
  .aboutus-left-image::after {
    display: none;
  }
  .aboutus-left-image {
    margin-bottom: 40px;
  }
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }

  .client-comment h3 {
    font-size: 14px;
    line-height: 22px;
  }

  .client-single.active {
    width: 100%;
  }

  .client-comment span i {
    font-size: 40px;
  }

  .client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.35);
  }
  .client-single.position-6,
  .client-single.position-5,
.client-single.position-7 {
  -webkit-transform: scale(0.3) !important;
  transform: scale(0.3) !important;
  }

  .client-single.position-4 {
    top: 40px;
    right: 150px;
  }
  .client-single.position-2 {
    left: 150px;
    top: 40px;
}
.client-single.position-3 {
  top: 60px;
  left: 105px;
}
.client-single.position-5 {
  top: 60px;
  right: 105px;
}
.client-single.position-6 {
  top: 66px;
  left: 12%;
}
.client-single.position-7 {
  top: 66px;
  right: 12%;
}
.client-single.position-3,
.client-single.position-7 {
    -webkit-transform: scale(0.3) !important;
    transform: scale(0.3) !important;
  }

  .client-single.active .client-img img {
    width: 50px;
    height: 50px;
  }

  .client-single.active .client-img::before {
      padding: 5px;
    width: 54px;
    height: 54px;
    top: -2px;
    left: 23px;
  }

  .client-single.active .client-img {
    width: 100px;
    height: 80px;
  }

  .testi-wrap {
    height: 320px;
  }
  .howtouse-inner-box img {
    width: 60px;
   }
   .our-team-section .section-header {
       padding-bottom: 20px;
   }
   #return-to-top {
           bottom: 40px;
    right: 40px;
        width: 40px;
    height: 40px;
   }
}


 @media (max-width: 540px) {
  .social-media a i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .theme-btn img {
    width: 44px;
  }
  .theme-btn {
    padding: 6px 10px 6px 6px;
}
  .slogan-bar {
    margin-top: -5px;
}
  .banner-section .banner_image {
    width: 100%;
    height: 400px;
}
  .banner-section .banner_caption h2 {
    font-size: 34px;
    line-height: 36px;
}
  
  .client-comment {
    padding: 20px 30px;
}
  .client-single.active .client-img img {
    width: 45px;
    height: 45px;
}
  .client-single.active .client-img::before {
          padding: 5px;
    width: 50px;
    height: 50px;
    top: -3px;
    left: 25px;
}
  .client-single.position-7 {
    top: 50px;
    right: 2%;
  }
  .client-single.position-6 {
    top: 50px;
    left: 2%;
}
  .client-single.position-5 {
    top: 38px;
    right: 12%;
  }
  .client-single.position-3 {
    top: 38px;
    left: 12%;
}
  .client-single.position-4 {
    right: 20%;
    top: 40px;
  }
  .client-single.position-2 {
    left: 20%;
    top: 40px;
  }
  .signup-section .row {
    margin: 0 10px;
    padding: 30px 20px;
    border-radius: 60px;
  }
 }

 @media (max-width: 420px) {
  .subcribe-form .theme-btn {
    padding: 10px 30px;
  }
  .subcribe-form .form-control {
    font-size: 14px;
    height: 50px;
}
  .signup-section .signup-title h4 {
    font-size: 16px;
    line-height: 22px;
}
  .section-header h2 {
    font-size: 24px;
    line-height: 32px;
}
  .slogan-bar {
    margin-top: -6px;
}
  .faq-inner-con .set a {
    font-size: 14px;
    line-height: 20px;
}
  .faq-inner-con .set .faq-item-main {
    padding: 14px 12px;
}
  .client-comment {
    padding: 10px 20px;
  }
 }
.animated button{
    position: absolute;
    right: 3px;
    top: 0px;
    z-index: 1033;
    background: none;
    border: none;
    font-size: 20px;
}