/********** Template CSS **********/
body{
    margin-top:7rem;
}

.padding-1{
    padding: 1rem;
}

.padding-2{
    padding: 2rem;
}

.padding-1-up{
    padding-top: 2rem ;
}

.padding-1haf-up-down{
    padding: 3rem 0;
}
.padding-1-up-down{
    padding: 2rem 0;
}

.padding-2-up-down{
    padding: 4rem 0;
}

.padding-1-down{
    padding-bottom: 2rem ;
}

.margin-up{
    margin-top: 1rem;
}


.margin-bottom{
    margin-bottom: 1rem;
}

.margin-2-up-down
{
    margin: 4rem 0;
   
}


p{
    margin-bottom: 10px!important;
}
.section-entry {
    padding: 5rem 0 5rem;
  }
  .section-entry-top {
    padding-top: 5rem;
  }
  .section-entry-bottom {
    padding-bottom: 5rem;
  }
  .section-entry-meet{
    padding: 2rem 0;
  }
.carousel-caption p{
    color:black;
}


.txt-dis{
    color:var(--secondary);
    font-size: 2rem;
}

.bg-meet{
    background-color: #000000d9 ;
    color: #fff;
}

.top-bar small>i
{
    color: #fff;
}

.top-bar small>a{
    color:#fff ;
}

.carousel-control-next-icon,
.carousel-control-prev-icon 
{
    filter: brightness(0.1);
}


.about-back-img{
    position: relative;
    color: blue;
    font-size: 20px;
}

.back-meet-pro{
    background-image: url('img/');
}

.meet-tag-img{
    position: absolute;
    z-index: 1;
    border: 40px solid white;
    background: white;
    border-radius: 100px;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    outline: 20px solid rgba(255, 255, 255, 0.458);
}

.wrapper-about{
    position: relative;
    overflow: hidden;
}

.carousel-by-meet{
    background-color: #b9d870d6;
}

.wrapper-mission{
  padding: 1rem;
}

