
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');

body{
    overflow-x: hidden;
    text-rendering: optimizeSpeed;
    background: #FFF;
	font-family: 'Work Sans', sans-serif !important;
	font-size: 20px;
	font-weight: 100;
	line-height: 1.5;
}
.font1{
	font-size:14px;
}
.text-blue{
    color: #25a8e0;
}
.text-justify{
    text-align:justify;	
}
.title2 {
    color: #8C8C9E;
    font-size: 20px;
    position: relative;
    margin-bottom: 18px;
}
.title2:after {
    content: '';
    position: absolute;
    left: 0;
    top: 134%;
    width: 67px;
    height: 2px;
    background: #33b3eb;
}
p {
    font-size: 17px;
    color: #8C8C9E;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 0px;
}
a {
	color: #FFF;
    text-decoration: none;
    transition: 0.3s;
    font-weight:500;
}
a:hover {
	color: #25a8e0;
    text-decoration: none;
}
h3{
	font-size:1.1rem;
}
.h4{
    color: #8C8C9E;
    margin-bottom: 10px;	
}
.bg1{
    background: #002642;
}

.btn {
    background: #33b3eb;
    border: 1px solid #33b3eb;
}
.btn2 {
    text-decoration: none;
    position: relative;
    color: #25a8e0;
    transition: 0.3s;
}
.btn2:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    border-width: 0 0 2px;
    border-style: solid;
}
textarea#comment {
    min-height: 124px;
}
.section-title{
    margin: auto auto 1.7rem;
    text-align: center;
    font-weight: 600;
}
.section-title h2{
    font-weight: 600;
}
.section-title h2:after {
    background: #25a8e0;
    content: '';
    display: block;
    height: 5px;
    margin: 15px auto;
    width: 80px;
}
.navbar-nav .nav-item a{
    font-size: 17px;
    font-weight: 500;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .nav-link:hover {
    color: #003375;
    position: relative;
}
.navbar-nav .nav-link.active::before {
    content: '';
    position: absolute;
    top: 88%;
    left: 39%;
    width: 14px;
    height: 2px;
    background-color: #25a8e0;
}
.slider-caption{
    position: absolute;
    top: 30%;
    left: 10%;
}   
.slider-caption h1{
	color:#fff;
    font-weight: 700;
    font-style: normal;
}
.enquiry-bg{
	background-image:url("../img/slider_2.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 25px;
}
.enquiry-bg:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #002642, #002642);
    opacity: 0.5;
    z-index: -1;
}

/*====================================================
    ABOUT US.
  ====================================================*/
.box-layer {
    padding: 30px 25px 35px;
    transition: 0.3s;
    cursor: pointer;
    border: 1px solid #f3f3f3;
    text-align: center;
}  
.box-layer h4 {
    margin: 20px 0px 10px;
    transition: 0.3s;
    font-weight: 600;
	font-size: 15.4px;
}        
.active-layer, .box-layer:hover {
    background-color: #002642;
}  
h4.active, .box-layer:hover h4 {
    color: #FFF;
}    
.box-layer span.icon { 
    font-size: 40px;
    color: #ffa600;
}  
.box-layer:hover span.icon, .box-layer.active-layer span.icon { 
    color: #fff;
}      

/*====================================================
   Products
  ====================================================*/
.card{
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    border:none;
}
.card-title{
    font-weight: 600;
    line-height: 1.3;	
}
.product-sec:hover img{
    transform:scale(1.2) !important;
    cursor:pointer;
}
.product-sec .product-img{
    object-fit: cover;
    max-width: 100%;
    transition: all 0.3s;
    transform: scale(1);
}
.blog-wrapper .user-comment {
    color: #babac4;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
}
.blog-wrapper .user-comment .uc-icon {
    color: #002642;margin-right: 10px;font-size: 14px;
}
.blog-wrapper .post-date{
    position: absolute;
    bottom: 205px;
    right: 0;
    width: 70px;
    height: 70px;
    background-color: #25a8e0;
    text-align: center;
    padding: 10px;	
}
.blog-wrapper .post-date p {
    margin-bottom: 0px;
    line-height: 0.8;
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
}
.blog-wrapper .post-date span {
    font-weight: 400;
    font-size: 15px;
}

/*====================================================
     Banner on each pages
  ====================================================*/
.banner{
    background-image: url("../img/pages-bg.jpg");
    height: 170px; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.banner:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #002642, #002642);
  opacity: 0.5;
}
.banner .container{
    margin: 0px auto;
}
.pages-title{
    position: absolute;
    bottom: 30px;
    color: #FFF;
}
.pages-title span{
    font-weight: 700;
    font-size: 2rem;
}
.pages-title h1{
    font-size: 1rem;
    color: #FFF;
    font-weight: 400;
    margin-bottom: 5px;
}
.pages-title p{
    color: #FFF;
}
.breadcrumb{
    background: transparent;
    padding: 0px;
    position: relative;
}
.breadcrumb li{
    display: inline-block;
    float: left;
    font-size: 16px;
   font-family: 'Work Sans', sans-serif;
    color: #FFF;
}
.breadcrumb li::after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    margin: 10px;
    color: #FFF;
    font-size: 14px;
    line-height: 2;
    margin: 0 0.80rem;
}
.breadcrumb li:last-of-type::after {
    display: none;
}
.breadcrumb li.current {
    margin-top: 2px;
}
.section-title p{
    line-height: 1.8;
}
  
/*====================================================
   CONTACT US
  ====================================================*/
.fs-7{
    font-size: 14px;
}
td{
    font-weight: 400;	
}
.contact-info h5{
    color: #25a8e0;
}

/*====================================================
   Sticky Icons
  ====================================================*/
.sticky-icon {
  z-index: 2000;
  position: fixed;
  top: 30%!important;
  right: 0%;
  width: 220px;
  display: flex;
  flex-direction: column;
}
.sticky-icon a {
    transform: translate(186px, 0);
    border-radius: 50px 0px 0px 50px;
    margin: 4px 0;
    text-decoration: none;
    padding: 10px 10px;
    transition: all 0.8s;
}
.sticky-icon a:hover {
  color: #FFF;
  transform: translate(70px, 0px);
  word-spacing:18px;
}
.sticky-bg {
  background: #33b3eb;
  color: #FFF;
}
.sticky-icon a i {
  background-color: #FFF;
  height: 40px;
  width: 40px;
  color: #000;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  transition: all 0.5s;
}

/*====================================================
   FOOTER.
  ====================================================*/
.footer-title{
    color: #FFF;
    font-size: 17px;
}
.footer-title:after {
	background: #25a8e0; 
	content: '';
	display: block;
	height: 3px;
	margin: 15px 0px 20px;
	width: 60px;
}
footer hr.divider{
    margin: 20px auto 20px;
    border-top: 1px solid rgba(0, 74, 128, 0.3);
}

.footer-links ul li{
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.5;
    list-style-type:none;
}
.footer-links ul li:before{
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f101";
    margin-right: 10px;
}
.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 105%;
    right: 12px;
    font-size: 16px;
    z-index: 99;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background: #25a8e0;
    transition: 1s ease;
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    border-radius: 50%;
    opacity: .5;
}
.scroll-top.open {
    bottom: 13px;
}

/*Media Queries*/
@media only screen and (max-width: 1200px) {
    .slider-caption h1 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 991px) {
    .navbar .navbar-brand img {
        width: 55%;
    }
    .navbar-nav .nav-link.active::before {
        left: 0;
    }
    .slider-caption h1 {
        font-size: 4vw;
    }
}