@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('../fonts/ProximaNovaRegular.eot');
    src: url('../fonts/ProximaNovaRegular.eot') format('embedded-opentype'),
         url('../fonts/ProximaNovaRegular.woff2') format('woff2'),
         url('../fonts/ProximaNovaRegular.woff') format('woff'),
         url('../fonts/ProximaNovaRegular.ttf') format('truetype'),
         url('../fonts/ProximaNovaRegular.svg#ProximaNovaRegular') format('svg');
}
@font-face {
    font-family: 'HelveticaNeueMediumExtended';
    src: url('../fonts/HelveticaNeueMediumExtended.eot');
    src: url('../fonts/HelveticaNeueMediumExtended.eot') format('embedded-opentype'),
         url('../fonts/HelveticaNeueMediumExtended.woff2') format('woff2'),
         url('../fonts/HelveticaNeueMediumExtended.woff') format('woff'),
         url('../fonts/HelveticaNeueMediumExtended.ttf') format('truetype'),
         url('../fonts/HelveticaNeueMediumExtended.svg#HelveticaNeueMediumExtended') format('svg');
}
@font-face {
    font-family: 'HelveticaNeueMed';
    src: url('../fonts/HelveticaNeueMed.eot');
    src: url('../fonts/HelveticaNeueMed.eot') format('embedded-opentype'),
         url('../fonts/HelveticaNeueMed.woff2') format('woff2'),
         url('../fonts/HelveticaNeueMed.woff') format('woff'),
         url('../fonts/HelveticaNeueMed.ttf') format('truetype'),
         url('../fonts/HelveticaNeueMed.svg#HelveticaNeueMed') format('svg');
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeue.eot');
    src: url('../fonts/HelveticaNeue.eot') format('embedded-opentype'),
         url('../fonts/HelveticaNeue.woff2') format('woff2'),
         url('../fonts/HelveticaNeue.woff') format('woff'),
         url('../fonts/HelveticaNeue.ttf') format('truetype'),
         url('../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
}
@font-face {
    font-family: 'helveticaneueroman';
    src: url('../fonts/helveticaneueroman.eot');
    src: url('../fonts/helveticaneueroman.eot') format('embedded-opentype'),
         url('../fonts/helveticaneueroman.woff2') format('woff2'),
         url('../fonts/helveticaneueroman.woff') format('woff'),
         url('../fonts/helveticaneueroman.ttf') format('truetype'),
         url('../fonts/helveticaneueroman.svg#helveticaneueroman') format('svg');
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'helveticaneueroman';
  color: #444444; 
  background: #f3f3f3 url("../images/body-line.png") repeat-y top center;
}

a {
  text-decoration: none;
  color: #0880e8;
}

a:hover {
  color: #2b99f8;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'ProximaNovaRegular';
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #014488;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #2194f7;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #0880e8;
  border-top-color: #bfe0fd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  height: 40px;
  padding: 0;
  font-size: 14px;
  transition: all 0.5s;
  overflow: hidden;
  color: #fff;
  z-index: 996;
  border-bottom:1px solid #e6e6e6;
  background:#67bd3c;
  position:relative;
}

#topbar.topbar-scrolled {
  top: -60px;
}
#topbar .contact-info{font-size:12px;font-family: 'HelveticaNeueMediumExtended';color: #ffffff;}
#topbar .contact-info a {
  line-height: 0;
  color: #ffffff;
  transition: 0.3s;
  font-family: 'HelveticaNeueMediumExtended';
    font-size: 12px;
    text-transform: uppercase;
}

#topbar .contact-info a:hover {
  text-decoration: underline;
  color:#fcca04;
}

#topbar .contact-info i {
  color: #ffffff;
  line-height: 0;
  margin-right: 5px;
}

#topbar .contact-info .phone-icon {
  margin-left: 15px;
}

#topbar .cta {
  background: transparent;
}

#topbar .cta a {
  color: #fff;
  background: #f6b024;
  padding: 6px 24px 8px 24px;
  display: inline-block;
  transition: 0.3s;
  border-radius: 50px;
}

#topbar .cta a:hover {
  background: #f1a40a;
}

#topbar .toplink ul{padding:0px;margin: 0px;}
#topbar .toplink ul li{list-style:none; display:inline-block; padding-left:15px; font-family: 'HelveticaNeueMediumExtended';}
#topbar .toplink ul li a{color:#ffffff; font-family: 'HelveticaNeueMediumExtended';font-size:12px; text-transform:uppercase;}
#topbar .toplink ul li a:hover{color: #fcca04;text-decoration: underline;}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #ffffff;
  transition: all 0.5s;
  z-index: 997;
  height: 65px;
  position: relative;
}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 40%);
  top: 0;
  height: 60px;
  transition: all 0.5s;
  position: fixed;
}
#header.header-scrolled .logo img {
  max-height: 35px;
  transition: all 0.5s;
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 50px;
  transition: all 0.5s;
}

.header-inner-pages {
  background: rgba(5, 87, 158, 0.9) !important;
}

.topbar-inner-pages {
  background: rgba(6, 98, 178, 0.9) !important;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 24px;
}
.navbar>ul>li:before {
  content: "";
  position: absolute;
  height: 15px;
  width: 1px;
  top: 15px;
  left: 10px;
  border-right:1px dotted #014488;
  transition: all 0.3s ease-in-out 0s;
}
.navbar>ul>li:first-child::before{border-right:0px}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0px;
  font-size: 16px;
  color: #4e4848;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  font-weight:700;
  font-family: 'ProximaNovaRegular';
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #67bd3c;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #67bd3c;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 8px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #000000;
  border-bottom:1px solid #67bd3c;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #ffffff;
  background: #67bd3c;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #f6b024;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: none;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(5, 74, 133, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #0665b7;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #f6b024;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #f6b024;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
	width: 100%;
	/* height: 100vh; */
	overflow: hidden;
	/*position: relative;
	background: url("../images/hero-bg.jpg") top center;
	background-size: cover; */
	position: relative;
	/*margin-bottom: -90px;*/
	z-index: 99;
	transition: 0.3s;
	padding: 0px 0 0px;
}