.wrapper-mission .inner-mission{
    border-radius: 20px;
   background: linear-gradient(#e3f1f9, #d3e9f4 , #fff );
    /*background-color: #8ed4ff;*/
    padding: 2rem 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.mission-1 p{
    font-weight: 500;
}

.wrapper-mission .inner-mission .mission-1{
    padding-right: 1rem;
}

.wrapper-mission .inner-mission .mission-2{
    display: flex;
    padding:1rem 0;
    position: relative;
    align-items: center;
    justify-content: center;
} 
.shadow-effect{
    background-color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

@media only screen and (max-width: 580px){
    .wrapper-mission .inner-mission{
        padding: 2rem;
        display:block;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .wrapper-mission .inner-mission .mission-1{
        width:100%;
        text-align: justify;
    }
}   

.wrapper-feature{
        background-image: linear-gradient(#091c3f,#1a3668bd),url(../images/sliders/banner-3.jpg);
    background-size: contain;
    overflow: hidden;
}
.wrapper-feature-1{
    background-color:#1a3668;
}
.feature-box-1{
    text-align:center;
}

.feature-box-1 i{
    font-size: 3rem;
    color: #eb484b;
}
.clr-para{
    color:var(--grey);
    text-align:justify;
}
.clr-para ul{
    list-style-type:none;
    padding-left: 0px!important;
}

.clr-para ul li:before{
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    transition: 0.9s;
    color: #ffda3b;
}
.feature-box {
    background: linear-gradient(#eb484b 0 0) no-repeat;
    background-size: 100% 0%;
    transition: .4s;
  }
  
.feature-box:hover.feature-box{
    background-size: 100% 100%;
    transition: .6s;
}

.feature-box:hover.feature-box img{
    transform: scale(1.1);
    transition: 0.7s;
}
.feature-box:hover.feature-box a{
    color: white;
    transition: 0.9s;
}

.project-img img{
    background-image: url('../img/bg-img.jpg');
    background-repeat: no-repeat; background-size: cover;
}

.wrapper-products{
    position: relative;
    overflow: hidden;
}


.about-p-tag p{
    padding:1rem 1rem 0 1rem;
}


.heading_container {
    margin-bottom: 20px;
  }

  .box {
    position: relative;
    padding: 15px;
    transition: all .3s;
    overflow: hidden;

 }
 
 .img-box {
      display: flex;
      justify-content: center;
      align-items: center;
     
}

     .img-box img {
        transition: all .3s;
      }
    

    .box:hover img {
	 transform: scale(1.1);
   }


 .box:hover .option_container {
	 opacity: 1;
	 visibility: visible;
	 transform: translateY(0);
}
 


 .detail-box {
     background-color: var(--secondary);
      text-align: center;
      padding: .5rem 0;
      height: 100%;
}
   

      .detail-box p {
         font-size: 1.10rem;
        margin-top: 10px;
        color: white;
        font-weight: 700;
        font-family: system-ui;
      }
    
  .option_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255 255 255 / 60%);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
    transform: translateY(100%);
  }

  .options {
    display: flex;
    flex-direction: column;
    align-items: center;
}

   .options a {
      display: inline-block;
      padding: 8px 15px;
      border-radius: 30px;
      width: 165px;
      text-align: center;
      transition: all .3s;
      margin: 5px 0;
      font-weight: bold;
    }

    .option1 {
      background-color: var(--primary);
      border: 1px solid var(--primary);
      color: #fff;
      }
      
      .option1:hover {
        background-color: transparent;
        color:var(--primary);
        background-color: #fff;
      
    }

    .option2 {
      background-color: black;
      border: 1px solid black;
      color: white;
      }
      .option2:hover {
        background-color: transparent;
        color: black;
      
    }

  

  .btn-box {
    display: flex;
    justify-content: center;
    margin-top: 45px;

  }

:root {
    --primary: #3597cf;
    --secondary: #1a3668;
    --tertiary: #555555;
    --light: #DFE4FD;
    --dark: #011A41;
    --animation-curve: cubic-bezier(0.12, 0.7, 0.74, 0.71);
    --grey:#c3c1c1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.carousel-item{
    position: relative;
}

.carousel-caption{
    position: absolute;
    top: 20%;
    /* left: -28%; */
    text-align: left;
    width: 36%;
}

.carousel-caption h5{
        color: #eb484b;
        font-size: 2.5rem;
}
.carousel-caption p{
    font-size: 1rem;
    color:#555;
}

.carousel-control-prev, .carousel-control-next{
    width:8% !important;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}


/*** 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 {
    transition: .5s;
    font-weight: 500;
}

.btn-1-color{
    padding: 0.5rem 1rem;
    background-color: var(--primary);
    color: white;
    font-weight: 400;
    display: inline-block;
    animation: float-right 3s ease-in-out infinite;
}


.btn-2-color{
    padding: 0.5rem 1rem;
    background-color: var(--secondary);
    color: white;
    font-weight: 400;
    display: inline-block;
    animation: float-left 3s ease-in-out infinite;
}

.left-dir{
    float: left;
}

.right-dir{
    float: right;
}

@keyframes float-right {
  0% {
    transform: translatex(0px);
  }
  30% {
    transform: translatex(-10px);
  }
  70% {
    transform: translatex(10px);
  }
   100% {
    transform: translatex(0px);
  }
  
}


@keyframes float-left {
  0% {
    transform: translatex(0px);
  }
  30% {
    transform: translatex(10px);
  }
  70% {
    transform: translatex(-10px);
  }
   100% {
    transform: translatex(0px);
  }
  
}

.border-rad{
    border-radius: 20px;
}

/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgba(53, 94, 252, .07);
}



/*** Header ***/

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(0, 0, 0, 0.8);
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}


#header .logo a span {
  color: #ffc451;
}

.logo-meet{
    width: 50%;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    padding:15px 15px;
    color: var(--tertiary);
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {

    body {
        margin-top: 6rem;
    }
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #FFFFFF;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


.carousel-by-meet{
    position: relative;
}

.page-header {
    /*  */
    background: linear-gradient(#9393933d, #9393933d),url(../img/bg-top.jpeg) no-repeat;
    background-size: cover;
    background-position: left;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 600;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--tertiary);
}


/*** Facts ***/
.facts {
    background: linear-gradient(#ef5350f0, #ef5350f0), url(../img/bg.png);
    background-attachment:fixed;
}


/*** Callback ***/



/*** Feature ***/


/*** Service ***/
.service .nav .nav-link {
    transition: .5s;
}

.service .nav .nav-link.active {
    border-color: var(--primary) !important;
    background: var(--primary);
}

.service .nav .nav-link.active h5 {
    color: #FFFFFF !important;
}

.service .nav .nav-link.active h5 i {
    color: #FFFFFF !important;
}

/*home-about*/
.home-about-content{
    text-align: justify;
    font-family: system-ui;
}
.heading-c{
    text-align: left!important;
    font-size: 2rem;
    color: #3597cf;
    font-weight:bold;
    font-family:system-ui;
    
}

.heading-ch{
    text-align: left!important;
    font-size: 1.3rem;
    color: #fff;
    font-weight:bold;
    font-family:system-ui;
}

.iframe-edit iframe{
    border: 10px solid white;
}

@media only screen and (max-width: 960px) {
    .btn-1-color{
   
    animation: none;
}


.btn-2-color{
    animation:none;
}

.left-dir{
    float: none;
}

.right-dir{
    float: none;
}

.btn-about{
    text-align:center;
}
}

/*** Project ***/
.project-item,
.project-item .project-img {
    position: relative;
}

.project-item .project-img a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover .project-img a {
    opacity: 1;
}

.project-item .project-title {
    position: absolute;
    top: 3rem;
    right: 0;
    bottom: 0;
    left: 3rem;
    border: 1px solid ;
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    padding: 12px;
    z-index: -1;
    transition: .5s;
}

.project-item:hover .project-title {
    background: var(--primary);
    border-color: var(--primary);
}

.project-item .project-title h4 {
    transition: .5s;
}

.project-item:hover .project-title h4 {
    color: #FFFFFF;
}

.project-carousel .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Team ***/
.team-item {
    position: relative;
    padding: 4rem 0;
}

.team-item img {
    position: relative;
    z-index: 2;
}

.team-item .team-text {
    position: absolute;
    top: 0;
    right: 3rem;
    bottom: 0;
    left: 3rem;
    padding: 15px;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    z-index: 1;
}

.team-item:hover .team-text {
    background: var(--primary);
    border-color: var(--primary);
}

.team-item .team-text h4 {
    transition: .5s;
}

.team-item:hover .team-text h4 {
    color: #FFFFFF;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}

.team-item:hover .team-social .btn {
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .item {
  box-sizing: content-box;
  background: var(--secondary);
  border-radius: 30px;
  padding-bottom : 1rem;
}

.testimonials .item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid rgba(255, 255, 255, 0.2);
}

.testimonials .item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: white;
}

.testimonials .item h4 {
  font-size: 14px;
  color: #fff;
  margin: 0 0 0 45px;
}

.testimonials .item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #fff;
  font-size: 26px;
}

.testimonials .item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .item p:nth-child(1) {
  font-style: italic;
  padding: 20px 20px 50px 20px;
  font-size: 0.9rem;
  color: var(--grey);
  text-align:justify;
}


.testimonials .item p:nth-child(2) {
  font-style: italic;
  font-size: 1.1rem;
  color: #fff;
  margin-left: 2rem;

}



.testimonials-slider i{
    font-size:25px;
    color:#fff ;
}


/*** Footer ***/
.footer-bg{
    background-color: #70b5dd7d;
    color:#000;
}

.footer .logo-meet{
    padding:0.2rem;
    border-radius:8px;
    background:#fff;
}

.footer.footer-bg p{
    color: black;
}

.footer.footer-bg p a{
    color: black;
    display: flex;
    align-items: baseline;
    word-break: break-all;
}


.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #000;
    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 {
    text-decoration: underline;
    box-shadow: none;
}

.copyright {
    color: var(--light);
}

.copyright a {
    color: var(--light);
}

.copyright a:hover {
    color: var(--primary);
}

/* new */

.page-section{
    background:transparent;
  
  }
  .timeline {
    position: relative;
    padding: 0;
    list-style: none;
  }
  .timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    content: "";
    background-color: #e9ecef;
  }
  .timeline > li {
    position: relative;
    min-height: 50px;
    margin-bottom: 50px;
  }
  .timeline > li:after, .timeline > li:before {
    display: table;
    content: " ";
  }
  .timeline > li:after {
    clear: both;
  }
  .timeline > li .timeline-panel {
    position: relative;
    float: right;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
  }
  .timeline > li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }
  .timeline > li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
  .timeline > li .timeline-image {
    position: absolute;
    z-index: 100;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    text-align: center;
    color: white;
    border: 7px solid #e9ecef;
    border-radius: 100%;
    padding: 1rem;
    overflow: hidden;
}


.timeline-image-color-1{    
    background-color: #ec3237;
  }

.timeline-image-color-2{
    background-color: #028e4f;
}

.timeline-image-color-3{    
    background-color: #0180b7;
  }  

.timeline-image-color-4{    
    background-color: #a9cf46;
  }

.timeline-heading-1 h4{
    color: #ec3237 !important;
}  

.timeline-heading-2 h4{
    color: #028e4f !important;
}

.timeline-heading-3 h4{
    color: #0180b7 !important;
}

  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 10px;
    line-height: 14px;
    margin-top: 12px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
  }
  .timeline > li.timeline-inverted > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }
  .timeline > li.timeline-inverted > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
  
  .timeline .timeline-heading h4, .timeline .timeline-heading .h4 {
    margin-top: 0;
    color: inherit;
  }
  .timeline .timeline-heading h4.subheading, .timeline .timeline-heading .subheading.h4 {
    text-transform: none;
  }
  .timeline .timeline-body > ul,
  .timeline .timeline-body > p {
    margin-bottom: 0;
  }

  @media only screen and (min-width: 768px) and (max-width: 1199px){
    .timeline:before {
        left: 49%;
      }
  }

  
  @media (min-width: 767px) {
    .timeline:before {
      left: 50%;
    }
    .timeline > li {
      min-height: 100px;
     
    }
    .timeline > li .timeline-panel {
      float: left;
      width: 41%;
      padding: 0 20px 20px 30px;
      text-align: right;
    }
    .timeline > li .timeline-image {
      left: 50%;
      width: 100px;
      height: 100px;
      margin-left: -50px;
    }
    .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
      font-size: 13px;
      line-height: 18px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
      float: right;
      padding: 0 30px 20px 20px;
      text-align: left;
    }
  }
  @media (min-width: 992px) {
    .timeline > li {
      min-height: 150px;
    }
    .timeline > li .timeline-panel {
      padding: 0 20px 20px;
    }
    .timeline > li .timeline-image {
      width: 150px;
      height: 150px;
      margin-left: -75px;
    }
    .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
      font-size: 18px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
      padding: 0 20px 20px;
    }
  }
  @media (min-width: 1200px) {
    .timeline > li {
      min-height: 170px;
    }
    .timeline > li .timeline-panel {
        padding: 20px 50px 20px 100px;
    }
    .timeline > li .timeline-image {
      width: 170px;
      height: 170px;
      margin-left: -85px;
    }
    
    .timeline > li.timeline-inverted > .timeline-panel {
        padding: 50px 20px 20px 50px;
    }
  }

  /*  */
