
/*Template Name: Crossway - Startup Landing Page Template
Theme URL: http://themeforest.net/user/DSA79/
Description: Crossway - Startup Landing Page Template
Author: DSA79
Author URL: http://themeforest.net/user/DSA79
Version: 1.1.0
Website: www.dsathemes.com
Tags: responsive, html5 template, one page, landing, startup, business, company, corporate, creative
*/



/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */

/*   00 - General & Basic Styles   */
/*   01 - Header				   */
/*   02 - Hero      			   */
/*   03 - Social Proof        	   */
/*   04 - Plans/Pricing            */
/*   05 - Features - 2 section	   */
/*   06 - Testimonials             */
/*   07 - Call To Action           */
/*   08 - Footer		           */
/*   09 - JQueries		   		   */

/* ------------------------------------------ */
/*             COLORS
/* ------------------------------------------ */
/*

	Black:	#3B4752
	Blue:	#0094FF
	Green:	#07DD5E
	Red:	#EB2E50
	Dark:	#2A343D
	Light green: #ABD8BD

/* ------------------------------------------ */



/* ==========================================================================
   00. GENERAL & BASIC STYLES
   ========================================================================== */

/*------------------------------------------*/
/*	 Import Fonts 
/*------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap');
 
/*------------------------------------------*/
/*	 General
/*------------------------------------------*/

.parallax {
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.white {
	color: #fff !important;
}
.strikethrough {
	text-decoration: line-through !important;
}
.row.display-flex {
	display: flex;
	flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
	display: flex;
	flex-direction: column;
}
.bold {
	font-weight: 800;
}
.semibold {
	font-weight: 600;
}
html {  
	scroll-behavior: smooth;
}
.category {
	text-transform: uppercase;
	font-size: 20px !important;
	color: rgba(0, 0, 0, 0.4);
	font-weight: 600;
	margin-bottom: 0px;
	font-family: 'Montserrat', sans-serif !important;
}
#pricing_area {
	scroll-margin-top: 70px;
}

/*------------------------------------------*/
/*	 Headers
/*------------------------------------------*/

h1,h2,h3,h4,h5,h6, #pricing_area .featured h2, span.price_dollar, sup.price_cents, h1.section_title, span.monthly, span.price_symbol, sup.price_cents {
	color: #3B4752;
	font-family: 'Montserrat', sans-serif !important; 
	font-weight: 700 !important;
}
body {font-family: 'Poppins', sans-serif !important; line-height: 30px; font-size: 20px;}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0; 
	margin-bottom: 10px;
}
h3 {font-weight: 300;}
h4 {
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 20px;
}
.section-head {
	font-size: 2.25rem;
}

/*------------------------------------------*/
/*	 Link Setting
/*------------------------------------------*/

