/*
Theme Name: Easy Card
*/


/*----- 1. Reset.css -----*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

@font-face {
	font-family: Open Sans;
	src: url(../fonts/OpenSans-Regular.eot);
	src: url(../fonts/OpenSans-Regular.otf);
	src: url(../fonts/OpenSans-Regular.ttf);
	src: url(../fonts/OpenSans-Regular.woff);
	src: url(../fonts/OpenSans-Regular.woff2);
  }


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* --- Common Styles ---*/

h1 {
  font-size: 16px;
}

/*----- Helper Classes -----*/

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*
::-webkit-scrollbar {
	display: none;
}
*/
h1, h2, h3, h4, h5, h6 {
  font-family: Open Sans;
}

p {
	font-family: Open Sans;
}

::-moz-selection {
    color: #FFFFFF;
    background: #00adb4;
}

::selection {
    color: #FFFFFF;
    background: #00adb4;
}

.nopadding {
	padding: 0;
}

/* Website CSS */
.how-it-works-heading {
	margin: 0 0 10px 0 !important;
	letter-spacing: 3px !important;
}
.how-it-works-p {
	margin-bottom: 20px;
}

.pkg-prices-web::before {
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: white; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
  }



.logo {
  margin: 0 auto;
	padding: 0px 0px;
	z-index: 111;
}

.logo:hover, .logo:focus {
	text-decoration: none;
	color: #FFF;
}



/* ------ Navbar Styling Starts ----- */


.navbar {
	font-size: 14px;
  font-family: Open Sans;
	font-weight: 400;
	text-transform: capitalize;
	padding-top: 25px;
	letter-spacing: 1px;
	height: 80px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	-webkit-backface-visibility: hidden;
}

.navbar-default {
  transition: all 0.6s ease;
	border-color: transparent;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-radius: 0px;
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #111111;
}

.navbar-default .navbar-brand .navbar-toggle .collapsed {
    padding: 4px 6px;
    font-size: 14px;
    color: #111111;
  }

