@charset "utf-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

:root {
	--primary-clr: #8dc63c;
	--secondary-clr: #222;
	--black-clr: #000;
	--lgrey-clr: #F5F5F5;
	--spacer-top: 90px;
	--spacer-bottom: 90px;
	--spacer: 90px 0;
	--header-space-top: 182px;
	--text-large: 22px;
	--primary-btn: #8dc63c;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	line-height: 24px;
	font-weight: 400;
	color: var(--secondary-clr);
	-webkit-text-size-adjust: none
}

@media (min-width:1200px) {
	.container {
		max-width: 1430px;
		width: 100%;
		padding-left: 50px;
		padding-right: 50px
	}
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0
}

img {
	max-width: 100%
}

a:hover,
a:focus,
button:focus,
input,
button {
	outline: none;
	border: none;
	text-decoration: none;
	box-shadow: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700!important;
	font-family: 'Roboto', sans-serif
}

h1,
.h1 {
	font-size: 3.75rem
}

h2,
.h2 {
	font-size: 3rem
}

h3,
.h3 {
	font-size: 2.25rem
}

h4 {
	font-size: 1.875rem
}

h5 {
	font-size: 1.5rem
}

h6 {
	font-size: 1.25rem
}

.text-large {
	font-size: var(--text-large);
	line-height: 30px
}

.primary-clr,
.highlight-txt {
	color: var(--primary-clr)
}

.secondary-clr {
	color: var(--secondary-clr)
}

.bg-secondary {
	background-color: var(--lgrey-clr)!important
}

.black-clr {
	color: var(--black-clr)
}

.spacer-top {
	padding-top: var(--spacer-top)
}

.spacer-bottom {
	padding-bottom: var(--spacer-bottom)
}

.spacer {
	padding: var(--spacer)
}

.header-space-top {
	padding-top: 120px;
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #fff;
	z-index: 5
}

.site-header .navbar {
	align-items: center
}

.navbar-brand {
	padding-bottom: 0
}

.visafirm-logo {
	width: 80px
}

.site-header .navbar-nav {
	margin-left: 150px;
	padding-bottom: 0
}

.site-header li a {
	color: var(--black-clr)!important;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	font-weight: 500;
	padding-top: 0;
	padding-bottom: 0
}

.site-header ul.navbar-nav>li:hover>a {
	color: var(--primary-clr)!important
}

.site-header .form-inline button {
	background-color: transparent
}

.navbar-nav>li:not(:last-child) {
	margin-right: 35px
}

.nav-right a.btn {
	border: 1px solid var(--black-clr);
	border-radius: 0;
	font-size: 1.125rem;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	padding: 7px 26px;
	margin-left: 20px
}

.site-header .form-control {
	display: none
}

.site-header .form-inline button {
	background-color: transparent
}

.dsktop-rbtn {
	right: 14px;
	width: 35px;
	cursor: pointer;
	height: 22px
}

.dsktop-rbtn .dstb-inner {
	position: relative;
	display: block;
	width: 15px;
	height: 2px;
	background-color: var(--black-clr)
}

.dsktop-rbtn .dstb-inner::before,
.dsktop-rbtn .dstb-inner::after {
	content: "";
	position: absolute;
	background-color: var(--black-clr)
}

.dsktop-rbtn .dstb-inner::before {
	width: 24px;
	height: 2px;
	top: 8px;
	left: -10px;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s
}

.dsktop-rbtn .dstb-inner::after {
	left: -10px;
	top: 16px;
	width: 15px;
	height: 2px
}

.menu-item {
	position: static
}

.menu-item .m-submenu {
	display: block;
	visibility: hidden;
	overflow: hidden;
	height: 0;
	left: auto;
	top: auto;
	width: auto;
	backface-visibility: hidden;
	margin-top: 0
}

.menu-item:hover .m-submenu {
	visibility: visible;
	overflow: visible;
	height: auto
}

ul.mm-submenu {
	position: absolute;
	left: 100%;
	background-color: #fff;
	top: 0;
	visibility: hidden;
	overflow: hidden;
	height: 600px;
	display: flex;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	box-shadow: 0 0 20px rgba(0, 0, 0, .15)
}

.m-submenu li:hover .mm-submenu {
	visibility: visible;
	opacity: 1;
	height: 600px;
	overflow-y: hidden;
}

.mm-submenu>li:not(:last-child) {
    height: 550px;
    overflow-y: auto;
}

.mm-submenu>li>a {
	border-bottom: 1px solid #e9e9e9;
	padding: 15px 20px;
	display: block;
	font-size: 14px;
	font-weight: 600
}

.mmm-submenu li a {
	padding: 5px 20px;
	display: block;
	font-size: 14px
}

.service_txt.service-th {
	display: block;
	margin: 0 auto;
	width: 90%
}

.services-th_main.common-thanks {
	padding: 125px 0
}

.service-th {
	background: #f9f9f9;
	border: 1px solid #c9c9c9;
	border-radius: 10px;
	padding: 14px 25px 25px
}

