/*
Theme Name: TMT-PlUS
Description: .

Author: TMT-PlUS
Version: 7.0.1
Tags:  
*/ 



.section-title h2 {
    font-size: 34px;
    font-weight: 800;
    color: #284b8c;
    margin-bottom: 20px;
}
/*.es_subscription_form es_shortcode_form  {*/
/*    display: block;*/
/*    width: 100%;*/
/*    padding: 0.375rem 0.75rem;*/
/*    font-size: 1rem;*/
/*    line-height: 1.5;*/
/*    color: #495057;*/
/*    background-color: #fff;*/
/*    background-clip: padding-box;*/
/*    border: 1px solid #ced4da;*/
/*    border-radius: 0.25rem;*/
/*    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
/*}   */
 

/*.ig_es_form_field_email  {*/
/*    position: relative;*/
/*    -webkit-box-flex: 1;*/
/*    -ms-flex: 1 1 auto;*/
/*    flex: 1 1 auto;*/
/*    width: 200%;*/
/*    margin-bottom: 0;*/
/*}*/



/*.es-field-wrap {*/
/*    position: relative;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    -webkit-box-align: stretch;*/
/*    align-items: stretch;*/
/*    width: 100%;*/
/*}*/




/*.es-field-wrap>.custom-file, .es-field-wrap>.custom-select, .es-field-wrap>.ig_es_form_field_email {*/
/*    position: relative;*/
/*    -webkit-box-flex: 1;*/
/*    -ms-flex: 1 1 auto;*/
/*    flex: 1 1 auto;*/
/*    width: 1%;*/
/*    margin-bottom: 0;*/
/*}*/


/*.es_submit_button:hover {*/
/*    background-color: #ffcc29;*/
/*    border: 1px solid #ffcc29;*/
/*    transition: 0.5s;*/
/*    color: #284b8c;*/
/*}*/
/*.newsletter .es_submit_button {*/
/*    padding: 17px;*/
/*    border: 1px solid #fa0026;*/
/*    background-color: #fa0026;*/
/*    color: #fff;*/
/*    font-size: 20px;*/
/*    font-weight: 600;*/
/*    cursor: pointer;*/
/*    transition: 0.5s;*/
/*}*/


.wpcf7-form-control.btn {
    background-color: #fa0026;
    border: 1px solid #fa0026;
}
.wpcf7-form-control {
    color: #fff;
    padding: 8px 35px;
    font-weight: 600;
    border-radius: 5px;
    transition: 0.6s;
    cursor: pointer;
}
.wpcf7-form-control {
    display: inline-block;
    font-weight: 400;

    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#wpcf7-f626-o1 .wpcf7-response-output{
	color:#fff !important;
}

.social-li-nks {
    position: fixed;
    bottom: 10px;
    z-index: 99;
    left: 10px;
    /* right: 0; */
    width: auto;
    text-align: left;
    float: left;
}
.social-li-nks.social-li-nks1 img {
    background: #ffffff;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #555;
}

.social-li-nks ul
{
    display: flex;
    flex-wrap: wrap;

}

.social-li-nks ul li a img
{
    width: 35px;
    transition:all ease-in-out 0.3s;
}

.social-li-nks ul li a {
    display: inline-block;
    border-radius: 6px;
    overflow: hidden;
}

.social-li-nks ul li
{
    margin-left: 10px;
}


/*.social-li-nks ul li a:hover img
{
    box-shadow: 0 0 10px 1px #51af64;
}
*/

ul {
  list-style-type: none;
}

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