#hero:before {
  content: "";
  background: rgb(0 0 0 / 90%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .carousel-item img {width:100%;}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
}

#hero h2 {
  color: #ffffff;
  margin-bottom: 1px;
  font-size:20px;
  font-weight: 600;
  text-align: left;
  /* background: rgb(255 255 255 / 86%); */
  padding: 0px 0px;
}
#hero h2 span{display:block;}

#hero h3 {
  width: 50%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  /*margin: 0 auto 30px auto;*/
  color:#67bd3c;
  font-size:40px;
  text-transform:uppercase;
  /* background: rgb(255 255 255 / 86%); */
  padding: 0px 0px;
  font-family: 'HelveticaNeueMed';
  text-shadow: 2px 2px #000000;
}
#hero h4{
  color: #ffffff;
  margin-bottom: 1px;
  font-size:30px;
  font-weight: 600;
  text-align: left;
  /* background: rgb(255 255 255 / 86%); */
  padding: 0px 0px;
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px 0px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #f6b024;
}

#hero .btn-get-started:hover {
  background: #f6b024;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 768px),
(max-height: 700px) {
  /*#hero {
    height: 100vh;
    padding: 100px 0 0px;
  }*/

  #hero h2 {
    font-size: 20px;
  }
}

.jhalini-logo{
	padding-right:0px;
	text-align: right;
	display: inline-block;
}
.jhalini-logo img{max-width:200px;}

.fs-logo{
	padding-left:0px;
	text-align: left;
	display: inline-block;
}
.fs-logo img{max-width:62px;}

.bottom-logo{
	position: absolute;
    bottom:0px;
    z-index: 99;
	width:100%;
    padding: 5px 15px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

.section-bg {
  background-color: #f1f8ff;
}

.section-bgs {
  background-color: #ffffff;
  box-shadow: 0px 5px 25px 0px rgba(33, 37, 41, 0.1);
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #054a85;
  position: relative;
}

.section-title p {
  margin-bottom: 0;
  font-style: italic;
}
.section-title h2:before {
    margin: 0 15px 10px 0;
}
.section-title h2:after {
    margin: 0 0 10px 15px;
}

.section-title h2:before, .section-title h2:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #e84545;
    display: inline-block;
}

/*--------------------------------------------------------------
# Icon Boxes
--------------------------------------------------------------*/
.icon-boxes {
  padding-top: 0;
  position: relative;
  z-index: 100;
}

.icon-boxes .icon-box {
  padding: 40px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}

.icon-boxes .icon {
  margin: 0 auto 20px auto;
  display: inline-block;
  text-align: center;
}

.icon-boxes .icon i {
  font-size: 36px;
  line-height: 1;
  color: #f6b024;
}

.icon-boxes .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.icon-boxes .title a {
  color: #05579e;
}

.icon-boxes .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  color: #777777;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
  padding: 140px 0;
  background: url("../img/about-bg.png") top center no-repeat;
  position: relative;
}

.about:before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.about .container {
  position: relative;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #0880e8;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #0880e8;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #0880e8;
}

.about .content .btn-learn-more:hover {
  background: #0880e8;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 992px) {
  .about {
    padding: 60px 0;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}

.clients .swiper-slide:hover img {
  opacity: 1;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0880e8;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0880e8;
}

.clients .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.clients .owl-item img {
  width: 60%;
  opacity: 0.5;
  transition: 0.3s;
}

.clients .owl-item img:hover {
  opacity: 1;
}

.clients .owl-nav,
.clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.clients .owl-dot.active {
  background-color: #0880e8 !important;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  /* background: #f1f8ff; */
  padding: 0;
  padding:80px 0px 45px;
}

.why-us .content {
  padding: 0px 50px 0 70px;
}

.why-us .content h3 {
  font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    color: #67bd3c;
}

.why-us .content h4 {
  font-size:40px;
  font-weight: 600;
  margin-bottom: 30px;
  font-family: 'HelveticaNeueMed';
  color: #000;
}

.why-us .content p {
  font-size: 18px;
  color: #4d4d4d;
  font-family: 'helveticaneueroman';
  line-height:30px;
  margin-bottom: 30px;
}

.why-us .content p span{color:#014488;}

.why-us .content .readmore{
	background: url(../images/more-icon1.png) no-repeat top 12px right;
    display: inline-block;
    padding-right: 60px;
}
.why-us .content .readmore a{
	color:#67bd3c;
	font-family: 'helveticaneueroman';
	font-size: 16px;
	padding: 0px 13px;
	text-transform: uppercase;
}
.why-us .content .readmore a:hover{color:#ff0000;}
.why-us .content .readmore a:first-child{padding-left: 0px;}

.why-us .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  position: relative;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li+li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #0880e8;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #0880e8;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

.why-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#0880e8 50%, rgba(8, 128, 232, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.why-us .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.why-us .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(8, 128, 232, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.why-us .play-btn:hover::after {
  border-left: 15px solid #0880e8;
  transform: scale(20);
}

.why-us .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (max-width: 1024px) {

  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}



.grid {
	position: relative;
	margin: 0 auto;
	list-style: none;
	text-align: center;
	width: 100%;
    height: 100%;
	background: #fff;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0px 0%;
/* 	min-width: 320px;
	max-width: 226px;
	max-height: 433px; */
	width: 100%;
	background: #000000;
	text-align: center;
	cursor: pointer;
	border: 1px solid #ccc;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
}

.grid figure figcaption {
	padding: 0em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 226px;
	
}

.grid .title{
	background: #67bd3c;
    padding: 5px 10px;
	color: #fff;
    font-weight: 400;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	font-size:16px;
	font-family: 'ProximaNovaRegular';
	text-transform: uppercase;
	color: #fff;
    background: #67bd3c;
    padding: 5px 10px;
}

.grid figure h2 span {
	font-weight: 700;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 12px;
	padding: 4px 9px;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 100%);
	width: calc(100% + 100%);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0%,0, 0);
    transform: translate3d(0%,0,0);
    width: 100%;
}

figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0px;
	left: 0;
	padding: 0em;
	width: 100%;
	height: 45%;
}

figure.effect-lily:hover figcaption > div {
	height: 85%;
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

figure.effect-lily:hover figcaption{
	background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 80%));
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services{padding: 45px 0;}

.services .icon-box {
  margin-bottom: 20px;
  padding: 30px 40px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border: 5px solid #67bd3c;
    margin-right: 30px;
}

.services .icon-box i {
  float: none;
  color: #f6b024;
  font-size: 40px;
  line-height: 0;
  vertical-align: middle;
}

.services .icon-box h4 {
  margin-left: 0px;
  margin-bottom: 10px;
  font-size: 20px;
  color:#67bd3c;
  font-family: 'helveticaneueroman';
}

.services .icon-box h4 span{
  color: #67bd3c;
  transition: 0.3s;
  font-size: 40px;
  display:block;
}

.services .icon-box h4 a:hover {
  color: #0880e8;
}

.services .icon-box p {
  margin-left: 0px;
  line-height: 33px;
  font-size: 22px;
  margin-bottom: 0;
  color:#858585;
  font-family: 'ProximaNovaRegular';
}
.services .icon-box .knowmore{
  margin-top: 20px;
}
.services .icon-box .knowmore a{
  line-height: 33px;
  font-size: 18px;
  margin-bottom: 0;
  color:#000000;
  font-family: 'ProximaNovaRegular';
  transition: 0.3s;
  display: inline-block;
}

.services .icon-box .knowmore a:hover{padding-left: 80px;transition: 0.3s;color:#014081;}



.our_project{
  padding:60px 0px;
  background: url("../images/project-bg.png") no-repeat top right;
  background-size: 85%;
}
.our_project .pro-img{
	position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.our_project .pro_text p {
    background-color: #67bd3c;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.our_project .pro-img img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1);
    transform: scale(1);
	
	position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 1;
}
.our_project .pro-img:hover img {
    opacity: 1;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
	position:relative;
	transition: 0.3s;
}
.our_project .pro-img:hover::before {
    position: absolute;
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
    border: 1px solid #fff;
	z-index: 9;
    content: '';
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	z-index: 9;
    width: 80%;
    height: 80%;
	transition: 0.3s;
}

.our_project .view{
	width: 280px;
    position: absolute;
    top: auto;
    right: -14px;
    transform: rotate(270deg);
    z-index: 1;
    font-size: 20px;
    padding: 1px 0 3px 0;
    color: #67bd3c;
    bottom: 125px;
	text-transform:uppercase;
	background: url(../images/more-icon1.png) no-repeat top 12px right;
}
.our_project .view a{color: #67bd3c;}
.our_project .view a:hover{color: #013f7e;}
.mx-wdth{max-width: 571px;width:100%;}
.our_project h2{
  margin-left: 0px;
  margin-bottom: 25px;
  font-size: 40px;
  color:#67bd3c;
  font-family: 'helveticaneueroman';
  text-transform:uppercase;
  text-align: center;
}

.our_project .project-tab{text-align: right;}
.our_project .project-tab ul{display: block;padding-right: 135px;}
.our_project .project-tab ul li{display: inline-block;}
.our_project .project-tab ul li a{color:#878787;font-size:18px;font-family: 'HelveticaNeueMed';padding: 0 12px;}
.our_project .project-tab ul li a.active{background-color:transparent; color:#67bd3c;font-family: 'HelveticaNeueMed';}
.our_project .project-tab ul li a:hover{color:#67bd3c;}


.our_project .viewall {
	padding:30px 0px 0px;
}
.our_project .viewall a{
	color: #000000;
    font-family: 'helveticaneueroman';
    font-size: 16px;
    padding: 0px 13px;
	vertical-align: middle;
}
.our_project .viewall a i{vertical-align: middle;}
.our_project .viewall a:hover{
	color: #67bd3c;
}


/* Clients Section
--------------------------------*/
#clients {
  padding: 60px 0 0px;
  /* box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1); */
  background: rgb(235 235 235 / 44%);
}
#clients .section-header h3 {
    font-size: 40px;
    color: #67bd3c;
    text-align: center;
    position: relative;
	font-family: 'helveticaneueroman';
	text-transform:uppercase;
}
#clients  .section-header p {
    text-align: center;
    margin: auto;
    font-size: 16px;
    padding-bottom: 60px;
    color: #556877;
    width: 50%;
	font-family: 'helveticaneueroman';
}
#clients .clients-wrap {
  border-top: 0px solid #ccc;
  border-left: 0px solid #ccc;
  margin-bottom: 0px;
}

#clients .client-logo {
  padding: 30px;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  background: #fff;
  text-align:center;
  max-width: 900px;
    margin: 0 auto;
    width: 100%;
}

#clients .client-logo .authier-pic {
    width: 100%;
	display: block;
}

#clients .client-logo .authier-pic img{
	border: 4px solid #fff;
    border-radius: 100%;
    box-shadow: 0px 2px 25px rgb(0 0 0 / 38%);
}

#clients .client-logo .authier-name{
	font-size: 18px;
    line-height: 28px;
    margin-bottom: 25px;
    color: #292929;
    font-weight: 700;
}
#clients .client-logo .authier-name span{
	font-size: 14px;
    line-height: 28px;
    margin-bottom: 25px;
    color: #ccc;
    font-weight: 400;
    display: block;
}

