/******************************************************************
  Template Name: Loanday
  Description:  Loanday loan HTML Template
  Author: Colorlib
  Author URI: https://colorlib.com
  Version: 1.0
  Created: Colorlib
******************************************************************/

/*------------------------------------------------------------------
[Table of contents]

1.  Template default CSS
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Helper Css
3.  Header Section
4.  Hero Section
5.  Service Section
6.  Loan Service Section
7.  Testimonial Section
8.  Latest Blog Section
9.  Contact
10.  Footer Style
-------------------------------------------------------------------*/

/*----------------------------------------*/

/* Template default CSS
/*----------------------------------------*/

html,

body {
	height: 100%;
	font-family: "Lato", sans-serif;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden !important;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
	font-family: "Lato", sans-serif;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 17px;
	font-family: "Lato", sans-serif;
	color: #343131;
	font-weight: 400;
	line-height: 25px;
	margin: 0 0 15px 0;
}
.noticeboard-bottom-btn{
	/* position: absolute !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	bottom: 50px !important;
	 */
}

.border-left-dashed {
	border-left: 1px dashed #182151;
	height: 100%;
}


.border-bottom-dashed {
	border-bottom: 1px dashed #182151;
}

.hero__form form select {
    /* width: 100%; */
    height: 48px;
    border-radius: 2px;
    border: none;
    background: #f6f6f6;
    padding-left: 15px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #182141;
}

.nav-pills .nav-link:hover, .nav-pills .nav-link:focus {
	color: #182141;
}


.associationImg {
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 0%;
	object-fit: fill;
	margin-top: 10px;
}

img {
	max-width: 100%;
}

input[type=file] {
	padding-left: 0 !important;
}

input[type=file]::file-selector-button {
	height: 50px;
	border: none;
	border-radius: 2px;
	margin-right: 10px;
	background: #084cdf;
	padding: 10px 40px;
	/* border-radius: 10px; */
	color: #fff;
	cursor: pointer;
	transition: background .2s ease-in-out;
}

input[type=file]::file-selector-button:hover {
	background: #0d45a5;
}

.blink {
	animation: blinker 1.5s linear infinite;
	color: red;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}

.hidden-div {
	max-height: 500px !important;
	overflow-y: hidden !important;
	position: relative;
}

.scrolling-content {
	position: absolute;
	animation: scroll 10s linear infinite;
	/* Adjust the animation duration as needed */
}

@keyframes scroll {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(-100%);
	}
}

.pagination-cell {
    border: 1px solid #ddd;
    padding:10px 15px;
}

.pagination-cell a {
    text-decoration: none;
    color: #182141;
	font-weight: 400;
}
.pagination-cell a:hover {
    text-decoration: none;
    color: #182141;
	font-weight: 400;
}

.pagination-cell.active {
    background-color: #182141;
    color: #fff !important;
	border: 1px solid #182141;
}

.pagination-cell.active a{
	color: #fff;
}



.member-card {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	height: 100%;
}

.member-card-img {
	text-align: center;
}


.member-card img {
	/* max-width: 270px; */
    max-width: 150px;
	object-fit: contain;
}

.member-card h4 {
	color: #010165d9;
	text-align: left;
	font-weight: 600;
}

.member-card p {
	color: #010165d9;
	text-align: left;
	font-weight: 400;
}

.member-card ul {
	list-style: none;
	margin-top: 10px;
}

.member-card ul li {
	/* margin-bottom: 5px; */
}

.member-card ul li i {
	color: #010165d9;
	margin-right: 10px;

}

.member-card ul li a {
	color: #000;
}

.member-table-card {
	white-space: nowrap;
	/* Prevent text from wrapping */
	overflow-x: auto;
	/* Hide the horizontal scrollbar */

}

.successStoriesCard {
	border: none;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


/* ----------------------------Study Circle------------------------------- */
.study-circle .col-lg-12 {
	margin-bottom: 30px;
}

.study-circle h5 {
	color: #010165d9;
	text-align: left;
	font-weight: 600;
}

.study-circle p {
	color: #010165d9;
	text-align: left;
	font-weight: 400;
}

.study-circle ul {
	list-style: none;
	margin-top: 10px;
}

.study-circle ul li {
	/* margin-bottom: 5px; */
}

.study-circle ul li i {
	color: #010165d9;
	margin-right: 10px;

}

.study-circle ul li a {
	color: #000;
}

.study-circle .col-lg-4{
	border:1px solid #dee2e6!important; ;
}
.download-btn {
	color: #fff !important;
	padding: 0.5rem 1rem !important;
	position: absolute !important;
	bottom: 1rem !important;
	left: 50%;
	transform: translateX(-50%);

}

.download-btn i {
	padding-right: 0.5rem;
}

/* a:hover {
    color: #0056b3 !important;
    text-decoration: underline;
} */
/* -------------------------------------------------------------- */
.text-nowrap {
	text-wrap: nowrap;
}

.event-page .card {
	border: none;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 1.5rem;
}

.event-page .card .card-body {
	border: 1px solid #909090;

}

.event-page .card .card-title {
	font-size: 18px;
	font-weight: 600;
	text-align: center;

}

.event-page .card .card-body a {
	color: #010165d9;
	font-weight: 600;
}

.event-page table tr td,
.event-page table tr th {
	border: none;
	padding: 3px 0px;
}

.border-left-primery {
	border-left: 1px solid #010165d9;
}

/* -------------------------------Event Details  Card---------------------------------------- */
.events-details a:hover,
.events-details a:focus {
	text-decoration: none;
	outline: none;
	color: #010165d9;
}

.events-details {
	border: none;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 2rem;
}

.events-details .card-title {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	padding-bottom: 1rem;
}

.events-details .card-subtitle {
	font-size: 18px;
	font-weight: 600;
	text-align: left;

}

.events-details ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
}

.events-details p {
	color: #000;
	font-size: 16px;
	padding: 1rem 0;
}



.events-details li a {
	font-size: 16px;
	color: #000;
	text-decoration: none;
	line-height: 24px;
}

.events-details a {
	font-size: 12px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 4px 0;
	position: relative;
}

.events-details img {
	height: 200px;
	object-fit: cover;
}

.pdfList ul {
	display: block;
}

.pdfList ul li {
	padding: 25px 0;
	border-bottom: 1px solid rgba(40, 57, 96, 0.3);

}

.pdfList ul li a {
	margin: 25px 0;
	font-size: 16px;
	font-weight: 400;
}

.pdfList li img {
	width: 100%;
	max-width: 32px !important;
	max-height: 32px;
}






/* ------------------------------------------------------------------------------------------ */
.events-card a:hover,
.events-card a:focus {
	text-decoration: none;
	outline: none;
	color: #010165d9;
}

.btn-primary {
	background: #010165d9;
	border: 2px solid #010165d9 !important;
}

.btn-primary:hover,
.btn-primary:focus {
	text-decoration: none !important;
	outline: none !important;
	color: #010165d9 !important;
	border: 2px solid #010165d9 !important;
	background: transparent;
}
.btn-danger:hover,
.btn-danger:focus {
	text-decoration: none !important;
	outline: none !important;
	color: #dc3545 !important;
	border: 2px solid #dc3545 !important;
	background: transparent;
}
.btn-secondary {
	background: #1AA5CE;
	border: 2px solid #1AA5CE !important;
}

.btn-secondary:hover,
.btn-secondary:focus {
	text-decoration: none !important;
	outline: none !important;
	color: #1AA5CE !important;
	border: 2px solid #1AA5CE !important;
	background: transparent;
}

.events-card {
	border: none;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	display:block;
}

.events-card .card-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
  }


.events-card li i {
	font-size: 18px;
	color: #010165d9;
	margin-right: 10px;

}

.circle-box {
	height: 80px;
	width: 80px;
	border-radius: 100%;
	background: #010165d9;
	margin-top: -40px !important;
	position: relative;
	align-self: center;
}

.events-card li a {
	font-size: 13px;
	color: #000;
	text-decoration: none;
	line-height: 24px;
}

.events-card a {
	font-size: 12px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 4px 0;
	position: relative;
}

.events-card .readMore {
	font-weight: 900;
}

.events-card .readMore:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #010165d9;
	content: "";
}

/* .association-logo{
	width: 100px;
	height: 100px;
	border-radius: 100%;
	border: 2px solid #010165d9;
} */
.readMoreUnderline {
	font-size: 12px;
	color: #010165d9 !important;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 4px 0;

	position: relative;
}

.readMoreUnderline:after {
	position: absolute;
	left: 0;
	bottom: 0px;
	height: 2px;
	width: 100%;
	background: #010165d9;
	content: "";
}

.readMoreUnderline:hover {
	font-size: 12px;
	color: #000 !important;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 4px 0;

	position: relative;
}

.readMoreUnderline:after:hover {
	position: absolute;
	left: 0;
	bottom: 0px;
	height: 2px;
	width: 100%;
	background: #000;
	content: "";
}

.notice-board-section ul li a {
	color: #000;
}

.notice-board-section ul li a:hover {
	color: #1AA5CE;
}


.events-card img {
	height: 200px;
	object-fit: cover;
}

.events-card .card-title {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}

.events-card ul {
	list-style: none;
}

.readmore-btn {
	background: #010165d9;
	border: none;
	color: #fff;
	padding: 10px 5px;
	font-size: 16px;
	font-weight: 600;
}

ul.fa-list-notice {
	list-style: none;
	padding-left: 0;
}

ul.fa-list-notice li {
	margin-bottom: 10px;
}

/* Style for list items */
ul.fa-list-notice li::before {
	content: "\f00c";
	/* Unicode character for the check icon in Font Awesome v4 */
	font-family: "FontAwesome";
	/* Font Awesome v4 font family */
	font-weight: normal;
	/* Font weight for the icon */
	margin-right: 8px;
	/* Space between icon and list item */
	border: 1px solid #010165d9;
	color: #010165d9;
	border-radius: 100%;
	font-weight: 300;

}

.contact__address__item ul li a {
	color: #5c5c5c !important;
}

.organisation-chart-card {
	padding: 50px;
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	background: #ffffff;
	color: 5c5c5c !important;
	border: none;
}

