body {
	font-family: 'Noto Sans', sans-serif;
}
.m0{margin:0px !important}.p0{padding:0px !important}.m-t-0{margin-top:0px !important}.m-t-5{margin-top:5px !important}.m-t-10{margin-top:10px !important}.m-t-15{margin-top:15px !important}.m-t-20{margin-top:20px !important}.m-t-25{margin-top:25px !important}.m-t-30{margin-top:30px !important}.m-t-35{margin-top:35px !important}.m-t-40{margin-top:40px !important}.m-t-45{margin-top:45px !important}.m-t-50{margin-top:50px !important}.m-t-55{margin-top:55px !important}.m-t-60{margin-top:60px !important}.m-t-65{margin-top:65px !important}.m-t-70{margin-top:70px !important}.m-b-0{margin-bottom:0px !important}.m-b-5{margin-bottom:5px !important}.m-b-10{margin-bottom:10px !important}.m-b-15{margin-bottom:15px !important}.m-b-20{margin-bottom:20px !important}.m-b-25{margin-bottom:25px !important}.m-b-30{margin-bottom:30px !important}.m-b-35{margin-bottom:35px !important}.m-b-40{margin-bottom:40px !important}.m-b-45{margin-bottom:45px !important}.m-b-50{margin-bottom:50px !important}.m-b-55{margin-bottom:55px !important}.m-b-60{margin-bottom:60px !important}.m-b-65{margin-bottom:65px !important}.m-b-70{margin-bottom:70px !important}.m-l-0{margin-left:0px !important}.m-l-5{margin-left:5px !important}.m-l-10{margin-left:10px !important}.m-l-15{margin-left:15px !important}.m-l-20{margin-left:20px !important}.m-l-25{margin-left:25px !important}.m-l-30{margin-left:30px !important}.m-l-35{margin-left:35px !important}.m-l-40{margin-left:40px !important}.m-l-45{margin-left:45px !important}.m-l-50{margin-left:50px !important}.m-r-0{margin-right:0px !important}.m-r-5{margin-right:5px !important}.m-r-10{margin-right:10px !important}.m-r-15{margin-right:15px !important}.m-r-20{margin-right:20px !important}.m-r-25{margin-right:25px !important}.m-r-30{margin-right:30px !important}.m-r-35{margin-right:35px !important}.m-r-40{margin-right:40px !important}.m-r-45{margin-right:45px !important}.m-r-50{margin-right:50px !important}.p-t-0{padding-top:0px !important}.p-t-5{padding-top:5px !important}.p-t-10{padding-top:10px !important}.p-t-15{padding-top:15px !important}.p-t-20{padding-top:20px !important}.p-t-25{padding-top:25px !important}.p-t-30{padding-top:30px !important}.p-t-35{padding-top:35px !important}.p-t-40{padding-top:40px !important}.p-t-45{padding-top:45px !important}.p-t-50{padding-top:50px !important}.p-t-55{padding-top:55px !important}.p-t-60{padding-top:60px !important}.p-t-65{padding-top:65px !important}.p-t-70{padding-top:70px !important}.p-b-0{padding-bottom:0px !important}.p-b-5{padding-bottom:5px !important}.p-b-10{padding-bottom:10px !important}.p-b-15{padding-bottom:15px !important}.p-b-20{padding-bottom:20px !important}.p-b-25{padding-bottom:25px !important}.p-b-30{padding-bottom:30px !important}.p-b-35{padding-bottom:35px !important}.p-b-40{padding-bottom:40px !important}.p-b-45{padding-bottom:45px !important}.p-b-50{padding-bottom:50px !important}.p-b-55{padding-bottom:55px !important}.p-b-60{padding-bottom:60px !important}.p-b-65{padding-bottom:60px !important}.p-b-70{padding-bottom:70px !important}.p-l-0{padding-left:0px !important}.p-l-5{padding-left:5px !important}.p-l-10{padding-left:10px !important}.p-l-15{padding-left:15px !important}.p-l-20{padding-left:20px !important}.p-l-25{padding-left:25px !important}.p-l-30{padding-left:30px !important}.p-l-35{padding-left:35px !important}.p-l-40{padding-left:40px !important}.p-l-45{padding-left:45px !important}.p-l-50{padding-left:50px !important}.p-r-0{padding-right:0px !important}.p-r-5{padding-right:5px !important}.p-r-10{padding-right:10px !important}.p-r-15{padding-right:15px !important}.p-r-20{padding-right:20px !important}.p-r-25{padding-right:25px !important}.p-r-30{padding-right:30px !important}.p-r-35{padding-right:35px !important}.p-r-40{padding-right:40px !important}.p-r-45{padding-right:45px !important}.p-r-50{padding-right:50px !important}

