@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: "socialico-plus";
  src: url("fonts/SocialicoPlus/socialico-plus.eot");
  src: url("fonts/SocialicoPlus/socialico-plus.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/SocialicoPlus/socialico-plus.woff2") format("woff2"),
    url("fonts/SocialicoPlus/socialico-plus.woff") format("woff"),
    url("fonts/SocialicoPlus/socialico-plus.ttf") format("truetype"),
    url("fonts/SocialicoPlus/socialico-plus.svg") format("svg");
}

@font-face {
  font-family: "CenturyGothic";
  src: url("fonts/CenturyGothic/CenturyGothic.eot");
  src: url("fonts/CenturyGothic/CenturyGothic.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/CenturyGothic/CenturyGothic.woff2") format("woff2"),
    /* Super Modern Browsers */ url("fonts/CenturyGothic/CenturyGothic.woff")
      format("woff"),
    /* Pretty Modern Browsers */ url("fonts/CenturyGothic/CenturyGothic.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("onts/CenturyGothic/CenturyGothic.svg")
      format("svg"); /* Legacy iOS */
}

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

.suspension-contain {
  max-height: 980px;
  overflow: hidden;
  position: relative;
}
html {
  scroll-behavior: smooth;
}
html.suspended {
  background: rgba(0, 0, 0, 0.6);
}
html, body {
  width: 100%;
  overflow-x: hidden;
}
body {
  max-width: 100%;
  /*min-width: 1200px;*/
  margin: 0 auto;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
  line-height: 120%;
}
a:hover {
  text-decoration: none;
  /* color: inherit; */
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
  line-height: 120%;
}
.row {
  max-width: 1430px;
  margin: 0 auto;
}

/*floats*/
.fl {
  float: left;
}
.fr {
  float: right;
}

/*typography*/
.text-primary {
  color: #b11414;
}
.text-bold {
  font-weight: 700;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left;
}

/*clearings*/
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.clearfix {
  display: block;
}

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

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

/*gallery*/
#content .gallery-container {
  text-align: center;
}
#content .gallery {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center !important;
}
#content .gallery li {
  display: inline-block;
}
#content .thumbnail {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  line-height: 0.42857;
  margin-bottom: 20px;
  padding: 4px;
  -webkit-transition: border 0.5s ease-in-out 0s;
  -o-transition: border 0.5s ease-in-out 0s;
  transition: border 0.5s ease-in-out 0s;
}
#content .thumbnail img {
  width: 200px !important;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
#content .thumbnail:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          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;
}

.buttons {
  position: relative;
  overflow: hidden;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.021em;
  line-height: 120%;
  color: #fff;
  border-radius: 5px;
  background: #E72927;
  width: 100%;
  max-width: 243px;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.buttons img {
  margin-right: 10px;
}

/*------------------------------------header------------------------------------*/
#header {
  position: absolute;
  width: 100%;
  z-index: 11;
  padding: 13px 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#header .row {
  max-width: 1837px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#header [alt="banner-logo"] {
  max-width: 200px;
} 
#hd-menu {
  -ms-flex-preferred-size: 726px;
      flex-basis: 726px;
}
#header nav a#pull {
  display: none;
}

@media screen and (max-width: 768px){
  #header  nav a#pull{
    display: block !important;
  }
  #header #hd-menu nav ul{
    display: none;
  }
}

#header nav ul {
  margin: 0px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header nav ul li a {
  font-weight: 700;
  font-size: 15px;
  color: #000;
  letter-spacing: 0.05em;
}

#hd-right {
  -ms-flex-preferred-size: 360px;
      flex-basis: 360px;
}

#hd-right .buttons {
  max-width: 400px;
  font-size: 20px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 55px;
}
/*------------------------------------banner------------------------------------*/
#banner {
  position: relative;
  line-height: 0;
  z-index: 10;
}
#banner .row {
  max-width: 100%;
}
#banner img[alt="banner"] {
  width: 100%;
}
#banner img[alt="banner-logo"] {
  position: absolute;
  top: 108px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*------------------------------------content------------------------------------*/
