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, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, 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
}
body {
	font-size: 16px;
	min-width: 320px;
	line-height: 1.6;
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 1.3
}
h1 {
	font-size: 3.125rem
}
h2 {
	font-size: 1.5rem
}
h3 {
	font-size: 1.1875rem
}
h4 {
	font-size: 1.125rem
}
h5 {
	font-size: 19px
}
h6 {
	font-size: 1rem
}
a {
	outline: none!important;
	color: #26a1e0
}
a:focus {
	color: #26a1e0
}
a:hover {
	color: #2291ca
}
i {
	line-height: inherit!important
}
section {
	padding-top: 84px;
	padding-bottom: 90px
}
.triangle:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100px;
	background-image: url(../img/s1_triangle.svg);
	background-size: cover;
	background-position: bottom;
	z-index: 3;
	background-repeat: no-repeat;
	bottom: 0
}
.btn {
font-size:.875rem;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	padding: 10px 30px 10px 30px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
	line-height: 21px;
	border: none
}
.btn:hover {
	color: #fff;
	text-decoration: none
}
.img-responsive {
	width: 100%;
	height: auto;
	display: block
}
.btn-form {
	padding: 14px 32px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.btn-dark {
	background-color: #424e5c
}
.btn-dark:hover {
	background-color: #26a1e0
}
.btn-blue {
	background-color: #26a1e0
}
.btn-blue:hover {
	background-color: #2291ca
}
.button-section .btn:nth-child(2n+1) {
	margin-right: 20px
}
.notify {
	display: block;
	background-color: #176186;
	color: #fff;
	text-align: center;
	padding: 3px
}
.heading-title {
	text-align: center;
	margin-bottom: 79px
}
.heading-title h2 {
	line-height: 1.875rem;
	font-weight: 400;
	font-family: "Roboto Slab", sans-serif;
	color: #3d3a3a
}
.heading-title h2:after {
	content: "";
	display: block;
	height: 2px;
	width: 60px;
	background-color: #ffffff;
	margin: 0 auto;
	margin-top: 19px;
	margin-bottom: 18px
}
.heading-title h2 span {
	/*	font-size: 1.9375rem;
*/
	font-family: 'Pacifico', cursive;
	color: #f37d18;
	padding-left: 5px;
	padding-right: 5px;
}
.heading-title p {
	font-size: 14px;
	font-weight: 400;
	color: #5c5757;
	letter-spacing: .3px
}
.dots {
	display: block
}
.dots-control, .dots {
	margin: 0;
	padding: 0
}
.dots-control li, .dots li {
	float: left;
	list-style: none;
	margin-right: 12px
}
.dots-control li:last-child, .dots li:last-child {
	margin-right: 0
}
.dots-control li button, .dots li button {
	font-size: 0;
	padding: 0;
	height: 15px;
	width: 15px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	outline: none;
	border: 3px solid #26a1e0;
	display: block;
	background: none;
	opacity: .60
}
.dots-control .slick-active button, .dots .slick-active button {
	opacity: 1;
	background-color: #26a1e0
}
.prev-next-block {
	-webkit-transition: all ease .5s;

	transition: all ease .5s
}
.prev-next-block .slick-arrow {
	color: #fff
}
.prev-next-block .prev, .prev-next-block .next {
	height: 30px;
	position: absolute;
	top: 50%;
	font-size: 4.1875rem;
	color: #fff;
	opacity: .5;
	cursor: pointer;
	margin-top: -20px;
	-webkit-transition: all ease .6s;
	transition: all ease .6s
}
.prev-next-block .prev:hover, .prev-next-block .next:hover {
	opacity: 1
}
.prev-next-block .prev i, .prev-next-block .next i {
	vertical-align: top;
	line-height: 29px!important
}
.prev-next-block .prev {
	left: -90px
}
.prev-next-block .next {
	right: -90px
}
.buttons-download {
	text-align: right
}
.buttons-download .download {
	background-color: #26a1e0;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 12px 20px;
	margin-right: 5px;
	text-align: left;
	-webkit-transition: all ease .50s;
	transition: all ease .50s
}
.buttons-download .download:last-child {
	margin-right: 0
}
.buttons-download .download span {
	display: inline-block;
	font-size: 1.5625rem;
	line-height: 1.5625rem
}
.buttons-download .download span span {
	font-family: "Roboto Slab", sans-serif;
	font-size: 9px;
	display: block;
}
.buttons-download .download i {
	font-size: 42px;
	line-height: 1!important;
	position: relative;
	top: -5px;
	margin-right: 20px;
}
.buttons-download .download:focus {
	position: relative;
	top: 3px
}
.mfp-ready .mfp-figure {
	opacity: 0
}
.mfp-zoom-in .mfp-figure, .mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-transform: scale(.95);
	-ms-transform: scale(.95);
	transform: scale(.95)
}
.mfp-zoom-in.mfp-bg, .mfp-zoom-in .mfp-preloader {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.mfp-zoom-in.mfp-image-loaded .mfp-figure {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.mfp-zoom-in.mfp-ready.mfp-bg, .mfp-zoom-in.mfp-ready .mfp-preloader {
	opacity: .8
}
.mfp-zoom-in.mfp-removing .mfp-figure, .mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
	-webkit-transform: scale(.95);
	-ms-transform: scale(.95);
	transform: scale(.95);
	opacity: 0
}
.mfp-zoom-in.mfp-removing.mfp-bg, .mfp-zoom-in.mfp-removing .mfp-preloader {
	opacity: 0
}
.mfp-iframe-scaler {
	overflow: visible
}
.mfp-zoom-out-cur {
	cursor: auto
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer
}
.mfp-preloader {
	width: 30px!important;
	height: 30px!important;
	background-color: #26a1e0;
	opacity: 1;
	margin: 0 auto;
	-webkit-animation: rotateplane 1.2s infinite ease-in-out;
	animation: rotateplane 1.2s infinite ease-in-out
}
@-webkit-keyframes rotateplane {
 0% {
 -webkit-transform: perspective(120px);
}
 50% {
 -webkit-transform: perspective(120px) rotateY(180deg);
}
 100% {
 -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
}
}
@keyframes rotateplane {
 0% {
 -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
 transform: perspective(120px) rotateX(0deg) rotateY(0deg);
}
 50% {
 -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
 transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
}
 100% {
 -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
 transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
.my-mfp-zoom-in .portfolio-popup, .my-mfp-zoom-in .form-callback {
	opacity: 0;
	-webkit-transform: scale(.95);
	-ms-transform: scale(.95);
	transform: scale(.95)
}
.my-mfp-zoom-in.mfp-ready .portfolio-popup, .my-mfp-zoom-in.mfp-ready .form-callback {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.my-mfp-zoom-in.mfp-removing .portfolio-popup, .my-mfp-zoom-in.mfp-removing .form-callback {
	-webkit-transform: scale(.95);
	-ms-transform: scale(.95);
	transform: scale(.95);
	opacity: 0
}
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: .8
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0
}
* {
	-webkit-transition: -webkit-filter .25s ease;
	transition: -webkit-filter .25s ease;
	transition: filter .25s ease;
	transition: filter .25s ease, -webkit-filter .25s ease
}
.heading-title-big {
	color: #fff;
	font-size: 3.125rem;
	line-height: 4rem;
	font-weight: 500;
	font-family: "Roboto Slab", sans-serif;
	margin: 0
}
.heading-title-big span {
	font-weight: 300;
	color: #26a1e0
}
.horizontal-line {
	display: block;
	padding-top: 3px;
	padding-bottom: 12px
}
.horizontal-line span {
	width: 165px;
	height: 2px;
	display: inline-block;
	text-align: center;
	background-color: #26a1e0
}
.toggle-mnu {
	float: right;
	display: block;
	width: 28px;
	height: 28px;
	top: 7px;
	position: relative;
	cursor: pointer
}
.toggle-mnu span:after, .toggle-mnu span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px
}
.toggle-mnu span:after {
	top: 18px
}
.toggle-mnu span {
	position: relative;
	display: block
}
.toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
	width: 100%;
	height: 3px;
	background-color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-border-radius: 2px;
	border-radius: 2px
}
.toggle-mnu.on span {
	background-color: transparent
}
.toggle-mnu.on span:before {
	background-color: #fff;
	-webkit-transform: rotate(45deg) translate(-1px, 0);
	-ms-transform: rotate(45deg) translate(-1px, 0);
	transform: rotate(45deg) translate(-1px, 0)
}
.toggle-mnu.on span:after {
	background-color: #fff;
	-webkit-transform: rotate(-45deg) translate(6px, -7px);
	-ms-transform: rotate(-45deg) translate(6px, -7px);
	transform: rotate(-45deg) translate(6px, -7px)
}
body:not(.header-fixed) .logo, .toggle-mnu {
	z-index: 1001
}
#mobile-menu {
	font-family: "Roboto Slab", sans-serif;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 444;
	background-color: rgba(0,0,0,.9)
}
#mobile-menu>.inner-wrap {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	max-height: 100%;
	overflow-y: auto;
	text-align: center;
	padding: 50px 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
