body {
	padding-top: 50px;
	color: #ffffff;
	font-family: 'Raleway' ! important;
	overflow-x: hidden;
	text-align: justify !important;
	}

p{
	line-height: 1.7em;
}
b{
	font-weight: 600 !important;
	font-family: 'Raleway ExtraBold', arial;
}
#preloader{
	background: #ffffff url(../images/preload.gif) no-repeat center center;
	background-size: 15%;
	width: 100%;
	height: 100%;
	position: fixed;
	
	z-index: 999999;
	overflow-x: hidden !important;
}
#line{
	
	border-top: 1px solid #cecece;
	width: 100%;
	margin-left: 0%;
	position: relative;
}

h1{
	font-family: 'Raleway Semibold';
	font-weight: bolder;
	color: #757575;
	margin-left: 10%;
	margin-bottom: 0%;
}	
h2{
	font-family: 'Raleway Semibold';
	color: #A60101;
}
h4, h5, h6 {
	color: black;
	}
h3{
	
	color: #A60101;
}
.justify-content-around{
display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.navbar-toggle{
	margin-top: 30px !important;
    margin-right: 30px !important;
    margin-bottom: 30px !important;
}
#about{
	height: 100%;
	width: 100%;
	border-radius: 10px;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	object-fit: cover;
}
.feature {
	background: yellowgreen linear-gradient(to bottom, greenyellow, olivedrab);
	color: black;
	}

#feature-carousel {
	height: 100%;	
	margin-top: 3%;
	}
.combo{
	
	padding: 20px 0;
	background-color: #e6e6e6;
}
.sahead{
	background-color: #a51d21;
	color: #fff;
	padding: 5px;
}
.co{
	border-right: 1px dashed #757575;
}
.co ul{
	padding: 5px 3	0px;
	list-style-type: square;
}
.sa{
	background-color: #e6e6e6;
	
}
.sali{
	margin: auto;	
}
.sali ul{
	border:1px solid #252525;
	line-height: 2;
	padding: 22px 38px;
	list-style-type: circle;
}
.contain {
    background-image: linear-gradient(45deg, #B50101, #770000);
  
  }
 
.carousel-control{
	position:absolute;
	top: 7%;
	bottom:0;
	left:0;
	width:10% !important;
	height: 96%;
	
	color:rgb(8, 8, 8);
	text-align:center;
	text-shadow:0 1px 2px rgba(0,0,0,.6);
	filter:alpha(opacity=0);
	opacity:0;
}

		
.img-responsive{
	height: 100%;
}

.footer-blurb {
    padding: 30px 0;
    background-color: yellowgreen;
    color: black;
}
    
.footer-blurb-item {
    padding: 30px;
    }
 
.small-print {
	background-color: #fff;
	padding: 30px 0;
}

.feature,
.page-intro,
.article-intro,
.footer-blurb,
.small-print {
	text-align: center;
	}

button {
        
    color: #fff!important;
	border: none;
	
    background-color: black!important;
    border-radius: 10px!important;
}

.pdf {
	width: 14% !important;
	background-color: #ffffff00 !important;
	padding: 5px;
	border-radius: 0px !important;
	

}

.pdf a{
	color: #a51d21 !important;
}
.pdf img{
	width: 30%;
	
}
#logo{
	height: 30%;
	width: 70%;

	
}
.navbar-inverse {
   
    border-color: #ffffff00 !important;
}
#navbar{
	float: right;
	background-color: #fff;
	border-radius: 10px;
	color: black;
	padding: 20px 0 20px 0px;
	
	font-weight: 600;
}
.navbar-inverse{
    background-color: rgba(255, 255, 255, 0);
	/* height: 12%; */
	width: auto;
    border-color: #08080800;
}
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{
	margin-top: 5%;
	padding: 10px 30px;
	color:#A60101;
	
	
}

