/*
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, 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:#c62726;border-radius:30px;}
::-webkit-scrollbar-thumb:hover{background:#c62726;}
::-moz-selection {background: #2879fe;color:#fff;}
::selection {background: #2879fe;color:#fff;}
.vc_column_container>.vc_column-inner{padding-left:0;padding-right:0;}
aside#text-3 p {text-align: left;}


.praa-contact-page .porto-sicon-box .porto-just-icon-wrapper.porto-icon.none i {
  transition: transform 0.6s ease; /* Smooth animation */
  transform-origin: center;
}

.praa-contact-page .porto-sicon-box:hover .porto-just-icon-wrapper.porto-icon.none i {
  transform: rotateY(180deg); /* Horizontal flip */
}

.praa-contact-page .porto-sicon-box {
    padding-bottom: 10px;
    border-bottom: 1px solid #86522e;
}
.praa-contact-page a.porto-sicon-box-link {
    margin-bottom: 22px;
}
.praa-form h3.text-2xl.font-semibold.mb-4.custom-header{
    color: #fff;
}
.bg-gold.praa-form.vc_column_container.col-md-6 {
    padding-top: 35px;
}
input[type="submit"]{
    background: #000 !important;
}

h3.porto-sicon-title {
    font-size: 18px;
}
.porto-sicon-header{
    color: #000;
    font-weight: 700;
}
.porto-just-icon-wrapper.porto-icon.none i {
    color: #c62726;
}
a.get-quote {
    width: 120px !important;
}
.praa-img-65 {
    padding-top: 24px;
}
.vc_tta.vc_general .vc_tta-tab>a {
    padding: 22px 50px !important;
}
.praa-img-65 .wpb_single_image img {
    max-width: 64% !important;
}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    background-color: #c62726 !important;
    border-color: #f0f0f0 !important;
    color: #ffffff !important;
}
.vc_tta.vc_general .vc_tta-panel-body{
    border: 3px solid #c62726 !important;
    margin: 1px;
}
p{
    text-align: justify;
}
section.vc_section.banner-bottom-section{
    overflow: visible;
}
#header .main-menu > li.menu-item.active:hover > a, #header .main-menu > li.menu-item:hover > a{
/*     color: #eee6e0 !important; */
}
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
   background: #c62726;
/*     background: linear-gradient(353deg, rgba(37, 29, 24, 1) 0%, rgba(155, 133, 111, 1) 100%); */
  border-radius: 10px;
}

.menu-item-has-children .inner {
    max-height: 400px;
    overflow-y: auto;
}
.sticky-header .header-bottom{
  background: #251D18;
    background: linear-gradient(353deg, rgba(37, 29, 24, 1) 0%, rgba(155, 133, 111, 1) 100%);
}
.praa-counter .wpb_wrapper.vc_column-inner{
    padding: 0 24px;
}
#header, .sticky-header .header-main.sticky{
    border-top: 0px solid #ededed !important;
}

.praa-counter .col-md-3 {
  border-right: 1px solid #b4a3a3 !important;
}
.main-counter img.img-icon {
  display: inline-block;
  animation: flipX 5s ease-in-out infinite;
  transform-origin: center;
}

@keyframes flipX {
  0% {
    transform: rotateY(0deg);
  }
  40% {
    transform: rotateY(180deg);
  }
  60% {
    transform: rotateY(180deg); 
  }
  100% {
    transform: rotateY(360deg);
  }
}