.navbar-default .navbar-brand {
	padding-top: 5px;
	color: #111111;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

.navbar-default .navbar-brand:hover {
  transition: 1s;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5;
  transition: all 0.5s;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #A1A1A1;
}

.navbar-default .navbar-nav > .active > a {
  background: transparent;
  color: #222222;
  }


.navbar-default .navbar-nav > .active > a:hover {
    background: transparent;
    color: #333333;
}

.navbar-default .navbar-nav > .active > a:focus {
	background: transparent;
  color: #111111;
}

.navbar-default .navbar-collapse {
	border-color: transparent;
  background-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-toggle {
  color: #111111;
}

.navbar-default .nav-white > li > a {
	color: #FFFFFF;
}

.navbar-default .nav-white > li > a:hover {
	color: #999999;
}

.navbar-default .navbar-brand.nav-white {
	padding-top: 15px;
	color: #FFFFFF;
	font-size: 21px;
	letter-spacing: 1px;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

#globe-img{
	background-image:url("../images/world-white.png");
}

.changeLang{
	text-align:left;
	width:100%;
	display: block;
    padding: 3px 20px;
}

/*---------- Media Queries ---------*/

@media only screen and (max-width: 767px) {

	.navbar {
		padding-top: 5px;
		height: 60px;
	}

  .navbar-default {
    border: 0px;
    background-color: transparent;
  }

	.navbar-default .navbar-collapse {
		text-align: center;
		border-color: transparent;
	  background-color: #FFFFFF;
	}

  .navbar-default .navbar-collapse {
    border: 0;
    border-color: transparent;
  }

  .navbar-default .navbar-nav > li> a {
    color: #222222;
		margin-top: 10px;
  }

	.navbar-default .navbar-nav > li> a:hover {
		color: #222222;
	}

  .navbar-default .navbar-brand {
   		color: #FFFFFF;
		padding: 16px 15px !important;
  }

	.navbar-default .navbar-brand.nav-white {
		color: #FFFFFF;
	}

	.navbar-default .navbar-toggle .icon-bar{
		background-color: #00adb4;
	}
}

@media only screen and (min-width: 240px) {


.navbar.past-main {
	font-size: 14px;
	padding-top: 5px;
	height: 86px;
	background-color: rgba(255, 255, 255, 0.99);
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.navbar-default.past-main .navbar-brand {
	color: #111111;
}

.navbar-default.past-main .navbar-toggle .icon-bar {
	background-color: #111111;
}

.navbar-default.past-main .navbar-nav > li > a {
  color: #222222;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.navbar-default.past-main .navbar-nav > li > a:hover {
  color: #111111;
}

.navbar-default.past-main .navbar-nav > .active > a {
  background: transparent;
  color: #5924EC;
  }


.navbar-default.past-main .navbar-nav > .active > a:hover {
    background: transparent;
    color: #222222;
}

.navbar-default.past-main .navbar-nav > .active > a:focus {
	background: transparent;
  color: #222222;
}

}

.navbar-default .nav-white .navbar-toggle .icon-bar {
	background-color: #FFFFFF;
}

.navbar-default.past-main .nav-white .navbar-toggle .icon-bar {
	background-color: #111111;
}

/* ------------------------------------------------------
-------------- Main Section Styling Starts --------------
--------------------------------------------------------*/


#main {
  height: 100%;
}


/* ----- Hero Section Styling Starts ----- */

.hero-section {
	height: 70%;
	background: #222222;
	padding: 120px 0 0 0;
}

.hero-content {
	padding: 100px 0 100px 0;
	overflow: hidden;
}

.hero-content h1 {
	font-size: 34px;
	font-weight: 400;
	color: #262626;
	line-height: 1.2;
	letter-spacing: -1px;
	margin: 0 0 20px 0;
}

.hero-content p {
	font-family: Open Sans;
	font-size: 14px;
	color: #A1A1A1;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 25px 0;
}

/*---------------- Form Home Styling ------------------- */

.form .hero-section {
	background: #222222;
	background-size: cover;
	padding: 150px 0 0 0;
}

.form .hero-content {
	padding: 50px 0 50px 0;
	overflow: hidden;
}

.form img {
	margin: 0 auto;
}


.form .hero-content h1 {
	font-size: 34px;
	font-weight: 700;
	color: #FFF;
	line-height: 1.2;
	letter-spacing: -1px;
	margin: 0 0 20px 0;
}

.form .hero-content p {
	font-family: Open Sans;
	font-size: 14px;
	color: #A1A1A1;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 25px 0;
}

.form .sub-form {
	padding: 30px 0 0 0;
	text-align: left;
}



/*-----------------------------------------------------
-------------- Image Bg Styling Starts ----------------
------------------------------------------------------*/

input[type="text"],
textarea,
textarea.form-control {
	height: 45px;
    margin: 2px;
    padding: 0 20px;
    vertical-align: middle;
    border: 1px solid #DDDDDD;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 50px;
    color: #888888;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

textarea,
textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}

input[type="text"]:focus,
textarea:focus,
textarea.form-control:focus {
	outline: 0;
	background: #F8F8F8;
    border: 1px solid #111;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

input[type="text"]:-moz-placeholder, textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: #888; }
input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #888; }
input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #888; }



/*----------------------------------------------------
----------- Pitch Section Styling Starts ----------
-----------------------------------------------------*/


.pitch {
	padding: 45px 0 45px 0;
}

.pitch-intro {
	max-width: 600px;
	margin: 0 auto;
	padding: 0px 0px 5px 0px;
}

.pitch-intro h1 {
	font-size: 37px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: -2px;
	color: #454545;
	margin: 0 0 30px 0;
}


.pitch-intro p {
	font-family: 'Open Sans';
	font-size: 14px;
	line-height: 1.5;
	color: #A1A1A1;
	letter-spacing: 0;
}

.pitch-content {
	padding: 10px 0 50px 0;
}

.pitch-content h1 {
	font-size: 21px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
	color: #454545;
	margin: 0 0 10px 0;
}

.pitch-content p {
	font-family: 'Open Sans';
	font-size: 14px;
	line-height: 1.5;
	color: #A1A1A1;
	letter-spacing: 0;
}



/*----------------------------------------------------
----------- Features Section Styling Starts ----------
-----------------------------------------------------*/






/* --------------- Feature Sub ------------ */

.feature-sub .sub-inner h1 {
	font-size: 37px;
	font-weight: 500;
	line-height: 1.5;
	color: #FFFFFF;
	/* margin: 0 0 30px 0; */
}

.feature-sub .sub-inner .btn-action {
	color: #FFFFFF;
	background: #00adb4;
	border-color: #00adb4;
}

.feature-sub .sub-inner .btn-action:hover {
	color: #00adb4;
	background: transparent;
	border-color: #00adb4;
}

.feature-sub {
	background: #222222;
	/* background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)), url(../images/image-bg.jpg) no-repeat center center; */
	background-size: cover;
	padding: 150px 0 150px 0;
}


.sub-inner {
	padding:0 10% 0 10%;
	text-align:center;
}


/*  --------------------------------------------------
------------- Reviews Section Styling ----------------
-----------------------------------------------------*/

.app-features {
	background: #FFFFFF;
	padding: 50px 0 50px 0;
}

.app-features h1 {
	font-size: 37px;
	font-weight: 900;
	margin: 0 0 10px 0;
}

.app-features p {
	font-size: 16px;
	font-weight: 400;
	color: #A1A1A1;
	line-height: 1.4;
	margin: 10px 0 50px 0;
}


.app-features img {
	 margin: 0 auto;
}

.app-features .features-left, .app-features .features-right {
	margin:0px;
	padding: 50px 0 0 0;
}

.app-features .icon, .app-features .icons {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align:center;
}

.app-features .icons{
	text-align:center;
}

.app-features .icon i, .app-features .icons i{
	font-size: 54px;
	color: #42669C;
}


.app-features .feature-single, .app-features .feature-singles {
	margin-left: 0;
	margin-bottom: 50px;
}


.app-features .feature-single h1, .feature-singles h1 {
	font-size: 15px;
	font-weight: 600;
	color: #222222;
	margin: 0 0 10px 0;
	letter-spacing: 1px;
	text-transform:uppercase;
	text-align:center;
	line-height: 1.5;
}

.app-features .feature-singles h1 {
	text-align:center;
	line-height: 1.5;
}

.app-features .feature-single p,  .feature-singles p {
	font-size: 14px;
	color: #A1A1A1;
	line-height: 1.4;
	margin: 10px 0 0 0;
}

.app-features .feature-singles p {
	text-align:left;
}


/*  --------------------------------------------------
------------- Reviews Section Styling ----------------
-----------------------------------------------------*/

.review-section {
	padding: 50px 0 50px 0;
	text-align: center;
	background: #eaeef4;
}

.reviews {
  width: 100%;
}


.review-single img {
  width:80px;
	height:80px;
}

.review-text h3 {
	font-family: Open Sans;
  font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
  color: #A1A1A1;
}

.review-text .ion {
	display: inline-block;
	margin-top: 20px;
  font-size: 14px;
  color: #00adb4;
}

.review-text p {
  font-family: Open Sans;
  font-size: 14px;
	font-weight: 500;
  padding: 20px 10px 20px 10px;
	letter-spacing: 1px;
	line-height: 1.5;
  color: #120501;
}


/* ----- CTA Section Styling Starts ----- */
.error_message {
	color:#fc6e51;
	font-family: Open Sans;
	padding-bottom:15px;
	font-size:13px;
	line-height:30px;
}
#success_page {
	color:#00adb4;
	font-family: Open Sans;
	padding-bottom:10px;
	font-size:12px;
}
#success_page h3 {
	font-size:17px;
	font-weight:400px;
	color:#00adb4;
}
#success_page p {
	font-size:12px;
	font-weight:400px;
	color:#b3b3b3;
}
/* ----- CTA Section Styling Ends ----- */


