/********** Template CSS **********/
body{
    margin-top:7.8rem;
    overflow-x:hidden
}

.padding-1{
    padding: 1rem;
}

.padding-2{
    padding: 2rem;
}

.padding-1-up{
    padding-top: 2rem ;
}

.padding-1haf-up-down{
    padding: 0rem 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-2-up-down
{
    margin: 0rem 0;
   
}

.carousel-caption p{
    color:black;
}


.txt-dis{
    color: #790f79;
    font-size: 2rem;
}

.bg-meet{
    background-color:#05690a;
    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);
}

.logo-meet{
    height: 72px;
    width: 113px;
}

.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;
}


.wrapper-about .circles:before {
            content: '';
            position: absolute;
            left: -22%;
            top: -10%;
            width: 550px;
            height: 499px;
            background: rgb(213, 230, 212);
            border-radius: 50%;
            z-index: -1;
        }
.wrapper-about .circles:after {
            content: '';
            position: absolute;
            right: -24%;
            bottom: 42%;
            width: 550px;
            height: 499px;
            background:rgb(213, 230, 212);
            border-radius: 50%;
            z-index: -1;
        }
 
.page-section .circles:before {
    content: '';
    position: absolute;
    left: -15%;
    top: 61%;
    width: 550px;
    height: 699px;
    background: rgb(213, 230, 212);
    border-radius: 50%;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .wrapper-about .circles:before 
    {
        left: -12%;
        top: -7%;
        width: 374px;
        height: 400px;
    }
    .wrapper-about .circles:after
    {
        content: '';
        right: -30%;
        bottom: 38%;
        width: 550px;
        height: 499px;
    }
    .page-section .circles:before
    {
        left: -15%;
        top: 61%;
        width: 550px;
        height: 699px;
    }
} 
         
@media only screen and (min-width: 580px) and (max-width: 767px)
{
    .wrapper-about .circles:after
    {
        content: '';
        right: -42%;
        bottom: -1%;
        width: 550px;
        height: 499px;
    }
     .page-section .circles:before
    {
        display: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 580px) 
{
    .wrapper-about .circles:before 
    {
        left: -57%;
        top: -5%;
        width: 474px;
        height: 599px;
    }
    .wrapper-about .circles:after
    {
        right: -111%;
        bottom: -6%;
    }
    .page-section .circles:before 
    {
        display: none;
    }
}

.carousel-by-meet{
    background-color: #94bee5d6;
}

.wrapper-mission{
    background: linear-gradient(#94bee5d6 , #94bee5d6 ), url(../img/bg.png);
    background-attachment:fixed;
}

.wrapper-mission .inner-mission{
    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{
    width:70%; 
}

.wrapper-mission .inner-mission .mission-2{
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
} 

@media only screen and (max-width: 580px){
    .wrapper-mission .inner-mission{
        padding: 2rem 3rem;
        display:block;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .wrapper-mission .inner-mission .mission-1{
        width:100%; 
    }
}   

.wrapper-feature{
    background: linear-gradient(#fff, #ffffffac , #fff ), url(../img/bg-feature.jpeg);
    overflow: hidden;
}

.feature-box {
    background: linear-gradient(#05690a 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;
}

.wrapper-products .circles:before {
    content: '';
    position: absolute;
    left: -25%;
    top: -10%;
    width: 550px;
    height: 499px;
    background: rgb(213, 230, 212);
    border-radius: 50%;
    z-index: -1;
}
.wrapper-products .circles:after {
    content: '';
    position: absolute;
    right: -25%;
    bottom: 0%;
    width: 550px;
    height: 499px;
    background:rgb(213, 230, 212);
    border-radius: 50%;
    z-index: -1;
}

  @media only screen and (min-width: 768px) and (max-width: 991px)
  {
    .wrapper-products .circles:before
    {
        left: -25%;
        top: -16%;
        
    }    
    
    .wrapper-products .circles:after
    {
        right: -38%;
        bottom: -1%;
    }
  }
  
@media only screen and (min-width: 320px) and (max-width: 580px)
{
    .wrapper-products .circles:before
    {
        left: -20%;
        top: -31%;
        
    }    
    
    .wrapper-products .circles:after
    {
        right: 24%;
    }
}


.footer-bg{
    background-color: #05690a;
}

.footer-bg p a{
    color: white;
}


.about-p-tag p{
    padding:0rem 0rem 0 0rem;
}


:root {
    --primary: #05690a;
    --secondary: #E93C05;
    --tertiary: #555555;
    --light: #DFE4FD;
    --dark: #011A41;
}

.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: #05690a;
        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-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.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 ***/
.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;
}

#header .logo img {
  max-height: 60px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: var(--primary);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 12px;
  text-transform: none;
  color: #151515;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  background-color: #ffc451;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.2s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #151515;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #151515;
  background-color: #ffc451;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
  color: #151515;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  background-color: #ffc451;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


.carousel-by-meet{
    position: relative;
}

.carousel-inner {
    border-radius: 0 0 200px 0;
}


.page-header {
    /*  */
    background: url(../img/header.jpeg)  no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--tertiary);
}


/*** Facts ***/
.facts {
    background: linear-gradient(#0b83cf, #0b83cf), 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;
}


/*** 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);
}


/*** Testimonial ***/
.testimonial-item {
    position: relative;
    text-align: center;
    padding-top: 30px;
}

.testimonial-item .testimonial-text {
    position: relative;
    text-align: center;
}

.testimonial-item .testimonial-text .btn-square {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-item .testimonial-text::before {
    position: absolute;
    content: "";
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: var(--light) transparent transparent transparent;
}

.testimonial-item .testimonial-text::after {
    position: absolute;
    content: "";
    bottom: -59px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: #FFFFFF transparent transparent transparent;
}

.testimonial-carousel .owl-item img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--light);
    border-radius: 30px;
    transition: .5s;
}

.testimonial-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 13px;
    height: 29px;
    /* top: 6px; */
    left: 8px;
    border-radius: 16px;
    background: var(--light);
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    border-color: var(--primary);
}

.testimonial-carousel .owl-dot.active::after {
    background: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    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);
    background: #000B1C;
}

.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: #05690a;
  }  

.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: #05690a !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;
}