.organisation-chart-card a,
.organisation-chart-card a,
td {
	color: #5c5c5c !important;
}

.organisation-chart-card a:hover {
	color: #010165d9 !important;
}

.organisation-chart-card td b {
	color: #000 !important;
}

.posted-details {
	margin-bottom: 0px;
}

.posted-details ul {
	list-style: none;
}

.posted-details li i {
	font-size: 15px;
	color: #010165d9;
	margin-right: 7px;
}

.posted-details li a {
	font-size: 15px;
	color: #010165d9;

}

.atSalesCounter .card {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border: none;
	padding: 2rem;
}

.atSalesCounter .card .card-title {
	margin-bottom: 0;

}



.jobcard {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	/* border: none; */

}

.jobcard .card-title {
	font-size: 20px;
	font-weight: 600;
}

.jobcard .card-subtitle {
	font-size: 16px;
	font-weight: 400;
	color: #010165d9;
}

ul.fa-list-tender {
	list-style: none;
	padding-left: 1.5rem;

}

ul.fa-list-tender li {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(18, 21, 41, 0.2);
}

ul.fa-list-tender li a {
	color: #323232;
}

/* Style for list items */
ul.fa-list-tender li::before {
	content: "\f15c ";
	/* Unicode character for the check icon in Font Awesome v4 */
	font-family: "FontAwesome";
	/* Font Awesome v4 font family */
	font-weight: normal;
	/* Font weight for the icon */
	margin-right: 10px;
	/* Space between icon and list item */
	font-size: 18px;
	color: #010165d9;

	font-weight: 300;

}

.loan__services__item__text .readMore:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #010165d9;
	content: "";
}

.srno {
	text-align: center;
	vertical-align: middle !important;
}

.particular {
	vertical-align: middle !important;
    width: 500px;
}

.phone-number {
	text-align: center;
	vertical-align: middle !important;
	white-space: nowrap;
}

.emailid {
	vertical-align: middle !important;
}

.side-social-media-apps {}

.side-social-media-apps ul {
	list-style: none;
	position: fixed;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 999;
}

.side-social-media-apps ul li {

	background-color: #010165d9;
	padding: 10px 10px 10px 10px;
	border-radius: 0% 50% 50% 0%;
	margin-bottom: 10px;
	font-size: 24px;
	text-align: left;
	vertical-align: middle;

}





#side-facebook:hover {
	background: #1877F2;
}

#side-twitter:hover {
	background: #1DA1F2;
}

#side-linkedin:hover {
	background: #0077B5;
}

#side-telegram:hover {
	background: #0088CC;
}

#side-whatsapp:hover {
	background: #25D366;
}

#side-instagram:hover {
	background: linear-gradient(to bottom, #F58529, #DD2A7B, #9933CC);
	;
}


