
html,
body {
    min-height: 100%!important;
    height: auto!important
}

.menu-logo {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 24px;
    margin-top: 45px;
    display: inline-block;
    color: #fff;
}

.mobmenu .headertext.logo {
    color: #fff;
    font-size: 16px;
    margin-top: 4px;
    display: inline-block;
    text-transform: uppercase;
}

.et_fixed_nav #main-header {
    background: rgba(0,0,0,0.8);
}
.g-partnersbadge {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 82px;
    width: 220px;
    background-image: url(../images/googlepartner.png);
}

/* Hide WP Mobile Menu outside the width of trigger */
@media only screen and (min-width:982px) {

	.mob_menu, .mob_menu_left_panel, .mob_menu_right_panel, .mobmenu {
		display: none!important;
	}

}

/* Our css Custom Options values */
@media only screen and (max-width:982px) {
	#main-navigation {
		display:none !important;
	}

	.mob-menu-left-panel .mobmenu-left-bt, .mob-menu-right-panel .mobmenu-right-bt {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 24px;
        color: #fff;
	}

	.mob-menu-slideout  .mob-cancel-button{
		display: none;
	}

	.mobmenu, .mob-menu-left-panel, .mob-menu-right-panel {
		display: block;
	}

	.mobmenur-container i {
		color: #ffffff;
	}

	.mobmenul-container i {
		color: #ffffff;
	}
	.mobmenul-container img {
		max-height:  60px;
		float: left;
	}
		.mobmenur-container img {
		max-height:  60px;
		float: right;
	}
	#mobmenuleft li a , #mobmenuleft li a:visited {
		color: #222;

	}
	.mobmenu_content h2, .mobmenu_content h3, .show-nav-left .mob-menu-copyright, .show-nav-left .mob-expand-submenu i {
		color: #222;
	}

	.mobmenu_content #mobmenuleft li:hover, .mobmenu_content #mobmenuright li:hover  {
		background-color: #a3d3e8;
	}

	.mobmenu_content #mobmenuright li:hover  {
		background-color: #a3d3e8;
	}

	.mobmenu_content #mobmenuleft .sub-menu {
		background-color: #eff1f1;
		margin: 0;
		color: #222;
		width: 100%;
		position: initial;
	}
	.mob-menu-left-panel .mob-cancel-button {
		color: #ffffff;
	}
	.mob-menu-right-panel .mob-cancel-button {
		color: #ffffff;
	}
	.mob-menu-slideout-over .mobmenu_content {
		padding-top: 40px;
	}

	.mob-menu-left-bg-holder {
				opacity: 1;
		background-attachment: fixed ;
		background-position: center top ;
		-webkit-background-size:  cover;
		-moz-background-size: cover;
		background-size: cover;
	}
	.mob-menu-right-bg-holder {
				opacity: 1;
		background-attachment: fixed ;
		background-position: center top ;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size:  cover;
	}

	.mobmenu_content #mobmenuleft .sub-menu a {
		color: #222;
	}

	.mobmenu_content #mobmenuright .sub-menu  a{
		color: #222;
	}
	.mobmenu_content #mobmenuright .sub-menu .sub-menu {
		background-color: inherit;
	}

	.mobmenu_content #mobmenuright .sub-menu  {
		background-color: #eff1f1;
		margin: 0;
		color: #222 ;
		position: initial;
		width: 100%;
	}

	#mobmenuleft li a:hover {
		color: #fff ;

	}

	#mobmenuright li a , #mobmenuright li a:visited, .show-nav-right .mob-menu-copyright, .show-nav-right .mob-expand-submenu i {
		color: #ffffff;
	}

	#mobmenuright li a:hover {
		color: #fff;
	}

	.mobmenul-container {
		top: 5px;
		margin-left: 5px;
	}

	.mobmenur-container {
		top: 25px;
		margin-right: 40px;
	}

	/* 2nd Level Menu Items Padding */
	.mobmenu .sub-menu li a {
		padding-left: 50px;
	}

	/* 3rd Level Menu Items Padding */
	.mobmenu .sub-menu .sub-menu li a {
		padding-left: 75px;
	}


	.mob-menu-logo-holder {
		padding-top: 0px;
		text-align: left;
		margin-left:20px;;
		;
	}

	.mob-menu-header-holder {

		background-color: #262626;
		height: 60px;
		width: 100%;
		font-weight:bold;
		position:fixed;
		top:0px;
		right: 0px;
		z-index: 99998;
		color:#000;
		display: block;
	}

	.mobmenu-push-wrap, body.mob-menu-slideout-over {
		padding-top: 60px;
	}
		.mob-menu-slideout 	.mob-menu-left-panel {
		background-color:#f9f9f9;;
		width: 270px;
		-webkit-transform: translateX(-270px);
		-moz-transform: translateX(-270px);
		-ms-transform: translateX(-270px);
		-o-transform: translateX(-270px);
		transform: translateX(-270px);
	}

	.mob-menu-slideout .mob-menu-right-panel {
		background-color:#262626;		width: 270px;
		-webkit-transform: translateX( 270px );
		-moz-transform: translateX( 270px );
		-ms-transform: translateX( 270px );
		-o-transform: translateX( 270px );
		transform: translateX( 270px );
	}

	/* Will animate the content to the right 275px revealing the hidden nav */
	.mob-menu-slideout.show-nav-left .mobmenu-push-wrap, .mob-menu-slideout.show-nav-left .mob-menu-header-holder {

		-webkit-transform: translate(270px, 0);
		-moz-transform: translate(270px, 0);
		-ms-transform: translate(270px, 0);
		-o-transform: translate(270px, 0);
		transform: translate(270px, 0);
		-webkit-transform: translate3d(270px, 0, 0);
		-moz-transform: translate3d(270px, 0, 0);
		-ms-transform: translate3d(270px, 0, 0);
		-o-transform: translate3d(270px, 0, 0);
		transform: translate3d(270px, 0, 0);
	}

	.mob-menu-slideout.show-nav-right .mobmenu-push-wrap , .mob-menu-slideout.show-nav-right .mob-menu-header-holder {

		-webkit-transform: translate(-270px, 0);
		-moz-transform: translate(-270px, 0);
		-ms-transform: translate(-270px, 0);
		-o-transform: translate(-270px, 0);
		transform: translate(-270px, 0);

		-webkit-transform: translate3d(-270px, 0, 0);
		-moz-transform: translate3d(-270px, 0, 0);
		-ms-transform: translate3d(-270px, 0, 0);
		-o-transform: translate3d(-270px, 0, 0);
		transform: translate3d(-270px, 0, 0);
	}


	/* Mobmenu Slide Over */
	.mobmenu-overlay {
		opacity: 0;
	}

	.mob-menu-slideout-top .mobmenu-overlay, .mob-menu-slideout .mob-menu-right-panel .mob-cancel-button, .mob-menu-slideout .mob-menu-left-panel .mob-cancel-button {
		display: none!important;
	}

	.show-nav-left .mobmenu-overlay, .show-nav-right .mobmenu-overlay {
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.83);
		z-index: 99999;
		position: absolute;
		left: 0;
		top: 0;
		opacity: 1;
		-webkit-transition: .5s ease;
		-moz-transition: .5s ease;
		-ms-transition: .5s ease;
		-o-transition: .5s ease;
		transition: .5s ease;
		position: fixed;
		cursor: pointer;
	}

	.mob-menu-slideout-over .mob-menu-left-panel {
		display: block!important;
		background-color:#f9f9f9;;
		width: 270px;
		-webkit-transform: translateX(-270px);
		-moz-transform: translateX(-270px);
		-ms-transform: translateX(-270px);
		-o-transform: translateX(-270px);
		transform: translateX(-270px);
		-webkit-transition: -webkit-transform .5s;
		-moz-transition: -moz-transform .5s;
		-ms-transition: -ms-transform .5s;
		-o-transition: -o-transform .5s;
		transition: transform .5s;
	}

	.mob-menu-slideout-over .mob-menu-right-panel {
		display: block!important;
		background-color:#262626;;
		width:  270px;
		-webkit-transform: translateX(270px);
		-moz-transform: translateX(270px);
		-ms-transform: translateX(270px);
		-o-transform: translateX(270px);
		transform: translateX(270px);
		-webkit-transition: -webkit-transform .5s;
		-moz-transition: -moz-transform .5s;
		-ms-transition: -ms-transform .5s;
		-o-transition: -o-transform .5s;
		transition: transform .5s;
	}

	.mob-menu-slideout-over.show-nav-left .mob-menu-left-panel {
		display: block!important;
		background-color:#f9f9f9;;
		width:  270px;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: -webkit-transform .5s;
		-moz-transition: -moz-transform .5s;
		-ms-transition: -ms-transform .5s;
		-o-transition: -o-transform .5s;
		transition: transform .5s;
	}

	.show-nav-right.mob-menu-slideout-over .mob-menu-right-panel {
		display: block!important;
		background-color:#262626;		width:  270px;
		-webkit-transform: translateX( 0 );
		-moz-transform: translateX( 0 );
		-ms-transform: translateX( 0 );
		-o-transform: translateX(0 );
		transform: translateX( 0 );
	}

	/* Hides everything pushed outside of it */
	.mob-menu-slideout .mob-menu-left-panel, .mob-menu-slideout-over .mob-menu-left-panel  {
		position: fixed;
		top: 0;
		height: 100%;
		z-index: 300000;
		overflow-y: auto;
		overflow-x: hidden;
		opacity: 1;
	}


	.mob-menu-slideout .mob-menu-right-panel, .mob-menu-slideout-over .mob-menu-right-panel {
		position: fixed;
		top: 0;
		right: 0;
		height: 100%;
		z-index: 300000;
		overflow-y: auto;
		overflow-x: hidden;
		opacity: 1;

	}

	/*End of Mobmenu Slide Over */

	.mobmenu .headertext {
		color: #222;
	}

	.headertext span {
		position: absolute;
		line-height: 60px;
	}


	/* Adds a transition and the resting translate state */
	.mob-menu-slideout .mobmenu-push-wrap, .mob-menu-slideout .mob-menu-header-holder {

		-webkit-transition: -webkit-transform .5s;
		-moz-transition: -moz-transform .5s;
		-ms-transition: -ms-transform .5s;
		-o-transition: -o-transform .5s;
		transition: transform .5s;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);

	}

	/* Mobile Menu Frontend CSS Style*/
	html, body {
		overflow-x: hidden;
	}

	.hidden-overflow {
		overflow: hidden!important;
	}

	/* Hides everything pushed outside of it */
	.mob-menu-slideout .mob-menu-left-panel {
		position: fixed;
		top: 0;
		height: 100%;
		z-index: 300000;
		overflow-y: auto;
		overflow-x: hidden;
		opacity: 1;
		-webkit-transition: -webkit-transform .5s;
		-moz-transition: -moz-transform .5s;
		-ms-transition: -ms-transform .5s;
		-o-transition: -o-transform .5s;
		transition: transform .5s;
	}

	.mob-menu-slideout.show-nav-left .mob-menu-left-panel {
		transition: transform .5s;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}

	body.admin-bar .mobmenu {
		top: 32px;
	}

	@media screen and ( max-width: 782px ){
		body.admin-bar .mobmenu {
			top: 46px;
		}
	}

	.mob-menu-slideout .mob-menu-right-panel {
		position: fixed;
		top: 0;
		right: 0;
		height: 100%;
		z-index: 300000;
		overflow-y: auto;
		overflow-x: hidden;
		opacity: 1;
		-webkit-transition: -webkit-transform .5s;
		-moz-transition: -moz-transform .5s;
		-ms-transition: -ms-transform .5s;
		-o-transition: -o-transform .5s;
		transition: transform .5s;
	}

	.mob-menu-slideout.show-nav-right .mob-menu-right-panel {
		transition: transform .5s;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}

	.show-nav-left .mobmenu-push-wrap {
		height: 100%;
	}

	/* Will animate the content to the right 275px revealing the hidden nav */
	.mob-menu-slideout.show-nav-left .mobmenu-push-wrap, .show-nav-left .mob-menu-header-holder {
		-webkit-transition: -webkit-transform .5s;
		-moz-transition: -moz-transform .5s;
		-ms-transition: -ms-transform .5s;
		-o-transition: -o-transform .5s;
		transition: transform .5s;
	}

	.show-nav-right .mobmenu-push-wrap {
		height: 100%;
	}

	/* Will animate the content to the right 275px revealing the hidden nav */
	.mob-menu-slideout.show-nav-right .mobmenu-push-wrap , .mob-menu-slideout.show-nav-right .mob-menu-header-holder{
		-webkit-transition: -webkit-transform .5s;
		-moz-transition: -moz-transform .5s;
		-ms-transition: -ms-transform .5s;
		-o-transition: -o-transform .5s;
		transition: transform .5s;
	}

	.widget img {
		max-width: 100%;
	}

	#mobmenuleft, #mobmenuright {
		margin: 0;
		padding: 0;
	}

	#mobmenuleft li > ul {
		display:none;
		left: 15px;
	}

	.mob-expand-submenu {
		position: relative;
		right: 0px;
		float: right;
		margin-top: -50px;
	}

	.mob-expand-submenu i {
		padding: 12px;
	}

	#mobmenuright  li > ul {
		display:none;
		left: 15px;
	}

	.rightmbottom, .rightmtop {
		padding-left: 10px;
		padding-right: 10px;
	}

	.mobmenu_content {
		z-index: 1;
		height: 100%;
		overflow: auto;
	}

	.mobmenu_content li a {
		display: block;
		letter-spacing: 1px;
		padding: 10px 20px;
		text-decoration: none;
	}

	.mobmenu_content li {
		list-style: none;
	}
	.mob-menu-left-panel li, .leftmbottom, .leftmtop{
		padding-left: 0%;
		padding-right: 0%;
	}

	.mob-menu-right-panel li, .rightmbottom, .rightmtop{
		padding-left: 5%;
		padding-right: 5%;
	}

	.mob-menu-slideout .mob_menu_left_panel_anim {
		-webkit-transition: all .30s ease-in-out !important;
		transition: all .30s ease-in-out !important;
		transform: translate(0px) !important;
		-ms-transform: translate(0px) !important;
		-webkit-transform: translate(0px) !important;
	}

	.mob-menu-slideout .mob_menu_right_panel_anim {
		-webkit-transition: all .30s ease-in-out !important;
		transition: all .30s ease-in-out !important;
		transform: translate(0px) !important;
		-ms-transform: translate(0px) !important;
		-webkit-transform: translate(0px) !important;
	}

	.mobmenul-container {
		position: absolute;
	}

	.mobmenur-container {
		position: absolute;
		right: 0px;
	}

	.mob-menu-slideout .mob_menu_left_panel {
		width: 230px;
		height: 100%;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 99999999;
		transform: translate(-230px);
		-ms-transform: translate(-230px);
		-webkit-transform: translate(-230px);
		transition: all .30s ease-in-out !important;
		-webkit-transition: all .30s ease-in-out !important;
		overflow:hidden;
	}

	.leftmbottom h2 {
		font-weight: bold;
		background-color: transparent;
		color: inherit;
	}

	.show-nav-right .mobmenur-container img, .show-nav-left .mobmenul-container img,  .mobmenu .mob-cancel-button, .show-nav-left .mobmenu .mob-menu-icon, .show-nav-right .mobmenu .mob-menu-icon, .mob-menu-slideout-over.show-nav-left .mobmenur-container, .mob-menu-slideout-over.show-nav-right .mobmenul-container  {
		display:none;
	}

	.show-nav-left .mobmenu .mob-cancel-button,  .mobmenu .mob-menu-icon, .show-nav-right .mobmenu .mob-cancel-button {
		display:block;
	}

	.mobmenul-container i {
		line-height: 30px;
		font-size: 30px;
		float: left;
	}
	.left-menu-icon-text {
		float: left;
		line-height: 30px;
		color: #222;
	}

	.right-menu-icon-text {
		float: right;
		line-height: 30px;
		color: #222;
	}

	.mobmenur-container i {
		line-height: 30px;
		font-size: 30px;
		float: right;
	}

	.mobmenu_content .widget {
		padding-bottom: 0px;
		padding: 20px;
	}

	.mobmenu input[type="text"]:focus, .mobmenu input[type="email"]:focus, .mobmenu textarea:focus, .mobmenu input[type="tel"]:focus, .mobmenu input[type="number"]:focus {
		border-color: rgba(0, 0, 0, 0)!important;
	}

	.mob-expand-submenu i {
		padding: 12px;
		top: 10px;
		position: relative;
		font-weight: 600;
		cursor: pointer;
	}

	.nav, .main-navigation, .genesis-nav-menu, #main-header, #et-top-navigation, .site-header, .site-branding, .ast-mobile-menu-buttons, .hide {
		display: none!important;
	}

	.mob-menu-left-bg-holder, .mob-menu-right-bg-holder {
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: -50;
		background-repeat: no-repeat;
		top: 0;
		left: 0;
	}

	.mobmenu_content .sub-menu {
		display: none;
	}

	.mob-standard-logo {
		display: inline-block;
		height:30px!important;	}

	.mob-retina-logo {
		height:30px!important;	}
}
.mobmenu-push-wrap {
	height:100%;
}
.no-menu-assigned {
	font-size: 12px;
	padding-left: 10px;
	margin-top: 20px;
	position: absolute;
}

