body {
	font-family: "Roboto", sans-serif;
	color: #444444;
    opacity: 0;
    transition: opacity 1s ease-in;	
	scroll-behavior: smooth;
	scroll-padding-top: 0;  
	min-width: 320px;
}
  body.pagefade {
    opacity: 1;
  }
a {
  color: #47b2e4;
  text-decoration: none;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}
.ovh{ overflow:hidden; }
.pos-top-30px{ top:30px; }
h1, h3, .section-title h2{
	font-family: "Frank Ruhl Libre", serif;
}
h2, h4, h5, h6{
	font-family: "Roboto", sans-serif;
}
h2{ font-weight:300; }
.h5, h5 {
    font-size: 16px;
}
.minH-80{ min-height: 80px; }
.minH-100{ min-height: 100px; }
.blendmode-dark{ mix-blend-mode: darken; }
.pull-right{ float:right; }
.pull-left{ float:left; }
.hide{ display:none; }
.offset-50{ padding-top:25px; padding-bottom:25px; }
.center{
	position: relative;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;	
}
.centerX{
    transform: translateX(-50%);
    left: 50%;
}
.clearfix{ clear:both; }
.flex-grid-override{
	padding:0;
	display:block !important;
}
.font-white{ color:#fff !important; }
.nowrap{ white-space:nowrap; }
.unformat{ font-family: "Roboto", sans-serif; font-weight:normal; font-size:2rem; }
.img-fluid{ height:auto; }
.img-fluid.infographic{
	margin-top:0px;	 
 }	
 object.position-absolute, object > img.position-absolute{
	 top:50%; left:50%;
	 transform: translate(-50%, -50%);
 }
 #verticals .position-relative{ min-height:280px; }
  #verticals .d-sm-none.position-relative{ min-height:0; }
 #products img.infographic{ max-height: 200px; margin:0 auto; display:block; }
 .v-center{
	position: relative;
    top: 50%;
    transform: translateY(-50%);	  
 }
.v-center.top{
	top: 25%;
    transform: translateY(-25%);	  	   
 }
 #contact .content h3{ margin-top:30px; color:#fff; }
 #contact .content p{ color:#eee; }
.form-group{ margin-top:10px; }
.form-control,
.ginput_container input, .ginput_container select, .ginput_container textarea{ 
	border: 2px solid #6bbd52; 
	height:44px;
} 

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #b4deee; /* #37517e */
  opacity:0.7;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  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);
  }
}

.grid-triple-col{
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(33.3%, 1fr));
	grid-template-areas: "col1 col2 col3";
	gap: 0;
	justify-content: center;
}

 .grid-col-1{ grid-area: col1; }
 .grid-col-2{ grid-area: col2; }
 .grid-col-3{ grid-area: col3; }
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #47b2e4;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

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

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

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


#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 5px 0;
  background-color: #fff;  
}

#header.header-scrolled, #header.header-inner-pages {
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

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

#header .logo img {
  max-width:330px;
  width:auto;
  height: auto;
}


.navbar {
  padding: 0;
}

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

.navbar li {
  position: relative;
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 18px;
  font-weight: 500;
  color: #2b2b4f;
  white-space: nowrap;
  transition: 0.3s;
}

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

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #47b2e4;
}
.navbar a.call-to{
	color:royalblue;
	font-size:16px;
}

.navbar .getstarted {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #47b2e4;
  font-weight: 600;
}

.navbar .getstarted:hover {
  color: #fff;
  background: #31a9e1;
}

.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: 4px;
}

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

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #0c3c53;
}

.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: #47b2e4;
}

.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;
}
.row{ flex:none; }
.card{
	border:none;
	vertical-align:top;
    background: none;
    flex: none;
    display: inline-block;
    text-align: center;
	width: 24%;
	padding:20px 25px;
}
.icon {
		width:100px;
		height:100px;
		margin-inline:auto;
		cursor:pointer;		
		transition: transform 0.3s ease;	
	}

	.icon:hover{
		transform:scale(1.1);
	}

