@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Poppins", sans-serif;
}

ul {
  margin-bottom: 0px;
}

img {
  width: 100%;
  overflow: hidden;
}

.text-primary {
  color: #e70a18 !important;
}

.bg-white {
  background-color: #fff;
}
.bg-primary {
  background-color: #e70a18 !important;
}
.text-normal {
  font-size: 14px;
}
.font-medium {
  font-size: 16px;
}
.font-lg {
  font-size: 18px;
}
.text-orange {
  color: #eb5f2a;
}
.text-default {
  color: #283646;
}
.text-gray {
  color: #3c3c3c;
}
.text-gray-900 {
  color: #313131;
}
.text-gray-800 {
  color: #a2a9b0;
}
.ps {
    padding-left: 1rem!important;
}
.text-gray-700 {
  color: #817777;
}
.border-btm {
  border-bottom: 1px solid #eb5f2a !important;
}
p {
  font-size: 16px;
}
.form-control {
  border: 1px solid #3d4145!important;
  border-radius: 0px !important;
  padding: 10px 20px!important;
  color: #cfd3d7 !important;
  background: #2b2525 !important;
	
}
.arc .form-control {
	text-align:right;}
.arcs .form-control {
	text-align:right;}
.arc .text-white{
	float:right;
}
.arc input[type="submit"]{
	float:right;
}
.arcs .text-white{
	float:right;
}
.arcs input[type="submit"]{
	float:right;
}
::placeholder {
  color: #CFD3D7!important;
  opacity: 1!important; /* Firefox */
}
.btn-default {
  padding: 14px 30px;
  background-color: #ffb100;
  border-radius: 4px;
  color: #272727 !important;
  font-size: 14px;
}
.btn-red {
  padding: 14px 50px!important;
  background-color: #e70a18!important;
  border-radius: 4px!important;
  color: #fff !important;
  font-size: 14px!important;
	border:none!important;
}
.lets-talk label {
  margin: 0px 0px 5px 0px !important;
  padding: 0px !important;
  font-size: 14px;
  font-weight:600;
}
.header-area {
  background-color: transparent;
  transition: all 0.5s ease 0s;
  position: absolute;
  z-index: 999;
  width: 100%;
}

footer input[type="email"] {
    width: 300px;
}
.header-area .main-nav {
  min-height: 100px;
  background: transparent;
}

.header-area .main-nav .logo {
  float: left;
  transition: all 0.3s ease 0s;
}
.menu-ar-menu-container{
	padding: 8px 0 8px 0!important;
}
.language {
    text-align: right!important;
}
.language ul{
    display:flex!important;
	margin: auto!important;
}
.language li {
/*     padding: 0px 13px 5px 13px; */
    text-transform: uppercase!important;
	margin:0!important;
}
.language li a {
    color: white;
    font-size: 14px!important;
	padding: 3px 9px!important;
}
.language li a:hover{
	border:none !important;
}
 .language .current-lang a {
/*     color: #D17125; */
	border:1px solid!important;
	border-radius:5px!important;
}
.header-area .main-nav .nav {
  float: left;
	display:flex;
	justify-content:left;
  margin-right: 0px;
  background-color: transparent;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}
.header-area .main-nav .menu li {
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.scroll-downs {
  position: absolute;

 
  bottom: 40px;
  left: 50%;
  right: 50%;
  margin: auto;
  
  width :34px;
  height: 55px;
}
.mousey {
  width: 3px;
  padding:9px 13px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 1;
  margin-right: -1px;
  box-sizing: content-box;
}
.scroller {
  width:6px;
  height:6px;
  border-radius: 50%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
lottie-player{
	margin:auto !important
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(30px); opacity: 0;}
}
/* .header-area .main-nav .nav li:last-child {
  margin-right: 0px;
}

.header-area .main-nav .nav li:first-child {
  margin-left: 0px;
} */

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 400;
  font-size: 13px;
  text-transform: capitalize;
  color: #fff;
  transition: all 0.3s ease 0s;
  /* height: 40px;
  line-height: 40px; */
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav .current-menu-item::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  bottom: 25px;
  left: 45%;
  background-color: #ffb100;
}
.header-area .main-nav .nav .current_page_item::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  bottom: 25px;
  left: 45%;
  background-color: #ffb100;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  transition: all 0.4s;
  background-color: #ffffff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  transition: all 0.4s;
  background-color: #ffffff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #ffffff;
}

