@font-face {
	font-family: Segoe-UI;
	src: url(../fonts/SEGOEUI.TTF);
}

@font-face {
	font-family: Segoe-semibold;
	src: url(../fonts/seguisb.ttf);
}

@font-face {
	font-family: Segoe-bold;
	src: url(../fonts/Segoe-UI-Bold.ttf);
}

@font-face {
	font-family: Product-sans-regular;
	src: url(../fonts/Product-Sans-Regular.ttf);
}

@font-face {
	font-family: Product-sans-bold;
	src: url(../fonts/Product-Sans-Bold.ttf);
}

@font-face {
	font-family: kruti-dev;
	src: url(../fonts/KRDEV010.TTF);
}

body {
	font-family: Segoe-semibold;
	overscroll-behavior: none;
	background-color: #f8f8f8;
}

/*Home page*/
.icon-1,
.icon-2,
.icon-3 {
	position: absolute;
	left: 25%;
	top: 50%;
	width: 32px;
	height: 3px;
	background-color: black;
	transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
}

.inner-accordian input[type=checkbox],
.inner-accordian input[type=radio] {
	display: none;
}

.icon-1 {
	transform: translateY(-8px);
	animation-delay: 100ms;
}

.icon-3 {
	transform: translateY(8px);
	animation-delay: 250ms;
}

.hamburger-icon {
	position: absolute;
	height: 60px;
	width: 60px;
	top: 2%;
	right: 3%;
	z-index: 1000;
	cursor: pointer;
	border-radius: 50%;
	transition: all 0.2s ease-in-out;
	background: rgba(255, 255, 255, 0.2);
}

.btn {
	transition: unset;
}

.icon-1.a {
	transform: rotate(40deg);
}

.icon-3.b {
	transform: rotate(-40deg);
}

.icon-2.c {
	opacity: 0;
}

.clear {
	clear: both;
}

@keyframes slideIn {
	0% {
		width: 0%;
		opacity: 0;
	}

	100% {
		width: 50%;
		opacity: 1;
	}
}

.mobile-device-header nav {
	background: #fff;
	position: absolute;
	top: 0;
	left: -280px;
	height: 100%;
	width: 0%;
	z-index: 0;
	opacity: 0;
	transition: all 600ms cubic-bezier(0.62, 0.04, 0.3, 1.10);
	transition-delay: 100ms;
}

.mobile-device-header nav ul {
	margin: 0;
	position: absolute;
	top: 3%;
	left: 0%;
}

.mobile-device-header nav ul li {
	list-style: none;
	font-size: 24px;
	color: #fff;
	line-height: 2.2;
	text-transform: uppercase;
	letter-spacing: 1.7px;
	position: relative;
}

.mobile-device-header nav.show {
	width: 100%;
	opacity: 1;
	z-index: 500;
	left: 0;
}

.dark-blue {
	position: absolute;
	top: 0;
	left: 0;
	background: #64b5f6;
	height: 100%;
	width: 0%;
	transition: all 500ms cubic-bezier(0.62, 0.04, 0.3, 1.8);
	transition-delay: 50ms;
	z-index: 5;
	opacity: 1;
}

.dark-blue.slide {
	width: 50%;
	opacity: 1;
}

@keyframes shotup {
	0% {
		transform: translateY(300%);
		opacity: 0;
	}

	90% {
		transform: translateY(-50px);
	}

	100% {
		transform: translateY(0%);
		opacity: 1;
	}
}

.navbar {
	padding: 10px 0 !important;
	padding-top: 0 !important;
}

a.nav-link {
	font-size: 16px;
	color: #000 !important;
	font-weight: 400;
	text-transform: none;
	font-family: Roboto, sans-serif;
	margin: auto 10px;


}

li.nav-item {
	position: relative;

}

.mobo-nav li {}

.mobo-nav li a.nav-link:hover {
	color: #33C45A !important;
}

.mobo-nav a.nav-link:hover:after {
	bottom: 0;
	opacity: 1;
	width: 100%;
}

.mobo-nav a.nav-link:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	content: '';
	background-color: #33C45A;
	opacity: 0;
	transition: all 0.29s linear;
}

.headFont-box h1 {
	font-family: Roboto, sans-serif;
	font-size: 61px;
	font-weight: bold;
}

a.open-accBtn {
	color: #fff;
	padding: 11px 30px;
	border: 1px solid #fff;
	border-radius: 8px;
	transition: all .3s;
	font-weight: 500;
	font-size: 16px;
	font-family: Roboto, sans-serif;
}

a.open-accBtn:hover {
	background-color: #fff;
	color: #d92720;
	border: 1px solid #d9272000;
	text-decoration: none;
}

span.head-para1 {
	color: #252B33;
}

span.head-para2 {
	color: #33C45A;
}

.headFont-box {
	font-family: Segoe-semibold;
}

.headFont-box p {
	font-size: 22px;
	color: #30C057;
}

.headFont-box br {
	display: none;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	border-top: 3px solid #D92720;
}

.navbar-light .navbar-nav .nav-link {
	border-top: 3px solid #0000;
}

.dropdown-toggle::after {
	display: none;
}

.navbar {
	align-items: flex-start;
	margin-bottom: -10px;
}

.navbar-brand {
	width: 26%;
	margin-top: 10px;
}

.log_inbtn {
	background-color: #363736;
	display: flex;
	align-items: center;
	padding: 6px 22px;
	border-radius: 5px;
	color: #fff;
	grid-gap: 5px;
	transition: all .35s;
	margin-top: 4px;
}

.log_inbtn:hover {
	text-decoration: none;
	background-color: #D92720;
	color: #fff;
	/*box-shadow: 2px 10px 14px -12px #d92720;*/
}

a.log_inbtn p {
	margin: 0;
	font-family: Roboto, sans-serif;
	font-size: 16px;
}

.sup-nav {
	width: 100%;
}

.sup-nav-dropdows {
	display: flex;
	background-color: #D92720;
	position: relative;
	padding-left: 10px;
	z-index: 20;
	margin-left: 10px;
	height: 64px;
	align-items: center;
	top: 0px;
}

.sup-nav-dropdows:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	border-bottom: 32px solid #D92720;
	border-left: 20px solid #ffffff;
	width: 0;
	left: -1.9%;
}

a#dropdownMenuLink {
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	display: flex;
	padding: 17px 12px;
}

a#dropdownMenuLink i {
	font-size: 22px;
}

.dropdown:hover .dropdown-menu {
	display: block;
	border-top: 3px solid #363736;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	margin-top: 0px;
}

a.dropdown-item {
	font-family: Roboto, sans-serif;
}

.sup-mn-bgrow {
	align-items: flex-end;
}

.sup-mnu-bg {
	position: relative;
	background-color: #f8f8f8;
	padding: 5px 0;
}

.sup-mnu-hf1 {
	background-color: #D92720;
	height: 32px;
}

.sup-mnu-hf2 {
	background-color: #D92720;
	height: 64px;
}

.mo-contain-bg {
	position: absolute;
	bottom: 0.6em;
	z-index: 10;
}

.slider {
	width: 90%;
	overflow: hidden;
	position: relative;
	margin: 0;
	margin-left: auto;
}

.inner-accordian a {
	font-family: Segoe-UI;
	font-size: 16px !important;
	color: #000 !important;
	padding: 15px !important;
	text-align: left;
}

.inner-accordian a:hover {
	text-decoration: underline;
}

.edge {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	height: 100%;
	display: block;
}

.edge:before {
	content: '';
	position: absolute;
	left: 0;
	width: 25%;
	height: 100%;
}

.edge:after {
	content: '';
	position: absolute;
	right: 0;
	width: 25%;
	height: 100%;
}

.slideContainer:hover {
	animation-play-state: paused
}

.mh-bn-prhead {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.qu-iconbox img {
	height: 40px;
}

.news-v-ticker ul {
	background: #ddd;
	overflow: hidden;
	width: 1000%;
	margin: 0;
	height: 39px;
}

.news-v-ticker li {
	list-style: none;
	display: inline-block;
	padding: 0 10px;
}

.slideItem span {
	font-size: 24px;
	font-family: Segoe-semibold;
	color: #474747;
	line-height: 38px;
	margin: 0 8px;
}

.slideItem p {
	font-family: Segoe-UI;
	font-size: 14px;
	margin: 0;
	vertical-align: middle;
	display: flex;
	align-items: center;
}

section.news-v-ticker {
	position: relative;
	padding-top: 5px;
}

.new-updates {
	display: inline-block;
	background-color: #000;
	position: absolute;
	top: 5px;
}

.new-updates h3 {
	padding: 0 20px 0 40px;
	font-size: 14px;
	color: #fff;
	margin: 0;
	font-family: Segoe-UI;
	height: 39px;
	display: grid;
	align-items: center;
}

.new-updates h3:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	border-top: 39px solid #eb181000;
	border-left: 18px solid #000000;
	width: 0;
	margin-right: -12%;
}

.mh-bank-head {
	background-color: #fff;
}

.head-sec {
	padding: 15px 0;
}

.ba-off-Img {
	background-image: url(../image/bank-officer.png);
	width: 100%;
	background-size: contain;
	height: 493px;

}

.ba-off-row {
	justify-content: center;
	height: 495px;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
}

.ba-off-row h1 {
	font-size: 46px;
	font-family: Segoe-semibold;
	line-height: 62px;
	color: #414141;
}

.ba-off-row h1 span {
	color: #D92720;
}

.ba-off-prv {
	padding: 0 8em 0 4em;
}

.ba_off-btn {
	background-color: #D92720;
	padding: 12px 25px;
	border-radius: 6px;
	width: 131px;
	transition: all .35s;
}

.ba_off-btn:hover {
	background-color: #363736;
	box-shadow: 2px 10px 14px -12px #363736;
}

.ba_off-btn {
	font-family: Segoe-UI;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	line-height: 21px;
	position: relative;
	top: 10px;
}

.ba_off-btn:hover {
	text-decoration: none;
	color: #fff;
}

.quick-tabs-bg a {
	text-decoration: none;
	color: #000;
}

.quick-tabs-bg a:hover {
	color: #000;
}

.quick-tabs-row {
	justify-content: center;
	margin: 0 3%;
	position: relative;
	bottom: 2.5em;
}

.quick-tabs-bg {
	background-color: #fff;
	border-radius: 11px;
	padding: 25px;
	box-shadow: 0px 2px 6px #707070;
}

.qu-iconbox:hover {
	background-color: #f8f8f8;
	box-shadow: 0 1px 4px -1px #0000007a;
}

.qu-iconbox {
	justify-content: space-between;
	display: flex;
	align-items: center;
	border: 1px solid #CFCFCF;
	padding: 15px;
	border-radius: 6px;
	transition: all .25s;
}

.qu-iconbox p {
	margin: 0;
	margin-left: 10px;
	font-size: 16px;
	color: #000;
}

.quick-tabs-col h3 {
	font-size: 24px;
	margin-bottom: 10px;
}

.quick-tabs-col p {
	font-size: 16px;
	font-family: Segoe-UI;
}

.mh-bn-prosec h1 {
	color: #000;
	font-size: 26px;
}

.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 501;
	top: 0;
	left: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.9);
	overflow: hidden;
	transition: 0.5s;
}

.overlay-content {
	position: relative;
	top: 0;
	width: 320px;
	text-align: center;
	margin-top: 0;
}

.over-sidenav {
	background-color: #fff;
	height: 100vh;
	position: relative;
	overflow-y: scroll;
}

#ovTopnav {
	transform: translate(-21em, 0px);
}

.ov-topNav {
	position: fixed;
	top: 0;
	background-color: #fff;
	width: 320px;
	z-index: 100;
}

#ov-Bnav {
	transform: translate(-21em, 0px);
}

#ov-Bnav2 {
	transform: translate(0em, 0px);
}

.ov-topNav img {
	width: 192px;
	object-fit: cover;
}

.over-sidenav ul#pills-tab {
	justify-content: center;
}

.over-btnsec li.nav-item {
	width: 46%;
}

.over-btnsec .nav-pills .nav-link {
	background-color: #363736;
	color: #fff !important;
	font-size: 16px;
	margin: auto 1px;
	padding: 10px 30px;
	transition: all 0.29s linear;
}

.over-btnsec .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background-color: #D92720;
	color: #fff !important;
}

.overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 36px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
	color: #f1f1f1;
}

.overlay .closebtn {
	position: absolute;
	top: 0px;
	font-size: 40px;
	left: 10px;
	color: #000;
	z-index: 101;
	padding: 0;
}

.overlay .closebtn:hover {
	color: #000;
}

.over-vtabLinks {
	margin-top: 9em;
	position: relative;
}

.ov-bottomNav {
	position: fixed;
	bottom: 0;
	width: 320px;
	background-color: #fff;
	padding: 15px 0;
	box-shadow: 0 0 4px #efefef;
}

.ov-bm-links {
	display: flex;
	justify-content: space-evenly;
}

