.layout_theme,
.layout_theme_box,
.layout_theme_footer,
.layout_theme_section,
.layout_theme_section_list {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s
}

.swiper-slide,
.wrapper {
    overflow: hidden
}

html {
    scroll-behavior: smooth
}

.layout_theme,
.layout_theme_section {
    padding: 70px 0;
    background-color: #fecb4e
}

.item_box {
    background: #fff;
    border-radius: 10px;
    padding: 10px
}

.item_box_service img {
    height: 90px;
    display: block
}

.item_box_service p {
    font-size: 12px
}

.item_box img {
    width: 40px
}

.text_white {
    color: #fff
}

.layout_theme_box {
    padding: 70px 0;
    background-color: #f6e7be
}

.layout_theme_footer {
    padding: 70px 0 30px;
    background-color: #fecb4e
}

.layout_theme_section_list {
    padding: 70px 0;
    background: #f6e7be
}

.layout_theme_header {
    background-color: #f6e7be
}

.demo_section,
.header_section,
.swiper {
    position: relative
}

.swiper-slide {
    border-radius: 0;
    will-change: transform;
    border: 0 solid #ddd;
    transition-duration: .5s;
    transition-property: border, background, transform;
    margin: 0 -15px
}

.testimonial {
    text-align: center
}

.testimonial__content {
    padding: 20px;
    border-radius: 10px;
    background-color: #eff3f6;
    border: 1px solid #ddd;
    margin: 20px
}

.testimonial__text {
    color: #2d2d2d;
    font-family: Poppins, Sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .5px
}

.testimonial__footer {
    padding: 0 20px;
    align-items: center
}
.owl-carouse-box .testimonial__footer{
    margin-top: 30px;
}
.testimonial__image {
    flex-shrink: 0;
    display: inline-block
}

.testimonial__image img {
    width: 80px;
    height: 80px;
    border-radius: 0
}

.testimonial__cite {
    margin-left: 7px;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5
}

.testimonial__name,
.testimonial__title {
    font-family: Lato, Sans-serif;
    font-size: 16px;
    font-weight: 600
}

.testimonial__name {
    color: #fff;
    text-transform: uppercase
}
.owl-carouse-box .testimonial__name{
    margin: 10px 0;
}
.testimonial__title {
    color: #fff;
    letter-spacing: .5px
}

.header_section h3 {
    text-align: center;
    color: #08408b;
    margin-top: 30px
}

.header_section h4 {
    text-align: center;
    color: #696768;
    margin-bottom: 30px
}

.logo {
    height: auto;
    display: flex;
    justify-content: space-between;
}

.form_section {
    background: #fff;
    padding: 35px;
    border-radius: 10px;
    width: 440px;
    margin-left: auto;
}

.form-group {
    margin-bottom: 3px
}

.client_section .item {
    float: left;
    background: #fff;
    border: 1px solid #ccc;
    width: 170px;
    text-align: center;
    margin-right: 10px;
    padding: 10px
}

.client_section .item img {
    height: 90px
}

.content_section {
    position: absolute;
    left: 0;
    bottom: 20px
}

.content_section h3 {
    font-size: 36px;
    font-weight: 700;
    color: #14566b;
    -webkit-text-stroke: 1px #ffffff
}

.btn_content {
    background: red;
    color: #fff;
    border: 1px solid #c70000;
    font-weight: 700
}

.form_section h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.card-body {
    min-height: 365px
}

.layout_theme_section ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.layout_theme_section ul li {
    border-bottom: 1px solid #f3f3f3;
    padding: 5px
}
#form_section .form-group {
    margin-bottom: 10px;
}

#form_section .form-group .form-control::-webkit-input-placeholder, #form_section .form-group .form-control{
    color:#333333;
    font-size: 13px;
    padding-left: 0;
    border-color: #D0D0D0;
}
#form_section .form-group .form-control::-moz-placeholder{
    color:#333333;
    font-size: 13px;
}
#form_section .form-group .form-control:-ms-input-placeholder{
    color: #333333;
    font-size: 13px;
}
#form_section .form-group .form-control:-moz-placeholder{
    color:#333333;
    font-size: 13px;
}


