@font-face {
     font-family: 'Trajan Pro';
     src: url('../fonts/TrajanPro-Bold.eot');
     src: url('../fonts/TrajanPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/TrajanPro-Bold.woff2') format('woff2'), url('../fonts/TrajanPro-Bold.woff') format('woff'), url('../fonts/TrajanPro-Bold.ttf') format('truetype'), url('../fonts/TrajanPro-Bold.svg#TrajanPro-Bold') format('svg');
     font-weight: 700;
     font-style: normal;
     font-display: swap;
}
 @font-face {
     font-family: 'Atlan';
     src: url('../fonts/Atlan-Regular.eot');
     src: url('../fonts/Atlan-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Atlan-Regular.woff2') format('woff2'), url('../fonts/Atlan-Regular.woff') format('woff'), url('../fonts/Atlan-Regular.ttf') format('truetype'), url('../fonts/Atlan-Regular.svg#Atlan-Regular') format('svg');
     font-weight: 400;
     font-style: normal;
     font-display: swap;
}
 @font-face {
     font-family: 'Atlan';
     src: url('../fonts/Atlan-Light.eot');
     src: url('../fonts/Atlan-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Atlan-Light.woff2') format('woff2'), url('../fonts/Atlan-Light.woff') format('woff'), url('../fonts/Atlan-Light.ttf') format('truetype'), url('../fonts/Atlan-Light.svg#Atlan-Light') format('svg');
     font-weight: 300;
     font-style: normal;
     font-display: swap;
}
 body{
     font-family: 'Atlan' !important;
     font-weight: 400 !important;
     overflow-x: hidden;
}
 .newFont{
     font-family: 'Trajan Pro' !important;
}
 a:focus, a:active {
     outline: none !important;
     color: #993366 !important;
}
/*------- HEADER CSS STARTS -------*/
 header#masthead {
     position: relative;
     z-index: 2;
}
.topbar {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    padding: 10px 0;
    align-items: center;
}
 .topbar .address {
     text-align: right;
}
 .topbar span {
     color: #c1135c;
}
 .topbar span i{
     margin-right: 10px;
}
 .topbar .phone span i {
     transform: rotate(90deg);
}
 .topbar a {
     color: #919191;
     text-decoration: none;
}
 .topbar a:hover {
     color: #993366;
}
 .main-logo {
     text-align: center;
     position: relative;
}
 .main-logo .site-branding {
     width: 380px;
     margin: 0 auto;
     background-color: white;
     padding: 30px 40px;
     position: absolute;
     left: 0;
     right: 0;
     top: -56px;
}
 .menu-container {
     background: rgb(252,70,151);
     background: linear-gradient(90deg, rgba(252,70,151,1) 0%, rgba(255,255,255,1) 50%, rgba(252,70,151,1) 100%);
     padding: 15px 0;
}
 .custom-menu {
     display: flex;
}
 .custom-menu .socialmenu ul {
     margin: 0;
     padding: 0;
     list-style: none;
}
 .custom-menu .socialmenu ul li a {
     color: #993366;
}
.custom-menu .socialmenu ul li a:hover {
    color: white !important;
}
 nav#site-navigation ul li:nth-child(4) {
     margin-left: auto;
}
 .main-navigation ul li {
     padding-right: 35px;
}
 .main-navigation ul li a {
     color: #383838;
}
.main-navigation ul li a:hover, .main-navigation ul li.current_page_item a {
    color: white;
}
/*------- HEADER CSS ENDS -------*/
 header.entry-header {
     display: none;
}
 .page-content, .entry-content, .entry-summary {
     margin: 0 !important;
}
 .post, .page {
     margin: 0 !important;
}
 h2 {
     color: #c00e5d;
     text-transform: uppercase;
     font-family: 'Trajan Pro';
     font-weight: 700;
     letter-spacing: 3px;
     font-size: 40px;
}
 h4 {
     color: #8f8f8f;
     font-family: 'Trajan Pro';
     margin-bottom: 0;
     letter-spacing: 3px;
}
 .heading-style h4 {
     display: flex;
     align-items: center;
}
 .heading-style h4:before {
     content: "";
     width: 50px;
     height: 1px;
     background-color: #42bf02;
     display: block;
     margin-right: 6px;
}
 .heading-style h4:after {
     content: "";
     width: 220px;
     height: 1px;
     background-color: #42bf02;
     display: block;
     margin-left: 6px;
}
/*------ HOME PAGE CSS STARTS ------*/

