@font-face { 
font-family: 'Oswald'; 
src: url(../fonts/Oswald-Bold.ttf);
font-weight: 700;
}

@font-face { 
font-family: 'Oswald'; 
src: url(../fonts/Oswald-Medium.ttf);
font-weight: 500;
}

@font-face { 
font-family: 'Oswald'; 
src: url(../fonts/Oswald-Regular.ttf);
font-weight: 400;
}

h1, h2, h3, h4, h5, h6{
font-family: 'Oswald';
font-weight: 700;   
}

*{
font-family: 'Oswald'; 
font-size: 18px; 
}

/*---Header css---*/

header.main_header {
width: 100%;
background: #ddd;
padding: 20px;
}



.menu_area ul li {
list-style: none;
}


ul.main-menu.navbar {
justify-content: flex-end;
margin: 0;
padding: 0;
}
.menu_area ul li a {
text-decoration: none;
font-size: 17px;
font-weight: 700;
color: #3f6a22;
position: relative;
}

.menu_area ul li a::after {
content: "";
position: absolute;
width: 0;
height: 3px;
background: #3f6a22;
bottom: -8px;
left: 50%;
transform: translateX(-50%);
transition: all .4s ease;
}
.menu_area ul li a:hover::after {
width: 100%;
}
.menu_area ul li:first-child {
margin-left: 0;
}
.menu_area ul li:last-child {
margin-right: 0;
}
.menu_area ul li {
list-style: none;
margin: 0 15px;
font-family: 'Oswald';
}

header.main_header .row {
align-items: center;
}

header.main_header {
width: 100%;
background: #fff;
padding: 10px 0;
}

.logo_area a {
font-family: 'Oswald';
font-size: 25px;
text-transform: uppercase;
font-weight: 900;
text-decoration: none;
color: #000;
}

.inner-wraper {
padding: 70px 0;
}

.about_text.choose-text {
text-align: left;
}

.about_text.choose-text ul {
padding-left: 25px;
}


/*--compny about css---*/

section.about_sect {
background: #ddd;
padding: 50px 0;
}

.heading {
text-align: center;
font-family: 'Oswald';
font-size: 30px;
text-transform: uppercase;
font-weight: 900;
text-decoration: none;
padding-bottom: 40px;
}

.about_box_text h4 {
text-align: center;
font-family: 'Oswald';
font-size: 20px;
text-transform: capitalize;
font-weight: 500;
text-decoration: none;
}

.heading {
text-align: center;
font-family: 'Oswald';
font-size: 30px;
text-transform: uppercase;
font-weight: 900;
text-decoration: none;
padding-bottom: 40px;
}

.about_box {
width: 100%;
display: flex;
align-items: center;
background: #fff;
padding: 20px;
margin-bottom: 30px;
box-shadow: 0px 20px 22px -6px rgba(0, 0, 0, 0.3);
transition: transform 300ms ease 0ms;
border-radius: 28px 5px 28px 5px;
}

.about_box_icon img {
width: 50px;
height: auto;
filter: invert(30%) sepia(94%) saturate(315%) hue-rotate(52deg) brightness(96%) contrast(94%);
}



.about_box_text h4 {
text-align: center;
font-family: 'Oswald';
font-size: 20px;
text-transform: capitalize;
font-weight: 500;
text-decoration: none;
}



.about_box_text p {
font-family: 'Oswald';
text-transform: capitalize;
font-size: 17px;
margin: 0;
}

.about_box_text {
padding-left: 20px;
}

.about_text {
background: #fff;
padding: 20px;
box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
margin-bottom: 30px;
text-align: center;
border-radius: 28px 5px 28px 5px;
}

a.abt_btn {
font-family: 'Oswald';
font-size: 18px;
line-height: 30px;
padding: 10px 30px 10px 30px;
background: #3f6a22;
border-radius: 50px;
color: #fff;
display: inline-block;
}

a.abt_btn:hover {
background: #000;
color: #fff;
}
.btn_area {
text-align: center;
}

.slider_pro_box_cont h2 {
font-size: 24px;
font-family: 'Oswald';
text-transform: capitalize;
text-align: center;
color: #3f6a22;
}

.slider_pro_box_cont p {
font-family: 'Oswald';
font-size: 16px;
line-height: 1.4em;
font-weight: 300;
text-align: center;
}

.slider_pro_box_img img {
width: 100%;
}

.slider_pro_box_cont a {
font-family: 'Oswald';
font-size: 18px;
line-height: 30px;
text-transform: capitalize;
font-weight: 400;
border-radius: 50px;
background: #3f6a22;
border: #3f6a22;
position: unset;
display: inline-block;
padding: 7px 20px;
color: #fff;
margin-top: 7px;
}
.slider_pro_box_cont a:hover {
background: #000;
color: #fff;
}

.slider_pro_box_cont {
text-align: center;
}

.slider_pro_box {
background: #fff;
padding: 10px;
box-shadow: 1px 1px 10px rgb(0 0 0 / 20%);
border-radius: 10px;
margin-bottom: 30px;
text-align: center;
}

