@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
*,
::after,
::before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body { 
  font-family: 'Open Sans', sans-serif;
}

.bg-oreng {
    background-color: #2A8403;
}

.bg-light-sky {
    background-color: #F3F4FF;
}

.bg-light-cream {
    background-color: #FFEEEE;
}

.text-oreng {
    color: #1f8403;
}

.border-oreng {
     border: 1px solid #387dff !important;
}
.border-white {
     border: 1px solid #fff !important;
}
section.menu_bar.bg-white{
    box-shadow: 1px 2px 20px #8d8d8d9c;
    background: #fff;
    margin-bottom: 0px;
}

.top_headers .main_box ul li i {
    padding-right: 10px;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, 0.5);
}
.menu_bar .btn {
    padding: 6px 25px;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    box-shadow: none;
    border-radius: 0.25rem !important;
}
section.menu_bar.bg-white ul li a {
    color: #222;
}

.slider_bar {
        position: relative;
        background-image: url('../img/Group_2203.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;  
    }
.slider_bar .carousel-item:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #051c33;
z-index: -1;}
.slider_bar .carousel-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.slider_bar .carousel-caption .sliders_contents {
    top: 0;
}
    .sliders_contents {
      position: relative;
      top: -11rem;
    }
    .sliders_contents h2 {
      font-size: 3rem;
      margin-bottom: 25px;
  }
    .sliders_contents h6 {
      font-size: 1.5rem;
  }
    .jaya_img img {
        width: 350px !important;
        height: 350px !important;
        object-fit: cover;
    }
    .btn {
        background-image: url('../img/Button_Wave_bg_img.svg');
        background-position: 0 0;
        background-size: cover;
        background-repeat: no-repeat; 
        background-color: #1f8403;
        box-shadow: none !important; 
        padding: 10px 25px
    }
    .btn:hover {
        background-color: #FFB400;
    }
/* HERO SECTION END HERE  */
 

.home-our-services ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
section.home-our-services {
    padding: 50px 0 50px;
}
.home-our-services.milestones_sec {
    padding-top: 0px;
}

.home-our-services ul li {
    flex-basis: 23.5%;
    margin: 3rem 0 0;
    
        position: relative;
    text-align: center;
    background-color: #0b1d33;
    color: #9b9b9b;
    position: relative;
    padding: 20px;
    border-radius: 15px;
}
.home-our-services.key_sec ul li {
    flex-basis: 23.5%;
    margin: 2rem 0 0;
    position: relative;
    text-align: center;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgb(0 0 0 / 15%);
    border-radius: 0.25rem;
    padding: 20px;

    box-shadow: 1px 2px 20px #8d8d8d61;
}
.home-our-services.key_sec ul li h3 {
    color: #051c33;
    font-size: 19px;
    font-weight: 700;
}
.number-sec {
    padding: 50px 0px;
    background: #F3F4FF;
    border-top: 1px solid #d6d6d6;
}
.number-sec .counter h2 {
    color: #ffffff;
}
.number-sec .counter h5 {
    color: #fff;
}
.number-sec .counter {
    background: #051c33;
}
.home-our-services.key_sec ul li a {
    text-decoration: none;
}
.home-our-services.key_sec ul li p {
    color: #3f3f3f;
}
.number-sec .counter {
    padding: 40px 20px !important;
}

.number-sec .counter h5 {
    font-size: 17px !important;
}

.home-our-services h3 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 20px;
    margin-top: 10px;
}
.why_area_maine p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
 
.home-our-services ul li p {
    margin-bottom: 0;
}

.list_area {
  position: relative;
}
.list_area .numbers h6 {
  position: absolute;
    text-align: center;
    left: 0;
    right: 46px;
    top: 0;
    margin: auto;
    background: #4aa965;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    display: grid;
    align-items: center;
    color: #fff;
}

.pt-45 {
    padding-top: 45px;
}
.blog-card {
    margin-bottom: 30px;
    background-color: hsl(0deg 0% 100%);
    border-radius: 15px;
}

