body{
    font-family: 'Roboto', sans-serif;
}
/*here the navbar styles*/

.outer-container{
    width:100%;
    height:auto;
}
.headcomp{
    background-color:#fff;
    border: 0px;
    min-height: 130px;
    -webkit-box-shadow: 0px 14px 24px -7px rgba(186,184,186,0.84);
    -moz-box-shadow: 0px 14px 24px -7px rgba(186,184,186,0.84);
    box-shadow: 0px 14px 24px -7px rgba(186,184,186,0.84);
}
.navbar{
    background-color:#fff;
    border: 0px;
    min-height: 107px;
    margin-bottom: 0px;
}

.navbar ul{
	      margin-right: -110px!important;
   margin-top: 25px;
}
.navbar-inverse .navbar-nav>.active>a{
    background-color: #b11f24;
}
.navbar-inverse .navbar-nav>.active>a:hover{
    background-color: #ccc;
}
.navbar-inverse .navbar-nav> li:hover{
    background-color: #ccc;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    border-color:rgba(16, 16, 16, 0);
}
.active{
    background-color: #b11f24;
}
.actives{
    background-color: none;
}
.logo{

}

/*here the dropdown menu*/
.sticky{
    position: absolute;
}
.dropbtn {
    background-color: #b11f24;
    color: white;
    padding: 14px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
 
    display: inline-block;
    z-index: 100;
  
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 50px;
    margin-left: -8px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 15px 16x;
    text-decoration: none;
    display: block;
    margin-bottom: 05px;
     min-width: 50px;
    min-height: 50px;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #ccc;
}
.glyphicon-circle-arrow-down{
    font-size: 2.5em;
    text-decoration: none;
    color: #b11f24;
}
.glyphicon-question-sign{
    font-size: 2.5em;
    text-decoration: none;
    color: #b11f24;
}
.glyphicon-thumbs-up{
    font-size: 2.5em;
    text-decoration: none;
    color: #b11f24;
}
/*here the dropdown menu*/


/*here ends the navbar styles*/
/*
.remain{
    position: absolute;
}
*/
.ontop{
  
}
.introdiv{
    margin-top: 20px;
    background-color: #f2f2f2;
    
}

.introdiv p{
    padding: 10px;
    text-align: justify;
    font-size: 0.9em;
    padding-bottom: -15px;
    margin-bottom: 0px;
    margin-top: 0px;
/*    line-height: 15px;*/
}
.introdiv h3{
    padding-left: 10px;
    color: #b11f24;
    font-weight: 600;
}
.tabso{
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
}
.tabso p{
    color: #b11f24;
    font-size: 1.5em;
    
}
.tabin{
    background-color: #fff;
/*    min-height: 250px;*/
    border: 2px solid #000;
    padding: 20px;
}

/*here the footer styles*/
.footerdiv{
    min-height: 75px;

    background-color: #515957a1;
/*    background-color: #666668;*/
    color: #fff;
}

.footinner{

    height: auto;
     margin-top: 25px;
}
.footinner p{
    letter-spacing: 1px;

}

.powered_align{
	letter-spacing: 0px!important;
	margin-left: 13%;
}

.powerdiv p a{
    text-decoration: none;
    text-decoration-color: #fff;
    color: #fff;
}
/*here ends the footer styles*/


/*======================New Tab ====================*/
  ul.tabs {
   	
	padding: 0;
	float: left;
	list-style: none;
	border-bottom: 1px solid #b11f24;
	width: 100%;
    animation:mymove 1s ease-in;
}
@-webkit-keyframes mymove {
    0% {
        border-bottom: 0px solid #b11f24;
    
    }
    100% {
        border-bottom: 1px solid #b11f24;
    }
}

ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0px 21px;
    margin-left:40px; 
	line-height: 31px;
	
	color: #ccc;
	overflow: hidden;
	position: relative;
}

ul.tabs li.active {
	background-color: #fff;
	color: #ccc;
	 border-bottom:5px solid #515957;
	display: block;
	/*cursor: default;*/
}
ul.tabs li:hover {
    border-bottom:5px solid #515957;
}

ul.tabs li img{
    margin-bottom: 10px;
}
ul.tabs li img:hover{
    transition: 1.2s ease;
    transform: rotate(360deg);
}

.tab_container {
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	overflow: auto;
}

