/*
Theme Name: Winter land
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
*/
.slick-slide{padding:15px;}
.header-btn .widget{display: inline;text-align: right;}
.header-btn  #menu-social-media-menu li a{margin-top: 0;}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Lora:400,700|Niconne');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800');

.et_divi_builder #et_builder_outer_content .et_pb_bg_layout_dark h4 a {color:#ff0000 !important}

html {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
body, html {
    height: 100%;
    display: flex;
    flex-direction: column;
}
#page {
    flex: 1 0 auto;
}
.site-footer {
    flex-shrink: 0;
}
article,
aside,
footer,
header,
nav,
section {
	display: block;
}
figcaption,
figure,
main {
	display: block;
}
figure {
	margin: 1em 0;
}
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	color: #183579;
	text-decoration: none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a:active,
a:hover,
a:focus {
	color: #000;
	outline: 0;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
	display: block;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.et_divi_builder #et_builder_outer_content .et_pb_module a {padding-bottom:0px !important;color:#772637 !important; font-weight:600px !important;;}

.et_divi_builder #et_builder_outer_content .et_pb_blurb_content {max-width:100% !important;}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 15px 0;
	padding: 10px 0 0;
	font-family: 'Lora', serif;
	font-weight: 700;
	color: #183579;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}
h1 {
	font-size: 40px;
}

h2,
.home.blog .entry-title {
	font-size: 45px;
}

h3 {
	font-size: 32px;
}

h4 {
	font-size: 26px;
}

h5 {
	font-size: 22px;
}

h6 {
	font-size: 16px;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

blockquote {
	quotes: "" "";
	padding: 10px 20px;
	display: block;
	background: #f2f2f2;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 26px;
	color: #000;
	border-left: 2px solid #183579;
	margin: 20px 0;
}

blockquote .title {
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #183579;
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: #333;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.7em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #222;
	border-color: #333;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #222;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #767676;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	font-size: 14px;
	font-weight: 500;
	color: #696969;
	opacity: 1;
}
:-moz-placeholder {
	font-size: 14px;
	font-weight: 500;
	color: #696969;
	opacity: 1;
}
::-moz-placeholder {
	font-size: 14px;
	font-weight: 500;
	color: #696969;
	opacity: 1;
}
:-ms-input-placeholder {
	font-size: 14px;
	font-weight: 500;
	color: #696969;
	opacity: 1;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0;
}

ul {
	list-style: disc;
}

.site-main .entry-content ol li {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}
p,ul li,div {
	font-size: 22px;
	line-height: 24px;
	color: #000101;
}
.site-main .entry-content ul > li {
    list-style: none;
}
.site-main .entry-content ul > li::before {
    content: "";
    background: #183579;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 13px 0 -20px;
    vertical-align: middle;
}
/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/* Header */
.container {
    margin: 0 auto;
    max-width: 1170px;
    width: 92%;
}
.menu-toggle, .mobile-menu {
    display: none;
}

#top-menu {
    margin: 0;
    padding: 0;
}
#top-menu li {
    list-style: none;
    margin: 0 10px;
	position: relative;
}
#top-menu li a {
    font-size: 19px;
    line-height: 30px;
    color: #444444;
	font-weight: 600;
	display: inline-block;
	border-bottom: 5px solid transparent;
	padding: 50px 0 30px 0;
	font-family:'Lora', serif;
}
#top-menu > li:hover > a,
#top-menu > li.current_page_ancestor > a,
#top-menu > li.current_page_item > a {
	color: #132469;
	border-bottom: 5px solid #132469;
}
#top-menu li ul li a {
    line-height: 35px;
}
#top-menu li ul.sub-menu {
	width: 220px;
	margin: 0;
	padding: 0;
	background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
	z-index: 1;
	display: none;
	box-shadow: 1px 3px 6px 0px rgba(0,0,0,0.5);
}
#top-menu > li > ul.sub-menu:before {
	content: "";
    border-style: solid;
    display: inline-block;
    position: absolute;
    bottom: 100%;
    left: 0;
    border-width: 9px;
    border-color: transparent transparent #ffff transparent;
    z-index: 2;
    right: 0;
    margin: 0 auto;
    width: 2px;
}
#top-menu ul.sub-menu li {
	margin: 0;
	padding: 0;
	display: block;
	border-top: 1px solid #fff;
}
#top-menu ul.sub-menu li:first-child {
	border-top: 0px solid #fff;
}
#top-menu li:hover > ul.sub-menu {
	display: block;
}
#top-menu li ul.sub-menu li ul.sub-menu {
	left: 100%;
	top: -2px;
}
#top-menu li ul.sub-menu li a {
	font-size: 16px;
	background: #fff;
	color: #183579;
	text-transform: capitalize;
	display: block;
	padding: 7px 20px !important;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

