@import url(https://fonts.googleapis.com/css?family=Raleway:400,800,700italic,700,800italic,900,900italic,600italic,600,500italic,500,400italic,300italic,300,200italic,200,100italic,100);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,400italic,600,600italic,700,700italic,800,800italic);


@charset "utf-8";
/*Table Of Contents

body
-header
-#main-slider
-#info
-.text_box
-#plans
-. content_left
-. content_right
-#facts
-.number-counters
-.counters-item 
-#grid_layout
-.cbp-item
-.cbp-lightbox
-.overlay
-#bg-video
-.video
-#team
-.team_wrap
-.image
-#parallax_one
-#parallax_two
-#news
-.news_wrap
-#blog
-.blog_item
-#faq
-.faq_content
-#partner
-footer
-.footer_top
-.footer_panel
-.copright

*/
/*General Styling*/

body {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: #0f0f0f;
	position: relative;
}

body,
html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
	color: #606060;
}

:-moz-placeholder,
.form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #606060;
}

::-moz-placeholder,
.form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #606060;
}

:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
	color: #606060;
}

textarea::-webkit-input-placeholder {
	color: #606060;
	opacity: 1;
}

textarea:-moz-placeholder {
	color: #606060;
	opacity: 1;
}

textarea::-moz-placeholder {
	color: #606060;
	opacity: 1;
}

textarea:-ms-input-placeholder {
	color: #606060;
	opacity: 1;
}

textarea {
	resize: none;
	box-shadow: 0 0;
}

label {
	font-weight: normal;
	margin-bottom: 2px;
}

.form-control {
	box-shadow: 0 0;
}

.form-control:focus,
textarea:focus {
	border-color: #2E363A;
	box-shadow: 0 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

a {
	color: inherit;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

p {
	font-size: 14px;
	line-height: normal;
	color: #888888
}

.padding {
	padding-bottom: 80px;
	padding-top: 80px;
}

.padding-top {
	padding-top: 80px;
}

.padding-bottom {
	padding-bottom: 80px;
}

.padding-bottom-half {
	padding-bottom: 40px;
}

.padding-top-half {
	padding-top: 40px;
}

.heading_space {
	margin-bottom: 40px;
}

.margin-bottom {
	margin-bottom: 80px;
}

.bottom10 {
	margin-bottom: 10px;
}

.top10 {
	margin-top: 10px;
}

.bottom15 {
	margin-bottom: 15px;
}

.top15 {
	margin-top: 15px;
}

.top20 {
	margin-top: 20px;
}

.bottom20 {
	margin-bottom: 20px;
}

.bottom30 {
	margin-bottom: 30px;
}

.top30 {
	margin-top: 30px;
}

.margin_top {
	margin-top: 90px;
}

.top40 {
	margin-top: 40px;
}

.bottom40 {
	margin-bottom: 40px;
}

.bottom0 {
	margin-bottom: 0;
}

.border_radius {
	border-radius: 4px;
}

.light {
	background: #eaeaea;
}

.grey_light {
	background: #F7F7F7;
}

.blue_t {
	color: #019bb6;
}

.green_t {
	color: #73ae20;
}

.red_t {
	color: #ef233c;
}

.yellow_t {
	color: #ff9f1c;
}

.white_t {
	color: #fff;
}

.blue_bg {
	background: #019bb6;
}

.green_bg {
	background: #73ae20;
}

.red_bg {
	background: #ef233c;
}

.yellow_bg {
	background: #ff9f1c;
}

.heading {
	border-bottom: 1px solid #444647;
	padding-bottom: 6px;
}

.tagline {
	margin-left: 10%;
	margin-right: 10%;
}

.image {
	position: relative;
	overflow: hidden;
}

.image img {
	position: relative;
	width: 100%;
	display: block;
}

.images img {
	position: relative;
	width: 50%;
	display: block;
}

h1,
h2,
h3,
h4,
.btn-border,
.btn-green,
.btn-white,
.btn-yellow,
.btn-dark,
.readmore,
.btn-border-white,
nav.navbar.bootsnav ul.nav>li>a,
.attr-nav .getquote,
.testinomial_pic span.name,
.pushmenu ul>li>a,
#clockdiv .count-inner>span {
	font-family: "raleway";
	font-weight: bold;
}


.image:hover img,
#news_slider .item:hover img,
.team_wrap:hover .image img,
.blog_item:hover .image img,
.service_wrap:hover .image img {
	-moz-transform: scale3d(1.09, 1.1, 1);
	-ms-transform: scale3d(1.09, 1.1, 1);
	-o-transform: scale3d(1.09, 1.1, 1);
	-webkit-transform: scale3d(1.09, 1.1, 1);
	transform: scale3d(1.09, 1.1, 1);
}

blockquote {
	border-left-color: #019bb6;
	font-size: 18px;
	color: #888888;
}


/* ---------------- Button ---------------- */
.btn-border,
.btn-green,
.btn-white,
.btn-yellow,
.btn-dark,
.btn-border-white {
	/* display:inline-block; */
	padding: 9px 28px;
	font-size: 13px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.btn-border {
	color: #222222;
	border: 1px solid #222222;
}

.btn-green {
	background: #73ae20;
	border: 1px solid #73ae20;
}

.btn-border-white {
	border: 1px solid #fff
}

.btn-green,
.btn-border-white {
	color: #fff;
}

.btn-green:before,
.btn-border:before,
.btn-dark:before,
.btn-border-white:before {
	background: #019bb6;
	border: 1px solid #019bb6;
}

.layout_second .btn-border:before {
	background: #F89714;
	border: 1px solid #F89714 !important;
}

.layout_second .btn-border:hover {
	border-color: #F89714 !important;
}

.btn-white {
	background: #fff;
	color: #222222;
	border: 1px solid fff;
}

.btn-white:before {
	background: #73ae20;
}

.layout_second .btn-white:before {
	background: #ff9f1c;
}

.btn-yellow {
	background: #ff9f1c;
	border: 1px solid ff9f1c;
	color: #fff;
}

.btn-yellow:before {
	background: #ef233c;
	border-color: #ef233c;
}

.btn-dark {
	background: #2e363a;
	border: 1px solid 2e363a;
}

.btn-white:before,
.btn-green:before,
.btn-border:before,
.btn-yellow:before,
.btn-dark:before,
.btn-border-white:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	-moz-transform: scaleX(0);
	z-index: -1;
	opacity: 0;
}

.btn-white:hover:before,
.btn-green:hover:before,
.btn-border:hover:before,
.btn-yellow:hover:before,
.btn-dark:hover:before,
.btn-border-white:hover:before {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
	opacity: 1;
}

.btn-white:hover,
.btn-green:hover,
.btn-border:hover,
.btn-yellow:hover,
.btn-border-white:hover {
	color: #0f0f0f;
}

.btn-white:hover {
	border-color: #73ae20;
}

.btn-green:hover,
.btn-border:hover,
.btn-dark:hover,
.btn-border-white:hover {
	border-color: #019bb6;
}

.btn-yellow:hover {
	border-color: #ef233c;
}

.readmore {
	font-size: 12px;
	display: inline-block;
}

.readmore>i {
	margin-right: 5px;
	vertical-align: middle;
}

.cbp-popup-wrap {
	z-index: 19990;
}

/* ---------------- wigdet ----------------  */
aside {
	border-left: 1px solid #dfdfdf;
}

ul.links {}

ul.links li {
	display: inline-block;
	width: 49%;
	margin-bottom: 20px;
}

ul.links li a,
.footer_small .breadcrumb li a {
	font-size: 14px;
}

ul.links li a>i {
	margin-right: 5px;
}

ul.links li a:hover,
ul.links li a:focus,
.footer_small .breadcrumb li a:hover,
.footer_small .breadcrumb li a:focus {
	color: #73ae20;
}

.layout_second ul.links li a:hover,
.layout_second ul.links li a:focus {
	color: #ff9f1c;
}

ul.social_icon {}

ul.social_icon li a {
	border: 1px solid #7c7c7c;
	color: #0f0f0f;
	display: block;
	font-size: 16px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	width: 38px;
	border-radius: 4px;
	position: relative;
	margin-right: 2px;
	z-index: 1;
	padding: 0;
}

ul.social_icon li a.facebook:after {
	background: #3b5998;
}

ul.social_icon li a.linkedin:after {
	background: #3b5998;
}

ul.social_icon li a.twitter:after {
	background: #00aced;
}

ul.social_icon li a.dribble:after {
	background: #ea4c89;
}

ul.social_icon li a.instagram:after {
	background: #517fa4;
}


ul.social_icon li a:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #f7c51e;
	transition: .4s;
	border-radius: 4px;
	opacity: 0;
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	z-index: -1;
}

ul.social_icon li a:hover:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

ul.social_icon li a:hover {
	border-color: transparent;
}

ul.top_social {
	margin: 0 15px 0 20px;
}

.layout_first ul.top_social {
	float: right;
}

.layout_second ul.top_social {
	margin-right: 0;
}

ul.top_social li a {
	font-size: 16px;
	margin-left: 3px;
}

ul.top_social li a.facebook:hover {
	color: #3b5998;
}

ul.top_social li a.twitter:hover {
	color: #00aced;
}

ul.top_social li a.google:hover {
	color: #DD4B39;
}

.layout_second ul.top_social li a {
	display: block;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
}

.layout_second ul.top_social li a.facebook:hover {
	color: #3b5998;
	background: #fff;
}

.layout_second ul.top_social li a.twitter:hover {
	color: #00aced;
	background: #fff;
}

.layout_second ul.top_social li a.google:hover {
	color: #DD4B39;
	background: #fff;
}


ul.top_social li,
ul.top_social,
.widget .tags>li,
ul.comment li,
.pager li,
ul.social_icon li {
	display: inline-block;
}

.widget .tags>li a {
	border: 1px solid #8f8f8f;
	color: #888888;
	display: block;
	font-size: 13px;
	margin-bottom: 2px;
	padding: 5px 9px;
}

.widget .tags>li a:hover,
.widget .tags>li a:focus {
	border-color: #73ae20;
	color: #73ae20;
}

ul.comment {}

ul.comment li {
	margin-left: 15px;
}

ul.comment li:first-child {
	margin-left: 0;
}

ul.comment li a {
	color: #555555;
	font-size: 12px;
	display: block;
}

ul.comment li a>i {
	font-size: 16px;
}

.widget_search {
	width: 100%;
}

.widget_search .form-control {
	height: 42px;
}

.widget_search .input-group-addon {
	background: #2e363a;
	border: medium none;
	border-radius: 0;
	font-size: 16px;
	margin: 5px;
	padding: 0 10px;
	cursor: pointer;
}

.category>li {
	margin-bottom: 10px;
}

.category>li:last-child {
	margin-bottom: 0;
}

.category>li a {
	display: block;
	color: #888888;
}

.category>li a:before {
	content: '\f105';
	display: inline-block;
	font-family: 'FontAwesome';
	width: 10px;
}

.single_post {
	overflow: hidden;
}

.single_post .post,
.single_post .text {
	display: table-cell;
}

.single_post a {
	font-weight: 600;
}

.single_post p {
	margin-bottom: 0;
	font-size: 12px;
}

.single_post .text {
	vertical-align: middle;
	padding-left: 10px;
}

.single_post .text a:hover,
.single_post .text a:focus {
	color: #73AE20;
}

/*Pagination*/
.pager {
	margin: 0;
}

.pager li>a {
	display: block;
	border: 1px solid #a2a2a2;
	border-radius: 50%;
	height: 38px;
	width: 38px;
	padding: 0;
	line-height: 36px;
}

.pager li>a:hover,
.pager li>a:focus,
.pager li.active>a:hover {
	background: #73ae20;
	border-color: #73ae20;
}

.pager li>a:hover,
.pager li>a:focus,
.pager li.active>a:hover,
.pager li.active>a,
.widget_search .input-group-addon,
ul.top_social li a,
ul.social_icon li a:hover,
ul.social_icon li a:after,
ul.links li a,
.footer_small .breadcrumb li a {
	color: #fff;
}

.pager li.active>a {
	background: #019bb6;
	border-color: #019bb6;
}

/*Accordions*/
.accordion-container {
	position: relative;
	width: 100%;
	height: auto;
}

.accordion_title {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.accordion_title>a {
	display: block;
	padding: 20px 15px;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	border: 1px solid #d9d9d9;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.accordion_title>a i {
	position: relative;
	float: right;
	margin-top: 4px;
}

.accordion_title>a.active,
.accordion_title>a:hover,
.accordion_title>a:focus {
	color: #019bb6;
	margin-bottom: 0;
}

.accordion_title>a.active i {
	color: #019bb6;
}

.content {
	position: relative;
	width: 100%;
	height: auto;
	padding: 20px 15px;
	border: 1px solid #d9d9d9;
	border-top: none;
	display: none;
}

/*Overlays*/
.overlay {
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	/* background: rgba(1, 155, 182, .8); */
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	transition-duration: .7s;
}

.layout_second .overlay {
	background: rgba(239, 35, 67, .8);
}

.overlay.white {
	background: rgba(255, 255, 255, .8);
}

.service_wrap .overlay,
#layout-project .overlay {
	background: rgba(26, 113, 145, 0.8);
}

.overlay,
.overlay .overlay_inner,
.overlay .overlay_center {
	position: absolute;
}

.overlay .overlay_inner {
	padding: 15px;
	display: inline-block;
	bottom: 0;
}

.overlay .overlay_inner h4 {
	font-size: 18px;
}

.overlay .overlay_inner h4,
.overlay .overlay_inner p {
	color: #fff;
}

.overlay .overlay_inner p {
	font-size: 14px;
}

