@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Poppins&display=swap');
body {
	font-family: 'Open Sans', 'Poppins', sans-serif;
	color:#333333 !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', 'Poppins', serif;
	font-weight: 600;
}
.text-red {
	color: #990000;
}
.text-blue {
	color: #1c3968;
}
.text-small {
	font-size: 12px;
}
.bg-red {
	background: #990000 !important;
    color:#fff;
}
.bg-green {
	background: #264d26 !important;
}
.bg-green2 {
	background: #3e8c42 !important;
}
.bg-green3 {
	background: #65a269 !important;
}
.bg-light {
	background: #ebebeb !important;
}
.bg-light2 {
	background: #efefef !important;
}
.bg-light3 {
	background: #6e6e6e !important;
}
.bg-light4 {
	background: #333333 !important;
}
#home-header .site-logo {
	max-width:250px;
}
#hero-section{
	background: url('/wp-content/uploads/2022/12/hero-img.jpg') center center no-repeat;
    background-size: cover;
    height: 125vh;
}
#hero-section .site-logo {
	max-width:250px;
}
#hero-section-mobile .site-logo {
	max-width:150px;
}
#hero-section .hero-bg{
	background: url('/wp-content/uploads/2022/12/hero-bg.png') center center no-repeat;
    background-size: cover;
    height: 125vh;
}
#hero-section .hero-bg .hero-container{
	height:91%;
}
#hero-section .hero-bg .hero-row{
	height:100%;
}
#hero-section .hero-bg .hero-row h2{
	font-size:2.8rem;
}
.request-form .btn-primary {
	border-radius: 0px;
	background:#1c3968;
	text-transform:uppercase;
	font-size:1.5rem;
	font-weight:700;
	border:0px;
	padding:8px 90px;
}
.request-form .btn-primary:hover {
	background:#264d26;
}
.request-form .tcpa-text {
	font-size:12px;
}
.glance-row-mob .glance-subhead{
	font-size:1.4rem;
}
.glance-row .glance-row img{
	width:35px;
	height:35px;
}
.glance-row h4{
	font-size: 1.3rem !important;
}
#content-section h2, #testimonials-section h2{
	color:#1c3968;
}
#footer-section .site-logo {
	max-width:200px;
}
.btn-cta {
	background: #a31e23;
	color: #fff;
	font-family: 'Open Sans', 'Poppins', serif;
	font-weight: 600;
	border-radius:0;
}
.quotes {
	font-size: 3em;
	color: #1c3968;
}
#learn-more .btn-cta {
	font-size:14px !important;
}
.top-95 {
    top: 95%!important;
}
.social-icons a i {
	font-size:24px;
	padding: 5px 10px;
	margin: 0px 2px;
	color: #fff;
	text-decoration: none;
	background: #1c3968;
	border-radius: 50%;
	border:1px solid #1c3968;
}
.social-icons a i:hover  {
	background: #fff;
	color: #1c3968;
	border:1px solid #1c3968;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #3e8c42;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
	font-weight: 600;
}
.back-to-top:hover {
  background: #000;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

#breadcrumbs{
	list-style:none;
	overflow:hidden;
	padding:0px;
	margin:0px;
	padding:10px;
}
  
#breadcrumbs li{
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
}

#breadcrumbs li a {
	color: #000;
}
#breadcrumbs .separator{
	font-size:18px;
	font-weight:100;
	color: #000;
}

.vpnblock {
	position: absolute;
	top: 5%;
	left: 5%;
	border: 1px solid #000;
	background: rgba(255, 255, 255, .8);
	width: 90%;
	height: 100%;
  margin: 0;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vpnblock h2 {
	font-size: 1.65rem;
}

@media (max-width: 1023px) {
	.vpnblock h2 {
		font-size: 1rem;
	}
}