/*-- Start Animate Border --*/
.animate-border {
    position: relative;
    display: block;
    width: 115px;
    text-align:center;
    margin:0 auto;
    height: 3px;
    background: #081340;
    margin-top:15px;  
}
.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite; 
}
@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

.animate-border.border-white:after {
  border-color: #fff; }

.animate-border.border-yellow:after {
  border-color: #F5B02E; }

.animate-border.border-orange:after {
  border-right-color: #007bff;
  border-left-color: #007bff; }

.animate-border.border-ash:after {
  border-right-color: #EEF0EF;
  border-left-color: #EEF0EF; }

.animate-border.border-offwhite:after {
  border-right-color: #F7F9F8;
  border-left-color: #F7F9F8; }
/*-- End Animate Border --*/

/*-- NAVBAR --*/
/*.navbar.navbar-expand-md.custom-nav {
	position: absolute;
}*/
.logo.navbar-brand {
    margin-top: 7px;
}
.custom-nav {
    padding: 0px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
    background-color: transparent;
}
.Top-Number {
	margin-top:10px;
}
button:focus {
    outline: 0px dotted !important;
}	
.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}
.dropdown-submenu {
	position:relative;
}
.dropdown-submenu>.dropdown-menu {
	top:0;
	left:100%;
	margin-top:-6px;
}
.dropdown-menu li a {
    color: #081340 !important;
}
.dropdown-menu li a:hover {
    color: #00c3ed !important;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
	text-decoration: none;
	transform: rotate(-90deg);
}
.dropdown-menu > li > a:hover::after {
	text-decoration: none;
	transform: rotate(-90deg);
}
.navbar {
    padding: 0rem 0rem !important;
    background: #fff;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(46,76,185,0.2);
    box-shadow: 0px 5px 30px 0px rgba(46,76,185,0.2);
    -webkit-animation: sticky 0.5s;
    animation: sticky 0.5s;
}
.navbar-collapse {
	margin-top:10px;
	margin-bottom:10px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin-top:0px !important;
    font-size: 1rem;
    color: #081340;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border:none !important;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(199,197,199,1);
	-moz-box-shadow: 0px 0px 8px 0px rgba(199,197,199,1);
	box-shadow: 0px 0px 8px 0px rgba(199,197,199,1);
    border-radius: 5px !important;
}
/* .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .0em solid !important;
    border-right: .0em solid transparent !important;
    border-bottom: 0;
    border-left: .0em solid transparent !important;
    position:absolute !important;
    content:'\f078'!important;
    right:0px;
    top:0px;
    color:#081340;
    font-size:12px;
    font-family: 'FontAwesome';
}   */
/*.dropdown-menu::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #d49134;
    position: absolute;
    top: -12px;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
}*/
.navbar-brand {
    padding-top:0rem !important;
}
.sticky .navbar-brand {
    width: 100px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}	
.custom-nav .navbar-nav li a {
    color: #081340;
    font-size: 15px;
	text-transform:uppercase;
    font-weight: 600;
	font-family: 'Noto Sans', sans-serif;
    background-color: transparent !important;
    padding: 7px 0 !important;
    position: relative;
    margin: 5px 12px;
    transition: all 0.4s;
}
.navbar-toggler {
    font-size: 28px !important;
    margin-top: 2px !important;
    margin-bottom: 0px !important;
    color:#081340 !important;
}
.navbar-toggle {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}
.custom-nav.stickyadd .navbar-nav li.active a,
.custom-nav.stickyadd .navbar-nav li:hover a,
.custom-nav.stickyadd .navbar-nav li:active a,
.custom-nav .navbar-nav li.active a,
.custom-nav .navbar-nav li:hover a,
.custom-nav .navbar-nav li:active a {
    color: #00c3ed;
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #1ecb67;
}
.custom-nav.stickyadd {
    background-color: #fff;
    padding: 5px 0;
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}
.stickyadd .navbar-brand {
    width: 100px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.custom-nav .sign_btn {
    background-color: rgba(19, 206, 103, 0.19);
    color: #1ecb67;
}
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    font-family: 'Noto Sans', sans-serif;
    border: none;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: 'Noto Sans', sans-serif;
}
.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

.custom-nav .navbar-nav .Top-Number {
    color: #fff !important;
    background-color: #d49134 !important;
    border-radius: 30px;
    font-family: 'Noto Sans', sans-serif;
    padding: 10px 15px !important;
	text-decoration:none;
}
/*-- END NAVBAR --*/

/*-- Start Slider --*/
.v-middle {
    position: absolute;
    width: 100%;
    top: 45%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.mt-30 {
    margin-top: 30px !important;
}
/*-- End Slider --*/

/* Start Our Products */
.products h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #081340;
    font-family: 'Noto Sans', sans-serif;
    text-transform: uppercase;
    text-align:center;
}
.products h2 span {
    color: #00c3ed;
}
.products {
    padding-top: 40px;
    padding-bottom:40px;
}
.products p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 0 60px;
    padding: 0;
    font-family: 'Noto Sans', sans-serif;
}
.products .box {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all .5s ease-in-out;
}
.products .box .image {
    position: relative;
    height: 100%;
}
.products .box h3 {
    margin: 0;
    padding: 0;
    margin-top: 20px;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Noto Sans', sans-serif;
    text-align:center;
    padding-bottom:20px;
    margin-bottom: 35px;
    color:#000;
}
.products .box h3 a {
    color:#000;
}
.products .box h3 a:hover {
    text-decoration:none;
}   
.products .box:hover {
    transform: translateY(-15px);
}
.p-20px-t {
    padding-top: 20px;
    margin:0 auto;
}
/* End Our Products */

/*-- Start Ro Water Purifier --*/ 
.ro-water {
    background: url("../images/bg-video.png") center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
    color: #ffffff;
}
.ro-water h2 {
    font-size: 32px;
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
    margin: 0;
    padding: 0;
    line-height: 35px;
}
.ro-water h2 span {
    color: #00c3ed;
}
.ro-water img {
    width: 100%;
    border-radius: 5px;
}
.ro-water p {
    font-size: 15px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    color: #d1e5e7;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-right: 30px;
}
.ro-water .btn {
    text-decoration: none;
    border:2px solid #ffffff;
    color: #ffffff;
    padding: 10px 35px;
    margin-top: 30px;
    border-radius: 35px;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Noto Sans', sans-serif;
    transition: all 0.5s ease-in-out;
}
.ro-water .btn:hover {
    background: #00c3ed;
    color: #ffffff;
    border:2px solid #00c3ed;
}
/*-- End Ro Water Purifier --*/

/* Start Business Partners */
#customer-logos h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #081340;
    font-family: 'Noto Sans', sans-serif;
    text-transform: uppercase;
    text-align:center;
}
#customer-logos h2 span {
    color: #00c3ed;
}
.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;
    height: 100%;
    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;
}
/* End Business Partners */

