@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
body {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    font-family: 'Roboto', sans-serif;
}
h1,h2,h3,h4,h5,h6,p {
    margin: 0;
}
ul,li {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
a:hover {
    text-decoration: none;
}
.clear {
    clear: both;
}

/* for class used start */
.white-color,
.white-color h2, 
.white-color h3, 
.white-color h4, 
.white-color h5, 
.white-color h6, 
.white-color p, 
.white-color a, 
.white-color li,
.white-color i, 
.white-color span { color: #fff; }

.hed-fnt {
    font-size: 40px;
    font-weight: 400;
    /* font-family: 'Lato', sans-serif; */
    font-family: 'Lustria', serif;
}
.btm-hed-fnt {
    font-size: 18px;
    padding-top: 30px;
    font-weight: 300;
    color: #828388;
}
.text-col-10 {
    color: #828388;
    font-size: 16px;
    line-height: 1.4;
}

.bg-fixed,
.bg-scroll {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
}

.bg-scroll {
  background-attachment: fixed!important;
}

.rel { position: relative!important; }
.slide-fix {
    padding-top: 100px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.slide-10 {
    padding-top: 80px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.section-title {
    text-align: center;
    position: relative;
}


.white-color,
.white-color h2, 
.white-color h3, 
.white-color h4, 
.white-color h5, 
.white-color h6, 
.white-color p, 
.white-color a, 
.white-color li,
.white-color i, 
.white-color span { color: #fff; }

.grey-color,
.grey-color h2, 
.grey-color h3, 
.grey-color h4, 
.grey-color h5, 
.grey-color h6, 
.grey-color p, 
.grey-color a,
.grey-color li, 
.grey-color i, 
.grey-color .lgrey-color,
.grey-color span { color: #6a7685; }

.green-color,
.green-color h2, 
.green-color h3, 
.green-color h4, 
.green-color h5, 
.green-color h6, 
.green-color p, 
.green-color a,
.green-color li, 
.green-color i, 
.green-color .green-color,
.green-color span { color: #828387; }


.blue-color,
.blue-color h2, 
.blue-color h3, 
.blue-color h4, 
.blue-color h5, 
.blue-color h6, 
.blue-color p, 
.blue-color a,
.blue-color li, 
.blue-color i, 
.blue-color .blue-color,
.blue-color span {color: #2a6fe5;}
/*------------------------------------------*/
/*  Margin Bottom
/*------------------------------------------*/

.mb-100 { margin-bottom: 100px; }
.mb-95 { margin-bottom: 95px; }
.mb-90 { margin-bottom: 90px; }
.mb-85 { margin-bottom: 85px; }
.mb-80 { margin-bottom: 80px; }
.mb-75 { margin-bottom: 75px; }
.mb-70 { margin-bottom: 70px; }
.mb-65 { margin-bottom: 65px; }
.mb-60 { margin-bottom: 60px; }
.mb-55 { margin-bottom: 55px; }
.mb-50 { margin-bottom: 50px; }
.mb-45 { margin-bottom: 45px; }
.mb-40 { margin-bottom: 40px; }
.mb-35 { margin-bottom: 35px; }
.mb-30 { margin-bottom: 30px; }
.mb-25 { margin-bottom: 25px; }
.mb-20 { margin-bottom: 20px; }
.mb-15 { margin-bottom: 15px; }
.mb-10 { margin-bottom: 10px; }
.mb-5 { margin-bottom: 5px!important; }
.mb-0 { margin-bottom: 0; }

/*------------------------------------------*/
/*  SPACING & INDENTS
/*------------------------------------------*/
.wide-110 {padding-top: 0; padding-bottom: 100px;}
.wide-100 { padding-top: 100px; padding-bottom: 100px; }
.wide-90 { padding-top: 100px; padding-bottom: 90px; }
.wide-80 { padding-top: 100px; padding-bottom: 80px; }
.wide-70 { padding-top: 100px; padding-bottom: 70px; }
.wide-60 { padding-top: 100px; padding-bottom: 60px; }
.wide-50 { padding-top: 100px; padding-bottom: 50px; }
.wide-40 { padding-top: 100px; padding-bottom: 40px; }
.wide-30 { padding-top: 100px; padding-bottom: 30px; }
.wide-20 { padding-top: 100px; padding-bottom: 20px; }
.wide-10 { padding-top: 100px; padding-bottom: 0px; }


/*------------------------------------------*/
/*  SPACING & INDENTS
/*------------------------------------------*/

.pd-10 {padding-bottom: 10px;}
.pd-20 {padding-bottom: 20px;}
.pd-30 {padding-bottom: 30px;}
.pd-40 {padding-bottom: 40px;}
.pd-50 {padding-bottom: 50px;}
.pd-60 {padding-bottom: 60px;}
.pd-70 {padding-bottom: 70px;}
.pd-80 {padding-bottom: 80px;}
.pd-90 {padding-bottom: 90px;}


.pt-10 {padding-top: 10px;}
.pt-20 {padding-top: 20px;}
.pt-30 {padding-top: 30px;}
.pt-40 {padding-top: 40px;}
.pt-50 {padding-top: 50px;}
.pt-60 {padding-top: 60px;}
.pt-70 {padding-top: 70px;}
.pt-80 {padding-top: 80px;}
.pt-90 {padding-top: 90px;}

/* for class used end */
.ptpb-10 { padding-top: 10px; padding-bottom: 10px; }
.ptpb-20 { padding-top: 20px; padding-bottom: 20px; }
.ptpb-30 { padding-top: 30px; padding-bottom: 30px; }
.ptpb-40 { padding-top: 40px; padding-bottom: 40px; }
.ptpb-50 { padding-top: 50px; padding-bottom: 50px; }
.ptpb-60 { padding-top: 60px; padding-bottom: 60px; }
.ptpb-70 { padding-top: 70px; padding-bottom: 70px; }
.ptpb-80 { padding-top: 80px; padding-bottom: 80px; }
.ptpb-90 { padding-top: 90px; padding-bottom: 90px; }
/************* hedder Start ************/


.top-logo {
    width: 100%;
}
.menu {
    padding-top: 21px;
    text-align: right;
}
.navbar-toggler-icon {
    width: 100%;
    padding-top: 4px;
}
.headder .nav-item .active {
    color: #000000;
}
.headder .nav-item a {
    color: #838488;
    font-size: 14px;
    font-weight: 400;
    padding-left: 30px !important;
}
.headder .nav-item a:hover {
    color: #000000; 
}
.navbar-expand-lg {
    padding-bottom: 0;
    padding-top: 0;
}
/* .headder {
    position: fixed;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #ffffff;
} */

.clear {
    clear: both;
}








.bottom-hedder .nav-item a {
    color: #838488;
    font-size: 15px;
    font-weight: 400;
    padding-left: 30px !important;
    text-transform: uppercase;
}
.bottom-hedder .navbar-toggler {
    background: #808080;
    color: #000000;
    padding-top: 8px;
}
.bottom-hedder .navbar-toggler:hover {
    color: #ffffff;
}
.submenu {
    position: absolute;
    background-color: #ff4342 ;
    top: 30px;
    opacity: 0;
    z-index: 1;
}

.submenu li {
    padding: 12px;
}
.bottom-hedder .nav-item a  .submenu:hover {
    opacity: 2;
}

.clear {
    clear: both;
}

/************* hedder end ************/

/* ------------------ home page start --------------------------- */
/* banner start  */
#banner {
    background-image: url(../images/factorie-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.welcome-banner {
    padding-top: 250px;
    padding-bottom: 160px;
}
.welcome-text h4 {
    font-size: 24px;
    font-weight: 500;
}
.welcome-text h2 {
    font-size: 44px;
    font-weight: 700;   
    padding-top: 20px;
    padding-bottom: 74px;
}
.read-btn {
    border-radius: 50px;
    padding: 12px 18px;
    display: inline-block;
    background: #ffffff;
    text-align: center;
    color: #000000;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 70px;
    font-family: 'Roboto', sans-serif;
}

.read-btn:hover {
    color: #ffffff;
    background-color: #000000;
}
.welcome-text .arrow a {
    font-size: 60px;
}

.clear {
    clear: both;
}
/* banner end  */

/* about Tankeshwari start  */
.about-sec {
    padding: 100px 0;
}
.about-img {
    position: relative;
}
.about-overlay {
    position: absolute;
    left: 400px;
    top: 34px;
    opacity: 1;
    padding: 45px 45px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow:  0px 0px 10px 6px rgba(132, 132, 132,0.4);
    -moz-box-shadow:  0px 0px 10px 6px rgba(132, 132, 132,0.4);
    box-shadow: 0px 0px 10px 6px rgba(132, 132, 132,0.4);
}
.about-overlay p {
    padding-top: 20px;
}
.clear {
    clear: both;
}
/* about Tankeshwari End  */

/* products start  */

.products-sec {
    padding: 60px 0;
}
.products-details {
    padding: 50px 0;
}
.product-img {
    padding-bottom: 30px;
}
.product-text h3 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px;
    font-family: 'Lato', sans-serif;
}
.clear {
    clear: both;
}
/* products End  */

/* testimonial start  */
#testimonial-banner-10 {
    background-image: url(../images/slider/banner-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    display: none;
}
.owl-theme .owl-dots .owl-dot span {
    width: 30px !important;
    height: 8px !important;
    margin: 5px 7px;
    background: #ffffff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0px !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    color: #808080 !important;
    background: #808080 !important;
}



.testimonial-caption h5 {
    padding-top: 28px;
    font-size: 36px;
    color: #093372;
}
.testimonial-caption p {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 1.6;
}
.testimonial-caption h3 {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}
.testimonial-caption h4 {
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 50px;
}
.clear {
    clear: both;
}
/* testimonial end  */

/* contact-us start  */

.contact-us-sec {
    padding: 100px 0;
}
.contact-hed p {
    padding-top: 20px;
    font-size: 18px;
}
.contact-hed {
    padding-bottom: 48px;
}
.border-form-control {
    font-size: 16px;
    margin-top: 10px;
    color: #808080;
    border-bottom: 1px solid #000;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding: 1.5rem .75rem;
}
.form-control:focus {
    box-shadow: none;
}
.contact-message {
    padding-top: 20px;
}
.message-btn {
    border-radius: 4px;
    padding: 16px 40px;
    display: inline-block;
    background: #f6ab2e;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.btn.focus, .btn:focus {
    box-shadow:none;
}
.clear {
    clear: both;
}
/* contact-us end  */


/* map start  */
.map-sec iframe {
    height: 550px;
    width: 100%;
}
/* map end  */


/* ------------------ home page end --------------------------- */



/* footer start  */

.footer-sec {
    padding: 34px 0;
}
.footer-sec h5 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
}
.footer-sec h5 i {
    padding-right: 6px;
}
.social-media {
    text-align: right;
}
.social-media a {
    color: #ffffff;
    padding: 10px 13px;
    border: 1px solid #ffffff;
    margin-left: 16px;
    border-radius: 8px;
}
.social-media a:first-child {
    padding: 10px 16px;
}
/* footer end  */



/* ------------------ about-us page start --------------------------- */

/* 1st section start  */
#about-us-10 {
    background-image: url(../images/slider/banner-3.jpg);
}
/* 1st section end  */

/* 2nd section start  */
.about-industry h2 {
    font-size: 30px;
    padding: 16px 0;
}
.industrip-01 {
    font-size: 20px;
}
.about-details p {
    font-size: 17px;
    line-height: 1.8;
}
/* 2nd section end  */

/* 3rd section start  */
#about-us-20{
    background-image: url(../images/slider/banner-4.jpg);
}
/* 3rd section end  */

/* 5th section start  */
#table-bg-10 {
    background-image: url(../images/slider/table-bg.jpg);
}

.rich-radis {
    width: 80%;
    background-color: #ffffff;
    border: 4px solid #ffffff;
    padding: 6px 6px;
    border-radius: 50%;
}
.Richard:hover .rich-radis{
    padding: 0;
    border: 4px solid #7167fa;
}
.Richard:hover h3 {
    color: #000;
}
.team h3:hover {
    padding-top: 40px;
}
.social a {
    font-size: 20px;
    padding-left: 14px;
    color: #d5d4d6;
}
.social a:hover {
    color: #000000;
}
.clear {
    clear: both;
}
/* 5th section end  */

/* ------------------ about-us page end --------------------------- */




/* ------------------ products page start --------------------------- */
/* products 1st section start  */
#product-page {
    background-image: url(../images/slider/bg-image-13.jpg);
}
/* products 1st section end  */

/* products 2nd section start  */

.services-box a {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #a3a3a3;
    text-transform: uppercase;
    background: transparent;
    border-bottom: 2px solid #a3a3a3;
    padding: 10px 0px;
    margin-bottom: 15px;
}
/* products 2nd section end  */

.clear {
    clear: both;
}

/* ------------------ products page end --------------------------- */


/* ------------------ contact us page start --------------------------- */

/* 1st section start  */

#contacts-page {
    background-image: url(../images/slider/dus-1.jpg);
}

/* 1st section end  */

/* 2nd section start  */
.contact-text i {
    padding-bottom: 20px;
    font-size: 30px;
    color: #828387;
}
.contact-text a {
    font-size: 18px;
    color: #808080;
    padding-bottom: 20px;
    line-height: 1.2;
}
.contact-text a:hover {
    font-size: 19px;
    color: #ff7e7e;
}
.contact-text-border {
    margin-bottom: 20px;
}
/* 2nd section end  */

/* 3rd section start  */
.contact-10 {
background-color: #f6f6f6;
}
.contact-10 .border-form-control {
    background-color: #f6f6f6;
}
/* 3rd section end  */

/* 4th section start  */
.contact-map-sec iframe {
    height: 350px;
    width: 100%;
}
.services-box a:hover {
    border: 2px solid #151515 !important;
    padding: 10px 22px !important;
    color: #151515 !important;
}

.services-box:hover {
    background: #ffffff;
    padding: 10px;
    border: none;
    border-radius: 4px;
    box-shadow: 5px 10px 5px 0 rgba(0, 0, 0, 0.06);
}
.product-img {
    overflow: hidden;
}
.services-box:hover a {
    border: 2px solid #747474;
    padding: 10px 22px;
    color: #747474;
}
/* 4th section end  */
.clear {
    clear: both;
}

/* ------------------ contact us page end --------------------------- */


/* ------------------ applications page start --------------------------- */

/*  applications 1st section start  */

/*  applications 1st section end  */




/* ------------------ applications page end --------------------------- */




/* ------------------ gallery page start --------------------------- */


/* gallery 1st section start  */

#gallery-page {
    background-image: url(../images/slider/gallery-1.jpg);
}

/* gallery 1st section end  */

/* gallery 2nd section start  */

.gallery-img-1 {
    margin-bottom: 10px;
    position: relative;
}
.gallery-img-1 img {
    border-radius: 5px;
}
.gallery-over {
    position: absolute;
    right: 0;
    left: 0;
    border-radius: 5px;
    top: 0;
    bottom: 0;
    background-color: rgba(66, 63, 63, 0.6);
    transform: scale(0.8);
    transition: all 0.5s ease;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.gallery-over:hover {
    opacity: 0.7;
    transform: none;
}
.gallery-over i {
    font-size: 40px;
    color: #fff;
}
.gallery-txt a {
    padding-top: 20px;
    font-size: 24px;
    font-weight: 500;
    color: #3d3d3d;
}
.gallery-sec-1:hover .gallery-txt a {
    color: #000;
}
/* gallery 2nd section end  */
.clear {
    clear: both;
}
/* ------------------ gallery page end --------------------------- */


/* atomised-page start  */
#atomised-page {
    background-image: url(../images/slider/atomised.jpg);
}
.taltom {
    font-size: 20px;
    font-weight: 400;
}


/* atomised-page end  */

/* Flake Aluminum Powder start  */
#flake-page {
    background-image: url(../images/slider/flake.jpg);
}