.spu-box,
.spu-box * {
    box-sizing: border-box
}

.spu-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 99999
}

.spu-box:before,
.spu-box:after {
    content: "";
    display: table
}

.spu-box:after {
    clear: both
}

.spu-box {
    zoom: 1
}

.spu-box {
    position: fixed;
    z-index: 999999;
    margin: 10px;
    max-width: 100%
}

.spu-box.spu-centered {
    margin: 0
}

.spu-box img {
    max-width: 100%;
    height: auto
}

.spu-box.spu-top-left {
    top: 0;
    left: 0;
    bottom: auto;
    right: auto
}

.spu-box.spu-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto
}

.spu-box.spu-bottom-left {
    bottom: 0;
    left: 0;
    top: auto;
    right: auto
}

.spu-box.spu-bottom-right {
    bottom: 0;
    right: 0;
    top: auto;
    left: auto
}

.spu-content>*:first-child {
    margin-top: 0;
    padding-top: 0
}

.spu-content>*:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.spu-close {
    position: absolute;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    line-height: 1
}

.spu-close.top_right {
    right: 8px;
    top: 5px
}

.spu-close.top_left {
    left: 8px;
    top: 5px
}

.spu-close.bottom_right {
    right: 8px;
    bottom: 5px
}

.spu-close.bottom_left {
    left: 8px;
    bottom: 5px
}

p.spu-powered {
    position: absolute;
    bottom: -55px;
    width: 100%;
    text-align: center;
    color: #fff;
    left: 0
}

p.spu-powered a {
    color: #ccc;
    text-decoration: underline
}

.spu-close:hover,
.spu-close:focus {
    text-decoration: none;
    cursor: pointer
}

.spu-shortcode {
    float: left;
    line-height: normal!important
}

.spu-facebook-page {
    text-align: center;
    display: block
}

.spu-shortcode iframe {
    max-width: 1200px
}

.spu_shortcodes {
    zoom: 1
}

.spu-content .wysija-msg li {
    list-style: none
}

.spu_shortcodes:before,
.spu_shortcodes:after {
    content: "";
    display: table
}