/* -------------------------------------------------------
----------- Bact-to-Top Styling Starts Here --------------
---------------------------------------------------------*/


.back-to-top {
	background: #00adb4;
	margin: 0;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	z-index: 90;
	display: none;
	text-decoration: none;
	color: #0E1729;
}

.back-to-top i {
	position: relative;
	left: 13px;
	top: 6px;
	font-size: 24px;
	color: #FFFFFF;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

.back-to-top:hover {
	opacity:0.7;
}

.back-to-top:focus {
    color: #FFFFFF;
}


/*----------------------------------------------------
------------- All ------------------------------------
--------------------- Media --------------------------
------------------------------- Queries --------------
-----------------------------------------------------*/

@media only screen and (min-width: 767px) {
	.logo {
	  position: absolute;
	  top: 20px;
	  left: 20px;
	}

	.hero-section {
		padding: 150px 0 100px 0;
	}

	.form .hero-section {
		padding: 136px 0 13px 0;
	}

	.form .hero-content {
		padding: 80px 0 100px 0;
		overflow: hidden;
	}

	.form .hero-content h1 {
		font-size: 54px;
	}


	.hero-content h1 {
		font-size: 48px;
		margin: 0 0 20px 0;
	}

	.hero-content p {
		font-size: 14px;
	}

	.about-content h2 {
		font-size: 38px;
	}


	.image-bg .hero-content h1 {
		font-size: 54px;
	}


	.signup .hero-content h1 {
		font-size: 48px;
	}

	.features .features-list {
		padding: 100px 0 0 0;
		text-align: left;
	}

	.features .features-list ul li {
		font-size: 18px;
		display: list-item;
		text-align: left;
	}



	.feature-sub {
		padding: 40px 0 40px 0;
	}

	.feature-sub .sub-inner h1 {
		font-size: 42px;
	}


	.contact h1 {
		font-size: 19px;
	}

	.contact p {
		font-size: 13px !important;
	}

	.contact a {
		font-family:"Open Sans";
		font-size: 14px;
	}

}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
	.features .features-list {
		padding: 80px 0 0 0;
	}
}



