/********** Template CSS **********/
:root {
    --primary: #271152;
    --secondary: #555555;
    --light: #F1F3FA;
    --dark: #260d53;
    --main:#021731;
    --green: green;
    --blue: #4482ec;
    --animation-curve: cubic-bezier(0.12, 0.7, 0.74, 0.71);
}

* {
-webkit-touch-callout: none !important; 
-webkit-user-select: none  !important;   
-moz-user-select: none  !important;     
-ms-user-select: none  !important;   
user-select: none  !important;       
								
}

body{
    overflow-x:hidden; 
}

a{
    color:#000;
}


a:hover{
    color:#a26a2a;
    text-decoration: underline;
}

.text-edit{
    text-align: justify;
}

.backy-img{
    background-image: linear-gradient(#e4dcf5,#e1d2ff),url(../img/photobg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.pro-backy-img{
    background-image: linear-gradient(#e4dcf5,#e1d2ff),url(../img/pro-photobg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.fs-4{
    font-weight: 600;
    color: var(--main);
    padding: 0 0 1rem 0;
}

.logo-header{
    font-weight: 900;
    font-size: 1.5rem;
    font-family: sans-serif;
    color: #ff7f27!important;
    display:flex;
    flex-wrap: wrap;
    align-items:center;
}
.clr{
    color: black;
}
.clrprimary{
color: var(--primary);
font-weight:bold;
position:relative;
    
}

.clrprimary:after{
    content:"";
    position: absolute;
    height: 4px;
    width: 25px;
    border-radius: 20px;
    background: var(--primary);
    top: 50%;
    right: -35px;
    transform: translateY(-50%);
}

.clrprimary:before{
    content:"";
    position: absolute;
    height: 5px;
    width: 5px;
    border-radius: 20px;
    background: var(--primary);
    top: 50%;
    right: -45px;
    transform: translateY(-50%);
}


.back-to-top {
    position: fixed;
    display: none;
    right: 40px;
    bottom: 150px;
    z-index: 99;
    background: var(--primary) ;
}

.fw-medium {
    font-weight: 500;
}

.btn-color-404{
    background-color: var(--primary);
    color:white!important;
}

.my-keyword{
    font-size: 2.2rem;
    font-weight: bold;
    padding: 0.3rem 0;
    color: var(--main);
    font-family: system-ui;
}
.top-a {
    color: #fff;
}
/* Global css */
.section-entry {
    padding: 5rem 0 5rem;
  }
  .section-entry-top {
    padding-top: 5rem;
  }
  .section-entry-bottom {
    padding-bottom: 5rem;
  }
  .txtct {
    text-align: center;
  }
  .align-c {
    align-items: center;
  }
  .txtbc h1, .txtbc h2, .txtbc h3, .txtbc h4, .txtbc h5, .txtbc h6, .txtbc p, .txtbc i, .txtbc a, .txtbc span {
    color: #000;
  }
  .txtwt h1, .txtwt h2, .txtwt h3, .txtwt h4, .txtwt h5, .txtwt h6, .txtwt p, .txtwt i, .txtwt a, .txtwt span {
    color: #fff;
  }
  .txtbu {
    color: #004c86;
  }
  .txtor {
    color: #ff2515;
  }
  
  
/*** 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;
}

.my-relative{
    position:relative;
    overflow:hidden;
}

.my-relative:hover .backy-img{
    transform:scale(1.1);
    transition:0.3s;
}

.my-relative .homeimg-head{
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 0.5rem;
    background: #fff;
    border-radius: 0 14px 0 0;
    color:var(--main);
    font-size: 1rem;
    font-weight: 500;
}

/*heading*/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  color: #111;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 44px;
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.3rem;
  line-height: 30px;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

p {
  line-height: 30px;
font-size: 1rem !important;
}

/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.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;
}


.dis-play {
    display: block;
    padding: 0.5rem 0;
    font-weight: 600;
    font-family: cursive;
    font-size: 1rem;
    color: #0009;
    border-bottom: 1px dashed grey;
}

.dis-play::before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    transition: 0.9s;
    color: orangered;
}

