@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,700;0,800;0,900;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@500;700&display=swap');
body{
  box-sizing:border-box; 
    font-family: 'Playfair Display', serif;
    overflow-x:hidden;
}
body::-webkit-scrollbar {
  width: .5em;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #999;
}
body::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  outline: 1px solid var(--primary-color);
}
html {
  scroll-behavior: smooth;
}
:root {
    --primary-color:#7db313;
    --secondary-color:#1B6BAF;
    --black-color:#000;
}
*,
*::after,
*::before,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

p{
    line-height: 1.5;
    font-size: 17px;
}
ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
a, button {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
a:hover
{
  text-decoration: none;
}
button:focus, input:focus, textarea:focus, select:focus, a:hover
{
  outline: none; box-shadow: none;
}
.wrapper
{
  margin:0px; 
  padding: 0px;
}
section
{
  padding:50px 0;
}
.large_heading{
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
  color: #fff;
}
.heading{
  font-size: 35px;
  font-weight: bold;
  /*margin-top: 35px;*/
  /*text-transform: uppercase;*/
}
.heading1 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 900;
}
.sub_heading{
  font-size:36px;
  font-weight: 600;
}
.sub_heading1{
  font-size:36px;
  color: var(--primary-color);
}
.small_heading{
  font-size: 18px;
  font-weight: bold;
}
.title{
  font-size: 16px;
}
.headerInline{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.width{
  width : 100%;
}
.logo{
  padding: 10px;
  border-radius: 10px;
  width: 200px;
}
.headerBtn0 {
  background: var(--primary-color);
  color: #fff;
  border-radius: 50px;
  border: 2px solid transparent;
  padding: 5px 30px;
  display: inline-block;
  text-transform:uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 900;
}
.headerBtn0:hover {
  background: #fff;
  color: var(--primary-color);
  border-color:var(--primary-color);
}
.headerBtn {
  background: #eb008b;
  border-radius: 50px;
  color: #fff;
  border: 2px solid transparent;
  padding: 10px 30px;
  display: inline-block;
  text-transform:uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 900;
}
.headerBtn:hover {
  background: transparent;
  color: #eb008b;
  border-color:#eb008b;
}
.headerBtn1 {
  background: #fff;
  border-radius: 50px;
  color: var(--primary-color);
  border: 2px solid transparent;
  padding: 10px 20px;
  display: inline-block;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform:uppercase;
}
.headerBtn1:hover {
  background: #000;
  color: #fff;
  border-color:#000;
}
.headerBtn2 {
  background: #fff;
  border-radius: 50px;
  color: #000;
  border: 2px solid transparent;
  padding: 10px 30px;
  display: inline-block;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform:uppercase;
}
.headerBtn2:hover {
  background: #fff;
  color: var(--primary-color);
  border-color:var(--primary-color);
}
.banner {
  background: url(../images/about-head-banner.webp) no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: auto;
  z-index: 1;
  position: relative;
  background-position: center;
}
.banner section{
  padding-bottom:25px;
  padding-top:0;
}
.banner:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(45deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(45deg, rgb(0 0 0 / 37%) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
  z-index: -1;
}
.main-heading h1 {
  color: #000;
  font-size: 40px;
  font-weight: bold;
  margin-top: 35px;
  text-transform: uppercase;
}
.main-heading h1:before, .main-heading h1:after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 7%;
}
.main-heading h1:before {
  right: 25px;
  margin-left: 5%;
}
.main-heading h1:after {
  left: 25px;
  margin-right: -50%;
}
.bestDeal {
  background: rgba(255,255,255,.8);
  text-align: center;
  padding: 20px 15px;
  border-radius: 5px;
  margin-top: 30px;
  margin-bottom: 80px;
}
.headingbaner{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  color: #fff;
}
.contactus{
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactus li{
  color:#000;
}
.contactus li h4 a {
  font-weight: 800;
  padding-left: 15px;
  color: var(--primary-color);
}
.contactus li {
  font-weight: 700;
  color: #444;
  margin-left: 10px;
}
.contactus li p {
  font-weight: 700;
  color: #444;
  margin-top: 5px;
  font-size: 15px;
  text-align: right;
}
.smallHeading{
  font-size: 22px;
}
.formBlock {
  margin-top: 20px;
}
.width100{
  width:100%;
}
.icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: var(--primary-color);
}
.max-width{
  max-width: 100%;
}
.easybooking:hover {
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 7%);
}
.banner1 {
  background: var(--primary-color);
  background-image: url(../images/arches.png);
  background-repeat: repeat;
  position: relative;
  z-index: 1;
}
.banner2{
  background: #f9f9f9;
}
.text-green{
  color: var(--primary-color);
}
.fnsiz{
  font-weight: 900;
  font-size: 18px;
}
.leftContact2 ul li{
  color: #000;
}
.leftContact2 li h5 {
  font-weight: 600;
  color: var(--grey-color);
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.leftContact2 li {
  padding: 30px 0;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  display: flex;
}
.leftContact2 li a{
  color: #000;
}
.leftContact2 li a:hover{
  color: var(--primary-color);
}
footer{
  background: #666;
  padding: 10px;
}
footer ul li p{
  color: #fff;
  font-size:14px;
}
.characteristics{
  display:flex;
  justify-content:center;
  height:100%;
  flex-direction:column;
}
.characteristics ul {
  padding-left: 25px;
}
.characteristics ul li{
  color: #000;
}
.formback{
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  height: 100%;
}
.height100{
  height:100px!important;
}
.characteristics ul li{
  list-style:disc;
}
.socialicon li.phone a {
  color: #000;
}
.socialicon li.mail a {
  color: #ea4335;
}
.socialicon li.whatsapp a {
  color: #075e54;
}
.socialicon li a:hover {
  background: var(--primary-color);
  color: #fff;
}
.socialicon  li a {
  width: 38px;
  line-height: 38px;
  height: 38px;
  background: #f1f1f1;
  display: flex;
  margin: 0 5px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.leftContact2 ul li i{
  font-size: 22px;
  margin-right: 25px;
  background: #eb008b;
  color: #fff;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.products{
  display: flex;
  text-align: center;
}
.products li{
  color: #000;
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid var(--primary-color);
  padding: 10px;
  transition: all 0.5s ease-in-out;
  background: #fff;
}
.products li:hover{
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
  transform: translateY(-5px);
}
.blue150text{
  padding-left: 10px;
  width: 700px;
}
.about-right{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 25px;
}
.blue150 ul li a{
  color: #000;
  height: 155px;
  display: flex;
  padding: 15px;
  transition: all 0.5s ease-in-out;
  font-size:16px;
  padding: 10px 10px;
  margin-top: 40px;
}
.blue150 ul li{
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.blue150 ul li:hover{
  transform: translateY(-5px);
  transition:all 0.2s ease;
}
.contactback {
  background-image: url(../images/transparent-pattern.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--primary-color);
  position: relative;
}
.blue150 ul li a:hover h6{
  color:#fff;
}
.blue150 ul li a h6{
  position:relative;
  display: flex;
  align-items: center;
  padding-left: 15px;
  height: 35px;
  margin: 0;
  margin-top: 10px;
}
.blue150 ul li a h6 i{
  margin-right:10px;
}
.blue150 ul li a h6:before {
  content: '';
  background: var(--primary-color);
  height: 35px;
  margin: 0;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  z-index: -1;
  border-radius: 0 25px 25px 0;
  transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -webkit-transition: all ease .3s;
}
.blue150 ul li a:hover h6:before {
  width: 75%;
}
.blue150 ul li a i{
  font-size:12px;
}
.mainMenu ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  justify-content: center;
  padding: 5px;
}
.mainMenu ul li{
  margin-right:35px;
}
.mainMenu {
  background: var(--primary-color);
}
.mainMenu ul li a{
  color:#fff;
  padding:6px;
}
.mainMenu ul li a:hover {
  background: #70a111;
}
.itemslider{
  padding: 0 5px;
  margin-bottom: 18px;
}
.charactorSlider .itemSlider img{
  padding: 0 5px;
  border: 1px solid #0502cb;
  height: 310px;
}
.sticky {
  position: fixed;
  top: 0px;
  z-index: 9999;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  width: 100%;
}
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -200px;
  right: 10px;
  color: #fff;
  background-color: var(--primary-color);
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: .9s;
  transition: .9s;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
  box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
}
.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 50px;
}
.headertext h2{
  background: -webkit-linear-gradient(#7db313, #eb008b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
  font-weight: 600;
}
.address{
  width:90%;
}
.form-floating>label{
  padding: 10px;
  font-size: 14px;
}
.form-floating>.form-control {
  height: 45px;
}
.productimg{
  width: 465px;
}
.maxwidth100{
  max-width:100%;
}
.productimg img{
  max-width:100%;
  height: 130px;
}
.about-left{
  padding:15px;
}
.rightBtn p {
  font-weight: 700;
  color: #444;
  margin-top: 5px;
  font-size: 15px;
  text-align: right;
}
.rightBtn h4 a{
  font-weight:700;
  font-size: 15px;
}
.rightBtn p a:hover{
  color:var(--primary-color);
}
.producttop{
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
.iconItem {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 5px;
  background: #e9ffbe;
}
.fnsiz {
  margin: 15px 0;
}
.pigmentused .itemSlider img{
  width: 100px;
  margin: 0 auto;
  padding: 15px;
}
.pigmentused div{
  padding: 0 7px !important;
}
.pigmentused .itemSlider{
  width: 100px;
  border-radius: 5px;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  height: 150px;
  flex-direction: column;
  text-align: center;
  border: 1px solid var(--primary-color);
}
.itemSlider{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.slick-arrow{
    background: var(--blue-color) !important;
    width: 30px !important;
    height: 30px !important;
    z-index: 99;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.prev-arrow{
    left:0;
}
.next-arrow{
    right:0;
}
.slick-prev:before{
  content: '\f053' !important;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  font-size: 14px;
  position: relative;
  left: -2px;
}
.slick-next:before{
  content: '\f054' !important;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  font-size: 14px;
  position: relative;
  right: -2px;
}
.fn16{
  font-size: 14px;
  font-weight: 700;
}
.blue150text p{
  font-size: 14px;
}
.blue151text p{
  font-size: 14px;
}
.itemSlider p{
  padding: 10px;
}
.ht482{
  height: 482px;
}
/*.galleryimg{*/
/*  transform: scale(1);*/
/*  transition: all .5s ease;*/
/*}*/
.galleryimg:hover{
  /*transform: scale(1.04);*/
  /*transition: all .5s ease;*/
  box-shadow: 0 0 15px 3px #6f6f6f;
  background: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.backgrey{
    background:#f1f1f1;
}
.ht196{
    height:196px;
}
.country ul li{
    font-size: 14px;
}
.counter{
    padding: 23px;
    background: var(--primary-color);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 200px;
    justify-content: center;
}
.counter i{
    font-size:45px;
}
.itemBlock .fnsiz{
    font-size:13px;
}
.itemBlock{
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 2px dotted var(--primary-color);
}
.halfbanner{
    background: #fff;
    padding: 22px;
    border-radius: 15px;
    padding-bottom: 0;
}
.bnnerbottom{
    margin-top:-100px;
    position:relative;
    Z-index:2;
}
.headingbaner p{
    font-size:16px;
    text-transform:uppercase;
}
.country ul {
    display:flex;
    flex-wrap: wrap;
    padding-left: 20px;
}
.country ul li{
    width:calc(100% / 3);
    list-style: disc;
}
.factoryimg{
    box-shadow: 0 0 15px 3px #6f6f6f8f;
    transform: scale(1);
    transition: all .5s ease;
}
.factoryimg:hover{
    transform: scale(1.04);
    transition: all .5s ease;
}
.brdernone{
    border:none;
}
.itemSlider h5 span{
    color:var(--primary-color);
}
.rightBtn p a{
    color:#000;
}
.rightBtn h4 a{
    font-family: 'Open Sans', sans-serif;
}
.mtop{
    margin-top:25px;
}
.copyright li a{
    color:#fff;
}
.mt0{
    margin-top:0!important;
}
.galleryimg h4{
    padding:10px;
}
.bnnerbottom{
    padding-bottom:0;
}
.itemSlider h4{
    font-size:14px;
}
.fn17{
    font-size:17px;
}
.textcenter{
    list-style:none!important;
}
/*.country{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    height: 100%;*/
/*}*/
/*.country h5{*/
/*    font-size:20px;*/
/*    font-weight:600;*/
/*}*/
/*.assia_middle_east{*/
/*    width: 29%;*/
/*    right: 7%;*/
/*    position: absolute;*/
/*}*/
/*.South_america{*/
/*    width: 15%;*/
/*    left: 23%;*/
/*    position: absolute;*/
/*}*/
/*.north_america{*/
/*    width: 16%;*/
/*    left: 7%;*/
/*    position: absolute;*/
/*}*/
/*.europe{*/
/*    width: 10%;*/
/*    left: 36%;*/
/*    position: absolute;*/
/*}*/
/*.africa{*/
/*    width: 20%;*/
/*    right: 35%;*/
/*    position: absolute;*/
/*}*/
/*.Oceania{*/
/*    width: 10%;*/
/*    right: 0%;*/
/*    position: absolute;*/
/*}*/
/*.map img{*/
/*    margin-top:100px;*/
/*}*/
/*.assia_middle_east ul li{*/
/*    width:calc(100%/2);*/
/*    font-size:14px;*/
/*}*/
/*.assia_middle_east ul {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*}*/
/*.africa ul li{*/
/*    width:calc(100%/2);*/
/*    font-size:14px;*/
/*}*/
/*.africa ul {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*}*/
.north_america{
    color: #f15e73;
}
.north_america ul li{
    font-size:13px;
}
.South_america{
    color: #faae5c;
}
.South_america ul li{
    font-size:13px;
}
.Oceania ul li{
    font-size:13px;
}
.europe ul li{
    font-size:13px;
}
.clr{
    color: #6a77ba;
}
.clr ul li{
    font-weight:500;
    font-size:14px;
}
.north_america ul li{
    font-weight:500;
}
.South_america ul li{
    font-weight:500;
}
.assia_middle_east ul li{
    font-weight:500;
    font-size:14px;
}
.africa ul li{
    font-weight:500;
    font-size: 13px;
}
.Oceania ul li{
    font-weight:500;
}
.africa{
    color: #935ea7;
}
.assia_middle_east{
    color: #6da5d9;
}
.Oceania{
    color: #26222a;
}
.mt3{
    text-align:center;
}
.thanksBlock {
    padding: 80px 40px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #e0e0e0;
    text-align: center;
}
.slick-list {
  margin: 0 -10px !important;
}
.slick-slide > div {
  padding: 0 10px !important;
}
.address p{
    font-size:15px;
}