/*-- Start Main Product --*/
.main-product {
    padding: 50px 0 50px;
    background: url("../images/testimonials.png") center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #ffffff;
}
.main-product h3 {
    font-family: 'Noto Sans', sans-serif;
    color:#ffffff;
    font-weight:bold;
    padding-top:20px;
}
.main-product p {
    font-family: 'Noto Sans', sans-serif;
    color:#ffffff;
}
.main-product-bg {
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff17;
    border-radius:10px;
}
.main-product-bg img {
    border-radius: 10px;
}
.readmore a {
    text-decoration:none;
    font-family: 'Noto Sans', sans-serif;
    color:#ffffff;
}
.readmore a:hover {
    text-decoration:none;
    font-family: 'Noto Sans', sans-serif;
    color:#ffffff;
}
/*-- End Main Product --*/

/*-- Start Blog --*/
.blog_section {
  padding-top: 50px;
  padding-bottom: 20px;
}
.blog_section .blog_item {
  margin-bottom: 30px;
  box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}
.blog_section .blog_item:hover .blog_image img {
  transform: scale(1.1);
}
.blog_section .blog_item .blog_image {
  overflow: hidden;
  padding: 0;
  position: relative;
}
.blog_section .blog_item .blog_image img {
  width: 100%;
  transition: transform 0.5s ease-in-out;
}
.blog_section .blog_item .blog_details {
  padding: 20px 20px 20px 20px;
}
.blog_section .blog_item .blog_details .blog_title h5 a {
  color: #081340;
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 20px;
  font-family: 'Noto Sans', sans-serif;
  line-height: 32px;
  font-weight: 600;
  transition: all 0.3s;
  text-decoration: none;
}
.blog_section .blog_item .blog_details .blog_title h5 a:hover {
  color: #262b63;
}
.blog_section .blog_item .blog_details p {
  margin-top: 4px;
  padding: 0px 0 0px;
  font-family: 'Noto Sans', sans-serif;
}
.blog_section .blog_item .blog_details a {
  font-size: 16px;
  font-family: 'Noto Sans', sans-serif;
  display: inline-block;
  color: #081340;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.blog_section .blog_item .blog_details a:hover {
  color: #00c3ed;
}
.blog_section .blog_item .blog_details a i {
  vertical-align: middle;
  font-size: 14px;
  padding-left:8px;
}
.blog_section .owl-nav {
  display: block;
}
.blog_section h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #081340;
    font-family: 'Noto Sans', sans-serif;
    text-transform: uppercase;
    text-align:center;
}
.blog_section h2 span {
    color: #00c3ed;
}
.info-panel  > div {
    margin: 10px; 
}
.blog .item .more:hover i {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.blog .item .more i {
    font-size: 10px;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.blog_section .post-date {
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #ffffff;
    font-size: 17px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    padding: 7px 20px;
    display: inline-block;
    background-color: #081340;
}
/*-- End Blog --*/

/*********** About Us ***********/

/*-- Start Page Banner --*/
#page-banner {
    position: relative;
}
.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.pb-35 {
    padding-bottom: 35px;
}
.pt-200 {
    padding-top: 200px;
}
.page-banner-content h3 {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    color: #081340;
    text-transform: uppercase;
    padding-left: 25px;
}
.page-banner-content h3::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    background-color: #081340;
    top: 0;
    left: 0;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding:0px 0px 0px 25px !important;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent !important;
    border-radius: .25rem;
}
.breadcrumb li a {
    color: #081340;  
}
.breadcrumb i {
    font-size: 12px;
    padding-left: .5rem;
    color: #081340;
}
.breadcrumb-item.active a {
    color: #00c3ed;
}
.breadcrumb li a:hover {
    text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: none !important;
}
/*-- End Page Banner --*/

