/*
	Theme Name: Kogan
	Theme URI: http://html5blank.com
	Description: Technologist WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
.grecaptcha-badge { 
    visibility: hidden;
}
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
	scroll-behavior: smooth;
	font-size:62.5%;
}
body {
	font-size: 16px;
	transition:0.5s;
	/*font-family: 'Muli', sans-serif;*/
/* 	font-family:MaisonNeueLight; */
	    font-family: Engel\&Volkers Text, sans-serif !important;
	color: #000000;
}
@font-face {
  font-family: MaisonNeueLight;
  src: url("fonts/MaisonNeue-Light.woff2") format("woff2"),
       url("fonts/MaisonNeue-Light.woff") format("woff");
}
@font-face {
  font-family:MaisonNeueBold;
  src: url("fonts/MaisonNeue-Bold.woff2") format("woff2"),
       url("fonts/MaisonNeue-Bold.woff") format("woff");
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}.calculator-section .box-one iframe {
    border: 0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}.h1, .h2, .h3, h1, h2, h3 {
/*     font-family: MaisonNeueBold; */
	    font-family: Engel\&Volkers Text, sans-serif !important;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* TopBar Styling */

.topbar {
    min-height: 30px;
    background: #222;
}

/* Menu Styling */

.menu_bar {
    position: absolute;
    text-align: center;
    /* top: 20px; */
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 100;
    min-height: 80px;
}


/* Menu Styling */
#cssmenu ul li.bg::before {
    transition: 0.75s;
    background: #4b2682;
    content: '';
    position: absolute;
    top: 0;
    width: 173%;
    height: 100%;
}

#cssmenu ul li.bg a {
    color: #fff;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
#cssmenu #head-mobile, .value-section h2::before {
	display: none
}
#cssmenu {
	clear: both;
	display: block;
}
#cssmenu > ul > li {
	float: left;
	position: relative;
}#cssmenu ul li.bg:hover a {
    background: none;
}
#cssmenu > ul > li > a {
	transition: 0.75s !important;
	position: relative;
	text-decoration: none;
}
#cssmenu > ul > li > a:before {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: '';
	right: 0;
}#cssmenu ul li.bg:hover::before {
    background: #0e61ae;
}
#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
	color: #ffffff;
}
#cssmenu > ul > li:hover a, #cssmenu > ul > li.current-menu-item a, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
	color: #fff;
	background: #222222;
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
}
#cssmenu > ul > li.has-sub > a {
	padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
	position: absolute;
	top: 11px;
	right: 13px;
	width: 8px;
	height: 2px;
	display: block;
	background: #000000;
	content: '';
}
#cssmenu > ul > li.has-sub > a:before {
	position: absolute;
	top: 12px;
	right: 16px;
	display: block;
	width: 2px;
	height: 8px;
	background: #000000;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
	top: 23px;
	height: 0
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	opacity: 1;
	z-index: 100;
}
#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	background: transparent;
	transition: all .25s ease;
}
#cssmenu ul ul li:hover {
}
#cssmenu li:hover > ul {
	padding: 0;
	left: 0;
}

#cssmenu li:hover > ul > li {
	height: 35px;
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0
}
#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150,150,150,0.15);
	width: 190px;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	padding: 10px 20px;
	font-weight: 400;
	display: block;
	text-align: left;
	text-transform: capitalize;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
	border-bottom: 0
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	background: #222222;
	color: #fff;
}
#cssmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}
#cssmenu ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}
#cssmenu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0
}
#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background: #363636;
}
#cssmenu ul ul ul li.active a {
	border-left: 1px solid #fff
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active> a {
	border-top: 1px solid #fff
}



.sidebar h2 {
    background: #E60000;
    padding: 12px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    }

 @media screen and (max-width:767px) {
nav {
	width: 100%;
}
#cssmenu {
	width: 92%;
	float: none;
	position: absolute;
	padding: 0;
	top: 0;
}
#cssmenu ul {
	padding: 0;
	width: 100%;
	position: absolute;
	top: 0;
	display: none;
	z-index: 100000;
	background: #353535;
}
#cssmenu ul li {
	width: 100%;
	border-top: 1px solid #fff
}
#cssmenu ul li:hover {
	background: #363636;
}
#cssmenu ul ul li, #cssmenu li:hover > ul > li {
	height: auto
}
#cssmenu ul li a, #cssmenu ul ul li a {
	width: 100%;
	border-bottom: 0
}
#cssmenu > ul > li {
	float: none
}
#cssmenu ul ul li a {
	padding-left: 25px
}
#cssmenu ul ul li {
	background: #333!important;
}
#cssmenu ul ul li:hover {
	background: #363636!important
}
#cssmenu ul ul ul li a {
	padding-left: 35px
}
#cssmenu ul ul li a {
	color: #fff;
	background: none;
	text-transform: capitalize;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
	color: #fff
}
#cssmenu ul ul, #cssmenu ul ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left;    top: 0;
}
#cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
	display: none
}
#cssmenu #head-mobile {
	display: block;
	padding: 12px;
	color: #ddd;
	font-size: 12px;
	font-weight: 700;
}
#cssmenu .button {
	width: 35px;
	height: 34px;
	position: absolute;
	right: 0;
	top: -33px;
	cursor: pointer;
	z-index: 12399994;
	background: #01113a;
}
#cssmenu ul ul li a strong {
	color: #01d7e1;
}
#cssmenu > ul > li > a {
	color: #fff;
	margin-left: 0;
	font-size: 14px;
	padding: 15px;
}
#cssmenu .button:after {
	position: absolute;
	top: 16px;
	right: 0;
	left: 0;
	display: block;
	height: 8px;
	width: 20px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	content: '';
	margin: 0 auto;
}
#cssmenu .button:before {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	top: 10px;
	right: 0;
	display: block;
	height: 2px;
	width: 20px;
	background: #ffffff;
	content: '';
	left: 0;
	margin: 0 auto;
}
#cssmenu .button.menu-opened:after {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	top: 16px;
	border: 0;
	height: 2px;
	width: 19px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#cssmenu .button.menu-opened:before {
	top: 16px;
	background: #fff;
	width: 19px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#cssmenu .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	border-left: 1px solid #444;
	height: 46px;
	width: 46px;
	cursor: pointer
}
#cssmenu .submenu-button.submenu-opened {
	background: #262626
}
#cssmenu ul ul .submenu-button {
	height: 34px;
	width: 34px
}
#cssmenu .submenu-button:after {
	position: absolute;
	top: 22px;
	right: 19px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;

	content: ''
}
#cssmenu ul ul .submenu-button:after {
	top: 15px;
	right: 13px
}
#cssmenu .submenu-button.submenu-opened:after {
	background: #fff
}
#cssmenu .submenu-button:before {
	position: absolute;
	top: 19px;
	right: 22px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: ''
}
#cssmenu ul ul .submenu-button:before {
	top: 12px;
	right: 16px
}
#cssmenu .submenu-button.submenu-opened:before {
	display: none
}
#cssmenu ul ul ul li.active a {
	border-left: none
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
	border-top: none
}
}


/*menu popup*/

a.logo img {
    z-index: 100;
    width: 270px;
}
.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus, .overlay ul.social li a:hover i {
  color: #ccc;
}

.overlay .closebtn {
  cursor: pointer;
  transition: 0.75s;
  transform: rotate(90deg);
  display: inline-block;
  text-align: center;
  position: relative;
  color: #fff !important;
  left: 35px;
  top: 0;
  font-size: 65px !important;
}
.overlay-content ul li {
    text-align: left;
    width: 100%;
    display: block;
}.overlay a.logo, .overlay ul {
    margin-top: 16px;
    /* position: absolute; */
    /* top: 45px; */
    /* left: 85px; */
}

.overlay-content ul li a {
    transition: 0s;
    text-transform: uppercase;
/*     font-family: MaisonNeueBold; */
	font-family: Engel\&Volkers Text, sans-serif !important;
    font-size: 28px;
    padding: 20px 12px;
}.overlay-content ul li a:hover {
    display: inline-block;
    background: url(img/hover-menu.png) no-repeat;
    background-size: cover;
    background-position: center;
    color: #010101;
}
@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

#menu-toggle:checked + #myNav #overlay ul li {
 transition: 2s;
 opacity:1;
 left:0px;
}

#menu-toggle:checked + .overlay .closebtn{
	transform: rotate(0deg);
}

#menu-toggle:checked + #myNav #overlay ul li:nth-child(1){
	transition-delay: 0.7s;
}
#menu-toggle:checked + #myNav #overlay ul li:nth-child(2){
	transition-delay: 0.6s;
}
#menu-toggle:checked + #myNav #overlay ul li:nth-child(3){
	transition-delay: 0.5s;
}
#menu-toggle:checked + #myNav #overlay ul li:nth-child(4){
	transition-delay: 0.4s;
}
#menu-toggle:checked + #myNav #overlay ul li:nth-child(5){
	transition-delay: 0.3s;
}
#menu-toggle:checked + #myNav #overlay ul li:nth-child(6){
	transition-delay: 0.2s;
}
#menu-toggle:checked + #myNav #overlay ul li:nth-child(7){
	transition-delay: 0.1s;
}
#menu-toggle:checked + #myNav #overlay ul li:nth-child(8){
	transition-delay: 0s;
}

#menu-toggle:checked + .menu_bar{
	opacity:1;
	    z-index: 3 !important;
}

/* Slider Styling */

.home_slider {
    background-repeat: no-repeat !important;
    text-align: center;
    background-size: cover;
    padding: 50px 0 0;
    min-height: 500px;
    height: 0px;
}
.home_slider h1 {
    line-height: 72px;
    font-size: 51px;
    color: #fff;
    margin: 0;
}