#clients .client-logo:hover img {
  transform: scale(1.2);
  filter: grayscale(100%);
  
}

#clients img {
  transition: all 0.4s ease-in-out;
  height: 110px;
    filter: none;
    margin-bottom: 20px;
}

#clients .viewall {
	padding:30px 0px 50px;
}
#clients .viewall a{
	color: #000000;
    font-family: 'helveticaneueroman';
    font-size: 16px;
    padding: 0px 13px;
	vertical-align: middle;
}
#clients .viewall a i{vertical-align: middle;}
#clients .viewall a:hover{
	color: #67bd3c;
}


.steps-block {
    color: #fff;
    padding: 30px 0;
	background: #67bd3c;
}

.steps-block-col {
    overflow: hidden;
    min-height: 71px;
	position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.steps-block .fa-truck, .steps-block .fa-gift, .steps-block .fa-phone {
    font-size: 30px;
    border: solid 2px #fff;
    border-radius: 30px !important;
    width: 60px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
    margin-right: 11px;
    float: left;
}

.steps-block .steps-block-col div {
    margin-left: 70px;
    margin-right: 40px;
}
.steps-block h2, .ecommerce .steps-block h2 {
    color: #fff;
    font-size: 34px;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.steps-block em {
    font: normal 400 13px 'Opan Sans', sans-serif;
    text-transform: uppercase;
}
.steps-block-col span {
    display: block;
    width: 36px;
    height: 71px;
    background: url(../images/step3-angle-right.png) no-repeat 100% 50%;
    position: absolute;
    top: 0;
    right: 10px;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(5, 74, 133, 0.8), rgba(5, 74, 133, 0.9)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border-radius: 50px;
  border: 2px solid #f6b024;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #f6b024;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Portfoio
--------------------------------------------------------------*/
.portfoio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfoio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 18px 10px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
}

.portfoio #portfolio-flters li:hover,
.portfoio #portfolio-flters li.filter-active {
  color: #fff;
  background: #0880e8;
}

.portfoio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfoio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.portfoio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfoio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #0880e8;
  padding: 15px 20px;
}

.portfoio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.portfoio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.portfoio .portfolio-item .portfolio-info .preview-link,
.portfoio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: white;
  transition: ease-in-out 0.3s;
}

.portfoio .portfolio-item .portfolio-info .preview-link:hover,
.portfoio .portfolio-item .portfolio-info .details-link:hover {
  color: #8ec8fb;
}

.portfoio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

.portfoio .portfolio-item:hover img {
  top: -30px;
}

.portfoio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0880e8;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0880e8;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(246, 176, 36, 0.08);
  padding-top: 0;
}

.portfolio-details .portfolio-info h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  color: #67bd3c;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description h3{
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}


.portfolio-details .portfolio-description h4{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 24px;
}
.portfolio-details .portfolio-description h4 span{
	display:block;
	font-size: 16px;
	 font-weight: 300;
	 color:#67bd3c;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

.portfolio-details .btn.btn-black {
    background: #000000;
    border: 1px solid #000000;
    color: #fff;
	font-size: 12px;
    cursor: pointer;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
}
.portfolio-details .btn.btn-black:hover {
    background: #5ead37;
    border: 1px solid #5ead37;
    color: #fff;
}


/*--------------------------------------------------------------
# Related Product Slider Section
--------------------------------------------------------------*/

.prod_related_slider{
	padding:60px 0px;
	width:100%;
}

.prod_related_slider .section-header h2{
	font-size: 40px;
	color: #67bd3c;
	text-align: center;
	position: relative;
	font-family: 'helveticaneueroman';
	text-transform: uppercase;
	margin: 10px 0 5px 0;
}

.prod_related_slider .section-header p{
	text-align: center;
	margin: auto;
	font-size: 16px;
	padding-bottom: 60px;
	color: #556877;
	font-family: 'helveticaneueroman';
	margin: 0;
}

.prod_related_slider .testimonial-wrap {
  padding-left: 10px;
}

.prod_related_slider .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 30px 10px;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
  background: #fff;
  border-radius: 10px;
}

.prod_related_slider .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  margin-right: 15px;
}



.prod_related_slider .testimonial-item .stars {
  margin: 10px 0;
}

.prod_related_slider .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.prod_related_slider .testimonial-item .quote-icon-left,
.prod_related_slider .testimonial-item .quote-icon-right {
  color: #009d8b;
  font-size: 26px;
  line-height: 0;
}

.prod_related_slider .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.prod_related_slider .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.prod_related_slider .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.prod_related_slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.prod_related_slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.prod_related_slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color:#195592;
}

@media (max-width: 767px) {
  .prod_related_slider .testimonial-wrap {
    padding-left: 0;
  }

  .prod_related_slider .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .prod_related_slider .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
  background: #fff;
}

.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #05579e;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #bfe0fd;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #ecf6fe;
  color: #0665b7;
}

.team .member .social a i {
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #0880e8;
  color: #fff;
}

.team .member .social a+a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 18px;
  font-weight: 700;
  color: #05579e;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #0880e8;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #0880e8;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #0880e8;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 50px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #2b99f8;
}

.pricing .featured h3 {
  color: #fff;
  background: #0880e8;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #0880e8;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #75bdfa;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #0880e8;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  background: url("../img/contact-bg.png") left center no-repeat;
  position: relative;
  padding: 40px 0px;
}

.contact:before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.contact .container {
  position: relative;
}

.contact .info {
  width: 100%;
}

.contact .info i {
  font-size: 20px;
  background: #0880e8;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #043c6d;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #444444;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}


.contact .info-item {
    background: rgba(33, 37, 41, 0.03);
    padding: 25px;
}
.contact .info-item i {
    font-size: 38px;
    line-height: 0;
    color:#67bd3c;
}
.contact .info-item h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 10px 0;
}
.contact .info-item p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  border: 0;
  padding: 10px 32px;
  color: #0880e8;
  transition: 0.4s;
  border-radius: 50px;
  border: 2px solid #0880e8;
  background: #fff;
}