.service_txt>h2 {
	color: #ce2128;
	font-weight: 600;
	margin-bottom: 16px;
	margin-top: 12px;
	text-align: center;
	font-size: 30px
}

.service-th h4 {
	color: #414141;
	font-size: 20px;
	margin-bottom: 25px;
	text-align: center
}

.service_txt.service-th>p {
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center
}

.rs-thank {
	font-size: 26px!important;
	margin-top: 9px
}

.services-th_main.common-thanks {
	padding: 125px 0
}

#fa-facebook {
	background: #3a589b!important
}

#fa-twitter {
	background: #29a8e0
}

#fa-linkedin {
	background: #007ab9
}

#fa-instagram {
	background: #cb2128
}

.social-thank li a {
	color: #fff;
	display: block;
	font-size: 17px;
	height: 34px;
	padding: 8px 0
}

.social-thank {
	text-align: center
}

.social-thank ul {
	margin: 0;
	padding: 0;
	text-align: center
}

.social-thank li {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	margin: 0 2px;
	text-align: center;
	transition: all .8s ease 0;
	width: 34px;
	color: #414141;
	padding: 3px 0
}

.ip-hero {
	background-image: url(../images/ip-hero-bg2-.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.ip-hero.detail-page-hero{
	background-image: url(../images/bg.jpg);
}

.ip-hero.detail-page-hero .ip-hero-img {
    transform: none !important;
}

.breadcumb-bar {
	position: relative;
	top: -10px
}

.breadcrumbs a,
.breadcrumbs span {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500
}

.breadcrumbs a {
	color: var(--primary-clr)
}

.overview-wrapper,
.companies-desc-section {
	background-image: linear-gradient(to top, #f4ffe6, transparent, transparent);
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	position: relative
}

.overview-menus {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.overview-menus .nav-tabs {
	background-color: #fff;
	border: 1px solid #D2D2D2;
	border-radius: 60px
}

.overview-menus .nav-tabs a {
	border: none;
	color: var(--secondary-clr);
	font-size: 1.375rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	padding: 12px 40px;
	position: relative
}

.overview-menus .nav-tabs a.active {
	background-color: transparent;
	color: var(--primary-clr)
}

.overview-menus .nav-tabs a:first-child::before {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	width: 1px;
	height: 35px;
	background-color: #D2D2D2;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}


.overview-wrapper ul{
    list-style: inherit;
    padding-left: 15px;
}

.sc-filter-row.active {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0 auto;
	z-index: 9;
	background-color: #fff
}

.cl-filter-form {
	border: 1px solid var(--primary-clr)
}

.filter-form-fields {
	border-top: 1px solid var(--primary-clr)
}

.updated-date {
	border: 1px solid var(--primary-clr);
	padding: 10px;
	color: var(--primary-clr);
	font-size: 14px;
	font-weight: 500
}

.head-right .filter-short {
	position: relative;
	padding-right: 20px;
	width: 160px
}

.head-right .filter-short::after {
	position: absolute;
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: var(--primary-clr);
	right: 5px;
	font-size: 12px
}

.filter-short {
	border: 1px solid var(--primary-clr);
	padding: 10px;
	font-weight: 500;
	cursor: pointer
}

.head-right .filter-short span {
	color: var(--primary-clr);
	font-size: 1rem;
	font-weight: 400
}

.filter-form-fields .fform-title {
	color: var(--primary-clr);
	font-size: 1rem;
	font-weight: 700
}

.filter-form-fields .form-group {
	margin-bottom: 0;
	padding: 16px 20px;
	width: 15.333%;
	position: relative
}

.filter-form-fields .form-group::after {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 60px;
	width: 1px;
	background-color: var(--primary-clr)
}

.filter-form-fields .form-control {
	cursor: pointer
}

.form-inner .select-label {
	position: relative;
	display: block;
	cursor: pointer
}

.form-inner .select-label::after {
	content: "\f0dd";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: -5px;
	right: 0;
	z-index: -1
}

.fs-list {
	display: none;
	position: absolute;
	width: 162px;
	background-color: rgb(255, 255, 255);
	border: 1px solid var(--primary-clr);
	z-index: 3
}

.fs-list li {
	cursor: pointer;
	padding: 5px 10px
}

.filter-form-fields .btn {
	background-color: var(--primary-clr);
	border-radius: 0;
	color: #fff;
	font-weight: 700;
	font-size: 1.25rem;
	width: 8%
}

.single-company-info {
	border: 1px solid #D2D2D2
}

.row>.sc-header,
.row>.sc-body,
.row>.sc-footer {
	position: relative;
	padding: 15px 30px
}

.row>.sc-header::before {
	background-color: #F5F5F5;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	left: 0;
	right: 0
}

.sc-body-inner {
	padding-right: 1rem
}

.sc-logo {
	border-radius: 100%;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid var(--primary-clr);
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center
}

.sc-name a {
	display: flex;
	align-items: center
}

.sc-head-info h4,
.sc-slogan {
	color: var(--secondary-clr)
}

.sc-rated i {
	color: #F3C20E
}

.sc-review-info a {
	color: var(--primary-clr);
	font-size: 1rem;
	font-weight: 700;
	text-decoration: underline
}

.btn.sc-visit-btn {
	font-size: 14px;
	background-color: var(--primary-clr);
	color: #fff;
	font-weight: 500;
	border: 1px solid var(--primary-clr);
	min-width: 150px
}

.sc-desc a {
	color: var(--primary-clr);
	font-weight: 700;
	text-decoration: underline
}

.focus-graph {
	width: 60%;
	border: 1px solid #D2D2D2
}

.sc-gp {
	position: relative;
	cursor: pointer;
	height: 15px
}

.sc-gp.per-30 {
	width: 30%;
	background-color: #077D8F
}

.sc-gp.per-25 {
	width: 25%;
	background-color: #1B9CAF
}

.sc-gp.per-15 {
	width: 15%;
	background-color: #24B7CC
}

.sc-gp.per-12 {
	width: 12%;
	background-color: #29D1E9
}

.sc-gp.per-9 {
	width: 9%;
	background-color: #38B1C2
}

.sc-gp.per-3 {
	width: 3%;
	background-color: #1F93A5
}

.ghov-bar {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	position: absolute;
	top: -10px;
	left: 50%;
	border: 1px solid var(--primary-clr);
	padding: 10px;
	text-align: center;
	-webkit-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	background-color: #fff;
	width: 200px;
	font-size: 12px;
	font-weight: 500
}

.sc-gp:hover .ghov-bar {
	visibility: visible;
	opacity: 1
}

.ghov-bar::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid var(--primary-clr);
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.sc-gp .perc {
	font-size: 1rem;
	font-weight: 700
}

.sc-quote {
	padding: 0 1.325rem
}

.sc-quote p {
	font-style: italic;
	font-size: 1rem
}

.sc-body .sc-quote::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 1px;
	height: 80px;
	background-color: #D2D2D2
}

.sc-quote .quote-author {
	font-size: 1rem;
	font-weight: 500;
	font-style: italic
}

.sc-footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-top: 1px solid #D2D2D2;
	width: 95%;
	margin: 0 auto
}

.sc-project-info {
	width: 70%
}

.sc-project-info .info-box-wrapper {
	width: auto
}

.scf-btns {
	width: 30%
}

.verified-badge i {
	color: var(--primary-clr)
}

.verified-badge span {
	font-size: 1rem;
	font-weight: 500
}

.sc-project-info .info-box {
	text-align: center;
	position: relative;
	padding: 0 30px
}

.sc-project-info .info-box::before,
.sc-project-info .info-box:last-child::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 1px;
	height: calc(100% - 30px);
	background-color: #D2D2D2
}


.sc-project-info .info-box:first-child:before{
    display: none;
}
.sc-project-info .info-box:first-child{
padding-left: 0px;
}

.sc-project-info .info-box:last-child::after {
	left: auto;
	right: 0;
    display:none;
}

.info-box .ib-title {
	font-size: 12px;
	display: block
}

.info-box .ib-meta {
	font-size: 12px;
	font-weight: 700;
	color: var(--primary-clr);
	display: block
}

.scf-btns .btn {
	text-transform: uppercase;
	font-size: 1.125rem;
	font-weight: 700;
	text-decoration: underline;
	border: none
}

.clist-pagination li {
	display: inline-block;
	margin: 0 10px
}

.clist-pagination li a {
	text-decoration: underline;
	color: var(--secondary-clr);
	line-height: 1.25rem;
	font-size: 14px
}

.clist-pagination li a.active {
	display: block;
	padding: 5px;
	width: 34px;
	height: 30px;
	background-color: var(--primary-clr);
	color: #fff
}

.clist-pagination .next a,
.clist-pagination .last a {
	background-color: #F5F5F5;
	padding: 5px;
	height: 30px;
	width: auto;
	display: block;
	text-decoration: none;
	text-transform: uppercase
}

.top-providers-section h2 {
	font-size: 2.25rem;
	font-weight: 900
}

.topp-list li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px
}

.topp-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 12px;
	height: 2px;
	background-color: var(--secondary-clr)
}

