/*----CSS----*/

/*----colors-----
Top bar (gray):
Buttons (yellow):
Box (purplish):
Logo pillars:
background light: f5f5f5
light blue text and social media: d8d6dd
*/

/*----google fonts----
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif!important;
*/

body {
  background: #fff;
  color: #4f4f4f;
  /*font-family: "Open Sans", sans-serif;*/
  font-family: 'Poppins', sans-serif!important;
}

* {box-sizing: border-box;}


/*a {
  color: #657182;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #657182;
  outline: none;
  text-decoration: none;
}*/

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: 'Open Sans Condensed', sans-serif;*/
  font-family: 'Poppins', sans-serif!important;
}

.slick-viewport  {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden !important;
}

/*-- SPINNER LOADER CSS --*/
#loading  {
  position: absolute;
  z-index: 9999;
  left: 50%; /*-- center spinner on page horizontally --*/
  top: 50%; /*-- verticle position on page --*/
  height: 100%;
  width: 100%;
  margin-left: -10px; /*-- accounts for size of spinner --*/

}
ion-spinner  {
  transform: scale(3); /*-- size of spinner --*/
  color: white!important; /*-- color of spinner --*/
}
@media screen and (max-width: 812px)  {
  #loading  {
    position: absolute;
    z-index: 9999;
    left: 50%; /*-- center spinner on page horizontally --*/
    top: 40%; /*-- verticle position on page --*/
    height: 100%;
    width: 100%;
    margin-left: -10px; /*-- accounts for size of spinner --*/
  }
  ion-spinner  {
    transform: scale(3); /*-- size of spinner --*/
    color: white!important;
  }
}
/*-- END SPINNER --*/


/*----- TOP-HEADER -----*/
#top-header  {
  background-color: #a6a6a6;
  padding: 5px 70px;
  height: 40px;
}
@media screen and (max-width: 812px)  {
#top-header  {
  padding: 0 20px!important;
  height: 55px;
  margin-top: -5px!important;
}
}

.social-media ion-icon  {
  color: white;
  font-size: 1em;
  margin: 0px;
  padding: 0px;
}
.social-media ion-icon:hover,
.social-media ion-icon:active,
.social-media ion-icon:focus  {
  color: #e6e6e6;
  transition: 0.5s;
}

#top-header .social-media  {
  padding: 0;
  margin: 0;
  margin-top: 5px;
}

#top-header .social-media ul  {
  list-style-type: none;
  display: inline;
  margin: 0;
  padding: 10px 0 8px 0;
}

#top-header .social-media ul li  {
  display: inline;
  margin: 0;
  padding: 0;
  padding-right: 30px;
}

@media screen and (max-width: 812px)  {
#top-header .social-media  {
  padding-top: 15px;
}
#top-header .social-media ul li  {
  padding-right: 10px;
}
}

#top-header .text-right  {
  color: #d8d6dd;
  margin: 0;
  padding: 0;
  margin-top: 0;
  padding-bottom: 0px;
  padding-top: 0px;
  text-transform: uppercase;
  font-size: .9em;
  margin-top: -25px;
}

@media screen and (max-width: 812px)  {
#top-header .text-right  {
  margin-top: -30px;
  padding-left: 70px;
  padding-bottom: 20px!important;
  }
}

#top-header .text-right ion-icon  {
  font-size: 16px;
  margin-right: 10px;
  color: #a84255;
  margin-bottom: -3px;
}

#top-header .text-right a  {
  color: white;
}
#top-header .text-right a:hover,
#top-header .text-right a:active,
#top-header .text-right a:focus {
  color: #f2f2f2;
  outline: none;
  text-decoration: none;
  transition: 0.5s;
}

/*.phone-bar  {
  padding: 0px 120px 0px 120px;
  margin: 0px!important;
  margin-bottom: 0!important;
  font-size: .9em;
}
.navbar-phone  {
  padding: 0;
  margin-bottom: 20px;
}
.phone-bar i  {
  margin-left: 30px;
  margin-right: 10px;
  color: #898989;
}
@media screen and (max-width: 812px)  {
.phone-bar  {
  padding: 10px 35px 5px 35px;
  font-size: 1em;
}
.phone-bar span  {
  display: none;
}*/
/*--ADJUSTS CONTACT ANCHOR (DUMMY DIV) FOR CAROUSEL BUTTONS--*/
@media screen and (max-width: 812px)  {
#anchor {
    display: block;
    position: relative;
    top: 210px;
    visibility: hidden;
}
}

