@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.9
Requires PHP: 5.6
Version: 2.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/



/* fonts */
@font-face {
    font-family: 'Gotham Bold';
    src: url('fonts/Gotham-Bold.eot');
    src: url('fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Bold.woff2') format('woff2'),
        url('fonts/Gotham-Bold.woff') format('woff'),
        url('fonts/Gotham-Bold.ttf') format('truetype'),
        url('fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Gotham Medium';
    src: url('fonts/Gotham-Medium.eot');
    src: url('fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Medium.woff2') format('woff2'),
        url('fonts/Gotham-Medium.woff') format('woff'),
        url('fonts/Gotham-Medium.ttf') format('truetype'),
        url('fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Book';
    src: url('fonts/Gotham-Book.eot');
    src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Book.woff2') format('woff2'),
        url('fonts/Gotham-Book.woff') format('woff'),
        url('fonts/Gotham-Book.ttf') format('truetype'),
        url('fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
  --primary-color: #fadd32;   /* Main brand color */
  --secondary-color: #000000; /* Accent color */
  --text-color: #000000;      /* Main text color */

}

/* Simple CSS Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  font-family: 'Gotham Book' !important;
  font-size: 16px;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

a {
  text-decoration: none !important;
  color: inherit;
}

ul, ol {
  list-style: none;
}
h1,h2,h3,h4,h5{font-family: 'Gotham Medium';}
.font-bold{font-family: 'Gotham Bold';}
.font-md{  font-family: 'Gotham Medium' !important;}
p {
  font-size: 20px;
  line-height: 34px;
}

.vc_btn3.vc_btn3-size-md {
	font-size: 19px;
	font-family: 'Gotham Bold';
	text-transform: uppercase;
	letter-spacing: 1px;
	background: var(--bs-black) !important;
	border-color: var(--bs-black) !important;
}
body .vc_btn3.vc_btn3-size-md {
	font-size: 14px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 30px;
	padding-right: 30px;
  letter-spacing: 2px;
  min-width: 250px;
}
body .vc_btn3.vc_btn3-size-md:hover{background: #fadd32 !important; border-color: #fadd32 !important; color: #000 !important;}
body .hover-black .vc_btn3.vc_btn3-size-md:hover{background: #fff !important; border-color: #fff !important; }
.text-white p{color: #ffffff !important;}
.text-white p a{color: #fff;}
.services-slider img {
	max-width: 100% !important;
	width: 100% !important;
	height: auto !important;
	border-radius: 10px;
}

body .icon-next {
	background: url('assets/images/next-icon.png');
	width: 40px !important;
	height: 79px !important;
	background-size: 100%;
	opacity: 1;
	margin-top: -40px !important;
}
body .icon-prev{
		background: url('assets/images/prvs-icon.png');
	width: 40px !important;
	height: 79px !important;
	background-size: 100%;
	opacity: 1;
	margin-top: -40px !important;
}
.vc_images_carousel .vc_carousel-control {

	margin-top: -40px !important;
	width: 50px !important;
	height: 80px !important;
    opacity: 1 !important;
	
}
.vc_images_carousel .vc_carousel-control.vc_left{left: -80px !important;}
.icon-next::before, .icon-prev::before{display: none !important;}
.vc_images_carousel .vc_carousel-control.vc_right {

	right: -80px !important;
}
/*******header********/
#mainheader .navbar {
	padding: 25px 0;
	position: relative;
	z-index: 1100;
	-webkit-transition: all 0.5s ease;
	-moz-transition: position 10s;
	-ms-transition: position 10s;
	-o-transition: position 10s;
	transition: all 0.5s ease;
}

.custom-logo {
	width: 267px;
	height: auto;
}
#mainheader .navbar-collapse {
	justify-content: flex-end;
}
#mainheader{min-height:100px;}
#mainheader.fixed .navbar {
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
#mainheader .navbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
	
}
#mainheader.fixed .navbar{padding:10px 0;}
.navbar-nav {
	gap: 30px;
}
.navbar-nav a, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	color: var(--text-color);
	font-size: 12px;
	text-transform: uppercase;
    font-family: 'Gotham Bold';
}
#mega-menu-wrap-primary #mega-menu-primary {
	visibility: visible;
	text-align: left;
	padding: 0px 0px 0px 0px;
}
.navbar-nav a:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
	color: var(--primary-color);
}
.navbar-nav .current-menu-item  a, .footer-menu .current-menu-item  a, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus{
	color: var(--primary-color);
	
}

/*******banner*********/
.banner-subheading{
     font-family: 'Gotham Book' !important;
}

