/*#21357c new theme color*/
/*#21357c original theme color*/

html,
body {
  height: 100%;
}

a,
b,
h1 {
  color: #21357c;
}

body {
  font-family: "Muli", sans-serif;
  /*font-family: 'open_sansregular', Montserrat, Arial, Helvetica, sans-serif;*/
  margin: 0px;
  padding: 0px;
  color: #15181b;
}

.service-item>a {
  display: block;
  border-radius: 8px;
  width: 350px;
  height: 200px;
  position: relative;
  margin: 0 auto;
}

.dropdown-menu {
  width: inherit;
  min-width: unset;
}

.navbar-thin {
  height: 38px;
  padding: 0 0;
}

.dropdown-menu {
  border: unset;
  border-radius: unset;
}

.mobile-contact-info {
  display: block;
  text-align: center;
  width: 100%;
}

.mobile-contact-info a {
  font-weight: 600;
  color: #21357c;
  border-radius: 0.25rem;
  margin: 0 0.25em;
  font-size: 1.2rem;
  display: block;
}

.headoffice-call{
  font-size: 1.5rem;
}

/* Hide AdWords Remarketing iFrame */

iframe[name="google_conversion_frame"] {
  display: block;
  height: 0;
}

p {
  font-size: 1.2rem;
  padding-bottom: 10px;
  line-height: 30px;
  text-align: left;
  color: #737373;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.service-item {
  flex: 1;
}

.testimonials {
  background-color: #fff;
  color: white;
  font-weight: bolder;
}

.testimonials h1 {
  color: #21357c;
  font-weight: 700;
}

.logo {
  max-width: 100%;
  max-height: 120px;
  margin: 0 auto;
}

.sticky-top {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  background-color: #ffffffe6;
}

.call {
  text-align: center;
  color: #21357c;
  font-family: "Muli", sans-serif;
  /*font-family: "open_sanssemibold";*/
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.call p {
  padding-bottom: 0px;
}

.call a {
  word-break: break-all;
  word-wrap: break-word;
  font-size: 2.5vmin;
  color: #21357c;
  text-decoration: none;
  /*font-family: 'open_sansbold';*/
  line-height: 25px;
  display: block;
}

.call a:hover {
  color: #000;
}

.navbar {
  margin-bottom: 0px;
}

.navbar-collapse {
  z-index: 2;
}

.container-fluid {
  width: unset;
}

a.mail-link {
  overflow-wrap: break-word;
}

.logo-color {
  color: #21357c;
}

.form-label-color {
  color: #eee;
}

.topbar>.container>.row .col-12.col-sm-12.col-md-5.col-lg-5 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3vw;
  padding-left: 0px;
  padding-right: 0px;
}

.topbar>.container>.row {
  margin: 10px 0;
}

#home-banner.maintenance-banner {
  background: url("../images/maintenance2.jpg") no-repeat center bottom;
  background-size: 100% 100%;
}

#home-banner.diagnosis-banner {
  background: url("../images/diagnosis2.jpg") no-repeat left center;
  background-size: cover;
}

#home-banner.repair-banner {
  background: url(../images/repairs.jpg) no-repeat bottom center;
  background-size: 100% auto;
}

#home-banner>.overlay {
  align-items: flex-end;
  justify-content: center;
}

.overlay>.container {
  width: 56%;
  margin-left: 27%;
  margin-right: auto;
}

.module {
  border-radius: 8px;
  width: inherit;
  height: inherit;
  position: absolute;
  /* margin: 0 auto; */
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
  top: 0px;
}

.service-img {
  border-radius: 8px;
  width: inherit;
  height: inherit;
  position: relative;
  margin: 0 auto;
}

/* .module1 {
  border-radius: 8px;
  width: 330px;
  height: 200px;
  position: relative;
  margin: 0 auto;
  padding-bottom: 10px;
}

.module2 {
  border-radius: 8px;
  width: 330px;
  height: 200px;
  margin: 10px 0 0 10px;
  position: relative;
  margin: 0 auto;
  padding-bottom: 10px;
}

.module3 {
  border-radius: 8px;
  width: 330px;
  height: 200px;
  margin: 10px 0 0 10px;
  position: relative;
  margin: 0 auto;
  padding-bottom: 10px;
} */

