/* =================================
------------------------------------
  LOANS2GO | Loans HTML Template
  Version: 1.0
 ------------------------------------
 ====================================*/

/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/


html,
body {
	height: 100%;
	font-family: "Open Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #22242b;
	font-weight: 600;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
    /* text-align: justify; */

}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 14px;
	color: #000;
	text-align: justify;
	line-height: 2;
}

img {
	max-width: 100%;
	padding-right: 10px;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
Helper CSS
 -----------------------*/

.section-title {
	text-align: center;
}

.section-title h2 {
	font-size: 36px;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 102px;
	padding-bottom: 102px;
}

.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;
}

/*---------------------
Commom elements
 -----------------------*/

.elements-section {
	padding-bottom: 0;
}

.element {
	margin-bottom: 70px;
}

.element .el-title {
	font-weight: 700;
	margin-bottom: 60px;
}

/* buttons */

.site-btn {
	display: inline-block;
	border: none;
	font-size: 14px;
	font-weight: 600;
	min-width: 188px;
	padding: 22px 35px;
	border-radius: 50px;
	text-transform: uppercase;
	background: #f43f00;
	color: #fff;
	line-height: normal;
	cursor: pointer;
	text-align: center;
}

.site-btn:hover {
	color: #fff;
}

.site-btn.sb-dark {
	background: #22242b;
}

.site-btn.sb-big {
	min-width: 257px;
}

/* Accordion */

.accordion-area .panel {
	margin-bottom: 16px;
}

.accordion-area .panel-link:after {
	content: "+";
	position: absolute;
	font-size: 18px;
	font-weight: 700;
	right: 32px;
	top: 50%;
	color: #000;
	line-height: 16px;
	margin-top: -8px;
	margin-left: -4px;
}

.accordion-area .panel-header .panel-link.active {
	background: #f43f00;
	color: #fff;
}

.accordion-area .panel-header .panel-link.collapsed {
	background: #ebf0f3;
	color: #22242b;
}

.accordion-area .panel-header .panel-link.collapsed:after {
	content: "+";
	color: #1d1d1d;
}

.accordion-area .panel-link.active:after {
	content: "-";
	margin-top: -10px;
	color: #fff;
}

.accordion-area .panel-link {
	text-align: left;
	border: none;
	position: relative;
	width: 100%;
	padding: 21px 40px;
	padding-right: 45px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 60px;
	color: #000;
	cursor: pointer;
	background: #ebf0f3;
}

.accordion-area .panel-body p {
	margin-bottom: 0;
	padding-top: 25px;
}

/* tab */

.tab-element .nav-tabs {
	border-bottom: none;
}

.tab-element .nav-tabs .nav-link {
	border-radius: 0;
	font-size: 14px;
	font-weight: 700;
	color: #1f1f1f;
	border: none;
	padding: 21px 48px;
	margin-right: 6px;
	border-radius: 70px;
	background: #ebf0f3;
	margin-bottom: 10px;
}

.tab-element .nav-tabs .nav-item:last-child .nav-link {
	margin-right: 0;
}

.tab-element .nav-tabs .nav-link.active {
	background: #f43f00;
	color: #fff;
}

.tab-element .nav-tabs .nav-link:focus,
.tab-element .nav-tabs .nav-link:hover {
	border: none;
}

.tab-element .tab-pane p {
	padding-top: 15px;
}

/* Circle progress */

.circle-progress {
	text-align: center;
	display: block;
	position: relative;
	margin-bottom: 30px;
}

