@font-face {
    font-family: 'itc-souvenir-std-demi';
    src: url("fonts/itc-souvenir-std-demi.eot");
    ;
    /* IE9 Compat Modes */
    src: url('fonts/itc-souvenir-std-demi.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/itc-souvenir-std-demi.woff2') format('woff2'), /* Modern Browsers */
    url('fonts/itc-souvenir-std-demi.woff') format('woff'), url('fonts/itc-souvenir-std-demi.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/itc-souvenir-std-demi.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'itc-souvenir-std-demi';
}

a {
    text-decoration: none;
    font-family: 'itc-souvenir-std-demi';
}

li {
    font-family: 'itc-souvenir-std-demi';
}

p {
    margin: 0;
    font-family: 'itc-souvenir-std-demi';
}

img {
    max-width: 100%;
    height: auto;
}

.top-header {
    background: #271670 none repeat scroll 0 0 !important;
    padding: 12px 0;
}

.social-icon ul li {
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
}

.social-icon ul li a {
    color: #fff;
}

.mail-info {
    text-align: right;
}

.mail-info li {
    display: inline-block;
    margin-right: 20px;
    font-size: 15px;
    font-family: 'itc-souvenir-std-demi', sans-serif;
}

.mail-info li i {
    padding-right: 7px;
    font-size: 16px;
    color: #fff;
}

.mail-info li a {
    color: #fff;
}

.social-icon {
    position: relative;
    z-index: 1;
}

.social-icon::after {
    position: absolute;
    right: 100px;
    top: -12px;
    content: "";
    height: 51px;
    width: 100%;
    background: #271670;
    z-index: -1;
    transform: skewX(28deg);
    border-right: 5px solid #ffffff;
}
@media screen and (max-width: 768px)  {
    .social-icon::after{
        display: none;
    }
    .form-cont input[type="button"]{
        width: 92% !important;
        border-radius: 10px;
    }
}
 .dropdown:hover .dropdown-menu{
        display: block;
    }
    .dropdown-menu{
        margin-top: 0;
    }
.logo-img img {
    width: 100%;
}

.logo-cont {
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-new-logo img {
    height: 80px;
}
.logo-txt {
    padding-left: 5px;
}
.logo-txt ul li {
    font-size: 16px;
    color: #271670;
    line-height: 15px;
    text-align: center;
}
li.small-cont {
    font-size: 9px !important;
    text-align: right;
}

.logo-ft-cont li {
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    text-align: right;
    padding-right: 38px;
    text-align: center;
}
li.logo-bt-cont {
    font-size: 12px;
}
.menu-header {
   padding: 5px 0px;
    border-bottom: 1px solid #ccc;
}

 .nav-item {
    padding: 5px 3px !important;
}
.navbar-brand{
    padding: 0px !important;
}
.navbar-brand img{
   height: 85px !important;
}

/*.nav-link.active {*/
/*    color: #26166e !important;*/
/*}*/
.nav-link {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    font-family: 'itc-souvenir-std-demi', sans-serif !important;
    letter-spacing: 0.2px !important;
}
.bnr-img-list img{
   width: auto !important;
   height: auto !important;
}


.bnr-img-list li img {
    width: 116px !important;
    height: 117px !important;
}
.bnr-img-list li {
    display: inline-block;
    padding-left: 60px;
}
.carousel-caption h2 {
    font-size: 3.2em;
    color: #FFFFFF!important;
    line-height: 1.6em;
    text-align: center;
    font-family: 'itc-souvenir-std-demi', sans-serif;
}
.carousel-caption p {
    font-size: 22px;
    color: #FFFFFF!important;
    line-height: 1.6em;
    text-align: center;
    font-family: 'itc-souvenir-std-demi', sans-serif;
}
.bnr-img-list ul {
    text-align: center;
}
.bg-ovrlay:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 0;
}
.bnr-img-list {
    margin-top: 40px;
}
.carousel-caption{
   padding-bottom: 3.25rem !important;
}
.bnr-img-list p {
    padding-top: 20px;
}
section.abt-sec {
    padding: 50px 0;
}

.abt-cont {
    padding-top: 20px;
}

.abt-cont h6 {
    font-size: 16px;
    color: #261575;
    font-family: 'itc-souvenir-std-demi';
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 400;
}

.abt-cont h2 {
    color: #271670;
    font-weight: 700;
    font-family: 'itc-souvenir-std-demi';
    font-size: 30px;
    letter-spacing: 0.3px;
    line-height: 1.2em;
    position: relative;
    padding-bottom: 10px;
}

.abt-cont h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #271670;
}

.abt-cont h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 255px;
    background-color: #271670;
}

.abt-cont h5 {
    font-size: 20px;
    font-family: 'itc-souvenir-std-demi';
    letter-spacing: 0.3px;
    color: #515151;
    font-weight: 500;
    margin: 15px 0;
}

.abt-cont p {
    font-size: 16px;
    letter-spacing: 0.3px;
    font-family: 'itc-souvenir-std-demi';
    font-weight: 400;
    color: #333;
    text-align: justify;
    line-height: 27px;
}

.abt-pg-img {
    margin-top: 20px;
}
.abt-img {
    overflow: hidden;
}

.abt-img:hover img {
    transform: scale(1.1);
}

.abt-img img {
    width: 100%;
    overflow: hidden;
    transition: 500ms ease-in-out;
}

.abt-img-cont h2 {
    font-size: 40px;
    color: #fff;
    font-family: 'itc-souvenir-std-demi';
    font-weight: 900;
}

.abt-img-cont {
    position: absolute;
    z-index: 9;
    background: #261570;
    padding: 30px;
    width: 220px;
    height: 125px;
    margin-top: -150px;
}

.abt-img-cont p {
    font-size: 15px;
    font-weight: 600;
    font-family: 'itc-souvenir-std-demi';
    color: #fff;
    letter-spacing: 0.3px;
}

.rd-btn {
    margin-top: 30px;
    
}

.rd-btn a {
    padding: 10px 30px;
    font-size: 16px;
    font-family: 'itc-souvenir-std-demi';
    letter-spacing: 0.3px;
    font-weight: 700;
    color: #261570;
    border-radius: 50px;
    box-shadow: 7px 7px #0000001a;
    border: 2px solid #261570;
    position: relative;
    z-index: 1;
}

.rd-btn a:hover {
    color: #fff;
}

.rd-btn a:before {
    background: #261570;
    transition: 500ms ease-in-out;
    position: absolute;
    z-index: -1;
    width: 0%;
    top: 0;
    left: 0;
    content: '';
    bottom: 0;
    border-radius: 20px;
    height: auto;
}

.rd-btn a:hover:before {
    width: 100%;
    right: auto;
}


.product-home-sec{
    background-image: url(images/pro-bnr.webp);
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 50px;
    background-attachment: fixed;

}
.product-home-sec:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
}

section.quality-sec .container {
    width: 100% !important;
    max-width: 100% !important;
}

.quality-sec .col-lg-6 {
    padding: 0px !important;
}

.qulty-img img {
    width: 100%;
}

.qulty-list h2 {
    font-size: 22px;
    font-family: 'itc-souvenir-std-demi';
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.3px;
    margin: 5px 0;
    position: relative;
}

.qulty {
   
    padding: 0px 130px;
}
.qulty-box-sideimage{
    background: #261570;
}

.qulty-list {
    margin-bottom: 30px;
}

.qulty-list p {
    font-size: 16px;
    color: #fff;
    font-family: 'itc-souvenir-std-demi';
    font-weight: 300;
    letter-spacing: 0.3px;
}

.qulty-list h2::after {
    position: absolute;
    left: -30px;
    top: 3px;
    content: "\f058";
    color: #ffffff;
    font-family: 'Font Awesome 6 Pro';
    font-size: 16px;
    font-weight: 600;
}

