@import url('https://fonts.googleapis.com/css2?family=Petit+Formal+Script&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('animate.css');
@import url('custom-animate.css');
@import url('swiper.min.css');
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    line-height: 1.25em;
    margin: 0px;
    background: none;
    color: #212121;
    font-family: 'Mukta', sans-serif;
}
.container-fluid{
    padding-left: 50px;
    padding-right: 50px;
}
a.dropdown-item:hover {
    background: #db2c1c;
    color: #fff;
}
@font-face {
  font-family: Calibri;
  src: url(../fonts/Calibri-Bold.ttf);
  src: url(../fonts/Calibri-Italic.ttf);
  src: url(../fonts/Calibri-Light.ttf);
  src: url(../fonts/Calibri-Regular.ttf);
}
@font-face {
  font-family: impact;
  src: url(../fonts/impact.ttf);
}
@font-face {
  font-family: shree;
  src: url(../fonts/shree.ttf);
}
html, body{
    overflow-x: hidden;
}
/*Header Section Css start Here*/
.dropdown:hover>.dropdown-menu {
    display: block;
}
a.dropdown-item {
    font-size: 16px;
    color: #000000;
    font-family: "Calibri";
    text-transform: uppercase;
    line-height: 30px;
    border-bottom: 1px solid #cccccc;
}
.header-img img {
    width: 54%;
}
.header-img {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: flex-end;
}
.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}
.dropdown-menu{
    min-width: 13rem;
}
.logo img{
    width: 70%;
}
.logo{
    padding-top: 20px;
}
.c-form-left h2 {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 10px;
}
.c-form-left h2 {
    font-weight: 700;
    color: #eb3535;
    position: relative;
    margin-bottom: 30px;
    font-size: 35px;
}
.c-form-left h2::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    width: 300px;
    border-bottom: 2px solid;
    border-bottom-style: dashed;
    border-bottom-color: #1a1a1a;
}
.c-form-left h2 span {
    color: #1a1a1a;
}
.contact-info a {
    font-size: 17px;
    line-height: 17px;
    color: #000000;
    font-family: "Calibri";
}
nav.navbar.navbar-expand-lg.navbar-light {
    background: #db2c1c;
    margin-top: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
}
nav.navbar.navbar-expand-lg.navbar-light a.nav-link {
    font-size: 21px;
    color: #ffffff;
    font-family: "Calibri";
    text-transform: uppercase;
    padding: 0;
    line-height: 21px;
}
nav.navbar.navbar-expand-lg.navbar-light ul.navbar-nav.mr-auto li.nav-item {
    margin-right: 22px;
    border-right: 2px solid #fff;
    padding-right: 22px;
}
nav.navbar.navbar-expand-lg.navbar-light ul.navbar-nav.mr-auto li.nav-item:last-child{
    border-right: 0px solid;
    padding-right: 0px; 
}
a#dropdownMenuButton {
    position: relative;
}
a#dropdownMenuButton:before {
    content: '';
    background: #fff;
    position: absolute;
    width: 15px;
    height: 2px;
    right: -24px;
    top: 10px;
}
a#dropdownMenuButton:after {
    content: '';
    background: #fff;
    position: absolute;
    width: 2.5px;
    height: 15px;
    right: -18px;
    top: 4px;
}
a#dropdownMenuButton:hover:after, a#dropdownMenuButton:hover:before{
    background-color: #000
}
nav.navbar.navbar-expand-lg.navbar-light a.nav-link:hover {
    color: #000;
}
.active {
    color: #000!important;
}
.product-sec-content a:hover {
    color: #000;
}
li.nav-item.dropdown {
    padding-right: 35px!important;
}
/*Header Section Css End Here*/