.slider_pro_box_cont {
text-align: center;
padding: 15px 10px;
}

.slider_pro_box_img img {
height: 300px;
object-fit: cover;
width: 100%;
transition: all 2s ease;
}

section.feuter_product {
padding: 60px 0;
}


section.testimonials-section {
background: #f2f2f2;
padding: 70px 0;
}


.testi_box {
width: 100%;
background: #fff;
padding: 20px;
box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
border-radius: 10px;
margin-bottom: 0;
text-align: center;
height: 100%;
}

.user_name {
    font-weight: 700;
    font-size: 16px;
    color: #3f6a22;
}

.qotaion-img img {
    width: 40px;
    height: auto;
    filter: invert(30%) sepia(94%) saturate(315%) hue-rotate(52deg) brightness(96%) contrast(94%);
}

.qotaion-img {
text-align: center;
margin-top: -40px;
margin-bottom: 20px;
}

.usr_name img {
width: 110px;
height: auto;
}

.usr_name {
text-align: center;
margin-bottom: 20px;
}

.company_about_box {
background: #fff;
padding: 10px;
box-shadow: 1px 1px 10px rgb(0 0 0 / 20%);
border-radius: 10px;
text-align: center;
height: 100%;
}

section.company_about [class*="col-"] {
margin-bottom: 30px;
}

.company_about_img img {
    width: auto;
    height: 100px;
    margin-bottom: 10px;
    filter: invert(21%) sepia(100%) saturate(7414%) hue-rotate(359deg) brightness(94%) contrast(117%);
}
.company_about_box h4 {
font-family: 'Oswald';
font-size: 24px;
}

section.company_about {
padding: 70px 0 50px;
}

footer.main_footer {
background: #111;
padding: 70px 0 30px;
}

.ftr_logo a {
font-family: 'Oswald';
font-size: 30px;
text-transform: uppercase;
font-weight: 900;
text-decoration: none;
color: #fff;
padding-bottom: 10px;
}

.ftr_logo p {
color: #fff;
font-family: 'Oswald';
font-size: 17px;
padding: 20px 0;
}

.ftr_logo ul {
padding: 0;
margin: 0;
}
.ftr_logo ul li {
list-style: none;
display: inline-block;
margin-right: 10px;
}

ul.ftr-socail li a img {
width: 38px;
}

.copy-right img {
width: 100px;
}


.ftr_heading {
font-family: 'Oswald';
font-size: 30px;
color: #3f6a22;
text-transform: uppercase;
font-weight: 700;
padding-bottom: 20px;
}

.ftr_box p {
color: #fff;
font-family: 'Oswald';
font-size: 18px;
}

.ftr_box ul li::before {
content: "\f0a4";
position: absolute;
color: #fff;
font-family: 'FontAwesome';
left: 0;
top: 0;
}

.ftr_box ul li {
list-style: none;
position: relative;
padding-left: 25px;
}

.ftr_box ul li a {
color: #fff;
font-family: 'Oswald';
font-size: 17px;
}

.ftr_box ul li {
list-style: none;
position: relative;
padding-left: 25px;
margin-bottom: 10px;
}

.ftr_box ul {
padding: 0;
margin: 0;
}

.copy-right {
border-top: 1px solid #fff;
margin-top: 20px;
padding-top: 20px;
display: flex;
align-items: center;
justify-content: space-around;
}

.copy-right p {
color: #fff;
font-family: 'Oswald';
font-size: 17px;
margin: 0;
}







#minimal-bootstrap-carousel {
margin-top: 0px;
position: relative;
}

#minimal-bootstrap-carousel .carousel-caption {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
padding: 0;
text-align: right;
text-shadow: none;
}

#minimal-bootstrap-carousel .carousel-caption .container {
display: table;
width: 100%;
height: 100%;
max-width: 1140px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

@media (max-width: 1199px) {
#minimal-bootstrap-carousel .carousel-caption .container {
max-width: 960px;
}
}

@media (max-width: 991px) {
#minimal-bootstrap-carousel .carousel-caption .container {
max-width: 720px;
}
}

#minimal-bootstrap-carousel .carousel-caption .container .box {
display: table-cell;
text-align: left;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
vertical-align: top;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
vertical-align: bottom;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
vertical-align: middle;
}

#minimal-bootstrap-carousel .carousel-caption .container .box .content {
display: block;
}

#minimal-bootstrap-carousel [class*=carousel-control] {
background: none;
width: 50px;
height: 50px;
font-size: 36px;
line-height: 48px;
color: #fff;
background-color: transparent;
visibility: visible !important;
opacity: 1;
border: 1px solid #fff;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 99;
}

@media (max-width: 667px) {
#minimal-bootstrap-carousel [class*=carousel-control] {
width: 30px;
height: 30px;
font-size: 15px;
line-height: 30px;
}
}

@media (max-width: 480px) {
#minimal-bootstrap-carousel [class*=carousel-control] {
width: 40px;
height: 40px;
font-size: 17px;
line-height: 40px;
background: rgba(255, 255, 255, 0.4);
color: #000;
}
}

#minimal-bootstrap-carousel .carousel-control-prev {
left: 1%;
}

