:root {
 --primary-color : #0063B3;
 --secondary-color : #FEC00F;
 --text-color : #051B05;
 --white-color : #ffffff;
 --black-color : #000000;
 --accent-color : #FEC00F;
 --form-color : #eff1ed;
 --overlay-color : rgba(0, 96,176, 0.65);
 --error-color : rgb(230, 87, 87);
 --accent-font : 'Rajdhani', sans-serif;
 --default-font : 'Rajdhani', sans-serif;
}
/************************************/
/**** 	   General css		 ****/
/************************************/
body {
	font-size: 20px;
	font-weight: 500;
	font-family: var(--default-font);
	color: var(--text-color);
	line-height: 24px;
}
p {
	line-height: 1.6em;
	margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--accent-font);
	margin-top: 0;
	font-weight: 700;
	color: var(--primary-color);
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 22px;
}
figure {
	display: block;
	margin: 0;
	width: 100%;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	outline: 0;
}
a:focus {
	text-decoration: none;
	outline: 0;
}
.container {
	max-width: 1300px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	padding-right: 15px;
	padding-left: 15px;
}
.no-gap.row {
	margin-left: 0;
	margin-right: 0;
}
.no-gap.row > * {
	padding-left: 0;
	padding-right: 0;
}
.row.row-equal-height > [class*='col-'] {
	display: flex;
	flex-direction: column;
}
.image-anime {
	position: relative;
	overflow: hidden;
}
.image-anime:after {
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255,255,255,.3);
	transform: translate(-50%, -50%) rotate(-45deg);
	z-index: 1;
}
.image-anime:hover:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}
.image-anime img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform-origin: center;
	transform-origin: center;
}
.reveal {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	visibility: hidden;
	overflow: hidden;
}
.reveal img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform-origin: center;
	transform-origin: center;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.row > * {
	padding-right: 15px;
	padding-left: 15px;
}
.btn-default {
	display: inline-block;
	background: var(--accent-color);
	color: var(--primary-color);
	font-size: 24px;
	font-weight: 700;
	border: 2px solid var(--accent-color);
	padding: 12px 30px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	transition: 0.2s transform ease-in-out;
}
.btn-default:after {
	background-color: var(--primary-color);
	border-radius: 30px;
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-100%, 0) rotate(10deg);
	transform-origin: top left;
	transition: 0.2s transform ease-out;
	will-change: transform;
	z-index: -1;
}
.btn-default:hover::after {
	transform: translate(0, 0);
}
.btn-default:hover {
	color: var(--black-color);
}
.btn-default.btn-border {
	background: none;
	color: var(--accent-color);
}
.radius-15 {
	border-radius: 20px;
}
.section-title {
	text-align: center;
	margin-bottom: 60px;
}
.section-title h3 {
	display: inline-block;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	color: var(--text-color);
	position: relative;
	padding: 5px 20px;
	margin-bottom: 10px;
	z-index: 2;
	background-color: var(--secondary-color);
	border-radius: 60px;
}
.section-title h1, .section-title h2 {
	font-size: 46px;
	color: var(--primary-color);
	letter-spacing: -0.5px;
	font-weight: 700;
	line-height: 1.1em;
	margin-bottom: 0;
}
.section-title h1 span, .section-title h2 span {
	color: var(--accent-color);
}
.section-description p:last-child {
	margin-bottom: 0;
}
/************************************/

/**** 	   03. Header css		 ****/

/************************************/