/*----- TEAM SECTION CSS STARTS -----*/
 .team-section {
     overflow: visible !important;
     padding: 10px 0 70px;
}
 .team-section:before {
     content: "";
     background: url(../images/flowerBefore.png);
     width: 404px;
     height: 449px;
     position: absolute;
     right: 0;
     top: -200px;
     z-index: 99999;
}
 .team-headings {
     width: 60%;
}
.team-headings.about {
    width: 80%;
}
 .team-headings p {
     font-size: 22px;
     color: black;
     margin-top: 40px;
     letter-spacing: 1px;
}
 .team-members {
     display: grid;
     grid-template-columns: 50% 50%;
}
 .team-members .team-item {
     display: flex;
     align-items: center;
     justify-content: center;
     padding-right: 10px;
}
 .team-item-image img {
     width: 147px;
     height: 147px;
     border: 7px solid white;
     border-radius: 100px;
     z-index: 9;
     position: relative;
}
 .team-item-image {
     flex-shrink: 0;
     position: relative;
     width: 239px;
     height: 231px;
     display: flex;
     align-items: center;
     margin-right: 10px;
     justify-content: center;
}
 .team-item-image:before {
     content: "";
     background: url("../images/teamBefore.png");
     background-size: 100% 100%;
     position: absolute;
     left: 0;
     top: 0;
     height: 100%;
     width: 100%;
}
 .team-item-content p {
     font-weight: 300;
     font-size: 14px;
}
 .team-item-content p strong {
     color: #c00e5d;
     font-weight: 300 !important;
}
 .team-item-content h4 {
     font-size: 18px;
     color: #c00e5d;
     letter-spacing: 0;
}
 .team-item-content h6 {
     text-transform: uppercase;
     font-family: 'Trajan Pro';
     color: #8f8f8f;
     font-size: 14px;
}
 .custom-btn a {
     background-image: none !important;
     color: white !important;
     font-family: 'Trajan Pro';
     font-size: 14px !important;
     padding: 12px 40px !important;
}
 .custom-btn a:hover {
     background-color: #f167bd !important;
}
/*----- TEAM SECTION CSS ENDS -----*/
/*------ SERVICES SECTION CSS STARTS ------*/
 .service-section {
     overflow: visible !important;
     padding-bottom: 30px;
     background-size: 90%;
     background-repeat: no-repeat;
	 margin-top: 100px;
}
 .service-section:before {
     content: "";
     background: url(/wp-content/uploads/2021/09/ServiceBeforeBG.png);
     background-size: 70%;
     background-repeat: no-repeat;
     background-position: right;
     position: absolute;
     right: 0;
     bottom: -90px;
     height: 100%;
     width: 100%;
     z-index: -1;
}
 .service-section * {
     color: white !important;
}
 .service-section .vc_col-sm-7 {
     padding-left: 30px !important;
}
 .service-section .team-headings {
     width: 100%;
     padding-right: 80px;
     padding-top: 40px;
}
 .service-image > .vc_column-inner {
     padding-top: 0 !important;
}
 .service-image .wpb_single_image {
     margin-bottom: 0;
}
 .service-image .wpb_single_image img {
     position: relative;
     top: -60px;
}
/*------ SERVICES SECTION CSS ENDS ------*/
/*------ CUSTOMERS SAYS SECTION CSS STARTS -----*/
 .customer-section .vc_col-sm-5 .wpb_single_image {
     margin-bottom: 0 !important;
}
 .customer-column .heading-style h4:after {
     width: 150px;
}
 .customer-column {
     padding-top: 150px;
     padding-bottom: 100px;
}
 .our-customers {
     margin-top: 50px;
}
 .testimonial-item {
     display: flex;
     align-items: center;
     margin-bottom: 40px;
}
 .testimonial-image {
     width: 174px;
     height: 176px;
     flex-shrink: 0;
     padding: 0 30px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-right: 15px;
     position: relative;
}
 .testimonial-image:before {
     content: "";
     background: url(../images/customerBefore.png);
     background-size: 100% 100%;
     position: absolute;
     left: 0;
     top: 0;
     height: 100%;
     width: 100%;
}
 .testimonial-image img {
     width: 102px;
     height: 102px;
     object-fit: cover;
     border-radius: 100%;
     object-position: center;
     border: 6px solid white;
     z-index: 9;
     position: relative;
}
 .testimonial-content h4 {
     font-size: 18px;
     color: #c00e5d;
     letter-spacing: 0;
}
 .testimonial-content p {
     font-size: 14px;
     font-weight: 300;
     color: black;
}
 .customer-section .vc_col-sm-5 .wpb_single_image {
     position: absolute;
     right: -50px;
     top: 40px;
}
 footer.entry-footer {
     display: none;
}
/*------ CUSTOMERS SAYS SECTION CSS ENDS -----*/
/*------ HOME PAGE CSS ENDS ------*/