.praa-counter .col-md-3:last-child {
  border-right: none !important;
}
section.vc_section.bg-gold.main-counter {
    padding-top: 50px !important;
}
.stats-block {
    display: block;
    margin-bottom: 35px;
    margin-top: 50px;
}
.stats-block .porto-sicon-img{
    border: 1px solid #fff;
    padding: 10px;
}
.stats-left .stats-desc {
    color: #eae5e5;
}
/* .header-wrapper {
    background: #251D18;
    background: linear-gradient(353deg, rgba(37, 29, 24, 1) 0%, rgba(155, 133, 111, 1) 100%);
} */
.image-container img {
filter: brightness(0) invert(1);
}
#header .header-top, .header-main.header-has-center.header-has-not-center-sm {
    border-bottom: 1px solid rgba(255, 255, 255, .3) !important;
}
#header .header-main .header-left{ padding:8px 0;}
img.logo-img-3 {
    width: 150px;
}
img.logo-img-4{
    width: 64px;
}
img.logo-img-1 {
    width: 66px;
}
img.logo-img-2 {
    width: 120px;
}
.menu-block .porto-sicon-box.default-icon {
    border-bottom: 1px solid #ddd;
	padding-bottom:5px;
	width:250px;
	max-width: 250px;

}
.menu-block h3.porto-sicon-title {
    font-size: 1em !important;
	color:#000 !important;
}
.sub-menu-2-column .wpb_wrapper.vc_column-inner{
    display: flex;
    flex-wrap: wrap;
}
.sub-menu-2-column .menu-block .porto-sicon-box.default-icon {
    border-bottom: 1px solid #ddd;
	padding-bottom:5px;
	width:250px;
	max-width: 250px;
  margin:0px 10px 20px 10px;

}
.share-links a {
    color: #fff !important;
}
.share-links .share-facebook {
    background:#1877F2 !important;
}
.share-links .share-instagram {
    background:#E1306C !important;
}
.share-links .share-twitter{
    background: #1DA1F2 !important;
}
.share-links .share-youtube {
    background: #FF0000 !important;
}
.share-links .share-linkedin {
    background: #0077B5 !important;
}
.header-top {
/*    border-bottom: 0px solid #ededed !important; */
/*     background-color: #f4f4f400 !important; */
}
ul.nav.nav-pills.nav-top i {
    color: #fff !important;
	font-size:14px !important;
}
ul.nav.nav-pills.nav-top a {
    color: #fff !important;
font-size:14px;
	font-weight:500
}
header .header-main {
/*     background-color: #ffffff00 !important; */
}


.menu-block .porto-sicon-box.default-icon {
    border-bottom: 1px solid #ddd;
	padding-bottom:5px;
	width:250px;
	max-width: 250px;

}
.menu-block h3.porto-sicon-title {
    font-size: 1em !important;
	color:#000 !important;
}
.sub-menu-2-column .wpb_wrapper.vc_column-inner{
    display: flex;
    flex-wrap: wrap;
}
.sub-menu-2-column .menu-block .porto-sicon-box.default-icon {
    border-bottom: 1px solid #ddd;
	padding-bottom:5px;
	width:250px;
	max-width: 250px;
  margin:0px 10px 20px 10px;

}
.share-links a {
    color: #fff !important;
}
.share-links .share-facebook {
    background:#1877F2 !important;
}
.share-links .share-instagram {
    background:#E1306C !important;
}
.share-links .share-twitter{
    background: #1DA1F2 !important;
}
.share-links .share-youtube {
    background: #FF0000 !important;
}
.share-links .share-linkedin {
    background: #0077B5 !important;
}
.header-top {
   border-bottom: 0px solid #ededed !important;
/*     background-color: #f4f4f400 !important; */
}



#header .main-menu > li.menu-item > a {
	color: #c62726
}

#header .main-menu > li.menu-item.active > a {
		color: #022545
}
#header .main-menu > li.menu-item.active:hover > a, #header .main-menu > li.menu-item:hover > a {
	color:#022545;background-color: #fff
}