body .testimonial {
    padding: 60px 0;
}
body .testimonial .row .tabs {
  all: unset;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
}
body .testimonial .row .tabs li {
  all: unset;
  display: block;
  position: relative;
}
body .testimonial .row .tabs li.active::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-color: #71b85f;
  border-radius: 50%;
}
body .testimonial .row .tabs li.active::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: #71b85f;
  border-radius: 50%;
}
body .testimonial .row .tabs li:nth-child(1) {
  align-self: flex-end;
}
body .testimonial .row .tabs li:nth-child(1)::before {
  left: 64%;
  bottom: -50px;
}
body .testimonial .row .tabs li:nth-child(1)::after {
  left: 97%;
  bottom: -81px;
}
body .testimonial .row .tabs li:nth-child(1) figure img {
  margin-left: auto;
}
body .testimonial .row .tabs li:nth-child(2) {
  align-self: flex-start;
}
body .testimonial .row .tabs li:nth-child(2)::before {
  right: -65px;
  top: 50%;
}
body .testimonial .row .tabs li:nth-child(2)::after {
  bottom: 101px;
  border-radius: 50%;
  right: -120px;
}
body .testimonial .row .tabs li:nth-child(2) figure img {
  margin-right: auto;
  max-width: 300px;
  width: 100%;
  margin-top: -50px;
}
body .testimonial .row .tabs li:nth-child(3) {
  align-self: flex-end;
}
body .testimonial .row .tabs li:nth-child(3)::before {
  right: -10px;
  top: -66%;
}
body .testimonial .row .tabs li:nth-child(3)::after {
  top: -130px;
  border-radius: 50%;
  right: -46px;
}
body .testimonial .row .tabs li:nth-child(3) figure img {
  margin-left: auto;
  margin-top: -50px;
}
body .testimonial .row .tabs li:nth-child(3):focus {
  border: 10px solid red;
}
body .testimonial .row .tabs li figure {
  position: relative;
}
body .testimonial .row .tabs li figure img {
  display: block;
}
body .testimonial .row .tabs li figure::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 4px solid #dff9d9;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
body .testimonial .row .tabs li figure:hover::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
body .testimonial .row .tabs.carousel-indicators li.active figure::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
body .testimonial .row .carousel > h3 {
  font-size: 20px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  margin-bottom: 0;
}
body .testimonial .row .carousel h1 {
  font-size: 40px;
  line-height: 1.225;
  margin-top: 23px;
  font-weight: 700;
  margin-bottom: 0;
}
body .testimonial .row .carousel .carousel-indicators {
  all: unset;
  padding-top: 43px;
  display: flex;
  list-style: none;
}
body .testimonial .row .carousel .carousel-indicators li {
  background: #000;
  background-clip: padding-box;
  height: 2px;
}
body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper {
  margin-top: 42px;
}
body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper p {
  font-size: 18px;
  line-height: 1.72222;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}
body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper h3 {
  color: #000;
  font-weight: 700;
  margin-top: 37px;
  font-size: 20px;
  line-height: 1.45;
  text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {
  body .testimonial .row .tabs {
    margin-right: 25px;
  }
}


.faq {
    padding: 0px 0 70px;
}
.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list li {
    background-color: #ffee5a;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px 40px;
}
.faq .faq-list a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    text-decoration: none;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: -25px;
  top: 6px;
  transition: 1s;
}
.faq-title {
    text-align: center;
    font-size: 17px;
    border-bottom: 2px dashed #ffffff;
    margin-bottom: 30px;
    padding-bottom: 10px;
    color: #ffffff;
}

.faq .faq-list p {
  padding-top: 5px;
  margin-bottom: 20px;
  font-size: 15px;
}

.collapsed i.fas.fa-arrow-up {
    
}
.collapsed i.fas.fa-arrow-up {
    transform: rotate(180deg);
}
section.counter {
    margin-bottom: 80px;
}
.count-up:hover {
    text-align: center;
    background-color: #284b8c;
    color: white;
    border: 2px solid #284b8c;
}
p.counter-count:hover {
    font-size: 31px;
    text-align: center;
    color: white;
    border: 2px solid #284b8c;
   
}
.count-up {
    text-align: center;
    border: 2px solid #c9c5c59e;
}
.count-up h3 {
    margin-top: 0;
    font-size: 22px;
}
.section-title2 h2 {
    font-size: 34px;
    font-weight: 800;
    color: #284b8c;
    margin-bottom: 20px;
    margin-top: 80px;

}

.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
   
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
        background-size: cover;
}


.sdr {
    margin-top: 30px;
}

.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
/* ------testimonial  close-------*/


.section-title h2 span {
    color: #fa0026;
}

img {
  height: 100%;
  object-fit: cover;}
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin top by nav height */
  padding-top: 5rem;
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
/* Sticky footer styles
-------------------------------------------------- */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}
.title-1 {
  padding: 3rem 1.5rem;
  text-align: center;
}
.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}



/* code customized by Iatek LLC 2018 */
/* Sticky carousel-example-1 styles
-------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
    /* Show 4th slide on md if col-md-4*/
    #carousel-example-1 .carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    /* Show 3rd slide on sm if col-sm-6*/
    #carousel-example-1 .carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -50%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}