a {
	color: #0094FF !important;
	text-decoration: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
a:hover {
	color: #3B4752;
	text-decoration: none;
}
a:focus {
	color: #3B4752;
	outline: none;
	border: none;
	text-decoration: none;
} 
.two-section-link a{
	color: #0094FF !important;
}
.two-section-link a:hover{
	color: #3B4752 !important;
}

/*------------------------------------------*/
/*	 Buttons
/*------------------------------------------*/

.btn-primary {
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 1px !important;
	background-color: #0094FF;
	color: #fff !important;
	border-radius: 100px;
	border: none;
	box-shadow: 0px 0px 25px 0px rgba(0, 148, 255, 0.5);
	padding-top: 1rem!important;
    padding-bottom: 1rem!important;
	padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
	font-family: 'Montserrat', sans-serif !important; 
}	
.btn-primary:hover {
	color: #fff !important;
}
.btn-secondary {
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 1px !important;
	background-color: rgba(255,255,255,0.0) !important;
	color: #0094FF !important;
	border-radius: 12px;
	border: 2px solid #0094FF;
	padding-top: 1rem!important;
    padding-bottom: 1rem!important;
	padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
}
.btn-secondary:hover {
	border: 2px solid #3B4752 !important;
	color: #3B4752 !important;
}
input[type="submit"] {
	border: none !important;
	background: none !important;
	text-transform: uppercase;
    letter-spacing: 1px !important;
    font-weight: 600;
    color: #fff;
}
.btn-3 {
	font-weight: 500;
	font-size: 18px;
	background: #fff;
	color: #3B4752;
	border-radius: 50px;
	border: none;
	padding-top: 1rem!important;
    padding-bottom: 1rem!important;
	padding-right: 2rem!important;
    padding-left: 2rem!important;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	white-space: nowrap;
}
.btn-3:hover {
	background: #EBEBEB !important;
	padding-right: 2.5rem!important;
    padding-left: 2.5rem!important;	
}

/*------------------------------------------*/
/*	 CLEAR FLOATS
/*------------------------------------------*/

.floatleft {float: left; width: 50%;}	
.floatright {float: right; width: 50%; text-align: right;}
.clearfloat {clear: both;}


/* ==========================================================================
   01. HEADER/NAV
   ========================================================================== */
#logo {
	width: 250px !important;
}
#logo2 {
	margin-left: 5px;
	margin-top: 11px;
}
.social-proof {max-width: 330px !important;}
#header {
	background: #fff;
	width: 100%;
	color: #fff;
	padding: 15px 30px;
	border-bottom: 1px solid #94a4b2;
}
.nav-spacing {
	padding-left: 30px;
	padding-right: 30px;
}
.navbar-brand .identityiq-logo {
	max-width: 250px;
}
.navbar-brand .identityiq-icon {
	max-width: 62px !important;
}
.nav-btn-padding {
	 	padding: 10px 0px 10px 20px;
}
.nav-link-padding {
	padding-left: 20px;
}
.nav-btn-padding .btn {
	padding-top: 0.75rem !important;
	padding-bottom: 0.75rem !important;
}
.navbar-brand .identityiq-logo {
	max-width: 250px !important;
}
.navbar-brand .identityiq-icon {
	max-width: 62px !important;
}
.identityiq-icon {
	display: none;
}
.identityiq-logo-full {
	display: inline;
}
.partner-logo {
	max-height: 52px;
}
	

/* ==========================================================================
   02. HERO
   ========================================================================== */
 	
#hero h1 {
	font-weight: 700 !important;
	color: #3B4752;
	margin-bottom: 10px;
	font-size: 2.5rem;
	line-height: 1.2em !important;
	margin-top: 5px;
}
#hero h2 {
	font-weight: 600 !important;
	line-height: 1.2em;
	font-size: 1.75rem !important;
	margin-bottom: 25px;
}	
.hero_content {
	padding: 30px;
	margin: 60px 0px 35px 0px;
	background-color: rgba(255,255,255,0);
}

.hero-p-padding {
	padding-right: 100px !important;
}
#hero {
	background-image: url("../img/fingerprint-bg.svg");
	background-size: auto;
	background-repeat: no-repeat;
	background-position: top left;
}
.reslink-banner {
	background: linear-gradient(to right, rgba(255, 0, 0, 0) 0%, rgba(201, 215, 226, 0) 25%, rgba(201, 215, 226, 1) 100%);
}
.reslink-banner-hero {
	top: 86px;
}
.reslink-banner img {
	margin-right: 100px;
}
.reslink-logo-hero {
	top: 87px;
}


#rentreporting {
	background-color: #F1F4F6;
	background-image: url("../img/digital-map-4.png") !important;
	background-size: contain !important;
	background-repeat: no-repeat;
	background-position: center center !important;
}
.rentreporting-spacing {
	margin-bottom: 0px;
}
.hero-background {
	padding-top: 50px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.hero-woman {
	max-width: 500px;
	padding-bottom: auto;
}


/* ==========================================================================
   03. SOCIAL PROOF
   ========================================================================== */

.social-proof {
	max-width: 500px; width: 100%;
}
#social_proof img {
	width: 80%;
	padding: 20px;
	opacity: 0.5;
	display: block;
}
#social_proof .col-md-2 {
	width: 20% !important;
}

/* ==========================================================================
   06.5. DARK WEB SCAN
   ========================================================================== */

