.btn-search{
    background: #FF6347;
      box-shadow: 0 5px 15px #ff634794;
      padding: 15px 50px;
      border: #FF6347 solid 1px;
      padding: 12px 40px;
      text-transform: uppercase;
      border-radius: 3px;
      color: #fff;
  }
.image-box {
  position: relative;
  margin: auto;
  overflow: hidden;
  
}

.image-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: inherit;
  opacity: 0.5;
}

/*.image-box img {
  max-width: 100%;
  transition: all 0.3s;
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
}

.image-box img {
  max-width: 100%;
  transition: all 0.3s;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
}
*/

 .view{
            position: absolute;
            display: inline-block;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%) scale(0);
            transition: all ease 0.3s;
            z-index: 6;
        }

        .nm-pd{
            padding:  4px 6px;
        }
        .image-box:hover .view{
              transform: translate(-50%,-50%) scale(1);
             transition: all ease 0.3s;
            
        }
    .image-box{
            height: 160px;
            width: 160px;
            position: relative;
             background:#2e2e30;
        }

.image-box img {

  transition: all 0.3s;
  display: block;
  height: auto;
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
   
}

.image-box:hover img {
   transform: translate(-50%, -50%) scale(1.1);

}
.bx-name{
  background:#dc3545;
  min-height: 60px;
  text-align: center;
  position: relative;
}

.bx-name h6{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
}

.bx-adrs{
    min-height: 60px;
  text-align: center;
  position: relative;
  border-top: 1px solid #39393c;
}
.bx-adrs p{
   position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
}
.textarea-ht{
  height: 30px;
}
.course-category-1x .hvrbox-text {
  position: relative;
  color: #fff;
  margin-top: -38px;
}

