/* LOADTEST_SPEED_GOOGLE - case_study_style.min.css */
/* cmsAPIdata-Manish-20-mar-23        
  */
  :root {
    --highlight: #cf0000;
    --white: #ffffff; 
    --dark: #000; 
    --gray: #808080;
    --light_gray: #D3D3D3;
    --dark_gray: rgb(48 48 48);
    --Highlight-font: 'Conthrax Rg';
    --text-font:'Campton-LightDEMO';
  }
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
 /* Whatsapp chat */
.whatsappchat {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999999;
}
.ul-whatsapp{
  display: flex;
  margin-right: 10px;
}
h1 {
  margin-top:35px ;
  font-size: 30px!important;
  font-weight: bold;
  text-transform:uppercase;
}
h2 {
  display:inline-block;
  margin-top: 40px;
  Margin-bottom:40px;
  font-family: 'Conthrax Rg';
  font-size: 24px;
  letter-spacing: 0;
  color: #fff;
  line-height: 1;
  margin-bottom: 35px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}
h2::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-left: 10px;
    border-style: solid;
    border-width: 0 15px 15px 0;
    border-color: transparent var(--highlight) transparent transparent;
}
@media (max-width: 576px){
h2 {
    font-size: 20px;
}
h2::after {
    margin-top: 4px;
    border-width: 0 15px 15px 0;
}
}
h3 {
  font-size: 1.3rem;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 20px;
  display: inline-block;
  font-family: 'Conthrax Bk';
}
#background-video {
  /* background: url('../holobox/images/case_study/touch_interaction.jpg'); */
  background-size: 100% auto; /* height: 100%; */
  background-repeat: no-repeat;
  background-position: center;
}
b {
  font-family: 'Conthrax Bk';
 }
p {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Campton-LightDEMO';
    padding-top: 0px;
    padding-bottom: 20px;
    letter-spacing: 0px;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.red_arrow {
  display: inline-block !important;
  width: 15px;
  border: none !important;
  border-radius: 0px !important;
  margin-bottom: 20px !important;
  margin-left: 10px;
}
.image-box img {
  border: 2px solid #2a2a2a !important; 
  border-radius:10px;
  margin-top: 5px !important;
}
.image-box p {
    padding: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding-top: 15px;
    text-transform: uppercase;
}
.container img {
  /* border: 2px solid #282424; */
  margin-top:10px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  padding-top:20px;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.text-h4{
  color: white;
  font-family: 'Campton-LightDEMO';
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
}
/* 11111111111111111111 */
body{
  background-color: var(--dark);
  overflow-x: hidden;
}
.banner-image {
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align:center;
 }
 .SectionTitle{
  margin-top: 20px;
  Margin-bottom:20px;
  font-family: 'Conthrax Bk';
}
.SectionTitle img{
  display: inline-block !important;
  width: 15px;
   border: none !important; 
  border-radius: 0px !important;
 margin-bottom: 5px;
  margin-left: 10px;
}
.SectionTitle button{
  padding: 10px;
  background-color: var(--highlight);
  width: 100%;
  max-width: 100px;
  min-width: 80px;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 12px;
  padding: 6px;
   margin-left:20px;
  font-weight: bold;
  text-transform: capitalize;
}
.SectionTitle h3{
  margin-top: 20px;
  Margin-bottom:20px;
  color:white;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Conthrax Bk';
}
.SectionTitle img{
    display: inline-block !important;
    width: 15px;
    border: none !important; 
    border-radius: 0px !important;
    margin-bottom: 5px;
    margin-left: 10px;
} 
.container-x{
  position: relative;
  text-align: center;
  color: rgb(36, 36, 36);
  height: 130px;
  background-position: center;background-size: cover;background-repeat: no-repeat;
  border-radius: 8px;
  transform: scale(1);   
  -webkit-transition: 0.3s ease;
  transition: 0.3s  ease;
  margin-top: 20px;
}
.container-x:hover{
    transform: scale(1.1);
}
.container-x p {
    Position: absolute !important;
    text-transform: capitalize !important;
    font-size: 14px !important;
    padding: 5px !important;
    color: azure !important;
    bottom: -18px !important;
    background-color: rgba(0, 0, 0, 0.6) !important;
    display: block !important;
    -webkit-transition: 0.3s ease !important;
    transition: 0.3s ease !important;
    Padding-top: 10px !important;
    padding-bottom: 10px !important;
    width: 100% !important;
    font-weight: bold !important;
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
    text-align: center;
}
.container-x:hover p {
    background-color: rgba(0, 0, 0, 0.8);
    Padding-top: 15px;
    padding-bottom: 15px;
}
/* Contact Form  */
.ContactForm{
  margin-bottom: 20px;
  background-color: rgb(48 48 48);
  padding: 20px;
  border-radius: 8px;
 }
.ContactForm label{
  color: white;
  margin-left: 5px;
  font-size: 14px;
   font-family: 'Conthrax Bk';
}
.ContactForm input{
     width: 100%;
    border-radius: 6px;
    border: none;
    padding: 4px;
    font-family: var(--text-font);
    padding: 8px;
    margin-bottom: 5px;
}
.ContactForm button{
background-color: var(--highlight);
border: none;
color: white;
width: 100%;
font-size: 12px;
padding: 6px;
border-radius: 8px;
padding: 10px;
text-transform: uppercase;
font-weight: bold;
margin-top: 28px;
color: white;
font-size: 14px;
font-family: var(--Highlight-font);
font-style: italic;
text-transform: uppercase;
margin-bottom: 5px;
font-weight: bold;
}
.submit-text{
  background-color: red;
  border: none;
  color: white;
  margin-left: 5px;
  width: 96%;
  font-size: 12px;
  padding: 5px;
  border-radius: 8px;
  /* padding: 8px; */
  border: none;
}
.input-x{
  padding-bottom: 0px;
  padding-top: 3px;
}
.placeholder{
  color: white;
}
.api_image_tag {
  max-width: 100% !important;
  height: auto !important;
}
/* video section style start */
@media only screen and (min-width:1000px) {
  .container_styles{
      margin-top: 40px;
      max-width:1000px;
  }
}
@media (max-width: 768px){
  .container-x {
   height:200px;
   Margin-top:15px
  }
  .container-x p {
     Top:150px;
     Margin-top:10px
  }
  .container-x:hover p {
     background-color: rgba(0, 0, 0, 0.8);
     top:130px;
     Height:80px;
  }
}
/* CASESTUDY_RTE_EDITOR RTE a Tag css */
.container.top-style p a {
    color: red;
    font-weight: bold;
}
/* CASESTUDY_RTE_EDITOR END RTE a Tag css */