.wrapper-about-page .circle:before {
    content: '';
    position: absolute;
    left: -18%;
    top: -10%;
    width: 550px;
    height: 499px;
    background: rgb(213, 230, 212);
    border-radius: 50%;
    z-index: -1;
}
.wrapper-about-page .circle:after {
    content: '';
    position: absolute;
    right: -20%;
    bottom: -20%;
    width: 550px;
    height: 499px;
    background:rgb(213, 230, 212);
    border-radius: 50%;
    z-index: -1;
}


 @media only screen and (min-width: 768px) and (max-width: 991px)
 {
    .wrapper-about-page .circle:before 
    {
        left: -33%;
        top: -10%;
    }
    .wrapper-about-page .circle:after 
    {
        right: -38%;
        bottom: -16%;
    }
 }
 
 @media only screen and (min-width: 320px) and (max-width: 580px) 
 {
     .wrapper-about-page .circle:before
     {
        left: -114%;
        top: -3%;
     }
     .wrapper-about-page .circle:after
     {
        right: -109%;
        bottom: -1%;
     }
 }

.wrapper-about-page-2 .circle:before {
    content: '';
    position: absolute;
    left: -18%;
    top: -10%;
    width: 550px;
    height: 499px;
    background: rgb(213, 230, 212);
    border-radius: 50%;
    z-index: -1;
}
.wrapper-about-page-2 .circle:after {
    content: '';
    position: absolute;
    right: -20%;
    bottom: -5%;
    width: 550px;
    height: 499px;
    background:rgb(213, 230, 212);
    border-radius: 50%;
    z-index: -1;
}

 @media only screen and (min-width: 768px) and (max-width: 991px)
{
    .wrapper-about-page-2 .circle:before
    {
        left: -37%;
    }
    
    .wrapper-about-page-2 .circle:after 
    {
        right: -43%;
    }
}

 @media only screen and (min-width: 320px) and (max-width: 580px)
{
    .wrapper-about-page-2 .circle:before 
    {
        left: -100%;
        top: -1%;
    }
    
    .wrapper-about-page-2 .circle:after 
    {
        right: -100%;
        bottom: 26%;
    }
}

