.logo-text a h1 {
  color: #b4b1ab;
  text-transform: uppercase;
  font-family: abel;
  font-size: 26px;
  font-weight: 500;
}

.header-middle {
  /* background: #dcdfdf; */
}

.logo-text a {
  color: #f44336;
  font-family: belwe;
  font-weight: 500;
  font-size: 36px;
  margin-left: 10px;
  margin-bottom: 0px;
  text-transform: uppercase;
  text-shadow: -1px -1px 0 #ffeb3b, 1px -1px 0 #ffeb3b, -1px 1px 0 #ffeb3b,
    1px 1px 0 #ffeb3b;
}

.logo-text small {
  color: #ffffff;
  font-family: Belwe;
  text-transform: uppercase;
  margin-top: -35px;
  font-weight: 500;
  margin-left: 150px;
}

.shopper-info>input,
.form-one>select,
.form-one>textarea,
.form-two>select,
.form-two>input,
.form-one>input {
  background: #f0f0e9;
  border: 0 none;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px;
  width: 100%;
  font-weight: 300;
}

.left-sidebar .align {
  margin-bottom: 30px;
}

.left-sidebar .align>p {
  padding-left: 5px;
  padding-right: 5px;
}

.left-sidebar .align>a {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

@media (min-width: 767px) {

  /* form css*/
  .login-form form label,
  .signup-form form label {
    color: #696763;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    margin-bottom: 10px;
    outline: medium none;
    padding-left: 10px;
    padding-top: 10px;
  }

  .login-form form input,
  .login-form form select,
  .signup-form form input {
    background: #f0f0e9;
    border: medium none;
    color: #696763;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    margin-bottom: 10px;
    outline: medium none;
    padding-left: 10px;
    width: 100%;
  }

  .login-form form textarea {
    background: #f0f0e9;
    border: medium none;
    color: #696763;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    outline: medium none;
    padding-left: 10px;
    width: 100%;
  }

  .form-group {
    margin-bottom: 15px;
  }
}

.form-badge span {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
}

.logo img {
  height: 100px;
  /*border-radius: 50%;*/
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
}

.logo img:hover {
  /*transform: scale(1.5);
	-webkit-transform: rotate(360deg) scale(1.2);
    transform: rotate(360deg) scale(1.2);*/
  /*-webkit-transform:  scale(1.2);*/
  /*transform:  scale(1.2);*/
}

.adv-footer {
  border-top: 1px solid #428bca;
  /*position:fixed;*/
  width: 100%;
  z-index: 700;
  /* //text-align:center;*/
  height: 200px;
  font-size: 18px;
  color: #000;
  background: #fff;
  /* //display: flex;*/
  justify-content: center;
  /* align horizontal */
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  right: 0;
  left: 0;
  /*//margin-right: auto;
    //margin-left: auto;*/
  bottom: 0px;
}

.advertise_items {
  overflow: hidden;
}

#advertise-item-carousel .carousel-inner .item {
  padding-left: 0;
  /*//padding-top:5px;*/
}

.advertise-bottom-item-control {
  position: absolute;
  top: 39%;
}

.advertise-bottom-item-control-close {
  position: absolute;
  top: 1%;
}

.advertise-bottom-item-control i,
.advertise-bottom-item-control-close i {
  background: none repeat scroll 0 0 #2979ff;
  color: #ffffff;
  font-size: 20px;
  padding: 4px 10px;
}

.advertise-bottom-item-control i:hover,
.advertise-bottom-item-control-close i:hover {
  background: #ccccc6;
}

.adv-bottom-close {
  position: absolute;
  z-index: 101;
}

.adv-href:hover {
  background: #2979ff;
  color: #ffffff;
}

.adv-size-height img {
  height: 200px;
}

.adv-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.productinfo-adv h2 {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.productinfo-adv img {
  width: 100%;
}

.product-overlay-adv {
  background: #2979ff;
  top: 0;
  display: none;
  height: 0;
  position: absolute;
  transition: height 500ms ease 0s;
  width: 100%;
  display: block;
  opacity: 0;
}

.view-products {
  position: relative;
}

.view-products img {
  /*border: 1px solid #F7F7F0;*/

  width: 100%;
}

.view-products h3 {
  background: #2979ff;
  bottom: 0;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 8px 20px;
  position: absolute;
  right: 0;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;

  /*//background-color: #fff;*/
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin: 10px 10px 10px 10px;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  /*//background-color: rgba(0,0,0,.03);*/
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  font-size: 20px;
  font-weight: 600;
  /*//width:100%;*/
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding-bottom: 1.25rem;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer a {
  background: #585858;
  border: 0 none;
  border-radius: 0;
  color: white;
}

.card-footer a:hover {
  color: white;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12),
    0 1px 2px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12),
    0 1px 2px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}

.plan-tab {
  overflow: hidden;
}

.plan-tab ul {
  /*
  background: #40403E;
  border-bottom: 1px solid #585858;
  */
  list-style: none outside none;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
  border-bottom: 0;
  padding-bottom: 1.25rem;
}

