
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif
}
header {
    min-height:400px;
    background-size:cover;
    background-image:url('./content/img/banner.png');
}
.headerimage {
    background-size: cover;
    position: relative;
    text-align: center;
    min-height: 25rem;
}
.aboutimage{
    background-size: cover;
    position: relative;
}
.hidden-spacer {
    height: 103px
}
.checked {
    color: #F29121;
  }
.orange{
    background-color: #F29121;
}
.colorOrange{
    color: #F29121;
}
.white{
    color: #FFFFFF;
}
.bgWhite{
    background-color: white;
}
.lightPink{
    background-color: #fff1f3;
}
.black{
    color: #1E1810;
}
.purple{
    color: #77769C;
}
.grey{
    background-color: #FFF0E1;
}
.radius18{
    border-radius: 1.125rem;
}
.radius30{
    border-radius: 1.875rem;
}
.radius50{
    border-radius: 50px;
}
.font16{
    font-size: 1rem;
}
.font18{
    font-size: 1.125rem;
}
.font20{
    font-size: 1.25rem;
}
.font22{
    font-size: 1.375rem;
}
.font24{
    font-size: 1rem;
    font-weight: bold;
}
.font28{
    font-size: 1.75rem;
}
.font30{
    font-size:1.875rem ;
}
.font42{
    font-size: 2.625rem;
}
.font48{
    font-size: 3rem;
}
.font60{
    font-size: 3.75rem;
}
.font72{
    font-size: 4.5rem;
}
.homeimage{
    max-width: 75%;
    height: 390px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
ul.footer{
    list-style: none;
    line-height: 2;
}
ul.bullets {
    list-style: none; /* Remove default bullets */
  }
  ul.bullets li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #F29121; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
  }
  .owl-item.card{
      border: none !important;
      box-shadow: 1px 2px 10px;
  }
  .card{
    border: none !important;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  }
.owl-carousel .owl-item {
    transition: all 0.3s ease-in-out
}
.blog-carousel .owl-item {
    transition: all 0.3s ease-in-out
}