@media (min-width: 576px) {
    #carousel-example-1 .carousel-item {
        margin-right: 0;
    }
    /* show 2 items */
    #carousel-example-1 .carousel-inner .active + .carousel-item {
        display: block;
    }
    #carousel-example-1 .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    #carousel-example-1 .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
        transition: none;
    }
    #carousel-example-1 .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    /* left or forward direction */
    #carousel-example-1 .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    #carousel-example-1 .carousel-item-next.carousel-item-left + .carousel-item,
    #carousel-example-1 .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* farthest right hidden item must be also positioned for animations */
    #carousel-example-1 .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* right or prev direction */
    #carousel-example-1 .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    #carousel-example-1 .carousel-item-prev.carousel-item-right + .carousel-item,
    #carousel-example-1 .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}
/* MD */
@media (min-width: 768px) {
    /* show 3rd of 3 item slide */
    #carousel-example-1 .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }
    #carousel-example-1 .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }
    #carousel-example-1 .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    /* left or forward direction */
    #carousel-example-1 .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* right or prev direction */
    #carousel-example-1 .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}
/* LG */
@media (min-width: 991px) {
    /* show 4th item */
    #carousel-example-1 .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
        display: block;
    }
    #carousel-example-1 .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }
    /* Show 5th slide on lg if col-lg-3 */
    #carousel-example-1 .carousel-inner .active.col-lg-3.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* left or forward direction */
    #carousel-example-1 .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* right or prev direction //t - previous slide direction last item animation fix */
    #carousel-example-1 .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

/* code customized by Iatek LLC 2018 */
/* Sticky carousel-example-1 styles
-------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
    /* Show 4th slide on md if col-md-4*/
    #carousel-example-2 .carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    /* Show 3rd slide on sm if col-sm-6*/
    #carousel-example-2 .carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -50%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}
@media (min-width: 576px) {
    #carousel-example-2 .carousel-item {
        margin-right: 0;
    }
    /* show 2 items */
    #carousel-example-2 .carousel-inner .active + .carousel-item {
        display: block;
    }
    #carousel-example-2 .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    #carousel-example-2 .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
        transition: none;
    }
    #carousel-example-2 .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    /* left or forward direction */
    #carousel-example-2 .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    #carousel-example-2 .carousel-item-next.carousel-item-left + .carousel-item,
    #carousel-example-2 .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* farthest right hidden item must be also positioned for animations */
    #carousel-example-2 .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* right or prev direction */
    #carousel-example-2 .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    #carousel-example-2 .carousel-item-prev.carousel-item-right + .carousel-item,
    #carousel-example-2 .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}