.overlay.white .overlay_inner h4 {
	color: #019BB6;
}

.overlay.white .overlay_inner p {
	color: #767676;
}

.overlay .overlay_center {
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.overlay a.overlay_center {
	padding: 5px 10px;
	background: #fff;
	color: #1f1f1f;
	font-size: 20px;
}

.overlay a.overlay_center:hover,
.overlay a.overlay_center:focus {
	background: #019bb6;
	color: #fff;
}

.cbp-item:hover .overlay,
.service_wrap:hover .overlay {
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

/* Scroll to Top Button */
.scroll-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #2078ae;
	/* Button color */
	color: white;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	/* Circular shape */
	text-align: center;
	font-size: 24px;
	line-height: 50px;
	/* Align icon vertically */
	text-decoration: none;
	cursor: pointer;
	display: none;
	/* Initially hidden */
	z-index: 1000;
	transition: background-color 0.3s ease;
}

.scroll-to-top:hover {
	background-color: #fff;
	/* Darker color on hover */
}

/* Show the button when the user scrolls down */
body:target .scroll-to-top {
	display: block;
}

.scroll-to-top {
	display: block;
}

.btn-white:before,
.btn-green:before,
.btn-border:before,
.btn-yellow:before,
.btn-dark:before,
.btn-border-white:before,
header,
.navbar-brand>img,
.topbar,
.attr-nav,
.sticked,
.sticked.navbar-brand,
#layout_bottom,
nav.navbar.bootsnav ul.nav>li>a.border:before,
.info .icon_box,
.team_wrap .image .list_content,
a,
.image,
.owl-controls .owl-page span,
.layout_first,
#quality .right .media-object,
.overlay,
.contact .address span,
.image img,
.services ul.tabs li,
#project-filter .cbp-filter-item:after,
#menu_bars span,
#menu_bars.active,
.pushmenu,
.pushmenu-push,
.team_wrap .team_overlay {
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

/* ----------------- HEADER -----------------*/
.layout_first,
.layout_sixth {
	background: transparent;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 1100;
	margin: auto;
	top: 40px;
}

.layout_first.stick,
.layout_sixth.stick,
#layout_bottom.stick {
	position: fixed;
	z-index: 11000;
	top: 0;
	width: 100%;
	background: #fff;
}

#layout_bottom.stick {
	bottom: auto;
}

nav.navbar.bootsnav,
.layout_first.stick,
header.layout_forth,
header.layout_second,
.layout_sixth.stick {
	box-shadow: 0 2px 3px -3px rgba(0, 0, 0, 0.35);
}

header.layout_second,
.layout_second nav.navbar.bootsnav {
	background: #2b2d42;
}

.layout_dark,
.layout_dark nav.navbar.bootsnav {
	background: #2e363a;
}

.layout_first nav.navbar.bootsnav {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

header.layout_forth {
	background: #fff;
}

.navbar-brand {
	font-size: inherit;
	height: auto;
	line-height: normal;
	padding: 14px 0;
}

.layout_first .navbar-brand {
	padding: 18px 0;
}

#layout_bottom .navbar-brand {
	padding: 8px 0;
}

.layout_sixth .navbar-brand,
layout_transparent nav.navbar.bootsnav.navbar-fixed .navbar-brand {
	padding: 10px 0;
}

.layout_transparent nav.navbar.bootsnav.navbar-fixed.no-background .navbar-brand>img {
	width: 100%;
}

header.layout_fifth nav.bootsnav.brand-center .navbar-brand {
	display: inline-block;
	float: none;
	padding: 10px 0;
}

.layout_first .navbar-nav {
	margin-top: 40px;
}

nav.navbar.bootsnav {
	border: none;
	z-index: 999;
}

nav.navbar.bootsnav .navbar-header {
	padding-left: 15px;
	padding-right: 15px;
}

.topbar {
	color: #fff;
	padding: 5px 0;
}

.layout_first .topbar {
	position: absolute;
	right: 15px;
	top: 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 5px;
}

.topbar .call {
	display: inline-block;
	font-size: 13px;
}

.layout_first .topbar .call {
	padding: 0 25px;
}

nav.navbar.bootsnav ul.nav>li {
	margin: 0 18px;
}

nav.navbar.bootsnav ul.nav>li>a {
	font-size: 13px;
	text-transform: uppercase;
	position: relative;
	color: #000000;
	padding: 34px 12px;
}

.layout_first nav.navbar.bootsnav ul.nav>li>a {
	padding: 20px 0;
}

.layout_sixth nav.navbar.bootsnav ul.nav>li>a {
	padding: 23px 10px;
}

#layout_bottom nav.navbar.bootsnav ul.nav>li>a {
	padding: 30px 5px;
}

.layout_second nav.navbar.bootsnav ul.nav>li>a,
.layout_dark nav.navbar.bootsnav ul.nav>li>a {
	color: #fff;
}

header.layout_fifth nav.navbar.bootsnav ul.nav>li>a:hover,
header.layout_fifth nav.navbar.bootsnav ul.nav>li>a:focus,
header.layout_fifth nav.navbar.bootsnav ul.nav>li.active>a {
	color: #8ac832;
}

nav.navbar.bootsnav ul.nav>li.dropdown>.dropdown-toggle:hover,
nav.navbar.bootsnav ul.nav>li.dropdown.on>.dropdown-toggle {
	color: #73AE20;
}

.layout_second nav.navbar.bootsnav ul.nav>li.dropdown>.dropdown-toggle:hover,
.layout_second nav.navbar.bootsnav ul.nav>li.dropdown.on>.dropdown-toggle {
	color: #F89714;
}

nav.navbar.bootsnav ul.nav>li.dropdown .dropdown-menu .dropdown-toggle:hover,
nav.navbar.bootsnav ul.nav .dropdown-menu li.dropdown.on .dropdown-toggle {
	color: #fff;
	background: #019BB6;
}

.layout_second nav.navbar.bootsnav ul.nav>li.dropdown .dropdown-menu .dropdown-toggle:hover,
.layout_second nav.navbar.bootsnav ul.nav .dropdown-menu li.dropdown.on .dropdown-toggle {
	color: #fff;
	background: #EF233C;
}

nav.navbar.bootsnav ul.nav>li>a.border:before {
	content: '';
	height: 3px;
	left: -3px;
	right: 0;
	position: absolute;
	bottom: 0;
	background: #2078ae;
	width: 0;
}

.layout_first nav.navbar.bootsnav ul.nav>li>a.border:before {
	background: #019bb6;
}

.layout_second nav.navbar.bootsnav ul.nav>li>a.border:before {
	background: #EF233C;
}

nav.navbar.bootsnav ul.nav>li>a.border:hover::before,
nav.navbar.bootsnav ul.nav>li.active>a.border:before {
	width: 100%;
}

.layout_first .attr-nav,
.layout_dark .attr-nav {
	top: 47px;
}

.attr-nav {
	margin: 0 0 0 13px;
	position: relative;
}

.layout_first .attr-nav {
	margin-right: 15px;
}

.layout_second .attr-nav {
	margin-top: 23px;
}

#layout_bottom .attr-nav {
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 15px;
}

.layout_sixth .attr-nav .getquote {
	display: none;
}

.attr-nav .getquote {
	display: inline-block;
	padding: 12px 25px;
	color: #fff;
	font-size: 13px;
}

nav.navbar.bootsnav .navbar-toggle {
	background-color: transparent !important;
	float: right;
	font-size: 2rem;
	margin: 0;
	margin-top: -5px;
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.layout_second nav.navbar.bootsnav .navbar-toggle {
	color: #ff9f1c;
}

.navbar.bootsnav .navbar-toggle {
	color: #73ae20;
}

header.layout_fifth .brand-center.no-background {
	padding-top: 40px;
}

.brand-center.navbar-fixed {}

/*Sticky Nav*/
.layout_second nav.navbar.bootsnav.sticked .navbar-nav,
.layout_dark nav.navbar.bootsnav.sticked .navbar-nav,
.layout_first.stick nav.navbar.bootsnav .navbar-nav {
	margin-top: 0;
}

.layout_second nav.navbar.bootsnav.sticked .navbar-brand,
.layout_dark nav.navbar.bootsnav.sticked .navbar-brand,
.layout_first.stick nav.navbar.bootsnav .navbar-brand,
.layout_transparent nav.navbar.bootsnav.navbar-fixed .navbar-brand {
	padding: 7px 0;
}

.layout_second nav.navbar.bootsnav.sticked .navbar-brand>img,
.layout_dark nav.navbar.bootsnav.sticked .navbar-brand>img,
.layout_first.stick nav.navbar.bootsnav .navbar-brand>img,
.layout_sixth nav.navbar.bootsnav .navbar-brand>img {
	width: 75%;
}

.layout_transparent nav.navbar.bootsnav.navbar-fixed .navbar-brand>img {
	width: 75%;
}

nav.navbar.bootsnav.sticked ul.nav>li>a {
	padding: 20px 14px;
}

.layout_transparent nav.navbar.bootsnav.navbar-fixed ul.nav>li>a {
	padding: 23px 14px;
}

.layout_second nav.navbar.bootsnav.sticked .attr-nav,
.layout_second nav.navbar.bootsnav.sticked .topbar,
.layout_dark nav.navbar.bootsnav.sticked .attr-nav,
.layout_dark nav.navbar.bootsnav.sticked .topbar,
.layout_first.stick nav.navbar.bootsnav .topbar,
.layout_first.stick nav.navbar.bootsnav .attr-nav {
	display: none;
}

/*Push Menu*/
/*Toggle*/
#menu_bars {
	padding: 15px;
	border-radius: 4px;
	cursor: pointer;
	display: table;
	position: fixed;
	z-index: 1102;
	background: #fff;
	top: 20px;
}

#menu_bars.left {
	left: 30px;
}

#menu_bars.right {
	right: 30px;
}

#menu_bars.left.active {
	left: 220px;
}

#menu_bars.right.active {
	right: 220px;
}

#menu_bars.active span.t1 {
	-moz-transform: translateY(5px) rotate(-45deg);
	-ms-transform: translateY(5px) rotate(-45deg);
	-o-transform: translateY(5px) rotate(-45deg);
	-webkit-transform: translateY(5px) rotate(-45deg);
	transform: translateY(5px) rotate(-45deg);
}

#menu_bars.active span.t2 {
	opacity: 0;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#menu_bars.active span.t3 {
	-moz-transform: translateY(-5px) rotate(-135deg);
	-ms-transform: translateY(-5px) rotate(-135deg);
	-o-transform: translateY(-5px) rotate(-135deg);
	-webkit-transform: translateY(-5px) rotate(-135deg);
	transform: translateY(-5px) rotate(-135deg);
}

#menu_bars span {
	background: #000;
	display: block;
	height: 2px;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 20px;
	pointer-events: none;
}

#menu_bars span.t2 {
	margin: 3px 0;
}

/*this is the nav*/
.pushmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.pushmenu {
	background: #fff;
	padding: 20px 15px;
	border-top: 5px solid #2078ae;
	width: 270px;
	height: 100%;
	top: 0;
	z-index: 1100;
	position: fixed;
	overflow: hidden;
}

.pushmenu-left {
	left: -270px;
}

.pushmenu-left.pushmenu-open {
	left: 0;
	box-shadow: 3px 0 3px -3px #c2c2c2;
}

.pushmenu-push-toright {
	left: 270px;
}

.pushmenu-right {
	right: -270px;
}

.pushmenu-right.pushmenu-open {
	right: 0;
}

.pushmenu-push-toleft {
	left: -270px;
}

.pushmenu .push-logo {
	display: block;
	padding: 34px 0;
	text-align: center;
}

.pushmenu .push-logo>img {
	display: inline-block;
}

.pushmenu .push_nav>li {
	display: block;
}

.pushmenu .push_nav>li>a {
	font-size: 14px;
	padding: 20px 0;
	display: block;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	color: #000000;
}

.pushmenu .push_nav>li>a:hover,
.pushmenu .push_nav>li>a:focus,
.pushmenu .push_nav>li.active>a,
#layout_bottom nav.navbar.bootsnav ul.nav>li>a:hover,
#layout_bottom nav.navbar.bootsnav ul.nav>li>a:focus,
#layout_bottom nav.navbar.bootsnav ul.nav>li.active>a {
	color: #2078ae;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:after {
	content: " ";
	float: right;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}


/* Bottom fixed Menu */
#layout_bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 11111;
}

.fixed {
	position: fixed;
	top: 0;
	z-index: 11111;
}

/*Dropdowns*/
.dropdown-menu.animated,
.collapse navbar-collapse .animated {
	-webkit-animation-duration: .5s;
	-o-animation-duration: .5s;
	animation-duration: .5s;
}

nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown>a.dropdown-toggle::before {
	content: "\f105";
	font-family: 'FontAwesome';
	float: right;
}

nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
	text-align: left;
}

.dropdown-menu {
	border-top: 5px solid #00abc9 !important;
}

.layout_second .dropdown-menu {
	border-top: 5px solid #EF233C !important;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a,
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a {
	color: #000;
	padding: 10px 15px;
	font-size: 14px;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a:hover,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a:focus,
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a:hover,
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a:focus {
	background: #019BB6;
	color: #fff;
}

.layout_second nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a:hover,
.layout_second nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a:focus,
.layout_second nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a:hover,
.layout_second nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a:focus {
	background: #EF233C;
	color: #fff;
}

/* ----------------- HEADER ----------------- */

/* ----------------- Revolution Slider ----------------- */
.rev_slider h1 {
	font-size: 40px;
	font-family: "raleway";
	font-weight: 300;
}

.rev_slider h1>strong {
	font-weight: bold !important;
}

.rev_slider p {
	font-size: 18px;
	line-height: normal !important;
	color: #0f0f0f;
}

.rev_slider p.white_t {
	color: #fff;
}

.rev_slider a {
	font-weight: bold !important;
	border-width: 1px !important;
	margin-right: 10px;
}

#rev_slider_second h1 {
	font-family: "raleway";
	font-size: 40px;
	font-weight: bold;
}

#rev_slider_second h3 {
	color: #979696;
	font-size: 26px;
}