.topbar {
	position: relative;
	z-index: 100;
	padding: 15px 0;
}
.topbar-contact-info {
	padding-left: 30px;
}
.topbar-contact-info ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.topbar-contact-info ul li {
	display: inline-block;
	margin-right: 20px;
	color: var(--white-color);
	font-size: 16px;
}
.topbar-contact-info ul li:last-child {
	margin-right: 0;
}
.topbar-contact-info ul li a {
	color: var(--white-color);
}
.topbar-contact-info ul li i {
	color: var(--accent-color);
	margin-right: 6px;
}
.header-social-links {
	text-align: right;
	padding-right: 30px;
}
.header-social-links ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.header-social-links ul li {
	display: inline-block;
	margin-left: 4px;
}
.header-social-links ul li a {
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 7px;
	font-size: 14px;
	background: var(--accent-color);
	color: var(--primary-color);
	transition: all 0.2s ease-in-out;
}
.header-social-links ul li a:hover {
	background: var(--primary-color);
	color: var(--accent-color);
}
header.main-header {
	position: relative;
	max-width: 1370px;
	margin: 0 auto;
	background: var(--white-color);
	border-radius: 100px;
	border-bottom: 1px solid transparent;
	z-index: 100;
}
header.main-header .header-sticky {
	padding: 0px 20px 15px 60px;
	position: relative;
	top: 0;
	z-index: 100;
}
header.main-header .header-sticky.hide {
	transform: translateY(-100%);
	transition: transform 0.3s ease-in-out;
	padding: 0px 0 10px;
	border-radius: 0;
	border-bottom: 1px solid #16330010;
}
header.main-header .header-sticky.active {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	transform: translateY(0);
	background: var(--white-color);
}
.navbar {
	padding: 0;
}
.navbar-brand {
	padding: 0;
}
.main-menu {
	font-family: var(--default-font);
	justify-content: flex-end;
	padding-top: 20px;
}
.main-menu ul {
	align-items: center;
}
.main-menu ul li {
	margin: 0 6px;
	position: relative;
}
.main-menu ul li.submenu > a:after {
	content: '\f107';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 22px;
	margin-left: 8px;
}
.main-menu ul ul li.submenu > a {
	position: relative;
}
.main-menu ul ul li.submenu > a:after {
	width: 18px;
	height: 18px;
	position: absolute;
	right: 15px;
	top: 6px;
	transform: rotate(-90deg);
}
.main-menu ul li a {
	font-size: 22px;
	font-weight: 600;
	padding: 12px 10px !important;
	color: var(--primary-color);
}
.main-menu ul li.highlighted-menu a {
	display: block;
	background: var(--accent-color);
	color: var(--primary-color);
	font-size: 20px;
	font-weight: 600;
	border: 2px solid var(--accent-color);
	padding: 10px 15px !important;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	transition: 0.2s transform ease-in-out;
}
.main-menu ul li.highlighted-menu a:after {
	background-color: var(--primary-color);
	border-radius: 30px;
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-100%, 0) rotate(10deg);
	transform-origin: top left;
	transition: 0.2s transform ease-out;
	will-change: transform;
	z-index: -1;
}
/*.main-menu ul li.highlighted-menu a:hover::after {

	transform: translate(0, 0);

}

.main-menu ul li.highlighted-menu a:hover {

	color: var(--accent-color);

}

.main-menu ul li a:hover, .main-menu ul li a:focus {

	color: var(--accent-color);

}*/

.main-menu ul ul {
	visibility: hidden;
	padding: 8px 0;
	margin: 0;
	list-style: none;
	width: 360px;
	border-radius: 15px;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: var(--accent-color);
	opacity: 0;
	transform: scaleY(0.8);
	transform-origin: top;
	transition: all 0.3s ease-in-out;
}
.main-menu ul ul ul {
	left: 100%;
	top: 0;
}
.main-menu ul ul li {
	margin: 0;
	padding: 0;
}
.main-menu ul ul li a, .main-menu ul ul li a:focus {
	color: var(--primary-color);
	padding: 10px 20px !important;
}
.main-menu ul li:hover > ul {
	visibility: visible;
	opacity: 1;
	transform: scaleY(1);
}
.main-menu ul ul li a:hover {
	color: var(--white-color);
}
.responsive-menu, .navbar-toggle {
	display: none;
}
.responsive-menu {
	top: 100%;
	position: absolute;
	left: 0;
	right: 0;
}
.slicknav_btn {
	background: var(--accent-color);
	padding: 6px 0 0;
	width: 38px;
	height: 38px;
	margin: 0;
	border-radius: 10px;
}
.slicknav_icon .slicknav_icon-bar {
	display: block;
	width: 100%;
	height: 3px;
	width: 22px;
	background-color: var(--primary-color);
	margin: 4px auto !important;
}
.slicknav_menu {
	padding: 0;
	background: var(--accent-color);
	border-radius: 20px;
	max-height: 80vh;
	overflow: auto;
}
.slicknav_nav {
	padding-top: 5px;
	padding-bottom: 5px;
}
.slicknav_nav .slicknav_row, .slicknav_nav li a {
	font-size: 18px;
	font-weight: 700;
	padding: 10px 15px;
	font-family: var(--default-font);
	color: var(--primary-color);
	line-height: normal;
}
.slicknav_nav a:hover, .slicknav_nav .slicknav_row:hover {
	background-color: transparent;
	color: var(--primary-color);
}
.slicknav_arrow {
	font-size: 0 !important;
}
.slicknav_arrow:after {
	content: '\f105';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 12px;
	margin-left: 8px;
	float: right;
	transition: all 0.3s ease-in-out;
}
.slicknav_nav li.slicknav_open > a .slicknav_arrow:after {
	transform: rotate(-90deg);
}
/************************************/