.blog-card .blog-img {
    position: relative;
    z-index: 1;
}
.blog-card .blog-img a {
    display: block;
}
.blog-card .blog-img a img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.blog-card .blog-img .blog-user {
    position: absolute;
    z-index: 1;
    top: 25px;
    left: 20px;
    background-color: #fff;
    padding: 7px 15px 7px 10px;
    display: inline-block;
    border-radius: 50px;
}
.blog-card .blog-img .blog-tag-btn {
    position: absolute;
    display: inline-block;
    right: 30px;
    bottom: -15px;
    padding: 7px 20px 4px;
    border-radius: 50px;
    font-size: 14px;
    color: #fff;
    transition: 0.5s;
}
.blog-card .blog-img .blog-user .blog-user-option img {
    border-radius: 50%;
    margin-right: 10px;
    width: 30px !important;
    height: 30px !important;
}

.blog-card .content {
    padding: 30px 20px 25px;
  text-align: start;
}
.blog-card .content h5 {
    margin-bottom: 10px;
}
.blog-card .content h5 a {
    color: #000000; 
    transition:  0.5s;
}
img {
    max-width: 100%;
}
.blog-card .content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.blog-card .content ul li {
    display: inline-block;
    color: #666666;
    margin-right: 10px;
    font-size: 15px;
}