.ov-bm-links a {
	font-size: 14px;
	color: #666;
	padding: 0 1rem;
}

.ov-bt-fst {
	border-right: 1px solid #c4c4c4;
}

.ov-bm-links a:hover {
	color: #666;
	text-decoration: underline;
}

.ham-toggle-icon {
	font-size: 30px;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 50px;
	z-index: 500;
	color: #fff;
}

.card {
	border-radius: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	border: 0;
}

.card-body {
	background-color: #f7f7f7;
	padding: 0;
}

.card-header {
	background-color: #fff;
	padding: 16px 0;
	margin: 0 16px;
}

.card-header .btn-link {
	display: block;
	width: 100%;
	text-align: left;
	font-family: Segoe-UI;
	font-size: 16px;
	color: #000000;
	padding: 0;
}

.card-header .btn-link:hover,
.btn-link:focus {
	text-decoration: none;
}

.card-header:first-child {
	text-align: left;
}

.mh-ov-link #accordion .card-header .btn-link:after {
	content: "\f077";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	float: right;
	transform: rotate(0deg);
	transition: all 0.35s;
	color: #d92720;
}

.mh-ov-link #accordion .card-header .btn-link.collapsed:after {
	transform: rotate(180deg);
	color: #d92720;
}

.mh-ov-link #accordion2 .card-header .btn-link:after {
	content: "\f077";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	float: right;
	transform: rotate(0deg);
	transition: all 0.35s;
}

.mh-ov-link #accordion2 .card-header .btn-link.collapsed:after {
	transform: rotate(180deg);
}

.head-sec .carousel-indicators {
	bottom: 50px;
}

.head-sec .carousel-indicators li {
	width: 15px;
	height: 15px;
	border-radius: 25px;
	cursor: pointer;
}

/* Accordion styles */
.tabs {
	/*border-radius: 8px;*/
	overflow: hidden;
	/*box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);*/
}

.tab {
	width: 100%;
	color: white;
	overflow: hidden;
}

.tab-label {
	display: flex;
	justify-content: space-between;
	padding: 16px 0px;
	color: #D92720;
	cursor: pointer;
	font-family: Segoe-UI;
	font-size: 16px;
	border-bottom: 1px solid #b2b2b2;
	margin: 0px 20px;
}

.tab-label::after {
	content: "\f077";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	text-align: center;
	transition: all 0.35s;
	transform: rotate(180deg);
}

.tab-content {
	max-height: 0;
	/*padding: 0 1em;*/
	color: #2c3e50;
	background: #ececec;
	transition: all 0.35s;
}

.tab-close {
	display: flex;
	justify-content: flex-end;
	padding: 1em;
	font-size: 0.75em;
	background: #2c3e50;
	cursor: pointer;
}

.tab-close:hover {
	background: #1a252f;
}

/*.inner-accordian input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
	display: none;
}*/
div#radioBox label {
	font-size: 14px;
	margin: 0;
}

input:checked+.tab-label {
	/*background: #1a252f;*/
}

input:checked+.tab-label::after {
	transform: rotate(0deg);
}

input:checked~.tab-content {
	max-height: 100vh;
	/*padding: 1em;*/
}

.inchk-links {
	padding: 16px 20px;
	margin: 0 20px;
	text-align: left;
	border-bottom: 1px solid #b2b2b2;
}

.inchk-links a {
	font-family: Segoe-UI;
	font-size: 16px;
	color: #D92720;
	padding: 0;
	text-decoration: underline;
}

.inchk-links a:hover {
	color: #D92720;
}

.crd-abtUs a {
	font-family: Segoe-UI;
	font-size: 16px;
	color: #000000;
	padding: 0;
}

.crd-abtUs a:hover {
	color: #000000;
}

@media screen and (max-height: 450px) {
	.overlay a {
		font-size: 20px
	}

	.overlay .closebtn {
		font-size: 40px;
		top: 15px;
		right: 35px;
	}
}

#mh-bn-prosec {
	padding: 0 0 6em;
}

.mh-pro-posts {
	margin-top: 40px;
}

.mh-bk-proImg1 {
	background-image: url(../image/saving-acc.png);
	width: 100%;
	background-size: contain;
	height: 250px;
	background-repeat: no-repeat;
	position: relative;
}

.mh-bk-proImg2 {
	background-image: url(../image/home-loan.png);
	width: 100%;
	background-size: contain;
	height: 250px;
	background-repeat: no-repeat;
	position: relative;
}

.mh-bk-proImg3 {
	background-image: url(../image/gold-loan.png);
	width: 100%;
	background-size: contain;
	height: 250px;
	background-repeat: no-repeat;
	position: relative;
}

.mh-bk-proImg4 {
	background-image: url(../image/car-loan.png);
	width: 100%;
	background-size: contain;
	height: 250px;
	background-repeat: no-repeat;
	position: relative;
}

.mh-bk-proImg5 {
	background-image: url(../image/current-acc.jpg);
	width: 100%;
	background-size: contain;
	height: 250px;
	background-repeat: no-repeat;
	position: relative;
}

.mh-bk-proImg6 {
	background-image: url(../image/mortgage-od.jpg);
	width: 100%;
	background-size: contain;
	height: 250px;
	background-repeat: no-repeat;
	position: relative;
}

.mh-bk-proImg7 {
	background-image: url(../image/transport-loan.jpg);
	width: 100%;
	background-size: contain;
	height: 250px;
	background-repeat: no-repeat;
	position: relative;
}

.mh-bk-proImg8 {
	background-image: url(../image/loan-ag-property.jpg);
	width: 100%;
	background-size: contain;
	height: 250px;
	background-repeat: no-repeat;
	position: relative;
}

.mh-scm-box {
	background-color: #fff;
	width: 90%;
	margin: 0 auto;
	position: absolute;
	bottom: -22%;
	left: 5%;
	border-radius: 12px;
	box-shadow: 0 3px 6px #00000052;
	padding: 20px;
}

.mh-scm-box:hover:after {
	content: "\f061";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 15px;
	opacity: 1;
	margin-left: 2px;
	color: #D92720;
}

.mh-scm-box:after {
	content: "";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	opacity: 0;
	transition: all .5s;
	margin-left: -5px;
	font-size: 15px;
	color: #D92720;
}

.mh-scm-box h3 {
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 10px;
}

.mh-scm-box p {
	font-size: 16px;
	font-family: Segoe-UI;
	color: #68615D;
	line-height: 24px;
	margin-bottom: 10px;
}

.mh-scm-box a {
	color: #D92720;
}

.mh-scm-box a:hover {
	color: #D92720;
	cursor: pointer;
	text-decoration: none;
}

.view-mBtn1 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #D92720;
	width: 102px;
}

.view-mBtn1:hover {
	color: #D92720;
	text-decoration: none;
}

.view-mBtn1:hover i {
	margin-left: 5px;
}

a.view-mBtn1 i {
	margin-left: 0px;
	margin-top: 3px;
	transition: all .3s;
}

#achivement {
	position: relative;
	padding: 2em 0 10em;
}

.achiv-con-bg {
	background-color: #fff;
	padding: 50px 0 130px;
	position: relative;
	border-radius: 10px;
}

.row.achi-row {
	justify-content: center;
}

.achic-h-box {
	text-align: center;
}

.achic-h-box h1 {
	font-size: 30px;
	line-height: 54px;
	font-family: Segoe-bold;
	color: #000;
}

.achic-h-box h1 strong {
	font-family: Segoe-bold;
}

.achic-h-box p {
	font-size: 16px;
	line-height: 21px;
	font-family: Segoe-UI;
	color: #000;
	margin: 0;
}

div#counters {
	background-color: #d92720;
	border-radius: 10px;
	position: absolute;
	width: 100%;
	top: 2em;
	padding: 2em 0;
}

.progress_counter {
	text-align: center;
}

.progress-count {
	font-size: 36px;
	color: #fff;
	line-height: 48px;
}

.progress_counter h2 {
	font-size: 19px;
	color: #fff;
	line-height: 26px;
}

#nws-update {
	padding: 80px 0;
}

.nws-twitter-pst {
	background-color: #fff;
	height: 319px;
	border-radius: 10px;
}

.nws-top-head {
	display: flex;
	align-items: flex-start;
	padding: 15px;
	border-bottom: 1px solid #E1E8ED;
}

.nws-top-head h1 {
	font-size: 20px;
	margin: 0;
}

.nws-top-head i {
	font-size: 28px;
	color: #D92720;
	margin-right: 5px;
}

.twi-scrl {
	overflow-x: hidden;
	overflow-y: scroll;
	height: 255px;
}

/*.gold-lnImg {
	background-image: url(../image/gold-loan2.png);
	width: 100%;
	background-size: cover;
	height: 320px;
	border-radius: 10px;
	display: grid;
	align-items: center;
}*/
.gd-loan-d {
	padding: 0 45px;
}

.gd-loan-d h1 {
	font-size: 48px;
	line-height: 64px;
	color: #000;
}

.gd-loan-d h2 {
	font-size: 30px;
	margin: 0;
	line-height: 30px;
	color: #000;
}

.gd-loan-d h3 {
	font-size: 20px;
	margin-bottom: 6px;
	line-height: 28px;
	color: #000;
}

.ba_off-btn2 {
	background-color: #000;
	padding: 8px 15px;
	border-radius: 6px;
	width: 114px;
	transition: all .35s;
}

.ba_off-btn2:hover {
	background-color: #D92720;
	box-shadow: 2px 10px 14px -12px #363736;
}

.ba_off-btn2 {
	font-family: Segoe-UI;
	font-size: 16px;
	color: #F3DE81;
	text-decoration: none;
	line-height: 21px;

}

.ba_off-btn2:hover {
	text-decoration: none;
	color: #F3DE81;
}

.myWrapper {
	height: 255px !important;
}

.myWrapper li {
	list-style: none;
}

.myWrapper ul {
	padding: 0;
}

.myWrapper p {
	font-size: 12px;
	color: #6E6E6E;
	margin-bottom: 6px;
}

.myWrapper h6 {
	font-size: 14px;
	color: #000;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	margin-bottom: 10px;
}

.ticker-dv {
	padding: 15px;
	border-bottom: 1px solid #E1E8ED;
}

section.bank-mobo {
	padding: 50px 0 100px;
}

.bank-mobo .bank-mobo-rw {
	height: 350px;
	background-color: #FFEECE;
	border-radius: 10px;
	justify-content: center;
	margin: 0;
	position: relative;

}

.mh-mob-col1 {
	display: grid;
	align-items: flex-end;
	height: 350px;
}

.mh-mob-col2 {
	display: grid;
	align-items: center;
	height: 350px;
	justify-content: center;
}

.mob-bg-rd {
	background-image: url(../image/Intersection-2.png);
	width: 100%;
	background-size: contain;
	height: 181px;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
}

.bn-hand {
	background-image: url(../image/Mh-mob-hand.png);
	width: 100%;
	background-size: contain;
	height: 284px;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: absolute;
	bottom: 0em;
}

.anvFlx {
	display: flex;
	align-items: flex-end;
	gap: 1em;
}

.codeQr_bx {
	max-width: 320px;
	width: 100%;
}

.codeQr_bx img {
	width: 100%;
}

.mh-slogan h1 {
	font-size: 42px;
	line-height: 56px;
	color: #000;
	margin-bottom: 10px;
}

.mh-slogan h3 {
	font-size: 25px;
	line-height: 33px;
	color: #000;
	margin-bottom: 15px;
}

.ba_off-btn3 {
	font-family: Segoe-UI;
	font-size: 16px;
	color: #F3DE81;
	text-decoration: none;
	line-height: 21px;
	background-color: #000;
	padding: 5px 0px;
	border-radius: 6px;
	width: 150px;
	transition: all .35s;
	display: flex;
}

.ba_off-btn3:hover {
	text-decoration: none;
	color: #fff;
	box-shadow: 2px 10px 14px -12px #363736;
}

img.gplay-icon {
	height: 40px;
	width: 40px;
	object-fit: cover;
	object-position: -2px 8px;
}

.g-playbtn p {
	font-family: Product-sans-regular;
	text-transform: uppercase;
	color: #fff;
	font-size: 10px;
	margin: 0;
}

.g-playbtn h5 {
	font-family: Product-sans-regular;
	color: #fff;
	font-size: 16px;
	margin: 0;
}

/*floating contact pannel*/
.floating-contact-panel {
	position: fixed;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3;
}

.floating-contact-panel ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}

.floating-contact-panel ul li {
	padding: 0;
	color: #FFF;
	/*border-bottom: 1px solid #4db68f;*/
}

.floating-contact-panel ul li a {
	display: block;
	height: 50px;
	color: #FFF;
}

