/*Topnav Start*/



.top-nav {
    height: 40px;
    /*background-color: #002651;*/
    background-color:#0f315b;
    color: rgb(0, 0, 0);
    font-weight:500;
    padding-top: 7px;
    text-align: center;
}

.topnav {
    overflow: hidden;
    /*background-color: #333;*/
}

.topnav a {
    margin: 0px 18px;
    float: center;
    color: #f2f2f2;
    /*margin-left:30px;*/
    text-align: center;
    /*padding: 14px 16px;*/
    text-decoration: none;
    font-size: 12px;
}



@media only screen and (max-width: 991px) {
.topnav a {
  font-size: 18px;
 
}


}

.topnav a:hover {
    /* background-color: #ddd; */
    color: rgb(255, 255, 255);
}



/*Topnav End */




/*--------------------- Bottom Navbar Start------------------- */


.navbar {
    /*height: 50px;*/
    /*background-color: rgb(64, 64, 66);*/
    color: aliceblue;
    padding-top: 5px;
   
}



.logo-nav img{
       height: 43px;
    width: auto;
    /*margin-left: 6px;*/
}


/*--------------------- Bottom Navbar End------------------- */


/*.bttm-navbar {*/
/*    overflow: hidden;*/
/*    background-color: #333;*/
    /* font-family: Arial, Helvetica, sans-serif; */
/*    font-family: monospace;*/
/*}*/

/*.bttm-navbar a {*/
/*    float: right;*/
/*    font-size: 16px;*/
/*    color: white;*/
/*    text-align: center;*/
/*    padding: 14px 16px;*/
/*    text-decoration: none;*/
/*}*/

/*.bttm-dropdown {*/
/*    float: right;*/
/*    overflow: hidden;*/
/*}*/

/*.bttm-dropdown .bttm-dropbtn {*/
/*    font-size: 16px;*/
/*    border: none;*/
/*    outline: none;*/
/*    color: white;*/
/*    padding: 14px 16px;*/
/*    background-color: inherit;*/
/*    font: inherit;*/
/*    margin: 0;*/
/*}*/

/*.bttm-navbar a:hover,*/
/*.bttm-dropdown:hover .bttm-dropbtn {*/
/*    background-color: red;*/
/*}*/

/*.bttm-dropdown-content {*/
/*    display: none;*/
/*    position: absolute;*/
/*    background-color: #f9f9f9;*/
/*    width: 100%;*/
/*    left: 0;*/
/*    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);*/
/*    z-index: 1;*/
/*}*/

/*.bttm-dropdown-content .header {*/
/*    background: red;*/
/*    padding: 16px;*/
/*    color: white;*/
/*}*/

/*.bttm-dropdown:hover .bttm-dropdown-content {*/
/*    display: block;*/
/*}*/

/* Create three equal columns that floats next to each other */

/*.bttm-column {*/
/*    float: left;*/
/*    width: 30.33%;*/
/*    padding: 10px;*/
/*    background-color: #ccc;*/
/*    height: 250px;*/
/*    border: 2px solid red;*/
/*}*/

/*.bttm-column a {*/
/*    float: none;*/
/*    color: black;*/
/*    padding: 16px;*/
/*    text-decoration: none;*/
/*    display: block;*/
/*    text-align: left;*/
/*}*/

/*.bttm-column a:hover {*/
/*    background-color: #ddd;*/
/*}*/


/* Clear floats after the columns */

/*.bttm-row:after {*/
/*    content: "";*/
/*    display: table;*/
/*    clear: both;*/
/*}*/


/*Common Section Start*/
.wlcm,.prod, .infra{
    padding: 50px;
 
}

@media only screen and (max-width: 991px) {
  .wlcm,.prod, .infra{
    padding: 10px;
 
}

}
.wlcm h4, .prod h4{
    text-align: center;
    font-size: 18px;
}

.wlcm p, .infra p{
    line-height: 35px;
        text-align: justify;
}

/*Common Section End*/



/*Welcome Section Start*/

/*Welcome Section End */


/*Infra Section Start*/



.infra img{
    height: 100%;
    width: -webkit-fill-available;;
}

/*Infra Section End*/