#para1{
	color:#000000;
	
	font-family: 'Raleway SemiBold', arial;
	margin-left: -50%;
    margin-top: 10%;
}
#para2{
	text-align: justify;
    margin-left: 5%;
}
#head1{
	color:#A60101;
	font-weight: 900;
	
	font-family: 'Raleway ExtraBold', arial;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: rgb(0, 0, 0);
	background-color:#ffffff;
	height: 12%;
	width: auto;
	padding: 10px 20px;
	box-shadow: 0px 2px 9px #bbbbbb42;
	border-radius: 10px;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 5px;
}
.dropdown-toggle {
	border-radius: 5px !important;

}
.nav>ul{
	padding: 10% !important;
}
.nav>li {
    position: relative;
    display: block;
	margin-right: 0% !important; 
}
.dropdown-menu :hover{
	background-image:linear-gradient(45deg, #EA032C, #A3001D)!important;
	-webkit-text-fill-color: #fff;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
	border-radius: 5px !important;
	border: none !important;	
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0px 2px 9px #bbbbbb42;
}
.carousel-indicators{
	margin-top: -10%;
	bottom:0%;
}
.carousel-indicators .active{
	width:12px;
	height:12px;
	margin:0;
	background-color:#A90101;
}
.carousel-indicators li{
	display:inline-block;
	width:10px;height:10px;
	margin:1px;
	text-indent:-999px;
	cursor:pointer;
	background-color:#D9D9D9;
	border-radius:10px;
}
#mrprod{
	font-family: 'Raleway SemiBold', arial;
	text-align:center;
	
	
}
#mrprod {
	font-weight: bold;
	color: #A60101;
}
#mrprod p{
	text-align: justify;
	
}
#mrprod button{
	color: #fff;
	background-color: #A3001D;
	border: none;
	align-items: center;
	width: 23%;
	height: 70px;
	margin-top: 3%;
}

.button-pill span {
	border: 1px solid #272727  !important;
}

.box{
	margin-top: 1%;
	width:100%;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 2px 44px #e4c1c15d;
}
.box h3{

	
	color: #A60101;
	
	
}
.box p{
	
	color: #252525;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	text-align: justify;
}
#readmore{
	margin-top: 30%;
	background-color: #00000000;
	border-width: 0px;
	margin-left: -5%;
	color: #A60101;
	text-decoration: underline;
	font-weight: 100;
	
}


#knowmore{
	display: block;
font-weight: 400;
  margin-right: auto;
  margin-top: 2% ! important;
  margin-left: 11%;
  background-color: rgba(255, 255, 255, 0.137) ! important;
  color: #A60101 ! important;
  border: 1px solid #A60101 ! important;
	border-style: solid;
	font-family: 'Raleway SemiBold', arial;
	border-width: 1px;
	border-radius: 5px;
}
#readmr{
	font-family: 'Raleway SemiBold', arial;
	border: 1px solid #ffff ! important;
	background-color: #ffff ! important;
  color: #A60101 ! important;
 text-decoration: underline;
 float: left;
 margin-left: 3%;
 padding-bottom: 16px;

}


#readmr2{
	font-family: 'Raleway SemiBold', arial;
	border: 0px solid #ffff ! important;	
	background-color: #fdfdfd08!important;
	color: #A60101 ! important;
	 text-decoration: underline;
	 position: absolute;
	 z-index: 2;
	 margin-top: -12% !important;
	 margin-left:-66% !important;
	
	 
	 
	
}
#readmr1{
	font-family: 'Raleway SemiBold', arial;
border: 0px solid #ffff ! important;	
background-color: #fdfdfd08!important;
color: #A60101 ! important;
 text-decoration: underline;
 margin-top: 0 !important;
 text-align: start !important;


}
hr.line{
	position: absolute;
	
	border-radius: 5px;
	border-top: 4px solid #fff;
	width:20%;
	z-index: 2;
  }
#infra{
	background-image:linear-gradient(to right, #FFFFFF, #ffffff00),url("../images/IMG_3301\ \(1\).jpeg");
	background-position: 50% 60%;
	
	width: auto;

	background-size:cover;
}
#infra h3{
	
	font-weight: 1000;
	
	stroke-width: 3px;
}
#infra .line{
	border-color: #A60101;
	position: relative;
	margin: 0%;
	width: 50%;
}
#infra p{

	color: #252525;
	
	
}
.grid-container {
	display: grid;
	grid-template-columns: auto auto auto auto;
	grid-gap: 10px;
	background-color: #ffffff;
	border-radius: 20px;
	padding: 10px;
  }
  
  .grid-container > div {
	background-color: #ffffff00;
	text-align: center;
	padding: 20px 0;
	
  }
  
  .item1 {
	grid-row: 1 / span 1;
  }

