/********** Template CSS **********/
:root {
    --primary: #00A96F;
    --secondary: #FDBE33;
    --light: #F4F6F8;
    --dark: #040F28;
}

body{color: #2e2e2e;}

a {
    color: #fba119;
    text-decoration: none;
}
.pt-6 {
    padding-top: 90px;
}

.pb-6 {
    padding-bottom: 90px;
}

.py-6 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.btn {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s;
}

.btn::after {
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    bottom: -1px;
    left: 50%;
    background: var(--primary);
    transition: .5s;
}

.btn.btn-primary::after {
    background: var(--dark);
}

.btn:hover::after,
.btn.active::after {
    width: 50%;
    left: 25%;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 0px;
    bottom: 0;
    margin-left: -22px;
    border-radius: 0;
    z-index: 99;border: 1px solid #fff;
}
.back-to-top:hover {
    border: 1px solid #fff;
}

.bg-dark-radial {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-size: 3px 3px;
}

.bg-light-radial {
    /* background-image: -webkit-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%); */
    background-image: -moz-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 3px 3px;
}

.navbar-dark .navbar-nav .nav-link {
    position: relative;
    padding: 35px 20px;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--light);
    outline: none;
    transition: .5s;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-dark .navbar-brand {
    color: #fff;
    max-width: 280px;
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 550px;
}
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(255 255 255 / 25%);
    z-index: 1;
    text-align: left;
    padding-left: 100px;
    padding-top: 30px !important;
    padding-bottom: 30px !important;height: 550px;
}

