html{
 margin: 0;
 padding: 0;
}
body{
 margin: 0;
 padding: 0;
 border:0px solid #000000;
 overflow-x:hidden;
 width: 100%;
}
#back-to-top {
    right: 1px !important;
}

.blog-entry .entry-content .entry-more a {
    width: 200px !important;
    height: 45px;
    padding: 0 20px;
    border: 2px solid rgba(37, 55, 69, 0.5);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.page-title.page-title-13 .page-title-wrap {
    height: 250px !important;
    background-position-y: bottom;
}

 
@media only screen and (max-width: 1600px) and (min-width: 501px)
{
    .page-title .title .title-heading {
        margin-bottom: 24px;
        font-family: var(--global--font-heading);
        color: var(--global--color-white);
        font-size: 45px !important;
        font-weight: 700;
        line-height: 45px !important;    
        text-transform: uppercase;
    }
}
.blog-single {
    padding-top: 40px !important;
    padding-bottom: 110px;
}
/*
.slider .slide .slide-content .slide-headline {
    font-family   : var(--global--font-heading);
    font-weight   : 700;
    font-size     : 60px !important;
    line-height   : 75px !important; 
    color         : var(--global--color-white);
    margin-bottom : 24px;
    text-transform: uppercase;
}
*/

@media screen and (max-width: 500px{
    h1.slide-headline {
        font-size: 25px ! important;
    }
    .header .navbar-brand .logo {
        width: 160px ! important;
    }
    
}



textarea.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.bg_green_site {
    background-color: #32c36c ;
} 
.process-number-jc{
    font-family  : var(--global--font-body);
    font-size    : 37px;
    font-weight  : 500;
    line-height  : 29px;
    color        : var(--global--color-primary);
    margin-bottom: 32px;
    text-align: center;
}

.width_200{
    width: 200px;
}
.width_250{
    width: 250px;
}


@media only screen and (max-width: 500px) and (min-width: 250px)
{
 .header .navbar-brand .logo {
    max-width: 100%;
    width: 160px !important;
    height: 60px;
 }
  div.title .title-heading {
    font-size: 28px ! important ; 
    line-height: 28px !important;    
    text-transform: uppercase;
  }
}


/*
@media screen and (max-width: 767.98px)
.header .navbar-brand .logo {
    width: 160px ! important;
}
*/ 

.btn-xs {
    font-size: 15px;
    font-weight: 700;
    text-transform: none !important;
    padding: 0 15px;
    border: 0;
    width: 180px !important;
    height: 40px !important;
    border-radius: 4px;
    overflow: hidden;
}

.entry-share-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: var(--global--color-white);
    border-radius: 8px;
    padding: 25px 25px 25px 40px;
    -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.21);
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.21);
}

.entry-share-top a:hover i {
    width: 40px;
    height: 40px;
    background-color: var(--global--color-primary);
}

.entry-share-top a i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 11px;
    background-color: var(--global--color-heading);
    color: var(--global--color-white);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}


#scroll-container-gallery {
  background-color: #333;
  overflow: auto;
  white-space: nowrap;
  padding: 10px;
}

#scroll-container-gallery a img.thumb {
  max-height: 100px;
  width: auto;
  padding: 10px;
}


