/*!
Theme Name: webparadise
Theme URI: https://webparadise.it/
Author: Esilvanio Di Salvatore - darudev.it
Author URI: https://darudev.it
Description: WebParadise Hosting
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: webparadise
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

webparadise is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*---------------------------------------------------------car-----
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalizep
# Typography 
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
    scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #000;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}



#mc-embedded-subscribe
{ 
padding: 0.70rem 0.75rem;
background-color: #007bff;
border-color: #007bff;
color: #fff;
font-weight: 400;
font-size: 1rem;

}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



/************ TABLE OF CONTENTS ***************

CSS SITO WEBPARADISE

**********************************************/


/***

====================================================================
		Reset
====================================================================

 ***/

*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
}

/***

====================================================================
	Global Settings
====================================================================

***/

body {

	font-size:1.0 rem;
	color:#5B5B5B;
	line-height: 28px;
	font-weight:300;
	background:#fff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Roboto', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#548de1;
}

a:hover,
a:focus,
a:visited{
	text-decoration:none;
	outline:none;
	color:#548de1;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.2em;
	font-family: 'Nunito Sans', sans-serif;
}

h3{padding-bottom: 0.5rem;font-weight: 600;font-size: 1.25rem;}
h4{padding-bottom: 0.5rem;font-weight: 600;font-size: 1.10rem}
h5{padding-bottom: 0.5rem;font-size: 0.95rem}

textarea{
	overflow:hidden;
	resize: none;
}

figure{
	margin: 0;
	padding: 0;
}

button{
	outline: none !important;
	cursor: pointer;
}

.btn-link:hover {color: #548de1;}
p,.text{
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}


.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	overflow: hidden;
	z-index: 99;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;
}

.theme-btn{
	display:inline-block;
	text-align: center;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}

.container{max-width: 1200px;}

/*Btn Style One*/

.btn-style-one{
	position:relative;
	font-size:14px;
	line-height:30px;
	color:#ffffff !important;
	padding: 7px 61px;
	background-color: #548de1;
	font-weight: 700;
	border-radius: 5px;
	font-family: 'Nunito Sans', sans-serif;
}

.btn-style-one:hover{
	color: #fff;
	-webkit-box-shadow: #282a2e 0 0px 0px 40px inset;
	-moz-box-shadow: #282a2e 0 0px 0px 40px inset;
	-ms-box-shadow: #282a2e 0 0px 0px 40px inset;
	-o-box-shadow: #282a2e 0 0px 0px 40px inset;
	box-shadow: #282a2e 0 0px 0px 40px inset;

}

.btn-style-one:before{
	position: absolute;
	top: -1px;
	right: -1px;
	left: -1px;
	bottom: -1px;
	content: "";
	border-radius: 10px;
	transition: all 300ms ease;
	opacity: 0;
}

.btn-style-one:hover:before{
	opacity: 1;
}



/*Btn Style Two*/

.btn-style-two{
	position:relative;
	font-size:14px;
	line-height:30px;
	color:#548de1;
	padding: 10px 45px;
	font-weight: 400;
	border-radius: 5px;
	background-color: #fff;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	font-family: 'Nunito Sans', sans-serif;
}



.btn-style-two:hover{
	color: #fff;
	-webkit-box-shadow: #2068d3 0 0px 0px 40px inset;;
	-moz-box-shadow: #2068d3 0 0px 0px 40px inset;;
	-ms-box-shadow: #2068d3 0 0px 0px 40px inset;;
	-o-box-shadow: #2068d3 0 0px 0px 40px inset;;
	box-shadow: #2068d3 0 0px 0px 40px inset;;
}
.btn-style-two:before{
	position: absolute;
	top: -1px;
	right: -1px;
	left: -1px;
	bottom: -1px;
	content: "";
	border-radius: 10px;
	transition: all 300ms ease;
	opacity: 0;
}

.btn-style-two:hover:before{
	opacity: 1;
}
/*Btn Style Three*/

.btn-style-three{
	position:relative;
	font-size:14px;
	line-height:30px;
	color:#070708;
	padding: 10px 30px;
	font-weight: 400;
	border-radius: 5px;
	border:1px solid #548de1;
	background: transparent;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	font-family: 'Nunito Sans', sans-serif;
}

.info-support .btn-style-three{color:#fff;}
.info-support .theme-btn.btn-style-three:hover {
	-webkit-box-shadow:  #fff 0 0px 0px 40px inset;
	-moz-box-shadow: #fff 0 0px 0px 40px inset;
	box-shadow: #fff 0 0px 0px 40px inset;
	color: #548de1;

}


.btn-style-three:hover{
	color: #ffffff;
	border:1px solid #548de1;
	-webkit-box-shadow: #548de1 0 0px 0px 40px inset;
	-moz-box-shadow: #548de1 0 0px 0px 40px inset;
	-ms-box-shadow: #548de1 0 0px 0px 40px inset;
	-o-box-shadow: #548de1 0 0px 0px 40px inset;
	box-shadow: #548de1 0 0px 0px 40px inset;
}
.btn-style-three:before{
	position: absolute;
	top: -1px;
	right: -1px;
	left: -1px;
	bottom: -1px;
	content: "";
	border-radius: 10px;
	transition: all 300ms ease;
	opacity: 0;
}

.btn-style-three:hover:before{
	opacity: 1;
}

.btn-style-three-reverse:before{
top: -1px;
right: -1px;
left: -1px;
bottom: -1px;
content: "";
border-radius: 10px;
transition: all 300ms ease;
opacity: 0;}

.btn-style-three-reverse {

    box-shadow: 0 3px 0 #fff, 0 6px 4px -2px rgba(51, 51, 51, 0.3);
    font-size: 17px;
    padding: 23px 40px;
    text-transform: uppercase;
    background: #548de1;
    color: #fff !important;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    font-family: 'Nunito Sans', sans-serif;

}

.btn-style-three-reverse:hover {

    color: #000 !important;
    background: #fff;
    border-color: #548de1;
    box-shadow: 0 3px 0 #548de1, 0 6px 4px -2px rgba(51, 51, 51, 0.3);
    border-radius: 5px;
    font-family: 'Nunito Sans', sans-serif;
    border: 1px solid #202020;


}

.theme_color{
	color:#548de1;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

.preloader{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:999999;
	background-color:#ffffff;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url(../images/icons/preloader.gif);
}

section{padding: 40px 0px 40px;}
.cta-sec{padding:0px; background-color: #f0f0f0;}

img{
	display:inline-block;
	max-width:100%;
	height:auto;
}


.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	color:#232323;
	font-size:16px;
	font-weight:300;
	padding-left:30px;
	margin-bottom:10px;
}

.list-style-one li:before{
	position:absolute;
	left:0px;
	top:0px;
	content: "\ea98";
	color:#548de1;
	font-size:16px;
	font-family: IcoFont!important;
}

/* List Style Two */

.list-style-two{
	position:relative;
}

.list-style-two li{
	position:relative;
	color:#c3cad4;
	font-size:16px;
	line-height:24px;
	font-weight:300;
	padding-left:50px;
	margin-bottom:20px;
}

.list-style-two li .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#548de1;
	font-size:24px;
	line-height:24px;
}

/*List Style Three*/

.list-style-three{
	position:relative;
}

.list-style-three li{
	position:relative;
	color:#777777;
	font-size:16px;
	font-weight:300;
	padding-left:30px;
	margin-bottom:10px;
}

.list-style-three li:before{
	position:absolute;
	left:0px;
	top:0px;
	content: "\ea98";
	color:#548de1;
	font-size:16px;
	font-family: IcoFont!important;
}


/***

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:80px;
	right:20px;
	width:50px;
	height:50px;
	color:#ffffff;
	font-size:20px;
	line-height:50px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#26282c;
	display:none;
	border-radius: 50%;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.scroll-to-top:hover{
	background:#548de1;
	color: #070708;
}

/***

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position: relative;
	left: 0;
	top: 0;
	width:100%;
	z-index: 9999;
    border-bottom: 1px solid #e1dfdf;
}


.main-header .header-top{
	position:relative;
	color:#ffffff;
	background-color:#282a2e;
}

.main-header .header-top .inner-container{
	position:relative;
}

.main-header .header-top .top-right{
	position:relative;
	float:right;
	padding:11px 0px 7px;
}

.main-header .header-top .top-right .links{
	position:relative;
	float:right;
}

.main-header .header-top .top-right .links li{
	position:relative;
	float:left;
	line-height:1em;
	color:#ababab;
}

.main-header .header-top .top-right .links li:last-child:after{
	display:none;
}

.main-header .header-top .top-right .links li .icon{
	position:relative;
	top:0px;
	color:#eeeeee;
	font-size:12px;
	padding-right:8px;
	line-height:1em;
}

.main-header .header-top .top-right .links li a{
	position:relative;
	line-height:24px;
	color:#eeeeee;
	font-size:14px;
	font-weight:400;
	padding-left:14px;
	margin-left:15px;
	border-left:1px solid #ababab;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	font-family: 'Roboto', sans-serif;
}


.main-header .header-top .top-right .links li a:hover{
	color:#548de1;
}

.main-header .header-top .top-left{
	position:relative;
	float:left;
	padding:7px 0px;
}


/*Language Dropdown*/

.main-header .language{
	position:relative;
	top:-1px;
	line-height:1em;
	display:inline-block;
}

.main-header .language .flag-icon{
	margin-right:10px;
}

.main-header .language .dropdown-menu{
	top:100%;
	right:0px;
	left:auto;
	width:170px;
	border:none;
	padding:0px;
	margin-top:14px;
	border-radius:0px;
	background-color:#222222;
	border-top:3px solid #548de1;
}

.dropdown-toggle:after{
	display: none;
}
.caret:after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.2em;
	vertical-align: 0.2em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}
.main-header .language > a{
	color:#eeeeee;
	padding:0px 0px;
	background:none !important;
	text-transform:capitalize;
	display:inline-block;
	border:0px;
	font-weight:400;
	font-size:14px;
	line-height:1em;
	font-family: 'Roboto', sans-serif;
}

.main-header .language > a:after{
	display:none;
}

.main-header language a:hover{
	background:none;
}