.owl-carousel .owl-item .card {
    padding: 1rem;
    position: relative;
}
.blog-carousel .owl-item .card {
    padding: 1rem;
    position: relative;
}
.owl-carousel .owl-item img{
    display: block !important;
    width: 5.625rem !important;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.owl-carousel .blog-item img{
    /* display: block !important;
    width: 5.625rem !important; */
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.owl-carousel .owl-stage-outer {
    overflow-y: auto !important;
    padding-bottom: 40px;
    padding-top: 10px;
}
.blog-carousel .owl-stage-outer {
    overflow-y: auto !important;
    padding-bottom: 40px;
    padding-top: 10px;
}

.owl-carousel .owl-item .card {
    /* transform: scale3d(0.8, 0.8, 0.8); */
    transition: all 0.3s ease-in-out
}
.owl-carousel .blog-item .card {
    transform: scale3d(0.8, 0.8, 0.8);
    transition: all 0.3s ease-in-out
}

.owl-carousel .owl-item.active.center .card {
    opacity: 1;
    transform: scale3d(1, 1, 1)
}
.blog-carousel .owl-item.active.center .card {
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center
}
.blog-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center
}

.owl-theme .owl-dots .owl-dot span {
    background: #77769C !important;
    border-radius: 50% !important;
    opacity: 0.8
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    height: 13px;
    width: 13px;
    opacity: 1;
    transform: translateY(2px);
    background: #F29121 !important;
}
.owl-theme .owl-nav.disabled + .owl-dots{
    /* display: block !important; */
}
.owl-carousel .nav-btn{
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 100px !important;
  }
  .blog-carousel .nav-btn{
      height: 47px;
      position: absolute;
      width: 26px;
      cursor: pointer;
      top: 100px !important;
    }
  
  .owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled{
  pointer-events: none;
  opacity: 0.2;
  }
  .blog-carousel .owl-prev.disabled,
  .blog-carousel .owl-next.disabled{
  pointer-events: none;
  opacity: 0.2;
  }
  
  .owl-carousel .prev-slide{
    background: url(./content/img/arrow-right-1.png) no-repeat scroll 0 0;
    left: 14px;
    display: block;
  }
  .owl-carousel .next-slide{
    background: url(./content/img/arrow-right.png) no-repeat scroll -24px 0px;
    right: 14px;
    display: block;
  }
  .owl-carousel .prev-slide:hover{
   background-position: 0px -53px;
  }
  .owl-carousel .next-slide:hover{
  background-position: -24px -53px;
  }  
  .owl-carousel .prev-slide{
    background: url(./content/img/arrow-right-1.png) no-repeat scroll 0 0;
    left: 14px;
    display: block;
  }
  .blog-carousel .next-slide{
    background: url(./content/img/arrow-right.png) no-repeat scroll -24px 0px;
    right: 14px;
    display: block;
  }
  .blog-carousel .prev-slide:hover{
   background-position: 0px -53px;
  }
  .blog-carousel .next-slide:hover{
  background-position: -24px -53px;
  }  
  .headers {
    /* The image used */
    background-image: url("../img/banner.png");
  
    /* Control the height of the image */
    min-height: 380px;
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* height: 1080px; */
  }
.bg-img {
  /* The image used */
  background-image: url("../img/contact-bg.png");

  /* Control the height of the image */
  min-height: 380px;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Add styles to the form container */
.formcontainer {
  position: absolute;
  right: 0;
  margin: 20px;
  max-width: 300px;
  padding: 16px;
  background-color: white;
}

/* Full-width input fields */
  input[type=text], input[type=password], textarea {
  width: 100%;
  padding: 0.6rem;
  /* margin: 5px 0 22px 0; */
  border: 1px solid #E5E5E5;
  border-radius: 0.5rem;
  background: #fff;
  outline: none;
}

input[type=text]:focus, input[type=password]:focus {
  background-color: #fff;
  outline: none;
}
.input-group-text{
    background-color:#F29121 !important ;
    color: white;
}
.star{
    color:red;
    }
.footerImg{
    width: 24px;
}
.socialIcon{
    width: 2rem;
}
.homecard {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 5px;
    background-color: white;
  }
  
  /* Add some padding inside the card container */
  .cardcontainer {
    padding: 2px 16px;
  }
  .shadoww{
    width: 70px !important;
    height: 70px !important;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .img-pos{
      margin-left: -40px;
      margin-top: -20px;
  }
  .div-pos{
      margin-left: -40px;
  }
  .fs-12{
      font-size: 12px;
  }
  .img-down{
      margin-left: -40px;
      margin-top: 20px;
  }
  .div-margin{
      margin-top: 120px;
  }
  .head-arow{
      margin-top: -80px;
      margin-left: -10px;
  }
  .top-box{
      margin-top: -100px;
  }
  .image-size{
      width: 30px;
  }
  .first-box{
      position: absolute;
      top: 35%;
      left: 12%;
  }
  .second-box{
position: absolute;
top: 55%;
left: 75%;
  }
  .logo{
      width: 4rem;
  }
@media(max-width: 360px) {
    .owl-carousel .owl-item .card .name {
        left: 30%
    }
    .blog-carousel .owl-item .card .name {
        left: 30%
    }
}
@media screen and (max-width: 480px) {
    .font16{
        font-size: 0.5rem;
    }
    .font20{
        font-size: 0.875rem;
    }
    .font18{
        font-size: 0.875rem;
    }
    .font24{
        font-size: 1.25rem;
    }
    .font28{
        font-size: 1rem;
    }
    .font42{
        font-size: 1.7rem;
    }
    .font72{
        font-size: 2.25rem;
    }
    .font22{
        font-size: 1.125rem;
    }
    .font30{
        font-size:1.35rem ;
    }
    .font48{
        font-size: 1.5rem;
    }
    .font60{
        font-size: 1.5rem;
    }
    li {
        font-size: 0.7rem;
    }
    .bg-img{
        display: none;
    }
    .logo{
        width: 3.75rem;
    }
    .div-margin{
        display: none;
    }
    .pTag{
        display: none;
    }
    .footerImg{
        width: 18px;
    }
    .hidden-spacer {
        display: none;
    }
    .homecard{
        display: none;
    }
    .navbar-nav{
        background-color: white;
    }
    .owl-carousel .owl-item img{
        display: block !important;
        width: 3.75rem !important;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .owl-item .blogimg img{
        display: block !important;
        width: 3.75rem !important;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .homeimage{
        max-width: 100%;
        height: 390px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
  }

  @media screen and (min-width:980px )  {
      
  .first-box{
    position: absolute;
    top: 35%;
    left: 5%;
}
  }
@media screen and (min-width:480px ) and ( max-width: 960px) {
    .font28{
        font-size: 1rem;
    }
    .font16{
        font-size: 0.5rem;
    }
    .font18{
        font-size: 0.8125rem;
    }
    .font20{
        font-size: 0.875rem;
    }
    .font22{
        font-size: 1.125rem;
    }
    .font30{
        font-size:1.5rem ;
    }
    .font42{
        font-size: 1.875rem;
    }
    li {
        font-size: 0.8rem;
    }
    .logo{
        width: 4.75rem;
    }
    .working{
        display: none;
    }
    .footerImg{
        width: 22px;
    }
    .font48{
        font-size: 2.25rem;
    }
    .font60{
        font-size: 1.5rem;
    }
    .font72{
        font-size: 3rem;
    }
    .mobilescreen{
        display: none;
    }
    .socialIcon{
        width: 1.5rem;
    }
    .first-box{
        position: absolute;
        top: 35%;
        left: 0%;
    }
    .owl-carousel .owl-item img{
        display: block !important;
        width: 4.875rem !important;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .blog-carousel .owl-item img{
        display: block !important;
        width: 4.875rem !important;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
  }
  
@media screen and (min-width:960px )  {
    .mobilescreen{
        display: none;
    }
    .working{
        display: none;
    }
    .second-box{
  position: absolute;
  top: 55%;
  left: 71%;
    }
}