#content h1, #content h2 {
  font-size: 44px;
  font-weight: 800;
  position: relative;
  padding-bottom: 42px;
}
#content h2 {
  padding-bottom: 34px;
}
#content h1 span.block {
  display: block;
  font-size: 32px;
  font-weight: 200;
}
#content h1::after, #content h2::after {
  content: "";
  width: 100%;
  max-width: 88px;
  height: 9px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#content p {
  font-size: 16px;
  line-height: 27px;
  color: #333333;
  letter-spacing: 0.009em;
  font-weight: 500;
}
#welcome {
  padding: 110px 10px 130px;
}
#welcome h1 {
  color: #004196;
}
#welcome h1 span.green {
  color: #006633;
}
#welcome h1 span.block {
  color: #CC0000;
}
#welcome h1::after {
  background: #006633;
}
#welcome p {
  width: 100%;
  max-width: 1044px;
  margin: 44px auto 52px;
}
#welcome .box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 198px;
  height: 173px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #004296;
  position: relative;
  z-index: 1;
  margin: 0 23px 0 24px;
}
#welcome .box::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #E72927;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}
#welcome .box.red {
  background: #E72927;
}
#welcome .box.red::after {
  background: #004296;
}
#welcome .box:hover::after {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
#welcome .box h4, #welcome .box img {
  display: block;
}
#welcome .box h4 {
  margin-top: 42px;
  color: #FFF;
  font-size: 20px;
  letter-spacing: 0.2em;
  font-weight: 800;
}

#services {
  padding: 86px 10px 0;
  background: url(../images/common/servicesBg.jpg) no-repeat top center;
  background-size: cover;
  height: 1080px;
}
#services h2 {
  color: #FFF;
}
#services h2::after {
  background: #FFF;
}
#services p {
  color: #fff;
  margin: 46px auto 53px;
}
#services .service-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
  max-width: 462px;
}
#services .service-container .img-holder {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0;
  margin-bottom: 6px;
}
#services .service-container .img-holder img {
  width: 100%;
  height: 335px;
  -o-object-fit: cover;
     object-fit: cover;
}
#services .service-container .text-holder {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 86px;
  background: #FFF;
  color: #004196;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0.021em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
#services .service-container .text-holder::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #E72927;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}
#services .service-container .text-holder.red {
  background: #E72927;
  color: #FFF;
}
#services .service-container .text-holder.red::after {
  background: #FFF;
}
#services .service-container:hover .text-holder::after {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
#services .service-container:hover .text-holder h4 {
  color: #FFF;
}
#services .service-container:hover .text-holder.red h4 {
  color: #004196;
}
#services .service-slider {
  position: relative;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 40px;
}
#services .slick-prev:before, #services .slick-next:before {
  font-family: 'Poppins';
  font-size: 84px;
  color: #FFF;
  font-weight: 300;
  z-index: 10;
  line-height: 0;
}
#services .slick-prev:before {
  content: '<';
}
#services .slick-next:before {
  content: '>';
}
#services .slick-prev, #services .slick-next {
  width: 0;
  height: 0;
}
#services .slick-prev {
  left: 0;
}
#services .slick-next {
  right: 32px;
}

#services .buttons {
  margin: 0 auto 30px;
}

#svc-btm h3 {
  font-size: 31px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.082em;
  margin-bottom: 34px;
}
#svc-btm img {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}

#services h2.vid-header {
  color: #006633;
}

#testimonials {
  padding: 400px 10px 95px;
  background: url(../images/common/testimonialsBg.jpg) no-repeat top center;
  background-size: cover;
}
#testimonials .row {
  max-width: 1433px;
}
#testimonials h2 {
  color: #006633;
  margin-bottom: 40px;
}
#testimonials h2::after {
  background: #006633;
}

#testimonials ul {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  text-align: left;
  background: #fff;
  padding: 20px;
}

#testimonials ul  li {
  line-height: 2;
  max-width: 400px;
  margin: auto;
}

#testimonials .flex {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
#testimonials .text-holder {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 940px;
  padding: 70px 80px 70px 130px;
  position: relative;
  background: #FFF;
  text-align: left;
}
#testimonials .text-holder::after {
  content: '›';
  font-family: 'Open Sans', sans-serif;
  font-size: 57px;
  font-weight: 300;
  line-height: 0;
  width: 100%;
  max-width: 70px;
  height: 100%;
  background: #006633;
  color: #FFF;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#testimonials .text-holder p {
  font-weight: 400;
  font-style: italic;
  margin: 35px auto 30px;
}
#testimonials .text-holder h4 {
  font-size: 19px;
  font-weight: 700;
  color: #333;
}
#testimonials .img-holder {
  -ms-flex-preferred-size: 503px;
      flex-basis: 503px;
  line-height: 0;
}
#testimonials .img-holder img {
  width: 100%;
  height: 100%;
}