/*----NAVBAR----*/
.navbar-custom  {
  background-color: #000!important;
  /*border-top: 1px solid #cccccc;
  box-shadow: 0px 4px 2px #bfbfbf;*/
  border-bottom: 3px solid #657182;
  padding: 10px 120px;
}
.nav-item-1  {
  padding-right: 15px;
}
/*.nav-item-2  {
  padding: 15px 0px 15px 15px;
}*/

@media screen and (max-width: 812px)  {
.navbar-custom  {
  padding: 5px 20px 10px 20px;
}
}

/*-- TABLET MEDIA QUERY --*/
@media screen and (min-width: 812px) and (max-width: 1024px)  {
.navbar .navbar-brand img  {
  max-width: 200px!important;
}
.navbar  {
  padding: 10px 60px!important;
}
.navbar-nav  {
  padding: 10px!important;
}
}

.navbar-nav  {
  padding-left: 10px;
}


.navbar img  {
  width: 250px;
  height: auto;
}
@media screen and (max-width: 812px)  {
.navbar  {
  padding-top: 15px!important;
}
.navbar img  {
  width: 170px!important;
}
.navbar-toggler  {
  border: none;
}
.navbar-toggler-icon  {
  font-size: 1.5em;
}
}

/*.navbar .nav-item a  {
  color: white!important;
  font-family: 'Open Sans', sans-serif;
  transition: 0.5s;
  font-weight: lighter;
}
.navbar .nav-item a:hover,
.navbar .nav-item a:active {
  color: #a6a6a6!important;
  outline: none;
  text-decoration: none;
  transition: 0.5s;
}*/


/*-- CAROUSEL --*/
.carousel-inner .item-1 {
  height: 680px;
  /*height: 100vh;*/
  background: url('https://cwdpreview.com/ph/images/carousel-3.jpg') no-repeat center top;
  background-size: cover!important;
}
@media (max-width: 812px)  {
  .carousel-inner .item-1 {
    height: 280px;
    /*height: 100vh;*/
    background: url('https://cwdpreview.com/ph/images/carousel-3.jpg') no-repeat center top;
    background-size: cover!important;
}
}

.carousel-inner .item-2 {
  height: 680px;
  /*height: 100vh;*/
  background: url('https://cwdpreview.com/ph/images/carousel-2.jpg') no-repeat center top;
  background-size: cover!important;
}
@media (max-width: 812px)  {
  .carousel-inner .item-2 {
    height: 280px;
    /*height: 100vh;*/
    background: url('https://cwdpreview.com/ph/images/carousel-2.jpg') no-repeat center top;
    background-size: cover!important;
}
}

.carousel-inner .item-3 {
  height: 680px;
  /*height: 100vh;*/
  background: url('https://cwdpreview.com/ph/images/carousel-1.jpg') no-repeat center top;
  background-size: cover!important;
}
@media (max-width: 812px)  {
  .carousel-inner .item-3 {
    height: 280px;
    /*height: 100vh;*/
    background: url('https://cwdpreview.com/ph/images/carousel-1.jpg') no-repeat center top;
    background-size: cover!important;
}
}

@media (max-width: 812px)  {
  .carousel-top .carousel-top-inner  {
    height: 320px;
    background-color: #000;
  }
}

/*.carousel-inner .item-3 {
  height: 100vh;
  background: url('https://cwdpreview.com/ph2/images/carousel-3.jpg') no-repeat center top;
  background-size: cover;
}*/

/*.carousel-item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(115,115,115,0.6);
}*/

.carousel-caption  {
    top: 120px;
    bottom: auto;
}
.carousel-caption h5  {
  font-size: 2em;
  color: white;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 2px;
}
.carousel-caption h3  {
  font-size: 4em;
  color: white;
  font-weight: bold;
  /*text-transform: uppercase;*/
}
.carousel-caption p  {
  font-size: 1.5em;
  color: white;
}

