@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

body, html {
    margin: 0;
    padding: 0;
    font-family: 'Myriad Pro Regular';
}

h1, h2, h3, h4, h5 {
    font-family: Muli-Regular;
    color: #20303c;
}

p {
    color: #2b2b2b;
    font-size: 15px;
    font-family: 'Myriad Pro Regular';
}

* {
    scroll-behavior: smooth
}

body {
    letter-spacing: 0;
    font-size: 16px;
}

.form-box textarea.form-control {
    height: 100px
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none
}

:focus {
    outline: 0 !important
}

form.banner-form .form-control::-webkit-input-placeholder {
    /* Edge */
    color: #6d6d6d;
}

form.banner-form .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #6d6d6d;
}

form.banner-form .form-control::placeholder {
    color: #6d6d6d;
}

.custom-select:focus {
    border-color: #b69859;
    outline: 0;
    box-shadow: none
}

.gap-block {
    padding: 60px 0
}

/* Header CSS */
.call-no.text-end p a {
    font-size: 20px;
}

section.header {
    padding: 15px 0;
}

span.mx-2.divder {
    font-size: 23px;
}

.banner_text {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 25px 0;
   /* height: 100%;
    display: flex;
    align-items: center;*/
}

img.responsive_image {
    width: auto;
    max-width: none;
    min-width: 100%;
    min-height: 600px;
}
section.banner-block.position-relative.overflow-hidden {
    max-height: 740px;
}
section.banner-block.position-relative picture img {
    min-height: 740px;
}
.banner_left h2 {
    font-size: 45px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 20px;
}
.banner_left h3 {
    font-size: 16px;
    line-height: 1.5;
}
.stipe_block {
    background-color: #ffa800;
    max-width: 280px;
    text-align: center;
    font-size: 18px;
    line-height: 2;
    margin-bottom: 35px;
    margin-top: 35px;
}


/* .banner_form {
    background-color: #01325871;
    padding: 20px 25px;
    max-width: 420px;
    margin-left: auto;
    border: 1px solid #c2c2c2;
    border-radius: 15px;
    position: relative;
} */
.banner_form {
    max-width: 420px;
    margin-left: auto;
}

#prev, .quertion_block {
    display: none;
}

a#prev, #prev-new {
    background-color: #ffa800;
    border: 0;
    text-align: center;
    width: 148px;
    height: 38px;
    position: absolute;
    bottom: 42px;
    left: 24px;
    line-height: 2.5;
    cursor: pointer;
}

.quertion_block.first {
    display: block;
}

p.question_hdr {
    font-size: 23px;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    margin-top: 0px;
    margin-bottom: 15px;
    font-family: Muli-Regular;
    font-weight: 600;
}

.form_box input.form-control, .form_box select.form-control, .form_box textarea {
    background-color: transparent;
    border-width: 0 0 1px 0;
    border-radius: 0;
    padding-left: 0;
    border-color: #959595;
    color: #fff;
}

.form_box.text-left .form-group {
    margin-bottom: 20px;
}

.form_box input::-webkit-input-placeholder, .form_box textarea::-webkit-input-placeholder {
    /* Edge */
    color: #fefeff;
    font-weight: 300;
    font-family: 'Myriad Pro Regular';

}


.form_box input:-ms-input-placeholder, .form_box textarea::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fefeff;
    font-weight: 300;
    font-family: 'Myriad Pro Regular';

}

.form_box input::placeholder, .form_box textarea::placeholder {
    color: #fefeff;
    font-weight: 300;
    font-family: 'Myriad Pro Regular';

}

.form_box input:focus {
    box-shadow: none;
}

.form-check.form-check-inline label, .form-check.form-check-inline span {
    color: #fefeff;
    font-weight: 300;
    font-family: 'Myriad Pro Regular';
}

option {
    color: #000;
}