.side-social-media-apps ul li a {
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.side-social-media-apps ul li a span {
	margin-right: 10px;
	font-size: 20px;
}

/* HomeBanner slider */
.homeBanner__slider .owl-carousel .col-lg-4 {
	max-width: 100%;
}

.homeBanner__slider .owl-carousel .owl-stage-outer {
	padding: 60px 0 30px;
}

.homeBanner__slider .owl-carousel .owl-item img {
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	object-fit: cover;

}

.homeBanner__slider .owl-carousel .owl-dots {
	text-align: center;
	padding-top: 10px;
}

.homeBanner__slider .owl-carousel .owl-dots button {
	display: inline-block;
	height: 10px;
	width: 10px;
	background: #818181;
	border-radius: 50%;
	margin-right: 8px;
}

.homeBanner__slider .owl-carousel .owl-dots button.active {
	background: #010165d9;
}

.homeBanner__slider .owl-carousel .owl-dots button:last-child {
	margin-right: 0;
}

/* -------------------------------- */

.bg-primary {
	background: #010165d9 !important;
}


.login-footer {
	position: absolute;
	bottom: 0 !important;
	background: #fff;
}

.signup-footer {
	position: relative;
	bottom: 0 !important;
	background: #fff;
}



.text-neuromonk {
	color: #1c4ae1
}

.text-neuromonk:hover {
	color: #1c4ae1
}

.text-primery {
	color: #010165d9;
}

.text-primery:hover {
	color: #010165d9;
}

.horizontal-line {
	background: #010165d9 !important;
	height: 1px !important;
	padding: 1px;
	width: 100% !important;
}

.signupwithlogo {
	height: 40px;
	width: 40px;

}

/* OTP Screen */
.otp-field {
	flex-direction: row;
	column-gap: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.otp-field input {
	height: 45px;
	width: 42px;
	border-radius: 6px;
	outline: none;
	font-size: 1.125rem;
	text-align: center;
	border: 1px solid #ddd;
}

.otp-field input:focus {
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.otp-field input::-webkit-inner-spin-button,
.otp-field input::-webkit-outer-spin-button {
	display: none;
}

/*  */
.password-input-wrapper {
	position: relative;
}

.password-toggle {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	cursor: pointer;
}

.password-toggle i {
	font-size: 18px;
	color: #010165d9;
}













input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #ffffff;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	margin-bottom: 50px;
	text-align: center;
}

.section-title h2 {
	font-weight: 700;
	color: #323232;
	line-height: 46px;
	margin-bottom: 20px;
}

.section-title P {
	margin-bottom: 0;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
    /* height: 90vh; */
}
.set-bgsignup {
	background-repeat: no-repeat;
	/* background-size: cover; */
	background-position: top center;
    /* height: 90vh; */
	background-size: contain; /* Ensures the image covers the full background */

}
.set-owl {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
    height: 90vh;
}
.spad {
	padding-top: 10px;
	padding-bottom: 10px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/* buttons */

.primary-btn {
	display: inline-block;
	font-size: 15px;
	padding: 14px 40px 12px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	background: #010165d9;
	border-radius: 2px;
	letter-spacing: 1px;
}

.site-btn {
	font-size: 15px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	padding: 14px 30px 12px;
	background: #010165d9;
	border: none;
	letter-spacing: 1px;
	border-radius: 2px;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}

	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}

	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

.spacial-controls {
	position: fixed;
	width: 111px;
	height: 91px;
	top: 0;
	right: 0;
	z-index: 999;
}

.spacial-controls .search-switch {
	display: block;
	height: 100%;
	padding-top: 30px;
	background: #323232;
	text-align: center;
	cursor: pointer;
}

.search-model {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	z-index: 99999;
}

.search-model-form {
	padding: 0 15px;
}

.search-model-form input {
	width: 500px;
	font-size: 40px;
	border: none;
	border-bottom: 2px solid #333;
	background: 0 0;
	color: #999;
}

.search-close-switch {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #333;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 28px;
	line-height: 28px;
	top: 30px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}


.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 24px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #28a745;
}

input:checked + .slider:before {
  transform: translateX(26px);
}


/*---------------------
  Header
-----------------------*/

.header__top {
	background:#010165d9;
}
.socialmediaicon{
    padding: 4px 10px 14px;
}

.header__top__widget {
	padding: 4px
}

.header__top__widget li {
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	margin-right: 40px;
	position: relative;
	list-style: none;
}
.socialmediaicon li {
	font-size: 13px;
	color: #ffffff;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	list-style: none;
}

.social_media__top__widget {
	padding: 11px 10px 14px;
}

.social_media__top__widget li {
	font-size: 15px;
	color: #ffffff;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	list-style: none;
}



.social_media__top__widget li i {
	font-size: 18px;
	color: #1AA5CE;
	margin-right: 8px;
}

.header__top__widget li::after {
	position: absolute;
	right: -32px;
	top: 0;
	width: 1px;
	height: 100%;
	background: white;
	content: "";

}



.header__top__widget li:last-child {
	margin-right: 0;
}

.header__top__widget li:last-child:after {
	display: none;
}

.header__top__widget li i {
	font-size: 18px;
	color: #fff;
	margin-right: 8px;
}
.socialmediaicon li i {
	font-size: 15px;
	color: #fff;
	margin-right: 5px;
}
.header__top__language {
	background: #010165d9;
	padding: 11px 20px;
	float: right;
	position: relative;
	cursor: pointer;
}
.offset-lg-1{
    margin-left: 0% !important;
}

.header__top__language:hover ul {
	top: 40px;
	opacity: 1;
	visibility: visible;
}

.header__top__language img {
	display: inline-block;
	height: 26px;
	width: 26px;
	border-radius: 50%;
	margin-right: 6px;
}

.header__top__language span {
	font-size: 15px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 12px;
}

.header__top__language i {
	font-size: 20px;
	display: inline-block;
	color: #ffffff;
}

.header__top__language ul {
	position: absolute;
	left: 50px;
	top: 60px;
	width: 100px;
	background: #ffffff;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 0 0 20px rgba(54, 54, 54, 0.15);
	box-shadow: 0 0 20px rgba(54, 54, 54, 0.15);
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
	z-index: 9;
}

.header__top__language ul li {
	list-style: none;
}

.header__top__language ul li a {
	font-size: 14px;
	color: #252525;
	padding: 5px 5px 5px 15px;
	display: block;
}

.header__logo {
	padding: 10px 0;

}


.header__logo a {
	display: inline-block;
}

.header__nav {
	text-align: right;
	display: flex;
	align-items: center;
	height: 100%;
}

.header__menu {
	display: inline-block;
}

.header__menu ul li {
	list-style: none;
	display: inline-block;
	margin-right: 14px;
	position: relative;
}

.header__menu ul li.active a:after {
	width: 100%;
	opacity: 1;
}

.header__menu ul li:hover a:after {
	width: 100%;
	opacity: 1;
}

.header__menu ul li:hover .dropdown {
	top: 37x;
	opacity: 1;
	visibility: visible;
}

.header__menu ul li .dropdown {
	position: absolute;
	left: 0;
	top: 56px;
	width: 275px;
	background: #fff;
	text-align: left;
	padding: 5px 0;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.header__menu ul li .dropdown li {
	display: block;
	margin-right: 0;
}

.header__menu ul li .dropdown li:hover {
	background: #010165d9;
	color: #fff !important;
}

.header__menu ul li .dropdown li .active {
	background: #010165d9;
	color: #fff !important;
}

.header__menu ul li .dropdown li a:hover {

	color: #fff !important;
}

.header__menu ul li .dropdown li a {
	font-size: 16px;
	color: #323232;
	font-weight: 600;
	padding: 10px 20px;
}

.header__menu ul li .dropdown li a:after {
	display: none;
}

.header__menu ul li a {
	font-size: 18px;
	color: #323232;
	font-weight: 700;
	display: block;
	padding: 5px 0;
	position: relative;
}

.header__menu ul li a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 0%;
	background: #010165d9;
	content: "";
	opacity: 0;
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.header__search {
	display: inline-block;
}

.header__search i {
	font-size: 18px;
	color: #323232;
	cursor: pointer;
}

.offcanvas-menu-wrapper {
	display: none;
}

.canvas__open {
	display: none;
}

/*---------------------
  Hero
-----------------------*/

.hero {
	padding: 170px 0;
}
.herosignup {
	padding: 10px 10px 40px 10px;
}

.hero__text {
	padding-top: 90px;
}

.hero__text h2 {
	font-size: 50px;
	color: #ffffff;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 65px;
}

.hero__text p {
	color: #ffffff;
	margin-bottom: 60px;
}

.hero__text .primary-btn {
	margin-right: 16px;
}

.hero__text .primary-btn.howit-btn {
	background: #1AA5CE;
}

.hero__form {
	background: #ffffff;
	padding: 50px 30px 45px;
	border-radius: 2px;
}

.hero__form h3 {
	color: #323232;
	font-weight: 700;
	text-align: center;
	margin-bottom: 24px;
}

.hero__form form .input-list {
	overflow: hidden;
	margin-right: -20px;
}

.hero__form form .input-list.last .input-list-item {
	margin-bottom: 30px;
}

.hero__form form .input-list .input-list-item {
	width: calc(50% - 20px);
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.hero__form form .input-list .input-list-item p {
	color: #323232;
	margin-bottom: 12px;
}

.hero__form form .input-list .input-list-item input {
	width: 100%;
	height: 40px;
	border-radius: 2px;
	border: none;
	background: #f6f6f6;
	padding-left: 15px;
    width: 100%; height: 40px; border: 1px solid #ccc; border-radius: 5px;
}
.form-control{
    padding: 0px;
    padding-left: 9px;
}

.hero__form form .input-full-width {
	margin-bottom: 20px !important;
}

.hero__form form .input-full-width p {
	color: #323232;
	margin-bottom: 12px;
}

.hero__form form .input-full-width input {
	width: 100%;
	height: 48px;
	border-radius: 2px;
	border: none;
	background: #f6f6f6;
	padding-left: 15px;
}


/* Apply styles to radio buttons */
.radio-btn {

	width: 20px !important;
	height: 20px !important;
	margin-right: 10px;
	border: 2px solid #010165d9 !important;


}


.hero__form form button {
	width: 100%;
}

/* Pop Up Message */

/* Styling for the popup */
.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 9999;
}

.popup-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.close-popup {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}


/* ----------------------------------- */

/*---------------------
  Home About
-----------------------*/

/* .home__about__text {
	padding-top: 40px;
} */

.home__about__text .section-title {
	text-align: left;
	margin-bottom: 20px;
}

.home__about__item {
	margin-bottom: 65px;
}

.home__about__item h4 {
	color: #323232;
	font-weight: 700;
	margin-bottom: 10px;
}

.home__about__item p {
	margin-bottom: 0;
}

.home__about__img img {
	min-width: 100%;
	border-radius: 2px;
}

/*---------------------
  Loan Services
-----------------------*/

.loan-services {
	padding-bottom: 25px;
	padding-top: 25px;
	background: #f6f7f9;
    height: auto;
}
.loan-services1{
    padding-bottom: 25px;
	padding-top: 25px;
	background: #f6f7f9;
    height: 648px;
}

.loan__services__list {
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden;
}

.loan__services__list ul {
	list-style: none;
}



.loan__services__item {
	width: 20%;
	float: left;
	height: 480px;
	position: relative;
	overflow: hidden;
	border-radius: 2px;
}

.loan__services__item:hover .loan__services__item__text {
	bottom: 40px;
}

.loan__services__item:hover .loan__services__item__text h4 {
	margin-bottom: 12px;
}

.loan__services__item__text {
	position: absolute;
	left: 0;
	bottom: -150px;
	width: 100%;
	padding: 0 35px;
	-webkit-transition: all, 0.4s;
	-o-transition: all, 0.4s;
	transition: all, 0.4s;
}

.loan__services__item__text h4 {
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 80px;
	-webkit-transition: all, 0.2s;
	-o-transition: all, 0.2s;
	transition: all, 0.2s;
}

.loan__services__item__text h4 span {
	color: #010165d9;
}

.loan__services__item__text p {
	color: #ffffff;
	margin-bottom: 25px;
}

.loan__services__item__text a {
	font-size: 12px;
	color: #ffffff;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 4px 0;
	position: relative;

}



.newsletter-card {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border: none;
}

/*---------------------
  Choose
-----------------------*/

.choose {
	padding-bottom: 25px;
	padding-top: 25px;
}

.choose__item {
	background: #ffffff;
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	text-align: center;
	padding: 0 30px 30px;
	height: 100%;
	/* margin-bottom: 80px; */
}

.choose__item img {
	/* margin-top: -40px; */
	padding: 0px;
}

.choose__item h5 {
	font-size: 20px;
	color: #323232;
	font-weight: 700;
	margin-bottom: 12px;
	margin-top: 35px;
}

.choose__item p {
	margin-bottom: 0;
}

/*---------------------
  Testimonial
-----------------------*/

.testimonial {
	padding-bottom: 260px;
}

.testimonial .section-title {
	margin-bottom: 60px;
}

.testimonial .section-title h2 {
	color: #ffffff;
}

.testimonial .section-title p {
	color: #ffffff;
}

.testimonial__carousel {
	margin-top: 0px;
}

.form-controlFile {
    display: block;
    width: 100%;
    /* height: calc(2em + .75rem + 2px); */
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.testimonial__item {
	background: #ffffff;
	-webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
	text-align: center;
	border-radius: 2px;
	padding: 0 50px 40px;
}

.testimonial__item img {
	margin-top:10px;
    margin-bottom: 5px;
}

.testimonial__item h5 {
	font-size: 20px;
	color: #323232;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 4px;
}

.testimonial__item span {
	display: block;
	font-size: 15px;
	color: #010165d9;
	/* margin-bottom: 25px; */
}

.testimonial__item p {
	margin-bottom: 0;
	font-style: normal;
	font-size: 18px;
	line-height: 35px;
	text-align: left;
}

.testimonial__slider.owl-carousel .col-lg-4 {
	max-width: 100%;
}

.testimonial__slider.owl-carousel .owl-stage-outer {
	padding: 20px 0 30px;
}

.jobs__slider.owl-carousel .owl-stage-outer {
	padding: 0 !important;
}



.testimonial__slider.owl-carousel .owl-item img {
	display: flex;
	width: 100px;
	height: 100px;
	border-radius: 0%;
	object-fit: fill;
}

.testimonial__slider.owl-carousel .owl-dots {
	text-align: center;
	padding-top: 10px;
}

.testimonial__slider.owl-carousel .owl-dots button {
	display: inline-block;
	height: 10px;
	width: 10px;
	background: #818181;
	border-radius: 50%;
	margin-right: 8px;
}

.testimonial__slider.owl-carousel .owl-dots button.active {
	background: #010165d9;
}

.testimonial__slider.owl-carousel .owl-dots button:last-child {
	margin-right: 0;
}

/*---------------------
  Counter
-----------------------*/

.counter {
	padding-top: 25px;
	padding-bottom: 25px;
}

.counter__item {
	text-align: center;
	margin-bottom: 30px;
}

.counter__item .counter__number {
	margin-top: 10px;
}

.counter__item .counter__number h2 {
	font-size: 40px;
	color: #182141;
	font-weight: 700;
	display: inline-block;
}

.counter__item .counter__number span {
	font-size: 40px;
	color: #323232;
	font-weight: 700;
	display: inline-block;
}

/*---------------------
  Call
-----------------------*/

.call__text .section-title {
	text-align: left;
	margin-bottom: 35px;
}

.call__text .section-title h2 {
	color: #ffffff;
	margin-bottom: 12px;
}

.call__text .section-title p {
	color: #ffffff;
}

.call__text a {
	font-size: 15px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 6px 0;
	position: relative;
}

.call__text a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #010165d9;
	content: "";
}

.subscribe__form__input {
	background: transparent !important;
	border-bottom: 1px solid #fff !important;
	border: none;
	margin-right: 10px;
	color: #fff !important;
	width: 100%;
}

.subscribe__btn {
	font-size: 15px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;

	background: #010165d9;
	border: none;
	letter-spacing: 1px;
	border-radius: 2px;

}




.call__form input {
	width: 100%;
	height: 48px;
	color: #5C5C5C;
	font-size: 15px;
	padding-left: 20px;
	border: none;
	border-radius: 2px;
	margin-bottom: 20px;
}


.hero__form form .nice-select {
	float: none;
	width: 40%;
	height: 48px;
	border-radius: 2px;
	line-height: 48px;
	margin-bottom: 20px;
}

.hero__form form .nice-select span {
	font-size: 15px;
	color: #323232;
}

.hero__form form .nice-select .list {
	width: 100%;
	margin-top: 0;
	border-radius: 0;
}

.hero__form form .nice-select:after {
	height: 10px;
	width: 10px;
	border-bottom: 2px solid #323232;
	border-right: 2px solid #323232;
	margin-top: 0;
	right: 22px;
	top: 35%;
}

/*---------------------
  Latest Blog
-----------------------*/

.latest {
	padding-top: 0px;
}

.latest__blog__item {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	padding: 40px 35px 40px 30px;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
	margin-bottom: 50px;
}

.latest__blog__item:hover {
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.latest__blog__item:hover h5 a {
	color: #010165d9;
	text-decoration: underline;
}

.latest__blog__item h5 {
	margin-bottom: 45px;
}

.latest__blog__item h5 a {
	font-size: 20px;
	color: #1a3048;
	font-weight: 700;
	-webkit-transition: all, 0.2s;
	-o-transition: all, 0.2s;
	transition: all, 0.2s;
}

.latest__blog__item p {
	line-height: 23px;
	margin-bottom: 25px;
}

.latest__blog__author .latest__blog__author__pic {
	float: left;
	margin-right: 15px;
}

.latest__blog__author .latest__blog__author__text {
	overflow: hidden;
	padding-top: 5px;
}

.latest__blog__author .latest__blog__author__text h6 {
	color: #010165d9;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
}

.latest__blog__author .latest__blog__author__text span {
	font-size: 12px;
	color: #777C81;
	letter-spacing: 1px;
}

/*---------------------
  Contact Widget
-----------------------*/

.contact-widget {
	padding-top: 40px;
	padding-bottom: 34px;
}

.contact__widget__item h4 {
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 20px;
}

.contact__widget__item p {
	color: #a8a8a8;
	margin-bottom: 0;
}

.contact__widget__phone {
	text-align: right;
}

.contact__widget__phone span {
	font-size: 20px;
	color: #ffffff;
}

.contact__widget__phone h2 {
	font-size: 40px;
	font-weight: 700;
	color: #010165d9;
	margin-top: 10px;
}

/*---------------------
  Footer
-----------------------*/

.footer {
	background: #010165d9;
	padding-top: 75px;
}

.footer__about {
	margin-bottom: 30px;
}

.footer__about p {
	color: #a8a8a8;
}

.footer__logo {
	margin-bottom: 25px;
}

.footer__logo a {
	display: inline-block;
}

.footer__widget {
	margin-bottom: 30px;
}

.footer__widget.footer__widget--social li a {
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.footer__widget.footer__widget--social li a:hover {
	color: #010165d9;
}

.footer__widget.footer__widget--address p {
	margin-bottom: 10px;
}

.footer__widget.footer__widget--address li {
	line-height: 30px;
	font-size: 15px;
	color: #a8a8a8;
}

.footer__widget h5 {
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 26px;
}

.footer__widget ul li {
	list-style: none;
}

.footer__widget ul li a {
	font-size: 15px;
	color: #a8a8a8;
	line-height: 38px;
}

.footer__widget ul li a i {
	margin-right: 6px;
}

.footer__widget p {
	color: #a8a8a8;
}

.footer__copyright {
	border-top: 1px solid rgba(112, 112, 112, 0.1);
	padding: 18px 0 15px;
	margin-top: 20px;
}

.footer__copyright__links li {
	list-style: none;
	display: inline-block;
	line-height: 20px;
	position: relative;
	margin-right: 45px;
}

.footer__copyright__links li:last-child {
	margin-right: 0;
}

.footer__copyright__links li:last-child::after {
	display: none;
}

.footer__copyright__links li:after {
	position: absolute;
	right: -28px;
	top: 0;
	height: 100%;
	width: 1px;
	background: #a8a8a8;
	content: "";
}

.footer__copyright__links li a {
	font-size: 15px;
	color: #a8a8a8;
}

.footer__copyright__text {
	text-align: left;

}

.footer__developed__by__text {
	/* text-align: right; */
	color: #a8a8a8 !important;
}

.footer__developed__by__text p {
	color: #a8a8a8;
	margin-bottom: 0;
}

.footer__developed__by__text img {
	width: 20px;
	object-fit: contain;
	margin: 0px 5px;
}

.footer__developed__by__text a {
	color: #007bff;
}

.footer__copyright__text p {
	color: #a8a8a8;
	margin-bottom: 0;
}

.footer__copyright__text i {
	color: #941515;
}

.footer__copyright__text a {
	color: #010165d9;
}

/*---------------------
  Breadcrumb
-----------------------*/

.breadcrumb-option {
	padding: 70px 0 65px;
}

.breadcrumb-option.contact-breadcrumb {
	padding: 70px 0 260px;
}

.breadcrumb-option.contact-breadcrumb h2 {
	margin-bottom: 0;
}

.breadcrumb__text h2 {
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 5px;
}

.breadcrumb__links a {
	font-size: 15px;
	color: #ffffff;
	margin-right: 18px;
	display: inline-block;
	position: relative;
}

.breadcrumb__links a:after {
	position: absolute;
	right: -15px;
	top: 0;
	content: "";
	font-family: "FontAwesome";
}

.breadcrumb__links span {
	font-size: 15px;
	color: #a8a8a8;
	display: inline-block;
}

/*---------------------
  About
-----------------------*/

.about {
	padding-bottom: 70px;
}

.about__content {
	margin-bottom: 70px;
}

.about__img {
	position: relative;
	border-radius: 2px;
    margin-top: 10%;

	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
}

.about__img img {
	min-width: 100%;
}

.about__img .play-btn {
	display: inline-block;
	position: absolute;
	right: -50px;
	top: 50%;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.about__img .play-btn img {
	min-width: auto;
}

.about__text {
	padding-top: 35px;
}

.about__text h2 {
	color: #323232;
	font-weight: 700;
	margin-bottom: 18px;
}

.about__text h4 {
	color: #323232;
	margin-bottom: 70px;
}

.about__text p.first_para {
	margin-bottom: 30px;
}

.about__text p.last_para {
	margin-bottom: 45px;
    text-align: justify;
}

.about__item {
	margin-bottom: 30px;
}

.about__item h4 {
	color: #323232;
	font-weight: 700;
	margin-bottom: 10px;
}

.about__item p {
	color: #707070;
}

/*---------------------
    History
-----------------------*/

.history .section-title h2 {
	color: #ffffff;
}

.history .section-title p {
	color: #ffffff;
}

.history__img img {
	border-radius: 2px;
	min-width: 100%;
}

.history__text {
	position: relative;
	height: 460px;
	padding-left: 44px;
	padding-right: 15px;
	overflow-y: auto;
}

.history__text:before {
	position: absolute;
	left: 9px;
	top: 0;
	height: 100%;
	width: 2px;
	background: rgba(255, 255, 255, 0.1);
	content: "";
}

.history__item {
	position: relative;
	margin-bottom: 55px;
}

.history__item .history__indicator {
	position: absolute;
	left: -44px;
	top: 2px;
	height: 20px;
	width: 20px;
	background: rgba(255, 255, 255, 0.1);
	content: "";
	border-radius: 50%;
}

.history__item .history__indicator:after {
	position: absolute;
	left: 5px;
	top: 5px;
	height: 10px;
	width: 10px;
	background: #010165d9;
	content: "";
	border-radius: 50%;
}

.history__item span {
	font-size: 14px;
	color: #010165d9;
}

.history__item h4 {
	color: #ffffff;
	font-weight: 700;
	margin-top: 4px;
	margin-bottom: 10px;
}

.history__item p {
	color: #ffffff;
	margin-bottom: 0;
}

/*---------------------
   Team
-----------------------*/

.team {
	padding-bottom: 70px;
}

.team .section-title {
	text-align: left;
	margin-bottom: 50px;
}

.team__item {
	height: 480px;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	overflow: hidden;
}

.team__item:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(34, 48, 96, 0.8);
	content: "";
	z-index: -1;
	opacity: 0;
	-webkit-transition: all, 0.5s, ease-out, 0.5s;
	-o-transition: all, 0.5s, ease-out, 0.5s;
	transition: all, 0.5s, ease-out, 0.5s;
}

.team__item:hover:after {
	opacity: 1;
}

.team__item:hover .team__text {
	top: 0;
}

.team__item:hover .team__text .team__title {
	border-bottom: 1px solid rgba(183, 183, 183, 0.2);
	padding: 0 0 26px;
	margin-bottom: 26px;
	opacity: 0;
	visibility: hidden;
	position: relative;
	bottom: initial;
	opacity: 1;
	visibility: visible;
}

.team__item:hover .team__text p {
	top: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.5s ease 0.3s;
	-o-transition: all 0.5s ease 0.3s;
	transition: all 0.5s ease 0.3s;
}

.team__item:hover .team__text .team__social {
	opacity: 1;
	visibility: visible;
	bottom: 34px;
	-webkit-transition: all 0.5s ease 0.5s;
	-o-transition: all 0.5s ease 0.5s;
	transition: all 0.5s ease 0.5s;
}

.team__text {
	height: 100%;
	top: 361px;
	position: relative;
	padding: 35px 30px 30px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.team__text .team__title {
	border-bottom: 1px solid rgba(183, 183, 183, 0.2);
	padding: 0 0 26px;
	margin-bottom: 26px;
	position: relative;
}

.team__text .team__title h4 {
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 6px;
}

.team__text .team__title span {
	font-size: 15px;
	color: #010165d9;
}

.team__text p {
	color: #e4e4e4;
	line-height: 26px;
	opacity: 0;
	visibility: hidden;
	position: relative;
	top: 50px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.team__text .team__social {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0 30px;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
}

.team__text .team__social a {
	display: inline-block;
	font-size: 20px;
	color: #ffffff;
	margin-right: 34px;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.team__text .team__social a:last-child {
	margin-right: 0;
}

.team__text .team__social a:hover {
	color: #010165d9;
}

/*---------------------
  Services
-----------------------*/

.services {
	padding-bottom: 30px;
}

.services__item {
	margin-bottom: 70px;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.services__item:hover {
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.services__item:hover .services__item__text {
	border: 1px solid transparent;
}

.services__item:hover .services__item__text a:after {
	opacity: 1;
}

.services__item__img img {
	border-radius: 5px 5px 0 0;
	min-width: 100%;
}

.services__item__text {
	padding-top: 35px;
	padding-bottom: 30px;
	text-align: center;
	border: 1px solid rgba(112, 112, 112, 0.1);
	border-radius: 0 0 5px 5px;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.services__item__text h4 {
	color: #323232;
	font-weight: 700;
	margin-bottom: 6px;
}

.services__item__text h4 span {
	color: #010165d9;
}

.services__item__text p {
	margin-bottom: 34px;
}

.services__item__text a {
	font-size: 12px;
	color: #323232;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 4px 0;
	position: relative;
}

.services__item__text a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #010165d9;
	content: "";
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
	opacity: 0;
}

/*---------------------
  Services Details
-----------------------*/

.services__details__text {
	margin-bottom: 80px;
}

.services__details__title h2 {
	font-size: 40px;
	color: #323232;
	font-weight: 700;
	margin-bottom: 22px;
}

.services__details__title p {
	font-size: 24px;
	line-height: 38px;
	margin-bottom: 50px;
}

.services__details__more {
	margin-bottom: 30px;
}

.services__details__img {
	margin-bottom: 42px;
}

.services__details__img img {
	min-width: 100%;
	border-radius: 5px;
	margin-bottom: 30px;
}

.services__details__product h2 {
	font-size: 40px;
	color: #323232;
	font-weight: 700;
	margin-bottom: 20px;
}

.services__details__product__item {
	margin-bottom: 55px;
}

.services__details__product__item h4 {
	color: #323232;
	font-weight: 700;
	margin-bottom: 6px;
}

.services__details__product__item h4 span {
	color: #010165d9;
}

.services__details__product__item p {
	margin-bottom: 0;
}

.services__details__faq {
	margin-bottom: 75px;
}

.services__details__faq .card {
	border: none;
	border-radius: 0;
	margin-bottom: 20px;
}

.services__details__faq .card .card-heading {
	border-radius: 2px;
}

.services__details__faq .card .card-heading a {
	font-size: 18px;
	color: #323232;
	font-weight: 700;
	padding: 12px 10px 10px 65px;
	display: block;
	background: #f6f6f6;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.services__details__faq .card .card-heading.active a {
	background: #223060;
	color: #ffffff;
}

.services__details__faq .card .card-body {
	padding-left: 0;
}

.services__details__faq .card .card-body p {
	color: #323232;
}

.services__details__faq .card-heading a:after,
.services__details__faq .card-heading>a.active[aria-expanded=false]:after {
	content: "L";
	font-size: 24px;
	font-family: "ElegantIcons";
	color: #323232;
	position: absolute;
	right: 30px;
	top: 14px;
	line-height: 20px;
}

.services__details__faq .card-heading.active a:after {
	content: "K";
	font-size: 24px;
	font-family: "ElegantIcons";
	color: #fff;
	position: absolute;
	right: 30px;
	top: 14px;
	line-height: 20px;
}

.services__details__faq .card-heading a[aria-expanded=true]:after,
.services__details__faq .card-heading>a.active:after {
	content: "K";
	font-size: 24px;
	font-family: "ElegantIcons";
	color: #fff;
	position: absolute;
	right: 30px;
	top: 14px;
	line-height: 20px;
}

.services__details__calculator h2 {
	color: #323232;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 35px;
}

.services__details__calculator__item {
	position: relative;
	margin-bottom: 60px;
}

.services__details__calculator__item:last-child {
	margin-bottom: 0;
}

.services__details__calculator__item p {
	font-size: 18px;
	color: #323232;
	margin-bottom: 20px;
}

.services__details__calculator__item .ui-widget.ui-widget-content {
	border: none;
	height: 8px;
	background: #e4e4e4;
	border-radius: 50px;
}

.services__details__calculator__item .ui-slider .ui-slider-range {
	background: #010165d9;
}

.services__details__calculator__item .ui-slider .ui-slider-handle {
	height: 16px;
	width: 16px;
	display: inline-block;
	background: #010165d9;
	cursor: pointer;
	border: 2px solid #fff;
	border-radius: 50px;
	z-index: 9;
}

.services__details__calculator__item .ui-slider-horizontal .ui-slider-handle {
	top: -4px;
	margin-left: -8px;
}

.services__details__calculator__item .price-input {
	position: absolute;
	right: 0;
	top: -20px;
	z-index: 1;
}

.services__details__calculator__item .price-input.month input {
	text-align: right;
	padding: 0 10px;
}

.services__details__calculator__item .price-input input {
	color: #323232;
	font-weight: 700;
	font-size: 15px;
	height: 50px;
	width: 120px;
	background: transparent;
	border: none;
	text-align: center;
	border: 1px solid #e4e4e4;
	margin-right: -5px;
}

.services__details__calculator__item .price-input span {
	font-size: 15px;
	width: 100px;
	height: 50px;
	text-align: center;
	background: #f6f6f6;
	color: #323232;
	display: inline-block;
	line-height: 50px;
	border: 1px solid #f6f6f6;
	position: relative;
	top: 1px;
}

.services__details__calculator__total {
	margin-top: -19px;
}

.services__details__calculator__total__item {
	background: #f6f6f6;
	padding: 16px 26px 20px 26px;
	margin-bottom: 15px;
}

.services__details__calculator__total__item:last-child {
	margin-bottom: 0;
}

.services__details__calculator__total__item p {
	color: #707070;
	margin-bottom: 5px;
}

.services__details__calculator__total__item h5 {
	font-size: 20px;
	color: #323232;
	font-weight: 700;
}

/*---------------------
  Blog
-----------------------*/

.blog__item {
	margin-bottom: 45px;
}

.blog__item__img img {
	min-width: 100%;
	border-radius: 5px 5px 0 0;
}

.blog__item__text {
	padding-top: 25px;
}

.blog__item__text h3 {
	font-weight: 700;
	margin-bottom: 5px;
}

.blog__item__text h3 a {
	color: #323232;
}

.blog__item__text ul {
	margin-bottom: 22px;
}

.blog__item__text ul li {
	font-size: 15px;
	color: #a8a8a8;
	list-style: none;
	margin-right: 30px;
	display: inline-block;
}

.blog__item__text ul li:last-child {
	margin-right: 0;
}

.blog__item__text ul li i {
	color: #010165d9;
}

.blog__item__text p {
	color: #707070;
	margin-bottom: 40px;
}

.blog__item__text .read__more {
	display: inline-block;
	color: #707070;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.blog__pagination a {
	font-size: 15px;
	color: #707070;
	display: inline-block;
	padding: 12px 20px 10px;
	border: 1px solid #e4e4e4;
	border-left: none;
	margin-right: -5px;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.blog__pagination a:first-child {
	border-left: 1px solid #e4e4e4;
}

.blog__pagination a:hover {
	background: #010165d9;
	color: #ffffff;
	border-color: #010165d9;
}

/*---------------------
  Blog Sidebar
-----------------------*/

.blog__sidebar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 30px;
}

.blog__sidebar__search {
	margin-bottom: 50px;
}

.blog__sidebar__search h5 {
	font-size: 20px;
	color: #323232;
	font-weight: 700;
	margin-bottom: 20px;
}

.blog__sidebar__search form {
	position: relative;
}

.blog__sidebar__search form input {
	width: 100%;
	height: 43px;
	border-radius: 2px;
	font-size: 15px;
	color: #5c5c5c;
	padding-left: 15px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.blog__sidebar__search form input::-webkit-input-placeholder {
	color: #5c5c5c;
}

.blog__sidebar__search form input::-moz-placeholder {
	color: #5c5c5c;
}

.blog__sidebar__search form input:-ms-input-placeholder {
	color: #5c5c5c;
}

.blog__sidebar__search form input::-ms-input-placeholder {
	color: #5c5c5c;
}

.blog__sidebar__search form input::placeholder {
	color: #5c5c5c;
}

.blog__sidebar__search form button {
	font-size: 15px;
	color: #323232;
	background: transparent;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding: 0 15px;
}

.blog__sidebar__categories {
	margin-bottom: 35px;
}

.blog__sidebar__categories h5 {
	font-size: 20px;
	color: #323232;
	font-weight: 700;
	margin-bottom: 15px;
}

.blog__sidebar__categories ul li {
	list-style: none;
}

.blog__sidebar__categories ul li a {
	font-size: 15px;
	color: #323232;
	line-height: 36px;
}

.blog__sidebar__categories ul li a span {
	font-weight: 700;
	float: right;
}

.blog__sidebar__recent {
	margin-bottom: 45px;
}

.blog__sidebar__recent h5 {
	font-size: 20px;
	color: #323232;
	font-weight: 700;
	margin-bottom: 20px;
}

.blog__sidebar__recent__item {
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
}

.blog__sidebar__recent__item__pic {
	float: left;
	margin-right: 15px;
}

.blog__sidebar__recent__item__pic img {
	border-radius: 2px;
}

.blog__sidebar__recent__item__text {
	overflow: hidden;
	padding-top: 10px;
}

.blog__sidebar__recent__item__text h6 {
	font-size: 15px;
	color: #323232;
	font-weight: 600;
	margin-bottom: 4px;
}

.blog__sidebar__recent__item__text p {
	font-size: 13px;
	color: #a8a8a8;
	margin-bottom: 0;
}

.blog__sidebar__recent__item__text p i {
	margin-right: 2px;
	color: #010165d9;
}

.blog__sidebar__tags {
	margin-bottom: 40px;
}

.blog__sidebar__tags h5 {
	font-size: 20px;
	color: #323232;
	font-weight: 700;
	margin-bottom: 20px;
}

.blog__sidebar__tags a {
	font-size: 11px;
	color: #5c5c5c;
	text-transform: uppercase;
	display: inline-block;
	padding: 6px 15px 4px;
	background: #f2f2f2;
	border-radius: 2px;
	margin-right: 6px;
	margin-bottom: 10px;
}

.blog__sidebar__social h5 {
	font-size: 20px;
	color: #323232;
	font-weight: 700;
	margin-bottom: 20px;
}

.blog__sidebar__social .blog__sidebar__social__links a {
	display: inline-block;
	color: #ffffff;
	font-size: 15px;
	height: 38px;
	width: 38px;
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
	margin-right: 6px;
}

.blog__sidebar__social .blog__sidebar__social__links a:last-child {
	margin-right: 0;
}

.blog__sidebar__social .blog__sidebar__social__links a.facebook {
	background: #344973;
}

.blog__sidebar__social .blog__sidebar__social__links a.twitter {
	background: #2C83AE;
}

.blog__sidebar__social .blog__sidebar__social__links a.google {
	background: #DD4437;
}

.blog__sidebar__social .blog__sidebar__social__links a.skype {
	background: #00AFF0;
}

/*---------------------
  Blog Hero
-----------------------*/

.blog-hero {
	padding: 150px 0 140px;
}

.blog__hero__text .label {
	font-size: 12px;
	display: inline-block;
	font-weight: 700;
	color: #ffffff;
	background: #010165d9;
	padding: 4px 18px 3px;
	border-radius: 2px;
	text-transform: uppercase;
}

.blog__hero__text h2 {
	font-size: 44px;
	color: #ffffff;
	font-weight: 700;
	margin-top: 24px;
	margin-bottom: 65px;
}

.blog__hero__text ul li {
	list-style: none;
	display: inline-block;
	font-size: 15px;
	color: #ffffff;
	margin-right: 65px;
}

.blog__hero__text ul li:last-child {
	margin-right: 0;
}

.blog__hero__text ul li i {
	color: #010165d9;
	margin-right: 5px;
}

/*---------------------
  Blog Details
-----------------------*/

.blog__details__title {
	margin-bottom: 45px;
}

.blog__details__title p {
	font-size: 18px;
	color: #707070;
	line-height: 30px;
}

.blog__details__title p.first-para {
	margin-bottom: 45px;
}

.blog__details__title p .letter-cap:first-child {
	font-size: 64px;
	font-weight: 700;
	color: #323232;
	padding-right: 30px;
	float: left;
	line-height: 52px;
}

.blog__details__quote {
	text-align: center;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	padding: 35px 35px 30px;
	margin-bottom: 40px;
}

.blog__details__quote p {
	font-size: 20px;
	color: #323232;
	line-height: 32px;
	font-style: italic;
	margin-bottom: 38px;
}

.blog__details__quote h6 {
	color: #010165d9;
	font-weight: 700;
}

.blog__details__text {
	margin-bottom: 65px;
}

.blog__details__text h4 {
	color: #323232;
	font-weight: 700;
	margin-bottom: 15px;
}

.blog__details__text p {
	font-size: 18px;
	color: #707070;
	line-height: 30px;
}

.blog__details__text p.first-para {
	margin-bottom: 35px;
}

.blog__details__slider {
	margin-bottom: 45px;
}

.blog__details__slider.owl-carousel .owl-nav button {
	display: inline-block;
	height: 40px;
	width: 40px;
	background: #ffffff;
	color: #323232;
	line-height: 40px;
	text-align: center;
	border-radius: 2px;
	position: absolute;
	left: 75px;
	top: 50%;
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
}

.blog__details__slider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: 75px;
}

.blog__details__slider.owl-carousel .owl-nav button:hover {
	background: #010165d9;
	color: #ffffff;
}

.blog__details__slider__img {
	height: 700px;
}

.blog__details__tag__share {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 10px;
	margin-bottom: 40px;
}

.blog__details__tag span {
	font-size: 18px;
	color: #323232;
	font-weight: 700;
	margin-right: 10px;
}

.blog__details__tag a {
	font-size: 11px;
	color: #5c5c5c;
	text-transform: uppercase;
	display: inline-block;
	background: #f2f2f2;
	padding: 5px 20px 3px 15px;
	border-radius: 2px;
	margin-right: 6px;
	margin-bottom: 10px;
}

.blog__details__tag a:last-child {
	margin-right: 0;
}

.blog__details__share {
	text-align: right;
}

.blog__details__share span {
	font-size: 18px;
	color: #323232;
	font-weight: 700;
	margin-right: 15px;
}

.blog__details__share a {
	display: inline-block;
	color: #707070;
	margin-right: 18px;
}

.blog__details__share a:last-child {
	margin-right: 0;
}

.blog__details__control__btn {
	padding: 0 15px;
	margin-bottom: 80px;
}

.blog__details__control__btn .blog__previous__btn {
	display: block;
	font-size: 15px;
	font-weight: 700;
	color: #323232;
	line-height: 25px;
	position: relative;
	padding: 30px 40px 25px 65px;
	background: #fbfafa;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.blog__details__control__btn .blog__previous__btn span {
	font-size: 30px;
	position: absolute;
	left: 25px;
	top: 41px;
}

.blog__details__control__btn .blog__next__btn {
	display: block;
	font-size: 15px;
	font-weight: 700;
	color: #323232;
	line-height: 25px;
	position: relative;
	padding: 30px 65px 25px 40px;
	background: #fbfafa;
	text-align: right;
}

.blog__details__control__btn .blog__next__btn span {
	font-size: 30px;
	position: absolute;
	right: 25px;
	top: 41px;
}

.blog__details__comment h4 {
	color: #323232;
	font-weight: 700;
	margin-bottom: 45px;
}

.blog__details__comment__item {
	margin-bottom: 40px;
}

.blog__details__comment__item.reply__large .blog__details__comment__item__text:after {
	height: 265px;
}

.blog__details__comment__item.reply__item {
	padding-left: 140px;
}

.blog__details__comment__item.reply__item .blog__details__comment__item__text {
	padding-left: 0;
}

.blog__details__comment__item.reply__item .blog__details__comment__item__text:after {
	display: none;
}

.blog__details__comment__item__img {
	float: left;
	margin-right: 30px;
}

.blog__details__comment__item__img img {
	border-radius: 2px;
}

.blog__details__comment__item__text {
	display: table;
	padding-left: 30px;
	position: relative;
}

.blog__details__comment__item__text:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background: rgba(0, 0, 0, 0.1);
	content: "";
}

.blog__details__comment__item__text span {
	font-size: 13px;
	color: #010165d9;
}

.blog__details__comment__item__text h6 {
	color: #323232;
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 6px;
}

.blog__details__comment__item__text p {
	color: #828282;
	margin-bottom: 35px;
}

.blog__details__comment__item__text a {
	font-size: 12px;
	color: #828282;
	font-weight: 700;
	display: inline-block;
	padding: 4px 25px 2px;
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-right: 8px;
	background: transparent;
}

.blog__details__comment__item__text a.reply {
	background: #010165d9;
	border-color: #010165d9;
	color: #ffffff;
}

.blog__details__comment__form h4 {
	color: #323232;
	font-weight: 700;
	margin-bottom: 45px;
}

.blog__details__comment__form form input {
	width: 100%;
	height: 50px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 1px;
	font-size: 15px;
	padding-left: 20px;
	color: #707070;
	margin-bottom: 20px;
}

.blog__details__comment__form form input::-webkit-input-placeholder {
	color: #707070;
}

.blog__details__comment__form form input::-moz-placeholder {
	color: #707070;
}

.blog__details__comment__form form input:-ms-input-placeholder {
	color: #707070;
}

.blog__details__comment__form form input::-ms-input-placeholder {
	color: #707070;
}

.blog__details__comment__form form input::placeholder {
	color: #707070;
}

.blog__details__comment__form form .input-list {
	margin-right: -20px;
}

.blog__details__comment__form form .input-list input {
	width: calc(50% - 20px);
	float: left;
	margin-right: 20px;
}

.blog__details__comment__form form textarea {
	width: 100%;
	height: 120px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 1px;
	font-size: 15px;
	padding-left: 20px;
	padding-top: 12px;
	color: #707070;
	margin-bottom: 34px;
	resize: none;
}

.blog__details__comment__form form textarea::-webkit-input-placeholder {
	color: #707070;
}

.blog__details__comment__form form textarea::-moz-placeholder {
	color: #707070;
}

.blog__details__comment__form form textarea:-ms-input-placeholder {
	color: #707070;
}

.blog__details__comment__form form textarea::-ms-input-placeholder {
	color: #707070;
}

.blog__details__comment__form form textarea::placeholder {
	color: #707070;
}

/*---------------------
  Contact
-----------------------*/

.contact {
	padding-top: 0;
	padding-bottom: 70px;
}

.contact__form {
	margin-top: -180px;
	margin-bottom: 80px;
}

.contact__form__text {
	padding: 70px;
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	background: #ffffff;
}

.contact__form__text .contact__form__title {
	margin-bottom: 34px;
}

.contact__form__text .contact__form__title h2 {
	font-size: 40px;
	color: #323232;
	font-weight: 700;
	margin-bottom: 5px;
}

.contact__form__text form input {
	width: 100%;
	height: 50px;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	font-size: 13px;
	padding-left: 20px;
	color: #707070;
    background: #f6f6f6;

	/* margin-bottom: 10px; */
}

.contact__form__text form input::-webkit-input-placeholder {
	color: #707070;
}

.contact__form__text form input::-moz-placeholder {
	color: #707070;
}

.contact__form__text form input:-ms-input-placeholder {
	color: #707070;
}

.contact__form__text form input::-ms-input-placeholder {
	color: #707070;
}

.contact__form__text form input::placeholder {
	color: #707070;
}

.contact__form__text form .input-list {
	margin-right: -20px;
}

.contact__form__text form .input-list input {
	width: calc(50% - 20px);
	float: left;
	margin-right: 20px;
}

.contact__form__text form textarea {
	width: 100%;
	height: 120px;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	font-size: 13px;
	padding-left: 20px;
	padding-top: 12px;
	color: #707070;
	/* margin-bottom: 5px; */
	resize: none;
}

.contact__form__text form textarea::-webkit-input-placeholder {
	color: #707070;
}

.contact__form__text form textarea::-moz-placeholder {
	color: #707070;
}

.contact__form__text form textarea:-ms-input-placeholder {
	color: #707070;
}

.contact__form__text form textarea::-ms-input-placeholder {
	color: #707070;
}

.contact__form__text form textarea::placeholder {
	color: #707070;
}

.contact__address__item {
	margin-bottom: 30px;
	text-align: center;
}

.contact__address__item h4 {
	color: #323232;
	font-weight: 700;
	margin-bottom: 25px;
}

.contact__address__item ul {
	display: inline-block;
}

.contact__address__item ul li {
	list-style: none;
	line-height: 25px;
	font-size: 15px;
	color: #5c5c5c;
	margin-bottom: 12px;
	position: relative;
	padding-left: 30px;
	text-align: left;
}

.contact__address__item ul li:last-child {
	margin-bottom: 0;
}

.contact__address__item ul li i {
	color: #010165d9;
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 4px;
}

.digitalIDCard {
	border-radius: 10px;
	border: none;
	color: #fff;
	position: relative;
	top: 0;
}

.digitalIDCard .card-body {

	padding: 0;
}

.digitalIDCard .institute-section {
	border-radius: 10px 10px 0 0;
	background: #3e4c6f;
	padding: 1rem;

}

.digitalIDCard .scanner-section {
	margin: 2px 0;
	background: #27395f;
}

.digitalIDCard .info-section {
	background: #3e4c6f;
	border-radius: 0 0 10px 10px;
}

.digitalIDCard .logo-icai {
	height: 50px;
	width: 50px;
	object-fit: cover;
	border-radius: 100%;
}

.digitalIDCard .profile-img {
	height: 100px;
	width: 100px;
	object-fit: cover;
	border-radius: 100%;
}

.user-profile-img {
	height: 50px;
	width: 50px;
	object-fit: contain;
	border-radius: 100%;
	border: 1px solid #182143;
}

.digitalIDCard ul {
	list-style: none;

}

.digitalIDCard ul li i {
	margin-right: 5px;

}

.scanner-img {
	width: 150px;
	object-fit: contain;
}

/* ==================================================================== */
.dashboard-menus-section {
	border-radius: 10px;
	border: none;
	color: #fff;
	position: relative;
	top: 0;
	border: 1px solid #3e4c6f;
}

.dashboard-menus {
	padding: 0;
}

.dashboard-menus .profile-section {

	background: #3e4c6f;
	padding: 0.5rem;
	width: 100%;


}

.dashboard-menus nav ul li {
	width: 100%;
}

.dashboard-menus .profile-section h5 {
	font-weight: 600;
	font-size: 18px;
}

.dashboard-menus .profile-section .profile-pic {
	height: 50px;
	width: 50px;
	border-radius: 100%;
}

.dashboard-menus {
	height: 100%;

}

.dashboard-menus a {
	margin: 0.5rem 0;
}

.bg-dashboard {
	background: #182143;
}

.dashboard-menus .nav-link {
	border: 1px solid #fff;
	color: #3e4c6f;
	font-size: 18px;
	font-weight: 400;
	background: #fff;
}

.dashboard-menus .nav-link:hover {
	border: 1px solid #3e4c6f;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	background: #3e4c6f;
}

.dashboard-menus {
	height: 70vh !important;
	box-shadow: rgba(99, 99, 99, 0.2) 2px 0px 8px 0px;

}

.dashboard-content .contact__form {
	padding: 0;
	margin: 0;
}

.dashboard-content .contact__form__text {
	padding: 25px;
	box-shadow: none;

}

.dashboard-card {
	margin: 10px 0;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

/* ================================================================== */

.profile-dropdown ul li .dropdown {
	width: fit-content;
	text-wrap: nowrap;
	overflow: hidden !important;
	top: 40px;

}

.profile-dropdown ul li .dropdown li a {

	padding: 5px 10px;
}

.
/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px;
    }
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.hero__text .primary-btn {
		margin-right: 15px;
		padding: 14px 30px 12px;
	}

	.header__menu ul li {
		margin-right: 40px;
	}

	.loan__services__item__text {
		bottom: -175px;
	}
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero__text {
		padding-top: 0;
		padding-bottom: 50px;
	}

	.home__about__text {
		padding-top: 0;
		margin-bottom: 40px;
	}

	.loan__services__item {
		width: 33.33%;
	}

	.call__text {
		margin-bottom: 40px;
	}

	.about__img .play-btn {
		left: 50%;
		-webkit-transform: translate(-50px, -50px);
		-ms-transform: translate(-50px, -50px);
		transform: translate(-50px, -50px);
	}

	.history__img {
		margin-bottom: 40px;
	}

	.footer__copyright__links li {
		margin-right: 30px;
	}
    .caaboutsection{
        display: flex !important;
        justify-content: center !important;

    }
	.footer__copyright__links li:after {
		right: -20px;
	}

	.header .container {
		position: relative;
	}

	.canvas__open {
		display: block;
		font-size: 22px;
		color: #323232;
		height: 35px;
		width: 35px;
		line-height: 35px;
		text-align: center;
		border: 1px solid #323232;
		border-radius: 2px;
		cursor: pointer;
		position: absolute;
		right: 15px;
		top: 55px;
	}

	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.6);
		z-index: 98;
		content: "";
		visibility: hidden;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
	}

	.offcanvas-menu-overlay.active {
		visibility: visible;
	}

	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		top: 0;
		height: 100%;
		width: 300px;
		background: #ffffff;
		padding: 40px 40px 30px 30px;
		z-index: 99;
		overflow-y: auto;
		opacity: 0;
		display: block;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
	}

	.offcanvas-menu-wrapper.active {
		left: 0;
		opacity: 1;
	}

	.offcanvas__logo {
		margin-bottom: 20px;
	}

	.offcanvas__logo a {
		display: inline-block;
	}

	.offcanvas__menu {
		display: none;
	}

	.slicknav_menu {
		background: transparent;
		padding: 0;
		margin-bottom: 20px;
	}

	.slicknav_btn {
		display: none;
	}

	.slicknav_nav {
		display: block !important;
	}

	.slicknav_nav ul {
		margin: 0;
		padding: 5px 0;
	}

	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		padding: 10px 0;
		margin: 0;
		color: #323232;
		font-weight: 600;
		border-bottom: 1px solid #323232;
	}

	.slicknav_nav .slicknav_item a,
	.slicknav_nav .slicknav_parent-link a {
		border-bottom: none;
	}

	.slicknav_nav a:hover {
		border-radius: 0;
		background: transparent;
		color: #323232;
	}

	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: transparent;
		color: #323232;
	}

	.offcanvas__search {
		margin-bottom: 25px;
		text-align: center;
	}

	.offcanvas__search i {
		font-size: 18px;
		color: #323232;
		cursor: pointer;
	}

	.offcanvas__widget {
		margin-bottom: 30px;
	}

	.offcanvas__widget li {
		font-size: 15px;
		color: #323232;
		list-style: none;
		line-height: 30px;
		font-weight: 600;
	}

	.offcanvas__widget li i {
		font-size: 18px;
		color: #010165d9;
		margin-right: 8px;
	}

	.offcanvas__language {
		background: #010165d9;
		padding: 11px 20px;
		display: inline-block;
		float: none;
		position: relative;
		cursor: pointer;
	}

	.offcanvas__language:hover ul {
		top: 40px;
		opacity: 1;
		visibility: visible;
	}

	.offcanvas__language img {
		display: inline-block;
		height: 26px;
		width: 26px;
		border-radius: 50%;
		margin-right: 6px;
	}

	.offcanvas__language span {
		font-size: 15px;
		font-weight: 700;
		color: #ffffff;
		text-transform: uppercase;
		display: inline-block;
		margin-right: 12px;
	}

	.offcanvas__language i {
		font-size: 20px;
		display: inline-block;
		color: #ffffff;
	}

	.offcanvas__language ul {
		position: absolute;
		left: 50px;
		top: 60px;
		width: 100px;
		background: #ffffff;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all, 0.3s;
		-o-transition: all, 0.3s;
		transition: all, 0.3s;
		z-index: 9;
	}

	.offcanvas__language ul li {
		list-style: none;
	}

	.offcanvas__language ul li a {
		font-size: 14px;
		color: #252525;
		padding: 5px 5px 5px 15px;
		display: block;
	}

	.header__top {
		display: none;
	}

	.header__nav {
		display: none;
	}
}

/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
     .border-left-dashed {
            border-left: none !important;
        }
    svg {

        margin-left: 13px;
        margin-top: 13px;
    }
    .about__img {
        position: relative;
        border-radius: 2px;
        margin-top:4%;
        -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
    }
	.member-card img {
		max-width: 90px;
		object-fit: contain;
	}
	.newsletter-card .card-body{
		padding: 1rem;
	}
	.about__text h4 {
		color: #323232;
		margin-bottom: 35px;
	}
	.about__content {
		margin-bottom: 0px;
	}
	.about__text p.first_para {
		margin-bottom: 15px;
	}
	.side-social-media-apps ul li {

		background-color: #010165d9;
		padding: 10px 10px 10px 10px;
		border-radius: 50% 0% 0% 50%;
		margin-bottom: 10px;
		font-size: 24px;
		text-align: right;
		vertical-align: middle;

	}
	.side-social-media-apps ul li a {

		justify-content: center;
		align-items: center;
	}
	.side-social-media-apps ul {
		list-style: none;
		position: fixed;
		top: 50%;
		left: auto;
		right: 0;
		transform: translateY(-50%);
		z-index: 999;
	}
	.member-table-card {
		white-space: nowrap;
		/* Prevent text from wrapping */
		overflow-x: scroll;
		/* Hide the horizontal scrollbar */

	}

	.member-card-img {
		text-align: center;
	}

	.member-card img {
        max-width: 90px;
        object-fit: contain;
    }

	.member-card h4 {
		color: #010165d9;
		text-align: center;
		margin-top: 5px;
		font-weight: 600;
	}

	.member-card p {
		color: #010165d9;
		text-align: center;
		width: 100%;
		font-weight: 400;
	}

	.member-card ul {
		list-style: none;
		margin-top: 10px;
	}

	.member-card ul li {
		/* margin-bottom: 5px; */
	}

	.member-card ul li i {
		color: #010165d9;
		margin-right: 10px;

	}

	.member-card ul li a {
		color: #000;
	}



	.bottom-btn {
		position: relative !important;
		bottom: 0;
	}


	.footer__widget h5 {
		margin-bottom: 5px;
	}

	.primary-btn {
		padding: 14px 30px 14px;
	}

	h2 {
		font-size: 30px;
	}

	.section-title h2 {
		line-height: 40px;
	}

	.home__about__text .section-title {

		margin-bottom: 20px;
	}

	.home__about__item {
		margin-bottom: 20px;
	}

	.choose__item {
		padding: 0px 0px 60px;
	}

	.hero__text {
		padding-top: 0;
		padding-bottom: 50px;
	}

	.home__about__text {
		padding-top: 0;
		margin-bottom: 40px;
	}

	.call__text {
		margin-bottom: 40px;
	}

	.about__img .play-btn {
		left: 50%;
		-webkit-transform: translate(-50px, -50px);
		-ms-transform: translate(-50px, -50px);
		transform: translate(-50px, -50px);
	}

	.history__img {
		margin-bottom: 40px;
	}

	.loan__services__item {
		width: 50%;
	}

	.contact__widget__phone {
		text-align: left;
	}

	.contact__widget__item {
		margin-bottom: 30px;
	}

	.footer__copyright__links {
		text-align: center;
		margin-bottom: 20px;
	}

	.footer__copyright__text {
		text-align: center;
	}

	.team .text-right {
		text-align: left !important;
	}

	.team .section-title {
		margin-bottom: 30px;
	}

	.team .primary-btn {
		margin-bottom: 30px;
	}

	.services__details__calculator__total {
		margin-top: 0;
		padding-top: 40px;
	}

	.services__details__calculator h2 {
		margin-bottom: 50px;
	}

	.blog__sidebar {
		margin-top: 40px;
	}

	.blog__details__share {
		text-align: left;
		margin-top: 15px;
	}

	.blog__details__comment__form form .input-list {
		margin-right: 0;
	}

	.blog__details__comment__form form .input-list input {
		width: 100%;
		float: n;
		margin-right: 0;
	}

	.contact__form__text form .input-list {
		margin-right: 0;
	}

	.contact__form__text form .input-list input {
		width: 100%;
		float: none;
		margin-right: 0;
	}

	.header .container {
		position: relative;
	}

	.canvas__open {
		display: block;
		font-size: 22px;
		color: #323232;
		height: 35px;
		width: 35px;
		line-height: 35px;
		text-align: center;
		border: 1px solid #323232;
		border-radius: 2px;
		cursor: pointer;
		position: absolute;
		right: 15px;
		top: 55px;
		z-index: 999;
	}

	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.6);
		z-index: 98;
		content: "";
		visibility: hidden;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
	}

	.offcanvas-menu-overlay.active {
		visibility: visible;
	}

	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		top: 0;
		height: 100%;
		width: 75%;
		background: #ffffff;
		padding: 40px 40px 30px 30px;
		z-index: 99;
		overflow-y: auto;
		opacity: 0;
		display: block;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
	}

	.offcanvas-menu-wrapper.active {
		left: 0;
		opacity: 1;
	}

	.offcanvas__logo {
		margin-bottom: 20px;
	}

	.offcanvas__logo a {
		display: inline-block;
	}

	.offcanvas__menu {
		display: none;
	}

	.slicknav_menu {
		background: transparent;
		padding: 0;
		margin-bottom: 20px;
	}

	.slicknav_btn {
		display: none;
	}

	.slicknav_nav {
		display: block !important;
	}

	.slicknav_nav ul {
		margin: 0;
		padding: 5px 0;
	}

	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		padding: 10px 0;
		margin: 0;
		color: #323232;
		font-weight: 600;
		border-bottom: 1px solid #323232;
	}

	.slicknav_nav .slicknav_item a,
	.slicknav_nav .slicknav_parent-link a {
		border-bottom: none;
	}

	.slicknav_nav a:hover {
		border-radius: 0;
		background: transparent;
		color: #323232;
	}

	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: transparent;
		color: #323232;
	}

	.offcanvas__search {
		margin-bottom: 25px;
		text-align: center;
	}

	.offcanvas__search i {
		font-size: 18px;
		color: #323232;
		cursor: pointer;
	}

	.offcanvas__widget {
		margin-bottom: 30px;
		position: absolute;
		bottom: 0px;
	}

	.offcanvas__widget li {
		font-size: 15px;
		color: #323232;
		list-style: none;
		line-height: 30px;
		font-weight: 600;
	}

	.offcanvas__widget li i {
		font-size: 18px;
		color: #010165d9;
		margin-right: 8px;
	}

	.offcanvas__language {
		background: #010165d9;
		padding: 11px 20px;
		display: inline-block;
		float: none;
		position: relative;
		cursor: pointer;
	}

	.offcanvas__language:hover ul {
		top: 40px;
		opacity: 1;
		visibility: visible;
	}

	.offcanvas__language img {
		display: inline-block;
		height: 26px;
		width: 26px;
		border-radius: 50%;
		margin-right: 6px;
	}

	.offcanvas__language span {
		font-size: 15px;
		font-weight: 700;
		color: #ffffff;
		text-transform: uppercase;
		display: inline-block;
		margin-right: 12px;
	}

	.offcanvas__language i {
		font-size: 20px;
		display: inline-block;
		color: #ffffff;
	}

	.offcanvas__language ul {
		position: absolute;
		left: 50px;
		top: 60px;
		width: 100px;
		background: #ffffff;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all, 0.3s;
		-o-transition: all, 0.3s;
		transition: all, 0.3s;
		z-index: 9;
	}

	.offcanvas__language ul li {
		list-style: none;
	}

	.offcanvas__language ul li a {
		font-size: 14px;
		color: #252525;
		padding: 5px 5px 5px 15px;
		display: block;
	}

	.header__top {
		display: none;
	}

	.header__nav {
		display: none;
	}

	.search-model-form input {
		width: 100%;
	}
}