.carousel-caption p{ font-size: 26px; color: #fff;}
.carousel-caption p strong{ font-size: 52px; font-weight: 900; }

@media (max-width: 576px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.text-body {
    color: #363636 !important;
}
.page-header {
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgb(4 15 40 / 54%), rgb(4 15 40 / 52%)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.service-item{ overflow: hidden;}
.service-item img{  transition: all 0.3s; }
.service-item .service-icon {
    margin-top: -50px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.service-item .service-icon i {
    transition: .2s;
}

.service-item:hover .service-icon i {
    font-size: 60px;
}

.service-item div{ margin: -40px 0 0; position: relative; z-index: 1; }
.service-item h4{font-size: 18px;background: #00A96F;padding: 10px 20px;display: inline-block;margin: 0;color: #fff;}

.service-item:hover img{transform: scale(1.1); transition: all 0.6s; position: relative;z-index: 0;}
.portfolio-item {
    margin-bottom: 60px;
}

.portfolio-title {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 120px;
    padding: 0 30px;
    right: 30px;
    left: 30px;
    bottom: -60px;
    background: #FFFFFF;
    z-index: 3;
}

.portfolio-btn {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    font-size: 120px;
    line-height: 0;
    transition: .1s;
    transition-delay: .3s;
    z-index: 2;
    opacity: 0;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
}

.portfolio-box::before,
.portfolio-box::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    transition: .5s;
    z-index: 1;
    background: rgba(4, 15, 40, .7);
}

.portfolio-box::before {
    left: 0;
}

.portfolio-box::after {
    right: 0;
}

.portfolio-item:hover .portfolio-box::before {
    left: 0;
    width: 50%;
}

.portfolio-item:hover .portfolio-box::after {
    right: 0;
    width: 50%;
}

@media (min-width: 992px) {
    .testimonial,
    .contact-form {
        margin-left: -90px;
    }
}

@media (min-width: 992px) {
    /*.footer::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
        background: var(--primary)
    }*/
}

.footer-shape::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 100%;
    top: 0;
    left: -40px;
    background: var(--primary);
    transform: skew(40deg);
}

.bg-light {
    background-color: #f1f1f1 !important;
}

.counterssec{padding: 80px 0;background: url(../img/counter-bg.jpg) no-repeat center center fixed #040f28;}
.counter-wrapper{text-align: center;padding: 20px 25px;border: 1px solid #f7f7f714;background: #31334482;}
.counter{font-size: 42px;font-weight: 700;color: #00A96F;}
.counter-wrapper h4{font-size: 20px;color: #fff;}

.testimony-section {
  position: relative;
  z-index: 0; }
  .testimony-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: '';
    height: 400px;
    /*background: #2e4893;*/

    background: url(../images/prod-bg.jpg) no-repeat center center; background-size: cover; 

     }
  .testimony-section .owl-carousel {
    margin: 0; }
  .testimony-section .owl-carousel .owl-stage-outer {
    padding: 20px 0 2em 0;
    position: relative; }
  .testimony-section .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%; }
    .testimony-section .owl-nav .owl-prev,
    .testimony-section .owl-nav .owl-next {
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: -10px;
      outline: none !important;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      opacity: 0; }
      .testimony-section .owl-nav .owl-prev span:before,
      .testimony-section .owl-nav .owl-next span:before {
        font-size: 30px;
        color: rgba(0, 0, 0, 0.5);
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .testimony-section .owl-nav .owl-prev:hover span:before, .testimony-section .owl-nav .owl-prev:focus span:before,
      .testimony-section .owl-nav .owl-next:hover span:before,
      .testimony-section .owl-nav .owl-next:focus span:before {
        color: #fff; }
    .testimony-section .owl-nav .owl-prev {
      left: 50%;
      margin-left: -80px; }
    .testimony-section .owl-nav .owl-next {
      right: 50%;
      margin-right: -80px; }
  .testimony-section:hover .owl-nav .owl-prev,
  .testimony-section:hover .owl-nav .owl-next {
    opacity: 1; }
  .testimony-section:hover .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px; }
  .testimony-section:hover .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px; }
  .testimony-section .owl-dots {
    text-align: center; }
    .testimony-section .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.1); display: inline-block;}
      .testimony-section .owl-dots .owl-dot.active {
        background: #3e4156; }

.testimony-wrap {
  display: block;
  position: relative;
  background: white;
  padding: 0;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 0px 30px 33px -41px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 30px 33px -41px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 30px 33px -41px rgba(0, 0, 0, 0.24); }

  .testimony-wrap .user-img {
    width: 80px;
    height: 80px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .testimony-wrap .name {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0;
    color: #000000; }
  .testimony-wrap .position {
    font-size: 14px;
    color: #333333; }

  .testimony-wrap .text h3{font-size:16px;font-weight:700;text-transform: uppercase;padding: 15px 0px;text-align: center;background: #00a96f;position: absolute;bottom: 05%;left: 0;right: 0;margin: 0 20px;color: #fff; transition:all 0.3s;}
  .testimony-wrap .text:hover h3{ bottom:35%; transition:all 0.3s; }
  .testimony-wrap .text a{display: block;font-size: 18px;font-weight:700;text-transform: uppercase;padding: 25px 0px;text-align: center;}

.footer p{ color: #fff; }

.carousel-caption:after{ content:''; position:absolute; height:100%; width:35%; background:#3e4156; z-index:-1; right:0;top:0; }

.pr-sl{position:absolute;right:150px;top:40px;background:url(../img/sl-pbg.png) no-repeat center center;width:450px;padding:50px 10px 30px;border: 8px solid #fff;box-shadow: 0 0 50px #0000003d;}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 45%;
    width: 52px;
    height: 52px;}

    .carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background-color: #333;
}

.cont-info{}
.cont-info p{}
.cont-info p i{
    width: 52px;
    height: 52px;
    font-size: 26px;
    text-align: center;
    padding: 12px 0 0;
    background: #00a96f;
    color: #fff;
}

.abt-lst{ margin:20px 0 0; padding:0; }
.abt-lst li{ background:#f7f7f7; border:1px solid #c5c5c5; padding:8px 18px; display:inline-block; margin-right:8px; margin-bottom:6px; }

/* Contact Form */
.form-b{
    background: #fff;
    box-shadow: 0 0 40px #e7e7e7;
    padding: 50px;
}
.form-b label{color:#333;font-size: 14px;display: none;}
.form-b input, .form-b textarea {
    border: none;
    border: 1px solid #c1c1c1;
    box-shadow:
    none;
    padding: 10px 15px;
    border-radius: 0;
    /* background: #efefef87; */
    font-size: 14px;
}
.form-b ::placeholder{ color:#999999;}
.form-b .dee{
    padding: 10px 15px;
    background: #262626;
    color: #ebebeb;
    font-weight: 600;
    text-transform: uppercase;
    border: none; cursor: pointer;
}


.form-b .form-control:focus {
    color: #495057;
    /* background-color: #fff; */
    border-color: #c1c1c1;
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid #d4d4d4;
}

.team-img{
    border: 1px dashed #00a96f61;
}
.team-img a{
    position: relative;
    display: block;
}
.team-img img{width: 100%;}
.team-img h3{
    position: absolute;
    bottom: 0;
    background: #00a96fad;
    color: #fff;
    font-size: 16px;
    text-align: center;
    left: 0;
    right: 0;
    padding: 10px 15px;
    transition: all 0.3s;
}
.team-img a:hover h3{
    bottom: 50px;
    transition: all 0.3s;
}

#accordion-style-1 h1{font-size: 32px;background: #fba119;margin: 0 !important;padding: 12px 0;color: #fff;}
#accordion-style-1 .btn-link {
font-weight: 400;
color: #007b5e;
background-color: transparent;
text-decoration: none !important;
font-size: 16px;
font-weight: bold;
padding-left: 25px;
text-align: left;
border: none; position: relative;
}

#accordion-style-1 button i{ position:absolute; left:0; top:3px; }

#accordion-style-1 .card-body {
border-top: 2px solid #007b5e;
}

#accordion-style-1 .card-header .btn.collapsed .fa.main{
display:none;
}

#accordion-style-1 .card-header .btn .fa.main{
background: #007b5e;
padding: 13px 11px;
color: #ffffff;
width: 35px;
height: 41px;
position: absolute;
left: -1px;
top: 10px;
border-top-right-radius: 7px;
border-bottom-right-radius: 7px;
display:block;
}

#accordion-style-1 .card-body ul{
    margin: 0;
    padding: 0 0 0 25px;
    font-size: 14px;
}
#accordion-style-1 .card-body ul li{
    list-style: none;
}
#accordion-style-1 .card-body ul li a{
    color: #333;
    padding: 5px 0;
    display: block;
    transition: all 0.3s;
}
#accordion-style-1 .card-body ul li a:hover{
    transition: all 0.3s;
    padding-left: 5px;
    color: #fba119;
}
tr.tb-titl {
    background: #040f28!important;
    color: #fff !important;
}
.table th, .table td {
    padding: 0.3rem 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 0.9rem;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #f59f1d;
}