body {
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: normal;
  font-size: 14px;
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  -webkit-font-smoothing: antialised; }

.hidden {
  display: none; }

section {
    padding: 70px 0 70px;
}

a:active, a:focus, input, textarea, button { outline: none; }

/*---header---*/
#header {
  width: 100%;
  position: relative;
  z-index: 1001;
}
#header:after {
  content: " ";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10;
}
#top-bar {
  width: 100%;
  min-height: 56px;
  font-size: 13px;
  line-height: 33px;
  background-color: #f8f8f8;
  box-shadow: 0 1px 2px rgba(0,0,0,.13);
  position: relative;
  z-index: 10;
}
#top-bar a {
  color: #74777c;
}
#top-bar a:hover,
#top-bar a:focus {
  color: #df4a43;
  text-decoration: none;
}
#top-info {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 54px;
}
#top-info li {
  display: inline-block;
  margin-left: 25px;
}
#top-info .phone-head-wr a{
  letter-spacing: 1.2px;
  color: #252b33;  
  border-bottom: 1px dotted #252b33;
  font-size: 14px;
  font-family: "Montserrat-Medium", sans-serif;
}
#top-info .phone-head-wr a:hover{
  color: #ff9c00;
  border-bottom: none;
   -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
#top-info .make-phone-call a{
    border: 1px #ff9c00 solid;
    border-radius: 20px;
    padding: 8px 14px;
    color: #ff9c00;
    font-family: "Montserrat-Medium", sans-serif;
    font-size: 14px;
}
#top-info .make-phone-call a:hover{
  border: 1px #ff9c00 solid;
  color: #fff;
  background-color: #ff9c00;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
#top-info .phone-own-number a{
  font-weight: 800;
  font-size: 22px;
}
.cont-wrap-head{
  text-align: right;
}
.cost-type{
  text-align: left;
}
.logo-text{
  line-height: 1.4;
  margin: 9px 0;
}
.logo-text .logo-head-text{
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Montserrat-Bold", sans-serif;
  line-height: 1.2;
  border-left: 3px #ff9c00 solid;
  padding-left: 5px;
}
a.btn-anketa{
    display: inline-block;
    line-height: 36px;
    margin: 9px 0;
    padding: 0px 16px;
    float: right;    
    background-color: #ff9c00;
    border-radius: 40px;
    color: #fff;  
    border:1px #ff9c00 solid;  
    font-family: "Montserrat-Medium", sans-serif;
}
a.btn-anketa:hover{
    border: 1px #ff9c00 solid;
    color: #ff9c00;
    background-color: transparent;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
/*---end header---*/

/*---hidden-form---*/
.white-popup {
  position: relative; 
  padding: 25px;
  max-width: 590px;
  margin: 0 auto; }
  .white-popup img {
    max-width: 100%; }

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8); }

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-close-btn-in .mfp-close {
    color: #333;
    right: 34px;
    top: 34px;
}
/*----------------------------*/
.form-callback {
  padding: 32px 26px;  
  background-color: #252b33; 
}
.contact-form-head {
  text-align: center;
}
.form-callback h4 {
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
  color: #fff; 
}
.form-callback p {
  color: #fff;
  font-size: 14px;
  margin-top: 0;  
}
.form-callback span {
  font-size: 14px;
  color: #fff;
  opacity:.5;
  margin-bottom: 3px;
  display: block;
}
.form-callback input {
    background-color: transparent;
    border-radius: 2px;
    border: none;
    padding: 9px 15px 7px;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 14px;
    border-bottom: #fff 1px solid;    
  }    
input[type="text"] {    
    color: #333;
}
::-webkit-input-placeholder { /* WebKit browsers */
   color: #333;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #333;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #333;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #333;
}
.form-callback label {
  margin-bottom: 12px;
  display: block;
}
.button-small {
  padding: 2px 32px;
  font-size: 13px;
  background-color: transparent;   
  border: 1px solid #fff;
  color: #fff;    
  line-height: 40px;    
  font-weight: 600;
  margin-top: 10px;
  border-radius: 30px;
  text-align: center;
  box-shadow:none;
  letter-spacing: .8px;
}
.button-small:hover {
  background-color: #0a27bb;
  transition: all .25s ease;
   webkit-transition: all .25s ease;
}