.floating-contact-panel ul li span {
	display: inline-block;
	position: absolute;
	height: 50px;
	width: 0;
	right: 35px;
	color: #FFF;
	vertical-align: bottom;
	line-height: 50px;
	background: #363736;
	white-space: nowrap;
	z-index: 2;
	-webkit-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
	-webkit-transition: 0.2s ease all;
	-o-transition: 0.2s ease all;
	transition: 0.2s ease all;
}

.floating-contact-panel ul li a:after {
	font-family: "Font Awesome 5 Free";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	text-decoration: none;
	text-transform: none;
	content: "\f095";
	position: relative;
	display: inline-block;
	width: 45px;
	height: 50px;
	background-color: #363736;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	color: #FFF;
	z-index: 2;
}

.floating-contact-panel ul li a:hover span {
	visibility: visible;
	width: auto;
	padding: 0 20px;
	background: #363736;
	right: 35px;
}

.floating-contact-panel ul li a.goone:after {
	content: "\f133";
	font-weight: 200;
	border-top-left-radius: 12px;
}

.floating-contact-panel ul li a.chat:after {
	content: "\f27a";
	font-weight: 200;
}

.floating-contact-panel ul li a.form-open:after,
.floating-contact-panel ul li a.contact-phone:after {
	content: "\f095";

}

.floating-contact-panel ul li a.places:after {
	content: "\f3c5";
	border-bottom-left-radius: 12px;
}

section.prduct-banner img {
	width: 100%;
	height: auto;
}

section.prduct-banner {
	margin-top: -10px;
	position: relative;
}

.pro-carloan {
	padding: 80px 0;
}

.pro-carloan .tab-content {
	max-height: 200vh;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-top: 0 solid;
	padding: 15px 25px 15px 15px;
	height: auto;
}

.savin-acc .tab-content {
	max-height: 200vh;
}

.pro-carloan .nav-tabs {
	border: 1px solid #dee2e6;
	background-color: #fff;

}

.pro-carloan .nav-tabs .nav-item {
	margin: 0;
}

.pro-carloan a.nav-link {
	font-size: 16px;
	margin: 0;
	transition: all .2s;
	border-radius: 0;
	border-color: #e9ecef #e9ecef #e9ecef;
	background-color: #fff;
	padding: 10px 50px;
	border-bottom: 3px solid #0000;
	border-top: 0;
	border-left: 0;
	font-family: Segoe-semibold;
	color: #000;
}

.pro-carloan .chg-radius {}

.pro-carloan .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	border-bottom: 3px solid #D92720;
}

.pro-carloan .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
	border-bottom: 3px solid #0000;
}

.pro-carloan .nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #e9ecef;
	border-bottom: 3px solid #0000;
}

.pro-carloan .nav-tabs .nav-link:focus {
	border-color: #e9ecef #e9ecef #D92720;
}

.pro-carloan .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active:hover {
	border-color: #e9ecef #e9ecef #D92720;
	border-bottom: 3px solid #D92720;
}

.tab-pro-content ul {
	list-style: none;
	margin: 0;
	padding-left: 0px;
}

.tab-pro-list p {
	font-family: Segoe-semibold;
	color: #000;
	margin: 0;
	font-size: 16px;
}

.tab-pro-list i {
	color: #D92720;
	font-size: 12px;
	margin-right: 7px;
	margin-top: 7px;
}

.tab-pro-list {
	display: flex;
	margin-bottom: 5px;
}

.tab-prolist-item {
	padding-left: 25px;
}

.tab-pro-content li {
	margin-bottom: 15px;
}

.tab-prolist-item p {
	font-family: Segoe-UI;
	color: #000;
	font-size: 16px;
	margin-bottom: 5px;
	display: flex;
	align-items: baseline;
}

.tabs-flx {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-right: 2em;
}

.pro-tablistSec {
	margin-top: 50px;
}

.pro-tabhead h1 {
	font-family: Segoe-bold;
	font-size: 30px;
	line-height: 40px;
	color: #000;
}

.pro-tabhead h2 {
	font-size: 20px;
	line-height: 27px;
	color: #000;
}

.pro-tabhead p {
	font-family: Segoe-UI;
	color: #000;
	font-size: 16px;
	line-height: 24px;
}

.pro-loan-frm {
	background-color: #B5B5B5;
	border-radius: 5px;
	padding: 15px;
}

.pr-orlan-frm {
	background-color: #fff;
	padding: 20px 15px 30px;
	border-radius: 5px;
}

.pro-loan-frmcol {
	padding-left: 3em;
	position: -webkit-sticky;
	position: sticky;
	top: 90px;
}

.pr-orlan-frm h4 {
	font-size: 20px;
	line-height: 27px;
	color: #000;
	margin-bottom: 20px;
}

.pro-input-box {
	width: 100%;
	border: 1px solid #707070;
	border-radius: 3px;
	padding: 11px;
	color: #000;
	font-size: 14px;
	/*text-transform: capitalize;*/
}

.pro-input-box:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.form-control {
	width: 100%;
	border: 1px solid #707070;
	border-radius: 3px;
	padding: 0 11px;
	color: #000;
	font-size: 14px;
	height: 45px;
}

select.form-control:not([size]):not([multiple]) {
	height: 45px;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.pro-input-box::placeholder {
	color: #000 !important;
	font-size: 14px;
	line-height: 19px;
	text-transform: capitalize;
}

.centered {
	float: none;
	margin: 100px auto;
}

.form-group {
	position: relative;
	margin-bottom: 1.4rem;
}

.form-group .palceholder {
	position: absolute;
	top: 9px;
	left: 8px;
	color: #B1B1B1;
	display: none;
}

.form-group label {
	color: #000;
	font-size: 14px;
	margin-left: 3px;
}

.form-group .star {
	color: red;
}

button.proSub-btn {
	border-radius: 3px;
	width: 100%;
	background-color: #D92720;
	border: 0;
	color: #fff;
	padding: 10px;
	font-size: 16px;
	cursor: pointer;
	transition: all .3s;
}

button.proSub-btn:hover {
	box-shadow: 0px 10px 15px -9px #363736;
	background-color: #363736;
}

button.proSub-btn:focus-visible {
	outline: -webkit-focus-ring-color auto 0px;
}

/*FAQ Accordian*/
.faq_sec {
	padding: 50px 0 0px;
}

.faq_sec .card {
	border-radius: 0;
	border-bottom: 1px solid #E6E6E6;
}

.faq-innerCol h1 {
	font-family: Segoe-bold;
	font-size: 30px;
	line-height: 40px;
	color: #000;
	margin-bottom: 25px;
}

div#accordion-f {
	border: 1px solid #E6E6E6;
}

.faq-innerCol {
	padding-right: 2em;
}

.faq_sec .card-body {
	background-color: #ffffff;
	padding: 0 100px 25px 20px;
	color: #656060;
	font-family: Segoe-UI;
}

.faq_sec .card-header {
	border-bottom: 0px solid rgb(0 0 0 / 0%);
}

.faq_sec .card-header .btn-link {
	display: flex;
	width: 100%;
	text-align: left;
	font-family: Segoe-UI;
	font-size: 16px;
	color: #D92720;
	padding: 0;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}

.faq_inbtn>button:before {
	float: right !important;
	content: "";
	background-image: url(../image/minus.png);
	padding: 0px 0px;
	border-radius: 25px;
	border: 1px solid;
	width: 34px;
	height: 34px;
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0;
}

.faq_inbtn span {
	font-family: Segoe-semibold;
}

.faq_inbtn>button.collapsed span {
	color: #000;
	font-family: Segoe-UI;
	transition: all .5s;
}

.faq_inbtn>button.collapsed:before {
	float: right !important;
	content: "";
	background-image: url(../image/plus.png);
	padding: 0px 0px;
	border-radius: 25px;
	border: 1px solid;
	width: 34px;
	height: 34px;
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0;
}

.faq_inbtn>button:hover,
.faq_inbtn>button:active,
.faq_inbtn>button:focus {
	text-decoration: none;
}

/**/

/*product-related-post*/
.pr-mh-bn-prosec {
	padding: 0 0 10em;
}