.home_slider h1 span {
    color: #afd02d;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}

.home_slider h2 {
    color: #eb2625;
    text-transform: uppercase;
    margin: 0;
    font-size: 51px;
}
.home_slider p {
    padding: 0 490px;
    margin-top: 10px;
    font-weight: 100;
    color: #fff;
}

.home_slider a {
    transition: 0.5s;
    margin-top: 5px;
    display: inline-block;
    text-decoration: none;
    padding: 9px 42px;
    font-size: 14px;
    color: #fff;
    background: #0a5fac;
    text-transform: uppercase;
}.home_slider a:hover {
    background: #eb2625;
}.menu_bar ul.contact li a {
    transition: 0.75s;
    color: #fff;
    text-decoration: none;
}.menu_bar ul.contact li:last-child a:hover {
    /* margin-left: 20px; */
}
.owl-pagination {
    position: absolute;
    bottom: -55px;
}.owl-pagination .owl-page.active {
    width: 10px;
    margin-left: 115px !important;
    height: 10px;
    margin: 5px;
    background-color: #68b6ea;
    position: relative;
}.owl-pagination .owl-page {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #6e7174;
    border-radius: 10px;
}.owl-pagination .owl-page.active::before {
    content: '';
    position: absolute;
    right:20px;
    top:4px;
    background: #E60000;
    width: 100px;
    height: 2px;
}

/*Inner Styling*/
.inner_header.blog {
}.inner_header.single {
}
.header::before {
	display: none !important;
	background-image: url(img/Koga.png);
	position: fixed;
	top: 0;
	left: 0;
	height: 1015px;
	width: 2825px;
	-webkit-animation-name: header-text; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 200; /* Safari 4.0 - 8.0 */
	-webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	animation-name: header-text;
	animation-duration: 200s;
	transition: left 300ms linear;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}.header::before {
    height: 1015px;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes header-text {
  0%   {left:0px; top:0px;}
	100%  {left:-2000px; top:0px;}
}

/* Standard syntax */
@keyframes header-text {
 0%   {left:0px; top:0px;}
	100%  {left:-2000px; top:0px;}
}
.inner_header.single h1 {
}


/* Footer Styling */
footer .first {
    margin-top: 11px;
}
.copyright {
    margin-top: 15px;
    border-top: 1px solid #e2e2e2;
    padding: 25px 0;
    text-align: center;
}

/* Home Styling */
.menu_bar ul.contact li {
    text-align: right;
    line-height: 26px;
    margin-left: 20px;
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
}.menu_bar ul.contact li i {
    cursor: pointer;
    display: block !important;
    transition: 0.75s;
    padding: 20px 22px;
    background: #E60000;
    font-size: 16px;
}
.header {
    height: 80vh;
    padding-top: 190px;
    min-height: 744px;
}.header h4 {
    font-weight: 300;
    font-size: 12px;
    color: #fff !important;
}.header h2 {
/*     font-family: MaisonNeueBold !important; */
	font-family: Engel\&Volkers Text, sans-serif !important;
    line-height: initial !important;
    font-size: 76px !important;
    color: #fff !important;
}.header button.vc_general, .header a.vc_general {
    height: 68px;
    color: #fff !important;
    font-size: 10px;
    width: 216px;
    background: #E60000 !important;
    border: 0 !important;
}.header::after{
    content: '';
    background-image: url('img/featured-bottom.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 125px;
    z-index: 10000000000;
}.menu_bar a.logo {
    float: left;
}.pointx {
    margin-top: -35px;
}.pointx .box {
    padding-top: 15px;
}
.pointx .box p {
    margin: 0;
    line-height: 22px;
    font-size: 11px;
}

.pointx .box p b {
    font-weight: bold;
}

.pointx .box p strong {
    color: #000;
    font-size: 18px;
}.pointx .box .bor::after {
    content: '';
    position: absolute;
    border-right: 1px solid #e2e2e2;
    top: 0;
    right: 10px;
    height: 45px;
}.about-section {
    padding: 60px 0;
}
.about-section .about-content {
    padding-right: 60px;
}
.about-section p, .sell-dark-bg p, .sell-light-bg p {
    font-size: 16px;
    text-align: justify;
    margin-bottom: 24px;
}
.newslettler-section label {
    margin-top: 25px;
    font-size: 11px;
    font-weight: 400;
}.testimonial-sec h2::before { 
	background: #fff !important; 
}
.newslettler-section input {
    height: 57px;
    border: 1px solid #e2e2e2;
    width: 95%;
    padding: 10px 12px;
    margin-top: 10px;
    margin-bottom: 8px;
}
.copyright p {
    margin: 10px 0 0;
    font-weight: 300;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
}.copyright ul li {
    display: inline-block;
}

.copyright ul {
    padding: 0;
    margin: 0;
}


/*Contact Page*/
.address h5 {
    font-weight: 600;
}.address p {
    font-size: 11px;
}.address {
    padding: 35px 0 60px;
}.contact-form label {
    font-size: 12px;
    font-weight: 400;
}
.contact-form .wpcf7-submit {
    transition: 0.75s;
    border: 0;
    background: #E60000;
    width: 140px;
    color: #fff;
}div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    clear: both;
    border-color: #E60000;
    font-size: 14px;
}.map {
    margin-top: 80px;
    filter: grayscale(100%);
}.map::after {
    content: '';
    background-image: url(img/section-border.png);
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 126px;
    width: 100%;
}.menu_bar label.tog {
    transition: 0.75s;
    cursor: pointer;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 35px;
    display: block;
    width: 58px;
    /* z-index: 5; */
}.menu_bar label.tog::after {
    content: '';
    background-image: url(img/menu-icon.png);
    position: absolute;
    right: 0;
    top: 0;
    width: 19px;
    height: 21px;
}.menu_bar label.tog:hover {
    transform: scale(1.1);
}ul.social {
    list-style: none;
    padding: 0;
}

ul.social li {
    display: inline-block;
}

ul.social li a i {
    margin-right: 7px;
    margin-top: 8px;
    padding: 7px;
    border: 1px solid #E60000;
    color: #E60000;
}

.work-section {
    padding-top: 83px !important;
    min-height: 698px;
}.work-section .points {
}
.page .work-section h4::before {
    background: #69b6eb;
}
.work-section .wpb_text_column {width: 220px;}

.work-section h3 {
    line-height: 27px;
    margin: 5px 0 5px;
    font-size: 18px;
    color: #fff;
}

.work-section p {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}.value-section {
    text-align: center;
    padding: 25px 0;
}
.page .value-section h4::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background: #000;
    right: -45px;
    top: 5px;
}.page h4.dark::before {
    background: #E60000;
}
.page .value-section h4 {
    display: inline;
}.map .wpb_gmaps_widget .wpb_wrapper {
    padding: 0;
}.extra-foot {
    padding-top: 112px;
    min-height: 485px;
}.calculator-section ul.vc_tta-tabs-list li {
    position: relative;
    text-align: center;
    width: 33.2%;
}
.calculator-section ul.vc_tta-tabs-list li a {
    background: #fff !important;
    color: #000 !important;
    padding: 150px 62px 0 !important;
/*     font-family: MaisonNeueBold; */
	font-family: Engel\&Volkers Text, sans-serif !important;
    font-size: 20px;
    min-height: 250px;
    border-radius: 0 !important;
}
.calculator-section .vc_tta-tabs-container {
    margin: 0;
    padding: 0;
}.calculator-section .vc_tta-panel-body {
    padding: 100px !important;
    border-radius: 0 !important;
    background: #fff !important;
    border-color: #e2e2e2 !important;
}.calculator-section .vc_tta-panel-body a.go {
    background: #E60000;
}
.calculator-section .vc_tta-panels {
    width: 99.5%;
}.calculator-section li.vc_tta-tab.vc_active a {
    background: #E60000 !important;
    color: #fff !important;
}.calculator-section ul.vc_tta-tabs-list li::before {
    content: '';
    background-image: url('img/sprite.png');
    background-position: -175px -117px;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 78px;
    height: 84px;
    z-index: 10;
}.calculator-section ul.vc_tta-tabs-list li:nth-child(2)::before {
    width: 84px;
    background-position: -290px -117px;
}

.calculator-section ul.vc_tta-tabs-list li:nth-child(3)::before {
    width: 57px;
    background-position: -54px -117px;
}.calculator-section ul.vc_tta-tabs-list li.vc_tta-tab.vc_active::before {
    background-position: -175px -224px;
}

.calculator-section ul.vc_tta-tabs-list li.vc_tta-tab.vc_active:nth-child(2)::before {
    width: 84px;
    background-position: -290px -218px;
}
.calculator-section ul.vc_tta-tabs-list li.vc_tta-tab.vc_active:nth-child(3)::before {
    width: 57px;
    background-position: -54px -224px;
}.sell-points ul, .buy-points ul {
    padding: 0;
    list-style: none;
}.sell-points ul li, .buy-points ul li {
    display: inline-block;
}

.sell-points ul li a, .buy-points ul li a {
    text-decoration: none;
    position: relative;
    margin: 8px;
/*     font-family: MaisonNeueBold; */
	font-family: Engel\&Volkers Text, sans-serif !important;
    font-size: 18px;
    padding: 30px 59px 30px 109px;
    border: 1px solid #E60000;
    display: block;
    transition: 0.75s;
    cursor: pointer;
}.sell-points ul li:hover a, .buy-points ul li:hover a {
    transform: scale(1.05);
    box-shadow: 0 0 12px 0 #E60000;
}
.sell-points {
    padding: 40px 0;
    text-align: center;
}.sell-points i.icox, .buy-points i.icox {
    position: absolute;
    top: 17px;
    left: 41px;
    background-image: url(img/selling-sprite.png);
    width: 45px;
    height: 50px;
}.sell-points i.icox.one {
    background-position: -182px -312px;
}

.sell-points i.icox.two {
    background-position: -99px -312px;
}

.sell-points  i.icox.three {
    top: 25px;
    background-position: -20px -312px;
    height: 35px;
}

.sell-points i.icox.four {
    background-position: -164px -12px;
}

.sell-points i.icox.five {
    background-position: -247px -12px;
}

.sell-points i.icox.six {
    background-position: -91px -12px;
}

.sell-points i.icox.seven {
    background-position: -22px -12px;
}.buy-points i.icox.one {
    background-position: -18px 63px;
}

.buy-points i.icox.two {
    background-position: -86px 63px;
}

.buy-points i.icox.three {
    background-position: -91px -10px;
}

.buy-points i.icox.six {
    background-position: -20px -8px;
}.buy-points i.icox.four {
    background-position: -150px 60px;
}

.buy-points i.icox.five {
    background-position: -220px 60px;
}.sell-dark-bg {
    min-height: 815px;
    padding: 160px 0;
}
.sell-light-bg {
    padding: 50px 0;
}
.sell-dark-bg p {
    padding-right: 65px;
}.content-area {
    padding-top: 110px;
}.sell-light-bg .content-area {
    padding-top: 180px;
    padding-left: 60px;
}.sell-light-bg ul {
    list-style: none;
    padding: 0;
}

.sell-light-bg ul li {
    margin-bottom: 5px;
    position: relative;
}
.text-box {
    margin-top: 105px;
    position: relative;
    text-align: right;
}

.text-box h3 {
    font-size: 16px;
}

.text-box p {
    font-size: 11px;
}

.sell-light-bg ul li::before {
    content: '';
    background: #000;
    position: absolute;
    width: 12px;
    height: 1px;
    top: 8px;
    left: -22px;
}.right .text-box {
    text-align: left;
}.right .text-box.top {
    top: -120px;
    left: -120px;
}
.value-section h2 {
    margin-bottom: 100px;
}
.left .text-box.top {
    top: -120px;
    right: -120px;
}.left .text-box.bottom {
    bottom: -160px;
    right: -120px;
}

.right .text-box.bottom {
    bottom: -160px;
    left: -120px;
}.buy-points {
    text-align: center;
    padding: 0 60px;
}
.blog-box, .blog-boxx .vc_column-inner {
    transition: 0.75s;
    position: relative;
    padding: 35px 40px;
    min-height: 246px;
    background-size: cover;
    margin-bottom: 30px;
}.blog-box:hover, .blog-boxx .vc_column-inner:hover {
    transform: scale(1.05);
}
.buy-points ul li a {
    padding: 20px 50px 20px 110px;
    height: 90px;
    text-align: left;
    width: 320px;
}.blog-box h3 a, .blog-boxx .vc_column-inner h3 a {
    text-decoration: none;
    position: relative;
    line-height: 26px;
    top: 80px;
    color: #fff;
    font-size: 18px;
}.blog-box span.date, .blog-box span.author, .blog-boxx .vc_column-inner span.date, .blog-boxx .vc_column-inner span.author {
    color: #fff;
    font-size: 12px;
}
.blog-boxx .vc_column-inner {
    margin: 0 15px 28px;
    width: 95% !important;
    padding: 28px 52px !important;
}
.blog-box span.author, .blog-boxx .vc_column-inner span.author {
    float: right;
}.blog-box span.author a, .vc_column-inner span.author a {
    text-transform: uppercase;
    color: #fff;
    margin-left: 3px;
}ul.categories {
    margin-bottom: 45px;
    padding: 0;
    list-style: none;
}ul.categories li a, .pagination a, .pagination span {
    transition: 0.5s;
    text-decoration: none;
    margin-right: 12px;
    font-weight: bold;
    padding: 8px 22px;
    border: 1px solid #e2e2e2;
    display: inline-block;
}

ul.categories li.main a, ul.categories li:hover a, .pagination span {
    color: #fff;
    background: #E60000;
}

ul.categories li {
    display: inline-block;
}.pagination a, .pagination span {
    padding: 8px 17px;
    margin-right: 3px;
}.pagination {
    margin-bottom: 80px;
    text-align: center;
    width: 100%;
}.sidebar form.search input {
    font-size: 12px;
    padding: 13px 10px;
    width: 70%;
}

.sidebar form.search button.search-submit {
    transition: 0.75s;
    border: 0;
    width: 22%;
    padding: 13px 0;
    background: #E60000;
    font-size: 14px;
    color: #fff;
}

.sidebar form.search {
    margin: 18px 0;
}

.blogx {
    margin-top: 30px;
    overflow: hidden;
}

.sidebar form.search button.search-submit:hover {
    background: #39a6f1;
}.sidebar ul {
    list-style: none;
    padding: 5px 0;
}

.sidebar ul li {
    padding: 8px 0;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
}.single .blogx span.date, .single .blogx span.author {
    font-size: 12px;
    /* padding: 5px 10px; */
    /* border: 1px solid #E60000; */
}

.single .blogx span.author {
    float: right;
}
.single .blogx h1 a {
    text-decoration: none;
}

.single .blogx .content {
    padding: 40px 0 20px;
}
.single .blogx span.comments, .header h2::before {
    display: none;
}.single .blogx p.Categorised {
    font-size: 14px;
}

.single .blogx p.Categorised a {
    text-decoration: none;
    color: #0265a9;
}.comments h3#reply-title {
    position: relative;
    text-align: center;
}

