body {
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
}

.header-main {
	padding: 20px 0px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.logo-div {
	font-size: 24px;
	padding: 10px 0px 0px;
}

.logo-div a {
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
}

.social-links {
	text-align: right;
}

.social-links ul li {
	display: inline-block;
}

.social-links ul li a {
	height: 40px;
	width: 40px;
	border: 1px solid rgba(255,255,255,0.3);
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border-radius: 50%;
	overflow: hidden;
	padding: 11px 0px 11px;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.social-links ul li a i {
	display: block;
	color: #fff;
}

.social-links ul li a.fb:hover {
	color: #fff;
	background: #507cbe;
	border-color: #507cbe;
}

.social-links ul li a.twitter:hover {
	color: #fff;
	background: #00abef;
	border-color: #00abef;
}

.social-links ul li a.google:hover {
	color: #fff;
	background: #d93e2d;
	border-color: #d93e2d;
}

.social-links ul li a.reddit:hover {
	color: #fff;
	background: #ff4500;
	border-color: #ff4500;
}

.social-links ul li a.linkdin:hover {
	color: #fff;
	background: #0177b5;
	border-color: #0177b5;
}

.social-links ul li a.pinterest:hover {
	color: #fff;
	background: #bd081c;
	border-color: #bd081c;
}

.social-links ul li a.fb {
	color: #507cbe;
}

.social-links ul li a.twitter {
	color: #00abef;
}

.social-links ul li a.google {
	color: #d93e2d;
}

.banner-div {
	background: -webkit-linear-gradient(to right, #710263, #4c3886);
	background: linear-gradient(to right, #710263, #4c3886);
	padding: 60px 0px 60px;
	position: relative;
	height: 100vh;
	display: table;
	width: 100%;
}

.banner-div::before {
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
}

.align-div {
	vertical-align: middle;
	height: 100%;
	display: table-cell;
}

.parallax {
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.parallax:after {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner-inr {
	position: relative;
	z-index: 1;
}

.banner-inr h2 {
	font-size: 38px;
	margin: 0px 0px 30px;
	text-align: center;
	color: #fff;
}

.input-group {
	max-width: 750px;
	margin: 0 auto;
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2) !important;
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2) !important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2) !important;
}

.dropdown-menu {
	background: transparent;
	padding: 0px;
	border: 1px solid rgba(255,255,255,0.3);
}

.dropdown-menu li a {
	display: block;
	color: #fff;
	padding: 5px 5px;
	text-decoration: none;
}

.dropdown-menu li a:hover {
	background: rgba(255,255,255,0.3);
}

.input-group-btn .my-btn {
	height: 65px;
}

.input-group .form-control {
	height: 65px;
	border: 0px;
	background: transparent;
	color: #fff;
}

.input-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.input-group .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.input-group .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.input-group .form-control::-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.my-btn {
	background: transparent;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    border: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 17px 0 17px;
    border-right: 1px solid rgba(255,255,255,0.2);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.my-btn:focus, .my-btn:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    outline: none;
}

.btn02 {
	border-right: 0;
	border-left: 1px solid rgba(255,255,255,0.2);
	font-size: 18px;
}

.cities-div {
	padding: 90px 0px 90px;
}

.hding {
	font-size: 38px;
	color: #383838;
	margin: 0px 0px 40px;
}

.hding02 {
	margin-bottom: 24px;
	color: #fff;
}

.analatics-div {
	position: relative;
}

.analatics-inr {
	position: relative;
	z-index: 1;
}

.analatics-inr ul li {
	text-align: center;
}

.analatics-text span {
	font-size: 40px;
	margin-bottom: 15px;
	display: block;
	color: #000;
}

.analatics-text h3 {
	margin-bottom: 15px;
	font-size: 34px;
	color: #000;
}

.analatics-text p {
	font-size: 18px;
	color: #000;
}

footer {
	background: #282828;
	padding: 70px 0px 50px;
}

.ftr-inr h4 {
	color: #fff;
	font-size: 26px;
	margin: 0px 0px 30px;
}

.ftr-inr p {
	margin: 0px;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}

.tages ul li {
	margin-bottom: 5px;
	display: inline-block;
}

.label {
	line-height: normal;
}

.label a {
	text-decoration: none;
	border: 1px solid #fff;
	padding: 3px 10px 5px;
	color: #fff;
	border-radius: 20px;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
}

.ftr-contact ul li {
	margin: 0px 0px 15px;
}

.ftr-contact ul li:last-child {
	text-align: right;
	margin-bottom: 0px;
}

.ftr-contact ul li .form-control {
	border-radius: 0;
	outline: none;
	height: 44px;
}

.ftr-contact ul li .form-control:focus {
	border-color: rgba(0, 0, 0, 0.15);
}

.ftr-contact ul li textarea {
	height: 100px !important;
	resize: none;
}

.btn-send {
	border: 1px solid rgba(255,255,255,0.2);
}

.banner-div02 {
	height: 45vh;
	padding: 107px 0px 60px;
}

.profile-main {
	background-color: #e6ebef;
	position: relative;
	display: none;
}

.profile-main::before {
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.profile-div {
	max-width: 650px;
	margin: 0 auto;
}

.profile-img-div {
	text-align: center;
	margin: 0px 0px 30px;
}

.pro-img {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 15px;
	background: #fff;
}

.pro-img img {
	width: 100%;
	height: 100%;
}

.profile-img-div h3 {
	color: #5f7d8c;
}

.about-container {
	color: #fff;
	font-size: 18px;
}

.about-banner {
	margin-top: 75px;
}

.profile-text ul li {
	margin: 0px 0px 15px;
	padding: 10px 15px;
	background: #fff;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.19);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.19);
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.19);
}

.profile-text ul li:last-child {
	margin: 0px;
}

.profile-text ul li h4 {
	color: #5f7d8c;
	margin: 0px 0px 7px;
	position: relative;
	padding: 0px 0px 0px 35px;
	font-size: 21px;
}

.profile-text ul li h4.map-icon::before {
	content: "\f041"; 
  	font-family: FontAwesome;
  	font-size: 22px;
  	position: absolute;
  	top: 2px;
  	left: 3px;
}

.profile-text ul li h4.phone-icon::before {
	content: "\f095"; 
  	font-family: FontAwesome;
  	font-size: 22px;
  	position: absolute;
  	top: 4px;
  	left: 3px;
}

.profile-text ul li h4.signal-icon::before {
	content: "\f012"; 
  	font-family: FontAwesome;
  	font-size: 22px;
  	position: absolute;
  	top: 4px;
  	left: 3px;
}

.profile-text ul li h4.globe-icon::before {
	content: "\f0ac"; 
  	font-family: FontAwesome;
  	font-size: 20px;
  	position: absolute;
  	top: 2px;
  	left: 3px;
}

.profile-text ul li h4.mail-icon::before {
	content: "\f0e0"; 
  	font-family: FontAwesome;
  	font-size: 18px;
  	position: absolute;
  	top: 2px;
  	left: 3px;
}

.profile-text ul li h4.review-icon::before {
	content: "\f0e6"; 
  	font-family: FontAwesome;
  	font-size: 18px;
  	position: absolute;
  	top: 2px;
  	left: 3px;
}

.profile-text ul li h4 i {
	margin: 0px 15px 0px 0px;
}

.profile-text ul li p {
	color: #333;
	margin: 0px 0px 0px 36px;
}

.profile-text ul li a {
	color: #333;
}

.loader-div {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.99);
	text-align: center;
	width: 100%;
	height: auto;
	z-index: 999999;
	vertical-align: middle;
	padding: 2% 0;
    min-height: 100%;
}

#sharing-btns {
	display: none;
    margin-bottom: 30px;
}

.loader-div img {
	width: 100px;
	margin: 0px 0px 50px;
}

.loader-div h2 {
	color: #fff;
    margin: 45px 0px 20px;
}

.loader-div ul {
	max-width: 600px;
	margin: 0 auto;
}

.loader-div ul li {
	display: inline-block;
	margin: 0px 5px;
}

.btn-social {
	color: #fff !important;
	border: 1px solid rgba(255,255,255,0.2) !important;
}

.btn-facebook {
	background: #3B5998 !important;
}

.btn-twitter {
	background: #00aced !important;
}

#search_concept {
	max-width: 71px;
    overflow: hidden;
    display: inline-block;
    margin-top: 12px;
}

