@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Poppins&display=swap');
body{
  overflow-x: hidden;
}
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
html{
  scroll-behavior: smooth;
}
p{
  color: #383333;
  font-size: 14.7px;
  text-align: justify;
}
#main-section{
  padding: 0px 50px;
}
@media only screen and (max-width: 600px) {
  #main-section{
    padding: 0px 10px;
  }
}

/*====================================================
            1.  Top Header
====================================================*/

.top-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 5%;
    background-color: #121a46;
}
@media screen and (max-width: 500px) {
    .top-header{
        display: block;
    }
    .header-email > a > img{
        padding: 4px 4px;
        width: 25px;
    }
    .header-phone > a > img{
        padding: 4px 3px;
        width: 25px;
    }
}
/* ---------- Top Header Email and Phone -------------  */

.header-email > a{
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
.header-email > a:hover{
    transition: all .5s ease-in-out;
    color: #de9d67;
}
.header-email > p{
  color: #fff;
  font-size: 14px;

}
.header-email > a > img, .header-email > p > img{
    padding-right: 4px;
    width: 19px;
}

/* -------- Top Header Social Icons -----------  */
.header-social{
 display: flex;
 align-items: center;
}
.header-social > a {
    text-decoration: none;
}
.header-social > a > img{
    width: 30px;
    outline: none !important;
    padding: 5px;
    margin: 0px 0px;
    border-radius: 100px;
}

/*====================================================
              2.  NavBar
====================================================*/
nav{
  position: sticky;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  height: 85px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 99;
}
nav .navbar{
  height: 100%;
  max-width: 1250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  /* background: red; */
  padding: 0 50px;
}
.navbar .logo a{
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.navbar .logo a img{
  width: 100%;
  height: 53px;
}
nav .navbar .nav-links{
  line-height: 70px;
  height: 100%;
}

  .marg{
      margin-right: 10px;
  }

@media screen and (max-width: 576px) {
  nav .navbar .nav-links{
    overflow-y: scroll;
  }
  .marg{
      margin-right: 58px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .marg{
      margin-right: 25px !important;
  }
    
}

nav .navbar .links{
  display: flex;
}
nav .navbar .links li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 10px;
}

nav .navbar .links li a{
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #1c1a1a;
  padding: 0px 15px;
  font-size: 18px;
  font-weight: 800;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow,
.links li:hover .addtionail-1-arrow,
.links li:hover .additional-2-arrow{
  transform: rotate(180deg);
  }

nav .navbar .links li .arrow{
  /* background: red; */
  height: 100%;
  width: 22px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #ff5723;
  transition: all 0.3s ease;
}
nav .navbar .links li .sub-menu{
  position: absolute;
  top: 70px;
  left: 0;
  line-height: 40px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
}
nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu,
nav .navbar .links li:hover .additional-1-sub-menu,
nav .navbar .links li:hover .additional-2-sub-menu{
  display: block;
}
.navbar .links li .sub-menu li{
  padding: 0 22px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.navbar .links li .sub-menu li{
  padding: 0 22px;
  border-bottom: 1px solid #ccc;
}
.navbar .links li .sub-menu a{
  color: #ff5723;
  font-size: 15px;
  font-weight: 500;
}
.navbar .links li .sub-menu .more-arrow, .navbar .links li .sub-menu .more-arrow-1,.navbar .links li .sub-menu .more-arrow-2{
  line-height: 40px;
}
/* .navbar .links li .htmlCss-more-sub-menu{
  line-height: 40px;
} */
.navbar .links li .sub-menu .more-sub-menu, .navbar .links li .sub-menu .more-sub-menu-1, .navbar .links li .sub-menu .more-sub-menu-2{
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
.side-change{
  left: -88% !important;
}
@media screen and (max-width: 800px) {
  .side-change{
    left: 0% !important;
  } 
}
.links li .sub-menu .more:hover .more-sub-menu{
  display: block;
}
.links li .sub-menu .more:hover .more-sub-menu-1{
    display: block;
  }
.links li .sub-menu .more:hover .more-sub-menu-2{
    display: block;
  }
.navbar .search-box{
  position: relative;
   height: 40px;
  width: 40px;
}
.navbar .search-box i{
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.navbar .search-box .input-box{
  position: absolute;
  right: calc(100% - 40px);
  top: 80px;
  height: 60px;
  width: 300px;
  background: #3E8DA8;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.navbar.showInput .search-box .input-box{
  top: 65px;
  opacity: 1;
  pointer-events: auto;
  background: #3E8DA8;
}
.search-box .input-box::before{
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background: #3E8DA8;
  right: 10px;
  top: -6px;
  transform: rotate(45deg);
}
.search-box .input-box input{
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  height: 35px;
  width: 280px;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  border: none;
}
.navbar .nav-links .sidebar-logo{
  display: none;
}
.navbar .bx-menu{
  display: none;
}
@media (max-width:920px) {
  nav .navbar{
    max-width: 100%;
    padding: 0 25px;
  }

  nav .navbar .logo a{
    font-size: 27px;
  }
  nav .navbar .links li{
    padding: 0 10px;
    white-space: nowrap;
  }
  nav .navbar .links li a{
    font-size: 15px;
  }
}
@media (max-width:800px){
  nav{
    /* position: relative; */
  }
  .navbar .bx-menu{
    display: block;
  }
  nav .navbar .nav-links{
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 270px;
    width: 100%;
    background:  #fff;
    line-height: 40px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }
  .navbar .nav-links .sidebar-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar-logo .logo-name{
    font-size: 25px;
    color: #fff;
  }
    .sidebar-logo  i,
    .navbar .bx-menu{
      font-size: 25px;
      color: #2f5764;
    }
  nav .navbar .links{
    display: block;
    margin-top: 20px;
  }
  nav .navbar .links li .arrow{
    line-height: 40px;
  }
nav .navbar .links li{
    display: block;
  }
nav .navbar .links li .sub-menu{
  position: relative;
  top: 0;
  box-shadow: none;
  display: none;
}
nav .navbar .links li .sub-menu li{
  border-bottom: none;

}
.navbar .links li .sub-menu .more-sub-menu, .navbar .links li .sub-menu .more-sub-menu-1, .navbar .links li .sub-menu .more-sub-menu-2{
  display: none;
  position: relative;
  left: 0;
}
.navbar .links li .sub-menu .more-sub-menu li, .navbar .links li .sub-menu .more-sub-menu-1 li, .navbar .links li .sub-menu .more-sub-menu-2 li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow,
.links li:hover.additional-1-arrow,
.links li:hover.additional-2-arrow{
  transform: rotate(0deg);
  }
  .navbar .links li .sub-menu .more-sub-menu, .navbar .links li .sub-menu .more-sub-menu-1, .navbar .links li .sub-menu .more-sub-menu-2{
    display: none;
  }
  .navbar .links li .sub-menu .more span{
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }

  .links li .sub-menu .more:hover .more-sub-menu,
  .links li .sub-menu .more:hover .more-sub-menu-1,
  .links li .sub-menu .more:hover .more-sub-menu-2{
    display: none;
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu,
  nav .navbar .links li:hover .additional-1-sub-menu,
  nav .navbar .links li:hover .additional-2-sub-menu{
    display: none;
  }
.navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show3 .links .js-sub-menu,
  .navbar .nav-links.show6 .links .additional-1-sub-menu,
  .navbar .nav-links.show7 .links .additional-2-sub-menu,
  .navbar .nav-links.show2 .links .more .more-sub-menu,
  .navbar .nav-links.show4 .links .more .more-sub-menu-1,
  .navbar .nav-links.show5 .links .more .more-sub-menu-2{
      display: block;
    }
    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow,
    .navbar .nav-links.show3 .links .addtionail-1-arrow,
    .navbar .nav-links.show3 .links .addtionail-2-arrow{
        transform: rotate(180deg);
}
    .navbar .nav-links.show2 .links .more-arrow, .navbar .nav-links.show4 .links .more-arrow-1, .navbar .nav-links.show5 .links .more-arrow-2{
      transform: rotate(90deg);
    }
}
@media (max-width:370px){
  nav .navbar .nav-links{
  max-width: 100%;
} 
}
.our-project{
  display: flex; /* TODO */
  margin-left: -15px;
}
.contact-menu{
  margin-left: -15px;
}

  /* ==================================
          HOME PAGE STARTING
===================================== */
  
  /* ================ Hero Slide =================  */
  /* .slide{
    width: 100%;
    height: 36vh;
    position: relative;
  } */
  
  /* ================ Home Cnt ==================  */
  .home-cnt{
    padding: 0px 5%;
  }

  /* ====================== Home about START ==============  */
  #home-about{
    padding: 60px 0px 10px 0px;
  }
  .home-about-cnt{
    width: 100%;
  }
  .home-about-cnt > h1{
    font-size: 26px;
  }
  .home-about-cnt > p{
    line-height: 28px;
    font-size: 13px;
  }
  .home-about-cnt > a{
    text-decoration: none;
    color: #fff;
    background-color: #ff5723;
    padding: 7px 15px;
    border-radius: 50px;
    margin-left: 50%;
    font-size: 13px;
  }
  .home-about-cnt > img{
    float: right;
    height: 480px;
    padding-left: 20px;
  }
  .img-flu{
      width:100% !important;
  }


  @media (max-width: 576px){
    .img-flu{
      width: 100%;
      height: 325px;
  }
  }
  @media (max-width: 680px) {
    .home-about-cnt > img{
      float: right;
      height: 480px;
      width: 100%;
      padding-left: 0px;
      padding-bottom: 20px;
    }
  }
/* ====================== home about END==============  */


/* ======= why choose us  START ============ */

#why-choose{
  padding-top: 30px;
}
.why-choose-heading{
  color: #ff5723;
  font-size: 23px;
  text-align: center;
}

.cards{
  padding-top: 24px;
}

.cards > ul{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-auto-rows: auto;
  grid-gap: 1rem;
  align-items: center;
  list-style-type: none;
}

.lists{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.lists > p{
  text-align: center;
  padding: 0px 5px;
}

.cards > ul > li > div > img{
  height: 50%;
  width:  60%;
  padding: 30px;
}

@media (max-width: 991px){
  .cards > ul{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-auto-rows: auto;
    grid-gap: 1rem;
    align-items: center;
    list-style-type: none;
  }
}

@media (max-width: 768px){
  .cards > ul{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-auto-rows: auto;
    grid-gap: 1rem;
    align-items: center;
    list-style-type: none;
  }
}

@media (max-width: 576px){
  .cards > ul{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-auto-rows: auto;
    grid-gap: 1rem;
    align-items: center;
    list-style-type: none;
  }
}


/* ======= why choose us END ============ */

/* ======= Our Services START ============ */

#our-services{
  padding: 30px 0px;
}
.service-card > img{
  height: auto;
  width: 100%;
  padding: 0px;
}

.service-blocks > ul{
  display: flex;
  grid-template-columns: repeat(3,1fr);
  grid-auto-rows: auto;
  grid-gap: 1rem;
  align-items: center;
  list-style-type: none;
}

@media (max-width: 1153px){
  .service-blocks > ul{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-auto-rows: auto;
    grid-gap: 1rem;
    align-items: center;
    list-style-type: none;
  }
  .service-card-anchor{
    text-decoration: none;
    text-align: center;
    color: #fff;
    width: 100px;
    background-color: #ff5723;
    padding: 7px 15px;
    border-radius: 50px;
    font-size: 13px;
    margin-left: 250px;
  }
}

@media (max-width: 768px){
  .service-blocks > ul{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-auto-rows: auto;
    grid-gap: 1rem;
    align-items: center;
    list-style-type: none;
  }
  .service-card-anchor{
    text-decoration: none;
    text-align: center;
    color: #fff;
    width: 100px;
    background-color: #ff5723;
    padding: 7px 15px;
    border-radius: 50px;
    font-size: 13px;
    margin-left: 250px;
  }
}

.service-card{
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;  border-radius: 2px;
  width: 100%;
  padding-bottom: 10px;
}

.service-card > h1{
  text-align: left;
  float: left;
  font-size: 25px;
  padding: 10px 10px;
}

.service-card > p{
  text-align: left;
  font-size: 12px;
  padding: 0px 5px 10px;
  color: #999;
}

.service-card-anchor{
  text-decoration: none;
  text-align: center;
  color: #fff;
  width: 100px;
  background-color: #ff5723;
  padding: 7px 15px;
  border-radius: 50px;
  font-size: 13px;
  margin-left: 250px;
}

/* ======= Our Services END ============ */
/* ======= FAQ START ============ */

.faq{
  color: #151413 !important;
  text-align: center;
  margin-top: 20px;
}

.p-s{
  font-size: 14px;
}

#faq{
  padding: 30px 0px;
}

@media (max-width: 991px){
  #faq{
    padding: 15px 0px;
  }
  .opv-space{
    padding-top: 15px;
  }
}

@media (max-width:768){
  #faq{
    padding: 15px 0px;
  }
  .opv-space{
    padding-top: 15px;
  }
}

@media (max-576){
  #faq{
    padding: 15px 0px;
  }
  .opv-space{
    padding-top: 15px;
  }
}

/* ======= FAQ END ============ */
/* ======= TESTIMONIAL START ============ */

#testimonial ul {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-auto-rows: auto;
  grid-gap: 1rem;
  list-style-type: none;
}
.testimonial{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.right-spot{
text-align: right !important;
}
.google-align{
  text-align: center;
  line-height: 29px;
}
.google-img{
  height: 150px;
  width: 150px;
  margin-top: 45px;
}

.google-add{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
}


@media (max-width:1200px){
  #testimonial ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-auto-rows: auto;
    grid-gap: 1rem;
    list-style-type: none;
  }
  .google-align{
    text-align: center;
    line-height: 28px;
  }
  .google-img{
    height: 150px;
    width: 150px;
    margin-top: 0px;
  }
  .google-add{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
}

@media (max-width:991px){
  #testimonial ul {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-auto-rows: auto;
    grid-gap: 1rem;
    list-style-type: none;
  }
  .google-align{
    text-align: center;
    line-height: 28px;
  }
  .google-img{
    height: 150px;
    width: 150px;
    margin-top: 0px;
  }
  .google-add{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
}
/* ======= TESTIMONIAL END ============ */
/* ======= CONTACT-US START =========== */
#contact-us{
  background-color: #6b6969;
  height: 95px  !important;
}

