/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
	 Base styles: opinionated defaults
	 ========================================================================== */
	 :root {
		--theme-color1: #FF8322;
		--theme-color2: #939393;    
		--theme-color3: #FFFFFF;   
		--theme-color4: #5C5C5C;
		--theme-color4-light: #6B6B6B;
		--font-color-black: #000;
		--font-color-white: #fff;
	}
html,
button,
input,
select,
textarea {
		color: #222;
}

html {
		font-size: 1em;
		line-height: 1.4;
}
body{
	/* font-family: 'Roboto', sans-serif  */
	overflow-x: hidden;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
		background: #b3d4fc;
		text-shadow: none;
}

::selection {
		background: #b3d4fc;
		text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
		display: block;
		height: 1px;
		border: 0;
		border-top: 1px solid #ccc;
		margin: 1em 0;
		padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
		vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
		border: 0;
		margin: 0;
		padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
		resize: vertical;
}

/* ==========================================================================
	 Browse Happy prompt
	 ========================================================================== */

.browsehappy {
		margin: 0.2em 0;
		background: #ccc;
		color: #000;
		padding: 0.2em 0;
}

/* ==========================================================================
	 Author's custom styles
	 ========================================================================== */

















/* ==========================================================================
	 Helper classes
	 ========================================================================== */

/*
 * Image replacement
 */

.ir {
		background-color: transparent;
		border: 0;
		overflow: hidden;
		/* IE 6/7 fallback */
		*text-indent: -9999px;
}

.ir:before {
		content: "";
		display: block;
		width: 0;
		height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
		display: none !important;
		visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
		clip: auto;
		height: auto;
		margin: 0;
		overflow: visible;
		position: static;
		width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
		visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
		content: " "; /* 1 */
		display: table; /* 2 */
}

.clearfix:after {
		clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
		*zoom: 1;
}

/* ==========================================================================
	 EXAMPLE Media Queries for Responsive Design.
	 These examples override the primary ('mobile first') styles.
	 Modify as content requires.
	 ========================================================================== */

@media only screen and (min-width: 35em) {
		/* Style adjustments for viewports that meet the condition */
}

@media print,
			 (-o-min-device-pixel-ratio: 5/4),
			 (-webkit-min-device-pixel-ratio: 1.25),
			 (min-resolution: 120dpi) {
		/* Style adjustments for high resolution devices */
}

/* ==========================================================================
	 Print styles.
	 Inlined to avoid required HTTP connection: h5bp.com/r
	 ========================================================================== */

@media print {
		* {
				background: transparent !important;
				color: #000 !important; /* Black prints faster: h5bp.com/s */
				box-shadow: none !important;
				text-shadow: none !important;
		}

		a,
		a:visited {
				text-decoration: underline;
		}

		a[href]:after {
				content: " (" attr(href) ")";
		}

		abbr[title]:after {
				content: " (" attr(title) ")";
		}

		/*
		 * Don't show links for images, or javascript/internal links
		 */

		.ir a:after,
		a[href^="javascript:"]:after,
		a[href^="#"]:after {
				content: "";
		}

		pre,
		blockquote {
				border: 1px solid #999;
				page-break-inside: avoid;
		}

		thead {
				display: table-header-group; /* h5bp.com/t */
		}

		tr,
		img {
				page-break-inside: avoid;
		}

		img {
				max-width: 100% !important;
		}

		@page {
				margin: 0.5cm;
		}

		p,
		h2,
		h3 {
				orphans: 3;
				widows: 3;
		}

		h2,
		h3 {
				page-break-after: avoid;
		}
}

/*custom style declerations*/

.centered {width: 980px; margin: 0 auto;}

/*========BASE=========*/
#header {margin-bottom: 0px; background: #DDD;}
	#header #header-menu {margin: 0; padding: 0; list-style-type : none;}
		#header #header-menu li {display: inline-block;}
/*#js-vm-footer {
	margin-top: 40px;
}*/


#js-vm-footer .footer-container{
	background-color: #393E46;
	padding: 10px;
}
#js-vm-footer .footer-container a{
	color:#fff;
	padding-right: 10px;
	padding-left: 10px;
}
#js-vm-footer #footer-menu{
	margin: 0;
	padding: 0;
}
#js-vm-footer .footer-container li:not(:last-child) a{
	border-right: 1px solid #fff;
}
#js-vm-footer .footer-container a:hover{
text-decoration: none;
}
.copyright{
	background-color: #fff;
	clear: both;
	border-top: 1px solid #ccc;	
}
.copyright img{
	max-width: 175px;
	margin-right:20px;
}
		#js-vm-footer .container #footer-menu {margin: 0; padding: 0; list-style-type : none;}
			#js-vm-footer .container #footer-menu li {display: inline-block;}