/* contact */
.contact-box{
    height: 100%; border-radius: 12px; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-box-1{
    background: linear-gradient(#008e4ed9, #008e4ed9), url(../img/bg.png);
    background-attachment:fixed;
}

.contact-box-2{
    background: linear-gradient(#ef5350f0, #ef5350f0), url(../img/bg.png);
    background-attachment:fixed;
}

.contact-box-3{
    background: linear-gradient(#1285b7cf, #1285b7cf), url(../img/bg.png);
    word-break: break-all; background-attachment:fixed;
}

.contact-box i{
    font-size: 2rem;
    padding: 1rem;
    color: #fff ;
    
}

.contact-box h4{
    color: white;
}

.contact-box div a{
    font-size: 1.1rem;
    color: #DFE4FD;
    padding: 1rem;
}

.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;
}

.get-touch-prod{
    background-color: #5a7696;
    color: white;
    border:none;
    
}

.container-outer-prod{
    position: relative;
    overflow: hidden;
}

.container-outer-prod .circle-2:before {
    content: '';
    position: absolute;
    left: -18%;
    top: -23%;
    width: 600px;
    height: 600px;
    background: rgb(213, 230, 212);
    border-radius: 50%;
    z-index: -1;
}

.container-outer-prod .circle-2:after {
    content: '';
    position: absolute;
    right: -16%;
    bottom: -5%;
    width: 500px;
    height: 500px;
    background: rgb(213, 230, 212);
    border-radius: 50%;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .container-outer-prod .circle-2:before 
    {
        left: -37%;
        top: -13%;
    }
    
    .container-outer-prod .circle-2:after 
    {
        right: -28%;
        bottom: -10%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 580px) 
{
    .container-outer-prod .circle-2:before 
    {
        left: -122%;
        top: -3%;
    }
    
    .container-outer-prod .circle-2:after 
    {
        right: -86%;
        bottom: 0%;
    }
}

.contact-wrapper{
    position:relative;
    overflow:hidden;
}

.contact-wrapper .circles:before {
    content: '';
    position: absolute;
    left: -25%;
    top: 49%;
    transform: translateY(-51%);
    width: 550px;
    height: 499px;
    background: rgb(213, 230, 212);
    border-radius: 50%;
    z-index: -1;
}
.contact-wrapper .circles:after {
    content: '';
    position: absolute;
    right: -25%;
    top: 49%;
    transform: translateY(-51%);
    width: 550px;
    height: 499px;
    background:rgb(213, 230, 212);
    border-radius: 50%;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .contact-wrapper .circles:before 
    {
        top: 49%;
    transform: translateY(-51%);
    }  
    
    .contact-wrapper .circles:after 
    {
        top: 49%;
    transform: translateY(-51%);
    } 
}

@media only screen and (min-width: 580px) and (max-width: 767px)
{
 .contact-wrapper .circles:before 
    {
        left: 50%;
        transform: translateX(-50%);
        top: -24%;
    }  
    .contact-wrapper .circles:after 
    {
        left: 50%;
        transform: translateX(-50%);
        top: 80%;
    }    
}

@media only screen and (min-width: 320px) and (max-width: 580px) 
{
   .contact-wrapper .circles:before 
    {
        left: 50%;
        transform: translateX(-50%);
        top: -24%;
    }  
    
    .contact-wrapper .circles:after 
    {
        left: 50%;
        transform: translateX(-50%);
        top: 80%;
    }
}
.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, #ffffff8a , #ffffffd4 ), url(../img/bg-feature.jpeg);
    background-attachment: fixed;
    padding: 0.5rem;
    border-radius: 14px;
    border: 1px solid lightgrey;
    height:100%;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: var(--primary);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 12px;
  text-transform: none;
  color: #151515;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  background-color: #ffc451;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    right: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.2s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #151515;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #151515;
  background-color: #ffc451;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
  color: #151515;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  background-color: #ffc451;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


.carousel-by-meet{
    position: relative;
}

.carousel-inner {
    border-radius: 0 0 200px 0;
}


.page-header {
    /*  */
    background: url(../img/header.jpeg)  no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--tertiary);
}


/*** Features ***/
.feature {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/feature.jpg) left center no-repeat;
    background-size: cover;
}

.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}

.experience .progress {
    height: 5px;
}

.experience .progress .progress-bar {
    width: 0px;
    transition: 3s;
}

.experience .nav-pills .nav-link {
    color: var(--dark);
}

.experience .nav-pills .nav-link.active {
    color: #FFFFFF;
}

.experience .tab-content hr {
    width: 30px;
}




/*** Testimonial ***/
.testimonial {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/testimonial.jpg) left center no-repeat;
    background-size: cover;
}

.testimonial-item img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 60px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-left: 15px;
    color: var(--bs-primary);
    font-size: 30px;
    line-height: 0;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-dark);
}



/*** Service ***/
.container-service {
    position: relative;
}

.container-service::before {
    position: absolute;
    content: '';
    background: var(--bs-light);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 0 70%);
    z-index: -1;
}

.service-item {
    position: relative;
    height: 100%;
    padding: 45px 30px;
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.service-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition: .5s;
    background: var(--bs-primary);
}

.service-item:hover::before {
    height: 100%;
    top: 0;
}

.service-item * {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.service-item:hover h5,
.service-item:hover p {
    color: var(--bs-white);
}

.service-item:hover .icon-box-primary::before {
    background: var(--bs-dark);
}

.service-item:hover .icon-box-primary i {
    color: var(--bs-white) !important;
}



.pro-view {
	float: left;
}
.pro-view img {
	width: 300px;
    border: 6px solid #02a4cc;
    margin: 0 2rem 0.5rem 0;
}

 @media only screen and (max-width: 991px) {
     
     .pro-view img {
         width: 300px;
     }
 }

 @media only screen and (max-width: 767px) {
     
     .pro-view img {
         width: initial;
         margin: 0 0 2rem;
     }
     
 }
.section-entry {
    padding: 3rem 0 3rem;
}


.meet-business{
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    background-color: #02a4cc;
    background-attachment: fixed;
    padding: 0.5rem;
    border-radius: 14px;
    border: 1px solid lightgrey;
    height:100%;
}




.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: 200px;
  width: 70px;
  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;
    }
   
}