#Home-hero {
	position: relative;
	padding: 0px 0;
	min-height: calc(100vh - 130px);
	overflow:hidden;
}
#Home-hero::before {
	background: url(https://dr-louise.w3loop.com/wp-content/uploads/2026/03/banner-bg.png) !important;
	content: '';
	width: 750px;
	height: 808px;
	overflow: hidden;
	display: block;
	position: absolute;
	clear: both;
	right: 0;
	bottom: -217px;
	background-size: 100% 100% !important;
	z-index:1;
}
/********about*******/
.wrap-section {
	max-width: 1330px;
	margin: 0 auto;
	float: none !important;
}
.about-text p, .about-text li{font-size: 20px; line-height: 34px; color: var(--text-color);}
.about-text li {
	list-style: disc;
}
ul li::marker {
  font-size: 15px;
}
.vc_box_rounded img {
	border-radius: 10px !important;
}
/*******services********/
.services-row > .wpb_column > .vc_column-inner {
	border: 2px solid #fff;
	padding: 53px 40px 20px;
	border-radius: 10px;
	min-height: 550px;
}
body .services-row {
	margin: 0 auto !important;
}
.vc_custom_heading.service-heading {
	margin-bottom: 26px;
}
/*******footer********/

.entry-footer.default-max-width {
	display: none !important;
}
.footer-menu {
	display: flex;
	justify-content: center;
	gap: 40px;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 0;
}
.mainfooter_copyright{padding-bottom: 25px;}
.mainfooter_copyright p {
	font-size: 10px;
	text-align: center;
	
}
.footer-logo img {
	width: 31px;
	height: auto;
}
.footer-logo img {
	width: 31px;
	height: auto;
	float: right;
}
.footer-menu a{font-family: 'Gotham Bold'; color: var(--text-color);}
.mainfooter_top {
	display: flex;
	gap: 5px;
	justify-content: center;
	align-items: center;
}
.mainfooter_logo {
	width: 42px;
}

.about-services .services-row > .wpb_column > .vc_column-inner {
	min-height: 470px;
}
/********services**page*******/
body .center-row{margin-left: auto !important; margin-right: auto !important;}
.services-repeat h3{text-transform: uppercase;}
.services-repeat > .vc_column-inner {
	border-radius: 10px;
	min-height: 646px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px !important;
}

/**********contact*page********/


iframe {
	
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

/*******services************/
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
	background-color: transparent !important;   font-family: 'Gotham Book' !important;
}
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
	color: #fff !important;

	font-family: 'Gotham Book' !important;
	font-size: 30px !important;
	padding: 19px 0 !important;
}
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
	color: var(--primary-color) !important;
}
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
	background-color: transparent !important;
	color: #fff !important;
	padding-left: 0;
	padding-right: 0;
}
.parent-info-sec .vc_column-inner {
	border: 2px solid #fff;
}

.research-block strong {
	font-family: 'Gotham Bold' !important;
	font-weight: normal;
}
.research-block p {
	line-height: 34px;
	margin-bottom: 22px;
color: #fff;
}
.form-wrap {
	border: 2px solid #000;
	border-radius: 10px;
	padding: 15px 45px 50px;
	font-family: 'Gotham Medium';
}
.fm-form-container.fm-theme1 .fm-form .fm-header-bg {
	display: block;
	padding-bottom: 0;
}
.form-wrap .fm-form-container.fm-theme1 .fm-form .fm-header-title {
	font-size:22px;
	color: #000;
	font-family: 'Gotham Bold' !important;
}
.form-wrap .fm-form-container.fm-theme1 .fm-form .wdform-page-and-images label {
	font-size: 18px;
	font-family: 'Gotham Book' !important;
	position: relative;
}
.form-wrap .fm-form .wd-width-30 {
	width: auto;
}
body .form-wrap .fm-form-container.fm-theme1 .fm-form input[type="text"], body .form-wrap  .fm-form-container.fm-theme1 .fm-form select{
	border: none !important;
	border-bottom: 2px solid #000 !important;
	border-radius: 0 !important;
	padding-bottom: 0 !important;
	background: transparent !important;
}
body .form-wrap  .fm-form-container.fm-theme1 {
	width: 100%;
}
body .form-wrap  .fm-form-container.fm-theme1 .fm-form textarea {
	border: 2px solid #000 !important;
	resize: none;
}
body .form-wrap .fm-type_submit_reset {
	position: absolute;
	bottom: -214px;
	/* width: 100%; */
}
.fm-form-container.fm-theme1 .fm-form .button-submit {
	max-width: 250px !important;
	width: 100%;
	margin: 0;
	background: #fadd32;
	border: none;
	color: #000;
	height: 48px;
	font-size: 16px;
	letter-spacing: 2px;
	font-family: 'Gotham Bold' !important;
	border-radius: 4px;
}
.fm-type_submit_reset .wdform-element-section {
	display: flex;
	justify-content: start !important;
}
.form-button.file-upload.wd-flex-column.wd-width-70 {
	display: flex;
	justify-content: end;
	flex-direction: inherit !important;
}
.file-upload {
	display: block;
	justify-content: end !important;
	text-align: right !important;
	width: 250px;
	text-align: center;
}
#wdform_42_element6 {
	display: none;
}
.fm-form-container.fm-theme1 .fm-form .file-upload-status {
	display: block !important;
	width: 250px;
	text-align: center;
		color: #fff;
	padding: 0 !important;
	position: absolute;
}