/* Small Device = 320px */

@media only screen and (max-width: 479px) {
	.hero__form form .input-list {
		margin-right: 0;
	}

	.hero__form form .input-list .input-list-item {
		width: 100%;
		float: none;
		margin-right: 0;
	}

	.hero__form .site-btn {
		padding: 14px 20px 12px;
	}

	.loan__services__item {
		width: 100%;
	}

	.footer__copyright__links li {
		margin-right: 12px;
	}

	.footer__copyright__links li:after {
		right: -10px;
	}

	.services__details__calculator__item .price-input {
		position: relative;
		top: 0;
		margin-top: 25px;
	}

	.services__details__calculator__item {
		margin-bottom: 30px;
	}

	.blog__hero__text h2 {
		font-size: 30px;
	}

	.blog__hero__text ul li {
		margin-right: 10px;
	}

	.blog__details__slider.owl-carousel .owl-nav button {
		left: 30px;
	}

	.blog__details__slider.owl-carousel .owl-nav button.owl-next {
		left: auto;
		right: 30px;
	}

	.blog__details__comment__item.reply__item {
		padding-left: 10%;
	}

	.blog__details__comment__item__img {
		float: none;
		margin-bottom: 15px;
	}

	.blog__details__comment__item__text {
		padding-left: 0;
	}

	.blog__details__comment__item.reply__large .blog__details__comment__item__text:after,
	.blog__details__comment__item__text:after {
		display: none;
	}

	.blog__details__comment__item__text a {
		margin-bottom: 10px;
	}

	.contact__form__text {
		padding: 30px;
	}

	.search-model-form input {
		font-size: 24px;
	}
}

