@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,600,700');




.sec-title {
    position: relative;
    margin-bottom: 50px;
}

.sec-title.small {
    margin-bottom: 35px;
}

.sec-title h2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: #1a224c;
}


.sec-title.centered h1:after,
.sec-title.centered h1:before {
    right: 0;
    margin: 0 auto;
}

.sec-title.light h1 {
    color: #fff;
}

.sec-title h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 20px;
}

.sec-title.light h3 {
    color: #fff;
}

.sec-title.light .text {
    color: #fff;
}

.sec-title.centered {
    text-align: center;
}

.sec-title .text {
    margin-top: 15px;
    color: #888;
    max-width: 960px;
}

.sec-title.centered .text {
    margin: 0 auto;
}

.sec-title.style-two {
    margin-bottom: 40px;
}


.working-process-step {
    position: relative;
}

.working-process-step:before {
    content: '';
    position: absolute;
    left: -0;
    right: -0;
    height: 100%;
    display: block;
    background: url(https://i.ibb.co/ypVJxZR/step-arrow.png) center center no-repeat;
}

.working-process .row {
    margin: 0 -65px;
}

.process-block{
    position:relative;
    margin-bottom:40px;
    padding: 0 65px;
}

.process-block .inner-box{
    position:relative;
    padding: 50px 35px 33px;
    box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    background-color:#ffffff;
    text-align: center;
    transition: .5s ease;
}

.process-block .inner-box:hover {
    box-shadow: 0px -10px 39px 0px rgba(8, 18, 109, 0.1);
    transform: translateY(-10px);
}

.process-block:nth-child(2) .inner-box {
    margin-top: 70px;
}

.process-block .inner-box .count-box {
    position: relative;
    width: 80px;
    height: 80px;
    background: #3e9001;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    font-weight: 800;
    font-family: 'Muli', sans-serif;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-radius: 10px;
    margin-bottom: 25px;
}
.process-block .inner-box h3{
    position:relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.process-block .inner-box .text{
    position:relative;
    color:#777777;
    font-size:14px;
    line-height:1.8em;
    margin-bottom:18px;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  50% {
    -webkit-transform: translateY(-1.px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.float-bob-y{
    animation-name: float-bob-y; 
    animation-duration: 2s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  
  -webkit-animation-name: float-bob-y; 
    -webkit-animation-duration: 2s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
  
  -moz-animation-name: float-bob-y; 
    -moz-animation-duration: 2s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
  
  -ms-animation-name: float-bob-y; 
    -ms-animation-duration: 2s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
  
  -o-animation-name: float-bob-y; 
    -o-animation-duration: 2s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}


.stats p {
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.section.free_features {
  font-family: 'Montserrat', sans-serif;
    background-size: cover;
    padding: 30px 0 50px 0;
    border-top: 1px solid #e5e1df;
    margin-top: 8px;
}

.free_features .feature_item span strong:before {
    background: url(../img/strike.png) center center no-repeat;
    background-size: 73px;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 73px;
    height: 6px;
    margin: -3px 0 0 0;
}

.free_features .free_features_content {
  font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding: 30px 0 25px 0;
    position: relative;
}

.free_features .feature_item {
  font-family: 'Montserrat', sans-serif;
    display: inline-block;
    vertical-align: bottom;
    width: 150px;
    margin: 0 7px;
    padding: 10px 0 20px;
    position: relative;
    font-family: 'Work Sans';
    border: 2px solid #e2e2e2;
}
.free_features .feature_item:first-child {
    margin-left: 0;
}
.free_features .feature_item .feature_align {
  font-family: 'Montserrat', sans-serif;
    min-height: 48px;
    display: table;
    width: 100%;
    height: 48px;
}
.free_features .feature_item .feature_align p {
  font-family: 'Montserrat', sans-serif;
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
}

.free_features .feature_item span {
  font-family: 'Montserrat', sans-serif;
    color: #9eadbc;
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-top: 1px;
    font-weight: bold;
}

.free_features .feature_item span i {
  font-family: 'Montserrat', sans-serif;
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
    margin-top: 2px;
    font-style: normal;
    font-weight: 500;
}
.free_features .feature_item span strong {
  font-family: 'Montserrat', sans-serif;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 5px;
    color: #88b22c;
    font-weight: 500;
    font-size: 22px;
}

.free_features .free_features_info p {
  font-family: 'Montserrat', sans-serif;
    color: #888888;
    font-size: 26px;
    line-height: 28px;
    text-align: center;
    font-weight: bold;
}
.free_features .free_features_info p strong {
  font-family: 'Montserrat', sans-serif;
    margin-left: 5px;
}
.free_features .free_features_info p span {
  font-family: 'Montserrat', sans-serif;
    position: relative;
    margin: 0 8px;
}
.free_features .free_features_info p b {
  font-family: 'Montserrat', sans-serif;
    text-transform: none;
    color: #88b22c;
    font-size: 26px;
    line-height: 28px;
}
.free_features .free_features_info .button {
    display: block;
    font-family: "Montserrat",sans-serif;
    text-align: center;
    border-radius: 5px;
    font-weight: 300;
    text-decoration: none;
    position: relative;
    text-transform: none;
    font-size: 17px;
    height: 56px;
    line-height: 56px;
    background: #88b22c;
    color: #fff!important;
    height: 50px;
    line-height: 50px;
    text-decoration: none!important;
    max-width: 440px;
    width: 70%;
    margin: 24px auto 0;
}


.ion-minus{
    padding:0px 10px;
}

blockquote{
      border:none;
      border-left: 0;
}

blockquote p{
    font-size:14px;
}

#testimonial  #carousel{
  margin:30px 0px;
}

#testimonial .left.carousel-control{
  display: inline-block;
    position: absolute;
    top:100%;
  left:20%;
  font-size:30px;
  font-weight:bolder;
  color:#88b22c; 
}

#testimonial .right.carousel-control{
  display: inline-block;
    position: absolute;
    top:100%;
  right:20%;
  font-size:30px;
  font-weight:bolder;
  color:#88b22c; 
}

#testimonial .fa.fa-quote-right{
  color:#88b22c;
  font-size:13px; 
  padding-right:10px;
}
blockquote {
      background: #fff;
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 0;
}


i.fa.fa-user {
    color: #88b22c;
    font-size: 18px;
}

.testimonial-box {
    text-align: center;
    background: #f5eeee;
    padding: 10px 10px 10px 10px;
    border-radius: 15px;
}


.order-process{
      text-align: center;
    background: #fff;
  }

.list-n li{
  background: url(../img/bullet.png)no-repeat left center;
    padding: 0 0 0 30px;
    margin: 0;
    background-size: 17px;
    list-style: none;
        line-height: 25px;
}



input.email-field {
      color: #868588;
  
      background: transparent;
  margin-right: 15px;
    height: 35px;
}
::placeholder { color: #868588; }



.order-bg{
    margin-bottom: 40px;
    border-top: 3px solid #88b22c;
    margin-top: 130px;
    padding: 10px 15px 10px 15px;
    background: rgba(56, 62, 72, 0.57);
}
.list li {
    background: url(../img/check.png)no-repeat left center;
    padding: 0 0 0 30px;
    margin: 0;
    background-size: 17px;
    list-style: none;
        line-height: 25px;
}
.menu-footer li {
    display: inline-block !important;
    /* color: white; */
    padding: 2px 8px !important;
    margin-right: 5px !important;
}

/*************************
*******Typography******
**************************/
blockquote p {
    font-size: 15.5px;
    font-weight: normal;
    line-height: 25px;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size:14px;
  font-weight: normal;
  background: #fff;
  
  color:#000;
  line-height: 25px;
}
.content-box {
    background: white;
    padding: 30px 10px 30px 10px;
    border-radius: 24px;
}
#bg-grey{
     
      background: #efefef;
      }
.bg-grey{
     
      background: #efefef;
      } 


           
.bg-blue{
          background-image: linear-gradient(141deg, #75ab00 0%, #1ec231 51%, #03a84e 75%);
        }

           
.bg-dark {
    background-image: url(../img/bg-dark.jpg);
    background-size: cover;
}

 .bg-top-banner{
      margin-top: 64px;
          background-image: url(../img/top-banner.jpg);
          background-size: cover;
        }             
  
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; 
  
  color:#171717;
  margin-bottom: 20px
}

h1{
 font-size: 33px;
    font-weight: bold;
    color: #323232;
  margin-bottom:20px;
  text-align:center;
}

h2{
  font-size: 29px;
  font-weight: bold;
  color: #323232;
  margin-bottom:20px;
  margin-top:20px;
}

h3{
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

h4{
  font-size: 16px;
}

h5{
    font-size: 34px;
    font-weight: 800;
    color: #323232;
    margin-top: 20px;
}

a {
  color: #88b22c;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #88b22c;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

ul.dropdown-menu {
    background: #88b22c;
}

.btn-primary {
  padding: 8px 20px;
  background: #88b22c;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}


.btn-primary:hover, 
.btn-primary:focus{
  background: #88b22c;
  outline: none;
  box-shadow: none;
} 

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
  color: #88b22c;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 240px;
}

.center h2{
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 20px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
      padding-top: 20px !important;
    padding-bottom:20px !important;
}

.center {
  text-align: center;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
 
    font-size: 14px;
    line-height: 2.7rem;
    color: #333333;
    margin-bottom: 2.5rem;
    font-weight: 400;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


/*************************
*******Header******
**************************/
h1,h4{
  color: #88b22c;
}

a.navbar-brand {
    margin-top: -13px;
}

#header .search{
  display: inline-block;
}

.navbar>.container .navbar-brand{
  margin-left: 0;
}

.top-bar {
  padding: 3px 0;
  background: #00000059;
  border-bottom: 1px solid #257ede;
  line-height: 28px;
}

.top-number{
  color: #fff;
      display: inline-block;
    padding: 0px 55px 0 0;
}

.top-number p{
  font-size: 13px;
  margin: 0
}

.social{
  text-align: right;
}

.social>.fa {
    padding: 6px;
    font-size: 35px;
    border-radius: 20px;
    width: 37px;
    text-align: center;
    text-decoration: none;
    margin: 5px 20px;
}
ul.footer-services>li {
    list-style: none;
    display: inline-block !important;
    padding: 15px 6px 10px 6px !important;
}
ul.footer-services>li:after{
content: '|';
    color: #0a0a0a;
    padding-right: 0;
    padding-left: 10px;
    font-size: 14px;

}
.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}

ul.social-share li {
  display: inline-block;
}

ul.social-share li a {
  display: inline-block;
  color: #fff;
  background: #88b22c;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 15px;
}

ul.social-share li a:hover {
  background: #88b22c;
  color: #fff;
}

.search i {
  color: #fff;
}

input.search-form{
  background: transparent;
  border: 0 none;
  width: 60px;
  padding: 0 10px;
  color: #FFF;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

input.search-form::-webkit-input-placeholder{
  color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
  color: #fff;
}

input.search-form:hover {
  width: 180px;
}

.navbar-brand {
  padding: 0;
  margin:0;
}

.button-cus{
      padding: 8px 20px;
    background: #88b22c;
    color: #fff;
    border-radius: 4px;
    margin-top: 25px;
    display: inline-block;
}

#navbar {
  height: 75px;
    transition: background-color 0.4s ease-out;
    border-radius: 0;
    margin-bottom: 0;
    background: #656565;
    border-bottom: 1px solid #88b22c;
}



.navbar-inverse {
    background-color: transparent;
    border-color: #080808;
}




nav.scroll {
  background-color: #656565 !important;
  color: #eef;
}



 .navbar-nav{
  margin-top: 15px;
 }

.navbar-nav>li{
  margin-left: 15px;
  padding-bottom: 8px;
}

a.navbar-brand {
    margin-top: -5px;
}

.navbar-inverse .navbar-nav > li > a {
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 12px;
  margin: 0;
  border-radius: 3px;
  color: #fff;
  line-height: 24px;
  display: inline-block;
}

.navbar-inverse .navbar-nav > li > a:hover{
     color: #fff;
    background: transparent!important;
}

.navbar-inverse {
  border: none;
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #88b22c;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0);
  box-shadow: 0 3px 8px rgba(0, 0, 0);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px!important;
  color: #323232;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: #88b22c;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
  margin-top: 5px;
}


/*************************
*******Home Page******
**************************/


#main-slider {
    background-image: url(../img/slider-bg.jpg);
    background-size: cover;
}
.text-box {
    color: #fff;
    border: 2px solid #88b22c;
}

.small {
    font-size: 80%;
    font-weight: 400;
}
.custom-text {
    display: inline-block;
    padding: .25em .4em;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}
.no-margin {
  margin: 0;
  padding: 0;
}


#feature {
      background: #f9f9f9;
  padding-top: 100px !important; 
  
  }

.features{
  padding: 0;
}

.feature-wrap {
  margin-bottom: 35px;
  overflow: hidden;
}

.feature-wrap h2{
  margin-top: 10px;
  font-size: 21px;
    color: #3c3c3c;
}

.feature-wrap .pull-left {
  margin-right: 25px;
}

.feature-wrap i{
      font-size: 48px;
    height: 110px;
    width: 110px;
    margin: 3px;
    border-radius: 100%;
    line-height: 110px!important;
    text-align: center;
    background: #88b22c;
    color: #257ede;
    border: 3px solid #88b22c;
    box-shadow: inset 0 0 0 5px #3c3c3c;
    -webkit-box-shadow: inset 0 0 0 5px #88b22c;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    margin-right: 25px;
}

.feature-wrap i:hover {
 background: #257ede;
    color: #88b22c;
    box-shadow: inset 0 0 0 5px #3c3c3c;
    -webkit-box-shadow: inset 0 0 0 5px #257ede;
    border: 3px solid #257ede;
}








.footer {
  background: none repeat scroll 0 0 #2E2E2E;
  border-top: 5px solid #88b22c;
  height: 84px;
  margin-top: 110px;
}

.footer_left {
  padding: 10px;
}

.text-left {
  color: #FFFFFF;
  font-size: 12px;
  margin-top: 15px;
}




.readmore{
  margin-top: 0;
}



ul.pagination > li > a {
  border: 1px solid #F1F1F1;
  margin-right:5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 14px;
}

ul.pagination > li > a i{
  margin-left:5px;
  margin-right:5px;
}

ul.pagination > li.active > a, 
ul.pagination > li:hover > a {
  background-color: #88b22c !important;
  border-color: #88b22c !important;
  color: #fff;
}

.search_box {
  background-image: url("../images/search_icon.png");
  background-position: 314px 15px;
  background-repeat: no-repeat;
  border-color: #DEDEDE;
  height: 48px;
  outline: medium none;
  box-shadow: none;
}

.form-control:focus {
  box-shadow:none;
  outline: 0 none;
}


ul.tag-cloud, 
ul.sidebar-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tag-cloud li{
    display: inline-block;
    margin-bottom: 3px;
}

.tag-cloud li a {
  background: #f5f5f5;
  color: #888;
  border: 0;
  border-radius: 4px;
  padding: 8px 15px;
}

.tag-cloud li a:hover{
  background:#88b22c;
  color: #fff;  
}

.sidebar-gallery li{
  display: inline-block;
  margin: 0 10px 10px 0;
}

.sidebar-gallery li a {
  border-radius: 4px;
  display: inline-block;
}



/******************
shortcodes page css
******************/

.
ul.social-share li a:hover {
    color: white !important;
}

/***********************
********* Footer ******
************************/
#bottom {
  border-top: 4px solid #88b22c;
  background: #212121;
  font-size: 14px;
}

