/*IMPORT SCSS*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/* FONTS */
/*-------------------------------------------*/
/*-------------------------------------------*/
/* COLORS */
/*-------------------------------------------*/
/*-------------------------------------------*/
#top-nav { background-color: transparent !important; }

section#sliding-banner { overflow: hidden; }

section#sliding-banner .caption-text { position: absolute; /*top: 50%;*/ right: 150px; opacity: 0; max-width: 630px; -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); -ms-transition: all ease 0.5s; /* IE 9 */ -webkit-transition: all ease 0.5s; /* Safari */ transition: all ease 0.5s; }

section#sliding-banner .caption-text.fadeMeRight { right: 85px; opacity: 1; }

section#sliding-banner .caption-text h2 { letter-spacing: 3px; font-size: 55px; }

section#sliding-banner .caption-text p { max-width: 520px; }

section#third { background: url("../images/gray-bg.jpg") center/cover; }

section#third .reason-list { list-style: none; }

section#third .reason-list li { position: relative; padding-left: 60px; }

section#third .reason-list li img { display: inline-block; height: 40px; width: 40px; position: absolute; left: 0; top: 0; }

section#third .reason-list li:not(:last-child) { padding-bottom: 20px; }

section#fourth .testimonies-slider { background-color: #E7ECEE; }

section#fourth .testimonies-slider .customer { background-color: #2E4A5B; }

section#fourth .testimonies-slider .customer .img-wrapper { position: absolute; left: 35px; top: 50%; -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); border-radius: 100%; border: 15px solid #FF2A42; box-shadow: 9px 2px 10px rgba(0, 0, 0, 0.4); }

section#fourth .testimonies-slider .customer .img-wrapper img { border-radius: 100%; box-shadow: 5px 2px 5px rgba(0, 0, 0, 0.6); }

section#fourth .testimonies-slider .customer .img-wrapper:before { content: ""; display: block; height: calc(100% - 20px); width: 75px; background-color: #2E4A5B; position: absolute; left: -50px; top: 10px; z-index: -1; }

section#fourth .testimonies-slider .customer .testimony-name { height: 65px; display: inline-table; }

section#fourth .testimonies-slider .customer .testimony-name span { padding-left: 170px; }

section#fourth .testimonies-slider .testimony { padding: 80px 35px 105px 35px; }

section#fourth .testimonies-slider .testimony:before, section#fourth .testimonies-slider .testimony:after { position: absolute; color: #FF2A42; font-size: 60px; }

section#fourth .testimonies-slider .testimony:before { content: '"'; left: 35px; top: 40px; }

section#fourth .testimonies-slider .testimony:after { content: '"'; right: 35px; bottom: 40px; }

section#fourth .testimonies-slider span.pagination { margin-top: -55px; }

section#fourth .testimonies-slider .flex-direction-nav li:first-child { left: calc(50% - 75px); }

section#fourth .testimonies-slider .flex-direction-nav li:last-child { right: calc(50% - 75px); }

@media (min-width: 1200px) { section#third .section-title { font-size: 50px; } }

@media (max-width: 1199px) and (min-width: 992px) { section#third .section-title { font-size: 45px; } }

@media (max-width: 991px) and (min-width: 768px) { section#third .section-title { font-size: 35px; } }

@media (max-width: 1199px) { section#sliding-banner .caption-text { max-width: calc(100% - 80px); }
  section#sliding-banner .caption-text.fadeMeRight { right: 40px; }
  section#sliding-banner .caption-text h2 { font-size: 40px; }
  section#sliding-banner .caption-text p { max-width: 470px; } }

@media (max-width: 991px) { section#sliding-banner::after { display: none; }
  section#sliding-banner .caption-text { /*width: calc(100% - 60px);*/ /*top: 50% !important;*/ }
  section#sliding-banner .caption-text.fadeMeRight { right: 30px; }
  section#sliding-banner .caption-text h2 { font-size: 36px; }
  section#second { padding-bottom: 0; } }

@media (min-width: 768px) { #main { margin-top: 0 !important; } }

@media (max-width: 767px) { section#sliding-banner img { height: auto !important; }
  section#sliding-banner .caption-text.fadeMeRight { right: 0; }
  section#sliding-banner .caption-text h2 { font-size: 24px; }
  section#sliding-banner .caption-text p { max-width: 355px; }
  section#sliding-banner .caption-text a { padding: 12px 25px; } }

@media (max-width: 575px) { section#sliding-banner .caption-text.fadeMeRight { right: 30px; }
  section#sliding-banner .caption-text h2 { font-size: 18px !important; letter-spacing: 1px; }
  section#sliding-banner .caption-text a { width: 200px; }
  section#fourth .testimonies-slider .customer { margin-top: 50px; }
  section#fourth .testimonies-slider .customer .img-wrapper { position: relative; left: auto; width: 117px; margin: 0 auto; }
  section#fourth .testimonies-slider .customer .img-wrapper::before { display: none; }
  section#fourth .testimonies-slider .customer .testimony-name { height: auto; display: block; padding-bottom: 24px; margin-top: -35px; }
  section#fourth .testimonies-slider .customer .testimony-name span { padding-left: 24px; }
  section#fourth .testimonies-slider .testimony:before { left: 7px; }
  section#fourth .testimonies-slider .testimony:after { right: 7px; } }

@media (max-width: 376px) { section#sliding-banner .caption-text h2 { font-size: 20px; } }
