﻿/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #1C1B1B;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

fieldset {
	min-width: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}


/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor>article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea {
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
}

p {
	margin-bottom: 1.6em;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote>p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Noto Sans", sans-serif;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/**
 * 4.0 Elements
 */

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 0 1.6em 1.3333em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}


/**
 * 5.0 Forms
 */


.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	padding: 10px 5px;
}


/**
 * 6.0 Navigations
 */


/**
 * 6.1 Links
 */

a {
	color: #333;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

@import url('https://fonts.googleapis.com/css2?family=Anek+Gujarati:wght@100..800&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/*End Css Reset */

@font-face {
	font-family: 'robotocondensedblack';
	src: url('../fonts/robotocondensedblack.eot');
	src: url('../fonts/robotocondensedblack.eot') format('embedded-opentype'),
		url('../fonts/robotocondensedblack.woff2') format('woff2'),
		url('../fonts/robotocondensedblack.woff') format('woff'),
		url('../fonts/robotocondensedblack.ttf') format('truetype'),
		url('../fonts/robotocondensedblack.svg#robotocondensedblack') format('svg');
}


.main_header,
.banner-wrap,
.govt-fail-section,
.btn-section,
.phone-no-section,
.social-media-tab-section {
	display: block;
	padding: 40px 0;
}
.main_header {
	padding: 22px 0;
}
.social-media-tab-section {
	padding-bottom: 80px;
}

.banner-wrap {
	overflow: hidden;
}

.site-logo {
	width: 120px;
	float: left;
}

.lang-switch {
	display: flex;
	align-items: center;
	gap: 10px;
}

.label {
	font-family: "Roboto", sans-serif;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	user-select: none;
	font-weight: 400;
}
.label:hover {
	text-decoration: none;
	color: #fff;
}
.label.active {
	color: #fff;
}

.toggle {
	width: 54.65px;
	height: 21.02px;
	background: #434343;
	border-radius: 50px;
	position: relative;
	cursor: pointer;
}

.dot {
	width: 26.28px;
	height: 26.28px;
	background: #C05300;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 6px;
	transform: translateY(-50%);
	transition: left 0.35s ease;
}

.invited-text {
	float: right;
}

.invited-text p {
	font-family: "Roboto", sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	margin: 0;
}

.invited-text p.top-right-p {
	color: rgba(255, 255, 255, 0.5);
}

.ban-text-top {
	float: left;
	width: 100%;
}

.ban-text-top h1,
.ban-text-top p {
	font-family: 'robotocondensedblack';
	font-size: 91px;
	color: #C05300;
	font-weight: 900;
	float: left;
}

.ban-text-top p {
	font-weight: 400;
	font-size: 25px;
	color: #fff;
	margin-bottom: 0;
	float: left;
	margin-top: 17px;
	margin-left: 10px;
}

.banh3 {
	font-family: "Anek Gujarati", sans-serif;
	font-size: 45px;
	font-weight: 600;
	color: #fff;
	line-height: 65px;
}

.hand-animation {
	display: block;
	text-align: center;
	padding: 40px 0;
	position: relative;
	animation: attention 0.5s infinite;
}

.hand-animation img {
	width: 210px;
	cursor: pointer;
	animation: pointMove 0.5s infinite;
}
@keyframes pointMove {
  0%   { transform: translateX(0); }
  50%  { transform: translateX(0px); }
  100% { transform: translateX(0); }
}

/* Whole block shake */
@keyframes attention {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(3deg); }
  50% { transform: rotate(-3deg); }
  75% { transform: rotate(3deg); }
  100% { transform: rotate(0deg); }
}


.animation-wraper {
	display: block;
	position: relative;
}

.chair-img {
	position: absolute;
	left: 0;
	bottom: 0;
}

.man-img {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	transform: translateX(0) rotate(0deg);
	transition: transform 1s ease, opacity 0.8s ease;
}

.white-man.animate-out {
	transform: translateX(120vw) rotate(360deg);
	;
	/* move fully right */
	opacity: 0;
}

.min-content-scroll-wrap {
	width: 100%;
	float: left;

}

.min-content-scroll-wrap a {
	font-family: "Roboto Condensed", sans-serif;
	float: left;
	width: 100%;
	font-size: 22px;
	color: #fff;
	font-weight: 400;
	padding: 20px 0;
	padding-right: 30px;
	border-bottom: 1px solid #737373;
}

.min-content-scroll-wrap a:hover {
	text-decoration: none;
}

.scroll-wrapper {
	position: relative;
	width: 100%;
	float: left;
	height: 217px;
	overflow-y: auto;
	overflow-x: hidden;
}

/* Content */
.scroll-content,.scroll-content2,.scroll-content3,.scroll-content4 {
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 30px;
}

/* Hide native scrollbar */
.scroll-content::-webkit-scrollbar,.scroll-content2::-webkit-scrollbar,.scroll-content3::-webkit-scrollbar,.scroll-content4::-webkit-scrollbar {
	display: none;
}

.scroll-content,.scroll-content2,.scroll-content3,.scroll-content4 {
	scrollbar-width: none;
}

/* Custom scrollbar */
.custom-scrollbar,.custom-scrollbar2,.custom-scrollbar3,.custom-scrollbar4 {
	position: absolute;
	right: 10px;
	top: 10px;
	bottom: 10px;
	width: 2px;
	background: #D9D9D9;
	border-radius: 5px;
}

.scroll-thumb,.scroll-thumb2,.scroll-thumb3,.scroll-thumb4 {
	position: absolute;
	top: 0;
	left: -2px;
	width: 6px;
	height: 50px;
	background: #C05300;
	border-radius: 10px;
	cursor: pointer;
}
.scroll-thumb2,.custom-scrollbar2,.custom-scrollbar3,.custom-scrollbar4 {
	display: none;
}

.btn-custom {
	float: right;
	background: none;
	border: 1px solid #C05300;
	font-family: "Roboto", sans-serif;
	color: #C05300;
	font-size: 24px;
	font-weight: 400;
	padding: 7px 40px;
	border-radius: 30px;
	padding-right: 61px;
}
.btn-custom:hover,.btn-custom:active,.btn-custom:focus {
	color: #C05300;
	text-decoration: none;
}
.btn-downarrow {
	background: url(../images/down-arrow.svg) no-repeat 87% center;
}

.btn-whatup {
	float: left;
	background: url(../images/what-app-ico.svg) no-repeat 90% center;
}

.btn-downarrow:active,
.btn-downarrow:focus {
	box-shadow: none;
}

.btn-downarrow:not(:disabled):not(.disabled).active,
.btn-downarrow:not(:disabled):not(.disabled):active {
	background: url(../images/down-arrow.svg) no-repeat 87% center;
	outline: none;
}

.btn-whatup:not(:disabled):not(.disabled).active,
.btn-whatup:not(:disabled):not(.disabled):active {
	background: url(../images/what-app-ico.svg) no-repeat 90% center;
	outline: none;
}

.phoneh3 {
	font-family: "Roboto", sans-serif;
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	opacity: 1;
	font-size: 90px;
	font-weight: 700;
	padding-left: 80px;
	text-align: center;
	background: url(../images/phone.svg) no-repeat 0 23px;
	display: inline-block;
}

.phone-no-section p {
	display: block;
	font-family: "Roboto", sans-serif;
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 0;
	margin-top: 10px;
}

#home-tab {
	background: url(../images/insta-black.svg) no-repeat center;
	padding: 40px;
	border: none;
}