.about_page {
    position: relative;
    background-image: url(../img/Purple_Background_Decoration_Transparent_PNG_Clip_Art_Image.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5rem 0;
}
.about_page.Clients_section {
    position: relative;
    background-image: url(../images/client_bg_shape_img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0rem 0;
}

/* about section start here */

.upcoming_events {
    padding: 4rem 0;
}
.main_box_upcoming {
    border-radius: 12px;
    position: relative;
}
.upcomings_img_box img {
    object-fit: contain;
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    width: 100px !important;
}
.upcomings_img_box .dates__1 {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: #387dff;
    border-radius: 5px;
}

/* subscribe section start here */
.subscribes{
    padding: 4rem 0;
}
.subscribes {
    position: relative;
    background-image: url('../../assets/images/bg_img.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    padding: 8rem 0; 
    border-radius: 12px;
}
.number-sec h2.h2.font-weight-bold {
    text-align: center;
}
 .address_heading a span.text-oreng, .copy_right.text-center h6 a.text-color {
    color: #df7f04;
}

.heading_subs {
    position: relative;
}
.subscribes::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #0417219d;
  z-index: 0;
  border-radius: 12px;
}
/* subscribe section end here */

/* footer section start here */
.bottom_footers {
    background-color: #041721;
    padding: 3rem 0;
}
.seemore_1.text-center.active {
    display: none;
}
.item_team.text-center.active {
    display: none;
}
/* footer section end here */

/* gallery css */
.m-p-g {
    max-width: 100%;
    margin: 0 auto;
  }
  .m-p-g__thumbs-img {
    margin: 0;
    float: left;
    vertical-align: bottom;
    cursor: pointer;
    z-index: 1;
    position: relative;
    opacity: 0;
    filter: brightness(100%);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: opacity, transform;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .m-p-g__thumbs-img.active {
    z-index: 50;
  }
  .m-p-g__thumbs-img.layout-completed {
    opacity: 1;
  }
  .m-p-g__thumbs-img.hide {
    opacity: 0;
  }
  .m-p-g__thumbs-img:hover {
    filter: brightness(110%);
  }
  .m-p-g__fullscreen {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0);
    visibility: hidden;
    transition: background 0.25s ease-out, visibility 0.01s 0.5s linear;
    will-change: background, visibility;
    backface-visibility: hidden;
  }
  .m-p-g__fullscreen.active {
    transition: background 0.25s ease-out, visibility 0.01s 0s linear;
    visibility: visible;
    background: rgba(0, 0, 0, 0.95);
  }
  .m-p-g__fullscreen-img {
    pointer-events: none;
    position: absolute;
    transform-origin: left top;
    top: 50%;
    left: 50%;
    max-height: 100vh;
    max-width: 100%;
    visibility: hidden;
    will-change: visibility;
    transition: opacity 0.5s ease-out;
  }
  .m-p-g__fullscreen-img.active {
    visibility: visible;
    opacity: 1 !important;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s ease-out;
  }
  .m-p-g__fullscreen-img.almost-active {
    opacity: 0;
    transform: translate3d(0, 0, 0) !important;
  }
  .m-p-g__controls {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    height: 20vh;
    background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.55) 100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .m-p-g__controls.active {
    opacity: 1;
    visibility: visible;
  }
  .m-p-g__controls-close, .m-p-g__controls-arrow {
    appearance: none;
    border: none;
    background: none;
  }
  .m-p-g__controls-close:focus, .m-p-g__controls-arrow:focus {
    outline: none;
  }
  .m-p-g__controls-arrow {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 20%;
    height: 100vh;
    display: flex;
    align-items: center;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    opacity: 0;
  }
  .m-p-g__controls-arrow:hover {
    opacity: 1;
  }
  .m-p-g__controls-arrow--prev {
    left: 0;
    padding-left: 3vw;
    justify-content: flex-start;
  }
  .m-p-g__controls-arrow--next {
    right: 0;
    padding-right: 3vw;
    justify-content: flex-end;
  }
  .m-p-g__controls-close {
    position: absolute;
    top: 3vh;
    left: 3vw;
    z-index: 5;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .m-p-g__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
    transition: all 0.25s ease-out;
  }
  .m-p-g__btn:hover {
    background: rgba(255, 255, 255, 0.15);
  }
  .m-p-g__alertBox {
    position: fixed;
    z-index: 999;
    max-width: 700px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    padding: 25px;
    border-radius: 3px;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
     
  }
  .m-p-g__alertBox h2 {
    color: red;
  }
  /* DEMO */
 
  .demo-btn {
    display: inline-block;
    margin: 0 2.5px 4vh 2.5px;
    text-decoration: none; 
    padding: 15px;
    line-height: 1;
    min-width: 140px;
    background: rgba(0, 0, 0, 0.07);
    border-radius: 6px;
  }
  .demo-btn:hover {
    background: rgba(0, 0, 0, 0.12);
  }


 .slider_sec {
        position: relative;
    }
    .sliders_contents {
      position: relative;
      top: -11rem;
    }
    .sliders_contents h2 {
      font-size: 4rem;
      margin-bottom: 25px;
  }
    .sliders_contents h6 {
      font-size: 1.5rem;
  }
    .jaya_img img {
        width: 350px !important;
        height: 350px !important;
        object-fit: cover;
    }
   .slider_sec .carousel-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00204082;
}
.slider_sec .carousel-item img {
    height: 740px;
    object-fit: cover;
}
.slider_sec .carousel-item .carousel-caption {
    text-align: left;
    max-width: 700px;
}
   
/* HERO SECTION END HERE  */

.top_service_sec .box_card {
    position: relative;
    width: 100%;
    padding: 65px 15px 15px;
    z-index: 1;
    min-height: 390px;
    background-color: #fff;
    background-clip: border-box;
    border-left: 1px solid rgb(0 0 0 / 15%);
    box-shadow: 1px 2px 20px #8d8d8d61;
}
.top_service_sec .box_card .icon img {
    width: 60px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
}
.top_service_sec .box_card span {
    color: #3d3d3d;
}
.top_service_sec .box_card .icon {
    background-color: #fff;
    border-radius: 50%;
    line-height: 90px;
    width: 90px;
    height: 90px;
    left: 45px;
    position: absolute;
    text-align: center;
    -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 11%);
    -ms-box-shadow: 0 0 30px rgba(0,0,0,.11);
    -o-box-shadow: 0 0 30px rgba(0,0,0,.11);
    box-shadow: 0 0 30px rgb(0 0 0 / 11%);
    top: -45px;
}
.top_service_sec {
    margin-top: -65px;
}
.top_service_sec .box_card .box_info h4 {
    color: #222;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0px 25px;
}
.top_service_sec .box_card .box_info h5 {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    padding-bottom: 10px;
}
.top_service_sec .box_card .box_info h5:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #222;
    top: 5px;
    left: 0;
    border-radius: 100px;
}
.top_service_sec .box_card .box_info h5 {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    padding-bottom: 10px;
    position: relative;
    padding-left: 15px;
}
.top_service_sec .box_card .box_info ul{
  margin: 0px;
}

