@font-face {
  font-family: 'Socialico';
  src: url("fonts/Socialico/Socialico.eot");
  src: url("fonts/Socialico/Socialico.eot?#iefix") format("embedded-opentype"), 
  url("fonts/Socialico/Socialico.woff2") format("woff2"), 
  url("fonts/Socialico/Socialico.woff") format("woff"), 
  url("fonts/Socialico/Socialico.ttf") format("truetype"), 
  url("fonts/Socialico/Socialico.svg") format("svg");
}

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


*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Arial', sans-serif;
  position: relative;
}

.inPrivacyBox h2 { text-align: left; color: inherit; font-size: 30px; }
.inPrivacyBox h3 { text-align: left; color: inherit; font-size: 24px; }
.inPrivacyBox .list { list-style-type: disc; padding-left: 40px; margin-bottom: 15px; }
.inPrivacyBox .list li { text-align: left; line-height: 1.5; }
.inPrivacyBox p { line-height: 1.5; margin-bottom: 15px; }
.inPrivacyBox .mb-15 { margin-bottom: 15px; }
.inPrivacyBox .color-blue { color: blue; }
.inPrivacyBox a { color: blue; }
.inPrivacyBox .line-under { text-decoration: underline; }

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

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

div,article,section,dl,dt,dd,table,tr,td,ul,ol,li,p,span,small,em,h1,h2,h3,h4,h5,h6,nav {
  padding:0;
  margin:0;
}

.row, .row2, .row3 {
  max-width: 1460px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.row2 {
  max-width: 1620px;
}

.row3 {
  max-width: 1740px;
}

/*cookie*/
.cc-animate.cc-revoke.cc-bottom{
  font-size: 14px;
  padding: 5px 10px;
  position: fixed;
  display: block!important;
  transform: none!important;
  bottom: 0!important;
  left: 20px!important;
}

/*call to action*/
.destroy-on-load, .cta {
  display: none;
}

/*typography*/
.text-left{
  text-align: left;
}

.text-right{
  text-align: right;
}

h1{
  font-family: 'Sunday Best';
  font-size: 100px;
  line-height: 1.5;
  color: #006746
}

h2, h3, h4, h5{
  font-family: 'Montserrat', sans-serif;
  font-size: 52px;
  line-height: 1.2;
  font-weight: 700;
  color: #202020
}

h3{
  font-size: 38px;
  color: #212121;
  font-weight: 500
}

h4, h5{
  font-size: 20px;
  font-weight: 700;
  color: #006746
}

h5{
  font-weight: 600
}

.home h5,
.home h4{
  letter-spacing:  10px
}

p,ul{
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  color: #212121
}

/*BUTTON*/
.btn{
  position: relative;
  overflow: hidden;
  z-index: 999;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 17.5px 0;
  width: 220px;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  background: transparent;
  color: #FFF;
  line-height: 1.2;
  -webkit-appearance: inherit;
  border: 2px solid #fff;
  border-radius: 30px
}

.btn:hover{ 
  transition: background-color .8s ease-out;  
  -o-transition: background-color .8s ease-out;  
  -moz-transition: background-color .8s ease-out;  
  -webkit-transition: background-color .8s ease-out;  
  color: #006847;
  background: #fff;
}

/*FLEX*/
.flex{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
} 

.flexend{
  align-items: flex-end;
}

.flexstart{
  align-items: flex-start;
}

/*SOCIAL*/
.socials a{
  display: inline-block;
  vertical-align: middle;
  font-size: 45px;
  line-height: 1.2;
  font-family: 'Socialico';
  color: #006847
}


/*-----------------------------------------------HEADER-----------------------------------------------*/
#header {
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99999
}

#header nav a#pull {
  display: none
}

#header nav{
  position: relative;
  z-index: 999;
  max-width: 870px;
  width: 100%;
  display: block;
  margin-left: auto;
  padding: 37px 0 0;
  text-align: right;
}

#header nav ul{
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px
}

nav ul li a.colorwhite{
  color: #fff
}

nav ul li a {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  border-bottom: 2px solid transparent;
  color: #006847
}

nav ul li.active-menu a, 
nav ul li a:hover {
  border-bottom: 2px solid #80B4A3;
}


/*-----------------------------------------------BANNER-----------------------------------------------*/
#banner {
  background: rgb(0,104,71);
  background: -moz-linear-gradient(90deg, rgba(0,104,71,1) 69%, rgba(255,255,255,1) 69%);
  background: -webkit-linear-gradient(90deg, rgba(0,104,71,1) 69%, rgba(255,255,255,1) 69%);
  background: linear-gradient(90deg, rgba(0,104,71,1) 69%, rgba(255,255,255,1) 69%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006847",endColorstr="#ffffff",GradientType=1);
  padding: 20px 0 45px;
  position: relative;
}