.spu_shortcodes:after {
    clear: both
}

@font-face {
    font-family: spufont;
    src: url(fonts/spufont.eot?sze5my);
    src: url(fonts/spufont.eot?#iefixsze5my) format('embedded-opentype'), url(fonts/spufont.woff?sze5my) format('woff'), url(fonts/spufont.ttf?sze5my) format('truetype'), url(fonts/spufont.svg?sze5my#spufont) format('svg');
    font-weight: 400;
    font-style: normal
}

[class^=spu-icon-],
[class*=" spu-icon-"] {
    font-family: spufont;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.spu-icon-envelope:before {
    content: "\f003"
}

.spu-icon-check:before {
    content: "\f00c"
}

.spu-icon-close:before {
    content: "\f00d"
}

.spu-icon-eye:before {
    content: "\f06e"
}

.spu-icon-gears:before {
    content: "\f085"
}

.spu-icon-angle-up:before {
    content: "\f106"
}

.spu-icon-angle-down:before {
    content: "\f107"
}

.spu-icon-spinner:before {
    content: "\f110"
}

.spu-spinner {
    -webkit-animation: spu-rotate 1s infinite linear;
    -moz-animation: spu-rotate 1s infinite linear;
    -o-animation: spu-rotate 1s infinite linear;
    margin: 5px;
    display: none
}

.spu-box.spu-top-bar,
.spu-box.spu-bottom-bar {
    margin: 0;
    width: 100%!important;
    padding: 10px 30px!important;
    border-left: none!important;
    border-right: none!important;
    border-radius: 0;
    position: fixed;
    box-shadow: none;
    z-index: 1000
}

.spu-box.spu-top-bar.with-spu-gdpr {
    padding-bottom: 40px!important
}

.spu-box.spu-top-bar {
    top: 0;
    border-top: none!important
}

.spu-box.spu-bottom-bar {
    bottom: 0;
    border-bottom: none!important
}

.spu-box.spu-top-bar h1,
.spu-box.spu-top-bar h2,
.spu-box.spu-top-bar h3,
.spu-box.spu-top-bar h4,
.spu-box.spu-top-bar h5,
.spu-box.spu-top-bar h6,
.spu-box.spu-top-bar p,
.spu-box.spu-bottom-bar h1,
.spu-box.spu-bottom-bar h2,
.spu-box.spu-bottom-bar h3,
.spu-box.spu-bottom-bar h4,
.spu-box.spu-bottom-bar h5,
.spu-box.spu-bottom-bar h6,
.spu-box.spu-bottom-bar p {
    margin: 0
}

@keyframes spu-rotate {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spu-rotate {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@-moz-keyframes spu-rotate {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@-o-keyframes spu-rotate {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@media only screen and (max-width:620px) {
    .spu-box.taller-than-viewport {
        left: 0!important;
        top: 100px!important;
        position: absolute!important
    }
    .spu-box {
        margin: 0
    }
}

@font-face {
    font-family: modreg;
    src: url(/wp-content/themes/Divi-child-theme/Sk-Modernist-Regular.otf)
}

@font-face {
    font-family: modregbold;
    src: url(/wp-content/themes/Divi-child-theme/Sk-Modernist-Bold.otf)
}

#video-blc > span > video {
    height: 100%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

h1,
h2,
h3,
h4 {
    font-family: modregbold, Arial, sans-serif
}

body {
    font-family: modreg, Arial, sans-serif
}

.page-id-698 #top-menu li a:before,
.page-id-788 #top-menu li a:before {
    display: none!important
}

.pum-theme-828 .pum-content+.pum-close,
.pum-theme-lightbox .pum-content+.pum-close {
    color: #000!important;
    font-size: 49px!important;
    right: 31px!important;
    top: 38px!important
}

.pum-theme-828 .pum-container,
.pum-theme-lightbox .pum-container {
    background-color: transparent!important;
    border: none!important
}

.my-cont-sec .txt img {
    height: 50px
}

.m-juice-m img {
    padding-top: 5px
}

#top-menu .current-menu-item a::before,
#top-menu .current_page_item a::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0
}

#top-menu li a:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: 68px;
    background: #ff44a4;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

#main-header .logo_container #logo {
    max-height: 38px
}

#top-menu .active a:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 0;
    bottom: 68px;
    background: #ff44a4;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.et-fixed-header #top-menu li a:before {
    bottom: 55px
}

#top-menu li a:hover {
    opacity: 1!important
}

#top-menu li a:hover:before {
    right: 0
}

#top-menu li li a:before {
    bottom: 10%
}

.my-cont-sec {
    position: relative;
    width: 100%
}

.img {
    display: block;
    width: 100%;
    height: auto
}

.page-id-698 #header-txt-sec h5 {
    line-height: 30px
}

#app-one h5,
#app-two h5,
#app-three h5 {
    padding-top: 30px
}

.ovr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #000;
    opacity: .6
}

#pum-833 {}

.my-cont .ovr {
    opacity: 1;
    background-color: #e23b90
}

.my-cont,
.my-cont-sec {
    display: block
}

.eModal-1:before {
    content: "Scroll";
    position: absolute
}

.wpcf7-form .wpcf7-text {
    line-height: 18px;
    padding: 9px 2px;
    width: 100%
}

.wpcf7-form .wpcf7-textarea {
    width: 100%
}

.my-div {
    background: #000;
    width: 100%;
    height: 935px;
    z-index: 9999;
    opacity: .2
}

.pum-close {
    box-shadow: none!important
}

.white-square:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 122px;
    top: -61px;
    left: 197px;
    background: linear-gradient( to bottom, #fff 0%, #FFF 50%, #000 50%, #000 100%)
}

.my-cont:hover .ovr {}

.wpcf7-submit {
    line-height: 18px;
    padding: 9px 2px;
    width: 100%;
    color: #fff;
    border: 1px solid #ff44a4;
    background: #ff44a4;
    font-size: 16px;
    letter-spacing: 2px
}

.my-cont-sec .img {}

.my-cont-sec:hover .ovr {
    opacity: .8;
    background-color: #ea4139
}

.my-txt h5 {
    line-height: 36px!important
}

#img-sec-c {
    display: none
}

.txt hr {
    width: 50px;
    height: 2px;
    color: #fff
}

.et-fixed-header #logo {
    max-height: 56%
}

.ul-f {
    padding-left: 20px
}

.ul-f li {
    padding-bottom: 20px;
    font-size: 17px;
    padding-left: 26px
}

.ul-f li strong {
    color: #595959
}

#rev-blck h3 strong {
    font-size: 25px
}

.f-col .my-d,
.s-col .my-d,
.t-col .my-d {
    border-top: 2px solid #ff44a4!important;
    padding-top: 35px
}

.white-square {
    height: 98px;
    width: 69.5%;
    background: #f7f7f7!important;
    margin-top: -97px
}

.txt {
    color: #fff;
    font-size: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    opacity: 1!important;
    z-index: 99
}

.txt h4 {
    padding-top: 45px;
    border-top: 2px solid #000;
    font-size: 36px;
    color: #fff
}

.my-cont .img {
    opacity: 0
}

#main-header #et-top-navigation {
    padding-top: 53px!important
}

.logo_container #logo {
    max-height: 40%
}

#page-container .et-fixed-header {
    height: 70px
}

#page-container .et-fixed-header #et-top-navigation {
    padding-top: 28px!important
}

#page-container .et-fixed-header #logo {
    max-height: 50%
}

#top-menu li::before {
    width: 2px;
    height: 10px
}

.et_pb_text_13 h5 {
    display: none
}

#get-s {
    background-size: 100%
}

#footer-widgets {
    padding-top: 0
}

.footer-widget {
    margin-bottom: 0!important
}

.mobile_menu_bar::before,
#top-menu-nav>ul>li>a:hover {
    color: #ff44a4!important;
    opacity: 1
}

.page-id-698 .et_pb_section_5 {
    padding-bottom: 220px
}

@media only screen and (max-width:2560px) {
    #ser-app .et_pb_text_0::before {
        left: 446px
    }
}

#footer-widgets .footer-widget:last-child {
    display: flex;
    justify-content: flex-end
}

@media only screen and (max-width:1920px) {
    #ser-app .et_pb_text_0::before {
        left: 510px
    }
}

@media only screen and (max-width:1800px) {
    #ser-app {
        max-height: 1680px
    }
}

@media only screen and (max-width:1680px) {
    #ser-app .et_pb_text_0::before {
        left: 533px
    }
    #logo {
        padding-left: 105px
    }
    #page-container .et-fixed-header #et-top-navigation {
        padding-top: 30px!important
    }
    #t-focus-r {
        max-height: 510px!important
    }
    .pum-theme-828 .pum-content+.pum-close,
    .pum-theme-lightbox .pum-content+.pum-close {
        right: -21px!important
    }
}

@media only screen and (max-width:1560px) {
    #ser-app {
        max-height: 1580px
    }
    #t-focus-r {
        max-height: 435px!important
    }
    .pum-theme-828 .pum-content+.pum-close,
    .pum-theme-lightbox .pum-content+.pum-close {
        right: -58px!important
    }
}