/*Production Section Start*/
.prod,.signup{
    background: #ffffff;
    
}
.prod-inner{
    padding-bottom: 20px;
}
.prod img{
  width: 100%;
    height: 300px;
    /*border-top-left-radius: 10px;*/
    /* border-top-right-radius: 10px; */
    padding: 10px;
    border-radius: 20px;
   
    
}

.prod-inner{
     padding-bottom: 20px;
}

.p-img{
    
}
.p-txt{
        background: white;
    text-align: center;
    padding: 10px;
}

/*Production Section End*/


.signup img{
        width: -webkit-fill-available;
}

/*Product Image Effect Start*/


figure {
	overflow: hidden;
}

a p {
	color: black;
	margin-top: 8px;
	font-family: 'Open Sans', sans-serif;
}

a:hover {
	text-decoration: none;
}

.column img {
	display: block;
	width: 100%;
	height: 300px;
}


/*Zoom In*/
.column#zoomIn img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.column#zoomIn:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}


/* Craeted refering to LittleSnippets.net Pen: https://codepen.io/littlesnippets/pen/adLELd */
.frame {
	text-align: center;	
	position: relative;
	cursor: pointer;	
	perspective: 500px; 
}
.frame img {
	width: 300px;
	height: 300px;
}
.frame .details {
	width: 70%;
	height: 80%;	
	padding: 5% 8%;
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotateY(90deg);
	transform-origin: 50%;
	background: rgba(255,255,255,0.9);	
	opacity: 0;
	transition: all 0.4s ease-in;
	
}
.frame:hover .details {
	transform: translate(-50%, -50%) rotateY(0deg);
	opacity: 1;
}


/*Product Image Effect End*/



