* {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}



.container {
  max-width: 1250px;
}

a {
  text-decoration: none !important;
  transition: ease-in-out .2s;
}

img {
  width: 100%;
  transition: ease-in-out .3s;
}

.img:hover img {
  transform: scale(1.1);
}

.img {
  overflow: hidden;
}

li {
  font-family: 'Poppins';
  list-style: none;
}

p {
  font-family: 'Poppins';
  font-size: 15px;
  line-height: 27px;
  
}

span {
  display: block;
}


.logo img {
  width: 100px;
  background-color: #fff;
  position: relative;
  z-index: 99;
  padding: 5px;
  border-radius: 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-bar .navigation {
  display: flex;
  margin-top: -35px;
  margin-bottom: 0;
  padding-left: 0;

}
.header .get-touch{
  margin-top: -35px;
}

.nav-bar ul li {
  padding: 10px 20px;
  text-shadow: 1px 1px 0 #c5c5c5;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}

.droupdown {
  flex-direction: column;
  position: absolute;
  background-color: #fff;
  padding-left: 0;
  width: 200px;
  top: 150%;
  left: 0;
  border-radius: 6px;
  visibility: hidden;
  transition: ease-in-out .3s;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  z-index: 99;
  opacity: 0;
}

.droupdown .droupdown {
  left: 100%;
  top: 0px !important;
}
.droupdown li{
  padding: 0 !important;
}
.droupdown li a{
  padding: 10px 20px;
  display: block;
}
.droupdown li a:hover {
  background-color: #012060;
}

.droupdown li:hover>a {
  color: #fff;
}

.navigation li:hover>.droupdown {
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.nav-bar ul a {
  color: #000;
}

.header {
  /* position: absolute;   */
  width: 100%;
  top: 0;
  z-index: 99;
  background-color: #fff;
  padding: 10px 0;
  max-height: 90px;
}

.header-text {
  position: absolute;
  left: 5%;
  z-index: 99;
  top: 30%;
  width: 50%;
}

#myHeader.sticky {
  position: fixed;
  background-color: #fff;
  width: 100%;
  top: 0;
  z-index: 9999;
  animation: slideDown 1s ease-out;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.header-line {
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  /* box-shadow: 0 20px 50px -25px black; */
  font-family: 'Alata';
}

.get-touch a {
  background-color: #012060 ;
  color: #fff;
  padding: 10px 25px;
  position: relative;
}

.get-touch a:before {
  content: '';
  position: absolute;
  border: #012060  solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}

.get-touch a:hover:before {
  top: 4px;
  right: -8px;
  bottom: -8px;
  left: 5px;
  border: #012060  solid 2px;
}

.header-text p {
  color: #fff;
}

.head-address {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #03070a;
}

.he-email {
  background-image: linear-gradient(#2951a3, rgb(1 32 96));
  ;
  width: 50%;
  padding: 5px 0;
  padding-left: 4%;
  font-size: 18px;
  clip-path: polygon(0 0, 94% 0%, 100% 100%, 0% 100%);
}

.he-email a {
  color: #fff;
  font-size: 15px;
  font-family: 'Poppins';
}

.head-icon {
  width: 50%;
  text-align: right;
  padding: 5px 0;
  padding-right: 3%;
}

.he-email a i {
  padding-right: 10px;
}

.head-icon a {
  font-size: 18px;
  padding-left: 20px;
  color: #fff;
}

.head-icon a:hover {
  color: #0b7cb6;
}

.slideshow {
  position: relative;
  z-index: 1;
  height: 100%;
}

.slideshow * {
  outline: none;
}



.slideshow .slider-track {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.slideshow .item {
  height: 100%;
  position: relative;
  z-index: 1;
}



.slideshow .item img {
  width: 100%;
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(1.2);
  height: 650px;
  object-fit: cover;
}

.slideshow .item.slick-active img {
  transform: scale(1);
}

.slideshow .slick-nav.prev-arrow.slick-arrow {
  position: absolute;
  right: 10%;
  top: 40%;
  z-index: 99;
  border: 1px solid #fff;
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.slideshow .slick-nav.next-arrow.slick-arrow {
  position: absolute;
  right: 10%;
  top: 50%;
  z-index: 99;
  border: 1px solid #fff;
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.slideshow .slick-nav.next-arrow.slick-arrow i {
  color: #fff;
}

.slideshow .slick-nav.prev-arrow.slick-arrow i {
  color: #fff;
}

.item.slick-slide.slick-current.slick-active .header-line {
  animation: 2s linear 0s alternate headerline;
}

.item.slick-slide.slick-current.slick-active p {
  animation: 3s linear 0s alternate headerline;
}

@keyframes headerline {

  0%,
  25% {
    transform: translateX(-10%);
    left: 100%;
    opacity: 0;
  }

  75%,
  100% {
    transform: translateX(0px);
    left: 0%;
    opacity: 1;
  }
}

.head-btn {
  margin-top: 25px;
}

.head-btn a {
  background-color: #0b7cb6;
  padding: 12px 43px;
  color: #fff;
  font-size: 20px;
  position: relative;
}

.head-btn a:before {
  content: '';
  position: absolute;
  border: #0b7cb6 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}

.head-btn a:hover:before {
  top: 4px;
  right: -8px;
  bottom: -8px;
  left: 5px;
  border: #012060 solid 2px;
}


.pro-box {
  width: 30%;
  display: inline-block;
  text-align: left;
  position: relative;
  margin: 8px;
  vertical-align: top;
}

.pro-box:hover .pro-text {
  background-image: linear-gradient(#2951a3, rgb(1 32 96));
}

.pro-box:hover .pro-heading {
  color: #fff;
}

.pro-box:hover a {
  color: #fff;
}

.pro-heading {
  font-size: 22px;
  font-family: 'Alata';
  margin-bottom: 5px;
  position: relative;
}

.pro-heading a {
  color: #000;
}

.pro-heading a:hover {
  color: #012060;
}

.pro-text {
  padding: 20px;
  margin-left: 33px;
  background: #f7f7f8;
  margin-top: -50px;
  position: relative;
  transition: ease-in-out .3s;
}

.product-sec {
  padding: 100px 0 60px;
  text-align: center;
}

.pro-box .img img {
  height: 275px;
}

.big-head {
  font-family: 'Alata';
  font-size: 35px;
  font-weight: 600;
  position: relative;
  color: #020708;
  text-transform: uppercase;
}

.big-head::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #000;
}

.main-head {
  margin-bottom: 30px;
}

.small-head {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Alata';
  text-transform: uppercase;
  color: #012060;
}

.pro-text a {
  color: #012060;
  font-size: 15px;
  font-weight: 600;
}

.pro-text a i {
  transition: ease-in-out .3s;
}

.pro-text a:hover i {
  margin-left: 6px;
}

.product-sec .big-head::after {
  margin: auto;

}


.stock {
  background-image: linear-gradient(#2951a3, rgb(1 32 96));
}

.stock-contant {
  padding: 60px 27px 29px 70px;
}

.stock-contant .small-head {
  color: #fff;
}

.stock-contant .big-head {
  color: #fff;
}

.stock-contant p {
  color: #fff;
}

.stock .img img {
  height: 450px;
  object-fit: cover;
}

section.icon-box {
  position: relative;
  margin-top: 30px;
  z-index: 9;
}

.all-box {
  display: flex;
  background-color: #fff;
  padding: 25px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 10px;
  width: 31%;
  transition: ease-in-out .3s;
  position: relative;
}
.stock-contant li{
    color: #fff;
    margin-bottom: 5px;
    list-style: circle;
    font-family: inherit;
}

.all-box::after {
  content: "";
  background-color: #012060;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: ease-in-out .3s;

}

.all-box:hover .ic-head {
  color: #fff;
}

.all-box:hover p {
  color: #fff;
}

.all-box:hover {
  background-color: transparent;
}

.all-box:hover::after {
  height: 100%;
  z-index: -1;
}

.all-box:hover {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.all-box i {
  font-size: 30px;
}

.all-icon {
  display: flex;
  flex-wrap: wrap;
}

.main-icon {
  margin-right: 10px;
  width: 18%;
}
.main-icon img{
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
}

.ic-text {
  width: 80%;
  padding-left: 9px;
}

.ic-head {
  font-size: 23px;
  font-weight: 600;
}

.test-item {
  background-color: #fff;
  padding: 30px;
  position: relative;
  margin: 30px 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.test-item::after {
  content: "";
  width: 90%;
  height: 285px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: -15px;
  background: #fff;
  z-index: -1;
  border-radius: 15px;
  transition: ease-in-out .3s;
}

.test-item:hover::after {
  background-color: #012060;
}

.test-item .img {
  position: absolute;
  top: -30px;
  right: 30px;
}

.test-item .img img {
  width: 100px;
}

.test-item h6 {
  font-size: 25px;
  font-weight: 500;
  font-family: 'Alata';
}

.designation {
  color: #012060;
  font-size: 17px;
}

.rating {
  margin-top: 10px;
  margin-bottom: 10px;
}

.rating span {
  color: #00468c;
}

.testmonial {
  padding: 50px 0;
}


.testmonial .slick-nav.prev-arrow.slick-arrow {
  position: absolute;
  right: 60px;
  top: -94px;
  z-index: 99;
  border: 1px solid #000;
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff;
}

.testmonial .slick-nav.next-arrow.slick-arrow {
  position: absolute;
  right: 0;
  top: -94px;
  z-index: 99;
  border: 1px solid #000;
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff;

}

.testmonial .main-head {
  width: 45%;
}



.capcut {
  margin-top: 30px;
}

.capcut .img img {
  height: 350px;
  object-fit: cover;
}

button.course-accordion {
  color: white;
  cursor: pointer;
  padding: 8px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 22px;
  font-weight: 600;
  transition: 0.4s;
  font-family: "Raleway";
  line-height: 1.5em;
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 600;
  font-style: normal;
  background-color: #012060;
  margin-bottom: 5px;
}

/*When the button is active or mouse hovers*/
button.course-accordion.active,
button.course-accordion:hover {
  background-image: linear-gradient(#2951a3, rgb(1 32 96));
}

/*button not active*/
button.course-accordion:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

/* minus button */
button.course-accordion.active:after {
  content: "\2212";


}

div.course-panel {
  padding: 0px 18px;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  width: 96%;
  font-family: "Raleway";
  font-size: 15px;
  line-height: 1.6em;
  letter-spacing: .4px;
  font-weight: 400;
  font-style: normal;
  color: rgba(0, 0, 0, .88);
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  margin-bottom: 10px;
}



/* *************************gallery******************************** */

.gallery-all {
  margin: 50px 0;
  text-align: center;
}

.gallery-all .head-line {
  margin-bottom: 30px;
}

.grid-item {
  display: inline-block;
  height: 259px;
  overflow: hidden;
  text-align: center;
  width: 33%;
}

.grid-item img {
  width: 100%;
  height: 100%;
  transition: 0.9s;
  object-fit: cover;
}

.isotope-pager .pager {
  display: inline-block;
}

.filters {
  width: 100%;
  text-align: center;
  padding-bottom: 35px;
  padding-top: 20px;
}

.filters ul {
  list-style: none;
  padding: 20px 10px;
  box-shadow: -1px 1px 11px rgba(0, 0, 0, 0.4);
  margin: 0 40px;
  border-radius: 30px;
  background-color: #232323;
}

.filters li {
  display: inline-block;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.filters li a {
  color: #b6b6b6;
  text-decoration: none;
}

.filters li a:hover {
  color: #fff;
}

.filters li:hover {
  box-shadow: -1px 1px 11px rgba(0, 0, 0, 0.4);
  border-radius: 15px;
}

.filters li.active a {
  color: #e3ca66;
  border: 1px solid #e3ca66;
  border-radius: 15px;
  box-shadow: -1px 1px 11px rgba(0, 0, 0, 0.4);
  padding: 10px 25px;
}

.isotope-pager a {
  margin: 6px 1px;
  display: inline-block;
  width: 50px;
  /* height: 60px; */
  line-height: 31px;
  color: #b6b6b6;
  font-weight: 600;
  transition: 0.3s;
  /* position: relative; */
  /* padding-right: 26px; */
  box-shadow: -1px 1px 11px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  background-color: #232323;
  border: 0.5px solid #e3ca66;
  text-decoration: none;
}

.isotope-pager a:hover {
  color: #fff;
  border: 0.5px solid #ffeeac;
  box-shadow: -1px 1px 10px 3px rgba(0, 0, 0, 0.1);
}

.isotope-pager .active {
  color: #e3ca66 !important;
  box-shadow: -1px 1px 10px 5px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  background-color: #161616;
  border: 1px dotted #e3ca66;
}

.isotope-pager .prev {
  border-radius: 30px 0 0 30px;
}

.isotope-pager .next {
  border-radius: 0 30px 30px 0;
}

.isotope-pager a::before,
.isotope-pager a:after {
  content: "";
  position: absolute;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}

.isotope-pager .num::before,
.next::before {
  border-right: 20px solid #2c3e50;
  right: 100%;
}

.isotope-pager .num:after,
.prev:after {
  border-right: 20px solid #f1f1f1;
  right: 0;
}

/*gallery-css*/

.gallery-title {
  font-size: 42px;
  color: #04793f;
  text-align: center;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.gallery-title:after {
  content: "";
  width: 126px;
  height: 2px;
  display: block;
  margin: auto;
  background: #04793f;
  margin-top: 10px;
}

.filter-button {
  font-size: 18px;
  border: 1px solid #42b32f;
  border-radius: 5px;
  text-align: center;
  color: #42b32f;
  margin-bottom: 30px;
}

.filter-button:hover {
  font-size: 18px;
  border: 1px solid #42b32f;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #42b32f;
}

.btn-default:active .filter-button:active {
  background-color: #42b32f;
  color: white;
}

.port-image {
  width: 100%;
}

.gallery_product {
  /* height: 250px; */
  /*margin-bottom: 30px;*/
  width: 31%;
  display: inline-block;
  margin: 5px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.mask_box {
  position: absolute;
  bottom: -100%;
  z-index: 9;
  background-color: #000;
  width: 100%;
  transition: ease-in-out .3s;
  padding: 10px;
}

.mask_box h4 {
  color: #fff;
  font-size: 18px;
}

.gallery_product:hover .mask_box {
  bottom: 0;
}

.gallery_product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project_image {
  width: 300px;
  height: 300px;
  position: relative;
  margin: 0 0 30px 0;
  cursor: pointer;
  overflow: hidden;
}

.project_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.gal-btn {
  text-align: center;
  margin-bottom: 30px;
}

.gal-btn ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.gal-btn ul li {
  color: #000;
  display: inline-block;
  padding: 5px 10px;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
  background: #ffe8de;
  margin-bottom: 6px;
}

.gal-btn ul li.active {
  background-color: #fea972;
  color: #fffbfb;
}

button.btn.btn-outline-success {
  margin-top: 20px;
  color: #04793f;
  background-color: transparent;
  background-image: none;
  border-color: #04793f;
  font-weight: 500;
}

section.test-sec h2 {
  /*text-align: center;*/
  margin-bottom: 20px;
  text-align: center;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/* *************************gallery******************************** */
.gallery {
  margin: 60px 0;
  text-align: center;
  /* background-image: linear-gradient(#3c85b0,#00468c); */
  background-color: #f5f5f5;
  padding: 50px 0;
}

.gallery .main-head .big-head::after {
  margin: auto;
}


.blog {
  text-align: center;
  margin-bottom: 60px;
}

.blog .main-head .big-head::after {
  margin: auto;
}

.blog-item {
  text-align: left;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  overflow: hidden;
  margin: 10px;
  transition: ease-in-out .2s;
  position: relative;
}

.blog-item::after {
  content: "";
  position: absolute;
  bottom: 0%;
  background-color: #00468c;
  width: 100%;
  height: 3px;
  z-index: -1;
  transition: ease-in-out .3s;
}

.blog-item:hover::after {
  background-image: linear-gradient(#3c85b0, #00468c);
  height: 100%;
}

.blog-item:hover a {
  color: #fff;
}

.blog-item:hover p {
  color: #fff;
}

.blog-head {
  margin-top: 20px;
}

.blog-head a {
  font-size: 25px;
  font-family: 'Alata';
  position: relative;
  color: #0b7cb6;
}

.blog-text {
  padding: 20px;
}

.blog-item {
  margin-bottom: 10px;
}

.blog-item .img-bg {
  position: relative;
}

.blog-item .post-date {
  position: absolute;
  background-image: linear-gradient(#3c85b0, #00468c);
  bottom: -20px;
  left: 30px;
  color: #fff;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  padding: 10px 20px;
}

.blog-item .post-date span {
  font-size: 16px;
  color: #ffffff;
  display: block;
  font-weight: 400;

}

.all-btn a {
  font-size: 20px;
  color: #00468c;
}

.all-btn a i {
  margin-left: 5px;
  transition: ease-in-out .3s;
}

.all-btn a:hover i {
  margin-left: 20px;
}

.blog button.slick-prev.slick-arrow {
  display: none !important;
}

.blog button.slick-next.slick-arrow {
  display: none !important;
}
.client_page button.slick-prev.slick-arrow{
    display: none !important;
}
.client_page button.slick-next.slick-arrow {
  display: none !important;
}
.client_item img{
    width: 200px;
}
.about {
  margin-top: 50px;
}
.client_page{
    margin:50px 0;
}
.client_page .big-head::after {
    margin: auto;
}
.protection h5 {
  font-size: 23px;
  font-weight: 500;
  font-family: 'Alata';
}

.ab-img {
  position: relative;
  padding-right: 30px;
  position: sticky;
  top: 120px;
}

.careo {
  position: absolute;
  bottom: -50px;
  background-image: linear-gradient(#3c85b0, #00468c);
  right: 0;
  width: 60%;
  border-radius: 10px;
  padding: 30px;
}

.careo h6 {
  color: #fff;
  font-size: 25px;
  font-family: 'Alata';
  font-weight: 500;
}

.careo p {
  color: #fff;
}

.ab-img .img img {
  height: 480px;
}



.footer-section ul {
  margin: 0px;
  padding: 0px;
}

.footer-section {
  background: #030609;
  position: relative;
  margin-top: 80px;
}

.footer-cta {
  border-bottom: 1px solid #373636;
}

.single-cta i {
  color: #fff;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  color: #fff;
  font-size: 15px;
}

.cta-text span a {
  color: #fff;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 15px;
}

.footer-logo a img {
  max-width: 100px;
  background-color: #fff;
  border-radius: 5px;
}
.footer-logo .foor_img{
    max-width: 237px;
    border-radius: 5px;
    margin-left:5px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.facebook-bg {
  background: #3B5998;
}

.twitter-bg {
  background: #55ACEE;
}

.google-bg {
  background: #3c85b0;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #0b7cb6;
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color: #3c85b0;
}

.footer-widget ul li a {
  color: #fff;
  text-transform: capitalize;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: #0b7cb6;
  padding: 13px 20px;
  border: 1px solid #0b7cb6;
  top: 0;
}

.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.copyright-area {
  background: #202020;
  padding: 15px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}

.copyright-text p a {
  color: #3c85b0;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #3c85b0;
}

.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

.footer-section {
  position: relative;
}

.footer-section:before {
  content: '';
  position: absolute;
  height: 20px;
  width: 100%;
  background-image: url(../image/img/Element-1.png);
  top: -19px;
  z-index: 9;
  background-repeat: repeat-x;
  -webkit-animation: move 12s linear infinite;
  animation: move 12s linear infinite;
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
  background-color: transparent !important;
}

.footer-section::after {
  content: '';
  position: absolute;
  background-image: url(../image/img/footer-ani-img.png);
  top: -23px;
  right: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .3;
  animation: wavemove 20s linear infinite, sidemove 7s ease-in-out infinite alternate;
}

@keyframes move {
  0% {
    background-position: left 0 bottom 0
  }

  100% {
    background-position: left 350px bottom 0
  }
}

.contact {
  margin-bottom: 50px;
  background-color: #050a10e0;
  padding: 60px 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact input {
  width: 100%;
  padding: 13px;
  margin-bottom: 25px;
  background-color: #fff;
  border: none;
  color: #000;
  border-radius: 5px;
}

.contact input::placeholder {
  color: #000;
}

.contact textarea::placeholder {
  color: #000;
}

.why_choose {
  padding: 50px 0;
  background-position: center;
  margin: 50px 0;
}
.why_box {
  text-align: left;
  position: relative;
  z-index: 2;
}
.why_box .number {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  border-radius: 50%;
  margin-bottom: 25px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.why_head {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 600;
}
.why_box p {
  font-size: 15px;
}
.why_choose .row {
  position: relative;
  justify-content: center;
}
.why_choose .big-head::after{
  margin: auto;
}
.why_choose .row::after {
  position: absolute;
  content: "";
  width: 79%;
  height: 65px;
  top: 25px;
  left: 20px;
  background-image: url(../image/img/process_shape.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.contact select {
  width: 100%;
  padding: 13px;
  margin-bottom: 25px;
  background-color: #fff;
  border: none;
  color: #000;
  border-radius: 5px;
}
.contact .big-head{
  color: #000;
}

.contact textarea {
  width: 100%;
  padding: 13px;
  margin-bottom: 25px;
  background-color: #fff;
  border: none;
  color: #000;
  border-radius: 5px;
}

.contact_form {
  background-color: #012060;
  padding: 35px;
  border-radius: 10px;

}

.what_box{
  display: flex;
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.what_contant .big-head::after{
  display: none;
}
.what_contant{
  text-align: right;
  max-width: 80%;
  margin: 0 0 0 auto;
  position: sticky;
    top: 150px;
}
.what_we_do{
  padding-bottom: 50px;
  position: relative;
  background-color: #fafcfd;
}

.what_icon{
  width: 15%;
}
.we_text{
  width: 80%;
  padding-left: 20px;
}
.we_head{
  font-size: 25px;
  color: #012060;
  font-weight: 600;
}

.form-address {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  position: sticky;
  top: 130px;
}

.contact .main-head {
  text-align: center;
}
.what_top img{
  max-height: 200px;
}

.contact .main-head .big-head::after {
  margin: auto;
  background-color: #fff;
}


.contact .main-head .small-head {
  color: #fff;
  text-align: left;
  font-size: 25px;
}

.contact button {
  border: none;
  padding: 10px 25px;
  background-color: #0b7cb6;
  position: relative;
  color: #fff;
  width: 200px;
  border-radius: 5px;
}

.contact button:before {
  content: '';
  position: absolute;
  border: #0b7cb6 solid 2px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
  border-radius: 5px;
}

.contact button:hover:before {
  top: 4px;
  right: -8px;
  bottom: -8px;
  left: 5px;
  border: #0b7cb6 solid 2px;
}

.add-mail {
  margin-bottom: 30px;
      display: flex;
}
.add-mail a{
    display:block;
}

.add-mail i {
  font-size: 35px;
  color: #012060;
  transition: ease-in-out .5s;
  float: left;
  margin-right: 15px;
}

.add-mail a:hover {
  color: #0b7cb6;
}

.add-mail p {
  font-size: 18px;
  color: #000;
}

.add-mail a {
  color: #000;
}

.add-head {
  font-size: 18px;
  font-family: 'Alata';
  font-weight: bold;
}

.add-mail:hover i {
  transform: rotateY(360deg);
}


.clk_btn {
  position: absolute;
  right: 5px;
  top: 8px;
  display: none;
}

ul.slick-dots {
  display: none !important;
}
.innre-banner {
  position: relative;
}
.innre-banner::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000044;
}
.innre-banner img {
  height: 330px;
  object-fit: cover;
}
.inner-text {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 55%;
  z-index: 9;
}
.in-tead {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  padding-left: 10%;
  margin-bottom: 20px;
}
.brade-cram {
  background-color: #000;
  padding: 10px 15px;
  padding-left: 10%;
  clip-path: polygon(0 0, 94% 0%, 100% 100%, 0% 100%);
}
.brade-cram a {
  color: #fff;
}
.brade-cram span {
  display: inline-block;
  color: #fff;
}

.product-detail .slick-nav.prev-arrow.slick-arrow {
  position: absolute;
  left: 45%;
  bottom: -60px;
  z-index: 99;
  border: 1px solid #00468c;
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.product-detail .slick-nav.next-arrow.slick-arrow {
  position: absolute;
  right: 45%;
  bottom: -60px;
  z-index: 99;
  border: 1px solid #00468c;
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.product-detail{
  margin: 100px 0;
}


.marcket-plase {
  margin-top: 30px;
  text-align: center;
  background-image: linear-gradient(#2951a3, rgb(1 32 96));
  padding: 40px 0;
}
.marcket-plase .big-head::after{
  margin: auto;
  background-color: #fff;
}
.marcket-plase .big-head{
  color: #fff;
}

.marcket-head a {
  width: 30%;
  color: #000;
  padding: 13px 10px;
  margin: 8px;
  font-weight: 500;
  font-size: 18px;
  box-shadow: -10px -10px 15px rgba(255, 255, 255, 0.233), 10px 10px 15px rgba(70, 70, 70, 0.12);
  display: inline-block;
  background-color: #fff;
}
.marcket-line a {
  width: 22%;
  color: #000;
  padding: 13px 10px;
  margin: 8px;
  font-weight: 500;
  font-size: 18px;
  box-shadow: -10px -10px 15px rgba(255, 255, 255, 0.199), 10px 10px 15px rgba(70, 70, 70, 0.12);
  display: inline-block;
  margin-bottom: 10px;
  background-color: #fff;
  transition: ease-in-out .3s;
}
.marcket-line a:hover{
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  background-color: #00468c;
  color: #fff;
}
.marcket-head a:hover{
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  background-color: #00468c;
  color: #fff;
}
.blog-detail{
  margin: 60px 0;
}
.blog-detail .img{
  margin-bottom: 20px;
}
.blog-detail .img img{
  height: 400px;
  object-fit: cover;
  width: 100%;
}
.de-date {
  position: sticky;
  top: 80px;
}
.de-date h4 {
  font-size: 20px;
}
.de-date ul {
  padding-left: 25px;
  margin-top: 34px;
}
section.blog-detail ul li {
  color: #00468c;
  font-size: 18px;
  margin-left: -30px;
}
.de-date ul li {
  border-left: 4px solid #00468c;
  margin-bottom: 10px;
  padding: 13px 0;
  padding-left: 27px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  transition: .2s;
}
.de-date ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  transition: .2s;
}
.de-date ul li span {
  display: block;
  font-size: 13px;
  color: #00468c;
  font-weight: 500;
}
.side-main-head{
  background-color: #0b7cb6;
  padding: 10px;
  color: #fff;
}


.what-app {
  position: fixed;
  z-index: 99;
}

.btn-whatsapp-pulse-border {
  bottom: 30px;
  right: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.what-app i {
  font-size: 54px;
  color: #fff;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/* responsive start */

@media only screen and (max-width: 1024px) {
  .toggle {
    visibility: visible;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    order: 3;
  }

  .toggle>* {
    width: 80%;
    height: 3px;
    background: #00468c;
    margin: 3px 0;
  }

  .toggle.active .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .toggle.active .line2 {
    opacity: 0;
  }

  .toggle.active .line3 {
    transform: rotate(45deg) translate(-7px, -8px);
  }

  .nav-bar .navigation {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #00468c;
    top: 115px;
    z-index: 999;
    flex-direction: column;
    display: none;
  }

  .clk_btn {
    position: absolute;
    right: 5px;
    top: 8px;
    display: block;
    width: 32px;
    text-align: center;
    cursor: pointer;
  }

  .clk_btn i {
    color: #fff;
  }

  .nav-bar ul a {
    color: #fff;
  }

  .nav-bar ul li {
    text-shadow: none;
  }

  .droupdown {
    position: revert;
    display: none;
    opacity: 1;
    visibility: visible;
    width: 100%;
  }

  .droupdown i {
    color: #000;
  }

  .droupdown li a {
    color: #000;
  }


  .slideshow .item img {
    height: 500px;
  }

  .header-text {
    top: 15%;
  }

  .header-line {
    font-size: 35px;
  }
  #myHeader.sticky .nav-bar .navigation{
    top: 79px;
  }

}

@media only screen and (max-width: 991px) {

  .capcut .main-head {
    margin-top: 20px;
  }
  .about .main-head {
    margin-top: 40px;
  }

  .product-sec {
    padding: 36px 0 60px;
  }

  .stock-contant {
    padding: 38px 27px 29px 21px;
  }

  .testmonial .main-head {
    width: 55%;
  }
  
}
@media only screen and (max-width: 900px) {
  .all-icon{
    justify-content: center;
  }
  .all-box{
    width: 47%;
    text-align: left;
  }
  .pro-box{
    width: 45%;
  }
  .gallery{
    margin: 20px 0;
  }
  .form-address{
    margin-top: 20px;
  }
  .product-detail .slick-nav.prev-arrow.slick-arrow{
    left: 43%;
  }
  .product-detail .slick-nav.next-arrow.slick-arrow{
    right: 43%;
  }
}

@media only screen and (max-width: 767px) {
  .blog-detail{
    margin: 30px 0;
  }
  
  .header-text{
    left: 3%;
    width: 70%;
  }
  .big-head{
    font-size: 25px;
  }
  .small-head{
    font-size: 16px;
  }
  .product-sec {
    padding: 36px 0 34px;
}
.testmonial {
  padding: 32px 0;
}
.gallery_product{
  width: 40%;
}
.single-cta{
  margin-bottom: 20px;
}
.footer-cta{
  padding-bottom: 10px !important;
}
.all-box{
  width: 43%;
}
.slideshow .item img {
  height: 431px;
}
.stock .img img {
  height: auto;
}
.ab-img .img img {
  height: auto;
}
.product-detail .slick-nav.prev-arrow.slick-arrow{
  left: 40%;
}
.product-detail .slick-nav.next-arrow.slick-arrow{
  right: 40%;
}
.product-detail {
  margin: 30px 0 100px;
}

}

@media only screen and (max-width: 700px) {
  .what_contant{
    margin-top: 20px;
    max-width: 100%;
  }
  .all-box{
    width: 80%;
  }
  .gallery{
    padding: 25px 0;
  }
  .contact{
    padding: 25px 0;
  }
  .careo{
    width: 75%;
  }

  .header-text{
    top: 10%;
  }
  .marcket-head a {
    width: 40%;
  }
  .marcket-line a {
    width: 30%;
  }
}

@media only screen and (max-width: 600px) {
  .why_choose .row::after{
    display: none;
  }
  .pro-box {
    width: 70%;
}
.gallery_product {
  width: 46%;
}
.header-line{
  font-size: 27px;
}
.slideshow .item img {
  height: 386px;
}
.careo{
  padding: 17px;
}
.innre-banner img {
  height: 280px;
  object-fit: cover;
}
.marcket-head a {
  width: 80%;
}
.marcket-line a {
  width: 80%;
}
.marcket-head a{
  margin: 8px 0;
}
.marcket-line a {
  margin: 8px 0;
}
}


@media only screen and (max-width: 500px) {
  .marcket-head a {
    width: 100%;
  }
  .marcket-line a {
    width: 100%;
  }
  .product-detail .slick-nav.prev-arrow.slick-arrow{
    left: 38%;
  }
  .product-detail .slick-nav.next-arrow.slick-arrow{
    right: 38%;
  }
  .inner-text{
    width: 80%;
  }
  .in-tead{
    font-size: 30px;
  }
  .pro-box {
    width: 90%;
}
.slideshow .slick-nav.prev-arrow.slick-arrow{
  display: none !important;
}
.slideshow .slick-nav.next-arrow.slick-arrow{
  display: none !important;
}
.header-text{
  width: 90%;
}
.testmonial .slick-nav.prev-arrow.slick-arrow{
  display: none !important;
}
.testmonial .slick-nav.next-arrow.slick-arrow{
  display: none !important;
}
.testmonial .main-head {
  width: 100%;
}
.big-head {
  font-size: 22px;
}
}

@media only screen and (max-width: 450px) {
  .get-touch{
    display: none;
  }
  .head-icon {
    display: none;
  }
  .he-email{
    width: 80%;
  }
  .all-box{
    width: 100%;
  }
}


.de_main_line{
  font-size: 30px;
  font-family: 'Alata';
  font-weight: 600;
}

.de_Industries{
  margin: 50px 0;
}
.de_Industries .detail_slider{
  position: relative;
  padding: 0 20px;
}

.de_Industries .slick-nav.prev-arrow.slick-arrow{
  position: absolute;
  right: -25px;
  top: 50%;
  border: 1px solid;
  border-radius: 50%;
  padding: 6px 11px 6px;
  cursor: pointer;
}
.de_Industries .slick-nav.next-arrow.slick-arrow{
  position: absolute;
  left: -25px;
  top: 50%;
  border: 1px solid;
  border-radius: 50%;
  padding: 6px 11px 6px;
  cursor: pointer;

}

.controlled i{
  font-size: 50px;
  color: #00468c;
}
.con_line{
  font-size: 25px;
  font-family: 'Alata';
}
.controlled_box{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 30px;
}
.product-detail_deta{
  background-color: #bdbdbd;
  padding: 50px 0 100px;
}