/* Arrows Slider */
#rev_slider_second .tparrows {
	background: transparent !important;
	-webkit-border-radius: 100%;
	transform: none;
	position: absolute;
	right: 0;
	height: 60px;
	width: 60px;
}

.tparrows::before {
	display: block;
	font-family: 'FontAwesome';
	font-size: 30px;
	text-align: center;
}

#rev_slider_second .tparrows::before {
	color: #2e363a;
	line-height: 55px;
}

#rev_slider_second .tparrows.tp-leftarrow:before {
	content: "\f177";
}

#rev_slider_second .tparrows.tp-rightarrow:before {
	content: "\f178";
}

#rev_slider_second .tp-leftarrow,
#rev_slider_second .tp-rightarrow {
	margin: 5px;
}

#rev_slider_second .tparrows:hover::before,
#rev_slider_second .tparrows:focus::before {
	color: #FF9F1C;
}

.tparrows.tp-rightarrow::before {
	content: "\f105";
}

.tparrows.tp-leftarrow::before {
	content: "\f104";
}

#rev_slider_second .btn-border:before {
	background: #EF233C;
}

#rev_slider_second .btn-border:hover,
#rev_slider_second .btn-border:before {
	border-color: #EF233C !important;
}

.tp-caption .btn-border,
.tp-caption .btn-green {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

/* Custom styles for Revolution Slider arrows */
.tp-leftarrow,
.tp-rightarrow {
	background: transparent !important;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 30px;
	color: #2e363a;
	z-index: 1000;
}

.tp-leftarrow::before,
.tp-rightarrow::before {
	display: block;
	font-family: 'FontAwesome';
	font-size: 30px;
	text-align: center;
}

.tp-leftarrow::before {
	content: "\f104";
	/* FontAwesome icon for left arrow */
}

.tp-rightarrow::before {
	content: "\f105";
	/* FontAwesome icon for right arrow */
}

.tp-leftarrow:hover::before,
.tp-rightarrow:hover::before {
	color: #FF9F1C;
}

/* ----------------- Revolution Slider ends ----------------- */

/* ----------------- Iconic Text Box  ----------------- */
#info .text_box span,
#info .text_box span.fill {
	display: inline-block;
	border-radius: 50%;
	height: 90px;
	width: 90px;
	text-align: center;
	line-height: 86px;
	font-size: 34px;
	margin-bottom: 15px;
}

#info .text_box:hover span,
#info .text_box span {
	-moz-transition: all .2s linear .1s;
	-ms-transition: all .2s linear .1s;
	-o-transition: all .2s linear .1s;
	-webkit-transition: all .2s linear .1s;
	transition: all .2s linear .1s;
}

#info .text_box span {
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: inset 0 0 0 5px #f2f2f2;
}

#info .text_box:hover span {
	box-shadow: inset 0 0 0 5px #fff;
	border: 3px solid #73ae20;
	background: #73ae20;
	color: #fff;
}

#info .text_box span.fill {
	background: #73ae20;
	border: 3px solid #73ae20;
	box-shadow: inset 0 0 0 3px #fff;
	color: #fff;
}

#info .text_box:hover span.fill {
	box-shadow: inset 0 0 0 5px #fff;
	border: 3px solid #1C9F93;
	background: #1C9F93;
}

#info .text_box p {
	margin-bottom: 0;
}

#info .desc_box h2 {
	font-weight: 100;
}

#info .desc_box .readmore {
	color: #585858;
}

#info .desc_box .readmore:hover,
#info .desc_box .readmore:focus {
	color: #ff9f1c;
}

.info .icon_box.blue i {
	color: #73ae20;
}

.info .icon_box i {
	color: #00abc9;
	display: inline-block;
	font-size: 40px;
}

.info .icon_box {
	border-bottom: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	padding-bottom: 30px;
	padding-top: 30px;
}

.info .icon_box:nth-child(3n+1) {
	border-left: none;
}

.info .icon_box:nth-child(n+4),
.info .icon_box:nth-child(n+7) {
	border-bottom: none;
}

.info .icon_box:hover {
	background: #73ae20;
}

.info .icon_box.blue:hover {
	background: #00abc9;
}

.info .icon_box:hover p,
.info .icon_box:hover i,
.info .icon_box:hover {
	color: #fff;
}

.info .icon_box:hover,
.text_box:hover {
	cursor: pointer;
}

/* ----------------- Iconic Text ends  ----------------- */

/* ----------------- OWL Slider  ----------------- */
#people_slider .item,
#news_slider .item,
#logo_slider .item,
#team_slider .item {
	margin: 0 15px;
}

#logo_slider .item {
	border: 1px solid #c7c7c7;
	display: block;
	text-align: center;
}

#logo_slider .item>img {
	display: inline-block;
	width: auto;
}

#people_slider .owl-theme .owl-controls,
#news_slider .owl-theme .owl-controls,
#logo_slider .owl-theme .owl-controls {
	margin-top: 40px;
}

.owl-controls .owl-page span {
	margin: 2px;
	background: #cbcbcb;
	opacity: 1;
}

.owl-controls .owl-page span:hover,
.owl-controls .owl-page.active span {
	background: #73ae20;
}

.layout_second .owl-controls .owl-page span:hover,
.layout_second .owl-controls .owl-page.active span {
	background: #F89714 !important;
}

.layout_second .btn-border:before {
	background: #F89714;
	border-color: #F89714 !important;
}

#plan_slider {
	position: relative;
}

#plan_slider .item {
	padding-left: 15px;
	padding-right: 15px;
}

#plan_slider .item,
#plan_slider .item h2,
#plan_slider .item p,
#plan_slider .item span,
#plan_slider .item a {
	-moz-transform: scale none !important;
	-ms-transform: scale none !important;
	-o-transform: scale none !important;
	-webkit-transform: scale none !important;
	transform: sscale none !important;
}

#plan_slider .item p {
	margin-right: 15px;
}

#plan_slider .owl-theme .owl-controls {
	margin-top: 0 !important;
}

#plan_slider .owl-pagination {
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#plan_slider .owl-controls .owl-page {
	display: table;

}

#plan_slider .item span.count {
	height: 40px;
	width: 40px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	display: inline-block;
	border-radius: 37px;
	line-height: 37px;
}

#team_slider .owl-prev,
#team_slider .owl-next {
	position: absolute;
	top: 50%;
	background: transparent;
	color: #0f0f0f;
	margin-top: -80px;
}

#team_slider .owl-prev {
	left: -30px;
}

#team_slider .owl-next {
	right: -30px;
}

#team_slider .owl-prev:hover,
#team_slider .owl-next:hover {
	color: #39521a;
}

#service_slider {
	background: #f2f2f2;
}

#service_slider .item {
	padding: 25px 15px;
}

#service_slider .owl-controls .owl-page {
	margin-bottom: 25px;
}

#service_slider h4 {
	font-size: 18px;
}

.shadow {
	-moz-box-shadow: 5px 5px 0px 0 #cbcbcb;
	-webkit-box-shadow: 5px 5px 0px 0 #cbcbcb;
	box-shadow: 5px 5px 0px 0 #cbcbcb;
}

/* ----------------- OWL Slider ends  ----------------- */

/* ----------------- Good Plan ----------------- */
#plans {}

#plans .content_left {}

#plans .content_right {
	background: #fff;
	padding: 50px 20px;
	top: 50px;
	position: relative;
	-moz-transform: scaleX(1.09) translateX(-50px);
	-ms-transform: scaleX(1.09) translateX(-50px);
	-o-transform: scaleX(1.09) translateX(-50px);
	-webkit-transform: scaleX(1.09) translateX(-50px);
	transform: scaleX(1.09) translateX(-50px);
}

/* ----------------- Good Plan ends ----------------- */

/* ----------------- Facts & Grid ----------------- */
.our-presence {
	padding: 60px 20px;
	text-align: left;
}

.container-presence {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

/* Text Content */
.text-content {
	flex: 1;
	max-width: 40%;
	padding: 20px;
}

.text-content h2 {
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
}

.text-content p {
	margin-bottom: 20px;
}

.text-content ul {
	list-style: none;
	padding: 0;
}

.text-content ul li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
}

.text-content ul li::before {
	content: "✔";
	color: #019bb6;
	font-weight: bold;
	position: absolute;
	left: 0;
}

/* Map Container */
.map-container {
	flex: 1;
	max-width: 55%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.map-container img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

/* 🔥 RESPONSIVE DESIGN 🔥 */
@media (max-width: 768px) {
	.container-presence {
		flex-direction: column;
		text-align: center;
	}

	.text-content {
		max-width: 100%;
		padding: 20px 10px;
	}

	.map-container {
		max-width: 100%;
		margin-top: 20px;
	}
}

/* ----------------- Facts & Grid ----------------- */

/* ----------------- Vides  ----------------- */
#bg-video {
	background: url(../images/video.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	color: #fff;
	position: relative;
	background-color: #2E2E30;
}

#bg-video .right_content p {
	color: #fff;
}

.video>img {
	position: relative;
	height: 100%;
	width: 100%;
}

.video .video-btn {
	display: inline-block;
	font-size: 50px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#html5-close {
	margin-right: 0 !important;
	margin-top: -2px !important;
}

/* ----------------- Vides Ends ----------------- */

/* ----------------- Our Team  ----------------- */

.team_wrap .team_overlay {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(255, 255, 255, .9);
	padding: 20px 15px;
	height: 90px;
}

.team_overlay .social_icon {
	display: none;
}

.team_wrap:hover .team_overlay .social_icon {
	display: block;
}

.team_wrap .image .list_content {
	background: #0f0f0f;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-moz-transform: perspective(400px) rotateY(90deg);
	-ms-transform: perspective(400px) rotateY(90deg);
	-o-transform: perspective(400px) rotateY(90deg);
	-webkit-transform: perspective(400px) rotateY(90deg);
	transform: perspective(400px) rotateY(90deg);
	-moz-transform-origin: left center 0;
	-ms-transform-origin: left center 0;
	-o-transform-origin: left center 0;
	-webkit-transform-origin: left center 0;
	transform-origin: left center 0;
	width: 60px;
}

.list_content .team_social {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	margin-left: 14px;
}

.list_content .team_social li a {
	height: 30px;
	width: 30px;
	border-radius: 50%;
	text-align: center;
	border: 1px solid #5c5c5c;
	color: #fff;
	display: block;
	line-height: 30px;
	margin: 5px 0;
}

.list_content .team_social li:first-child a:hover {
	background: #3b5998;
	border-color: #3b5998;
}

.list_content .team_social li:nth-child(2) a:hover {
	background: #00aced;
	border-color: #00aced;
}

.list_content .team_social li:nth-child(3) a:hover {
	background: #517fa4;
	border-color: #517fa4;
}

.image:hover .list_content {
	transform: perspective(400px) rotateY(0deg);
}

.team_wrap span {
	font-size: 14px;
	color: #888888;
	display: inline-table;
}

.team_wrap:hover h3,
.news:hover h4 {
	color: #7ac832;
}

.layout_second .team_wrap:hover h3,
.layout_second .news:hover h4 {
	color: #FF9F1C;
}

/* ----------------- Our Team Ends  ----------------- */

/* ----------------- Working gallery ----------------- */


.gallery-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90%;
	margin: auto;
	padding: 50px 0;
}

.gallery-header {
	flex: 1;
	max-width: 400px;
}

.gallery-content {
	flex: 2;
	max-width: 600px;
	text-align: left;
}

.gallery-controls {
	display: flex;
	flex-wrap: wrap;
	/* Allows buttons to wrap when needed */
	justify-content: center;
	gap: 10px;
	margin-top: 20px;
	padding: 10px;
}

.filter-btn {
	padding: 12px 20px;
	font-size: 14px;
	font-weight: 700;
	border: none;
	cursor: pointer;
	background-color: #333;
	color: white;
	transition: 0.3s;
	text-align: center;
	border-radius: 5px;
	flex: 1 1 auto;
	/* Allows buttons to auto-resize */
	min-width: 180px;
	/* Ensures buttons are not too small */
	max-width: 250px;
	/* Prevents buttons from being too wide */
}

.filter-btn:hover,
.filter-btn.active {
	background-color: #019bb6;
}

.gallery-container {
	width: 100%;
	margin-top: 20px;
}

.gallery {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px;
}

.gallery img {
	width: 280px;
	height: auto;
	transition: transform 0.3s;
}

.hidden {
	display: none;
}

.parallax_one,
.parallax_two,
.parallax_news,
.parallax_bg_slider,
.page_header {
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}

.parallax_one .bg_call {
	background: #fff;
	padding: 45px 15px;
}

.parallax_bg_slider {
	background: url(../images/parallax-bg-slider.jpg) no-repeat;
}

.parallax_news {
	background: url(../images/parallax-news.jpg) no-repeat;
}

/* Tablet View */
@media (max-width: 1024px) {
	.filter-btn {
		min-width: 160px;
		font-size: 13px;
	}
}

