/*
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap');
body {
  background: #fff;
  color: #111;
  font-family: 'Nunito Sans', sans-serif  !important;
}
section{font-family: 'Nunito Sans', sans-serif ;}
a {
  color: #111;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0EAA5D;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  /*margin: 0 0 30px 0;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nunito Sans', sans-serif;font-weight: 400;
  margin: 0 0 12px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #0EAA5D;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#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 #f2f2f2;
  border-top: 6px solid #0EAA5D;
  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% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

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

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  /*background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);*/
}

#header.header-scrolled,
#header.header-pages {
  height:70px;
  padding: 10px 0; background-color: #FFFFFF;   background:rgb(255,255,255, 1.5);    z-index: 9999;
 box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.1);
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.fixed-top.header-scrolled .logo2, .fixed-top .logo{
 display: block;	
}
.fixed-top.header-scrolled .logo, .fixed-top .logo2{
 display: none;	
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 7px 0;
  max-height: 43px;
}

.main-pages {
  margin-top: 60px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro .slick-prev, #intro .slick-next{display: none !important}
#intro {
  width: 100%;
  position: relative;
  background: url("../images/banner-image.png") center bottom no-repeat;
  background-size: cover;
  padding: 200px 0 120px 0;
}

#intro .intro-img {
  width: 50%;
  float: right;
}

#intro .intro-info {
	font-family: 'Nunito Sans', sans-serif;
    margin-top: 0px;
    width: 100% !important;
    float: none;
    display: inline-table;
    min-height: 260px;	
    clear: both;
}

#intro .intro-info h2 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 42px;
  font-weight: 700;
}

#intro .intro-info h2 span {
  color: #74b5fc;
  text-decoration: underline;
}
.main-title{    width: 100%; font-size: 42px; border-left:4px solid #0EAA5D; padding-left: 30px; font-weight: bold}

#intro .intro-info p {
  color: #fff;
  margin-bottom: 40px;
  font-size: 15px;line-height: 24px;
  font-weight: normal;max-width: 540px;
}
#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: 'Nunito Sans', sans-serif;font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #fff;
}

#intro .intro-info .btn-get-started {
  background: #0EAA5D;
  border: 2px solid #0EAA5D;
  color: #fff;
}

#intro .intro-info .btn-get-started:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}

#intro .intro-info .btn-services {
  border: 2px solid #fff;
}

#intro .intro-info .btn-services:hover {
  background: #0EAA5D;
  border-color: #0EAA5D;
  color: #fff;
}

.mouse-anim {width: 100%;  position: relative; float: left;    margin:50px 0px 150px 50px;}

/*  Mouse icon animation */
.mouse-container {
    position: static;
    top:70%;
    left:4%;
    transform: translate(-50%, 70%);
   /* display: inline-block;*/
    width:40px;
    height:90px;
	background: url("../images/mouse.png") no-repeat;    background-size: 60%;
   /* border:3px solid white;
    border-radius:25px;*/
  }
  
.mouse {
  width:40px;
    height:90px;
	background: url("../images/mouse.png") no-repeat center;  background-size: 60%;
  border-radius: 100px;
  position: relative;

}

.mouse:before,
.mouse:after {
  animation: mouse-wheel 1.5s ease-in-out infinite;
  background: #fff;
  border-radius: 100px;
  content: '';
  height: 4px;
  width: 4px;
  opacity: 0;
  position: absolute;
  left: 18px;
  top: 36px;
}

.mouse:after {
  animation-delay: 0.75s;
}

@keyframes mouse-wheel {
  0% {
    transform: translateY(-11px);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    transform: translateY(11px);
  }
}

.slick-dots {
    position: absolute;
    top: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: left !important;
}
.slick-dots li button::before {    color: white !important;}