.plan-tab ul li a {
  border: 0 none;
  border-radius: 0;
  color: #b3afa8;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 20px;
}

.plan-tab ul li a:hover {
  background: #2979ff;
  color: #fff;
}

.margin_top_10 {
  margin-top: 10px;
}

.margin_bottom_10 {
  margin-bottom: 10px;
}

.carousel-caption {
  text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff,
    1px 1px 0 #ffffff;
}

/*Floating Views*/

.float-sticky-container {
  padding: 0px;
  margin: 0px;
  position: fixed;
  right: -145px;
  top: 175px;
  width: 225px;
  z-index: 400;
}

.float-sticky li {
  list-style-type: none;
  background-color: #fff;
  color: #2979ff;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

.float-sticky li:hover {
  margin-left: -115px;
  /*color:#cd8efc;*/
}

.float-sticky li div div {
  /*color:#efefef;*/
  height: 32px;
  width: 32px;
  float: left;
  margin: 5px 4px;
  margin-right: 7px;
}


.float-sticky li div.facebook:hover {
  background-color: #0083c9;
  color: #fff;
}

.float-sticky li div.google-plus:hover {
  background-color: #ce3c2d;
  color: #fff;
}

.float-sticky li div.linked-in:hover {
  background-color: #ff4518;
  color: #fff;
}

.float-sticky li div.youtube:hover {
  background-color: #ce3c2d;
  color: #fff;
}

.float-sticky li p {
  padding-top: 5px;
  margin: 0px;
  line-height: 16px;
  font-size: 11px;
}



.float-sticky li p a {
  text-decoration: none;
  color: #fff;
}

.float-sticky li p a:hover {
  text-decoration: underline;
}

.float-sticky li div div a {
  text-decoration: none;
  color: #fff;
}

.float-sticky li div div a:hover {
  text-decoration: underline;
}

/*Floating Payment*/

.float-payment-container {
  padding: 0px;
  margin: 0px;
  position: fixed;
  left: -175px;
  top: 175px;
  width: 225px;
  z-index: 400;
}

.float-payment li {
  list-style-type: none;
  background-color: #fff;
  color: #2979ff;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

.float-payment li:hover {
  margin-left: 115px;
  margin-right: -115px;
  /*color:#cd8efc;*/
}

.float-payment li div div {
  /*color:#efefef;*/
  height: 32px;
  width: 32px;
  float: right;
  margin: 5px 4px;
  margin-right: 7px;
}

.float-payment li div.gplay:hover {
  background-color: #0083c9;
  color: #fff;
}

.float-payment li div.esewa:hover {
  background-color: #5fb946;
  color: #fff;
}

.float-payment li div.ipay:hover {
  background-color: #f98b30;
  color: #fff;
}

.float-payment li div.khalti:hover {
  background-color: #4c276d;
  color: #fff;
}

.float-payment li div.paytm:hover {
  background-color: #20336b;
  color: #fff;
}

.float-payment li p {
  padding-top: 14px;
  padding-bottom: 10px;
  line-height: 16px;
  font-size: 11px;
}

/*
.float-payment li p:hover{
  
}*/
.float-payment li p a {
  margin-left: 40px;
  text-decoration: none;
  color: #fff;
}

.float-payment li p a:hover {
  /*margin-right:145px;*/
  text-decoration: underline;
}

.smartteam img {
  height: 150px;
  width: 150px;
}

.smartteam .img-center {
  display: block;
  margin: 0 auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .logo img {
    height: 100px;
    /*border-radius: 50%;*/
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
  }

  .logo img:hover {
    /*transform: scale(1.5);
	-webkit-transform: rotate(360deg) scale(1.2);
    transform: rotate(360deg) scale(1.2);*/
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .logo-text {
    margin-top: 20px;
  }

  .logo-text a {
    font-size: 30px;
    z-index: 401;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .logo img {
    height: 85px;
    margin-top: 30px;
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
  }

  .logo img:hover {
    /*transform: scale(1.5);
	-webkit-transform: rotate(360deg) scale(1.2);
    transform: rotate(360deg) scale(1.2);*/
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .logo-text {
    /*margin-top: 20px;*/
  }

  .logo-text a {
    font-size: 24px;
    z-index: 401;
  }

  .logo-text small {
    font-family: Belwe;
    text-transform: uppercase;
    margin-top: -30px;
    font-weight: 500;
    margin-left: 110px;
  }
}

@media (min-width: 535px) and (max-width: 767px) {
  .logo img {
    height: 85px;
    margin-top: -20px;
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
  }

  .logo img:hover {
    /*transform: scale(1.5);
	-webkit-transform: rotate(360deg) scale(1.2);
    transform: rotate(360deg) scale(1.2);*/
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .logo-text {
    margin-top: 20px;
  }

  .logo-text a {
    font-size: 24px;
    z-index: 401;
  }

  .logo-text small {
    font-family: Belwe;
    text-transform: uppercase;
    margin-top: -30px;
    font-weight: 500;
    margin-left: 110px;
  }
}

@media (max-width: 534px) {
  .logo img {
    height: 65px;
    /*border-radius: 50%;*/
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
  }

  .logo img:hover {
    /*transform: scale(1.5);
	-webkit-transform: rotate(360deg) scale(1.2);
    transform: rotate(360deg) scale(1.2);*/
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .header-middle .container .row .col-sm-6 {
    padding-left: 0;
  }

  .logo-text small {
    color: #ffffff;
    font-family: Belwe;
    text-transform: uppercase;
    margin-top: -25px;
    font-weight: 500;
    margin-left: 90px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}

.project-tab {
  padding: 10%;
  margin-top: -8%;
}

.project-tab #tabs {
  background: #007b5e;
  color: #eee;
}

.project-tab #tabs h6.section-title {
  color: #eee;
}

.project-tab #tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #0062cc;
  background-color: transparent;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 3px solid !important;
  font-size: 16px;
  font-weight: bold;
}

.project-tab .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #0062cc;
  font-size: 16px;
  font-weight: 600;
}



#navbar .dropdown-menu {
  position: absolute !important;
  background: #fff;
}

.slicker-slide {
  border: 1px solid #BAC6C6;
  margin: 0;
}

.slicker-slide:hover {
  box-shadow: 0px 0px 5px 4px rgba(196, 201, 209, .8);
}

.navbar-toggle {
  margin-right: 0;
}

@media (min-width: 700px) {
  #navbar a {
    color: #fff;
  }
}

@media (max-width: 700px) {
  #navbar a {
    color: #fff;
    padding: 9px 20px;
  }
}

@media (max-width: 350px) {
  #navbar a {
    color: #fff;
    padding: 9px 3px;
  }

  .slidebox {
    padding-left: 0;
    padding-right: 0;
  }

  .slicker-slide {
    width: 100%;
    margin: 20px 0;
    padding: 0;
  }
}

