/* Home page, header and footer customization css start */

.rs-slider.slider12 .slider .content-part {
  padding: 150px 0 150px;
  max-width: 700px;
  max-height: 960px;
  margin: 0 0;
  text-align: left;
}
@media only screen and (min-width: 800px) {
  .rs-slider.slider12 .slider .content-part .sl-subtitle {
    margin-right: 300px;
  }
}

@media only screen and (max-width: 800px) {
  .rs-slider.slider12 .slider .content-part {
    padding: 30px 0 30px !important;
    height: 150px !important;
    margin: 0 auto;
    text-align: center;
  }
  .rs-slider.slider12 .slider .content-part .sl-subtitle {
    display: none;
  }
  .rs-slider.slider12 .slider {
    background-position: right !important;
  }
  .readon2.slide-quote {
    padding: 4px 14px;
  }
  .md-pt-72 {
    padding-top: 25px !important;
  }
  .rs-slider.slider12 .slider .content-part {
    text-align: left !important;
  }
  .rs-slider.slider12 .slider .content-part .sl-title {
    font-size: 18px !important;
    line-height: 18px !important;
    padding-right: 200px;
    margin-bottom: 10px;
  }
  .footer-bottom {
    margin-bottom: 30px;
  }
  .float {
    bottom: 120px;
    right: 5px;
  }
  #scrollUp {
    bottom: 70px;
    right: 10px;
  }
}

/* color css for all pages */
body.home-eleven h1,
body.home-eleven h2,
body.home-eleven h3,
body.home-eleven h4,
body.home-eleven h5,
body.home-eleven h6 {
  color: #121212;
}
.readon2.slide-quote:hover {
  background: #fe3030;
  border-color: #fe3030;
}
body.home-eleven h2 {
  color: #0e1111;
}
.rs-services.style13 .service-wrap .content-part .title a {
  color: #990011ff;
}
.rs-services.style13 .service-wrap .content-part .title a:hover {
  color: black;
}

body.home-eleven .full-width-header .toolbar-area {
  background: #960000;
}
body.home-eleven .full-width-header .toolbar-area .toolbar-contact ul li {
  border-color: #fe3030;
}
body.home-eleven
  .full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul
  > li
  > a:hover {
  color: #004aad !important;
}
body.home-eleven
  .full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li
  a {
  font-size: 15px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
  padding: 0px 15px 15px 15px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
  padding: 8px 0px !important;
}
body.home-eleven
  .rs-footer
  .bg-wrap
  .footer-content
  .address-widget
  li
  i::before {
  color: white;
}
body.home-eleven .readon:hover {
  background: white;
  color: #fe3030;
}
.rs-services .container .readon2.slide-quote {
  background: #fe3030;
}
.rs-services .container .readon2.slide-quote:hover {
  background: #004aad;
}

.rs-services .qm-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.home-eleven .rs-footer .bg-wrap {
  background: #0e181c;
}

/* Home page, header and footer customization css end */

/* product page customization css start */
body.home-eleven h1 {
  font-size: 34px;
  line-height: 28px;
  font-weight: 500;
  margin: 15px 0;
}

#blog .container {
  padding: 25px;
  /* background: #a7a7a7; */
}

.products-contact {
  background: #004aad;
  padding: 10px;
  border-radius: 8px;
  text-align: center;
}
.products-contact > h6 {
  color: white !important;
  padding-bottom: 8px;
  border-bottom: 2px solid white;
}
.products-contact form strong {
  color: white;
}
.products-contact form input[type="text"] {
  border-radius: 4px;
  border: 1px solid white;
  padding: 0 15px;
  margin-bottom: 10px;
  height: 30px;
}
.products-contact form textarea {
  border-radius: 4px;
  border: 1px solid white;
  padding: 0 15px;
  margin-bottom: 10px;
}
.products-contact form input[type="submit"] {
  padding: 2px 16px;
  font-size: 18px;
  background: #fe3030;
  border-radius: 4px;
  border: 1px solid white;
  color: white;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  body.home-eleven h1 {
    font-size: 24px !important;
  }
  .products-contact {
    padding: 20px;
  }
  .products-contact form input[type="text"],
  textarea {
    width: 280px;
    height: 40px;
  }
}

.products-contact form #txtCaptchaDiv {
  color: white;
}

.applications-para p {
  border-bottom: 1px solid black;
}

/* product page customization css start */

/* #thumbwrap {
	position:relative;
}
.thumb span { 
	position:absolute;
	visibility:hidden;
}
.thumb:hover, .thumb:hover span { 
	visibility:visible;
	top:0;
	left:100px; 
	z-index:1;
} */

#thumbwrap {
  position: relative;
}

.thumb {
  display: inline-block;
  position: relative;
}

.thumb span {
  position: absolute;
  visibility: hidden;
}
.thumb span img{
  border: 2px solid black;
  border-radius: 4px;
}

.thumb:hover span {
  visibility: visible;
  /* top: 100%; */
  top: -10px;
  /* left: 0; */
  right: -118px;
  transform: translate(0, 10px);
  z-index: 1;
}

/* Additional responsive styles */
@media screen and (max-width: 768px) {
  .thumb span {
    display: none;
  }

  /* .thumb:hover span {
      display: block;
      position: static;
      transform: none;
  } */
}

/* product page css */

body.home-eleven h1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  margin: 15px 0;
}
body.home-eleven h2 {
  font-size: 28px;
  line-height: 47px;
}
.panel {
  background: #631010;
  border-radius: 8px;
}
.panel h2 {
  color: white !important;
  font-size: 28px !important;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
}
.panel button {
  width: 100%;
  background: #fe3030;
  border: 2px solid #fe3030;
}
.panel button:hover {
  background: #f90000;
  border: 2px solid #f90000;
}


.bodytext p {
  display: inline-block;
  width: 55%;

}

.bodytext-img{
  height: auto;
  width: 350px;
  margin-bottom:50px ;
  float: right;
  margin-right:30px;
}

.bodytext table{
  margin-top: 20px;
}

@media screen and (max-width: 768px){
   
  .bodytext-img{
    width: 100%;
    margin: 10px auto;
  }

  .bodytext p {
    display: inline-block;
    width: 100%;
  
  }
  
}

/* contact us page */
.white-bg {
  background-color: rgb(117 126 143);
}
.rs-contact.style1 .contact-info {
  background: #480000;
  height: 100%;
  color: #ffffff;
  padding: 50px;
  font-size: 16px;
}

