 /** Generated by FG **/
/*@font-face {
    font-family: 'Conv_Poppins-Bold';
    src: url('../fonts/Poppins-Bold.eot');
    src: local('☺'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

/** Generated by FG **/
/*@font-face {
    font-family: 'Conv_Poppins-Regular';
    src: url('../fonts/Poppins-Regular.eot');
    src: local('☺'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

/** Generated by FG **/
/*@font-face {
    font-family: 'Conv_Poppins-SemiBold';.people_img img
    src: url('../fonts/Poppins-SemiBold.eot');
    src: local('☺'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype'), url('../fonts/Poppins-SemiBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}*/



body{
     font-family: 'Conv_Poppins-Regular';
     color: #000;
}

a:hover, a:focus{
    text-decoration: none;
    color: initial;
}
/*navbar*/
.nav>li>a{
    color: #fff;
    font-size: 18px;
}
.navbar {
    position: relative;
    min-height: 20px;
    margin-bottom: 5px;
    border: 1px solid transparent;
}
.nav>li>a:hover{
    color: #0ea645;
    background-color: transparent;
}
.nav-links{
     /* margin-top: -60px;*/
}
.logo-brand {
    max-width: 28%;
    margin-top: -40px;
}
/*.logo-brand1 {
    max-width: 28%;
    /*margin-top: -40px;*/
}*/


.navbar-brand{
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    max-width: 30%;
}
.helpline{
    color: #fff;
    font-size: 24px;
    font-family: 'Conv_Poppins-SemiBold';
    margin-top: 5px;
}
.login_link1{
    color: #ffffff;
    font-size: 24px;
    font-family: 'Conv_Poppins-SemiBold';
    padding: 12px 37px 8px;
    letter-spacing: 1px;
    width: 100%;
    max-width: 250px;
    text-align: center;
}
.lang-btn{
    background-color: transparent;
    border:1px solid #0ea645;
    color: #fff;
}
.top-nav{
    padding-top: 30px;
}
.top-nav-links{
   text-align: right;
}
/*header*/
header{
      background-image: url(../images/img_01.jpg);
      background-repeat: no-repeat;
      background-size: cover;
}
 header  {
    /*margin: 25% 0 0 16%;*/
}
.banner-text{
    padding-top: 0em;
    padding-bottom: 4em;
}
header  h1{
    font-size: 40px;
    color: #fff;
    font-family: 'Conv_Poppins-SemiBold';
    text-transform: uppercase;
        margin-top: 60px;
}

header p{
    font-size: 26px;
    color: #fff;
    margin: 30px 0 0 0;
}
header .kit_req{
    display: block;
    color: #ffffff;
    font-size: 30px;
    font-family: 'Conv_Poppins-Regular';
    background: #0ea645;
    padding: 6px 15px 6px 15px;
    /* text-transform: uppercase; */
    letter-spacing: 0px;
    width: 100%;
    max-width: 310px;
    text-align: center;
    margin: 65px auto 65px;
    border-radius: 4px;
}

/*about*/
.abouts{
      margin-top: 50px;
}
.abouts h1{
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Conv_Poppins-Bold';

}

.abouts p{
        font-size: 18px;
    font-family: 'Conv_Poppins-Regular';
    margin: 20px auto 0;
    /* line-height: 19px; */
    text-align: justify;
    margin-top: 55px;
}

.abouts p span{
    font-family: 'Conv_Poppins-Bold';
}
/*about slider*/
#custom_carousel .item  .top {
    overflow:hidden;
    max-height:300px;
    margin-bottom:15px;
        padding: 0px;
}
#custom_carousel .item {

    color:#000;
    background-color:#fff;
    padding:20px 0;
    overflow:hidden
}
#custom_carousel .item img{
width:100%;
height:auto
}

#custom_carousel .izq 
{
    position:absolute;
  left: 5px;
  top:40%;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px;
}
/* Next button  */
#custom_carousel .der 
{
       position:absolute;
  right: 5px !important;
  top:40%;
  left:inherit;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px;
}
#custom_carousel .controls{

    overflow:hidden;
    padding:0;
    margin:0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background:#fff;
    border:0;
}
#custom_carousel .controls .nav{

    padding:0;
    margin:0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background:#fff;
    width: auto;
    border: 0;
}
#custom_carousel .controls li {
    transition: all .5s ease;
    display: inline-block;
    max-width: 86px;
    height: 90px;
    opacity:.5;
}
#custom_carousel .controls li a{
    padding:0;
}
#custom_carousel .controls li img{
width:100%;
height:auto
}

