@media screen and (max-width:768px){
	.porto-lightbox a{
	font-size:11px !important;
}
	.praa-po-100 {
    padding-top: 15px !important;
}
}
/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
.white, .white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white a{color: #fff;}
.justify{text-align:justify;}
.page-content section {padding-top: 80px;padding-bottom: 50px;}
.page-content section.wpb-content-wrapper {padding-top: 0;padding-bottom: 0;}
.porto-u-main-heading {margin-bottom: 3%;}
h2 { margin-bottom: 10px;}
.wpcf7-form-control.wpcf7-validates-as-required, input.wpcf7-form-control.wpcf7-captchar {width: 100%;min-height: 50px;border-color: rgba(4,4,4,.4);border-radius: 2px;}
#popup-builder .wpcf7-form-control.wpcf7-validates-as-required, input.wpcf7-form-control.wpcf7-captchar {min-height: 35px; !important}
.wpcf7 .vc_row > div {margin-bottom: 15px;}
.wpcf7 .vc_row {margin-left: -15px;margin-right: -15px;}
.submit-btn input {width: 150px;}
.no-breadcrumbs .main-content {padding-top: 0;}
.slick-slider .slick-prev{left: -20px;}
.slick-slider .slick-next{right: -20px;}
.share-links .share-twitter:before {content: "\e61b";}
::-webkit-scrollbar{width:5px;}
::-webkit-scrollbar-track{box-shadow:inset 0 0 5px grey;border-radius:10px;}
::-webkit-scrollbar-thumb{background:#2879fe;border-radius:30px;}
::-webkit-scrollbar-thumb:hover{background:#444;}
::-moz-selection {background: #2879fe;color:#fff;}
::selection {background: #2879fe;color:#fff;}
.vc_column_container>.vc_column-inner{padding-left:0;padding-right:0;}

h1,h2,h3,h4,h5,h6 {letter-spacing: normal;}
.special-heading.dark p {color: #fff !important;}
.special-heading h2 {font-size: 48px;color:#1c2539 !important;
font-weight: 700;
line-height: 58px;
}

.we-do-2 {
position: absolute;
top: 75px;
width: 250px;
left: -20px;
}

.bg-darkblue {
background-color: #083459;
}

#header.sticky-header .header-main.change-logo .logo img {
transform: scale(1.7) !important;
}

#header .main-menu > li.menu-item:last-child {
margin-right: 0;
}

#header .main-menu > li.menu-item > a {
position: relative;
display: inline-block;
/* important */
text-decoration: none;
padding: 10px 0px !important;
}

.mega-menu li.menu-item {
padding: 0px 10px !important;
}

.main-menu > li:nth-last-child(1) a {
border-radius: 10px !important;
color: #fff !important;
padding: 0px 10px !important;
}

/* animated underline */
#header .main-menu > li.menu-item > a::after {
content: "";
position: absolute;
left: 0;
bottom: 0px;
width: 100%;
height: 2px;
background-color: currentColor;
transform: scaleX(0);
transform-origin: left;
transition: transform 0.35s ease;
}

/* hover */
#header .main-menu > li.menu-item > a:hover::after {
transform: scaleX(1);
}

.banner-row {
min-height: 80vh;
display: flex;
flex-direction: column !important;
justify-content: center !important;
align-items: center !important;
}

div#banner-wrapper {
position: relative;
top: -10px !important;
}

.banner-text h2 {
color: #fff;
font-size: 3rem;
line-height: 3rem;
letter-spacing: normal;
text-shadow: 1px 1px 0 #ccc, 2px 2px 0 #bbb, 3px 3px 0 #999,
4px 4px 5px rgba(0, 0, 0, 0.5);
font-weight: 100;
}

.banner-text p {
color: #fff !important;
}

.slider-box {
text-align: left !important;
background: #ffffff;
box-shadow: 0px 4px 58px rgba(0, 0, 0, 0.08);
border-radius: 10px;
padding: 15px;
transition: all 0.4s;
}

