@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');

/*---------------------------------------------------------top-----------------------------------------------*/
a{
	text-decoration:none !important;
}
a:hover{
	text-decoration:none !important;
}


.topbg{
	background:#f2f2f2;
	padding:10px 0;
	display:block;
	visibility:visible;
}
.topbg_left{
	width:100%;
	text-align:center;
}
.topbg_left a{
	text-decoration:none;
	font-size:14px;
	color:#036;
}
.topbg_left a:hover{
	color:#e72435;
	text-decoration:none;
}
.topbg_left i{
	color:#e72435;
}
@media (max-width:700px) {
.topbg{
	display:none;
	visibility:hidden;
}	
}
.navwall{
	background:#FFF;
}
/*---------------------------------------------------------top-----------------------------------------------*/
/*---------------------------------------------------------banner-----------------------------------------------*/
.fade-carousel {
    position: relative;
    /*height: 100vh;*/
}
.fade-carousel .carousel-inner .item {
   /* height: 100vh;*/
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #003366;
    /*border-color: #FFFFFF;*/
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 15px;
  height: 15px;
  opacity: 1;
  background-color: #de2234;
  border-color: #FFFFFF;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
	font-family: 'Alata', sans-serif;
    font-size: 50px;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height:100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
/*.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color:transparent;
    border-color: #FFFFFF;
    outline: none;
    margin: 20px auto;
}*/

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 90vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image:url(../images/banner.jpg); 
}
.fade-carousel .slides .slide-2 {
  background-image:url(../images/banner1.jpg);
}
.fade-carousel .slides .slide-3 {
  background-image:url(../images/banner2.jpg);
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}
/*---------------------------------------------------------banner-----------------------------------------------*/
/*---------------------------------------------------------box-----------------------------------------------*/
.box1{
	background:#f6f6f6;
	padding:35px;
	clear:both;
	box-shadow:#999 1px 1px 2px;
}
.box1 h1{
	font-family: 'Alata', sans-serif;
	font-size:35px;
	color:#25285f;
	margin:0 0 10px 0;
	font-weight:normal;
	/*margin-top:5px;float:left;*/
	text-align:center;
	clear:both;
}
.box1 p{
	font-size:17px;
	color:#666;
	/*margin-bottom:5px;float:left;*/
	margin-left:5px;
	text-align:center;
	clear:both;
}
.box2{
	background:#b90000;
	padding:35px;
	box-shadow:#999 1px 1px 2px;
}
.box2 h1{
	font-family: 'Alata', sans-serif;
	font-size:35px;
	color:#FFF;
	margin:0 0 10px 0;
	font-weight:normal;
	text-align:center;
	clear:both;
}
.box2 p{
	font-size:17px;
	color:#CCC;
	/*margin-bottom:5px;float:left;*/
	margin-left:5px;
	text-align:center;
	clear:both;
}
/*---------------------------------------------------------box-----------------------------------------------*/
/*---------------------------------------------------------about-----------------------------------------------*/
.aboutbg{
	background:#fff;
	padding:50px 0;
}
.about h1{
	font-family: 'Alata', sans-serif;
	font-size:45px;
	color:#25285f;
	margin-bottom:45px;
	font-weight:normal;
	text-align:center;
}
/*.about p{
	font-size:20px;
	color:#de2233;
	margin-bottom:45px;
	text-align:center;
}*/
.abt_left{
	margin-bottom:20px;
}
.abt_right{
	font-size:18px;
	color:#333333;
	margin-bottom:25px;
	/*float:left;*/
	text-align:justify;
	line-height:30px;
}
.btn_box{
	display:inline-block;
	padding:15px 20px;
	background:#de2233;
	border-radius:10px;
	text-decoration:none;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	transition:all 2s ease;
	box-shadow:#999 1px 1px 2px;
	/*float:right;*/
	margin-top:25px;
	border:none;
}
.btn_box:hover{
	background:#030f27;
	color:#FFF;
	box-shadow:none;
}	
/*---------------------------------------------------------about-----------------------------------------------*/
/*---------------------------------------------------------Industries-----------------------------------------------*/
.Industriesbg{
	background:#f8f9fa;
	padding:50px 0;
}
.Industries h1{
	font-family: 'Alata', sans-serif;
	font-size:45px;
	color:#25285f;
	margin-bottom:55px;
	font-weight:normal;
	text-align:center;
}
.Indues_box{
	padding:25px 15px;
	background:#de2233;
	transition:all 2s ease;
	box-shadow:#999 1px 1px 2px;
	margin-bottom:20px;
}
.Indues_box h3{
	font-family: 'Alata', sans-serif;
	font-size:25px;
	color:#FFF;
	text-align:center;
	margin:5px 0 0 0;
}
.Indues_box2{
	padding:25px 15px;
	background:#030f27;
	transition:all 2s ease;
	box-shadow:#999 1px 1px 2px;
	margin-bottom:20px;
}
.Indues_box2 h3{
	font-family: 'Alata', sans-serif;
	font-size:25px;
	color:#FFF;
	text-align:center;
	margin:5px 0 0 0;
}
/*.Indues_box:hover{
	background:#030f27;
}*/
/*---------------------------------------------------------Industries-----------------------------------------------*/
/*---------------------------------------------------------gallery-----------------------------------------------*/
/*.gallerybg{
	background:#FFFFFF;
	padding:50px 0;
}
.gallery h1{
	font-family:font-family: 'Righteous', cursive;
	font-size:45px;
	color:#030f27;
	margin-bottom:55px;
	font-weight:bold;
	text-align:center;
}
.glly_bx{
	background:#FFF;
	padding:0px;
	margin-bottom:15px;
	transition:all 6s ease;
	box-shadow:#999 1px 1px 2px;
}
.glly_bx:hover{
	margin-top:20px;
}
}
.glly_bx h1{
	font-size:25px;
	color:#000;
	margin-bottom:25px;
	text-align:center;
}*/