.topp-list li a {
	font-size: .813rem;
	color: var(--secondary-clr);
	-moz-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s
}

.topp-list li a:hover {
	color: var(--primary-clr)
}

.ip-hero.sc-hero {
	height: 450px;
	min-height: 100%
}

.ip-hero.sc-hero .ip-hero-img {
	right: 150px;
	width: 200px;
	height: 200px;
	line-height: 160px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	border: 2px solid var(--primary-clr);
	top: 100%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3;
	padding: 20px
}

.ip-hero.sc-hero .ip-hero-img img {
	max-width: 80%
}

.overview-wrapper.scprofile-overview {
	border-top: none
}

.overview-wrapper .col-md-4:before {
	position: absolute;
	width: 2px;
	background-color: #ddd;
	height: calc(100% - 1.5rem);
	left: 0;
	content: ""
}

.scprofile-menus {
    list-style: none !important;
	-moz-box-shadow: 0 2px 5px 1px rgba(138, 138, 138, .1);
	-webkit-box-shadow: 0 2px 5px 1px rgba(138, 138, 138, .1);
	box-shadow: 0 2px 5px 1px rgba(138, 138, 138, .1)
}

.scprofile-menus li {
	width: 14.27%;
	text-align: center
}

.scprofile-menus li a {
	font-size: 1.25rem;
	display: block;
	padding: 20px 10px;
	text-transform: uppercase;
	color: var(--black-clr);
	-moz-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s
}

