body {
  overflow-x: hidden;
  font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

p {
  line-height: 1.75;
}

a {
  color: #ee0b0b;
}

a:hover {
  color: #ee0b0b;
}

.text-primary {
  color: #ee0b0b !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.page-section {
  padding: 50px 0;
}

.page-section h2.section-heading {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 5px;
}
.page-section h2.section-heading:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 3px;
  margin-right: 5px;
  vertical-align: super;
  background-color: #ee0b0b;
}
.page-section h2.section-heading:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 3px;
  margin-left: 5px;
  vertical-align: super;
  background-color: #ee0b0b;
}

.page-section h3.section-subheading {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 40px;
  text-transform: none;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}

::-moz-selection {
  background: #ee0b0b;
  text-shadow: none;
}

::selection {
  background: #ee0b0b;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.btn {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: 700;
}

.btn-xl {
  font-size: 1.125rem;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #ee0b0b;
  border-color: #ee0b0b;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #222 !important;
  border-color: #222 !important;
  color: white;
}

.btn-primary:active, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

.footer-list i.fa-whatsapp {
  color: #25D366;
}
.footer-list i.fa-viber {
  color: #665CAC;
}

/* Start Preloader Styles */
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/preloader.svg);
  background-size: 100px;
}
/* End Preloader Styles */

/* Start top bar Styles */
.top-bar {
  width: 100%;
  font-size: 1rem;
  background: #fff0f5;
  padding: 0.25rem 0;
}
.top-bar a {
  color: #ee0b0b;
}
.top-bar p {
  color: #ee0b0b;
  margin-bottom: 0;
}
.top-bar a:hover {
  color: #222;
}
.topbar-phone span, .topbar-email span {
  margin-top: -2px;
}
.topbar-phone span.viber-margin img {
  margin-top: 2px;
}
.topbar-phone {
  float: left;
}
.topbar-email {
  float: right;
}
/* End top bar Styles */

#mainNav {
  background-color: #212529;
}

#mainNav .navbar-toggler {
  font-size: 0.75rem;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #ee0b0b;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-brand {
  color: #ee0b0b;
  font-family: 'Kaushan Script', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
#mainNav .navbar-brand .logo {
  height: 50px;
  width: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#mainNav.navbar-shrink .navbar-brand .logo {
  height: 35px;
  width: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #ee0b0b;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: white;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #ee0b0b;
}

@media (min-width: 992px) {
  #mainNav {
    /* padding-top: 25px;
    padding-bottom: 25px; */
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    /* background-color: transparent; */
  }
  #mainNav .navbar-brand {
    font-size: 1.75rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25rem;
    padding: 12px 0;
  }
}

/* Start Main Slider */
section.ausol-slider {
  padding: 0;
}
#main-carousel .carousel-caption p {
  color: #fff;
}
.fill {
  width: 100%;
  height: 100%;
  min-height: 450px;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.slide-control {
  color: #fff;
  font-size: 3.125rem;
  left: 3%;
  margin-top: -40px;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.slide-control.right{
  left: auto;
  right: 3%;
}
.shadowed-text, .page-heading {
  text-shadow: 2px 2px 4px #000000;
}
/* End Main Slider */


/* Start welcome section */
#services {
  padding: 3rem 0 1.5rem 0;
}
#services .services-row {
  margin-bottom: 2rem;
}
#services .ausol-info-thumb {
  overflow: hidden;
  display: inline-block;
}
#services .ausol-info {
  margin-top: 60px;
  z-index: 2;
}
#services .info-content-left {
  box-shadow: 5px 0px 50px 0px rgba(157, 157, 157, 0.3);
  position: relative;
  background: #fff;
  padding: 40px 60px 40px 20px;
}
#services .info-content-left:after {
  content: "";
  /* box-shadow: -35.355px 35.355px 50px 0px rgba(157, 157, 157, 0.3); */
  box-shadow: -35.355px 0px 50px -25px rgba(157, 157, 157, 0.3);
  position: absolute;
  right: 100%;
  top: 0;
  background: #fff;
  width: 70px;
  height: 100%;
}
#services .info-content-right {
  box-shadow: 5px 0px 50px 0px rgba(157, 157, 157, 0.3);
  position: relative;
  background: #fff;
  padding: 40px 20px 40px 60px;
}
#services .info-content-right:after {
  content: "";
  /* box-shadow: -35.355px 35.355px 50px 0px rgba(157, 157, 157, 0.3); */
  box-shadow: 35.355px 0px 50px -25px rgba(157, 157, 157, 0.3);
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  width: 70px;
  height: 100%;
}
#services .info-content p {
  text-align: justify;
  margin-bottom: 0;
}
/* End welcome section */