/*-- Start About-Content --*/
.about-content h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #081340;
    font-family: 'Noto Sans', sans-serif;
    text-transform: uppercase;
    text-align:center;
}
.about-content h2 span {
    color: #00c3ed;
}
.about-content h3 {
    font-size: 30px;
    font-weight: 700;
    color: #081340;
}
.about-content img {
    width: 100%;
    border-radius: 5px;
}
.about-content p {
    font-size: 15px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    color: #535353;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 0px;
    padding-right: 30px;
}
/*-- End About-Content --*/

/*********** Products ***********/
.product-content h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #081340;
    font-family: 'Noto Sans', sans-serif;
    text-transform: uppercase;
    text-align:center;
}
.product-content h2 span {
    color: #00c3ed;
}
.product-content h3 {
    font-size: 30px;
    font-weight: 700;
    color: #081340;
}
.product-content img {
    width: 100%;
    border-radius: 5px;
}
.product-content p {
    font-size: 15px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    color: #535353;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 0px;
    padding-right: 30px;
}
.product-content h6 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #081340;
    padding-top: 20px;
}
.product-content ul {
   color: #535353; 
   list-style-type: none;
}
.product-content ul li {
   position: relative; 
}   
.product-content ul li::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #2c2d3e;
    left: -20px;
    top: 7px;
}    
.read .btn {
    text-decoration: none;
    background-color: #081340;
    color: #ffffff;
    padding: 10px 35px;
    border-radius: 35px;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Noto Sans', sans-serif;
    transition: all 0.5s ease-in-out;
}
.read .btn:hover {
    background: #00c3ed;
    color: #ffffff;
}
.btn:focus {
    outline: 0;
    box-shadow: none !important;
}