@media (min-width: 350px) {
  #navbar a {
    color: #fff;
    padding: 9px 10px;
  }

  .slidebox {
    padding-left: 0;
    padding-right: 0;
  }

  .slicker-slide {
    width: 100%;
    /* margin: 20px 0; */
    padding: 0;
  }
}

.jobslider-image {
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.item-image {
  width: 100%;
  height: 235px;
  overflow: hidden;
}

/* 
        .item-image img{
          height: 100%;
     
      } */

.jobslider-image img {
  height: 100%;
  width: 100%;
}

.jobslider ul li {
  list-style-type: circle;
  line-height: 14px;
  font-size: 13px;
}

.jobgeneralslider ul li {
  list-style-type: circle;
  line-height: 14px;
  font-size: 13px;
}



.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;



}









.registerbutton {

  background: linear-gradient(#79D609, #2B8803);
  border-radius: 5px;
  border: 1px;
  padding: 0;
  color: #fff;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.menulist {
  width: 100%;
}


.menulist li a {
  color: #fff;

}

.dropdown-menu li a {
  color: #000 !important;
}

.menulist li:hover {
  background: #001EFF;
  color: #fff;
}

.nav-pills>li>a:hover,
.nav-pills>li>a:focus {
  color: #fff;
}

.nav-pills>li.active>a {
  background: none;
  color: #fff;
}

.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  background: none;
  color: #fff;
}






/* toplist, featured list and general list slider */

*,
*:before,
*:after {
  box-sizing: border-box;
}

/* body { background-color: #121212;} */

body {
  position: relative;
}

img {
  max-width: auto;
  height: auto;
}

.container {
  max-width: 1170px;
  width: 100%;
  margin: auto;
}

.carousel img {
  padding: 0px 2px;
}


@media screen and (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .carousel img {
    width: 100%;
  }
}


#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

.navbar-toggle {
  z-index: 0 !important;
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  opacity: 1;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

.col-form-label {
  font-weight: bold;
}

@media screen and (max-width:900px) and (min-width:768px) {
  .price-card .product-price {
    font-size: 24px;
    margin-top: 0;
  }

  .product-tags {
    font-size: 10px;
  }

  .mail,
  .phone,
  .seller-address {
    margin: 0 0;
    font-size: 12px;
  }
}

.float-post-container {
  padding: 0px;
  margin: 0px !important;
  position: fixed;
  left: -40px;
  bottom: 10px;
  width: auto;
  z-index: 400;
}

.float-post-container li {
  list-style-type: none;

  color: #efefef;
  border-radius: 3px;
  height: 40px;
  padding: 5px 5px 5px 5px;
  margin: 0px 5px 5px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

.float-post li {
  float: left;
  margin: 5px 5px 5px 5px;
  border-radius: 3px;
}

/* .float-post li div {
  padding: 5px 5px 5px 5px;
} */

.float-post li div a {
  color: #FFF;
  padding: 5px 5px 5px 5px;
}