@media only screen and (max-width:1440px) {
    .pum-theme-828 .pum-content+.pum-close,
    .pum-theme-lightbox .pum-content+.pum-close {
        right: -93px!important
    }
    #post-342 #sec-alw {
        padding-top: 130px
    }
    .post-698 #m-vid-blc {
        padding-top: 235px
    }
    #sec-alw h5 {
        opacity: .5
    }
    .post-788 #ser-app {
        max-height: 1555px
    }
    .page-id-342 #header-row,
    .page-id-342 #header-row-cs,
    .page-id-698 #header-row-cs,
    .page-id-698 #header-row {
        min-height: auto
    }
    .page-id-342 .my-div,
    .page-id-698 .my-div {
        height: 755px!important
    }
    .page-id-788 #ser-app .et_pb_text_0::before {
        top: -187px
    }
    #ser-app .et_pb_text_0::before {
        top: -142px;
        left: 530px
    }
    #app-one .et_pb_text_4 h3,
    #app-two .et_pb_text_6 h3,
    #app-three .et_pb_text_8 h3 {
        font-size: 26px
    }
    #sec-alw .et_pb_text_13::before {
        left: 46%
    }
    .page-id-342 #m-vid-blc {
        padding-top: 95px
    }
    #header-txt h1,
    #row-app h2 {
        font-size: 88px;
        line-height: 1.25
    }
    #s-col-foc h2 {
        font-size: 88px
    }
    #header-row-cs {
        padding-left: 225px
    }
    #t-focus-r img {
        min-height: 380px
    }
    #ser-app {
        max-height: 1435px
    }
    #app-sec {
        padding-bottom: 205px
    }
    #ser-hd .et_pb_text_9::before,
    #s-row-h .et_pb_text_10::before {
        left: 43%
    }
    #get-s {
        padding: 50px 0;
        height: 153px
    }
    #header-txt {
        width: 275%
    }
    .white-square {
        width: 68%
    }
    #logo {
        padding-left: 84px
    }
    #m-vid-blc .et_pb_text_1 {
        padding-bottom: 82px!important
    }
    .white-square::before {
        left: 153px
    }
    #row-app {
        padding-left: 225px
    }
    #t-focus-r {
        padding-top: 75px;
        padding-left: 10%
    }
    #t-focus-r {
        max-height: 385px!important
    }
    #t-focus-r img {
        max-width: 510px
    }
}

@media only screen and (max-width:1366px) {
    #ser-app .et_pb_text_0::before {
        left: 462px
    }
    .page-id-788 .white-square::before {
        left: 27px
    }
    .pum-theme-828 .pum-content+.pum-close,
    .pum-theme-lightbox .pum-content+.pum-close {
        right: -116px!important
    }
}

@media only screen and (max-width:1367px) {
    .page-id-342 .white-square::before {
        left: 28px
    }
    #get-s {
        height: 145px
    }
    #header-row-cs {
        padding-left: 100px
    }
    #s-row-h {
        padding-top: 350px
    }
    #row-app {
        padding-left: 10%
    }
}

@media only screen and (max-width:1281px) {
    .post-698 #m-vid-blc {
        padding-top: 235px
    }
    #post-342 #ser-app {
        max-height: 1345px
    }
    #post-342 #s-row-h {
        padding-top: 250px
    }
    .post-788 #ser-app {
        max-height: 1420px
    }
    .page-id-342 .white-square::before {
        left: 59px
    }
    .page-id-342 .my-div {
        height: 805px!important
    }
    .page-id-788 #m-vid-blc {
        width: 48%!important
    }
    .page-id-788 #ser-app .et_pb_text_0::before {
        left: 496px;
        top: -188px
    }
    .page-id-698 #s-row-h {
        padding-top: 50px
    }
    #rev-txt-blc {
        padding-top: 100px
    }
    .white-square {
        display: block
    }
    .white-square::before {
        left: 57px
    }
    #m-vid-blc .et_pb_text_1::before {
        left: -69px
    }
    #app-one h5,
    #app-two h5,
    #app-three h5 {
        line-height: 1.5em
    }
}

@media only screen and (max-width:1260px) {
    #t-focus-r img {
        max-width: 100%
    }
    #ser-app {
        max-height: none
    }
    #logo {
        padding-left: 0
    }
}

@media only screen and (max-width:1161px) {
    #header-txt h1,
    #row-app h2 {
        font-size: 70px
    }
}

@media only screen and (max-width:1078px) {
    #t-focus-r .et_pb_column_27 {
        margin-right: 5.6%!important
    }
    #ser-app .et_pb_text_0::before {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .et_pb_text_13 h5 {
        display: block;
        padding-top: 65px
    }
    .et_pb_column_27 {
        margin-right: 6%!important
    }
    .et_pb_text_14:before {
        display: none
    }
    #app-one,
    #app-two,
    #app-three {
        margin-top: 0
    }
    #row-app .et_pb_text_2::before,
    #s-col-foc .et_pb_text_11::before {
        display: none
    }
    #m-vid-blc {
        padding-top: 150px
    }
    #main-header #et-top-navigation {
        padding-top: 32px!important
    }
    #page-container .et-fixed-header #et-top-navigation {
        padding-top: 7px!important
    }
    .footer-widget .et-social-icon a {
        font-size: 35px
    }
    #m-vid-blc h1 {
        font-size: 55px
    }
    #s-row-h {
        padding-top: 50px
    }
    #s-row-h .et_pb_text_10::before {
        left: 40%
    }
    #s-focus-r {
        padding-right: 20px
    }
    #s-focus-r h2 {
        text-align: center
    }
    #s-col-foc {
        margin-top: 0!important
    }
    #t-focus-r {
        padding-left: 64px
    }
    #sec-alw {
        padding-top: 105px
    }
    #t-focus-r .et_pb_column_24 {
        margin-right: 75px!important
    }
}

@media only screen and (max-width:980px) {
    .page-id-698 .et_pb_section_7 .et_pb_row_11 .et_pb_image_3 {
        margin-left: 0!important
    }
    .page-id-698 .et_pb_row_12.et_pb_row {
        margin-top: 15px!important
    }
    .page-id-698 .et_pb_section_5 .et_pb_row_7 {
        padding-top: 0
    }
    .post-698 .et_pb_section_5 h2 {
        text-align: left
    }
    .page-id-698 .et_pb_section_5 {
        padding-bottom: 100px
    }
    .post-788 #video-blc {
        display: none
    }
    .et_pb_text_16 h5 {
        padding-top: 65px
    }
    #f-focus-r {
        padding-left: 70px;
        padding-right: 70px
    }
    .mob-menu-logo-holder {
        margin-top: 17px;
        margin-left: 100px!important
    }
    .mobmenu .mobmenur-container {
        margin-right: 99px
    }
    #t-focus-r .et_pb_column_1_2 {
        max-width: 100%
    }
    #t-focus-r h5 {
        text-align: center
    }
    #t-focus-r {
        padding-right: 64px
    }
    #t-focus-r .et_pb_image_6 {
        padding-right: 0
    }
}

@media only screen and (max-width:769px) {
    #post-342 .entry-content #ser-app {
        max-height: none!important
    }
}

@media only screen and (max-width:768px) {
    #t-focus-r {
        padding-top: 0
    }
    #post-342 .entry-content #ser-app {
        max-height: none!important
    }
    #post-342 #s-row-h {
        padding-top: 55px
    }
    #post-342 #ser-app {
        max-height: auto!important
    }
    .page-id-698 .et_pb_section_7 .et_pb_row_11 .et_pb_image_3 {
        margin-left: 80px!important
    }
    .page-id-342 .et_pb_text_3::before {
        display: none
    }
    .page-id-342 #row-app {
        padding-bottom: 70px;
        padding-top: 70px;
        padding-left: 0
    }
    .page-id-342 #row-app h2 {
        text-align: center
    }
    .post-788 #ser-app {
        max-height: none
    }
    .post-788 #video-blc {
        display: none
    }
    .post-788 #ser-app .et_pb_text_0 {
        margin-top: -580px!important
    }
    #sec-alw {
        padding-top: 50px;
        margin-top: 0
    }
    .post-698 .et_pb_section_5 h2 {
        text-align: left
    }
    .page-id-698 .et_pb_section_5 {
        padding-bottom: 100px
    }
    .page-id-698 .et_pb_section_5 .et_pb_row_7 {
        padding-top: 0
    }
}

@media only screen and (max-width:767px) {
    .post-698 #header-txt-sec {
        width: 100%
    }
    .post-698 .et_pb_section_1 .white-square {
        display: none
    }
    .post-698 #m-vid-blc {
        padding-top: 100px
    }
    .post-698 .et_pb_section_5 h2 {
        text-align: left
    }
    #t-focus-r {
        max-height: 500px!important
    }
    #office-sec .et_pb_row_11 {
        height: 300px
    }
    .page-id-342 .white-square::before {
        display: none
    }
    #m-vid-blc {
        padding-top: 55px
    }
    #m-vid-blc .eModal-1 {
        margin-bottom: 40px!important
    }
    #m-vid-blc .et_pb_text_1::before {
        display: none
    }
    #s-col-foc h5 {
        padding-top: 75px
    }
    #t-focus-r {
        padding-right: 75px
    }
    #header-row-cs .et_pb_column_0 {
        width: 100%!important
    }
    #header-txt {
        width: 100%
    }
    #header-row-cs {
        padding-right: 100px
    }
    #header-row-cs h1 {
        text-align: center
    }
    #app-one,
    #app-two,
    #app-three {
        margin-top: 0
    }
    #f-row-serv {
        padding-bottom: 0
    }
    #f-row-serv .et_pb_column_11 {
        margin-bottom: 0
    }
    #f-row-serv .et_pb_column_10,
    #s-row-serv .et_pb_column_13 {
        margin-top: 0!important
    }
    #video-blc {
        display: none
    }
    .mob-menu-logo-holder {
        margin-top: 17px;
        margin-left: 100px!important
    }
    .mobmenu .mobmenur-container {
        margin-right: 81px
    }
    #f-focus-r {
        padding-left: 70px;
        padding-right: 70px
    }
    #m-vid-blc h5 {
        text-align: center
    }
    .pink-btn {
        margin: 0 auto
    }
}

@media only screen and (max-width:570px) {
    #t-focus-r {
        max-height: 500px!important
    }
    #t-focus-r img {
        min-height: 250px
    }
}

@media only screen and (max-width:492px) {
    #t-focus-r {
        max-height: 610px!important
    }
}