/* Start map section */
.map-section.page-section {
  padding-bottom: 0;
}
.map-section iframe {
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 450px;
}
/* End map section */

.service-heading {
  margin: 15px 0;
  text-transform: none;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 12px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 200px;
}

section#contact .form-control:focus {
  border-color: #ee0b0b;
  -webkit-box-shadow: none;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

/* Start Footer Styles */
.footer-row {
  background: #fff0f5;
  padding: 1.5rem 0 0 0;
}
.footer-row h4 {
  font-weight: 600;
  font-size: 16px;
  color: #222;
  margin-bottom: 20px;
}
.fa-ul {
  margin-left: 2rem;
}
ul.footer-list, ul.footer-social {
  margin-bottom: 1.5rem;
}
ul.footer-list li {
  margin-left: -9px;
  font-size: 14px;
  margin-bottom: 4px;
}
ul.footer-list li span {
  margin-top: -2px;
}
ul.footer-list a {
  color: #222;
  word-break: break-word;
}
ul.footer-list a:hover {
  color: #ee0b0b;
}
.footer-list i {
  color: #ee0b0b;
  margin-top: 2px;
}
.footer-social .fa-facebook-f {
  color: #3b5998;
}
.footer-social .fa-instagram {
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
}
.footer-social .fa-linkedin-in {
  color: #4875B4;
}
.footer-social .fa-twitter {
  color: #00aced;
}
.bottom-bar {
  background-color: #212529;
  font-size: 0.8rem;
  text-align: center;
  padding: 0.8rem 0;
}
.bottom-bar p {
  color: #fff;
  margin-bottom: 0;
}
/* End Footer Styles */

@media only screen and (max-width: 1199px) {
  #services .info-content-left {
    padding: 35px 35px 35px 20px;
  }
  #services .info-content-right {
    padding: 35px 20px 35px 35px;
  }
}

@media only screen and (max-width: 991px) {
  #services .info-content {
    padding: 30px 30px 30px 30px;
    text-align: justify;
  }
  #services .info-content:after {
    width: 0;
  }
  #services .info-content h4 {
    text-align: center;
  }
  #services .ausol-info {
    margin-top: 0px;
    margin-bottom: -5px;
  }
  .page-section h2.section-heading {
    font-size: 2.25rem;
  }
  h3.section-heading {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .topbar-phone {
    float: none;
  }
  .topbar-email {
    float: none;
  }
  .top-bar p {
    text-align: center;
  }
  .map-section iframe {
    height: 350px;
  }
  .page-section h2.section-heading {
    font-size: 2rem;
  }
  .page-section h2.section-heading:before {
    width: 35px;
    height: 2.5px;
  }
  .page-section h2.section-heading:after {
    width: 35px;
    height: 2.5px;
  }
  .page-section h3.section-subheading {
    margin-bottom: 25px;
  }
  .footer-row h4 {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .page-section h2.section-heading {
    font-size: 1.75rem;
  }
  .page-section h3.section-subheading {
    margin-bottom: 20px;
  }
  h3.section-heading {
    font-size: 1.375rem;
  }
  #services .info-content-left {
    padding: 30px;
  }
  #services .info-content-left:after {
    display: none;
  }
  #services .info-content-right {
    padding: 30px;
  }
  #services .info-content-right:after {
    display: none;
  }
  .map-section iframe {
    height: 350px;
  }
}