.cta-btn ul{
  display: grid;
  grid-template-columns: repeat(1,1fr);
  grid-auto-rows: auto;
  grid-gap: 1rem;
  list-style-type: none;
  padding: 0px 30px;
}
.cta-btn ul li{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 20px 0px;
}
.cta-btn ul li > span:nth-child(2) > a:nth-child(1){
  padding: 10px 30px;
  margin-right: 35px;
  text-decoration: none;
  color:#fff;
  background-color: #ff5723;
  border-radius: 50px;
}

.cta-btn ul li > span:nth-child(2) > a:nth-child(2){
  padding: 10px 30px;
  text-decoration: none;
  color:#fff;
  background-color: #ff5723;
  border-radius: 50px;
}

.cta-btn ul li > span:nth-child(1){
  color:#fff;
  font-size: 36px;
}

@media (max-width: 953px){

  #contact-us{
    background-color: #6b6969;
    height: 130px  !important;
  }
  .cta-btn ul{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-auto-rows: auto;
    grid-gap: 1rem;
    list-style-type: none;
    padding: 0px 30px;
  }

  .cta-btn ul li{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 20px 0px;
  }

  .cta-btn ul li > span:nth-child(1){
    color:#fff;
    font-size: 36px;
    padding-bottom: 10px;
  }
}


