/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
html,
body {
    margin: 0;
    font-size: 100%;
    background: #fff;
	font-family: 'Outfit', sans-serif;
	overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}
body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	font-family: 'Outfit', sans-serif;
}

body img {
    max-width: 100%;
}

a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
	color: #323648;
}
li {
    list-style-type: none;
}

p {
    margin: 0;
    font-size: 17px;
    line-height: 2em;
    letter-spacing: 2px;
    color: #707579;
    font-weight: 600;
}

ul {
    margin: 0;
    padding: 0;
}

@media (min-width: 1200px) {
    .container {
        max-width: 98%;
    }
}
/*-- top bar --*/
.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: linear-gradient(135deg, #0a0a1a, #0f2027, #203a43, #0a0a1a);
    padding: 10px 0;
    font-size: 13.5px;
    letter-spacing: 0.5px;
    border-bottom: 1px solid rgba(46,204,113,0.4);
    overflow: hidden;
}
.top-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(46,204,113,0.06), transparent);
    animation: topBarShine 4s ease-in-out infinite;
}
@keyframes topBarShine {
    0% { left: -100%; }
    50% { left: 100%; }
    100% { left: 100%; }
}
.top-bar .top-left span {
    color: #fff;
}
.top-bar .top-left .top-item {
    transition: color 0.3s ease;
}
.top-bar .top-left .top-item:hover {
    color: #fff;
}
.top-bar .top-left .fa {
    color: #2ecc71;
    margin-right: 5px;
    font-size: 14px;
    filter: drop-shadow(0 0 3px rgba(46,204,113,0.4));
}
.top-bar .top-left .divider {
    color: rgba(255,255,255,0.15);
    margin: 0 14px;
}
.top-bar .top-badge {
    color: #fff;
    font-size: 11.5px;
    letter-spacing: 1.5px;
    margin-right: 16px;
    padding: 4px 14px;
    border: 1px solid rgba(46,204,113,0.4);
    border-radius: 20px;
    text-transform: uppercase;
    background: rgba(46,204,113,0.1);
    transition: all 0.3s ease;
    font-weight: 600;
}
.top-bar .top-badge:hover {
    border-color: rgba(46,204,113,0.6);
    background: rgba(46,204,113,0.15);
    color: #fff;
}
.top-bar .top-badge .fa {
    color: #2ecc71;
    filter: drop-shadow(0 0 4px rgba(46,204,113,0.5));
}
.top-bar .top-right a {
    color: rgba(255,255,255,0.75);
    margin-left: 8px;
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.15);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.top-bar .top-right a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: #2ecc71;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: -1;
}
.top-bar .top-right a:hover::before {
    width: 40px;
    height: 40px;
}
.top-bar .top-right a:hover {
    color: #fff;
    border-color: #2ecc71;
    transform: translateY(-2px) scale(1.1);
    box-shadow: 0 4px 15px rgba(46,204,113,0.35);
}

/*-- header --*/

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    background: rgba(255,255,255,0.95);
    box-shadow: 0 4px 30px rgba(0,0,0,0.08), 0 1px 3px rgba(0,0,0,0.04);
    backdrop-filter: blur(14px) saturate(1.2);
    -webkit-backdrop-filter: blur(14px) saturate(1.2);
    border-bottom: none;
    transition: all 0.3s ease;
    padding: 0;
    margin: 0;
}
header .container {
    padding-top: 0;
    padding-bottom: 0;
    height: 100px;
}
header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(46,204,113,0.02), transparent 40%, rgba(46,204,113,0.015));
    pointer-events: none;
}
header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #2ecc71, #27ae60, #3498db, #2ecc71, #27ae60);
    background-size: 300% 100%;
    animation: shimmerLine 4s linear infinite;
}
@keyframes shimmerLine {
    0% { background-position: 300% 0; }
    100% { background-position: -300% 0; }
}

/* Nav CTA Button */
.nav-cta {
    background: linear-gradient(135deg, #2ecc71, #27ae60);
    color: #fff !important;
    padding: 9px 24px !important;
    border-radius: 50px;
    font-size: 11px !important;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-weight: 700;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 3px 15px rgba(46,204,113,0.3);
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}
@keyframes ctaGradient {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}
.nav-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
    transition: left 0.5s ease;
}
.nav-cta:hover::before {
    left: 100%;
}
.nav-cta:hover {
    box-shadow: 0 6px 25px rgba(46,204,113,0.45);
    color: #fff !important;
}
.nav-cta::after {
    display: none !important;
}

/* Nav separator dots */
.menu li.nav-dot {
    display: inline-flex;
    align-items: center;
    padding: 0 2px;
}
.menu li.nav-dot span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2ecc71, #27ae60);
    display: block;
    opacity: 0.45;
    box-shadow: 0 0 5px rgba(46,204,113,0.3);
}

.toggle,
[id^=drop] {
	display: none;
}

/* Giving a background-color to the nav container. */
nav { 
	margin:0;
	padding: 0;
}


