
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
@font-face {
   font-family: myFirstFont;
   src: url(../css/fonts/Nexa-Bold.woff);
}
body{
   overflow-x: hidden;
}
body.hidden-scrolling{
    overflow-y: hidden;
}
*{
    margin:0;
    box-sizing: border-box;
}
.map
{
    border: 1px solid #ccc;
    padding: 8px;
}
.container{
    max-width: 1140px;
    margin:auto;
}
.submitbtn
{
        background: #46aa55;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    border: none;
    font-size: 16px;
    padding: 10px 20px;
    width: 180px;
    margin-top: 15px;
    transition: 0.5s all;
    border: 1px solid #46aa55;
}
.submitbtn:hover
{
      color: #46aa55;
    background: #fff;
}
ul{
    list-style: none;
    margin:0;
    padding:0;
}
a{
    text-decoration: none;
}
.pha-2
{
       margin-top: 20px;
    border-top: 1px dotted #383838;
    padding-top: 25px;
}
.e-ic img
{
        width: 30px;
}
.e-info
{
   padding-left: 20px;

}
.left-img
{
    padding-left: 2em;
}
.banner-2
{
     background-image: url("../images/banner-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
        height: 300px;
             position: relative;
             -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
   position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;

}
.banner-overlay-1 {
    background-color:rgba(0,0,0,0.4);
    opacity: 0.4;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.add-div
{
    padding:30px;
    border: 1px solid #EBDFD4;
    border-radius: 5px;
    position: relative;
    margin-bottom: 3em;
}
.cnt-form label {
    font-family: Poppins;
    text-transform: none;
    color: #444444;
    font-weight: 500;
    font-size: 16px;
}
.our-box
{
    margin-bottom: 2em;
        border-top: 1px dotted #383838;
    padding-top: 25px;
}
.abt-2
{
    margin-top: 6em;
}
.te-inf
{
    padding-top: 0em;
    padding-left:38px;
}
.team-1
{
    width: 100px;
}
.team-1 img
{
        border-radius: 50%;
    box-shadow: 14px 14px 50px -20px rgba(0, 0, 0, 0.95);
}
.phot-eff {
    background: #fff;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
    -o-box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
    padding: 8px;
    margin-bottom: 2em;
}
.info2
{
  font-size: 17px;
    margin: 0;
    padding: 0;
    color: #000;
     font-family: 'Poppins', sans-serif;
    line-height: 28px;
    font-weight: 500;
}
.info3
{
      font-family: 'Poppins', sans-serif;
    line-height: 29px;
    font-size: 16px;
    color:#46aa55;
    margin: 0;
    padding: 0px 0 4px 0;
}
.info4 {
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
    font-size: 16px;
    }
.cnt-form
{
    padding-right:30px;
}
.abt-3
{
    padding:20px 0 0em 0;
}
.right-cont
{
    padding-left:30px;
}
.ser-bx
{
 box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    -webkit- box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    -moz- box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    -o- box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 1em;
    margin-bottom: 30px;
    border-left: 2px solid #46aa55;
}
.image-box.inverse .image-box__static {
    z-index: 2;
    transition: transform .5s ease;
}
.e1 {
    margin-bottom: 14px;
}
.e1 {
    display: flex;
}
.image-box img {
    border-radius: 6px;
    border: 8px solid #fff;
}
.pe-lg-5 {
    padding-right: 3rem !important;
}
.image-box__float {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-15px, 50px);
    transition: transform .5s ease;
}
.image-box:hover .image-box__static {
  transform: translateY(50px);
}

.image-box.inverse:hover .image-box__float {
  transform: translate(-15px, 0);
}
.client-logo-box
{
       height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.client-logo-box img
{
        max-width: 100%;
    height: 100%;
    object-fit: contain;
}
.client-logo-box
{
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 24px;
    padding: 14px;
}
.cnt-form .form-control {
    display: block;
    width: 100%;
    padding: 14px 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #ffffff;
    color: #0b1517;
    background-clip: padding-box;
    border: 1px solid #e1e1e1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.txt-cnt
{
    text-align: center;
}
.add-nm {
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    line-height: 1;
    color: #0b1517;
}
.res-box {
    text-align: center;
    position: absolute;
    top: -12px;
    /* background: #fff; */
    left: 0;
    /* width: 100%; */
    right: 0;
}
.main-wrppper
{
    padding: 4em 0;
}
.ser-box-2 h3
{
        font-family: myFirstFont;
    color: #fff;
    font-size: 20px;
    font-weight: 550;
   /* text-transform: uppercase;*/
    margin-bottom: 19px;
    line-height: 34px;
    margin: 0;
    padding: 0;

}
.mar-top-btm
{
    margin: 1em 0;
}
.di-flx
{
        display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: column;
}

.gr-ar
{
        color: #47aa55;
    font-size: 60px;
}
.title
{
    font-family: 'Poppins', sans-serif;
    font-size: 38px;
    margin: 20px 0 20px 0;
    letter-spacing: 1px;
}
.info
{
        font-family: 'Poppins', sans-serif;
    line-height: 31px;
    font-size: 16px;
}
.mt-20px
{
    margin-top: 24px;
}
.sub-t1
{
        color: #47aa55;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 550;
    letter-spacing: 2px;
    font-size: 20px;
    margin: 0;
    padding: 0;
}
.txt-cnt
{
    text-align: center;
}
.ser-box-2
{
    margin-top: 2em;
}
.ser-box-2
{
    position: relative;
    overflow: hidden;
    transition: 0.5s all;
    border-radius: 8px;
}
.ser-box-2 img
{
transition: 0.5s all;
}
.ser-box-2:hover img{

    transform:scale(1.1);
     overflow: hidden;
    transition: 0.5s all;
}
.overlay-1
{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
}
/*header*/
.header{
    position:relative;
    width: 100%;
    left:0;
    top:0;
    z-index: 99;
    padding:0px;
    background: #47aa55;
}
.client-logo {
    background: #dbdbdb;
    padding: 3em 0;
}
.logo-part {
    height: 126px;
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.logo-part img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* height: auto; */
}
.header .menu > .menu-item > a:before {
    content: '';
    position: absolute;
    left: 0;
    background-color:#fff;
    width: 100%;
    bottom: -2px;
    height: 4px;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 650ms;
}
.header .menu > .menu-item > a:hover::before
{
  transform: scaleX(1);
}

.top-header
{
    padding:14px 0;
}
.header-main{
  /*  background-color: #ffffff;*/
    display: flex;
    justify-content:center;
    align-items: center;
    padding:0;
 /*   border-radius: 4px;*/
}
.header .logo{
    padding: 0 15px;
}
.header .logo a{
    font-size: 30px;
    text-transform: capitalize;
    color: #e91e63;
    font-weight: 600;
}
.col-000
{
    color: #000000;
}
.header .nav-menu{
    padding: 0 15px;
}
.header .menu > .menu-item{
    display: inline-block;
    margin-left: 30px;
    position: relative;
}
.header .menu > .menu-item > a{
    display: block;
    padding: 10px 4px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
}
.header .menu > .menu-item > a .plus{
    display: inline-block;
    height: 12px;
    width: 12px;
    position: relative;
    margin-left:5px; 
    pointer-events: none;
}
.header .menu > .menu-item > a .plus:before,
.header .menu > .menu-item > a .plus:after{
    content:'';
    position: absolute;
    box-sizing: border-box;
    left: 50%;
    top:50%;
    background-color: #000000;
    height: 2px;
    width: 100%;
    transform: translate(-50%,-50%);
    transition: all 0.3s ease;
}
.header .menu > .menu-item:hover > a .plus:before,
.header .menu > .menu-item:hover > a .plus:after{
   background-color: #e91e63;
}
.header .menu > .menu-item > a .plus:after{
   transform: translate(-50%,-50%) rotate(-90deg);  
}
.header .menu > .menu-item > .sub-menu > .menu-item > a:hover,
.header .menu > .menu-item:hover > a{
    color: #000;
}
.header .menu > .menu-item > .sub-menu{
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    width: 320px;
    position: absolute;
    left:0;
    top:100%;
    background-color: #ffffff;
    padding: 10px 0;
    /*border-top: 3px solid #e91e63;*/
    transform: translateY(10px);
    transition: all 0.3s ease;
    opacity:0;
    visibility: hidden;
}
@media(min-width: 992px){
.header .menu > .menu-item-has-children:hover > .sub-menu{
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
 }
 .header .menu > .menu-item-has-children:hover > a .plus:after{
    transform: translate(-50%,-50%) rotate(0deg);       
 }
}
.header .menu > .menu-item > .sub-menu > .menu-item{
    display: block;
}
.header .menu > .menu-item > .sub-menu > .menu-item > a{
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    transition: all 0.3s ease;
    text-transform: capitalize;
}
.header .open-nav-menu{
    height: 34px;
    width: 40px;
    margin-right: 15px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.header .open-nav-menu span{
    display: block;
    height: 3px;
    width: 24px;
    background-color: #fff;
    position: relative;
}
.header .open-nav-menu span:before,
.header .open-nav-menu span:after{
    content: '';
    position: absolute;
    left:0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-sizing: border-box;
}
.header .open-nav-menu span:before{
    top:-7px;
}
.header .open-nav-menu span:after{
    top:7px;
}
.header .close-nav-menu{
    height: 40px;
    width: 40px;
    /*background-color: #ffffff;*/
    margin:0 0 15px 15px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
}
.header .close-nav-menu img{
    width: 16px;
}
.header .menu-overlay{
    position: fixed;
    z-index: 999;
    background-color: rgba(0,0,0,0.5);
    left:0;
    top:0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity:0;
    transition: all 0.3s ease;
}

/*home section*/
.home-section{
    width: 100%;
    display: block;
    min-height: 100vh;
    background-image: url('../img/home.jpg');
    background-position: center top;
    background-size: cover;
}


/* responsive */

@media(max-width: 991px){
    .header .menu-overlay.active{
    visibility: visible;
    opacity: 1;
}
    .header .nav-menu{
        position: fixed;
        right: -280px;
        visibility: hidden;
        width: 280px;
        height: 100%;
        top:0;
        overflow-y: auto;
        background-color:#46aa55;
        z-index: 1000;
        padding: 15px 0;
        transition: all 0.5s ease;
    }
    .header .nav-menu.open{
        visibility: visible;
        right: 0px;
    }
    .header .menu > .menu-item{
        display: block;
        margin:0;
    }
    .header .menu > .menu-item-has-children > a{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header .menu > .menu-item > a{
        color: #ffffff;
        padding: 12px 15px;
        border-bottom:1px solid #f0e9e9;
    }
    .header .menu > .menu-item:first-child > a{
        border-top: 1px solid #999;  
    }
    .header .menu > .menu-item > a .plus:before, 
    .header .menu > .menu-item > a .plus:after{
        background-color: #ffffff;
    }
    .header .menu > .menu-item-has-children.active > a .plus:after{
        transform: translate(-50%,-50%) rotate(0deg);
    }
    .header .menu > .menu-item > .sub-menu{
        width: 100%;
        position: relative;
        opacity: 1;
        visibility: visible;
        border:none;
        background-color: transparent;
        box-shadow: none;
        transform: translateY(0px);
        padding: 0px;
        left: auto;
        top:auto;
        max-height: 0;
        overflow: hidden;
    }
    .header .menu > .menu-item > .sub-menu > .menu-item > a{
        padding: 12px 20px;
    color: #ffffff;
    border-bottom: 1px solid #f0e9e9;
    }
    .header .close-nav-menu,
    .header .open-nav-menu{
        display: flex;
    }
}



.footer {
    background-color: #dbf5df;
    padding: 3em 0 2em 0;
}
.mb-t40 {
    margin-bottom: 30px;
}
.soc-lin {
    display: flex;
    justify-content:flex-end;
}
#app {
    position: relative;
    top: -40px;
}
.sn-nm {
     font-family: myFirstFont;
    color: #000;
    font-size: 15px;
    font-weight: 550;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-right: 45px;
    margin-top: 4px;
}
.footer-top-list-1 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
}
.footer-top-list-1 li {
    display: flex;
    margin-right: 30px;
}
.fa-icon {
    width: 30px;
    height: 30px;
    font-size: 17px;
    text-align: center;
    padding: 6px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #000;
    margin-right: 6px;
}
.foot-1 h2 {
    font-family: myFirstFont;
    color: #000;
    font-size: 18px;
    font-weight: 550;
    text-transform: uppercase;
    margin-bottom: 19px;
}
.foot-1 p {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    margin: 0;
    letter-spacing: 0.5px;
}
.fl-lt-list li {
    margin-bottom: 10px;
}
.fl-lt-list li a {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    transition: 0.6s all;
    line-height: 28px;
}
.c1 {
    margin-bottom: 22px;
}
.fa-icon {
    width: 30px;
    height: 30px;
    font-size: 17px;
    text-align: center;
    padding: 6px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #000;
    margin-right: 6px;
}
.f1-icon {
    height: 30px;
    width: 30px;
    background: #000;
    color: #fffddf;
    font-size: 16px;
    border-radius: 50%;
    margin-left: -10px;
    text-align: center;
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
}
.sn {
    color: #000;
    font-size: 23px;
    line-height: 15px;
    margin-top: 6px;
}
.s0c1 {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.d-cnt {
    display: flex;
    justify-content: center;
}
.footer-bottom {
    background-color:#dbf5df;
    padding: 0 0 1em 0;
}
.footer-link {
    color: #000;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}
.ftp-top {
    border-top:1px solid #147a28;
    padding-top: 1em;
}
.text-sm-right {
    text-align: right;
}
.banner .item {
  height: 80vh;
  position: relative;
}
.banner .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background: rgba(0, 0, 0, 0.6);*/
  display: flex;
  align-items: center;
}
.banner .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
.banner .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.banner .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
.banner .item .cover .header-content h1 {
  font-size: 54px;
  font-weight: 700;
  margin: 5px 0 10px;
  word-spacing: 3px;
  color: #fff;
  letter-spacing: 1px;
}
.banner .item .cover .header-content h4 {
  font-size: 30px;
  font-weight: 450;
  line-height: 36px;
  color: #fff;
    letter-spacing: 1px;
}
.banner .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.banner .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.banner .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.banner .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.banner .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.banner .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.banner .owl-nav .owl-prev:focus {
  outline: 0;
}
.banner .owl-nav .owl-prev:hover {
  background: #000 !important;
}
.banner .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.banner .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.banner .owl-nav .owl-next:focus {
  outline: 0;
}
.banner .owl-nav .owl-next:hover {
  background: #000 !important;
}
.banner:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.banner:hover .owl-next {
  right: 0px;
  opacity: 1;
}
.ban-dn
{
        margin-top: -60px;
    position: relative;
    z-index: 11;
}
.ser-nm-out
{
    padding:14px;
}
.ser-box:hover
{
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.47);
   
}
.ser-box-tes
{
 transition: 0.5s all;
  padding: 20px;
}
.ser-box-tes:hover
{
       box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.47);
     border-radius: 21px;
  background-color: rgb(225, 244, 208);
}
.testi-slider-img {
    background-color: #062e00;
    height: 64px;
    width: 64px;
    border-radius: 50%;
}
.testi-slider-nm h3 {
    color: #000000;
    font-family: Helvetica-normal;
    font-size: 18px;
    margin: 10px 0;
}
.testi-slider-nm h4 {
    color: #1f1f1f;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin: 0;
    font-size: 400;
}
.all-slide .owl-item { height:100vh; background:#e6e8e3; position:relative; }
.all-slide .owl-item:before { content:''; background:rgb(19 19 19 / 50%); position:absolute; width:100%; height:100%; top:0px; z-index:0; }
.all-slide .single-slide { background-size:cover !important; background-repeat:no-repeat; height:100%; }
.slider-text { left: 0; margin:0 auto; position: relative; right:0; top:50%; transform: translateY(-50%); z-index: 2; padding: 10px 0; }
.slider-caption { width:60%; }
.slider-caption span.subtitle { color:#fff; font-size: 24px; text-transform: capitalize;  padding-top: 30px; margin-bottom: 10px; display: inline-block; }
.slider-text h1 { color:#fff; font-size:18px; font-weight:normal; margin-bottom:0; display:block; font-family:"Heebo"; font-weight:bold;   } 
.slider-text h2 { color:#fff; font-size:54px; text-transform:uppercase; font-family:"Heebo"; font-weight:bold; }
.slider-text p  { color:#fff; font-size:16px; font-family:"Heebo";  }
.slider-text a { background:#fff; color:#cf2e2e; font-family:"Heebo"; font-weight:500; display:inline-block; padding:10px 25px; text-transform:capitalize;  position:relative; z-index:5; transition:0.5s; margin-top:10px; }
.slider-text  a:hover{ background:#cf2e2e;color:#fff;transition: all 0.4s ease 0s;border-color:#c54f11;}

.all-slide .owl-controls { position: absolute; top:48%; width:100%; z-index:99; transform: translateY(-50%); left:0; right:0; text-align:center; margin:0px auto; }
.all-slide .owl-controls .owl-buttons div { background: none; opacity: 1.00; }
.all-slide .owl-controls .owl-prev { background:#cf2e2e; color:#fff; position: absolute; transition: all 0.4s ease 0s; opacity:0; }
.all-slide:hover .owl-prev{transition: all 0.4s ease 0s; left:0; opacity:1; }
.all-slide .owl-controls .owl-next {  background:#cf2e2e; color:#fff; position: absolute; transition: all 0.4s ease 0s; opacity:0; }
.all-slide:hover .owl-next{transition: all 0.4s ease 0s; right:0; opacity:1; }
.all-slide .owl-controls .owl-prev i,
.all-slide .owl-controls .owl-next i { color:#fff; font-size:30px; height:50px; line-height:48px; text-align: center; transition: all 0.5s ease-out 0s; width:40px; }



.slider { position:relative; }

/* Media Responsive */
/*
@media (min-width:1366px) { .all-slide .owl-item { height:600px; } }
@media (max-width:1400px) { .all-slide .owl-item { height:560px; } }
*/

@media (max-width: 768px) { 
/* #home { height:auto; }
.all-slide .owl-item { height:560px; } */
.slider-text { padding:0 20px; }    
.slider-caption { width:100%;  }
.slider-text h1 { font-size:15px; } 
.slider-text h2 { font-size:40px; }
.slider-text p  { font-size:15px; line-height:normal; }

}
.logo-1 img
{
width: 280px;
}
.left-div
{
    padding: 2em;
}
.owl-carousel .owl-stage-outer {
  margin: -25px;
  padding: 25px;
}
.client-logo .owl-theme .owl-nav {
    margin-top: 10px;
    /* left: -35px; */
    
}
.client-logo .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot
{
    background: #fff;
    color: #1f4e9c;
}
.client-logo .owl-carousel .owl-nav button.owl-next
{
background:#1f4e9c;
    color: #fff;
}
.client-logo .owl-nav button.owl-prev {
    position: absolute;
    right: -68px;
    top: 27px;
    background: #294f96;
    height: 35px;
    width: 35px;
    /*border-radius: 50%;*/
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;

}
.client-logo .owl-nav button.owl-next {
    position: absolute;
    right: -68px;
    top: 74px;
    background: #294f96;
    height: 35px;
    width: 35px;
    /*border-radius: 50%;*/
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
}
.our-tesi .owl-item.active.center {
    /*-webkit- transform: scale(1);*/
     box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.47);
     -webkit- box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.47);
     -moz- box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.47);
     -o- box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.47);
   transform: scale(1);
   border-radius: 26px;
   background-color: #e1f4d0;
}
.our-tesi .active
{
    transform: scale(.8);
  transition: .6s ease;
}
.heiight-test
{
    opacity: 0;
    text-align: center;
        font-family: 'Poppins', sans-serif;
    line-height: 31px;
    font-size: 16px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.our-tesi .owl-item.active.center .heiight-test
{
opacity: 1;
   text-align: center;
        font-family: 'Poppins', sans-serif;
    line-height: 31px;
    font-size: 16px;
        margin-top: 10px;
    color: #000;
    text-transform: uppercase;
}
.ser-box-tes img
{
    height: 400px;
}
.sec-4
{
    padding:2em 0 3em 0;
}
.ser-21
{
    padding: 4em 0 2em 0;
}
.ser-2
{
    padding-top: 3em;
    padding-bottom: 1em;
}
.wel-sec
{
    margin-top: 3em;
}
.abt-box
{
     background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 57px 0px rgba(0, 0, 0, 0.22);
}
.bane-title h2 {
    text-align: center;
    margin: 0px 0 0 0;
    font-size: 30px;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
}
.breadcrumb {
    width: 100%;
    /* bottom: -22px; */
    margin: 10px 0 8px 0;
    display: flex;
    position: relative;
    z-index: 1;
    justify-content: center;
}
.breadcrumb-item.active {
    color: #fff;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.7rem;
    color: #fff;
    content: ">";
    font-size: 16px;
    top: 0px;
    position: relative;
    padding-left: 0.7rem;
}
.breadcrumb-item a{
    color: #fff;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
}
.dnar {
    position: relative;
    top: 2px;
    margin-left: 4px;
    color: #fff;
}
.list-pr
{
        font-family: 'Poppins', sans-serif;
    line-height: 31px;
    font-size: 16px;
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 34px;
}
.list-pr li 
{
    margin-bottom: 1em;
}
.ser-box-2 img
{
    border-radius: 8px;
}

/*Media Query Tab & Mobile*/

@media only screen and (max-width:820px) 
{
.banner .item {
    height: 36vh;
    position: relative;
}
.ser-box-tes img {
    height: auto;
}
.left-img {
    padding-left: 0;
    margin: 20px 0;
}
.right-cont {
    padding-left: 30px;
    margin-top: 3em;
    padding-right: 30px;
}
.header-main {
    /* background-color: #ffffff; */
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    /* border-radius: 4px; */
}
}


@media only screen and (max-width: 600px) 
{
.banner .item {
    height: 400px;
    position: relative;
}
.txt-cnt {
    text-align: left;
}
.banner .item .cover .header-content h1 {
    font-size: 36px;
    font-weight: 700;
    margin: 5px 0 10px;
    word-spacing: 3px;
    color: #fff;
    letter-spacing: 1px;
}
.l1
{
    margin-top: 16px;
}
.wel-sec {
    margin-top: 20px;
}
.ser-21 {
    padding: 20px 0 2em 0;
}
.ser-2 {
    padding-top: 0;
    padding-bottom: 1em;
}
.d-cnt {
    display: flex;
    justify-content: flex-start;
    margin-top: 15px;
}
.soc-lin {
    display: flex;
    justify-content: flex-start;
    margin-top: 24px;
}
.image-box__float {
    position: relative;
    right: 0;
    top: 0;
    display: flex;
    transform: translate(0px, 0px);
    transition: transform .5s ease;
}
.abt-2 {
    margin-top: 3em;
}
.e1 {
    margin-bottom: 0;
    margin-top: 14px;
}
.footer-link {
    color: #000;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    text-align: center;
}
.text-sm-right {
    font-size: 13px;
    margin-top: 4px;
    text-align: center;
}
.footer {
    background-color: #dbf5df;
    padding: 3em 0 0em 10px;
}
.left-img {
    padding-left: 0;
    margin: 10px 0;
}
.main-wrppper {
    padding: 3em 0;
}
.te-inf {
    padding-top: 40px;
    padding-left: 0;
}
.ser-box-tes img {
    height: 200px;
}
.ser-box-tes {
    transition: 0.5s all;
    padding: 10px;
}
.right-cont {
    padding-left: 0;
    margin-top: 4em;
}
.header-main {
    /* background-color: #ffffff; */
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    /* border-radius: 4px; */
}
.mt-20p
{
    margin-top: 24px;
}
.foot-1
{
    margin-top: 8px;
}
}


