/*
Theme Name: Regaal
*/


 #body .container{
    max-width: 1370px !important;
}

body{
    font-family: "Poppins", sans-serif !important;
}

.a-font2{
    font-family: "Bebas Neue", sans-serif;
}

.a-font{
    font-family: "Barlow Condensed", sans-serif;
}

/*---------------- top-navigation ----------------------*/

.top-list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.top-list li a {
    display: inline-block;
    color: #6e7673;
    font-size: 15px;
}

.top-list li a i {
    color: #0a7d4c;
    margin-right: 8px;
    font-size: 12px;
}

.top-nav {
    background: #f6f5f2;
    padding: 7px 60px;
}

.top-social a i {
    color: #6e7673;
    font-size: 13px;
}

/*---------------- navigation ----------------------*/

a.navbar-brand img {
    width: 200px;
	transition:0.5s all;
}
.sticky a.navbar-brand img{width:150px;} 
.linonlogo{width:80px; display:block; margin-bottom:25px;}

.logoarea {}

.nav-list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.nav-list li a{
    display: inline-block;

}

.nav-list li a i {
    color: #000;
    font-size: 15px;
    transform: translateY(10px);
    margin-right: 30px;
}

.nav-list li a.nav-btn {
    background-color: #0a7d4c;
    /* color: #000; */
    color: #fff;
    font-weight: 600;
    padding: 12px 43px;
    border-radius: 6px;
}

.nav-list li a.nav-btn:hover{
    text-decoration: none;
}

.top-nav2 .navbar {
    background-color: #fff !important;
    padding: 0 0 !important;
}

.top-nav2 .container-fluid{
    padding: 0 60px;
}

.top-nav2 .navbar .navbar-nav li a {
    color: #707070;
    font-weight: 600;
    padding: 0 20px;
    font-size: 15px;
}

.top-nav2 .navbar .navbar-nav li a:hover{
    text-decoration: none;
    color: #1e3d75;
}

/* .top-nav2 .navbar .navbar-nav li .active1{
    color: #1e3d75;
    font-weight: 600;
} */

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    /* background: black; */
    /* box-shadow: 0px 2px 17px 6px #dedddd; */
     box-shadow: 0 6px 17px -6px #abaaaa;
    /* background-color: #fff !important;  */
}

  .sticky2 {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    /* background:black; */
  }

  .nav-in2{
    position: relative;
  }

  .nav-content {
    position: absolute;
    top: 65px;
    left: -10px;
    z-index: 999;
    background: rgba(239, 180, 67,0.9);
    display: inline-block;
    /* right: -4px; */
    transition: all .5s ease-in-out;
     opacity: 0;
    visibility: hidden;      
}

.navbar-nav .nav-in:hover .nav-content{
    opacity: 1;
    visibility: visible;
     top: 51px; 
    
}

ul.sub-content li {
    border-bottom: 1px solid #ffffff;
    
}

ul.sub-content li a:hover{
    text-decoration: none;
}

