@import url(fonts.css);
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Tiro+Bangla:ital@0;1&display=swap');
:root {
  --font-20: 20px;
  --font-19: 19px;
  --font-18: 18px;
  --font-17: 17px;
  --font-16: 16px;
  --font-15: 15px;
  --font-14: 14px;
  --font-13: 13px;
  --font-12: 12px;
  --font-11: 11px;
  --font-10: 10px;
  --font-9: 9px;
  --black: rgb(0, 0, 0);
  --white: rgb(247, 247, 247);
  --blue: #0c497d;
  --sea_blue: #5b81c0;
  --primary: #00963f;
  --secondary: #03a04a;
  --muted: #f3f3f3;
  --pink: #e2b9a6;
  --yellow: #ffd08a;
  --orange: #ff9900;
  --gray: gray;
  --instagram: rgba(236, 92, 92, 0.87);
  --alata: alata;
  --opensans300: opensans300;
  --opensans400: opensans400;
  --opensans600: opensans600;
  --opensans700: opensans700;
  --luma: luma;
  --futura: futura;
  --poppins: poppins;
  --shadow-primary: 0 4px 10px rgba(37, 47, 63, 0.1);
  scroll-behavior: smooth;
}
@media (max-width: 992px) {
  :root {
    --font-20: 18px;
    --font-19: 17px;
    --font-18: 16px;
    --font-17: 15px;
    --font-16: 14px;
    --font-15: 13px;
    --font-14: 12px;
    --font-13: 11px;
    --font-12: 10px;
    --font-11: 10px;
    --font-10: 9px;
  }
}
@media (max-width: 575px) {
  :root {
    --font-20: 17px;
    --font-19: 16px;
    --font-18: 15px;
    --font-17: 14px;
    --font-16: 13px;
    --font-15: 12px;
    --font-14: 11px;
    --font-13: 10px;
    --font-12: 9px;
    --font-11: 9px;
    --font-10: 8px;
  }
}
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-family: "Barlow", sans-serif;
}
html, body{
  max-width: 100%;
  width: 100%;
}
a {
  text-decoration: none;
}
.sans {
  font-family: var(--opensans);
}
.white {
  color: white;
}
.bg-muted {
  background: var(--muted);
}
.bg-white {
  background-color: white;
}
.bg-pink {
  background-color: var(--pink);
}
.font-20 {
  font-size: var(--font-20);
}
.font-19 {
  font-size: var(--font-19);
}
.font-18 {
  font-size: var(--font-18);
}
.font-17 {
  font-size: var(--font-17);
}
.font-16 {
  font-size: var(--font-16);
}
.font-15 {
  font-size: var(--font-15);
}
.font-14 {
  font-size: var(--font-14);
}
.font-13 {
  font-size: var(--font-13);
}
.font-12 {
  font-size: var(--font-12);
}
.font-11 {
  font-size: var(--font-11);
}
.font-10 {
  font-size: var(--font-10);
}
.font-9 {
  font-size: var(--font-9);
}
.text-justify {
  text-align: justify;
}
.float-left {
  float: left;
}
.serif {
  font-family: serif;
}
.sans-serif {
  font-family: sans-serif;
}
.sans-serif * {
  font-family: sans-serif;
}
.segoe{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.wi_blue {
    color: #0472d0;
}
.wi_blue_bg {
    background-color: #0472d0;
}
.poppins{
  font-family: var(--poppins);
}
.ls-1 {
  letter-spacing: 1px;
}
.ls-2 {
  letter-spacing: 2px;
}
.line {
  line-height: 1.7;
}
.line-2 {
  line-height: 2.2;
}
.bg-black {
  background: var(--black);
}
.primary-bg {
  background: var(--primary);
}
.primary-bg:hover,
.primary-bg:active,
.primary-bg:focus-visible {
  background: var(--primary);
}
.primary {
  color: var(--primary);
}
.instagram {
  color: var(--instagram);
}
.secondary-bg {
  background: var(--secondary);
}
.secondary {
  color: var(--secondary);
}
.bg-muted {
  background: var(--muted);
}
.bg-orange {
  background: var(--orange) !important;
}
.text-cap {
  text-transform: uppercase;
}
.bg-blue {
  background: #020246;
}
.text-blue {
  color: #020246;
}
.bg-blue:hover {
  background: #01018b;
}
.btn-hover {
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.btn-hover:hover {
  background-color: var(--blue);
}
.nav-color {
  transition: 0.3s;
}
.nav-color:hover {
  color: var(--primary);
}
.hover_underline:hover {
  text-decoration: underline;
  opacity: 0.8;
}
.bg-gradient {
  background: linear-gradient(to right, #727374, #a9c4fa) !important;
}
.btn_focus,
.btn_focus:focus,
.btn_focus:hover,
.btn_focus:focus-visible {
  border: none;
  outline: none;
}
.placeholder-light::placeholder {
  color: white;
  text-transform: capitalize;
}
/* global css  */
button:focus-visible,
input:focus-visible {
  outline: none !important;
  /* border: none !important; */
}
/* global css  */
.image_header {
  max-height: 150px;
  width: 100%;
}

/* Slick Slider Customization  */

.products_slider .slick-prev,
.products_slider .slick-next {
  position: absolute;
}
.products_slider .slick-next {
  right: 30px;
  width: 40px;
}
.products_slider .slick-prev {
  left: 20px;
  z-index: 99;
  width: 40px;
}
.slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  padding: 10px;
  top: -10px;
  background: #ffffff;
  color: #000;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  width: 40px !important;
}
.slick-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
  padding: 10px;
  top: 0;
  background: #ffffff;
  color: #000;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  width: 40px !important;
}
@media (max-width: 575px) {
  .slick-prev,
  .slick-next {
    position: absolute;
    top: 50%;
  }
  .slick-next {
    right: 30px;
  }
  .slick-prev {
    left: 30px;
    z-index: 1080;
  }
  /* Slick Slider Customization  */
  body ::-webkit-scrollbar,
  html ::-webkit-scrollbar {
    width: 8px !important;
  }

  body ::-webkit-scrollbar-thumb,
  html ::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 9999999px;
    min-height: 30px;
    -webkit-border-radius: 9999999px;
    -moz-border-radius: 9999999px;
    -ms-border-radius: 9999999px;
    -o-border-radius: 9999999px;
  }
  body ::-webkit-scrollbar-track,
  html ::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 999999999px;
    -webkit-border-radius: 999999999px;
    -moz-border-radius: 999999999px;
    -ms-border-radius: 999999999px;
    -o-border-radius: 999999999px;
  }
  body {
    background: #ffffff;
  }
}
.bg_sea_blue{
  background-color: var(--sea_blue);
  color: white;
  border-color: white;
}
.menu_main_box .bg_sea_blue:hover{
  background-color: #7499d3;
  color: white;
}
.services .service > div{
  background-color: #e6f4ff;
}


    .facilities-section {
    background-color: #f8f9fa;
  }

  .facilities-section h5 {
    font-size: 28px;
    font-weight: 700;
    color: #009640;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
  }

  .facilities-section h5::after {
    content: '';
    width: 60px;
    height: 3px;
    background-color: #009640;
    display: block;
    margin: 10px auto 0;
    border-radius: 2px;
  }

  .facility-list {
    list-style: none;
    padding-left: 50px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
  }

  .facility-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
  }

  .facility-list li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: #009640;
    font-weight: bold;
  }

  .facilities-img img {
    max-width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }

  @media (max-width: 767px) {
    .facility-list {
      font-size: 16px;
    }

    .facilities-img {
      margin-top: 30px;
    }
  }
  
  