@media only screen and (min-width : 320px) {
	
	#heading{
		font-family: 'Raleway ExtraBold';
		font-size: 30px !important;
	}
	#bg1{
		background-image: url(../images/manage.png);
		background-position: center;
		background-color: #A60101 !important;
		background-repeat: no-repeat;
		border: none;
		object-fit: fill;
		border-radius: 10px;
		padding: 20px !important;
		width: 49% !important;
		margin-top: 2%!important;
		margin-bottom: 2% !important;
		line-height: 2!important;
		color: #fff;
		background-blend-mode: luminosity;
		
		
	}
	
	#bg2{
		background-image: url(../images/vision\ \(2\).png);
		background-position: center;
		background-color: #A60101 !important;
		background-repeat: no-repeat;
		border-radius: 10px;
		border: none;
		padding:20px !important;
		margin-top: 2%!important;
		margin-bottom: 2% !important;
		width: 49% !important;
		line-height: 2!important;
		background-blend-mode: luminosity;
		color: #fff;
		
	}
	#bg3{
		background-image: url(../images/mision1.png);
		background-position: center;
		background-color: #A60101 !important;
		background-repeat: no-repeat;
		border-radius: 10px;
		border: none;
		padding:20px !important;
		margin-top: 2%!important;
		margin-bottom: 2% !important;
		line-height: 2!important;
		width: 49% !important;
		background-blend-mode: luminosity;
		color: #fff;
		
	}
	#bg4{
		background-image: url(../images/history.png);
		background-position: center;
		background-color: #A60101 !important;
		background-repeat: no-repeat;
		border-radius: 10px;
		border: none;
		padding: 20px !important;
		margin-top: 2%!important;
		margin-bottom: 2% !important;
		width: 49% !important;
		line-height: 2!important;
		background-blend-mode: luminosity;
		color: #fff;
	}

	#carouselrow{
		display: none;
		
	}
	#logo{
		height: 30%;
		width: 70%;
	
		
	}#navbar {
		
		background-color: rgb(255 255 255) !important;
		
	}
	#para2 {	
		
	}
	
	
}
@media only screen and (min-width:500px) {
    #carouselrow{
		display: block !important;
	}
	#feature-carousel{
		
		margin-top: 12% !important;
	}
	#mrprod{
		margin-top: 0 !important;
	}
}
@media only screen and (min-width : 480px) {
	.circle {
		padding: 30px !important;
		background-color: #a51d21;
		border-radius: 50%;
		display: inline-block;
	}
	#heading{
		
		font-family: 'Raleway ExtraBold';
		font-size: 30px;
	}
	
	#carouselrow{
		display: none;
	}
	#feature-carousel{
		
		margin-top: 16%;
	}
	
	
	#navbar {
		
		background-color: rgb(255, 255, 255)rtant;
		
	}
	#para2 {	
		
	}
	#logo{
		height: 30%;
		width: 70%;		
	}
	
	
}
@media (min-width:961px){
	#para2 {	
		
	}
	#carouselrow{
		display: block !important;
	}
	#feature-carousel{
		
		margin-top: 0%;
	}

#logo{
	width: 90%;
		
	}
	
}
a {
    color: #323131 ! important;
    text-decoration: none;
}
li .active a{
	color: #a60101 ! important;
}
.navbar-fixed-top .navbar-nav>.active>a, .navbar-fixed-top .navbar-nav>.active>a:focus, .navbar-fixed-top .navbar-nav>.active>a:hover {
  
    color: #B20101;
}
@media (min-width: 1200px){
	#navbar {
		
		background-color: rgba(255, 255, 255, 0.11) !important;
		
	}
	#carouselrow{
		display: block;
	}
	#feature-carousel{
		
		margin-top: 3% !important;
	}
    .navbar-nav {
float: left;
 margin-right: 20px  !important;
}
   
.container {
    width: 1240px;
}
#para2 {	
	
}
}
@media (min-width: 768px){
	
	#navbar {
		
		background-color: rgba(255, 255, 255, 0) !important;
		
	}
	#carouselrow{
		display: block !important;
	}
	
    .navbar-nav {
float: left;
 margin-right: 30px  !important;
}
   
	#para2 {	
		
	}
	.navbar-header {
		float: left;
	
	}
	
}

.carousel-caption {
   
    color: #504e4e ! important;
    text-shadow: 0 0px 0px rgb(0 0 0 / 60%) ! important; 
}
#headlast{
	color:#4D4D4D;
	font-weight: 900;
	
	font-family: 'Raleway ExtraBold', arial;
}
.contact-wrapper {
    align-content: flex-end;
    background-color: #EBEBEB;
    height: 70%;
    border-radius: 10px;
    
  }
  li::marker {
	
}