.top_service_sec .box_card .box_info ul li {
    color: #222;
    list-style: none;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
        padding-left: 20px;
}
.top_service_sec .box_card .box_info ul li:before {
    content: "";
    position: absolute;
    left: 2.6px;
    top: 8px;
    line-height: inherit;
    width: 6px;
    height: 6px;
    background: #31840c;
    border-radius: 100px;
}
.top_service_sec .box_card .box_info ul li:after {
    content: "";
    position: absolute;
    left: -2px;
    top: 4px;
    line-height: inherit;
    width: 15px;
    height: 15px;
    border: 2px solid #31840c;
    border-radius: 100px;
}

.Our_hdakjads .nav.nav-pills .nav-link.active {
    background: #1f8403;
    color: #fff;
}
.Our_hdakjads .nav.nav-pills .nav-link {
    color: #000;
}
.bottom_tabs_sec .card.border h3 {
    font-size: 18px;
    font-weight: 700;
}
.bottom_tabs_sec .card.border {
    box-shadow: 2px 0px 5px 2px #f3f1f1;
    max-width: 700px;
    margin: 0px auto 15px;
    padding: 20px;
}
.join_us_sec h6 {
    max-width: 800px;
    line-height: normal;
    margin: auto;
}


.our_customers_sec {
    padding: 50px 0px;
    background: linear-gradient(180deg, #fff 18%, #293243 18%);
}
div#customersModal .modal-content {
    background: none;
    border: none;
}
div#customersModal .modal-content button.close {
    color: #fff;
    opacity: 1;
    font-size: 30px;
    padding-right: 0px;
}
div#customersModal .modal-dialog {
    max-width: 800px;
    margin: 0px auto;
}

