/*header*/

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');

/* #Primary
================================================== */

body{
  font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #212112;
	background-position: center;
	background-repeat: repeat;
	background-color: #fff;
	overflow-x: hidden;
  transition: all 200ms linear;
  overflow-y: scroll;
  box-sizing: border-box;
}
::selection {
	color: #fff;
	background-color: #8167a9;
}
::-moz-selection {
	color: #fff;
	background-color: #8167a9;
}


.selector-for-some-widget {
  box-sizing: content-box;
}

html {
  scroll-behavior: smooth;
}

/* body main scrolbar css starts here*/

body::-webkit-scrollbar-track {
    -webkit-box-shadow: none !important;
    border-radius: 0;
    background: rgb(0 0 0 / 0%);
   
}

body::-webkit-scrollbar {
    width: 8px;
    background: rgb(0 0 0 / 0%);
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: none;
    background-color: #f590b2;
}

/*
web font*/
@font-face {
    font-family:circular;
    src: url(font/circular/CircularSpotifyText-Black.otf);
 }
 
 @font-face {
    font-family:;
    src: url(font/circular/CircularSpotifyText-Bold.otf);
 }

 @font-face {
    font-family:circular-light;
    src: url(font/circular/CircularSpotifyText-Light.otf);
 }

 @font-face {
    font-family:circular-medium;
    src: url(font/circular/CircularSpotifyText-Medium.otf);
 }
 
 @font-face {
  font-family:circular-book;
  src: url(font/circular/CircularStd-Book.otf);
}

 
a{
  color:#333;
  }
  
  a:hover{
     text-decoration: none;
    }

    .border{
      border:1px solid #efefef;
    }
 /* header start */

 header.top-header {
    position: relative;
    z-index: 1;
}

.slider-bg {
  /* position: relative; */
  /* top: -75px; */
  margin-top: -80px;
}

 .header-wrapper {
    padding: 10px 0;
}

 .logo img {
    width: 150px;
    margin-top: 5px;
}




.fonticon {
    font-size: 24px !important;
}

ul.menu-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: end;
}

span.position {
  position: relative;
  top: 2px;
}


ul.menu-list li {
padding:4px 20px;
}

ul.menu-list li a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 36px;
  font-family: 'circular-light';
}

.menu-badge::after {
  display: block;
  content: "Enquiry";
  line-height: 12px;
  vertical-align: middle;
  width: 100px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 600;
  font-family: 'circular-light';
  text-align: left;
  text-transform: uppercase;
  margin-top: -11px;
}


img.icon {
  width: 28px;
  position: relative;
  top: 4px;
  filter: invert(1);
  left: 30px;
}


.fonticon {
    font-size: 28px !important;
    position: relative;
    top: 8px;
    left: 4px;
}


/* search */

form.example input[type=text] {
    padding: 25px 15px;
    font-size: 16px;
    border: 1px solid white;
    float: left;
    width: 90%;
    background: #fff0;
    outline: none;
    border-radius: 40px;
    color:#fff !important;
    text-transform: uppercase;
  }
  
  
form.example a {
    float: left;
    width: 10%;
    background: #ffffff00;
    color: #fff;
    font-size: 17px;
    border: 1px solid #ffffff00;
    border-left: none;
    cursor: pointer;
    position: relative;
    left: -40px;
    outline: none;
    border-radius: 40px;
    top: 15px;
    font-weight: 100;
}
  
  
  form.example button:hover {
    background: #333;
  }
  
  form.example::after {
    content: "";
    clear: both;
    display: table;
  }

  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #c5c5c5;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}


/* top slide menu */

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #fff;
  background-color: rgb(255 255 255);
  overflow: hidden;
  transition: 0.5s;
}
  
  .overlay-content {
    position: relative;
    top: 15%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #3b3b3b;
   }  
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    z-index:999;
  }
  
  ::placeholder {
    color: rgb(255, 255, 255) !important;
    opacity: 1; /* Firefox */
  }
  
  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff !important;
    opacity: 1; /* Firefox */
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: #fff !important;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: #fff !important;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: #ffff !important;
  }


  @media screen and (max-height: 450px) {
    .overlay {overflow-y: auto;}
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
  }

  .menu-box1 {
    border-right: 1px solid #dad9d9;
    height: 100vh;
}

  .menu-box {
    margin-bottom: 100px;
    height: 190px;
}
  .menu-heading {
    font-size: 18px;
    letter-spacing: 1px;
    color: #333;
    font-family: circular-light;
    text-align: left;
    margin-bottom: 30px;
    text-transform: uppercase;
}

ul.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.sub-menu li {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-family: 'circular-light';
}

ul.sub-menu1 {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}


/* product menu */