.page-top .breadcrumbs-wrap{
    z-index: 9 !important;
}
section.page-top.page-header-3::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #212529a3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.banner-bottom-section {
	background-color: #c62726;
}
.whitebox-content-main{
	position:relative;
}
.banner-bottom-section .whitebox-content{
    background-color: #fff;
    height: fit-content;
    width: 330px;
    padding: 20px;
	position:absolute;
	top:-137px !important;
	right:15px;
		z-index:0
}
.qul .wpb_wrapper{
    display: flex;
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.qul .wpb_wrapper{
    display: flex;
    margin-top: 30px;
}
.banner-bottom-section .top-button {
    padding: 20px 65px;
    background-color: #022545;
    color: #fff;
    border: none;
    font-weight: 700;
    margin-left: 102px;
}

.banner-bottom-section .banner-bottom-text {
	font-size: 34px;
    text-align: left;
    line-height: 1.2;
	color: #fff;
}

.banner-bottom-section h2.porto-sicon-title {
	font-size: 2rem
}

.banner-bottom-section .porto-sicon-header p {
	font-size:16px;
	color:#768492
}

.special-heading h2{
	font-size: 40px;
	color: #c62726;
	line-height: 1.2
}
.footer-main img{width: 200px;}

.range-of-ss .vc_column_container>.vc_column-inner .porto-feature-box,.blog-posts article.post-grid>div, .sidebar-content {
	border: 1px solid rgba(0,0,0,.175);padding: 15px
}
.footer-main .textwidget p, .footer-main .textwidget a {
    color: #fff !important;
}
.bg-gold{
	background-color:#022545;
}
.bg-red{
	background-color:#c62726;
}
.text-white h2, .text-white h4 {
    color: #fff !important;
}
.ex-padding{
	padding-top:50px;
}
.porto-carousel-wrapper{
	margin-bottom:0 !important   ;
}
.range-of-ss .porto-sicon-box {
	position: relative;
		padding: 0 16px;
}
.range-of-ss .porto-sicon-top{
	    height: 80px;
    width: 80px;
    position: absolute;
    top: -91px;
	left: 0;
		transition: all 0.2s
}
.range-of-ss .porto-just-icon-wrapper.porto-sicon-img{
	background-color: #c62726;
	padding: 4px;
}
.range-of-ss .porto-just-icon-wrapper.porto-sicon-img .img-icon {
    filter: brightness(0) invert(1);
}
.range-of-ss h5.porto-sicon-title {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1
}

.range-of-ss a.porto-sicon-read.xx {
	font-size: 17px;
	color: #c62726
}

.range-of-ss .vc_column_container>.vc_column-inner:hover .porto-sicon-top {
	top: -115px
}

.range-of-ss-row.vc_row.wpb_row {
/* 	margin-bottom:30px */
}


section.vc_section.diverse-sectors-section {
/* 	background-color: #805428;*/
  padding-top: 50px;
	padding-bottom: 70px
}

.diverse-sectors-section h2{
	font-size: 46px;
	margin-bottom: 20px
}

.diverse-sectors-section p{
	font-size: 18px;
}

.diverse-sectors-section .porto-just-icon-wrapper.porto-sicon-img {
	width: 280px
}
.diverse-sectors-section .porto-just-icon-wrapper.porto-sicon-img img {
	width: 100%
}

.diverse-sectors-section .porto-sicon-box .porto-sicon-header {
	background-color: transparent;
    padding: 20px 0;
    position: absolute;
    margin: 10px;
    bottom: 0;
    left: 20px;z-index: 1
}

.diverse-sectors-section .porto-sicon-box .porto-sicon-header h3 {
	font-size: 25px;color:#fff;font-weight: 600
}

.diverse-sectors-section .porto-sicon-box::before {
    background-image: linear-gradient(to bottom, rgba(6, 52, 100, 0) 2%, rgba(6, 52, 100, 0) 47%, #063464 100%);
    content: "";
    top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0.8;
}

.honest-service .wpb_text_column p {
	font-size: 18px;
	line-height: 36px;
}

.honest-service .wpb_text_column a{
	padding: 20px;
    color: #fff !important;
    background-color: #805428;
    border: none;
   display: inline-block;
    width: 200px;
    text-align: center;
	font-size: 16px
}

.honest-service .row > div:first-child {
	position: relative;
}

.honest-service img{
/* 	position: absolute; */
    right: 0;
    margin-right: 28px;
    width: auto;
	background: #ffffff;
    padding: 15px 15px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}

.honest-service .lg-img img {
	height: 500px;
}

.honest-service .sm-img img {
	bottom: -65px;
    height: 250px;
	position: absolute
}


.whitebox-content-main{
	position:relative;
}
.banner-bottom-section .whitebox-content{
    background-color: #fff;
    height: fit-content;
    width: 330px;
    padding: 20px;
	position:absolute;
	top:-100px;
	right:15px;
		z-index:0
}
.qul .wpb_wrapper {
    display: flex;
}
.qul .wpb_wrapper{
    display: flex;
    margin-top: 30px;
}
.footer-main{
     background: #022545;
	border-bottom: 1px solid #fff
/*     background: linear-gradient(353deg, rgba(37, 29, 24, 1) 0%, rgba(155, 133, 111, 1) 100%); */
}
#footer .footer-bottom{
    background-color: #022545;
    padding: 0 !important;
	color:#fff;
}
#footer .footer-bottom .footer-left {	text-align: center}
.widget .menu a{
    color: #fff;
}
.testimonial-advance {
    position: relative;
    background: #f7f7f9;
    padding: 50px;
    overflow: hidden; /* triangle bahar na nikle */
}

/* ::after me triangle shape create karke animate karte hain */
.testimonial-advance::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 90px solid transparent;
    border-top: 30px solid #86522e1a; /* triangle color */
    animation: moveTriangle 10s linear infinite;
}
.testimonial-advance {
    position: relative;
    background: #fff;
    padding: 50px;
    overflow: hidden;
	border:1px solid #f0f0f0;
}
.testimonial-advance:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 10px 2px rgba(0, 0, 0, 0.1);
    transition: all 
