/**
 * Variables declared here can be overridden by consuming applications, with
 * the help of the `!default` flag.
 *
 * @example
 *     // overriding $hoverColor
 *     $hoverColor: rgba(red, 0.05);
 *
 *     // overriding image path
 *     $flagsImagePath: "images/";
 *
 *     // import the scss file after the overrides
 *     @import "bower_component/intl-tel-input/src/css/intlTelInput";
 */
@import "variables.css";

.elncontainer {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 0.5rem 1rem;
	background: linear-gradient(270deg, #1939b7 30%, #091a7a 70%);
}
.elncontainer .elnlogo {
	display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.elncontainer .elnnav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.elnnav {
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.elncontainer .elnnav ul {
	list-style: none;
	padding: 0;
}
.elncontainer .elnnav > ul {
	display: flex;
	align-items: center;
	margin-bottom: 1px;
}
.elncontainer .elnnav > ul li {
	position: relative;
	z-index: 10;
}
.elncontainer .elnnav > ul li a {
	display: block;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 15px;
	text-decoration: none;
	transition: all .3s ease;
	border-radius: 5px 25px;
}
.elncontainer .elnnav li a:hover {
	background: #ffffff;
	color: #083c96;
}
.elncontainer .elnnav i1, i2 {
	padding-left: 7px;
}

/*====SUB MENU=====*/
.elncontainer .elnnav li ul {
	position: absolute;
	border-top: 2px solid transparent;
	display: none;
}
.elncontainer .elnnav li > ul li a {
	padding: 10px 20px;
	text-transform: none;
	border-bottom: 2px solid #0947b3;
	font-size: 15px;
	white-space:nowrap;
	background: #083c96;
}
.elncontainer .elnnav li:hover > ul {
	display: block;
}
.elncontainer .elnnav label.toggleMenu {
	color: #ffffff;
	font-size: large;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
	display: none;
}
.elncontainer .elnnav input[type="checkbox"],
.elncontainer .elnnav label.toggleSubmenu {
	display: none;
}

/*====Mobile=====*/
@media (max-width: 991px) {
	.elncontainer .elnnav{
		overflow: hidden;
		/*background: #083c96;*/
		max-width: 750px;
	}
	.elncontainer .elnnav ul {
		display: none;
		max-height: 0;
		width: 100%;		
	}
	.elncontainer .elnnav ul li ul li a {
		padding-left: 30px;
	}
	.elncontainer .elnnav label.toggleMenu {
		display: block;
		float: right;
		padding-top: 10px;
	}
	.elncontainer .elnnav input[type="checkbox"]:checked ~ ul {
		display: block;
		position: relative;
		max-height: 5000px;
		transition: max-height 2s ease;
	}
	.elncontainer .elnnav label.toggleSubmenu {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		display: block;
		cursor: pointer;
	}
	.elncontainer .elnnav > ul > li {
		margin: 0 !important;
	}
	.elncontainer .elnnav input[type="checkbox"]:hover ~ a {
		background: #ffffff;
		color: #083c96;
	}
	.elncontainer .elnnav input[type="checkbox"]:checked ~ a {
		background: #ffffff;
		color: #083c96;
	}
	.elncontainer .elnnav i1 {
		float: right;
		padding-top: 5px;
	}
	.elncontainer .elnnav li:hover > ul {
		display: none;
	}
}
@media (min-width: 992px) {
	.elncontainer .elnnav{
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.elncontainer .elnnav{
		width: 1140px;
	}
}

/*====Custom Menu CSS=====*/
.drpdwn-divider {
    margin: 0.3rem;
}

/*====Custom Breadcrumb CSS=====*/
.eln-page-header-info p {
	color: #d1dcfe;
}
.eln-page-header {
	position: relative;
	display: block;
	background: linear-gradient(270deg, #1939b7 30%, #091a7a 70%);
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}
.eln-breadcrumb {
	position: absolute;
	right: 15px;
	bottom: -49px;
	background: var(--white);
	border-radius: 4px 4px 0 0;
}
.eln-breadcrumb ol {
	padding: 0.5rem 1.5rem;
	background: transparent;
	margin-bottom: 0;
	position: relative;
}
.eln-breadcrumb ol li a {
	font-family: var(--font-family-monospace);
}
.eln-triangle-right {
	width: 0;
	height: 0;
	border-top: none;
	border-bottom: 34px solid var(--white);
	border-left: 60px solid transparent;
	position: absolute;
	left: -59px;
	bottom: 0;
}
.eln-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	content: '\f101';
	font-family: "Font Awesome 6 Pro";
}
@media (min-width: 320px) and (max-width: 768px){
 .eln-breadcrumb {
    display: none;
 }
}
section#main-body {
  padding: 40px 0 20px 0;
  background: linear-gradient(90deg, #dcedf7 45%, #009bd1 70%, #091a7a 100%);
}

/*====Custom CSS=====*/
.eln-page-header h1 {
	font-weight: 600;
	font-family: var(--font-family-humanist);
	font-size: 26px;
}
footer.footer .copyright {
    margin: 0;
    font-size: 1rem;
    text-align: center;
}
footer.footer .nav-link-title {
    color: #ffffff;
	display: block;
    padding: 0.5rem 1rem;
	text-decoration: none;
}
footer.footer {
	background: linear-gradient(270deg, #1939b7 30%, #091a7a 70%);
	font-size: 1rem;
}
footer.footer .nav-link:hover {
    color: #a9a9a9;
}
header.header .navbar .navbar-nav .nav-link img {
	vertical-align: baseline;
}
header.header .navbar .navbar-nav .dropdown-item img {
	vertical-align: baseline;
}
header.header .toolbar .nav-link:hover {
	color: #ffffff;
}
header.header .toolbar .nav-link:focus {
	color: #e5e5e5;
}
header.header .navbar a {
	color: #ffffff;
    font-weight: 500;
}
header.header .navbar .dropdown-item {
	color: #000;
}
header.header .navbar-nav .dropdown-item:hover {
	color: #ffffff;
	background-color: #404040;
}
header.header .dropdown-item.active, header.header .dropdown-item:active {
	color: #ffffff;
	background-color: #369;
}
header.header {
	background: linear-gradient(270deg, #505050 30%, #303030 70%);
}
.sidebar .card-header {
	background-color: #058;
	color: #fff;
}
.breadcrumb-item.active {
    font-weight: 600;
}
.sidebar .list-group-item.active, .sidebar .list-group-item.active:focus, .sidebar .list-group-item.active:hover {
	background-color: #369;
	border-color: #369;
	color: #fff;
}
.list-group-item:hover {
	background-color: #369;
	border-color: #369;
	color: #fff;
}
.cart-sidebar .card-header {
	background-color: #369;
	color: #fff;
}
#order-standard_cart .view-cart-tabs .nav-tabs a {
	background-color: #058 !important;
	color: #fff;
}
#order-standard_cart .products .product header {
	background: #369 !important;
}
#order-standard_cart .products .product header span {
	color: #fff !important;
	font-weight: 600;
}
#order-standard_cart .order-summary {
	background-color: #058 !important;
}
#order-standard_cart label {
	font-weight: 500 !important;
	color: #000 !important;
}
.client-home-cards .card-header {
	background-color: #fffaf0;
}
#order-standard_cart .products .product div.product-desc {
	font-size: .9em !important;
    font-weight: 500;
}
.sidebar .list-group {
	font-size: 1em;
	font-weight: 600;
}
#order-standard_cart .products .product footer {
	font-size: 1em !important;
}
#order-standard_cart .products .product footer a {
	font-weight: 500;
    font-size: 14px;
}
.home-domain-search .input-group-wrapper .advanced-input .input-group-append {
    top: 10px;
}
.home-domain-search .input-group-wrapper .advanced-input textarea {
    height: 52px;
}
@media (max-width: 768px) {
  .home-domain-search .input-group-wrapper .advanced-input textarea {
    height: 132px;
  }
}
.home-domain-search .tld-logos {
	font-size: initial;
    color: #000000;
    font-weight: 500;
}
@media (max-width: 768px) {
  .home-domain-search .tld-logos {
	font-size: inherit;
    display: flex;
	padding-top: 10px;
  }
}
.home-domain-search .tld-logos img {
    height: 25px;
}
.home-domain-search .tld-logos li {
    padding: 0 20px 0 0;
}