.slide-wrapper.img-slider {
    width: 280px;
    height: 162px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
	background-color:transparent;
}
.slide.img-slider {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transform: translateY(-100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 260px;
    height: 162px;
    transition-duration: .4s;
    opacity: 1;
    transform-origin: 50% 50%;
}
input.img-slider { display:none; }
input.img-slider:checked + .slide.img-slider{
    transform: translateY(100%);
	animation: slideIn 3s infinite;
}
input.img-slider:checked + label.img-slider + .slide.img-slider {
    transform: translateY(0);
    opacity: 1;
}

/* .slide1 {background-image: url(../img/allstate.png);}
.slide2 {background-image: url(../img/kemperauto.png);}
.slide3 {background-image: url(../img/libertym.png);}
.slide4 {background-image: url(../img/thegeneral.png);}	
.slide5 {background-image: url(../img/travelers.png);}	
.slide6 {background-image: url(../img/dairyland.png);}
.slide7 {background-image: url(../img/progressive.png);}	
.slide8 {background-image: url(../img/nationalgeneral.png);}	*/

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

.mobile-nav-toggle {
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

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

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

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width:100vw;
  background: rgba(40, 58, 90, 0.9);
  z-index: 999;
}

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

.navbar ul{
	top: 0;
    right: 10px;
    width: auto;
    height: 100%;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: all 0.3s ease-in;
}

.navbar-mobile ul{
	right: 0;
    width: 240px;
    display: block;
    position: absolute;
    top: 0;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #37517e;
}

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

.navbar-mobile .getstarted {
  margin: 15px;
  color: #37517e;
}

.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: #47b2e4;
}

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

* {
  margin: 0;
  padding: 0; 
}

/* Icon 1 */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 20px;
  height: 20px;
  position: absolute;
  margin: 0 auto;
  right:15px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.navbar-mobile #nav-icon3{ right:20px; }

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #777777;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 18px;
}

#nav-icon1 span:nth-child(3) {
  top: 36px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Icon 2 */

#nav-icon2 {
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #777777;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform .25s ease-in-out;
  -moz-transition: transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 18px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 36px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 29px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 8px;
}

#nav-icon3 span:nth-child(4) {
  top: 16px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  /* left: 50%; */
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  /* left: 50%; */
}

/* Icon 4 */

#nav-icon4 {
}

#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}

.bi-list:before, .bi-x::before{
	content: '';
}


#hero {
  width: 100%;
  overflow:hidden;
  /* background: rgba(40, 58, 98, 1);  #1f203e, #37517e; */
}

#hero .container {
  padding: 30px 20px; 
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 54px;
  font-weight: 600;
  line-height: 60px;
   letter-spacing:-1px;
}

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

.bg-gradient-gray{ background: linear-gradient(#f5f5f5 35%, #ccc 85%); }
.head-light{ color: #fff; }
.font-blue{ color: rgba(40, 58, 98, 1); }
.subhead-light{ color: rgba(255, 255, 255, 0.6); }

@supports (-webkit-text-stroke: 1px #f5f5f5) {
  .stroked {
    -webkit-text-stroke: 1px #666;
    -webkit-text-fill-color: transparent;
    font-size: 54px;
    text-transform: uppercase;
	letter-spacing:5px;
  }
}
.txt-overlap{}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 25px;
  border-radius: 50px;
  color: #fff;
  background-color: #47b2e4;
}
#hero .btn-get-started, .cta-btn.download, .gform_button{  transition:all 0.5s ease;}

#hero .btn-get-started:hover {
  background-color: #209dd8;
}
.cta-btn.download:hover, .gform_button:hover{
	background-color: #2db24a;
	border-color: #2db24a;
}

#hero .bi{
	font-size:24px;
	vertical-align:middle;
	transform: rotate(-90deg);
	display:inline-block;
	top: 0;
    position: relative;	
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
border: 2px solid #fff;
    border-radius: 50px;
    padding: 5px 25px;  
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #47b2e4;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@media (min-width: 993px) {
	#hero{ height:800px; }
	.icon{ height:100px; }
	.prod .block{ min-height:500px; }
}
@media (max-width: 992px) {
  #hero, section {
    height: auto !important;
    text-align: center;
	padding-block: 30px;
  }
	#hero .container {
	  padding: 0px 20px; 
	}  
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 50%;
  }
  #hero object.img-fluid{ max-width:70%; }  
  .icon{
	  margin-inline: auto;
  }
}
@media (max-width:812px){
	.grid-triple-col{
		grid-template-areas: "col1 col2"
							 "col3 col3";
	}  	
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px !important;
    line-height: 1em;
  }
  #hero h2 {
    font-size: 18px !important;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .hero-img img {
    width: 70%;
  }
  .skills .content h3{ font-size: 28px !important; margin-top:0 !important; }
  #contact .content h3{ margin-top:0 !important; }
	.skills .content p{ font-size:16px !important; }
  .img-fluid.infographic{
	margin-top:0 !important;	 
  }
  
  .prod .box .img-fluid.infographic{
	 max-width: 100%;
  }
  .cta-btn, .gform_button{ font-size: 16px !important; padding-top:5px !important; padding-bottom:5px !important; }
  .cta-btn .bi, .gform_button .bi{ font-size: 22px !important; }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
  #hero .btn-get-started {
    font-size: 16px;
    padding: 5px 20px;
  }

}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