.mlt-bnnr{
    /*background-image: url('../image/brdcrm/Breadcrumb02.jpeg');*/
    /*background:aliceblue;*/
    height: 200px;
    background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.brdcrm-multicolor{
    background-image: linear-gradient(103deg, #ffffff59, transparent), url('../image/brdcrm/multicolor.jpg');
}
.brdcrm-linen{
    background-image: linear-gradient(103deg, #ffffff59, transparent), url('../image/brdcrm/linen.jpg');
}

.brdcrm-fancy{
    background-image: linear-gradient(103deg, #ffffff59, transparent), url('../image/brdcrm/fancy.jpg');
}


.mlt-bnnr h4{
    text-align: center;
    padding-top: 20px;
}
 .mlt-bnnr p{
    text-align: center;
    padding-top: 5px;
    text-align: center;
}
.mlt-lwr{
    padding: 50px 10px;
}
.mlt-lwr img{
        width: -webkit-fill-available;
    /*border-top-left-radius: 10px;*/
    /*border-top-right-radius: 10px;*/
    width: 100% ! important;
    /* height: 100% ! important; */
    object-fit: contain;
    padding: 20px;
    border-radius:30px;
    
    
}

.mlt-lwr p{
      text-align: justify;
      /*padding:10px;*/
}


/*about-button*/

:active, :hover, :focus {
  outline: 0!important;
  outline-offset: 0;
}
/*::before,*/
/*::after {*/
/*  position: relative;*/
/*  content: "";*/
/*}*/

.btn-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100px;
  margin: 10px auto 35px;
}
.btn {
  position: relative;
  display: inline-block;
  width: auto; height: auto;
  background-color: #0f315b;
  border: none;
  cursor: pointer;
  margin: 0px 25px 15px;
  min-width: 150px;
}
  .btn span {         
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    top: 0; left: 0;
    width: 100%;
    color:blue;
    padding: 0px  6px;
    transition: 0.3s;
  }

/*--- btn-1 ---*/
.btn-1::before {
  background-color: rgb(28, 31, 30);
  transition: 0.3s ease-out;
}
.btn-1 span {
  color: rgb(255,255,255);
  border: 1px solid rgb(28, 31, 30);
  transition: 0.2s 0.1s;
}
.btn-1 span:hover {
  color: rgb(28, 31, 30);
  transition: 0.2s 0.1s;
}



/* 2.hover-filled-slide-up */
.btn.hover-filled-slide-up::before {
  top: 0; left: 0; right: 0;
  height: 100%; width: 100%;
}
.btn.hover-filled-slide-up:hover::before {
  height: 0%;
}


.read_bt {
    width: 150px;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    display: flex;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fefefd;
    text-align: center;
    background-color: #000b84;
    /*font-weight: bold;*/
    padding: 10px;
    border-radius:25px;
    text-decoration:none;
}

.read_bt a:hover {
    color: #fefefd;
    background-color: #363636;
}



/*Fabric Page*/

/*.container img{*/
/*     max-width: 100%;*/
/*}*/



/*Contact Us Page*/


		.title{
		font-size:2em;
		color:#8c0c60;
		display:block;
		}
		
		@media only screen and (max-width: 600px) {
		       .title{
		        padding-top: 40px;   
		       }
		        
		}

		
		.sub-title{
		font-size:0.8em;
		color:gray;
		display:block;
		}
		
		.btn1{
		padding:10px 20px;
		background:transparent;
		border:1px solid #8c0c3c;
		color:#8c0c3c;
		border-radius:3px;
		outline:none;
		transition:0.5s;
		text-decoration: none;
		}
		
		.btn1:hover{
		background:#8c0c3c;
		color:#fff;
		}
		
		.btn2{
		padding:10px 20px;
		border-radius:3px;
		background:#1e1e1e;
		border:1px solid #1e1e1e;
		color:#fff;
		outline:none;
		transition:0.5s;
		text-decoration: none;
		}
		
		.btn2:hover{
		background:transparent;
		color:#1e1e1e;
		}
		
		.title:before{
		content:" ";
		font-family:"FontAwesome";
		font-size:30px;
		}
		
		a{
		text-decoration:none;
		}
		
		.section2,.section3{
		width:90%;
		margin:5% 0%;
		margin-left:auto;
		margin-right:auto;
		}
		
		.section2 table,.section3 table{
		width:100%;
		}
		
		.section2 table td,.section3 table td{
		width:50%;
		}
		
		.section2 table td img,.section3 table td img{
		width:80%;
		height:70%;
		margin-left:auto;
		margin-right:auto;
		box-shadow:0px 6px 16px -6px rgba(1,1,1,0.5);
		}
		
		.section3 table td img{
		float:right;
		}
		
		
		@media (max-width:720px){
		.section2 table td, .section3 table td{
		width:100%;
		display:block;
		}
		.section3 table td img{
		float:none;
		margin-top:4%;
		}
		.section2 table td img,.section3 table td img{
		width:100%;
		height:60%;
		}
		}

@media (max-width:300px){
  .section2,.section3{
    font-size:12px;
  }
  .section3 table td img{
		float:none;
		margin-top:8%;
		}
  .btn1,.btn2{
    padding:5px 10px;
  }
}
.footer{
  position:fixed;
  box-shadow:0px 6px 16px -6px rgba(1,1,1,0.5);
  background:#1e1e1e;
  padding:10px 20px;
  color:gray;
  font-size:13px;
  position:fixed;
  bottom:10px;
  right:0;
}


/*Our Products Heading*/



/* === BASE HEADING === */ 

h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}
h1 em {
  font-style: normal;
  font-weight: 600;
}

/*------------------ Our Products Section Start-----------------*/


.thirteen h1 {
    position: relative;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
    width: 249px;
    text-align: center;
    margin: auto;
    white-space: nowrap;
    border: 2px solid #222;
    padding: 5px 11px 3px 11px;
}
.thirteen h1:before, .thirteen h1:after {
    background-color: #0f315b;
    position:absolute; 
    content: '';
    height: 7px;

    width: 7px; border-radius:50%;
    bottom: 12px;
}
.thirteen h1:before {
   left:-20px;
}
.thirteen h1:after {
   right:-20px;
}



.container{
     display: flex;
     flex-wrap: wrap;
     align-items: stretch;
     justify-content: center;
}
.cards{
     flex: 0 0 250px; margin: 10px;
     border: 1px solid #ccc;
     box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
     text-align: center;
         border-radius: 10px;
}

.cards-main{
     flex: 0 0 300px; 
     margin: 30px;
     border: 1px solid #ccc;
     box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
     text-align: center;
         border-radius: 10px;
             background: white;
}

@media only screen and (max-width: 991px) {


.cards {
    flex: 0 0 325px;
    margin: 10px;
    border: 1px solid #ccc;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
    text-align: center;
}
.cards-main {
    flex: 0 0 325px;
    margin: 10px;
    border: 1px solid #ccc;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
    text-align: center;
}
}

.texts{
     padding: 5px; margin-bottom:10px;
     background: #ffffff;
}
.texts button{
  border: none;
    padding: 5px 15px;
    background: #0f315b;
    color: #fff;
    font-weight: 600;
    transition: all 0.3s ease-in;
    border-radius: 10px;
}
.texts button:hover{
     background: #E0E3DA; color: #566270; cursor: pointer;
}


/*--------------- Our Products Section End --------------------------*/

.abt{
    padding:40px;
}

.abt img{
       height: 100%;
    vertical-align: middle;
    width: 100%;
    object-fit: contain;
    /* border-radius: 10px; */
    border: 2px solid black;
    padding: 5px;
}

/*-------------------Homepage About Section Start--------------------*/



.we-are-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  /*height: 900px;*/
  padding: 80px 40px;
  background:#f6f6f6;
}

@media screen and (max-width: 991px) {
  .we-are-block {
      padding: 0px 0px;
    padding-top: 10px;
            padding-bottom: 40px;
  }
  .history-info a{
           box-shadow: rgb(38, 57, 77) 0px 0px 0px 0px;
               margin-bottom: 30px;
  }
}




#history-section {
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 860px) {
  #history-section {
    flex-direction: column;
    justify-content: space-between;
  }
}

