/* -----------css for header and footer----------------- */
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300&family=Oswald:wght@600&display=swap');
*,*:after,*:before{
    box-sizing: border-box;
  }
  html
{
    scroll-behavior:smooth;
}


  /* ---------------side icon button----------------- */

  .icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: rgb(238, 238, 238);
    font-size: 20px;
  }

  .icon-bar a:hover {
    background-color: #C13636;
    color: white;
    text-decoration: none;
  }

  .facebook {
    background: #3B5998;
    color: white;
  }
  
  .twitter {
    background: #55ACEE;
    color: white;
  }
  
  .instagram {
    background: #D62A71;
    color: white;
  }
  
  .linkedin {
    background: #007bb5;
    color: white;
  }
  
  .youtube {
    background: #bb0000;
    color: white;
  }
  /* ---------for scroll bar-------- */

  ::-webkit-scrollbar{
    width: 14px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 10px rgb(0, 0, 0); 
}

::-webkit-scrollbar-thumb{
  background-color: #852727;
    transition: all 1s;
}

::-webkit-scrollbar-thumb:hover{
  background-color: #6b2020;
}

/* ----------------top-black-bar--------------- */
.top-black-bar-container{
  background: #3c3535!important;
  padding: 7px;
}

.top-black-bar-column{
  padding: 0px!important;
}

.top-black-bar-column img{
  float:right;
}

.top-black-bar-socialbar-call-column a{
  text-decoration: none;
  color: rgb(255, 255, 255);
  letter-spacing: 2px;
  margin-left: 9px;
  font-family: hind;
  }
 
.top-black-bar-socialbar-call-column a:hover{
  float: left;
  letter-spacing: 2px;
  margin-right: 10px;
  color: white;
  text-decoration: none;
}  

  /* -----------social-bar---------- */

  #news-description-column{
    padding-top: 10px;
    border-top: 3px solid #C13636;
  }

  #news-title-column{
    background: #C13636;
    padding: 11px;
    color: white;
    text-align: center;
  }
  #company-name{
    font-size: 30px;
    font-family: teko;
    float: left;
    margin-left: 5px;
    letter-spacing: 1px;
    display: block;
    margin-top: 22px;
    color: #A03235;
    line-height: 26px;
}

  .socialbar-logo-column img{
    height: 92px;
    width: 121px;
  }

  .socialbar-column{
    display: flex;
    flex-direction: row;
  }
  .socialbar-images{
    height: 23px;
    margin-left: 7px;
  }
  .socialbar-container{
    padding: 10px;
    /* position: fixed; */
    z-index: 1;
    background: rgb(255, 255, 255);
  }

