body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #fff;
  }
  /* .head-section {
    padding: 2% 0;
  } */
  .header-logo a {
    height: auto;
  }
  .header-logo a img {
    width: 110px;
  }
  .nav-link {
    padding: 31px 10px !important;
    font-size: 18px !important;
  }
  .social-icon-first {
    padding: 15px 5px 15px 40px !important;
  }
  .social-icon {
    padding: 15px 5px !important;
  }
  .language-select {
    color: #fff;
    border: 0px;
    width: auto;
    margin-left: 20px;
  }
  h1{
    font-size: 56px !important;
  }
  h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
  }
  h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
  }  
  .jumbotron {
    background-color: #f4511e;
    color: #fff;
    padding: 100px 25px;
    font-family: Montserrat, sans-serif;
  }
  .container-fluid {
    padding: 60px 50px;
  }
  .bg-purple {
    background-color: #73218d;
  }
  .bg-grey {
    background-color: #f6f6f6;
  }
  .logo-small {
    color: #f4511e;
    font-size: 50px;
  }
  .logo {
    color: #f4511e;
    font-size: 200px;
  }
  .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
  }
  .thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }
  .carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #f4511e;
  }
  .carousel-indicators li {
    border-color: #f4511e;
  }
  .carousel-indicators li.active {
    background-color: #f4511e;
  }

  .carousel-inner img {
    /*-webkit-filter: grayscale(90%);
    filter: grayscale(90%); *//* make all photos black and white */ 
    width: 100%; /* Set width to 100% */
    margin: auto;
  }
  .carousel-caption h3 {
    color: #fff !important;
  }
  .carousel-container {
    width: 100% !important;
    max-width: 100%;
  }
  @media (max-width: 600px) {
    .caption-text {/* .carousel-caption { */
      display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
    .carousel-caption {
      width: 100% !important;
    }
  }
  .caption-text {
    padding: 105px;
  }

  /* .caption-text h1 {
    animation: typing 3.5s steps(40, end);
    overflow: hidden;
    margin: 0 auto;
  }
  @keyframes typing {
    from { width: 0 }
    to { width: 100% }
  } */
  
  #carouselButtons {
      margin-left: 100px;
      position: absolute;
      bottom: 0px;
  }
  .carousel-caption {
      position: relative;
      left: auto;
      right: auto;
      float: left;
      width: 50%;
      height: 100%;
      /* background-color: #428bca; */
      /* opacity: 0.8; */
      color: #000;
      bottom:0;
      right:0;
      text-shadow: none;
  }
  .cc1 {
      width: 100% !important;
  }
  .carousel-p {
    font-size: 18px;
    text-align: left;
    margin-top: 35px;
  }

  .item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
  }
  .item span {
    font-style: normal;
  }
  .panel {
    border: 1px solid #f4511e; 
    border-radius:0 !important;
    transition: box-shadow 0.5s;
  }
  .panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
    border: 1px solid #f4511e;
    background-color: #fff !important;
    color: #f4511e;
  }
  .panel-heading {
    color: #fff !important;
    background-color: #f4511e !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .panel-footer {
    background-color: white !important;
  }
  .panel-footer h3 {
    font-size: 32px;
  }
  .panel-footer h4 {
    color: #aaa;
    font-size: 14px;
  }
  .panel-footer .btn {
    margin: 15px 0;
    background-color: #f4511e;
    color: #fff;
  }
  .navbar {
    margin-bottom: 0;
    /* background-color: #fff; */
    z-index: 999;
    border: 0;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 1.42857143 !important;
    /*letter-spacing: 4px;*/
    border-radius: 0;
    font-family: Montserrat, sans-serif;
  }
  .navbar li a, .navbar .navbar-brand {
    color: #000 !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
    color: #f4511e !important;
    background: rgba(255, 255, 255, 0.1);
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
  }
  footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #f4511e;
  }
  .slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }

  .divider-bottom {
    margin-left: -31px !important;
    border-top-color: #E02B20;
    border-top-width: 3px;
    border-top-style: solid;
    width: 300px;
    top: 0px;
    right: 0px;
    left: 0px;
  }
  .divider-bottom-left {
    margin-right: -31px !important;
    border-top-color: #E02B20;
    border-top-width: 3px;
    border-top-style: solid;
    width: 300px;
    float: right;
    top: 0px;
    right: 0px;
    left: 0px;
  }