.scprofile-menus li a:hover {
	background-color: var(--primary-clr);
	color: #fff
}

.scprofile-menus li.active a {
	background-color: var(--primary-clr);
	color: #fff
}

.scprofile-overview-content h2 {
	font-size: 2.625rem
}

.scprofile-overview-content p a {
	color: var(--primary-clr);
	font-weight: 700;
	text-decoration: underline
}

.scprofile-overview-content .sc-project-info {
	width: 100%
}

.scprofile-features>.container {
	border: 1px solid #f0f0f0;
	padding: 30px;
	box-shadow: 0 0 6px 2px rgba(174, 174, 174, .1)
}

.scprofile-features h3 {
	color: var(--primary-clr);
	text-transform: uppercase;
	font-size: 2.625rem;
	display: inline-block;
	position: relative;
	padding-right: 30px;
	margin-bottom: 24px
}

.scprofile-features h3::after {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 300px;
	height: 2px;
	background-color: var(--primary-clr)
}

.scpservice-listing li {
	padding-left: 30px;
	position: relative
}

.scpservice-listing li:not(:last-child) {
	margin-bottom: 10px
}

.scpservice-listing li::before {
	content: "\f0a4";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: var(--primary-clr);
	position: absolute;
	left: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.portfolio-tabs {
	border: none
}

.portfolio-tabs li:not(:last-child) {
	margin-right: 40px
}

.portfolio-tabs li a {
	border: none!important;
	padding: 0;
	color: var(--black-clr)!important;
	font-size: 1.25rem
}

.portfolio-tabs li a.active {
	color: var(--primary-clr)!important;
	font-weight: 600;
	border-bottom: 3px solid var(--primary-clr)!important
}

.portfolio-all-carousel .item a {
	display: block;
	height: 380px;
	position: relative;
	-moz-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	border: 1px solid #D2D2D2;
	border-radius: 40px;
	overflow: hidden
}

.single-portfolio-block figure {
	margin-bottom: 0
}

.single-portfolio-block figure img {
	height: 380px;
	object-fit: cover
}

.portfolio-all-carousel .item a:hover .single-portfolio-block::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--primary-clr);
	opacity: .9
}

.single-portfolio-block .portfolio-box-content {
	position: absolute;
	bottom: 0;
	z-index: 3;
	width: 100%;
	padding: 20px;
	color: #fff;
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	visibility: hidden;
	opacity: 0;
	-moz-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s
}

.portfolio-all-carousel .item a:hover .single-portfolio-block .portfolio-box-content {
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	visibility: visible;
	opacity: 1
}

.focus-category-box h4,
.scprofile-progress h4 {
	color: var(--primary-clr);
	position: relative;
	display: inline-block;
	padding-right: 20px;
	margin-bottom: 20px
}

.focus-category-box h4::after,
.scprofile-progress h4::after {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100px;
	height: 2px;
	background-color: var(--primary-clr)
}

.fc-feature-list li {
	margin-bottom: 8px;
	position: relative
}

.focus-category-box {
	border: 1px solid #F2F2F2;
	height: 100%;
	padding: 30px;
	box-shadow: 0 0 6px 2px rgba(174, 174, 174, .1)
}

.scprofile-progress {
	padding: 30px;
	box-shadow: 0 0 6px 2px rgba(174, 174, 174, .1);
	border: 1px solid #F2F2F2;
	margin-bottom: 30px
}

.scp-review-title h4 {
	font-size: 1.5rem
}

.scpr-process-lists,
.review-submit-info {
	border-left: 1px solid #eaeaea
}

.scpr-process-lists .scpr-slist {
	display: flex
}

.scpr-process-lists .scpr-slist:not(:last-child) {
	margin-bottom: 10px
}

.scpr-slist .scpr-bar {
	width: 80%;
	background-color: #E8E8E8;
	margin-right: 8px
}

.scpr-slist span {
	width: 20%
}

.scpr-slist .scpr-bar .scpr-progress-state {
	height: 24px;
	background-color: #F3C20E
}

.scpr-slist.rp-five .scpr-bar .scpr-progress-state {
	width: 100%
}

.scpr-slist.rp-fh .scpr-bar .scpr-progress-state {
	width: 90%
}