input.next_button {
    background-color: #ffa800;
    border: 0;
    text-align: center;
    width: 100%;
    height: 38px;
    margin: 0px auto;
    cursor: pointer;
}

.quertion_block.current {
    min-height: 418px;
}

img.img-fluid.thnak-img {
    max-width: 200px;
    animation: jump-shaking 0.83s infinite;
}

@keyframes jump-shaking {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(5px)
    }

    50% {
        transform: translateX(-5px)
    }

    75% {
        transform: translateX(5px)
    }

    100% {
        transform: translateX(0)
    }
}

.shap_image {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    z-index: 10;
}

.text_inner {
    position: absolute;
    top: 0px;
    max-width: 580px;
    margin: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text_inner h2 {
    font-family: 'Myriad Pro Regular';
    font-size: 38px;
    font-weight: bold;
}

.gradent_view {
    background: linear-gradient(-45deg, #201c86, #2a34f8, #3b277e, #030f50);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.gradent_text {
    width: 100%;
    max-width: 950px;
    font-size: 38px;
    color: #fff;
    text-align: center;
    margin: auto;
    padding: 80px 0;
    font-family: Muli-Regular;
    font-weight: 600;
}

#background {
    background-position: center;
    background-size: cover;
    position: relative;
}

.background-panel {
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity 0.75s;
}

.what-we-do .container {
    position: relative;
    z-index: 2;
}

a.box_panel {
    display: flex;
    width: 19%;
    border-right: 1px solid #7d3fd8;
    text-align: left;
    min-height: 562px;
    padding-left: 5px;
    flex-direction: column;
    max-width: 20%;
    justify-content: end;
    padding-bottom: 15px;
    overflow: hidden;
    -webkit-transition: all .3s linear .2s;
    transition: all .3s linear .s;
}

.hover_content {
    min-height: 161px;
}

a.box_panel span.nmb {
    font-size: 40px;
    color: #4ddbff;
    font-family: Muli-Regular;
    font-weight: 600;
}

a.box_panel span.header_text {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    font-family: Muli-Regular;
    line-height: 1.2;
}

a.box_panel p {
    color: rgb(231, 231, 231);
    font-size: 16px;
    height: 0;
    overflow: hidden;
    margin: 0;
    opacity: 0;
    -webkit-transition: all .2s linear .2s;
    transition: all .2s linear .2s;
}

a.box_panel p.active_text, a.box_panel:hover p {
    height: 270px;
    overflow: visible;
    margin-top: 0px;
    opacity: 1;
}

.mobile_accoradian {
    display: none;
}

.mobile_accoradian {
    background-color: #272cb4;
    padding: 45px 0;
}

.mobile_accoradian .accordion .accordion-header {
    background-color: #7c80ff;
    border: 0;
    margin-bottom: 10px;
}

.mobile_accoradian .accordion .accordion-item {
    background-color: transparent !important;
    border: 0;
}

button.accordion-button.bg-transparent.text-white.collapsed {
    border-bottom: 0px solid #fff;
    border-radius: 0;
}

.mobile_accoradian .accordion .accordion-header button.accordion-button.text-white span {
    font-size: 40px;
    font-weight: 600;
    margin-right: 10px;
}

.mobile_accoradian .accordion .accordion-header button.accordion-button.text-white {
    font-size: 24px;
}

.slider_row {
    border-top: 2px solid #04e4ff;
    border-bottom: 2px solid #04e4ff;
    padding: 20px 0;
}

.slider_inner {
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
}

.slider_inner:hover {
    opacity: 0.5;
}

.margin_left {
    margin-left: 12%;
}

.dg_image img {
    width: 100%;
}

.dg_image {
    position: absolute;
    width: 10.5%;
    top: 0px;
    height: 100%;
    display: flex;
    align-items: center;
}


.video_block {
    background-image: url(../images/wave-bg.png);
    background-size: cover;
    height: 100%;
}

.video_back {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 29%, rgba(63, 31, 133, 1) 29%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 29%, rgba(63, 31, 133, 1) 29%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 29%, rgba(63, 31, 133, 1) 29%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#3f1f85", GradientType=1);
    padding: 30px 0;

}

.video_text .light_blue {
    color: #04e4ff;
}

.video_text h2 {
    font-weight: 600;
    margin: 19px 0;
}

.video_text p {
    font-size: 16px;
    font-weight: 400;
}

.video_text .main_list li {
    display: flex;
    align-items: baseline;
}

.video_text .main_list li span {
    width: 26px;
}

ul.list-unstyled.sub_list {
    margin-left: 6%;
    margin-bottom: 20px;
}

.m-banner__media.in-view::after {
    height: 100%;
    width: 100%;
    background-color: #ffffffce;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 0;
}

section.logo_back.position-relative {
    max-height: 385px;
    overflow: hidden;
}

.m-banner__media video {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.m-banner__media {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.logo_back {
    min-height: 460px;
}

.casestudies canvas {
    width: 100%;
    height: 100%;
    position: absolute !important;
    top: 0;
    z-index: 1 !important;
}

h2.header_text {
    font-size: 42px;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 70px;
}

#particle-canvas {
    width: 100%;
    height: 100%;
}

.client_text {
    position: absolute;
    top: 0;
    padding: 65px;
}

.client_text p {
    color: #011b4f;
    font-size: 16px;
    font-weight: 600;
    font-family: Muli-Regular;
    text-transform: uppercase;
    margin-bottom: 0;
}

.client_text h3 {
    color: #011b4f;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 100px;
}

.client_text .counter, div#counters_1 span {
    font-size: 100px;
    font-weight: 600;
    color: #011b4f;
    line-height: 1;
    font-family: Muli-Regular;
}

div#counters_1 {
    display: flex;
}
/*.tst_item {
    min-height: 240px;
    background: white;
    padding: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}*/