.circle-progress canvas {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.circle-progress .progress-info {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -30px;
}

.circle-progress .progress-info h2 {
	font-size: 30px;
	font-weight: 700;
}

.circle-progress .progress-info p {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 1.2;
}

/* Milestones */

.milestone {
	margin-bottom: 30px;
}

.milestone-icon {
	float: left;
	font-size: 62px;
	color: #f43f00;
	width: 75px;
}

.milestone-text {
	overflow: hidden;
	padding-top: 15px;
}

.milestone-text h3 {
	font-weight: 700;
}

.milestone-text p {
	margin-bottom: 0;
}

/* Icon Box */

.icon-box-item {
	margin-bottom: 30px;
}

.icon-box-item .ib-icon {
	width: 76px;
	height: 76px;
	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;
	font-size: 39px;
	color: #f43f00;
	border: 3px solid #f43f00;
	border-radius: 50%;
	float: left;
	margin-right: 20px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.icon-box-item .ib-text {
	overflow: hidden;
	padding-top: 3px;
}

.icon-box-item .ib-text h5 {
	margin-bottom: 15px;
}

.icon-box-item:hover .ib-icon {
	background: #f43f00;
	color: #fff;
}

/* 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;
	}
}

/*------------------
Header section
 ---------------------*/

.header-section {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	padding-left: 53px;
	background: white;
	z-index: 999;
}

.header-nav {
	text-align: right;
}

.site-logo {
	float: left;
	display: inline-block;
	padding: 33px 0;
}

.main-menu {
	display: inline-block;
	padding-right: 50px;
}

.main-menu li {
	display: inline-block;
	position: relative;
}

.main-menu li a {
	display: block;
	font-size: 16px;
	color: b;
	font-weight: 600;
	padding: 33px 5px;
	margin-right: 55px;
}

.main-menu li a:hover,
.main-menu li a.active {
	color: #f43f00;
}

.main-menu li:hover>.sub-menu {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
}

.main-menu .sub-menu {
	position: absolute;
	list-style: none;
	width: 220px;
	left: 0;
	top: 100%;
	text-align: left;
	padding: 20px 0;
	visibility: hidden;
	opacity: 0;
	margin-top: 50px;
	background: #fff;
	z-index: 99;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.15);
}

.main-menu .sub-menu li {
	display: block;
}

.main-menu .sub-menu li a {
	display: block;
	color: #000;
	margin-left: 0;
	padding: 5px 20px;
}

.main-menu .sub-menu li a:hover {
	color: #f43f00;
}

.header-right {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.header-right .hr-btn {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	background: #313038;
	padding: 36px 30px 36px 60px;
	line-height: 1.2;
	position: relative;
}

.header-right .hr-btn i {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 29px;
	left: 12px;
	display: inline-block;
	text-align: center;
	background: #f43f00;
	border-radius: 50%;
	font-size: 16px;
	font-weight: 300;
	padding-top: 6px;
	margin-right: 16px;
}

.header-right .hr-btn.hr-btn-2 {
	background: #f43f00;
	padding: 36px 20px;
	min-width: 236px;
	text-align: center;
}

.slicknav_menu {
	display: none;
}

/* ----------------
Hero section
 ---------------------*/

.hero-section {
	padding-top: 191px;
	padding-bottom: 108px;
	position: relative;
height: 100%;
}

.hero-section .container {
	position: relative;
	z-index: 99;
}

.hero-slider {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.hero-slider .owl-stage-outer,
.hero-slider .owl-stage,
.hero-slider .owl-item,
.hero-slider .hs-item {
	height: 100%;
}

.hero-slider .owl-dots {
	position: absolute;
	max-width: 1146px;
	width: 100%;
	bottom: 34px;
	left: calc(50% - 573px);
}

.hero-slider .owl-dots .owl-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 10px;
	margin-right: 7px;
	background: #fff;
}

.hero-slider .owl-dots .owl-dot:last-child {
	margin-right: 0;
}

.hero-slider .owl-dots .owl-dot.active {
	background: #f43f00;
}

.hs-text {
	padding-top: 95px;
	padding-right: 10px;
}

.hs-text h2 {
	font-size: 60px;
	color: #fff;
	margin-bottom: 30px;
	line-height: 1.1;
}

.hs-text p {
	color: #fff;
	margin-bottom: 30px;
}

.hero-form {
	background: #22242b;
	padding: 63px 42px 73px;
}

.hero-form input {
	width: 100%;
	height: 49px;
	padding: 5px 26px;
	margin-bottom: 30px;
	border: none;
	font-size: 14px;
	color: #838383;
	font-style: italic;
}

.hero-form p {
	font-size: 11px;
	font-style: italic;
	margin-bottom: 25px;
}

/* ----------------
CTA section
 ---------------------*/

.cta-section {
	text-align: center;
	padding: 100px 0 78px;
}

.cta-section h2 {
	font-size: 48px;
	margin-bottom: 10px;
	text-align: center;
}

.cta-section h2 strong {
	font-weight: 900;
	color: #f43f00;
}

.cta-section h5 {
	color: #74757b;
	margin-bottom: 35px;
}

/* ----------------
Feature section
 ---------------------*/

.feature-item {
	margin-bottom: 70px;
}

.feature-item:last-child {
	margin-bottom: 0;
}

.feature-text {
	padding-top: 50px;
}

.feature-text h2 {
	margin-bottom: 35px;
}

.feature-text p {
	margin-bottom: 38px;
}

.readmore {
	font-size: 16px;
	color: #f43f00;
	font-weight: 900;
}

.readmore img {
	padding-left: 6px;
	margin-bottom: 0;
}

/* ----------------
Help section
 ---------------------*/

.help-section {
	background: #22242b;
}

.help-list {
	list-style: none;
	padding-top: 55px;
}

.help-list li {
	padding: 6px 0;
	padding-left: 60px;
	margin-bottom: 22px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	position: relative;
}

.help-list li:last-child {
	margin-bottom: 0;
}

.help-list li::after {
	position: absolute;
	content: url(../img/ok-icon.png);
	left: 0;
	top: -1px;
}

/* ----------------
Info section
 ---------------------*/

.info-section {
	padding-bottom: 90px;
}

.info-text {
	padding-top: 30px;
}

.info-text h2 {
	margin-bottom: 10px;
	font-weight: 700;
}

.info-text h5 {
	margin-bottom: 35px;
	color: #76787f;
}

.info-text p {
	margin-bottom: 40px;
}

.info-text ul {
	list-style: none;
}

.info-text ul li {
	font-size: 30px;
	font-weight: 700;
	color: #f43f00;
	margin-bottom: 10px;
}

/* ----------------
Score section
 ---------------------*/

.score-section .container {
	padding: 103px 15px 95px;
	position: relative;
}

.score-section h2 {
	font-size: 60px;
	margin-bottom: 13px;
}

.score-section h4 {
	margin-bottom: 45px;
	line-height: 1.4;
}

.score-section .hand-img {
	position: absolute;
	right: -166px;
	bottom: 0;
	height: 410px;
}

/* ----------------
Footer section
 ---------------------*/

.footer-section {
	padding: 100px 0 0;
	background: #958c8c;
}

.footer-section p {
	/* font-style: italic; */
	margin-bottom: 40px;
}

.footer-logo {
	display: inline-block;
	margin-bottom: 50px;
}

.footer-widget {
	margin-bottom: 50px;
}

.footer-widget h2 {
	font-size: 27px;
	font-weight: 700;
	margin-bottom: 30px;
	color: #fff;
}

.footer-widget ul {
	list-style: none;
}

.footer-widget ul li a {
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 15px;
}

.copyright {
	color: #ffffff;
	font-size: 14px;
	padding-bottom: 20px;
	text-align: center;

}

.copyright i {
	color: #f43f00;
}

.copyright a {
	color: #5757f2f5;
}

.copyright a:hover {
	color: #f43f00;
}

/* ----------------
Other Pages
 ---------------------*/

.page-top-section {
	height: 403px;
	padding-top: 190px;
}

.page-top-section h2 {
	font-size: 48px;
	color: #fff;
}

.site-breadcrumb .sb-item {
	font-size: 14px;
	color: #fff;
	position: relative;
	padding-right: 9px;
}

.site-breadcrumb .sb-item:after {
	position: absolute;
	content: "/";
	font-size: 14px;
	color: #fff;
	right: 0;
	top: 0;
}

.site-breadcrumb .sb-item:last-child:after {
	display: none;
}

/* ----------------
About Page
 ------------------*/

.about-text {
	padding-top: 20px;
}

.about-text h2 {
	font-weight: 700;
	margin-bottom: 50px;
}

.about-text p {
	margin-bottom: 40px;
}

.review-section {
	background: #22242b;
}

.review-item {
	padding-right: 15px;
	padding-top: 30px;
}

.review-item p {
	color: #a4a6ae;
	margin-bottom: 25px;
}

.review-item h6 {
	font-weight: 700;
	color: #f43f00;
}

.review-item h6 span {
	font-size: 14px;
	font-weight: 400;
	color: #a4a6ae;
}

.rating {
	margin-bottom: 25px;
}

.rating i {
	display: inline-block;
	margin-right: 3px;
	font-size: 18px;
	color: #ffd200;
}

.authorities-section h2 {
	font-weight: 700;
	margin-bottom: 90px;
}

.authoritie-item {
	padding-right: 15px;
	margin-bottom: 30px;
}

.authoritie-item img {
	margin-bottom: 30px;
}

.authoritie-item h4 {
	padding-right: 30px;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 1.4;
}

.authoritie-item p {
	margin-bottom: 30px;
}

.authoritie-item .readmore img {
	margin-bottom: 0;
}

/* --------------
Loans Page
 ------------------*/

.loans-text {
	padding-top: 15px;
}

.loans-text h2 {
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 1.4;
}

.loans-text p {
	margin-bottom: 30px;
}

.loans-text ul {
	padding-left: 40px;
	list-style: none;
	margin-bottom: 40px;
}

.loans-text ul li {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 25px;
	padding-left: 30px;
	position: relative;
}

.loans-text ul li:after {
	position: absolute;
	content: url("../img/check-icon.png");
	left: 0;
	top: 2px;
}

.loans-calculator-section {
	background: #22242b;
}

.loans-calculator {
	padding: 75px 67px 70px 59px;
	background: #fff;
}

.loans-calculator .ls-result {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #74757b;
	padding: 22px 15px;
	margin-bottom: 25px;
	border-radius: 100px;
	line-height: 1.1;
	border: 1px solid #e4e8ea;
	background: #ebf0f3;
}

.loans-calculator p {
	font-style: italic;
	margin-bottom: 20px;
	padding-right: 30px;
}

.loans-calculator .slider-input-warp {
	padding-right: 83px;
	padding-left: 9px;
	background: #ebf0f3;
}

.lc-control-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	font-size: 18px;
	background: #ebf0f3;
	margin-bottom: 50px;
	border-radius: 40px;
	font-weight: 700;
	font-style: italic;
	cursor: pointer;
}

.lc-control-btn.ici {
	float: right;
}

.ui-widget-content {
	border: none;
	background: #ebf0f3;
}

.ui-widget.ui-widget-content {
	border: none;
}

.ui-widget-header {
	background: #ebf0f3;
	border-radius: 0;
}

.ui-slider-horizontal {
	height: 5px;
}

.ui-slider .ui-slider-handle {
	top: -17px;
	width: 93px;
	height: 41px;
	border: none;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding-top: 10px;
	border-radius: 80px;
	text-align: center;
	background: #f43f00;
}

.ui-slider .ui-slider-handle:focus {
	outline: 0;
}

.calculator-scale {
	position: relative;
	margin-bottom: 10px;
	height: 17px;
}

.calculator-scale span {
	height: 13px;
	width: 2px;
	background: #ebf0f3;
	position: absolute;
	top: 4px;
}

.calculator-scale span:nth-child(1) {
	left: 0;
}

.calculator-scale span:nth-child(2) {
	left: 25%;
	margin-left: -1px;
}

.calculator-scale span:nth-child(3) {
	left: 50%;
	margin-left: -1px;
}

.calculator-scale span:nth-child(4) {
	left: 75%;
	margin-left: -1px;
}

.calculator-scale span:nth-child(5) {
	right: 0;
}

.lone-values {
	margin-bottom: 35px;
}

.lone-value {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	color: #74757b;
}

.lone-value.lv-step {
	float: right;
	padding-right: 3px;
}

.services-section {
	padding: 60px 0 90px;
}

.service-item {
	margin-bottom: 30px;
}

.service-item h4 {
	font-weight: 700;
	padding: 40px 0 30px;
}

.service-item p {
	margin-bottom: 40px;
}

/* ----------------
Blog Page
 ------------------*/

.blog-post {
	margin-bottom: 68px;
}

.blog-date {
	display: inline-block;
	min-width: 137px;
	padding: 10px;
	margin: 35px 0 22px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	border-radius: 40px;
	text-transform: uppercase;
	color: #fff;
	background: #f43f00;
}

.blog-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}

