/*!--------------------------------------------------------------
# main.scss
#
# Sass file for Options-admin template.
# Author: SaltTechno
#
# This is compressed CSS file. You get uncompressed version of
# this file and all source scss files with download.
#
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# [TABLE OF CONTENTS]
#
# 1. VARIABLES & MIXINS
# 2. TOP NAVABR
# 3. SIDEBARS
# 4. LAYOUT
# 5. PANELS
# 6. TABS
# 7. LABELS & BADGES
# 8. SECTIONS
# 9. BUTTONS
# 10. MODALS
# 11. DASHBOARD STATS
# 12. NOTIFICATIONS
# 13. PAGINATION
# 14. FORMS
# 15. ERROR PAGES
# 16. PRICING
# 17. LOGIN
# 18. DROPZONE
# 19. BOOTSTRAP SWITCH
# 20. JQUERY STEPS
# 21. DATATABLES
# 22. MISCELLANEOUS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 1. VARIABLES & MIXINS
--------------------------------------------------------------*/
@font-face{
  font-family: 'montserrat';
  src: url("fonts/Montserrat-Regular.otf");
  font-style:normal;
}
@font-face{
  font-family: 'montserrat-bold';
  src: url("fonts/Montserrat-Bold.otf");
  font-style:normal;
}



html, body {
  font-family: "montserrat";
  font-weight: 400;
  color: #f75b04;
  font-size: 12px;
  line-height: 1.75em;
  scroll-behavior: smooth;

}


@media (min-width: 600px) {
  html, body {
    font-size: calc( 12px + (14 - 12) * ((100vw - 600px) / (1140 - 600)));
  }
}

@media (min-width: 1140px) {
  html, body {
    font-size: 14px;
  }
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
}
table {
    font-size: 12px;
}
td{
  border:1px solid;
}
p, blockquote, pre,
address,
dl, ol, ul,
table {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "montserrat-bold", sans-serif;
  font-weight: 400;
  color: rgba(0,0,0,.9);
  clear: both;
}

h1, .h1 {
  font-size: 27.8543898685px;
  margin-top: 0.9424008253em;
  line-height: 1.1308809903em;
  margin-bottom: 0.1884801651em;
}

@media (min-width: 600px) {
  h1, .h1 {
    font-size: calc( 27.8543898685px + (32.4967881799 - 27.8543898685) * ((100vw - 600px) / (1140 - 600)));
  }
}

@media (min-width: 1140px) {
  h1, .h1 {
    font-size: 32.4967881799px;
    margin-top: 0.9424008253em;
    line-height: 1.1308809903em;
    margin-bottom: 0.1884801651em;
  }
}

h2, .h2 {
  font-size: 23.5370033519px;
  margin-top: 1.1152651681em;
  line-height: 1.3383182017em;
  margin-bottom: 0.2514831227em;
}

@media (min-width: 600px) {
  h2, .h2 {
    font-size: calc( 23.5370033519px + (27.4598372439 - 23.5370033519) * ((100vw - 600px) / (1140 - 600)));
  }
}

@media (min-width: 1140px) {
  h2, .h2 {
    font-size: 27.4598372439px;
    margin-top: 1.1152651681em;
    line-height: 1.3383182017em;
    margin-bottom: 0.2474216814em;
  }
}

h3, .h3 {
  font-size: 19.888804939px;
  margin-top: 1.3198379732em;
  line-height: 1.5838055678em;
  margin-bottom: 0.3037841038em;
}

@media (min-width: 600px) {
  h3, .h3 {
    font-size: calc( 19.888804939px + (23.2036057621 - 19.888804939) * ((100vw - 600px) / (1140 - 600)));
  }
}

@media (min-width: 1140px) {
  h3, .h3 {
    font-size: 23.2036057621px;
    margin-top: 1.3198379732em;
    line-height: 1.5838055678em;
    margin-bottom: 0.2980960311em;
  }
}

