/* * comon css Start */
/* * comon css Start */
/* * comon css Start */



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0;
    font-family: robooto;
    
}
ul, li, ol {
    list-style: none;
}

a{
    text-decoration: none;
}
.clr {
    clear: both;
}

/* * comon css End */
/* * comon css End */
/* * comon css End */


   /**  video Start */
   /**  video Start */
   /**  video Start */

.main-bg {
    width: 100%;
    background-color: rgb(224, 224, 224);
    margin-top: 75px;
    padding-top: 30px;
    padding-bottom: 30px;
}


   @media screen and (max-width: 992px) {
    .main-bg {
    margin-top: 60px;
   }
   .cam-home-bg {
    margin-top: 10px;
   }
   .realservices-bg {
    margin-top: 10px;

   }
   .gustbg {
    margin-top: 10px;

   }


   }


.welcome-text {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    font-weight: 700;
    font-family: font2;
    color: rgb(139, 3, 25);
}

.web-info {
 text-align: center;
 margin: 10px;
 margin-bottom: 20px;
}

@media screen and (max-width: 500px) {
    .welcome-text {
        font-size: 40px;
   }
   }

   @media screen and (max-width: 350px) {
    .welcome-text {
        font-size: 30px;
   }
   }
   @media screen and (max-width: 280px) {
    .welcome-text {
        font-size: 20px;
   }
   }


   .video-bg {
    width: 100%;
    height: 300px;
    background-position: center;
    font-size: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    
   }

   .video-fade {
    width: 100%;
    height: 100%;
    
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;

   }

   .videopalye {
    color: rgb(139, 3, 25);
    cursor: pointer;
   }

   .close-btn {
    position: fixed;
    top: 20px;
    right: 30px;
   }

   .main-video {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
   }

   .videocss {
    height: 90%;
   }

   @media screen and (max-width: 960px) {
    .video-bg{
      height: 200px;
    }
  }
  

   /**  video End */
   /**  video End */
   /**  video End */


   /* container css */
   .tecc {
    width: 100%;
    height: 55px;
    background-color: #720000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: white;
    margin-top: 10px;
    margin-top: 50px;
   }



  .fbcc {
    width: 100%;
    height: 55px;
    background-color: #002f72;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: white;
    margin-top: 10px;
  }
    .fbiconcon {
        width: 45px;
    }

    .whcc {
        width: 100%;
    height: 55px;
    background-color: #108d00;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: white;
    margin-top: 10px;
    }

    .copyr {
         width: 100%;
    height: 55px;
    background-color: #303030;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: white;
    margin-bottom: 10px;
    margin-top: 10px;
    }

    @media screen and (max-width: 960px) {
        .copyr{
          margin-bottom: 85px;
        }
      }
   /* container css */
   
   
   
       @media screen and (max-width: 380px) {
    .welcome-text {
    font-size: 35px;
   }}

     @media screen and (max-width: 336px) {
    .welcome-text {
    font-size: 30px;
   }}

     @media screen and (max-width: 291px) {
    .welcome-text {
    font-size: 25px;
   }}

     @media screen and (max-width: 247px) {
    .welcome-text {
    font-size: 20px;
   }}
   
    .close-btn {
    z-index: 9999999;
   }
   
   .close-btn2 {
    z-index: 9999999;

   }