@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
 @import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css");
 @import url('https://fonts.googleapis.com/css2?family=Poppins&family=Roboto+Slab:wght@700&display=swap');
:root {
 --brand-color-green1: #5fb03b;
 --brand-color-green2: #2f8b7b;
 --brand-color-green: #17453c;
 --bs-gray-333:#333;
}
#nav-up {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99999;
	font-size: 18px;
	background-color:  var( --brand-color-green1);
	color: white;
	cursor: pointer;
	width: 48px;
	outline: none;
	border-width: 1px;
	border-style: solid;
	border: 1px solid var( --brand-color-green1);
	border-image: initial;
	padding: 10px 5px;
	border-radius: 50%;
	box-shadow: 0 2px 4px 0 rgb(37 34 25);
	visibility: visible !important;
}
#nav-up:hover {
	background-color: rgb(255, 255, 255);
	color:  var( --brand-color-green1);
}
body {
	padding-top: 0 !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
}
p {
	font-family: 'Roboto', sans-serif;
	color: #666;
	font-size: 1rem;
	line-height:25px;
}
span {
	font-family: 'Roboto', sans-serif;
}
a {
	font-family: 'Roboto', sans-serif;
}
img {
	width: 100%;
}
ul.fGalleryImages {
	padding: 0px;
	margin: 0px;
}
ul.fGalleryImages.fGalleryList {
	position: relative;
	margin: 0px;
	list-style: none;
	padding: 0px;
}
footer#fFooter ul, footer#fFooter ul li {
	margin: 0px 10px 0 0;
	list-style: none;
	padding: 0px;
	display: inline-flex;
	margin-top: 20px;
}
a.fButton, .fForm .buttons input {
	padding: 14px 40px;
	/*margin: -15px 0px;*/
	text-decoration: none;
	display: inline-block;
	color: #fff;
	font-size: 1rem;
	text-align: center;
	background-color: var( --brand-color-green);
	border:1px solid var( --brand-color-green);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.fButton:hover, .fForm .buttons input:hover {
	background: #fff;
	color:var( --brand-color-green);
}
.fModuleTitle h3 {
	text-align: center;
	color: var( --brand-color-green);
	font-weight: 600;
	font-size: 35px;
	text-transform: capitalize;
}



.fForm label {
    float: left;
    text-align: left;
    font-size: 16px;
	width: 100%;
	font-family: 'Roboto', sans-serif;
}

.fForm .buttons {
    padding: 0;
}


.fForm .form-heading {
    font-weight: 300;
    margin-top: 0;
    padding: 0 0 7px;
}

/* .fForm .buttons input:hover {
    background-color: #fff;
    color: var(--brand-color-blue);
} */

.fForm input,
.fForm select,
.fForm textarea {
    padding: 0.85rem 10px;
	font-family: 'Roboto', sans-serif;
	width: 100%;
    border: 1px solid #17453c;
}

/* Home page : Why Choose Us */
 .f-why-choose{
  background-color:#39a492;
  }
  .f-why-choose title{
  color:white;
  }
  .f-why-choose .fModuleTitle h3 {
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 35px;
    text-transform: capitalize;
}
 .f-why-choose .f-media-image img {
    width: 100%;
    height: 100%;
  object-fit:cover;
}
  
.f-why-choose .accordion-flush .accordion-item {
    background-color: transparent;
    border-bottom: 1px solid #dedede44;
}

.f-why-choose .accordion-flush .accordion-item .accordion-button {
    background-color: transparent;
    box-shadow: none;
    color: white;
  font-size: 1.2rem;
}

.f-why-choose .accordion-body {
    color: white;
    padding-left: 0;
    padding-right: 0;
}

.f-why-choose .accordion-button {
    text-align: start;
    padding-left: 0;
}

.f-why-choose .accordion-button::after,
.f-why-choose .accordion-button:not(.collapsed)::after {
    color: white;
    background-color: white;
    background-image: unset;
    height: 7px;
    width: 10px;
    clip-path: polygon(0 0, 55% 100%, 100% 0);
}
  .f-why-choose .accordion-body {
    color: white;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
}

/***********--------------**************/
header .fModule.fLogo {
	padding-left: 0;
	padding-right: 0;
}
header ul, header ul li {
	margin: 0px;
	list-style: none;
	padding: 0px;
}
.fHeader1 .menu-horizontal {
	padding-right: 0%;
}
header.fHeader1.active {
	box-shadow: 0px 0px 10px #00000040;
	position: fixed;
}
header.fHeader1 {
	position: relative;
	width: 100%;
	display: block;
	z-index: 9999;
	background: white;
}
.fPageTitle {
	background: #3aa593;
	text-align: center;
	color: #fff;
	padding: 5rem 0 5rem;
	margin-bottom: 3rem;
	text-transform: uppercase;
}
.Ftop-header-logo li.fGalleryItem {
	width: 42%;
}
.fHeader1 .menu-horizontal {
	background: transparent !important;
	justify-content: right;
	padding:25px 0 25px 0;
}
.menu-hover-1 .fMenu > li > a {
	font-size: 18px;
	font-weight: 600;
	margin-left: 34px;
	position: relative !important;
	padding: 0!important;
	text-transform: none;
	color:  var(--brand-color-green);
	font-family: 'Karla', sans-serif;
	letter-spacing: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 700;
	/* text-transform: uppercase; */
    line-height: 1.2em;
	letter-spacing: 1.4px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}
 .header-middle-container-row ul li a::before {
 content: '';
 height: 1px;
 width: 0;
 -webkit-transition: all .3s linear 0ms;
 -khtml-transition: all .3s linear 0ms;
 -moz-transition: all .3s linear 0ms;
 -ms-transition: all .3s linear 0ms;
 -o-transition: all .3s linear 0ms;
 transition: all .3s linear 0ms;
 position: absolute;
 bottom: 0;
 left: 0;
 background: var(--brand-color-green);
}
.menu-horizontal nav ul.fMenu {
	justify-content: right;
}
/* header top start here */

.fheaderrowToptwo {
	background: linear-gradient(90deg, #3aa593 42%, #39a492 42%, #3aa593 100%);
	position: relative;
	z-index: 1;
}
 .itsoft-header-top::after {
 content: '';
 position: absolute;
 top: 0;
 left: -8%;
 width: 59%;
 height: 100%;
 z-index: -1;
 transform: skew(-26deg);
 padding-left: 20px;
 background: #ececec;
}
.itsoft-header-top {
	padding:13px 0 13px 0;
}
.email span a {
	color:var( --brand-color-green);
	font-size:14px;
	margin:0 20px 0 0;
}
ul.social-media li {
	font-size: 14px;
	float: right;
}
ul.social-media li a {
	color:var( --brand-color-green);
}
.banner-text {
	position: absolute;
	top: 40%;
	color: #fff;
	font-size: 2rem !important;
	left: 7.8%;
}
img.logo {
	width: 150px;
	position: absolute;
	top: -1px;
}
li#menu-item-24536 i.fa-solid.fa-house {
	color:var(--brand-color-green2);
}
.banner-text h3 {
	font-size:2rem;
	line-height:40px;
}
span.pro {
	color: #ffffff;
	font-size: 3.7rem;
	font-weight:700;
	margin-bottom:40px;
}
h3 span.pro {
	margin-bottom:50px;
}
.boxes .f-list-item-container {
	padding: 30px;
	overflow: hidden;
	background: #fff;
	margin: 5px 0px 25px;
	box-shadow: 0 0 5px #e9e3e3;
	text-align:center;
}
.boxes p {
	height:60px;
}
.boxes .f-list-item-container:hover {
	background:var( --brand-color-green);
}
.boxes .f-list-item-container:hover p {
	color:#fff;
}
.boxes {
	position: relative;
	margin: 0px 0 0 0;
}
.boxes img {
	height:250px;
	object-fit:cover;
}
a.fButton.blue {
	background:linear-gradient(90deg, #3aa593 42%, #39a492 42%, #3aa593 100%);
}
.boxes .f-list-item-node.f-list-item-title {
	display:none;
}
.boxes1 img {
	width: 300px;
	border: 7px solid #3aa593;
	padding: 10px;
	float:left;
	margin:0 30px 0 0;
}
.boxes1 {
	background:#f7f7f7;
}
.integrity {
	text-align:center;
}
.section4 img {
	float: right;
	width: 40% !important;
    padding: 10px 0px 0px 99px;
}
.section4 {
	background:url(https://storage.unitedwebnetwork.com/files/1035/5cfe9bdd5ac486062888e4fbf56ea59a.jpg) no-repeat center center;
	background-size: cover;
}
.section4 h3 {
	color:#fff;
}
.section4 p {
	color:#fff;
}

footer#fFooter {
	background:var(--brand-color-green2);
	padding:40px 0 40px 0;
	text-align:center;
	color:#fff;
}
footer#fFooter img {
	width:10%;
	margin-bottom:20px;
}
footer#fFooter h3 {
	font-size:1rem;
	margin-bottom:4px;
}
footer#fFooter i {
	background:var( --brand-color-green);
	padding: 13px 0 0 7px;
	color: #fff;
	font-size: 15px;
	width: 50px;
	height: 42px;
}
footer#fFooter a {
	color:#fff;
	font-size:13px;
}
footer#fFooter li#menu-item-24536 i.fa-solid.fa-house {
	color:var( --brand-color-green) !important;
	background: none;
	font-size: 12px;
	padding: 0;
	width:auto;
}
footer#fFooter ul.fMenu {
	display: inline-flex;
}
/***---***/

