/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  font-size: 0.9rem;
}

a {
  color: #00a0b8;
}

a:hover {
  color: #00a0b8;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #00a0b8;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

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

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #00a0b8;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #3284f1;
  color: #fff;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #00a0b8;
  height: 30px;
  font-size: 12px;
  transition: all 0.5s;
  color: #fff;
	letter-spacing: 1px;
	background: -webkit-gradient(linear,left top,right top,from(#00a0b8),to(#006A7A)) 0% 0% no-repeat padding-box;
	background: -o-linear-gradient(left,#00a0b8 0%,#006A7A 100%) 0% 0% no-repeat padding-box;
	background: linear-gradient(90deg,#00a0b8 0%,#006A7A 100%) 0% 0% no-repeat padding-box;
}

#topbar.topbar-scrolled {
  top: -30px;
}

#topbar .contact-info a {
	line-height: 1;
	color: #fff;
	transition: 0.3s;
	border-right: 1px solid #f8f8f8;
	padding-right: 15px;
}
#topbar .contact-info a:last-child {
	border-right: none;
	padding-right: 0;
}

#topbar .contact-info a:hover {
  text-decoration: underline;
}

#topbar .contact-info i {
  padding-right: 4px;
  margin-left: 15px;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	background: #fff;
	transition: all 0.6s;
	z-index: 997;
	padding: 0;
	top: 30px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	border-top: 4px solid #00a0b8;
	border-image: linear-gradient(-90deg,#00a0b8 0%,#006A7A 100%) 1;
}

#header.header-scrolled {
  top: 0;
  border-top-width: 10px;
  transition: all 0.4s;
}

#header .cont-logo {
	padding: 10px 0;
	height: 80px;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #222222;
}

#header .logo a span {
  color: #00a0b8;
}

#header .logo img {
  max-height: 53px;
}

@media (max-width: 992px) {
  #header {
    padding: 15px 0 0 0;
    top: 0;
  }
  #header .logo {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.cont-nav {
	background-color:#2b2b2b;
}


/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
	position: relative;
	white-space: nowrap;
	padding: 0 0 7px 10px;
}
.nav-menu > ul > li:first-child {
	padding: 0 0 7px 0;
}

.nav-menu > ul > li > a > i {
	padding: 0 8px 0 0;
}

.nav-menu a {
	display: block;
	position: relative;
	color: #fff;
	transition: 0.3s;
	font-size: 15px;
	font-weight: 600;
	padding: 0 3px;
	font-family: "Open Sans", sans-serif;
	padding: 10px 15px 3px 15px;
}

.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  bottom: -10px;
  left: 0;
  background-color: #00a0b8;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  bottom: -10px;
  left: 0;
  background-color: #c81d25;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
  visibility: visible;
  width: 100%;
}
.nav-menu .active > a:before {
	transition-delay: 0.5s;
}

.nav-menu a:hover, .nav-menu li:hover > a {
    color: #fff;
    background-color: #00a0b8;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;

  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #00a0b8;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 220px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-weight: 900;
  text-transform: none;
  color: #fff;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #2b2b2b;
}

.nav-menu .drop-down > a:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #222222;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 0 30px 0;
  padding: 20px 0;
  border: 4px solid #00a0b8;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav > ul > li {
    border-bottom: 1px solid #f0f0f0;
}
.mobile-nav > ul > li:last-child {
    border-bottom: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #222222;
  padding: 10px 20px;
  font-weight: 600;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #00a0b8;
  text-decoration: none;
}

.mobile-nav i {
	margin-right: 15px;
	text-align:center;
	color: #00a0b8;
}

.mobile-nav .drop-down > a:after {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	padding-left: 10px;
	position: absolute;
	right: 15px;
	font-weight: 900;
}

.mobile-nav .active.drop-down > a:after {
	content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(9, 9, 9, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 60vh;
  min-height: 478px;
  background: url("../img/hero-bg.jpg") top left;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(200, 29, 37, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  position: relative;
  padding-top: 132px;
}

@media (max-width: 992px) {
  #hero .container {
    padding-top: 58px;
  }
}

#hero h1 {
	margin: 20px 0 0 0;
	font-size: 45px;
	font-weight: 500;
	line-height: 56px;
	color: #fff;
	font-family: "Poppins", sans-serif;
	background-color: #2b2b2b;
	padding: 5px 15px;
	display: inline-block;
	border-radius: 0 30px 0;
}

#hero h1 span {
  color: #00A0B8;
}

#hero h2 {
	color: #fff;
	margin: 5px 0 5px 25px;
	font-size: 20px;
	font-weight: 400;
	background-color: #2b2b2b;
	padding: 5px 15px;
	display: inline-block;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #00a0b8;
}

