/* banner [start]*/

.banner {
  position: relative;
  padding: 0px 0px 20px;
}

.banner_section {
  position: relative;
  z-index: 1;
}

.banner:after {
  position: absolute;
  content: '';
  z-index: 0;
  top: -34px;
  left: 74px;
  width: 100%;
  height: 100%;
  background: url('../images/banner_bg.png') no-repeat 0 0;
  background-size: cover;
}

.banner_image img {
  width: 100%;
  display: block;
  height: auto;
}

.banners_slider .testimonial_slide:before {
  position: absolute;
  content: '';
  z-index: 2;
  bottom: -80px;
  left: -221px;
  width: 700px;
  height: 579px;
  background: url('../images/banner_corner.png') no-repeat right bottom;
  background-size: cover;
}

.banner_content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  z-index: 11;
  margin: auto;
}

.banner_inner_content {
  max-width: 70%;
}

.banner_inner_content h1,.banner_inner_content h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
}

.banner_inner_content p {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.625rem;
  margin-top: 16px;
}

.banner_inner_content a.buttons {
  min-width: 222px;
  margin-top: 70px;
}

.banner_section .testimonial_slider_layout:before {
  display: none;
}

/* banner [end]*/

/* about us [start]*/

.about_section {
  position: relative;
  margin-top: 110px;
}

.about_layout {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: top;
  padding: 120px 0px 170px;
  position: relative;
  z-index: 1;
}

.aboutus_content {
  max-width: 672px;
  padding-left: 10px;
  margin-top: 15px;
}

.aboutus_banner {
  max-width: 564px;
}

.about_image {
  position: relative;
  padding: 33px 29px 63px 0px;
  max-width: 564px;
  margin: 0;
  z-index: 1;
}

.about_image span {
  max-width: 481px;
  display: block;
  margin: auto;
  border-radius: 50px 0px 100px 0px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 0px 0px 0 54px;
  box-shadow: 0px 80px 90px rgba(34, 20, 20, 0.13);
}

.about_image img {
  display: block;
  width: 100%;
  height: auto;
}

.about_image:before {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  width: 75%;
  height: 75%;
  background: #EEEEEE;
  border-radius: 50px 0px 50px 50px;
  z-index: 0;
}

.about_image:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 205px;
  height: 242px;
  background: url('../images/about_image_corner.png') no-repeat 0 bottom;
  z-index: 2;
}

.about_layout .buttons {
  min-width: 222px;
}

.aboutus_content h2 {
  margin-bottom: 32px;
}

.aboutus_content p {
  margin-bottom: 20px;
  line-height: 40px;
  font-size: 1.25rem;
}

.aboutus_content a.buttons {
  margin-top: 48px;
}

/* about us [end]*/

/* why section [start]*/

.why_section {
  background: url(../images/whyus_background.png) no-repeat 0 bottom;
  padding: 0px 0px 0px;
  position: relative;
  background-size: 100% 517px;
  margin-top: 110px;
}

.why_content {
  max-width: 60%;
  position: relative;
}

.why_content h2 {
  margin-bottom: 32px;
}

.why_content p {
  margin-bottom: 20px;
  line-height: 40px;
  font-size: 1.25rem;
}

.whyus_blocks {
  display: flex;
  justify-content: space-between;
  padding: 0px 0 0px;
}

.why_column {
  max-width: 400px;
  text-align: center;
  margin-bottom: 163px;
  border-radius: 0px 0px 30px 30px;
  position: relative;
  background: #fff;
}

.why_block_picture img {
  max-width: 100%;
  width: 400px;
  height: 238px;
  display: block;
  object-fit: cover;
  border-radius: 30px 30px 0px 0px;
}

.whyus_cloumn_bottom {
  background: #fff;
  border-radius: 0px 0px 30px 30px;
  padding: 23px 16px 58px;
}

.whyus_cloumn_bottom a.buttons {
  position: absolute;
  bottom: -26px;
  left: 0;
  right: 0;
  max-width: 222px;
  margin: auto;
}

.whyus_cloumn_bottom p {
  margin-bottom: 18px;
  line-height: 35px;
  font-size: 1.125rem;
}

.whyus_cloumn_bottom h4 {
  margin-bottom: 24px;
}

.why_slider_layout {
  margin: 0 -40px;
  padding: 40px 0 105px;
}