/*** Navbar ***/

.bg-color{
    background-image: linear-gradient(#ede4ff,#e8e6ed),url(../img/bg-top.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
}

.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);

}

@media(max-width:991px){
    .navbar .navbar-nav .nav-link {
    font-size: 1.8rem;
    font-weight: 600;
}
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown{
    position:inherit !important;
}
.dropdown-menu{
    left:50%;
    transform:translateX(-50%);
}

.drop-menu-con{
    position:relative;
    width:90vw;
}

.drop-menu-con .row .col-header-border{
    border-left: 1px solid var(--main);
    margin:2rem 0;
}

.drop-menu-con .row .col-header-border:nth-child(2){
    border-left:none;
}

.dropdown-item {
    padding: 0.5rem 1rem;
    font-size:0.9rem;
    font-weight:500;
    white-space: normal !important;
    display:flex;
}

.item-navbar b{
    display: block;
    font-size: 1.25rem;
    padding:0.5rem 1rem;
    color: var(--main);
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--main) !important;
}

/*.navbar .nav-item:hover .dropdown-menu {*/
/*    background-color: #ffe1cd !important;*/
/*}*/

.navbar .nav-item .dropdown-item::before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    transition: 0.9s;
    color: var(--main);
    display:flex;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
    
    .dropdown-menu{
    left:0%;
    transform:translateX(-0%);
}
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
    background: transparent
}




/*topbar*/

.bg-topbar{
    background-color: var(--main);
}
.btn-topbar a i{
    color: var(--primary);
}


/*home services*/
.process {
    position: relative;
    border-top: 15px solid #cbbded;
    border-left: 15px solid #cbbded;
    border-bottom: 15px solid #cbbded;
    overflow-x:hidden;
}

.process:before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index:-1;
  background: url("../img/bg-half.jpg") no-repeat;
  background-position: top right;
 
}

.icon-block {
  padding: 50px 40px;
  background: #ffffff94;
  border-radius: 10px;
  box-shadow: 0px 0px 40px 0px rgb(228 163 22 / 20%);
}

.icon-block i {
  font-size: 35px;
  background: rgb(10 9 9 / 20%);
  width: 70px;
  height: 70px;
  text-align: center;
  padding-top: 16px;
  border-radius: 10px;
  display: inline-block;
  color: var(--main);
}

.icon-block h5 {
  margin-top: 25px;
  margin-bottom: 15px;
  color: var(--primary);
}

.icon-block p {
  margin-bottom: 0px;
}

/*about*/
.about{
    
    background: linear-gradient(360deg,#f8f5ff, transparent);
}


.about .about-img {
  min-height: 500px;
}

.about h3 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 30px;
  font-family: var(--font-secondary);
}

.about .call-us {
  left: 10%;
  right: 10%;
  bottom: 10%;
  background-color: #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
  padding: 20px;
  text-align: center;
}

.about .call-us h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: var(--font-default);
}

.about .call-us p {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-primary);
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 8px 26px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: var(--color-primary);
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--color-primary) 50%, rgba(206, 18, 18, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(206, 18, 18, 0.7);
  top: -15%;
  left: -15%;
  background:black;
}

.about .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.list-clr li i{
    color: var(--primary)!important;
}
/*home services2*/

.case-study{
    border-right:15px solid #f8f5ff;
  border-radius:30px;
}
.case-img,
.case-content {
  padding: 30px;
}

.case-timeline {
  position: relative;
  
}

.case-timeline-divider {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 0;
  width: 2px;
  height: auto;
  margin-left: -1px;
  background-color: #eee;
}

.case-timeline-dot {
  display: block;
  position: absolute;
  top: 75px;
  left: 50%;
  z-index: 1;
  content: " ";
  width: 20px;
  height: 20px;
  margin-left: -10px;
  background-color: #fff;
  border-width: 5px;
  border-style: solid;
  border-radius: 50%;
}