#hero .btn-get-started:hover {
  background: #247cf0;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  padding: 10px 25px 8px 40px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  position: relative;
  font-weight: 600;
}

#hero .btn-watch-video i {
  color: #00a0b8;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 7px;
  transition: 0.3s;
}

#hero .btn-watch-video:hover {
  color: #00a0b8;
}

#hero .btn-watch-video:hover i {
  color: #3b8af2;
}

#hero .list-check {
	 list-style-type: none;
	 padding:0;
	 margin:0 0 0 100px;
}
#hero .list-check li {
	color: #fff;
    margin: 8px 0;
    font-size: 20px;
    font-weight: 600;
}
#hero .list-check li span {
    background-color: #2b2b2b;
    padding: 3px 15px;
	display:inline;
}
#hero .list-check li i {
    color: #00a814;
	margin-right: 5px;
}
@media (max-width: 1200px) {
		#hero h1 {
			font-size: 30px;
		}
		#hero .list-check li {
			font-size: 15px;
		}
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .btn-get-started, #hero .btn-watch-video {
    font-size: 13px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

#main {
	margin-top: 157px;
}
#home #main {
	margin-top: 0;
}

@media (max-width:992px) {
	#main {
		margin-top: 92px;
	}
}

section {
  padding: 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f2f2f2;
}
.section-bg-blue {
	background-color: #00a0b8;
	background-image: -o-linear-gradient(202deg,#00A0B8,#007C8F);
	background-image: linear-gradient(248deg,#00A0B8,#007C8F);
	color: #fff;
}
.section-bg-blue a {
	color:#2b2b2b;
}
.section-bg-blue a:hover {
	color:#fff;
}

.section-title {
  text-align: center;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 30px;
  margin: 0;
	background: #00a0b8;
	color: #fff;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 0 30px 0;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}
.section-title h3 span {
  color: #00a0b8;
}
.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}
.section-title h4 {
	color:#fff;
}

.section-content h3 {
    border-bottom: 2px solid #00a0b8;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.head-bg-img .section-title h3,.head-bg-img .section-title p {
  color: #fff;
}

.section-bg-blue .section-title h3, .section-bg-blue .section-title p  {
	color: #fff;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 70%;
  }
}

.head-bg {
	background-color: #f2f2f2;
	padding: 60px 0;
}

.head-bg-img {
    padding: 60px 0;
    background: url("../img/hosting-bg.jpg") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-attachment: scroll;
    background-size: auto;
    background-position: center center;
    background-size: cover;
	background-attachment: fixed;
    position: relative;
}
.head-bg-img::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}
#hostingfree .head-bg-img {
    /*background-image: url("https://images.unsplash.com/photo-1580920461931-fcb03a940df5?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80");*/
	background-image: url("../img/bg-hostingfree.jpg");
}
#hostingpro .head-bg-img {
    background-image: url("../img/bg-hosting.jpg");
}
#servervps .head-bg-img {
    background-image: url("../img/bg-servervps.jpg");
}
#freedomain .head-bg-img, #domain .head-bg-img {
    background-image: url("../img/bg-domain.jpg");
}
#btcfree .head-bg-img,#ltcfree .head-bg-img,#ethfree .head-bg-img {
    background-image: url("../img/crypto-bd.jpg");
}


.section-largehead {
	padding: 40px 0;
}
.section-largehead h3 {
	color:#fff;
}
.section-content {
	margin-top: 30px;
	margin-bottom: 30px;
}
.section-content .content-bloc {
	margin-bottom: 30px;
}

.form-group label {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 800;
}

.boxshadow {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
    padding: 20px;
	border-top: 2px solid #00a0b8;
}


/*** table **/
.tbbase tr {
    background: #fff;
}
.tbbase td {
    width: 10%;
    border: none;
	padding: 15px 0;
}
.tbbase tr td {
    margin: 0;
    text-align: center;
    border-top: 1px solid #f2f2f2;
    font-size: 13px;
    color: #252525;
}
.tbbase tr:nth-child(2n) {
    background: #f2f2f2;
}

.tbbase tr td:first-child {
	background-color:#00a0b8;
	color:#fff;
	text-align: left;
    padding-left: 10px;
}
.tbbase .tbtitle, .tbbase .tbsubtitle {
	background:none;
}	
.tbbase .tbtitle .title-feature {
    background: #2b2b2b;
    color: #fff;
    font-size: 12px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 20px;
	border-radius: 0 15px 0 15px;
}
.tbbase .tbsubtitle .title-feature {
    background: #c81d25;
    color: #fff;
    font-size: 12px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 20px;
}