.main-header .language .dropdown-menu > li{
	padding-right:0px !important;
	margin:0px !important;
	float:none;
	display:block !important;
	border-bottom: 1px solid rgba(255,255,255,0.20);
}

.main-header .language .dropdown-menu > li:last-child{
	border-bottom:none;
}

.main-header .language .dropdown-menu > li > a{
	padding:12px 20px;
	color:#ffffff;
	display:block;
	text-align:left;
	font-size:15px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .language .dropdown-menu > li > a:hover{
	color:#ffffff !important;
	background-color:#548de1;
}

.main-header .main-box{
	position:relative;
	display: block;
}

.main-header .inner-container{
	position: relative;
}

.main-header .logo-box{
	position: relative;
	float: left;
}

.main-header .logo-box .logo{
	position: relative;
	padding: 12px 0 9px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .nav-outer{
	position: static;
	float: right;
}

.navbar-toggler{
	border: 0 !important;
}

.main-menu {
	position: static;
	float: left;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}

/*
.sticky-header .main-menu {
    margin-top: 15px;
}
*/

.main-menu .navbar-collapse{
	padding:0px;
}

.main-menu .navigation{
	position:static;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	margin-left: 45px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	font-size:16px;
	line-height:30px;
	font-weight:400;
	color:#fff;
	padding:35px 0;
	opacity:1;
	text-align:center;
	text-transform: capitalize;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}
.main-menu .navigation > li.active > a{
	color:#548de1;
}
.main-menu .navigation > li > a:hover::before,
.main-menu .navigation > li.active > a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	margin: 0 auto;
	width: 44px;
	height: 2px;
	background: #548de1;
}
.main-menu .navigation > li.active > a:hover {
    text-decoration: none;
}
.main-menu .navigation > li > a:hover {
    text-decoration: none;
}
.main-menu .navigation > li > a:hover::after,
.main-menu .navigation > li.active > a::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #548de1;
	transform: translateX(-50%);
}
.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#25262c;
	background:#ffffff;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
	font-family: 'IcoFont !important';
	content: "\ea99";
	position:absolute;
	right:10px;
	top:11px;
	width:10px;
	height:20px;
	display:block;
	color:#292929;
	line-height:20px;
	font-size:13px;
	font-weight: 900;
	text-align:center;
	z-index:5;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:110%;
	width:200px;
	padding:0px 0px;
	z-index:100;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-ms-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
	opacity: 1;

}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.10);
	background:#0f7cc6;
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 20px;
	line-height:24px;
	font-weight:400;
	font-size:15px;
	color:#ffffff;
	text-align:left;
	text-transform:capitalize;
	border-left: 4px solid transparent;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	border-left: 4px solid #fff;
	background:#548de1;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	content: "\eaa0";
	position:absolute;
	right:15px;
	top:11px;
	width:10px;
	height:20px;
	display:block;
	line-height:20px;
	font-size:16px;
	color: #ffffff;
	font-weight:normal;
	text-align:center;
	z-index:5;
	font-family: 'IcoFont !important';
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:110%;
	top:0%;
	width:200px;
	padding:0px 0px;
	z-index:100;
	background:rgba(47,46,50,.90);
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-ms-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:10px 20px;
	line-height:24px;
	font-weight:400;
	font-size:15px;
	color:#ffffff;
	text-align:left;
	text-transform:capitalize;
	border-left: 4px solid transparent;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	color: #ffffff;
	background:#070708;
	border-left: 4px solid #548de1;
}