h4, .h4 {
  font-family: montserrat;
  font-weight: bold;
  font-size: 16px;
  color: rgba(0,0,0,.9);
  line-height: 1.8743226189em;

  margin-bottom: 0.3681503615em;
}

@media (min-width: 600px) {
  h4, .h4 {
    font-size: calc( 16.8060715286px + (19.60708345 - 16.8060715286) * ((100vw - 600px) / (1140 - 600)));
  }
}

@media (min-width: 1140px) {
  h4, .h4 {
    font-size: 19.60708345px;
    line-height: 1.8743226189em;
    margin-bottom: 0.3601841818em;
  }
}

h5, .h5 {
  font-size: 14.2011569368px;
  margin-top: 1.8484409486em;
  line-height: 2.2181291384em;
  margin-bottom: 0.3696881897em;
}

@media (min-width: 600px) {
  h5, .h5 {
    font-size: calc( 14.2011569368px + (16.5680164262 - 14.2011569368) * ((100vw - 600px) / (1140 - 600)));
  }
}

@media (min-width: 1140px) {
  h5, .h5 {
    font-size: 16.5680164262px;
    margin-top: 1.8484409486em;
    line-height: 2.2181291384em;
    margin-bottom: 0.3696881897em;
  }
}

h6, .h6 {
  font-size: 12px;
  margin-top: 2.1875em;
  line-height: 2.625em;
  margin-bottom: 0.5104166667em;
}

@media (min-width: 600px) {
  h6, .h6 {
    font-size: calc( 12px + (14 - 12) * ((100vw - 600px) / (1140 - 600)));
  }
}

@media (min-width: 1140px) {
  h6, .h6 {
    font-size: 14px;
    margin-top: 2.1875em;
    line-height: 2.625em;
    margin-bottom: 0.4739583333em;
  }
}

blockquote {
  font-style: italic;
}

blockquote cite {
  font-style: normal;
}

pre {
  padding: 0.875em;
  margin-bottom: 1.75em;
}


pre code {
  padding: 0;
}

code {
 font-family: "montserrat", sans-serif;
  padding: 0.0875em 0.2625em;
  line-height: 0;
}

big, small, sub, sup {
  line-height: 0;
}

abbr, acronym {
  border-bottom: 1px dotted currentColor;
  cursor: help;
}

address {
  font-style: normal;
}

dt {
  color: #292929;
  font-weight: bold;
}

ul {

}

ol {
  padding-left: 1.4em;
}
li{
  list-style: none;
}
fieldset {
  padding: 0.875em 1.75em 1.75em;
  border-width: 1px;
  border-style: solid;
  max-width: 100%;
  margin-bottom: 1.875em;
}

@media (min-width: 1140px) {
  fieldset {
    margin-bottom: 2.03125em;
  }
}

fieldset button, fieldset input[type="submit"] {
  margin-bottom: 0;
}

legend {
  color: #292929;
  font-weight: bold;
}

input[type="text"], input[type="email"], input[type="password"], input[type="date"], input[type="datetime-local"], input[type="color"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="url"], input[type="search"], textarea {
  display: block;
  max-width: 100%;
  padding: 0.4375em;
  font-size: 12px;
  margin-bottom: 1.3125em;
}

@media (min-width: 600px) {
  input[type="text"], input[type="email"], input[type="password"], input[type="date"], input[type="datetime-local"], input[type="color"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="url"], input[type="search"], textarea {
    font-size: calc( 12px + (14 - 12) * ((100vw - 600px) / (1140 - 600)));
  }
}

@media (min-width: 1140px) {
  input[type="text"], input[type="email"], input[type="password"], input[type="date"], input[type="datetime-local"], input[type="color"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="url"], input[type="search"], textarea {
    font-size: 14px;
    margin-bottom: 0.546875em;
  }
}