#banner:after,
#banner .row3:after,
#banner .row3:before{
  position: absolute;
  content: '';
}

#banner:after{
  background: url('../images/common/dots.png')repeat center center;
  width: 243px;
  height: 89px;
  left: 0;
  bottom: 305px
}

#banner .row3{
  position: relative;
}

#banner .row3:after,
#banner .row3:before{
  background: url('../images/common/circle.png')no-repeat center center;
  width: 94px;
  height: 94px;
  left: -50px;
}

#banner .row3:after{
  bottom: -15px;
}

#banner .row3:before{
  top: 22px;
}

.h-logo{
  max-width: 602px;
  width: 100%;
  display: block;
  margin: 0 auto
}

.h-logo img{
  width: 100%;
  display: block;
}

#banner .bntop .bncol1{
  width: 50%
}

#banner .bntop .bncol1 a img,
#banner .bntop .bncol2 img{
  width: 100%;
  display: block;
}

#banner .bntext{
  padding: 40px 0 205px
}

#banner .bntop .bncol2{
  width: 50%;
  position: relative;
}

#banner .bntop .bncol2:after{
  position: absolute;
  content: '';
  background: url('../images/common/linedots.jpg')no-repeat center center;
  height: 472px;
  width: 3px;
  top: -210px;
  right: 0
}

#banner .phone {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  padding: 11px 20px 11px 88px;
  background: #006847 url('../images/common/phone.jpg')no-repeat left center;
}

#banner .bnbot {
  position: relative;
  max-width: 1570px;
  margin: 0 auto
}

#banner .bnbot:after,
#banner .bnbot:before{
  position: absolute;
  content: '';
  top: 30px;
  height: 3px;
  z-index: 1
}

#banner .bnbot:before{
  right: 0;
  background: #006847;
  width: 27%
}

#banner .bnbot:after{
  left: 0;
  background: #fff;
  width: 73%
}

#banner .phone,
#banner .socials{
  position: relative;
  z-index: 2
}

#banner .phone span{
  display:block;
  font-weight: 400;
  font-size: 14px
}

#banner .socials {
  background: #fff;
  padding: 0 0 0 30px
}

/*-----------------------------------------------CONTENT-----------------------------------------------*/
/*about*/
#about{
  padding: 130px 0;
  position: relative;
}

#about:after{
  position: absolute;
  content: '';
  left: 120px;
  top: 0;
  background: url('../images/common/clips.jpg')no-repeat bottom;
  width: 191px;
  height: 268px;
  z-index: -1
}

#about .aboutcon{
  background: #fff
}

#about .aboutcon,
#about img{
  width: 50%;
  display: block;
}

#about .aboutcon .aboutwrapper{
  max-width: 762px;
  margin-left: auto;
  padding: 0 43px 0 10px;
}

#about h3{
  padding: 10px 0 50px
}

#about p{
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #1F1F1F;
  line-height: 1.44;
}

#about p:first-of-type{
  padding-bottom: 30px
}

#about p:last-of-type{
  color: #666666
}


/*menu*/
#menu dl{
  width: 32.6%;
  position: relative;
}

#menu dl img{
  width: 100%;
  display: block;
}

#menu dl dd{
  position: absolute;
  content: '';
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 134px;
}

#menu h2{
  color: #fff
}

#menu h2 span{
  display: block;
}


/*featured*/
#featured{
  position: relative;
}

#featured .row3{
  background: url('../images/common/foodbg.jpg')no-repeat right top;
  padding: 60px 10px 105px;
  max-width: 1670px;
  position: relative;
}

#featured .row3:after,
#featured:after,
#featured:before{
  position: absolute;
  content: '';
}

#featured .row3:after,
#featured:before{
  left: 0
}

#featured:after{
  background: url('../images/common/dots.png')repeat center center;
  height: 89px;
  width: 180px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  z-index: -1
}

#featured:before{
  background: url('../images/common/circle.png')no-repeat center center;
  width: 264px;
  height: 264px;
  background-size: 100% 100%;
  top: 595px;
  left: -70px
}

#featured .row3:after{
  background: url('../images/common/linedots.jpg')no-repeat center center;
  height: 472px;
  width: 3px;
  bottom: 380px;
  left: -15px
}


#featured .flex > div,
#featured img{
  width: 23.455%;
  display: block;
  margin-bottom: 35px
}

#featured .flex > .twocols{
  width: 48.91%;
  position: relative;
}

#featured .flex > .twocols:first-of-type:after{
  position: absolute;
  content: '';
  background: #B0B0B0;
  width: 75%;
  height: 3px;
  right: 0;
  top: 38px;
}

