*{
	margin:0;
	padding:0;	
	box-sizing: border-box;
}

body {
	font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #000;
    background: #fff;
    font-family: 'Rubik',sans-serif;
}
h1,h2,h3,h4,h5,h6{
    margin-bottom: 0;
    font-family: 'Barlow Condensed',sans-serif;
}

a{
	color: #444;
}
a:hover{text-decoration: none;}
p{
    color: #000;
    margin-bottom: 0;
}

/*header css start here*/

header{
	background: #fff;
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    background-color: transparent;
}

header{padding:0px;background-color:#fff;position: fixed;top:0px;left:0px;width:100%;z-index: 99}

/*header.header .navbar.navbar-expand-lg{display:none; }*/
header.header .navbar.navtop{display: block;}
header.header.navbar-shrink {
    transform: translateY(-41px);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.25);
    box-shadow: 0 2px 5px rgba(0,0,0,.25);
}
/*header.header.navbar-shrink .navbar.navbar-expand-lg {display: block;background-color: #fff;}*/
/*header.header.navbar-shrink .navbar.navtop {display: none;}*/
.navbar-light .navbar-nav .nav-link, .navtop ul li a{   
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: all ease .4s;
    margin-left: 15px;
    font-size: 14px;
    text-transform: uppercase;
}
.navbar-light{background-color: transparent;line-height: 55px;}
.navbar-brand span{font-size: 40px;}
.blue{color: #030e27;}
.orange{color: #fd5d14;}
.bg-orange{background-color: #fd5d14;}
.top-row{background-color: #e0e5ef;padding: 10px;}
.top-row p{color: #2755A2;}
.navbar-light .navbar-nav .nav-link{color: #000;}
.common_padding{padding-top: 130px;}
a.navbar-brand {
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link:hover{color: rgb(253 93 20);}
/*navbar*/
.navtop ul li a.btn{color: #fff !important;}
.topbar .left-side ul {
    display: flex;
    align-self: flex-start;
}
ul.custom {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.topbar .left-side li {
    margin-right: 20px;
}
.topbar .left-side li a {
    color: #fff;
    font-size: 12px;
}
.topbar .left-side li a i {
    margin-right: 5px;
    color: #fff;
}
.topbar .right-side ul {
    display: flex;
    align-self: flex-end;
    justify-content: flex-end;
    margin-bottom: 0;
}
.topbar .right-side li {
    margin-left: 20px;
}
.text-custom-white {
    color: #ffffff;
}
.topbar {
    padding-bottom: 10px;
}
.bg-custom-black {
    background-color: #030e27;
}

.topbar .right-side, .topbar .left-side {
    padding: 10px 0 0;
}
.get_con {
    border: 2px solid;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 8px 45px;
    font-weight: bold;
    margin-top: 18px;
}
.get_con:hover{
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
.carousel-caption{
    bottom: initial;
    top: 50%;
    transform: translateY(-50%);
}
.carousel-caption h1 {
    font-size: 60px;
    filter: drop-shadow(2px 4px 6px black);
    color: white;
    background: rgb(0 0 0 / 43%);
    padding-bottom: 10px;
    border-radius: 5px;
}






footer {
    background-color: #030e27;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}
footer h5{padding-bottom: 10px;}
footer p{color: #fff;font-size: 12px}
.social_icon ul li a{
    display: inline-block;
    font-size: 16px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border:1px solid #fff;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    margin-left: 10px;
}
.social_icon ul li a:hover{background-color: #fff;color: #113e88;}
.social_icon ul li:first-child a{margin-left: 0;}
footer hr{border-bottom: 1px solid rgba(255,255,255,.4);
    margin-top: 40px;
    margin-bottom: 40px;
}
.foot .input-group .form-control{background-color: transparent;border-radius: 0;
    border-color: #fff;
    font-size: 14px;
}
.foot .input-group .input-group-text{
    background-color: transparent;
    font-size: 14px;
    border-radius: 0;
    color: #fff;
}

footer ul.nav li a{color: #fff;font-size: 12px;margin-left: 5px;text-transform: capitalize;
margin-right: 5px;}


footer ul.nav li a:hover{
    text-decoration: underline;
}

.ab_sec{padding-top: 40px;padding-bottom: 40px;}


.ab-img:before {
    content: '';
    background: #fd5d14;
    display: block;
    height: 50%;
    z-index: -1;
    position: absolute;
    width: calc(50% + 35px);
    right: 35px;
    left: 0px;
}
.ab-img>img {
    padding: 0;
    padding-top: 35px;
    padding-left: 35px;
}
.ab-img .about-meta {
    position: absolute;
    bottom: 59px;
    right: -26px;
    max-width: 380px;
    background-image: -webkit-linear-gradient(top,#fd5d14,#fd7537);
    padding: 10px 25px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.ab-img .about-meta h4{
    font-size: 20px;
}
.about-meta:before {
    content: '';
    border-width: 20px;
    border-color: #fd7435 transparent transparent #fd7334;
    border-style: solid;
    position: absolute;
    bottom: -40px;
    right: 0;
    z-index: -1;
}
.section-heading h5 {
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.section-heading {
    position: relative;
   /* position: absolute;
    top: 25%;*/
}
.text-custom-blue {
    color: #fd5d14;
}
.section-heading h3 {
    padding-bottom: 20px;
    font-weight: 600;
    font-size: 44px;
}
.text-theme {
    color: #111111;
}
.section-heading:after {
    content: "";
    height: 5px;
    width: 80px;
    background-color: #fd5d14;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin-left: 0;
}
.text-light-white {
    color: #7c8a97;
}

.quote-box {
    border-left: 2px solid #FE5A0E;
    padding-left: 35px;
    padding-bottom: 15px;
    position: relative;
    padding-top: 25px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.quote-box > img {
    position: absolute;
    top: 10px;
    left: 15px;
}
a.view-more {
    display: block;
}
a.view-more {
    color: #fff;
    background: #FE5A0E;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    display: inline-block;
    max-width: 295px;
    width: 100%;
    text-align: center;
    line-height: 54px;
    height: 54px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-top: 25px;
}
.our-category {
    background-image: url(../images/bg1.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.our-category .section-heading:after{margin: 0px auto;}


 .text-wrapper{
    width: 100%;
    background: 0 0;
    background: linear-gradient(to bottom,transparent,#000);
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 1;
    padding: 100px 20px 60px 20px;
}
.text-wrapper h5{
    position: relative;
    text-transform: uppercase;
    transform: translateY(20px) translateZ(0);
    transition: all .3s cubic-bezier(.77,0,.175,1);
}
.text-wrapper h5:before{
    content: '';
    background-color: #fd5d14;
    width: 60px;
    height: 2px;
    display: block;
    margin-bottom: 5px;
}
.ser_div{overflow: hidden;}
.ser_div:hover img {
    transform: scale(1.1);
    transition: 0.5s;
    width: 100%;
}
.ser_div:hover .text-wrapper h5 {
    transform: translateY(-5px) translateZ(0);
}

.ser_list .nav-item .nav-link {
    margin: 0 auto;
    border: none;
    padding: 40px 50px;
    background: #fff;
    border-radius: 0;
    text-align: center;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ser_list .nav-item .nav-link span {
    display: block;
    font-size: 60px;
    line-height: 1;
    width: 60px;
    margin: 0 auto 10px;
}
.image-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bg-darkblue{
    background-color: #030e27;
}
.pr-text{
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 110px;
}
.right_prUL li{width: 50%;}
.right_prUL li .pr_div{overflow: hidden;}
.right_prUL li .pr_div h5, .pr_div h5{position: absolute;bottom: 0;left: 0;
    right: 0;text-align: center;color: #fff;
    padding-top: 5px;
    padding-bottom: 15px;
    font-size: 28px;
    background: rgba(0,0,0,.5);
}

.full_prUL li{width: 25%;}
.full_prUL li:last-child{width: 50%;}


.bg-testimonial{
    background-color: #fd5d14;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 110px;
}

.bg-testimonial h2{font-size: 50px;}
.test_client{
    background-color: #fff;
    padding-top: 80px;
    padding-left: 40px;
    padding-bottom: 80px;
    min-height: 300px;
}
.contact_text{
    padding-top: 40px;
    padding-bottom: 40px;
}

.btn-common{
    color: #fff;
    background: #FE5A0E;
    padding-left: 40px;
    text-transform: uppercase;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0;
}
.btn-common:hover, a.view-more:hover{
    background-color: #fff;
    border-color: #000;
    color: #000;

}
a.view-more:hover{
    border:1px solid;
}


.contact_text ul li i{margin-right: 10px}
.contact_text ul li{margin-bottom: 10px; margin-top: 10px;}
.foot_text p{font-size: 16px;margin-top: 5px;margin-bottom: 10px;}
.foot_text .nav li a{font-size: 20px;}
.foot_text .nav li {margin-right: 15px;}

.sub-menu-parent {
    position: relative;
}
.sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.sub-menu-parent:focus .sub-menu,
.sub-menu-parent:focus-within .sub-menu,
.sub-menu-parent:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.sub-menu {
    background: #fff;
    min-width: 275px;
    -webkit-box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.49);
    -o-box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.49);
    box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.49);
    top: 56px;
    padding: 0px;
}
.sub-menu a {
    color: #757575;
}
.sub-menu a:hover{
    color: #fd5d14;
}

.sub-menu li{
    display: block;
    line-height: 30px;
    text-transform: capitalize;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 5px;
    padding-bottom: 5px;    
}
.sub-menu-parent1 {position: relative;}
.sub-menu-parent1 .sub-menu1{display: none;}
.sub-menu-parent1:hover .sub-menu1 {
    display: block;
    position: absolute;
    background: #fff;
    padding: 10px 10px;
    right: -170px;
    top: 0px;
    min-width: 170px;
}

/*about page css start here*/
.about_banner{
    /*background: url(../images/banner/ab_banner.jpg);
    width: 100%;
    background-size: 100%;
    min-height: 400px;*/
}

.about_banner .section-heading h3{
    padding-top: 100px;
    color: #fff;
    font-size: 36px;
}
.about_banner .section-heading{position: absolute;top: 30%;}

.ab_content, .pro_content{padding-top: 40px;padding-bottom: 40px;}
.ab_content p{padding-bottom: 15px;}

.con_content {
    background-image: url(../images/map-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    padding-top: 40px;
    padding-bottom: 40px;
}

.con_box{
    background: #fd5d14;
    padding: 35px;
    border-radius: 4px;
}

.con_box h4{font-size: 40px;color: #fff;}
.con_box .form-control{
    border-radius: 0;
    background-color: transparent;
    border:2px solid #fff;
}
.con_box input.form-control::placeholder, .con_box select.form-control::placeholder, .con_box textarea.form-control::placeholder{
    color: #fff;
    background: transparent;
}

.con_box .btn-common{
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
.con_box .btn-common:hover{
    background-color: #030e27;
    border-color: #030e27;
    color: #fff;
}

.product_banner{
    background: url(../images/product.jpg);
    width: 100%;
    background-size: 100%;
    min-height: 300px;
}

.product_banner .section-heading h3{padding-top: 50px;color: #fff;}
.heading_pro{padding-top: 30px;}
.heading_pro h5{padding-bottom: 10px;}
.heading_pro p{padding-bottom: 10px;}

.right_product h2{
        text-transform: capitalize;
    padding-left: 16px;
    font-size: 34px;
    font-weight: 600;
    padding-top: 10px;
}
.right_product h2 .special-heading{
    font-size: 96px;
    left: 0;
    line-height: 1;
    margin: 0;
    opacity: 0.05;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    word-break: initial;
    z-index: -1;
    font-weight: 600;
}

.left_proimg img {
    box-shadow: -25px -22px 0px 1px #373f4b;
}
.right_product{padding-top: 30px;}

.pro_content.product{padding-top: 30px}
.pro_content.product ul li h2{margin-top: 10px}
.fas.fa-phone {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.f-img img{max-height: 60px}
.f-img1 img{max-height: 100px;}


/*product css start here*/
.accordion {
    margin-top: 30px;
}
.accordion .card-header{
    padding: 0;
    background-color: transparent;
    border:0;
}
.accordion .card{border:0;}
.accordion .card-body{background: #f1f1f1;}
.accordion .card-header h2 .btn{
    padding-left: 16px;
    font-size: 34px;
    font-weight: 600;
    padding-top: 10px;
    color: #444;
}
.accordion .card-body .pro_content{padding-top: 0;}
.quality_box img {
    max-height: 200px;
}
.quality_box {
    margin-bottom: 20px;
}
.quality_box {
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 2px 4px 6px #00000061;
    -webkit-box-shadow: 2px 4px 6px #00000061;
    -moz-box-shadow: 2px 4px 6px #00000061;
    -o-box-shadow: 2px 4px 6px #00000061;
    -ms-box-shadow: 2px 4px 6px #00000061;
    padding: 20px;
    border-radius: 5px;
}
/*product css ends here*/




































































