.fkevinteng .fModuleTitle h3 {
	text-align: center;/* color: var(--bs-gray-333); */
}
#fMatter .ftestimonial {
	/* background: url(https://storage.unitedwebnetwork.com/files/1035/5cfe9bd….jpg); */
    padding:37px 0 69px;
	/* opacity: .6; */
    background: var(--bs-gray-200);
}
.owl-carousel .owl-item {
	float: left;
	padding: 13px;
}
.ftestimonial .ItemfinnerGallery {
	/* background-image: url(https://storage.unitedwebnetwork.com/files/1035/5cfe9bd….jpg); */
		padding: 30px;
	/* opacity: 0.1; */
		text-align: center;
	background-color: #fff;
	/* background-blend-mode: color-burn; */
		border-radius: 0px;
	box-shadow: inset 0px 0px 14px 0px #ebebeba8;
	overflow: hidden;
	height:500px;
}

.ftestimonial a.fGalleryImage img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid var(--brand-color-green);
	margin: 0px auto;
	display: block;
}

.ftestimonial .fGalleryText h3, .fGalleryText h3 a {
	font-size:1.5rem;
	margin:10px 0 0 0;
}

.ftestimonial h4 {
	font-size:1.3rem;
	margin:0;
}
.owl-prev {
	position: absolute;
	left: -66px;
	top: 30%;
	border-radius: 0 !important;
	width: 50px;
	height: 50px;
	padding: 13px !important;
	font-size: 20px !important;
	background: #17453c !important;
	opacity: 10 !important;
	font-weight: 300 !important;
}
.owl-next {
	position: absolute;
	right: -66px;
	top: 30%;
	border-radius: 0 !important;
	width: 50px;
	height: 50px;
	padding: 13px !important;
	font-size: 20px !important;
	background: #17453c !important;
	opacity: 10 !important;
	font-weight: 300 !important;
}
.about {
	background: none;
}
.about h3 {
	color:#000;
}
.about p {
	color:#666;
}
.testimonialbtn .fb-button {
	text-align:center;
}
.ftestimonial {
	padding-bottom:0 !important;
}


.ftestimonial a.fButton.blue{ margin-bottom:40px;}
.banner-text p{ font-size:2rem; line-height:40px;}

/***----***/



.fcontactInfo .single_footer_address i
{
	background: var( --brand-color-green);
    padding: 13px 0 0 7px;
    color: #fff;
    font-size: 15px;
    width: 50px;
    height: 42px;
}

.fcontactInfo .single_footer_address
{
	text-align: center;
}

.fcontactInfo .single_footer_address h3
{
    font-size: 17px;
    margin-bottom: 6px;
    color: #333;	
}

.fcontactInfo .single_footer_address span, .fcontactInfo .single_footer_address a
{
	font-weight: 700;
    display: block;
    font-size: 13px;
    color: #666;
}

.fcontactInfo .single_footer_address  a:hover
{
	color: #39a492;
}