@media (max-width: 450px){

  #contact-us{
    background-color: #6b6969;
    height: 200px  !important;
  }
  .cta-btn ul{
    display: grid;
    grid-template-columns: repeat(1,2fr);
    grid-auto-rows: auto;
    grid-gap: 1rem;
    list-style-type: none;
    padding: 0px 30px;
  }

  .cta-btn ul li{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 20px 0px;
  }

  .cta-btn ul li > span:nth-child(1){
    color:#fff;
    font-size: 36px;
    padding-bottom: 20px;
  }
  .cta-btn ul li > span:nth-child(2) > a:nth-child(1){
    padding: 10px 30px;
    margin-right: 15px;
    text-decoration: none;
    color:#fff;
    background-color: #ff5723;
    border-radius: 50px;
  }
  
}
/* ======= CONTACT-US END ============= */

/* ======= FOOTER START ============= */
.footer-ul > ul{
background-color: #3B4248;
height: 350px;
display: grid;
grid-template-columns: repeat(4,1fr);
grid-auto-rows: auto;
grid-gap: 1rem;
list-style-type: none;
padding-top: 30px;
}

.style-none{
  list-style-type: none;
  text-decoration: none !important;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}

.about > a > img{
    width: 265px !important;
    height: 75px !important;
    border-radius: 2px;
    margin-bottom: 10px;
    text-align: center;
}
.free > ul > li > a{
  list-style-type: none !important;
  text-decoration: none !important;
  color: #fff !important;
}

.free > ul > li > p{
  color:#fff;
}

.head{
  color:#ff5723;
  font-size: 22px;
}

.about > ul{
  display: flex !important;
}

.about > ul > li > a{
  list-style-type: none !important;
  text-decoration: none !important;
  color: #fff !important;
  margin: 0px 15px;
}

.about{
  padding: 0px 24px;
}
.quick{
  padding: 0px 48px;
}

.services{
  padding: 0px 16px;
}

.home-about-cnt ul{
  font-size: 13px;
}

@media (max-width: 1019px){
  .footer-ul > ul{
    background-color: #3B4248;
    height: 650px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-auto-rows: auto;
    grid-gap: 1rem;
    list-style-type: none;
    padding-top: 30px;
    }
}

@media (max-width: 795px){
  .footer-ul > ul{
    background-color: #3B4248;
    height: 650px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-auto-rows: auto;
    grid-gap: 1rem;
    list-style-type: none;
    padding-top: 30px;
    }
    .quick{
      padding-left: 16px !important;
    }
}


@media (max-width: 576px){
  .footer-ul > ul{
    background-color: #3B4248;
    height: 1050px;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-auto-rows: auto;
    grid-gap: 1rem;
    list-style-type: none;
    padding-top: 30px;
    }
    .quick{
      padding-left: 16px !important;
    }
    .about{
      padding-left: 16px;
    }
}

@media (max-width: 450px){
  .footer-ul > ul{
    background-color: #3B4248;
    height: 1350px;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-auto-rows: auto;
    grid-gap: 1rem;
    list-style-type: none;
    padding-top: 30px;
    }

}

/* ======= SUB FOOTER ============== */
.sub{
  background-color: #3B4248;
  border-top: 1px solid #fff;
}
.sub-cnt > p{
  text-align: center;
  padding-top: 15px;
  color: #949494;
  font-size: 13px;
}

@media (max-width: 450px) {
  .sub{
    background-color: #3B4248;
    font-size: 12px;border-top: 1px solid #fff;
    height: 70px;
  }
}
/* ======= FOOTER END  ============== */

/* ==================================
          HOME PAGE ENDING
===================================== */
/* ==================================
          ABOUT-US PAGE STARTING
===================================== */
/* ======= ABOUT CNT START  ============== */
.about-block{
  padding: 0px 5%;
  background-color: #EFF5F5;
}

