/*
Theme Name :'VPN';
Theme Author :'Teqnite FED-BS';
Theme URI :'www.demo.com';
*/


/* Font Family */

@font-face{
	font-family: Lato;
	src:url(../fonts/Lato-Light.ttf);
	font-weight: 300;
}
@font-face{
    font-family: Lato;
    src:url(../fonts/Lato-Regular.ttf);
    font-weight: 400;
}
@font-face{
    font-family: Lato;
    src:url(../fonts/Lato-Bold.ttf);
    font-weight: 700;
}
@font-face{
    font-family: Lato;
    src:url(../fonts/Lato-Black.ttf);
    font-weight: 900;
}


/* Font Family */

body{
	margin: 0;
	padding: 0;
	font-family: Lato;
}

h1, h2, h3{
	color: #ec2028;
	display: block;
	font-family: Lato;
	font-weight: 900;
}
a{
	text-decoration: none !important;
	display: block;

}
section {
    padding: 20px 0;
    display: inline-block;
    width: 100%;
    margin-bottom: -5px;
}
/*MAIN BEGINS*/

section.site-banner {
    display: inline-block;
    background: url(../imgs/banner.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 70px;
}

section.vpn-topbar {
    padding: 10px;
    background: #ec2028;
    color: #fff;
}
section.vpn-header {
    padding: 0;
}
.vpn-logo {
    margin-top: 15px;
}
.vpn-navcontent nav.navbar.navbar-default {
    background: transparent;
    border: none;
    margin-bottom: 0;
}
.vpn-navcontent nav.navbar.navbar-default ul.nav.navbar-nav li a {
    font-weight: 400;
    font-size: 18px;
    transition: 0.5s;
    padding: 40px 15px 20px;
    border-bottom: 4px solid transparent;
}
.vpn-navcontent nav.navbar.navbar-default ul.nav.navbar-nav li a:hover {
    color: #ec2028;
    border-color: #ec2028;
}
.banner-content {
    padding: 30px 0px;
    color: #fff;
    font-size: 18px;
    margin-top: 5%;
}
.banner-countdown p {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
    margin-top: 30px;
}
.banner-countdown ul li {
    font-size: 16px;
    padding: 0 15px;
    color: #fff;
    font-weight: 700;
}

.banner-content h1 {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    font-size: 50px;
    color: #fff
}
.banner-content h1 span{
	color: #fff;
}
.vpn-button {
    display: block;
    background: #ec2028;
    width: 230px;
    margin: 20px 0 30px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 20px;
    text-align: center;
}
.vpn-button:hover{
	color: #fff;
}

/*client-area*/
.client-area{
	background: #f8f8f8;
}
.client-area ul {
    margin-bottom: 0;
}


/*SECTION *WHAT WE OFFER*/
section.offer-main {
    background: url(../imgs/sec-banner.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 60px;
}


h2 span{
	color: #676767;
}

.offer-box {
    padding: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 15px;
    border: 10px solid transparent;
}
.offer-box:hover {
	border-color: #f4f4f4;
	cursor: pointer;
}

.offer-box h4 {
    color: #ec2028;
    font-weight: 700;
    margin-top: 30px;
}
.offer-box p {
    color: #696969;
    font-size: 16px;
}
.offer-content h2 {
    font-size: 40px;
    margin-bottom: 25px;
    margin-top: 10%;
}
.offer-content p {
    color: #696969;
    font-size: 18px;
    line-height: 30px;
}
.offer-content a {
    margin-left: 0;
    width: auto;
    display: inline-block;
}


/*PROTECT SECTION*/
section.protect {
    background: url(../imgs/third-banner.jpg);
    background-size: cover;
    background-position: center center;
}
section.protect h2, section.protect p{
	color: #fff
}
section.protect a{
	color: #ec2028;
	background: #fff;
}
section.protect a:hover{
	color: #ec2028;
	background: #fff;
}
section.protect ul li{
	color: #fff;
}
section.protect ul li a {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 6px;
    transition: 0.5s;
    border-radius: 30px;
    line-height: 2px;
    font-size: 18px;
}
.main-cart .badge {
    float: right;
}

/*REVIEWS AREA*/
section.reviews{
	background: url(../imgs/reviews-banner.jpg);
    background-size: cover;
    background-position: center center;
}
.review-video {
    margin-top: 40px;
}
.review-video p{
    margin-top: 10px;
}
.talk-about {
    padding-top: 30px;
}
.talk-about ul li a {
    width: 170px;
    text-align: center;
    margin-top: 30px;
    display: inline-block;
    border: 1px solid #cdcdcd;
}
section.get-app, section.get-app h2 {
    background: #ec2028;
    color: #fff;
}
section.get-app a {
    display: inline-block;
    width: 170px;
    margin-left: 5px;
    margin-top: 25px;
}

/* SECTION : PRICING PLAN */
.pricing{
	background: url(../imgs/plan-pricing.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 40px 0 10px;

}

.plan-box {
    padding: 20px;
    box-shadow: 0px 0px 20px 0px #cdcdcd;
    margin-bottom: 30px;
    background: #fff;
    position: relative;
}
.plan-box .highlighted {
    position: absolute;
    top: -15px;
    background: #ec2028;
    display: block;
    left: 25%;
    padding: 5px 20px;
    right: auto;
    width: 130px;
    margin: 0 auto;
    color: #fff;
    font-weight: 700;
    border-radius: 30px;
}
.plan-title{
	margin-top: 20px;
}
.plan-title p {
    margin: 0;
    font-size: 16px;
    color: #535353;
    font-weight: 700;
}
.plan-title h2 {
    margin: 5px 0 0;
    font-size: 40px;
}
.plan-box hr.plan-line {
    margin: 10px auto;
    width: 60%;
    border-color: #b4b4b4;
}
.savenfree h4, .savenfree h3 {
    margin: 0px 0 5px;
}
.savenfree a {
    display: block;
    padding: 5px 10px;
    width: 150px;
    margin: 10px auto;
    border: 1px solid #b4b4b4;
    border-radius: 30px;
    font-size: 16px;
    color: #676767;
    font-weight: 700;
}
.savenfree p {
    font-weight: 400;
    font-size: 12px;
}
.savenfree p span{
	color: #ec2028;
}
.pricing-title {
    margin: 10px 0 40px;
    text-align: center;
}
.plan-box.exclusive-deal a {
    background: #fffcfc;
    border-color: #ec2028;
}
.plan-box.exclusive-deal .savenfree h4{
	color: #ec2028
}



/*FOOTER BEGINS*/
footer.site-footer{
    background: #1e2229;
}
.widget-footer {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.widget-footer h4.widget-title {
    text-transform: uppercase;
    letter-spacing: 0.9px;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 15px;
    font-weight: 700;
    color: #fff;
}
footer.site-footer ul {
    background: #1e2229;
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    color: #fff;
}
ul.widget-list li a {
    color: #bfbfbf;
    padding: 5px 0px;
}
.margin-zero {
    margin: 0;
}
.widget-footer select {
    width: 100%;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 30px;
    background: #2c3038;
    color: #fff;
    border-color: #cdcdcd;
    margin-top: 30px;
    margin-bottom: 15px;
}
.widget-footer ul.social li a {
    font-size: 18px;
    background: #2c3038;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    padding: 5px 10px;
    width: 37px;
}
footer.site-footer p {
    color: #cdcdcd;
}

/*ABOUT US PAGE*/
.page-title-inner {
    background: url(../imgs/pagetitle-bg.jpg);
    padding: 50px 0px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.title-content h2 {
    color: #fff;
    text-transform: uppercase;
}
.title-content h2 span{
	color: #ec2028;
}
.breadcrumbs-inner ul li a, .breadcrumbs-inner ul li, .breadcrumbs-inner ul {
    color: #fff !important;
}
.about-us h2, .about-us h3 {
    color: #535353;
}
.empty-space{
	height: 60px;
}


/*CHECK OUT PAGE*/
.checkout{
	position: relative;
}
.checkout:after {
    content: '';
    width: auto;
    height: auto;
    background: url(../imgs/pcmag-ec-ver.svg) no-repeat;
    top: 0;
    padding: 60px 32px;
    position: absolute;
    background-size: 100%;
    right: 50px;
}
.checkout svg {
    color: #21a249;
    font-size: 14px;
    margin-right: 10px;
}
.insert-margin{
	margin: 10px auto;
}
.checkout-form {
    background: url(../imgs/sec-banner.jpg);
    background-size: cover;
    background-position: top right;
}
.final-checkout {
    background: rgba(255, 255, 255, 0.7);
    padding: 30px;
}
.main-cart .list-group-item {
    display: inline-block;
    width: 100%;
}
.main-cart .item-cart {
    float: left;
    display: inline-block;
}
.main-cart .text-muted, .main-cart .text-success{
	float: right;
}
.main-cart {
    padding-top: 40px;
}
.main-cart li.list-group-item.d-flex.justify-content-between strong{
	float: right;
}
.checkout-form aside .offer-content p {
    font-size: 14px;
    margin-bottom: 0px;
}
.final-checkout button.btn {
    display: block;
    background: #ec2028;
    width: 100%;
    margin: 20px 0 30px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 20px;
    text-align: center;
}
.checkout-form input[type=checkbox], .checkout-form input[type=radio] {
    position: relative;
    top: 2px;
}
.final-checkout h4.mb-3 {
    margin-bottom: 20px;
    margin-top: 20px;
}
.widget-footer ul.social li a:hover {
    background: #ec2028;
    transition: 0.5s;
}


/* RESPONSIVE BEGINS */
@media (min-width: 426px) and (max-width: 767px){
	
	.banner-content h1{
		font-size: 18px;
	}
	.banner-content {
	    font-size: 14px;
	}
	.banner-countdown p {
	    font-size: 30px;
	}
	.banner-countdown ul li {
	    font-size: 10px;
	    padding: 0 6px;
	}
	.recommended-area img {
	    width: 50px;
	}
	.recommended-area h4{
	    font-size: 14px;
	}
	.vpn-button {
	    width: 190px;
	    margin: 10px 0 10px;
        padding: 10px;
	}
	h1, h2, h3 {
	    color: #ec2028;
	    display: block;
	    font-family: Lato;
	    font-weight: 900;
	    font-size: 26px !important;
	}
	.content p{
		font-size: 14px !Important;
	}
	.vpn-navcontent.pull-right {
	    width: 100%;
	}
	.vpn-logo {
	    margin-top: 15px;
	    width: 180px;
	    /*margin-bottom: -40px;*/
	}
	.navbar-header {
	    display: block;
	    width: 70px;
	    float: right;
	}
	.navbar-collapse {
	    width: 100%;
	    background: #fff;
	    position: absolute;
	    z-index: 999;
	    top: 18px;
	}
	button.navbar-toggle {
	    position: relative;
	    top: -40px;
	}
	section.vpn-header{
		height: 70px
	}
	.vpn-navcontent nav.navbar.navbar-default ul.nav.navbar-nav li a {
	    padding: 5px 20px;
	    border-bottom: 1px solid #dddddd;
	}
	.vpn-navcontent nav.navbar.navbar-default ul.nav.navbar-nav li:last-child a{
		border-bottom: none;
	}
	.checkout:after{
		display: none;
	}
	section, section.offer-main{
		padding: 10px 0px !Important;
	}
	.final-checkout .col-md-6 input.form-control {
	    margin-bottom: 10px;
	}
	.insert-margin {
	    margin: 0px auto;
	}
	.final-checkout button.btn {
		font-size: 14px;
	}
}

@media (min-width: 320px) and (max-width: 425px){
	section.vpn-topbar {
	    display: none;
	}
	.banner-content h1{
		font-size: 18px;
	}
	.banner-content {
	    font-size: 14px;
	}
	.banner-countdown p {
	    font-size: 30px;
	}
	.banner-countdown ul li {
	    font-size: 10px;
	    padding: 0 6px;
	}
	.recommended-area img {
	    width: 50px;
	}
	.recommended-area h4{
	    font-size: 14px;
	}
	.vpn-button {
	    width: 190px;
	    margin: 10px 0 10px;
        padding: 10px;
	}
	h1, h2, h3 {
	    color: #ec2028;
	    display: block;
	    font-family: Lato;
	    font-weight: 900;
	    font-size: 26px !important;
	}
	.content p{
		font-size: 14px !Important;
	}
	.vpn-navcontent.pull-right {
	    width: 100%;
	}
	.vpn-logo {
	    margin-top: 15px;
	    width: 180px;
	    /*margin-bottom: -40px;*/
	}
	.navbar-header {
	    display: block;
	    width: 70px;
	    float: right;
	}
	.navbar-collapse {
	    width: 100%;
	    background: #fff;
	    position: absolute;
	    z-index: 999;
	    top: 18px;
	}
	button.navbar-toggle {
	    position: relative;
	    top: -40px;
	}
	section.vpn-header{
		height: 70px
	}
	.vpn-navcontent nav.navbar.navbar-default ul.nav.navbar-nav li a {
	    padding: 5px 20px;
	    border-bottom: 1px solid #dddddd;
	}
	.vpn-navcontent nav.navbar.navbar-default ul.nav.navbar-nav li:last-child a{
		border-bottom: none;
	}
	.checkout:after{
		display: none;
	}
	section, section.offer-main{
		padding: 10px 0px !Important;
	}
	.final-checkout .col-md-6 input.form-control {
	    margin-bottom: 10px;
	}
	.insert-margin {
	    margin: 0px auto;
	}
	.final-checkout button.btn {
		font-size: 14px;
	}
}
