@import url("https://fonts.googleapis.com/css?family=Lato:300,700|Libre+Baskerville:400,400i,700|Montserrat:400,500,700");

/* Document
   ========================================================================== */
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

iframe {
	border: none !important;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	color: #1e252f;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h4 {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
}

h2, h3 {
	color: #42474c;
	font-family: 'Montserrat', sans-serif;
}

h2 span {
	font-weight: 300;
	letter-spacing: 0;
	padding-left: 15px;
}

h1 {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 14px;
}

h3 {
	font-size: 30px;
	line-height: 48px;
	letter-spacing: -0.5px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	margin: 0 0 7px 0
}

h3 span {
	padding-left: 0;
}

h2 {
	font-size: 40px;
	line-height:57px;
	font-weight: 500;
	letter-spacing: -3px;
	margin-bottom: 25px;
	margin-top: 0
}

h4 {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #243238;
}

h5 {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}

p{
	margin:7px 0 6px 0
}

/* ----------------------------------------------
 * Generated by Animista on 2017-10-10 7:18:1
 * w: https://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	text-decoration: none;
	transition: .3s ease all;
	color: #262d36;
}

a:hover {
	color: #558dd9;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
	outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
	font-weight: inherit;
}

ul, ol {
	list-style: none;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}
.light{
	font-weight: 300;
}
.strong{
	font-weight: 700;
}
.italic{
	font-style: italic;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
	background-color: #ff0;
	color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	display: inline-block;
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
	display: none;
}

* {
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

/* Other
   ========================================================================== */
.center {
	text-align: center;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}

hr {
	height: 2px;
	width: 70px;
	border: none;
	background: rgba(43, 31, 55, .1);
	display: inline-block;
}

hr.invert {
	background: rgba(255, 255, 255, 0.5);
}

hr.primary{
	background: #2a93c9;
}

hr.left {
	margin: 0 auto 0 0;
}

.invert {
	color: #fff;
}

.primary, .secondary {
	font-weight: 700;
}

.primary {
	color: #41a9d6;
}

.secondary {
	color: #362945;
}

.secondary2 {
	color: #e04c2d;
}
.white{
	color:#fff;
}
.btn {
	display: inline-block;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase;
	padding: 20px 33px;
	border-radius: 5px;
}
.btn-secondary{
	background-color: #fff;
}
.btn-secondary:hover{
	background-color: #41a9d6;
	color:#fff;
}

.btn-primary{
	border: 1px solid #2a93c9;
	border-radius: 5px;
	background-color: transparent;
	color: #2a93c9;
	margin: 0 auto;
}
.btn-primary:hover{
	background-color:#2a93c9;
	color:#fff;
}
.btn-custom{
	background-color: #362945;
	color:#fff;
}
ul {
	padding: 0;
}

iframe {
	border-radius: 5px;
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
	width: 100%;
}

.inset {
	padding-top: 32px;
}

@media (max-width: 1199px) {
	.inset {
		padding-top: 0;
	}
}

.page {
	overflow: hidden;
}

/* Backgrounds
   ========================================================================== */
section[class^="bg-"] p{
	font-size: 22px;
	line-height: 36px;
}