.slick-active button{border: 1px solid #FFF !important;    border-radius: 100%;}

@keyframes dotmove {
  from{top:18px;}
  to{top:30px;}
}
  

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #FFF;
  padding: 10px 18px;
  transition: 0.3s;
  font-size: 14px;
  font-family: 'Nunito Sans', sans-serif;font-weight: normal;
}
.header-scrolled .main-nav a{color: #111;}
.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #0EAA5D;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  color: #004289;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #0EAA5D;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

.btn_grn{background: #0EAA5D;    border-radius: 22px;    display: -webkit-inline-box;    cursor: pointer;}
.btn_grn a, .btn_grn a:hover{color:#FFF !important; text-align: center; width: 100%;}
.button-green {width: 140px; padding: 0;
    line-height: 15px;
    height: 44px;
    text-align: center;}
/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index:999;
  overflow-y: auto;
  right: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(19, 39, 57, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #0eaa5d;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99989;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #0eaa5d;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 36px;
  color: #283d50;
  text-align: center;
  font-weight: 500;
  position: relative;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #556877;
  width: 50%;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #ecf5ff;
}

/* About Us Section
--------------------------------*/
#process{padding: 60px 0px 0px 0px;overflow: hidden;}
#process h5{font-size: 18px; font-weight:bold !important}
#process p { font-size: 14px; } 
#process img {    transform: scale(1.1);}
#process .presntn{ position: relative}
#process .presntn::before{ display: block; content: ""; position: absolute;     top: -20px;
    right: -10px; width: 47px; height: 68px; background: url("../images/green-icon.svg") no-repeat}
#process .presntn img { cursor: pointer}
.starwrap{position: absolute;
    top: -35%;
    right: -50%;}
@keyframes star {
  to {
    zoom:10%;
    opacity:0;
  }
  from{
    zoom:100%
      opacity:1;
  }
}
.star {
animation-name: star;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 2s;
animation-direction: alternate;

}
@keyframes star1 {
  to {
 
    opacity:0;
  }
  from{
 
      opacity:1;
  }
}
.star1 {
animation-name: star1;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 3s;
animation-direction: alternate;
}
@keyframes star2 {
  0% {
  opacity:1;
}
45% {
opacity:1;
}
55% {
opacity:0;
}
100% {
opacity:0;
}

}
.star2 {
animation-name: star2;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 5s;
animation-direction: alternate;
}
#about {
  background: #fff;
  padding: 60px 0;
}

#about .about-container .background {
  margin: 20px 0;
}

#about .about-container .content {
  background: #fff;
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

#about .about-container p {
  line-height: 26px;
}

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

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #0EAA5D;
  transition: all 0.3s ease-in-out;
}

#about .about-container .icon-box .icon i {
  color: #0EAA5D;
  font-size: 24px;
}

#about .about-container .icon-box:hover .icon {
  background: #0EAA5D;
}

#about .about-container .icon-box:hover .icon i {
  color: #fff;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}

#about .about-container .icon-box .title a {
  color: #283d50;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

#about .about-extra {
  padding-top: 60px;
}

#about .about-extra h4 {
  font-weight: 600;
  font-size: 24px;
}

/* Services Section
--------------------------------*/

#features {
  padding: 60px 0 40px 0;
  /*box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);*/
}

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

#features .box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#features .icon {
  position: static; margin-bottom: 80px;
  left: -10px;
  top: calc(50% - 32px);
}

#features .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

#features .title {
  margin-left: 0px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 21px;
}

#features .title a {
  color: #111;
}

#features .box:hover .title a {
  color: #0EAA5D;
}

#features .description {
  font-size: 14px;
  margin-left: 0px;
  line-height: 24px;
  margin-bottom: 0;
}
#features .box-detail{ /*width: calc(100% - 51px);*/ display: none;
    padding: 30px;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px 40px 10px;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 0;
    height:275px;}

#features .closs{ margin-top: 10px;}
#features .box:hover .box-detail{display: block; opacity: 1; }
.cool-link { cursor: pointer;display: inline-block;    color: #000;    text-decoration: none;}
.cool-link::after, #filters li span::after {    content: '';    display: block;    width: 0;    height: 2px;   background: #009642;    transition: width .3s;}

.cool-link:hover::after, #filters li span:hover::after {
    width: 100%;
    //transition: width .3s;
}
a.nav-link.active.cool-link, #filters li span.active{color: #111; font-weight:500}
a.nav-link.active.cool-link::after, #filters li span.active::after{width: 100%; }

#why-us {
  padding: 60px 0;
  background: #004a99;
}

#why-us .section-header h3,
#why-us .section-header p {
  color: #fff;
}

#why-us .card {
  background: #00458f;
  border-color: #00458f;
  border-radius: 10px;
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s ease-in-out;
  height: 100%;
}

#why-us .card:hover {
  background: #003b7a;
  border-color: #003b7a;
}

#why-us .card i {
  font-size: 48px;
  padding-top: 15px;
  color: #bfddfe;
}

#why-us .card h5 {
  font-size: 22px;
  font-weight: 600;
}

#why-us .card p {
  font-size: 15px;
  color: #d8eafe;
}

