/* GLOBAL STYLES
-------------------------------------------------- */


*{
  transition: all 0.3s;
}

html {
  scroll-behavior: smooth;
}


body {
  padding-top: 0;
  color: #5a5a5a;
  font-family: 'Montserrat', sans-serif;
}

a:link {
	color: #029fe6;
	text-decoration: none;
	transition: all .3s;
}

a:hover {
	text-decoration: none;
	color: #555e67;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1280px !important;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .0rem rgba(0,123,255,.0);
}

.blue-up {
	color: #029fe6;
	text-transform: uppercase;
}

.headerbg {
	background: url(../img/headerbg.jpg) top center no-repeat;
	background-size: cover;
}

.tophead {
	padding: 1rem;
	border-bottom: 4px #029fe6 solid;
	background: rgba(0, 0, 0, 0.5);
}

.tophead h1 {
	font-size: 42px;
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
	color: #FFF;
}

.tophead h2 {
	font-size: 28px;
	font-weight: 400;
	line-height: 1em;
	text-transform: uppercase;
	color: #FFF;
}

.header-left h2 {
	font-size: 58px;
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
	color: #FFF;
	margin: 0 0 3rem 0;
}

.header-left h3 {
	font-size: 26px;
	font-weight: 700;
	line-height: 1em;
	color: #FFF;
}

.header-left p {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4em;
	color: #FFF;
}

.cta-phone a {
	color: #FFF !important;
}

.price-box {
	border-top: 4px #FFFFFF solid;
	border-bottom: 4px #FFFFFF solid;
}

.price-box h3 {
	font-size: 96px;
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
	color: #029fe6;
}

.price-box p {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4em;
	color: #FFF;
}

.header-right {
	padding: 0 0 0 4rem;
}

.form-head {
	background: #029fe6;
	padding: 24px 1rem 18px 1rem;
	border-bottom: #FFF 4px solid;
	border-radius: 8px 8px 0 0;
}

.form-head h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
	color: #FFF;
}

.form-body {
	background: #e8e8e8;
	padding: 3rem;
	border-radius: 0 0 8px 8px;
}

.form-control {
	padding: 2rem 1.5rem;
	font-size: 18px;
}

.input-group-text {
	color: #FFF;
	background: #8c8c8c;
	padding: 0 1rem;
}

.btn-submit {
	width: 100%;
	font-size: 24px;
	font-weight: 700;
	padding: 1rem;
	background-color: #029fe6;
}

.mid-section {
	background: #e8e8e8;
}

.text-title-mid {
	background: #767676;
	max-width: 404px;
	margin: auto;
}

.text-title-mid:hover {
	background: #029fe6;
}

.text-title-mid h3 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
	color: #FFF;
}

.domain-list p {
	font-size: 32px;
	font-weight: 700;
	line-height: 1em;
	color: #888888;
	padding-bottom: 3rem;
}


footer {
	background: #f1f1f1;
}

#mail-message {
	font-size: 18px;
	font-weight: 700;
	color: #029fe6;
}

.loader {
	margin-top: 12px;
}






/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 1024px) {

.header-right {
    padding: 0 2rem 0 2rem;
}

}





@media (min-width: 768px) {
	


}


@media only screen and (max-width: 420px) {

.tophead h1 {
    font-size: 20px;
}

.tophead h2 {
    font-size: 16px;
}


.form-body {
    padding: 2rem 1rem;
}

.domain-list p {
	font-size: 20px;
	padding-bottom: 1rem;
}

}
