/********** Template CSS **********/
:root {
    --primary: #0399a5;
    --secondary: #8D9297;
    --light: #F8F9FA;
    --dark: #182333;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 40px;
    bottom: 150px;
    z-index: 99;
}

body{
    overflow-x:hidden;
}

.logo{
        height: 75px;
}

.bg-light-me{
    background:#0399a5 !important;
}

.img-fluid.w-100{
    height:317px;    
    width:317px;
}

.bg-light-me i,
.bg-light-me small
,.bg-light-me small i ,
.bg-light-me small i a,
.bg-light-me  i a{
    color:#fff;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-left: 30px;
    padding: 25px 0;
    color: var(--secondary);
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 25px;
        border-top: 1px solid #EEEEEE;
    }
}


.navbar .nav-item .dropdown-menu {
        height: 400px;
    overflow: scroll;
    }

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        height: 400px;
    overflow: scroll;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    /*background: rgba(0, 0, 0, .65);*/
    z-index: 1;
    
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 4rem;
    height: 4rem;
    background-color: var(--dark);
    border: 15px solid var(--dark);
    border-radius: 50px;
}

.carousel-caption .breadcrumb-item+.breadcrumb-item::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 336px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 3rem;
        height: 3rem;
        border-width: 12px;
    }
}

@media (max-width: 575px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 270px;
    }

}

@media (max-width: 455px){
    #header-carousel .carousel-item {
    position: relative;
    min-height: 195px;
}
}

.page-header {
    /*background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/carousel-1.jpg) center center no-repeat;*/
    background-color: #bedee1;
    background-size: cover;
    padding: 10px 10px 10px 10px;
    margin-bottom: 30px;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}


/*** Facts ***/
.facts-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(0, 0, 0, .65);
}

.facts-overlay h1 {
    font-size: 120px;
    color: transparent;
    -webkit-text-stroke: 2px var(--primary);
}

.facts-overlay a:hover {
    color: var(--primary) !important;
}


/*** Service ***/
.service-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: var(--primary);
    opacity: 0;
    transition: .5s;
}

.service-item:hover .service-text::before {
    height: 100%;
    opacity: 1;
}

.service-item img{

    width:356px;
    height:262px;
}
.service-text * {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.service-item:hover .service-text * {
    color: #FFFFFF !important;
}


/*** Appointment ***/
.appointment {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/bgg.jpg) center center no-repeat;
    background-size: cover;
}


/*** Team ***/
.team-text {
    position: absolute;
    width: 75%;
    bottom: 30px;
    left: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    width: 100%;
}

.team-text * {
    transition: .5s;
}