#why-us .card .readmore {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s ease-in-out;
  border-bottom: #00458f solid 2px;
}

#why-us .card .readmore:hover {
  border-bottom: #fff solid 2px;
}

#why-us .counters {
  padding-top: 40px;
}

#why-us .counters span {
  font-family: 'Nunito Sans', sans-serif;font-weight: bold;
  font-size: 48px;
  display: block;
  color: #fff;
}

#why-us .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: 'Nunito Sans', sans-serif;font-size: 14px;
  color: #cce5ff;
}

/* Portfolio Section
--------------------------------*/

#modules {
  padding: 60px 0;
 
}
.module-thumb{width: 100%;height: 230px; box-shadow:2px 6px 33px rgba(243, 246, 249, 1.1); margin: 0px 25px 30px 0px ;  text-align: center; position: relative}
.module-thumb .icon{width: 100%;      float: left;    margin: 47px auto 35px auto;}
.module-thumb{font-size: 16px;font-family: 'Nunito Sans', sans-serif;font-weight:bold; cursor: pointer}
.module-thumb p {  color: #111111;  font-size: 16px;line-height: 22px; }

#product-demo 	.product-text {  color: #111111;  font-size: 16px;line-height: 22px; font-weight: 500; margin: 30px 0px}
#product-demo .isafety-app{ margin-top: -85px}
#product-demo .isafety-app img{max-height: 450px;}
#user-reflections{ text-align: center; padding-top: 90px;position: relative}
#user-reflections::after{    content: "";    display: block;    width: 100%; height: 100px;    background:#F3F6F9;    position: absolute;    left: 0px;    bottom: -25px;z-index:0}

#user-reflections h2{ border-left: none }
#user-reflections .section-header h5{color: #0EAA5D;    font-weight: bold;    font-size: 14px;    margin-bottom: 0;}
#user-reflections .section-header p{    font-weight: bold;    font-size: 16px;    color: #111111;}

#user-reflections .user-review{height: 400px;border-radius: 10px;box-shadow: 0 01px 20px 0 rgba(243, 246, 269, 0.8);    transition: all 0.3s ease-in-out; text-align: center; padding: 50px 34px 30px 34px; background: #fff;    position: relative;    z-index: 999;}

#user-reflections .user-review .pic img{width: 75px; height: 75px; }
#user-reflections .user-review .username{ font-size: 16px; text-align: center;     font-weight: bold;    margin: 25px 0px 15px 0px;}
#user-reflections .user-review p{font-size: 14px;    font-weight: bold;    margin-bottom: 78px; }
#user-reflections .user-review .design{font-size: 12px; position: relative; }
#user-reflections .user-review::before{ content: "";    display: block;    width: 100%;    border-top: 1px solid #F3F6F9;    position: absolute;   left: 0;    bottom: 75px;}
/* Testimonials Section
--------------------------------*/

#testimonials {
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  float: left;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  margin-left: 140px;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
  margin-left: 140px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 140px;
}

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

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

#testimonials .owl-dot.active {
  background-color: #0EAA5D;
}

/* Team Section
--------------------------------*/

#team {
  background: #fff;
  padding: 60px 0;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

#team .member .member-info {
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: 50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 62, 128, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #0EAA5D;
}

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

/* Clients Section
--------------------------------*/

#clients {
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#clients .clients-wrap {
  border-top: 1px solid #d6eaff;
  border-left: 1px solid #d6eaff;
  margin-bottom: 30px;
}

#clients .client-logo {
  padding: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d6eaff;
  border-bottom: 1px solid #d6eaff;
  overflow: hidden;
  background: #fff;
  height: 160px;
}

#clients .client-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#clients img {
  transition: all 0.4s ease-in-out;
}

/* Contact Section
--------------------------------*/

#contact {
  /*box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);*/
  padding: 60px 0;
  overflow: hidden;
}

#contact .section-header {
  padding-bottom: 30px;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: 'Nunito Sans', sans-serif;font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #0EAA5D;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: 'Nunito Sans', sans-serif;color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #0EAA5D;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #0EAA5D;
}

#contact .social-links a:hover {
  background: #0EAA5D;
  color: #fff;
}

#contact .info {
  color: #283d50;
}

#contact .info i {
  font-size: 32px;
  color: #0EAA5D;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 36px;
  line-height: 28px;
  font-size: 14px;
}

#contact .form #sendmessage {
  color: #0EAA5D;
  border: 1px solid #0EAA5D;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

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