.tst_item {
    /* min-height: 215px; */
    background: white;
    padding: 0px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
    margin: 0 0 45px 0;
}
.award_block{
    background-color: #011b4f;
}

/*.awards-box h3 {
    color: #fff;
    text-align: center;
    width: 303px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 8px auto;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}*/
.awards-box h3 {
    color: #fff;
    text-align: center;
    width: 303px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 8px auto;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    padding: 0 10px;
}
.award_slider .owl-nav .owl-prev, .service_slider .owl-nav .owl-prev{
    background-image: url(../images/arrow-left.png) !important;
    width: 30px;    
    height: 30px;
    top: 41%;
    left: -50px !important;
    background-size: cover !important;
    position: absolute;
}

.award_slider .owl-nav .owl-next, .service_slider .owl-nav .owl-next{
    background-image: url(../images/arrow-right.png) !important;
    width: 30px;    
    height: 30px;
    top: 41%;
    right: -50px !important;
    background-size: cover !important;
    position: absolute;
}
.service_slider .owl-nav .owl-next{
    background-image: url(../images/service-arrow-right.png) !important;
}
.service_slider .owl-nav .owl-prev{
    background-image: url(../images/service-arrow-left.png) !important;
}


.award_slider .owl-nav .owl-next, .award_slider .owl-nav .owl-prev, .service_slider .owl-nav .owl-prev, .service_slider .owl-nav .owl-next{display: none;}
.award_slider .owl-dots, .service_slider .owl-dots{display: none;}

.owl-theme .owl-nav [class*='owl-']:hover{
    background-color: transparent !important;
}
 
.about_text h3 {
    color: #04e4ff;
    font-size: 28px;
    font-weight: 600;
}
.about_text h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.about_text ul{
    margin-top: 70px;
}
ul.list-unstyled li {
    display: flex;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Myriad Pro Light';
    margin-bottom: 10px;
}
ul.list-unstyled li span{
    margin-right: 10px;
}