.carousel-image .caption-image  {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 812px)  {
  .carousel  {
    height: auto;
  }
  .carousel-caption {
      top: 70px!important;
      bottom: auto;
  }
  .carousel-caption h5  {
    font-size: 1em;
    color: white;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bolder;
  }
  .carousel-caption h3  {
    font-size: 2em;
    color: white;
    text-transform: uppercase;
  }
  .carousel-caption p  {
    font-size: .9em;
    color: white;
  }
  .carousel-inner  {
    height: auto;
    padding: 0px;
  }
  .carousel-image .caption-image  {
    width: 280px;
    margin-left: -30px;
  }
}

.btn-custom  {
  color: white!important;
  background-color: #404040!important;
  border: 0px solid white!important;
  border-radius: 4px;

}
.btn-custom:hover, .btn-custom:active, .btn-custom:focus  {
  background-color: #404040!important;
  color: white!important;
  opacity: .9;
  transition: 1.0s;
  outline: none!important;
  box-shadow: none!important;
}

/*-----EMBEDDED VIDEO-----*/
.youtube-responsive-container {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
width: 100%;
margin-left: auto;
margin-right: auto;
}

@media screen and (max-width: 768px)  {
.youtube-responsive-container {
  width: 100%!important;
  height: auto;
}
.youtube-responsive-container iframe  {
  width: 100%;
  height: auto;
}
}

.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

/*--TOP IMAGE--*/
.top-image {
  width: 100%;
}


/*-- JUMBOTRON STATIC STYLES --*/
.jumbotron-static {
background-image: url(/ph/images/carousel-static-bkgd.jpg);
background-size: cover;
height: 100%;
text-align: center;
height: 700px
}
@media screen and (max-width: 768px)  {
  .jumbotron-static {
  background-image: url(/ph/images/carousel-static-bkgd.jpg);
  background-size: cover;
  width: 100%;
  text-align: center;
  height: 400px;
  }
}
.jumbotron-static h1 {
  color: white;
  margin-top: 80px;
}
@media screen and (max-width: 768px)  {
  .jumbotron-static h1 {
    color: white;
    margin-top: 20px;
    font-size: 2.0em;
  }
}
.jumbotron-static p  {
  color: white;
}

/*-- COMMON STYLES --*/

/*-- PAGE-WRAPPER --*/
#page-wrapper > * a:link  {
  color: #657182;
  text-decoration: none!important;
}
#page-wrapper > * a:hover  {
  color: #657182;
  text-decoration: none!important;
  opacity: .6;
}
#page-wrapper > * a:active  {
  color: #657182;
  text-decoration: none!important;
}
#page-wrapper > * a:visited  {
  color: #404040;
  text-decoration: none!important;
}


/*.section-wrapper  {
  padding-top: 170px;
}
@media screen and (max-width: 812px)  {
.section-wrapper  {
  padding-top: 320px;
}*/

p a  {
  color:#fb1106;
}
p a:hover, p a:active, p a:focus {
  color:#fb1106;
  text-decoration: none;
  transition: 0.1s;
  opacity: .8;
}

.section-wrapper  {
  /*padding-top: 150px!important;*/
  margin-top: 40px!important;
}
@media screen and (max-width: 812px)  {
.section-wrapper {
  margin-top: 5px!important;
}
}

@media screen and (max-width: 812px)  {
section.py-5 .row  {
  margin-top: -40px;

}
}

.section-py-5  {
  margin-top: -50px!important;
}
@media screen and (max-width: 812px)  {
  .section-py-5  {
    margin-top: -30px!important;
  }
}

.section-wrapper img  {
  margin-top: 0px!important;
  padding-top: 0px!important;
  margin-bottom: 20px;
}
.section-wrapper h2  {
  font-size: 1.7em;
}
.section-wrapper .section-container .section-article  {
  margin-bottom: 0px!important;
  padding-bottom: 0px!important;
}


.section-article h1  {
  text-transform: uppercase;
  color: #000;
  font-weight: bolder;
  /*letter-spacing: 2px;*/
  margin-bottom: 0px;
  padding-bottom: 0px;

}