#about-sec{
  padding: 0px 5%;
}

.about-sec{
  padding: 0px 0px 30px;
}

.brd{
  background-color: #EFF5F5;
}
.breadcrumb > a{
  display: flex !important;
  list-style-type: none;
  text-decoration: none !important;
  color:#ff5723;
}

.about-img{
  height:300px !important; 
  width: 545px;
}

/* ======= ABOUT CNT END  ============== */
/* ======= ABOUT DISC START  ============== */
.disc-cnt{
  padding-top: 30px;
}

.list-none{
  list-style-type: none;
  padding-left: 90px;
  line-height: 2;
}
.tick{
  padding-right: 7px;
  margin-left: -20px;
  color:#ff5723;
  animation: myAnim 2s ease 0s infinite alternate forwards;
  position: absolute;

}
@keyframes myAnim {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.2;
	}

	100% {
		opacity: 1;
	}
}
/* ======= ABOUT DISC END  =========== */
/* ======= MISSION START  ============ */
.mission-img{
  float: left;
  width:130px;
  height: 130px;
  margin: 10px;
}

.p-fnt{
  font-size: 13px;
}
.h2-fnt{
  font-size: 26px;
}

.vision-img{
  float: right;
  width:120px;
  height: 120px;
  margin: 10px;
}
/* ======= MISSION END  ================= */
/* ======= ACHIEVEMENT START  =========== */
.achieve-banner{
  width: 100%;
  padding-top: 15px;
}
/* ======= ACHIEVEMENT END  ============== */
/* ======= WHY CHOOSE US START =========== */
.achieve{
  padding: 30px 0px;
}

.achieve > ul{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-auto-rows: auto;
  row-gap: 0;
  align-items: center;
  list-style-type: none;
  width: 100%;
  padding-left: 0px;
}
.achieve > ul > li > h3{
  font-size: 18px;
  font-weight: 600;
}

.first-blk{
  background-color: #6b6969;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 32px 10px;
}
.secnd-blk{
  background-color: #ff5723;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 32px 10px !important;

}
.secnd-blk > img, .first-blk > img{
  width: 100px;
  padding: 10px;
}

.achieve > ul > li:nth-child(4){
  padding: 32px 10px;
}

.consul{
  padding-top: 21px !important;
  padding-bottom: 20px !important;
}

.achieve > ul > li:nth-child(2){
  padding: 32px 0px;
}

.achieve > ul > li > p{
  text-align: center;
  color: #fff;
}



@media (max-width: 1185px){
  .achieve > ul{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-auto-rows: auto;
    row-gap: 0;
    align-items: center;
    list-style-type: none;
    width: 100%;
    padding-left: 0px;
  }
}
/* ======= WHY CHOOSE US END =========== */
/* ==================================
          ABOUT-US PAGE ENDING
===================================== */
/* ==================================
          SERVICES PAGE STARTING
===================================== */
.service-page{
  padding: 0px 5%;
}
.service-banner > img{
  height: 425px;
  width: 100%;
}

@media (max-width: 576px){
  .service-banner > img{
    height: 325px;
    width: 100%;
  }
}
/* ==================================
          SERVICES PAGE ENDING
===================================== */
/* =========================================
          INDIVIDUAL SERVICES PAGE STARTING
============================================ */

#poly-cnt{
  padding: 0px 5%;
}

.pr-cnt{
  padding:  60px 0px 10px
}

.poly-about-cnt{
  width: 100%;
}
.poly-about-cnt > h1{
  font-size: 26px;
}
.poly-about-cnt > p{
  line-height: 28px;
  font-size: 14px;
}
.poly-about-cnt > a{
  text-decoration: none;
  color: #fff;
  background-color: #ff5723;
  padding: 7px 15px;
  border-radius: 50px;
  float: right;
  font-size: 13px;
}
.poly-about-cnt > img{
  float: right;
  height: 370px;
  width: 413px;
  padding-left: 20px;
}
.poly-appli-cnt p:first-child{
  color:#ff5723;
  font-size: 22px;
}
.poly-appli-cnt > p > a{
 text-decoration: none !important;
 color:#1D267D !important;
}
.poly-p{
  font-size: 14px;
  line-height: 24px;
}

.p-font{
  font-size: 26px;
}
.gallery  ul{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-auto-rows: auto;
  grid-gap: 1rem;
  align-items: center;
  list-style-type: none;
  width: 100%;
  padding-left: 0px;
}
.galleries  ul{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-auto-rows: auto;
  grid-gap: 1rem;
  align-items: center;
  list-style-type: none;
  width: 100%;
  padding-left: 0px;
}
@media (max-width: 768px) {
  .gallery  ul{
  grid-template-columns: repeat(2,1fr);

  }
}
@media (max-width: 768px) {
  .galleries  ul{
  grid-template-columns: repeat(1,1fr);

  }
}
@media (max-width: 576px) {
  .gallery  ul{
  grid-template-columns: repeat(1,1fr);

  }
}
@media (max-width: 576px) {
  .galleries  ul{
  grid-template-columns: repeat(1,1fr);

  }
}
.item{
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}


.service-blockss > ul{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-auto-rows: auto;
  grid-gap: 1rem;
  align-items: center;
  list-style-type: none;
}

@media (max-width: 1153px){
  .service-blockss > ul{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-auto-rows: auto;
    grid-gap: 1rem;
    align-items: center;
    list-style-type: none;
  }

}

.service-card > iframe{
  border-radius: 3px;
}
/* ========================================
          INDIVIDUAL SERVICES PAGE ENDING
===========================================*/
/* ========================================
          CONTACT-US PAGE STARTING
===========================================*/
#services-page{
  padding: 30px 5% 0px;
}
.address ul li img{
  height: 20px;
  width: 20px;
}
.cs-1 ul{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-auto-rows: auto;
  grid-gap: 1rem;
  align-items: center;
  list-style-type: none;
}













/*------------------------------*/

.adress > ul > li > img{
  width: 19px;
  height: 19px;
  margin-right: 20px;
}

.adress > ul > li{

  list-style: none;
  display: flex;

}

ul > li > p{
  font-size: 14px;
  text-align: left;
}

.adress > ul{
  margin-top: 60px;
  padding-bottom: 171px;
}

.shad{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  height: 502px;
}

.fl{
  padding-bottom: 40px;
}

.subbtn{
  padding-bottom: 80px;
  margin-left: 110px;
  
}

.map{
  margin-top: 10px;
  margin-bottom: 10px;
  
}

