
	* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}

body {
    overflow-x: hidden;
    font-family: 'Mulish', cursive;
/*    font-size: 25px;*/
}


html {
  scroll-behavior: smooth;
}


 .calender_wrap .ui-datepicker{display: none !important; position: absolute;}
  .calender_wrap .ui-datepicker.showCalender{display: block !important;}

.carousel-item {
    background-image: url("images/carousel.svg");
    background-position-x: center;
    background-size: cover;
    height: 600px;
    background-repeat: no-repeat;
}
.carousel2{
  background-image: url("images/bg_image-1.svg");
    background-position-x: center;
    background-size: cover;
    height: 400px;
    background-repeat: no-repeat;
} 
.carurselText{
  font-size: 85px;
}

@media only screen and (max-width: 1200px) {
  .carurselText{
    font-size: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .carurselText{
    font-size: 40px;
  }
  .sec4a {
          background-image: url('images/bg-3.svg');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            background-attachment: auto;
            height: 320px;
        }
}

@media only screen and (max-width: 320px) {
  .carurselText{
    font-size: 30px;
  }
  .sec4a {
          background-image: url('images/bg-3.svg');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            background-attachment: auto;
        }
}
.sec2 {
    background-image: url('images/bg1.svg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
/*background-size: 100% 100%;*/
background-position: center;
}

.sec2a {
    background-image: url('images/bg1.svg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 320px;
    
/*background-size: 100% 100%;*/
background-position: center;
}


.sec3 {
  background-image: url('images/pan_services.png');
  background-size: cover;
  background-repeat: no-repeat;
  height: 110px;
/*width: 300px;*/
/*background-size: 100% 100%;*/
background-position: center;
}

.sec4 {
  background-image: url('images/bg-3.svg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 290px;
/*width: 300px;*/
/*background-size: 100% 100%;*/
background-position: center;
}




.design {
    background-color: #474646;
    /*height: 200px;*/
}

.mt-n1 {
  margin-left: -0.76rem !important;
}
.nav-item{
  align-items:left;

}
.one{
  background-image: url('images/bg.png');
  background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
background-size: 100% 100%;
background-position: center;

}
.card{
  height: 180px;
  /*border: 2px solid black;*/
}

/*.sec2 {
    background-image: url('bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
/*background-size: 100% 100%;*/
background-position: center;
}*/


.sec5 {
  background-image: url('images/bg_image-1.svg');
  background-size: cover;
  background-repeat: no-repeat;
  padding:3px;
  height: 380px;
  width: 100%;
/*background-size: 100% 100%;*/
background-position: center;
}

.sec6 {
  background-image: url('bg-3.svg');
  background-size: cover;
  background-repeat: no-repeat;
  padding:0px;
/* height: 200px;
width: 200px;*/
/*background-size: 100% 100%;*/
background-position: center;
}
.navbar{
  padding: 0;
  margin: 0;
} 
.bck{
  padding: 0px;
  margin: 0px;
}
.navbar-toggler{
  /*color: black;*/
  /*background-color: transparent;*/
}

.search-field, .search-submit{
    margin:0;
}

.search-field + .search-submit{
    border:1px solid #a9a9a9;
    border-left:0px;
    height:22px;
}

.btn-dark{
  background-color: black;
  color: white;
  border: none;
  padding: 6px;
  height: 50px;
  width: 120px;
}

/*.carousel-caption {
    /background-color: white;/
    /display: flex;/
    /justify-content: center;/
    /align-items: right;/
    /margin: 0 auto;/
    bottom: 6rem;
}*/




/*.carousel-indicators .active {
    background-color: blue !important;
}*/

/*.font-size{
    font-size: 80px;
}*/


/* PRODUCTS */
.product {
  position: relative;
  overflow: hidden;
  padding: 20px;
}

/*.product-category {
  padding: 0 10vw;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 40px;
  text-transform: capitalize;
}*/

.product-container {
  padding: 0 10vw;
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.product-container::-webkit-scrollbar {
  display: none;
}

.product-card {
  flex: 0 0 auto;
  width: 250px;
  height: 450px;
  margin-right: 40px;
}

/*.product-image {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
}*/

/*.product-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}*/

/*.discount-tag {
  position: absolute;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  color: #ff7d7d;
  right: 10px;
  top: 10px;
  text-transform: capitalize;
}*/

/*.card-btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  width: 90%;
  text-transform: capitalize;
  border: none;
  outline: none;
  background: #fff;
  border-radius: 5px;
  transition: 0.5s;
  cursor: pointer;
  opacity: 0;
}*/

/*.product-card:hover .card-btn {
  opacity: 1;
}*/

/*.card-btn:hover {
  background: #ff7d7d;
  color: #fff;
}*/

./*product-info {
  width: 100%;
  height: 100px;
  padding-top: 10px;
}*/

/*.product-brand {
  text-transform: uppercase;
}*/

/*.product-short-description {
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  opacity: 0.5;
  text-transform: capitalize;
  margin: 5px 0;
}
*/
/*.price {
  font-weight: 900;
  font-size: 20px;
}*/

.actual-price {
  margin-left: 20px;
  opacity: 0.5;
  text-decoration: line-through;
}

.pre-btn,
.nxt-btn {
  border: none;
  width: 10vw;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  cursor: pointer;
  z-index: 8;
}

.pre-btn {
  left: 0;
  transform: rotate(180deg);
}

.nxt-btn {
  right: 0;
}

.pre-btn img,
.nxt-btn img {
  opacity: 0.2;
}

.pre-btn:hover img,
.nxt-btn:hover img {
  opacity: 1;
}

/*.collection-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}*/

/*.collection {
  position: relative;
}*/

/*.collection img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}*/

/*.collection p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 50px;
  text-transform: capitalize;
}*/

/*.collection:nth-child(3) {
  grid-column: span 2;
  margin-bottom: 10px;
}*/


/*Slider*/
section{
  position: relative;  
  height: 450px;
  width: 1075px;
  display: flex;
  align-items: center;
}
.swiper{
  width: 950px;
}
.card{
  position: relative;
  background: #fff;
  border-radius: 20px;
  margin: 20px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.card::before{
  content: "";
  position: absolute;
  height: 40%;
  width: 100%;
/*  background: #7d2ae8;*/
  border-radius: 20px 20px 0 0;
}
.card .card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  position: relative;
  z-index: 100;
}
section .card .image{
  height: 140px;
  width: 140px;
/*  border-radius: 50%;*/
  padding: 3px;
/*  background: #7d2ae8;*/
}
section .card .image img{
  height: 100%;
  width: 100%;
/*  object-fit: cover;*/
/*  border-radius: 50%;*/
  border: 3px solid #fff;
}
/*.card .media-icons{
  position: absolute;
  top: 10px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}*/
/*.card .media-icons i{
  color: #fff;
  opacity: 0.6;
  margin-top: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
}*/
/*.card .media-icons i:hover{
  opacity: 1;
}*/
/*.card .name-profession{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  color: ;
} */
/*.name-profession .name{
  font-size: 20px;
  font-weight: 600;
}*/
/*.name-profession .profession{
  font-size:15px;
  font-weight: 500;
}*/
/*.card .rating{
  display: flex;
  align-items: center;
  margin-top: 18px;
}*/
/*.card .rating i{
  font-size: 18px;
  margin: 0 2px;
  color: #7d2ae8;
}*/
/*.card .button{
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}*/
/*.card .button button{
  background: #7d2ae8;
  outline: none;
  border: none;
  color: #fff;
  padding: 8px 22px;
  border-radius: 20px;
  font-size: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
}*/
/*.button button:hover{
  background: #6616d0;
}*/
/*.swiper-pagination{
  position: absolute;
}*/
/*.swiper-pagination-bullet{
  height: 7px;
  width: 26px;
  border-radius: 25px;
  background: #7d2ae8;
}*/
/*.swiper-button-next, .swiper-button-prev{
  opacity: 0.7; 
  color: #7d2ae8;
  transition: all 0.3s ease;
}*/
/*.swiper-button-next:hover, .swiper-button-prev:hover{
  opacity: 1;
  color: #7d2ae8;
}*/


.textcolor{
  color:#6D6D6D;
;
}





/*section 2*/
.align-items-v-center {
    display: flex;
    align-items: center; /*Aligns vertically center */
    justify-content: center; /*Aligns horizontally center */
}
/*section 2*/



.divDesktopView {
        display: none;
    }

.divMobileView {
        display: block;
    }

@media (min-width: 200px) {
    /*// Medium devices (tablets, 768px and up)*/
    
.divDesktopView {
        display: none;
    }

    .divMobileView {
        display: block;
    } 

    .carousel-inner{
      font-size: 10px;
    }  

    .divSIRightText {
        /*line-height: 60px;*/
        font-size: 15px;
    }

        .divSIRightText > div {
            padding: 1rem 0 !important;
        }
        .sec4a {
          background-image: url('images/12.png');
          background-size: cover;
          background-repeat: no-repeat;
          height: 340px;

          /*width: 300px;*/
          /*background-size: 100% 100%;*/
          background-position: center;
        }
        
}



@media (min-width: 576px) {
    /*// Small devices (landscape phones, 576px and up)*/
    
.divDesktopView {
        display: none;
    }

    .divMobileView {
        display: block;
    }
    .carousel-inner{
      font-size: 15px;
    }
    
}


@media (min-width: 768px) {
    /*// Medium devices (tablets, 768px and up)*/

    .divDesktopView {
        display: none;
    }

    .divMobileView {
        display: block;
    }
    /*.work{
      display: none;

    }*/
    .carousel-inner{
      font-size: 15px;
    }  
    
    .divSIRightText {
        line-height: 25px;
        font-size: 15px;
    }
    .divSIRightTextLH {
        line-height: 60px !important;
    }
}

@media (min-width: 992px) {
    /*// Large devices (desktops, 992px and up)*/
  .divDesktopView {
        display: none;
    }

    .divMobileView {
        display: block;
    } 

}

@media (min-width: 1200px) {
    /*// Extra large devices (large desktops, 1200px and up)*/
    .divDesktopView {
        display: block;
    }

    .divMobileView {
        display: none;
    }  
}
    
.justify-text {
  text-align: justify;
}