.section-article  {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.section-wrapper .row  {
  margin: 20px 0px;
  padding: 30px 20px 20px 20px;
  background-color: #f2f2f2;
}
@media screen and (max-width: 812px)  {
.section-wrapper .row  {
  padding: 30px 10px 10px 10px;
}
.section-wrapper .mt-5  {
  margin: 0px;
  padding: 0px;
}
}
.section-wrapper h2  {
  color: #000;
  padding-bottom: 20px;
}

.par-caption  {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 812px)  {
.par-caption  {
  margin-top: -10px;
  margin-bottom: 20px;
}
}

/*-- SMALL PIECE OF UNDERLINE UNDER HEADING --*/
.section-article h1:after {content: ""; /* This is necessary for the pseudo element to work. */
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 5%; /* Change this to whatever width you want. */
    padding-top: 8px; /* This creates some space between the element and the border. */
    border-bottom: 2px solid #fb1106; /* This creates the border. Replace black with whatever color you want. */
}
@media screen and (max-width: 812px)  {
  .section-article h1:after {content: ""; /* This is necessary for the pseudo element to work. */
      display: block; /* This will put the pseudo element on its own line. */
      margin: 0 auto; /* This will center the border. */
      width: 20%; /* Change this to whatever width you want. */
      padding-top: 8px; /* This creates some space between the element and the border. */
      border-bottom: 2px solid #fb1106; /* This creates the border. Replace black with whatever color you want. */
  }
}

/*--- PSEUDO CSS FOR NAV TARGETS TO COMPENSATE FOR FIXED NAV --*/
#about::before, #product::before, #faq::before, #testimonials::before, #contact::before  {
  display: block;
  content: " ";
  margin-top: -120px!important;
  height: 210px!important;
  visibility: hidden;
  pointer-events: none;
}

@media screen and (max-width: 812px)  {
#about::before, #product::before, #faq::before, #testimonials::before, #contact::before   {
  display: block;
  content: " ";
  margin-top: -350px!important;
  height: 400px!important;
  visibility: hidden;
  pointer-events: none;
}
}

/*-- PSEUDO CSS FOR CONTACT BUTTONS IN CAROUSEL --*/
#contact-anchor::before  {
  display: block;
  content: " ";
  margin-top: -120px!important;
  height: 90px!important;
  visibility: hidden;
  pointer-events: none;
}

@media screen and (max-width: 812px)  {
#contact-anchor::before   {
  display: block;
  content: " ";
  margin-top: -120px!important;
  height: 90px!important;
  visibility: hidden;
  pointer-events: none;
}
}


/*-- EXTRA SECTIONS --*/
.extra  {
  padding: 40px 120px;
}

@media screen and (max-width: 812px)  {
  .extra  {
    padding: 20px 15px;
  }
}
section img {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #a6a6a6;
    /*outline: 1px solid white;
    outline-offset: -8px;*/
}
@media screen and (max-width: 812px)  {
  .extra img  {
    margin-top: 30px;
  }
  .extra-1 .col-mobile-top  {
    padding-top: 40px;
  }
  section .col-mobile-top h2  {
    margin-top: -70px;
    padding-top: 0;
  }
}
.col-mobile-top h2  {
  padding-bottom: 20px;
}

.extra  {
  background-color: #e6e6e6;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  box-shadow: 0px 4px 2px #bfbfbf;
  margin-top: 0px;
}
@media screen and (max-width: 812px)  {
  .extra-1  {
    padding-top: 0px;
  }
}
.extra-1 p {
  color: #666666;
}
.extra-1 h2  {
  color: #000;
}

.extra-1 .phone  {
  color: #dbd8b8!important;
}
.extra-1 .phone:hover  {
  color: #d8d6dd!important;
}

h2 ion-icon  {
  font-size: .8em;
  color: #a84255;
  padding-right: 12px;
  margin-bottom: -3px;
}
@media screen and (max-width: 812px)  {
h2 ion-icon  {
  font-size: .8em;
}
}

/*--FONT AWESOME--*/
i  {
  color: #fb1106;
  font-size: 20px;
  margin-right: 15px;
  margin-top: -2px;
  vertical-align: middle;
}


/*-- ABOUT SECTION --*/