.tab_content {
	padding: 20px;
	display: none;
}

.tab_drawer_heading { display: none; }
.topics a{
    text-align: center;
    text-decoration: none;

}
@media screen and (max-width: 770px) {
    .tabso p{
        color: #b11f24;
        font-size: 1.2em;
        font-weight: 500;
    }
    ul.tabs li {
        margin-top: 10px;
        margin-left: 0;
        
    }
    .navbar-default .navbar-toggle{
      background-color:#b11f24;
        border:1px solid #ccc;
        margin-right:0px;
    }
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
         background-color: #ccc;
        border: 1px solid #fff;
        color: #b11f24;
        
    }
   
   
    
/*
	.tab_container{
		margin:20px 0 20px 0;
		border:1px solid #ccc;
        color: #fff;
	}

	.tabs {
		display: none;
	}
	ul.tabs li {
		border:1px solid #333;
        color: #fff;
	}
    .tabso h3{
        color: #fff;
    }
	.tab_drawer_heading {
		margin-top:20px;
		margin-bottom:20px;
		background-color: #b11f24;
		text-align: center;
		color: #fff;
		border-bottom: 1px solid #515957;
		margin: 0;
		font-size: 17px;
		font-family: 'Roboto Condensed', sans-serif;
		padding: 10px 20px;
		display: block;
		cursor: pointer;
		letter-spacing: 0.04em;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.d_active {
		background-color: #b11f24;
		border: 1px solid transparent;
        color: #fff;
  
	}
*/  
    .tab_content{
        color: #000;
    }
    .active{
        background-color: #fff;
    }
}

/*here starts the product range styles*/

@media (max-width: 320px){
    .navbar-inverse .navbar-collapse{
        border: 0px;
    }
    .stcikfoot{
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
    }
    .tabso p{
        color: #b11f24;
        font-size: 1em;

    }
     .navbar-inverse .navbar-toggle .icon-bar{
        background-color: none;
    }
    .navbar-toggle .collapsed:hover{
        background-color: aqua;
    }
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
        background-color: #fff;
        color: #b11f24;
    
    }
    .outerdiv{
    background-color: #ccc;
    /*    margin-top: 10px;*/
    }
    
    .productnav{
        min-height: 50px;
        /*    padding:30px 20px 5px 20px;*/
       
    }
  
    
    
}
@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
      text-align: center;
  }
      .outerdiv{
    background-color: #ccc;
/*    margin-top: 10px;*/
}
     .mapdiv{
    width:100%!important;
    min-height:350px;
    max-height:350px;
}
   
}


@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 9.9%;
    *width: 9.9%;
  }
}


@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 9.9%;
    *width: 9.9%;
  }
}
.outerdiv{
    background-color: #ccc;
    margin-top: 10px;
}
.productnav{
    min-height: 100px;
    height: auto;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding:30px 20px 5px 20px;
    background-color: #e5e5e5;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.5px;
    text-decoration: none;
}
.productnav a{
    text-decoration: none !important;
    color: #b11f24;
}
.productnav h5{
    text-decoration: none !important;
    /*color: #b11f24;*/
}
.productnav h5:hover{
    text-decoration: none !important;
    /*color: #fff;*/
}

.productnav:hover{
    background-color: #b11f24;
    color: #fff;
}


.productnav:hover a{
    /*background-color: #b11f24;*/
    color: #fff;
}
.divout{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: justify;
}
.divout h3{
    color:#b11f24; 
    font-weight: 600;
}
.divout h5{
    font-weight: 600;
 
}

/*here ends the product range styles*/


/*here starts the clientele styles*/

.clientdiv{
    margin-top: 20px;
    margin-bottom: 20px;
/*    border: 1px solid red;*/
   
    
}
.clientdiv h3{
/*    text-align: center;*/
    margin-bottom: 20px;
/*    text-decoration: underline;*/
}
.tocenter{
    margin: 0 auto;
    width: 80%;
}
.category img{
    border-radius: 60%;
}

.outclient{
    margin-bottom: 20px;
    margin-top: 20px;
}

.mapdiv{
    width:90%;
    min-height:350px;
    max-height:350px;
}
.toleft{
        float: right;
    }