.services-img-box {
    background: rgb(128,69,220);
    background: -moz-linear-gradient(280deg, rgba(128,69,220,1) 0%, rgba(25,64,129,1) 100%);
    background: -webkit-linear-gradient(280deg, rgba(128,69,220,1) 0%, rgba(25,64,129,1) 100%);
    background: linear-gradient(280deg, rgba(128,69,220,1) 0%, rgba(25,64,129,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8045dc",endColorstr="#194081",GradientType=1);
    border-radius: 50%;
    height: 140px;
    width: 140px;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0px 6px 15px  rgba(0, 0, 0, 0.265);
    -webkit-box-shadow: 1px 6px 25px  rgba(0, 0, 0, 0.265);
    -moz-box-shadow: 1px 6px 25px  rgba(0, 0, 0, 0.265);
    transition: all 0.3s ease-in-out 0s;
}
.our_service{
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
}
.our_service:hover .services-img-box {
    background: rgb(158,103,242);
    background: -moz-linear-gradient(20deg, rgba(158,103,242,1) 0%, rgba(25,64,129,1) 100%);
    background: -webkit-linear-gradient(20deg, rgba(158,103,242,1) 0%, rgba(25,64,129,1) 100%);
    background: linear-gradient(20deg, rgba(158,103,242,1) 0%, rgba(25,64,129,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9e67f2",endColorstr="#194081",GradientType=1);
    box-shadow:8px 11px 16px 2px rgba(6, 0, 0, 0.432);
    -webkit-box-shadow: 8px 11px 16px 2px rgba(6, 0, 0, 0.432);
    -moz-box-shadow: 8px 11px 16px 2px rgba(6, 0, 0, 0.432);
    transition: all 0.3s ease-in-out 0s;
}
.our_service h2 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
}
.modal-content .modal-header{
    justify-content: center;
}

.modal-content .btn-close {
    position: absolute;
    right: 13px;
    top: 13px;
    border: none;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}

.about-block .banner_form {
    margin: 20px auto;
}
.modal-title{
    font-weight: bold;
}

.services-img-box:hover img {
transform: rotate(360deg);
}
.services-img-box:hover img{
    transition: all 0.3s ease-in-out 0s;
}
.footer_end{
    background-color: #11185a;
    padding: 25px 0;
}
ul.social_link.d-flex a img {
    max-width: 32px;
}

ul.social_link.d-flex {
    margin: 0;
    list-style: none;
}

ul.social_link.d-flex li {
    margin-right: 10px;
}
p.copy_pra {
    margin: 0;
    color: #fff;
}
a.tdsp {
    color: #fff;
    background-color: #ffffff2b;
    padding: 5px 10px;
    border-radius: 3px;
    transition: all 0.3s ease-in-out 0s;
}
a.tdsp:hover {
    padding: 5px 10px;
    border-radius: 3px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y !important;
    touch-action: pan-y !important;
}

  .marquee {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  width: 100%;
  overflow: hidden;
  background: white;
  white-space: nowrap;
}

.marquee--inner {
  display: block;
  width: 200%;
  position: absolute;
  animation: marquee 40s linear infinite;
  -webkit-animation: marquee 40s linear infinite;

}
.marquee_new {
   animation: marquee-new 40s linear infinite;
   -webkit-animation: marquee-new  40s linear infinite;
  
}
.marquee--inner:hover {
  animation-play-state: paused;

}
.marquee--inner img{
    width: 100%;
}
.marquee span {
  float: left;
  width: 50%;
  overflow: hidden;
}
.call-no.text-end p {
    display: flex;
    justify-content: end;
    align-items: center;
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@-moz-keyframes marquee {
    0% {
        left: 0;
      }
      100% {
        left: -100%;
      }  
}
@keyframes marquee-new {
    0% {
      left: -100%;
    }
    100% {
      left: 0;
    }
  }
@-moz-keyframes marquee-new {
    0% {
        left: -100%;
      }
      100% {
        left: 0;
      }
}

a.download-now {
    background-color: #ffa800;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 600;
    margin-top: 30px;
    transition: all 0.3s ease-in-out 0s;
}
a.download-now:hover{
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}


/* 05-12-23
----------------- */
.banner_form {
    background-color: rgba(120,78,174,0.5);
}
.banner_form .quertion_block {
    background-color: #01325871;
    padding: 20px 25px;
    max-width: 420px;
    margin-left: auto;
    border: 1px solid #c2c2c2;
    border-radius: 15px;
    position: relative;
}
.banner_form .second {
    background-color: rgba(120,78,174,0.5);
}
.banner_form .second input.next_button {background-color: green; color: #fff;}


#testimonial{
    padding: 40px 0;
}
.author-details, .author-details2 {
    display: flex;
    align-items: center;
}
.author-pic {
     width: 185px;
    min-width: 185px;
    max-width: 185px;
    max-height: 185px;
    height: 185px;
    min-height: 185px;
    overflow: hidden;
    background: #fff;
    border: 2px solid #f5f5f5;
    border-radius: 90px;
    margin-right: 20px;
      padding: 15px;
  display: flex;
/*  align-items: center;*/
  justify-content: center;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.author-named {
    width: 80%;
}
.author-named2 {
    width: 80%;
    text-align: right;
}
.author-pic2 {
    width: 185px;
    min-width: 185px;
    max-width: 185px;
    max-height: 185px;
    height: 185px;
    min-height: 185px;
    overflow: hidden;
    background: #fff;
    border: 2px solid #f5f5f5;
    border-radius: 90px;
    margin-left: 20px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  padding: 15px;
  display: flex;
/*  align-items: center;*/
  justify-content: center;
}
.author-named h3, .author-named2 h3 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}
.author-named h4, .author-named2 h4 {
    font-size: 16px;
    margin: 0px 0 15px 0;
}
#bnr_form_dektop {
    max-width: 90%;
}
#bnr_form_dektop .quertion_block{
    max-width: 100%;
}

#bnr_form_dektop .form_box.text-left.banner_form_fix {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
}
#bnr_form_dektop .form_box.text-left.banner_form_fix .form-group.group_d_50 {
    width: 48%;
}
#bnr_form_dektop .form_box.text-left.banner_form_fix .form-group.group_d_100 {
    width: 100%;
}
#bnr_form_dektop .form_box.text-left.banner_form_fix .form-group {
    margin: 0 0 10px 0;
}
#bnr_form_dektop #ban_cap {
    transform: scale(0.85);
    transform-origin: 0 0;
    -webkit-transform: scale(0.85);
    -webkit-transform-origin: 0 0;
}