.comments h3#reply-title::before, .comments h3#reply-title::after {top: 10px;content: '';background: #E60000;position: absolute;width: 100px;height: 3px;}

.comments h3#reply-title::before {
    left: 165px;
}

.comments h3#reply-title::after {
    right: 165px;
}

.comments label {
    display: block;
    margin-top: 20px;
}

.comments textarea, .comments input {
    padding: 8px 0;
    width: 100%;
}
.comments form {
    padding: 40px;
    margin: 35px 0;
    border: 1px solid #E60000;
}

.comments {
    margin-top: 60px;
}
.comments p.form-submit input {
    width: 200px;
    border: 0;
    color: #fff;
    background: #E60000;
    padding: 12px 22px;
}form .lidd_mc_input {
    width: 50%;
    display: inline-block;
    padding: 0 30px;
}
.calculator-section .box-one form {
    padding: 0 25px;
}
form .lidd_mc_input input, form .lidd_mc_input select {
    height: 57px;
    margin-bottom: 6px;
    color: #848484;
    border: 1px solid #e2e2e2;
    font-size: 14px;
    padding: 12px;
}
.buy-points ul li a.single {
    position: relative;
    top: -13px;
    padding-top: 32px;
}
form .lidd_mc_input label {
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 100;
}form .lidd_mc_input:last-child {
    width: 100%;
    margin-top: 15px;
}
.text-box::before {
    content: '';
    background-image: url('img/Ellipse.png');
    background-repeat: no-repeat;
    position: absolute;
    width: 118px;
    height: 118px;
    transition: 0.75s;
    z-index: 10;
}
.right .text-box.top:hover::before, .left .text-box.top:hover::before, .left .text-box.bottom:hover::before,
.right .text-box.bottom:hover::before, .left .text-box:hover::before, .right .text-box:hover::before
{transform: rotate(360deg);}

.right .text-box.top::before {left: -130px;top: 40px;}

.left .text-box.top::before {
    right: -130px;
    top: 40px;
}.left .text-box.bottom::before {
    top: auto;
    right: -130px;
    bottom: 40px;
}

.right .text-box.bottom::before {
    top: auto;
    left: -130px;
    bottom: 40px;
}

.left .text-box::before {
    right: -130px;
    top: -40px;
}

.right .text-box::before {
    top: -40px;
    left: -130px;
}div#owl-testimonial {
    position: absolute;
    top: 0;
}div#owl-testimonial .box {
    padding: 30px 50px;
    min-height: 200px;
    overflow: hidden;
    background: #fff;
    margin-right: 35px;
}
.calculator-section .box-one .borx:hover img {
    transform: scale(1.05);
}

.calculator-section .box-one .borx img {
    transition: 0.75s;
}
div#owl-testimonial .box p {
    line-height: 22px;
    margin-top: 15px;
    text-align: justify;
    font-size: 12px;
}div#owl-testimonial .box h3 {
    font-size: 14px;
}

div#owl-testimonial .box h5 {
    font-size: 12px;
}.blog-section .vc_gitem-zone {
    background-size: contain;
}

.blog-section .vc-gitem-zone-height-mode-auto:before {
    padding-top: 45% !important;
}
button.vc_general:hover, a.vc_general:hover, .newslettler-section input.wpcf7-submit:hover, form .lidd_mc_input input#lidd_mc_submit:hover, .menu_bar ul.contact li i:hover, .contact-form .wpcf7-submit:hover {
    box-shadow: 215px 0 0 #176a75 inset;
}
.resources div#MLCalcShader {
    background: none;
}.resources div#MLCalcHolder, input#menu-toggle {
    display: none;
}.overlay-content ul {
    padding: 0;
    width: 100%;
    margin-top: 45px;
}.overlay ul.social {
    margin: 0;
    position: absolute;
    right: 15%;
    bottom: 25px;
}