#mobile-menu>.inner-wrap>nav>.nav_menu {
	margin: 0;
	padding: 0 0 5px 0;
	list-style-type: none
}
#mobile-menu>.inner-wrap>nav>.nav_menu ul {
	margin: 0;
	padding: 0 0 5px 0;
	list-style-type: none
}
#mobile-menu .nav_menu a {
	display: inline-block;
	padding: 4px 0;
	text-decoration: none;
	font-size: 1.5625rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #777
}
#mobile-menu .nav_menu a:hover {
	color: #fcfcfc
}
#mobile-menu .nav_menu .sub-menu {
	display: none
}
#mobile-menu .nav_menu .sub-menu a {
	text-transform: capitalize;
	padding: 2px 0;
	font-size: 1.125rem;
	letter-spacing: 1px
}
#mobile-menu .nav_menu li.menu-item-has-children>a::after {
	content: '\f107';
	font-family: 'FontAwesome';
	margin-left: 4px;
	position: relative;
	right: -5px
}
#mobile-menu .nav_menu li.menu-item-has-children>a.sub-active {
	color: #fcfcfc
}
#mobile-menu .nav_menu li.menu-item-has-children>a.sub-active::after {
	content: '\f106'
}
#mobile-menu li.current-menu-item>a, #mobile-menu li.current-page-item>a {
	color: #fcfcfc
}
.sf-menu {
	margin-bottom: 0
}
.sf-menu a {
	padding: 0;
	padding: 0 12px;
	border: none;
	color: #f6f5f5;
	text-decoration: none
}
.sf-menu>li {
	font-family: "Roboto Slab", sans-serif;
	font-weight: 700;
	background-color: transparent;
	padding: 34px 0 34px 0
}
.sf-menu>li:last-child a {
	padding-right: 0
}
.sf-menu>li:hover {
	background-color: transparent
}
.sf-menu>li.sfHover {
	background: none
}
.sf-menu>li.sfHover>a {
	color: #26a1e0
}
.sf-menu>li>a {
	border-bottom: 5px solid transparent;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	color: #030305;
}
.sf-menu>li>a:hover {
	color: #26a1e0
}
.sf-menu>li>a+* a {
	-webkit-transition: all .25s ease;
	transition: all .25s ease
}
.sf-menu>li>a+* a:hover {
	color: #fff
}
.sf-menu ul {
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	min-width: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: rgba(10,9,10,.4)
}
.sf-menu ul li {
	background: none
}
.sf-menu ul li:last-child {
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px
}
.sf-menu ul li:last-child a {
	padding-bottom: 10px
}
.sf-menu ul li:hover {
	background-color: #26a1e0
}
.sf-menu ul li a {
	padding: 7.5px 25px 7.5px
}
.sf-arrows .sf-with-ul {
	padding: 0 25px 0 25px
}
.sf-arrows .sf-with-ul a {
	outline: none;
	padding: 0
}
.sf-arrows .sf-with-ul:after {
	border-top-color: #f6f5f5;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	margin-top: 0;
	right: 25px;
	margin-right: -22px
}
.sf-arrows li .sf-with-ul:focus:after, .sf-arrows li:hover>.sf-with-ul:after {
	border-top-color: #26a1e0
}
.sf-arrows .sfHover .sf-with-ul:after {
	border-top-color: #26a1e0
}
.sf-menu li .sfHover {
	background: rgba(0,0,0,.3)
}
.is-sticky header {
	background-color: #fff;
	border-bottom: 1px solid #eee
}
.is-sticky header .logo {
	padding: 10px 0;
	font-size: 23px;
	color: #26a1e0
}
.is-sticky header .on {
	color: #fff
}
.is-sticky header .sf-menu a {
	color: #424e5c
}
.is-sticky header .sf-menu>li {
	padding-top: 14px;
	padding-bottom: 12px
}
.is-sticky header .sf-menu>li.sfHover {
	background: none
}
.is-sticky header .sf-menu>li.sfHover>a {
	color: #26a1e0
}
.is-sticky header .sf-menu>li>a {
	border-bottom: 5px solid transparent;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	color: #424e5c
}
.is-sticky header .sf-menu>li>a:hover {
	color: #26a1e0
}
.is-sticky header .sf-menu ul {
	border-top: 2px solid #26a1e0;
	background-color: #fff
}
.is-sticky header .sf-menu ul li {
	border-bottom: 1px dashed rgba(0,0,0,.1)
}
.is-sticky header .sf-menu ul li:last-child {
	border-bottom: none
}
.is-sticky header .sf-menu ul li:hover {
	background-color: #e7edf3
}
.is-sticky header .sf-menu ul li:hover a {
	color: #424e5c
}
.is-sticky header .sf-arrows li>.sf-with-ul:after {
	border-top-color: #424e5c
}
.is-sticky header .sf-arrows li .sf-with-ul:focus:after, .is-sticky header .sf-arrows li:hover>.sf-with-ul:after {
	border-top-color: #26a1e0
}
.is-sticky header .sf-arrows .sfHover .sf-with-ul:after {
	border-top-color: #26a1e0
}
.is-sticky .toggle-mnu {
	top: 19px
}
.is-sticky .toggle-mnu span, .is-sticky .toggle-mnu span:after, .is-sticky .toggle-mnu span:before {
	background-color: #424e5c
}
.is-sticky .toggle-mnu.on span {
	background-color: transparent
}
.is-sticky .toggle-mnu.on span:before {
	background-color: #fff;
	-webkit-transform: rotate(45deg) translate(-1px, 0);
	-ms-transform: rotate(45deg) translate(-1px, 0);
	transform: rotate(45deg) translate(-1px, 0)
}
.is-sticky .toggle-mnu.on span:after {
	background-color: #fff;
	-webkit-transform: rotate(-45deg) translate(6px, -7px);
	-ms-transform: rotate(-45deg) translate(6px, -7px);
	transform: rotate(-45deg) translate(6px, -7px)
}
.icon-play {
	color: #fff;
	font-size: 60px;
	text-align: center;
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	display: block;
	-webkit-transition: all ease .75s!important;
	transition: all ease .75s!important
}
.icon-play i {
	position: relative;
	left: 4px
}
.icon-play:hover {
	color: #26a1e0;
	border-color: #26a1e0
}
.icon-play:focus {
	color: #26a1e0;
	border-color: #26a1e0
}
.bg-mask {
	position: relative
}
.bg-mask:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	background-color: rgb(5, 80, 143);
	z-index: 1;
}
.video:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	background-color: none !important;
	z-index: 1
}
.bg-mask .container {
	position: relative;
	z-index: 3
}
.text-background {
	background-color: #f4f4f4;
	padding: 20px;
	border-left: 3px solid #26a1e0
}
.text-background p {
	color: #5c5c5c
}
.white-color {
	color: #fff
}
.white-color .heading-title h2, .white-color .heading-title p {
	color: #fff
}
.accordion {
	font-family: "Roboto", sans-serif
}
.accordion .ui-accordion-header {
	margin: 10px 0 0 0;
	background-color: #37414d;
	color: #fff;
	border: 1px solid #455260;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	outline: none;
	padding: 11px 10px 10px 45px;
	letter-spacing: 1px;
	position: relative;
	text-align: left
}
.accordion .ui-accordion-header:first-child {
	margin-top: 0
}
.accordion .ui-accordion-header:before {
	font-family: 'Pe-icon-7-stroke';
	content: "\e688";
	color: #26a1e0;
	font-size: 1.6875rem;
	height: 8px;
	width: 8px;
	display: block;
	position: absolute;
	left: 12px;
	top: 10px;
}
.accordion .ui-state-active {
	background-color: #26a1e0;
	color: #fff;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	border: none
}
.accordion .ui-state-active:before {
	content: "\e682";
	color: #fff
}
.accordion .ui-accordion-content {
	background-color: #f8f8f8;
	border: 1px solid #dfdfdf;
	border-top: none;
	padding: 15px 20px 15px 20px
}
.accordion .ui-accordion-content p {
	color: #5c5c5c
}
.top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10;
	display: none
}
.top a {
	color: #fff!important;
	background-color: #26a1e0;
	display: block;
	text-align: center;
	width: 45px;
	height: 45px;
	line-height: 45px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	opacity: .7;
	-webkit-transition: all ease .6s;
	transition: all ease .6s
}
.top a i {
	font-size: 25px;
	vertical-align: middle
}
.top a:hover {
	opacity: 1;
	color: #fff
}
.video-block:hover iframe {
	border-color: #26a1e0
}
.video-block iframe {
	-webkit-transition: all ease-in .6s;
	transition: all ease-in .6s;
	width: 100%!important;
	border: 4px solid rgba(38,161,224,.6);
	-webkit-border-radius: 3px;
	border-radius: 3px
}
.iphone-nalf {
	position: relative;
	height: 470px;
	overflow: hidden
}
.iphones {
	position: relative;
	text-align: right;
	overflow: hidden;
	height: 590px
}
.iphones .left-mob-back, .iphones .right-mob-back {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	top: 120px
}
.iphones .left-mob-front, .iphones .right-mob-front {
	position: relative;
	z-index: 9
}
.iphones .right-mob-back {
	right: 0;
	left: auto
}
.iphones .right-mob-front {
	float: left
}
.pace {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.pace-inactive {
	display: none
}
.pace .pace-progress {
	background: #26a1e0;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 2px
}
.pace .pace-progress-inner {
	display: block;
	position: absolute;
	right: 0;
	width: 100px;
	height: 100%;
	-webkit-box-shadow: 0 0 10px #26a1e0, 0 0 5px #26a1e0;
	box-shadow: 0 0 10px #26a1e0, 0 0 5px #26a1e0;
	opacity: 1.0;
	-webkit-transform: rotate(3deg) translate(0, -4px);
	-ms-transform: rotate(3deg) translate(0, -4px);
	transform: rotate(3deg) translate(0, -4px)
}
.pace .pace-activity {
	display: block;
	position: fixed;
	z-index: 2000;
	top: 15px;
	right: 15px;
	width: 14px;
	height: 14px;
	border: solid 2px transparent;
	border-top-color: #26a1e0;
	border-left-color: #26a1e0;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-animation: pace-spinner 400ms linear infinite;
	animation: pace-spinner 400ms linear infinite
}
@-webkit-keyframes pace-spinner {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@keyframes pace-spinner {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
 transform: rotate(360deg);
}
}
.text-with-icon .section-class-item:hover .icon-wrap {
	background: none!important;
	color: #2291ca
}
.text-with-icon .item-icon .icon-wrap {
	width: 40px;
	height: 40px;
	font-size: 35px;
	line-height: 40px;
	background: none;
	color: #555;
	-webkit-box-shadow: none;
	box-shadow: none
}
.text-with-icon .item-text {
	padding-left: 20px;
	vertical-align: middle
}
.text-with-icon .item-text p {
	color: #5c5c5c;
	margin-top: 0
}
.icon-circle-border {
	padding: 0
}
.icon-circle-border .item-icon {
	vertical-align: middle
}
.icon-circle-border .item-icon .icon-wrap {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 40px;
	-webkit-box-shadow: 1px 0 3px #f3f3f3;
	box-shadow: 1px 0 3px #f3f3f3;
	width: 85px;
	height: 85px;
	line-height: 75px;
	background-color: #fff;
	color: #05508f;
	margin-right: 30px;
	border: 5px solid #f27c18;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
}
.icon-circle-border:hover .icon-wrap {
	background-color: #05508f;
	color: #fff;
	border-color: #519ad8;
}
.icon-circle-border .icon-services:after {
	-webkit-border-radius: 50%!important;
	border-radius: 50%!important
}
.hero-bg {
	-webkit-animation: hero-bg 90s linear infinite;
	animation: hero-bg 90s linear infinite
}
.social-inons ul li {
	font-size: 17px;
	display: inline-block;
	border: 5px solid #1e81b3;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	background-color: #26a1e0
}
.social-inons ul li:last-child {
	margin-right: 0
}
.social-inons ul li:hover {
	background-color: #26a1e0
}
.social-inons ul li a {
	color: #fff;
	display: block;
	line-height: 38px;
	text-align: center
}
.social-inons ul li a i {
	vertical-align: middle
}
.contact-form .btn-form {
	margin-top: 25px
}
.contact-form input[type="text"], .contact-form input[type="email"] {
	margin-bottom: 30px
}
input[type="text"], input[type="email"], textarea {
	background: #282f38;
	border: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 2px solid #4d5b6b;
	color: #aba2a2;
	padding: 17px 20px;
	width: 100%;
	font-size: 12px;
	-webkit-transition: all ease .6s;
	transition: all ease .6s
}
input[type="text"]:hover, input[type="email"]:hover, textarea:hover {
	border-color: #9c9c9c
}
.canvas-background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}
header {
	position: absolute;
	margin: 0 auto;
	top: 0;
	right: 0;
	left: 0;
	background-color: rgb(249, 249, 249);
	z-index: 40;
	-webkit-transition: all ease .6s;
	transition: all ease .6s;
}
header .logo {
	text-decoration: none;
	font-family: 'Pacifico', cursive;
	display: inline-block;
	padding: 20px 0 20px 0;
	font-size: 1.8125rem;
	color: #f6f5f5;
	position: relative;
	-webkit-transition: all ease .6s;
	transition: all ease .6s
}
header .top-menu {
	float: right;
	position: relative
}
.slider {
	padding: 0;
	position: relative;
	height: 100%;
	margin: 0
}
.slider .canvas-slide .container-slide {
	position: relative;
	z-index: 3
}
.slider .container-slide {
	padding-top: 215px;
	padding-bottom: 180px
}
.slider .iphone {
	position: relative
}
.slider .opacity-none {
	opacity: 0
}
.slider .buttons-download {
	margin-top: 65px
}
.slider .hero-background-slider .slide, .slider .fixed-image .slide {
	background-color: rgba(66,78,92,0)
}
.slider .hero-background-slider:before, .slider .fixed-image:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: url(../img/dots.png.pagespeed.ce.Gq4eCD2dkI.png);
	z-index: 0
}
.slider .bg-image:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-color: #000;
	opacity: .67;
	position: absolute;
	top: 0
}
.slider .slick-dotted.slick-slider {
	margin-bottom: 0
}
.slider .content-mill {
	padding-top: 64px
}
.slider .control-slider {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block
}
.slider .control-slider .prev-next {
	float: right;
	display: block
}
.slider .control-slider .prev-next .prev, .slider .control-slider .prev-next .next {
	width: 60px;
	height: 60px;
	background-color: #26a1e0;
	color: #fff;
	opacity: .20;
	text-align: center;
	cursor: pointer;
	font-size: 3.125rem;
	float: left;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	line-height: 60px;
	vertical-align: middle
}
.slider .control-slider .prev-next .prev:hover, .slider .control-slider .prev-next .next:hover {
	background-color: #26a1e0;
	opacity: 1
}
.slider .control-slider .prev-next .prev i, .slider .control-slider .prev-next .next i {
	line-height: inherit
}
.slider .control-slider .prev-next .prev.prev, .slider .control-slider .prev-next .next.prev {
	margin-right: 1px
}
.slider .control-slider .dots-control {
	float: left;
	margin-right: 50px;
	padding-top: 19.5px
}
.slider .hero-bg {
	-webkit-animation: hero-bg 90s linear infinite;
	animation: hero-bg 90s linear infinite
}
.slider .slide {
	background-color: #424e5c;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0;
	outline: none
}
.slider .slide .right {
	text-align: right
}
.slider .slide .left .iphone img {
	float: right
}
.slider .slide .left .buttons-download {
	text-align: left
}
.slider .slide .center {
	text-align: center
}
.slider .slide .center .buttons-download {
	text-align: center
}
.slider .icon-play {
	margin-top: 50px
}
.full-slider {
	background-size: cover
}
.full-slider .vertical-align {
	min-height: inherit!important;
	height: 100vh!important;
	display: table
}
.full-slider .vertical-align .content-mill {
	padding-top: 0;
	padding-bottom: 0
}
.full-slider .vertical-align .container-slide {
	padding-top: 0;
	padding-bottom: 0;
	display: table-cell;
	vertical-align: middle;
	bottom: -35px
}
.content-slide .description p {
	font-size: 1rem;
	color: #fff;
	letter-spacing: .3px
}
.socialite {
	padding-top: 22px;
	padding-bottom: 22px;
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: #a2a2a2 1px 0 10px;
	box-shadow: #a2a2a2 1px 0 10px
}
.socialite .item {
	padding-top: 3px;
	height: 30px;
	text-align: center
}
.socialite .item:nth-child(2) {
	border-right: 1px solid #d7d1d8
}
.socialite .item:nth-child(5) {
	border-left: 1px solid #d7d1d8
}
.socialite .item img {
	width: 110px
}
.socialite .container-socialite {
	position: absolute;
	margin: 0 auto;
	right: 0;
	left: 0
}
.socialite .container-socialite .icon-down {
	width: 60px;
	height: 60px;
	background-color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
	top: -50px
}
.socialite .container-socialite .icon-down a {
	width: 45px;
	height: 45px;
	display: block;
	color: #26a1e0;
	border: dotted 2px #26a1e0;
	font-size: 35px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
	top: 7.5px;
	text-align: center;
	line-height: 45px
}
.features {
	background-color: #fafafa
}
.features .icon-container {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid rgb(5, 80, 143);
	height: 195px;
	width: 195px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 43px;
	-webkit-transition: all .26s ease;
	transition: all .26s ease;
}
.features .icon-container:after {
	content: "";
	display: block;
	width: 70px;
	height: 1px;
	border-top: 2px dashed #05508f;
	position: absolute;
	right: -37px;
	top: 28%;
}
.features .icon-container:hover {
	border-color: #26a1e0
}
.features .icon-container:hover .icon-circle:after {
	-webkit-animation: sonarEffect 1.3s ease-out 90ms;
	animation: sonarEffect 1.3s ease-out 90ms
}
.features .icon-container:hover .icon {
	border-color: #acdbf3;
	background-color: #26a1e0
}
.features .icon-container .icon {
	width: 130px;
	height: 130px;
	background-color: #f27c18;
	display: inline-block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: #fafafa 20px solid;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all ease .75s;
	transition: all ease .75s;
}
.features .icon-container .icon i {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 2.5rem;
	color: #fff
}
.features .item-icon:last-child .icon-container:after {
	display: none
}
.features .item-icon p {
	color: #8c8c8c;
	font-weight: 300;
	margin-top: 14px;
	font-size: 14px
}
.features h3, .features p {
	text-align: center
}
.features h3 {
	font-size: 16px;
	font-weight: 500;
	color: #05508f;
	text-transform: uppercase;
	font-family: Roboto;
}
.video-popup {
	padding-top: 90px;
	padding-bottom: 83px;
	background-size: cover;
 background-image: url(Sarthi _Demo.mp4);
	background-repeat: no-repeat;
	text-align: center
}
.video-popup .heading-title-big {
	font-size: 2.5rem;
	font-weight: 300;
	line-height: 3.8125rem;
	margin-top: 30px
}
.video-popup .icon-play {
	margin: 0 auto
}
.services {
	background: #fff
}
.services .container:last-child .section-class-item {
	padding-bottom: 50px
}
.services .section-class-image img {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0
}
.services .with-bg-section {
	padding-top: 44px;
	padding-bottom: 44px;
	position: relative;
	margin-top: 0
}
.services .with-bg-section:after {
	content: "";
	display: none;
	position: absolute;
	height: 151px;
	width: 100%;
	top: 0;
	background-color: #26a1e0;
	z-index: -1
}
.services .with-bg-section:last-child:after {
	display: none
}
.services .with-bg-section h3 {
	color: #fff;
	font-size: 1.5rem
}
.services .with-bg-section h3 span {
	font-weight: 300
}
.services .with-bg-section .item-icon {
	padding-right: 0;
	padding-left: 0
}
.services .with-bg-section .icon-wrap {
	background-color: #323b46
}
.services .with-bg-section .section-class-item {
	padding-top: 0;
	padding-bottom: 0!important
}
.services .with-bg-section .text-right, .services .with-bg-section .text-left {
	vertical-align: middle
}
.section-class-item {
	padding-bottom: 71px;
	padding-top: 71px
}
.section-class-item .icon-wrap {
	font-size: 2.8125rem;
	width: 63px;
	height: 63px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
	color: #fff;
	background-color: #26a1e0;
	-webkit-box-shadow: 0 0 10px #e9e9e9;
	box-shadow: 0 0 10px #e9e9e9;
	display: block;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	line-height: 63px
}
.section-class-item:hover .icon-wrap {
	background-color: #05508f;
}
.section-class-item h3 {
	color: #05508f;
	font-size: 19px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: Roboto;
}
.section-class-item p {
	font-size: 14px;
	color: #8c8c8c;
	margin-top: 5px
}
.items-right .item-icon {
	padding-left: 20px
}
.item-text, .item-icon {
	display: table-cell;
	vertical-align: top
}
.item-text .item-icon, .item-icon .item-icon {
	padding-right: 20px
}
.container-background {
	background-color: #424e5c
}
.container-background .icon-wrap {
	-webkit-box-shadow: none;
	box-shadow: none
}
.container-background .item-text, .container-background .item-icon {
	display: table-cell;
	vertical-align: top
}
.container-background .item-text {
	width: 100%;
	vertical-align: middle
}
.screenshots {
	background-image: url(../img/slide.jpg.pagespeed.ce.bMdNDXOJxB.jpg);
	background-size: cover;
	background-repeat: no-repeat
}
.screenshots * {
	outline: none
}
.screenshots .heading-title h2, .screenshots .heading-title p {
	    color: #f37d18;
    font-weight: 500;
    font-family: Roboto;
    text-transform: uppercase;
    font-size: 26px;
}
.container-carousel {
	position: relative
}
.dots-screenshot {
	margin: auto;
	margin-top: 50px;
	height: 16px;
	text-align: center
}
.dots-screenshot .dots {
	display: inline-block!important
}
.item-screenshots {
	border: 4px solid rgba(35,33,33,.65);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: relative
}
.item-screenshots:hover .preview-container {
	opacity: 1
}
.item-screenshots:hover .preview-container .button-preview {
	right: 0
}
.item-screenshots img {
	width: 100%;
	vertical-align: middle;
	display: block
}
.item-screenshots .preview-container {
	opacity: 0;
	-webkit-transition: all ease .50s;
	transition: all ease .50s;
	background-color: rgba(32,48,57,.6);
	width: 100%;
	height: 100%;
	position: absolute
}
.item-screenshots .preview-container .button-preview {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	border: 6px solid rgba(38,161,224,.65);
	-webkit-transition: all ease .50s;
	transition: all ease .50s;
	position: absolute;
	left: 0;
	right: 50%;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	line-height: 66px
}
.item-screenshots .preview-container .preview {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	background-color: #26a1e0;
	height: 100%;
	font-size: 27px;
	display: block;
	text-align: center
}
.price-table {
	background-color: #e7edf3
}
.price-table .item-price {
	background-color: #fff;
	-webkit-box-shadow: 4px 0 19px rgba(66,78,92,.35);
	box-shadow: 4px 0 19px rgba(66,78,92,.35);
	-webkit-transition: all ease-in-out .4s;
	transition: all ease-in-out .4s
}
.price-table .item-price:hover {
	-webkit-transform: translateY(-2%);
	-ms-transform: translateY(-2%);
	transform: translateY(-2%)
}
.price-table .item-price .head .name-wrap {
	color: #fff;
	background-color: #424e5c;
	position: relative;
	text-align: center;
	padding-top: 15px
}
.price-table .item-price .head .name-wrap h2 {
	font-size: 17px;
	font-weight: 400;
	padding-bottom: 3px;
	letter-spacing: .3px
}
.price-table .item-price .head .name-wrap:after {
	content: "";
	display: block;
	width: 100%;
	height: 30px;
	position: absolute;
	background-image: url(../img/s1_triangle1.svg);
	background-size: contain;
	background-repeat: no-repeat
}
.price-table .item-price .head .price-wrap {
	color: #26a1e0;
	text-align: center;
	padding-top: 30px
}
.price-table .item-price .head .price-wrap p {
	font-weight: 300;
	font-size: 3.4375rem
}
.price-table .item-price .head .price-wrap p span:first-child {
	font-weight: 600;
	font-size: 1.5rem;
	vertical-align: top;
	margin-right: 4px;
	line-height: 4.3125rem
}
.price-table .item-price .head .price-wrap p span:last-child {
	margin-left: 5px;
	font-size: 1.125rem;
	font-weight: 400
}
.price-table .item-price .body ul li {
	text-align: center;
	color: #5c5757;
font-size:.875rem;
	font-weight: 400;
	padding-top: 11px;
	padding-bottom: 11px
}
.price-table .item-price .body ul li:nth-child(2n+1) {
	background-color: #f1f1f1
}
.price-table .item-price .body ul li:last-child {
	padding-top: 19px;
	padding-bottom: 19px
}
.price-table .most {
	background-color: #424e5c;
	position: relative
}
.price-table .most .head .name-wrap h2 {
	font-size: 17px;
	font-weight: 400
}
.price-table .most .head .price-wrap {
	padding-top: 15px;
	padding-bottom: 15px
}
.price-table .most .head .price-wrap p span:last-child {
	color: #e7edf3
}