input[type="submit"], button {
  /* display: block; */
  cursor: pointer;
  font-size: 12px;
  padding: 0.4375em 1.75em;
  margin-bottom: 0;
}

@media (min-width: 600px) {
  input[type="submit"], button {
    font-size: calc( 12px + (14 - 12) * ((100vw - 600px) / (1140 - 600)));
  }
}

@media (min-width: 1140px) {
  input[type="submit"], button {
    font-size: 14px;
    margin-bottom: 0;
  }
}

label {
  display: block;
  padding-bottom: 0.21875em;
  margin-bottom: -0.125em;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 2.375em;
}

@media (min-width: 1140px) {
  table {
    margin-bottom: 2.125em;
  }
}

th {
  text-align: left;
  color: #292929;
  padding: 0.21875em 0.875em;
}

@media (min-width: 1140px) {
  th {
    padding: 0.4375em 0.875em;
  }
}

td {
  padding: 0.875em;
  padding: 0.21875em 0.875em;
}

@media (min-width: 1140px) {
  td {
    padding: 0.4375em 0.875em;
  }
}

body {
font-family: "montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #494949;
  text-rendering: optimizeLegibility !important;
  letter-spacing: 0.5px;
  overflow-x: hidden;
   background-attachment:fixed;
  background-repeat: no-repeat;
  background-size: 110%;
  height:100%;
 }


::-moz-selection {
  background-color: #292929;
  color: #fff;
}

::selection {
  background-color: #292929;
  color: #fff;
}
p{
  color:#444040;
}
a {


  color: #494949;
  /*-webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;*/
}
a:hover{
  text-decoration: none;
  color:#000;
}
code:not(.language-html) {
  font-weight: 600;
}

/* Starts*/


::selection {

    background-color: 

#292929;

color:

    #fff;

}
::selection {

    background-color: #292929;
    color: #fff;

}
element {

}
span{
  font-family: montserrat;
}
.fa::before, .fa::after {
    margin: 5px;
}
.fa-play:before{
    margin: -15px;
}

/* Text Styling*/

.justified {
    text-align: justify;
}
.underline{
  text-decoration: underline;
}

b{
  color:#000;
}

/* Header*/
.header{
    margin: 0 50px;s
}