.overlay ul.social li a i {
    transition: 0.75s;
    border: 0;
    font-size: 20px;
    margin: 0;
    padding: 0;
    color: #fff;
}
.page div#MLCalcHolder {
    display:block !important;
}.page .calculator-section div#MLCalcHolder {
	margin: 0 auto;
	right: 0;
	left: 0 !important;
	position: initial;
	display: initial;
}span.wpcf7-not-valid-tip {
    font-size: 12px;
}
.blog-box::before {
    content: '';
    /* background-color: #0b363cc7; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    margin: 0;
}.overlay ul.contact li a {
    padding: 6px 0;
    line-height: initial;
    font-size: 13px;
}.overlay ul.contact li br {
    display: none;
}

.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}.h1, .h2, .h3, h1, h2, h3 {
/*     font-family: MaisonNeueBold; */
	font-family: Engel\&Volkers Text, sans-serif !important;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* TopBar Styling */

.topbar {
    min-height: 30px;
    background: #222;
}

/* Menu Styling */

.menu_bar {
    padding-top: 20px;
    transition: 0.75s;
    position: fixed;
    text-align: center;
    /* top: 20px; */
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 2;
    background-position: bottom !important;
    min-height: 80px;
}


/* Menu Styling */
#cssmenu ul li.bg::before {
    transition: 0.75s;
    background: #4b2682;
    content: '';
    position: absolute;
    top: 0;
    width: 173%;
    height: 100%;
}

#cssmenu ul li.bg a {
    color: #fff;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
#cssmenu #head-mobile {
	display: none
}
#cssmenu {
	clear: both;
	display: block;
}
#cssmenu > ul > li {
	float: left;
	position: relative;
}#cssmenu ul li.bg:hover a {
    background: none;
}
#cssmenu > ul > li > a {
	transition: 0.75s !important;
	position: relative;
	text-decoration: none;
}
#cssmenu > ul > li > a:before {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: '';
	right: 0;
}#cssmenu ul li.bg:hover::before {
    background: #0e61ae;
}
#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
	color: #ffffff;
}
#cssmenu > ul > li:hover a, #cssmenu > ul > li.current-menu-item a, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
	color: #fff;
	background: #222222;
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
}
#cssmenu > ul > li.has-sub > a {
	padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
	position: absolute;
	top: 11px;
	right: 13px;
	width: 8px;
	height: 2px;
	display: block;
	background: #000000;
	content: '';
}
#cssmenu > ul > li.has-sub > a:before {
	position: absolute;
	top: 12px;
	right: 16px;
	display: block;
	width: 2px;
	height: 8px;
	background: #000000;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
	top: 23px;
	height: 0
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	opacity: 1;
	z-index: 100;
}
#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	background: transparent;
	transition: all .25s ease;
}
#cssmenu ul ul li:hover {
}
#cssmenu li:hover > ul {
	padding: 0;
	left: 0;
}

#cssmenu li:hover > ul > li {
	height: 35px;
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0
}
#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150,150,150,0.15);
	width: 190px;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	padding: 10px 20px;
	font-weight: 400;
	display: block;
	text-align: left;
	text-transform: capitalize;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
	border-bottom: 0
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	background: #222222;
	color: #fff;
}
#cssmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}
#cssmenu ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}
#cssmenu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0
}
#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background: #363636;
}
#cssmenu ul ul ul li.active a {
	border-left: 1px solid #fff
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active> a {
	border-top: 1px solid #fff
}



.sidebar h2 {
    background: #E60000;
    padding: 12px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    }

 @media screen and (max-width:767px) {
nav {
	width: 100%;
}
#cssmenu {
	width: 92%;
	float: none;
	position: absolute;
	padding: 0;
	top: 0;
}
#cssmenu ul {
	padding: 0;
	width: 100%;
	position: absolute;
	top: 0;
	display: none;
	z-index: 100000;
	background: #353535;
}
#cssmenu ul li {
	width: 100%;
	border-top: 1px solid #fff
}
#cssmenu ul li:hover {
	background: #363636;
}
#cssmenu ul ul li, #cssmenu li:hover > ul > li {
	height: auto
}
#cssmenu ul li a, #cssmenu ul ul li a {
	width: 100%;
	border-bottom: 0
}
#cssmenu > ul > li {
	float: none
}
#cssmenu ul ul li a {
	padding-left: 25px
}
#cssmenu ul ul li {
	background: #333!important;
}
#cssmenu ul ul li:hover {
	background: #363636!important
}
#cssmenu ul ul ul li a {
	padding-left: 35px
}
#cssmenu ul ul li a {
	color: #fff;
	background: none;
	text-transform: capitalize;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
	color: #fff
}
#cssmenu ul ul, #cssmenu ul ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left;    top: 0;
}
#cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
	display: none
}
#cssmenu #head-mobile {
	display: block;
	padding: 12px;
	color: #ddd;
	font-size: 12px;
	font-weight: 700;
}
#cssmenu .button {
	width: 35px;
	height: 34px;
	position: absolute;
	right: 0;
	top: -33px;
	cursor: pointer;
	z-index: 12399994;
	background: #01113a;
}
#cssmenu ul ul li a strong {
	color: #01d7e1;
}
#cssmenu > ul > li > a {
	color: #fff;
	margin-left: 0;
	font-size: 14px;
	padding: 15px;
}
#cssmenu .button:after {
	position: absolute;
	top: 16px;
	right: 0;
	left: 0;
	display: block;
	height: 8px;
	width: 20px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	content: '';
	margin: 0 auto;
}
#cssmenu .button:before {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	top: 10px;
	right: 0;
	display: block;
	height: 2px;
	width: 20px;
	background: #ffffff;
	content: '';
	left: 0;
	margin: 0 auto;
}
#cssmenu .button.menu-opened:after {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	top: 16px;
	border: 0;
	height: 2px;
	width: 19px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#cssmenu .button.menu-opened:before {
	top: 16px;
	background: #fff;
	width: 19px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#cssmenu .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	border-left: 1px solid #444;
	height: 46px;
	width: 46px;
	cursor: pointer
}
#cssmenu .submenu-button.submenu-opened {
	background: #262626
}
#cssmenu ul ul .submenu-button {
	height: 34px;
	width: 34px
}
#cssmenu .submenu-button:after {
	position: absolute;
	top: 22px;
	right: 19px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;

	content: ''
}
#cssmenu ul ul .submenu-button:after {
	top: 15px;
	right: 13px
}
#cssmenu .submenu-button.submenu-opened:after {
	background: #fff
}
#cssmenu .submenu-button:before {
	position: absolute;
	top: 19px;
	right: 22px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: ''
}
#cssmenu ul ul .submenu-button:before {
	top: 12px;
	right: 16px
}
#cssmenu .submenu-button.submenu-opened:before {
	display: none
}
#cssmenu ul ul ul li.active a {
	border-left: none
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
	border-top: none
}
}


/*menu popup*/
.overlay {
  overflow: hidden;
  padding: 20px 60px 0;
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-image: url('img/menu-bg.png');
  opacity: 0.95;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  /* background-color: #176a75; */
  overflow-y: hidden;
  transition: 2s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus, .overlay ul.social li a:hover i {
  color: #E60000;
}

.overlay-content ul li {
    text-align: left;
    width: 100%;
    display: block;
}.overlay a.logo, .overlay ul {
    margin-left: 6px;
    margin-top: 11px;
    /* position: absolute; */
    /* top: 45px; */
    /* left: 85px; */
}

.overlay-content ul li a {
    display: inline-block;
    transition: 0s;
    text-transform: uppercase;
/*     font-family: MaisonNeueBold; */
	font-family: Engel\&Volkers Text, sans-serif !important;
    font-size: 28px;
    padding: 16px 12px;
}.overlay-content ul li a:hover {
    /* display: inline-block; */
    background: url(img/hover-menu.png) no-repeat;
    background-size: cover;
    background-position: center;
    color: #010101;
}
@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
#overlay ul li{
	transition: 0.5s;
	opacity:0;
	position:relative;
	left: 1200px;
}
#menu-toggle:checked + #myNav #overlay ul li {
 opacity:1;
 left:0px;
}


/* Slider Styling */

.home_slider {
    background-repeat: no-repeat !important;
    text-align: center;
    background-size: cover;
    padding: 50px 0 0;
    min-height: 500px;
    height: 0px;
}
.home_slider h1 {
    line-height: 72px;
    font-size: 51px;
    color: #fff;
    margin: 0;
}