.prd-bn-prhead {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.prd-bn-prhead h1 {
	font-family: Segoe-bold;
	font-size: 30px;
	line-height: 40px;
	color: #000;
}

/**/
.owl-dots {
	text-align: center;
	margin-top: 1%;
}

.owl-dot {
	display: inline-block;
	height: 12px !important;
	width: 12px !important;
	background-color: #ddd !important;
	opacity: 0.8;
	border-radius: 50%;
	margin: 0 5px;
}

.owl-dot.active {
	background-color: #fff !important;
	border: 3px solid #000 !important
}

.owl-stage {
	display: flex;
	align-items: center;
}

.padd-remo {
	padding: 0;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	max-width: 635px;
	margin: 0px -170px;
}

/* Animation delays */
/* Animation */

@keyframes fadeInUp {
	from {
		transform: translate3d(0, 30px, 0);
	}

	to {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@-webkit-keyframes fadeInUp {
	from {
		transform: translate3d(0, 30px, 0);
	}

	to {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes fadeInRight {
	from {
		transform: translate3d(60px, 0, 0);
	}

	to {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@-webkit-keyframes fadeInRight {
	from {
		transform: translate3d(60px, 0, 0);
	}

	to {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes fadeInLeft {
	from {
		transform: translate3d(-60px, 0, 0);
	}

	to {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@-webkit-keyframes fadeInLeft {
	from {
		transform: translate3d(-60px, 0, 0);
	}

	to {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.animated {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
}

.animatedFadeInUp,
.animatedFadeInRight,
.animatedFadeInLeft {
	opacity: 0;
}

.fadeInUp {
	opacity: 0;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}

.fadeInRight {
	opacity: 0;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}

.fadeInLeft {
	opacity: 0;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
}



.testimonial-headbox {
	margin-bottom: 0px;
}

.testimonial-headbox h3 {
	color: #33C45A;
	font-size: 22px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-family: Segoe-semibold;
}

.testimonial-headbox h1 {
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
	font-size: 50px;
	color: #000000;
}

.testimonial-sec {
	padding: 80px 0 30px;
}

.carousel-control-prev i {
	color: #5a5a5a;
	font-size: 25px;
}

.carousel-control-prev {
	left: 30%;
	height: 30px;
	top: 71%;
	width: 30px;
}

.carousel-control-next {
	right: 64%;
	height: 30px;
	top: 71%;
	width: 30px;
}

.carousel-control-next i {
	color: #5a5a5a;
	font-size: 25px;
}

.float-news {
	position: relative;
	top: 170px;
	margin-top: -100px;
}

.on-nes {
	display: inline-block;
	text-align: left;
}

.on-nes h1 {
	color: #fff;
	font-size: 40px;
	line-height: 45px;
	font-family: Roboto, sans-serif;
	font-weight: bold;
}

.on-nes h3 {
	color: #000;
	font-size: 27px;
	line-height: 37px;
	font-family: Roboto, sans-serif;
	font-weight: 500;
}

.fn-box {
	background-color: #4CCE7C;
	padding: 4.5em 2.5em;
	display: flex;
	justify-content: space-between;
	border-radius: 24px;
	align-items: center;
}

.wrapper5 .slide-btn {
	font-weight: 600;
	font-size: 28px;
	height: 44px;
	line-height: 44px;
	text-transform: none;
	width: 230px;
}

.wrapper5 .slide-btn:after {
	background-color: #000000;
	width: 44px;
}

.wrapper5 .slide-btn:hover:after {
	width: 100%;
	border-radius: 100px;
	background-image: linear-gradient(to left, #000000, #040404);
}

.wrapper5 .slide-btn:hover .fullArrow {
	top: 15px;
}

.wrapper5 .slide-btn .fullArrow {
	top: 15px;
}

.cha-btn {
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	font-family: Roboto, sans-serif;
	vertical-align: middle;
	padding: 20px 30px;
	background-color: #242424;
	border: none;
	border-radius: 6px !important;
}

.cha-btn:focus {
	outline: -webkit-focus-ring-color auto 0px;
}

.cha-btnBox {}

.cha-btnBox img {
	width: 28px;
	margin-left: 5px;
}

.cha-btnBox:hover {}

.cha-btnBox:active {}

/*Footer*/
.footer-sec {}

.footer-bg {
	background-color: #363736;
	padding: 3em 0 5em;
}

img.f-logo {
	width: 190px;
	margin-bottom: 15px;
}

.f-comy-log {
	margin-bottom: 20px;
}

.f-comy-log p {
	font-size: 14px;
	color: #fff;
	font-family: Open Sans, sans-serif;
	font-weight: 300;
}

.f-social-box p {
	font-size: 14px;
	color: #fff;
	font-family: Roboto, sans-serif;
	font-weight: 300;
}

.f-social-i i {
	color: #fff;
	font-size: 22px;
	background-color: #636363;
	padding: 5px;
	border-radius: 25px;
	margin-right: 5px;
	transition: all .3s;
}

.f-social-i i:hover {
	box-shadow: 0px 0px 8px #ffffff6e;
}

.f-com-work1 h1 {
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.6px;
	padding-top: 10px;
	margin-bottom: 20px;
	font-family: Segoe-semibold;
}

.f-com-work1 ul {
	padding: 0;
}

.f-com-work1 li {
	margin-bottom: 15px;
}

.f-com-work1 a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-family: Segoe-semibold;
	text-transform: capitalize;
	transition: all .3s;
}

.f-com-work2 h1 {
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.6px;
	padding-top: 10px;
	margin-bottom: 20px;
	font-family: Segoe-semibold;
}

.f-com-work2 ul {
	padding: 0;
}

.f-com-work2 li {
	margin-bottom: 15px;
}

.f-com-work2 a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-family: Segoe-semibold;
	text-transform: capitalize;
	transition: all .3s;
}

.f-com-work1 li:hover a,
.f-com-work1 li:hover i {
	color: #D92720;
}

.f-com-work1 li:hover:before {
	content: "";
	background-color: #D92720;
	width: 6px;
	height: 2.5px;
	margin-top: 10px;
	margin-right: -2px;
}

.f-com-work1 li:before {
	content: "";
	background-color: #D92720;
	width: 0px;
	height: 3px;
	margin-top: 10px;
	transition: all .3s;
}

.f-com-work1 p {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-family: Segoe-semibold;
	text-transform: capitalize;
	margin-bottom: 6px;
}

.f-com-work2 p {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-family: Segoe-semibold;
	text-transform: capitalize;
	margin-bottom: 6px;
	margin-top: 0;
}

.f-com-col {
	padding-left: 25px;
}

.f-row-padd {
	padding: 0px;
}

.cor-office {
	padding-left: 25px !important;
}

.f-col-xl-3 {
	width: 20%;
	padding: 0 15px;
}

.f-com-work1 {
	display: inline-block;
}

.f-com-work2 {
	display: inline-block;
}

.fn-row {
	justify-content: center;
}

.f-com-work1 li {
	display: flex;
	flex-wrap: wrap;
}

.f-com-work2 li {
	display: flex;
	flex-wrap: wrap;
}

.f-comaddres {
	width: 100%;
	display: flex;
}

.f-com-work1 i {
	color: #fff;
	font-size: 22px;
	display: grid;
	margin-left: -5px;
	transition: all .3s;
}

.f-com-work2 i {
	color: #fff;
	font-size: 22px;
	display: grid;
	margin-left: -5px;
	transition: all .3s;
}

.footer-bg2 {
	background-color: #000000;
}

.term-link-row {
	padding: 1.5em 0;
}

.ter-link-col {
	display: grid;
	align-items: center;
}

.f-termLink2 {
	text-align: right;
}

.f-termLink1 p {
	color: #fff;
	font-family: Segoe-semibold;
	font-size: 14px;
	margin: 0;
	text-align: center;
}

.ft-line {
	color: #9D9D9D;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	font-size: 15px;
	margin: 0 5px;
}

.f-termLink2 p {
	margin: 0;
}

.f-termLink2 a {
	text-decoration: none;
	color: #9D9D9D;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	font-size: 14px;
}


/*About us*/
.about-bann {
	margin-top: 0 !important;
}

.un-link-box {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.un-link-box a {
	font-size: 12px;
	text-decoration: none;
	color: #212121;
}

.linkEffect:after {
	content: '';
	display: block;
	height: 1px;
	width: 0;
	background: 0 0;
	transition: width .5s ease, background-color .5s ease;
}

.uni-page-links a:hover:after {
	background-color: #ababab;
}

.linkEffect:hover:after {
	background-color: #97144d;
	width: 100%;
}

.un-link-box p {
	margin: 0;
	font-size: 12px;
	color: #212121;
	text-transform: capitalize;
}

.un-link-box i {
	color: #ababab;
	font-size: 18px;
}

.about-bann-Img {
	background-image: url(../image/about-banner.jpg);
	height: 356px;
}

.career-bann-Img {
	background-image: url(../image/careerBG.webp);
	height: 434px;
}

.about-bann-Img,
.career-bann-Img {
	background-size: cover;
	width: 100%;
	background-repeat: no-repeat;
	display: grid;
	align-items: center;
	margin-top: -10px;
}

.ban-head h1 {
	font-size: 48px;
	font-family: Roboto, sans-serif;
	text-align: center;
	color: #fff;
	font-weight: 300;
}

.office-addSec {
	padding: 8em 0 6em;
}

.add-info h1 {
	font-size: 30px;
	font-family: Segoe-bold;
	color: #000;
	font-weight: 300;
	margin-bottom: 25px;
}

.add-info strong {
	font-family: segoe-bold;
}

.add-n-pa p {
	font-size: 16px;
	font-family: Segoe-UI;
	margin-bottom: 25px;
	color: #000;
}

.add-n-pa span {
	font-size: 14px;
	font-family: Segoe-UI;
}

.or-offImg-col {
	justify-content: center;
}

.off-btn-wrap {
	padding-top: 3rem;
}

.off-linkBtn {
	width: 20rem;
	text-align: center;
	margin-right: 1rem;
	padding: 11px 22px;
	font-size: 15px;
	font-family: Segoe-UI;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	transition: all .3s;
}

.off-linkBtn:hover {
	color: #fff;
	text-decoration: none;
	box-shadow: 0px 10px 15px -9px #363736;
	background-color: #363736;
}

.red1 {
	background-color: #D92720;
}

.geyLight .owl-dots {
	text-align: center;
	margin-top: 1%;
	display: flex;
	flex-direction: row-reverse;
}

.geyLight button.owl-dot:nth-child(1):after {
	content: "\f061";
	font-family: 'Font Awesome 5 Free';
	color: #fff;
	font-weight: 900;
}

.geyLight button.owl-dot:nth-child(2):after {
	content: "\f060";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #fff;
}

.geyLight button:focus {
	outline: 0px dotted;
	outline: 0px auto -webkit-focus-ring-color !important;
}

.geyLight .owl-dot.active {
	background-color: #dddddd !important;
	border: 0px solid #000 !important;
	width: 40px !important;
	height: 40px !important;
	border-radius: 0;
	opacity: 1;
	transition: all .3s
}

.geyLight .owl-dot {
	background-color: #d92720 !important;
	border: 0px solid #000 !important;
	width: 40px !important;
	height: 40px !important;
	border-radius: 0;
	opacity: 1;
	transition: all .3s
}

.geyLight .owl-carousel .owl-stage-outer {
	display: grid;
}

.geyLight .slider {
	width: 100%;
}

.geyLight .owl-nav {
	position: absolute;
	top: -3em;
	right: 10em;
}

.geyLight button.owl-next {
	margin-left: 50px;
}

.geyLight button.owl-next span,
.geyLight button.owl-prev span {
	color: #fff0;
}

.geyLight i {
	color: #fff;
	width: 40px;
	height: 40px;
	background-color: #d92720;
	display: grid;
	align-items: center;
}

.geyLight button.owl-next.disabled i,
button.owl-prev.disabled i {
	background-color: #dddddd;
	transition: all .3s
}

.geyLight .owl-carousel .owl-nav [class*='owl-'].disabled:hover {
	background-color: #d6d6d600;
}

.single-logo a {
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	line-height: 5rem;
	width: 12rem;
	text-align: center;
	position: relative;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #212121;
	font-family: Segoe-UI;
}

.single-logo a:before {
	content: "";
	border: 2px solid #898989;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 12px;
	height: 12px;
	z-index: 9999;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.single-logo a:after {
	background: url(../image/bdr-dotted-line.png) repeat-x left top;
	content: "";
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 100%;
	height: 2px;
}

.single-logo a.active {
	color: #d92720;
	font-family: Segoe-bold;
}

.single-logo a.active:before {
	border: 2px solid #d92720;
}

.awardImg-box {
	width: 18%;
}

.mySlides ul li {
	font-family: Segoe-UI;
	font-size: 14px;
}

.mySlides ul li::marker {
	color: #d92720;
	font-size: 16px;
}

.mySlides ul {
	padding: 0;
}

.read {
	font-family: Segoe-UI;
	font-size: 14px;
	color: #d92720;
	cursor: pointer;
}

.more {
	display: none;
}

section.geyLight {
	background: #fff;
	padding: 40px 0;
}

.awrd-yrBox {
	padding: 40px 80px;
	background: #fff;
}

.geyLight .awrd-yrBox h1 {
	font-family: Segoe-UI;
	font-size: 26px;
	color: #000;
	padding: 10px 0;
	margin: 0;
}

.geyLight .awrd-yrBox h1 strong {
	font-family: Segoe-bold;
	color: #000;
}

.media-sec {
	padding: 2em 0 8em;
}

.contac-md-col h1 {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 20px;
	color: #000;
}

.contac-md-col strong {
	font-family: Segoe-bold;
}

.contac-md-col p {
	font-size: 16px;
	margin-bottom: 0;
	font-family: Segoe-UI;
	line-height: 21px;
	color: #68615D;
}

.contac-md-col a {
	font-size: 16px;
	margin-bottom: 0;
	font-family: Segoe-UI;
	line-height: 21px;
	color: #68615D;
}

.contac-md-col a:hover {
	color: #d92720;
}

section.board-dirSec {
	padding: 5em 0;
}

.board-dirSec i {
	color: #fff;
	width: 40px;
	height: 40px;
	background-color: #d92720;
	display: grid;
	align-items: center;
}

.board-dirSec button.owl-next.disabled i,
button.owl-prev.disabled i {
	background-color: #dddddd;
	transition: all .3s
}

.board-dirSec .owl-carousel .owl-nav [class*='owl-'].disabled:hover {
	background-color: #d6d6d600;
}

.board-dirSec button.owl-next {
	margin-left: 50px;
}

.board-dirSec .owl-nav {
	position: absolute;
	right: 10em;
	top: -4.5em;
}

.board-dirSec .owl-carousel .owl-item img {
	display: block;
	width: 100%;
	margin: 0 auto;
	filter: grayscale(100%);
	height: 150px;
	width: 150px;
}

.board-dirSec .owl-carousel .owl-item a:hover img {
	filter: none;
}

.board-dirSec button:focus {
	outline: 0px dotted;
	outline: 0px auto -webkit-focus-ring-color !important;
}

.board-dirSec .head-logo {
	display: inline-block;
}

.board-dirSec .owl-item.active {
	justify-content: center;
	display: flex;
}

.board-dirSec .bord-direc h1 {
	font-family: Segoe-UI;
	font-size: 26px;
	padding: 15px 0 25px;
	color: #000;
}

.board-dirSec .bord-direc h1 strong {
	font-family: Segoe-bold;
	color: #000;
}

.board-dirSec .head-logo h4 {
	font-size: 20px;
	font-family: Segoe-semibold;
	padding: 15px 0 15px;
	margin: 0;
	text-align: center;
	color: #000;
}

.board-dirSec .head-logo h5 {
	font-size: 14px;
	font-family: Segoe-UI;
	margin: 0;
	text-align: center;
	color: #666;
}

section.senior-manageSec {
	padding: 5em 0;
}

.senior-manageSec i {
	color: #fff;
	width: 40px;
	height: 40px;
	background-color: #d92720;
	display: grid;
	align-items: center;
}

.senior-manageSec button.owl-next.disabled i,
button.owl-prev.disabled i {
	background-color: #dddddd;
	transition: all .3s
}

.senior-manageSec .owl-carousel .owl-nav [class*='owl-'].disabled:hover {
	background-color: #d6d6d600;
}

.senior-manageSec button.owl-next {
	margin-left: 50px;
}

.senior-manageSec .owl-nav {
	position: absolute;
	right: 10em;
	top: -4.5em;
}

.senior-manageSec .owl-carousel .owl-item img {
	display: block;
	width: 100%;
	margin: 0 auto;
	filter: grayscale(100%);
	height: 150px;
	width: 150px;
}

.senior-manageSec .owl-carousel .owl-item a:hover img {
	filter: none;
}

.senior-manageSec button:focus {
	outline: 0px dotted;
	outline: 0px auto -webkit-focus-ring-color !important;
}

.senior-manageSec .head-logo {
	display: inline-block;
}

.senior-manageSec .owl-item.active {
	justify-content: center;
	display: flex;
}

.senior-manageSec .bord-direc h1 {
	font-family: Segoe-UI;
	font-size: 26px;
	padding: 15px 0 25px;
	color: #000;
}

.senior-manageSec .bord-direc h1 strong {
	font-family: Segoe-bold;
	color: #000;
}

.senior-manageSec .head-logo h4 {
	font-size: 20px;
	font-family: Segoe-semibold;
	padding: 15px 0 15px;
	margin: 0;
	text-align: center;
	color: #000;
}

.senior-manageSec .head-logo h5 {
	font-size: 14px;
	font-family: Segoe-UI;
	margin: 0;
	text-align: center;
	color: #666;
}

.mediaImg-link {
	position: relative;
}

.mediaImg-link h4 {
	color: #fff;
	position: absolute;
	left: 1em;
	top: 5.5em;
}

.media-row {
	align-items: center;
	margin-bottom: 25px;
}

.code-nRules {
	border-top: 1px solid #dcdcdc;
	padding-top: 15px;
}

.code-nRules a {
	font-size: 14px;
	color: #000;
}

.code-nRules a:hover {
	color: #d92720;
}

section.missionSec {
	padding: 2em 0 8em;
}

.or-vission {
	position: relative;
	background-color: #fff;
	border-radius: 8px;
}

.or-vis-content {
	padding: 50px 105px;
}

.or-vis-content h1 {
	font-family: Segoe-bold;
	font-size: 30px;
	margin-bottom: 25px;
	color: #000;
	text-align: center;
}

.or-vis-content p {
	font-family: Segoe-UI;
	font-size: 16px;
	margin: 0;
	color: #000;
	text-align: center;
}

.bottom-style {
	height: 11px;
	background-color: #D92720;
	position: absolute;
	bottom: 0;
	width: 100%;
	border-radius: 8px;
}

.or-vis-padd {
	padding-right: 35px;
}

.or-mis-padd {
	padding-left: 35px;
}

section.chairmanSec {
	padding: 2em 0 6em;
}

.chair-row {
	align-items: center;
	justify-content: center;
}

img.chairman-Imgbox {
	width: 100%;
	object-fit: cover;
	object-position: left;
	height: 390px;
}

.chairman-content h1 {
	font-size: 26px;
	color: #000;
	margin-bottom: 5px;
}

.chairman-content h2 {
	font-size: 21px;
	color: #D92720;
	margin-bottom: 15px;
}

.chairman-content p {
	font-size: 16px;
	color: #68615D;
	margin-bottom: 10px;
	font-family: Segoe-UI;
}

.chairman-content a {
	color: #535353;
}

section.ceoSec {
	padding: 2em 0 8em;
}

img.ceo-Imgbox {
	width: 100%;
	object-fit: cover;
	object-position: right;
	height: 390px;
}

.ceo-content {
	margin-left: 35px;
}

.ceo-content h1 {
	font-size: 26px;
	color: #000;
	margin-bottom: 5px;
}

.ceo-content h2 {
	font-size: 21px;
	color: #D92720;
	margin-bottom: 15px;
}

.ceo-content p {
	font-size: 16px;
	color: #68615D;
	margin-bottom: 10px;
	font-family: Segoe-UI;
}

.ceo-content a {
	color: #535353;
}

/*Case-studies*/
.cs-banner {
	display: grid;
	align-items: center;
	padding-top: 100px;
}

.cs-banner .pages-link {
	font-size: 16px;
	font-family: Roboto, sans-serif;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	font-weight: 500;
}

.cs-banner .pages-link a {
	color: #000;
	margin: 0 3px;
}

.cs-banner .pages-link span a {
	color: #33C45A;
}

.cs-banner .or-wrk-head {
	margin-bottom: 35px;
}

#cs-banner .row {
	justify-content: center;
}

.cs-ban-texts {
	text-align: center;
}

.cs-ban-texts h1 {
	font-size: 70px;
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
}

.cs-ban-para {
	font-size: 22px;
	font-family: Segoe-UI;
	line-height: 34px;
}

.padd-rmo {
	padding: 0;
}

.row-n-height {
	height: auto;
	align-items: center;
}

.case-float-sec {
	padding: 1em 0 7em;
}

.cs-cont-padd {
	padding: 8em 15px 0em;
	position: relative;
}

.cs-con-row {
	justify-content: center;
	padding-left: 85px;
}

.cs-con-row2 {
	justify-content: center;
	margin-left: -40px;
}

.cs-con-row h1 {
	font-family: 'Barlow', sans-serif;
	font-size: 40px;
	font-weight: 600;
}

.cs-con-row2 h1 {
	font-family: 'Barlow', sans-serif;
	font-size: 40px;
	font-weight: 600;
}

.cs-con-row3 h1 {
	font-family: 'Barlow', sans-serif;
	font-size: 40px;
	font-weight: 600;
}

.bld-para {
	font-size: 18px;
	font-family: Segoe-semibold;
}

.light-para {
	font-size: 18px;
	font-family: Segoe-UI;
}

.mo-img1 {
	position: absolute;
	right: 34%;
}

.mo-img3 {
	position: absolute;
	right: 34%;
}

.mo-img5 {
	position: absolute;
	right: 34%;
}

.mo-img7 {
	position: absolute;
	right: 34%;
}

.mo-img2 {
	position: absolute;
	right: 44%;
}

.mo-img4 {
	position: absolute;
	right: 44%;
}

.mo-img6 {
	position: absolute;
	right: 44%;
}

.mo-img8 {
	position: absolute;
	right: 44%;
}

.ex-mo-img1 {
	position: absolute;
	right: 48%;
	top: 0%;
}

.test-bg1 {
	background-image: url(/urja360/image/KFC-banner-portfoliopng.png);
	width: 90%;
	height: 740px;
	background-size: cover;
	background-position: center;
	margin: 0 95px;
}

.test-bg2 {
	background-image: url(/urja360/image/portfolio-jobget.png);
	width: 90%;
	height: 740px;
	background-size: cover;
	background-position: center;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.test-bg3 {
	background-image: url(/urja360/image/portfolio-YOUCOMM.png);
	width: 90%;
	height: 740px;
	background-size: cover;
	background-position: center;
	margin: 0 95px;
}

.test-bg4 {
	background-image: url(/urja360/image/portfolio-nova.png);
	width: 90%;
	height: 740px;
	background-size: cover;
	background-position: center;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.test-bg5 {
	background-image: url(/urja360/image/portfolio-moo.png);
	width: 90%;
	height: 740px;
	background-size: cover;
	background-position: center;
	margin: 0 95px;
}

.test-bg6 {
	background-image: url(/urja360/image/portfolio-ikea.jpg);
	width: 90%;
	height: 740px;
	background-size: cover;
	background-position: center;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.test-bg7 {
	background-image: url(/urja360/image/portfolio-dominose.jpg);
	width: 90%;
	height: 740px;
	background-size: cover;
	background-position: center;
	margin: 0 95px;
}

.test-bg8 {
	background-image: url(/urja360/image/gully-beat.png);
	width: 90%;
	height: 740px;
	background-size: cover;
	background-position: center;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

/*Dummy Animation*/
/*.slideToLeft {
	position: relative;
	-webkit-animation: slideToLeft 1s forwards;
	-webkit-animation-delay: 1s;
	animation: slideToLeft 1s forwards;
	animation-delay: 1s;
	background-color: red;
	width: 100%;
	height: 740px;
	transform: translate(0%, 0%);
}
*/
/*@-webkit-keyframes slideToLeft {
	100% {transform: translate(-100%, 0%);}
	100% {width: 0%;}
}

@keyframes slideToLeft {
	100% {transform: translate(-100%, 0%);}
	100% {width: 0%;}
}*/
.animation.animate {
	position: relative;
	-webkit-animation: slideToLeft 1s forwards;
	-webkit-animation-delay: 0.5s;
	animation: slideToLeft 1s forwards;
	animation-delay: 0.5s;
	background-color: #fff;
	width: 100%;
	height: 740px;
	transform: translate(0%, 0%);

}

@keyframes slideToLeft {
	100% {
		transform: translate(-100%, 0%);
	}

	100% {
		width: 0%;
	}
}

/*Testimonial*/
.testimonials {
	position: relative;
	padding: 80px 0 40px;
}

/*.testimonials:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 30%;
	background-color: #ddd;
}*/
.testimonials .owl-carousel .owl-stage {
	padding: 15px 0;
}

#customers-testimonials .item-details {
	background-color: #333;
	color: #fff;
	padding: 20px 10px;
	text-align: left;
}

#customers-testimonials .item-details h5 {
	margin: 0 0 15px;
	font-size: 18px;
	line-height: 18px;
}

#customers-testimonials .item-details h5 span {
	color: red;
	float: right;
	padding-right: 20px;
}

#customers-testimonials .item-details p {
	font-size: 14px;
}

#customers-testimonials .item {
	margin-bottom: 80px;
}

section.testimonials .owl-dots {
	display: none;
}

.testimo-card {
	background-color: #fff;
	padding: 35px 50px;
	box-shadow: 0 4px 14px -3px #00000029;
	border-radius: 24px;
	display: grid;
	align-items: center;
}

.card-ly {
	display: flex;
	align-items: center;
}

.t-cli-detail {
	padding-left: 25px;
}

.t-cli-detail h1 {
	font-size: 30px;
	margin: 0;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	color: #000;
}

.t-cli-detail p {
	font-size: 16px;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	margin: 0;
	color: #000;
}

.t-cli-comm {
	padding-top: 30px;
}

.t-cli-comm p {
	font-size: 18px;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	color: #000;
}

.test-client1 {
	background-image: url(/urja360/image/user1.jpg);
	background-size: cover;
	width: 75px;
	height: 75px;
	border-radius: 50px;
}

.owl-carousel .owl-nav [class*='owl-'] {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.owl-carousel .owl-nav [class*='owl-'].disabled:hover {
	background-color: #d6d6d6;
}

.owl-carousel {
	position: relative;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	position: absolute;
	top: 30%;
	font-size: 20px;
	color: #fff;
	border: 1px solid #ddd;
	text-align: center;
}

section.testimonials .owl-carousel .owl-prev {
	left: 47%;
	top: 330px;
	width: 40px;
	height: 40px;
}

section.testimonials .owl-carousel .owl-next {
	right: 47%;
	top: 330px;
	width: 40px;
	height: 40px;
}

section.testimonials button.owl-next {
	background-color: #33C45A !important;
}

section.testimonials i.fa.fa-angle-left {
	font-size: 36px;
	color: #fff;
}

section.testimonials button.owl-prev {
	background-color: #33C45A !important;
}

section.testimonials i.fa.fa-angle-right {
	font-size: 36px;
	color: #fff;
}

.our-sr-box h3 {
	color: #33C45A;
	font-size: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 15px 0;
	font-family: Segoe-semibold;
}

.our-sr-box h1 {
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
	font-size: 38px;
	color: #000000;
	padding-right: 6%;
}

.serv-items img {
	margin-bottom: 25px;
}

.col-marg {
	margin: 15px 0;
}

#container::-webkit-scrollbar {
	display: none;
}


.test-sec {
	height: 70vh;
	position: relative;
}

.horizontal-scroll-wrapper::-webkit-scrollbar {
	display: none;
}

.horizontal-scroll-wrapper {
	position: absolute;
	display: block;
	top: 0;
	height: 240%;
	left: 0;
	width: 70vh;
	max-height: 256%;
	margin: 0;
	padding-top: 1px;
	background: #fff;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-transform: rotate(-90deg) translateY(-215px);
	transform: rotate(-90deg) translateY(-43.5%);
	-webkit-transform-origin: right top;
	transform-origin: right top;
}

.horizontal-scroll-wrapper>.horiz-box {
	display: block;
	padding: 30px;
	background: #fff;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: right top;
	transform-origin: right top;
	border-radius: 8px;
	border: 1px solid #33C45A;
}

.horizontal-scroll-wrapper>.horiz-box-new {
	display: block;
	padding: 15px;
	background: #fff;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: right top;
	transform-origin: right top;
}

.horiz-box {
	position: relative;
	-webkit-transition: -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
	transition: -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
	-o-transition: transform cubic-bezier(.19, 1, .22, 1) .5s;
	transition: transform .5s cubic-bezier(.19, 1, .22, 1);
	transition: transform .5s cubic-bezier(.19, 1, .22, 1), -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
	will-change: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	display: inline-block;
	cursor: pointer;
}

.horiz-box:hover:before {
	-webkit-transform: scale(1.05) translateZ(0);
	transform: scale(1.05) translateZ(0);
	opacity: 1;
	-webkit-box-shadow: 0 0 58px rgb(6 67 117 / 40%);
	box-shadow: 0 0 58px rgb(6 67 117 / 40%);
	bottom: 16px;
}

.horiz-box:hover {
	-webkit-transform: translateY(-16px) translateZ(0) scale(1.05);
	transform: translateY(-16px) translateZ(0) scale(1.05);
	box-shadow: 0 0 25px #8ddca63d;
}

.horiz-box:before,
.horiz-box-inner {
	will-change: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.horiz-box-inner:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transition: -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
	transition: -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
	-o-transition: transform cubic-bezier(.19, 1, .22, 1) .5s;
	transition: transform .5s cubic-bezier(.19, 1, .22, 1);
	transition: transform .5s cubic-bezier(.19, 1, .22, 1), -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
	border-radius: 4px;
}

.horiz-box:hover:after {
	position: absolute;
	content: "";
	width: 100%;
	top: 0;
	left: 0;
	bottom: -16px;
	z-index: -1;
}

.squares {
	padding: 440px 0 0 0;
}

.squares>.horiz-box {
	width: 454px;
	height: 378px;
	margin: 150px 0px !important;
	position: relative;
	left: 80px;
	top: 214px;
}

.squares>.horiz-box-new {
	width: 490px;
	height: 490px;
	margin: 120px 16px !important;
	position: relative;
	left: 80px;
	top: 214px;
}

.serv-items i {
	font-size: 70px;
	color: #33C45A;
	margin-bottom: 10px;
}

.serv-items h1 {
	font-size: 24px;
	margin-bottom: 8px;
	font-family: 'Ubuntu Condensed', sans-serif;
}

.serv-items p {
	font-size: 20px;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
}

.our-sr-box {
	position: -webkit-sticky;
	position: sticky;
	top: 90px;
}

.serv-sec {
	padding: 80px 0 40px;
}

.horiz-box {
	padding: 35px 25px;
	border: 1px solid #8DDCA6;
	border-radius: 5px;
}

/*Our-work section*/
.our-work {
	padding: 80px 0 40px;
}

.or-wrk-head {
	margin-bottom: 70px;
}

.or-wrk-head h3 {
	color: #33C45A;
	font-size: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-family: Segoe-semibold;
	text-align: center;
}

.or-wrk-head h1 {
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
	font-size: 50px;
	color: #000000;
	text-align: center;
	text-transform: capitalize;
}

.or-prd-st {
	height: 590px;
	text-align: center;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	cursor: pointer;
}

.or-prd-st:hover {
	text-decoration: none;
}

.or-maincontent {
	padding: 48px 48px 0;
}

.or-main-p1 {
	font-family: Segoe-UI;
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 20px;
	color: #fff;
}

.or-main-p2 {
	font-family: Segoe-UI;
	font-size: 18px;
	opacity: .7;
	color: #fff;
}

.or-imgContent {
	margin: auto auto 0;
	padding-top: 30px;
	height: auto;
	max-width: 88%;
	max-height: 62%;
	max-height: 365px;
	transform: scale(1);
	transform-origin: bottom center;
	transition: transform .4s ease-in-out;
}

.or-img-animates {
	display: inline-block;
	height: 100%;
}

.or-img-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
	height: 100%;
}

.or-pr-img {
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	height: 100%;
	object-fit: contain;
	object-position: center bottom;
	opacity: 1;
	transition: opacity 500ms ease 0s;
	margin: auto;
}

.or-prd-st:hover .or-imgContent {
	transform: scale(1.05);
}

.or-col-gap1 {
	padding-right: 35px;
}

.or-col-gap2 {
	padding-left: 35px;
}

.or-nwr {
	margin: 25px 0 60px;
}

/*ContactUs*/
.qna-sec {
	padding-right: 0;
	padding-top: 15px;
}

.qna-sec h3 {
	font-size: 16px;
	font-family: Segoe-semibold;
	color: #D92720;
	text-transform: uppercase;
}

.qna-sec h1 {
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
	font-size: 72px;
	color: #000;
}

.qna-sec p {
	font-size: 16px;
	font-family: Segoe-UI;
	color: #000;
}

.mail-cont {
	padding: 0 15px;
}

.mail-cont-head {
	margin-right: 15px;
}

.mail-cont-head h5 {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}

.mail-cont-det p {
	font-size: 16px;
	font-family: Segoe-UI;
	margin-bottom: 8px;
	line-height: 22px;
}

.cn-add-box {
	margin: 45px 0;
}

.cn-add-box p {
	font-family: Segoe-semibold;
	font-size: 16px;
}

.cn-add-boxfx {
	margin: 45px 0;
	padding-right: 9em;
}

.contact-sec {
	padding: 10em 0 8em;
	/*background-color: #fff;*/
}

.contact-sec .sub-title-box h2 {
	margin-top: 0;
}

.contact-frm-contain {
	margin: 0 auto;
	background-color: #fff;
	width: 100%;
	padding: 45px 30px 50px;
}

.form-block-contact {
	width: 100%;
	padding-right: 30px;
	padding-left: 30px;
}

.text-field-blog-sidebar:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.c-frm {
	margin: 0 0 15px;
}

.field-label-alternative.contact-us-field.gray {
	font-family: 'DM Sans', sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	/*display: block;*/
}

.field-label-alternative.contact-us-field {
	margin-bottom: 8px;
}

input.exis_radio[type=checkbox],
input.exis_radio[type=radio] {
	width: 11px;
	position: relative;
	top: 1px;
	margin-left: 12px;
	margin-right: 5px;
}

.hide_input {
	display: none;
}

.text-field-blog-sidebar {
	height: 44px;
	width: 100%;
	min-width: 100%;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	border: 1px solid #bbbbbb;
	border-radius: 0;
	background-color: #fff;
	font-size: 16px;
	font-family: Segoe-UI;
	color: #000;
	line-height: 24px;
	padding-left: 15px;
	border-radius: 6px;
}

.c-grid-layout {
	display: -ms-grid;
	display: grid;
	grid-auto-columns: 1fr;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
	grid-row-gap: 5px;
	grid-column-gap: 16px;
}

#message {
	ms-grid-column: span 2;
	grid-column-start: span 2;
	-ms-grid-column-span: 2;
	grid-column-end: span 2;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
}

#mail {
	ms-grid-column: span 2;
	grid-column-start: span 2;
	-ms-grid-column-span: 2;
	grid-column-end: span 2;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
}

#select-branch {
	ms-grid-column: span 2;
	grid-column-start: span 2;
	-ms-grid-column-span: 2;
	grid-column-end: span 2;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
}

#company-no {
	ms-grid-column: span 2;
	grid-column-start: span 2;
	-ms-grid-column-span: 2;
	grid-column-end: span 2;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
}

/*#radioBox{
	ms-grid-column: span 2;
	grid-column-start: span 2;
	-ms-grid-column-span: 2;
	grid-column-end: span 2;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
}*/
div#radioBox {
	margin-bottom: 20px;
	display: flex;
	height: 44px;
	align-items: center;
}

input#yes,
input#no {
	cursor: pointer;
}

.c-grid-layout input:focus-visible {
	outline: -webkit-focus-ring-color auto 0px;
}

.c-grid-layout textarea:focus-visible {
	outline: -webkit-focus-ring-color auto 0px;
}

.text-field-blog-sidebar.message {
	height: auto;
	min-height: 140px;
	color: #19155e;
}

.w-clearfix:after {
	clear: both;
}

.w-clearfix:after,
.w-clearfix:before {
	content: " ";
	display: table;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-column-end: 2;
	grid-row-end: 2;
}

input.w-button {
	-webkit-appearance: button;
}

.cta-button {
	height: 48px;
	padding: 12px 24px;
	border-radius: 6px;
	background-color: #D92720;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: capitalize;
	border: none;
	transition: all .3s;
	margin-top: 25px;
}

.cta-button:hover {
	box-shadow: 0px 10px 15px -9px #363736;
	background-color: #363736;
}

#subbtn {
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
}

.text-field-blog-sidebar::-webkit-input-placeholder {
	color: #000;
}

.cn-frm-head h1 {
	font-family: Segoe-semibold;
	font-size: 30px;
	color: #000;
}

.cn-frm-head {
	padding-bottom: 30px;
}

#upload-sec {
	ms-grid-column: span 2;
	grid-column-start: span 2;
	-ms-grid-column-span: 2;
	grid-column-end: span 2;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
}

.image-upload>input {
	/* display: none; */
	font-size: 14px;
}

.in-file {
	display: flex;
	align-items: center;
	float: left;
	margin-right: 15px;
}

.in-file i {
	font-size: 24px;
	transform: rotate(-45deg);
}

.in-file p {
	font-size: 16px;
	font-family: Segoe-UI;
	margin: 0;
	padding-left: 8px;
	color: #000;
}

.ext-para {
	font-size: 12px;
	font-family: Segoe-UI;
	color: #000;
	clear: both;
}

#chk-bx {
	ms-grid-column: span 2;
	grid-column-start: span 2;
	-ms-grid-column-span: 2;
	grid-column-end: span 2;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
}

.check-boxs {
	display: flex;
	margin-bottom: 15px;
}

.pol-ck-box label {
	padding-left: 6px;
	font-family: Segoe-UI;
	font-size: 16px;
}

.nda-ck-box {
	margin-left: 25px;
}

.nda-ck-box label {
	padding-left: 6px;
	font-family: Segoe-UI;
	font-size: 16px;
}

section.map-locSec {
	padding: 0 0 10em;
}

.locate-br-head h1 {
	font-size: 30px;
	font-family: Segoe-bold;
	text-align: center;
	margin: 0;
	color: #000;
}

.locate-br-head p {
	font-size: 16px;
	color: #68615D;
	font-family: Segoe-UI;
	text-align: center;
	line-height: 21px;
	margin: 0;
	padding: 30px 20px;
}

.map-lo-row {
	justify-content: center;
}

.locat-box {
	border: 1px solid #DFDFDF;
	border-radius: 5px;
}

.locat-add-box {
	padding: 15px;
	background-color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding-bottom: 10px;
	min-height: 309px;
}

.locat-add-box2 {
	padding: 15px;
	background-color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding-bottom: 10px;
	min-height: 220px;
}

.gmap_canvas {
	border-radius: 5px;
}

.locate-Img {
	margin-right: 15px;
}

.locate-pname h1 {
	font-size: 23px;
	margin-bottom: 5px;
	color: #d92720;
}

.locate-pname p {
	font-size: 18px;
	margin: 0;
	color: #000;
}

.locate-place {
	display: flex;
	align-items: center;
}

.map-marg-col {
	margin: 25px 0;
	display: grid;
}

.lo-add-part {
	margin-top: 30px;
}

.lo-add-para p {
	font-size: 16px;
	font-family: Segoe-UI;
	color: #000;
}

.lo-add-part2 p {
	font-size: 14px;
	font-family: Segoe-UI;
	color: #000;
	margin-bottom: 15px;
	line-height: 18px;
}

.lo-add-part2 h1 {
	font-size: 14px;
	color: #000;
	margin-bottom: 15px;
	line-height: 18px;
	text-transform: uppercase;
}

.map-marg-row {
	margin: 20px 0 0;
	justify-content: center;
}

.loc-map-sec {
	padding: 15px;
}

/*Portfolio*/
._p-head-sec {
	display: grid;
	height: 790px;
}

._p-bg-col {
	background-color: #000830;
	position: relative;
}

._p-cityImg {
	background-image: url(/urja360/image/), linear-gradient(to left, #000830, #000830);
	background-size: 80%;
	width: 100%;
	height: 790px;
	background-repeat: no-repeat;
	background-position: 142% 128%;
	background-blend-mode: multiply;
	display: grid;
	align-items: center;
}

._p-he-brand {
	background-image: url(/urja360/image/Elogistic-lg.png);
	width: 100%;
	height: 67px;
	background-size: contain;
	background-repeat: no-repeat;
}

._p-brand-ct {
	margin-left: 10px;
}

._p-he-tx {
	margin: 25px 0;
}

._p-brand-ct h1 {
	color: #fff;
	font-size: 38px;
	font-family: 'Barlow', sans-serif;
}

._p-slbtn {
	margin-top: 12%;
}

._p-slbtn .wrapper6 .slide-btn:after {
	background-color: #203491;
	width: 42px;
}

._p-slbtn .wrapper6 .slide-btn:hover:after {
	width: 100%;
	border-radius: 100px;
	background-image: linear-gradient(to left, #203491, #04197c);
}

._p-slbtn .wrapper6 .slide-btn {
	color: #fff;
	letter-spacing: 1px;
	font-size: 24px;
	text-transform: none;
	line-height: 42px;
	height: 42px;
}

._p-loc-icon {
	background-image: url(/urja360/image/Icon-feather-map-pin.png);
	background-size: contain;
	width: 100%;
	height: 115px;
	background-repeat: no-repeat;
	background-position: center;
}

._ptruck-sec {
	position: relative;
	padding: 80px 0;
}

._ptruck-sec .container {
	position: relative;
}

._p-truck-img {
	background-image: url(/urja360/image/cargo-truck-png2.png);
	background-size: contain;
	width: 100%;
	height: 470px;
	background-repeat: no-repeat;
	background-position: 100%;
	position: absolute;
	right: -11em;
	bottom: -4em;
}

._p-proj-bg {
	padding: 120px 0 0;
}

._p-proj-dl h1 {
	font-family: 'Barlow', sans-serif;
	font-size: 36px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 48px;
}

._p-proj-dl p {
	font-family: Segoe-UI;
	font-size: 22px;
	color: #252B33;
	padding-right: 8em;
	padding-left: 1em;
	line-height: 34px;
}

._p-adj-con {
	padding: 0 2px;
	padding-top: 5em;
}

._p-pro-box-5 {
	width: 20%;
	padding: 0 5px;
}

._p-dl-box1 {
	background-color: #F7F8F9;
	text-align: center;
	padding: 22px 0;
	border-radius: 8px;
}

._p-dl-box1 i {
	font-size: 85px;
	color: #000;
}

._p-dl-box1 p {
	font-family: Segoe-UI;
	font-size: 20px;
	margin-bottom: 5px;
	line-height: 26px;
	color: #939393;
}

._p-dl-box1 h4 {
	font-size: 20px;
	color: #000;
	font-family: Segoe-UI;
}

._p-t-clg {
	padding: 110px 0 60px;
}

._p-tcl-row {
	justify-content: center;
}

._p-tcl-head {
	text-align: center;
}

._p-tcl-head h1 {
	font-family: 'Barlow', sans-serif;
	font-size: 36px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 48px;
	margin-bottom: 65px;
}

._p-tcl-head p {
	font-family: Segoe-UI;
	font-size: 22px;
	color: #252B33;
	line-height: 34px;
}

._p-pc-hsec1 {
	position: relative;
	height: 340px;
}

._p-pc-fimg {
	background-image: url(/urja360/image/pc-with-mob.png);
	width: 1150px;
	background-size: contain;
	height: 840px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 25em;
}

.float-devs {
	position: relative;
}

._p-pc-hsec2 {
	background-color: #EBF5FF;
	height: 630px;
}

._p-sr-mobsec {
	padding: 80px 0 40px;
	position: relative;
	background-color: #F7F8F9;
}

._p-sr-wh-appdo h1 {
	font-family: 'Barlow', sans-serif;
	font-size: 36px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 48px;
}

._p-sr-wh-appdo h2 {
	font-family: 'Barlow', sans-serif;
	font-size: 26px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 38px;
}

._p-sr-wh-appdo p {
	font-family: Segoe-UI;
	font-size: 22px;
	color: #252B33;
	line-height: 34px;
}

._p-sr-wh-appdo ._p-sr-wh-p1 {
	padding-right: 4em;
}

._p-sr-wh-appdo ._p-sr-wh-p2 {
	padding-right: 1em;
}

._p-sr-wh-appdo._p-sr-wh-marg1 {
	margin: 50px 0 100px;
}

._p-sr-wh-marg2 {
	margin: 50px 0;
}

._p-mobs-sec {
	position: relative;
}

.various-mobs {
	background-image: url(/urja360/image/lot-of-mobs.png);
	width: 100%;
	background-size: contain;
	height: 1410px;
	background-position: 170%;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -10em;
	z-index: 500;
}

._p-tech-sec {
	padding: 9em 0;
}

._p-tech-row {
	justify-content: center;
	padding: 0 1em;
}

._p-tech-head h1 {
	font-family: 'Barlow', sans-serif;
	font-size: 36px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 48px;
	text-align: center;
	margin-bottom: 60px;
}

._p-tec-iconBox h3 {
	font-size: 20px;
	font-family: Segoe-semibold;
	text-align: center;
	margin: 10px 0;
}

.tech-icons-1 {
	background-image: url(/urja360/image/icons8-react-native-100.png);
	width: 100%;
	background-size: contain;
	height: 75px;
	background-repeat: no-repeat;
	background-position: center;
}

.tech-icons-2 {
	background-image: url(/urja360/image/icons8-node-js-96.png);
	width: 100%;
	background-size: contain;
	height: 75px;
	background-repeat: no-repeat;
	background-position: center;
}

.tech-icons-3 {
	background-image: url(/urja360/image/icons8-amazon-web-services-96.png);
	width: 100%;
	background-size: contain;
	height: 75px;
	background-repeat: no-repeat;
	background-position: center;
}

.tech-icons-4 {
	background-image: url(/urja360/image/mongo-icon.png);
	width: 100%;
	background-size: cover;
	height: 75px;
	background-repeat: no-repeat;
	background-position: center;
}

.tech-icons-5 {
	background-image: url(/urja360/image/icons8-mysql-logo-100.png);
	width: 100%;
	background-size: contain;
	height: 75px;
	background-repeat: no-repeat;
	background-position: center 12px;
}

#_p-testimon-bg {
	background-image: linear-gradient(180deg, #ebf5ff, white);
}

#_p-orwork-bg.our-work {
	padding: 80px 0 0px;
}

#_p-testimon-bg.testimonials {
	padding: 80px 0 80px;
}

._pclient-row {
	justify-content: center;
}

._pclient-testImg {
	background-image: url(/urja360/image/client-test.png);
	width: 100%;
	background-size: contain;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 35px;
}

._pclient-h-para {
	text-align: center;
}

._pclient-h-para h1 {
	font-family: Roboto, sans-serif;
	font-size: 24px;
	line-height: 45px;
	font-weight: 500;
	padding: 0 1.5em;
	margin-bottom: 30px;
}

._pclient-h-para h5 {
	font-family: Roboto, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
}

._pclient-h-para p {
	font-family: Roboto, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}

#_p-testimon-bg .tech-headbox {
	margin-bottom: 90px;
	text-align: center;
}

#_p-testimon-bg .tech-headbox h1 {
	line-height: 67px;
}