#top-menu li ul.sub-menu > li:hover > a,
#top-menu li ul.sub-menu > li.current_page_ancestor > a,
#top-menu li ul.sub-menu > li.current_page_item > a {
	background: #183579;
	color: #fff;
}

.site-header .container {
    max-width: 1600px;
}

.default-btn {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    line-height: 24px;
    color: #132469;
    border: 3px solid #132469;
    padding: 8px 20px;
    font-weight: 700;
    margin-left: 15px;
	font-family:'Lora', serif;
	

	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.default-btn:hover {
    background: #132469;
    color: #fff;
}

.about-section {
    position: relative;
    padding: 110px 0 200px;
    z-index: 0;
}
/* .about-section::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.95);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
} */
.about-section {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}
.main-title {
    width: 100%;
    display: block;
    text-align: center;
	position: relative;

}
.main-title h2 {
	position: relative;
	display: inline-block;
	text-transform: capitalize;
}
.main-title h2:before {
	content: "";
	border-bottom: 2px solid #132469;
	display: block;
	width: 40%;
	margin: 0 auto;
	position: absolute;
	left: 0;
	bottom: -25px;
}
.main-title h2:after {
	content: "";
	border-bottom: 2px solid #132469;
	display: block;
	width: 40%;
	margin: 0 auto;
	position: absolute;
	right: 0;
	bottom: -25px;
}

.main-title:after {
    content: "\69";
    display: block;
    margin: 10px auto;
	font-family: "winterland" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	position: relative;
	font-size: 30px;
	color: #183579;
	bottom: 18px;
}
.about-img,
.about-content {
    max-width: 50%;
    width: 100%;
    box-sizing: border-box;
}
.about-img {
    background: #fff;
    box-shadow: 0px 2px 40px 2px rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-content {
	padding: 70px 0 70px 70px;
	text-align: justify;
}
.about-content h3 {
    font-size: 36px;
    line-height: 45px;
    color: #212121;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.about-content .default-btn {
    margin: 50px 0 0;
    padding: 8px 25px;
}
.sets-section {
    background: #122569;
    padding: 50px 0 0px;
    position: relative;
}

.icon-search:before {display:none !important;}

#sets-section .sets-block .sets-box .icon img{margin:0 auto;}

.main-title.white h2 {
    color: #fff;
}
.main-title.white h2:after,
.main-title.white h2:before {
    border-bottom: 2px solid #fff;
}
.main-title.white:after {
	color: #fff;
}
.sets-block {
    margin-top: 40px;
}
.sets-box {
    width: 20%;
    text-align: center;
    padding: 0px 18px;
    box-sizing: border-box;
	min-height: 400px;
}
.sets-icon .icon {
    font-size: 90px;
    color: #fff;
    line-height: 100px;
}
.sets-data h3 {
    font-size: 25px;
    line-height: 30px;
    margin: 15px 0;
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
	min-height:60px;
}


.sets-data p {
    font-size: 18px;
    line-height: 22px;
    margin: 25px 0 35px;
    color: #dcdbdb;
    font-weight: 300;
}
.sets-data .default-btn {
    color: #fff;
    border-color: #fff;
    padding: 10px 25px;
	display:none;
}
.sets-data .default-btn:hover {
    background: #fff;
    color: #102069;
}
.offer-section {
    padding: 120px 0;
	background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}
.offer-section .main-title h2:before,
.offer-section .main-title h2:after {
	border-color: #e0e0e0;
}
.offer-box {
    width: 33.33%;
    max-width: 370px;
    text-align: center;
	box-sizing: border-box;
}
.offer-box .offer-image {
    box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.1);
	height: 250px;
	position: relative;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.offer-box .offer-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border-radius: 5px;
}
.offer-box .offer-image .offer-overlay,
.service-box .service-image .offer-overlay {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
    position: absolute;
    width: 100%;
    height:0;
    display: block;
    bottom: 0;
    left: 0;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}
.offer-box .offer-image .offer-overlay{
    background: rgba(19,36,105,0.9);
}
.service-box .service-image .offer-overlay {
    background: rgba(255,255,255,0.8);
}
.offer-box .offer-image:hover .offer-overlay,
.service-box .service-image:hover .offer-overlay {
    height: 100%;
	opacity: 1;
}
.offer-overlay .icon {
    font-size: 40px;
    color: #fff;
    text-align: center;
	margin-bottom: 10px;
}
.offer-overlay span {
    font-size: 30px;
    line-height: 30px;
    color: #eff2f5;
    font-weight: 400;
}
.service-box .offer-overlay .icon,
.service-box .offer-overlay span {
    color: #122569;
	font-weight: 500;
}
.offer-title {
    display: inline-block;
    margin: 30px 0 40px 0;
}
.offer-title h3,
.offer-title h3 a {
    font-size: 25px;
    line-height: 30px;
    color: #4d4d4d;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
}

.service-offer-section {
	background: #122569;
	padding: 60px 0 40px;
}
.service-offer-section .slick-prev, .service-offer-section .slick-next {
    padding: 0;
    font-size: 0;
	background: transparent;
	position: absolute;
	top: 35%;
	-webkit-transform: translateY(-35%);
	-moz-transform: translateY(-35%);
	transform: translateY(-35%);
}

.service-offer-section .slick-prev {
	left: -10%;
}
.service-offer-section .slick-next {
	right: -10%;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.service-offer-section .slick-prev:before,
.service-offer-section .slick-next:before {
	font-family: "winterland";
	src:url("winterland.eot");
	src:url("winterland.eot?#iefix") format("embedded-opentype"),
	  url("winterland.woff") format("woff"),
	  url("winterland.ttf") format("truetype"),
	  url("winterland.svg#winterland") format("svg");
	font-weight: normal;
	font-style: normal;
	font-size: 40px;
	color: #fff;
}
.service-offer-section .slick-prev:before {
    content: "\66";
}

.service-offer-section .slick-next:before {
    content: "\66";
	transform: rotate(90deg);
}
.service-box {
	box-sizing: border-box;
}
.service-box .service-image {
    box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.1);
	max-width: 370px;
	height: 250px;
	position: relative;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.service-box .service-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border-radius: 5px;
}
.service-title {
    display: block;
    text-align: center;
    margin: 30px 0;
}
.service-title h3 {
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
.site-footer {
    background-color: #1e2434;
    padding: 140px 0 60px;
	background-repeat: no-repeat !important;
}
.footer-widget .widget-title {
    font-size: 23px;
    color: #fff;
    line-height: 30px;
	position: relative;
}
.footer-widget .widget-title:after {
	content: "";
	width: 70px;
	height: 2px;
	background: #80838c;
	display: block;
	margin: 20px 0 50px 0;
}
.site-footer .footer-widget section {
    width: 25%;
    box-sizing: border-box;
	padding: 0 10px;
}
.site-footer .footer-widget ul {
	margin: 0 0 0 22px;
	padding: 0;
}
.site-footer .footer-widget ul li {
    list-style: none;
}
.site-footer .footer-widget p,
.site-footer .footer-widget ul li,
.site-footer .footer-widget ul li a {
    font-size: 16px;
    line-height: 24px;
    color: #9ea1a7;
}
.site-footer .footer-widget ul li.current_page_item a,
.site-footer .footer-widget ul li a:hover {
    color: #fff;
}
.site-footer .footer-widget ul li:before {
    width: 8px;
    height: 8px;
    content: "";
    background: #878b95;
    display: inline-block;
    border-radius: 50%;
    margin: 0 15px 0 -22px;
}
#menu-social-media-menu {
    padding: 0;
    margin:0 0 0 -5px;
}
#menu-social-media-menu li:before {
	display: none;
}
#menu-social-media-menu li {
	display: inline-block;
	vertical-align: top;
}
#menu-social-media-menu li a {
	font-size: 0;
	display: block;
	width: 34px;
	height: 34px;
	margin: 5px;
	border-radius: 50%;
	line-height: 34px;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