@media only screen and (max-width:426px) {
    .my-cont-sec .txt img {
        height: auto
    }
    #m-vid-blc p {
        text-align: center
    }
    body {
        overflow: hidden;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    #popmake-833 {
        max-height: calc(100vh - 40px);
        overflow: auto
    }
    #office-sec .et_pb_row_12 {
        background-position-x: -230px;
        height: 368px
    }
    #office-sec .et_pb_row_11 {
        background-position-x: -158px
    }
    #post-342 #row-app h2 {
        line-height: 32px
    }
    .page-id-342 #m-vid-blc {
        padding-top: 30px
    }
    .post-698 .et_pb_section_7 {
        background: #f1f1f1
    }
    .page-id-698 .et_pb_section_7 .et_pb_row_11 .et_pb_image_3 {
        margin-left: 41px!important
    }
    .page-id-698 #s-row-h {
        background-color: #f1f1f1!important
    }
    #post-788 #sec-alw {
        padding-top: 30px
    }
    .nw-img,
    .sec-img-nw {
        margin-top: 0!important
    }
    #header-row-cs {
        padding-right: 0
    }
    .mobmenu .mobmenur-container {
        margin-right: 40px
    }
    .mob-menu-logo-holder {
        margin-left: 20px!important
    }
    #ser-hd {
        margin-top: -200px!important
    }
    .page-id-698 .et_pb_text_8,
    .page-id-698 .et_pb_text_7,
    .page-id-698 .et_pb_text_3 {
        width: 100%
    }
    .page-id-698 #header-row-cs,
    .page-id-698 #header-row {
        min-height: 445px!important
    }
    .page-id-698 .et_pb_image_3 {
        margin-left: 40px!important
    }
    .page-id-698 .et_pb_row_11 {
        width: 100%
    }
    .page-id-698 .et_pb_text_18 {
        padding-top: 0!important;
        margin-right: 40px
    }
    .page-id-698 .et_pb_row_12.et_pb_row {
        margin-top: 0!important
    }
    .page-id-698 #m-vid-blc {
        padding-top: 50px
    }
    .mob-menu-logo-holder {
        margin-top: 17px
    }
    .page-id-698 #header-txt-sec {
        width: 100%
    }
    .page-id-698 .white-square {
        display: none
    }
    .my-cont-sec .img,
    .my-cont-sec {
        height: 210px
    }
    #s-focus-r h2 {
        padding-bottom: 26px
    }
    #s-col-foc .et_pb_text_11::before {
        display: block;
        left: 40%;
        bottom: 45%;
        transform: none
    }
    #t-focus-r h5 {
        width: 100%;
        margin: 0 auto
    }
    #sec-alw {
        background: #f7f7f7!important
    }
    #row-app .et_pb_text_2:before {
        display: block;
        left: 37%;
        bottom: 73%;
        transform: none
    }
    #app-sec,
    #img-sec-c {
        background: #f7f7f7!important
    }
    #app-sec h3 {
        font-size: 21px;
        width: 220px;
        margin: 0 auto;
        line-height: 34px;
        padding-bottom: 13px
    }
    #app-sec h5 {
        width: 86%
    }
    #main-header {
        background: #262626!important
    }
    .nw-img,
    .sec-img-nw {
        margin-top: -81px
    }
    .white-square {
        display: block;
        height: 64px;
        width: 47%;
        background: #f7f7f7!important;
        margin-top: -62px
    }
    .white-square:before {
        display: none
    }
    #footer-widgets .footer-widget:last-child {
        justify-content: center
    }
    #t-focus-r {
        max-height: 456px!important
    }
    #t-focus-r .et_pb_text_16 h5 {
        padding-top: 0
    }
    #post-342 #sec-alw {
        padding-top: 200px
    }
    #sec-alw h2 {
        padding-top: 25px
    }
    #m-vid-blc {
        padding-bottom: 40px
    }
    #t-focus-r img {
        min-height: auto
    }
    #f-focus-r {
        display: none
    }
    .my-cont {
        overflow: hidden;
        position: relative
    }
    .my-cont .img {}
    #row-h h2 {
        font-size: 32px;
        line-height: 46px
    }
    .footer-widget {
        display: flex;
        justify-content: center
    }
    .footer-widget .et-social-facebook {
        padding-left: 0;
        margin-left: 0
    }
    .footer-widget .et-social-icon a {
        font-size: 35px
    }
    #s-focus-r {
        padding-right: 0
    }
    #s-focus-r h2 {
        font-size: 32px;
        text-align: center;
        line-height: 38px
    }
    #s-col-foc {
        margin-top: 0!important
    }
    #t-focus-r {
        padding-top: 0;
        padding-left: 30px;
        padding-right: 30px
    }
    #t-focus-r h5 {
        text-align: center
    }
    #sec-alw {
        padding-top: 120px
    }
    #sec-alw .et_pb_text_13::before {
        left: 36%;
        bottom: 95%
    }
    #t-focus-r h5 {
        padding-bottom: 35px
    }
    #alw-b-row {
        padding-top: 10px
    }
    #f-focus-r {
        padding-left: 0
    }
    #col-foc {
        margin-top: 0!important
    }
    #ser-hd .et_pb_text_9::before,
    #s-row-h .et_pb_text_10::before {
        left: 23%
    }
    #s-row-h {
        padding-top: 77px
    }
    #row-h {
        padding-bottom: 41px
    }
    #f-row-serv {
        padding-bottom: 30px
    }
    #img-sec-c img {
        height: 315px
    }
    #s-row-h {
        background-color: #f7f7f7!important
    }
    #s-row-serv {
        padding-top: 0
    }
    #s-row-serv .center-c,
    #f-row-serv .center-c {
        margin-top: 0!important
    }
    #ser-app {
        max-height: none
    }
    .et_menu_container #et-top-navigation {
        padding-top: 24px!important
    }
    #page-container .et-fixed-header #et-top-navigation {
        padding-top: 5px!important
    }
    #video-blc {
        display: none
    }
    #m-vid-blc {
        width: 100%!important;
        padding-top: 40px
    }
    #header-txt {
        width: 100%;
        text-align: center
    }
    #header-row-cs {
        padding-left: 0
    }
    #m-vid-blc h5 {
        font-size: 19px;
        text-align: center;
        padding-left: 60px;
        padding-right: 60px;
        line-height: 33px
    }
    #header-row-cs .et_pb_text_1 {
        padding-top: 40px!important;
        padding-bottom: 50px!important
    }
    #m-vid-blc .et_pb_button_module_wrapper {
        display: flex;
        justify-content: center
    }
    #row-app {
        padding: 10px;
        padding-top: 60px
    }
    #row-app h2,
    #header-txt h1,
    #serv-txt h2 {
        font-size: 32px;
        text-align: center
    }
    #header-txt h1 {
        line-height: 46px
    }
    #app-one .et_pb_text_3::after,
    #app-two .et_pb_text_5::after,
    #app-three .et_pb_text_7::after {
        left: 43%
    }
    #app-one h5,
    #app-two h5,
    #app-three h5 {
        font-size: 18px;
        margin: 0 auto;
        line-height: 30px
    }
    #app-sec {
        padding-bottom: 30px
    }
    #serv-txt {
        margin-top: 0!important
    }
    #ser-hd .et_pb_text_9::before {
        left: 24%;
        bottom: 50px
    }
    .my-cont {
        width: 100%
    }
    #f-row-serv,
    #s-row-serv {
        padding-left: 0
    }
    #header-row,
    #header-row-cs {
        min-height: 625px!important
    }
    #f-row-serv {
        padding-top: 0!important
    }
    .et_header_style_left #logo {
        height: 32px
    }
    #page-container .et-fixed-header #logo {
        max-height: 58%
    }
    #m-vid-blc .et_pb_text_1 {
        padding-bottom: 25px!important;
        padding-top: 25px!important
    }
    #et-main-area #main-footer .container {
        background-color: #fafafa!important;
        max-width: 100%;
        width: 100%!important;
        margin-left: 0;
        margin-right: 0;
        margin-top: -10px
    }
    #main-footer,
    #footer-bottom {
        background-color: #fafafa!important
    }
    #footer-widgets .footer-widget:first-child {
        margin-top: 45px!important
    }
    #sec-alw {
        background-color: #fff!important
    }
    #some-x {
        display: none
    }
    #post-342 .entry-content #ser-app {
        max-height: none!important
    }
    #post-342 #s-row-h {
        padding-top: 0
    }
    #get-s {
        padding-bottom: 0;
        padding-top: 0;
        height: auto
    }
    #get-s .et_pb_row_19 {
        padding-bottom: 17px
    }
    #post-342 #office-sec .et_pb_row_11 {
        width: 85%!important;
        z-index: 1
    }
    #post-342 #sec-focus {
        margin-top: -48px
    }
    .my-cont {
        height: 550px
    }
    .mobile_menu_bar::before {
        font-size: 45px
    }
    #s-col-foc h5 {
        padding-top: 75px
    }
    #s-col-foc h2 {
        padding-top: 10px
    }
    .et_header_style_left .logo_container {
        height: 55px
    }
    #main-header #et-top-navigation {
        padding-top: 5px!important
    }
    #main-header {
        height: 55px;
        position: fixed!important
    }
    #sec-alw .et_pb_text_13 h2 {
        font-size: 32px
    }
    #header-row,
    #header-row-cs {
        min-height: 518px!important
    }
    #header-txt h1 {
        padding-left: 55px;
        padding-right: 55px
    }
    #post-342 #header-row-cs,
    #post-342 #header-row {
        min-height: auto!important
    }
    #post-342 #m-vid-blc .et_pb_button_module_wrapper {
        height: 90px;
        margin-bottom: -43px
    }
    #post-342 #m-vid-blc {
        padding-bottom: 0!important
    }
    html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
        overflow: hidden;
        position: fixed;
        width: 100%
    }
    html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }
}