/*Footer Section Css Start Here*/
footer.footer {
    background-color: #0982a6;
    padding: 50px 0;
}
.get-in-touch-content{
    margin-top: 20px;
}
.get-in-touch-content .get-in-touch-content-inner{
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.get-in-touch-content .get-in-touch-content-inner:last-child{
    margin-bottom: 0px;
}
.get-in-touch-content-inner i{
    color: #ffffff;
    font-size: 17px;
}
.get-in-touch-content-inner p, .get-in-touch-content-inner p a{
    font-size: 17px;
    line-height: 22px;
    color: #ffffff;
    font-family: "Raleway";
}
.pl-2{
    padding-left: 30px!important;
}
footer.footer h2 {
    border-bottom: 3px solid #ffffff;
    padding-bottom: 10px;
    font-size: 21px;
    line-height: 31px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Rubik";
}
ul.footer-menu {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0px;
}
ul.footer-menu li a {
    font-size: 15px;
    line-height: 29px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Rubik";
}
ul.footer-menu li a:hover{
    text-decoration: none;
}
ul.footer-menu li {
    margin-bottom: 13px;
    position: relative;
    padding-left: 20px;
}
ul.footer-menu li:before {
    content: '';
    background: url(../images/arrow-left.png);
    width: 10px;
    height: 7px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    top: 10px;
    left: 0;
}
ul.footer-menu li:last-child{
    margin-bottom: 0px;
}
.social-media-footer li {
    display: inline-block;
    margin-bottom: 0px!important;
    margin-right: 10px;
}
.footer-social-media{
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
    display: flex;
    gap: 15px;
    margin-top: 20px;
}
.footer-social-media li{
    display: inline-block;
}
.copyright-footer {
    background: #027091;
    padding: 15px 0;
    text-align: center;
}
.copyright-footer p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 14px;
    color: #ffffff;
    font-family: "Myriad Pro";
}
.top-footer{
    background: #d1d1d1;
    padding-bottom: 30px;
    padding-top: 30px;
}
.top-footer h2 {
    font-size: 36px;
    line-height: 32px;
    color: #ff0000;
    font-weight: 600;
    font-family: "Rubik";
}
.top-footer h2 span{
    color: #0982a6;
}
/*Footer Section Css End Here*/

section.welcom-sec {
    background: url(../images/about-us-bg.png);
    background-size: cover;
    padding: 50px 0;
}
.about-title h3 {
    font-size: 23px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Rubik";
}
.about-title h2{
    font-size: 34px;
    line-height: 46px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Rubik";
    border-bottom: 3px solid #ffffff
}
.about-title p {
    font-size: 16px;
    line-height: 23px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Rubik";
    margin-top: 30px;
    text-align: justify;
}
.mission-vision-content{
    padding-left: 40px;
}
.mission-vision-content p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 23px;
    color: #4e4e4e;
    font-weight: 300;
    font-family: "Rubik";
    text-align: justify;
}

/*Product Section Css Start Here*/
.product-sec{
    background: #d3d3d3;
    padding-top: 20px;
    padding-bottom: 20px;
}
.sec-title {
    position: relative;
}
.sec-title img{
    width: 21%;
}
.mb-40{
    margin-bottom: 40px;
}
.mb-20{
    margin-bottom: 20px;
}
.product-sec-content h2{
    font-size: 25px;
    line-height: 32px;
    color: #000000;
    font-weight: 400;
    font-family: "Rubik";
}
.product-sec-content a{
    font-size: 16px;
    line-height: 32px;
    color: #db2c1c;
    font-weight: 300;
    font-family: "Rubik";
    text-decoration: none;
}
/*Product Section Css End Here*/

/*Cta Section Start Here*/
.cta-sec{
    background: url(../images/cta-bg.png);
    background-size: cover;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.cta-sec-wrapper h2 {
    font-size: 79px;
    line-height: 91px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Rubik";
    margin-top: 10px;
    position: relative;
}
.cta-sec-wrapper h2:after {
    content: '+';
}
.cta-sec-wrapper p{
    font-size: 21px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Rubik";
}
/*Cta Section End Here*/

/*Brand Section Css Start Here*/
.brand-sec {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../images/dot-img.png);
    background-repeat: no-repeat;
    background-size: 50% auto;
}
.brand-sec-content .sec-title h2{
    color: #db2c1c;
    font-weight: 600;
}
.brand-sec-content .sec-title img {
    width: 43%;
}
.mb-30{
    margin-bottom: 30px;
}
/*Brand Section Css End Here*/