.button-small:active {
  background-color: #0a27bb;
}
.form-callback .text-center {
  text-align: center;
} 
.form-callback { 
  margin: auto;
  box-shadow: #414e5b 0 0 8px;
  position:relative;
} 
.politic-conf p{
  color: #fff;
  font-size: 12px;
}
.politic-conf a{
  color: #fff;   
  opacity: .6;
}
.politic-conf a:hover{
   color: #fff;
   opacity: 1;
   transition: all .25s ease;
   webkit-transition: all .25s ease;
}
/*----------------------*/

/*---own-header-wrap----*/
.own-header-wrap{
  padding: 40px 0 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 1px 2px rgba(0,0,0,.13);
}
.head-text-all-wrap h1{
    color: #000;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 800;
    font-family: "Montserrat-Bold", sans-serif;
    text-align: left;
    margin-top: 0;
}
.par-text-head h3{
  color: #000;
}
.own-header-wrap .head-btn a{
    display: inline-block;
    line-height: 36px;
    margin: 9px 0;
    padding: 4px 28px;   
    background-color: #ff9c00;
    border-radius: 40px;
    color: #fff;
    border: 1px #ff9c00 solid;
    font-family: "Montserrat-Medium", sans-serif;
}
.own-header-wrap .head-btn a:hover{
    border: 1px #000 solid;
    color: #000;
    background-color: transparent;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.img-head{
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  text-align: right;
}
.img-head img{
  width: 70%;
}
.head-text-all-wrap{
    position: relative;
    z-index: 1;    
    background-color: rgba(255,255,255,.8);
    padding: 25px;
    border-left: 3px #ff9c00 solid;
}
.par-text-head .fa{
  color: #ff9c00;
  font-size: 18px;
  font-weight: 800;
}
/*---------------------*/

/*----privilege-----*/
.privilege{
  padding: 20px 0 20px;
  background: -webkit-gradient(linear, left top, right top, from(#f4f4f4), to(#babbc0));
  background: linear-gradient(to right, #f4f4f4, #babbc0);
}
.edge_category{
  text-align: center;
}
.edge_category-img img{
  width: 45px;
}
.edge_category-text p{
  line-height: 1.2;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0;
}
/*-----------------*/

/*-----description----*/
.mb-4{
    margin-bottom: 2.5rem!important;
}
.galeryBox__box {
  padding: 0;
  margin: 0;  
  width: 100%;
  height: 210px;
  overflow: hidden; 
  border-left: 3px #ff9c00 solid;
}
.galeryBox__box-inner {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1; 
}
.galeryBox--special .galeryBox__box {
  height: 250px;
  overflow: hidden; 
}
.galeryBox--special .galeryBox__img {
  height: 210px;
  overflow: visible; 
}
.galeryBox__img {
  position: relative;
  z-index: -1; 
}
.galeryBox__box-text {
  position: relative;
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 9px;
  z-index: 2; 
}
.galeryBox__img {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .galeryBox__img:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

.galeryBox__img-link {
  width: 100%;
  height: 100%;
  text-decoration: none; 
}
.padding-top--mb4 {
  padding-top: 16px; 
}
.galeryBox__btn-container {
  width: 100%;
  text-align: center;
  margin-top: -10px; 
}

@media (min-width: 768px) {
  .galeryBox__box {
    width: 100%;
    height: 340px; 
  }
}
@media (min-width: 992px) {
  .galeryBox__box {
    width: 100%;
    height: 410px; 
  }
}
@media (min-width: 1200px) {  
  .galeryBox__box {
    width: 100%;
    height: 500px; 
  }
}
@media (min-width: 1600px) { 
  .galeryBox__box {
    width: 100%;
    height: 500px; 
  } 
}

.dopol-carusel .owl-nav div {
    color: #959595;
    font-size: 20px;
    position: absolute;
    transition: all .5s ease;
    webkit-transition: all .5s ease;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #ededed;
    text-align: center;
    border-radius: 30px;
    color: #000;    
}
.dopol-carusel .owl-nav {
    position: absolute;
    top: 44%;
    width: 100%;
    right: 0;
    left: 0;
    text-align: center;
}
.dopol-carusel .owl-controls .owl-nav>div.owl-prev {
    left: -24px;
}
.dopol-carusel .owl-nav .owl-next {
    left: auto;
    right: -24px;
}
.dopol-carusel .owl-nav div:hover {
    background: #ff9c00;
    color: #fff;
    transition: all .5s ease;
}

.dopol-carusel .owl-dots {
    text-align: center;
    position: absolute;
    margin: auto;
    width: 100%;
    bottom: -28px;
}
.dopol-carusel .owl-dots .owl-dot {
    background-color: #fff;
    border: 1px solid #ff9c00;
    border-radius: 10em;
    display: inline-block;
    height: 9px;
    margin: 0 4px;
    webkit-border-radius: 10em;
    width: 9px;
}
.dopol-carusel .owl-dots .owl-dot.active {
    background-color: #ff9c00;
}

.right-text h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 5px;
    text-transform: none;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0;
    display: inline-block;
    border-bottom: 2px #fcb000 solid;
    padding: 0px 18px 7px;
    color: #000;
}
.product-info{
  background: #f5f5f5;
  padding: 16px;
}
.product-price-list span.product-price {
    font-size: 18px;
    font-weight: bold;
}
.product-description td {
    display: table-cell;    
    position: relative;
    line-height: 16px;
    vertical-align: top;
    padding-right: 20px;
    border-bottom: 1px dotted rgba(0,0,0,.3);
    padding-bottom: 8px;
    padding-top: 8px;
}
.product-description td:last-child {
    padding-left: 30px;
    padding-right: 0;
    vertical-align: bottom;
}
.product-description td:last-child:before {
    content: '-';
    position: absolute;
    left: 0;
}

.product-description-second td {
    display: table-cell;    
    position: relative;
    line-height: 16px;
    vertical-align: top;
    padding-right: 20px;
    border-bottom: 1px dotted rgba(0,0,0,.3);
    padding-bottom: 8px;
    padding-top: 8px;
}
.product-description-second td:last-child {
    padding-left: 30px;
    padding-right: 0;
    vertical-align: bottom;
}
.product-description-second td:last-child:before {
    content: '-';
    position: absolute;
    left: 0;
}
.product-description-second{
  margin-top: 40px;
}
.product-info-btn{
  margin-top: 40px;
}
.product-info-btn a{
  display: inline-block;
  line-height: 36px;
  margin: 9px 0;
  padding: 4px 28px;
  background-color: #ff9c00;
  border-radius: 40px;
  color: #fff;
  border: 1px #ff9c00 solid;
  font-family: "Montserrat-Medium", sans-serif;
}
.product-info-btn a:hover{
  border: 1px #ff9c00 solid;
  color: #ff9c00;
  background-color: transparent;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
/*--------------------*/

/*------call-centre-----*/
.call-centre-item{
  background: #f5f5f5;
  padding: 16px;
}
.all-centre-item-text h3{
  margin-top: 0;
  color: #000;
  font-size: 16px;
}
.all-centre-item-text p{ 
  color: #000;
  font-size: 14px;
}
.all-centre-item-text h2{
  font-size: 22px;
  color: #000;
}
.all-centre-item-text ul{
  list-style-type: none;
  padding-left: 0;
}
.all-centre-item-text ul li{
  margin-bottom: 8px;
}
.call-centre-phone a{
  font-size: 14px;
  color: #000;
}
.call-centre-phone a:hover{
  color: #ff9c00;  
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.call-centre-mail a{
  font-size: 14px;
  color: #000;
}
.call-centre-mail a:hover{
  color: #ff9c00;  
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.all-centre-item-img {    
  width: 205px;    
  margin: auto;
}
.all-centre-item-img img{
  width: 100%;
  border-radius: 150px;
  border: 3px #fff solid;
  margin-top: 20px;
  margin-bottom: 20px;
}
.all-centre-item-text{
  text-align: center;
}
.call-centre-item{
  /*width: 800px;
  margin-left: auto;
  margin-right: auto;*/
  border-left: 3px #ff9c00 solid;
}
.call-centre{
  border-top: 2px #f5f5f5 solid;
  border-bottom: 2px #f5f5f5 solid;
}

.product-single-descr .tabs{
  text-align: left;
}
.product-single-descr .tabs>input[type="radio"] {
  display: none;  
}
.product-single-descr .tabs>div { 
  display: none;    
  font-size: 14px;
  text-align: left;
}
#tab-btn-1:checked~#content-1,
#tab-btn-2:checked~#content-2,
#tab-btn-3:checked~#content-3,
#tab-btn-4:checked~#content-4{
  display: block;
}
.product-single-descr .tabs>label {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    color: #000;
    background-color: #fff;  
    border: 1px #ff9c00 solid;
    margin: 0px -5px 30px 0;
    padding: 10px 22px 10px 22px;
    font-size: 14px;
    line-height: 1.2;    
    cursor: pointer;
    position: relative;   
    border-radius:0px;
    font-weight: 300;
    line-height: 24px;
    width: 25%;
}
.product-single-descr .tabs>label:hover{
  background-color: #f5f5f5;
  color: #000;
  transition: all .5s ease;
  box-shadow: 0px 7px 7px 0px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 7px 7px 0px rgb(0 0 0 / 20%);
}
.product-single-descr .tabs>input[type="radio"]:checked+label {
  background-color: #f5f5f5; 
  color: #ff9c00; 
}
.product-descr-text p{
  font-size: 14px;
  line-height: 1.6;  
  color: #000;
}

/*----------------------*/

/*------edge-wrap-second----*/
.custom-heading {
    text-align: center;
}
.custom-heading h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 5px;
    text-transform: none;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0;
    display: inline-block;
    border-bottom: 2px #fcb000 solid;
    padding: 0px 18px 7px;
    color: #000;
}
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
 
.col-xs-1-5 {
  width: 20%;
  float: left;
}
 
@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
}
 
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}
 
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}
.edge_category_img{
  text-align: center;
}
.edge_category_img img{ 
  border-radius: 50px;
}
.edge_category_text{
  text-align: center;
}
.edge_category_text p{
  font-size: 14px;
  color: #000;
  line-height: 1.2;
}
/*--------------------------*/

/*------about-wrap-------*/
.about-wrap .about-wrap-item h3{
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 40px;
    margin-top: 0;
}
.about-wrap-item p{
    font-size: 14px;
    line-height: 1.6;
    color: #000;
}
.about-wrap-item ul{
  list-style-type: none;
  padding-left: 0;
}
.about-wrap-item ul li{
  color: #000;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.6;
}
.about-wrap-item ul li .fa{
  color: #ff9c00; 
  font-weight: 800;
}
/*-----------------------*/

/*-----prem-wr----------*/
.prem-wr{
  background: #f5f5f5;
}
.prem-wr-text h2{
  font-size: 22px;
    line-height: 30px;
    margin-bottom: 5px;
    text-transform: none;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0;
    display: inline-block;
    border-bottom: 2px #fcb000 solid;
    padding: 0px 18px 7px;
    color: #000;
}
.prem-wr-text p{
  font-size: 14px;
    line-height: 1.6;
    color: #000;
}
.prem-wr-text ul{
  list-style-type: none;
  padding-left: 0;
}
.prem-wr-text ul li{
  color: #000;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.6;
}
.prem-wr-text ul li .fa{
  color: #ff9c00; 
  font-weight: 800;
}
.prem-wr-img{
  display: block;
  width: 100%;
}
.prem-wr-img img{
  width: 100%;
  border-left: 3px #ff9c00 solid;
}

.free-form-item{
  display: inline-block;
  padding: 12px 12px 24px 12px;
  width: 100%;
  background: #f5f5f5;
  margin-top: 60px;
  border-left: 3px #ff9c00 solid;
}
.form-sect-text p{
  margin: 0;
  font-size: 18px;
  color: #ff9c00;
  margin-bottom: 0px;
  font-weight: 800;
}
.form-sect-text span{
  font-size: 14px;
  color: #000;
  line-height: 1.4;
}
.form-sect-text{
  margin-top: 9px;
}
.form-sect-btn{
  text-align: right;
}
.form-sect-btn a{
  font-size: 14px;
  color: #fff;
  background-color: #ff9c00;
  border-radius: 50px;
  padding: 10px 24px;
  margin-top: 11px;
  display: inline-table;
}

.form-sect input[type="text"] {
    color: #333;
}
.newsletter-forn-in {
  margin-top: 14px;
}
.newsletter-input {
    height: 56px;
    border-radius: 50px;
    padding-left: 20px;
    width: 100%!important;
    border: 1px #ccc solid;
    background-color: #fff;
    border-color:#ccc !important;  
}
.form-group {
    width: 100%;
}
.subscribe-btn {   
    color: #fff;
    height: 56px;
    border-radius: 120px;    
    width: 100%!important;
    border: none;
    font-size: 16px; 
    background-color: #ff9c00;
    border: 1px solid #ff9c00;    
}
.subscribe-btn:hover{
  border: 1px solid #ff9c00;  
  background: transparent;
  color: #ff9c00;
  transition: all .5s ease;
}
@media only screen and (max-width: 991px) and (min-width: 768px){
  .ht-newsletter {
    padding-left: 15px;
    padding-right: 10px;
  }
  .ht-newsletter h2 {
    margin-bottom: 55px;
    margin-top: 47px;
  }  
  .newsletter-input {
    height: 45px;
    font-size: 13px;
    letter-spacing: 0;
    margin-top: 20px;
  }
  .newsletter-forn-in {
    margin-top: 0;    
  }
  .subscribe-btn {
    height: 45px;
    padding-left: 9px;
    font-size: 13px;
    letter-spacing: 0;
    margin-top: -11px;
  }
}
@media only screen and (max-width : 767px) {
  .form input[type="text"]{
    width: 100%;
  }
  .ht-newsletter{
    text-align: center;
  }
  .newsletter-forn-in {
    margin-top: 0;
  }
  .ht-newsletter h2{
    margin-bottom: 50px;
    text-align: center;
  }
  .newsletter-input{
    margin-left: 0!important;
    margin-bottom: 20px;
  }  
  .newsletter-forn-in .text-center{
    text-align: center;
  }  
  .subscribe-section{
    padding: 0 0 40px;
  }
  .form-sect-text {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width : 768px) {
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
}
/*----------------------*/

/*------footer----------*/
footer{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 -3px 5px -3px rgb(51 51 51 / 70%);
  padding: 80px 0 80px;
}
footer .adress-line span{
  text-transform: uppercase;
  font-size: 16px;
  color:#000;
  margin-bottom: 0;
  font-weight: 800;
}

footer .adress-line ul{
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
footer .adress-line ul li,
footer .adress-line a{
    display: block;
    /* letter-spacing: 1px; */
    color: #000;    
    font-size: 18px;
    text-align: left;
    line-height: 1.2;
    line-height: 1.4;
}
footer .adress-line a:hover{
  color: #ff9c00;
  transition: all .15s ease;
}
footer .adress-line{
  margin-bottom: 20px;
  background: transparent;
  text-align: left;
}
footer .contact-grid{
  padding: 0;
}
.contact-grid li.list-grid{
  list-style:none;
  border:1px solid #777;
  background: #fff;
}
.head-form {
  background-color: #fff;
  color: #000; 
  padding: 30px 30px 40px;
  text-align: center;
  background: #f5f5f5;
  border-left: 3px #ff9c00 solid;
}
.head-form h3 {
  display: block;
  font-weight: 400;
  margin: 0 0 35px;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
}
.head-form h3 span{
  text-transform: uppercase;
  font-weight: 800;
}
.head-form button[type="submit"]{
  background-color: #ff9c00;
  border:1px #ff9c00 solid;
  color: #fff;
}
.head-form button[type="submit"]:hover{
  background-color: transparent;
  color: #fcb000;
  border:1px #FCB000 solid;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.head-form input,
.head-form button {
  border: 1px solid #ccc;
  border-radius: 30px;
  color: #333;
  display: block;
  height: 55px;
  margin-bottom: 15px;
  width: 100%;
  text-indent: 30px;
}
.head-form input[type="submit"],
.head-form input button,
.head-form button[type="submit"],
.head-form button button {
  text-indent: 0;
  text-transform: uppercase;
  font-weight: 700;
  height: 60px;
}
/*----------------------*/


/*-------ReSite-----------*/
  .footer-bottom {
    background: #090909;   
    color: #424242;
    padding: 12px 0px;
  }
  .footer-bottom .logo-sign{
    text-align: right;
    display: block;
    width: 100%;
  }
  .footer-bottom .logo-sign img{
    width: 75px;
  }
  .footer-bottom .logo-sign {
    color: #7b7b7b;
    font-size: 12px;
  }
  .footer-bottom .logo-sign p{
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
  }
  .footer-bottom .row {
    margin-bottom: 0px;
  }
  @media only screen and (max-width : 767px){
    .footer-bottom .logo-sign {
        color: #7b7b7b;
        font-size: 12px;
        margin: 5px 0;
    }
  }
/*-------End ReSite-----------*/