.socialbar-call-column a{
  text-decoration: none;
  color: rgb(0, 0, 0);
  letter-spacing: 1px;
  margin-left: 9px;
  font-family: hind;
  margin-left: 20px;
  }
 
  .socialbar-call-column a:hover{
    text-decoration: none;
    color: #C13636;
  }  

  .socialbar-call-column a:hover i{
    text-decoration: none; 
    color: #000000;
  }  

  .socialbar-call-column i{
    font-size: 31px;
    color: #C13636;
  }
  /* -----------menu-bar------------ */

  #header{
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #C13636;
    /* position: fixed; */
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 48px;
    /* margin-top: 45px; */
    transition: all 1s;
  }
  .container-menu{
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
  }
  .nav_ico{
    display: block;
    width: 40px;
    cursor: pointer;
  }
  .main_nav {
    float: right;
  }
  .main_nav ul{
    margin: 0;
    padding: 0px;
    list-style: none;
  }
  .main_nav ul li{
    float: left;
    margin: 0 0 0 5px;
    position: relative;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 300;
    position: relative;
    z-index: 1;
  }
  .main_nav ul li a {
    color: #ffffff;
    display: block;
    line-height: 1.4;
    text-decoration: none;
    padding: 5px 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: all 0.3s ease-out;
  }
  .main_nav ul li:hover > a{
    color: #ffffff;
    background-color: #841313;
  }
  .main_nav ul li i{
    position: absolute;
    right: 0;
    top: 16px;
    color: #fff;
    padding-right: 2px;
  }
  .main_nav ul li:hover > i{ color: #fcfcfc }
  
  .main_nav ul ul{
    position: absolute;
    left: 0;
    top:calc(100% + 1px);
    white-space: nowrap;
    opacity: 0;
    transition: all 0.3s ease-in;
    pointer-events: none;
    border-bottom: 5px solid #841313;
    box-shadow: 0px 3px 8px 0px #000000;
  }
  .main_nav ul ul li{
    float: none;
    margin:0;
  }
  .main_nav > ul > li > ul:after{
    content: "";
    position: absolute;
    bottom: 100%;
    height: 16px;
    width: 100%;
    left: 0;
  }
  
  .main_nav ul ul ul{
    left: 100%;
    top:0;
  }
  .main_nav ul li:hover > ul{
    opacity: 1;
    pointer-events: auto;
  }
  .main_nav ul ul li a{
    /* background:#df3232; */
    background: white;
    color: black;
    font-weight: 400;
  }
  .main_nav ul li:hover ul li:hover > a{
    color: rgb(255, 255, 255);
    background:#841313;
  }
  .main_nav ul ul li i{
    transform: rotate(-90deg);
  }
  .main_nav ul ul li:hover i{ color: #fff; }

  #franchise{
    margin-top: 2px;
    margin-left: 20px;
    letter-spacing: 1px;
  }

  #franchise:hover{
    color: white;
    background: brown;
    cursor:pointer;
  }