.dark-web-h2 {
	font-size: 1.25em !important;
	font-weight: 600;
	color: #3B4752 !important;
}
.dark-web-outline {
	position: relative;
	overflow: visible;
	background: #f1f4f6 url("../img/digital-map-new.webp");
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center center;
	padding: 55px 20px 25px 20px;
    border-radius: 20px;
}
.alert-gif {
	position: absolute;
	top: -70px;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
}
.form-control {
	border-radius: 100px;
	border: none;
	background: #ffffff;
	color: #3B4752;
}
.form-control:focus {
	border-radius: 100px;
	border: 2px solid #0094FF;
	background: #fff !important;
	box-shadow: none !important;
	color: #3B4752;
}
.form-control::placeholder {
	color: rgba(59, 71, 82, .5) !important;
}
#pricing_area #dark-web button {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	cursor: pointer !important;
}
.your-info {
	opacity: 0.5; 
	font-size: .8em; 
	line-height: 1.5em;
	color: #3B4752;
}
#databreach {
	scroll-margin-top: 100px;
}
.dark-web-btn {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important;
}


/* ==========================================================================
   04. PLANS/PRICING
   ========================================================================== */

.single-plan-width {
	width: 60%;	
}


/* --- Toggle */
.toggle p, .toggle2 p {
	font-weight: 400;
	letter-spacing: normal;
	line-height: 18px;
}
.toggle {
	align-items: center;
	display: flex;
	margin: 25px auto 10px;
	width: 350px;
	text-align: center;
}
/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}
/* Hide default HTML checkbox */		
.switch input {
  display: none;
}
/* The slider */		
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #2196F3;
	-webkit-transition: .4s;
	transition: .4s;
}		
.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}			
input:checked+.slider {
	background-color: #2196F3;
}			
input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}			
input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}			
.slider.round:before {
	border-radius: 50%;
}
/* Function */
#menu2 {
	display:none;
}			
.recommended, .pricing_header {
	border-top-left-radius: 12px !important;
	border-top-right-radius: 12px !important;
	padding-bottom: 10px !important; 
}
.recommended {
	font-size: 20px;
	background: #2196F3;
	height: 50px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	line-height: 40px;
}
.featured {
	border-radius: 12px !important;
}
.featured h2 {
    color: #3b4752;
	font-weight: 300;
	font-size: 34px;
	letter-spacing: 1px;
	margin-bottom: 0px;
}
.price_table_color {
	background-color: #F1F4F6;
}
h1.section_title {
	font-weight: 400;
	font-size: 36px;
}
p.section_p {
	font-size: 18px;
	font-weight: 400;
}
.pricing_header {
	text-align: center; padding-top: 30px; padding-bottom: 30px;
}
.pricing_middle {
   	margin-bottom: 10px !important;
}
.discount {
	margin-bottom: -20px;
	text-decoration: line-through;
	color: #EB2E50;
	background: rgba(235, 46, 80, 0.1);
	display: inline-block;
	padding: 3px 25px;
}
span.monthly {position: relative; /*margin-left: -25px;*/margin-left: 0px; font-size: 11px; font-weight: 300}
span.savings {
	font-weight: 400;
	letter-spacing: normal;
	text-transform: uppercase;	
	line-height: 18px;
}
span.price_symbol {position: relative; top: -20px; font-size: 21px; font-weight: 300}
span.price_dollar {font-size: 55px; margin-left: -3px; font-weight: 300;}
sup.price_cents {position: relative; margin-left: -12px; top: -25px; font-size: 17px; font-weight: 300;}
.plans_features {
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	padding: 10px 10px 30px 10px;
	border: none !important;
}
.plans_features ul {
	margin: 0 0 0 10%;
	padding: 0px;
	list-style-image:url("../img/new-grey-check-2.svg");
	list-style-position: outside;
}
.plans_features li {
	font-size: 24px;
	line-height: 1.25rem;
	margin-bottom: 12px;
}
.plans_features li span {
	font-size: 1rem;
}
.plans_features ul .excluded{
	list-style-image:url("../img/new-grey-x.svg");
}
.plans_features li.excluded {
	text-decoration: line-through; 
	opacity: 0.3;
	font-size: 20px;
}
			