.price-table .most .body ul li {
	color: #fafafa
}
.price-table .most .body ul li:nth-child(2n+1) {
	background-color: #37414d
}
.price-table .most:before {
	content: 'Most popular plan';
	display: block;
	background: #26a1e0;
	position: absolute;
	width: 100%;
	left: 0;
	top: -31px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
font-size:.6875rem;
	padding: 8px 5px
}
.testimonials {
	background-image: url(../img/bg2.jpg.pagespeed.ce.FMD4sMPd48.jpg)
}
.testimonials * {
	outline: none
}
.testimonials .item-testimonials {
	padding: 30px;
	text-align: center;
	background-color: #37414d;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all ease-in-out .6s;
	transition: all ease-in-out .6s
}
.testimonials .item-testimonials:hover {
	-webkit-transform: translateY(-2%);
	-ms-transform: translateY(-2%);
	transform: translateY(-2%)
}
.testimonials .item-testimonials:hover img {
	border-color: #26a1e0
}
.testimonials .item-testimonials img {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 118px;
	margin: 0 auto;
	display: inline-block;
	border: 4px solid #37414d;
	-webkit-transition: all ease .6s;
	transition: all ease .6s
}
.testimonials .item-testimonials p {
	padding-top: 30px;
	color: #fff;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: .2px;
	padding-bottom: 22px
}
.testimonials .item-testimonials span {
	display: block;
	color: #26a1e0;
	font-size: 1rem
}
.testimonials .item-testimonials span:last-child {
	color: #8190a3
}
.benefits {
	background-color: #e7edf3;
	padding-bottom: 0
}
.benefits .icon-circle-border {
	padding: 0
}
.benefits .icon-circle-border:first-child {
	padding-top: 50px;
	padding-bottom: 70px
}
.benefits .iphone-nalf {
	text-align: right
}
.benefits .iphone-nalf img {
	vertical-align: bottom
}
.benefits .button-section {
	margin-top: 60px
}
.faq {
	background-image: url(../img/bg2.jpg.pagespeed.ce.FMD4sMPd48.jpg)
}
.faq .text-background {
	margin-bottom: 25px
}
.what-did {
	background-image: url(../img/pattern.png.pagespeed.ce.Stitffbxk8.png);
	background-color: #f2f2f2;
	padding-bottom: 0
}
.what-did .heading-title {
	margin-bottom: 45px
}
.what-did .buttons-download {
	text-align: left;
	padding-top: 22px
}
.what-did .section-icon-text {
	margin-bottom: 25px
}
.what-did .section-icon-text:last-child {
	margin-bottom: 45px
}
.what-did .section-class-item {
	padding-top: 0;
	padding-bottom: 0
}
.what-did .button-section {
	margin-top: 30px
}
.describe {
	padding-bottom: 0
}
.describe .heading-title {
	margin-bottom: 45px
}
.describe .iphones-section {
	text-align: left;
	vertical-align: bottom
}
.describe .iphones-section .small {
	right: 0;
	left: auto
}
.downloads {
	background-image: url(../img/bg3.jpg.pagespeed.ce.wyuRYYjDIR.jpg);
	background-position-y: 35%;
	padding-top: 0
}
.downloads .heading-title {
	margin-top: 79px
}
.downloads .partners-suction {
	padding-top: 45px;
	padding-bottom: 40px;
	background-color: #fff;
	z-index: 5;
	position: relative;
}
.downloads .partners-suction * {
	outline: none
}
.downloads .partners-suction .prev-next-block {
	opacity: 0
}
.downloads .partners-suction:hover .prev-next-block {
	opacity: 1
}
.downloads .partners-suction .parnters-item img {
	margin: 0 auto
}
.contact-info {
	background-color: #e7edf3
}
.contact-info .icon-circle-border {
	padding: 0
}
.contact-info .icon-circle-border:first-child {
	padding: 0
}
.contact-info .icon-circle-border .item-text {
	margin-top: 20px
}
.contact-info .icon-circle-border .item-text h3 {
	text-transform: none
}
.contact-info .item-text, .contact-info .item-icon {
	display: block;
	vertical-align: inherit
}
.contact-info .item-icon .icon-wrap {
	margin: 0 auto;
	width: 65px;
	height: 65px;
	line-height: 57px;
	font-size: 25px
}
.form-contact {
	background-image: url(../img/bg1.jpg.pagespeed.ce.bMdNDXOJxB.jpg)
}
footer {
	/*	padding-top: 90px;
*/	background-color: #29282b
}
footer .heading-title {
	margin-bottom: 30px
}
footer .heading-title h2 span {
	color: #fff
}
footer .heading-title h2:after {
	background-color: #fff
}
footer .social-inons {
	text-align: center
}
footer .bottom-footer {
	border-top: 1px solid #555;
	padding-top: 30px;
	padding-bottom: 50px;/*margin-top: 60px*/
}
footer .bottom-footer .footer-menu ul {
	text-align: right
}
footer .bottom-footer .footer-menu ul li {
	display: inline-block;
	margin-right: 25px
}
footer .bottom-footer .footer-menu ul li:last-child {
	margin-right: 0
}
footer .bottom-footer .footer-menu ul li a {
	color: #fff
}
.subscribe {
	background-image: url(../img/bg2.jpg.pagespeed.ce.FMD4sMPd48.jpg);
	background-size: cover;
	background-repeat: no-repeat
}
.subscribe .section-class-item {
	padding-bottom: 0;
	padding-top: 0
}
.subscribe .section-class-item .item-text h3 {
	color: #fff
}
.subscribe .section-class-item .item-icon .icon-wrap {
	height: 50px;
	width: 50px;
	color: #fff;
	line-height: 50px;
	font-size: 50px
}
.subscribe .section-class-item .item-text {
	text-transform: uppercase;
	font-weight: 500;
letter-spacing:.03125rem
}
.subscribe .section-class-item .item-text h3 {
	font-size: 19px
}
.subscribe .form-inline .form-control {
	display: inline-block
}
.subscribe .form-inline .form-control input[type="email"] {
	width: 400px;
	height: 49px;
	border-bottom: none;
	opacity: .6;
	color: #fff
}
.subscribe .form-inline .contact-form-submit {
	float: right
}
.subscribe .notify {
	margin-top: 20px
}
.page .content-section {
	padding-top: 180px
}
.page .content h1 {
	font-weight: 400
}
.page .content p {
letter-spacing:.01875rem;
	line-height: 1.5625rem
}
.page .horizontal-line span {
	width: 75px
}
.page .content-page {
	padding-top: 60px
}
.page .content-page .text-background h3 {
	font-size: 19px;
	font-weight: 500;
	color: #5c5c5c;
	text-transform: uppercase;
	margin-bottom: 7px
}
.faq-page .content-section {
	background-image: url(../img/hero-bg.png.pagespeed.ce.ywWObXJWtu.png)
}
.faq-page .accordion-section h2 {
	font-family: "Roboto Slab", sans-serif;
	font-weight: 400;
	font-size: 1.5625rem;
	color: #26a1e0;
	margin-top: 50px;
	margin-bottom: 50px
}
.faq-page .accordion-section .accordion .ui-accordion-header {
	background-color: #424e5c;
	color: #fafafa;
	border: 1px solid #eee
}
.faq-page .accordion-section .accordion .ui-state-active {
	background-color: #26a1e0;
	color: #fff
}
.terms-page .content-section {
	background-image: url(../img/hero-bg.png.pagespeed.ce.ywWObXJWtu.png)
}
.terms-page .text-background {
	margin-bottom: 55px
}
.contact-page .content-section {
	background-image: url(../img/hero-bg.png.pagespeed.ce.ywWObXJWtu.png)
}
.contact-page .map {
	margin-bottom: 50px
}
.contact-page .content-page .heading-title {
	margin-bottom: 55px
}
.contact-page .contact-form input[type="email"], .contact-page .contact-form input[type="text"], .contact-page .contact-form textarea {
	background-color: #e7edf3;
	color: #555
}
.contact-page .contact-form ::-webkit-input-placeholder {
color:#5c5757
}
.contact-page .contact-form input:focus, .contact-page .contact-form input:active, .contact-page .contact-form textarea:focus, .contact-page .contact-form textarea:active {
	border-color: #26a1e0!important
}
.icon-circle {
	background: rgba(38,161,224,.1);
	-webkit-transition: background .2s, -webkit-transform ease-out .1s;
	transition: background .2s, -webkit-transform ease-out .1s;
	transition: transform ease-out .1s, background .2s;
	transition: transform ease-out .1s, background .2s, -webkit-transform ease-out .1s
}
.icon-circle:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	-webkit-box-shadow: 0 0 0 2px rgba(38,161,224,.1);
	box-shadow: 0 0 0 2px rgba(38,161,224,.1);
	opacity: 0;
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
	-webkit-transition: all ease .90s;
	transition: all ease .90s
}
.icon-circle:hover {
	background: rgba(38,161,224,.05);
	-webkit-transform: scale(.93);
	-ms-transform: scale(.93);
	transform: scale(.93);
	color: #fff
}
.icon-circle:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms
}
@-webkit-keyframes sonarEffect {
 0% {
 opacity: 0.3;
}
 40% {
 opacity: 0.5;
 -webkit-box-shadow: 0 0 0 2px rgba(38, 161, 224, 0.1), 0 0 10px 10px #26a1e0, 0 0 0 10px rgba(38, 161, 224, 0.5);
 box-shadow: 0 0 0 2px rgba(38, 161, 224, 0.1), 0 0 10px 10px #26a1e0, 0 0 0 10px rgba(38, 161, 224, 0.5);
}
 100% {
 -webkit-box-shadow: 0 0 0 2px rgba(38, 161, 224, 0.1), 0 0 10px 10px #26a1e0, 0 0 0 10px rgba(38, 161, 224, 0.5);
 box-shadow: 0 0 0 2px rgba(38, 161, 224, 0.1), 0 0 10px 10px #26a1e0, 0 0 0 10px rgba(38, 161, 224, 0.5);
 -webkit-transform: scale(1.5);
 transform: scale(1.5);
 opacity: 0;
}
}
@keyframes sonarEffect {
 0% {
 opacity: 0.3;
}
 40% {
 opacity: 0.5;
 -webkit-box-shadow: 0 0 0 2px rgba(38, 161, 224, 0.1), 0 0 10px 10px #26a1e0, 0 0 0 10px rgba(38, 161, 224, 0.5);
 box-shadow: 0 0 0 2px rgba(38, 161, 224, 0.1), 0 0 10px 10px #26a1e0, 0 0 0 10px rgba(38, 161, 224, 0.5);
}
 100% {
 -webkit-box-shadow: 0 0 0 2px rgba(38, 161, 224, 0.1), 0 0 10px 10px #26a1e0, 0 0 0 10px rgba(38, 161, 224, 0.5);
 box-shadow: 0 0 0 2px rgba(38, 161, 224, 0.1), 0 0 10px 10px #26a1e0, 0 0 0 10px rgba(38, 161, 224, 0.5);
 -webkit-transform: scale(1.5);
 transform: scale(1.5);
 opacity: 0;
}
}
.section-class-item .icon-services {
	-webkit-transition: background .2s, -webkit-transform ease-out .1s;
	transition: background .2s, -webkit-transform ease-out .1s;
	transition: transform ease-out .1s, background .2s;
	transition: transform ease-out .1s, background .2s, -webkit-transform ease-out .1s
}
.section-class-item .icon-services:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	content: '';
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	-webkit-box-shadow: 0 0 0 2px rgba(38,161,224,.1);
	box-shadow: 0 0 0 2px rgba(38,161,224,.1);
	opacity: 0;
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
	-webkit-transition: all ease .0s;
	transition: all ease .0s
}
.section-class-item:hover .icon-services {
	-webkit-transform: scale(.93);
	-ms-transform: scale(.93);
	transform: scale(.93);
	color: #fff
}
.section-class-item:hover .icon-services:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms
}
@keyframes sonarEffect {
 0% {
 opacity: 0.3;
}
 40% {
 opacity: 0.5;
 -webkit-box-shadow: 0 0 0 2px rgba(38, 161, 224, 0.1), 0 0 10px 10px #26a1e0, 0 0 0 10px rgba(38, 161, 224, 0.5);
 box-shadow: 0 0 0 2px rgba(38, 161, 224, 0.1), 0 0 10px 10px #26a1e0, 0 0 0 10px rgba(38, 161, 224, 0.5);
}
 80% {
 -webkit-box-shadow: 0 0 0 5px rgba(38, 161, 224, 0.1), 0 0 40px 40px #26a1e0, 0 0 0 40px rgba(38, 161, 224, 0.5);
 box-shadow: 0 0 0 5px rgba(38, 161, 224, 0.1), 0 0 40px 40px #26a1e0, 0 0 0 40px rgba(38, 161, 224, 0.5);
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0;
}
 100% {
 -webkit-box-shadow: 0 0 0 2px rgba(38, 161, 224, 0.1), 0 0 10px 10px #26a1e0, 0 0 0 10px rgba(38, 161, 224, 0.5);
 box-shadow: 0 0 0 2px rgba(38, 161, 224, 0.1), 0 0 10px 10px #26a1e0, 0 0 0 10px rgba(38, 161, 224, 0.5);
 -webkit-transform: scale(1.5);
 transform: scale(1.5);
 opacity: 0;
}
}
.toBottomFromTop:hover i {
	-webkit-animation: toBottomFromTop .5s forwards;
	animation: toBottomFromTop .5s forwards
}
@-webkit-keyframes toBottomFromTop {
 49% {
 -webkit-transform: translateY(100%);
}
 50% {
 opacity: 0;
 -webkit-transform: translateY(-100%);
}
 51% {
 opacity: 1;
}
}
@keyframes toBottomFromTop {
 49% {
 -webkit-transform: translateY(100%);
 transform: translateY(100%);
}
 50% {
 opacity: 0;
 -webkit-transform: translateY(-100%);
 transform: translateY(-100%);
}
 51% {
 opacity: 1;
}
}
.toTopFromBottom:hover i {
	-webkit-animation: toTopFromBottom .5s forwards;
	animation: toTopFromBottom .5s forwards
}
@-webkit-keyframes toTopFromBottom {
 49% {
 -webkit-transform: translateY(-100%);
}
 50% {
 opacity: 0;
 -webkit-transform: translateY(100%);
}
 51% {
 opacity: 1;
}
}
@keyframes toTopFromBottom {
 49% {
 -webkit-transform: translateY(-100%);
 transform: translateY(-100%);
}
 50% {
 opacity: 0;
 -webkit-transform: translateY(100%);
 transform: translateY(100%);
}
 51% {
 opacity: 1;
}
}
@-webkit-keyframes hvr-ripple-in {
 100% {
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 opacity: 1;
}
}
@keyframes hvr-ripple-in {
 100% {
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 opacity: 1;
}
}
.anim-shadow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-box-shadow: 0 0 1px transparent;
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}
.anim-shadow:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(center ellipse, rgba(0,0,0,.35) 0%, transparent 80%);
	background: radial-gradient(ellipse at center, rgba(0,0,0,.35) 0%, transparent 80%);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform
}
.anim-shadow:hover, .anim-shadow:focus, .anim-shadow:active {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px)
}
.anim-shadow:hover:before, .anim-shadow:focus:before, .anim-shadow:active:before {
	opacity: 1;
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px)
}
@-webkit-keyframes hero-bg {
 0% {
 background-position: 0 0;
}
 50% {
 background-position: 100% 0;
}
 100% {
 background-position: 0 0;
}
}
@keyframes hero-bg {
 0% {
 background-position: 0 0;
}
 50% {
 background-position: 100% 0;
}
 100% {
 background-position: 0 0;
}
}
.hidden {
	display: none
}
.text-right {
	text-align: right
}
.text-left {
	text-align: left
}
.text-left h2:after {
	margin: 19px 0 18px
}
.text-center {
	text-align: center
}
#top-nav-sticky-wrapper {
	height: 0!important
}
input:focus, input:active, textarea:focus, textarea:active {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #fff;
	color: #fff;
	opacity: 1!important
}
input:focus, .form-control:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
@media only screen and (max-width:1350px) {
.prev-next-block {
	display: none
}
}
@media only screen and (max-width:1200px) {
.features {
	background-color: #fafafa
}
.features .icon-container:after {
	width: 30px;
	height: 1px;
	border-top: 2px dashed #ccc;
	position: absolute;
	right: -15px;
	top: 28%
}
.benefits .section-class-item:first-child, .benefits .section-class-item:last-child {
	padding-bottom: 0;
	padding-top: 55px
}
.benefits .section-class-item .item-text {
	vertical-align: middle
}
.benefits .button-section {
	margin-top: 50px
}
.subscribe .form-inline .form-control {
	display: inline-block
}
.subscribe .form-inline .form-control input[type="email"] {
	width: 295px
}
}
@media only screen and (max-width:992px) {
header .top-menu {
	display: none
}
header .logo {
	padding: 10px 0 10px 20px
}
header .toggle-mnu {
	top: 23px;
	right: 20px
}
.heading-title-big {
	font-size: 2.8125rem;
	line-height: 3.4375rem
}
.buttons-download .download {
	display: inline-block;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 7px 18px;
	margin-right: 5px;
	text-align: left
}
.buttons-download .download:last-child {
	margin-right: 0
}
.buttons-download .download span {
	font-size: 1.375rem;
	line-height: 1.5625rem
}
.buttons-download .download span span {
font-size:.75rem
}
.buttons-download .download i {
	font-size: 2.375rem;
	display: inline-block;
	position: relative;
	top: -6px;
	margin-right: 13px
}
.slider .container-slide {
	padding-top: 145px;
	padding-bottom: 150px
}
.slider .buttons-download {
	margin-top: 35px
}
.slider .slide .content-slide .description p {
	font-size: 12px;
	color: #fff;
letter-spacing:.01875rem
}
.full-slider .vertical-align {
	min-height: inherit!important;
	height: inherit!important;
	display: block
}
.full-slider .vertical-align .content-mill {
	padding-top: 64px
}
.full-slider .vertical-align .container-slide {
	padding-top: 145px;
	padding-bottom: 150px;
	display: block;
	vertical-align: inherit
}
.slick-slide .iphone img {
	width: 100%
}
.socialite {
	padding-top: 15px;
	padding-bottom: 15px
}
.socialite .container-socialite .item img {
	width: 95px
}
.socialite .container-socialite .icon-down {
	width: 55px;
	height: 55px;
	top: -41px
}
.socialite .container-socialite .icon-down a {
	width: 40px;
	height: 40px;
	font-size: 2.0625rem;
	top: 7.5px;
	line-height: 2.8125rem
}
.features .icon-container:after {
	display: none
}
.features .item-icon:first-child, .features .item-icon:nth-child(2) {
	margin-bottom: 50px
}
.video-popup .heading-title-big {
	font-size: 2.1875rem
}
.services .section-class-image {
	display: none
}
.benefits {
	padding-bottom: 5.625rem
}
.benefits .iphone-nalf {
	display: none
}
.benefits .section-class-item:first-child, .benefits .section-class-item:last-child {
	padding-bottom: 50px;
	padding-top: 0
}
.benefits .section-class-item .item-text {
	vertical-align: middle
}
.benefits .button-section {
	margin-top: 0
}
.price-table .row .col-md-3:nth-child(-n+2) .item-price {
	margin-bottom: 40px
}
.price-table .row .head .name-wrap:after {
	height: 38px
}
.price-table .most:before {
	display: none
}
.faq .accordion {
	margin-top: 50px
}
.what-did {
	padding-bottom: 90px
}
.what-did .section-icon-text:last-child {
	margin-bottom: 0
}
.iphones {
	height: 450px;
	margin: 0 auto;
	margin-bottom: 50px;
	max-width: 600px;
	width: auto
}
.iphones .left-mob-back {
	position: absolute;
	left: 10%;
	bottom: 0;
	z-index: 0;
	top: 50px
}
.iphones .left-mob-front {
	position: relative;
	z-index: 9;
	right: 12%
}
.iphones .right-mob-back {
	top: 50px
}
.describe {
	margin-bottom: 90px
}
footer .bottom-footer {
	text-align: center
}
footer .bottom-footer .footer-menu {
	margin-top: 20px
}
footer .bottom-footer .footer-menu ul {
	text-align: center
}
.subscribe .form-inline {
	margin-top: 20px
}
.subscribe .form-inline .form-control {
	width: 78%;
	display: inline-block
}
.subscribe .form-inline .form-control input[type="email"] {
	width: 100%
}
.subscribe .form-inline .contact-form-submit {
	float: left;
	margin-top: 20px
}
}
@media only screen and (max-width:768px) {
.is-sticky header .logo {
	padding: 10px 10px 10px 20px
}
.slider .container-slide {
	padding-top: 130px;
	padding-bottom: 100px
}
.slider .slide .right, .slider .slide .left {
	text-align: center
}
.slider .slide .right .buttons-download, .slider .slide .left .buttons-download {
	text-align: center
}
.full-slider .vertical-align .container-slide {
	padding-top: 70px;
	padding-bottom: 70px
}
.full-slider .vertical-align .content-mill {
	padding-bottom: 70px
}
.socialite {
	padding-top: 10px;
	padding-bottom: 10px
}
.socialite .item {
	height: 26px
}
.socialite .item img {
	width: 80px
}
.socialite .container-socialite .icon-down {
	width: 45px;
	height: 45px;
	top: -30px
}
.socialite .container-socialite .icon-down a {
	width: 32px;
	height: 32px;

	font-size: 1.875rem;
	top: 7px;
	line-height: 2.125rem
}
.features .icon-container:after {
	display: none
}
.features .item-icon {
	margin-bottom: 50px
}
.features .item-icon:last-child {
	margin-bottom: 0
}
.video-popup .heading-title-big {
	font-size: 1.75rem
}
.services .with-bg-section {
	padding-top: 30px;
	padding-bottom: 30px
}
.section-class-item {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	display: inline-block
}
.item-text, .item-icon {
	display: table-cell
}
.items-right, .items-left {
	text-align: center
}
.text-right .icon-wrap {
	margin-right: 20px
}
.container-background {
	background-color: #424e5c
}
.container-background .icon-wrap {
	-webkit-box-shadow: none;
	box-shadow: none
}
.container-background .item-text, .container-background .item-icon {
	display: inline-block;
	vertical-align: top
}
.container-background .section-class-item {
	text-align: center
}
.container-background .item-text {
	width: auto;
	vertical-align: middle
}
.container-background .text-left .icon-wrap {
	margin-left: 20px
}
.benefits .section-class-item {
	display: block
}
.benefits .section-class-item:first-child, .benefits .section-class-item:last-child {
	padding-bottom: 50px;
	padding-top: 0
}
.benefits .section-class-item .item-text {
	vertical-align: middle
}
.benefits .button-section {
	text-align: center
}
.benefits .item-icon, .benefits .item-text {
	display: block;
	text-align: center
}
.benefits .item-icon {
	margin-bottom: 15px
}
.benefits .item-icon .icon-wrap {
	margin: auto
}
.price-table .row .col-md-3 .item-price {
	margin-bottom: 40px
}
.price-table .row .col-md-3:last-child .item-price {
	margin-bottom: 0
}
.price-table .row .head .name-wrap:after {
	height: 30px;
	background-size: 100% 100%
}
.iphones {
	height: 400px;
	margin: 0 auto;
	margin-bottom: 50px;
	max-width: 600px;
	width: auto
}
.iphones .left-mob-back {
	position: absolute;
	left: 5%;
	bottom: 0;
	z-index: 0;
	top: 20px
}
.iphones .left-mob-front {
	position: relative;
	z-index: 9;
	right: 5%
}
.iphones .right-mob-back {
	top: 20px
}
.contacn-block .section-class-item {
	margin-bottom: 20px;
	display: block
}
.contacn-block:last-child .section-class-item {
	margin-bottom: 0
}
.downloads .buttons-download .download {
	display: table;
	margin: 0 auto;
	margin-bottom: 10px
}
.downloads .buttons-download .download:last-child {
	margin-right: auto;
	margin-bottom: 0
}
footer .bottom-footer {
	text-align: center
}
.subscribe .form-inline .form-control {
	width: 100%;
	display: inline-block
}
.subscribe .form-inline .form-control input[type="email"] {
	width: 100%
}
.subscribe .form-inline .contact-form-submit {
	width: 20%
}
}
@media only screen and (max-width:480px) {
.prev-next-block {
	display: block
}
.prev-next-block .prev {
	left: 0
}
.prev-next-block .next {
	right: 0
}
.text-left h2:after {
	margin: 19px auto 18px!important
}
.heading-title-big {
	font-size: 2.375rem;
	line-height: 212px
}
.heading-title h2 {
	line-height: 2.5rem
}
.buttons-download {
	margin-top: 35px
}
.buttons-download .download {
	display: inline-block;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 7px 18px;
	margin-right: 5px;
	text-align: left;
	margin-bottom: 10px
}
.buttons-download .download:last-child {
	margin-right: 0;
	margin-bottom: 0
}
.buttons-download .download span {
	font-size: 1.125rem;
	line-height: 1.25rem
}
.buttons-download .download span span {
font-size:.6875rem
}
.buttons-download .download i {
	font-size: 1.6875rem;
	display: inline-block;
	position: relative;
	top: -6px;
	margin-right: 13px
}
.slider .control-slider {
	display: none
}
.slider .container-slide {
	padding-bottom: 70px
}
.slider .buttons-download .download {
	margin-bottom: 0!important
}
.slider .buttons-download .download:first-child {
	margin-bottom: 10px
}
.slider .buttons-download .download:last-child {
	margin-right: 0
}
.slider .slide .content-slide .description p {
font-size:.875rem;
	line-height: 1.5625rem
}
.socialite {
	display: none
}
.video-popup .heading-title-big {
	font-size: 1.4375rem;
	line-height: 2.8125rem
}
.services .with-bg-section {
	padding-top: 0
}
.services .with-bg-section .item-icon {
	display: none
}
.services .container:last-child .section-class-item {
	padding-bottom: 0
}
.services .container:last-child .section-class-item:last-child {
	padding-top: 30px
}
.services .bg-right .section-class-item {
	padding-top: 0!important
}
.services .item-icon {
	display: none
}
.text-left, .text-right {
	text-align: center!important
}
.section-class-item {
	padding-top: 0
}
.iphones {
	height: 300px;
	margin: 0 auto;
	margin-bottom: 50px;
	max-width: 300px;
	width: auto
}
.iphones .left-mob-front {
	position: relative;
	z-index: 9;
	right: 0
}
.iphones img {
	width: 70%
}
.what-did .section-icon-text {
	text-align: center
}
.what-did .item-icon, .what-did .item-text {
	display: block;
	padding: 0
}
.what-did .item-icon {
	margin-bottom: 10px
}
.what-did .item-icon .icon-wrap {
	margin: 0 auto
}
.downloads .partners-suction .prev-next-block {
	opacity: 1
}
.subscribe .section-class-item .item-icon, .subscribe .section-class-item .item-text {
	display: block
}
.subscribe .section-class-item .item-icon {
	display: none
}
.subscribe .text-with-icon .item-text {
	padding-left: 0
}
.full-slider .vertical-align .content-mill {
	padding-top: 15px
}
.full-slider .vertical-align .container-slide {
	padding-top: 70px;
	padding-bottom: 70px
}
.button-section .btn {
	margin-top: 10px
}
.button-section .btn:nth-child(2n+1) {
	margin-right: 0
}
}
@media only screen and (max-width:398px) {
.slider .buttons-download .download:nth-child(1n+1) {
	margin-bottom: 10px!important
}
.slider .buttons-download .download:last-child {
	margin-right: 0
}
}
@media only screen and (max-width:320px) {
.triangle:before {
	bottom: -1px
}
.social-inons ul li {
font-size:.875rem;
	border: 3px solid #1e81b3;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 38px;
	height: 38px;
	margin-right: 7px
}
.social-inons ul li:last-child {
	margin-right: 0
}
.social-inons ul li:hover {
	background-color: #26a1e0
}
.social-inons ul li a {
	color: #fff;
	display: block;
	line-height: 1.9375rem;
	text-align: center
}
.social-inons ul li a i {
	vertical-align: middle
}
}
@media only screen and (min-width:992px) {
.toggle-mnu {
	display: none
}
}
@media only screen and (min-width:1200px) {
.slider .slide {
	min-height: 944px
}
}
.video-top-marg {
	/* margin-top: 92px; */
	padding-bottom: 0px !important;
	position: relative;
}
.list-arrow {
	margin-top: -8px;
    font-size: 14px;
    line-height: 24px;
    list-style: none;
    font-family: Roboto;
}
.list-arrow .list__item {
	position: relative;
	padding: 8px 5px 8px 51px;
	font-size: 14px;
}
.list-arrow .list__item .icon-circle {
	position: absolute;
	top: 10px;
	left: 6px;
	color: #7ccbfc;
	border-color: #7ccbfc;
}
.icon-circle--thin {
	width: 26px;
	height: 26px;
	padding-top: 5px;
	font-size: 12px;
	line-height: 12px;
	border-width: 2px;
}
.icon-circle {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding-top: 6px;
	font-size: 12px;
	text-align: center;
	border: 3px solid #8b98b2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
h2.section-title {
	    /* width: 37%; */
    margin-bottom: 1em;
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    color: #05508f;
    font-family: Roboto;
}
.img-ic {
	position: absolute;
	top: 10px;
	left: 0px;
}
.list__item strong {
	  font-weight: bold;
    text-transform: uppercase;
    color: #05508f;
}
img.img-chane {
	width: 100%;
}
.space-small {
	padding: 42px 0px;
}
.slide-tracker .slick-track {
	width: 100% !important;
}
.col-md-12.tab-slide-contaent {
	width: 100% !important;
}
ul.nav.nav-tabs.border-none {
	border-bottom: none;
}
.featuresblock .nav-tabs>li>a {
    margin-right: 0px;
    line-height: 1.42857143;
    /* border-bottom: 2px solid #f37d18; */
    border-radius: 4px 4px 0 0;
    color: #fff;
    border-top: 1px solid transparent;
    border-bottom: 2px solid #f37d18;
	border-left: 0px;
	border-right: 0px;
}
.featuresblock  h2.section-title {
    /* width: 37%; */
    margin-bottom: 1em;
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    font-family: Roboto;
}
.featuresblock .list__item strong {
    font-weight: bold;
    text-transform: uppercase;
    color: #f37d18;
}
.border-none>li.active>a, .border-none>li.active>a:hover, .border-none>li.active>a:focus {
	color: #fff;
	cursor: default;
	background-color: none;
	border: 2px solid #f37d18;
	
	border-bottom-color: transparent;
	    margin-right: 0px;
}

.title-col {
	color: #fff;
}
.padd-r.item-icon.text-right {
	padding-right: 36px;
}
video {
/*width: 100%;
	height: auto;
	z-index: -1000;
	overflow: hidden;*/
}
a#togglevideo {
	display: none;
}
.video-popup:hover #togglevideo {
	display: block;
}
.vid-pl {
	/* top: 560px; */
	right: 46%;
	height: auto;
	/* width: 140px; */
	background: rgba(255,255,255,0.5);
	padding: 10px 0px;
	border: 1px solid #ddd;
	font-size: 15px;
	padding: 10px;
	position: absolute;
	bottom: 6%;
	z-index: 9999;
}
.marg-bot {
	margin-bottom: 20px !important;
}
.w-cl {
	width: 252px;
	height: 71px;
}
p.animated.fadeInUp.wer {
	font-size: 25px;
}
.main-section {
	padding: 0;
	/*background: rgba(60, 146, 202, 0.7) url("../images/5.jpg") no-repeat fixed center center / cover;*/
	height: 600px;
}
.videoBG video
{
	width:100%;
}
.main-section .form-group input.form-control {
	height: 60px;
	border-radius: 0;
	width: 100%;
	border-color: #F1F1F1
}
.main-section .select2-container--default .select2-selection--single {
	height: 60px;
	border-radius: 0;
	border: none;
}
.main-section .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 60px;
}
.main-section .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 60px;
	padding-left: 15px;
	border-left: 1px solid #F1F1F1;
}
.main-section .form-group {
	width: 100%;
}
section.main-section {
	position: relative;
}
.main-section .btn-search-submit {
	height: 60px;
	border-radius: 0;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	background: #f37d18;
}
.main-section .btn-search-submit:hover {
	background-color: #05508f;
	color: #FFF;
	border: 1px solid #2088cb;
}
.form-inline .btn-search-submit i {
	margin-left: 10px;
}
.search-form-contaner {
	padding: 10px 20px;
	margin-top: 250px;
	position: relative;
	overflow: hidden;
}
.main-section .search-main-title {
	margin-top: 0;
	margin-bottom: 30px;
	color: #FFF;
	font-size: 40px;
	text-align: center;
	text-transform: capitalize;
}
.static-bg .search-main-title {
	margin-top: 0;
	margin-bottom: 15px;
	color: #242424;
	font-size: 40px;
	text-align: center;
	font-weight: 600;
	text-transform: capitalize;
}
.static-bg p {
	color: #242424;
	width: 80%;
	text-align: center;
	margin: 0 auto;
}
.static-bg .btn {
	margin-top: 30px;
}
.static-bg .search-form-contaner {
	text-align: center;
}
.form-inline .form-group .icon-magnifying-glass {
	position: absolute;
	left: 15px;
	font-size: 18px;
	top: 20px;
}
.form-inline .form-group input {
	padding-left: 50px;
}
.nopadding {
	padding: 0px !important;
}
.txt-rotator-bg h3 {
	display: inline-block;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 500;
	color: #FFF;
	height: 44px;
	text-align: center;
	margin-bottom: 30px;
}
.txt-rotator-bg .typed-cursor {
	font-size: 32px;
	color: #FFF;
	opacity: 1;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}