#contactbtn{
	background-color: #000 !important;
	color: #fff !important;
	border-radius: 10px;
   }
#contactbtn:hover{
	background-color: rgb(105, 105, 105) !important;
	transition: .5s;
}
#contactbtn.active{
	background-color: #a51d21 !important;
}

  .submit-btn {
	background: #D9D9D9;
  border:none;
    color: #B50101;
    font-weight: 700;
    border-radius: 5px;
    padding: 5px 20px;
	float: right;
    text-transform: uppercase;
}
.submit-btn:hover{
	background-color: #A60101;
	transition: .5s;
	color: #fff;
}
  .form-headline:after {
    content: "";
    display: block;
    width: 10%;
    padding-top: 10px;
    border-bottom: 3px solid #ffffff;
  }
  
  .highlight-text {
    color: #ffffff;
    font-weight: 600;
  }
  
  .hightlight-contact-info {
    font-weight: 700;
    
   
  }
  /* home */
  .highlight-text-grey {
    font-weight: 500;
  }
  
  .email-info {
      margin-top: 100%;
  }
  
  ::-webkit-input-placeholder { /* Chrome */
    font-family: 'Roboto', sans-serif;
  }
  
  .required-input {
    color: rgb(81, 81, 81);
  }
  .mb-4 {
    margin-bottom: 1.5rem!important;
}.form-control1 {
    color: #524747 ! important;
}
.form-control1 {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    font-weight: 500;
    
    line-height: 110%;
    color: #FFFFFF;
    padding: 14px 16px;
    border: 1px solid #c3c3c3;
    width: 100%;
}
p, a, div, span, label, input, button, textarea {
    font-family: 'Raleway Semibold';
    font-weight: 400;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    
    line-height: inherit;
}
*, ::after, ::before {
    box-sizing: border-box;
}

@media (min-width:100px){
	#heading {
		font-family: 'Raleway ExtraBold';
		font-size: 25px;
	
	}
	.circle {
		padding: 20px !important;
		background-color: #a51d21;
		border-radius: 50%;
		display: inline-block;
	}
	#carouselrow{
		display: none;
	}
	#mrprod{
		margin-top: 53px;
	}
	#bg1{
		background-image: url(../images/manage.png);
		background-position: center;
		background-color: #A60101 !important;
		background-repeat: no-repeat;
		border: none;
		object-fit: fill;
		border-radius: 10px;
		padding: 20px !important;
		margin-bottom: 2% !important;
		width: 99%;
		margin-top: 2%!important;
		line-height: 2!important;
		color: #fff;
		background-blend-mode: luminosity;
		
		
	}
	
	#bg2{
		background-image: url(../images/vision\ \(2\).png);
		background-position: center;
		background-color: #A60101 !important;
		background-repeat: no-repeat;
		border-radius: 10px;
		border: none;
		padding:20px !important;
		margin-top: 2%!important;
		margin-bottom: 2% !important;
		width: 99%;
		line-height: 2!important;
		background-blend-mode: luminosity;
		color: #fff;
		
	}
	#bg3{
		background-image: url(../images/mision1.png);
		background-position: center;
		background-color: #A60101 !important;
		background-repeat: no-repeat;
		border-radius: 10px;
		border: none;
		padding:20px !important;
		margin-top: 2%!important;
		margin-bottom: 2% !important;
		line-height: 2!important;
		width: 99%;
		background-blend-mode: luminosity;
		color: #fff;
		
	}
	#bg4{
		background-image: url(../images/history.png);
		background-position: center;
		background-color: #A60101 !important;
		background-repeat: no-repeat;
		border-radius: 10px;
		border: none;
		padding: 20px !important;
		margin-top: 2%!important;
		margin-bottom: 2% !important;
		width: 99%;
		line-height: 2!important;
		background-blend-mode: luminosity;
		color: #fff;
	}
}
@media (max-width: 1299px){
	#heading{
		 font-family: 'Raleway ExtraBold'; 
		 
	}
	
	.navbar-nav {
		float: left;
		 margin-right: 30px  !important;
		 margin-left: 30px !important;
		}
		#logo{
			height: 40%;
			width: 70%;		
		}
	
