body {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	color:#929a9c;
	font-size: 16px;
	position: relative;
	font-weight:normal;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

h1,h2,h3,h4,h5,h6{margin-top:10px;}

h2{font-size: 36px;}
h4{font-size:24px; color:#fff;}
h5{font-size:18px; color:#585858;}
h6{color:#fff; font-size:16px;}
p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

ul{padding-left:0;}
li {
  list-style:none;
}
img {max-width: 100%;}
/*For Color*/
.color-green{color:#2ebf6c;}
.gray-bg{background-color:#ebebeb;}
.green-bg{background-color:#2ebf6c;}


/*For Button*/
.btn{
  background-color: #27ae61;
  border: medium none;
  border-radius: 50px !important;
  color: #333;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
   transition: all 0.5s ease;
}


.btn-lg {
  color: #fff ;
  font-size: 16px;
  font-weight: 400;  
  padding: 14px 48px;
  text-transform: uppercase;
}


.btn:hover{color:#333; background-color:#fff;}


.banner-wrapper .btn-default {
  background-color: #fff;
  color: #333;
}
.banner-wrapper .btn-default:hover{background-color:#27ae61; color:#fff}


/*Common Style*/

.padding-left0{padding-left:0 !important;}

.navbar-default {
  background-color: transparent;
  border:none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: #fff;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}
nav.fill-bg .navbar-nav > li > a:focus, nav.fill-bg .navbar-nav > li > a:hover {
  color: #606060;
}


.input-group .form-control {border-radius: 0;}



/*For Nav*/
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.banner-wrapper .navbar-nav > li a {
  font-size: 16px;
  font-weight: 300;
  padding: 38px 14px;
}

nav.fill-bg {background-color: #fff; box-shadow: 0 0 6px #d0d0d0; z-index:999999;}
nav.fill-bg .navbar-nav > li > a {color: #606060; font-weight: 400;}
nav.fill-bg .navbar-nav > .active a{color:#43BC77;}

.banner-wrapper .navbar-nav > li a::after {
  color: #21c28c;
  content: "";
  text-shadow:0;
  -webkit-transition: text-shadow .3s ease;
	-moz-transition: text-shadow .3s ease;
	-o-transition: text-shadow .3s ease;
	transition: text-shadow .3s ease;
  
}

.banner-wrapper .navbar-nav > li a:hover::after,.navbar-default .navbar-nav > .active a::after {
	bottom: 21px;
  color: #21c28c;
  content: "•";
  font-size: 19px;
  left: 20px;
  position: absolute;
  text-shadow: 8px 0 0px, 16px 0 0;
  -webkit-transition: text-shadow .3s ease;
	-moz-transition: text-shadow .3s ease;
	-o-transition: text-shadow .3s ease;
	transition: text-shadow .3s ease;
  
}


nav.fill-bg .navbar-nav > li > a:hover,nav.fill-bg .navbar-nav > .active a:hover{color:#43BC77;}




/*banner*/
.banner-wrapper{background:url(../images/banner-bg.jpg) center top; background-size:cover;}

.overlap {
  background-color: rgba(0, 0, 0, 0.7) !important;
  display: table;
 /* height: 700px;*/
  overflow: hidden;
  text-align: center;
  width: 100%;
 /* padding-top:60px;*/
  padding-top: 118px;
  padding-bottom: 100px
}


.banner-wrapper {
/*  height: 700px;*/
  width: 100%;
  position:relative;
}

.banner-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}

.cover-container p.lead {
  color: #fff;
  font-size: 18px;
  margin: 0 auto;
 /* max-width: 700px;*/
  padding-bottom: 35px;
  padding-top: 24px;
}

.cover-container {
  width: 900px;
  text-align:center;
  margin-right: auto;
  margin-left: auto;
}

h1.cover-heading {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
}

.banner-wrapper-inner {
   /* vertical-align: middle;*/
}

.banner-wrapper .btn {
  margin: 0 8px;
}

.arrow-down {
  bottom: 90px;
  clear: both;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}

.ml_15{
  margin-left: 15px !important;
}
.lnr-arrow-up-circle{
  padding: 5px;
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-30px);}
    60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-30px);}
    60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-30px);}
    60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}


/*how its work sec start*/
.services-sec {
  margin-top: -60px;
  padding-bottom: 50px;
  position: relative;
}
.work-sec .page-heading {
  padding: 50px 0 60px;
}
.create-acc, .raise-ticket, .working-sec, .solution {
  text-align: center;
}
.create-acc img, .raise-ticket img, .working-sec img, .solution img {
    display: inline;
}
.create-acc > span, .raise-ticket > span, .working-sec > span, .solution > span {
  background: #ffae00 none repeat scroll 0 0;
  border: 5px solid #ffe7b5;
  border-radius: 100%;
  color: #fff;
  display: block;
  font-size: 40px;
  font-weight: bold;
  height: 70px;
  line-height: 60px;
  margin: 0 auto;
  width: 70px;
}
.create-acc h5, .raise-ticket h5, .solution h5 {
  color: #6c6c6c;
  font-size: 16px;
  font-weight: 300;
  margin: 20px 0 30px;
}
.create-acc {
    position: relative;
}
.raise-ticket {
    position: relative;
}
.acc-img {
  content: "";
  left: 300px;
  position: absolute;
  top: 60px;
}
.raise-img {
  content: "";
  position: absolute;
  right: 0;
  top: 59px;
}
.raise-ticket > h5 {
  margin: -23px 0 0;
  padding-right: 80px;
}
.services-sec .container {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;

  margin-top: -60px;
}
/*how its work sec end*/


/*For Service Section*/
section.services-sec {
  
  text-align: center;
}

.page-heading {
  padding: 40px 0;
  text-align: center;
}
.page-heading h2 {
  color: #464646;
}
.page-heading p {
  color: #b0b0b0;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.services-list ul li {
  padding: 4px 0;
  text-align: left;
  list-style:none;
  position:relative;
}
.services-list ul li h5 {
  font-size: 18px;
  font-weight: 500;
}
.services-list ul li p {
  color: #7c7c7c;
  font-size: 16px;
  font-weight: 300;
}
section.services-sec .text {
  padding-left: 14%;
}
.services-list ul li span {
  left: -43px;
  position: absolute;
  top: 12px;
}

.services-bar {
  padding: 55px 0;
  margin-top:80px;
}
.services-iceon-box {
  padding: 0 10%;
}

.services-iceon-box p {
  color: #656565;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

.bigger_features .features img{
  width: 90px;
  height: 90px;
}

/*For testimonials */
.testimonials-sec {
  clear: both;
  width: 100%;
  text-align:center;
}
.carousel-control.left {
  background-image: none;
  background:url(../images/left-arrow.png) no-repeat center center;
}
.carousel-control.right {
  background-image: none;
  background:url(../images/right-arrow.png) no-repeat center center;
}
.testimonials-sec #myCarousel .col-sm-12 {
  padding: 0 180px !important;
}
.testimonials-sec .item p {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 34px;
}
.author-name {
  padding-top: 50px;
}
.testimonials-sec .carousel-indicators {
  bottom: -58px;
}
.author-name cite {
  font-size: 15px; 
}

.carousel-indicators li{background-color:#d0d0d0;}
.carousel-indicators .active{background-color:#43bc77;}


/*For Pricing */
.price-heading {
  background-color: #2a2929;
  margin:0;
  padding: 10px 20px 12px; 
  
}
.pri-cost {
  color: #31d075;
  font-size: 38px;
  font-weight: bold;
}

  .yearlybilling p{
    font-size: 15px;
    color:#fff;
  }
.price-heading > h4 { 
  font-weight: 500;
}
.pri-cost > span {
  font-size:38px;
  font-weight: 500;
}
.pri-cost > .font_s{
  font-size: 21px !important;
}

.pricelt{
  font-size: 30px !important;
  font-weight: bold !important;
}
.pricelt,.mpricelt{
  text-decoration: line-through;
}
.price-heading > h4 {color: #fff; font-size: 18px; font-weight: 400;}
.pricing-sec .pricing-box ul{margin:0;}
.pricing-sec .pricing-box li {
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  color: #7d7d7d;
  font-size: 14px;
  list-style:none;
  padding:12px 0 12px 0px;
  text-align:center;  
}

.pricing-box.pricing-list li {
  padding:11.9px 0 12.8px 28px;
  text-align: left;
}
.price-heading{
  min-height: 170px !important;
}
.pricing-box {
  background-color: #fff;
  /*box-shadow:0 0 10px rgba(176, 217, 254, .4);*/
  transition:all .4s ease-in-out; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out;
  text-align:center;
  padding:0;

}

/*.pricing-box:hover{transform:scale(1.06); -moz-transform:scale(1.06); -webkit-transform:scale(1.06); transition:all .4s ease-in-out; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out;}*/
/*.pricing-up {
  height: 500px;
  position: relative;
  top: -16px;
  z-index:9;
}*/

.best-services {
  color: #838383 !important;
  font-weight: bold;
}
.blank-space {
  height:140.6px;
}
.pricing-sec .btn.btn-lg {
  margin-top: 20px;
}
.pricing-sec .btn.btn-lg:hover {
	background-color: transparent;
	color: #27AE61;
	border: 2px solid #27AE61;
    padding: 12px 46px;
    transition: none;
}


/*Pricing Table*/

.testimonial {
    background-color: #eceff1;
    padding: 70px 0px;
}
.pricing-table {
  width: 100%;
}
.Scroll-bar {
	display: none;
}
.pricing-table table {
  width: 100%;
}
.pricing-table tr th{  border-right: 1px solid #505050; text-align:center;}
.pricing-table tr td {
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
  color: #7d7d7d;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0;
  text-align: center;
}
.pricing-table .Color_Hex td,.pricingTable .Color_Hex{
  background-color:#ecfaf3;
  background-color:#ecfaf3;


}
.Color_Hexs{
  background:#00c98b;
  padding:8px;
}
.Color_Hex_2b{
 background:#ffbc86;
  padding:8px;
}
.Color_Hex_3c{
 background:#5bc3fb;
   padding:8px;
}
.Color_Hex_4c{
 background:#bfbfbf;
  padding:8px;
}
.Color_green{
  color:#00c98b !important;
}
.Color_d{
  color:#000  !important;
  font-weight: bold; 
}

.pricing-table .Color_Hex_3 td,.pricingTable .Color_Hex_3{
  background-color:#f4fafe;
 

}
.pricing-table .Color_Hex_4 td,.pricingTable .Color_Hex_4{
  background-color:#fff;

}
.pricing-table .Color_Hex_2 td,.pricingTable .Color_Hex_2{
  background-color:#fdf9f5;

}

.pricing-table tr td.check-icon {color: #36ad69; font-size: 18px; }
.pricing-table tr td.cross {color: #e92929; font-size: 18px;}
.pricing-table tr td.check-p {color: #000; font-size: 16; padding: 10px; line-height: 25px; }

.pricing-table tr td:first-child {
  text-align: left;
}
.border-b-none{border-bottom:none !important;}
.pricing-table tr td b{
font-size: 25px;
color: #fff;
}


/*Footer*/
footer.footer-sec {
  margin-top: 100px;
}
.subscribe-sec {
  padding: 24px 0;
}
.subscribe-sec p {
  color: #fff;
}

.subscribe-sec input.form-control {
  border:none;
  height: 48px;
  padding-left:40px;
}
.subscribe-sec .input-group {
  padding-top: 35px;
}
.subscribe-sec .input-group-btn {
  text-align: right;
}

.subscribe-sec .input-group-btn button.btn {
  background-color: #2d2d2d;
  border-radius: 0 !important;
  color: #fff;
  font-size: 15px;
  min-width: 260px;
  padding: 14px 30px;
  text-transform: uppercase;
  width: auto;
}
.letterbox-icon {
  left: 5px;
  position: absolute;
  top: 40px;
  z-index: 9999;
}

.bootom-footer {
  background-color: #212121;
  padding: 40px 0;
}
.footer-col {
  padding: 0 80px;
}
.footer-col h6 {
  text-transform: uppercase;
}
.footer-col > p {
  margin-top: 10px;
}
.footer-col.f-post ul {
  margin-left: 17px;
}
.footer-col.f-post ul li {
  padding-bottom: 2px;
  padding-left: 0;
  padding-top: 2px;
  list-style:square ;
}
.footer-col.f-post a {
  color: #7c7c7c;
  font-size: 14px;
}
.footer-col.f-post ul li .img-circle {
  left: 74px;
  position: absolute;
}
.footer-col ul li p {color: #7c7c7c; font-size: 14px; font-weight: normal;  margin: 0;}
.footer-col ul li span{font-size:12px; color:#5c5c5c;}

.footer-col li {
  padding: 10px 0;
}
.footer-col li i {
  padding-right: 10px;
}
.footer-col .follow-us li {
  display: inline-block;
  margin:0 3px;
}
.footer-col .follow-us li a {
  background-color: #383838;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  height: 40px;
  padding: 9px 13px !important;
  width: 40px;
}
.footer-col .follow-us li a:hover{background-color:#2EBF6C;}

.follow-us {
  border-top: 1px solid #3f3f3f;
  margin-top: 22px;
  padding-top: 14px;
}
.follow-us > h6 {
  color: #7c7c7c;
}
.copyright{background-color:#161616; font-size: 12px; padding:20px 0; color: #626262;}
.copyright a{color: #626262; padding:0 10px;}
.copyright span { color: #43bc77;}





/*===Set on Mobile Screen===*/
@media screen and (max-width:1199px) {
	/*Footer*/
	.footer-col {padding: 0 30px;}
	.footer-col.f-post ul li .img-circle {left: 22px;}
	.footer-col.f-post ul li {padding-left: 0px;}
}


@media screen and (max-width: 991px) {
	h4 {font-size: 20px;}
	.cover-container { width: 750px;}
	h1.cover-heading {font-size: 40px;}
	section.services-sec .text {margin-top: 40px;}
	
	.testimonials-sec #myCarousel .col-sm-12 {
		  padding: 0 110px !important;
     }
	 
	/*Pricing*/
	.pricing-sec .pricing-box li{padding:12px 0 12px 22px}
	.pri-cost {font-size: 46px;}

	.price-heading > h4 {font-size: 22px;}
	.pricing-table { width:900px;}
	.pricing-sec { overflow: scroll !important;}
	
	/*Footer*/
	.footer-col {padding: 0 15px;}
	.footer-col.f-post ul li .img-circle { left: 12px;}
	.create-acc img, .raise-ticket img, .working-sec img, .solution img {
      max-width: 68%;
    }
    .acc-img {
      content: "";
      left: 170px;
      position: absolute;
      top: 36px;
    }
    .raise-img {
      content: "";
      position: absolute;
      right: 0;
      top: 36px;
    }
    .raise-ticket > h5 {
      margin: 0 0 0;
      padding-right: 20px;
    }
	.Scroll-bar {
	  color: #34B96E;
	  display: block;
	  font-weight: 500;
	  margin-bottom: 30px;
	}
}

@media screen and (max-width: 1000px) {
  .Color_Hex_3{
    padding:0px 20px !important;
  }
    .Color_Hex_4{
    padding:0px 20px !important;
  }
    .Color_Hex_2{
   padding:0px 20px !important;
  }
    .Color_Hex{
     padding:0px 20px !important;
  }
  .Color_Hexs{
  background:#00c98b;

}
.Color_Hex_2b{
 background:#ffbc86;
 
}
.Color_Hex_3c{
 background:#5bc3fb;
 
}
.Color_Hex_4d{
 background:#bfbfbf;
 padding: 8px;
}
.pricingList .btn-lg  {
    color: #fff;
    font-size: 16px !important;
    font-weight: 400;
    padding: 14px 48px !important;
    text-transform: uppercase;
    width: 100% !important;
    background:#ea9428ad !important;
    border-radius: 0px !important;
}

}
@media screen and (max-width: 767px) {
  .Color_Hex_3{
    padding: 20px !important;
  }
    .Color_Hex_4{
    padding: 20px !important;
  }
    .Color_Hex_2{
    padding: 20px !important;
  }
    .Color_Hex{
    padding: 20px !important;
  }
h2 { font-size: 30px;}
.page-heading p {font-size: 14px;}

/*Nav*/
.nav.navbar-nav.pull-right { margin: 0;  width: 100%;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover { background-color: #43bc77; color: #fff;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {background-color: #fff; border:none;}
.navbar-default .navbar-toggle {border:none; margin-top: 27px;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background-color:transparent;}
.navbar-default .navbar-toggle .icon-bar {background-color: #43bc77;}
.navbar .navbar-header {height: 90px;}

/*Banner*/
.cover-container { width: 100%;}
.banner-wrapper .navbar-nav > li a {color: #525252; padding: 10px 14px;}
.banner-wrapper .navbar-nav > li a:hover{background-color:#43BC77;}

/*Services*/
.services-iceon-box {padding: 0 10% 5%;}

 

/*Pricing*/
.pricing-box {margin-bottom: 30px;}
.pricing-up {height: auto; top: 0;}
.price-heading {margin: 0;}
.pricing-sec .pricing-box li {background-position: 20px center; padding: 12px 0 12px 50px;}

.testimonials-sec .item { width: 100%;}
.footer-col {padding:0 15px 20px 15px !important ;}

.create-acc img, .raise-ticket img,  .solution img {
      max-width: 100%;
    }
    .acc-img, .raise-img {
        display: none;
    }
    .create-acc, .raise-ticket, .solution {
        margin-bottom: 50px;
    }
    .work-sec .page-heading {
      padding: 40px 0;
    }
    .create-acc, .raise-ticket, .solution {
      margin-bottom: 70px;
    }
    .work-sec {
      padding-bottom: 0px;
    }

}


@media (max-width:600px) {
    .acc-img, .working-pic, .raise-img {
        display: none;
    }
}


@media screen and (max-width: 480px) {
.btn-lg { font-size: 14px; padding: 12px 30px;}
.banner-wrapper .btn {margin: 0 2px;}
.testimonials-sec #myCarousel .col-sm-12 { padding: 0 60px !important;}

}

.panel-title a{ 
	text-decoration:none !important;
}

/* For Bigger featured */



.bigger_features .features, div, .gray, a{  

  color:#fff;
}
.bigger_features .features{
  transition-duration:0.4s;
min-height: 315px !important;

  }

.bigger_features .features:hover div{
  transition-duration:0.4s;
min-height: 315px !important;
background:#20c18b;

  }
.bigger_features .features:hover p{
  color: #fff !important;
}
.bigger_features .features:hover h3{
  color: #fff !important;
}
.bigger_features .features:hover .lnr{
  color: #fff !important;
}


  .bigger_features .features:hover div a{
 
color: #757373 !important;

  }

  .bigger_features:hover{
    border-color: #fff;
  }
  





.features .lnr{
    font-size: 40px;
    border: 2px solid transparent !important; 
    border-radius: 100%;
    padding: 20px;
    color: #27ae61; 
}


.features:hover .lnr{
    border: 2px solid #fff !important;
}


.features h3{
  margin-top: 40px;
}

.top_features .features h3{
  margin-top: 40px;
   color: #27ae61; 
   font-size: 18px;
}

.top_features .features p{
  margin-top: 40px;
  color: #757373; 
   font-size: 16px;
   line-height: 27px !important;
   margin: 0px;
   font-weight: 400;
}
.bigger_features .features div {
            min-height:315px !important;
            margin: 15px 0;
         padding-top: 40px; 
          transition-duration:0.4s;   
   background: #fff;
   box-shadow: 0px !important;
   border-radius: 10px;
   color: #757373;
        }


div.grey{
  background: #666666;
}

div.orange{
  background: #ff9933;

  background: #666666;
}

div.red{
  background: #ff6633;

  background: #666666;
}

div.fadeblue{
  background: #0099cc;

  background: #666666;
}
  
        .test {
            display: none;
        }
        
        footer.footer-sec {
            margin-top: 0;
        }
        
        .footer-col .follow-us li a {
            padding: 0;
            /*line-height: 40px;*/
            text-align: center;
        }
        
        .follow-us ul li .fa {
            padding: 0;
        }
        
        section.services-sec .text {
            padding-left: 0;
        }
        
        .services-list .small_features .col-md-4 {
            padding: 30px 15px;
            width: 30%;
            float: left;
            min-height: 250px;
            border: 1px solid #f6f6f6;
            transition: all .5s linear;
            margin: 15px;
            box-shadow: 0 0 13px #f7f7f7;
        }
        
        section.services-sec {
            padding-bottom: 60px;
        }
        
        .services-sec .bigger_features h5 {
            color: #fff;
        }
        
        .services-sec .bigger_features .fa {
            font-size: 80px;
            margin-bottom: 10px;
            color: #fff;
        }
        
        .services-sec .bigger_features .features div {
            min-height: 290px;
            margin: 15px 0;
            padding-top: 40px;
        }
        
        
        
        .services-list .small_features .col-md-4:hover h5 {
            color: #333;
        }
        
        .services-list .small_features .col-md-4:hover p {
            color: #21C28C;
        }
        
       
        
        .services-list .small_features .col-md-4 span {
            left: 15px;
            top: 25px;
        }
        /*        .border-btm-zero {
            border-bottom: 0 !important;
        }*/
        
        .services-bar {
            margin: 30px 0 1px;
        }
        
        .pricingTable {
            background-color: #eee;
        }
        .mt_10{
          margin-top: 10px !important;
          line-height: 32px !important;
        }
        .mt_5{
        
          line-height: 30px !important;
        }
        
        
        .pricing-plan {
            margin: 30px 0px;
        }
        
        .pricingHeading {
            background: #27AE61;
            padding: 15px 20px;
            margin-bottom: 20px;
            border-radius: 3px;
            overflow: hidden;
        }
        
        .pricingHeading h5 {
            color: #fff;
            display: inline-block;
            float: left;
            font-size: 16px;
        }
        
        .pricingHeading span {
            color: #fff;
            float: right;
            font-size: 18px;
            margin-top: 6px;
            padding: 2px;
        }
        
        .pricingList {
            background: #fff;
          
            border-radius: 3px;
        }
        
        .pricingList .btn:hover {
            background-color: #21C28C;
            color: #fff;
        }
        
        .pricingList li {
            border-bottom: 1px solid #DBF2E5;
            color: #313131;
            font-size: 14px;
            line-height: 36px;
            font-weight: 300;
        }
        
        .pricingList .fa {
            color: #38b171;
            font-size: 12px;
            margin-right: 8px;
        }
        
        .pricingList .fa-times-circle-o {
            color: #e92929;
        }
        
        .pricingList li:last-child {
            border-bottom: none;
          
        }
        
        .pricing-sec {
            background-color: #eee;
            padding-bottom: 60px;
        }
        
        .pricing-sec .pri-cost {
            color: #fff;
        }
        
        .pricing-sec .pricing-table tr th {
            border-right: 0;
        }
        
        .pricing-sec table thead th:nth-child(2) .price-heading,
        .pricing-sec table thead th:nth-child(4) .price-heading {
            background-color: #77aca2;
        }
        
        .pricing-sec table thead th:nth-child(3) .price-heading {
            background-color: #21C28C;
            transform: scale(1.06);
            box-shadow: 0 2px 5px #d3d3d3;
        }
        
        .pricing-sec table thead th:nth-child(3) .price-heading .pri-cost {
            font-size: 38px;
        }
        
        .pricing-sec .pricing-table tr td:first-child {
            padding-left: 15px;
            padding: 15px;
        }
        
        .pricing-sec .page-heading {
            padding: 50px 0 60px;
        }
        
        .pricing-sec .wordpress.label2,
        .pricing-sec .woocom.label2 {
            position: relative;
        }
        
        .pricing-sec .wordpress.label2::after,
        .pricing-sec .woocom.label2::after {
            position: fixed;
            left: 80px;
            top: 170px;
            content: "Wordpress";
            font-size: 30px;
            text-transform: uppercase;
            color: #333;
            word-break: break-all;
            width: 1px;
        }
        
        .pricing-sec .woocom.label2::after {
            content: "Woocommerce";
        }
        
        .pricing-sec th.features {
            font-size: 30px;
            color: #444;
            font-weight: 400;
        }
        
        .pricing-sec .pricing-table table {
            table-layout: fixed;
            width: auto;
            margin: auto;
            background-color: #fff;
        }
        
        .pricing-sec table thead th:first-child {
            width: 350px;
        }
        
        .pricing-sec table thead th {
            width: 240px;
        }
        
        .pricing-sec table tr td:first-child {
            width: 350px;
        }
        
        .pricing-sec table tr td:nth-child(2),
        .pricing-sec table tr td:nth-child(3),
        .pricing-sec table tr td:nth-child(4) {
            width: 240px;
        }
        
        .nav.nav-pills {
            max-width: 370px;
            width: 100%;
            margin: 70px auto 0;
            text-align: center;
            border: 3px solid #fafafa;
            border-radius: 50px;
            background-color: #f9f9f9;
        }
        
        .nav-pills>li {
            float: none;
            width: 49%;
            display: inline-block;
        }
        
        .nav-pills>li>a {
            color: #333;
            font-size: 18px;
            padding: 14px;
        }
        
        .nav-pills>li.active>a,
        .nav-pills>li.active>a:focus,
        .nav-pills>li.active>a:hover {
            background-color: #21C28C;
            color: #fff;
            border-radius: 30px;
        }
        
        .nav>li>a:focus,
        .nav>li>a:hover {
            background-color: transparent;
        }
        
        .tab-content {
            position: relative;
        }
        
        .testimonial .user .user-pic {
            float: left;
            position: relative;
            height: 120px;
            width: 20%;
        }
        
        .testimonials-sec .item p {
            text-align: left;
            width: 80%;
            padding-left: 40px;
            float: left;
        }
        
        .author-name {
            text-align: left;
            width: 70%;
            padding-left: 40px;
            float: left;
            padding-top: 0;
        }
        
        .author-name h5 {
            font-size: 22px;
            color: #333;
        }
        
        .testimonial .user .user-pic::after {
            background-image: url('https://www.navthemes.com/wp-content/themes/navtheme-1.2/images/client-all2.jpg');
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            width: 126px;
            height: 120px;
            content: "";
            border-radius: 50%;
            margin: auto;
        }
        
        .testimonial .second .user .user-pic::after {
            background-position: -126px 0;
        }
        
        .testimonial .third .user-pic::after {
            background-position: -252px 0;
        }
        
        .testimonial .fourth .user-pic::after {
            background-position: -378px 0;
        }
        
        .gray-bg {
            background-color: #f1f1f1;
        }
        
        @media(max-width:1199px) {
            .services-list .small_features .col-md-4 {
                min-height: 280px;
            }
            #menu1 .pri-cost {
                font-size: 34px;
            }
            #menu1 table thead th {
                width: 217px;
            }
            #menu1 table thead th:first-child {
                width: 288px;
            }
        }
        
        @media(max-width:991px) {
            .services-list .small_features .col-md-4 {
                min-height: 390px;
                width: 29%;
            }
            .banner-wrapper .navbar-nav>li a {
                font-size: 13px;
                padding: 38px 6px;
            }
             .col-md-6.Customers_bottom{
              margin-bottom: 25px !important;
            }
            .col-md-6.Customers_bottom br{display: none;}

        }
        
        @media(max-width:767px) {
            .services-list .small_features .col-md-4 {
                min-height: 300px;
                width: 44%;
                border-bottom: 1px solid #eee !important;
            }
            .services-list .small_features .col-md-4:nth-child(2n+1) {
                border-right: 1px solid #eee;
            }
            .services-list .small_features .col-md-4:nth-child(2n+2) {
                border-right: 0;
            }
            .testimonial .user .user-pic {
                float: none;
                width: 100%;
                display: block;
            }
            .author-name {
                text-align: center;
                width: 100%;
                float: none;
                padding-left: 0;
            }
            .testimonials-sec .item p {
                text-align: center;
                width: 100%;
                float: none;
                padding-left: 0;
            }
            .banner-wrapper .navbar-nav>li a {
                font-size: 15px;
                padding: 10px 14px;
            }
            .banner-wrapper .navbar-nav>li a:hover {
                background-color: transparent;
                color: #43BC77;
            }
           .col-md-6.Customers_bottom{
              margin-bottom: 25px !important;
            }
        }
        
        @media(max-width:600px) {
            .page-heading {
                padding: 30px 0;
            }
            section.services-sec .text {
                margin-top: 0;
            }
            .services-list .small_features .col-md-4 {
                min-height: 420px;
            }
            .services-list .small_features .col-md-4 {
                width: 100%;
                min-height: auto;
            }
            .services-list .small_features .col-md-4:nth-child(2n+1) {
                border-right: 0;
            }
        }
        
        @media(max-width:480px) {
            .bigger_features .features div {
                padding: 20px 15px;
            }
        }


.top_features .features div{
  padding-top: 8px;
}



/*------ Table CSS ---------*/
.hide{
  display: none;
}
.show{
  display: block;
}

.mthbtn, .yrbtn{
  margin: 0 auto !important;
    width: 150px !important;
}
.switch {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #21C28C;
  -webkit-transition: .4s;
  transition: .4s;
   border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #21C28C;
}

input:focus + .slider {
  box-shadow: 0 0 1px #21C28C;
}

input:checked + .slider:before {
  -webkit-transform: translateX(85px);
  -ms-transform: translateX(85px);
  transform: translateX(85px);
}

.slider:after
{
 content:'Yearly';
 color: white;
 display: block;
 position: absolute;
 transform: translate(-50%,-50%);
 top: 50%;
 left: 50%;
 font-size: 12px;
 font-family: Verdana, sans-serif;
}

input:checked + .slider:after
{  
  content:'Monthly';
  left: 44%;
}


/*--------- Table CSS END --------*/

/*---------Start css in faq section by  Date=9/25/2018  --------*/

.panel-default_faq{
  margin-bottom: 50px;
}
.panel-default_faq p {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #707070;
}
.panel-default_faq .panel-title{
    font-size: 18px;
    color: #27ae61 !important;
    margin: 0px;
    line-height: 28px;
    margin-bottom: 10px !important;
}
.panel-title{
 margin-bottom: 10px !important;
}

.panel-default_faq ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.panel-default_faq li {
    color:#707070 !important;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 5px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}

.panel-default_faq a{
  color: #27ae61;
}

.subscribe-sec .input-group-btn a.btn {
    background-color: #2d2d2d;
    border-radius: 0!important;
    color: #fff;
    font-size: 15px;
    min-width: 260px;
    padding: 14px 30px;
    text-transform: uppercase;
    width: auto;
}

.pricing-table h3,
.pricingTable h3{
  font-weight: bold;
  color: white;
  display: inline-block; 
  margin:5px 0px;
}

/*---------End css in faq section by  Date=9/25/2018  --------*/

.blinking{
  animation:blinkingText 0.8s infinite;
}
@keyframes blinkingText{
  0%{   color: #000;  }
  49%{  color: transparent; }
  50%{  color: transparent; }
  99%{  color:transparent;  }
  100%{ color: #000;  }
}

#topbar{
    padding: 10px;
    background: #f99d15;
    font-weight: bold;
    color: white;
    width: 100%;
    text-align: center;
    display: block;
    text-decoration: none;
}

/*---------Start css in Modal section  Date=17/10/2018  --------*/

input, select {
    border: 1px solid #efefef;
    padding: 12px 25px;
    width: 100%;
    max-width: 100%;
    resize: none;
    border-radius: 5px;
    height: 50px;
    font-size:14px;
    color: #37373d;
    font-weight: 400;
    margin-bottom:20px;
    background: #fff;
}
textarea {
    border: 1px solid #efefef;
    padding: 25px 25px;
    width: 100%;
    background: #fff;
    max-width: 100%;
    resize: none;
    border-radius: 5px;
    font-size: 14px;
    color: #37373d;
    font-weight: 400;
    margin-bottom: 5px;
    resize: none;
    height: 150px;
}
input, button, textarea, select:focus{
  outline: none !important;
}

.modal-header {
    border-bottom: 1px solid transparent;
}
.modal-footer {
  border-color: transparent;
}
.modal-content{
  border-radius: 0px;
  padding:20px;
}
.modal.in .modal-dialog {
  top: 100px;
}

.close {
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 0;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    width: 40px;
    height: 40px;
    background: #27ae61 !important;
    border-radius: 50% !important;
    position: absolute !important;
    right: -18px !important;
    top: -15px !important;
}
.close:focus, .close:hover {
  opacity: 1;
  color:#fff;
  outline: none;
}

.modal-title{
    font-size: 20px;
    color: #27ae61;
    font-weight: 400;
}
.modal-footer{
  padding-top: 0px;
}
.modal-footer .btn-lg:hover{
    background-color: #27ae61;
    color:#fff;
}

/*---------End css in Modal section  Date=17/10/2018  --------*/

.navbar-default{
    background: transparent;
    border: none;
}
.navbar-default .navbar-nav>li>a{
	color: #fff;
}
@media(max-width: 768px){
	.navbar-default .navbar-nav>li>a{
		color: #777;
	}
}
.banner-wrapper .btn {
    margin: 0 8px;
    padding: 10px 40px;
    font-size: 16px;
}
.page-heading h2{
	font-size: 36px;
	font-weight: 600;	
}
.btn-group-lg>.btn, .btn-lg{
	font-size: 15px;
	padding: 15px 40px;
}

/*-------------------------------------------------- */
/* 12. Footer  */
/*---------------------------------------------------*/
footer {
  background-color: #1a1a1a;
  padding: 70px 0 0;
  display:block;
      line-height: 35px !important;
  /* Subscription Section */
  /* Subscription Section */
  /* Quick Links*/
  /* Quick Links*/
  /*Social Icons*/
  /*Social Icons*/
  /* Log In Section */
}
footer button, footer input[type="button"], footer input[type="reset"], footer input[type="submit"] {
transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
    font-size: 12px;
    background: #00c88a;
    border: none;
    border-radius: 22px;
    text-transform: none;
    width: 45%;
    padding: 0px 0;
    color: #fff;
    outline: none;
    -webkit-appearance: button;
    height: 45px;
    }
footer .subscription-section ::-webkit-input-placeholder {
  color: #a6a6a6;
}

footer .subscription-section :-ms-input-placeholder {
  color: #a6a6a6;
}

footer .subscription-section ::-ms-input-placeholder {
  color: #a6a6a6;
}

footer .subscription-section ::placeholder {
  color: #a6a6a6;
}

footer .subscription-section .subs-email {
  padding: 25px 30px;
  border-radius: 27px;
  background-color: #121212;
  border-top-right-radius: 27px !important;
  border-bottom-right-radius: 27px !important;
}

footer .subscription-section .subs-email:focus {
  background-color: #121212;
}

footer .subscription-section .send-btn {
  background-color: #1c1a1b;
  color: #fff;
  position: absolute;
  left: 330px;
  top: 7px;
  border-radius: 26px;
  padding: 9.6px 36.7px;
  z-index: 9999;
  text-transform: none;
}

footer .subscription-section figure {
  margin: 30px 0 0;
}

footer .quick-links h5 {
  margin: 30px 0;
  color: #fff;
  letter-spacing: 1px;
}

footer .quick-links ul li a {
  color: #d2c9c9e0;
  font-size: 12px;
  letter-spacing: .5px;
}

footer .quick-links ul li a:hover {
  text-decoration: none;
}

footer ul {
  padding: 0;
  list-style: none;
}

footer ul.social-icons {
  margin-top: 20px;
}


footer .footer-social-icons {
  display: block;
  margin: 35px 0 0;
  color: #fff;
}


footer .footer-social-icons h4 {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1px;
  color: #fff;
}

footer .social-icon {
  color: #fff;
}

footer .social-icons li {
  vertical-align: top;
  display: inline;
}

footer .social-icons a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 0px 10px;
  background:#000;
}

footer .fa-facebook-f {
  padding: 10px 14px;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 27px;
      font-family: "FontAwesome" !important;
}

footer .fa-facebook-f:hover {
  background-color: #121212;
}

footer .fa-twitter {
  padding: 10px 12px;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 27px;
      font-family: "FontAwesome" !important;
}

footer .fa-twitter:hover {
  background-color: #121212;
}

footer .fa-google-plus-g {
  padding: 10px 9px;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 27px;
      font-family: "FontAwesome" !important;
}

footer .fa-google-plus-g:hover {
  background-color: #121212;
}

footer .form-control {
  height: 30px;
  background: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #232323;
  padding-left: 10px;
}

footer .form-control:focus {
  background-color: transparent;
  color: #fff;
  border-color: #70c5c0;
}

footer .form-control,
footer .btn {
  border-radius: 2px;
}

footer .login-form {
  width: 100%;
  margin: 60px auto 0;
  padding: 35px 60px 30px;
  background-color: #121212;
}

footer .login-form form {
  color: #7a7a7a;
  border-radius: 2px;
  margin-bottom: 15px;
  font-size: 13px;
  background: #ececec;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  padding: 30px;
  position: relative;
}

footer .login-form form a {
  color: #7a7a7a;
  text-decoration: none;
}

footer .login-form form a:hover {
  text-decoration: underline;
}

footer .login-form h2 {
  font-size: 22px;
  margin: 15px 0 25px;
  color: #fff;
  font-weight: 400;
}

footer .login-form p {
  color: #7b7b7b;
  font-size: 12px;
  margin-bottom: 7px;
}

footer .login-form .avatar {
  position: absolute;
  margin: 0 auto;
  left: 0px;
  right: 0px;
  top: 0px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

footer .login-form .avatar img {
  width: 100%;
}

footer .login-form input[type="checkbox"] {
  margin-top: 2px;
}

footer .login-form .btn {
  font-size: 15px;
  background: #00c88a;
  border: none;
  margin: 20px 0;
  width: 50%;
  border-radius: 22px;
  text-transform: none;
}

footer .login-form a {
  color: #fff;
  float: right;
  font-size: 13px;
}

footer .login-form a:hover {
  text-decoration: none;
}

footer .login-form .clearfix .pull-right {
  font-size: 12px;
}

footer .login-form .clearfix .checkbox-inline {
  color: #fff;
  font-size: 12px;
}

footer .login-form .btn:hover,
footer .login-form .btn:focus {
  background: #00c88a;
  outline: none !important;
}

footer .base-footer {
  background-color: #121212;
  padding: 20px 0;
  margin-top: 60px;
}

footer .base-footer .base-footer-left {
  margin-left: 100px;
  font-weight: lighter;
  letter-spacing: 1px;
}

footer .base-footer .base-footer-right {
  margin-left: 45%;
  font-weight: lighter;
  letter-spacing: 1px;
}

footer .base-footer h5 {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
}

footer .quick-links ul li a
{
     font-size: 15px;
    font-weight: 300;
}
footer a{
    color: #00c88a!important;
  }

footer .widgettitle
{
	font-size: 20px;
    margin-top: 24px;
    color: #fff;
    font-weight: 300;
}
footer label{
    color: #444;
    line-height: 35px !important;
    font-weight: 400 !important;
}
.subscription-section .es_subscription_form .es-field-wrap  .es_required_field 
{
	outline: none;
    border: none;
    padding: 10px 80px 10px 30px;
    border-radius: 27px;
    background-color: #121212;
    box-shadow: none;
}
footer .login-form form
{
    background: transparent;
	box-shadow: none;
}
footer .login-form form ::placeholder
{
	color: #fff;
}
footer .subscription-section .es_subscription_form .es-field-wrap label
{
	color:#fff;
}

footer .es_submit_button
{
	font-size: 12px;
    background: #00c88a;
    border: none;
    border-radius: 22px;
    text-transform: none;
    width: 45%;
    padding: 0px 0;
	color: #fff;
	outline: none;
}
footer .subscription-section .footer-social-icons ul li .fa-twitter-square, .fa-facebook , .fa-google-plus-square
{
font-size: 20px;
}
footer input[type=text],
footer input[type=password]{
    outline: none;
    border: none;
    padding: 10px 80px 10px 30px;
    border-radius: 27px;
    background-color: #121212;
    box-shadow: none;
}
footer input{
	display: block;
    width: 100%;
    height: 36px;
    border: 1px solid #f0f0f0;
    line-height: 26px;
}
/* Responsive  */
/*---------------------------------------------------*/
@media screen and (max-width: 1199px) {

  footer .quick-links {
    width: 50%;
    max-width: 50%;
  }
  footer .login-form .avatar {
    left: 0;
  }
  footer .login-form .btn {
    margin: 20px auto;
  }
  footer .subscription-section {
    width: 50%;
    max-width: 50%;
  }
  footer .subscription-section .input-group .send-btn {
    left: 337px;
  }
  footer .subscription-section .footer-social-icons {
    text-align: center;
  }
  footer .base-footer {
    text-align: center;
  }
  footer .base-footer .base-footer-left,
  footer .base-footer .base-footer-right {
    margin: 0 auto;
  }
}


@media screen and (max-width: 991px) {
  footer .quick-links {
    width: 50%;
    max-width: 50%;
  }
  footer .subscription-section {
    width: 50%;
    max-width: 50%;
  }
  footer .subscription-section .input-group .send-btn {
    left: 216px;
  }
  footer .subscription-section .footer-social-icons {
    text-align: center;
  }
  footer .base-footer {
    text-align: center;
  }
  footer .base-footer .base-footer-left,
  footer .base-footer .base-footer-right {
    margin: 0 auto;
  }
}




@media screen and (max-width: 768px) {
  footer .login-form .avatar {
    left: 0;
  }
  footer .quick-links {
    max-width: 50%;
  }
  footer .subscription-section {
    padding: 0;
    max-width: 50%;
  }
  footer .subscription-section figure {
    text-align: center;
  }
  footer .subscription-section .single {

  }
  footer .subscription-section .subs-email {
    width: 100%;
    height: 50px;
    padding: 0 8px;
  }
  footer .subscription-section .send-btn {
    left: 158px;
    top: 6px;
  }
  footer .footer-social-icons {
    text-align: center;
  }
  footer .base-footer {
    text-align: center;
  }
  footer .base-footer .base-footer-left,
  footer .base-footer .base-footer-right {
    margin: 0 auto;
  }

}

@media screen and (max-width: 479px) {
  footer {
    padding-top: 20px;
  }
  footer .quick-links {
    width: 100%;
    max-width: 100%;
  }
  footer .subscription-section {
    width: 100%;
    max-width: 100%;
  }

  footer .subscription-section .single {
  }
  footer .subscription-section .subs-email {
    font-size: 12px;
  }
  footer .subscription-section .send-btn {
    left: 178px !important;
    padding: 10px 36px;
  }
  footer .footer-social-icons {
    text-align: center;
  }
  footer .login-form {
    width: 100%;
    padding: 30px;
  }
  footer .login-form .avatar {
    left: 0 !important;
  }
  footer .login-form h2 {
    font-size: 19px;
  }
  footer .login-form .clearfix {
    text-align: center;
    display: -ms-grid;
    display: grid;
  }
  footer .login-form .clearfix .pull-right {
    float: none;
  }
  footer .login-form .btn {
    width: 100%;
  }
  footer .form-control {
    padding: 0;
    height: 25px;
    padding-left: 10px;
  }
  footer .base-footer {
    text-align: center;
  }
  footer .base-footer .base-footer-left,
  footer .base-footer .base-footer-right {
    margin: 0 auto 10px;
  }

}

#maintenance_page .navbar-header{
	width: 100%;
}
#maintenance_page .navbar-brand{
   height: auto;
  margin: 0 auto;
 float: none !important;
}