@media only screen and (max-width:394px) {
    .page-id-342 #t-focus-r {
        max-height: 620px!important
    }
    #office-sec .et_pb_row_11 {
        background-position-x: -196px
    }
}

@media only screen and (max-width:321px) {
    #office-sec .et_pb_row_12 {
        background-position-x: -309px
    }
    #office-sec .et_pb_row_11 {
        background-position-x: -245px
    }
    .page-id-342 #t-focus-r {
        max-height: 715px!important
    }
    .my-cont {
        height: 490px
    }
    #header-txt h1 {
        padding-left: 30px;
        padding-right: 30px
    }
    #app-one .et_pb_text_3::after,
    #app-two .et_pb_text_5::after,
    #app-three .et_pb_text_7::after {
        left: 41%
    }
    .my-txt h5 {
        font-size: 18px;
        line-height: 30px
    }
    #sec-alw .et_pb_text_13::before {
        left: 33%
    }
    #s-col-foc .et_pb_text_11::before {
        left: 36%
    }
    #row-h h2 {
        font-size: 31px;
        line-height: 36px
    }
    #t-focus-r h5 {
        width: 254px
    }
    #s-row-h .et_pb_text_10::before,
    #ser-hd .et_pb_text_9::before {
        left: 15%
    }
    h2,
    #header-txt h1,
    #serv-txt h2 {
        font-size: 43px
    }
}

@font-face {
    font-family: modreg;
    src: url(/wp-content/themes/Divi-child-theme/Sk-Modernist-Regular.otf)
}

@font-face {
    font-family: modregbold;
    src: url(/wp-content/themes/Divi-child-theme/Sk-Modernist-Bold.otf)
}

h1,
h2,
h3,
h4 {
    font-family: modregbold, Arial, sans-serif
}

body {
    font-family: modreg, Arial, sans-serif
}

.page-id-698 #top-menu li a:before,
.page-id-788 #top-menu li a:before {
    display: none!important
}

.pum-theme-828 .pum-content+.pum-close,
.pum-theme-lightbox .pum-content+.pum-close {
    color: #000!important;
    font-size: 49px!important;
    right: 31px!important;
    top: 38px!important
}

.pum-theme-828 .pum-container,
.pum-theme-lightbox .pum-container {
    background-color: transparent!important;
    border: none!important
}

.my-cont-sec .txt img {
    height: 50px
}

.m-juice-m img {
    padding-top: 5px
}

#top-menu .current-menu-item a::before,
#top-menu .current_page_item a::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0
}

#top-menu li a:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: 68px;
    background: #ff44a4;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

#main-header .logo_container #logo {
    max-height: 38px
}

#top-menu .active a:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 0;
    bottom: 68px;
    background: #ff44a4;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.et-fixed-header #top-menu li a:before {
    bottom: 55px
}

#top-menu li a:hover {
    opacity: 1!important
}

#top-menu li a:hover:before {
    right: 0
}

#top-menu li li a:before {
    bottom: 10%
}

.my-cont-sec {
    position: relative;
    width: 100%
}

.img {
    display: block;
    width: 100%;
    height: auto
}

.page-id-698 #header-txt-sec h5 {
    line-height: 30px
}

#app-one h5,
#app-two h5,
#app-three h5 {
    padding-top: 30px
}

.ovr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #000;
    opacity: .6
}

#pum-833 {}

.my-cont .ovr {
    opacity: 1;
    background-color: #e23b90
}

.my-cont,
.my-cont-sec {
    display: block
}

.eModal-1:before {
    content: "Scroll";
    position: absolute
}

.wpcf7-form .wpcf7-text {
    line-height: 18px;
    padding: 9px 2px;
    width: 100%
}

.wpcf7-form .wpcf7-textarea {
    width: 100%
}

.my-div {
    background: #000;
    width: 100%;
    height: 935px;
    z-index: 9999;
    opacity: .2
}

.pum-close {
    box-shadow: none!important
}

.white-square:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 122px;
    top: -61px;
    left: 197px;
    background: linear-gradient( to bottom, #fff 0%, #FFF 50%, #000 50%, #000 100%)
}

.my-cont:hover .ovr {}

.wpcf7-submit {
    line-height: 18px;
    padding: 9px 2px;
    width: 100%;
    color: #fff;
    border: 1px solid #ff44a4;
    background: #ff44a4;
    font-size: 16px;
    letter-spacing: 2px
}

.my-cont-sec .img {}

.my-cont-sec:hover .ovr {
    opacity: .8;
    background-color: #ea4139
}

.my-txt h5 {
    line-height: 36px!important
}

#img-sec-c {
    display: none
}

.txt hr {
    width: 50px;
    height: 2px;
    color: #fff
}

.et-fixed-header #logo {
    max-height: 56%
}

.ul-f {
    padding-left: 20px
}

.ul-f li {
    padding-bottom: 20px;
    font-size: 17px;
    padding-left: 26px
}

.ul-f li strong {
    color: #595959
}

#rev-blck h3 strong {
    font-size: 25px
}

.f-col .my-d,
.s-col .my-d,
.t-col .my-d {
    border-top: 2px solid #ff44a4!important;
    padding-top: 35px
}

.white-square {
    height: 98px;
    width: 69.5%;
    background: #f7f7f7!important;
    margin-top: -97px
}

.txt {
    color: #fff;
    font-size: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    opacity: 1!important;
    z-index: 99
}

.txt h4 {
    padding-top: 45px;
    border-top: 2px solid #000;
    font-size: 36px;
    color: #fff
}

.my-cont .img {
    opacity: 0
}

#main-header #et-top-navigation {
    padding-top: 53px!important
}

.logo_container #logo {
    max-height: 40%
}

#page-container .et-fixed-header {
    height: 70px
}

#page-container .et-fixed-header #et-top-navigation {
    padding-top: 28px!important
}

#page-container .et-fixed-header #logo {
    max-height: 50%
}

#top-menu li::before {
    width: 2px;
    height: 10px
}

.et_pb_text_13 h5 {
    display: none
}

#get-s {
    background-size: 100%
}

#footer-widgets {
    padding-top: 0
}

.footer-widget {
    margin-bottom: 0!important
}

.mobile_menu_bar::before,
#top-menu-nav>ul>li>a:hover {
    color: #ff44a4!important;
    opacity: 1
}

.page-id-698 .et_pb_section_5 {
    padding-bottom: 220px
}

@media only screen and (max-width:2560px) {
    #ser-app .et_pb_text_0::before {
        left: 446px
    }
}

#footer-widgets .footer-widget:last-child {
    display: flex;
    justify-content: flex-end
}

@media only screen and (max-width:1920px) {
    #ser-app .et_pb_text_0::before {
        left: 510px
    }
}

@media only screen and (max-width:1800px) {
    #ser-app {
        max-height: 1680px
    }
}

@media only screen and (max-width:1680px) {
    #ser-app .et_pb_text_0::before {
        left: 533px
    }
    #logo {
        padding-left: 105px
    }
    #page-container .et-fixed-header #et-top-navigation {
        padding-top: 30px!important
    }
    #t-focus-r {
        max-height: 510px!important
    }
    .pum-theme-828 .pum-content+.pum-close,
    .pum-theme-lightbox .pum-content+.pum-close {
        right: -21px!important
    }
}

@media only screen and (max-width:1560px) {
    #ser-app {
        max-height: 1580px
    }
    #t-focus-r {
        max-height: 435px!important
    }
    .pum-theme-828 .pum-content+.pum-close,
    .pum-theme-lightbox .pum-content+.pum-close {
        right: -58px!important
    }
}

@media only screen and (max-width:1440px) {
    .pum-theme-828 .pum-content+.pum-close,
    .pum-theme-lightbox .pum-content+.pum-close {
        right: -93px!important
    }
    #post-342 #sec-alw {
        padding-top: 130px
    }
    .post-698 #m-vid-blc {
        padding-top: 235px
    }
    #sec-alw h5 {
        opacity: .5
    }
    .post-788 #ser-app {
        max-height: 1555px
    }
    .page-id-342 #header-row,
    .page-id-342 #header-row-cs,
    .page-id-698 #header-row-cs,
    .page-id-698 #header-row {
        min-height: auto
    }
    .page-id-342 .my-div,
    .page-id-698 .my-div {
        height: 755px!important
    }
    .page-id-788 #ser-app .et_pb_text_0::before {
        top: -187px
    }
    #ser-app .et_pb_text_0::before {
        top: -142px;
        left: 530px
    }
    #app-one .et_pb_text_4 h3,
    #app-two .et_pb_text_6 h3,
    #app-three .et_pb_text_8 h3 {
        font-size: 26px
    }
    #sec-alw .et_pb_text_13::before {
        left: 46%
    }
    .page-id-342 #m-vid-blc {
        padding-top: 95px
    }
    #header-txt h1,
    #row-app h2 {
        font-size: 88px;
        line-height: 1.25
    }
    #s-col-foc h2 {
        font-size: 88px
    }
    #header-row-cs {
        padding-left: 225px
    }
    #t-focus-r img {
        min-height: 380px
    }
    #ser-app {
        max-height: 1435px
    }
    #app-sec {
        padding-bottom: 205px
    }
    #ser-hd .et_pb_text_9::before,
    #s-row-h .et_pb_text_10::before {
        left: 43%
    }
    #get-s {
        padding: 50px 0;
        height: 153px
    }
    #header-txt {
        width: 275%
    }
    .white-square {
        width: 68%
    }
    #logo {
        padding-left: 84px
    }
    #m-vid-blc .et_pb_text_1 {
        padding-bottom: 82px!important
    }
    .white-square::before {
        left: 153px
    }
    #row-app {
        padding-left: 225px
    }
    #t-focus-r {
        padding-top: 75px;
        padding-left: 10%
    }
    #t-focus-r {
        max-height: 385px!important
    }
    #t-focus-r img {
        max-width: 510px
    }
}

