/*========================================================
	Main Style for Sadie Burche 2025
=========================================================*/
/* colors declaration */
:root {
    --white: #fff;
    --black: #000;
    --text-black: #222B39;
    --menu-black: #303E54;
    --blue: #017cbf;
    --mainblue: #1d4a8e;
    --light-blue: #F0F6FF;
    --yellow: #f1ce14;
    --under-ban: #F7F9FB;
    --border: #D5D6D6;
}

/* fonts declaration */
/* font-weight: 400 of Gotham */
@font-face {
    font-family: gotham-reg;
    src: url("../fonts/Gotham-Book.ttf");
}
/* font-weight: 500 of Gotham */
@font-face {
    font-family: gotham-med;
    src: url("../fonts/Gotham-Medium.ttf");
}
/* font-weight: 700 of Gotham */
@font-face {
    font-family: gotham-bold;
    src: url("../fonts/Gotham-Bold.ttf");
}
/* font-weight: 900 of Gotham */
@font-face {
    font-family: gotham-black;
    src: url("../fonts/Gotham-Black.ttf");
}

/* reset */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
abbr,
address,
em,
img,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

ol,
ul {
    list-style: none;
}

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

*:focus {
    outline: none;
}

* {
    box-sizing: border-box;
}

input[type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* end reset */

/***********************************************************************************************/

/* common layout sections */
body {
    font-size: 20px;
    font-family: gotham-reg, arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: var(--text-black);
}

/***********************************************************************************************/

/* common styling */
h1, h2, h3, h4, h5, h6 {
  font-family: gotham-black, arial, sans-serif;
  font-size: 60px;
  line-height: 1.3;
  text-transform: capitalize;
}

@media only screen and (min-width: 1920px) and (max-width: 2559px) {}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  body{
    font-size: 19px;
  }
  h1, h2, h3{
      font-size: 44px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  body{
    font-size: 18px;
  }
  h1, h2, h3{
      font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body{
    font-size: 18px;
  }
  h1, h2, h3{
        font-size: 36px;
    }
}
@media only screen and (max-width: 767px) {
  body{
    font-size: 18px;
  }
  h1, h2, h3{
        font-size: 36px;
        line-height: 1.2;
    }
}
@media only screen and (max-width: 479px) {
    h1, h2, h3{
        font-size: 34px;
    }
}

/*========================================================
									TOP & NAVIGATION
=========================================================*/
/* not display on large screen */
.smobitrigger,
.mnuclose,
.menu ul li.mlogo,
.menu ul li.mphone,
.menu ul li.madr,
.menu ul li.mhours,
.menu ul li.msocial,
.menu ul li.mmlinks,
.menu ul li.maddress,
.liDivid,
.liDividText,
.telMob,
.logoMob,
.locatMob,
.extraBtn,
.hiddenSEO,
.mobHiring,
.hoursNav {
    display: none;
}
/* end not display */

.pageFull {
    width: 100%;
}

.pageSize {
    width: 75%;
    max-width: 1330px;
    margin: 0 auto;
}

/* top section  */
.top {
    width: 100%;
    display: block;
    position: static;
    background: #fff;
}

.boxesWrap {
    width: 75%;
    max-width: 1330px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100px;
}
.boxes {
    height: 100px;
}
.one {
    width: 15%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.one img {
  display: block;
  width: 160px;
}

.two {
    width: 62%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.three {
    width: 23%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.topPhone {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
}
.topPhone p {
    font-size: 22.8px;
    color: var(--mainblue);
    font-weight: 700;
    text-align: right;
    line-height: 1;
}
.topTel {
  background: url('../images/icons/phone-icon.png');
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-position: left center;
  font-family: gotham-med, arial, sans-serif;
  font-size: 24px;
  color: #284389;
  display: flex;
  align-items: center;
  padding-left: 60px;
  min-height: 50px;
}
.topService {
    font-size: 31px;
    font-weight: 500;
    color: var(--white);
    text-transform: uppercase;
    display: inline-block;
    margin-left: 60px;
}
/* end top section  */
/*** menu section ***/
.menu ul li.dlink {
  font-family: gotham-med, arial, sans-serif;
    font-size: 20px;
    display: inline-block;
    text-transform: capitalize;
    line-height: 1.5;
    padding: 0 15px;
    color: var(--menu-black);
}
.menu ul li.dlink a {
    color: var(--menu-black);
}
.menu ul li.dlink a:hover {
    color: var(--black);
}
/*** end menu section ***/

@media only screen and (min-width: 1920px) and (max-width: 2559px) {}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
    .pageSize {
        width: 90%;
    }
    .boxesWrap {
        width: 92%;
    }
    .menu ul li.dlink {
        font-size: 19px;
        padding: 0 15px 0 0;
    }
    .one,
    .two,
    .three {
        height: 100px;
    }
    .topTel {
    	font-size: 22px;
      background-size: 40px 40px;
      padding-left: 50px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .pageSize {
        width: 94%;
    }
    .boxesWrap {
        width: 95%;
        height: 80px;
        max-width: 1100px;
    }
    .menu ul li.dlink {
        font-size: 18px;
        padding: 0 15px 0 0;
    }
    .one,
    .two,
    .three {
        height: 80px;
    }
    .one img {
        width: 130px;
    }
    .one {
        width: 15%;
    }
    .two {
        width: 63%;
    }
    .three {
        padding-right: 0;
        width: 22%;
    }
    .topTel {
        font-size: 22px;
        background-size: 30px 30px;
        padding-left: 40px;
    }
}

@media only screen and (max-width: 1023px) {
    .pageSize {
        width: 90%;
    }
}

/*========================================================
									Buttons
=========================================================*/
.sadBtn {
  background: var(--yellow);
  border-radius: 10px;
  color: var(--black);
  cursor: pointer;
  display: inline-block;
  font-family: gotham-med, arial, sans-serif;
  font-size: 21px;
  text-align: center;
  text-transform: capitalize;
  padding: 15px 40px;
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
    .sadBtn {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .sadBtn {
        font-size: 16px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .sadBtn {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
   .sadBtn {
        font-size: 16px;
    }
}

/*========================================================
		Index Banner
=========================================================*/
.premBan{
  background: url('../images/index/sadie-burche-index-construction-of-a-new-building.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  color: var(--white);
  width: 85%;
  max-width: 1470px;
  margin: 15px auto 0;
  padding: 100px 0;
}
.premSize {
	width: 90%;
	max-width: 1330px;
	margin: 0 auto;
}
.premWrap{
  max-width: 470px;
}
.premYelText{
  color: var(--yellow);
  font-family: gotham-med, arial, sans-serif;
}
.premBan h1{
  font-size: 72px;
  line-height: 1.1;
  margin: 10px 0 0;
}
.premBan h1 span{
  display: block;
}
.premReg{
  margin: 20px 0 0;
}
.premBadges{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 60%;
  margin: 30px 0 0;
}
.premBadges img{
  width: 28%;
}
.premBadgesMobile{
  display: none;
}
.premBtnPlace{
  margin: 30px 0 0;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .premBan{
    width: 94%;
    padding: 75px 0;
  }
  .premSize {
  	width: 94%;
  }
  .premWrap {
  	max-width: 420px;
  }
  .premBan h1 {
  	font-size: 64px;
  }
  .premBadges {
  	width: 55%;
  }
  .premBadges img {
  	width: 24%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .premBan{
    width: 94%;
    padding: 60px 0;
  }
  .premSize {
  	width: 94%;
  }
  .premWrap {
  	max-width: 380px;
  }
  .premBan h1 {
  	font-size: 58px;
  }
  .premBadges {
  	width: 55%;
  }
  .premBadges img {
  	width: 24%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .premBan{
    border-radius: 0;
    width: 100%;
    padding: 60px 0;
    margin: 8px auto 0;
  }
  .premWrap {
  	max-width: 380px;
  }
  .premBan h1 {
  	font-size: 54px;
  }
  .premBadges {
  	width: 55%;
  }
  .premBadges img {
  	width: 24%;
  }
}
@media only screen and (max-width: 767px) {
  .premBan{
    background: url('../images/index/sadie-burche-index-construction-of-a-new-building-mobile.jpg');
    background-size: cover;
    border-radius: 0;
    width: 100%;
    max-width: none;
    height: auto;
    padding: 60px 0;
    margin: 0 auto;
  }
  .premWrap {
  	max-width: 380px;
  }
  .premBan h1 {
  	font-size: 42px;
  }
  .premReg{
    font-family: gotham-med, arial, sans-serif;
  }
  .premBadges {
  	width: 55%;
    margin: 130px 0 10px;
  }
  .premBadges img {
  	width: 30%;
  }
  .premBadgesDesktop{
    display: none;
  }
  .premBadgesMobile{
    display: flex;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .premBadges {
    margin: 160px 0 10px;
  }
}

/*========================================================
		Contractor Services section - index
=========================================================*/
.cServ{
  padding: 90px 0;
}
.cServWrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px 0 0;
}
.cServLuxBox,
.cServAbout{
  width: 48%;
}
.cServLuxBox,
.cServLuxBoxBig{
  background: var(--light-blue);
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
}
.cServText{
  padding: 22px 20px 30px 30px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cServLuxBox img{
  width: 50%;
  border-radius: 15px;
}
.cServLuxBoxBig .cServText,
.cServLuxBoxBig img{
  width: 48%;
}
.cServLuxBoxBig img{
  border-radius: 15px;
}
.yellowBord{
  width: 135px;
  margin: 5px 0 0;
  border-bottom: 1px solid var(--yellow);
}
.cServPSmall{
  font-size: 16px;
}
.cServText p{
  margin: 15px 0 0;
}
.cServText p span{
  display: block;
  font-family: gotham-bold, arial, sans-serif;
  font-size: 28px;
  line-height: 1.1;
  margin: 0 0 10px;
}
.cServBtnPlace{
  margin: 20px 0 0;
}
.cServAbout{
  background: var(--mainblue);
  border-radius: 15px;
  padding: 50px 115px 50px 50px;
  position: relative;
}
.cServAbout p{
  color: var(--white);
}
.cServAbout p span{
  display: block;
  font-family: gotham-black, arial, sans-serif;
  font-size: 52px;
}
.cServAbout img{
  position: absolute;
  top: -6px;
  right: 30px;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .cServAbout p span {
  	font-size: 44px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .cServ {
  	padding: 75px 0;
  }
  .cServAbout p span {
  	font-size: 40px;
  }
  .cServLuxBox{
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  .cServLuxBox img,
  .cServText {
  	width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cServ {
  	padding: 65px 0;
  }
  .cServAbout {
  	padding: 80px 40px 40px 40px;
  }
  .cServAbout img {
  	width: 48px;
  }
  .cServText p span {
  	font-size: 26px;
  }
  .cServAbout p span {
  	font-size: 32px;
  }
  .cServLuxBox{
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  .cServLuxBox img,
  .cServText {
  	width: 100%;
  }

}
@media only screen and (max-width: 767px) {
  .cServ {
  	padding: 65px 0;
  }
  .cServAbout {
  	padding: 40px 20px 30px 20px;
    width: 100%;
  }
  .cServAbout img {
  	width: 48px;
  }
  .cServText p span {
  	font-size: 26px;
  }
  .cServAbout p span {
  	font-size: 32px;
  }
  .cServLuxBox{
    flex-direction: column-reverse;
    justify-content: space-between;
    width: 100%;
  }
  .cServLuxBox img,
  .cServText {
  	width: 100%;
  }
  .cServText{
    padding: 22px 20px 30px 20px;
  }
  .cServLuxBoxBig{
    flex-direction: column-reverse;
  }
  .cServLuxBoxBig .cServText,
  .cServLuxBoxBig img{
    width: 100%;
  }
  .cServWrap .cServLuxBox:nth-child(1){
    margin-bottom: 30px;
  }
}

/*========================================================
		Schedule Consultation section index
=========================================================*/
.schedCon{
  padding: 90px 0;
}
.schedConWrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.schedConLeft{
  width: 52%;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.schedConRight{
  width: 48%;
}
.schedConLeft{
  background: var(--mainblue);
  color: var(--white);
  padding: 45px;
}
.schedConRight{
  background: url('../images/index/sadie-burche-logo-project-discuss-section.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.schedConLeft h2{
  font-size: 52px;
}
.schedConLeft h2 ~ p{
  margin: 20px 0 0;
}
.schedBtnPlace{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 35px 0 0;
}
.schedBtnPlace p{
  font-family: gotham-med, arial, sans-serif;
  font-size: 24px;
}
.grayBorder{
  border-top: 1px solid var(--border);
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .schedConLeft h2 {
  	font-size: 44px;
    width: 80%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .schedCon {
  	padding: 75px 0;
  }
  .schedConLeft {
  	width: 58%;
  }
  .schedConRight {
  	width: 42%;
  }
  .schedConLeft h2 {
  	font-size: 38px;
    width: 90%;
  }
  .schedBtnPlace p {
  	font-size: 20px;
  }
  .schedBtnPlace {
  	margin: 40px 0 0;
  }
}
@media only screen and (min-width: 1120px) and (max-width: 1230px){
  .schedConLeft h2 {
  	font-size: 43px;
  	width: 78%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .schedCon {
  	padding: 65px 0;
  }
  .schedConWrap{
    flex-direction: column-reverse;
  }
  .schedConLeft,
  .schedConRight{
    width: 100%;
  }
  .schedConLeft {
  	border-top-left-radius: 0;
  	border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .schedConRight{
    min-height: 380px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 0;
  }
  .schedConLeft h2 {
  	font-size: 36px;
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .schedCon {
  	padding: 65px 0;
  }
  .schedConWrap{
    flex-direction: column-reverse;
  }
  .schedConLeft,
  .schedConRight{
    width: 100%;
  }
  .schedConLeft {
  	border-top-left-radius: 0;
  	border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 30px 20px;
  }
  .schedConRight{
    min-height: 220px;
    padding-top: 40px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 0;
    background: url('../images/index/sadie-burche-logo-project-discuss-section-mobile.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: var(--light-blue);
  }
  .schedConLeft h2 {
  	font-size: 31px;
    width: 70%;
  }
  .schedBtnPlace{
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 20px 0 0;
  }
  .schedBtnPlace p {
  	font-size: 24px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .schedConRight{
    min-height: 280px;
  }
}
@media only screen and (max-width: 479px) {}


/*========================================================
		Our Team section index
=========================================================*/
.oTeam{
  padding: 60px 0 90px;
}
.oTeamWrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px 0 0;
}
.oTeamWrapMobile{
  display: none!important;
}
.oTeamBox{
  width: 22%;
  margin: 50px 0 0;
}
.oTeamBoxEmpty{
  width: 22%;
}
.oTeamBox img{
  width: 100%;
  height: auto;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.oTeamText{
  background: var(--light-blue);
  margin: -8px 0 0;
  padding: 20px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.oTeamPosi{
  background: var(--yellow);
  display: inline-block;
  font-size: 18px;
  padding: 0 8px;
}
.oTeamName{
  color: var(--mainblue);
  font-family: gotham-bold, arial, sans-serif;
  font-size: 27px;
  margin: 5px 0 0;
}
.oTeamPhone{
  font-family: gotham-med, arial, sans-serif;
  margin: 5px 0 0;
}
.sadUniTitle p:not(:first-of-type){
  margin-top: 10px;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .oTeamPosi {
  	font-size: 17px;
  }
  .oTeamName {
  	font-size: 25px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .oTeam {
  	padding: 60px 0 75px;
  }
  .oTeamBox {
  	width: 23%;
  	margin: 40px 0 0;
  }
  .oTeamBoxEmpty {
  	width: 23%;
  }
  .oTeamPosi {
  	font-size: 16px;
  }
  .oTeamName {
  	font-size: 19px;
  }
  .oTeamMail{
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .oTeam {
  	padding: 60px 0 65px;
  }
  .oTeamBox {
  	width: 46%;
  	margin: 40px 0 0;
  }
  .oTeamBoxEmpty {
  	width: 23%;
  }
  .oTeamPosi {
  	font-size: 16px;
  }
  .oTeamName {
  	font-size: 21px;
  }
  .oTeamMail{
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .oTeam {
  	padding: 60px 0 65px;
  }
  .oTeamBox {
  	width: 100%;
  	margin: 40px 0 0;
  }
  .oTeamBoxEmpty {
  	display: none;
  }
  .oTeamPosi {
  	font-size: 16px;
  }
  .oTeamName {
  	font-size: 24px;
  }
  .oTeamMail{
    font-size: 18px;
  }
  .oTeamPhone{
    font-size: 20px;
  }
  .oTeamWrapDesktop{
    display: none;
  }
  .oTeamWrapMobile{
    display: block!important;
  }
  .oTeamWrapMobile .owl-dots{
    padding: 20px 0 0;
  }
}

/*========================================================
		FAQ section
=========================================================*/
.faqSec{
  max-width: 1330px;
  margin: 0 auto;
  padding: 100px 0;
}
.faqWrap {
    max-width: 1320px;
    margin: 70px auto 0;
}
.faqBox {
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
}
.faqBox .accordion {
  background: transparent;
  color: var(--black);
  cursor: pointer;
  padding: 18px 0 0 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 25px;
    font-family: gotham-med, arial, sans-serif;
  transition: 0.4s;
}

.faqBox .active, .accordion:hover {
  background: transparent;
}

.faqBox .accordion:after {
  content: '\002B';
  color: var(--mainblue);
    background: transparent;
  font-weight: bold;
    font-size: 36px;
  float: right;
  margin-left: 5px;
}

.faqBox .active:after {
  content: "\2212";
    background: transparent;
}

.faqBox .panel {
  padding: 0 18px;
  background: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.faqBox .panel p {
    padding: 0 0 20px 20px;
    font-size: 21px;
}
.faqBtnPlace{
  margin: 70px 0 0;
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
    .faqWrap {
        width: 100%;
        max-width: 1330px;
        margin-top: 50px;
    }
    .faqBox .accordion {
        font-size: 20px;
    }
    .faqBox .accordion:after {
        font-size: 26px;
    }
    .faqBox .panel p {
        font-size: 17px;
        padding-bottom: 10px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .faqSec {
  	max-width: 962px;
  	margin: 0 auto;
  	padding: 75px 0;
  }
    .faqWrap {
        width: 100%;
        max-width: 1000px;
        margin-top: 50px;
    }
    .faqBox .accordion {
        font-size: 20px;
    }
    .faqBox .accordion:after {
        font-size: 26px;
    }
    .faqBox .panel p {
        font-size: 17px;
        padding-bottom: 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .faqSec{
      width: 90%;
      padding: 65px 0;
    }
    .faqWrap {
        width: 100%;
        margin-top: 50px;
    }
    .faqBox .accordion {
        font-size: 20px;
    }
    .faqBox .accordion:after {
        font-size: 26px;
    }
    .faqBox .panel p {
        font-size: 17px;
        padding-bottom: 10px;
    }
}
@media only screen and (max-width: 767px) {
  .faqSec{
    width: 90%;
    padding: 65px 0;
  }
    .faqWrap {
        width: 100%;
        margin-top: 50px;
    }
    .faqBox .accordion {
        font-size: 20px;
    }
    .faqBox .accordion:after {
        font-size: 26px;
    }
    .faqBox .panel p {
        font-size: 18px;
        padding-bottom: 10px;
    }
}
@media only screen and (max-width: 479px) {
    .faqBox .accordion {
        font-size: 20px;
        padding: 18px 5px 0 5px;
    }
    .faqBox .panel {
        padding: 0;
    }
}

/*========================================================
		Gallery pages
=========================================================*/
.gaPages{
  padding: 60px 0 80px;
}
.galBox {
    width: 100%;
    margin: 60px auto 0;
    overflow: hidden;
}

.galleria {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.itemg {
    width: 32%;
    margin-bottom: 15px;
}

.itemg img {
    width: 100%;
    border-radius: 15px;
    display: block;
}
.itemgEmpty{
  width: 32%;
}
.galleria .itemg p {
    padding: 20px 10px;
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 60px;
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .gaPages{
    padding: 60px 0;
  }
  .galBox {
      margin: 30px auto 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .gaPages {
  	padding: 40px 0 60px;
  }
  .galBox {
      margin: 30px auto 0;
  }
  .itemg {
      width: 49%;
  }
  .itemgEmpty{
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .gaPages {
  	padding: 40px 0 50px;
  }
  .galBox {
      width: 100%;
      margin: 30px auto 0;
  }
  .itemg {
      width: 100%;
  }
  .itemgEmpty{
    display: none;
  }
  .galleria {
      flex-direction: column;
  }
}

/*========================================================
		FOOTER section
=========================================================*/
.fooCol2 ul li.mlogo,
.fooCol2 ul li.mphone,
.fooCol2 ul li.mhours,
.fooCol2 strong,
.fooCol2 .hourCell,
.fooCol2 ul li.hoursNav,
.fooCol2 ul li.mmlinks,
.fooCol2 ul li.maddress {
    display: none;
}
.fooCol2 .hoursNav{
  display: none!important;
}
.foobg {
    padding: 50px 0 100px;
    background: var(--light-blue);
    max-width: 1470px;
    margin: 0 auto;
    border-radius: 15px;
}
.fooSize{
  width: 90%;
  margin: 0 auto;
}
.fooLogo img {
    width: 207px;
}
.fooWrap {
    display: flex;
    justify-content: space-between;
}
.fooCol1,
.fooCol3 {
    width: 32%;
}
.fooCol2 {
    width: 20%;
}
.fooCol1 p,
.fooCol3 p {
    padding-top: 15px;
    color: var(--text-black);
    line-height: 1.2;
    font-size: 20px;
}
.fooCol1 p{
  width: 94%;
  padding-top: 30px;
}
.fooCol2 ul li.mlinks {
    padding: 7px 0;
    font-family: gotham-med, arial, sans-serif;
    color: var(--text-black);
    text-transform: capitalize;
}
.fooSocial {
    margin-top: 25px;
}
.fooSocial a {
    display: inline-block;
    margin-right: 12px;
}
.fooCircle {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--yellow);
}
.fooHours .hoursNav{
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 400;
  color: var(--text-black);
  max-width: 300px;
  margin: 8px 0 5px;
}
.fooHours{
  margin-bottom: 40px;
}
.fooHours .hoursNav span{
  display: block;
}
.fooHours .hoursNav strong{
  min-width: 110px;
}
.fooHours .hoursNav .hourCell{
  min-width: 190px;
  text-align: left;
}
.fooHours p span {
    display: block;
}
.fooCol3 .fooAdr{
  line-height: 1.4;
}
.fooAdr,
.fooMail{
  font-family: gotham-med, arial, sans-serif;
  font-size: 20px;
}
.fooMail a{
  font-size: 20px;
}

.fooAdr span{
  display: block;
}
.fooPhone{
  font-family: gotham-med, arial, sans-serif;
  font-size: 22px;
  margin: 10px 0 30px;
}
.fcopy{
  padding: 0 0 50px;
}
.fcopy p {
    text-align: center;
    font-size: 18px;
    color: var(--text-black);
    padding: 35px 0 0;
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .foobg {
  	width: 94%;
  }
  .fooSize {
  	width: 93%;
  }
    .fooLogo img {
        width: 180px;
    }
    .fooCol1 p, .fooCol3 p,
    .fooCol2 ul li.mlinks {
        font-size: 19px;
    }
    .fooCircle {
        width: 40px;
        height: 40px;
    }
    .fcopy p {
        font-size: 14px;
    }
    .foobg {
        padding: 70px 0 50px;
    }
    .fooHours p {
        font-size: 19px;
    }
    .fooMail a{
      font-size: 19px;
    }
    .fooHours .hoursNav {
    	font-size: 19px;
    	max-width: 235px;
    }
    .fooHours .hoursNav strong {
    	min-width: 110px;
    }
    .fooHours .hoursNav .hourCell {
    	min-width: 160px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .fooLogo img {
        width: 155px;
    }
    .fooCol1 p, .fooCol3 p,
    .fooCol2 ul li.mlinks {
        font-size: 17px;
    }
    .fooCol3 p span {
        display: block;
    }
    .fooCircle {
        width: 30px;
        height: 30px;
    }
    .fooSocial a {
         margin-right: 8px;
    }
    .fcopy p {
        font-size: 16px;
    }
    .foobg {
      max-width: 962px;
        padding: 70px 0 50px;
    }
    .fooHours p {
        font-size: 17px;
    }
    .fooHours .hoursNav {
    	font-size: 17px;
    	max-width: 235px;
    }
    .fooHours .hoursNav strong {
    	min-width: 95px;
    }
    .fooHours .hoursNav .hourCell {
    	min-width: 160px;
    }
    .fooMail a {
    	font-size: 17px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .fooLogo img {
        width: 180px;
    }
    .fooCol1 p, .fooCol3 p,
    .fooCol2 ul li.mlinks {
        font-size: 16px;
    }
    .fooCol3 p span {
        display: block;
    }
    .fooCircle {
        width: 30px;
        height: 30px;
    }
    .fooSocial a {
         margin-right: 8px;
    }
    .fcopy p {
        font-size: 14px;
    }
    .foobg {
        padding: 70px 0 50px;
        border-radius: 0;
    }
    .fooCol1, .fooCol3 {
        width: 34%;
    }
    .fooCol2 {
        width: 16%;
    }
    .fooHours p {
        font-size: 17px;
    }
    .fooHours .hoursNav {
    	font-size: 16px;
    	max-width: 235px;
    }
    .fooMail a {
    	font-size: 16px;
    }
    .fooHours .hoursNav strong {
    	min-width: 105px;
    }
    .fooHours .hoursNav .hourCell {
    	min-width: 145px;
    }
}
@media only screen and (max-width: 767px) {
   .fooLogo img {
        width: 180px;
    }
    .fooCol1 p, .fooCol3 p,
    .fooCol2 ul li.mlinks {
        font-size: 16px;
    }
    .fooCol3 p span {
        display: block;
    }
    .fooCircle {
        width: 30px;
        height: 30px;
    }
    .fooSocial a {
         margin-right: 8px;
    }
    .fcopy p {
        font-size: 14px;
    }
    .fcopy p span {
        display: block;
    }
    .foobg {
        padding: 35px 0 30px;
    }
    .fooWrap {
        padding-bottom: 0;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .fooCol1, .fooCol3, .fooCol2 {
        width: 85%;
        text-align: left;
    }
    .fooCol2 {
        margin: 25px 0;
        border-top: 1px solid var(--border);
        border-bottom: 1px solid var(--border);
        padding: 20px 0;
    }
    .fooHours {
      display: flex;
    }
    .fooHours p {
        font-size: 16px;
    }
    .fooHours .hoursNav {
    	font-size: 16px;
    	max-width: 250px;
    }
    .fooHours .hoursNav strong {
    	min-width: 100px;
      text-align: left;
    }
    .fooHours .hoursNav .hourCell {
    	min-width: 145px;
    }
    .fooMail a {
    	font-size: 18px;
    }
    .fooHours {
    	margin-bottom: 20px;
    }
    .fooHours .hoursNav {
    	margin: 8px 0;
    }
    .fooSocial {
    	margin-top: 10px;
    }
}

/*========================================================
    About page list section
=========================================================*/
.maPlanText {
	background: var(--white);
	padding: 40px 35px 40px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.maPlanText ul li {
	background: url('../images/index/circle.svg') no-repeat;
	background-position: left center;
	background-size: 18px 18px;
	padding: 1px 0 1px 40px;
	margin: 0 0 15px;
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
    .maPlanText ul li {
        background-size: 15px 15px;
        padding: 1px 0 1px 32px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .maPlanText ul li {
        background-size: 15px 15px;
        padding: 1px 0 1px 32px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .maPlanText ul li {
        background-size: 15px 15px;
        padding: 1px 0 1px 32px;
    }
    .maPlanText {
        padding: 30px 35px 30px;
    }
}
@media only screen and (max-width: 767px) {
    .maPlanText ul li {
        background-size: 15px 15px;
        padding: 1px 0 1px 32px;
    }
    .maPlanText {
        padding: 30px 0 30px;
    }
}

/*========================================================
    CONTACT page
=========================================================*/
.contactbg {
    padding: 80px 0;
}

.contnWrap {
    width: 90%;
    margin: 200px auto 90px;
    display: flex;
}

.contnWrap-center{
    max-width: 750px;
    margin: 0 auto;
    width: 100%;
}
.mt-50{margin-top: 50px !important;}
.pb-0{padding-bottom: 0 !important;}

.contnLeft,
.contnRight {
    width: 50%;
}

.contnLeft {
    padding-top: 90px;
}

.contnH2 {
    font-size: 48px;
    font-family: futuram, arial, sans-serif;
    text-align: center;
    text-transform: capitalize;
    color: var(--black);
    padding-bottom: 35px;
}

.contactWrap {
    text-align: center;
}

.contactWrap h1 {
    font-family: gotham-black, arial, sans-serif;
    font-size: 54px;
    text-transform: uppercase;
    color: var(--mainblue);
}

.contactWrap h1 span {
    font-size: 123px;
    line-height: 1;
    display: block;
}

.contTel {
    font-size: 44px;
    color: var(--black);
    text-align: center;
    padding: 5px 0 25px;
    font-family: poppins-semi, arial, sans-serif;
}

.contAdr,
.contHours {
    font-size: 28px;
    line-height: 1.2;
    padding-bottom: 15px;
    font-family: poppins-reg, arial, sans-serif;
}
.contHours{
  margin-top: 30px;
  max-width: 320px;
  margin: 30px auto 0;
  font-weight: 400;
}
.contHours li{
  max-width: 320px;
  font-size: 28px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.contHours li strong{
  min-width: 175px;
  text-align: left;
}
.contHours li span {
    display: block;
}
.contHours li .hourCell{
  text-align: left;
  min-width: 140px;
}

.contAdr span {
    display: block;
}

.contForm {
    text-align: center;
    margin-bottom: 80px;
}

.contPar p {
    font-size: 36px;
    color: var(--blue);
}

.formHalfWrapper {
    display: flex;
    justify-content: space-between;
}

.sectionMap {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.sectionMap iframe {
    width: 100%;
    height: 400px;
    border: 0;
    display: block;
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
    .contnWrap {
        width: 100%;
        margin: 90px auto 35px;
    }

    .contactWrap h1 {
        font-size: 36px;
    }

    .contactWrap h1 span {
        font-size: 100px;
    }

    .contTel {
        font-size: 36px;
    }

    .contAdr,
    .contHours {
        font-size: 24px;
    }
    .contHours{
      max-width: 270px;
    }
    .contHours li{
      max-width: 270px;
      font-size: 22px;
    }
    .contHours li strong,
    .hourCell {
    	width: 50%;
    }
    .contHours li strong {
    	min-width: 140px;
    }
    .contnH2 {
        font-size: 38px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .contnWrap {
        width: 100%;
        margin: 60px auto 50px;
    }

    .contForm {
        width: 90%;
        margin: 0 auto;
    }

    .contactWrap h1 {
        font-size: 36px;
    }

    .contactWrap h1 span {
        font-size: 100px;
    }

    .contTel {
        font-size: 34px;
    }
    .contnH2 {
        font-size: 38px;
    }

    .contactbg {
        padding: 50px 0;
    }

    .contactWrap h1 span {
        font-size: 90px;
    }

    .contactWrap h1 {
        font-size: 32px;
    }

    .contAdr,
    .contHours {
        font-size: 21px;
    }
    .contHours {
        font-size: 21px;
    }
    .contHours{
      max-width: 260px;
    }
    .contHours li{
      max-width: 260px;
      font-size: 22px;
    }
    .contHours li strong,
    .hourCell {
    	width: 50%;
    }
    .contHours li strong {
    	min-width: 140px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .contnWrap {
        width: 100%;
        margin: 60px auto 50px;
        flex-direction: column;
    }

    .contnLeft,
    .contnRight {
        width: 100%;
    }

    .contnLeft {
        padding-top: 0;
        padding-bottom: 50px;
    }

    .contForm {
        width: 90%;
        margin: 0 auto;
    }

    .contactWrap h1 {
        font-size: 36px;
    }

    .contactWrap h1 span {
        font-size: 100px;
    }

    .contTel {
        font-size: 34px;
    }

    .contnH2 {
        font-size: 38px;
    }

    .contactbg {
        padding: 35px 0;
    }

    .contactWrap h1 span {
        font-size: 80px;
    }

    .contactWrap h1 {
        font-size: 29px;
    }

    .contAdr,
    .contHours {
        font-size: 21px;
    }
    .contHours{
      max-width: 260px;
    }
    .contHours li{
      max-width: 260px;
      font-size: 22px;
    }
    .contHours li strong,
    .hourCell {
    	width: 50%;
    }
    .contHours li strong {
    	min-width: 140px;
    }
    .sectionMap iframe {
        height: 300px;
    }
}

@media only screen and (max-width: 767px) {
    .contnWrap {
        width: 100%;
        margin: 35px auto 50px;
        flex-direction: column;
    }

    .contnLeft,
    .contnRight {
        width: 100%;
    }

    .contnLeft {
        padding-top: 0;
        padding-bottom: 50px;
    }

    .contactbg {
        padding: 50px 0 35px;
    }

    .contactWrap h1 span {
        font-size: 80px;
    }

    .contactWrap h1 {
        font-size: 30px;
    }

    .contTel {
        font-size: 28px;
    }

    .contAdr,
    .contHours {
        font-size: 21px;
    }
    .contHours{
      max-width: 260px;
    }
    .contHours li{
      max-width: 260px;
      font-size: 22px;
    }
    .contHours li strong,
    .hourCell {
    	width: 50%;
    }
    .contHours li strong {
    	min-width: 140px;
    }
    .contnH2 {
        font-size: 36px;
    }

    .sectionMap iframe {
        height: 300px;
    }
    .contForm {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 479px) {
    .contactWrap h1 span {
        font-size: 70px;
    }

    .contactWrap h1 {
        font-size: 30px;
    }

    .contTel {
        font-size: 28px;
    }

    .contPar p {
        font-size: 30px;
    }

    .contForm {
        margin-bottom: 35px;
    }

    .contnWrap {
        margin-bottom: 0;
    }

    .contnWrap-mb-25 { margin-bottom: 25px;}
}

/*========================================================
    We build section index
=========================================================*/
.groUp{
  padding: 70px 0 30px;
}


/*========================================================
		Index Left Right section
=========================================================*/
.lrSec{
  padding: 90px 0;
}
.lrSecServ{
  padding: 60px 0;
}
.lrWrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lrRever{
  flex-direction: row-reverse;
}
.lrLeft,
.lrRight{
  width: 48%;
}
.lrLeft img,
.lrLeftRadius img{
  border-radius: 15px;
}
.lrRight h3{
  font-size: 42px;
}
.pooTit2Marg h3{
  margin-top: 20px;
}

.lrRight p{
  margin: 20px 0 0;
}
.lrRight p span{
  font-weight: 600;
}
.lrRight ul{
  margin: 20px 0 0;
  padding-left: 10px;
}
.lrRight ul li {
	background: url('../images/index/check-mark.png') no-repeat;
	background-position: left center;
	background-size: 14px 14px;
	padding: 1px 0 1px 20px;
}
.lrBtnPlace{
  margin: 20px 0 0;
}

@media only screen and (min-width: 1301px) and (max-width: 1919px) {
    .lrLeft img {
        width: 100%;
        display: block;
    }
    .lrRight h3 {
       font-size: 36px;
    }
    .lrRight p,
    .lrRight ul li {
        font-size: 17px;
    }
    .lrSec {
        padding: 75px 0;
    }
    .lrSecServ{
      padding: 50px 0;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .lrLeft img {
        width: 100%;
        display: block;
    }
    .lrRight h3 {
       font-size: 36px;
    }
    .lrRight p,
    .lrRight ul li {
        font-size: 17px;
    }
    .lrSec {
        padding: 75px 0;
    }
    .lrSecServ{
      padding: 50px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .lrSec {
      padding: 65px 0;
  }
     .lrLeft img {
        width: 100%;
        display: block;
    }
    .lrRight h3 {
       font-size: 36px;
    }
    .lrRight h3 span {
        display: block;
    }
    .lrRight p,
    .lrRight ul li {
        font-size: 17px;
    }
    .lrSecServ{
      padding: 50px 0;
    }
    .lrWrap {
        flex-direction: column;
    }
    .lrLeft, .lrRight {
        width: 100%;
    }
    .lrRight {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 767px) {
  .lrSec {
      padding: 65px 0;
  }
    .lrLeft img {
        width: 100%;
        display: block;
    }
    .lrRight h3 {
       font-size: 36px;
    }
    .lrRight h3 span {
        display: block;
    }
    .lrRight p,
    .lrRight ul li {
        font-size: 17px;
    }
    .lrSecServ{
      padding: 50px 0;
    }
    .lrWrap {
        flex-direction: column;
    }
    .lrLeft, .lrRight {
        width: 100%;
    }
    .lrRight {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 479px) {
    .lrRight h3 {
        font-size: 28px;
    }
}

/*========================================================
    Mobile Menu
=========================================================*/
@media only screen and (max-width: 1023px) {
    .logoMob,
    .telMob {
        display: inline-block;
    }
    .logoMob img {
        width: 120px;
    }
    .boxesWrap {
        width: 90%;
        height: 80px;
    }
    .boxes {
        height: 80px;
    }
    .three,
    .one {
        display: none;
    }
    .two {
        width: 100%;
        flex-direction: row;
    }
    .logoInMob {
        width: 60%;
    }
    nav {
        width: 40%;
        display: flex;
        align-items: center;
    }
    .telMob,
    .menu {
        width: 50%;
        text-align: right;
    }
  .smobitrigger,
  .mnuclose {
    display: inline-block;
  }
  .smobitrigger {
    color: transparent;
    width: 30%;
    margin: 0 auto;
  }
  .smobitrigger {
    background: url("../images/menuopen.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
  }
  .mnuclose {
    background: url("../images/menuclose.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 45px 45px;
    color: transparent;
    height: 45px;
    margin: 0 0 10px 0;
    width: 100%;
    text-align: right;
    display: inline-block;
  }
  .menu ul {
    padding: 0 20px 20px;
    overflow-y: auto;
    margin: 0 auto;
      text-align: left;
  }
  .menu ul li.dlink {
      display: block;
      padding: 5px 0;
  }
  .menu ul li.mmlinks {
      display: block;
      font-family: gotham-med, arial, sans-serif;
      text-align: left;
  }

  .menu ul li.mmlinks {
      font-size: 22px;
  }
  .menu li {
    line-height: inherit;
  }
  .menu ul li a {
    font-size: 18px;
  }
  .menu ul li.mlogo {
    margin: 20px auto 0;
    display: block;
  }
  .menu ul li.mlogo img {
    width: 220px;
    margin: 0 auto 15px;
  }
  .menu ul li.mphone {
    display: block;
    margin-bottom: 20px;
  }
  .menu ul li.mphone span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #777;
  }
  .menu ul li.mphone a {
    font-size: 26px;
    color: var(--yellow-main) !important;
  }
    .directionsCla {
        font-size: 16px;
    }
  .menu ul li.maddress {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    text-transform: capitalize;
    margin: 25px auto 20px;
    color: #777;
  }
  .menu ul li.maddress span {
    display: block;
  }
  .menu ul li.mhours {
      display: block;
      font-size: 16px;
      line-height: 1.5;
      margin: 0 auto 30px;
      color: #777;
      text-align: left;
  }
  .menu ul li.mhours span {
    display: block;
  }
  .menu ul li.hoursNav{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    font-size: 18px;
  }
  .menu ul li.hoursNav strong{
    width: 35%;
  }
  .menu ul li.hoursNav .hourCell{
    width: 65%;
  }
  .menu ul li.msocial{
    display: flex;
    margin: 30px 0 60px;
  }
  .menu ul li.msocial img{
    margin: 0 10px 0 0;
  }

  .mobimenu {
    padding: 0;
    margin: 0px;
    width: 16.9375em;
    position: fixed;
    height: 100% !important;
    top: 0px;
    left: -24.625em;
  }
  .mnuopn {
    left: 0px !important;
  }
  .ovrActv {
    position: fixed;
    background: rgba(0, 0, 0, 0.79);
    width: 100%;
    height: 100%;
    z-index: 9998;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }

}

/*========================================================
   visually hidden
=========================================================*/
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