.active#home-tab {
	background: url(../images/insta-colour.svg) no-repeat center;
	border: none;
}

#profile-tab {
	background: url(../images/facebook-black.svg) no-repeat center;
	padding: 40px;
	border: none;
}

.active#profile-tab {
	background: url(../images/facebook-colour.svg) no-repeat center;
	border: none;
}

#contact-tab {
	background: url(../images/twiter-black.svg) no-repeat center;
	padding: 40px;
	border: none;
}

.active#contact-tab {
	background: url(../images/twiter-colour.svg) no-repeat center;
	border: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	border: none;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border: none;
	outline: none;
}

.nav-tabs {
	border-bottom: 0;
}

.socialbox-wr {
	float: left;
	width: 100%;
	margin: 20px 0;
}

.box-image {
	float: left;
	width: 37%;
}

.soc-content-box {
	float: right;
	width: 62.5%;
	min-height: 159px;
	border-radius: 0 10.89px 10.89px 0;
	border: 1.09px solid #D9D9D9;
	border-left: 0;
	padding: 15px;
	position: relative;
}

.soc-content-box:after {
	Content: '';
	width: 5px;
	height: 5px;
	background: #D9D9D9;
	position: absolute;
	border-radius: 100%;
	left: 51%;
	bottom: -3px;
}

.soc-content-box h3 {
	display: block;
	font-family: "Roboto", sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}

.soc-content-box p {
	display: block;
	font-family: "Roboto", sans-serif;
	color: #fff;
	font-size: 11px;
	font-weight: 400;
	margin-bottom: 0;
}