.homeBanner__slider .item .hero {
	height: 70vh;
}




/*=================== New Dashboard ====================== */
.dashboardArea {

}
.profile-area .dashboard-profile-img{
	width: 45px;
	object-fit: contain;
	margin-right: 10px;
}
.profile-area h5{
font-size: 20px;
font-weight: 500;
color: #182141;

}

.dashboardArea .top-border {
	border-top: 1px solid #cdcfd5;
}

.dashboardArea .right-border {
	border-right: 1px solid #cdcfd5;
	padding: 0;
}

.dashboardArea .nav-pills .nav-link,
.nav-pills .show>.nav-link {
	font-size: 16px;
    font-weight: 400;
	color: #182141;
	display: flex;
    align-items: center;
    justify-content: left;
}
.dashboardArea .nav-pills .nav-link span{
	width: 45px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dashboardArea .nav-pills .nav-link i,
.nav-pills .show>.nav-link i {
	font-size: 24px;
	padding-right: 12px;
    font-weight: 400;
}

.dashboardArea .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background: #182141 !important;
	color: #fff !important;
	font-weight: 400;
	border-radius: 0;
}

.dashboardArea .nav-pills .nav-link:hover,
.nav-pills .show>.nav-link {
	background: rgba(24, 33, 65, 0.1);

	color: #182141;
	font-weight: 400;
	border-radius: 0;
}
.dashboardAreaSubTabView .nav-pills .nav-link{
	background: rgba(24, 33, 65, 0.1) !important;

	color: #182141 !important;
	font-weight: 400 !important;
	border-radius: 0 !important;
}
.without-border-table,
.without-border-table tr,
.without-border-table tr th,
.without-border-table tr td
{
	border: none;
	padding:0
}
.dashboard-event-card .card-title{
	color: #182141;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
}
.clickHere{
	color :#182141 !important;
}
/*======================================================== */