.header-area .main-nav .menu-trigger.active span:after {
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #ffffff;
}

.header-area.header-sticky {
  min-height: 80px;
	position: fixed;
	z-index: 1000;
}
.header-area .main-nav .custom-logo-link {
    float: left;
    transition: all 0.3s ease 0s;
}
.custom-logo {
   width:auto;
}
textarea {
    height: 100px!important;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
    margin: 0;
  }
  .header-area .main-nav:before {
    display: none;
  }
}
@media (max-width: 768px) {
  .header-area .main-nav .nav li.active::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
	footer input[type="email"] {
    width: 100%;
}
		.head-title {
    margin-top: 50px;
}
	.about-left h2 {
    font-size: 22px!important;
}
	.switch-button{
		margin-right: auto!important;
    margin-top: -10px!important;
    margin-left: auto!important;
   display:block!important;
		padding:0!important;
   
	}
	.language {
    text-align: center!important;
}
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #f5a425 !important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #0b0b0b!important;
    padding: 15px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 85px !important;
	  background:#f7f7f7;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
/*     border: none !important; */
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #f5a425 !important;
  }
  .header-area .main-nav .nav li.active::after {
    display: none;
  }
}

@media (min-width: 769px) {
  .header-area .main-nav .nav .menu-ar-menu-container {
    display: flex !important;
    justify-content: end;
    border-left: 1px solid #fff;
    margin-right: 20px;
  }
	.header-area .main-nav .menu {
		display: flex;
		margin:0;
	}
	.header-area .main-nav .menu ul {
		display: flex!important;
	}
}
/* SEARCH DISABLED ON MOBILE */

.btn-group {
  border-radius: 5px;
}

input[type="radio"] {
  position: absolute;
  visibility: hidden;
  display: none;
}
.radio-group label {
  color: #fff;
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  padding: 1px 6px;
  margin: 5px 5px;
  transition: all 1s ease-in-out;
}
input[type="radio"]:checked + label {
  color: #fff;
  border: 1px solid #ffffff;
  border-radius: 5px;
}

.radio-group {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.4) !important;
  border-radius: 5px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
}
.banner {
  background: url("/wp-content/uploads/2022/01/home.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
/*   height: 793px; */
	height:743px;
  display: inline-block;
  position: relative;
  margin-top: 0px;
  clip-path: ellipse(80% 61% at 50% 39%);
}

.caption h1 {
  color: #fff;
  font-size: 40px;
  line-height: 1.5;
}

.sectn {
  padding: 100px 0px 50px;
}

.count h1 {
  font-size: 58px;
  color: #e53e30;
  font-weight: 600;
}
.count p {
  color: #4b4b4b;
  font-size: 18px;
}
.about-left h2 {
  font-size: 30px;
  font-weight: 600;
}
.about-left img {
  height: 45px;
  width: auto;
  object-fit: cover;
}
.about-left h6 {
  font-size: 20px;
  color: #000000;
}
.partner-title {
  position: relative;
  z-index: 99;
  font-size: 18px;
  color: #313131;
  font-weight: 700;
}
.partner-title span {
  background-color: white;
  padding-right: 20px;
}
.partner-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.5em;
  border-top: 1px solid #e0e0e0;
  z-index: -1;
}
.partner img {
  width: 140px;
  height: 91px;
  object-fit: cover;
}
.service-left {
  z-index: 999;
}
.service-left p {
  width: 290px;
  line-height: 1.7;
}
.service-left h1 {
  color: #fff;
  font-size: 40px;
}
.service-bg{
	background-color:red;
	 position: absolute;
  width: 34%;
  height: 300px;
  right: 0;
  z-index: 999;
}
/* .service-bg[dir="rtl"] {
	 background-color: red;
	
  position: absolute;
  width: 34%;
  height: 300px;
  right: 0;
  z-index: 999;
}

.service-bg[dir="ltr"] 
 {
  background-color: red;
	
  position: absolute;
  width: 34%;
  height: 300px;
  left: 0;
  z-index: 999;
} */
.services .item {
  border: 1px solid #f4f4f4;
  /* box-shadow:#64646f33 -2px 1px 12px 0px; */
  padding: 35px 20px;
  height: 420px;
  background-color: #F5F5F5;
}
.owl-carousel.owl-loaded {
  height: 100%;
}
.owl-carousel .owl-stage-outer {
  height: 100%;
}
.services .owl-next {
  width: 53px;
  height: 53px;
		top: 45%;
	right: 15%;
    position: absolute;
}
.services .owl-prev {
  width: 53px;
  height: 53px;
	top: 45%;
	left: -10%;
    position: absolute;
}
.services .owl-nav .disabled {
    background-color: white !important;
    color: red !important;
    border-radius: 4px;
}
.item img {
  max-width: 292px !important;
  max-height: 292px;
  margin: auto;
}
.item h4 {
  color: #020202;
  font-size: 22px;
  font-weight: 600;
  padding-top: 25px;
}
.testimonial {
  background-color: #f7f7f7;
}
.testimonial h2{
	color:#283646;
}
.profile-card {
  border-radius: 12px;
  background-color: #ffffff;

}
.profile-card1{
	border-radius:12px;
}
.profile-card p{
  font-size: 14px !important;
}
.profile-details h5 {
  color: #283646;
  font-size: 24px;
}
.profile-details p {
  font-size: 14px;
}
.pro-pic {
  width: 53px;
  height: 53px;
  position: relative;
  top: 25px;
  right: 35px;
}
.pro-pic img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.slider-counter {
  font-size: 28px;
  margin-top: 150px;
	margin-right:60px;
}
.testimonial .owl-nav {
  position: absolute;
  right: -40%;
  bottom: 45px;
}
.testimonial .owl-prev {
  width: 53px;
  height: 53px;
}
.testimonial .owl-next {
  width: 53px;
  height: 53px;
}
.testimonial .owl-carousel .owl-next .active {
  background-color: #da791e !important;
  color: #ffffff;
}