/**** 	    04. Hero css		 ****/

/************************************/



.hero {
	position: relative;
	background: url(../images/hero.jpg) no-repeat bottom center;
	background-size: auto;
	padding: 360px 0 200px;
	margin-top: -250px;
	overflow: hidden;
}
.hero:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90deg, rgba(0, 96, 176, 0.65) 0%, rgba(0, 96, 176, 0.65) 100%);
	z-index: 1;
}
.hero-inner {
	position: relative;
	background-size: auto;
	margin-top: -210px;
	overflow: hidden;
	min-height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 225px;
}
.hero-inner:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90deg, rgba(0, 96, 176, 0.65) 0%, rgba(0, 96, 176, 0.65) 100%);
	z-index: 1;
}
.hero-content {
	position: relative;
	z-index: 1;
}
.hero-content .section-title {
	text-align: center;
	margin-bottom: 30px;
}
.hero-content .section-title h1 {
	font-size: 60px;
	color: var(--white-color);
}
.hero-content .section-title-home h1 {
	font-size: 80px;
	color: var(--white-color);
	text-align: center;
}
/******************************************/

/****   	About us css   	   ****/

/******************************************/



.about-us {
	padding: 100px 0;
}
.about-content-area {
	box-sizing: border-box;
}
.about-us .section-title {
	text-align: left;
	margin-bottom: 30px;
}
.about-image img {
	width: 100%;
}
/******************************************/

/****   	Our Commitment Css   	   ****/

/******************************************/



.our-commitment {
	padding: 0px 0 100px;
}
.our-commitment-area {
	box-sizing: border-box;
}
.our-commitment .section-title {
	text-align: left;
	margin-bottom: 30px;
}
.our-commitment img {
	width: 100%;
}
.our-commitment-list {
	position: relative;
	border: 1px solid #dadada;
	border-radius: 15px;
	padding: 10px 20px 20px;
	margin-bottom: 30px;
	-webkit-box-shadow: 1px 0px 1px 1px #dadada;
	box-shadow: 1px 0px 1px 1px #dadada;
	min-height: 100px;
}
.our-commitment-list .icon-box {
	position: absolute;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
}
.our-commitment-list .service-text {
	padding-left: 100px;
}
/******************************************/

/****   	 Our History css   	   ****/

/******************************************/



.our-history {
	padding: 0px 0 100px;
}
.our-history-area {
	width: 100%;
}
/* TimeLine */