#menu-social-media-menu li a:hover {
	opacity: 0.5;
}
#menu-social-media-menu li.facebook a {
	background: #3b5998;
}
#menu-social-media-menu li.twitter a {
	background: #55acee;
}
#menu-social-media-menu li.pintrest a {
	background: #c8232c;
}
#menu-social-media-menu li.tumblr a {
	background: #395976;
}
#menu-social-media-menu li.instagram a {
	background: #6c27b3;
}
#menu-social-media-menu li a:before {
	font-family: "winterland";
	src:url("winterland.eot");
	src:url("winterland.eot?#iefix") format("embedded-opentype"),
	  url("winterland.woff") format("woff"),
	  url("winterland.ttf") format("truetype"),
	  url("winterland.svg#winterland") format("svg");
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	color: #fff;
}
#menu-social-media-menu li.facebook a:before {
	content: "\61";
}
#menu-social-media-menu li.twitter a:before {
	content: "\62";
}
#menu-social-media-menu li.pintrest a:before {
	content: "\63";
}
#menu-social-media-menu li.tumblr a:before {
	content: "\65";
}
#menu-social-media-menu li.instagram a:before {
	content: "\70";
}
.coyright-footer {
    padding: 30px 0;
}
.coyright-footer p {
    font-size: 14px;
    line-height: 30px;
    color: #696969;
	text-align: center;
	margin: 0;
	font-weight: 500;
}