.parallex::before {
	background: rgba(53, 34, 4, 0.55);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.header-middel-area {
	padding: 15px 0;
}
.top-bar-left {
	float: right;
	margin-top: 6px;
}
. top-bar-left ul {
padding:0;
margin:0;
list-style:none;
}
.top-bar-left ul li {
	float: left;
	border-left: 1px solid #cdcdca;
	padding: 0 11px;
}
.top-bar-left ul li:first-child {
	border-left: none;
}
.top-bar-left ul li strong.location {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	color: #8d9095;
	font-weight: normal;
}
.top-bar-left ul li strong.location .fa-map-marker {
	padding: 0 5px 0 0;
}
.top-bar-left ul li strong.ph {/* font-family:'Open Sans',sans-serif; */
	font-size: 14px;
	color: #68696b;
	font-weight: normal;
}
.top-bar-left ul li strong.ph .fa-phone {
	padding: 0 5px 0 0;
}
.top-bar-left ul li a.email {/* font-family:'Open Sans',sans-serif; */
	font-size: 14px;
	color: #68696b;
	font-weight: normal;
	text-decoration: none;
}
.top-bar-left ul li a.email .fa-envelope {
	padding: 0 5px 0 0;
}
.top-bar-left ul li a.email:hover {
	color: #373737;
}
.top-bar-right {
	float: right;
	overflow: hidden;
}
.top-bar-right ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.top-bar-right ul li {
	float: left;
	padding: 10px 0;
	border-left: 1px solid #dfdfdc;
}
.top-bar-right ul li a.login {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	color: #373737;
	font-weight: normal;
	text-decoration: none;
	float: left;
	padding: 0 22px 0 18px;
}
.top-bar-right ul li a.login:hover, .top-bar-right ul li a.register:hover {
	color: #8D9095;
}
.top-bar-right ul li a.login .fa-lock {
	padding: 0 5px 0 0;
	font-size: 14px;
}
.top-bar-right ul li a.register {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	color: #373737;
	font-weight: normal;
	float: left;
	padding: 0 18px 0 0;
	text-decoration: none;
}
.top-bar-right ul li a.register .fa-plus {
	padding: 0 5px 0 0;
}
.top-bar-socail-media {
	float: left;
	padding: 0 0 0 24px!important;
	margin: 0;
	list-style: none;
}
.top-bar-socail-media li {
	float: left;
	padding: 0 21px 0 0!important;
	border: 0!important;
}
.top-bar-socail-media li a {
	text-decoration: none;
	color: #373737;
	font-size: 15px;
}
.top-bar-socail-media li a:hover {
	color: #ccc;
}
.top-bar-right ul li .fa-search {
	font-size: 20px;
	position: absolute;
	left: 9px;
	top: 0;
}
.login-box, .register-box {
	float: left;
	max-width: 470px;
}
.my-account {
	margin-left: 10px;
}
.my-account li {
}
.my-account li a {
}
.my-account li a i {
	padding-right: 5px;
}
.right-mitems {
}
.right-mitems {
	margin-bottom: 10px;
	float: right;
}
.floatright {
	float: right;
}
.social-shear.floatright {
	margin-top: 3px;
}
#header .logo {
/* padding-top: 10px; */

}
.login-popup {
}
.login-popup .modal-dialog {
	width: 420px;
}
.login-popup .modal-content {
	width: 100%;
}
.login-popup button.close {
	padding-right: 10px;
	padding-top: 3px;
}
.top-bar-left ul li i {
	color: #f37d18;
}
.signup-section .holder input[type="text"].error {
	margin-bottom: 5px;
}
.signup-section .holder label.error {
	font-weight: 400;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
	display: block;
	color: #ff0000;
}
.logo a img {
/*	height: 50px;
*/}
.social-shear > ul {
	text-align: center;
}
.social-shear ul li, .my-account ul li, .menu-area ul li {
	display: inline-block;
	margin-left: 2px;
}
.my-account ul li {
	margin-left: 20px;
}
.social-shear ul li:first-child {
	margin-left: 0;
}
.social-shear ul li a {
	background-color: #f37d18;
	color: #fff;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 25px;
	border: 1px solid transparent;
	border-radius: 100%;
}
.social-shear ul li a:hover {
	border: 1px solid #ef6644;
	background: none;
	color: #ef6644;
}
.my-account ul li {
	display: inline-block;
	margin-left: 3px;
}
.my-account ul li a {
	color: #333;
	text-transform: uppercase;
	font-weight: 500;
	border: 1px solid #f37d18;
	padding: 4px 10px;
	border-radius: 3px;
	font-size: 13px;
}
.my-account ul li a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #05508f;
	background: #05508f;
}
.header-middel-area {
	padding: 15px 0 7px;
}
.floatright {
	float: right;
}
.my-account {
	margin-left: 10px;
	margin-top: 4px;
}
.right-mitems {
	margin-bottom: 10px;
	float: right;
}
.mtset {
	margin-top: 10px;
}
/*Menu*/