input:focus, textarea:focus, div:focus {
	outline: none;
}
fa:focus, fa:active{
	outline: none;
	border: none;
}
.container-fluid{
	padding: 0;

}
#wholedataShare > .container-fluid > section{
	/* min-height: calc(100% - 176px); */
	min-height: 100%;
}
#footer-menu{
	list-style: none;
}
#footer-menu li{
	display: inline-block;
}
/* custom modal styling**/
.modal.fade .modal-dialog {
	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
	top: 300px;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	}
	
	.modal.fade.in .modal-dialog {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-transform: translate3d(0, -300px, 0);
		transform: translate3d(0, -300px, 0);
		opacity: 1;
	}
	.modal-content{
   	border-radius: 7px;
		border: 2px solid #A7A7A6;
	}
	.modal {
		text-align: center;
		overflow: hidden
	  }
	  
	  @media screen and (min-width: 768px) { 
		.modal:before {
		  display: inline-block;
		  vertical-align: middle;
		  content: " ";
		  height: 100%;
		}
	  }
	  .modal {
		z-index:9999;
	  }
	  
	  .modal-dialog {
		display: inline-block;
		text-align: left;
		vertical-align: middle;
	  }
/** testimonial block**/


#js-vm-header{
	background: white;
	color:#FF8322;
	margin-bottom: 0;
	border:none;
        border-bottom: 1px #e5e5e5 solid;
        border-radius: 0;
}

.carousel-item {
	height: 65vh;
	min-height: 300px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  }


/**End of testiamonial block**/
/** header */
.navigation {
  /*height: 65px;*/
  background:#FFFFFF;  
}

.brand {
	position: relative;
	float: left;
	line-height: 60px;
	text-transform: uppercase;
	font-size: 1.4em;
	padding: 2px;
	max-height: 60px;
	width: 175px;
}
.brand img{
	max-width: 100%;
}
.brand a,
.brand a:visited {
  text-decoration: none;
}
.nav-container {
  margin: 0 auto;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
	float: left;
	position: relative;
	/*line-height: 56px;*/
}
nav ul li a{
	padding-left: 3px;
	padding-right: 15px;
	/*margin-left: -5px;*/
}
nav ul li.nav-btn-items{
	margin-right: 15px
}
nav ul li.nav-btn-items a{
	/* padding:4px 40px; */
	width:70px;
}
nav ul li > div.myprofile{
 margin-right: 8px;
}
nav ul li > div.myprofile button, nav ul li > div.myprofile button:hover,nav ul li > div.myprofile button:active,nav ul li > div.myprofile button:focus{
	background: #FF8322;
	color: white;
	font-weight: bold;
 }

nav ul li a,
nav ul li a:visited {
  padding: 0px 10px;
  /*margin-right: -5px;*/
  background: #FFFFFF;
  color:#000;
	text-decoration: none !important;
	font-weight: 400;
	font-size: 15px;
}
nav ul li a:hover,
nav ul li a:visited:hover {
	color:#FF8322;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}

nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}
.dropdown-item:focus,.dropdown-item:hover {
	color:#16181b;
	text-decoration:none;
	background-color:#f8f9fa;
}
.dropdown-item.active,.dropdown-item:active {
	color:#fff;
	text-decoration:none;
	background-color:#007bff;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  right:0;
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background:#FF8322;
  height: 57px;
  width: 57px;
}

@media only screen and (max-width: 800px) {
  .nav-mobile {
    display: block ;
  }

  nav {
    width: 100%;
    padding: 70px 0 15px;
  }
  nav ul {
    display: none;
    background-color: white;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }

  .nav-dropdown {
    position: static;
  }
}
@media screen and (min-width: 800px) {
  .nav-list {
    display: block ;
  }
}
#nav-toggle {
  position: absolute;
	left: 14px;
	top: 19px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

article {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}
.btn-signup{
	background: #FF8322;
	color: #fff;
}
.nav-btn-items a.btn-signup:hover{
 color: white;
}
.myprofile ul{
	right:0;
	left:initial;
	padding:0;
}
.myprofile button,.myprofile button:hover,.myprofile button:focus{
	background: #fff;
	box-shadow: none;
	color:#6B6B6B;
	border: 1px solid #ccc;
  height: 30px;
} 
.myprofile button .fa-user{
	margin-right: 5px;
}
.myprofile button .caret
{
	margin-left: 5px;
}
.myprofile.open .dropdown-toggle{
	background: #FF8322;
	box-shadow: none;
	color: #fff;
	border: 1px solid #ccc;
}
.myprofile a{
	height:40px;
	line-height:40px !important;
}
.myprofile a:hover,.myprofile a:focus{
	background-color: #fff !important;
	color: #FF8322 !important;
}

.myprofile .fa-user-circle{
	font-size:17px;
}