.module1:hover,
.module2:hover,
.module3:hover {
  background-color: #333;
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.carousel-item {
  height: 150;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #000000;
}

.carousel-indicators {
  bottom: -50px;
}

a.service-img1:hover,
a.service-img2:hover,
a.service-img3:hover {
  background-color: #333;
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.mid h2 {
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2rem;
  transform: translate(-50%, -50%);
  z-index: 2;
}

#clients img,
#brands img {
  margin-bottom: 10px;
  /*filter: grayscale(100%);
    -webkit-filter: grayscale(100%);*/
  /* Safari 6.0 - 9.0 */
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 50px;
}

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

#services {
  background-color: #fff;
}

#services .service-text {
  padding: 3em;
}

.service {
  min-height: 30rem;
  background-size: cover;
}

.service-img1 {
  background-image: url("../images/service-repair.jpg");
}

.service-img2 {
  background-image: url("../images/service-diagnosis.jpg");
}

.service-img3 {
  background-image: url("../images/service-maintenance.jpg");
}

#about-us h1,
#clients h1,
#brands h1,
#contact h1,
#careers h1,
#services h1 {
  font-weight: bolder;
  color: #21357c;
}

#services a {
  text-decoration: none;
}

#contact {
  padding-top: 35px;
}

#contact {
  text-align: center;
}

.thumbnail {
  padding: 0 0 15px 0;
  border: 1px solid black;
  background-color: #222;
}

.thumbnail p {
  margin-top: 15px;
  color: #21357c;
}

.thumbnail img {
  width: 100%;
  max-height: 300px;
}

.thumbnail .btn {
  padding: 10px 20px;
  background-color: #21357c;
  color: #f1f1f1;
  font-weight: bold;
  transition: 0.2s;
}

.thumbnail .btn:hover,
.thumbnail .btn:focus {
  border: 1px solid #333;
  background-color: gray;
  color: #000;
}

.banner-text a {
  color: #21357c;
}

.banner-text a:hover {
  color: #fff;
  text-decoration: none;
}

.banner-text .btn {
  font-family: "Muli", sans-serif;
  /*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;
}

.banner-text .btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.banner-text .btn-primary {
  color: #fff;
  background-color: #21357c;
  border-color: #21357c;
}

.banner-text .btn-primary:active,
.banner-text .btn-primary:focus,
.banner-text .btn-primary:hover {
  background-color: #fec810 !important;
  border-color: #fec810 !important;
  color: #21357c;
}

.banner-text .btn-primary:active,
.banner-text .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;
}

.formsec {
  opacity: 0.9;
  margin-top: 0px;
  margin-bottom: 25px;
}

.formsec2 {
  margin-top: -225px;
}

.form-header {
  text-align: center;
  font-size: 25px;
  background-color: #222;
  color: #fff !important;
  font-weight: 600;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.form-header-2 {
  background-color: #222;
}

.btn-color {
  background-color: #222;
  color: #fff;
}

.inline-btn-color {
  background-color: #21357c;
  font-weight: bold;
  font-size: 16px;
}

.btn-color2 {
  background-color: #222;
  color: #fff;
}

.service-font {
  font-size: large;
}

.btn-color:hover,
.btn-color:focus {
  color: #21357c;
  background-color: silver;
}

.modal-header,
.close {
  background-color: #222;
  color: #fff !important;
  text-align: center;
  font-size: 30px;
}

.modal-header h4 {
  color: #fff !important;
}

.modal-header,
.modal-body {
  padding: 20px 30px;
}

.modal .btn {
  background-color: #21357c;
  color: #fff;
}

.form-body {
  padding: 20px 25px;
}

.form-header {
  padding: 10px 25px;
}

.form-body {
  background-color: #21357c;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.form-body-2 {
  background-color: #21357c;
}

.form-body-transparent {
  background-color: transparent;
}

.form-control-inline {
  padding: 12px;
  font-size: 13px;
  height: auto;
}

.banner-text h1 {
  color: #fff;
  font-size: 4vmin;
  margin: 0.5vmin;
  padding: 0px;
  font-family: "Muli", sans-serif;
  font-weight: bold;
  text-align: bottom;
}

.banner-text h2 {
  color: #fdc00d;
  /*font-family: 'open_sansbold';*/
}