section.quality-sec {
    position: relative;
}

.qulty-cont {
    position: absolute;
    background: #fff;
    width: 40%;
    bottom: 90px;
    left: 16%;
    padding: 40px;
}
.product_box img {
    width: 100%;
}

@media screen and (max-width:1215px){
    .qulty-cont{
        position: static;
        width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .qulty-cont{
        display: block;
        width: 100%;
        position: static;
    }
    .product__infos{
        position: static !important;
    }
}
@media screen and (max-width:600px){
    .qulty{
        padding: 0px 50px;
    }

    .navbar-brand img{
       height: 60px !important;
    }

    .carousel-item{
        height: 170px !important;
    }
    .social-icon{
        text-align: center;
    }
    .mobile-num-header{
        display: block;
    }
    .mail-info{
        text-align: center;
    }
    .abt-cont h6{
        font-size: 13px;
    }
    .abt-cont h5{
        font-size: 16px;
    }
    .abt-cont h2{
        font-size: 20px;
    }
    .abt-img-cont h2{
        font-size: 30px;
    }
    .qulty-cont{
        padding: 16px;
    }
    .qulty-cont h4{
        font-size: 16px;
    }
    .carousel-caption {
    padding-bottom: 1.25rem !important;
}
.carousel-caption.d-none.d-md-block{
    display: block !important;
}
.bnr-img-list {
    margin-top: 40px;
    display: none;
}

.bg-ovrlay:before{
    height: 179px;
}
.carousel-item img{
    height: 170px !important;
}
.carousel-caption h2{
    font-size: 16px;
}
.carousel-caption p{
    font-size: 14px;
}
    .qulty-cont h2{
        font-size: 20px !important;
    }
    .mis-col{
        padding: 10px 20px !important;
    }
    .product-home-sec{
        padding: 10px !important;
    }
    .pro-hd h2{
        font-size: 20px !important;
    }
    .clint-hd h3{
        font-size: 20px !important;
    }
    .testi-sec{
        padding: 10px !important;
    }
    .form-hd h2{
        font-size: 20px !important;
    }
    .form-cont form{
     padding-left:15px !important ;
    }
    .ftr-sec{
        padding: 10px !important;
    }
    .ftr-abt p{
        padding-right:0px !important;
    }
    .ftr-abt{
        text-align: center;
    }
    .addrs-col{
        padding-left: 10px !important;
    }
    /* about us page */
    .abt-pg-hd h2{
        font-size: 20px !important;
    }
    .abt-pg-hd ul li a{
        font-size: 13px !important;
    }
    .supr-hd h2{
        font-size: 20px !important;
    }
    .mis-pg-cont h2{
        font-size: 20px !important;
    }
    .ftr-hd h2, .addres-hd h2{
        font-size: 20px !important;
    }
    /* Machinery and Facilities */
    .top_heading h2{
        font-size: 20px !important;
    }
    .top_heading p{
        width: 100% !important;
    }
    .product__infos h2{
        font-size: 20px !important ;
    }
   /* Quelty */
   .abt-pg-cont{
    padding: 20px 0px;

   }
   .qulty-conts h4{
    font-size: 20px !important;
   }
   .our-efft-cont h3 {
    font-size: 15px !important;
    line-height: 24px;
    margin: 0px !important;
}
/* product */
.logos_Product ul li h3{
    font-size: 22px !important;
}
.product_title h2{
    font-size: 20px !important;
}
/* creears */
.product_title.exter{
    width: 100% !important;
}
.ex__div{
    padding: 20px !important;
}
.job_discription h2{
    font-size: 20px !important;
}
.form-hd-career{
    width: 100% !important;
}
/* Contact Us */

section.info_con h2{
    font-size: 20px !important;
}
/* mail dialog */
.modal-dialog{
    max-width: 100% !important;
}

}

.multi_product{
    margin-top: 20px;
    margin-right: 10px;
}
.nav-list-item{
    color: #000 !important;
}
.qulty-cont h4 {
    font-weight: 500;
    font-family: 'itc-souvenir-std-demi';
    color: #261570;
}

.qulty-cont h2 {
    font-size: 24px;
    font-family: 'itc-souvenir-std-demi';
    letter-spacing: 0.3px;
    line-height: 1.2em;
}

section.miss-sec {
    padding: 50px 0;
}
.gally-sec .column {
    float: left;
    width: 14%;
}


/*.mis-cont {
    border: 1px solid #e7e7e7;
    padding: 67px 50px;
    background: #ffffff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}*/

.mis-col .mis-cont p {
    font-size: 15px;
    letter-spacing: 0.3px;
    font-family: 'itc-souvenir-std-demi';
    font-weight: 400;
    color: #333;
    text-align: justify;
    line-height: 27px;
}

.mis-col .mis-cont h4 {
    font-size: 20px;
    font-family: 'itc-souvenir-std-demi';
    letter-spacing: 0.3px;
    color: #000;
    font-weight: 600;
    margin: 25px 0;
}

.mis-cont2 {
    border: 2px solid #261570 !important;
}

.mis-cont2:hover {
    border: none !important;
}

.mis-col {
    border: 1px solid #e7e7e7;
    padding: 20px 50px;
    background: #ffffff;
    position: relative;
    z-index: 1;
    box-shadow: 10px 10px 10px -10px #ccc;
}

.mis-col::before,
.mis-col::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #261570;
}

.mis-cont::before,
.mis-cont::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #261570;
}

.mis-col:hover::before,
.mis-col:hover::after {
    width: 100%;
}

.mis-col:hover .mis-cont::before,
.mis-col:hover .mis-cont::after {
    height: 100%;
}


/*----- button 1 -----*/

.mis-col::before,
.mis-col::after {
    transition-delay: 0.2s;
}

.mis-col .mis-cont::before,
.mis-col .mis-cont::after {
    transition-delay: 0s;
}

.mis-col::before {
    right: 0;
    top: 0;
}

.mis-col::after {
    left: 0;
    bottom: 0;
}

.mis-col .mis-cont::before {
    left: 0;
    top: 0;
}

.mis-col .mis-cont::after {
    right: 0;
    bottom: 0;
}

.mis-col:hover::before,
.mis-col:hover::after {
    transition-delay: 0s;
}

.mis-col:hover .mis-cont::before,
.mis-col:hover .mis-cont::after {
    transition-delay: 0.2s;
}

.product-sec {
   background-image: linear-gradient(180deg,rgba(20,61,88,0) 60%,#003559 100%), url(images/wadson_product_banner_img.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.product-sec:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
}
.product-sec .abt-pg-hd {
    padding-top: 180px;
    padding-bottom: 90px;
}

.pro-img {
    overflow: hidden;
}

.pro-col:hover img {
    transform: scale(1.2);
}

.pro-img img {
    width: 100%;
    height: auto;
    overflow: hidden;
    transition: 500ms ease-in-out;
}

.pro-cont h2 {
    font-size: 21px;
    font-weight: 600;
    font-family: 'itc-souvenir-std-demi';
    text-align: center;
    letter-spacing: 0.3px;
    line-height: 1.1em;
    color: #000;
}

.pro-cont p {
    font-size: 16px;
    letter-spacing: 0.3px;
    font-family: 'itc-souvenir-std-demi';
    font-weight: 400;
    color: #333;
    text-align: justify;
    line-height: 27px;
}

.pro-cont {
    padding: 20px 40px;
    position: relative;
}

.pro-cont .read-more {
    position: absolute;
    bottom: -22px;
    display: inline-block;
    height: 48px;
    width: 48px;
    background: #261570;
    line-height: 48px;
    color: #ffffff;
    left: 60%;
    border-radius: 50%;
    text-align: center;
    opacity: 0;
    z-index: 1;
}
.prodct-slider .item {
    height: 420px;
}
.pro-cont {
    padding: 20px 40px;
    background: #fff;
}

.pro-col {
    background: #ffffff;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 25px rgb(11 11 11 / 22%);
}

.pro-col::before {
    position: absolute;
    left: 0;
    bottom: -1px;
    content: "";
    height: 3px;
    width: 0;
    background: #193370;
    transition: all 0.35s ease-in-out;
    border-radius: 50%;
    z-index: 1;
}

.pro-col:hover::before {
    width: 100%;
}

.pro-col:hover .read-more {
    left: 50%;
    opacity: 1;
    margin-left: -24px;
}

.pro-hd h3 {
    font-size: 20px;
    color: #fff;
    font-family: 'itc-souvenir-std-demi';
    letter-spacing: 0.3px;
    text-align: center;
    margin-top: 20px;
}

.pro-hd h2 {
    font-size: 30px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-family: 'itc-souvenir-std-demi';
    letter-spacing: 0.3px;
    padding: 5px 0px 20px;
}

.icon-img img {
    height: 80px;
    border-radius: 50%;
    padding: 4px;
}

.icon-img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    border-radius: 50%;
}