/*Career-page*/
#_cre-banner-sec {
	padding: 100px 0 80px;
}

._cre-banner-sec .row {
	align-items: center;
}

._cre-bn-fonts {}

._cre-bn-fonts h3 {
	font-family: Roboto, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #33C45A;
	margin-bottom: 10px;
	text-transform: uppercase;
	line-height: 21px;
}

._cre-bn-fonts h1 {
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
	font-size: 50px;
	color: #000;
	line-height: 67px;
}

._cre-banner-img {
	width: 100%;
	height: auto;
}

#_cre-vission1 {
	padding: 100px 0;
}

._cre-vission1 .row {
	justify-content: center;
	padding: 0 22px;
}

._cre-vission1-fn {
	text-align: center;
	padding: 0 22px;
}

._cre-vission1-fn h3 {
	font-family: Roboto, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #33C45A;
	margin-bottom: 0px;
	text-transform: uppercase;
	line-height: 21px;
}

._cre-vission1-fn h1 {
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
	font-size: 50px;
	color: #000;
	line-height: 67px;
}

._cre-vission1-fn p {
	font-family: Segoe-UI;
	font-size: 20px;
	line-height: 34px;
	color: #000;
}

#_cre-vission2-link {
	padding: 80px 0;
}

._cre-vission2-link ._cre-rows {
	justify-content: center;
	padding: 0 22px;
}