section {
  padding: 75px 0;
  display:table !important;
  width: 100%;
  position:relative;
}
.polygon-clip{
	position:absolute;
	bottom:0;
	left:0;
	width: 100%;
    height: 200px;
    background: transparent url('../img/b2b-icons.png') center center;
    background-size: contain;
    transform: rotate(180deg);
	clip-path:polygon(100% 0%, 0% 0% , 0% 65%, 1% 64.95%, 2% 64.8%, 3% 64.6%, 4% 64.3%, 5% 63.9%, 6% 63.45%, 7% 62.9%, 8% 62.25%, 9% 61.55%, 10% 60.8%, 11% 59.95%, 12% 59.05%, 13% 58.1%, 14% 57.1%, 15% 56.05%, 16% 55%, 17% 53.9%, 18% 52.8%, 19% 51.65%, 20% 50.5%, 21% 49.35%, 22% 48.2%, 23% 47.05%, 24% 45.9%, 25% 44.8%, 26% 43.75%, 27% 42.75%, 28% 41.75%, 29% 40.8%, 30% 39.9%, 31% 39.1%, 32% 38.35%, 33% 37.65%, 34% 37.05%, 35% 36.5%, 36% 36.05%, 37% 35.65%, 38% 35.35%, 39% 35.15%, 40% 35.05%, 41% 35%, 42% 35.05%, 43% 35.2%, 44% 35.45%, 45% 35.75%, 46% 36.15%, 47% 36.65%, 48% 37.2%, 49% 37.85%, 50% 38.55%, 51% 39.35%, 52% 40.2%, 53% 41.1%, 54% 42.05%, 55% 43.05%, 56% 44.1%, 57% 45.15%, 58% 46.3%, 59% 47.4%, 60% 48.55%, 61% 49.7%, 62% 50.85%, 63% 52%, 64% 53.15%, 65% 54.25%, 66% 55.35%, 67% 56.4%, 68% 57.45%, 69% 58.4%, 70% 59.35%, 71% 60.2%, 72% 61.05%, 73% 61.8%, 74% 62.45%, 75% 63.05%, 76% 63.6%, 77% 64.05%, 78% 64.4%, 79% 64.7%, 80% 64.85%, 81% 65%, 82% 65%, 83% 64.9%, 84% 64.75%, 85% 64.5%, 86% 64.2%, 87% 63.75%, 88% 63.25%, 89% 62.7%, 90% 62.05%, 91% 61.3%, 92% 60.5%, 93% 59.65%, 94% 58.75%, 95% 57.8%, 96% 56.8%, 97% 55.75%, 98% 54.65%, 99% 53.55%, 100% 52.4%);
}
.section-bg {
  background-color: #f3f5fa;
}
.section-bg-darkblue{
	background: rgba(40, 58, 98, 1);
}
.section-bg-lightblue{
	background-color: #87c6ed !important;
}
.section-bg-lightgreen{
	background-color: #e8f7cd !important;
}
.section-bg-darkgreen{
	background-color: #6bbd52 !important;
}
.section-bg-lightgray{
	background-color: #eee !important;
}
.section-bg-black{
background-color: #262626;
}
.section-bg-pink{ background: #ecdcc3; }
.section-bg-blue{
/*	background: #74c159; #209dd8 #47b2e4 */
  background: #c0d2ff;
}

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

.section-title h2 {
  font-size: 36px;
  font-weight: bold;
  position: relative;
  color: #2b2b4f;
  padding: 30px 0 0 0;
  margin-bottom:30px;
}
.section-title h2::before {
  content: '';
  position: absolute;
  display: none;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
	content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background: #74c159;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
}
.title-overide{
	text-align:left;
}
.title-overide h2::after{
	left:0;
	transform:none;
}
.section-title p {
  margin-bottom: 0;
}

.clients {
  padding: 30px 0;
  text-align: center;
  background: #fff;
}

.clients img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(0);
  max-width:80%;
}