/* MD */
@media (min-width: 768px) {
    /* show 3rd of 3 item slide */
    #carousel-example-2 .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }
    #carousel-example-2 .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }
    #carousel-example-2 .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    /* left or forward direction */
    #carousel-example-2 .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* right or prev direction */
    #carousel-example-2 .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}
/* LG */
@media (min-width: 991px) {
    /* show 4th item */
    #carousel-example-2 .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
        display: block;
    }
    #carousel-example-2 .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }
    /* Show 5th slide on lg if col-lg-3 */
    #carousel-example-2 .carousel-inner .active.col-lg-3.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* left or forward direction */
    #carousel-example-2 .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* right or prev direction //t - previous slide direction last item animation fix */
    #carousel-example-2 .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

.certification_assurance {
    background: #284b8c;
    padding: 55px 0 50px;
    margin-top: 80px;
}

.certification_text h2 span {
    color: #fff;
}

.certification_text h2 {
    font-size: 34px;
    font-weight: 800;
    color: #fa0026;
}

.cerification_cnt h3 {
    font-size: 21px;
    font-weight:700;
    color: #fff;
    margin-top: 20px;
    text-align: center;
}
.sec_become_dealer {
    box-shadow: rgb(0 0 0 / 62%) 0px 0px 20px;
    background: #fff;
    padding: 20px 0;
}

.become_cnt {
    background: #152740;
    display: inline-block;
    margin: 15px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.become_cnt h4  {
    color: #fff;
    font-weight: 800;
    font-size: 32px;
    padding: 20px;
    line-height: 24px;
    margin-bottom: 0;
}

.become_cnt h4 a {
    color: #fff;
  }

.become_sec h2 {
    font-size: 44px;
    font-weight: 800;
    color: #163168;
    text-transform: uppercase;
    margin-bottom: 0;
}

.procedes_brand img {
    width: 130px;
}

.procedes_brand {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 20px 0;
}

.procedes_brand_img h4 {
    font-size: 26px;
    font-weight: 700;
    color: #fa0026;
}

.procedes_brand_img p {
    font-size: 20px;
    color: black;
    max-width: 545px;
    margin-bottom: 0;
}
.procedes_brand_img {
    margin-left: 37px;
    margin-top: 0;
}

.portable_venture h2 span {
    color: #fa0026;
}

.portable_venture h2 {
    font-size: 38px;
    font-weight: 800;
    text-transform: uppercase;
    color: #163168;
    margin-bottom: 20px;
}
.partner_venture_cnt {
    margin-top: 50px;
    margin-bottom: 50px;
}

.client_sec {
    background: #284b8c;
    padding: 60px 0;
}
.client_sec p.text-white {
    font-size: 20px;
    line-height: 36px;
}
.client_cnt h2 {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 40px;
}


.arrows-cnt .carousel-control i{
  
    font-size: 40px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: #FFF;
    text-shadow: none;
}

.client_sec .img-box{
  display: flex;
  align-items: center;
  border-radius: 2%;

}
.client-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    text-align: left;
}
.client-content b {
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    display: block;
}
p.client-content {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
.client-text .rating i {
    color: #fecc00;
    font-size: 25px;
}
.client-img {
    margin-right: 20px;
    width: 110px;
}
.client_sec .carousel-control {
    bottom: 80px;
    top: inherit !important;
    opacity: 1;
}

.successful_client {
    background: #284b8c;
    padding: 60px 0;
}

.growth_story_sec h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 800;
    MARGIN-BOTTOM: 30PX;
}

.growth_story_sec h2 span {
    color: #fee32b;
}

.growth_story_sec p {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    line-height: 37px;
    margin-top: 0;
    margin-bottom: 30px;
}

.parvati-group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.client_cnt h2 i {
    color: #d7443e;
    padding-left: 11px;
    padding-right: 15px;
    font-size: 49px;
}

.parvati-group h3 {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    margin-left: 30px;
}

.parvati-group p {
    font-size: 18px;
    color: #fff;
}

.parvati-group i {
    display: list-item;
    color: #fecc00;
    padding: 10px 4px;
    font-size: 20px;
}

.become_our_dealer_cnt h3 {
    font-size: 40px;
    font-weight:800;
    line-height: 48px;
    text-transform: capitalize;
    color: #163168;
}

.become_our_dealer_cnt h3 span {
    color: #fa0026;
}

.become_our_dealer {
    /* margin-top: 80px; */
    border-bottom: 2px solid black;
    box-shadow: 0 0 20PX rgba(0, 0, 0, 0.4);
    padding: 40px 0 60px;
}



.become_our_dealer_button a {
    background: #163168;
    padding: 10px 27px 16px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    width: 652px;
    margin: 20px auto 50px;
    display: block;
    color: #ffffff;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
}
.become_our_dealer_button a:hover,
.become_our_dealer_button a:focus {
    color: #ffffff;
}


.best_quality_products{

  background-image: url(../images/pattern.png);
   
    position: relative;
    z-index: 1;
}


.chat_sec h2 a {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    line-height: 42px;
}
.chat_sec h2 a i {
    font-weight: 300;
    font-size: 30px;
}
.chat_sec a img {
    max-width: 10%;
}

.successful_client_content {
    background: red;
    padding: 80px 0;
}


.parvati-content {
    display: flex;
    justify-content: center;
    text-align: center;
}


.shine_sec h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
}

.shine_sec p {
    color: #fff;
    font-size: 23px;
    margin-bottom: 5px;
}

.shine_sec i {
    color: #fecc00;
    font-size: 28px;
}

.parvati-group img {
    width: 150px;
    /* max-width: 300px; */
}

.parvati-content {
    display: flex;
    justify-content: center;
    text-align: left;
    align-items: center;
}

.shine_sec {
    margin-left: 40px;
}
.wrapper{
  padding: 70px 0;
  overflow-x: hidden;
}


.my-slider{
  padding: 0 70px;
}
.slick-initialized .slick-slide{
  background-color: #b32532;
  color: #FFF;
  height: 200px;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}