/*------- INNER PAGE CSS STARTS -------*/
.inner-banner {
    height: 450px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
}
.inner-banner h1 {
    font-size: 60px;
    color: white;
    font-weight: 700;
    font-family: 'Trajan Pro';
    display: flex;
    align-items: center;
	margin: 0 !important;
}
.inner-banner h1:before {
	content: "";
	background-color: #42bf02;
	width: 70px;
	height: 2px;
	display: block;
	margin-right: 10px;
}
.inner-banner h1:after {
    content: "";
    background-color: #42bf02;
    width: 170px;
    height: 2px;
    display: block;
    margin-left: 10px;
}


/*------- CONTACT US SECTION CSS STARTS -------*/

.contact-left > .vc_column-inner {
    padding: 50px 80px 50px 15% !important;
}
.contact-section {
    padding-top: 0px;
    overflow: visible !important;
}
.contact-section:before {
    content: "";
    background: url(../images/flowerBefore.png);
    width: 404px;
    height: 449px;
    position: absolute;
    transform: rotateY(180deg);
    left: -150px;
    top: -180px;
    z-index: 99;
}
div#info_main_row {
    padding-bottom: 40px;
}
.contact-section h4 {
    justify-content: center;
}
.contact-section h4:before, .contact-section h4:after {
    width: 150px;
}
#info_main_row .vc_icon_element .vc_icon_element-inner {
    width: 80px !important;
    height: 80px !important;
	transition: all 0.3s ease-in;
}
#info_main_row .vc_icon_element.vc_icon_element-outer {
    margin-bottom: 15px;
}

#info_main_row .vc_icon_element span.vc_icon_element-icon, 
#info_main_row .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
    font-size: 24px !important;
}

div#info_main_row .info-left:hover .vc_icon_element-inner {
    background-color: #c00f5e !important;
}
div#info_main_row .info-left:hover .box_icon h4 {
    color: #c00f5e !important;
}

div#info_main_row > .wpb_column .info-left {
    border: 1px solid #42bf02;
    padding: 25px 20px;
    height: 250px;
}
.box_icon {
    margin-bottom: 0;
	text-align: center;
}
.box_icon a {
    color: #383838 !important;
    font-size: 20px;
    text-decoration: none !important;
    font-weight: 300;
}
.box_icon a:hover{
	color: #c00f5e !important;
}

.wpb_gmaps_widget .wpb_wrapper {
    padding: 0 !important;
}
.contact-right * {
    height: 100%;
}

.contact-left h4, .contact-left h2 {
    color: white;
}
.contact-left h4:before, .contact-left h4:after {
    background-color: white;
}
.contact-left h4:after {
    width: 200px;
}

ul#gform_fields_1 li input {
    background-color: transparent;
    border: none;
    border: 1px solid white;
    border-radius: 0;
    font-size: 16px;
    font-family: 'Atlan' !important;
    font-weight: 300 !important;
    outline: none;
    padding: 12px 15px;
    color: white !important;
    margin: 0;
}
ul#gform_fields_1 li input:focus {
    color: white;
}
.gform_wrapper textarea.large {
    height: 110px !important;
    background-color: transparent !important;
    border: 1px solid white;
    border-radius: 0;
    font-size: 16px;
    font-family: 'Atlan' !important;
    font-weight: 300 !important;
    color: white !important;
    padding: 12px 15px;
}
.gform_wrapper textarea.large:focus {
    outline: none;
}

.gform_wrapper ul li.gfield {
    margin-top: 25px !important;
}

.gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}

ul#gform_fields_1 li input::-webkit-input-placeholder,
ul#gform_fields_1 li textarea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: white;
}
ul#gform_fields_1 li input::-moz-placeholder,
ul#gform_fields_1 li textarea::-moz-placeholder{ /* Firefox 19+ */
  color: white;
}
ul#gform_fields_1 li input:-ms-input-placeholder,
ul#gform_fields_1 li textarea:-ms-input-placeholder{ /* IE 10+ */
  color: white;
}
ul#gform_fields_1 li input:-moz-placeholder,
ul#gform_fields_1 li textarea:-moz-placeholder{ /* Firefox 18- */
  color: white;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
    padding-top: 0 !important;
}

.gform_footer.top_label input#gform_submit_button_1 {
    background-color: #42bf02 !important;
    border: 2px solid #42bf02 !important;
    color: white;
    font-size: 14px !important;
    text-transform: uppercase;
    font-family: 'Trajan Pro';
    font-weight: 700;
    margin-bottom: 70px;
    margin-top: 15px !important;
    padding: 14px 40px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