#custom_carousel .controls li.active {
    background-color:#fff;
    opacity:1;
}
#custom_carousel .controls a small {
    overflow:hidden;
    display:block;
    font-size:10px;
    margin-top:5px;
    font-weight:bold
}
.slde-text{
  width: 50%;
  text-align: center;
}
.slide{

}
/*//about slider*/

/*gallery*/
.i-img-bottom{
  margin-top: 3px;
}
.side-g{
  margin-left: -13px;
  margin-right: -13px;
}

.mt-30{margin-top:30px}
.mt-40{margin-top:40px;margin-left: 0px;}
.mb-30{margin-bottom:30px}
.box7:after,.box7:before{content:""}
.box7{overflow:hidden}
.box7 .title{letter-spacing:1px}
.box7{position:relative}
.box6 .icon,.box7 .icon{padding:0;list-style:none}
.box7,.box7 .icon li a{text-align:center}
.box7:after,.box7:before{width:100%;height:100%;/*background: rgba(97, 120, 157, 0.8)*/background: rgba(14, 166, 69, 0.5);;position:absolute;top:0;left:0;opacity:0;transition:all .5s ease 0s}
.box7:after{background:rgba(255,255,255,.3);border:2px solid #fff;top:0;left:170%;opacity:1;z-index:1;transform:skewX(45deg);transition:all 1s ease 0s}
.box7:hover:before{opacity:1}
.box7:hover:after{left:-170%}
.box7 img{width:100%;height:auto}
.box7 .box-content{width:100%;position:absolute;bottom:-100%;left:0;transition:all .5s ease 0s}
.box7:hover .box-content{bottom:40%}
.box7 .title{display: block;
    font-size: 22px;
    /* font-weight: bold; */
    color: #fff;
    margin: 0 0 20px;
    letter-spacing: 1px;}
.box7 .post{display:block;font-size:15px;color:#fff;margin-bottom:10px}
.box7 .icon{margin:0}
.box7 .icon li{display:inline-block}
.box7 .icon li a{display:block;width:35px;height:35px;line-height:35px;border-radius:50%;background:transparent;font-size:24px;color:#fff;margin-right:10px;transition:all .5s ease 0s}
.box8 .icon li,.box8 .title{display:inline-block}
.box7 .icon li a:hover{transform:rotate(360deg)}
@media only screen and (max-width:990px){.box{margin-bottom:30px}
}
@media only screen and (max-width:990px){.box21{margin-bottom:30px}
}
@media only screen and (max-width:479px){.box21 .box-content{padding-top:0}
}
@media only screen and (max-width:359px){.box21 .title{padding-bottom:10px}
}
/*//gallery*/

/*request_a_kit*/
.request_a_kit1 h1{
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Conv_Poppins-Bold';

}

.request_a_kit1 p{
    font-size: 18px;
    font-family: 'Conv_Poppins-Regular';
    margin: 20px auto 0;
    line-height: 36px;
    font-weight: 100;
    text-align: left;
}
.request_a_kit1{
    margin: 40px auto;
    margin-bottom: 0;
    background-image:url(../images/bg-kit.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding-bottom: 60px;
    padding-top: 20px;
}
.request_a_kit1 .kit-detail{
       padding-top: 50px;
       padding-left: 50px;
}
.request_a_kit1 .img-section{
    max-width: 70%;
    margin:0px auto;
}

.request_a_kit1 .kit_req1{
    color: #0ea645;
    font-size: 25px;
    font-family: 'Conv_Poppins-Regular';
    background: #fff;
    padding: 4px 18px 4px 18px;
    /* text-transform: uppercase; */
    letter-spacing: 0px;
    width: 100%;
    max-width: 310px;
    text-align: center;
    margin: 65px auto 65px;
    border-radius: 4px;

}


.request_a_kit1 .learn_more{
    font-size: 23px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-align: left;
}
/*//request_a_kit*/

/*testimonial*/
.people_contents_main{
    text-align: center;
        margin-bottom: 15px;
}

.people_contents_main h1{
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Conv_Poppins-Bold';

}
.textim h4{
    
  color: #0ea645;

}
.textim span{
    
  color: gray;

}

.people_contents_main p{
    font-size: 18px;
    font-family: 'Conv_Poppins-Regular';
    margin: 20px auto 0;
    line-height: 36px;
    font-weight: 100;

}
/*//testimonial*/

/*news*/
  .news{
    margin: 40px auto;
    background-image:url(../images/news-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding-bottom: 40px;
    padding-top: 20px;
}
.news-iframe{}
/*//news*/


/*header h1 {
    font-size: 26px;
    color: #fff;
    font-family: 'Conv_Poppins-SemiBold';
    text-transform: uppercase;
}
*/
/*footer*/
hr {
    margin-top: 35px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #eee;
}
.foot-st{margin-top: 50px;
}
.footer-st{
  padding-bottom: 30px;

}
footer h4{
       font-size: 20px;
    font-family: 'Conv_Poppins-SemiBold';
    text-transform: uppercase;
}
footer li{
    list-style: none;
    text-align: left;
}
footer ul{
    padding: 0px;
}
footer a{
    color: #000;
}
footer span{
    color: #0ea645;
}
.bottom-footer{
    background-color: #ccc;
    text-align: center;
    padding-top: 15px;
}
/*//footer*/

/*gallery page*/
.gallery_page h1{
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Conv_Poppins-Bold';
        margin-bottom: 20px;

}
  /*********************** Demo - 1 *******************/
.box1 img,.box1:after,.box1:before{width:100%;transition:all .3s ease 0s}
.box1 .icon,.box2,.box3,.box4,.box5 .icon li a{text-align:center}
.box10:after,.box10:before,.box1:after,.box1:before,.box2 .inner-content:after,.box3:after,.box3:before,.box4:before,.box5:after,.box5:before,.box6:after,.box7:after,.box7:before{content:""}
.box1,.box11,.box12,.box13,.box14,.box16,.box17,.box18,.box2,.box20,.box21,.box3,.box4,.box5,.box5 .icon li a,.box6,.box7,.box8{overflow:hidden}
.box1 .title,.box10 .title,.box4 .title,.box7 .title{letter-spacing:1px}
.box3 .post,.box4 .post,.box5 .post,.box7 .post{font-style:italic}

.mt-30{margin-top:30px}
.mt-40{margin-top:40px}
.mb-30{margin-bottom:30px}
.box1 .icon,.box1 .title{margin:0;position:absolute}
.box1{box-shadow:0 0 3px rgba(0,0,0,.3);position:relative}
.box1:after,.box1:before{height:50%;background:rgba(0,0,0,.5);position:absolute;top:0;left:0;z-index:1;transform-origin:100% 0;transform:rotateZ(90deg)}
.box1:after{top:auto;bottom:0;transform-origin:0 100%}
.box1:hover:after,.box1:hover:before{transform:rotateZ(0)}
.box1 img{height:auto;transform:scale(1) rotate(0)}
.box1:hover img{filter:sepia(80%);transform:scale(1.3) rotate(10deg)}
.box1 .title{font-size:19px;font-weight:600;color:#fff;text-transform:uppercase;text-shadow:0 0 1px #004cbf;bottom:10px;left:10px;opacity:0;z-index:2;transform:scale(0);transition:all .5s ease .2s}
.box1:hover .title{opacity:1;transform:scale(1)}
.box1 .icon{padding:7px 5px;list-style:none;background:#004cbf;border-radius:0 0 0 10px;top:-100%;right:0;z-index:2;transition:all .3s ease .2s}
.box1:hover .icon{top:0}
.box1 .icon li{display:block;margin:10px 0}
.box1 .icon li a{display:block;width:35px;height:35px;line-height:35px;border-radius:10px;font-size:18px;color:#fff;transition:all .3s ease 0s}
.box2 .icon li a,.box3 .icon a:hover,.box4 .icon li a:hover,.box5 .icon li a,.box6 .icon li a{border-radius:50%}
.box1 .icon li a:hover{color:#fff;box-shadow:0 0 10px #000 inset,0 0 0 3px #fff}
@media only screen and (max-width:990px){.box1{margin-bottom:30px}
}

/*********************** Demo - 18 *******************/
.box18{background:#3c3c3c;position:relative;-webkit-transition:all .35s ease;transition:all .35s ease}
.box18:after,.box18:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:#3c3c3c;border-left:3px solid #fff;border-right:3px solid #fff;opacity:.9;z-index:1;-webkit-transition:all .35s ease;transition:all .35s ease}
.box18 img,.box19 img{height:auto;width:100%}
.box18:before{-webkit-transform:skew(45deg) translateX(-155%);transform:skew(45deg) translateX(-155%)}
.box18:hover:before{-webkit-transform:skew(45deg) translateX(-55%);transform:skew(45deg) translateX(-55%)}
.box18:after{-webkit-transform:skew(45deg) translateX(155%);transform:skew(45deg) translateX(155%)}
.box18:hover:after{-webkit-transform:skew(45deg) translateX(55%);transform:skew(45deg) translateX(55%)}
.box18 img{-webkit-transition:all .35s ease;transition:all .35s ease}
.box18:hover img{opacity:.5}
.box18 .box-content{position:absolute;top:50%;left:50%;-webkit-box-shadow:0 0 10px #3c3c3c;box-shadow:0 0 10px #3c3c3c;opacity:0;z-index:2;-webkit-transform:translate(-50%,-50%) scale(.5);transform:translate(-50%,-50%) scale(.5);-webkit-transition:all .35s ease;transition:all .35s ease}
.box19,.box20,.box21{box-shadow:0 0 5px #a3a3a3}
.box18:hover .box-content{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);opacity:1}
.box18 .post,.box18 .title{font-size:18px;font-weight:600;letter-spacing:1px;text-transform:uppercase;background:#3c3c3c;border:2px solid #fff;color:#fff;padding:15px 20px;margin:0}
.box18 .post,.box19 .title,.box20 .post,.box20 .title{text-transform:capitalize}
.box18 .post{display:block;font-size:14px;font-weight:400;padding:5px 10px;margin-top:15px}
@media only screen and (max-width:990px){.box18{margin-bottom:30px}
}

/*********************** Demo - 19 *******************/
.box19{text-align:center;position:relative}
.box19 .box-content{width:100%;height:100%;background:0 0;padding-top:25%;position:absolute;top:0;left:0;transition:all .3s ease 0s}
.box19 .icon,.box19 .title{transition:all .2s ease 0s}
.box19:hover .box-content{background:rgba(0,0,0,.5)}
.box19 .title{    font-size: 18px;
    color: #fff;
    transform: scale(0);
    line-height: 30px;
margin-top: -23px;}
.box19:hover .title{transform:scale(1);}
/*.box19 .icon{list-style:none;padding:0;margin:0;opacity:0}
.box19:hover .icon{opacity:1}
.box19 .icon li{display:inline-block}
.box19 .icon li:first-child a,.box19 .icon li:last-child a{display:block;width:50px;height:50px;line-height:50px;font-size:24px;color:#fff;border:1px solid #fff;position:relative}
.box19 .icon li a{top:-150px}
.box19:hover .icon li a{top:0}
.box19:hover .icon li a:hover{background:#a46789;border-color:#a46789}
.box19 .icon li:first-child a{transition:all .6s cubic-bezier(.175,.885,.32,1.275) 0s}
.box19 .icon li:last-child a{transition:all .6s cubic-bezier(.175,.885,.32,1.275) .1s}*/
@media only screen and (max-width:990px){.box19{margin-bottom:30px}
}
@media only screen and (max-width:360px){.box19 .box-content{padding-top:20%}
}
.testimonial4_slide p{
  color: #0ea645;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
    font-weight: 800;
}

.g-text {

    padding-top: 35px;
    padding-bottom: 35px;
     height: 230px;

}
.g-text h3 {

    font-size: 18px;
    color: #fff;

    line-height: 30px;
  /*  transform: scale(0);*/


}

/*gallery modal*/
  
#testimonial4{
  overflow: hidden;
  min-height: 305px;
  position: relative;
  background: ;
}
#testimonial4 .carousel-inner{
  width: 75%;
  margin: auto;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  margin: 2px 3px;
  background-color: #000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 40%;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 1px solid #0ea645;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
    transition: all 0.6s cubic-bezier(0.3,1,0,1);
}

.testimonial4_control_button .carousel-control.left{
  left: 3%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 3%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover, .testimonial4_control_button .carousel-control.right:hover {
    color: #fff;
    background: #0ea645;
    border: 1px solid #fff;
}



.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
}


@media only screen and (max-width: 480px){
  .testimonial4_control_button .carousel-control{
    display: none;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_header h4{
    font-size: 20px;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 481px) and (max-width: 767px){
  .testimonial4_control_button .carousel-control.left{
    left: 2%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 2%;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .testimonial4_control_button .carousel-control.left{
    left: 5%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 5%;
  }
}

@-webkit-keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.gallery-modal .modal-footer button{
       color: #0ea645;
    background-color: #fff;
    border-color: #1eab51;

}

/*gallery modal*/

/*gallery page*/

/*review page*/
   .review_page{ margin-top: 50px;
    }
.review-slider{
    background-image:url(../images/news-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding-bottom: 20px;
    padding-top: 40px;
}
.review-slider-head h1{
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Conv_Poppins-Bold';
        margin-bottom: 20px;

}
.review_page .comment-box{
      background-color: #f9f9f9/*ebebeb*/;
    /* width: 100%; */
    /* height: 170px; */
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 7px;
}
.review_page .kit_req1{
   color: #fff;
    font-size: 18px;
    font-family: 'Conv_Poppins-Regular';
    background: #0ea645;
    padding: 0px 6px 0px 6px;
    /* text-transform: uppercase; */
    letter-spacing: 0px;
    width: 100%;
    max-width: 310px;
    text-align: center;
    margin: 65px auto 65px;
    border-radius: 4px;


}
.review_page .kit_req1:hover {
  color: #fff;
  }
.review_page .img-section{
  margin: 0px auto;
}
/*review slider*/

/*testimonial*/
.testimonial{
  margin-top: 20px;
}
.testimonial h4{
    font-size: 20px;
    color: #000;
    margin: 20px 0px 0px 0px;
    letter-spacing: 1px;
}
#fade-carousel p {
   padding: 22px 150px 10px;
    font-size: 16px;
    color: #7c7c7c;
}
#fade-carousel p span{ font-size: 15px; color:#969696;margin: 10px 0;
    display: inline-block;}
#fade-carousel .carousel-control {
  background:transparent;
    top: 45%;   
    opacity: 1;
}
.carousel-t{
    width: 18px;
}
.profile-circle {
}
.profile-circle img{ border-radius:50%;margin: 0px auto;}
.testimonial h2{ font-size:35px ; color:#fff;    margin: 40px 0 30px;}
/*//testimonial*/
.review-slider-top{
  max-width: 60%;
      margin: 0px auto;
      height: 425px;
}
/*accordian*/
.moretext {
  display: none;
}
.commented-box h3{
  margin-top: 0px;
}
/*review slider*/
.review-slider .carousel-inner>.item>img {
    line-height: 1;
    margin: 0px auto;
}

.news1_i
  {
    padding-left: 70px;
  }
.modal-btn{

    color: #0ea645;
    background-color: #fff;
    border-color: #0ea645;

}
.modal-btn:hover{

    color: #fff;
    background-color: #0ea645;
    border-color: #fff;

}
.close:focus, .close:hover {
    color: #0ea645;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #0ea645;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}
.review_page {
    margin-top: 30px;
}

/*div#myNavbar {
    position: relative;
    margin-top: 12px;
}*/
#AboutUs_section
{
  padding: 0px;
}

.people_img img
{
  object-fit: cover;
  height: 214px;
  border-radius: 0;
  
  
}
.people_mobile
{
  width: 100%;
  margin-left: 0;
}
.mar_left
{
  margin-left:15px;
  margin-right: 15px;
}

.padding_media
{
  padding-left: 15px;
}
.text_case
{
  text-transform: capitalize;
  margin-top: 0;
}
.reply_back
{
  background-color: #e3e4e4;
    padding: 10px;
    margin-top: 10px;
}
.fa 
{
  padding: 10px;
}
.Buzz_clas
{
  margin-top: 20px;
  cursor: pointer;
}
/*.Buzz_clas:hover
{
  box-shadow: 0px 0px 15px 1px #00000050;
}*/
    
.like
{
    background: transparent;
    border: none;
    color: #337ab7;
}
.like:hover, .like:focus
{
  color: #0ea645;
}


.g-text
{
  position: relative;
  top: 0;
  transition: top ease 0.5s;
}
.g-text:hover {
    box-shadow: 0px 0px 11px 2px #00000050;
    top: -5px;
  
}

/*//review page*/

/**/

/*
.lightbox-target {
position: fixed;
top: -100%;
width: 100%;
background: rgba(0,0,0,.7);
width: 100%;
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
}


.lightbox-target img {
margin: auto;
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}



a.lightbox-close {
display: block;
width:50px;
height:50px;
box-sizing: border-box;
background: white;
color: black;
text-decoration: none;
position: absolute;
top: -80px;
right: 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}



a.lightbox-close:before {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}



a.lightbox-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}


.lightbox-target:target {
opacity: 1;
top: 0;
bottom: 0;
}

.lightbox-target:target img {
max-height: 100%;
max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
top: 0px;
}
*/
/**/
/*------media quarry------*/

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 767px) 

{
    /*new*/
  .login_link {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Conv_Poppins-SemiBold';
    padding: 12px 0px 8px;
    letter-spacing: 1px;
    width: 100%;
    max-width: 250px;
    /* text-align: center; */
}
.helpline {
    color: #fff;
    font-size: 16px;
    font-family: 'Conv_Poppins-SemiBold';
    margin-top: 5px;
}
  .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
  }
  .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 25px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid white;
    border-radius: 4px;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: white;
  }
  .top-nav {
    padding-top: 20px;
    text-align: center;
  }
  .top-nav-links {
    text-align: center;
    margin-bottom: 10px;
  }
  .logo-brand {
    max-width: 20%;
    margin: 8px 0px 20px 15px;
}
  header h1 {
    font-size: 26px;
    color: #fff;
    font-family: 'Conv_Poppins-SemiBold';
    text-transform: uppercase;
      /*new*/
        margin-top: 40px;
        /*new*/
  }
  header p {
    font-size: 16px;
    color: #fff;
    margin: 30px 0 0 0;
  }
  header .kit_req {
    display: block;
    color: #ffffff;
    font-size: 20px;
    font-family: 'Conv_Poppins-Regular';
    background: #0ea645;
    padding: 6px 15px 6px 15px;
    /* text-transform: uppercase; */
    letter-spacing: 0px;
    width: 100%;
    max-width: 210px;
    text-align: center;
    margin: 40px auto 0px;
    border-radius: 4px;
  }
  .abouts {
    margin-top: 30px;
  }
  #custom_carousel .item {
    color: #000;
    background-color: #fff;
    padding: 10px 0;
    overflow: hidden;
  }
  .abouts h1, .request_a_kit1 h1, .people_contents_main h1, .gallery_page h1 ,.review-slider-head h1 {
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Conv_Poppins-Bold';
  }
  .abouts p{
      font-size: 16px;
      font-family: 'Conv_Poppins-Regular';
      margin: 20px auto 0;
      /* line-height: 19px; */
      text-align: justify;
      margin-top: 0px;
          margin-bottom: 15px;
  }
  /*gallery*/
  .side-g{
    margin-top: 4px;
  }
  #testimonial4 {
      overflow: hidden;
      min-height: 185px;
      position: relative;
      background: ;
  }
  /*request kit*/
  .request_a_kit1 .kit-detail {
      padding-top: 0px;
      padding-left: 30px;
      padding-right: 30px;
  }
  .request_a_kit1 p {
      font-size: 16px;
      font-family: 'Conv_Poppins-Regular';
      margin: 20px auto 0;
      line-height: 30px;
      text-align: justify;
      text-align: center;
      margin-top: 10px;
      margin-bottom: 15px;
  }
  .people_contents_main p {
      font-size: 16px;
      font-family: 'Conv_Poppins-Regular';
      margin: 20px auto 0;
      /* line-height: 19px; */
      text-align: center;
      margin-top: 0px;
          margin-bottom: 15px;
  }
.g-text {
    padding-top: 15px;
    padding-bottom: 35px;
    height: 230px;
    margin-bottom: 5px;
  }
  .foot-st {
      margin-top: 15px;
  }
  footer h4 {
      font-size: 18px;
      font-family: 'Conv_Poppins-SemiBold';
      text-transform: uppercase;
      text-align: center;
  }
  .news {
      margin: 40px auto;
      background-image: url(../images/news-bg.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      color: #fff;
      padding-bottom: 20px;
      padding-top: 10px;
  }
  .review-slider {
      margin: 0px auto 20px 0;
      background-image: url(../images/news-bg.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      color: #fff;
      padding-bottom: 20px;
      padding-top: 40px;
  }
  .news1_i
  {
    padding-left: 0;
  }
  .owl-carousel .owl-item img
  {
    width: 100% !important;
  }
  .people_img img
  {
    height: 290px;
  }

  .owl-theme .owl-nav
  {
    display: none;
  }

}

/*responsive mobile view end*/


/*css 10 Apr*/


/*10 Apr css start */


/*10 Apr css end */