/*-- PRODUCT SECTION --*/
@media screen and (max-width: 812px)  {
  #product .row-purchase .col  {
    margin-bottom: 20px;
  }
  #product .row-purchase .container h2  {
    padding-top: 10px;
  }
}
/*#product .card-body h5  {
  font-weight: bolder;
}*/

.paypal-container form table  {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.payment-heading  {
  background-color: #d5d6d8;
}

.paypal-container .paypal-buttons img  {
  width: 200px!important;
  border: none;
}

@media screen and (max-width: 812px)
.paypal-container .paypal-buttons img  {
  width: 250px!important;
  border: none;
}
.paypal-container  {
  padding: 0px;
  margin: 0px;
  text-align: center;
}
select  {
  width: 200px!important;
}
}

.paypal-instructions  {
  max-width: 200px!important;
  margin-left: auto;
  margin-right: auto;
}

/*.list-instructions  {
  list-style-position: inside;
  vertical-align: middle;
}*/

/*-- SERVICES --*/


/*-- LOCATION SECTION --*/
@media screen and (max-width: 812px)  {
section .col-mobile-top iframe  {
  margin-top: 0px!important;
}
}
.col-mobile-top .map  {
  border: 1px solid #cccccc;
}
address.location  {
  padding-left: 25px;
  padding-top: 10px;
}


/*-- FAQ --*/
.btn {
    white-space:normal !important;
    word-wrap: break-word;
}

.btn-link  {
  color:#657182;
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
  color:#657182;
  text-decoration: none;
  transition: 0.1s;
  opacity: .8;
}

.accordion  {
  width: 100%!@important;
}

.accordion-product .card .card-header  {
  width: 100%!important;
}
.accordion-product .card .card-header h2 button  {
  width: 100%!important;
}
.accordion-product .card .card-header h2 button  {
  font-size: .8em!important;
}

@media screen and (max-width: 812px)  {
  .accordion  {
    width: 100%!important;
  }
  .accordion .card  {
    width: 100%!important;
  }
  .accordion .card-header  {
    width: 100%!important;
  }
  .accordion .card-header h2 button  {
    width: 100%!important;
  }
}

/*-- TESTIMONIALS SECTION --*/
#demo > .carousel-inner  {
  height: 600px;
  padding: 0px;
}

@media (max-width: 812px)  {
#testimonials > .carousel-container  {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

#demo {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

#demo > .carousel-inner  {
  height: 1000px;
  padding: 0px;
}
}

#demo i  {
  margin: 0px;
}

@media (max-width: 812px)  {
#testimonials .carousel-container  {
  margin-top: -40px;
  padding-top: 0px;
}
}

#testimonials .carousel-caption {
    position: initial;
    z-index: 10;
    padding: 4rem 8rem;
    color: black;
    /*color: rgba(78, 77, 77, 0.856);*/
    text-align: center;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: normal;
    line-height: 2rem
  }

#demo .carousel-caption  {
  margin-top: 20px!important;
}

#testimonials .carousel-caption .fa-quote-left  {
  color: #657182!important;
  font-size: 2em;
  opacity: .5;
}

.carousel-caption .quote-text  {
  color: #657182!important;
  font-size: 1em;
  padding: 5px 0px;
}

@media(max-width:767px) {
  #testimonials .carousel-caption .fa-quote-left  {
    color: gray;
    font-size: 2em;
    opacity: .5;
    align-verticle: bottom;
  }
  .quote  {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}

#testimonials .carousel-item  {
  height: auto;
}

@media(max-width:767px) {
#testimonials .carousel-item  {
  height: auto;
}
}

.carousel-item img  {
  width: 150px;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-right: 10px;
  border-radius: 6px;
  border: 1px solid #a6a6a6;
}

@media(max-width:812px) {
    #testimonials .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        /*color: rgba(78, 77, 77, 0.856);*/
        text-align: center;
        font-size: 0.7rem;
        font-style: italic;
        font-weight: bold;
        line-height: 1.5rem
    }

/*#testimonials .carousel-caption img {
    width: 6rem;
    border-radius: 5rem;
    margin-top: 1rem
}
#testimonials .carousel-caption img  {
  opacity: .5;
}*/
#testimonials .carousel-caption p {
  font-size: 1.3em!important;
}
}