#form_section .form-group .form-control{
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
    padding-left: 0px !important;
    border-color: #D0D0D0;
}

.layout_theme h3,
.layout_theme_box h3,
.layout_theme_footer h3,
.layout_theme_section h3 {
    font-weight: 700
}

.email_text {
    width: 225px
}

.demo_section .btn_email_demo {
    width: 100px;
    position: absolute;
    top: 5px;
    right: 170px;
    font-size: 10px;
    font-weight: 700
}

.btn_content_form,
.btn_demo,
.contact_section {
    display: none
}

.layout_theme_section a {
    color: #323030;
    text-decoration: none;
    background: #f3f3f3;
    display: block;
    padding: 5px
}

.layout_theme_section a:hover {
    background: #5facfa;
    color: #fff
}

a.btn.book_demo,
a.btn.fixed_chat {
    position: fixed;
    right: 5px;
    z-index: 1050;
    background-color: #2b6eb2;
    color: #fff;
    font-size: 13px;
    font-weight: 600
}

.list {
    padding: 0;
    margin-left: 15px
}

.card {
    box-shadow: 10px 10px 10px 0 #836363
}

.thankyou_cont {
    min-height: calc(100vh - 200px)
}

a.btn.fixed_chat {
    bottom: 5px
}

a.btn.book_demo {
    bottom: 50px;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}

a.btn.book_demo.show_btn {
    opacity: 1
}
.owl-carousel-icon .owl-stage{
    display: flex;
    align-items: center;
}
.owl-carousel-icon .owl-nav{
    display: none;
}

@media(max-width:997px) {

    a.btn.book_demo,
    a.btn.fixed_chat {
        display: none
    }

    .content_section {
        top: 30px
    }

    .contact_section {
        position: fixed;
        background: #1059a3;
        border: 1px solid #ccc;
        padding: 5px;
        z-index: 9;
        width: 100%;
        text-align: center;
        bottom: 0;
        display: block
    }
}

@media(max-width:667px) {
    .content_section {
        position: absolute;
        left: 15px;
        top: 0
    }

    .form_section {
        position: initial;
        top: 30px;
        right: 0;
        background: #f3f3f3;
        padding: 30px;
        border-radius: 10px;
        margin: 15px
    }

    .content_section h3 {
        font-size: 20px;
        font-weight: 700;
        color: #14566b;
        margin-top: 10px;
        display: inline-block;
        width: 280px;
        margin-left: 35px;
        position: absolute;
        top: 10px;
        text-align: center
    }

    .client_section .item {
        display: contents
    }

    .client_section .item img {
        border: 1px solid #ccc;
        height: 70px;
        padding: 10px 30px
    }

    marquee {
        background: #fff
    }

    .layout_theme_section {
        padding-bottom: 0
    }

    .card-body {
        min-height: unset
    }

    .btn_content {
        font-size: 10px;
        margin-left: 145px;
        position: absolute;
        top: 90px
    }

    .layout_theme_header .logo {
        width: 170px;
        margin: 0 auto;
        display: block
    }

    .demo_section {
        margin-left: 170px;
        display: inline-block
    }

    .btn_content_form,
    .btn_lg,
    .demo_section .btn_email_demo,
    .email_text {
        display: none
    }

    .email_text {
        width: 150px;
        margin-top: 5px !important;
        height: 25px
    }

    .swiper-slide {
        margin: 0 -35px;
        display: inline
    }

    .btn_demo,
    .call_btn:hover .contact_list {
        display: block
    }

    .layout_theme_footer p {
        text-align: center
    }

    .testimonial__footer {
        text-align: center;
        margin: 0 auto
    }

    .testimonial {
        text-align: initial
    }

    .testimonial__content {
        margin: 0 0 20px
    }

    .contact_section {
        position: fixed;
        background: #1059a3;
        border: 1px solid #ccc;
        padding: 5px;
        z-index: 9;
        width: 100%;
        text-align: center;
        bottom: 0;
        display: block
    }

    .btn_demo {
        margin-top: 115px;
        font-size: 10px
    }

    .contact_list {
        display: none;
        position: absolute;
        bottom: 30px;
        margin-left: 0;
        padding: 0;
        list-style-type: none
    }

    .contact_section .btn {
        padding: 5px;
        font-weight: 700
    }

    .header_section h3 {
        text-align: left;
        font-size: 24px
    }

    .header_section h4 {
        text-align: left;
        font-size: 14px
    }

    .layout_theme_header {
        background-color: #fecb4e
    }
}

