
 @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-bisque: #f7bb23;
 --brand-color-bisque1: #f9d424;
 --brand-color-sky: #1a97b8;
 --brand-color-blue: #1368b4;
}
#nav-up {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99999;
	font-size: 18px;
	background-color:  #000;
	color: white;
	cursor: pointer;
	width: 48px;
	outline: none;
	border-width: 1px;
	border-style: solid;
	border-color:  #000;
	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:  #000;
}
body {
	padding-top: 0 !important;

	font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4, h5, h6 {

	font-family: 'Poppins', sans-serif;
}
p {

	font-family: 'Poppins', sans-serif;
	color: rgba(68, 67, 67, 0.996);
	font-size: 15px;
}
span {

	font-family: 'Poppins', sans-serif;
}
a {

	font-family: 'Poppins', 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;
	list-style: none;
	padding: 0px;
}
a.fButton, input.fButton {
	padding: 18px 40px;
	margin: -15px 0px;
	text-decoration: none;
	display: inline-block;
	color: #fff;
	font-size: 1.3em;
	text-align: center;
	background-color: #769d31;
	border: 1px solid #769d31;
	-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;
	border-radius: 5px;
	margin-top:30px;
}
i.fas.fa-arrow-right-long {
	margin: 0 0 0 5px;
}
a.fButton:hover, input.fButton:hover {
	background: #fff;
	color: #769d31;
	box-shadow: 5px 5px 5px #f5f5f5;
}


/* page title */
.fPageTitle
{
	background: linear-gradient(90deg , #769d31 42%, #769d31 42%, #769d31 100%);
}
.fPageTitle h1
{
	color: white;
	text-align: center;
	padding: 80px 0px 80px 0px;
	font-weight: 600;
	margin-top: 0px;
	text-transform: uppercase;
}

.fPageTitle h1 p
{
	color: white;
}
/***********--------------**************/

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 {
	position: fixed;
}
header.fHeader1
{	box-shadow: 0px 0px 10px #00000040;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}
.fHeader1 .navbar-header .container
{
	padding: 0px;
}
header.fHeader1.active .navbar-header
{
	background-color: white;
}
.path-home- header.fHeader1 {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	display: block;
	z-index: 9999;
	background: white;
}

.path-home- header.fHeader1.active
{
	position: fixed!important;
	top: 0;
	left: 0;
	right:0;
}
.Ftop-header-logo li.fGalleryItem {
	width: 42%;
}
.fHeader1 .menu-horizontal {
	background: transparent !important;
	justify-content: right;
}
.menu-hover-1 .fMenu > li > a {
	font-size: 18px;
	font-weight: 600;
	margin-left: 33px;
	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;
}
.fheaderrowToptwo {
	background: linear-gradient(90deg , #769d31 42%, #000 42%, #000 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: #769d31;
}
.itsoft-header-top {
	padding:13px 0 13px 0;
}
.email span a{
	color:#fff;
	font-size:14px;
	margin:0 20px 0 0;
}
ul.social-media li {
	color: #fff;
	font-size: 14px;
	float: right;
}
.logoheader img {
	width: 40%;
}
header .fModule {
	padding-top:0;
	padding-bottom:0;
}
.career a {
	background: #769d31;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 0;
	padding: 11px 24px;
	text-align: center;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border-radius: 3px;
}
.career span.menu-item-text {
	line-height:30px;
	padding:10px 30px 10px 30px;
	color:#fff;
}

.banner .fGalleryImage img
{
	height: 750px;
	object-fit: cover;
}
.banner .fGalleryText {
	position: absolute;
	top: 20%;
	width: 35%;
	left: 5%;
}
.banner h5 {
	font-size: 15px;
	letter-spacing: 2px;
	margin: 0 0 15px;
	border-top: 2px solid #769d31;
	display: inline-block;
	color: #232323;
	-webkit-animation: 0.8s 0.8s fadeInUp both;
	animation: 0.8s 0.8s fadeInUp both;
	text-transform:uppercase;
}
.banner h3 {
	font-size: 40px;
	-webkit-animation: 1s 1.6s fadeInUp both;
	animation: 1s 1.6s fadeInUp both;
	font-weight: 700;
	line-height: 1.1;
	margin:0;
}
.banner p {
	font-size:15px;
	margin-bottom:40px;
}
.about-us
{
	padding-bottom: 20px!important;
}
.about-us img {
	width:50%;
	padding-right: 20px;
	float:left;
}
.about-us h5 {
	color: #769d31;
}
.about-us h3 {
	text-transform:capitalize;
	line-height:55px;
	margin:0;
}
.about-us span {
	color:#769d31;
}


.about-us#fModule-36187
{
    padding-top: 30px;
	padding-bottom: 50px!important;
}
.h5, h5 {
	font-size: 1.10rem;
}
h3 {
	font-size:33px;
	font-weight:600;
}
.whatwe h5 {
	color: #769d31;
	margin:0;
	line-height:0;
}
.whatwe h3 {
	margin:0;
	font-weight:600;
}
.whatwe {
	background:#F4F7FC;
	padding-top:40px;
	margin-top:60px;
	padding-bottom:0 !important;
}
.services h5 {
	margin-top:31px;
	margin-top:50px;
}
.services {
	background:#F4F7FC;
	margin-bottom:50px;
	justify-content: center;
}
.services p {
	margin-top:50px;
}

.services .fGalleryImages
{
	justify-content: center;
}
.services .ItemfinnerGallery {
	background:#fff;
	padding:20px;
	margin-top: 15px;
}
.services h3 {
	font-size:25px;
}
.services img {
	border-radius:10px;
}
.service-btn {
	margin-top: 30px;
	position: relative;
}
.service-btn > a {
	border-radius: 0;
	color: #202020;
	display: block;
 -webkit-transition: all .5s ease 0s;
 -o-transition: all .5s ease 0s;
 transition: all .5s ease 0s;
	text-transform: capitalize;
	font-weight: 500;
	background: #F4F7FC;
	padding: 16px 22px;
	position: relative;
	font-size: 16px;
	z-index: 1;
	overflow: hidden;
 transition: .3s;
}
 .service-btn > a::before {
 content: '';
 width: 0;
 height: 0;
 border-width: 5px 0 5px 7px;
 border-style: solid;
 display: block;
 right: 13px;
 border-color: transparent transparent transparent #f5f5f5;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
}
.service-btn > a i {
	margin-left: 7px;
}
 .service-btn > a::after {
 content: '';
 position: absolute;
 top: 0;
 right: -20px;
 width: 30%;
 height: 100%;
 z-index: -1;
 transform: skew(-29deg);
 padding-left: 20px;
 background: #769d31;
 transition: .3s;
}
 .service-btn::after {
 content: "";
 position: absolute;
 right: 20px;
 background: #fff;
 width: 29px;
 height: 2px;
 top: 50%;
 z-index: 1;
 transform: translateY(-50%);
}
.service-btn a:hover {
	background: #252628;
	color: #fff;
}
.content p {
	margin-top:40px;
}
.product h3 {
	margin:0;
	margin-top: 15px;
}
.product p {
	margin-top:0;
}
.download {
	background:#769d31;
	text-align:center;
	color:#fff;
	padding-bottom: 0px!important;
	margin-bottom: 40px;
}
.download h3 {
	margin:0;
	font-size: 1.8rem;
}
i.fa-solid.fa-download {
	background: #fff;
	color: #769d31;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	font-size: 40px;
	padding: 28px;
}

.testimonials .f-list-item-container {
	text-align: center;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #eee;
	height: 410px;
	padding:15px 30px 15px 30px;
	margin:0 20px 0 20px;
}
.testimonials h3 {
	font-size:18px;
	margin:15px 0 10px 0;
}

.testimonials p
{
	margin-top: 25px;
}
.testimonials img {
	width: 100px;
	border-radius: 50%;
}
.testimonials h5 {
	font-size: 15px;
	color: #769d31;
}
ul.rating {
	color: #769d31;
	margin: 0;
	padding: 0;
	display: flex;
	list-style-type: none;
	justify-content: center;
	font-size: 20px;
}
ul.rating li {
	margin:0 5px 0 0;
}
.client h3 {
	text-align:center;
	padding-bottom:0;
}
.f-list-item-node.f-list-item-title {
	display:none;
}
i.fa-solid.fa-quote-left {
	background: #769d31;
	color: #fff;
	width: 35px;
	height: 35px;
	padding: 11px;
	border-radius: 50%;
	font-size: 20px;
	position: absolute;
	top: 100px;
	right: 38%;
}
.client {
	padding-bottom: 0 !important;
	padding-left: 15px;
	padding-right: 15px;
}
.fRegion.region-footer img {
	width:20%;
}
.fRegion.region-footer ul.social-media li {
	color:#769d31;
	float:left;
	margin:15px 10px 0 0 !important;
}
.fRegion.region-footer .email span {
	color:#000;
	line-height:25px;
}
.fRegion.region-footer i.fa-solid.fa-envelope {
	color:#769d31;
}
.fRegion.region-footer i.fa.fa-phone {
	color:#769d31;
}

footer#fFooter {
    background: #f2f2f2;
    border-top: 7px solid #769d31; padding-bottom:0px;
}


/* contact page start here  */

/* contact us page start here */


.fconvincedyet-Text .fModuleContent div > ul {
    padding-left: 0;
    margin: 0;
}

.fconvincedyet-Text ul li {
    margin-bottom: 2rem;
}

.fconvincedyet-Text  ul li {
    display: flex;
    align-items: flex-start;
    margin: 0;
    margin-bottom: 3rem;
}


.fconvincedyet-Text ul li i {
   
    margin-right: 11px;
    font-size: 30px;
    color: #769d31;
}


.fconvincedyet-Text  ul .ecp-post-label a {
    color: #666;
}

.fconvincedyet-Text  ul .ecp-post-label a:hover
{
    color: #000;
}

.fcontactsistingyet {
    margin-top: 3rem;
}

.fconvincedyet-Text .fModuleTitle h3 {
    text-align: left;
   
}

.fcontact-fform form
{
	width: 100%;
}

.fcontact-fform label
{
	width: 100%;
    font-size: 16px;
	text-align: start;
}

.fcontact-fform input,.fcontact-fform textarea
{
	width: 100%;
	padding: 0.8rem 0.5rem;
}

.fcontact-fform div.buttons
{
	padding: 0px;
}

.fcontact-fform div.buttons input
{
	background: #769d31;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.3em;
    margin-bottom: 0;
    padding: 11px 24px;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 3px;
}

/* products table start here  */
.f-products-table .fModuleTitle h3
{
	text-align: center;
}

.f-products-table .fModuleContent p
{
	text-align: center;
}

.f-products-table .table_div
{
	margin-top: 50px;
	width:100%;
}
.f-products-table .table_div table
{
	width: 100%!important;
}
.f-products-table .table_div table thead
{
	background-color: #000;
	color: white;
}

.f-products-table .table_div table thead tr th
{
	border: 0.5px solid white;
	padding: 10px;
	font-size: 18px;
	text-align: center;
}

.f-products-table .table_div table thead tr th:first-child
{
	border-left: 0.5px solid #000;
}

.f-products-table .table_div table thead tr th:last-child
{
	border-right: 0.5px solid #000;
}
.f-products-table .table_div table tbody tr td
{
	border: 0.5px solid black;
	padding: 10px;
	font-size: 14px;
}

.f-products-table .table_div table tbody tr td a
{
	color: #000;
	font-size: 30px;
}

.f-products-table .table_div table tbody tr td:last-child
{
	text-align: center;
}

.f-products-table .table_div table tbody tr td ul.table-ul
{
	margin: 0px;
	padding: 0px;
}


/* products start here */
.fModule.product
{
	padding-bottom: 1.5rem!important;
	margin-bottom: 0px;
}

.f-products-btn
{
	background-color: #f4f7fc;
	text-align: center;
}

.f-products-btn a.fButton
{
	margin-top: 0px;
}

/* product page  */
.f-productpage-item.services
{
	background-color: white;
}


.f-productpage-item.services .fGalleryImages .fGalleryItem .ItemfinnerGallery
{
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	margin-top: 20px;
}
/* thank you message start here  */

.path-thank-you-page-
{
	background-color: #769d31;
}
.path-thank-you-page- header,
.path-thank-you-page- footer
{
	display: none;
}

.f-tnq-row
{
	justify-content: center;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}

.f-tnq-row .col-tnq
{
	background-color: white;
	height: 300px;
	border-radius: 3px;
	box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
	margin-top: 180px;
}

.f-tnq-row .col-tnq a.fButton
{
	border: 1px solid #769d31;
}

.f-tnq-row .col-tnq a.fButton i
{
	color: white;
	font-size: 15px;
}

.f-tnq-row .col-tnq a.fButton:hover i
{
	color: #769d31;
}
.f-tnq-row .col-tnq i
{
	color: #769d31;
	font-size: 25px;
}


/* footer start here  */
footer .email span a
{
	color: black;
	font-size: 15px!important;
}
.fRegion.region-footer ul.social-media
{
	text-align: start;
	justify-content: start;
}
.fRegion.region-footer ul.social-media li
{
	font-size: 15px;
}

/* testimonials start here  */

.owl-prev {
	position: absolute;
	top: 45%;
	left: 0%!important;
	background-color: #769d31;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	padding-top: 10px;
	text-align: center;
	color: white;
   }
	.owl-next {
	position: absolute;
	top: 45%;
	right: 0;
	background-color: #769d31;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	padding-top: 10px;
	text-align: center;
	color: white;
   }
	i.fa.fa-chevron-right {
   font-size:15px;
   }
   i.fa.fa-chevron-left {
   font-size:15px;
   }


/* gallery start here  */


.f-gallery-pics .fGalleryItem 
{
    padding: 10px;
}

.f-gallery-pics .ItemfinnerGallery 
{
    visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    opacity: 1;
    transform: translateY(0) scale(1);
    opacity: 1;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
    transition: transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
    text-align: center;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.f-gallery-pics .ItemfinnerGallery  a.fGalleryImage
{
    height: 100%;
    position: relative;
    overflow: hidden;
    display: block;
}

.f-gallery-pics .fGalleryItem .ItemfinnerGallery img
{
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    height: 100%;
}
.f-gallery-pics .fGalleryItem .ItemfinnerGallery:hover img
{
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.f-gallery-pics  .fGalleryText 
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    opacity: 0;
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    -ms-transform: scale(.6);
    -o-transform: scale(.6);
    transform: scale(.6);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.f-gallery-pics .ItemfinnerGallery:hover .fGalleryText 
{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /* background: #000000b8; */
}

.f-gallery-pics .icongallery
{
    vertical-align: middle;
    text-align: center;
    height: 100%;
    background-color: rgb(19 19 19 / 68%);
    display: grid;
    place-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}


.f-gallery-pics .icongallery li
{
	margin: 0px;
}

.f-gallery-pics .icongallery a
{
    color: white;
    background-color: #769d31;
    border: 1px solid #769d31;
    font-size: 15px;
    padding: 10px 12px;
    border-radius: 50%;
}