.review-submit-info li span,
.scp-verified-tag {
	color: var(--primary-clr)
}

.review-submit-info li:not(:last-child) {
	margin-bottom: 5px
}

.site-footer::before,
.site-footer::after {
	position: absolute;
	top: 0;
	height: 100%;
	content: "";
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto
}

.site-footer::before {
	background-color: #8EC63F;
	clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
	z-index: 0
}

.site-footer::after {
	background-color: #C6E29E;
	clip-path: polygon(0 26%, 100% 0, 100% 100%, 0% 100%);
	z-index: -1
}

.site-footer .footer__menus {
	padding-top: 100px
}

.footer-social li {
	display: inline-block;
	margin-right: 18px
}

.footer-social li a {
	color: #fff;
	font-size: 1.25rem
}

footer a,
footer p {
	color: #fff;
	font-size: 1rem
}

footer a:hover,
footer ul.footer-links li:hover a {
	color: var(--secondary-clr)
}

.footer__heading {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-size: 1.125rem
}

.footer__heading::before {
	position: absolute;
	content: "";
	width: 28px;
	height: 4px;
	background-color: #fff;
	bottom: 0
}

footer ul.footer-links li {
	margin-bottom: 6px;
	position: relative;
	transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear
}

footer ul.footer-links li::before {
	content: "";
	width: 0;
	height: 2px;
	background-color: var(--secondary-clr);
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

footer ul.footer-links li:hover::before {
	width: 10px
}

footer ul.footer-links li:hover {
	padding-left: 15px
}

.footer-contact li i {
	color: #fff;
	margin-right: 8px
}

.footer__copyright {
	background-color: var(--primary-clr)
}

.fcopyright-inner {
	border-top: 1px solid #fff;
	padding-top: 24px;
	padding-bottom: 10px
}

.footer__copyright a,
.footer__copyright p {
	font-size: 1.125rem
}

.copyright__text a {
	font-weight: 500
}

.footer__copyright a:hover {
	color: var(--secondary-clr)
}

.footer__copyright__links a:first-child {
	border-right: 2px solid #fff
}

.footer__copyright__links a {
	padding: 0 8px
}

.dropdown-item a,
.mmm-submenu a {
	font-size: 13px!important;
	font-weight: normal!important
}

.dropdown-menu>li {
	padding: 0
}

.dropdown-menu>li>a {
	display: block;
	font-weight: 400;
	padding: 10px
}

.m-submenu>li>a:hover {
	background-color: var(--primary-clr);
	color: #fff!important
}

.dropdown-menu>li {
	border-bottom: 1px solid #eee!important
}

.menu-item .m-submenu,
.dropdown-menu {
	box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
}

.dropdown-menu {
	padding: 0
}

.megamenu-heading {
	background-color: var(--primary-clr);
	color: #fff!important;
	border-right: 1px solid #fff;
	display: block;
	padding: 6px 20px;
	font-size: 14px;
	position: sticky;
	top: 0;
}

.single-company-info .sc-quote {
	width: 30%
}

.single-company-info .sc-body-inner {
	width: 70%
}

.hide-show .contact-block {
	border-top: 1px solid #D2D2D2;
	padding-top: 20px;
	margin-top: 20px
}

.link-color {
	color: var(--secondary-clr)!important
}

.link-color:hover {
	color: var(--primary-clr)!important
}

.section-padding {
	padding-top: var(--header-space-top);
	padding-bottom: 50px
}

.serviceProviderList li {
	list-style: disc;
	list-style-position: inside
}

.trust_us_ul li {
	list-style-position: inside;
	position: relative;
	padding-left: 20px
}

.trust_us_ul li h6:before {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 100%;
	padding: 4px;
	background-color: #000;
	left: 0;
	top: 10px
}

.choose-us .card {
	padding: 20px
}

.choose-us .icon {
	margin-bottom: 30px!important
}

.trust-icon {
	font-size: 50px
}

.choose-us .icon .fa-inverse {
	left: 5px;
	top: 11px
}

.choose-us .icon .fa-stack {
	height: 3em
}

.categories__blk {
	padding: 0!important
}

.categories__blk a {
	padding: 50px;
	display: block
}

.navbar-toggler-icon i {
	color: #34a853;
	font-size: 30px
}

.ip-hero h1 {
	font-size: 40px
}

.review-text {
	border: 2px solid var(--secondary-clr);
	text-align: center;
	display: inline-block;
	padding: 6px 30px;
	text-transform: uppercase;
	font-size: 16px
}

.privacy-policy .maincontent-list {
	list-style: numeric
}

.privacy-policy .maincontent-list li {
	list-style-position: inside
}

.privacy-policy .maincontent-list li h6 {
	display: inline-block
}

.privacy-policy .subcontent-list {
	list-style: disc
}

ul.maincontent-list li::marker {
	font-weight: 700
}

.privacy-policy .subcontent-list li {
	list-style-position: initial
}

.privacy-policy .sub-menu {
	list-style: numeric
}

.privacy-policy h6 {
	font-size: 16px!important
}

.privacy-policy h5 {
	margin-bottom: 10px;
	margin-top: 20px
}

.scprofile-features h3::after {
	width: 35%
}

.scprofile-overview-content .sc-project-info,
.sc-project-info .info-box-wrapper {
	flex-wrap: wrap
}

.scprofile-overview .pr-5 {
	padding-right: 0px!important
}

.sc-name a {
	display: flex;
	justify-content: start;
	flex-wrap: wrap
}

.card-header a:after,
.accordion-heading a:after {
	font-family: "Font Awesome 5 Free";
	content: "\f068";
	padding-right: 5px
}

.card-header a.collapsed:after,
.accordion-heading a.collapsed:after {
	content: "\f067"
}

#accordion .card {
	margin-bottom: 5px
}

