html{
  font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
  
  
}

/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');*/

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}
body {
  background: #fff;
  min-height: 100vh;
  width:100%;  
  align-items: center;
  justify-content: center;
  
} 




.icon-bar a:hover {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
}



/*------ NAVIGATION --------*/

.bg-dark {
  background-color: #d9241c!important;
  
}

.bg-dark1 {
  background-color: #d9241c!important;
  
}
  

.navbar-brand img{
  width: 50px;
  height: 50px;
}

#nbnav .nav.navbar {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content:space-between;
  align-items:center;
  margin: auto;
}
#nbnav .navbar-nav a{
  font-size: 16px;
  float: center;  
  clear: both;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;  
  
}
#nbnav .navbar-nav{
  width: 100%;
  height: auto;
    
   
}

#nbnav .navbar-nav :hover{
  color: #000;
  width: auto;
  height: 100%;
}





/*------- SLIDER------*/ 

#carouselExampleIndicators{
  margin-top: 0px;
}

#modal1{
  border: 0px;
  align-self: center;
  left: 45px;
  z-index: 9999;
  position:relative;
  position:fixed;
  left:75%;
  top: 80%; 
   
  }

  
  .modal-body{
    background-color: #e10622;
  color: #ffff;
  }
  #exampleModal{
    width: auto;
    text-align: center;
    left: 40%;
    top: 1.5rem;
    
  }

   
.carousel-inner img{
  width:100% ;
  height:100% ;
  }


  /* newlaunch*/
  #newlaunch {
    padding-top: 2.0rem;  

  } 

  .nb1{
    margin-top: 2.0rem;
    
  }
  .nb1 img{
    height: 20.0rem;
    width: 20.0rem;          
  
  }
  .title{
    height:55px;
    
    text-align: center;
    
  }
  .title a{
    text-transform: uppercase;
    color: saddlebrown;
    font-size: 20px;
    padding-bottom:15px;
    padding-top:15px;
    text-decoration:none;
  }

  .title a:hover{
    text-transform:capitalize;
    color: rgb(54, 2, 2);
    
  }
  #pricelist img{
    width: 100vw;
    height: 100VW;
  }
  #acce{
    width: 100vw;
    height: 100VW;

  }
  /*image overlay tex*/

  .box{border: 0.0rem solid rgb(182, 175, 175);
        width: 100%;
         position: relative;
         overflow: hidden;
         box-shadow: #818a91;
    
    
        }
        .box img:{width: 100%;
        height: auto;}

        .content{
            background-color: rgba(0, 0, 0, 0.8);
            color: #fff;
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            padding: 20px;
            box-sizing: border-box;
            transition: all 0.5s;
        }
        .box:hover .content{
            left: 0;
            box-shadow: #818a91;
        }
        .box button {
          margin-left: auto;
          text-align: center;
          
          text-decoration: none;
        }
        .radio{

          height: auto;
          width: 250px;
        }
        
        
  /*box*/
  .a1{
    color: #ffff;
    text-decoration: none; 
  }
  h3.card-title {
    color: #ffff;
    font-weight: bold ;
    font-family: Georgia, 'Times New Roman', Times, serif;      
  
  }

  h4.card-title {
    color: #ffff;
    font-weight: bold ;
    font-family: Georgia, 'Times New Roman', Times, serif;      
  
  }

  p.card-text {
    color: #ffff;
    font-style: normal;
    font-family: Georgia, 'Times New Roman', Times, serif;      
    }

.btn btn-info {
    background: #f7f7f7 ;
    color: #c00 ;
    padding: 3px 16px;
    display: inline-block;
    border-radius: 24px;
    font-size: 1.2rem;
    line-height: 1.44rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: uppercase;}

  .box {
      border-radius: 20px;
      min-height: 300px;
      
    }

    .box-1 { background-color: #2d4f7c; margin-bottom:20px;}
    .box-2 { background-color: #888;margin-bottom: 20px;}
    .box-3 { background-color: #333; }
    
    .zoomed-video1 {
  transform: scale(3.2);
  transform-origin: center;
  width: 100%;
  height: 100%;
  
}

.zoomed-video{
  transform: scale(2.1);
  transform-origin: center;
  width: 100%;
  height: 100%;
  
}
 
.zoomed-video2 {
  transform: scale(1.2);
  transform-origin: center;
  width: 100%;
  height: 100%;
  
}


  /* about section */
  #about {
    padding-top: 20px;
    background-color:
    padding-top: 1.0rem;
  padding-bottom: 1.0rem;
  width: 100%;
  }
  .about-img{
    min-width: 100%
    max-height: 280px;
  }
#about-header {
  background: url('image/about-header.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 50.0rem;
  padding-top: 16.0rem;
}


#about .col-md-6 {
  padding: 0;
  margin: 0;
}
#about.about-des {
  padding-top: 1.0rem;
  padding-left: 3.0rem;
  padding-right: 2.0rem;
}
#about .btn {
  margin-top: 1.0rem;
  
}
.about-des p{
  text-align: justify;
}
.about-des .text-danger{
  font-weight: bold;
}
  
/*YouTube*/
.section_space{
  margin-top: 2.0rem;
}
.container1{
  padding-top: 25px;
}
/*parallax section*/