#mobile_banner{
    display: none;
}
select.form-control {
    background: url(../images/down-arrow.png) 0 0 no-repeat;
    background-position: 100% 50%;
    background-size: 14px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.banner_text h6 {
    font-size: 21px;
    color: #fff;
    margin: 15px 0;
}
.banner_text ul {
    margin: 0;
    padding: 0 0 0 15px;
}
.banner_text ul li {
    color: #fff;
    margin: 7px 0;
}
.taioled_sec {
    background: #f3f4ff;
}
.tailored_item_box {
    background: #fff;
    min-height: 340px;
    padding: 35px;
    text-align: center;
    margin: 15px 0;
    border: 1px solid #C9CBE5;
    border-radius: 10px;
}
.tailored_item_box img {
    width: 65px;
    display: block;
    margin: 0 auto 25px;
}
.tailored_item_box h6 {
    color: #0e0e0e;
    font-size: 21px;
    font-weight: 600;
    line-height: 29px;
}
.tailored_item_box p {
    font-size: 15px;
    margin: 0;
}
.hover-color-text {
    color: #609cfd;
    text-decoration: underline;
}


/* responsive css */
@media screen and (max-width: 1200px) {
    .banner_left h2 {
        font-size: 46px;
        margin-top: 25px;
    }
    a.box_panel span.header_text {
        font-size: 20px;
    }

    .shap_image img {
        width: 134px;
    }

    .text_inner {
        top: 0;
    }

    .text_inner h2 {
        font-size: 34px;
    }

    a.box_panel p.active_text, a.box_panel:hover p {
        height: 320px;
    }

    a.box_panel {
        min-height: 458px;
    }

    .dg_image {
        display: none;
    }

    .margin_left {
        margin-left: 0%;
    }
    .client_text .counter, div#counters_1 span {
        font-size: 56px;
    }
    .award_slider .owl-nav, .service_slider .owl-nav {
        display: none;
    }
    .award_slider .owl-dots, .service_slider .owl-dots{display: block;}
}

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


    .marquee {
        height: 90px;
    }


    .video_back {
        background: rgb(255, 255, 255);
        background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 30%, rgba(63, 31, 133, 1) 30%);
        background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 30%, rgba(63, 31, 133, 1) 30%);
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 30%, rgba(63, 31, 133, 1) 30%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#3f1f85", GradientType=1);
        padding: 30px 0;

    }

    .video_text {
        padding: 30px;
    }

    #background {
        display: none;
    }

    .mobile_accoradian {
        display: block;
    }

    .banner_left.pt-5 {
        padding: 0 !important;
    }

    h3.text-white {
        font-size: 18px;
    }

    .banner_left h2 {
        font-size: 26px;
        font-weight: 500;
        margin-top: 15px;
    }

    .banner_left h2 br {
        display: none;
    }

    p.question_hdr {
        font-size: 17px;
        color: #fff;
        text-align: center;
        line-height: 1.3;
        margin-top: 3px;
        margin-bottom: 12px;
        font-weight: 500;
    }

    .banner_form .quertion_block {
        padding: 14px 20px;
        border-radius: 10px;
    }

    .quertion_block.current {
        min-height: 370px;
    }

    a#prev, input.next_button, a#prev-new {
        width: 130px;
        bottom: 36px;
    }

    img.responsive_image {
        height: 520px;
        min-height: auto;
    }

    .text_inner h2 {
        font-size: 28px;
    }

    .text_inner {
        top: 0;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .text_inner.gap-block {
        padding: 26px;
    }

    .gradent_text {
        font-size: 26px;
        padding: 80px 20px;
    }

    .logo_back {
        min-height: 300px;
    }

    .client_text {
        padding: 25px;
    }

    .client_text h3 {
        margin-bottom: 28px;
    }
   .banner-block.thank-you-banner img.responsive_image{
       height: auto;
       min-height: auto;
   }
   .shap_image {
    top: -2px;
}
}