/* Mobile View */
@media (max-width: 768px) {
	.gallery-controls {
		flex-direction: column;
		/* Stacks buttons vertically */
		align-items: center;
	}

	.filter-btn {
		width: 100%;
		/* Makes buttons full width */
		max-width: 90%;
		/* Keeps them visually balanced */
		min-width: auto;
		font-size: 12px;
	}
}

/* ----------------- Parallax Backgrounds ends ----------------- */

/* ----------------- Forms ----------------- */
form .row {
	margin-left: -5px;
	margin-right: -5px;
}

form .col-sm-12,
form .col-sm-6,
form .col-sm-3,
form .col-sm-4,
form .col-sm-8,
form .col-sm-7,
form .col-sm-5 {
	padding-left: 5px;
	padding-right: 5px;
}

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

form.callus .form-control {}

form.callus textarea {
	min-height: 160px;
	width: 100%;
}

form.callus .input-group {
	position: relative;
	width: 100%;
}

form.callus .input-group-addon {
	background: transparent;
	color: #9b9b9b;
	position: absolute;
	z-index: 11;
	right: 12px;
	top: 6px;
	border: none;
	border-left: 1px solid #c7c7c7;
}

form.callus .input-group .form-icon {
	margin-top: 10px;
	position: absolute;
	right: 12px;
	z-index: 2;
}

form .form-control,
.callus .select {
	border: 1px solid #c7c7c7;
	height: 42px;
	color: #606060;
}

.callus .select {
	border: 1px solid #c7c7c7;
	overflow: hidden;
	width: 100%;
	position: relative;
	display: block;
}

.callus select {
	height: 42px;
	padding: 5px;
	border: none;
	width: 100%;
	color: #606060;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.callus .select:after {
	content: "\f0d7";
	font-family: FontAwesome;
	color: #606060;
	font-size: 16px;
	padding: 9px 8px;
	padding-right: 0;
	position: absolute;
	right: 0;
	top: 0;
	background: transparent;
	z-index: 1;
	text-align: center;
	width: 10%;
	height: 100%;
	pointer-events: none;
	box-sizing: border-box;
}

button {
	border: none;
}

/* ----------------- Forms ends ----------------- */

/* ----------------- Testinomials ----------------- */
#people .people_wrap {
	background: #fff;
	border: 1px solid #e3e3e3;
	position: relative;
	padding: 40px 20px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.22);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.22);
}

#people .people_wrap i {
	position: absolute;
	height: 25px;
	width: 50px;
	top: -25px;
	margin-left: -25px;
	line-height: 2;
	font-size: 20px;
	color: #e1e1e1;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border: 1px solid #e3e3e3;
	border-bottom: none;
	z-index: 11;
	background: #fff;
}

#people .people_wrap:after,
#people .people_wrap:before {
	border: solid transparent;
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
}

#people .people_wrap.left:after,
#people .people_wrap.left:before {
	left: 15px;
}

#people .people_wrap.right:after,
#people .people_wrap.right:before {
	right: 15px;
}

#people .people_wrap:after {
	border-width: 11px;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: #fff;
	bottom: -21px;
}

#people .people_wrap:before {
	border-width: 13px;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: #e3e3e3;
	bottom: -28px;
}

.testinomial_pic {
	display: inline-block;
}

.testinomial_pic .pic {
	height: 56px;
}

.testinomial_pic .pic,
.testinomial_pic .testinomial_body {
	display: table-cell;
}

.testinomial_pic .testinomial_body {
	vertical-align: middle;
	padding: 0 10px;
}

.testinomial_pic span {
	font-size: 14px;
}

.testinomial_pic span.post_img {
	color: #616161;
	display: block;
}

/*Testinomial Page*/
.testinomial_wrap {}

.testinomial_wrap .testinomial_text {
	padding: 15px;
	position: relative;
	border: 1px solid #e3e3e3;
}

.testinomial_wrap .testinomial_text:after,
.testinomial_wrap .testinomial_text:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
}

.testinomial_wrap .testinomial_text:after {
	border-right: 30px solid transparent;
	border-top: 25px solid #e3e3e3;
	bottom: -25px;
	height: 0;
	left: 20px;
}

.testinomial_wrap .testinomial_text:before {
	border-right: 26px solid transparent;
	border-top: #fff solid 22px;
	bottom: -21px;
	left: 22px;
	z-index: 1;
}

.testinomial_wrap .testinomial_text>.quote {
	display: inline-block;
	width: auto;
	margin-bottom: 15px;
}

.testinomial_wrap .testinomial_pic {
	display: inline-block;
	margin-top: 30px;
	width: 100%;
}

.testinomial_wrap .testinomial_pic>img {
	width: 60px;
	float: left;
	margin-right: 10px;
	display: inline-block;

}

.testinomial_wrap .testinomial_pic span {
	display: block;
}

.testinomial_wrap .testinomial_pic span.color {
	margin-top: 9px;
	font-weight: bold;
}

.testinomial_wrap .testinomial_pic span.post_img {
	font-size: 14px;
}

/* ----------------- What People Saying ----------------- */

/* ----------------- News & Thoughts / Blog ----------------- */
#news_slider {}

.news {
	background: #fff;
}

.layout_third .news {
	border-bottom: 3px solid #b7b7b7;
}

.news .news_text {
	padding: 20px 15px;
}

.news ul.news_crumb li {
	display: inline-block;
}

.news ul.news_crumb>li+li:before {
	color: #353535;
	content: "|";
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0;
}

.news ul.news_crumb li a {
	color: #353535;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

.news ul.news_crumb li a:hover,
.news ul.news_crumb li a:focus,
.news a:hover,
.news a:focus,
.blog_item:hover a,
.blog_item:focus a {
	color: #73ae20;
}

.layout_second .news ul.news_crumb li a:hover,
.layout_second .news ul.news_crumb li a:focus,
.layout_second .news a:hover,
.layout_second .news a:focus {
	color: #F89714;
}

.blog_item {}

.blog_item .media-left {
	padding-right: 20px;
}

.blog_item .blog_date>li+li:before {
	content: '|';
	padding: 0 3px;
}

.blog_item .blog_date li {
	display: inline-block;
	color: #828282;
	font-size: 12px;
}

.blog_item .continue {
	display: inline-block;
	font-size: 13px;
	text-decoration: underline;
	color: #888888;
}

.blog_item .find {
	border-bottom: 1px solid #b7b7b7;
	padding-bottom: 10px;
}

.blog_item .find span {
	display: inline-block;
	font-size: 12px;
}

.blog_item .find span a {
	color: #019bb6;
	padding: 0 3px;
}

.blog_item .blog_rep {
	border-bottom: 1px solid #b7b7b7;
	padding: 15px 0;
}

.blog_item .blog_rep h4 {
	font-size: 18px;
}

.blog_item .blog_rep h4 small {
	font-size: 12px;
}

/* ----------------- News & Thoughts ends ----------------- */

/* ----------------- Page Header ----------------- */
.page_header {
	background: url(../images/about-bg.avif) no-repeat;
	padding: 110px 0;
}

.page_header,
.page_header p {
	color: #fff;
}

.page_header p {
	margin-bottom: 5px;
}

.page_header h1 {
	font-size: 42px;
	font-weight: bolder;
}

.page_linker {
	width: 100%;
	padding: 15px 0;
	box-shadow: 0 4px 4px -4px rgba(0, 0, 0, .33);
}

.page_linker .breadcrumb {
	margin: 0;
	padding: 0;
	background: transparent;
	text-align: left;
}

.page_linker .breadcrumb li {
	font-size: 12px;
	color: #222222;
}

.page_linker .breadcrumb li i {
	font-size: 15px;
	margin-right: 3px;
	vertical-align: top;
}

.page_linker .breadcrumb li i {
	font-size: 15px;
	margin-right: 3px;
	vertical-align: top;
}

.page_linker .breadcrumb li a:hover,
.page_linker .breadcrumb li a:focus,
.page_linker .breadcrumb li.active {
	color: #73ae20;
}

/* ----------------- Page Header ends ----------------- */




/* ----------------- About Us ----------------- */
#about {}

ul.check li {
	display: block;
	margin-bottom: 10px;
	margin-left: 20px;
	color: #888888;
}

ul.check li>i {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #73ae20;
	margin-left: -20px;
}

/* ----------------- About Us ends ----------------- */




/* ----------------- Layout Wraps ----------------- */
#quality {
	background: #121416;
}

#quality h2,
#quality p {
	color: #fff;
}

.quality_wrap,
#quality .quality_wrap .left {
	position: relative;
}

#quality .quality_wrap .left {
	bottom: -30px;
	height: 100%;
	transform: translate(40px) scaleX(1.15);
	width: 100%;
	z-index: 2;
}

#quality .left,
#quality .left>img {
	position: relative;
	width: 100%;
}

#quality .left>img {}

#quality .right {
	position: relative;
	background: #fff;
	padding: 35px 15px 20px 75px;
}

#quality .right .media-object {
	height: 66px;
	width: 66px;
	display: inline-block;
	border: 1px solid #73ae20;
	overflow: hidden;
	border-radius: 68px;
	font-size: 24px;
	line-height: 66px;
	text-align: center;
	position: relative;
}

#quality .right .media-object span {
	display: block;
}

.media:hover .media-object {
	background: #73ae20;
	border-color: #73ae20;
	color: #fff;
}

.media:hover .media-object span,
.contact .address:hover span i {
	-moz-animation-duration: 0.5s;
	-ms-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;

	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;

	-moz-animation-iteration-count: 1;
	-ms-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;

	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	animation-name: fadeInUp;
	cursor: pointer;
}

#quality .right .media-body p {
	color: #888888;
}

/* ----------------- Layout Wraps Ends ----------------- */



/* ----------------- Services ----------------- */
.services {}

.services ul.tabs {
	background: #f2f2f2;
	padding: 10px;
}

.services ul.tabs li {
	display: block;
	background: #fff;
	color: #464646;
	font-size: 14px;
	padding: 15px;
	cursor: pointer;
	position: relative;
	border-bottom: #dbdbdb solid 1px;
}

.services ul.tabs li:last-child {
	border-bottom: none;
}

.services ul.tabs li:after {
	content: '\f105';
	font-family: 'FontAwesome';
	display: inline-table;
	vertical-align: middle;
	float: right;
}

.services ul.tabs li:hover,
.services ul.tabs li:focus,
.services ul.tabs li.active {
	background: #73ae20;
	color: #fff;
}

.services ul.tabs,
.services .tab_container {
	display: block;
}

.services .services_content {}

.services_content .items>li>a {
	background: #fff;
	color: #0f0f0f;
	display: block;
	margin-bottom: 10px;
	padding: 15px 10px 15px 55px;
	position: relative;
	border: 1px solid #d1d1d1;
}

.services_content .items>li>a:hover,
.services_content .items>li>a.expanded {
	background: #002e5b;
	color: #fff;
}

.services_content .items>li>a:after {
	background: #fff;
	content: "\f105";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 20px;
	height: 100%;
	left: 0;
	line-height: 30px;
	padding: 10px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 40px;
	border-right: 1px solid #d1d1d1;
}

.services_content .items>li>a.expanded:after,
.services_content .items>li>a:hover::after {
	background: #73ae20;
}

.services_content .sub-items {
	display: none;
	padding: 20px 15px;
	border: 1px solid #d1d1d1;
	border-top: none;
	margin-bottom: 10px;
}

.services_content .sub-items p {
	margin: 0;
}

.services .tab_container {
	padding: 0;
}

.services_content form.callus {
	background: #f2f2f2;
	padding: 20px 15px;
}

/* if accordion mode */
.services .tab_drawer_heading.d_active {
	position: relative;
}

.services .tab_drawer_heading {
	background-color: #dcdcdc;
	padding: 20px 15px;
	margin-bottom: 10px;
	font-size: 14px;
	display: none;
	position: relative;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.services .tab_drawer_heading:after {
	content: "\f107";
	display: inline-block;
	right: 20px;
	position: absolute;
	font-family: 'FontAwesome';
}

.services_content .items>li>a.expanded {
	margin-bottom: 0;
}

.services_content .items>li>a.expanded:after,
.services .tab_drawer_heading.d_active:after {
	content: "\f106";
}

/* ----------------- Services Ends ----------------- */



/* ----------------- Projects ----------------- */
.project_cap:hover h3>a {
	color: #73ae20;
}

#project #project-filter {
	background: #2e363a;
	padding: 12px 0;
	border-radius: 45px;
}

#project-filter .cbp-filter-item {
	margin: 0 10px;
	padding: 0;
	padding-bottom: 5px;
	font-size: 14px;
	color: #ffffff;
	font-weight: 600;
	position: relative;
}

#project-filter .cbp-filter-item:after,
#project-filter .cbp-filter-item.cbp-filter-item-active:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	background: #73ae20;
	height: 3px;
	width: 100%;
}

#project-filter .cbp-filter-item:after {
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

#project-filter .cbp-filter-item:hover::after,
#project-filter .cbp-filter-item.cbp-filter-item-active:after {
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

#project-filter .cbp-filter-item:hover,
#project-filter .cbp-filter-item.cbp-filter-item-active {
	color: #73ae20;
}

#project-filter>.cbp-filter-item+.cbp-filter-item:before {
	content: '/';
	padding: 0 3px;
}

#project .project_table tr>td {
	border: none;
	color: #888;
}

#project .project_table tr>td strong {
	color: #0f0f0f;
}

#project .project_nav {
	border-bottom: 1px solid #d7dadd;
	border-top: 1px solid #d7dadd;
	padding: 10px 0;
	position: relative;
	min-height: 72px;
	height: auto;
}

#project .project_nav span {
	padding: 0 5px;
	font-weight: bold;
}

#project .project_nav span:hover,
#project .project_nav a:hover {
	color: #73ae20;
}