.carousel-item {
    width: 100%;
    height: 450px;
}

.carousel-item img {
    width: 100%;
    height:450px;
}


/*slider code start*/

.clint-hd h3 {
    font-size: 40px;
    color: #271670;
    font-family: 'itc-souvenir-std-demi';
    letter-spacing: 0.3px;
    text-align: center;
    margin-top: 20px;
    font-weight: 700;
}

section.client-sec {
    padding: 50px 0;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.clint-cont .item img {
    width: 100%;
    height: 75px;
    border: 2px solid #27176f;
    padding: 2px;
}

.clint-cont {
    margin-top: 20px;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #000;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

.owl-nav button:focus {
    outline: none;
}


/*slider code end*/


/*galler section start*/




/* The Modal (background) */

.gally-sec .modal {
    display: none;
    position: fixed;
    z-index: 99;
    left: 30%;
    height: 500px;
    width: 500px;
    overflow: auto;
    top: 80px;
}


/*.gally-sec .modal {
    display: none;
    z-index: 1;
    
    
    position: absolute;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    text-align: center;
}*/


/* Modal Content */

.gally-sec .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}


/* The Close Button */

.gally-sec .close {
    color: white;
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 35px;
    font-weight: bold;
    z-index: 1;
    background: #3000ff;
    width: 40px;
    text-align: center;
}

.gally-sec {
    padding: 50px 0 70px;
}

.galry-hd {
    margin-bottom: 30px;
}

.gally-sec .close:hover,
.gally-sec .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.gally-sec .mySlides {
    display: none;
}

.gally-sec .cursor {
    cursor: pointer;
}


/* Next & previous buttons */

.gally-sec .prev,
.gally-sec .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    background: #251568c4;
}


/* Position the "next button" to the right */

.gally-sec .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.gally-sec .prev:hover,
.gally-sec .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


/* Number text (1/3 etc) */

.gally-sec .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.gally-sec .column img {
    border-radius: 0px 0px 10px 10px;
    box-shadow: 7px 7px #271670c9;
}

.gally-sec .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.gally-sec .demo {
    opacity: 0.6;
}

.gally-sec.active,
.gally-sec .demo:hover {
    opacity: 1;
}


/*.gally-sec img.hover-shadow {
    transition: 0.3s;
}

.gally-sec .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}*/


/*galler end*/


/*.ftr-sec{*/


/*    background-color: #061a2e;*/


/*    padding: 50px 0;*/


/*}*/

.ftr-sec{
    background-color: #26156f;
    padding: 50px 0 30px ;
}

/*.ftr-sec {*/
/*    background-image: url(images/pro-bnr.webp);*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*    position: relative;*/
/*    z-index: 1;*/
/*    padding: 50px;*/
/*    background-attachment: fixed;*/
/*}*/

/*.ftr-sec:before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    background: rgba(0, 0, 0, 0.85);*/
/*    z-index: -1;*/
/*}*/

.ftr-abt img {
    width: 85%;
    margin: 0 auto;
    text-align: center;
}

.ftr-abt p {
    font-size: 16px;
    letter-spacing: 0.3px;
    font-family: 'itc-souvenir-std-demi';
    font-weight: 400;
    color: #fff;
    text-align: justify;
    line-height: 27px;
    padding-right: 40px;
    padding-top: 20px;
}

.ftr-hd h2,
.addres-hd h2 {
    font-size: 25px;
    color: #fff;
    font-family: 'itc-souvenir-std-demi';
    letter-spacing: 0.3px;
    font-weight: 700;
    margin-bottom: 34px;
}

.ftr-hd li {
    font-size: 16px;
    font-family: 'itc-souvenir-std-demi';
    color: #fff;
    padding-bottom: 10px;
    letter-spacing: 0.3px;
    position: relative;
    padding-left: 28px;
}

.ftr-hd li a {
    color: #fff;
}

.addres-hd li {
    font-size: 16px;
    font-family: 'itc-souvenir-std-demi';
    color: #fff;
    padding-bottom: 10px;
    letter-spacing: 0.3px;
    padding-left: 30px;
    position: relative;
}

.addres-hd li a {
    color: #fff;
}

.addres-hd li i {
    position: absolute;
    top: 5px;
    left: 0;
}

.ftr-hd li:before {
    position: absolute;
    content: '\f090';
    left: -4px;
    font-family: 'Font Awesome 6 Pro';
}

.addrs-col {
    padding-left: 30px;
}

.ftr-hd li a:hover {
    color: #a7c8fb!important;
    text-decoration: underline;
    padding-left: 10px;
    transition: all .6s ease, transform .6s ease, -webkit-transform .8s ease;
}

.addres-hd li a:hover {
    color: #a7c8fb!important;
    text-decoration: underline;
    padding-left: 10px;
    transition: all .6s ease, transform .6s ease, -webkit-transform .8s ease;
}

.test-img img {
    border-radius: 50%;
    padding: 2px;
}

.test-img {
    width: 130px;
    height: 130px;
    margin: 0px auto;
    border-radius: 50%;
    border: 2px solid #000;
}

.testi-cont h2 {
    font-size: 25px;
    font-family: 'itc-souvenir-std-demi';
    letter-spacing: 0.3px;
    font-weight: 600;
    text-align: center;
    margin: 10px 0;
    color: #fff;
}

.testi-cont p {
    font-size: 16px;
    letter-spacing: 0.3px;
    font-family: 'itc-souvenir-std-demi';
    font-weight: 400;
    color: #fff;
    text-align: justify;
    line-height: 27px;
    padding: 20px 40px;
}

.form-hd h2 {
    font-size: 40px;
    color: #fff;
    font-family: 'itc-souvenir-std-demi';
    letter-spacing: 0.3px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}

.form-cont input {
    width: 45%;
    border: 1px solid #ccc;
    float: left;
    margin: 0px 14px 20px;
}

.form-cont textarea {
    width: 95%;
    height: 80px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    margin-left: 16px;
}

.testi-sec:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

/*.form-cont form {*/
/*    padding-left: 40px;*/
/*}*/

.testi-sec {
    background-image: url(images/testi-bg.webp);
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 50px;
    background-attachment: fixed;
}

.my-footer {
    background: #27186b;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    border-top: 2px solid #fff;
    display: flex;
    justify-content: center;
}

.my-footer p {
    margin: 0px;
    font-size: 15px;
}

.my-footer img {
        width: 35px;
    background: #fff;
    border-radius: 50%;
}

.form-cont input[type="button"] {
    background: #0f0051;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    padding: 10px 37px !important;
    width: auto;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    border-radius: 10px;
}