.slider-box h3.porto-sicon-title {
padding: 5px 0px;
}

.slider-box .porto-sicon-img {
background-color: #e8f0fa;
font-size: 72px !important;
padding: 15px;
border-radius: 50px;
}

.praa-po-100 {
position: relative;
top: -80px;
transition: all 0.6s ease;
padding-top:100px;
}

.slider-box:hover {
transform: translateY(-15px);
}

.slider-box .porto-sicon-description .porto-sicon-read {
color: #ffffff;
background-color: #083459;
width: fit-content;
border-radius: 10px;
border: 1px solid #fff;
padding: 5px 15px;
transition: all 0.6s ease;
}

.slider-box:hover .porto-sicon-description .porto-sicon-read {
background-color: #083459 !important;
}

.bounce-img img {
display: inline-block;
animation: softBounce 2.5s ease-in-out infinite;
}

@keyframes softBounce {
0%,
100% {
transform: translateY(0);
}

50% {
transform: translateY(-15px);
}
}

.bounce-img-2 img {
display: inline-block;
animation: softBounceV2 4s ease-in-out infinite;
}

@keyframes softBounceV2 {
0%,
100% {
transform: translateY(0) scale(1);
}

25% {
transform: translateY(-8px) scale(1.02);
}

50% {
transform: translateY(-18px) scale(1.05);
}

75% {
transform: translateY(-8px) scale(1.02);
}
}

.coin {
position: absolute;
top: 109px;
left: 35%;
width: 46px;
/* margin: 17px; */
}

.coin .vc_single_image-wrapper,
.growth-icon .vc_single_image-wrapper {
height: 90px !important;
display: flex;
justify-content: center;
align-items: center;
}

.left-right-img {
display: inline-block;
animation: floatLR 4s ease-in-out infinite;
}

@keyframes floatLR {
0%,
100% {
transform: translateX(0);
}

50% {
transform: translateX(20px);
}
}

.money-icon {
width: 60px;
position: absolute;
top: 467px;
right: 0;
}

.growth-icon {
width: 60px;
position: absolute;
left: 0;
}

.slider-box .porto-sicon-img img {
display: inline-block;
}

.slider-box:hover .porto-sicon-img .img-icon {
animation: bounce 1s 0.5s;
transform: scale(0.85);
}

@keyframes bounce {
0% {
transform: scale(1.1);
opacity: 1;
}

50% {
transform: scale(1.6);
opacity: 0.7;
}

60% {
transform: scale(0.6);
opacity: 1;
}

80% {
transform: scale(0.95);
}

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

.about-sec-img .vc_single_image-wrapper img {
padding: 30px;
}

.about-sec-img .vc_single_image-wrapper {
position: relative;
z-index: 1;
overflow: visible;
}

.about-sec-img .vc_single_image-wrapper::after {
height: 100%;
min-width: 660px;
}

.about-sec-img .vc_single_image-wrapper::after {
position: absolute;
background-image: url(https://fairviewservicesllp.com/wp-content/uploads/2026/03/03.webp);
content: "";
height: 100%;
min-width: 712px;
background-repeat: no-repeat;
background-size: contain;
z-index: -1;
top: -10%;
left: 4%;
animation: jump-1 5s linear infinite;
}

@keyframes jump-1 {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}

40% {
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}

100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}

#header .main-menu > li.menu-item:last-child a {
padding: 10px !important;
	background-color: #0b4271;
}

.specia-btn a,.porto-lightbox a, .specia-btn-light a,.wpcf7-submit ,.main-menu> li:nth-last-child(1){
	transition:all 0.6s ease !important;
	border-radius:10px;
border:2px solid #fff !important;
} */

.specia-btn a,.porto-lightbox a, .main-menu> li:nth-last-child(1) a, .porto-btn-normal, .wpcf7-submit {
		transition:all 0.6s ease !important;
 background-color:#083459 !important;
    color: #fff !important;
}