#accordion .card-header {
	background-color: #fff;
	padding: 10px!important;
	border-bottom: 0!important
}

#accordion .card .accordion-toggle {
	font-size: 14px;
	font-weight: 700;
	display: flex;
	justify-content: space-between;
	align-items: center
}

#accordion .card .accordion-heading .accordion-toggle {
	color: #444!important
}

#accordion .card .card-body {
	padding: 10px!important
}

.accordion-heading {
	background-color: #f4f4f4;
	padding: 5px 10px
}

.accordion-heading a {
	font-size: 12px!important
}

.accordion-inner {
	background-color: #f9f9f9;
	padding: 10px 10px
}

.accordion-group {
	margin-bottom: 10px
}

.accordion-inner ul li a {
	font-size: 12px!important;
	text-transform: capitalize;
	color: #555!important
}

.navbar-nav>li:not(:last-child) {
	margin-right: 20px;
}

.accordion-inner ul li {
	list-style-position: inside
}

.form-group label {
	font-weight: 500
}

.mobile-menu {
	display: none
}

.dropdown-menu.mobile-menu.open {
	display: none
}

.dropdown-menu.mobile-menu.close {
	display: none
}



/*-- CUSTOM STYLE --*/
.ip-hero.header-space-top {
	min-height: 400px;
}
.update-status-text {
	position: absolute;
	top: -80px;
	right: 0;
}

.update-status-text small {
	background-color: #7A9551;
	padding: 5px 8px;
	color: #fff;
}
.blog__card .thumbnail-img {
	height: 250px;
	object-fit: cover;
}
.blog .blog-image {
	height: 420px;
	object-fit: cover;
}
.blog__categories__blk {
	box-shadow: 0 2px 4px 2px rgba(0,0,0,0.1);
	padding: 20px;
}
.press-release .blog__card {
	box-shadow: 0 2px 6px 1px rgba(0,0,0,0.1);
	padding: 20px;
	border-radius: 5px;
}




@media screen and (max-width:768px) {
	.dropdown-menu.mobile-menu.open {
		display: block;
	}
}