.todown{
    margin-top: 30px;
}
.todown h2{
    text-align:center;
        margin-bottom: 20px;
}
.spacy{
    margin-left: 13%;
}
.marg{
    margin-bottom: 30px;
}

/*here ends the clientele range styles*/



/*all animate here*/
.textflow:nth-child(2){
    animation-delay: 0.4s;
} 
.textflow:nth-child(3){
    animation-delay: 0.8s;
}
.textflow:nth-child(4){
    animation-delay: 1s;
}


.topics:nth-child(1){
    animation-delay: 0.4s;
}
.topics:nth-child(2){
    animation-delay: 0.8s;
}
.topics:nth-child(3){
    animation-delay: 1s;
}



.productnav:nth-child(1){
     animation-delay: 0.2s;
}
.productnav:nth-child(2){
     animation-delay: 0.4s;
}
.productnav:nth-child(3){
     animation-delay: 0.6s;
}
.productnav:nth-child(4){
     animation-delay: 0.8s;
}
.productnav:nth-child(5){
     animation-delay: 1s;
}
.productnav:nth-child(6){
     animation-delay: 1.2s;
}
.productnav:nth-child(7){
     animation-delay: 1.4s;
}
.productnav:nth-child(8){
     animation-delay: 1.4s;
}

.brand:nth-child(1){
     animation-delay: 0.2s;
}
.brand:nth-child(2){
     animation-delay: 0.4s;
}
.brand:nth-child(3){
     animation-delay: 0.6s;
}




/*here starts the galerry*/
.overlay {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  background-color: rgba(177, 31, 36, 0.61);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
  
}
.containe:hover .overlay {
  width: 90%;
  left: 12px;
 
  border-radius:50%;
}
.text {
  white-space: nowrap; 
  color: #fff!important;
   
    text-decoration: none;
  font-size: 1.2em;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.text a{
    text-decoration: none;
     text-decoration-color: #fff;
    color: #fff!important;
}



/*here the carousel styles************************************/

	.carousel-control.left
			{
				background: none;
			}
			.carousel-control.right
			{
				background: none;
			}

			.carousel-control
			{
				position: absolute;
				top: 45%;
				bottom: 0;
				left: 0;
				width: 15%;
				font-size: auto;
				color: #fff;
				text-align: center;
				opacity: 1;
				text-shadow: none;
			}
			.carousel-control:hover
			{
				color: #000;
			}
			.carousel-indicators
			{
				bottom: -50px;
			}
			.carousel-indicators li
			{
				display: inline-block;
				width: 10px;
				height: 10px;
				margin: 1px;
				text-indent: -999px;
				cursor: pointer;
				background-color: #000\9;
				background-color: rgba(0,0,0,0);
				border: 1px solid #16a085;
				border-radius: 50%;
			}
			.carousel-indicators .active
			{
				width: 12px;
				height: 12px;
				margin: 0;
/*				background-color: #16a085;*/
			}
			.carousel-caption
			{
				position: absolute;
				right: 20%;
				bottom: 20%;
				left: 0;
				z-index: 10;
				padding-top: 20px;
				padding-bottom: 20px;
				color: #fff;
				text-align: center;
				background: rgba(0,0,0,0.2);
                overflow: hidden;
			}
.carousel-inner>.active{
    background-color: transparent;
}
.subtile{
    margin-top: 4px;
    font-size: 0.6em;
    text-align: right;
    text-decoration: none;
    margin-right: 100px;
}

 .logo_size{
    margin-left: -51px;
    position: relative;

 }

.tabso{
        margin-top: 20px;
}
.tabso h4{
    padding: 15px;
    text-align: center;
    font-style: italic;
    margin-bottom: 0px;
    color:  rgba(13, 115, 189, 0.71);
}


.adddiv{
    line-height: 25px;
    font-size: 1.2em;
    font-weight: 500;
    font-style:normal;
}
.tothetop{
    margin-top:20px; 
}
@media (min-width: 768px)
{
.navbar-right {
    float: right!important;
    margin-right: -110px!important;
}
}
@media all and (max-width: 365px) and (min-width: 300px)
{
.logo_size {
    margin-left: 15px;
    position: relative;
    margin-top: -25px;
}
}
@media all and (max-width: 765px) and (min-width: 365px)
{
.logo_size {
    margin-left: 15px;
    position: relative;
    margin-top: -5px;
}
}