.main-menu .navigation > li.dropdown:hover > ul{
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-ms-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	transition:all 300ms linear;
	visibility:visible;
	opacity:1;
	top:100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top: 0;
	left: 100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:8px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:30px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .outer-box {
	position: relative;
	float: right;
	top: 0;
	right: 0;
}
.main-header .outer-box .nav-toggler {
	position: relative;
	margin-left: 25px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	font-size: 16px;
	color: #548de1;
	transition: all 0.5s ease-in-out;
}
.main-header .outer-box .nav-toggler:hover{
	color: #fff;
}

.fixed-top{border-bottom: 1px solid #e6e6e6;}
/*===================================
		Header
===================================*/
.header{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
	background-color: #fff;
}

.header .header-lower{
	position: relative;
	background-color: rgba(0,0,0,0.80);
	margin: 0 30px;
	padding: 0 40px;
}

.header .header-lower:before{
	position: absolute;
	top: 0;
	left: -30px;
	height: 0;
	width: 0;
	border-left: 30px solid transparent;
	border-top: 100px solid rgba(0,0,0,0.80);
	content:"";
}

.header .header-lower:after{
	position: absolute;
	top: 0;
	right: -30px;
	height: 0;
	width: 0;
	border-right: 30px solid transparent;
	border-top: 100px solid rgba(0,0,0,0.80);
	content:"";
}


.header .nav-outer{
	float: right;
}

.header .main-menu .navigation > li{
	margin-left: 21px;
}

.header .main-menu .navigation > li > a{
	position: relative;
	color: #333;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}

.header .main-menu .navigation > li > a:before{
	position: absolute;
	left: 50%;
	width: 0;
	height: 1px;
	bottom: 35px;
	content: "";
	background-color: #548de1;
	transition: all 300ms ease;
}

.header .main-menu .navigation > li > a:hover {
	color: #686868;
}

.header .main-menu .navigation > li:hover > a:before,
.header .main-menu .navigation > li.active > a:before{
	left: 0%;
	width: 100%;
}


.header .outer-box {
	padding: 29.5px 0;
	margin-left: 32px;
}

.outer-box__mobile {
    display:none;
    background-color: #f9f5f5;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
}

.outer-box__mobile a, a:hover, a:focus, a:visited {
    color: #fff;
}

.outer-box__mobile li {
    display: inline;
    padding: 14px;
}

.outer-box__mobile li i {
    margin-right: 6px;
}

.header .search-box-btn:hover{
	color: #ffffff !important;
}

.header .search-box-outer .dropdown-menu{
	top: 20px !important;
}

.header-top__mobile {
   display: none;
   text-align: center;
   background-color: #0065fb;
   color: #fff;
   font-weight: 500;
   padding:0px 10px 0px;
}
.header-top__mobile a, a:hover, a:focus, a:visited {color:#fff;}

/*Social Icons*/


.header-top .social-icon{
	position:relative;
	float:left;
}

.header-top .social-icon li{
	position:relative;
	float:left;
	margin-right:18px;
}

.header-top .social-icon li a{
	position:relative;
	display:block;
	line-height:30px;
	font-size:14px;
	color:#eeeeee;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	margin-top: 0;
}

.header-top .social-icon li a:hover{
	color:#548de1;
}

.header-top .search-box-outer{
	display:inline-block;
	margin-left:25px;
}

/***

====================================================================
				Sticky Header
====================================================================



.sticky-header{
	position: fixed;
	visibility: hidden;
	opacity: 0;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	z-index: -1;
	background-color:#fff;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
	-o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
	box-shadow: 0 0 15px rgba(0,0,0,0.10);
	-webkit-transition: top 300ms ease;
	-moz-transition: top 300ms ease;
	-ms-transition: top 300ms ease;
	-o-transition: top 300ms ease;
	transition: top 300ms ease;
}

.fixed-header .sticky-header{
	opacity:1;
	z-index: 9999;
	visibility:visible;
}

.fixed-header .sticky-header .logo{
	padding: 17px 0;
}

.sticky-header .main-menu .navigation > li{

	padding: 0;
	margin-right: 0;
	background-color: transparent;
}

.sticky-header .main-menu .navigation > li > a:before,
.sticky-header .main-menu .navigation > li:after{
	display: none !important;
}

.sticky-header .main-menu .navigation > li > a{
	padding:20px 10px !important;
	line-height:30px;
	font-size:16px;
	font-weight:700;
	color:#333;
	text-transform:uppercase;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.active > a,
.sticky-header .main-menu .navigation > li.active-menu-item > a{
	opacity:1;
	color: #548de1;
}

.sticky-header .main-menu .navigation > li > a:hover::after,
.sticky-header .main-menu .navigation > li.active > a::after{
	display: none;
}

.sticky-header .main-menu .navigation > li:before,
.sticky-header .main-menu .navigation > li.dropdown > a:after{
	display: none;
}

.sticky-header .main-menu .navigation > li.dropdown:hover > ul{
	margin-top: 0;
}
***/
/************************ Mega Menu ***************************/

.main-menu .navigation > li.has-mega-menu{
	position:static;
}

.main-menu .navigation > li > .mega-menu{
	position:absolute;
	left:0px;
	right: 0;
	margin: auto;
	width:100%;
	max-width: 1170px;
	background:rgba(0,0,0,.90);
	padding: 45px 40px 30px 45px;
	top: 100%;
	z-index:100;
	opacity: 0;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li:hover > .mega-menu{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}

.main-menu .navigation > li > .mega-menu .mega-menu-bar{
	position: relative;
}

.main-menu .navigation > li .mega-menu-bar h3{
	position:relative;
	color:#f1f1f1;
	font-size:18px;
	font-weight:500;
	padding-bottom:10px;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.main-menu .navigation > li .mega-menu-bar > ul{
	position:relative;

}

.main-menu .navigation > li .mega-menu-bar .column > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.10);
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li .mega-menu-bar .column{
	position:relative;
	margin-bottom:10px;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li:last-child{
	border:none;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li > a{
	position:relative;
	display:block;
	padding:10px 20px;
	line-height:24px;
	font-weight:400;
	font-size:15px;
	color:#ffffff;
	text-align:left;
	text-transform:capitalize;
	border-left: 4px solid transparent;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li > a:hover{
	border-left: 4px solid #548de1;
	background:#070708;
}

/*===================================
		Header Style One
===================================*/

.main-menu .navigation > li > a:hover::before,
.main-menu .navigation > li.active > a::before,
.main-menu .navigation > li > a:hover::after,
.main-menu .navigation > li.active > a::after{
	display: none;
}
/***

====================================================================
	Main Slider style
====================================================================

***/

.main-banner {
	position: relative;
	z-index: 10;
	background: #548de1;
}

.main-banner .curve-box{
	position:absolute;
	right:0px;
	top:0px;
	width:100%;
	height:100%;
	background-size: 100%;}

.main-banner .content-box{
	position:relative;
	max-width:670px;
}

.main-banner .content-box .inner{
	position:relative;
	padding:130px 0px 77px;
}

.main-banner .image-column{
	position:relative;
	float:left;
	width:40%;
	padding-top:130px;
}

.main-banner .image-column .image-box{
	position:relative;
	margin-right:-200px;
	text-align:right;
}

.main-banner .image-column .image-box img{
	display:inline-block;
}

.main-banner h2{
	font-size:34px;
	color:#ffffff;
	font-weight:700;
	line-height:1.4em;
	margin-bottom:30px;
}

.main-banner .features-list{
	position:relative;
	margin-bottom:30px;
}

.main-banner .features-list li{
	position:relative;
	color:#ffffff;
	font-size:20px;
	margin-bottom:20px;
}

.main-banner .features-list li .icon{
	position:relative;
	margin-right:15px;
	color: #fff;
}

.curve-box{
	background-image: url('assets/img/main-slider/bg-webparadise.jpg');
	background-position: center center;}

.rvsite-banner{
    background-image: url('assets/img/main-slider/rvsitebuilder.png')
}

/***

====================================================================
	Main Slider style
====================================================================

***/


@keyframes alltuchtopdown {
	0% {
		-webkit-transform: rotateX(0deg) translateY(0px);
		-moz-transform: rotateX(0deg) translateY(0px);
		-ms-transform: rotateX(0deg) translateY(0px);
		-o-transform: rotateX(0deg) translateY(0px);
		transform: rotateX(0deg) translateY(0px);
	}
	50% {
		-webkit-transform: rotateX(0deg) translateY(-10px);
		-moz-transform: rotateX(0deg) translateY(-10px);
		-ms-transform: rotateX(0deg) translateY(-10px);
		-o-transform: rotateX(0deg) translateY(-10px);
		transform: rotateX(0deg) translateY(-10px);
	}
	100% {
		-webkit-transform: rotateX(0deg) translateY(0px);
		-moz-transform: rotateX(0deg) translateY(0px);
		-ms-transform: rotateX(0deg) translateY(0px);
		-o-transform: rotateX(0deg) translateY(0px);
		transform: rotateX(0deg) translateY(0px);
	}
}
@-webkit-keyframes alltuchtopdown {
	0% {
		-webkit-transform: rotateX(0deg) translateY(0px);
		-moz-transform: rotateX(0deg) translateY(0px);
		-ms-transform: rotateX(0deg) translateY(0px);
		-o-transform: rotateX(0deg) translateY(0px);
		transform: rotateX(0deg) translateY(0px);
	}
	50% {
		-webkit-transform: rotateX(0deg) translateY(-20px);
		-moz-transform: rotateX(0deg) translateY(-20px);
		-ms-transform: rotateX(0deg) translateY(-20px);
		-o-transform: rotateX(0deg) translateY(-20px);
		transform: rotateX(0deg) translateY(-20px);
	}
	100% {
		-webkit-transform: rotateX(0deg) translateY(0px);
		-moz-transform: rotateX(0deg) translateY(0px);
		-ms-transform: rotateX(0deg) translateY(0px);
		-o-transform: rotateX(0deg) translateY(0px);
		transform: rotateX(0deg) translateY(0px);
	}
}

.main-banner-two .content-box{
	position:relative;
	max-width:670px;
}

.main-banner-two .content-box .inner{
	position:relative;
	padding:175px 0px 230px;
}

.main-banner-two .image-column{
	position:relative;
	float:left;
	width:40%;
	padding-top:130px;
}

.main-banner-two .image-column .image-box{
	position:relative;
	margin-right:-200px;
	text-align:right;
}

.main-banner-two .image-column .image-box img{
	display:inline-block;
}

.main-banner-two h2{
	font-size:45px;
	color:#ffffff;
	font-weight:700;
	line-height:1.4em;
	margin-bottom:30px;
}

.main-banner-two .features-list{
	position:relative;
	margin-bottom:30px;
}

.main-banner-two .features-list li{
	position:relative;
	color:#ffffff;
	font-size:20px;
	margin-bottom:20px;
}

.main-banner-two .features-list li .icon{
	position:relative;
	margin-right:15px;
	color: #fff;
}

/***

====================================================================
	Slider Landing Page
====================================================================

***/

.slid-slider {
    background-image: url('assets/img/main-slider/webparadise-sitebuilder.png');
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: -50px;
}
 .slid-slider .content-box .inner{
	position:relative;
	padding:95px 0px 77px;
}
.slid-slider .content-box .inner h1, .slid-slider .inner li, .slid-slider .inner span.number {color: #000;}
.slid-slider .inner span.number {font-size: 50px;line-height: 1.0em;}
.slid-slider .inner li {text-transform: uppercase;}
.slid-slider .theme-btn {text-transform: uppercase;}
.slid-slider h1 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.slid-slider .features-list {
    margin-bottom: 30px;
}
.slid-slider .features-list li {
    margin-bottom: 20px;
}

.features-row {
    margin-top: -94px;
    background-color: #145abf;
    color: #fff;
}

.features-row .item h3.name {
    font-size: 28px;
    text-transform: uppercase;
}
/***

====================================================================
	Page Title
====================================================================

***/

.page-title{
	position:relative;
	padding:120px 0px;
	overflow:hidden;
	background-image: -ms-linear-gradient(top, #bd440a 0%, #fb6219 100%);
	background-image: -moz-linear-gradient(top, #bd440a 0%, #fb6219 100%);
	background-image: -o-linear-gradient(top, #bd440a 0%, #fb6219 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bd440a), color-stop(100, #2b6bdc));
	background-image: -webkit-linear-gradient(top, #bd440a 0%, #fb6219 100%);
	background-image: linear-gradient(to bottom, #bd440a 0%, #fb6219 100%);
}


.page-title h2{
	position:relative;
	color:#ffffff;
	font-size:45px;
	line-height:1.4em;
	text-align:center;
}

/***

====================================================================
	About Section
====================================================================

***/

.about-section{
	position:relative;
	padding: 82px 0px 45px;
}

.about-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.about-section .content-column .inner-column{
	position:relative;
	padding-right:30px;
}

.about-section .content-column .inner-column h2{
	position:relative;
	color:#232323;
	font-size:28px;
	line-height:1.4em;
	margin-bottom:12px;
}

.about-section .content-column .inner-column .text{
	position:relative;
	margin-bottom:30px;
}

.about-section .content-column .inner-column .text p{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:15px;
	font-weight:300;
}

.about-section .content-column .inner-column .text p:last-child{
	margin-bottom:0px;
}

.about-section .image-column{
	position:relative;
	margin-bottom:40px;
}

.about-section .image-column .inner-column{
	position:relative;
	padding-left:30px;
}

.about-section .image-column .image{
	position:relative;
	border-radius:5px;
	overflow:hidden;
}

.about-section .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}


/***

====================================================================
	Section Title
====================================================================

***/

.sec-title {
	position: relative;
	margin-bottom: 40px;
}
.sec-title h2 {
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 30px;
	color: #070708;
	font-weight: 700;
	padding: 0 0 18px;
	-webkit-mask-image: linear-gradient(-75deg, rgba(10,21,169,0.6) 50%, #ff7e00 50%, rgba(0,0,0,1) 70%);
	-webkit-mask-size: 200%;
	animation: shine 3s infinite;
	text-align: center;
}

.sec-title h1 {
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 30px;
	color: #070708;
	font-weight: 700;
	padding: 0 0 18px;
	-webkit-mask-image: linear-gradient(-75deg, rgba(10,21,169,0.6) 50%, #ff7e00 50%, rgba(0,0,0,1) 70%);
	-webkit-mask-size: 200%;
	animation: shine 3s infinite;
	text-align: center;
}

.sec-title p{
	text-align: center;}

@-webkit-keyframes shine {
	from {
		-webkit-mask-position: 150%;
	}

	to {
		-webkit-mask-position: -50%;
	}
}


/***

====================================================================
	Call To Action Section
====================================================================

***/

.call-to-action-section{
	position:relative;
	padding:35px 0px;
	background-color:#f0f0f0;
}

.call-to-action-section h2{
	position:relative;
	color:#070708;
	font-size:32px;
	font-weight:400;
	line-height:1.2em;
	display:inline-block;

}

.call-to-action-section .price-column{
	text-align:right;
}

.call-to-action-section h3{
	position:relative;
	color:#070708;
	font-size:18px;
	font-weight:300;
	letter-spacing:1px;
	display:inline-block;
	padding-left: 50px;
}

.call-to-action-section h3 span{
	font-size:30px;
	font-weight:600;
}

/***

====================================================================
	Call To Action Section Two
====================================================================

***/

.call-to-action-section-two{
	position:relative;
	padding:35px 0px;
	background-color:#3e79d0;
}

.call-to-action-section-two .content-column{
	position:relative;
}

.call-to-action-section-two .content-column .inner-column{
	position:relative;
	padding-left:145px;
}



.call-to-action-section-two .content-column h2{
	position:relative;
	color:#ffffff;
	font-size:30px;
	font-weight:400;
	line-height:1.4em;
	margin-bottom:6px;
}

.call-to-action-section-two .content-column .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
}

.call-to-action-section-two .button-column{
	text-align:right;
}

.call-to-action-section-two .button-column .inner-column{
	padding-top:15px;
}
.call-to-action-section-two .btn-style-three{
	background-color: #fff;
	color:#202020;
	box-shadow: 0 3px 0 #1c4da8, 0 6px 4px -2px rgba(51, 51, 51, 0.3);
	font-size: 17px;
	padding: 17px 40px;
	text-transform: uppercase;
}

.call-to-action-section-two .btn-style-three:hover{
	color:#ffffff;
	background:#548de1;
	border-color:#202020;
}

.content-column h2 {
	margin-bottom: 18px;
}

.content-column ul {
	margin-top: 20px;
}

/***

====================================================================
			Services Section
====================================================================

***/
.services-section {
	position: relative;
	padding: 76px 0 39px;
}

.services-section .services-box {
	position: relative;
}

.service-block .inner-box {
	position: relative;
	padding: 28px 15px 30px;
	border-radius: 10px;
	margin-bottom: 40px;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	border: 1px solid #ccc;
}
.service-block .inner-box:hover{
	box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
}
.service-block .inner-box:before {
	content: "";
	position: absolute;
	left: -100%;
	top: 0;
	width: 90%;
	height: 3px;
	background-color: #548de1;
	opacity: 0;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.service-block:hover .inner-box:before{
	opacity: 1;
	left: 5%;
}

.service-block .inner-box .icon-box {
	position: relative;
	text-align: center;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
.service-block:hover .icon-box {
	transform: rotateY(360deg);
}
.service-block .inner-box .icon-box i:before {
	margin: 0;
	font-size: 55px;
	color: #070708;
	line-height: 60px;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
.service-block:hover .inner-box .icon-box i:before{
	color: #548de1;
}
.service-block .lower-content {
	position: relative;
	padding: 18px 15px 1px;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block .lower-content h3 {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #070708;
	font-weight: 700;
	margin-bottom: 8px;
}

.service-block .lower-content h3 a{
	color: #070708;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block .lower-content h3 a:hover{
	color: #548de1;
}

.service-block .lower-content .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 27px;
	color: #5a5956;
	font-weight: 400;
	margin-bottom: 27px;
}

.service-block .lower-content .link-box{
	position: relative;
	margin-top: 12px;
}

.service-block .lower-content .link-box a{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 1.2em;
	color: #070708;
	font-weight: 600;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block .lower-content .link-box a:hover{
	color: #fff;
	background-color: #548de1;
}

#status {color: #fff;}
/***

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two{
	position: relative;
	padding: 79px 0 6px;
}

.services-section-two .service-block .inner-box {
	position: relative;
	padding: 0;
	background-color: #fff;
	border-radius: 0;
	margin-bottom: 40px;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.services-section-two .service-block .inner-box:hover{
	box-shadow: none;
}

.services-section-two .service-block .inner-box:before {
	display: none;
}


/***

====================================================================
	Hosting Img Icon Section
====================================================================

***/

.iconhosting-1, .iconhosting-2, .iconhosting-3, .iconhosting-4, .iconhosting-5, .iconhosting-6, .iconhosting-7, .iconhosting-8, .iconhosting-9, .iconhosting-10, .iconhosting-11, .iconhosting-12, .iconhosting-13, .iconhosting-14
	,.iconhosting-15, .iconhosting-16, .iconhosting-17

{
	max-width: 100%;
	background-size: 100%;
	background: url(assets/img/img-hosting.png) no-repeat;
}

.iconhosting-9 { /* backup cdp */
	background-position: 0px 48%;
}

.iconhosting-8 { /* migrazione sito */
	background-position: 0px 42%;
}

.iconhosting-7 { /* attivazione flash */
	background-position: 0px 36%;
}

.iconhosting-6 { /* uptime */
	background-position: 0px 30.5%;
}

.iconhosting-5 { /* certificato ssl */
	background-position: 0px 25%;
}

.iconhosting-4 { /* multiphp */
	background-position: 0px 19%;
}

.iconhosting-3 { /* garanzie hosting */
	background-position: 0px 13%;
}

.iconhosting-2 { /* softculous / wordpress */
	background-position: 0px 6.5%;
}

.iconhosting-10 { /* ssd */
	background-position: 0px 53.3%;
}

.iconhosting-11 { /* sicurezza ssl */
	background-position: 0px 59.4%;
}

.iconhosting-12 { /* google */
	background-position: 0px 64.8%;
}

.iconhosting-13 { /* wp-color */
	background-position: 0px 70.3%;
}

.iconhosting-14 { /* joomla-color */
	 background-position: 0px 76%;
 }

.iconhosting-15 { /* mage-color */
	background-position: 0px 82%;
}

.iconhosting-16 { /* presta-color */
	background-position: 0px 88%;
}

.iconhosting-17 { /* drupal-color */
	background-position: 0px 94%;
}


.box-icon-cms {

	border: 1px solid #548de1;
	border-radius: 7px;
	padding:15px;
}
.cta-sec .box-icon-cms {
	margin: 10px;
	background-color: #fff;
}

.cta-sec .box-icon-cms:hover {
	transform: translateY(-6px);
	transition: all ease-in-out .5s;
}
.info-support{min-height: 420px;}
.info-support .box-icon-cms {  border: 1px solid #fff; text-align: center;}
.info-support h3 {color: #fff;}
.info-support p {color: #dbd9d9;}
.info-support h2{color:#fff;}
.row.host img:hover {transform: rotateY(360deg);transition: all 0.7s ease-in-out;}

#cpanel li:before {content: "\f00c";display: inline;font-family: "FontAwesome";color: #088208;}
#cpanel li > h3 {display: inline;}
#cpanel li > p {margin-top: 0.5rem;}
/***

====================================================================
	Accordion Section
====================================================================

***/
#accordion .card{border-bottom: 1px solid #548de1;
	border-radius: 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;}
#accordion .card-header {
	background-color: transparent;
	border-bottom: none;
}

#accordion li {
	list-style: inside;
	margin-top: 8px;
}

.card-header {padding: 0.75rem 0.75rem;}

#accordion button:active {border-color: 0px;border: none;}
#accordion button:hover {border-color: 0px;border: none;}
#accordion button:focus {border-color: 0px;border: none;}

/***

====================================================================
	Domain Section
====================================================================

***/

.domain-section{
	position:relative;
	overflow:hidden;
	padding: 78px 76px;
	background-image: -ms-linear-gradient(top, #26282c 0%, #5d616b 100%);
	background-image: -moz-linear-gradient(top, #26282c 0%, #5d616b 100%);
	background-image: -o-linear-gradient(top, #26282c 0%, #5d616b 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #26282c), color-stop(100, #5d616b));
	background-image: -webkit-linear-gradient(top, #26282c 0%, #5d616b 100%);
	background-image: linear-gradient(to bottom, #26282c 0%, #5d616b 100%);
}

.domain-section .sec-title h2,
.domain-section .sec-title .text{
	color: #fff;
}

.domain-section .container{
	position:relative;
}

.domain-section .cloud-one{
	position:absolute;
	/*right:-140px;*/
	left:auto;
	top:20px;
	width:202px;
	height:123px;
	background:url(assets/img/icons/cloud-1.png) no-repeat;
	-webkit-animation: animateCloud 20s linear infinite;
	-moz-animation: animateCloud 20s linear infinite;
	animation: animateCloud 20s linear infinite;
}

.domain-section .cloud-two{
	position:absolute;
	/*left:-140px;*/
	bottom:20px;
	width:152px;
	height:93px;
	background:url(assets/img/icons/cloud-2.png) no-repeat;
	-webkit-animation: animateCloudtwo 20s linear infinite;
	-moz-animation: animateCloudtwo 20s linear infinite;
	animation: animateCloudtwo 20s linear infinite;
}

@-webkit-keyframes animateCloud {
	0% {
		margin-left: -100px;
	}
	100% {
		margin-left: 120%;
	}
}

@-moz-keyframes animateCloud {
	0% {
		margin-left: -100px;
	}
	100% {
		margin-left: 120%;
	}
}

@keyframes animateCloud {
	0% {
		margin-left: -100px;
	}
	100% {
		margin-left: 120%;
	}
}

@-webkit-keyframes animateCloudtwo {
	0% {
		right: -140px;
	}
	100% {
		right: 120%;
	}
}

@-moz-keyframes animateCloudtwo {
	0% {
		right: -140px;
	}
	100% {
		right: 120%;
	}
}

@keyframes animateCloudtwo {
	0% {
		right: -140px;
	}
	100% {
		right: 120%;
	}
}


/***

====================================================================
	Domain Form
====================================================================

***/

.domain-form{
	position:relative;
	max-width:760px;
	width:100%;
	margin:0 auto;
}

.domain-form form{
	position:relative;
}

.domain-form .form-group{
	position: relative;
	padding-right:185px;
}

.domain-form .form-group input[type="text"],
.domain-form .form-group input[type="tel"],
.domain-form .form-group input[type="email"],
.domain-form .form-group textarea {
	position: relative;
	width: 100%;
	line-height: 28px;
	padding: 12px 25px;
	height: 50px;
	display:inline-block;
	font-size: 14px;
	background: none;
	font-weight:400;
	border-radius:3px;
	background-color:#ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.domain-form .form-group .checked-btn{
	position: absolute;
	top: 0px;
	right: 0px;
	color:#ffffff;
	font-size:13px;
	font-weight:700;
	padding:17px 25px;
	letter-spacing:1px;
	border-radius:3px;
	cursor:pointer;
	text-transform:uppercase;
	background-color:#548de1;
	font-family: 'Nunito Sans', sans-serif;
    border: none;
}

.domain-form .form-group .checked-btn .arrow{
	margin-left:4px;
	font-size:16px;
}

.domain-section .domain-list{
	position:relative;
	text-align:center;
	margin-top:45px;
}
.domain-list p {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
}
.domain-section .domain-list li{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:600;
	padding:0px 30px;
	line-height:1em;
	display:inline-block;
	font-family: 'Nunito Sans', sans-serif;
	border-right:1px solid rgba(255,255,255,0.20);
}

.domain-section .domain-list li:last-child{
	border:none
}

.domain-section .domain-list li span{
	color:#73c6ff;
	font-size:16px;
}



/***

====================================================================
	Counter Section
====================================================================

***/

.counter-section{
	position:relative;
	padding: 71px 0px 23px;
	background-image: -ms-linear-gradient(top, #bd440a 0%, #fb6219 100%);
	background-image: -moz-linear-gradient(top, #bd440a 0%, #fb6219 100%);
	background-image: -o-linear-gradient(top, #bd440a 0%, #fb6219 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bd440a), color-stop(100, #2b6bdc));
	background-image: -webkit-linear-gradient(top, #bd440a 0%, #fb6219 100%);
	background-image: linear-gradient(to bottom, #bd440a 0%, #fb6219 100%);
}

.counter-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background:url(../images/background/map-pattern.png) center center no-repeat;
}

.counter-section .sec-title{
	position:relative;
	text-align:center;
	margin-bottom:55px;
}

.counter-section .sec-title h2{
	position:relative;
	color:#ffffff;
	font-size:36px;
	line-height:1.4em;
}

/*Fact Counter*/

.fact-counter{
	position:relative;
	max-width:750px;
	margin:0 auto;
}

.fact-counter .column{
	position:relative;
	z-index:5;
	margin-bottom:50px;
}

.fact-counter .column-outer{
	position:relative;
	text-align:center;
}

.fact-counter .column .inner{
	position:relative;
	width:100%;
	color:#ffffff;
	display:block;
	text-align:center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.fact-counter .count-outer{
	position:relative;
	font-size:30px;
	line-height:1em;
	font-weight:300;
	margin:0px 0px;
}

.fact-counter .count-outer .count-text{
	position:relative;
	font-weight:300;
	color:#ffffff;
	font-size:50px;
	letter-spacing:1px;
}

.fact-counter .column .counter-title{
	position:relative;
	font-size:20px;
	font-weight:300;
	color:#ffffff;
	margin-top:15px;
	display:block;
	line-height:1.5em;
}

/***

====================================================================
	Breadcrump Section
====================================================================

***/
.breadcrump{
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color:#145abf;
	opacity: .9;
}


.breadcrump-title.add-space {
	padding: 60px 0 60px;
}

.breadcrump-title h1 {
	color: #fff;
	font-size: 40px;
	font-weight: 500;
	margin-top: -9px;
}

.breadcrump p {
	font-size: 20px;
	color: #ececec;
    margin-bottom: 0rem;
    margin-top: 5px;
}

.breadcrump a:hover, a:focus, a:visited{color:#000;}

#breadcrumb {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 15px;
}
/***

====================================================================
	Hosting Section
====================================================================

***/

.hosting-section{
	position:relative;
	padding: 80px 0px 71px;
}

.hosting-section .image-column{
	position:relative;
}

.hosting-section .image-column .image{
	position:relative;
}

.hosting-section .image-column .image img{
	position:relative;
	display:block;
}

.hosting-section .content-column{
	position:relative;
}

.hosting-section .content-column .inner-column{
	position:relative;
}

.hosting-section .content-column .inner-column h2{
	position:relative;
	color:#070708;
	font-size:36px;
	font-weight:400;
	line-height:1.4em;
	margin-bottom:18px;
}

.hosting-section .content-column .inner-column .text{
	position:relative;
	font-size:15px;
	line-height:1.8em;
	font-weight:300;
	margin-bottom:25px;
	font-family: 'Roboto', sans-serif;
}

.hosting-section .content-column .inner-column .theme-btn{
	margin-top:30px;
}

#faq .btn.btn-link {font-size: 1.1rem;}


.bread-banner{padding:0px;}
/***

====================================================================
	Pricing Section
====================================================================

***/

.pricing-section h1::after {
	margin: 16px auto;
	content: "";
	width: 100px;
	height: 3px;
	background-color: #548de1;
	display: block;
}

.pricing-section{
	position:relative;
	padding: 40px 0px 40px;
}

.pricing-tabs{
	position:relative;
}

.pricing-section .title-column{
	position:relative;
	margin-bottom:42px;
	text-align:center;

}

.pricing-tabs .tab-buttons{
	position:relative;
	overflow:hidden;
	padding:4px;
	border-radius:4px;
	display:inline-block;
	border:1px solid #e3e3e3;
}

.pricing-tabs .tab-buttons .tab-btn{
	position:relative;
	color:#232323;
	font-size:16px;
	font-weight:600;
	float:left;
	cursor:pointer;
	padding:7px 30px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: 'Nunito Sans', sans-serif;
}

.pricing-tabs .tab-buttons .tab-btn:hover,
.pricing-tabs .tab-buttons .tab-btn.active-btn{
	color:#ffffff;
	background-color:#548de1;
}

.pricing-tabs .tabs-content .tab{
	position:relative;
	display:none;
}

.pricing-tabs .tabs-content .tab.active-tab{
	display:block;
}

.price-block{
	position:relative;
	margin-bottom:40px;
}

.price-block .inner-box{
	position:relative;
	border-radius:5px;
	overflow:hidden;
	border:1px solid #e3e3e3;
}

.price-block .inner-box .title{
	position:relative;
	color:#232323;
	font-weight:600;
	font-size:20px;
	text-align:center;
	padding:14px 10px;
	background-color:#f8fafe;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	border-bottom:1px solid #e3e3e3;
	font-family: 'Nunito Sans', sans-serif;
}

.price-block .inner-box:hover .title{
	color:#ffffff;
	background-color:#548de1;
}

.price-block .inner-box .upper-box {

	position: relative;
	padding: 20px 0px;
	text-align: center;
	background-color: #548de1;

}

.price-block .inner-box .upper-box .icon-box{
	position:relative;
	margin-bottom:20px;
}

.price-block .inner-box .upper-box .price {

	position: relative;
	color: #fff;
	font-size: 50px;
	line-height: 1em;
	font-weight: 700;
	font-family: 'Nunito Sans', sans-serif;

}

.price-block .inner-box .upper-box .price sub{
	position:relative;
	bottom:1px;
	font-size:20px;
	font-weight:400;
}

.price-block .inner-box .upper-box .price span {

	position: relative;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	display: block;
	line-height: 1.8em;
	text-transform: capitalize;

}

.price-block .inner-box .lower-box{
	position:relative;
	padding: 35px 15px 0px 15px;
	text-align:center;
	border-top:1px solid #e3e3e3;
}

.builder .price-block .inner-box .lower-box{
	position:relative;
	padding: 35px 15px 0px 15px;
	text-align:center;
	border-top:1px solid #e3e3e3;
}
p.promo {
    background-color: #ffff43;
    padding: 3px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px dotted #548de1;
}

p.promo > e {
    font-weight: 400;
    text-transform: lowercase;
}

p.promo ~ p.desc {
    font-size: 10px;
    line-height: 14px;
    margin-top: -16px;
}

.plus .lower-box {padding: 0px 16px 0px 15px !important;}
.plus p:first-child {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 13px;
}

.plus .pricing-body::before {top: -74px;}
.plus .theme-btn {margin-top: 24px !important;}


.price-block ul li {padding: 2px 0;border-bottom: 1px dotted #777;}

.price-block .inner-box .lower-box ul{position:relative;}

.price-block .inner-box .lower-box ul li{
	position:relative;
	color: #000;
	font-size: 15px;
	font-weight:300;
	margin-bottom:12px;
}

.price-block .inner-box .lower-box .subscribe-btn, .box-plans .subscribe-btn{
	position:relative;
	color:#070708;
	font-size:13px;
	font-weight:700;
	padding:9px 34px;
	border-radius:4px;
	display:inline-block;
	letter-spacing:1px;
	margin-top:20px;
	margin-bottom:20px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	border:1px solid #548de1;
	font-family: 'Nunito Sans', sans-serif;
}

.price-block .inner-box .lower-box .subscribe-btn .arrow{
	font-size:16px;
	margin-left:5px;
}

.price-block .inner-box .lower-box .subscribe-btn:hover, .box-plans .subscribe-btn:hover{
	color:#ffffff;
	border-color:#548de1;
	background-color:#548de1;
}


.lower-box::before {
	content: "";
	position: absolute;
	left: -5px;
	bottom: 0;
	right: 0;
	top: -23px;
	background-image: url('assets/img/resource/pricing-shap.png');
	height: 23px;
	background-repeat: no-repeat;
	background-size: cover;
}

.pricing-body {
	padding-bottom: 15px;
}

.builder .pricing-body {
	padding-top: -1px;
	height: 560px;

}

/***  === Modifica price / caratteristica === ***/

span.price-old {
    color: rgba(24, 7, 7, 0.77);
    text-decoration: none;
    position: relative;
    padding-right: 4px;
}

span.price-old::before {
    content: " ";
    display: block;
    width: 40px;
    border-top: 2px solid rgba(255,0,0,.8);
    height: 9px;
    position: absolute;
    bottom: 0;
    left: -5px;
    transform: rotate(0deg);
}

span.price-new {
    font-weight: 500;
}

/***  === Fine Modifica price / caratteristica === ***/


/***
.price-block .ribbon {
	width: 160px;
	height: 32px;
	font-size: 15px;
	text-align: center;
	color: #fff;
	box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
	background: #6ab95e;
	position: absolute;
	top: -25px;
	border-radius: 8px;
	text-transform: uppercase;
	font-weight: 500;
}

***/


/***

====================================================================
	RIBBON
====================================================================

***/

/* common */
.ribbon {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}

.ribbon::before,
.ribbon::after {
position: absolute;
z-index: -1;
content: '';
display: block;
border: 5px solid #862727;
}

.ribbon span {
position: absolute;
display: block;
width: 220px;
padding: 11px 0;
box-shadow: 0 5px 10px rgba(0,0,0,.1);
color: #fff;
font: 700 11px/1 'Lato', sans-serif;
text-shadow: 0 1px 1px rgba(0,0,0,.2);
text-transform: uppercase;
text-align: center;
}

/* top left*/
.ribbon-top-left {
top: -10px;
left: 5px;
}

.ribbon-top-left::before {
top: 0px;
right: 13px;
}
.ribbon-top-left::after {
bottom: 14px;
left: 1px;
}
.ribbon-top-left span {
right: -24px;
top: 31px;
transform: rotate(-45deg);
padding-left: 47px;
background-color: #f75423;
}


/* top right*/
.ribbon-top-right {
  top: -10px;
  right: 6px;
}

.ribbon-top-right::before {
top: 0;
left: 13px;
border: 5px solid #56974d;
}

.ribbon-top-right::after {
bottom: 12px;
right: 0px;
border: 5px solid #56974d;
}
.ribbon-top-right span {
left: -25px;
top: 30px;
transform: rotate(45deg);
padding-right: 47px;
background-color: #6ab95e;
}



/***

====================================================================
		Subcribes Section
====================================================================

***/

.subcribes-section{
	position: relative;
	width: 100%;
	padding: 80px 0;
	background-color: #26282c;
}

.newsletter-form .form-group input[type="email"] {
	position: relative;
	display: block;
	width: 100%;
	line-height: 20px;
	height: 45px;
	font-size: 14px;
	color: #000;
	overflow: hidden;
	border-radius: 5px;
	background: #fff;
	padding: 10px 20px 10px 20px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.subcribes-section .inner-column .text-column h3{
	position:relative;
	color:#fff;
	font-size:24px;
	font-weight: 700;
	line-height:1.7em;
	text-transform:capitalize;
}

/***

====================================================================
		Hosting CMS Page
====================================================================

***/

.hosting h2 {font-size: 50px;padding-top: 10px;padding-bottom: 0px;    line-height: 50px;}
.hosting .sec-title h3 {
	text-align: center;
	font-size: 26px;
	font-weight: 400;

}

h3.hosting {
	font-size: 30px;
	text-transform: capitalize;
}

/***

====================================================================
		VPS Hosting
====================================================================

***/

.vps {

}

.vps-host{background-color: #5283cc36;}

/***

====================================================================
		CMS Section
====================================================================

***/
.cms-icon-sec {
	background-color: #5283cc36;
	padding: 40px;
}

.owl-carousel .owl-item:hover img {

	transform: translateY(-6px);
	transition: all ease-in-out .5s;

}

/***

====================================================================
		CMS Section
====================================================================

***/

.scelta-hosting p {text-align: left;}

/***

====================================================================
		SSL Section
====================================================================

***/

.ssl-ssl .price {
	position: relative;
	color: #626262;
	font-size: 50px;
	line-height: 1em;
	font-weight: 700;
	font-family: 'Nunito Sans', sans-serif;
}

.ssl-ssl .price sub {
	position: relative;
	bottom: 1px;
	font-size: 20px;
	font-weight: 400;
}


.ssl-ssl .price span {
	color: #3e3e3e;
	position: relative;
	font-size: 16px;
	font-weight: 300;
	display: block;
	line-height: 1.8em;
	text-transform: capitalize;}


.ssl-ssl .card-body {
	min-height: 119px;
}

.li-desc {
	min-height: 110px;
}

/***

====================================================================
				Comparazione Hosting Section
====================================================================

***/

.comp.et_pb_row
{
	width: 100% !important;
}

.fit
{
	position: relative;
	top: 0;

	margin: 0 auto;
}
.fit.top
{
	top: 200px;
}

.box-plans.nor table tr.plans th:first-child
{
	width: 28%;

	text-align: center;
}

.mob
{
	margin: 50px 0 0;
}
.resp
{

}
.resp .temp-nav
{
	margin: 0 0 20px;

	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 2px 2px rgba(0,0,0,.15);
}

.temp-nav
{
	margin: 0 22px;
}
.temp-nav a
{
	float: left;

	width: 33.33%;
	padding: 10px 0 7px;

	text-align: center;

	color: #000;
	border: 1px solid #ccc;
	background: #fff none repeat scroll 0 0;
}

.temp-nav > a:hover
{
	color: #fff;
	background: #d6d6d6 none repeat scroll 0 0;
}
.temp-nav > a:active
{
	background: #66addf none repeat scroll 0 0;
}

.due a
{
	width: 50% !important;
}

.box-plans
{
	border-radius: 5px;
}

.box-plans table
{
	font-size: 15px;

	width: 100%;
}

.box-plans .mob td
{
	text-align: center;
}
.box-plans tr.plans h2
{
	font-size: 24px;
	font-weight: 600;

	margin-top: 10px;
}
.box-plans table tr.plans
{
	text-align: center;
}

.box-plans table tr:first-child
{
	padding: 16px 10px;

	text-align: center;

	color: #333;
	border-radius: 5px;
	background: #fff;
}

/**
.box-plans table tr:nth-child(2n) td
{
	background: #fbfbfb;
}
**/

.box-plans table tr.ordina td
{
	padding: 16px 14px !important;

	background: #f2f2f2 none repeat scroll 0 0;
}

.box-plans table tr td
{
	font-size: 15px;

	padding: 12px 14px !important;
}



.box-plans table tr.intesta td
{
	padding: 16px 14px !important;
	/*background:#b0cef0 none repeat scroll 0 0 !important;*/
	color:#000;
	outline: 1px outset #1C6EA4;
    outline-offset: 1px;
}

tr.intesta{background:#fff !important; color:#000;}

.box-plans table td
{
	text-align: center !important;
}
.box-plans table tr td:first-child
{
	text-align: left !important;
}

.resp table tr.intesta td
{
	text-align: center !important;
}
.resp table th h2
{
	font-weight: 600;
}

.novis {
	display: none;
}

.toolt {
	cursor: pointer;
	color: #2550a5;
}

div.tooltip-inner{
    opacity: 0.9;
}

.icofont-check-circled {
	color: #2ab52a;
}

.icofont-error {
	color: #e31414;
}
#pricebox {
	font-weight: 500;
    font-size: 19px;
 	color: #548de1;
}

.intesta > td:nth-child(1) {
	font-weight: 500;
	text-transform: uppercase;
}
/* fine compara host */


/***

====================================================================
				News Section
====================================================================

***/

.news-section{
	position: relative;
	padding: 79px 0 52px;
}

.news-block .inner-box{
	position: relative;
	margin: 0 0 30px;
	z-index: 1;
	width: 100%;
	border-radius: 15px;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
}

.news-block .inner-box .image-box{
	position: relative;
}

.news-block .inner-box .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.news-block .inner-box .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px 10px 0px 0;
}


.news-block .inner-box .caption-box {
	position: relative;
	padding: 16px 30px 30px;
	background-color: #ffffff;
	border-radius: 0px 0 10px 10px;
}



.news-block .inner-box .caption-box h3 {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #070708;
	font-weight: 600;
	margin-top: 4px;
}
.news-block .inner-box .caption-box .text {
	margin-top: 17px;
}


.news-block .inner-box .caption-box h3 a{
	color: #070708;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .inner-box .caption-box h3 a:hover{
	color: #548de1;
}

.news-block .inner-box .caption-box .info{
	position: relative;
	display: block;
	margin-bottom: 15px;
}

.news-block .inner-box .caption-box .info li{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #070708;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.news-block .inner-box .caption-box .info li .post-name{
	color: #548de1;
	font-weight: 700;
}
.news-block .inner-box .caption-box .blog-btn{
	color: #070708;
	padding: 8px 30px;
	margin-top: 30px;
}
.news-block .inner-box .caption-box .blog-btn:hover{
	color: #fff;
}


/***

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	background-color:#343741;
}

.main-footer .widgets-section{
	position:relative;
	padding: 22px 0px 42px;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:30px;
}

.main-footer .footer-widget h2{
	position:relative;
	color:#ffffff;
	font-size:22px;
	font-weight:400;
	margin-bottom:25px;
}
.footer-widget figure {
	margin-bottom: 10px;
}

.footer-widget p{
	color:#fff;
	font-size: 15px;
}
/*Footer List*/

.footer-list{
	position:relative;
}

.footer-list li{
	position:relative;
}

.footer-list li a{
	position:relative;
	color:#c3cad4;
	font-size:16px;
	font-weight:300;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.footer-list li a:hover{
	color:#ffffff;
}

.main-footer .footer-bottom{
	position:relative;
	padding:15px 0px;
	border-top:1px solid rgba(255,255,255,0.15);
}

.main-footer .footer-bottom .copyright{
	position:relative;
	color:#c3cad4;
	font-size:14px;
}
.footer-column h4 {
	color: #fff;
}

.footer-bottom .fa:hover {
	color: #fff;
	transition: 0.5s ease;
}

.main-footer h3{ color:#fff;font-size:38px;}
.main-footer p {color: #fff;font-size: 16px;}
.main-footer hr{background-color: #aeaeae;height: 0.1rem;}
.form-control{height: calc(1.8em + 0.75rem + 2px) !important;padding: 0.75rem 8em !important;}

.main-footer  .btn{padding: 0.60rem 0.75rem;}
/***

==================================================================
		Dark Home Page
==================================================================

***/

.dark .header-style-one,
.dark .domain-section,
.dark .price-section,
.dark .subcribes-section,
.dark .main-footer,
.dark .main-footer .footer-bottom{
	background-color: #070708;
}

.dark .main-slider,
.dark .price-section .price-block .inner-box{
	background-color: #fff;
}

.dark .main-slider h1,
.dark .price-section .price-block .upper-box h3,
.dark .price-section .price-block .middle-box ul li,
.dark .price-section .price-block .purchased,
.dark .main-slider .btns-box a{
	color: #070708;
}

.dark .main-slider .text{
	color: #5a5956;
}

.dark .price-section .price-block .upper-box h3{
	text-align: center;
}



/***

==================================================================
		Light Home Page
==================================================================

***/

.light .header-style-one,
.light .main-slider,
.light .banner-form .form-group input[type="text"],
.light .banner-form .form-group select.form-control:not([size]):not([multiple]),
.light .price-section .price-block .inner-box,
.light .newsletter-form .form-group input[type="email"]
{
	background-color: #ececec;
}

.light .domain-section,
.light .price-section,
.light .subcribes-section,
.light .main-footer,
.light .main-footer .footer-bottom{
	background-color: #fff;
}


.light .main-slider h1,
.light .header-style-one .main-menu .navigation > li > a,
.light .price-section .price-block .upper-box h3,
.light .price-section .price-block .middle-box ul li,
.light .domain-section .inner-column .text-column h3,
.light .price-section .sec-title h1,
.light .subcribes-section .inner-column .text-column h3,
.light .main-footer .footer-column .widget-title,
.light .social-icon li a,
.light .main-footer .footer-bottom .copyright-text a,
.light .main-slider .btns-box a{
	color: #070708;
}

.light .main-slider .text,
.light .main-footer .links-widget .list li a,
.light .price-section .price-block .purchased,
.light .main-footer .footer-bottom .copyright-text p{
	color: #5a5956;
}

.light .price-section .price-block .upper-box h3{
	text-align: center;
}



/***

====================================================================
				Promozioni Section
====================================================================

***/
.card {border: 1px solid#548de1;border-radius: 7px;padding: 9px;}
.card-body p{text-align: left;line-height: 30px;padding-left: 10px;padding-right: 10px;font-size: 15px;}
.card-body p:first-child {min-height: 120px;}
.ml3 {font-weight: 900;font-size: 3.5em;}
.card-footer .theme-btn.subscribe-btn:hover {color: #000;}

/***

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	overflow:hidden;
	padding:100px 0px 50px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:40px;
}

.sidebar-page-container .sidebar-side .sidebar{
	position:relative;
	border-radius:5px;
	padding:25px 20px;
	border:1px solid #e3e3e3;
}

/*Sidebar Title*/

.sidebar-title{
	position: relative;
	margin-bottom:22px;
}

.sidebar-title h2{
	position:relative;
	font-size: 20px;
	color: #232323;
	font-weight: 400;
	line-height: 1.2em;
	text-transform: capitalize;
}

.sidebar-widget{
	padding-bottom:40px;
	margin-bottom:30px;
	padding-left:10px;
	padding-right:10px;
	border-bottom:3px solid #f3f3f3;
}

.sidebar-widget:last-child{
	padding-bottom:0px;
	margin-bottom:0px;
	border:none;
}

/*Search Box Widget*/

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:28px;
	padding:10px 50px 10px 20px;
	border:1px solid #e3e3e3;
	background:none;
	display:block;
	font-size:14px;
	width:100%;
	height:50px;
	color:#808080;
	font-weight:300;
	border-radius:4px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:50px;
	width:50px;
	font-size:14px;
	color:#ffffff;
	cursor:pointer;
	line-height:100%;
	background:#548de1;
	display:inline-block;
	font-weight:normal;
	text-align:center;
	border-radius:5px;
}

.sidebar .search-box.style-two .form-group button{
	background-color: #d5ac63;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	color: #ffffff;
	text-align: center;
}

/***

====================================================================
	Cat Links
====================================================================

 ***/

.cat-links{
	position:relative;
}

.cat-links li{
	position:relative;
	margin-bottom:12px;
	padding-bottom:12px;
	border-bottom:1px solid #e3e3e3;
}

.cat-links li:last-child{
	border-bottom:none;
	padding-bottom:0px;
	margin-bottom:0px;
}

.cat-links li a{
	position:relative;
	color:#777777;
	font-size:16px;
	font-weight:300;
	padding-left:20px;
	display:block;
}

.cat-links li a:before{
	position:absolute;
	content: "\f18e";
	left:0px;
	top:6px;
	line-height:1em;
	font-size:15px;
	font-weight:300;
	font-family: 'FontAwesome';
}

.cat-links li a span{
	position:absolute;
	right:0px;
}

/***

====================================================================
	Post Widget
====================================================================

 ***/

.sidebar .popular-posts .posts-inner{
	padding:20px 25px;
	border:1px solid #f2f2f2;
}

.sidebar .popular-posts .post{
	position:relative;
	font-size:14px;
	color:#666666;
	padding:0px 0px;
	padding-left:90px;
	min-height:68px;
	margin-bottom:22px;
}

.sidebar .popular-posts .post:last-child{
	margin-bottom:0px;
	border:0px;
}

.sidebar .popular-posts .post .post-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:65px;
	overflow:hidden;
	border-radius:5px;
}

.sidebar .popular-posts .post:hover .post-thumb img{
	opacity:0.70;
}

.sidebar .popular-posts .post .post-thumb img{
	display:block;
	width:100%;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.sidebar .popular-posts .post .text{
	position:relative;
	top:-4px;
	font-size:16px;
	margin:0px 0px 0px;
	font-weight:300;
	color:#232323;
	line-height:1.6em;
	text-transform:capitalize;
}

.sidebar .popular-posts .post .text a{
	color:#232323;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover{
	color:#10c933;
}

.sidebar .popular-posts .post-info{
	position:relative;
	font-size:14px;
	font-weight:400;
	padding-left:22px;
	color:#aaaaaa;
	font-style:italic;
	line-height:1.4em;
}

.sidebar .popular-posts .post-info:before{
	position:absolute;
	content: "\eedc";
	left:0px;
	top:2px;
	color:#cccccc;
	font-style:normal;
	line-height:1em;
	font-family: IcoFont!important;
}

/***

====================================================================
	Popular Tags
====================================================================

 ***/

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:7px 20px 7px;
	margin:0px 4px 6px 0px;
	color:#777777;
	text-align:center;
	font-size:14px;
	font-weight:400;
	border-radius:4px;
	text-transform:uppercase;
	background:#f2f2f2;
	transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
}

.sidebar .popular-tags a:hover{
	border-color:#548de1;
	background-color:#548de1;
	color:#ffffff;
}


/***

====================================================================
	Tweet Widget
====================================================================

 ***/

.tweet-widget .text{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.7em;
	padding-left:35px;
}

.tweet-widget .text a{
	color:#548de1;
}

.tweet-widget .text:before{
	position:absolute;
	content:'\f099';
	left:0px;
	top:0px;
	color:#548de1;
	font-family: 'FontAwesome';
}

.tweet-widget .owl-nav{
	display:none;
}

.tweet-widget .owl-dots{
	position:relative;
	margin-left:35px;
	margin-top:10px;
}

.tweet-widget .owl-dots .owl-dot{
	position:relative;
	width:6px;
	height:6px;
	margin-right:6px;
	display:inline-block;
	background-color:#c5c5c5;
	border-radius:50px;
}

.tweet-widget .owl-dots .owl-dot:hover,
.tweet-widget .owl-dots .owl-dot.active{
	background-color:#548de1;
}

.news-block-two{
	position:relative;
	margin-bottom:50px;
}

.news-block-two .inner-box{
	position:relative;
}

.news-block-two .inner-box .image{
	position:relative;
	overflow:hidden;
	border-radius:5px 5px 0px 0px;
}

.news-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.news-block-two .inner-box .lower-content{
	position:relative;
	border-radius:0px 0px 5px 5px;
	border:1px solid #e3e3e3;
	border-top:none;
}

.news-block-two .inner-box .lower-content .upper-box{
	position:relative;
	padding:18px 25px 25px;
}

.news-block-two .inner-box .lower-content .post-date{
	position:relative;
	color:#548de1;
	font-size:14px;
	font-weight:700;
	letter-spacing:1px;
	padding-left:22px;
	margin-bottom:8px;
	text-transform:uppercase;
}

.news-block-two .inner-box .lower-content .post-date:before{
	position:absolute;
	content:'\f137';
	left:0px;
	top:0px;
	font-weight:400;
	font-family: "Flaticon";
}

.news-block-two .inner-box .lower-content h3{
	position:relative;
	color:#232323;
	font-size:26px;
	font-weight:400;
	margin-bottom:12px;
}

.news-block-two .inner-box .lower-content h3 a{
	position:relative;
	color:#232323;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-block-two .inner-box .lower-content h3 a:hover{
	color:#548de1;
}

.news-block-two .inner-box .lower-content .text{
	position:relative;
	color:#777777;
	font-size:16px;
	font-weight:300;
	line-height:1.7em;
}

.news-block-two .inner-box .lower-box{
	position:relative;
	padding:9px 25px;
	border-top:1px solid #e3e3e3;
}

.news-block-two .inner-box .lower-box .read-more{
	position:relative;
	color:#548de1;
	font-size:13px;
	letter-spacing:1px;
	font-weight:700;
	text-transform:uppercase;
}

.news-block-two .inner-box .lower-box ul{
	position:relative;
}

.news-block-two .inner-box .lower-box ul li{
	position:relative;
	padding-right:15px;
	margin-right:15px;
	display:inline-block;
}

.news-block-two .inner-box .lower-box ul li:last-child{
	margin-right:0px;
	padding-right:0px;
}

.news-block-two .inner-box .lower-box ul li:after{
	position:absolute;
	content:'/';
	right:-5px;
	top:0px;
	color:#aaaaaa;
}

.news-block-two .inner-box .lower-box ul li:last-child::after{
	display:none;
}

.news-block-two .inner-box .lower-box ul li a{
	position:relative;
	color:#aaaaaa;
	font-size:14px;
	font-weight:300;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-block-two .inner-box .lower-box ul li a:hover{
	color:#548de1;
}

.news-block-two .inner-box .lower-box ul li a .icon{
	margin-right:3px;
}

.blog-classic .styled-pagination{
	margin-top:80px;
}

/*Blog Single*/

.blog-single{
	position:relative;
	margin-bottom:60px;
}

.blog-single .inner-box{
	position:relative;
}

.blog-single .inner-box .image{
	position:relative;
}

.blog-single .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	border-radius:5px 5px 0px 0px;
}

.blog-single .inner-box .lower-content{
	position:relative;
	border-radius:0px 0px 5px 5px;
	border:1px solid #e3e3e3;
	border-top:none;
}

.blog-single .inner-box .lower-content .upper-box{
	position:relative;
	padding:18px 25px 0px;
}

.blog-single .inner-box .lower-content .post-date{
	position:relative;
	color:#548de1;
	font-size:14px;
	font-weight:700;
	letter-spacing:1px;
	padding-left:22px;
	margin-bottom:8px;
	text-transform:uppercase;
}

.blog-single .inner-box .lower-content .post-date:before{
	position:absolute;
	content:'\f137';
	left:0px;
	top:0px;
	font-weight:400;
	font-family: "Flaticon";
}

.blog-single .inner-box .lower-content h2{
	position:relative;
	color:#232323;
	font-size:26px;
	font-weight:400;
	margin-bottom:12px;
}

.blog-single .inner-box .lower-content .text{
	position:relative;
}

.blog-single .inner-box .lower-content .text p{
	position:relative;
	color:#777777;
	font-size:16px;
	font-weight:300;
	line-height:1.7em;
	margin-bottom:20px;
}

.blog-single .inner-box .lower-content .text h3{
	position:relative;
	color:#232323;
	font-size:20px;
	margin-top:30px;
	margin-bottom:12px;
}

.blog-single .inner-box .lower-content .text .two-column{
	position:relative;
	margin-top:30px;
	margin-bottom:40px;
}

.blog-single .inner-box .lower-content .text .two-column .image{
	position:relative;
	border-radius:4px;
	overflow:hidden;
}

.blog-single .inner-box .lower-box{
	position:relative;
	padding:9px 0px;
	border-top:1px solid #e3e3e3;
}

.blog-single .inner-box .lower-box .social-sharing{
	position:relative;
}

.blog-single .inner-box .lower-box .social-sharing li{
	position:relative;
	margin-right:10px;
	display:inline-block;
}

.blog-single .inner-box .lower-box .social-sharing li.share{
	color:#232323;
	font-size:16px;
}

.blog-single .inner-box .lower-box .social-sharing li a{
	position:relative;
	color:#777777;
}

.blog-single .inner-box .lower-box .post-meta{
	position:relative;
}

.blog-single .inner-box .lower-box .post-meta li{
	position:relative;
	color:#aaaaaa;
	font-size:14px;
	font-weight:300;
	padding-right:15px;
	margin-right:15px;
	display:inline-block;
}

.blog-single .inner-box .lower-box .post-meta li:last-child{
	margin-right:0px;
	padding-right:0px;
}

.blog-single .inner-box .lower-box .post-meta li:after{
	position:absolute;
	content:'/';
	right:-5px;
	top:0px;
	color:#aaaaaa;
}

.blog-single .inner-box .lower-box .post-meta li:last-child::after{
	display:none;
}

.blog-single .inner-box .lower-box .post-meta li .icon{
	margin-right:3px;
}

.blog-single .inner-box .text blockquote{
	position:relative;
	border:none;
	border-radius:5px;
	text-align:center;
	padding:40px 60px;
	margin-top:35px;
	margin-bottom:40px;
	background-color:#f9f9f9;
}

.blog-single .inner-box .text blockquote .quote-icon{
	position:relative;
	color:#548de1;
	font-size:40px;
	line-height:1em;
	margin-bottom:20px;
}

.blog-single .inner-box .text blockquote .quote-text{
	position:relative;
	color:#548de1;
	font-size:18px;
	font-style:italic;
	line-height:1.7em;
	margin-bottom:15px;
	font-family: 'Roboto', sans-serif;
}

.blog-single .inner-box .text blockquote .quote-author{
	position:relative;
	color:#232323;
	font-size:18px;
}

.blog-single.style-two .inner-box .text{
	margin-bottom:50px;
}

/***

====================================================================
	Author Box
====================================================================

 ***/

.author-box{
	position:relative;
	margin-bottom:60px;
}

.author-box .author-comment{
	position:relative;
	border-radius:4px;
	padding:35px 30px 25px;
	background-color:#f7f7f7;
}

.author-box .author-comment .inner{
	position:relative;
	padding-left:110px;
}

.author-box .author-comment .inner .image{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	overflow:hidden;
	border-radius:4px;
	margin-bottom:20px;
}

.author-box .author-comment .inner h3{
	position:relative;
	color:#232323;
	font-size:20px;
	font-weight:400;
	margin-bottom:10px;
}

.author-box .author-comment .inner .text{
	position:relative;
	color:#777777;
	font-size:16px;
	font-weight:300;
	line-height:1.5em;
	margin-bottom:10px;
}

.author-box .author-comment .inner .author-socials{
	position:absolute;
	right:0px;
	top:0px;
}

.author-box .author-comment .inner .author-socials li{
	position:relative;
	margin-left:10px;
	display:inline-block;
}

.author-box .author-comment .inner .author-socials li a{
	position:relative;
	color:#777777;
	font-size:15px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.author-box .author-comment .inner .author-socials li a:hover{
	color:#548de1;
}

/***

====================================================================
	Group Title
====================================================================

 ***/

.sidebar-page-container .group-title{
	position:relative;
	margin-bottom:30px;
}

.sidebar-page-container .group-title h2{
	position:relative;
	font-size:26px;
	color:#232323;
	font-weight:400;
	text-transform:capitalize;
}

/***

====================================================================
	Comment Area
====================================================================

 ***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-top:40px;
	margin-bottom:70px;
	border-radius:5px;
	padding:30px 30px 0px;
	border:1px solid #e3e3e3;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding:0px 0px 0px;
	margin-bottom:40px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	border-bottom:1px solid #e3e3e3;
}

.sidebar-page-container .comments-area .comment-box:last-child{
	margin-bottom:0px;
	border:none;
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	min-height:100px;
	padding:0px 0px 0px 110px;
	font-size:14px;
}

.sidebar-page-container .comments-area .comment .comment-inner{
	position:relative;
}

.sidebar-page-container .comments-area .comment .comment-reply{
	position:absolute;
	right:0px;
	top:0px;
	color:#548de1;
	font-size:14px;
	text-align:center;
	font-weight:700;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	text-transform:uppercase;
	font-family: 'Nunito Sans', sans-serif;
}

.sidebar-page-container .comments-area .reply-comment{
	padding-left:100px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	border-radius:4px;
	overflow:hidden;
	margin-bottom:20px;
}

.sidebar-page-container .comments-area .comment-info{
	position:relative;
	line-height:24px;
	margin-bottom:10px;
}

.sidebar-page-container .comments-area .comment-box strong{
	font-size:20px;
	font-weight:400;
	color:#232323;
	line-height:20px;
	display:inline-block;
	text-transform:capitalize;
}

.sidebar-page-container .comments-area .comment-box .comment-time{
	position:relative;
	color:#777777;
	font-size:15px;
	margin-left:5px;
	display:inline-block;
	font-family: 'Nunito Sans', sans-serif;
}

.sidebar-page-container .comments-area .comment-box .text{
	color:#777777;
	font-size:16px;
	font-weight:300;
	line-height: 1.7em;
	margin-bottom:20px;
}

.sidebar-page-container .comments-area .comment-info .location{
	position:relative;
	font-size:13px;
	color:#888888;
	display:inline-block;
	margin-left:15px;
}

/***

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form{
	position:relative;
}

.comment-form .row{
	margin:0px -4px;
}

.comment-form .form-group{
	position:relative;
	margin-bottom:20px;
	padding:0px 4px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 20px;
	height:50px;
	font-size:14px;
	border-radius:5px;
	border:1px solid #e3e3e3;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	border-color:#548de1;
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 20px;
	height:138px;
	font-size:14px;
	resize:none;
	border-radius:5px;
	border:1px solid #e3e3e3;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form .theme-btn{
	margin-top:10px;
	cursor:pointer;
}

/***

====================================================================
	Related Projects
====================================================================

 ***/

.related-projects{
	position:relative;
}

.related-projects h2{
	position:relative;
	color:#232323;
	font-size:26px;
	font-weight:400;
	margin-bottom:25px;
}


/***

====================================================================
	Map
====================================================================

 ***/

.map-section{
	position:relative;
}

.map-section .map-canvas{
	position:relative;
	height:400px;
}

.map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
}

.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

/***

====================================================================
	Contact Form
====================================================================

 ***/

.contact-form-section{
	position:relative;
	padding:90px 0px 80px;
}

.contact-form-section h2{
	position:relative;
	color:#232323;
	font-size:32px;
	font-weight:400;
	text-align:center;
	margin-bottom:30px;
}


.contact-form-section .contact-form{
	max-width:800px;
	margin:0 auto;
}

.contact-form{
	position:relative;
}

.contact-form .row{
	margin:0px -4px;
}

.contact-form .form-group{
	position:relative;
	margin-bottom:20px;
	padding:0px 4px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 20px;
	height:50px;
	font-size:14px;
	border-radius:4px;
	border:1px solid #e3e3e3;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
	border-color:#08b248;
}

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 20px;
	height:138px;
	font-size:14px;
	resize:none;
	border-radius:4px;
	border:1px solid #e3e3e3;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .theme-btn{
	margin-top:10px;
	cursor:pointer;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#ff0000;
	font-weight:500;
}


/***

====================================================================
	Cookie
====================================================================

 ***/

.tab_cookie {
    width: 100%;
}
table.tab_cookie {
    margin: 0 auto 30px;
    font-size: 100%;
    max-width: 100%;
background-color: transparent;
border-collapse: collapse;
border-spacing: 0;
}

.tab_cookie caption {
    background-color: #145abf;
    color: white;
    text-transform: uppercase;
    margin: 0;
    padding: 5px 10px;
    font-weight: 600;
    border-bottom: 1px solid white;
    text-align: left;
}

.tab_cookie td {
    border-bottom: 1px solid #fff;
    padding: 10px;
}

.tab_cookie th {
    background-color: #CFCFCF;
    border-bottom: 1px solid white;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 600;
    padding: 10px;
}

.tab_cookie td.border_right, .tab_cookie th.border_right {
    border-right: 1px solid #fff;
}
.td_width33 {
    width: 33%;
}

caption{caption-side:top;}
.tab_cookie td a:hover {
    color: #000;
}

/***

====================================================================
	Counter
====================================================================

 ***/
 .counter.counter-sm {
    top: -10px !important;
    padding: 1px 5px;
    font-size: 14px;
    margin-left: -14px;
}

.counter.counter-lg {
    top: -32px !important;
}
.counter {
position: relative;
top: -23px;
left: auto;
z-index: 2;
padding: 1px 6px;
margin-left: -15px;
font-size: 19px;
color: #fff;
background-color: #fd3e3e;
border-radius: 10em;
-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

/***

====================================================================
	Scelta Webparadise
====================================================================

 ***/
.chose-content span {
	border: 2px solid #eeefff;
	height: 55px;
	width: 55px;
	display: inline-block;
	border-radius: 50%;
	line-height: 50px;
	color: #002bb7;
	font-weight: 500;
	margin-bottom: 30px;
	position: relative;
	background: #fff;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.chose-content h3 {
	font-size: 30px;
	margin-bottom: 20px;
}

.chose-box img {
	margin-bottom: 40px;
}

.chose-content span:hover {
	color: #fff;
	background: #548de1;
	border-color: #548de1;
}

@media (min-width: 481px) and (max-width: 767px) {

.call-to-action-section{text-align: center;line-height:50px;}


}

#mc_embed_signup .form-control {width: 430px; padding: 0px 10px !important; }

/***

====================================================================
	Scelta Webparadise
====================================================================

 ***/
 .infosection img {width: 100%;}
 .infosection h3 {font-size: 29px;margin-bottom: 20px;}
 .infosection p {line-height: 38px;}