/* .clients img:hover {
  filter: none;
  transform: scale(1.1);
} */

@media (max-width: 768px) {
  /*.clients img {
    max-width: 40%;
  }*/
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.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: #47b2e4;
  line-height: 1;
}

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

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

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

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #37517e;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.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: #47b2e4;
  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: #47b2e4;
}

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

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

@media (max-width: 1024px) {
  .why-us .content, .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width:993px){
	/* .icon-box .icon > img{
		max-width:135px;
	} */
	#other h3{ max-width: 90%; }
	#other p{ width: 80%; } 
	#header{ padding: 0; }
}


@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }
  .why-us .content {
    padding-top: 30px;
  }
  .why-us .accordion-list {
    padding-bottom: 30px;
  }
	.member-info em {
    font-size: 20px !important;
	}	 	
}

@media (min-width:769px) and (max-width:992px){
	#reviews .block{ min-height:450px; }
	.clients img{ max-width:100%; }
}

@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .content h3 {
  font-weight: 700;
  font-size: 42px;
  position: relative;
  line-height: 1.25em;  
  margin: 50px 0 0 0;  
}
.skills .content h3 .icon{
	float: left;
    max-width: 15%;
    margin: 0 15px 0 0; 
}
	
.skills .content p{
	font-size:20px;
	font-weight:300;
}
.skills .content ul {
  list-style: none;
  padding: 0;
}

.skills .content ul li {
  padding-bottom: 10px;
}
.checkmark-bullet li::before{
    content: '\2714';
    font-size: 24px;	
}
.checkmark-bullet.green li::before{
	color: #6bbd52;	
}
.skills .content ul li span{
display: inline-block;
    width: 90%;
    vertical-align: top;
	}
.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #47b2e4;
}

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

.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #37517e;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e8edf5;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #4668a2;
}
.skills-content h5{ font-family: "Poppins", sans-serif; }
.f-icon{ max-width:75px; }

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.icon-box {
  padding: 20px;
  margin-bottom:20px;
}

.icon-box .icon {
  margin-bottom: 10px;
  text-align: left;
}

.icon-box .icon i {
  color: #47b2e4;
  font-size: 36px;
  transition: 0.3s;
}

.icon-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 24px;
}

.icon-box h4 a {
  color: #37517e;
  transition: ease-in-out 0.3s;
}

.icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.icon-box h4, .icon-box p{
	text-align:center;
}
/*
.icon-box:hover {
  transform: translateY(-10px);
}

.icon-box:hover h4 a {
  color: #47b2e4;
} */

.prod-info{
	position:relative;
	background: url('../img/phoneframe.png') no-repeat 0 0;
	background-size:contain;
}
.prod-info .main-wrap{ margin-left:30px; max-width:80%; }
.prod-info .info-wrap{
	position:absolute;
    background: #fff;
    border-radius: 20px;
	border: 1px solid #ccc;	
    width: 100%;
	height:100%;
    opacity: 0.5;
	z-index:0;	
}
.prod-info .content{ position:relative; padding:20px; z-index:1;}
.prod-info .content small{
	font-size:20px;
	color:#74c159;
}
.prod-info .content h3{
	font-family: "Robot", sans-serif;
	font-size: 32px;
    font-weight: 600;
    color: #37517e;
	margin:0;
}
.prod-info .content p{
	font-size:22px;
	font-weight:300;
	margin:0;
}