/* Flake Aluminum Powder end  */

/* Aluminum Paste start  */
#aluminum-paste-page {
    background-image: url(../images/slider/Paste.jpg);
}
/* Aluminum Paste end  */


.message-btn5 {
    border-radius: 4px;
    padding: 12px 22px;
    display: inline-block;
    background: #a3a3a3;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 120px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.life-to {
    font-size: 18px;
    padding: 20px;
    line-height: 1.6;
    padding-bottom: 40px;
}
.btn1 {
    background-color: #f6ab2e;
    color: #fff;
    padding: 11px 30px;
}
.btn1:hover {
    background-color: #fff;
    color: #eb4521;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 13px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
.sun-about {
    font-size: 30px;
    color: #f6ab2e;
    padding-bottom: 30px;
}
.Strategic {
    padding-bottom: 20px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    color: #828388;
}
.struction {
    border: 1px solid #f6ab2e;
    height: 480px;
}
.product-text h3 {
    font-size: 19px;
    font-weight: 600;
    padding-bottom: 10px;
    font-family: 'Lato', sans-serif;
}
.credit h3 {
    padding-bottom: 20px !important;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    padding-top: 20px;
}
.combo-col {
    color: #f6ab2e;
}
.button100 {
    display: inline-block;
    color: #000000;
    text-transform: uppercase;
    background: #f6ab2e;
    border: 2px solid #f6ab2e;
    padding: 11px 30px;
}
.button100:hover {
    border: 2px solid #151515 !important;
    color: #f6ab2e !important;
    background-color: #000 !important;
    padding: 11px 30px;
}
.btn2 {
    color: #000000;
    text-transform: uppercase;
    background: #f6ab2e;
    border: 2px solid #f6ab2e;
    padding: 11px 30px;
}
.btn2:hover {
    border: 2px solid #151515 !important;
    color: #f6ab2e !important;
    background-color: #000 !important;
    padding: 11px 30px;
}
.inception {
    background: rgba(255 , 255 , 255 , 0.45);
    transform-origin: 50% 100%;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:before, .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a:before, .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu .link-list > li > a:before {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 8px;
    color: #f6ab2e;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-size: 0.9rem;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.btn5 {
    padding: 6px 22px;
}
.btn5:hover {
    padding: 6px 22px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 17px !important;
    height: 17px !important;
    margin: 5px 7px;
    border-radius: 50%;
    background: #ffffff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50% !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    color: #f6ab2e !important;
    background: #f6ab2e !important;
    border: #ffa303 !important;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #fdc768 !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: #000 !important;
}
.wsmenu {
    padding: 0;
    padding-top: 10px;
    float: right;
    display: block;
}
.brings {
    color: #000;
    padding-top: 10px;
}
.life-to {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}
/* .struction {
    background-color: #dfdfdf;
}
.product-img img {
    padding-top: 20px;
} */
.product-img {
    padding-bottom: 15px;
}
.inception1 {
    background: rgba(255 , 255 , 255 , 0.65);
}
.pipeline10 {
    font-size: 14px;
    padding-bottom: 18px;
    color: #828388;
}
.pipeline11 {
    padding-top: 30px;
}
.morz {
    padding-bottom: 40px;
}
.morz1 {
    padding-bottom: 52px;
}
.successful {
    color: #828388;
    padding: 0;
    margin: 12px 0 0;
    text-align: left;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
}
.poised {
    text-align: justify;
}
.chairman-img {
    padding-top: 18px;
}
.Compromise {
    font-size: 25px;
    color: #f6ab2e;
}
.service-netw {
    border: 1px solid #f6ab2e;
    padding: 25px;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:before, .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a:before, .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu .link-list > li > a:before {
    color: #f6ab2e !important;
}
#visit-us-20{
    background-image: url(../images/slider/banner-6.jpg);
}
.ht-30 {
    height: 300px !important;
}
.career-suns {
    text-align: left;
}
.custom-file-label {
    width: 97%;
    margin-left: 4px;
}
.frm-background {
    background-color: #f6ab2e;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: .45rem;
}
.btn4 {
    color: #f6ab2e;
    background-color: #000;
    padding: 11px 30px;
}
.btn4:hover {
    color: #f6ab2e;
    background-color: #000;
    padding: 11px 30px;
    border: none;
}
.Opportunities {
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 10px;
    text-align: center;
}
.printing11 {
    padding-bottom: 40px !important;
}
#contact-us-10 {
    background-image: url(../images/slider/banner-7.jpg);
}
.sun-contact-dt {
    text-align: left;
}
.sun-contact-dt li {
    font-weight: 400;
    padding-bottom: 20px;
    font-size: 19px;
}
.ico-spc {
    padding-right: 10px;
}
.successful {
    margin: 0;
}
#career-us-10 {
    background-image: url(../images/slider/banner-8.jpg);
}
#about-us4-10 {
    background-image: url(../images/slider/banner-9.jpg);
}
#supreme-us-10 {
    background-image: url(../images/slider/banner-10.jpg);
}
#arms-us-10 {
    background-image: url(../images/slider/banner-11.jpg);
}
#gangu-us-10 {
    background-image: url(../images/slider/banner-16.jpg);
}
#tango-us-10 {
    background-image: url(../images/slider/banner-17.jpg);
}
#raj-us-10 {
    background-image: url(../images/slider/banner-14.jpg);
}
#gurds-us-10 {
    background-image: url(../images/slider/banner-15.jpg);
}
.porated {
    color: #f6ab2e !important;
    padding-right: 10px;
}
.in2017 {
    color: #f6ab2e !important;
    font-size: 18px !important;
}
.const-logos {
    width: 150px;
    padding-right: 20px;
}
.coveted-cons h2 {
    text-align: left;
    padding-left: 100px;
}
.inception11 {
    background: rgba(255 , 255 , 255 , 0.85);
    transform-origin: 50% 100%;
    width: 50%;
}
.ht-31 {
    height: 310px !important;
}
.struction4 {
    border: 1px solid #f6ab2e;
    height: 340px;
}
.product-imgz1 img {
    padding-top: 16px;
}
.gariahat1 {
    padding-top: 22px;
}
.visitsws {
    padding-top: 30px;
}
.visit-btn {
    background: #f6ab2e;
    padding: 14px 30px;
}
.inception12{
    position: absolute;
    right: 0;
}
.const-logos1 {
    width: 150px;
    padding-left: 20px;
}
.coveted-cons1 h2 {
    text-align: right;
    padding-right: 100px;
}
.inception13 {
    background: rgba(255 , 255 , 255 , 0.85);
    transform-origin: 50% 100%;
    width: 70%;
}
.inception13 h2 {
    text-align: right;
    padding-right: 120px;
}
.section-title50 {
    padding-top: 40px;
}
.const-logos2 {
    width: 170px;
    padding-left: 20px;
}
.inception14 {
    background: rgba(255 , 255 , 255 , 0.85);
    transform-origin: 50% 100%;
    width: 55%;
}
.inception15 {
    background: rgba(255 , 255 , 255 , 0.85);
    transform-origin: 50% 100%;
    width: 45%;
}
.struction5 {
    border: 1px solid #f6ab2e;
    height: 300px;
}
.career-contact {
    color: #f6ab2e !important;
    font-size: 18px;
    font-weight: 600;
}
.inception111 {
    background: rgba(255 , 255 , 255 , 0.85);
}
.inception112 {
	background: rgba(255 , 255 , 255 , 0.75);
}