/*********** News ***********/
.news-block-two{
    position:relative;
    margin-bottom:80px;
}
.news-block-two .inner-box{
    position:relative;
}
.news-block-two .inner-box .image{
    position:relative;
    background-color:#0b0b0b;
}
.news-block-two .inner-box .image a{
    position:relative;
    display:block;
    overflow:hidden;    
}
.news-block-two .inner-box .image img{
    position:relative;
    width:100%;
    display:block;
    transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
}
.news-block-two .inner-box:hover .image img{
    opacity:0.5;
    -webkit-transform:scale(1.07);  
    -ms-transform:scale(1.07);
    -moz-transform:scale(1.07); 
    transform:scale(1.07);
}
.news-block-two .inner-box .lower-content{
    position:relative;
}
.news-block-two .inner-box .lower-content .upper-box{
    position:relative;
    padding-bottom:13px;
    border-bottom:2px solid #e4e4e4;
}
.news-block-two .inner-box .lower-content .upper-box .posted-date{
    position:relative;
    color:#ffffff;
    font-size:17px;
    font-weight:600;
    margin-bottom:10px;
    line-height:1.2em;
    padding:13px 32px;
    border-radius:5px;
    margin-top:-18px;
    margin-left:22px;
    background-color:#081340;
    font-family: 'Noto Sans', sans-serif;
}
.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}
.news-block-two .inner-box .lower-content .upper-box .post-meta{
    position:relative;
    padding-top:20px;
}
.news-block-two .inner-box .lower-content .upper-box .post-meta li{
    position:relative;
    color:#b8b8b8;
    font-size:16px;
    padding-right:12px;
    margin-right:12px;
    font-weight:500;
    margin-bottom:6px;
    display:inline-block;
    font-family: 'Noto Sans', sans-serif;
}
.news-block-two .inner-box .lower-content .upper-box .post-meta li:after{
    position:absolute;
    content:'/';
    right:-5px;
    top:0px;
    color:#b8b8b8;
    font-size:17px;
}
.news-block-two .inner-box .lower-content .upper-box .post-meta li:last-child{
    margin-right:0px;
    padding-right:0px;
}
.news-block-two .inner-box .lower-content .upper-box .post-meta li:last-child::after{
    display:none;
}
.news-block-two .inner-box .lower-content .lower-box{
    position:relative;
    padding-top:25px;
}
.news-block-two .inner-box .lower-content .lower-box h3{
    position:relative;
    font-size:24px;
    font-weight:600;
    line-height:1.4em;
    margin-bottom:18px;
    color:#081340;
    font-family: 'Noto Sans', sans-serif;
}
.news-block-two .inner-box .lower-content .lower-box h3 a{
    position:relative;
    color:#242424;
    font-family: 'Poppins', sans-serif;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}
.news-block-two .inner-box .lower-content .lower-box h3 a:hover{
    color:#f64e49;
    text-decoration:underline;
}
.news-block-two .inner-box .lower-content .lower-box h5{
    font-weight:600;
    color: #081340;
}
.news-block-two .inner-box .lower-content .lower-box .text{
    position:relative;
    color:#797979;
    font-size:16px;
    line-height:1.8em;
    margin-bottom:35px;
    font-family: 'Noto Sans', sans-serif;
}
.news-block-two .inner-box .lower-content .lower-box .read-more{
    font-size:15px;
    padding:7px 32px 7px;
}
.news-block-two .inner-box .lower-content .lower-box .text p{
    position:relative;
    color:#535353;
    font-size:15px;
    line-height:1.9em;
    margin-bottom:35px;
    font-family: 'Noto Sans', sans-serif;
}
.news-block-two .inner-box .lower-content .lower-box .text p a{
    color:#2760ca;
    text-decoration:underline;
}
.news-block-two .inner-box .lower-content .lower-box h4{
    position:relative;
    color:#242424;
    font-size:22px;
    font-weight:600;
    margin-bottom:20px;
}
.our-blog .news-block-two:last-child{
    margin-bottom:50px;
}
.news-content p {
    font-size: 15px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    color: #535353;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 0px;
    padding-right: 30px;
}

/*********** Enquiry ***********/
.enquiry .btn {
    text-decoration: none;
    background-color: #081340;
    color: #ffffff;
    padding: 10px 35px;
    border-radius: 35px;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Noto Sans', sans-serif;
    transition: all 0.5s ease-in-out;
}
.enquiry .btn:hover {
    background: #00c3ed;
    color: #ffffff;
}

