/*============================
 Reset CSS
===============================*/ 
* {
    margin: 0;
    padding: 0;
}
html,body {
	height: 100%;
	margin: 0;
}
body {
	font-family: 'Merriweather', serif;
    font-weight: 300;
    font-size: 15px;
    color: #222;
	line-height:25px;
	position:relative;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	font-weight:700;
}
p {
    margin: 0;
	color:#555;
	font-size:15px;
}
ul {
    list-style: none;
    margin-bottom: 0;
}
a,button{
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight:400;
}
.section{
	padding:100px 0;
}
button,a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    border: none;
    outline: none;
}
.overlay{
	position:relative;
}
.overlay:before{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.4;
	content:"";
}
img {
    max-width: 100%;
	display:inline-block;
}
select:focus,
select:active {
    box-shadow: 0;
    border: 0;
    outline: 0
}
.table {
	display: table;
	width: 100%;
	height: 100%;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent;
    text-decoration: none;
}
.navbar {
    margin-bottom: 0;
    border: 0;
}
.mobile-menu{
	display:none;
}
.section-title {
    margin-left: 12px;
    position: relative;
    padding-left: 10px;
    margin-bottom: 60px;
}
.section-title::before{
	position: absolute;
	content: "";
	width: 5px;
	height: 64px;
	background: #00b0f0;
	top: 5px;
	left: -12px;
}
.section-title h1 {
    font-size: 35px;
    margin-bottom: 10px;
}
.section-title h1 span {
	color: #00b0f0;
}
.section-title p {
    font-size: 18px;
}
.poxman-btn {
    display: inline-block;
    color: #fff;
    padding: 12px 30px;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    background: #00b0f0;
    border: none;
    text-transform: capitalize;
	cursor:pointer;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.poxman-btn:hover{
	background:#222222;
	color:#fff;
	-webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.20);
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.20);
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.20);
}
.poxman-btn i {
    margin-right: 8px;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 13px;
}
img{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
input,
input:focus,
input:active {
    outline: none;
	font-family: 'Work Sans', sans-serif;
    font-weight: 500;
}
select{
    -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}
textarea:focus {
    outline: none !important;
    box-shadow: none !important
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}


/*Remove bootstrap tab css*/
.nav-tabs > li > a {
    border: 0
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border: 0;
    outline: 0
}

.nav-tabs {
    border: 0
}

.nav-tabs > li > a:hover {
    border: 0
}

/*navbar css icon*/
.navbar-toggle .icon-bar {
    position: relative;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    width: 28px;
}
.slick-slide {
    outline: none !important;
}
/*bootstrap form*/
.form-control:focus {
	border-color: #ccc;
	box-shadow: 0 0 0 ;
	outline: 0 none;
}
#scrollUp {
    right: 25px;
    bottom: 30px;
    color: #fff;
    padding: 1px 7px;
    font-size: 20px;
    width: 50px;
    height: 50px;
    background: #222;
    border-radius: 100%;
    overflow: hidden;
    line-height: 50px;
    padding: 0;
    text-align: center;
    line-height: 58px;
}
#scrollUp:hover{
	background:#00b0f0;
	color:#fff;
}
#scrollUp i {
	font-size: 35px;
	
}
/*--- preloader ---*/
.preloader {
  background-color: #00b0f0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000000; 
}

.preloader .lds-ellipsis {
  width: 64px;
  height: 64px;
  position: absolute;
  left: calc(50% - 32px);
  top: calc(50% - 32px); }

.preloader .lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.preloader .lds-ellipsis div:nth-child(1) {
  left: 6px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite; }

.preloader .lds-ellipsis div:nth-child(2) {
  left: 6px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite; }

.preloader .lds-ellipsis div:nth-child(3) {
  left: 26px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite; }

.preloader .lds-ellipsis div:nth-child(4) {
  left: 45px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite; }

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0); } }
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0); } }


/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform:translateY(0);
  }
}
/* btn shine */
@-webkit-keyframes shine {
    100% {left: 125%;}
}
@keyframes shine {
    100% {left: 125%;}
}

/* Icon Drop */
@-webkit-keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%,
	100% {
    opacity: 1;
  }
}
@keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%,
	100% {
    opacity: 1;
  }
}


/* Precon Options */  
.poxman-options {
	position: fixed;
	display: block;
	z-index: 99998;
	padding: 20px;
	width: 245px;
	background: #fff;
	right: -245px;
	text-align: left;
	top: 50%;
	margin-top: -172.95px;
	-webkit-box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
	box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
	z-index: 1300000;
}
.poxman-options .icon {
	position: absolute;
	left: -50px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 25px;
	border-radius: 5px 0 0 5px;
	background: #fff;
	color: #444;
	text-align: center;
	background: #fff;
	color: #4A89DC;
	top: 0;
	cursor: pointer;
	box-shadow: -7px 1px 8px #00000012;
}
.poxman-options .icon i {
	cursor: pointer;
}
.poxman-options h4 {
	display: block;
	font-size: 15px;
	margin-bottom: 10px;
}
.poxman-options .single-option p {
	line-height: 20px;
	margin-bottom: 15px;
}
.poxman-options ul li{
	font-weight:500;
	font-size:14px;
}
.poxman-options ul li a{
	color:#555;
}
.poxman-options span {
	width: 42px;
	height: 42px;
	cursor: pointer;
	display: inline-block;
	border: 2px solid #eee;
	border-radius: 100%;
}
.poxman-options .single-option {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	outline:none;
}
.poxman-options .single-option:last-child{
	margin:0;
	padding:0;
	border:none;
}
.poxman-options span{
	position:relative;
	width
}
/* Skin 1 */
.poxman-options .icon{
	color:#222;
}
.poxman-options span.skin1{
	background:#00b0f0;
}
.poxman-options span.skin2{
	background:#1abc9c;
}
.poxman-options span.skin3{
	background:#4A89DC;
}
.poxman-options span.skin4{
	background:#D2527F;
}
.poxman-options span.skin5{
	background:#FC6761;
}
.poxman-options span.skin6{
	background:#00b0f0;
}
.poxman-options span.skin7{
	background:#78E08F;
}
.poxman-options span.skin8{
	background:#E67E22;
}