.tbbase tr td:first-child a, .tbbase tr td:first-child a:hover {
	color:#fff;
}

.tbbase tr td .fa-check-circle {
    color: #00a814;
    font-size: 22px;
}


@media (max-width: 992px) {
	.tbbase, .tbbase tbody, .tbbase td, .tbbase tr {
		width: 100%;
		display:block;
	}
	.tbbase .box {
		margin: 0;
	}
}


/*--------------------------------------------------------------
# formulaire
--------------------------------------------------------------*/


.php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .error-message br + br {
  margin-top: 25px;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #00a0b8;
}

.php-email-form input {
  padding: 20px 15px;
}

.php-email-form textarea {
  padding: 12px 15px;
}

.php-email-form button[type="submit"] {
  background: #00a0b8;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.php-email-form button[type="submit"]:hover {
  background: #3b8af2;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.invalid-form {
	display:none;
}
.unvalidated .invalid-form {
	display:block;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #dc3545;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
  margin-top: 134px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}




/*--------------------------------------------------------------
# hébergement free
--------------------------------------------------------------*/

.tb-hosting-plan {
    margin-top: -80px;
}

.tb-hosting-plan .box {
    margin: 0 5px;
}

.tb-hosting-plan .title-feature {
    background: #2b2b2b;
    color: #fff;
    font-size: 12px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 8px 20px;
	border-radius: 0 15px 0 15px;
}
.tb-hosting-plan tr.list-feature {
    background: #fff;
}
.tb-hosting-plan td {
    width: 20%;
    border: none;
	padding: 15px 0;
}

.tb-hosting-plan .section-info td {
	padding: 15px 0 0;
}

.tb-hosting-plan .list-feature td {
    margin: 0 0 0 30px;
    margin-left: 30px;
    text-align: center;
    border-top: 1px solid #f2f2f2;
    font-size: 13px;
    color: #252525;
    font-weight: bold;
}
.tb-hosting-plan tr.list-feature:nth-child(2n) {
    background: #f2f2f2;
}

.tb-hosting-plan tr.list-feature td:first-child {
	background-color:#00a0b8;
	color:#fff;
	text-align: left;
    padding-left: 10px;
	font-weight: normal;
}

.tb-hosting-plan .list-feature td .fa-check-circle, .tb-hosting-plan .tb-mobile ul .fa-check-circle {
    color: #00a814;
	font-size:22px
}
.tb-hosting-plan .list-feature td .fa-times, .tb-hosting-plan .tb-mobile ul .fa-times {
    color: #c81d25;
	font-size:22px
}

.tb-hosting-plan .tb-mobile ul {
	margin:0;
	padding:0;
	list-style: none;
	font-size: 14px;
	background: #fff;
}
.tb-hosting-plan .tb-mobile ul li {
	border-bottom: 1px solid #e6e6e6;
	font-weight:bold;
}
.tb-hosting-plan .tb-mobile ul li label {
	padding:10px 20px;
	margin:5px 20px 5px 0;
	background-color: #00a0b8;
	color:#fff;
	font-weight:normal;
}

@media (max-width: 992px) {
	.tb-hosting-plan, .tb-hosting-plan tbody, .tb-hosting-plan td, .tb-hosting-plan tr {
		width: 100%;
		display:block;
	}
	.tb-hosting-plan .box {
		margin: 0;
	}
}

.tb-hosting-plan .iconext i {
	color:#00a0b8;
}


/*--------------------------------------------------------------
# form hébergement free
--------------------------------------------------------------*/


#typeplan .radioplan {
  position: relative;
  display: block;
}
#typeplan .radioplan label {
  display: block;
  background: #00a0b8;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 0 15px 0 15px;
}
#typeplan .radioplan label:hover {
	box-shadow: 0 0 0 .2rem #00a0b8;
}

#typeplan .radioplan label:after, #typeplan .radioplan label:before {
  content: "";
  position: absolute;
  right: 11px;
  top: 11px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #2b2b2b;
}
#typeplan .radioplan label:before {
  background: transparent;
  -webkit-transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
  transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
  z-index: 2;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
  width: 0;
  height: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
}
#typeplan .radioplan input[type="radio"] {
  display: none;
  position: absolute;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#typeplan .radioplan input[type="radio"]:checked + label {
  background: #2b2b2b;
  border-color: #fcae2c;
}
#typeplan .radioplan input[type="radio"]:checked + label:after {
  background: #2b2b2b;
}
#typeplan .radioplan input[type="radio"]:checked + label:before {
  width: 20px;
  height: 20px;
}