._cre-vission2-link {
	background-color: #F8FDFA;
}

._cre-aply-linkBox {
	display: flex;
	align-items: center;
	background-color: #fff;
	border: 1px solid #D9D9D9;
	border-radius: 5px;
	box-shadow: 0 2px 3px 1px #d9d9d9;
	padding: 24px 45px;
	justify-content: space-between;
	margin-bottom: 20px;
}

._cre-rows-marg {
	margin-top: 50px;
}

._cre-link-head h1 {
	font-family: Segoe-bold;
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
	color: #252B33;
	margin: 0;
}

._cre-link-head h3 {
	font-family: Segoe-semibold;
	font-size: 18px;
	color: #6E7277;
	line-height: 34px;
	margin: 0;
}

._cre-wrapper {
	position: relative;
	top: 0;
	left: 0;
	transform: translate(0%, 0%);
	display: inline-block;
}

._cre-wrapper .slide-btn {
	font-family: Segoe-semibold;
	width: 180px;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 38px;
	height: 38px;
}

._cre-wrapper .slide-btn span {
	padding-left: 20px;
}

._cre-wrapper .slide-btn:after {
	width: 38px;
}

._cre-wrapper .slide-btn:hover:after {
	width: 100%;
	border-radius: 100px;
	background-image: linear-gradient(to left, #33C45A, #00711F);
}

._cre-wrapper .slide-btn:hover .fullArrow {
	top: 14px;
	left: 22px;
}

#_cre-vission3 {
	padding: 80px 0;
}