#contact .form button[type="submit"] {
  background: #0EAA5D;
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}

#contact .form button[type="submit"]:hover {
  background: #0067d5;
  cursor: pointer;
}

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

#footer { position: relative;
  background: #F3F6F9;
  padding: 0;
  color: #eee;
  font-size: 14px;
}
/*#footer::before{    content: "";    display: block;    width: 100%; height: 100px;    background:#F3F6F9;    position: absolute;    left: 0px;   top: -10px;z-index:0}*/

#footer .footer-top {
  background: #F3F6F9;
  padding: 75px 0 30px 0;
}

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

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: 'Nunito Sans', sans-serif;color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px; font-weight: bold;
  margin-bottom: 0;
  font-family: 'Nunito Sans', sans-serif;color: #111;
}
#footer .term_cond{float:left}
#footer .footer-top .footer-info .viewsite{    margin: 10px 0px;    color: #0033FF;}
.amazon-part{ display: inline-block; margin-right:20px; float: right; }
.amazon-part img{ height: 85px; }
.social-links{display: inline-block ; float: right; margin-top: 20px;}

footer .copyright{  font-family: 'Nunito Sans', sans-serif;font-size:12px;    color: #111111;}
footer .copyright a{color: #111}
footer .webdesigner{text-align: right;    margin-right: -15px;    float: right;}
footer .copyright p{      width: 52%;   display: inline-block;   text-align: left;    float: left;}	
.love-red, .love-red a, .love-red a:hover{color:#EB2C3B !important}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #3b5998;
  color: #fff;
  line-height: 1.3;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #0067d5;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #111111;

  position: relative;
  padding-bottom:0px;
}

#footer .footer-top .footer-links {
  margin-bottom:0px;
}

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

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}

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

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

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

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

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

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

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #0EAA5D;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #0062cc;
}

#footer .copyright {
  text-align: center;
  padding-top:0px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #f1f7ff;
}

#footer .credits a {
  color: #bfddfe;
}

#footer .credits a:hover {
  color: #f1f7ff;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 991px) {
  #header {
    height: 60px;
    padding: 10px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }
	#header.header-scrolled .mobile-nav-toggle i, #header.header-pages .mobile-nav-toggle i{    color: #212121 !important;}
  /*#intro {
   padding: 140px 0 60px 0;
  }*/

  #intro .intro-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }

 /* #intro .intro-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }*/

  #why-us .card {
    margin: 0;
  }
}



#subpages header{background: #FFF;box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);    height: 128px;padding-top: 40px;}
#subpages .main-nav a{    color: #111;}