body .form-black .form-wrap .fm-form-container.fm-theme1 .fm-form .fm-type_file_upload .wdform-label {
	max-width: 250px !important;
	width: 100%;
	margin: 0;
	background: #fadd32;
	border: none;
	color: #000 !important;
	height: 48px !important;
	font-size: 16px;
	letter-spacing: 2px;
	font-family: 'Gotham Bold' !important;
	border-radius: 4px;
	display: flex;
	align-items: center;
	min-width: 250px;
	justify-content: center;
	float:right;
}

.wdform-field.wd-width-100.wd-flex.wd-flex-row.fm-type_file_upload {
	display: flex;
	flex-wrap: wrap;
	row-gap: 10px;
	position: absolute;
	top: 145px;
	justify-content: end;
	align-items: end;
}
.form-black .form-wrap {
	border: 2px solid #fff;
	margin: 0 auto;
}
.form-black  .form-wrap .fm-form-container.fm-theme1 .fm-form .fm-header-title {
	font-size: 22px;
	color: #fff;
	font-family: 'Gotham Bold' !important;
}

.form-black .form-wrap .fm-form-container.fm-theme1 .fm-form .wdform-page-and-images label {
	font-size: 18px;
	font-family: 'Gotham Book' !important;
	color: #fff !important;
	position: relative;
	
}
.fm-form .wdform-required {
	margin: 0;
}
.fm-form .wdform-label-section{margin-bottom:0 !important;}
.fm-form .wd-flex.wdform-field {
	column-gap: 10px;
	min-height: 60px;
}
.fm-form .wdform-element-section {
	padding-left: 10px;
}
body .fm-form .wdform-field {
	-webkit-align-items: end;
	align-items: end;
}
.fm-form .wdform-required {

	color: #fff;
	position: absolute;
}
.wdform_separator {
	position: relative;
	top: 9px;
}
.radio-div label {
	top: inherit !important;
}
.fm-form .wd-choice {
	align-items: center;
	margin: 0 5px 5px 5px;
	position: relative;
	
}
.radio-div.wd-choice {
	align-items: end;
}
.fm-form .wd-choice label {
	top: inherit !important;
}
input[type="radio"] {
  transform: scale(1.2); /* size increase */
 
}
body .radio-div.wd-choice {
	align-items: center;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}
.radio-div.wd-choice {
	align-items: center;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}