#project .project_nav .previous,
#project .project_nav .next {
	position: absolute;
	display: inline-block;
}

#project .project_nav .previous {
	left: 0;
}

#project .project_nav .next {
	right: 0;
}

#project .project_nav a.grid_icon {
	background: #0f0f0f;
	color: #fff;
	display: inline-block;
	font-size: 32px;
	left: 50%;
	padding: 7px 10px;
	line-height: 1;
	position: absolute;
	top: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#project .project_nav a.grid_icon:hover,
#project .project_nav a.grid_icon:focus {
	background: #73ae20;
}

/* ----------------- Projects Ends ----------------- */


/* ----------------- Faq's ----------------- */
#faq .accordion_title>a {
	padding: 15px 8px;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}

#faq .accordion_title>a.active,
#faq .accordion_title>a:hover,
#faq .accordion_title>a:focus {
	background: #019bb6;
	color: #fff;
	margin-bottom: 10px;
	border-color: #019bb6;
}

#faq .accordion_title>a.active i,
#faq .accordion_title>a:hover i,
#faq .accordion_title>a:focus i {
	color: #019bb6;
	background: #fff;
}

#faq .accordion_title>a i {
	padding: 3px 4px 2px 4px;
	background: #019bb6;
	border-radius: 1px;
	color: #fff;
	margin: 0;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	right: 10px;
}

.content {
	border: 1px solid #d9d9d9;
}

/* ----------------- Faq's ends ----------------- */



/* ----------------- Comming Soon ----------------- */
#comming_soon {
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
}

.comming_center {
	display: inline-block;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 99%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.comming_center .input-group-btn .btn-coming {
	height: inherit;
	width: 100%;
	padding: 10px 30px;
	border: transparent;
	background: #73ae20;
	color: #fff;
	font-weight: bold;
}

.comming_center .input-group-btn {
	height: 42px;
	vertical-align: top;
	color: #fff;
}

#clockdiv .count-inner {
	display: inline-block;
	margin: 0 5px;
}

#clockdiv>.count-inner+.count-inner {
	border-left: 1px solid #0f0f0f;
}

#clockdiv .count-inner span {
	padding: 0 15px;
	font-size: 56px;
	color: #019bb6;
	display: inline-block;
}

.smalltext {
	font-size: 15px;
}

/* ----------------- Comming Soon ends ----------------- */



/* ----------------- 404 ----------------- */
#error {
	position: relative;
}

#error .error_inner {
	left: 50%;
	position: relative;
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

#error .content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	border: none;
}

#error .content h2 {
	font-size: 55px;
	line-height: 1;
}

/* ----------------- 404 ends ----------------- */



/* ----------------- Contact Info ----------------- */
.bg_contact {
	background-size: cover !important;
	position: relative;
	z-index: 10;
	top: 38px;
}

.bg_contact.bg_one {
	background: url(../images/bg-contact1.avif) no-repeat;
	background-position: center right;
}


.contact_inner {
	margin: 20px 0;
	color: #fff;
}

.contact_inner i {
	display: inline-table;
	float: left;
	font-size: 27px;
	width: 30px;
	margin-top: 2px;
}

.contact_inner h5,
.contact_inner a {
	margin-left: 30px;
}

.contact_inner h5 {
	font-size: 15px;
}

.contact_inner a {
	display: block;
}


.contact .address {
	margin-top: 20px;
	overflow: hidden;
}

.contact .address h4 {
	font-weight: 600;
}

.contact .address p {
	margin: 0;
}

.contact .address span,
.contact .address .text {
	display: table-cell;
}

.contact .address span {
	background: #019bb6;
	border-radius: 50%;
	height: 68px;
	width: 68px;
	border: 1px solid #019bb6;
	text-align: center;
	color: #fff;
}

.contact .address span i {
	font-size: 30px;
	line-height: 68px;
}

.contact .address:hover span {
	background: #fff;
	color: #019bb6;
}

.contact .address .text {
	vertical-align: middle;
	padding-left: 3px;
}

/* ----------------- Contact Info Ends----------------- */



/* ----------------- Footer ----------------- */
.footer_top,
.footer_small {
	background: #121416;
}

.footer_panel .footer_logo {
	display: inline-block;
}

.footer_top .footer_panel,
.footer_panel ul.social_icon li a,
.footer_small ul.social_icon li a {
	color: #fff;
}

.footer_top .footer_panel .media-body span {
	display: block;
	font-size: 12px;
	color: #7f7f7f;
}

.footer_top .footer_panel .media-body span>i {
	margin-right: 3px;
}

.footer_top .footer_panel .media-body a:hover,
.footer_top .footer_panel .media-body a:focus {
	color: #73ae20;
	text-decoration: underline;
}

.footer_top.layout_second .footer_panel .media-body a:hover,
.footer_top.layout_second .footer_panel .media-body a:focus {
	color: #ff9f1c;
}

.copyright {
	background: #0a0a0b;
}

.copyright p {
	color: #a6a6a6;
	margin: 20px 0;
}

.copyright.layout_second p a:hover,
.copyright.layout_second p:focus {
	color: #ef233c;
}

.footer_small {
	padding: 30px 0;
}

.footer_small .breadcrumb {
	background: transparent;
	padding: 0;
}

.footer_small .breadcrumb li {
	display: inline-block;
}


/*Responsive Layouts*/
@media screen and (max-width: 1024px) {

	.parallax_one,
	.parallax_two,
	#bg-video,
	.parallax_news,
	.parallax_bg_slider,
	.page_header {
		background-position: center center !important;
	}

	#about .number-counters .counters-item p.data>strong {
		font-size: 40px;
	}

	#about .number-counters .counters-item p.data>sub {
		font-size: 26px;
	}
}

@media screen and (max-width: 992px) {
	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 20px;
	}

	h4 {
		font-size: 18px;
	}

	.topbar {
		width: 100%;
		position: relative !important;
		right: 0 !important;
	}

	.attr-nav,
	.layout_second .attr-nav,
	#layout_bottom .attr-nav {
		left: 50%;
		position: absolute;
		right: auto;
		top: auto !important;
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		margin-top: 12px;
	}

	nav.navbar.bootsnav .navbar-brand {
		display: inline-block;
		padding: 10px 0;
	}

	nav.navbar.bootsnav .navbar-brand>img,
	.footer_panel .footer_logo>img {
		width: 75%;
	}

	header.layout_fifth nav.bootsnav.brand-center .navbar-brand {
		float: left;
	}

	header.layout_fifth .brand-center.no-background {
		padding-top: 0;
	}

	nav.navbar.bootsnav ul.nav>li>a {
		font-size: 12px;
		padding: 10px 0 !important;
		border-color: transparent;
	}

	nav.navbar.bootsnav ul.nav>li>a.border:before {
		display: none;
	}

	#quality .quality_wrap .left {
		top: 0;
		position: relative;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: none;
		transform: none;
	}

	#quality .right {
		padding: 35px 15px;
	}

	.blog_item .media-left .media-object {
		max-width: 270px;
	}

	.page_header {
		padding: 80px 0;
	}

	#faq .accordion_title>a {
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {

	.layout_first,
	.layout_sixth {
		top: 0;
	}

	.layout_first {
		position: relative;
	}

	.topbar,
	.attr-nav,
	#rev_slider_second p,
	.rev_slider p,
	.tparrows {
		display: none;
	}


	.#rev_slider.top,
	.rev_slider_wrapper.top {
		margin-top: 50px !important;
	}

	/*  Good Plan */
	#plans .content_right {
		top: 0;
		position: relative;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: none;
		transform: none;
		margin: 0 15px 0px 15px;
	}

	#facts .number-counters .counters-item,
	#about .number-counters .counters-item {
		padding: 0 15px;
	}

	#facts .number-counters .counters-item p.data>strong {
		font-size: 50px;
	}

	#facts .number-counters .counters-item p.data>sub {
		font-size: 30px;
	}

	#bg-video .video {
		margin-bottom: 30px;
	}

	.page_header h1 {
		font-size: 30px;
	}

	.services ul.tabs {
		display: none;
	}

	.services .tab_drawer_heading {
		display: block;
	}

	#map {
		height: 220px;
	}
}

@media screen and (max-width: 544px) {

	#rev_full,
	#rev_full.rev_slider {
		height: 250px !Important;
		overflow: hidden;
	}

	.do_media .media-body,
	.do_media .media-left,
	.blog_item .media-left,
	.blog_item .media-body {
		display: block;
	}

	.do_media .media-left .media-object,
	.blog_item .media-left .media-object {
		width: 100%;
	}

	.do_media .media-body,
	.blog_item .media-body {
		width: auto;
		padding-top: 30px;
	}

	#clockdiv .count-inner span {
		font-size: 30px;
	}

	.smalltext {
		font-size: 12px;
	}

}

@media screen and (max-width: 479px) {
	.attr-nav {
		display: none;
	}
}

/*End-to-End-solution*/

.end-to-end-heading {
	padding-top: 2%;
	text-align: center;
}

.page_header_end-to_end {
	background: url(../images/end-to-end-solution.avif) no-repeat;
	padding: 110px 0;
}

.page_header_end-to_end,
.page_header_end-to_end p {
	color: #fff;
}

.page_header_end-to_end p {
	margin-bottom: 5px;
}

.page_header_end-to_end h1 {
	font-size: 42px;
	font-weight: bolder;
}

.refuel-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 50px;
	background-color: #f9f9f9;
	position: relative;
	overflow: hidden;
}

.frosted-box {
	position: relative;
	z-index: 1;
	max-width: 60%;
	margin-left: -5%;
	/* Overlap with the image */
	padding: 40px;
	color: #333;
}

.frosted-box::before {
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	right: -50px;
	bottom: -20px;
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(15px);
	z-index: -1;
}

.frosted-box h2 {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.frosted-box p {
	font-size: 15px;
	line-height: 1.8;
}

.refuel-image {
	flex: 1;
	max-width: 50%;
	text-align: right;
}

.refuel-image img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
}

.background-pattern {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/hydrogen-process-background1.avif') no-repeat;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.05;
	z-index: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
	.refuel-container {
		flex-direction: column;
		padding: 20px;
	}

	.frosted-box {
		max-width: 100%;
		margin: 0 0 20px 0;
		padding: 20px;
	}

	.frosted-box::before {
		border-radius: 10px;
		top: -10px;
		left: -10px;
		right: -30px;
		bottom: -10px;
		transform: skewY(-1deg) rotate(-1deg);
	}

	.refuel-image {
		max-width: 100%;
		text-align: center;
	}

	.refuel-image img {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 600px) {
	.frosted-box h2 {
		font-size: 20px;
	}

	.frosted-box p {
		font-size: 14px;
	}

	.refuel-container {
		padding: 10px;
	}

	.frosted-box {
		padding: 15px;
	}

	.frosted-box::before {
		border-radius: 5px;
		top: -5px;
		left: -5px;
		right: -20px;
		bottom: -5px;
		transform: skewY(0) rotate(0);
	}
}

/* Why Choose Hylif Section */
.why-choose-hylif {
	padding: 60px 0;
	background-color: #f9f9f9;
	position: relative;
}

.why-choose-hylif .section-title {
	font-size: 28px;
	font-weight: 700;
	color: #333;
	margin-bottom: 40px;
	position: relative;
}

.choose-box {
	background: #fff;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	text-align: center;
	margin-bottom: 30px;
	transition: all 0.3s ease-in-out;
}

.choose-box .icon {
	font-size: 40px;
	color: #019bb6;
	margin-bottom: 20px;
}

.choose-box h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #333;
}

.choose-box p {
	font-size: 15px;
	line-height: 1.8;
	color: #666;
}

