/*/////////////header css////////////// */
/*/////////////header css////////////// */

header.header.home_header {
    transition: all 0.5s ease;
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    background-color: transparent;
    padding: 0;
}

header .container-fluid,
section.Video_section .container-fluid {
    padding: 0px;
}

/*header.fixed, header.header.home_header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation: smoothScroll 1s forwards;
   background-color: #fff;
    box-shadow: 0 4px 8px 0 hsl(0deg 0% 7% / 6%);
}*/
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.header-search i {
    font-size: 18px;
    display: inline-block;
    border: 2px solid #fcce2c;
    color: #fff;
    line-height: 1;
    background: linear-gradient(90deg, #fcd22d, #fcce2c, #fcca2b, #fcc62a, #fcc129, #fcbd28, #fbb928, #fbb528);
    padding: 7px 0;
    margin-right: 0px;
    border-radius: 50%;
    text-align: center;
    width: 42px;
    height: 37px;
    transition: 0.5s all;
}

.header-search i:hover {
    color: #fcca2b;
    background: transparent;
}

.logo img {
    width: 100%;
    max-width: 88%;
}

.right-contentwap p {
    font-size: 15px;
    color: #000;
}

section.BannerSction {
    position: relative;
    z-index: 99;
}

a.bunow {
    background-color: #faaf11;
    padding: 10px 24px 10px 24px !important;
    border-radius: 10px;
    margin-left: 22px !important;
    color: #fff !important;
}

p.top-logo {
    margin: 0;
    display: inline-block;
    position: relative;
    left: 5px;
    font-weight: 800;
    color: #3b3b3c;
    font-size: 15px;
    font-family: Montserrat-Bold;
    text-shadow: 2px 1px 0px rgb(62 62 63 / 31%);
}

.menu ul li a:hover {
    color: #ff9a33;
}

ul.mneu-end {
    display: inline-block;
    float: right;
}

ul.mneu-center {
    display: inline-block;
}

/*/////////////header css////////////// */
/*/////////////header css////////////// */

/*/////////////banner css////////////// */
/*/////////////banner css////////////// */
section.banner_section {
    padding: 50px;
    position: relative;
    width: 100%;
    height: 740px;
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-content h1 {
    color: #fff;
    position: relative;
    margin-bottom: 70px;
}

.banner-content h1:after {
    content: "";
    display: block;
    position: absolute;
    height: 4px;
    width: 190px;
    background-color: #ff9a33;
    left: 0;
    border: 0;
    bottom: -38px;
}

.banner-content p {
    color: #fff;
    width: 100%;
    max-width: 74%;
}

section.Quality-wap {
    padding: 0 0 120px;
}

/*/////////////banner css////////////// */
/*/////////////banner css////////////// */

/*/////////////about css////////////// */
/*/////////////about css////////////// */
section.why-india-section {
    margin: 70px 0px 100px;
}

.why-india-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 40px;
    height: 100%;
}

.why-image-box {
    position: relative;
}

.why-image-box::after {
    position: absolute;
    left: -17px;
    content: '';
    width: 194px;
    height: 194px;
    bottom: -16px;
    z-index: -9;
    background: #ff9933;
}

.why-image-box::before {
    position: absolute;
    right: -17px;
    content: '';
    width: 194px;
    height: 194px;
    top: -16px;
    z-index: -9;
    background: #138808;
}

.why-image-box img {
    width: 100%;
    position: relative;
}

.why-india-content.make-india {
    padding-left: 0;
    padding-right: 30px;
}

.main-heading {
    position: relative;
    padding-bottom: 30px;
}

.main-heading::before {
    position: absolute;
    background: rgb(19, 136, 8);
    background: linear-gradient(90deg, rgba(19, 136, 8, 1) 58%, rgba(255, 153, 51, 1) 61%);
    content: '';
    top: 0;
    width: 40%;
    height: 4px;
}

.main-heading h2 {
    padding-top: 20px;
}

.marginwap {
    margin-top: 90px;
}

.top-heading {
    display: flex;
}

.top-heading h2 {
    position: relative;
}

.top-heading h2:after {
    position: absolute;
    background: rgb(19, 136, 8);
    background: linear-gradient(90deg, rgba(19, 136, 8, 1) 58%, rgba(255, 153, 51, 1) 61%);
    content: '';
    top: -12px;
    width: 88%;
    height: 2px;
    left: 0;
}


.top-heading p {
    margin-bottom: 0;
    font-size: 16px;
    margin-top: 35px;
}



/*/////////////about css////////////// */
/*/////////////about css////////////// */

/*/////////////product css////////////// */
/*/////////////product css////////////// */
.product-dics {
    margin-top: 24px;
}

.product-imag img {
    width: 100%;
    max-width: 25%;
    margin: 0 auto;
}

.product-mainbox {
    text-align: center;
    padding: 22px 27px;
    margin-bottom: 40px;
}

.product-content h6 {
    font-size: 20px;
    margin-top: 16px;
    font-family: Poppins-SemiBold;
    color: #525252;
}

.product-content p {
    margin: 15px 44px 22px;
    font-size: 16px;
    font-family: Poppins-Regular;
    color: #525252;
}

.product-mainbox.product-border {
    position: relative;
}

.product-mainbox.product-border:after {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 100px;
    top: 80px;
    right: -12px;
    background-color: #D1D1D1;
}

/*/////////////product css////////////// */
/*/////////////product css////////////// */

/*/////////////testimonials css////////////// */
/*/////////////testimonials css////////////// */

#customers-testimonials .item {
    /* -webkit-transform: scale3d(1, 0.8, 1); */
    /* transform: scale3d(0.8, 0.8, 1); */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 50px 0 0;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
}