/*Sidebar Title*/
.sidebar-title{
    position: relative;
    margin-bottom:20px;
}
.sidebar-title h2{
    font-size: 22px;
    color: #242424;
    font-weight: 600;
    line-height: 1.2em;
    display:inline-block;
    text-transform: capitalize;
    font-family: 'Noto Sans', sans-serif;
}
.sidebar-title.style-two h2{
    padding-bottom:18px;
}
.sidebar-title.style-two h2:after{
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 35px;
    height: 2px;
}
.cat-list{
    position:relative;
    padding-left: 0;
    list-style-type: none;
}
.cat-list li{
    position:relative;
}
.cat-list li a{
    position:relative;
    color:#535353;
    font-size:16px;
    font-weight:600;
    padding-bottom:10px;
    margin-bottom:10px;
    display:block;
    border-bottom:1px solid #ccc;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.cat-list li:last-child a{
    border-bottom:0px;
}
.cat-list li a:after{
    position:absolute;
    content:'\f105';
    right:0px;
    top:0px;
    color:#cccccc;
    font-size:14px;
    font-family: 'FontAwesome';
}
.cat-list li a:hover{
    color:#081340;
    text-decoration: none;
}
.sidebar .popular-posts .post{
    position:relative;
    font-size:14px;
    color:#666666;
    padding:0px 0px;
    padding-left:90px;
    min-height:90px;
    margin-bottom:25px;
    border-bottom:1px solid #ccc;
}
.sidebar .popular-posts .post:last-child{
    margin-bottom:0px;
}
.sidebar .popular-posts .post .post-thumb{
     position:absolute;
     left:0px;
     top:0px;
     width:70px;
}
.sidebar .popular-posts .post .post-thumb img{
    display:block;
    width:100%;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}
.sidebar .popular-posts .post .text{
    position:relative;
    top:-4px;
    font-size:13px;
    margin:0px 0px 0px;
    font-weight:400;
    color:#242424;
    line-height:1.6em;
    text-transform:capitalize;
    font-family: 'Noto Sans', sans-serif;
}
.sidebar .popular-posts .post .text a{
    color:#081340;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}
.sidebar .popular-posts .post a:hover{
    color:#081340;
    text-decoration:none;
}
.sidebar .popular-posts .post-info{
    font-size:14px;
    color:#081340;
    font-weight:700;
    font-family: 'Noto Sans', sans-serif;
}

/*********** Contact Us ***********/
/* Start Contact */
.contact h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #081340;
    font-family: 'Noto Sans', sans-serif;
    text-transform: uppercase;
    text-align:center;
}
.contact h2 span {
    color: #00c3ed;
}
.contact h3 {
    font-size:24px;
    font-weight:600;
    color:#081340;
    font-family: 'Noto Sans', sans-serif;
    text-align:left;
}
.contact p {
    font-size:14px;
    color: #535353;
    font-family: 'Noto Sans', sans-serif;
}
.contact .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    font-family: 'Noto Sans', sans-serif;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d9d9d9;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contact .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #d9d9d9;
    outline: 0;
    box-shadow: 2px 5px 7px 4px rgb(244, 247, 249);
}
.contact textarea.form-control {
    height: auto;
}
.address h4 {
    font-size:24px;
    font-weight:600;
    color:#081340;
    font-family: 'Noto Sans', sans-serif;
    text-align:left;
}
.address [class^="flaticon-"]::before {
    font-size: 30px !important;
    color: #081340 !important;
    margin-left: 0px !important;
    display: inline-flex;
    vertical-align: middle;
} 
.contact p {
    font-size:15px;
    color: #535353;
    font-family: 'Noto Sans', sans-serif;
    text-align:left;
    display: inline-flex;
    padding-left: 10px;
}
.submit .btn {
    text-decoration: none;
    background-color: #081340;
    color: #ffffff;
    padding: 10px 35px;
    border-radius: 35px;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Noto Sans', sans-serif;
    transition: all 0.5s ease-in-out;
}
.submit .btn:hover {
    background: #00c3ed;
    color: #ffffff;
}
/* End Contact */