@media screen and (max-width: 399px) {


 .form .sub-form .subscribe-form {
 	text-align: left;
 }


  .form .sub-form .subscribe-form .mail {
 	 text-align: center;
    padding: 0 0 0 0;
    border-radius: 5px 0 0 5px;
  }

  .form .sub-form .subscribe-form .submit-button {
    padding: 0 5px 0 5px;
    border-radius: 0 5px 5px 0;
 	 margin-top: 15px;
  }

 .back-to-top {
	right: 10px;
}

 }

 @media only screen and (min-width: 991px) and (max-width: 1201px) {

	 .app-features .features-left, .app-features .features-right {
	 	padding: 0 0 0 0;
	 }

	 .software .features .features-list {
		 padding: 0 0 0 0;
	 }

 }

/*
=================================================================================================================== image slider ===================================================
*/
#img-slider-background{
	background-color:white;
	margin:100px 0px;
}

.img-slider-box{
	background-color:white; 
	overflow: hidden;
}

.img-slider-wrapper{
	padding: 1rem 0;
}

.img-slider-photobanner {
	position: relative;
	height: 350px;
	display: flex;
	width: 100%;
	animation: bannermove 50s linear infinite alternate-reverse;
}

.img-slider-photobanner img {
	margin: 0px 25px;
	padding: 0px;
	box-shadow: 2px 2px 8px #8a8a8a;
	width:470px;
}