.timeline {
	list-style: none;
	padding: 20px 0 0px;
	position: relative;
}
.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 4px;
	background-color: var(--primary-color);
	left: 50%;
	margin-left: -1.5px;
}
.timeline > li {
	margin-bottom: 20px;
	position: relative;
}
.timeline > li:before, .timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li:before, .timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li > .timeline-panel {
	width: 46%;
	float: left;
	background: var(--white-color);
	border-radius: 15px;
	padding: 7px 20px;
	position: relative;
	/*-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);

	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);*/

	border: 1px solid #dadada;
	-webkit-box-shadow: 1px 0px 1px 1px #dadada;
	box-shadow: 1px 0px 1px 1px #dadada;
}
.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #a1a1a1;
	border-right: 0 solid #a1a1a1;
	border-bottom: 15px solid transparent;
	content: " ";
}
.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";
}
.timeline > li > .timeline-badge {
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 20px;
	position: absolute;
	top: 27px;
	left: 51%;
	margin-left: -26px;
	background-color: var(--primary-color);
	z-index: 2;
	border-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
.timeline-badge.primary {
	background-color: var(--primary-color);
}
.timeline-badge.success {
	background-color: var(--primary-color);
}
.timeline-badge.warning {
	background-color: var(--primary-color);
}
.timeline-badge.danger {
	background-color: var(--primary-color);
}
.timeline-badge.info {
	background-color: var(--primary-color);
}
.timeline-title {
	margin-top: 0;
	color: inherit;
	color: var(--primary-color);
}
.timeline-body > ul li {
	list-style-type: disc;
}
.timeline-body > p {
	margin-bottom: 0;
}
.timeline-body > p + p {
	margin-top: 5px;
}

@media (max-width: 767px) {
ul.timeline:before {
	left: 20px;
}
ul.timeline > li > .timeline-panel {
	width: calc(100% - 50px);
	width: -moz-calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
}
ul.timeline > li > .timeline-badge {
	left: 5px;
	margin-left: 0;
	top: 26px;
}
ul.timeline > li > .timeline-panel {
	float: right;
}
ul.timeline > li > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
ul.timeline > li > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
}
.common-section-timeline {
	padding: 30px 0px 0px;
}
/******************************************/

/****   	Infobar CTA css   	   ****/

/******************************************/



.infobar {
	padding: 00px 0 50px;
}
.cta-box {
	background-color: var(--secondary-color);
	border-radius: 30px;
	overflow: hidden;
}
.cta-box .cta-image img {
	width: 100%;
}
.cta-content {
	position: relative;
	padding: 0 60px;
}
.cta-content .phone-icon {
	width: 90px;
	height: 90px;
	position: relative;
	border-radius: 50px;
	border: 6px solid var(--white-color);
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--accent-color);
	position: absolute;
	left: 0;
	top: 50%;
	overflow: hidden;
	transform: translate(-70px, -50%);
}
.cta-content .phone-icon:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--primary-color);
	border-radius: 50%;
	transform: translate(-100%, 100%);
	transition: all 0.3s ease-out;
}
.cta-box:hover .cta-content .phone-icon:before {
	transform: translate(0);
}
.cta-content .phone-icon figure {
	text-align: center;
}
.cta-content .phone-icon figure img {
	position: relative;
	z-index: 1;
}
.cta-content h3 {
	font-size: 40px;
	color: var(--text-color);
}
.cta-content h3 span {
	color: var(--primary-color);
}
.cta-content p {
	margin-bottom: 0;
}
/******************************************/

/****   	23. Footer Ticker css  	   ****/

/******************************************/



.footer-ticker {
	padding: 20px 0 10px;
}
.scrolling-ticker-box {
 --gap: 30px;
	position: relative;
	display: flex;
	overflow: hidden;
	user-select: none;
	gap: var(--gap);
}
.scrolling-content {
	flex-shrink: 0;
	display: flex;
	gap: var(--gap);
	min-width: 100%;
	animation: scroll 50s linear infinite;
}
.scrolling-content span {
	display: inline-flex;
	align-items: center;
	font-family: var(--accent-font);
	text-transform: uppercase;
	font-size: 100px;
	line-height: 1.1em;
	font-weight: 600;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	stroke-width: 1px;
	font-weight: 700;
	-webkit-text-stroke-color: var(--primary-color);
	stroke: var(--primary-color);
}
.scrolling-content span:after {
	content: '/';
	margin-left: 30px;
}
 @keyframes scroll {
 from {
 transform: translateX(0);
}
 to {
 transform: translateX(calc(-100% - var(--gap)));
}
}
/******************************************/

/****   		24. Footer css  	   ****/

/******************************************/