@media screen and (max-width: 768px) {
    .shap_image {
        display: none;
    }
}
@media screen and (max-width: 769px) {
   
    .banner_form {
        margin: auto;
    }
    section.banner-block.position-relative.overflow-hidden {
        max-height: 970px;
    }
    section.banner-block.position-relative picture img {
        min-height: 970px;
    }

    .marquee {
        height: 72px;
    }
    .marquee img {
        height: 80px;
    }
    .video_text .light_blue {
        text-align: center;
    }
    .banner_left.pt-4 {
        text-align: center;
    }
    .banner_text {
        padding: 30px 0;
    }
    section.banner-block.position-relative.overflow-hidden {
        max-height: none;
    }
    section.banner-block.thank-you-banner.position-relative.overflow-hidden {
        max-height: 383px;
    }
    .about_text h4 {
        font-size: 18px;
        text-align: center;
    }
    .about_text h4 {
        text-align: center;
    }
    .about_text h3 {
        font-size: 18px;
        text-align: center;
    }
    div#counters_1 {
        justify-content: center;
    }
    .gradent_text {
        font-size: 22px;
        padding: 42px 20px;
    }

    .call-no.text-end p {
        flex-direction: column;
        align-items: end;
    }
    .call-no.text-end p a{
        font-size: 17px;
    }
    .banner_left.pt-5 {
        text-align: center;
    }

    .stipe_block {
        margin: 20px auto;
    }

    .banner_form .quertion_block {
        margin: 30px auto;
    }

    img.responsive_image {
        min-height: 786px;
    }
    span.mx-2.divder {
        display: none;
    }
 

    .text_inner h2 {
        font-size: 22px;
    }

    .video_text .light_blue {
        font-size: 16px;
    }

    .video_text h2 {
        margin: 10px 0;
        text-align: center;
    }

    .video_back {
        background: rgb(255, 255, 255);
        background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 10%, rgba(63, 31, 133, 1) 10%);
        background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 10%, rgba(63, 31, 133, 1) 10%);
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 10%, rgba(63, 31, 133, 1) 10%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#3f1f85", GradientType=1);
        padding: 30px 0;

    }
    ul.list-unstyled li {
        font-size: 16px;
    }
    .logo_back {
        min-height: 200px;
    }
    .marquee {
        height: 68px;
    }
    .marquee img {
        height: 70px;
    }
    .client_text {
        padding: 20px;
        width: 100%;
        text-align: center;
    }

    .client_text .counter, div#counters_1 span {
        font-size: 42px;
    }

    .client_text h3 {
        font-size: 24px;
    }
    h2.header_text {
        font-size: 28px;
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .mobile_accoradian .accordion .accordion-header button.accordion-button.text-white {
        font-size: 16px;
    }
    .gap-block {
        padding: 30px 0;
    }
    p.copy_pra {
        text-align: center;
    }
    a.tdsp {
        text-align: center;
        display: block;
    }
    ul.social_link.d-flex {
        margin: 10px 0 0 0;
        justify-content: center;
    }
    .fsizem {
        font-size: 18px !important;
    }
      .author-details {
    display: block;
}
.author-named {
    width: 100%;
    margin: 20px 0 0 0;
    text-align: center;
}
.author-pic {
    margin: 0 auto;
}
.author-details2 {
    flex-wrap: wrap;
}
.author-named2 {
    width: 100%;
    text-align: center;
    order: 2;
}
.author-pic2 {
    margin: 0 auto 20px;
}
.tst_item {
    margin: 0 0 15px 0;
}
#bnr_form_dektop .form_box.text-left.banner_form_fix .form-group.group_d_50 {
    width: 100%;
}
#desktop_banner {
    max-height: unset;
}
#desktop_banner .banner_text {
    position: unset;