.top-nav2 ul.sub-content{
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-nav2 ul.sub-content li a {
    color: #000 !important;
    white-space: nowrap;
    /* padding-left: 0 !important; */
    /* margin-left: 0 !important; */
    /* padding: 15px !important; */
    padding: 10px 90px 8px 22px !important;
    display: inline-block;
    font-weight: 500 !important;
    font-size: 16px !important;
}

.navbar-nav .nav-in2:hover .nav-content{
     opacity: 1;
    visibility: visible;
     top: 51px;  
    
}

  

/*--------------- banner ---------------------*/

/* .main-banner{
    padding: 0 100px;
} */

.bc-img{
    background: url(../images/ban-1.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 670px;
}

/* .bc-img2{
    background: url(../images/banner-b.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 682px;
}

.bc-img3{
    background: url(../images/banner-a.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 682px;
} */

.banner{height:calc(100vh - 134px); overflow:hidden;}
.banner:after{content:''; position:absolute; width:100%; height:100%; background:rgba(0,0,0,0.2); left:0px; top:0px; }


h6.ban-header {
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
	position:relative;
	z-index:1;
}

h1.ban-header2 {
    font-size: 50px;
    color: #fff;
    /*margin-bottom: 18px;*/
	white-space:nowrap;
	position:relative;
	z-index:1;
	margin:25px 0 35px;
	font-weight:600;
	text-transform:uppercase;
}

p.ban-para {
    color: #fff;
    font-size: 17px;
    padding: 0 200px;
    margin-bottom: 35px;
}

a.ban-link {
    background: #bf1e2e;
    color: #FFF;
    font-weight: 500;
    display: inline-block;
    padding: 14px 35px;
	border-radius:25px;
	transition:0.5s all;
	position:relative;
	z-index:1;
	text-transform:uppercase;
	letter-spacing:2px;
}

a.ban-link i{
    font-size: 14px;
    margin-left: 6px;
	display:none;
}
a.ban-link:hover{color:#FFF; text-decoration:none; background:#0a7d4c;}

.ban-text {
    text-align: center;
    padding: 211px 0;
}

.banner-content{
    position: absolute;
    top: 0;
    left: 0;
}

.main-banner i.fa-solid.fa-angle-left {
    color: #000;
    background: #fff;
    padding: 15px 10px;
    font-size: 22px;
}

.main-banner i.fa-solid.fa-angle-right {
    color: #000;
    background: #fff;
    padding: 15px 10px;
    font-size: 22px;
}

.ban-textn{position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); z-index:1;}


/*---------------- about ----------------------*/


h1.ab-header2 {
    font-size: 40px;
    line-height: 51px;
    color: #075836;
}

.ab-icon img {
    /* filter: brightness(0) saturate(100%) invert(24%) sepia(13%) saturate(5014%) hue-rotate(118deg) brightness(93%) contrast(94%); */
    width: 50px;
}

h5.ab-title {
    font-weight: 400;
    /* font-size: 20px; */
    color: #162e09;
    margin-top: 20px;
}

.about .container-fluid{
    padding: 0 190px 0 140px !important;
}

p.ab-title2 {
    font-size: 15px;
    color: #7b7b7b;
    padding-right: 37px;
    line-height: 27px;
    margin-bottom: 35px;
}

.ab-rt {
    margin-left: 78px;
}

h5.ab-header {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

.about {
    margin-top: 50px;
}

.ab-link {
    display: inline-block;
    background: #fdcf74;
    color: #666;
    padding: 13px 51px;
    font-size: 20px;
    letter-spacing: 2px;
    margin-top: 28px;
	transition:0.5s all;
}

.ab-link i{
    font-size: 13px;
    margin-left: 15px;

}

.ab-link:hover{
    text-decoration: none;
    color: #fff;
	background:#0a7d4c;
}


.abpr-link {
    display: inline-block;
    background: #fdcf74;
    color: #666;
    padding: 12px 35px;
    font-size: 18px;
    margin-top: 48px;
	transition:0.5s all;
}

.abpr-link:hover{text-decoration:none; color:#FFF; background:#0a7d4c;}

.subheading{color:#736767;}


/*---------------- products ----------------------*/


/* .pro-box {
    background: #ffffff;
    padding: 30px 20px;
    width: 85%;
    box-shadow: 0px 10px 22px -1px #d0d0d0;
} */

.pro-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    position: relative;
    /* border-radius: 50px; */
    background-color: #ddd;
    /* border-radius: 16px; */
}

.pro-img img{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: auto;
    height: auto;

}



.pro-box2 {
    text-align: center;
    display: inline-block;
    background: #ffffff;
    padding: 0 30px 30px 30px;
    box-shadow: 0 10px 60px 0 rgba(0,0,0,.08);
	transition:0.5s all;
	
}

.pro-box:hover .pro-box2{box-shadow: 0 10px 60px 0 rgba(0,0,0,.2);} 


.pro-icon {
    background: #0a7d4c;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    line-height: 85px;
    border: 6px solid #fff;
    margin: -48px auto 0 auto;
    position: relative;
}

.pro-icon img {
    width: 40px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(3deg) brightness(100%) contrast(104%);
}

.i-3{
    width: 60px !important;
}

h5.pro-title a {
    color: #162e09;
    font-size: 23px;
    font-family: "Barlow Condensed", sans-serif;
    /* letter-spacing: 1px; */
    display: inline-block;
    margin-top: 16px;
    margin-bottom: 8px;
}

h5.pro-title a:hover{
    text-decoration: none;
}


p.pro-para a {
    font-size: 15px;
    margin-bottom: 0;
    color: #808080;
    line-height: 27px;
}

p.pro-para a:hover{
    text-decoration: none;
}

h5.pro-header {
    color: #0a7d4c;
    font-size: 40px;
    margin-bottom:40px;
}

.pro-bg {
    background: url(../images/pro-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 350px;
    margin-top: 70px;
}

.product {
    /*margin-top: -260px;*/
	background:#fff9ed;
	padding:50px 0 60px;
	margin:15px 0 0;
}


/*---------------- industry ----------------------*/

.industry {
    margin-top: 50px;
}

.in-box {
    position: relative;
    /* margin-bottom: 332px; */
    /* display: inline-block; */
    margin-bottom: 40px;
	margin-top:20px;
}

/* .in-box2 {
    position: absolute;
    top: 0;
    left: 0;
} */

 /* .in-img {
    width: 100%;
    height: 313px;
    overflow: hidden;
    float: left;
    position: relative;
    background-color: #ddd;
    
}

.in-img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: auto;
    height: auto;
}  */

.in-img img {
    width: 175px;
	display:block; margin:auto;
}

.in-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.in-column{
    flex: 20%;
    max-width: 20%;
}

.industry .container-fluid {
    padding: 0 215px !important;
}

h5.in-title a {
    text-transform: capitalize;
    color: #000000;
    font-size: 32px;
    letter-spacing: 1px;
    display: inline-block;
}

h5.in-title {
    text-align: center;
    /* margin: 0 auto; */
    /* width: 58%; */
   /* margin-left: -70px;*/
    margin-top: 12px;
}

/* .in-box2 {
    position: absolute;
    top: 244px;
    left: 0;
    
    padding-left: 50px;
} */

.industry .container-fluid .row .col-lg-4{
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.industry .container-fluid .row{
    margin-left: -8px !important;
    margin-right: -8px !important;
}

/*---------------- Achievements ----------------------*/

.why-container{
    padding: 0 15px;
}

.w-img2 {
    width: 100%;
    height: 450px;
    overflow: hidden;
    float: left;
    position: relative;
    /* border-radius: 50px; */
    background-color: #ddd;
    /* border-radius: 16px; */
}

.w-img2 img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: auto;
    height: auto;
}

h5.ac-header3 {
    color: #0a7d4c;
    font-size: 35px;
    margin-bottom: 20px;
}

p.ac-header4 {
    font-size: 18px;
    color: #777;
    font-weight: 600;
    margin-bottom: 25px;
}

.ac-list{
    list-style: none;
    margin: 0;
    padding: 0;
}

.ac-list li {
    font-weight: 500;
    color: #797979;
    line-height: 50px;
}

.ac-list li i {
    color: #0a7d4c;
    font-size: 18px;
    margin-right: 15px;
    transform: translateY(1px);
    /* font-size: 17px; */
}

.wh2-bg {
    background: #fff0d3;
    padding: 93px 100px;
    /* margin-left: -30px; */
    /* margin-top: 25px; */
    position: relative;
}

.why-1 {
    margin-top:30px;
}

.why-1 .wh-bg .container-fluid .row .col-xl-6{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.why-1 .wh-bg .container-fluid .row{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.why-1 .wh-bg .container-fluid{
    padding: 0  !important;
}

.wh2-bg::before {
    content: '';
	background:url(../images/icon2.png);
    position: absolute;
    right: 0;
    bottom: -63px;
	width:380px; height:249px;
}

/*---------------- define ----------------------*/

.w-img {
    width:100%;
    height: auto;
    overflow: hidden;
    float: left;
    position: relative;
    background-color: #ddd;
}
.colbgimg{background:url(../images/de-img.png); background-size:cover; background-repeat:no-repeat; background-position:center center;}


.w-img img{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: auto;
    height: auto;

}

.w-container {
    width: 80%;
    margin: 0 auto;
}

.w-img2 img {
    width: 100%;
}

.w-box {
    background: #f6f5f2;
    padding: 60px;
    border-radius: 0;
    /*margin-bottom: 50px;*/
}

/* .w-rt {
    margin-top: 50px;
} */

.w-icon img {
    width: 70px;
}

h5.w-header {
    color: #1e3d75;
    font-weight: 600;
    font-size: 18px;
    margin: 25px 0 12px;
}

p.w-para {
    font-size: 15px;
    color: #71757c;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 0;
}

 .w-width{
    width: 80px !important;
} 

h5.w-header3 {
    text-transform: uppercase;
    color: #707070;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 3px;
    /* margin-top: 25px; */
    margin-bottom: 9px;
}

h5.w-header2 {
    font-size: 50px;
    font-weight: 600;
    /* padding-right: 173px; */
    line-height: 65px;
    color: #0a7d4c;
    margin-bottom: 30px;
    letter-spacing: 0px;
}

p.w-para4 {
    font-size: 16px;
    line-height: 26px;
    color: #686358;
    font-weight: 500;
    margin-bottom: 35px;
    padding-right: 75px;
}

h5.w-title {
    font-size: 25px;
    color: #1e3d75;
    font-weight: 600;
    line-height: 35px;
}

.w-para2 {
    font-size: 14px;
    color: #71757c;
    font-weight: 500;
    line-height: 25px;
}

.w-link {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #1e3d75;
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: 2px;
    /* text-decoration: underline; */
    border-bottom: 2px solid #1e3d75;
}

.w-link:hover{
    text-decoration: none;
    color: #1e3d75;
}

.why {
    margin-top: 90px;
	margin-bottom:80px;
}

.w-box2 {
    margin-bottom: 40px;
}


/*---------------- blog ----------------------*/

.bl-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    position: relative;
    background-color: #ddd;
    
    
}

.bl-img img{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: auto;
    height: auto;

}

.bl-logo img {
    width: 50px;
}

h5.bl-header {
    font-size: 40px;
    font-weight: 600;
    /* margin-top: 15px; */
    margin-bottom: 35px;
    color: #0a7d4c;
}

p.bl-para {
    font-size: 16px;
    color: #71757c;
    font-weight: 500;
    line-height: 28px;
    padding: 0 300px;
    margin-bottom: 40px;
}

.bl-li {
    font-size: 15px;
    font-weight: 500;
    color: #71757c;
    white-space: nowrap;
}

.bl-li i {
    color: #0a7d4c;
    margin-right: 10px;
}

.bl-com {
    margin-left: -40px;
}

h4.bl-title a {
    color: #000000;
    font-weight: 600;
    /* padding-right: 100px; */
    display: inline-block;
    line-height: 33px;
    margin-top: 14px;
    margin-bottom: 21px;
}

p.bl-para2 {
    font-size: 15px;
    color: #71757c;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0;

}

.bl-text {
    display: inline-block;
    background: #fff;
    padding: 30px 40px;
    /* border-radius: 0 0 15px 15px; */
}

h5.bl-date {
    font-size: 15px;
    font-weight: 600;
    background: #efb443;
    display: inline-block;
    padding: 7px 25px;
    /* border-radius: 7px 7px 0 0; */
    position: absolute;
    top: 211px;
    /* left: 50px; */
    /* bottom: 0; */
    border: 5px solid #fff;
    right: 44px;
}

.bl-box{
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);

}

/* .b-bg{
    background: url(../images/bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    height: 506px;
    margin-top: 80px;
} */

/* .blog {
    margin-top: 80px;
} */

a.bl-link {
    display: inline-block;
    background: #fdcf74;
    color: #666;
    padding: 5px 20px;
	transition:0.5s all;
}

a.bl-link:hover{
    text-decoration: none;
    color: #fff;
	background: #0a7d4c;
}

.bl-background {
    background: url(../images/bl-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 383px;
    margin-top: 10px;
}

.blog {
    margin-top: -262px;
}

.blog-content {
    width: 80%;
    margin: 0 auto;
    background-color: #fff9ed;
    padding: 60px;
}


/*---------------- brand ----------------------*/

.brand .owl-carousel .owl-item img {
    display: block;
    width: auto;
    /* text-align: center; */
    margin: 0 auto;
}

/* .br-img {
    border: 1px solid #c1c1c1;
    text-align: center;
    min-height: 133px;
} */

.br-owl{
    width: 100px !important;
    margin: 0 auto;
}


h5.br-header {
    font-size: 16px;
    
    text-align: center;
    margin-bottom: 0;
    font-weight: 600;
    color: #1e3d75;
    line-height: 28px;
    margin-top: 8px;
}

.brand {
    padding: 30px 0;
    /* background: #f6f5f2; */
    /*border-top: 1px solid #DDD;*/
    margin-top: 10px;
}





/*---------------- footer ----------------------*/

/*---------------- footer ----------------------*/

.footer {
    background: url(images/ftr-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
    padding: 70px 0;
    margin-top: -10px;
}

.ftr-logo img {
    width: 80px;
}

.ftr-header {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.ftr-list{
    margin: 0;
    padding: 0;
    list-style: none;

}

.ftr-list li a {
    display: inline-block;
    color: #efefef;
    font-size: 15px;
    line-height: 34px;
	position:relative;
	padding-left:20px;
}
.ftr-list li a:before{    
	content: '\f105';
    position: absolute;
	font-family: 'Font Awesome 5 Free';
	color: #efefef;
    left: 0;
    top: 0;
	font-weight:900;
	font-size: 12px;
    }

.ftr-list li a i {
    margin-right: 15px;
    font-size: 12px;
}

.ftr-list2 {
    margin: 0 0 0 -33px;
    padding: 0;
    list-style: none;
}

.ftr-list2 li a{
    display: inline-block;

}

.ftr-social a i{
    display: inline-block;

}

p.ftr-para {
    font-size: 14px;
    /* color: #fff; */
    color: #efefef;
    line-height: 26px;
}

.footer .form-control {
    display: block;
    width: 100%;
    height: 52px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: initial;
    border-radius: 8px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.footer .form-control::placeholder{
    font-size: 15px;
    padding-left: 10px;
}

a.frm-link i {
    background: #efb443;
    color: #000;
    display: inline-block;
    padding: 12px 15px;
    font-size: 17px;
    border-radius: 5px;
}

.frm-btn {
    position: absolute;
    top: 6px;
    right: 8px;
}

.ftr-icon i {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    color: #fff;
    line-height: 45px;
    border-radius: 5px;
    border: 1px dashed rgba(255, 255, 255, 0.3);
}

.ftr-list2 li a {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.ftr-h2 {
    font-weight: 400 !important;
    color: #efefef !important;
    line-height: 24px;
}

.mt-top {
    margin-top: 33px;
}

.ftr-social {list-style:none; margin:0;padding:0px;}
.ftr-social li{display:inline-block;}
.ftr-social a i {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    color: #fff;
    line-height: 40px;
    border-radius: 5px;
    border: 1px dashed rgba(255, 255, 255, 0.3);
}

.ftr-2 {
    margin-left: 65px;
}

.ftr-3 {
    /* margin-right: 71px; */
    /* display: inline-block; */
    /* margin-left: -30px; */
    margin-top: 41px;
}

.ftr-4 {
    margin-left: -109px;
}

.footer2{
    background-color: #1a4133;
    padding: 20px 0;

}

.ftr-cap {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.click-to-top {
    position: fixed;
    right: 50px;
    bottom: 25px;
    z-index: 999;
}

.click-button {
    background: #276952;
    border: none;
    color: #fff;
    /* padding: 5px 12px; */
    display: inline-block;
    /* border-radius: 100%; */
    width: 42px;
    height: 42px;
}

.click-angle {
    font-size: 16px;
    line-height: 40px;
}

.ftr-container{
    width: 50%;
    margin: 0 auto;
}

.ftr-cap {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}
.product-crawler{display:block;}
.marquee0 span{display:inline-block; width:250px; padding:15px;}
.marquee0 span img{max-width:100%; display:block !important; margin:0 auto 20px; }
.prodheding{margin-top:25px; margin-bottom:0px;}
.linonlogo{position:absolute; left:0px; top:-80px; background:#FFF; padding:10px; width:110px; border-radius:5px; box-shadow:0 2px 10px rgba(0,0,0,0.1)}

.blogmain .eael-post-elements-readmore-btn{width:130px;}


@media (max-width:1600px){
}


@media (max-width:1366px){
}

@media (max-width:1199px){
}
@media (max-width:991px){
}


@media (max-width: 767px){
    #body .container {
        max-width: 540px !important;
    }
	.top-nav2 .container-fluid{padding:0 0;}
}

@media (max-width: 575px){
	.logoarea{margin:10px 0;}
	.top-nav{padding:0 0px;}
	.top-list{margin-top:0px;}
   .top-social{display:none;}
    .top-list{justify-content: center;align-items: center;}
	.logoarea{width:100%;}
	.logoarea .navbar-brand{display:block;}
	.logoarea .navbar-brand img{display:block; margin:0 auto;}
	.top-nav2 .navbar{padding: 6px 0px 0 !important;}
	.about{margin-top:0px;padding:25px 0 0;}
	.about .container-fluid{padding:0 15px !important;}
	h1.ab-header2{font-size:30px; line-height:41px; text-align:center;}
	.ab-rt{margin-left:0px; margin-top:30px; text-align:center;}
	p.ab-title2{padding-right:0px;}
	h5.ab-header{text-align:center;}
	.ab-lft{text-align:center;}
	.pro-bg{min-height:150px;margin-top:0px;}
	.product{margin-top: -120px;}
	.pro-title{margin-bottom:5px;}
	.pro-box2{padding:0 30px 10px 30px;}
	.industry{margin-top:20px;}
	.in-img img{width:100%;}
	h5.in-title{margin-left:0px;}
	h5.in-title a{font-size:22px;}
	.w-img2{height:auto;}
	.w-img2 img{position:relative;}
	.wh2-bg{padding:25px 25px 75px;}
	.wh2-bg::before{background-size: 80%;background-repeat: no-repeat;width: 280px;height: 149px;}
	h5.w-header2{font-size:40px;}
	.w-container{width:91%;}
	.w-lft{text-align:center; margin-top:25px;}
	.w-img{width:100%;}
	h5.w-header2{margin-bottom:10px;}
	.w-box{padding:25px;}
	.bl-background{margin-top:0px;min-height:300px;}
	.blog{margin-top:-230px;}
	.blog-content{width:90%; padding:15px 0 0;}
	h5.bl-header{font-size:30px;}
	h5.bl-date{top:100px;}
	.bl-text{padding: 20px 15px;}
	.bl-com{margin-left:0px;}
	.bl-box{margin-bottom:25px;}
	.brand{margin-top:20px;}
	.ftr-2{margin:25px 0 0;}
	.ftr-3{margin-top:0px;}
}


@media (max-width: 480px){

    .nav-rt {
        display: none;
    }

    .navbar-dark .navbar-toggler {
        color: rgba(255,255,255,.5);
        /* border-color: rgb(216, 228, 135); */
        background: #000;
    }

    .top-nav2 .navbar {
        background-color: #fff !important;
       
    }

    .top-nav2 .navbar-nav li a {
      
        padding: 0 0 !important;
        margin-bottom: 15px;
    }

    .top-social {
        text-align: center;
    }

    .to-rt {
        float: initial !important;
    }

    .top-list {
      
        justify-content: center;
        
    }

   

    h6.ban-header {
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 4px;
        line-height: 24px;
    }

h1.ban-header2 {
	font-size: 35px;
	
}

p.ban-para {
	color: #fff;
	font-size: 16px;
	padding: 0;
	margin-bottom: 35px;
}

a.ban-link {
	
	padding: 11px 30px;
}

.ban-text {
	text-align: center;
	/* padding: 60px 30px; */
	padding: 40px 20px;
}

.bc-img {
	
	min-height: 510px;
}

.bc-img2 {
	
	min-height: 510px;
}

.bc-img3 {
	
	min-height: 510px;
}

.m-title {
	margin-top: 20px;
}

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

.m-icon {
	
	margin: 0 auto;
}

.m-icon img {
	
	margin: 20px auto 0 auto;
}

.m-title {
	margin-top: 20px;
}


.abt-img {
	text-align: center;
}

.abt-img img {
	width: 86%;
	margin: 0 auto;
}

h5.a-header2 {
	font-size: 35px;
	margin-bottom: 15px;
}

p.a-para {
	
	font-size: 16px;
	line-height: 27px;
	
	padding-right: 0;
}

.abt-text {
	margin-left: 15px;
	margin-top: 30px;
}

.pro-title {
	font-size: 32px;
	
}


h5.pro-header a {
	font-size: 19px;
	left: 30px;
}

.counting {
	margin-top: 30px;
}

.c-flex {
	justify-content: space-between;
	flex-direction: column;
}

.counter-container {
	
	margin-bottom: 20px;
}

.test-header {
	
	font-size: 32px;
	
}

p.t-para {
	font-size: 17px;
	padding: 0;
	
}



p.b-para {
	font-size: 20px;
	line-height: 29px;
	margin-top: 20px;
}

.blog .owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}



.ftr-3 {
	/* margin-right: 71px; */
	/* display: inline-block; */
	margin-left: 0;
}

.ftr-4 {
	margin-left: 0;
	margin-top: 25px;
}

.ftr-icon i {
	width: 40px;
	height: 40px;

	line-height: 40px;
	/* border-radius: 5px; */
	/* border: 1px dashed rgba(255, 255, 255, 0.3); */
	margin-bottom: 15px;
}

.ftr-logo img {
	width: 130px;
}
    
}


@media only screen and (max-width: 360px){


    .top-list li a{
        margin-left: 0 !important;
    }

    .top-list li:first-child{
        margin: 6px 0px;
    }

    h6.ban-header {
     
        font-size: 15px;
       
    }

    h1.ban-header2 {
        font-size: 27px;
    }

    p.ban-para {
        color: #fff;
        font-size: 16px;
        padding: 0;
        margin-bottom: 20px;
    }

    a.ban-link {
        padding: 9px 22px;
    }

    .bc-img {
        min-height: 448px;
    }

    .bc-img2 {
        min-height: 448px;
    }

    .bc-img3 {
        min-height: 448px;
    }


    h6.a-header {
       
        font-size: 15px;
        letter-spacing: 2px;
        
    }

    h5.a-header2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    a.a-link {
        
        padding: 8px 30px;
    }

   

    .pro-title {
        font-size: 26px;
        
    }

   

    h5.pro-header a {
        font-size: 19px;
        left: 30px;
      
        letter-spacing: 1px;
    }

    .counter {
        font-size: 30px;
       
    }

    .test-header {
        font-size: 26px;
    }

    .test {
        margin-top: 40px;
    }

    p.t-para {
        font-size: 16px;
        padding: 0;
    }


    .b-img {
        height: 398px;
    }

    .b-top {
        margin-top: 0;
    }

    .blog .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 30px;
    }

    p.b-para {
        font-size: 18px;
        line-height: 27px;
        margin-top: 20px;
    }

    p.b-para2 {
        font-size: 16px;
        color: #6c6c6c;
        margin-bottom: 25px;
    }

    .ftr-header {
        font-size: 18px;
        color: #fff;
        /* font-weight: 600; */
        margin-bottom: 16px;
        font-family: 'Arsenal', sans-serif;
    }

    .mt-top {
        margin-top: 21px;
    }
    
}

@media (max-width: 320px){}