.choose-box:hover {
	transform: translateY(-10px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
	.choose-box {
		margin-bottom: 20px;
	}
}

@media (max-width: 576px) {
	.why-choose-hylif .section-title {
		font-size: 24px;
	}
}

/*Public Domain*/
.end-to-end-heading {
	padding-top: 2%;
	text-align: center;
}

.page_header_pd {
	background: url(../images/public-domain.avif) no-repeat;
	padding: 110px 0;
}

.page_header_end-to_end,
.page_header_end-to_end p {
	color: #fff;
}

.page_header_end-to_end p {
	margin-bottom: 5px;
}

.page_header_end-to_end h1 {
	font-size: 42px;
	font-weight: bolder;
}

.clean-energy-movement {
	padding: 50px 0;
	background-color: #f4f4f4;
	color: #333;
}

.clean-energy-movement h2 {
	font-size: 32px;
	margin-bottom: 20px;
	color: #019bb6;
}

.clean-energy-movement p {
	font-size: 18px;
	line-height: 1.6;
	color: #555;
	max-width: 800px;
	margin: 0 auto;
}

/*Charging infra installation*/
.end-to-end-heading {
	padding-top: 2%;
	text-align: center;
}

.page_header_charging-infra-installation {
	background: url(../images/charging-infra-installation.avif);
	padding: 170px 0;
}

.page_header_end-to_end,
.page_header_end-to_end p {
	color: #fff;
}

.page_header_end-to_end p {
	margin-bottom: 5px;
}

.page_header_end-to_end h1 {
	font-size: 42px;
	font-weight: bolder;
}

/*charge point operator*/
.end-to-end-heading-cpo {
	padding-top: 2%;
	text-align: center;
}

.page_header_charging-point-operator {
	background: url(../images/charge-point-operator-banner.avif) no-repeat;
	padding: 140px 0;
}

.page_header_end-to_end,
.page_header_end-to_end p {
	color: #fff;
}

.page_header_end-to_end p {
	margin-bottom: 5px;
}

.page_header_end-to_end h1 {
	font-size: 42px;
	font-weight: bolder;
}

/*Power charging substation*/
.end-to-end-heading-cpo {
	padding-top: 2%;
	text-align: center;
}

.page_header_power_charging_substation {
	background: url(../images/power-charging-substation-banner.avif) no-repeat;
	padding: 140px 0;
}

.page_header_end-to_end,
.page_header_end-to_end p {
	color: #fff;
}

.page_header_end-to_end p {
	margin-bottom: 5px;
}

.page_header_end-to_end h1 {
	font-size: 42px;
	font-weight: bolder;
}

/*operation&maintenance*/
.end-to-end-heading-oandm {
	padding-top: 2%;
	text-align: center;
}

.page_header_oandm {
	background: url(../images/operation&maintenance-banner.avif) no-repeat;
	padding: 140px 0;
}

.page_header_end-to_end,
.page_header_end-to_end p {
	color: #fff;
}

.page_header_end-to_end p {
	margin-bottom: 5px;
}

.page_header_end-to_end h1 {
	font-size: 42px;
	font-weight: bolder;
}

/* coming-soon */
.end-to-end-heading-oandm {
	padding-top: 2%;
	text-align: center;
}

.page_header_comingsoon {
	background: url(../images/coming-soon-hydrogen-banner.avif) no-repeat;
	padding: 150px 0;
}

.page_header_end-to_end,
.page_header_end-to_end p {
	color: #fff;
}

.page_header_end-to_end p {
	margin-bottom: 5px;
}

.page_header_end-to_end h1 {
	font-size: 42px;
	font-weight: bolder;
}

/* Coming Soon Section Styling */
.coming-soon-section {
	padding: 50px 0;
	text-align: center;
	color: #000;
	position: relative;
	overflow: hidden;
}

/* Heading Styling */
.coming-soon-section h1 {
	font-size: 60px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: 5px;
	animation: fadeIn 2s ease-in-out;
}

/* Subtext Styling */
.coming-soon-section p {
	font-size: 20px;
	color: #000;
	margin-top: 20px;
	font-style: italic;
	opacity: 0;
	animation: fadeIn 2s ease-in-out 1s forwards;
}

/* Container for text */
.coming-soon-section .container {
	position: relative;
	z-index: 2;
}

/* Adding an Animation for the Fade-In Effect */
@keyframes fadeIn {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

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

/* Button Styling */
.coming-soon-section .cta-button {
	display: inline-block;
	background-color: #ff6f61;
	color: white;
	padding: 15px 30px;
	font-size: 18px;
	border-radius: 50px;
	text-decoration: none;
	margin-top: 30px;
	box-shadow: 0px 15px 30px rgba(255, 111, 97, 0.3);
	transition: all 0.3s ease;
}

.coming-soon-section .cta-button:hover {
	background-color: #e55d52;
	box-shadow: 0px 20px 40px rgba(255, 111, 97, 0.5);
}

/* Add an animation for the button */
@keyframes pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

.coming-soon-section .cta-button {
	animation: pulse 2s infinite;
}

/* coming soon end */

/*Contact Us*/
.end-to-end-heading-oandm {
	padding-top: 2%;
	text-align: center;
}

.page_header_contact {
	background: url(../images/contact-us.avif) no-repeat;
	padding: 110px 0;
}

.page_header_end-to_end,
.page_header_end-to_end p {
	color: #fff;
}

.page_header_end-to_end p {
	margin-bottom: 5px;
}

.page_header_end-to_end h1 {
	font-size: 42px;
	font-weight: bolder;
}

/*Service*/
.end-to-end-heading-oandm {
	padding-top: 2%;
	text-align: center;
}

.page_header_services_list {
	background: url(../images/service-bg.avif) no-repeat;
	padding: 110px 0;
}

.page_header_end-to_end,
.page_header_end-to_end p {
	color: #fff;
}

.page_header_end-to_end p {
	margin-bottom: 5px;
}

.page_header_end-to_end h1 {
	font-size: 42px;
	font-weight: bolder;
}

/*Gallery*/

.desktop_7 * {
	font-family: Nunito, sans-serif;
}

.desktop_7 .text-blk {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 25px;
}

.desktop_7 .responsive-container-block {
	min-height: 75px;
	height: fit-content;
	width: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	justify-content: flex-start;
}

.desktop_7 .responsive-container-block.bigContainer {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

.desktop_7 .responsive-container-block.Container {
	max-width: 980px;
	flex-direction: column;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}

.desktop_7 .text-blk.headingText {
	font-size: 36px;
	line-height: 50px;
	font-weight: 900;
}

.desktop_7 .text-blk.active {
	font-size: 20px;
	line-height: 34px;
	font-weight: 400;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #03a9f4;
}

.desktop_7 .text-blk.list {
	font-size: 20px;
	line-height: 34px;
	cursor: pointer;
}

.desktop_7 .text-blk.all {
	margin-right: 20px;
	margin-left: 0px;
}

.desktop_7 .text-blk.list {
	margin-left: 0px;
	margin-right: 20px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.desktop_7 .text-blk.list.active {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.desktop_7 .squareImg {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	width: 225px;
	height: 225px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.desktop_7 .responsive-container-block.imageContainer {
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.desktop_7 .responsive-container-block.optionsContainer {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	min-height: auto;
}

.desktop_7 .project {
	display: inline-block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.desktop_7 button {
	cursor: pointer;
}

.desktop_7 img {
	cursor: pointer;
}

.desktop_7 img:hover {
	transform: scale(1.02);
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	transition-property: all;
}

.desktop_7 .hdImg {
	display: none;
}

.desktop_7 .btn-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
}

.desktop_7 .project:hover .btn-box {
	display: block;
}

.desktop_7 .imageContainer {
	background-image: initial;
	background-position-x: initial;
	background-position-y: initial;
	background-size: initial;
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: white;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.desktop_7 .project {
	position: relative;
	background-image: initial;
	background-position-x: initial;
	background-position-y: initial;
	background-size: initial;
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
}

.desktop_7 .overlay {
	position: fixed;
	background-image: initial;
	background-position-x: initial;
	background-position-y: initial;
	background-size: initial;
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: rgba(71, 69, 69, 0.7);
	height: 100%;
	width: 100%;
	max-height: 100%;
	top: 0px;
	left: 0px;
	z-index: 100;
	display: none;
}

.desktop_7 .overlay-inner {
	top: 50%;
	right: 0px;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: initial;
	background-position-x: initial;
	background-position-y: initial;
	background-size: initial;
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: white;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	position: relative;
	opacity: 1;
	width: fit-content;
	max-width: 50%;
	max-height: 85%;
}

.desktop_7 .close {
	position: absolute;
	top: 3px;
	right: 10px;
	background-image: none;
	background-position-x: initial;
	background-position-y: initial;
	background-size: initial;
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
	outline-color: initial;
	outline-style: initial;
	outline-width: 0px;
	color: #474545;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: initial;
	border-right-style: initial;
	border-bottom-style: initial;
	border-left-style: initial;
	border-top-color: initial;
	border-right-color: initial;
	border-bottom-color: initial;
	border-left-color: initial;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.desktop_7 .overlay-inner .hdImgs {
	width: fit-content;
	height: calc(85% - 55px);
	display: flex;
}

.desktop_7 .overlay-inner img {
	max-height: 100%;
	max-width: 100%;
	transform: none;
}

.desktop_7 .squareImg.one {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.desktop_7 .squareImg.two {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.desktop_7 .squareImg.three {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.desktop_7 .squareImg.four {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.desktop_7 .squareImg.five {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

@media (max-width: 1024px) {
	.desktop_7 .Container {
		width: 690px;
	}

	.desktop_7 .squareImg {
		width: 170px;
		height: 170px;
	}

	.desktop_7 .squareImg.one {
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}

	.desktop_7 .squareImg.two {
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}

	.desktop_7 .squareImg.three {
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}

	.desktop_7 .squareImg.four {
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}

	.desktop_7 .squareImg.five {
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}

	.desktop_7 .overlay-inner {
		margin-top: 20px;
		margin-right: 20px;
		margin-bottom: 20px;
		margin-left: 20px;
		padding-top: 25px;
		padding-right: 20px;
		padding-bottom: 20px;
		padding-left: 20px;
		width: 80%;
	}

	.desktop_7 .close {
		font-size: 14px;
		top: 2px;
		right: 5px;
	}

	.desktop_7 .overlay {
		padding-top: 10px;
		padding-right: 30px;
		padding-bottom: 10px;
		padding-left: 30px;
	}
}

@media (max-width: 768px) {
	.desktop_7 .squareImg {
		width: 225px;
		height: 225px;
	}

	.desktop_7 .responsive-container-block.Container {
		max-width: 450px;
	}

	.desktop_7 .responsive-container-block.optionsContainer {
		max-width: 380px;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 10px;
		margin-left: auto;
	}

	.desktop_7 .text-blk.list {
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
	}

	.desktop_7 .text-blk.list.all.active {
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
	}

	.desktop_7 .text-blk.headingText {
		text-align: center;
	}

	.desktop_7 .text-blk.list {
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 10px;
		margin-left: auto;
	}

	.desktop_7 .text-blk.list.all.active {
		margin-top: 0px;
		margin-right: 14.4219px;
		margin-bottom: 10px;
		margin-left: 14.4219px;
	}

	.desktop_7 .responsive-container-block.bigContainer {
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}
}

@media (max-width: 500px) {
	.desktop_7 .text-blk.list.all.active {
		font-size: 14px;
		padding-top: 10px;
		padding-right: 15px;
		padding-bottom: 0px;
		padding-left: 15px;
		line-height: 34px;
	}

	.desktop_7 .text-blk.list {
		font-size: 14px;
	}

	.desktop_7 .responsive-container-block.optionsContainer {
		min-height: auto;
	}

	.desktop_7 .responsive-container-block.imageContainer {
		padding-top: 10px;
		padding-right: 5px;
		padding-bottom: 10px;
		padding-left: 5px;
	}

	.desktop_7 .responsive-container-block.optionsContainer {
		max-width: 330px;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 10px;
		margin-left: auto;
	}

	.desktop_7 .text-blk.list.all.active {
		font-size: 17px;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 10px;
		margin-left: auto;
	}

	.desktop_7 .text-blk.list {
		font-size: 17px;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 10px;
		margin-left: auto;
	}

	.desktop_7 .squareImg {
		width: 100%;
		height: 25%;
	}

	.desktop_7 .project {
		padding-top: 0px;
		padding-right: 10px;
		padding-bottom: 0px;
		padding-left: 10px;
		width: 100%;
		height: 25%;
	}

	.desktop_7 .overlay-inner {
		margin-top: 20px;
		margin-right: auto;
		margin-bottom: 20px;
		margin-left: auto;
		padding-top: 25px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		width: 100%;
	}

	.desktop_7 .overlay {
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}

	.desktop_7 .responsive-container-block.bigContainer {
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}

	.desktop_7 .overlay-inner hdImgs {
		width: 90%;
	}
}

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&amp;display=swap');

.wk-desk-1 {
	width: 8.333333%;
}

.wk-desk-2 {
	width: 16.666667%;
}

.wk-desk-3 {
	width: 25%;
}

.wk-desk-4 {
	width: 33.333333%;
}

.wk-desk-5 {
	width: 41.666667%;
}

.wk-desk-6 {
	width: 50%;
}

.wk-desk-7 {
	width: 58.333333%;
}

.wk-desk-8 {
	width: 66.666667%;
}

.wk-desk-9 {
	width: 75%;
}

.wk-desk-10 {
	width: 83.333333%;
}

.wk-desk-11 {
	width: 91.666667%;
}

.wk-desk-12 {
	width: 100%;
}

@media (max-width: 1024px) {
	.wk-ipadp-1 {
		width: 8.333333%;
	}

	.wk-ipadp-2 {
		width: 16.666667%;
	}

	.wk-ipadp-3 {
		width: 25%;
	}

	.wk-ipadp-4 {
		width: 33.333333%;
	}

	.wk-ipadp-5 {
		width: 41.666667%;
	}

	.wk-ipadp-6 {
		width: 50%;
	}

	.wk-ipadp-7 {
		width: 58.333333%;
	}

	.wk-ipadp-8 {
		width: 66.666667%;
	}

	.wk-ipadp-9 {
		width: 75%;
	}

	.wk-ipadp-10 {
		width: 83.333333%;
	}

	.wk-ipadp-11 {
		width: 91.666667%;
	}

	.wk-ipadp-12 {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.wk-tab-1 {
		width: 8.333333%;
	}

	.wk-tab-2 {
		width: 16.666667%;
	}

	.wk-tab-3 {
		width: 25%;
	}

	.wk-tab-4 {
		width: 33.333333%;
	}

	.wk-tab-5 {
		width: 41.666667%;
	}

	.wk-tab-6 {
		width: 50%;
	}

	.wk-tab-7 {
		width: 58.333333%;
	}

	.wk-tab-8 {
		width: 66.666667%;
	}

	.wk-tab-9 {
		width: 75%;
	}

	.wk-tab-10 {
		width: 83.333333%;
	}

	.wk-tab-11 {
		width: 91.666667%;
	}

	.wk-tab-12 {
		width: 100%;
	}
}

@media (max-width: 500px) {
	.wk-mobile-1 {
		width: 8.333333%;
	}

	.wk-mobile-2 {
		width: 16.666667%;
	}

	.wk-mobile-3 {
		width: 25%;
	}

	.wk-mobile-4 {
		width: 33.333333%;
	}

	.wk-mobile-5 {
		width: 41.666667%;
	}

	.wk-mobile-6 {
		width: 50%;
	}

	.wk-mobile-7 {
		width: 58.333333%;
	}

	.wk-mobile-8 {
		width: 66.666667%;
	}

	.wk-mobile-9 {
		width: 75%;
	}

	.wk-mobile-10 {
		width: 83.333333%;
	}

	.wk-mobile-11 {
		width: 91.666667%;
	}

	.wk-mobile-12 {
		width: 100%;
	}
}

/*gallery end*/

/*B2B*/
.end-to-end-heading-oandm {
	padding-top: 2%;
	text-align: center;
}

.page_header_b2b {
	background: url(../images/b2b-banner-img.png) no-repeat;
	padding: 170px 0;
}

.page_header_end-to_end,
.page_header_end-to_end p {
	color: #fff;
}

.page_header_end-to_end p {
	margin-bottom: 5px;
}

.page_header_end-to_end h1 {
	font-size: 42px;
	font-weight: bolder;
}

.projects-area-b2b {
	text-align: center;
	padding: 50px 20px;
}

.headline {
	font-size: 2em;
	color: #333;
	margin-bottom: 30px;
}

.projects-wrapper-b2b {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	max-width: 800px;
	margin: auto;
}

.project-box-b2b {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.project-photo {
	width: 100%;
	max-width: 700px;
}

.project-details-b2b {
	text-align: center;
	margin-top: 10px;
}

.project-details-b2b h3 {
	font-size: 1.5em;
	color: #222;
	margin-bottom: 5px;
}

.project-details-b2b p {
	font-size: 1em;
	color: #555;
}

/*B2B end*/

/*Service*/
.end-to-end-heading-oandm {
	padding-top: 2%;
	text-align: center;
}

.page_header_gallery {
	background: url(../images/avif) no-repeat;
	padding: 110px 0;
}

.page_header_end-to_end,
.page_header_end-to_end p {
	color: #fff;
}

.page_header_end-to_end p {
	margin-bottom: 5px;
}

.page_header_end-to_end h1 {
	font-size: 42px;
	font-weight: bolder;
}

/*team*/
.end-to-end-heading-oandm {
	padding-top: 2%;
	text-align: center;
}

.page_header_team {
	background: url(../images/teams.avif) no-repeat;
	padding: 110px 0;
}

.page_header_end-to_end,
.page_header_end-to_end p {
	color: #fff;
}

.page_header_end-to_end p {
	margin-bottom: 5px;
}

.page_header_end-to_end h1 {
	font-size: 42px;
	font-weight: bolder;
}

/*projects*/
.end-to-end-heading-oandm {
	padding-top: 2%;
	text-align: center;
}

.page_header_projects {
	background: url(../images/projects.avif) no-repeat;
	padding: 110px 0;
}

.page_header_end-to_end,
.page_header_end-to_end p {
	color: #fff;
}

.page_header_end-to_end p {
	margin-bottom: 5px;
}

.page_header_end-to_end h1 {
	font-size: 42px;
	font-weight: bolder;
}

/*projects*/

.project-toggle-buttons {
	text-align: center;
	margin: 40px 0;
}

.project-toggle-buttons .btn {
	margin: 0 10px;
	padding: 10px 20px;
	border-radius: 25px;
	font-size: 16px;
	transition: background-color 0.3s, color 0.3s;
}

.project-toggle-buttons .btn.active {
	background-color: #019bb6;
	color: #fff;
}

.project-toggle-buttons .btn:not(.active) {
	background-color: #fff;
	color: #019bb6;
	border: 2px solid #019bb6;
}

.project-content {
	display: none;
}

.project-content.active {
	display: block;
}

.section-image {
	width: 100%;
	height: auto;
	border-radius: 10px;
	margin-bottom: 30px;
}

.real-projects {
	margin-top: 30px;
}

.real-projects .project-item {
	margin-bottom: 30px;
}

.real-projects .project-item img {
	width: 100%;
	height: 20pc;
	border-radius: 10px;
}

.real-projects .project-item .project-details {
	padding: 15px;
	background-color: #f8f9fa;
	border-radius: 10px;
	margin-top: -10px;
}

.real-projects .project-item .project-details h4 {
	margin-bottom: 10px;
	color: #019bb6;
}

.real-projects .project-item .project-details p {
	color: #555;
}

/* Eye-Catching Hover Effects */
.real-projects .project-item:hover .project-details {
	/* background-color: #28a745; */
	color: black;
	transition: background-color 0.3s, color 0.3s;
}

.real-projects .project-item:hover .project-details h4,
.real-projects .project-item:hover .project-details p {
	color: black;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
	.project-toggle-buttons .btn {
		margin: 10px 5px;
		width: 100%;
	}
}


/*Contact form*/

/* Add padding inside each input box */
.form-control {
	padding-left: 15px;
	/* Padding inside the input */
}

/* Style for input group to add spacing between icon and input */
.input-group {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	/* Space between fields */
}

.input-group-addon {
	padding: 10px;
	background-color: #f0f0f0;
	border-radius: 4px 0 0 4px;
}

.input-group .form-control {
	border-radius: 0 4px 4px 0;
	/* Optional: rounded corners on the right */
}

/* Banner Slider - Homepage */
.rev_slider_wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}

.rev_slider {
	width: 100%;
	height: 100%;
	position: relative;
}

.slides {
	position: relative;
	width: 100%;
	height: 100%;
}

.slide {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	animation: fadeAnimation 15s infinite;
	/* Increase duration to accommodate more slides */
}

.slide:nth-child(1) {
	animation-delay: 0s;
	/* First slide starts immediately */
}

.slide:nth-child(2) {
	animation-delay: 5s;
	/* Adjust based on the total duration */
}

.slide:nth-child(3) {
	animation-delay: 10s;
	/* Third slide starts after the second */
}

.slide:nth-child(4) {
	animation-delay: 15s;
	/* Add more slides if needed */
}

/* Image styling */
.slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Update the fade animation timing */
@keyframes fadeAnimation {
	0% {
		opacity: 0;
	}

	10% {
		opacity: 1;
	}

	40% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

/* Slide content styling */
.slide-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: white;
}

.slide-content h1 {
	font-size: 4rem;
	margin-bottom: 20px;
	font-weight: bolder;
}

.highlight {
	color: #ff9f1c;
	/* Highlight color */
}

.btn {
	padding: 10px 20px;
	background-color: #ff9f1c;
	color: white;
	text-decoration: none;
	border-radius: 5px;
	font-weight: bold;
	transition: background 0.3s ease;
}

.btn:hover {
	background-color: #d87d00;
}

/* Responsive Design */
@media (max-width: 1024px) {
	.slide-content h1 {
		font-size: 3rem;
	}

	.btn {
		padding: 8px 16px;
		font-size: 1rem;
	}
}

@media (max-width: 768px) {
	.rev_slider_wrapper {
		height: 70vh;
		/* Adjust height for smaller screens */
	}

	.slide-content h1 {
		font-size: 2.5rem;
	}

	.btn {
		padding: 8px 14px;
		font-size: 0.9rem;
	}
}

@media (max-width: 480px) {
	.rev_slider_wrapper {
		height: 60vh;
		/* Adjust height for mobile devices */
	}

	.slide-content h1 {
		font-size: 2rem;
	}

	.btn {
		padding: 6px 12px;
		font-size: 0.8rem;
	}

	.slide-content {
		padding: 0 20px;
		/* Add padding to prevent content from touching the edges */
	}
}


/* Privacy Policy Styling */
.privacy-policy-container {
	background-color: #ffffff;
	padding: 40px;
	border-radius: 8px;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
	max-width: 1200px;
	margin: 50px auto;
}

.privacy-policy-container h1 {
	font-size: 5rem;
	font-weight: bold;
	color: #003366;
	margin-bottom: 25px;
}

.privacy-policy-container h2 {
	font-size: 2.5rem;
	color: #003366;
	margin-top: 30px;
	margin-bottom: 15px;
}

.privacy-policy-container p {
	font-size: 1.5rem;
	line-height: 1.8;
	color: #555;
}

.privacy-policy-container ul {
	list-style-type: disc;
	padding-left: 20px;
}

.privacy-policy-container ul li {
	font-size: 1.5rem;
	margin-bottom: 10px;
	color: #555;
}

.privacy-policy-container strong {
	font-weight: bold;
	color: #003366;
}

/* Line of Business Section */
.line-of-business {
	display: flex;
	flex-direction: column;
	gap: 0;
	/* Remove gaps between items */
	padding: 40px 40px;
	background-color: #f9f9f9;
}

.business-item {
	display: flex;
	align-items: center;
}

.business-item.reverse {
	flex-direction: row-reverse;
	/* Reverse the image and content */
}

/* Image Styling */
.business-image {
	flex: 1;
	position: relative;
	z-index: 1;
	/* Ensure images overlap properly */
}

.business-image img {
	width: 100%;
	height: auto;
	border-radius: 0;
	/* No border radius for clean edges */
}

/* Content Styling */
.business-content {
	flex: 1;
	text-align: left;
	z-index: 2;
	position: relative;
	padding: 20px;
	/* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

/* Adjust for overlapping corners */
.business-item:not(:last-child) .business-image {
	margin-bottom: -20px;
	/* Make images overlap by adjusting the margin */
}

/* Link Styling */
.business-link {
	display: inline-block;
	font-size: 1rem;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 20px;
	border: 2px solid rgb(4, 4, 20);
	border-radius: 4px;
	transition: all 0.3s ease;
}

.business-link:hover {
	background-color: rgb(4, 4, 20);
	color: white;
}

/* Responsive Design */
@media (max-width: 768px) {

	.business-item,
	.business-item.reverse {
		flex-direction: column;
	}

	.business-item:not(:last-child) .business-image {
		margin-bottom: 0;
	}
}

/* About Hylif Section */
.about-hylif {
	padding: 60px;
	background-color: #f8f9fa;
}

.container-about {
	text-align: left;
	margin-bottom: 40px;
}

.content-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 2rem;
}

.text-content {
	flex: 1;
	max-width: 50%;
	min-width: 300px;
	text-align: left;
}

.image-content {
	flex: 1;
	max-width: 50%;
	text-align: right;
	min-width: 300px;
}

.video-content {
	flex: 1;
	min-width: 300px;
	text-align: center;
}

.video-content video {
	width: 100%;
	max-width: 500px;
	/* Increased width */
	height: auto;
	/* Maintain aspect ratio */
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
	.content-container {
		flex-direction: column;
		text-align: center;
	}

	.text-content {
		max-width: 100%;
		order: 1;
		/* Ensures text comes first */
	}

	.image-content,
	.video-content {
		max-width: 100%;
		order: 2;
	}
}

/* vision, mission */
.container-mission {
	display: flex;
	justify-content: space-around;
	padding: 20px;
	background: white;
}

.vision-values,
.tip-approach {
	width: 45%;
}

h2 {
	color: #333;
}

.bubbles {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	align-items: center;
	position: relative;
}

.bubble {
	background: white;
	border: 4px solid #019bb6;
	color: #019bb6;
	padding: 20px;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 20px rgba(0, 123, 255, 0.3);
	font-size: 14px;
}

.large {
	font-size: 1.4em;
	width: 130px;
	height: 130px;
}

.tip-approach h3 span {
	color: #019bb6;
	font-weight: bold;
}

.tip-item {
	background: white;
	padding: 15px;
	margin: 10px 0;
	border-left: 5px solid #019bb6;
}

/* safety-compliance */
.container-saftey {
	max-width: 1100px;
	margin: auto;
	padding: 40px 20px;
	text-align: center;
}

.header-safety {
	text-transform: uppercase;
	font-size: 28px;
	font-weight: bold;
	color: #019bb6;
	margin-bottom: 10px;
}

.sub-header {
	font-size: 18px;
	color: #333;
	margin-bottom: 30px;
}

.compliance-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}

.box {
	flex: 1;
	min-width: 300px;
	background: white;
	padding: 20px;
	border-radius: 12px;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
	text-align: center;
}

.box:hover {
	transform: translateY(-5px);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.box i {
	font-size: 40px;
	color: #019bb6;
	margin-bottom: 15px;
}

.box h3 {
	font-size: 22px;
	color: #333;
	margin-bottom: 10px;
}

.box p {
	font-size: 16px;
	color: #555;
	line-height: 1.6;
}

/*our Focus */
.holderCircle {
	width: 500px;
	height: 500px;
	border-radius: 100%;
	margin: 60px auto;
	position: relative;
}

.dotCircle {
	width: 100%;
	height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 100%;
	z-index: 20;
}

.dotCircle .itemDot {
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	background: #ffffff;
	color: #019bb6;
	border-radius: 20px;
	text-align: center;
	line-height: 80px;
	font-size: 30px;
	z-index: 3;
	cursor: pointer;
	border: 2px solid #e6e6e6;
}

.dotCircle .itemDot .forActive {
	width: 56px;
	height: 56px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}

.dotCircle .itemDot .forActive::after {
	content: '';
	width: 5px;
	height: 5px;
	border: 3px solid #019bb6;
	bottom: -31px;
	left: -14px;
	filter: blur(1px);
	position: absolute;
	border-radius: 100%;
}

.dotCircle .itemDot .forActive::before {
	content: '';
	width: 6px;
	height: 6px;
	filter: blur(5px);
	top: -15px;
	position: absolute;
	transform: rotate(-45deg);
	border: 6px solid #019bb6;
	right: -39px;
}

.dotCircle .itemDot.active .forActive {
	display: block;
}

.round {
	position: absolute;
	left: 40px;
	top: 45px;
	width: 410px;
	height: 410px;
	border: 2px dotted #019bb6;
	border-radius: 100%;
	-webkit-animation: rotation 100s infinite linear;
}

.dotCircle .itemDot:hover,
.dotCircle .itemDot.active {
	color: #ffffff;
	transition: 0.5s;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d4ac7+0,a733bb+100 */
	background: #019bb6;
	/* Old browsers */
	background: -moz-linear-gradient(left, #0b515e 0%, #019bb6 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #0b515e 0%, #019bb6 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #0b515e 0%, #019bb6 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d4ac7', endColorstr='#a733bb', GradientType=1);
	/* IE6-9 */
	border: 2px solid #ffffff;
	-webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
	-moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
	box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
}

.dotCircle .itemDot {
	font-size: 40px;
}

.contentCircle {
	width: 250px;
	border-radius: 100%;
	color: #222222;
	position: relative;
	top: 150px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.contentCircle .CirItem {
	border-radius: 100%;
	color: #222222;
	position: absolute;
	text-align: center;
	bottom: 0;
	left: 0;
	opacity: 0;
	transform: scale(0);
	transition: 0.5s;
	font-size: 15px;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	margin: auto;
	line-height: 250px;
}

.CirItem.active {
	z-index: 1;
	opacity: 1;
	transform: scale(1);
	transition: 0.5s;
}

.contentCircle .CirItem i {
	font-size: 120px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -90px;
	color: #828282;
	opacity: 0.1;
}

@media only screen and (min-width:300px) and (max-width:599px) {
	.holderCircle {
		/* width: 300px; height: 300px;*/
		margin: 110px auto;
	}

	.holderCircle::after {
		width: 100%;
		height: 100%;
	}

	.dotCircle {
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
}

@media only screen and (min-width:600px) and (max-width:767px) {}

@media only screen and (min-width:768px) and (max-width:991px) {}

@media only screen and (min-width:992px) and (max-width:1199px) {}

@media only screen and (min-width:1200px) and (max-width:1499px) {}

.title-box .title {
	font-weight: 2rem;
	letter-spacing: 2px;
	position: relative;
	z-index: -1;
}

.title-box span {
	text-shadow: 0 10px 10px rgba(0, 0, 0, .15);
	font-weight: 800;
	color: #019bb6;
}

@media only screen and (max-width: 600px) {
	.holderCircle {
		transform: scale(0.7) translateX(-25%);
		transform-origin: center;
		margin-top: -50px;
		/* Adjust as needed */
		margin-bottom: -50px;
		/* Adjust as needed */
	}
}

/*focus end*/

/* why choose us */
.text-blk {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 20px;
	color: #000;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}

.responsive-container-block {
	min-height: 75px;
	height: fit-content;
	width: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	justify-content: flex-start;
}

.responsive-container-block.bigContainer {
	background-image: initial;
	background-position-x: initial;
	background-position-y: initial;
	background-size: initial;
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0 0 0 0;
}

.responsive-container-block.Container {
	max-width: 1320px;
	align-items: center;
	justify-content: center;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.responsive-container-block.leftSide {
	width: auto;
	align-items: flex-start;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	flex-direction: column;
	position: static;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	max-width: 300px;
}

.text-blk.heading {
	font-size: 30px;
	line-height: 64px;
	font-weight: 900;
	color: #019bb6;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}

.text-blk.btn {
	color: #019bb6;
	background-image: initial;
	background-position-x: initial;
	background-position-y: initial;
	background-size: initial;
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: rgb(255, 255, 255);
	box-shadow: rgba(160, 121, 0, 0.2) 0px 12px 35px;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 100px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
	cursor: pointer;
}

.responsive-container-block.rightSide {
	width: 675px;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: flex;
	height: 700px;
	min-height: auto;
}

.number1img {
	margin-top: 39%;
	margin-right: 80%;
	margin-bottom: 29%;
	margin-left: 0px;
	height: 32%;
	width: 20%;
	position: absolute;
}

.number2img {
	margin-top: 19%;
	margin-right: 42%;
	margin-bottom: 42%;
	margin-left: 23%;
	width: 35%;
	height: 39%;
	position: absolute;
}

.number3img {
	width: 13%;
	height: 21%;
	position: absolute;
	margin-top: 62%;
	margin-right: 64%;
	margin-bottom: 30%;
	margin-left: 23%;
}

.number4vid {
	width: 34%;
	height: 33%;
	position: absolute;
	margin-top: 62%;
	margin-right: 27%;
	margin-bottom: 0px;
	margin-left: 39%;
}

.number5img {
	position: absolute;
	width: 13%;
	height: 21%;
	margin-top: 38%;
	margin-right: 27%;
	margin-bottom: 41%;
	margin-left: 60%;
}

.number6img {
	position: absolute;
	margin-top: 0px;
	margin-right: 3%;
	margin-bottom: 67%;
	margin-left: 62%;
	width: 35%;
	height: 33%;
}

.number7img {
	position: absolute;
	width: 25%;
	margin-top: 40%;
	margin-right: 0px;
	margin-bottom: 18%;
	margin-left: 75%;
	height: 42%;
}

.text-blk.subHeading {
	font-size: 14px;
	line-height: 22px;
}

@media (max-width: 1024px) {
	.responsive-container-block.Container {
		flex-direction: column-reverse;
	}

	.text-blk.heading {
		text-align: center;
		max-width: 370px;
	}

	.text-blk.subHeading {
		text-align: center;
	}

	.responsive-container-block.leftSide {
		align-items: center;
		max-width: 480px;
	}

	.responsive-container-block.rightSide {
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 100px;
		margin-left: auto;
	}

	.responsive-container-block.rightSide {
		margin: 0 auto 70px auto;
	}
}

@media (max-width: 768px) {
	.responsive-container-block.rightSide {
		width: 450px;
		height: 450px;
	}

	.responsive-container-block.leftSide {
		max-width: 450px;
	}
}

@media (max-width: 500px) {
	.number1img {
		display: none;
	}

	.number2img {
		display: none;
	}

	.number3img {
		display: none;
	}

	.number5img {
		display: none;
	}

	.number6img {
		display: none;
	}

	.number7img {
		display: none;
	}

	.responsive-container-block.rightSide {
		width: 100%;
		height: 250px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 100px;
		margin-left: 0px;
	}

	.number4vid {
		position: static;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		width: 100%;
		height: 100%;
	}

	.text-blk.heading {
		font-size: 25px;
		line-height: 40px;
		max-width: 370px;
		width: auto;
	}

	.text-blk.subHeading {
		font-size: 14px;
		line-height: 25px;
	}

	.responsive-container-block.leftSide {
		width: 100%;
	}
}

/* our strength */
.strength-section {
	padding: 60px 0;
}

.section-title {
	padding-bottom: 10px;
}

.strength-card {
	background: #fff;
	border-left: 5px solid #019bb6;
	/* Purple Left Border */
	border-radius: 8px;
	padding: 50px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	margin: 5px;
}

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

.strength-card h4 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}

.strength-card p {
	color: #666;
	font-size: 16px;
	margin-bottom: 0;
}

/* charging infrastructure section */
.content-section {
	padding: 60px 0;
	background-color: #f4f4f4;
}

.content-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
}

.content-text {
	flex: 1;
	min-width: 300px;
	padding-right: 20px;
}

.content-button {
	flex: 1;
	min-width: 300px;
	padding-left: 20px;
}

.btn-custom {
	background-color: #9370DB;
	color: white;
	padding: 12px 24px;
	border: none;
	font-weight: bold;
	display: inline-block;
	text-align: center;
}

.btn-custom:hover {
	background-color: #7a5dc7;
}

.image-container {
	display: flex;
	justify-content: center;
	/* Centering */
	align-items: center;
	gap: 15px;
	margin-top: 30px;
}

.image-container img {
	height: 220px;
	object-fit: cover;
	flex: 1;
	/* Make images flexible to fit the row */
	max-width: 320px;
	/* Standard size for smaller images */
}

.image-container img:first-child {
	max-width: 480px;
	/* Larger image */
	height: 280px;
}


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

	.content-text,
	.content-button {
		padding: 0;
	}

	.image-container {
		flex-direction: column;
	}
}

/* charging infrastructure section end*/

/* brand story */
.hylif-stats {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	padding: 40px 20px;
	background: #fff;
}

.brand-story {
	background: #019bb6;
	color: white;
	padding: 12px 20px;
	font-weight: bold;
	border: none;
	cursor: pointer;
}

.stats-container {
	display: flex;
	gap: 50px;
}

.stat {
	text-align: center;
}

.number {
	font-size: 48px;
	font-weight: bold;
	color: #000;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
	.stats-container {
		flex-wrap: wrap;
		gap: 30px;
	}

	.stat {
		flex: 1 1 calc(50% - 30px);
	}
}

@media (max-width: 480px) {
	.stats-container {
		flex-direction: column;
		gap: 20px;
	}

	.stat {
		width: 100%;
	}
}

/* our core value */
.fixed-size {
	width: 80px;
	height: 80px;
	object-fit: contain;
}


/*On-Site solar power plant*/
.end-to-end-heading-cpo {
	padding-top: 2%;
	text-align: center;
}

.page_header_solar_power_plant {
	background: url(../images/on-site-solar-power-plant.avif) no-repeat;
	padding: 140px 0;
}

.page_header_end-to_end,
.page_header_end-to_end p {
	color: #fff;
}

.page_header_end-to_end p {
	margin-bottom: 5px;
}

.page_header_end-to_end h1 {
	font-size: 42px;
	font-weight: bolder;
}

/*Off-Site solar power plant*/
.end-to-end-heading-cpo {
	padding-top: 2%;
	text-align: center;
}

.page_header_off_site_solar_power_plant {
	background: url(../images/off-site-solar-power-plant.avif) no-repeat;
	padding: 140px 0;
}

.page_header_end-to_end,
.page_header_end-to_end p {
	color: #fff;
}

.page_header_end-to_end p {
	margin-bottom: 5px;
}

.page_header_end-to_end h1 {
	font-size: 42px;
	font-weight: bolder;
}

/*solar power plant*/
.solar-section {
	display: flex;
	align-items: stretch;
	width: 100%;
	height: 80vh;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}

.solar-section .image,
.solar-section .content {
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0;
	padding: 0;
}

.content {
	padding: 3rem;
	box-sizing: border-box;
	z-index: 2;
}


.content.left {
	align-items: flex-end;
	text-align: right;
}

.content.right {
	align-items: flex-start;
	text-align: left;
}

.number {
	font-size: 4rem;
	font-weight: bold;
	margin-top: 1rem;
	color: #019bb6;
}

.solar-section.section-02 {
	margin-top: 0;
}

.solar-section:nth-child(even) {
	margin-top: 0;
}

/* Existing styles remain unchanged... */

/* Responsive styling */
@media (max-width: 1024px) {
	.solar-section {
		flex-direction: column;
		height: auto;
	}

	.solar-section .image,
	.solar-section .content {
		width: 100%;
		height: auto;
		text-align: center;
		align-items: center !important;
	}

	.solar-section .content {
		padding: 2rem 1rem;
	}

	.content.left,
	.content.right {
		align-items: center;
		text-align: center;
	}

	.solar-section:nth-child(even) .image,
	.solar-section:nth-child(even) .content {
		flex-direction: column-reverse;
	}

	.image img {
		height: auto;
		max-height: 300px;
		object-fit: contain;
	}

	.number {
		font-size: 2.5rem;
		margin-top: 1rem;
	}
}

/*solar*/
.end-to-end-heading-cpo {
	padding-top: 2%;
	text-align: center;
}

.page_header_solar_projects {
	background: url(../images/solar-project.avif) no-repeat;
	padding: 140px 0;
}

.page_header_end-to_end,
.page_header_end-to_end p {
	color: #fff;
}

.page_header_end-to_end p {
	margin-bottom: 5px;
}

.page_header_end-to_end h1 {
	font-size: 42px;
	font-weight: bolder;
}

/*solar project*/
.solar-projects-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 20px;
}

.solar-projects-header {
	text-align: center;
	margin-bottom: 50px;
}

.solar-projects-header h1 {
	font-size: 2.8rem;
	margin-bottom: 10px;
	font-weight: 700;
	color: #1a1a1a;
}

.solar-project-section {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: 1200px;
	margin: auto;
	padding: 60px 20px;
	gap: 40px;
}

.left-column,
.right-column {
	flex: 1 1 500px;
	padding: 20px;
}

.left-column img {
	width: 100%;
	object-fit: cover;
	max-height: 400px;
}

.left-column h2 {
	margin-top: 20px;
	font-size: 24px;
	font-weight: 600;
}

.left-column p {
	font-size: 16px;
	color: #555;
	line-height: 1.6;
}

.circle-wrapper {
	position: relative;
	width: fit-content;
	margin-bottom: 20px;
}

.dot-pattern {
	position: absolute;
	top: -20px;
	right: -50px;
	width: 190px;
	height: 180px;
	background-image: radial-gradient(#ccc 1px, transparent 1px);
	background-size: 10px 10px;
	z-index: 0;
}

.circle-img {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	object-fit: cover;
	z-index: 1;
	position: relative;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.project-overview p {
	font-size: 16px;
	color: #333;
	margin-bottom: 15px;
}

.project-overview ul {
	padding-left: 20px;
	color: #555;
	line-height: 1.6;
}

.project-overview ul li {
	margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 768px) {
	.solar-project-section {
		flex-direction: column;
		padding: 40px 20px;
	}

	.circle-wrapper {
		margin: 0 auto 20px auto;
	}

	.circle-img {
		width: 180px;
		height: 180px;
	}

	.dot-pattern {
		width: 120px;
		height: 120px;
		top: -15px;
		left: -15px;
	}
}