/*-----------------------------------------------------------------------------------
	Website 6
	Author: Ayaan Chawla
	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 blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */

/* = 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-xxl{
	padding:200px 20px;
}
.bloc-xl{
	padding:150px 20px;
}
.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* 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 Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-repeat{
	background-repeat:repeat!important;
}
.bg-t-edge{
	background-position: top!important;
	background-repeat: no-repeat;
}


/* 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);
}


/* 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;
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


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

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = 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-glossy{
	border:1px solid rgba(0,0,0,.09);
	border-bottom-color:rgba(0,0,0,.2);
	text-shadow:0 1px 0 rgba(0,0,1,.2);
	box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	 background-image: -o-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.btn .caret{
	margin:0 0 0 5px}.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}
.icon-lg{
	font-size:60px!important;
}
.icon-xl{
	font-size:100px!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;
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.threeD-t{
	text-shadow:0 1px 0 #ccc,0 2px 0 #c9c9c9,0 3px 0 #bbb,0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25),0 20px 20px rgba(0,0,0,.15);
}
.blockquote{
	padding:0 20px;
	border-left:2px solid;
}
.blockquote.text-right{
	border-left:0;
	border-right:2px solid;
}
/* = Text Widths
-------------------------------------------------------------- */
.text-w-90{
	max-width:90%;
}
.text-w-70{
	max-width:70%;
}
.text-center.text-w-sm, .text-center.text-w-md, .text-center.text-w-lg, .text-center.text-w-90, .text-center.text-w-80, .text-center.text-w-70, .text-center.text-w-60, .text-center.text-w-50{
	margin-left: auto;
	margin-right: auto;
}