.specia-btn a:hover,.wpcf7-submit:hover, .main-menu> li:nth-last-child(1):hover a, .porto-btn-normal:hover, .specia-btn-light:hover a,.porto-lightbox:hover a{
    background-color:#16917b !important;
    color: #fff !important;
    scale: 1.05 !important;
}

.float-counter {
position: absolute;
z-index: 11;
top: 300px;
background-color: #ffe493;
padding: 15px;
left: 0;
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
}

.float-counter .stats-number,
.counter_suffix {
color: #16917b;
}

.float-counter .stats-text {
color: #000;
}

.services-box {
padding: 25px;
border-radius: 20px;
background: #fff;
border: 1px solid #e4e7ee;
transition: 0.3s;
text-align: left !important;
box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.services-box .porto-sicon-img {
font-size: 768px !important;
border-radius: 20px !important;
border: 1px solid #e4e7ee;
}

.porto-btn-data {
font-size: 16px !important;
font-weight: 700 !important;
}
.porto-popup-content {
font-size: 16px !important;
font-weight: 700 !important;	
background: #e0e0e0;
color: #000000;
}

.services-box .porto-sicon-img img {
transition: all 0.6s ease;
}

.services-box:hover .porto-sicon-img img {
scale: 1.3;
}

.special-heading.dark h2 {
font-size: 48px;
color: #ffffff !important;
font-weight: 700;
line-height: 58px;
}

.why-sec-left-text {
padding: 20px;
min-height: 400px;
max-width: 200px;
border-radius: 20px;
}

.why-sec-left-img {
position: absolute;
bottom: -20px;
right: 0;
max-width: 400px;
}

.bo-ra-20 img {
border-radius: 20px;
}

.porto-icon i {
color: #16917b !important;
transition: all 0.6s ease;
}

.porto-sicon-box:hover .porto-icon i {
color: #ffe493 !important;
}

.why-choose-section .porto-sicon-title {
font-size: 1.2rem !important;
}

.why-sec-left-img-2 {
position: absolute;
top: 29px;
max-width: 268px;
right: 50px;
}

.why-choose-section .porto-sicon-box {
margin-bottom: 10px;
}

.why-choose-section .porto-icon {
font-size: 25px !important;
}

.call-box {
border-top: 1px solid;
padding-top: 19px;
margin-top: 25px;
}

.post-grid .grid-box .entry-title {
font-size: 22px !important;
}

.widget .wp-block-search button {
background-color: var(--porto-primary-color) !important;
border-color: var(--porto-primary-color) !important;
}

p.post-excerpt {
text-align: justify;
display: -webkit-box;
-webkit-line-clamp: 2;
/* Approx. lines to fit ~200 chars */
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
line-height: 22px;
}

.post-grid .btn-xs {
background: linear-gradient(90deg, #003657 0%, #06b69b 50%, #3cc5b0 100%);
background-size: 200% auto;
background-position: left center;
color: white;
transition: background-position 0.6s ease;
}

.post-grid:hover .btn-xs {
background: linear-gradient(90deg, #003657 0%, #06b69b 50%, #3cc5b0 100%);
background-size: 200% auto;
background-position: right center !important;
opacity: 1;
}

.post-grid .btn-xs {
clip-path: polygon(
0px 0px,
calc(100% - 22px) 0px,
100% 23px,
100% 100%,
0px 100%
);
color: #fff !important;
font-size: 14px;
}

.post-grid:hover {
border: 10px solid #ffb425;
}

.blog-posts .post .entry-title {
display: block;
overflow: hidden;
word-wrap: break-word;
}

.post-grid .grid-box {
padding: 10px;
box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.page-top .container .row .col-lg-12 .text-center {
width: fit-content !important;
background-color: #00000078;
margin: auto !important;
padding: 10px 30px;
border-radius: 50px;
border: 0px solid #fff;
outline: 3px solid #fff;
margin-bottom: 8px !important;
}

.footer-main img {
width: 140px !important;
}

.praa-counter,
.praa-counter .counter_suffix {
color: #fff;
}

.counter_suffix {
color: #fff;
}

.process-box .porto-sicon-img {
border-radius: 50%;
border: 2px dashed #0b4df52f;
padding: 50px;
position: relative;
left: 20px;
font-size: 100px !important;
transition: all 0.6s ease;
}

.process-box:hover .porto-sicon-img {
border: 2px dashed #1c2539;
}

.process-box .porto-sicon-header {
position: relative;
}

.process-box .porto-sicon-title {
font-size: 1.2em;
padding-top: 10px;
padding-bottom: 20px;
}

.process-box-1 .porto-sicon-top::after {
content: "01";
width: ;
height: 0;
padding: 10px 13px;
border-radius: 50%;
background-color: #1c2539;
transition: all 0.6s ease;
position: relative;
top: -40px;
right: 7px;
color: #fff;
opacity: 0;
}

.process-box-1:hover .porto-sicon-top::after {
opacity: 1;
}

.process-box-2 .porto-sicon-top::after {
content: "02";
width: ;
height: 0;
padding: 13px;
border-radius: 50%;
background-color: #1c2539;
transition: all 0.6s ease;
position: relative;
top: -40px;
right: 7px;
color: #fff;
opacity: 0;
}

.process-box-2:hover .porto-sicon-top::after {
opacity: 1;
}

.process-box-3 .porto-sicon-top::after {
content: "03";
width: ;
height: 0;
padding: 13px;
border-radius: 50%;
background-color: #1c2539;
transition: all 0.6s ease;
position: relative;
top: -40px;
right: 7px;
color: #fff;
opacity: 0;
}

.process-box-3:hover .porto-sicon-top::after {
opacity: 1;
}

.process-box-4 .porto-sicon-top::after {
content: "04";
width: ;
height: 0;
padding: 13px;
border-radius: 50%;
background-color: #1c2539;
transition: all 0.6s ease;
position: relative;
top: -40px;
right: 7px;
color: #fff;
opacity: 0;
}

.process-box-4:hover .porto-sicon-top::after {
opacity: 1;
}

.font-size-18 p {
font-size: 18px;
line-height: 1.2em;
}

.special-heading p {
line-height: 20px;
font-size: 17px !important;
letter-spacing: 1px !important;
text-align:justify;
}
.special-heading.center p {
text-align:center;
}

.contact-icon-sec .porto-sicon-img {
padding: 10px;
position: relative;
z-index: 99;
}

.contact-icon-sec .porto-sicon-img img {
position: relative;
z-index: 5;
}

.contact-icon-sec .porto-sicon-img::after {
content: "";
width: 0%;
height: 0%;
position: absolute;
top: 0;
left: 0;
z-index: 0;
background-color: #45b697;
transition: all 0.6s ease;
}

.contact-icon-sec:hover .porto-sicon-img::after {
width: 100%;
height: 100%;
border-radius: 10px;
}

.contact-icon-sec h3.porto-sicon-title {
font-size: 1.3rem;
}

.contact-box .wpb_wrapper.vc_column-inner {
padding: 10px;
background-color: #ffc10724;
border-radius: 10px;
}

.contact-box .vc_single_image-wrapper.vc_box_border_grey img {
border-radius: 10px;
}

.con-fom-sec {
max-width: 950px;
margin: auto;
padding: 50px;
border-radius: 25px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.wpcf7-form-control.wpcf7-validates-as-required,
input.wpcf7-form-control.wpcf7-captchar {
border-radius: 15px !important;
}

.page-top ul.breadcrumb {
width: fit-content;
background-color: #ffe493;
padding: 5px 16px;
border-radius: 16px;
}

.page-title-wrap {
text-align: end;
}

.page-top {
border-bottom: 0px solid #cccccc;
}

.page-top > .container {
padding-top: 90px !important;
padding-bottom: 90px !important;
}

nav.breadcrumbs-wrap {
display: flex !important;
justify-content: end !important;
}

.main-menu > li:nth-last-child(1) .page-top > .container {
padding-top: 8px;
padding-bottom: 70px;
}

section.page-top.page-header-1 .page-title {
padding-top: 10px;
}

.page-top .page-title:not(.b-none):after {
bottom: -106px !important;
}

.special-li ul {
list-style: none;
padding-left: 14px !important;
}

.special-li ul li {
font-size: 1.2rem;
padding-bottom: 10px;
position: relative;
left: 14px;
}

.special-li ul li::before {
content: "\e701";
font-family: "porto";
color: var(--porto-primary-color);
margin-right: 6px;
position: absolute;
left: -25px;
top: 2px;
color: #16917b !important;
}

.special-li ul li:hover::before {
content: "\e701";
color: #003657 !important;
}
.dialog {border-radius: 15px;}
.praa-banner {
 position: relative !important;
}
/*.cta-sec::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0000007d;
    z-index: 0;
}*/

.cta-sec .special-heading h2{
	color:#fff !important;
}

@media screen and (max-width: 1024px) {
	.banner-text h2{font-size: 2.5rem;}
}

@media screen and (max-width: 800px) {
	.banner-text h2{font-size: 2rem;text-shadow: 1px 1px 0 #ccc, 2px 2px 0 #bbb;}
	.praa-banner.vc_custom_1775559860650{background-size: 170% !important;background-position: left !important;}
}

@media screen and (max-width:768px){
	.porto-lightbox a{
	font-size:11px !important;
}
	#footer .footer-main>.container{
    padding-top: 2.75rem;
    padding-bottom: 0;}
/*.banner-text h2 {color: #004f7a;text-shadow: 1px 1px 0 #ccc, 2px 2px 0 #bbb, 3px 3px 0 #b78a50, 4px 4px 5px rgb(209 183 151);}*/
/*.banner-text p {color: #ff9300 !important;}*/
	.praa-banner-r{display:none !important;}
	.praa-banner {
    padding-bottom: 18px;
}
	.praa-po-100 >.vc_column_container>.vc_column-inner{
		padding-top:0 !important;
	}
.special-heading h2,.special-heading.dark h2{font-size:36px;line-height: 41px;}
	.praa-po-100 {
    top: 0px;
}
	
.page-content section {
    padding-top: 50px;
    padding-bottom: 20px;
}
	.page-top > .container {
    padding-top: 50px;
    padding-bottom: 50px;
}
	.vc_custom_1775029633891{
	padding-top:0 !important;
}
}


@media screen and (max-width: 600px) {
	.banner-text h2 {font-size: 1.7rem;line-height: 2.5rem;}
	.banner-text {margin-bottom: 25px;}
	    .banner-text p {color: #fff !important;font-size: 13px;}
	.special-heading h2, .special-heading.dark h2 {font-size: 30px;}
	.special-heading p, p, .porto-u-sub-heading{font-size: 13px !important;}
	.why-choose-section .porto-sicon-title {font-size: 1rem !important;}
	body{font-size: 13px;}
}


@media screen and (max-width: 525px) {
	.page-top .page-title {
    font-size: large;
}
.why-sec-left-img-2 {
display: none;
}
	.special-heading h2,.special-heading.dark h2{font-size:30px;line-height:35px;}
	.banner-text h2 {font-size: 1.4rem;line-height: 2rem;}
}
@media screen and (max-width: 440px) {.banner-text h2 {font-size: 1.3rem;line-height: 2rem;text-shadow: 1px 0 1px #000;}
}


.main-content {
    padding-top: 0px;
    padding-bottom: 0px;
}
.page-top > .container {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.cta-sec .vc_column-inner p{color:#fff !important;}

.why-sec-left-text{min-height: 280px;}