.contact .php-email-form button[type=submit]:hover {
  background: #0880e8;
  color: #fff;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}







/* shopping cart page */
.goods-data {
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
	overflow-x: auto;
	margin-right: 10px;
}
.goods-data table,
.checkout-page table {
	width: 100%;
	font-size:13px;
	font-weight:400;
}
.goods-data th,
.checkout-page th {
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: solid 1px #ecebeb;
	padding-bottom: 8px;
}
.goods-data td,
.checkout-page td {
	vertical-align: top;
	padding: 20px 20px 20px 0;
	border-bottom: solid 1px #ecebeb;
}
.goods-page-image,
.checkout-image {
	width: 105px;
}
.goods-page-image img,
.checkout-image img {
	width: 75px;
}
.goods-page-price, 
.goods-page-total,
.checkout-price,
.checkout-total {
	font-family: 'PT Sans Narrow', sans-serif;
}
.goods-page-price strong, 
.goods-page-total strong,
.checkout-price strong,
.checkout-total strong {
	color: #e84d1c;
	font-size: 21px;
	font-weight: normal;
}
.goods-page-price strong span,
.goods-page-total strong span,
.checkout-price strong span,
.checkout-total strong span  {
	font-size: 17px;
}
.goods-data h3,
.checkout-page .checkout-description h3 {
	font-size:18px;
	font-weight: 600;
	text-transform: inherit;
	padding: 0;
	margin: 0 0 5px;
}
.goods-data p,
.checkout-description p {
	margin-bottom: 2px;
}
.goods-data a,
.checkout-page .checkout-description a {
	color: #67bd3c;
}
.goods-page-description em,
.checkout-description em {
	display: block;
	font-style: normal;
}
.goods-page .btn-default {
	float: left;
	border: 1px solid #5ea8dc;
	background: #5ea8dc;
	color: #fff;
	border-radius: 0px;
}
.goods-page .btn-default:hover {
	border: 1px solid #408cc2;
	background: #408cc2;
}
.goods-page .btn-primary {
	float: right;
	margin-right: 10px;
	border-radius: 0px;
}

.goods-data .del-goods,
.goods-data .add-goods {
	margin-top: 4px;
}

.shopping-total,
.checkout-total-block {
	width: 230px;
	float: right;
	padding-top: 9px;
	color: #3e4d5c;
}
.checkout-total-block {
	margin-bottom: 20px;
}
.shopping-total ul,
.checkout-total-block ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.shopping-total li,
.checkout-total-block li {
	border-bottom: solid 1px #ecebeb;
	width: 100%;
	overflow: hidden;
	padding: 9px 0;
}
.shopping-total li:last-child,
.checkout-total-block li:last-child {
	border: none;
}
.shopping-total em,
.checkout-total-block em {
	font: 18px 'PT Sans Narrow', sans-serif;
	float: left;
	text-transform: uppercase;
	position: relative;
	top: 2px;
}
.shopping-total strong,
.checkout-total-block strong {
	color: #e84d1c;
	font: 21px 'PT Sans Narrow', sans-serif;
	font-weight: normal;
	float: right;
}
.shopping-total strong span,
.checkout-total-block strong span {
	font-size: 17px;
}
.shopping-total-price,
.checkout-total-price {
	font-weight: bold;
}
.shopping-total-price strong,
.checkout-total-price strong {
	font-weight: bold;
}

.del-goods,
.add-goods {
	width: 17px;
	height: 17px;
	color: #fff !important;
	border-radius: 22px !important;
	float: right;
	margin: 10px 0 0 5px;
	line-height: 1;
	font-size: 12px;
}
.del-goods:hover,
.add-goods:hover {
	text-decoration: none;
}
.del-goods {
	background: #d7dde3 url(../images/del-goods.png) no-repeat 50% 50%;
}
.del-goods:hover {
	background: #E94D1C url(../images/del-goods.png) no-repeat 50% 50%;
}
.add-goods {
	background: #7bdd00 url(../images/add-goods.png) no-repeat 50% 50%;
}
.add-goods:hover {
	background: #E94D1C url(../images/add-goods.png) no-repeat 50% 50%;
}

.top-cart-content .text-right {
	margin-right: 8px;
	padding-top: 10px;
}
.top-cart-content .btn {
	font-size: 11px;
	padding: 8px 12px 7px;
}
.top-cart-content .btn-default {
	color: #fff;
	border: 1px solid #c1cad3;
	background: #c1cad3;
	margin-right: 4px;
}
.top-cart-content .btn-default:hover {
	border: 1px solid #A8AEB3;
	color: #fff;
	background: #A8AEB3;
}

.ecommerce .page-slider {
	margin-top: -23px;
}



/*--------------------------------------------------------------
# Feedback / Enquiry form
--------------------------------------------------------------*/
.billing-heading {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
}

.billing-form .form-group {
	position: relative;
	padding-bottom:8px;
}

.billing-form label {
	color: #000000;
	font-size: 14px;
}

.billing-form label span{
	color:#67bd3c;
}

.billing-form .icon {
	position: absolute;
	top: 50% !important;
	right: 15px;
	font-size: 14px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.billing-form .icon span {
	color: black !important;
}

.billing-form .select-wrap,
.billing-form .input-wrap {
	position: relative;
}

.billing-form .select-wrap select,
.billing-form .input-wrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.billing-form .form-control {
	font-weight: 300;
	border: 1px solid #b2b0b0;
	height: 44px !important;
	padding-left: 15px;
	padding-right: 15px;
	background: transparent !important;
	color: rgba(0, 0, 0, 0.4) !important;
	font-size: 14px;
	border-radius: 5px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.billing-form .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(0, 0, 0, 0.4);
}

.billing-form .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(0, 0, 0, 0.4);
}

.billing-form .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: rgba(0, 0, 0, 0.4);
}