.clint-box h5 {
    font-size: 20px;
    color: #fff;
}

.clint-box {
    position: absolute;
    bottom: 25px;
    left: 14px;
    padding: 0 14px 0 0px;
}

.shadow-effect {
    position: relative;
}

.clint-box p {
    color: #fff;
    font-size: 18px;
    margin: 14px 0;
}

section.testimonials {
    padding: 100px 0;
}

section.testimonials .owl-carousel .owl-nav.disabled {
    display: block;
    text-align: center;
    margin-top: 25px;
}

section.testimonials .owl-nav button {
    margin: 0 8px;
    font-size: 30px !important;
}

.clint-box a {
    color: #fff;
}

/*/////////////testimonials css////////////// */
/*/////////////testimonials css////////////// */



.servies-box {
    text-align: center;
    padding: 0;
    margin-bottom: 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 70px rgb(19 136 7 / 7%);
    border-radius: 15px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.5s all;
    padding-bottom: 18px;
}

.servies-box:hover {
    box-shadow: 0px 0px 70px rgb(19 136 7 / 24%);
}

.servies-content h6 {
    font-size: 20px;
    font-family: NotoSans-SemiBold;
    color: #434343;
}

.servies-icon img {
    width: 58px;
    margin-bottom: 10px;
}

.servies-icon img {
    width: 58px;
    margin-bottom: 10px;
}

section.clinnt-logo {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 92px 0 158px;
}

.clint-logo {
    text-align: center;
    margin-bottom: 38px;
    height: 150px;
    background: #FFFFFF;
    box-shadow: 10px 20px 30px rgb(4 4 4 / 35%);
    border-radius: 8px;
    padding: 22px 42px;
}

.clint-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

a.cutombuton {
    display: block;
    text-align: center;
    background-color: #FF9A33;
    color: #fff;
    padding: 18px;
    margin-top: -56px;
    border-radius: 5px;
    font-size: 50px;
    font-family: NotoSans-Bold;
    box-shadow: 4px 4px 60px rgb(0 0 0 / 10%);
}

.top-heading2.text-center h2 {
    position: relative;
    color: #fff;
    font-size: 55px;
}

.top-heading2.text-center p {
    color: #fff;
    margin: 20px 0 70px;
}

.top-heading2.text-center h2:after {
    position: absolute;
    background: rgb(19, 136, 8);
    background: linear-gradient(90deg, rgb(255 255 255) 58%, rgba(255, 153, 51, 1) 61%);
    content: '';
    top: -12px;
    width: 26%;
    height: 2px;
    left: 0;
    right: 0;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
}

section.servies-section {
    padding: 120px 0;
}

.main-para-box p {
    font-size: 17px;
}

.offer img {
    width: 100%;
    margin: 95px 0 0;
}

/*/////////////footer css////////////// */
/*/////////////footer css////////////// */

footer.footer-wap {
    background-color: #138807;
    padding: 118px 0 140px 0;
    margin-top: -100px;
}

.footer-links p {
    color: #fff;
    font-size: 12px;
}

.footer-links img {
    margin-bottom: 15px;
}

.footer-links h6 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 46px;
    margin-top: 36px;
}

.footer-links ul li a {
    color: #F0F0F0;
    font-size: 16px;
    margin-bottom: 8px;
    display: block;
    font-family: Poppins-Medium;
}

ul.social-icon li {
    display: inline-block;
    margin-right: 13px;
}

ul.social-icon li i {
    background-color: #ff9a33;
    color: #ffff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
}

p.rights {
    text-align: center;
    color: #fff;
    margin-top: 90px;
}

ul.social-icon {
    margin-top: 54px;
}

.row.padingwwp {
    padding-left: 32px;
}



/*/////////////footer css////////////// */
/*/////////////footer css////////////// */

/* contact form css */
.contact-section h3 {
    margin-bottom: 20px;
    color: #fff;
}
.contact-section .contact_form_wrap h3{color: #000 !important}
.contact_content_wrap p img {
    width: 17px;
    margin-right: 5px;
}

.Quality-wap .top-heading {
    margin-bottom: 80px;
}

.contact_form_wrap {
    background-color: #fff;
    box-shadow: 0px 3px 15px 3px rgb(0 0 0 / 10%);
    padding: 50px 40px;
    border-radius: 6px;
}

.form-control {
    padding: 10px 15px;
    font-size: 15px;
    color: #000;
    border: 1px solid #138807;
    font-family: 'NotoSans-Regular';
}

.form-control:focus {
    border: 1px solid #138807 !important;
}

.submit_btn {
    background-color: #138807;
    width: 100%;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    font-family: 'NotoSans-Regular';
    padding: 10px 30px;
}

/* contact form css end */