/*====ElnStyle CSS=====*/
.eln-bg-gradient {
	background: linear-gradient(270deg, #1939b7 30%, #091a7a 70%);
}
.eln-ptb-20 {
	padding: 20px 0 !important;
}
.eln-ptb-40 {
	padding: 40px 0 !important;
}
.eln-ptb-60 {
	padding: 60px 0 !important;
}
.eln-hero {
	padding-left: 10px;
}
.eln-hero h1 {
	font-size: 2.7rem;
	font-weight: 700;
}
.eln-img-fluid {
    max-width: 100%;
    height: auto;
}
.eln-hero-btns {
	margin-top: 2rem;
}
.eln-lead {
	font-size: 1.25rem;
	font-weight: 400;
}
.eln-headline {
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 30px;
	padding: 0 15px 0 0;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-size: 14px;
}
.eln-headline i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #4d8afe;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: .5s;
}
@-webkit-keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
@keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
@media (max-width: 768px) {
  .eln-headline {
    font-size: 13px;
  }
}
.rounded-circle {
    border-radius: 50% !important;
}
.btn-brand-orange {
    background-color: #f67a3c;
    border-color: #f67a3c;
    color: #fff;
	font-size: 17px;
    font-weight: 500;
}
.btn-brand-orange:hover, .btn-brand-orange:focus {
    background-color: #f4590b;
    border-color: #f4590b;
    color: #fff;
}
.btn-outline-orange {
    color: #f67a3c;
    border-color: #f67a3c;
	font-size: 17px;
    font-weight: 500;
}
.btn-outline-orange:hover, .btn-outline-orange:focus {
    background-color: #f4590b;
    border-color: #f4590b;
    color: #fff;
}
form#frmDomainHomepage div.home-domain-search {
	background: url("/templates/eln-twenty-one/img/domain-home.svg") center / cover no-repeat;
}
@media (max-width: 768px) {
  form#frmDomainHomepage div.home-domain-search {
	background: url("/templates/eln-twenty-one/img/domain-home-m.svg") center / cover no-repeat;
  }
}
section#pricingSection {
	background: linear-gradient(90deg, #dcedf7 45%, #009bd1 70%, #091a7a 100%);
}
@media (max-width: 768px) {
  section#pricingSection {
	background: linear-gradient(90deg, #dcedf7 42%, #009bd1 81%, #091a7a 100%);
  }
  section#main-body {
	background: linear-gradient(90deg, #dcedf7 42%, #009bd1 81%, #091a7a 100%);
  }
}
.eln-price-single {
	position: relative;
	display: block;
	transition: all 0.3s ease-in-out;
}
.eln-price-single:hover {
	box-shadow: 0 20px 40px -4px rgba(120, 120, 120, 0.16);
}
.eln-rounded {
	border-radius: 1rem !important;
}
.eln-price-single .pricing-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
	justify-content: center;
	height: 64px;
	width: 64px;
	line-height: 64px;
	margin: 0 auto 15px;
}
.eln-price-single .package-title {
	font-weight: 600;
}
.eln-price-single .pricing-price {
	position: relative;
}
.eln-price-single .pricing-price:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	content: "";
	height: 2px;
	width: 135px;
	margin: auto;
	background: #0948b3;
}
.eln-price-single .elndesc {
	font-weight: 600;
    white-space: break-spaces;
    text-align: left;
    padding: 10px 0 0 10px;
    font-size: 15px;
	color: #696969;
    line-height: 25px;
}
.eln-price-single .eln-price-wrap .btn {
	font-weight: 600 !important;
}