.sec-center {
  position: relative;
  max-width: 100%;
  text-align: left;
  z-index: 200;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked){
  position: absolute;
  left: -9999px;
  opacity: 0;
  
}
.dark-light:checked + label,
.dark-light:not(:checked) + label{
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 20000;
  display: block;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  cursor: pointer;
  transition: all 200ms linear;
  box-shadow: 0 0 25px rgba(255,235,167,.45);
}
.dark-light:checked + label{
  transform: rotate(360deg);
}
.dark-light:checked + label:after,
.dark-light:not(:checked) + label:after{
  position: absolute;
  content: '';
  top: 1px;
  left: 1px;
  overflow: hidden;
  z-index: 2;
  display: block;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  background-color: #102770;
  background-image: url('https://assets.codepen.io/1462889/moon.svg');
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 200ms linear;
  opacity: 0;
}
.dark-light:checked + label:after {
  opacity: 1;
}
.dark-light:checked + label:before,
.dark-light:not(:checked) + label:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
  display: block;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  background-color: #48dbfb;
  background-image: url('https://assets.codepen.io/1462889/sun.svg');
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 200ms linear;
}
.dark-light:checked + label:before{
  background-color: #000;
}
.light-back{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
  overflow: hidden;
  background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat-back.svg');
  background-position: center;
  background-repeat: repeat;
  background-size: 4%;
  height: 100%;
  width: 100%;
  transition: all 200ms linear;
  opacity: 0;
}
.dark-light:checked ~ .light-back{
  opacity: 1;
}
.dropdown:checked + label,
.dropdown:not(:checked) + label{
  position: relative;
    font-family: 'circular-light';
    font-weight: 600;
    font-size: 55px;
    line-height: 1;
    transition: all 200ms linear;
    border-radius: 0px;
    letter-spacing: 1px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    text-align: flex-start;
    border: none;
    cursor: pointer;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 20px;
 
}
.dark-light:checked ~ .sec-center .for-dropdown{
  background-color: #102770;
  color: #333;
  box-shadow: 0 12px 35px 0 rgba(16,39,112,.25);
}
.dropdown:checked + label:before,
.dropdown:not(:checked) + label:before{
  position: fixed;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  cursor: auto;
  pointer-events: none;
}
.dropdown:checked + label:before{
  pointer-events: auto;
}
.dropdown:not(:checked) + label .uil {
  font-size: 24px;
  margin-left: 10px;
  transition: transform 200ms linear;
}
.dropdown:checked + label .uil {
  transform: rotate(180deg);
  font-size: 24px;
  margin-left: 10px;
  transition: transform 200ms linear;
}
.section-dropdown {
    position: absolute;
    padding: 5px;
    background-color: #ffffff;
    top: -150px;
    left: 100%;
    border-radius: 0;
    display: block;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: all 200ms linear;
    width: 1300px;
    height: 100vh;
    border-left: 1px solid #eee;
    text-align: left;
}

.dark-light:checked ~ .sec-center .section-dropdown {
  background-color: #fff;
  box-shadow: 0 14px 35px 0 rgba(9,9,12,0.15);
}
.dropdown:checked ~ .section-dropdown{
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.section-dropdown:before {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  content: '';
  display: block;
  z-index: 1;
}
/* .section-dropdown:after {
  position: absolute;
  top: -7px;
  left: 30px;
  width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right: 8px solid transparent; 
  border-bottom: 8px solid #111;
  content: '';
  display: block;
  z-index: 2;
  transition: all 200ms linear;
} */
.dark-light:checked ~ .sec-center .section-dropdown:after {
  border-bottom: 8px solid #fff;
}


.dark-light:checked ~ .sec-center .section-dropdown a {
  color: #102770;
}

.dark-light:checked ~ .sec-center .section-dropdown a:hover {
  color: #333;
  background-color: #102770;
}
a .uil {
  font-size: 22px;
}
.dropdown-sub:checked + label,
.dropdown-sub:not(:checked) + label{
  position: relative;
  color: #fff;
  transition: all 200ms linear;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 15px;
  border-radius: 2px;
  padding: 5px 0;
  padding-left: 20px;
  padding-right: 15px;
  text-align: left;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
    -ms-flex-pack: distribute;
    cursor: pointer;
}
.dropdown-sub:checked + label .uil,
.dropdown-sub:not(:checked) + label .uil{
  font-size: 22px;
}
.dropdown-sub:not(:checked) + label .uil {
  transition: transform 200ms linear;
}
.dropdown-sub:checked + label .uil {
  transform: rotate(135deg);
  transition: transform 200ms linear;
}
.dropdown-sub:checked + label:hover,
.dropdown-sub:not(:checked) + label:hover{
  color: #102770;
  background-color: #333;
}
.dark-light:checked ~ .sec-center .section-dropdown .for-dropdown-sub{
  color: #102770;
}
.dark-light:checked ~ .sec-center .section-dropdown .for-dropdown-sub:hover{
  color: #333;
  background-color: #102770;
}

.section-dropdown-sub {
  position: relative;
  display: block;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  max-height: 0;
  padding-left: 10px;
  padding-right: 3px;
  overflow: hidden;
  transition: all 200ms linear;
}
.dropdown-sub:checked ~ .section-dropdown-sub{
  pointer-events: auto;
  opacity: 1;
  max-height: 999px;
}
.section-dropdown-sub a {
  font-size: 14px;
}
.section-dropdown-sub a .uil {
  font-size: 20px;
}


.menu-content {
  position: relative;
  left: 100px;
  top: 10%;
}

.menu-content a {
  font-size: 20px;
  padding: 6px;
  color: #333;
  font-family:circular-light;
  font-weight: 550;
}





/* shop product */

/* slider */


#change-slider img{
  width: 100vw;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  opacity: 0.9;
  transition: all ease 0.3s;
}

