/* fonts */

@font-face {
  font-family: "GothamBook";
  src: url('../fonts/Gotham-Book.woff') format('woff'),
       url('../fonts/Gotham-Book.woff2') format('woff2'),
       url('../fonts/Gotham-Book.ttf') format('truetype');
  font-weight: normal;
}


/* @font-face {
  font-family: 'GothamBook' ;
  src: url("../fonts/GothamBook.ttf");

}
@font-face {
  font-family: 'GothamBook';
  src: url("../fonts/GothamMedium.ttf");
  font-weight: 500;
  
}
@font-face {
  font-family: 'GothamBook';
  src: url("../fonts/GothamBold.ttf");
  font-weight: 700;
  
}
@font-face {
  font-family: 'GothamBook';
  src: url("../fonts/GothamBlack.ttf");
  font-weight: 900;
  
} */



/* global */
:root{
  --theme-font: 'GothamBook';

  /* colors */
  --white: #edeae5;
  --vry-light: #fafafa;
  --border-light: #ffedf2;
  --light: #f4f4f4;
  --border-color: #e7e7e7;
  --fade-light: #f6f7f8;
  --fade: #d3d4d6;
  --mdm-grey: #8d8d8d;
  --heading-grey: #595959;
  --dark-grey: #67676f;
  --text-color: #343438;
  --theme-dark: #232425;
  --black: #000;

  --theme-light3: #b0d2f6;
  --theme-light2: #75b4f6;
  --theme-light1: #3865b4;
  --theme-color: #1974d3;
  --theme-color1: #0076bc;
  --theme-alpha1: #1973d3a9;
  --theme-alpha: #1973d346;
  --theme-color-vry-transparent: #1973d331;
  --theme-color-transparent1: #1973d31f;
  --theme-bg-light: #edeae5;


  --theme-color: #6e6e6e;
  --theme-color-dark: #585858;
  --theme-color-blue: #a0b6aa;
  --secondary-color-alpha: #000081c2;
  --secondary-color-alpha1: #0000819d;
  --secondary-color-alpha2: #00008159;
  --secondary-color-alpha3: #0000812c;
  --secondary-color-text: #000181;
  --secondary-color-dark: #080857;
  /* colors end */

  /* greadient */
  --greadient1: linear-gradient(90deg, #e3ebea, transparent);
  /* greadient end */
}

/* html{font-size: 90%;} */

body { font-family: 'GothamBook', sans-serif; background-color: var(--theme-color); color: var(--black); line-height: 1.2; }
a {display: inline-block; text-decoration: none; transition: all ease 0.5s;}
a:hover{color: var(--theme-color);}
span{display: inline-block;}
.heading{font-size: 3.438rem;}/*55px*/


.heading_lg{font-size: 2.813rem;}/*45px*/
.heading1{font-size: 2.5rem;}/*40px*/
.heading2{font-size: 2.188rem;}/*35px*/
.heading_sm1{font-size: 1.875rem;}/*30px*/
.heading_sm2{font-size: 1.75rem;}/*28px*/
.heading_md1{font-size: 1.688rem;}/*27px*/
.heading3{font-size: 1.625rem;}/*26px*/

.heading_sm3{font-size: 1.5rem;}/*24px*/
.heading4{font-size: 1.3rem;}/*21px*/
.heading5{font-size: 1.2rem;}/*19px*/
.heading6{font-size: 1.1rem;}/*17.6px*/
.heading7{font-size: 1rem;}/*16px*/
.heading8{font-size: 0.93rem;}/*14px*/
.heading9{font-size: 0.82rem;}/*13px*/

.para-lg{font-size: 1.438rem;}/*23px*/
.para_lg0{font-size: 1.375rem;}/*22px*/
.para_lg1{font-size: 1.313rem;}/*21px*/
.para_lg2{font-size: 1.25rem;}/*20px*/
.para-lg3{font-size: 1.188rem;}/*19px*/
.para_md{font-size: 1.125rem;}/*18px*/
.para-md1{font-size: 1.063rem;}/*17px*/
.para-md2{font-size: 1rem;}/*16px*/
.para-md3{font-size: 0.938rem;}/*15px*/
.para-sm{font-size: 0.875rem;}/*14px*/
.para-sm2{font-size: 0.813rem;}/*13px*/
.para-xs{font-size: 0.75rem;}/*12px*/
.para-xs2{font-size: 0.688rem;}/*11px*/
.font700 { font-weight: 700; }
* { box-sizing: border-box; }
ul{margin: 0;}
p:nth-last-child(1){margin-bottom: 0;}
section{padding: 3.75rem 0;}
.clear-both{clear: both;}
.bold{font-weight: 700;}
.regular{font-weight: 400;}
a{color: inherit;}
a:hover{color: inherit;}
a:focus, button:focus, input:focus, .btn:focus, select:focus, select:focus-within, input:focus-within, textarea:focus {outline: none; box-shadow: none!important;}
.form-check-input:focus{box-shadow: none;}
::selection {color: var(--white);background: var(--theme-color-dark);}
.bg-theme{background-color: var(--theme-color);}

html {
  scroll-behavior: smooth;
}

.link-cover{position: absolute; top: 0;left: 0; width: 100%; height: 100%; z-index: 1;}
.h-auto{height: auto!important;}
input{box-shadow: none!important;}
.secondary-font{font-family: var(--secondary-font);}
.text-white{color:var(--white)}
.text-theme{color: var(--theme-color);}
.text-secondary{color:var(--secondary-color-text)!important;}
.uppercase{text-transform: uppercase;}
.bg-theme{background-color: var(--theme-color); color: var(--white);}
.bg1{background-color: var(--theme-color-dark); color: var(--white);}
a:-webkit-any-link { color: inherit; }
/* global end */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0;}