.fm-form-container.fm-theme1 .fm-form input[type="radio"] {
	margin-right: 5px;
	margin-top: 7px;
}
body .form-black .form-wrap .fm-form-container.fm-theme1 .fm-form input[type="text"], body .form-black .form-wrap .fm-form-container.fm-theme1 .fm-form select {
	border-bottom: 2px solid #fff !important;
	color: #ffffff !important;
	opacity: 1 !important;
	max-width: 450px;
	padding-top: 0 !important;
	font-size: 14px;
}
.fm-form-container.fm-theme1 .fm-form input[type="radio"] {

	margin-top: 0 !important;
}
.fm-form-container.fm-theme1 .fm-form {
	padding: 0px !important;
}
.form-black .wdform_separator {
	color: #fff;
	margin: 0 10px 0 11px;
}
.wdform_date_fields .mini_label {
	display: none !important;
}
.fm-form-container.fm-theme1 .fm-form input[type="text"]::placeholder, .fm-form-container.fm-theme1 .fm-form .ui-corner-all::placeholder, .fm-form-container.fm-theme1 .fm-form input[type="number"]::placeholder, .fm-form-container.fm-theme1 .fm-form input[type="password"]::placeholder, .fm-form-container.fm-theme1 .fm-form input[type="url"]::placeholder, .fm-form-container.fm-theme1 .fm-form input[type="email"]::placeholder, .fm-form-container.fm-theme1 .fm-form textarea::placeholder, .fm-form-container.fm-theme1 .fm-form .StripeElement::placeholder, .fm-form-container.fm-theme1 .fm-form .ui-spinner-input::placeholder, .fm-form-container.fm-theme1 .fm-form .file-upload-status::placeholder, .fm-form-container.fm-theme1 .fm-form .country-name::placeholder, .fm-form-container.fm-theme1 .fm-form select::placeholder {
	color: #fff !important;
	opacity: 1;
}
body .iti__arrow {
	border-top-color: #fff;
}
.fm-form .wd-width-70 {
	width: 60%;
}
body .lable-large {
	max-width: 100% !important;
}
.fm-form .wd-width-70.lable-large {
	width: 60%;
}
.fm-form h4 {
	color: #fff;
	font-size: 22px;
	margin-top: 30px;
}
.fm-form .radio-div input[type="radio"] {display: none;}
.fm-form .radio-div input[type="radio"] + label{position: relative; margin: 0; padding: 0 0 0 28px; }
.fm-form .radio-div input[type="radio"] + label::before{content: ""; width: 18px; height: 18px; vertical-align: middle; background-color: #fff; border-radius: 50%; position: absolute; left: 0; top: 0; }
.fm-form .radio-div input[type="radio"]:checked + label::before{content: ""; color: #10225e; background-color: #000000; line-height: 18px; border: #fff 3px solid; }
.auto-radio {
	width: auto !important;
}
.fm-form .radio-div input[type="radio"] + label::before {
	top: inherit !important;
}
.lable-large .fm-form .wd-width-70.lable-large {
	width: 59%;
}
body .form-white-bg.form-wrap .fm-form-container.fm-theme1 .fm-form input[type="text"], body .form-white-bg.form-wrap .fm-form-container.fm-theme1 .fm-form select {
	border: none !important;
	border-bottom: 2px solid #000 !important;
	border-radius: 0 !important;
	padding-bottom: 0 !important;
	background: transparent !important;
	max-width: 750px;
	font-family: 'Gotham Book' !important;
}

.file-upload-status {
	max-height: 39px;
	overflow: auto;
}
body .form-white-bg .iti__arrow {
	border-top-color: #000;
}
#wdform_7_element1 {
	width: 750px !important;
max-width:100%;
}
.form-white-bg .radio-div input[type="radio"] + label::before {
	content: "";
	width: 18px;
	height: 18px;
	vertical-align: middle;
	background-color: #000000;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}
.form-white-bg .radio-div input[type="radio"]:checked + label::before {
	content: "";
	color: #000000;
	background-color: #fff;
	line-height: 18px;
	border: #000000 3px solid;
}
.form-white-bg .fm-type_radio .wdform-label {
	margin-bottom: 20px !important;
	display: block;
	margin-top: 15px;
}

body .form-white-bg .radio-div.wd-choice {
	align-items: center;
	margin-bottom: 12px !important;
	margin-top: 0 !important;
}
.form-white-bg .fm-type_radio .wdform-element-section {
	padding-left: 0;
}
.form-white-bg .fm-type_textarea .wdform-label-section.wd-width-100 {
	margin-bottom: 20px !important;
	display: block;
}
.form-white-bg .fm-type_textarea .wdform-element-section {
	padding-left: 0;
}
.form-white-bg .fm-form-container.fm-theme1 .fm-form .wdform-page-and-images label {
	color: #000 !important;
}
.form-white-bg #wdform_8_other_input1 {
	height: 20px !important;
	position: absolute;
	left: 97px;
	width: 750px;
	padding-top: 0;
	padding-bottom: 5px !important;
}
.form-white-bg .wd-flex.wdform-field {
	column-gap: 10px;
	min-height: 60px;
	width: 100%;
}
.form-white-bg .fm-form-container.fm-theme1 .fm-form .button-submit {
	background: #000000;
	color: #fff;
	width: 100%;
	max-width: 100% !important;
}
body .form-white-bg  .fm-type_submit_reset {
	position: absolute;
	bottom: -175px;
	width: 100%;
	left: -57px;
	padding: 0 !important;
	width: 1500px !important;
	max-width: 1278px;
}

.form-white-bg .fm-form-container.fm-theme1 .fm-form .button-submit{transition: all .2s ease-in-out;}
.fm-form-container.fm-theme1 .fm-form .button-submit:hover, body .form-black .form-wrap .fm-form-container.fm-theme1 .fm-form .fm-type_file_upload .wdform-label:hover {
	background: #fff !important;
	transition: all .2s ease-in-out;
}
.form-white-bg .fm-form-container.fm-theme1 .fm-form .button-submit:hover {
	background: #fadd32 !important;
	border-color: #fadd32 !important;
	color: #000 !important;
	transition: all .2s ease-in-out;
}
.vc_section.about-section, .black-bg{
	position: relative;
}
#services-section{position:relative; border-radius: 0 0 30px 30px;}
.vc_section.about-section, #Home-hero, .black-bg{
	border-radius: 0 0 30px 30px;
}
#services-section::after,.call-section:after, .theme-color:after, .black-bg:after{
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
	background: #000;
	position: absolute;
	left: 0;
	width: 100%;
	top: -62px;
	height: 83px;
	z-index: -1;
}
.call-section:after, #Home-hero{background-color: #fff;}
.theme-color:after{background:#fadd32;}
div.error-404 {
	display: flex;
	align-items: center;
	min-height: 70vh;
	justify-content: center;
	text-align: center;
	padding: 30px;
}
@media(max-width: 1717px){
body, p, .about-text p, .about-text li {
	font-size: 18px;
	line-height: 32px;
}
.vc_custom_heading.service-heading {
	font-size: 18px !important;
	line-height: 32px !important;
}
	.sec-heading, .services-repeat h3 {
	font-size: 32px !important;
}

body #Home-hero h1 {
	font-size: 54px !important;
	line-height: 60px;
	margin-bottom: 18px !important;
}
.banner-subheading {
	font-size: 18px !important;
	line-height: 32px !important;
	max-width: 620px;
}
body .vc_custom_1772864902961 {
	margin-bottom: 32px !important;
}
.vc_custom_heading.service-heading {
	margin-bottom: 10px;
}
.services-row > .wpb_column > .vc_column-inner{min-height: 480px;}
.about-services .services-row > .wpb_column > .vc_column-inner {
	min-height: 410px;
}
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
	font-size: 22px !important;
}
	.fm-form .wd-width-70.lable-large {
	width: 50%;
}
	
}
@media(min-width:1199px){
.services-left, .services-right {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
}
@media(max-width:1400px){
	.custom-logo {
	width: 200px;

	}
	.navbar-nav {
	gap: 18px;
	}
	body #Home-hero h1 {
	font-size: 49px !important;
	line-height: 54px;
	margin-bottom: 13px !important;
}
.banner-subheading {
	font-size: 16px !important;
	line-height: 28px !important;
	max-width: 570px;
}
body .banner-subheading {
	font-size: 16px !important;
	line-height: 28px !important;
	max-width: 570px;
	margin-bottom: 22px !important;
}
body, p, .about-text p, .about-text li{
	font-size: 16px;
	line-height: 24px;
}
.sec-heading, .services-repeat h3 {
	font-size: 28px !important;
}
body .vc_custom_1772904271508 {
	font-size: 16px !important;
	line-height: 24px;
}
.vc_custom_heading.service-heading {
	font-size: 16px !important;
	line-height: 28px !important;
}
.vc_custom_heading.service-heading {
	margin-bottom: 10px;
}
.services-row > .wpb_column > .vc_column-inner {
	
	padding: 50px 40px 20px;
	
	min-height: 409px;
}
.footer-menu {
	gap: 25px;
	padding: 0 20px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {

	padding: 0px 10px;

}
.services-repeat .vc_single_image-wrapper.vc_box_border_grey {
	width: 100px;
}
.services-repeat > .vc_column-inner {
	min-height: 560px;
}
.wpb_text_column.wpb_content_element.vc_custom_1773036239165.about-text, body .vc_custom_1773056798576.about-text {
	margin-bottom: 0 !important;
}
.form-black .form-wrap .fm-form-container.fm-theme1 .fm-form .wdform-page-and-images label, .form-wrap .fm-form-container.fm-theme1 .fm-form .wdform-page-and-images label {
	font-size: 16px;
	line-height: 1.4rem;
}
	.wdform-field.wd-width-100.wd-flex.wd-flex-row.fm-type_radio {
	padding-right: 0 !important;
}
	.wdform-element-section.width-radio {
	width: 100px !important;
}
.form-wrap {
	padding: 15px 30px 25px;
	
}
body .vc_custom_1773728179456 {

	padding-bottom: 160px !important;

}
.wdform-field.wd-width-100.wd-flex.wd-flex-row.fm-type_file_upload {

	top: 100px;

}
body .form-wrap .fm-type_submit_reset {

	bottom: -169px;

}
.fm-form h4 {
	margin-top: 30px;
	margin-bottom: 20px !important;
}
	body .form-white-bg .fm-type_submit_reset {

	left: -41px;

	width: 1094px !important;
	max-width: 1094px;
}
	.vc_section.about-section, #services-section {
	border-radius: 0 0 18px 18px;
}
}