.why_section .slick-slide {
  margin: 40px 40px 60px;
  text-align: center;
  border-radius: 30px;
  height: inherit;
}

.why_section .slick-track {
  display: flex;
  justify-content: space-between;
}

.why_column:hover {
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.40);
}

.whyus_blocks .slick-arrow {
  display: block !important;
  z-index: 11;
  width: 35px;
  height: 35px;
}

/* why section [end]*/

/* testimonial [start]*/

.testimonial_section {
  padding: 172px 0 0;
  position: relative;
}

.testimonial_title {
  text-align: center;
  margin: 0px 0px 80px;
}

.testimonial_slider_layout {
  position: relative;
  padding: 65px 0 0;
}

.testimonial_slider_layout:before {
  background: url('../images/quote_icon.svg') no-repeat 0 0;
  content: '';
  position: absolute;
  width: 260px;
  height: 229px;
  left: 140px;
  bottom: 116px;
  z-index: 2;
}

.testimonial_slider {
  text-align: center;
  max-width: 810px;
  margin: 0px auto 0;
}

.testimonial_user {
  width: 163px;
  height: 163px;
  border-radius: 50%;
  border: 8px solid #673295;
  background: #673295;
  overflow: hidden;
  margin: auto;
}

.testimonial_slide {
  margin-bottom: 52px;
}