.our_customers_sec .top_outer_sec .content_part {
    background: #fff;
    box-shadow: 0px 4px 13px rgb(0 0 0 / 15%);
    border-radius: 9px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.our_customers_sec .top_outer_sec .video_part img.rounded {
    height: 440px;
    width: 100%;
    object-fit: cover;
}
.our_customers_sec .top_outer_sec .content_part .box_left_part{
    padding: 20px;
}
.our_customers_sec .top_outer_sec .video_part {
    position: relative;
}
.our_customers_sec .top_outer_sec .video_part .customers_btn {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 20px;
    bottom: 20px;
}
.our_customers_sec .top_outer_sec .cs-points p span {
    font-size: 45px;
    font-weight: 700;
    color: #1f8403;
}
.our_customers_sec .top_outer_sec .cs-points h3 {
    font-size: 19px;
    margin:0px;
}
.our_customers_sec .top_outer_sec .cs-points {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.customers_item {
    display: block;
    padding: 50px 0px;
    text-align: center;
}
.customers_item .column .slide-thumbnail {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding-bottom: 5px;
    cursor: pointer;
}
.customers_item .column.active .slide-thumbnail {
    border-bottom: 4px solid #1f8403;
}
.customers_item .column:nth-child(odd) {
    padding-top: 5%;
}
.customers_item .column {
    width: 20%;
    text-align: center;
    max-width: 110px;
    margin: 0 auto 30px;
    position: relative;
}
.customers_item .column .active-img {
    position: absolute;
    width: 125%;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    display: none;
}
.customers_item .column.active .active-img{
   display: block;
}
.customers_item .column:nth-child(odd) .active-img {
   bottom: -19px;
}
.our_customers_sec .top_outer_sec {
    margin-top: 25px;
}
.customers_item .slides p {
    color: #fff;
    font-size: 17px;
    line-height: 32px;
    max-width: 810px;
    margin: auto;
}
.customers_item .slides .row {
    max-width: 600px;
    margin: 50px auto 0px;
    align-items: center;
}
.customers_item .slides .row h6 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.customers_item .slides .row span {
    color: #ccc;
    padding-top: 5px;
    display: inline-block;
}
.customers_item .holder {
    margin-bottom: 40px;
}
.call_now_sec .modal-dialog {
    max-width: 370px;
}
.call_now_sec .modal-dialog ul.list-unstyled {
    justify-content: space-around;
}
.call_now_sec .modal-dialog ul.list-unstyled i {
    margin-right: 10px;
}
.border_box_outer {
    border: 10px solid #1f8403;
}
.rental_section .container, .terrapreneur_section .container, .resources_section .container {
    max-width: 1250px;
}
.rental_section iframe, .terrapreneur_section .zypp_img {
    background: #fff;
    box-shadow: 2px 2px 9px 4px #e2dfdf;
    padding: 10px;
    height: 100%;
}
.terrapreneur_section .border_box_outer, .resources_section .border_box_outer{
    padding: 40px 20px;
}
.footer_logo.text-white p {
    padding-top: 20px;
}
.terrapreneur_section .p-2.border.rounded.bg-white, .rental_section .rental_box_card {
    background: #fff;
    box-shadow: 2px 2px 9px 4px #e2dfdfa6;
    padding: 10px;
}
.rental_section .rental_box_card {
    margin: 10px 0px;
}
.rental_section .border_box_outer {
    padding-bottom: 40px;
}
.rental_section .rental_box_card img {
    margin-bottom: 15px;
}
.slider_bar .carousel-control-next-icon, .slider_bar .carousel-control-prev-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
}
.slider_bar .carousel-control-next, .slider_bar .carousel-control-prev {
    width: 40px;
    padding: 0;
    color: #1f8403;
    opacity: 1;
    background: #1f8403;
    height: 40px;
    border-radius: 100px;
    padding: 10px;
}
.slider_bar .carousel-control-prev {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.slider_bar .carousel-control-next {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.top_btn.text-right button.btn {
    border: 1px solid #fff;
    padding: 7px 25px;
}


.Services_sec figure {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}
.Services_sec figure:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.Services_sec figure:hover img {
  transform: scale(1.25);
}
.Services_sec figure:hover figcaption {
  bottom: 0;
}
.Services_sec figure h1 {
  position: absolute;
  top: 50px;
  left: 20px;
  margin: 0;
  padding: 0;
  color: white;
  font-size: 60px;
  font-weight: 100;
  line-height: 1;
}
.Services_sec figure img {
  height: 100%;
  transition: 0.25s;
}
.Services_sec figure figcaption {
    position: absolute;
    bottom: -45%;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.85);
    box-shadow: 0 0 20px rgb(0 0 0 / 40%);
    color: white;
    line-height: 1;
    transition: 0.25s;
}
.Services_sec figure figcaption h3 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 19px
}
.Services_sec figure figcaption p {
  font-size: 14px;
  line-height: 1.75;
}
.Services_sec figure figcaption button {
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0;
  padding: 10px 30px;
  border: none;
  border-radius: 5px;
  color: white;
  font-size: 14px;
}
.Services_sec figure figcaption .btn{
	color: #222 !important;
	background: #fff;
}
.Services_sec figure figcaption .btn:hover {
    background: #e07d00;
    color: #fff !important;
}
.Services_sec figure img {
    height: 350px !important;
    object-fit: cover;
}
.top_btn.text-right.header_btn button.btn {
    color: #1c8300;
    padding: 7px 25px;
}
.section_part .border.rounded:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    top: 60px;
    transition: .4s;
    background-color: rgba(0, 0, 0, 0.85);
    box-shadow: 0 0 20px rgb(0 0 0 / 40%);
    overflow: hidden;
        opacity: 0;
}
.section_part .border.rounded {
    position: relative;
}

.section_part .col-md-4:hover .border.rounded:before{
    opacity: 1;
    top: 0;
    overflow: auto;
}
.section_part .col-md-4 .border.rounded .content_bottom {
    display: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    transition: .4s;
}
.section_part .col-md-4 .border.rounded .content_bottom h5{
    color: #fff;
}
.section_part .col-md-4:hover .border.rounded .content_bottom{
    display: block;
        transition: .7s;
}

.navbar-expand-lg .navbar-collapse ul.navbar-nav li:hover a.nav-link {
    color: #df7d00;
}

.information_sec .form-group label {
    display: block;
    width: 100%;
    clear: both;
    margin-bottom: 5px;
}
.information_sec .form-group .form-control {
    width: 87%;
    float: left;
    box-shadow: none;
}
.information_sec .form-group {
    margin-bottom: 20px;
}
.information_sec .form-group i {
    background: #1f8403;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    border-radius: 100px;
    text-align: center;
    margin-left: 10px;
    font-size: 13px;
    margin-top: 8px;
}
.information_sec .modal-footer {
    margin: auto;
    width: 100%;
    text-align: center;
    display: block;
}
.information_sec .modal-footer .btn {
    border: none;
}
.Simple_section h2.simple_title {
    width: auto;
    margin: auto;
    max-width: 510px;
    border: 1px solid #1c8300;
    padding: 10px;
}
.Simple_section h2.simple_title span {
    color: #1c8300;
}