#homeGal {
  padding: 62px 0 4px;
}
#homeGal .row {
  max-width: 1920px;
}
#homeGal h2 {
  color: #006633;
  margin-bottom: 56px;
}
#homeGal h2::after {
  background: #006633;
}
#homeGal .flex {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
#homeGal img {
  width: 100%;
}
#homeGal .left {
  -ms-flex-preferred-size: 770px;
      flex-basis: 770px;
  line-height: 0;
  margin-right: 4px;
}
#homeGal .left img {
  max-width: 770px;
  height: 100%;
}
#homeGal .right {
  -ms-flex-preferred-size: 1150px;
      flex-basis: 1150px;
}
#homeGal .right, #homeGal .right > div {
  line-height: 0;
}
#homeGal .right .top {
  margin-bottom: 4px;
}
#homeGal .right .tp-left {
  -ms-flex-preferred-size: 380px;
      flex-basis: 380px;
  margin-right: 4px;
}
#homeGal .right .tp-right {
  -ms-flex-preferred-size: 760px;
      flex-basis: 760px;
}
#homeGal .right .tp-left img {
  max-width: 380px;
}
#homeGal .right .tp-right img {
  max-width: 760px;
}
#homeGal .right .bt-right > div {
  -ms-flex-preferred-size: 380px;
      flex-basis: 380px;
}
#homeGal .right .bt-right > div img {
  max-width: 380px;
}
.mr-4 {
  margin-right: 4px;
}
.mb-4 {
  margin-bottom: 4px;
}

/*------------------------------------contact form messages-----------------------------------*/
form .messages p {
  display: none;
  font-family: Arial !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;
}
form [type="submit"] {
  margin: 20px auto;
}

/*------------------------contact form------------------------*/
#contact {
  padding: 80px 10px;
  background: url(../images/common/contactBg.jpg) no-repeat top center;
  background-size: cover;
  color: #FFF;
}
#contact h3 {
  font-size: 44px;
  font-weight: 800;
  color: #FFF;
}
#contact h4 {
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 14px;
  letter-spacing: 0.3em;
}
#contact .buttons {
  border-radius: 0;
  border: 0;
  font-size: 16px;
  max-width: 200px;
  height: 60px;
}
#contact .row {
  max-width: 1366px;
}
#contact .ctc-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
#contact .ctc-flex > label {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
}
#contact p {
  color: #FFF;
  margin: 35px auto 50px;
  line-height: 180%;
  letter-spacing: 0.03em;
}
.ctc-form {
  margin: 0 auto;
  text-align: center;
}
.ctc-form input[type="text"],
.ctc-form textarea {
  font-family: 'Open Sans';
  font-size: 15px;
  color: #000;
  background: #FFFFFF;
  height: 60px;
  letter-spacing: 0.011em;
  line-height: 30px;
  display: block;
  width: 100%;
  border: 0;
  /* border-radius: 3px; */
  padding: 18px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 10px;
}
.ctc-form textarea {
  height: 180px;
  padding-top: 10px;
}
.ctc-form button {
  display: block;
}
.ctc-form .recap {
  display: inline-block;
}
.ctc-form .g-recaptcha div {
  margin: 0 auto 10px;
}
.ctc-form .ctc-hide {
  display: none;
}

/*------------------------social media------------------------*/
#footer .socials {
  width: 100%;
  max-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  margin: 27px auto 0;
}

/*footer*/
#footer {
  background: #161616;
  padding: 103px 10px 20px;
}
#footer .row {
  max-width: 1100px;
}
#footer img[alt="footer-logo"] {
  width: 100%;
  max-width: 325px;
}
#footer .email {
  margin: 24px 0;
}
#footer .email h4 {
  font-weight: 800;
  font-size: 24px;
  color: #FFF;
}
#footer .email a {
  font-size: 19px;
  font-weight: 500;
  color: #FFF;
}
#footer .phone a, #footer .phone img {
  display: block;
  margin: 0 auto;
}
#footer .phone a {
  font-weight: 800;
  font-size: 24px;
  color: #FFF;
  margin-top: 20px;
}

