	body{font-family: "Hind Madurai",sans-serif;color:rgba(0,0,0,.5)!important;}
	p{line-height:30px;}
	.btn{cursor:pointer;}
	p{line-height:30px;}
	.navbar{background-color:#fff!important;box-shadow: 0px 8px 10px 0 rgba(0,0,0,.4);}
  .back{background-color:#fff!important;padding:3rem; /* .isologo,.navbar-brand{background: #f5f5f5;*/ border-radius: 2% 45%;}
  .dropdown-menu {min-width: 20rem;}
  .nav-link{padding-top: 0;padding-bottom: 0; }
	.dropdown-item {background-color:  #212558!important;color:#fff;font-weight: 600;padding: .1rem .5rem;}
	.nav-link {color: rgba(0,0,0,.5);}
 .jumbotron{background-color:transparent!important;}
.carousel-caption { position: absolute;/* right: 60%!important; */ bottom: 20%!important; /* left: 0%!important; */}
  .fade-in {  opacity: 1;  animation-name: fadeInOpacity;  animation-iteration-count: 1;  animation-timing-function: ease-in;  animation-duration: 2s;}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 768px){.isologo{display: none;}}
/* .heading{font-family: 'Dancing Script', cursive;}*/
  .carousel-caption h2 { color:  #fe9900;}
.carousel-control-next-icon, .carousel-control-prev-icon {    display: inline-block;    width: 50px;    height: 50px;}
.products,.introduction{padding: 0 0 5% 0;}
.introduction p{font-size: 20px;}
.products h5{padding: 5% 0;color: #212558;font-weight:bold;}
.pro img{background-color: #eaedef;border-radius: 45% 2%;}
.pro:hover img{background-color: #00a3e4d4;transition: all 1s ease;}
.pro:hover h5,.prod:hover h5{color: #fe9900; transition: all 1s ease;}
.product-section{background-color: #f7f8f8;cursor: default;text-align:center;}
.product-section a,.about a{color: #00a3e4!important;text-decoration: none;}
.product-section a:hover,.about a:hover{color:#fe9900!important;text-align:center;}
.content{background-color:#f5f5f5!important;}
.about{background-image:url('images/bg1.jpg');background-attachment:fixed; }

.product-content{background-color: #fff;}

	.about h4{color:#ef7c86!important;}

	
/*ul{list-style-image:url('images/list1.png');}*/
h1 .heading{text-transform: uppercase}
   .products-contents{border-radius:25px!important;}
  .products-contents{
 background-color:#fff;padding:3% 0;}
.products a{text-decoration:none !important;} 
.heading{color:#212558;font-weight:bold;}
.navbar-light .navbar-nav .nav-link:hover,.dropdown-item:hover {
    color:#00a3e4!important;}
 .nav-link{border-bottom: 2px solid transparent!important;font-size:20px;font-weight:600;color:#212558!important;padding-right: 1rem!important;
    padding-left: 1rem!important;}

    .nav-link:hover,.nav-link.active{color:#00a3e4!important;}
    .nav-link.active{border-bottom: 2px solid #fe9900!important;}
    .enquire h4{bcolor: #f5f5f5;}
   
	.about .btn,.products .btn{background-color:#223e84;border: 2px solid #223e84;color:#fff;}
	.about .btn:hover,.products .btn:hover{
    border: 2px solid #f8db02;
    background-color: transparent!important;
    color: #223e84!important;}
        .con1 h1,.con1 h2{color:#9c9ca6;}
    .con2 .btn,.contact .btn,.product_page .btn{background-color: #00a3e4;border:0px;
    color: white;
    border-radius: 25px;
    padding: 2% 10% 1% 10%;}
    .enquire .btn{background-color: #212558;
    color: white;
    border-radius: 25px;
    padding: 4% 10% 1% 10%;
    margin:10% 0;}
    .help .btn{background-color: #212558;
    color: white;
    border-radius: 25px;
    padding: 4% 10%;
    margin:10% 0;}
    .everywhere .btn{background-color: #00a3e4;
    color: white;
    border-radius: 25px;
    padding: 4% 20% 2% 20%;
    margin:10% 0;}
    .everywhere{background-color: #f5f5f5;}
    .enquire img{border-radius: 45% 2%;}
    .product_page .btn:hover,.contact .btn:hover,.con2 .btn:hover, .enquire .btn:hover,.help .btn:hover,.everywhere .btn:hover{background-color:#fe9900;border:0px;}
  
    #return-to-top {
        z-index: 1;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #00a3e4;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
  z-index: 1;
    color: #fff;
    margin: 0;
    position: relative;
    left: 15px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: #fe9900;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
    .fa {
 opacity: 0.5;
    padding: 2%;
    /* font-size: 20px; */
    /* width: 20%; */
    /* height: 20%; */
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
}

.fa:hover {
    opacity: 1;
    color:#fff;
}

.fa-facebook {
  background: #3B5998;
   padding: 2% 3%;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}
	footer{background-image:url('images/footerbg.png');background-color:#223e84;color:#d0d0d0; font-size: 14px;}
	footer a{text-decoration:none;color:#d0d0d0;}
	footer a:hover,.footer-end p a:hover{color:#fe9900;text-decoration:none}
	footer h5{color:#fe9900;}
  .footer-end p a{text-decoration:none;color:#00b4da;}
	.footer-end{padding-top: 1%;
    background-color: #1c2442;
    font-size: 14px;}
	.jumbotron {margin-bottom:0!important;}
	
    .enquire span{font-size: 24px;color:#00a3e4;}
   .help,.enquire{background-image:url('images/bg.jpg');color:#fff;background-size: cover;background-attachment: fixed;}

.caption{color: #9c9ca6;font-weight: 600;}
#breadcrumb h1,.breadcrumb-item{text-transform: capitalize;}
.breadcrumb{background: transparent!important;padding: .75rem 1rem .75rem 0;}
.breadcrumb a,.product_page a{color:#00a3e4;font-weight: inherit;font-family:inherit;}
.breadcrumb a:hover,.product_page a:hover{color:#fe9900;text-decoration: none;}
.breadcrumb-item.active {
    color: #212558}
    .breadcrumb-item+.breadcrumb-item::before {font-weight: bold;  
    color: #212558;
    content: ">";}
    .certificates{background:#f5f5f5!important;background-image: url(images/bg.jpg);}
.certificates h1{margin-bottom: 5%;}
.p,.strong{color:#212558!important;}

.gallery button {width: 100%;margin-bottom: 2px;
    color: #fff;
    display: block;
    font-size: 14px;
    border: none;
    box-shadow: none;
    padding: 5px 20px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    background-color: #212558;
}
.gallery button:hover {background-color: #fe9900;}
.tab-links:hover,.nav-tabs .nav-link{border: none;}
.nav-tabs .nav-link{border: none;color: #fff!important;
    background: #00a3e4!important;
}
.tab-links:hover,.nav-tabs .nav-link:hover{background-color: #fff!important;
    color: #00a3e4!important;border-bottom: 1px solid}
.tab-link{font-size: 16px;padding: 0;margin-bottom: 2%;}
.tab li{width: 100%;}
.gallery-box {margin-bottom: 2%!important;box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}
.gallery-box:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

@media (max-width: 768px){.jumbotron h1{font-size: 2rem;margin-bottom: 0;}h3{font-size: 1.5rem;}h1{font-size: 2rem;}h2{font-size: 1.75rem;}h4{font-size: 1.2rem;}h5{font-size: 1rem;}.navbar{padding: 0px 1rem;}.section1 h1{font-size:1.5rem}.section1 h2{font-size:1.3rem}
.introduction p {    font-size: 16px;}.gallery button { width: auto!important;float: left; padding: 5px; margin-right: 5px; }
.dropdown-item {
  
    padding: 0rem .5rem;
}




}

.btco-hover-menu .active a,.btco-hover-menu .active a:focus,.btco-hover-menu .active a:hover,.btco-hover-menu li a:focus,.btco-hover-menu li a:hover,.navbar>.show>a,.navbar>.show>a:focus,.navbar>.show>a:hover{color:#000;background:0 0;outline:0}.dropdown-menu{padding:0;margin:0;border:0 solid transition!important;border:0 solid rgba(0,0,0,.15);border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important}.btco-hover-menu .collapse ul ul>li:hover>a,.navbar .show .dropdown-menu>li>a:focus,.navbar .show .dropdown-menu>li>a:hover{background:#fff}@media only screen and (max-width:991px){.btco-hover-menu .show>.dropdown-toggle::after{transform:rotate(-90deg)}}@media only screen and (min-width:991px){.btco-hover-menu .collapse ul li,.btco-hover-menu .collapse ul ul li{position:relative}.btco-hover-menu .collapse ul li:hover>ul{display:block}.btco-hover-menu .collapse ul ul{position:absolute;top:100%;left:0;min-width:250px;display:none}}
.topbar-area {
    background: #243559;
}
.topbar-left ul{margin:0;padding:0;}
.topbar-left ul li {
    display: inline-block;
}
.topbar-left ul li a {
    color: #ddd;
    display: inline-flex;
    font-weight: 600;
    margin-right: 20px;
    text-decoration: none;
    font-size: 16px;
    padding:7px 0;
}
.topbar-left ul li a i {
    display:contents;
    color: #00a3e4;
    font-size: 21px;
    margin:0;
    margin-right: 8px;
    display:block;
}
.topbar-left ul li a:hover i {
    color:#fff;
}
.sticky {
    position: fixed;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    z-index:9;
    top:0;
}