/* -------------------GO-TO-TOP BUTTON-------------- */
.goto-top {
  margin-top: 50px;
}
.goto-top i{
  top: 25px;
  left: 48%;
  font-size: 41px;
  border-radius: 23px;
  position: relative;
  color: #ffffff;
  padding-bottom: 5px;
  /* padding: 4px; */
  padding-right: 9px;
  padding-left: 10px;
  background: #a11212;
  filter: drop-shadow(1px 1px 7px white);
}
    /* ---------------------------normal view------------------------------- */
    @media screen and (min-width: 1242px){
    .nav_ico,
    #menuTrigger{  display: none;} 
    
  }
  
  /*This Media Query use for iPad Portrait View*/
  @media only screen and (min-width:768px) and (max-width:1241px){
    /* .main_nav ul li{ margin: 0 ; font-size: 16px; }
    .main_nav ul li a{ padding: 5px 10px; }
    #header{
      height: 80px;
    }   */

    .nav_ico{ 
      display: block;
      position: relative;
      z-index: 10;
      color: rgb(255, 255, 255);
      font-size: 36px;
    } 
#header{
  height: 60px;
  background: #C13636;
}    
    .main_nav {
      position: absolute;
      left: 0;
      margin: auto auto;
      padding:0;
      background: #C13636;
      z-index: 5;
      height: calc(100vh - 0px);        /*there was cal(100vh - 74) to give some space in down*/
      overflow: auto;
      width: calc(100% - 750px);
      transition: all 0.3s ease-out;
      transform: translateX(-100%);
    }
    .main_nav ul li {
      float: none;
      margin: 0 !important;
      padding: 0 !important;
      border-bottom: 1px solid;
    }
    .main_nav ul li a {
      display: block;
      color: #fff;
      padding: 10px;
    }
    .main_nav > ul > li:hover > a{
      background:#841313;
      color: #fff;
    } 
    .main_nav ul ul{
      position: static;
      pointer-events: auto;
      opacity: 1;
      height: 0;
      overflow: hidden;
      border-bottom: 0px solid #841313;
      box-shadow: 0px 0px 0px 0px black;
    }
    .main_nav ul ul li a{
      padding-left: 30px;
    }
    .main_nav ul ul ul li a{
      padding-left: 60px;
    }
    .main_nav ul ul ul ul li a{
      padding-left: 90px;
    }
    .main_nav ul li:hover > ul {
      height: auto;
    }
    .main_nav ul li i{ right: 10px !important; }
    .main_nav ul li:hover > i{ color: #fff }
    .main_nav ul ul li i{transform: rotate(0deg);}
  
    #menuTrigger{
      opacity: 0;
      position: fixed;
      width: 0;
      height: 0;
      margin: 0
    }
    #menuTrigger:checked + .main_nav{
      transform: translateX(0%);
    }
    #header{
      margin-top: 0px;
    }

    /* ----franchise-button----  */
    #franchise {
      margin-top: 21px;
      margin-left: 10px;
      letter-spacing: 1px;
      }

    }    
  

  /* This Media Query use for Mobile View*/
  @media screen and (max-width: 768px){
    .nav_ico{ 
      display: block;
      position: relative;
      z-index: 10;
      color: rgb(255, 255, 255);
      font-size: 36px;
    } 
#header{
  height: 60px;
  background: #C13636;
}    
    .main_nav {
      position: absolute;
      left: 0;
      margin: auto auto;
      padding:0;
      background: #C13636;
      z-index: 5;
      height: calc(100vh - 0px);        /*there was cal(100vh - 74) to give some space in down*/
      overflow: auto;
      width: calc(100% - 110px);
      transition: all 0.3s ease-out;
      transform: translateX(-100%);
    }
    .main_nav ul li {
      float: none;
      margin: 0 !important;
      padding: 0 !important;
      border-bottom: 1px solid;
    }
    .main_nav ul li a {
      display: block;
      color: #fff;
      padding: 10px;
    }
    .main_nav > ul > li:hover > a{
      background:#841313;
      color: #fff;
    } 
    .main_nav ul ul{
      position: static;
      pointer-events: auto;
      opacity: 1;
      height: 0;
      overflow: hidden;
      border-bottom: 0px solid #841313;
    box-shadow: 0px 0px 0px 0px #000000;
    }
    .main_nav ul ul li a{
      padding-left: 30px;
    }
    .main_nav ul ul ul li a{
      padding-left: 60px;
    }
    .main_nav ul ul ul ul li a{
      padding-left: 90px;
    }
    .main_nav ul li:hover > ul {
      height: auto;
    }
    .main_nav ul li i{ right: 10px !important; }
    .main_nav ul li:hover > i{ color: #fff }
    .main_nav ul ul li i{transform: rotate(0deg);}
  
    #menuTrigger{
      opacity: 0;
      position: fixed;
      width: 0;
      height: 0;
      margin: 0
    }
    #menuTrigger:checked + .main_nav{
      transform: translateX(0%);
    }
    #header{
      margin-top: 0px;
    }  

    /* .banner-video{
      margin-top: 50px;
    } */

    #franchise {
      margin-top: 13px;
      margin-left: 11px;
      letter-spacing: 1px;
  }

    /* -------------------logo-text------------ */
    #company-name{
      font-size: 24px;
  }

  .socialbar-logo-column img{
    height: 72px;
    margin: 7px;
    width: 94px;
  }
  }

  @media screen and (max-width: 1267px){

  }
  
/* -----------for moblie small -------------- */
    /* @media screen and (max-width: 300px){
    .banner-video{
      margin-top: 20px;
    } 
  }    */

   /* ------------------banner-video-------------------- */
   /* .banner-video{
    /* margin-top: 42px; */
  /* }  */

  /* ---------------------footer--------------------------- */

.footer-container-fluid{
  /* margin-top: 100px; */
  background-color: black;
  overflow-x: hidden;
}

.footer-container h2{
    font-family: oswald;
    color:#ffffff;
    margin-bottom: 40px;
    margin-top: 20px;
}