.services-section-two{
  position: relative;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 120px 0;
  background-image: url({{ asset('frontend/pattern-5.png') }});
  background-color: #fafafa;
}

.services-section-two .right-btn{
  margin-top: 60px;
}

.services-section-two .services-carousel{
  padding-bottom: 20px;
}

.services-section-two .services-carousel .service-block-two{
  padding: 20px;
}

.services-carousel .owl-nav{
  display: none;
}

.service-block-two{
  position: relative;
  margin-bottom: 30px;
}

.service-block-two .inner-box{
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,.10);
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-two .inner-box:hover{
}

.service-block-two .image-box{
  position: relative;
  border:10px solid #ffffff;
  border-bottom: 0 solid;
}

.service-block-two .image-box .image{
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}

.service-block-two .image-box .image img{
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-two .inner-box:hover .image img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.service-block-two .inner-box:hover .image-box .icon{
  opacity: 0;
}

.service-block-two .lower-content{
  position: relative;
  padding: 10px 10px 10px;
  background-color: #ffffff;
}

.service-block-two .lower-content .title-box{
  position: relative;
  display: flex;
  margin-bottom: 5px;
  height: 55px; overflow: hidden; min-height: 55px;
}

.service-block-two .lower-content .icon{
  position: relative;
  display: block;
  font-size: 25px;
  line-height: 1em;
  margin-right: 10px;
  color: #1370b5;
}

.service-block-two .lower-content h4{
  position: relative;
  display: block;
  font-size:  24px;
  line-height: 1.2em;
  color: #353535;
  font-weight: 600;
}

.service-block-two .lower-content h4 a{
  color: #353535;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-two .lower-content h4 a:hover{
  color: #1370b5;
}

.service-block-two .lower-content .text{
  position: relative;
  border-top: 1px solid #80808054;
}

.service-block-two .btn-box{
  position: relative;
  margin-top: 15px;
}

.service-block-two .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #333333;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-two .btn-box a span{
  opacity: 0;
  visibility: hidden;
  font-size: 12px;
  transform: translateX(-20px);
}

.service-block-two .btn-box a:hover{
  color: #1370b5;
}

.service-block-two .lower-content .icon-right{
  position: absolute;
  right: -20px;
  bottom: -20px;
  font-size: 120px;
  line-height: 1em;
  color: #000000;
  opacity: .05;
}
.image{
    aspect-ratio: 3/2;
}