.bg-1 {
	padding-top: 190px;
	padding-bottom: 160px;
	background: url(../images/bg01.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #F6F8F8;
}

@media ( max-width: 600px ) {
	.bg-1 {
		padding-bottom: 20px;
	}
}

.bg-1 h2 {
	color: #362945;
}

.bg-1 h2 span{
	font-family: 'Baskerville';
}
.bg-2 {
	background: url(../images/bg02.jpg);
	background-size: cover;
	padding-top: 105px;
	padding-bottom: 95px;
}

.bg-3 {
	background: url(../images/bg03.jpg);
	background-size: cover;
	padding-top: 123px;
	padding-bottom: 60px;
}

.bg-3 h3 {
	margin-bottom: 6px;
}

.bg-4 {
	padding-top: 86px;
	padding-bottom: 95px;
	background: url(../images/bg04.jpg);
	background-size: cover;
}

.bg-4 h2 {
	font-size: 36px;
	line-height: 48px;
	margin-top: 21px;
	margin-bottom: 30px;
	font-family: 'Lato';
	font-weight: 700;
	margin: 26px 0 12px ;
}

.bg-4 .btn {
	margin-top: 36px;

}

.bg-4 .btn:hover {
	background: #2a93c9;
	color: #fff;
}

.background-5 {
	background: #f7f8f8;
	padding-top: 70px;
	padding-bottom: 111px;
}

.background-5 h3 {
	margin-bottom: 15px;
}

@media (max-width: 544px) {
	.background-5 h3 span {
		display: block;
		padding-left: 0;
	}
}

.background-5  * + .row {
	margin-top: 62px;
}

.background-5  .row h5, .background-5  .row p {
	padding: 0 30px;
}

.background-5  .row p {
	font-size: 16px;
	line-height: 24px;
}

.background-5  .row p {
	margin-top: 0;
}

.background-5  .row + .row {
	margin-top: 38px;
}

.background-5 h5 {
	margin-top: 9px;
	line-height: 24px;
	margin-bottom: 15px;
}

.background-6 {
	padding-top: 67px;
	padding-bottom: 57px;
	background: #3a2d49;
}
.background-6 h3{
	margin-bottom: 15px;
}
.background-6 * + .row {
	margin-top: 25px;
}

.background-6 ul {
	margin-top: 20px;
}

.background-6 ul li {
	font-size: 20px;
	line-height: 42px;
	font-weight: 600;
	font-family: 'Lato';
	color: #d7cae7;
	padding-left: 20px;
	position: relative;
}
.background-6 ul li+li{
	margin-top: 6px;
}
.background-6 ul li::before {
	content: '';
	height: 9px;
	width: 9px;
	background: #558dd9;
	position: absolute;
	top: 18px;
	left: 0;
	border-radius: 50%;
}

.bg-7 {
	padding-top: 74px;
	padding-bottom: 74px;
}

/* Header & footer
    ========================================================================== */
header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 30px 0;
}

header * {
	color: #2a1f36;
}

header .btn {
	float: right;
	border: 1px solid #fff;
}

header .btn:hover {
	background: #fff;
	color: #42474c;
}

@media (max-width: 544px) {
	header {
		text-align: center;
	}

	header .btn {
		margin-top: 15px;
		float: none;
	}
}

@media (max-width: 544px) {
	.logo {
		margin-top: 30px;
	}
}

.logo img {
	margin-right: 10px;
	margin-bottom: 20px;
}

.logo * {
	display: inline-block;
}

.head_img_wrap {
	margin-top: 30px;
}

@media ( max-width: 600px ) {
	.head_img_wrap {
		margin-top: 0;
	}
}

@media (min-width: 1440px) {
	.head_img_wrap {
		margin-top: -487px;
	}
}
.head_img_wrap img {
	display: inline-block;
	margin-right: 6.5%;
}

footer {
	padding-top: 25px;
	padding-bottom: 25px;
	background: #261e30;
	color: #90859c;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
}

footer p {
	margin: 0;
}

/* Offsets
    ========================================================================== */
.row + .row {
	margin-top: 55px;
}

* + .row {
	margin-top: 58px;
}

.offcet-17{
	margin-top: 17px;
}

@media(min-width: 1440px){
	.offcet-top-45{
		margin-top: -45px
	}
}

.offset-20{
	margin-top: 20px
}
@media(min-width: 768px){
	.offset-60{
		padding-top: 60px
	}
}
.offset-15{
	margin-bottom: 15px

}
.offset-top-15{
	padding-top: 15px

}


/* Inset
    ========================================================================== */
@media(min-width: 991px){
	.inset-32{
		padding: 0 32%;
	}
}

@media(min-width: 991px){
	.inset-35{
		padding: 0 35%;
	}
}

/* Well
    ========================================================================== */
.well {
	padding-top: 75px;
	padding-bottom: 75px;
}

@media (max-width: 1439px) {
	.well {
		padding-top: 0;
	}
}