.gallery-area {
    position: relative;
}
.gallery-area .single-item-area .img-box-area {
    display: block;
    overflow: hidden;
    position: relative;
    border: 1px solid #e5e5e5;
    padding: 8px;
}
.gallery-area .single-item-area .img-box-area img {
    position: relative;
    width: 100%;
}
.single-item-area .img-box-area .overlay .box .content a i {
    border: 2px solid #fff;
    text-align: center;
    color: #de2233;
    display: inline-block;
    font-size: 15px;
    height: 55px;
    line-height: 53px;
    transition: all 500ms ease 0s;
    width: 55px;
    margin-bottom: 15px;
    border-radius: 0;
}
.single-item-area:hover .img-box-area .overlay {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.overlay {
    width: 96%;
    height: 96%;
    position: absolute;
    top: 2%;
    left: 2%;
    -webkit-transform: scale(0);
    transform: scale(0);
    background: rgba(21, 34, 63, 0.75);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}
.gallery-area h5 {
    color: #fff;
}
.gallery-area .owl-dots {
    display: none !important;
}
.gallery-area .owl-theme .owl-controls {
    display: block;
    position: relative;
    margin-top:35px;
    text-align: center;
}
.gallery-area .owl-prev span, .gallery-area . span {
   color: #333333;
}
.gallery-area .owl-prev:hover span, .gallery-area .owl-next:hover span {
    color: #fff;
    transition: all 500ms ease;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    background: none repeat scroll 0 0 #FF0000 !important;
    color: white;
    text-decoration: none;
    border: 1px solid #FF0000 !important;
    transition: all 500ms ease;
}
.section-padding {
    padding: 80px 0px 80px 0px;
}
.centered {
    text-align: center;
}
.section-title h2 {
	font-family: 'Alata', sans-serif;
    position: relative;
    font-weight: 700;
    font-size:45px;
    margin-bottom:55px;
	color:#25285f;
	font-weight:normal;
}
.title-text {
    position: relative;
    margin-bottom: 68px;
}
/*.title-text p {
    font-size: 16px;
    max-width: 650px;
    color: #444;
    margin:0 auto;
}*/
.title-text:before {
    position: absolute;
    content: '';
    height: 5px;
    border-bottom: 3px double #de2233;
    width: 100px;
    border-radius: 0px;
    left: 0;
    right: 0px;
    margin: auto;
    bottom: -18px;
}
 @media (min-width:1200px) {
.container {
    padding: 0px 0px;
}
}
/*---------------------------------------------------------gallery-----------------------------------------------*/
/*---------------------------------------------------------map-----------------------------------------------*/
.map{
	padding:0;}
/*---------------------------------------------------------map-----------------------------------------------*/
/*---------------------------------------------------------foote-----------------------------------------------*/
.footebg{
	background:#030f27;
	padding:50px 0 5px 0;
	margin-top:15px;
}
.footer h1{
	font-size:25px;
	color:#FFF;
	margin-bottom:15px;
	float:left;
}
.underline{
	display:block;
	width:100px; 
	height:3px;
	background:#de2233;
	float:left;
	/*margin:0 0 30px 0;*/
	margin-bottom:20px;
}
.foot h3{
	font-size:14px;
	color:#CCC;
	float:left;
	line-height:20px;
	clear:both;
}
.footer_box ul{
	margin:10px 0;
	padding:0;
}
.footer_box ul li{
	font-size:14px;
	/*text-align:center;*/
	color:#CCC;
	line-height:35px;
	transition:all 0.3s ease; /* CSS transition : for text animate */
	list-style-type:none;
	text-decoration:none;
}

.footer_box ul li:hover{	
	color:#de2233;
	padding-left:10px;
	transition:all 0.3s ease; 
	list-style-type:none;
	text-decoration:none;
}
/*.footeee{
	background:none;
	padding:10px 2px;
	border:#FFF 3px;
	margin-bottom:5px;
	border-radius:85px;
	transition:all 6s ease;
	text-align:center;
	/*box-shadow:#999 1px 1px 2px;
}
.footeee:hover{
	background:#de2233;
	
}*/
.social_bx{
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 7px 0;
    text-align: center;
    border: 2px solid #FFF;
    border-radius: 60px;
    transition: .3s;
	margin-left:1px;
	clear:both;
	margin-bottom:15px;
}
.social_bx:hover{
	background:#de2233;
}
.social_img{
	float:left;
	border:#FFF;
	margin-top:30px;
}
.dw_foot{
	border-top:#de2233 3px solid;
	/*margin-bottom:20px;*/
	clear:both;
	margin-top:25px;
}
.dw_foottt h3{
	font-size:17px;
	color:#CCC;
	text-align:center;
	line-height:20px;
	clear:both;
}

/*---------------------------------------------------------foote-----------------------------------------------*/

/*-----------------------------------------------------------------------------inner-page---------------------------------------------------------------------*/

/*---------------------------------------------------------about-----------------------------------------------*/
 .image-aboutus-banner {
    background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url(../images/aboutbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    color: #fff;
    padding-top: 30px;
    padding-bottom:30px;
 }
 
  .image-aboutus-sm-banner {
    background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url(../images/aboutbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding-top: 30px;
    padding-bottom:30px;
 }
.lg-text1 {
	font-family: 'Alata', sans-serif !important;
    font-size:24px;
    font-weight: normal !important;
    text-transform: none;
    color:#fff;
}
.image-aboutus-para {
    color:#fff;
}

/*---------------------------------------------------------Dwnaboutbg-----------------------------------------------*/
.dwnaboutbg{
	background:#f8f9fa;
	padding:50px 0;
	margin-bottom:10px;
}
.dwnabout h1{
	font-family: 'Cormorant Garamond', serif;
	font-size:45px;
	color:#030f27;
	margin-bottom:55px;
	font-weight:bold;
	text-align:center;
}

.right_dwnaboutbg{
	background:#030f27;
	padding:20px;
}
.right_dwnabouttt h1{
	font-family: 'Cormorant Garamond', serif;
	font-size:30px;
	color:#FFFFFF;
	margin-bottom:35px;
	font-weight:bold;
	text-align:center;
}
.abt_btn_box{
	display:inline-block;
	padding:15px 15px;
	background:#030f27;
	border-radius:10px;
	text-decoration:none;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	transition:all 2s ease;
	box-shadow:#999 1px 1px 2px;
	/*float:right;*/
	margin-top:38px;
	border:none;
	margin-bottom:10px;
}
.abt_btn_box:hover{
	background:#d72033;
	color:#FFF;
	box-shadow:none;
}
/*---------------------------------------------------------about-----------------------------------------------*/
/*---------------------------------------------------------producut-----------------------------------------------*/
 .image-producut-banner {
    background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url(../images/product_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding-top:30px;
    padding-bottom:30px;
 }
 
  .image-producut-sm-banner {
    background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)),  url(../images/product_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding-top: 30px;
    padding-bottom:30px;
 }
.lg-text3 {
	font-family: 'Alata', sans-serif !important;
    font-size:24px;
    font-weight: normal !important;
    text-transform: none;
    color:#fff;
}
.image-aboutus-para {
    color:#fff;
}





.producutbg{
	background:#fff;
	padding:50px 0;
}
.progt h1{
	font-family: 'Cormorant Garamond', serif;
	font-size:45px;
	color:#030f27;
	margin-bottom:50px;
	font-weight:bold;
	text-align:center;
}
.progtbg{
	padding:20px 0;
	margin-bottom:20px;
}
.progt_box{
	border:#CCC 1px solid;
	padding:10px 8px;
	/*margin-bottom:25px;*/
	clear:both;
}	
.progt_box h1{
	font-size:20px;
	color:#000;
	margin-bottom:10px;
	font-weight:bold;
	float:left;
	clear:both;
	margin-left:15px;
	
}

.progt_box_cont ul{
	margin:10px 10px 10px 15px;
	padding:0;
}
.progt_box_cont ul li{
	font-family: 'Cormorant Garamond', serif;
	font-size:18px;
	/*float:left;
	text-align:center;*/
	color:#333333;
	line-height:35px;
	/* transition:all 0.3s ease; CSS transition : for text animate */
	list-style-type:none;
	text-decoration:none;
}

.producut_box{
	padding:0px 0px 10px 0;
	background-color:#d72033;
	margin-bottom:30px;
	margin-top:15px;
	transition: all 2s ease;
	/*transition:2s;
	box-shadow:#CCC 1px 1px 2px;
	border:2px #ffbd00 solid;*/
}
.producut_box:hover{
	box-shadow:#CCC 5px 5px 10px;	
}
.producut_box h1{
	font-size:17px;
	color:#FFFFFF;
	margin-left:20px;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	font-weight:bold;
}

/*---------------------------------------------------------producut-----------------------------------------------*/
/*---------------------------------------------------------contact-----------------------------------------------*/
 .image-contact-banner {
    background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url(../images/contact_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding-top: 50px;
    padding-bottom:50px;
 }
 
  .image-contact-sm-banner {
    background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url(../images/contact_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding-top: 30px;
    padding-bottom:30px;
 }
.lg-text2 {
	font-family: 'Alata', sans-serif !important;
    font-size:24px;
    font-weight: normal !important;
    text-transform: none;
    color:#fff;
}
.image-aboutus-para {
    color:#fff;
}




.contactbg{
	background:#fff;
	padding:50px 0;
}
.contact h1{
	font-family: 'Alata', sans-serif !important;
	font-size:45px;
	color:#030f27;
	margin-bottom:50px;
	font-weight:normal;
	text-align:center;
}
.left_aabbttbg{
	background:#030f27;
	padding:20px;
}
.left_aabbtt h1{
	font-family: 'Cormorant Garamond', serif;
	font-size:30px;
	color:#FFFFFF;
	margin-bottom:25px;
	font-weight:bold;
	text-align:center;
}

.first_line{
	/*margin-bottom:25px;*/
	border-bottom:#de2233 2ps solid;
}
.left_aabbtt_booox h1{
	font-size:20px;
	color:#FFF;
	float:left;
	margin-bottom:15px;
}
.left_aabbtt_booox p{
	font-size:17px;
	color:#CCC;
	float:left;
	margin-bottom:15px;
}

.right_aabbttbg{
	background:#de2233;
	padding:20px;
}
.right_aabbtt h1{
	font-family: 'Cormorant Garamond', serif;
	font-size:30px;
	color:#FFFFFF;
	margin-bottom:35px;
	font-weight:bold;
	text-align:center;
}
.contact_btn_box{
	display:inline-block;
	padding:10px 15px;
	background:#030f27;
	border-radius:10px;
	text-decoration:none;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	transition:all 2s ease;
	box-shadow:#999 1px 1px 2px;
	/*float:right;*/
	margin-top:20px;
	border:none;
	margin-bottom:20px;
}
.contact_btn_box:hover{
	background:#FFFFFF;
	color:#000;
	box-shadow:none;
}
/*---------------------------------------------------------contact-----------------------------------------------*/

.thumblevel{
	background-color:#d41f32;
	display:block;
	padding:5px;
	color:#FFF;
	font-size:15px;
	border-top:#FFF 5px solid;
}