/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/* font: inherit; */
	/* vertical-align: baseline; */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html, 
body {
	overflow-x: hidden;
}
body {
	line-height: 1;
	/* font-family: 'Muli', sans-serif; */
	font-family: 'Catamaran', sans-serif;
	font-size: 17px;
	color: #154444;
	background-color: #f8f8f8;
	font-smooth: always;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0;
    -moz-osx-font-smoothing: grayscale;
}
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;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	max-width: 100%;
}

/* Header design */

.site-content-contain {
	padding-top: 88px;
}
.site-header {
	position: relative;
	z-index: 2;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
.site-header .header {
	padding: 20px 40px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ffffff;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.fixed_header .header {
	background-color: #164444;
	padding-top: 15px;
	padding-bottom: 15px;
}
.header .site-branding img {
	max-width: 250px;
	height: auto;
	display: block;
}
.header .navigation-top {
	margin-left: auto;
}
.header .navigation-top .main-navigation {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header .navigation-top .main-navigation .left_side_menu {
	text-align: right;
}
.header .menu li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 14px;
	
}
.header .menu li a {
	font-family: 'Catamaran', sans-serif;
	text-decoration: none;
	color: #ffb448;
	font-size: 17px;
	font-weight: bold;
	-webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.header .menu li a:hover,
.header .menu li.active a {
	color: #154444;
}
.header .menu li.login_header a {
	color: #154444;
	position: relative;
	display: block;
	padding-left: 28px;
}
.header .menu li.login_header a:before {
    content: '';
    background-image: url(assets/images/login.svg);
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    top: -1px;
}
.header .menu li.get_started {
	padding-right: 0;
}
.header .menu li.get_started a {
    color: #154444;
    /* min-width: 180px; */
    background-color: #feb447;
    display: block;
    padding: 0 20px;
    line-height: 48px;
    border-radius: 50px;
	padding-right: 0;
}
.header .menu li.get_started a span {
	display: inline-block;
	vertical-align: middle;
    float: right;
    border-radius: 50px;
    background-color: #38c0c0;
    color: #ffffff;
	font-weight: 800;
    padding: 0 20px;
	margin-left: 10px;
}
.container {
	max-width: 1110px;
	width: 100%;
	margin: auto;
	padding: 0 15px;
	position: relative;
	z-index: 1;
}
.container:after {
	content: '';
	display: block;
	clear: both;
}

/* Banner design */

.banner {
	background-image: url("assets/images/top_banner.svg");
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 635px;
	padding-top: 130px;
	padding-bottom: 78px;
	/* background-size: contain; */
}
.banner .banner_content {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	
}
.banner .banner_content .left_side {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 510px;
	flex: 0 0 510px;
}
.banner .banner_content .right_side {
	margin: 0 auto;
}
.banner .banner_content img {
	max-width: 100%;
}
.banner .banner_title {
	font-family: 'Muli', sans-serif;
	font-weight: 700;
	font-size: 58px;
	color: #154444;
	/* font-style: italic; */
	line-height: 64px;
	margin-bottom: 50px;
	padding-top: 20px;
}
.banner .description p {
	font-size: 24px;
    color: #154444;
    line-height: 34px;
	margin-bottom: 30px;
}
.banner .description span, 
.banner .description em {/* .banner .description strong  */
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	font-size: 19px;
	color: #ffb448;
	vertical-align: middle;
	margin-right: 46px;
	font-style: normal;
	font-weight: 800;
}
.btn {
    background-color: #38c0c0;
    display: inline-block;
    vertical-align: middle;
    min-width: 140px;
    padding: 0 20px;
    outline: 0;
    border: 0;
    cursor: pointer;
    font-size: 19px;
    color: #ffffff;
    line-height: 42px;
	padding-top: 2px;
    text-decoration: none;
    border-radius: 50px;
	text-align: center;
	border: 2px solid #38c0c0;
	font-weight: 800;
	font-family: 'Catamaran', sans-serif;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}
.btn:hover {
	background-color: transparent;
	color: #38c0c0;
}
.btn.btn-bordered {
	background-color: transparent;
	color: #38c0c0;
}
.btn.btn-bordered:hover {
	background-color: #38c0c0;
	color: #ffffff
}
.btn.btn-dark {
	background-color: #144444;
	border-color: #144444;
}
.btn.btn-dark:hover {
	background-color: transparent;
	color: #144444;
}

/* Features block */

.features_block {
	background-color: #144444;
	color: #ffffff;
	/* padding-top: 50px; */
	text-align: center;
}
.features_block .top_graphic {
	background-color: #f8f8f8;
	overflow: hidden;
}
.features_block .top_graphic img {
	display: block;
	/* width: 100%; */
	width: 102%;
	margin-left: -1%;
	margin-bottom: -2px;
	max-width: initial;
}
.features_block .bottom_graphic {
	position: absolute;
	left: 35px;
	bottom: 0;
}
.features_block .features_block_inner {
	padding-top: 30px;
}
.features_block .features_title {
	font-family: 'Muli', sans-serif;
	font-weight: 800;
	color: #ffffff;
	font-size: 44px;
	margin-bottom: 80px;
}
.features_block .features_title .sub_title {
	color: #ffb448;
	font-family: 'Muli', sans-serif;
	font-weight: 800;
	font-size: 19px;
	display: block;
	margin-top: 17px;
}
.features_block .features_list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 0;
	padding-bottom: 80px;
}
.features_block .features_list > * {
	font-size: 24px;
}
.features_block .features_list li {
    display: inline-block;
    vertical-align: top;
    padding: 0 25px;
    width: 25%;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
	/* font-style: italic; */
    font-size: 24px;
	line-height: 30px;
    /* color: #ffffff; */
    background-image: url(assets/images/yellow_tick.svg);
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 65px;
	margin-bottom: 30px;
}
.features_block .tools_list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 0;
	padding-bottom: 100px;
}
.features_block .tools_list > * {
	font-size: 27px;
}
.features_block .tools_list li {
	display: inline-block;
	vertical-align: top;
	font-family: 'Muli', sans-serif;
    font-weight: 700;
	/* font-style: italic; */
    font-size: 27px;
	margin-bottom: 30px;
	padding: 0 30px;
}
.features_block .tools_list li .img {
	width: 160px;
	height: 160px;
	background-image: url('assets/images/icon_background_1.svg');
	background-size: contain;
	background-repeat: no-repeat;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
}
.features_block .tools_list li:nth-child(2) .img {
	background-image: url('assets/images/icon_background_2.svg');
}
.features_block .tools_list li:nth-child(3) .img {
	background-image: url('assets/images/icon_background_3.svg');
}
.features_block .tools_list li:nth-child(4) .img {
	background-image: url('assets/images/icon_background_4.svg');
}
.features_block .tools_list li .img img {
	max-width: 90px;
	width: auto;
	height: auto;
}

/* Works block */

.white_bg {
	background-color: #ffffff;
}
.works_block {
	padding-top: 120px;
	padding-bottom: 120px;
}
.works_block .works_inner {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px; */
}
.works_block .works_inner .left_side {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
}
.works_block .top_title {
	font-family: 'Muli', sans-serif;
    font-weight: 800;
	font-size: 19px;
	color: #ffb448;
	margin-bottom: 20px;
}
.works_block .description h3 {
    font-family: 'Muli', sans-serif;
    font-weight: 800;
    font-size: 42px;
    line-height: 48px;
	margin-bottom: 60px;
}
.works_block .description p {
    font-size: 24px;
    line-height: 32px;
	margin-bottom: 30px;
}

/* Easy access block */

.easy_access_block {
	padding-top: 115px;
	padding-bottom: 100px;
}
.easy_access_block .title {
	font-family: 'Muli', sans-serif;
    font-weight: 800;
    font-size: 42px;
    line-height: 48px;
	margin-bottom: 105px;
	text-align: center;
}
.easy_access_block .title .sub_title {
	font-family: 'Muli', sans-serif;
    font-weight: 800;
    font-size: 19px;
    color: #ffb448;
    margin-bottom: 20px;
    line-height: 30px;
}
.easy_access_block .easy_access_list  {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	padding-bottom: 85px;
}
.easy_access_block .easy_access_list  .left_side,
.easy_access_block .easy_access_list  .right_side {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	padding: 0 40px;
	margin-bottom: 30px;
}
.easy_access_block .easy_access_list  .left_side {
	margin-right: 15px;
}
.easy_access_block .easy_access_list  .right_side {
    margin-left: 15px;
	padding-top: 30px;
}
.easy_access_block .change_order  .left_side {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-right: 0;
	margin-left: 15px;
}
.easy_access_block .change_order  .right_side {
	margin-left: 0;
	margin-right: 15px;
}
.easy_access_list .list_title {
	font-family: 'Muli', sans-serif;
    font-weight: 700;
	/* font-style: italic; */
	font-size: 27px;
	color: #38bfbf;
	line-height: 32px;
	margin-bottom: 30px;
}
.easy_access_list .description ul li {
    position: relative;
    font-size: 24px;
    line-height: 30px;
	padding-left: 48px;
	margin-bottom: 10px;
}
.easy_access_list .description ul li:before {
	content: '';
	background-image: url("assets/images/tick_icon.svg");
	width: 26px;
	height: 26px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
    left: 0;
    top: 0;
}
.easy_access_block .animating_images {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.easy_access_block .animating_images .animating_tick {
    position: absolute;
    left: 36.2%;
    top: 40.6%;
    width: 8%;
	display: none;
	-webkit-animation: tickblinking 2s linear 0s infinite alternate;
	animation: tickblinking 2s linear 0s infinite alternate;
}
.easy_access_block .easy_access_list:nth-child(3) .animating_tick {
	display: block;
}
@-webkit-keyframes tickblinking {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
@keyframes tickblinking {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
.easy_access_block .animating_images .animating_cursor {
    position: absolute;
    left: 24.2%;
    top: 22.3%;
    width: 0.43%;
    height: 10%;
	-webkit-animation: cursorblinking .7s linear 0s infinite alternate;
	animation: cursorblinking .7s linear 0s infinite alternate;
}
@-webkit-keyframes cursorblinking {
	0% {
		opacity: 0;
	}
	88% {
		opacity: 0;
	}
	89% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
@keyframes cursorblinking {
	0% {
		opacity: 0;
	}
	88% {
		opacity: 0;
	}
	89% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
.easy_access_block .easy_access_list:nth-child(2) .animating_cursor {
    left: 41.8%;
    top: 41.9%;
}
.easy_access_block .easy_access_list:nth-child(3) .animating_cursor {
	display: none;
}

/* Trails block */

.trails_block {
	background-color: #38c0c0;
	padding-top: 1px;
	padding-bottom: 75px;
}
.trails_block .img {
	background-image: url("assets/images/trail_graphic.svg");
	width: 520px;
	height: 520px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: -180px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.trails_block .trails_block_inner {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.trails_block .trails_block_inner .right_side {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 110px;
}
.trails_block .description p {
    font-family: 'Muli', sans-serif;
    font-weight: 800;
    font-size: 42px;
    color: #ffffff;
    line-height: 54px;
	margin-bottom: 26px;
}

/* Why Monstamanagement block */

.why_monsta_block {
	background-color: #ffffff;
	text-align: center;
	padding-top: 110px;
}
.why_monsta_block .title {
	font-family: 'Muli', sans-serif;
    font-weight: 800;
    font-size: 42px;
    line-height: 48px;
	margin-bottom: 105px;
	text-align: center;
}
.why_monsta_block .title .sub_title {
    font-family: 'Muli', sans-serif;
    font-weight: 800;
    font-size: 19px;
    color: #ffb448;
    margin-bottom: 15px;
    line-height: 30px;
}
.monsta_list {
	font-size: 0;
}
.monsta_list > * {
	font-size: 19px;
}
.monsta_list li {
	display: inline-block;
	vertical-align: top;
	width: 26%;
	padding: 0 35px;
	margin-bottom: 100px;
}
.monsta_list li:nth-child(-n + 4) {
	width: 25%;
}
.monsta_list li .img {
	width: 40px;
	height: 40px;
	margin: auto;
	margin-bottom: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.monsta_list li .img img {
	max-width: 100%;
}
.monsta_list li h4 {
	font-family: 'Muli', sans-serif;
	font-weight: 700;
	/* font-style: italic; */
	font-size: 21px;
	color: #38bfbf;
	line-height: 26px;
	margin-bottom: 14px;
}
.monsta_list li p {
    font-size: 19px;
    font-weight: 400;
    line-height: 26px;
}
#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}
.wpcf7-response-output {
    display: none !important;
}


.loader_icon{
    position: relative;
    top: 50%;
    color: #000;
    font-size: 22px;
}

/* Pricing block */

.pricing_block {
	background-color: #ffffff;
	text-align: center;
	color: #154444;
	padding-top: 65px;
	padding-bottom: 170px;
	position: relative;
	/* margin-bottom: 90px; */
}
.pricing_block .pricing_block_bg {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #feb447;
	z-index: 0;
	top: 280px;
}
.pricing_block .pricing_block_bg:before, 
.pricing_block .pricing_block_bg:after {
	content: '';
	position: absolute;
	width: 100%;
    height: 100%;
    z-index: 1;
	left: 1px;
	top: -1px;
	background-image: url('assets/images/price_bg1.svg');
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
}
.pricing_block .pricing_block_bg:after {
	background-image: url('assets/images/price_bg2.svg');
	background-position: right bottom;
	top: 1px;
}
.pricing_block .pricing_title {
	font-family: 'Muli', sans-serif;
	font-size: 42px;
	font-weight: 800;
	line-height: 48px;
	margin-bottom: 50px;
}
.pricing_block .pricing_list_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: -20px;
	margin-right: -20px;
}
.pricing_block .pricing_list {
	background-color: #f8f8f8;
	line-height: 25px;
	border-radius: 5px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0;
	flex: 1 0 0;
	padding: 0 40px;
	margin: 0 20px;
	padding-top: 40px;
	position: relative;
	/* overflow: hidden; */
}
.pricing_block .pricing_list:nth-child(1) {
	background-color: #144444;
	color: #ffffff;
}
.pricing_block .pricing_list:before {
	content: '';
	position: absolute;
	right: -1px;
	bottom: -1px;
	width: 82px;
	height: 82px;
	background-image: url("assets/images/price_list_graphic1.svg");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
}
.pricing_block .pricing_list:nth-child(2):before {
	background-image: url("assets/images/price_list_graphic2.svg");
	background-position: right top;
	bottom: auto;
	top: -1px;
}
.pricing_block .pricing_list:nth-child(3):before {
	background-image: url("assets/images/price_list_graphic3.svg");
	background-position: left bottom;
	right: auto;
	left: -1px;
}
.pricing_list .title {
	font-family: 'Muli', sans-serif;
	font-weight: 700;
	/* font-style: italic; */
	color: #feb447;
	font-size: 21px;
	line-height: 21px;
	margin-bottom: 40px;
}
.pricing_list .price {
	margin-bottom: 30px;
}
.pricing_list .price strong {
	display: block;
	font-family: 'Muli', sans-serif;
	font-weight: 800;
	font-size: 82px;
	line-height: 82px;
	margin-bottom: 6px;
}
.pricing_list .price em {
	display: block;
	font-family: 'Muli', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 21px;
	margin-bottom: 27px;
	
}
.pricing_list .pricing_content h4 {
	font-family: 'Muli', sans-serif;
	font-weight: 700;
	/* font-style: italic; */
	font-size: 21px;
	color: #3bbfbf;
	line-height: 30px;
	margin-bottom: 30px;
}
.pricing_list .pricing_content ul {
	text-align: left;
	padding-bottom: 15px;
}
.pricing_list .pricing_content ul li {
	font-size: 19px;
	margin-bottom: 15px;
	padding-left: 24px;
	position: relative;
	font-weight: 600;
}
.pricing_list .pricing_content ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 11px;
    height: 11px;
    border: 1px solid #154444;
    border-radius: 4px;
}
.pricing_list:nth-child(1) .pricing_content ul li:before {
	border-color: #ffffff;
}
.pricing_list .pricing_content p {
	font-size: 14px;
	margin-bottom: 30px;
}

/* Contact block */

.contact_block {
    text-align: center;
    padding-bottom: 120px;
    background-image: url(assets/images/contact_bg.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom left;
}
.contact_block .contact_logo {
	margin-top: -40px;
	margin-bottom: 30px;
}
.contact_block .title {
    font-family: 'Muli', sans-serif;
    font-weight: 800;
    font-size: 42px;
    color: #154444;
    margin-bottom: 32px;
    line-height: 50px;
}
.contact_block .contact_block_inner {
	background-color: #38c0c0;
	border-radius: 5px;
	max-width: 800px;
	width: 100%;
	margin: auto;
	padding: 0 140px;
	padding-bottom: 60px;
}
.contact_block .contact_block_inner .top_graphic {
	display: block;
    margin: auto;
	margin-bottom: 50px;
}
.contact_block .sub_title {
	font-family: 'Muli', sans-serif;
	font-weight: 700;
	/* font-style: italic; */
	color: #ffffff;
	font-size: 27px;
	line-height: 36px;
	margin-bottom: 48px;
}
.contact_block .inputs.two_inputs, 
.contact_block .inputs.btn_input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.contact_block .inputs.two_inputs {
	margin-left: -10px;
	margin-right: -10px;
}
.contact_block .inputs.two_inputs .wpcf7-form-control-wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	margin-left: 10px;
	margin-right: 10px;
}
.contact_block .inputs.btn_input .wpcf7-form-control-wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	margin-right: 30px;
}
.contact_block .inputs .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 20px;
	text-align: left;
}
.error{
	color:red;
	text-align: center;
    padding-top: 15px;
}
div.wpcf7 form{text-align:left;}
.contact_block .inputs .wpcf7-form-control-wrap.error_msg .wpcf7-form-control{
	border:1px solid red;
}
.page-id-105 .post-105 .entry-header,.page-id-3 .post-3 .entry-header{
	font-size: 42px;
    color: #154444;
    font-family: 'Muli', sans-serif;
    font-weight: 800;
    line-height: 48px;
    margin-bottom: 30px;
}
.page-id-105 .site-content-contain .site-content .wrap, .page-id-3 .site-content-contain .site-content .wrap{
	padding:80px 0;
}
.page-id-105 .post-105 .entry-content, .page-id-3 .post-3 .entry-content{
	font-size: 18px;
    color: #154444;
    font-family: 'Catamaran', sans-serif;
    line-height: 1.4;
}
.page-id-105 .post-105 .entry-content p, .page-id-3 .post-3 .entry-content p{
	margin-bottom:17px;
}
.page-id-105 .post-105 .entry-content h3, .page-id-3 .post-3 .entry-content h3{
	font-size:25px;
	margin-bottom: 10px;
}
.contact_block .inputs .wpcf7-form-control-wrap .wpcf7-form-control {
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    color: #1f1f1f;
    font-size: 17px;
    border: 0;
    background-color: #ffffff;
    outline: 0;
    width: 100%;
    display: block;
    height: 48px;
    padding: 12px 18px;
    border-radius: 4px;
	resize: none;
}
.contact_block .inputs .wpcf7-form-control::-webkit-input-placeholder { /* Chrome */
	color: #bdbdbd;
}
.contact_block .inputs .wpcf7-form-control:-ms-input-placeholder { /* IE 10+ */
	color: #bdbdbd;
}
.contact_block .inputs .wpcf7-form-control::-moz-placeholder { /* Firefox 19+ */
	color: #bdbdbd;
}
.contact_block .inputs .wpcf7-form-control:-moz-placeholder { /* Firefox 4 - 18 */
	color: #bdbdbd;
}
span.wpcf7-not-valid-tip {
	margin-top: 6px;
}
.contact_block div.wpcf7-validation-errors {
    border: 2px solid #860000;
    padding: 10px;
    background: rgba(255, 0, 0, 0.1);
    background: rgba(134, 0, 0, 0.1);
    color: #860000;
    font-weight: 700;
}

/*about-team-block*/
.about_team_block_outer {
	background: #fff;
	padding-bottom: 100px;
}
.about_team_block{
	padding: 75px 0;
	background-image: url(assets/images/about_bg.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
}
.about_team_block_inner{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.about_team_block .left_side{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 520px;
    flex: 0 0 520px;
	padding-top: 65px;
}
.about_team_block .sub_title{
	font-size:19px;
	color:#ffb448;
	font-family: 'Muli', sans-serif;
	font-weight: 800;
	display: table;
	margin-bottom: 5px;
}
.about_team_block .title{
	font-size:42px;
	color:#154444;
	font-family: 'Muli', sans-serif;
	font-weight: 800;
	line-height: 48px;
	margin-bottom: 60px;
}
.about_team_block .description em{
	font-size:21px;
	color:#154444;
	font-family: 'Muli', sans-serif;
    margin: 0 0 50px;
    display: inline-block;
    font-weight: 700;
    font-style: normal;
	line-height: 1.4;
}
.about_team_block .description p{
	font-size:19px;
	color:#154444;
	font-family: 'Catamaran', sans-serif;
	line-height: 1.4;
}
.about_team_block .right_side{
    padding-left: 40px;
    margin-left: auto;
    min-height: 745px;
	
}
.about_team_block .right_side img{
	width: 100%;
    height: auto;
	max-width: 520px;

}
/*footer*/
.site-footer{
	background:#fff;
	min-height:65px;
	text-align: center;
	overflow: hidden;
}
.site-footer .footer-widget-1 {
	position: relative;
	z-index: 0;
	color: #ffffff;
	padding-top: 60px;
	padding-bottom: 50px;
	font-family: 'Muli', sans-serif;
	font-weight: 600;
	font-size: 14px;
}
.site-footer .footer-widget-1 .textwidget {
	line-height: 30px;
}
.site-footer .footer-widget-1 img {
	display: block;
    margin: auto;
	max-width: 208px;
	width: auto;
	height: auto;
	margin-bottom: 30px;
}
.site-footer .footer-widget-1 a {
	color: #38bfbf;
	text-decoration: none;
}
.site-footer .footer-widget-1:before {
	content: '';
	position: absolute;
	left: -100vw;
	right: -100vw;
	top: 0;
	/* width: 100%; */
	height: 100%;
	z-index: 0;
	background-color: #144444;
}
.site-footer .footer-widget-1 > * {
	position: relative;
	z-index: 1;
}
.site-footer .menu-footer{
	margin:0;
	display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.site-footer .menu-footer li{
	display:inline-block;
	
	    padding:15px 0;
}
.site-footer .menu-footer li:last-child a{
	border-right:none
}
.site-footer .menu-footer li a{
	text-decoration:none;
	font-family: 'Muli', sans-serif;
	font-size:14px;
	color:#38bfbf;
	border-right:1px solid black;
	padding: 0 15px;
	font-weight: 600;
    line-height: 12px;
    display: block;
}
.footer-menu-block{
	display: table;
    height: 100px;
    width: 100%;
	}
.site-footer .menu-footer li.copyright a{color:#154444;}

/* Detail page design */

.detail_page .pricing_block {
	background-color: transparent;
}
.detail_page .pricing_block .pricing_block_bg:before {
	background-image: url("assets/images/price_bg3.svg");
}
.detail_page .pricing_block .pricing_block_bg:after {
	display: none;
}
.detail_page .pricing_block .pricing_list:nth-child(2):before {
	background-image: url("assets/images/price_list_graphic2_grey.svg");
}

/* Detail page banner */

.detail_banner {
	/* background-image: url("assets/images/top_banner.svg"); */
	background-image: url("assets/images/detail_banner_bg.svg");
    background-repeat: no-repeat;
    background-position: right bottom;
    min-height: 635px;
    padding-top: 110px;
    padding-bottom: 110px;
    background-color: #164444;
    background-size: 100% auto;
}
.detail_banner .detail_banner_content {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	
}
.detail_banner .detail_banner_content img {
	max-width: 100%;
}
.detail_banner .detail_banner_content .left_side {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 570px;
	flex: 0 0 570px;
}
.detail_banner .detail_banner_content .right_side {
	margin: 0 auto;
}
.detail_banner .banner_title {
	font-family: 'Muli', sans-serif;
	font-weight: 700;
	font-size: 58px;
	color: #ffffff;
	/* font-style: italic; */
	line-height: 64px;
	margin-bottom: 50px;
	padding-top: 20px;
}
.detail_banner .description p {
	font-size: 24px;
    color: #ffffff;
    line-height: 34px;
	margin-bottom: 30px;
}
.detail_banner .description span, 
.detail_banner .description em {/* .banner .description strong  */
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	font-size: 19px;
	color: #ffb448;
	vertical-align: middle;
	margin-right: 46px;
	font-style: normal;
	font-weight: 800;
}

/* Detail page content block */

.about_detail{
	padding: 65px 0;
	/* background-image: url(assets/images/about_bg.svg);
	background-repeat: no-repeat;
	background-position: right bottom; */
	position: relative;
	background-color: #ffffff;
	padding-top: 120px;
}
.about_detail_inner{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.about_detail .left_side{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 520px;
    flex: 0 0 520px;
	padding-top: 65px;
}
.about_detail .sub_title{
	font-size:19px;
	color:#ffb448;
	font-family: 'Muli', sans-serif;
	font-weight: 800;
	display: table;
	margin-bottom: 5px;
}
.about_detail .title{
	font-size:42px;
	color:#154444;
	font-family: 'Muli', sans-serif;
	font-weight: 800;
	line-height: 48px;
	margin-bottom: 60px;
}
.about_detail .description em{
	font-size:21px;
	color:#154444;
	font-family: 'Muli', sans-serif;
    margin: 0 0 50px;
    display: inline-block;
    font-weight: 700;
    font-style: normal;
	line-height: 1.4;
}
.about_detail .description p{
	font-size:19px;
	color:#154444;
	font-family: 'Catamaran', sans-serif;
	line-height: 1.4;
}
.about_detail .right_side{
    padding-left: 40px;
    margin-left: auto;
    /* min-height: 745px; */
	
}
.about_detail .right_side img{
	width: 100%;
    height: auto;
	max-width: 520px;

}

/* Features detail block */

.features_detail {
	background-color: #144444;
	color: #ffffff;
	/* padding-top: 50px; */
	text-align: center;
	position: relative;
	z-index: 1;
	padding-bottom: 135px;
}
.features_detail .top_graphic {
	background-color: #ffffff;
	overflow: hidden;
}
.features_detail .top_graphic img {
	display: block;
	/* width: 100%; */
	width: 102%;
	margin-left: -1%;
	margin-bottom: -2px;
	max-width: initial;
}
.features_detail .features_detail_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
/* .features_detail .features_detail_bg:before,  */
.features_detail .features_detail_bg:after {
	content: '';
	position: absolute;
	left: 1px;
	top: 1px;
	width: 100%;
	height: 100%;
	background-image: url('assets/images/feature_bg1.svg');
	background-position: right bottom;
	background-size: contain;
	background-repeat: no-repeat;
}
.features_detail > * {
	position: relative;
	z-index: 1;
}
.features_detail .features_detail_inner {
	padding-top: 15px;
}
.features_detail .features_title {
	font-family: 'Muli', sans-serif;
	font-weight: 800;
	color: #ffffff;
	font-size: 44px;
	margin-bottom: 80px;
}
.features_detail .features_title .sub_title {
	color: #ffb448;
	font-family: 'Muli', sans-serif;
	font-weight: 800;
	font-size: 19px;
	display: block;
	margin-top: 17px;
}
.features_detail .features_list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 0;
	padding-bottom: 80px;
}
.features_detail .features_list > * {
	font-size: 24px;
}
.features_detail .features_list li {
    display: inline-block;
    vertical-align: top;
    /* padding: 0 30px;
    width: 25%; */
	padding: 0 0;
    width: 205px;
    margin: 0 40px;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
	/* font-style: italic; */
    font-size: 24px;
	line-height: 30px;
    /* color: #ffffff; */
    background-image: url("assets/images/detail_list_bg2.svg");
    background-position: center top;
    background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 30px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.features_detail .features_list li:nth-child(3) {
	background-image: url("assets/images/detail_list_bg1.svg");
}
.features_detail .features_list li .tick_content {
	padding-top: 65px;
	background-image: url(assets/images/yellow_tick.svg);
    background-position: center top;
    background-repeat: no-repeat;
}

/* Detail page content block2 */

.content_block {
	padding: 35px 0;
	/* background-image: url(assets/images/about_bg.svg);
	background-repeat: no-repeat;
	background-position: right bottom; */
	position: relative;
	/* background-color: #ffffff; */
	padding-top: 120px;
	padding-bottom: 70px;
}
.content_block_inner {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	padding-bottom: 110px;
}
.content_block .right_side{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 520px;
    flex: 0 0 520px;
	padding-top: 15px;
}
.content_block .sub_title{
	font-size:19px;
	color:#ffb448;
	font-family: 'Muli', sans-serif;
	font-weight: 800;
	display: table;
	margin-bottom: 5px;
}
.content_block .title{
	font-size:42px;
	color:#154444;
	font-family: 'Muli', sans-serif;
	font-weight: 800;
	line-height: 48px;
	margin-bottom: 60px;
}
.content_block .description strong {
	font-size:21px;
	color:#154444;
	font-family: 'Muli', sans-serif;
    margin: 0 0 50px;
    display: inline-block;
    font-weight: 700;
    font-style: normal;
	line-height: 1.4;
}
.content_block .description p strong  {
	margin-bottom: 0;
}
.content_block .description em {
	font-family: 'Muli', sans-serif;
    font-size: 19px;
    color: #ffb448;
    vertical-align: middle;
    margin-right: 46px;
    font-style: normal;
    font-weight: 800;
}
.content_block .description p{
	font-size:19px;
	color:#154444;
	font-family: 'Catamaran', sans-serif;
	line-height: 1.4;
	margin-bottom: 30px;
}
.content_block .left_side{
    padding-right: 40px;
    margin-left: auto;
    /* min-height: 745px; */
	
}
.content_block .left_side img{
	width: 100%;
    height: auto;
	max-width: 520px;

}

@media (max-width: 1399px) {
	.header .menu li {
		padding-left: 13px;
		padding-right: 13px;
	}
}
@media (max-width: 1365px) {
	.site-header .header {
		padding: 15px 15px;
	}
	.header .menu li {
		padding-left: 6px;
		padding-right: 6px;
	}
	.header .menu li a {
		font-size: 16px;
	}
	.header .menu li.get_started a {
		line-height: 42px;
	}
}
@media (min-width: 1200px) {
	.header .menu-toggle {
		display: none;
	}
	
	/* Fixed header */
	
	.fixed_header .header .menu li a:hover,
	.fixed_header .header .menu li.active a {
		color: #ffffff;
	}
	.fixed_header .header .menu li.login_header a {
		color: #ffffff;
	}
	.fixed_header .header .menu li.login_header a:before {
		background-image: url("assets/images/login-white.svg");
	}
	.fixed_header .header .menu li.get_started a {
		color: #154444;
	}
	.fixed_header .header .menu li.get_started a {
		line-height: 42px;
	}
	
	/* Fixed header end */
}
@media (max-width: 1199px) {
	.header .navigation-top .main-navigation .left_side_menu {
		text-align: left;
	}
	.navigation-top .menu-toggle {
		font-size: 0;
		background-color: transparent;
		border: 0;
		outline: 0;
		margin-right: 18px;
		padding: 6px 6px;
	}
 	.navigation-top .menu-toggle svg {
		max-width: 30px;
		max-height: 30px;
	}
	.navigation-top .menu-top-menu-container {
	    position: absolute;
		top: 100%;
		right: 20px;
		display: none;
	}
	.navigation-top .toggled-on .menu-top-menu-container {
		display: block;
	}
	.header .menu-top-menu-container .menu {
		background-color: #ffffff;
		min-width: 250px;
		border-radius: 0 0 4px 4px;
		margin-top: 1px;
	}
 	.header .menu-top-menu-container .menu li {
		display: block;
		padding: 0;
	}
	.header .menu-top-menu-container .menu li a {
		padding: 10px;
		display: block;
	}
	.header .menu-top-menu-container .menu li.login_header a {
		padding-left: 38px;
	}
	.header .menu-top-menu-container .menu li.login_header a:before {
		left: 10px;
		top: 7px;
	}
	.header .menu li.get_started a span {
		position: relative;
		font-size: 0;
		width: 42px;
	}
	.header .menu li.get_started a span:after {
		content: '';
		background-image: url(assets/images/right-arrow.svg);
		background-position: center center;
		background-repeat: no-repeat;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-size: 22px;
	}
	.easy_access_block .easy_access_list .left_side, 
	.easy_access_block .easy_access_list .right_side {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (min-width: 992px) {
	
}
@media (max-width: 991px) {
	.banner {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.banner .banner_content {
		display: block;
	}
	.banner .banner_content .left_side {
		margin-bottom: 30px;
	}
	.banner .banner_content .right_side {
		text-align: center;
	}
	.about_team_block .left_side {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 450px;
		flex: 0 0 450px;
	}
	.features_block .features_list li {
		width: 50%;
	}
	.works_block .works_inner {
		display: block;
	}
	.works_block .works_inner .right_side {
		text-align: center;
	}
	.works_block {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.easy_access_block {
		padding-top: 70px;
		padding-bottom: 110px;
	}
	.easy_access_block .title {
		margin-bottom: 70px;
	}
	.easy_access_block .easy_access_list {
		padding-bottom: 40px;
		display: block;
		max-width: 460px;
		width: 100%;
		margin: auto;

	}
	.easy_access_block .easy_access_list  img {
		/* max-width: 100%; */
	}
	.easy_access_block .easy_access_list .left_side, 
	.easy_access_block .easy_access_list .right_side {
		margin: 0;
		padding-top: 0;
		/* text-align: center;
		text-align: left;
		display: inline-block;
		vertical-align: top; */
	}
	.easy_access_block .easy_access_list .left_side {
		text-align: left;
	}
	.trails_block {
		padding-bottom: 50px;
	}
	.trails_block .trails_block_inner {
	    display: block;
		text-align: center;
	}
	.trails_block .img {
		width: 460px;
		height: 460px;
		margin: auto;
		margin-top: -140px;
	}
	.trails_block .trails_block_inner .right_side {
		padding-top: 40px;
	}
	.why_monsta_block {
		padding-top: 70px;
	}
	.why_monsta_block .title {
		margin-bottom: 70px;
	}
	.monsta_list li:nth-child(-n + 4) {
		width: 33%;
	}
	.monsta_list li {
		margin-bottom: 70px;
		width: 33%;
	}
	.pricing_block {
		padding-top: 30px;
		padding-bottom: 70px;
	}
	.pricing_block .pricing_list_container {
		display: block;
		max-width: 500px;
		margin: auto;
	}
	.pricing_block .pricing_list {
		padding-bottom: 1px;
		margin-bottom: 40px;
	}
	.pricing_block .pricing_list:nth-child(2):before,
	.detail_page .pricing_block .pricing_list:nth-child(2):before {
		background-image: url("assets/images/price_list_graphic2_orange.svg");
	}
	.about_team_block {
		padding-top: 0;
	}
	.about_team_block_inner {
		display: block;
	}
	.about_team_block .right_side {
		padding-left: 0;
		text-align: center;
		padding-top: 70px;
	}
	.contact_block {
		padding-bottom: 70px;
	}
	.contact_block .contact_block_inner {
		padding-left: 100px;
		padding-right: 100px;
	}
	.detail_banner {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.detail_banner .detail_banner_content {
		display: block;
		
	}
	.detail_banner .detail_banner_content .left_side {
		margin-bottom: 70px;
	}
	.detail_banner .detail_banner_content .right_side { 
		text-align: center;
	}
	.about_detail {
		padding-top: 70px;
	}
	.about_detail_inner {
		display: block;
	}
	.about_detail .left_side {
		padding-top: 0;
	}
	.about_detail .right_side {
		padding-left: 0;
		text-align: center;
		padding-top: 70px;
	}
	.features_detail .features_title {
		margin-bottom: 70px;
	}
	.features_detail .features_list {
		padding-bottom: 0;
	}
	.content_block {
		padding-top: 70px;
		padding-bottom: 40px;
	}
	.content_block_inner {
		display: block;
		padding-bottom: 70px;
	}
	.content_block .left_side {
		text-align: center;
		margin-bottom: 55px;
		padding-right: 0;
	}
}
@media (max-width: 767px) {
	/* .about_team_block_inner{display:block}
	.about_team_block .right_side {
		display:table
	}
	.about_team_block .description em{font-size:18px;margin: 30px 0 20px;}
	.about_team_block .description p{font-size:17px}
	.about_team_block .title{font-size:25px}
	.about_team_block{padding: 50px 0 ;  background-size: 110%;background-position: bottom;}
	.about_team_block .sub_title {margin-bottom: 25px;}
	.site-footer .menu-footer li a{font-size:12px;padding: 0 10px;}
	.site-footer .menu-footer li{ padding:10px 0;} */
	
	.btn {
		font-size: 17px;
		line-height: 40px;
	}
	.detail_banner {
		padding-top: 40px;
		padding-bottom: 10px;
	}
	.detail_banner .banner_title {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 30px;
		padding-top: 0;
	}
	.detail_banner .description p {
		font-size: 19px;
		line-height: 26px;
		margin-bottom: 24px;
	}
	.detail_banner .description span, 
	.detail_banner .description em {
		margin-right: 14px;
		font-size: 16px;
	}
	.detail_banner .detail_banner_content .left_side {
		margin-bottom: 50px;
	}
	.about_detail {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.about_detail .sub_title, 
	.content_block .sub_title {
		font-size: 17px;
	}
	.about_detail .title,
	.content_block .title {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 30px;
	}
	.about_detail .description em {
		margin-bottom: 24px;
		font-size: 17px;
	}
	.about_detail .description p ,
	.content_block .description p {
		font-size: 16px;
	}
	.about_detail .right_side {
		padding-top: 40px;
	}
	.features_detail {
		padding-bottom: 50px;
	}
	.features_detail .features_title {
	    font-size: 28px;
		line-height: 34px;
		margin-bottom: 40px;
	}
	.features_detail .features_list li {
		font-size: 20px;
	}
	
	.content_block {
		padding-top: 40px;
		padding-bottom: 0;
	}
	.content_block .right_side {
		padding-top: 0;
	}
	.content_block .left_side {
		margin-bottom: 30px;
	}
	.content_block_inner {
		padding-bottom: 40px;
	}
	.content_block .description em {
		font-size: 16px;
		margin-right: 14px;
	}
	.content_block .description strong {
		font-size: 17px;
	}
	.pricing_block .pricing_title {
		margin-bottom: 40px;
		font-size: 28px;
		line-height: 34px;
	}
	.pricing_list .title {
		font-size: 19px;
		margin-bottom: 25px;
	}
	.pricing_list .price strong {
		font-size: 60px;
		line-height: 60px;
	}
	.pricing_list .price em {
		font-size: 19px;
	}
	.pricing_list .pricing_content h4 {
		font-size: 19px;
		line-height: 28px;
		margin-bottom: 24px; 
	}
	.pricing_list .pricing_content ul li {
		font-size: 17px;
		line-height: 22px;
	}
	.pricing_block .pricing_list {
		margin-left: 0;
		margin-right: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	.contact_block {
		padding-bottom: 40px;
	}
	.contact_block .title {
		font-size: 28px;
		margin-bottom: 24px;
		line-height: 34px;
	}
	.contact_block .contact_block_inner .top_graphic {
		margin-bottom: 30px;
	}
	.contact_block .sub_title {
		line-height: 32px;
		margin-bottom: 30px;
		font-size: 24px;
	}
	.contact_block .contact_block_inner {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 30px;
	}
	.site-footer .footer-widget-1 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.site-footer .footer-widget-1 img {
		margin-bottom: 20px;
	}
	.contact_block .inputs .wpcf7-form-control-wrap .wpcf7-form-control {
		font-size: 15px;
	}
	.contact_block .inputs.two_inputs,
	.contact_block .inputs.btn_input {
		display: block;
	}
	.contact_block .inputs.btn_input .wpcf7-form-control-wrap {
		padding-right: 0;
	}
	.banner {
		padding-top: 40px;
		padding-bottom: 10px;
	}
	.banner .banner_title {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 30px;
		padding-top: 0;
	}
	.banner .description p {
		font-size: 19px;
		line-height: 26px;
		margin-bottom: 24px;
	}
	.banner .description span, 
	.banner .description em {
		margin-right: 14px;
		font-size: 16px;
	}
	.features_block .features_title {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 40px;
	}
	.features_block .features_list li {
		font-size: 20px;
	}
	.features_block .features_list {
		padding-bottom: 10px;
	}
	.features_block .features_title .sub_title {
		font-size: 17px;
		line-height: 26px;
	}
	.features_block .tools_list li {
		font-size: 21px;
	}
	.features_block .tools_list li .img {
		margin-bottom: 20px;
	}
	.features_block .tools_list {
		padding-bottom: 40px;
	}
	.works_block {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.works_block .top_title {
		font-size: 17px;
		line-height: 22px;
	}
	.works_block .description h3 {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 30px;
	}
	.works_block .description p {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 30px;
	}
	.easy_access_block {
		padding-top: 40px;
		padding-bottom: 30px;
	}
	.easy_access_block .easy_access_list {
		padding-bottom: 30px;
	}
	.easy_access_block .title .sub_title {
		font-size: 17px;
	}
	.easy_access_block .title {
	    font-size: 28px;
		line-height: 34px;
		margin-bottom: 40px;
	}
	.easy_access_list .list_title {
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 24px;
	}
	.easy_access_list .description ul li {
		font-size: 20px;
		line-height: 24px;
		padding-left: 34px;
	}
	.easy_access_list .description ul li:before {
	    width: 20px;
		height: 22px;
	}
	.trails_block {
		padding-bottom: 20px;
	}
	.trails_block .img {
		width: 290px;
		height: 290px;
		margin-top: -50px;
	}
	.trails_block .trails_block_inner .right_side {
		padding-left: 0;
		padding-right: 0;
	}
	.trails_block .description p {
		font-size: 28px;
		line-height: 34px;
	}
	.why_monsta_block {
		padding-top: 40px;
	}
	.why_monsta_block .title .sub_title {
		font-size: 17px;
	}
	.why_monsta_block .title {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 40px;
	}
	.monsta_list li:nth-child(-n + 4), 
	.monsta_list li {
		width: 50%;
		margin-bottom: 40px;
	}
	.monsta_list li h4 {
	    font-size: 19px;
		margin-bottom: 10px;
	}
	.monsta_list li p {
		font-size: 17px;
	}
	.about_team_block {
		background-size: contain;
	}
	.about_team_block .left_side {
		padding-top: 40px;
	}
	.about_team_block .title {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 30px;
	}
	.about_team_block .sub_title {
		font-size: 17px;
	}
	.about_team_block .description em {
		font-size: 17px;
		margin-bottom: 30px;
	}
	.about_team_block .description p {
		font-size: 16px;
	}
	.about_team_block .right_side {
		padding-top: 40px;
		min-height: initial;
	}
}
@media (min-width: 640px) {
	.fixed_header .header .site-branding .custom-logo-link {
		display: block;
		background-image: url("assets/images/white_logo.png");
		background-repeat: no-repeat;
		background-position: left top;
		width: 250px;
		height: 42px;
	}
	.fixed_header .header .site-branding .custom-logo-link img {
		display: none;
	}
}
@media (max-width: 639px) {
	.site-header .header .site-branding .wrap {
		width: 46px;
		overflow: hidden;
	}
	.monsta_list li:nth-child(-n + 4), 
	.monsta_list li {
		width: 100%;
	}
	.site-footer .menu-footer li {
		width: 100%;
		vertical-align: top;
	}
	.site-footer .menu-footer li a {
		border: 0;
	}
	.site-footer .menu-footer li {
		padding: 6px 0;
	}
}
@media (max-width: 535px) {
	.features_block .features_list li {
	    width: 270px;
	}
}