._cre-vission3 ._cre-v3-rows {
	justify-content: center;
}

._cre-ov-box {
	display: grid;
	text-align: center;
	padding: 0 20px;
	align-items: center;
	margin: 5em 0 0;
}

._cre-ov-iconbox {
	width: 63px;
	height: 63px;
	display: grid;
	align-items: center;
	justify-content: center;
	background-color: #33C45A;
	border-radius: 10px;
	margin: 0 auto;
}

._cre-ov-box h3 {
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	margin: 10px 0 2px;
	color: #000;
	text-transform: uppercase;
}

._cre-ov-box p {
	font-family: Segoe-UI;
	font-size: 20px;
	line-height: 34px;
	color: #000;
}

._cre-ov-iconbox i {
	font-size: 35px;
	color: #000;
}

._cre-ov-rows {
	padding: 0 0 50px;
}

#_cre-cont-sec {
	padding: 0;
	position: relative;
	top: 7em;
	margin-top: -5em;
}

._cre-cont-row {
	justify-content: center;
}

._cre-inline-rbox {
	border: 2px solid #70707075;
	border-radius: 9px;
	padding: 80px;
	display: grid;
	background-color: #fff;
}

._cre-cont-links {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

._cre-cont-head {
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	margin: 0;
}

._cre-cont-links:hover {
	text-decoration: none;
}

._cre-cont-l1 i {
	color: #007828;
	font-size: 30px;
	margin-right: 5px;
}

._cre-cont-l2 i {
	font-size: 30px;
	color: #0e76a8;
	margin-right: 5px;
	margin-top: -4px;
}

._cre-cont-l1,
._cre-cont-l2,
._cre-cont-l3 {
	text-align: center;
}

._cre-cont-l1 p,
._cre-cont-l2 p,
._cre-cont-l3 p {
	margin: 0;
	font-family: Segoe-UI;
	font-size: 18px;
	line-height: 15px;
	border-bottom: 1px solid #007828;
	color: #007828;
}

a._cre-cont-links img {
	margin-right: 5px;
	margin-top: -4px;
}

/*loader*/
.loader {
	background-color: black;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999999999999999999999999999999999999;
	opacity: 1;
	transform: translate(0%, 0%);
	transition: all .3s;
}

.loadimg {
	background: url(/urja360/image/loader.gif) no-repeat rgb(0, 0, 0);
	background-position: center;
	background-size: 120px;
	width: 100%;
	height: 100vh;
}

.tab-pro-content .tab-prolist-item p:before {
	content: "\f192";
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	float: left;
	transform: rotate(0deg);
	transition: all 0.35s;
	color: #d92720;
	font-size: 12px;
	margin-right: 5px;
}

/*
	custom slide show
*/
.mySlides {
	display: none
}

.mySlides img {
	vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
	max-width: 100%;
	position: relative;
	margin: auto;
	display: flex;
	padding-top: 25px;
}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}



/* Fading animation */
.fady {
	-webkit-animation-name: fady;
	-webkit-animation-duration: 1.5s;
	animation-name: fady;
	animation-duration: 1.5s;
}

@-webkit-keyframes fady {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fady {
	from {
		opacity: .0;
	}

	to {
		opacity: 1;
	}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

	.prev,
	.next,
	.text {
		font-size: 11px
	}
}

#portfolio {
	margin: 1rem 0;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 4;
	-webkit-column-gap: 1rem;
	-moz-column-gap: 1rem;
	column-gap: 2rem;
	-webkit-column-width: 25%;
	-moz-column-width: 25%;
	column-width: 25%;
}

.tile {
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;

}

.tile:hover {}

.scale-anm {
	transform: scale(1);
}

.tile img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

#portfolio .btn {
	font-family: Lato;
	font-size: 1rem;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	line-height: normal;
	padding: .5rem 1rem;
	margin: 0;
	height: auto;
	border: 1px solid;
	vertical-align: middle;
	-webkit-appearance: none;
	color: #555;
	background-color: rgba(0, 0, 0, 0);
}

#portfolio .btn:hover {
	text-decoration: none;
}

#portfolio .btn:focus {
	outline: none;
	border-color: var(--darken-2);
	box-shadow: 0 0 0 3px var(--darken-3);
}

::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.tile-bg-clr {
	background-color: #d92720;
}

a.port-img-pt {
	margin-bottom: 30px;
	display: inline-block;
	box-shadow: 10px 10px 30px 0 rgb(217 39 32 / 8%);
}

.port-heads p {
	font-family: Roboto, sans-serif;
	margin: 0;
	padding: 10px;
	background-color: #ffffff;
	color: #000;
}

a.port-img-pt:hover {
	text-decoration: none;
}

a.port-img-pt:hover img {
	opacity: .8;
	transition: all .5s;
}

a.port-img-pt:hover i.bx.bx-link {
	opacity: 1;
}

.tile.scale-anm.web.all {
	position: relative;
}

a.port-img-pt i.bx.bx-link {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 40%;
	left: 0;
	font-size: 25px;
	color: #fff;
	opacity: 0;
	transition: all .3s;
	transform: rotate(-90deg);
}

.toolbar.mb2.mt2 {
	text-align: center;
	margin-bottom: 30px;
}

.filter-port {
	padding: 8em 0;
}