.header-tagline {
    font-size: 42px;
    color: #f20e0e;
    text-shadow: 2px 2px 2px #051835;

}
.donate-btn {
    position: absolute;
    background: #ae0d0d;
    color: #fff!important;
    padding: 5px 40px!important;
    right: 10%;
    top: 0%;
}
.donate-btn:hover{
    background:#800000;
    transition: 0.2s ease;
}
.top-header {
    min-height: 45px;
    background: #051835;
    line-height: 3;
}
.top-contact{

  float:right;
  color: #fff;
  margin: 0 10px;
}
.main-header {
    padding: 10px 0;
    background: linear-gradient(to right,#1667e0bf,#fbfbfb,#fbfbfb);
    margin: 0 0px;
}
.custom-logo{
  text-align: center;
}
.custom-logo img {
    width: 150px;
}
.custom-logo img:hover {
    transform: scale(1.1);
    transition: 0.2s ease;
}
.tag {
    background: #3d3a9d;
    color: #fff;
    font-size: 8px;
    border-radius: 22px;
    line-height: 1.6;
    padding: 5px 0;
    margin: 0px 20px;
}


.menu {
    background: #051835;
}
.menu ul li a {
    margin: 0 25px;
    color:#fff!important;
    font-weight: bold;
}

.navbar {
    background: none !important;
}
.dropdown-menu{
  background: #051835;
}
.dropdown-item:hover {
    background-color: #f0f1f233;
  }
  .dropdown-toggle::after{
        margin-left: .655em;
  }

/* Sidebar*/
.header-sidebar {
    font-size: 16px;
    color: #fff;
    background: #051835;
    padding: 5px 10px;
}
.sidebar ul li{
  padding: 5px 0;
}
.sidebar ul li a {
    padding: 5px 10px;
    display: block;
}
.sidebar ul li a:hover {
    box-shadow: 0px 1px 3px 2px #0000004f;
    transition: 0.5s ease;
}
.sidebar ul{
  border: 1px solid #00000026;
}

.navigation-bar {
    border-right: 1px solid #00000052;
}


/*Main Content*/
.header-bar {
    height: 2px;
    background: #000000b0;
}


/*Carousel*/
.carousel {
    width: 100%;
}
.carousel-caption{
  width:  60%;

  top:15%;
  left:5%;
  right:60%;
  bottom:10%;
  text-align:left;
  padding:0 20px;
}
.carousel-caption h5 {
    line-height: 1.2;
    color: #fff;
    font-size: 38px;
    margin: 10px 0;
    text-shadow: 1px 1px 11px #000;
}
.carousel-caption p{
  margin-top: 10px;
}

.slider-bar {
    margin: 0;
    height: 2px;
    background: #000;
}
.slider-btn {
    background: #3d3a9d;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    position: absolute;
    z-index:16;
    left: 60%;
    bottom:10%;
}
.slider-btn:hover {
    background: #262466;
    color: #fff;
  }
.donate-btn-banner {
    background: #cf2550;
    color: #fff;
    margin-top: 10px;
    padding: 0px 20;
    font-size: 64px;
    text-align: center;
    margin-left: -15;
    cursor: pointer;
}
.donate-btn-banner:hover{
  text-decoration: underline;
  text-decoration-color: #fff;
  background: #a81238;
}
.donation-banner img {
    width: 100%;
    padding: 10px;
    background: #f9f9f9;
    box-shadow: 1px 1px 6px 1px #00000061;
}
.donate-banner.row.col-md-12 {
    margin: 30px 0;
    border-top: 2px solid;
    padding: 40px 60px;
}

.donate-img img {
    width: 400px;
}

.donate-banner {
    text-align: center;
}
.donate-img img:hover {
    transform: scale(0.95);
    transition: 0.5s ease-in-out;
}



/*Crumbs*/
.bread-crumbs {
    margin: 10px 80px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 2px 10px;
}
.arrow{
  margin:0 5px;
}
/* Main Content*/
.main-content {
    margin: 10px 50px 0;
}
.main-content-1{
    margin: 0 50px;
  }
.content{
  margin-bottom: 40px;
}
.content-padding {
    padding: 0 20px;]

}
.content-padding.background-staff {
    background: url("//kjpassemblyselda.org/new-hope/images/background-staff.jpg");
}
.staff-row {
    margin-top: 20px;
}

.img-staff.col-md-4 {
    text-align: center;
}
.img-staff img {
    width: 170px;
}
.img-staff img {
    width: 170px;
    background: #f1f1ed;
    padding: 3px;
    border-radius: 50%;
    box-shadow: 2px 2px 2px 2px #00000094;
}




.about {
    margin: 20px;
}
.b-image img {
    box-shadow: 1px 1px 4px 1px #00000087;
}
.b-image img {
    box-shadow: 2px 2px 4px 2px #00000087;
}


.service-1,.service-2 {
    margin:20px 0;
}

.project-1,.project-2,.project-3,.project-4,.project-5{
  overflow: hidden;
  position: relative;

}
.project-1 img,.project-3 img,.project-4 img,.project-5 img {
    width: 310px;
    height: 290px;
    cursor: pointer;
}
.desc-serv-1,.desc-serv-2,.desc-serv-3,.desc-serv-4, .desc-serv-5 {
    position: absolute;
    top: 100%;
    right: -4%;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin: 0px;
    padding: 20px 35px;
    font-size: 17px;
    line-height: 1.5;
    transition: 0.3s ease-in-out;
}
.desc-serv-1,.desc-serv-3{
  width:104%;
}
.serv p {
    color: #fff;
    font-size: 12px;
    margin: 10px 0;
}
.btn-serv {
    background: #fff;
    font-size: 12px;
    padding: 5px 20px;
    border-radius: 12px;
}