.social-container{
	text-align: right;
	color:white;
	background-color: #393E46;
	padding: 6px;
}
.social-container a{
	color:white;
	font-size: 20px;
}
.signin-modal .modal-header h3{
	margin-top: 10px;
	margin-bottom: 0.5rem;
	text-align: center;
	font-size: 2rem;
	font-weight: 550;
	line-height: 1.3909091082;
	letter-spacing: 0.044rem;
	color: #6B6B6B;
	font-family: Inter, 'Source Sans Pro';
    white-space: nowrap;
    flex-shrink: 0;
    opacity:0.8
}
.signup-modal .modal-header h3{
	margin-top: 10px;
	margin-bottom: 0.5rem;
	text-align: center;
	font-size: 2rem;
	font-weight: 550;
	line-height: 1.3909091082;
	letter-spacing: 0.044rem;
	color: #6B6B6B;
	font-family: Inter, 'Source Sans Pro';
    white-space: nowrap;
    flex-shrink: 0;
    opacity:0.8
}
/* css starts for form field validation msgs */
.errorMessage{
	color: red !important;
	width: 75%;
	display: block;
	/* margin: 0 auto 5px; */
	position:relative;
}
/* css ends for form field validation msgs */
nav.navbar-findcond { background: #fff; border-color: #ccc; box-shadow: 0 0 2px 0 #ccc; }
nav.navbar-findcond a { color: #f14444; }
nav.navbar-findcond ul.navbar-nav a { color: #f14444; border-style: solid; border-width: 0 0 2px 0; border-color: #fff; }
nav.navbar-findcond ul.navbar-nav a:hover,
nav.navbar-findcond ul.navbar-nav a:visited,
nav.navbar-findcond ul.navbar-nav a:focus,
nav.navbar-findcond ul.navbar-nav a:active { background: #fff; }
nav.navbar-findcond ul.navbar-nav a:hover { border-color: #f14444; }
nav.navbar-findcond li.divider { background: #ccc; }
nav.navbar-findcond button.navbar-toggle { background: #f14444; border-radius: 2px; }
nav.navbar-findcond button.navbar-toggle:hover { background: #999; }
nav.navbar-findcond button.navbar-toggle > span.icon-bar { background: #fff; }
nav.navbar-findcond ul.dropdown-menu { border: 0; background: #fff; border-radius: 4px; margin: 4px 0; box-shadow: 0 0 4px 0 #ccc; }
nav.navbar-findcond ul.dropdown-menu > li > a { color: #444; }
nav.navbar-findcond ul.dropdown-menu > li > a:hover { background: #f14444; color: #fff; }
nav.navbar-findcond span.badge { background: #f14444; font-weight: normal; font-size: 11px; margin: 0 4px; }
nav.navbar-findcond span.badge.new { background: rgba(255, 0, 0, 0.8); color: #fff; }
@media (min-width: 768px){
.navbar-right {
		float: right!important;
	
}
}
.terms-privacy a{
	text-decoration: none;
	color: #FF8322
}
.terms-privacy{
	padding: 0 10px;
	cursor:pointer;

}
#js-vm-footer span{
	line-height:50px;
}

button:disabled,
button[disabled]{
 opacity:0.7;
}
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited, .btn-primary:focus, .btn-primary:active:focus {
    color: #fff;
    background-color: #FF8322;
    border-color: #FF8322;
}
button:hover,input[type=submit]:hover,.search-option:hover,.btn-signup:hover{
	opacity:0.8;
}
.signUpSection .btn-signup{
	color: white;
}
@media screen and (max-width: 600px) {
	nav {
    	padding: 0px;
    }
    nav ul li.nav-btn-items{
		margin-left: 15px
	}
	.myprofile ul{
		left: -1px;
		padding-bottom: 20px;
	}
	nav ul li {
		float: none;
		line-height: 49px;
	}
	nav ul li a{
		margin-right: 0px;
	}
	.myprofile .openMenu{
		/*display: none;*/
		margin-left: 8px!important;
	}
	nav ul{
		background-color: white;
    	position: absolute;
    	width: 100%;
    	z-index: 1000;
    	padding-bottom: 20px;
	}
	.dropdown-menu {
		min-width: 10rem;
		max-width: 0px;	
	}
	nav ul li ul li {
		min-width: 0px;
	}
}
@media screen and (max-width: 350px) {
	.dropdown-menu {
		min-width: 247%;
	}
}
@media (max-width: 768px){
    #sticky-wrapper > header > div > div.row.align-items-center.justify-content-between > div.col-auto.user-info > div > a > span.user-name.d-none.d-md-inline-block {
      display: none;
    }
}
.selectpicker .caret {
  border-color: transparent !important;
}
[disabled], .disabled {
  cursor: not-allowed!important;
  pointer-events: unset!important;
}