/*Inner Page Banner Section Css Start Here*/
.inner-page-banner {
    padding-top: 120px;
    padding-bottom: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.gallery-banner{
    background-image: url(../images/gallery-banner.png);
}
.video-banner{
    background-image: url(../images/video-banner.png);
}
.about-banner{
    background-image: url(../images/about-banner.png);
}
.venture-banner{
    background-image: url(../images/venture-banner.png);
}
.kpl-banner{
    background-image: url(../images/kpl-banner.png);
}
.logan-banner{
    background-image: url(../images/logan-banner.png);
}
.salaar-banner{
    background-image: url(../images/salaar-banner.png);
}
.jcb-banner{
    background-image: url(../images/jcb-banner.png);
}
.contact-us-banner-bg{
    background-image: url(../images/contact-us-banner.png);
}
.rrk-banner{
    background-image: url(../images/rrk-banner.png);
}
.inner-page-banner h1{
    font-size: 42px;
    line-height: 55px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Rubik";
    filter: drop-shadow(2.5px 4.33px 2.5px rgba(0,0,0,0.75));
}
/*Inner Page Banner Section Css End Here*/

/*About Us Page Css Start Here*/
.about-us-sec-content .about-title h3{
    color: #000000;
}
.about-us-sec-content .about-title h2{
    color: #db2c1c;
    border-color: #000000
}
.about-us-sec-content .about-title p{
    color: #393939;
    font-size: 16px;
}
.about-us-sec{
    padding: 70px 0;
    background-image: url(../images/about-inner-bg.png);
    background-position: top right;
    background-repeat: no-repeat;
}
.about-us-sec-img:after {
    width: 434px;
    height: 361px;
    background-color: #01a3d3;
    content: '';
    position: absolute;
    left: 20px;
    z-index: -1;
    top: -13px;
}
.mission-vision-sec{
    background-image: url(../images/mission-vision-bg.png);
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}
.mission-vision-sec-inner-content {
    border-radius: 30px;
    filter: drop-shadow(0 0 10.5px rgba(0,0,0,0.13));
    background-color: #ffffff;
    padding: 20px;
}
.mission-vision-sec-inner-content h2 {
    font-size: 25px;
    line-height: 21px;
    color: #e31e24;
    font-weight: 600;
    font-family: "Raleway";
    margin-bottom: 20px;
}
.mission-vision-sec-inner-content p {
    font-size: 16px;
    line-height: 21px;
    color: #393939;
    font-weight: 400;
    font-family: "Rubik";
    margin-bottom: 0;
}
.managing-director-sec-title h2{
    font-size: 95px;
    line-height: 95px;
    color: #747474;
    font-family: "Impact";
    opacity: 0.329;
}
.managing-director-sec{
    margin-top: 70px;
    margin-bottom: 70px;
}
.managing-director-sec-title h3 {
    font-size: 53px;
    line-height: 53px;
    color: #e31e24;
    font-family: "Impact";
    margin-top: -35px;
}
.managing-director-sec-content p {
    font-size: 16px;
    line-height: 21px;
    color: #393939;
    font-weight: 400;
    font-family: "Rubik";
    text-align: justify;
}
.managing-director-sec-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
/*About Us Page Css End Here*/

/*Product Page Css Start Here*/
.product-list-sec{
    background-image: url(../images/about-inner-bg.png);
    background-position: top right;
    padding-top: 70px;
    padding-bottom: 70px;
    background-repeat: no-repeat;
}
.product-list-sec p{
    font-size: 16px;
    line-height: 23px;
    color: #656565;
    font-weight: 300;
    font-family: "Rubik";
    text-align: center;
}
.product-list-sec-inner .product-list-sec-inner-img {
    background-image: radial-gradient(circle at center, #ffffff 0%, #cfcfcf 100%);
    padding: 50px 50px 20px;
    text-align: center;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
.product-list-sec-inner-content {
    background-color: #db2c1c;
    padding: 20px;
    text-align: center;
}
.product-list-sec-inner-content h2 {
    font-size: 25px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Rubik";
    text-transform: uppercase;
}
.product-list-sec-inner-content h3{
    font-size: 21px;
    line-height: 31px;
    color: #fffc00;
    font-weight: 600;
    font-family: "Rubik";
}
.product-list-sec-inner-content h3 span{
    color: #ffffff
}
.product-list-sec-inner {
    margin-bottom: 30px;
}
.product-list-sec-inner img {
    transition: 1s;
}
.product-list-sec-inner:hover img {
    transform: scale(1.2);
}
/*Product Page Css End Here*/

/*Venture Page Css Start Here*/
.venture-sec{
    background-image: url(../images/about-inner-bg.png);
    background-position: top right;
    padding-top: 70px;
    padding-bottom: 70px;
    background-repeat: no-repeat;
}
.venture-sec h2{
    font-size: 34px;
    line-height: 46px;
    color: #db2c1c;
    font-weight: 600;
    font-family: "Rubik";
}
.venture-sec hr {
    width: 465px;
    height: 1px;
    background-color: #000000;
    margin: 0 0 30px;
}
.venture-sec p {
    font-size: 16px;
    line-height: 23px;
    color: #656565;
    font-weight: 300;
    font-family: "Rubik";
}
.mb-60{
    margin-bottom: 60px;
}
/*Venture Page Css End Here*/

/*Gallery Page Css Start Here*/
.gallery {
    display: flex;
    flex-wrap: wrap;
    border: 10px solid #fff;
    width: calc(100% - 50px);
    margin: 60px auto 60px;
    gap: 20px;
}
.gallery a {
    display: block;
    text-decoration: none;
    width: 32%;
    overflow: hidden;
    outline: none;
}
.gallery a img {
    height: 100%;
    transform: scale(1,1);
    transition: all 300ms ease;
}
.gallery a img:hover {
    transform: scale(1.1,1.1);
}
.bg {
    width: 100%;
    height: 400px;
    background-size: cover;
    transform: scale(1,1);
    transition: all 300ms ease;
    background-size: 100% 100%;
}
.bg:hover {
    transform: scale(1.1,1.1);
}
@media(max-width: 991px) {
  .gallery a {
    width: 50%;
  }
}
@media(max-width: 767px) {
  .gallery a {
    width: 100%;
  }

}
.fancybox-button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 2px!important;
}
/*Gallery Page Css End Here*/

.mt-70{
    margin-top: 70px;
}
.mb-70{
    margin-bottom: 70px;
}
/*Contact Us Page Css Start Here*/
.contact-form.contact-form-2 .form-filed {
    flex: 0 0 100%;
}
.c-form-right {
    background-color: #eb3535;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 20px;
    padding-left: 20px;
}
input[type="text"], input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    color: #a5a5a5;
    line-height: 26px;
    padding: 10px 20px;
    height: 60px;
    font-size: 14px;
    border: 1px solid #a8a8a8;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 25px;
}
.c-form-right input[type="submit"] {
    background: #000;
    color: #fff;
    line-height: 26px;
    padding: 10px 50px;
    height: 60px;
    font-size: 14px;
    border: none;
    text-transform: uppercase;
    transition: all 0.6s;
    border: 1px solid #000;
}

.contact-info h4 i {
    color: #1b3989;
    font-weight: 700;
    font-size: 30px;
}
.contact-info h4 span {
    margin-top: 5px;
    position: absolute;
    margin-left: 2px;
    font-size: 30px;
    color: #1b3989;
}
.contact-info {
    display: flex;
    justify-content: center;
    height: 100%;
}
.form-filed.area-detail {
    flex: 0 0 100%!important;
}
.form-filed{
    margin-bottom: 30px;
}
.form-sec .contact-info {
    flex-direction: column;
}
textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 20px;
    color: #a5a5a5;
    height: 200px;
    font-size: 14px;
    resize: none;
    border: 1px solid #a8a8a8;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 25px;
}
.c-form-left h3 {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 10px;
}
.c-form-left p {
    max-width: 350px;
    width: 100%;
    color: #000;
}
.class52 {
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    padding-top: 25px;
}
section.map {
    margin-bottom: -5px;
}
nav.navbar.navbar-expand-lg.navbar-light.sticky {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: -20px;
}
/*Contact Us Page Css End Here*/