/*.cls-btn {*/
/*    margin-top: 28px;*/
/*    width: 54px;*/
/*    height: 30px;*/
/*    background-color: #130b38;*/
/*    border-color: #130b38;*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    right: 10px;*/
/*}*/
/*.cls-btn:before {*/
/*    content: " ";*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-bottom: 20px solid;*/
/*    border-color: inherit;*/
/*    border-left: 28px solid transparent;*/
/*    border-right: 26px solid transparent;*/
/*    position: absolute;*/
/*    top: -40px;*/
/*    border-top: 20px solid transparent;*/
/*}*/
/*.cls-btn:after {*/
/*    content: "";*/
/*    width: 0;*/
/*    position: absolute;*/
/*    bottom: -40px;*/
/*    border-top: 16px solid;*/
/*    border-color: inherit;*/
/*    border-left: 29px solid transparent;*/
/*    border-right: 25px solid transparent;*/
/*    right: 0;*/
/*    border-bottom: 24px solid transparent;*/
/*}*/
/*.cls-btn{*/
/*	width: 100px;*/
/*	height: 100px;*/
/*	background: red;*/
/*	position: relative;*/
/*}*/

/*.cls-btn:before {*/
/*	content: "";*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 0;*/
/*	border-bottom: 29px solid red;*/
/*	border-left: 29px solid #eee;*/
/*	border-right: 29px solid #eee;*/
/*	width: 42px;*/
/*	height: 0;*/
/*}*/

/*.cls-btn:after {*/
/*	content: "";*/
/*	position: absolute;*/
/*	bottom: 0;*/
/*	left: 0;*/
/*	border-top: 29px solid red;*/
/*	border-left: 29px solid #eee;*/
/*	border-right: 29px solid #eee;*/
/*	width: 42px;*/
/*	height: 0;*/
/*}*/
.cls-btn{
   position: relative;
}

.cls-btn img {
    width: 100%;
    height: 60px;
}
.cls-btn i {
   text-align: center;
    display: block;
    font-size: 22px;
    color: #130b38;
    position: absolute;
    top: 17px;
    left: 23px;
}
/*home page end css*/


/*About page css start*/

.abt-pg-sec {
    background-image: url(images/about-pg-bg.webp);
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.abt-pg-sec:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 70%);
    z-index: -1;
}

.abt-pg-hd {
    padding: 150px 0;
}

.abt-pg-hd h2 {
    font-weight: 700;
    font-size: 50px;
    color: #fff;
    text-align: center;
}

.abt-pg-img img {
    /*height: 450px;*/
    border: 6px double #271670;
}

.junry-row {
    width: 100%;
    padding: 20px 0px 50px;
}

.jounry-img {
    text-align: center;
    padding-bottom: 30px;
}

.jounry-img img {
    height: auto;
    object-fit: cover;
    width: auto;
}

section.jounry-sec {
    padding-bottom: 20px;
}

.supr-sec {
    background-image: url(images/junry-bg.webp);
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 50px 0;
    background-attachment: fixed;
}

.supr-sec:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(20 12 56 / 88%);
    z-index: -1;
}

.supr-hd h2 {
    text-align: center;
}

.supr-hd p {
    font-size: 16px;
    letter-spacing: 0.3px;
    font-family: 'itc-souvenir-std-demi';
    font-weight: 500;
    color: #fff;
    text-align: justify;
    line-height: 27px;
    text-align: center;
}

.supr-hd h2 {
    text-align: center;
    font-size: 35px;
    font-weight: 800;
    color: #fff;
    font-family: 'itc-souvenir-std-demi';
}

.contct-btn {
    text-align: center;
    margin-top: 40px;
}

.contct-btn a {
    background: #000;
    padding: 10px 35px;
    font-size: 20px;
    font-family: 'itc-souvenir-std-demi';
    letter-spacing: 0.3px;
    font-weight: 600;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
}

.mis-pg-col {
    box-shadow: 0px 0px 8px 2px #cccccca8;
    padding: 10px 20px;
    height: 480px;
    overflow: hidden;
}

.abt-pg-mis-sec {
    padding: 50px 0;
}

.mis-pg-cont h2 {
    color: #271670;
    font-weight: 700;
    font-family: 'itc-souvenir-std-demi';
    font-size: 35px;
    letter-spacing: 0.3px;
    line-height: 1.1em;
    text-align: center;
}

.mis-pg-cont p {
    font-size: 16px;
    letter-spacing: 0.3px;
    font-family: 'itc-souvenir-std-demi';
    font-weight: 400;
    color: #333;
    text-align: justify;
    line-height: 27px;
}

.mis-img img {
    width: 90px;
}

.mis-img {
    text-align: center;
    margin-bottom: 20px;
}

.stratg-img img {
    height: 330px;
    border: 6px double #271670;
}

.stratg-sec {
    padding-top: 20px;
    padding-bottom: 50px;
}


/*About page css end*/


/*management page start*/