.gform_footer.top_label input#gform_submit_button_1:hover {
    color: #ffffff;
    background-color: transparent !important;
}
.gform_footer.top_label span {
    position: relative;
}
div#gform_confirmation_message_1 {
    text-align: center;
    color: white;
    font-size: 20px;
    border: 5px solid;
    padding: 13px 10px;
    margin-bottom: 100px;
}
.validation_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, .gform_wrapper .validation_message {
	display: none;
}
li.gfield.gfield_error {
	background: transparent !important;
	border: transparent !important;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}
ul#gform_fields_1 li.gfield.gfield_error input, ul#gform_fields_1 li.gfield.gfield_error textarea {
    border: 2px solid red !important;
}
#gform_ajax_spinner_1 {
    display: none !important;
}

/*------- CONTACT US SECTION CSS ENDS -------*/

/*------- INNER PAGE CSS ENDS -------*/


/*------- 404 - NOT FOUND PAGE -------*/

.error-404.not-found {
    text-align: center;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    position: relative;
    background-image: url(/wp-content/uploads/2021/06/404.jpg);
    background-size: cover;
}
.not_found_inner {
    max-width: 69.5%;
    padding: 80px 0 150px;
}
.error404 #masthead, .error404 #colophon {
    /* display: none; */
}
.logo a {
    outline: 0 !important;    
}
.error-404.not-found .logo {
    padding: 0;
     background-color: transparent;   
}    
.error-404.not-found h1 {
    font-size: 200px;
    line-height: 1;
    color: #404040;
    margin: 30px 0;;
    font-weight: 800;
    
}
.error-404.not-found h1 span {
    color: #c00e5d;
}
.page-content .return_home {
    background-color: #c00e5d;
    color: #fff;
    padding: 20px 50px;
    display: inline-block;
    font-size: 20px;
    box-shadow: 0 2px 10px 0px rgb(0 0 0 / 50%);
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    border: 2px solid #c00e5d;
}

.page-content .return_home:hover {
    transform: translateY(-3px);
    background-color: transparent;
    color: #000;
    transform: scale(1.1);
}

/*------- 404 - NOT FOUND PAGE -------*/


/*------ FOOTER CSS STARTS ------*/
 .footer-bg {
     background: url(/wp-content/uploads/2021/09/footerBG.png);
     background-size: cover;
     background-position: top;
     padding: 150px 0 80px;
     margin-top: -90px;
     z-index: 999;
     position: relative;
}
 .footer-columns.footer-1 {
     text-align: center;
     position: relative;
}
 .footer-columns.footer-1:before {
     content: "";
     width: 260px;
     height: 1px;
     background-color: #42bf02;
     position: absolute;
     right: 0;
     top: 125px;
}
 .footer-columns.footer-1:after {
     content: "";
     width: 260px;
     height: 1px;
     background-color: #42bf02;
     position: absolute;
     left: 0;
     top: 125px;
}
 .footer-columns.footer-2 {
     margin-top: 40px;
}
 .footer-columns.footer-2 ul {
     padding: 0;
     margin: 0;
     list-style: none;
     display: flex;
     align-items: center;
     justify-content: center;
}
 .footer-columns.footer-2 ul li {
     padding: 0 30px;
     position: relative;
}
 .footer-columns.footer-2 ul li:before {
     content: "|";
     color: white;
     position: absolute;
     right: 0;
     top: -1px;
}
 .footer-columns.footer-2 ul li:last-child:before{
     display: none;
}
 .footer-columns.footer-2 ul li a {
     color: white;
     text-transform: uppercase;
     font-family: 'Trajan Pro';
     font-size: 14px;
     text-decoration: none;
}
 .footer-columns.footer-2 ul li.current-menu-item a, .footer-columns.footer-2 ul li a:hover {
     color: #42bf02;
}
 .footer-columns.footer-3 {
     margin-top: 50px;
}
 ul.bottom-social {
     padding: 0;
     list-style: none;
     margin: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}
 ul.bottom-social li a {
     background-color: #c00e5d;
     color: white;
     width: 50px;
     height: 50px;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 50px;
     margin: 0 10px;
     text-decoration: none;
     font-size: 14px;
}
 ul.bottom-social li a:hover {
     background-color: #42bf02;
}
 ul.bottom-social li:first-child a {
     transform: rotate(90deg);
}
/*------ FOOTER CSS ENDS ------*/
/*------ COPYRIGHT CSS STARTS ------*/
 .copyright {
     background-color: #c00e5d;
     color: white;
     text-align: center;
     padding: 20px 0;
}
 .copyright p {
     margin: 0 !important;
}
 .copyright p {
     letter-spacing: 0.8px;
}
 .copyright p a {
     color: #42bf02;
}
/*------ COPYRIGHT CSS ENDS ------*/