/*-- Start Footer --*/
#myFooter {
    background-color:#081340;
}
#myFooter h5 {
    margin: 0;
    border-left: 5px solid #00c3ed;
    padding-left: 15px;
    color: #fff;
    font-size: 24px;
    margin-top: 40px;
    font-family: 'Noto Sans', sans-serif;
}
#myFooter ul {
    padding-top:25px;
    padding-bottom:0px;
}
#myFooter ul li {
    margin: 0;
    font-size: 14px;
    line-height: 25px;
    text-decoration: none;
    list-style-type:none;
    font-family: 'Noto Sans', sans-serif;
}
#myFooter ul li a {
    font-family: 'Noto Sans', sans-serif;
    color:#FFFFFF;
    line-height: 2em;
    padding-right: 5px;
}
#myFooter ul li a:hover {
    text-decoration: none;
    color:#00c3ed;
}
#myFooter .footer-copyright {
    padding-top: 3px;
    padding-bottom: 3px;
}
#myFooter .footer-copyright p {
    margin-top:21px;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    float:left;
}
.BT-Map {
    padding-top:15px;
    margin-right:40px;
}
.Footer-Inner {
    color: #fff;
    line-height: 22px;
    font-size: 14px;
}
.footer-logo img {
    height: auto;
    padding-top: 25px;
}
strong {
    font-weight: 600 !important;
}
[class^="flaticon-"]::before {
	font-size: 21px !important;
    color: #fff !important;
	margin-left: 0px !important;
}
.footadd .icon i {
    font-size: 21px;
    color: #fff;
    line-height: 35px;
	position:absolute;
    display: flex;
}
.footericon i {
	font-size: 12px;
	padding-right: 8px;
}
.footericon p {
	color: #fff;
    font-family: 'Noto Sans', sans-serif;
	text-align: left;
	font-size: 14px;
	padding-right:15px;
}
.footericon ul {
    padding: 0px;
    padding-top: 15px;
    padding-left: 1px;
}	
.footer-social-icons ul {
    padding:0;
    list-style: none;
}
.Footer-Para a {
	color:#fff;
	text-decoration:none;
}
.Footer-Inner {
	font-size:15px;
}
.Footer-Para a:hover {
	color:#fff;
	text-decoration:none;
}
.Footer-Con-Anch {
	font-size:14px;
}
.social-icon {
    color: #fff;
}
ul.social-icons {
    margin-top: 10px;
}
.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
}
.social-icons a {
    color: #fff;
    text-decoration: none;
}
.fa-facebook-f {
    padding:10px 15px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    border:2px solid #FFFFFF;
	border-radius: 5%;
}
.fa-facebook-f:hover {
    background-color: #3d5b99;
	color: white;
}
.fa-twitter {
    padding:10px 13px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    border:2px solid #FFFFFF;
	border-radius: 5%;
}
.fa-twitter:hover {
    background-color: #00aced;
	color: white;
}
.fa-linkedin-in {
    padding:10px 13px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    border:2px solid #FFFFFF;
	border-radius: 5%;
}
.fa-linkedin-in:hover {
    background-color: #0073a4;
	color: white;
}
.fa-google-plus-g {
    padding:10px 11px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    border:2px solid #FFFFFF;
	border-radius: 5%;
}
.fa-google-plus-g:hover {
    background-color: #e25714;
	color: white;
}
.formbg {
	background-color:#fff !important;
}
.p-0-5 {
	padding-left:5px !important;
	padding-right:5px !important;
}
.footerbg {
	background-color:#050D2E;
}	
.footer-copyright {
	padding-bottom: 25px;
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	color: #fff;
}
.footadd img {
	width:20px;
	position:absolute;
}
.footadd p {
	color:#fff;
	margin-left:35px;
	font-size:14px;
	padding-top: 4px;
	font-family: 'Noto Sans', sans-serif;
	margin-bottom: 5px;
}
.Footer-Cp-Name {
    color: #00c3ed;
}
.footer-copyright a {
	color: #d49034;
}
/*-- End Footer --*/

/* Start Scroll to Top */
#myBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    outline: none;
    cursor: pointer;
    height: 45px;
    width: 45px;
    line-height: 43px;
    text-align: center;
    background: #00c3ed;
    color: #081340;
    font-size: 22px;
    border-radius: 15%;
    border: none;
    -webkit-animation: slideInRight 0.4s ease-in-out 1 both;
    animation: slideInRight 0.4s ease-in-out 1 both;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
/* End Scroll to Top */

@media(max-width: 1600px){

}
@media(max-width: 1200px){
    
}
@media(max-width: 992px) {
    .products {
        padding-top: 30px;
        padding-bottom: 15px;
    }
    .ro-water img {
        margin-top: 30px;
    }
    .ro-water {
        padding: 30px 0;
    }
    .m-t-50 {
        margin-top: 30px !important;
    }
    .m-b-50 {
        margin-bottom: 30px !important;
    }
    .p-b-50 {
        padding-bottom: 30px !important;
    }
    .p-t-50 {
        padding-top: 30px !important;
    }
    .p-t-60 {
        padding-top: 30px !important;
    }
    .about-content img {
        padding-top: 30px;
    }
    .product-content img {
        padding-bottom: 20px;
    }
    .m-top-25 {
        padding-top: 30px;
    }
    .blog_section {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .news-block-two {
        margin-bottom: 0px;
    }
    .news-block-two .inner-box .lower-content .lower-box .text p {
        margin-bottom: 20px;
    }
    .news-block-two .inner-box .lower-content .lower-box .text {
        margin-bottom: 0px;
    }
    #myFooter {
        padding-top: 30px;
    }
    #myFooter h5 {
        margin-top: 0px;
    }    