.dropdown-toggle::after {
	margin-bottom: 30px;
}

.dropdown-menu {
	max-height: 261px;
    overflow-y: scroll;
    overflow-x: hidden;
    max-width: 343px;
    background-color: #6d0867;
}

.dropdown-menu::-webkit-scrollbar {
    width: 7px;
}
 
.dropdown-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.dropdown-menu::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.search-countries {
    position: absolute;
	width: 100%;
	padding: 5px 10px;
}

.dropdown-menu li:first-child {
	height: 35px;
}

.phone-error {
	display: none;
	color: #fd4f4f;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}

.text-center {
	text-align: center;
	margin-top: 25px;
}

.user-name-s {
	font-weight: bold;
    text-decoration: underline;
}

.profile-text ul {
	margin-bottom: 30px;
}

.flags {
    max-width: 25px;
    margin-right: 7px;
}

.arrow-down {
	margin-bottom: -30px;
	display: none;
}

.circ{
    opacity: 0;
    stroke-dasharray: 130;
    stroke-dashoffset: 130;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.tick{
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    -webkit-transition: stroke-dashoffset 1s 0.5s ease-out;
    -moz-transition: stroke-dashoffset 1s 0.5s ease-out;
    -ms-transition: stroke-dashoffset 1s 0.5s ease-out;
    -o-transition: stroke-dashoffset 1s 0.5s ease-out;
    transition: stroke-dashoffset 1s 0.5s ease-out;
}
.drawn + svg .path{
    opacity: 1;
    stroke-dashoffset: 0;
}

.google-ad {
	width: 100%;
    height: 250px;
    margin-top: 25px;
    text-align: center;
}

.info-google-ad {
	margin-bottom: 20px;
	max-width: 100%;
}

.share-timer {
	color: #fff;
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.green {
	color: green;
}

.bt {
	border-top: 1px solid;
}

.site-text {
	max-width: 800px;
	padding: 25px;
	margin: 10px auto;
	font-size: 18px;
}

.social-links-number {
	text-align: center;
}

.social-links-number ul {
	margin-bottom: 0;
}

.social-links-number ul li {
	margin-bottom: 0;
    display: inline-block;
    margin: 0;
    padding: 0;
    box-shadow: none;
    background: inherit;
    border: 0 !important;
}

.social-links-number ul li a {
	border: 1px solid #65146f;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    padding-top: 12px;
    color: #65146f;
    text-align: center;
}

.social-links-number ul li a:hover {
	background-color: #65146f;
    color: #fff;
}

.google-loader-ad {
    height: 300px;
    text-align: center;
    display: block;
}

#t_number {
    color: #611972;
    margin: 25px auto;
    display: block;
    background-color: #fff;
    max-width: 300px;
    padding: 7px;
    border-radius: 30px;
    -webkit-box-shadow: 3px 3px 2px 0px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.66);
    border: 3px solid #fff;
    font-size: 22px;
}

#report_number:hover {
	text-decoration: none;
	color: #fff;
	background-color: #611972;
	transition: 1s ease;
}