.home_slider h1 span {
    color: #afd02d;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}

.home_slider h2 {
    color: #eb2625;
    text-transform: uppercase;
    margin: 0;
    font-size: 51px;
}
.home_slider p {
    padding: 0 490px;
    margin-top: 10px;
    font-weight: 100;
    color: #fff;
}

.home_slider a {
    transition: 0.5s;
    margin-top: 5px;
    display: inline-block;
    text-decoration: none;
    padding: 9px 42px;
    font-size: 14px;
    color: #fff;
    background: #0a5fac;
    text-transform: uppercase;
}.home_slider a:hover {
    background: #eb2625;
}.menu_bar ul.contact li a {
    transition: 0.75s;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}.menu_bar ul.contact li:last-child a:hover {
    /* margin-left: 20px; */
}
.owl-pagination {
    position: absolute;
    bottom: -55px;
}.owl-pagination .owl-page.active {
    width: 10px;
    margin-left: 115px !important;
    height: 10px;
    margin: 5px;
    background-color: #68b6ea;
    position: relative;
}.owl-pagination .owl-page {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #6e7174;
    border-radius: 10px;
}.owl-pagination .owl-page.active::before {
    content: '';
    position: absolute;
    right:20px;
    top:4px;
    background: #E60000;
    width: 100px;
    height: 2px;
}

/*Inner Styling*/
.inner_header {
    z-index: 0;
    background-attachment: fixed;
    height: 50vh;
    min-height: 581px;
}.inner_header.blog {
    background-image: url(img/blogbanner.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}.inner_header h1 {
    width: 420px;
    font-size: 65px;
    font-weight: 600;
    color: #fff;
    position: fixed;
    top: 250px;
}.inner_header.single {
    background-size: cover;
}
.inner_header.single h1 {
    position: fixed;
    padding: 0;
    width: 1000px;
    /* position: inherit; */
}


/* Footer Styling */
footer {
	border-top: 1px solid #e2e2e2;
	position: relative;
	padding: 20px 0 0;
	background-color: #fff;
}footer .first {
    margin-top: 11px;
}
.copyright {
    margin-top: 15px;
    border-top: 1px solid #e2e2e2;
    padding: 25px 0;
    text-align: center;
}
.overlay ul.contact {
    visibility: hidden;
}
/* Home Styling */
.menu_bar ul.contact {
    position: relative;
    float: right;
    padding: 0;
    list-style: none;
    margin-top: 15px;
    z-index: 10;
}.menu_bar ul.contact li {
    text-align: right;
    line-height: 26px;
    margin-left: 20px;
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
}.menu_bar ul.contact li i {
    cursor: pointer;
    display: block !important;
    transition: 0.75s;
    padding: 20px 22px;
    background: #E60000;
    font-size: 20px;
}
.header {
    /* background-attachment: fixed; */
    height: 100vh;
    padding-top: 230px;
    min-height: 744px;
}.overlay ul {
    margin-top: 28px !important;
    margin-right: 14px;
}.header h1 {
/*     font-family: MaisonNeueLight; */
	font-family: Engel\&Volkers Text, sans-serif !important;
    font-size: 16px;
    position: relative;
    margin: 22px 0;
    color: #fff !important;
}.header button.vc_general, .header a.vc_general {
    height: 68px;
    color: #fff !important;
    font-size: 10px;
    width: 216px;
    background: #E60000 !important;
    border: 0 !important;
}.header::after {
    content: '';
    background-image: url('img/featured-bottom.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 125px;
    z-index: 10000000000;
}.menu_bar a.logo {
    position: relative;
    float: left;
    z-index: 10;
}.overlay a.logo img {
    visibility: hidden;
}.pointx {
    overflow: visible !important;
    /* margin-top: 70%; */
    z-index: 2;
}.pointx .box {
    padding-top: 15px;
}
.pointx .box p {
    margin: 0;
    line-height: 22px;
    font-size: 11px;
}

.pointx .box p b {
    font-weight: bold;
}

.pointx .box p strong {
    color: #000;
    font-size: 18px;
}.pointx .box .bor::after {
    content: '';
    position: absolute;
    border-right: 1px solid #e2e2e2;
    top: 0;
    right: 10px;
    height: 45px;
}.about-section {
    z-index: 2;
    padding: 15px 0;
}

.page h2 {
/*     font-family: MaisonNeueLight; */
	font-family: Engel\&Volkers Text, sans-serif !important;
    position: relative;
    margin: 22px 0;
    color: #000;
    font-size: 16px;
}.page h3 {
    line-height: 70px;
    font-size: 70px;
}
.about-section .about-content {
    padding-right: 60px;
}
.about-section p, .sell-dark-bg p, .sell-light-bg p {
    font-size: 16px;
    text-align: justify;
    margin-bottom: 24px;
}
a.vc_general {
    padding: 25px 0 22px !important;
    transition: 1s !important;
    margin-top: 0;
    height: auto;
    color: #fff !important;
    font-size: 18px !important;
    width: 216px;
    background: #E60000 !important;
    border: 0 !important;
}.calculator-section .box-one {
    padding: 25px 0 0;
    margin: 0 0 25px;
}
.newslettler-section label {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 400;
}
.newslettler-section input {
    height: 57px;
    border: 1px solid #e2e2e2;
    width: 95%;
    padding: 10px 12px;
    margin-top: 10px;
    margin-bottom: 8px;
}
.newslettler-section input.wpcf7-submit {
    height: auto;
    padding: 22px 0 20px !important;
    transition: 0.75s;
    border: 0;
    width: 216px;
    background: #68B6EA;
    color: #fff;
    font-size: 18px;
}
.copyright p {
    margin: 10px 0 0;
    font-weight: 300;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
}.copyright ul li {
    display: inline-block;
}

.copyright ul {
    padding: 0;
    margin: 0;
}

.copyright ul li a i {
    transition: 1s;
    margin: 0 5px;
    font-size: 16px;
    padding: 9px 11px;
    border: 1px solid;
    text-align: center;
    color: #E60000;
}.copyright ul li a i:hover {
    border-radius: 15px;
    transform: scale(1.3);
}.copyright p.right {
    text-align: right;
}footer p {
    text-align: right;
    font-size: 13px;
    font-weight: 600;
    margin: 12px 0 0;
}
footer ul {
    margin-top: 15px;
    padding: 0;
    list-style: none;
}
footer ul li {
    margin: 0 30px;
    display: inline-block;
}
footer ul li a {
    font-weight: 800;
    transition: 0.5s;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
}footer ul li a:hover {
    color: #E60000;
    text-decoration: none;
}footer ul li:last-child, footer .detailSections ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}.testimonial-sec {
    padding-top: 60px;
    min-height: 500px;
}.borderx, .borderx-top {
    position: relative;
}

.borderx::after, .borderx::before, .borderx-top::before {
    content: '';
    background-image: url('img/section-border.png');
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 90px;
    width: 100%;
}.borderx::before, .borderx-top::before {
    transform: rotate(180deg);
    top: 0;
}.calculator-section {
    z-index: 2;
    padding: 40px 0 20px;
    min-height: 1285px;
}.page h2::before, .home .header h1::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background: #000;
    left: -45px;
    top: 5px;
}.home .header h1::before {
    background: #E60000;
}
.calculator-section .box-one .wpb_single_image {
    margin: 0;
}
.calculator-section .box-one h3 {
    margin-bottom: 35px;
    font-size: 24px;
    font-weight: 600;
}div#owl-properties .owl-pagination {
    display: none;
}.index::before {
    content: '';
    background-image: url(img/section-border.png);
    background-size: cover;
    position: absolute !important;
    bottom: 0;
    left: 0;
    height: 126px;
    width: 100%;
}
.home .testimonial-sec  h4::before {
    background: #fff;
}.calculator-section .box-one .borx::after {
    content: '';
    position: absolute;
    top: -20px;
    right: 0;
    height: 100%;
    border-right: 1px solid #e2e2e2;
}

/*Contact Page*/
.address h5 {
    font-size: 18px;
    font-weight: 600;
}.address p {
    font-size: 16px;
}.address {
    padding: 0 0 10px;
}.contact-form label {
    font-size: 14px;
    font-weight: 400;
}

.contact-form input, .contact-form select, .contact-form textarea {
    -webkit-appearance: none !important;
    padding: 14px 12px;
    border: 1px solid #e2e2e2;
    font-size: 14px;
    margin-bottom: 25px;
    width: 100%;
}

.contact-form .wpcf7-submit {
    transition: 0.75s;
    border: 0;
    background: #E60000;
    width: 140px;
    color: #fff;
}div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    clear: both;
    border-color: #E60000;
    font-size: 14px;
}.map {
    margin-top: 80px;
    filter: grayscale(100%);
}.map::after {
    content: '';
    background-image: url(img/section-border.png);
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 126px;
    width: 100%;
}.menu_bar label.tog:hover {
    transform: scale(1.1);
}ul.social {
    list-style: none;
    padding: 0;
}

ul.social li {
    display: inline-block;
}

ul.social li a i {
    margin-right: 7px;
    margin-top: 8px;
    padding: 7px;
    border: 1px solid #E60000;
    color: #E60000;
}

.work-section {
    padding-top: 15px !important;
    min-height: 530px;
}.work-section .points {
}
.page .work-section h4::before {
    background: #69b6eb;
}
.work-section .wpb_text_column {width: 220px;}

.work-section h4 {
/*     font-family: MaisonNeueBold; */
	font-family: Engel\&Volkers Text, sans-serif !important;
    line-height: 27px;
    margin: 5px 0 5px;
    font-size: 18px;
    color: #fff;
}

.work-section p {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}.value-section {
    text-align: center;
    padding: 25px 0;
}
.page .value-section h4::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background: #000;
    right: -45px;
    top: 5px;
}.page h4.dark::before {
    background: #E60000;
}
.page .value-section h4 {
    display: inline;
}.map .wpb_gmaps_widget .wpb_wrapper {
    padding: 0;
}.extra-foot {
    padding-top: 15px;
    min-height: 320px;
}.calculator-section ul.vc_tta-tabs-list li {
    position: relative;
    text-align: center;
    width: 33.2%;
}
.calculator-section ul.vc_tta-tabs-list li a {
    background: #fff !important;
    color: #000 !important;
    padding: 150px 62px 0 !important;
/*     font-family: MaisonNeueBold; */
	font-family: Engel\&Volkers Text, sans-serif !important;
    font-size: 20px;
    min-height: 250px;
    border-radius: 0 !important;
}.calculator-section .vc_tta-panel-body iframe {
    border: 0;
}
.calculator-section .vc_tta-tabs-container {
    margin: 0;
    padding: 0;
}.calculator-section .vc_tta-panel-body {
    padding: 100px 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    border-color: #e2e2e2 !important;
}.calculator-section .vc_tta-panel-body a.go {
    background: #E60000;
}
.calculator-section .vc_tta-panels {
    width: 99.5%;
}.calculator-section li.vc_tta-tab.vc_active a {
    background: #E60000 !important;
    color: #fff !important;
}.calculator-section ul.vc_tta-tabs-list li::before {
    content: '';
    pointer-events: none;
    background-image: url('img/sprite.png');
    background-position: -175px -117px;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 78px;
    height: 84px;
    z-index: 10;
}.calculator-section ul.vc_tta-tabs-list li:nth-child(2)::before {
    width: 84px;
    background-position: -290px -117px;
}