.prod-info .indicators{
	position:relative;
}
.prod-info .indicators .bi{
	font-size: 48px;
	color:#47b2e4;
	cursor:pointer;
}
.prod-info .indicators .bi.disabled{
	color:#ccc;
	opacity:0.8;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
#b2b-reel{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1;
	background-color: rgba(0,0,0,0.5);	
}
.anim-stretch{ min-width:180px; }
.anim-stretch:hover{ min-width:280px; }
.anim-l{ transition:left 0.3s ease; }
.anim-l:hover{ left: -5px; }
.anim-r::before, .anim-d::before{ transition:transform 0.3s ease; }
.anim-stretch:hover .anim-r::before{ transform: rotate(90deg); }
.anim-stretch:hover .anim-d::before{ transform: translateY(5px); }
.bgslide{
  left:-100%; 
  top:0;
	width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 0;  
	transition: left 0.3s ease;  
}
.bgslide.blue{ background: #47b2e4; }
.btn-cue{ position:relative; z-index:1; }

.cta {
  background: linear-gradient(rgba(40, 58, 90, 0.5), rgba(40, 58, 90, 0.5)), url("../svg/how-does-it-work-bg.svg") fixed center center;
  background-size: cover;
  padding:200px 0;
}

.cta.spread{
	position:relative;
	padding:0;
	height:600px;
	min-height:300px;
}
.cta .close{
	position: absolute;
    z-index: 2;
    top: -18px;
    right: 20px;
    font-size: 20px;
    background-color: #fff;
    color: #47b2e4;
    width: 34px;
    height: 34px;
    border-radius: 50px;
    border: 2px solid #47b2e4;
}
.cta .close > span{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	cursor:pointer;
}
.cta h3 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
}

.cta p {
  color: #fff;
  font-size: 20px;
  line-height:1.5em;
}

.cta-btn, .gform_button {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 18px !important;
  letter-spacing: 1px;
  display: table;
  padding: 5px 25px !important;
  border-radius: 50px !important;
  margin: 0 auto;
  border: 2px solid #fff;
  color: #fff;
  overflow: hidden;
}

.cta-btn .bi, .gform_button .bi{
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}

.cta-btn:hover {
  border: 2px solid #47b2e4;
  color: #fff;
}
.cta-btn:hover .bgslide, .prod .buy-btn:hover .bgslide{
	left:0;
}

.cta-btn.download, .gform_button{
	border-color:#6bbd52;
	background-color:#6bbd52;
	margin:0;
}
.section-anchor{
	display: block;
    flex-wrap: nowrap;
    text-align: left;	
}
.menu-anchor, .menu-anchor a{
	font-size: 16px;
	text-align: left;
}
.menu-anchor{ 
	display:inline-block;
	margin-right:20px;
}
.menu-anchor a{ width:90%; }
.menu-anchor:hover .anim-r::before{ transform: rotate(90deg); }
.menu-anchor .bi{
	font-size:24px;
	color: #47b2e4;
    display: inline-block;
    vertical-align: middle;
	transform: rotate(-90deg);
}
.icon-thumb{
	max-width:25px;
}
@media (min-width:1025px){
	/*.slide{ height:100vh; } */
}
@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

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

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #47b2e4;
  color: #fff;
}

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

.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all 0.3s;
  background: rgba(55, 81, 126, 0.8);
  padding: 10px 15px;
}

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

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

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #47b2e4;
}

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

.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.15);
}

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

/*--------------------------------------------------------------
# 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 #47b2e4;
}

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

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.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-top: 30px;
}

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

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

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); */
  padding: 30px;
  border-radius: 5px;
  transition: 0.5s;
  background: #f3f5fa;
  border-bottom: 3px solid #c0d2ff;  
}

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

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

.team .member:hover {
  transform: translateY(-10px);
}

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

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

.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: #cbd6e9;
  bottom: 0;
  left: 0;
}

.team .member p {
	margin: 10px 0;
    font-size: 18px;
    line-height: 1.25em;
}

.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: #eff2f8;
}

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

.team .member .social a:hover {
  background: #47b2e4;
}

.team .member .social a:hover i {
  color: #fff;
}

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

/*--------------------------------------------------------------
# Products
--------------------------------------------------------------*/
.prod { padding:0; overflow:hidden; }
.prod .block { 
	display: inline-block;
	vertical-align: top;
    flex: none;
}