ease 0.7s;
}
/* animation: triangle ko left se right move karna */
@keyframes moveTriangle {
    0% {
        left: 0;
        opacity: 0.8;
    }
    50% {
        left: calc(60% - 100px);
        opacity: 1;
    }
    100% {
        left: 0;
        opacity: 0.8;
    }
}

.service-page-section .row>.vc_column_container.col-md-4{
	    background-color: #f4f4f4;
	padding: 40px 40px 20px;
	max-height: 690px
}
.service-page-section .porto-sicon-box.active, .service-page-section .col-md-4 .porto-sicon-box:hover {
	background-color: #c62726;
}
.service-page-section .porto-sicon-box img {transition: all 0.4s}
.service-page-section .porto-sicon-box h3.porto-sicon-title {transition: all 0.4s}
.service-page-section .porto-sicon-box.active h3.porto-sicon-title,.service-page-section .col-md-4 .porto-sicon-box:hover h3.porto-sicon-title {color: #fff}
.service-page-section .porto-sicon-box.active img,.service-page-section .col-md-4 .porto-sicon-box:hover img {    filter: brightness(0) invert(1);}
.service-page-section .porto-sicon-header {
/* 	padding-left: 15px */
}

.service-page-section .porto-sicon-box {
	margin-bottom: 10px;
    background: #fff;
    padding: 10px;
	transition: all 0.4s
}
.special-heading-h3 h3{
	border-bottom: #c62726 solid 3px;
    width: 40px;
	padding-bottom: 5px;
	position: relative
}
.special-heading-h3 h3::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 3px;
    /* border-radius: 50%; */
    left: 43px;
    bottom: -3px;
    background: #c62726;
}

.service-img-row .porto-just-icon-wrapper.porto-sicon-img, 
.service-img-row .porto-just-icon-wrapper.porto-sicon-img img {
	width: 100%
}
.special-list ul {
	list-style-type: none;
}
.special-list li {
	position: relative;
	padding-bottom: 5px
}
.special-list ul li::before {
  content: "\f058";                 font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: -25px;
  top: 2px;
  color: #c62726;
}

section.vc_section.service-page-section {
    padding-bottom: 0;
	padding-top: 40px
}
/* .service-row-text {padding-top: 40px} */

