::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
  opacity: 1;
}
/* contains the classes and ids for specific elements */
* {
    font-family: myriadpro;
}
h1,h2,h3,h4,h5 {
    font-family: gillsans-light;
}
h5 {
   text-transform: capitalize;
}
.italic {
    font-style: italic;
}
.nav-item {
    padding: 0;
    text-align: center;
    color: #ffffff;
}
.landing-slider-leaf {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background: #F6F4F5;
    z-index: 2;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.header .logo {
    max-width: 200px;
    margin: 20px 0;
    display: inline-block;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.header.setTop .logo {
    margin: 15px 0;
    max-width: 150px;
}
.logo img {
    width: 100%;
}
.main-nav {
    text-align: right;
    margin: 0;
}
h1 {
    text-transform: capitalize;
}
ul.main-nav > li {
    padding-right: 25px;
    position: relative;
    display: inline-block;
}
ul.main-nav > li a {
    position: relative;
    display: inline-block;
    margin: 10px 0;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.link {
    color: #f2ad11;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 10px;
    display: inline-block;
    text-decoration: underline;
}
#landing-section {
    margin-top: 60px;
}
.banner-1 {
    background: url('../images/banners/1st.jpg') no-repeat 0 0 / cover;
    background-position: center;
}

.banner-2 {
    background: url('../images/banners/2nd.jpg') no-repeat 0 0 / cover;
    background-position: center;
}
.banner-3 {
    background: url('../images/banners/3rd.jpg') no-repeat 0 0 / cover;
    background-position: left;
}
.banner-4 {
    background: url('../images/banners/4th.jpg') no-repeat 0 0 / cover;
    background-position: left;
}
#slider-wrapper .slick-dots {
    bottom: 30%;
}
#slider-wrapper {
    margin-bottom: 0 !important;
}
.product-modal .modal-content {
    background: transparent;
    border: 0;
}
.modal.show .modal-dialog {
    top: 20%;
}
.product-modal .modal-body {
    padding: 0;
    max-width: 502px;
    width: 100%;
    margin: auto;
}
.product-modal .modal-body .slick-slide img {
    border:1px solid red;
    width: 100%;
}
.slick-dots li button::before {
    font-size: 10px;
    color: blue;
    opacity: 1;
}
.slick-dots li.slick-active button::before {
    opacity: 1;
    color: red;
}
.video-slider .slick-dots li button::before {
    font-size: 10px;
    color: #fff;
    opacity: 1;
}
.video-slider .slick-dots li.slick-active button::before {
    opacity: 1;
    color: red;
}
.full-width, .full-width-image > img {
    border: 1px solid #f8ae1e;
}
#products {
    background: url('../images/backgrounds/products.jpg') no-repeat 0 0 / cover;
    min-height: 650px;
    height: 650px;
}
/* #products .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
} */
.products-slider-slide {
    margin: 0 5px;
    padding: 32px 0;
    text-align: center;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    overflow: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.slick-initialized .slick-slide {
    display: block;
    text-decoration: none;
    z-index: 1;
    position: relative;
    outline: 0;
}
.slick-lightbox-slick-img {
    border: 1px solid red;
}
.products-slider-slide.slick-current {
    padding: 40px 0;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    z-index: 10;
}
.close {
    opacity: 1;
    color: #fff;
}
#about-us  {
    background: url('../images/backgrounds/about_us.jpg') no-repeat 0 100% / cover;
}
.profile-image {
    color: #ffffff;
}.profile-image > img {
    border-radius: 50%;
    width: 30% !important;
    border: 2px solid #fff;
}
.products .slick-slide.slick-current.slick-active {
    position: relative;
    z-index: 1;
    opacity: 1;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.products-slider-slide{
    cursor: pointer;
}
#why-us {
    background: url('../images/backgrounds/why_choose_us.jpg') no-repeat 0 0 / cover;

}
#why-us .red-backdrop {
    background: rgba(237, 32, 36, .5);
}
#why-us h5{
    text-transform: none;
}
.testimonials {
    background: url('../images/backgrounds/testimonial.jpg') no-repeat 0 0 / cover;
    background-attachment: fixed;
}
.testimonials .bg-img {
    background: url('../images/backgrounds/senior-woman.jpg') no-repeat right 0 / contain;
    background-attachment: unset;
    background-size: 50%;
    height: 625px;
}
.quote {
    padding-left: 30px;
    position: relative;
    padding: 100px 50px;
}
.quote::before {
    content: "";
    background-image: url("../images/quote_before.png");
    background-size: 100%;
    width: 120px;
    height: 100px;
    background-repeat: no-repeat;
    position: absolute;
    left: 20px;
    top: -25px;
}
.quote::after {
    content: "";
    background-image: url("../images/quote_after.png");
    background-size: 100%;
    width: 120px;
    height: 100px;
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-top: -60px;
    position: absolute;
    right: 10px;
    bottom: 0;
}
#team {
     background-image: linear-gradient(to right top, #46cefe, #26a8e0, #0982c1, #005e9f, #023c7c);
     -webkit-background-image: linear-gradient(to right top, #46cefe, #26a8e0, #0982c1, #005e9f, #023c7c);
     -moz-background-image: linear-gradient(to right top, #46cefe, #26a8e0, #0982c1, #005e9f, #023c7c);

}
.content-wrapper{
    cursor: pointer;
}
.video {
    background: url('../images/backgrounds/video.jpg') no-repeat 0 0 / cover;
    background-attachment: fixed;
}
.slick-next {
    right: -20px;
}
.slick-prev {
    left: -20px;
}
/* .video .slick-prev{
    display: none!important;
}
.video .slick-next{
    display: none!important;
} */
.video-block {
    text-align: center;
}
.video-block iframe {
    height: 250px;
    width: 450px;
    max-width: 450px;
    margin: auto;
    border: 1px solid #ed2024;
    -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.5);
}
.slick-dotted.slick-slider {
    margin-bottom: 8px;
}
.contacts {
    background: url('../images/backgrounds/contacts.jpg') no-repeat 0 0 / cover;
    background-attachment: fixed;
}
.contacts #location {
    height: 350px;
}
.contacts #location iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.contacts p,
.contacts a {
    font-size: 16px;
    color: #000;
    display: block;
    margin-bottom: 14px;
    outline: 0;
}
.contacts .fa {
    color: #ed2024;
    font-size: 30px;
}
.contacts .form-control {
    background: rgba(255,0,0,0.3);
    color: #333;
    border-radius: 0;
}
.contacts textarea.form-control {
    height: 100px;
    resize: none;
}
.footer a,
.footer p  {
    color: #fff;
    margin: 0;
}
/****** Animations *****/
@keyframes phone {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }

  30%, 50%, 70% {
    -webkit-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
  }

  40%, 60% {
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }

  80% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}

.fa-phone.animated,
.fa-phone.animated-hover:hover,
.fa-parent.animated-hover:hover > .fa-phone {
  -webkit-animation: phone 2s linear infinite;
  -ms-animation: phone 2s linear infinite;
  animation: phone 2s linear infinite;
}