.prod .img-fluid.infographic{ 
    margin-bottom: 20px;
    height: 200px;
    display: block;
    margin: 0 auto 20px auto;
}
.prod .row {
  padding-top: 40px;
}

.prod .box {
  padding: 30px 20px;
  height: 100%;
  /* box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);  
  border-top: 4px solid #fff;
  border-radius: 5px; */ 
}

.prod .buy-btn .bi{
font-size: 20px;
    display: inline-block;
    vertical-align: middle;	
}

.prod h3 {
  font-weight: 600;
  margin-block: 15px;
  font-size: 22px;
  color: #2b2b4f;
}

.prod h4 {
  font-size: 48px;
  color: #37517e;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-bottom: 25px;
}

.prod h4 sup {
  font-size: 28px;
}

.prod h4 span {
  color: #47b2e4;
  font-size: 18px;
  display: block;
}

.prod ul {
  padding: 20px 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.prod ul li {
  padding: 10px 0 10px 30px;
  padding-left: 0px;
  position: relative;
  color:#444;
  display: grid;
  grid-template-columns: 8% 92%;  
}

.prod ul i {
  color: #28a745;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 6px;
}

.prod ul .na {
  color: #ccc;
}

.prod ul .na i {
  color: #ccc;
}

.prod ul .na span {
  text-decoration: line-through;
}

.prod .buy-btn {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 50px;
  color: #47b2e4;
  transition: none;
  font-size: 18px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  transition: 0.3s;
  border: 1px solid #47b2e4;
  overflow:hidden;
}

.prod .buy-btn:hover {
  color: #fff;
}

.prod .featured {
  border-top-color: #47b2e4;
}

.prod .featured .buy-btn {
  background: #47b2e4;
  color: #fff;
}

.prod .featured .buy-btn:hover {
  background: #23a3df;
}

#other h3{ 
	font-size: 24px;
    color: #2b2b4f;
}
#other h3, #other p{ margin-left: auto; margin-right: auto; }
#solutions .block{ padding:30px 20px; }
.member{
	margin:0;
}
.member .pic .bi-chat-right-quote{
	font-size:54px;
}
.member-info{
	padding:0 30px;
	min-height:180px;
	overflow:hidden;
}
.member-info p{
	color: #37517e;
	font-weight: 400;
    font-size: 24px;
    line-height: 1.25em;	
}
.exp .member{ margin:0; }
.exp .member-info{ padding: 0 0 0 25px; }
.exp .member-info p{
    font-size: 16px;
    font-weight: 300;
}
.exp .section-title h2 { font-size: 20px; text-align:left; margin-left:30px; }

