

:root{
	--digboost-darktext:#282828;
	--digboost-darkblue:#0a3d40;
	--digboost-secondary:#07565a;
	--digboost-gold:#af8515;
	--digboost-lightblue:#8ac7db;
	--digboost-xlightblue:#add8e6;

	--digboost-nav-bg:#1a2229;
	--digboost-highlight-color:#fafc57;

}


.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

.db-btn {
	font-size: 16px;
	border-radius: 25px;
	min-width: 250px;
	max-width: 100%;
}

.db-btn-xl {
	min-width: 250px;
	max-width: 50%;
	margin-left: auto !important;
	margin-right: auto !important;
}

.db-text-highlight,
.db-text-highlight-link{
	color: var(--digboost-highlight-color) ;
}
.db-text-highlight-link:hover{
	color: var(--digboost-gold) ;
}
.db-btn-highlight{
	background-color: var(--digboost-highlight-color) ;
}
.db-btn-highlight:hover{
	background-color: var(--digboost-gold) ;
}


.nav-link:focus, .nav-link:hover {
	color: var(--digboost-highlight-color);
}
body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
}
h2 {
	margin: 0 0 20px 0;
	font-weight: 600;
	font-size: 36px;
}
h3, h4 {
	font-size: 20px;
	font-weight: 400;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 15px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #0c2562;
	font-weight: 400;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
ul, ol {
	list-style: none;
}
.container-xl{
	width: 1700px;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 3px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #0c2562;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 0;
}
.list-unstyled li {
	font-size: 17px;
	letter-spacing: -1px;
	margin-left: 10px;
	color: var(--digboost-darktext);
}




/* Navigation */
#menu {
	padding: 20px !important;
	transition: all 0.8s;
}


.on {
	background-color: #4686c6 !important;
	padding: 0 !important;

}
.navbar-nav a {
	color: #fff;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color: #0c2562 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff;
	border-color: #fff;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #0c2562;
}
.section-title {
	margin-bottom: 70px;
}
.section-title p {
	font-size: 18px;
	color: #666;
}
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: #0c2562;
	padding: 14px 20px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 17px;
	font-weight: 400;
	border-radius: 6px;
	margin-top: 20px;
	transition: all 0.3s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #5f9d07;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}


#menu {
	background-image: url('../img/header-bg.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-position: right top;	
}

/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background-image: url('../img/header-bg.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-position: right top;
}
.intro .fa {
	font-size: 94px;
	margin-bottom: 40px;
	color: #fff;
}
.intro h1 {
	color: #fff;
	font-size: clamp(60px, 6vw, 70px);
	font-weight: 800;
	letter-spacing: -2px;
	line-height: 1;
}
.intro p {
	color: #fff;
	font-size: 26px;
	margin-top: 20px;
	line-height: 30px;
	margin-bottom: 40px;
}
header .intro-text {
	padding-top: 26vh;
	padding-bottom: 42vh;
}
.terms-text {
	padding-top: 15vh;
}

.intro-frm {
	background-color: #252d33;
	border-radius: 25px;
	border: 1px solid #3e3d3d;
	min-height: 350px;
	padding: 3rem;
}
.db-frm-header{
	color: #fff;
	font-size: 26px;
}
.intro-frm .db-input {
	background-color: rgba(0,0,0,0.2);
	color: #fff;
	min-height: 50px;
	font-size: 14px;
	border-color: #333;
}


/* About section */

#about {
	background-image: url('../img/digital-booster-faded.png');
	background-repeat: no-repeat;
	background-position: 90% -3%;
	background-size: auto;
}
#about .feature-item:hover {
  margin-top: -15px;
}
#about .feature-item {
  transition: .5s;
}



/* Services Section */
#digital-services {
	background-size: auto;
	padding: 120px 0;
	background-color: var(--digboost-highlight-color);
	background-image: url('../img/feature-bg.png');
}
#digital-services .service-media {
	margin: 10px;
}