/* ------------------------------------------------Added In New LP------------------------------------------------- */

.logo_header {
    position: absolute;
    width: 100%;
    padding: 15px 0;
    z-index: 1000;
}

.logo_header>div>div>div>.logo>img {
    width: 260px;
    height: auto;
}
.logo_header>div>div>div>.logo>.epi_logo{
    width: 200px;
    height: auto;
}

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

section.banner_block {
    position: relative;
}

.banner_text h1 {
    font-size: 42px;
    font-weight: 600;
    line-height: 55px;
    color: #fff;
}

.banner_text .para {
    color: #fff;
    font-size: 20px;
    line-height: normal;
    width: 500px;
    padding-left: 26px;
    margin: 30px 0;
    position: relative;
}

.banner_text .para::after {
    width: 3px;
    height: 100%;
    background: rgb(0, 169, 240);
    background: -moz-linear-gradient(0deg, rgba(0, 169, 240, 1) 0%, rgba(0, 99, 238, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 169, 240, 1) 0%, rgba(0, 99, 238, 1) 100%);
    background: linear-gradient(0deg, rgba(0, 169, 240, 1) 0%, rgba(0, 99, 238, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a9f0", endColorstr="#0063ee", GradientType=1);
    left: 0;
    top: 4px;
    content: "";
    position: absolute;
}

a.book_demo {
    background: #F50E0E;
    color: #fff;
    font-size: 20px;
    padding: 13px 50px;
    display: inline-block;
    border-radius: 30px;
}

input.btn.btn-primary.btn-block.submit_btn {
    background: #F50E0E;
    border: 0;
    border-radius: 30px;
    padding: 12px 0;
    margin-top: 16px;
}

.banner_btm {
    padding: 50px 0;
    border-bottom: 1px solid #00000048;
}

.banner_btm .ban_btm_text p {
    font-size: 56px;
    color: #000;
    line-height: 58px;
    font-weight: 600;
}

.banner_btm .ban_btm-right p {
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
}

.wining_block {
    padding: 50px 0;
}

.wining_block .wining_text {
    text-align: center;
}

.wining_block .wining_text h2 {
    color: #000000;
    font-size: 38px;
    font-weight: 600;
}

.wining_block .wining_text p {
    font-size: 18px;
    color: #000;
}

.wining_logo {
    text-align: center;
    margin: 20px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wining_logo img {
    max-width: 210px;
    margin: auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
}
.owl-carousel-icon .wining_logo img{
    width: auto !important;
}
.serve_block {
    padding: 0px 0 50px 0;
}

.page_heading h2 {
    font-size: 48px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.page_heading p {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    text-align: center;
}

.serve_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #BFBFBF;
    padding: 14px 0;
}

.serve_box .serve_text {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.why_partner {
    background-color: #020E3D;
    padding: 50px 0;
}

.partner_box {
    padding: 15px;
    border-radius: 15px;
    border-width: 1px;
    position: relative;
    max-width: 250px;
}

.partner_box::after {
    border-radius: 30px;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(43, 91, 154);
    background: -moz-linear-gradient(127deg, rgba(43, 91, 154, 1) 0%, rgba(27, 45, 86, 1) 100%);
    background: -webkit-linear-gradient(127deg, rgba(43, 91, 154, 1) 0%, rgba(27, 45, 86, 1) 100%);
    background: linear-gradient(127deg, rgba(43, 91, 154, 1) 0%, rgba(27, 45, 86, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b5b9a", endColorstr="#1b2d56", GradientType=1);
    left: 0;
    top: 0;
}

.partner_icon {
    position: relative;
    z-index: 100;
    margin-bottom: 20px;
    margin-top: 18px;
}

.partner_box::before {
    border-radius: 30px;
    position: absolute;
    content: "";
    width: 99%;
    height: 98%;
    background-color: #182247;
    top: 3px;
    left: 1px;
    z-index: 10;
    margin: auto;
}

.partner_txt p {
    color: #fff;
    position: relative;
    z-index: 100;
    font-size: 18px;
}

.side_block {
    padding: 100px 0;
}

.side_block .page_heading p {
    color: #333333;
    line-height: 28px;
    line-height: 1.3;
    font-weight: 500;
}

.feature_box p {
    margin: 0;
    color: #333333;
    font-size: 17px;
    line-height: 24px;
}


.feature_box p.headline {
    color: #2031DD;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}

.side_box-image {
    padding-right: 40px;
}
.mx-width-none{
    max-width: none;
}
.testimonial_box {
position: relative;
z-index: 1050;
padding: 20px;
text-align: center;

}
img.quite_img {
max-width: 62px;
}
.footer_block {
    padding: 30px 0 30px;
    border-bottom: 1px solid #ccc;
}
.contact_box ul li a{
color: #000;font-size: 16px;
}
.footer_block .copy_text{
border-top:  1px solid #00000028;
margin-top: 30px;
padding-top: 10px;
}
.footer_block .copy_text p{
color: #000;
font-size: 14px;
}



/* 22-01-25 */
.header_new {background-color: #020E3D;position: static;}
.header_new .logo { height: auto;}
.new_form_section {padding: 50px 0;background-color: #f7f7f7;}
.new_form_section .form_section {background: #fff;padding: 35px;border-radius: 10px;width: 100%;border: 1px solid #ddd;max-width: 475px;margin: 0 auto;}
.enquire {display: block;padding: 10px 25px;background-color: #F50E0E;color: #fff;border-radius: 15px 15px 0 0;position: fixed;right: -52px;bottom: 10%;z-index: 9999; cursor: pointer; font-weight: bold; transform: rotate(-90deg); opacity: 0; visibility: hidden; transition: all 500ms;}
.enquire:hover { color: #fff; text-decoration: none;}
.enquire.active {opacity: 1; visibility: visible;}

/* 27-01-25 */
.banner_text h1 strong { font-weight: 600; font-size: 52px;line-height: 65px;}
.banner_text p strong {font-size: 22px; }


/* 21-02-25 */

.side_block .page_heading h2 {
    font-size: 36px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.testimonial_box .text-white {
  color: #fff !important;
  min-height: 225px;
}

.testimonial__title{font-size: 14px;}
.copy_text{padding:15px 0 20px 0}

.why_partner .testimonial__cite{min-height: 70px;}

.br-f{ border-left: 2px solid #cccccc;}
.br-c{ border-left: 2px solid #cccccc;min-height: 69px;}
.list-unstyled{margin:0;}

.fdesktop{display:block;}
.achieve_mobile_heading{display:none;}

.pr-2 img{width:42px;}


@media(max-width:1200px) {
    .banner_text h1 {
        font-size: 40px;
        line-height: 44px;
    }
    .banner_text .para {
        font-size: 16px;
        width: 400px;
        padding-left: 20px;
        margin: 15px 0;
    }
    a.book_demo {
        font-size: 16px;
        padding: 10px 28px;
    }
    .banner_btm .ban_btm_text p {
        font-size: 40px;
        line-height: normal;
    }
    p{
        font-size: 16px;
    }
    .testimonial_box{
        min-height: 480px;
    }
    .banner_text h1 strong {
        font-size: 50px;
        line-height: 59px;
    }
}
@media(max-width:992px) {

.form_section {
    margin-left: auto;
    width: auto;
}
.testimonial_box{
    min-height: 455px;
}
}
@media(max-width:768px) {
    .form_section {
        margin: 30px 0 0 0;
    }
    .banner_btm .ban_btm_text p {
        font-size: 28px;
    }
    .banner_btm .ban_btm-right p {
        font-size: 15px;
    }
    .wining_block .wining_text h2,   .page_heading h2 { 
        font-size: 28px;
    }
    .partner_txt p {
        font-size: 15px;
    }
    .partner_txt p br{
        display: none;
    }
    .side_box-image {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .side_block, .why_partner, .wining_block, .serve_block {
        padding: 30px 0;
    }
    .serve_block{
        padding-top: 0;
    }
    .col-sm-6.col-6.col-md-4.col-lg-3.mb-5 {
        margin-bottom: 20px !important;
    }
    .partner_box {
        min-height: 200px;
    }
    section.banner_block {
        min-height: 980px;
    }
    .banner_content {
        top: 123px;
        height: auto;
    }
    .testimonial_box{
        min-height: 555px;
    }
}
@media(max-width:575px) {
    .testimonial_box{
        min-height: 400px;
    }
    .banner_text h1 strong {
        font-size: 34px;
        line-height: 35px;
    }
    .logo_header>div>div>div>.logo>img {
        width: 200px;
    }
    .logo_header>div>div>div>.logo>.epi_logo {
        width: 165px;
    }
  
.fdesktop{display:none;}
.achieve_mobile_heading{
  display:block;
  padding: 0 15px 15px 15px;
}

.achieve_mobile_heading h2{
  font-size: 22px;
  color: #000000;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}    
.side_block .mb-5{
  margin-bottom: 1rem !important;
}
  
}
@media(max-width:480px) {
.banner_text .para {
    width: auto;
}
.banner_text h1 {
    font-size: 28px;
    line-height: 32px;
}
ul.list-unstyled.d-flex.justify-content-center.m-0.mail-phone {
    flex-direction: column;
}
ul.list-unstyled.d-flex.justify-content-center.m-0.mail-phone li{
   margin-bottom: 15px;
}
  
  .logo_header > div > div > div > .logo > img {
    width: 157px;
  } 
  
.logo_header > div > div > div > .logo > .epi_logo {
    width: 137px;
  }
   section.banner_block {
    min-height: 773px;
  } 
  
.banner_btm {
    padding: 30px 0 10px;
  }
 #form_section .form-group .form-control{padding-left: 8px !important;}
  .ft_logo {
  margin-bottom: 0px;
}
  
.br-c {
  border-left: none;
  min-height: auto;
  border:none;
  padding: 28px 0 0;
}  
  
 .side_block .page_heading h2 {
  font-size: 22px;
  margin-bottom: 20px;
} 
  
.fdesktop{display:none;}
.achieve_mobile_heading{
  display:block;
  padding: 0 15px 15px 15px;
}
  
.achieve_mobile_heading h2{
  font-size: 24px;
  color: #000000;
  font-weight: 600;
  text-align: center !important;
  margin-bottom: 10px;
}  
.side_block .mb-5{
  margin-bottom: 1rem !important;
} 
  
.br-f {
  padding-top: 20px;
  border: none;
} 
  
.banner_text {
  background: #05182ede;
  padding: 20px;
}  

.banner_content {
    top: 99px;
    height: auto;
}
  .banner_text .para::after {top: 2px;}
.ftr_lgo img {
  width: 70%;
}
  .call_icon img{width: 18px;}  
  
.banner_text p strong {
  font-size: 19px;
}  
.achieve_mobile_heading {
    width: 100%;
  }
  
}