#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:22px;
  color: #01416d;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  padding: 5px 0;
}

#bottom ul li a {
      color: #fff;
    
}

.menu-footer>ul>li>a {
    color: blue !important;
    text-decoration: underline;
}

.menu-footer>ul>li>a:hover {
    color: blue !important;
}

#bottom ul li a:hover {
  color: #88b22c;
}

#bottom .widget {
  margin-bottom: 0;
}

#footer {
  color: #fff;
  border-top: 1px #fff solid;
  padding-top: 5px;
  padding-bottom: 5px;
  background:rgb(7, 54, 146);
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #88b22c;
}

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

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}

img.cus-size {
    width: 85px !important;
}

 .mob-ban {
    display: none;
}

.desk-ban {
    display: block;
}




@media only screen and (max-width: 800px) {
  .navbar-inverse {
    background-color: #656565;
  }
  #navbar {
    height: 75px;
  }
.navbar-toggle {
    margin-top: 22px;
  }

  .working-process .row {
    margin: unset;
}
  .pay-img{
    width: 100% !important;
  }
  .social>.fa {
    padding: 6px;
    font-size: 35px;
    border-radius: 20px;
    width: 37px;
    text-align: center;
    text-decoration: none;
    margin: 10px 10px;
}
  .social {
    text-align: center;
}

  .ali-cen {
    margin-bottom: 15px;
    text-align: center;
}
  #bottom ul li {
    display: inline-block;
    padding: 5px 5px 0 5px;
}
.logo-mob{
  width: 240px !important;
}

  .desk-ban {
    display: none;
}

 .mob-ban {
    display: block;
}
  h1 {
    font-size: 30px;
  }   
 
  .mob-p{
    font-size: 19px !important;
  }
  .mob-width{
        width: 250px;
  }

.top-bar {
    display: none;
}

  img.cus-size {
    width: 100px !important;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #88b22c !important;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #fff;
}

.mob {
    display: none;
}
.widget {
    text-align: center;
}
}

  

.but-hov:hover{
    background: #88b22c !important;
    color: #fff !important;
    
}