.soc-content-box a {
	position: absolute;
	font-family: "Roboto", sans-serif;
	color: #fff;
	font-size: 13.6px;
	font-weight: 500;
	padding: 5px 30px 5px 15px;
	background: #1C1B1B url(../images/arrow-readmore.svg) no-repeat 87% center;
	left: 0;
	bottom: -15px;
}

.box-image img {
	filter: grayscale(100%);
	transition: all 0.4s ease;
}

.socialbox-wr:hover .box-image img {
	filter: grayscale(0%) brightness(100%);
}

.nav-tabs {
	gap: 40px;
	margin-bottom: 30px;
}

.nav-tabs .nav-link {
	cursor: pointer;
}




.modal-content {
	background: #1C1B1B;
	border: 1px solid #7B6F6F;
	border-radius: 69px;
	padding: 20px;
}
.modal-title {
	font-family: "Inter", sans-serif;
	font-size: 30px;
	color: #fff;
}
.modal-header {
	border-bottom: 0;
}

.form-group label {
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #EF4C20;
	margin-bottom: 10px;
}

.form-group .form-control {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #5C8799;
	border-radius: 20px;
	padding: 10px 15px;
}
#grievance {
	height: 80px;
}
.btn-submit {
	width: 100%;
	background: #EF4C20;
	padding: 20px;
	color: #FAFAFA;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: 18px;
	border: none;
	border-radius: 50px;
	text-transform: capitalize;
	box-shadow: 3px 10px 18px 0px rgba(239, 76, 32, 0.29);
	-webkit-box-shadow: 3px 10px 18px 0px rgba(239, 76, 32, 0.29);
	-moz-box-shadow: 3px 10px 18px 0px rgba(239, 76, 32, 0.29);
}

.btn-submit:hover {
	background: #6F1D1B;
}

.form-group {
	margin-bottom: 15px;
}

#exampleModalCenter {
	background: rgba(0, 0, 0, 0.75);
	backdrop-filter: blur(6px);
}
.btn-submit:not(:disabled):not(.disabled).active, .btn-submit:not(:disabled):not(.disabled):active, .show>.btn-submit.dropdown-toggle {
	background: #EF4C20;
}
.cl-pad {
	padding-left: 98px;
	padding-right: 0;
}
.mobile-display {
	display: none;
}
@media screen and (max-width: 768px) {
	.cl-pad {
		padding-left: 29px;
	}
	.mobile-hide {
		display: none;
	}
	.site-logo {
		width: 93px;
	}
	.lang-switch {
		justify-content: flex-end!important;
	}
	.main_header,.banner-wrap {
		padding-bottom: 0;
	}
	.main_header {
		padding-top: 10px;
	}
	.banner-wrap {
		padding-top: 5px;
	}
	.ban-text-top h1 {
		font-size: 49px;
	}
	.ban-text-top p {
		font-size: 16px;
		margin-top: 23px;
	}
	.banh3 {
		font-size: 19px;
		line-height: 28px;
	}
	.banh3 br {
		display: none;
	}
	.hand-animation img {
		width: 160px;
	}
	.hand-animation {
		min-height: 141px;
		padding: 5px 0;
	}
	.govt-fail-section {
		padding-top: 20px;
	}
	.mob-center {
		text-align: center;
	}
	.btn-custom {
		float: none;
		display: inline-block;
		width: 100%;
		margin-top: 10px;
	}
	.btn-section {
		padding-top: 0;
	}
	.phoneh3 {
		font-size: 43px;
		padding-left: 41px;
		background: url(../images/phone.svg) no-repeat 0 12px;
		background-size: 33px;
	}
	.phone-no-section p {
		font-size: 14px;
	}
	#home-tab,#profile-tab,#contact-tab,.active#home-tab,.active#profile-tab,.active#contact-tab {
		padding: 24px;
		background-size: 46px;
	}
	.nav-tabs {
		gap: 30px;
	}
	.scroll-wrapper2,.scroll-wrapper3,.scroll-wrapper4 {
		position: relative;
		width: 100%;
		float: left;
		height: 820px;
		overflow-y: auto;
		overflow-x: hidden;
		margin-bottom: 80px;
	}
	.scroll-thumb2,.custom-scrollbar2,.custom-scrollbar3,.custom-scrollbar4 {
		display: block;
	}
	.modal-title {
		font-size: 21px;
	}
	.destop-display {
		display: none;
	}
	.mobile-display {
		padding-left: 24px;
	}
	.mobile-display {
		display: block;
	}
	.banh3 {
		margin-bottom: 10px;
	}
	.ban-text-top {
		margin: 5px 0;
	}
}