.slick-next, .slick-prev{
  z-index: 5;
}
.slick-next{
  right: 15px;
}
.slick-prev{
  left: 15px;
}
.slick-next:before, .slick-prev:before{
  color: #000;
  font-size: 26px;
}
.experts_form {
    padding-bottom:35px;
}
.free_quote_sec h2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 44px;
    text-transform: uppercase;
    color: #163168;
    margin-bottom: 0;
}
.free_quote_sec h2 span {
    color: red;
}

.icons_two {
    background: #0e4e02;
    display: flex;
    border-radius: 86px;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px 20px 50px;
}
.icons_two .whatsapp_icons {
    width: 90px;
    border-radius: 50px;
    overflow: hidden;
}
.client-slider .owl-item {
    display: inline-block;
    vertical-align: top;
}

.client-slider {
    overflow: hidden;
    position: relative;
}

.section-title__02 {
    font-size: 34px;
    font-weight: 800;
    color: #284b8c;
    text-align: center;
    margin-bottom: 36px;
    font-family: 'Lato', sans-serif;
}



.certification-slider {
    overflow: hidden;
    position: relative;
}



.client-slider .owl-nav,
.certification_assurance .owl-nav {
    display: none;
}
.certification-col {
    padding: 0 40px;
}
.quality-slider {
    overflow: hidden;
}
.quality-product-section {
    padding: 60px 0 0;
}
.quality-product-section h2 {
    font-size: 38px;
    font-weight: 800;
    color: #152740;
    text-align: center;
    margin-bottom: 30px;
}
.item.quality-col {
    padding: 15px 10px 45px;
}
.quality-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.quality-card h3 a{
    color: #ff0000;
    font-weight: 500;
    font-size: 24px;
}
.quality-card p {
    color: #242424;
    margin-bottom: 0;
    font-size: 18px;
}
.quality-content {
    padding: 25px 20px;
}

.client-col {
    text-align: center;
    padding: 0 14px;
}
@media (min-width: 1200px) {
    .quality-product-section .container {
        max-width: 1230px;
    }
}

.custom-banner {
    padding: 110px 60px 20px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}
.custom-banner h1 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 30px;
}
.custom-banner-content {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.custom-banner h1 span {
    color: #fa0026;
    font-style: italic;
}
.custom-banner-content p {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}
.custom-banner-form {
    position: relative;
    height: 100%;
}
.custom-banner-form:before {
    content: "";
    top: -70px;
    right: -100%;
    bottom: -20px;
    left: 0;
    background: #fff;
    z-index: 0;
    position: absolute;
}
.custom-banner-form:after {
    content: "";
    top: -70px;
    right: 100%;
    bottom: -20px;
    left: -350px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%);
    z-index: 0;
    position: absolute;
}
.banner-form {
    position: relative;
    z-index: 1;
}
.banner-form h2 {
    text-align: center;
    font-size: 28px;
    color: #284b8c;
    font-weight: 600;
    margin-bottom: 40px;
}
.banner-form h2 span {
    color: #fa0026;
    font-weight: 800;
}
.form-field {
    background: #284b8c;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    height: 45px;
    font-weight: 600;
    outline: 0;
    padding: 10px 20px;
    width: 100%;
    font-size: 18px;
}
textarea.form-field {
    height: 120px;
}
.banner-form .wpcf7-form-control-wrap {
    margin-bottom: 35px;
    display: block;
}
.form-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
.form-field::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
.form-field:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
.form-field:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}

.form-btn {
    color: #000000;
    border: 1px solid #000000;
    border-radius: 50px;
    background: #fff;
    padding: 15px 50px;
    display: block;
    font-size: 20px;
    width: 330px;
    box-shadow: 0 6px 7px rgba(0, 0, 0, 0.2);
    margin: 35px auto 0;
    transition: all 0.35s ease-in-out;
}
.form-btn:hover,
.form-btn:focus {
    background: #fa0026;
    color: #ffffff;
}

.quality-product-section {
    background: url(images/pattern-dealer-page.png);
}

.product_detail_page ul {
    list-style-type: circle;
    margin-left: 20px;
}

.product_detail_page ul li {
    list-style: disc;
}
.experts_form.experts {
    margin-top: 70px;
    margin-bottom: 60px;
}

.social-li-nks.social-li-nks1 {
    display: none;
}

.iframe-responsive {
    position: relative;
    padding-top: 60%;
}

.iframe-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}