html, body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    color: #565656;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 157%; 
    min-height: 85rem;
    padding-top: 8.5rem;
}

ol, ul {
    margin: 0;
    padding: 0 0 0 20px;
}

a {
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease-out;
}

a:hover {
    color: #000000;
}
b, strong {
    font-weight: 700;
    color: #000;
}
p {
    margin-top: 0;
    margin-bottom: 12px;
    color: #565656;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

p a {
    color: #000;
    text-decoration-line: underline;
    display: inline-block;
}

p a:hover {
    color: #FEDAFF;
    text-decoration-line: underline;
}

input:focus, textarea:focus, button:focus {
    border: 0;
    outline: 0;
    box-shadow: 0;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    font-weight: 700;
}

h2 {
    margin-bottom: 20px;
    color: #000;
    font-family: 'Roboto';
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 122.15%;
    position: relative;
}

h3 {
    color: #000;
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 128.571% */
}

h4 {
    color: #000;
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 128.571% */
}

.container {
    max-width: 1170px;
    width: 98%;
}

.row {
    margin: 0;
}


/* --- Scrollbar Code --- */
::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: #FBA311;
}

::-webkit-scrollbar-thumb {
    background: #000;
}

::-webkit-scrollbar-thumb:hover {
    background: #3A4F39;
}

/* --- Button Code --- */
.custom-btn {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding: 0px 90px 0px 20px;
    border-radius: 4px;
    background-color: #000;
    background-image: url('../images/Symbol.png');
    background-repeat: no-repeat;
    background-position: 90% center;
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    border: 1px solid #000;
}

.custom-btn:hover {
    text-decoration: none;
    background-color: #FBA311;
    background-image: url('../images/Symbol1.png');
}
header {
    transition: all 0.3s ease-in-out;
}

header.fixed-header {
    animation: smoothScroll 1s forwards;
}
header.fixed-header a.navbar-brand.logo-div {
    max-width: 210px;
}
a.navbar-brand.logo-div{
	margin:0px;
	transition: all 0.3s ease-in-out;
}
div#navbarCollapse {
    justify-content: flex-end;
}
.menu-main-menu-container li {
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; 
}

.menu-main-menu-container li a {
    color: #fff;
}
.menu-main-menu-container li {
    padding: 0px 21px;
}
li.current_page_item a {
    color: #FBA311 !important;
}
button.custom-btn {
    border-radius: 5px;
    background: #FBA311;
    border: none;
    padding: 0px 18px;
    color: #000;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -0.4px;
    display: flex;
    align-items: center;
}

button.custom-btn:hover {
    background: #fff;
}

