
/* Google Font Import 
======================= */

@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&amp;display=swap');


/* Common CSS 
============== */

html,
body {
    height: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    position: relative;
    z-index: 1;
    background: #fff;
    color: #030E2C;
    overflow-x: hidden;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 0;
    color: #002c42;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 20px;
}

a {
    text-decoration: none;
    cursor: pointer;
    font-family: "Poppins", serif;
    color: #191919;
    font-size: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    position: relative;
    color: #777;
}

p.highlight {
    color: #191919;
    font-size: 17px;
    line-height: 27px;
}


button,
input,
textarea,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
    outline-width: 0 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

img {
    display: inline-block;
    max-width: 100%;
}

i,
span,
a {
    /* display: inline-block; */
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

/*li {*/
/*  display: inline-block;*/
/*}*/

table,
th,
tr,
td {
    border: 1px solid #191919;
}

th,
tr,
td {
    padding: 10px;
}

hr {
    border-top: 1px solid #eee;
}


/*Section Padding CSS*/

.section-padding {
    padding: 30px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-padding {
        padding: 30px 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding {
        padding: 30px 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padding {
        padding: 50px 35px;
    }
}

@media (max-width: 575px) {
    .section-padding {
        padding: 50px 20px;
        color:white;
    }
}



/*Section Title */


.section-title {
    position: relative;
}

.section-title h2 {
    font-size: 45px;
    font-weight: 500;
    line-height: 55px;
    margin: 20px 0;
}

.section-title h6 {
    color:#f3a712;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*Button Style */

.main-btn {
    display: inline-block;
    background: #f3a712;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 12px 40px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.main-btn.btn-2 {
    background: transparent;
}

.main-btn.btn-white {
    background: #fff;
    color: #191919;
}

.main-btn:hover {
    background-color: #ffae05;
    color: #fff;
}


/*Bootstrap CSS*/

.container-fluid {
    padding: 0;
}

/* Bacground Color & Overlay CSS 
============== */

.gray-bg {
    background: #f6f6f6;
}

.white-bg {
    background: #fff;
}

.blue-bg {
    background: #030f27;
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.overlay {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(3, 15, 39, 0.28);
}

.overlay-2 {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #002c42;
    opacity: .9;
}



/* Sticky CSS 
============== */

.header-area .is-sticky .sticky-area {
    background: #fff;
    box-shadow: 0 3px 16px -2px #d0cece;
    z-index: 999 !important;
    -webkit-animation: slideInDown .6s forwards;
    animation: slideInDown .6s forwards;
    margin-top: 0;
}

#header-2.header-area .is-sticky .sticky-area {
    box-shadow: 0 3px 16px -2px #4c4a4ade;
}

.header-area.absolate-header .is-sticky .sticky-area {
    background: #10102D;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 100px;
    margin-top: 0;
}

.header-area .is-sticky .navigation {
    margin-top: 0;
}


/* Header Top Area
============== */

.header-top {
    background: #F8F9FB;
    font-size: 14px;
    font-weight: 500;
    color: #8D9CC5;
    padding: 10px 0;
}

.contact-info i {
    color: #F55B15;
    font-size: 20px;
    margin-right: 2px;
}

.site-info .social-area {
    display: inline-block;
    margin-left: 10px;
}

.site-info .social-area i {
    font-size: 17px;
    color: #8D9CC5;
    padding-left: 10px;
}

/* Header Area 
============== */

.header-area .logo img {
    
    margin-top: 7px;
}

#header-2.header-area .logo img {
    margin-top: 2px;
}

#header-2 .navigation {
    height: 55px;
    background: #009dee;
    border-top: 1px solid #eee;
}

#header-3 .logo {
    margin-top: 0;
}

.header-area li.nav-item .nav-link {
    color: #020E28;
}





#header-3.header-area li.nav-item .nav-link {
    color: #fff;
}

.header-area .main-menu .navbar-nav .nav-link.active {
    color: #f3a712;
}

#header-2.header-area .main-menu .navbar-nav .nav-link.active {
    color: #f7f7f7;
}

#header-3.header-area .main-menu .navbar-nav .nav-link.active {
    color: #f3a712;
}