.history-image {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 820px;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 860px) {
  .history-image {
    position: relative;
    width: 100%;
    height: 40%;
  }
}

@media screen and (max-width: 747px) {
  .history-image {
    height: 35%;
  }
}

@media screen and (max-width: 644px) {
  .history-image img {
    position: absolute;
    right: 0px;
  }
}

/*---------------------Homepage About Section End-------------------------*/


/*@media screen and (max-width: 860px) {*/
/*  .we-are-block {*/
/*    height: 2200px;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 500px) {*/
/*  .we-are-block {*/
/*    height: 2300px;*/
/*  }*/
/*}*/

#about-us-section {
  background: #0f315b;
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 860px) {
  #about-us-section {
    flex-direction: column;
    justify-content: space-between;
  }
}

.about-us-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
}


.about-us-image img{
    height:100%;
    width:100%;
    object-fit:cover;
}

.history-image img{
     height:100%;
    width:100%;
    object-fit:cover;
}

@media screen and (max-width: 860px) {
  .about-us-image {
    position: relative;
    width: 100%;
    height: 45%;
  }
}

@media screen and (max-width: 747px) {
  .about-us-image {
    height: 35%;
  }
}

@media screen and (max-width: 644px) {
  .about-us-image img {
    position: absolute;
    left: 0px;
  }
}

.about-us-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-evenly;
  width: 40%;
  height: 80%;
  margin-right: 850px;
  margin-left: 12px;
  z-index: 2;
}

@media screen and (max-width: 1353px) {
  .about-us-info {
    margin-right: 400px;
    width: 60%;
    background: #0f315b;
    padding: 0px 25px 0px 0px;
  }
}

@media screen and (max-width: 1238px) {
  .about-us-info {
    margin-right: 340px;
    width: 100%;
  }
}

@media screen and (max-width: 1111px) {
  .about-us-info {
    margin-right: 270px;
  }
}

@media screen and (max-width: 910px) {
  .about-us-info {
    margin-right: 150px;
  }
}

@media screen and (max-width: 860px) {
  .about-us-info {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 20px 0px 20px !important;
    width: 100%;
    height: 55%;
    align-items: center;
  }
}

@media screen and (max-width: 747px) {
  .about-us-info {
    height: 65%;
  }
}

.about-us-info h2 {
  color: white;
  font-size: 40pt;
  /*text-align: justify;*/
}

@media screen and (max-width: 860px) {
  .about-us-info h2 {
    text-align: center;
  }
}

.about-us-info p {
  color: white;
  font-size: 14pt;
  text-align: justify;
}

@media screen and (max-width: 860px) {
  .about-us-info p {
    text-align: justify;
  }
}

.about-us-info a {
  background-color: white;
  color: #0f315b;
  width: 180px;
  text-align: center;
  padding: 15px 0px 15px 0px;
  font-size: 14pt;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  text-decoration:none;
}

.about-us-info a:hover {
  background: #404140;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  transform: translateY(10px);
}

.history-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  width: 40%;
  height: 80%;
  margin-left: 850px;
  margin-right: 12px;
  z-index: 2;
}