/* --- Additional Features Modal */
#modal-features ul {
	margin: 0 0 0 10%;
	padding: 0px;
	list-style-image:url("../img/new-grey-check-2.svg");
	list-style-position: outside;
}
#modal-features li {
	font-size: 24px;
	line-height: 1.25rem;
	margin-bottom: 12px;
}
#modal-features li span {
	font-size: 1rem;
}
#modal-features ul .excluded{
	list-style-image:url("../img/new-grey-x.svg");
}
#modal-features li.excluded {
	text-decoration: line-through; 
	opacity: 0.3;
	font-size: 22px;
}
#modal-features {
	padding-top: 90px;
	padding-bottom: 90px;
	background-color: #fff;
}
button.close {
	padding: 0;
   	background-color: transparent;
   	border: 0;
}
.close {
	float: right;
   	font-size: 1.5rem;
   	font-weight: 700;
   	line-height: 1;
   	color: #3B4752;
   	text-shadow: 0 1px 0 #fff;
   	opacity: .5;
}
.modal-footer {
	border-top: none !important;
}
.modal-header {
	border-bottom: none !important;
}
.modal-content {
	border-radius: 20px;
}
.modal button {
	color: #4F4F4F !important;
	padding-top: 0.75rem !important;
	padding-bottom: 0.75rem !important;
}
#modal-features ul {
	margin: 0 0 0 3%;
}
.modal .btn-secondary {
	border: 2px solid #4F4F4F !important;
}
.modal .btn-secondary:hover {
	border: 2px solid #0072c5 !important;
}

/* ==========================================================================
   05. FEATURES - 2 SECTION
   ========================================================================== */
 
#features {
	padding-top: 90px;
	padding-bottom: 90px;
	background-color: #fff;
}
.svg-shadow {
	filter:drop-shadow(0px 0px 10px rgba(0,0,0,0.10));
}

 
/* ==========================================================================
   06. TESTIMONIALS
   ========================================================================== */
 
.testimonial-img {
	border-radius: 100%;
	box-shadow: 5px 5px 20px 0px rgba(59, 71, 82, 0.2);
	float: right;
}
.testimonial-box {
	width: 90%;
	border-radius: 40px 60px 40px 40px;
	background-color: rgba(148, 164, 178, .15);
	height: 90%;
}


/* ==========================================================================
   07. CALL TO ACTION
   ========================================================================== */

#call-to-action {
	padding-top: 150px;
	padding-bottom: 100px;
	margin-top: 30px;
	background-image: url('../img/faces-cta.webp') !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.cta-title h2 {
	font-weight: 600 !important;
	color: #fff !important;
	margin-top: 0;
	margin-bottom: 5px;
}


   
/* ==========================================================================
   08. FOOTER
   ========================================================================== */
#footer {
	background-color: #fff;
	padding: 40px 0 40px;
}   
.copyright {
	text-align: center;
	color: #3b4752;
	font-size: 14px;
	line-height: 24px
}



/* ==========================================================================
   09. OWL SETTINGS
   ========================================================================== */
			.owl-item .owl-testimonial-img {
				width: 40% !important;
				margin-top: -7px;
			}
			.owl-testimonial .owl-item {
				padding-right: 20px;
			}
			.owl-item .testimonial-box img {
				width: 50% !important;
			}
			.owl-testimonial-1 .owl-item, .owl-testimonial-2 .owl-item, .owl-testimonial-3 .owl-item {
				height: 100%;
			}
			.owl-carousel-prices .owl-prev {
				left: -5px;
			}
			.owl-carousel-prices .owl-next {
				right: -5px;
			}
			.owl-carousel-prices-2plan .owl-prev {
				left: -5px;
			}
			.owl-carousel-prices-2plan .owl-next {
				right: -5px;
			}
			.owl-carousel-prices-2 .owl-prev {
				left: -5px;
			}
			.owl-carousel-prices-2 .owl-next {
				right: -5px;
			}
			.owl-prev {
				left: -35px;
				position: absolute;
				top: 40%;
				opacity: 0.5;
				transform: rotate(0.5turn);
			}
			.owl-next {
				right: -35px;
				position: absolute;
				top: 40%;
				opacity: 0.5;
			}
			.owl-prev span, .owl-next span {
				font-size: 60px;
				color: #3B4752;
			}
			.owl-prev:hover, .owl-next:hover {
				background: transparent !important;
				opacity: 1;
			}
			.owl-prev span:hover, .owl-next span:hover {
				color: #0094FF !important;
			}
			.owl-theme, .owl-nav[class*="owl-"]:hover {
				background: transparent;
			}
			.owl-carousel-features .owl-prev, .owl-carousel-features .owl-next {
				position: absolute;
				top: 20%;
			}
			.owl-carousel-prices .owl-stage-outer {
				padding-top: 55px;
			}
			.owl-carousel-prices-2 .owl-stage-outer {
				padding-top: 55px;
			}
			.owl-carousel-prices-2plan .owl-stage-outer {
				padding-top: 55px;
			}