.footer-container{
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-container a{
  color: #ffc239;
  font-size: 17px;
  transition: all 0.3s;
}

.footer-container a:hover{
  color: #ffffff;
  text-decoration: none;
}

.footer-container h6{
  color: #ffc239;
  font-size: 17px;
  margin-bottom: 30px;
}

.footer-container h3{
  font-family: oswald;
  color:#ffffff;
  margin-top: 30px;
  margin-bottom: 20px;
}

.footer-container #logo-footer{
  height: 142px;  
  border-radius: 85px;
  background: white;
  padding: 13px;
  border: 5px solid #C13636;
  margin-left: 22px;
  margin-top: 20px;
  transition: all 1s;
}
.footer-container-fluid:hover #logo-footer{
  height: 142px;
  /* filter: drop-shadow(0px 3px 11px rgb(255, 255, 255)); */
}

#footer-number{
  margin-top: 30px;
  margin-bottom: 20px;
}



/* -----------for sticky navbar--------------- */
.fixed{
  padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #000000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 20;
    height: 48px;
    /* margin-top: 45px; */
}

#fixedbutton {
  position: fixed;
    color: black;
    bottom: 50%;
    background: #FFC239;
    font-family: 'Oswald';
    padding-left: 20px;
    font-size: 21px;
    padding-right: 20px;
    border: 3px solid black;
    letter-spacing: 1px;
    font-family: 'Oswald';
    right: -60px;
    transform: rotate(270deg);
    z-index: 1;
    box-shadow: 0px 0px 2px 2px #0f0f0f;
    transition: all 0.3s;
}

#fixedbutton:hover{
  box-shadow: 0px 0px 15px 2px #ffffff;
  cursor: pointer;
  background: #000000;
  color: rgb(255, 255, 255);
}

.head_margin{
  top: 60px;
}
/* ------------------------css for enquire form----------------------------------- */
/* --------form validation------- */
/* input:required{
    background: red;
}

input:invalid{
    background: cyan;
} */
/* --------end form validation------- */

.box-style-base-page{
  outline: none;
  width: 100%;
  border: none;
  border-bottom: 2px solid #C13636;
  margin-bottom: 10px;
  background: none;
  color:#000000 ;
  font-size: 20px;
}

.contact-us-form-column-base-page{
  background: #dfdfdd;
  padding: 53px!important;
}

.contact-us-form-column-base-page h1{
  color: #C13636;
  font-family: 'Oswald';
  text-align: center;
  padding-bottom: 36px;
}

.contact-us-form-column-base-page button{
  margin-top: 15px;
}

.contact-us-form-column-base-page button:hover{
  background-color: black;
  cursor: pointer;
  color: white;
}

/* ------------------------- Our Cliet Banner ------------------------- */

.client-banner-img{
    height: 350px;
    width: 100%;
    display: block;
    /* margin-top: 90px; */
    box-shadow: 0px 0px 17px 1px black;
    filter: brightness(0.3);
}

.centered {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 52px;
    font-family: 'Oswald';
    font-size: 52px;
    letter-spacing: 2px;
  }
/* ------------------Our Client Information------------------------ */
.our-client-information-conatiner h1{
    text-align: center;
    font-family: oswald;
    color: #922927;
    padding-bottom: 10px;
    margin-top: 50px;
}

.our-client-information-conatiner h1::after{
    content: '';
    display: block;
    height: 5px;
    width: 130px;
    background: #ffc239;
    border-radius: 5px;
    margin: 18px auto 46px;
}

.our-client-information-column{
    padding:30px;
}

.our-client-information-conatiner img{
    box-shadow: 0 3px 15px rgb(59 43 91 / 70%);
    filter: contrast(150%);
    transition: all 0.3s;
}

.our-client-information-conatiner img:hover{
    box-shadow: 0 3px 15px rgb(59 43 91 / 70%);
    transform: scale(1.2);
}