.img-slider-photobanner:hover {
	animation:stop;
}

@keyframes bannermove {
  from {
	left: 0px;
  }
  to {
	left: -2700px;
  }
}

/*---------------------------------------------------
------- Contact us form ---------
---------------------------------------------------*/

/*---------------------------------------------*/
.contact100-form a {
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  /* border: none; */
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ utility ]*/

/*==================================================================
[ Text ]*/
.txt1 {
 font-family: open sans !important;
  font-size: 18.5px;
  line-height: 1.2;
  color: #fff;
}

/*==================================================================
[ Size ]*/
.size1 {
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.size2 {
	width:287px;
	text-align:center;
}


/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
  width: 100%;  
  /* min-height: 60vh; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #f2f2f2;
  
}

.wrap-contact100 {
  width: 1120px;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.3);

}

/*==================================================================
[ Contact more ]*/
.contact100-more {
  background-image: url('https://image.freepik.com/free-photo/close-up-person-using-cellphone_23-2147890193.jpg');
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 30px 15px 0px 15px;
  
}

.contact100-more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
}



/*==================================================================
[ Form ]*/

.contact100-form {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 56px 55px 63px 55px;
}

.contact100-form-title {
  width: 100%;
  display: block;
  font-family: Poppins-Regular;
  font-size: 30px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 33px;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
}

.rs1-wrap-input100,
.rs2-wrap-input100 {
  width: 49.6%;
}

.rs2-wrap-input100 {
  border-left: none;
  margin-left:0.8%;
}


.label-input100 {
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #555555;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1px;
  
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 55px;
  border: 1px solid #e6e6e6;
  border-bottom: none; 
  padding: 10px 25px;
  margin-top: 15px;
  margin-bottom: 0;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-family: Poppins-Regular;
  font-size: 16px;
  color: #666666;
  line-height: 1.2;
  background-color:#222222; 
  border:#222222;
}

input.input100 {
  height: 47px;
}


textarea.input100 {
  min-height: 139px;
  padding-top: 19px;
  padding-bottom: 15px;
}

/*---------------------------------------------*/

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid #00adb4;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}



/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 23px;
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 200px;
  height: 50px;
  border-radius: 2px;
  background: #00adb4;

  font-family: Montserrat-Bold;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover {
  background: #333333;
}



/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
  .contact100-form {
    width: 60%;
    padding: 56px 30px 63px 30px;
  }

  .contact100-more {
    width: 40%;
  }
}

@media (max-width: 768px) {
  .contact100-form {
	width: 100%;
}

.contact100-more {
	width: 100%;
	height: 350px;
  }
}

@media (max-width: 576px) {
  .contact100-form {
    padding: 56px 15px 63px 15px;
  }

  .rs1-wrap-input100,
  .rs2-wrap-input100 {
    width: 100%;
  }

  .rs2-wrap-input100 {
    border-left: 1px solid #e6e6e6;
    border-top: none;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
  border: none;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;

  font-family: Poppins-Regular;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}


form span, form label, form textarea, form button, .contact100-more span{
	 font-family: Open Sans !important;
}


/*---------------------------------------------------
------- Media Queries for Split Layout Ends ---------
---------------------------------------------------*/

/* ======================================================================== distributed footers ====================================================*/
.footer-distributed{
	/* background-color: #292c2f; */
	background-color: #222222;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	font-family: Open Sans !important;
	padding: 55px 50px;
	padding-left: 150px;
    padding-right: 150px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
	font-family: Open Sans !important;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font-size:36px;
	font-weight:normal;
	margin: 0;
}

.footer-distributed h3 span{
	color:  #fff;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
	font-family: Open Sans !important;
}

.footer-distributed .footer-company-name{
	color:  #ffffff;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	font-family: Open Sans !important;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}


.footer-distributed .footer-center div i{
	background-color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
} 


.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
	color:#00ADB4;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
	font-family: Open Sans !important;
	font-weight: normal;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
	font-family: Open Sans !important;
}

.footer-distributed .footer-center p a{
	color:  #ffffff;
	text-decoration: none;
	font-weight: normal;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	font-family: Open Sans !important;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #83bdd8;
	font-size: 14px;
	font-weight: bold;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

/* .footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: white;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
} */

.footer-company-about{
	color:  white;
	margin: 20px 0 12px;
	padding: 0;
	font-size: 14px !important;
}

.footer-company-about  a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  white !important;
	font-family: Open Sans !important;
}

#bullet{
font-size:8px;
}