.testimonial_user img {
  width: 147px;
  height: 147px;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

.testimonial_slide h3 {
  margin: 23px 0px 40px;
}

.testimonial_slide p {
  font-size: 1.125rem;
  line-height: 165%;
}

.testimonial_slide .testimonial_user_name {
  display: block;
  margin: 40px 0px 0px;
  font-size: 1.625rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #FF9117;
}

.custom_testimonial_bullets a {
  position: absolute;
  display: block;
  transform: scale(1);
  transition: 0.3s ease;
}

.custom_testimonial_bullets a.animate {
  transform: scale(0);
}

.custom_testimonial_bullets a img {
  border-radius: 50%;
  display: block;
  object-fit: cover;
}

.custom_testimonial_bullets a[rel="1"] {
  top: 19px;
  left: 1%;
}

.custom_testimonial_bullets a[rel="1"] img {
  width: 102px;
  height: 102px;
}

.custom_testimonial_bullets a[rel="2"] {
  top: 200px;
  left: 21%;
}

.custom_testimonial_bullets a[rel="2"] img {
  width: 78px;
  height: 78px;
}

.custom_testimonial_bullets a[rel="3"] {
  bottom: 485px;
  left: 27%;
}

.custom_testimonial_bullets a[rel="3"] img {
  width: 54px;
  height: 54px;
}

.custom_testimonial_bullets a[rel="4"] {
  top: 0px;
  right: 1%;
}

.custom_testimonial_bullets a[rel="4"] img {
  width: 70px;
  height: 70px;
}

.custom_testimonial_bullets a[rel="5"] {
  top: 177px;
  right: 11%;
}

.custom_testimonial_bullets a[rel="5"] img {
  width: 102px;
  height: 102px;
}

.custom_testimonial_bullets a[rel="6"] {
  bottom: 490px;
  right: 27%;
}

.custom_testimonial_bullets a[rel="6"] img {
  width: 52px;
  height: 52px;
}

/* testimonial [end]*/

/* subscribe [start]*/

.subscribe_section {
  padding: 172px 0 245px;
}

.subscribe_title {
  text-align: center;
  margin: 0px 0px 80px;
}

.subscribe_form {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.subscribe_layout {
  background: url('../images/subscribe_bg.png') no-repeat 0 0;
  padding: 92px 0px 91px;
  position: relative;
  box-shadow: 0px 40px 80px rgba(0, 0, 0, 0.26);
  border-radius: 100px 0px 100px 0px;
}

.subscribe_layout:before {
  background: url('../images/subscribe_corner.png') no-repeat right 0;
  content: '';
  position: absolute;
  bottom: -0px;
  left: 0px;
  width: 322px;
  height: 209px;
}

.subscribe_layout:after {
  background: url('../images/subscribe_pattern.png') no-repeat 0 0;
  content: '';
  position: absolute;
  bottom: -46px;
  right: 138px;
  width: 116px;
  height: 104px;
}

.subscribe_layout .subscribe_email {
  max-width: 536px;
  width: 100%;
  margin: 0px 27px;
  position: relative;
}

.subscribe_layout ._error._below {
  position: absolute;
  top: 110%;
  color: #fff;
  background: #f00;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  left: 0;
  right: 0;
  max-width: 200px;
  display: inline-block;
  margin: auto;
  text-align: center;
}

.subscribe_layout .subscribe_email input {
  background: #fff;
  border-radius: 7px;
  font-size: 1.25rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 25px;
  padding: 24px;
}

.subscribe_layout .subscribe_submit {
  max-width: 222px;
  width: 100%;
  margin: 0px 27px;
}

.subscribe_layout button, .subscribe_layout input {
  border: none;
  width: 100%;
}

.subscribe_layout ._form-content {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.subscribe_layout ._form-thank-you {
  font-size: 1.375rem;
  color: #fff;
}

/* subscribe [end]*/

/* body part [start]*/

.line_circle {
  position: absolute;
  right: -203px;
  bottom: -72px;
  background: url(../images/line_circles.png) no-repeat 0 0;
  width: 483px;
  height: 483px;
  z-index: 1;
}

.yellow_filled_circle {
  position: absolute;
  right: 23%;
  top: 10%;
  background: url(../images/yellow_filled_circle.png) no-repeat 0 0;
  width: 61px;
  height: 61px;
}

.light_blue_circle {
  position: absolute;
  left: -98px;
  bottom: -88px;
  background: url(../images/light_blue_circle.png) no-repeat 0 0;
  width: 197px;
  height: 197px;
}

.yellow_line_circle {
  position: absolute;
  right: -186px;
  bottom: -20%;
  background: url(../images/yellow_circle.png) no-repeat 0 0;
  width: 392px;
  height: 392px;
}

/* body part [end]*/

.char {
  transition: transform .3s cubic-bezier(.3, 0, .3, 1), opacity .3s linear;
  transition-delay: calc( 20ms * var(--char-index));
}

[data-scroll="out"] .char {
  opacity: 0.1;
  transform: translateY( .25em);
}

.animation-element {
  opacity: 0;
  position: relative;
}

/**	
Video Block Starts	
*/

.about_layout .video_content {
  width: 48%;
}

.about_layout .video_content p {
  font-size: 16px;
  line-height: 200%;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 40px;
}

.about_layout .video_banner {
  width: 48%;
}

.latest_news_image.video_wrap {
  width: 100%;
  border-radius: 20px;
}

.latest_news_image.video_wrap img {
  height: auto;
  width: 100%;
  object-fit: contain;
  border-radius: 20px;
}

.video_wrap .videoPlayer {
  border-radius: 20px;
}

.video_outer-box {
  display: flex;
  align-items: center;
}

body .video_outer-box {
  padding-bottom: 0;
}

@media (min-width: 1369px) and (max-width: 1920px) {
  .video_content p {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
  .video_content h2 {
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 1368px) {
  .video_content p {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 992px) {
  .video_outer-box {
    flex-direction: column;
  }
  .video_outer-box .video_content {
    width: 100%;
  }
  .video_outer-box .video_banner {
    width: 100%;
  }
  .video_outer-box .video_content {
    order: 2;
    padding-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .video_outer-box .video_content {
    width: 100%;
  }
  .video_outer-box .video_banner {
    width: 100%;
  }
  .video_outer-box .video_content {
    order: 2;
    padding-top: 20px;
  }
  body .video_outer-box {
    padding-bottom: 0;
  }
}

/**	
Video Block Ends	
*/

.banners_slider ul.slick-dots {
  bottom: 12%;
  right: 35%;
  z-index: 5;
}

@media (max-width: 1920px) {}

@media (max-width: 1680px) {
  .yellow_line_circle {
    width: 20.417vw;
    height: 20.417vw;
    background-size: contain;
    bottom: -20%;
  }
  .light_blue_circle {
    left: -5.104vw;
    bottom: -5.104vw;
    width: 10.260vw;
    height: 10.260vw;
    background-size: contain;
  }
  .testimonial_slider_layout:before {
    left: 0;
  }
  .whyus_blocks {
    padding: 0px 30px 0px;
  }
  .why_slider_layout {
    margin: 0 -10px;
  }
  .why_column {
    max-width: 350px;
  }
  .whyus_blocks {
    padding: 0px 30px 0px;
  }
  .why_slider_layout {
    margin: 0 0px;
  }
  .aboutus_content {
    max-width: 50%;
  }
  .aboutus_content p {
    line-height: 36px;
  }
  .why_content p {
    line-height: 36px;
  }
  .why_section .slick-slide {
    margin: 40px 30px 60px;
  }
  .whyus_cloumn_bottom p {
    line-height: 36px;
  }
  .whyus_cloumn_bottom {
    padding: 23px 13px 58px;
  }
  .testimonial_section {
    padding: 112px 0 0;
  }
  .about_layout {
    padding: 90px 0px 130px;
  }
  .testimonial_title {
    margin: 0px 0px 40px;
  }
  .subscribe_section {
    padding: 112px 0 145px;
  }
  .subscribe_title {
    margin: 0px 0px 40px;
  }
  .aboutus_content a.buttons {
    margin-top: 36px;
  }
  .banner_inner_content a.buttons {
    margin-top: 50px;
  }
  .about_image:after {
    background-size: contain;
    width: 193px;
    height: 222px;
  }
  .about_image:before {
    width: 75%;
    height: 75%;
  }
  .banners_slider .testimonial_slide:before {
    bottom: -80px;
    left: -248px;
    width: 673px;
    height: 527px;
    background-size: contain;
  }
  .custom_testimonial_bullets a[rel="2"] {
    top: 140px;
    left: 21%;
  }
  .custom_testimonial_bullets a[rel="3"] {
    bottom: 465px;
    left: 27%;
  }
  .custom_testimonial_bullets a[rel="5"] {
    top: 150px;
    right: 9%;
  }
  .banners_slider ul.slick-dots {
    bottom: 16%;
    right: 39%;
  }
}

@media (max-width: 1444px) {
  .testimonial_slider_layout:before {
    left: 77px;
  }
  .banners_slider ul.slick-dots {
    bottom: 16%;
    right: 38%;
  }
}

@media (max-width: 1366px) {
  .why_column {
    max-width: 350px;
  }
  .aboutus_banner {
    max-width: 37%;
  }
  .about_image span {
    margin: 0px 0px 0 30px;
  }
  .why_slider_layout {
    margin: 0 -20px;
  }
  .aboutus_content {
    max-width: 50%;
  }
  .whyus_cloumn_bottom h4 {
    font-size: 22px;
  }
  .aboutus_content p {
    line-height: 26px;
    font-size: 16px;
  }
  .why_content p {
    line-height: 28px;
    font-size: 16px;
  }
  .why_section .slick-slide {
    margin: 40px 30px 60px;
  }
  .whyus_cloumn_bottom p {
    line-height: 26px;
    font-size: 15px;
  }
  .whyus_cloumn_bottom {
    padding: 23px 13px 58px;
  }
  .banners_slider .testimonial_slide:before {
    bottom: 15px;
    left: -116px;
    width: 379px;
    height: 360px;
  }
  .aboutus_content {
    margin-top: 0px;
  }
  .testimonial_slide p {
    font-size: 16px;
  }
  .testimonial_slide .testimonial_user_name {
    font-size: 20px;
  }
  .about_layout {
    padding: 90px 0px 90px;
  }
  .subscribe_section {
    padding: 60px 0 125px;
  }
  .line_circle {
    bottom: -90px;
    width: 399px;
    height: 400px;
    background-size: contain;
  }
  .banners_slider ul.slick-dots {
    bottom: 15%;
    right: 37%;
  }
}

@media (max-width: 1200px) {
  .banner_content {
    padding: 0px 0px;
  }
  .banner_inner_content a.buttons {
    margin-top: 50px;
  }
  .aboutus_banner {
    width: 40%;
  }
  .aboutus_content {
    width: 60%;
    padding-left: 45px;
  }
  .about_image span {
    margin: 0px 0px 0 30px;
  }
  .about_image {
    padding: 33px 29px 40px 0px;
  }
  .aboutus_content h2 {
    margin-bottom: 20px;
  }
  .aboutus_content a.buttons {
    margin-top: 20px;
  }
  .line_circle {
    right: -242px;
    top: 62%;
    background-size: contain;
    width: 375px;
    height: 375px;
    bottom: auto;
  }
  .yellow_line_circle {
    width: 180px;
    height: 180px;
    bottom: -12%;
    background-size: contain;
    right: -70px;
  }
  .why_column {
    max-width: 300px;
  }
  .whyus_blocks {
    padding: 0px 0px 0px;
  }
  .why_slider_layout {
    padding: 0px 40px 50px;
  }
  .why_section .slick-slide {
    margin: 40px 60px 60px;
    min-width: 320px;
  }
  .aboutus_content h2 {
    margin-bottom: 22px;
  }
  .testimonial_section {
    padding: 92px 0 0;
  }
  .banner_inner_content p {
    font-size: 16px;
  }
  .banner_inner_content a.buttons {
    min-width: 190px;
    margin-top: 50px;
    padding: 12px 22px;
  }
  .about_layout .buttons {
    min-width: 190px;
    padding: 12px 22px;
  }
  .whyus_cloumn_bottom a.buttons {
    min-width: 190px;
    padding: 12px 22px;
    bottom: -23px;
  }
  .why_content p {
    line-height: 27px;
    font-size: 13px;
  }
  .banners_slider .testimonial_slide:before {
    bottom: 25px;
    left: -134px;
    width: 326px;
    height: 360px;
  }
  .whyus_cloumn_bottom h4 {
    margin-bottom: 10px;
  }
  .why_block_picture img {
    height: 200px;
  }
  .whyus_cloumn_bottom p {
    line-height: 20px;
    font-size: 13px;
  }
  .whyus_cloumn_bottom {
    padding: 23px 13px 30px;
  }
  .why_section {
    background-size: 100% 330px;
  }
  .banner:after {
    left: 32px;
  }
  .banners_slider ul.slick-dots {
    right: 37%;
    bottom: 17%;
  }
}

@media (max-width: 1024px) {
  .banner:after {
    top: -40px;
  }
  .banners_slider ul.slick-dots {
    right: 38%;
  }
}

@media (max-width: 992px) {
  .banner_inner_content a.buttons {
    margin-top: 30px;
  }
  .about_image span {
    margin: 0px 0px 0 20px;
  }
  .about_image {
    padding: 20px 20px 30px 0px;
  }
  .about_image:after {
    width: 160px;
    height: 182px;
    background-size: contain;
  }
  .aboutus_content h2 {
    margin-bottom: 15px;
  }
  .aboutus_content {
    margin-top: 0px;
  }
  .aboutus_content a.buttons {
    margin-top: 20px;
  }
  .why_content p {
    line-height: 28px;
  }
  .why_content {
    max-width: 80%;
  }
  .whyus_blocks .slick-dots {
    bottom: 25px;
  }
  .whyus_blocks .slick-dots li button {
    background: #fff;
  }
  .whyus_blocks .slick-dots li.slick-active button {
    background: #FF9117;
  }
  .yellow_filled_circle {
    right: 10%;
  }
  .custom_testimonial_bullets a[rel="6"] {
    bottom: 51px;
    right: 15%;
  }
  .line_circle {
    right: -242px;
    top: 62%;
    background-size: contain;
    width: 375px;
    height: 375px;
    bottom: auto;
    z-index: 0;
  }
  .yellow_line_circle {
    width: 180px;
    height: 180px;
    bottom: -12%;
    background-size: contain;
    right: -70px;
  }
  .why_column {
    max-width: 400px;
  }
  .whyus_blocks {
    max-width: 400px;
    overflow: hidden;
    margin: 80px auto 30px;
  }
  .why_section .slick-slide {
    margin: 40px 20px 60px;
    min-width: 100px;
  }
  .why_slider_layout {
    padding: 0px 0 0px;
  }
  .aboutus_content p {
    line-height: 30px;
    font-size: 15px;
  }
  .why_content p {
    line-height: 30px;
    font-size: 15px;
  }
  .whyus_cloumn_bottom p {
    line-height: 25px;
    font-size: 13px;
  }
  .banners_slider .testimonial_slide:before {
    bottom: -31px;
    left: -113px;
    width: 305px;
    height: 330px;
  }
  .whyus_cloumn_bottom h4 {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .banner:after {
    background-size: contain;
    left: 95px;
    top: -1px;
  }
  .banner_inner_content {
    margin-top: 30px;
  }
  .banner_inner_content h1,.banner_inner_content h3 {
    font-size: 40px;
  }
  .banner_inner_content p {
    font-size: 18px;
  }
  .banner_inner_content {
    max-width: 60%;
  }
  .banner_inner_content a.buttons {
    box-shadow: 0px 20px 40px rgba(53, 212, 97, 0.45);
  }
  .about_layout {
    flex-direction: column;
    padding: 79px 0px 88px;
  }
  .aboutus_content {
    width: 100%;
    padding-left: 0px;
  }
  .aboutus_banner {
    width: 100%;
    margin-top: 48px;
  }
  .about_image span {
    margin: 0px auto 0;
    border-radius: 50px 0px 50px 0px;
  }
  .about_image {
    margin: auto;
    max-width: 380px;
    padding: 20px 20px 30px 20px;
    position: relative;
    z-index: 1;
  }
  .about_image:after {
    max-width: 205px;
    max-height: 242px;
    width: 21.853vw;
    height: 27.782vw;
  }
  .about_layout .buttons {
    min-width: 158px;
  }
  .aboutus_content p {
    line-height: 30px;
    font-size: 15px;
  }
  .why_content {
    max-width: 100%;
  }
  .why_content h2 {
    margin-bottom: 24px;
  }
  .why_content p {
    line-height: 30px;
    font-size: 15px;
  }
  .whyus_cloumn_bottom p {
    line-height: 25px;
    font-size: 13px;
  }
  .whyus_cloumn_bottom h4 {
    margin-bottom: 16px;
  }
  .why_block_picture img {
    border-radius: 15px 15px 0px 0px;
    height: 220px;
  }
  .whyus_cloumn_bottom {
    border-radius: 0px 0px 15px 15px;
    padding: 23px 16px 38px
  }
  .testimonial_section {
    padding: 58px 0 0;
    position: relative;
  }
  .whyus_blocks {
    margin-top: 80px;
  }
  .why_section {
    background: url(../images/whyus_background_mobile.png) no-repeat 0 bottom;
    background-size: contain;
  }
  .whyus_cloumn_bottom a.buttons {
    max-width: 158px;
  }
  .why_column {
    margin-bottom: 112px;
  }
  .why_column:last-child {
    box-shadow: none;
  }
  .why_section .slick-slide {
    margin: 0px 20px 140px;
  }
  .whyus_blocks .slick-dots {
    bottom: 45px;
  }
  .testimonial_title {
    margin: 0px 0px 0px;
  }
  .testimonial_slider_layout {
    padding: 32px 0 0;
  }
  .custom_testimonial_bullets {
    display: none;
  }
  .testimonial_user {
    width: 127px;
    height: 127px;
  }
  .testimonial_user img {
    width: 111px;
    height: 111px;
  }
  .testimonial_slide p {
    font-size: 15px;
    line-height: 30px;
  }
  .testimonial_slide h3 {
    margin: 23px 0px 32px;
  }
  .testimonial_slide .testimonial_user_name {
    font-size: 18px;
    margin: 16px 0px 0px;
  }
  .testimonial_slide {
    margin-bottom: 32px;
  }
  .testimonial_slider {
    max-width: 480px;
  }
  .testimonial_slider_layout:before {
    left: 60px;
    bottom: 60px;
  }
  .subscribe_layout {
    background: url(../images/subscribe_bg_mobile.png) no-repeat 0 0;
    border-radius: 99px 0px 55px 0px;
    background-size: cover;
    padding: 75px 0px 74px;
  }
  .subscribe_title {
    margin: 0px 0px 34px;
  }
  .subscribe_section {
    padding: 88px 0 160px;
  }
  .subscribe_form {
    flex-direction: column;
    padding: 0px 35px;
  }
  .subscribe_layout ._form-content {
    flex-direction: column;
    padding: 0px 0px;
  }
  .subscribe_layout ._error._below {
    top: 105%;
    padding: 3px 10px;
    font-size: 12px;
  }
  .subscribe_layout .subscribe_email {
    margin: 0 0 32px;
  }
  .subscribe_layout .subscribe_email input {
    padding: 17px;
    font-size: 16px;
    color: #707070;
  }
  .subscribe_layout:after {
    bottom: -30px;
    right: 80px;
    width: 65px;
    height: 68px;
    background-size: cover;
  }
  .subscribe_layout:before {
    width: 243px;
    height: 157px;
    background-size: contain;
  }
  .yellow_filled_circle {
    right: -8%;
    top: 24%;
  }
  .yellow_line_circle {
    width: 130px;
    height: 130px;
    bottom: -12%;
    background-size: contain;
    right: -70px;
  }
  .light_blue_circle {
    left: -58px;
    bottom: -48px;
    background: url(../images/light_blue_circle.png) no-repeat 0 0;
    width: 110px;
    height: 110px;
    background-size: contain;
  }
  .aboutus_content {
    max-width: 100%;
  }
  .aboutus_banner {
    max-width: 100%;
  }
  .aboutus_content h2 {
    font-size: 35px;
  }
  .why_content h2 {
    font-size: 35px;
  }
  .testimonial_section {
    padding: 92px 0 0;
  }
  .about_layout {
    padding: 80px 0px 110px;
  }
  .testimonial_title h2 {
    font-size: 35px;
  }
  .testimonial_title {
    margin: 0px 0px 30px;
  }
  .subscribe_section {
    padding: 92px 0 125px;
  }
  .subscribe_title h2 {
    font-size: 35px;
  }
  .aboutus_content a.buttons {
    margin-top: 26px;
  }
  .banner_inner_content a.buttons {
    margin-top: 40px;
  }
  .banner_inner_content h1 , .banner_inner_content h3{
    font-size: 40px;
  }
  .banner_inner_content p {
    font-size: 18px;
    line-height: 160%;
  }
  .aboutus_content p {
    line-height: 30px;
    font-size: 15px;
  }
  .why_content p {
    line-height: 30px;
    font-size: 15px;
  }
  .banners_slider ul.slick-dots {
    right: 35%;
    bottom: 12%;
  }
}

@media (max-width: 576px) {
  .banner_inner_content {
    max-width: 100%;
  }
  .banner_content {
    position: relative;
    top: 0;
    transform: translate(0, 0%);
  }
  .banner_inner_content h1,.banner_inner_content h3 {
    color: #000;
  }
  .banner_inner_content p {
    color: #4D4D4D;
  }
  .banner_image img {
    height: 360px;
    object-fit: cover;
  }
  .banner:after {
    position: absolute;
    content: '';
    z-index: 0;
    top: 0px;
    left: -19%;
    width: 660px;
    height: 370px;
    background: url(../images/banner_bg.png) no-repeat 0 bottom;
    background-size: cover;
  }
  .mobile_blue_blob {
    background: url('../images/home_mobile.png') no-repeat 0 0;
    position: absolute;
    right: -82px;
    bottom: -13%;
    width: 188px;
    height: 172px;
    background-size: contain;
    transition: 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    z-index: 11;
  }
  .mobile_blue_blob:hover {
    transform: translate(10%, 0%) scale(0.9);
  }
  .testimonial_slider {
    max-width: 310px;
  }
  .testimonial_slider_layout:before {
    left: -4%;
    bottom: auto;
    top: 38%;
    width: 182px;
    background-size: contain;
  }
  .why_section .slick-slide {
    margin: 0px 20px 120px;
  }
  .why_block_picture img {
    height: 149px;
  }
  .whyus_blocks {
    margin-top: 40px;
  }
  .banner_inner_content a.buttons {
    min-width: 158px;
  }
  .about_layout {
    z-index: 2;
  }
  .subscribe_section .container {
    max-width: 480px;
    margin: 0px -8px 0px -8px;
  }
  .why_slider_layout {
    padding: 0px 0 0px;
    margin: 0;
  }
  .whyus_blocks {
    padding: 0px 0px 0px;
  }
  .banners_slider ul.slick-dots {
    right: 0;
    bottom: -2%;
  }
  .banner_inner_content h1,.banner_inner_content h3 {
    font-size: 35px;
  }
}

.yellow_line_circle:hover {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}

.line_circle:hover {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}

.yellow_filled_circle:hover {
  -webkit-animation: bounce-top 2000ms infinite reverse forwards;
  animation: bounce-top 2000ms infinite reverse forwards;
}

.light_blue_circle {
  z-index: 1;
  transition: 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.light_blue_circle:hover {
  transform: translate(-10%, 0%) scale(0.9);
}

.banner_section .banners_sec {
  padding: 0;
}

.banner_section .banners_slider {
  max-width: 100%;
}

.banner_section .slick-dotted.slick-slider {
  margin: 0;
}

.banner_slider_inner {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 375px) {
  .banner_inner_content h1,.banner_inner_content h3 {
    font-size: 29px;
  }
  .banner_inner_content p {
    font-size: 15px;
    line-height: 160%;
  }
  .banner_inner_content a.buttons {
    margin-top: 30px;
  }
}