.overlay>.container .banner-text p {
  padding-bottom: 0px;
  margin-bottom: 5px;
  font-size: 2.2vmin;
}

.banner-text p {
  /*font-family: 'open_sansbold';*/
  font-family: "Muli", sans-serif;
  font-size: 1.5vmin;
  color: #fff;
  font-weight: 700;
  line-height: 2.5vmin;
}

.service-area {
  background: url(../images/sa.jpg) no-repeat 0px -350px #71c1cc;
  height: 433px;
  color: #fff;
}

.contact-col p {
  text-align: center;
  color: #737373;
}

.contact-col p>a {
  color: #737373;
}

.service-area h2 {
  line-height: 30px;
  color: #fff;
}

.sa {
  padding-top: 120px;
}

.container .col-md-3 p {
  text-align: center;
}

/******testimonial Area*****/

.test-outer {
  text-align: center;
  padding: 10px 0px 30px;
}

.bottomform {
  padding-top: 15px;
  padding-bottom: 15px;
}

.test-des {
  background: #d0d0d0;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 12px;
  padding: 20px;
}

.overlay {
  /* background: rgba(33, 37, 41, 0.5); */
  min-height: 140px;
  width: 100%;
  display: flex;
  align-items: center;
}

.test-des img {
  padding-bottom: 15px;
  margin: 0 auto;
}

.test-des p {
  font-size: 16px;
  color: #21357c;
  line-height: 24px;
}

.test-outer h3 {
  font-size: 16px;
  color: #21357c;
  text-transform: uppercase;
  font-weight: bolder;
  /*font-family: 'open_sanssemibold';*/
  font-family: "Muli", sans-serif;
  margin: 20px 0px 0px;
}

.verline {
  padding: 40px 0px;
  text-align: center;
}

.quote {
  color: #21357c;
  font-size: x-large;
}

.panel-default>.panel-heading,
.panel-default>.panel-footer {
  background-color: #21357c;
}

#our-products .panel-heading h1 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 56px;
}

#our-products .panel-heading h5 {
  color: #fff;
  margin-bottom: 0px;
}

#our-products .panel-body h2 {
  /*ly: 'open_sansbold';*/
  font-family: "Muli", sans-serif;
  color: #21357c;
}

#our-products .panel-body {
  min-height: 340px;
}

#our-products .panel-body-important {
  min-height: 195px;
}

footer {
  background-color: #111;
  color: #f5f5f5;
  font-weight: bolder;
  padding: 32px;
}

footer a {
  color: #f5f5f5;
}

footer a:hover {
  color: #777;
  text-decoration: none;
}

#call-no-text {
  display: none;
  font-size: 40px;
}

#call-no-text a {
  font-size: 37px;
}

#call-no-text i {
  color: #21357c;
}

.call-item {
  -webkit-text-stroke: 1px #d0d0d0;
  font-size: 1.8rem !important;
}

@media only screen and (max-width: 767px) {
  .call a {
    font-size: 18px;
  }

  body {
    margin-top: 0px;
  }

  .banner-text {
    margin-top: 0px;
  }

  #about-us p {
    text-align: left;
  }

  .logo {
    max-height: 80px;
  }

  .overlay {
    min-height: 300px;
  }

  .navbar.navbar-expand-md {
    display: none !important;
  }

  .call {
    display: none;
  }

  #call-no-text {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    background-color: #d0d0d0;
  }

  .call-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .topbar>.container>.row {
    margin: 0 0;
  }

  .col-12.logo-container {
    margin: 10px 0px;
  }
}