@media only screen and (max-width: 575px) {
    .top-header .col-lg-6.md-6.col-xl-6.col-sm-6.col-xs-6 {
        width: 50%;
    }
    nav.navbar.navbar-expand-lg.navbar-light .container {
        justify-content: end;
    }
    nav.navbar.navbar-expand-lg.navbar-light button.navbar-toggler {
        position: relative;
    }
    p {
        text-align: justify!important;
    }
    .mission-vision-content p {
        text-align: justify!important;
    }
    #counter {
        background: transparent;
        padding: 25px;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }
    .cta-sec-wrapper p {
        text-align: center!important;
    }
    .managing-director-sec-title h2 {
        font-size: 80px;
    }
    .mission-vision-sec-content.text-center {
        margin-bottom: 20px;
    }
    nav.navbar.navbar-expand-lg.navbar-light button.navbar-toggler:before {
        content: 'Menu';
        position: absolute;
        left: -17rem;
        font-size: 21px;
        line-height: 32px;
        color: #ffffff;
        font-weight: 600;
        font-family: "Rubik";
        transform: translate(-0.5rem, 0px);
    }
    .logo img {
        width: 100%;
    }
    .header-img img {
        width: 100%;
        padding-top: 20px;
    }
    nav.navbar.navbar-expand-lg.navbar-light {
        height: 90px;
    }
    ul.navbar-nav {
        z-index: 9999;
        position: relative;
        background: #db2c1c;
        padding: 20px;
    }
    .mission-vision-content {
        padding-left: 0px;
    }
    .mission-vision-wrapper {
        background: #fff;
        padding: 20px;
        margin-bottom: 20px;
    }
    .brand-sec-content .col-xl-6.col-lg-6.col-md-6.col-sm-6.col-xs-12 {
        width: 50%;
    }
    .brand-logo img {
        width: 100%;
    }
    .brand-sec-img img{
        width: 100%
    }
    .top-footer h2 {
        font-size: 26px;
    }
    .cta-sec-wrapper img {
        width: auto;
    }
    .product-sec-content img {
        width: auto;
    }
    .about-us-sec-img:after {
        width: 348px;
        height: 279px;
        background-color: #01a3d3;
        content: '';
        position: absolute;
        left: 20px;
        z-index: -1;
        top: -8px;
    }
    .venture-sec hr {
        width: 100%;
        height: 1px;
        background-color: #000000;
        margin: 0 0 30px;
    }
    .gallery {
        width: 100%;
    }
    .c-form-right {
        margin-top: 30px;
    }
}
.thank-you-inner img.img-fluid {
    width: 15%;
}
section.thank-you {
    margin: 70px 0;
}
.top-footer h2 a {
    color: #ff0000;
    text-decoration: none;
}
#counter {
    background: transparent;
    padding: 25px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#counter li {
    flex: 1;
    text-align: center;
    font-size: 50px;
    list-style: none;
    color: #ffffff
}
#counter span.percent:after {
    content: "+";
    display: inline-block;
}
#counter span.count.percent {
    font-size: 79px;
    line-height: 39px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Rubik";
    margin-top: 20px;
}
#counter li img {
    margin-bottom: 20px;
}