/*.Parallax-1 {
  width: 100%;
  height: 40.0rem;
  background-image: url(image/our-story1.png);
  background-size: 100% 100%;
  background-attachment: fixed;
  
}*/
iframe{
  border:none; 
  
}
.Parallax-1 h1{

  color: #f2f2f2;
  text-align: center;
  padding-top: 20.0rem;
  height: 150px;
    
}

.Parallax-1 h5{
  color: #f2f2f2;
  text-align: center;
  height: 30px;  
  padding-left: 0  
  position: relative;
  background-color:rgba(219, 20, 20, 0.8)
}



.Parallax-1 .para {

  color: #fff;
  padding: 1.0rem;
  position: relative;
  text-align: center;
  background-color: rgba(102, 101, 98, 0.61);
}
#v-text{
  color: #fff;
  height: max-content;
}


/*----ACCOURDIN--*/

.clsScroll{
  height: 600px;
  width: auto;
  overflow-x:hidden;
  overflow-y: 100%;

}

.card,.card-header{
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin-bottom: 20px;
  bottom: 0px;
  }

  .card{
  box-shadow: 0 2px 0 25px 0 rgba(110, 130, 208, .18) !important;
}

.btn-link{
  width: 100%;
  height: 60px;
  color: rgb(107, 102, 102)!important ;
  font-weight:normal !important;
  text-align: left!important;
  text-decoration: none!important;

}
.btn-link:hover{
  border: none !important;
  
}

.card-body{
  background: #bdb8b8;
}

.btn-link:after{
  content: '\2212';
  width: 30px;
  font-size: 20px;
  text-align: center;
  border-radius: 5px;
  right: 15px;
  top: 11px;
  position: absolute;
  background: #bdb8b8;
  
}

.btn-link.collapsed:after{
  content: '\002B';
}

.btn a:hover{
  text-decoration:none!important;
  color: #fff;
}




/*----END OF ACCORORION*/

/*footer*/
.site-footer {
  background-color: #26272b;
  padding: 45px 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: #737373;
  border-radius: 0px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.5);
}
.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5;
}
.site-footer hr.small {
  margin: 20px 0;
}
.site-footer h6 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px;
}
.site-footer a {
  color: #737373;
}
.site-footer a:hover {
  color: #fff;
  text-decoration: none;
} 
.footer-links {
  padding-left: 0;
  list-style: none;
}
.footer-links li {
  display: block;
}
.footer-links a {
  color: #737373;
}
.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #fff;
  text-decoration: none;
} 
.site-footer .social-icons {
  text-align: right;
}
.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d;
}
.copyright-text {
  margin: 0;
}


@media (max-width: 991px) {
  .site-footer [class^="col-"] {
    margin-bottom: 30px;
  }

  #modal1{
    border: 0px;
    align-self: center;
    left: 45px;
    z-index: 9999;
    position:relative;
    position:fixed;
    left:81%;
    top: 90%; 
    }

    
}
@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 0;
  }
  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center;
  }
  #modal1{
    border: 0px;
    align-self: center;
    left: 45px;
    z-index: 9999;
    position:relative;
    position:fixed;
    left:62%;
    top: 51%; 
    }

    
}
.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
} 
.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: #29aafe;
} 
.social-icons a.facebook:hover {
  background-color: #3b5998;
}
.social-icons a.twitter:hover {
  background-color: #00aced;
}
.social-icons a.linkedin:hover {
  background-color: #007bb6;
}
.social-icons a.dribbble:hover {
  background-color: #ea4c89;
}

/*--contact us--*/

#form_body{
  margin:0;
	padding: 0;
	text-align: center;
	background: linear-gradient(rgba(0,0,50,0.5),rgba(0,0,50,0.5)),url('image/bg.jpg');
	background-size: cover;
	color: #fff;
	font-family: sans-serif;
  
  

}
.contact-title
{
	margin-top: 100px;
	color: #fff;
	text-transform: uppercase;
	transition: all 4s ease-in-out;
  
  
}
.contact-title h1
{
	font-size: 32px;
	line-height: 10px;
}
.contact-title h2
{
	font-size: 16px;
}


.form
{
	margin-top: 50px;
	transition: all 4s ease-in-out;
  
}

.form-control
{
	width: 100%;
	background: transparent;
	border: none;
	outline: none;
	border-bottom: 1px solid gray;
	color: #fff;
	margin-bottom: 16px;
	font-size: 18px;
}

input	
{
	height: 45px;
}


form .submit
{
	background: #009688;
	border-color: transparent;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	height: 50px;
	margin-top: 20px;
}

form .submit:hover
{
	background: #00bcd4;
	cursor:pointer;
}

#e-bro img:hover{
  padding: 5px;
  
  
}

.headtext{
  text-transform: uppercase;
  text-align: center;
  height: 75px;
  background: rgba(185, 191, 201, 0.822);
  display:flexbox;
  padding:15px
}



  /* ----Media Query---*/
  @media(max-width : 998px){
    .icon-bar a{
      width: -20.0rem;
    }

   #carouselExampleControls
    iframe{
      height: 350px!important;
    }
    
    .Parallax-1 h5{
      color: #f2f2f2;
      text-align: center;
      height: auto;
    

@media(max-width : 768px){
  .icon-bar a{
    width: -20.0rem ;
  }

  #carouselExampleControls iframe{
    height: 350px!important;
  }
  .Parallax-1 h5{
    color: #f2f2f2;
    text-align: center;
    height: auto;

}

.container1{
  margin-top: 25px;
  
}