@media screen and (max-width: 1353px) {
  .history-info {
         margin-left: 535px;
        width: 60%;
        background: #ffffffd4;
        padding: 0px 25px 0px 25px;
  }
}

@media screen and (max-width: 1238px) {
  .history-info {
    margin-left: 340px;
    width: 100%;
  }
}

@media screen and (max-width: 1111px) {
  .history-info {
    margin-left: 270px;
  }
}

@media screen and (max-width: 910px) {
  .history-info {
    margin-left: 150px;
  }
  
}

@media screen and (max-width: 860px) {
  .history-info {
    margin: 0px 0px 0px 0px !important;
    /*padding: 0px 40px 0px 40px !important;*/
    width: 100%;
    height: 60%;
    /*align-items: justify;*/
  }
}

@media screen and (max-width: 747px) {
  .history-info {
    height: 65%;
  }
}

.history-info h2 {
  color: #0c4c91;
  font-size: 40pt;
  text-align: left;
}

@media screen and (max-width: 860px) {
  .history-info h2 {
    text-align: center;
    font-size:30px;
  }
}

.history-info p {
  color: #0c4c91;
  font-size: 14pt;
  text-align: justify;
}

@media screen and (max-width: 860px) {
  .history-info p {
    text-align: justify;
    font-size:15px;
  }
}

.history-info a {
  background-color: #0f315b;
  color: white;
  width: 180px;
  text-align: center;
  padding: 15px 0px 15px 0px;
  font-size: 14pt;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  text-decoration:none;
}

.history-info a:hover {
  background: #404140;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  transform: translateY(10px);
}



/*Contact Page*/
.contact-p{
    background-image: url('../image/background2.jpg');
    /*background:aliceblue;*/
    /*height: 200px;*/
    background-position: center;
background-repeat: no-repeat;
background-size: cover;

}

.brdcrm-txt{
        text-align-last: start;
            padding: 50px 0px 0px 22px;
    
}

.brdcrm-txt h4, .brdcrm-txt p{
    text-transform:uppercase;
        color: #0f315b;
} 

.brdcrm-txt a{
    text-decoration:none;
   color: #0f315b;
}

.section2 p, .section3 p{
        padding: 20px 0px;
    text-align: justify;
} 



.single-banner-slide {
	height: 91vh;
	width: 98.7vw;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 991px) {

.single-banner-slide {
	height: 20vh;

}
}

.single-banner-slide span {
color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    background: linear-gradient(357deg, #272727, transparent);
    font-size: 25px;
    width: 40%;
    text-align: center;
    border-radius: 2%;
}

@media only screen and (max-width: 600px) {
.single-banner-slide span {

    width: 90%;
  
}
}



/*--------------------------Banner Section Start----------------------*/

.single-banner-slide h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 60px;
}
.single-banner-slide::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	/*background: rgba(0, 0, 0, 0.4);*/
	z-index: -1;
	width: 100%;
	height: 100%;
}
.single-banner-slide p {
	color: #fff;
	font-size: 15px;
	max-width: 50%;
	margin: 0 auto;
	text-align: center;
}
.single-banner-slide a {
	color: #000;
	background: #fff;
	padding: 10px 45px;
	border-radius: 100px;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
	margin-top: 30px;
	transition: 0.3s;
}

@media only screen and (max-width: 991px) {
.single-banner-slide a {
        color: #000;
        background: #fff;
        padding: 5px 20px;
        border-radius: 100px;
        text-decoration: none;
        font-size: 7px;
        font-weight: 600;
        /* margin-top: 16px; */
        margin-top: 6rem;
        transition: 0.3s;
        margin-left: 12rem;
}
}


.single-banner-slide a:hover {
	color: #fff;
	background: #000;
}

.owl-dots {
	display: none !important;
}

/*-------------------Banner Section End-------------------------*/


.gallery{
    flex: 0 0 345px ! important;
}

@media only screen and (max-width: 991px) {

.nav-mail, .nav-social, .nav-loc{
    display:none;
}


}

.float{
	position:fixed;
	width:45px;
	height:45px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:0px;
}

.footer-map{
    width:200px;
    height:150px;
}


@media only screen and (max-width: 991px) {

.footer-map{
    width:330px;
    height:200px;

}

}