.calculator-section ul.vc_tta-tabs-list li:nth-child(3)::before {
    width: 57px;
    background-position: -54px -117px;
}.calculator-section ul.vc_tta-tabs-list li.vc_tta-tab.vc_active::before {
    background-position: -175px -224px;
}

.calculator-section ul.vc_tta-tabs-list li.vc_tta-tab.vc_active:nth-child(2)::before {
    width: 84px;
    background-position: -290px -218px;
}
.calculator-section ul.vc_tta-tabs-list li.vc_tta-tab.vc_active:nth-child(3)::before {
    width: 57px;
    background-position: -54px -224px;
}.sell-points ul, .buy-points ul {
    padding: 0;
    list-style: none;
}.sell-points ul li, .buy-points ul li {
    display: inline-block;
}

.sell-points ul li a, .buy-points ul li a {
    text-decoration: none;
    position: relative;
    margin: 8px;
/*     font-family: MaisonNeueBold; */
	font-family: Engel\&Volkers Text, sans-serif !important;
    font-size: 18px;
    padding: 30px 59px 30px 109px;
    border: 1px solid #E60000;
    display: block;
    transition: 0.75s;
    cursor: pointer;
}.sell-points ul li:hover a, .buy-points ul li:hover a {
    transform: scale(1.05);
    box-shadow: 0 0 12px 0 #E60000;
}
.sell-points {
    padding: 0;
    text-align: center;
}.sell-points i.icox, .buy-points i.icox {
    position: absolute;
    top: 17px;
    left: 41px;
    background-image: url(img/selling-sprite.png);
    width: 45px;
    height: 50px;
}.sell-points i.icox.one {
    background-position: -182px -312px;
}

.sell-points i.icox.two {
    background-position: -99px -312px;
}

.sell-points  i.icox.three {
    top: 25px;
    background-position: -20px -312px;
    height: 35px;
}

.sell-points i.icox.four {
    background-position: -164px -12px;
}

.sell-points i.icox.five {
    background-position: -247px -12px;
}

.sell-points i.icox.six {
    background-position: -91px -12px;
}

.sell-points i.icox.seven {
    background-position: -22px -12px;
}.buy-points i.icox.one {
    background-position: -18px 63px;
}

.buy-points i.icox.two {
    background-position: -86px 63px;
}

.buy-points i.icox.three {
    background-position: -91px -10px;
}

.buy-points i.icox.six {
    background-position: -20px -8px;
}.buy-points i.icox.four {
    background-position: -150px 60px;
}

.buy-points i.icox.five {
    background-position: -220px 60px;
}.sell-dark-bg {
    min-height: 765px;
    padding: 70px 0 0;
}
.sell-light-bg {
    padding: 0;
}
.page .sell-dark-bg h3, .page .sell-dark-bg h2, .page .sell-dark-bg p {
    color: #fff;
}.sell-dark-bg p {
    padding-right: 65px;
}.content-area {
    padding-top: 110px;
}.sell-light-bg .content-area {
    padding-top: 112px;
    padding-left: 60px;
}.sell-light-bg ul {
    list-style: none;
    padding: 0;
}

.sell-light-bg ul li {
    margin-bottom: 5px;
    position: relative;
}
.text-box {
    margin-top: 105px;
    position: relative;
    text-align: right;
}

.text-box h3 {
    margin: 0 0 10px !important;
    line-height: initial;
    font-size: 20px;
}

.text-box p {
    font-size: 11px;
}

.sell-light-bg ul li::before {
    content: '';
    background: #000;
    position: absolute;
    width: 12px;
    height: 1px;
    top: 8px;
    left: -22px;
}.right .text-box {
    text-align: left;
}.right .text-box.top {
    top: -120px;
    left: -120px;
}
.value-section h3 {
    margin-bottom: 100px;
}
.left .text-box.top {
    top: -120px;
    right: -120px;
}.left .text-box.bottom {
    bottom: -160px;
    right: -120px;
}

.right .text-box.bottom {
    bottom: -160px;
    left: -120px;
}.buy-points {
    text-align: center;
    padding: 0 60px;
}
.blog-box {
    transition: 0.75s;
    position: relative;
    padding: 35px 40px;
    min-height: 246px;
    background-size: cover;
    margin-bottom: 30px;
}
.buy-points ul li a {
    padding: 20px 50px 20px 110px;
    height: 90px;
    text-align: left;
    width: 320px;
}.blog-box h4 {
/*     font-family: MaisonNeueBold; */
	font-family: Engel\&Volkers Text, sans-serif !important;
    text-decoration: none;
    position: relative;
    line-height: 26px;
    top: 80px;
    color: #fff;
    font-size: 18px;
}.blog-box span.date, .blog-box span.author, .blog-boxx .vc_column-inner span.date, .blog-boxx .vc_column-inner span.author {
    color: #fff;
    font-size: 12px;
}
.blog-boxx .vc_column-inner {
    margin: 0 15px 28px;
    width: 95% !important;
    padding: 28px 52px !important;
}
.blog-box span.author, .blog-boxx .vc_column-inner span.author {
    float: right;
}.blog-box span.author a, .vc_column-inner span.author a {
    text-transform: uppercase;
    color: #fff;
    margin-left: 3px;
}ul.categories {
    margin-bottom: 45px;
    padding: 0;
    list-style: none;
}ul.categories li a, .pagination a, .pagination span {
    transition: 0.5s;
    text-decoration: none;
    margin-right: 12px;
    font-weight: bold;
    padding: 8px 22px;
    border: 1px solid #e2e2e2;
    display: inline-block;
}

ul.categories li.active a, ul.categories li.main a, ul.categories li:hover a, .pagination span {
    color: #fff;
    background: #E60000;
}

ul.categories li {
    display: inline-block;
}.pagination a, .pagination span {
    padding: 8px 17px;
    margin-right: 3px;
}.pagination {
    margin-bottom: 80px;
    text-align: center;
    width: 100%;
}.sidebar form.search input {
    font-size: 12px;
    padding: 13px 10px;
    width: 70%;
}

.sidebar form.search button.search-submit {
    transition: 0.75s;
    border: 0;
    width: 22%;
    padding: 13px 0;
    background: #E60000;
    font-size: 14px;
    color: #fff;
}

.sidebar form.search {
    margin: 18px 0;
}

.blogx {
    margin-top: 30px;
    overflow: hidden;
}

.sidebar form.search button.search-submit:hover {
    background: #39a6f1;
}.sidebar ul {
    list-style: none;
    padding: 5px 0;
}

.sidebar ul li {
    padding: 8px 0;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
}.single .blogx span.date, .single .blogx span.author {
    font-size: 12px;
    /* padding: 5px 10px; */
    /* border: 1px solid #E60000; */
}

.single .blogx span.author {
    float: right;
}
.single .blogx h1 a {
    text-decoration: none;
}

.single .blogx .content {
    padding: 40px 0 20px;
}
.single .blogx span.comments, .pointx .bootstrap-realtypress .panel .bx-viewport li.slide .bx-caption span br {
    display: none;
}.single .blogx p.Categorised {
    font-size: 14px;
}

.single .blogx p.Categorised a {
    text-decoration: none;
    color: #0265a9;
}.comments h3#reply-title {
    position: relative;
    text-align: center;
}

.comments h3#reply-title::before, .comments h3#reply-title::after {top: 10px;content: '';background: #E60000;position: absolute;width: 100px;height: 3px;}

.comments h3#reply-title::before {
    left: 165px;
}

.comments h3#reply-title::after {
    right: 165px;
}

.comments label {
    display: block;
    margin-top: 20px;
}

.comments textarea, .comments input {
    padding: 8px 0;
    width: 100%;
}
.comments form {
    padding: 40px;
    margin: 35px 0;
    border: 1px solid #E60000;
}

.comments {
    margin-top: 60px;
}
.comments p.form-submit input {
    width: 200px;
    border: 0;
    color: #fff;
    background: #E60000;
    padding: 12px 22px;
}form .lidd_mc_input, .custom_form_box {
    width: 50%;
    display: inline-block;
    padding: 0 30px;
}
.calculator-section .box-one form {
    padding: 0 25px;
}
form .lidd_mc_input input, form .lidd_mc_input select {
    height: 57px;
    margin-bottom: 6px;
    color: #848484;
    border: 1px solid #e2e2e2;
    font-size: 14px;
    padding: 12px;
}
.buy-points ul li a.single {
    position: relative;
    top: -13px;
    padding-top: 32px;
}
form .lidd_mc_input label, .custom_form_box label.full {
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 100;
}form .lidd_mc_input:last-child {
    width: 100%;
    margin-top: 15px;
}
form .lidd_mc_input input#lidd_mc_submit {
    height: auto;
    font-size: 18px;
    width: 216px;
    transition: 0.75s;
    padding: 22px 0;
    background: #E60000;
    color: #fff;
}
.text-box::before {
    content: '';
    background-image: url('img/Ellipse.png');
    background-repeat: no-repeat;
    position: absolute;
    width: 118px;
    height: 118px;
    transition: 0.75s;
    z-index: 10;
}
.right .text-box.top:hover::before, .left .text-box.top:hover::before, .left .text-box.bottom:hover::before,
.right .text-box.bottom:hover::before, .left .text-box:hover::before, .right .text-box:hover::before
{transform: rotate(360deg);}

.right .text-box.top::before {left: -130px;top: 40px;}

.left .text-box.top::before {
    right: -130px;
    top: 40px;
}.left .text-box.bottom::before {
    top: auto;
    right: -130px;
    bottom: 40px;
}

.right .text-box.bottom::before {
    top: auto;
    left: -130px;
    bottom: 40px;
}

.left .text-box::before {
    right: -130px;
    top: -40px;
}