#logo {
    flex-shrink: 0;
    max-width: 24%;
    display: flex;
    height: 112px;
    align-items: center;
}
#logo a {
	float: left;
    display: initial;
    margin: 0;
    padding: 0;
    border: none;
}
#logo a::after {
    display: none !important;
}
#logo a:hover {
    color: inherit;
}
.site-logo {
    width: 30em;
    height: auto;
    vertical-align: middle;
}
#logo a span.fa {
    color: #e8cd30;
}


/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	float: right;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	}
	
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	}

/* Styling the links */
nav a {
    color: #1a2a3a;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-left: 0;
    padding-right: 0;
	padding: 2px 0;
    font-weight: 700;
    font-size: 13.5px;
    position: relative;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

nav a:not(.nav-cta)::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #2ecc71, #27ae60);
    transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 2px;
}

nav a:not(.nav-cta):hover::after,
.menu li.active a:not(.nav-cta)::after {
    width: 100%;
}


nav ul li ul li:hover { background: #f8f9fa; }

/* Background color change on Hover */
nav a:not(.nav-cta):hover { 
	color: #2ecc71;
}
.menu li.active  a{ 
	color: #2ecc71;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 30px; 
    background: #fff;
    padding: 10px;
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
}
nav ul ul li a {
    color: #333;
    padding: 5px 10px;
    display: block;
}
nav ul li span {
    color: #ddd;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding-left: 0;
    padding-right: 0;
    font-weight: 700;
}
ul.menu li span.fa {
    color: #e8cd30;
}
/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:170px; 
}

/* Change ' +' in order to change the Dropdown symbol */
li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 991px) {

	/* Top bar responsive */
	.top-bar .container {
		flex-direction: column;
		gap: 4px;
	}
	.top-bar .top-left {
		text-align: center;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 0;
	}
	.top-bar .top-left .divider {
		margin: 0 8px;
	}
	.top-bar .top-right {
		text-align: center;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		gap: 4px;
	}
	.top-bar .top-badge {
		margin-right: 10px;
	}
	.top-bar {
		padding: 6px 0;
	}
	.banner_w3lspvt {
		margin-top: 130px;
	}
	nav {
		margin: 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		padding: 8px 0;
	}
	#logo {
		display: flex;
		padding: 0;
		max-width: none;
		float: none;
		order: 1;
	}
	.site-logo {
		width: 150px;
		height: auto;
	}
	.toggle {
		order: 2;
	}
	.menu {
		order: 3;
		width: 100%;
	}
	.menu li.active a {
		color: #009f4d;
	}
	nav ul li span {
		color: #333;
	}
	nav a {
		color: #333;
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}

	/* Styling the toggle label */
	.toggle {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 8px 14px;
		font-size: 20px;
		text-decoration: none;
		border: none;
		border-radius: 6px;
		background-color: #009f4d;
		color: #fff;
		cursor: pointer;
	}
	.menu .toggle {
		float: none;
		text-align: center;
		margin: auto;
		width: 30%;
		padding: 5px;
		font-weight: normal;
		font-size: 15px;
		letter-spacing: 1px;
	}

	.toggle:hover {
		color:#333;
		background-color: #fff;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
		background: #fff;
		padding: 15px 0;
		width:100%;
		text-align: center;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		padding: 7px 0;
		}
	nav a{
		padding: 5px 0;
	}
	nav a:hover {
		color: #333;
	}
	.login-icon {
		text-align: center;
	}
	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a {
		background-color: transparent;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
	nav ul ul ul a{
		padding:14px 20px;	
		color:#FFF;
		font-size:17px; 
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #fff; 
	}
	nav ul ul li a {
		font-size: 15px;
	}
	ul.inner-ul{
		padding: 0!important;
	}
	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
		padding: 0;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}

}

@media all and (max-width : 767px) {
	.top-bar {
		padding: 6px 0;
		font-size: 11px;
	}
	.top-bar .top-left {
		flex-wrap: wrap;
		gap: 2px 0;
	}
	.top-bar .top-left .top-item {
		display: inline-block;
	}
	.top-bar .top-left .divider {
		display: inline;
		margin: 0 6px;
	}
	.top-bar .top-right a {
		width: 26px;
		height: 26px;
		font-size: 12px;
	}
	.top-bar .top-badge {
		font-size: 9px;
		padding: 2px 8px;
		margin-right: 8px;
	}
	.banner_w3lspvt {
		margin-top: 120px;
	}
	.site-logo {
		width: 130px;
		height: auto;
	}
}

@media all and (max-width : 480px) {
	.top-bar .top-left .top-item {
		display: block;
		width: 100%;
		text-align: center;
	}
	.top-bar .top-left .divider {
		display: none;
	}
	.top-bar .top-right {
		flex-wrap: wrap;
		justify-content: center;
	}
	.top-bar .top-badge {
		margin: 0 0 4px 0;
	}
	.banner_w3lspvt {
		margin-top: 145px;
	}
	.site-logo {
		width: 120px;
		height: auto;
	}
}