.billing-form .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(0, 0, 0, 0.4);
}

.billing-form .form-control:focus,
.billing-form .form-control:active {
	border-color: #67bd3c !important;
}

.billing-form textarea.form-control {
	height: inherit !important;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #ffffff;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 600;
  color: #043c6d;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 8px 0 8px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #f8c255;
  content: "/";
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #054a85;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #f6b024;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #2b99f8;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #f6b024;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #f7b93c;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #0880e8;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #8ec8fb;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #138df7;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #f6b024;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #0880e8;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(8, 128, 232, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #f6b024;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #0880e8;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #2b99f8;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #fad386;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #fad386;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #0880e8;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #138df7;
}

.blog .blog-pagination {
  color: #0880e8;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #0880e8;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #f6b024;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #0665b7;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #f6b024;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #f8c255;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #0665b7;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #f6b024;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #0665b7;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #f6b024;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #0880e8;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid white;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #f6b024;
  background: #f6b024;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: white;
  font-size: 14px;
}






/*--------------------------------------------------------------
# products Pages
--------------------------------------------------------------*/
.bg-light {
    background: #f8f9fa !important;
}

.ftco-section {
    padding:3em 0;
    position: relative;
}

/* .ftco-animate {
    opacity: 0;
    visibility: hidden;
} */

.ftco-product .owl-carousel .owl-stage-outer {
	padding-bottom: 2em;
	position: relative;
}

.product {
	display: block;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	z-index: 0;
	background: #fff;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (max-width: 991.98px) {
	.product {
		margin-bottom: 30px;
	}
}

.product .img-prod {
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-box-shadow: inset 0px 0px 101px 21px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px 0px 101px 21px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px 0px 101px 21px rgba(0, 0, 0, 0.09);
	background: #fff;
	z-index: 1;
}

.product .img-prod .overlay {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	opacity: 0;
	z-index: -1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #67bd3c;
	width: 230px;
	height: 230px;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.product .img-prod span.status {
	padding: 10px 1px;
	color: #000000;
	font-weight: 400;
	background: #67bd3c;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	text-orientation: sideways;
	text-align: right;
	text-orientation: sideways;
	margin: 0rem;
	position: absolute;
	top: 0;
	left: 0;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 12px;
	z-index: 1;
}

.product .img-prod img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.product .img {
	display: block;
	height: 500px;
}

.product .icon {
	width: 60px;
	height: 60px;
	background: #fff;
	opacity: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.product .icon span {
	color: #000000;
}

.product:hover .icon {
	opacity: 1;
}

.product:hover .img-prod .overlay {
	opacity: 1;
}

.product .text {
	position: relative;
	width: 100%;
}

.product .text h3 {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 700;
	text-transform: uppercase;
}

.product .text h3 a {
	color: #67bd3c;
}

.product .text h3 a:hover {
	color: #fcca04;
}

.product .text p.discrc {
	margin-bottom: 0;
	color: #000000;
	font-weight: 400;
	font-size: 13px;
}

.product .text p.discrc span.discrc-dc {
	text-decoration: line-through;
	color: #b3b3b3;
}

.product .text p.discrc span.discrc-sale {
	color: #000000;
}

.product .text .pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.product .text .pricing ul li {
  padding-bottom: 4px;
    text-align: left;
    font-size: 13px;
}

.product .text .pricing ul i {
  color: #0880e8;
  font-size: 18px;
  padding-right: 4px;
}

.product .text .pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.product .text .cat,
.product .text .rating {
	width: 50%;
}

.product .text .cat span {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgba(0, 0, 0, 0.3);
}

.product .text .bottom-area {
	position: absolute;
	top: -65px;
	left: 0;
	right: 0;
	opacity: 0;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1;
}

.product .text .bottom-area a {
	color: #000000;
	width: 100%;
	background: #fff;
}

.product .text .bottom-area a.add-to-cart,
.product .text .bottom-area a.buy-now {
	font-size: 13px;
	color: #000000;
	text-transform: uppercase;
	font-weight: 300;
}

.product .text .bottom-area a.add-to-cart i,
.product .text .bottom-area a.buy-now i {
	font-size: 16px;
}

.product .text .bottom-area a.add-to-cart {
	background: #000000;
	color: #fff;
}

.product .text .bottom-area a.add-to-cart:hover {
	background: #67bd3c;
	color: #fff;
}

.product .text .bottom-area a.buy-now {
	background: #fff;
	color: #000000;
}

.product .text .bottom-area a.buy-now:hover {
	background: #67bd3c;
	color: #fff;
}

@media (max-width: 991.98px) {
	.product .text .bottom-area {
		opacity: 1;
	}
}

.product:hover {
	-webkit-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
}

.product:hover .text .bottom-area {
	opacity: 1;
}

.product:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.prod-img-bg {
	background: #fff;
	-webkit-box-shadow: inset 0px 0px 101px 21px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px 0px 101px 21px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px 0px 101px 21px rgba(0, 0, 0, 0.09);
	height: 100%;
	display: block;
}


.sidebar{}
.sidebar-box-2 {
	display: block;
	width: 100%;
	margin-bottom: 40px;
}

.sidebar-box-2 .heading {
	font-size: 20px;
	text-transform: uppercase;
}

.sidebar-box-2 .heading a {
	color: #000000;
}

.sidebar-box-2 ul {
	margin: 0;
	padding: 0;
}

.sidebar-box-2 ul li {
	font-size: 12px;
	list-style: none;
	margin-bottom: 8px;
}

.sidebar-box-2 ul li a {
	color: #000000;
}

.panel-group {
    margin-bottom: 0;
}

.fancy-collapse-panel .panel-default>.panel-heading {
	padding: 0;
	border: none;
	background: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}

.panel-heading a {
	padding: 10px 0;
	display: block;
	width: 100%;
	font-size: 12px;
	text-transform: uppercase;
	background: transparent;
	color: #67bd3c;
	position: relative;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
}

.panel {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
	border: none;
}

.panel-heading a:after {
	font-family: bootstrap-icons !important;
	content: "\f282";
	position: absolute;
	right: 20px;
	font-size: 11px;
	font-weight: 400;
	top: 50%;
	line-height: 1;
	margin-top: -8px;
}

.panel-heading a.collapsed:after {
	content: "\f64d";
}

.panel-heading a.collapsed {
	color: #333333;
}

.panel-body {
	padding: 5px;
}

.panel-body ul {
	margin: 0;
	padding: 0 0 0 0px;
}

.panel-body ul li {
	font-size: 12px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 8px 0px;
}

.panel-body ul li a {
	color: #000000;
}

.panel-body ul li a:hover {
	color: #67bd3c;
}

.panel-group {
	margin-bottom: 0;
}

.colorlib-form-2 label {
	font-weight: normal;
	color: black;
}
.collapse:not(.show) {
    display: none;
}

.colorlib-form-2 label {
	font-weight: normal;
	color: black;
}

.colorlib-form-2 .form-control {
	height: 40px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background: #fafafa !important;
	border: 2px solid rgba(0, 0, 0, 0.05) !important;
	color: rgba(0, 0, 0, 0.7);
}

.colorlib-form-2 .form-control:active,
.colorlib-form-2 .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #67bd3c !important;
}

.colorlib-form-2 .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(0, 0, 0, 0.7);
}