/* CSS Document */

@media screen and (min-width: 992px) {
a[href="#primary-menu"] {
	display: none;
}
}



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

/* HEADER

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

/***********T_T**************/

@media (max-width: 991px) {
body a[href="#primary-menu"] {
	display: inline-block;
	padding: 8px 10px;
	position: absolute;
	left: 0;
	top: -20px;
	z-index: 20;
	font-size: 20px;
	width: 100%;
	background: #efefef;
}
}
.sn-site {
	position: relative;
}
.header-bottom {
	display: inline-block;
	position: relative;
	width: 100%;
}
.header-logo {
	margin-right: 120px;
	padding: 50px 0;
	left: 15px;
	position: absolute;
	top: 0;
}
.main-nav {
	/*  text-align: center;

*/  width: 100%;
}
.main-nav > ul.nav {
	display: inline-block;
	padding-left: 0;
}
.header-left nav {
	display: inline-block;
}
.header-left > div {
	display: inline-block;
	float: left;
}
.header {
	background: #05508f;
}
.header-top {
	color: #808080;
	font-size: 14px;
}
.sn-header-style-1 .header-top {
	color: #b5b5b5;
}
.header-top-left {
	display: inline-block;
	float: left;
	height: 55px;
	line-height: 55px;
}
.header-top-left aside {
	display: inline-block;
	margin-right: 45px;
	padding-left: 20px;
	border-left: 1px solid #555;
}
.header-top-left aside i {
	color: #05508f;
	margin: 0 10px 0 0;
}
.header-top-right {
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	display: inline-block;
	float: right;
	height: 55px;
	padding: 0 30px 0 20px;
}
.header-top-right .header-top-search {
	margin-top: 8px;
}
.header-top-right .header-top-search input {
	background-color: transparent;
	border: medium none;
	color: #b5b5b5;
}
.header-top-right .header-top-search a {
	color: #fff;
}
.header-top-right .header-top-search a.btn {
	margin: 0;
	background-color: transparent;
}
.header-top-right .header-top-search a:hover {
	color: #05508f;
	background-color: transparent;
}
.container-inner {
	display: inline-block;
	padding: 50px 0 0;
	position: relative;
	width: 100%;
}
.sub-menu {
	background-color: #fff;
	left: 0;
	position: absolute;
	right: 0;
	padding: 0;
	z-index: 9;
}
.sub-menu li {
	display: inline-block;
}
.sn-header-style-1 .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon {
	color: #fff;
}
.main-nav > .nav > li {
	display: inline-block;
	position: inherit;
}
.main-nav > .nav > li > .sub-menu {
	border: none;
	box-shadow: 1px 1px 3px 1px #ddd;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	transition: all 0.05s ease 0s;
	visibility: hidden;
	padding: 20px 0;
	left: 15px;
	right: 15px;
	z-index: 99999;
}
.main-nav > .nav > li > .sub-menu > li {
	border-left: 2px solid rgba(0, 0, 0, 0.09);
	float: left;
	/*  position: relative;

*/  width: 25%;
	text-align: left;
}
.main-nav > .nav > li > .sub-menu > li:first-child {
	border: none;
}
.main-nav > .nav > li:hover > .sub-menu {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px);
	transition: all 0.5s ease 0.05s;
}
.sub-menu .sub-menu {
	position: inherit;
}
.sub-menu .sub-menu li {
	display: block;
}
div.sub-menu .sub-menu-mega {
	padding: 0;
	position: relative;
}
.sub-menu .desc-review-content section {
	float: left;
	width: 33.33%;
}
.nav.nav-pills li {
	width: 100%;
}
.sub-menu .nav-pills {
	float: left;
	width: 25%;
}
.sub-menu .desc-review-content {
	float: right;
	width: 75%;
}
.sub-menu .desc-review-content section {
	float: left;
	width: 33.33%;
}
.main-nav > .nav > li.mega-menu .sub-menu-mega {
	padding: 0;
}
.main-nav > .nav > li > .sub-menu > li > a,  .main-nav > .nav > li.mega-menu .widget-title-wrapper .heading-title {
	color: #333;
	display: inline-block;
	font-weight: 500;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
	text-transform: uppercase;
	padding-left: 20px !important;
	font-size: 14px;
}
.main-nav > .nav > li > .sub-menu > li > a::before,  .main-nav > .nav > li.mega-menu .widget-title-wrapper .heading-title::before {
	background-color: #05508f;
	bottom: 0;
	content: "";
	height: 2px;
	left: 20px;
	position: absolute;
	width: 50px;
}
.main-nav > .nav > li > .sub-menu > li > a:hover,  .main-nav > .nav > li.mega-menu .widget-title-wrapper .heading-title:hover {
	color: #05508f;
	text-decoration: none;
}
.main-nav > .nav > li > .sub-menu > li > ul {
	padding-bottom: 20px;
}
.main-nav > .nav > li > .sub-menu > li li {
	padding: 10px 0 10px 20px;
	position: relative;
}
.main-nav > .nav > li > .sub-menu > li li a {
	color: #808080;
	width: 100%;
}
.main-nav > .nav > li > .sub-menu > li li a span {
	border-radius: 3px;
	color: #eee;
	font-size: 9px;
	margin-left: 5px;
	padding: 1px 4px;
}
.main-nav > .nav > li > .sub-menu > li li:before {
	position: absolute;
	content: "";
	top: 50%;
	bottom: 50%;
	left: 0px;
	width: 2px;
	background-color: #05508f;
	transition: all 0.5s ease 0s;
}
.main-nav > .nav > li > .sub-menu > li li:hover {
	padding-left: 25px;
	transition: all 0.5s ease 0s;
}
.main-nav > .nav > li > .sub-menu > li li:hover::before {
	top: 3px;
	bottom: 3px;
	transition: all 0.3s ease 0s;
}
.main-nav > .nav > li > .sub-menu > li li:hover a {
	/*  color: #05508f;

*/  text-decoration: none;
}
.product-mega-menu-content {
	display: inline-block;
	float: right;
}
.product-mega-menu-content .rate {
	display: block;
}
.nav > li > a:focus,  .nav > li > a:hover {
	background-color: #fff;
}
.nav > li > a {
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}
.nav > li > a:focus,  .nav > li > a:hover {
	background-color: transparent;
	color: #d0cccc;
}
.main-nav > .nav > li.menu-shop > .sub-menu > li {
	width: 25%;
}
#primary-menu > .nav > li > a {
	font-size: 14px;
	margin-right: 10px;
	padding: 15px 15px;
}
#primary-menu > .nav > li.has_sub > a::before {
	content: "\f107";
	font-family: FontAwesome;
	font-weight: 100;
	position: absolute;
	right: 0;
}
.clear a {
	color: #fff;
	display: inline-block;
	font-style: italic;
	margin-top: 10px;
}
.mega-menu .product_list_widget li a {
	float: left;
	width: 35%;
}
.mega-menu .product_list_widget li .mega-right {
	float: left;
	padding-top: 10px;
	width: 65%;
}
.mega-menu .product_list_widget li .mega-right .amount,  .mega-menu .product_list_widget li .mega-right .amount span,  .mega-menu .product_list_widget li .mega-right del,  .mega-menu .product_list_widget li .mega-right ins {
	display: inline-block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 200;
	margin-top: 10px;
}
.mega-menu .product_list_widget li .mega-right del {
	color: #888;
	margin-right: 5px;
}
.mega-menu .product_list_widget li .mega-right .amount {
	width: 100%;
}
.header.sn-header-style-2 {
	display: inline-block;
	padding: 0 100px;
	width: 100%;
}
.header.sn-header-style-2 .header-bottom {
	display: inline-block;
	width: 100%;
}
.header.sn-header-style-2 .header-right .header-right-box {
	display: inline-block;
	width: 160px;
}
.header.sn-header-style-2 .header-right .shopping-cart-wrapper {
	margin-left: 40px;
}
.header.sn-header-style-2 .canvas-menu-toggle-wrapper {
	float: left;
	margin: 0;
}
.header.sn-header-style-2 .header-logo {
	left: 85px;
}
.header.sn-header-style-2.menu-fixed .canvas-menu-toggle-wrapper {
	padding-top: 20px;
}
.sn-header-style-3.menu-fixed {
	background-color: #424242;
	box-shadow: 0 0 3px 0 #ccc;
	z-index: 20;
	top: 0;
}
.sn-header-style-3.menu-fixed .header-bottom {
	top: 0;
}
.menu-fixed {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-name: fixed;
	animation-name: fixed;
	box-shadow: 0 0 3px #eee;
}
.menu-fixed .header-right {
	top: 10px;
}
.menu-fixed .main-nav > .nav > li,  .menu-fixed .header-customize-item {
	padding: 10px 0;
}
.menu-fixed .header-logo {
	padding: 8px 0;
}
.menu-fixed .header-top {
	display: none;
}
 @-webkit-keyframes fixed {
 0% {
 -webkit-transform: translateY(-102%);
 transform: translateY(-102%);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes fixed {
 0% {
 -webkit-transform: translateY(-102%);
 transform: translateY(-102%);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
.header-right .header-customize-right button.close i {
	font-size: 35px;
}
.header-right .header-customize-right button i {
	color: #fff;
}
.icon-search-menu {
	cursor: pointer;
}
.header-social-profile-wrapper {
	display: none;
}
.sn-header-style-3 {
	background-color: #fff;
}
.sn-header-style-3 .header-top {
	border: medium none;
}
.sn-header-style-3 .header-right .cart_list_wrapper {
	border: 1px solid #eee;
}
.sn-header-style-3 .header-top-left aside {
	padding-left: 0;
}
.sn-header-style-3 .header-top-left aside i {
	color: #808080;
}
.sn-header-style-3 .header-top-logo {
	display: inline-block;
	width: 100%;
	padding: 40px 0 10px 0;
}
.sn-header-style-3 .header-top-logo > a {
	display: inline-block;
	float: left;
}
.sn-header-style-3 .header-top-logo form {
	border: 2px solid #eee;
	display: inline-block;
	float: left;
	margin-left: 100px;
	width: 50%;
}
.sn-header-style-3 .header-top-logo form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: rgba(0, 0, 0, 0) url("images/demo/arrow.jpg") no-repeat scroll right 10px;
	border: medium none;
	display: inline-block;
	height: 50px;
	width: 25%;
	padding-left: 15px;
}
.sn-header-style-3 .header-top-logo form select option {
	height: 50px;
	line-height: 50px;
	padding: 12px 10px;
}
.sn-header-style-3 .header-top-logo form button {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	float: right;
	height: 45px;
	padding-right: 15px;
	width: 8%;
}
.sn-header-style-3 .header-top-logo form input {
	background-color: transparent;
	width: 66%;
	line-height: 50px;
	height: 50px;
	border-style: solid;
	border-width: 0 0 0 2px;
	border-color: #eee;
	padding-left: 10px;
}
.sn-header-style-3 .box-header-top {
	border-bottom: 1px solid #ddd;
	display: inline-block;
	width: 100%;
}
.sn-header-style-3 .header-top-left aside,  .sn-header-style-3 .header-top-right {
	border: medium none;
}
.sn-header-style-3 .header-top-right .header-top-search a {
	color: #808080;
}
.sn-header-style-3 .header-right {
	display: inline-block;
	float: right;
	position: inherit;
}
.sn-header-style-3 .header-right .header-customize-item {
	padding: 0;
}
.sn-header-style-3 .header-right .header-right-box {
	width: 140px;
}
.sn-header-style-3 .header-right .widget_shopping_cart_icon,  .sn-header-style-3 .header-right .my-wishlist-wrapper {
	border: 1px solid #eee;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	width: 50px;
	position: relative;
	height: 50px;
	line-height: 50px;
}
.sn-header-style-3 .header-right .widget_shopping_cart_icon a,  .sn-header-style-3 .header-right .my-wishlist-wrapper a {
	float: inherit;
}
.sn-header-style-3 .header-right .widget_shopping_cart_icon i,  .sn-header-style-3 .header-right .my-wishlist-wrapper i {
	color: #777;
	font-size: 14px;
}
.sn-header-style-3 .my-wishlist .widget_shopping_wishlist_content .my-wishlist-wrapper a.yolo-wishlist i.wicon {
	color: #444;
}
.sn-header-style-3 .my-wishlist .widget_shopping_wishlist_content .my-wishlist-wrapper a.yolo-wishlist span,  .sn-header-style-3 .widget_shopping_cart_icon > i.wicon + span.total {
	background-color: #fff;
	color: #333;
	height: 25px;
	line-height: 25px;
	right: -10px;
	top: -10px;
	width: 25px;
	position: absolute;
	font-size: 12px;
	border-radius: 50%;
}
.sn-header-style-3 .main-nav > .nav > li > .sub-menu {
	left: 0;
	right: 0;
}
.sn-header-style-3 .header-bottom {
	background-color: #424242;
	position: relative;
	top: 30px;
	z-index: 20;
	display: inline-block;
	width: 100%;
}
.sn-header-style-3 .header-bottom .header-logo {
	display: none;
}
.sn-header-style-3 .header-bottom .main-nav {
	text-align: left;
}
.sn-header-style-3 .header-bottom .header-customize-item {
	float: right;
	padding: 0;
	margin-top: 13px;
}
.sn-header-style-3 .header-bottom #primary-menu > .nav > li > a {
	padding: 15px;
}
.sn-header-style-3 .header-bottom .header-social-profile-wrapper {
	display: inline-block;
	margin-right: 15px;
}
.sn-header-style-3 .header-bottom .header-social-profile-wrapper li {
	display: inline-block;
	margin: 0 10px;
}
.sn-header-style-3 .header-bottom .header-social-profile-wrapper li a {
	color: #fff;
}
.sn-header-style-3 .header-bottom .header-social-profile-wrapper li a:hover {
	color: #05508f;
}
.sn-header-style-3 .header-bottom .canvas-menu-toggle-wrapper {
	margin-right: 15px;
}
.sn-header-style-3 .main-nav > .nav > li,  .sn-header-style-3 .main-nav > ul.nav {
	padding: 0;
}
.sn-header-style-1 .main-nav-wrapper.header-right .my-wishlist-wrapper,  .sn-header-style-2 .main-nav-wrapper.header-right .my-wishlist-wrapper,  .sn-header-style-1 .main-nav-wrapper.header-right .widget_shopping_cart_icon,  .sn-header-style-2 .main-nav-wrapper.header-right .widget_shopping_cart_icon {
	position: relative;
}
.sn-header-style-1 .main-nav-wrapper.header-right .my-wishlist-wrapper span,  .sn-header-style-2 .main-nav-wrapper.header-right .my-wishlist-wrapper span,  .sn-header-style-1 .main-nav-wrapper.header-right .widget_shopping_cart_icon span,  .sn-header-style-2 .main-nav-wrapper.header-right .widget_shopping_cart_icon span {
	background-color: #05508f;
	border-radius: 50%;
	color: #333;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 0;
	text-align: center;
	top: -6px;
	width: 20px;
}
 @media screen and (min-width: 992px) {
a[href="#primary-menu"] {
	display: none;
}
nav .sub-menu {
	top: 100%;
}
}
 @media screen and (max-width: 991px) {
nav#primary-menu {
	display: none;
}
}
.main-nav > .nav > li.menu-item.menu-blog {
	position: relative;
}
.main-nav > .nav > li.menu-item.menu-blog ul {
	width: 300px;
	padding-top: 0;
	padding-bottom: 0;
}
.main-nav > .nav > li.menu-item.menu-blog ul li {
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #eee;
	border-left: none;
}
.main-nav > .nav > li.menu-item.menu-blog ul li a {
	text-transform: capitalize;
	margin: 3px 0;
	padding: 8px 15px;
	transition: all 0.4s ease 0s;
	color: #808080;
	font-weight: 400;
}
.main-nav > .nav > li.menu-item.menu-blog ul li a::before {
	background-color: #05508f;
	bottom: 50%;
	height: auto;
	left: 0;
	top: 50%;
	transition: all 0.4s ease 0s;
	width: 2px;
}
.main-nav > .nav > li.menu-item.menu-blog ul li a:hover {
	transition: all 0.4s ease 0s;
	padding: 8px 15px 8px 20px;
	color: #05508f;
}
.main-nav > .nav > li.menu-item.menu-blog ul li a:hover::before {
	top: 0;
	bottom: 0;
	transition: all 0.4s ease 0s;
}
.main-nav .nav .mega-menu .sub-menu-mega > li {
	display: block;
	float: inherit;
	width: 100%;
	border-left: none;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > a {
	border-bottom: 1px solid #eee;
	margin: 0;
	padding: 10px 10px;
	width: 20%;
	color: #333;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > a::before {
	background-color: #f37d18;
	bottom: 50%;
	content: "";
	height: auto;
	left: 0;
	position: absolute;
	top: 50%;
	width: 2px;
	transition: all 0.5s ease 0s;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul {
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 80%;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	transition: all 0.5s ease 0s;
	padding: 0;
	border-left: 1px solid #ddd;
	z-index: -2;
	padding: 0 20px;
	height: 0;
	overflow: hidden;
	background-color: #fff;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li {
	width: 33.33%;
	float: left;
	padding: 0;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li .tagcloud a {
	border: 1px solid #eee;
	color: #333;
	display: inline-block;
	float: left;
	font-size: 15px;
	margin: 3px;
	padding: 2px 10px;
	width: auto;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li .tagcloud a:hover {
	background-color: #05508f;
	border: 1px solid #05508f;
	color: #fff;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li.intagram-list {
	width: 100%;
	padding-bottom: 30px;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li.intagram-list .intagram {
	width: 80%;
	float: left;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li.intagram-list .intagram a {
	display: inline-block;
	padding: 5px;
	width: 25%;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li.intagram-list .intagram a img {
	width: 100%;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li.intagram-list .intagram a:hover {
	opacity: 0.6;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li.intagram-list .clear {
	width: 20%;
	float: left;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li.intagram-list:hover {
	padding-bottom: 30px;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li > a {
	color: #333;
	/* font-family: ubuntu; */

	font-weight: 500;
	padding: 10px 0;
	position: relative;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 10px;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li > a::before {
	background-color: #05508f;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 50px;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li::before {
	display: none;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li:hover {
	padding-left: 20px;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li ul {
	padding: 0;
	margin-right: 15px;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li li,  .sidebar-product .featured-products li {
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #eee;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li li:last-child {
	border: none;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li li a,  .sidebar-product .featured-products li a {
	display: inline-block;
	/* float: left; */

    /* width: 40%; */

	padding: 10px 0px;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li li a {
	color: #808080;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li li a:hover {
	color: #f37d18;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li li .mega-right,  .sidebar-product .featured-products li p {
	display: inline-block;
	float: left;
	width: 60%;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li li .mega-right > span {
	color: #333;
	display: inline-block;
	width: 100%;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li li .mega-right > span del > span {
	color: #808080;
	font-size: 14px;
	margin-right: 10px;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li li:hover {
	padding: 0;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li li:before {
	display: none;
}
 .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li li:before:hover {
 padding-left: 20px;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li:hover {
	padding: 0;
}
/*.main-nav .nav .mega-menu .sub-menu-mega > li:nth-child(2) > ul {

  top: -60px;

}

.main-nav .nav .mega-menu .sub-menu-mega > li:nth-child(3) > ul {

  top: -120px;

}

.main-nav .nav .mega-menu .sub-menu-mega > li:nth-child(4) > ul {

  top: -180px;

}

.main-nav .nav .mega-menu .sub-menu-mega > li:nth-child(5) > ul {

  top: -240px;

}*/

.main-nav .nav .mega-menu .sub-menu-mega > li.active-menu > ul {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.5s ease 0s;
	z-index: 3;
	height: auto;
}
.main-nav .nav .mega-menu .sub-menu-mega > li:hover > a,  .main-nav .nav .mega-menu .sub-menu-mega > li.active-menu > a {
	color: #f37d18;
}
.main-nav .nav .mega-menu .sub-menu-mega > li:hover > a::before,  .main-nav .nav .mega-menu .sub-menu-mega > li.active-menu > a::before {
	top: 0;
	bottom: 0;
	transition: all 0.5s ease 0s;
}
.sn-header-style-2.sn-header-style-4.menu-fixed .header-right {
	top: 0;
}
.sn-header-style-2.sn-header-style-4,  .sn-header-style-1.sn-header-style-5 {
	background-color: #fff;
}
.sn-header-style-2.sn-header-style-4 .nav > li > a,  .sn-header-style-1.sn-header-style-5 .nav > li > a,  .sn-header-style-2.sn-header-style-4 .canvas-menu-toggle-wrapper,  .sn-header-style-1.sn-header-style-5 .canvas-menu-toggle-wrapper {
	color: #333;
}
.sn-header-style-2.sn-header-style-4 .header-logo.pull-left a,  .sn-header-style-1.sn-header-style-5 .header-logo.pull-left a {
	display: inline-block;
	position: relative;
}
.sn-header-style-2.sn-header-style-4 .header-logo.pull-left a::before,  .sn-header-style-1.sn-header-style-5 .header-logo.pull-left a::before {
	content: url("images/logo/logo-black.png");
	position: absolute;
}
.sn-header-style-2.sn-header-style-4 .header-right .header-customize-right > div i,  .sn-header-style-1.sn-header-style-5 .header-right .header-customize-right > div i,  .sn-header-style-2.sn-header-style-4 .header-right .header-customize-right > div i.wicon,  .sn-header-style-1.sn-header-style-5 .header-right .header-customize-right > div i.wicon {
	color: rgba(63, 63, 63, 0.75);
	font-size: 16px;
}
.sn-header-style-2.sn-header-style-4 .header-right .header-customize-right > div i:hover,  .sn-header-style-1.sn-header-style-5 .header-right .header-customize-right > div i:hover,  .sn-header-style-2.sn-header-style-4 .header-right .header-customize-right > div i.wicon:hover,  .sn-header-style-1.sn-header-style-5 .header-right .header-customize-right > div i.wicon:hover {
	color: #05508f;
}
.sn-header-style-2.sn-header-style-4 .header-customize-item,  .sn-header-style-1.sn-header-style-5 .header-customize-item {
	padding: 55px 0;
}
.sn-header-style-2.sn-header-style-4 .main-nav > .nav > li > .sub-menu,  .sn-header-style-1.sn-header-style-5 .main-nav > .nav > li > .sub-menu {
	left: 0;
	right: 0;
}
.sn-header-style-2.sn-header-style-4.menu-fixed .header-customize-item,  .sn-header-style-1.sn-header-style-5.menu-fixed .header-customize-item {
	padding: 20px 0;
}
.sn-header-style-1.sn-header-style-5 {
	display: inline-block;
	float: left;
	width: 100%;
}
.sn-header-style-1.sn-header-style-5 .header-logo {
	left: 0;
}
header.header.sn-header-style-2 .main-nav > .nav > li > .sub-menu,  header.header.sn-header-style-2.sn-header-style-4 .main-nav > .nav > li > .sub-menu,  header.header.sn-header-style-1.sn-header-style-5 .main-nav > .nav > li > .sub-menu {
	left: 50%;
	-webkit-transform: translateY(50px) translateX(-50%);
	-ms-transform: translateY(50px) translateX(-50%);
	transform: translateY(50px) translateX(-50%);
}
 @media (max-width: 1200px) and (min-width: 992px) {
header.header.sn-header-style-2 .main-nav > .nav > li > .sub-menu,  header.header.sn-header-style-2.sn-header-style-4 .main-nav > .nav > li > .sub-menu,  header.header.sn-header-style-1.sn-header-style-5 .main-nav > .nav > li > .sub-menu {
	width: 970px;
}
}
 @media (min-width: 1201px) {
header.header.sn-header-style-2 .main-nav > .nav > li > .sub-menu,  header.header.sn-header-style-2.sn-header-style-4 .main-nav > .nav > li > .sub-menu,  header.header.sn-header-style-1.sn-header-style-5 .main-nav > .nav > li > .sub-menu {
	width: 1200px;
}
}
header.header.sn-header-style-2 .main-nav > .nav > li:hover > .sub-menu,  header.header.sn-header-style-2.sn-header-style-4 .main-nav > .nav > li:hover > .sub-menu,  header.header.sn-header-style-1.sn-header-style-5 .main-nav > .nav > li:hover > .sub-menu {
	-webkit-transform: translateY(-1px) translateX(-50%);
	-ms-transform: translateY(-1px) translateX(-50%);
	transform: translateY(-1px) translateX(-50%);
}
header.header.sn-header-style-2 .main-nav > .nav > li.menu-item.menu-blog > .sub-menu,  header.header.sn-header-style-2.sn-header-style-4 .main-nav > .nav > li.menu-item.menu-blog > .sub-menu,  header.header.sn-header-style-1.sn-header-style-5 .main-nav > .nav > li.menu-item.menu-blog > .sub-menu {
	width: 300px;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	left: 0;
}
header.header.sn-header-style-2 .main-nav > .nav > li.menu-item.menu-blog:hover > .sub-menu,  header.header.sn-header-style-2.sn-header-style-4 .main-nav > .nav > li.menu-item.menu-blog:hover > .sub-menu,  header.header.sn-header-style-1.sn-header-style-5 .main-nav > .nav > li.menu-item.menu-blog:hover > .sub-menu {
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px);
}
.sn-header-style-1.sn-header-style-5.menu-fixed {
	padding: 0 60px;
}
.sn-header-style-1.sn-header-style-5.menu-fixed .main-nav-wrapper.header-left {
	display: inline-block;
	float: left;
	position: relative;
	width: 100%;
}
.sn-header-style-1.sn-header-style-5.menu-fixed .header-bottom {
	float: left;
}
.sn-header-style-1.sn-header-style-5.menu-fixed .header-right {
	top: 0;
}
.header-top-style-3 {
	border-bottom: 1px solid #eee;
}
.header-top-style-3 .header-top-social-profile-wrapper {
	text-align: right;
	margin: 0;
}
.header-top-style-3 .header-top-social-profile-wrapper li {
	display: inline-block;
	margin: 0 2px;
	padding-top: 10px;
}
.header-top-style-3 .header-top-social-profile-wrapper li a {
	color: #808080;
	padding: 0 10px;
}
.header-top-style-3 .header-top-social-profile-wrapper li a:hover {
	color: #05508f;
}
.header-top-style-3 .logo {
	text-align: center;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}
.header-top-style-3 .header-right {
	margin: 0;
}
.header-top-style-3 .header-right .header-right-box .header-customize.header-customize-right {
	padding-top: 10px;
}
.header-top-style-3 .header-right .header-right-box .header-customize.header-customize-right .header-customize-item {
	padding: 0;
}
.header-top-style-3 .header-right .header-right-box .header-customize.header-customize-right .header-customize-item span.total {
	background-color: #05508f;
	border-radius: 50%;
	color: #333;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 0;
	text-align: center;
	top: -6px;
	width: 20px;
}
.header-top-style-3 .header-top-social-profile-wrapper,  .header-top-style-3 .header-right,  .header-top-style-3 .logo {
	padding: 45px 30px;
}
.sn-header-style-2.sn-header-style-4.sn-header-style-6 {
	padding: 0;
	background-color: #fff;
}
.sn-header-style-2.sn-header-style-4.sn-header-style-6 .header-bottom .header-logo,  .sn-header-style-2.sn-header-style-4.sn-header-style-6 .header-bottom .canvas-menu-toggle-wrapper,  .sn-header-style-2.sn-header-style-4.sn-header-style-6 .header-bottom .header-right {
	display: none;
}
.sn-header-style-2.sn-header-style-4.sn-header-style-6.menu-fixed .header-top-style-3 {
	display: none;
}
header.sn-header-style-7 {
	background-color: #fff;
}
header.sn-header-style-7 .box-header-top {
	background-color: #3f3f3f;
	border: medium none;
}
header.sn-header-style-7 .header-top {
	border-bottom: 1px solid #ddd;
}
header.sn-header-style-7 .header-top-right .header-top-search {
	margin-top: 13px;
}
header.sn-header-style-7 .sn-header-style-3 .header-right .header-right-box {
	width: 210px;
}
header.sn-header-style-7 .sn-header-style-3 .header-right .header-right-box .widget_shopping_cart_icon {
	border: none;
	line-height: 20px;
	height: 20px;
}
header.sn-header-style-7 .sn-header-style-3 .header-right .header-right-box .widget_shopping_cart_icon i {
	font-size: 16px;
}
header.sn-header-style-7 .sn-header-style-3 .header-right .header-right-box .widget_shopping_cart_icon span {
	background-color: #05508f;
	border-radius: 50%;
	color: #333;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 0;
	text-align: center;
	top: -6px;
	width: 20px;
}
header.sn-header-style-7 .sn-header-style-3 .header-right .header-right-box .header-right-phone {
	margin-right: 15px;
}
header.sn-header-style-7 .sn-header-style-3 .header-right .header-right-box .header-right-phone span {
	font-weight: 600;
}
header.sn-header-style-7 .sn-header-style-3 .header-right .header-right-box .header-right-phone i {
	color: #333;
	margin-right: 10px;
	padding-top: 5px;
	float: left;
}
header.sn-header-style-7 .sn-header-style-3 .header-top-logo {
	padding: 40px 0;
}
header.sn-header-style-7 .header-bottom {
	display: inline-block;
	width: 100%;
}
header.sn-header-style-7 .header-bottom .nav > li > a {
	color: #333;
}
header.sn-header-style-7 .header-bottom .main-nav > .nav > li {
	padding: 10px 0 5px;
}
header.sn-header-style-7 .header-bottom .canvas-menu-toggle-wrapper,  header.sn-header-style-7 .header-bottom .header-logo,  header.sn-header-style-7 .header-bottom .header-right {
	display: none;
}
.home-sidebar {
	position: relative;
	padding-left: 300px;
}
.header.sn-header-style-8 {
	position: fixed;
	-webkit-animation: none;
	animation: none;
	left: 0;
	top: 0;
	height: 100vh;
	width: 300px;
	z-index: 10;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.header.sn-header-style-8 .yolo-canvas-menu-wrapper {
	display: none;
}
.header.sn-header-style-8 .header-bottom {
	width: 300px;
	padding: 0;
}
.header.sn-header-style-8 .header-bottom .header-social-profile-wrapper {
	display: block;
	height: 40px;
	margin: 105px 0 0 0;
	padding: 0;
}
.header.sn-header-style-8 .header-bottom .header-social-profile-wrapper li {
	display: inline-block;
}
.header.sn-header-style-8 .header-bottom .header-social-profile-wrapper li a {
	background-color: #424242;
	color: #fff;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin: 0 3px;
	text-align: center;
	width: 40px;
}
.header.sn-header-style-8 .header-bottom .header-social-profile-wrapper li a:hover {
	color: #05508f;
	transition: color 0.5s ease 0s;
}
.header.sn-header-style-8 .header-bottom .form-header-home-8 {
	bottom: 40px;
	display: inline-block;
	left: 0;
	padding-bottom: 30px;
	position: absolute;
	width: 100%;
}
.header.sn-header-style-8 .header-bottom .form-header-home-8 form {
	margin: 0 20px;
	position: relative;
}
.header.sn-header-style-8 .header-bottom .form-header-home-8 form input {
	border: 1px solid #eee;
	font-weight: 600;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	width: 100%;
}
.header.sn-header-style-8 .header-bottom .form-header-home-8 form a {
	color: #333;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 40px;
}
.header.sn-header-style-8 .header-bottom .form-header-home-8 form a:hover {
	color: #05508f;
}
.header.sn-header-style-8 .header-bottom .header-left .header-logo {
	background-color: #424242;
	left: 0;
	margin: 0;
	padding: 45px 0;
	position: relative;
	text-align: center;
	width: 100%;
}
.header.sn-header-style-8 .header-bottom .header-left .canvas-menu-toggle-wrapper {

	display: none;
}
.header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li {
	width: 100%;
	float: left;
	padding: 5px 0;
	position: relative;
	text-align: left;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	padding: 0;
}
.header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li:hover {
	background-color: #424242;
}
.header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li:hover > a {
	color: #05508f;
}
.header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li:hover > a::before {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li > a {
	color: #333;
	font-size: 12px;
	letter-spacing: 0.5px;
	padding: 12px;
	font-weight: 600;
}
.header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li > a::before {
	right: 10px;
}
.header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li > .sub-menu {
	top: 0;
	left: 100%;
	width: 970px;
	padding: 10px 0;
}
.header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li > .sub-menu > li {
	border-width: 1px;
}
.header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li > .sub-menu > li > a {
	font-size: 12px;
	font-weight: 600;
	padding-bottom: 8px;
}
.header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li > .sub-menu > li > ul {
	padding-bottom: 10px;
}
.header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li > .sub-menu > li > ul li {
	padding: 6px 0 6px 20px;
}
.header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li > .sub-menu > li > ul li a {
	font-size: 12px;
	font-weight: 600;
}
.header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li.mega-menu > .sub-menu {
	padding: 0;
}
.header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li.mega-menu > .sub-menu > li {
	height: 45px;
}
.header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li.mega-menu > .sub-menu > li > a {
	padding: 10px;
}
.header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li.mega-menu > .sub-menu > li:nth-child(2) > ul {
	top: -45px;
}
.header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li.mega-menu > .sub-menu > li:nth-child(3) > ul {
	top: -90px;
}
.header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li.mega-menu > .sub-menu > li p,  .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li.mega-menu > .sub-menu > li span {
	font-size: 12px;
}
.header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li.mega-menu > .sub-menu > li ul {
	padding: 0;
}
.header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li.menu-blog > .sub-menu {
	width: 255px;
	padding: 0;
}
.header.sn-header-style-8 .header-bottom .header-right {
	display: none;
}
.sn-header-style-2.sn-header-style-4.sn-header-style-6.sn-header-style-9 {
	background-color: transparent;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 22;
}
.sn-header-style-2.sn-header-style-4.sn-header-style-6.sn-header-style-9 .header-top-social-profile-wrapper li a {
	color: #fff;
}
.sn-header-style-2.sn-header-style-4.sn-header-style-6.sn-header-style-9 .header-top-style-3 .logo a {
	position: relative;
	display: inline-block;
}
.sn-header-style-2.sn-header-style-4.sn-header-style-6.sn-header-style-9 .header-top-style-3 .logo a::before {
	content: url("images/logo/logo.png");
	position: absolute;
}
.sn-header-style-2.sn-header-style-4.sn-header-style-6.sn-header-style-9 .header-top-style-3 .logo a img {
	opacity: 0;
}
.sn-header-style-2.sn-header-style-4.sn-header-style-6.sn-header-style-9 .header-right .header-customize-right > div i {
	color: #fff;
}
.sn-header-style-2.sn-header-style-4.sn-header-style-6.sn-header-style-9 #primary-menu > .nav > li > a {
	color: #fff;
}
.sn-header-style-2.sn-header-style-4.sn-header-style-6.sn-header-style-9.menu-fixed {
	background-color: #424242;
	box-shadow: 0 0 3px #888;
	position: fixed;
}
.sn-header-style-2.sn-header-style-4.sn-header-style-6.sn-header-style-9 .main-nav > .nav > li {
	padding: 10px 0;
}
#mm-primary-menu {
	overflow: hidden;
}
#mm-primary-menu li {
	width: 97% !important;
}
#mm-primary-menu li a {
	color: #333 !important;
}
#mm-primary-menu li a:hover {
	color: #05508f !important;
}
#mm-primary-menu .mm-close::before {
	border: medium none;
	content: "\e681";
	font-family: "Pe-icon-7-stroke";
	font-size: 20px;
	left: -30px;
	position: absolute;
	top: -10px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
#mm-primary-menu .mm-close::after {
	display: none;
}
#mm-primary-menu .mm-close:hover::before {
	color: #05508f;
}
#mm-primary-menu .mm-listview {
	background-color: transparent;
	position: relative;
}
#mm-primary-menu .mm-listview li a span {
	border-radius: 3px;
	color: #eee;
	font-size: 9px;
	margin-left: 5px;
	padding: 1px 4px;
}
.menubg1 {
	background: #ffffff url(../images/bg/background-customer-service.png) no-repeat;
	background-size: 100%;
	background-position: 10px 0px;
	min-height: 328px;
}
.menubg2 {
	background: #ffffff url(../images/bg/aq.png) no-repeat;
	background-size: 100%;
	background-position: 10px 0px;
	min-height: 328px;
}
.errorTxt {
	background: #f5d1d1;
	border-radius: 5px;
	/* border: 1px solid #f17d7d; */
	width: 99%;
	margin-top: 10px;
	padding: 0px 10px;
}
.errorTxt .error {
	line-height: 20px;
	font-size: 12px;
	color: #c30909;
	position: relative;
	padding-left: 15px;
	/* padding: 1px 10px; */
	margin: 4px 0px;
	display: inline-block;
	width: 100%;
}
.errorTxt .error:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: "\f00d";
	padding-right: 5px;
	color: #c30909;
	position: absolute;
	top: 3px;
	font-size: 13px;
	left: 0px;
}
#home-form #suggestions_search {
	position: absolute;
	width: 237px;
	right: 175px;
	top: 138px;
	z-index: 99;
	background: #fff;
	border: 1px solid #ddd;
	border-top: 0px;
	padding: 4px 10px;
}
#home-form #searchresults_search {
}
#home-form #searchresults_search a {
	width: 100%;
	display: inline-block;
	padding: 2px 0px;
	border-bottom: 1px solid #ddd;
}
#footer {
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
	padding: 25px 50px 15px 50px;
	background: #222;
}
#footer .box {
	float: left;
	width: 290px;
	margin-bottom: 30px;
}
#footer .box h4 {
	margin: 0 0 20px 0;
	color: #fff;
}
#footer .box ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#footer .box ul li {
	padding: 15px 0 0 0;
	display: block;
	overflow: hidden;
}
#footer .box ul li:first-child {
	padding: 0;
}
#footer .box ul li a {
	text-decoration: none;
	font: 400 15px/15px 'Roboto', sans-serif;
	display: block;
	color: #fff !important;
}
#footer .text-box {
	float: left;
	margin: 0 80px 0 0;
}
#footer .box ul li a:hover {
	background: #1b8af3;
	color: #fff;
	padding: 10px;
}
#footer form {
	float: left;
	width: 270px;
}
#footer form h4 {
	margin: 0 0 20px 0;
	color: #fff;
}
#footer p {
	color: rgba(221, 221, 221, 0.73);
}
#footer form input[type="text"] {
	float: left;
	width: 100%;
	height: 43px;
	border-radius: 3px;
	border: 1px solid #ccc;
	padding: 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 0 10px 0;
	font: 400 14px/14px 'Roboto', sans-serif;
	color: #888;
}
#footer form input[type="submit"] {
	float: left;
	width: 100%;
	padding: 11px 0;
	margin: 10px 0 0 0;
	text-align: center;
	font: 900 14px/14px 'Roboto', sans-serif;
	color: #fff;
	border: 0;
	border-radius: 3px;
}
#footer form input[type="submit"]:hover {
	box-shadow: 0 5px 3px 0 rgba(0,0,0,0.15);
}
.bottom-row {
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
	margin: 64px 0 0 0;
	padding: 13px 0 0 0;
}
.bottom-row strong.copyrights {
	float: left;
	font: 400 12px/12px 'Roboto', sans-serif;
	color: #888;
	padding: 9px 0 0 0;
}
.bottom-row strong.copyrights a {
	color: #888;
	text-decoration: none;
}
.footer-social {
	float: right;
}
.footer-social ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-social ul li {
	float: left;
	padding: 0 0 0 10px;
}
.footer-social ul li a {
	text-decoration: none;
	display: block;
	width: 30px;
	height: 30px;
	background: #999;
	border-radius: 100%;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
}
.footer-social ul li a:hover {
	background: #dc4a38;
}
.footer-author {
	float: right;
}
.footer-author ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-author ul li {
	float: left;
	padding: 0 0 0 10px;
	color: #888;
}
.footer-author ul li a {
	text-decoration: none;
	border-radius: 100%;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #888;
}
.footer-author ul li a:hover {
}
.top-flink ul li {
    float: left;
    padding: 2px 10px;
}
.top-flink li a {
    color: #ccc;
}
.typeblock {
    height: 70px;
    text-align: center;
}
.typed-cursor
{
	display:none;
}
.menu-fixed {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: fixed;
    animation-name: fixed;
    box-shadow: 0 0 3px #eee;
}

