@import url('https://fonts.googleapis.com/css2?family=Sintony:wght@400;700&display=swap');

/* common tag css */
* {margin: 0;padding: 0;box-sizing: border-box;font-family: 'Sintony', sans-serif;}

h1,
h2,
h3,
h4,
h5,
h6,
p{
    margin: 0;
    padding: 0;
}
ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
a{
    color: #000;
    text-decoration: none;
}
a:hover{
    transition: 0.5s;
}


/*  */
header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}
header nav .main-menu{
    display: flex;
    align-items: center;
}
header nav .main-menu li{
    margin-left: 30px;
}
.logo img{max-width: 300px;}
.top-header{
    background-color: #079;
    padding: 15px 0;
}
.communation{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.communation .common-btn{
    color: #FFF;
    border: 1px solid #FFF;
}
.communation .common-btn:hover{
    border: 1px solid #FFF;
}
.top-header-links{
    display: flex;
    justify-content: end;
    align-items: center;
    column-gap: 20px;
}
.top-header-links li a{
    color: #FFF;
}
.communation-icon{
    max-width: 30px;
    margin-right: 10px;
}
.inner-menu-link{
    position: relative;
}
.inner-menu{
    position: absolute;
    background-color: #FFF;
    width: 250px;
    padding: 20px;
    z-index: 2;
    opacity: 0;
    transition: 0.5s;
    top: 35px;
    left: 0;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
}
.inner-menu li{
    margin-left: 0 !important;
    margin-bottom: 15px;
}
.component{
    display: flex;
    justify-content: space-between;
    width: 400px;
}
.more{
    display: flex;
    justify-content: space-between;
    width: 500px;
    left: -450px;
}


.toggle {width: 38px;height: 38px;cursor: pointer;right: 0;position: relative;margin-left: 0;z-index: 1;display: none;}
.toggle-icon::before,
.toggle-icon::after {content: "";position: absolute;top: 0;right: 0;height: 10%;width: 110%;background: #028A9E;transition: 0.3s linear;}
.toggle-icon::before {transform: translateX(0);}
.toggle-icon::after {top: 13px;width: 90%;}
.closeMenu .toggle-icon::after {width: 110%;}
img.drop-down-arrow {
    right: -22px;
    position: absolute;
    top: 7px;
    max-width: 15px;
}
.inner-menu-link-2,
.inner-menu-link-3,
.inner-menu-link-4{
    position: relative;
}
img.drop-down-arrow-2 {
    right: -22px;
    position: absolute;
    top: 7px;
    max-width: 15px;
}
img.drop-down-arrow-3 {
    right: -22px;
    position: absolute;
    top: 7px;
    max-width: 15px;
}
img.drop-down-arrow-4 {
    right: -22px;
    position: absolute;
    top: 7px;
    max-width: 15px;
}
@media (min-width:1400px) {
    .drop-down-links:hover .inner-menu
    .drop-down-links:hover .inner-menu,
    .drop-down-links:hover .inner-menu{
        opacity: 1;
		z-index:2;
    }
}
.inner-menu{
	z-index:0;
}
/*  */
.section-spacing{
    margin-bottom: 80px;
}
.heading{
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
}
.title{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.title-span{
    color: #079;
}
.description{
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: justify;
    color: #878787;
}
.common-btn{
    font-size: 14px;
    padding: 8px 18px;
    font-weight: 400;
    display: inline-block;
    border: 2px solid #079;
    border-radius: 5px;
    color: #079;
    transition: 0.5s;
}
.common-btn:hover{
    background-color: #079;
    color: #FFF;
    border: 2px solid #FFF;
}

.hero-banner-slider .item .item-bg-1{
    background-image: url(../images/banner-1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-banner-slider .item .item-bg-2{
    background-image: url(../images/banner-2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-banner-slider .item .item-bg-3{
    background-image: url(../images/banner-3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-banner-slider .item .item-bg-4{
    background-image: url(../images/banner-4.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-banner-slider .item .heading,
.hero-banner-slider .item .description{
    color: #FFF;
}
.hero-banner-slider .item .common-btn{
    background-color: #FFF;
}
.hero-banner-slider .item .common-btn:hover{
    background-color: #079;
}

/*  */
.sub-title{
    color: #079;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.internal-link{
    color: #079;
    font-weight: 700;
}

/*  */
.buy-now-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #079;
    border-radius: 10px;
    padding: 30px 20px;
    height: 100%;
}
.buy-now-box .title,
.buy-now-box .description{
    color: #FFF;
}
.buy-now-box .title-span{
    color: #06cee9;
}

.buy-now-details .common-btn{
    padding: 6px 5px;
    background-color: #FFF;
}
.buy-now-details .common-btn:hover{
    background-color: #079;
    color: #FFF;
}
/*  */
.main .container {display: grid;grid-template-columns: repeat(3, 1fr);grid-gap: 1rem;justify-content: center;align-items: center;}
.main .card {color: #252a32;border-radius: 2px;background: #ffffff;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);}
.main .card-image {position: relative;display: block;width: 100%;padding-top: 70%;background: #ffffff;}
.main .card-image img {display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}
@media only screen and (max-width: 600px) {
  .main .container {display: grid;grid-template-columns: 1fr;grid-gap: 1rem;}
}

/*  */
.choose-us-service-box{
    background-color: #F9F9F9;
    border: 1px solid #079;
    padding: 20px;
    border-radius: 10px;
}
.service-box{
    min-height: 100%;
}
.why-choose{
    margin-left: 30px;
}
.why-choose .description{
    list-style: square;
    margin-bottom: 0;
}
::marker{
    font-size: 30px;
    color: #079;

}

/*  */
.testimonial-section{
    background-color: #F9F9F9;
    padding: 50px 0;
}
.client-image{
    margin-bottom: 20px;
}
.client-image img{
    max-width: 50px;
    margin: 0 auto;
}
.client-word{
    max-width: 750px;
    margin:  0 auto;
}
.client-word .description{
    text-align: center;
}
.client-name .title{
    text-align: center;
}
/*  */
.brand-logo-slider .brand-logo img{
    max-width: 150px;
    margin: 0 auto;
}


/*  */
.contact-form-section{
    background-image: url(../images/bg-contact.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
}
.contact-form-section form{
    background-color: #FFF;
    padding: 30px;
    border-radius: 20px;
}
.contact-form-section form .form-control{
    background-color: #079;
    height: 50px;
}

.form-group{
    margin-bottom: 30px;
}

.form-control:focus{
    color: #FFF;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
::placeholder{
    color: #F9F9F9 !important;
}
.textarea{
    height: 150px !important;
}

.text{
    font-size: 80px;
    font-weight: 700;
    margin-bottom: 20px;
}


/*  */
footer{
    padding: 50px 0;
    background-color: #F9F9F9;
}
footer ul li{
    margin-bottom: 10px;
}
.footer-link-heading{
    margin-bottom: 20px;
}

/*  */
.botoom-footer{
    background-color: #F0F0F0;
    padding: 20px;
}
.footer-details{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.socical-media{
    display: flex;
    column-gap: 20px;
}
.socical-media img{
    max-width: 30px;
}
.copy-right .description{
    color: #079;
    font-weight: 700;
    margin-bottom: 0;
}
.copy-right a{
    color: #079;
}


/*  */
.owl-dots{
    text-align: center;
}
.owl-dot.active{
    background-color: #079 !important;
    height: 15px;
    width: 15px;
}
.owl-dot{
    background-color: rgba(0, 120, 153, 0.521) !important;
    height: 15px;
    width: 15px;
    margin: 0 5px;
}

/*  */
.inner-banner{
    background-image: url(../images/inner-banner-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}
.inner-banner .heading{
    color: #FFF;
    text-align: center;
}
.breadcrumb{
    justify-content: center;
}
.breadcrumb-item a{
    color: #079;

}
.breadcrumb-item.active{
    color: #FFF;
}

.vision-mission-sec .title{
    color: #079;
}

/*  */
.product-category,
.get-question,
.recently-view{
    border: 1px solid #079;
    padding: 30px 30px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.product-category ul li{
    margin-bottom: 10px;
}
.sidebar-link-heading{
    font-size: 22px;
    margin-bottom: 20px;
    border-bottom: 1px solid #079;
    padding-bottom: 10px;
    font-weight: 700;
}
.get-question .description{
    margin-bottom: 10px;
    display: block;
}

.product{
    border: 1px solid #079;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

/*  */
.support-box{
    display: flex;
    align-items: center;
}
.support-box .number{
    font-size: 200px;
    color: #079;
    margin-right: 20px;
}

/*  */
.contact-details-section{
    padding: 50px 0;
    background-color: #F0F0F0;
}
.contact-address .description{
    display: inline-flex;
    max-width: 400px;
    column-gap: 20px;
}
.contact-number .description{
    display: block;
    margin-bottom: 20px;
}
.contact-number .description img{
    margin-right: 20px;
}
.contact-mail .description img{
    margin-right: 20px;
}


  
  /* Position the image container (needed to position the left and right arrows) */
  .container {
    position: relative;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  
  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #079;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* Container for image text */
  .caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Six columns side by side */
  .column {
    float: left;
    width: 19.66%;
  }
  
  /* Add a transparency effect for thumnbail images */
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }

  /* .recently-view-post{
    display: flex;
    align-items: center;
  }
  .recently-view-post{
    margin-bottom: 10px;
  }
  .recently-view-post img{
    max-width: 100px;
    border: 1px solid #F0F0F0;
    padding: 10px;
    margin-right: 10px;
  } */
  
  .modal-dialog{
    max-width: 1000px;
    width: 100%;
  }

  .blog-list-box{
    border: 1px solid #F0F0F0;
    background-color: #079;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .blog-list-box .sub-title{
    color: #FFFFFF;
  }
  .blog-list-box .description{
    color: #F0F0F0;
  }
  .blog-list-image{
    margin-bottom: 15px;
  }
  .blog-list-box .common-btn{
    color: #FFFFFF;
    border: 1px solid #FFF;
  }
  .blog-list-desc{
    padding: 5px 20px 20px;
  }
  .blog-created{
    display: flex;
    align-items: center;
    column-gap: 30px;
  }

  .blog-created .description{
    color: #079;
  }
  
  .product-image{
    text-align: center;
  }
  
  .thank-you-details{
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #F0F0F0;
    padding: 100px 20px;
  }
  .thank-you-details .description{
    text-align: center;
  }
    .modal-body form .form-control{
    background-color: #079;
    color: #FFF;
  }