@media (max-width: 544px) {
	.well {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.well-1 {
	padding-top: 71px;
	padding-bottom: 90px;
}

/* Custom
=============================================================================*/
.container-custom{
	max-width: 1650px;
	margin: 0 auto;
	padding: 0 15px;
}
/* Icon Box
    ========================================================================== */
.icon-box {
	margin-bottom: 11px;
	padding-top: 0;
}

@media (max-width: 1199px) {
	.icon-box {
		padding-top: 0;
	}
}

.icon-box__image {
	float: left;
}

.icon-box__content {
	padding-left: 20px;
	overflow: hidden;
}

.icon-box__content h3 {
	margin: -10px 0 0;
	color: #fff;
}

.icon-box__content h3 span {
	padding-left: 0;
}

/* Complete Box
    ========================================================================== */
.complete-box {
	position: relative;
}

@media (max-width: 991px) {
	.complete-box {
		margin-bottom: 60px;
	}
}

.complete-box__icon {
	position: absolute;
	top: -51.5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.complete-box__content {
	padding: 0 40px;
}

@media (max-width: 544px) {
	.complete-box__content {
		padding: 0;
	}
}

.complete-box__content h5 {
	margin-bottom: 10px;
	margin-top: 22px;
}

.complete-box__content p {
	margin-top: 0;
	font-size: 16px;
	line-height: 24px;
}

/* Skin Box
    ========================================================================== */
.skin_box {
	border-radius: 5px;
}

.skin_box a {
	position: relative;
	overflow: hidden;
	display: block;
	padding-bottom: 155%;
	transition: 0.3s box-shadow ease-in-out;
	border-radius: 5px;
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
	-webkit-text-decoration-skip: objects;
	text-decoration: underline;
}

.skin_box a img {
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	transition: 6s all linear;
	display: inline-block;
	/*will-change: transform;*/
}
.skin_box {
	overflow: hidden;
	position: relative;
	line-height: 0;
	display: block;
	transition:0.3s;
	/*will-change:transform;*/
}
.skin_box:after,.skin_box:before{
	  position: absolute;
	  top: 0;
	  left: -95%;
	  z-index: 2;
	  display: block;
	  content: '';
	  width: 50%;
	  height: 100%;
	  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 10%, rgba(255, 255, 255, 0) 100%);
	  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 10%, rgba(255, 255, 255, 0) 100%);
	  -webkit-transform: skewX(45deg);
	  transform: skewX(45deg);
	  pointer-events: none;
}

.skin_box:after{
	  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 80%, rgba(255, 255, 255, 0) 100%);
	}
.skin_box:hover:after, .skin_box:hover:before{
		  animation: shine 1s;
		  -webkit-animation: shine 1s;
}
/**
 * _animation.scss
 * Custom WooCommerce Animations.
 */
@include keyframes( spin ) {
  100% {
	@include rotate(360deg);
  }
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  to {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  to {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

@-webkit-keyframes shine {
  100% {
    left: 160%
  }
}

@keyframes shine {
  100% {
    left: 160%;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg)
  }
}


.skin_box__label {
	margin-top: 32px;
	text-transform: capitalize;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	line-height: 1.2;
	color: #1e2428;
	font-weight: 700;
}
.skin_box__label>span{
	color:#99a3a9;
}
@media (max-width: 991px) {
	.skin_box__label {
		margin-bottom: 40px;
	}
}

/* Lists
    ========================================================================== */
.demo-links-list {
	margin: 0;
	display: inline-block;
	padding-top: 10px;
}

.demo-links-list li {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1.2px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	display: inline-block;
}

.demo-links-list li img {
	margin-right: 10px;
	position: relative;
	top: 2.5px;
}

.demo-links-list li + li {
	margin-left: 40px;
}

@media (max-width: 544px) {
	.demo-links-list li + li {
		margin-left: 15px;
	}
}

.owl-carousel .owl-item img {
    margin-bottom: 25px;
}

/* Bundle Features section (update)
    ========================================================================== */

.bundle-features-section {
	margin-top: -162px;
	padding-top: 163px;
	padding-bottom: 71px;
	background-color: #F6F8F8;
	background-image: url("../images/feature-bg.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media ( max-width: 600px ) {
	.bundle-features-section {
		margin-top: -270px;
		padding-top: 290px;
		padding-bottom: 40px;
	}
}

.bundle-features-section * + .row {
	margin-top: 0;
}

.bundle-features-section hr {
	margin: 10px 0;
}

.bundle-features-section p {
	font-size: 16px;
	letter-spacing: 0.32px;
	margin: 0;
	padding-bottom: 55px;
}

.bundle-single-feature {
	padding-bottom: 43px;
}

.single-feature-title {
	margin: 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 8px;
}

.single-feature-title:before {
	content: url("../images/feature-plus.svg");
	display: block;
	margin-bottom: 11px;
}

.bundle-features-section p.single-feature-description {
	font-size: 15px;
	font-weight: 300;
	letter-spacing: -0.3px;
	line-height: 26px;
	padding-bottom: 0;
}