button.custom-btn img {
    margin-right: 6px;
}
.banner_container {
    background-size: cover;
    background-position: center bottom;
    position: relative;
    padding: 7% 0% 9%;
}
.banner_container:after{	
	content:'';
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
}
.home-banner-section{
	position:relative;
}
.home-banner-section:after{
	content:'';
	position: absolute;
	left:0px;
	bottom: -2px;
	width:100%;
	height: 100px;
	background-image:url('../images/SVG.png');
	background-size: cover;
}
.banner_container .container {
    height: 100%;
    position: relative;
    z-index: 9;
}
.banner_container .row{
	height: 100%;
}
.banner_container h1, .inner_banner_heading h1{
	color: #FFF;
	font-family: Roboto;
	font-size: 58px;
	font-style: normal;
	font-weight: 300;
	line-height: 70px;
	text-transform: capitalize;
	margin-bottom: 25px;
}
.banner_container h1 span, .inner_banner_heading span{
	font-weight: 700;
}
.banner_container p {
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.banner_btn {
    padding-top: 30px;
}
nav.navbar.bg-dark {
    background: #000 !important;
}
footer {
    background: #000000;
    padding-bottom: 2%;
    padding-top: 150px;
}
.col h5{
	color: #FFF;
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 28px;
}
.col p{
	color: #FFF;
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 157%;
	margin: 0;
}
.col li{
	color: #FFF;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 8px;
}
.col li a{
	color: #FFF;
}
.col.f1 {
    width: 30%;
}

.col.f3 {
    width: 17%;
}

a.logo-div {
    display: inline-block;
    margin-bottom: 20px;
}
.col.f4 li {
    list-style: none;
}

.col.f4 ul {padding: 0px;}

.col.f4 li span {
    display: block;
    font-weight: 700;
}
.col.f4 {
    width: 28%;
}
.col.f4 li {
    margin-bottom: 18px;
    position: relative;
    padding-left: 26px;
}
.col.f4 li img{
	position: absolute;
	left:0px;
	top: 7px;
}
.col li:last-child {
    margin-bottom: 0px;
}
h3.lets_connect {
    color: #FBA311;
    font-family: "Mona Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
    text-align: right;
}
.copyright p {
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: right;
    margin: 0;
}

.copyright {
    padding-top: 3%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
div#btn-back-to-top i {
    color: #FBA311;
}

div#btn-back-to-top {
    position: fixed;
    right: 10px;
    bottom: 100px;
    z-index: 999;
}
.social_links {
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.social_links a {
    color: #FBA311;
    display: inline-block;
    margin-left: 10px;
}
.social_links a:hover{
	color: #fff;
}
.container-fluid.blogs_wrapper {
    background: #000;
    padding: 90px 0px;
}
h2.main-title.yellow {
    color: #FBA311;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 122.15%; 
    text-transform: uppercase;
}

.blog_content_wrp p {
    color: #FFF;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 122.15%;
    margin: 0;
}
.b_item_img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.blog_box {
    border-radius: 5px;
    background: #F2F2F2;
    transition: 0.4s;
    overflow: hidden;
    height: 100%;
}

.blogs_items {
    padding: 10px 10px;
}
.blog_content {
    padding: 15px;
}

.blog_content h5 {
    color: #000;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 122.15%;
    text-transform: capitalize;
    margin: 0;
}
.date {
    color: #242424;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 39px; /* 216.667% */
    text-transform: uppercase;
    padding: 8px 0px 10px;
}

.blog_content .custom-btn.border-btn, .view_all_btn a {
    border-radius: 10px;
    background-color: #FBA311;
    background-image: url(../images/Arrow.png);
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
    padding: 0px 75px 0px 20px;
    border: 2px solid #FBA311;
}
.view_all_btn{
	height: 50px;
}
.view_all_btn a:hover{
	background-color:#fff;
	background-image: url(../images/Arrow.png);
}
.blog_box:hover {
    background: #FBA311;
	box-shadow:0px 0px 10px #FBA311;
}

.blog_box:hover .blog_content .custom-btn.border-btn {
    border: 2px solid #000;
}
.blog_content_wrp {
    padding: 0px 10px 45px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.slick-prev:before, .slick-next:before {
    display: none;
}

button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
    color: #fff;
    height: 28px;
    width: 28px;
    background-repeat:no-repeat;
    background-position:center;
    border-radius: 18px;
}

button.slick-next.slick-arrow {
    background-image: url('../images/XMLID_223.png');
    right: -60px;
}

button.slick-prev.slick-arrow {
    background-image: url('../images/XMLID_222.png');
    left: -60px;
}
button.slick-prev.slick-arrow:hover, button.slick-next.slick-arrow:hover{
	background-color: #FBA311;
	
}
.container-fluid.faqs_wrapper {
    padding: 80px 0px;
}
.faqs_box {
    padding-top: 30px;
}


h6.ea-header a{
    font-family: "Open Sans";
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 18.57px;
    text-transform: uppercase;
}

.ea-body p {
    color: #000;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 157%;
}
.get_a_free_quote {
    padding: 100px 0px 0px;
    background-size: cover;
    background-position: center;
}

.get_a_free_quote h3 {
    text-align: center;
    color: #fff;
    padding-bottom: 40px;
}
.get_in_touch_form input, .get_in_touch_form textarea, .get_in_touch_form select {
    border-radius: 5px;
    border: 1px solid #EEE;
    background-color: #F7F7F7;
    height: 48px;
    color: #001837;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    width: 100%;
    padding: 0px 18px;
    outline: none;
}
 input::placeholder, form textarea::placeholder {
    color: #001837;
}
.get_in_touch_form textarea {
    height: 106px;
    padding: 15px 18px;
    resize: none;
    border-radius: 5px;
    border: 1px solid #EEE;
    background: #F7F7F7;
    margin-bottom: 0px;
    display: block;
}

.get_in_touch_form span {
    width: 100%;
}

.get_in_touch_form span.wpcf7-not-valid-tip {
    font-size: 12px !important;
    position: relative;
    bottom: 0;
    margin-bottom: -16px;
}

input.submit_btn  {
    height: 48px;
    border-radius: 4px;
	background: #000;
    width: 100%;
    border: 1px solid #000;
    transition: 0.4s;
    color: #FFF;
	text-align: center;
	font-family: Roboto;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 22.1px; 
	text-transform: uppercase;
    text-align: center;
}

input.submit_btn:hover  {
    color: #000;
    background-color: #FBA311;
    z-index: 99;
    position: relative;
    border: 1px solid #FBA311;
}

span.wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0px;
    bottom: -24px;
    margin: auto;
    width: 24px;
    float: none;
}