@media only screen and (max-width: 425px) {
  .btn-color2 {
    font-size: large;
  }

  .overlay {
    padding: 10px 0px 10px 0px;
  }

  .home-banner-text h1 {
    font-size: 3.5vmin;
  }
}

/*for css transformation on underline*/

/* .nav-item::after {
  content: "";
  display: block;
  width: 0px;
  height: 4px;
  background: #21357c;
  transition: 0.2s;
} */

.nav-item.dropdown.show {
  margin-bottom: 0px;
}

/* .navbar-nav .nav-item.active::after {
  width: 100%;
  content: "";
  display: block;
  height: 4px;
  background: #21357c;
} */

@media (min-width: 768px) {
  .topbar-icon-container {
    display: none !important;
  }

  .topbar>.container>.row {
    display: flex;
    justify-content: center;
  }

  .topbar>.container>.row#myNavbarMobile {
    display: none;
  }

  .navbar.navbar-expand-md.navbar-light {
    background-color: #d0d0d0;
  }

  .nav-item:hover::after {
    content: "";
    display: block;
    width: 90%;
    margin-left: 5%;
    height: 4px;
    background: #21357c;
    margin-top: -4px;
  }
  
  .dropdown-menu.show>.nav-link:hover::after {
    width: 100%;
    content: "";
    display: block;
    height: 4px;
    background: #21357c;
    margin-top: -4px;
  }
  
  .navbar-nav.m-auto-center .nav-link {
    padding: 2.25px 1rem;
  }

  .dropdown-menu.show .nav-link{
    padding: 0.5rem 1rem;
  }

  /* .navbar .navbar-collapse {
        text-align: center;
    }

    .nav>li>a {
        font-weight: bolder;
        font-size: 18px;
    } */
}

.navbar {
  border: 0px solid #dce2ed;
}

.navbar .navbar-brand {
  color: #21357c;
}

.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
  color: #21357c;
}

.navbar .navbar-text {
  color: #21357c;
}

.navbar .navbar-text a {
  color: #21357c;
}

.navbar .navbar-text a:hover,
.navbar .navbar-text a:focus {
  color: #21357c;
}

.navbar .navbar-nav .nav-link {
  font-weight: 600;
  /*#4f4b4c*/
  color: #21357c;
  border-radius: 0.25rem;
  margin: 0 0.25em;
  font-size: 1.2rem;
}

.navbar .navbar-nav .nav-link:not(.disabled):hover,
.navbar .navbar-nav .nav-link:not(.disabled):focus {
  color: #21357c;
}

.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item.active .nav-link:hover,
.navbar .navbar-nav .nav-item.active .nav-link:focus,
.navbar .navbar-nav .nav-item.show .nav-link,
.navbar .navbar-nav .nav-item.show .nav-link:hover,
.navbar .navbar-nav .nav-item.show .nav-link:focus {
  color: #21357c;
}

.navbar .navbar-toggle {
  border-color: #21357c;
}

.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
  background-color: #21357c;
}

.navbar .navbar-toggle .navbar-toggler-icon {
  color: #21357c;
}

.navbar .navbar-collapse,
.navbar .navbar-form {
  border-color: #21357c;
}

.navbar .navbar-link {
  color: #21357c;
}

.navbar .navbar-link:hover {
  color: #21357c;
}

@media (max-width: 575px) {
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #21357c;
  }

  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #21357c;
  }

  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #21357c;
    background-color: #21357c;
  }
}

@media (max-width: 767px) {
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #21357c;
  }

  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #21357c;
  }

  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #21357c;
    background-color: #21357c;
  }
}

@media (max-width: 767px) {
  .container-fluid {
    /*display: flex;*/
    width: unset;
    justify-content: center;
    /* margin-right: 0px; */
    width: 100%;
  }

  .navbar {
    border: unset;
  }

  .hamburger-menu-container {
    width: 100%;
    text-align: right;
  }

  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #21357c;
  }

  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #21357c;
  }

  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #21357c;
    background-color: #21357c;
  }
}