@media (max-width: 480px) {
  .case-timeline-dot {
    display: none;
  }

  .case-timeline-divider {
    display: none;
  }
  .logo {
    width: 260px;
}
}

@media (max-width: 400px) {
  .case-timeline-dot {
    display: none;
  }

  .case-timeline-divider {
    display: none;
  }
}

@media (max-width: 768px) {
  .case-timeline-dot {
    display: none;
  }

  .case-timeline-divider {
    display: none;
  }
}

@media (max-width: 992px) {
  .case-timeline-dot {
    display: none;
  }

  .case-timeline-divider {
    display: none;
  }
}

/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
}

/*@media (max-width: 768px) {*/
/*    #header-carousel .carousel-item {*/
/*        position: relative;*/
/*        min-height: 450px;*/
/*    }*/
    
/*    #header-carousel .carousel-item img {*/
/*        position: absolute;*/
/*        width: 100%;*/
/*        height: 100%;*/
/*        object-fit: cover;*/
/*    }*/
/*}*/

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*testimonial*/
.testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
}

/*.owl-item .testimonial-item*/
/* {*/
/*    transition: .5s;*/
/*     background: linear-gradient(#ffffffab,#ffffffab),url(../img/testi-back.jpg);*/
/*     background-size:cover;*/
/*     border: 4px solid #f8f5ff;*/
/*}*/


/*.testimonial-item img {*/
/*    width: 100px !important;*/
/*    height: 100px !important;*/
/*    border-radius: 100px;*/
/*    border: 5px solid var(--primary);*/
/*}*/

.producta{
        z-index: 0;
    position: relative;
}

.product-carousel .owl-nav {
    position: absolute;
    display: flex;
    bottom: -107px;
    left: 50%;
    transform: translateX(-50%);
}

.product-carousel .owl-nav .owl-prev,
.product-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
    background: var(--primary);
    
}

.product-carousel .owl-nav .owl-prev:hover,
.product-carousel .owl-nav .owl-next:hover {
    background: var(--main);
    color: #FFFFFF;
}



/*product*/

.product {
  position: relative;
  background:#a19e9a1a;
}
.product-my-box{
    padding: 1rem;
    background: #fff;
}

.product-my-box h3{
    font-size: 1.25rem;
    color : var(--main);
}


.product-item:before {
  content: " ";
  display: block;
  left: 0;
  height: 100%;
  width: 0%;
  position: absolute;
  transition: all 0.25s cubic-bezier(0.86, 0, 0.07, 1);
  background:#0009;
  opacity: 0;
  overflow: hidden;
}

.product-item .product-item-content {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all .35s ease;
}

.product-item:hover:before {
  opacity: 1;
  width: 100%;
}

.product-item:hover .product-item-content {
  opacity: 1;
  bottom: 20px;
  left: 30px;
}

.product-item .overlay-item {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #fff;
  opacity: 0;
  transition: all .35s ease;
}

.product-item .overlay-item i {
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  background: rgb(255 255 255 / 59%)    ;
  display: flex;
    justify-content: center;
    align-items: center;
}

.product-item:hover .overlay-item {
  opacity: 1;
}

.pro-view{
    position:relative;
}

.a-free{
    position:absolute;
bottom: -50px;
    left: 25%;
    transform:translateX(-50%);
    color: #190c00;
    background: #ed9900;
    font-size: 1.1rem;
    border: none;
    padding:1rem;
    border-radius:6px;
    font-weight: 600;
    animation: Updown 1s infinite;
    
}

@keyframes Updown{
    0% {
    transform: translateX(0px);
}

25% {
    transform: translateX(10px);
}
50% {
    transform: translateX(0px);
}
75% {
    transform:translateX(-10px);
}
100% {
    transform: translateX(0px);
}
}