.member-info em{ font-size:24px; font-weight:300; }
.reviews .indicators .bi{ margin-right:10px; font-size:64px; cursor:pointer; opacity:0.7; transition:0.3s opacity ease; }
.reviews .indicators .bi:hover{ opacity:1; }
.reviews .indicators > img{ margin:0 5px 0 0; width:60px; cursor:pointer; }
.reviews .indicators > img.disabled{ opacity:0.5; }
.reviews .indicators{
	display: table;
    margin: 20px auto;
	position: relative;
    min-height: 80px;	
	width:100%;
}
.carousel-control-next, .carousel-control-prev{ width:60px; cursor:pointer; }
.carousel-control-prev{ left: 30%; transform: translateX(30%); }
.carousel-control-next{ right: 30%; }
.exp .section-title{ padding:0; }
.exp .section-title h2::after{ 
transform: translateX(0);
    left: 0;
}
.exp .block{
border-radius: 50px;
    background: #fff;
    border: 1px solid #ddd;
    margin: 20px;	
margin: 20px 0 20px 20px;
    display: inline-block;
	padding:20px 0;
	overflow:hidden;
}	
}
.exp .indicators{
    margin: 0 0 0 25px;	
}
.reviews .indicators .bi-arrow-left-circle{ color:#ccc; }
.reviews .indicators .bi-arrow-right-circle{}

@media (max-width: 992px) {
  .prod .box {
    margin: 0 auto 30px auto;
  }

	.prod .img-fluid.infographic {
		max-width: 80%;
		margin: 0 auto;
	}  
  .m-center{ display:table; margin-left:auto; margin-right:auto; }
  #hero h1{ font-size:48px; }
  .section-bg-black, .address{ margin:0 !important; }
  .contact .info{ border-bottom: none !important; padding-bottom:0 !important; margin-top:30px; }
  .address.mobile{ display:block !important; padding-block:20px; background-color:#fff; /* border-bottom: 3px solid #6bbd52;*/ }
  .contact-img.mobile{ display:block !important; }
  .contact-heading.mobile{ margin-top:0 !important; }
  
}

@media (max-width: 767px) {
  .prod .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .prod .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# 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: #47b2e4;
}

.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: #37517e;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #47b2e4;
}

.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 .info {
  border-top: 3px solid #6bbd52;
  border-bottom: 3px solid #6bbd52;
  padding: 30px 0;
  background: #fff;
  width: 100%;
}

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

.contact .info h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact .info p {
  margin: 20px 0;
  font-size: 14px;
}
.contact .info img{
	    border-radius: 100%;
    margin-bottom: 20px;
    max-width: 150px;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

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

.contact .info .social-links a:hover {
  background: #47b2e4;
  color: #fff;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #47b2e4;
  color: #fff;
}

.noborder{ border:none !important; }
.noshadow{ box-shadow:none !important; }
.profile{ 
  display:inline-block;
  max-width:45%;
  vertical-align:top;
  margin-inline:5px;
}
.profile p{ font-weight:600; }
.profile p > small{ display:block; font-weight:300; } 

.contact .gravity-email-form {
  width: 100%;
  padding: 30px;
}

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

.contact .gravity-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

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

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

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

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

.contact .gravity-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 .gravity-email-form .form-group {
  margin-bottom: 20px;
}

.contact .gravity-email-form label {
  padding-bottom: 8px;
}
.contact .gravity-email-form .gfield_label, .gform_wrapper.gravity-theme .gfield_label{ display:none !important; }
.contact .gravity-email-form .gfield{ margin-bottom:10px; }
.contact .gravity-email-form .gfield_container{ border-radius:5px; }
.contact .gravity-email-form input:not([type="submit"]), .contact .gravity-email-form select, .contact .gravity-email-form textarea,
#modalLeadForm .gform_legacy_markup_wrapper .top_label input.medium {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}
#modalLeadForm .modal-title{ font-weight: 300; }
::placeholder, .contact .gravity-email-form select, .contact .gravity-email-form select option{ color: #999; font-size:18px !important; }
.contact .gravity-email-form input:focus, .contact .gravity-email-form textarea:focus {
  border-color: #47b2e4;
}

.contact .gravity-email-form input {
  padding: 10px 25px;
}
/*.contact .gravity-email-form input[type="submit"]::before{
	content: '';
	display:inline-block;
	transform: rotate(-20deg);
}*/

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

.contact .gravity-email-form button[type="submit"] {
  background: #47b2e4;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .gravity-email-form button[type="submit"]:hover {
  background: #209dd8;
}

/*
Modal Styles
 */
#modalConfirm .modal-header, #modalConfirm .modal-footer{
	border:none;
}
#modalConfirm .modal-footer .btn-danger{
	background-color:#47b2e4;
	border-color:#47b2e4;
}
#modalLeadForm .modal-body{
    background-color: #262626;
    color: #fff;	
}
#modalLeadForm .contact .gravity-email-form{ padding:30px 15px 0 15px; }
#modalLeadForm .gform_wrapper.gravity-theme .gform_fields{ grid-column-gap: 16px; }
#modalLeadForm .modal-header{
	padding: 15px;
    color: #fff;
    background-color: #262626;
    border-color: #666;
}
#modalLeadForm .gform_legacy_markup_wrapper{ margin-block: 0; }
#modalLeadForm .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){ width:100%; }
#modalLeadForm .gform_legacy_markup_wrapper .top_label .gfield_label{ display:none; }
#modalLeadForm .gform_legacy_markup_wrapper ul.gform_fields{
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;	
}
#modalLeadForm .gform_legacy_markup_wrapper ul.gform_fields li.gfield{
	margin:0; padding:0; 
}
#modalLeadForm .modal-header .btn-close{
	background:transparent url('../svg/close.svg') center/1em auto no-repeat;
}
#modalLeadForm .gform_legacy_markup_wrapper .gform_footer input.button, .gform_legacy_markup_wrapper .gform_footer input[type=submit]{
	display:block;
	margin:0 auto;
}
#modalLeadForm input[type="submit"]{ cursor: pointer; }
.gform_wrapper .gform_validation_errors {
	background-color: deepskyblue !important;
    box-shadow: none !important;
    margin: 20px auto !important;
    max-width: 90% !important;
    margin-bottom: 0 !important;
    padding: 10px 10px 10px 30px !important;
    position: relative !important;
	border: none !important;
}
.gform_wrapper .gform_validation_errors > h2 {
    color: #ffffff !important;
    font-size: 14px !important;
	display: grid;
    grid-template-columns: 8% 90%;
    align-items: center;	
}
.gform_wrapper .gform_validation_errors > h2 .gform-icon {
	position: relative !important;
    display: block !important;
    height: auto !important;
    left: unset !important;
    top: unset !important;
    align-items: unset !important;
}