.wpcf7-form-control-wrap {
    position: relative;
    float: left;
    width: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
    border: none !important;
    font-size: 12px;
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
    position: absolute;
}
.textarea {
    height: 106px;
}
.textarea p, .input p {
    margin: 0;
}

.form_wrapper.get_in_touch_form {
    border-radius: 10px;
    background: #FFF;
    padding: 45px 35px 35px;
    margin-bottom: -80px;
    position: relative;
}
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/select.png);
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 14px;
}
section.testimonials-section {
    padding: 80px 0px;
}
.row.heading-testimonial {
    padding: 0px 22% 40px;
    text-align: center;
}
.inn_testimonial_items {
    padding: 41px 5px 24px 24px;
    border-radius: 5px;
    background: #FAF9F9;
}

.testimonial_items {
    padding: 0px 8px;
}

.inn_testimonial_heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-right: 8px;
}

.inn_testimonial_heading h5 {
    color: #001837;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
    margin: 0;
}

.inn_testimonial_items p {
    color: #565656;
    font-family: Roboto;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
    height: 218px;
    overflow-y: scroll;
    padding-right: 8px;
}

.inn_testimonial_items p a {
    color: #565656;
}
.inn_testimonial_items p a:hover {
    color: #FBA311;
}
.slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 30px;
    background: #CCC;
}
.slick-dots li.slick-active button{
    background: #FBA311;
}
.slick-dots {
    position: relative;
    bottom: 0;
    padding: 50px 0 0;
}
section.our-partners-section {
    background: #FAFAFA;
    padding: 50px 0px;
}

.partners_items {
    padding:0px 10px;
}
.inn_partners_items{
	border-radius: 15px;
    background: #FFF;
}
.row.heading-partners {
    text-align: center;
    margin-bottom: 15px;
}
.slick-dots li button:before{
	display: none;
}
section.home-content-section {
    padding: 120px 0px 100px;
    position: relative;
}
img.dots-1 {
    position: absolute;
    left: 0;
    top: 40px;
}
.ab-content-box {
    padding-left: 30px;
}
.abt_buttons {
    display: flex;
    padding-top: 15px;
}