.center p {text-align: center}
section.vc_section.client-page-section {
    padding-top: 40px;
    padding-bottom: 0;
}
.client-page-section .porto-just-icon-wrapper.porto-sicon-img {
    font-size: 65px;
}
.brown-bg {background-color: #805428}
.brown-bg .white h2 {
	color: #fff;
}

.porto-toggles section.vc_do_toggle.toggle {
	padding-top: 0px;
    padding-bottom: 0px;
}

section.toggle label {
	color: #805428;
	border-left: 3px solid #805428;
}

section.toggle.active label {
	background-color: #805428;
	border-color: #805428
}

.table-wrapper {margin-bottom: 30px;
overflow: auto;
}

table {
  border-collapse: collapse;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #805428;
  color: #333;
}

/* Header styling */
table thead {
  background-color: #805428;
  color: #ffffff;
}

table th {
  padding: 12px 15px;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

table td {
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
}

table tbody tr:nth-of-type(even) {
  background-color: rgba(221, 178, 99, 0.1);
}

table tbody tr:hover {
  background-color: #ddb263;
  color: #fff; 
  transition: background-color 0.3s ease;
}

table tbody tr:last-of-type {
  border-bottom: 2px solid #805428;
}
.testimonial.testimonial-with-quotes blockquote:after {bottom: -0.6em}
.m-top-20 {margin-top: 20px;margin-bottom: 0}



#header .header-top {
    background-color: #c62726;
}
.client-section .slick-track {display: flex;align-items: center}
.client-section .slick-slide img {    max-width: 135px;}

.what-diif-box h3.porto-sicon-title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 8px;
}
.what-diif-box.porto-sicon-box.top-icon .porto-sicon-description{text-align: left}
.what-diif-box .porto-just-icon-wrapper {position: relative}
.what-diif-box:hover .porto-just-icon-wrapper i {    transition: all 500ms ease;}
.what-diif-box .porto-just-icon-wrapper::before {
	position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
/*     border-radius: 50%; */
    transform: scale(0, 0);
    z-index: -1;
    transition: all 500ms ease;
	background: #c62726
}
.what-diif-box:hover .porto-just-icon-wrapper::before {
    transform: scale(1.7, 1.7);
}
.what-diif-box:hover .porto-just-icon-wrapper i {color: #fff}
section.vc_section.main-counter {background-color: #c62726}
.border-img>.wpb_wrapper {position: relative}
.border-img>.wpb_wrapper::before {
    content: '';
    width: 100%;
    height: 100%;
    border: 8px solid #c62726;
    position: absolute;
    top: -35px;
    left: -35px;
    z-index: -1;
    transition: all 0.4s;
}
section.vc_section.diverse-sectors-section {position: relative}
section.vc_section.diverse-sectors-section::before{
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #c62726;
}
.contact-page-section .bg-red,.career-page-section .bg-red {padding: 30px}
 article.post-title-simple .entry-title a:not(:hover),article.post-full .entry-title, article.post .post-date .day {
    color: #c62726;
}
 article.post-title-simple .entry-title a:hover {
    color: #022545;
}
article.post .post-meta {display: none}
article.post .post-date .month,.img-thumbnail .zoom ,article.post .btn-default.btn {background-color: #c62726;}
article.post .btn-default.btn {color: #fff}
.sidebar-content .widget .wp-block-group h2 {
    font-family: 'Montserrat';font-weight: 600
}
.sidebar-content .widget .wp-block-search button{background-color: #c62726;border-color: #c62726}
textarea.wpcf7-form-control.wpcf7-textarea {max-height: 140px}
.career-page-section .bg-red label,.career-page-section .bg-red .wpcf7 input[type="file"]{color: #fff}
.vc_col-sm-12.resume-row {
    display: flex;
    gap: 10px;
}
a#whatsapp, a#call-now{
    color: #fff;
    background-color: #0dc143;
    width: 52px;
    height: 52px;
    position: fixed;
    bottom: 60px;
    right: 10px;
    border-radius: 100%;
    z-index: 999;
    line-height: 50px;
    font-size: 30px;
    text-align: center;
}
a#call-now {
    bottom: 120px !important;
    background-image: unset !important;
    text-align: center;
    color: #fff;
    background-color: #c62726;
 
}
.page-top{background-position: top -200px center;}
.testimonial blockquote p{font-size: 1em;}

@media (max-width: 1110px) {
    .praa-counter>.col-md-3 {
        width: 50%;
    }
		.testimonial-advance {padding: 30px}
}

@media (max-width: 991px){
	#header.header-loaded .header-main {display: none !important}
}

@media screen and (max-width: 768px) {
	.page-content section {
    padding-top: 60px;
    padding-bottom: 30px;
}
	.vc_active .vc_tta-panel-title{
    background-color: #8d5032 !important;
    color: #fff !important;
}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #ffffff !important;
}
	.vc_tta.vc_general .vc_tta-tab>a {
    padding: 15px 25px !important;
}
	.praa-img-65 .wpb_single_image img {
    max-width: 80% !important;
}
.banner-bottom-section .whitebox-content {
       left: 0;
        width: 100%;
        position: relative;
        top: 0px !important;
    }

	.qul .wpb_wrapper {
		display: block;
		margin-top: 0px;
	}

	.banner-bottom-section .top-button {
		margin-left: 0px;
	}
	.banner-bottom-section .banner-bottom-text {font-size: 26px}
	.range-of-ss>.row>.vc_column_container.col-md-3 {margin-bottom: 30px}
	section.vc_section.diverse-sectors-section,section.vc_section.service-page-section,section.vc_section.client-page-section ,section.vc_section.training-page-section{padding-top: 0}
	.diverse-sectors-section h2 {font-size: 36px; line-height: 1.1;}
	.special-heading h2 {    font-size: 32px;}
	.vc_section.bg-gold.main-counter .stats-block { margin-bottom: 20px; margin-top: 35px;}
	.praa-counter .col-md-3 {border-right: none !important;}
	.honest-service h2 {margin-top: 85px}
	section.vc_section.honest-service .wpb_content_element,section.vc_section.client-page-section .wpb_content_element,.training-faqs .wpb_content_element { margin-bottom: 0;}
	.praa-counter>.col-md-3 { width: 100%;}
	.vc_custom_1760448033341 { margin-top: 0px !important;}
	.m-b-md {margin-bottom: 0 !important}
	.p-b-md {    padding-bottom: 0px !important;}
}

@media screen and (max-width: 480px) {
	.page-content section {
		padding-top: 40px;
		padding-bottom: 10px;
	}
	    .banner-bottom-section .banner-bottom-text {
        font-size: 22px;
    }
	.banner-bottom-section .top-button {padding: 15px 30px}
	    .diverse-sectors-section h2 {font-size: 28px}
	    .special-heading h2 { font-size: 28px;    }
	section.vc_section.bg-gold.main-counter {    padding-top: 10px !important;}
	.honest-service .sm-img img {height: 200px}
	.honest-service img {margin-right: 15px}
	.praa-contact-page .porto-sicon-box .porto-sicon-header p{font-size: 14px}
	.bg-gold.praa-form .wpb_content_element{margin-bottom: 0}
	#footer .footer-main>.container { padding-top: 2.75rem; padding-bottom: 1.4rem;}
	.praa-contact-page h2 {font-size: 28px}
	.bg-gold.praa-form textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required{height: 120px}
	section.vc_section.contact-page-section {padding-top: 10px}
	.service-row-text { padding-top: 15px;}
	.service-row-text .wpb_content_element {margin-bottom: 0}
}
div#wpcf7-f1520-p886-o1 .container {
    background: #d31b29;
    padding: 10px;
    border-radius: 10p;
}

h3.house-form-h {
    text-align: center;
    color: #fff;
}
.ho-count{
    position: absolute;
    top: 5px;
    width: fit-content;
    background-color: #e80f1f6b;
    padding: 10px;
    margin: 0;
    border: 4px dotted #fff;
}
.ho-count .stats-number, .ho-count .counter_suffix, .ho-count .stats-text {
    color: #fff;
}
.wpcf7-form-control, input.wpcf7-form-control.wpcf7-captchar{
    border-color: rgb(4 4 4 / 9%) !important;
}