#minimal-bootstrap-carousel .carousel-control-next {
right: 1%;
}

#minimal-bootstrap-carousel [class*=carousel-control]:hover {
opacity: 1;
background: #FFBA60;
border-color: #FFBA60;
}

/* fixing slider height */
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
min-height: 650px;
height: auto;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-color: #222;
}


.slider-content-style .content {
text-align: center;
position: relative;
z-index: 999;
}

.slider-content-style .content h3,
.slider-content-style .content h2,
.slider-content-style .content p {
margin: 0;
}

.slider-content-style .content h3 {
color: #fff;
font-size: 100px;
line-height: 1em;
font-weight: 600;
font-family: 'Josefin Sans';
-webkit-animation-delay: .5s;
animation-delay: .5s;
}

.slider-content-style .content p {
font-family: 'Josefin Sans';
font-weight: 600;
font-size: 18px;
color: #FFFFFF;
letter-spacing: .150em;
margin-top: 20px;
-webkit-animation-delay: 1.5s;
animation-delay: 1.5s;
}

.slider-content-style .content a.thm-btn {
font-family: 'Oswald';
font-size: 18px;
line-height: 30px;
text-transform: capitalize;
font-weight: 400;
border-radius: 50px;
background: #3f6a22;
border: #3f6a22;
position: unset;
display: inline-block;
padding: 7px 20px;
color: #fff;
margin-top: 7px;
transition: all .4s ease;
-webkit-animation-delay: 2s;
animation-delay: 2s;
}

.slider-content-style .content a.thm-btn:hover {
background: #fff;
color: #000;
}

#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
position: relative;
}
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item::after {
content: "";
position: absolute;
width: 100%;
height: 100%;
background: rgb(0 0 0 / 40%);
top: 0;
left: 0;
}


.sidenav a {
font-family: 'Oswald';
font-size: 19px;
color: #fff !important;
}

.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 99;
top: 0;
left: 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: 25px;
color: #818181;
display: block;
transition: 0.3s;
}

.sidenav a:hover {
color: #f1f1f1;
}

.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}

@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}


.mobole_responsive {
display: none;
}


section.inner-banner ul {
padding: 0;
margin: 0;
}
section.inner-banner ul li {
list-style: none;
display: inline-block;
font-family: 'Oswald';
font-size: 18px;
}

section.inner-banner {
background: #ddd;
padding: 50px 0;
text-align: center;
}

section.inner-banner h2 {
font-family: 'Oswald';
font-size: 30px;
font-weight: 700;
text-transform: uppercase;
padding-bottom: 0px;
}



.inner-wraper section.feuter_product {
padding: 0;
}

.gallery_box img {
width: 100%;
height: 300px;
object-fit: cover;
}

section.inner-glry [class*="col-"] {
padding: 0px;
}

/*---responsive css---*/




@media screen and (max-width: 767px){
.menu_area {
display: none;
}
.mobole_responsive {
display: block;
}

.mobole_responsive {
float: right;
}


.slider-content-style .content h3 {
font-size: 62px;
}

.slider-content-style .content p {
font-size: 18px;
letter-spacing: 0;

}

#minimal-bootstrap-carousel [class*=carousel-control] {
display: none;
}

#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
min-height: 450px;
height: auto;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-color: #222;
}

.slider_pro_box_img img {
height: auto;
}

section.testimonials-section [class*="col-"] {
margin-bottom: 40px;
}

section.testimonials-section {
padding: 70px 0 40px;
}

.ftr_logo p {
margin: 0;
}

.ftr_box {
padding-top: 25px;
}


.ftr_heading {
font-size: 24px;
padding-bottom: 10px;
}

}


@media screen and (max-width: 480px){
.logo_area a {font-size: 20px;}

.slider-content-style .content h3 {
font-size: 34px;
}

.slider-content-style .content p {
font-size: 16px;
padding-bottom: 10px;
}

#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
min-height: 300px;
}

.heading {
font-size: 24px;
padding-bottom: 25px;
}

.company_about_img img {
height: 70px;
margin-bottom: 0px;
}

.ftr_logo a {
font-size: 24px;
padding-bottom: 10px;
}

}


/*a {
pointer-events: none;
}*/


.inner-form input:not([type="file" i], [type="image" i], [type="checkbox" i], [type="radio" i]) {
width: 100%;
height: 50px;
margin-bottom: 10px;
padding: 10px 15px;
}

.inner-form textarea {
width: 100%;
height: 111px;
padding: 10px 15px;
}

.inner-form button {
margin-top: 20px;
padding: 8px 30px;
}

.inner-form h4 {
padding-bottom: 20px;
}

.inner-form iframe {
width: 100%;
margin-top: 50px;
display: block;
}

.slider_pro_box_img {
overflow: hidden;
}

.slider_pro_box:hover .slider_pro_box_img img {
transform: scale(1.3);
}

/*
[class="wow"] {
animation-duration: 10s;
}*/

/*[class*="wow"] {
animation-duration: 2s !important;
}
*/

.logo_area img {
width: auto;
height: 60px;
}