.all-pro-w .table td{
    border:1px solid lightgrey;
}
.inner-pro{
    border:5px solid #412774;
    border-radius:5px;
    text-align:center;
    height:100%;
    position:relative;
    overflow:hidden;
}

.inner-pro:hover .pro-backy-img{
    transform:scale(1.1);
    transition:0.2s;
}

.inner-pro-head{
    font-size: 1rem;
    font-family: system-ui;
    font-weight: 500;
    padding: 1rem 0.5rem 0.5rem;
    color: var(--main);
    /* background: #f8f5ff; */
    border-radius: 10px 10px 0 0;
    color:var(--main);
    display:block;
    padding:1rem 0 .5rem;
}

.inner-pro:hover .inner-pro-head{
    color:var(--primary);
}
.page-top-wrap h1 , .page-top-wrap h3
, .page-top-wrap h2{
    text-transform: uppercase;
   font-family: system-ui;
   font-weight: 700;
   font-size: 1.5rem;
}

/*counter*/

.counter-style li{
    background-color: #ffffff94;
    margin:0.5rem;
    padding: 2rem 0.5rem;
    display:flex;
    flex-direction:column;
}
.counter-style li span{
    font-size: 2rem;
    color: var(--primary);
    font-weight:bold;
}


.counter-style i{
    font-size: 3rem;
    color: var(--main);
}
.counter-style img{
    height:50px;
    width:50px;
}
.counter-style{
    font-weight: bold;
    color:var(--main);
}
.counter-style li h4{
    color:var(--main);
    font-size: 1.8rem!important;
    font-weight: bold;
}
.counter-before ,
 .inner-video-outer{
    background-image: linear-gradient(#dad0ef,#dad0ef),url(../img/number.jpg);
    background-attachment: fixed;
    background-size: cover;
}



 #counter{
     padding-left:0;
 }
 
 #counter li {
    list-style: none;
}
 #counter span.percent:after {
   content: "+";
   display: inline-block;
}

/* home video */