/*
			.owl-carousel-prices .owl-stage-outer .owl-item {
 				position:relative;
 				-webkit-transform:translate3d(0,0,0);
				transform:translate3d(0,0,0);
 				direction: ltr !important;
			}
			.owl-carousel-prices .owl-stage-outer .owl-nav {
 				direction: ltr !important;
			}
			.owl-carousel-prices-2 .owl-stage-outer .owl-item {
 				position:relative;
 				-webkit-transform:translate3d(0,0,0);
				transform:translate3d(0,0,0);
 				direction: ltr !important;
			}
			.owl-carousel-prices-2 .owl-stage-outer .owl-nav {
 				direction: ltr !important;
			}
			.owl-carousel-prices-2plan .owl-stage-outer .owl-item {
 				position:relative;
 				-webkit-transform:translate3d(0,0,0);
				transform:translate3d(0,0,0);
 				direction: ltr !important;
			}
			.owl-carousel-prices-2plan .owl-stage-outer .owl-nav {
 				direction: ltr !important;
			}
*/


/* ==========================================================================
   12. JQUERIES
   ========================================================================== */

/* DESKTOP (AND LARGER) */
	@media (min-width: 1200px) {
		.container{
			max-width: 1140px !important;
		}
		#header .container, #hero .container {
			max-width: 1200px !important;
		}
		#pricing_area .container {
			max-width: 1400px !important;
		}
		#navbar .container {
			max-width: 1210px !important;
		}
		.small-icon {
			width: 20% !important;
		}
		.pmc-ppl {
			max-width: 1000px;
			left: -345px;
		}
	}

	@media (max-width: 1200px) {
		.small-icon {
			width: 20% !important;
		}
		.pmc-ppl {
			max-width: 1000px;
			left: -345px;
		}
	}

	@media (max-width: 1274px) {
		.nav-spacing {
			padding-left: 10px;
			padding-right: 10px;
		}
	}
	@media (max-width: 1190px) {
		.pmc-ppl {
			max-width: 925px;
			margin-left: 0px;
			left: -345px;
		}
	}
			
/* TABLET */
	@media (min-width: 992px) {}
	@media (max-width: 991px) {
		#hero h1 {
			font-size: 40px !important;
			line-height: 1em !important;
		}
		.hero_content {
			margin: 60px 0px 0px 0px;
		}
		.modal-lg, .modal-xl {
			max-width: 1200px !important;
		}
		.small-icon {
			width: 15% !important;
		}
		.testimonial-img {
			width: 20% !important;
		}
		.stars {
			width: 30% !important;
		}
		.reslink-banner-hero {
			top: 77px;
		}
		.nav-btn-padding {
	 	 	padding: 10px 0px;
		}
		.nav-link-padding {
			padding-left: 0px;
		}
		.pmc-ppl {
			max-width: 850px;
			margin-left: -100px;
			left: -235px;
			width: 100%;
		}
		.owl-item .owl-testimonial-img {
			width: 25% !important;
			margin-top: -7px;
		}
		.owl-testimonial .owl-item {
			padding-right: 20px;
			padding-top: 20px;
			padding-left: 20px;
		}
		.owl-item .testimonial-box img {
			width: 40% !important;
		}
		.identityiq-icon {
			display: none;
		}
		.identityiq-logo-full {
			display: inline;
		}
		.reslink-logo-hero {
			top: 80px;
		}
	}
	