@media screen and (max-width:767px) {
	.container {
		max-width: 100%;
	}
	.section-intro__heading {
		padding-right: 0!important;
		padding-left: 0!important;
		font-size: 35px;
	}
	.hero h1 {
		font-size: 35px
	}
	.section-intro__subheading {
		font-size: 25px;
	}
	.categories__blk a {
		padding: 30px;
	}
	.categories__blk__icon i {
		font-size: 45px!important;
	}
	.categories__blk a h6 {
		font-size: 16px;
		margin-bottom: 0;
	}
	.nav-right {
		padding: 20px 0;
	}
	.nav-right a {
		margin: 0 10px!important;
		padding: 7px 10px!important;
		font-size: 12px!important;
	}
	.nav-right a img {
		display: none;
	}
	.site-header .navbar-nav {
		margin-left: 0;
		padding-bottom: 0;
		padding-top: 20px;
	}
	.site-header li.nav-item {
		padding: 5px 0;
	}
	section.hero {
		height: 600px;
	}
	section.hero .spacer-top {
		padding-top: 0;
	}
	.section-intro {
		margin-bottom: 30px!important;
	}
	.choose-us .w-75 {
		font-size: 14px;
		line-height: 20px;
		width: 100%!important;
	}
	.spacer {
		padding: 50px 0;
	}
	.fcopyright-inner {
		display: block!important;
		text-align: center;
	}
	.fcopyright-inner .footer__copyright__links {
		padding-top: 10px
	}
	.overview-menus .nav-tabs a {
		font-size: 14px;
		padding: 5px 10px;
	}
	.company-app-overview .breadcumb-bar {
		top: auto;
		padding-bottom: 20px;
		padding-top: 10px;
	}
	.overview-wrapper .tab-pane h2 {
		font-size: 30px;
	}
	.sc-head-left,
	.sc-header {
		flex-wrap: wrap;
	}
	.sc-header {
		padding: 20px 15px!important;
	}
	.sc-name a {
		display: inline-block;
	}
	.sc-slogan {
		margin-left: 0!important;
		font-size: 12px
	}
	.single-company-info .sc-visit-btn {
		margin: 15px auto 0 auto;
	}
	.single-company-info .sc-project-info .info-box {
		width: 50%;
		min-height: 100px;
	}
	.single-company-info .sc-project-info .info-box-wrapper {
		width: 100%;
		flex-wrap: wrap;
		display: flex!important;
	}
	.single-company-info .sc-footer {
		display: block!important
	}
	.single-company-info .sc-project-info,
	.single-company-info .scf-btns {
		width: 100%;
	}
	.single-company-info .sc-project-info {
		display: block!important
	}
	.single-company-info .sc-body {
		flex-wrap: wrap;
		overflow: hidden
	}
	.single-company-info .sc-body-inner,
	.single-company-info .sc-quote {
		width: 100%
	}
	.sc-body .sc-quote::before {
		display: none
	}
	.sc-quote {
		margin-top: 20px
	}
	.row>.sc-header,
	.row>.sc-body,
	.row>.sc-footer {
		padding: 15px 15px;
	}
	.scf-btns {
		margin: 20px 0;
		text-align: center!important;
	}
	.verified-badge {
		margin: 10px 0;
	}
	.sc-head-left,
	.sc-name {
		justify-content: center;
		padding-bottom: 10px;
		width: 100%;
	}
	.sc-name {
		text-align: center;
	}
	.sc-name a>div.d-flex {
		flex-wrap: wrap;
		justify-content: center;
	}
	.sc-review-info {
		justify-content: center;
	}
	.sc-head-left a {
		width: 100%;
	}
	.sc-head-left a figure {
		margin: 0 auto 10px auto;
	}
	.sc-head-info {
		margin-left: 0px!important;
	}
	.sc-body-inner {
		padding-right: 0rem;
	}
	.sc-head-info h4 {
		font-size: 20px;
		margin: 10px 0;
		width: 100%;
	}
	.verified-badge {
		padding-left: 0px!important;
	}
	.ip-hero.sc-hero .ip-hero-img {
		width: 100px;
		height: 100px;
		line-height: 60px;
	}
	.ip-hero.sc-hero {
		height: 600px
	}
	.scprofile-menus li {
		width: auto;
		text-align: center;
		display: inline-block
	}
	.scprofile-menus {
		overflow-x: scroll;
		justify-content: flex-start!important
	}
	.scprofile-menus li a {
		font-size: 15px
	}
	.sc-project-info .info-box-wrapper {
		width: 100%
	}
	.sc-project-info .info-box {
		width: 50%
	}
	.sc-project-info .info-box-wrapper {
		padding: 20px 0
	}
	.sc-project-info .info-box {
		padding: 10px 20px
	}
	.overview-wrapper.scprofile-overview .col-md-4 {
		padding-left: 15px!important
	}
	.scprofile-features h3 {
		margin-bottom: 0;
		font-size: 30px
	}
	.focus-category-box {
		padding: 20px
	}
	.focus-category-box h4::after,
	.scprofile-progress h4::after {
		display: none
	}
	.focus-category-box h4 {
		font-size: 25px;
	}
	.mobile-menu {
		height: 500px;
		overflow-y: scroll;
		padding-bottom: 30px;
		border: none!important;
		box-shadow: none!important
	}
	.services-submenu {
		display: none!important
	}
	.scprofile-overview-content .sc-review-info {
		justify-content: start
	}
}

@media screen and (min-width:1024px) {
	.nav-right {
		order: 3!important
	}
}

@media screen and (min-width:768px) and (max-width:1024px) {
	.sc-head-info h4 {
		padding-right: 5px;
		font-size: 18px
	}
	.sc-name a {
		display: flex;
		justify-content: start;
		flex-wrap: wrap
	}
	.sc-slogan {
		margin-left: 0px!important
	}
	.sc-project-info .info-box {
		width: 50%;
		padding: 0 10px
	}
	.sc-project-info {
		width: 60%
	}
	.site-header .navbar-nav {
		margin-left: 0;
		padding-bottom: 0;
		padding: 20px 0
	}
	.scf-btns .btn {
		font-size: 14px
	}
	.scf-btns {
		width: 40%
	}
	.btn.sc-visit-btn {
		min-width: 140px;
		font-size: 14px
	}
	.row>.sc-header,
	.row>.sc-body,
	.row>.sc-footer {
		padding: 15px 15px
	}
	.scprofile-menus li {
		width: auto;
		text-align: center;
		display: inline-block
	}
	.scprofile-menus {
		overflow-x: scroll;
		justify-content: flex-start!important
	}
	.scprofile-menus li a {
		font-size: 15px
	}
	.focus-category-box h4 {
		font-size: 25px
	}
	.focus-category-box h4:after {
		display: none
	}
	.ip-hero.sc-hero .ip-hero-img {
		width: 150px;
		height: 150px;
		line-height: 110px
	}
}