@media(max-width:1199px){

.custom-logo {
	width: 180px;
}
header .container{
	max-width: 100%;
}
.navbar-nav a {
	font-size: 11px;
}
#Home-hero .vc_row.vc_row-o-full-height {
	min-height: inherit;
}
#Home-hero .vc_row.vc_row-o-full-height {
	min-height: inherit;
	padding: 15px 0 50px;
}
body #Home-hero h1 {
	font-size: 40px !important;
	line-height: 48px;
	margin-bottom: 13px !important;
}
body .banner-subheading {
	font-size: 14px !important;
	line-height: 24px !important;
	max-width: 480px;
	margin-bottom: 22px !important;
}
#about-section, #services-section, #call-section{
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}
body .vc_custom_1773051545987 {
	padding-top: 60px !important;
	padding-bottom: 20px !important;
}
.services-row > .wpb_column > .vc_column-inner {
	padding: 50px 40px 20px;
	min-height: 470px;
}
.footer-menu {
	gap: 15px;
	padding: 0 15px;
}
.footer-logo img {
	width: 23px;

}
body .vc_btn3.vc_btn3-size-md {

	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;

	min-width: 200px;
}
#Home-hero::before {

	width: 613px;
	height: 660px;
	bottom: -180px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	padding: 0px 6px;
}
body .vc_custom_1772952400872 {
	padding-right: 15px !important;
	padding-left: 15px !important;
}
.about-services .sec-heading {
	font-size: 22px !important;
}
.about-services  .services-row > .wpb_column > .vc_column-inner {
	padding: 40px 30px 14px;
	min-height: 400px;
}
.services-repeat > .vc_column-inner {
	min-height: 450px;
}
.vc_section.about-section.vc_custom_1772951699681 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}
body .service-container {
	margin-bottom: 20px !important;
}
.contact-add {
	margin-bottom: 15px !important;
}
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
	font-size: 20px !important;
}
.fm-form h4 {
	margin-top: 30px;
	margin-bottom: 5px !important;
}
	.wdform-element-section.auto-radio.width-radio {
	position: relative;
	top: -18px;
}
body .form-white-bg .fm-type_submit_reset {
	left: -41px;
	width: 916px !important;
	max-width: 916px;
	bottom: -130px;
}
	#wdform_7_element1 {
	width: 590px !important;
	
}
.contact-form {
	padding-bottom: 30px;
}
	.banner-left {
	margin-bottom: 50px;
}
}