.map iframe{
  width:1080px;
  height:350px;
}

@media (max-width: 1229px) {
  .map iframe{
    width:1040px;
    height:350px;
  }

  .adress > ul > li > img{
    width: 19px;
    height: 19px;
    margin-right: 20px;
  
  
  }
  
  .adress > ul > li{
  
    list-style: none;
    display: flex;
  
  }
  
  ul > li > p{
    font-size: 14px;
    text-align: left;
  }
  
  .adress > ul{
    margin-top: 60px;
    padding-bottom: 171px;
  }
  
  .shad{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 502px;
  }
  
  .fl{
    padding-bottom: 40px;
  }
  
  .subbtn{
    padding-bottom: 80px;
    margin-left: 110px;
    
  }
  
  .map{
    margin-top: 10px;
    margin-bottom: 10px;
    
  }
  
  .map iframe{
    width:1080px;
    height:350px;
  }
}

@media (max-width: 1189px) {
  .map iframe{
    width:900px;
    height:350px;
  }
  .adress > ul > li > img{
    width: 19px;
    height: 19px;
    margin-right: 20px;
  
  
  }
  
  .adress > ul > li{
  
    list-style: none;
    display: flex;
  
  }
  
  ul > li > p{
    font-size: 14px;
    text-align: left;
  }
  
  .adress > ul{
    margin-top: 60px;
    padding-bottom: 171px;
  }
  
  .shad{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 502px;
  }
  
  .fl{
    padding-bottom: 40px;
  }
  
  .subbtn{
    padding-bottom: 80px;
    margin-left: 110px;
    
  }
  
  .map{
    margin-top: 10px;
    margin-bottom: 10px;
    
  }
  
  .map iframe{
    width:1080px;
    height:350px;
  }
}

@media (max-width: 1183px) {
  .map iframe{
    width:700px;
    height:350px;
  }
  .adress > ul > li > img{
    width: 19px;
    height: 19px;
    margin-right: 20px;
  
  
  }
  
  .adress > ul > li{
  
    list-style: none;
    display: flex;
  
  }
  
  ul > li > p{
    font-size: 14px;
    text-align: left;
  }
  
  .adress > ul{
    margin-top: 60px;
    padding-bottom: 171px;
  }
  
  .shad{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 502px;
  }
  
  .fl{
    padding-bottom: 40px;
  }
  
  .subbtn{
    padding-bottom: 80px;
    margin-left: 110px;
    
  }
  
  .map{
    margin-top: 10px;
    margin-bottom: 10px;
    
  }
  
  .map iframe{
    width:1080px;
    height:350px;
  }
}

@media (max-width: 1176px) {
  .map iframe{
    width:700px !important;
    height:350px;
  }
  .adress > ul > li > img{
    width: 19px;
    height: 19px;
    margin-right: 20px;
  
  
  }
  
  .adress > ul > li{
  
    list-style: none;
    display: flex;
  
  }
  
  ul > li > p{
    font-size: 14px;
    text-align: left;
  }
  
  .adress > ul{
    margin-top: 60px;
    padding-bottom: 171px;
  }
  
  .shad{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 502px;
  }
  
  .fl{
    padding-bottom: 40px;
  }
  
  .subbtn{
    padding-bottom: 80px;
    margin-left: 110px;
    
  }
  
  .map{
    margin-top: 10px;
    margin-bottom: 10px;
    
  }
  
  .map iframe{
    width:1080px;
    height:350px;
  }
}

@media (max-width: 975px) {
  .map iframe{
    width: 420px !important;
    height:350px;
  }
  
}

@media (max-width: 775px) {
  .map iframe{
    width: 420px !important;
    height:350px;
  }
}

@media (max-width: 483px) {
  .map iframe{
    width: 360px !important;
    height:350px;
  }
}
h3{
  color: #ff5723;
}

.formm{
  color: #ff5723;
}

.capt{
  margin-left: 110px;
}

.mapp{
  width:1140px;
  height:400px;
}

/* @media (max-width: 991px){
  .mapp{
  width:325px;
  height:400px;
} */

.capt{
  margin-left: 0px;
}

.subbtn{
  padding-top: 10px;
  padding-bottom: 0px;
  margin-left: 0px;
  
}

.shad{
  box-shadow: rgba(238, 195, 195, 0.2) 0px 2px 8px 0px;
  height: 582px;
}


/* ========================================
          CONTACT-US PAGE ENDING
===========================================*/
/* ========================================
          CAREER PAGE STARTING
===========================================*/
.paddin{
  padding: 20px 250px !important;
}
.paddin-1{
  padding: 20px 50px !important;
}

@media (max-width: 576px){
.paddin {
  padding: 10px 0px !important;
}
.paddin-1{
  padding: 20px 25px !important;
}
.posi {
    width: 250px !important;
}

}
#others{
    display: none;
}
/* ========================================
          CAREER PAGE ENDING
===========================================*/
/* ========================================
          WP, CALL & Get-Quote STARTING
===========================================*/
/* whatsapp */