.choose__item_footer{
	position: relative;

    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    width: 100%;
}

.usefullinkheading{
    text-align: center;
    color: white;
    background-color: #010165d9;
    padding: 7px;
}
.committe-card
{
    display: flex;
    /* align-items: center; */
}
.fa{
    margin-top:5px !important;
}
.marker-icon
{
    font-size: 24px ;
}
.email-link {
    color: #007bff; /* Keeps the original color */
    text-decoration: none;
}

.email-link:hover {
    color: #007bff; /* Changes color to blue on hover */
}
.study-circle-title{
    font-size: 20px;
}
.study-circle-heding
{
    margin-top:4px;
}
.hover-effect {
    transition: transform 0.3s ease; /* Smooth transition */
}
.hover-effect:hover {
    transform: scale(0.9); /* Scale down the element on hover */
}
.description-container {
    /* font-family: Arial, sans-serif; */
    color: #121C33; /* Same color used in your HTML */
    text-align: center; /* Align text to center */
    white-space: pre-line; /* To preserve line breaks */
    font-weight: normal; /* Set font weight */
}
.a{
    color:#2e67a3 !important;
    text-decoration: none;

}
 .a:hover {
    color: #2e67a3 !important;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #d2d6df !important;}
    .hero__form form .nice-select .list {
        height: 86px !important;
        overflow: auto !important;
    }
.table-responsive {
    width: 100%;
    overflow-x: auto;
}

.table-responsive table {
    min-width: 600px; /* You can tweak this value */
    width: 100%;
    border-collapse: collapse;
}
@media (max-width: 768px) {
    #pills-tab {
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none; /* Firefox */
    }

    #pills-tab::-webkit-scrollbar {
      display: none; /* Safari and Chrome */
    }
  }