.gform_wrapper .gfield_error [aria-invalid=true] {
    border: 2px solid deepskyblue !important;
}
.gform_wrapper.gravity-theme .gfield_description{ padding-top: 0 !important; }
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    background: transparent !important;
    border: none !important;
    margin-top: 0 !important;
    padding: 0 !important;
    color: deepskyblue !important;
}
.gform_confirmation_message > p{ color:deepskyblue; }
.gform_wrapper .gform_heading{
   display:none;
}

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

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

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
  .member-info p{ font-size:20px; }
  .reviews .indicators .bi{
	  font-size:54px;
  }
  .reviews .indicators > img{ width:40px; }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #37517e;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 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: #4668a2;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #ddd;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #209dd8;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

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

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #5e5e5e;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #37517e;
  position: relative;
  padding-bottom: 12px;
}

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

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

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

#footer .footer-top .footer-links ul li {
  padding: 10px 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: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #47b2e4;
  color: #fff;
  line-height: 1;
  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: #209dd8;
  color: #fff;
  text-decoration: none;
}

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

#footer .footnote {
 max-width:50%;
}

#footer .credits {
  float: right;
  padding-left: .5rem;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}
#footer .disclosure {
  font-size:12px;
}

@media (max-width: 768px) {
	.section-title h2 { font-size:28px; }
	.cta{ padding-block:50px; }
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #footer .credits {
    padding-top: 4px;
  }

  #reviews .block{ width:100%; }
  #reviews object.img-fluid{ padding-top: 50px; }
  
}
@media (min-width:641px){
	.section-anchor {
		display: grid;
		flex-wrap: nowrap;
		grid-template-columns: 1fr 1.5fr;
		justify-content: space-evenly;
	}	
	.menu-anchor {
		display: grid;
		grid-template-columns: 36px 1fr;
		align-items: end;
		justify-content: space-evenly;
		margin-bottom:10px;
	}	
}
@media (min-width: 576px) and (max-width: 768px) {
	.icon-box{
		min-height:none;
	}
}
@media (max-width: 640px) {
	.section-title h2{
		font-size:28px;
	}
	#products img.infographic{
		max-width:100%;
	}
	.prod h3{
		font-size:26px;
	}
	.menu-anchor{ display:block; padding-bottom:10px; }
	.menu-anchor a{ font-size:20px; display: inline-block; vertical-align: middle; }
	#contact{ padding-block: 0px; }
	.contact .gravity-email-form{ padding-inline:10px; }
	.pull-right{ float:none !important; }
	#footer .footnote{ max-width:100% !important; }	
}
@media (max-width:560px){
	.grid-triple-col{
		grid-template-areas: "col1"
							 "col2"
							 "col3";
	}
	#modalLeadForm .gform_legacy_markup_wrapper ul.gform_fields{   grid-template-columns: 1fr; }	
}
@media (max-width: 480px) {
	.card{
		width:49%;
		padding-inline: 15px; 
	}
	.contact .info img{
		width:120px; 
		height: auto;
	}
	#inprods .card-title{ font-size:16px; }
	#inprods .icon{ height:80px; }
	
}
/*
@media (max-width: 400px) {
	#header .logo img {
	  width:250px;
	  height: auto;
	}
}
*/