button.btn.fil-cat {
	font-family: Roboto, sans-serif;
	background-color: #ffffff;
	color: #d92720;
	border: 1px solid #d92720;
}

button.btn.fil-cat.active {
	background-color: #d92720;
	color: #fff;
}

button.btn.fil-cat:focus {
	box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 0%);
}

span.moblogIn-btn {
	position: absolute;
	right: 60px;
	z-index: 99;
	top: 40px;
}

span.moblogIn-btn .log_inbtn {
	background-color: #36373600;
	padding: 7px 22px;
	margin-top: 0px;
	border: 1px solid;
}

span.moblogIn-btn .log_inbtn:hover {
	background-color: #363736;
	border: 1px solid #363736;
}


/*Sliding-gallery*/
.uk-card-primary.uk-card-body .uk-dotnav>*>*,
.uk-card-primary>:not([class*=uk-card-media]) .uk-dotnav>*>*,
.uk-card-secondary.uk-card-body .uk-dotnav>*>*,
.uk-card-secondary>:not([class*=uk-card-media]) .uk-dotnav>*>*,
.uk-light .uk-dotnav>*>*,
.uk-offcanvas-bar .uk-dotnav>*>*,
.uk-overlay-primary .uk-dotnav>*>*,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav>*>*,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav>*>*,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav>*>*,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav>*>* {
	display: none;
}

.uk-lightbox {
	background: #000000c9 !important;
}

.uk-lightbox-toolbar {
	background: #353535 !important;
}

a.port-img-pt:hover i.bx.bx-search {
	opacity: 1;
}

a.port-img-pt i.bx.bx-search {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 40%;
	left: 0;
	font-size: 25px;
	color: #fff;
	opacity: 0;
	transition: all .3s;
}

.uk-lightbox-items>*>* {
	max-width: 100vw;
	max-height: 90vh !important;
}

*+.uk-h1,
*+.uk-h2,
*+.uk-h3,
*+.uk-h4,
*+.uk-h5,
*+.uk-h6,
*+.uk-heading-2xlarge,
*+.uk-heading-large,
*+.uk-heading-medium,
*+.uk-heading-small,
*+.uk-heading-xlarge,
*+h1,
*+h2,
*+h3,
*+h4,
*+h5,
*+h6 {
	margin-top: 0 !important;
}

*+address,
*+dl,
*+fieldset,
*+figure,
*+ol,
*+p,
*+pre,
*+ul {
	margin-top: 0 !important;
}

.uk-link-toggle:hover .uk-link,
.uk-link:hover,
a:hover {
	color: #0f6ecd;
	text-decoration: none !important;
}

:focus-visible {
	outline: 2px dotted #3330 !important;
}

.floating-contact-panel ul li a:nth-child(1):hover span {
	border-radius: 12px 0 0 0;
}

.webMail {
	margin-right: 15px;
	display: grid;
	align-items: center;
}

.webMail i {
	color: #d92720;
	font-size: 25px;
}

.mobMail {
	position: absolute;
	right: 14em;
	z-index: 99;
	top: 48px;
}

.mobMail i {
	color: #fff;
	font-size: 25px;
}

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0;
}

/*Privacy page*/
.privacySec {
	padding: 5em 0;
}

.tnc-box {
	padding: 2rem;
	background-color: #f1f1f1;
}

.prv-head h1 {
	text-align: center;
	font-size: 32px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
}

.prv-content {
	margin-top: 80px;
}

.prv-content p {
	font-size: 16px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	line-height: 22px;
	margin: 0;
}

ol.prv-ol-list li {
	font-size: 16px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	line-height: 22px;
}

.prv-define li {
	font-size: 16px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	line-height: 22px;
}

ol.prv-ol-list h4 {
	margin: 10px 0 !important;
	font-size: 16px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
}

.prv-define h1 {
	font-size: 24px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	font-weight: 600;
}

.prv-content ol,
.prv-content ul {
	padding: 0;
}

.thankMessage button.close {
	text-align: right;
	margin-right: 10px;
	color: #fff;
}

.thankMessage .modal-body {
	text-align: center;
	color: #fff;
}

.thankMessage .modal-dialog {
	margin-top: 10vh;
}

.success {
	color: green;
	font-weight: 700;
	padding: 5px;
	text-align: center;
}

.failed {
	color: red;
	font-weight: 700;
	padding: 5px;
	text-align: center;
}

.submit_messageBox p {
	display: none;
}

.h_head_box h1 {
	font-family: 'kruti-dev';
	font-weight: 700;
	text-align: center;
	color: #000;
	font-size: 40px;
}

.h_para_t {
	font-family: 'kruti-dev';
	text-align: center;
	font-size: 22px;
	margin-bottom: 6px;
	color: #000;
}

.mail_para {
	text-align: center;
	font-size: 24px;
	color: #000;
}

.mail_para a {
	color: #000;
}

.date_hBox {
	display: flex;
	justify-content: space-between;
}

.date_hBox p {
	font-size: 24px;
	color: #000;
	font-family: 'kruti-dev';
	margin-bottom: 6px;
	width: 50%;
}

.date_hBox p:nth-child(2) {
	text-align: center;
}

.h_h6-head {
	font-family: 'kruti-dev';
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	color: #000;
}

.h_para_b {
	font-family: 'kruti-dev';
	font-size: 22px;
	margin-bottom: 6px;
	color: #000;
}

.h_h6-b {
	font-family: 'kruti-dev';
	font-size: 24px;
	margin-bottom: 6px;
	font-weight: 700;
	text-align: right;
	color: #000;
}

.mns_info_sec {
	padding-bottom: 6em;
}

/* Changes on 12-oct-2022 */

section.mns_info_sec.tender_infosec {
	padding: 5em 0 !important;
}

.tender_banImg {
	background-image: url(../image/tender.webp);
	background-position: center !important;
}

.service_charge {
	background-image: url(../image/serviceCharge_banner.webp);
	background-position: center !important;
}

.interest_rates {
	background-image: url(../image/interestRates_banner.webp);
	background-position: center !important;
}

.tender_infosec .h_head_box h1 {
	margin-bottom: 0;
}

.tender_infosec .h_para_t {
	margin-bottom: 0;
}

.tender_infosec .h_h6-head {
	margin-bottom: 0;
	margin-top: 20px !important;
	font-size: 32px;
}

.tender_infosec a {
	font-family: 'Roboto';
}

.kriPalak_box {
	display: flex;
	justify-content: space-between;
}

.kriPalak_box p {
	font-family: 'kruti-dev';
	font-size: 22px;
	margin: 0;
}

.contact-frm-contain._deviceRepo {
	max-width: 653px;
	margin: 0 auto;
}

section.careeMail_sec {
	padding: 6em 0;
}

#subbtn2 {
	ms-grid-column: span 2;
	grid-column-start: span 2;
	-ms-grid-column-span: 2;
	grid-column-end: span 2;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
	margin: 1em auto 0;
	padding: 12px 100px;
	height: 55px;
}

.image-upload input::-webkit-file-upload-button {
	display: none;
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc(-250px * 7));
	}
}

.sliderNew {
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-bottom: 5em;
}

.sliderNew::before,
.sliderNew::after {
	/*background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);*/
	content: "";
	height: 300px;
	position: absolute;
	width: 200px;
	z-index: 2;
}

.sliderNew::after {
	right: 0;
	top: 0;
	transform: rotateZ(180deg);
}

.sliderNew::before {
	left: 0;
	top: 0;
}

.sliderNew .slide-track {
	animation: scroll 40s linear infinite;
	display: flex;
	width: calc(300px * 14);
}

.sliderNew .slideMaha {
	/* height: 100px; */
	width: 335px;
	margin: 0 auto;
}

p.slidImg-caption {
	background-color: #29166F;
	color: #fff;
	text-align: center;
	width: 81%;
	margin: 0 auto;
	padding: 4px 0;
	border-radius: 0 0 8px 8px;
	font-family: "Open Sans", Sans-serif;
	font-size: 17px;
	font-weight: 500;
}

.slideMaha img {
	width: 335px;
	border-radius: 10px;
}

.deafAc_banner_base {
	background-color: #F6F6F6;
	height: 280px;
	margin-top: -10px;
	position: relative;
	margin-bottom: 0px;
}

.df_acHead_bx .df_h1_bx h1 {
	text-align: center;
	font-size: 28px;
	font-family: "Roboto", sans-serif;
	color: #000;
	margin-bottom: 50px;
}

.df_srchOuter_bx {
	max-width: 436px;
	margin: 0 auto;
	background-color: #D9D9D9;
	border-radius: 7px;
	padding: 1.5em 1.2em;
}

.df_srchInner_bx {
	background-color: #fff;
	padding: 1em 1.6em 2em;
	border-radius: 7px;
}

.df_srchInner_bx p {
	font-size: 20px;
	color: #000;
}

.df_srcGrid {
	display: grid;
	grid-row-gap: 1em;
}

.df_srcGrid input {
	font-size: 14px;
	width: 100%;
	border: 1px solid #000000;
	border-radius: 1.81095px;
	padding: 0.61em 1em;
	font-family: "Roboto", sans-serif;
}

.df_srcGrid button.df_srchBtn {
	background: #D92720;
	border-radius: 1.81095px;
	border: 0;
	color: #fff;
	cursor: pointer;
	padding: 0.66em;
}

section.deafAc_bodyBg {
	padding-bottom: 210px;
	background-color: #fff;
}

.df_acHead_bx {
	position: absolute;
	width: 100%;
	top: 60px;
}

section.df_tableSec {
	padding: 5em 0;
	background-color: #fff;
}

section.df_tableSec table.table thead tr {
	background-color: #D9D9D9;
	position: sticky;
	top: -1px;
}

table.table.tabIn_deef thead tr th {
	font-size: 14px;
	width: 9%;
}

table.table.tabIn_deef tbody tr td {
	font-size: 14px;
}

table.table.tabIn_deef thead tr th:nth-child(1),
table.table.tabIn_deef tbody tr td:nth-child(1) {
	width: 5%;
}

table.table.tabIn_deef thead tr th:nth-child(7),
table.table.tabIn_deef tbody tr td:nth-child(7) {
	width: 1%;
}

table.table.tabIn_deef thead tr th:nth-child(2),
table.table.tabIn_deef tbody tr td:nth-child(2) {
	width: 10%;
}

table.table.tabIn_deef thead tr th:nth-child(3),
table.table.tabIn_deef tbody tr td:nth-child(3) {
	width: 5%;
}

table.table.tabIn_deef thead tr th:nth-child(5),
table.table.tabIn_deef tbody tr td:nth-child(5) {
	width: 11%;
}

table.table.tabIn_deef thead tr th:nth-child(9),
table.table.tabIn_deef tbody tr td:nth-child(9) {
	width: 6%;
}

table.table.tabIn_deef thead tr th:nth-child(10),
table.table.tabIn_deef tbody tr td:nth-child(10) {
	width: 10%;
}

table.table.tabIn_deef thead tr th:nth-child(11),
table.table.tabIn_deef tbody tr td:nth-child(11) {
	width: 9%;
}

table.table.tabIn_deef tbody tr {
	border-right: 1px solid #dee2e6;
	border-left: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
}

.button {
	position: relative;
	padding: 8px 16px;
	background: #009579;
	border: none;
	outline: none;
	border-radius: 2px;
	cursor: pointer;
}

.button:active {
	background: #007a63;
}

.button__text {
	font: bold 20px "Quicksand", san-serif;
	color: #ffffff;
	transition: all 0.2s;
}

.button--loading .button__text {
	visibility: hidden;
	opacity: 0;
}

.button--loading::after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border: 4px solid transparent;
	border-top-color: #ffffff;
	border-radius: 50%;
	animation: button-loading-spinner 1s ease infinite;
}


@keyframes button-loading-spinner {
	from {
		transform: rotate(0turn);
	}

	to {
		transform: rotate(1turn);
	}
}


@media (max-width: 767px) {
	.kriPalak_box p {
		font-size: 18px;
	}
}


.tendGrid {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5em;
	max-width: 850px;
	margin: 0 auto;
}

.dicgc_logo {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 6px;
}

.dicgc_logo img {
	width: 100%;
	max-width: 106px;
}

section.dicgc_sect {
	text-align: center;
	padding-bottom: 2em;
}

section.dicgc_sect p {
	font-size: 14px;
	margin: 0px auto;
	max-width: 200px;
}

.downloadable_uls {
    padding-left: 1em;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.26em;
}

.downloadable_uls li a {
    display: inline-flex;
    gap: 1em;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.downloadable_uls li a:hover {
	text-decoration: underline;
}

.downloadable_uls li a img {
    width: 28px;
}

.download_forms {
	background-image: url(../image/download-Forms-banner.webp);
}

.moblilet {
	display: none;
}

#exampleModal2 .modal-dialog {
	max-width: 600px;
}

.h_head_box {
    background-color: #fff;
    padding: 1.6em;
}