.banner{position:relative}
.banner img{width:100%}
.banner .container{position: absolute; left:0; right:0; top:50%; text-align:left; transform:translateY(-50%)}

  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
      width: 100%;
      margin-bottom: 35px;
    }
  }
  @media screen and (max-width: 480px) {
    .logo {
      font-size: 150px;
    }
  }

  @media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}
/* .navbar .nav-item .dropdown-menu { background: linear-gradient(to bottom right, #2f7ce2, #cdbcd8, #35c1a8, #e1d130, #fd1d1e); } */

/*multiple items carousel*/
.col-centered {
  float: none;
  margin: 0 auto;
}

.carousel-control { 
  width: 8%;
  width: 0px;
}
.carousel-control.left,
.carousel-control.right { 
  margin-right: -25px;
  margin-left: -25px; 
  background-image: none;
  opacity: 1;
}
.carousel-control > a > span {
  color: white;
  font-size: 29px !important;
}

.carousel-col { 
  position: relative; 
  min-height: 1px; 
  padding: 5px; 
  float: left;
  text-align: center;
}

.active > div { display:none; }
.active > div:first-child { display:block; }

/*xs*/
@media (max-width: 767px) {
.carousel-inner .active.left { left: -50%; }
.carousel-inner .active.right { left: 50%; }
.carousel-inner .next        { left:  50%; }
.carousel-inner .prev		     { left: -50%; }
.carousel-col                { width: 50%; }
.active > div:first-child + div { display:block; }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
.carousel-inner .active.left { left: -50%; }
.carousel-inner .active.right { left: 50%; }
.carousel-inner .next        { left:  50%; }
.carousel-inner .prev		     { left: -50%; }
.carousel-col                { width: 50%; }
.active > div:first-child + div { display:block; }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
.carousel-inner .active.left { left: -33%; }
.carousel-inner .active.right { left: 33%; }
.carousel-inner .next        { left:  33%; }
.carousel-inner .prev		     { left: -33%; }
.carousel-col                { width: 33%; }
.active > div:first-child + div { display:block; }
.active > div:first-child + div + div { display:block; }
}

/*lg*/
@media (min-width: 1200px) {
.carousel-inner .active.left { left: -25%; }
.carousel-inner .active.right{ left:  25%; }
.carousel-inner .next        { left:  25%; }
.carousel-inner .prev		     { left: -25%; }
.carousel-col                { width: 25%; }
.active > div:first-child + div { display:block; }
.active > div:first-child + div + div { display:block; }
.active > div:first-child + div + div + div { display:block; }
}
/* .carousel-inner > .item.next,
.carousel-inner > .item.active.right {
  left: 0;
  -webkit-transform: translate3d(33%, 0, 0);
  -ms-transform: translate3d(33%, 0, 0);
  -o-transform: translate3d(33%, 0, 0);
  transform: translate3d(33%, 0, 0);
}


.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
  left: 0;
  -webkit-transform: translate3d(-33%, 0, 0);
  -ms-transform: translate3d(-33%, 0, 0);
  -o-transform: translate3d(-33%, 0, 0);
  transform: translate3d(-33%, 0, 0);
} */

.block {
width: auto;
height: 230px;
}
.block1 {
  width: auto;
  height: 175px;
  }

.red {background: red;}
.text-red {color: red;}

.blue {background: blue;}

.green {background: green;}

.yellow {background: yellow;}