.slider {
  position: absolute;
  top: 150px;
  width: 100%;
}

.slider-heading {
  display: flex;
  font-family: sans-serif;
}

.slider-heading h1 {
 
    color: #fff;
    text-align: left;
    letter-spacing: 1px;
    font-size: 60px;
    letter-spacing: 2px;
    line-height: 65px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'circular-medium';

}

.dotted-square {
  background-image: radial-gradient(circle at center,#fff 2px,transparent 0),radial-gradient(circle at center,#fff 2px,transparent 0),radial-gradient(circle at center,#fff 2px,transparent 0),radial-gradient(circle at center,#fff 2px,transparent 0);
  background-position: 0 0,100% 0,0 100%,100% 100%;
  background-size: 4px 4px;
  background-repeat: no-repeat;
  will-change: transform;
  transition: all 0.5s;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  }

  .slid-heading  a {
      text-align: center;
      font-size: 14.5px;
      color: #fff;
      padding: 20px;
      text-decoration: none;
      opacity:0;
      transition: all 0.5s;
      animation: fadetext 10s ease-out;
      
  }

  .slid-heading {
    display: flex;
    justify-content: center;
    align-items: center;
}

  .slider-box:hover .slid-heading a{
    opacity:1;
    color:#fff !important;
}

.slid-heading a.active {
  color: #d19133 !important;
  opacity: 1;
  padding: 60px 20px;
  background-color: rgba(0, 0, 0, 0.9);
}
  
.slid-heading a:nth-child(1) {
      animation-delay: 0.1s;
      -webkit-animation-delay: 0.1s;
  }
  .slid-heading a:nth-child(2) {
      animation-delay: 0.5s;
      -webkit-animation-delay: 0.5s;
  }
  .slid-heading a:nth-child(3) {
      animation-delay: 1s;
      -webkit-animation-delay: 1s;
  }
  .slid-heading a:nth-child(4) {
      animation-delay: 1.5s;
      -webkit-animation-delay: 1.5s;
  }
  .slid-heading a:nth-child(5) {
      animation-delay: 2s;
      -webkit-animation-delay: 2s;
  }
  .slid-heading a:nth-child(6) {
      animation-delay: 2.5s;
      -webkit-animation-delay: 2.5s;
  }
  .slid-heading a:nth-child(7) {
      animation-delay: 3s;
      -webkit-animation-delay: 3s;
  }

  .slid-heading a:nth-child(8) {
      animation-delay: 5s;
      -webkit-animation-delay: 5s;
  } 

   
  @keyframes fadetext {
      0%{
          opacity: 1;
      }
      100%{
          opacity: 0;
      }
  }


  .slider-box .slid-heading a.active {
    color:#d19133;
  }


  .slider-box {
      height: 200px;
      margin: 5px;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: background-color 700ms linear, color 700ms linear;
      -webkit-transition: background-color 700ms linear, color 700ms linear;
      animation: move  1s linear both;;
  }
  

  .slider-box:nth-child(1) {
      animation-delay: 1s;
      -webkit-animation-delay: 1s;
  }
  .slider-box:nth-child(2) {
      animation-delay: 2s;
      -webkit-animation-delay: 2s;
  }
  .slider-box:nth-child(3) {
      animation-delay: 3s;
      -webkit-animation-delay:31s;
  }
  .slider-box:nth-child(4) {
      animation-delay: 4s;
      -webkit-animation-delay: 4s;
  }
  .slider-box:nth-child(5) {
      animation-delay: 5s;
      -webkit-animation-delay: 5s;
  }
  .slider-box:nth-child(6) {
      animation-delay: 6s;
      -webkit-animation-delay: 6s;
  }
  .slider-box:nth-child(7) {
      animation-delay: 7s;
      -webkit-animation-delay: 7s;
  }

  .slider-box:nth-child(8) {
      animation-delay:8s;
      -webkit-animation-delay: 8s;
  }


  @keyframes move {
      0%{
          
          opacity: 0;
          transform: translate3d(0, 50%, 0);
                          
      }
      100%{
          opacity: 1;
          -webkit-transform: none;
          transform: none;
      }
      
  }

  .dotted-square:hover {
      background-color: rgba(0, 0, 0, 0.9);
      color:#fff;
  }

  .change-slider img:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0a0a0a;
    left: 0;
    top: 0;
    content: "";
    opacity: .6;
}


/*end  slider */


/* about */

.about-content {
  margin: 0 auto;
}

.about-content p {
  color: #000;
  font-size: 18px;
  word-spacing: 2px;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: left;
}



.heading-h1{
  text-align: center;
  text-shadow: #4e4e4e 0px 0px 10px;
  tra
}

.heading-h1 span {
	color: transparent;
	animation: blur 7s linear 1;
	-webkit-animation: blur 7s linear;
  color:#000;
  letter-spacing: 40px;
  text-align: center;
  font-size:65px;
  text-shadow: #4e4e4e 0px 0px 10px;
}