#digital-services .service-desc {
	margin: 10px 10px 40px;
}
h1, h2, #digital-services h2 {
	font-size: clamp(40px, 5vw, 50px);
	font-family: Open Sans, sans-serif;
	letter-spacing: -2px;
	font-weight: 800;
}
h3,h4,
#digital-services h3 {
	font-size: clamp(30px, 5vw, 34px);
	font-weight: 800;
	padding: 0;
	font-family: Open Sans, sans-serif;
	letter-spacing: -2px;
}





/* Testimonials Section */
#testimonials {
	padding: 3rem;
	text-align: center;
}
#testimonials .overlay {
	padding: 80px 0;
	background: rgba(9, 15, 0, 0.82);
}
#testimonials h2 {
	color: #fff;
}
#testimonials hr {
	background: rgba(255,255,255,0.6);
}
#testimonial p {
	color: #fff;
	font-size: 28px;
	font-weight: 400;
	line-height: 32px;
}
.star-rating span {
	color: gold;
	font-size: 2.2rem;
}

/* Contact Section */
#contact {
	padding: 100px 0;
	background: var(--digboost-nav-bg);
	color: #fff;

}

#contact form {
	padding: 0;
	margin-top: 40px;
}
#contact h3 {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 600;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 20px 20px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 15px #ddd;
	box-shadow: 0 0 15px #ddd;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#contact .contact-info {
	margin-bottom: 30px;
}
#contact .contact-info hr {
	background: #ddd;
}
#contact .contact-item {
	margin: 20px 0 40px 0;
}





/* Footer Section*/
#footer {
	background: #141a20;
	padding: 10px 0 10px;
	color: #fff;
}
#footer .social {
	margin: 10px 0;
}
#footer .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#footer .social i.fa {
	font-size: 22px;
	width: 40px;
	height: 40px;
	padding: 10px;
	background: var(--digboost-highlight-color);
	color: #0c2562;
	border-radius: 50%;
	transition: all 0.3s;
}
#footer .social i.fa:hover {
	background: var(--digboost-gold);
	color: #000;
}
#footer p {
	color: #fff;
	font-size: 12px;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #0c2562;
}


.top-logo {
	display: none !important;
}
.top-logo.shown {
	max-width: 300px !important;
	display: block !important;
}
.text-start {
	text-align: start !important;
}
.min400{
	min-height: 400px;
	max-height: 400px;
	min-width: 400px;
}
.header {
	font-size: 40px !important;
	font-weight: 800 !important;
}
ul.white-list{
	color: #fff;
}



.navbar-default .navbar-toggler .icon-bar {
  background-color: #fff;
}
.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 4px;
  border-radius: 1px;
}



.btn-wide {
	min-width: 30vw;
}





@media(max-width:1700px){
	.container-xl{
		width: unset;
	}	
	.top-logo {
		display: none !important;
	}	
}


@media(max-width:991px){

	#menu {
		background-position: 50% top;
	}
	.container-xl{
		width: unset;
	}

	.top-logo {
		display: none !important;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		width: auto;
	}

	.top-logo.shown {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.intro{
		background-position: center top;

	}

	header .intro-text{
		padding-top: 19vh;
	  padding-bottom: 42vh;
	  padding-left: 1rem;
	  padding-right: 1rem;

	}
	.intro-frm {
		max-width: unset;
	}

}

@media(max-width:768px){
	
	.top-logo {
		display: none !important;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		width: auto;
	}
}

@media(max-width:400px){
	
	.top-logo {
		margin-top: -65px !important;
	}



}

.col-grid{
	display: block;
}

@media (max-width: 992px) {
	.col-grid{
		display: grid;
	}
  .col-first {
    order: 2 !important;
  }
  .col-second {
    order: 3 !important;
  }
  .col-third {
    order: 1 !important;
  }
}