footer.main-footer {
	padding: 0 0 20px;
	background: var(--primary-color)
}
.footer-contact {
	border-bottom: 1px solid #ffffff20;
	margin-bottom: 50px;
	padding: 30px 0 0;
}
.footer-contact-box {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.footer-contact-box .contact-icon-box {
	width: 80px;
	height: 80px;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--accent-color);
	margin-right: 30px;
}
.footer-contact-info {
	width: calc(100% - 110px);
}
.footer-contact-info h3 {
	color: var(--white-color);
	font-size: 22px;
}
.footer-contact-info p {
	margin-bottom: 0;
	color: var(--white-color);
}
.footer-contact-info p a {
	color: var(--white-color);
}
.footer-about figure {
	margin-bottom: 30px;
}
.footer-about p {
	color: var(--white-color);
}
.footer-social-links ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-social-links ul li {
	display: inline-block;
	margin-right: 10px;
}
.footer-social-links ul li a {
	color: var(--white-color);
}
.footer-links {
	padding-left: 80px;
}
.footer-links h2 {
	color: var(--white-color);
	font-size: 22px;
	position: relative;
	margin-bottom: 30px;
}
.footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-links ul li {
	position: relative;
	margin-bottom: 10px;
}
.footer-links ul li a {
	display: block;
	padding-left: 16px;
	color: var(--white-color);
}
.footer-links ul li a:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--accent-color);
	transform: translate(0, -50%);
}
.footer-links ul li a:hover {
	color: var(--accent-color);
}
.footer-copyright-text {
	text-align: center;
}
.footer-copyright-text p {
	margin-bottom: 0;
	font-size: 18px;
	color: var(--white-color);
}
/******************************************/

/****   	Commercial Solar css   	   ****/

/******************************************/



.inner-page-area {
	padding: 60px 0;
}
.content-list ul {
	margin: 0px;
	padding-left: 20px;
}
.content-list ul li {
	padding-bottom: 10px;
	font-weight: 500
}
.block-title {
	text-align: left;
	margin-bottom: 30px;
}
.image-radius {
	border-radius: 20px;
}
.step-one h4 {
	display: inline-block;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: var(--text-color);
	position: relative;
	padding: 5px 20px;
	margin-bottom: 20px;
	background-color: var(--secondary-color);
	border-radius: 60px;
}
.services-section {
	position: relative;
	border: 1px solid #dadada;
	border-radius: 20px;
	padding: 20px;
	-webkit-box-shadow: 1px 0px 1px 1px #dadada;
	box-shadow: 1px 0px 1px 1px #dadada;
}
/******************************************/

/****   28. Contact us page css   	   ****/

/******************************************/



.contact-information {
	padding: 0px 0;
}
.google-map-form {
	position: relative;
	padding: 100px 0;
}
.google-map {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.google-map:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90deg, rgba(256, 256, 256, 60%) 30%, rgba(256, 256, 256, 0.65) 100%);
	z-index: 1;
}
.google-map iframe {
	width: 100%;
	height: 100%;
}
.contact-form-box {
	background: var(--white-color);
	padding: 40px;
	position: relative;
	z-index: 1;
	border-radius: 30px;
	position: relative;
	border: 1px solid #dadada;
	-webkit-box-shadow: 1px 0px 1px 1px #dadada;
	box-shadow: 1px 0px 1px 1px #dadada;
}
.contact-form-box .section-title h3 {
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	color: var(--text-color);
	margin-bottom: 10px;
	background-color: var(--white-color);
}
.contact-form .form-control {
	padding: 10px 20px;
	border: none;
	box-shadow: none;
	background: var(--form-color);
	border-radius: 10px;
	font-size: 20px;
	font-weight: 500;
	color: var(--text-color)
}
/******************************************/

/****   	11. Why Choose Us css  	   ****/

/******************************************/



.why-chooseus-us {
	padding: 40px 0px;
}
.why-choose-us-img-box {
	position: relative;
	/*background: url(../images/whyus-left-img.jpg) no-repeat center center;*/

	background-size: cover;
	padding: 100px 15px;
	height: 100%;
	min-height: 550px;
}
.why-choose-us-content {
	padding: 0px 100px 0px 80px;
}
.why-choose-us-features .why-features-item {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 30px;
}
.why-choose-us-features .why-features-item:last-child {
	margin-bottom: 0;
}
.why-choose-us-features .why-features-item .icon-box {
	width: 60px;
	height: 60px;
	border-radius: 16px;
	background: var(--accent-color);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}