.colorlib-form-2 .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(0, 0, 0, 0.7);
}

.colorlib-form-2 .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: rgba(0, 0, 0, 0.7);
}

.colorlib-form-2 .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(0, 0, 0, 0.7);
}

.colorlib-form-2 .form-group {
	margin-bottom: 15px;
}

.colorlib-form-2 .form-group .form-field {
	position: relative;
	padding: 0;
	margin: 0;
}

.colorlib-form-2 .form-group .form-field .icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	color: rgba(0, 0, 0, 0.5);
}

.colorlib-form-2 .form-group .form-field .form-control {
	padding-right: 50px;
}

.colorlib-form-2 textarea.form-control {
	height: inherit;
	resize: vertical;
}

.colorlib-form-2 .btn-block {
	margin-top: 28px;
	padding: 12px !important;
}

.colorlib-form-2 .rate i {
	color: #67bd3c;
	margin: 0 5px;
}

.colorlib-form-2 .place {
	font-size: 16px;
	margin-left: 10px;
}


.block-27 ul {
	padding: 0;
	margin: 0;
}

.block-27 ul li {
	display: inline-block;
	margin-bottom: 4px;
	font-weight: 400;
}

.block-27 ul li a,
.block-27 ul li span {
	color: #000000;
	text-align: center;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	border: 1px solid #e6e6e6;
	background: #fff;
}

.block-27 ul li.active a,
.block-27 ul li.active span {
	background: #000000;
	color: #fff;
	border: 1px solid transparent;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}


.sidebar-box-2 .accordion-button:not(.collapsed){
	color: #67bd3c;
}


.y-video{
	padding:40px 0px
	}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
}

#footer .footer-newsletter {
  padding: 50px 73px;
  background: #195592;
  margin-bottom: 60px;
}

#footer .footer-newsletter h4 {
  padding: 0;
  line-height: 1;
  margin-left: 0px;
  margin-bottom: 15px;
  font-size: 40px;
  color: #ffffff;
  font-family: 'helveticaneueroman';
  text-transform: uppercase;
}

#footer .footer-newsletter p{
  padding: 0;
  line-height: 1;
  margin-left: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  color: #ffffff;
  font-family: 'helveticaneueroman';
  position:relative;
}
#footer .footer-newsletter p:after{
	content:"";
	position:absolute;
	left:0px;
	bottom: -15px;
	height:3px;
	width:70px;
	background:#e51636;
}

#footer .footer-newsletter form {
  margin-top: 5px;
  background: #195592;
  padding: 0px 0px;
  position: relative;
  border-radius: 0px;
  border: 2px solid #fff;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 16px;
  width: calc(100% - 100px);
  background: #195592;
  color: #fff;
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 34px;
  margin: 3px;
  background: #f6b024;
  color: #fff;
  transition: 0.3s;
  border-radius: 0px;
  background: url(../images/send-shape.png) no-repeat top -12px right;
  background-size: 70px;
}
#footer .footer-newsletter form input:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
#footer .footer-newsletter form input::placeholder{color: #fff;}
#footer .footer-newsletter form input[type=submit]:hover {
  /* background: #0880e8; */
}

#footer .footer-top {
  background: #353533;
  padding: 30px 0 20px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
  padding-left: 50px;
  position:relative;
}

#footer .footer-top .footer-info h3 {
  font-size: 14px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: 'HelveticaNeueMediumExtended';
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 13px;
  display: block;
  /* background: rgba(255, 255, 255, 0.1); */
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-top: 0px;
  text-align: left;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
}
#footer .footer-top .social-links i{
	padding-right: 8px;
    vertical-align: middle;
}
#footer .footer-top .social-links a:hover {
  color: #ffffff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 14px;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
  font-family: 'HelveticaNeueMediumExtended';
  text-transform: uppercase;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
  position:relative;
}
#footer .footer-top .breaksul{
	width: 40%;
}
#footer .footer-top .breaksul ul{
	columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
	}
#footer .footer-top .footer-links:after {
	content:'';
	position:absolute;
	right:25px;
	top:0px;
	height:100%;
	width:1px;
	background:#4e4e4c;
}

#footer .footer-top .footer-contact:after{width:0px;}
#footer .footer-top .footer-info:before{
	content:'';
	position:absolute;
	left: 15px;
	top:0px;
	height:100%;
	width:1px;
	background:#4e4e4c;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.75);
  transition: 0.3s;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
}