/*    background: #8c8c8c;*/
    min-height: auto;
    max-height: unset;
}
#desktop_banner picture {
    display: none;
}
#desktop_banner .banner_left {
    display: none;
}
#bnr_form_dektop #step1_ban {
    margin: 0;
    border-radius: 0;
}
#bnr_form_dektop {
    max-width: 100%;
    background: #011b4f;
}
#mobile_banner {
    display: block;
    background: url(../images/banner-image.webp) 0 0 no-repeat;
    background-size: cover;
    background-position: center center;
}
#mobile_banner .banner_text {
    position: unset;
}
#mobile_banner .banner_left {
    padding: 0 !important;
    text-align: left;
}
#mobile_banner .banner_left h2 {
    margin-top: 0;
    text-align: left;
}
#mobile_banner .banner_left h3.text-white {
    font-size: 15px;
     text-align: left
}

}
@media screen and (max-width: 480px) {
    section.banner-block.position-relative.overflow-hidden {
        max-height: 1070px;
    }
    section.banner-block.position-relative picture img {
        min-height: 1070px;
    }
    .video_text h2 {
        font-size: 20px;
    }
    .mobile_accoradian {
        padding-bottom: 30px;
    }
    .mobile_accoradian .accordion .accordion-header button.accordion-button.text-white {
        font-size: 16px;
        padding: 10px 16px;
    }
    .mobile_accoradian .accordion .accordion-header button.accordion-button.text-white span {
        font-size: 30px;
    }
    .video_text p {
        text-align: center;
    }
    .video_text {
        padding-bottom: 0;
    }
    .about_text ul {
        margin-top: 25px;
    }
    .owl-theme .owl-nav {
        height: 0;
        margin: 0;
    }
.client_text p {
    font-size: 14px;
}
.awards-box h3 {
    font-size: 16px;
    width: 182px;
}
.client_text h3 {
    margin-bottom: 0;
}
.client_text .counter, div#counters_1 span {
    font-size: 30px;
}
h2.header_text {
    font-size: 26px;
    margin-bottom: 25px;
}
.tst_item {
    min-height: auto;
}
.owl-theme .owl-nav {
    margin-top:10px;
}
img.responsive_image {
    min-height: 824px;
}
}