#subpages #moduless{ margin-top: 150px;min-height: 500px;    margin-bottom: 50px;}
.nav-link {    display: block;    padding:1rem 8px;border-bottom: 1px solid #E9E9E9;font-size: 14px;}
.nav-link:last-child {border-bottom:none }
/*.nav-link:hover{    background: #0eaa5d;    color: #FFF;    border-radius: 0;}*/
.tab-content>.active {
    display: block;
    padding-left: 20px;
}
.module-detail h3{    font-size: 26px;    font-weight: bold;}
.module-detail p{ font-size: 16px;
    color: #111111;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{    background: #0EAA5D;    border-radius: 0;    padding-top: 18px;    padding-bottom: 18px;}
.module-daigram .round{width:255px; height:255px; border-radius:100%;    background: #FFF;    box-shadow: 0px 0px 33px rgba(127, 137, 161, 0.1);position:relative; display: flex;}
.module-daigram .round h3{width: 130px; font-size: 24px; font-weight: bold;position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto;     display: inline-table;    text-align: center; line-height: 32px;}
.module-daigram .round::after{content: ""; display: block; width:85px; height: 1px; border: 1px dashed #0EAA5D; position: absolute; top: 50%; bottom: 50%;     right: -85px;}

#moduless .nav{    margin-bottom: 100px;    border: 1px solid #E9E9E9;}
.module-daigram{width: 100%; display: table}
.module-daigram .right, .module-daigram .left{display: inline-table; vertical-align: middle}

.module-daigram .right{     height:calc(100% - 90px);    margin-left: 85px; position: relative}
.module-daigram .right::before{content: ""; display: block; width:85px; height:calc(100% - 64px); border-left: 3px solid #0EAA5D;   position: absolute; top: 33px;     left:-3px;}
.module-daigram .item{width: 350px; height: 72px;line-height:22px; border-radius: 32px; box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.1);padding-left: 28px;margin:0px 0px 40px 122px; position: relative; transition: all 0.3s ease-in-out; cursor: pointer; display: table !important}
.module-daigram .item:last-child, .module-daigram .item2 { margin-bottom:0px !important}
.module-daigram .item::after{content: ""; display: block; width:122px; height: 1px; border: 1px dashed #0EAA5D; position: absolute; top: 50%; bottom: 50%;     left: -122px;}
.module-daigram .item::before{content: ""; display: block; width:13px; height: 13px; border:3px solid #0EAA5D; position: absolute; top: 	43%; bottom: 50%;     left:-130px; background: #FFF; border-radius: 100%;    z-index: 999;}
.module-daigram .item .icon{width :45px;display: table-cell; margin-right: 20px; vertical-align: middle}
.module-daigram .item .text{display: table-cell;     font-size: 18px; vertical-align: middle;   font-weight: bold;}
.nav-link svg{width:50px; height: 30px;}
.nav-link.active .module-icon, .nav-link.active .a {fill: #fff !important;    stroke: #fff !important;}
.modal-dialog {
    max-width: 500px;
    margin: 5rem auto;
}
.modal-header {
text-align: center !important;
    border-bottom: none !important;
	display: block;
}
.modal-header .close {
    font-size: 3rem;
    font-weight: 100;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .3;
    position: absolute;
    top: 6px;
    right: 15px;
}
.modal-header .close {
    font-size:1.5rem;
    font-weight: 100;
    color: #111;
    text-shadow: none;
    position: absolute;
    top: 0px;
    padding-top: 13px;
	padding-bottom: 12px;
    right: 16px;
    border-top-right-radius: 10px;

	opacity: .4;
}

.modal-header h4 {
    font-size: 21px !important;
    font-weight: 600;
    color: #111;
    text-align: left;
}
.modal-header p{
    letter-spacing: 2px;
	opacity: 0.4;
	font-size: 15px;
}
.modal-content {padding-top: 30px;padding-bottom: 30px;
 border: none;
  border-radius: 10px;
}
.modal-content ul{float:left; width:100%;}
.modal-content ul li{padding-bottom:20px; width:50%; padding:0px 2% 20px 2%; float:left;}
.field-box{ width:100%; height:40px;     border: 1px solid rgba(0, 0, 0, 0.08); border-radius:4px; padding:0px 15px;}
.field-text{ font-size:15px; font-weight:600;}
.field-area{ width:100%; height:50px;     border: 1px solid rgba(0, 0, 0, 0.08); border-radius:3px; padding:15px; min-height:100px; resize: none;}
.full-width{ width:100% !important;}

input:focus {
     outline-color: #d0acf5 !important;
}
textarea:focus {
     outline-color: #d0acf5 !important;
}
.modal-content .btn{

    color: #fff !important;
    border-radius: 50px;
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: 400;
    padding: 14px 67px;
    margin-top: 10px;
	margin-bottom: 32px;
}
.modal-header hr{
       width: 82px;

    height: 3px;
    border: none;
	margin-top: 10px;
    margin-bottom: 24px;
}
.modal-dialog {
    max-width: 600px;
}

label{font-size:12px;font-family: 'Noto Sans JP', sans-serif;}
.form-control:focus {    color: #495057;    background-color: #fff;    border-color: rgba(255,0,0,.25);;    outline: 0;   box-shadow: 0 0 0 0.2rem rgba(255,0,0,.25);}
.red{color:#FF0000}

.reqstdemo{background: #0EAA5D; color: #FFF;
    border-radius: 22px;
    cursor: pointer;
    border: none;
    width: 140px;
    height: 44px;}


#homeVideo .modal-dialog{max-width: 1110px;}
#homeVideo .modal-content{position:relative;}
/*#homeVideo .modal-content{display: block;    content: "";    position: absolute;    bottom: 0px;    right: 0;    width: 100%;   height: 30px;    background-color: #000;}*/


.slick-list {    z-index: 99;}

.button.is-play {    width: 55px !important;    height: 55px !important;}

.sub-banner_wrap{height: 200px;     margin-top: 129px; background-image: linear-gradient(to left, #19C16E , #016E38);padding-top:20px !important}
.sub-banner_wrap h2{ font-size: 36px; font-weight: bold; color: #FFF;    margin: 0;}
.sub-banner_wrap p{    font-size: 16px;    color: #FFF;	margin-top: 10px;}
.breadcrumb{ background-color: transparent;     padding: .75rem 0rem;}
.breadcrumb li {font-family: 'Noto Sans JP', sans-serif;font-size:12px !important;    color: #FFF;font-weight: lighter}
.breadcrumb li a, .breadcrumb-item.active{ color: #FFF}
.breadcrumb-item.active{ font-weight: normal}
.breadcrumb-item+.breadcrumb-item::before{content: "."; color: #FFF}
#faq{padding-top: 50px;}
#faq .panel.panel-default{ margin:0px 0px 20px 0px ;      border-radius: 10px;position: relative}
#faq .panel-body{        display: block;
    padding: 10px 30px 30px 30px;
    font-size: 14px;}
#faq .panel-title{margin:0}
/* */
.panel-group{ padding-bottom: 30px;}
.panel-default>.panel-heading {/*background-color: #fff; border: 1px solid #DFE5EB; border-radius: 10px;*/
  color: #333;
  
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {width: 100%;    line-height: 28px;
  display: inline-block;  padding: 20px 30px 20px 30px; font-size: 18px; font-weight:600; position: relative}
a.collapsed{border: 1px solid #DFE5EB; border-radius: 10px;
/*text-overflow: ellipsis;
  overflow: hidden; 

  white-space: nowrap;*/

}
.panel-default>.panel-heading a:after {
  content: "";
      position: absolute;
    top:20px;
    right: 20px;
   display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}
.show .panel-body::before{content: ""; display: inline-block;width: 100%; height:100%; /*background:red;*/ border-radius: 10px; position: absolute;top: 0;left: 0px;    box-shadow: 5px 5px 30px rgba(127, 137, 161, 0.1);    z-index: -1;}


.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: transparent !important;    padding-top: 30px;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
 margin-top:10px; 
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.thankyou{width:100%; text-align: center;     margin: 57px 0px 70px 0px;}

.thankyou h1 img{position: relative; left: 40px; top:50px; }
.thankyou h2{font-size: 55px; font-weight: bold;font-family: 'Noto Sans JP', sans-serif;}
.thankyou h5{ font-size: 26px; font-weight: bold;font-family: 'Noto Sans JP', sans-serif;}


.btn_green{width: 130px;    height: 40px;    background: #009642;  border-radius: 6px;    border: 1px solid #009642;    font-size: 14px; color: #FFF; margin-left: 16px}
.btn_green:hover{box-shadow:2px 6px 10px rgba(81, 159, 68, 0.3); /*box-shadow: 2px 1px 5px #519F44;*/}
/*.lightbox{top:10px!important}*/
.lb-outerContainer{    /*margin-top: 120px;*/}
.lb-dataContainer{background: #FFF;     margin-top: -5px;    padding-top: 30px;    position: static;    top: 0;    left: 0;    right: 0;z-index: 99;    border-top-left-radius: 4px; /*height: auto;min-height: 140px;*/    border-top-right-radius: 4px;}
.lb-data {
    padding: 0 10px;
    /* color: #ccc; */
}
.lb-data .lb-details {width: 100%;    padding: 0px ;}
.lb-closeContainer{position: absolute;    right: 0;}
.lb-details h1{    width:60px;    float: left;    text-align: center;}
.lb-details h1 img{ height:36px;}

.lb-details h3{    font-size: 22px;    margin: 0;    color: #111;    font-weight: bold;}
.lb-details p{    font-size: 14px;    margin: 0;    color: #111;    font-weight: 400; line-height: 22px;    display: table-cell;}
.lb-data .lb-close{ background-image: none !important; position: relative}
.lb-data .lb-close::before{content: "x"; display: block; color: #111; position: absolute; left:10px; font-weight: bold; top: -10px}
.lb-data .lb-number{padding-left: 15px;}
.display-n{display:none !important}
.privacy_wrap{padding-bottom: 30px;}
.privacy_wrap h5{    font-size: 18px;	    font-weight: bold;margin-top: 35px}
.privacy_wrap p, .privacy_wrap ul li{    font-size: 14px; color: #5D5D5D	}
.privacy_wrap a { font-weight:600; color: #0EAA5D}

.privacy_wrap hr {    border-top: none;}
.privacy_wrap ul{margin: 0; padding: 0; }
.privacy_wrap ul li{ background: url("../images/checked.svg") no-repeat 0px 5px; list-style: none ; padding-left:30px; margin: 20px; }