.abt-pg-hd ul li {
    font-size: 12px;
}
.mangmt-pg-sec {
    background-image: url(images/mangment-bg.webp);
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.mangmt-pg-sec:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.founder-sec {
    padding: 50px 0;
}

.foundr-img img {
    box-shadow: 10px 10px #0046ff;
}

.fundr-cont p {
    font-size: 16px;
    letter-spacing: 0.3px;
    font-family: 'itc-souvenir-std-demi';
    font-weight: 400;
    color: #333;
    text-align: justify;
    line-height: 27px;
}

.foundr-img {
    text-align: center;
    position: relative;
}

.fundr-hd {
    background: #27167087;
    text-align: center;
    position: absolute;
    z-index: 99;
    margin-left: 100px;
    margin-top: -90px;
    padding: 10px 9px;
}

.fundr-hd h2 {
    font-size: 20px;
    font-family: 'itc-souvenir-std-demi';
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.3px;
}

.fundr-hd h4 {
    color: #fff;
    font-family: 'itc-souvenir-std-demi';
    font-size: 25px;
}

.fundr-hd1{
       padding: 10px 25px !important;
}
.fundr-hd2{
       padding: 10px 19px !important;
}

/*management page end*/


/*Quality page css start*/

.qulty-pg-sec {
    background-image: linear-gradient(180deg, rgba(20, 61, 88, 0) 60%, #003559 100%), url(images/quality_banner.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.qulty-pg-sec:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.qulty-pg-img img {
    /* height: 450px; */
    /* object-fit: cover; */
    border: 6px double #271670;
}

.qulty-conts p {
    font-size: 15px;
    letter-spacing: 0.3px;
    font-family: 'itc-souvenir-std-demi';
    font-weight: 400;
    color: #515151;
    text-align: justify;
    line-height: 36px;
}

.qulty-conts h4 {
    font-size: 25px;
    font-family: 'itc-souvenir-std-demi';
    letter-spacing: 0.3px;
    color: #000;
    font-weight: 500;
    margin: 15px 0;
}

.our-efft-cont p {
    font-size: 15px;
    letter-spacing: 0.3px;
    font-family: 'itc-souvenir-std-demi';
    font-weight: 400;
    color: #515151;
    text-align: justify;
    line-height: 36px;
}

.our-efft-cont h3 {
    font-size: 25px;
    font-family: 'itc-souvenir-std-demi';
    letter-spacing: 0.3px;
    color: #000;
    font-weight: 500;
    margin: 15px 0;
}

.certified-img {
    text-align: center;
    margin: 20px 0 50px;
}

.certified-img img {
    width: 80%;
    text-align: center;
    box-shadow: 10px 10px #271670;
    border: 1px solid #ccc;
    transition: 500ms ease-in-out;
    overflow: hidden;
}

.certified-img img:hover {
    transform: scale(1.1);
}


/*Quality Page css End*/


/*Product page css start*/

.pro-pg-sec {
    background-image: linear-gradient(180deg, rgba(20, 61, 88, 0) 60%, #003559 100%), url(images/wadson_product_banner_img.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.pro-pg-sec:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
}
/*.count{*/
/*    background-image: url(images/bg_nuts.jpg);*/
/*     background-position: center;*/
/*}*/
.logos_Product ul {
    padding: 0;
    text-align: center;
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.logos_Product ul li {
    padding: 0;
    float: left;
    text-align: left;
    display: flex;
}
.pro-equry-img {
    background-image: url(images/banner-page.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 80px 0;
    background-blend-mode: overlay;
    background-color: #000000d4;
}
.pro-equry-img h2 {
    font-size: 30px;
    color: #fff;
    font-family: 'itc-souvenir-std-demi';
    letter-spacing: .5px;
    margin-bottom: 20px;
}
.pro-equry-img a {
    background: #fff;
    color: #081f40;
    cursor: pointer;
    font-weight: 700;
    font-family: 'itc-souvenir-std-demi';
    padding: 10px 25px;
    border-radius: 55px;
    margin-top: 20px;
    font-size: 18px;
}
.logos_Product ul li h3 {
    font-size: 45px;
    font-family: 'itc-souvenir-std-demi';
    color: #4e4866;
    font-weight: 800;
}

.logos_Product ul li p {
    font-family: 'itc-souvenir-std-demi';
    font-size: 14px;
    letter-spacing: 0.3px;
    margin: 0;
    padding-top: 3px;
    padding-left: 5px;
}

.clint-hd h3 {
    font-size: 40px;
    color: #271670;
    font-family: 'itc-souvenir-std-demi';
    letter-spacing: 0.3px;
    text-align: center;
    margin-top: 20px;
    font-weight: 700;
}

.clint-hd p {
    font-size: 15px;
    letter-spacing: 0.3px;
    font-family: 'itc-souvenir-std-demi';
    font-weight: 400;
    color: #515151;
    text-align: justify;
    line-height: 36px;
    text-align: center;
}

.pro-pg-rng {
    background-image: url(images/bg_image.jpg);
    background-position: center;
    background-size: cover;
}


/* Narender__Code */

.manufact {
    background-image: url(images/wadson_manufacturing_facilities_banner_img_re.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.abt-pg-hd ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.abt-pg-hd ul li {
    padding-left: 27px;
    position: relative;
    color: #ffffff;
}

.abt-pg-hd ul li:before {
    position: absolute;
    left: 8px;
    top: 50%;
    content: "\f101";
    color: #ffffff;
    font-family: 'Font Awesome 6 Pro';
    font-size: 13px;
    font-weight: 600;
    transform: translate(0, -50%);
}

.abt-pg-hd ul li:first-child::before {
    display: none;
}

.abt-pg-hd ul li:first-child {
    padding-left: 0;
}

.abt-pg-hd ul li a {
    color: #fff;
}

section.main_manufact {
    padding: 50px 0;
}

.manage__about p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #464444;
}

.manage__about {
    width: 72%;
    text-align: center;
    margin: 0 auto;
}

section.main_machine {
    padding: 50px 0px 20px;
}

.machinery {
    position: relative;
    padding: 55px 40px 55px 70px;
}

.machinery img {
    width: 100%;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}

/*.machinery:before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    left: 0px;*/
/*    top: 0px;*/
/*    width: 335px;*/
/*    height: 100%;*/
/*    background-color: #271670;*/
/*    border-radius: 0px 100px 0px 0px;*/
/*    z-index: -1;*/
/*}*/

.machinery_content h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #271670;
    border-radius: 100px;
}

.machinery_content h2 {
    color: #271670;
    font-weight: 700;
    font-size: 35px;
    letter-spacing: 0.3px;
    line-height: 1.1em;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.machinery_content h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 255px;
    background-color: #271670;
}

.machinery_content p {
    font-size: 15px;
    letter-spacing: 0.3px;
    /* font-family: 'itc-souvenir-std-demi'; */
    font-weight: 100;
    color: #333;
    text-align: justify;
    line-height: 23px;
    padding-bottom: 13px;
}

.machinery_content ul {
    margin-top: 15px;
}

.machinery_content ul li {
    font-size: 15px;
    color: #333;
    text-align: justify;
    line-height: 21px;
    margin-bottom: 13px;
    padding-left: 34px;
    position: relative;
}

.machinery_content ul li:before {
    position: absolute;
    left: 8px;
    top: 50%;
    content: "\f101";
    color: #271670;
    font-family: 'Font Awesome 6 Pro';
    font-size: 15px;
    font-weight: 600;
    transform: translate(0, -50%);
}

section.top_product {
    background-color: #f8fbff;
    padding: 70px 0;
}

.top_heading {
    text-align: center;
    padding-bottom: 40px;
}

.top_heading h2 {
    color: #271670;
    font-weight: 700;
    font-size: 35px;
    letter-spacing: 0.3px;
    line-height: 1.1em;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.top_heading h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #271670;
    transform: translate(-50%, 0px);
    border-radius: 100px;
}

.top_heading h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 2px;
    height: 1px;
    width: 50%;
    max-width: 190px;
    background-color: #271670;
    transform: translate(-50%, 0px);
}

.top_heading p {
    font-size: 16px;
    letter-spacing: 0.3px;
    font-weight: 400;
    color: rgb(51, 51, 51);
    line-height: 25px;
    padding-bottom: 13px;
    width: 78%;
    text-align: center;
    margin: 0 auto;
}
.multi_product {
    box-shadow: 10px 10px #271670;
    overflow: hidden;
}
.multi_product:hover img{
    transform:scale(1.1);
}
.multi_product:hover{
    border: 1px solid #271670;
}
.multi_product img {
    width: 100%;
    border: dashed 2px #271670;
    padding: 9px;
    border-radius: 4px;
    overflow: hidden;
    transition: 500ms ease-in-out;
}

.product__infos h2 {
    color: #271670;
    font-weight: 700;
    font-size: 33px;
    letter-spacing: 0.3px;
    line-height: 1.1em;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.product__infos h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #271670;
    border-radius: 100px;
}

.product__infos h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 255px;
    background-color: #271670;
}

.product__infos p {
    font-size: 16px;
    letter-spacing: 0.3px;
    font-weight: 400;
    color: rgb(51, 51, 51);
    line-height: 25px;
    padding-bottom: 13px;
}

section.product_in {
    padding: 70px 0px;
}

section.product_in .container .row {
    align-items: center;
}

.product__infos {
    background: #ffffff;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    padding: 35px;
    position: relative;
    left: -90px;
    /* border-radius: 7px; */
    border-bottom: solid 4px #30006e;
}

.contact {
    background-image: url(images/wadson_contactus_banner_img_Re.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.contact:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 70%);
    z-index: -1;
}

.product {
    background-image: url(images/wadson_product_banner_img.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.product:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 70%);
    z-index: -1;
}

section.info_con {
    padding: 100px 0;
}

section.info_con {
    background: url(images/texcher.png);
}

section.info_con {
    background: url(images/texcher.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #f3f3f3;
    opacity: 1;
}

section.info_con h2 {
    color: #271670;
    font-weight: 700;
    font-size: 35px;
    letter-spacing: 0.3px;
    line-height: 1.1em;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 90px;
    text-align: center;
}

section.info_con h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #271670;
    transform: translate(-50%, 0px);
    border-radius: 100px;
}

section.info_con h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 2px;
    height: 1px;
    width: 50%;
    max-width: 190px;
    background-color: #271670;
    transform: translate(-50%, 0px);
}

.add__info {
    background: #fff;
    height: 100%;
    padding: 0px 40px 30px;
    position: relative;
}

.icon i {
    color: #fff;
    font-size: 30px;
}

.icon {
    position: relative;
    height: 80px;
    width: 76px;
    display: flex;
    align-items: center;
    background-color: #271670;
    top: -23px;
    justify-content: center;
}

.icon:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 76px;
    border-width: 0 19px 23px 0;
    border-style: solid;
    border-color: #271670ab;
    border-right-color: transparent!important;
    border-left-color: transparent!important;
    display: block;
    transition: all .4s;
    opacity: .7;
}

.add__info h4 {
    font-size: 20px;
    color: #000;
    margin: 0;
    padding-bottom: 12px;
}

.add__info p {
    color: #727171;
    font-size: 15px;
    line-height: 22px;
}

.add__info a {
    color: #727171;
    font-size: 15px;
    line-height: 22px;
    display: inline-block;
}

.add__info a:hover {
    color: rgb(39 22 112);
}

.add__info p:hover {
    color: rgb(39 22 112);
}

section.info_con .container .row {
    margin-bottom: 100px;
}

.input__filed input {
    padding: 14px 14px;
    border: solid 1px #fff;
    margin-bottom: 20px;
    width: 100%;
    font-size: 15px;
}

.input__filed textarea {
    padding: 14px 14px;
    border: solid 1px #fff;
    margin-bottom: 20px;
    width: 100%;
    font-size: 15px;
    height: 150px;
}

.input__filed input:focus {
    outline: none;
}

.input__filed textarea:focus {
    outline: none;
}

.input__filed input::placeholder {
    color: #504d4d;
    font-family: 'itc-souvenir-std-demi';
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 100;
}

.input__filed textarea::placeholder {
    color: #504d4d;
    font-family: 'itc-souvenir-std-demi';
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 100;
}

.input__button button {
    background: #271670;
    color: #fff;
    border: none;
    padding: 14px 40px;
    font-size: 16px;
    font-family: 'itc-souvenir-std-demi';
    border-radius: 3px;
}

.info_con .container .row:last-child {
    margin: 0;
}

.count {
    padding: 60px 0px 20px;
    background-color: #eef1f2;
}

.proequy-sec {
    margin-bottom: 40px;
}

/*section.count .container .row ul {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

/*section.count .container .row ul li {*/
/*    text-align: center;*/
/*    margin-right: 16px;*/
/*    padding: 75px 10px 20px;*/
/*    background-color: #ffffff;*/
/*    width: 20%;*/
/*    position: relative;*/
/*    border: dashed 2px #b0b0b1;*/
/*}*/

section.count .container .row ul li h4 {
    position: absolute;
    right: 16px;
    top: 14px;
    font-size: 40px;
    color: rgb(177 177 177 / 98%);
}

/*section.count .container .row ul li:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 34px;*/
/*    left: 40%;*/
/*    width: 22px;*/
/*    height: 2px;*/
/*    background: #271670;*/
/*    transition: all 0.5s;*/
/*}*/

/*section.count .container .row ul li:nth-child(1):after {*/
/*    left: 47%;*/
/*}*/

/*section.count .container .row ul li:nth-child(2):after {*/
/*    left: 28%;*/
/*}*/

/*section.count .container .row ul li:nth-child(3):after {*/
/*    left: 35%;*/
/*}*/

/*section.count .container .row ul li:nth-child(4):after {*/
/*    left: 8%;*/
/*}*/

/*section.count .container .row ul li:hover:after {*/
/*    width: 40px;*/
/*}*/

.product_title {
    padding: 55px 0 40px;
    text-align: center;
}

.product_title h2 {
    color: #271670;
    font-weight: 700;
    font-size: 35px;
    letter-spacing: 0.3px;
    line-height: 1.1em;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.product_title h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #271670;
    transform: translate(-50%, 0px);
    border-radius: 100px;
}

.product_title h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 2px;
    height: 1px;
    width: 50%;
    max-width: 190px;
    background-color: #271670;
    transform: translate(-50%, 0px);
}