.text-black { color: #000; }


.about-p {
  font-size: 19px !important;
}
/* #myModal {
  z-index: 99;
}
.mclose {
  z-index: 100;
} */
#recipeCarousel .card {
  border: none;
  background-color: transparent;
  text-align: center;
}
#recipeCarousel1 .card {
  border: none;
  background-color: transparent;
  text-align: center;
}
.form-control {
  margin: 10px;
}
.media-pg .card {
  border: none;
  background-color: transparent;
  text-align: center;
  margin-bottom: 55px;
  text-decoration: none;
}
.media-pg img {
  width: 80%;
}
.media-pg a {
  text-decoration: none;
}
.about-list {
  list-style-image: url('../images/icons/sqpurple.gif');
}
.about-list li {
  padding-left: 10px;
}
.president-bg {
  background-image: url('../images/president-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: inherit;
}
.founder-bg {
  background-image: url('../images/founder.png');
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: inherit;
}
.embed_border {
  border: 5px solid #ccc;
  padding: 10px;
  background-color: #ddd;
}

marquee a {
  text-decoration: none;
  color: #fff;
  word-spacing: 30px;
  /* letter-spacing: 3px; */
  font-size: 22px;
}

.notice-div {
  /* background: linear-gradient(to bottom right, #2f7ce2, #cdbcd8, #35c1a8, #e1d130, #fd1d1e); */
  /* border-radius: 10px; */
  font-size: 22px;
}

.social-menu {
  position: fixed;
  right: 0;
  z-index: 1;
  /* top: 10px; */
}
.social-menu ul li {
  margin-top: 0px;
  list-style: none;
}

.pop-text {
  font-size: 19px;
  color: #000;
}

/* Feature Box
---------------------*/
.feature-box-1 {
  padding: 32px;
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  margin: 15px 0;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  top: 0;
}
.feature-box-1 * {
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.feature-box-1 .icon {
  /* width: 70px;
  height: 70px; */
  line-height: 70px;
  /* background: #fc5356; */
  color: #67215b;
  text-align: center;
  /* border-radius: 50%; */
  margin-bottom: 22px;
  font-size: 100px;
}
.feature-box-1 .icon i {
  line-height: 70px;
}
.feature-box-1 h5 {
  color: #67215b;
  font-weight: 600;
}
.feature-box-1 p {
  margin: 0;
}
.feature-box-1:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-radius: 10px;
  width: 0;
  background: #67215b;
  z-index: -1;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  color: #fff;
}
.feature-box-1:hover {
  top: -5px;
}
.feature-box-1:hover h5, .feature-box-1:hover .icon {
  color: #ffffff;
}
.feature-box-1:hover p {
  color: rgba(255, 255, 255, 0.8);
}
.feature-box-1:hover:after {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  left: 0;
  right: auto;
}
.section {
    padding: 100px 0;
    position: relative;
}
.section-title {
    padding-bottom: 45px;
}
.section-title h2 {
    font-weight: 700;
    color: #20247b;
    font-size: 45px;
    margin: 0 0 15px;
    border-left: 5px solid #fc5356;
    padding-left: 15px;
}
.about-container {
  background-image: url('../images/about-bg.png');
  background-size: cover;
  padding: 35px 60px 0px;
  margin-top: 40px;
}
.about-container p {
  font-size: 20px;
}
.about-container a {
  text-decoration: none;
}

.navbar-nav .nav-link.active {
  color: #f4511e !important;
}

.zoom-in-zoom-out {
  animation: zoom-in-zoom-out 20s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1.1, 1.1);
  }
  50% {
    transform: scale(1.3, 1.3);
  }
  100% {
    transform: scale(1.1, 1.1);
  }
}

.note-btn {
  padding: 3px 50px !important;
} 
@media (max-width: 820px) {
  .note-btn {
    padding: 3px 5px !important;
  } 
}

.thumb-main {
  height: 300px;
  overflow: hidden;
}