/* *****************************************************

[Main Stylesheet]
Project: Antler - Hosting Provider & WHMCS Template
Version: 1.1
Author : inebur.com

***************************************************** */

/*
 [Table of Contents]

 * Header
 * Sidebar
 * Footer
 * Slider
 * OWL Carousel
 * Buttons
 * Tables
 * Features
 * Sections
 * Replace WHMCS
 * Order Form
 * Global
 * Responsive



 */

.modal-backdrop {
	display: none;
}
h4.head-title {
	font-weight: 400;
	margin-bottom: 0;
}
.meta-main {
	margin-bottom: 20px;
}
.meta-main:after {
	clear: both;
	content: '';
	display: table;
}
.detail .top-main li {
	line-height: 40px;
	text-align: right;
}
.detail .top-main li span {
	float: left;
}
.detail .panel-body {
	padding: 15px;
}
@media (max-width: 991px) {
	.detail .left-main {
		padding-right: 0;
		border-right: 0;
		margin-bottom: 20px;
	}
	.detail .btm-main .btn {
		margin-bottom: 20px;
	}
}
.detail .left-main li {
    border: 1px solid #E6E6E6;
    background-color: #FCFCFC;
    padding: 7px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.detail .left-main li:nth-of-type(even) {
    border: 1px solid #E4E4E4;
	background-color: #F5F5F5;
}
.detail .left-main li:last-child {
	margin-bottom: 0;
}
.detail .left-main .vstatus {
    position: relative;
    padding: 1px 7px;
    color: #13CE66;
}
.detail .left-main .vstatus.offline {
    color: #FF4949;
}
.detail .left-main li span {
	float: right;
}
.templates {
	text-transform: capitalize;
}
.detail .right-main h6 {
	font-size: 1em !important;
	font-weight: 400 !important;
}
.detail .right-main li {
	line-height: 38px;
	text-align: right;
}
.detail .right-main li span {
	float: left;
	font-weight: 600;
}
.detail .panel-title {
	font-weight: 400;
}
.detail .right-main h6 {
	clear: both;
	font-weight: 400;
	margin-top: 0;
	font-size: 1rem;
}
.detail .right-main h6 i {
	font-style: normal;
	color: #999;
}
.progress-lg {
	margin-top: 5px;
	margin-bottom: 20px;
	position: relative;
	height: 28px;
	border-radius: 3px;
	background-color: #EEE;
	box-shadow: none;
}
.progress-lg .progress-bar {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	line-height: 28px;
	box-shadow: none;
	border-radius: 3px 0 0 3px;
}
.progress-lg span {
	z-index: 2;
    position: relative;
    line-height: 28px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 500;
    color: #FFF;
}
.detail.suspend .panel-body h6 span {
	font-weight: 500;
}
.detail.suspend .panel-body h6 span:after {
	content: 'ï¼š';
}
.info-main {
    border: 1px solid #E6EAEE;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 30px;
}
.info-main .title {
    color: #777;
    margin-bottom: 5px;
}
.info-main .info {
    color: #666;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
}
.info-main .info span {
    color: #999;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
}
.panel-amount .top-main li span {
	margin-right: 15px;
	min-width: 120px;
	float: left;
	display: block;
	font-weight: 500;
}
.btm-main {
	margin-bottom: 30px;
	padding-top: 30px;
}
.detail .btm-main .btn {
    padding: 15px 10px 10px;
    color: #7C7C7C !important;
    font-weight: 600;
    display: block;
    border: 1px solid #CBCBCB;
}
.detail .btm-main .btn .fa {
	display: block;
	font-size: 2em;
    margin-bottom: 10px;
}
.selected .template {
    border-color: #1E88E5;
    position: relative;
}
.selected .template strong {
	color: #1E88E5;
}
.selected .template .select-name {
	color: #1E88E5;
    border-color: #1E88E5;
}
.selected .template .os-icon {
	color: #1E88E5 !important;
}
.template {
	border: 1px solid #EDEDED;
	border-radius: 4px;
    text-transform: capitalize;
    cursor: pointer;
    margin-bottom: 20px;
    display: block;
    max-width: 205px;
    text-align: center;
}
.template .os-icon {
	color: #BBB !important;
	display: block;
	margin: 15px auto 0;
}
.template strong {
	line-height: 40px;
	font-size: 16px;
	display: block;
	color: #bbb;
}
.template .select-name {
	color: #AAA;
	display: block;
	line-height: 40px;
	border-top: 1px solid #EDEDED;
}
.template .select-name:after {
	margin-left: 10px;
    content: "\f107";
    font-family: FontAwesome;
}
.template:after {
	clear: both;
	content: '';
	display: table;
}
.template ul.show {
	display: block;
}
.selected .template ul {
    position: absolute;
    width: 101%;
    left: -1px;
    border-radius: 4px;
    border: 1px solid #EDEDED;
    background-color: #FFF;
    z-index: 100;
}
.selected .template ul:before {
	top: -10px;
    right: 23px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #EDEDED;
}
.selected .template ul:after {
    top: -9px;
    right: 25px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 9px solid #fff;
}
.selected .template ul:before,
.selected .template ul:after {
	position: absolute;
	content: '';
	z-index: 99;
}

.selected .template ul li.active,
.selected .template ul li:hover {
	background-color: #f1f1f1;
}
.template ul {
	clear: both;
    display: none;
    margin: 15px 0 0;
}
.template ul li {
	position: relative;
	z-index: 100;
	line-height: 40px;
	text-align: center;
    border-bottom: 1px solid #EDEDED;
}
.template ul li:last-child {
	border-bottom: 0 none;
}
#systemname {
    text-transform: capitalize;
    margin-right: 20px;
    color: #666;
    font-weight: bold;
}
.rebuildmsg {
	display: none;
}
.loading {
    width: 150px;
    height: 15px;
    margin: 0 auto;
    margin-top:100px;
    text-align: center;
    margin-bottom: 30px;
}
.loading span {
    display: inline-block;
    width: 15px;
    height: 100%;
    margin-right: 5px;
    background: #67BB39;
    -webkit-animation: load 1.04s ease infinite;
}
.loading span:last-child {
    margin-right: 0px; 
}
@-webkit-keyframes load {
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
.loading span:nth-child(1){
    -webkit-animation-delay:0.13s;
}
.loading span:nth-child(2){
    -webkit-animation-delay:0.26s;
}
.loading span:nth-child(3){
    -webkit-animation-delay:0.39s;
}
.loading span:nth-child(4){
    -webkit-animation-delay:0.52s;
}
.loading span:nth-child(5){
    -webkit-animation-delay:0.65s;
}
@font-face {font-family: "iconfont";
  src: url('iconfont.eot?t=1512007093644'); /* IE9*/
  src: url('iconfont.eot?t=1512007093644#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff;charset=utf-8;base64,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') format('woff'),
  url('iconfont.ttf?t=1512007093644') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('iconfont.svg?t=1512007093644#iconfont') format('svg'); /* iOS 4.1- */
}

.os-icon {
    display: inline-block;
    color: #1e88e5 !important;
	font-family:"iconfont" !important;
	font-size:16px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.os-icon-xs {
    height: 18px;
    width: 18px;
    font-size: 18px;
}
.os-icon-sm {
    height: 28px;
    width: 28px;
    font-size: 28px;
}
.os-icon-lg {
    height: 50px;
    width: 50px;
    font-size: 48px;
}
.os-icon-xlg {
    height: 68px;
    width: 68px;
    font-size: 68px;
}

.os-linux:before { content: "\e62b"; }

.os-windows:before { content: "\e501"; }

.os-centos:before { content: "\e66f"; }

.os-ubuntu:before { content: "\e66d"; }

.os-opensuse:before { content: "\e604"; }

.os-debian:before { content: "\e643"; }

.os-fedora:before { content: "\e665"; }

.os-scientific:before { content: "\e633"; }

#overlay, #rebuild_form {
  opacity: 0;
  transition: .5s;
}

#overlay {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: rgba(26,53,71,.85);
  pointer-events: none;
}

#overlay.open {
  opacity: 1;
  pointer-events: auto;
}
.rootpass_loading {
	position: fixed;
	margin: 0 auto;
	left: 50%;
	top: 50%;
	padding: 20px;
	transform: translateX(-50%) translateY(-50%) !important;
	transition-timing-function: cubic-bezier(.3, 0, 0, 1.3);
	transition-delay: .4s;
}
#rebuild_form {
	position: fixed;
	width: 70%;
	left: 50%;
	top: 50%;
	margin: 0 auto;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 5px 12px rgba(15,27,39,.4);
	background: #fff;
	transform: translateX(-50%) translateY(-50%) !important;
	transition-timing-function: cubic-bezier(.3, 0, 0, 1.3);
	transition-delay: .4s;
	display: none;
}

#overlay.open #rebuild_form.open {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  display: block;
}

#rebuild_form .close {
  width: 18px;
  height: 18px;
  float: right;
  opacity: 1;
  text-indent: -9000px;
  background-image: url('../img/close.png');
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #rebuild_form .close {
    background-image: url('../img/close@2x.png');
    background-size: 100% 100%;
  }
}