.product_title p {
    font-size: 16px;
    color: #504e4e;
}

.product_box {
    border: dashed 1px #271670;
    margin-bottom: 26px;
}

.product_box h4 {
    margin: 0;
    background-color: #271670;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: normal;
    padding: 12px 0 8px;
    height: 55px;
    padding-top: 10px;
}

section.main_ca {
    padding: 50px 0;
}

.product_title.exter p:last-child {
    padding-bottom: 0;
}

.product_title.exter p {
    font-size: 16px;
    padding-bottom: 13px;
    line-height: 25px;
    color: #5a5858;
}

.product_title.exter {
    width: 70%;
    margin: 0 auto;
    padding: 0;
}

.moretext {
    display: none;
}

.ex__div {
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 3px 0px, rgb(0 0 0 / 6%) 0px 1px 2px 0px;
    padding: 40px 40px;
    border-bottom: solid 4px #271670bd;
    overflow: hidden;
    position: relative;
}

.ex__div:before {
    content: "";
    position: absolute;
    top: -32px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 33px solid transparent;
    border-left: 36px solid #271670c7;
    border-bottom: 32px solid transparent;
}

.job_discription h2 {
    font-size: 26px;
    color: #271670c7;
    padding-bottom: 2px;
}

.job_discription h6 {
    font-size: 16px;
    font-family: 'itc-souvenir-std-demi';
    padding-bottom: 5px;
    display: inline-block;
}

.job_discription span {
    font-size: 16px;
    font-family: 'itc-souvenir-std-demi';
    padding-bottom: 6px;
    display: inline-block;
}

.job_discription ul li {
    position: relative;
    font-size: 14px;
    color: #6e6e6e;
    font-weight: normal;
    line-height: 22px;
    padding-bottom: 12px;
    padding-left: 24px;
}

.job_discription ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f101";
    color: #271670;
    font-family: 'Font Awesome 6 Pro';
    font-size: 13px;
    font-weight: bold;
}

#myBtn {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: solid 2px #4b00ad !important;
    margin: 5px 0 0px;
    display: inline-block;
    color: #4b00ad;
    border: none;
    background: transparent;
    padding-left: 0;
}
#myBtn1 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: solid 2px #4b00ad !important;
    margin: 5px 0 0px;
    display: inline-block;
    color: #4b00ad;
    border: none;
    background: transparent;
    padding-left: 0;
}
#myBtn2 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: solid 2px #4b00ad !important;
    margin: 5px 0 0px;
    display: inline-block;
    color: #4b00ad;
    border: none;
    background: transparent;
    padding-left: 0;
}
#myBtn3 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: solid 2px #4b00ad !important;
    margin: 5px 0 0px;
    display: inline-block;
    color: #4b00ad;
    border: none;
    background: transparent;
    padding-left: 0;
}
.job_discription ul {
    margin-top: 20px;
}

section.job_sec {
    padding: 50px 0;
    background-color: #eef1f2;
}

.ex__div {
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 3px 0px, rgb(0 0 0 / 6%) 0px 1px 2px 0px;
    padding: 40px;
    border-bottom: 4px solid rgba(39, 22, 112, 0.74);
    overflow: hidden;
    position: relative;
    background: rgb(255, 255, 255);
    border-radius: 8px;
    margin-bottom: 22px;
}

.product_title.pading-0 {
    padding: 0 0 40px;
}

.job_discription ul a:hover {
    background: rgb(39 22 112);
}

.job_discription ul a {
    background: rgb(39 22 112 / 71%);
    padding: 12px 30px 10px;
    display: inline-block;
    border-radius: 100px;
    color: #fff;
    font-size: 15px;
    margin: 20px 0;
    line-height: normal;
    transition: all 0.5s;
}


section.cntr-pro .row {
    justify-content: center;
}

/* section.main_machine .container {
        box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
        padding: 60px;
    } */


/*Product Page css End*/


#button {
    display: inline-block;
    background-color: #164562;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 0px;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#button::after {
    content: "\f077";
    font-family: 'Font Awesome 6 Pro';
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 40px;
    color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
#section {
  width: 500px;
  height: 400px;
  word-wrap: break-word;
}