.features-text{
	font-family: Open Sans !important;
}


.btn1, .btn2, .btn3, .btn4, .btn5, .btn1:focus, .btn2:focus, .btn3:focus, .btn5:focus {
	background: #00adb4 !important;
	border-radius:4px;
	color:white;
	border: none;
	font-family: Open Sans !important;
}

.btn1, .btn3, .btn1:focus, .btn3:focus {
	border: 1.5px solid #00adb4 !important;
}

.btn1:hover, .btn3:hover, .btn5:hover{
	background: white !important;
	color:#00adb4 !important;
	font-family: Open Sans !important;
}

.btn1:hover, .btn3:hover{
	border: 1.5px solid white !important;
}


.btn2:hover, .btn4:hover{
	background: #333333 !important;
	color:white;
}

.btn3{
	margin-top: 30px;
}
.btnstyle{
margin-right: 40px;
}
.sub-inner span{
	font-size:17px;
	color:white;
}

#globe-img{
	width: 16px; height: 16px;
	margin-top:2px;
}

#line{
	border:1px solid #EEEEEE;
}


#how-it-works{
	background: #f9f9f9 !important;
}

.btn5{
	width: 200px;
    font-size: 13px;
}

#img-slider-background{
	margin: 45px 0px !important;
}

#message{
	resize:none;
	font-size: 14px;
	color: #888888;
}

  .fa-map-marker:before, .fa-phone:before, .fa-envelope:before,  .fa-facebook-f:before{
	color: #48669C;
	font-size:20px;
	position: absolute;
	margin-left: -7px;
  }

  .fa-map-marker:before{
	margin-top:-1px;
  }

  .fa-phone:before {
    margin-left: -10px;
  } 

  .fa-envelope:before{
	margin-left: -10px;
	margin-top:1px;
  }


  .her-section-img{
	height:470px;
  }

.icons-area-img{
	height:550px;
}

.app-features-btn{
	margin-top:50px;
}

.works-section-area{
	font-family: Open Sans;
	font-size: 12px;
}

.icon-4{
	margin-top:60px;
}

.contact-us{
	background: white; 
	margin: 14px 0px;
}

#container-inner-div{
	margin-bottom:35px;
}

.btn{
	background:#00adb4;
}

.svg-icon-1{
	fill:#48669C; height:55px;
}


.footer-wrapper p{
	font-size:1rem; 
	color:white;
	color:#0099CC;
}

footer-wrapper p a:link, footer-wrapper p a:visited, footer-wrapper p a:hover, footer-wrapper p a:active {
	color:#0099CC;
}

.navbar-brand {
	width: 218px !important;
    height: 88px !important;
}

.navbar-brand img{
	width: 191px !important;
	height:67px;
}

.contact-flex-containter{
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: center;
}

.flex-contact-item {
	position: relative;
	background: #e0b01e;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	padding:8px;
	color: white;
}

.contact-flex-containter a:first-child{
	margin-right:15px;
}

.svg-icon-contact{
	fill:white;
	height:30px;
	position: absolute;
	width: 33px;
    left: 8px;
    top: 10px;
}

.sub-inner span {
	font-size:17px;
	font-family: Open Sans;
	line-height:2;
	color: white;
	margin-top: 15px;
}


