/*-----------------------------------------------------------------------------------
	Gen Lead - Active Campaign-Create
	About: A shiney new Blocs website.
	Author: Websites
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'ErasITC-Bold';
	src: url('./fonts/ErasITC-Bold/ERASBD.ttf');
	src: url('./fonts/ErasITC-Bold/ERASBD.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-sm{
	padding:20px;
}


/* Group Styles */

.bloc-group{
	display:flex;
}
.bloc-tile-2{
	width:50%;
}
.bloc-tile-3{
	width:33.33333333%;
}
.bloc-tile-4{
	width:25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	width:100%;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}
.texture-darken-strong::before{
	background: rgba(0,0,0,0.8);
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
.voffset-md{
	margin-top:50px;
}
.voffset-lg{
	margin-top:80px;
}


/* = NavBar
-------------------------------------------------------------- */

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-rd{
	border-radius: 40px;
}
.icon-spacer{
	margin-right:5px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}
.icon-lg{
	font-size:60px!important;
}
.icon-round{
	margin:0 auto;
	border:2px solid transparent;
	border-radius: 50%;
	padding: 32px 30px 26px 30px;
	min-width:80px;
}
.icon-round.icon-md,.icon-square.icon-md,.icon-rounded.icon-md{
	min-width: 92px;
}
.icon-round.icon-lg,.icon-square.icon-lg,.icon-rounded.icon-lg{
	min-width: 122px;
}
.icon-round.icon-xl,.icon-square.icon-xl,.icon-rounded.icon-xl{
	min-width: 162px;
}

/* Image Frame */
.img-frame,.img-frame-md,.img-frame-lg,.img-frame-rd,.img-frame-rd-md,.img-frame-rd-lg{
	background:#FFF;
	border:1px solid rgba(0,0,0,0.1);
	box-shadow:0 2px 2px rgba(0,0,0,0.05);
	padding:4px;
}
.img-frame{
	border-radius:3px;
}
.img-frame-md,.img-frame-lg{
	border-radius:6px;
}
.img-frame-md,.img-frame-rd-md{
	padding:8px;
}
.img-frame-lg,.img-frame-rd-lg{
	padding:14px;
}



/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}


/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}