@media(max-width:991px){
	.collapse:not(.show) {
	display: flex !important;
    flex-basis: auto !important;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
	height: 1px !important;
	background-color: #000000 !important;
}
 .navbar.navbar-expand-md #mega-menu-primary {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 100% !important;
    right: 0 !important;
    background-color: #fff !important;
    padding: 0 17px !important;
  }
#mega-menu-wrap-primary {
	position: static !important;
}
 #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open::after{display: none;}
 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {

	background-color: transparent;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	padding: 0px 0;
}
body #Home-hero h1 {
	font-size: 30px !important;
	line-height: 38px;
	margin-bottom: 13px !important;
}
body .banner-subheading {

	max-width: 400px;
	margin-bottom: 22px !important;
}
body .vc_btn3.vc_btn3-size-md {
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	letter-spacing: 1px;
}
#Home-hero .vc_row.vc_row-o-full-height {
	min-height: inherit;
	padding: 0px 0 50px;
}
#Home-hero {
	position: relative;
	min-height: inherit !important;
}
.custom-logo {
	width: 220px;
}
#Home-hero::before {
	width: 450px;
	height: 485px;
	bottom: -128px;
}
#about-section .vc_btn3-container {
	display: flex;

	justify-content: center;
}
.vc_btn3-container.vc_btn3-center {
	display: flex;
	justify-content: center;
}
.services-row > .wpb_column > .vc_column-inner {
	padding: 30px 28px 20px;
	min-height: 530px;
}
.vc_custom_heading.service-heading {
	font-size: 16px !important;
	line-height: 24px !important;
}
.vc_custom_heading.service-heading {
	margin-bottom: 20px;
}
.sec-heading {
	font-size: 24px !important;
}
.services-row h2 {
	font-size: 24px !important;
	max-width: 160px;
	margin: 0 auto;
	text-align: center;
}
#mainfooter .container {
	max-width: 100%;
}
.footer-menu {
	gap: 10px;
	padding: 0 10px;
}
.footer-menu {
	
	font-size: 10px;
}
  .about-services .sec-heading {
    font-size: 18px !important;
  }
  body .vc_custom_1772952400872 {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.services-repeat .vc_single_image-wrapper.vc_box_border_grey {
	width: 70px;
}
.services-repeat h3 {
    font-size: 24px !important;
  }
  .services-repeat > .vc_column-inner {
	min-height: 300px;
}
body .vc_custom_1773061589757 {
	margin-bottom: 15px !important;
}
.fm-form .wdform-element-section {
	padding-left: 0;
}	
body .form-black .form-wrap .fm-form-container.fm-theme1 .fm-form input[type="text"], body .form-wrap .fm-form-container.fm-theme1 .fm-form select, body .form-wrap.form-white-bg .fm-form-container.fm-theme1 .fm-form input[type="text"], body .form-wrap.form-white-bg .fm-form-container.fm-theme1 .fm-form select {
	max-width: 100%;
	height: 35px;
}
.form-wrap {
	padding: 0px 24px 25px;
}
	.fm-type_radio .wdform-label-section {
	margin-bottom: 13px !important;
}
	.fm-form h4 {
	margin-top: 10px;
	margin-bottom: 0px !important;
}
	body .fm-form .wdform-field {
	-webkit-align-items: start;
	align-items: start;
}
body .radio-div.wd-choice {
	margin-bottom: 5px !important;
	margin-left: 0;
	margin-right: 15px;
}
.wdform-element-section.auto-radio.width-radio {
	position: relative;
 top: 0px;
}
body .form-white-bg .fm-type_submit_reset {
	left: -25px;
	width: 665px !important;
	max-width: 665px;
	bottom: -130px;
}
	.form-white-bg .fm-type_radio .wdform-label {
	margin-bottom: 7px !important;
	margin-top: 0px;
}
		body .banner-row{padding-bottom: 0 !important;}
	.navbar-nav a, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
		font-size:14px;
	}
	#mainheader .navbar {
	padding: 10px 0 10px;
	
}
}