.project-1:hover .desc-serv-1{
  top:0%;
}
.project-2:hover .desc-serv-2{
  top:0%;
}
.project-3:hover .desc-serv-3{
  top:0%;
}
.project-4:hover .desc-serv-4{
  top:0%;
}
.project-5:hover .desc-serv-5{
  top:0%;
}



.loc-map{
  margin: 20px 0;
}

table.staff-table td {
    padding: 15px 10px;
}

.staff-table {
    font-weight: bold;
    color: #000;
}






/*Footer*/
.footer {
    background: #092144;
    padding-top: 30px;
}
.footer p,.footer a{
  color: #efe5e5;
}
.footer a:hover{
  color: #fff;
  text-decoration: underline;
}
.top-footer {
    margin:10px 20px 50px;
}
.bottom-footer {
    text-align:center;
    background: #051835;
    padding: 0 20px;
}
.footer-heading {
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    min-height: 45px;
}
.footer-bar {
    height: 1px;
    background: #ffffffbd;
}


/*  Temp Edit*/
.b-image img {
    padding: 10px;
    background: #f9f8f4;
    width: 90%;
    margin-top: 55px;
    box-shadow: 1px 1px 7px 1px #827777;
}
.about    {

     margin: 20px;
    background: url(//kjpassemblyselda.org/new-hope/images/new-hope-banner.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
}


/*Gallery*/
.gallery-container {
    position: relative;
    min-height: 400px;
}
.nav-dot {
    position: absolute;
    top: 65%;
    width: 100%;
}
.direct {
    position: absolute;
    top: 0;
}
.direct img {
    width: 150px;
    transform: rotate3d(78, 1, 1, 70deg);
    opacity: 0.5;
}
span.arrow-right.direct {
    right: 30px;
}
span.arrow.direct {
    right: 40%;
}
.arrow-right:hover.arrow-right img{
  opacity: 1;
}
.arrow-left:hover.arrow-left img{
  opacity: 1;
}
.arrow:hover.arrow img{
  opacity: 1;
}
.arrow-left-img{
  position: absolute;
  opacity:0;
}
.col-md-6.b-text {
    background: #ffffffeb;
        padding: 0 50px;
}


/* Gallery Common*/
.gallery-container a {
    float: left;
}
.gallery-container img {
    width: 370px;
    border-radius: 2px;
    margin: 10px 5px;
    box-shadow: 1px 1px 1px 1px #000000a3;
}
.gallery-container img:hover {
    transform: scale(1.05);
    transition: 0.5s ease-in-out;
}



.serv-img.col-md-6 {
    text-align: center;
}

.serv-text.col-md-6 {
    background: #f9f5f573;
    border-radius: 10%;
    padding: 30px 40px;
}
.serv-img img {
    width: 500px;
}

.small-fa p {
    margin: 10px;
}

.social-links {
    font-size: 28px;
}



/*Media Query*/



@media screen and (max-width: 476px){
  .header{
    margin: 0 20px;
  }

  .serv-img img {
    width: 250px;
}
.social-links {
    margin: 10px 0;
}
.navbar-light .navbar-toggler-icon{
  background-image:url("//kjpassemblyselda.org/new-hope/images/mobile.png")!important;
  border: 2px solid #fff;
}
.main-content-1 {
    margin: 0 10px;
}
.donate-btn-banner{
  font-size: 20px;
}
.carousel {
    margin-top: 2px;
}
.carousel-item img{
  width:100%;
}
.custom-logo img {
    width: 100px;
}
.header-tagline {
    font-size: 19px;
    margin-top: 40px;
    }
.donate-btn{
  right:64%;
}
.donate-img img {
    width: 170px;
}
}