/*
Common style
*/
html { 
  scroll-behavior: smooth;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    position: relative;
		height: 100%;
		overflow-y: scroll;
}
img{max-width: 100%; height: auto;}
a{text-decoration: none; transition: 0.5s;}
a, input[type="button"] {outline : none;}
h1, h2, h3, h4, h5, h6{font-family: 'Poppins', sans-serif; font-weight: 700; margin-bottom: 15px;}
p{font-weight: 400; margin-bottom: 15px;}
.alignleft{
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.alignright{
    float: right; margin-left: 15px; margin-bottom: 15px;
}
.aligncenter{
    float: none; display: block; margin: 0 auto;
}
h3.title{font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 700; color: #5cc74c; text-transform: uppercase; }
h3.title::before{display: inline-block;
    content: "";
    border-top: 3px solid #5cc74c;
    width: 60px;
    margin: 0 15px 0 0;
    transform: translateY(-3px);
}
h4.sub_title{font-family: 'Poppins', sans-serif; font-size: 48px; font-weight: 700; color: #54b6de;}
/*
Header Area
*/
#header_area{
    width: 100%;
}
#header_area .col-md-3{
    padding: 10px 15px;
}

/*
Main Manu Style
*/
.bg-dark{
    background-color: #000000!important; opacity: 0.85;
}
.navbar-dark .navbar-nav .nav-link {
    color: #009ce1; font-family: 'Poppins', sans-serif; font-size: 16px;
    border-bottom: solid 3px rgba(255,255,255, 0);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
    border-bottom: solid 3px #5cc74c;
}
.navbar-dark .navbar-nav .nav-link i{
    color: #ffffff; background-color: #02b4e5; padding: 10px; border-radius: 50%; font-size: 12px; margin: -2px 16px 0 0;
}
.navbar-dark .navbar-nav .last:focus, .navbar-dark .navbar-nav .last:hover{
    border-bottom: solid 3px rgba(255,255,255, 0);
}

/*
Slider style
*/
#slider_area{
    width: 100%; overflow: hidden;
}
#slider_area .item{
    position: relative;
}
#slider_area .item::after{
    position: absolute; background: #0b456c; width: 100%; height: 100%; top: 0; left: 0; opacity: 0.7; background-blend-mode: multiply; z-index: 9; content: "";
}
#slider_area .slider_text{
    position: absolute; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 99; text-align: center;
}
#slider_area .slider_text h4{
    color: #ffffff; font-size: 30px;
}
#slider_area .slider_text p{
    color: #ffffff; font-size: 18px;
}
#slider_area .slider_text a{
   font-family: 'Poppins', sans-serif; font-weight: 700;
    background: #5cc74c; padding: 16px 35px; font-size: 16px; display: inline-block; color: #ffffff; text-transform: uppercase;
    border-radius: 50px; margin-top: 50px;
}
#slider{
    position: relative;
}
#slider .owl-dots{
    position: absolute; left: 0; bottom: 20px; width: 100%;
}
#slider .owl-dot span{
    background: none; width: 20px; height: 20px; border: 3px solid #54b6de; transition: 0.5s;
}
#slider .owl-dot.active span, #slider .owl-dot:hover span{
    background: #54b6de;
}
#slider_area .owl-theme .owl-dots .owl-dot {
    outline: none;
}

/*
About us style 
*/
#about_us{
    width: 100%; overflow: hidden; padding: 70px 0 35px 0;
}
#about_us .logo_bg{
    position: absolute; height: 100%; left: 37%;
}

/* 
Product style 
*/
#product_area{
    width: 100%; overflow: hidden; padding: 60px 0;
}
#product_area h5{font-family: 'Poppins', sans-serif; font-size: 24px; font-weight: 700; color: #284d7a;}
/* 
Facilities style 
*/
#facilities_area{
    background: #f8f8f8; width: 100%; overflow: hidden; padding: 60px 0; text-align: center;
}
#facilities_area .card{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding-bottom: 36px;
    min-height: 303px;
}
#facilities_area .card i{
    color: #54c444; font-size: 48px; padding: 36px 0;
}
#facilities_area .card h5{ font-size: 18px; color: #555555;}
#facilities_area .card p{color: #555555;}

/* 
Success area style 
*/
#success_area{
    background: #4cc4c7; width: 100%; overflow: hidden; padding: 60px 0; text-align: center;
    background-image: url("../img/everything_sucess_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
#success_area h3.title {color: #284d7a;}
#success_area h3.title::before {border-top-color: #284d7a;}
#success_area h4.sub_title {color: #262626;}

.progress {
  width: 150px;
  height: 150px;
  background: none;
  position: relative;
}

.progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progress .progress-value {
  position: absolute;
  top: 0;
  left: 0;
}

/* 
Contact area style 
*/
#contact_area{
    width: 100%; overflow: hidden; padding: 60px 0; 
}

/* 
Map area style 
*/
#map_area{
    width: 100%; overflow: hidden; 
}
#map{
    width: 100%;
    height: 400px;
    background-color: grey;
}

/* 
Footer area style 
*/
footer{
    width: 100%; overflow: hidden; color: #919191; margin-top: 45px;
}
footer a{
    color: #919191;
}
footer a:hover{ color: #02b4e5;}
footer p.footer_address {
    margin: 23px 0;
    padding: 15px 0;
    border-top: solid 1px #d9d9d9;
    border-bottom: solid 1px #d9d9d9;
}
footer p.address_icon i{
    color: #ffffff; background-color: #02b4e5; padding: 13px; border-radius: 50%; font-size: 13px; margin: 0 15px ; width: 40px; height: 40px;
}
footer p.address_icon i.fa-facebook-f{background-color: #3b5998;}
footer p.address_icon i.fa-twitter{background-color: #1da1f2;}
footer p.address_icon i.fa-linkedin-in{background-color: #0077b5;}

footer p.address_icon a:hover i{background-color: #b5b5b5;}


ul.footer-nav{ margin: 0 auto; padding: 25px 0; text-align: center; border-top: solid 1px #d9d9d9; margin: 20px 0;
}
ul.footer-nav li {list-style: none; display: inline-block;}
ul.footer-nav li a {color: #4b668a;}
ul.footer-nav li a:hover{color: #02b4e5;}

#copytight { margin-top: 45px; width: 100%; overflow: hidden; background-color: #e5e5e5; padding: 30px 0; color: #74859e; font-size: 14px;}


#slider_area .item {
        height: 400px;
    }
    .owl-carousel .owl-item img{
        height:100%;
    }

/* Extra small devices (portrait phones, less than 576px)
   No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
   .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: 2rem;

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #slider_area .slider_text h4{
        font-size: 60px;
    }
    .fd-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    }
    .navbar-dark .navbar-nav .nav-link i{
    margin-right: 30px;
    }
    #slider_area .item {
        height: auto;
    }
    .owl-carousel .owl-item img{
        height:auto;
    }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}