@media only screen and (max-width:1366px) {
    #ser-app .et_pb_text_0::before {
        left: 462px
    }
    .page-id-788 .white-square::before {
        left: 27px
    }
    .pum-theme-828 .pum-content+.pum-close,
    .pum-theme-lightbox .pum-content+.pum-close {
        right: -116px!important
    }
}

@media only screen and (max-width:1367px) {
    .page-id-342 .white-square::before {
        left: 28px
    }
    #get-s {
        height: 145px
    }
    #header-row-cs {
        padding-left: 100px
    }
    #s-row-h {
        padding-top: 350px
    }
    #row-app {
        padding-left: 10%
    }
}

@media only screen and (max-width:1281px) {
    .post-698 #m-vid-blc {
        padding-top: 235px
    }
    #post-342 #ser-app {
        max-height: 1345px
    }
    #post-342 #s-row-h {
        padding-top: 250px
    }
    .post-788 #ser-app {
        max-height: 1420px
    }
    .page-id-342 .white-square::before {
        left: 59px
    }
    .page-id-342 .my-div {
        height: 805px!important
    }
    .page-id-788 #m-vid-blc {
        width: 48%!important
    }
    .page-id-788 #ser-app .et_pb_text_0::before {
        left: 496px;
        top: -188px
    }
    .page-id-698 #s-row-h {
        padding-top: 50px
    }
    #rev-txt-blc {
        padding-top: 100px
    }
    .white-square {
        display: block
    }
    .white-square::before {
        left: 57px
    }
    #m-vid-blc .et_pb_text_1::before {
        left: -69px
    }
    #app-one h5,
    #app-two h5,
    #app-three h5 {
        line-height: 1.5em
    }
}

@media only screen and (max-width:1260px) {
    #t-focus-r img {
        max-width: 100%
    }
    #ser-app {
        max-height: none
    }
    #logo {
        padding-left: 0
    }
}

@media only screen and (max-width:1161px) {
    #header-txt h1,
    #row-app h2 {
        font-size: 70px
    }
}

@media only screen and (max-width:1078px) {
    #t-focus-r .et_pb_column_27 {
        margin-right: 5.6%!important
    }
    #ser-app .et_pb_text_0::before {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .et_pb_text_13 h5 {
        display: block;
        padding-top: 65px
    }
    .et_pb_column_27 {
        margin-right: 6%!important
    }
    .et_pb_text_14:before {
        display: none
    }
    #app-one,
    #app-two,
    #app-three {
        margin-top: 0
    }
    #row-app .et_pb_text_2::before,
    #s-col-foc .et_pb_text_11::before {
        display: none
    }
    #m-vid-blc {
        padding-top: 150px
    }
    #main-header #et-top-navigation {
        padding-top: 32px!important
    }
    #page-container .et-fixed-header #et-top-navigation {
        padding-top: 7px!important
    }
    .footer-widget .et-social-icon a {
        font-size: 35px
    }
    #m-vid-blc h1 {
        font-size: 55px
    }
    #s-row-h {
        padding-top: 50px
    }
    #s-row-h .et_pb_text_10::before {
        left: 40%
    }
    #s-focus-r {
        padding-right: 20px
    }
    #s-focus-r h2 {
        text-align: center
    }
    #s-col-foc {
        margin-top: 0!important
    }
    #t-focus-r {
        padding-left: 64px
    }
    #sec-alw {
        padding-top: 105px
    }
    #t-focus-r .et_pb_column_24 {
        margin-right: 75px!important
    }
}

@media only screen and (max-width:980px) {
    .page-id-698 .et_pb_section_7 .et_pb_row_11 .et_pb_image_3 {
        margin-left: 0!important
    }
    .page-id-698 .et_pb_row_12.et_pb_row {
        margin-top: 15px!important
    }
    .page-id-698 .et_pb_section_5 .et_pb_row_7 {
        padding-top: 0
    }
    .post-698 .et_pb_section_5 h2 {
        text-align: left
    }
    .page-id-698 .et_pb_section_5 {
        padding-bottom: 100px
    }
    .post-788 #video-blc {
        display: none
    }
    .et_pb_text_16 h5 {
        padding-top: 65px
    }
    #f-focus-r {
        padding-left: 70px;
        padding-right: 70px
    }
    .mob-menu-logo-holder {
        margin-top: 17px;
        margin-left: 100px!important
    }
    .mobmenu .mobmenur-container {
        margin-right: 99px
    }
    #t-focus-r .et_pb_column_1_2 {
        max-width: 100%
    }
    #t-focus-r h5 {
        text-align: center
    }
    #t-focus-r {
        padding-right: 64px
    }
    #t-focus-r .et_pb_image_6 {
        padding-right: 0
    }
}

@media only screen and (max-width:769px) {
    #post-342 .entry-content #ser-app {
        max-height: none!important
    }
}

@media only screen and (max-width:768px) {
    #t-focus-r {
        padding-top: 0
    }
    #post-342 .entry-content #ser-app {
        max-height: none!important
    }
    #post-342 #s-row-h {
        padding-top: 55px
    }
    #post-342 #ser-app {
        max-height: auto!important
    }
    .page-id-698 .et_pb_section_7 .et_pb_row_11 .et_pb_image_3 {
        margin-left: 80px!important
    }
    .page-id-342 .et_pb_text_3::before {
        display: none
    }
    .page-id-342 #row-app {
        padding-bottom: 70px;
        padding-top: 70px;
        padding-left: 0
    }
    .page-id-342 #row-app h2 {
        text-align: center
    }
    .post-788 #ser-app {
        max-height: none
    }
    .post-788 #video-blc {
        display: none
    }
    .post-788 #ser-app .et_pb_text_0 {
        margin-top: -580px!important
    }
    #sec-alw {
        padding-top: 50px;
        margin-top: 0
    }
    .post-698 .et_pb_section_5 h2 {
        text-align: left
    }
    .page-id-698 .et_pb_section_5 {
        padding-bottom: 100px
    }
    .page-id-698 .et_pb_section_5 .et_pb_row_7 {
        padding-top: 0
    }
}

@media only screen and (max-width:767px) {
    .post-698 #header-txt-sec {
        width: 100%
    }
    .post-698 .et_pb_section_1 .white-square {
        display: none
    }
    .post-698 #m-vid-blc {
        padding-top: 100px
    }
    .post-698 .et_pb_section_5 h2 {
        text-align: left
    }
    #t-focus-r {
        max-height: 500px!important
    }
    #office-sec .et_pb_row_11 {
        height: 300px
    }
    .page-id-342 .white-square::before {
        display: none
    }
    #m-vid-blc {
        padding-top: 55px
    }
    #m-vid-blc .eModal-1 {
        margin-bottom: 40px!important
    }
    #m-vid-blc .et_pb_text_1::before {
        display: none
    }
    #s-col-foc h5 {
        padding-top: 75px
    }
    #t-focus-r {
        padding-right: 75px
    }
    #header-row-cs .et_pb_column_0 {
        width: 100%!important
    }
    #header-txt {
        width: 100%
    }
    #header-row-cs {
        padding-right: 100px
    }
    #header-row-cs h1 {
        text-align: center
    }
    #app-one,
    #app-two,
    #app-three {
        margin-top: 0
    }
    #f-row-serv {
        padding-bottom: 0
    }
    #f-row-serv .et_pb_column_11 {
        margin-bottom: 0
    }
    #f-row-serv .et_pb_column_10,
    #s-row-serv .et_pb_column_13 {
        margin-top: 0!important
    }
    #video-blc {
        display: none
    }
    .mob-menu-logo-holder {
        margin-top: 17px;
        margin-left: 100px!important
    }
    .mobmenu .mobmenur-container {
        margin-right: 81px
    }
    #f-focus-r {
        padding-left: 70px;
        padding-right: 70px
    }
    #m-vid-blc h5 {
        text-align: center
    }
    .pink-btn {
        margin: 0 auto
    }
}

@media only screen and (max-width:570px) {
    #t-focus-r {
        max-height: 500px!important
    }
    #t-focus-r img {
        min-height: 250px
    }
}

@media only screen and (max-width:492px) {
    #t-focus-r {
        max-height: 610px!important
    }
}