.blog-metas {
	margin-bottom: 30px;
}

.blog-metas .blog-meta {
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	padding-right: 12px;
	margin-right: 8px;
	color: #b2b4bd;
	position: relative;
}

.blog-metas .blog-meta:after {
	position: absolute;
	content: "|";
	font-size: 11px;
	font-weight: 600;
	color: #b2b4bd;
	right: 0;
	top: 0;
}

.blog-metas .blog-meta:last-child:after {
	display: none;
}

.site-pagination {
	padding-top: 15px;
}

.site-pagination a {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	color: #949599;
	margin-right: 3px;
}

.site-pagination a.active {
	color: #f43f00;
}

.sb-widget {
	margin-bottom: 56px;
}

.sb-widget:last-child {
	margin-bottom: 0;
}

.sb-widget .sb-title {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 35px;
}

.sb-widget ul {
	list-style: none;
}

.sb-widget ul li a {
	display: inline-block;
	color: #74757b;
	font-size: 14px;
	margin-bottom: 10px;
}

.sb-widget .search-form {
	position: relative;
}

.sb-widget .search-form input {
	width: 100%;
	height: 59px;
	padding-left: 24px;
	padding-right: 59px;
	border: none;
	border-bottom: 2px solid #f43f00;
	background: #ebf0f3;
}