/*@media(max-width:767px) {
    .carousel-caption img {
        width: 4rem;
        border-radius: 4rem;
        margin-top: 1rem
    }
}*/

#testimonials #image-caption {
    font-style: normal;
    font-size: 1rem;
    margin-top: 0.5rem
    font-weight: bold!important;
}

@media(max-width:767px) {
    #image-caption {
        font-style: normal;
        font-size: 0.6rem;
        margin-top: 0.5rem
    }
}

#testimonials .container .carousel a .fa-arrow-left, #testimonials .container .carousel a .fa-arrow-right {
    background-color: #657182;
    padding: .5rem
}
@media(max-width:767px) {
#testimonials .container .carousel a .fa-arrow-left, #testimonials .container .carousel a .fa-arrow-right {
  margin-top: 140px!important;
  padding: 5px
}
}

.carousel-control-prev .fa-arrow-left, .carousel-control-next .fa-arrow-right  {
  color: white!important;
}

#testimonials .carousel-caption i  {
  background-color: white;
  font-size: 4em;
  color: black;
}

@media(max-width:767px) {
    #testimonials i {
        padding: 0.8rem
    }
}

#demo > .carousel-control-prev {
    justify-content: flex-start;
    margin-left: -20px;
    }

#demo > .carousel-control-next {
    justify-content: flex-end;
    margin-right: -20px;
}

/*@media (max-width: 812px)  {
  #demo > .carousel-control-prev {
      justify-content: flex-start;
      margin-left: -20px;
      }

  #demo > .carousel-control-next {
      justify-content: flex-end;
      margin-right: -20px;
  }
}*/

#demo > .carousel-control-prev,
#demo > .carousel-control-next {
    transition: none;
    opacity: unset
}
/*-- END TESTIMONIALS SECTION --*/

/*===== CONTACT =====*/
#contact.section-wrapper  {
  margin-bottom: 0px;

}
#contact .section-article  {
  padding-bottom: 30px;
}
#contact .contact-head  {
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
}

.contact-form-title  {
  padding: 0px 0px 0px 45px;
}
@media screen and (max-width: 812px)  {
.contact-form-title  {
  text-align: center;
  margin-top: -10px!important;
  margin-bottom: 30px;
  padding: 20px 0 20px 0;
}
#contact .contact-head h5  {
  text-align: center;
}
}
#contact .card-container  {
  padding: 0px;
}
#contact .card-container .card-body  {
  padding: 0px;
  padding-bottom: 40px;
}

@media screen and (max-width: 812px)  {
#contact .mt-5  {
  margin-top: 0px!important;
}
}

#contact ion-icon  {
  /*margin-left: 30px;*/
  margin-right: 10px;
  color: #a84255;
  font-size: .9em;
}
@media screen and (max-width: 812px)  {
#contact ion-icon  {
  font-size: .9em;
  margin-right: 5px!important;
}
.contact-head h2  {
  padding-right: 0;
  margin-right: 0;
}
}

/*#contact .btn-custom  {
  color: #666666;
  background-color: #feec4d;
  border: 0 solid #dca44d;
  border-radius: 3px;
  margin-bottom: 10px;
}
#contact .btn-custom:hover, #contact .btn-custom:active, #contact .btn-custom:focus  {
  background-color: #eddb3f;
}*/

#contact .form-row  {
  padding-top: 20px;
  padding-bottom: 20px;
}

#contact.section-wrapper .contact-message-row  {
  margin: 0px 3px -20px 3px;
}

#contact > * a:link  {
  color: #657182;
  text-decoration: none!important;
}
#contact > * a:hover  {
  color: #657182;
  text-decoration: none!important;
  opacity: .6;
}
#contact > * a:active  {
  color: #657182;
  text-decoration: none!important;
}
#contact > * a:visited  {
  color: #404040;
  text-decoration: none!important;
}


/* ===== FOOTER =====*/
footer  {
  margin-top: 40px!important;
  width: 100%;
}
footer .copyright  {
  bottom: 0;
  background-color: #000!important;
  padding: 10px!important;
  text-align: center;
  width: 100%;
  font-size: .9em;
  letter-spacing: 2px;
  color: #dcdcdc;
}
@media only screen and (max-width:812px) {
footer  {
  width: 100%;
  margin-top: 0px;
}

  footer .copyright  {
  background-color: #000;
  padding: 20px!important;
  padding-bottom: 30px!important;
  text-align: center;
  width: 100%;
  /*font-family: 'Open Sans', sans-serif;*/
  font-size: .8em;
  letter-spacing: 1px;
}
}