#featured h3{
  font-size: 80px
}

#featured h4{
  padding: 27px 0 20px
}

#featured .twocols:last-of-type{
  padding-left: 30px
}

#featured .twocols:last-of-type h5{
  width: 100%;
  border-top: 3px solid #B0B0B0;
  padding: 38px 0 20px;
}


/*reviews*/
#reviews{
  background: url('../images/common/leftbg.jpg')no-repeat top left, 
    url('../images/common/rightbg.jpg')no-repeat top right;
}

#reviews h3{
  position: relative;
}

#reviews h3:after{
  position: absolute;
  content: '';
  background: url('../images/common/dots2.jpg')no-repeat top;
  width: 112px;
  height: 24px;
  bottom: -24px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#reviews .flex{
  padding: 78px 0 245px;
}

#reviews .revcon{
  width: 30%;
  background: #fff;
  padding: 31px 5px 5px;
  min-height: 506px;
  border-bottom: 10px solid #006847;
  position: relative;
}

#reviews .revcon:after{
  position: absolute;
  content: '';
  background: url('../images/common/quote.jpg')no-repeat center center;
  width: 39px;
  height: 29px;
  left: 0;
  right: 0;
  top: -15px;
  margin: 0 auto
}

#reviews p{
  max-width: 337px;
  margin: 0 auto;
  font-weight: 600
}

#reviews img{
  max-width: 93px;
  width: 100%;
  display: block;
  margin: 0 auto
}

.stars{
  color: #006847;
  letter-spacing: 10px;
  font-size: 25px;
  padding: 10px  0
}


/*interior*/
#interior{
  background: url('../images/common/interior.jpg')no-repeat top;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 130px 0 260px
}

#interior .inwrapper{
  max-width: 597px;
  margin-left: 0
}

#interior p,
#interior h3{
  color: #fff
}

#interior h3{
  padding-bottom: 35px
}

#interior p{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  padding-bottom: 40px
}

#interior .btn{
  margin: 0
}



/*-----------------------------------------------FOOTER-----------------------------------------------*/
#footer{
  background: #444444;
  padding: 40px 0 50px
}

#footer .fotlogo{
  width: 35.058%
}

#footer .fotmenu {
  width: 18%
}

#footer ul{
  list-style: none
}

#footer h2{
  padding: 50px 0 35px;
  color: #fff;
  font-family: 'Poppins',sans-serif;
  font-size: 45px
}

#footer .fotmenu1{
  width: 17.9%
}

#footer .fotmenu1 p{
  font-family: 'Montserrat',sans-serif!important;
  line-height: 2.25!important;
}

#footer .fotmenu ul,
#footer .fotmenu p{
  font-family: 'Poppins',sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #00A670;
  line-height: 2
}

#footer .fotmenu2{
  width: 13%
}

#footer .fotmenu3 li{
  padding: 0 0 0 60px;
  margin: 10px 0
}

#footer .fotmenu3 li a{
}


#footer .email{
  background: url('../images/common/sprite.jpg')no-repeat left center;
}

#footer .phone{
  background: url('../images/common/sprite.jpg')no-repeat left center;
  background-position: 0 -60px;
}

#footer .address{
  position: relative;
}
#footer .address::before{
  content: ''; display: block; position: absolute; top: 0; left: 0; width: 29px; height: 32px; background: url('../images/common/sprite.jpg')no-repeat left center;
  background-position: 0 1px;
  background-size: cover;
}

#footer .fotbot{
  padding-top: 63px;
  position: relative;
  max-width: 1600px;
  margin: 0 auto
}

#footer .fotbot:after{
  position: absolute;
  content: '';
  background: #00A670;
  width: 98%;
  height: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 25px;
  z-index: 1
}

#footer .copyrights p{
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 700;
}

#footer .copyrights{
  padding-right: 40px
}

#footer .copyrights,
#footer .socials{
  background: #444444;
  position: relative;
  z-index: 2
}

#footer .socials{
  padding-left: 40px
}

#footer .socials a {
  color: #fff
}

.techno img {
  width: 52px;
  margin: 0 5px -14px;
}




/*---------------------------------------inner pages-------------------------------------------*/
.inner #content {
  min-height: 400px;
  padding: 40px 0;
  max-width: 800px;
  margin: 0 auto
}

.inner #content h1{
  font-size: 80px;
  padding-bottom: 20px;
}

.inner #content h2{
  font-size: 40px;
  margin-bottom: 15px;
}

.inner #content h3{
  font-size: 28px;
  margin-bottom: 15px;
}

/*inner gallery*/
.img-responsive{
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

#content .gallery-container {
  text-align: center;
}

#content .gallery {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#content .gallery li {
  display: inline-block;
}