.float-container {
    position: fixed;
    top: 54%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.float-container a {
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 225px;
    height: 40px;
    margin-right: -190px;
    margin-bottom: 0px;
    padding: 10px 0px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: white;
    border-color: #46b8da;
    border-radius: 5px 0 0 5px;
    background-color: #1a82c7;
    -webkit-box-shadow: 0 2px 4px #7d7d7d;
    box-shadow: 0 2px 4px #7d7d7d;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: sans-serif;
}

.float-container a:hover {
    margin-right: 0;
    background-color: #1a82c7;
    -webkit-box-shadow: 0 2px 4px #7d7d7d;
    box-shadow: 0 2px 4px #7d7d7d;
    width: 110% !important;
}
/* 


/* Media queries */
/*@media screen and (max-width:440px)*/
/*{*/
/*	.float-container .icon:last-child {*/
/*		display: none;*/
/*	}*/
/*    .float-container*/
/*    {*/
/*        position: fixed;*/
/*        top: auto;*/
/*        bottom: 0;*/

/*        display: -webkit-box;*/
/*        display: -ms-flexbox;*/
/*        display: flex;*/
/*            -ms-flex-direction: row;*/
/*                flex-direction: row;*/

/*        width: 100%;*/

/*        -webkit-box-orient: vertical;*/
/*        -webkit-box-direction: normal;*/
/*        -ms-flex-direction: auto;*/
/*        -webkit-box-align: auto;*/
/*        -ms-flex-align: auto;*/
/*        align-items: auto;*/
/*    }*/
/*		.float-container a.icon*/
/*    {*/
/*        right: 0;*/
/*        bottom: 0;*/

/*        width: 100%;*/
/*        margin-right: 0;*/
/*        margin-bottom: 0;*/
/*        padding: 5px;*/

/*        border-radius: 0;*/
/*        -webkit-box-shadow: 0 0 0 #7d7d7d;*/
/*                box-shadow: 0 0 0 #7d7d7d;*/
/*        -webkit-box-pack: center;*/
/*        -ms-flex-pack: center;*/
/*        justify-content: center;*/
/*		border-left: 1px solid darkorange;*/
/*		border-right: 1px solid darkorange;*/
/*    }*/
/*}*/
/* ========================================
       WP, CALL & Get-Quote PAGE ENDING
===========================================*/
.error{
    color: #ff0000;
}
.p-fnet{
    font-size: 20px !important;
}
.p-fnt{
  font-size: 22px !important;
}
.mar{
    margin-top: 20px !important ;
}

@media (max-width: 576px){
    .mar{
    margin-top: 0px !important ;
    margin-left: 30px !important;
    }
    .mar1{
        margin-top: 10px !important ;
    }

}

.service-card-anchor-blog{
  text-decoration: none;
  text-align: center;
  color: #fff;
  width: 100px;
  background-color: #ff5723;
  padding: 7px 15px;
  border-radius: 50px;
  font-size: 13px;
  margin-left: 400px;
  margin-top: 60px;
} 

.blog-img{
  width: 277px; 
  height: 250px; 
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transition: all 0.3s ease-out;

}
.over-div{
  overflow: hidden;
  border-radius: 5px;

}
.blog-img:hover{
  transform: scale(1.1);
  transition: all 0.3s ease-in;
}

@media  (max-width: 576px){
  .service-card-anchor-blog{
    text-decoration: none;
    text-align: center;
    color: #fff;
    width: 100px;
    background-color: #ff5723;
    padding: 7px 15px;
    border-radius: 50px;
    font-size: 13px;
    margin-top: 20px !important;
    margin-left: 250px !important;
  }
  .blog-img{
    width: 350px !important; 
    height: 206px !important; 
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    transition: all 0.3s ease-out;
  
  }
  .over-div{
    margin-bottom: 10px !important;
    overflow: hidden;
    border-radius: 5px;
  }
  .blog-img:hover{
    transform: scale(1.1);
    transition: all 0.3s ease-in;
  }
}

@media (max-width: 768px){
  .service-card-anchor-blog{
    text-decoration: none;
    text-align: center;
    color: #fff;
    width: 100px;
    background-color: #ff5723;
    padding: 7px 15px;
    border-radius: 50px;
    font-size: 13px;
    margin-top: 0px !important;
    margin-left: 220px;
  }
  .blog-img{
    width: 277px; 
    height: 211px; 
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    transition: all 0.3s ease-out;
  
  }
  .over-div{
    overflow: hidden;
    border-radius: 5px;
  
  }
  .blog-img:hover{
    transform: scale(1.1);
    transition: all 0.3s ease-in;
  }
}
.content-text{
  display: flex;
  flex-direction: column;
}
.shad-1{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  height: 500px;
}

.hyprlink a{
  text-decoration: none;
  color: #ff5723;
  padding: 5px;
  margin: 5px;
  font-size: 14px;
  border-radius: 5px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.back{
    text-decoration: none;
    text-align: center;
    color: #fff;
    width: 100px;
    background-color: #ff5723;
    padding: 7px 15px;
    border-radius: 50px;
    font-size: 13px;
}






/* ==============================================
                    pergola
=================================================*/

/* application */
    /* ======= service offered========= */
    .card1a{
      width: 70%;
      height: 150px;
      backdrop-filter: blur(7px);
      background-color: rgba(255, 255, 255, 0.5);
      border-radius: 100px;
      box-shadow: 35px 35px 68px 0px rgba(157, 177, 255, 0.2), inset -8px -8px 16px 0px rgba(157, 177, 255, 0.3), inset 0px 11px 28px 0px rgb(255, 255, 255);
      transition: all 0.3s;
      cursor: pointer;
      position: relative;
      overflow: hidden;
      margin: 50px !important;
    }
    .p2{
      text-align: center;
      margin-left: 30px;
    }
    
    .card1a:hover {
      box-shadow: 35px 35px 68px 0px rgba(157, 177, 255, 0.3);
    }
    
    .card1a:active {
      transform: scale(0.95);
      border: 1px solid blue;
    }
    
    .why-choose ul[value="1"]{
      display: grid;
      grid-template-columns: repeat(5,1fr);
      grid-auto-rows: auto;
      grid-gap: .5rem;
      align-items: center;
      justify-content: center;
      list-style-type: none;
      text-align: center;
    }
    .why-choose ul li[value="1"]{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    
    .card1a{
      margin: 0px;
      display: flex;
      flex-direction: column;
      align-items: center; 
      justify-content: center;
    }
    
    .card1a > span {
      position: absolute;
      height: 100%;
      width: 100%;
      background-color: #f0e7ff;
      z-index: -1;
      transform: scale(0);
      transition: all 0.3s ease-out;
      border-radius: 50%;
    
    }
    
    .card1a:hover span{
      transform: scale(1.5);
      transition: all 0.3s ease-in;
    }
    
    .card1{
      width: 150px;
      height: 150px;
    }
    
    .car-alt{
      width: 48%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    
    @media (max-width: 1220px){
      .why-choose ul[value="1"]{
        display: grid;
        grid-template-columns: repeat(5,1fr);
        grid-auto-rows: auto;
        grid-gap: .5rem;
        align-items: center;
        justify-content: center;
        list-style-type: none;
        text-align: center;
      }
      .p2{
        text-align: center;
      }
      .card1a {
        width: 70%;
        height: 150px;
        backdrop-filter: blur(7px);
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 100px;
        box-shadow: 35px 35px 68px 0px rgba(157, 177, 255, 0.2), inset -8px -8px 16px 0px rgba(157, 177, 255, 0.3), inset 0px 11px 28px 0px rgb(255, 255, 255);
        transition: all 0.3s;
        cursor: pointer;
        position: relative;
        overflow: hidden;
      }
    }
    
    @media (max-width: 1170px){
      .why-choose ul[value="1"]{
        display: grid;
        grid-template-columns: repeat(4,1fr);
        grid-auto-rows: auto;
        grid-gap: .5rem;
        align-items: center;
        justify-content: center;
        list-style-type: none;
        text-align: center;
      }
      .p2{
        text-align: center;
      }
      .card1a{
        width: 50%;
        height: 150px;
        backdrop-filter: blur(7px);
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 100px;
        box-shadow: 35px 35px 68px 0px rgba(157, 177, 255, 0.2), inset -8px -8px 16px 0px rgba(157, 177, 255, 0.3), inset 0px 11px 28px 0px rgb(255, 255, 255);
        transition: all 0.3s;
        cursor: pointer;
        position: relative;
        overflow: hidden;
      }
    }
  
    @media (max-width: 1160px){
      .why-choose ul[value="1"]{
        display: grid;
        grid-template-columns: repeat(4,1fr);
        grid-auto-rows: auto;
        grid-gap: .5rem;
        align-items: center;
        justify-content: center;
        list-style-type: none;
        text-align: center;
      }
      .p2{
        text-align: center;
      }
      .card1a{
        width: 60%;
        height: 150px;
        backdrop-filter: blur(7px);
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 100px;
        box-shadow: 35px 35px 68px 0px rgba(157, 177, 255, 0.2), inset -8px -8px 16px 0px rgba(157, 177, 255, 0.3), inset 0px 11px 28px 0px rgb(255, 255, 255);
        transition: all 0.3s;
        cursor: pointer;
        position: relative;
        overflow: hidden;
      }
    }
    
    @media (max-width: 1145px){
      .why-choose ul[value="1"]{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-auto-rows: auto;
        grid-gap: .5rem;
        align-items: center;
        justify-content: center;
        list-style-type: none;
        text-align: center;
      }
      .p2{
        margin-right: 80px;
      }
      .card1a {
        width: 55%;
        height: 150px;
        backdrop-filter: blur(7px);
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 100px;
        box-shadow: 35px 35px 68px 0px rgba(157, 177, 255, 0.2), inset -8px -8px 16px 0px rgba(157, 177, 255, 0.3), inset 0px 11px 28px 0px rgb(255, 255, 255);
        transition: all 0.3s;
        cursor: pointer;
        position: relative;
        overflow: hidden;
      }
    }
    @media (max-width: 1137px){
      .why-choose ul[value="1"]{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-auto-rows: auto;
        grid-gap: .5rem;
        align-items: center;
        justify-content: center;
        list-style-type: none;
        text-align: center;
      }
      .p2{
        margin-right: 80px;
      }
      .card1a{
        width: 30%;
        height: 150px;
        backdrop-filter: blur(7px);
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 100px;
        box-shadow: 35px 35px 68px 0px rgba(157, 177, 255, 0.2), inset -8px -8px 16px 0px rgba(157, 177, 255, 0.3), inset 0px 11px 28px 0px rgb(255, 255, 255);
        transition: all 0.3s;
        cursor: pointer;
        position: relative;
        overflow: hidden;
      }
    }
  
    @media (max-width: 1050px){
      .why-choose ul[value="1"]{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-auto-rows: auto;
        grid-gap: .5rem;
        align-items: center;
        justify-content: center;
        list-style-type: none;
        text-align: center;
      }
      .p2{
        margin-right: 80px;
      }
      .card1a{
        width: 35%;
        height: 150px;
        backdrop-filter: blur(7px);
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 100px;
        box-shadow: 35px 35px 68px 0px rgba(157, 177, 255, 0.2), inset -8px -8px 16px 0px rgba(157, 177, 255, 0.3), inset 0px 11px 28px 0px rgb(255, 255, 255);
        transition: all 0.3s;
        cursor: pointer;
        position: relative;
        overflow: hidden;
      }
    }
    @media (max-width: 930px){
      .why-choose ul[value="1"]{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-auto-rows: auto;
        grid-gap: .5rem;
        align-items: center;
        justify-content: center;
        list-style-type: none;
        text-align: center;
      }
      .p2{
        margin-right: 80px;
      }
      .card1a{
        width: 40%;
        height: 150px;
        backdrop-filter: blur(7px);
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 100px;
        box-shadow: 35px 35px 68px 0px rgba(157, 177, 255, 0.2), inset -8px -8px 16px 0px rgba(157, 177, 255, 0.3), inset 0px 11px 28px 0px rgb(255, 255, 255);
        transition: all 0.3s;
        cursor: pointer;
        position: relative;
        overflow: hidden;
      }
    }
  
    @media (max-width: 840px){
      .why-choose ul[value="1"]{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-auto-rows: auto;
        grid-gap: .5rem;
        align-items: center;
        justify-content: center;
        list-style-type: none;
        text-align: center;
      }
      .p2{
        margin-right: 80px;
      }
      .card1a{
        width: 35%;
        height: 150px;
        backdrop-filter: blur(7px);
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 100px;
        box-shadow: 35px 35px 68px 0px rgba(157, 177, 255, 0.2), inset -8px -8px 16px 0px rgba(157, 177, 255, 0.3), inset 0px 11px 28px 0px rgb(255, 255, 255);
        transition: all 0.3s;
        cursor: pointer;
        position: relative;
        overflow: hidden;
      }
    }
    
    @media (max-width: 830px){
      .why-choose ul[value="1"]{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-auto-rows: auto;
        grid-gap: .5rem;
        align-items: center;
        justify-content: center;
        list-style-type: none;
        text-align: center;
      }
      .p2{
        margin-right: 80px;
      }
      .card1a{
        width: 45%;
        height: 150px;
        backdrop-filter: blur(7px);
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 100px;
        box-shadow: 35px 35px 68px 0px rgba(157, 177, 255, 0.2), inset -8px -8px 16px 0px rgba(157, 177, 255, 0.3), inset 0px 11px 28px 0px rgb(255, 255, 255);
        transition: all 0.3s;
        cursor: pointer;
        position: relative;
        overflow: hidden;
      }
    }
  
    @media (max-width: 750px){
      .why-choose ul[value="1"]{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-auto-rows: auto;
        grid-gap: .5rem;
        align-items: center;
        justify-content: center;
        list-style-type: none;
        text-align: center;
      }
      .p2{
        margin-right: 80px;
      }
      .card1a{
        width: 45%;
        height: 150px;
        backdrop-filter: blur(7px);
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 100px;
        box-shadow: 35px 35px 68px 0px rgba(157, 177, 255, 0.2), inset -8px -8px 16px 0px rgba(157, 177, 255, 0.3), inset 0px 11px 28px 0px rgb(255, 255, 255);
        transition: all 0.3s;
        cursor: pointer;
        position: relative;
        overflow: hidden;
      }
    }
    @media (max-width: 735px){
      .why-choose ul[value="1"]{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-auto-rows: auto;
        grid-gap: .5rem;
        align-items: center;
        justify-content: center;
        list-style-type: none;
        text-align: center;
      }
      .p2{
        margin-right: 80px;
      }
      .card1a{
        width: 45%;
        height: 150px;
        backdrop-filter: blur(7px);
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 100px;
        box-shadow: 35px 35px 68px 0px rgba(157, 177, 255, 0.2), inset -8px -8px 16px 0px rgba(157, 177, 255, 0.3), inset 0px 11px 28px 0px rgb(255, 255, 255);
        transition: all 0.3s;
        cursor: pointer;
        position: relative;
        overflow: hidden;
      }
    }
    @media (max-width: 730px){
      .why-choose ul[value="1"]{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-auto-rows: auto;
        grid-gap: .5rem;
        align-items: center;
        justify-content: center;
        list-style-type: none;
        text-align: center;
      }
      .p2{
        margin-right: 80px;
      }
      .card1a{
        width: 45%;
        height: 150px;
        backdrop-filter: blur(7px);
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 100px;
        box-shadow: 35px 35px 68px 0px rgba(157, 177, 255, 0.2), inset -8px -8px 16px 0px rgba(157, 177, 255, 0.3), inset 0px 11px 28px 0px rgb(255, 255, 255);
        transition: all 0.3s;
        cursor: pointer;
        position: relative;
        overflow: hidden;
      }
    }
    @media (max-width: 720px){
      .why-choose ul[value="1"]{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-auto-rows: auto;
        grid-gap: .5rem;
        align-items: center;
        justify-content: center;
        list-style-type: none;
        text-align: center;
      }
      .p2{
        text-align: center;
      }
      .card1a{
        width: 45%;
        height: 150px;
        backdrop-filter: blur(7px);
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 100px;
        box-shadow: 35px 35px 68px 0px rgba(157, 177, 255, 0.2), inset -8px -8px 16px 0px rgba(157, 177, 255, 0.3), inset 0px 11px 28px 0px rgb(255, 255, 255);
        transition: all 0.3s;
        cursor: pointer;
        position: relative;
        overflow: hidden;
      }
    }
    @media (max-width: 719px){
      .why-choose ul[value="1"]{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-auto-rows: auto;
        grid-gap: .5rem;
        align-items: center;
        justify-content: center;
        list-style-type: none;
        text-align: center;
      }
      .p2{
        margin-right: 80px;
      }
      .card1a{
        width: 25%;
        height: 150px;
        backdrop-filter: blur(7px);
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 100px;
        box-shadow: 35px 35px 68px 0px rgba(157, 177, 255, 0.2), inset -8px -8px 16px 0px rgba(157, 177, 255, 0.3), inset 0px 11px 28px 0px rgb(255, 255, 255);
        transition: all 0.3s;
        cursor: pointer;
        position: relative;
        overflow: hidden;
      }
    }
    @media (max-width: 690px){
      .why-choose ul[value="1"]{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-auto-rows: auto;
        grid-gap: .5rem;
        align-items: center;
        justify-content: center;
        list-style-type: none;
        text-align: center;
      }
      .p2{
        margin-right: 80px;
      }
      .card1a{
        width: 25%;
        height: 150px;
        backdrop-filter: blur(7px);
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 100px;
        box-shadow: 35px 35px 68px 0px rgba(157, 177, 255, 0.2), inset -8px -8px 16px 0px rgba(157, 177, 255, 0.3), inset 0px 11px 28px 0px rgb(255, 255, 255);
        transition: all 0.3s;
        cursor: pointer;
        position: relative;
        overflow: hidden;
      }
    }
    @media (max-width: 665px){
      .why-choose ul[value="1"]{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-auto-rows: auto;
        grid-gap: .5rem;
        align-items: center;
        justify-content: center;
        list-style-type: none;
        text-align: center;
      }
      .p2{
        margin-right: 80px;

      }
      .card1a{
        width: 25%;
        height: 150px;
        backdrop-filter: blur(7px);
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 100px;
        box-shadow: 35px 35px 68px 0px rgba(157, 177, 255, 0.2), inset -8px -8px 16px 0px rgba(157, 177, 255, 0.3), inset 0px 11px 28px 0px rgb(255, 255, 255);
        transition: all 0.3s;
        cursor: pointer;
        position: relative;
        overflow: hidden;
      }
    }
    @media (max-width: 660px){
      .why-choose ul[value="1"]{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-auto-rows: auto;
        grid-gap: .5rem;
        align-items: center;
        justify-content: center;
        list-style-type: none;
        text-align: center;
      }
      .p2{
        margin-right: 80px;
      }
      .card1a{
        width: 30%;
        height: 150px;
        backdrop-filter: blur(7px);
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 100px;
        box-shadow: 35px 35px 68px 0px rgba(157, 177, 255, 0.2), inset -8px -8px 16px 0px rgba(157, 177, 255, 0.3), inset 0px 11px 28px 0px rgb(255, 255, 255);
        transition: all 0.3s;
        cursor: pointer;
        position: relative;
        overflow: hidden;
      }
    }
    
    @media (max-width: 576px){
      .why-choose ul[value="1"]{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-auto-rows: auto;
        grid-gap: .5rem;
        align-items: center;
        justify-content: center;
        list-style-type: none;
        text-align: center;
      }
      .p2{
        margin-right: 80px;
      }
      .card1a{
        width: 50%;
        height: 180px;
        backdrop-filter: blur(7px);
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 100px;
        box-shadow: 35px 35px 68px 0px rgba(157, 177, 255, 0.2), inset -8px -8px 16px 0px rgba(157, 177, 255, 0.3), inset 0px 11px 28px 0px rgb(255, 255, 255);
        transition: all 0.3s;
        cursor: pointer;
        position: relative;
        overflow: hidden;
      }
    }
      /* ======= service offered========= */

@media (max-width: 576px){
  .ds{
    display: none !important;
  }
  .links{
    visibility: visible !important;
  }
}

@media (max-width: 991px){
  .ds{
    display: none !important;
  }
  .links{
    visibility: visible !important;
  }
}


@media (max-width: 1100px) and (min-width: 800px){
  .links{
    visibility: hidden !important;
  }
}

.alt-video{
  width: 100%;
  height: 80%;
  position: relative;
}

#video1{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 576px) {
  #video1{
      position: relative;
      width: 100%;
      object-fit: cover;
  }
}
div#chat-bot-launcher-container {
    display: none;
}
ul.list {
  padding: 0px;
  text-align: center;
  list-style: none;
  line-height: 30px;
  margin-top: 20px;
}