@media (max-width: 1199px) {
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #21357c;
  }

  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #21357c;
  }

  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #21357c;
    background-color: #21357c;
  }
}

.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item {
  color: #21357c;
}

.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item:hover,
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item:focus {
  color: #21357c;
}

.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item.active {
  color: #21357c;
  background-color: #21357c;
}

@media only screen and (max-width: 485px) {
  .navbar-nav {
    text-align: left;
  }

  .pull-left {
    padding: initial;
  }
}

@media only screen and (min-width: 767px) {

  #contact,
  #privacy {
    margin-top: 150px;
  }

  #careers {
    margin-top: 150px;
  }

  .formsec,
  .banner-text {
    padding-top: 50px;
  }

  .banner-text2 {
    padding-top: 0px;
  }

  #services .service-text {
    padding: 7em;
  }

  .test-des {
    height: 200px;
  }

  .container {
    max-width: 91vw;
  }
}

@media only screen and (max-width: 1200px) {
  .test-des {
    height: 300px;
  }
}

@media only screen and (max-width: 1000px) {
  .test-des {
    height: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .test-des {
    height: auto;
  }

  .container.fullwidth {
    width: 100%;
    padding: 0 0;
    margin: 0 0;
    max-width: unset;
  }
}

@media only screen and (max-width: 575px) {
  .formsec2 {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 991px) {
  #home-banner.main-index {
    background-size: 100% auto !important;
    background-position: -3.1vw center !important;
  }

  .overlay {
    max-height: 40vw !important;
  }
}

@media only screen and (max-width: 1657px) {
  #home-banner.main-index {
    background-size: auto 100%;
    background-position: -4.1vw center
  }

  .overlay {
    min-height: 43vw;
  }
}

@media only screen and (min-width: 1658px) {
  #home-banner.main-index {
    background-size: 100% 100%;
    background-position: center center;
  }

  .overlay {
    min-height: 43vw;
  }
}

/*top banner background styling*/

#top-banner-background {
  display: flex;
  background: url("../images/rhinotechhomepage2.jpg") no-repeat center;
  background-size: 100% 100%;
  max-height: 882px;
}

.home-banner-text {
  justify-content: center;
  align-items: flex-end;
  padding-top: 0px !important;
  padding-bottom: 0px;
}

.home-banner-text h1 {
  font-size: 2.6rem;
}

.overlay-container {
  width: 100%
}

.overlay-link {
  display: block;
}

/* dynamic resize for services icon*/
@media only screen and (max-width: 320px) {
  .mobile-contact-info a {
    font-size: 1.15rem;
  }

  .service-item {
    padding-left: 7px;
  }
}

@media only screen and (min-width: 300px) and (max-width: 437px) and (-webkit-min-device-pixel-ratio: 2) {
  .service-item>a {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 265px;
    height: 150px;
  }

  .service-item {
    margin-bottom: 15px;
  }



  /*need to keep this setting else you get invisible margin from _grid.scss*/
  .container {
    margin-left: unset;
  }
}

@media only screen and (min-width: 438px) and (max-width: 767px) {
  .service-item {
    margin-bottom: 15px;
  }

  .service-img>a {
    width: 370px;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-expand-md>.container-fluid {
    width: 100%;
  }

  .m-auto-center {
    text-align: center;
  }

  .dropdown-menu.show {
    text-align: center;
  }

  .nav-link {
    display: block;
    width: auto;
    height: auto;
  }

  .home-banner-text h1 {
    font-size: 5.2vmin;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .service-img {
    display: inline-block;
  }

  .service-item {
    padding: 0px 5px;
  }

  .service-item>a {
    max-width: 300px;
    width: 100%;
    height: 150px;
  }

  .mid h2 {
    font-size: 2.8vw;
  }

  .flex-container {
    justify-content: space-between;
  }
}

@media only screen and (min-width: 2060px) {
  .overlay {
    min-height: unset;
    height: 882px;
  }
}