@media(max-width:767px){
	.banner-row {
	flex-direction: column-reverse;
}
body .vc_custom_1772864420141 {
	padding-left: 25px !important;
	padding-right: 25px !important;
}
#Home-hero {
	
	padding-top: 10px !important;
}
body #Home-hero h1 {
	font-size: 28px !important;
	line-height: 38px;
	margin-bottom: 10px !important;
}
header .container {
	max-width: 100%;
	padding: 0 25px;
}
body .banner-subheading {
	max-width: 400px;
	margin-bottom: 18px !important;
}
.banner-heart {
	padding: 15px 25px 0;
	margin-bottom: 0 !important;
}
	#mainheader {
	min-height: 63px;
}
.navbar.navbar-expand-md #mega-menu-primary {

	padding: 0 25px !important;
}
#mega-menu-wrap-primary .mega-menu-toggle {

	left: 6px;
}
#Home-hero::before {
	width: 300px;
	height: 323px;
	top: 108px;
	bottom: inherit;
}
#about-section, #services-section, #call-section, body .about-section{
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.vc_section.about-section.vc_custom_1772951699681 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
body .banner-subheading {
	font-size: 16px !important;
	line-height: 24px !important;

	
}
.about-text ul {
	padding-left: 12px;
}
body .vc_custom_1773035873874 {
	margin-top: 40px !important;
	padding-bottom: 6px !important;
}
.banner-right .vc_btn3-container.vc_btn3-inline {
	margin-bottom: 10px;
}
body .vc_custom_1773595540470 {
	margin-top: 46px !important;
	margin-bottom: 0px !important;
}
body .services-row.vc_row.vc_column-gap-35 > .vc_column_container {
	padding: 0px 0 17px;
}
body .services-right.wpb_column.vc_column_container.vc_col-sm-6 {
	padding-bottom: 0;
}
.services-row > .wpb_column > .vc_column-inner {
	padding: 20px 20px 20px;
	min-height: inherit;
}
#call-section {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.footer-menu {
	font-size: 12px;
	gap: 10px;
	padding: 0 10px;
	flex-wrap: wrap;
}
.mainfooter_top {
	display: flex;
	gap: 15px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.footer-logo img {
	width: 23px;
	float: none;
	margin: 0 auto;
}
.mainfooter_menu {
	padding-bottom: 15px;
	padding-top: 5px;
}
.footer-menu {
	font-size: 12px;
	column-gap: 20px;
	padding: 0;
	flex-wrap: wrap;
	row-gap: 4px;
}
.mainfooter_copyright p {
	font-size: 10px;
	text-align: center;
	line-height: 14px;
	margin-bottom:0;
}
.footer-menu {
	font-size: 12px;
	column-gap: 0;
	padding: 0;
	flex-wrap: wrap;
	row-gap: 15px;
}
.footer-menu li {
	width: 100%;
	text-align: center;
}
.vc_custom_1772947286349 {
	

	padding-bottom: 10px !important;
	
}
.vc_custom_1773035731994 {
	margin-top: 5px !important;
	padding-bottom: 10px !important;
}
.vc_custom_1772946941816 {
	padding-right: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 20px !important;
}
body .vc_custom_1773035731994 {
	margin-top: 5px !important;
	padding-bottom: 0 !important;
	margin-bottom: 20px;
}
body .vc_custom_1772947286349 {

	padding-bottom: 10px !important;

}
body .vc_custom_1772952400872 {
	padding-right: 25px !important;
	padding-left: 25px !important;
}
.about-services .sec-heading {
	font-size: 24px !important;
	max-width: 100%;
}
.about-services .services-row > .wpb_column > .vc_column-inner {
	padding: 20px 20px 20px;
	min-height: auto;
}
body .vc_custom_1772947286349 {
	padding-bottom: 10px !important;
	padding-top: 15px !important;
}
body .vc_custom_1773037870826 {
	padding-top: 10px !important;
	padding-bottom: 0 !important;
}
.services-repeat h3 {
	font-size: 18px !important;
}
#call-section.vc_custom_1772882034780 {
	padding-top: 35px !important;
}
#about-banner-section.vc_custom_1773062059747 {
	padding-bottom: 28px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 10px !important;
}
body .vc_custom_1773061582530 {

	margin-bottom: 0 !important;
}
body .vc_custom_1773061589757 {
	margin-top: 20px !important;
	padding-bottom: 0px !important;
}
.vc_section.about-section.vc_custom_1772951699681 {
	padding-top: 35px !important;
	padding-bottom: 35px !important;
	padding-left: 10px !important;
	padding-right: 15px !important;
}
.services-slider {
	padding-left: 30px;
	padding-right: 30px;
}
body .icon-prev, body .icon-next {
	width: 20px !important;
	height: 39px !important;
	margin-top: -20px;
}
.vc_images_carousel .vc_carousel-control {
	margin-top: 0px !important;
	width: 20px !important;
	height: 40px !important;
	
}
.vc_images_carousel .vc_carousel-control.vc_left {
	left: -30px !important;
}
.vc_images_carousel .vc_carousel-control.vc_right {
	right: -30px !important;
}
.sec-heading.vc_custom_1773654127970 {
	margin-bottom: 0 !important;
}
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
	font-size: 18px !important;
	padding: 10px 0 !important;
	line-height: 22px;
}
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body p {
	font-size: 14px;
}
	.form-wrap {
	padding: 0px 15px 25px;
}
	.vc_section.form-black {
	padding-top: 50px !important;
	padding-bottom: 160px !important;
}
	body .form-black .form-wrap .fm-form-container.fm-theme1 .fm-form .fm-type_file_upload .wdform-label {
	max-width: 200px !important;
	height: 40px !important;
	font-size: 14px;
	min-width: 200px;
		float: none;
  margin: 0 auto;
}
	.wdform-field.wd-width-100.wd-flex.wd-flex-row.fm-type_file_upload {
	top: 62px;
	justify-content: start !important;
	text-align: center;
}
	.fm-form-container .fm-form .wdform-element-section, .fm-form-container .fm-form .wdform-label-section {
	width: 100%;
	max-width: 100% !important;
}
	.fm-form-container.fm-theme1 .fm-form .button-submit {
	max-width: 200px !important;
	height: 40px;
	font-size: 14px;
	margin: 0 auto;
}
	#wdform_6_day6 {
	width: 51px !important;
}
	#wdform_6_month6 {
	
	width: 80px !important;
	padding-left: 5px;
}
	body .form-wrap .fm-type_submit_reset {
	bottom: -180px;
}
	.wdform-field.wd-width-100.wd-flex.wd-flex-row.fm-type_file_upload {
	top: 70px;

}
	.form-black .form-wrap .fm-form-container.fm-theme1 .fm-form .wdform-page-and-images label {
	
	line-height: 1.4rem;
}
	body .form-black .form-wrap .fm-form-container.fm-theme1 .fm-form input[type="text"], body .form-wrap .fm-form-container.fm-theme1 .fm-form select {
	border-bottom: 1px solid #fff !important;
	max-width: 100%;
	font-size: 14px;
}
	#wdform_6_year6 {
	width: 63px !important;
	padding-left: 5px !important;
}
	.form-black .form-wrap .fm-form-container.fm-theme1 .fm-form .wdform-page-and-images label {
	font-size: 14px;
	line-height: 1.4rem;
}
	.form-black .form-wrap .fm-form-container.fm-theme1 .fm-form .fm-header-title {
	font-size: 22px;

	margin-bottom: 13px;
}
	body .form-black .form-wrap .fm-form-container.fm-theme1 .fm-form input[type="text"], body .form-wrap .fm-form-container.fm-theme1 .fm-form select {
	max-width: 100%;
	height: 30px;
}
	body .fm-form-builder .wdform_column {
	width: 100% !important;
	flex-direction: column;
}
	.fm-form .fm-header-bg, .fm-form .wdform-field:not([type="type_hidden"]) {
	padding: 5px 10px 10px !important;
}
	.fm-type_radio .wdform-label-section {
	margin-bottom: 10px !important;
}
	.fm-form h4 {

	font-size: 22px;

}
	.file-upload-status {
	opacity: 0 !important;
}
	#wdform_7_element1 {
	width: 100% !important;
}
	#wdform_6_day1 {
	width: 50px !important;
}
	#wdform_6_month1 {
	width: 100px !important;
	padding-left: 5px;

}
	.form-white-bg.form-wrap {
	padding: 0px 15px 8px;
}
	body .form-white-bg .fm-type_submit_reset {
	left: 0;
	width: 100% !important;
	max-width: 100%;
	bottom: -50px;
	padding: 0 !important;
	position:static;
}
.form-white-bg.form-wrap {
	padding: 0px 15px 10px;
	margin-bottom: 0;
}
	body .form-white-bg .radio-div.wd-choice:last-child {
	margin-bottom: 0 !important;
}
	.contact-form {
	padding-bottom: 0;
}
	body .banner-row{
		padding-bottom: 0 !important;
	}
	div.error-404 {
	min-height: 50vh;
}
	.research-block {
	padding-left: 10px;
	padding-right: 10px;
}
}

@media (max-width: 360px) {
  .custom-logo {
    width: 170px;
  }
}
.fm-error, .fm-not-filled, .fm-not-valid-date {

	margin-left: 0 !important;
}
.fm-form .form-button.wd-justify-content-left {
	-webkit-justify-content: center;
	justify-content: center;
}