.custom {
    margin-right: 10px;
}
a.custom-btn.yellow {
    text-decoration: none;
    background-color: #FBA311;
    background-image: url(../images/Symbol1.png);
    color:#000;
    padding: 0px 65px 0px 20px;
	border:1px solid #FBA311
}
a.custom-btn.yellow:hover{
	background-color:#fff;
}
.ab-content-box h2 {
    margin-bottom: 12px;
}
section.why-choose-us-section {
    background: #000;
    padding: 80px 0px;
}

.row.heading-why h2 {
    color: #fff;
    text-align: center;
}

.row.heading-why {
    margin-bottom: 25px;
}
.inn_why_items {
    border-radius: 5px;
    background: #232323;
    padding: 30px;
    text-align: center;
    height: 100%;
    transition: .4s;
}

.inn_why_items h5 {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; 
    margin: 0;
    padding: 25px 0px 20px;
}

.inn_why_items p {
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.inn_why_items:hover {
    box-shadow:0px 0px 10px #FBA311;
}
.services-heading-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 50px;
    border-bottom: 1px solid #000;
}

.services-heading-row h2.main-title {
    width: 16%;
    margin: 0;
}
.service-para p {
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.2px; 
    margin: 0;
}
section.services-section {
    padding: 80px 0px;
}

.row.services_content_box {
    margin: 0px -12px;
}
.s_item_img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.services_box {
    border-radius: 5px;
    background: #EEE;
    overflow: hidden;
    transition: 0.4s;
    height: 100%;
}

.in_services_content h5 {
    color: #000;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 28px;
}

.in_services_content p {
    color: #565656;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.8px;
    margin: 0;
}

.in_services_content {
    padding: 28px 20px 20px;
}

.services_box:hover {
    background: #FBA311;
    box-shadow: 0px 0px 10px #FBA311;
}

.services_box:hover .in_services_content p {
    color: #000;
}
.services_items {
    margin: 12px 0px;
}
.service-para {
    padding: 0px 10px;
}
.services_items.services_content_box {
    padding: 0px 40px;
}
.services_content {
    display: flex;
    align-items: flex-start;
}
img.service-read-more{
	position:relative;
	top: 15px;
	right: 15px;
}
section.about-content-section {
    background: #000;
    padding: 130px 0px 80px;
}
.abt2-image {
    position: relative;
}
img.dots-2 {
    position: absolute;
    right: 0px;
    left: 0px;
    margin: 0px auto;
    top: -75px;
}

.ab2-content-box h2 {
    color: #fff;
}

.ab2-content-box p {
    color: #fff;
}

.abt2-image .img-fluid {
    z-index: 9;
    position: relative;
}

.row.abt_repeater {
    padding-top: 70px;
}
.inn_abt_repeater_items div {
    padding-left: 20px;
}
.inn_abt_repeater_items {
    display: flex;
    align-items: flex-start;
}

.inn_abt_repeater_items h5 {
    color: #FFF;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 15px;
}

.inn_abt_repeater_items p {
    color: #FFF;
	font-family: Roboto;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.inner-banner-section {
    padding: 170px 0px 295px;
    background-size: cover;
    background-position: center center;
    position:relative;
}
.inner-banner-section p {
    color: #fff;
    margin-top: 20px;
}
.inner-banner-section:before{	
	content:'';
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
	height: 100%;
	background-image:url('../images/bannergradient.png');
	background-size: cover;
}
.inner-banner-section:after{
	content:'';
	position: absolute;
	left:0px;
	bottom: -2px;
	width:100%;
	height: 100px;
	background-image:url('../images/SVG.png');
	background-size: cover;
}
.inner_banner_heading {
    position: relative;
    z-index: 9;
}

.inner_banner_heading h1 {
    margin: 0;
}
.services-row, .blog_box_wrp , .faqs-row{
    text-align: center;
    margin-bottom: 30px;
}
.faqs-row h2{
	text-transform: uppercase;
	margin-bottom: 10px;
}
.faqs_boxes_item {
    padding-top: 18px;
}
.blog .container-fluid.faqs_wrapper {
    background: #FAFAFA;
}
div#blogs {
    padding: 80px 0px;
}
.container-fluid.service_details_wrapper {
    padding: 80px 0px;
}
.service_sidebar_image {
    background: #000;
}