.header-area .main-menu li.nav-item:hover > a {
    color: #777;
}



.header-area.absolate-header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 20px 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.responsive-logo {
    display: none;
}

/* Header Aside
============== */


#header-aside .aside-content {
    float: right;
    color: #585252;
    margin-top: 22px;
}

#header-aside .aside-content .info-wrap {
    display: table;
    overflow: hidden;
    width: 100%;
}

#header-aside .aside-content .info-i,
#header-aside .aside-content .info-c {
    /*display: table-cell;*/
    display:none;
    text-align: left;
    vertical-align: middle;
    color:black;
}

#header-aside .aside-content .info-c span {
    color:black;
}

#header-aside .aside-content .info-i {
    width: 45px;
}

#header-aside .aside-content .info-i span {
    position: relative;
    z-index: 1;
    font-size: 30px;
    color: #f3a712;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}

#header-aside .aside-content .info-i span i::before {
    font-size: 36px;
}

#header-aside .aside-content .info-i span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 1px dashed transparent;
    background-color: transparent;
}

#header-aside .aside-content .inner > div {
    float: left;
    display: block;
    width: 200px;
    position: relative;
    color: #777;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-left: 25px;
    border-right: 2px solid #eee;
}

#header-aside .aside-content .inner > div:last-child {
    border: 0;
}


/* Main Menu 
============== */

.main-menu .navbar {
    padding: 0;
}

.main-menu li.nav-item {
    position: relative;
    margin-right: 35px;
}

.main-menu li.nav-item:last-child {
    margin-right: 0;
}

.main-menu .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: white;
    display: block;
    padding: 40px 0;
}

.main-menu .navbar-nav .nav-link.active {
    color:white;
}

.main-menu li.nav-item:hover > a {
    color: white;
}

/*Dropdown Menu */

.sub-menu {
    position: absolute;
    left: 0;
    top: 120px;
    width: 180px;
    background-color: white;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 99;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

#header-2 .sub-menu {
    top: 100px;
}


.sub-menu::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    top: 0;
    left: 0;
    background: #f3a712;
    visibility: hidden;
    opacity: 0;
}

.main-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100px;
}

#header-2 .main-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 80px;
    height:300px;
}

.main-menu li:hover .sub-menu::after {
    opacity: 1;
    visibility: visible;
}

.main-menu ul.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu .sub-menu li {
    display: block;
    border-bottom: 1px solid #eee;
}

.main-menu .sub-menu li a {
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding: 12px;
    color: #191919;
    -webkit-transition: .3s;
    transition: .3s;
}

.main-menu .sub-menu li:hover > a {
    color: #f3a712;
}

.dropdown-toggle::after {
    display: none !important;
}

.navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: none;
}


/*Header Right Content */

.header-area .main-btn {
    margin-top: 28px;
}


/* About Seciton 
============== */

.info-content-area .section-title h2 {
    position: relative;
    padding-left: 35px;
}

.info-content-area .section-title h2:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 5px solid #f3a712;
}

.info-content-area p.highlight {
    position: relative;
    padding-left: 35px;
    margin: 20px 0;
}

.info-content-area p.highlight:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: 5px;
    left: 0;
    background:#f3a712;
}

.info-content-area .main-btn {
    background: transparent;
    color: #f3a712;
    border: 2px solid;
    margin: 40px 0;
}

.info-content-area .main-btn:hover {
    background: #f3a712;
    color: #fff;
    border-color: #f3a712;
}





/* Footer Area
======================== */


.footer-area {
    background:#eee;
    color: #000;
}

.footer-area h5 {
    color: #000;
    margin: 20px 0;
}

.footer-area p {
    margin-top: 16px;
    color: #9aa3b2;
}

.contact-info p {
    margin-bottom: 10px;
}

.footer-area ul li a {
    display: block;
    color: #d7d7d7;
    padding: 7px 0;
}

.footer-up ul li a span {
    color: #f3a712;
    font-size: 18px;
    font-weight: 600;
}

.footer-area ul li a:hover {
    color: #f3a712;
}

