@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;700&display=swap');
* {
box-sizing:border-box;
}
body {
margin:0px;
padding:0px ;
font-family: 'Open Sans Condensed', sans-serif !important;
}
ul,ol,li {
margin:0px;
padding:0px;
}
h1,h2,h3,h4,h5,h6,p {
margin:0px ;
padding:0px;
}
a {
text-decoration:none;
}
.auto-container {
width:1170px;
margin:auto;
}

/*---------header css--------*/

.header-outer {
float: left;
width: 100%;
}
.top-bar {
width: 100%;
height: auto !important;
float: left;
padding: 6px 0px;
background: #f7941d!important;
line-height: 35px !important;
}
.top-bar-left {
width: auto;
float: left;
}
.top-bar-left .fa {
color: #fff;
font-size: 22px;
margin-right: 10px;
}
.fixed-header {
position: fixed;
top: 0;
left: 0;
background-color:#000;
width: 100%; 
}
.fixed-header a
{
color:#fff !important;
}

nav {
width: 100%;
postion: fixed;
z-index: 10;
}

.top-bar-right .fa {
color: #fff;
width: 35px;
font-size: 20px;
background: #000;
border-radius: 5px;
padding: 8px 10px;
height: 35px;
}
.top-bar-right .fa:hover {
color: #f7941d ;
background: #fff; 
}
.top-bar-left a:hover {
color: #fff;
font-size: 20px;
}
.top-bar-left a {
color: #fff;
font-size:20px;
}
.top-bar-center {
width:auto;
float:left;
text-align: center;
}
.top-bar-center a {
color: #fff;
font-size: 25px;
}
.top-bar-right {
width: auto;
float: right;
}
.top-bar-right textarea {
border: none;
margin: 0px;
width: 180px !important;
height: 35px !important;
padding: 9px 10px;
}
.nav-bar {
width: 100%;
float: left;
text-align: center;
padding: 20px 0px;
}
.nav-left {
width: 50%;
float: left;
}
.nav-right {
width:auto;
text-align:right;
float: right;
}
.nav-bar ul li a {
margin:0px !important;
padding:0px;
}
.nav-bar ul li {
display: inline-block;
margin-right: 40px;
list-style: none;
}
.nav-bar ul li:last-child
{
margin-right:0;
}
.nav-bar a {
color: #000;
padding: 0;
float: left;
}
.nav-bar a:hover {
color: #f7941d !important;
}
.nav-left a {
font-size: 20px;
}

/*--------------------Image-css------------*/