.sb-widget .search-form button {
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	padding: 0 24px 5px 10px;
	border: none;
	background: transparent;
}

.sb-widget .tags a {
	font-size: 14px;
	color: #22242b;
	display: inline-block;
	padding: 6px 25px;
	border-radius: 40px;
	margin-bottom: 10px;
	margin-right: 3px;
	background: #dbe7f1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.sb-widget .tags a:hover {
	background: #f43f00;
	color: #fff;
}

/* ----------------
Contact Page
 ------------------*/

.contact-text {
	padding-right: 5px;
}

.contact-text h2 {
	font-weight: 700;
	margin-bottom: 38px;
}

.contact-text p {
	margin-bottom: 30px;
}

.contact-text ul {
	margin-bottom: 40px;
	list-style: none;
}

.contact-text ul li {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
}

.contact-text ul li i {
	font-size: 29px;
	color: #f43f00;
	display: inline-block;
	width: 41px;
	position: relative;
	top: 5px;
	font-weight: 400;
}

.social-links a {
	display: inline-block;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 15px;
	padding-top: 3px;
	color: #cad2d9;
	border: 1px solid #cad2d9;
	border-radius: 50%;
	margin-right: 3px;
}

.social-links a:hover {
	color: #f43f00;
	border-color: #f43f00;
}

.contact-form {
	padding-top: 50px;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	height: 59px;
	border: none;
	padding: 0 27px;
	margin-bottom: 30px;
	font-size: 14px;
	font-style: italic;
	color: #838383;
	background: #ebf0f3;
}

.contact-form textarea {
	height: 222px;
	padding: 20px 27px 10px;
	margin-bottom: 35px;
	resize: none;
}

.map {
	margin: 100px 0 27px;
	height: 511px;
	position: relative;
	background: #ddd;
}

.map iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1176px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1360px) {
	.main-menu {
		padding-right: 0;
	}

	.main-menu li a {
		margin-right: 30px;
	}

	.header-right .hr-btn.hr-btn-2 {
		min-width: 210px;
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-section {
		padding-left: 15px;
	}

	.main-menu {
		padding-right: 0;
	}

	.main-menu li a {
		margin-right: 15px;
	}

	.header-right .hr-btn.hr-btn-2 {
		min-width: auto;
	}

	.score-section .hand-img {
		right: 0;
	}

	.hero-slider .owl-dots {
		max-width: 930px;
		left: calc(50% - 465px);
	}
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-section {
		padding: 0 25px;
	}

	.main-menu {
		padding-right: 0;
	}

	.main-menu li a {
		margin-right: 0;
		margin-left: 30px;
	}

	.header-right {
		display: none;
	}

	.hero-slider .owl-dots {
		max-width: 690px;
		left: calc(50% - 345px);
	}

	.hs-text {
		margin-bottom: 50px;
		padding-top: 0;
	}

	.icon-box-item .ib-icon {
		float: none;
		margin-bottom: 20px;
	}

	.score-section .hand-img {
		display: none;
	}

	.sidebar {
		padding-top: 50px;
	}
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.header-section {
		overflow: hidden;
		padding: 0 25px;
	}

	.main-menu {
		display: none;
	}

	.slicknav_menu {
		padding: 0;
		display: block;
		background: transparent;
	}

	.slicknav_btn {
		background: #616161;
		margin-top: 29px;
	}

	.slicknav_nav {
		background: #22242b;
		margin-bottom: 30px;
	}

	.slicknav_nav a {
		margin: 0;
		padding: 10px 20px;
		border-bottom: 1px solid #111;
	}

	.slicknav_nav a:hover {
		color: #f43f00;
		border-radius: 0;
		background: #0b0e25;
	}

	.slicknav_nav .slicknav_row {
		padding: 10px 20px;
		margin: 0;
	}

	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: #0b0e25;
	}

	.slicknav_parent:hover {
		background: #22242b;
		color: #f43f00;
	}

	.header-right {
		display: none;
	}

	.hero-slider .owl-dots {
		left: 0;
		padding: 0 15px;
		text-align: center;
	}

	.hs-text {
		margin-bottom: 50px;
		padding-top: 0;
	}

	.score-section h2,
	.hs-text h2 {
		font-size: 50px;
	}

	.score-section .hand-img {
		display: none;
	}

	.sidebar {
		padding-top: 50px;
	}

	.loans-calculator {
		padding: 70px 45px;
	}
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.header-section {
		padding: 0 15px;
	}

	.loans-calculator {
		padding: 50px 15px;
	}

	.loans-calculator p {
		padding-right: 0;
	}

	.score-section h2,
	.hs-text h2,
	.cta-section h2 {
		font-size: 36px;
		text-align: center;
	}

	.hero-form {
		padding: 40px 20px 50px;
	}

	.icon-box-item .ib-icon {
		float: none;
		margin-bottom: 20px;
	}

	.site-btn.sb-big {
		min-width: auto;
	}

	.info-text ul li {
		font-size: 16px;
	}

	.loans-text ul {
		padding-left: 0;
	}
}

.logosize {
	width: 174px;
	height: 24px;
}

/* about us section start  */
.about-section {
	display: flex;
	align-items: center;
	gap: 20px;
	max-width: 98%;
	margin: 0 auto;
	background-color: white;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
	border-radius: 12px;
	overflow: hidden;
}

.about-section img {
	width: 50%;
	border-radius: 90px 0px 90px 0px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease;
	margin-left: 28px;
}

.about-section img:hover {
	transform: scale(1.05);
}