.slideControls{
	position: relative;
}
.slidePrev, .slideNext{
	position: absolute;
}

.slidePrev{
	left: 0;
}

.slideNext{
	right: 0;
}

.arrows-wrapper{
	display: flex;
    justify-content: center;
    align-items: center;
    height: 320px;
}


.svg-icon-right, .svg-icon-left{
	fill:#222222; 
	height:35px;
	width:35px;
	z-index: 12;
	cursor: pointer;
}

.lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a{
	background-color:#00adb4 !important;
}

#light-slider{
	height:700px;
  }
  
  .figure{
	display: block;
    margin: 0px auto;
	width: 276px;
	font-size:18px;
  }

  #light-slider li div img{
	height:400px;
  }

  .figure-caption{
	padding: 5px;
	margin-top:15px;
	margin-bottom:15px;
	overflow: hidden;
	font-family: Open Sans;
  }


@media (min-width: 768px){
	.navbar-nav>li>a{
		padding-top:28px;
		padding-bottom:28px;
	}
}

@media only screen and (max-width: 1199px) {
	
	.navbar-nav>li>a {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.nav>li>a {
		display: block;
		padding: 0px 10px;
	}

	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand > img{
		margin-top: -20px;
	}

	.navbar {
		padding-top:28px;
	}

	.navbar-brand{
		padding:0px 15px;
	}

	.navbar.past-main {
		padding-top: 25px;
		height: 71px;
	}

	.navbar-brand {
		width: 170px !important;
		height: 71px !important;
	}

	.navbar-brand img {
		height: 50px;
		width: 140px !important;
	}

	.navbar-default .navbar-brand{
		height: 50px !important;
	}

	.contact100-form {
		padding: 56px 55px 63px 55px;
		
	}

	.contact100-form-title{
		padding-bottom: 33px;
	}

	.svg-icon-right {
		margin-right: -22px;
	}
	.svg-icon-left {
		margin-left: -22px;
	}

	.figure-caption{
		font-size:16px;
		margin-top: 7px; 
		margin-bottom: 7px;
	}
	#light-slider{
		height:444px;
	  }


@media only screen and (max-width: 991px) {
	.navbar-nav>li>a {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	#features .container{
		position: relative;
	}

	.features-left .buiness-information #line{
		width:60%;
	}
	
	.features-left .recommendations h1{
		margin-bottom: 42px;
	}

	#features .easily-share-your-card{
		position:absolute;
		margin-top: -214px;
		right:0;
		padding-left:15px;
		padding-right:15px;
	}

	#features .easily-share-your-card .feature-singles h1{
		width: 330px;
		padding-bottom: 46px;
		border-bottom: 1.5px solid #eee;
	}

	#features .easily-share-your-card .icons{
		width: 330px;
	}
	
	.navbar-default .navbar-nav > li > a {
		margin-top: 22px;
	}

	.navbar-default .navbar-nav > li > a{
		padding-right:14px;
	}

	.navbar.past-main {
		padding-top: 25px;
		height: 113px;
	}

	.form .hero-content{
		padding-top:45px;
		padding-bottom:45px;
	}

	.form .hero-content h1 {
		width: 458px;
		margin: 0px auto;
		font-size: 58px;
		line-height: 1.2;
		margin-bottom: 36px;
		text-align: center;
	}
	
	.form .hero-content p {
		width: 452px;
		margin: 0 auto;
		margin-bottom: 25px;
		text-align: center;
	}

	.btn1{
		display:block;
		margin:auto;
	}

	#how-it-works img{
		height:105px;
	}

	.pitch-content h1{
		font-size:19px;
	}
	
	.feature-sub .sub-inner h1{
		font-size:34.1px;
	}

	.sub-inner span{
		line-height:1.4;
	}

	.review-section {
		padding: 35px 0 35px 0;
	}

	.contact100-form {
		padding: 26px 32px 26px 32px;
		
	}
	
	.contact100-form-title{
		padding-bottom:16px;
	}

	.flex-contact-item{
		height:45px;
		width:45px;
	}

	.svg-icon-contact
	{
		height:25px;
		left:6px;
	}
}

  
@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

	.form .hero-section {
		padding: 112px 0 0 0;
	}


	.footer-distributed {
		padding-top: 45px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom:0px;
	}
	
	.footer-distributed .footer-center{
		text-align: left;
		width: 266px;
		margin: 0 auto;
		margin-bottom: 40px;
	}

	.footer-distributed .footer-company-about {
		text-align: left;
		width: 170px;
		margin: 0 auto;
	}

}