.hide {
  display: none;
}
.form-hd-career .product_title {
    padding: 0 0 10px;
}
.form-hd-career {
    width: 60%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 54px -14px rgb(0 0 0 / 30%);
    padding: 30px 20px;
}

.form-cont a {
    text-align: center;
    display: block;
    background: #fff;
    color: #000;
    font-family: 'itc-souvenir-std-demi';
    font-size: 18px;
    width: 14%;
    border-radius: 50px;
    padding: 10px 25px;
    margin: 0 auto;
}
/* 
.cont-frm input[type="text"], .cont-frm input[type="email"] {
    width: 46%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: .1rem .1rem .1rem rgba(0,0,0,.05);
    padding: 15px 13px;
    font-weight: 300;
    border: 1px solid #979797;
    font-size: 1.1rem;
    color: #6a6a6a;
    margin-bottom: 18px;
    float: left;
    margin-right: 25px;
} 
#posti {
    width: 96%;
}
*/
.cont-frm textarea {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: .1rem .1rem .1rem rgba(0,0,0,.05);
    padding: 15px 13px;
    font-weight: 300;
    border: 1px solid #979797;
    font-size: 1.1rem;
    color: #6a6a6a;
    margin-bottom: 5px;
        height: 150px;
}
.cont-frm button {
    transition: all .6s ease,transform .6s ease;
    font-size: 17px;
    background: #271670;
    box-shadow: 0 7px 14px -3px rgba(45,35,66,.3),0 2px 4px 0 rgba(45,35,66,.4),inset 0 -2px 0 0 #cfd1e3;
    border: none;
    padding: 14px 35px;
    border-radius: 25px;
    font-weight: 600!important;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    width: auto;
   
}
section.form-sec {
    padding-bottom: 50px;
}

#more {display: none;}
#more1 {display: none;}
#more2 {display: none;}
#more3 {display: none;}

.enqury-frm {
    position: fixed;
    right: 0;
    bottom: 133px;
    z-index: 999;
}
.enqury-frm a:hover {
    width: 178px;
}
.enqury-frm a {
    background: url(images/request-bt.png) no-repeat 0 0;
    width: 63px;
    height: 54px;
    padding: 2px 0 0 10px;
    display: block;
    z-index: 9999;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: pointer!important;
}

.montform input[type="text"], .montform input[type="email"], .montform input[type="tel"] {
        border: 1px solid #0000001f;
    width: 100%;
    padding: 10px 40px;
    border-radius: 25px;
    appearance: none;
    background: #fff;
}
.montform label {
    color: #333;
    line-height: 45px;
    width: 100%;
    
}
.modal-dialog {
    max-width: 50% ;
}

.montform span {
    font-size: 17px;
    color: #333;
    padding-left: 5px;
    padding-right: 37px;
}
h4.modal-title {
    font-size: 30px;
    font-family: 'itc-souvenir-std-demi';
    letter-spacing: 0.3px;
    color: #130a38;
}