#footer .footer-top .footer-links ul a:hover {
  color: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 24px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
}

#footer .footer-bottom {
    background: #2f2f2d;
    padding: 27px 0 27px 0;
}

#footer .footer-bottom .copyright {
  text-align: left;
  padding-top: 0px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}

#footer .footer-bottom .credits {
  padding-top: 0px;
  text-align: right;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}

#footer .footer-bottom .credits a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
}
#footer .footer-bottom .credits a:hover{color:#fff;}
.footer-logo{
	border-bottom: 1px solid #575757;
    padding-bottom: 12px;
    margin-bottom: 35px;
}
.footer-logo img{height:45px;}




.mobileback {
  position:fixed; 
  width:100%; 
  height:100%; 
  top:0px; 
  right:0px;  
  z-index:1111111111111;  
  display:none; 
  background: #000; 
  opacity: 0.7;
}
#mobilemenu {
  position:fixed; 
  top:0px; 
  right:-275px; 
  width:275px; 
  min-height:100%;  
  background:url(../images/mobilemenubg.png);  
  z-index:1111111111111; 
 -moz-box-shadow: 2px 2px 6px 0px #333; 
  -webkit-box-shadow: 2px 2px 6px 0px #333; 
  box-shadow: 2px 2px 6px 0px #333;
  overflow-X: hidden;
  overflow-y: scroll; 
  height: 100%;
 }
#mobilemenu::-webkit-scrollbar {
	width: 5px;
}

#mobilemenu::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey; 
	border-radius: 10px;
}

#mobilemenu::-webkit-scrollbar-thumb {
	background:black; 
	border-radius: 10px;
}

#mobilemenu::-webkit-scrollbar-thumb:hover {
	background:rgb(54, 56, 58); 
}
.mobilemenucontent {
	width:90%; 
	margin:0px 0px 0px 5%;
	border:0px solid #c8bebd;	
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	border-radius: 6px; 
	margin-bottom:30px;
}
.mobilemenuclose {
	width:90%; 
	margin:14px 0px 14px 5%; 
	text-align:right; 
	cursor:pointer;
}
.btnmenu {
	display:none; 
	float:right; 
	margin:0px 4px 0px 0px;
}




@media (max-width: 768px) {
	#header .logo img {
		max-height: 40px
	}
	.portfolio-details .portfolio-description{
		padding:15px;
	}
	#footer .footer-newsletter {
		padding: 20px 15px;
	}
	#footer .footer-newsletter h4{
		font-size: 28px;
	}
	
	steps-block .fa-truck, .steps-block .fa-gift, .steps-block .fa-phone {
		font-size: 18px;
		width: 40px;
		height: 40px;
	}
	.steps-block .steps-block-col div {
		margin-left: 40px;
		margin-right: 15px;
	}
	.steps-block h2, .ecommerce .steps-block h2{
		font-size: 18px;
	}
	.steps-block em{
		font-size: 12px;
	}
	.steps-block-col span{
		right: 5px;
		width: 26px;
		height:30px;
	}
	.steps-block .fa-truck, .steps-block .fa-gift, .steps-block .fa-phone{
		font-size: 18px;
		width: 40px;
		height: 40px;
	}
	
	
	#footer .footer-top .row-cols-5>* {
		flex: 0 0 auto;
		width: 33%;
	}
	
}

@media (max-width: 576px) {
	#footer .footer-top .row-cols-5>* {
		flex: 0 0 auto;
		width: 100%;
	}
	
	#footer .footer-top .footer-links:after {
		top: auto;
		bottom: -10px;
		width: 100%;
		height: 1px;
		background: #4e4e4c;
	}
	#footer .footer-top .footer-links ul a br{
		display:none;
	}
	#footer .footer-top .footer-links ul li {
		padding: 3px 0;
	}
	.why-us .content h4 {
		font-size:30px;
	}
	.why-us .content .readmore a {
		font-size: 13px;
	}
	.services .icon-box{
		margin-right: 0px;
	}
	
	.grid figure figcaption, .grid figure figcaption > a{
		max-width: 100%;
	}
	#clients .section-header h3 {
		font-size: 30px;
	}
	#clients .section-header p{
		width:100%;
	}
	#hero{
		display: block !important;
		/* padding: 95px 0 0px; */
	}
	#hero .carousel-container{
		position:relative;
		padding: 15px 15px;
	}
	#hero h2 {
		font-size: 16px;
		padding: 5px 0px;
	}
	#hero h3 {
		width: 100%;
		font-size:24px;
		padding: 5px 0px;
	}

	#header .logo img {
		max-height: 35px;
	}
	
	div#heroCarousel{
		position:static;
	}
	
	.jhalini-logo img {
		max-width: 140px;
	}
	
	.fs-logo img {
		max-width: 48px;
	}
	#header{
		height: 55px;
	}
	.breadcrumbs h2{
		font-size:18px;
	}
	.breadcrumbs ol{
		font-size:12px;
	}
	.prod_related_slider .section-header h2 {
		font-size: 30px;
	}
	.bottom-logo{
		position:relative;
		bottom:0px;
		text-align: center;
       background: #181818;
	   padding-bottom: 15px;
	}
	
	figure.effect-lily img{
		width: 100%;
		-webkit-transform: translate3d(0%,0, 0);
		transform: translate3d(0%,0,0);
	}
	
	#footer .footer-bottom .copyright{
		text-align: center;
	}
	#footer .footer-bottom .credits{
		text-align: center;
	}
	#footer .footer-top .footer-info{
		padding-left: 15px;
		margin-bottom: 5px;
	}
	#footer .footer-top .footer-info:before{
		width: 0px;
	}
	#footer .footer-top .footer-contact{
		padding-left:15px;
	}
	
}