@media(min-width: 768px) {
	.custom-nav .navbar-nav li a {
		font-size: 13px;
	}
}	
@media(max-width: 568px) {
	.logo.navbar-brand {
		margin-left: 15px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 0px;
        width: 75%;
	}
    .custom-nav .navbar-nav li a {
        padding: 0px 0 !important;
    }
    .navbar-nav .dropdown-menu {
        margin-left: 15px;
    }
    .products {
        padding-top: 25px;
        padding-bottom: 15px;
    }
    .products h2 {
        font-size: 22px;
    }
    .products .box h3 {
        margin-top: 10px;
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 25px;
    }
    .p-t-50 {
        padding-top: 40px !important;
    }
    .ro-water {
        padding: 30px 0;
    }
    .ro-water img {
        margin-top: 30px;
    }
    .ro-water h2 {
        font-size: 22px;
        line-height: 20px;
    }
    .ro-water p {
        margin-top: 15px;
    }
    .ro-water .btn {
        padding: 7px 15px;
        margin-top: 20px;
    }
    #customer-logos h2 {
        font-size: 22px;
    }
    .m-t-50 {
        margin-top: 30px !important;
    }
    .m-b-50 {
        margin-bottom: 30px !important;
    }
    .main-product-bg {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .main-product {
        padding: 30px 0 0px;
    }
    .main-product h3 {
        font-size: 20px;
    }
    .blog_section h2 {
        font-size: 22px;
    }
    .blog_section .post-date {
        font-size: 13px;
        padding: 5px 10px;
    }
    .blog_section {
        padding-top: 30px;
        padding-bottom: 0px;
    }
    #page-banner {
        padding: 50px 0 0px;
    }
    .page-banner-content h3 {
        font-size: 20px;
        margin-bottom: 5px;
        padding-left: 20px;
    }
    .breadcrumb {
        padding: 0px 0px 0px 20px !important;
    }
    .p-t-50 {
        padding-top: 30px !important;
    }
    .p-b-50 {
        padding-bottom: 30px !important;
    }
    .about-content p {
        padding-right: 0px;
    }
    .about-content img {
        padding-top: 30px;
    }
    .p-t-60 {
        padding-top: 30px !important;
    }
    .product-content img {
        padding-bottom: 20px;
    }
    .m-top-25 {
        padding-top: 30px;
    }
    .product-content p {
        padding-right: 0px;
    }
    .read .btn, .enquiry .btn, .submit .btn {
        padding: 7px 15px;
    }
    .news-block-two {
        margin-bottom: 0px;
    }
    .news-block-two .inner-box .lower-content .lower-box .text p {
        margin-bottom: 20px;
    }
    .news-block-two .inner-box .lower-content .lower-box .text {
        margin-bottom: 0px;
    }
    .news-block-two .inner-box .lower-content .upper-box .posted-date {
        font-size: 14px;
        padding: 10px 15px;
    }
    .news-block-two .inner-box .lower-content .lower-box {
        padding-top: 15px;
    }
    .news-block-two .inner-box .lower-content .lower-box h3 {
        font-size: 20px;
    }
    .news-content p {
        padding-right: 0px;
    }
    .sidebar-title {
        margin-bottom: 10px;
    }
    .contact h2 {
        font-size: 22px;
    }
    .contact iframe {
        height: 250px;
    }
    .address h4 {
        font-size: 20px;
    }
    .contact h3 {
        font-size: 20px;
    }
    .about-content h2 {
        font-size: 22px;
    }
    .about-content h3 {
        font-size: 22px;
    }
    .product-content h2 {
        font-size: 22px;
    }
    .product-content h3 {
        font-size: 22px;
    }    
    .m-l-20 {
		margin-left: 15px !important;
		margin-right: 15px;
	}
	.p-15 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
    #myFooter {
        padding-top: 20px;
    }
    #myFooter h5 {
        margin-top: 10px;
        font-size: 22px;
    }
    #myFooter ul {
        padding-top: 15px;
    }
    .m-b-25 {
        margin-bottom: 20px !important;
    }
	.footer-copyright {
		text-align: center;
	}
}	