.borderButton {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v48/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.star {
  font-size: 20px !important;
  color: #ffa600;
}

.bg-theme-dark{
  background: #2e2e30;
}
.bg-theme-red{
  background: #dc3545 !important;
}


.form-cont h3 {
  font-size: 18px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #fff;
}


.btn-custom{
  padding-top: 10px;
  padding-left: 40px;
  padding-bottom: 10px;
  padding-right: 40px;
  border-radius: 999em;
  font-size: .75rem;
  font-family: 'Open Sans', sans-serif;
}
.fsOpen{
  font-family: 'Open Sans', sans-serif !important;
}
.fsD{
  font-family: 'Dosis', sans-serif !important;
}
.labelCustom{
  color: rgb(34, 37, 43);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.25px;
  cursor: pointer;
}

/* pricing section */


.pricing-rates {
  position: relative;
  z-index: 1;
  background: #fff;
	box-shadow: 0px 0px 43px 0px rgba(89, 75, 128, 0.11);
}

.pricing-rates .title {
  font-weight: 700;
  font-size: 16px;
}

.pricing-rates .feature .feature-list {
  margin: auto auto 5px;
  font-size: 14px;
}

.pricing-rates.business-rate {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pricing-rates.business-rate:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  z-index: 2;
  border-color: #2f55d4;
}

.pricing-rates.business-rate:hover .title {
  color: #2f55d4;
}

.pricing-rates.starter-plan {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  z-index: 2;
  border-color: #2f55d4;
}

.pricing-rates.best-plan {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pricing-rates.best-plan .lable {
  width: 200px;
  position: absolute;
  top: 15px;
  right: -65px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}

.pricing-rates.best-plan .lable h6 {
  font-size: 12px;
}

.pricing-rates.best-plan:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

@media (max-width: 767px) {
  .pricing-rates.starter-plan {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* end */


/*------- footer -----*/

footer {
  background: #2e2e30 none repeat scroll 0 0;
	padding: 50px 0 0;
	color: #fff;
}
footer .flog {
	padding-bottom: 50px;
	text-align: center;
}
footer .address {
	float: left;
	text-align: right;
	width: 100%;
}
footer .phone {
	float: left;
	width: 100%;
}
footer .f-sicon li {
	display: inline;
	margin: 0 10px;
	font-size: 30px;
}
footer .f-sicon a {
	color: rgb(255, 255, 255);
}
footer .f-sicon {
	border-bottom: 1px solid rgb(255, 255, 255);
	font-size: 20px;
	margin: 50px 0 20px;
	padding: 10px 0 30px;
	text-align: center;
	float: left;
	width: 100%;
}
footer .f-sicon>ul {
	padding: 0;
}
footer .f-sicon>h2 {
	font-size: 22px;
	font-weight: 100;
	margin-bottom: 30px;
}
.copyright {
	float: left;
	margin-bottom: 32px;
	text-align: center;
	width: 100%;
}

/*------- contact -----*/
.mainHead{
  font-size: 1.3rem;
  font-weight: 500;
  color: #2e2e30;
}

.bgbanner {     
  background-image: url('assets/images/slider_bg.jpg');
  position: relative;
  z-index: 1;
  background-position: right center;
  background-size: cover;
  position: relative;
  z-index: 1;
}


.cbr-price-table {
    text-align: center;
    transition: all 0.35s;
    box-shadow: 0px 1px 11px 0px rgba(0,0,0,0.05);
}

.cbr-price-table .title {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 12px;
}

.cbr-price-table .price-table-name {
    text-align: center;
}

.cbr-price-table .price-table-price {
    z-index: 1;
    padding: 30px 0 20px;
    background: linear-gradient(to right, #002f5c, #0e5599);
}

.cbr-price-table.advanced .price-table-price {
    padding: 68px 0 65px;
}

.cbr-price-table .price-table-price .term {
    color: #6c98e1;
    padding-left: 6px;
    font-size: 14px;
    font-weight: 500;
}

.cbr-price-table .price-table-price .figure {
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
}

.cbr-price-table .price-table-features {
    padding: 50px 25px 50px 25px;
    background-color: #fff;
}

.cbr-price-table .price-table-features ul {
    margin: 0 0 42px;
}

.cbr-price-table .price-table-features ul li {
    padding: 0;
    line-height: 47px;
}

.cbr-price-table .price-table-features ul li>span {
    font-size: 14px;
    color: #292929;
    font-weight: 500;
    letter-spacing: -0.2px;
}

.cbr-price-table .price-table-features .text-del {
    color: #a1a1a1;
}



/*----------------------------------------*/
/* 7. Pricing area css
/*----------------------------------------*/
.pricing-area{
  position: relative;
}
.title-icon {
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 24px;
  display: inline-block;
  border: 1px solid #495fd7;
  color: #495fd7;
  border-radius: 3px;
  margin-bottom: 20px;
}
.table-list {
  transition: all 0.4s ease 0s;
  background: #fff;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  border: 1px solid #f5f5f5;
  padding: 40px 50px;
  margin-bottom: 30px;
  height: 400px;
}
.top-price-inner {
  margin-bottom: 30px;
  z-index: 1;
  transition: all 0.4s ease 0s;
}
.top-price-inner h4 {
  font-size: 26px;
  text-transform: capitalize;
  margin-bottom: 30px;
  display: block;
  width: 100%;
}
.base {
  position: absolute;
  right: -37px;
  top: 33px;
  background: #495fd7;
  width: 180px;
  text-align: center;
  height: 30px;
  line-height: 28px;
  color: #fff;
  transform: rotate(45deg);
}
span.users {
  color: #495fd7;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}
span.dolar {
  font-size: 24px;
  margin-right: 5px;
  position: relative;
  top: -17px;
  color: #6a7d91;
}
.prices {
  font-size: 40px;
  font-weight: 600;
  color: #151b2c;
  padding-right: 30px;
}
.table-list:hover{
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease 0s;
}
.table-list ol li {
  color: #6a7d91;
  padding: 8px 0px;
  position: relative;
}
.table-list li.check.cross{
  position: relative;
}
.table-list li.check.cross::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 0;
  background: #999;
  width: 100px;
  height: 2px;
}
.price-btn {
  margin-top: 30px;
}
.price-btn a {
  color: #151b2c;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  border-radius: 2px;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 34px;
  background: #fff;
  border: 1px solid #ff6347;
  display: inline-block;
}
.table-list ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.price-btn a:hover {
  background: #ff6347;
  color: #fff;
  border: 1px solid #ffffff;
  transition: all 0.4s ease 0s;
  
}
.table-list ol {
  margin-top: 10px ;

}


.social-status a {
  border-radius: 50%;
  color: #ff6347;
  display: block;
  font-size: 15px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 45px;
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
  margin: 0 4px;
}
.social-status a:hover, .social-status a:focus {
  background-color: #dc3545;
  color: white !important;
}


.hero-block.style-two .hero-block-bottom {
  display: block;
}
.btn-default1 {
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px 50px 50px 50px;
  letter-spacing: -0.02em;
  color: white;
  background-color: #f94f4f;
  -webkit-box-shadow: 3px 3px 11px rgba(198, 22, 22, 0.25);
  box-shadow: 3px 3px 11px rgba(198, 22, 22, 0.25);
}
.btn-default1:hover{
  color: #000;
  background: #fff;;
}

.tb-list{
cursor: pointer; 
float:left; 
padding:7px 10px; list-style:none; border:solid 1px #ccc;margin:0px 10px 6px 0px; 
font-size: 14px;
}

.alx-icon *:not(i) {
  color: #eb5572;
}
.alx-icon__icon {
  cursor: pointer;
  background-color: #EB5572;
  text-align: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: auto;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.alx-icon h5 {
  margin: 0;
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #2e2e30;
}

.up-img{
  min-height: 210px;
  position: relative;
  background: #e3e3e3;
}

 .up-img img{
    max-width: 334px;
    max-height: 210px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .dropzone{
    min-height: 160px;
  }
  .cmny-img{
    width: 100px;
  }

  .up-txt{
    padding-top: 6px; float: left; margin-right: 8px;
  }

  .fr{
  float: right;
  margin-bottom: 0px;
}

.list-add{
  padding: 20px 0 0 0;
}






</style>

  @media (max-width: 767px){
    .mbl-img{
      max-width: 80px;
    }
    .mbl-mal{
      margin:8px 0 22px!important;
    }
    .mbl-cnt{
      padding: 0 15px;
    }
    .social-status{
      right: 2px!important;
      top: 10px!important;

    }
    .mbl-ftr{
      font-size: 14px;
    }
    .mainHead{
      margin-bottom: 0;
    }
  .cmny-img{
    width: 60px;
  }
  .lgn-mbl{
    padding:8px 20px;
  }
  .pad-t{
    padding: 15px 0;
  }
  .pad-b{
    padding-bottom: 15px;
  }
   .up-img img{
    max-width: 235px;
   }
.up-txt{
  float: none; 
  }

.fr{
  float: none;  margin-bottom: 6px;
}
.list-add{
  padding: 10px 0 0 0;
}


}