@media (max-width: 767px){

	.navbar.past-main {
		font-size: 14px;
		padding-top: 20px;
		height: 84px;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a{
		text-align: center;
	}

	
	#features .easily-share-your-card .icons{
		width:100%;
	}

	#features .easily-share-your-card{
		position:relative;
		margin-top: 0px;
		padding:0px;
	}

	#features .easily-share-your-card .feature-singles h1{
		width: 300px;
		padding-bottom: 46px;
		 border-bottom: 0px;
		margin: 0px auto;
	}

	.icons-area-img{
		display:none;
	}

	.features-left .buiness-information #line{
		width:100%;
	}
}



@media only screen and (max-width: 414px) {
	.navbar-brand img{
		margin-top:4px;
	}

	.navbar.past-main {
		padding-top: 12px;
		height: 73px;
	}

	.form .hero-section {
		padding: 112px 0px 0px 0px;
	}

	.form .hero-content h1 {
		width: 293px;
		margin: 0px auto ;
		margin-bottom: 20px ;
		font-size:34px;
		text-align:left;
	}

	.form .hero-content p {
		width: 289px ;
		margin: 0 auto ;
		margin-bottom: 25px ;
		text-align: left;
	}
	
	.icons-area-img{
		display:none;
	}

	#features .easily-share-your-card .icons{
		width:100%;
	}

	#features .easily-share-your-card{
		position:relative;
		margin-top: 0px;
		padding:0px;
	}

	#features .easily-share-your-card .feature-singles h1{
		width: 300px;
		padding-bottom: 46px;
		border-bottom: 1.5px solid #eee;
		margin: 0px auto;
	}

	.btn1{
		display:block;
		margin:auto;
	}

	.app-features .features-left, .app-features .features-right {
		padding: 0px;
	}

	.app-features img {
		margin-bottom: 56px;
	}

	.pitch {
		padding: 25px 0 0px 0;
	}

	.feature-sub {
		padding: 40px 0 40px 0;
	}

	.feature-sub .sub-inner h1{
		margin-bottom: 30px;
	}

	.sub-inner span {
		color: white;
	}

	.btn5{
		margin-top:16px;
	}

	.arrows{
		display: none;
	}

	.figure{
		width: unset !important;
		font-size:18px;
		text-align: center;
	  }

	  .arrows-wrapper{
		  display:none;
	  }

	  #light-slider li div img {
		height: 355px;
		
		}
  }


  /* ============================================================== LightSlider ============================================================== */

  .carousel-container{
	padding:5px 37px;
  }
  .slideControls{
	position: absolute;
	  width: 100%;
	  top: 47px;
	left:0;
	i{
	  font-size:30px;
	}
	.slideNext{
	  right:0;
	  position:absolute;
	  cursor:pointer;
	}
	.slidePrev{
	  left:0;
	  position:absolute;
	  cursor:pointer;
	}
  }
  .carousel{
	padding:15px 25px;
	position:relative;
	img { width:100%; }
	.slide{padding:20px;
	  text-align:center;
	  
	  height:50px;
	}
	div{
	  &.one{
		background:#ac5253;
	  }
	  &.two{
		background:#6d292a;
	  }
	}
  }
  