/* CSS Stylesheet */
@import url('https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet');

body{ margin-top: 0px;
    font-size: 16px;
	/*font-family: 'Roboto Condensed', sans-serif;*/
	font-family:'Roboto', sans-serif;
}
.top-header{
	width:100%;
	float:left;
	background:transparent;
	position: absolute;
	z-index:35;
}
.side-info{
	float:left;
	width:100%;
}
.side-info ul{
	float: right;
    margin: 0;
}
.side-info ul li{
	float:left;
	color:#fff;
	padding:5px 10px;
	font-family: 'Roboto Condensed', sans-serif;
}
.side-info ul li i{
	margin-right:5px;
}

.main-header{
	width:100%;
	float:left;
	padding:10px 0;
	position: absolute;
    z-index: 35;
	border-bottom:1px solid rgba(232, 232, 232, 0.5);
	transition:all ease-in 0.5s;
}
.main-header.sticky {
	position: fixed;
	width: 100%;
	background:#1b1b1b;
	top:0;
	padding:5px 0;
	box-shadow:0px 0px 5px #8c8c8c;
	-webkit-box-shadow:0px 0px 5px #8c8c8c;
	-moz-box-shadow:0px 0px 5px #8c8c8c;
	z-index:99995;
	border:none;
	transition:all ease-in 0.5s;
}
.logo{
	width:100%;
	float:left;
}
.logo img{
	    margin-top:9px;
}
.tp-caption h2{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:36px;
	color:#fff;
}
.tp-caption p{
	font-size:25px;
	color:#fff;
	text-transform:capitalize;
	text-align:left;
	font-family: 'Roboto Condensed', sans-serif;
}
section{
	
	width:100%;
	padding:28px 0;
}
.listtitle h3
{
    margin-top: 102px;
    color:white;
}
.text-heading{
	text-align:center;
	width:100%;
	float:left;
	margin-bottom:25px;
}
.text-heading h3{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:27px;
	text-transform:uppercase;
	margin:0;
	font-weight:300;
	color:#333;
	margin-bottom:20px;
}
/*.text-heading h3:after{
	content:'';
	background:#232323;
	height:1px;
	width:130px;
	margin:15px auto;
	display:block;
}*/
.titleline-center:after,.titleline:after{top:-3px;content:''}
.titleline-center{position:relative;max-width:150px;border-top:1px solid #167ab0;margin:0 auto 0px}
.titleline-center:after{position:absolute;left:30%;right:30%;border-top:5px solid #167ab0}
.welcome-inner{
	float:left;
	width:100%;
	text-align:center;
	margin:15px 0;
}
.welcome-inner p{
	line-height:28px;
	font-weight:500;
	color: #404040;
}
.mini-feature{
	width:100%;
    text-align: justify;
	float:left;
	    border: 1px solid #2880c8;
	padding:25px 35px;
	margin-top:50px;
	position:relative;
}
.mini-feature h3{
	font-family: 'Noto Serif', serif;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
    color: #217cc6;
    margin-bottom: 20px;
    margin-top: 30px;
    padding-bottom: 2px;
    border-bottom: 1px solid #217cc6;
    display: inline-block;
}
.mini-feature p{
    text-align: justify;
	line-height:24px;
	font-weight:400;
	color: #585858;
	margin:0;
}
.icons{
	display: inline-block;
    position: absolute;
    top: -31px;
    border-radius: 5px;
 
    width: 62px;
    height: 62px;
      background: #217cc6;
    text-align: center;
}
.icons i{
	font-size: 34px;
    color: #eaebec;
    /* background: #000; */
    /* padding: 8px; */
    line-height: 61px;
    text-align: center;
}

.products-range{
	background:#fbfbfb;
}
.range-inner{
	text-align:center;
	float:left;
	width:100%;
	background:#fff;
	margin-top:30px;
	box-shadow:0 0 50px rgba(0,0,0,.1);
	position:relative;
	border:1px solid transparent;
	z-index:9;
}
.range-inner:before,
.range-inner:after {
  content: '';
  position: absolute;
  width:100%;
  height:100%;
  z-index: -1;
  top:0;
  left:0;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}
.range-inner:before {
  border-left:1px solid #167ab0;
  border-right: 1px solid #167ab0;
  transform: scale(1,0);
    -webkit-transform:scale(1,0);
    -moz-transform:scale(1,0);
    -ms-transform:scale(1,0);
    -o-transform:scale(1,0);
}
.range-inner:after {
  border-top:1px solid #167ab0;
  border-bottom: 1px solid #167ab0;
  transform: scale(0,1);
  -webkit-transform:scale(0,1);
  -moz-transform:scale(0,1);
  -ms-transform:scale(0,1);
  -o-transform:scale(0,1);
}
.range-inner:hover:before,
.range-inner:hover:after {
  transform: scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
}
.range-inner img{ width:100%; padding:5px;}
.range-inner h4{
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
    color: #167ab0;
	margin-bottom: 15px;
    padding: 15px 25px 0;
}
.range-inner p{
	line-height:24px;
	font-weight:400;
	color: #585858;
	padding:0 25px;
}
.range-inner a{
	text-transform: uppercase;
    color: #167ab0;
    display: inline-block;
    font-size: 14px;
    margin: 10px 0 15px;
	font-family: 'Roboto Condensed', sans-serif;
	transition:all ease-in 0.6s;
}
.range-inner a i{
	margin-left:5px;
}
.range-inner a:hover{
	color:#4c4c4c;
	text-decoration:none;
	transition:all ease-in 0.6s;
}
.range-inner a:hover i{
	margin-left:10px;
	transition:all ease-in 0.6s;
}
.product-box{
    margin-bottom: 22px;
	float:left;
	width:100%;
	border:1px solid #f1f1f1;
	background:#5896d00a;
}
.box-image{
	width:40%;
	float:left;
}
.box-image img{
	width:100%;
}
.box-text{
	width: 60%;
    float: left;
    padding: 29px 14px 0px 29px;
}
.box-text h3{
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    border-bottom: 1px solid #217da9fa;
    display: inline-block;
    font-weight: 400;
    color: #167ab0;
	margin-bottom: 15px;
    padding: 0;
}
.box-text p{
	line-height:25px;
	font-weight:400;
	color: #585858;
	padding:0;
	    text-align: justify;
}
.box-text a{
	text-transform: capitalize;
    color: white;
    display: inline-block;
    font-size: 14px;
    margin: 10px 0 0;
    font-family: 'Roboto Condensed', sans-serif;
    transition: all ease-in-out 0.6s;
    padding: 7px 15px;
        background: #217cc6;
            border-radius: 9px;
}
.box-text a i{
	margin-left:5px;
	transition: all ease-in-out 0.6s;
}
.box-text a:hover{
	border-radius: 9px;
    font-weight: bold;
    font-size: 14px;
    color: #fbf9f9;
    background-color: red;
    text-decoration: none;
    transition: all ease-in-out 0.6s;
}
.box-text a:hover i{
	margin-left:10px;
	transition:all ease-in-out 0.6s;
}
/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #565656;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

.our-portfolio{
	padding-bottom:0;
}
.portfolio-inner{
	width:100%;
	float:left;
}
.portfolio-inner ul{
	list-style-type:none;overflow:hidden;margin:0;word-spacing:-4px;
}
.portfolio-inner ul li{
	display: inline-block;
    float: left;
    position: relative;
    margin-bottom: 0;
    padding: 1.5%;
    width: 20% !important;
    text-align: center;
    vertical-align: top;
    word-spacing: normal;
}
.portfolio-inner ul li::after,.portfolio-inner li::before{content:"";position:absolute;display:block}
.portfolio-inner ul li::before{bottom:-1px;left:5%;border-bottom:1px dashed rgba(0,0,0,.15);width:90%;z-index:2}
.portfolio-inner ul li::after{top:5%;left:-1px;border-left:1px dashed rgba(0,0,0,.15);height:90%}
.light .portfolio-inner ul li::after,.light .portfolio-inner ul li::before{border-color:rgba(255,255,255,.3)}
.portfolio-inner ul li img{
	width:100%;
}
.portfolio-inner ul li h5{
	font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
	padding:10px 0;
	background:#f5f5f5;
}
.main-footer{
        margin-top: 28px;
	padding:60px 0 10px;
	float:left;
	width:100%;
	background:#333;
}
.footer-inner h3{
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
    color: #ebebeb;
	margin-bottom: 25px;
    padding:0;
	padding-bottom: 7px;
    border-bottom: 1px solid #ebebeb;
}
.footer-inner p{
	line-height:24px;
	font-weight:400;
	color: #a7a7a7;
	margin:0;

    text-align: justify;
}
.footer-inner ul{
	margin:0;
	padding:0;
}
.footer-inner ul li{
	line-height:24px;
	font-weight:400;
	color: #a7a7a7;
	padding-bottom: 4px;
    margin-bottom: 5px;
    border-bottom: 1px solid #525252;
}
.footer-inner ul li a{
	color: #a7a7a7;
	text-transform:capitalize;
}
ul.social{
	margin:0;
	padding:0;
}
ul.social li{
	width: 13%;
    float: left;
    padding: 5px;
    border: 1px solid #c1c1c1;
    text-align: center;
    margin-right: 7px;
}
.footer-bottom{
	text-align: center;
    border-top: 1px solid #525252;
    margin-top: 30px;
    padding-top: 20px;
}
.footer-bottom p{
	color: #a7a7a7;
    font-size: 13px;
    /* float: left; */
    display: inline-block;
    width: 100%;
    margin: 0;
}

.footer-bottom p a{
	color:#00a2dc;
}
.footer-bottom p a:hover{
	text-decoration:none;
	color: #a7a7a7;
}
.page-location{
	/*background:#797979;*/
	background:url(../images/location-banner.jpg) no-repeat;
	background-size:cover;
	padding:101px 0 20px;
}
.location-inner{
	text-align:center;
}
.location-inner h3{
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 27px;
    text-transform: uppercase;
	text-shadow: 1px 2px 4px #232323;
    font-weight: 400;
    color: #e8e8e8;
    margin: 20px 0;
    padding: 3px 10px;
    display: inline-block;
    width: 100%;
}
.left-sidebars h3{
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 21px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
    padding-bottom: 5px;
    color: #5d5d5d;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 15px;
}
.left-sidebars h5{
	width: 100%;
    display: inline-block;
    padding: 5px 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 15px;
    color: #177bb0;
    font-weight: 400;
    transition: all ease-in 0.8s;
    font-family: 'Roboto Condensed', sans-serif;
}
.left-sidebars ul{
	margin:0;
	padding:0;
	margin-bottom:20px;
}
.left-sidebars ul li{
	line-height:25px;
	width:100%;
	border-bottom:1px solid #f1f1f1;
	position:relative;
}
.left-sidebars ul li:after{
	display: block;
    content: '\f105';
    right: 6px;
    top: 0;
    line-height: 35px;
    font-family: 'FontAwesome';
    position: absolute;
    color: #686366;
}
.left-sidebars ul li a{
	width: 100%;
    display: inline-block;
    padding: 5px 0;
    text-transform: capitalize;
    font-size: 14px;
	color:#686366;
	font-weight:300;
	transition:all ease-in 0.8s;
	font-family: 'Roboto Condensed', sans-serif;
}
.left-sidebars ul li a:hover{
	background:#f7f7f7;
	text-decoration:none;
	transition:all ease-in 0.8s;
	padding-left:10px;
	color:#177bb0;
}
.left-sidebars ul li a.activate{
	background:#f7f7f7;
	padding-left:10px;
	color:#177bb0;
}
.right-sidebars{
	width:100%;
	float:left;
	border-left: 1px solid #eaeaea;
    padding-left: 30px;
}
.right-images{
	float:right;
	margin-left:10px;
}
.right-images img{
	margin-bottom:10px;
}
.right-sidebars h2{
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 19px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
    padding-bottom: 5px;
    color: #5d5d5d;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 15px;
}
.right-sidebars h3{
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 21px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
    padding-bottom: 5px;
    color: #5d5d5d;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 15px;
}
.right-sidebars p{
	line-height:26px;
	font-weight:400;
	color: #585858;
	margin:0;
	margin-bottom:10px;
}
.right-sidebars > a{
    padding: 7px 7px;
    border: 1px solid #eaeaea;
    display: inline-block;
    transition: all ease-in 0.8s;
    margin-left: 5px;
}
.right-sidebars > a:hover{
	border:1px solid #686366;
	text-decoration:none;
}
.right-sidebars > a > img{
	margin-right: 5px;
    width: 24px;
    float: left;
}
.right-sidebars > a > h4{
    text-transform: capitalize;
    font-size: 14px;
    color: #686366;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    float: left;
    margin: 0;
    padding-left: 5px;
    line-height: 24px;
}
.prd-collage{
	width:100%;
	float:left;
	margin-bottom:25px;
}
.prd-collage ul{
	margin:0;
	padding:0;
}
.prd-collage ul li{
	width: 32.333%;
    float: left;
    margin: 0.5%;
    border: 1px solid #d8d8d8;
	box-shadow: 0px 0px 3px #d0d0d0;
}
.prd-collage ul li h4{
	margin: 0;
    padding: 11px;
    font-size: 14px;
    width: 75%;
    float: left;
    line-height: 21px;
}
.prd-collage ul li img{
	float: right;
    width: 25%;
}
.prd-collage ul li a{
	width: 100%;
    float: left;
    padding: 5px 0;
    color: #555;
}
.prd-detail{
	width:100%;
	float:left;
	margin-bottom:25px;
}
.prd-detail > ul{
	margin:0;
	padding:0;
}
.prd-detail > ul > li{
	width: 32.333%;
    float: left;
    border: 1px solid #eaeaea;
    text-align: center;
    margin: 0.5%;
}
.prd-detail > ul > li > img{
	width:80%;
	padding:15px;
}
.prd-detail > ul > li > h4{
	width: 100%;
    display: inline-block;
    padding: 10px 0;
    margin: 0;
    text-transform: capitalize;
    font-size: 14px;
    color: #ffffff;
    background: #177bb0;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
}
.inner-main-details{
	width:100%;
	margin-bottom:20px;
}
.inner-main-details img{
	width:100%;
	border: 1px solid #ececec;
}
.inner-main-details h4{
	font-weight: 400;
    font-size: 19px;
    padding: 5px 0 0;
    color: #016695;
	border-bottom: 1px solid #016695;
    display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
}
.inner-main-details h4 a{
	font-weight: 400;
    font-size: 15px;
    padding: 5px 0 0;
    color: #016695;
}
.inner-main-details h3 a:hover{
    color: #016695;
}
.inner-main-details ul{
	margin:0;
	margin-left:20px !important;
}
.inner-main-details ul li{
	font-size: 13px;
    list-style: circle;
    line-height: 25px;
}
.inner-main-details ul li a{
	color:#313131;
}
.inner-main-details ul li a:hover{
	color:#016695;
}
.inner-main-details p{
	font-size:14px;
	margin:0;
}
.cns-inner{
	width: 100%;
    float: left;
    margin-bottom: 20px;
}
.cns-inner img{
	width:100%;
}
.cns-inner h3 {
    font-weight: 400;
    font-size: 19px;
    padding: 5px 0 0;
    color: #016695;
    border-bottom: 1px solid #016695;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
}
.cns-inner h4 {
    font-weight: 400;
    font-size: 16px;
    padding: 0 0 5px;
    color: #3a3a3a;
    margin: 0;
    text-transform: capitalize;
    font-family: 'Roboto Condensed', sans-serif;
}
.cns-inner ul{
	margin:0;
	margin-left:20px !important;
	margin-bottom:10px;
}
.cns-inner ul li{
	font-size:14px;
	color:#313131;
	line-height:25px;
	list-style:circle;
	text-transform: capitalize;
}
a.dwld-cat {
    display: inline-block;
    width: 100%;
    background: #016695;
    color: #fff;
    text-align: center;
    font-size: 13px;
    text-transform: capitalize;
    padding: 5px 0;
}
.contactusimg{
background: url(../images/inner-banner/manglic-about-us-banner.jpg);
background-size: 100% 100%; 
}
}
.pagetitle
{
    padding: 25px 0px;
}
.listtitle 
{

    margin-top: 88px;   
}
.breadcrumb
{
    padding: 8px 15px;
    margin-bottom: 0;
    list-style: none;
    background-color: #f5f5f500;
    border-radius: 4px;
    display: inline-block;
}
.breadcrumb li a
{
    color:white;
}
.breadcrumb > .active
{
   color:white;
}
.about-containt
{
        text-align:justify;
        margin-top: -20PX;
}
.about-containt h3
{
 
 border-bottom: 3px solid #145B8F;
    display:inline-block;
       

}
.about-containt1 h3
{
 
 border-bottom: 3px solid red;
    display:inline-block;
       
       
}
#owl-demo .item{
  background: #42bdc2;
  padding: 30px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

.about-containt1 h3
{
    margin-left: 0px;
    
    display: inline-block;
border-bottom: 3px solid #145B8F;


}/*
.about-containt1 h3
{
display: inline-block;
border-bottom: 3px solid red;

}*/
.headingss 
{
 
    width:100%;
}
.below-img  
{
    width: 100%;
      
    background-color:rgb(2, 131, 222);
    padding: 11px;
    text-align: center;
    text-decoration:none;
    color:white;
    font-size: 18px;
  }
  .RvW100{
        width: 100%;
    }
  .below-img b:hover
  {
    text-decoration:none;
    font-size:20px;
  }
  .box
  {    border-radius: 28px;
    border-top: 1px solid blue;
    background: #ffff0000;
    min-height: 180px;
    width: 100%;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    text-align: center;
    /* border-top: blue; */
    border-top: 1px solid blue;
    text-align: center;
    margin-bottom: 20px;
}
  .box p
  {
    font-size: 15px;
           margin-top: 10px ;
  }
   .box img
   {

width:36px;

   }
   input[type=text], select, textarea , email{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
input[type=email]
{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: red;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
      margin-bottom: 10px;

}

input[type=submit]:hover {
  background-color: 4549a0;
}
.MTMB
{
margin-bottom: 30px;
}   
.product-img
{
   border: 2px solid #74818a59; 
}
.switch-para
{
     font-size: 16px;
    min-height: 176px;
    text-align: justify;
    margin-bottom: 20px;
    padding: -2px;
    margin-top: 10px;
    text-align: justify;
    margin-bottom: 20px;
    padding: -4px;
}
.product-info p
{

    /*font-size: 16px;
  
    text-align: justify;
    margin-bottom: 20px;
    padding: -2px;
    margin-top: 10px;
    text-align: justify;
    margin-bottom: 20px;
    padding: -4px;
    */
}
.product-info h2
{

}
.product-info
{
margin-top:45px;
   margin-bottom: 20px;
    
}
.btn-primary
{


    margin-top: 20px;
    color:white;

}
.btn-primary a
{
    color:white;
}

h2{

  padding: 20px;
    
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;    
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f500;
    border-radius: 4px;
}
.product1-box
{
background: rgb(34,193,195);
background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(62,45,253,1) 100%);
    width: 300px;

    text-align: center;
        margin-bottom: 16%;
}
.product1-box a
{ text-align: center;
    color:white;
color:white;
    line-height: 3;
 }
 


.left_side ul li {
    line-height: 25px;
    border-bottom: 1px dashed #ddd;
}
.left_side ul li a {
    color: #333;
    font-size: 12px;
    display: inline-flex;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
}
.left_side ul {
    padding: 10px;
}
.nav1 li > a > span {
    float: right;
    font-size: 19px;
    font-weight: bolder;
}
.nav1{
    margin-top: 30px;
}
.section{
    margin-top: 20px;
}
.pro-left-image
{
    margin: 70px;
}
.inner-div h3
{
        text-transform: uppercase;
    margin-top: 29px;
}

.breadcrumb1
{
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f500;
    border-radius: 4px;
}
.breadcrumb1 > .active {
    color: white;
}
.left-sidebar ul
    {
margin-bottom: 0px;
        background-color:  #efeeed;
    list-style-type:none;
     }
     .left-sidebar ul li
     {
       font-weight: bold;
    border-bottom: 1px solid #d8d8e6;
    padding: 6px;
    /* margin-left: 15px; */
    border-bottom: 1px solid #d4dce2;
    padding-left: 15px;

     }
     .left-sidebar ul li:hover
     {
        background:#2b86ca;
            text-decoration-color: white;
       
     }
     .left-sidebar ul li:hover a{
        color: #fff;
     }
     .left-sidebar ul li a
     {
       color: #000000cf;
    text-decoration: none;
    width: 100%;

    display: inline-block;
     }
        .left-sidebar ul li a:hover
        {

            color: white;
            
        }
     .left-sidebar
     {
    
       background-color: transparent; 
       border: 1px solid #dde0e4;
    }
    .image-button
    {   
            margin-top: 44px;
        text-align: center;
    }
    .cantant
    {
    background-color: #eee;
    padding: 10px 5px 25px

    ;
    display: inline-block;
    margin-bottom:25px;    
    }
    .cantant h4
    {
        font-weight: bold;
    border-bottom: 1px solid #000;
    display: inline-block;
    font-weight: bold;
    }
    .left-sidebar h5
     {
        border-bottom: 2px solid #2170a8;
    padding: 15px;
    font-weight: bold;
        margin-bottom:0px;
     }
     .read-more
        {
                border-radius: 36px;
            background-color:#007ab2;
            width:100%;
            padding:13px;
            text-align: center;
            text-decoration: none;
        }
        .read-more:hover
        {
            background:#ed7b00;
        }

        .read-more a:hover
        {   transition:transform .8s ease-in-out;
            border-bottom: 1px solid red;
        }
          .read-more a
          {

            font-weight: bold;
            color:white;
          }
          .contactusimg11 {
    background: url(../images/inner-banner/manglic-ourclient-banner.jpg);
    background-size: 100% 100%;
}
.contactusimg12
{
    background: url(../images/inner-banner/manglic-ourclient-banner.jpg);
    background-size: 100% 100%;
}
.contactusimg13
{
 background: url(../images/inner-banner/manglic-contact-us-banner-new.jpg);
    background-size: 100% 100%;
}
.contactusimg14
{
    background: url(../images/inner-banner/product-baner.jpg);
    background-size: 100% 100%;
}
.text-on-img{
    position: relative;
}
.text-on-img h4
{   
    position: absolute;
    bottom: 0px;
    margin: 0px;
    width: 100%;
    text-align: center;
    background: #0c0b0ba3;
    padding: 10px 2px;
    color: white;
}
.switch-image img
{
 width:100%;

}
.footer-bottom img
{
    width:200px;
}

.touch-ul li
{
    float: left;
    margin-right: 5px;
    width: 48%;

}
.gallery
{
    display: inline-block;
    margin-top: 20px;
}
.fancybox-overlay
{
    z-index: 99996 !important;
}

.text-right
{
    height: 30px;
    background: #167ab0;
    margin-top: 14px;
    text-align: right;
    color: white;
    font-weight: 700;
    line-height: 30px;
}
.inner-content p
{
    text-align: justify;
}
.inner-content-list 
{
    text-align: justify;
list-style-type: circle; 
padding-left:23px;
}
.img-uppar
{
    border: 1px solid #9e9e9e7a;
    padding: 11px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.span:hover{
    text-decoration: none;

}

.whatsapp-se {
    left: 21px;
    bottom: 24px;
    width: 11px;
    z-index: 999;
    position: fixed;
}