.container { max-width: 1400px; width: 100%; padding: 0 15px; margin: 0 auto; }

/* Firefox */
input[type=number] {-moz-appearance: textfield;}

/* buttons */
.btn-underline { font-size: 1.063rem; font-weight: 700; position: relative; }
.btn-underline:before { content: ""; height: 2px; position: absolute; bottom: 0; width: 100%; background-color: var(--theme-color); }
.btn svg { width: 1.063rem; margin-left: 0.875rem; }
/* .btn { background-color: #fff; display: inline-flex; align-items: center; font-size: 1rem; font-weight: 700; border-radius: 12px; padding: 0.813rem 1.125rem; } */
.btn{padding: 0.7rem 2rem !important; font-size:1.375rem; color: var(--white) !important; background-color: var(--theme-color-blue) !important;
   transition: all ease 0.5s; cursor: pointer; border: solid 3px var(--white) !important; text-transform: uppercase; }





.btn1{  padding: 0.4rem 2rem!important;    font-family: 'Twister'; font-size: 2rem; background-color: var(--theme-color-pink); color: var(--black)!important;  transition: all ease 0.5s; border: solid 2px transparent; }


/* .btn-theme { background-color: var(--theme-color); color: var(--white); } */
.btn-theme:hover { background-color: var(--theme-light2); color: var(--white); }
.btn-outline {border: 1px solid;}
.btn-lg { padding: 0.813rem 1.8rem; font-size: 1.2rem; }
.btn-outline:hover {background-color: var(--theme-color); color: var(--white); }
.btn:disabled { pointer-events: all; cursor: no-drop; background-color: var(--mdm-grey); color: var(--white); }
.btn1-sml{padding: 0.25rem 1.7rem!important; font-size: 0.9rem!important;}
/* buttons end */