.form-control {
    display: block;
    width: 100%;
    padding: 15px  20px !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #bbbbbb;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: 'itc-souvenir-std-demi' !important;
}
.text-danger {
    font-family: 'itc-souvenir-std-demi';
}
.cont-frm textarea{
     font-size: 14px !important;
      font-family: 'itc-souvenir-std-demi' !important;
}
.mt-4{
    margin-top: 0px !important;
    margin-bottom: 20px;
}
input#file {
    width: 100%;
    padding: 20px 10px 40px;
    border: 1px dashed #ccc;
}
.submit button {
    color: #ffffff!important;
    border-color: #ffffff!important;
    background-image: initial;
    background-color: #130b38;
    border: none;
    padding: 10px 25px;
    border-radius: 25px;
    margin-top: 10px;
}
.usdc-cont{
        overflow: scroll;
    padding: 20px;
    height: 400px
}
.get_pop .your-name input {
    background: url(https://wadsonsindia.com/wp-content/themes/wadsons/images/user-icon.jpg) no-repeat left 12px center;
}

/*Journey Map page start*/
.journey-sec{
    padding: 50px 0px;
}
.journey{
    background-image: url(images/wadson_journey_banner_img.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;

}

.main-timeline {
  font-family: tahoma;
  padding: 20px 0;
  position: relative;
}

.main-timeline::before,
.main-timeline::after {
  content: "";
  height: 40px;
  width: 40px;
  background-color: #e7e7e7;
  border-radius: 50%;
  border: 10px solid #303334;
  transform: translatex(-50%);
  position: absolute;
  left: 50%;
  top: -15px;
  z-index: 2;
}

.main-timeline::after {
  top: auto;
  bottom: 15px;
}

.main-timeline .timeline {
  padding: 35px 0;
  margin-top: -30px;
  position: relative;
  z-index: 1;
}

.main-timeline .timeline::before,
.main-timeline .timeline::after {
  content: "";
  height: 100%;
  width: 50%;
  border-radius: 110px 0 0 110px;
  border: 15px solid #46b2bc;
  border-right: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.main-timeline .timeline::after {
  height: calc(100% - 30px);
  width: calc(50% - 12px);
  border-color: #271670;
  left: 12px;
  top: 15px;
}

.main-timeline .timeline-content {
  display: inline-block;
  width: 100%;
}

.main-timeline .timeline-content:hover {
  text-decoration: none;
}

.main-timeline .timeline-year {
  color: #271670;
  font-size: 50px;
  font-weight: 600;
  display: inline-block;
  transform: translatey(-50%);
  position: absolute;
  top: 50%;
  left: 10%;
}

.main-timeline .timeline-icon {
    color: #271670;
    font-size: 70px;
    display: inline-block;
    transform: translateY(-50%);
    position: absolute;
    left: 34%;
    top: 50%;
}

.main-timeline .content {
  color: #333;
  width: 100%;
  padding: 20px;
  display: inline-block;
  float: right;
}

.main-timeline .title {
  color: #271670;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}

.main-timeline .description {
  font-size: 16px;
  margin: 0;
  text-align: center;
}

.main-timeline .timeline:nth-child(even)::before {
  left: auto;
  right: 0;
  border-radius: 0 110px 110px 0;
  border: 15px solid red;
  border-left: none;
}

.main-timeline .timeline:nth-child(even)::after {
  left: auto;
  right: 12px;
  border-radius: 0 100px 100px 0;
  border: 15px solid green;
  border-left: none;
}

.main-timeline .timeline:nth-child(even) .content {
  float: left;
}

.main-timeline .timeline:nth-child(even) .timeline-year {
    left: auto;
    right: 10%;
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
  left: auto;
  right: 32%;
}

.main-timeline .timeline:nth-child(5n+1)::before {
  border-color: #271670;
}

.main-timeline .timeline:nth-child(5n+1)::after {
  border-color: #5d5094;
}

.main-timeline .timeline:nth-child(5n+1) .timeline-icon {
  color: #271670;
}

.main-timeline .timeline:nth-child(5n+1) .timeline-year {
  color: #271670;
}

.main-timeline .timeline:nth-child(5n+1) .title {
  color: #271670;
}

.main-timeline .timeline:nth-child(5n+2)::before {
  border-color: #5d5094;
}

.main-timeline .timeline:nth-child(5n+2)::after {
  border-color: #271670;
}

.main-timeline .timeline:nth-child(5n+2) .timeline-icon {
  color: #271670;
}

.main-timeline .timeline:nth-child(5n+2) .timeline-year {
  color: #271670;
}

.main-timeline .timeline:nth-child(5n+2) .title {
  color: #271670;
}

.main-timeline .timeline:nth-child(5n+3)::before {
  border-color: #271670;
}

.main-timeline .timeline:nth-child(5n+3)::after {
  border-color: #5d5094;
}

.main-timeline .timeline:nth-child(5n+3) .timeline-icon
{
  color: #271670;
}

.main-timeline .timeline:nth-child(5n+3) .timeline-year {
  color: #271670;
}

.main-timeline .timeline:nth-child(5n+3) .title {
  color: #271670;
}

.main-timeline .timeline:nth-child(5n+4)::before {
  border-color: #5d5094;
}

.main-timeline .timeline:nth-child(5n+4)::after {
  border-color: #271670;
}

.main-timeline .timeline:nth-child(5n+4) .timeline-icon {
  color: #271670;
}

.main-timeline .timeline:nth-child(5n+4) .timeline-year {
  color: #271670;
}

.main-timeline .timeline:nth-child(5n+4) .title {
  color: #271670;
}

.main-timeline .timeline:nth-child(5n+5)::before {
  border-color: #271670;
}

.main-timeline .timeline:nth-child(5n+5)::after {
  border-color: #5d5094;
}

.main-timeline .timeline:nth-child(5n+5) .timeline-icon {
  color: #271670;
}

.main-timeline .timeline:nth-child(5n+5) .timeline-year {
  color: #271670;
}

.main-timeline .timeline:nth-child(5n+5) .title {
  color: #271670;
}
/* carrer pgar */
.codedropz-upload-handler {
    border: 2px dashed #c5c5c5;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
}

.carrer-pg-sec {
    background-image: url(images/carrer-bg.webp);
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.carrer-pg-sec:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 70%);
    z-index: -1;
}
/* carrer pgar */


/*@media screen and (max-width:1200px){*/
/*    .main-timeline .timeline:after{ border-radius: 88px 0 0 88px; }*/
/*    .main-timeline .timeline:nth-child(even):after{ border-radius: 0 88px 88px 0; }*/
/*}*/
/*@media screen and (max-width:767px){*/
/*    .main-timeline .timeline{ margin-top: -19px; }*/
/*    .main-timeline .timeline:before {*/
/*        border-radius: 50px 0 0 50px;*/
/*        border-width: 10px;*/
/*    }*/
/*    .main-timeline .timeline:after {*/
/*        height: calc(100% - 18px);*/
/*        width: calc(50% - 9px);*/
/*        border-radius: 43px 0 0 43px;*/
/*        border-width:10px;*/
/*        top: 9px;*/
/*        left: 9px;*/
/*    }*/
/*    .main-timeline .timeline:nth-child(even):before {*/
/*        border-radius: 0 50px 50px 0;*/
/*        border-width: 10px;*/
/*    }*/
/*    .main-timeline .timeline:nth-child(even):after {*/
/*        height: calc(100% - 18px);*/
/*        width: calc(50% - 9px);*/
/*        border-radius: 0 43px 43px 0;*/
/*        border-width: 10px;*/
/*        top: 9px;*/
/*        right: 9px;*/
/*    }*/
/*    .main-timeline .timeline-icon{ font-size: 60px; }*/
/*    .main-timeline .timeline-year{ font-size: 40px; }*/
/*}*/
/*@media screen and (max-width:479px){*/
/*    .main-timeline .timeline-icon{*/
/*        font-size: 50px;*/
/*        transform:translateY(0);*/
/*        top: 25%;*/
/*        left: 10%;*/
/*    }*/
/*    .main-timeline .timeline-year{*/
/*        font-size: 25px;*/
/*        transform:translateY(0);*/
/*        top: 65%;*/
/*        left: 9%;*/
/*    }*/
/*    .main-timeline .content{*/
/*        width: 68%;*/
/*        padding: 10px;*/
/*    }*/
/*    .main-timeline .title{ font-size: 18px; }*/
/*    .main-timeline .timeline:nth-child(even) .timeline-icon{*/
/*        right: 10%;*/
/*    }*/
/*    .main-timeline .timeline:nth-child(even) .timeline-year{*/
/*        right: 9%;*/
/*    }*/
/*}*/


/*journey map page end*/

/*contact page responsive start*/


@media screen and (max-width:1199px){
   /* nav bar menu*/
    .nav-link {
    font-size: 14px !important ;
   }
   /* nav bar logo*/

    
}

@media screen and (max-width: 991px) {
    
   
    
    .mail-info li {
    display: inline-block;
    margin-right: 15px;
    font-size: 15px;
    font-family: 'itc-souvenir-std-demi', sans-serif;
        }
        /*  top li         */
        .social-icon ul li {
    margin-right: 15px;
            
        }
         /*nav bar*/
   
        .mail-info li {
    margin-right: 5px;
    font-size: 11px;
            
        }
        
        /*********** contact us*****************/
        /* get in touch*/
        .add__info a {
  
    font-size: 14px;
             }
    /* get in touch space*/
    .touch_loc{ 
        margin-bottom:40px
        
    }
    /* form*/
    .cont-form{ margin-top:20px;
    
    
}
/* slider banner*/
.abt-pg-hd {
    padding: 100px 0;
}

/*****footer */

.my-footer p {
    font-size: 13px;
}

}
@media screen and (max-width:767px){
    /* */
    section.info_con {
    padding: 50px 0;
        
    }
    section.info_con .container .row {
    margin-bottom: 50px;
}
}
@media screen and (max-width:600px){
    .top-new-logo {
    margin-left: -3px;
}
/**/
.mail-info li a {
    display: inline-block;
}
.mail-info li {
    margin-right: 5px;
    font-size: 14px;
}
/*footer*/
.logo-ft-cont li {
    font-size: 15px;
    padding-right: 0px;
}
.ftr-hd h2, .addres-hd h2{
    margin: 15px 0;
}
/**/
section.info_con h2 {
    font-size: 25px !important;
    margin-bottom: 56px !important;
}
div#navbarSupportedContent {
    position: absolute;
    z-index: 999 !important;
    top: 60px;
    background: #fff;
    width: 100%;
    left: 0;
    padding: 5px 30px;
}


.logo-txt ul li {
    font-size: 12px;
}
.top-new-logo img {
    height: 60px;
}
button.navbar-toggler {
    padding: 4px !important;
}
.abt-pg-hd {
    padding: 50px 0 !important;
}
section.abt-sec {
    padding: 30px 0;
}
.abt-pg-mis-sec {
    padding: 0 0 20px;
}
.mis-pg-col {
    height: 600px;
}
.stratg-img img {
    height: auto;
    margin-top: 20px;
}
li.logo-bt-cont {
    font-size: 12px !important;
}
.ftr-sec {
    padding: 40px 0 !important;
}
.fundr-hd {
    margin-left: 74px;
    padding: 10px 7px;
        margin-top: -130px;

}
.foundr-img{
    margin-bottom: 40px;
}
.founder-sec {
    padding: 30px 0;
}
.fundr-cont p{
    padding-bottom: 10px;
}
.multi_product {
    margin-bottom: 30px;
}
section.top_product {
    padding: 40px 0;
}
section.product_in {
    padding: 0px 0px 40px;
}
.product__infos {
    padding: 20px 0;
}

.logos_Product ul {
    width: 100%;
    display: block;
}
.logos_Product ul li {
    padding: 0px 0 20px;
    float: left;
    text-align: center;
    display: flex;
    width: 49%;
    justify-content: center;
    align-items: end;
}
.product_title {
    padding: 25px 0 40px;
}

.count {
    padding: 30px 0px 20px;
}
section.job_sec{
    padding: 0px 0px ;
}
section.info_con .container .row {
    margin-bottom: 0;
}
h4.modal-title {
    font-size: 20px;
}
/*.cls-btn::after {*/
/*    left: 16px !important;*/
/*    width: 18px !important;*/
/*    height: 18px !important;*/
/*    top: 16px !important;*/
/*}*/

.cls-btn i {
    top: 13px;
    left: 19px;
}
.cls-btn img {
  height: 50px !important;
  width: 50px !important;
}

}
.slider_sl .carousel-item{
    height: 304px !important;
}
.slider_sl .carousel-item img{
    height: 304px !important;
}