/*Social Media Css Start Here*/
.social-media ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.social-media {
    position: fixed;
    z-index: 9999;
    top: 50%;
    transform: translate(0px, -50%);
}
.social-media li {
    color: #fff;
    padding: 10px;
    width: 40px;
    height: 40px;
    margin-bottom: 2px;
    text-align: center;
}
.social-media li a {
    color: #fff;
}
li.fixed-instagram {
    background: linear-gradient(to bottom, rgba(138,58,185,1) 0%,rgba(233,89,80,1) 50%,rgba(252,204,99,1) 100%);
}
.fixed-facebook{
  background-color: #3b5998;
}
.fixed-twitter{
  background-color: #0084b4;
}
.fixed-youtube{
  background-color: #db4437;
}
.fixed-whatsapp{
  background-color: #34af23;
}
/*Social Media Css End Here*/
/*Distributor page css Start Here*/
.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 15px;
    color: #686777;
    border: none;
    background: #F5F5F5;
    font-size: 14px;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    outline: none;
    margin-bottom: 0;
}
.contact-form input:focus, .contact-form textarea:focus {
    border-color: #fd914f;
    box-shadow: none;
}
.contact-form input::placeholder, .contact-form textarea::placeholder {
  color: #777a7e;
}
.contact-form form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.contact-form form .form-filed {
    flex: 0 0 49%;
    margin-bottom: 0;
}
.contact-form button.btn.btn-primary {
    background: #db2c1c;
    border-color: #db2c1c;
    border-radius: 30px;
    padding: 10px 57px;
    font-family: "Rubik";
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
}
ul.footer-menu li a:hover {
    color: #000;
}
.thank-you-inner img.img-fluid {
    width: 20%;
    margin-bottom: 30px;
}
.distributor-sec{
    margin-top: 50px;
    margin-bottom: 50px;
}

/*Contact Us Page Css Start Here*/
.contact-form.contact-form-2 .form-filed {
    flex: 0 0 100%;
}
.contact-form.contact-form-2 {
    background: #f8da45;
    padding: 30px 30px;
    border-radius: 20px;
}
.contact-info h2 {
    font-size: 30px;
    line-height: 60px;
    color: #000000;
    font-weight: 700;
    font-family: "Rubik";
}
.contact-info h4 i {
    color: #1b3989;
    font-weight: 700;
    font-size: 30px;
}
.contact-info h4 span {
    margin-top: 5px;
    position: absolute;
    margin-left: 2px;
    font-size: 30px;
    color: #1b3989;
}
.contact-info {
    display: flex;
    justify-content: center;
    height: 100%;
}
.form-filed.area-detail {
    flex: 0 0 100%!important;
}
.form-sec .contact-info {
    flex-direction: column;
}
/*Contact Us Page Css End Here*/