.why-choose-us-features .why-features-item .why-features-desc {
	width: calc(100% - 80px);
}
.why-choose-us-features .why-features-item .why-features-desc h3 {
	margin-bottom: 0;
}
.why-choose-us-features .why-features-item .why-features-desc p {
	margin: 0;
}
.advantage-area {
	padding: 60px 0px 60px;
}
.start-saving-area {
	padding: 0px 0px 0px;
}
.responsive-bg {
	border: 1px solid #0063B3;
	background: #0063B3;
	padding-bottom: 0px;
}
table > tbody td {
	font-size: 18px;
	text-align: left
}
.service-featured-image {
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 30px;
}
.sidebar-cta-box {
	border-radius: 20px;
}
.sidebar-cta-box {
	border-radius: 30px;
	overflow: hidden;
	background: var(--secondary-color);
}
.sidebar-cta-box .cta-image img {
	width: 100%;
	transition: all 0.5s ease-out;
}
.sidebar-cta-box .cta-content {
	padding: 0 30px 30px;
	text-align: center;
	margin-top: -40px;
}
.sidebar-cta-box .cta-content .cta-icon {
	width: 80px;
	height: 80px;
	background: var(--accent-color);
	border: 4px solid var(--white-color);
	border-radius: 50%;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}
.sidebar-cta-box .cta-content .cta-icon img {
	max-width: 50%;
}
.sidebar-cta-box .cta-content h3 {
	font-size: 20px;
	margin-bottom: 0;
}
.sidebar-cta-box .cta-content p {
	margin: 0;
	font-size: 40px;
	color: var(--white-color);
	font-family: var(--accent-font);
	font-weight: 700;
}
.sidebar-cta-box:hover .cta-image img {
	transform: scale(1.1);
}
.sidebar-cta-box:hover .cta-image figure:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}
.sticky-top-with-gap {
	position: -webkit-sticky;
	position: sticky;
	top: 200px;
}
.list-details ul {
	list-style-type: none;
	margin-: 0px;
	padding-left: 5px;
}
.list-details ul li {
	display: flex;
	align-items: top;
	border-bottom: 1px solid rgba(0,0,0,0.20);
	padding: 5px 0px;
	font-size: 20px;
	line-height: 24px;
}
.list-details ul li::before {
	content: " ";
	content: "\f00c";
	font-family: FontAwesome;
	position: relative;
	padding-right: 10px;
	color: var(--primary-color);
}

/******************************************/

/****   	  Responsive css   	   ****/

/******************************************/



@media only screen and (max-width: 1300px) {
header.main-header {
	margin: 0 15px;
}
.main-menu ul li a {
	padding: 12px 4px !important;
}
.responsive-menu, .navbar-toggle {
	display: block;
}
.why-choose-us-content {
	padding: 20px 0px;
}
}

@media only screen and (max-width: 1024px) {
.main-menu ul li a {
	padding: 12px 2px !important;
}
.responsive-menu, .navbar-toggle {
	display: block;
}
.why-choose-us-content {
	padding: 20px 0px;
}
}