.right .text-box::before {
    top: -40px;
    left: -130px;
}div#owl-testimonial {
    position: absolute;
    top: 0;
}div#owl-testimonial .box {
    padding: 30px 50px;
    min-height: 270px;
    overflow: hidden;
    background: #fff;
    margin-right: 35px;
}
.calculator-section .box-one .borx:hover img {
    transform: scale(1.3);
}

.calculator-section .box-one .borx img {
    transition: 0.75s;
}
div#owl-testimonial .box p {
    line-height: 22px;
    margin-top: 15px;
    text-align: justify;
    font-size: 14px;
}div#owl-testimonial .box h3 {
    line-height: initial !important;
    font-size: 14px;
}

div#owl-testimonial .box h5 {
    font-size: 12px;
}.blog-section .vc_gitem-zone {
    background-size: contain;
}

.blog-section .vc-gitem-zone-height-mode-auto:before {
    padding-top: 45% !important;
}
button.vc_general:hover, a.vc_general:hover, .newslettler-section input.wpcf7-submit:hover, form .lidd_mc_input input#lidd_mc_submit:hover, .menu_bar ul.contact li i:hover, .contact-form .wpcf7-submit:hover {
    box-shadow: 225px 0 8px #176a75 inset;
}
.resources div#MLCalcShader {
    background: none;
}.resources div#MLCalcHolder, input#menu-toggle {
    display: none;
}.overlay-content ul {
    padding: 0;
    width: 100%;
    margin-top: 75px !important;
}.overlay ul.social {
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}.overlay .row {
    position: relative;
}

.overlay ul.social li a i {
    transition: 0.75s;
    font-size: 24px;
    border: 1px solid #E60000;
    margin: 0;
    padding: 8px;
    color: white;
}.overlay ul.social li a:hover i {
    transform: scale(1.05);
    color: #fff;
    border-color: #fff;
    border-radius: 20px;
}
.page div#MLCalcHolder {
    display:block !important;
}.page .calculator-section div#MLCalcHolder {
	margin: 0 auto;
	right: 0;
	left: 0 !important;
	position: initial;
	display: initial;
}span.wpcf7-not-valid-tip {
    font-size: 12px;
}.header-empty {
    height: 90vh !important;
}
.blog-box::before {
    content: '';
    /* background-color: #0b363cc7; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}.newslettler-section {
    margin-bottom: 0;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    margin: 0;
}.overlay ul.contact li a {
    padding: 6px 0;
    line-height: initial;
    font-size: 16px;
}.overlay ul.contact li br {
    display: none;
}footer .detailSections ul li {
    margin: 0;
    padding: 0 10px;
}footer .center {
    text-align: center;
}.inner_header.blog {
}
#mobile-on, .none {
    display: none;
}.comments input[type="checkbox"], .comments label {
    width: auto;
    margin-right: 10px;
    display: inline-block;
}footer .last {
    text-align: right;
}footer ul li:first-child, footer .detailSections ul li:first-child {
    padding-left: 0;
    margin-left: 0;
}
.pointx::before {
    content: '';
    background-image: url(img/featured-bottom.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -88px;
    left: 0;
    right: 0;
    width: 100%;
    height: 125px;
    z-index: 10;
    display: block !important;
}
.header {
    z-index: 1;
    margin: 0 auto !important;
    left: 0 !important;
    right: 0 !important;
    position: fixed !important;
}.blog-section .blog-box {
    margin-bottom: 30px !important;
}.resource_btn 
 a.vc_general {
    width: 300px;
    border: 1px solid #E60000 !important;
    color: #E60000 !important;
    background: none !important;
    padding: 22px 0 !important;
    position: relative;
    top: -123px;
    right: 89px;
}

.resource_btn a.vc_general:hover {
    color: #fff !important;
    box-shadow: 300px 0 8px #E60000 inset;
}footer .detailSections ul li {
    display: block;
}

footer .detailSections ul li a {
    font-weight: 100;
    font-size: 18px;
}.custom_form_box label.full {
    display: block;
}

.custom_form_box label {
    width: 49%;
}
.copyright ul li {
    margin: 0;
}
.custom_form_box label input {
    margin-right: 10px;
}.blog-border::before {
    content: '';
    background-image: url(img/section-border.png);
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 126px;
    width: 100%;
}
.blog-border {
    background: #fff;
    position: relative;
}.work-section h2::before, .extra-foot h2::before {
    background: #fff;
}
/* Hamburger */

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 2px;
  background-color: #fff;
  margin: 0 0 8px;
  transition: 0.4s;
}.page .sell-dark-bg h2::before {
    background: #fff;
}
.index {
    overflow: visible !important;
    z-index: 2;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}.index::before {
    top: -125px;
}

/* Loading Animation */

#loading-wrapper {
	background: red;
	    background-size: cover;
	background-position: bottom;
  z-index: 100;
	transition:1s;
  position: fixed;
  width: 100%;
  height: 105%;
  left: 0;
  top: 0;
}

#content-wrapper {
  color: #FFF;
  position: fixed;
  left: 0;
  top: 20px;
  width: 100%;
  height: 100%;
}div#loading-content {
    position: relative;
    height: 55vh;
}

div#loading-content img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}.calculator div#fbuilder {
    padding: 0 100px;
}

.calculator h2::before {
    display: none;
}
.calculator-section h3 {
    font-size: 24px;
}.gst-cals {
    text-align: center;
    padding: 40px 70px 0;
}

.gst-cals label {
    display: block;
}

.gst-cals .col-md-6 {
    margin-top: 30px;
    text-align: left;
}

.gst-cals input {
    position: initial !important;
    font-weight: normal;
    height: 57px !important;
    padding: 0 15px;
    font-size: 14px;
    color: #848484;
    border: 1px solid #e2e2e2;
    width: 100%;
}

.gst-cals input#priceGst {
    letter-spacing: 5px;
    font-size: 30px;
    color: #E60000;
    border: 0;
    text-align: center;
}

.gst-cals button {
    margin-top: 30px;
    cursor: pointer;
    float: left;
    font-size: 18px;
    width: 216px;
    transition: 0.75s;
    padding: 22px 0;
    background: #E60000;
    -webkit-appearance: none;
    color: #ffffff;
    border: 0;
    font-weight: bold;
}.gst-cals button:hover {
    box-shadow: 215px 0 0 #176a75 inset;
}.gst-cals .col-md-12:first-child::before {
    content: '';
    background: #E60000;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 25%;
    top: 30px;
}

.gst-cals .col-md-12:first-child::after {
    content: '';
    background: #E60000;
    position: absolute;
    width: 30px;
    height: 2px;
    right: 30%;
    top: 30px;
}.gst-cals .col-md-12 label {
    font-size: 18px;
}
.scrolling_text {
/*     font-family: MaisonNeueBold !important; */
	font-family: Engel\&Volkers Text, sans-serif !important;
    position: fixed;
    top: 0;
    -webkit-animation-name: header-text;
    -webkit-animation-duration: 200;
    -webkit-animation-iteration-count: infinite;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    animation-name: header-text;
    animation-duration: 200s;
    transition: left 300ms linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    font-size: 1020px;
    color: #ffffff21;
}.scrolling_text p {
    line-height: initial;
}.sticky_main {
    position: fixed;
    /* top: 0; */
    z-index: 5;
    padding: 10px 0 85px;
    background-image: url(img/menu-bg.png);
    background-size: cover;
}.gst-cals label.checkbox {
    font-size: 16px;
    margin: 35px 0 0;
    padding-left: 22px;
    float: left;
    text-align: left;
    display: inline-block;
}

.gst-cals label.checkbox input {
    position: relative !important;
    top: -24px;
    float: left;
    height: inherit !important;
    padding: 0;
    width: auto;
}.sticky_main a.logo img {
    width: 165px;
}

.sticky_main ul.contact {
    margin: 0;
}

.sticky_main ul.contact li a {
    font-size: 15px;
}
.sticky_main label.tog {
    top: 22px;
}.sticky_main ul.contact li i {
    font-size: 18px;
    padding: 16px 16px;
}.sticky_main .overlay .closebtn {
    left: 60px;
    top: -24px;
}

/* Property Plugin Styling */

.propertyarea div#rps-result-wrap {
	margin: 50px 0;
}.propertyarea form.result-filter-frm input, .propertyarea form.result-filter-frm select {
    height: 57px !important;
}
.propertyarea form.result-filter-frm 
 input[type="checkbox"] {
    height: auto !important;
}.propertyarea form.result-filter-frm .panel-heading {
    font-size: 24px;
/*     font-family: MaisonNeueBold; */
	font-family: Engel\&Volkers Text, sans-serif !important;
    color: #000;
    background: none;
    border-bottom: 0;
}
.propertyarea form.result-filter-frm .panel.panel-default {
    padding: 30px 25px !important;
}.propertyarea form.result-filter-frm .panel.panel-default .panel-footer {
    background: none;
    border: 0;
}.propertyarea header.result-header a.btn-filter-search-results {
    transition: 0.75s;
    font-size: 18px !important;
    padding: 18px 0 !important;
    background: #E60000 !important;
    border-color: #E60000 !important;
}.propertyarea header.result-header a.btn-filter-search-results:hover, .bootstrap-realtypress .rps-single-listing .rps-contact-form-wrap-h button.btn:hover {
    box-shadow: 355px 0 8px #176a75 inset;
}.propertyarea header.result-header select#sort {
    font-size: 16px;
    height: 63px;
}.propertyarea header.result-header .col-md-8.col-xs-12 .rps-text-center-sm {
    margin: 12px 0;
}
.propertyarea header.result-header .col-md-8.col-xs-12 .rps-text-center-sm a {
    background: none !important;
    border: 0;
    color: #E60000;
    font-size: 32px;
    margin-left: 12px;
}.propertyarea div#rps-result-wrap .listing-container .rps-property-info {
    border: 0;
    padding: 22px 15px;
    background: none;
}
.propertyarea div#rps-result-wrap .rps-property-result {
    border: 1px solid #eaeaea;
}
.propertyarea div#rps-result-wrap .listing-container .rps-property-info a h4, .propertyarea div#rps-result-wrap .listing-container .rps-property-info a {
    text-decoration: none;
    color: #000;
    font-size: 24px;
    margin-bottom: 6px;
}
.propertyarea div#rps-result-wrap .listing-container .rps-property-info .rps-result-features {
    margin-top: 12px;
}