.subscribe-form button {
    padding: 15px 40px;
    font-size: 16px;
    line-height: 13px;
    background: #f3a712;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border: 0;
    cursor: pointer;
}

.subscribe-form {
    position: relative;
}

.subscribe-form input {
    border: 0;
    background: #3D4147;
}

.subscribe-form input::placeholder {
    color: #797A7E;
    font-size: 14px;
}

.footer-up {
    padding: 20px 0;
}


.footer-up .logo {
    width: 210px;
}

.footer-up .social-area i {
    color: #eee;
    font-size: 21px;
    margin-right: 10px;
    margin-top: 20px;
}

.footer-bottom {
    padding: 10px 0;
    background: #061129;
}

.footer-bottom p,a{
    margin: 0;
    color: #071d52;
    
}

p.privacy {
    text-align: right;
}

/*========================HOME # 02 ===========================*/


/* Info Section # 02
======================== */


.info-bg {
    background-image: url(../img/jp/prod/fabrication.png);
}

.info-area {
    position: relative;
    margin-top: -100px;
    z-index: 9;
}

.info-bg.bg-cover {
    height: 282px;
    background-position: top center;
    border-radius: 5px 0 0 5px;
}

.info-content {
    padding: 40px;
    border-left: 10px solid #F25B26;
    height: 100%;
}


.info-content h5 {
    font-size: 35px;
    line-height: 45px;
}

.info-content a {
    font-family: 'Teko', sans-serif;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 3px;
    color: #f3a712;
    margin: 30px 0 0;
}

.info-inner {
    background: #fff;
    box-shadow: 0 1px 4px -2px #6e7b71;
    border-radius: 5px;
}

.info-founder {
    background: #F25B26;
    height: 100%;
    text-align: center;
    padding: 50px;
    border-radius: 5px;
}

.info-founder i:before {
    font-size: 50px;
}

.info-founder p.highlight {
    font-size: 65px;
    font-family: 'Teko', cursive;
    color: #fff;
    margin: 30px 0;
}

.info-founder p.highlight span {
    font-size: 50px;
}

.info-founder p {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #333;
    line-height: 24px;
}

/* Service Section # 02
======================== */

.service-bg {
    
    height: 390px;
    text-align:center;
}

.service-bg img{    margin-top: 20px;}

.bg-1 {
       background-image: url(../images/e2.webp);
}
.bg-2 {
     background-image: url(../images/p1 (1).webp);
}

.bg-3 {
   background-image: url(../img/e3.jpg);
}



.single-service {
    position: relative;
    margin: 50px 0 30px;
  box-shadow: 9px 10px 5px 0px rgba(3,14,44,0.75);
-webkit-box-shadow: 9px 10px 5px 0px rgba(3,14,44,0.75);
-moz-box-shadow: 9px 10px 5px 0px rgba(3,14,44,0.75);
}

.single-service .service-content {
    position: absolute;
    bottom: -20px;
    left: 20px;
    right: 20px;
    background: #fff;
    padding: 20px;
   
}

.service-content h3 {
    font-size: 20px;
    line-height: 22px;
    margin: 10px 0;
    transform: translateY(0);
    transition: all .3s ease-in-out;
    position: relative;
    padding-left: 15px;
}
.service-content{
    box-shadow: 5px 10px 5px 0px rgba(243,167,18,0.75);
-webkit-box-shadow: 5px 10px 5px 0px rgba(243,167,18,0.75);
-moz-box-shadow: 5px 10px 5px 0px rgba(243,167,18,0.75);
}
.service-content h3:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 4px;
    height: 30px;
    background: #f3a712;
    margin-top: -15px;
}

.service-content a.read-more {
    position: absolute;
    bottom: 40px;
    left: 20px;
    opacity: 0;
    transform: translateY(50%);
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    font-family: 'Teko', sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    color: #f3a712;
    padding-left: 15px;
}

.single-service:hover .service-content h3 {
    transform: translateY(-10px);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.single-service:hover .service-content a.read-more {
    transform: translateY(30px);
    opacity: 1;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}




/* About Section # 03  
============== */


#about-3 .choose-certify {
    text-align: center;
}

#about-3 .choose-certify i {
    position: relative;
}

