/*


.pt-100{padding-top:75px}
.pb-100{padding-bottom:75px}
.pt-130{padding-top:130px}
.pb-130{padding-bottom: 130px }
.pt-125{padding-top:125px;}
.pt-80{padding-top: 80px}
.pt-85{padding-top: 85px}
.pt-90{padding-top: 90px}
.pt-300 {
  padding-top: 300px;
}
.pt-35 {
  padding-top: 35px;
}
.pt-25 {
  padding-top: 0px;
}
.pt-45 {
  padding-top: 45px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-55 {
  padding-top: 55px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-140 {
  padding-bottom: 140px;
}
.pt-145 {
  padding-top: 145px;
}
.pt-150 {
  padding-top: 150px;
}
.pb-150 {
  padding-bottom: 150px;
}
.no-padding{padding-left: 0px;padding-right: 0px}
/*Desktop Devices Css*/
#moble-device-section{display: none}
.form-desktop{display: block}
.form-mobile{display: none}
/*Default Page Titlte*/
.section-default-title{}
.section-default-title h2::before {
  position: absolute;
  content: "";
  background: #18ba60;
  height: 5px;
  left: 0;
  width: 80px;
  border-radius: 5px;
  top: 43%;
}
.section-default-title h2::after {
  position: absolute;
  content: "";
  background: #18ba60;
  height: 5px;
  right: 0;
  width: 80px;
  border-radius: 5px;
  top: 46%;
}
.section-default-title h2 {
  font-size: 32px;
  font-weight: 400;
  color: #000000;
  line-height: 25px;
  position: relative;
  width: 37%;
  text-align: center;
  margin: 0px auto;
  margin-bottom: 24px;
}
.section-default-title p {
  letter-spacing: 1px;
  line-height: 24px;
}
/*Default Home Page Titlte*/
.section-default-title-second h2::after {
  position: absolute;
  content: "";
  background: #18ba60;
  height: 3px;
  right: 0;
  width: 80px;
  border-radius: 5px;
  left: 0;
  text-align: center;
  display: block;
  margin: 0px auto;
  bottom: -24px;
}
.section-default-title-second h2 {
  font-size: 32px;
  font-weight: 400;
  color: #000000;
  line-height: 42px;
  position: relative;
  text-align: center;
  margin: 0px auto;
  margin-bottom: .5rem;
  line-height: 25px;
}
/*----------------------------------------*/
/*  scroll-top-top css
/*----------------------------------------*/
.scroll-top-top {
    background-color: #11954b;
    bottom: 15px;
    right: 20px;
    position: fixed;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: none;
    z-index: 129;
    border-radius: 5px 5px 0 0px;
}
.scroll-top-top i {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 20px;
    padding-top: 15px;
}
/*----------------------------------------*/
/*  Preloader Css
/*----------------------------------------*/
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
}
#loading-center{
  width: 100%;
  height: 100%;
  position: relative;
  }
#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;  
}
/*----------------------------------------*/
/* 1. Home One
    1.1 Header Top css
/*----------------------------------------*/
.header-top {
  background-color: #162336;
  padding-top: 23px;
  padding-bottom: 23px;
}
.office-time{}
.office-time span:first-child{margin-left: 0px}
.office-time span{margin-left: 10px}
.office-time span i{color: #c6c6c6;margin-right: 10px}
.office-time p {
    color: #c6c6c6;
    font-size: 14px;
    text-transform: uppercase;
}
.login-register{position: relative;}
.login-register ul{margin:0;padding: 0;list-style: none}
.login-register ul li {
    float: left;
    padding-right: 14px;
    line-height: 22px;
}
.login-register ul li::before {
    position: absolute;
    content: "/";
    width: 10px;
    height: 10px;
    left: 51%;
    right: 0;
    color: #c6c6c6;
}
.login-register ul li:last-child{
  padding-right: 0px;
}
.login-register ul li span i {
  color: #c6c6c6;
  padding-right: 10px;
}
.login-register ul li a {
  color: #c6c6c6;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  list-style: none;
  display: inline-block;
}
.login-register ul li a:hover{color: #fff}

/*Naviation css*/
.header-bottom {
  position: relative;
  background-color: #ffffff;
  /*---- Sticky Header ----*/ }
.header-bottom.is-sticky {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background-color: #ffffff;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    z-index: 123; }
.header-bottom.is-sticky nav {
  line-height: 14px; padding-top: 22px;
  padding-bottom: 22px;
}
/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
/*  padding: 4px 0;*/
  min-height: 42px;
  z-index: 123;
}
.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px 13px;
    position: absolute;
    top: 22px;
    /*right: 25px !important;*/
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-weight: 700;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}
.mean-container .mean-nav {
  float: left;
  width: 100%;
  margin-top: 44px;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}
.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #383838;
  border-top: 1px solid rgba(255,255,255,0.5);
  text-decoration: none;
  text-transform: uppercase;
}
.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255,255,255,0.25);
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255,255,255,0.1);
}
.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 32px;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255,255,255,0.1);
  border: none !important;
  border-left: 1px solid rgba(255,255,255,0.4) !important;
  border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(12, 105, 53, 0.46);
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mean-remove {
  display: none !important;
}

