
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700&display=swap');

body {background: #fff; font-family: 'Ubuntu', sans-serif; font-size: 16px; color: #000; margin: 0; padding: 0;}
.no_padding {padding-left: 0; padding-right: 0;}
.btn {
  background: #000;
  border-radius: 0;
  border: 1px solid #000;
  margin: 30px 0 0;
  color: #fff;
  padding: 8px 30px;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.btn:hover {
  background: #fff;
  color: #000;
}

header {
  padding: 12px 0;
}
header .logo {
  float: left;
}
header .phone {
  width: 100%;
}
header .phone ul {
  margin: 0;
  float: right;
  padding: 0;
}
header .phone li {
  display: inline-flex;
  margin: 0 0 0 40px;
  align-items: center;
}
header .phone li i {
  padding: 0 15px 0 0;
  color: #000;
  font-size: 37px;
}
header .phone li span, header .phone li a {
  color: #262626;
  text-decoration: none;
  font-size: 17px;
  line-height: 23px;
  display: block;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out
}
header .phone li a {
  font-weight: 300;
}
header .phone li a:hover {
  color: #777	;	
}
.hm_slide {
  background: #eee;
  padding: 0;
  position: relative;
}
.sld_txt {
  padding: 170px 20px 0 90px;
}
.sld_txt h2 {
  font-size: 39px;
  text-transform: uppercase;
  margin: 0 0 30px;
}
.sld_txt p {
  font-size: 16px;
  line-height: 23px;
  margin: 0;
}
.mn_slide.owl-theme .owl-nav {
  margin: 0;
  position: absolute;
  left: -160px;
  bottom: 30px;
}
.mn_slide.owl-theme .owl-nav [class*="owl-"] {
  margin: 0 30px 0 0;
  background: #000;
  border: 1px solid #000;
  border-radius: 0;
  padding: 5px !important;
  width: 45px;
  height: 45px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.mn_slide.owl-theme .owl-nav [class*="owl-"] img {
  width: 70%;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);  
}
.mn_slide.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #fff;
  border: 1px solid #000;
}
.mn_slide.owl-theme .owl-nav [class*="owl-"]:hover img {
  filter: brightness(0);	
}

.hm_about {
  margin: 90px 0 0;	
}
.rg_images li {
  display: inline-block;
  list-style: none;
  float: left;
  position: relative;
  width: 25%;
}
.rg_images li img {
  width: 100%;
  border-radius: 7px;
  border: 2px solid #fff;
  height: calc(var(--vh, 1vh) * 33.3);
}
.rg_images {
  text-align: center;
}
.products {
  margin: 90px 0 0;
  background-image: url(images/prdct_bx.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.products .heading {
  text-align: center;
  color: #fff;
}
.products .heading p {
  max-width: 490px;
  margin: 0 auto;
}
.products {
  margin: 90px 0 0;
  background-image: url(../images/prdct_bx.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 90px 0 70px;
}
.products .heading h2 {
  margin: 0 0 30px;
}
.products .productses {
  margin: 50px 0 0;
}
.products .productses .item img {
  background: #fff;
  padding: 7px;
  border-radius: 7px 7px 0 0;
}
.products .productses .item h4 {
  background: #fff;
  padding: 8px 15px;
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
  border-top: 2px dashed #656565;
  border-radius: 0px 0px 7px 7px;
}
.products .productses.owl-carousel .owl-nav {
  margin: 50px 0 0;
}
.products .productses.owl-carousel .owl-nav [class*="owl-"] {
  border: 1px solid #fff;
  padding: 15px !important;
  border-radius: 0;
  margin: 0 30px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.products .productses.owl-carousel .owl-nav [class*="owl-"] img {
  transform: rotate(-45deg);
}
.products .productses.owl-carousel .owl-nav [class*="owl-"]:hover {
  background: #fff;	
}
.products .productses.owl-carousel .owl-nav [class*="owl-"]:hover img {
  filter: brightness(0);	
}
.hm_clct {
  margin: 90px 0 50px;
}
.hm_clct h3 {
  margin: 0 0 30px;
}
footer {
  background: #000;
  padding: 12px 0;
}
footer .cpyrght p {
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0 15px;
}



@media screen and (max-width: 1499px) {
.sld_txt {
  padding: 60px 20px 0 40px;
}
.sld_txt h2 {
  font-size: 31px;
}

}


@media screen and (max-width: 1199px) {
.sld_txt {
  padding: 40px 20px 0 20px;
}
.sld_txt h2 {
  font-size: 26px;
  margin: 0 0 15px;
}
.mn_slide.owl-theme .owl-nav {
  bottom: 30px;
}
.btn {
  margin: 20px 0 0;
}

}

@media screen and (max-width: 991px) {
.sld_txt {
  padding: 120px 20px 60px 20px;
}	
.mn_slide.owl-theme .owl-nav [class*="owl-"] {
  margin: 0 30px 0 0;
  padding: 6px !important; 
  width: 47px;
  height: 47px;
}
.mn_slide.owl-theme .owl-nav [class*="owl-"] img {
  width: 70%;
}
.mn_slide.owl-theme .owl-nav {
  bottom: -80px;
  left: 0px;
  right: 0;
}		
.rg_images {
  margin: 40px 0 0;
}
.products .productses.owl-carousel .owl-nav [class*="owl-"] {
  margin: 0 30px 0 0;
  padding: 5px !important; 
  width: 47px;
  height: 47px;
}
.products .productses.owl-carousel .owl-nav [class*="owl-"] img {
  width: 70%;
}
	
}

@media screen and (max-width: 767px) {

header .d-flex {
  display: inline-block !important;
}
header .logo {
  float: none;
  text-align: center;
}
header .logo img {
  width: 60%;
}
header .phone {
  margin: 30px 0 0;
}
.hm_about {
  margin: 40px 0 0;
}
.rg_images img {
  width: 100%;
}
.products {
  margin: 40px 0 0;
  padding: 40px 0;
}
.hm_clct {
  margin: 40px 0 30px;
}
.sld_txt {
  padding: 110px 15px 30px 15px;	
}
.mn_slide.owl-theme .owl-nav {
  bottom: -70px;
  left: 0;
  right: 0;  
}



}