.report_popup {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #fff;
	z-index: 999999;
	text-align: center;
	padding: 25px;
	padding-top: 45px;
	overflow: scroll;
	display: none;
}

.report_popup form {
	max-width: 600px;
	margin: 25px auto;
	text-align: left;
}

.my-hidden {
	display: none;
}

.report_popup_close {
	position: absolute;
    top: 7px;
    right: 15px;
    font-size: 25px;
    cursor: pointer;
    font-weight: 100;
}

.google-comment-ad {
	width: 100%;
	min-height: 250px;
}

.analytics-margin {
	margin-top: 120px;
}

.user-reviews a {
    font-weight: bold;
    text-decoration: underline;
    color: #0275d8 !important;
}

.reviews-sec {
	display: block;
	text-align: center;
}

#profile-main ul li {
	list-style: none;
    background: #fff;
    max-width: 850px;
    margin: 10px auto;
    padding: 15px 25px;
    text-align: left;
    font-size: 18px;
    border: 1px solid #cccccc30;
}

#profile-main ul {
	margin-top: 35px;
	margin-bottom: 35px;
    padding: 0 25px;
}

#profile-main ul li .heading {
	font-weight: 500;
	font-size: 22px;
	color: #0275d8;
}

#profile-main ul li .time {
	font-weight: 300;
    font-size: 14px;
    color: #000;
}

.reports-txt-center {
	display: inline;
    text-align: center;
    width: 100%;
    border: 2px solid;
    padding: 10px 15px;
    border-radius: 7px;
    background: #0275d8;
    color: #fff;
}

.reports-txt-center:hover {
	text-decoration: none;
	background: #fff;
    color: #0275d8;
    transition: 0.5s all ease-out;
}

img.report-flag {
    max-width: 30px;
    margin-right: 5px;
    margin-top: -3px;
}

.comment {
	font-size: 22px;
	overflow: hidden;
}

.report-name a {
    color: #ac0396;
}

.text-center {
	text-align: center !important;
}

.report-home {
	border: 2px solid #fff;
    padding: 10px 25px;
    border-radius: 5px;
    margin-bottom: 21px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background-color: #64156f;
}

.lookup-img {
	text-align: left;
    min-height: 35px;
    padding-left: 60px;
}

.lookup-img img {
    max-width: 40px;
    max-height: 35px;
}

.recent-lookups-cont {
	margin: 50px auto;
}

.recent-lookups-par {
	margin-bottom: -70px;
	min-height: 1420px;
}

.pagination li {
	display: inline-block;
}

.pagination .current {
	background-color: #710364 !important;
}

.pagination .current a {
	color: #fff;	
}

.voting-popup-bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.7;
}

.voting-popup {
	position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 30px;
    text-align: center;
    z-index: 9999999;
}

.voting-container .icon {
    font-size: 34px;
}

.voting-container a {
    display: inline-block;
    margin: 10px 20px;
    height: 80px;
    width: 80px;
    border: 2px solid;
    border-radius: 50%;
}

.voting-container a:hover {
	text-decoration: none;
}

.voting-container .vote-counter {
	display: block;
	margin-top: -4px;
}

.close-popup-voting {
	position: absolute;
    right: 15px;
    top: 12px;
}

.recent-reports-voting {
	margin-top: -3px;
}

.recent-reports-voting a {
	border: 0;
	margin: 0 5px;
	height: auto;
	width: auto;
}

.recent-reports-voting span {
	font-size: 16px !important;
}

.recent-reports-voting .vote-counter {
	display: inline-block;
}

.btn-google {
	background-color: #dc4a38;
}

.article-container {
	
}

.bg-purple {
	background-color: #710263; 
}

.margin-t-25 {
	margin-top: 25px;
}

.number-detail {
	margin-top: 15px;
	background: #fff;
	padding: 25px;
}

.v-small {
	font-size: 16px;
}