#about-3 .choose-certify i:after {
    position: absolute;
    content: " ";
    width: 60px;
    height: 60px;
    top: -7px;
    left: -30px;
    border-radius: 50%;
    background: #f3a712;
    z-index: 1;
    opacity: .4;
}

#about-3 .choose-certify h5 {
    font-size: 20px;
    margin: 20px 0;
    color: #002c42;
    padding-left: 0
}

#about-3 .choose-certify p {
    padding-left: 0;
}


/* Contact Page  
============== */

 
.overlay {
    position: relative;
}
/*---------------*/
.contact-us {
    padding: 70px 0 100px;
}
.section-space {
    padding: 100px 0;
}
.contact-form-area {
    background: #fff;
    padding: 40px;
    box-shadow: 0 0 15px rgb(0 0 0 / 18%);
    border-top: 2px solid #2e2751;
}
.m-top-30 {
    margin-top: 30px;
    margin-left: 60px;
}
.contact-form-area h4 {
    font-size: 22px;
    font-weight: 600;
}
.contact-form-area .form-group {
    position: relative;
}
.contact-form-area .form-group {
    margin: 0;
    margin-top: 20px;
}
.contact-form-area .form-group .icon {
    position: absolute;
    right: 15px;
    z-index: 33;
    color: #f3a712;
    top: 12px;
}
.single-contact-box:hover i {
    background: #f3a712;
    color: #fff;
}
.single-contact-box {
    text-align: left;
    margin-bottom: 50px;
    position: relative;
}
.contact-form-area .form-group input {
    height: 50px;
    border: 1px solid rgba(204,204,204,.58);
    width: 100%;
    display: block;
    border-radius: 0;
    padding: 0 40px 0 15px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 14px;
    font-weight: 400;
}
.contact-box-main .contact-title {
    margin-bottom: 30px;
}
.contact-box-main .contact-title h2 {
    font-size: 30px;
    margin-bottom: 10px;
}
.single-contact-box {
    text-align: left;
    margin-bottom: 40px;
    position: relative;
}
.single-contact-box .c-icon {
    float: left;
    margin-right: 20px;
}
.single-contact-box i {
    font-size: 25px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    background: #2e2751;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.contact-form-area .form-group.button {
    text-align: center;
    margin: 20px 0 0!important;
}
.contact-form-area .bizwheel-btn.theme-2 {
    padding: 15px 32px;
    box-shadow: 0 10px 10px -8px rgb(0 0 0 / 50%);
}
.bizwheel-btn.theme-2 {
    background: #f3a712;
    color: #fff;
    padding: 15px 32px;
    border: none;
}
.bizwheel-btn:hover, .bizwheel-btn.theme-2:hover {
    background: #2E2751;
    color: #fff;
    box-shadow: 0 10px 10px -8px rgb(0 0 0 / 50%);
}
.contact-form-area .form-group textarea {
    height: 170px;
    border: 1px solid #dfdfdf;
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 15px;
    resize: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 0;
    padding-right: 40px;
    font-weight: 400;
}
/*product css*/
.product-info p{
text-align: justify;
color: black;
font-size: 16px;
line-height: 28px;
}
.product-img img{
    height: 400px;
    width: 100%;
}

/*product btn*/

.bizwheel-btn:hover{
    background: #2E2751;
    color: #fff;
    box-shadow: 0 10px 10px -8px rgb(0 0 0 / 50%);
    
}
.con{
    text-align: center;

}
.product-img{
    padding-top: 90px;
}
.price-div .sp1{
 color: black;
 font-weight: bold;
 font-size: 25px;

}
.price-div .sp2{
    color: #767676;
}
.price-div{
    text-align: center;
    margin-top: 55px;
}
/*--slider css--*/
.slider-div{
    color: white;
    background-color: #fbfbfb94;
    width: 600px;
        padding: 20px;
    margin-left: 225px;
}
.slider-div h5{
    font-size: 25px;
    color: black;
}
.slider-div p{
    font-size: 16px;
    color: black;
}
.subscribe-form .ic{
    font-size:25px;
}

.font-wt{
    font-weight:800;
}