@media only screen and (max-width: 991px) {
.responsive-menu, .navbar-toggle {
	display: block;
}
.section-title {
	margin-bottom: 40px;
}
.topbar {
	padding: 10px 0;
}
.topbar-contact-info {
	padding-left: 10px;
}
.header-social-links {
	padding-right: 10px;
}
.main-menu ul li {
	margin: 0 10px;
}
header.main-header {
	border-radius: 20px;
}
header.main-header .header-sticky {
	padding: 15px 0;
}
header.main-header .header-sticky.active .slicknav_menu {
	border-radius: 0;
}
.hero {
	padding: 280px 0 20px;
}
.hero-inner {
	min-height: 450px;
}
.hero-content {
	padding-right: 0;
}
.hero-content .section-title {
	margin-bottom: 20px;
}
.hero-content .section-title h1 {
	font-size: 56px;
}
.cta-content {
	padding: 50px 30px 30px;
	text-align: center;
}
.cta-content .phone-icon {
	width: 60px;
	height: 60px;
	border-width: 4px;
	left: 50%;
	top: auto;
	transform: translate(-50%, -80px);
}
.cta-content .phone-icon img {
	max-width: 50%;
}
footer.main-footer {
	padding: 0 0 40px;
}
.footer-contact {
	padding: 30px 0 0;
	margin-bottom: 40px;
}
.footer-contact-box {
	margin-bottom: 30px;
}
.footer-contact-box .contact-icon-box {
	border-radius: 20px;
}
.footer-links {
	padding-left: 0;
}
.footer-social-links {
	margin-bottom: 40px;
}
.footer-copyright {
	padding: 20px;
	margin-top: 40px;
	border-radius: 20px;
}
.page-header {
	padding: 220px 0 60px;
}
.page-header-box h1 {
	font-size: 56px;
}
.footer-ticker {
	padding-top: 15px;
}
.scrolling-content span {
	font-size: 50px;
}
.hero-content .section-title-home h1 {
	font-size: 50px;
}
.why-choose-us-content {
	padding: 20px 0px;
}
}

@media only screen and (max-width: 767px) {
.btn-default {
	padding: 10px 22px;
}
header.main-header .header-sticky {
	padding: 0px 0 10px;
}
header.main-header .header-sticky.active {
	padding: 0px 0 10px;
}
.navbar-brand img {
	max-height: 80px;
}
.topbar-contact-info ul {
	text-align: center;
}
.header-social-links {
	display: none;
}
.hero {
	padding: 280px 0 20px;
}
.hero:before {
	background: linear-gradient(90deg, rgba(0, 96, 176, 0.65) 0%, rgba(0, 96, 176, 0.65) 100%);
}
.hero-image {
	text-align: center;
}
.hero.hero-slider .hero-slider-layout1 .hero-slide:before {
	background: linear-gradient(90deg, rgba(0, 96, 176, 0.65) 0%, rgba(0, 96, 176, 0.65) 100%);
}
.section-title {
	margin-bottom: 30px;
}
.section-title h3 {
	margin-bottom: 10px;
}
.section-title h1, .section-title h2, .hero-content .section-title h1 {
	font-size: 30px;
}
.hero-content-footer .btn-default {
	margin-right: 10px;
}
.hero-layout2-box .section-title h1 {
	font-size: 30px;
}
.about-us {
	padding: 40px 0;
}
.about-image {
	padding-bottom: 40px;
}
.footer-contact-box .contact-icon-box {
	width: 60px;
	height: 60px;
	margin-right: 20px;
}
.footer-contact-info {
	width: calc(100% - 80px);
}
.footer-contact-box .contact-icon-box img {
	max-width: 50%;
	max-height: 50%;
}
.footer-links {
	margin-bottom: 30px;
}
.footer-links h2 {
	margin-bottom: 20px;
}
.footer-copyright {
	margin-top: 10px;
}
.footer-copyright-text p {
	font-size: 16px;
}
G .topbar-contact-info ul li {
	font-size: 15px;
}
.hero-inner {
	min-height: 350px;
	padding-top: 200px;
}
h1 {
	font-size: 35px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 25px;
}
.hero-content .section-title-home h1 {
	font-size: 30px;
}
.why-choose-us-content {
	padding: 20px 0px;
}
}
#response {
	margin-top: 15px;
	font-weight: bold;
	text-align: center!important;
}

/* Add css */
.circle-number {
	background-color: var(--secondary-color);
	font-family: var(--accent-font);
	border-radius: 50%;
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--text-color);
	font-weight: 900;
}
.cover-table tbody tr td {
	margin-bottom: 20px;
	padding: 15px 15px;
}
.cover-list ul {
	margin: 0px;
	padding: 0px;
}
.cover-list li {
	list-style-type: none;
	position: relative;
	padding-left: 50px;
	margin-bottom: 15px;
	padding-top: 5px;
	text-align:left;
}
.cover-list li::before {
	content: attr(data-letter);
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background-color: var(--secondary-color);
	color: var(--text-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
}