.image-outer {
width: 100%;
float: left;
position:relative;
}
.blank {
width: 200px;
float: left;
padding: 0px;
background: rgba(255,201,158,0.1);
height: 300px;
}
.image-content {
width: 100%;
float: left;
position:relative;
z-index:9;
padding: 0px 20px 0px 50px;
}
.image-outer::before {
content: "";
width: 300px;
height: 500px;
background: rgba(255,201,158,0.1);
position: absolute;
left: 0;
}
.image-content h1 {
color: #000;
font-size: 40px;
font-weight: 500;
padding: 30px 0px 10px 0px;
}
.image-content p {
font-size: 15px;
line-height: 27px;
font-weight: 100;
margin-bottom: 10px;
}
.image-right {
width: 40%;
float: right;
padding: 50px 50px 50px 0px;
background: #ff8a7a;
background: -moz-linear-gradient(top, #ff8a7a 0%, #ffc99e 100%);
background: -webkit-linear-gradient(top, #ff8a7a 0%, #ffc99e 100%);
background: linear-gradient(to bottom, #ff8a7a 0%, #ffc99e 100%);
}
.image-right img {
width: 100%;
}

/*-----------Slider Css-------------*/

section.content-outer {
width: 100%;
float: left;
padding:20px 0px;
position:relative;
}
.content-inner {
width: 100%;
float: left;
}
.content-inner p span {
font-size: 20px;
color: #000;
font-weight:bold;
}
.content-inner p {
font-size: 18px;
line-height: 30px;
font-weight: 100;
color: #000;
margin-bottom: 10px;
}
.content-inner h3 {
font-size: 24px;
margin-top: 50px;
}

.owl-carousel {
width:100%;
float:left;
}








/*-------------Footer css------------*/

.footer-outer {
width: 100%;
float: left;
background: #162c5e;
padding: 40px 0px;
}
.main-links {
width: 31%;
float: left;
margin-right: 3%;
}
.main-links:nth-child(3)
{
margin-right:0;
}
.main-links h3 {
color: #fff;
font-size: 23px;
padding-bottom: 10px;
margin-bottom: 10px;
position: relative;
}
.main-links h3:after
{
position:absolute;
bottom:0;
width:40px;
height:2px;
background-color:#fff;
content:"";
left:0;
}
.main-links ul li {
padding: 15px 0px;
border-bottom: 1px #ffffff70 solid;
list-style:none;
}
.main-links ul li a {
font-size: 16px;
color: #f7941d ;
transition: 1s;
}
.main-links ul li a:hover {
color: #fff !important;
}
.main-links ul li .fa {
color: #fff;
padding: 0px 10px 0px 0px;
}
.copyright {
width: 100%;
float: left;
text-align: center;
padding-top: 30px;
}
.copyright p {
font-size: 20px;
color: #fff;
font-weight: 200;
margin-bottom:0px;
}
.copyright p span {
font-size:20px;
color: #f7941d ;
}
.copyright ul li {
display: inline-block;
margin: 0px 5px;
}
.copyright ul li .fa {
color: #fff;
width: 35px;
font-size: 20px;
background: #ff6853;
border-radius: 5px;
padding: 7px;
height: 35px;
}
.copyright ul li .fa:hover {
color: #ff6853;
background: #fff;
}



/*--------------heading-------------*/

.heading {
width: 100%;
text-align: left;
background-color:#162c5e;
float: left;
padding: 40px 0px;
position:relative;
}
section.heading h2 {
color: #fff;
font-size: 50px;
font-weight: 500;
position: relative;
text-align: left;
padding-right: 70px;
display: inline-block;
}
section.heading h2::after {
content: "";
width: 50px;
height: 2px;
background: #fff;
position: absolute;
top: 38px;
right:0;
z-index:1;
}




/*----------Products css-----------------*/

.product-outer {
width: 100%;
float: left;
padding: 60px 0px;
}
.product-left {
width: 50%;
float: left;
}
.product-left img {
width: 100%;
padding:0px;
}
.product-right {
width: 50%;
float: right;
padding:50px 0px;
}
.product-right h2 {
font-size: 45px;
font-weight: 300;
}
.product-right p {
font-size: 20px;
line-height: 30px;
font-weight: 100;
margin: 30px 0px;
}
.product-right a {
background: #ff8a7a;
background: linear-gradient(
-45deg
, #ff8a7a, #e73c7e, #ff8a7a, #ff8fb8);
background-size: 400% 400%;
animation: gradient 15s ease infinite;
padding: 15px 30px;
color: #000;
font-size: 20px;
border-radius: 5px;
box-shadow: 6px 8px 2px #ff8a7a;
}
@keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
.product-right a:hover {
color: #fff;
background: #000;
}


/*------Contact Us------------*/

section.contact-outer {
width: 100%;
float: left;
padding: 40px 0px;
}
.contact-left {
width: 50%;
float: left;
}
.contact-left h4 {
font-size: 40px;
font-weight: 500;
}
.contact-left ul {
float: left;
list-style: none;
margin: 25px 0px;
}
.contact-left li {
margin-bottom: 15px;
}
.list-left {
display: inline-block;
background: #000;
width: 60px;
height: 60px;
font-size: 24px;
color: #fff;
padding: 17px 19px;
margin-right: 10px;
border-radius: 30px;
}
.list-right {
width: auto;
display: inline-block;
}
.list-right a {
color: #000;
font-size: 20px;
}
.list-right p {
font-size: 20px;
color: #000;
}

.contact-right{
width: 50%;
float: right;
}
.contact-right h4 {
font-size: 40px;
font-weight: 500;
color: #000;
margin-bottom: 30px;
}
/*input[type="text"] {
width: 49%;
padding: 10px;
border: 2px solid #000;
margin: 10px 0px;
}
textarea {
width: 99% !important;
height: 150px !important;
padding: 10px;
font-family: '';
border:2px solid #000;
margin: 10px 0px !important;
}*/


/*------------About Us Css------------*/

.about-us-outer {
width: 100%;
float: left;
padding: 40px 0px;
}
.about-left {
width:45%;
float:left;

}
.about-left img {
float: right;
width: 100%;
}
.about-right {
width: 53%;
float: right;
}
.about-right p {
font-size: 20px;
line-height: 30px;
margin-bottom: 15px;
}


/*---------------Our Services--------------*/

.our-services-outer {
width: 100%;
float: left;
padding: 50px 0px;
}
.product-image {
width: 45%;
float: left;

}
.product-image img {
float: right;
width: 350px;
}
.content {
width: 50%;
height: auto;
float: right;
padding: 50px 0px 0;
}
.content h3 {
color: #000;
font-size: 30px;
}
.content p {
font-size: 15px;
line-height: 25px;
color: #000;
margin-top: 15px;
}
.content a {
color: #fff;
margin-top: 15px;
padding: 12px 30px;
display: inline-block;
background: #000;
}
.product {
width: 100%;
float: left;
margin-bottom:30px;
}


/*-------------Page Banner CSS------------*/

.page-banner-outer {
width:100%;
float:left;
}
.page-banner-outer img {
width: 100%;
float: left;
}

/*-------------Page content CSS------------*/

.page-content-outer {
width: 100%;
float: left;
padding: 40px 0px;
}
.page-content-outer p {
font-size: 18px;
line-height: 27px;
color: #000;
margin-bottom: 15px;
}
.page-content-outer h3 {
font-size: 27px;
color: #000;
font-weight: 500;
margin-bottom: 15px;
}
.page-content-outer h5 {
margin: 11px 0px;
font-size: 16px;
font-weight: 600;
}
.page-content-outer p span {
font-size: 21px;
font-weight: bold;
color: #000;
}
.page-content-outer ul li {
line-height: 31px;
color: #000;
font-weight: 200;
}
.closebtn {
display: none;
}
.menubutton
{
display:none;
}
.contact-field input[type="text"], .contact-field input[type="email"] {
padding: 5px 10px;
width: 100%;
float: left;
font-size: 16px;
color: #000;
font-family: 'Open Sans Condensed', sans-serif !important;
}
.contact-field {
width: 47%;
float: left;
margin-right: 3%;
margin-bottom: 20px;
}
.contact-comment textarea {
width: 97%!important;
float: left;
font-size: 16px;
font-family: 'Open Sans Condensed', sans-serif !important;
color: #000;
height: 100px !important;
padding: 5px 10px;
}
.submit-button {
font-size: 17px;
text-transform: uppercase;
text-align: center;
border: none;
outline: none;
width: auto;
margin-top: 20px;
color: #fff;
padding: 10px 40px;
float: left;
cursor: pointer;
background-color: #000;
}


/*----------------responsive css------------*/


@media only screen and (max-width: 1024px) {



.auto-container {
width: 96%;
}
.nav-right ul li {
padding: 3px 20px;
}
.nav-left a {
padding: 0px 15px;
}
.image-content {
padding: 0px 20px 0px 15px;
}
.image-content h1 {
font-size: 33px;
padding: 20px 0px 10px 0px;
}
.slide-right p {
padding: 40px 0px 0px 29px;
}
.slide-right h3 {
font-size: 20px;
margin-top: 30px;
padding: 0px 35px;
}
.slide-right ul li {
padding: 0px 35px;
}
.about-right p {
padding-left: 100px;
}
.about-left img {
margin: 100px -90px;
}
.about-us-outer {
padding: 0px 0px;
}

.our-services-outer {
padding: 0px 0px;
}
.product {
padding: 20px 30px;
}	

element.style {
}
.heading {
padding: 15px 0px;
}
.contact-right h4 {
margin-bottom: 25px;
}
section.contact-outer {
padding: 0px 0px;
}
.contact-left {
padding: 0px 0px 0px 10px;
}	
.main-links {
padding: 0px 15px;
}	
.page-content-outer {
padding: 40px 15px;
}	
.page-content-outer p span {
font-size: 15px;
font-weight: 600;
}
.page-content-outer p {
font-size: 12px;
}
section.heading h2 {
font-size: 35px;
}
.page-content-outer ul li {
font-size: 12px;
}

.product:last-child {
margin: 0px 0px 20px 0px;
}


}

@media only screen and (max-width :991px) {


.image-content h1 {
font-size: 25px;
}
.image-content p {
font-size: 15px;
}
.slide-right p {
padding: 33px 0px 0px 15px;
font-size: 15px;
}
.slide-right h3 {
font-size: 18px;
}
.slide-right ul li {
padding: 0px 20px;
font-size: 15px;
}
.page-content-outer p {
font-size: 15px;
}	
.page-content-outer p span {
font-size: 15px;
}
.page-content-outer h3 {
font-size: 15px;
}
.about-left {
width: 100%;
}
.about-left img {
width: 100%;
box-shadow: 0px 0px 0px;
-webkit-box-shadow: 0px 0px 0px;
-moz-box-shadow: 0px;
margin:0px;
}
.about-right {
width: 100%;
float: left;
}
.about-right p {
font-size: 15px;
padding-left: 12px;
margin: 15px;
}





}



@media screen and (max-width: 767px)
{

.copyright p span {
font-size: 14px;
}
.fixed-header span.menubutton {
color: #fff;
}
.nav-bar {
padding: 15px 0px 0px 0px;
}
.nav-right {
width: 100%;
float: right;
margin: 10px 0px;
}
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 999;
top: 0;
right: 0;
background-color: #111;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
}
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 20px;
color: #fff;
display: block;
border-bottom: 1px solid #ffffff4a;
transition: 0.3s;
}

.sidenav a:hover {
color: #f1f1f1;
}

.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
border:0;
margin-left: 50px;
}
.slide-right ul li {
padding: 0px 20px;
font-size: 14px;
}
.page-content-outer ul li {
font-size: 15px;
margin: 0px 10px;
}
.page-content-outer h3 {
font-size: 20px;
color: #000;
font-weight: 500;
}
.menubutton {
display: block;
position: absolute;
top: 9px;
right: 25px;
}
.image-content {
width: 100%;
padding: 0px 20px;
}
.image-right {
width: 100%;
padding: 0px;
background:none;
}
.slide-left, .slide-right, .main-links, .contact-left, .contact-right {
width: 100%;
padding: 0;
margin-bottom: 10px;
}
.product-image img {
width: 100%;
height: auto;
border: 10px solid #FFF;
}
.product-image {
width: 100%;
}
.content {
width: 100%;
height: auto;
padding: 20px 0px;
}
.content h3 {
font-size: 19px;
padding:0px;
}
.content p {
font-size: 12px;
padding: 0px;
line-height: 20px;
}
.content a {
margin: 10px 0px;
}
input[type="text"] {
width: 100%;
}
.contact-right h4,
.contact-left h4 {
font-size: 25px;
margin-bottom: 10px !important;
}
section.contact-outer {
padding: 0px 15px;
}
.contact-left {
padding: 0;
}
.contact-left ul {
margin: 10px 0px 0;
}
textarea {
width: 100% !important;
height: 90px !important;
padding: 10px;
}
.main-links h3 {
font-size: 20px;
margin: 15px 0;
}
.footer-outer {
padding: 20px 0px;
}
.copyright {
padding-top: 20px;
}
.copyright p {
font-size: 13px;
margin-bottom: 15px;
}
.contact-field {
width: 100%;
margin-right: 0;
margin-bottom: 10px;
}
.contact-comment textarea {
width: 100%!important;
height: 80px !important;
}
.about-right {
padding: 0px;
}
.about-right p {
padding: 0;
}
section.heading h2 span {
font-size: 25px;
}
.list-right a {
font-size: 17px;
}
.list-right p {
font-size: 17px;
}
.list-left {
width: 50px;
height: 50px;
font-size: 20px;
padding: 15px 16px;
}
.top-bar {
display: none;
}
.nav-bar ul li {
margin-right: 0;
width: 100%;
}
.nav-bar ul li a {
padding: 5px 20px;
width: 100%;
text-align: left;
}
.nav-right ul li {
padding:0 !important;
}
section.heading h2::after {
top: 28px;
}





}










@media only screen and (max-width: 960px) {
    .content{ 
        padding: 2rem 0;
    }
    article {
        float: none;
        margin: 0 auto;
        width: 96%;
    }
    article:last-of-type {  
        margin-bottom: 3rem;
    }
    aside {  
        float: none;
        text-align: center;
        width: 100%;
    }
}