/* MOBILE */
	@media (min-width: 768px) {
		.container{
			max-width: 100%;
		}
	}								
	@media only screen and (max-width: 767px){
		.logo_center {
			display: block;
			margin-left: auto;
			margin-right: auto;
		}
		.hero_content {
			padding: 15px 15px 0px !important;
			margin: 0px !important;
		}
		#hero {
			background-image: url("../img/fingerprint-bg.svg");
			background-size: 100%;
			background-repeat: no-repeat;
			background-position: top left;
		}
		.hero-woman {
			padding-bottom: 50px;
		}
		.section-head {
			font-size: 1.75rem;
		}
		#hero h1 {
			font-size: 1.75em !important;
		}
		#hero h2 {font-size: 1.5em;}
		.hero-background {
			padding-top: 70px !important;
			padding-left: 0px !important;
			padding-right: 0px !important;
		}
		.hero-p-padding {
			padding-right: 0.5rem !important;
		}
		.reslink-banner-hero {
			top: 68px;
		}
		.reslink-banner img {
			margin-right: 10px;
		}
		.reslink-logo-hero {
			top: 77px;
		}
		#social_proof .col-md-2 {
			width: 25% !important;
			float: left !important;
		}
		.toggle {
			margin: 10px auto 0px !important;
		}
		.featured {border-radius: 12px;}
		.primary {margin-top: 0px !important;}
		.testimonial-img {
			width: 30% !important;
		}
		.stars {
			width: 40% !important;
		}
		#two-section-1a { order: 2;}
		#two-section-1b { order: 1;}
		#two-section-2a { order: 2;}
		#two-section-2b { order: 1;}
		#two-section-3a { order: 2;}
		#two-section-3b { order: 1;}
		.two-section {
			padding: 50px 0px 20px !important;
		}
		#call-to-action {
			padding-top: 40px;
			padding-bottom: 0px;
			margin-top: 30px;
			background-color: #0f1014;
			background-image: url('../img/faces-cta.webp') !important;
			background-repeat: no-repeat;
			background-size: cover !important;
			background-position: center center;
			background-attachment: scroll !important;
		}
		.small-icon {
			width: 10% !important;
		}
		#features-icons {
			padding: 80px 0px 40px !important;
		}
		.vertical-center {
  			margin: 0;
  			position: static;
  			top: 0;
  			-ms-transform: none;
 		 	transform: none;
		}
		#logo {
			max-width: 300px !important;
			width: 40% !important;
			padding-right: 0px !important;
			margin-top: 0px !important;
		}
		#logo2 {
			height: auto !important;
			width: 30%;
			margin-left: 0px !important;
			margin-top: 1px;
		}
		.identityiq-icon {
			display: inline;
		}
		.identityiq-logo-full {
			display: none;
		}
		.navbar-brand .identityiq-logo {
			max-width: 200px !important;
		}
		.navbar-brand .identityiq-icon {
			max-width: 62px !important;
		}
		.rentreporting-spacing {
			margin-bottom: 425px;
		}
		.single-plan-width {
			width: 80%;
		}
		.pmc-ppl {
			max-width: 900px;
			margin-left: 0px;
			left: -105px;
			width: 120%;
		}
		#modal-features ul {
			margin: 0 0 0 5%;
		}
		.owl-item .owl-testimonial-img {
			width: 35% !important;
			margin-right: 0px;
		}	
		.dark-web-outline {
    background-size: cover !important;
}
		.nav-container {
			justify-content: center !important;
		}
	}

/* SMALL MOBILE */
	@media (min-width: 576px) {
		.container {
			max-width: 100%;
			padding: 0px 20px;
		}
	}
	@media (max-width: 576px) {
		.modal-dialog {
			max-width: 800px;
		}
		.small-icon {
			width: 15% !important;
		}
		.rentreporting-spacing {
			margin-bottom: 310px;
		}
		.pmc-ppl {
			max-width: 900px;
			margin-left: 0px;
			left: -105px;
			width: 135%;
		}
		
	}
/* X-SMALL MOBILE */					
	@media only screen and (max-width: 470px){
		.testimonial-img {
			width: 40% !important;
		}
		#header {
			padding: 15px 15px;
		}
		#logo {
			width: 53% !important;
			padding-right: 0px !important;
			margin-top: 0px !important;
		}
		#logo2 {
			height: auto !important;
			width: 43%;
			margin-left: 0px !important;
			margin-top: 1px;
		}
		.stars {
			width: 60% !important;
		}
		.small-icon {
			width: 25% !important;
		}
		.rentreporting-spacing {
			margin-bottom: 275px;
		}
		.owl-item .testimonial-box img {
			width: 50% !important;
		}
		.owl-item .owl-testimonial-img {
			width: 35% !important;
			margin-right: 0px;
		}
	}



			