#rebuild_form h1 {
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: 700;
	color: #1A3547;
}

#rebuild_form .confirm {
	float: right;
	color: #1394BF;
    padding: 0px 20px;
    border: 1px solid #E9EBED;
    border-radius: 5px;
    background: #FAFAFB;
}
.right-content {
	position: static;
}
.rebuild-footer {
	line-height: 34px;
	padding-top: 20px;
	border-top: 1px solid #EEE;
}
.rebuild-header:after,
.rebuild-header:before,
.rebuild-content:after,
.rebuild-content:before,
.rebuild-footer:after,
.rebuild-footer:before {
	clear: both;
	display: table;
	content: '';
}
#solusvmpro_collapseSix img {
	max-width: 500px;
	display: block;
	margin: 0 auto 20px;
}
#solusvmpro_collapseSix img:last-child {
	margin-bottom: 0;
}
/*-----------------------------------
    1 - General
------------------------------------*/
html {
    overflow-x: hidden;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f6f6f6;
    font-family: 'Open Sans';
}
/* padding and margins */
.pb-80 {
    padding-bottom: 80px !important;
}
.pb-100 {
    padding-bottom: 100px !important;
}
.pt-35 {
    padding-top: 35px !important;
}
.pt-80 {
    padding-top: 80px !important;
}
.pt-150 {
    padding-top: 150px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-80 {
    margin-top: 80px !important;
}
.mb-80 {
    margin-bottom: 80px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
/* background color */
.bg-yellow {
    background-color: #fdd700 !important;
    color: #ffffff !important;
}
.bg-pink {
    color: #ffffff !important;
}
.bg-purple {
    color: #ffffff !important;
}
.bg-grey {
    background-color: #808080 !important;
    color: #ffffff !important;
}
.c-yellow {
    color: #fdd700 !important;
}
.c-grey {
    color: #808080 !important;
}
.c-black {
    color: #000000 !important;
}
.ltgh {
    text-decoration: line-through;
}
.golink {
    font-family: "Open Sans" !important;
    cursor: pointer !important;
    padding: 2px 0px;
    border: none;
    outline: none;
}
.golink:hover {
    cursor: pointer !important;
    border: transparent !important;
    text-decoration: none !important;
}
.db {
    display: block !important;
}
.tooltip {
    z-index: 999;
}
/* Overlay */
.overlay {
    position: relative;
}
.overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.overlay-video{
    position: initial !important;
}
.overlay-video:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.7);
}
.overlay-image-grad:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background: linear-gradient(240deg, #000000 50%,#3f004a 100%);
}
.full {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* Patterns */
.exapath {
    background-image: url("../img/exapath.svg");
    background-repeat: repeat;
}
.cpupath {
    background-image: url("../img/cpupath.svg");
    background-repeat: repeat;
}
.motpath {
    background-image: url("../img/motpath.svg");
    background-repeat: repeat;
}
.promopath {
    background-image: url("../img/promopath.svg");
    background-repeat: repeat;
}
.exapath-w {
    background-image: url("../img/exapath-w.svg");
    background-repeat: repeat;
}
.cpupath-w {
    background-image: url("../img/cpupath-w.svg");
    background-repeat: repeat;
}
.motpath-w {
    background-image: url("../img/motpath-w.svg");
    background-repeat: repeat;
}
.promo-w {
    background-image: url("../img/promo-w.svg");
    background-repeat: repeat;
}
/* Background image */
.item1{
    background-image: url("../img/topbanner01.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.item2{
    background-image: url("../img/topbanner02.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.item3{
    background-image: url("../img/topbanner03.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.item4{
    background-image: url("../img/topbanner04.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.item5{
    background-image: url("../img/topbanner05.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.item6{
    background-image: url("../img/topbanner06.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.item7{
    background-image: url("../img/topbanner07.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.item8{
    background-image: url("../img/topbanner08.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.item9{
    background-image: url("../img/topbanner09.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.item10{
    background-image: url("../img/topbanner10.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.item11{
    background-image: url("../img/topbanner11.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.vc-parent {
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
}
.vc-child {
    display: table-cell;
    vertical-align: middle;
}
/* Popover */
.popover {
    border-radius: 10px !important;
    box-shadow: 0 2px 8px 0 rgba(62,62,79,.23);
}
.popover .popover-header{
    padding: 15px;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.popover .popover-body{
    padding: 15px;
    line-height: 28px;
}
.mfp-content {
    z-index: 999999;
}
.map {
    height: 383px;
}
.opa-8 {
    opacity: 0.8;
}
.sec-bx {
    box-shadow: none !important;
}
::selection {
    color: #fff;
    text-shadow: none;
}
/* Input Form */
.form-control {
    padding: 10px 15px;
    outline: 0;
    border-radius: 10px;
    font-size: 15px;
    font-family: "Open Sans";
    color: #808080;
    box-shadow: none;
}
.form-control:focus {
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
select.form-contol {
    font-size: 15px !important;
    font-family: "Open Sans" !important;
    border: 0 !important;
    outline: solid 1px #efefef !important;
}
input:-webkit-autofill {
    background-color: rgb(230, 255, 243) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}
/* Font Size */
.f-20 {
    font-size: 20px;
}


 */

.sec-main {
    box-shadow: 0 5px 15px 0 rgba(110,110,110,.1);
    border-radius: 15px;
    position: relative;
    padding: 80px 80px;
}
.sec-sec {
    box-shadow: 0 5px 15px 0 rgba(110,110,110,.1);
    border-radius: 15px;
    position: relative;
    padding: 30px 30px;
}
.sec-uping {
    margin-top: -435px;
    position: relative;
    z-index: 1;
}
.sec-up {
    margin: -80px 0px 80px;
    position: relative;
    z-index: 1;
}
.sec-up-slider {
    margin: -120px 0px 80px;
    position: relative;
    z-index: 1;
}
.sec-normal {
    padding: 80px 0px;
    position: relative;
    z-index: 0;
}
.sec-bg1 {
    background-color: #ffffff;
}
.sec-bg2 {
    background-color: #efefef;
}
.sec-bg3 {
    background-color: #15212a;
}
.sec-bg4 {
    background-color: #fdd700;
}
.sec-grad-yellow-to-grey-left {
    background: linear-gradient(90deg, #fdd700 70%, #d9dde4 10%) !important
}
.sec-grad-yellow-to-grey-right {
    background: linear-gradient(90deg, #d9dde4 70%, #fdd700 10%) !important
}
.sec-grad-yellow-to-white-right {
    background: linear-gradient(90deg, #ffffff 70%, #fdd700 10%) !important
}
.sec-grad-yellow-to-black-right {
    background: linear-gradient(90deg, #15212a 70%, #fdd700 10%) !important
}
.sec-grad-grey-to-grey {
    background: linear-gradient(-60deg, #3a6173 0%,#16222a 100%) !important;
}

.akkocloud-gun {
    background-image: url("../img/photo_2020-03-08_23-28-28.png") !important ;
    background-size: cover ;
}


.col-center-block {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.qys3-backgound {
    background-image: url("../img/QYS3-30244181-1.jpg") !important;
    background-size: cover;
    overflow: hidden;
}
.total-grad {
    position: absolute;
    display: block;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.total-grad-inverse {
    position: absolute;
    display: block;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.total-grad-grey {
    background-image: url("../img/AkkoCloudBanner.png") !important;
    position: absolute;
    display: block;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.total-grad-grey-inverse {
    background-image: url("../img/66829136_p0.png") !important;
    position: absolute;
    display: block;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.total-grad-pink-blue-intense {
    background: linear-gradient(240deg, #000000 50%,#3f004a 100%);
    position: absolute;
    display: block;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.section-heading {
    font-family: "Open Sans";
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 10px;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    color: #181b22;
    line-height: 34px;
}
.section-heading.light {
    color: #fff;
}
.section-subheading {
    font-family: "Open Sans";
    color: #808080;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 34px;
}
.path-left {
    position: absolute;
    height: 100%;
    right: 30%;
    top: 0;
}
.path-right {
    position: absolute;
    height: 100%;
    left: 70%;
    top: 0;
}

/*-----------------------------------
    9 - Services
------------------------------------*/
.services .heading {
    font-family: "Open Sans";
    font-size: 20px;
    color: #464646;
    text-transform: capitalize;
}
.services .info {
    font-size: 16px;
    color: #81868e;
}
.services .service-wrap .line {
    height: 1px;
    width: 100%;
    background-color: #eaeaeb;
    position: relative;
}
.services .service-wrap .line:before {
    content: "";
    height: 2px;
    background-color: #fdd700;
    width: 50%;
    position: absolute;
    top: -1px;
}
.services .service-wrap .info {
    padding-right: 80px;
}
.services .service-wrap .service-section {
    border-radius: 15px;
    background-color: #ffffff;
    position: relative;
    padding: 50px;
    margin-top: 50px;
    box-shadow: 0 5px 15px 0 rgba(110,110,110,.1);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.services .service-wrap .service-section .title {
    font-family: "Open Sans SemiBold";
    font-size: 18px;
    color: #212122;
    margin-top: 20px;
    margin-bottom: 14px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.services .service-wrap .service-section .subtitle {
    line-height: 28px;
    font-size: 15px;
    font-family: "Open Sans";
    color: #808080;
    margin-bottom: 0px;
}
.services .service-wrap .service-section a {
    margin-top: 30px;
}
.services .service-wrap .service-section.service {
    border-right: 0;
}
.services .service-wrap .service-section i {
    font-size: 60px;
}
.services .service-wrap .service-section .svg{
    height: 60px;
    width: 60px;
}
.services.blog .service-wrap .service-section {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.services .service-wrap .service-section .svg.animal{
    width: 100%;
    height: 100%;
}
.services.blog .service-wrap img{
    width: 100%;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    margin-top: 50px;
}
.services .service-wrap {
    border-bottom: 0;
}
.services.padd {
    padding-top: 75px;
}
.services.padd .service-wrap {
    margin-top: 64px;
}
.history-section .history-separate.first {
    margin-bottom: 50px;
}
.history-section .history-separate.last {
    margin-bottom: 0px;
}
.history-section .wrappper.last {
    margin-bottom: 0px;
}
.history-section .wrappper .title {
    font-family: "Open Sans";
    font-size: 18px;
    line-height: 30px;
}
.history-section .wrappper .desc {
    font-family: "Open Sans";
    font-size: 14px;
    color: #5b6164;
    line-height: 26px;
}
.history-section .wrappper .date {
    font-size: 12px;
    margin-top: 30px;
    color:#808080;
}
.history-section .wrappper .date .year {
    font-family: "Open Sans Bold";
    font-size: 12px;
}
.history-section .wrappper .read a{
    color: #fff;
    padding: 7px 10px;
    font-size: 13px;
    background-color: #fdd700;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.history-section .wrappper .read a:hover {
    text-decoration: none;
    background-color: #212122;
    color: #fff;
}
.history-section .wrappper.right {
    text-align: left;
    margin-left: -9px;
}
.history-section .link-pages {
    background-color: #fdd700;
    color: #181b22;
    font: bold 24px "Open Sans Bold";
    display: inline-block;
    text-align: center;
    padding: 51px 41px 43px;
    line-height: 34px;
    margin-top: 24px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.history-section .link-pages:hover {
    text-decoration: none;
    background-color: #181b22;
    color: #fdd700;
}
.history-section .img-wrap {
    position: relative;
}
.history-section .img {
    width: 100%;
    margin: 0px;
}
.history-section .wrappper {
    text-align: left;
    margin-top: 50px;
}
.history-section .row {
    height: auto;
    display: flex;
    padding-bottom: 80px;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.history-section .row:last-child {
    padding-bottom: 0px;
}
.history-section.feat01 .row .info-content {
    padding-bottom: 0px;
}
.history-section .row .info-content h4 {
    margin-bottom: 20px;
    line-height: 34px;
}
.history-section .row .info-content p {
    line-height: 32px;
    color: #808080;
}
.history-section hr {
    display: none;
}
.help{
    position: relative;
}
.help .help-container {
    position: relative;
    height: 145px;
    margin-top: 50px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgba(110,110,110,.1);
}
.help .help-container:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.help .help-item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    border: 0;
    font-size: 0;
    padding: 0;
    overflow: hidden;
    transition: all .3s ease;
}
.help .help-item:before {
    content: '';
    position: absolute;
    top: 35px;
    bottom: 0;
    left: 28%;
    width: 1px;
    height: 50%;
    background: #ebebeb;
    transition: all .3s ease;
}
.help .help-item:before.right {
    right: 28%;
}
.help .help-item .img {
    position: relative;
    width: 28%;
    height: 100%;
}
.help .help-item .ico {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 55px;
    height: 55px;
    transform: translate(-50%,-50%);
}
.help .help-item .inform {
    width: 72%;
    padding: 0 30px;
}
.help .help-item .inform .title {
    font-size: 18px;
    font-weight: 700;
    color: #212122;
}
.help .help-item .inform .description {
    font-size: 14px;
    line-height: 26px;
    color: #808080;
    margin-top: 5px;
}
.help .help-item .img, .help .help-item .inform {
    display: inline-block;
    vertical-align: middle;
}

/*-----------------------------------
    Header
------------------------------------*/
#top-nav {
    float: right !important;
    margin: 0;
    padding: 0;
}
#top-nav .nav {
    float: right !important;
    margin: 0;
    padding: 0;
    line-height: 22px;
    font-size: 11px;
}
#top-nav a.quick-nav:hover {
    text-decoration: none;
    color: #fdd700;
}
#top-nav a.quick-nav i {
    font-size: 16px;
    line-height: 35px;
}
#top-nav a.quick-nav span {
    font-size: 12px;
    line-height: 35px;
}
#top-nav a.quick-nav {
    margin: 0 0 0 20px;
    padding: 0;
    line-height: 65px;
    color: #888;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.navbar-main {
	background-color: transparent;
    font-size: 15px;
    border-top: 0 !important;
    border-radius: 0 !important;
    min-height: auto !important;
    margin-bottom: 0 !important;
}
.navbar-main .navbar-nav>.active>a, .navbar-main .navbar-nav>.active>a:focus, .navbar-main .navbar-nav>.active>a:hover, .navbar-main .navbar-nav>.open>a, .navbar-main .navbar-nav>.open>a:focus, .navbar-main .navbar-nav>.open>a:hover, .navbar-main .navbar-nav>li>a:focus, .navbar-main .navbar-nav>li>a:hover {
    background-color: transparent;
}
.navbar-main .navbar-nav .open .dropdown-menu>li>a:hover {
	background: transparent !important;
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    transition: 0.3s !important;
}
.navbar-nav>li>.dropdown-menu {
    padding: 20px 30px;
    background-color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 12px;
}
.navbar-nav a:before {
    content: '';
    position: absolute;
    top: 30px;
    bottom: 0;
    right: 0;
    height: 2px;
    width: 0%;
    background: #ffffff;
    transition: all 0.2s ease-in-out;
}
.navbar-nav a:hover::before {
    width: 100%;
    transition: all 0.2s ease-in-out;
}
.navbar-nav .dropdown-menu a:before {
    transition:  none;
}
.navbar-nav .dropdown-menu a:hover::before {
    width: 0%;
    transition: all 0.2s ease-in-out;
}
.collapse.in .navbar-nav a:hover::before {
	width: 0%;
}
.navbar-nav a.dropdown-toggle:before {
    content: '';
    position: absolute;
    top: 25px;
    left: 50%;
    width: 2px;
    height: 0px;
    background: #fff;
    transition: all 0.2s ease-in-out;
}
.navbar-nav a.dropdown-toggle:hover::before {
    height: 30px;
    transition: all 0.2s ease-in-out;
}
.collapse.in .navbar-nav a.dropdown-toggle:hover::before {
	height: 0px;
}
.menu-wrap.fixed .navbar-nav>li>.dropdown-menu {
    box-shadow: 0 2px 8px 0 rgba(62,62,79,.23);
}
.menu-wrap.fixed #header{
    display: none;
}
#main-menu {
    /*background-color: transparent !important;*/
    /*background-color: pink !important;*/
    background-color: transparent !important;
}
.navbar-main .navbar-nav {
    float: right;
    display: table;
    font-size: 13px;
}
.menu-wrap.fixed .navbar-main .navbar-nav > li {
	padding-bottom: 23px;
}
.navbar-main .navbar-nav > li {
    display: inline-block;
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 30px;
}
.top-nav ul li a i {
    margin-right: 3px;
}
.navbar-main .navbar-nav > li > a {
    font: 15px "Open Sans";
    margin: 7px 0 0 35px;
    padding: 0px;
    /*color: #fff;*/
    color: deepskyblue;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.navbar-main .navbar-nav > li > a:hover {
    background: none;
    color: #fff;
}
.nav .nav-divider {
    margin: 0px;
    background-color: transparent;
}
ul.top-nav {
    margin-top: 0px !important;
}
ul.top-nav>li.primary-action {
    padding-left: 0px !important;
    margin-left: 0px !important;
    border: none !important;
}
ul.top-nav>li {
    margin-right: 20px !important;
}
ul.top-nav>li:last-child {
    border: none !important;
    margin-right: 0px !important
}
ul.top-nav>li>a {
    padding: 0px !important;
    font-size: 12px !important;
    /*color: #d8d8d8;*/
    color: pink;
}
ul.top-nav>li>a:hover {
    text-decoration: none !important;
    /*color: #fff;*/
    color: plum;
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    transition: 0.3s !important;
}
ul.top-nav>li>a:focus {
    /*color: #fff !important;*/
    color: deeppink!important;
}
.navbar-default .navbar-collapse .infos{
    display: none;
}
#Secondary_Navbar-Account .dropdown-menu {
    padding: 20px 30px;
    background-color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 12px;
    margin-top: 21px;
}

.dropdown-menu>li>a {
    font: 15px "Open Sans";
    margin-right: 15px;
    color: #5b6164;
    position: relative;
    padding: 12px 10px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background: #fff !important;
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    transition: 0.3s !important;
}
/*-----------------------------------
    Sidebar
------------------------------------*/
.panel-sidebar {
    padding: 15px !important;
    box-shadow: 0 5px 15px 0 rgba(110,110,110,.1);
    border-radius: 15px !important;
    border-color: #e9f1f1 !important;
    font-size: 15px !important;
}
.panel-sidebar>.panel-footer {
    background-color: #fff !important;
}
.panel-sidebar>.panel-heading {
    background-color: #fff !important;
}
.panel-sidebar .panel-title {
    font-size: 14px !important;
    color: #808080 !important;
}
.panel-sidebar a.list-group-item.active {
    background-color: #fff !important;
    border-color: #e9f1f1 !important;
}
.panel-sidebar a.list-group-item {
    padding: 12px 15px !important;
}
.panel-sidebar a.list-group-item:hover {
    background-color: #fff !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff;
}
div.sidebar .list-group-item-selected {
    background-color: #fdd700 !important;
}
div.sidebar .list-group-item-selected .badge {
    background-color: #FFFFFF;
    color: #319FC3;
}
.menu.badge.feat {
    margin-top: 3px;
    position: absolute;
    right: -1px;
    border-radius: 0px;
}
.plans.badge.feat {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}
a.plans.badge.feat {
    background-color: #fdd700;
    border: solid 1px #fdd700;
    color: #fff;
    cursor: pointer;
}
a.plans.badge.feat:hover {
    background-color: transparent;
    border: solid 1px #fdd700;
    color: #fdd700;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.menu-wrap {
    position: absolute;
    width: 100%;
    padding: 10px 0px;
    background-color: transparent;
    z-index: 9;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.menu-wrap.line {
    background-color: transparent;
    border-bottom: 1px solid #e6e7e8;
    border-top: 0;
}
.menu-wrap .logo-menu {
    display: grid;
    width: 110px;
}
.menu-wrap.fixed {
    box-shadow: 0 2px 8px 0 rgba(62,62,79,.23);
    padding-top: 0;
    padding: 13px 0px 0px 0px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}
.menu-wrap.fixed .main-header{
    display: none;
}
.menu-wrap.fixed .main-menu > .menu-item > a:before {
    bottom: -12px;
}
.menu-wrap.fixed .main-menu > .menu-item > .sub-menu {
    top: 80px;
}
.menu-wrap.light.fixed .logo-menu {
    top: -25px;
}
#nav-toggle {
	z-index: 2;
    padding: 0px;
    width: 40px;
    position: relative;
    cursor: pointer;
    margin: 0px;
    height: 30px;
}
.menu-wrap #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    cursor: pointer;
    height: 2px;
    width: 36px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    transition: all 250ms ease-in-out;
    cursor: pointer;
    height: 2px;
    width: 36px;
    background: #fff;
    /*background: #fff;*/
    position: absolute;
    display: block;
    content: '';
}
#nav-toggle span:before {
    top: -10px;
}
#nav-toggle span:after {
    bottom: -10px;
}
#nav-toggle.active span {
    background-color: transparent;
    /*background-color: transparent;*/
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
    background-color: #fdd700;
    top: 0;
}
#nav-toggle.active span:before {
    transform: rotate(45deg);
}
#nav-toggle.active span:after {
    transform: rotate(-45deg);
}
.active #nav-toggle span:after {
    background: #fdd700 !important;
}
.navbar-toggle.menu-toggle .logo-responsive {
    display: none !important;
}
.active #nav-toggle span:before {
    background: #fdd700 !important;
}
ul.top-nav>li>a.btn-logged-in-admin {
	border-radius: 50px;
	margin-left: 0px;
    border: none !important;
    background-color: #fdd700 !important;
    padding: 1px 7px !important;
    font-size: 9px !important;
    color: #000 !important;
}
ul.top-nav>li>a.btn-logged-in-admin:hover {
    background-color: #808080 !important;
    color: #fff !important;
    border: none !important;
}
/*-----------------------------------
    Footer
------------------------------------*/
.footer {
    position: relative;
    z-index: 0;
    background-color: #15212a;
    background-position: center;
    border: none;
}
.footer .tag {
    float: none;
    margin-right: 0;
    margin-left: 0;
}
.footer .footer-top {
    padding: 80px 0px 20px 0px;
}
.footer .footer-top .col-xs-6.col-sm-3.col-md-3 {
    margin-bottom: 10px;
}
.footer .logo-footer {
    width: 130px;
}
.footer .heading {
    font-size: 18px;
    font-family: "Open Sans Semibold";
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
}
.footer .soc-icons {
    padding-top: 0;
    padding-left: 0;
}
.footer .soc-icons a {
    display: inline-block;
    margin: 0px 10px 20px 0px;
}
.footer .soc-icons a:hover {
    color: #fdd700;
    text-decoration: none;
}
.footer .soc-icons a:hover i {
    color: #fdd700;
}
.footer .contact {
    font-size: 16px;
    font-family: "Open Sans";
    color: #b9bac8;
}
.footer .contact a {
    color: #b9bac8;
}
.footer .contact a:hover {
    text-decoration: none;
    color: #fdd700;
}
.footer .contact a:hover i {
    color: #fdd700;
}
.footer .contact i {
    color: #858585;
}
.footer .contact i:before {
    margin-left: 0;
    margin-right: 12px;
    font-size: 18px;
}
.footer .payment-list {
    float: right;
    color: #90A4AE;
    list-style-type: none;
    margin: 0px;
}
.footer .payment-list li {
    display: inline-block;
    margin-right: 3px;
    font-size: 32px;
}
.footer .payment-list li:last-child {
    margin-right: 0px;
}
.footer .payment-list li p {
    margin-bottom: 0px;
    color: #808080;
    font-family: "Open Sans";
    font-size: 13px;
    margin-right: 10px;
    display: table;
}
.footer .payment-list li i {
    color: #808080;
}
.footer .payment-list li i:hover {
    color: #fdd700;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer .copyrigh {
    font-family: "Open Sans";
    font-size: 13.5px;
    color: #808080;
    padding-top: 10px;
    padding-bottom: 25px;
}
.footer h6 {
    margin-top: 15px;
    color: #B0BEC5;
    line-height: 24px;
}
.footer .footer-menu {
    float: left;
    padding: 0px;
    margin: 0px;
}
.footer .footer-menu .menu-item {
    font-family: "Open Sans";
    font-size: 13px;
    display: inline-block;
    list-style-type: none;
    margin-left: 27px;
    margin-top: 15px;
}
.footer .footer-menu .menu-item a {
    color: #808080;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer .footer-menu .menu-item a:hover {
    text-decoration: none;
    color: #fdd700;
}
.footer .footer-menu {
    padding: 0;
    float: none;
}
.footer .footer-menu .menu-item {
    display: block;
    font-size: 16px;
    margin-left: 0;
    text-align: left;
}
.footer .footer-menu .menu-item.by {
    font-size: 14px;
}
.footer .footer-bottom {
    padding: 0px 0px 40px 0px;
}
.footer .footer-bottom .footer-menu{
    position: relative;
    top: 3px;
}
.footer .footer-bottom .footer-menu .menu-item {
	color: #808080;
}
.footer .soc-icons i {
    background-color: #fff;
    display: block;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 15px;
    width: 42px;
    transition: 0.3s;
    box-shadow: 0 2px 8px 0 rgba(62,62,79,0.15);
}
.footer .soc-icons i:hover {
    color: #fdd700;
}
.footer .soc-icons.top-icons i {
    margin-right: 11px;
    margin-left: 11px;
}
.footer .logo-bg {
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0px;
    width: 450px;
    position: absolute;
    opacity: 0.3;
    margin-top: 40px;
}
.footer .general-input {
    position: relative;
    width: 100%;
    display: flex;
}
.footer .fill-input {
    width: 100%;
    font-size: 15px;
    font-family: "Open Sans";
    color: #000;
    border: solid 1px #efefef;
    border-radius: 50px;
    padding: 13px 20px 12px 30px;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 2px 8px 0 rgba(62,62,79,.23);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer .btn-subscribe {
	cursor: pointer !important;
    border: 1px solid #808080;
    border-radius: 50px;
    color: #808080;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 17px 26px;
    position: relative;
    background-color: transparent;
    letter-spacing: 0.02em;
    font-family: "Open Sans Semibold";
    box-shadow: 0 2px 8px 0 rgba(62,62,79,.23);
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.footer .btn-subscribe:hover {
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.30);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.footer .general-input input.btn-subscribe {
    border: none;
    right: 0px;
    position: absolute;
}
.footer .subcribe form p {
	padding-top: 20px;
    font-size: 14px;
    font-family: "Open Sans";
    color: #808080;
}
.footer .subcribe.news {
    margin: 40px 0px;
}
/*-----------------------------------
    Slider
------------------------------------*/
.top-banner .subheading {
    font-family: "Open Sans";
    color: #1a1a1a;
    position: relative;
    line-height: 32px;
    font-size: 18px;
    margin-bottom: 50px;
    margin-top: 0px;
}
.top-banner .subheading.left {
    margin-left: 0;
}
.top-banner .subheading {
    color: #fff
}
.top-banner .subheading span{
    width: 100%;
    text-align: center;
    font-family:"Open Sans";
}
.top-banner.overlay .heading {
    color: #fff
}
.top-banner.overlay .subheading {
    color: #fff
}
.top-banner.overlay .btn {
    font-size: 18px;
    padding: 15px;
    font-family: Open Sans;
}
.top-banner .heading {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    color: #ffffff;
    display: inline-block;
    font-family: "Open Sans Bold";
    line-height: 58px;
    font-size: 52px;
}
.top-header {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 120px;
    padding-bottom: 30px;
}
.top-header.overlay:before {
    background-color: rgba(0, 0, 0, 0.4);
}
.top-header .wrapper .heading {
    font-family:"Open Sans Bold";
    font-size: 52px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 5px;
}
.top-header .wrapper .subheading {
    font-family: "Open Sans";
    color: #fff;
    position: relative;
    line-height: 32px;
    font-size: 18px;
    margin-bottom: 50px;
    margin-top: 0px;
}
.top-header .wrapper .subheding {
    font-family:"Open Sans";
    font-size: 18px;
    color: #eaeaea;
}
.top-header .wrapper .subheding .link {
    color: #fff;
    padding-left: 8px;
    padding-right: 10px;
}
.top-header .wrapper .subheding i{
    font-size: 10px;
}
.top-header .wrapper .subheding .link:first-child {
    padding-left: 0px;
}
.top-header .wrapper .subheding .link.active {
    color: #fdd700;
    font-weight: bold;
}
.top-header .wrapper .subheding .link:hover {
    text-decoration: none;
    color: #fdd700;
}
.top-header.item7 {
    background-image: url("../img/haderAkko.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-color: #ee5586
}


/*-----------------------------------
    2 - Sections
------------------------------------*/
.sec-main {
    box-shadow: 0 5px 15px 0 rgba(110,110,110,.1);
    border-radius: 15px;
    position: relative;
    padding: 80px 80px;
}
.sec-sec {
    box-shadow: 0 5px 15px 0 rgba(110,110,110,.1);
    border-radius: 15px;
    position: relative;
    padding: 30px 30px;
}
.sec-uping {
    margin-top: -435px;
    position: relative;
    z-index: 1;
}
.sec-up {
    margin: -80px 0px 80px;
    position: relative;
    z-index: 1;
}
.sec-up-slider {
    margin: -120px 0px 80px;
    position: relative;
    z-index: 1;
}
.sec-normal {
    padding: 80px 0px;
    position: relative;
    z-index: 0;
}
.sec-bg1 {
    background-color: #ffffff;
}
.sec-bg2 {
    background-color: #efefef;
}
.sec-bg3 {
    background-color: #15212a;
}
.sec-bg4 {
    background-color: #fdd700;
}
.sec-grad-yellow-to-grey-left {
    background: linear-gradient(90deg, #fdd700 70%, #d9dde4 10%) !important
}
.sec-grad-yellow-to-grey-right {
    background: linear-gradient(90deg, #d9dde4 70%, #fdd700 10%) !important
}
.sec-grad-yellow-to-white-right {
    background: linear-gradient(90deg, #ffffff 70%, #fdd700 10%) !important
}
.sec-grad-yellow-to-black-right {
    background: linear-gradient(90deg, #15212a 70%, #fdd700 10%) !important
}
.sec-grad-grey-to-grey {
    background: linear-gradient(-60deg, #3a6173 0%,#16222a 100%) !important;
}

.akkocloud-gun {
    background-image: url("../img/photo_2020-03-08_23-28-28.png") !important ;
    background-size: cover ;
}


.col-center-block {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.qys3-backgound {
    background-image: url("../img/QYS3-30244181-1.jpg") !important;
    background-size: cover;
    overflow: hidden;
}
.total-grad {
    position: absolute;
    display: block;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.total-grad-inverse {
    position: absolute;
    display: block;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.total-grad-grey {
    background-image: url("../img/AkkoCloudBanner.png") !important;
    position: absolute;
    display: block;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.total-grad-grey-inverse {
    background-image: url("../img/66829136_p0.png") !important;
    position: absolute;
    display: block;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.total-grad-pink-blue-intense {
    background: linear-gradient(240deg, #000000 50%,#3f004a 100%);
    position: absolute;
    display: block;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.section-heading {
    font-family: "Open Sans";
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 10px;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    color: #181b22;
    line-height: 34px;
}
.section-heading.light {
    color: #fff;
}
.section-subheading {
    font-family: "Open Sans";
    color: #808080;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 34px;
}
.path-left {
    position: absolute;
    height: 100%;
    right: 30%;
    top: 0;
}
.path-right {
    position: absolute;
    height: 100%;
    left: 70%;
    top: 0;
}



/*-----------------------------------
    OWL Carousel
------------------------------------*/
.owl-item.loading{
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}
.owl-item {
    height: 100vh;
    min-height: 600px !important;
}
.owl-carousel .fix .top-banner .heading {
    margin-bottom: 5px !important;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    opacity: 0.2;
    top: 50%;
    outline: none;
    position: absolute;
    background: #fdd700 !important;
    padding: 15px 19px !important;
}
.owl-carousel .owl-nav button.owl-prev:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.owl-carousel .owl-nav button.owl-next:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.owl-carousel .vc-parent.fix {
    height: 75% !important;
}
.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}
.owl-controls .owl-buttons div{
    border-radius: 50px !important;
    zoom: 1;
    margin: 25px;
    font-size: 16px;
    -moz-border-radius: 30px;
    background: #000;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    cursor: pointer;
}
.owl-controls.clickable .owl-buttons div:hover{
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);
    opacity: 1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.owl-carousel .owl-video-tn {
  background-size: cover;
  padding-bottom: 56.25%;
  padding-top: 25px;
}
.owl-video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}
.owl-carousel .covervid-video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
    z-index: -1;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    left: 5% !important;
    z-index: 2 !important;
    display: grid !important;
    top: 40% !important;
    position: absolute !important;
}
.owl-theme .owl-dots .owl-dot span {
    border: solid 1px #808080 !important;
    background: transparent !important;
    padding: 7px 0px !important;
}
.owl-theme .owl-dots .owl-dot {
    outline: none !important;
}
.owl-carousel button.owl-dot {
    padding: 10px 0px !important;
}
.owl-carousel .vc-parent {
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
}
.owl-carousel .vc-child {
    display: table-cell;
    vertical-align: middle;
}
.owl-carousel .full {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.owl-carousel .h-100 {
    height: 100%!important;
}
.owl-carousel .custom-img-right {
    position: absolute;
    width: 100%;
    max-height: 600px;
    right: -300px;
    top: 90px;
}
.owl-carousel .custom-img-left {
    opacity: 0.2;
    height: 600px;
    position: absolute;
    top: 10%;
    left: -23%;
}
.owl-carousel .animatype {
    font-size: 32px;
}
.owl-carousel .fill-input {
    width: 100%;
    font-size: 15px;
    font-family: "Open Sans";
    color: #000;
    border: solid 1px #efefef;
    border-radius: 50px;
    padding: 13px 20px 12px 30px;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 2px 8px 0 rgba(62,62,79,.23);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.owl-carousel .general-input{
    position: relative;
    width: 100%;
    display: flex;
}
.owl-carousel .general-input input.btn{
    border: none;
    right: 0px;
    position: absolute;
}



.domain-prices ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.domain-prices li {
    display: inline-flex;
    padding: 10px 20px;
    position: relative;
    font-size: 18px;
}
.domain-prices li sup{
    font-size: 14px;
    top: -4px;
}
.domain-prices li .price{
    color: #fff !important;
    margin-left: 10px;
}
.domain-prices li:first-child {
    padding-left: 0px;
}
.navbar-nav .btn {
    cursor: pointer !important;
    border-radius: 50px;
    color: #808080;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 17px 26px;
    position: relative;
    background-color: transparent;
    letter-spacing: 0.02em;
    font-family: "Open Sans Semibold";
    box-shadow: 0 2px 8px 0 rgba(62,62,79,.23);
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.navbar-nav .btn:hover {
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.30);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.owl-carousel .btn {
    cursor: pointer !important;
    border-radius: 50px;
    color: #808080;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 17px 26px;
    position: relative;
    background-color: transparent;
    letter-spacing: 0.02em;
    font-family: "Open Sans Semibold";
    box-shadow: 0 2px 8px 0 rgba(62,62,79,.23);
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.owl-carousel .btn:hover {
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.30);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
/*-----------------------------------
    Buttons
------------------------------------*/
.btn-default-pink:hover {
    color: #ffffff;
}
.btn-default-purple:hover {
    color: #ffffff;
}
.btn-default:hover {
    outline: medium none !important;
    text-decoration: none !important;
    color: #fff !important;
    /* background-color: #808080 !important; */
    border-color: #808080 !important;
}
.btn-default-grad-purple-fill {
    color: #ffffff;
    border: none;
    background-size: 300% 100%;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-default-grad-purple-fill:hover {
    color: #ffffff;
    background-position: 100% 0;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-default-pink-fill {
    color: #fff !important;
    border: none;
}
.btn-default-pink-fill:hover {
    background-color: #808080 !important;
    color: #fff !important;
    border: none;
}
.btn-default-yellow-fill {
    background-color: #fdd700 !important;
    color: #000 !important;
    border: none;
}
.btn-default-yellow-fill:hover {
    background-color: #808080 !important;
    color: #fff !important;
    border: none;
}
.btn-default-purple-fill {
    color: #fff !important;
    border: none;
}
.btn-default-purple-fill:hover {
    background-color: #808080 !important;
    color: #fff !important;
    border: none;
}
.btn-default-fill {
    background-color: #808080 !important;
    color: #fff !important;
    border: none;
}
.btn-default-fill:hover {
    background-color: #fdd700 !important;
    color: #000 !important;
    border: none;
}
.btn.question {
	border-radius: 50px !important;
    text-transform: uppercase;
    font-family: "Open Sans Semibold";
    padding: 1px 12px !important;
    font-size: 10px !important;
}
.btn.question:hover {
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.30);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.btn.focus, .btn:focus {
    outline: none !important;
    box-shadow: none !important;
}
.btn-secondary:not(:disabled):not(.disabled).active {
    opacity: 1;
    color: #000 !important;
    background-color: #fdd700;
    border: solid 1px #fdd700;
    border-radius: 15px;
    padding: 13px 12px 12px 12px;
}
.btn-secondary:not(:disabled):not(.disabled) {
    opacity: 0.6;
    background-color: #fff;
    border-color: #efefef;
    border-radius: 15px;
    padding: 13px 12px 12px 12px;
}
.btn-group.toplang .btn+.btn {
    margin-left: 0px;
}
.btn-secondary:hover {
    background-color: #808080;
}
/*-----------------------------------
    Tables
------------------------------------*/
.pricing.special .wrapper {
    position: relative;
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgba(110,110,110,.1);
}
.pricing .wrapper {
    position: relative;
    background: #fff;
    border-radius: 15px;
    margin-top: 50px;
}
.pricing .wrapper .top-content{
    padding: 40px 60px 40px 60px;
}
.pricing .wrapper .top-content .svg{
	margin-bottom: 15px;
    height: 60px;
    width: 60px;
}
.pricing .wrapper .title {
    font-family: "Open sans SemiBold";
    font-size: 22px;
}
.fromer {
    font-family: "Open Sans Italic";
    line-height: 26px;
    font-size: 14px;
    color: #808080;
}
.pricing .price {
    color: #181b22;
    font-family: "Open Sans";
    font-size: 28px;
}
.pricing .price sup {
    top: -.3em;
    font-size: 18px;
}
.period {
    font-family: "Open Sans";
    font-size: 18px;
}
.pricing.special .wrapper a {
    margin-top: 20px !important;
}
.pricing.special .wrapper a.btn {
    cursor: pointer !important;
    border-radius: 50px;
    color: #808080;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 17px 26px;
    position: relative;
    background-color: transparent;
    letter-spacing: 0.02em;
    font-family: "Open Sans Semibold";
    box-shadow: 0 2px 8px 0 rgba(62,62,79,.23);
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.pricing.special .wrapper a.btn:hover {
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.30);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.pricing .list-info {
    padding: 20px 60px 40px 60px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    margin: 0px;
    list-style-type: none;
}
.pricing.special .list-info li {
    padding: 10px 0;
    font-size: 16px;
    font-family: "Open Sans";
    color: #fff;
}
.pricing .wrapper i {
    font-size: 38px;
    color: #121e25;
    margin: 0px 15px 0px 0px;
}
.pricing .list-info i{
    color: #fff !important;
    float: left;
    padding: 5px 0px;
}
/*-----------------------------------
    Features
------------------------------------*/
.section-heading {
    font-family: "Open Sans";
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 10px;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    color: #181b22;
    line-height: 34px;
}
.section-subheading {
    font-family: "Open Sans";
    color: #808080;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 34px;
}
.services .service-wrap .service-section {
    border-radius: 15px;
    background-color: #ffffff;
    position: relative;
    padding: 50px;
    margin-top: 50px;
    box-shadow: 0 5px 15px 0 rgba(110,110,110,.1);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.services .service-wrap .service-section .svg {
    height: 60px;
    width: 60px;
}
.services .service-wrap .service-section .title {
    font-family: "Open Sans SemiBold";
    font-size: 18px;
    color: #212122;
    margin-top: 20px;
    margin-bottom: 14px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.services .service-wrap .service-section .subtitle {
    line-height: 26px;
    font-size: 15px;
    font-family: "Open Sans";
    color: #808080;
    margin-bottom: 0px;
}
.services .service-wrap .service-section a {
    margin-top: 30px !important;
}
.services .service-wrap .service-section a.btn {
    cursor: pointer !important;
    border-radius: 50px;
    color: #808080;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 17px 26px;
    position: relative;
    background-color: transparent;
    letter-spacing: 0.02em;
    font-family: "Open Sans Semibold";
    box-shadow: 0 2px 8px 0 rgba(62,62,79,.23);
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.services .service-wrap .service-section a.btn:hover {
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.30);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.services .service-wrap {
    border-bottom: 0;
}
.path-left {
    position: absolute;
    height: 100%;
    right: 30%;
    top: 0;
}
/*-----------------------------------
    Sections
------------------------------------*/
.sec-normal {
    padding: 80px 0px;
    position: relative;
    z-index: 0;
}
.sec-up-slider {
    margin: -120px 0px 80px;
    position: relative;
    z-index: 1;
}
.sec-grad-yellow-to-grey-left {
    /*-webkit-filter: blur(10px); !* Chrome, Opera *!*/
    /*-moz-filter: blur(10px);*/
    /*-ms-filter: blur(10px);*/
    /*filter: blur(10px);*/
    background-image: url("../img/QYS3-30244181-1.jpg") !important;
    background-size: cover;
    overflow: hidden;
}
/*-----------------------------------
    Replace WHMCS
------------------------------------*/
/* Form Control */
.form-control {
    height: auto !important;
    width: 100% !important;
    font-size: 15px !important;
    font-family: "Open Sans" !important;
    border: solid 1px #efefef !important;
    border-radius: 50px !important;
    outline: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.form-control:focus {
    box-shadow: none;
}
textarea.form-control {
    border-radius: 20px !important;
}
/* Buttons */
.btn {
    border-radius: 50px !important;
    border: none !important;
    letter-spacing: 0.02em;
    font-family: "Open Sans Semibold";
    box-shadow: 0 2px 8px 0 rgba(62,62,79,.23);
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.btn:hover {
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.30);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.btn.btn-primary {
    color: #000;
    background-color: #fdd700;
}
.btn.btn-primary:hover {
    background-color: #808080 !important;
    color: #fff !important;
}
.btn.btn-success {
    color: #fff;
}
.btn.btn-success:hover {
    background-color: #808080 !important;
    color: #fff !important;
}
.btn.btn-warning {
    color: #fff;
}
.btn.btn-warning:hover {
    background-color: #808080 !important;
    color: #fff !important;
}
.btn.btn-danger {
    color: #fff;
}
.btn.btn-danger:hover {
    background-color: #808080 !important;
    color: #fff !important;
}
.btn.btn-default {
    color: #fff;
    background-color: #808080;
}
.btn.btn-default:hover {
    color: #000;
    background-color: #efefef;
}
.btn.disabled {
    background-color: #808080;
}
.btn.disabled:hover {
    background-color: #808080;
}
.btn.btn-link {
    color: #fff;
    text-decoration: none;
}
.btn.btn-link:hover {
    background-color: #808080 !important;
    color: #fff !important;
}
/* Labels */
.label {
    border-radius: 50px;
}
.label-warning:hover {
    background-color: #808080 !important;
}
/* Tables Responsive Fix */
.table-container {
    overflow: auto;
    display: -webkit-box;
    width: 100%;
    padding: 0 0 25px 0;
}
.dataTables_wrapper {
    width: 100%;
}
div.dataTables_wrapper div.dataTables_info {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    padding: 22px 30px !important;
}
div.dataTables_wrapper div.dataTables_filter label {
    margin-right: 20px !important;
}
.dataTables_wrapper table.table-list thead th.sorting_asc {
    background-color: #fff !important;
}
.table-list>tbody>tr:nth-child(even)>td {
    background-color: #fff !important;
}
.dataTables_wrapper .dataTables_length {
    background-color: #d9dde4;
    font-size: 0.9em;
    color: #000;
}
/* Home Page */
.tiles .tile {
    padding: 20px 30px !important;
    background-color: #fff !important;
    border-right: solid 1px #e9f1f1 !important;
}
.tiles .tile:hover {
    cursor: pointer;
    border-radius: 12px;
    background-color: #f7f7f7 !important;
}
.panel {
    padding: 20px !important;
    margin-bottom: 30px !important;
    background-color: #fff !important;
    border-radius: 12px !important;
    box-shadow: 0 5px 15px 0 rgba(110,110,110,.1);
    box-shadow: 0 5px 15px 0 rgba(110,110,110,.1);
}
.panel-default {
    border-color: #efefef;
}
.panel-footer {
    background-color: #fff !important;
}
.client-home-panels .panel > .panel-body {
    width: 100% !important;
}
.home-kb-search i {
    float: right;
    margin-right: 20px;
}
/* Register Domains Page */
.domain-checker-container {
    background: transparent !important;
}
.domain-checker-bg.clearfix {
    padding: 0px !important;
}
.domain-checker-bg {
    background: none;
}
.domain-checker-container .col-md-8.col-md-offset-2.col-xs-10.col-xs-offset-1 {
    margin: 0px;
    width: 100%;
}
.domain-checker-container .input-group-box {
    margin-bottom: 30px;
    padding: 0px;
}
#order-standard_cart .text-center {
    text-align: left;
}
#order-standard_cart .product-info .svg {
    height: 42px;
}
#order-standard_cart .list-info i {
    font-size: 32px;
}
#order-standard_cart .list-info .spec {
    font-size: 14px;
}
#order-standard_cart .list-info span {
    font-size: 16px;
}
.domain-pricing .tld-row {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #e9f1f1;
}
#order-standard_cart .default-captcha-register-margin {
    margin: 0px;
}
.domain-pricing .two-row-center {
    border: none !important;
}
.domain-pricing .col-sm-2{
    display: none;
    width: 0px !important;
}
.featured-tld .price.net {
    background-color: #fdd700;
    color: #000;
}
.domain-pricing .tld-row.highlighted {
    background-color: #fff;
}
.domain-pricing .tld-pricing-header div:nth-child(odd) {
    background-color: #fff;
}
.domain-pricing .tld-pricing-header .col-sm-4 {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    border-radius: 0px;
}
.domain-pricing .tld-pricing-header .col-xs-4 {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    border-radius: 0px;
}
.domain-promo-box {
    margin-top: 50px !important;
    margin-bottom: 0px !important;
    padding: 40px !important;
    background-color: #fff !important;
    border: solid 1px #e9f1f1 !important;
    color: #212122 !important;
    border-radius: 12px !important;
    box-shadow: 0 5px 15px 0 rgba(110,110,110,.1);
}
.domain-promo-box i {
    color: #808080;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.domain-checker-result-headline {
    margin: 30px 0px;
    font-size: 1.6em;
    text-align: left;
}
.tld-sale-group {
    border-radius: 50px;
}
.spotlight-tlds {
    background-color: #d9dde4 !important;
    border-radius: 12px;
}
.spotlight-tld {
    border-radius: 12px;
    border:  none;
}
.list-group-item {
    padding: 15px 15px;
}
.domain-suggestion span.domain {
    font-size: 16px;
}
.suggested-domains .extension {
    font-size: 16px;
    font-weight: 700;
}
.suggested-domains .price {
    float: right;
}
.suggested-domains .list-group-item .btn {
    float: right;
}
/* Login Page */
.logincontainer.with-social {
    margin: 0px 0px 50px 0px;
    max-width: 100%;
}
/* Register Domains Page */
#registration input {
    padding:  12px 12px 12px 40px !important;
}
#registration input#inputPhone {
    padding: 12px 12px 12px 85px !important;
}
#registration input.btn {
    padding: 6px 12px !important;
}
#registration .prepend-icon .field {
    border-radius: 50px;
    height: 50px;
    padding: 12px 12px 12px 40px !important;
}
#registration .prepend-icon .field-icon {
    height: 48px;
    line-height: 48px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    outline: none;
}
#order-standard_cart .domain-lookup-primary-results {
    margin: 30px 0 !important;
    text-align: left !important;
}
/* Checkout Page */
#order-standard_cart .btn-remove-from-cart {
    color: #fff !important;
}
#order-standard_cart .empty-cart .btn {
    margin-top: 20px !important;
}
#order-standard_cart .btn-checkout {
    margin-bottom: 15px;
}
#order-standard_cart .order-summary .btn-continue-shopping {
    background-color: #fdd700 !important;
    text-decoration: none;
}
#order-standard_cart .order-summary .btn-continue-shopping:hover {
    background-color: #808080 !important;
}
#order-standard_cart .view-cart-items .item-qty button {
    background-color: #808080;
    font-size: 12px !important;
    color: #fff;
}
#order-standard_cart .view-cart-items-header {
    padding: 13px 15px !important;
    background-color: #4f5360 !important;
}
/* Recaptcha Home Page */
#divDynamicRecaptcha.g-recaptcha{
    position: relative;
    margin-left: 15px !important;
    margin-top: 20px !important;
    display: inline-block !important;
}
#divDynamicRecaptcha.g-recaptcha div{
    height: initial !important;
}
#orderSummary{
    width: 100%;
    display: inline-grid;
}


/* Map */
.maping .datacenters {
    border: solid 2px #fff;
    width: 22px;
    height: 22px;
    border-radius: 24px;
    cursor: pointer;
    position: absolute;
}
.maping .datacenters.montreal{
    top: 38%; left: 28.5%;
}

.maping .datacenters.newyork {
    top: 44%; left: 27%;
}
.maping .datacenters.portugal {
    top: 46%; left: 44%;
}
.maping .datacenters.london {
    top: 38%; left: 46%;
}
.maping .datacenters.moskow {
    top: 36%; left: 56%;
}
.maping .datacenters.hongkong {
    top: 53%; left: 79%;
}
.maping .datacenters.singapure {
    top: 63%; left: 77%;
}
.maping .datacenters.zhenjiang {
    top: 44%; left: 79%;
}
.maping .datacenters.changzhou {
    top: 44%; left: 80%;
}
.maping .datacenters.zaozhuang {
    top: 42%; left: 77%;
}
.maping .datacenters.suqian {
    top: 42%; left: 79%;
}

.maping .datacenters.shaoxing {
    top: 47%; left: 79%;
}

.maping .datacenters.guke {
    top: 35%; left: 50%;
}

.maping .datacenters.taiwan {
    top: 50%; left: 81%;
}
.maping .datacenters.fmt {
    top: 43%; left: 13%;
}



@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.balancing .load b {
    font-size: 16px;
    margin-bottom: 12px;
    display: inline-block;
}
.balancing .load .info {
    font-size: 15px;
    line-height: 30px;
    color: #808080;
}
/*-----------------------------------
    Order Form
------------------------------------*/
#order-standard_cart .summary-container {
    background-color: #fff !important;
}
#order-standard_cart .categories-collapsed {
    background-color: #fff !important;
}
#order-standard_cart .categories-collapsed .form-inline {
    width: 100% !important;
}
/*-----------------------------------
    Global
------------------------------------*/
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f6f6f6;
    font-family: 'Open Sans';
}
section#main-body {
    background-color: #f6f6f6;
    padding: 80px 0;
}
section#header {
	background-color: transparent;
}
#main-body .header-lined h1 {
    font-family: "open sans" !important;
    border-bottom: 1px solid #d8d8d8 !important;
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 32px;
}
.mr-3 {
	margin-right: 16px !important;
}
.active {
    font-family: "Open Sans";
    font-weight: 600 !important;
}
::selection {
    color: #fff;
    text-shadow: none;
}
/* Overlay */
.overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.overlay-video{
    position: initial !important;
}
.overlay-video:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.7);
}
.overlay-image-grad:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background: linear-gradient(240deg, #000000 50%,#3f004a 100%);
}
.plans.badge.feat {
    color: #fff;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    border-radius: .25rem;
}
.main-content {
    overflow-x: hidden;
    border-radius: 12px;
/*    background-image: url(../../img/login.png);
    background-size:cover; */
    background-color: #FFF;
    padding: 40px;
    box-shadow: 0 5px 15px 0 rgba(110,110,110,.1);
    margin-bottom: 0px;
}
/* Styleswitch color style  */
.color-scheme{
    position: fixed;
    display: grid;
    margin: 0px;
    z-index: 9999;
    right: 15px;
    top: 180px;
    padding: 0px;
    margin-right: 5px;
}
.color-scheme li {
    display: grid;
    margin-top: 10px;
}
.color-scheme a {
    border: solid 1px #fff;
    text-decoration: none;
    border-radius: 15px;
    display: block;
    height: 15px;
    width: 15px;
}
#home-banner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 150px !important;
    padding-bottom: 100px !important;
}
.total-grad-grey {
    background-image: url("../img/AkkoCloudBanner.png") !important;
    background-size: cover;
    overflow: hidden;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.total-grad-grey-inverse {
    background-image: url("../img/66829136_p0.png") !important;
    background-size: cover;
    overflow: hidden;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
a:focus, a:hover {
    text-decoration: none;
    border-bottom: none;
}
.popover.language-popover {
    border: none;
}
.pink a {
    background: #EE5586;
}
.blue a {
    background: #68CEF5;
}
.green a {
    background: #BFD84D;
}
svg {
    vertical-align: middle;
    border-style: none;
}
.c-purple {
    color: #a5215e !important;
}
.bg-purple {
    background-color: #a5215e !important;
}
.bg-grey {
    background-color: #808080 !important;
    color: #ffffff !important;
}
.c-yellow {
    color: #fdd700 !important;
}
.c-grey {
    color: #808080 !important;
}
/*-----------------------------------
    Responsive
------------------------------------*/
@media (max-width: 1199px) {
	.navbar-main .navbar-nav > li > a {
	    margin: 7px 0 0 25px;
        font: 13px "Open Sans";
	}
}
@media (min-width: 991px) {
	.dropdown:hover .dropdown-menu {
    	display: block;
	}
}
@media (max-width: 991px) {
	/* header */
	.top-nav li:nth-child(4) {
		display: none;
	}
	.menu-wrap .logo-menu {
		z-index: 2;
		position: absolute;
        width: 90px;
        padding-top: 4px;
    }
    .navbar-main .navbar-nav > li > a {
        font-size: 13px !important;
    }
    .navbar-main {
        padding: 0px !important;
    }
    .navbar-default .navbar-collapse .infos{
        display: block !important;
        margin-top: 20px;
    }
    .navbar-default .navbar-collapse .infos p{
        font-size: 14px !important;
        color: #808080 !important;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        left: 0;
        top: 0;
        z-index: 1;
        background-color: #15212a;
        width: 100%;
        position: fixed;
        overflow-y: auto !important;
        height: 100% !important;
        padding: 100px 0 100px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        }
    .navbar-nav .open .dropdown-menu {
        left: 0;
        right: 0;
        width: 100%;
        margin: auto;
        text-align: center;
    }
    .navbar-main .navbar-nav {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .navbar-main .navbar-nav > li {
        width: 100%;
        display: block;
        text-align: center;
        padding: 10px !important;
    }
    .navbar-main .navbar-nav > li a {
        color: #808080 !important;
        font-size: 22px !important;
        margin: 0px !important;
    }
    .navbar-main .navbar-nav > li > a:last-child {
        padding-right: 15px !important;
        margin-right: 0px !important;
    }
    .menu-wrap.fixed {
        padding: 13px 0px 13px 0px;
    }
    .menu-wrap.fixed .navbar-nav>li>.dropdown-menu {
        box-shadow: none !important;
    }
    .navbar-main .navbar-nav > li a:hover {
        color: #fdd700 !important;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .navbar-main .navbar-nav .open .dropdown-menu>li>a {
        color: #808080 !important;
        padding: 12px !important;
        font-size: 14px !important;
        border: none;
    }
    .navbar-main .navbar-nav .open .dropdown-menu>li>a:hover {
        background: transparent !important;
        color: #fdd700 !important;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .navbar-main .navbar-nav {
        float: none;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 10px !important;
    }
    .navbar-toggle.menu-toggle.active .logo-responsive {
        position: relative;
        z-index: 99;
        display: block !important;
    }
    .navbar-toggle.menu-toggle.active .logo-menu {
        display: none !important;
    }
    /* sidebar */
    .panel-actions {
        border: 0;
        box-shadow: none;
    }
    .panel-actions > .panel-heading > .panel-title {
        display: inline;
    }
    .panel-actions > .panel-heading {
        border-radius: 0px;
    }
    .panel-actions > .list-group {
        padding: 10px;
        overflow-x: scroll;
        white-space: nowrap;
    }
    .panel-actions > .list-group .list-group-item {
        display: inline-block;
        border: 2px solid #ddd !important;
        border-radius: 0px !important;
        white-space: nowrap;
        text-align: center;
        padding: 5px 25px;
        margin: 2px;
    }
    .panel-actions > .list-group .list-group-item > .badge {
        float: none;
        margin: -2px 0 0 10px;
    }
    .collapse.in .container {
        width: 100%;
        padding: 0px;
    }
    #bs-example-navbar-collapse-1 .dropdown-menu>li>a {
        color: #fff;
    }
    .contacts span {
        display: none !important;
    }
	/* footer */
	.footer .heading {
	    font-size: 15px;
	}
	.footer .footer-menu .menu-item {
	    width: 100%;
	    font-size: 13px;
	}
	.footer .soc-icons i {
	    height: 34px !important;
	    line-height: 34px !important;
	    width: 34px !important;
	    font-size: 14px;
	}
	.footer .logo-bg {
	    margin-top: 35px;
	    width: 360px;
	}
    /* Banner */
    .top-banner .heading {
        font-size: 38px;
        font-family: "Open Sans";
        line-height: 45px;
    }
    .main-content {
        width: -webkit-fill-available;
        margin-bottom: 80px;
        margin:  15px;
    }
}
@media (min-width: 767px) {
    .menu-wrap.fixed .main-menu > .menu-item {
        padding-bottom: 20px;
    }
}
@media (max-width: 767px) {
    /* Header */
    .top-header .wrapper .heading {
        font-size: 42px;
    }
    .menu-wrap.line {
        border-color: transparent;
    }
    .menu-wrap .col-sm-9.col-lg-7.col-lg-offset-2.no-padding {
        height: 0px;
    }
    .menu-wrap.fixed .menu-toggle.top {
        top: 5px;
    }
    .menu-wrap.light .main-menu > .menu-item > .sub-menu {
        background-color: #AEB0B5;
    }
    .menu-wrap.light.fixed .menu-toggle {
        top: -49px;
    }
    .menu-wrap.light.fixed .logo-menu {
        position: relative;
        top: 0px;
    }
    .menu-wrap.light .menu-toggle {
        top: -50px;
    }
    .menu-wrap.mobile {
        display: block;
    }
    .menu-wrap.mobile img {
        width: 160px;
        padding: 15px 0px;
    }
    .menu-item.active.menu-item-has-children {
        background-color: #fdd700;
    }
    .menu-item .sub-menu .menu-item a:hover {
        color: #fdd700!important;
    }
    .menu-item.active .sub-menu .menu-item a{
        color: #121e25 !important;
    }
    .menu-item.active .sub-menu .menu-item a:hover {
        color: #fff !important;
    }
	/* OWL Carousel */
	.owl-theme .owl-dots .owl-dot span {
	    width: 40px;
	    display: block;
	    padding: 0px !important;
	    margin: 0px 2px !important;
	}
	.owl-theme .owl-nav.disabled + .owl-dots {
	    display: block !important;
	    left: 10px !important;
	    z-index: 9 !important;
	    top: 15% !important;
	}
	.owl-carousel .animatype {
	    font-size: 28px;
	}
	.custom-img-right {
	    display: none !important;
	}
    .owl-carousel .btn.transfer {
        margin-top: 15px;
    }
	/* footer */
	.footer {
	    text-align: center;
	}
	.footer .logo-bg {
	    display: none;
	}
	.footer .footer-top .col-xs-12.col-sm-3.col-md-3 {
    	margin-bottom: 50px;
	}
	.footer .footer-top .col-xs-12.col-sm-3.col-md-3:last-child {
		margin-bottom: 0px;
	}
	.footer .footer-menu {
	    float: none;
	    text-align: center;
	    padding: 0;
	    margin-left: 0;
	}
	.footer .footer-menu .menu-item {
	    text-align: center;
	    font-size: 14px;
	}
	.footer .footer-bottom .footer-menu {
	    top: 0px !important;
	    margin-bottom: 10px;
	}
	.footer .payment-list {
	    float: none;
	    text-align: center;
	    padding: 0;
	    margin-left: 0;
	}
	.footer .payment-list li {
	    font-size: 18px !important;
	}
	.footer .payment-list li p {
	    font-size: 12px !important;
	}
	.footer .subcribe {
	    display: none;
	}
	/* features */
	.path-left {
	    display: none;
	}
	.path-right {
	    display: none;
	}
    .maping .datacenters {
        width: 14px;
        height: 14px;
    }
    /* Banner */
    .top-banner .heading {
        font-family: "Open Sans";
        font-size: 34px;
        line-height: 46px;
    }
    .domain-prices {
        display: none;
    }
    /* Domains Page */
    .suggested-domains .list-group-item .btn {
        margin: 10px 0px;
    }
}
@media (max-width: 600px) {
    div.dataTables_wrapper div.dataTables_info {
        padding: 10px 10px 70px !important;
    }
    .dataTables_wrapper {
        width: auto;
    }
}
@media (max-width: 420px) {
    .top-header .wrapper .heading {
        font-size: 26px;
    }
}