.propertyarea div#rps-result-wrap .listing-container .rps-property-info .rps-result-features span.rps-result-feature-label-sm {
    padding: 0 16px 0 0;
    font-size: 16px;
    font-weight: 400;
    background: none;
    color: #000;
}
.propertyarea div#rps-result-wrap .listing-container .rps-property-info p.city-province-postalcode {
    font-weight: 100 !important;
    font-size: 18px !important;
    color: #000;
}.propertyarea form.result-filter-frm .panel.panel-default button.btn.btn-primary {
    font-size: 20px;
    background: #E60000;
    border-color: #E60000;
    padding: 18px 0;
}
.propertyarea div#rps-result-wrap .rps-property-result span.rps-price {font-weight: 600;color: #000;background: #fff;padding: 15px 18px 0 !important;height: 52px;text-shadow: none;font-size: 30px !important;}
.single-rps_listing ul.breadcrumb {
    padding: 0;
    background: none;
}


.single-rps_listing ul.breadcrumb a {
    color: #000;
    font-size: 18px;
}

.single-rps_listing h1.rps-text-center-sm span {display: none !important;}

.single-rps_listing h1.rps-text-center-sm {
    font-size: 17px;
}.single-rps_listing h1.rps-text-center-sm small {
    font-size: 36px;
    color: #000;
}

.single-rps_listing .rps-single-listing-favorites-wrap {
    display: none;
}

.single-rps_listing .rps-single-listing-social a span {
    font-size: 20px;
    color: #E60000;
}

.single-rps_listing .rps-single-listing-social {
    margin: 0;
    position: relative;
    top: -5px;
}.single-rps_listing .rps-single-listing-social a {
    background: none;
}

.single-rps_listing .rps-single-features span {
    border: 1px solid #000;
    color: #000 !important;
    margin: 12px 5px;
    padding: 10px 26px !important;
    background: none !important;
}

.single-rps_listing h2.rps-pricing {
    margin: 35px 0;
    font-size: 55px;
    color: #000;
    font-weight: 600;
}

.single-rps_listing  p {
    font-size: 16px;
}

.single-rps_listing .bootstrap-realtypress h3 {
    margin: 40px 0 20px;
    font-size: 36px;
    color: #000;
    font-weight: 600;
}
.single-rps_listing .rps-footer, .bootstrap-realtypress .rps-single-listing .rps-contact-form-wrap-h hr {
    display: none;
}
.single-rps_listing table {
    font-size: 18px;
}.single-rps_listing .bootstrap-realtypress .col-sm-6 {
    width: 100%;
}

.single-rps_listing 
 .rps-contact-form-wrap-h {
    margin: 0 auto;
    width: 80%;
    border: 0 !important;
}

.bootstrap-realtypress .rps-single-listing .rps-contact-form-wrap-h h2 {
    font-size: 70px;
    color: #000;
    font-weight: 600;
}

.bootstrap-realtypress .rps-single-listing .rps-contact-form-wrap-h p.text-muted {
    text-transform: uppercase;
    color: #000;
}
.sell-dark-bg.last {
    min-height: 540px;
}
.bootstrap-realtypress .rps-single-listing .rps-contact-form-wrap-h input, .bootstrap-realtypress .rps-single-listing .rps-contact-form-wrap-h textarea {
    height: 56px;
    font-size: 18px;
}
.pointx .bootstrap-realtypress .bx-wrapper {
    padding: 0px 37px !important;
    margin: 0 !important;
}
.rps-listing-carousel .bx-wrapper {
    max-width: 100% !important;
}
.bootstrap-realtypress .rps-single-listing .rps-contact-form-wrap-h  button.btn {
    transition: 0.75s;
    height: 56px;
    border-color: #E60000;
    width: 250px;
    background: #E60000;
    font-size: 18px;
}.pointx .panel.panel-default {
    border: 0;
    margin: 0;
}
.pointx .bootstrap-realtypress .panel .bx-viewport {
    margin: 0 !important;
}

.pointx .bootstrap-realtypress .panel .bx-viewport li.slide {
    transition: 0.75s;
    margin: 0 !important;
    border: 0;
}.pointx .bootstrap-realtypress .panel .bx-viewport li.slide .bx-caption .price {
    font-weight: 600;
    text-align: left;
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 15px;
}
.pointx .bootstrap-realtypress .panel .bx-viewport li.slide .bx-caption span {
    /* line-height: 18px; */
    font-size: 10px;
    color: #000;
    text-shadow: none;
    font-weight: 100;
}

.pointx .bootstrap-realtypress .panel .bx-viewport li.slide .bed_bath {
    width: 60px;
    font-weight: 100;
    line-height: 24px;
    position: absolute;
    background: none;
    border: 0;
    top: 0;
    font-size: 12px !important;
    color: #000;
    left: -77px;
    text-shadow: none;
}
.bootstrap-realtypress .panel .bx-viewport li.slide img {
    margin: 0 !important;
    width: 85px !important;
}.bootstrap-realtypress .panel .bx-viewport li.slide .bx-caption {
    left: 170px;
    display: inline-block;
    overflow: visible !important;
    text-align: left;
    padding-top: 0 !important;
    position: absolute;
    top: 0;
    height: auto !important;
    background: none;
    border: 0;
    width: 38%;
    margin: initial !important;
}.pointx .bootstrap-realtypress .panel .bx-viewport li.slide .bed_bath::after {
    content: '';
    border-right: 1.5px solid #e2e2e2;
    position: absolute;
    right: -4px;
    top: 0;
    height: 100%;
}.rps-result-overlay {
    display: none !important;
}.bootstrap-realtypress .image-holder .rps-ribbon.rps-ribbon-info {
    text-shadow: none;
    border-color: #E60000;
    background: #E60000;
}
.pointx .bootstrap-realtypress .panel .bx-controls-direction a.bx-prev {
    border: 0;
    top: 18px;
    transform: scaleX(-1);
    background: url('img/slider-arrow-right-sm.png') no-repeat !important;
}.pointx .bootstrap-realtypress .panel .bx-controls-direction a.bx-next {
    border: 0;
    top: 18px;
    background: url(img/slider-arrow-right-sm.png) no-repeat !important;
}.pointx .bootstrap-realtypress .panel .bx-viewport li.slide:hover {
    transform: scale(1.05);
}div#owl-testimonial .box img {
    max-width: 70px !important;
    border-radius: 45px;
}.sell-light-bg .vc_empty_space {
    display: none;
}.blog-section .wpb_text_column {
    margin: 0;
}
.pointx .bootstrap-realtypress .panel .bx-controls-direction a.bx-prev {
    border: 0;
    top: 18px;
    transform: scaleX(-1);
    background: url('img/slider-arrow-right-sm.png') no-repeat !important;
}.pointx .bootstrap-realtypress .panel .bx-controls-direction a.bx-next {
    border: 0;
    top: 18px;
    background: url(img/slider-arrow-right-sm.png) no-repeat !important;
}
.pointx .bootstrap-realtypress .panel .bx-viewport li.slide .bed_bath br {
    display: block !important;
}.dlr span {
    font-size: 28px;
    color: #E60000;
}

@media (max-width: 767px){
    .calculator-section h4 a {
    background: red !important;
    text-align: center;
    color: #fff !important;
}
}

/* .KJEOutputLabel{
	color: red !important
}
 */
@-moz-document url-prefix() {
 .gst-cals label.checkbox input {
    margin-top: 26px;
}
}


/* ----------------------------------- */
/* ENGEL VOELKERS HEAD FONT FAMILY     */
/* ----------------------------------- */

/* Bold */
@font-face {
    font-family: 'EngelVoelkersHead';
    src: url('/wp-content/themes/technologist/assets/fonts/ENGELVOELKERSHEAD.TTF') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Regular */
@font-face {
    font-family: 'EngelVoelkersHead';
    src: url('/wp-content/themes/technologist/assets/fonts/ENGELVOELKERSHEAD_RG.TTF') format('truetype');
    font-weight: 400;
    font-style: normal;
}


/* ----------------------------------- */
/* ENGEL VOELKERS TEXT FONT FAMILY     */
/* ----------------------------------- */

/* Text Bold */
@font-face {
    font-family: 'EngelVoelkersText';
    src: url('/wp-content/themes/technologist/assets/fonts/ENGELVOELKERSTEXT.TTF') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Light */
@font-face {
    font-family: 'EngelVoelkersText';
    src: url('/wp-content/themes/technologist/assets/fonts/ENGELVOELKERSTEXT_LT.TTF') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* Text Regular */
@font-face {
    font-family: 'EngelVoelkersText';
    src: url('/wp-content/themes/technologist/assets/fonts/ENGELVOELKERSTEXT_RG.TTF') format('truetype');
    font-weight: 400;
    font-style: normal;
}


..blog-box {
    position: relative;
    background-size: cover!important;
    background-position: center!important;
}

/* overlay using :before (always works) */
.blog-box:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.45); /* overlay color */
    z-index: 1;
}

/* make text visible on top of overlay */
.blog-box span,
.blog-box h4 {
    position: relative;
    z-index: 2;
    color: #fff;
}