.testimonial .owl-carousel .active i {
  color: #fff;
}
.lets-talk {
  background-color: #241e1e;
}
.custmr img {
  width: 140px;
  height: 91px;
  object-fit: cover;
  filter: grayscale(100%) !important;
}
.custmr img:hover {
  filter: grayscale(0) !important;
}
footer {
  background-color: #241e1e;
  clip-path: polygon(19% 0, 23% 6%, 100% 6%, 100% 100%, 0 100%, 0% 60%, 0 0);
}
.quick-links li a {
  color: #bcbcbc;
  font-size: 14px !important;
}
.quick-links li {
  padding-bottom: 18px;
}
.links .adrs {
  font-size: 14px;
  color: #c1c1c1;
}
.links img {
  width: 208px;
/* 
  object-fit: cover; */
}
.social li {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ff0000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.social li a {
  color: #fff !important;
}
/* ---------------about--------------- */
.about-banner {
  background: url("/wp-content/uploads/2022/01/aboutus.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
/*   height:600px; */
	height:518px;
  display: inline-block;
  position: relative;
  margin-top: 0px;
  clip-path: ellipse(80% 61% at 50% 39%);
}
.vision {
  background-color: #e70a18;
	margin-right:16px;
}
.vision img {
  width: 65px;
  height: 65px;
}
.vision h2 {
  font-size: 30px;
  font-weight: 600;
}
.service-list img {
  width: auto;
  height: 40px;
  object-fit: cover;
}
.service-list h6 {
  font-size:20px;
	color:black;
}
/* ---------------about--------------- */
/* ---------------products---------------------- */
.product-banner {
  background: url("/wp-content/uploads/2022/01/Group-67040.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
/*   height:600px; */
	height:518px;
  display: inline-block;
  position: relative;
  margin-top: 0px;
  clip-path: ellipse(80% 61% at 50% 39%);
}
.content {
  position: relative;
  width: 90%;
  max-width: 200px;
  overflow: hidden;
  margin-bottom: 65px;
}

.content .content-overlay {
  background: transparent linear-gradient(180deg, #0000000f 0%, #141414ac 100%)
    0% 0% no-repeat padding-box;
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
  opacity: 1;
}

.content-image {
 width: auto !important;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 60%;
  left: 0%;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
  top: 60%;
  left: 0%;
  opacity: 1;
}
.fadeIn-bottom {
  top: 80%;
}
@media (min-width: 1450px) and (max-width: 2000px){
  .service-bg {
    width: 35%;
  }
}
@media (min-width: 2001px){
  .service-bg {
    width: 40%;
  }
}
@media only screen and (max-width: 1024px) {
  /* .about-banner{
 
    background-size: cover;
    height:500px;
  } */
}

@media only screen and (max-width: 768px) {
  .content {
   margin: 0 auto 30px auto;
/*     width: 100px; */
  }
	.content-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
  .service-bg {
    width: 100%;
  }
  .banner {
    height: 450px !important;
    background-size: cover;
  }
  .about-banner {
    height: 450px !important;
    background-size: cover;
  }
  .product-banner {
    height: 450px !important;
    background-size: cover;
  }
  .service-banner {
    height: 450px !important;
    background-size: cover;
  }
  .contact-banners {
    height: 450px !important;
    background-size: cover;
  }
  .partner-banner {
    height: 450px !important;
    background-size: cover;
  }
  .slider-counter {
    margin-top: 10px;
  }
  .service-left p {
    width: 100%;
    line-height: 1.7;
  }
  .about-img {
    height: 300px;
    object-fit: cover;
  }
  .sectn {
    padding: 30px 0px 30px;
  }
  .links img {
    width: 165px;
  }
  footer {
    clip-path: none;
  }
}
.partner-banner {
  background: url("/wp-content/uploads/2022/01/partnersbanner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
/*   height:600px; */
	height:518px;
  display: inline-block;
  position: relative;
  margin-top: 0px;
  clip-path: ellipse(80% 61% at 50% 39%);
}
.contact-banners {
  background: url("/wp-content/uploads/2022/01/conactusbanner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
 /*   height:600px; */
	height:518px;
  display: inline-block;
  position: relative;
  margin-top: 0px;
  clip-path: ellipse(80% 61% at 50% 39%);
  
}
.contact-banner{
  background-color: #241e1e;
}
.adrss {
  background: transparent linear-gradient(180deg, #fafafa 0%, #d9d9d9 100%) 0%
    0% no-repeat padding-box;
}
.adres {
  border-right: 1px solid #d1d1d1;
}
.font-bold {
  font-weight: 600 !important;
}
.service-banner {
  background: url("/wp-content/uploads/2022/01/services.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
/*   height:600px; */
	height:518px;
  display: inline-block;
  position: relative;
  margin-top: 0px;
  clip-path: ellipse(80% 61% at 50% 39%);
}
#lottie {
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
}

.switch-button {
  background: #cdcdcd14;
  border-radius: 5px;
  overflow: hidden;
  width: 95px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  position: relative;
padding: 8px 8px 8px 12px;  
	position: relative;
}
/* .switch-button:before {
  content: "AR";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
} */
.switch-button-checkbox {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
.switch-button-checkbox:checked + .switch-button-label:before {
  transform: translateX(50px);
  transition: transform 300ms linear;
}
.switch-button-checkbox + .switch-button-label {
  position: relative;
  padding: 5px 0;
  display: block;
  user-select: none;
  pointer-events: none;
}
.switch-button-checkbox + .switch-button-label:before {
  content: "";
  /* background: #fff; */
  border: 1px solid #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  transform: translateX(0);
  transition: transform 300ms;
}
.switch-button-checkbox + .switch-button-label .switch-button-label-span {
  position: relative;
}
.scroll-btn {
  display: block;
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  text-align: center;
}

.scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  color: #ffffff;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}

.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
  color: #ffffff;
}

.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.scroll-btn .mouse {
  position: relative;
  display: block;
  width: 30px;
  height: 50px;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid white;
  border-radius: 23px;
}

.scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: white;
  border-radius: 50%;
  animation: ani-mouse 2.5s linear infinite;
}
.owl-nav .disabled {
  background-color: #e70a18 !important;
  color: #fff !important;
  border-radius: 4px;
}
.owl-nav button {
  background-color: #fff !important;
  color: #e70a18 !important;
  border-radius: 4px;
  margin-right: -130px;
}
.head-title img {
  width: 176px;
  height: 117px;
}
.head-title{
	position:relative
}
.abt-img {
    position: absolute;
    left: 40%;
    top: -86px;
}

.test-img {
  width: 149px;
  height: 149px;
  margin-top: 30px;
  margin-left: 0px;
	margin-right:180px;
}
.products h2 {
  font-size: 30px;
  font-weight: 600;
}
.products h3 {
  font-size: 24px;
  font-weight: 600;
}
.pro-list {
  background-color: #ee3f3a;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding: 10px 12px;
  max-width: 420px;
}
.lets-talk .text-white {
  color: #ffffff !important;
}
.about img{
  border-radius: 18px;
}
.lets-talk  label{
  color: #fff !important;
}