/* = 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;
}

/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}




/* 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;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Toggle Visibility */
.toggled-item{
	transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;
	overflow: hidden;
}
.toggled-item-hidden{
	padding-top:0!important;
	padding-bottom:0!important;
	border-top:0!important;
	border-bottom:0!important;
	outline:0!important;
	opacity: 0;
}

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

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Montserrat";
}
.container{
	max-width:1170px;
}
.lake-hero-text-s{
	font-size:60px;
}
.lake-hero-text-sub-s{
	font-size:34px;
}
.blocs-hero-btn-dwn{
	background-color:rgba(0,0,0,0.0);
}
.imac-bloc-text-vc{
	font-size:50px;
	margin-top:5%;
}
.home-title-1{
	font-size:20px;
	border-style:none;
}
.better-way{
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
}
.footer-links{
	font-size:13px;
	line-height:13px;
}
.home-service-back{
	padding:20px 20px 20px 20px;
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-color:rgba(222,205,186,0.4);
	border-color:#938C85;
	border-style:solid;
	border-width:2px 2px 2px 2px;
	border-radius:5px 5px 5px ;
}
.home{
	float:none;
}
.home-service-afd-logo{
	padding:13% 10px 10px 10px;
}
.home-mac{
	width:737px;
}
.contact-us-head{
	text-decoration:none;
	color:#FFFFFF!important;
	font-weight:bold;
	font-size:20px;
}
.contact-us-info-box{
	background-repeat:no-repeat;
	background-position:left top;
	background-size:100% 100%;
	background-color:rgba(81,78,73,0.5);
	border-color:rgba(212,205,189,0.3);
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-radius:5px 5px 5px ;
	padding:5px 5px 5px 5px;
}
.home-divider{
	background-color:rgba(255,255,255,0.0);
	text-shadow:0px 0px 0px #FFFFFF;
}
.header-map{
	max-width:160px;
	min-width:160px;
}
.home-partners-logo{
	max-width:728px;
	width:100%;
	max-height:100%;
	height:1%;
}
.home-slider{
	background-size:auto auto;
}
.home-slider-title{
	font-weight:bold;
	font-size:30px;
}
.home-slider-sub-title{
	font-size:20px;
}
.home-slider-button{
	background-color:#79BE37;
	float:nonefont-weight:400;
	color:#FFFFFF!important;
	font-family:"helvetica";
	font-size:20px;
	font-weight:bold;
	border-radius:3px 3px 3px ;
}
.home-slider-button:hover{
	background-color:#78B153;
}
.dbem-text-top-over-image{
	font-size:30px;
	color:#3B3C3C!important;
}
.dbem-price-plans-tick-green{
	color:#5EB70E!important;
	font-weight:bold;
}
.dbem-price-plans-tick-orange{
	color:#C55B02!important;
}
.dbem-price-plans-oao{
	font-size:8px;
	text-align:right;
}
.dbem-footer-terms{
	color:#FFFFFF!important;
	padding:5% 5% 5% 5%;
}
.service-button-top{
	background-color:#79BD36;
	border-radius:4px 4px 4px ;
	background-size:auto auto;
	width:250px;
	color:#FFFFFF!important;
}
.service-button-top-second{
	border-radius:3px 3px 3px ;
	background-color:#C55B02;
	width:250px;
	color:#FFFFFF!important;
}
.service-button-top-divider{
	background-color:rgba(0,255,0,0.0);
}
.stat-bloc-text{
	font-size:44px;
	text-align:center;
	font-weight:bold;
}
.stat-bloc-sub-text{
	font-size:16px;
	text-align:center;
	text-transform:uppercase;
}
.management-team-background{
	background-size:100% 100%;
	background-color:rgba(88,85,80,0.5);
	padding:10px 10px 10px 10px;
	border-style:solid;
	border-width:2px 2px 2px 2px;
	border-color:#58554F;
	border-radius:5px 5px 5px ;
	box-shadow:0px 0px 15px rgba(0,0,0,0.5);
}
.divider{
	background-color:#BABABA;
}
.mountain-hero-text{
	font-family:"Josefin Sans";
	font-size:60px;
	font-weight:bold;
	text-shadow:0px 3px 3px rgba(0,0,0,0.1);
}
.mountain-hero-text-sub{
	font-family:"Josefin Sans";
	font-size:36px;
}
.home-stats{
	padding:20px 20px 20px 20px;
}
.software-app-development-top-right{
	background-color:rgba(255,255,255,0.5);
	padding:20px 20px 20px 20px;
}
.software-app-development-programming-languages{
	margin-top:50px;
}
.software-app-development-product{
	height:2px;
}
.web-design-about{
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-color:rgba(255,255,255,0.2);
	border-radius:5px 5px 5px ;
	box-shadow:0px 0px 15px rgba(0,0,0,0.5);
	padding:10px 10px 10px 10px;
}
.web-design-contact{
	background-color:#FFFFFF;
	padding:10px 10px 10px 10px;
	text-shadow:px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.5);
}
.web-design-about-two{
	padding-right:px;
	padding-left:px;
}
.web-application-development-icon{
	padding:5% 5% 5% 5%;
}
.forum-on-cloud-top-images{
	padding:5% 5% 5% 5%;
}
.forum-on-cloud-price-and-plans{
	width:100%;
}
.mockup-top-text-background{
	background-color:rgba(0,0,0,0.4);
	padding:10px 10px 10px 10px;
}
.mockup-top-text-background-title{
	background-color:rgba(0,0,0,0.4);
	line-height:60px;
	letter-spacing:2px;
}
.mockup-text-background{
	background-color:rgba(255,255,255,0.9);
	padding:30px 30px 30px 30px;
}
.digital-marketing-button-green{
	background-color:#56B900;
	width:175px;
	border-radius:2px 2px 2px ;
}
.digital-marketing-button-green:hover{
	background-color:#56B800;
	box-shadow:0px 0px 10px #000000;
}
.digital-marketing-button-blue{
	background-color:#00AAEF;
	width:175px;
	border-radius:2px 2px 2px ;
	text-shadow:px;
	box-shadow:0px 0px 0px #000000;
}
.digital-marketing-button-blue:hover{
	background-color:#00AAEF;
	box-shadow:0px 0px 10px #000000;
}
.digital-marketing-button-orange{
	background-color:#F99200;
	width:175px;
	border-radius:2px 2px 2px ;
}
.digital-marketing-button-orange:hover{
	background-color:#F99200;
	box-shadow:0px 0px 10px #000000;
}
.digital-marketing-button-purple{
	width:175px;
	border-radius:2px 2px 2px ;
	background-color:#700071;
}
.digital-marketing-button-purple:hover{
	background-color:#700071;
	text-shadow:0px 0px 10px #000000;
}
.digital-marketing-service-background{
	background-color:rgba(255,255,255,0.5);
	padding:10px 10px 10px 10px;
}
.contextual-ad-text-background{
	padding:10px 10px 10px 10px;
	background-color:rgba(255,255,255,0.2);
}
.digital-marketing-button-dark-blue{
	background-color:#007ACE;
	border-radius:2px 2px 2px ;
}
.digital-marketing-button-dark-blue:hover{
	background-color:#007ACE;
	text-shadow:0px 0px 10px #000000;
}
.digital-marketing-button-sea-green{
	background-color:#00B4B4;
	border-radius:2px 2px 2px ;
}
.digital-marketing-button-sea-green:hover{
	background-color:#00B4B4;
	box-shadow:0px 0px 10px #000000;
}
.home-service-blocks{
	text-align:center;
	font-weight:normal;
	background-color:rgba(136,126,118,0.8);
	height:50px;
	padding:5% 5% 5% 5%;
}
.blocs-mobile-signup-text{
	font-size:33px;
}
.reseller-program-about{
	padding:5% 5% 5% 5%;
}
.reseller-program-levels{
	padding:1% 1% 1% 1%;
}
.reseller-program-levels-text{
	color:#FFFFFF!important;
}
.robust-infra{
	background-color:rgba(255,255,255,0.7);
	padding:1% 1% 1% 1%;
}
.businesses-about-us{
	width:250px;
	padding:15px 15px 15px 15px;
	background-color:#FFFFFF;
	color:#000000!important;
}
.businesses-about-us:hover{
	color:#000000!important;
	background-color:rgba(255,255,255,0.8);
}
.businesses-abou-us-top{
	background-color:rgba(255,255,255,0.89);
	padding:20px 20px 20px 20px;
}
.about-us-back{
	background:linear-gradient(326deg, #61F023, #008400);
}
.about-us-business-back{
	background:linear-gradient(0deg, #48C4A6, #6CEBFF);
}
.about-us-corporate{
	background-color:rgba(159,163,167,0.8);
	color:#FFFFFF!important;
	padding:10px 10px 10px 10px;
}
.management-team-join-button:hover{
	background-color:#63B81A;
}
.web-design-type-cloud-icon{
	font-size:220px;
	margin-bottom:20px;
}
.web-design-services{
	background:linear-gradient(292deg, #929000, #00FCFF);
}
.web-application-develop-cloud-icon{
	font-size:260px;
}
.web-application-develop-execution-plan{
	background:linear-gradient(81deg, #00FA92, #4E8F00);
	border-radius:20px 20px 20px 20px;
}
.login-price{
	padding:10% 10% 10% 10%;
}
.smtp-server-top{
	margin-bottom:200px;
}
.website-marketing-top{
	padding:10% 10% 10% 10%;
}
.website-marketing-services{
	font-size:20px;
	font-weight:bold;
	font-family:"Josefin Sans";
}
.movie-film-video-marketing-icon{
	font-size:300px;
	padding:10% 10% 10% 10%;
}
.bulk-sms-service-features{
	background-color:transparent;
}
.ddos-attack-protection-real-time{
	margin-bottom:-20px;
}
.ddos-attack-protection-icon{
	font-size:400px;
	padding:5% 5% 5% 5%;
	background-color:transparentcolor:transparent!important;
	color:#FFFFFF!important;
}
.hero-bloc-text{
	font-size:55px;
}
.hero-bloc-text-sub{
	font-size:36px;
}
.web-form-builder-text-background{
	background-color:rgba(0,0,0,0.1);
	padding:5% 5% 5% 5%;
}
.home-menu-logo{
	background-color:rgba(255,255,255,0.2);
	padding:5px 5px 5px 5px;
}
.home-menu-background{
	background-color:#FFFFFF;
	padding:10px 10px 10px 10px;
}
.founders-corner-quote{
	background-color:rgba(255,255,255,0.3);
	padding:10px 10px 10px 10px;
	float:none;
}
.navbar-toggle{
	background-color:#FFFFFF;
}
.navbar-toggle:active{
	background-color:#FFFFFF;
}
.navbar-toggle:hover{
	background-color:#FFFFFF;
}
.dbem-hidden-tags{
	font-size:2px;
	color:#5EB50E!important;
}
.smtp-server-tags{
	color:#0192C6!important;
	font-size:2px;
}
.web-form-builders-tags{
	font-size:2px;
	color:#3DABD1!important;
}
.ip-warmup-guide-download{
	padding:5% 5% 5% 5%;
}
.ip-warmup-guide-download-background{
	background-color:transparent;
	background:linear-gradient(278deg, #59C5D6, #0E63BC);
}
.dbem-header-title{
	background-color:transparent;
	background:linear-gradient(82deg, #01CAFF, #722BFE);
	background-clip:text!important;
	-webkit-background-clip:text!important;
}
.dbem-header-tagline{
	background:px;
	text-shadow:0px 0px 5px #000000;
}
.dbem-discount{
	font-size:16px;
}
.smtp-shadow{
	text-shadow:0px 0px 5px #000000;
}
.bloc-0-h5{
	font-size: 12.000000953674316px;
}
.bloc-1-h5{
	font-size: 12.000000953674316px;
}
.bloc-2-h5{
	font-size: 12.000000953674316px;
}
.bloc-3-h5{
	font-size: 12.000000953674316px;
}
.bloc-6-h5{
	font-size: 12.000000953674316px;
}
.bloc-7-h5{
	font-size: 12.000000953674316px;
}
.bloc-8-h5{
	font-size:11px;
}
.bloc-9-h5{
	font-size:11px;
}
.bloc-16-h5{
	font-size: 20.000000953674316px;
}
.bloc-16-h3{
	font-size: 20.000000953674316px;
}
.bloc-18-p{
	font-size: 18px;
}
.bloc-25-h1{
	font-family: Montserrat;
	font-size:60px;
	line-height:80px;
}
.bloc-25-h3{
	font-family: Montserrat;
}
.bloc-28-h4{
	font-size: 14px;
}
.bloc-28-p{
	font-size: 12px;
}
.bloc-29-p{
	font-size: 12px;
}
.bloc-30-h5{
	font-size: 12px;
}
.bloc-32-h3{
	font-size:16px;
}
.bloc-32-p{
	font-size: 10px;
}
.bloc-34-p{
	font-size:9px;
}
.bloc-35-p{
	font-size:16px;
}
.bloc-38-p{
	font-size:14px;
}
.bloc-52-h1{
	font-size:24px;
}
.bloc-53-h1{
	font-size:45px;
}
.bloc-54-p{
	font-size:16px;
}
.bloc-56-p{
	font-size:12px;
}
.bloc-58-p{
	font-size: 12px;
}
.bloc-69-h1{
	font-size:16px;
}
.bloc-70-p{
	font-family: "Josefin Sans";
	font-size: 30px;
}
.bloc-71-h3{
	font-size:14px;
}
.bloc-82-p{
	font-size:14px;
}
.bloc-82-h1{
	font-size:16px;
}
.bloc-102-h1{
	font-size:24px;
	line-height:50px;
}
.bloc-102-p{
	font-size:16px;
}
.bloc-106-h1{
	font-size:20px;
}
.bloc-111-h1{
	font-size:20px;
}
.bloc-113-h1{
	font-size:24px;
}
.bloc-117-p{
	font-family: "Open Sans";
	font-weight: 400;
	font-size: 20px;
}
.bloc-128-p{
	font-family: "Open Sans";
	font-weight: 400;
	font-size: 20px;
}
.bloc-139-p{
	font-family: "Open Sans";
	font-weight: 400;
	font-size:20px;
}
.bloc-155-p{
	font-size:16px;
}
.bloc-158-h5{
	font-size: 12px;
}
.bloc-161-p{
	font-family: "Source Sans Pro";
	font-size:28px;
}
.bloc-163-p{
	font-size: 6px;
}
.bloc-165-h1{
	font-size:24px;
}
.bloc-166-p{
	font-size:18px;
}
.bloc-178-p{
	font-size:16px;
}
.bloc-186-p{
	font-size:14px;
}
.bloc-221-p{
	font-size:16px;
}
.bloc-223-p{
	font-size:14px;
}
.bloc-244-p{
	font-size:18px;
}
.bloc-249-p{
	font-size:16px;
}
.bloc-250-p{
	font-size:18px;
}
.bloc-255-p{
	font-size:14px;
}
.bloc-268-h1{
	font-family: Montserrat;
	font-size:36px;
	line-height: 38px;
}
.bloc-271-h5{
	font-size: 12px;
}
.bloc-273-h3{
	font-size:16px;
}
.bloc-273-p{
	font-size: 10px;
}
.bloc-275-p{
	font-size: 8px;
}
.bloc-294-p{
	font-size: 8px;
}
.bloc-296-h4{
	font-size: 16px;
}
.bloc-296-h6{
	font-size: 8px;
}
.bloc-305-h3{
	font-size:18px;
}
.bloc-309-h1{
	font-size: 100px;
}
.bloc-309-p{
	font-size: 20px;
}
.bloc-312-p{
	font-size:14px;
}
.bloc-319-h3{
	font-size:20px;
}
.navbar-brand img{
	width:250px;
}
.hero-header-text{
	font-size:60px;
	font-weight:bold;
}
.hero-subheader{
	font-size:35px;
	font-weight:normal;
}
.text-blue-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(88deg, #5DB60C, #FEFFFF);
	color:transparent!important;
}
.home-menu-font{
	font-size:14px;
}
.h6-style{
	font-size:12px;
}
.h6-bloc-321-style{
	font-size:12px;
}
.h6-2-style{
	font-size:12px;
}
.h6-global-style{
	font-size:12px;
}
.h6-india-style{
	font-size:12px;
}
.h6-8-style{
	font-size:12px;
}
.h6-россия-style{
	font-size:12px;
}
.h6-türkiye-style{
	font-size:12px;
}
.h6-11-style{
	font-size:12px;
}
.h6-brasil-style{
	font-size:12px;
}
.h6-deutschland-style{
	font-size:12px;
}
.h6-indonesia-style{
	font-size:12px;
}
.h6-españa-style{
	font-size:12px;
}
.h6-5-style{
	font-size:12px;
}
.h6-16-style{
	font-size:12px;
}
.img-style{
	height:32px;
}
.h3-style{
	font-size:20px;
}
.header-text-rotate{
	padding-top:10px;
}
.img-partners-logo-style{
	width:621px;
}
.h3-100-000--style{
	font-size:24px;
}
.h3-100-p-s-style{
	font-size:24px;
}
.h3-9-billion-style{
	font-size:24px;
}
.h3-bloc-15-style{
	font-size:24px;
}
.p-style{
	font-size:14px;
}
.p-bloc-14-style{
	font-size:14px;
}
.p-bloc-13-style{
	font-size:14px;
}
.p-bloc-12-style{
	font-size:14px;
}
.h5-style-footer{
	font-size:14px;
	font-family:"Montserrat";
	color:#5DB60C!important;
}
.h6-17-style{
	font-size:12px;
}
.h1-style{
	font-size:30px;
}
.h4-style{
	font-size:18px;
}
.h4-bloc-20-style{
	font-size:16px;
}
.h4-4-style{
	font-size:16px;
}
.h4-5-style{
	font-size:16px;
}
.h4-6-style{
	font-size:16px;
}
.h4-web-designing-style{
	font-size:16px;
}
.h4-web-studio-style{
	font-size:16px;
}
.h4-8-style{
	font-size:16px;
}
.h4-7-style{
	font-size:16px;
}
.h4-11-style{
	font-size:16px;
}
.h4-forum-on-cloud-style{
	font-size:16px;
}
.h4-13-style{
	font-size:16px;
}
.h4-smtp-server-style{
	font-size:16px;
}
.font-size-top-country{
	font-size:14px;
}
.text-changing-font{
	font-family:"Montserrat";
	font-size:16px;
	padding-top:10px;
	padding-bottom:10px;
}
.sub-menu-font-custom{
	font-size:13px;
}
.sub-menu-about-padding{
	padding:10px 10px 10px 10px;
}
.businesses-ratings-star{
	text-align:right;
}
.link-style{
	font-weight:bold;
}
.link-bloc-17-style{
	font-weight:bold;
}
.link-0-style{
	font-weight:bold;
}
.h3-bloc-19-style{
	font-size:20px;
}
.h3-bloc-21-style{
	font-size:20px;
}
.h3-bloc-23-style{
	font-size:20px;
}
.h4-bloc-22-style{
	font-size:16px;
}
.h4-18-style{
	font-size:16px;
}
.h4-vps-hosting-style{
	font-size:16px;
}
.h4-20-style{
	font-size:16px;
}
.h4-22-style{
	font-size:16px;
}
.h4-23-style{
	font-size:16px;
}
.h4-24-style{
	font-size:16px;
}
.h4-21-style{
	font-size:16px;
}
.h4-bloc-24-style{
	font-size:16px;
}
.h4-26-style{
	font-size:16px;
}
.h4-27-style{
	font-size:16px;
}
.h4-28-style{
	font-size:16px;
}
.h4-32-style{
	font-size:16px;
}
.h4-40-style{
	font-size:16px;
}
.h4-36-style{
	font-size:16px;
}
.h4-31-style{
	font-size:16px;
}
.h4-35-style{
	font-size:16px;
}
.h4-39-style{
	font-size:16px;
}
.h4-30-style{
	font-size:16px;
}
.h4-34-style{
	font-size:16px;
}
.h4-38-style{
	font-size:16px;
}
.h4-29-style{
	font-size:16px;
}
.h4-33-style{
	font-size:16px;
}
.h4-37-style{
	font-size:16px;
}
.h4-bloc-27-style{
	font-size:18px;
}
.p-bloc-27-style{
	font-size:14px;
}
.p-15-style{
	font-size:14px;
}
.p-16-style{
	font-size:14px;
}
.p-17-style{
	font-size:14px;
}
.h4-bloc-29-style{
	font-size:18px;
}
.h5-style{
	font-size:14px;
}
.h1-about-us-style{
	font-size:24px;
}
.p-bloc-36-style{
	font-size:14px;
}
.h3-bloc-39-style{
	font-size:24px;
}
.h3-bloc-40-style{
	font-size:24px;
}
.h3-vision-style{
	font-size:24px;
}
.h3-bloc-38-style{
	font-size:24px;
}
.h3-bloc-41-style{
	font-size:24px;
}
.img-17-style{
	width:668px;
}
.p-bloc-40-style{
	font-size:12px;
}
.p-59-style{
	font-size:12px;
}
.h4-bloc-39-style{
	font-size:14px;
}
.p-bloc-42-style{
	font-size:14px;
}
.h1-contact-us-style{
	font-size:24px;
}
.h4-color{
	color:#008400;
	font-size:18px;
}
.h5-bloc-42-style{
	font-size:12px;
}
.h5-172-style{
	font-size:12px;
}
.h5-174-style{
	font-size:12px;
}
.h5-166-style{
	font-size:12px;
}
.h5-168-style{
	font-size:12px;
}
.h5-176-style{
	font-size:12px;
}
.h5-178-style{
	font-size:12px;
}
.h5-170-style{
	font-size:12px;
}
.h5-163-style{
	font-size:14px;
}
.h5-171-style{
	font-size:14px;
}
.h5-173-style{
	font-size:14px;
}
.h5-165-style{
	font-size:14px;
}
.h5-167-style{
	font-size:14px;
}
.h5-175-style{
	font-size:14px;
}
.h5-177-style{
	font-size:14px;
}
.h5-169-style{
	font-size:14px;
}
.h4-headquarters-style{
	font-size:18px;
}
.h4-email-style{
	font-size:18px;
}
.h5-179-style{
	font-size:14px;
}
.h3-18-style{
	font-size:24px;
}
.p-bloc-43-style{
	font-size:14px;
}
.h3--press-style{
	font-size:20px;
}
.h3--report-abuse-style{
	font-size:20px;
}
.h3-bloc-48-style{
	font-size:20px;
}
.p-bloc-48-style{
	font-size:14px;
}
.p-bloc-47-style{
	font-size:14px;
}
.p-bloc-46-style{
	font-size:14px;
}
.h1-bloc-49-style{
	font-size:24px;
}
.p-bloc-50-style{
	font-size:14px;
}
.p-67-style{
	font-size:14px;
}
.h3-bloc-50-style{
	font-size:20px;
}
.h3-24-style{
	font-size:20px;
}
.h3-22-style{
	font-size:20px;
}
.p-68-style{
	font-size:14px;
}
.h3-25-style{
	font-size:20px;
}
.p-69-style{
	font-size:14px;
}
.p-70-style{
	font-size:14px;
}
.p-71-style{
	font-size:14px;
}
.h3-plus-reseller-style{
	font-size:20px;
}
.h3-27-style{
	font-size:20px;
}
.h3-bloc-51-style{
	font-size:20px;
}
.p-bloc-51-style{
	font-size:14px;
}
.h4-ayaan-chawla-style{
	font-size:18px;
}
.h5-founder-ceo-style{
	font-size:14px;
}
.p-bloc-52-style{
	font-size:12px;
}
.p-75-style{
	font-size:12px;
}
.h5-bloc-52-style{
	font-size:14px;
}
.h4-bloc-52-style{
	font-size:18px;
}
.h4-vinay-oberoi-style{
	font-size:18px;
}
.h5-183-style{
	font-size:14px;
}
.p-77-style{
	font-size:12px;
}
.p-76-style{
	font-size:12px;
}
.h5-182-style{
	font-size:14px;
}
.h4-ravi-shankar-style{
	font-size:18px;
}
.h4-53-style{
	font-size:18px;
}
.h5-advisor-style{
	font-size:14px;
}
.p-79-style{
	font-size:12px;
}
.h5-ui-design-style{
	font-size:16px;
}
.h5-bloc-54-style{
	font-size:16px;
}
.h5-187-style{
	font-size:16px;
}
.h4-bloc-56-style{
	font-size:20px;
}
.img-bloc-56-style{
	width:632px;
}
.h4-android-style{
	font-size:16px;
}
.h4-62-style{
	font-size:16px;
}
.h4-windows-style{
	font-size:16px;
}
.h4-64-style{
	font-size:16px;
}
.h4-design-style{
	font-size:16px;
}
.h4-build-style{
	font-size:16px;
}
.h4-test-style{
	font-size:16px;
}
.h4-distribute-style{
	font-size:16px;
}
.h4-bloc-55-style{
	font-size:18px;
}
.h5-bloc-58-style{
	font-size:16px;
	line-height:22px;
}
.h5-189-style{
	font-size:14px;
	line-height:20px;
}
.img-bloc-57-style{
	width:469px;
}
.h4-support-apps-style{
	font-size:16px;
}
.h4-ecommerce-apps-style{
	font-size:14px;
}
.h4-bloc-61-style{
	font-size:14px;
}
.h4-e-books-style{
	font-size:14px;
}
.h4-invoicing-apps-style{
	font-size:14px;
}
.h4-bloc-66-style{
	font-size:14px;
}
.h4-bloc-63-style{
	font-size:14px;
}
.h4-bloc-62-style{
	font-size:14px;
}
.h4-bloc-65-style{
	font-size:14px;
}
.h1-bloc-69-style{
	font-size:24px;
}
.p-bloc-69-style{
	font-size:16px;
}
.h4-bloc-69-style{
	font-size:18px;
}
.h3-bloc-69-style{
	font-size:18px;
}
.p-85-style{
	font-size:14px;
}
.p-86-style{
	font-size:14px;
}
.p-bloc-71-style{
	font-size:14px;
}
.p-bloc-72-style{
	font-size:16px;
}
.p-bloc-73-style{
	font-size:16px;
}
.p-bloc-74-style{
	font-size:16px;
}
.p-bloc-77-style{
	font-size:16px;
}
.p-bloc-76-style{
	font-size:16px;
}
.p-bloc-75-style{
	font-size:16px;
}
.p-bloc-78-style{
	font-size:16px;
}
.p-bloc-79-style{
	font-size:16px;
}
.p-bloc-80-style{
	font-size:16px;
}
.p-90-style{
	font-size:14px;
}
.p-92-style{
	font-size:14px;
}
.p-94-style{
	font-size:14px;
}
.p-100-style{
	font-size:14px;
}
.p-98-style{
	font-size:14px;
}
.p-96-style{
	font-size:14px;
}
.p-102-style{
	font-size:14px;
}
.p-104-style{
	font-size:14px;
}
.p-106-style{
	font-size:14px;
}
.h1-bloc-82-style{
	font-size:24px;
}
.h4-bloc-82-style{
	font-size:18px;
}
.h3-bloc-82-style{
	font-size:18px;
}
.h4-77-style{
	font-size:16px;
}
.h4-bloc-84-style{
	font-size:18px;
}
.p-bloc-84-style{
	font-size:14px;
}
.p-112-style{
	font-size:14px;
}
.p-113-style{
	font-size:14px;
}
.p-114-style{
	font-size:14px;
}
.p-115-style{
	font-size:14px;
}
.p-116-style{
	font-size:14px;
}
.p-117-style{
	font-size:14px;
}
.h4-bloc-85-style{
	font-size:16px;
}
.p-bloc-85-style{
	font-size:14px;
}
.p-bloc-88-style{
	font-size:14px;
}
.h4-bloc-88-style{
	font-size:16px;
}
.h4-bloc-89-style{
	font-size:16px;
}
.p-bloc-89-style{
	font-size:14px;
}
.p-bloc-92-style{
	font-size:14px;
}
.h4-bloc-92-style{
	font-size:16px;
}
.h4-bloc-93-style{
	font-size:16px;
}
.p-bloc-93-style{
	font-size:14px;
}
.h4-bloc-96-style{
	font-size:16px;
}
.p-bloc-96-style{
	font-size:14px;
}
.h4-bloc-97-style{
	font-size:16px;
}
.p-bloc-97-style{
	font-size:14px;
}
.h4-price-plans-style{
	font-size:18px;
}
.h1-forum-on-cloud-style{
	font-size:24px;
}
.p-bloc-100-style{
	font-size:14px;
}
.p-127-style{
	font-size:14px;
}
.h3-bloc-102-style{
	font-size:20px;
}
.h3-bloc-103-style{
	font-size:16px;
}
.h4-bloc-104-style{
	font-size:16px;
}
.p-bloc-104-style{
	font-size:14px;
}
.p-131-style{
	font-size:14px;
}
.h4-89-style{
	font-size:16px;
}
.h4-90-style{
	font-size:16px;
}
.p-132-style{
	font-size:14px;
}
.h4-91-style{
	font-size:16px;
}
.p-133-style{
	font-size:14px;
}
.img-bloc-11-style{
	height:45px;
}
.home-fb-widget-align{
	text-align:center;
}
.h5-bloc-16-style{
	line-height:30px;
}
.h5-bloc-106-style{
	font-size:14px;
}
.p-bloc-106-style{
	font-size:14px;
	line-height:23px;
}
.p-136-style{
	font-size:14px;
	line-height:28px;
}
.img-banner-style{
	width:366px;
}
.p-137-style{
	font-size:14px;
	line-height:22px;
}
.h1-pay-per-click-style{
	font-size:20px;
}
.p-bloc-107-style{
	font-size:14px;
}
.p-139-style{
	font-size:14px;
}
.h1-bloc-107-style{
	font-size:20px;
}
.h1-19-style{
	font-size:20px;
}
.p-140-style{
	font-size:14px;
}
.p-141-style{
	font-size:14px;
}
.h1-20-style{
	font-size:20px;
}
.h1-bloc-109-style{
	font-size:24px;
}
.h1-22-style{
	font-size:20px;
}
.p-bloc-109-style{
	font-size:14px;
}
.h1-23-style{
	font-size:20px;
}
.p-144-style{
	font-size:14px;
}
.img-wpa0759dde--style{
	width:247px;
}
.h5-bloc-111-style{
	font-size:14px;
}
.p-bloc-111-style{
	font-size:14px;
	line-height:28px;
}
.p-146-style{
	font-size:14px;
	line-height:23px;
}
.marketing-title-margin-bottom{
	margin-bottom:25px;
}
.p-bloc-319-style{
	font-size:13px;
}
.h1-strategy-style{
	font-size:24px;
	background-color:rgba(255,255,255,0.75);
	padding:10px 10px 10px 10px;
}
.p-bloc-317-style{
	font-size:14px;
}
.h1-vision-style{
	font-size:24px;
}
.p-bloc-315-style{
	font-size:14px;
}
.p-bloc-313-style{
	font-size:12px;
}
.p-344-style{
	font-size:12px;
}
.p-342-style{
	font-size:12px;
}
.h3-bloc-311-style{
	font-size:20px;
}
.h1-bloc-304-style{
	font-size:24px;
}
.p-bloc-304-style{
	font-size:14px;
}
.p-bloc-305-style{
	font-size:14px;
}
.p-332-style{
	font-size:14px;
}
.p-333-style{
	font-size:14px;
}
.p-334-style{
	font-size:14px;
}
.p-335-style{
	font-size:14px;
}
.h3-bloc-306-style{
	font-size:18px;
}
.p-bloc-306-style{
	font-size:14px;
}
.h3-147-style{
	font-size:18px;
}
.p-337-style{
	font-size:14px;
}
.p-bloc-307-style{
	font-size:14px;
}
.p-bloc-308-style{
	font-size:12px;
}
.contact-us-box-back{
	background-color:#FEFFFF;
	padding:10px 10px 10px 10px;
}
.anti-spam-title{
	margin-bottom:20px;
}
.h1-privacy-policy-style{
	font-size:24px;
}
.p-bloc-301-style{
	font-size:14px;
}
.privacy-policy-button{
	margin:5px 5px 5px 5px;
}
.p-bloc-302-style{
	font-size:12px;
}
.p-327-style{
	font-size:12px;
}
.p-bloc-303-style{
	font-size:12px;
}
.p-329-style{
	font-size:14px;
}
.h1-bloc-298-style{
	font-size:24px;
}
.p-bloc-298-style{
	font-size:14px;
}
.p-bloc-299-style{
	font-size:12px;
}
.p-bloc-300-style{
	font-size:16px;
}
.p-324-style{
	font-size:14px;
}
.h1-bloc-295-style{
	font-size:24px;
}
.p-bloc-295-style{
	font-size:14px;
}
.h4-bloc-297-style{
	font-size:16px;
}
.p-bloc-296-style{
	font-size:14px;
}
.payment-button-margin{
	margin-bottom:20px;
}
.h1-bloc-288-style{
	font-size:24px;
}
.h3-bloc-289-style{
	font-size:18px;
}
.p-bloc-289-style{
	font-size:14px;
}
.h3-bloc-290-style{
	font-size:18px;
}
.p-bloc-290-style{
	font-size:14px;
}
.h3-bloc-291-style{
	font-size:18px;
}
.p-bloc-291-style{
	font-size:14px;
}
.h3-bloc-292-style{
	font-size:18px;
}
.p-bloc-292-style{
	font-size:14px;
}
.p-bloc-293-style{
	font-size:14px;
}
.h1-news-style{
	font-size:24px;
}
.p-bloc-287-style{
	font-size:14px;
}
.h1-email-hosting-style{
	font-size:24px;
}
.h1-bloc-278-style{
	font-size:26px;
}
.h4-bloc-278-style{
	font-size:18px;
}
.h3-bloc-279-style{
	font-size:20px;
}
.h3-128-style{
	font-size:20px;
}
.h3-129-style{
	font-size:20px;
}
.h3-bloc-280-style{
	font-size:20px;
}
.h3-bloc-281-style{
	font-size:16px;
}
.p-bloc-281-style{
	font-size:14px;
}
.h3-bloc-282-style{
	font-size:16px;
}
.p-bloc-282-style{
	font-size:14px;
}
.h3-bloc-283-style{
	font-size:16px;
}
.p-bloc-283-style{
	font-size:14px;
}
.h3-bloc-286-style{
	font-size:16px;
}
.p-bloc-286-style{
	font-size:14px;
}
.h3-bloc-285-style{
	font-size:16px;
}
.p-bloc-285-style{
	font-size:14px;
}
.h3-bloc-284-style{
	font-size:16px;
}
.p-bloc-284-style{
	font-size:14px;
}
.h3-bloc-268-style{
	font-size:16px;
}
.h2-style{
	font-size:18px;
}
.p-bloc-268-style{
	font-size:14px;
}
.p-294-style{
	font-size:14px;
}
.p-295-style{
	font-size:14px;
}
.p-296-style{
	font-size:14px;
}
.smtp-back-top-text{
	background-color:rgba(0,0,0,0.40);
	padding:20px 20px 20px 20px;
}
.h3-bloc-269-style{
	font-size:18px;
}
.p-bloc-269-style{
	font-size:14px;
}
.p-298-style{
	font-size:14px;
}
.h3-124-style{
	font-size:18px;
}
.h5-bloc-274-style{
	font-size:14px;
}
.h1-bloc-255-style{
	font-size:24px;
}
.h3-bloc-256-style{
	font-size:22px;
}
.h3-server-set-up-style{
	font-size:16px;
}
.h3-bloc-259-style{
	font-size:16px;
}
.h3-bloc-260-style{
	font-size:16px;
}
.p-bloc-260-style{
	font-size:14px;
}
.p-bloc-259-style{
	font-size:14px;
}
.p-bloc-258-style{
	font-size:14px;
}
.h2-bloc-261-style{
	font-size:24px;
}
.h3-bloc-261-style{
	font-size:18px;
}
.h3-instant-setup-style{
	font-size:16px;
}
.h3-bloc-263-style{
	font-size:16px;
}
.h3-bloc-264-style{
	font-size:16px;
}
.p-bloc-264-style{
	font-size:14px;
}
.p-bloc-263-style{
	font-size:14px;
}
.p-bloc-262-style{
	font-size:14px;
}
.h3-bloc-265-style{
	font-size:16px;
}
.h3-bloc-266-style{
	font-size:16px;
}
.h3-and-lots-more--style{
	font-size:16px;
}
.p-bloc-267-style{
	font-size:14px;
}
.p-bloc-266-style{
	font-size:14px;
}
.p-bloc-265-style{
	font-size:14px;
}
.h1-bloc-247-style{
	font-size:24px;
}
.h3-our-servers-style{
	font-size:18px;
}
.p-bloc-251-style{
	font-size:14px;
}
.h3-our-platform-style{
	font-size:18px;
}
.p-bloc-252-style{
	font-size:14px;
}
.h3-cpanel-whm-style{
	font-size:18px;
}
.p-bloc-253-style{
	font-size:14px;
}
.p-bloc-254-style{
	font-size:14px;
}
.h3-bloc-254-style{
	font-size:18px;
}
.h1-vps-hosting-style{
	font-size:24px;
}
.h3-bloc-245-style{
	font-size:18px;
}
.p-bloc-245-style{
	font-size:14px;
}
.p-bloc-246-style{
	font-size:14px;
}
.h3-bloc-246-style{
	font-size:18px;
}
.h3-106-style{
	font-size:18px;
}
.h3-104-style{
	font-size:18px;
}
.p-273-style{
	font-size:14px;
}
.h1-bloc-233-style{
	font-size:24px;
}
.h2-bloc-233-style{
	font-size:18px;
}
.h3-bloc-235-style{
	font-size:18px;
	color:#E27620!important;
}
.h4-bloc-235-style{
	font-size:14px;
	color:#7189D8!important;
}
.h3-bloc-236-style{
	font-size:18px;
}
.h3-96-style{
	font-size:16px;
}
.h3-email-included-style{
	font-size:16px;
}
.h3-98-style{
	font-size:16px;
}
.p-bloc-236-style{
	font-size:14px;
}
.p-265-style{
	font-size:14px;
}
.p-264-style{
	font-size:14px;
}
.h3-bloc-237-style{
	font-size:18px;
}
.p-bloc-237-style{
	font-size:14px;
}
.h2-under-the-hood-style{
	font-size:18px;
}
.h3-bloc-239-style{
	font-size:16px;
}
.h3-bloc-240-style{
	font-size:16px;
}
.h3-bloc-241-style{
	font-size:16px;
}
.p-bloc-239-style{
	font-size:14px;
}
.p-bloc-240-style{
	font-size:14px;
}
.p-bloc-241-style{
	font-size:14px;
}
.h1-web-studio-style{
	font-size:24px;
}
.h3-server-robots-style{
	font-size:16px;
}
.h3-optimization-style{
	font-size:16px;
}
.h3-security-style{
	font-size:16px;
}
.p-bloc-224-style{
	font-size:14px;
}
.p-bloc-226-style{
	font-size:14px;
}
.p-bloc-225-style{
	font-size:14px;
}
.p-bloc-229-style{
	font-size:14px;
}
.p-bloc-228-style{
	font-size:14px;
}
.p-bloc-227-style{
	font-size:14px;
}
.h3-lookups-style{
	font-size:16px;
}
.h3-developers-style{
	font-size:16px;
}
.h3-miscellaneous-style{
	font-size:16px;
}
.h3-list-of-tools-style{
	font-size:18px;
}
.p-bloc-231-style{
	font-size:14px;
}
.p-bloc-232-style{
	font-size:14px;
}
.web-studio-top-back{
	background-color:rgba(255,255,255,0.15);
}
.h1-bloc-221-style{
	font-size:24px;
}
.h1-bloc-215-style{
	font-size:24px;
}
.h3-bloc-215-style{
	font-size:18px;
}
.h3-bloc-216-style{
	font-size:18px;
}
.p-bloc-216-style{
	font-size:14px;
}
.h3-bloc-218-style{
	font-size:18px;
}
.p-bloc-218-style{
	font-size:14px;
}
.h3-bloc-217-style{
	font-size:18px;
}
.p-bloc-217-style{
	font-size:14px;
}
.h3-bloc-219-style{
	font-size:18px;
}
.h3-bloc-220-style{
	font-size:18px;
}
.p-bloc-220-style{
	font-size:14px;
}
.p-bloc-219-style{
	font-size:14px;
}
.h1-whois-lookup-style{
	font-size:32px;
}
.h3-bloc-214-style{
	font-size:24px;
	line-height:40px;
}
.h1-bloc-204-style{
	font-size:24px;
}
.h3-bloc-205-style{
	font-size:20px;
}
.h3-bloc-206-style{
	font-size:18px;
}
.p-bloc-206-style{
	font-size:14px;
}
.h3-bloc-207-style{
	font-size:18px;
}
.p-bloc-207-style{
	font-size:14px;
}
.h3-dns-management-style{
	font-size:18px;
}
.h3-bloc-209-style{
	font-size:18px;
}
.p-bloc-209-style{
	font-size:14px;
}
.p-bloc-208-style{
	font-size:14px;
}
.h3-bloc-211-style{
	font-size:18px;
}
.h3-bloc-210-style{
	font-size:18px;
}
.p-bloc-210-style{
	font-size:14px;
}
.p-bloc-211-style{
	font-size:14px;
}
.p-bloc-212-style{
	font-size:14px;
}
.h3-bulk-tools-style{
	font-size:18px;
}
.h1-bloc-200-style{
	font-size:24px;
}
.h1-features-style{
	font-size:20px;
}
.h3-bloc-202-style{
	font-size:18px;
}
.p-bloc-202-style{
	font-size:14px;
}
.p-234-style{
	font-size:14px;
}
.h3-65-style{
	font-size:18px;
}
.h3-66-style{
	font-size:18px;
}
.p-235-style{
	font-size:14px;
}
.h3-67-style{
	font-size:18px;
}
.p-236-style{
	font-size:14px;
}
.h3-68-style{
	font-size:18px;
}
.p-237-style{
	font-size:14px;
}
.h3-bloc-203-style{
	font-size:18px;
}
.p-bloc-203-style{
	font-size:14px;
}
.h3-70-style{
	font-size:18px;
}
.p-239-style{
	font-size:14px;
}
.h3-71-style{
	font-size:18px;
}
.p-240-style{
	font-size:14px;
}
.h1-bloc-186-style{
	font-size:24px;
}
.h4--5-month-only--style{
	font-size:18px;
}
.web-form-builder-price-top{
	margin-top:10px;
}
.h3-bloc-187-style{
	font-size:18px;
}
.p-bloc-187-style{
	font-size:14px;
}
.p-214-style{
	font-size:14px;
}
.p-215-style{
	font-size:14px;
}
.h3-52-style{
	font-size:18px;
}
.h3-51-style{
	font-size:18px;
}
.h3-overall-style{
	font-size:20px;
}
.h4- all-features-style{
	font-size:18px;
}
.p-bloc-188-style{
	font-size:14px;
}
.p-217-style{
	font-size:14px;
}
.p-218-style{
	font-size:14px;
}
.p-219-style{
	font-size:14px;
}
.p-220-style{
	font-size:14px;
}
.p-221-style{
	font-size:14px;
}
.h3-bloc-190-style{
	font-size:18px;
}
.h3-key-features-style{
	font-size:16px;
}
.h3-form-builder-style{
	font-size:16px;
}
.h3--theme-editor-style{
	font-size:16px;
}
.h3-notifications-style{
	font-size:16px;
}
.h3-entries-style{
	font-size:16px;
}
.h3--fields-style{
	font-size:16px;
}
.p-bloc-194-style{
	font-size:14px;
}
.p-bloc-195-style{
	font-size:14px;
}
.p-bloc-196-style{
	font-size:14px;
}
.p-bloc-193-style{
	font-size:14px;
}
.p-bloc-192-style{
	font-size:14px;
}
.p-bloc-191-style{
	font-size:14px;
}
.h3--payment-style{
	font-size:16px;
}
.p-bloc-197-style{
	font-size:14px;
}
.p-bloc-198-style{
	font-size:14px;
}
.h3-bloc-198-style{
	font-size:16px;
}
.h3-bloc-199-style{
	font-size:16px;
}
.p-bloc-199-style{
	font-size:14px;
}
.h1-bloc-178-style{
	font-size:24px;
}
.h3-bloc-178-style{
	font-size:18px;
}
.h2-bloc-179-style{
	font-size:20px;
}
.h2-bloc-180-style{
	font-size:20px;
}
.h3-bloc-181-style{
	font-size:16px;
}
.p-bloc-181-style{
	font-size:14px;
}
.p-bloc-182-style{
	font-size:14px;
}
.p-bloc-183-style{
	font-size:14px;
}
.h3-bloc-183-style{
	font-size:16px;
}
.h3-bloc-182-style{
	font-size:16px;
}
.h3-bloc-184-style{
	font-size:16px;
}
.p-bloc-184-style{
	font-size:14px;
}
.p-bloc-185-style{
	font-size:14px;
}
.h3-bloc-185-style{
	font-size:16px;
}
.h1-bloc-170-style{
	font-size:24px;
}
.p-bloc-170-style{
	font-size:16px;
}
.h3-bloc-172-style{
	font-size:18px;
}
.h3-bloc-174-style{
	font-size:18px;
}
.p-bloc-174-style{
	font-size:14px;
}
.h3-42-style{
	font-size:18px;
}
.p-204-style{
	font-size:14px;
}
.p-bloc-173-style{
	font-size:14px;
}
.p-198-style{
	font-size:14px;
}
.p-200-style{
	font-size:14px;
}
.p-201-style{
	font-size:14px;
}
.p-202-style{
	font-size:14px;
}
.h1-bloc-175-style{
	font-size:18px;
}
.h3-bloc-176-style{
	font-size:18px;
}
.h1-bloc-168-style{
	font-size:18px;
}
.h1-bloc-160-style{
	font-size:24px;
}
.h1-bloc-154-style{
	font-size:24px;
}
.h3-bloc-157-style{
	font-size:20px;
}
.h5-bloc-157-style{
	font-size:16px;
}
.h5-191-style{
	font-size:16px;
}
.h5-192-style{
	font-size:16px;
}
.h5-193-style{
	font-size:16px;
}
.h5-194-style{
	font-size:16px;
}
.h5--reminders-style{
	font-size:16px;
}
.h5--news-alerts-style{
	font-size:16px;
}
.h5-197-style{
	font-size:16px;
}
.h5-198-style{
	font-size:16px;
}
.h5-199-style{
	font-size:16px;
}
.h5-200-style{
	font-size:16px;
}
.h5--reservations-style{
	font-size:16px;
}
.h5-202-style{
	font-size:16px;
}
.h5-203-style{
	font-size:16px;
}
.h5-204-style{
	font-size:16px;
}
.h5--and-much-more-style{
	font-size:16px;
}
.img-bloc-156-style{
	width:481px;
}
.h1-bloc-149-style{
	font-size:24px;
}
.h3-bloc-150-style{
	font-size:18px;
}
.h3-bloc-153-style{
	font-size:16px;
}
.p-bloc-152-style{
	font-size:14px;
}
.h1-bloc-138-style{
	font-size:24px;
}
.h3-bloc-148-style{
	font-size:16px;
}
.h1-bloc-127-style{
	font-size:24px;
}
.h3-bloc-137-style{
	font-size:16px;
}
.h1-bloc-116-style{
	font-size:24px;
}
.h3-bloc-126-style{
	font-size:16px;
}
.h5-bloc-113-style{
	font-size:14px;
}
.p-bloc-113-style{
	font-size:14px;
	line-height:23px;
}
.p-149-style{
	font-size:14px;
	line-height:28px;
}
.p-150-style{
	font-size:14px;
	line-height:22px;
}
.h5-bloc-38-style{
	line-height:30px;
	font-size:14px;
}
.link-bloc-4-style{
	font-weight:bold;
}
.link-24x7-support-style{
	font-weight:bold;
}
.link-forum-style{
	font-weight:bold;
}
.top-country-menu{
	margin-right:10px;
}
.top-country-image{
	margin-right:5px;
}
.divider-background-color{
	background-color:var(--swatch-var-2);
}
.divider-bloc-42-background-color{
	background-color:var(--swatch-var-2);
}
.divider-bloc-18-background-color{
	background-color:var(--swatch-var-2);
}
.dbem-top-title-margin{
	margin-bottom:150px;
}
.dbem-button-link-color{
	color:#FEFFFF!important;
	font-weight:bold;
}
.dbem-signup-button-color{
	color:#FEFFFF!important;
}
.dbem-button-link-color:active{
	color:#FEFFFF!important;
}
.dbem-button-link-color:hover{
	color:#FEFFFF!important;
}
.dbem-button-link-color:focus{
	color:#FEFFFF!important;
}
.dbem-button-link-color:visited{
	color:#FEFFFF!important;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-1:rgba(71,69,75,1.00);
	
	--swatch-var-2:rgba(255,255,255,1.00);
	
	--swatch-var-5050:rgba(0,0,0,1.00);
	
	--swatch-var-1508:rgba(229,229,229,1.00);
	
	--swatch-var-4919:rgba(94,183,14,1.00);
	
	--swatch-var-3656:rgba(31,232,240,1.00);
	
	--swatch-var-1475:rgba(1,146,198,1.00);
	
	--swatch-var-917:rgba(197,91,2,1.00);
	
	--swatch-var-4084:rgba(249,249,249,1.00);
	
	--swatch-var-408:rgba(228,228,228,1.00);
	
	--swatch-var-804:rgba(121,190,55,1.00);
	
	--swatch-var-5298:rgba(120,177,83,1.00);
	
	--swatch-var-5057:rgba(124,124,124,1.00);
	
	--swatch-var-497:rgba(255,147,0,1.00);
	
	--swatch-var-3003:rgba(255,38,0,1.00);
	
	--swatch-var-4776:rgba(170,121,66,1.00);
	
	--swatch-var-4799:rgba(57,85,159,1.00);
	
	--swatch-var-5625:rgba(207,204,1,1.00);
	
	--swatch-var-1062:rgba(255,251,0,1.00);
	
	--swatch-var-1340:rgba(0,173,242,1.00);
	
	--swatch-var-3463:rgba(91,185,0,1.00);
	
	--swatch-var-769:rgba(0,143,255,1.00);
	
	--swatch-var-4683:rgba(255,0,153,1.00);
	
	--swatch-var-540:rgba(121,189,54,1.00);
	
	--swatch-var-824:rgba(215,124,1,1.00);
	
	--swatch-var-4800:rgba(185,173,242,1.00);
	
	--swatch-var-3537:rgba(218,198,242,1.00);
	
	--swatch-var-848:rgba(218,198,87,1.00);
	
	--swatch-var-7158:rgba(151,91,150,1.00);
	
	--swatch-var-1764:rgba(244,141,100,1.00);
	
	--swatch-var-6695:rgba(159,199,206,1.00);
	
	--swatch-var-3976:rgba(209,213,215,1.00);
	
	--swatch-var-3150:rgba(204,164,105,1.00);
	
	--swatch-var-6043:rgba(224,152,112,1.00);
	
	--swatch-var-1768:rgba(115,113,101,1.00);
	
	--swatch-var-7688:rgba(185,100,9,1.00);
	
	--swatch-var-750:rgba(114,137,218,1.00);
	
	--swatch-var-7735:rgba(143,211,180,1.00);
	
	--swatch-var-7513:rgba(252,202,118,1.00);
	
	--swatch-var-5830:rgba(255,225,178,1.00);
	
	--swatch-var-4052:rgba(255,79,26,1.00);
	
	--swatch-var-139:rgba(139,137,150,1.00);
	
	--swatch-var-5028:rgba(227,118,33,1.00);
	
	--swatch-var-506:rgba(232,133,41,1.00);
	
	--swatch-var-244:rgba(64,175,215,1.00);
	
	--swatch-var-1113:rgba(53,53,53,1.00);
	
	--swatch-var-7911:rgba(40,169,224,1.00);
	
	--swatch-var-6071:rgba(61,96,121,1.00);
	
	--swatch-var-5988:rgba(245,148,86,1.00);
	
	--swatch-var-1055:rgba(255,186,37,1.00);
	
	--swatch-var-5041:rgba(66,66,66,1.00);
	
	--swatch-var-5245:rgba(191,47,26,1.00);
	
	--swatch-var-7628:rgba(68,107,255,1.00);
	
	--swatch-var-6501:rgba(41,159,217,1.00);
	
	--swatch-var-2229:rgba(44,62,80,1.00);
	
	--swatch-var-6858:rgba(89,112,136,1.00);
	
	--swatch-var-5783:rgba(0,0,0,0.2);
	
}


/* Background colour styles */

.bgc-5050{
	background-color:var(--swatch-var-5050);
}
.bgc-1508{
	background-color:var(--swatch-var-1508);
}
.bgc-2{
	background-color:var(--swatch-var-2);
}
.bgc-408{
	background-color:var(--swatch-var-408);
}
.bgc-1340{
	background-color:var(--swatch-var-1340);
}
.bgc-4919{
	background-color:var(--swatch-var-4919);
}
.bgc-5057{
	background-color:var(--swatch-var-5057);
}
.bgc-1475{
	background-color:var(--swatch-var-1475);
}
.bgc-4084{
	background-color:var(--swatch-var-4084);
}
.bgc-1{
	background-color:var(--swatch-var-1);
}
.bgc-824{
	background-color:var(--swatch-var-824);
}
.bgc-4799{
	background-color:var(--swatch-var-4799);
}
.bgc-1764{
	background-color:var(--swatch-var-1764);
}
.bgc-6695{
	background-color:var(--swatch-var-6695);
}
.bgc-3976{
	background-color:var(--swatch-var-3976);
}
.bgc-7688{
	background-color:var(--swatch-var-7688);
}
.bgc-750{
	background-color:var(--swatch-var-750);
}
.bgc-5041{
	background-color:var(--swatch-var-5041);
}
.bgc-506{
	background-color:var(--swatch-var-506);
}
.bgc-5245{
	background-color:var(--swatch-var-5245);
}
.bgc-244{
	background-color:var(--swatch-var-244);
}
.bgc-917{
	background-color:var(--swatch-var-917);
}
.bgc-7911{
	background-color:var(--swatch-var-7911);
}
.bgc-7158{
	background-color:var(--swatch-var-7158);
}
.bgc-3150{
	background-color:var(--swatch-var-3150);
}
.bgc-4800{
	background-color:var(--swatch-var-4800);
}
.bgc-1113{
	background-color:var(--swatch-var-1113);
}
.bgc-6071{
	background-color:var(--swatch-var-6071);
}
.bgc-5988{
	background-color:var(--swatch-var-5988);
}
.bgc-497{
	background-color:var(--swatch-var-497);
}
.bgc-5298{
	background-color:var(--swatch-var-5298);
}
.bgc-6501{
	background-color:var(--swatch-var-6501);
}
.bgc-1055{
	background-color:var(--swatch-var-1055);
}

/* Text colour styles */

.tc-2{
	color:var(--swatch-var-2)!important;
}
.tc-5050{
	color:var(--swatch-var-5050)!important;
}
.tc-1{
	color:var(--swatch-var-1)!important;
}
.tc-5057{
	color:var(--swatch-var-5057)!important;
}
.tc-1055{
	color:var(--swatch-var-1055)!important;
}
.tc-804{
	color:var(--swatch-var-804)!important;
}
.tc-1764{
	color:var(--swatch-var-1764)!important;
}
.tc-5028{
	color:var(--swatch-var-5028)!important;
}
.tc-750{
	color:var(--swatch-var-750)!important;
}
.tc-497{
	color:var(--swatch-var-497)!important;
}
.tc-4919{
	color:var(--swatch-var-4919)!important;
}

/* Button colour styles */

.btn-c-1508{
	background:var(--swatch-var-1508);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-1508:hover{
	background:#B2B2B2!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-c-4919{
	background:var(--swatch-var-4919);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-4919:hover{
	background:#2B8400!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-c-917{
	background:var(--swatch-var-917);
	color:#FFFFFF!important;
}
.btn-c-917:hover{
	background:#922800!important;
	color:#FFFFFF!important;
}
.btn-c-2{
	background:var(--swatch-var-2);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-2:hover{
	background:#CCCCCC!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-c-804{
	background:var(--swatch-var-804);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-804:hover{
	background:#468B04!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-c-6858{
	background:var(--swatch-var-6858);
	color:#FFFFFF!important;
}
.btn-c-6858:hover{
	background:#263D55!important;
	color:#FFFFFF!important;
}
.wire-btn-c-1508{
	color:var(--swatch-var-1508)!important;
	border-color:var(--swatch-var-1508)!important;
}

/* Link colour styles */

.ltc-2{
	color:var(--swatch-var-2)!important;
}
.ltc-2:hover{
	color:#CCCCCC!important;
}
.ltc-804{
	color:var(--swatch-var-804)!important;
}
.ltc-804:hover{
	color:#468B04!important;
}
.ltc-5057{
	color:var(--swatch-var-5057)!important;
}
.ltc-5057:hover{
	color:#494949!important;
}
.ltc-1475{
	color:var(--swatch-var-1475)!important;
}
.ltc-1475:hover{
	color:#005F93!important;
}
.ltc-4919{
	color:var(--swatch-var-4919)!important;
}
.ltc-4919:hover{
	color:#2B8400!important;
}
.ltc-1340{
	color:var(--swatch-var-1340)!important;
}
.ltc-1340:hover{
	color:#007ABF!important;
}
.ltc-3463{
	color:var(--swatch-var-3463)!important;
}
.ltc-3463:hover{
	color:#288600!important;
}
.ltc-917{
	color:var(--swatch-var-917)!important;
}
.ltc-917:hover{
	color:#922800!important;
}
.ltc-5050{
	color:var(--swatch-var-5050)!important;
}
.ltc-5050:hover{
	color:#000000!important;
}

/* Icon colour styles */

.icon-2{
	color:var(--swatch-var-2)!important;
	border-color:var(--swatch-var-2)!important;
}
.icon-4919{
	color:var(--swatch-var-4919)!important;
	border-color:var(--swatch-var-4919)!important;
}
.icon-1475{
	color:var(--swatch-var-1475)!important;
	border-color:var(--swatch-var-1475)!important;
}
.icon-5057{
	color:var(--swatch-var-5057)!important;
	border-color:var(--swatch-var-5057)!important;
}
.icon-4776{
	color:var(--swatch-var-4776)!important;
	border-color:var(--swatch-var-4776)!important;
}
.icon-497{
	color:var(--swatch-var-497)!important;
	border-color:var(--swatch-var-497)!important;
}
.icon-4683{
	color:var(--swatch-var-4683)!important;
	border-color:var(--swatch-var-4683)!important;
}
.icon-769{
	color:var(--swatch-var-769)!important;
	border-color:var(--swatch-var-769)!important;
}
.icon-3463{
	color:var(--swatch-var-3463)!important;
	border-color:var(--swatch-var-3463)!important;
}

/* Bloc image backgrounds */

.bg-wp6f06037e-1a{
	background-image:url("img/wp6f06037e_1a.jpg");
	background-image: -webkit-image-set(url("img/wp6f06037e_1a.webp") 1x,
url("img/wp6f06037e_1a.webp") 2x);background-image: image-set(url("img/wp6f06037e_1a.jpg") 1x,
url("img/wp6f06037e_1a.jpg") 2x,url("img/wp6f06037e_1a.webp") 1x,
url("img/wp6f06037e_1a.webp") 2x);
}
.bg-wpe4958411-1a{
	background-image:url("img/wpe4958411_1a.jpeg");
	background-image: -webkit-image-set(url("img/wpe4958411_1a.webp") 1x,
url("img/wpe4958411_1a.webp") 2x);background-image: image-set(url("img/wpe4958411_1a.jpeg") 1x,
url("img/wpe4958411_1a.jpeg") 2x,url("img/wpe4958411_1a.webp") 1x,
url("img/wpe4958411_1a.webp") 2x);
}
.bg-hero-overlay{
	background-image:url("img/hero-overlay.png");
	background-image: -webkit-image-set(url("img/hero-overlay.webp") 1x,
url("img/hero-overlay.webp") 2x);background-image: image-set(url("img/hero-overlay.png") 1x,
url("img/hero-overlay.png") 2x,url("img/hero-overlay.webp") 1x,
url("img/hero-overlay.webp") 2x);
}
.bg-INFUSIONSOFT-20--20mobile-app-user-2x{
	background-image:url("img/INFUSIONSOFT%20-%20mobile-app-user@2x.png");
	background-image: -webkit-image-set(url("img/INFUSIONSOFT%20-%20mobile-app-user@2x.webp") 1x,
url("img/INFUSIONSOFT%20-%20mobile-app-user@2x.webp") 2x);background-image: image-set(url("img/INFUSIONSOFT%20-%20mobile-app-user@2x.png") 1x,
url("img/INFUSIONSOFT%20-%20mobile-app-user@2x.png") 2x,url("img/INFUSIONSOFT%20-%20mobile-app-user@2x.webp") 1x,
url("img/INFUSIONSOFT%20-%20mobile-app-user@2x.webp") 2x);
}
.bg-VERISIGN-20--20bg-stats{
	background-image:url("img/VERISIGN%20-%20bg_stats.jpg");
	background-image: -webkit-image-set(url("img/VERISIGN%20-%20bg_stats.webp") 1x,
url("img/VERISIGN%20-%20bg_stats.webp") 2x);background-image: image-set(url("img/VERISIGN%20-%20bg_stats.jpg") 1x,
url("img/VERISIGN%20-%20bg_stats.jpg") 2x,url("img/VERISIGN%20-%20bg_stats.webp") 1x,
url("img/VERISIGN%20-%20bg_stats.webp") 2x);
}
.bg-wp58d18b15-1a{
	background-image:url("img/wp58d18b15_1a.jpg");
	background-image: -webkit-image-set(url("img/wp58d18b15_1a.webp") 1x,
url("img/wp58d18b15_1a.webp") 2x);background-image: image-set(url("img/wp58d18b15_1a.jpg") 1x,
url("img/wp58d18b15_1a.jpg") 2x,url("img/wp58d18b15_1a.webp") 1x,
url("img/wp58d18b15_1a.webp") 2x);
}
.bg-wpe4958411-1a{
	background-image:url("img/wpe4958411_1a.jpeg");
	background-image: -webkit-image-set(url("img/wpe4958411_1a.webp") 1x,
url("img/wpe4958411_1a.webp") 2x);background-image: image-set(url("img/wpe4958411_1a.jpeg") 1x,
url("img/wpe4958411_1a.jpeg") 2x,url("img/wpe4958411_1a.webp") 1x,
url("img/wpe4958411_1a.webp") 2x);
}
.bg-wpe4958411-1a{
	background-image:url("img/wpe4958411_1a.jpeg");
	background-image: -webkit-image-set(url("img/wpe4958411_1a.webp") 1x,
url("img/wpe4958411_1a.webp") 2x);background-image: image-set(url("img/wpe4958411_1a.jpeg") 1x,
url("img/wpe4958411_1a.jpeg") 2x,url("img/wpe4958411_1a.webp") 1x,
url("img/wpe4958411_1a.webp") 2x);
}
.bg-VERISIGN-20--20bg-stats{
	background-image:url("img/VERISIGN%20-%20bg_stats.jpg");
	background-image: -webkit-image-set(url("img/VERISIGN%20-%20bg_stats.webp") 1x,
url("img/VERISIGN%20-%20bg_stats.webp") 2x);background-image: image-set(url("img/VERISIGN%20-%20bg_stats.jpg") 1x,
url("img/VERISIGN%20-%20bg_stats.jpg") 2x,url("img/VERISIGN%20-%20bg_stats.webp") 1x,
url("img/VERISIGN%20-%20bg_stats.webp") 2x);
}
.bg-wp58d18b15-1a{
	background-image:url("img/wp58d18b15_1a.jpg");
	background-image: -webkit-image-set(url("img/wp58d18b15_1a.webp") 1x,
url("img/wp58d18b15_1a.webp") 2x);background-image: image-set(url("img/wp58d18b15_1a.jpg") 1x,
url("img/wp58d18b15_1a.jpg") 2x,url("img/wp58d18b15_1a.webp") 1x,
url("img/wp58d18b15_1a.webp") 2x);
}
.bg-VERISIGN-20--20bg-stats{
	background-image:url("img/VERISIGN%20-%20bg_stats.jpg");
	background-image: -webkit-image-set(url("img/VERISIGN%20-%20bg_stats.webp") 1x,
url("img/VERISIGN%20-%20bg_stats.webp") 2x);background-image: image-set(url("img/VERISIGN%20-%20bg_stats.jpg") 1x,
url("img/VERISIGN%20-%20bg_stats.jpg") 2x,url("img/VERISIGN%20-%20bg_stats.webp") 1x,
url("img/VERISIGN%20-%20bg_stats.webp") 2x);
}
.bg-wpe4958411-1a{
	background-image:url("img/wpe4958411_1a.jpeg");
	background-image: -webkit-image-set(url("img/wpe4958411_1a.webp") 1x,
url("img/wpe4958411_1a.webp") 2x);background-image: image-set(url("img/wpe4958411_1a.jpeg") 1x,
url("img/wpe4958411_1a.jpeg") 2x,url("img/wpe4958411_1a.webp") 1x,
url("img/wpe4958411_1a.webp") 2x);
}
.bg-INFUSIONSOFT-20--20mobile-app-user-2x{
	background-image:url("img/INFUSIONSOFT%20-%20mobile-app-user@2x.png");
	background-image: -webkit-image-set(url("img/INFUSIONSOFT%20-%20mobile-app-user@2x.webp") 1x,
url("img/INFUSIONSOFT%20-%20mobile-app-user@2x.webp") 2x);background-image: image-set(url("img/INFUSIONSOFT%20-%20mobile-app-user@2x.png") 1x,
url("img/INFUSIONSOFT%20-%20mobile-app-user@2x.png") 2x,url("img/INFUSIONSOFT%20-%20mobile-app-user@2x.webp") 1x,
url("img/INFUSIONSOFT%20-%20mobile-app-user@2x.webp") 2x);
}
.bg-hero-overlay{
	background-image:url("img/hero-overlay.png");
	background-image: -webkit-image-set(url("img/hero-overlay.webp") 1x,
url("img/hero-overlay.webp") 2x);background-image: image-set(url("img/hero-overlay.png") 1x,
url("img/hero-overlay.png") 2x,url("img/hero-overlay.webp") 1x,
url("img/hero-overlay.webp") 2x);
}
.bg-wpf437bd9c-1a{
	background-image:url("img/wpf437bd9c_1a.jpg");
	background-image: -webkit-image-set(url("img/wpf437bd9c_1a.webp") 1x,
url("img/wpf437bd9c_1a.webp") 2x);background-image: image-set(url("img/wpf437bd9c_1a.jpg") 1x,
url("img/wpf437bd9c_1a.jpg") 2x,url("img/wpf437bd9c_1a.webp") 1x,
url("img/wpf437bd9c_1a.webp") 2x);
}
.bg-wpaeaa3efb-1a{
	background-image:url("img/wpaeaa3efb_1a.png");
	background-image: -webkit-image-set(url("img/wpaeaa3efb_1a.webp") 1x,
url("img/wpaeaa3efb_1a.webp") 2x);background-image: image-set(url("img/wpaeaa3efb_1a.png") 1x,
url("img/wpaeaa3efb_1a.png") 2x,url("img/wpaeaa3efb_1a.webp") 1x,
url("img/wpaeaa3efb_1a.webp") 2x);
}
.bg-wp0885ca37-1a{
	background-image:url("img/wp0885ca37_1a.jpg");
	background-image: -webkit-image-set(url("img/wp0885ca37_1a.webp") 1x,
url("img/wp0885ca37_1a.webp") 2x);background-image: image-set(url("img/wp0885ca37_1a.jpg") 1x,
url("img/wp0885ca37_1a.jpg") 2x,url("img/wp0885ca37_1a.webp") 1x,
url("img/wp0885ca37_1a.webp") 2x);
}
.bg-wp0885ca37-1a{
	background-image:url("img/wp0885ca37_1a.jpg");
	background-image: -webkit-image-set(url("img/wp0885ca37_1a.webp") 1x,
url("img/wp0885ca37_1a.webp") 2x);background-image: image-set(url("img/wp0885ca37_1a.jpg") 1x,
url("img/wp0885ca37_1a.jpg") 2x,url("img/wp0885ca37_1a.webp") 1x,
url("img/wp0885ca37_1a.webp") 2x);
}
.bg-SALESFORCE-20--20mcdc-homepage-bg-mountainscape-1{
	background-image:url("img/SALESFORCE%20-%20mcdc-homepage-bg-mountainscape-1.png");
	background-image: -webkit-image-set(url("img/SALESFORCE%20-%20mcdc-homepage-bg-mountainscape-1.webp") 1x,
url("img/SALESFORCE%20-%20mcdc-homepage-bg-mountainscape-1.webp") 2x);background-image: image-set(url("img/SALESFORCE%20-%20mcdc-homepage-bg-mountainscape-1.png") 1x,
url("img/SALESFORCE%20-%20mcdc-homepage-bg-mountainscape-1.png") 2x,url("img/SALESFORCE%20-%20mcdc-homepage-bg-mountainscape-1.webp") 1x,
url("img/SALESFORCE%20-%20mcdc-homepage-bg-mountainscape-1.webp") 2x);
}
.bg-wpf437bd9c-1a{
	background-image:url("img/wpf437bd9c_1a.jpg");
	background-image: -webkit-image-set(url("img/wpf437bd9c_1a.webp") 1x,
url("img/wpf437bd9c_1a.webp") 2x);background-image: image-set(url("img/wpf437bd9c_1a.jpg") 1x,
url("img/wpf437bd9c_1a.jpg") 2x,url("img/wpf437bd9c_1a.webp") 1x,
url("img/wpf437bd9c_1a.webp") 2x);
}
.bg-SALESFORCE-20--20mcdc-homepage-bg-mountainscape-2{
	background-image:url("img/SALESFORCE%20-%20mcdc-homepage-bg-mountainscape-2.svg");
}
.bg-SALESFORCE-20--20mcdc-homepage-bg-mountainscape-1{
	background-image:url("img/SALESFORCE%20-%20mcdc-homepage-bg-mountainscape-1.png");
	background-image: -webkit-image-set(url("img/SALESFORCE%20-%20mcdc-homepage-bg-mountainscape-1.webp") 1x,
url("img/SALESFORCE%20-%20mcdc-homepage-bg-mountainscape-1.webp") 2x);background-image: image-set(url("img/SALESFORCE%20-%20mcdc-homepage-bg-mountainscape-1.png") 1x,
url("img/SALESFORCE%20-%20mcdc-homepage-bg-mountainscape-1.png") 2x,url("img/SALESFORCE%20-%20mcdc-homepage-bg-mountainscape-1.webp") 1x,
url("img/SALESFORCE%20-%20mcdc-homepage-bg-mountainscape-1.webp") 2x);
}
.bg-wpf437bd9c-1a{
	background-image:url("img/wpf437bd9c_1a.jpg");
	background-image: -webkit-image-set(url("img/wpf437bd9c_1a.webp") 1x,
url("img/wpf437bd9c_1a.webp") 2x);background-image: image-set(url("img/wpf437bd9c_1a.jpg") 1x,
url("img/wpf437bd9c_1a.jpg") 2x,url("img/wpf437bd9c_1a.webp") 1x,
url("img/wpf437bd9c_1a.webp") 2x);
}
.bg-SALESFORCE-20--20ban-in-hp-prospect-asian-face{
	background-image:url("img/SALESFORCE%20-%20ban_in_hp_prospect_asian_face.jpg");
	background-image: -webkit-image-set(url("img/SALESFORCE%20-%20ban_in_hp_prospect_asian_face.webp") 1x,
url("img/SALESFORCE%20-%20ban_in_hp_prospect_asian_face.webp") 2x);background-image: image-set(url("img/SALESFORCE%20-%20ban_in_hp_prospect_asian_face.jpg") 1x,
url("img/SALESFORCE%20-%20ban_in_hp_prospect_asian_face.jpg") 2x,url("img/SALESFORCE%20-%20ban_in_hp_prospect_asian_face.webp") 1x,
url("img/SALESFORCE%20-%20ban_in_hp_prospect_asian_face.webp") 2x);
}
.bg-wp9987e63e-01-1a{
	background-image:url("img/wp9987e63e_01_1a.jpg");
	background-image: -webkit-image-set(url("img/wp9987e63e_01_1a.webp") 1x,
url("img/wp9987e63e_01_1a.webp") 2x);background-image: image-set(url("img/wp9987e63e_01_1a.jpg") 1x,
url("img/wp9987e63e_01_1a.jpg") 2x,url("img/wp9987e63e_01_1a.webp") 1x,
url("img/wp9987e63e_01_1a.webp") 2x);
}
.bg-KAYAKO-20--20squiggles{
	background-image:url("img/KAYAKO%20-%20squiggles.png");
	background-image: -webkit-image-set(url("img/KAYAKO%20-%20squiggles.webp") 1x,
url("img/KAYAKO%20-%20squiggles.webp") 2x);background-image: image-set(url("img/KAYAKO%20-%20squiggles.png") 1x,
url("img/KAYAKO%20-%20squiggles.png") 2x,url("img/KAYAKO%20-%20squiggles.webp") 1x,
url("img/KAYAKO%20-%20squiggles.webp") 2x);
}
.bg-TV-20Radio-20Advertising{
	background-image:url("img/TV%20Radio%20Advertising.png");
	background-image: -webkit-image-set(url("img/TV%20Radio%20Advertising.webp") 1x,
url("img/TV%20Radio%20Advertising.webp") 2x);background-image: image-set(url("img/TV%20Radio%20Advertising.png") 1x,
url("img/TV%20Radio%20Advertising.png") 2x,url("img/TV%20Radio%20Advertising.webp") 1x,
url("img/TV%20Radio%20Advertising.webp") 2x);
}
.bg-RESELLERCLUB-20--20reseller-hosting-linux{
	background-image:url("img/RESELLERCLUB%20-%20reseller-hosting-linux.jpg");
	background-image: -webkit-image-set(url("img/RESELLERCLUB%20-%20reseller-hosting-linux.webp") 1x,
url("img/RESELLERCLUB%20-%20reseller-hosting-linux.webp") 2x);background-image: image-set(url("img/RESELLERCLUB%20-%20reseller-hosting-linux.jpg") 1x,
url("img/RESELLERCLUB%20-%20reseller-hosting-linux.jpg") 2x,url("img/RESELLERCLUB%20-%20reseller-hosting-linux.webp") 1x,
url("img/RESELLERCLUB%20-%20reseller-hosting-linux.webp") 2x);
}
.bg-RESELLERCLUB-20--20dedicated-bg{
	background-image:url("img/RESELLERCLUB%20-%20dedicated-bg.jpg");
	background-image: -webkit-image-set(url("img/RESELLERCLUB%20-%20dedicated-bg.webp") 1x,
url("img/RESELLERCLUB%20-%20dedicated-bg.webp") 2x);background-image: image-set(url("img/RESELLERCLUB%20-%20dedicated-bg.jpg") 1x,
url("img/RESELLERCLUB%20-%20dedicated-bg.jpg") 2x,url("img/RESELLERCLUB%20-%20dedicated-bg.webp") 1x,
url("img/RESELLERCLUB%20-%20dedicated-bg.webp") 2x);
}
.bg-RESELLERCLUB-20--20bg-hero{
	background-image:url("img/RESELLERCLUB%20-%20bg-hero.jpg");
	background-image: -webkit-image-set(url("img/RESELLERCLUB%20-%20bg-hero.webp") 1x,
url("img/RESELLERCLUB%20-%20bg-hero.webp") 2x);background-image: image-set(url("img/RESELLERCLUB%20-%20bg-hero.jpg") 1x,
url("img/RESELLERCLUB%20-%20bg-hero.jpg") 2x,url("img/RESELLERCLUB%20-%20bg-hero.webp") 1x,
url("img/RESELLERCLUB%20-%20bg-hero.webp") 2x);
}
.bg-GLOBAL-20WEB-20MOUNT-20--20sh-hosting-banner-bg{
	background-image:url("img/GLOBAL%20WEB%20MOUNT%20-%20sh-hosting-banner-bg.png");
	background-image: -webkit-image-set(url("img/GLOBAL%20WEB%20MOUNT%20-%20sh-hosting-banner-bg.webp") 1x,
url("img/GLOBAL%20WEB%20MOUNT%20-%20sh-hosting-banner-bg.webp") 2x);background-image: image-set(url("img/GLOBAL%20WEB%20MOUNT%20-%20sh-hosting-banner-bg.png") 1x,
url("img/GLOBAL%20WEB%20MOUNT%20-%20sh-hosting-banner-bg.png") 2x,url("img/GLOBAL%20WEB%20MOUNT%20-%20sh-hosting-banner-bg.webp") 1x,
url("img/GLOBAL%20WEB%20MOUNT%20-%20sh-hosting-banner-bg.webp") 2x);
}
.bg-RESELLERCLUB-20--20bg-tech-specs-shl-1{
	background-image:url("img/RESELLERCLUB%20-%20bg-tech-specs-shl_1.jpg");
	background-image: -webkit-image-set(url("img/RESELLERCLUB%20-%20bg-tech-specs-shl_1.webp") 1x,
url("img/RESELLERCLUB%20-%20bg-tech-specs-shl_1.webp") 2x);background-image: image-set(url("img/RESELLERCLUB%20-%20bg-tech-specs-shl_1.jpg") 1x,
url("img/RESELLERCLUB%20-%20bg-tech-specs-shl_1.jpg") 2x,url("img/RESELLERCLUB%20-%20bg-tech-specs-shl_1.webp") 1x,
url("img/RESELLERCLUB%20-%20bg-tech-specs-shl_1.webp") 2x);
}
.bg-GLOBAL-20WEB-20MOUNT-20--20sitelock-banner-meta{
	background-image:url("img/GLOBAL%20WEB%20MOUNT%20-%20sitelock-banner-meta.png");
	background-image: -webkit-image-set(url("img/GLOBAL%20WEB%20MOUNT%20-%20sitelock-banner-meta.webp") 1x,
url("img/GLOBAL%20WEB%20MOUNT%20-%20sitelock-banner-meta.webp") 2x);background-image: image-set(url("img/GLOBAL%20WEB%20MOUNT%20-%20sitelock-banner-meta.png") 1x,
url("img/GLOBAL%20WEB%20MOUNT%20-%20sitelock-banner-meta.png") 2x,url("img/GLOBAL%20WEB%20MOUNT%20-%20sitelock-banner-meta.webp") 1x,
url("img/GLOBAL%20WEB%20MOUNT%20-%20sitelock-banner-meta.webp") 2x);
}
.bg-GLOBAL-20WEB-20MOUNT-20--20element-bg{
	background-image:url("img/GLOBAL%20WEB%20MOUNT%20-%20element-bg.jpeg");
	background-image: -webkit-image-set(url("img/GLOBAL%20WEB%20MOUNT%20-%20element-bg.webp") 1x,
url("img/GLOBAL%20WEB%20MOUNT%20-%20element-bg.webp") 2x);background-image: image-set(url("img/GLOBAL%20WEB%20MOUNT%20-%20element-bg.jpeg") 1x,
url("img/GLOBAL%20WEB%20MOUNT%20-%20element-bg.jpeg") 2x,url("img/GLOBAL%20WEB%20MOUNT%20-%20element-bg.webp") 1x,
url("img/GLOBAL%20WEB%20MOUNT%20-%20element-bg.webp") 2x);
}
.bg-LITESPEED-20--20solutions{
	background-image:url("img/LITESPEED%20-%20solutions.png");
	background-image: -webkit-image-set(url("img/LITESPEED%20-%20solutions.webp") 1x,
url("img/LITESPEED%20-%20solutions.webp") 2x);background-image: image-set(url("img/LITESPEED%20-%20solutions.png") 1x,
url("img/LITESPEED%20-%20solutions.png") 2x,url("img/LITESPEED%20-%20solutions.webp") 1x,
url("img/LITESPEED%20-%20solutions.webp") 2x);
}
.bg-TELERIK-20--20job-openings-background{
	background-image:url("img/TELERIK%20-%20job-openings-background.jpg");
	background-image: -webkit-image-set(url("img/TELERIK%20-%20job-openings-background.webp") 1x,
url("img/TELERIK%20-%20job-openings-background.webp") 2x);background-image: image-set(url("img/TELERIK%20-%20job-openings-background.jpg") 1x,
url("img/TELERIK%20-%20job-openings-background.jpg") 2x,url("img/TELERIK%20-%20job-openings-background.webp") 1x,
url("img/TELERIK%20-%20job-openings-background.webp") 2x);
}
.bg-ACRONIS-20--20partners-2x{
	background-image:url("img/ACRONIS%20-%20partners@2x.png");
	background-image: -webkit-image-set(url("img/ACRONIS%20-%20partners@2x.webp") 1x,
url("img/ACRONIS%20-%20partners@2x.webp") 2x);background-image: image-set(url("img/ACRONIS%20-%20partners@2x.png") 1x,
url("img/ACRONIS%20-%20partners@2x.png") 2x,url("img/ACRONIS%20-%20partners@2x.webp") 1x,
url("img/ACRONIS%20-%20partners@2x.webp") 2x);
}
.bg-TELERIK-20--20bg-t-2{
	background-image:url("img/TELERIK%20-%20bg-t-2.jpg");
	background-image: -webkit-image-set(url("img/TELERIK%20-%20bg-t-2.webp") 1x,
url("img/TELERIK%20-%20bg-t-2.webp") 2x);background-image: image-set(url("img/TELERIK%20-%20bg-t-2.jpg") 1x,
url("img/TELERIK%20-%20bg-t-2.jpg") 2x,url("img/TELERIK%20-%20bg-t-2.webp") 1x,
url("img/TELERIK%20-%20bg-t-2.webp") 2x);
}
.bg-Ayaan-20Chawla-20--20TEDx{
	background-image:url("img/Ayaan%20Chawla%20-%20TEDx.jpg");
	background-image: -webkit-image-set(url("img/Ayaan%20Chawla%20-%20TEDx.webp") 1x,
url("img/Ayaan%20Chawla%20-%20TEDx.webp") 2x);background-image: image-set(url("img/Ayaan%20Chawla%20-%20TEDx.jpg") 1x,
url("img/Ayaan%20Chawla%20-%20TEDx.jpg") 2x,url("img/Ayaan%20Chawla%20-%20TEDx.webp") 1x,
url("img/Ayaan%20Chawla%20-%20TEDx.webp") 2x);
}
.bg-connectivity-back-4{
	background-image:url("img/connectivity-back-4.jpg");
	background-image: -webkit-image-set(url("img/connectivity-back-4.webp") 1x,
url("img/connectivity-back-4.webp") 2x);background-image: image-set(url("img/connectivity-back-4.jpg") 1x,
url("img/connectivity-back-4.jpg") 2x,url("img/connectivity-back-4.webp") 1x,
url("img/connectivity-back-4.webp") 2x);
}
.bg-server-room-back-3{
	background-image:url("img/server-room-back-3.jpg");
	background-image: -webkit-image-set(url("img/server-room-back-3.webp") 1x,
url("img/server-room-back-3.webp") 2x);background-image: image-set(url("img/server-room-back-3.jpg") 1x,
url("img/server-room-back-3.jpg") 2x,url("img/server-room-back-3.webp") 1x,
url("img/server-room-back-3.webp") 2x);
}
.bg-digital-marketing-back-2{
	background-image:url("img/digital-marketing-back-2.jpg");
	background-image: -webkit-image-set(url("img/digital-marketing-back-2.webp") 1x,
url("img/digital-marketing-back-2.webp") 2x);background-image: image-set(url("img/digital-marketing-back-2.jpg") 1x,
url("img/digital-marketing-back-2.jpg") 2x,url("img/digital-marketing-back-2.webp") 1x,
url("img/digital-marketing-back-2.webp") 2x);
}

/* = Custom Bric Data
-------------------------------------------------------------- */

.rating,.rating-empty{
		position: relative;
		display:inline-block;
}
.rating-score{
		position: absolute;
		overflow: hidden;
		left: 0;
		top:0;
		z-index:1;
}
.waves-container {
	max-width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99999;
}
.waves-container canvas {
	display: block;
}


/* = 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){
	.tablet .footer-links, .mobile .footer-links{
		line-height:20px;
	}
	.tablet .header-right-float, .mobile .header-right-float{
		float:right;
	}
	.hero-header-text{
		font-size:40px;
	}
	.hero-subheader{
		font-size:30px;
	}
	.home-menu-font{
		text-align:center;
	}
	.text-changing-font{
		font-size:14px;
		text-align:left;
	}
	.dbem-top-title-margin{
		margin-bottom:150px;
	}
	
}

@media (max-width: 767px){
	.mobile .blocs-mobile-signup-text{
		text-align:center;
	}
	.hero-header-text{
		font-size:40px;
	}
	.hero-subheader{
		font-size:22px;
	}
	.small-menu-icon{
		background-color:#FEFFFF;
	}
	.text-changing-font{
		font-size:14px;
	}
	.home-stats-margin{
		padding:10px 10px 10px 10px;
	}
	.dbem-top-title-margin{
		margin-bottom:150px;
	}
	
	/* Small Text Margin Offsets */
	.mg-sm-sm{
		margin-top:10px;
		margin-bottom:5px;
	}
	
}

@media (max-width: 575px){
	.hero-header-text{
		font-size:45px;
	}
	.bloc-9-h5{
		font-size:10px;
	}
	.text-changing-font{
		font-size:12px;
		text-align:center;
	}
	.small-menu-icon{
		;
	}
	.mobile-home-top-title{
		margin-top:30px;
		margin-bottom:30px;
	}
	.home-logo-align{
		text-align:center;
	}
	.dbem-top-title-margin{
		margin-bottom:150px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-md-xs{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-clear-xs{
		margin:0;
	}
	
}