#ft-menu {
  width: 100%;
  max-width: 573px;
  margin: 48px auto 16px;
}
#ft-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#ft-menu ul li a {
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 500;
}
#ft-copy p {
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  line-height: 120%;
font-family: 'Poppins', sans-serif;
}
#footer .copy img {
  display: inline-block;
  vertical-align: middle;
  max-width: 40px;
}

/*inner pages*/
.inner #content {
  min-height: 400px;
  padding: 40px 10px;
}
.inner #content p {
  font-size: 18px;
  line-height: 180%;
  /* text-align: left; */
}
.inner #content .ctc-form input[type='text'],
.inner #content .ctc-form textarea {
  border: 1px solid #ddd;
  height: 45px;
}
.inner #content .ctc-form textarea {
  height: 120px;
}

.inner #content ul {
  text-align: left;
}

.inner #content ul li {
  line-height: 2;
  font-size: 25px;
}

.inner #content img {
  width: 100%;
  max-width: 600px;
  margin: auto;
}
/*privacy policy*/
.inPrivacyBox {
  max-width: 850px;
  margin: 0 auto;
}
.inPrivacyBox p {
  text-align: justify !important;
}


/*-- Responsive**/
/*-------------------------------------------------------*/
 

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

@media screen and (max-width: 800px){
  #header {
    padding: 0;
  }
  #header .row {
    padding: 0 3%;
    width: 100%;
  }
  #header nav {
    display:block;
    height: auto;
  }
  #header nav ul {
    background: white;
    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 {
    display: block;
    float:none;
    padding: 10px 0;
  }
  #header nav a {
    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: transparent;
    height: 30px;
    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: 0px;
    left:0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    filter: invert(1);

  }
	
  .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: 1%;
    display: block;
    height: 80px;
    position: fixed;
    right: 0;
    text-decoration: none;
      text-indent: -9999em;
    width: 100px;
    z-index: 999;
  }
} 

@media screen and (max-width:867px){
  .vid-holder video {
    width: 100%;
  }
  #header nav ul li a{
    font-size: 11px;
  }
  #hd-right .buttons{
    font-size: 15px;
  }
  #hd-right {
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
  }
}

@media screen and (max-width:767px){
  #header{
    position: relative;
  }
  .slick-arrow {
    display: none !important;
  }
  #header [alt="banner-logo"] {
    max-width: 100px;
  }
  #welcome {
    padding: 60px 5% 50px;
  }
  #content .flex {
    display: block;
  }
  #welcome .box {
    max-width: unset;
    width: 100%;
    margin: 0 auto 20px;
  }
  #services {
    padding: 86px 5% 0;
  }
  #testimonials ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    text-align: left;
    background: #fff;
    padding: 20px 5%;
  }
  #content h1, #content h2{
    font-size: 40px;
  }
  #homeGal .flex img {
    width: 100% !important;
    max-width: unset;
  }
  #homeGal .right .tp-left img {
    max-width: unset;
  }
  #homeGal .right .bt-right > div img {
    max-width: unset;
  }

  #homeGal {
    padding: 62px 5% 4px;
  }

  #contact .ctc-flex {
    display: block;
  }
  #testimonials {
    padding: 280px 5% 95px;
  }
  #contact {
    padding: 80px 5%;
  }
  #services .service-container{
    padding: 0 1%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px){
  #testimonials ul li{
    font-size: 13px;
  }
  #content h1, #content h2 {
    font-size: 25px;
    margin: 0 !IMPORTANT;
  }
  #testimonials {
    padding: 170px 5% 95px;
  }
  #footer {
    padding: 30px 10px 20px;
}
#testimonials ul {
  padding: 20px 10%;
}
#testimonials ul li {
  font-size: 13px;
  margin-bottom: 10px;
}
}

@media screen and (max-width: 420px){
  #hd-right {
    display: block;
    -ms-flex-preferred-size: 0px;
    flex-basis: 0px;
    max-width: 120px;
  }
  #hd-right .buttons {
    font-size: 8px;
}
}

@media screen and (max-width: 360px){
  div#hd-right {
    display: none;
}
  #hd-right .buttons {
    font-size: 10px;
  }
  #header .row a img {
    max-width: 90px;
    position: absolute;
    max-width: 200;
    right: 0;
    left: 0;
    margin: auto;
    top: 40px;
}
  
  #ft-menu ul li a {
    font-size: 8px;
  }
  #hd-menu {
    position: absolute;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
}
}

@media (max-width: 357px){
  #testimonials {
    padding: 220px 5% 95px;
}
}