@media screen and (max-width:767px) {
	.site-header .navbar-nav {
		background-color: #fff;
		border: 1px solid #e9e9e9;
		margin-top: 30px;
		padding: 0
	}
	.site-header .navbar-nav>li:first-child {
		border-bottom: 1px solid #ececec
	}
	.site-header .navbar-nav>li {
		padding: 10px 10px
	}
	.site-header .navbar-nav>li>a {
		text-align: center
	}
}

#accordion .card-header {
	padding: 0 !important;
}

.mobile-menu #accordion .mmenu-inner .accordion-title {
	display: inline-block;
	line-height: 40px;
	font-size: 14px;
}

.mobile-menu #accordion .mmenu-inner span {
	display: inline-block !important;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: right;
	cursor: pointer;
}

.mobile-menu #accordion .mmenu-inner {
	display: flex;
	justify-content: space-between;
	padding: 0px 10px;
}

.card-header span.collapsed::after,
.accordion-heading span.collapsed::after {
	content: "\f067";
}

.card-header span::after,
.accordion-heading span::after {
	font-family: "Font Awesome 5 Free";
	content: "\f068";
	padding-right: 5px;
}

.accordion-heading a {
	cursor: pointer;
}

.mobile-menu .card-header .mmenu-inner a::after,
.mobile-menu .mmenu-inner .accordion-heading a::after {
	display: none;
}

.mobile-menu #accordion {
	padding: 10px 0px;
}

#accordion .card .accordion-heading .accordion-toggle {
	color: #444 !important;
	font-size: 12px !important;
}

.whats-aap {
	right: 0;
	position: fixed;
	float: right;
	bottom: 0;
	margin: 0 10px 10px 0;
}


/*PORTFOLIO OWL CAROUSEL CSS START*/

.portfolio-all-carousel .owl-nav {
	position: relative;
	padding: 30px 0px;
	margin-bottom: 20px;
}

.portfolio-all-carousel .owl-nav button {
	position: absolute;
	background: #fff!important;
	width: 120px;
	border: 1px solid #34a853!important;
	height: 40px;
	color: #34a853!important;
}

.portfolio-all-carousel .owl-nav button:hover {
	background: #34a853 !important;
	color: #fff!important;
}

.portfolio-all-carousel .owl-nav .owl-prev {
	left: 40%;
}

.portfolio-all-carousel .owl-nav .owl-next {
	right: 40%;
}


/*PORTFOLIO OWL CAROUSEL CSS END*/


/*DETAILS RATING CSS*/

.rating-div {
	display: flex;
	flex-wrap: wrap;
}

.rating-div>div {
	width: 50%;
	margin-top: 10px;
}

.verified-badge {
	display: flex;
}
/*MEDIA QUERY START*/

@media screen and (min-width : 1024px) and (max-width: 1365px) {
	.portfolio-all-carousel .owl-nav .owl-next {
		right: 35%;
	}
	.portfolio-all-carousel .owl-nav .owl-prev {
		left: 35%;
	}
}

@media screen and (min-width : 768px) and (max-width: 1023px) {
	.site-header .nav-right .text-right {
		text-align: center !important;
	}
	.mobile-menu #accordion {
		padding: 10px 10px;
	}
	.portfolio-all-carousel .owl-nav .owl-next {
		right: 30%;
	}
	.portfolio-all-carousel .owl-nav .owl-prev {
		left: 30%;
	}
}

@media screen and (max-width: 768px) {
	.services-submenu {
		display: none!important;
	}
	.mobile-menu {
		height: 500px;
		overflow-y: scroll;
		padding-bottom: 30px;
		box-shadow: none!important;
	}
	.navbar-nav>li:not(:last-child) {
		margin-right: 0;
	}
	.site-header .navbar-brand {
		order: 1;
	}
	.site-header .nav-right {
		order: 2;
		display: unset !important;
		padding: 20px 0px;
	}
	.site-header .nav-right .text-right {
		text-align: left !important;
	}
	.site-header .navbar-toggler {
		order: 3;
		width: 50px;
	}
	.site-header .navbar-collapse {
		order: 4;
	}
}

@media (max-width : 767px) {
	.navbar-nav>li:not(:last-child) {
		margin-right: 0px;
	}
	.site-header .navbar-nav>li>a {
		text-align: left;
		display: flex;
		width: 100%;
		justify-content: space-between;
		padding: 0px 10px;
	}
	section.hero {
		height: 800px;
	}
	section.hero .container .w-75 {
		width: 100% !important;
	}
	.site-header .nav-right .text-right {
		text-align: center !important;
	}
	.contact-section h2 {
		font-size: 20px;
	}
	input#phone,
	.iti {
		width: 100% !important;
	}
}

@media (max-width : 480px) {
	.portfolio-all-carousel .owl-nav .owl-next {
		right: 5%;
	}
	.portfolio-all-carousel .owl-nav .owl-prev {
		left: 5%;
	}
	.rating-div>div {
		width: 100%;
	}
}