.site-footer section .ctct-form label {
    display: none;
}
.ctct-form-field-submit:before {
    content: "\6b";
	font-family: "winterland";
	src:url("winterland.eot");
	src:url("winterland.eot?#iefix") format("embedded-opentype"),
	  url("winterland.woff") format("woff"),
	  url("winterland.ttf") format("truetype"),
	  url("winterland.svg#winterland") format("svg");
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	color: #fff;
}
.ctct-form-field-submit {
    position: absolute;
    background: #152469;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 25px 25px 0;
	width: 43px;
    height: 43px;
	top: 25px !important;
	right: 1px;
}
.ctct-submit {
    position: absolute;
    left: 0;
    padding: 0 !important;
    font-size: 0 !important;
    width: 43px;
    height: 43px;
    background: transparent !important;
}
.ctct-form-field-email input {
    height: 45px;
    box-sizing: border-box;
    border-radius: 25px;
    padding: 5px 50px 5px 20px;
    max-width: 285px;
    width: 100%;
}
.ctct-form {
    position: relative;
	max-width: 293px;
	margin: 0 auto;
	width: 100%;
}
.banner-section {
    position: relative;
	z-index: 0;
}

.video-banner {
	position: relative;
	width: 100%;
	display: block;
	box-sizing: border-box;
}
.banner-content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	width: 100%;
	display: block;
	box-sizing: border-box;
}
.banner-content h1 {
	font-family: 'Niconne', cursive;
	font-size: 40px;
	line-height: 70px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	width: 100%;
	display: block;
	box-sizing: border-box;
}
.banner-content h1 span {
    display: block;
	font-family: 'Lora', serif;
	font-size: 52px;
    line-height: 50px;
	font-weight: 700;
	letter-spacing: 0px;
}

.page:not(.home) .site-main,
.error404 .site-main  {
    padding: 40px 0;
}

.site-main-2  {
    padding: 0px 0px 0px 0px;
}


.innerbanner {
    position: relative;
    height: 450px;
}
.inner-banner-image {
    background-repeat: no-repeat !important;
    background-size: cover !important;
	height: 100%;
}
.inner-banner-content {
    position: absolute;
    top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.inner-banner-content .entry-title {
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding: 0;
    text-shadow: #000 2px 2px;
}
.entry-content ul {
    margin: 0 0 20px 20px;
}
.video {
	position: relative;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 667px;
	overflow: hidden;
}
.video video {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#back-to-top {
    background: #1e2d6e;
    width: 40px;
    height: 40px;
    position: fixed;
    color: #fff;
    line-height: 40px;
    border: 3px solid #fff;
    display: block;
    text-align: center;
    font-size: 20px;
    right: 100px;
    bottom: 10%;
    z-index: 999;
	display: none;
}
#back-to-top.show {
	display: block;
}
.site-header.sticky-header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    animation: smoothScroll 0.5s forwards;
	background: #fff;
	box-shadow: 0 0 12px 1px #ccc;
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
.site-header.sticky-header #top-menu li a {
    padding: 30px 0 20px 0;
}
.blue-curve {
	position: relative;
	width: 100%;
}
.blue-curve:before {
	content: "";
	width: 100%;
	display: block;
	box-sizing: border-box;
	border-left: 50vw solid #122569;
	border-bottom: 50px solid #122569;
	border-top: 50px solid transparent;
	border-right: calc(50vw - 17px) solid transparent;
	position: absolute;
	top: -100px;
	left: 0;
	right: 0;
	z-index: 1;
}
.blue-curve:after {
    content: "";
	width: 100%;
	display: block;
	box-sizing: border-box;
	border-left: 50vw solid transparent;
	border-bottom: 50px solid transparent;
	border-top: 50px solid #122569;
	border-right: calc(50vw - 17px) solid #122569;
	position: absolute;
	bottom: -100px;
	left: 0;
	right: 0;
	z-index: 1;
}

.sets-section .sets-block .sets-box .icon img{margin:0 auto; width: 105%}