@media only screen and (max-width:426px) {
    .my-cont-sec .txt img {
        height: auto
    }
    #m-vid-blc p {
        text-align: center
    }
    body {
        overflow: hidden;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    #popmake-833 {
        max-height: calc(100vh - 40px);
        overflow: auto
    }
    #office-sec .et_pb_row_12 {
        background-position-x: -230px;
        height: 368px
    }
    #office-sec .et_pb_row_11 {
        background-position-x: -158px
    }
    #post-342 #row-app h2 {
        line-height: 32px
    }
    .page-id-342 #m-vid-blc {
        padding-top: 30px
    }
    .post-698 .et_pb_section_7 {
        background: #f1f1f1
    }
    .page-id-698 .et_pb_section_7 .et_pb_row_11 .et_pb_image_3 {
        margin-left: 41px!important
    }
    .page-id-698 #s-row-h {
        background-color: #f1f1f1!important
    }
    #post-788 #sec-alw {
        padding-top: 30px
    }
    .nw-img,
    .sec-img-nw {
        margin-top: 0!important
    }
    #header-row-cs {
        padding-right: 0
    }
    .mobmenu .mobmenur-container {
        margin-right: 40px
    }
    .mob-menu-logo-holder {
        margin-left: 20px!important
    }
    #ser-hd {
        margin-top: -200px!important
    }
    .page-id-698 .et_pb_text_8,
    .page-id-698 .et_pb_text_7,
    .page-id-698 .et_pb_text_3 {
        width: 100%
    }
    .page-id-698 #header-row-cs,
    .page-id-698 #header-row {
        min-height: 445px!important
    }
    .page-id-698 .et_pb_image_3 {
        margin-left: 40px!important
    }
    .page-id-698 .et_pb_row_11 {
        width: 100%
    }
    .page-id-698 .et_pb_text_18 {
        padding-top: 0!important;
        margin-right: 40px
    }
    .page-id-698 .et_pb_row_12.et_pb_row {
        margin-top: 0!important
    }
    .page-id-698 #m-vid-blc {
        padding-top: 50px
    }
    .mob-menu-logo-holder {
        margin-top: 17px
    }
    .page-id-698 #header-txt-sec {
        width: 100%
    }
    .page-id-698 .white-square {
        display: none
    }
    .my-cont-sec .img,
    .my-cont-sec {
        height: 210px
    }
    #s-focus-r h2 {
        padding-bottom: 26px
    }
    #s-col-foc .et_pb_text_11::before {
        display: block;
        left: 40%;
        bottom: 45%;
        transform: none
    }
    #t-focus-r h5 {
        width: 100%;
        margin: 0 auto
    }
    #sec-alw {
        background: #f7f7f7!important
    }
    #row-app .et_pb_text_2:before {
        display: block;
        left: 37%;
        bottom: 73%;
        transform: none
    }
    #app-sec,
    #img-sec-c {
        background: #f7f7f7!important
    }
    #app-sec h3 {
        font-size: 21px;
        width: 220px;
        margin: 0 auto;
        line-height: 34px;
        padding-bottom: 13px
    }
    #app-sec h5 {
        width: 86%
    }
    #main-header {
        background: #262626!important
    }
    .nw-img,
    .sec-img-nw {
        margin-top: -81px
    }
    .white-square {
        display: block;
        height: 64px;
        width: 47%;
        background: #f7f7f7!important;
        margin-top: -62px
    }
    .white-square:before {
        display: none
    }
    #footer-widgets .footer-widget:last-child {
        justify-content: center
    }
    #t-focus-r {
        max-height: 456px!important
    }
    #t-focus-r .et_pb_text_16 h5 {
        padding-top: 0
    }
    #post-342 #sec-alw {
        padding-top: 200px
    }
    #sec-alw h2 {
        padding-top: 25px
    }
    #m-vid-blc {
        padding-bottom: 40px
    }
    #t-focus-r img {
        min-height: auto
    }
    #f-focus-r {
        display: none
    }
    .my-cont {
        overflow: hidden;
        position: relative
    }
    .my-cont .img {}
    #row-h h2 {
        font-size: 32px;
        line-height: 46px
    }
    .footer-widget {
        display: flex;
        justify-content: center
    }
    .footer-widget .et-social-facebook {
        padding-left: 0;
        margin-left: 0
    }
    .footer-widget .et-social-icon a {
        font-size: 35px
    }
    #s-focus-r {
        padding-right: 0
    }
    #s-focus-r h2 {
        font-size: 32px;
        text-align: center;
        line-height: 38px
    }
    #s-col-foc {
        margin-top: 0!important
    }
    #t-focus-r {
        padding-top: 0;
        padding-left: 30px;
        padding-right: 30px
    }
    #t-focus-r h5 {
        text-align: center
    }
    #sec-alw {
        padding-top: 120px
    }
    #sec-alw .et_pb_text_13::before {
        left: 36%;
        bottom: 95%
    }
    #t-focus-r h5 {
        padding-bottom: 35px
    }
    #alw-b-row {
        padding-top: 10px
    }
    #f-focus-r {
        padding-left: 0
    }
    #col-foc {
        margin-top: 0!important
    }
    #ser-hd .et_pb_text_9::before,
    #s-row-h .et_pb_text_10::before {
        left: 23%
    }
    #s-row-h {
        padding-top: 77px
    }
    #row-h {
        padding-bottom: 41px
    }
    #f-row-serv {
        padding-bottom: 30px
    }
    #img-sec-c img {
        height: 315px
    }
    #s-row-h {
        background-color: #f7f7f7!important
    }
    #s-row-serv {
        padding-top: 0
    }
    #s-row-serv .center-c,
    #f-row-serv .center-c {
        margin-top: 0!important
    }
    #ser-app {
        max-height: none
    }
    .et_menu_container #et-top-navigation {
        padding-top: 24px!important
    }
    #page-container .et-fixed-header #et-top-navigation {
        padding-top: 5px!important
    }
    #video-blc {
        display: none
    }
    #m-vid-blc {
        width: 100%!important;
        padding-top: 40px
    }
    #header-txt {
        width: 100%;
        text-align: center
    }
    #header-row-cs {
        padding-left: 0
    }
    #m-vid-blc h5 {
        font-size: 19px;
        text-align: center;
        padding-left: 60px;
        padding-right: 60px;
        line-height: 33px
    }
    #header-row-cs .et_pb_text_1 {
        padding-top: 40px!important;
        padding-bottom: 50px!important
    }
    #m-vid-blc .et_pb_button_module_wrapper {
        display: flex;
        justify-content: center
    }
    #row-app {
        padding: 10px;
        padding-top: 60px
    }
    #row-app h2,
    #header-txt h1,
    #serv-txt h2 {
        font-size: 32px;
        text-align: center
    }
    #header-txt h1 {
        line-height: 46px
    }
    #app-one .et_pb_text_3::after,
    #app-two .et_pb_text_5::after,
    #app-three .et_pb_text_7::after {
        left: 43%
    }
    #app-one h5,
    #app-two h5,
    #app-three h5 {
        font-size: 18px;
        margin: 0 auto;
        line-height: 30px
    }
    #app-sec {
        padding-bottom: 30px
    }
    #serv-txt {
        margin-top: 0!important
    }
    #ser-hd .et_pb_text_9::before {
        left: 24%;
        bottom: 50px
    }
    .my-cont {
        width: 100%
    }
    #f-row-serv,
    #s-row-serv {
        padding-left: 0
    }
    #header-row,
    #header-row-cs {
        min-height: 625px!important
    }
    #f-row-serv {
        padding-top: 0!important
    }
    .et_header_style_left #logo {
        height: 32px
    }
    #page-container .et-fixed-header #logo {
        max-height: 58%
    }
    #m-vid-blc .et_pb_text_1 {
        padding-bottom: 25px!important;
        padding-top: 25px!important
    }
    #et-main-area #main-footer .container {
        background-color: #fafafa!important;
        max-width: 100%;
        width: 100%!important;
        margin-left: 0;
        margin-right: 0;
        margin-top: -10px
    }
    #main-footer,
    #footer-bottom {
        background-color: #fafafa!important
    }
    #footer-widgets .footer-widget:first-child {
        margin-top: 45px!important
    }
    #sec-alw {
        background-color: #fff!important
    }
    #some-x {
        display: none
    }
    #post-342 .entry-content #ser-app {
        max-height: none!important
    }
    #post-342 #s-row-h {
        padding-top: 0
    }
    #get-s {
        padding-bottom: 0;
        padding-top: 0;
        height: auto
    }
    #get-s .et_pb_row_19 {
        padding-bottom: 17px
    }
    #post-342 #office-sec .et_pb_row_11 {
        width: 85%!important;
        z-index: 1
    }
    #post-342 #sec-focus {
        margin-top: -48px
    }
    .my-cont {
        height: 550px
    }
    .mobile_menu_bar::before {
        font-size: 45px
    }
    #s-col-foc h5 {
        padding-top: 75px
    }
    #s-col-foc h2 {
        padding-top: 10px
    }
    .et_header_style_left .logo_container {
        height: 55px
    }
    #main-header #et-top-navigation {
        padding-top: 5px!important
    }
    #main-header {
        height: 55px;
        position: fixed!important
    }
    #sec-alw .et_pb_text_13 h2 {
        font-size: 32px
    }
    #header-row,
    #header-row-cs {
        min-height: 518px!important
    }
    #header-txt h1 {
        padding-left: 55px;
        padding-right: 55px
    }
    #post-342 #header-row-cs,
    #post-342 #header-row {
        min-height: auto!important
    }
    #post-342 #m-vid-blc .et_pb_button_module_wrapper {
        height: 90px;
        margin-bottom: -43px
    }
    #post-342 #m-vid-blc {
        padding-bottom: 0!important
    }
    html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
        overflow: hidden;
        position: fixed;
        width: 100%
    }
    html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }
}

@media only screen and (max-width:394px) {
    .page-id-342 #t-focus-r {
        max-height: 620px!important
    }
    #office-sec .et_pb_row_11 {
        background-position-x: -196px
    }
}

@media only screen and (max-width:321px) {
    #office-sec .et_pb_row_12 {
        background-position-x: -309px
    }
    #office-sec .et_pb_row_11 {
        background-position-x: -245px
    }
    .page-id-342 #t-focus-r {
        max-height: 715px!important
    }
    .my-cont {
        height: 490px
    }
    #header-txt h1 {
        padding-left: 30px;
        padding-right: 30px
    }
    #app-one .et_pb_text_3::after,
    #app-two .et_pb_text_5::after,
    #app-three .et_pb_text_7::after {
        left: 41%
    }
    .my-txt h5 {
        font-size: 18px;
        line-height: 30px
    }
    #sec-alw .et_pb_text_13::before {
        left: 33%
    }
    #s-col-foc .et_pb_text_11::before {
        left: 36%
    }
    #row-h h2 {
        font-size: 31px;
        line-height: 36px
    }
    #t-focus-r h5 {
        width: 254px
    }
    #s-row-h .et_pb_text_10::before,
    #ser-hd .et_pb_text_9::before {
        left: 15%
    }
    h2,
    #header-txt h1,
    #serv-txt h2 {
        font-size: 43px
    }
}