.side-write{
    height: 100%;
}

.side-write-1{
    background-color: #17975d;
    color: white; font-size: 17px;

}

.side-write-2{
    background-color: #0080b6;
    color: white;
    font-size: 17px;

}

.vision-mis{
    display: flex;
    width: 100%;
    align-items: center;
}


.inner-vision-mis-img{
    width: 30%;
}

.inner-vision-mis{
    width: 70%;
    padding: 1rem;
}

@media (max-width:767px){
    .padding-1haf-up-down{
        padding: 2rem 0;
    }
}

.wrapper-about-page{
    position: relative;
    overflow: hidden;
}

.wrapper-about-page-2{
    position: relative;
    overflow: hidden;
}


/* contact */
.contact-box{
    height: 100%; border-radius: 12px; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-box i{
    font-size: 2rem;
    padding: 1rem;
    color: #fff;
    
}

.contact-box h4{
    color: white;
}

.contact-box div a{
    font-size: 1.1rem;
    color: #fff;
    padding: 1rem;
}

.contact-head{
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
}
.container-inner-meet .card{
    padding: 1rem;
    overflow: hidden;
}
.container-meet{
    position: relative;
    height:100px ;
    width: auto;
}

.container-meet h4{
    text-align: center;
}

.container-inner-meet .card::before{
    content:"";
    position:absolute;
    top:-50%;
    left: 0%;
    width:100%;
    height:100%;
    background:linear-gradient(#d5e6d4,#d5e6d4);
    transform:skewY(345deg);
    transition:0.5s;
  }
  .container-inner-meet .card:hover::before{
    top:-70%;
    transform:skewY(390deg);
  }

  .container-inner-meet .img-container{
    z-index: 1;
  }

.card{
    position: relative;
}

.card .link-for{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.get-touch{
    border:none;
}

.icon-call{
    font-size: 4rem;
    margin-right: 1rem;
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  30% {
    transform: translatey(-10px);
  }
  70% {
    transform: translatey(10px);
  }
   100% {
    transform: translatey(0px);
  }
  
}

.emer{
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--primary);
    font-family: system-ui;
}

.get-touch-prod{
    background-color: #5a7696;
    color: white;
    border:none;
    
}

.container-outer-prod{
    position: relative;
    overflow: hidden;
}

.contact-wrapper{
    position:relative;
    overflow:hidden;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
left: -80px !important;
}

.meet-business{
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    background: linear-gradient(#ffffffd4, #ffffff40 , #ffffff40 ), url(../img/bg-top.jpeg);
    background-attachment: fixed;
    padding: 0.5rem;
    border-radius: 14px;
    border: 1px solid lightgrey;
    height:100%;
}



/**********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: 40px;
  width: 40px;
  border-radius: 50%;
  position: relative;
  z-index: 5;
  border:none !important;
}

.circle3,.circle4 {
  height: 40px;
  width: 40px;
  bottom: 0px;
  border-radius: 50%;
  /*background-color: green;*/
  position: absolute;
  animation: scaling1 2s var(--animation-curve) infinite;
  z-index: 4;
}

@keyframes scaling1 {
  0% {
    transform: scale(1);
    background-color: var(--primary);
  }
  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;
}
.wrapper-circle{
        overflow: hidden;
    position:relative;
}

.wrapper-circle .circle:after {
    content: '';
    position: absolute;
    right: -20%;
    bottom: -20%;
    width: 550px;
    height: 499px;
    background: #70b5dd7d;
    border-radius: 50%;
    z-index: -1;
    filter:blur(100px);
}

.wrapper-circle .circle:before {
    content: '';
    position: absolute;
    left: -18%;
    top: -10%;
    width: 550px;
    height: 499px;
    background: #70b5dd7d;
    border-radius: 50%;
    z-index: -1;
    filter:blur(100px);
}

.contact-box{
    background: linear-gradient( #3597cfe3 , #3597cfe3 ), url(../img/bg.png);
    background-attachment: fixed;
}

.table td {
    border:1px solid lightgrey;
}