.notice {
	font-size: 13px;
}

.iconext i {
	font-size:48px;
	color:#ccc;
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.featured-services .icon-box::before {
  content: '';
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box:hover::before {
  background: #00a0b8;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #00a0b8;
  transition: all 0.3s ease-in-out;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #111;
}

.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
  color: #fff;
}

.featured-services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.about .content ul li:first-child {
  margin-top: 35px;
}

.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #00a0b8;
  border-radius: 50px;
}

.about .content ul h5 {
  font-size: 18px;
  color: #555555;
}

.about .content ul p {
  font-size: 15px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# techno
--------------------------------------------------------------*/
.techno {
  padding: 15px 0;
  text-align: center;
}

.techno img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.techno img:hover {
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .techno img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services {
	margin: 10px 0 40px;
	text-align: center;
}
.services li {
	text-align: center;
	padding: 80px 20px;
	transition: all ease-in-out 0.3s;
	background: #fff;
	display: inline-block;
	text-align: center;
	margin: 5px 3px;
	padding: 12px 10px;
	font-weight: bold;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.32);
}

.services li:hover::before {
    background: #00a0b8;
    top: 0;
    border-radius: 0px;
}


.services li:hover {
	background: #00a0b8;
	box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}

.services li:hover {
  color: #fff;
}

/*--------------------------------------------------------------
# crypto
--------------------------------------------------------------*/
.cryprice {
    background-color: #c81d25;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 10px;
}

.highstart {
	color:#ffef00;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.testimonials .owl-dot.active {
  background-color: #00a0b8 !important;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
section#pricing {
  padding: 30px 0;
}
  
.pricing .box {
  padding: 20px;
	background-color: #008DA3;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.32);
  position: relative;
  overflow: hidden;
	background: -webkit-gradient(linear,left top,right top,from(#008DA3),to(#007C8F)) 0% 0% no-repeat padding-box;
	background: -o-linear-gradient(left,#008DA3 0%,#007C8F 100%) 0% 0% no-repeat padding-box;
	background: linear-gradient(90deg,#008DA3 0%,#007C8F 100%) 0% 0% no-repeat padding-box;
	border-radius: 0 20px 0 0;
}

.pricing .box h3 {
	font-weight: 400;
	margin: -20px -20px 20px -20px;
	padding: 10px 15px;
	font-size: 26px;
	font-weight: 900;
	color: #2b2b2b;
	background: #fff;
	font-style: italic;
	letter-spacing: 1px;
	border-radius: 0 20px 0 0;
	border-top: 5px solid #00a0b8;
}

@media (min-width:992px) and (max-width:1200px) {
  .pricing .box h3 {
		font-size: 20px;
  }
}

.pricing .box h4 {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #fff;
  font-size: 26px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  min-height: 55px;
}

@media  (min-width:992px) and (max-width:1200px) {
  .pricing .box ul {
		min-height: 75px;
  }
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #00a0b8;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #fff;
  text-align: center;
}

.pricing .btn-buy {
  background: #2b2b2b;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #3b8af2;
}

.pricing .featured h3 {
  color: #fff;
  background: #00a0b8;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #c81d25;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/

.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list h3 {
  margin: 45px 0 20px 0;
}
.faq .faq-list h3:first-child {
  margin: 0 0 20px 0;
}

.faq .faq-list li {
  padding: 0 0 5px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: #00a0b8;
  font-size: 18px;
  font-weight: 500;
  margin-left: 45px;
}

.faq .faq-list i {
  font-size: 22px;
  position: absolute;
  left: -45px;
  top: 6px;
}

.faq .faq-text {
	background-color: #fff;
	border-radius: 0 30px 0;
	padding: 15px 30px;
	margin: 20px 0;
}

.faq .faq-list p {
  font-size: 15px;
}

.faq .faq-list a.collapse {
  color: #00a0b8;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #00a0b8;
}

.faq .faq-list a.collapsed i::before {
  content: "\f055" !important;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #00a0b8;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
  border: 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
  background: #00a0b8;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #2b2b2b;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color:#575757;
}

#footer .footer-top .footer-contact h3 span {
  color: #00a0b8;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #575757;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 12px;
  color: #00a0b8;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #00a0b8;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #00a0b8;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #3b8af2;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  float: left;
}
#footer .copyright a {
  color: #fff;
}
#footer .copyright a:hover {
  color: #fff;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #2b2b2b;
}
#footer .credits a:hover {
  color: #fff;
}

@media (max-width: 768px) {
  #footer .copyright, #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}