.number-sec.full_number_sec {
        position: relative;
        background-image: url('../images/bg_img_1.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; 
            padding: 30px 0px; 
    }
    .number-sec.full_number_sec .counter {
    background: none;
    border: none;
    border-right: 1px solid #fff;
    border-radius: 0px;
        padding: 10px !important;
}
.number-sec.full_number_sec .counter h5 {
    margin: 0px;
    font-weight: 700;
}
.Clients_section .tz-gallery .row {
    align-items: center;
}
.Clients_section .tz-gallery .row .hot_user.p-2:before {
    content: "“";
    position: absolute;
    left: -10px;
    top: -10px;
    right: auto;
    font-weight: 700;
    font-size: 30px;
}
.Clients_section .tz-gallery .row .hot_user.p-2:after {
    content: "“";
    position: absolute;
    left: auto;
    bottom: -10px;
    right: 10px;
    font-weight: 700;
    font-size: 30px;
}
.Clients_section .tz-gallery .row .hot_user.p-2 {
    position: relative;
}
.number-sec.full_number_sec .col-md-6:last-child .counter {
    border: none;
}
.row.services_boxs_card_sec .box_card_serv {
    background: #fff;
    padding: 20px 15px;
}
.number-sec.number-sec.ev_number .counter {
    background: none;
}
.number-sec.number-sec.ev_number .counter {
    background: none;
    border: none;
    padding: 20px !important;
}
.number-sec.number-sec.ev_number .counter h2, .number-sec.number-sec.ev_number .counter h5 {
    color: #222;
}
.number-sec.number-sec.ev_number .counter {
    background: none;
    border: none;
    padding: 20px !important;
}
.number-sec.number-sec.ev_number .counter h5 {
    max-width: max-content;
    margin: auto;
    text-align: center;
    border-bottom: 1px solid #222;
    padding: 10px 0px 7px;
}
.row.services_boxs_card_sec .box_card_serv h5 {
    font-size: 19px;
}
.Clients_section .top_title {
    text-align: center;
    padding-bottom: 10px;
}
.Lighthouse_left_part {
    background: #f8f9fa;
    box-shadow: 2px 2px 9px 4px #e2dfdf;
    padding: 20px;
}
.Strategic_right_part {
    background: #f8f9fa;
    box-shadow: 2px 2px 9px 4px #e2dfdf;
    padding: 20px;
}
.Clients_section .text-center img {
    max-width: 140px;
}
.get_in_touch_info .form-control {
    padding: 12px;
    height: auto !important;
    min-height: auto !important;
    box-shadow: none;
}
.number-sec.ev_number.ev_section_2 .counter h2 {
    color: #e07e01 !important;
}
.number-sec.ev_number.ev_section_2 .counter h5 {
    color: #1c8300;
    border-color: #1c8300 !important;
}

.number-sec.ev_number.ev_section_3 .counter h2 {
    color: #1c8300 !important;
}
.number-sec.ev_number.ev_section_3 .counter h5 {
    color: #e07e01;
    border-color: #e07e01 !important;
}

.number-sec.ev_number.landing_sction_2 .counter h2 {
    color: #e07e01 !important;
}
.number-sec.ev_number.landing_sction_2 .counter h5 {
    color: #1c8300;
    border-color: #1c8300 !important;
}

.number-sec.ev_number.landing_sction_3 .counter h2 {
    color: #1c8300 !important;
}
.number-sec.ev_number.landing_sction_3 .counter h5 {
    color: #e07e01;
    border-color: #e07e01 !important;
}

.Logixmile._section .container {
    text-align: center;
    background-color: #F3F4FF;
    padding: 40px 0px;
    margin-top: 30px;
}
.Logixmile._section .container-fluid {
    max-width: 800px;
    text-align: center;
}
.Logixmile._section .container-fluid h2 {
    color: #222;
    margin-bottom: 20px;
}
.Logixmile._section .container-fluid p {
    color: #222;
}

div#baguetteBox-overlay {
    display: none;
}