.inner-video-outer{
    /*background:var(--main);*/
    padding:1rem 2rem;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.inner-video-outer .inner-video{
    /*padding:1rem;*/
    color:#000;
}
.inner-video-outer .inner-video iframe{
    margin-top:-115px;
    border:10px solid #fff;
    border-top:none;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    
}

.inner-video p{
    color:var(--black);
}

.carousel-space-2{
    max-width: 50%;
}

/*** Footer ***/

/*** Footer ***/

.row-me {
    padding:2rem 0 1rem 0;
}
.row-me .col{
    /*padding:1rem 0rem !important;*/
    display:contents;
    
}

.row-me .col a{
    color: white;
    padding:0rem 0.5rem;
    border-left:2px solid #7bbfa8;
}

.back-footer-color h4{
    color: #fff!important;
    font-size: 1.8rem;
    padding-top: 1.5rem;
}
.back-footer-color .rounded-circle,.signupfooter{
    background-color: var(--primary);
}


/*breadcrum*/

.back-image{
    padding:2rem .5rem 1rem .5rem!important;
   background-image: linear-gradient(#f49d3f52,#f49d3f52),url(../img/bg-top.jpeg);
   background-position: top 20% center;
    background-size: cover;
    background-repeat: no-repeat;
}


.breadcrumb-item{
     font-weight: 600;
}
.breadcrumb-item a{
    color:var(--main)!important;
   
}

/*sitemap*/
.sitemap-back{
    padding:0.5rem 0.5rem!important;
    border-radius: 10px;
    background-image: url(../img/sitemap-back.jpg)!important;
    background-size: cover;
    background-repeat:no-repeat;
}

.sitemap-parent a{
    background: var(--main)!important;
}

.sitemap-back:hover{
    
    background-image: linear-gradient(-45deg,rgb(233 184 122 / 46%), rgb(253 234 197 / 77%)), url(../img/sitemap-back.jpg);
    background-size: cover;
    background-repeat:no-repeat;
    
}
.sitemap-back a{
    color: white;
    font-size: 1rem;
    background: var(--main);
    border-radius: 10px;
    text-align: center;
    width: 100%;
    display: block;
    padding: 0.5rem;
}
/*product inner page*/

.service-text-contact {
    text-align: center;
}
.contact-page{
    margin-top: 2rem;
    margin-bottom:2rem;
}


.btn-contact{
    background-color: #fbdfc1;
    font-weight:bold;
}
/*services*/
.service-item{
    background: #ffa76a99;
    padding: 1rem;
    border-radius: 10px;
}

.img-sty {
    filter: grayscale(1);
    padding: 0.5rem;
}

.testimonial-item{
    height: 100%;
}
.service-text-contact h5{
    font-size: 1.5rem;
}
.service-text-contact p{
    
   font-weight: 600;
    font-size: 1.4rem;
    font-family: revert;
    word-break: break-all;
    padding: 0 1.35rem;
}

.footer {
    color: #fff;
    background: var(--main);
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #fff;
    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;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}


.img-size-footer{
    width:60px;
    height:50px;
}
.text-footer{
    justify-content:center;
}

.text-footer a{
    border-right: 2px solid;
    color:white;
    padding: 0 1rem;
}

.text-j p{
    text-align:justify!important;
    color:#fff;
}

.text-white a{
    color:white;
}

.text-footer a:nth-child(5){
    border:none;
}
.copyright {
    color: #B0B9AE;
}

.copyright {
    background: #111111;
}

.copyright a:hover {
    color: var(--primary) !important;
}

.text-break-me{
    word-break: break-all;
}

.product-item-content h5{
    font-family:system-ui!important;
    font-weight: 600!important;
}

/*whatsapp icon*/


/*************** Whatsapp icon *****************/
.phone {
  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;
}

.phone {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  /*background-color: green;*/
  position: fixed;
  bottom:55px;
  right:40px;
  z-index: 5;
  border:none !important;
}

.circle-1,.circle-2 {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  /*background-color: green;*/
  position: fixed;
  animation: scaling2 2s var(--animation-curve) infinite;
 bottom:55px;
  right:40px;
  z-index: 4;
}

@keyframes scaling2 {
  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;
}

.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: 40px;
  width: 40px;
  border-radius: 50%;
  position: fixed;
  bottom:55px;
  left: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;
  left: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;
}

.footer-contact{
    display: flex;
    margin-top: 1rem;
    /*font-size: 1.2rem;*/
    align-items: baseline;
}

.footer-contact i{
    font-size:1rem;
}

.mailtype{
    color: #555;
}

.mailtype:hover{
    color: #555;
}

.table-responsive .table {
    text-align:center;
}


.table-responsive .table th{ 
    text-align:start;
}

.img-side-description ul, .all-pro-w ul{
padding-left:0;
}

.img-side-description ul li, .all-pro-w ul li{
   list-style-type:none;
      padding:0.3rem 0;
}
.img-side-description ul li:before, .all-pro-w ul li:before
{
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f058";
    margin-right: .5rem;
    color:var(--main);
}

.inner-p-extra{
    padding:1rem;
}

.inner-p-extra img{
    border:1px solid var(--main);
    border-radius:10px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.heading-gal{
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--primary);
    margin: 0;
    padding-top: 1rem;
    text-align:center;
    text-transform: uppercase;
}

.v-p-g-page{
        border-radius: 8px;
    padding: 0.5rem;
    background-color: var(--dark);
    margin: 1rem;
}

/*lightbox*/

    .lightbox1 {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7);
      justify-content: center;
      align-items: center;
          z-index: 9999;
    }

    .lightbox-content1 {
      width: 80%;
      height: 80%;
      max-width: 900px;
      max-height: 700px;
    }

    .close-btn1 {
    position: absolute;
    cursor: pointer;
    color: #fff;
    font-size: 4rem;
    left: 10.5%;
    }


.navbar-light .navbar-toggler {
    background: #783f00cf !important;
}