@media all and (max-width : 330px) {

	nav ul li {
		display:block;
		width: 94%;
	}

}
.user span.fa {
    font-size: 25px;
    color: #fff;
}
/*-- //header --*/

/* banner style */
.banner_w3lspvt {
    position: relative;
    z-index: 1;
    margin-top: 110px;
}

.banner-top {
    background: url(../images/3.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.banner-top1 {
    background: url(../images/1.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.banner-top2 {
    background: url(../images/5.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.banner-top3 {
    background: url(../images/2.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.w3layouts-banner-info {
    padding-top: 16em;
}

.w3layouts-banner-info h3 {
    font-size: 2em;
    text-shadow: 3px 4px 6px rgba(45, 45, 45, 0.15);
    font-weight: 600;
    color: #fff;
    letter-spacing: 10px;
    text-transform: uppercase;
}
.w3layouts-banner-info p {
    max-width: 650px;
    color: #fff;
}
.w3layouts-banner-info h4 {
    color: #eee;
    letter-spacing: 5px;
	line-height: 35px;
	text-transform: capitalize;
}

.w3layouts-banner-info i {
    vertical-align: middle;
}

.banner-top,
.banner-top1,
.banner-top2,
.banner-top3 {
    min-height: 770px;
}
.overlay {
    min-height: 770px;
    background: rgba(0, 0, 0, 0.4);
}
.overlay1 {
    min-height: 770px;
    background: rgba(0, 0, 0, 0.5);
}

.button-style {
    padding: 15px 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: 2px solid #ccc;
    background: none;
    display: inline-block;
}

.button-style:hover {
    color: #fff;
}

/*-- //banner style --*/

/*-- about --*/
h3.heading {
    font-size: 40px;
    letter-spacing: 2px;
    font-weight: 600;
}
p.about-text {
    width: 80%;
}
.feature-grids .f-icon {
    vertical-align: middle;
    background: #009f4d;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: 0.5em auto 0;
    border-radius: 50%;
}
.feature-grids span.fa {
    color: #fff;
    font-size: 20px;
    line-height: 70px;
}
.feature-grids h3 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 30px;
    text-transform: uppercase;
}
.feature-grids  p {
    letter-spacing: 1px;
}
/*-- //about --*/

/*-- core grids --*/
.core-grids {
    align-items: center;
}
.core-grids p {
    letter-spacing: 1px;
    line-height: 1.8;
}
.core-left img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}
.core-right h4 {
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
}
/*-- //core grids --*/

/*-- works --*/
.serives-agile {
    background: #009f4d;
}
.serives-agile h3.heading{
	color: #fff;
}
.welcome-grid {
    width: 20%;
    float: left;
}

.welcome-grid h4 {
    font-size: 22px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.welcome-grid span.fa {
    color: #5eca9f;
    color: #e8cd30;
    font-size: 50px;
    margin-bottom: 10px;
}

.welcome-grid p {
    color: #ccc;
    line-height: 1.8em;
    font-size: 16px;
}
/*-- //works --*/

/*-- bg --*/
.background-img {
    background: url(../images/5.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}
.overlay-clr {
    background: rgba(0, 0, 0, 0.5);
}
.bg-middle p {
    letter-spacing: 1px;
    color: #ccc;
    line-height: 28px;
}
.bg-right ul li {
    letter-spacing: 1px;
    color: #ddd;
    line-height: 30px;
    font-size: 17px;
    font-weight: 600;
	text-transform: capitalize;
}
.bg-left h4 {
    font-size: 26px;
    line-height: 42px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
/*-- //bg --*/

/*-- blog info --*/

.blog-grids {
	/* margin-bottom: 120px; */
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.blog-left,.blog-middle,.blog-right{
	position: relative;
	display: flex;
	flex-direction: column;
	height: -webkit-fill-available;
	height: -moz-fill-available;
	height: fill-available;
}
.blog-info {
	background: #fff;
	padding: 30px;
	margin-top: 0;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.08), 0 5px 8px 0 rgba(0, 0, 0, 0.12), 0 1px 14px 0 rgba(0, 0, 0, 0.06);
	flex: 1 1 auto;
	min-height: 180px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.blog-info p {
    letter-spacing: 1px;
    line-height: 28px;
}
.blog-info h4 {
    font-size: 22px;
    line-height: 42px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
}
.blog-info h4 span.fa {
    color: #009f4d;
}
/*-- //blog info --*/


/*--  text --*/
.text {
    background: url(../images/2.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.text:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
    background: #000;
}
.text h3.heading{
	color: #fff;
}
.text h3.heading span {
    color: #e8cd30;
}
.text p {
    color: #ccc;
    width: 80%;
    margin: auto;
    letter-spacing: 1px;
}
.text a.btn {
    font-size: 17px;
    letter-spacing: 2px;
    color: #333;
    font-weight: 700;
    padding: 12px 25px;
    margin-top: 30px;
    border-radius: 4px;
    background: #e8cd30;
    display: inline-block;
}
.text a.btn1 {
    font-size: 17px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 700;
    padding: 12px 25px;
    margin-top: 30px;
    border-radius: 4px;
    background: #009f4d;
    display: inline-block;
}
/*--  //text --*/

/*-- footer --*/

p.footer-para {
    max-width: 650px;
    font-size: 15px;
}

/*-- footer --*/
.footer-logo {
    height: 115px;
    filter: brightness(0) invert(1);
}
.footer-desc {
    color: #adb5bd;
    font-size: 14px;
    line-height: 1.8;
}
.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 50%;
    margin-right: 8px;
    transition: all 0.3s ease;
}
.footer-social a span {
    color: #adb5bd;
    font-size: 14px;
    transition: color 0.3s ease;
}
.footer-social a:hover {
    background: #2ecc71;
    border-color: #2ecc71;
    transform: translateY(-3px);
}
.footer-social a:hover span {
    color: #fff;
}
.footer-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}
.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #2ecc71;
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li {
    margin-bottom: 10px;
}
.footer-links li a {
    color: #adb5bd;
    font-size: 14px;
    transition: all 0.3s ease;
}
.footer-links li a:hover {
    color: #2ecc71;
    padding-left: 5px;
}
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-contact li {
    color: #adb5bd;
    font-size: 14px;
    margin-bottom: 14px;
    line-height: 1.6;
}
.footer-contact li span.fa {
    color: #2ecc71;
    margin-right: 10px;
    width: 16px;
}
.footer-contact li a {
    color: #adb5bd;
    transition: color 0.3s ease;
}
.footer-contact li a:hover {
    color: #2ecc71;
}
.footer-bottom {
    border-top: none;
    position: relative;
    overflow: hidden;
    padding-top: 40px;
}
/* Ocean water base */
.footer-bottom .sea {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    height: 14px;
    overflow: hidden;
}
/* Wave SVG layers */
.footer-bottom .wave {
    position: absolute;
    width: 200%;
    height: 14px;
    bottom: 0;
    left: 0;
}
.footer-bottom .wave1 {
    animation: waveFlow 4s linear infinite;
    opacity: 0.6;
}
.footer-bottom .wave2 {
    animation: waveFlow 6s linear infinite reverse;
    opacity: 0.3;
    bottom: 1px;
}
.footer-bottom .wave3 {
    animation: waveFlow 8s linear infinite;
    opacity: 0.15;
    bottom: 2px;
}
@keyframes waveFlow {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Ship wrapper */
.footer-ship-wrap {
    position: absolute;
    bottom: 30px;
    z-index: 2;
    animation: shipSail 40s linear infinite;
}
@keyframes shipSail {
    0% { left: -120px; }
    100% { left: 110%; }
}

/* Ship bobbing on waves */
.footer-ship-wrap svg {
    width: 140px;
    height: auto;
    animation: shipBob 4s ease-in-out infinite;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.25));
}
@keyframes shipBob {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    25% { transform: translateY(-2px) rotate(-1deg); }
    50% { transform: translateY(1px) rotate(0.8deg); }
    75% { transform: translateY(-1.5px) rotate(-0.5deg); }
}

/* Wake/trail behind ship */
.footer-ship-wrap::after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 65px;
    width: 100px;
    height: 3px;
    background: linear-gradient(to left, rgba(255,255,255,0.25), transparent);
    border-radius: 2px;
    animation: shipBob 4s ease-in-out infinite;
}
.footer-bottom p {
    color: #6c757d;
    font-size: 13px;
    margin: 0;
    padding-top: 40px;
}
footer {
    background: #1a1a2e;
}
/*-- //footer --*/

.w3l-copy p a {
    color: #aaa;
}
/*-- //copyright --*/
/*-- //footer --*/

/*-- inner banner --*/
.inner-banner{
    background: url(../images/2.jpg) no-repeat center;
    background-size: cover;
	min-height: 250px;
	position: relative;
	margin-top: 110px;
}
.inner-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
    background: #000;
}
/*-- //inner banner --*/

/*-- about page --*/
.about-left h5 {
    color: #009f4d;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 24px;
}
.about-left h3 {
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
}
.about-left h4 {
    line-height: 1.5;
    font-size: 25px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: capitalize;
}
.about-right p{
	letter-spacing: 1px;
}

.about span.fa-quote-left {
    font-size: 20px;
    vertical-align: top;
    color: #009f4d;
}

.banner-bottom {
    background: #f8f9fa;
}

.wthree_banner_bottom_grid_left span {
    background: #ffc168;
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    font-size: 38px;
    line-height: 2;
}

.wthree_banner_bottom_grid_left.icons-w3pvt2 span {
    background: #ff4f81;
}

.wthree_banner_bottom_grid_left.icons-w3pvt3 span {
    background: #2dde98
}


/* about bottom */

h4.abt-text {
    font-size: 1.5em;
    letter-spacing: 2px;
    color: #fff;
    line-height: 1.4em;
}
.abt_bottom{
    background: #009f4d;
}
.abt_bottom a.serv_link {
    font-size: 17px;
    letter-spacing: 2px;
    color: #333;
    font-weight: 700;
    padding: 12px 25px;
    border-radius: 4px;
    background: #e8cd30;
    display: inline-block;
	margin-top:10px;
}
/* //about bottom */

/* stats */
section.w3_stats {
    background: url(../images/1.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
section.w3_stats .overlay-clr {
    background: rgba(0, 0, 0, 0.7);
}
section.w3_stats h3.heading {
	color: #fff;
	font-size: 2.2em;
	letter-spacing: 1px;
}

/* Counter Cards */
.counter-card {
    text-align: center;
    padding: 30px 15px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(6px);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.counter-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.14);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}
.counter-icon-wrap {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 50%;
    background: linear-gradient(135deg, #28a745, #218838);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.4);
}
.counter-icon-wrap .fa {
    color: #fff;
    font-size: 1.8em;
}
.counter-number {
    font-size: 2.8em;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}
p.count-text {
    letter-spacing: 2px;
    font-weight: 600;
	color: rgba(255, 255, 255, 0.8);
    font-size: 0.85em;
    margin-top: 6px;
}

/* //stats */

/* commitment section */
.commitment-section {
    background: #edf7ed;
}
.commitment-section h3.heading {
    color: #1b4332;
}
.commitment-card {
    text-align: center;
    padding: 40px 20px;
}
.commitment-icon {
    margin-bottom: 20px;
}
.commitment-icon .fa {
    font-size: 4em;
    color: #1b4332;
}
.commitment-percent {
    font-size: 2.6em;
    font-weight: 700;
    color: #1b4332;
    font-style: italic;
    margin-bottom: 8px;
}
.commitment-label {
    font-size: 1.1em;
    font-weight: 600;
    color: #1b4332;
    letter-spacing: 1px;
}
/* //commitment section */

/* news */
.news{
    background: #f8f9fa;
}
.feedback-info h4 {
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
}
.feedback-info p {
    letter-spacing: 1px;
    line-height: 1.8em;
}

.feedback-info h4 a {
    letter-spacing: 1px;
    line-height: 1.4;
}


.feedback-img {
    float: left;
    width: 25%;
}

.feedback-img-info {
    float: right;
    width: 68%;
    margin: 1.5em 0 0 1em;
}

.feedback-img-info h5 {
    color: #504e4e;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 600;
}
.feedback-info {
    background: #fff;
}
/* //news */

/*-- team --*/
.team-text h4 {
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 1em;
}
.caption ul li {
    display: inline-block;
    margin: 0 5px;
}
.caption ul li a {
    color: #aaa;
    font-size: 14px;
}
/*-- //team --*/

/*-- //about page --*/


/*-- services page --*/
/* home grid */

.home-grid {
    padding: 1.5em;
    border: 1px solid #555;
    position: relative;
	text-align: center;
}

.home-grid span {
    color: #009f4d;
    font-size: 1.5em;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0px;
    padding: 2px 7px;
}


.wthree-bnr-btn {
    display: inline-block;
    border-top: 1px solid #1dc6bc;
    border-radius: 0;
    margin-top: 1em;
    padding: 10px 0;
    color: #5341b4;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 800;
}

h4.home-title {
    font-size: 22px;
    line-height: 42px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
}

.home-grid p {
    letter-spacing: 1px;
}

.title-w3ls {
    margin-bottom: 3em;
}

/* //home grid */

/* newsletter */
.newsletter_right_w3.py-5 {
    background: #f8f9fa;
}

p.sub-tittle {
    max-width: 700px;
    margin: 0 auto;
    font-size: 15px;
	letter-spacing: 1px;
}

.n-right-w3ls {
    width: 65%;
    margin: auto;
}
form.newsletter {
    background: #fff;
    padding: 0.3em;
    border-radius: 4px;
    box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
}

.newsletter .email {
    outline: none;
    padding: 12px 15px;
    color: #777;
    width: 68%;
    background: transparent;
    text-transform: capitalize;
    border: none;
    letter-spacing: 2px;
    font-weight: 600;
}

.newsletter button.btn {
    color: #fff;
    border: none;
    padding: 12px 15px;
    text-transform: uppercase;
    text-decoration: none;
    background: #009f4d;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    float: right;
    cursor: pointer;
    width: 27%;
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: 2px;
}

/* //newsletter */
/*-- //services page --*/

/*-- contact --*/ 
.contact-left input[type="text"],.contact-left input[type="email"]{
	border: 1px solid #ccc;
    font-size: 1em;
    color: #828282;
    background: none;
    width: 100%;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 15px 20px;
    outline: none;
}
.contact-right textarea{
	border:1px solid #ccc;
	font-size:1em;
	color:#828282;
	background:none;
	width:100%;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 15px 20px;
	outline:none;
    min-height: 8.5em;
	resize:none;
}
.contact-left input[type="email"]{
	margin:1.5em 0;
}
.contact-right button.btn { 
    padding: .8em 1em;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 1em;
    background: #009f4d;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	transition: 0.5s all;
    outline: none;
    margin: 1em 0 0;
	border-radius: 0px;
    width: 100%;
	border:1px solid #4caf50;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.address-row {
    margin:0 0 2em;
}
.address-right {
    text-align: left;
    padding-left: 2em;
}
.contact-w3lsright h6 {
    font-size: 1.8em;
    color: #595c65;
    font-weight: 300;
    line-height: 1.8em;
    text-transform: uppercase; 
}
.contact-w3lsright h6 span {
    color: #03A9F4; 
} 
.address-row .contact-icon {
    background: #009f4d;
    width:60px;
	height:60px;
	line-height: 60px;
	text-align: center;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
    border-radius: 50%;
}
.address-row span.fa {
    font-size: 1.2em;
	line-height: 60px;
    color: #fff;
}
.address-row h5 {
    font-size: 1.6em;
    margin-bottom: .3em;
    font-weight: 700;
}
.address-row p{
	letter-spacing: 1px;
}
.address-row p a {
    color: #707579;
}
.address h4 {
    font-size: 1.8em;
    color: #00BCD4;
    margin-bottom: 0.6em;
    text-transform: uppercase;
}
.map iframe {
    outline: none;
    border: none;
    width: 100%;
    height: 350px;
}
/*-- //contact --*/  

/*-- coming sooon page --*/
.comingsoon {
    background: url(../images/comingsoon.jpg) no-repeat center;
    background-size: cover;
    min-height: 250px;
    position: relative;
}
.comingsoon h4 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 2px;
}
.comingsoon p {
    letter-spacing: 1px;
}

/*-- //coming sooon page --*/


/*-- move top --*/
a.move-top {
    width: 34px;
    height: 34px;
    background: url(../images/move-top.png) no-repeat;
    display: inline-block;
    position: fixed;
    bottom: 4%;
    right: 2%;
    z-index: 0;
}
/*-- //move top --*/


/*-- Responsive design --*/

@media(max-width:1366px) {
	.banner-top, .banner-top1, .banner-top2, .banner-top3,.overlay,.overlay1 {
		min-height: 750px;
	}
}
@media(max-width:1280px) {
	.banner-top, .banner-top1, .banner-top2, .banner-top3,.overlay,.overlay1 {
		min-height: 720px;
	}
}
@media(max-width:1080px) {
	.w3layouts-banner-info h3 {
		font-size: 3.5em;
	}
	.w3layouts-banner-info {
		padding-top: 14em;
	}
	.banner-top, .banner-top1, .banner-top2, .banner-top3,.overlay,.overlay1 {
		min-height: 650px;
	}
	p.about-text {
		width: 85%;
	}
	.core-right h4 {
		font-size: 23px;
	}
	.bg-left h4 {
		font-size: 21px;
	}
	.blog-grids {
		margin-bottom: 0;
	}
	.feedback-info h4 {
		letter-spacing: 3px;
	}
	h4.abt-text {
		font-size: 2.2em;
		letter-spacing: 1px;
	}
	.feedback-info h4 {
		letter-spacing: 2px;
	}
	.inner-banner {
		min-height: 200px;
	}
}

@media(max-width:991px) {
	.w3layouts-banner-info {
		padding-top: 12em;
	}
	h3.heading {
		font-size: 36px;
	}
	.welcome-grid {
		width: 33.33%;
		float: left;
	}
	.blog-grids {
		margin-bottom: 0;
	}
	.text p {
		width: 100%;
	}
	p.about-text {
		width: 100%;
	}
	.w3layouts-banner-info h4 {
		font-size: 22px;
		letter-spacing: 3px;
		line-height: 25px;
	}	
	.banner-top, .banner-top1, .banner-top2, .banner-top3,.overlay,.overlay1 {
		min-height: 600px;
	}
	.about-left h3 {
		font-size: 29px;
		letter-spacing: 1px;
	}
	.about-left h4 {
		font-size: 23px;
		letter-spacing: 1px;
	}
	h4.abt-text {
		font-size: 2em;
		letter-spacing: 1px;
	}
	.feedback-img {
		width: 10%;
	}
	.feedback-img-info {
		width: 86%;
	}
	.counter-number {
		font-size: 2em;
	}
	.counter-icon-wrap {
		width: 55px;
		height: 55px;
	}
	.counter-icon-wrap .fa {
		font-size: 1.4em;
	}
	.n-right-w3ls {
		width: 80%;
	}
}

@media(max-width:800px) {
	h3.heading {
		font-size: 33px;
	}
	.logo2 a {
		font-size: 30px;
	}
	.text a.btn1,.text a.btn {
		font-size: 15px;
		padding: 10px 25px;
		letter-spacing: 1px;
	}
	.w3layouts-banner-info h3 {
		font-size: 3em;
	}
	#logo a {
		font-size: .7em;
	}
	.address-row h5 {
		font-size: 1.4em;
	}
	.address-row .contact-icon {
		width: 55px;
		height: 55px;
		line-height: 55px;
	}
	.address-row span.fa {
		font-size: 1em;
		line-height: 55px;
	}
	.map iframe {
		height: 300px;
	}
}
@media(max-width:736px) {
	.w3layouts-banner-info h4 {
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 25px;
	}
	p.about-text {
		width: 100%;
		letter-spacing: 1px;
	}
	.welcome-grid {
		width: 50%;
	}
	.blog img {
		width: 100%;
	}
	.blog-info {
		top: 0;
	}
	.w3l-copy p {
		font-size: 16px;
	}
	.blog-info h4 {
		font-size: 20px;
		line-height: 35px;
	}
	.welcome-grid span.fa {
		font-size: 40px;
	}
	.inner-banner {
		min-height: 150px;
	}
	.about-left h3 {
		font-size: 24px;
	}
	.about-left h4 {
		font-size: 20px;
		letter-spacing: 1px;
	}
	.n-right-w3ls {
		width: 100%;
	}
	.comingsoon h4 {
		font-size: 35px;
	}
}
@media(max-width:600px) {
	.core-right h4 {
		font-size: 21px;
		line-height: 38px;
	}
	.core-left img {
		height: 250px;
	}
	p {
		font-size: 16px;
	}
	.w3layouts-banner-info p {
		font-size: 15px;
	}
	.w3layouts-banner-info h3 {
		font-size: 2.7em;
		letter-spacing: 5px;
	}
	.button-style {
		padding: 13px 35px;
		font-size: 14px;
	}
	.w3layouts-banner-info {
		padding-top: 10em;
	}
	.feature-grids h3,.welcome-grid h4 {
		font-size: 20px;
		letter-spacing: 2px;
	}
	.banner-top, .banner-top1, .banner-top2, .banner-top3, .overlay, .overlay1 {
		min-height: 570px;
	}
	.team-text h4 {
		font-size: 18px;
		letter-spacing: 1px;
	}
	h4.abt-text {
		font-size: 1.8em;
		letter-spacing: 1px;
	}
	.feedback-img {
		width: 15%;
	}
	.feedback-img-info {
		width: 81%;
	}
	h4.home-title {
		font-size: 21px;
		line-height: 35px;
	}
	p {
		font-size: 15px;
		line-height: 1.8em;
	}
	.welcome-grid {
		width: 100%;
		margin-bottom: 20px;
	}
	.feedback-img {
		float: none;
		width: 60px;
		margin: 0 auto 10px;
	}
	.feedback-img-info {
		float: none;
		width: 100%;
		text-align: center;
	}
	.map iframe {
		height: 250px;
	}
	.footer-logo {
		height: 80px;
	}
	.footer-ship-wrap svg {
		width: 100px;
		height: auto;
	}
}
@media(max-width:568px) {
	
	.blog-left, .blog-middle {
		margin-bottom: 2em;
	}
	.banner-top, .banner-top1, .banner-top2, .banner-top3, .overlay, .overlay1 {
		min-height: 520px;
	}
	.blog-grids {
		margin-bottom: 0;
	}
	.about-left h5 {
		font-size: 18px;
	}
}
@media(max-width:480px) {
	p {
		font-size: 14px;
		line-height: 1.6em;
	}
	.core-left img {
		height: 200px;
	}
	.w3layouts-banner-info {
		padding: 0 15px;
	}
	.w3layouts-banner-info h3 {
		letter-spacing: 4px;
	}
	.map iframe {
		height: 200px;
	}
	.footer-logo {
		height: 60px;
	}
	.footer-bottom {
		padding-top: 25px;
	}
	.footer-ship-wrap svg {
		width: 80px;
		height: auto;
	}
	.logo2 a {
		font-size: 25px;
	}
	h3.heading {
		font-size: 28px;
	}
	.w3layouts-banner-info h3 {
		font-size: 2.2em;
		letter-spacing: 4px;
	}
	.banner-top, .banner-top1, .banner-top2, .banner-top3, .overlay, .overlay1 {
		min-height: 500px;
	}
	.w3layouts-banner-info {
		padding-top: 8em;
	}
	.bg-left h4 {
		font-size: 20px;
		line-height: 36px;
	}
	.blog-info {
		top: 0;
		min-height: auto;
		padding: 15px;
	}
	.about-left h3 {
		font-size: 22px;
		line-height: 34px;
	}
	.feedback-img {
		width: 18%;
	}
	.feedback-img-info {
		width: 76%;
	}
	.newsletter button.btn {
		width: 31%;
		font-size: 15px;
	}
	.comingsoon h4 {
		font-size: 30px;
		letter-spacing: 1px;
	}
	.comingsoon .col-lg-6 {
		text-align: center;
	}
}
@media(max-width:414px) {
	.csslider>.arrows label {
		padding: 8px !important;
	}
	#logo a {
		font-size: .65em;
	}
	.toggle {
		font-size: 17px;
	}
	.w3layouts-banner-info h3 {
		font-size: 2em;
		letter-spacing: 3px;
	}
	.w3layouts-banner-info h4 {
		font-size: 16px;
		letter-spacing: 2px;
	}
	.welcome-grid p {
		font-size: 15px;
	}
	.welcome-grid span.fa {
		font-size: 35px;
		margin-bottom: 0px;
	}
	.core-right h4 {
		font-size: 19px;
		letter-spacing: 1px;
		line-height: 36px;
	}
	.blog-left, .blog-middle {
		margin-bottom: 4em;
	}
	.blog-grids {
		margin-bottom: 0;
	}
	.bg-left h4 {
		font-size: 19px;
		line-height: 36px;
		letter-spacing: 1px;
	}
	.contact-left-footer ul li p a, .contact-left-footer ul li p {
		font-size: 15px;
	}
	.blog-grids {
		margin-bottom: 0;
	}
	h4.abt-text {
		font-size: 1.6em;
	}
	.abt_bottom a.serv_link {
		font-size: 15px;
		letter-spacing: 1px;
		padding: 10px 25px;
	}
	.counter-number {
		font-size: 1.8em;
	}
	.counter-card {
		padding: 20px 10px;
	}
	.counter-icon-wrap {
		width: 50px;
		height: 50px;
	}
	.counter-icon-wrap .fa {
		font-size: 1.2em;
	}
	p.count-text {
		letter-spacing: 1px;
		font-size: 0.7em;
	}
	.quality-badge {
		padding: 15px 20px;
		flex-direction: column;
		text-align: center;
	}
	.quality-circle {
		width: 80px;
		height: 80px;
	}
	.quality-ok {
		font-size: 1.2em;
	}
	.quality-label {
		align-items: center;
	}
	.feedback-info h4 {
		letter-spacing: 2px;
		font-size: 18px;
	}
	h4.home-title {
		font-size: 19px;
	}
	.newsletter .email {
		width: 64%;
		font-size: 15px;
	}
	.newsletter button.btn {
		width: 35%;
		font-size: 15px;
	}
	.address-row h5 {
		font-size: 1.2em;
	}
	.address-right {
		padding-left: 1em;
	}
	.address-row .contact-icon {
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
	.address-row span.fa {
		font-size: 0.9em;
		line-height: 45px;
	}
	.abt_bottom {
		padding: 20px 0;
	}
	h4.abt-text {
		font-size: 1.4em;
		line-height: 1.5;
	}
	.abt_bottom .col-md-3 {
		text-align: center;
		margin-top: 15px;
	}
}
@media(max-width:384px) {
	.feature-grids h3, .welcome-grid h4 {
		font-size: 18px;
		letter-spacing: 2px;
	}
	.w3layouts-banner-info p {
		letter-spacing: 1px;
	}
	.blog-left, .blog-middle {
		margin-bottom: 6em;
	}
	.csslider>.arrows label {
		padding: 7px;
	}
	.blog-grids {
		margin-bottom: 0;
	}
	.about-left h4 {
		font-size: 18px;
	}
	h4.abt-text {
		font-size: 1.4em;
	}
	.newsletter .email {
		width: 62%;
		font-size: 14px;
	}
	.newsletter button.btn {
		width: 38%;
		font-size: 14px;
	}
	.inner-banner {
		min-height: 130px;
	}
	.address-right {
		padding-left: 1.5em;
	}
	.contact-left input[type="text"], .contact-left input[type="email"],.contact-right textarea {
		padding: 12px 15px;
		font-size: 16px;
	}
	.contact-left input[type="email"] {
		margin: 1em 0;
	}
	.newsletter .email,
	.newsletter button.btn {
		width: 100%;
		float: none;
		display: block;
	}
	.newsletter button.btn {
		margin-top: 8px;
	}
}
@media(max-width:375px) {
	.w3layouts-banner-info h3 {
		font-size: 1.6em;
		letter-spacing: 2px;
	}
	.w3layouts-banner-info h4 {
		font-size: 15px;
		letter-spacing: 1px;
	}
	.banner-top, .banner-top1, .banner-top2, .banner-top3, .overlay, .overlay1 {
		min-height: 400px;
	}
	h3.heading {
		font-size: 24px;
	}
	.welcome-grid h4 {
		font-size: 16px;
	}
	.comingsoon h4 {
		font-size: 24px;
	}
}
@media(max-width:320px) {
	.w3layouts-banner-info h3 {
		font-size: 1.4em;
		letter-spacing: 1px;
	}
	.banner-top, .banner-top1, .banner-top2, .banner-top3, .overlay, .overlay1 {
		min-height: 350px;
	}
	h3.heading {
		font-size: 22px;
	}
}

/*-- //Responsive design --*/

/*-- product images --*/
.services .row img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
@media(max-width: 767px) {
    .services .row img {
        height: 180px;
    }
}
@media(max-width: 480px) {
    .services .row img {
        height: 140px;
    }
}
/*-- //product images --*/