.fsizem{
    font-size: 22px;
  }
  img.responsive_image.thankyou-image {
    min-height: auto;
    max-height: 520px;
}
.section4ty h3 a {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    display: block;
    margin: 25px 0;
    font-weight: 700;
}

.stripe-text {
    max-width: 900px;
    margin: 50px auto 30px;
    background-color: #ede9ff;
    padding: 30px;
    border-radius: 12px;
    text-align: center;

}
.stripe-text h4{
    font-weight: 700; 
    }
    .group_d_100{
        width: 100%;
    }
    #ban_frm_btn{
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .section4ty h3 a {
        font-size: 16px;
    }
    .stripe-text h4 {
        font-size: 18px;
    }
    .stripe-text {
        margin: 0 auto 0px;
    }
}
input#foo_frm_btn {
    margin: auto;
    display: block;
}
a.whatsapp {
    position: fixed;
    right: 0;
    bottom: 131px;
    box-shadow: -6px 10px 16px 8px rgb(0 0 0 / 24%);
    z-index: 1500;
}

a.whatsapp img {
    width: 49px;
}
#pricing_modal .modal-title {
	font-size: 20px;
	font-family: Poppins, sans-serif;
	font-weight: 600;
	margin-bottom: 20px;
    font-family: Muli-Regular;
}

#pricing_modal .modal-header {
	padding: 0;
	border: none;
}

#pricing_modal .modal-header .close {
	position: absolute;
	background: #ffa800;
	opacity: 1;
	text-shadow: none;
	color: #000;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	right: -37px;
	top: 0;
    border: 0 !important;
}

.whats_app_modal a {
	display: inline-block;
	background: #066d06;
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 12px 19px;
	margin: 10px 5px;
	border-radius: 10px;
}

#pricing_modal .modal-content {
	padding: 0;
	text-align: center;
}
#smallModal {
	width: 100%;
	max-width: 350px;
}
.modal_p_form label {
	font-weight: 400;
	font-size: 14px;
    font-family: Muli-Regular;
}
#pricing_modal .form-group {
    margin-bottom: 10px;
}
.modal_p_form {
	text-align: left;
	padding: 15px;
}
.modal_p_form .form-control {
	padding: 10px 6px;
	height: auto;
	border: 1px solid #d0d0d0;
	box-shadow: none;
	color: #000;
	font-size: 13px;
	letter-spacing: 0.5px;
    font-family: Muli-Regular;
}
.modal_p_form .btn.btn-primary {
    padding: 10px 47px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #ffa800;
    border: 0 !important;
    margin: 22px auto 0;
    display: block;
    width: 100%;
    color: #000;
    font-family: Muli-Regular;
}
.award_box {
    background: #fff;
    border-radius: 15px;
    margin: 10px;
    padding: 15px;
}
.award_images {
    height: 215px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.award_box h3 {
    font-size: 17px;
    text-align: center;
    margin: 15px 0 0 0;
    font-weight: 600;
    min-height: 70px;
}

}