/*-----Social Media Icons in Footer-----*/
footer .copyright a ion-icon {
  font-size: 18px;
  color: white;
  margin-top: 5px;
}
footer .copyright a ion-icon:hover {
    opacity: 0.7;
}
footer .copyright a .logo-facebook {
  margin-left: 20px!important;
  margin-right: 10px!important;
}
/*footer .copyright a .logo-instagram {
  margin-left: 20px!important;
  margin-right: 20px!important;
}*/

@media only screen and (max-width:812px)  {
  footer .copyright a .logo-facebook {

    /*margin-left: 15px;*/
    margin-right: 25px!important;
    /*margin-top: 10px;
    margin-bottom: 10px;*/
  }
  /*footer .copyright a .logo-instagram {

    margin-top: 10px;
    margin-bottom: 10px;
  }*/
}

/*-----CWD Link in footer-----*/
footer .copyright .cwd  {
  color: #a6a6a6!important;
  font-size: .7em;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 5px;
  margin-bottom: 0px;
}
footer .copyright .cwd a  {
  color: #a6a6a6!important;
  text-decoration: none;
}
footer .copyright .cwd a:link  {
  color: #a6a6a6!important;
  text-decoration: none;
}
footer .copyright .cwd a:visited  {
  color: #a6a6a6!important;
  text-decoration: none;
}
footer .copyright .cwd a:hover  {
  color: #a6a6a6!important;
  text-decoration: none;
  opacity: .7;
}
footer .copyright .cwd a:active  {
  color: #a6a6a6!important;
  text-decoration: none;
}

.whitespace  {
  min-height: 200px!important;
}


/*--COL-FONT-TEST (1-4)--*/
/*----google fonts----
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Open Sans', sans-serif;*/


.col-font-test1 h2  {
  font-family: 'Bubbler One', sans-serif!important;
  font-weight: 700!important;
}
.col-font-test1 p  {
  font-family: 'Bubbler One', sans-serif!important;
  font-weight: 700!important;
}
@media screen and (max-width: 768px)  {
  .col-font-test1 h2  {
    font-family: 'Bubbler One', sans-serif!important;
    font-weight: bolder!important;
  }
  .col-font-test1 p  {
    font-family: 'Bubbler One', sans-serif!important;
    font-weight: 700!important;
    font-size: 1.2em!important;
}
}

.col-font-test2 h2  {
  font-family: 'Raleway', sans-serif!important;
  font-weight: 700!important;
}
.col-font-test2 p  {
  font-family: 'Raleway', sans-serif!important;
}
@media screen and (max-width: 768px)  {
  .col-font-test2 h2  {
    font-family: 'Raleway', sans-serif!important;
    font-weight: 700!important;
  }
  .col-font-test2 p  {
    font-family: 'Raleway', sans-serif!important;
    font-size: 1.2em!important;
}
}

.col-font-test3 h2  {
  font-family: 'Poppins', sans-serif!important;
  font-weight: 700!important;
}
.col-font-test3 p  {
  font-family: 'Poppins', sans-serif!important;
}
@media screen and (max-width: 768px)  {
  .col-font-test3 h2  {
    font-family: 'Poppins', sans-serif!important;
    font-weight: 700!important;
  }
  .col-font-test3 p  {
    font-family: 'Poppins', sans-serif!important;
    font-size: 1.2em!important;
}
}

.col-font-test4 h2  {
  font-family: 'Oswald', sans-serif!important;
  font-weight: 700!important;

}
.col-font-test4 p  {
  font-family: 'Oswald', sans-serif!important;
  font-weight: 200!important;
}
@media screen and (max-width: 768px)  {
  .col-font-test4 h2  {
    font-family: 'Oswald', sans-serif!important;
    font-weight: 700!important;

  }
  .col-font-test4 p  {
    font-family: 'Oswald', sans-serif!important;
    font-weight: 300!important;
    font-size: 1.2em!important;
}
}