.team-item:hover .team-text * {
    letter-spacing: 2px;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    border: 2px solid var(--primary);
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Footer ***/
.footer {
    color: #999999;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #999999;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #999999;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}



.inner-about ,
.inner-choose ,
.inner-video {
padding:2rem 1rem;
}

.meet-business{
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0.5rem;
    border-radius: 14px;
    border: 1px solid lightgrey;
    height:100%;
    text-align:center;
}

.all-outer-prod{
    padding:1rem;
}

.all-outer-prod .outer-prod-img{
    overflow:hidden;
    border-radius:10px;
}

.outer-prod-img:hover .outer-prod-img img{
        transform: scale(1.2);
            transition: 0.7s;
}

.text-prod h3 a{
    color:#000;
}

/*.inner-img {width:400px;*/
    
/*}*/


.pro-view {
	float: left;
}

@media(max-width:415px){
    .pro-view {
	float: inline-end;
}

}

.pro-view img {
	width: 300px;
    border: 1px solid #e9b87a;
    margin: 0 2rem 0.5rem 0;
}

.img-fluid1 logo{    max-width: 157%;
    height: 70px;}
    
    
    
.image-img {
    border: 7px solid #fad2b8;
}

.image-img {
    height: 330px;
    margin-bottom: 10px;
}

.image-size {
    height: 250px;
}


.phone1 {
  z-index: 2;
  /*background-color: var(--green);*/
  animation: phone 1s var(--animation-curve) infinite alternate-reverse;
  display: grid;
  justify-content: center;
  align-items: center;
  border: 0.5px white solid;
}

.material-icons i{
  color: white;
    font-size:1.7rem;
    display:flex;
    justify-content: center;
    align-items: center;
}

.phone1 {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  /*background-color: green;*/
  position: fixed;
  bottom:55px;
  left:40px;
  z-index: 5;
  border:none !important;
}


.social-buttons {
    position: fixed;
    z-index: 100;
    bottom: 0;
    display: none;
}

 @media only screen and (max-width: 575px) {

    .social-buttons {
        display: block;
    }
   
}




/*:root {*/
/*  --green: green;*/
/*  --blue: #4482ec;*/
/*  --animation-curve: cubic-bezier(0.12, 0.7, 0.74, 0.71);*/
/*}*/

.phone1 {
  z-index: 2;
  /*background-color: var(--green);*/
  animation: phone 1s var(--animation-curve) infinite alternate-reverse;
  display: grid;
  justify-content: center;
  align-items: center;
  border: 0.5px white solid;
}

.material-icons i{
  color: white;
    font-size:1.7rem;
    display:flex;
    justify-content: center;
    align-items: center;
}

.phone1 {
  height: 150px;
  width: 50px;
  border-radius: 50%;
  /*background-color: green;*/
  position: fixed;
  bottom:0px;
  left:40px;
  z-index: 5;
  border:none !important;
}

.circle1,.circle2 {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  /*background-color: green;*/
  position: fixed;
  animation: scaling 2s var(--animation-curve) infinite;
 bottom:55px;
  left:40px;
  z-index: 4;
}

@keyframes scaling {
  0% {
    transform: scale(1);
    background-color: var(--green);
  }
  100% {
    transform: scale(3);
    background-color: rgba(245, 0, 182, 0);
  }
}

@keyframes phone {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
.circle1 {
  animation-delay: 0s;
}
.circle2 {
  animation-delay: 1s;
}



.my-table tbody tr td img {
    width: 100%;
    height: 100%;
}

/********** Whatsapp end***************/

/**********call ***********/

.call {
  z-index: 2;
  /*background-color: var(--blue);*/
  animation: call 1s var(--animation-curve) infinite alternate-reverse;
  display: grid;
  justify-content: center;
  align-items: center;
  border: 0.5px white solid;
}

.material-icons-1 i{
  color: white;
    font-size:1.7rem;
    display:flex;
    justify-content: center;
    align-items: center;
}

.call {
  height: 150px;
  width: 50px;
  border-radius: 50%;
  position: fixed;
  bottom:0px;
  right:40px;
  z-index: 5;
  border:none !important;
}

.circle3,.circle4 {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  /*background-color: green;*/
  position: fixed;
  animation: scaling1 2s var(--animation-curve) infinite;
 bottom:55px;
  right:40px;
  z-index: 4;
}

@keyframes scaling1 {
  0% {
    transform: scale(1);
    background-color: var(--blue);
  }
  100% {
    transform: scale(3);
    background-color: rgba(245, 0, 182, 0);
  }
}

@keyframes call {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
.circle3 {
  animation-delay: 0s;
}
.circle4 {
  animation-delay: 1s;
}

.social-buttons {
    position: fixed;
    z-index: 100;
    bottom: 0;
    display: none;
}

 @media only screen and (max-width: 575px) {

    .social-buttons {
        display: block;
    }
   
   
   .top__bar-right-social ul{
        display: block;
    }
}


.text-white {
    color: #fff !important;
    font-size: 2.0rem;
    font-weight: 700;
}

.text-white1 {
    color: #000 !important;
    font-size: 1.5rem;
    font-weight: 700;
}

.text-white2 {
    color: #fff !important;
    font-size: 1.5rem;
    font-weight: 700;
}

.text-white3 {
    color: #000 !important;
    font-size: 1.rem;
    font-weight: 700;
}


.nav-item.dropdown:hover .mydropdown{
      display:block;
  }
  
  .nav-item.dropdown{
        display:flex !important;
    }
  span.nav-link{
        margin-left:10px !important;
    }

span.nav-link.dropdown-toggle{
    display:none;
}
  
@media(max-width:991px){
    .nav-item.dropdown{
        display:initial !important;
    }
    
    span.nav-link.dropdown-toggle{
        display:block;
        position: absolute;
        top: -1px;
        left: 105px;
    }
    
    
}  