footer {
    padding-top: 70px;
}}
footer {
    background: #D2D2D2;
    padding-top: 80px;
   
    background-repeat: no-repeat;
    background-position: center;
}
#footerlogo{
	width: 100%;
	margin-left: -8%;
}
#scicons{
	display:flex;
	justify-content: center;
	
}
#scicons li{
	list-style-type: none;
	
	
}
#scicons li img{
	width: 70%;
	
}
#ftsec1{
	list-style-type: none;
}
#ftsec2{
	list-style-type: none;
}
#ftsec1 li a{


line-height: 3;
text-decoration: none;
padding: 10px 0px;
color: #000000;
  
}
#ftsec2 li a{

line-height: 3;
text-decoration: none;
padding: 10px 0px;
	}
#ftsec2 li a b{

}
#ftsec1 li a b{

}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {

font-family: 'Raleway SemiBold', arial;
color: #a60101 !important;
}
@media only screen and (min-width:280px) {
	#carouselrow{
		display: none;
	}
	
}
/* @media (min-width:540px){
	#feature-carousel{
		display: block;
	}
} */
@media only screen and (min-width: 768px){
	.circle {
		padding: 40px !important;
		background-color: #a51d21;
		border-radius: 50%;
		display: inline-block;
	}
	#bg1{
		background-image: url(../images/manage.png);
		background-position: center;
		background-color: #A60101 !important;
		background-repeat: no-repeat;
		border: none;
		object-fit: fill;
		border-radius: 10px;
		padding: 20px !important;
		width: 24% !important;
		height: 100% !important;
		margin-top: 2%!important;
		line-height: 2!important;
		color: #fff;
		background-blend-mode: luminosity;
		
		
	}
	
	#bg2{
		background-image: url(../images/vision\ \(2\).png);
		background-position: center;
		background-color: #A60101 !important;
		background-repeat: no-repeat;
		border-radius: 10px;
		border: none;
		padding:20px !important;
		margin-top: 2%!important;
		width: 24% !important;
		line-height: 2!important;
		background-blend-mode: luminosity;
		color: #fff;
		
	}
	#bg3{
		background-image: url(../images/mision1.png);
		background-position: center;
		background-color: #A60101 !important;
		background-repeat: no-repeat;
		border-radius: 10px;
		border: none;
		padding:20px !important;
		margin-top: 2%!important;
		line-height: 2!important;
		width: 24% !important;
		background-blend-mode: luminosity;
		color: #fff;
		
	}
	#bg4{
		background-image: url(../images/history.png);
		background-position: center;
		background-color: #A60101 !important;
		background-repeat: no-repeat;
		border-radius: 10px;
		border: none;
		padding: 20px !important;
		margin-top: 2%!important;
		width: 24% !important;
		line-height: 2!important;
		background-blend-mode: luminosity;
		color: #fff;
	}
	#heading{
		 font-family: 'Raleway ExtraBold';
	}
	#carouselrow{
		display: block;
	}
	#feature-carousel{
		
		margin-top: 15%;
	}
}

@media only screen and(min-width:961px){
	#carouselrow{
		display: block;
	}
	#feature-carousel{
		
		margin-top: 16%;
	}

}
	
.navbar-nav {
float: left;

}

#logopartner{
	width: 50%;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(255 224 224 / 50%) 0,rgba(0,0,0,.5) 100%)  !important;
    background-image: -o-linear-gradient(left,rgba(255 224 224 / 50%) 0,rgba(0,0,0,.5) 100%)  !important;
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(255 224 224 / 50%)),to(rgba(0,0,0,.5)))  !important;
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(255 224 224 / 50%) 100%)  !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(255 224 224 / 50%) 0,rgba(0,0,0,.0001) 100%)  !important;
    background-image: -o-linear-gradient(left,rgba(255 224 224 / 50%) 0,rgba(0, 0, 0, 0.333) 100%)  !important;
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(255 224 224 / 50%)),to(rgba(0,0,0,.0001)))  !important;
    background-image: linear-gradient(to right,rgba(255 224 224 / 50%) 0,rgba(255 224 224 / 50%) 100%)  !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    /* background-repeat: repeat-x; */
}
.carousel-control:focus, .carousel-control:hover {
    opacity: 0.4 !important;
}
 .carousel-control {
    opacity: 0 !important;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #a60101  !important;
	background-color: #ffffff00  !important;
	font-family: 'Raleway SemiBold', arial;
}
.navbar-nav>li>a {
    font-family: 'Raleway SemiBold', arial;
}
/*****************************
 All rights reserved.
 AllFont.ru (c) 2011-2015
 *****************************/