#content .thumbnail {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  line-height: .42857;
  margin-bottom: 20px;
  padding: 4px;
  transition: border 0.5s ease-in-out 0s;
}

#content .thumbnail:hover {
  transform: scale(1.02);
}

#content .page_navigation {
  display: inline-block;
}

#content .page_link,
#content .previous_link,
#content .next_link,
#content  .first_link,
#content  .last_link, 
#content .ellipse {
  background-color: #fff;
  border: 1px solid #ddd;
  color:  #0275d8;
  display: inline-block;
  line-height: 1.25;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  position: relative;
}

#content .page_navigation > a:hover , 
.page_navigation > a.active_page {
  background-color: #eceeef;
  border-color: #ddd;
  color: #014c8c;
  text-decoration: none;
}

.inner #content .gallery-container{
  margin-bottom: 20px
}

.inner .services-section { margin-bottom: 15px; }

.services-page h3 { color: #00A670; }

.services-page .title { font-family: 'Montserrat', sans-serif; text-align: left; font-weight: 700; font-size: 20px; }
.services-page p { text-align: left; margin-bottom: 10px; }
.services-page .mb-15 { margin-bottom: 15px; }
.services-page .mb-0 { margin-bottom: 0!important; }
.services-page .to-sm { font-size: 15px; text-align: center; }
.services-page .to-p { font-size: 16px; font-weight: 400; }

/*CONTACT*/
form .messages p {
  display: none;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  font-size: 16px !important;
}

form .loading {
  display: none;
}

form .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

form .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

form .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.ctc-form {
  margin: 0 auto ;
  text-align: center;
}

.ctc-form input[type="text"],
.ctc-form textarea {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color:#000;
  height:45px;
  display: block;
  width: 100%;
  border:1px solid #A8A8A8;
  padding: 5px 10px;
  box-sizing: border-box;
  margin: 0 auto 8px;
  resize: none;
  background: #EEEEEE;
}

.ctc-form ::placeholder,
.ctc-form label{
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #545454;
  line-height: 1.8;
  letter-spacing: .03px;
  text-align: left;
}

.ctc-form textarea {
  height: 150px;
  padding-top:10px;
}

.ctc-form button {
  display: block;
  border: none;
  margin: 20px auto 0;
  color: #545454;
  border: 2px solid #444444;
}

.ctc-form .recap {
  display: inline-block;
}

.ctc-form .g-recaptcha div {
  margin: 0 auto 10px;
}

.ctc-form .ctc-hide {
  display: none;
}



/*privacy policy*/
.inPrivacyBox {
  max-width: 850px;
  margin: 0 auto;
}

.inPrivacyBox p {
  text-align: justify!important;
}



/*RESPONSIVE*/
@media screen and (max-width: 1650px){

  h1{
    font-size: 80px
  }
}

@media screen and (max-width: 1440px){

  #banner:after{
    width: 105px;
  }

  #banner .bnbot:after{
    width: 69%
  }

  #banner .bnbot:before{
    width: 31%
  }

  #footer .fotmenu3 {
    width: 23%;
  }
}

@media screen and (max-width: 1439px){
  body {
    /*min-width: 320px*/
  }

  h1 {
    font-size: 70px;
  }

  #featured h3 {
    font-size: 70px;
  }

  #about .flex{
    align-items: center;
  }

  nav ul li{
    padding: 0 19px
  }
}


/*768*/
/*@media screen and (max-width: 959px){

  #header .row {
    width: 100%;
    padding: 0;
  }

  #header nav {
  }

  #header nav ul {
    width: 100%;
    display: none;
    height: auto;
    border-bottom: 5px solid #000;
    padding: 0 15px;
  }

  #header nav ul li {
    width: 100%;
    position: relative;
  }

  #header nav ul li a {
    padding: 10px 0;
    text-align: left;
    width: 100%;
  }

  #header nav a strong {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
  }

  #header nav a#pull {
    display: block;
    color: #fff;
    background-color: #000;
    height: 60px;
    padding: 10px 0;
    width: 100%;
    position: relative;
  }

  #header nav a#pull:after {
    content:"";
    background: url('../images/nav-icon.png') no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .cta{
    background: #035B96  url("../images/common/phonecall.png") no-repeat center center;
    border-bottom-left-radius: 40px;
    border-top: 2px solid #013f9a ;
    border-top-left-radius: 40px;
    bottom: 10%;
    display: block;
    height: 60px;
    position: fixed;
    right: 0;
    text-decoration: none;
    text-indent: -9999em;
    width: 60px;
    z-index: 999;
  }


}*/

.services-page h2 {
    font-size: 25px;
}
.about-page p {
    text-align: justify;
    line-height: 1.7;
}