.service_sidebar_image img {
    width: 100%;
}

.services_sidebar_heading h5 {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; 
}

.services_sidebar_heading {
    padding: 70px 70px 40px;
}
.services_sidebar_heading h5 span {
    display: block;
}
.s-custom-btn{
	text-align: center;
	padding-top: 40px;
}
.s-custom-btn a {
    border-radius: 10px;
    background-color: #FBA311;
    background-image: url('../images/Arrow.png') !important;
    padding: 0px 55px 0px 20px;
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
}
.s-custom-btn a:hover{
	background-color: #fff;
}
.service_details_wrapper .menu-services-menu-container {
    background: #F5F5F5;
    margin-bottom: 30px;
}

.service_details_wrapper .menu-services-menu-container li a {
    color: #000;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    padding: 25px 45px 25px 25px;
    display: block;
}

.service_details_wrapper .menu-services-menu-container li.current-menu-item a , .menu-services-menu-container .menu-services-menu-container li a:hover{
    background: #FBA311;
}
.inn_service_content h3,.inn_service_content h4,  .inn_service_content p {
    margin-bottom: 20px;
}
.inn_image_items {
    height: 100%;
}

.inn_image_items img {
    height: 100%;
    object-fit: cover;
    object-position: left;
}
.services_repeater .row:nth-child(2n) {
    flex-direction: row-reverse;
    padding: 40px 0px;
}
.services_repeater .row:last-child{
	padding-bottom:0px;
}

.our_process .row, .services_repeater .row {
    margin: 0px -10px;
}
.our_process {
    padding: 40px 0px;
}
.our_process h3 {
    margin-bottom: 25px;
}
.ser-faqs-row {
    border-top: 1px solid #000;
    padding-top: 40px;
}

.services_faqs {
    padding-top: 35px;
}
.services_repeater {
    padding-top: 15px;
    padding-bottom: 40px;
}
.service_content_box {
    padding-left: 35px;
}
.inn_content_items p:last-child {
    margin-bottom: 0;
}
.blog h2.main-title.yellow {
    color: #000;
}
.b-image img {
    height: 100% !important;
    object-fit: cover;
}

.blog_sidebar .date {
    padding-bottom: 0;
}
.row.blog-box {
    margin: 0px -10px;
}