/* .heading-h1 span:nth-child(1) {
	animation-delay: 0.1s;
	-webkit-animation-delay: 0.1s;
}
.heading-h1 span:nth-child(2) {
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
}
.heading-h1 span:nth-child(3) {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}
.heading-h1 span:nth-child(4) {
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}
.heading-h1 span:nth-child(5) {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
.heading-h1 span:nth-child(6) {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}
.heading-h1 span:nth-child(7) {
	animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
}

.heading-h1 span:nth-child(8) {
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
}

.heading-h1 span:nth-child(9) {
	animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
} */


@keyframes blur {
	0%		{text-shadow:  0 0 100px #fff; opacity:0;}
	5%		{text-shadow:  0 0 90px #fff;}
	/* 15%		{opacity: 0.5;} */
	20%		{text-shadow:  0 0 0px #fff;}
	80%		{text-shadow:  0 0 0px #fff;}
	85%		{opacity: 0.8;}
	95%		{text-shadow:  0 0 90px #fff;}
	100%	{text-shadow:  0 0 100px #fff; opacity:1;}
}

@-webkit-keyframes blur {
	0%		{text-shadow:  0 0 100px #fff; opacity:0;}
	5%		{text-shadow:  0 0 90px #fff;}
	/* 15%		{opacity: 0.5;} */
	20%		{text-shadow:  0 0 0px #fff;}
	80%		{text-shadow:  0 0 0px #fff;}
	85%		{opacity: 0.8;}
	95%		{text-shadow:  0 0 90px #fff;}
	100%	{text-shadow:  0 0 100px #fff; opacity:1;}
}


.topbottom-space{
  padding-top:90px;
  padding-bottom:90px;
}

.bottom-space{
  padding-bottom:90px;
}

.top-space{
  padding-bottom:90px;
}




/* product */

.lgx-single-product {
  background: #efefef;
  border-radius: 4px;
  padding: 15px;
 
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin-bottom: 2rem;
  -webkit-transition: 
  background-color 700ms linear,
       color 700ms linear;
}

.lgx-single-product figure a.product-img,
 .lgx-single-product figure a.product-img img {
  position: relative;
}


.lgx-single-product figure a.product-img,
 .lgx-single-product figure a.product-img img {
  border-radius: 4px;
  
}



.lgx-single-product figure figcaption {

    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    border-radius: 0 0 4px 4px;
    opacity: 0;
    padding: 0.8rem 0;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    -moz-transition: all 0.3s ease-in-out 0.3s;
    -o-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
  }


 .lgx-single-product figure figcaption  {
  font-size: 2.6rem;
  line-height: 3.9000000000000004rem;
  color: #515d3b;
  padding: 0 0.3rem;
}

 .lgx-single-product .product-info {
  text-align: center;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.lgx-single-product .product-info .title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1px;
    line-height: 18px;
    color: #333;
    font-family: 'circular-medium';

}

.lgx-single-product .product-info .title  {
  font-size: inherit;
    color: #7c7c7c;
    text-decoration: none;
    line-height: 25px;
}


.lgx-single-product .product-info .title1 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 18px;
  color: #333;
  font-family: 'circular-medium';
}

.lgx-single-product .product-info .title1  {
  font-size: inherit;
  color:#333;
  text-decoration:none;
}

 .lgx-single-product .product-info .subtitle {
  font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    font-style: italic;
    margin: 0;
    color: #666;
    margin-top: 5px;
}

.lgx-single-product:hover {
  background: #343a40;
  /* background: -webkit-linear-gradient(to right, #515d3b, #829752);
  background: linear-gradient(to top, #515d3b, #93a863); */
}

.lgx-single-product:hover figure figcaption {
  opacity: 1;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-transform-origin: center;
  transform-origin: center;
  animation-duration: 0.4s;
  animation-timing-function: linear;
}



 .lgx-single-product:hover .product-info .subtitle,
 .lgx-single-product:hover .product-info .title ,
 .lgx-single-product:hover .product-info .title1  
 {
  color: #fff;
}
 .lgx-single-product-sm {
  padding: 8px;
}
 .lgx-single-product-sm .product-info .title,
.lgx-single-product-sm figure figcaption  {
  font-size: 1.8rem;
  line-height: 2.7rem;
}
.lgx-speaker-single .lgx-inner {
  background: #f1f1f1;
}
.lgx-speaker-single .lgx-single-product {
  min-height: 100% !important;
}
.lgx-speaker-single p {
  margin-bottom: 1.6rem;
}
.lgx-speaker-single .speakers-content .title {
  font-size: 4.2rem;
  line-height: 6.300000000000001rem;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
.lgx-speaker-single .speakers-content .subtitle {
  font-family: 'Serif-light';
  font-size: 2.6rem;
  line-height: 3.9000000000000004rem;
  font-weight: 400;
 
  margin-top: 0;
}

.lgx-single-product figure img{
  width: 100%;
}

.product-info p {
  font-size: 14px;
  text-align: center;
  text-transform: capitalize;
  color: #666;
  font-family: 'circular-light';
  margin: 0;
}

.prod-img img {
  width: 50px;
}

.common-text {
  font-family: 'circular-light';
  margin: 0;
  color: #333;
}

.width-qty{
  width: 100px;
}

.trash a i {
  color: #e10000;
  font-size: 24px;
}

.table-bordered td, .table-bordered th {
  border: none !important;
  border-bottom: 1px solid #d5d5d5 !important;
}

.table thead th {
  font-weight: 600 !important;
  font-family: 'circular-light' !important;
}

/* badge */

.badge-style{
  margin-left: 20px;
  z-index: 99;
  position: relative;
}

.badge {
  line-height: 17px !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
}


/* enquiry */

.enquiry-container h4 {
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'circular-light';
  color: #000;
  font-weight: 600;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-family: 'circular-light';
}

.contact-bg {
  background: #efefef;
  color: #000;
  padding: 40px;
}
.custom-hr{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border: 0;
    border-top: 3px solid #fff;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #212529 !important;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem;
}

.custom-btn {
  color: #fff;
  padding: 6px 25px;
  display: inline-block;
  margin-top: 5px;
  border: solid 2px #212529;
  transition: all 0.5s ease-in-out 0s;
  text-transform: capitalize;
  font-family: 'circular-light';
  font-weight: 700;
  background: #0f0c29;
  background: -webkit-linear-gradient(to right, #343a40, #2e4f74, #343a40);
  background: linear-gradient(to right, #343a40, #2e4f74, #343a40);
  line-height: 24px;
  width:fit-content;
  text-align: center;
  letter-spacing: 1px;
  font-size: 16px;
  border-radius: 4px;
 
}

.custom-btn:hover,
.custom-btn:focus {
  background: #fff;
  color: #343a40;
  text-decoration: none;
}
..bg-dark {
  background-color: #343a40 !important;
}

@-webkit-keyframes fadeInUp {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
@keyframes fadeInUp {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}


.padding-space {
  padding-top: 90px;
  padding-bottom: 90px;
}



.side-margin {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

/* breadcrum */

.bg-breadcrum {
  background: #efefef;
}

.custom-style {
  background-color: #ffffff00 !important;
  margin: 0 !important;
}

.custom-style li a {
  color: #6c757d !important;
  text-decoration: none;
  font-size: 14px !important;
  text-transform: capitalize;
}

.breadcrumb-item.active {
  color: #0a0a0a !important;
}

.common-heading h3 {
  font-size: 36px;
  text-align: left;
  color: #343a40;
  font-family: 'circular-light';
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 1px;
}

/* mid img change content */

.mid-slider {
  position: relative;
  overflow: hidden;
  z-index: 0;
  cursor: pointer;
  height: 750px;
}

.slider1 {
  position: absolute;
  top: 20%;
  width: 100%;
 
}

.mid-slider-heading{
  display: flex;
  padding: 20px;
  justify-content: center;
  position: relative;
   top: 100px;
}

.mid-slider-heading p {
  color: #fff;
  font-size: 36px;
  font-family: 'circular-light';
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 40px;
  width: 80%;
  text-align: left;
  position: relative;
  left: 70px;
  transition: all 5s linear;
  
}


.slider-box1:hover .slider-heading a{
  opacity:1;
 
}


.slider-box1 {
  height: 200px;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 700ms linear, color 700ms linear;
  -webkit-transition: background-color 700ms linear, color 700ms linear;
  animation: move  1s linear both;;
}


.slider-box1:nth-child(1) {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.slider-box1:nth-child(2) {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}
.slider-box1:nth-child(3) {
  animation-delay: 3s;
  -webkit-animation-delay:31s;
}
.slider-box1:nth-child(4) {
  animation-delay: 4s;
  -webkit-animation-delay: 4s;
}
.slider-box1:nth-child(5) {
  animation-delay: 5s;
  -webkit-animation-delay: 5s;
}
.slider-box1:nth-child(6) {
  animation-delay: 6s;
  -webkit-animation-delay: 6s;
}
.slider-box1:nth-child(7) {
  animation-delay: 7s;
  -webkit-animation-delay: 7s;
}

.slider-box1:nth-child(8) {
  animation-delay:8s;
  -webkit-animation-delay: 8s;
}


@keyframes move {
  0%{
      
      opacity: 0;
      transform: translate3d(0, 50%, 0);
                      
  }
  100%{
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
  
}


/* product slider */


/* slider CSS */

#promotional_slider {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
 
}

#promotional_slider .promotionalslider_wrapper {
  width: 100%;
  display: flex;
 /* slick initialized */
}
#promotional_slider .promotionalslider_wrapper .slick-arrow {
  font-size: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -webkit-appearance: none;
  border: 0;
  background: #444;
  outline: none;
}
#promotional_slider .promotionalslider_wrapper .slick-arrow:before {
  font-size: 23px;
  color: #fff;
}
#promotional_slider .promotionalslider_wrapper .slick-arrow.slick-next:before {
  content: &#34; &gt; &#34; ;
}
#promotional_slider .promotionalslider_wrapper .slick-arrow.slick-prev:before {
  content: &#34;
 &lt;
 &#34;
}
#promotional_slider .promotionalslider_wrapper .slick-arrow:hover {
  cursor: pointer;
}
#promotional_slider .promotionalslider_wrapper .slick-arrow.slick-disabled {
  opacity: 0.5;
  background: #ccc;
}

#promotional_slider .promotionalslider_wrapper.slick-initialized {
  position: relative;
}
#promotional_slider .promotionalslider_wrapper.slick-initialized .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
#promotional_slider .promotionalslider_wrapper.slick-initialized .slick-next {
  right: 0px;
}
#promotional_slider .promotionalslider_wrapper.slick-initialized .slick-prev {
  left: 0px;
}



/* our value */
.small-heading h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'circular-light';
  font-weight: 600;
  color: #000;
  letter-spacing: 1px;
}

.font-circular-medium{
  font-family: 'circular-medium';
}

.our-value-box {
  padding: 30px 0;
}
.our-value-list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
  list-style:none;
  position: relative;
  overflow: hidden;
}
.our-value-list li {
  font-size: 65px;
  letter-spacing: 18px;
  color: #000000;
  font-weight: bold;
  font-family: 'circular-medium';
  line-height: 80px;
  text-align: left;
}

.small-text {
  font-size: 18px;
  color: #000;
  letter-spacing: 0;
  font-family: 'circular-medium';
  vertical-align: top;
}

.small-text-right {
  font-size: 18px;
  color: #000;
  letter-spacing: 0;
  font-family: 'circular-light';
  font-weight: 700;
  margin-left: -45px;
  
}

.move-icon{
  animation: moves 1s linear infinite alternate;
}

@keyframes moves {
  0% { transform: translateX(0); }
  100% { transform: translateX(10px); }
}

@-webkit-keyframes moves {
  0% { transform: translateX(0); }
  100% { transform: translateX(10px); }
}


.our-value-content {
  width: 550px;
  line-height: 26px;
  font-size: 16px;
  font-family: 'circular-light';
  font-weight: 500;
  margin-left: 52px;
  text-align: left;
  letter-spacing: 1px;
  margin-top: 15px;
}

.our-value-content p {
  margin: 0;
  color: #333;
}


/* whats new */

.gray-bg {
  background: #efefef;
}

.big-heading h4 {
  font-size: 36px;
  font-family: 'circular-light';
  font-weight: 500;
  color: #000;
}

.heading-sub-text {
  font-size: 12px;
  font-family: 'circular-medium';
  text-align: left;
  margin: 0;
  line-height: 0px;
  margin-top: -5px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.subscribe-box {
  width: 40%;
  float: right;
  position: relative;
  top: 25px;
}

.subscrib-text{
  font-size: 12px;
  font-family: 'circular-light';
  text-align: left;
  margin: 0;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.subscribe-heading {
  color: #f8f8f8;
  font-family: 'circular-light';
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 30px;
}

.form-control.custom-form {
  background: #3330;
  border: none;
  border-bottom: 1px solid #a3a3a3;
  border-radius: 0;
  color: #dfdfdf;
  padding: 0.375rem 0;
  font-family: 'circular-light';
}

.lable-text {
  color: #fff;
  font-family: 'circular-light';
  text-transform: uppercase;
  padding-top: 30px;
  margin-bottom: -25px;
  font-size: 12px;
  letter-spacing: 1px;
}

.btn-subs {
  background: #7a7a7a;
  color: #fff;
  font-family: 'circular-light';
  padding: 8px 40px;
  border-radius: 30px;
  border-radius: 28px;
  background-color: #7a7a7a;
  border: 1px solid #ffffff;
  line-height: 23px;
  /* width: 200px; */
  height: 50px;
  margin-top: 5px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
  transition: all 0.5s linear;
}

.btn-subs:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

img.img-fluid.icon-style {
  width: 30px;
  filter: invert(1);
}

.contact-details {
  margin: 80px 0 0 0;
}

.contact-details p {
  color: #fff;
  font-family: 'circular-light';
  font-size: 16px;
  text-transform: uppercase;
}



.footer {
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  border-top: 1px solid #dad8d8;
}


.linkss {
  text-align: center;
  font-size: 12px;
}

.linkss p {
  margin: 0px;
  font-size: 14px;
  font-family: 'circular-light';
}


.brocher-text{
  font-size: 12px;
  font-weight: 600;
  font-family: 'circular-medium';
  
}

.sociallist {
  text-align: center;
  padding: 10px 0 0 0;
}

.line2 {
  text-align: center;
}

.list ul {
  list-style: none;
  padding: 0;
}


.designed-by p {
    font-size: 12px;
    line-height: 25px;
    color: #666666;
    font-weight: 400;
    font-family: 'circular-light';
    margin: 0;
}

img.footerimg {
  width: 20px;
}



.designdot-link {
  background: url(../images/designdot-logo.png) no-repeat scroll left top;
  width: 72px;
  height: 17px;
  display: inline-block;
  float: none;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
  margin-top: 0;
  margin-right: 5px;
  vertical-align: middle;
}


.designdot-link:hover {
  background: url(../images/designdot-logo.png) no-repeat scroll left bottom;
  width: 72px;
  height: 17px;
  display: inline-block;
}

.list ul li {
  font-family: 'circular-light';
  font-size: 14px;
  line-height: 20px;
}
.list ul li a{
  color:#333;
}

.list ul li a:hover {
  color: #d19133;
}

.list h4 {
  font-size: 16px;
  font-family: 'circular-light';
  font-weight: 600;
  letter-spacing: 1px;
}

.list h4::after {
  content: "";
  background-color: #d19133;
  width: 25px;
  height: 2px;
  position: absolute;
  top: 18px;
  left: 15px;
}


/* sticky header */
.main-nav {
  
  padding-top: 1px;
  padding-bottom: 1px;
  width: 100%;
  z-index: 99;
  height: auto;
  transition: all 0.5s linear;
}

.menu-shrink {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #343a40;
  padding-top: 1px;
  padding-bottom: 1px;
}


/* active */

/* Style the tab */
.tabtext {
  float: left;
}

/* Style the buttons inside the tab */
.tabtext a {
  display: block;
  background-color: inherit;
  color: #fff;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  font-size: 17px;
  height: 200px;
  padding: 60px;
}

/* Change background color of buttons on hover */
.tab a:hover {
  background-color: #000;
}

/* Create an active/current "tab button" class */
.tab a.active {
  background-color: #000;
}

/* Style the tab content */



.tabcontent {
  float: left;
  padding: 0px 12px;
  width: 100%;
  border-left: none;
  height: 300px;
  display: none;
}

/* Clear floats after the tab */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.slider-heading1  a {
  text-align: center;
  font-size: 14.5px;
  color: #fff;
  padding: 20px;
  text-decoration: none;
  transition: all 0.5s;
  animation: fadetext1 5s ease-out;
  font-weight: 500;
  height: 190px;
  padding: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-heading1 a.active {
  color: #d19133 !important;
  padding: 80px 40px;
}


.slider-heading1 a:nth-child(1) {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}
.slider-heading1 a :nth-child(2) {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
.slider-heading1 a:nth-child(3) {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.slider-heading1 a:nth-child(4) {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}
.slider-heading1 a:nth-child(5) {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}
.slider-heading1 a:nth-child(6) {
  animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
}
.slider-heading1 a:nth-child(7) {
  animation-delay: 3s;
  -webkit-animation-delay: 3s;
}

.slider-heading1 a:nth-child(8) {
  animation-delay: 5s;
  -webkit-animation-delay: 5s;
} 


@keyframes fadetext1 {
  0%{
      opacity: 1;
  }
  100%{
      opacity: 0;
  }
}


.slider-box1:hover .slider-heading a{
color:#d19133
 
}


.carousel-caption {
  z-index: 1 !important;

}






/*search*/

.overlay1 {
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #fff;
  background-color: rgb(248 248 248 / 97%);
  height: 200px;
}

.overlay1-content {
position: relative;
top: 25%;
width: 80%;
text-align: left;
margin-top: 30px;
margin:0 auto;
}

.overlay1 .closebtn {
position: absolute;
top: 15px;
right: 25px;
font-size: 60px;
cursor: pointer;
color: #333;
}

.overlay1 .closebtn:hover {
color: #ccc;
}

.overlay1 input[type=text] {
padding: 15px;
font-size: 18px;
border: none;
float: left;
width: 80%;
background: #fff;
border: 1px solid #ccc!important;
outline: 0;
}

.overlay1 input[type=text]:hover {
background: #fff;
}

.overlay1 button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 18px;
  border: none;
  cursor: pointer;
  border: 1px solid #ddd;
}

.overlay1 button:hover {
background: #bbb;
}



/*slik slide*/

    
.my-slider{
  padding: 0 40px;
}


.slick-next, .slick-prev{
  z-index: 5;
}
.slick-next{
  right: 15px;
}
.slick-prev{
  left: 15px;
}
.slick-next:before, .slick-prev:before{
  color: #000;
  font-size: 26px;
}



/* responsive css*/


@media screen and (min-width: 1500px) {
  .aboutContainer .container {
    max-width: 1420px;
}
#change-slider .container{
  max-width: 1500px; 
  }

  .section-common .container {
    max-width: 1420px;
}

.our-value-list li {
  font-size: 75px;
  letter-spacing: 18px;
  line-height: 100px;
}

.small-text-right {
  font-size: 20px;
}

.small-text {
  font-size: 20px;
}

.our-value-content {
  font-size: 18px;
}

}


@media screen and (max-width: 1550px) {
  .dropdown:checked + label, .dropdown:not(:checked) + label {
    font-size: 40px;
}
.img-fluid.readmore-icon {
  margin-top: -8px;
}

.round-black-btn {
  width: 30% !important;
}

}


@media screen and (max-width: 1370px) {
.slider-heading h1 {
  font-size: 50px;
  line-height: 55px;
}
}


@media screen and (max-width: 1299px) {

.slider {
    top: 180px;
}

.img-fluid.readmore-icon {
  width: 30px;
  margin-left: 15px;
}

.dropdown:checked + label, .dropdown:not(:checked) + label {
  font-size: 28px;
}

.menu-heading {
  font-size: 16px;
}

.sub-menu li {
  font-size: 14px;
  margin-bottom: 2px;
}

.menu-heading {
  margin-bottom: 20px;
}

.menu-box {
  height: 150px;
}

#change-slider img {
  height: 700px;
}
  .our-value-list li {
    font-size: 50px;
  }

  .small-text-right {
    font-size: 16px;
    margin-left: -25px;
}

.small-text {
  font-size: 16px;
}

.round-black-btn {
  width: 50% !important;
}

}



.slick-prev:before, .slick-next:before {
   line-height: 1.9 !important;
}


@media screen and (max-width: 1000px) {

  .section-common .container {
    max-width: 850px;
}

  .mid-slider-heading p {
    width: 100%;
}

  .dark-light:checked + label,
  .dark-light:not(:checked) + label{
    top: 20px;
    right: 20px;
  }
  .slider .container {
    max-width: 800px;
}

.heading-h1 span {
  letter-spacing: 25px;
  font-size: 56px;
}

  .slider-box {
    height: 160px;
  }

/*  .mid-slider {*/
/*    height: 900px;*/
/*}*/

.tabcontent {
  padding: 0 !important;
}

.subscribe-box {
  width: 100%;
}

.our-value-list li {
  font-size: 34px;
}

.small-text-right {
  font-size: 14px;
}

.slid-heading a.active {
  padding: 30px 10px;
}

.slid-heading a {
  font-size: 12px;
  font-weight:300;
}

ul.menu-list li {
  padding: 4px 10px;
}

ul.menu-list li a {
  line-height: 36px;
  font-size: 11px;
}

img.icon {
  width: 25px;
}
.slider-bg {
  margin-top: -115px;
}

  }
  

  

@media screen and (max-width:770px) {
  .dropdown:checked + label, .dropdown:not(:checked) + label {
    font-size: 18px;
  }  

  .img-fluid.readmore-icon {
    width: 18px;
    margin-left: 17px;
}

.img-fluid.readmore-icon {
  margin-top: -2px;
}
  .main-nav {
    background: #343a40;
}
  .carousel-caption.slide-mob-headeing h3 {
    font-family: 'circular-medium';
    color: #fff;
    letter-spacing: 1px;
}


  .our-value-list li {
    font-size: 24px;
}

.small-text-right {
  font-size: 14px;
}

.small-text {
  font-size: 14px;
}

.slider-bg {
  margin-top: -110px;
}

img.icon {
width: 25px;
filter: invert(1);
left: 35px;
}

.slider .container {
max-width: 650px;
}

.slider-heading h1 {
font-size: 40px;
line-height: 45px;
}

.mid-slider-heading p {
  font-size: 18px;
  width: 100%;
  left: 30px;
  font-weight: 300;
  line-height: 20px;
}

.slider-heading1 a {
  font-size: 13px;
  padding: 40px 20px;
}
.slider-box1 {
  height: 150px;
}

ul.menu-list li {
  padding: 4px 8px;
}



ul.menu-list li a {
  font-weight: 500;
  font-size: 10px;
}

.menu-badge::after {
  font-size: 11px;
}

.section-common .container {
  max-width: 700px;
}

.slider-box {
  height: 140px;
}

.mobile-hide {
  display: none;
}

.desktop-hide{
display: block;
}

.panes-box {
  height: auto;
}

.product-box {
  width: 100%;
  height: auto;
}

.product-info1 {
  margin-top: 35px;
}


}

@media screen and (min-width:770px) {
  .desktop-hide{
    display: none;
  }
  
  }

 
@media screen and (max-width:768px) {

.hide-show{
 display: block;
}

.slider-box1 {
  height: 50px;
  
}

.slider-heading1 a {
  font-size: 12px;
  padding: 20px;
  height: auto;
}

.slider-heading1 a.active {
  color: #d19133 !important;
  padding: 20px;
}
.line2 img {
  width: 100%;
}
}


@media screen and (max-width:600px) {

.slider1 {
  top: 15%;
}

.mid-slider-heading p {
  font-size: 24px;
  width: 100%;
  left: 0px;
  line-height: 25px;
}

}

@media screen and (max-width:500px) {
  .section-common .container {
    max-width: 350px;
}
.our-value-list li {
  line-height: 30px;
}

.small-text-right {
  font-size: 16px;
  margin-left: 0px;
}

.our-value-content {
  width: 100%;
  margin-left: 0px;
 
}

.heading-h1 span {
  letter-spacing: 7px;
  font-size: 24px;
}

.heading-sub-text {
  font-size: 12px;
  line-height: 18px;
}

.carousel-caption {
  bottom: 0 !important;
 
}
.panes-box {
  height: auto;
}

.product-box {
  width: 100%;
  height: auto;
}

.product-info1 {
  margin-top: 35px;
}

.slide-mob-headeing p {
  line-height: 16px !important;
}

.subscribe-heading {
    font-size: 26px;
}
.subscrib-text {
    line-height: 17px;
}
}

@media screen and (max-width:425px) {
  .section-common .container {
    max-width: 300px;
}
}


@media screen and (max-width:375px) {


.contact-details p {
    font-size: 10px;
}

.heading-h1 span {
  letter-spacing: 7px;
  font-size: 18px;
}

}