/*----------------------------------------*/
/* 1. Home One
    Quick look Section  css
/*----------------------------------------*/
.quick-look-section {
  border: 1px solid #D8D8D8;
  padding: 30px;
  border-radius: 4px;position: relative;
}
.quick-look-item{}
.quick-look-item h2 {
  margin-top:50px;
  font-size: 24px;
  color: #18ba60;
  font-weight: 400;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  line-height: 25px;
}
.quick-look-item p {
  font-size: 16px;
  color: #777777;
  line-height: 27px;
}
.quick-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: -20%;text-align: center;
}
.quick-icon span {
  border: 1px solid #ccc;
  display: inline-block;
  border-radius: 90px;
  width: 94px;
  height: 94px;
  background: #fff;
}
.quick-icon span i::before {
  font-size:40px;
  color: #18ba60;
  text-align: center;
  margin: 0px auto;
  display: block;
  padding-top: 36px;line-height: 22px;
}
div.quick-look-section:hover{
    -webkit-box-shadow: 0px 0px 35px 0px rgba(232, 232, 232, 0.9);
-moz-box-shadow: 0px 0px 35px 0px rgba(232, 232, 232, 0.9);
box-shadow: 0px 0px 35px 0px rgba(232, 232, 232, 0.9);-webkit-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  transition: all 0.55s ease;cursor: crosshair;border: 1px solid #fff;
}
div.quick-look-section:hover .quick-icon span{color: #fff;background-color: #18ba60;
-webkit-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
div.quick-look-section:hover .quick-icon span i::before{color: #fff;
-webkit-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  transition: all 0.55s ease;
}

/*----------------------------------------*/
/* 1. Home One
    1.10 Footer Top Area
/*----------------------------------------*/
#footer-top{background-color: #162336}
.footer-widget{}
.footer-widget h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 12px;
}
.footer-widget p {
  font-size: 16px;
  line-height: 27px;
  color: #c6c6c6;
  margin-bottom: 30px;
}
.footer-widget ul{margin:0px;padding: 0px;list-style: none}
.footer-widget ul li{float: none}
.footer-widget ul li a {
  color: #c6c6c6;
  font-size: 16px;
  line-height: 32px;
  display: block;
  text-decoration: none;
}
.footer-widget ul li a:hover{color: #fff;-webkit-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  transition: all 0.55s ease}
.footer-logo {
  margin-bottom: 33px;
}
.footer-logo img{display: block;max-width: 100%}
.widget-info{position: relative;}
.widget-info p{  font-size: 16px;
  line-height: 27px;
  color: #c6c6c6;
  margin-bottom: 30px;}
.widget-info ul{margin:0px;padding: 0px;list-style: none}
.widget-info ul li{float: left;}
.widget-info ul li a {
  display: block;
  padding: 0px 8px;
  border: 1px solid #fff;
  margin-right: 12px;color: #fff;text-decoration: none
}
.widget-info ul li a span i{color: #fff}
.widget-info ul li a:hover span i{color: #18ba60;-webkit-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  transition: all 0.55s ease}
.widget-info ul li a:hover{  border: 1px solid #18ba60;-webkit-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  transition: all 0.55s ease}
.subscribe-here{position: relative;}
.subscribe-here span {
  padding: 5px 18px;
  background-color: #18ba60;
  position: absolute;
  right: 4px;
  top: 0;
  margin-top: 3px;
  border-radius: 42px;
  cursor: pointer;
}
.subscribe-here span i {
  color: #fff;
  font-size: 25px;
  text-align: center;
  margin: 0px auto;
  padding-top: 2px;
  display: block;
}
.subscribe-here input[type="email"] {
  border-radius: 35px;
  padding: 21px 20px;
  display: block;
}
.subscribe-here input[type=email]:focus{
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  border: 1px solid #18ba60;
    box-shadow: none;
    -webkit-box-shadow: none;
}
/*----------------------------------------*/
/* 1. Home One
    1.11 Footer Bottom Area Css
/*----------------------------------------*/
#footer-bottom {
  padding-top: 25px;
  background-color: #18ba60;
  padding-bottom: 25px;
}
.copy-text{}
.copy-text a:hover{color: #162336}
.copy-text p{font-size: 14px;font-size: 400;font-family: 'Roboto Slab', serif;color: #fff}
.footer-menu{}
.footer-menu ul{margin:0px;padding: 0px;list-style: none}
.footer-menu ul li{float: left;}
.footer-menu ul li a {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto Slab', serif;
  color: #fff;
  text-decoration: none;
  display: block;
  padding-left: 35px;
}
.footer-menu ul li a:hover{
  color: #162336 ;-webkit-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  transition: all 0.55s ease
}
/*----------------------------------------*/
/* 2. Home One
    2.1 Home Slider  css
/*----------------------------------------*/
#slider-one {position: relative;}
.intro-content-1 {
    position: relative;
    z-index: 1;
}
.intro-content-1::after {
/*    background: rgba(23, 23, 23, 0.31);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; */ 
}
.slider-content {
    position: absolute;
    right: 0;
    text-align: left;
    top: 50%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    margin-top: -170px;
}
.layer-1-2-slide-1 {
    margin: 20px 0;
}
.layer-1-1-slide-1 p {
    color: #777777;
    font-size: 16px;
    letter-spacing: 0.60px;
    line-height: 27px;
    max-width: 700px;
}
.layer-1-2-slide-1 h1 {
    color: #18ba60;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    text-transform: uppercase;
    max-width: 880px;
    letter-spacing: 2px;
}
.layer-1-2-slide-1 h1 span.subtitle {
  font-size: 36px;
  font-weight: 400;
  line-height: 52px;
  display: inline-block;color: #333333
}
.slider-content .align-center {
  text-align: center;
}
.slider-content .align-center h1{
    max-width: 100%;
    padding: 0 100px;
  }
  .slider-content .align-center p{
    max-width: 100%;
    padding: 0 130px;
  }
  
.rep-btn-slide-1 {
  border: 2px solid #18ba60;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  padding: 13px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  z-index: 222;
  background: #18ba60;
  width: 182px;
  border-radius: 55px;
}
.rep-btn-slide-1:hover{
    color: #fff;
    background: #11954b;
    border: 2px solid #11954b;
    text-decoration: none;
}
.rep-btn-slide-1.right-btn {
    margin-left: 15px;
    background: #11954b;
    border: 2px solid #11954b;
}
.rep-btn-slide-1.right-btn {
  margin-left: 15px;
  background: transparent;
  border: 2px solid #18ba60;color: #18ba60
}
.rep-btn-slide-1.right-btn:hover{
    background: #11954b;
    border: 2px solid #11954b;
    color: #fff;
}
.rep-btn-slide-1.left-btn:hover{
    background: #11954b;
    border: 2px solid #11954b;
}
.layer-1-2-slide-1 .color {
    color: #2e2e95;
    font-weight: 900;
}

/*----------------------------------------*/
/* 10. Team Member Details Page CSS
    10.1 Member Details css
/*----------------------------------------*/

#chip-level h2{
  color: #910F21!important;

}
#chip-level h4{
  color: #191818!important;
  font-weight: 600;
}
#chip-level h4::after{
  content: '';
  width: 50px;
  height: 2px;
  background: #191818;
  display: block;
  margin: 10px 0px 20px 0px;
}
#chip-level p{
  font-size: 15px;
}
section h2{
  font-family: 'Noto Serif', serif!important;
}
.text-secondary{
  color: black!important;
  font-weight: bold;
}
.main_dropdown ul li a{
        font-size: 12px!important;
    }
    .caret{
        display: none!important;
    }
    .main_header{
        position: relative;
    }
    .main_header .heading{
        position: absolute!important;
        top:50%!important;
        left: 10%!important;
    }
    .text-white{
      color: #fff!important;
    }
.main-slider .carousel-inner img{
  /*transform: scale(2.5)!important;*/
  animation-name: slider;
  animation-duration: 5s;
}
@keyframes slider{
  /*from{transform: scale(0.5),}
  to{transform: scale(1.5)}*/
  
}
.main-slider .carousel-inner h1{
  position: absolute!important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 0px;
  animation-name: slider_text;
  animation-duration: 5s;
}
@keyframes slider_text{
  from{font-size: 0px,}
  to{font-size: 40px}
  
}
.main_box h4{
  font-size: 20px;
}
.mob-data-recovery img{
  margin: auto;
  padding: 20px;
  width: 40%;
}
section{
  padding: 90px 0px 50px 0px;
}
.services h4{
  color: white;
  text-align: center;
}
.services img{
  margin: auto;
  text-align: center;
  width: 30%;
  padding: 10px;
}
.recovery{
  width: 100%;
  height: auto;
  background:linear-gradient(rgba(000,000,000,0.4),rgba(000,000,000,0.4)), url('../../images/recovery_back.jpg')!important;
  background-attachment: fixed;
  background-size: cover;
}
.btn-primary{
  background: transparent;
  border-color: white;
  padding: 10px 30px 10px 30px;
  margin-top: 40px;
}
.btn-primary:hover{
  border-color: white;
  background: transparent;
}
.recovery h2{
  text-align: left;
  color: white;
  font-family: 'Abel', sans-serif;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
#myCarousel1 .carousel-inner h4{
  color: white!important;
  text-align: center;

}
#myCarousel1 .carousel-inner a{
  font-size: 12px;
}
.carousel-control.right{
  background:transparent!important;
}

.carousel-control.left{
  background:transparent!important;
}

