/* header */
.menu-item-has-children>ul, .has-dropdown>ul { position: absolute; box-shadow: 0px 0px 7px -1px #ccc; padding: 0; list-style: none; background-color: var(--theme-color); border-radius: 0;  top: 100%; margin: 0!important; left: 50%; transform: translateX(-50%) translateY(5rem); opacity: 0; pointer-events: none; transition: all ease 0.5s;}
.telephone-number svg { width: 1.2rem; }
.ramblingpearl_header  { z-index: 5;  font-family: 'GothamBook'; background-color: var(--theme-color-dark);  width: 100%;position: fixed; top: 0; display: flex; align-items: center; justify-content: space-between; padding: 0rem 1.8rem; transition: all ease 0.5s;}
.theme-nav { display: flex; align-items: center; padding: 0; margin: 0; list-style: none; color: var(--white);  margin-left: auto;}
.theme-nav a {  border-bottom: solid 3px transparent; font-size: 1.125rem; color: var(--white);}
.theme-nav > li {padding: 3rem 1.2rem; }
.menu-item-has-children>ul a, .has-dropdown>ul a { display: block; padding: 0.55rem 1rem; border-bottom: 1px solid var(--theme-color); text-transform: initial; min-width: 10rem;  min-width: 220px; transition: all ease 0.5s; }
.theme-nav a:hover  {    }
.theme-nav li.current-menu-item a  {    }
.menu-item-has-children>ul a:hover, .has-dropdown>ul a:hover { background-color: var(--white); color: var(--theme-color); }
.menu-item-has-children, .has-dropdown { position: relative; }
.menu-item-has-children:hover>ul, .has-dropdown:hover>ul{    transform: translateX(-50%) translateY(0); opacity: 1;pointer-events: all;}
.menu-item-has-children:after, .has-dropdown:after { content: "\f078"; font-family: "Font Awesome 5 Free"; font-weight: 900;display: inline-block; margin-right: 10px; transition: all ease 0.5s; }
.menu-item-has-children:hover:after, .has-dropdown:hover:after { transform: rotate( 180deg );}
.theme-nav>li:last-child { display: flex; align-items: center; }
/* .telephone-number, .theme-nav>li:last-child a { background-color: var(--secondary-color); border-radius: 5rem; padding: 0.7rem 1.5rem 0.8rem!important; } */
.telephone-number:hover { background-color: var(--secondary-color-alpha1); }
.sml-header {  box-shadow: 0 2px 12px #00000042; padding: 1rem;}
.header-logo img {transition: all ease 0.5s; height: 6rem;}
.sml-header .header-logo img { height: 3rem; }
.sml-header .theme-nav > li {    padding: 1rem 1.2rem; }
.sml-header .theme-nav a {   }
@media(min-width:1001px){
.scrolling-down {transform: translateY(-100%);}
}
.social-icons { padding: 0; margin: 0; display: flex; list-style: none; color: var(--white); margin-left: 1.5rem;}
.social-icons a { margin: 0 0.5rem; font-size: 1.2rem; color: var(--white)!important;}
.inner-page header { background-color: var(--theme-color); padding: 1rem;}
.inner-page .theme-nav a {padding: 0.7rem 1.1rem;font-size: 0.95rem;}
/* body:not(.home) header { background-color: #fff;} */
body:not(.home) .theme-nav a {}
.menu-top-menu-container{margin-left: auto;}
/*.inner-page, body:not(.home) { padding-top: 77px; }*/
/* header end */
.mt20 { margin-top: 1.25rem; }
.mb20 { margin-bottom: 1.25rem; }
.mt60 { margin-top: 3.75rem !important; }
/* Banner CSS */
.banner_sec {  min-height: 600px; position: relative; display: flex;    align-items: center;
  text-align: center; color: var(--white);  }
.banner_sec > img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.banner_sec:after { height: 100%; width: 100%; content: ''; position: absolute;     background-color: rgb(74 74 74 / 60%);     top: 0;}
.banner_sec .text_lg { font-size:4.5rem; font-weight: 700; text-transform: uppercase;font-family: 'Roboto', sans-serif; }
.banner_sec .text_sm { font-size: 3rem; font-family: 'GothamBook'; padding: 1rem 0 2rem 0;}
.banner_sec .btn {font-size: 1.625rem; background-color: #edeae5 !important; color: var(--theme-color-blue) !important; border-color: var(--theme-color-blue) !important; transition: 0.5s;} 
.banner_sec .btn:hover { background-color: var(--theme-color) !important; color: var(--white) !important; }
.btn:hover {border-color: var(--theme-color-blue) !important; }
.text_noupper { text-transform: capitalize; } 

.heading_sec { margin-bottom: 3.75rem; }

body{padding-top: var(--header-height);}
.banner_sec .banner_sec_wrap { width: 100%; }
.banner_text  {max-width: 538px; margin: 0 auto; height: 100%; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; flex-direction: column; text-align: center;}
.banner_images { margin-left: 65px; position: relative; padding-left: 0px; z-index: 1;  padding-bottom:0px;   width: fit-content;  animation: fade_animation 1s forwards ease-in;}
.banner_sec_inner { position: relative; width: 100%;    z-index: 1;}
.text_center {text-align: center;  } 

.heading_sec .heading  {font-weight: 700; margin-bottom: 0.625rem; color: var(--white); text-transform: uppercase; font-family: 'Roboto', sans-serif;}
.heading_sec p {color: var(--white); margin: 0; font-size: 1.688rem;}

.services_box { color: var(--white); text-align: center; }
.services_box .title { font-weight: 700;text-transform: uppercase; font-family: 'Roboto', sans-serif; border-bottom: solid 3px var(--theme-color-blue); padding: 0.938rem 0 1.25rem 0; display: inline-block; }
.services_box .services_images {border: solid 3px var(--theme-color-blue); padding: 0.938rem; height: 16.563rem; }
.services_box .services_images img { height: 100%; object-fit: cover;     width: 100%;}
.services_box p { font-size: 1.25rem; }

.services_list_home  { list-style: none; flex-wrap: wrap;   margin: 0;
  padding: 0; display: flex; justify-content: space-between;}
.services_list_home li { width: calc(33.33% - 0.938rem); }

.mid_home {  background-position: center center; padding-bottom: 60%; background-attachment: fixed; }
.serve_home_box { color: var(--white);    min-width: 185px;text-align: center; }
.serve_home_list { list-style: none; margin: 0; padding: 0;    display: flex;
justify-content: center; }
.serve_home_box .icon { height: 9.25rem; margin-bottom: 0.938rem; display: flex;
  align-items: end;
  justify-content: center;}
.serve_home_box .icon img { max-height: 100%; }
.serve_home_inner .heading_sec { margin-bottom: 2.5rem; }
.serve_home_wrap:after {content: ''; width: 100%; height: 0.875rem; background-color: var(--white); display: block;     border-radius: 50px; margin-top: 2.813rem;}
.serve_home_wrap:before {content: ''; width: 100%; height: 0.875rem;  background-color: var(--white); display: block;     border-radius: 50px; margin-bottom: 1.563rem;}

.heading_font {     font-family: 'Roboto', sans-serif;}

.no_padding { padding: 0;}
.home_lg_cta { background-color: #edeae5; }
.home_lg_cta_inner { display: flex; align-items: center;} 
.home_lg_cta_inner .cta_img { width: 35%;}
.home_lg_cta_inner .cta_img img {display: block; object-fit: cover; }
.home_lg_cta_inner .cta_text { width: 65%; padding: 2rem; text-align: center; }
.home_lg_cta_inner .cta_text .text_lg { font-size: 3rem; font-weight: 700; font-family: 'Roboto', sans-serif; }
.home_lg_cta_inner .cta_text .text_sm  {font-size: 2.625rem; padding: 2rem 0;}
.home_lg_cta_inner .btn { background-color: var(--white) !important; border-color: var(--theme-color-blue) !important; color: var(--theme-color-blue) !important; }
.form_inner { display: flex; }
.home_lg_cta_inner .btn:hover { background-color: var(--theme-color-blue) !important; color: var(--white) !important;}
.form_inner .images_side {width: 60%;}
.form_inner .images_side .images { border: solid 5px var(--theme-color-blue);padding: 1.25rem;width: 60%;}
.form_inner .images_side .images:first-child { border-color: var(--white); }
.form_inner .images_side .images:last-child {margin-left: auto; margin-top: -8rem; position: relative;}
.form_inner .form_side {width: 40%;}
.form_inner .images_side .images img {width: 100%; }
.form_inner .form_side .heading1  { color: var(--white);   font-family: 'Roboto', sans-serif; }
.form_side_inner {color: var(--white); }
.home_form { padding-left: 1.875rem; padding-right: 1.875rem;}
.form_warp { padding-left: 5rem; padding-right: 5rem; margin-top: 2rem;}
.form_warp .form_field { display: flex; margin-bottom: 1rem;   }  
.form_warp .form_field .form_control, .form_warp .form_field .form_group  { width: 100%;} 
.form_warp .form_field label {font-size: 1.5rem; padding-right: 1rem;     white-space: nowrap;} 
.form_control { border-radius: 0 !important; }
.form_control:not(textarea) { height: 32px; }
.select_date { position: relative; }
.select_date svg {height: 24px; width: 24px; position: absolute; top: 4px; right: 5px;}
.form_warp { padding-left: 5rem; padding-right: 5rem; margin-top: 2rem;}
.form_warp .text_center {  margin-top: 2rem;}
.form_warp .text_center button { cursor: pointer; }
.ui-datepicker .ui-datepicker-header {background-color: var(--theme-color); color: var(--white); }
.ui-datepicker .ui-datepicker-prev { background-color: var(--white); }
.ui-datepicker .ui-datepicker-next { background-color: var(--white); }
.ui-state-highlight, .ui-state-active {background-color: var(--theme-color) !important; color: var(--white) !important; border: none !important;  }

/* Footer */
.footer_top_info { padding: 0 5rem; }
.footer_top_info .footer_top_inner { display: flex;justify-content: space-between;      align-items: center;  padding-top: 2rem; }
.footer_social { margin: 0; padding: 0; list-style: none; display: flex;  }
.footer_social img { height: 3.125rem;}
.footer_social { display: flex; }
.footer_logo img {height: 7.5rem; }
.footer_social li { padding: 0 8px; }

.footer_top_info:before {  display: block; content: ''; height: 6px; background-color: var(--white); border-radius: 50px; }
.footer_wrapper { padding-bottom: 3.125rem; }
.footer_wrapper .title {  font-size: 1.5rem; color: var(--theme-color-blue); text-transform: uppercase; }
.footer_wrapper p { font-size: 1.375rem; color:var(--white)}
.footer_wrapper { display: flex; max-width: 78.125rem; text-align: center;     margin: 2rem auto 0 auto;}
.footer_wrapper .left_side {flex: 1;    padding-right: 3rem;}
.footer_wrapper .right_side {flex: 1; padding: 0 0rem 0 0rem; border-left: solid 5px var(--white);}
.about_cta { padding: 2.5rem 5rem; }
.footer_wrapper .right_side .contact_info a {  font-size: 1.375rem;   color: var(--white);}
.additional_services  { text-align: center; }
.additional_services p { color: var(--white) ; font-size: 1.5rem; margin-bottom: 2rem;}
.about_cta {display: none;}
.page-template-about-us .about_cta  { display: block; } 

.about_cta .text_lg { color: var(--theme-color-blue); font-size: 2.5rem;font-family: 'Roboto', sans-serif; font-weight: 700; }


.about_page { padding: 0; }

footer { background-color: var(--theme-color); padding-top: 1.875rem; }

.page-template-about-us { background-color: var(--theme-bg-light); }
.about_content_inner .heading_sec .heading { color: #000; }

.about_sec { display: flex;  border-bottom: solid 1px #585858; }
.about_sec .about_content_inner { padding: 3rem 2rem; }
.about_images img { display: block; height: 100%; width: 90%; object-fit: cover;}
.about_images, .about_content { flex: 1; }
.heading_sec{margin-bottom: 1.75rem;}
.about_content_inner p{ font-size: 1.125rem;}
.about_content_main .about_sec:nth-child(even){  flex-direction: row-reverse; }
.about_content_main .about_sec:nth-child(even) .about_images img{ margin-left: auto; }
.btn_group {list-style: none; padding: 0; display: flex; margin: 1rem 0 0 0;   justify-content: center;}
.btn_group a { background-color: transparent !important; border-color: var(--theme-color-blue) !important; color: var(--theme-color-blue) !important;  }
.btn_group a:hover { background-color: var(--theme-color-blue) !important; color: var(--white) !important; }
.btn_group li { margin: 0 0.5rem; }

.faq_area .heading  {font-weight: 700; color: var(--white); display: inline-block; }
.faq_area .heading:after { display: block; margin: 10px auto 15px auto; width: 80%; background-color: var(--white); content: ''; height: 5px; display: block;} 
.faq_area { color: var(--white); }

.faq_contact { max-width: 50rem; margin: 0 auto; padding: 2rem 0; }  
.contact_info {display: flex;justify-content: center; align-items: center; margin-top: 0.5rem;}
.faq_contact:after {  margin: 25px auto 0px auto; width: 80%; background-color: var(--white); content: ''; height: 5px; display: block;} 
.contact_info .text { font-size: 1.25rem; }
.contact_info .icon { padding-right: 0.625rem; }
.question_box  { margin-bottom: 1.563rem;}
.question_box .question { color:var(--theme-color-blue); margin-bottom: 5px; text-transform: uppercase;  }

.faq_contact_form .images_side .images:last-child { margin-left: 0; margin-top: 0;  }
.faq_contact_form .images_side .images { width: 90%;}
.faq_contact_form .images_side .images img { width: 100%; }
.faq_head  {color: var(--white);margin-bottom: 3rem;}
.faq_head .heading1 { font-weight: 700; color: var(--theme-color-blue); }
.btn_width {min-width: 200px; }
.services_list { margin: 0; padding: 0; }

.services_box_main { display: flex;  border-bottom: solid 1px #b2b1ae; }

.services_box_main .images, .services_box_main .services_content { flex: 1; }


.service_sec { background-color: var(--theme-bg-light); }
.services_content_inner { padding: 3rem 3rem; text-align: center;     height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }
.services_box_main img { display: block;width: 95%; height: 100%; object-fit: cover; }
.services_content_inner .heading1  { font-weight: 700; display: inline-block; text-transform: uppercase;}
.services_content_inner p {font-size: 1.5rem; }
.services_content_inner .heading1:after {  margin: 10px auto 15px auto; width: 60%; background-color: var(--theme-color-blue); content: ''; height: 5px; display: block; }
.services_content_inner a { margin-top: 1rem;  background-color: transparent !important;
  border-color: var(--theme-color-blue) !important;
  color: var(--theme-color-blue) !important;}

  .services_content_inner a:hover {
    background-color: var(--theme-color-blue) !important;
    color: var(--white) !important;
}


.services_content_inner .heading1 br {display: none;}

.services_list li:nth-child(even) .services_box_main {  flex-direction: row-reverse; }
.services_list li:nth-child(even) .services_box_main  img{     margin-left: auto;}

.additional_services .heading1 { color: var(--theme-color-blue); font-weight: 700;  }

.additional_services ul { list-style: none; margin: 0 0 2rem 0; padding: 0;    text-align: center; }
.additional_services ul  li { color: var(--white); font-size: 1.5rem; display: inline-block; text-transform: uppercase;}
.additional_services ul li:before { height: 10px; width: 10px; background-color: var(--white); display: inline-block; border-radius: 20px; content: '';       position: relative;
top: -2px;  margin-right: 8px;}
.additional_services ul li:first-child:before{display: none;}


.color_green{color: var(--theme-color-blue); }
.gallery_page .heading {}
.gallery_page .heading:after { margin: 10px auto 15px auto; width: 40%; background-color: var(--theme-color-blue); content: ''; height: 5px; display: block; }

.gallery_list {list-style: none; flex-wrap: wrap; margin: 3rem 0 0 0; padding: 0; display: flex; 
  justify-content: center; }
.gallery_list li { width: calc(25% - 16px);margin-left: 8px;
  margin-right: 8px; }
.galley_box_img img {width: 100%; height: 100%; object-fit: cover; }
.galley_box_img { height: 16.25rem; cursor: pointer; }
.gallery_info { text-align: center; margin-top: 10px; }
.gallery_info .title {font-size:1.5rem; color: var(--theme-color-blue); }
.gallery_info .date {font-size: 1.063rem; color: var(--white);margin-top: 2px; }
.gallery_list li { margin-bottom: 1.25rem;  }

.gallery_box .galley_box_img:not(:first-child) { display: none; }
.gallery_list li:last-child .date {display: none;}


.form_inner_quote { text-align: center; }
.form_inner_quote .heading  {color: var(--white); }
.form_side_inner { max-width: 56.25rem; margin: 0 auto;  }
.wpcf7-form-control-wrap { width: 100%; }
.wpcf7-not-valid-tip {color: var(--theme-color-blue); text-align: left;
  margin-top: 2px;}
textarea {height: 80px;  }
.insta_feed { margin-top: 3.75rem; }
.insta_feed .heading  {color: var(--white); margin-bottom: 2.188rem;}



.insta-gallery-image-mask { background: rgba(0,122,255,0.55) !important;  }
.insta_feed_home { background-color: var(--white); max-width: 62.5rem; margin: 0 auto; padding: 0.625rem;  }
.footer_wrapper .right_side img { position: relative;     height: 22px;
    top: 4px;}
.footer_wrapper .right_side > p img { height: 28px; }
.faq_contact img { position: relative;     height: 22px;
    top: 4px;}


/* .about_content_main .about_sec:nth-child(even){  flex-direction: row-reverse; }
.about_content_main .about_sec:nth-child(even) .about_images img{ margin-left: auto; } */

/* GRAVITY FORMS */
body .gform_legacy_markup_wrapper .top_label .gfield_label { font-size: 1.25rem; }
body .gform_legacy_markup_wrapper .gfield_required { color: #edeae5 !important; }
body .gform_legacy_markup_wrapper .gform_footer input.button,
body .gform_legacy_markup_wrapper .gform_footer input[type=submit] { 
	padding: 0.7rem 2rem !important;
    font-size: 1.375rem;
    color: #edeae5; !important;
    background-color: #a0b6aa; !important;
    transition: all ease 0.5s;
    cursor: pointer;
    border: solid 3px #edeae5; !important;
    text-transform: uppercase;
}

body .gform_legacy_markup_wrapper .gform_footer input.button:hover,
body .gform_legacy_markup_wrapper .gform_footer input[type=submit]:hover,
body .gform_legacy_markup_wrapper .gform_footer input.button:focus,
body .gform_legacy_markup_wrapper .gform_footer input[type=submit]:focus {
	border-color: #a0b6aa !important;
}
body .gform_legacy_markup_wrapper ul.gform_fields li.gfield select {
	font-size: 16px !important;
    line-height: 1.5 !important;
    padding: 5px 4px;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}
body .gform_legacy_markup_wrapper input.datepicker.datepicker_with_icon { width: 100%; }
body .gform_legacy_markup_wrapper img.ui-datepicker-trigger { margin-left: -35px; }
body #gform_confirmation_message_1 {  
	margin-top: 100px;
    font-size: 1.375rem;
    font-weight: bold;
    font-style: italic;
    color: #a0b6aa;
}