@font-face {
    font-family: 'Raleway ExtraBold';
    font-style: normal;
    font-weight: 700;
    src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'),
        url(https://allfont.ru/cache/fonts/raleway-extrabold_809b98dae5c8f55d10a1acd79206bb63.woff) format('woff'),
        url(https://allfont.ru/cache/fonts/raleway-extrabold_809b98dae5c8f55d10a1acd79206bb63.ttf) format('truetype');
}
/*****************************
 All rights reserved.
 AllFont.ru (c) 2011-2015
 *****************************/
@font-face {
    font-family: 'Raleway SemiBold';
    font-style: normal;
    font-weight: 700;
    src: local('Raleway SemiBold'), local('Raleway-SemiBold'),
        url(https://allfont.ru/cache/fonts/raleway-semibold_6995c6e1d95b7f02bf1fa55fa55fb076.woff) format('woff'),
        url(https://allfont.ru/cache/fonts/raleway-semibold_6995c6e1d95b7f02bf1fa55fa55fb076.ttf) format('truetype');
}
@font-face {
    font-family: 'Raleway Regular';
    font-style: normal;
    font-weight: 400;
    src: local('Raleway Regular'), local('Raleway-Regular'),
        url(https://allfont.ru/cache/fonts/raleway-regular_180999bdf4e0628710f03129fd5467e7.woff) format('woff'),
        url(https://allfont.ru/cache/fonts/raleway-regular_180999bdf4e0628710f03129fd5467e7.ttf) format('truetype');
}
button{
    font-family: 'Raleway SemiBold' ! important;
 
    
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #fffefe75 !important;
    font-family: 'Raleway SemiBold', arial  !important;
    color: #a60101 !important;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    background-color: #fffefe !important;
    font-family: 'Raleway SemiBold', arial;
    color: #a60101 !important;
}
.navbar-nav>li .active{
    color: #a60101 !important;
}
.nav a:hover{
	background-color: #00000000 !important;
	color: #a60101 !important;
}.icon-bar {
    background-color: #fff !important;
}
.icon-bar+.icon-bar {
    margin-top: 4px !important;
}
 .icon-bar {
    display: block !important;
    width: 22px !important;
    height: 2px !important;
    border-radius: 1px !important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff !important;
    
    background-color: #aa2a2f !important;

}
.dropdown{
	position: relative;
	display: inline;
}
.dropdown:hover .dropdown-menu {display: block;}


.navbar-fixed-top .navbar-nav>.active>a, .navbar-fixed-top .navbar-nav>.active>a:focus, .navbar-fixed-top .navbar-nav>.active>a:hover {
    color: #B20101 !important;
}
#contactsubmit{
  background-color: #a60101! important;
    color: #fff ! important;
    
    border-style: solid;
	width: 60%;
    font-family: 'Raleway SemiBold', arial;
    border-width: 1px;
}
/* contact */
.social-menu ul{
    position: absolute;
   
    left: 50%;
    padding: 0;
    margin: 0;
    transform: translate(-50%, -50%);
    display: flex;
}

.social-menu ul li{
    list-style: none;
    margin: 0 15px;
}

.social-menu ul li .fab{
    
    line-height: 60px;
    transition: .3s;
    color: #ffff;
}

.social-menu ul li .fab:hover{
    color: #fff;
}

.social-menu ul li a{
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    transition: .6s;
    box-shadow: 0 5px 4px rgba(0,0,0,.5);
}

.social-menu ul li a:hover{
    transform: translate(0, -10%);
}

.social-menu ul li:nth-child(1) a:hover{
    background-color: rgba(0, 0, 0, 0.829);
}
.social-menu ul li:nth-child(2) a:hover{
    background-color: #E4405F;
}
.social-menu ul li:nth-child(3) a:hover{
    background-color: #0077b5;
}
.social-menu ul li:nth-child(4) a:hover{
    background-color: #000;
}
.contact-panel-grid {
    padding: 18px 0 0px 18px ! important;
}
.contact-panel-grid .contact-icons {
    float: left;
    width: 38px;
}
.contact-panel-grid i {
    color: #99202b;
    
    vertical-align: middle;
    line-height: 50px;
}
.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}
.contact-panel-grid .contact-details {
    float: left;
}
.contact-panel-grid h4 {
    text-transform: none;
    
    line-height: 25px;
    font-weight: 700;
}
.contact-panel-grid h4 {
    text-transform: none;
    
    line-height: 25px;
    font-weight: 700;
}



/* Quality page css*/

.list{
	background-color:#00000000 !important;
	color: #A3001D !important;
	border: none;
	
	text-align: left;
	text-decoration: underline;

}
/* .list::before{
	content: "\00BB";
} */

.listcontent{
	margin-top: 3%;
	line-height: normal !important;
	
	color: #000000;
	
	width: 100%;
	text-align: justify;
	padding: 3%;
	background-color: #e4e4e4;
}
.rawmaterial{
	width: 100%;
	height: 250px;
	object-fit: cover;
	
}

/* Icons bar */
#sideicon {
	position: fixed;
	z-index: 10;
	right: 0;
	top: 50%;
	background-color: #757575a8;
	border-radius: 30px 0 0 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	
  }
  
#sideicon a {
	display: block;
	text-align: center;
	padding: 10px;
	transition: all 0.3s ease;
	color: white;
	
  }
  
#sideicon a:hover {
	background-color: #595656;
  }
  table {
	border-collapse: collapse;
	width: 100%;
	
  }
  th, td {
	text-align: center;
	padding: 8px !important;
	color: #323232 ;
	border-left: 1px solid #a51d21;
	border-right: 1px solid #a51d21;
  
  }
  
  
  tr:nth-child(even){background-color: #f2f2f2}
  
  th {
	background-color: #a51d21;
	color: white;
   
	text-align: center !important;
	padding: 8px !important;
  }


  /* Media querry for Screen width */
  /* This should work for Normal desktops(15 to 18 inch) only. */

  @media (min-width: 992px) and (max-width : 1200px){

	.container-fluid{
		padding: 0 60px 0 60px !important;
	}
	#mrprod{
		margin-top: 0;
	}
  }

  @media (min-width: 1200px) and (max-width : 1400px){

	.container-fluid{
		padding: 0 60px 0 60px !important;
	}

  }

   /* This should work for More than 18 inch. */
  @media screen and (min-width: 1400px) {
	.container-fluid{
		padding: 0 80px 0 80px !important;
	}
  }
  @media screen and (min-width: 1600px) {
	.container-fluid{
		padding: 0 200px 0 200px !important;
	}
	p,a,div,span,input,button,b{
		font-size: 16px !important;
	}
  }
  @media screen and (min-width: 1900px) {
	.container-fluid{
		padding: 0 200px 0 200px !important;
	}
	p,a,div,span,input,button,b{
		font-size: 20px !important;
	}
  }
  @media screen and (min-width: 2500px) {
	.container-fluid{
		padding: 0 200px 0 200px !important;
	}
	p,a,div,span,input,button,b{
		font-size: 20px !important;
	}
  }
  @media screen and (min-width: 3000px) {
	.container-fluid{
		padding: 0 300px 0 300px !important;
	}
	p,a,div,span,input,button,b{
		font-size: 24px !important;
	}
  }


  .side{
	position:absolute;
	top: 7%;
	bottom:0;
	left:0;
	width:10% !important;
	height: 96% !important;
	
	color:rgb(8, 8, 8);
	text-align:center;
	text-shadow:0 1px 2px rgba(0,0,0,.6);
	filter:alpha(opacity=0);
	opacity:0;
  }
 

  #slider-text{
	padding-top: 40px;
	display: block;
  }
  #slider-text .col-md-6{
	overflow: hidden;
  }
  
  #slider-text h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 30px;
	letter-spacing: 3px;
	margin: 30px auto;
	padding-left: 40px;
  }
  #slider-text h2::after{
	border-top: 2px solid #c7c7c7;
	content: "";
	position: absolute;
	bottom: 35px;
	width: 100%;
	}
  
  #itemslider h4{
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	margin: 10px auto 3px;
  }
  #itemslider h5{
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin: 3px auto 2px;
  }
  #itemslider h6{
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;;
	font-size: 10px;
	margin: 2px auto 5px;
  }
  .badge {
	background: #b20c0c;
	position: absolute;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	line-height: 31px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	border: 2px solid #FFF;
	box-shadow: 0 0 0 1px #b20c0c;
	top: 5px;
	right: 25%;
  }
  
  #slider-control img{
	padding-top: 60%;
	margin: 0 auto;
  }
  @media screen and (max-width: 992px){
  #slider-control img {
	padding-top: 70px;
	margin: 0 auto;
  }
  }
  
  .carousel-showmanymoveone .carousel-control {
	width: 4%;
	background-image: none;
  }
  .carousel-showmanymoveone .carousel-control.left {
	margin-left: 5px;
  }
  .carousel-showmanymoveone .carousel-control.right {
	margin-right: 5px;
  }
  .carousel-showmanymoveone .cloneditem-1,
  .carousel-showmanymoveone .cloneditem-2,
  .carousel-showmanymoveone .cloneditem-3,
  .carousel-showmanymoveone .cloneditem-4,
  .carousel-showmanymoveone .cloneditem-5 {
	display: none;
  }
  @media all and (min-width: 768px) {
	.carousel-showmanymoveone .carousel-inner > .active.left,
	.carousel-showmanymoveone .carousel-inner > .prev {
	  left: -50%;
	}
	.carousel-showmanymoveone .carousel-inner > .active.right,
	.carousel-showmanymoveone .carousel-inner > .next {
	  left: 50%;
	}
	.carousel-showmanymoveone .carousel-inner > .left,
	.carousel-showmanymoveone .carousel-inner > .prev.right,
	.carousel-showmanymoveone .carousel-inner > .active {
	  left: 0;
	}
	.carousel-showmanymoveone .carousel-inner .cloneditem-1 {
	  display: block;
	}
  }
  @media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
	.carousel-showmanymoveone .carousel-inner > .item.active.right,
	.carousel-showmanymoveone .carousel-inner > .item.next {
	  -webkit-transform: translate3d(50%, 0, 0);
	  transform: translate3d(50%, 0, 0);
	  left: 0;
	}
	.carousel-showmanymoveone .carousel-inner > .item.active.left,
	.carousel-showmanymoveone .carousel-inner > .item.prev {
	  -webkit-transform: translate3d(-50%, 0, 0);
	  transform: translate3d(-50%, 0, 0);
	  left: 0;
	}
	.carousel-showmanymoveone .carousel-inner > .item.left,
	.carousel-showmanymoveone .carousel-inner > .item.prev.right,
	.carousel-showmanymoveone .carousel-inner > .item.active {
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	  left: 0;
	}
  }
  @media all and (min-width: 992px) {
	.carousel-showmanymoveone .carousel-inner > .active.left,
	.carousel-showmanymoveone .carousel-inner > .prev {
	  left: -16.666%;
	}
	.carousel-showmanymoveone .carousel-inner > .active.right,
	.carousel-showmanymoveone .carousel-inner > .next {
	  left: 16.666%;
	}
	.carousel-showmanymoveone .carousel-inner > .left,
	.carousel-showmanymoveone .carousel-inner > .prev.right,
	.carousel-showmanymoveone .carousel-inner > .active {
	  left: 0;
	}
	.carousel-showmanymoveone .carousel-inner .cloneditem-2,
	.carousel-showmanymoveone .carousel-inner .cloneditem-3,
	.carousel-showmanymoveone .carousel-inner .cloneditem-4,
	.carousel-showmanymoveone .carousel-inner .cloneditem-5,
	.carousel-showmanymoveone .carousel-inner .cloneditem-6  {
	  display: block;
	}
  }
  @media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
	.carousel-showmanymoveone .carousel-inner > .item.active.right,
	.carousel-showmanymoveone .carousel-inner > .item.next {
	  -webkit-transform: translate3d(16.666%, 0, 0);
	  transform: translate3d(16.666%, 0, 0);
	  left: 0;
	}
	.carousel-showmanymoveone .carousel-inner > .item.active.left,
	.carousel-showmanymoveone .carousel-inner > .item.prev {
	  -webkit-transform: translate3d(-16.666%, 0, 0);
	  transform: translate3d(-16.666%, 0, 0);
	  left: 0;
	}
	.carousel-showmanymoveone .carousel-inner > .item.left,
	.carousel-showmanymoveone .carousel-inner > .item.prev.right,
	.carousel-showmanymoveone .carousel-inner > .item.active {
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	  left: 0;
	}
  }
  