.blog-item {
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.sidebar_posts_wrp h4 {
    position: relative;
    line-height: 20px;
}

.sidebar_posts_wrp h4:after {
    content: '';
    position: absolute;
    bottom: 8px;
    right: 0;
    width: 130px;
    height: 1px;
    background: #000;
}
.sidebar_posts_wrp h4 {
    margin-bottom: 35px;
}
.container-fluid.blogs_details_wrapper {
    padding: 80px 0px;
}
.blog_sidebar {
    padding-left: 35px;
}
.date_comment {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E1E1E1;
    padding: 20px 0px;
    margin-bottom: 20px;
}
.inn_blog_content h2{
	padding: 20px 0px;
    margin: 0;
	font-size:36px;
}
.inn_blog_content h4, .inn_blog_content h5, .inn_blog_content h3 {
    padding: 20px 0px;
    margin: 0;
}
.testimonials-box-items {
  column-count: 3;
  column-gap: 4px;
  margin: 0 auto;
}

.testimonials-box-items .inn_testimonial_items p{
	height:auto;
	overflow-y:hidden;
	padding-right: 0;
	margin-bottom: 12px;
	font-style: normal;
}

.testimonials-box-items  .testimonial_items {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}
.testimonials-box-items .inn_testimonial_items {
    border-radius: 5px;
    background: #F2F2F2;
    padding: 40px 24px 24px;
}

.testimonials-box-items .inn_testimonial_items h5 {
    color: #242424;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 39px; 
    text-transform: uppercase;
}
.row.heading-testimonial {
    padding-bottom: 50px;
}
.page-id-57 .heading-testimonial h2, .contact_details_wrapper .contact_content_wrp h2{
	text-transform: uppercase;
	margin-bottom: 15px;
}
.container-fluid.contact_details_wrapper {
    padding: 80px 0px;
}
.contact_form_wrp .input input, .contact_form_wrp .input select ,.contact_form_wrp .textarea-1 textarea{
    border-radius: 5px;
    border: 1px solid #EEE;
    background-color: #F7F7F7;
    width: 100%;
    height: 73px;
    color: #001837;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 14px; 
    padding: 0px 16px;
}

.contact_form_wrp .textarea-1 textarea {
   height: 240px;
   padding: 16px;
}

.contact_form_wrp p {
    padding: 0;
    margin: 0;
}
.contact_form_wrp input.submit_btn {
    border-radius: 4px;
    background: #000;
    height: 71px;
}
.contact_form_wrp input.submit_btn:hover{
	background: #FBA311;
}
textarea {
    resize: none;
}
.input, .textarea, .textarea-1, .submitinput {
    float: left;
    width: 100%;
    margin: 5px 0px;
}
.submitinput {
	position: relative;
}

.textarea-1 {
    height: 240px;
}
.contact_form_wrp {
    padding: 50px 0px;
    margin: 0px -5px;
}
.contact_details_repeater {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-box {
    display: flex;
    height: 100%;
    align-items: center;
}

.contact-inner-content h4 {
    color: #242424;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 122.15%;
    text-transform: uppercase;
    margin: 0;
}

.contact-inner-content p a {
    color: #242424;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 122.15%;
    text-decoration: none;
}
.contact-inner-content p a:hover, .book_now a:hover{
	color:#FBA311;
}
.c_icon {
    width: 85px;
    background: #000;
    overflow: hidden;
    height: 100%;
    position: relative;
}
.contact-inner-content {
    padding: 10px 30px;
    background: #fff;
}

.details_box:nth-child(3) {
    width: 37%;
}

.details_box:nth-child(3) .contact-inner-content {
    width: 80%;
}

.contact_form_wrp .col-md-6 {
    padding: 0px 5px;
}

.c_icon img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.details_box {
    border-radius: 5px;
    border: 1px solid #DADADA;
    overflow: hidden;
}
.location-maps {
    height: 574px;
}

.location-maps iframe {
    height: 100%;
    width: 100%;
}
.location-available {
    background: #E9E9E9;
}

.day_time {
    background: #F5F3F3;
    display: inline-flex;
    height: 91px;
    padding: 0px 18px;
    justify-content: center;
    align-items: center;
    width: 24%;
}

.emergency_available {
    background: #E9E9E9;
    display: inline-flex;
    height: 91px;
    padding: 0px 18px;
    align-items: center;
    justify-content: center;
    width: 24%;
}

.book_now {
    background: #3D3D3D;
    display: flex;
    height: 91px;
    padding: 0px 100px;
    justify-content: flex-start;
    align-items: center;
    width: 26%;
}
.working_hrs {
    display: flex;
    height: 91px;
    padding: 0px 100px;
    justify-content: flex-end;
    align-items: center;
    width: 26%;
}

.l-row {
    display: flex;
    flex-wrap: wrap;
}

.l-row>* {
    color: #000;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 122.15%; 
    text-transform: uppercase;
}

.book_now a {
    color: #fff;
}
.ccs {
    position: absolute;
    padding: 47.327px 16.952px 47px 28.145px;
    justify-content: flex-end;
    align-items: center;
    background: #000;
    max-width: 360px;
    width: 100%;
    right:0px;
    bottom:0px;
    display:inline-flex;
}

.ccs-text {
    color: #FFF;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 37px; 
    padding-left: 16px;
}

.abt_img {
    position: relative;
}

.container-fluid.abt_content_wrapper {
    padding: 70px 0px;
}

.about_content2 {
    padding-left: 20px;
}
.container-fluid.about_director_wrapper {
    background: #000;
    padding: 110px 0px;
}

.inn_about_director_content h2,.inn_about_director_content p {
    color: #fff;
}

.inn_about_director_content p:last-child {
    margin: 0;
}

.inn_about_director_content p {
    margin-bottom: 20px;
}

.inn_about_director_content {
    padding-right: 5px;
}
.inn_abt_img {
    position: relative;
}

.inn_abt_img .dots-2 {
    left: auto;
    right: -59px;
    top: -60px;
}

.inn_abt_img .img-fluid {
    position: relative;
}
.container-fluid.about_repeater_wrapper {
    padding: 80px 0px;
    position: relative;
}

.inn_a_items {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 10px 13px rgba(0, 0, 0, 0.03);
    padding: 30px 26px 20px;
    height: 100%;
    border-bottom: 7px solid #FBA311;
}

.col-md-4.a_items {
    padding: 0px 20px;
}

.inn_a_items h4 {
    padding: 10px 0px 20px;
    margin: 0;
}

.inn_a_items p {
    margin: 0;
}
.about_full_width_content {
    text-align: center;
    padding-top: 130px;
}

.about_repeater_wrapper .abt_buttons {
    justify-content: center;
}

.about_full_width_content h2,.about_full_width_content p {
    margin-bottom: 24px;
}

.about_repeater_wrapper img.dots-1 {
    top: auto;
    bottom: 270px;
}
section.default_page{
    text-align: center;
    padding: 40px 0px 60px;
}

.default_page h2, .default_page h3,.default_page h4,.default_page h5, .default_page h6 {
    margin: 0;
    padding: 20px 0px;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}
span.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-validates-as-required.wpcf7-not-valid {
    border: 1px solid #dc3232 !important;
}
footer .row.row-cols-4.py-5 {
    margin: 0px -12px;
}
button.sub-menu-toggle {
    display: none;
}

span.arrow {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    font-size: 14px;
}
#wpcs_content_inner_626 input, #wpcs_content_inner_626 textarea, #wpcs_content_inner_626 select {
    width: 100%;
    padding: 0px 15px
}

#wpcs_content_inner_626 input, #wpcs_content_inner_626 select {
   height: 40px
}
#wpcs_content_inner_626 .textarea-1{
   height: 100px;
   margin-bottom: 20px;
}

#wpcs_content_inner_626 .textarea-1 textarea {
    height: 100px;
}
div#wpcs_content_inner_626 {
    min-height: max-content !important;
}
#wpcs_content_main_626.active {
    display: block !important;
} 


.inner-banner-section .input input, .inner-banner-section .input select {
    width: 100%;
    padding: 0px 15px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #fff;
}

.single-servicesposts .inner-banner-section {
    padding: 90px 0 100px;
}
.single-servicesposts .wpcf7-response-output {
    color: #fff;
}
#get_quote {
    display: none;
    transition: all 0.4s ease-in-out;
}
#get_quote.is-active {
    display: block 
}

header .menu-main-menu-container li span.arrow {
    display: none;
}

.modal {
    position: absolute;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
    position: fixed;
    z-index: 9999;
    top: 8em;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    max-width: 32em;
    background-color: #fff;
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-header,
.modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.4em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}

.modal-content input, .modal-content select, .modal-content textarea {
    width: 100%;
    padding: 7px 15px;
    border-radius: 10px;
    font-size: 15px;
    border: 1px solid #000;
}

.modal-content textarea {
    height: 100px;
    resize: none;
}

.modal-content .textarea-1 {
    height: auto;
}