/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
}
.showScrollTop{
	opacity: 1;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* Hide Object */
.object-hidden{
	display:none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
h1{
	font-family:"Lato";
	font-weight:700;
	font-size:50px;
	line-height:60px;
}
h2{
	font-family:"Lato";
	font-weight:300;
	font-size:35px;
	line-height:45px;
}
h3{
	font-family:"Lato";
	font-weight:300;
	font-size:23px;
	line-height:31px;
}
h4{
	font-family:"Lato";
	font-weight:700;
	font-size:18px;
	line-height:26px;
}
h6{
	font-family:"Lato";
	font-weight:300;
	font-size:15px;
	line-height:23px;
}
p{
	font-family:"Lato";
	font-weight:400;
	font-size:16px;
	line-height:24px;
}
a{
	font-family:"Lato";
	font-weight:400;
}
.service-navigation-link{
	color:#FEFFFF!important;
	text-transform:uppercase;
	font-weight:400;
	font-size:12px;
	letter-spacing:0.03em;
	text-align:center;
	margin-right:5px;
	margin-left:5px;
	font-family:"Lato";
}
.service-logo{
	font-weight:900;
	text-transform:uppercase;
	font-family:"Lato";
	font-size:25px;
	line-height:33px;
	color:#FEFFFF!important;
	text-align:center;
}
.service-button{
	background-color:#A6CC2E;
	font-family:"Lato";
	font-weight:700;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:0.05em;
	padding-right:28px;
	padding-left:28px;
	line-height:22px;
	color:#000000!important;
	border-width:0px 0px 0px 0px;
}
.service-button:hover{
	color:#FEFFFF!important;
	background-color:rgba(166,205,47,0.50);
}
.service-icon-home{
	color:#797979!important;
	margin-bottom:14px;
}
.service-icon-home:hover{
	color:#000000!important;
}
.service-footer-icon{
	background-color:#008E00;
	color:#FEFFFF!important;
	margin-bottom:7px;
	border-width:0px 0px 0px 0px;
}
.service-icon-footer-div{
	margin-top:-65px;
}
.service-card-footer{
	font-family:"Lato";
	font-weight:300;
	margin:80px 5px 5px 5px;
}
.service-white-button{
	color:#000000!important;
	background-color:#FEFFFF;
	text-transform:uppercase;
	font-size:14px;
	font-family:"Lato";
	font-weight:700;
	letter-spacing:0.03em;
	text-align:center;
	padding:10px 28px 10px 28px;
	border-width:0px 0px 0px 0px;
}
.service-white-button:hover{
	color:#000000!important;
	background-color:#FEFFFF;
	font-family:"Lato";
	font-weight:700;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:0.03em;
	text-align:center;
	padding:10px 28px 10px 28px;
	border-width:0px 0px 0px 0px;
}
.service-white-button:active{
	background-color:#FEFFFF;
	color:#000000!important;
	font-family:"Lato";
	font-weight:700;
	font-size:14px;
	text-align:center;
	letter-spacing:0.03em;
	text-transform:uppercase;
	padding:10px 28px 10px 28px;
	border-width:0px 0px 0px 0px;
}
.service-field-form{
	text-align:center;
	background-color:#FEFFFF;
	color:#000000!important;
	font-size:16px;
	border-radius:28px 28px 28px 28px;
}
.service-field-form:hover{
	text-align:center;
}
.service-card-newsletter{
	box-shadow:0px 0px 30px rgba(0,0,0,0.1);
	padding:28px 28px 28px 28px;
	border-width:0px 0px 0px 0px;
}
.service-white-button:focus{
	background-color:#FEFFFF;
}
.service-footer-link{
	color:#D5D5D5!important;
}
.service-footer-link:hover{
	color:#FEFFFF!important;
}
.service-bold{
	font-family:"Lato";
	font-weight:700;
	color:#000000!important;
}
.service-features-icon{
	margin-bottom:14px;
	color:#008E00!important;
}
.service-small-green-text{
	color:#008E00!important;
	font-family:"Lato";
	font-weight:300;
	font-size:12px;
}
.service-download-icon{
	padding-bottom:10px;
}
.service-macbook{
	margin-bottom:28px;
}
.service-wire-button{
	font-family:"Lato";
	font-weight:400;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	border-style:solid;
	border-color:#C0C0C0!important;
	padding-right:28px;
	padding-left:28px;
	color:#FEFFFF!important;
	background-color:transparent;
	border-radius:28px 28px 28px 28px;
	border-width:1px 1px 1px 1px;
}
.service-wire-button:hover{
	background-color:transparent;
	border-color:#FEFFFF!important;
	color:#FEFFFF!important;
}
.service-user-icon{
	padding-bottom:10px;
}
.service-user-guide-column{
	max-width:500px;
	margin-right:auto;
	margin-left:auto;
}
.service-support-card-header{
	border-width:0px 0px 0px 0px;
}
.service-support-card{
	margin-top:28px;
	margin-bottom:28px;
}
.service-contact-form{
	font-family:"Lato";
	font-weight:300;
	font-size:14px;
	line-height:22px;
	color:#000000!important;
	border-radius:0px 0px 0px 0px;
}
.service-form-check{
	margin-bottom:10px;
	font-family:"Lato";
	font-weight:300;
	font-size:14px;
	line-height:22px;
	color:#797979!important;
}
.form-control:focus{
	box-shadow:0px 0px 0px rgba(0,0,0,0.0);
	border-color:#000000!important;
}
.service-plan-check{
	margin-right:10px;
	color:#008E00!important;
}
.service-ios-device{
	max-width:100px;
}
.service-dropdown{
	background-color:#111111;
	border-radius:0px 0px 0px 0px;
}
.service-dropdown-link{
	background-color:#101110;
	font-family:"Lato";
	font-weight:400;
	text-align:center;
	font-size:14px;
	line-height:22px;
	color:#FEFFFF!important;
}
.service-dropdown-link:hover{
	background-color:#000000;
	font-family:"Lato";
	font-weight:400;
}
.service-navigation-button{
	background-color:#008E00;
	font-family:"Lato";
	font-weight:700;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	width:100px;
	color:#FEFFFF!important;
	border-radius:28px 28px 28px 28px;
}
.service-navigation-button:hover{
	background-color:#008E00;
}
.service-navigation-login-link{
	margin-left:210px;
	font-family:"Lato";
	font-weight:400;
	text-transform:uppercase;
	font-size:12px;
	color:#FEFFFF!important;
	margin-right:10px;
}
.service-navigation-header{
	padding-top:7px;
	padding-bottom:7px;
}
.scrollToTop{
	background-color:#A6CC2E;
	color:#000000!important;
	border-radius:28px 28px 28px 28px;
}
.scrollToTop:hover{
	background-color:#A6CC2E;
}
.icon_class{
	text-shadow:0px 0px 0px #008DF2;
	color:#008DF2!important;
	margin:0px 9px 0px 0px;
	padding:0px 0px 0px 0px;
}
.par_class{
	font-size:20px;
	padding-bottom:0px;
	padding-top:0px;
	margin-bottom:15px;
	margin-left:0px;
}
.btn-style{
	color:#FEFFFF!important;
	background-color:#A6CC2E;
	background-size:auto auto;
	height:45px;
	border-radius:26px 26px 26px 26px;
}
.h4-margin-top{
	margin-top:29px;
	font-size:20px;
}
.img-bloc-19-style{
	width:101px;
}
.img-7-bloc-19-style{
	width:95px;
}
.img-8-bloc-19-style{
	width:78px;
}
.img-9-style{
	width:186px;
}
.img-10-style{
	width:144px;
}
.img-11-style{
	width:128px;
}
.img-7-style{
	width:91px;
}
.btn-style:hover{
	background-color:rgba(166,205,47,0.50);
}
.btn-style:active{
	background-color:#A6CC2E;
}
.service-button:active{
	background-color:#A6CC2E;
}
.genlead_font{
	font-family:"ErasITC-Bold";
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-onyx{
	background-color:#111111;
}
.bgc-anti-flash-white{
	background-color:#F2F2F2;
}
.bgc-light-gray{
	background-color:#D6D6D6;
}
.bgc-dark-jungle-green{
	background-color:#282828;
}
.bgc-islamic-green{
	background-color:#008F00;
}
.bgc-dark-lava{
	background-color:#363537;
}

/* Text colour styles */

.tc-anti-flash-white{
	color:#F2F2F2!important;
}
.tc-davys-grey{
	color:#5E5E5E!important;
}
.tc-onyx{
	color:#111111!important;
}
.tc-dark-jungle-green{
	color:#282828!important;
}
.tc-islamic-green{
	color:#008F00!important;
}
.tc-yellow-green{
	color:#A6CD2E!important;
}

/* Link colour styles */

.ltc-yellow-green{
	color:#A6CD2E!important;
}
.ltc-yellow-green:hover{
	color:#85a425!important;
}

/* Icon colour styles */

.icon-onyx{
	color:#111111!important;
	border-color:#111111!important;
}
.icon-anti-flash-white{
	color:#F2F2F2!important;
	border-color:#F2F2F2!important;
}
.icon-yellow-green{
	color:#A6CD2E!important;
	border-color:#A6CD2E!important;
}

/* Bloc image backgrounds */

.bg-Service-2018{
	background-image:url("img/placeholder-image.png");
}
.bg-Service-2015{
	background-image:url("img/placeholder-image.png");
}
.bg-Service-2020{
	background-image:url("img/placeholder-image.png");
}
.bg-Service-206{
	background-image:url("img/placeholder-image.png");
}
.bg-Service-2017{
	background-image:url("img/placeholder-image.png");
}
.bg-WhatsApp-20Image-202022-01-28-20at-2010-34-24-20AM{
	background-image:url("img/WhatsApp%20Image%202022-01-28%20at%2010.34.24%20AM.jpeg");
}
.bg-WhatsApp-20Image-202022-02-22-20at-208-33-05-20AM{
	background-image:url("img/WhatsApp%20Image%202022-02-22%20at%208.33.05%20AM.jpeg");
}



/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	h1{
		font-size:45px;
		line-height:55px;
	}
	h3{
		font-size:22px;
		line-height:30px;
	}
	h2{
		font-size:32px;
		line-height:42px;
	}
	h4{
		font-size:17px;
		line-height:25px;
	}
	.service-card-footer{
		margin-top:80px;
	}
	.service-android{
		margin-top:0px;
		margin-bottom:0px;
	}
	.service-navigation-login-link{
		font-family:"Lato";
		font-weight:400;
		font-size:11px;
		text-transform:uppercase;
		color:#FEFFFF!important;
		margin-left:50px;
		margin-right:5px;
	}
	.service-navigation-link{
		margin-right:1px;
		margin-left:1px;
		font-size:11px;
	}
	.service-navigation-button{
		font-size:11px;
		text-align:center;
		font-weight:400;
		margin-right:auto;
		margin-left:auto;
	}
	.service-navigation-button:hover{
		text-align:center;
	}
	.service-navigation-button:active{
		text-align:center;
	}
	
	/* MD Row Margin Offsets */
	.voffset-clear-md{
		margin-top:0;
	}
		.voffset-md{
		margin-top:30px;
	}
		.voffset-md-md{
		margin-top:50px;
	}
	
	/* MD Text Margin Offsets */
	.mg-sm-md{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-lg-md{
		margin-top: 10px;
		margin-bottom:40px;
	}
	
}

@media (max-width: 767px){
	p{
		font-size:15px;
		line-height:23px;
	}
	h1{
		font-size:40px;
		line-height:50px;
	}
	h3{
		font-size:21px;
		line-height:29px;
	}
	h6{
		font-size:14px;
		line-height:22px;
	}
	h2{
		font-size:30px;
		line-height:40px;
	}
	h4{
		font-size:16px;
		line-height:24px;
	}
	.service-card-newsletter{
		padding:14px 14px 14px 14px;
	}
	.service-download-icon{
		padding-top:50px;
		padding-bottom:10px;
	}
	.service-support-card-header{
		;
	}
	.service-support-card{
		margin-top:28px;
		margin-bottom:28px;
	}
	.service-contact-sidebar{
		margin-top:50px;
	}
	.service-pricing-card{
		margin-top:28px;
		margin-bottom:28px;
	}
	.service-device-column{
		margin-top:28px;
		margin-bottom:28px;
	}
	.service-android{
		margin-top:28px;
		margin-bottom:28px;
	}
	.service-navigation-login-link{
		text-align:center;
		margin-left:0px;
		margin-right:0px;
	}
	.service-navigation-button{
		text-align:center;
	}
	
	/* Small Row Margin Offsets */
	.voffset-sm{
		margin-top:30px;
	}
	
	/* Small Text Margin Offsets */
	.mg-lg-sm{
		margin-top: 10px;
		margin-bottom:40px;
	}
	
}

@media (max-width: 575px){
	h1{
		font-size:35px;
		line-height:45px;
	}
	h3{
		font-size:20px;
		line-height:28px;
	}
	h2{
		font-size:28px;
		line-height:38px;
	}
	h4{
		font-size:16px;
		line-height:24px;
	}
	.service-card-newsletter{
		padding:5px 5px 5px 5px;
	}
	.service-footer-column{
		margin-top:28px;
	}
	.iconmouseover{
	}
	.iconmouseover:hover{
		background-color:#FFEC4E;
		color:#FFFFFF!important;
	}
	.scrollToTop{
		background-color:#A6CC2E;
	}
	.par_class{
		margin-bottom:29px;
		margin-top:16px;
	}
	.service-button{
		color:#000000!important;
	}
	.img-10-bloc-19-style{
		width:88px;
	}
	.h4-margin-top{
		width:100%;
		font-size:14px;
	}
	.img-11-style{
		width:148px;
		margin-left:41px;
	}
	.img-7-bloc-19-style{
		width:89px;
	}
	.service-button:hover{
	}
	.btn-style{
		background-color:#A6CC2E;
	}
	.btn-style:hover{
		background-color:rgba(166,205,47,0.50);
	}
	.btn-style:active{
		background-color:#A6CC2E;
	}
	.scrollToTop:hover{
	}
	.service-button:active{
	}
	.h5-style{
		font-family:"ErasITC-Bold";
	}
	.service-navigation-link{
		font-family:"ErasITC-Bold";
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"ErasITC-Bold";
		color:#FEFFFF!important;
	}
	.genlead_font{
	}
	.h5-margin-top{
		margin-top:7px;
		font-size:13px;
	}
	.img-footer-style{
		width:126px;
	}
	.p-margin-top{
		margin-top:13px;
		font-size:15px;
	}
	.block-marg{
		margin:0px 0px 0px 0px;
		padding:0px 26px 0px 26px;
	}
	.col-marg{
		padding:0px 0px 0px 0px;
	}
	.img-marg{
		padding:12px 12px 12px 12px;
	}
	.img-margin-top{
		margin-top:-12px;
		margin-left:12px;
	}
	.mod{
		border-style:_popUpItemAction:;
	}
	.img-facebook-logo--margin-top{
		margin-top:10px;
		width:30px;
	}
	.btn-margin-top{
		margin-top:-31px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-lg-xs{
		margin-top: 10px;
		margin-bottom:40px;
	}
	
}