.about-content1 {
	width: 50%;
	padding: 40px;
}

.about-content1 h2 {
	font-size: 32px;
	margin-bottom: 15px;
	color: #333;
}

.about-content1 p {
	font-size: 16px;
	line-height: 1.6;
	color: #000;
	text-align: justify;
	margin-left: -233px;
}

.about-content1 button {
	margin-top: 20px;
	padding: 12px 24px;
	background-color: #007bff;
	color: white;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.about-content1 button:hover {
	background-color: #0056b3;
}

@media (max-width: 768px) {
	.about-section {
		flex-direction: column;
	}

	.about-section img,
	.about-content1 {
		width: 100%;
	}

	.about-content1 {
		padding: 20px;
	}
}

/* about section end  */



/* service section start  */
.services {
	display: flex;
	justify-content: center;
	gap: 76px;
	/* Space between boxes */
	margin: 40px 0;
	/* Space above and below the service section */
}

.service-box {
	background: #fff;
	/* White background for the boxes */
	border-radius: 10px;
	/* Rounded corners */
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	/* Shadow effect */
	text-align: center;
	/* Center align text */
	overflow: hidden;
	/* Hide overflow to maintain rounded corners */
	transition: transform 0.3s, box-shadow 0.3s;
	/* Animation effect on hover */
	width: 382px;
	/* Fixed width for boxes */
}

.service-box:hover {
	transform: translateY(-5px);
	/* Slight lift on hover */
	box-shadow: 0 6px 30px rgba(0, 0, 0, 6.2);
	/* Darker shadow on hover */
}

.service-box img {
	width: 100%;
	height: 259px;
}

.service-box h3 {
	margin: 15px 0 10px;
	/* Spacing for heading */
	font-size: 1.5em;
	/* Font size for heading */
	color: #333;
	/* Dark text color */
}

.service-box p {
	padding: 0 15px;
	/* Padding for text content */
	color: #555;
	/* Slightly lighter text color */
}

.read-more {
	display: inline-block;
	/* Block element for button */
	padding: 10px 20px;
	/* Button padding */
	background: #f43f00;
	/* Primary button color */
	color: white;
	/* Button text color */
	text-decoration: none;
	/* No underline */
	border-radius: 5px;
	/* Rounded corners for button */
	margin: 15px 0;
	/* Space above and below button */
	transition: background 0.3s;
	/* Button color transition */
}



.read-more:hover {
	background: #ffffff;
	/* Darker shade on hover */
}

/* service section end  */

.size {
	text-align: center;
}

/* contact section start  */
.contact {
	display: flex;
	/* Flexbox layout */
	justify-content: space-between;
	/* Space between image and form */
	align-items: center;
	/* Center items vertically */
	margin: 40px 0;
	/* Margin above and below */
}

.contact-image img {
	width: 100%;
	height: 474px;
	max-width: 699px;
	border-radius: 10px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	/* Shadow effect */
}

.contact-form {
	flex: 1;
	/* Allow the form to take up remaining space */
	padding-left: 20px;
	/* Space between image and form */
}

.contact-form h2 {
	margin-bottom: 20px;
	/* Space below heading */
	font-size: 1.8em;
	/* Heading size */
}

.form-row {
	display: flex;
	/* Flexbox for row layout */
	justify-content: space-between;
	/* Space between fields */
	margin-bottom: -46px;
}

.form-group {
	flex: 1;
	/* Equal width for each form group */
	margin-right: 10px;
	/* Space between groups */
}

.form-group:last-child {
	margin-right: 0;
	/* Remove margin for the last item */
}

.form-group label {
	display: block;
	/* Block display for label */
	margin-bottom: 5px;
	/* Space below label */
	font-weight: bold;
	/* Bold label text */
}

.form-group input,
.form-group textarea {
	width: 100%;
	/* Full width fields */
	padding: 10px;
	/* Padding inside fields */
	border: 1px solid #ccc;
	/* Border color */
	border-radius: 5px;
	/* Rounded corners */
	transition: border-color 0.3s;
	/* Transition for focus effect */
}

.form-group input:focus,
.form-group textarea:focus {
	border-color: #007bff;
	/* Change border color on focus */
	outline: none;
	/* Remove outline */
}

button {
	background-color: #f43f00;
	/* Button color */
	color: white;
	/* Button text color */
	border: none;
	/* No border */
	padding: 10px 20px;
	/* Padding for button */
	border-radius: 5px;
	/* Rounded corners */
	cursor: pointer;
	/* Pointer cursor on hover */
	transition: background-color 0.3s;
	/* Transition for hover effect */
}

button:hover {
	background-color: #26255d;
	/* Darker shade on hover */
}

/* contact section end  */



/*** Team Start ***/

.site-heading h2 {
	display: block;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-align: center;
}

.site-heading h2 span {
	color: #ff5a6e;
}

.site-heading h4 {
	display: inline-block;
	padding-bottom: 20px;
	position: relative;
	text-transform: capitalize;
	z-index: 1;
}

.site-heading h4::before {
	background: #ff5a6e none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -25px;
	position: absolute;
	width: 50px;
}

.site-heading h2 span {
	color: #f43f00;
}

.site-heading {
	margin-bottom: 60px;
	overflow: hidden;
	margin-top: -5px;
}

.team-area .single-item {
	margin-bottom: 30px;
}

.team-area .item .thumb {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.team-area .item .thumb::after {
	background: #232323 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	width: 100%;
}

.team-area .team-items .item:hover .thumb::after {
	opacity: 0.7;
}

.team-area .item .thumb .overlay {
	top: -100%;
	left: 0;
	padding: 20px;
	position: absolute;
	text-align: center;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	width: 100%;
	z-index: 1;
}

.team-area .item:hover .thumb .overlay {
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
}

.team-area .item .thumb .overlay p {
	color: #ffffff;
}

.team-area .item .thumb .overlay h4 {
	color: #ffffff;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	margin-top: -178px;
	margin-right: -68px;
	right: -79px;
}

.team-area .item .thumb img {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.team-area .item:hover .thumb img {
	opacity: .6;
}

.team-area .item .thumb .social li {
	display: inline-block;
}

.team-area .item .thumb .social li a {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin: 0 2px;
	text-align: center;
	width: 40px;
}

.team-area .info {
	background: #ffffff none repeat scroll 0 0;
	-moz-box-shadow: 0 0 10px #cccccc;
	-webkit-box-shadow: 0 0 10px #cccccc;
	-o-box-shadow: 0 0 10px #cccccc;
	box-shadow: 0 0 10px #cccccc;
	padding: 40px 20px 20px;
	position: relative;
	text-align: center;
	z-index: 9;
}

.team-area .info .message {
	height: 50px;
	line-height: 40px;
	margin-left: -25px;
	margin-top: -25px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 50px;
}

.team-area .info .message a {
	background: #fff none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-box-shadow: 0 0 10px #cccccc;
	-webkit-box-shadow: 0 0 10px #cccccc;
	-o-box-shadow: 0 0 10px #cccccc;
	box-shadow: 0 0 10px #cccccc;
	box-sizing: border-box;
	color: #ff5a6e;
	display: inline-block;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	width: 50px;
}

.team-area .info .message a i {
	font-weight: 500;
}

.team-area .info h4 {
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.team-area .info span {
	color: #f43f00;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

.team-area .social li.twitter a {
	background-color: #00b6f1;
}

.team-area .social li.pinterest a {
	background-color: #bd081c;
}

.team-area .social li.facebook a {
	background-color: #3b5998;
}

.team-area .social li.google-plus a {
	background-color: #df4a32;
}

.team-area .social li.vimeo a {
	background-color: #1ab7ea;
}

.team-area .social li.instagram a {
	background-color: #cd486b;
}

/*** Team End ***/



.footersize {
	position: relative;
	right: -70px;
}

.size1 {
	margin-top: 30px;
}


/* Banner Section Styling */
.banner-section {
	position: relative;
	width: 100%;
	height: 580px;
	/* Full viewport height */
	background: url('../img/aboutusbg.jpeg') no-repeat center center/cover;
}
.banner-section3 {
	position: relative;
	width: 100%;
	height: 580px;
	/* Full viewport height */
	background: url('../img/career-hero.jpg') no-repeat center center/cover;
}
/* Overlay Effect */
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	/* Black overlay with 50% opacity */
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Banner Content Styling */
.banner-content {
	text-align: center;
	color: white;
}

.banner-content h1 {
	font-size: 3rem;
	margin-bottom: 10px;
	color: white;
}

.banner-content p {
	font-size: 1.2rem;
	margin-bottom: 20px;
}

/* Button Styling */
.btn {
	background-color: #007bff;
	color: white;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 5px;
	transition: background-color 0.3s;
}

.btn:hover {
	background-color: #0056b3;
}


.banner-section1 {
	position: relative;
	width: 100%;
	height: 580px;
	/* Full viewport height */
	background: url('../img/contactus.jpeg') no-repeat center center/cover;
}


.banner-section2 {
	position: relative;
	width: 100%;
	height: 580px;
	/* Full viewport height */
	background: url('../img/service.jpeg') no-repeat center center/cover;
}

/* banner section end  */


/* about section start  */
.about-us {
	display: flex;
	align-items: center;
	height: 100vh;
	background-color: #f4f4f4;
	padding: 50px;
	margin-top: -85px;
	gap: 30px;
	/* Adds space between image and content */
}

/* Left Side Image */
.about-image img {
	width: 74%;
	/* Takes half the width */
	height: 100%;
	object-fit: cover;
	border-radius: 0px 50px 0px 50px;
	transition: transform 0.5s ease;
}

/* Image Hover Effect */
.about-image:hover img {
	transform: scale(1.1);
	/* Zoom effect */
}

/* Right Side Content */
.about-content {
	flex: 1;
	padding: 20px;
	/* margin-left: -320px; */
}

/* Headings and Paragraphs */
.about-content h2 {
	font-size: 2.5rem;
	margin-bottom: 20px;
	color: #333;
}

.about-content p {
	font-size: 1.1rem;
	margin-bottom: 15px;
	line-height: 1.6;
	color: #555;
}

/* Button Styling */
.btn {
	background-color: #007bff;
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.btn:hover {
	background-color: #0056b3;
}

/* about section end  */


/* MVV Section Styling */
.mvv-section {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 50px;
	background-color: #f4f4f4;
	gap: 20px;
}

/* Individual Box Styling */
.mvv-box {
	background-color: white;
	width: 30%;
	height: 486px;
	border-radius: 10px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	text-align: center;
}

/* Hover Effect */
.mvv-box:hover {
	transform: scale(1.05);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

/* Image Styling */
.mvv-box img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

/* Heading Styling */
.mvv-box h3 {
	margin: 20px 0 10px;
	font-size: 1.8rem;
	color: #333;
}

/* Content Paragraph Styling */
.mvv-box p {
	font-size: 1rem;
	color: #555;
	padding: 0 15px 20px;
	line-height: 1.6;
}

/* end  */


/* wcu section start  */
.wcu-section {
	display: flex;
	align-items: center;
	height: 100vh;
	padding: 50px;
	background-color: #f4f4f4;
}

/* Left Side Content */
.wcu-content {
	flex: 1;
	padding: 40px;
}

.wcu-content h2 {
	font-size: 2.5rem;
	margin-bottom: 20px;
	color: #333;
}

.wcu-content p {
	font-size: 1.1rem;
	margin-bottom: 15px;
	line-height: 1.6;
	color: #555;
}

/* Button Styling */
.btn {
	background-color: #007bff;
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.btn:hover {
	background-color: #0056b3;
}

/* Right Side Image */
.wcu-image {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;

}

.wcu-image img {
	max-width: 100%;
	height: auto;
	transition: transform 0.5s ease;
	border-radius: 0px 80px 0px 80px;
}

/* Hover Effect on Image */
.wcu-image:hover img {
	transform: scale(1.1);
	/* Zoom-in effect */
}

/* Responsive Design */
@media (max-width: 768px) {
	.wcu-section {
		flex-direction: column;
		height: auto;
	}

	.wcu-image {
		margin-top: 20px;
	}
}

/* wcu section end  */



/* responsive  */
@media(max-width:600px) {
	.services {
		display: block;
		justify-content: center;
		gap: 20px;
		margin: 40px 0;
	}

	.service-box {
		background: #fff;
		border-radius: 10px;
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
		text-align: center;
		overflow: hidden;
		transition: transform 0.3s, box-shadow 0.3s;
		width: 340px;
		margin-left: 18px;
		margin-bottom: 26px;
	}

	.contact {
		display: block;
		justify-content: space-between;
		align-items: center;
		margin: 40px 0;
	}

	.contact-image img {
		width: 100%;
		height: 275px;
		max-width: 699px;
		border-radius: 10px;
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	}
	.slicknav_menu .slicknav_menutxt {
		display: NONE;
		line-height: 1.188em;
		float: left;
		color: #fff;
		font-weight: 700;
		text-shadow: 0 1px 3px #000;
	}
	.hs-text {
        margin-bottom: 50px;
        padding-top: 0;
        margin-top: -75px;
    }
	.form-row {
		display: block;
		justify-content: space-between;
		margin-bottom: 0px;
	}
	.contact-form textarea {
		height: 150px;
}
.form-group {
    margin-bottom: -19px;
}
.logosize {
    width: 174px;
    height: 24px;
    margin-bottom: 10px;
}
.footer-section p {
    /* font-style: italic; */
    margin-bottom: 34px;
    margin-top: 22px;
}
}




.container1 {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}

.container1 h2 {
	margin-left: 374px;
}

.step-wrapper {
	margin: 30px;
	margin-bottom: 200px;
	position: relative;
}

.linestep {
	text-align: center;
	max-width: 250px;
	position: absolute;

	.num {
		color: #fff;
		border-radius: 100px;
		display: inline-block;
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		font-weight: bold;
		background: #452DF8;
	}

	p {
		width: 250px;
		position: absolute;
		margin-top: 7px;
		font-weight: 500;
		line-height: normal;
		font-size: 18px;
	}

	p.top {
		bottom: 23px;
		left: -110px;
	}

	p.bottom {
		left: -110px;
	}

	p.left {
		width: 200px;
		right: 34px;
		top: -17px;
	}

	p.right {
		width: 200px;
		left: 44px;
		top: -17px;
		text-align: left;
	}
}

.linestep {
	visibility: hidden;
}

.path {
	visibility: hidden;
}

.move-line {
	.path {
		visibility: visible;
		stroke-dasharray: 3700;
		stroke-dashoffset: 3700;
		animation: moveline 4s linear forwards;
	}

	.linestep {
		animation-name: show-step-item;
		animation-duration: 0.2s;
		animation-fill-mode: forwards;
	}

	/* Animation Delays for Each Step */
	.linestep1 {
		animation-delay: 0.4s;
	}

	.linestep2 {
		animation-delay: 0.8s;
	}

	.linestep3 {
		animation-delay: 1.2s;
	}

	.linestep4 {
		animation-delay: 1.6s;
	}

	.linestep5 {
		animation-delay: 2s;
	}

	.linestep6 {
		animation-delay: 2.4s;
	}

	.linestep7 {
		animation-delay: 2.8s;
	}

	.linestep8 {
		animation-delay: 3.2s;
	}

	.linestep9 {
		animation-delay: 0.8s;
	}

	.linestep10 {
		animation-delay: 1.2s;
	}

	.linestep11 {
		animation-delay: 1.6s;
	}

	.linestep12 {
		animation-delay: 2s;
	}

	.linestep13 {
		animation-delay: 2.4s;
	}

	.linestep14 {
		animation-delay: 2.8s;
	}

	.linestep15 {
		animation-delay: 3.2s;
	}
}

@keyframes show-step-item {
	from {
		transform: scale(0.2);
		opacity: 0;
	}

	to {
		visibility: visible;
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes moveline {
	to {
		stroke-dashoffset: 0;
	}
}


/* wp Integration Start  */
.whatsapp-float img {
	width: 50px;
	position: fixed;
	bottom: 40px;
	right: 20px;
	border-radius: 10px;
	z-index: 99999999;
}

/* Wp integration End  */


#offcanvasTop {
	--bs-offcanvas-height: 80vh;
	background-color: #c5e1d4;
}

.size2 {
	gap: 130px
}


/* service section startv  */
.service-section {
	max-width: 1200px;
	margin: 50px auto;
	padding: 0 20px;
}

.service-row {
	display: flex;
	align-items: center;
	margin: 48px 0;
	gap: 40px;
	width: 1395px;
	margin-left: -98px;
}

.service-row.reverse {
	flex-direction: row-reverse;
}

.service-image img {
	width: 100%;
	max-width: 557px;
	height: 403px;
	border-radius: 0px 90px 0px 90px;
	transition: transform 0.3s ease;
}

.service-image img:hover {
	transform: scale(1.05);
}

.service-content {
	flex: 1;
	padding: 20px;
}

.service-content h1 {
	font-size: 38px;
	margin-bottom: 10px;
	color: #f26221;
	font-weight: 600;
}

.service-content h3 {
	font-size: 25px;
	margin-bottom: 13px;
	color: #211e5e;
	font-weight: 600;
}

.service-content p {
	font-size: 16px;
	margin-bottom: 20px;
	color: #000000;
	line-height: 1.6;
}

.btn {
	display: inline-block;
	padding: 10px 20px;
	background-color: #3498db;
	color: white;
	border-radius: 25px;
	text-decoration: none;
	transition: background-color 0.3s;
}

.btn:hover {
	background-color: #2980b9;
}

/* end  */

@media(max-width:600px) {
	.about-section img {
		width: 91%;
		border-radius: 90px 0px 90px 0px;
		box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
		transition: transform 0.3s ease;
		margin-left: 1px;
		margin-top: 19px;
	}

	.footersize {
		position: relative;
		right: 2px;
	}


	.about-us {
		display: block;
		align-items: center;
		height: 100vh;
		background-color: #f4f4f4;
		padding: 50px;
		margin-top: -85px;
		gap: 30px;
	}

	.about-image img {
		width: 100%;
		margin-top: 63px;
		height: 100%;
		object-fit: cover;
		border-radius: 0px 50px 0px 50px;
		transition: transform 0.5s ease;
	}

	.about-content1 p {
		font-size: 16px;
		line-height: 1.6;
		color: #000;
		text-align: justify;
		margin-left: -42px;
		margin-right: -45px;
	}

	.mvv-section {
		display: block;
		justify-content: space-around;
		align-items: center;
		padding: 50px;
		background-color: #f4f4f4;
		gap: 20px;
	}

	.mvv-box {
		background-color: white;
		width: 100%;
		height: auto;
		border-radius: 10px;
		box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
		overflow: hidden;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
		text-align: center;
		margin-bottom: 33px;
		position: relative;
		top: 254px;
	}

	.wcu-section {
		flex-direction: column;
		height: auto;
		width: 100%;
	}

	.wcu-content {
		flex: 1;
		/* padding: 40px; */
		position: relative;
		top: 95px;
		width: 100%;
		padding: 76px 2px;
	}

	.service-row {
		display: block;
		align-items: center;
		margin: 48px 0;
		gap: 40px;
		width: 100%;
		margin-left: 0px;
	}

	.service-image img {
		width: 100%;
		height: auto;
		border-radius: 0px 90px 0px 90px;
		transition: transform 0.3s ease;
	}

	.size2 {
		gap: 25px;
	}

	.banner-section1 {
		position: relative;
		width: 100%;
		height: 324px;
		background: url(../img/contactus.jpeg) no-repeat center center / 372px 330px;
	}
	.bannersection3 {
		position: relative;
		width: 100%;
		height: 324px;
		background: url(../img/careerimg.jpg) no-repeat center center / 372px 330px;
	}
	.overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 325px;
		background-color: rgba(0, 0, 0, 0.5);
		display: flex;
		justify-content: center;
		align-items: center;
	}

    .banner-section2 {
        position: relative;
        width: 100%;
        height: 58%;
        background: url(../img/service.jpeg) no-repeat center center / 372px 68%;
    }

	.banner-section {
        position: relative;
        width: 100%;
        height: 54%;
        background: url(../img/aboutusbg.jpeg) no-repeat center center / 372px 80%;
    }

	.banner-content {
		text-align: center;
		color: white;
	}
	.conmb{

	}
}

/* contact section start  */
.contact-us {
	max-width: 1200px;
	margin: auto;
}

.top-boxes {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.top-box {
	flex: 1;
	margin: 0 10px;
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	height: 137px;
}

.top-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.top-box h3 {
	margin-bottom: 10px;
	color: #333;
}

.top-box p {
	color: #777;
	text-align: center;
}

.content {
	display: flex;
	gap: 20px;
}

.contact-form {
	flex: 1;
	background: #fff;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-form h2 {
	margin-bottom: 20px;
	color: #333;
}

.form-group {
	margin-bottom: 40px;
}

.form-group label {
	display: block;
	margin-bottom: 5px;
	color: #555;
}

.form-group input, .form-group textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	outline: none;
	transition: border-color 0.3s;
}

.form-group input:focus, .form-group textarea:focus {
	border-color: #3f51b5;
}

.form-group button {
	width: 100%;
	padding: 12px;
	background-color: #3f51b5;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.form-group button:hover {
	background-color: #303f9f;
}

.maps {
	flex: 1;
	/* display: grid; */
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.map {
	/*height: 250px;*/
	border-radius: 8px;
	overflow: hidden;
	margin-top: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.map iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.top-box1 {
    flex: 1;
    margin: 0 10px;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 768px) {
	.content {
		flex-direction: column;
	}

	.maps {
		grid-template-columns: 1fr;
	}

	.top-boxes {
		flex-direction: column;
	}

	.top-box {
		margin: 10px 0;
	}
}
/* end  */


/* Whatsapp Start */
.whatsapp-float img {
    width: 50px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    border-radius: 10px;
    z-index: 1;
}
.container {
    width: 102%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -86px;
}

/**/
.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.video-bg video {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
/*client*/
.logo-slider {
  overflow: hidden;
  position: relative;
}

.logo-track {
  display: flex;
  animation: scroll 30s linear infinite;
  width: calc(250px * 10); /* width = logo width * number of logos */
}

.logo {
  width: 250px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo img {
  max-width: 100%;
  height: auto;
  /*filter: grayscale(100%);*/
  transition: filter 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.logo img:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*career*/
.career-form {
      background: #fff;
      padding: 40px;
      margin: 50px auto;
      border-radius: 12px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      max-width: 600px;
      border: 2px solid #f26222;
    }
    .form-control, .form-control:focus {
      border-radius: 8px;
      box-shadow: none;
      border: 1px solid #ccc;
    }
    /*.form-label {*/
    /*  font-weight: 600;*/
    /*}*/
    .form-btn {
      background-color:#f26222;
      border: none;
      color: white;
      font-weight: bold;
      padding: 10px 20px;
      border-radius: 8px;
      transition: background-color 0.3s ease;
    }
    .form-btn:hover {
      background-color:#211f5f;
    }



