/* =====================================================================================================================================================Desktop============================================================================================================================================================================================= */




/* =======================1728px=======================1728px=======================1728px=======================1728px=======================1728px=======================1728px=======================1728px=======================1728px=======================1728px=======================1728px=======================1728px=======================1728px */

@media screen and (max-width: 1730px) {}



















/* =======================1440px=======================1440px=======================1440px=======================1440px=======================1440px=======================1440px=======================1440px=======================1440px=======================1440px=======================1440px=======================1440px=======================1440px */


@media screen and (max-width: 1445px) {}





















/* =======================1285px=======================1285px=======================1285px=======================1285px=======================1285px=======================1285px=======================1285px=======================1285px=======================1285px=======================1285px=======================1285px=======================1285px */

@media screen and (max-width: 1285px) {}





















/* =======================1120px=======================1120px=======================1120px=======================1120px=======================1120px=======================1120px=======================1120px=======================1120px=======================1120px=======================1120px=======================1120px=======================1120px */

@media screen and (max-width: 1120px) {}





















/* =======================992px=======================992px=======================992px=======================992px=======================992px=======================992px=======================992px=======================992px=======================992px=======================992px=======================992px=======================992px */

@media screen and (max-width: 992px) {
  .small {
    display: block;
    transition: all 0.3s ease-in-out;
  }
  
  .small nav {
    padding: 15px 0;
  }
  
  .small nav .container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  
  .small nav .menu {
    width: 40px;
    height: 40px;
    background:var(--theme-color-second);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #000000;
    cursor: pointer;
    border-radius: 5px;
  }
  
  .small nav .sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 260px;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
    z-index: 1000;
  }
  
  .small.show .sidebar {
    left: 0;
  }
  
  .small nav .sidebar>ul {
    margin-top: 120px !important;
  }
  
  .small nav .sidebar>ul>li {
    padding: 10px;
   
  }
  
  .small nav .sidebar ul>li:last-child {
    border-bottom: none;
  }
  
  .small nav .sidebar ul>li>a {
    color: #000;
    padding: 4px;
    font-size: 17px;
    text-transform: capitalize;
  }
  
  .small nav .sidebar>ul>li.link-sm {
    position: relative;
  }
  
  .small nav .sidebar ul li.link-sm i {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 19px;
    color: #1e1e1e;
    font-weight: 700;
  }
  
  .small nav .sidebar ul.sub-menu-sm {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
    margin-top: 0px !IMPORTANT;
  }
  
  .small nav .sidebar ul.sub-menu-sm li {
    padding: 4px 16px;
  }
  
  .small .times {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #0e0e0e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }
  
  .small .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
  }
  
  .small.show .overlay {
    opacity: 1;
    pointer-events: all;
  }
  
  ul.list-unstyled.p-0.m-0.sub-menu-sm li a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
  }
  
  .small {
    display: block;
  }
  .banner_section {
    background: url(../image/banner-img.jpg) no-repeat center;
    color: #fff;
    text-align: center;
    padding: 170px 0px 50px;
    position: relative;
}
.banner_item h1 {
  color: #fff;
  margin-bottom: 13px;
  text-shadow: 0px 12px 10px rgb(0 0 0 / 50%);
}

.top-header ul {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  gap: 3px;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

section {
  padding: 45px 0px;
}

h1 {
  font-size: 40px;
  
} 
h2 {
  font-size: 35px;
 
} 

p br{
  display: none;
}
#main_header{
  display: none;
}
.small img {
  width: 187px;
}

.fixed-btn{
  position: fixed;
  bottom: 0;
  width: 100%;
  display: block;
  z-index: 999;
}

.fixed-btn a.btn-btm {
  background: var(--theme-color-second);
  width: 100%;
  display: block;
  text-align: center;
  padding: 15px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 800;
}

.banner {
  color: #fff;
  padding-bottom: 0;
  text-align: center;
}
.banner h1 span {
  text-transform: capitalize;
  text-align: center;
  display: block;
}
.banner .baner-nox {
  position: relative;
  bottom: -60px;
}

.banner .hd_info{
  justify-content: center;
  gap: 25px;
}

.why-choose-us h3 {
  font-size: 26px;
  font-weight: 600;
}
.why-choose-us {
  background-position: bottom!important;
  padding-bottom: 220px;
}

.why-choose-us .heading{
  padding: 45px 25px;
  background-color: #ffffffb0;
  border-radius: 12px;
}

.small {
  display: block;
  height: 90px;
}
.service-item {
  height: 100%;
  background: #F4F5F8;
  transition: .5s;
  text-align: center;
}
.new-bg {
  padding: 70px 0;
  background-position-x: 10%!important;
}
}


















/* =======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px */


@media screen and (max-width: 890px) {}


















/* =======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px */



@media screen and (max-width: 845px) {}



















/* =======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px */
@media screen and (max-width: 825px) {}




















/* =======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px */




@media screen and (max-width: 770px) {}



















/* =======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px */

@media screen and (max-width: 567px) {}






















/* =======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px */

@media screen and (max-width: 430px) {}























/* =======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px */

@media screen and (max-width: 420px) {

}





















/* =======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px */

@media screen and (max-width: 380px) {

}




















/* =======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px */

@media screen and (max-width: 320px) {}

















