
body {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  background-color: #fff;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  color: #000;
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3d424b;
  font-weight: bold;
}

ul {
  list-style-type: none !important;
  padding-left: 0;
  margin: 0;
}

a:hover,
a:focus {
  text-decoration: none;
}
.index-slide-h1
{
  font-size:30px !important;font-weight:bold;font-color:black;margin-bottom:10px !important;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 30px 0;
}
 .index-h1-p
      {
        margin-bottom: 30px;
    }
    .index-h1-p p, .index-h1-p h1
    {
     display: inline;
     line-height: 1em;
     margin: 0;
     font-size: 32px;
     color: #3d424b;
     font-weight: bold;
     font-family: inherit;
     position: relative;
     text-align: center; 
     padding: 0.28em 0 0.6em;
 }
 .index-h1-p:before
 {
    content: "";
    background-color: #ff7e00;
    width: 70px;
    height: 7px;
    position: absolute;
    left: 50%;
    bottom: 0;
    top: 29%;
}
.index-h2
{
    font-family: "Noto Sans", sans-serif;
    font-size: 18px !important;
    color: #ff7e00 !important;
    text-transform: uppercase !important;
    font-weight: normal;
}
.index-who-p
{
    font-size: 32px;
    line-height: 1em;
    color: #3d424b;
    margin: 0;
    padding: 0.1em 0 0.6em;
    position: relative;
    /*text-transform: capitalize;*/
    font-weight: bold;
}
.index-who-p:before
{
  content: "";
  background-color: #ff7e00;
  width: 70px;
  height: 7px;
  position: absolute;
  left: 46.9%;
  bottom: 0;  
}
.cta-2 .sing-up h4 span {
    position: absolute;
    left: -48px;
}
.cta-2 .sing-up h4 {
    color: #ed1c24;
    margin: 0 0 0.4em;
    position: relative;
    font-size: 24px;
    font-weight: bold;
}
.index-h5-sub
{
    font-size:20px;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 30px 0;
  }
}

.wow {
  visibility: hidden;
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

.preloader {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
}

.preloader .middle {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #ff7e00;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.preloader .middle i:before {
  font-size: 45px;
}

.preloader .middle:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 4px solid #cccccc;
  border-top: 4px solid #ff7e00;
  border-bottom: 4px solid #ff7e00;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: proloaderAnimation 0.8s linear infinite;
  animation: proloaderAnimation 0.8s linear infinite;
}

/*** proloader animation ***/
@-webkit-keyframes proloaderAnimation {
  form {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes proloaderAnimation {
  form {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.section-title {
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .section-title {
    margin-bottom: 20px;
  }
}

.section-title span {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  color: #ff7e00;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .section-title span {
    font-size: 16px;
  }
}

.section-title h2 {
  font-size: 32px;
  line-height: 1em;
  color: #3d424b;
  margin: 0;
  padding: 0.28em 0 0.6em;
  position: relative;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 25px;
  }
}

.section-title h2:before {
  content: "";
  background-color: #ff7e00;
  width: 70px;
  height: 7px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .section-title h2:before {
    width: 50px;
    height: 5px;
  }
}

.section-title-s2 {
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .section-title-s2 {
    margin-bottom: 40px;
  }
}

.section-title-s2 h2 {
  font-size: 32px;
  margin: 0;
  text-transform: capitalize;
}

.section-title-s2 h2 span {
  color: #ff7e00;
}

@media (max-width: 767px) {
  .section-title-s2 h2 {
    font-size: 25px;
  }
}

.section-title-s3, .section-title-single-heading, .section-title-s4 {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .section-title-s3, .section-title-single-heading, .section-title-s4 {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .section-title-s3, .section-title-single-heading, .section-title-s4 {
    padding: 0 15px;
  }
}

.section-title-s3 h2, .section-title-single-heading h2, .section-title-s4 h2 {
  font-size: 40px;
  font-weight: normal;
  color: #000;
  margin: 0 0 0.4em;
  text-transform: capitalize;
}

.section-title-s3 h2 span, .section-title-single-heading h2 span, .section-title-s4 h2 span {
  font-weight: bold;
}

@media (max-width: 991px) {
  .section-title-s3 h2, .section-title-single-heading h2, .section-title-s4 h2 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .section-title-s3 h2, .section-title-single-heading h2, .section-title-s4 h2 {
    font-size: 28px;
  }
}

.section-title-s3 p, .section-title-single-heading p, .section-title-s4 p {
  font-size: 16px;
  color: #333333;
  margin: 0 0 2.39em !important;
}

.section-title-single-heading {
  margin-bottom: 35px;
}

.section-title-s4 p {
  color: #828791;
  margin: 0 0 3.39em !important;
}

.side-section-title h2 {
  font-size: 36px;
  margin: 0 0 1em;
  text-transform: capitalize;
}

.side-section-title h2 span {
  color: #ff7e00;
}

@media (max-width: 767px) {
  .side-section-title h2 {
    font-size: 25px;
  }
}

.theme-btn {
  background-color: #ff7e00;
  line-height: 0.66em;
  color: #fff;
  padding: 15px;
  border: 0;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}

.theme-btn:hover, .theme-btn:focus, .theme-btn:active {
  background-color: #f94d04;
  color: #fff;
}

@media (max-width: 767px) {
  .theme-btn {
    padding: 12px;
    font-size: 13px;
  }
}

.theme-btn-s2 {
  background-color: transparent;
  line-height: auto;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border: 2px solid #fff;
  padding: 11px 30px;
}

.theme-btn-s2:hover {
  color: #ff7e00;
  border-color: #ff7e00;
}

@media (max-width: 767px) {
  .theme-btn-s2 {
    font-size: 15px;
    border: 1px solid #fff;
    padding: 7px 30px;
  }
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #ff7e00;
  -webkit-box-shadow: 0 0 5px 0 #fc824e;
  -moz-box-shadow: 0 0 5px 0 #fc824e;
  -o-box-shadow: 0 0 5px 0 #fc824e;
  -ms-box-shadow: 0 0 5px 0 #fc824e;
  box-shadow: 0 0 5px 0 #fc824e;
}

.form ::-webkit-input-placeholder {
  font-style: 12px;
  font-style: normal;
  color: #595959;
}

.form :-moz-placeholder {
  font-style: 12px;
  font-style: normal;
  color: #595959;
}

.form ::-moz-placeholder {
  font-style: 12px;
  font-style: normal;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-style: 12px;
  font-style: normal;
  color: #595959;
}

.form select {
  font-style: italic;
  background: url(../images/select-icon.html) no-repeat 95% center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.sticky {
  width: 100% !important;
  position: fixed !important;
  left: 0;
  top: 0;
  z-index: 9999 !important;
}

@media screen and (min-width: 992px) {
  .sticky #navbar > ul > li > a {
    padding: 25px 25px;
    text-transform: uppercase;
  }
}

.sticky .social-links {
  top: 23px;
}

@media (max-width: 991px) {
  .sticky .social-links {
    top: 12px;
  }
}

.sticky .mini-cart-wrapper {
  top: 18px;
}

@media (max-width: 991px) {
  .sticky .mini-cart-wrapper {
    top: 8px;
  }
}

.sticky .mini-cart-wrapper .mini-cart {
  top: 48px !important;
}

@media (max-width: 991px) {
  .sticky .mini-cart-wrapper .mini-cart {
    top: 38px !important;
  }
}

/*** header style tow ***/
.header-style-two .sticky .navbar-brand {
  height: 70px;
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .header-style-two .sticky .navbar-brand {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.header-style-two .sticky .navbar-brand img {
  -webkit-transform: scale3d(0.8, 0.8, 1);
  -moz-transform: scale3d(0.8, 0.8, 1);
  -o-transform: scale3d(0.8, 0.8, 1);
  -ms-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}

@media (max-width: 767px) {
  .header-style-two .sticky .navbar-brand img {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@media (max-width: 991px) {
  .header-style-two .sticky .social-links-mini-cart {
    top: 21px;
  }
}

@media (max-width: 767px) {
  .header-style-two .sticky .social-links-mini-cart {
    top: 13px;
  }
}

.header-style-two .sticky .navbar-header button {
  top: 17px;
}

@media (max-width: 767px) {
  .header-style-two .sticky .navbar-header button {
    top: 15px;
  }
}

/*** header style four ***/
@media screen and (min-width: 992px) {
  .header-style-four .sticky #navbar > ul > li > a, .header-style-five .sticky #navbar > ul > li > a {
    font-weight: bold;
    color: gray;
    padding: 25px 30px 25px 25px;
  }
}

@media screen and (min-width: 992px) {
  .header-style-four .sticky .social-links-mini-cart, .header-style-five .sticky .social-links-mini-cart {
    top: 5px;
  }
}

/*** header style five ***/
@media screen and (min-width: 992px) {
  .header-style-five .sticky .navbar-brand {
    margin-top: 7px;
  }
  .header-style-five .sticky .navbar-brand img {
    width: 220px;
  }
}

@media (max-width: 1199px) {
  .header-style-five .sticky #navbar > ul > li > a {
    padding: 22px 27px 22px 15px;
  }
}

.social-links {
  overflow: hidden;
}

.social-links li {
  float: left;
  margin-right: 24px;
}

.social-links li a {
  color: white;
  text-align: center;
}

.social-links li a:hover {
  color: black;
}

@media (max-width: 400px) {
  .volunteers-grid > .col {
    width: 95%;
    margin: 0 0 0 2.3%;
  }
}

.volunteers-grid .box {
  position: relative;
}

.volunteers-grid .box:hover .hover-text {
  opacity: 1;
}

.volunteers-grid .box:hover .hover-text > div {
  bottom: 0;
  opacity: 1;
}

.volunteers-grid .hover-text {
  background-color: rgba(61, 66, 75, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.volunteers-grid .hover-text > div {
  width: 100%;
  position: absolute;
  bottom: -20%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.volunteers-grid .hover-text h4,
.volunteers-grid .hover-text a {
  color: #fff;
}

.volunteers-grid .hover-text h4 {
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .volunteers-grid .hover-text h4 {
    font-size: 16px;
  }
}

.volunteers-grid .hover-text span {
  display: block;
  font-size: 14px;
  color: #ff7e00;
  margin-bottom: 1em;
}

.volunteers-grid .hover-text .social-links {
  top: 0;
}

.volunteers-grid .hover-text .social-links li {
  width: 33.33%;
  margin: 0;
  padding: 0;
}

.volunteers-grid .hover-text .social-links li:first-child a {
  background-color: #00529c;
}

.volunteers-grid .hover-text .social-links li:first-child a:hover {
  background-color: #004583;
}

.volunteers-grid .hover-text .social-links li:nth-child(2) a {
  background-color: #00acee;
}

.volunteers-grid .hover-text .social-links li:nth-child(2) a:hover {
  background-color: #009ad5;
}

.volunteers-grid .hover-text .social-links li:last-child a {
  background-color: #0071ad;
  border-right: 0;
}

.volunteers-grid .hover-text .social-links li:last-child a:hover {
  background-color: #006094;
}

.volunteers-grid .hover-text .social-links a {
  padding: 0;
  display: block;
  font-size: 34px;
  padding: 12px 0;
  border-right: 1px solid #3d424b;
}

@media (max-width: 767px) {
  .volunteers-grid .hover-text .social-links a {
    font-size: 20px;
  }
}

.volunteers-grid .hover-text .social-links a:hover {
  color: #fff;
}



.page-title {
  text-align: center;
  position: relative;
}

.page-title:before {
  content: "";
  background-color: rgba(218, 204, 204, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}

.page-title .page-title-bg {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
}

.page-title > .container {
  position: relative;
  height: 150px;
  z-index: 100;
}

@media (max-width: 991px) {
  .page-title > .container {
    height: 320px;
  }
}

.page-title .title-box {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-title .title-box h1 {
  font-size: 30px;
  color: #ff7e00;
  margin: 0 0 0.25em;
}

.page-title .title-box h1 span {
  color: #fff;
}

@media (max-width: 991px) {
  .page-title .title-box h1 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .page-title .title-box h1 {
    font-size: 30px;
  }
}

.page-title .title-box ol {
  background: transparent;
  padding: 0;
  margin: 0;
}

.page-title .title-box ol li,
.page-title .title-box ol a {
  color: #4a4444;
  font-size: 18px;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .page-title .title-box ol li,
  .page-title .title-box ol a {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .page-title .title-box ol li,
  .page-title .title-box ol a {
    font-size: 15px;
  }
}

.page-title .title-box ol a:hover {
  text-decoration: none;
  color: #ff7e00;
}

.causes-list-box {
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px 5px #e6e6e6;
  -moz-box-shadow: 0 0 15px 5px #e6e6e6;
  -o-box-shadow: 0 0 15px 5px #e6e6e6;
  -ms-box-shadow: 0 0 15px 5px #e6e6e6;
  box-shadow: 0 0 15px 5px #e6e6e6;
}

@media (max-width: 767px) {
  .causes-list-box {
    padding: 15px;
  }
}

.causes-list-box .img-holder {
  width: 45%;
  float: left;
}

.causes-list-box .details,
.causes-list-box > .title {
  width: 55%;
  float: right;
  padding: 45px 90px 45px 40px;
}

@media (max-width: 1199px) {
  .causes-list-box .details,
  .causes-list-box > .title {
    padding: 30px 20px 30px 30px;
  }
}

@media (max-width: 767px) {
  .causes-list-box .details,
  .causes-list-box > .title {
    padding: 30px 0 10px 0;
  }
}

.causes-list-box .details h3,
.causes-list-box > .title h3 {
  font-size: 27px;
  margin: 0 0 0.9em;
}

@media (max-width: 1199px) {
  .causes-list-box .details h3,
  .causes-list-box > .title h3 {
    font-size: 22px;
  }
}

.causes-list-box .details .progress,
.causes-list-box > .title .progress {
  background-color: #3d424b;
  max-width: 300px;
  height: 13px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.causes-list-box .details .progress .progress-bar,
.causes-list-box > .title .progress .progress-bar {
  background-color: #ff7e00;
  line-height: 13px;
  font-size: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.causes-list-box .details h4,
.causes-list-box > .title h4 {
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 1.47em;
}

@media (max-width: 1199px) {
  .causes-list-box .details h4,
  .causes-list-box > .title h4 {
    font-size: 15px;
  }
}

.causes-list-box .details h4 span,
.causes-list-box > .title h4 span {
  color: #ff7e00;
}

.causes-list-box .details p,
.causes-list-box > .title p {
  color: #9da1a9;
  margin: 0 0 1.5em;
}

.causes-list-box .details .theme-btn,
.causes-list-box > .title .theme-btn {
  font-weight: bold;
  padding: 17px 30px;
}

@media (max-width: 1199px) {
  .causes-list-box .details .theme-btn,
  .causes-list-box > .title .theme-btn {
    padding: 14px 27px;
  }
}

@media (max-width: 767px) {
  .causes-list-box .img-holder,
  .causes-list-box .details {
    width: 100%;
    float: none;
  }
}

.sidebar .widget {
  margin-bottom: 65px;
}

@media (max-width: 991px) {
  .sidebar .widget {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .sidebar .widget {
    margin-bottom: 45px;
  }
}

.sidebar .widget:last-child {
  margin-bottom: 0;
}

.sidebar .widget a {
  color: #3d424b;
}

.sidebar .widget a:hover,
.sidebar .widget a:focus {
  text-decoration: none;
  color: #ff7e00;
}

.sidebar .widget > div {
  margin-bottom: 25px;
}

.sidebar .widget > div:last-child {
  margin-bottom: 0;
}

.sidebar .widget h3 {
  font-size: 22px;
  margin: 0 0 1em;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .sidebar .widget h3 {
    font-size: 20px;
  }
}

.sidebar .widget h4 {
  font-size: 16px;
  margin: 0 0 0.2em;
}

@media (max-width: 767px) {
  .sidebar .widget h4 {
    font-size: 15px;
  }
}

.sidebar .widget h4 a {
  color: #545b67;
}

.sidebar .widget .date,
.sidebar .widget .remaing-date {
  font-size: 14px;
  color: gray;
  margin: 0;
}

.sidebar .search-widget form div {
  position: relative;
}

.sidebar .search-widget form div ::-webkit-input-placeholder {
  font-style: 12px;
  font-style: normal;
  color: #ff7e00;
}

.sidebar .search-widget form div :-moz-placeholder {
  font-style: 12px;
  font-style: normal;
  color: #ff7e00;
}

.sidebar .search-widget form div ::-moz-placeholder {
  font-style: 12px;
  font-style: normal;
  color: #ff7e00;
}

.sidebar .search-widget form div :-ms-input-placeholder {
  font-style: 12px;
  font-style: normal;
  color: #ff7e00;
}

.sidebar .search-widget form div input {
  height: auto;
  color: #ff7e00;
  padding: 7px 45px 7px 25px;
  border-color: #cccccc;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

.sidebar .search-widget form div input:focus {
  border-color: #ff7e00;
  box-shadow: none;
}

.sidebar .search-widget form div .btn {
  background: transparent;
  color: #ff7e00;
  position: absolute;
  right: 0;
  top: 0;
}

.sidebar .search-widget form div .btn:hover,
.sidebar .search-widget form div .btn:focus {
  outline: none;
  border: 0;
  box-shadow: 0;
}

.share {
  padding-bottom: 10px;
}

.share > ul,
.share > span {
  display: inline-block;
}

.share span {
  font-size: 18px;
  font-weight: bold;
  color: #3d424b;
  text-transform: uppercase;
  margin-right: 25px;
}

.share ul {
  position: relative;
  top: 10px;
  overflow: hidden;
}

.share ul li {
  background-color: #00529c;
  width: 30px;
  height: 30px;
  line-height: 30px;
  float: left;
  margin-right: 12px;
  opacity: 0.9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.share ul li:hover {
  opacity: 1;
}

.share ul li:nth-child(2) {
  background-color: #00acee;
}

.share ul li:nth-child(3) {
  background-color: #d84d31;
}

.share ul li:last-child {
  background-color: #0071ad;
  margin-right: 0;
}

.share ul li a {
  display: block;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

/*******************
	pagination
********************/
.pagination-wrapper {
  text-align: center;
}

.pagination-wrapper > ul {
  display: inline-block;
  overflow: hidden;
  padding: 5px;
}

.pagination-wrapper > ul > li {
  text-align: center;
  float: left;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .pagination-wrapper > ul > li {
    margin-right: 7px;
  }
}

.pagination-wrapper > ul > li:last-child {
  margin-right: 0;
}

.pagination-wrapper > ul > li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  font-size: 18px;
  color: gray;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px 1px #e6e6e6;
  -moz-box-shadow: 0 0 5px 1px #e6e6e6;
  -o-box-shadow: 0 0 5px 1px #e6e6e6;
  -ms-box-shadow: 0 0 5px 1px #e6e6e6;
  box-shadow: 0 0 5px 1px #e6e6e6;
}

@media (max-width: 767px) {
  .pagination-wrapper > ul > li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
  }
}

.pagination-wrapper > ul > li a:hover {
  text-decoration: none;
  background-color: #ff7e00;
  color: #fff;
  border-color: #ff7e00;
}

/***********************
	gallery grid
***********************/
.gallery a:hover,
.gallery a:focus {
  text-decoration: none !important;
}

.gallery .gallery-filters {
  text-align: center;
  margin-bottom: 36px;
}

@media (max-width: 991px) {
  .gallery .gallery-filters {
    margin-bottom: 25px;
  }
}

.gallery .gallery-filters ul {
  display: inline-block;
  overflow: hidden;
  margin-top: -5px;
}

.gallery .gallery-filters ul li {
  float: left;
  margin-right: 25px;
  padding-right: 25px;
  position: relative;
}

@media (max-width: 991px) {
  .gallery .gallery-filters ul li {
    margin-right: 10px;
    padding-right: 10px;
  }
}

.gallery .gallery-filters ul li:after {
  content: "/";
  color: #b3b3b3;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 991px) {
  .gallery .gallery-filters ul li:after {
    font-size: 14px;
  }
}

.gallery .gallery-filters ul li:last-child {
  margin: 0;
  padding: 0;
}

.gallery .gallery-filters ul li:last-child:after {
  display: none;
}

.gallery .gallery-filters ul li a {
  font-size: 17px;
  font-weight: bold;
  color: #b3b3b3;
  display: block;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .gallery .gallery-filters ul li a {
    font-size: 14px;
  }
}

.gallery .gallery-filters ul li a:hover,
.gallery .gallery-filters ul li .current {
  color: #ff7e00;
}

.gallery .gallery-container {
  overlay: hidden;
}

.gallery .gallery-container .box > a {
  display: block;
  position: relative;
}

.gallery .gallery-container .box > a:before {
  content: "";
  opacity: 0;
  background-color: rgba(251, 94, 28, 0.85);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  -moz-transform: scale3d(0.5, 0.5, 1);
  -o-transform: scale3d(0.5, 0.5, 1);
  -ms-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

.gallery .gallery-container .box > a:after {
  font-family: "FontAwesome";
  content: "\f00e";
  font-size: 22px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.gallery .gallery-container .box > a:hover:before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.gallery .gallery-container .box > a:hover:after {
  opacity: 1;
}

.event-grid-wrapper {
  overflow: hidden;
}

.event-grid-wrapper .event-box {
  text-align: center;
  -webkit-box-shadow: 0 0 15px 0 #bfbfbf;
  -moz-box-shadow: 0 0 15px 0 #bfbfbf;
  -o-box-shadow: 0 0 15px 0 #bfbfbf;
  -ms-box-shadow: 0 0 15px 0 #bfbfbf;
  box-shadow: 0 0 15px 0 #bfbfbf;
}

.event-grid-wrapper .event-box img {
  display: inline-block;
}

.event-grid-wrapper .event-box .event-details {
  padding: 28px 0 35px;
}

.event-grid-wrapper .event-box .event-details .date {
  background-color: #ff7e00;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .event-grid-wrapper .event-box .event-details .date {
    font-size: 12px;
    padding-top: 3px;
  }
}

.event-grid-wrapper .event-box .event-details h3 {
  font-size: 20px;
  margin: 0.9em 0 0.13em;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .event-grid-wrapper .event-box .event-details h3 {
    font-size: 18px;
  }
}

.event-grid-wrapper .event-box .event-details h3 a {
  color: #3d424b;
}

.event-grid-wrapper .event-box .event-details h3 a:hover {
  color: #ff7e00;
}

.event-grid-wrapper .event-box .event-details .location {
  display: block;
  font-weight: bold;
  color: #a6a6a6;
  margin-bottom: 1.5em;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .event-grid-wrapper .event-box .event-details .location {
    font-size: 14px;
  }
}

.event-grid-wrapper .event-box .event-details .location i {
  color: #ff7e00;
}

.event-grid-wrapper .event-box .event-details .btn {
  font-size: 16px;
  font-weight: bold;
  color: #ff7e00;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .event-grid-wrapper .event-box .event-details .btn {
    font-size: 15px;
  }
}

.event-grid-wrapper .event-box .event-details .btn:hover {
  color: #e04504;
}



header {
  background: #333;
}

header .top-bar {
  padding: 20px 0 20px;
}

@media (max-width: 767px) {
  header .top-bar {
    text-align: center;
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  header .top-bar .logo-holder {
    border-bottom: 1px solid #ff7e00;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

header .top-bar .logo {
  display: inline-block;
}

@media (max-width: 991px) {
  header .top-bar .logo {
    width: 180px;
  }
}

header .top-bar .contact-info {
  /*overflow: hidden;*/
  position: relative;
}

@media screen and (min-width: 1200px) {
  header .top-bar .contact-info {
    padding-left: 100px;
    top: 6px;
  }
}

@media (max-width: 1199px) {
  header .top-bar .contact-info {
    padding-left: 50px;
  }
}

@media (max-width: 991px) {
  header .top-bar .contact-info {
    padding-left: 0;
  }
}

header .top-bar .contact-info .box {
  width: 60%;
  float: left;
  position: relative;
  padding-left: 70px;
}

@media (max-width: 991px) {
  header .top-bar .contact-info .box {
    width: 50%;
    padding-left: 45px;
  }
}

@media (max-width: 767px) {
  header .top-bar .contact-info .box {
    width: 100% !important;
    padding-left: 0;
    text-align: center;
    padding-bottom: 20px;
  }
  header .top-bar .contact-info .box:last-child {
    padding-bottom: 0;
  }
}

header .top-bar .contact-info .box:last-child {
  width: 40%;
}

header .top-bar .contact-info .box img {
  position: absolute;
  left: 0;
}

@media (max-width: 767px) {
  header .top-bar .contact-info .box img {
    position: static;
  }
}

header .top-bar .contact-info .details h5 {
  font-size: 25px;
  color: #000;
  margin: 0;
}

@media (max-width: 991px) {
  header .top-bar .contact-info .details h5 {
    font-size: 18px;
  }
}

header .top-bar .contact-info .details p {
  color: #000;
  margin: 0;
}

@media (max-width: 991px) {
  header .top-bar .contact-info img {
    width: 35px;
  }
}

header .navigation {
  background-color: #ff9c00;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

header #navbar > ul {
  margin: 0;
}

header #navbar a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  header #navbar a {
    font-size: 14px !important;
  }
}

@media screen and (min-width: 992px) {
  header #navbar > ul > li {
    margin-right: 15px;
  }
}

header #navbar > ul > li:last-child {
  margin-right: 0;
}

header #navbar > ul > li > a {
  font-size: 14px;
 /* font-weight:bold;*/
  color: #000;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 992px) {
  header #navbar > ul > li > a {
    padding: 20px 40px;
  }
}

header #navbar > ul > li > a:hover,
header #navbar > ul > li.active > a,
header #navbar > ul > li > ul > li.active a {
  color: white;
  background:#333333;
}

header #navbar li.sub-menu,
header #navbar li.sub-sub-menu {
  position: relative;
}

header #navbar li.sub-menu > a,
header #navbar li.sub-sub-menu > a {
  position: relative;
}

header #navbar li.sub-menu > a:before,
header #navbar li.sub-sub-menu > a:before {
  content: "\f107";
  font-family: "FontAwesome";
  width: 30px;
  text-align: center;
  border-left: 1px solid #cccccc;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 992px) {
  header #navbar li.sub-menu > a:before,
  header #navbar li.sub-sub-menu > a:before {
    border-left: 0;
    right: -5px;
	
  }
}

@media (max-width: 991px) {
  header #navbar li.sub-menu > a:before,
  header #navbar li.sub-sub-menu > a:before {
    width: 40px;
  }
}

@media screen and (min-width: 992px) {
  header #navbar li.sub-sub-menu > a:before {
    right: 8px;
    top: 10px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

header #navbar li.sub-menu > ul {
  background: #ff9c00;
  
}

@media screen and (min-width: 992px) {
  header #navbar li.sub-menu > ul {
    width: 220px;
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
}

@media (max-width: 991px) {
  header #navbar li.sub-menu > ul {
    background-color: #fff;
  }
}

@media screen and (min-width: 992px) {
  header #navbar li.sub-menu:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 1000;
  }
}

header #navbar li.sub-menu > ul > li,
header #navbar li.sub-sub-menu > ul > li {
  border-bottom: 1px solid #cccccc;
}

@media screen and (min-width: 992px) {
  header #navbar li.sub-menu > ul > li,
  header #navbar li.sub-sub-menu > ul > li {
    border-bottom: 1px solid #08090b;
  }
}

header #navbar li.sub-menu > ul > li:last-child,
header #navbar li.sub-sub-menu > ul > li:last-child {
  border-bottom: 0;
}

@media (max-width: 991px) {
  header #navbar li.sub-menu > ul > li:first-child,
  header #navbar li.sub-sub-menu > ul > li:first-child {
    border-top: 1px solid #cccccc;
  }
}

header #navbar li.sub-menu ul li a {
  font-size: 14px;
  display: block;
  padding: 10px 15px;
  color: #000;
  text-transform:uppercase;
}

@media (max-width: 991px) {
  header #navbar li.sub-menu ul li a {
    padding: 10px 10px 10px 50px;
  background-color: #ff9c00;
    color: #000;
  }
}

@media screen and (min-width: 992px) {
  header #navbar li.sub-menu ul li a:hover {
    background-color: #000;
    color: #fff;
  }
}

header #navbar li.sub-sub-menu {
  position: relative;
}

@media screen and (min-width: 992px) {
  header #navbar li.sub-sub-menu > ul {
    background-color: #ff9c00;
    color: #000;
    width: 220px;
    position: absolute;
    left: 110%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  header #navbar li.sub-sub-menu:hover > ul {
    left: 100%;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

@media (max-width: 991px) {
  header #navbar li.sub-sub-menu > a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 40px !important;
    line-height: 40px !important;
  }
  header #navbar li.sub-sub-menu > ul > li > a {
    padding-left: 65px;
  }
}

@media screen and (min-width: 992px) {
  header .navbar-header .open-btn {
    display: none;
  }
  header #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 991px) {
  header {
    /* class for show hide navigation */
  }
  header .container {
    width: 100%;
  }
  header .navbar-header button {
    background-color: #ff7e00;
    width: 35px;
    height: 30px;
    border: 0;
    padding: 5px 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 9px;
    z-index: 9999;
  }
  header .navbar-header button span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  header .navbar-header button span:last-child {
    margin: 0;
  }
  header #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    height: 100% !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 99999;
  }
  header #navbar a {
    color: #000 !important;
    font-weight: 600;
  }
  header #navbar a:hover {
    color: #ff7e00 !important;
  }
  header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  header #navbar .close-navbar {
    background-color: #ff7e00;
    width: 35px;
    height: 35px;
    color: #fff;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    position: absolute;
    left: -18px;
    top: 10px;
    z-index: 20;
  }
  header #navbar > ul > li {
    border-bottom: 1px solid #cccccc;
  }
  header #navbar > ul > li > a {
    height: 40px;
    line-height: 40px;
    padding: 0 15px 0 35px !important;
  }
  header .dropdown-toggle .mob-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-left: 1px solid #cccccc;
    position: absolute;
    right: 0;
    top: 0;
  }
  header .slideInn {
    right: 0 !important;
  }
}

@media (max-width: 767px) {
  header .navbar-header .navbar-brand {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  header .navbar-collapse.collapse {
    display: none !important;
  }
  header .navbar-collapse.collapse.in {
    display: block !important;
  }
  header .navbar-header .collapse,
  header .navbar-toggle {
    display: block !important;
  }
  header .navbar-header {
    float: none;
  }
  header .navbar-right {
    float: none !important;
  }
  header .navbar-nav {
    float: none;
  }
  header .navbar-nav > li {
    float: none;
  }
}

/**** small menu ****/
.small-menu .sub-menu ul {
  visibility: hidden;
  height: 0;
}

.small-menu .sub-menu ul.open {
  visibility: visible;
  height: auto;
}

.social-links {
  position: relative;
  top: 19px;color:white;
}

@media (max-width: 991px) {
  .social-links {
    top: 12px;
  }
}

.social-links-mini-cart {
  margin: 0;
}

.social-links-mini-cart > ul {
  display: inline-block;
}

.mini-cart-wrapper {
  position: relative;
  top: 33px;
}

@media (max-width: 991px) {
  .mini-cart-wrapper {
    top: 7px;
  }
}

.mini-cart-wrapper a:hover,
.mini-cart-wrapper a:focus {
  text-decoration: none;
}

.mini-cart-wrapper > li > a {
  color: #a9b0be;
  position: relative;
}

.mini-cart-wrapper > li > a:hover {
  text-decoration: none;
}

.mini-cart-wrapper > li > a span {
  background-color: #ff7e00;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  font-size: 9px;
  color: #fff;
  text-align: center;
  position: absolute;
  right: -16px;
  top: -11px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.mini-cart-wrapper .mini-cart {
  background: #fff;
  width: 280px;
  padding: 20px;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 63px;
  border: 1px solid #ff7e00;
  z-index: 1000;
}

@media (max-width: 991px) {
  .mini-cart-wrapper .mini-cart {
    right: auto;
    left: -122px;
    top: 39px;
  }
}

.mini-cart-wrapper .mini-cart .item {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
}

.mini-cart-wrapper .mini-cart .product-img {
  width: 80px;
  float: left;
}

.mini-cart-wrapper .mini-cart .product-details {
  width: 150px;
  float: right;
}

.mini-cart-wrapper .mini-cart .product-details h6 {
  font-size: 13px;
  margin: 0 0 1em;
}

.mini-cart-wrapper .mini-cart .product-details p {
  font-size: 13px;
  color: #ff7e00;
  font-weight: bold;
  margin: 0;
}

.mini-cart-wrapper .mini-cart .product-details i {
  color: #ff7e00;
}

.mini-cart-wrapper .mini-cart .product-details i:before {
  font-size: 14px;
}

.mini-cart-wrapper .mini-cart .price-total {
  font-size: 14px;
}

.mini-cart-wrapper .mini-cart .price-total > span,
.mini-cart-wrapper .mini-cart .price-total > div {
  display: inline-block;
}

.mini-cart-wrapper .mini-cart .price-total > div {
  float: right;
}

.mini-cart-wrapper .mini-cart .checkout-btn {
  margin-top: 15px;
}

.mini-cart-wrapper .mini-cart .checkout-btn .theme-btn {
  width: 100%;
  font-size: 12px;
}

/*** header style 2 ***/
.header-style-two #main-navigation > .container {
  position: relative;
}

.header-style-two #navbar {
  margin-right: 33px;
}

@media (max-width: 1199px) {
  .header-style-two #navbar {
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  .header-style-two #navbar {
    margin-right: 0;
  }
}

.header-style-two .navbar-brand {
  height: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.header-style-two .navbar-brand img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .header-style-two .navbar-brand img {
    width: 150px;
  }
}

.header-style-two .navbar-header button {
  top: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .header-style-two .navbar-header button {
    top: 15px;
  }
}

@media (max-width: 1199px) {
  .header-style-two #navbar > ul > li {
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  .header-style-two #navbar > ul > li {
    margin-right: 0;
  }
}

.header-style-two .social-links-mini-cart {
  position: absolute;
  right: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .header-style-two .social-links-mini-cart {
    top: 33px;
    right: 90px;
  }
}

@media (max-width: 767px) {
  .header-style-two .social-links-mini-cart {
    top: 14px;
  }
}

.header-style-two .mini-cart-wrapper {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.header-style-two .mini-cart-wrapper .mini-cart {
  top: 67px;
}

@media (max-width: 991px) {
  .header-style-two .mini-cart-wrapper .mini-cart {
    left: auto;
    right: -88px;
  }
}

/*** header style three ***/
.header-style-three .upper-topbar {
  padding: 12px 0;
}

@media (max-width: 991px) {
  .header-style-three .upper-topbar {
    padding: 8px 0 5px;
  }
}

@media (max-width: 767px) {
  .header-style-three .upper-topbar {
    display: none;
  }
}

/*** upper topbar ***/
@media (max-width: 991px) {
  .header-style-three .contact-info {
    margin-top: 2px;
  }
}

.header-style-three .contact-info ul {
  overflow: hidden;
}

.header-style-three .contact-info ul li {
  float: left;
  font-size: 14px;
  color: #a9b0be;
  margin-right: 25px;
}

@media (max-width: 991px) {
  .header-style-three .contact-info ul li {
    font-size: 12px;
    margin-right: 15px;
  }
}

.header-style-three .contact-info ul li:last-child {
  margin-right: 0;
}

.header-style-three .contact-info ul li i {
  color: #ff7e00;
  display: inline-block;
  padding-right: 7px;
}

.header-style-three .social {
  overflow: hidden;
}

.header-style-three .social ul {
  overflow: hidden;
  float: right;
}

.header-style-three .social ul li {
  float: left;
  margin-right: 12px;
}

.header-style-three .social ul li:last-child {
  margin-right: 0;
}

.header-style-three .social ul li a {
  font-size: 16px;
  color: #a9b0be;
}

@media (max-width: 991px) {
  .header-style-three .social ul li a {
    font-size: 13px;
  }
}

.header-style-three .social ul li a:hover {
  color: #ff7e00;
}

/*** lower topbar ***/
.header-style-three .lower-topbar {
  background-color: #fff;
  padding: 25px 0 18px;
}

@media (max-width: 991px) {
  .header-style-three .lower-topbar {
    padding: 15px 0 8px;
  }
}

.header-style-three .logo {
  margin-top: 10px;
  text-align: center;
}

@media (max-width: 991px) {
  .header-style-three .logo {
    margin: 0 0 15px;
    border-bottom: 1px solid #ebebeb;
  }
}

@media (max-width: 991px) {
  .header-style-three .logo a {
    display: inline-block;
  }
}

.header-style-three .next-event {
  overflow: hidden;
  text-align: right;
}

@media (max-width: 991px) {
  .header-style-three .next-event {
    text-align: center;
    padding: 15px 0;
  }
}

.header-style-three .next-event > div {
  display: inline-block;
}

@media (max-width: 767px) {
  .header-style-three .next-event > div {
    display: block;
    width: 255px;
    margin: 0 auto;
  }
}

.header-style-three .next-event .subject {
  padding-left: 60px;
  padding-right: 20px;
  position: relative;
  top: -14px;
}

@media (max-width: 767px) {
  .header-style-three .next-event .subject {
    padding-left: 50px;
  }
}

.header-style-three .next-event .subject img {
  position: absolute;
  left: 0;
}

@media (max-width: 767px) {
  .header-style-three .next-event .subject img {
    width: 40px;
  }
}

.header-style-three .next-event h5 {
  font-size: 20px;
  color: #000;
  margin: 5px 0 0;
  text-transform: capitalize;
}

.header-style-three .next-event h5 span {
  display: block;
  color: #ff7e00;
  text-align: left;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .header-style-three .next-event h5 {
    text-align: left;
    font-size: 15px;
  }
}

.header-style-three #clock,
.home-style-four #event-clock {
  overflow: hidden;
}

.header-style-three #clock .box,
.home-style-four #event-clock .box {
  width: 70px;
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .header-style-three #clock .box,
  .home-style-four #event-clock .box {
    width: 60px;
    font-size: 12px;
    margin-right: 5px;
  }
}

.header-style-three #clock .box:last-child,
.home-style-four #event-clock .box:last-child {
  margin-right: 0;
}

.header-style-three #clock .box > div,
.home-style-four #event-clock .box > div {
  background-color: #ff7e00;
  padding: 8px 5px;
  font-size: 24px;
}

@media (max-width: 767px) {
  .header-style-three #clock .box > div,
  .home-style-four #event-clock .box > div {
    font-size: 20px;
  }
}

.header-style-three #clock .box span,
.home-style-four #event-clock .box span {
  background-color: #545b67;
  display: block;
  padding: 4px 0;
}

.header-style-three #main-navigation > .container {
  position: relative;
}

.header-style-three .social-links-mini-cart {
  position: absolute;
  right: 25px;
  top: 6px;
}

@media (max-width: 991px) {
  .header-style-three .social-links-mini-cart {
    right: auto;
    top: 6px;
  }
  .header-style-three .social-links-mini-cart .mini-cart {
    left: 0;
  }
}

.header-style-three .social-links-mini-cart .mini-cart-wrapper {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.header-style-three .social-links-mini-cart .mini-cart {
  top: 60px;
}

@media (max-width: 991px) {
  .header-style-three .social-links-mini-cart .mini-cart {
    top: 38px;
  }
}

.header-style-three #navbar > ul > li {
  margin-right: 0;
}

@media screen and (min-width: 992px) {
  .header-style-three #navbar > ul > li > a {
    padding-right: 30px;
  }
  .header-style-three #navbar > ul > li > a:before {
    right: 4px;
  }
}

@media screen and (min-width: 992px) {
  .header-style-three #navbar > ul > li > a:hover,
  .header-style-three #navbar > ul > li.active > a,
  .header-style-three #navbar > ul > li > ul > li.active a {
    background-color: #000 !important;
    color: #333333 !important;
  }
}

/*** header style four ***/
/** topbar ***/
.header-style-four .top-bar, .header-style-five .top-bar {
  padding: 28px 0;
  background-color: #fff;
}

@media (max-width: 991px) {
  .header-style-four .top-bar, .header-style-five .top-bar {
    padding: 18px 0;
  }
}

.header-style-four .top-bar .social-links-btns, .header-style-five .top-bar .social-links-btns {
  line-height: 65px;
}

@media (max-width: 991px) {
  .header-style-four .top-bar .social-links-btns, .header-style-five .top-bar .social-links-btns {
    line-height: 45px !important;
  }
}

@media (max-width: 767px) {
  .header-style-four .top-bar .social-links-btns, .header-style-five .top-bar .social-links-btns {
    line-height: 25px !important;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #f2f2f2;
  }
}

.header-style-four .top-bar .social-links-btns > div:first-child, .header-style-five .top-bar .social-links-btns > div:first-child {
  float: left;
}

@media (max-width: 767px) {
  .header-style-four .top-bar .social-links-btns > div:first-child, .header-style-five .top-bar .social-links-btns > div:first-child {
    float: none;
  }
}

.header-style-four .top-bar .social-links-btns > div:last-child, .header-style-five .top-bar .social-links-btns > div:last-child {
  float: right;
}

@media (max-width: 767px) {
  .header-style-four .top-bar .social-links-btns > div:last-child, .header-style-five .top-bar .social-links-btns > div:last-child {
    float: none;
  }
}

.header-style-four .top-bar .social ul, .header-style-five .top-bar .social ul {
  overflow: hidden;
}

@media (max-width: 767px) {
  .header-style-four .top-bar .social ul, .header-style-five .top-bar .social ul {
    display: inline-block;
  }
}

.header-style-four .top-bar .social ul li, .header-style-five .top-bar .social ul li {
  float: left;
  margin-right: 20px;
}

@media (max-width: 991px) {
  .header-style-four .top-bar .social ul li, .header-style-five .top-bar .social ul li {
    margin-right: 10px;
  }
}

.header-style-four .top-bar .social ul li:last-child, .header-style-five .top-bar .social ul li:last-child {
  margin-right: 0;
}

.header-style-four .top-bar .social ul li a, .header-style-five .top-bar .social ul li a {
  font-size: 30px;
  color: #999999;
}

@media (max-width: 1199px) {
  .header-style-four .top-bar .social ul li a, .header-style-five .top-bar .social ul li a {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .header-style-four .top-bar .social ul li a, .header-style-five .top-bar .social ul li a {
    font-size: 18px;
  }
}

.header-style-four .top-bar .social ul li a:hover, .header-style-five .top-bar .social ul li a:hover {
  color: #ff7e00;
}

.header-style-four .top-bar .btns a, .header-style-five .top-bar .btns a {
  font-size: 16px;
  font-weight: normal;
  color: #ff7e00;
  border-color: #ff7e00;
  padding: 7px 15px;
  text-transform: uppercase;
}

.header-style-four .top-bar .btns a i:before, .header-style-five .top-bar .btns a i:before {
  font-size: 15px;
}

@media (max-width: 991px) {
  .header-style-four .top-bar .btns a, .header-style-five .top-bar .btns a {
    font-size: 16px;
    padding: 5px 18px;
  }
}

@media (max-width: 767px) {
  .header-style-four .top-bar .btns a, .header-style-five .top-bar .btns a {
    font-size: 15px;
    padding: 5px 18px;
  }
}

.header-style-four .top-bar .btns a:hover, .header-style-five .top-bar .btns a:hover {
  background-color: #ff7e00;
  color: #fff;
}

/*** minicart ***/
.header-style-four #main-navigation > .container, .header-style-five #main-navigation > .container {
  position: relative;
}

.header-style-four .social-links-mini-cart, .header-style-five .social-links-mini-cart {
  position: absolute;
  right: 16px;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .header-style-four .social-links-mini-cart, .header-style-five .social-links-mini-cart {
    right: 90px;
    top: 5px;
  }
  .header-style-four .social-links-mini-cart .mini-cart-wrapper .mini-cart, .header-style-five .social-links-mini-cart .mini-cart-wrapper .mini-cart {
    left: -175px;
  }
}

@media screen and (min-width: 992px) {
  .header-style-four .social-links-mini-cart .mini-cart-wrapper .mini-cart, .header-style-five .social-links-mini-cart .mini-cart-wrapper .mini-cart {
    top: 56px;
  }
}

/*** naviation ***/
@media (max-width: 991px) {
  .header-style-four .logo, .header-style-five .logo {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@media screen and (min-width: 992px) {
  .header-style-four .logo, .header-style-five .logo {
    position: relative;
    top: 5px;
  }
}

@media screen and (min-width: 992px) {
  .header-style-four #navbar > ul > li, .header-style-five #navbar > ul > li {
    margin-right: 0;
  }
}

@media screen and (min-width: 992px) {
  .header-style-four #navbar > ul > li > a, .header-style-five #navbar > ul > li > a {
    font-weight: bold;
    color: gray;
    padding: 35px 25px;
  }
}

@media screen and (min-width: 992px) {
  .header-style-four #navbar > ul > li > a:before, .header-style-five #navbar > ul > li > a:before {
    right: 2px;
  }
}

@media screen and (min-width: 992px) {
  .header-style-four #navbar > ul > li > a:hover, .header-style-five #navbar > ul > li > a:hover {
    background-color: #000;
    color: #ff7e00;
  }
}

.header-style-four #navbar > ul a:hover, .header-style-five #navbar > ul a:hover {
  color: #ff7e00 !important;
}

@media screen and (min-width: 992px) {
  .header-style-four #navbar > ul ul a:hover, .header-style-five #navbar > ul ul a:hover {
    background-color: #000 !important;
  }
}

.header-style-four #navbar > ul > li, .header-style-five #navbar > ul > li {
  margin-right: 0;
}

@media screen and (min-width: 992px) {
  .header-style-four #navbar > ul > li > a, .header-style-five #navbar > ul > li > a {
    padding-right: 30px;
  }
  .header-style-four #navbar > ul > li > a:before, .header-style-five #navbar > ul > li > a:before {
    right: 4px;
  }
}

@media screen and (min-width: 992px) {
  .header-style-four #navbar > ul > li > a:hover, .header-style-five #navbar > ul > li > a:hover,
  .header-style-four #navbar > ul > li.active > a, .header-style-five #navbar > ul > li.active > a,
  .header-style-four #navbar > ul > li > ul > li.active a, .header-style-five #navbar > ul > li > ul > li.active a {
    background-color: #000 !important;
    color: #ff7e00 !important;
  }
}

/*** header style five ***/
@media (max-width: 991px) {
  .header-style-five > #main-navigation {
    min-height: 75px;
  }
}

@media screen and (min-width: 992px) {
  .header-style-five .navbar-brand {
    height: auto;
    padding: 0;
    margin-top: 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
}

@media (max-width: 991px) {
  .header-style-five .navbar-brand {
    padding-top: 13px !important;
  }
}

.header-style-five .navbar-brand img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  .header-style-five .navbar-brand img {
    max-width: 200px;
  }
}

@media (max-width: 991px) {
  .header-style-five .navbar-header button {
    top: 22px;
  }
}

@media (max-width: 1199px) {
  .header-style-five #navbar > ul > li > a {
    padding: 35px 27px 35px 15px;
  }
}

/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.hero {
  position: relative;
}



.hero .slide {
  margin: 0;
  position: relative;
  background-repeat: no-repeat;
  position: relative;
}

.hero .slide:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}


.hero .slide img {
  display: none;
}

.hero .slide .slider-title {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero .slide .slider-title > span,
.hero .slide .slider-title p,
.hero .slide .slider-title h1,
.hero .slide .slider-title .theme-btn {
  opacity: 0;
}

.hero .slide .slider-title > span {
  font-size: 35px;
  color: #ed1c24;font-weight:400;
  display: block;
}

@media (max-width: 991px) {
  .hero .slide .slider-title > span {
    font-size: 18px;
  }
}

.hero .slide .slider-title h1 {
  font-size: 30px;
  color:black;
  margin: 0 0 0.35em;
}

@media (max-width: 991px) {
  .hero .slide .slider-title h1 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .hero .slide .slider-title h1 {
    font-size: 35px;
  }
}

.hero .slide .slider-title p {
  font-size: 18px;
  color: #171616;
  line-height: 1.4em;
  margin-bottom: 2.5em;
}

@media (max-width: 991px) {
  .hero .slide .slider-title p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .hero .slide .slider-title p {
    font-size: 15px;
  }
}

.hero .slide .slider-title .theme-btn {
  font-size: 16px;
  padding: 20px 45px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

@media (max-width: 991px) {
  .hero .slide .slider-title .theme-btn {
    font-size: 16px;
    padding: 15px 25px;
  }
}

@media (max-width: 767px) {
  .hero .slide .slider-title .theme-btn {
    font-size: 14px;
    padding: 10px 15px;
  }
}

.hero .hero-slider .owl-nav {
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .hero .hero-slider .owl-nav {
    display: none;
  }
}

.hero .hero-slider .owl-nav .owl-prev,
.hero .hero-slider .owl-nav .owl-next {
  background-color: #ff7e00;
  width: 40px;
  height: 90px;
  line-height: 90px;
  color: #fff;
  font-size: 20px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.hero .hero-slider .owl-nav .owl-prev:hover,
.hero .hero-slider .owl-nav .owl-next:hover {
  width: 60px;
  background: #e04504;
}

@media (max-width: 991px) {
  .hero .hero-slider .owl-nav .owl-prev,
  .hero .hero-slider .owl-nav .owl-next {
    width: 30px;
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 20px;
  }
  .hero .hero-slider .owl-nav .owl-prev:hover,
  .hero .hero-slider .owl-nav .owl-next:hover {
    width: 40px;
    background: #e04504;
  }
}

.hero .hero-slider .owl-nav .owl-prev {
  left: 0;
}

.hero .hero-slider .owl-nav .owl-next {
  right: 0;
}

.hero .hero-slider .owl-dots {
  display: none !important;
}

@media (max-width: 767px) {
  .hero .hero-slider .owl-dots {
    display: block !important;
    position: relative;
    top: -60px;
  }
}

.hero .hero-slider .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px;
  border: 2px solid #fff;
}

.hero .hero-slider .owl-dots .active span {
  background: #ff7e00;
}

.hero .hero-slider .owl-dots .owl-dot:hover span {
  background: #ff7e00;
}

.hero .owl-stage .active .slider-title > span {
  -webkit-animation: slideInUpSlow 1s 0.7s forwards;
  animation: slideInUpSlow 1s 0.7s forwards;
}

.hero .owl-stage .active h1 {
  -webkit-animation: slideInUpSlow 1s 1.2s forwards;
  animation: slideInUpSlow 1s 1.2s forwards;
}

.hero .owl-stage .active p {
  -webkit-animation: slideInUpSlow 1s 1.7s forwards;
  animation: slideInUpSlow 1s 1.7s forwards;
}

.hero .owl-stage .active .btn {
  -webkit-animation: slideInUpSlow 1s 2s forwards;
  animation: slideInUpSlow 1s 2s forwards;
}

/*** hero style two ***/
.hero-style-two .slide .slider-title,
.hero-style-three .slide .slider-title {
  text-align: left;
}

.hero-style-two .slider-title,
.hero-style-three .slider-title {
  padding-left: 45px;
}

@media (max-width: 991px) {
  .hero-style-two .slider-title,
  .hero-style-three .slider-title {
    padding-left: 25px;
  }
}

@media (max-width: 767px) {
  .hero-style-two .slider-title,
  .hero-style-three .slider-title {
    padding-left: 0;
    width: 80%;
  }
}

@media (max-width: 550px) {
  .hero-style-two .slider-title,
  .hero-style-three .slider-title {
    width: 100%;
  }
}

.hero-style-two .slider-title h1,
.hero-style-three .slider-title h1 {
  margin: 0 0 0.1em;
}

.hero-style-two .slider-title h1 span,
.hero-style-three .slider-title h1 span {
  color: #ff7e00;
}

.hero-style-two .slider-title > span,
.hero-style-three .slider-title > span {
  font-weight: bold;
  margin: 0 0 0.7em;
}

.hero-style-two .slider-title p,
.hero-style-three .slider-title p {
  color: #d3d5d9;
  margin: 0 0 2em;
}

@media screen and (min-width: 1200px) {
  .hero-style-two .slider-title p,
  .hero-style-three .slider-title p {
    padding-right: 165px;
  }
}

.hero-style-two .slider-title .theme-btn,
.hero-style-three .slider-title .theme-btn {
  background-color: transparent;
  border: 2px solid #fff;
  padding: 18px 35px;
  @rounded-border (0);
}

@media (max-width: 767px) {
  .hero-style-two .slider-title .theme-btn,
  .hero-style-three .slider-title .theme-btn {
    padding: 15px 25px;
  }
}

.hero-style-two .slider-title .theme-btn:hover,
.hero-style-three .slider-title .theme-btn:hover {
  background-color: #ff7e00;
  border-color: #ff7e00;
}

/*** caption animation ***/
.hero-style-two .owl-stage .active .slider-title > span {
  -webkit-animation: fadeInLeftSlow 1.5s 1.2s forwards;
  animation: fadeInLeftSlow 1.5s 1.2ss forwards;
}

.hero-style-two .owl-stage .active h1,
.hero-style-three .owl-stage .active h1 {
  -webkit-animation: fadeInLeftSlow 1.5s 0.7s forwards;
  animation: fadeInLeftSlow 1.5s 0.7s forwards;
}

.hero-style-two .owl-stage .active p {
  -webkit-animation: fadeInLeftSlow 1.5s 1.7s forwards;
  animation: fadeInLeftSlow 1.5s 1.7s forwards;
}

.hero-style-two .owl-stage .active .btn {
  -webkit-animation: fadeInLeftSlow 1.5s 2s forwards;
  animation: fadeInLeftSlow 1.5s 2s forwards;
}

/*** hero style three ***/
@media screen and (min-width: 1200px) {
  .hero-style-three .slider-title {
    padding-right: 50px;
  }
}

.hero-style-three .slider-title h1 {
  margin: 0 0 0.57em !important;
}

.hero-style-three .slider-title p {
  margin: 0 0 1.9em !important;
}

@media screen and (min-width: 1200px) {
  .hero-style-three .slider-title p {
    padding-right: 100px;
  }
}

.hero-style-three .slider-title .theme-btn {
  padding: 17px 38px !important;
  border-radius: 5px !important;
}

@media (max-width: 767px) {
  .hero-style-three .slider-title .theme-btn {
    padding: 15px 25px !important;
  }
}

.hero-style-three .owl-stage .active p {
  -webkit-animation: fadeInLeftSlow 1.5s 1.5s forwards;
  animation: fadeInLeftSlow 1.5s 1.5s forwards;
}

.hero-style-three .owl-stage .active .btn {
  -webkit-animation: fadeInLeftSlow 1.5s 2s forwards;
  animation: fadeInLeftSlow 1.5s 2s forwards;
}

/*** hero style 4 ***/
.home-style-four .hero,
.home-style-four .hero-inner {
  height: 100vh;
}

@media (max-width: 767px) {
  .home-style-four .hero,
  .home-style-four .hero-inner {
    min-height: 470px;
  }
}

.home-style-four .hero .container,
.home-style-four .hero-inner .container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-style-four .hero-inner {
  background: url("../images/home-5-hero-bg.html") center center/cover no-repeat local;
  position: relative;
}

.home-style-four .hero-inner:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .home-style-four .hero-inner .container {
    width: 100%;
  }
}

.home-style-four .hero-title {
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .home-style-four .hero-title {
    padding: 0 150px;
  }
}

.home-style-four .hero-title h1,
.home-style-four .hero-title p,
.home-style-four .hero-title .btn {
  opacity: 0;
}

.home-style-four .hero-title h1 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 0.63em;
  text-transform: uppercase;
}

.home-style-four .hero-title h1 span {
  display: block;
}

@media (max-width: 991px) {
  .home-style-four .hero-title h1 {
    font-size: 33px;
  }
}

@media (max-width: 767px) {
  .home-style-four .hero-title h1 {
    font-size: 25px;
  }
}

.home-style-four .hero-title p {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  color: #fff;
  margin: 0 0 3.88em;
}

@media (max-width: 991px) {
  .home-style-four .hero-title p {
    font-size: 16px;
  }
}

.home-style-four .hero-title .theme-btn {
  font-size: 18px;
  font-weight: bold;
  padding: 19px 50px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .home-style-four .hero-title .theme-btn {
    font-size: 15px;
    font-weight: bold;
    padding: 15px 40px;
  }
}

.home-style-four .hero .active-hero-title h1 {
  -webkit-animation: slideInUpSlow 1.5s 0.7s forwards;
  animation: slideInUpSlow 1.5s 0.7s forwards;
}

.home-style-four .hero .active-hero-title p {
  -webkit-animation: slideInUpSlow 1.5s 1.7s forwards;
  animation: slideInUpSlow 1.5s 1.7s forwards;
}

.home-style-four .hero .active-hero-title .btn {
  -webkit-animation: slideInUpSlow 1.5s 2s forwards;
  animation: slideInUpSlow 1.5s 2s forwards;
}

/*--------------------------------------------------------------
#0.5    footer
--------------------------------------------------------------*/
footer {
  background-color: #333333;
}

footer .upper-footer {
  padding: 40px 0 40px;
}

@media (max-width: 991px) {
  footer .upper-footer {
    padding-bottom: 5px;
  }
}

@media (max-width: 767px) {
  footer .upper-footer {
    padding: 60px 0 35px;
  }
}

footer .upper-footer a {
  color: #828791;
}

footer .upper-footer a:hover {
  text-decoration: none;
  color: #ff7e00;
}

footer .upper-footer .widget h3 {
  font-size: 20px;
  color: #a9b0be;
  margin: 0.5em 0 0.9em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  footer .upper-footer .widget h3 {
    margin: 0.5em 0 1em;
  }
}

@media (max-width: 767px) {
  footer .upper-footer .widget h3 {
    font-size: 18px;
  }
}

footer .upper-footer .widget h3 + ul li {
  margin-bottom: 13px;
}

footer .upper-footer .widget h3 + ul li:last-child {
  margin-bottom: 0;
}

footer .upper-footer .about-widget {
  padding-right: 45px;
}

footer .upper-footer .about-widget p {
  line-height: 1.5em;
}

footer .upper-footer .about-widget .logo {
  margin-bottom: 15px;
}

footer .upper-footer .about-widget .logo img {
  display: inline-block;
}

footer .upper-footer .about-widget .details {
  padding-left: 70px;
}

@media (max-width: 991px) {
  footer .upper-footer .about-widget .details {
    padding-left: 0;
  }
}

footer .upper-footer .about-widget .copyright {
  margin: 1.8em 0 1.3em;
}

footer .upper-footer .about-widget .copyright span {
  display: block;
}

footer .upper-footer .about-widget .copyright a {
  color: #fb7035;
}

footer .upper-footer .about-widget .social-links li {
  margin-right: 10px;
}

footer .upper-footer .contact-widget input,
footer .upper-footer .contact-widget textarea {
  background-color: #0a0c0e;
  width: 100%;
  border: 0;
  padding: 2px 15px 5px;
  font-size: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

footer .upper-footer .contact-widget textarea {
  height: 110px;
}

footer .upper-footer .contact-widget input:focus,
footer .upper-footer .contact-widget textarea:focus {
  -webkit-box-shadow: 0 0 5px 0 black;
  -moz-box-shadow: 0 0 5px 0 black;
  -o-box-shadow: 0 0 5px 0 black;
  -ms-box-shadow: 0 0 5px 0 black;
  box-shadow: 0 0 5px 0 black;
}

footer .upper-footer .contact-widget form > div {
  margin-bottom: 15px;
}

footer .upper-footer .contact-widget form > div:last-child {
  margin-bottom: 0;
}

footer .upper-footer .contact-widget .theme-btn {
  font-size: 16px;
  padding: 12px 33px;
}

@media (max-width: 767px) {
  footer .upper-footer .contact-widget .theme-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}

@media (max-width: 991px) {
  footer .upper-footer > .col {
    min-height: 305px;
    margin-bottom: 55px;
  }
}

@media (max-width: 767px) {
  footer .upper-footer > .col {
    width: 100%;
    min-height: auto;
  }
}

footer .lower-footer {
  background-color: #111317;
  padding: 10px 0;
  text-align: center;
}

footer .lower-footer p {
  color: #9da1a9;
  margin: 0;
  font-size: 13px;
}

footer .lower-footer p span,
footer .lower-footer p a {
  color: #ff7e00;
}

/*--------------------------------------------------------------
#0.6    popular-campaign
--------------------------------------------------------------*/
.popular-campaign {
  position: relative;
}

@media screen and (min-width: 992px) {
  .popular-campaign .shadow {
    content: "";
    width: 1170px;
    height: 500px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    box-shadow: 10px 0 40px 0 #e8e8e8, -10px 0 40px 0 #e8e8e8;
  }
  .popular-campaign .shadow:after {
    background: #fff;
    content: "";
    width: 1170px;
    height: 20px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 992px) {
  .popular-campaign .content {
    padding: 0 45px;
  }
}

.popular-campaign .img-holder-donation {
  position: relative;
  z-index: 10;
}

.popular-campaign .img-holder-donation:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.popular-campaign .img-holder img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.popular-campaign .donation-box {
  background-color: #ff7e00;
  width: 70px;
  padding: 10px;
  position: absolute;
  left: 15px;
  top: 0;
  border-radius: 0 0 18px 18px;
}

.popular-campaign .donation-box p {
  color: #fff;
  margin: 0;
  font-size: 12px;
  line-height: 1.3em;
}

.popular-campaign .donation-box .dollar {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  padding-left: 5px;
}

.popular-campaign .donation-box .dollar span {
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  top: -5px;
  left: -5px;
}

.popular-campaign .donation-box .meter {
  position: relative;
  margin-top: 17px;
}

.popular-campaign .donation-box .meter span {
  font-size: 13px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 47%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.popular-campaign .donation-box .meter canvas:before {
  content: "";
  background-color: #ff7e00;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0;
}

.popular-campaign .details {
  padding: 30px 20px 20px;
  border-radius: 0 0 10px 10px;
  position: relative;
  top: -10px;
  -webkit-box-shadow: 0 0 20px 0 #dbdbdb;
  -moz-box-shadow: 0 0 20px 0 #dbdbdb;
  -o-box-shadow: 0 0 20px 0 #dbdbdb;
  -ms-box-shadow: 0 0 20px 0 #dbdbdb;
  box-shadow: 0 0 20px 0 #dbdbdb;
}

.popular-campaign .details h3 {
  font-size: 18px;
  margin: 0;
}

.popular-campaign .details h3 a {
  color: #3d424b;
}

.popular-campaign .details h3 a:hover {
  color: #ff7e00;
  text-decoration: none;
}

.popular-campaign .details span,
.popular-campaign .details p {
  font-size: 14px;
  color: #999999;
}

.popular-campaign .details p {
  color: #ff7e00;
  margin: 10px 0 0;
}

.popular-campaign .view-all {
  text-align: center;
  clear: both;
  padding-top: 80px;
}

.popular-campaign .view-all a {
  font-weight: bold;
  color: #3d424b;
  text-transform: uppercase;
}

.popular-campaign .view-all a:hover {
  text-decoration: none;
  color: #ff7e00;
}

@media (max-width: 767px) {
  .popular-campaign .content > .col {
    width: 50%;
    float: left;
    margin-bottom: 50px;
  }
  .popular-campaign .content > .col:nth-child(3) {
    width: 50%;
    margin: 0 auto !important;
    float: none;
    clear: both;
  }
}

@media (max-width: 480px) {
  .popular-campaign .content > .col {
    width: 100% !important;
    float: none !important;
    margin-bottom: 50px;
  }
}

/*--------------------------------------------------------------
#0.7    help 
--------------------------------------------------------------*/
.help {
  background-color: #ebeff2;
}

.help .help-item {
  position: relative;
  padding-left: 90px;
  margin-bottom: 40px;
}

.help-item:hover
{
box-shadow: 1px 1px #ff7e00;
border:1px dotted silver;
background:#ffffff;
position: relative;
}

@media (max-width: 767px) {
  .help .help-item {
    padding-left: 70px;
  }
}

.help .help-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .help .help-item:last-child {
    margin-bottom: 40px;
  }
}

.help .help-item .icon {
  width: 62px;
  height: 62px;
  display: inline-block;
  line-height: 72px;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
}

.help .help-item .icon i:before {
  font-size: 28px;
}

@media (max-width: 767px) {
  .help .help-item .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.help .help-item h3 {
  font-size: 20px;
  margin: 0 0 0.6em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .help .help-item h3 {
    font-size: 18px;
  }
}

.help .help-item p {
  font-family: "Noto Sans", sans-serif;
  color: gray;
  line-height: 1.6em;
  margin: 0;
}

.help .video {
  position: relative;
}

.help .video:before {
  content: "";
  background-color: rgba(61, 66, 75, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.help .video i {
  background-color: #ff7e00;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 26px;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .help .video i {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
  }
}

/*--------------------------------------------------------------
#0.8    cta
--------------------------------------------------------------*/
.cta {
  background: #15181d url("../images/cta-bg.png") center center/auto no-repeat local;
  padding: 70px 0;
}


@media screen and (min-width: 992px) {
  .cta .cta-details {
    margin-top: 55px;
  }
}

@media (max-width: 767px) {
  .cta .cta-details {
    text-align: center;
    padding-top: 35px;
  }
}

.cta .cta-details h2 {
  color: #fff;
  font-size: 30px;
  margin: 0 0 1em;
}

@media (max-width: 991px) {
  .cta .cta-details h2 {
    font-size: 27px;
  }
}

@media (max-width: 767px) {
  .cta .cta-details h2 {
    font-size: 22px;
  }
}

.cta .cta-details p {
  font-size: 16px;
  color: #9da1a9;
  margin: 0 0 2.5em;
}

.cta .cta-details .theme-btn {
  font-size: 16px;
  font-weight: bold;
  padding: 19px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 991px) {
  .cta .cta-details .theme-btn {
    font-size: 15px;
    padding: 19px 15px;
  }
}

@media (max-width: 767px) {
  .cta .cta-details .theme-btn {
    font-size: 14px;
    padding: 15px 15px;
  }
}

/*--------------------------------------------------------------
#0.9    latest-causes
--------------------------------------------------------------*/
.latest-causes {
  padding-bottom: 60px;
  /*** style for progressbar  ***/
}

@media (max-width: 991px) {
  .latest-causes {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .latest-causes {
    padding-bottom: 20px;
  }
}

.latest-causes .content > .col {
  margin-bottom: 60px;
}

@media (max-width: 580px) {
  .latest-causes .content > .col {
    width: 100%;
  }
}

.latest-causes .title {
  margin-bottom: 23px;
}

.latest-causes .title ul,
.latest-causes .donate-amount ul {
  position: relative;
  overflow: hidden;
}

.latest-causes .title ul li,
.latest-causes .donate-amount ul li {
  float: left;
}

.latest-causes .title ul li:last-child,
.latest-causes .donate-amount ul li:last-child {
  float: right;
  font-size: 14px;
  color: gray;
}

.latest-causes .title ul li:last-child i,
.latest-causes .donate-amount ul li:last-child i {
  color: #ff7e00;
}

.latest-causes .title ul h3 {
  font-size: 18px;
  margin: 0;
}

@media (max-width: 767px) {
  .latest-causes .title ul h3 {
    font-size: 14px;
  }
}

.latest-causes .title ul span {
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
}

.latest-causes .img-progress {
  position: relative;
}

.latest-causes .img-progress .progress {
  background-color: #3d424b;
  border-radius: 0;
  height: 8px;
  overflow: visible;
  box-shadow: none;
}

.latest-causes .img-progress .progress .progress-bar {
  background-color: #ff7e00;
  width: 0;
  line-height: 8px;
  font-size: 10px;
  text-align: left;
  padding-left: 10px;
  position: relative;
  box-shadow: none;
  -webkit-transition: all 1.8s;
  -moz-transition: all 1.8s;
  -o-transition: all 1.8s;
  -ms-transition: all 1.8s;
  transition: all 1.8s;
}

.latest-causes .img-progress .progress span {
  background: #ff7e00;
  padding: 6px 4px;
  font-size: 10px;
  position: absolute;
  right: 0;
  top: -32px;
}

.latest-causes .img-progress .progress span:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #ff7e00;
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.latest-causes .img-holder {
  position: relative;
  border-radius: 10px 10px 0 0;
}

.latest-causes .img-holder:before {
  content: "";
  background-color: rgba(61, 66, 75, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px 10px 0 0;
}

.latest-causes .img-holder img {
  border-radius: 10px 10px 0 0;
}

.latest-causes .donate-amount {
  margin: 20px 0 15px;
}

.latest-causes .donate-amount ul li:first-child {
  font-size: 17px;
}

@media (max-width: 767px) {
  .latest-causes .donate-amount ul li:first-child {
    font-size: 14px;
    font-weight: 600;
  }
}

.latest-causes .donate-amount ul li:first-child span {
  color: #ff7e00;
}

.latest-causes .text p {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  margin: 0 0 1.2em;
}

.latest-causes .text .theme-btn {
  -webkit-box-shadow: 0 5px 5px 0px #cccccc;
  -moz-box-shadow: 0 5px 5px 0px #cccccc;
  -o-box-shadow: 0 5px 5px 0px #cccccc;
  -ms-box-shadow: 0 5px 5px 0px #cccccc;
  box-shadow: 0 5px 5px 0px #cccccc;
}

/*--------------------------------------------------------------
#1.0    cta-2
--------------------------------------------------------------*/
.cta-2 {
  background-color: #e7ebec;
}

.cta-2 .join-us {
  background: url("../images/join-us-bg.jpg") center center/cover no-repeat local;
  position: relative;
}


@media (max-width: 767px) {
  .cta-2 .join-us {
    height: 200px !important;
  }
}

.cta-2 .join-us:before {
  content: "";
  background-color: rgba(237, 28, 36, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cta-2 .join-us span {
  background: url("../images/join-us-bg.jpg") center center/cover no-repeat local;
  width: 100%;
  height: 100%;
  font-size: 55px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}

@media screen and (min-width: 768px) {
  .cta-2 .join-us span {
    padding-top: 3.5em;
  }
}

@media (max-width: 767px) {
  .cta-2 .join-us span {
    font-size: 45px;
    padding-top: 1.5em;
  }
}

@media screen and (min-width: 1200px) {
  .cta-2 .sing-up {
    width: 730px;height:auto !important;
    padding: 85px 2px 40px 2px;
  }
}

@media screen and (min-width: 768px) {
  .cta-2 .sing-up {
    padding: 45px 2px 40px 80px;
  }
}

@media (max-width: 767px) {
  .cta-2 .sing-up {
    padding: 55px 15px 55px 70px;
  }
}

.cta-2 .sing-up h3 {
  color: #ed1c24;
  margin: 0 0 0.4em;
  position: relative;
}

.cta-2 .sing-up h3 span {
  position: absolute;
  left: -48px;
}

@media (max-width: 767px) {
  .cta-2 .sing-up h3 {
    font-size: 20px;
  }
}

.cta-2 .sing-up span {
  color: #939598;
  font-weight:400;
  display: block;
  margin-bottom: 1.44em;
}

@media screen and (min-width: 768px) {
  .cta-2 .sing-up span {
    font-size: 17px;
  }
}

.cta-2 .sing-up p {
  margin: 0 0 1.83em;
  color: #6b7483;
}

@media screen and (min-width: 768px) {
  .cta-2 .sing-up p {
    font-size: 16px;
  }
}

.cta-2 .sing-up .theme-btn {
  background-color: transparent;
  font-size: 12px;
  color:#ed1c24;
  padding: 10px;
  border: 2px solid #ed1c24;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .cta-2 .sing-up .theme-btn {
    font-size: 14px;
    padding: 15px 25px;
  }
}

.cta-2 .sing-up .theme-btn:hover {
  background-color: #ff7e00;
  color: #fff;
}

/*--------------------------------------------------------------
#1.1    volunteers
--------------------------------------------------------------*/
.volunteers {
  padding-bottom: 95px;
}

@media (max-width: 991px) {
  .volunteers {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .volunteers {
    padding-bottom: 50px;
  }
}

.volunteers .volunteers-grid > .col {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
#1.2    events
--------------------------------------------------------------*/
.events {
  background-color: #f1f4f6;
  /*** event slider navigation ***/
}

.events .section-title {
  margin-bottom: 125px;
}

.events .events-slider .owl-stage-outer {
  overflow: visible !important;
}

.events .events-slider .item {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.events .events-slider .item .details {
  -webkit-transform: scale3d(0, 0, 0);
  -moz-transform: scale3d(0, 0, 0);
  -o-transform: scale3d(0, 0, 0);
  -ms-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.events .events-slider .item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.events .events-slider .details {
  background-color: #ff7e00;
  padding: 22px;
  border-radius: 0 0 5px 5px;
}

.events .events-slider .details h3 {
  font-size: 20px;
  margin: 0 0 0.5em;
}

@media (max-width: 1199px) {
  .events .events-slider .details h3 {
    font-size: 15px;
  }
}

.events .events-slider .details h3 a {
  color: #fff;
}

.events .events-slider .details ul li {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  padding-left: 20px;
  position: relative;
}

@media (max-width: 1199px) {
  .events .events-slider .details ul li {
    font-size: 12px;
  }
}

.events .events-slider .details ul li i {
  color: #4d4d4d;
  position: absolute;
  left: 0;
  top: 3px;
}

.events .events-slider .owl-item.center .item {
  -webkit-transform: scale3d(1.1, 1.1, 1.15);
  -moz-transform: scale3d(1.1, 1.1, 1.15);
  -o-transform: scale3d(1.1, 1.1, 1.15);
  -ms-transform: scale3d(1.1, 1.1, 1.15);
  transform: scale3d(1.1, 1.1, 1.15);
  z-index: 100;
  position: relative;
  top: -11px;
}

.events .events-slider .owl-item.center .item img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.events .events-slider .owl-item.center .item .details {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.events .events-slider {
  position: relative;
}

.events .events-slider .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 30%;
}

.events .events-slider .owl-controls .owl-nav > div {
  background: #ff7e00;
  width: 70px;
  height: 50px;
  line-height: 44px;
  font-size: 22px;
  text-align: center;
  margin: 0;
  padding: 0;
  position: absolute;
}

.events .events-slider .owl-controls .owl-nav > div i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.events .events-slider .owl-controls .owl-nav > div:first-child {
  left: 15px;
}

.events .events-slider .owl-controls .owl-nav > div:last-child {
  right: 15px;
}

.events .events-slider .owl-controls .owl-nav > div:hover {
  background: #f94d04 !important;
}

@media (max-width: 767px) {
  .events .events-slider .owl-controls .owl-nav > div {
    width: 40px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}

/*--------------------------------------------------------------
#1.3    cta-3
--------------------------------------------------------------*/
.cta-3 {
  background-color: #000;
  background: #000 url("../images/cta-3-children.html") 20% bottom/auto no-repeat local;
}

@media (max-width: 767px) {
  .cta-3 {
    background-size: 220px;
    background-image: none !important;
  }
}

.cta-3 h2 {
  font-size: 30px;
  color: #fff;
  font-weight: normal;
  margin: 0 0 0.67em;
}

@media (max-width: 767px) {
  .cta-3 h2 {
    font-size: 22px;
  }
}

.cta-3 .details-text {
  padding: 115px 15px;
}

@media (max-width: 991px) {
  .cta-3 .details-text {
    text-align: center;
    padding: 90px 15px;
  }
}

@media (max-width: 767px) {
  .cta-3 .details-text {
    padding: 60px 15px;
  }
}

.cta-3 .details-text p {
  color: #9da1a9;
  margin-bottom: 2.6em;
}

@media screen and (min-width: 992px) {
  .cta-3 .details-text p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .cta-3 .details-text p {
    color: #b8bbc1;
  }
}

.cta-3 .details-text .theme-btn {
  font-size: 18px;
  padding: 15px 38px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .cta-3 .details-text .theme-btn {
    font-size: 14px;
    padding: 12px 25px;
  }
}

/*--------------------------------------------------------------
#1.4    latest news
--------------------------------------------------------------*/
.latest-news {
  padding-bottom: 110px;
}

@media (max-width: 991px) {
  .latest-news {
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .latest-news {
    padding-bottom: 60px;
  }
}

.latest-news .latest-news-slider .post {
  padding: 0 15px 15px;
}

.latest-news .latest-news-slider .owl-controls {
  margin-top: 50px;
}

.latest-news .latest-news-slider .owl-controls .owl-dots span {
  width: 13px;
  height: 13px;
}

.latest-news .latest-news-slider .owl-controls .owl-dots .active span,
.latest-news .latest-news-slider .owl-controls .owl-dots .owl-dot:hover span {
  background: #ff7e00;
}

/*--------------------------------------------------------------
#1.5    news letter
--------------------------------------------------------------*/
.newsletter {
  background-color: #ebeff2;
}

.newsletter .children-holder {
  background: url("../images/newsletter-children.jpg") center center/cover no-repeat local;
}

@media (max-width: 991px) {
  .newsletter .children-holder {
    height: 260px !important;
  }
}

.newsletter .subscribe {
  padding: 70px 15px 70px 70px;
}

@media screen and (min-width: 1200px) {
  .newsletter .subscribe {
    width: 682px;
  }
}

@media (max-width: 991px) {
  .newsletter .subscribe {
    padding: 70px 45px;
  }
}

@media (max-width: 767px) {
  .newsletter .subscribe {
    height: auto !important;
    padding: 50px 45px 50px;
  }
}

@media (max-width: 500px) {
  .newsletter .subscribe {
    padding: 50px 15px;
  }
}

.newsletter .subscribe h3 {
  font-size: 30px;
  margin: 0;
}

@media (max-width: 767px) {
  .newsletter .subscribe h3 {
    font-size: 25px;
  }
}

.newsletter .subscribe p {
  color: #3d424b;
  font-weight: bold;
  margin: 0 0 2em;
}

.newsletter .subscribe p span {
  color: #ff7e00;
}

.newsletter .subscribe form {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .newsletter .subscribe form {
    width: 550px;
  }
}

@media screen and (min-width: 992px) {
  .newsletter .subscribe form {
    width: 450px;
  }
}

.newsletter .subscribe form input {
  height: auto;
  font-size: 16px;
  padding: 9px 20px;
  border: 1px solid #ff7e00;
  padding-right: 120px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .newsletter .subscribe form input {
    padding: 8px 20px;
  }
}

.newsletter .subscribe form button {
  padding: 16px 15px;
  position: absolute;
  right: 0;
  top: 0;
}

.newsletter .subscribe .pluses {
  color: #ff7e00;
  font-size: 22px;
  position: absolute;
  right: 0;
  top: 35px;
}

@media (max-width: 1199px) {
  .newsletter .subscribe .pluses {
    right: 20px;
  }
}

@media (max-width: 767px) {
  .newsletter .subscribe .pluses {
    font-size: 20px;
    top: 45px;
  }
}


/*--------------------------------------------------------------
#3.3	newsletter
--------------------------------------------------------------*/
.newsletter {
  background-color: #ebeff2;
}

.newsletter .children-holder-s2 {
  background: url("../images/newsletter-children2.html") center center/cover no-repeat local;
}

/*--------------------------------------------------------------
	causes single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#4.1	page-title
--------------------------------------------------------------*/
.causes-single-page .page-title-bg {
  background: url("../images/page-title-bg/causes-pagetitle.html") center center/cover no-repeat local;
}

/*--------------------------------------------------------------
#4.1	causes-single-wrapper
--------------------------------------------------------------*/
.causes-single-wrapper {
  padding-bottom: 65px;
  /*** related causes ***/
}

@media (max-width: 991px) {
  .causes-single-wrapper {
    padding-bottom: 5px;
  }
}

.causes-single-wrapper .causes-single {
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}

@media (max-width: 991px) {
  .causes-single-wrapper .causes-single {
    margin-bottom: 80px;
  }
}

.causes-single-wrapper .causes-list-box {
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  -o-box-shadow: 0 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}

@media (max-width: 767px) {
  .causes-single-wrapper .causes-list-box {
    padding: 15px 0;
  }
}

.causes-single-wrapper .title {
  width: 100%;
  float: none;
  padding: 32px 0;
  position: relative;
}

@media (max-width: 767px) {
  .causes-single-wrapper .title {
    padding: 20px 0 32px;
  }
}

.causes-single-wrapper .title h3 {
  font-size: 30px;
}

@media (max-width: 991px) {
  .causes-single-wrapper .title h3 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .causes-single-wrapper .title h3 {
    font-size: 25px;
  }
}

.causes-single-wrapper .title .theme-btn {
  position: absolute;
  right: 5px;
  top: 32px;
}

@media (max-width: 767px) {
  .causes-single-wrapper .title .theme-btn {
    position: static;
    padding: 12px 15px;
  }
}

.causes-single-wrapper .inner-details > p {
  color: #9da1a9;
  margin: 0 0 1.38em;
}

.causes-single-wrapper .inner-details > ul {
  margin-bottom: 50px;
}

.causes-single-wrapper .inner-details > ul li {
  color: #9da1a9;
  margin-bottom: 0.5em;
}

.causes-single-wrapper .inner-details > ul li i {
  color: #ff7e00;
}

.causes-single-wrapper .inner-details > ul li:last-child {
  margin-bottom: 0;
}

.causes-single-wrapper .related-causes {
  padding-top: 90px;
}

.causes-single-wrapper .related-causes .side-section-title h2 {
  margin-bottom: 1.5em;
}

.causes-single-wrapper .related-causes .latest-causes .title {
  padding: 0;
}

.causes-single-wrapper .related-causes .latest-causes .donate-amount ul li {
  font-weight: bold;
}

.causes-single-wrapper .related-causes .latest-causes .donate-amount ul li:first-child {
  color: #3d424b;
}

@media (max-width: 991px) {
  .causes-single-wrapper .related-causes .latest-causes > .col {
    margin-bottom: 60px;
  }
}

@media (max-width: 580px) {
  .causes-single-wrapper .related-causes .latest-causes > .col {
    width: 100%;
  }
}

/*--------------------------------------------------------------
	volunteers
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#5.0	page-title
--------------------------------------------------------------*/
.volunteers-page .page-title-bg {
  background: url("../images/page-title-bg/volunteers-pagetitle-bg.html") center center/cover no-repeat local;
}

/*--------------------------------------------------------------
#5.1	cta-2
--------------------------------------------------------------*/
.volunteers-page .cta-2 {
  position: relative;
}

.volunteers-page .cta-2 .sing-up {
  border-left: 1px solid #000;
}

.volunteers-page .cta-2 .sing-up-border {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  background: transparent;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

@media screen and (min-width: 992px) {
  .volunteers-page .cta-2 .sing-up-border {
    width: 58.34%;
    right: 0;
  }
}

@media (max-width: 991px) {
  .volunteers-page .cta-2 .sing-up-border {
    width: 66.67%;
    right: 0;
  }
}

@media (max-width: 767px) {
  .volunteers-page .cta-2 .sing-up-border {
    width: 100%;
    right: 0;
  }
}

@media (max-width: 991px) {
  .volunteers-page .volunteers {
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .volunteers-page .volunteers {
    padding-bottom: 60px;
  }
}

.volunteers-page .pagination-wrapper {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .volunteers-page .pagination-wrapper {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .volunteers-page .pagination-wrapper {
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
	volunteer single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#6.0	page-title
--------------------------------------------------------------*/
.volunteer-single .page-title-bg {
  background: url("../images/page-title-bg/volunteers-pagetitle-bg.html") center center/cover no-repeat local;
}

/*--------------------------------------------------------------
#6.1	Volunteer single section
--------------------------------------------------------------*/
.volunteer-single-section {
  background-color: #f2f6f9;
  /*** volunteer profile title ***/
  /*** volunteer-content ***/
}

.volunteer-single-section .volunteer-profile-title {
  background-color: #fff;
  text-align: center;
  padding: 80px 15px 35px;
  border-bottom: 2px solid #cccccc;
}

@media (max-width: 767px) {
  .volunteer-single-section .volunteer-profile-title {
    padding: 50px 15px 15px;
  }
}

.volunteer-single-section .volunteer-profile-title .img-holder {
  position: absolute;
  left: 50%;
  top: -95px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}

@media (max-width: 767px) {
  .volunteer-single-section .volunteer-profile-title .img-holder {
    width: 80px;
    height: 80px;
    top: -42px;
  }
}

.volunteer-single-section .volunteer-profile-title img {
  display: inline-block;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.volunteer-single-section .volunteer-profile-title h3 {
  font-size: 30px;
  text-transform: capitalize;
  margin: 0;
}

@media (max-width: 767px) {
  .volunteer-single-section .volunteer-profile-title h3 {
    font-size: 20px;
  }
}

.volunteer-single-section .volunteer-profile-title p {
  text-transform: capitalize;
}

.volunteer-single-section .volunteer-profile-title p span {
  color: #ff7e00;
}

.volunteer-single-section .volunteer-content {
  padding: 30px 0 125px;
  /*** info ***/
  /*** bio ***/
}

@media (max-width: 991px) {
  .volunteer-single-section .volunteer-content {
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .volunteer-single-section .volunteer-content {
    padding-bottom: 60px;
  }
}

.volunteer-single-section .volunteer-content .info,
.volunteer-single-section .volunteer-content .bio,
.volunteer-single-section .volunteer-content .similar-profile {
  background-color: #fff;
  border-bottom: 2px solid #cccccc;
  padding: 40px 60px;
}

@media (max-width: 767px) {
  .volunteer-single-section .volunteer-content .info,
  .volunteer-single-section .volunteer-content .bio,
  .volunteer-single-section .volunteer-content .similar-profile {
    padding: 30px;
  }
}

.volunteer-single-section .volunteer-content .box-title {
  margin-bottom: 30px;
}

.volunteer-single-section .volunteer-content .box-title h3 {
  font-size: 24px;
  margin: 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 767px) {
  .volunteer-single-section .volunteer-content .box-title h3 {
    font-size: 20px;
  }
}

.volunteer-single-section .volunteer-content .box-title h3 i {
  color: #ff7e00;
}

.volunteer-single-section .volunteer-content .info {
  padding: 40px 35px 79px;
}

@media (max-width: 991px) {
  .volunteer-single-section .volunteer-content .info {
    padding: 40px 35px;
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .volunteer-single-section .volunteer-content .info {
    padding: 30px;
  }
}

.volunteer-single-section .volunteer-content .info-details span,
.volunteer-single-section .volunteer-content .social span {
  display: block;
}

.volunteer-single-section .volunteer-content .info-details > li {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .volunteer-single-section .volunteer-content .info-details > li {
    font-size: 15px;
  }
}

.volunteer-single-section .volunteer-content .info-details > li:last-child {
  margin-bottom: 0;
}

.volunteer-single-section .volunteer-content .info-details > li span:first-child,
.volunteer-single-section .volunteer-content .social span {
  color: #bfbfbf;
  margin-bottom: 2px;
  font-weight: bold;
}

.volunteer-single-section .volunteer-content .social {
  margin-top: 40px;
}

.volunteer-single-section .volunteer-content .social ul {
  overflow: hidden;
}

.volunteer-single-section .volunteer-content .social ul li {
  float: left;
  margin-right: 15px;
}

.volunteer-single-section .volunteer-content .social ul li a {
  font-size: 18px;
  color: #00529c;
}

.volunteer-single-section .volunteer-content .social ul li:nth-child(2) a {
  color: #00acee;
}

.volunteer-single-section .volunteer-content .social ul li:nth-child(3) a {
  color: #d84d31;
}

.volunteer-single-section .volunteer-content .social ul li:nth-child(4) a {
  color: #0071ad;
}

.volunteer-single-section .volunteer-content .social ul li:last-child a {
  color: #ba6200;
}

.volunteer-single-section .volunteer-content .bio {
  margin-bottom: 35px;
}

.volunteer-single-section .volunteer-content .bio > p {
  line-height: 1.6em;
  margin-bottom: 1.5em;
}

.volunteer-single-section .volunteer-content .bio > p:last-child {
  margin-bottom: 0;
}

.volunteer-single-section .volunteer-content .similar-profile ul {
  overflow: hidden;
}

.volunteer-single-section .volunteer-content .similar-profile ul li {
  float: left;
  margin-right: 6px;
  margin-bottom: 5px;
}

.volunteer-single-section .volunteer-content .similar-profile ul li img {
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.volunteer-single-section .volunteer-content .similar-profile ul li:last-child {
  margin-right: 0;
}

.volunteer-single-section .volunteer-content .similar-profile ul li:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/*--------------------------------------------------------------
	gallery 3 col
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#7.0	page-title
--------------------------------------------------------------*/
.gallery-3col .page-title-bg {
  background: url("../images/page-title-bg/gallery-3col-pagetitle.html") center center/cover no-repeat local;
}

/*--------------------------------------------------------------
#7.1	gallery-3col-content
--------------------------------------------------------------*/
.gallery-3col-content {
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .gallery-3col-content {
    padding-bottom: 80px;
  }
}

.gallery-3col-content .gallery-container {
  overflow: hidden;
  margin: 0 -13px;
}

@media (max-width: 991px) {
  .gallery-3col-content .gallery-container {
    margin: 0;
  }
}

.gallery-3col-content .gallery-container .box {
  width: 33.33%;
  float: left;
  padding: 0 13px 26px;
}

@media (max-width: 991px) {
  .gallery-3col-content .gallery-container .box {
    padding: 0;
    margin: -1px;
  }
}

@media (max-width: 500px) {
  .gallery-3col-content .gallery-container .box {
    width: 50%;
  }
}

/*--------------------------------------------------------------
	gallery 4 col
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#8.0	page-title
--------------------------------------------------------------*/
.gallery-4col .page-title-bg {
  background: url("../images/page-title-bg/gallery-3col-pagetitle.html") center center/cover no-repeat local;
}

/*--------------------------------------------------------------
#8.1	gallery-4col-content
--------------------------------------------------------------*/
@media (max-width: 767px) {
  .gallery-4col-content,
  .gallery-fullwidth-content {
    padding-bottom: 80px;
  }
}

.gallery-4col-content .gallery-container .box,
.gallery-fullwidth-content .gallery-container .box {
  width: 25%;
  float: left;
}

@media (max-width: 991px) {
  .gallery-4col-content .gallery-container .box,
  .gallery-fullwidth-content .gallery-container .box {
    width: 50%;
  }
}

/*--------------------------------------------------------------
	gallery fullwidth page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#9.0	page-title
--------------------------------------------------------------*/
.gallery-fullwidth .page-title-bg {
  background: url("../images/page-title-bg/gallery-3col-pagetitle.html") center center/cover no-repeat local;
}

/*--------------------------------------------------------------
#9.1	gallery-fullwidth-content
--------------------------------------------------------------*/
.gallery-fullwidth-content .container-fluid {
  padding: 0;
}

@media (max-width: 991px) {
  .gallery-fullwidth-content .gallery-container .box {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .gallery-fullwidth-content .gallery-container .box {
    width: 50%;
  }
}

@media screen and (min-width: 1367px) {
  .gallery-fullwidth-content .gallery-container .box img {
    width: 100%;
  }
}

/*--------------------------------------------------------------
	event 2 col page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#10.0	page-title
--------------------------------------------------------------*/
.event-2col .page-title-bg {
  background: url("../images/page-title-bg/gallery-3col-pagetitle.html") center center/cover no-repeat local;
}

/*--------------------------------------------------------------
#10.1	 event-2col-section
--------------------------------------------------------------*/
.event-2col .event-2col-section {
  padding-bottom: 95px;
}

@media (max-width: 767px) {
  .event-2col .event-2col-section {
    padding-bottom: 65px;
  }
}

.event-2col .event-2col-section .event-grid-wrapper {
  margin: 0 -15px;
}

.event-2col .event-2col-section .event-grid {
  width: 50%;
  float: left;
  padding: 5px 15px 30px;
}

@media (max-width: 600px) {
  .event-2col .event-2col-section .event-grid {
    width: 100%;
    float: none;
  }
}

@media (max-width: 991px) {
  .event-2col .event-2col-section .sidebar-wrapper {
    margin-top: 60px;
  }
}

/*--------------------------------------------------------------
	event 3 col page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#11.0	page-title
--------------------------------------------------------------*/
.event-3col .page-title-bg {
  background: url("../images/page-title-bg/gallery-3col-pagetitle.html") center center/cover no-repeat local;
}

/*--------------------------------------------------------------
#11.1	 event-3col-section
--------------------------------------------------------------*/
.event-3col {
  /** featu#ff7e00 section ***/
}

.event-3col .event-3col-section {
  padding-bottom: 95px;
}

@media (max-width: 991px) {
  .event-3col .event-3col-section {
    padding-bottom: 55px;
  }
}

@media (max-width: 767px) {
  .event-3col .event-3col-section {
    padding-bottom: 60px;
  }
}

.event-3col .event-3col-section .event-grid {
  width: 33.33%;
  float: left;
  padding: 5px 15px 30px;
}

@media (max-width: 991px) {
  .event-3col .event-3col-section .event-grid {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .event-3col .event-3col-section .event-grid {
    width: 100%;
    float: none;
    padding: 5px 0 30px;
  }
}

.event-3col .featu#ff7e00 {
  background-color: #15181d;
  border-bottom: 1px solid #000;
}

.event-3col .featu#ff7e00 .featu#ff7e00-promo {
  background: url("../images/beat-cancer-bg.html") center center/cover no-repeat local;
  padding: 85px 15px;
  text-align: center;
  position: relative;
}

.event-3col .featu#ff7e00 .featu#ff7e00-promo:before {
  content: "";
  background-color: rgba(251, 94, 28, 0.85);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.event-3col .featu#ff7e00 .featu#ff7e00-promo img {
  display: inline-block;
  position: relative;
  z-index: 10;
}

.event-3col .featu#ff7e00 .countdown-wrapper {
  padding: 65px 15px 65px 75px;
  /*** colock style ***/
}

@media screen and (min-width: 1200px) {
  .event-3col .featu#ff7e00 .countdown-wrapper {
    width: 585px;
  }
}

@media (max-width: 1199px) {
  .event-3col .featu#ff7e00 .countdown-wrapper {
    padding: 65px 15px 65px 45px;
  }
}

@media (max-width: 767px) {
  .event-3col .featu#ff7e00 .countdown-wrapper {
    height: auto !important;
    padding: 65px 15px 65px 15px;
  }
}

.event-3col .featu#ff7e00 .countdown-wrapper h3,
.event-3col .featu#ff7e00 .countdown-wrapper p {
  color: #a1a8b3;
}

.event-3col .featu#ff7e00 .countdown-wrapper h3 {
  font-size: 28px;
  margin: 0 0 0.32em;
}

@media (max-width: 767px) {
  .event-3col .featu#ff7e00 .countdown-wrapper h3 {
    font-size: 22px;
  }
}

.event-3col .featu#ff7e00 .countdown-wrapper p {
  font-size: 14px;
  margin: 0 0 1.79em;
}

.event-3col .featu#ff7e00 .countdown-wrapper h3 + ul {
  overflow: hidden;
  margin-bottom: 18px;
}

.event-3col .featu#ff7e00 .countdown-wrapper h3 + ul li {
  font-size: 14px;
  color: #6b7483;
  float: left;
  margin-right: 20px;
}

.event-3col .featu#ff7e00 .countdown-wrapper h3 + ul li:last-child {
  margin-right: 0;
}

.event-3col .featu#ff7e00 .countdown-wrapper h3 + ul li i {
  color: #ff7e00;
}

.event-3col .featu#ff7e00 .countdown-wrapper #countdown {
  margin-left: -10px;
}

@media (max-width: 767px) {
  .event-3col .featu#ff7e00 .countdown-wrapper #countdown {
    margin-left: 0;
  }
}

.event-3col .featu#ff7e00 .countdown-wrapper .ClassyCountdown-value > div {
  font-size: 28px;
  font-weight: bold;
  color: #ff7e00 !important;
}

@media (max-width: 991px) {
  .event-3col .featu#ff7e00 .countdown-wrapper .ClassyCountdown-value > div {
    font-size: 20px;
  }
}

@media (max-width: 400px) {
  .event-3col .featu#ff7e00 .countdown-wrapper .ClassyCountdown-value > div {
    font-size: 15px;
  }
}

.event-3col .featu#ff7e00 .countdown-wrapper .ClassyCountdown-value > span {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 767px) {
  .event-3col .featu#ff7e00 .countdown-wrapper .ClassyCountdown-value > span {
    font-size: 12px !important;
  }
}

@media (max-width: 991px) {
  .event-3col .featu#ff7e00 .countdown-wrapper .ClassyCountdown-wrapper > div {
    margin: 5px;
  }
}

/*--------------------------------------------------------------
	event 2 col page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#12.0	page-title
--------------------------------------------------------------*/
.shop-page .page-title-bg {
  background: url("../images/page-title-bg/shop-pagetitle.html") center center/cover no-repeat local;
}

/*--------------------------------------------------------------
#12.0	shop-main-content
--------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .shop-page .shop-main-content {
    padding-bottom: 110px;
  }
}

@media (max-width: 991px) {
  .shop-page .shop-main-content .shop-content {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .shop-page .shop-main-content .shop-content {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .shop-page .shop-main-content .pagination-wrapper {
    margin-top: 45px;
  }
}

@media (max-width: 991px) {
  .shop-page .shop-main-content .pagination-wrapper {
    margin-bottom: 45px;
  }
}

/*--------------------------------------------------------------
	shop details page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#13.0	page-title
--------------------------------------------------------------*/
.shop-details-page .page-title-bg {
  background: url("../images/page-title-bg/shop-pagetitle.html") center center/cover no-repeat local;
}

/*--------------------------------------------------------------
#13.1	shop-details-main-content
--------------------------------------------------------------*/
.shop-details-page .shop-details-main-content {
  /*** product slider ***/
  /*** product info ***/
  /*** upsell product **/
}

.shop-details-page .shop-details-main-content .shop-single-slider-wrapper .slider-for {
  border: 2px solid #ff7e00;
  text-align: center;
}

.shop-details-page .shop-details-main-content .shop-single-slider-wrapper .slider-for img {
  display: inline-block;
}

.shop-details-page .shop-details-main-content .shop-single-slider-wrapper .slider-nav {
  padding: 0 25px;
  margin-top: 35px;
}

.shop-details-page .shop-details-main-content .shop-single-slider-wrapper .slider-nav > i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
}

.shop-details-page .shop-details-main-content .shop-single-slider-wrapper .slider-nav > i:hover {
  cursor: pointer;
}

.shop-details-page .shop-details-main-content .shop-single-slider-wrapper .slider-nav .nav-btn-rt {
  left: auto;
  right: 0;
}

.shop-details-page .shop-details-main-content .shop-single-slider-wrapper .slider-nav .slick-slide {
  text-align: center;
}

.shop-details-page .shop-details-main-content .shop-single-slider-wrapper .slider-nav .slick-slide img {
  display: inline-block;
}

.shop-details-page .shop-details-main-content .product-details {
  background-color: #15181d;
  padding: 60px 30px 93px 30px;
  /*** product option ***/
  /*** secend row ***/
  /*** share **/
}

@media (max-width: 1199px) {
  .shop-details-page .shop-details-main-content .product-details {
    padding: 40px 30px 85px 30px;
  }
}

@media (max-width: 991px) {
  .shop-details-page .shop-details-main-content .product-details {
    margin-top: 45px;
    padding: 40px 30px;
  }
}

@media (max-width: 767px) {
  .shop-details-page .shop-details-main-content .product-details {
    padding: 30px 20px;
  }
}

.shop-details-page .shop-details-main-content .product-details h2 {
  font-size: 27px;
  color: #fff;
  margin: 0 0 0.33em;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .shop-details-page .shop-details-main-content .product-details h2 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .shop-details-page .shop-details-main-content .product-details h2 {
    font-size: 20px;
  }
}

.shop-details-page .shop-details-main-content .product-details .rating i {
  font-size: 13px;
  color: white;
}

.shop-details-page .shop-details-main-content .product-details .price {
  font-size: 20px;
  color: #ff7e00;
  margin: 7px 0 14px;
}

@media (max-width: 767px) {
  .shop-details-page .shop-details-main-content .product-details .price {
    font-size: 16px;
  }
}

.shop-details-page .shop-details-main-content .product-details .price .old {
  font-size: 15px;
  color: #b8bbc1;
  text-decoration: line-through;
  display: inline-block;
  margin-left: 5px;
}

@media (max-width: 767px) {
  .shop-details-page .shop-details-main-content .product-details .price .old {
    font-size: 14px;
  }
}

.shop-details-page .shop-details-main-content .product-details p {
  font-size: 14px;
  margin: 0;
}

.shop-details-page .shop-details-main-content .product-details .product-option .form ::-webkit-input-placeholder {
  font-style: 12px;
  font-style: normal;
  color: #fc9367;
}

.shop-details-page .shop-details-main-content .product-details .product-option .form :-moz-placeholder {
  font-style: 12px;
  font-style: normal;
  color: #fc9367;
}

.shop-details-page .shop-details-main-content .product-details .product-option .form ::-moz-placeholder {
  font-style: 12px;
  font-style: normal;
  color: #fc9367;
}

.shop-details-page .shop-details-main-content .product-details .product-option .form :-ms-input-placeholder {
  font-style: 12px;
  font-style: normal;
  color: #fc9367;
}

.shop-details-page .shop-details-main-content .product-details .product-option .fst-row {
  padding: 24px 0;
  margin-top: 25px;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  overflow: hidden;
}

.shop-details-page .shop-details-main-content .product-details .product-option .fst-row > div {
  width: 40%;
  float: left;
}

@media (max-width: 1199px) {
  .shop-details-page .shop-details-main-content .product-details .product-option .fst-row > div {
    width: 37%;
  }
}

@media (max-width: 500px) {
  .shop-details-page .shop-details-main-content .product-details .product-option .fst-row > div {
    width: 100% !important;
    float: none;
    margin-bottom: 15px;
  }
}

.shop-details-page .shop-details-main-content .product-details .product-option .fst-row > div:last-child {
  width: 20%;
}

@media (max-width: 1199px) {
  .shop-details-page .shop-details-main-content .product-details .product-option .fst-row > div:last-child {
    width: 26%;
  }
}

.shop-details-page .shop-details-main-content .product-details .product-option .fst-row input,
.shop-details-page .shop-details-main-content .product-details .product-option .fst-row select {
  width: 60%;
  height: auto;
  color: #ff7e00;
  font-size: 11px;
  font-style: normal;
  padding: 5px;
  border-color: #4d4d4d;
}

.shop-details-page .shop-details-main-content .product-details .product-option .fst-row input:focus,
.shop-details-page .shop-details-main-content .product-details .product-option .fst-row select:focus {
  border-color: #4d4d4d;
  box-shadow: none;
}

@media (max-width: 500px) {
  .shop-details-page .shop-details-main-content .product-details .product-option .fst-row input,
  .shop-details-page .shop-details-main-content .product-details .product-option .fst-row select {
    width: 100% !important;
  }
}

.shop-details-page .shop-details-main-content .product-details .product-option .fst-row select option {
  color: #000;
  opacity: 1 !important;
}

.shop-details-page .shop-details-main-content .product-details .product-option .fst-row span {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 5px;
}

@media (max-width: 1199px) {
  .shop-details-page .shop-details-main-content .product-details .product-option .fst-row span {
    font-size: 10px;
  }
}

@media (max-width: 500px) {
  .shop-details-page .shop-details-main-content .product-details .product-option .fst-row span {
    margin-bottom: 3px;
  }
}

.shop-details-page .shop-details-main-content .product-details .product-option .fst-row .qty {
  overflow: hidden;
}

.shop-details-page .shop-details-main-content .product-details .product-option .fst-row .qty .form-control {
  background: transparent;
  display: inline-block;
  width: 100%;
  padding-left: 25px;
}

.shop-details-page .shop-details-main-content .product-details .product-option .fst-row .qty .btn {
  font-size: 12px;
  padding: 0 3px;
  background: transparent;
  color: #4d4d4d;
  line-height: 12px;
  border-color: #4d4d4d;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.shop-details-page .shop-details-main-content .product-details .product-option .fst-row .qty .bootstrap-touchspin {
  width: 65%;
  position: relative;
  float: right;
}

@media (max-width: 500px) {
  .shop-details-page .shop-details-main-content .product-details .product-option .fst-row .qty .bootstrap-touchspin {
    width: 100% !important;
  }
}

.shop-details-page .shop-details-main-content .product-details .product-option .fst-row .qty .bootstrap-touchspin .input-group-btn {
  position: absolute;
  top: 3px;
  padding-right: 0;
  line-height: auto !important;
  z-index: 100;
}

@media (max-width: 1199px) {
  .shop-details-page .shop-details-main-content .product-details .product-option .fst-row .qty .bootstrap-touchspin .input-group-btn {
    top: 5px;
  }
}

.shop-details-page .shop-details-main-content .product-details .product-option .fst-row .qty .bootstrap-touchspin > span:first-child {
  left: 5px;
}

.shop-details-page .shop-details-main-content .product-details .product-option .fst-row .qty .bootstrap-touchspin > span:last-child {
  right: 17px !important;
}

.shop-details-page .shop-details-main-content .product-details .sec-row {
  padding: 24px 0;
  border-bottom: 1px solid #4d4d4d;
}

.shop-details-page .shop-details-main-content .product-details .sec-row > div {
  display: inline-block;
}

.shop-details-page .shop-details-main-content .product-details .sec-row > div .theme-btn {
  padding: 13px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}

.shop-details-page .shop-details-main-content .product-details .sec-row > div:last-child .btn {
  background: transparent;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  font-weight: normal;
  color: #4d4d4d;
  text-align: center;
  padding: 0;
  border: 1px solid #4d4d4d;
}

.shop-details-page .shop-details-main-content .product-details .sec-row > div:last-child .btn:hover {
  background-color: #ff7e00;
  color: #fff;
  border-color: #ff7e00;
}

.shop-details-page .shop-details-main-content .product-details .share {
  padding: 6px 0 0;
}

.shop-details-page .shop-details-main-content .product-details .share span {
  font-size: 14px;
  color: #fff;
  margin-right: 0;
}

.shop-details-page .shop-details-main-content .product-details .share ul li {
  background: transparent;
  margin-right: 10px;
}

.shop-details-page .shop-details-main-content .product-details .share ul li:last-child {
  margin-right: 0;
}

.shop-details-page .shop-details-main-content .product-details .share ul a {
  width: auto;
  height: auto;
  font-size: 15px;
  color: #cccccc;
}

.shop-details-page .shop-details-main-content .product-details .share ul a:hover {
  color: #fff;
}

.shop-details-page .shop-details-main-content .product-info {
  margin-top: 75px;
  /*** tabs ***/
  /*** client review ***/
  /*** review form ***/
}

.shop-details-page .shop-details-main-content .product-info h4 {
  font-size: 15px;
  text-transform: uppercase;
  margin: 0;
}

.shop-details-page .shop-details-main-content .product-info p {
  font-size: 14px;
}

.shop-details-page .shop-details-main-content .product-info .nav-tabs {
  border: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .shop-details-page .shop-details-main-content .product-info .nav-tabs {
    margin-bottom: 20px;
  }
}

.shop-details-page .shop-details-main-content .product-info .nav-tabs li {
  margin-right: 45px;
}

.shop-details-page .shop-details-main-content .product-info .nav-tabs li:last-child {
  margin-right: 0;
}

.shop-details-page .shop-details-main-content .product-info .nav-tabs a {
  font-size: 18px;
  color: #b3b3b3;
  border: 0;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.shop-details-page .shop-details-main-content .product-info .nav-tabs a:hover,
.shop-details-page .shop-details-main-content .product-info .nav-tabs .active a {
  background: transparent;
  color: #ff7e00;
}

.shop-details-page .shop-details-main-content .product-info .client-review {
  overflow: hidden;
  margin-bottom: 30px;
}

.shop-details-page .shop-details-main-content .product-info .client-review:last-child {
  margin-bottom: 0;
}

.shop-details-page .shop-details-main-content .product-info .client-review .client-pic {
  width: 14%;
  float: left;
}

@media (max-width: 767px) {
  .shop-details-page .shop-details-main-content .product-info .client-review .client-pic {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}

.shop-details-page .shop-details-main-content .product-info .client-review .details {
  width: 86%;
  float: right;
}

@media (max-width: 767px) {
  .shop-details-page .shop-details-main-content .product-info .client-review .details {
    width: 100%;
    float: none;
  }
}

.shop-details-page .shop-details-main-content .product-info .client-review .name-rating-time {
  border-bottom: 1px solid #e6e6e6;
  margin-top: -5px;
}

@media (max-width: 991px) {
  .shop-details-page .shop-details-main-content .product-info .client-review .name-rating-time {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .shop-details-page .shop-details-main-content .product-info .client-review .name-rating-time {
    padding-bottom: 3px;
  }
}

.shop-details-page .shop-details-main-content .product-info .client-review .name-rating-time > div,
.shop-details-page .shop-details-main-content .product-info .client-review .name-rating > div {
  display: inline-block;
  font-size: 14px;
}

@media (max-width: 767px) {
  .shop-details-page .shop-details-main-content .product-info .client-review .name-rating-time > div,
  .shop-details-page .shop-details-main-content .product-info .client-review .name-rating > div {
    font-size: 12px;
    display: block;
  }
  .shop-details-page .shop-details-main-content .product-info .client-review .name-rating-time > div h4,
  .shop-details-page .shop-details-main-content .product-info .client-review .name-rating > div h4 {
    font-size: 12px;
  }
}

.shop-details-page .shop-details-main-content .product-info .client-review .rating {
  font-size: 14px;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .shop-details-page .shop-details-main-content .product-info .client-review .rating {
    padding-left: 0;
    margin: 2px 0 7px;
  }
}

.shop-details-page .shop-details-main-content .product-info .client-review .name-rating-time .time {
  float: right;
  color: #b3b3b3;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .shop-details-page .shop-details-main-content .product-info .client-review .name-rating-time .time {
    float: none;
  }
}

.shop-details-page .shop-details-main-content .product-info .client-review .review-body {
  padding-top: 8px;
}

.shop-details-page .shop-details-main-content .product-info .client-review .review-body p {
  font-size: 14px;
}

@media screen and (min-width: 1200px) {
  .shop-details-page .shop-details-main-content .product-info .review-form-wrapper {
    padding-left: 45px;
  }
}

@media (max-width: 991px) {
  .shop-details-page .shop-details-main-content .product-info .review-form {
    margin-top: 45px;
  }
}

.shop-details-page .shop-details-main-content .product-info .review-form h4 {
  margin-bottom: 1.73em;
}

.shop-details-page .shop-details-main-content .product-info .review-form form input,
.shop-details-page .shop-details-main-content .product-info .review-form form textarea {
  border-radius: 0;
}

.shop-details-page .shop-details-main-content .product-info .review-form form input:focus,
.shop-details-page .shop-details-main-content .product-info .review-form form textarea:focus {
  box-shadow: none;
  outline: none;
}

.shop-details-page .shop-details-main-content .product-info .review-form form textarea {
  height: 130px;
}

.shop-details-page .shop-details-main-content .product-info .review-form form > div {
  margin-bottom: 27px;
}

.shop-details-page .shop-details-main-content .product-info .review-form form > div:last-child {
  margin-bottom: 0;
}

.shop-details-page .shop-details-main-content .product-info .review-form form .rating-post > div {
  display: inline-block;
}

@media (max-width: 767px) {
  .shop-details-page .shop-details-main-content .product-info .review-form form .rating-post > div {
    display: block;
    float: none !important;
  }
}

.shop-details-page .shop-details-main-content .product-info .review-form form .rating-post > div:last-child {
  float: right;
}

@media (max-width: 767px) {
  .shop-details-page .shop-details-main-content .product-info .review-form form .rating-post > div:last-child {
    margin-top: 20px;
  }
}

.shop-details-page .shop-details-main-content .product-info .review-form form .rating a {
  font-size: 14px;
  color: #cccccc;
  display: inline-block;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .shop-details-page .shop-details-main-content .product-info .review-form form .rating a {
    font-size: 12px;
    margin-right: 5px;
  }
}

.shop-details-page .shop-details-main-content .product-info .review-form form .rating a:last-child {
  margin: 0;
}

.shop-details-page .shop-details-main-content .product-info .review-form form .rating a:hover {
  color: #ff7e00;
}

.shop-details-page .shop-details-main-content .product-info .review-form form .theme-btn {
  border-radius: 0;
  padding: 13px 15px;
  box-shadow: none;
}

.shop-details-page .shop-details-main-content .upsell-product {
  padding-top: 140px;
}

@media (max-width: 991px) {
  .shop-details-page .shop-details-main-content .upsell-product {
    padding-top: 90px;
  }
}

@media (max-width: 767px) {
  .shop-details-page .shop-details-main-content .upsell-product {
    padding-top: 80px;
  }
}

.shop-details-page .shop-details-main-content .upsell-product .title {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .shop-details-page .shop-details-main-content .upsell-product .title {
    margin-bottom: 20px;
  }
}

.shop-details-page .shop-details-main-content .upsell-product .title h2 {
  font-size: 36px;
  margin: 0;
  text-transform: capitalize;
  text-align: center;
}

@media (max-width: 767px) {
  .shop-details-page .shop-details-main-content .upsell-product .title h2 {
    font-size: 25px;
  }
}

.shop-details-page .shop-details-main-content .upsell-product .title h2 span {
  color: #ff7e00;
}

.shop-details-page .shop-details-main-content .upsell-product-slider .grid {
  width: auto !important;
}

.shop-details-page .shop-details-main-content .upsell-product-slider .owl-controls {
  margin: 0;
}

.shop-details-page .shop-details-main-content .upsell-product-slider .owl-dots span {
  background-color: #fff;
  width: 12px;
  height: 12px;
  border: 2px solid #000;
  margin: 0 5px 0 0;
}

.shop-details-page .shop-details-main-content .upsell-product-slider .owl-dots .active span {
  background-color: #ff7e00;
  width: 14px;
  height: 14px;
  border-color: #ff7e00;
}



.contact-page .page-title-bg {
  background: url("../images/contact-shiras-consultancy.jpg") center center/cover no-repeat local;
}


.contact-page .contact-main-content {
  padding-bottom: 0;
}

.contact-page .contact-main-content .contact-info {
  text-align: center;
  padding-bottom: 78px;
}

.contact-page .contact-main-content .contact-info .col > div {
  padding: 0 15px;
}

@media (max-width: 991px) {
  .contact-page .contact-main-content .contact-info .col > div {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .contact-page .contact-main-content .contact-info > .col {
    margin-bottom: 50px;
  }
  .contact-page .contact-main-content .contact-info > .col:last-child {
    margin-bottom: 0;
  }
}

.contact-page .contact-main-content .contact-info .icon {
  width: 70px;
  height: 70px;
  line-height: 63px;
  font-size: 25px;
  color: #ff7e00;
  text-align: center;
  border: 3px solid #c5c9d0;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .contact-page .contact-main-content .contact-info .icon {
    width: 70px;
    height: 70px;
    line-height: 63px;
    font-size: 20px;
    border: 3px solid #3d424b;
  }
}

.contact-page .contact-main-content .contact-info h3 {
  font-size: 22px;
  margin: 0.53em 0 1.07em;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .contact-page .contact-main-content .contact-info h3 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .contact-page .contact-main-content .contact-info h3 {
    font-size: 18px;
  }
}

.contact-page .contact-main-content .contact-info p {
  font-size: 16px;
  color: #999999;
  margin: 0 0 5px;
  line-height: 1.33em;
}

@media (max-width: 991px) {
  .contact-page .contact-main-content .contact-info p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .contact-page .contact-main-content .contact-info p {
    font-size: 15px;
  }
}

.contact-page .contact-main-content .map-concate-form {
  margin-bottom: 800px;
  position: relative;
}

@media (max-width: 991px) {
  .contact-page .contact-main-content .map-concate-form {
    margin-bottom: 750px;
  }
}

@media (max-width: 767px) {
  .contact-page .contact-main-content .map-concate-form {
    margin-bottom: 0;
  }
}

.contact-page .contact-main-content .map {
  height: 600px;
}

@media (max-width: 767px) {
  .contact-page .contact-main-content .map {
    height: 350px;
  }
}

.contact-page .contact-main-content .contact-form {
  width: 100%;
  position: absolute;
  top: 20px;
}

@media (max-width: 767px) {
  .contact-page .contact-main-content .contact-form {
    position: static;
  }
}

.contact-page .contact-main-content .contact-form > .container > .row {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 5px #cccccc;
  -moz-box-shadow: 0 0 10px 5px #cccccc;
  -o-box-shadow: 0 0 10px 5px #cccccc;
  -ms-box-shadow: 0 0 10px 5px #cccccc;
  box-shadow: 0 0 10px 5px #cccccc;
}

@media (max-width: 767px) {
  .contact-page .contact-main-content .contact-form > .container > .row {
    box-shadow: none;
  }
  .contact-page .contact-main-content .contact-form > .container > .row > .col {
    clear: both;
    border-top: 5px solid #ff7e00;
  }
}

.contact-page .contact-main-content .contact-form .form-inner {
  text-align: center;
  padding: 60px 15px 65px;
}

@media (max-width: 991px) {
  .contact-page .contact-main-content .contact-form .form-inner {
    padding: 50px 45px 30px;
  }
}

.contact-page .contact-main-content .contact-form .form-inner h3 {
  font-size: 25px;
  border-bottom: 1px solid #cccccc;
  margin: 0;
  padding: 0 0 1.17em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .contact-page .contact-main-content .contact-form .form-inner h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .contact-page .contact-main-content .contact-form .form-inner h3 {
    font-size: 20px;
  }
}

.contact-page .contact-main-content .contact-form .form {
  margin-top: 70px;
}

@media (max-width: 991px) {
  .contact-page .contact-main-content .contact-form .form {
    margin-top: 40px;
  }
}

.contact-page .contact-main-content .contact-form .form input,
.contact-page .contact-main-content .contact-form .form textarea {
  background-color: #e6e6e6;
  height: auto;
  border: 0 !important;
  padding: 15px 25px;
  box-shadow: none;
}

@media (max-width: 767px) {
  .contact-page .contact-main-content .contact-form .form input,
  .contact-page .contact-main-content .contact-form .form textarea {
    padding: 10px 15px;
  }
}

.contact-page .contact-main-content .contact-form .form textarea {
  height: 158px;
}

.contact-page .contact-main-content .contact-form .form > div {
  margin-bottom: 35px;
}

.contact-page .contact-main-content .contact-form .form > div:last-child {
  margin-bottom: 0;
}

.contact-page .contact-main-content .contact-form .form .theme-btn {
  padding: 20px 50px;
  box-shadow: none;
}

@media (max-width: 767px) {
  .contact-page .contact-main-content .contact-form .form .theme-btn {
    padding: 15px 35px;
  }
}

.contact-page .contact-main-content .contact-form .form .error {
  display: block;
  font-size: 15px;
  font-weight: normal;
  color: #ff7e00;
  text-align: left;
  margin-top: 5px;
}

.contact-page .contact-main-content .contact-form .form #loader {
  display: none;
}

.contact-page .contact-main-content .contact-form .form #success,
.contact-page .contact-main-content .contact-form .form #error {
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  display: none;
}

@media (max-width: 767px) {
  .contact-page .contact-main-content .contact-form .form #success,
  .contact-page .contact-main-content .contact-form .form #error {
    font-size: 15px;
  }
}

.contact-page .contact-main-content .contact-form .form #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}

.contact-page .contact-main-content .contact-form .form #error {
  background-color: #ff1a1a;
  border-left: 5px solid #ff7e00;
}

/*--------------------------------------------------------------
	about page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#17.0	page-title
--------------------------------------------------------------*/
.about-page .page-title-bg {
  background: url("../images/about-shiras-consultancy.jpg") center center/cover no-repeat local;
}

/*--------------------------------------------------------------
#17.1	about-details
--------------------------------------------------------------*/
/*** about details ***/
.about-us-st {
  background-color: #f7f7f7;
  /*** accordian ***/
  /*** right col ***/
}

.about-us-st h2 {
  font-size: 36px;
  margin: 0 0 100px;
  text-align: center;
}

@media (max-width: 767px) {
  .about-us-st h2 {
    font-size: 28px;
    margin: 0 0 40px;
  }
}

.about-us-st h2 span {
  color: #ff7e00;
}

.about-us-st .company {
  margin-bottom: 25px;
}

.about-us-st .company h3 {
  font-size: 27px;
  margin: 0 0 0.2em;
}

.about-us-st .company h3 span {
  color: #ff7e00;
}

@media (max-width: 767px) {
  .about-us-st .company h3 {
    font-size: 22px;
  }
}

.about-us-st .company > span {
  font-size: 16px;
  color: #bfbfbf;
  letter-spacing: 0.5px;
}

.about-us-st .company + p {
  margin-bottom: 1.67em;
}

.about-us-st #accordion .panel-default {
  border: 0;
  border-radius: 0;
  margin: 0 0 10px;
  -webkit-box-shadow: 0 0 10px 0 #cccccc;
  -moz-box-shadow: 0 0 10px 0 #cccccc;
  -o-box-shadow: 0 0 10px 0 #cccccc;
  -ms-box-shadow: 0 0 10px 0 #cccccc;
  box-shadow: 0 0 10px 0 #cccccc;
}

.about-us-st #accordion .panel-default:last-child {
  margin: 0;
}

.about-us-st #accordion .panel-heading {
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.about-us-st #accordion .panel-heading:hover {
  background-color: #ff7e00;
}

.about-us-st #accordion .panel-heading:hover a {
  color: #fff;
}

.about-us-st #accordion .panel-heading a {
  display: block;
  color: #828791;
  font-weight: bold;
  position: relative;
}

.about-us-st #accordion .panel-heading a i {
  position: absolute;
  right: 0;
  top: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.about-us-st #accordion .current .panel-heading {
  background-color: #ff7e00;
}

.about-us-st #accordion .current .panel-heading a {
  color: #fff;
}

.about-us-st #accordion .current .panel-heading i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.about-us-st #accordion .panel-body {
  border: 0;
  padding: 25px 25px 15px 130px;
  position: relative;
}

@media (max-width: 991px) {
  .about-us-st #accordion .panel-body {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .about-us-st #accordion .panel-body {
    position: static;
    padding: 25px 15px 15px;
  }
  .about-us-st #accordion .panel-body .img-holder {
    margin-bottom: 10px;
  }
}

.about-us-st #accordion .panel-body .img-holder {
  width: 70px;
  position: absolute;
  left: 25px;
}

@media (max-width: 767px) {
  .about-us-st #accordion .panel-body .img-holder {
    position: static;
  }
}

.about-us-st #accordion .panel-body p {
  font-size: 16px;
  line-height: 1.6em;
}

.about-us-st .right-col {
  position: relative;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .about-us-st .right-col {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .about-us-st .right-col {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .about-us-st .right-col .video {
    display: inline-block;
  }
}

.about-us-st .right-col a {
  background-color: #ff7e00;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 35px;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .about-us-st .right-col a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
  }
}

/*--------------------------------------------------------------
#17.2	cta-4
--------------------------------------------------------------*/
.cta-4 {
  padding: 65px 0;
  text-align: center;
}

@media (max-width: 991px) {
  .cta-4 {
    padding: 70px 0;
  }
}

@media (max-width: 991px) {
  .cta-4 .col {
    padding: 0 5px;
  }
}

@media (max-width: 767px) {
  .cta-4 .col {
    padding: 0 15px;
    margin-bottom: 50px;
  }
  .cta-4 .col:last-child {
    margin-bottom: 0;
  }
}

.cta-4 .col > div {
  padding: 0 15px;
}

@media (max-width: 991px) {
  .cta-4 .col > div {
    padding: 0;
  }
}

.cta-4 .icon i {
  color: #ff7e00;
}

.cta-4 .icon i:before {
  font-size: 40px;
}

@media (max-width: 767px) {
  .cta-4 .icon i:before {
    font-size: 28px;
  }
}

.cta-4 h3 {
  font-size: 20px;
  margin: 0.5em 0 0.65em;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .cta-4 h3 {
    font-size: 18px;
  }
}

.cta-4 p {
  color: #3d424b;
  margin: 0 0 1.28em;
}

.cta-4 .read-more {
  font-weight: bold;
  color: #ff7e00;
}

/*--------------------------------------------------------------
	event single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#18.0	page-title
--------------------------------------------------------------*/
.event-single-page .page-title-bg {
  background: url("../images/page-title-bg/gallery-3col-pagetitle.html") center center/cover no-repeat local;
}

/*--------------------------------------------------------------
#18.1	event-single-main-content
--------------------------------------------------------------*/
.event-single-page .event-single-main-content {
  background: #f2f2f2;
}

/*** about-event-wrapper ***/
.about-event-wrapper {
  /*** sidebar ***/
  /***about-event ***/
}

@media screen and (min-width: 1200px) {
  .about-event-wrapper > .col {
    margin-left: 49px;
  }
}

.about-event-wrapper .big-photo {
  margin-bottom: 30px;
}

.about-event-wrapper .sidebar .event-info {
  background-color: #fff;
  padding: 25px 30px;
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 30px;
}

.about-event-wrapper .sidebar .event-info ul li {
  display: block;
  color: #333333;
  padding: 14px 0 14px 32px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}

@media (max-width: 767px) {
  .about-event-wrapper .sidebar .event-info ul li {
    padding: 10px 0 10px 32px;
  }
}

.about-event-wrapper .sidebar .event-info ul li i {
  color: #ff7e00;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-event-wrapper .sidebar .event-info ul li i:before {
  font-size: 17px;
}

.about-event-wrapper .sidebar .event-info ul li:last-child {
  border-bottom: 0;
}

.about-event-wrapper .sidebar .event-map {
  height: 270px;
}

.about-event-wrapper .sidebar .event-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.about-event-wrapper .about-event {
  background-color: #fff;
  border-bottom: 2px solid #e6e6e6;
  padding: 60px 70px;
}

@media (max-width: 991px) {
  .about-event-wrapper .about-event {
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .about-event-wrapper .about-event {
    padding: 40px 25px;
  }
}

.about-event-wrapper .about-event h2 {
  width: 70%;
  font-size: 30px;
  color: #1f1f1f;
  margin: 0 0 0.72em;
  float: left;
}

@media (max-width: 767px) {
  .about-event-wrapper .about-event h2 {
    width: 100%;
    float: none;
    font-size: 25px;
  }
}

.about-event-wrapper .about-event .social {
  width: 30%;
  float: right;
  overflow: hidden;
}

@media (max-width: 767px) {
  .about-event-wrapper .about-event .social {
    width: 100%;
    float: none;
  }
}

.about-event-wrapper .about-event .social ul {
  float: right;
}

@media (max-width: 767px) {
  .about-event-wrapper .about-event .social ul {
    float: none;
    margin-bottom: 25px;
  }
}

.about-event-wrapper .about-event .social ul li {
  display: inline-block;
  font-size: 22px;
  margin-right: 3px;
}

@media (max-width: 767px) {
  .about-event-wrapper .about-event .social ul li {
    font-size: 18px;
  }
}

.about-event-wrapper .about-event .social ul li:last-child {
  margin-right: 0;
}

.about-event-wrapper .about-event .social ul li:first-child a {
  color: #00529c;
}

.about-event-wrapper .about-event .social ul li:nth-child(2) a {
  color: #00acee;
}

.about-event-wrapper .about-event .social ul li:nth-child(3) a {
  color: #d84d31;
}

.about-event-wrapper .about-event .social ul li:last-child a {
  color: #0071ad;
}

.about-event-wrapper .about-event .content {
  clear: both;
}

.about-event-wrapper .about-event .content p {
  line-height: 1.65em;
  margin-bottom: 1.5em;
}

.about-event-wrapper .about-event .para-with-img {
  position: relative;
  padding-right: 250px;
}

@media (max-width: 767px) {
  .about-event-wrapper .about-event .para-with-img {
    padding-right: 0;
  }
}

.about-event-wrapper .about-event .para-with-img > span {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  .about-event-wrapper .about-event .para-with-img > span {
    position: static;
  }
}

.about-event-wrapper .about-event .para-with-img > span img {
  position: relative;
  z-index: 10;
}

.about-event-wrapper .about-event .para-with-img > span:before {
  content: "";
  background-color: #ff7e00;
  width: 100%;
  height: 90%;
  position: absolute;
  left: -8px;
  bottom: -8px;
}

@media (max-width: 767px) {
  .about-event-wrapper .about-event .para-with-img > span:before {
    display: none;
  }
}

.about-event-wrapper .about-event .theme-btn {
  padding: 15px 25px;
  text-transform: capitalize;
  font-size: 16px;
  box-shadow: none;
  font-weight: bold;
  margin-top: 13px;
}

@media (max-width: 767px) {
  .about-event-wrapper .about-event .theme-btn {
    font-size: 15px;
    padding: 12px 20px;
    margin-top: 30px;
  }
}

.about-event-wrapper .other-events {
  margin-top: 33px;
  overflow: hidden;
}

.about-event-wrapper .other-events a {
  display: block;
  background-color: #fff;
  width: 300px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #ff7e00;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  border-bottom: 2px solid #e6e6e6;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .about-event-wrapper .other-events a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
}

.about-event-wrapper .other-events a:hover {
  color: #e04504;
}

.about-event-wrapper .other-events > a:first-child {
  float: left;
}

.about-event-wrapper .other-events > a:last-child {
  float: right;
}

/*** sponsor ***/
.sponsor {
  background-color: #15181d;
  position: relative;
}

.sponsor:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-bottom: 1px solid #000;
}

.sponsor .left-col {
  background: #ff7e00 url("../images/event-single/sponsor-bg.html") center center/cover no-repeat local;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .sponsor .left-col {
    width: 487px;
  }
}

@media (max-width: 991px) {
  .sponsor .left-col {
    display: none;
  }
}

.sponsor .left-col h2 {
  font-size: 32px;
  color: #fff;
  margin: 0;
  padding: 2.7em 0 0;
}

@media (max-width: 991px) {
  .sponsor .left-col h2 {
    padding: 0;
  }
}

.sponsor .right-col {
  position: relative;
  padding: 0;
}

@media screen and (min-width: 1200px) {
  .sponsor .right-col {
    width: 682px;
  }
}

.sponsor .right-col:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-left: 1px solid #000;
}

.sponsor .sponsor-slider {
  text-align: center;
}

.sponsor .sponsor-slider img {
  width: auto !important;
  display: inline-block;
  -webkit-transform: scale3d(0.9, 0.9, 1);
  -moz-transform: scale3d(0.9, 0.9, 1);
  -o-transform: scale3d(0.9, 0.9, 1);
  -ms-transform: scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1);
}

@media (max-width: 450px) {
  .sponsor .sponsor-slider img {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.sponsor .sponsor-slider .center img {
  -webkit-transform: scale3d(1.3, 1.3, 1);
  -moz-transform: scale3d(1.3, 1.3, 1);
  -o-transform: scale3d(1.3, 1.3, 1);
  -ms-transform: scale3d(1.3, 1.3, 1);
  transform: scale3d(1.3, 1.3, 1);
}

@media (max-width: 450px) {
  .sponsor .sponsor-slider .center img {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.sponsor .sponsor-slider .owl-stage {
  padding: 65px 0;
}

.sponsor .sponsor-slider .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sponsor .sponsor-slider .owl-nav .owl-prev,
.sponsor .sponsor-slider .owl-nav .owl-next {
  background-color: transparent;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #ff7e00;
  padding: 0;
  border: 1px solid #ff7e00;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: -13px;
}

.sponsor .sponsor-slider .owl-nav .owl-next {
  left: auto;
  right: 0;
}

.sponsor .sponsor-slider .owl-nav .owl-prev:hover,
.sponsor .sponsor-slider .owl-nav .owl-next:hover {
  background-color: #ff7e00;
  color: #fff;
}

/*--------------------------------------------------------------
	error 404 page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#19.0	error-404-content
--------------------------------------------------------------*/
.error-404-page {
  text-align: center;
}

.error-404-content {
  padding: 140px 0;
}

@media (max-width: 991px) {
  .error-404-content {
    padding: 100px 0;
  }
  .error-404-content img {
    width: 150px;
  }
}

@media (max-width: 767px) {
  .error-404-content {
    padding: 80px 0;
  }
  .error-404-content img {
    width: 100px;
  }
}

.error-404-content h1 {
  font-size: 72px;
  font-weight: bold;
  color: #ff7e00;
  margin: 0;
}

@media (max-width: 991px) {
  .error-404-content h1 {
    font-size: 55px;
  }
}

@media (max-width: 767px) {
  .error-404-content h1 {
    font-size: 45px;
  }
}

.error-404-content p {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin: 0 0 1em;
}

@media (max-width: 991px) {
  .error-404-content p {
    font-size: 18px;
  }
}

.error-404-content .theme-btn {
  font-size: 24px;
  font-weight: bold;
  padding: 18px 65px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .error-404-content .theme-btn {
    font-size: 16px;
    padding: 15px 50px;
  }
}

@media (max-width: 767px) {
  .error-404-content .theme-btn {
    padding: 13px 35px;
  }
}

/*--------------------------------------------------------------
#19.1	search-something
--------------------------------------------------------------*/
.search-something {
  background-color: #15181d;
  padding: 80px 0;
}

.search-something .form-control {
  background-color: transparent;
  font-size: 18px;
  color: #b8bbc1;
  padding: 14px 20px;
  height: auto;
  border-color: #ff7e00;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 991px) {
  .search-something .form-control {
    font-size: 16px;
    padding: 10px 20px;
  }
}

.search-something .theme-btn {
  font-size: 18px;
  font-weight: bold;
  padding: 22px 50px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .search-something .theme-btn {
    font-size: 16px;
    padding: 17px 30px;
  }
}

@media (max-width: 767px) {
  .search-something .theme-btn {
    margin-top: 20px;
  }
}

/*--------------------------------------------------------------
	home page style two
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#20.0	urgent-donation
--------------------------------------------------------------*/
.urgent-donation-s2 {
  background-color: #ff7e00;
}

/*** donation detalis ***/
.urgent-donation-s2 .donation-details-wrapper {
  background: url("../images/home-2-urgent-donation.html") center center/cover no-repeat local;
  padding: 125px 0;
  position: relative;
}

@media (max-width: 991px) {
  .urgent-donation-s2 .donation-details-wrapper {
    border-top: 5px solid #ff7e00;
  }
}

@media (max-width: 767px) {
  .urgent-donation-s2 .donation-details-wrapper {
    padding: 60px 0;
  }
}

.urgent-donation-s2 .donation-details-wrapper:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.urgent-donation-s2 .donation-details-wrapper .donation-details {
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 1200px) {
  .urgent-donation-s2 .donation-details-wrapper .donation-details {
    width: 600px;
    margin: 0 auto;
  }
}

@media (max-width: 1199px) {
  .urgent-donation-s2 .donation-details-wrapper .donation-details {
    padding: 0 45px;
  }
}

@media (max-width: 767px) {
  .urgent-donation-s2 .donation-details-wrapper .donation-details {
    padding: 0 15px;
  }
}

.urgent-donation-s2 .donation-details-wrapper h2 {
  font-size: 36px;
  color: #fff;
  margin: 0 0 0.28em;
}

@media (max-width: 767px) {
  .urgent-donation-s2 .donation-details-wrapper h2 {
    font-size: 25px;
  }
}

.urgent-donation-s2 .donation-details-wrapper h2 + span {
  color: #ff7e00;
  font-weight: bold;
  display: block;
  margin-bottom: 1em;
}

.urgent-donation-s2 .donation-details-wrapper p {
  font-family: "Noto Sans", sans-serif;
  color: #fff;
  margin: 0 0 2.2em;
}

@media (max-width: 767px) {
  .urgent-donation-s2 .donation-details-wrapper .theme-btn-s2 {
    margin-bottom: 5px;
  }
}

/*** donation meter part ***/
.urgent-donation-s2 .donation-meter-wrapper {
  padding: 90px 0 0 70px;
}

@media screen and (min-width: 1200px) {
  .urgent-donation-s2 .donation-meter-wrapper {
    width: 485px;
    margin: 0 auto;
  }
}

@media (max-width: 1199px) {
  .urgent-donation-s2 .donation-meter-wrapper {
    padding: 90px 0 0 35px;
  }
}

@media (max-width: 991px) {
  .urgent-donation-s2 .donation-meter-wrapper {
    width: 485px;
    margin: 0 auto;
    padding: 90px 35px;
  }
}

@media (max-width: 767px) {
  .urgent-donation-s2 .donation-meter-wrapper {
    width: 400px;
    padding: 50px 15px;
  }
}

@media (max-width: 400px) {
  .urgent-donation-s2 .donation-meter-wrapper {
    width: 100%;
  }
}

/*** donation meter ***/
.urgent-donation-s2 .donation-meter-details > div {
  display: inline-block;
  text-align: center;
}

@media (max-width: 400px) {
  .urgent-donation-s2 .donation-meter-details > div {
    display: block;
    text-align: center;
  }
}

.urgent-donation-s2 .donation-meter-details .raised span,
.urgent-donation-s2 .donation-meter-details .goal span {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .urgent-donation-s2 .donation-meter-details .raised span,
  .urgent-donation-s2 .donation-meter-details .goal span {
    font-size: 12px;
  }
}

.urgent-donation-s2 .donation-meter-details .raised h3,
.urgent-donation-s2 .donation-meter-details .goal h3 {
  font-size: 24px;
  color: #000;
  margin: 0;
}

@media (max-width: 767px) {
  .urgent-donation-s2 .donation-meter-details .raised h3,
  .urgent-donation-s2 .donation-meter-details .goal h3 {
    font-size: 20px;
  }
}

.urgent-donation-s2 .donation-meter-details .meter2 {
  width: 60%;
  position: relative;
}

@media (max-width: 400px) {
  .urgent-donation-s2 .donation-meter-details .meter2 {
    width: 100%;
    margin: 25px 0;
  }
}

.urgent-donation-s2 .donation-meter-details .meter2 span {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .urgent-donation-s2 .donation-meter-details .meter2 span {
    font-size: 27px;
  }
}

.urgent-donation-s2 .donation-meter-details .meter2 p {
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .urgent-donation-s2 .donation-meter-details .meter2 p {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .urgent-donation-s2 .donation-meter-details .meter2 canvas {
    width: 70%;
    margin: 0 auto;
  }
}

@media (max-width: 400px) {
  .urgent-donation-s2 .donation-meter-details .meter2 canvas {
    width: 50%;
  }
}

.urgent-donation-s2 .donation-form {
  margin-top: 70px;
}

@media (max-width: 400px) {
  .urgent-donation-s2 .donation-form {
    margin-top: 40px;
  }
}

.urgent-donation-s2 .donation-form form {
  overflow: hidden;
}

.urgent-donation-s2 .donation-form form > div:first-child {
  width: 50%;
  float: left;
  text-align: right;
}

.urgent-donation-s2 .donation-form form > div:last-child {
  width: 45%;
  float: left;
  text-align: left;
  margin-left: 5px;
}

@media (max-width: 400px) {
  .urgent-donation-s2 .donation-form form > div {
    width: 100% !important;
    float: none !important;
  }
}

.urgent-donation-s2 .donation-form form input {
  height: auto;
  border: 0;
  padding: 10px 40px;
  font-weight: bold;
  box-shadow: none;
}

.urgent-donation-s2 .donation-form form .theme-btn-s2 {
  font-size: 14px;
  padding: 9px 35px;
  text-transform: uppercase;
}

.urgent-donation-s2 .donation-form form .theme-btn-s2:hover {
  background-color: #fff;
  border-color: white;
}

@media (max-width: 400px) {
  .urgent-donation-s2 .donation-form form .theme-btn-s2 {
    display: block;
    margin: 15px auto 0;
  }
}

/*--------------------------------------------------------------
#20.1	cta-4
--------------------------------------------------------------*/
.home-style-two .cta-4 {
  background-color: #ebebeb;
  padding: 110px 0;
}

@media (max-width: 991px) {
  .home-style-two .cta-4 {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .home-style-two .cta-4 {
    padding: 80px 0;
  }
}

/*--------------------------------------------------------------
#20.2	events-nearby
--------------------------------------------------------------*/
.home-style-two .events-nearby,
.home-style-three .events-nearby {
  padding: 120px 0;
}

@media (max-width: 991px) {
  .home-style-two .events-nearby,
  .home-style-three .events-nearby {
    padding: 80px 0;
  }
}

.home-style-two .events-nearby .section-title-s2 h2,
.home-style-three .events-nearby .section-title-s2 h2 {
  margin: 0 0 0.64em;
}

.home-style-two .events-nearby .event-grid,
.home-style-three .events-nearby .event-grid {
  padding: 5px 15px;
}

.home-style-two .events-nearby .event-grid-wrapper,
.home-style-three .events-nearby .event-grid-wrapper {
  margin: 0 -15px;
}

@media (max-width: 991px) {
  .home-style-two .events-nearby .event-grid-wrapper,
  .home-style-three .events-nearby .event-grid-wrapper {
    margin: 0;
  }
}

.home-style-two .events-nearby .events-nearby-slider .owl-controls,
.home-style-three .events-nearby .events-nearby-slider .owl-controls {
  margin: 50px 0 0;
}

@media (max-width: 991px) {
  .home-style-two .events-nearby .events-nearby-slider .owl-controls,
  .home-style-three .events-nearby .events-nearby-slider .owl-controls {
    margin: 40px 0 0;
  }
}

.home-style-two .events-nearby .owl-dots span,
.home-style-three .events-nearby .owl-dots span {
  width: 12px;
  height: 12px;
  margin: 0 12px 0 0;
}

.home-style-two .events-nearby .owl-dots .active span,
.home-style-two .events-nearby .owl-dots span:hover,
.home-style-three .events-nearby .owl-dots .active span,
.home-style-three .events-nearby .owl-dots span:hover {
  background-color: #ff7e00;
}

/*** others ***/
.home-style-two .popular-campaign .theme-btn-s2 {
  border-color: #ff7e00;
  color: #ff7e00;
}

.home-style-two .popular-campaign .theme-btn-s2:hover {
  background-color: #ff7e00;
  color: #fff;
}

.home-style-two .cta-2 .join-us:before {
  display: none;
}

/*--------------------------------------------------------------
	home page style three
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#21.0	urgent-donation
--------------------------------------------------------------*/
.home-style-three .urgent-donation {
  padding: 0;
  margin-top: -100px;
}

@media (max-width: 991px) {
  .home-style-three .urgent-donation {
    margin: 40px 0 0;
  }
}

.home-style-three .urgent-donation .urgent-inner {
  padding: 0;
}

.home-style-three .urgent-donation .urgent-inner .owl-controls {
  position: relative;
  margin: 0;
  height: 1px;
}

@media (max-width: 767px) {
  .home-style-three .urgent-donation .urgent-inner .owl-controls {
    margin-top: 25px;
  }
}

.home-style-three .urgent-donation .urgent-inner .owl-controls .owl-nav {
  top: -175px;
}

.home-style-three .urgent-donation .urgent-inner .owl-controls .owl-dots {
  margin: 0;
  padding-top: 0;
}

.home-style-three .urgent-donation .urgent-inner .owl-controls .owl-dots .active span {
  border: 2px solid #000;
}

.home-style-three .urgent-donation .urgent-box {
  background-color: transparent;
}

.home-style-three .urgent-donation .urgent-box .details {
  background-color: #15181d;
}

.home-style-three .urgent-donation .urgent-box .details > span {
  background-color: #fff;
  color: #ff7e00;
}

.home-style-three .urgent-donation .urgent-box .details h2 {
  color: #ff7e00;
}

.home-style-three .urgent-donation .urgent-box .details .remaing-date {
  color: #9da1a9;
}

.home-style-three .urgent-donation .urgent-box .details .progress .progress-bar {
  background-color: #ff7e00;
}

.home-style-three .urgent-donation .urgent-box .details .progress-bar span {
  background-color: #ff7e00;
  color: #fff;
}

.home-style-three .urgent-donation .urgent-box .details .progress-bar span:before {
  border-top-color: #ff7e00;
}

.home-style-three .urgent-donation .urgent-box .details .goal-raised span {
  color: #9da1a9;
}

.home-style-three .urgent-donation .urgent-box .details .goal-raised h4 {
  color: #fff;
}

.home-style-three .urgent-donation .urgent-box .details .form input {
  background-color: #ff7e00;
  color: #fff;
  border-color: #ff7e00;
}

.home-style-three .urgent-donation .urgent-box .details .form input:focus {
  box-shadow: none;
}

.home-style-three .urgent-donation .urgent-box .details .form .theme-btn {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.home-style-three .urgent-donation .urgent-box .details .form .theme-btn:hover {
  background-color: #ff7e00;
  border-color: #ff7e00;
}

.home-style-three .urgent-donation .urgent-box .details .form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: normal;
  color: #fff;
}

.home-style-three .urgent-donation .urgent-box .details .form :-moz-placeholder {
  font-style: 14px;
  font-style: normal;
  color: #fff;
}

.home-style-three .urgent-donation .urgent-box .details .form ::-moz-placeholder {
  font-style: 14px;
  font-style: normal;
  color: #fff;
}

.home-style-three .urgent-donation .urgent-box .details .form :-ms-input-placeholder {
  font-style: 14px;
  font-style: normal;
  color: #fff;
}

/*--------------------------------------------------------------
#21.1	cta-4
--------------------------------------------------------------*/
.home-style-three .cta-4 {
  background-color: #f2f2f2;
  margin-top: 80px;
}

.home-style-three .cta-4 .col > div {
  background-color: #fff;
  padding: 40px 35px;
}

.home-style-three .cta-2 .join-us:before {
  display: none;
}

.home-style-three .cta-2 .join-us {
  background: url("../images/join-us-bg-2.html") center center/cover no-repeat local;
}

/*--------------------------------------------------------------
#21.1	cta-4
--------------------------------------------------------------*/
.home-style-three .cta-3 {
  background: #000;
  position: relative;
}

.home-style-three .cta-3:before {
  content: "";
  background: url("../images/cta-3-animal.html") center center/cover no-repeat local;
  width: 40%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 991px) {
  .home-style-three .cta-3:before {
    display: none;
  }
}

.home-style-three .cta h2 span {
  color: #ff7e00;
}

/*--------------------------------------------------------------
#21.2	shop slider
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .home-style-three .shop-main-content {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .home-style-three .shop-main-content {
    padding: 70px 0;
  }
}

.home-style-three .latest-product-slider .grid {
  width: auto;
  float: none;
}

.home-style-three .latest-product-slider .owl-controls {
  margin: 0;
}

.home-style-three .latest-product-slider .owl-dots span {
  background-color: #fff;
  width: 12px;
  height: 12px;
  border: 2px solid #000;
  margin: 0 15px 0 0;
}

.home-style-three .latest-product-slider .owl-dot:hover span {
  background-color: #ff7e00;
}

.home-style-three .latest-product-slider .owl-dots .active span {
  width: 15px;
  height: 15px;
  background-color: #ff7e00;
  margin-bottom: -1px;
}

/*** news letter ***/
.home-style-three .newsletter .children-holder {
  background: url("../images/newsletter-elephant.html") center center/cover no-repeat local;
}

/*--------------------------------------------------------------
	home page style four
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#22.0	cta-4
--------------------------------------------------------------*/
.cta-5 {
  background: #f2f2f2;
}

.cta-5 .content > .col > div {
  padding: 55px 35px;
  position: relative;
}

.cta-5 .content > .col > div:before {
  content: "";
  background-color:#ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  .cta-5 .content > .col > div {
    padding: 45px 25px;
  }
}

.cta-5 .content > .col:hover > div:before {
  background-color: rgba(249, 10, 10, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}


.cta-5 .content .col {
  text-align: center;
}

.cta-5 .content .col h3,
.cta-5 .content .col p
{
  color: #474747;
  position: relative;
}

.cta-5 .content .col i {
  color: #ff7e00;
  position: relative;
}

.cta-5 .content .col:hover h3,
.cta-5 .content .col:hover p
{
  color: white;
  position: relative;
}

.cta-5 .content .col:hover i {
  color: white;
  position: relative;
}



.cta-5 .content .col h3 {
  font-size: 24px;
  margin: 0.54em 0 0.58em;
  padding-bottom: 0.54em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .cta-5 .content .col h3 {
    font-size: 20px;
  }
}

.cta-5 .content .col h3:after {
  content: "";
  background: #ff7e00;
  width: 30px;
  height: 6px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}



@media (max-width: 767px) {
  .cta-5 .content .col h3:after {
    height: 4px;
  }
}

.cta-5 .content .col p {
  font-size: 16px;
  margin: 0;
}

.cta-5 .content .col i:before {
  font-size: 20px;
}

@media (max-width: 1199px) {
  .cta-5 .content .col i:before {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .cta-5 .content .col i:before {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .cta-5 .content > .col {
    margin-bottom: 50px;
  }
  .cta-5 .content > .col:last-child {
    margin-bottom: 0;
  }
}

/*--------------------------------------------------------------
#22.1	important-causes
--------------------------------------------------------------*/
.important-causes .more-causes {
  clear: both;
  text-align: center;
  padding-top: 40px;
}

.important-causes .more-causes .theme-btn {
  font-size: 18px;
  padding: 20px;
  text-transform: capitalize;
}

.important-causes-content > .col {
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  .important-causes-content > .col {
    width: 100%;
  }
}

.important-causes-content > .col:first-child .grid {
  background: url("../images/important-causes/img-1.html") center center/cover no-repeat local;
}

.important-causes-content > .col:nth-child(2) .grid {
  background: url("../images/important-causes/img-2.html") center center/cover no-repeat local;
}

.important-causes-content > .col:nth-child(3) .grid {
  background: url("../images/important-causes/img-3.html") center center/cover no-repeat local;
}

.important-causes-content > .col:nth-child(4) .grid {
  background: url("../images/important-causes/img-4.html") center center/cover no-repeat local;
}

.important-causes-content > .col:nth-child(5) .grid {
  background: url("../images/important-causes/img-5.html") center center/cover no-repeat local;
}

.important-causes-content > .col:nth-child(6) .grid {
  background: url("../images/important-causes/img-6.html") center center/cover no-repeat local;
}

/*--------------------------------------------------------------
#22.2	next-event-section
--------------------------------------------------------------*/
.next-event-section {
  background: url("../images/next-event-bg.html") center center/cover no-repeat local;
}

.next-event-section .content {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 110px 135px 120px;
}

@media (max-width: 991px) {
  .next-event-section .content {
    padding: 90px 55px 100px;
  }
}

@media (max-width: 767px) {
  .next-event-section .content {
    padding: 70px 15px 80px;
  }
}

.next-event-section .event-info {
  text-align: center;
}

.next-event-section .event-info h2 {
  font-size: 40px;
  color: #fff;
  margin: 0 0 0.48em;
}

@media (max-width: 991px) {
  .next-event-section .event-info h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .next-event-section .event-info h2 {
    font-size: 25px;
  }
}

.next-event-section .event-info h2 span {
  color: #ff7e00;
}

.next-event-section .event-info ul {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .next-event-section .event-info ul {
    margin-top: 10px;
  }
}

.next-event-section .event-info ul li {
  color: #9da1a9;
  float: left;
  margin-right: 43px;
}

.next-event-section .event-info ul li:last-child {
  margin-right: 0;
}

.next-event-section .event-info ul li i {
  color: #ff7e00;
}

@media (max-width: 767px) {
  .next-event-section .event-info ul li {
    margin-right: 20px;
  }
}

.next-event-section .event-info p {
  margin: 0 0 3.33em;
}

.next-event-section .event-countdown {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .next-event-section .event-countdown {
    padding: 0 80px;
  }
}

@media (max-width: 767px) {
  .next-event-section .event-countdown {
    text-align: center;
  }
}

.next-event-section .event-countdown > div {
  display: inline-block;
}

@media (max-width: 767px) {
  .next-event-section .event-countdown > div {
    float: none !important;
  }
}

.next-event-section .event-countdown > div:first-child {
  float: left;
}

.next-event-section .event-countdown > div:last-child {
  float: right;
}

@media (max-width: 767px) {
  .next-event-section .event-countdown > div:last-child {
    display: block;
    margin-top: 30px;
  }
}

.next-event-section .event-countdown .join .theme-btn-s2 {
  font-size: 18	px;
  font-weight: normal;
  padding: 14px 40px;
  border-color: #ff7e00;
}

@media (max-width: 767px) {
  .next-event-section .event-countdown .join .theme-btn-s2 {
    font-size: 16px;
    padding: 8px 20px;
  }
}

.next-event-section #event-clock .box {
  width: 65px;
}

.next-event-section #event-clock .box > div {
  background-color: #ff7e00;
  padding: 15px 2px;
}

.next-event-section #event-clock .box span {
  background-color: #1a1a1a;
  font-size: 13px;
  font-weight: normal;
  display: block;
  padding: 4px 0;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
#22.3	about style 2
--------------------------------------------------------------*/
.about-st2 .left-col .logo {
  margin-bottom: 27px;
}

.about-st2 .left-col > span {
  display: block;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
}

.about-st2 .content {
  overflow: hidden;
}

@media (max-width: 767px) {
  .about-st2 .content > div {
    float: none !important;
    width: 100% !important;
  }
}

.about-st2 .content .left-col {
  width: 60%;
  float: left;
}

.about-st2 .content .right-col {
  width: 35%;
  float: right;
}

@media (max-width: 767px) {
  .about-st2 .content .right-col {
    width: 320px !important;
    height: 300px !important;
    margin: 50px auto 0;
  }
}

/*--------------------------------------------------------------
#22.4	recent news
--------------------------------------------------------------*/
.home-style-four .recent-news,
.home-style-five .recent-news {
  padding-bottom: 105px;
}

@media (max-width: 991px) {
  .home-style-four .recent-news,
  .home-style-five .recent-news {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .home-style-four .recent-news,
  .home-style-five .recent-news {
    padding-bottom: 40px;
  }
}

@media (max-width: 550px) {
  .home-style-four .recent-news .blog-grid > .col,
  .home-style-five .recent-news .blog-grid > .col {
    width: 100%;
    margin: 0 0 25px;
  }
  .home-style-four .recent-news .blog-grid > .col:last-child,
  .home-style-five .recent-news .blog-grid > .col:last-child {
    margin-bottom: 0;
  }
}

.home-style-four .recent-news .blog-grid > .col:hover .entry-body,
.home-style-five .recent-news .blog-grid > .col:hover .entry-body {
  -webkit-box-shadow: 0 0 25px 0 #cccccc;
  -moz-box-shadow: 0 0 25px 0 #cccccc;
  -o-box-shadow: 0 0 25px 0 #cccccc;
  -ms-box-shadow: 0 0 25px 0 #cccccc;
  box-shadow: 0 0 25px 0 #cccccc;
}

.home-style-four .recent-news .section-title-s3, .home-style-four .recent-news .section-title-single-heading, .home-style-four .recent-news .section-title-s4,
.home-style-five .recent-news .section-title-s3,
.home-style-five .recent-news .section-title-single-heading,
.home-style-five .recent-news .section-title-s4 {
  margin-bottom: 35px;
}

.home-style-four .recent-news .entry-media .img,
.home-style-five .recent-news .entry-media .img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

@media (max-width: 767px) {
  .home-style-four .recent-news .entry-media .img,
  .home-style-five .recent-news .entry-media .img {
    display: block;
  }
}

.home-style-four .recent-news .entry-body,
.home-style-five .recent-news .entry-body {
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.home-style-four .recent-news h3,
.home-style-five .recent-news h3 {
  font-size: 20px;
  line-height: 1.2em;
  margin: 0 0 1em;
  padding-bottom: 0.55em;
  position: relative;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .home-style-four .recent-news h3,
  .home-style-five .recent-news h3 {
    font-size: 16px;
  }
}

.home-style-four .recent-news h3:after,
.home-style-five .recent-news h3:after {
  content: "";
  background-color: #ff7e00;
  width: 35px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.home-style-four .recent-news h3 a,
.home-style-five .recent-news h3 a {
  color: #000;
}

.home-style-four .recent-news h3 a:hover,
.home-style-five .recent-news h3 a:hover {
  color: #ff7e00;
}

@media (max-width: 767px) {
  .home-style-four .recent-news h3,
  .home-style-five .recent-news h3 {
    font-size: 17px;
  }
}

.home-style-four .recent-news .entry-date,
.home-style-five .recent-news .entry-date {
  position: relative;
}

.home-style-four .recent-news .entry-date > div,
.home-style-five .recent-news .entry-date > div {
  background-color: #ff7e00;
  color: #fff;
  padding: 11px 13px;
  text-align: center;
  position: absolute;
  left: 17px;
  top: 0;
}

.home-style-four .recent-news .entry-date > div p,
.home-style-four .recent-news .entry-date > div span,
.home-style-five .recent-news .entry-date > div p,
.home-style-five .recent-news .entry-date > div span {
  color: #fff;
  margin: 0;
}

.home-style-four .recent-news .entry-date > div p,
.home-style-five .recent-news .entry-date > div p {
  font-size: 25px;
  font-weight: bold;
  line-height: 0.7em;
}

.home-style-four .recent-news .entry-date > div span,
.home-style-five .recent-news .entry-date > div span {
  font-size: 9px;
  color: #fff;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
#22.5	fun fact
--------------------------------------------------------------*/
.fun-fact {
  background: #191919 url("../images/fun-fact-bg.html") right center/auto no-repeat local;
  position: relative;
}

@media (max-width: 767px) {
  .fun-fact {
    background-image: none;
    text-align: center;
    padding: 80px 0;
  }
}

@media (max-width: 450px) {
  .fun-fact {
    padding-bottom: 55px;
  }
}

.fun-fact:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.fun-fact .top-part,
.fun-fact .bottom-part {
  position: relative;
}

@media (max-width: 767px) {
  .fun-fact .top-part > .col {
    margin-bottom: 50px;
  }
  .fun-fact .top-part > .col:last-child {
    margin-bottom: 0;
  }
}

.fun-fact .top-part .icon i:before {
  font-size: 55px;
  color: #ff7e00;
}

@media (max-width: 991px) {
  .fun-fact .top-part .icon i:before {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .fun-fact .top-part .icon i:before {
    font-size: 35px;
  }
}

.fun-fact .top-part h3 {
  font-size: 27px;
  font-weight: normal;
  color: #fff;
  margin: 0 0 0.6em;
}

@media (max-width: 991px) {
  .fun-fact .top-part h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .fun-fact .top-part h3 {
    font-size: 18px;
  }
}

.fun-fact .top-part h3 span {
  font-weight: bold;
}

.fun-fact .top-part p {
  color: #fff;
  margin: 0;
}

.fun-fact .bottom-row {
  margin-top: 120px;
}

@media (max-width: 991px) {
  .fun-fact .bottom-row {
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .fun-fact .bottom-row {
    margin-top: 60px;
  }
}

@media (max-width: 450px) {
  .fun-fact .bottom-row > .col {
    width: 50%;
    margin-bottom: 25px;
  }
}

.fun-fact .bottom-row h2 {
  font-size: 50px;
  color: #fff;
  margin: 0 0 0.33em;
}

@media (max-width: 991px) {
  .fun-fact .bottom-row h2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .fun-fact .bottom-row h2 {
    font-size: 30px;
  }
}

.fun-fact .bottom-row span {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .fun-fact .bottom-row span {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .fun-fact .bottom-row span {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
#22.6	gallery style 2
--------------------------------------------------------------*/
.gallery-st2 .section-title-s3, .gallery-st2 .section-title-single-heading, .gallery-st2 .section-title-s4 {
  margin-bottom: 0;
}

.gallery-st2 .gallery-filters li:after {
  display: none;
}

.gallery-st2 .gallery-filters {
  margin-top: 37px;
}

@media (max-width: 991px) {
  .gallery-st2 .gallery-filters {
    margin-top: 15px;
  }
}

@media (max-width: 550px) {
  .gallery-st2 .gallery-filters {
    margin-top: 0;
  }
}

.gallery-st2 .gallery-filters ul li {
  padding: 0;
  margin-right: 24px;
}

.gallery-st2 .gallery-filters ul li:last-child {
  margin-right: 0;
}

@media (max-width: 550px) {
  .gallery-st2 .gallery-filters ul li {
    float: none;
    margin: 0;
    padding: 5px 0 !important;
    border-bottom: 1px solid #b3b3b3;
  }
}

.gallery-st2 .gallery-filters ul li a {
  color: #000;
}

.gallery-st2 .gallery-container {
  margin-right: -9px;
}

.gallery-st2 .gallery-container .box {
  width: 25%;
  padding: 0 9px 9px 0;
}

@media (max-width: 991px) {
  .gallery-st2 .gallery-container .box {
    width: 50%;
  }
}

.gallery-st2 .gallery-container .box > a {
  position: relative;
}

.gallery-st2 .gallery-container .box > a:after,
.gallery-st2 .gallery-container .box > a:before {
  display: none;
}

.gallery-st2 .gallery-container .box:hover .hover-text {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.gallery-st2 .gallery-container .box .hover-text {
  background: rgba(251, 94, 28, 0.9);
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.gallery-st2 .gallery-container .box .hover-text:before {
  content: "+";
  background-color: transparent;
  font-size: 45px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gallery-st2 .gallery-container .box .hover-text > div {
  width: 100%;
  position: absolute;
  bottom: 35px;
}

.gallery-st2 .gallery-container .box .hover-text h3 {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  margin: 0;
  text-transform: capitalize;
}

@media (max-width: 460px) {
  .gallery-st2 .gallery-container .box .hover-text h3 {
    display: none;
  }
}

.gallery-st2 .gallery-container .box .hover-text span {
  color: #fff;
  font-size: 12px;
}

@media (max-width: 460px) {
  .gallery-st2 .gallery-container .box .hover-text span {
    display: none;
  }
}

/*--------------------------------------------------------------
#22.7	testimonials
--------------------------------------------------------------*/
.testimonials {
 background: whitesmoke url("../images/map-shiras.html") center center/auto no-repeat local;
}

.testimonials .client-testimonials img {
  width: auto;
  display: inline-block;
}

.testimonials .client-testimonials .box {
  padding: 40px 10px 10px;
}

.testimonials .client-testimonials .box-inner {
  background-color: #fff;
  text-align: center;
  padding: 70px 50px 40px;
  position: relative;
  -webkit-box-shadow: 0 0 25px 0 #b3b3b3;
  -moz-box-shadow: 0 0 25px 0 #b3b3b3;
  -o-box-shadow: 0 0 25px 0 #b3b3b3;
  -ms-box-shadow: 0 0 25px 0 #b3b3b3;
  box-shadow: 0 0 25px 0 #b3b3b3;
}

@media (max-width: 1199px) {
  .testimonials .client-testimonials .box-inner {
    padding: 60px 30px 30px;
  }
}

.testimonials .client-testimonials .box-inner .img-holder {
  position: absolute;
  left: 50%;
  top: -40px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testimonials .client-testimonials .box-inner h3 {
  font-size: 20px;
  font-weight: normal;
  color: #000;
  margin: 0 0 0.2em;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .testimonials .client-testimonials .box-inner h3 {
    font-size: 17px;
  }
}

.testimonials .client-testimonials .box-inner > span {
  font-size: 15px;
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .testimonials .client-testimonials .box-inner > span {
    font-size: 14px;
  }
}

.testimonials .client-testimonials .box-inner p {
  margin: 0;
  color: #51555c;
}

.testimonials .testimonials-slider .owl-controls {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .testimonials .testimonials-slider .owl-controls {
    margin-top: 40px;
  }
}

.testimonials .testimonials-slider .owl-controls .owl-dot span {
  background-color: #15181d;
  width: 15px;
  height: 5px;
  margin: 0 15px 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

@media (max-width: 767px) {
  .testimonials .testimonials-slider .owl-controls .owl-dot span {
    width: 10px;
  }
}

.testimonials .testimonials-slider .owl-controls .owl-dots .active span {
  background-color: #ff7e00;
  width: 45px;
}

@media (max-width: 767px) {
  .testimonials .testimonials-slider .owl-controls .owl-dots .active span {
    width: 30px;
  }
}

/*--------------------------------------------------------------
#22.8	partner
--------------------------------------------------------------*/
.partner {
  background-color: #ffffff;
  padding: 15px 0;
  border-bottom: 1px solid silver;
}

.partner > .container {
  position: relative;
}

.partner .box {
  text-align: center;
}

.partner .box img {
  display: inline-block;
  width: auto;
}

.partner .partner-slider .owl-controls {
  width: 100%;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.partner .partner-slider .owl-controls .owl-nav .owl-prev,
.partner .partner-slider .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.partner .partner-slider .owl-controls .owl-nav .owl-prev {
  left: 0;
}

.partner .partner-slider .owl-controls .owl-nav .owl-next {
  right: 0;
}

.partner .partner-slider .owl-controls .owl-nav > div {
  background: #ff7e00;
  width: 38px;
  height: 33px;
  line-height: 33px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.partner .partner-slider .owl-controls .owl-nav > div:hover {
  background: #e04504;
}

.home-style-four p {
  font-family: "Noto Sans", sans-serif !important;
}

/*--------------------------------------------------------------
	home page style five
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#23.0	urgent-causes
--------------------------------------------------------------*/
.urgent-causes-wrapper .open-urgent-causes {
  position: relative;
}

.urgent-causes-wrapper .open-urgent-causes #toggle-causes {
  background-color: #ff7e00;
  color: #fff;
  font-size: 17px;
  padding: 6px 8px;
  border: 0;
  outline: 0;
  box-shadow: none;
  position: absolute;
  right: 30px;
  top: 0;
  z-index: 10;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

@media (max-width: 991px) {
  .urgent-causes-wrapper .open-urgent-causes #toggle-causes {
    right: 20px;
  }
}

.urgent-causes-wrapper .open-urgent-causes #toggle-causes i {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.urgent-causes-wrapper .open-urgent-causes .open i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.urgent-causes {
  padding: 63px 0;
  /*** progress bar ***/
  /*** clock ***/
}

@media (max-width: 767px) {
  .urgent-causes {
    padding: 30px 0;
  }
}

.urgent-causes .topic span {
  background-color: #ff7e00;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 16px;
}

@media (max-width: 767px) {
  .urgent-causes .topic span {
    font-size: 14px;
    padding: 5px 15px;
  }
}

.urgent-causes .topic h2 {
  font-size: 30px;
  margin: 0.67em 0 0.73em;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .urgent-causes .topic h2 {
    font-size: 22px;
  }
}

.urgent-causes .topic > a {
  font-size: 16px;
  color: #ff7e00;
  text-transform: uppercase;
  text-decoration: underline;
}

.urgent-causes .goal-raised {
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .urgent-causes .goal-raised {
    margin-top: 30px;
  }
}

.urgent-causes .goal-raised > p {
  display: inline-block;
  color: #333333;
  margin: 0;
  text-transform: uppercase;
}

.urgent-causes .goal-raised > p:last-child {
  float: right;
}

.urgent-causes .progress {
  background-color: #b3b3b3;
  height: 16px;
  margin-bottom: 32px;
  box-shadow: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.urgent-causes .progress-bar {
  background: #ff7e00 url("../images/meter-bg.html") 0 0/auto repeat-x local;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.urgent-causes .progress-bar span {
  display: none;
}

@media (max-width: 767px) {
  .urgent-causes .causes-clock {
    text-align: center;
  }
}

.urgent-causes .causes-clock > div {
  display: inline-block;
  float: left;
}

.urgent-causes .causes-clock > div:first-child {
  position: relative;
  top: 20px;
}

@media (max-width: 767px) {
  .urgent-causes .causes-clock > div:first-child {
    display: none;
  }
}

.urgent-causes .causes-clock > div:last-child {
  float: right;
}

@media (max-width: 767px) {
  .urgent-causes .causes-clock > div:last-child {
    float: none;
    width: 300px;
    margin: 0 auto;
  }
}

.urgent-causes .causes-clock > div:first-child {
  font-size: 18px;
  color: lighter(#000, 20%);
  text-transform: uppercase;
  padding-right: 25px;
}

@media (max-width: 1199px) {
  .urgent-causes .causes-clock > div:first-child {
    position: relative;
    top: 50px;
  }
}

@media (max-width: 991px) {
  .urgent-causes .causes-clock > div:first-child {
    top: 18px;
  }
}

.urgent-causes #causes-end-time > .box {
  background-color: #ff7e00;
  width: 75px;
  height: 75px;
  float: left;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-right: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.urgent-causes #causes-end-time > .box:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .urgent-causes #causes-end-time > .box {
    width: 65px;
    height: 65px;
    margin-right: 10px;
    font-size: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }
}

.urgent-causes #causes-end-time > .box > div {
  background-color: #1a1a1a;
  font-size: 25px;
  font-weight: bold;
  padding: 9px 0;
  color: #ff7e00;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .urgent-causes #causes-end-time > .box > div {
    font-size: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }
}

/*--------------------------------------------------------------
#23.1	main-banar
--------------------------------------------------------------*/
.main-banar {
  background: url("../images/home-5-banar.html") center center/cover no-repeat local;
  height: 600px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .main-banar {
    height: 420px;
  }
}

.main-banar:before {
  content: "";
  background-color: rgba(44, 44, 44, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.main-banar .banar-inner {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .main-banar .banar-inner > .container {
    padding: 0 10px;
  }
}

.main-banar .banar-title > span {
  font-size: 24px;
  color: #ff7e00;
  font-style: italic;
  margin-bottom: 12px;
  display: block;
}

@media (max-width: 767px) {
  .main-banar .banar-title > span {
    font-size: 17px;
  }
}

.main-banar .banar-title h1 {
  font-size: 36px;
  color: #fff;
  margin: 0 0 1.11em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .main-banar .banar-title h1 {
    font-size: 30px;
  }
}

.main-banar .banar-title h1,
.main-banar .banar-title > span,
.main-banar .banar-title .btn {
  opacity: 0;
}

.home-style-five .active-banar-title > span {
  -webkit-animation: slideInUpSlow 1.5s 0.5s forwards;
  animation: slideInUpSlow 1.5s 0.5s forwards;
}

.home-style-five .active-banar-title h1 {
  -webkit-animation: slideInUpSlow 1.5s 0.7s forwards;
  animation: slideInUpSlow 1.5s 0.7s forwards;
}

.home-style-five .active-banar-title .btn {
  -webkit-animation: slideInUpSlow 1.5s 1s forwards;
  animation: slideInUpSlow 1.5s 1s forwards;
}

/*--------------------------------------------------------------
#23.2	cta-5
--------------------------------------------------------------*/
.home-style-five .cta-5 {
  background-color: #f0f0f0;
  background-image: none;
}

.home-style-five .cta-5 .content > .col > div {
  background: none;
  padding: 0;
}

.home-style-five .cta-5 .content > .col > div:before {
  display: none;
}

.home-style-five .cta-5 .content .col h3 {
  color: #3d424b;
}

.home-style-five .cta-5 .content .col h3:after {
  background-color: #ff7e00;
}

.home-style-five .cta-5 .content .col p {
  color: #828791;
}

.home-style-five .cta-5 .content .col i:before {
  color: #ff7e00;
}

/*--------------------------------------------------------------
#23.3	important-causes
--------------------------------------------------------------*/
.home-style-five .important-causes {
  /*** recent one ***/
}

.home-style-five .important-causes .important-causes-content > .col:first-child .grid {
  background: url("../images/important-causes/img-2.html") center center/cover no-repeat local;
}

.home-style-five .important-causes .important-causes-content > .col:nth-child(2) .grid {
  background: url("../images/important-causes/img-3.html") center center/cover no-repeat local;
}

.home-style-five .important-causes .important-causes-content > .col:nth-child(3) .grid {
  background: url("../images/important-causes/img-5.html") center center/cover no-repeat local;
}

.home-style-five .important-causes .important-causes-content > .col:nth-child(4) .grid {
  background: url("../images/important-causes/img-6.html") center center/cover no-repeat local;
}

@media (max-width: 991px) {
  .home-style-five .important-causes .left-col {
    margin-bottom: 50px;
  }
}

.home-style-five .important-causes .recent-one .img-holder img,
.home-style-five .important-causes .recent-one .img-holder,
.home-style-five .important-causes .recent-one .img-holder:before {
  border-radius: 0 !important;
}

@media (max-width: 991px) {
  .home-style-five .important-causes .recent-one .img-progress {
    max-width: 370px;
  }
}

.home-style-five .important-causes .recent-one .progress {
  margin: 0;
  height: 12px;
}

.home-style-five .important-causes .recent-one .content-details {
  margin-top: 30px;
}

.home-style-five .important-causes .recent-one .content-details > span {
  background-color: #151515;
  color: #fff;
  font-size: 16px;
  padding: 8px 15px;
}

@media (max-width: 767px) {
  .home-style-five .important-causes .recent-one .content-details > span {
    font-size: 14px;
    padding: 5px 12px;
  }
}

.home-style-five .important-causes .recent-one .content-details h3 {
  font-size: 26px;
  color: #333333;
  margin: 0.73em 0 0.2em;
}

@media (max-width: 767px) {
  .home-style-five .important-causes .recent-one .content-details h3 {
    font-size: 20px;
  }
}

.home-style-five .important-causes .recent-one .content-details ul {
  margin-top: 18px;
}

.home-style-five .important-causes .recent-one .content-details ul li {
  display: inline-block;
  margin-right: 40px;
}

.home-style-five .important-causes .recent-one .content-details ul li:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .home-style-five .important-causes .recent-one .content-details ul li {
    margin-right: 20px;
  }
}

.home-style-five .important-causes .recent-one .content-details ul li h5 {
  font-size: 25px;
  color: #ff7e00;
  margin: 0;
}

@media (max-width: 767px) {
  .home-style-five .important-causes .recent-one .content-details ul li h5 {
    font-size: 20px;
  }
}

.home-style-five .important-causes .recent-one .content-details ul li span {
  font-size: 15px;
  color: #828791;
}

@media (max-width: 767px) {
  .home-style-five .important-causes .recent-one .content-details ul li span {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
#23.4	events-nearby-s2
--------------------------------------------------------------*/
.events-nearby-s2 {
  position: relative;
  padding-bottom: 110px;
  /*** left-col ***/
  /*** right-col ***/
  /*** tab items ***/
  /*** tab content ***/
  /*** slider controls ***/
}

@media (max-width: 991px) {
  .events-nearby-s2 {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .events-nearby-s2 {
    padding-bottom: 60px;
  }
}

.events-nearby-s2:before {
  content: "";
  background-color: #e5e5e5;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.events-nearby-s2 > .container {
  position: relative;
}

.events-nearby-s2 .left-col {
  padding-top: 85px;
}

@media (max-width: 991px) {
  .events-nearby-s2 .left-col {
    padding-top: 0;
    margin-bottom: 50px;
  }
}

.events-nearby-s2 .left-col > i:before {
  font-size: 60px;
  color: #ff7e00;
}

@media (max-width: 991px) {
  .events-nearby-s2 .left-col > i:before {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .events-nearby-s2 .left-col > i:before {
    font-size: 30px;
  }
}

.events-nearby-s2 .left-col h2 {
  font-size: 36px;
  font-weight: normal;
  color: #fff;
  margin: 0.3em 0 0.28em;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .events-nearby-s2 .left-col h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .events-nearby-s2 .left-col h2 {
    font-size: 25px;
  }
}

.events-nearby-s2 .left-col p {
  color: #fff;
  margin: 0;
}

@media screen and (min-width: 1200px) {
  .events-nearby-s2 .right-col {
    padding-left: 70px;
  }
}

.events-nearby-s2 .right-col .nav-tabs {
  text-align: center;
  border-bottom: 2px solid #ff7e00;
  margin-bottom: 36px;margin-top:30px;
}

.events-nearby-s2 .right-col .nav-tabs > li {
  float: none;
  display: inline-block;
}

.events-nearby-s2 .right-col .nav-tabs > li a {
  font-size: 18px;
  color: #474747;
  border: 0 !important;
}

@media (max-width: 767px) {
  .events-nearby-s2 .right-col .nav-tabs > li a {
    font-size: 16px;
  }
}

.events-nearby-s2 .right-col .nav-tabs .active a,
.events-nearby-s2 .right-col .nav-tabs > li:hover a {
  background-color: #ff7e00;
  color:white;
}

.events-nearby-s2 .right-col .tab-pane {
  overflow: hidden;
}

.events-nearby-s2 .right-col .tab-pane .box-wrapper {
  padding: 0 40px;
}

@media (max-width: 1199px) {
  .events-nearby-s2 .right-col .tab-pane .box-wrapper {
    padding: 0 20px;
  }
}

.events-nearby-s2 .right-col .tab-pane .box {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.events-nearby-s2 .right-col .tab-pane .box:hover .events-header:before,
.events-nearby-s2 .right-col .tab-pane .box:hover .theme-btn {
  visibility: visible;
  opacity: 1;
  top: 50%;
}

.events-nearby-s2 .right-col .tab-pane .box:hover .events-header:before {
  top: 0% !important;
}

.events-nearby-s2 .right-col .events-header {
  position: relative;
  overflow: hidden;
  margin-left: -1px;
}

.events-nearby-s2 .right-col .events-header:before {
  content: "";
  visibility: hidden;
  opacity: 0;
  top: 20% !important;
  z-index: 10;
  background-color: rgba(128, 128, 128, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.events-nearby-s2 .right-col .events-header img {
  width: 100%;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.events-nearby-s2 .right-col .events-header .theme-btn {
  background-color: #fff;
  color: #ff7e00;
  text-transform: capitalize;
  box-shadow: none;
  position: absolute;
  left: 50%;
  top: 20%;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.events-nearby-s2 .right-col .events-header .theme-btn:hover {
  background-color: #ff7e00;
  color: #fff;
}

.events-nearby-s2 .right-col .events-content {
  padding: 25px 30px;
}

@media (max-width: 767px) {
  .events-nearby-s2 .right-col .events-content {
    padding: 20px;
  }
}

.events-nearby-s2 .right-col .events-content h3 {
  font-size: 22px;
  color: #262626;
  line-height: 1.3em;
  margin: 0 0 0.45em;
}

@media (max-width: 767px) {
  .events-nearby-s2 .right-col .events-content h3 {
    font-size: 18px;
  }
}

.events-nearby-s2 .right-col .events-content ul li {
  font-size: 14px;
  color: #666666;
  padding-left: 25px;
  position: relative;
  margin-bottom: 8px;
}

.events-nearby-s2 .right-col .events-content ul li:last-child {
  margin-bottom: 0;
}

.events-nearby-s2 .right-col .events-content ul li i {
  position: absolute;
  left: 0;
}

.events-nearby-s2 .right-col .events-content ul li i:before {
  font-size: 14px;
}

.events-nearby-s2 .right-col #volunteers h3 {
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.3em;
  margin: 0 0 0.45em;
}

.events-nearby-s2 .right-col #volunteers p {
  color: #fff;
}

.events-nearby-s2 .right-col .event-s2-slider .owl-controls {
  margin-top: 50px;
}

.events-nearby-s2 .right-col .event-s2-slider .owl-dot span {
  background-color: #fff;
  width: 10px;
  height: 10px;
  margin-right: 12px;
}

.events-nearby-s2 .right-col .event-s2-slider .owl-dots .active span {
  background-color: #ff7e00;
  width: 40px;
}

/*--------------------------------------------------------------
#23.5	about-st3
--------------------------------------------------------------*/
/*** left col ***/
.about-st3 .left-col .logo {
  margin-bottom: 20px;
}

.about-st3 .left-col .logo + span {
  font-size: 17px;
  color: #000;
  display: block;
  margin-bottom: 55px;
}

.about-st3 .left-col .our-location {
  position: relative;
}

.about-st3 .left-col .our-location .location {
  position: absolute;
}

.about-st3 .left-col .our-location .location-one {
  left: 20%;
  top: 20%;
}

.about-st3 .left-col .our-location .location-two {
  right: 20%;
  top: 20%;
}

.about-st3 .left-col .our-location .location-three {
  right: 48%;
  top: 35%;
}

.about-st3 .left-col .our-location .location-four {
  left: 25%;
  top: 65%;
}

.about-st3 .left-col .our-location .location-five {
  left: 50%;
  top: 55%;
}

.about-st3 .left-col .location-btn {
  display: inline-block;
  cursor: pointer;
}

.about-st3 .left-col .location-btn i:before {
  font-size: 45px;
  color: #ff7e00;
}

@media (max-width: 767px) {
  .about-st3 .left-col .location-btn i:before {
    font-size: 35px;
    padding: 10px 15px;
  }
}

.about-st3 .left-col .location:hover .location-info {
  opacity: 1;
  visibility: visible;
  top: -100%;
}

@media (max-width: 767px) {
  .about-st3 .left-col .location:hover .location-info {
    top: -150%;
  }
}

.about-st3 .left-col .location-info {
  background-color: #fff;
  width: 175px;
  border: 1px solid #ff7e00;
  padding: 10px 10px 7px;
  position: absolute;
  top: -120%;
  left: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 0 10px 0 #dbdbdb;
  -moz-box-shadow: 0 0 10px 0 #dbdbdb;
  -o-box-shadow: 0 0 10px 0 #dbdbdb;
  -ms-box-shadow: 0 0 10px 0 #dbdbdb;
  box-shadow: 0 0 10px 0 #dbdbdb;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.about-st3 .left-col .location-info h5 {
  font-size: 16px;
  font-weight: normal;
  text-transform: capitalize;
  margin: 0 0 0.3em;
}

.about-st3 .left-col .location-info ul {
  overflow: hidden;
}

.about-st3 .left-col .location-info ul li {
  float: left;
  font-size: 13px;
  color: #ff7e00;
  position: relative;
  padding-left: 20px;
  margin-right: 10px;
}

.about-st3 .left-col .location-info ul li:last-child {
  margin-right: 0;
}

.about-st3 .left-col .location-info ul li i {
  position: absolute;
  left: 0;
}

.about-st3 .left-col .location-info ul li i:before {
  background-color: #fff !important;
  color: #000;
  font-size: 14px;
}

.about-st3 .left-col .location-info .map-link {
  font-size: 12px;
  color: #ff7e00;
  text-transform: capitalize;
  text-decoration: underline;
}

/*** right col ***/
@media screen and (min-width: 992px) {
  .about-st3 .right-col {
    padding: 80px 0 0 35px;
  }
}

@media (max-width: 991px) {
  .about-st3 .right-col {
    margin-top: 80px;
  }
}

.about-st3 .right-col .panel-group .panel {
  border: 0;
  box-shadow: none;
}

.about-st3 .right-col .panel-group .panel + .panel {
  margin-top: 10px;
}

.about-st3 .right-col .panel-heading {
  background-color: #fff;
  padding: 0;
  -webkit-box-shadow: 0 0 10px 0 #dbdbdb;
  -moz-box-shadow: 0 0 10px 0 #dbdbdb;
  -o-box-shadow: 0 0 10px 0 #dbdbdb;
  -ms-box-shadow: 0 0 10px 0 #dbdbdb;
  box-shadow: 0 0 10px 0 #dbdbdb;
}

.about-st3 .right-col .panel-heading > a {
  font-size: 18px;
  color: #1a1a1a;
  display: block;
  padding: 20px 25px;
  position: relative;
}

.about-st3 .right-col .panel-heading > a:before {
  font-family: "FontAwesome";
  content: "\f067";
  position: absolute;
  right: 22px;
}

@media (max-width: 767px) {
  .about-st3 .right-col .panel-heading > a {
    font-size: 16px;
    padding: 10px 15px;
  }
}

.about-st3 .right-col .panel-body {
  border: 0;
  padding: 15px 25px;
}

.about-st3 .right-col .panel-group .current .panel-heading > a {
  color: #ff7e00;
}

.about-st3 .right-col .panel-group .current .panel-heading > a:before {
  font-family: "FontAwesome";
  content: "\f068";
}

/*# sourceMappingURL=style.css.map */


/*Animation*/
@charset "UTF-8";

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally autho#ff7e00 by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally autho#ff7e00 by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally autho#ff7e00 by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally autho#ff7e00 by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}



/**************************************************
 = custom animation
***************************************************/
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

/*fadeInLeft slow*/
@-webkit-keyframes fadeInLeftSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftSlow {
  -webkit-animation-name: fadeInLeftSlow;
  animation-name: fadeInLeftSlow;
}


/*fadeInRight slow*/
@-webkit-keyframes fadeInRightSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightSlow {
  -webkit-animation-name: fadeInRightSlow;
  animation-name: fadeInRightSlow;
}


/*slideOut slow*/
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation: slideOutLeft 2s cubic-bezier(.26,.92,.47,1) 1.5s alternate forwards;
  animation: slideOutLeft 2s cubic-bezier(.26,.92,.47,1) 1.5s alternate forwards;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation: slideOutRight 2s cubic-bezier(.26,.92,.47,1) 1.5s alternate forwards;
  animation: slideOutRight 2s cubic-bezier(.26,.92,.47,1) 1.5s alternate forwards;
}


@-webkit-keyframes fadeInSlow {
  from {
    opacity: 0;   
  }

  to {
    opacity: 1;   
  }
}

@keyframes fadeInSlow {
  from {
    opacity: 0;   
  }

  to {
    opacity: 1;   
  }
}

.fadeInSlow {
  -webkit-animation: fadeInSlow 3s;
  animation: fadeInSlow 3s;
}


/*** slideInUpSlow   ***/
@-webkit-keyframes slideInUpSlow {
  from {
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes slideInUpSlow {
  from {
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.slideInUpSlow {
  -webkit-animation-name: slideInUpSlow;
  animation-name: slideInUpSlow;
}

/*End Animation*/

/*OWL CAROUSEL*/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.html") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*END OWL CAROUSEL*/

/*OWL THEME*/
.owl-theme .owl-controls{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#ff7e00;color:#fff;text-decoration:none}.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/*END OWL THEME*/

/*OWL TRANSITIONS*/
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x : 50%;
  -webkit-perspective-origin-y : 50%;
  -moz-perspective : 1200px;
  -moz-perspective-origin-x : 50%;
  -moz-perspective-origin-y : 50%;
  perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
/*END OWL TRANSITIONS*/

/*Start SLICK THEME*/
.slick-loading .slick-list
{
    background: #fff url('../images/ajax-loader.html') center center no-repeat;
}


.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: 'â†';
}
[dir='rtl'] .slick-prev:before
{
    content: 'â†’';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: 'â†’';
}
[dir='rtl'] .slick-next:before
{
    content: 'â†';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/*End SLICk THEME*/


/*Menus*/
/* Tr Fun Facts */

.fun-fact-info {
  font-size: 18px;
  color: #989898;
}

.fun-fact-info .icon {
  font-size: 35px;
  margin-bottom: 5px;
}

.fun-fact-info .counter {
  font-size: 48px;
  color: #000;
  font-weight: 800;
}

.faq-box {
  border: 1px solid #d0d7dd;
  border-radius: 5px;
}

.choose-topics {
  color: #989898;
  background:#fdfafa;
}

.choose-topics span {
  display: block;
  padding:0 20px;
}

.tr-faq-tabs {
  margin: 0px 0;
  border-bottom: 0;
}

.tr-faq-tabs li {
  float: none;
  font-size: 15px;
  font-weight: 400;
}
.tr-faq-tabs li:last-child {
  border-bottom: none;
}

.tr-faq-tabs li a {
  color: #333333;
  margin-right: 0;
}

.tr-faq-tabs li a:hover,
.tr-faq-tabs.nav-tabs>li.active>a, 
.tr-faq-tabs.nav-tabs>li.active>a:focus, 
.tr-faq-tabs.nav-tabs>li.active>a:hover {
  border: none;
  background:#333333;
  color:#d2d2d2;
  border-radius: 0px;
}

.find-answer {
  color: #989898;
  font-weight: 300;
}

.find-answer .not-find {
  padding: 25px 30px;
}

.find-answer .not-find p {
  margin-bottom: 0;
}

.find-answer .not-find span {
  display: block;
  margin-bottom: 10px;
}

.find-answer span {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.faq-contact {
  padding: 15px 30px;
  background-color: #f4f7f9;
}

.faq-contact a {
  color: #323c47;
  display: block;
}

.faq-contact i {
  font-size: 20px;
  color: #fff;
  padding: 10px;
  margin-right: 10px;
  border-radius: 100%;
  background-color: #ed1c24;
}

.faq-contact a:hover {
  color: #ed1c24;
}

/* Tr Faq */

.tr-faq .form-control {
  padding-left: 50px;
  height: 65px;
}

.tr-faq .tr-form {
  margin-bottom: 40px;
}

.tr-faq .tr-form button {
  position: absolute;
  left: 15px;
  top: 50%;
  padding: 0;
  line-height: 0;
  margin-top: -15px;
  font-size: 30px;
}

.tr-question {
  color: #989898;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 20px;
  width:800px;
}

.tr-question h2 {
  font-size: 20px;
  color: #5f5d5d;
  margin: 38px 0 20px;
}

.question-number {
  margin-right: 15px;margin-top: 35px;
}

.question-number span {
  color: #ed1c24;
  border: 1px solid #e9eff4;
  background-color: #ffffff; 
  width: 30px;
  height: 30px;
  line-height: 28px;
  display: block;
  text-align: center;
  border-radius: 100%;
  font-weight: 600;
}

.tr-faq .tab-content {
  padding-left: 50px;
}



.about-page .page-title-bg {
  background: url("../images/about-shiras-consultancy.jpg") center center/cover no-repeat local;
}
/*End Menus*/



.single_counter i {
    color: #dc3138;
    display: inline-block;
    font-size: 24px;
}
.single_counter h3 {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 700;color:#e5e5e5;
    padding-left: 8px;
}
.single_counter > p {
    color: #b9b9b9;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding-left: 11px;
    position: relative;
}
.single_counter > p::after {
    background: #dc3138;
    content: "";
    height: 20px;
    left: 2px;
    position: absolute;
    top: 5px;
    width: 3px;
}
.single_counter {
    width:170px;padding-top:40px;
    margin:auto;
}


/*Blog*/
.hrblog-container
{
width:1200px;
height:auto;
margin:auto;
padding:20px;
}
.hrblog-left-wing
{
width:800px;
height:auto;
float:left;
margin:15px;
}
.hrblog-section
{
width:790px;
height:650px;
margin-bottom:20px;    
}
.hrblog-bg
{
width:790px;
height:350px;
background:url(../images/blog/branding.jpg);
border-radius:4px;
padding:8px;
}





.How-HR-Recruitment-Firms-Provide-Better-Solutions
{
width:790px;
height:350px;
background:url(../images/blog/How-HR-Recruitment-Firms-Provide-Better-Solutions.jpg);
border-radius:4px;
padding:8px; 
}

.Top-Efficient-Practices-for-Bulk-Hiring-Recruitment
{
width:790px;
height:350px;
background:url(../images/blog/Mass-Recruiting-Shiras-Top-Consultancy-Bangalore.jpg);
border-radius:4px;
padding:8px; 
}


.Best-Recruitment-Trends-That-Dominate
{
width:790px;
height:350px;
background:url(../images/blog/Best-Recruitment-Trends-That-Dominate.jpg);
border-radius:4px;
padding:8px; 
}


.Challenges-Faced-by-Startups-When-Hiring-Candidates
{
width:790px;
height:350px;
background:url(../images/blog/Challenges-Faced-by-Startups-When-Hiring-Candidates.jpg);
border-radius:4px;
padding:8px; 
}

.Benefits-of-Having-an-HR-Recruiting-Firm
{
width:790px;
height:350px;
background:url(../images/blog/advantages-of-hiring-through-recruitment-agencies.jpg);
border-radius:4px;
padding:8px; 
}


.Tips-for-Selecting-the-Right-Recruitment-Agency-for-You
{
width:790px;
height:350px;
background:url(../images/blog/Selecting-the-Right-Recruitment-Agency-for-You.jpg);
border-radius:4px;
padding:8px; 
}

.Ways-to-Climbing-the-Recruitment-Career-Ladder
{
width:790px;
height:350px;
background:url(../images/Ways-to-Climbing-the-Recruitment-Career-Ladder-Bengaluru.jpg);
border-radius:4px;
padding:8px; 
}



.Effective-Reasons-Why-You-Need-a-Recruitment-and-Selection-Policy
{
width:790px;
height:350px;
background:url(../images/blog/Effective-Reasons-Why-You-Need-a-Recruitment-and-Selection-Policy.jpg);
border-radius:4px;
padding:8px; 
}


.Best-Practices-in-Recruitment-and-Selection-Process
{
width:790px;
height:350px;
background:url(../images/blog/Best-Practices-in-Recruitment-and-Selection-Process.jpg);
border-radius:4px;
padding:8px; 
}

.How-to-Choose-the-Best-HR-Consulting-Agency
{
width:790px;
height:350px;
background:url(../images/blog/How-to-Choose-the-Best-HR-Consulting-Agency.jpg);
border-radius:4px;
padding:8px; 
}

.You-Get-Right-Candidate
{
width:790px;
height:350px;
background:url(../images/blog/5-innovative-ways-to-recruit-top-talent.jpg);
border-radius:4px;
padding:8px; 
}


.How-HR-Departmens-Can-Do-More-by-Doing-Less
{
width:790px;
height:350px;
background:url(../images/blog/How-HR-Departmens-Can-Do-More-by-Doing-Less.jpg);
border-radius:4px;
padding:8px; 
}

.Reasons-Your-Performance-Appraisals-Dont-Work
{
width:790px;
height:350px;
background:url(../images/Reasons-Your-Performance-Appraisals-Dont-Work.jpg);
border-radius:4px;
padding:8px; 
}

.Tips-for-Minimizing-Workplace-Negativity
{
width:790px;
height:350px;
background:url(../images/blog/Tips-for-Decreasing-Workplace-Negativity.jpg);
border-radius:4px;
padding:8px; 
}

.Tips-for-Building-a-Good-Team-Organization
{
width:790px;
height:350px;
background:url(../images/Useful-Tips-for-Building-a-Good-Team-Organization.jpg);
border-radius:4px;
padding:8px; 
}


.Five-tips-to-Manage-Absence-At-Workplace
{
width:790px;
height:350px;
background:url(../images/Five-tips-to-Manage-Absence-At-Workplace.jpg);
border-radius:4px;
padding:8px; 
}

.Improve-Your-Onboarding-Strategy
{
width:790px;
height:350px;
background:url(../images/Improve-Your-Onboarding-Strategy.jpg);
border-radius:4px;
padding:8px; 
}

.Important-Strategies-for-Recruitment-and-Selection-in-HR
{
width:790px;
height:350px;
background:url(../images/Important-Strategies-for-Recruitment-and-Selection-in-HR.jpg);
border-radius:4px;
padding:8px; 
}

.Tips-to-recruit-and-retain-great-talents-in-small-businesses
{
width:790px;
height:350px;
background:url(../images/Tips-to-recruit-and-retain-great-talents-in-small-businesses.jpg);
border-radius:4px;
padding:8px; 
}


.Quick-tips-for-Candidates-about-Executive-Recruiters
{
width:790px;
height:350px;
background:url(../images/Approaching-Executive-Recruiters.jpg);
border-radius:4px;
padding:8px; 
}

.tips-to-finding-Active-Passive-job-candidates
{
width:790px;
height:350px;
background:url(../images/tips-to-finding-Active-Passive-job-candidates.jpg);
border-radius:4px;
padding:8px; 
}


.Mistakes-people-make-while
{
width:790px;
height:350px;
background:url(../images/Shiras-HR-Blog-7-Mistakes-people-make-while-on-a-job-hunt.jpg);
border-radius:4px;
padding:8px; 
}

.Social-Media-helps-in-Job-Search
{
width:790px;
height:350px;
background:url(../images/Shiras-HR-Blog-8-Social-Media-in-Job-Search.jpg);
border-radius:4px;
padding:8px; 
}

.differnce-between-talent-acquistion-and-recruitment
{
  width:790px;
height:350px;
background:url(../images/Difference-between-Talent-Acquisition-and-Recruitment.jpg);
border-radius:4px;
padding:8px;
}
.Artificial-Intelligence-in-Human-Resources
{
  width:790px;
height:350px;
background:url(../images/Artificial-Intelligence-in-Human-Resource-SHIRAS.jpg);
border-radius:4px;
padding:8px; 
}
.smartwork-hard-work
{
  width:790px;
height:350px;
background:url(../images/blog/Hard-Working-Smart-Working-Shiras.jpg);
border-radius:4px;
padding:8px; 
}
.millennials-in-workplace
{
  width:790px;
height:350px;
background:url(../images/Millennials-in-the-workplace.jpg);
border-radius:4px;
padding:8px; 
}
.best-interview-tips
{
  width:790px;
height:350px;
background:url(../images/blog/Best-Interview-Tips.jpg);
border-radius:4px;
padding:8px; 
}
.problem-faced-campus
{
  width:790px;
height:350px;
background:url(../images/blog/Problem-faced-by-Startups-Company-Shiras-HR.jpg);
border-radius:4px;
padding:8px; 
}
.differnce-between-talent-acquistion-and-recruitment-shiras
{
 width:790px;
height:350px;
background:url(../images/blog/Difference-between-Talent-Acquisition-and-Recruitment.jpg);
border-radius:4px;
padding:8px; 
}
.hrblog-bg1
{
width:790px;
height:350px;
background:url(../images/blog/blog.jpg);
border-radius:4px;
padding:8px;
}
.hrblog-bg2
{
width:790px;
height:350px;
background:url(../images/blog/building.jpg);
border-radius:4px;
padding:8px;
}
.hrblog-date
{
width:60px;height:100px;   
}
.hrblog-date-num
{
width:60px;
height:50px;
background:#dc3138;    
}
.hrblog-date-num h4
{
text-align:center;
line-height:2.3em;
color:white;
padding-top:10px;
}
.hrblog-date-month
{
width:60px;
height:30px;
background:white;
}
.hrblog-date-month h5
{
text-align:center;
line-height:1.6em;
padding-top:5px;
color:#dc3138;
}
.hrblog-sub-section
{
width:680px;
height:320px;
margin:auto;
background:white;
margin-top:-50px;
border:2px solid #f7dfe1;    
}
.hrblog-sub-section h1
{
color:#dc3138;
letter-spacing:1px;
font-weight:600;
padding:24px 0px 00px 45px;
font-size:18px;
}
.hrblog-sub-section p
{
padding:10px;
color:#747474;
font-size:14px;
}
.hrblog-icon
{
width:500px;
height:30px;
float:left;
padding:20px;    
}
.hrblog-icon i
{
color:#747474;
margin:5px;
}
.hrblog-icon a
{
font-family: "Poppins", sans-serif;
}
.hrblog-read
{
width:90px;height:auto;
background:#dc3138;
float:right;
margin:10px;    
}
.hrblog-read p
{
color:white;
text-align:center;
font-size:14px;
padding:4px 0px 0px 0px;
}
.hrblog-right-wing
{
width:280px;
height:auto;
float:right;
margin:5px;    
}
.hrblog-right-recent
{
margin-top:50px;    
}
.hrblog-right-line
{
width:260px;
border:1px solid #f3f3f3;
margin-top:20px;    
}
.testimonial-item blockquote {
      background:#fbf8f8;
      border-top: 1px solid #dc3138;
      border-left: none;
      padding: 20px;
      margin: 0;
    }
    blockquote{font-size:14px;}
    .testimonial-item .icon {
      color: #fff;
      font-size: 120px !important;
      line-height: 0;
      position: absolute;
      right: 20px;
      top: 10px;
      z-index: 0;
    }
    .testimonial-review > img {
      background:#FFFFFF;
      border: 1px solid #dc3138;
      border-radius: 50%;
      float: left;
      height: 70px;
      overflow: hidden;
      padding: 2px;
      width: 70px;
    }
    .testimonial-review > h1 {
      float: left;
      color:#555;
      font-size: 14px;
      font-weight: 700;
      line-height: normal;
      margin-top: 15px;
      padding-left: 20px;
    }
    .testimonial-review1 > img {
      background:#FFFFFF;
      border-radius: 4%;
      float: left;
      margin-top:20px;
      height: 40px;
      overflow: hidden;
      padding: 2px;
      width: 70px;
    }
    .testimonial-review1 > h1 {
      float: left;
      color:#555;
      font-size: 14px;
      font-weight: 700;
      line-height: normal;
      margin-top: 20px;
      padding-left: 10px;
    }
    .testimonial-review1 > h5 {
      float: left;
      color:#555;
      font-size: 14px;
      font-weight: 700;
      line-height: normal;
      margin-top: 20px;
      padding-left: 10px;
    }
    .testimonial-item blockquote p {
      margin-bottom: 0;
      font-size: 14px;
      font-family:'poppins';
      font-weight: 400;
      line-height: 21px;
      color: #444;
      position: relative;
      z-index: 10;
      font-style:italic;
      font-weight: 500;
    }
    .testimonial blockquote small {
      display: block;
      line-height: 20px;
      font-size: 12px;
      color: #999999;
      margin-top: 5px;
    }
    .testimonial-review {
      position: relative;
      padding-top: 20px;
    }
    .testimonial-item blockquote:after {
      font-family: FontAwesome;
      content: "\f0D7";
      position: absolute;
      bottom: 4%;
      left: 23px;
      font-size: 40px;
      color:#fbf8f8;
    }
    .testimonial-review small {
      font-size: 13px;
      line-height:18px;
      color: #dc3138;
      display:block;
    }
    .testimonial-review1 small {
      font-size: 13px;
      line-height:18px;
      color: #dc3138;
      display:block;
    }
    #testimonial-carousel {
      margin-top: 25px;
    }
    .testimonial .testimonial-buttons {
      position: absolute;
      right: 0;
      top: -41px;
    }
    .testimonial .testimonial-buttons a {
      background: #f2f2f2;
      margin-left:-3px;
      width:25px;
      font-size:11px;
      height:25px;
      display: inline-block;
      text-align:center;
      line-height:27px;
      color:#bdc3c7;
    }
    .testimonial .testimonial-buttons a:hover {
      background: #f2f2f2;
      color: #555;
    }
.blog-post-container
{
width:1200px;
height:auto;
margin:auto;
padding:20px;
}
.blog-post-section
{
width:800px;
height:auto;
float:left;
margin:15px;
}
.blog-post-article
{
width:790px;
height:auto;
margin-bottom:20px;
}
.blog-post-highlight
{
width:785px;
height:auto;
margin:auto;
background:white;
margin-top:10px;    
}
.blog-post-highlight h1
{
color:#dc3138;
letter-spacing:1px;
font-weight:600;
padding:24px 0px 10px 25px;
font-size:22px
}
.blog-post-highlight h2
{
color:#dc3138;
letter-spacing:1px;
font-weight:600;
padding:24px 0px 10px 25px;
font-size:22px
}
.blog-post-highlight i
{
color:#747474;margin:5px;
}
.paddingblog
{
font-family: "Poppins", sans-serif;
padding-left:25px;
}
.blog-post-highlight blockquote p
{
padding:15px;
color:#747474;
font-size:14px;
background:#fbf5f6 !important;
}
.blog-post-highlight p
{
 padding:10px 0px 00px 25px;
 color:#747474;text-align:justify;
 font-size:14px;   
}
.blog-post-highlight h3
{
color:#dc3138;
letter-spacing:1px;
font-weight:600;
padding:24px 0px 00px 25px;
font-size:16px;
}
.share-art{position:relative;display:block;overflow:hidden;margin:30px 0;padding:15px 0;border-top:1px dotted #f0f0f0;border-bottom:1px dotted #f0f0f0}
.sa-title{display:block;float:left;height:30px;line-height:30px;margin:8px 15px 8px 0;padding:0}
.sa-title strong{font-size:16px;display:block}
.share-art a{float:left;font-size:12px;line-height:30px;color:#fff;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;margin:8px 3px;padding:0 20px;height:30px;min-width:30px;text-align:center}
.share-art a:hover{background-color:#222;color:#fff}
.share-art a i.fa{margin-right:7px;font-size:15px;color:white;}
.share-art .facebook{background-color:#003471}
.share-art .twitter{background-color:#00BFF3}
.share-art .googleplus{background-color:#EA4D29}
.share-art .pinterest{background-color:#C6393D}
.share-art .linkedin{background-color:#0077B5}
/*End Blog*/
             
 blockquote {
    padding: 10px 10px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #ff9c00;;  
    }           
            

@media only screen and (max-width: 435px){
   

.hrblog-container
{
width:300px;
height:auto;
margin:auto;
padding:2px;
}
.hrblog-left-wing
{
width:300px;
height:auto;
float:none;
margin-top:10px 0px 0px 0px;
}
.hrblog-section
{
width:300px;
height:520px;
margin-bottom:20px;    
}





.How-HR-Recruitment-Firms-Provide-Better-Solutions
{
width:280px;
height:124px;
background:url(../images/blog/How-HR-Recruitment-Firms-Provide-Better-Solutions.jpg) ;
border-radius:4px;
padding:8px; 
}

.Top-Efficient-Practices-for-Bulk-Hiring-Recruitment
{
width:280px;
height:124px;
background:url(../images/blog/Mass-Recruiting-Shiras-Top-Consultancy-Bangalore.jpg);
border-radius:4px;
padding:8px; 
}


.Best-Recruitment-Trends-That-Dominate
{
width:280px;
height:124px;
background:url(../images/blog/Best-Recruitment-Trends-That-Dominate.jpg);
border-radius:4px;
padding:8px; 
}


.Challenges-Faced-by-Startups-When-Hiring-Candidates
{
width:280px;
height:124px;
background:url(../images/blog/Challenges-Faced-by-Startups-When-Hiring-Candidates.jpg);
border-radius:4px;
padding:8px; 
}

.Benefits-of-Having-an-HR-Recruiting-Firm
{
width:280px;
height:124px;
background:url(../images/blog/advantages-of-hiring-through-recruitment-agencies.jpg);
border-radius:4px;
padding:8px; 
}

.Tips-for-Selecting-the-Right-Recruitment-Agency-for-You
{
width:280px;
height:124px;
background:url(../images/blog/Selecting-the-Right-Recruitment-Agency-for-You.jpg);
border-radius:4px;
padding:8px; 
}


.Ways-to-Climbing-the-Recruitment-Career-Ladder
{
width:280px;
height:124px;
background:url(../images/Ways-to-Climbing-the-Recruitment-Career-Ladder-Bengaluru.jpg);
border-radius:4px;
padding:8px; 
}

.Effective-Reasons-Why-You-Need-a-Recruitment-and-Selection-Policy
{
width:280px;
height:124px;
background:url(../images/blog/Effective-Reasons-Why-You-Need-a-Recruitment-and-Selection-Policy.jpg);
border-radius:4px;
padding:8px; 
}

.Best-Practices-in-Recruitment-and-Selection-Process
{
width:280px;
height:124px;
background:url(../images/blog/Best-Practices-in-Recruitment-and-Selection-Process.jpg);
border-radius:4px;
padding:8px; 
}

.How-to-Choose-the-Best-HR-Consulting-Agency
{
width:280px;
height:124px;
background:url(../images/blog/How-to-Choose-the-Best-HR-Consulting-Agency.jpg);
border-radius:4px;
padding:8px; 
}

.You-Get-Right-Candidate
{
width:280px;
height:124px;
background:url(../images/blog/5-innovative-ways-to-recruit-top-talent.jpg);
border-radius:4px;
padding:8px; 
}

.How-HR-Departmens-Can-Do-More-by-Doing-Less
{
width:280px;
height:124px;
background:url(../images/blog/How-HR-Departmens-Can-Do-More-by-Doing-Less.jpg);
border-radius:4px;
padding:8px; 
}


.Tips-for-Minimizing-Workplace-Negativity
{
width:280px;
height:124px;
background:url(../images/blog/Tips-for-Decreasing-Workplace-Negativity.jpg);
border-radius:4px;
padding:8px; 
}

.Tips-for-Building-a-Good-Team-Organization
{
width:280px;
height:124px;
background:url(../images/Useful-Tips-for-Building-a-Good-Team-Organization.jpg);
border-radius:4px;
padding:8px; 
}

.Five-tips-to-Manage-Absence-At-Workplace
{
width:280px;
height:124px;
background:url(../images/Five-tips-to-Manage-Absence-At-Workplace.jpg);
border-radius:4px;
padding:8px; 
}

.Improve-Your-Onboarding-Strategy
{
width:280px;
height:124px;
background:url(../images/Improve-Your-Onboarding-Strategy.jpg);
border-radius:4px;
padding:8px; 
}


.Important-Strategies-for-Recruitment-and-Selection-in-HR
{
width:280px;
height:124px;
background:url(../images/Important-Strategies-for-Recruitment-and-Selection-in-HR.jpg);
border-radius:4px;
padding:8px; 
}


.Tips-to-recruit-and-retain-great-talents-in-small-businesses
{
width:280px;
height:124px;
background:url(../images/Tips-to-recruit-and-retain-great-talents-in-small-businesses.jpg);
border-radius:4px;
padding:8px; 
}

.Quick-tips-for-Candidates-about-Executive-Recruiters
{
width:280px;
height:124px;
background:url(../images/Approaching-Executive-Recruiters.jpg);
border-radius:4px;
padding:8px; 
}
.tips-to-finding-Active-Passive-job-candidates
{
width:280px;
height:124px;
background:url(../images/tips-to-finding-Active-Passive-job-candidates.png);
border-radius:4px;
padding:8px; 
}
.Mistakes-people-make-while
{
width:280px;
height:124px;
background:url(../images/blog/Shiras-HR-Blog-7-Mistakes-people-make-while-on-a-job-hunt.png);
border-radius:4px;
padding:0px; 
}

.Social-Media-helps-in-Job-Search
{
width:280px;
height:124px;
background:url(../images/blog/Shiras-HR-Blog-8-Social-Media-in-Job-Search.png);
border-radius:4px;
padding:0px; 
}

.differnce-between-talent-acquistion-and-recruitment
{
  width:280px;
height:124px;
background:url(../images/blog/Difference-between-Talent-Acquisition-and-Recruitment.png);
border-radius:4px;
padding:0px;
}
.Artificial-Intelligence-in-Human-Resources
{
  width:280px;
height:124px;
background:url(../images/blog/Artificial-Intelligence-in-Human-Resource-SHIRAS.png);
border-radius:4px;
padding:0px; 
}
.smartwork-hard-work
{
  width:280px;
height:124px;
background:url(../images/blog/Hard-Working-Smart-Working-Shiras.png);
border-radius:4px;
padding:0px; 
}
.millennials-in-workplace
{
  width:280px;
height:124px;
background:url(../images/blog/Millennials-in-the-workplace.png);
border-radius:4px;
padding:0px; 
}
.best-interview-tips
{
  width:280px;
height:124px;
background:url(../images/blog/Best-Interview-Tips.png);
border-radius:4px;
padding:0px; 
}
.problem-faced-campus
{
  width:280px;
height:124px;
background:url(../images/blog/Problem-faced-by-Startups-Company-Shiras-HR.png);
border-radius:4px;
padding:0px; 
}
.differnce-between-talent-acquistion-and-recruitment-shiras
{
 width:280px;
height:124px;
background:url(../images/blog/Difference-between-Talent-Acquisition-and-Recruitment.png);
border-radius:4px;
padding:0px; 
}
.hrblog-bg
{
width:280px;
height:124px;
background:url(../images/blog/branding.jpg);
border-radius:4px;
padding:0px;
}
.hrblog-bg1
{
width:280px;
height:124px;
background:url(../images/blog/branding.jpg);
border-radius:4px;
padding:0px;
}
.hrblog-bg2
{
width:280px;
height:124px;
background:url(../images/blog/branding.jpg);
border-radius:4px;
padding:0px;
}
.hrblog-date
{
width:60px;height:100px;   
}
.hrblog-date-num
{
width:60px;
height:50px;
background:#dc3138;    
}
.hrblog-date-num h4
{
text-align:center;
line-height:2.3em;
color:white;
padding-top:10px;
}
.hrblog-date-month
{
width:60px;
height:30px;
background:white;
}
.hrblog-date-month h5
{
text-align:center;
line-height:1.6em;
padding-top:5px;
color:#dc3138;
}
.hrblog-sub-section
{
width:280px;
height:auto;
margin:auto;
background:white;
border:0px solid #f7dfe1;    
}
.hrblog-sub-section h1
{
color:#dc3138;
letter-spacing:1px;
font-weight:600;
padding:24px 0px 00px 25px;
font-size:12px;
}
.hrblog-sub-section p
{
padding:2px;
color:#747474;line-height:1.4em;
font-size:11px;
}
.hrblog-icon
{
width:250px;
height:50px;
float:none;
padding:2px;    
}
.hrblog-icon i
{
color:#747474;
margin:5px;
}
.hrblog-icon a
{
font-family: "Poppins", sans-serif;
font-size:12px;
}
.hrblog-read
{
width:50px;height:auto;
background:#dc3138;
float:right;
margin:0px;    
}
.hrblog-read p
{
color:white;
text-align:center;
font-size:10px;
padding:4px 0px 0px 0px;
}
.hrblog-right-wing
{
width:250px;
height:auto;
float:right;
padding:8px;    
}
.hrblog-right-recent
{
margin-top:50px;    
}
.hrblog-right-line
{
width:160px;
border:1px solid #f3f3f3;
margin-top:20px;    
}
.blog-post-container
{
width:300px;
height:auto;
margin:auto;
padding:1px;
}
.blog-post-section
{
width:300px;
height:auto;
float:left;
margin-top:20px;
}
.blog-post-article
{
width:290px;
height:auto;
margin-bottom:20px;
}
.blog-post-highlight
{
width:255px;
height:auto;
margin:auto;
background:white;
margin-top:10px;    
}
.blog-post-highlight h1
{
color:#dc3138;
letter-spacing:1px;
font-weight:600;
padding:15px;
font-size:16px
}
.blog-post-highlight i
{
color:#747474;margin:2px;
}
.blog-post-highlight a
{
 font-size:8px;   
}
.paddingblog
{
font-family: "Poppins", sans-serif;
padding-left:15px;
}
.blog-post-highlight blockquote p
{
padding:5px;
color:#747474;
width:200px;
font-size:12px;
background:#fbf5f6 !important;
}
.blog-post-highlight p
{
 padding:2px;
 color:#747474;
 line-height:1.4em;
 font-size:12px; text-align:center;  
}
.blog-post-highlight h3
{
color:#dc3138;
letter-spacing:1px;
font-weight:600;text-align:center;
padding:10px;
font-size:14px;
}
.share-art{position:relative;display:block;overflow:hidden;margin:30px 0;padding:15px 0;border-top:1px dotted #f0f0f0;border-bottom:1px dotted #f0f0f0}
.sa-title{display:block;float:left;height:30px;line-height:30px;margin:8px 15px 8px 0;padding:0}
.sa-title strong{font-size:12px;display:block}
.share-art a{float:left;font-size:12px;line-height:30px;color:#fff;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;margin:8px 3px;padding:0 20px;height:30px;min-width:30px;text-align:center}
.share-art a:hover{background-color:#222;color:#fff}
.share-art a i.fa{margin-right:7px;font-size:15px;color:white;}
.share-art .facebook{background-color:#003471}
.share-art .twitter{background-color:#00BFF3}
.share-art .googleplus{background-color:#EA4D29}
.share-art .pinterest{background-color:#C6393D}
.share-art .linkedin{background-color:#0077B5}
}

.blog .page-title-bg {
  background: url("../images/blog-shiras-consultancy.jpg") center center/cover no-repeat local;
}

.what-page .page-title-bg {
  background: url("../images/what-we-do-shiras-consultancy.jpg") center center/cover no-repeat local;
}

.who-page .page-title-bg {
  background: url("../images/who-we-are-shiras-consultancy.jpg") center center/cover no-repeat local;
}


.who-we-are-section h4
{
color:#ff7e00 !important;
padding:30px;
}
.who-we-are-section
{
width:100%;margin-top:-40px;
background:url(../images/top-consultancy-in-bangalore.jpg) repeat;
height:830px;    
}
.who-we-are-section-container
{
width:1200px;
height:auto;
margin:auto;
padding:30px;
}
.who-we-are-block
{
width:350px;float:left;    
}
.who-we-are-block1
{
width:450px;float:left;    
}
.who-line
{
width:90%;
height:1px;
background:silver;
margin:20px;    
}

blockquote ul li
{
  line-height:2em;font-size:16px;
}

blockquote 
{
margin-left:40px;
}

blockquote ul li i 
{
font-size:14px !important;
margin-right:10px;
}



@media only screen and (max-width: 435px){


.who-we-are-section h4
{
color:#ff7e00 !important;
padding:30px;
}
.who-we-are-section
{
width:100%;
background:url(../images/top-consultancy-in-bangalore.jpg) repeat;
height:1600px;    
}
.who-we-are-section-container
{
width:300px;
height:auto;
margin:auto;
padding:1px;
}
.who-we-are-block
{
width:250px;float:left;    
}
.who-we-are-block1
{
width:250px;float:left;    
}
.who-line
{
width:90%;
height:1px;
background:silver;
margin:20px;    
}
}


.what-we-do-shiras-container
{
  width:1200px;margin:auto;
}

.about-us-shiras-container
{
  width:1000px;
  height:500px;
  margin:auto;
}

.about-us-shiras-container-box
{
  width:300px;
  height:180px;
  border-radius:6px;
  background:#333333;
  margin:15px;
  float:left;
  border:1px solid silver;
}

@media only screen and (max-width: 435px){

.what-we-do-shiras-container
{
  width:300px;margin:auto;
}

.about-us-shiras-container
{
  width:300px;
  height:1100px;
  margin:auto;
}

.about-us-shiras-container-box
{
  width:300px;
  height:180px;
  border-radius:6px;
  background:#333333;
  margin:0px;
  float:none;
  border:1px solid silver;
}

.tr-question {
  color: #989898;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 20px;
  width:250px;
}

.hero .slide .slider-title h1 {
    font-size: 15px;
  }

}
/*Start 404 Page*/
.rotating {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
  -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
  -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
  -o-transform: rotateX(0) rotateY(0) rotateZ(0);
  transform: rotateX(0) rotateY(0) rotateZ(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin-x: 50%;
}

.rotating.flip {
  position: relative;
}

.rotating .front, .rotating .back {
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.rotating .front {
  position: absolute;
  display: inline-block;
  -webkit-transform: translate3d(0,0,1px);
  -moz-transform: translate3d(0,0,1px);
  -ms-transform: translate3d(0,0,1px);
  -o-transform: translate3d(0,0,1px);
  transform: translate3d(0,0,1px);
}

.rotating.flip .front {
  z-index: 1;
}

.rotating .back {
  display: block;
  opacity: 0;
}

.rotating.spin {
  -webkit-transform: rotate(360deg) scale(0);
  -moz-transform: rotate(360deg) scale(0);
  -ms-transform: rotate(360deg) scale(0);
  -o-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) scale(0);
}



.rotating.flip .back {
  z-index: 2;
  display: block;
  opacity: 1;
  -webkit-transform: rotateY(180deg) translate3d(0,0,0);
  -moz-transform: rotateY(180deg) translate3d(0,0,0);
  -ms-transform: rotateY(180deg) translate3d(0,0,0);
  -o-transform: rotateY(180deg) translate3d(0,0,0);
  transform: rotateY(180deg) translate3d(0,0,0);
}  

.rotating.flip.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0,0,0);
  -moz-transform: rotateX(180deg) translate3d(0,0,0);
  -ms-transform: rotateX(180deg) translate3d(0,0,0);
  -o-transform: rotateX(180deg) translate3d(0,0,0);
  transform: rotateX(180deg) translate3d(0,0,0);
}

.rotating.flip.cube .front {
  -webkit-transform: translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: translate3d(0,0,100px) scale(0.85,0.85);
  transform: translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube .back {
  -webkit-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}

.main {
  background: #ed1c24;
  padding: 10px 0;
}
.main a {
  color: #fff;
  opacity: .7;
}
.main a:hover {
  color: #fff;
  opacity: 1;
}
.page-text {
  text-align: center;
  color: #fff;
}

.main h1
{
  color:white;
}

.page-text .rotate {
  font-size: 9em;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-top: 0px;
}
.page-text span {
  font-size: 22px;
  text-transform: uppercase;
}
.search-form-container {
  margin: 50px 0 50px;
}
.search-form-container input[type="text"] {
  width: 60%;
  padding: 14px 60px 15px 30px;
  border: none;
  color: #ed1c24;
  font-size: 18px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
}
.search-form-container input[type="text"]:focus {
  outline: 0;
  background: #fff;
}
.search-form-container input[type="submit"] {
  background: #ed1c24;
  font-size: 16px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border: none;
  padding: 11px;
  left: 10px;
  margin-left: -66px;
  position: relative;
  opacity: .7;
}
.search-form-container input[type="submit"]:focus {
  outline: 0;
  opacity: 1;
}
.search-form-container input[type="submit"]:hover {
  background: #ed1c24;
  opacity: 1;
}
.footer {
  margin-top: 20px;
}
.social {
  padding: 0;
  list-style: none;
  font-size: 1.3em;
}
.social li {
  float: left;
  width: 40px;
  text-align: center;
  margin-right: 6px;
  margin-bottom: 6px;
}
.social li a i {
  color: @white;
  border: 1px solid #ed1c24;
  padding: 10px 0;
  display: block;
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
  -ms-border-radius:100%;
  -o-border-radius:100%;
  border-radius:100%;
}
.social li a i:hover {
  color: #fff;
  background: #ed1c24;
}
.menu {
  list-style: none;
  padding: 0;
}
.menu li {
  float: left;
  margin: 10px 10px 20px 0px;
}
.menu li a {
  padding: 10px 15px;
  border: 1px solid #ed1c24;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  text-transform: uppercase;
}
.menu li a:hover {
  background: #ed1c24;
  color: #fff;
  text-decoration: none;
}
.copyright {
  margin: 0px 5px 15px;
  font-size: .9em;
}
/*End 404 Page*/


/*Start Upload*/
.upload {
  position: relative;
  width: 295px;margin:10px auto;
  min-height: 400px;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
  background: #fff;
  -webkit-animation: fadeup .5s .5s ease both;
          animation: fadeup .5s .5s ease both;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.upload .upload-files header {
  background: #333333;
  text-align: center;
}
.upload .upload-files header p {
  color: #fff;
  font-size: 40px;
  margin: 0;
  padding: 50px 0;
}
.upload .upload-files header p i {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;color:#ed1c24;
  font-size: 30px;
  -webkit-animation: fadeup .5s 1s ease both;
          animation: fadeup .5s 1s ease both;
}
.upload .upload-files header p .up {
  font-weight: bold;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  display: inline-block;
  opacity: 0;
  -webkit-animation: faderight .5s 1.5s ease both;
          animation: faderight .5s 1.5s ease both;
}
          .upload .upload-files header p .load {
          display: inline-block;
          font-weight: 100;
          margin-left: -8px;
          -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
          opacity: 0;
          -webkit-animation: faderight 1s 1.5s ease both;
          animation: faderight 1s 1.5s ease both;
          }
          .upload .upload-files .body {
            text-align: center;
            padding: 50px 0;
            padding-bottom: 30px;
          }
          .upload .upload-files .body.hidden {
            display: none;
          }
          .upload .upload-files .body input {
            visibility: hidden;
          }
          .upload .upload-files .body i {
            font-size: 65px;
            color: lightgray;
          }
          .upload .upload-files .body p {
            font-size: 14px;
            padding-top: 15px;
            line-height: 1.4;
          }
          .upload .upload-files .body p b,
          .upload .upload-files .body p a {
            color: #ed1c24;
          }
          .upload .upload-files .body.active {
            border: dashed 2px #4db6ac;
          }
          .upload .upload-files .body.active i {
            box-shadow: 0 0 0 -3px #fff, 0 0 0 lightgray, 0 0 0 -3px #fff, 0 0 0 lightgray;
            -webkit-animation: file .5s ease both;
                    animation: file .5s ease both;
          }
          @-webkit-keyframes file {
            50% {
              box-shadow: -8px 8px 0 -3px #fff, -8px 8px 0 lightgray, -8px 8px 0 -3px #fff, -8px 8px 0 lightgray;
            }
            75%,
                    100% {
              box-shadow: -8px 8px 0 -3px #fff, -8px 8px 0 lightgray, -16px 16px 0 -3px #fff, -16px 16px 0 lightgray;
            }
          }
          @keyframes file {
            50% {
              box-shadow: -8px 8px 0 -3px #fff, -8px 8px 0 lightgray, -8px 8px 0 -3px #fff, -8px 8px 0 lightgray;
            }
            75%,
                    100% {
              box-shadow: -8px 8px 0 -3px #fff, -8px 8px 0 lightgray, -16px 16px 0 -3px #fff, -16px 16px 0 lightgray;
            }
          }
          .upload .upload-files .body.active .pointer-none {
            pointer-events: none;
          }
          .upload .upload-files footer {
            width: 100%;
            margin: 0 auto;
            height: 0;
          }
          .upload .upload-files footer .divider {
            margin: 0 auto;
            width: 0;
            border-top: solid 4px #46aba1;
            text-align: center;
            overflow: hidden;
            -webkit-transition: width .5s ease;
            transition: width .5s ease;
          }
          .upload .upload-files footer .divider span {
            display: inline-block;
            -webkit-transform: translateY(-25px);
                    transform: translateY(-25px);
            font-size: 12px;
            padding-top: 8px;
          }
          .upload .upload-files footer.hasFiles {
            height: auto;
          }
          .upload .upload-files footer.hasFiles .divider {
            width: 100%;
          }
          .upload .upload-files footer.hasFiles .divider span {
            -webkit-transform: translateY(0);
                    transform: translateY(0);
            -webkit-transition: -webkit-transform .5s .5s ease;
            transition: -webkit-transform .5s .5s ease;
            transition: transform .5s .5s ease;
            transition: transform .5s .5s ease, -webkit-transform .5s .5s ease;
          }
          .upload .upload-files footer .list-files {
            width: 320px;
            margin: 0 auto;
            margin-top: 15px;
            padding-left: 5px;
            text-align: center;
            overflow-x: hidden;
            overflow-y: auto;
            max-height: 210px;
          }
          .upload .upload-files footer .list-files::-webkit-scrollbar-track {
            background-color: rgba(211, 211, 211, 0.25);
          }
          .upload .upload-files footer .list-files::-webkit-scrollbar {
            width: 4px;
            background-color: rgba(211, 211, 211, 0.25);
          }
          .upload .upload-files footer .list-files::-webkit-scrollbar-thumb {
            background-color: rgba(77, 182, 172, 0.5);
          }
          .upload .upload-files footer .list-files .file {
            width: 300px;
            min-height: 50px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            opacity: 0;
            -webkit-animation: fade .35s ease both;
                    animation: fade .35s ease both;
          }
.upload .upload-files footer .list-files .file .name {
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 80px;
  text-align: left;
}
.upload .upload-files footer .list-files .file .progress {
  width: 175px;
  height: 5px;
  border: solid 1px lightgray;
  border-radius: 2px;
  background: -webkit-linear-gradient(right, rgba(77, 182, 172, 0.2), rgba(77, 182, 172, 0.8)) no-repeat;
  background: linear-gradient(to left, rgba(77, 182, 172, 0.2), rgba(77, 182, 172, 0.8)) no-repeat;
  background-size: 100% 100%;
}
.upload .upload-files footer .list-files .file .progress.active {
  -webkit-animation: progress 30s linear;
          animation: progress 30s linear;
}
@-webkit-keyframes progress {
  from {
    background-size: 0 100%;
  }
  to {
    background-size: 100% 100%;
  }
}
@keyframes progress {
  from {
    background-size: 0 100%;
  }
  to {
    background-size: 100% 100%;
  }
}
.
@-webkit-keyframes done2 {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes done2 {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes done1 {
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.25);
            transform: scale(0.25);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 1;
  }
}
@keyframes done1 {
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.25);
            transform: scale(0.25);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 1;
  }
}

@-webkit-keyframes fadeup {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeup {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes faderight {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes faderight {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  to {
    opacity: 1;
  }
}
@keyframes fade {
  to {
    opacity: 1;
  }
}
@media (max-width: 400px) {
  .upload {
    width: 100%;
    height: 100%;
  }
}

/*End Upload*/

/*Job Block*/

.job-container
{
  width:1200px;
  margin:auto;
  height:auto;
}


.job-container-left
{
width:90%;
margin:auto;
float:none;
}

.job-container-left label
{
font-size:12px;
color:#333333;
}

.job-container-right
{
  width:22%;
  margin:10px;
  float:right;
}

.job-description-container
{
 width:1200px;
 margin:auto;
 height:240px;
 background:#f7f7f7;
 border:1px solid #e5e5e5; 
}

.job-description-left
{
width:570px;
margin:10px;
float:left;
height:auto;  
}

.job-description-left ul
{
padding:20px;
line-height:2.2em;
}

.job-description-left ul li i
{
margin-right:5px;
}

.job-description-left ul label
{
color:#ff7e00;
font-weight:400;
}

.job-line
{
 width:1px solid #ff7e00;
 margin-top:40px;
 border:1px solid #e7e7e7;
 height:140px;
 float:left; 
}


.job-description-right
{
width:570px;
margin:10px;
float:right;
height:auto;
}

.job-description-right ul
{
padding:20px;
line-height:2.2em;
}

.job-description-right ul li i
{
margin-right:5px;
}

.job-description-right ul label
{
color:#ff7e00;
font-weight:400;
}



.job-desc-block
{
width:1200px;
margin:auto;
height:auto;
background:#ffffff;
border:1px solid #e5e5e5;  
}

.job-desc-block h4
{
padding-left:15px;padding-top:10px;
}

.job-desc-block ul
{
padding:20px;
line-height:2.2em;
}

.job-desc-block ul li i
{
font-size:12px;
margin-right:5px;
color:#ed1c24;
}

.job-height
{
  height:350px !important;
}

.job-line2
{
  height:250px !important;
}

.font-size
{
font-size:14px;
}

@media only screen and (max-width: 435px){

h1
{
  font-size:20px !important;
}

.job-container
{
  width:300px;
  margin:auto;
  height:auto;
}


.job-container-left
{
width:100%;
margin:auto;
float:none;
}

.job-container-left label
{
font-size:10px;
color:#333333;
}

.job-container-right
{
  width:22%;
  margin:10px;
  float:right;
}

.job-description-container
{
 width:300px;
 margin:auto;
 height:350px;
 background:#f7f7f7;
 border:1px solid #e5e5e5; 
}

.job-description-left
{
width:270px;
margin:0px;
float:none;
height:auto;  
}

.job-description-left ul
{
padding:10px;font-size:12px;
line-height:1.8em;
}

.job-description-left ul li i
{
margin-right:5px;
}

.job-description-left ul label
{
color:#ff7e00;
font-weight:400;
}

.job-line
{
 display:none;
}


.job-description-right
{
width:270px;
margin:10px;
float:none;
height:auto;
}

.job-description-right ul
{
padding:10px;font-size:12px;
line-height:1.8em;
}

.job-description-right ul li i
{
margin-right:5px;
}

.job-description-right ul label
{
color:#ff7e00;
font-weight:400;
}



.job-desc-block
{
width:300px;
margin:auto;
height:auto;
background:#ffffff;
border:1px solid #e5e5e5;  
}

.job-desc-block h4
{
padding-left:15px;padding-top:10px;
}

.job-desc-block ul
{
padding:20px;font-size:12px !important;
line-height:2.2em;
}

.job-desc-block ul li i
{
font-size:10px !important;
margin-right:5px;
color:#ed1c24;
}

.job-height
{
  height:350px !important;
}

.job-line2
{
  height:250px !important;
}

.font-size
{
font-size:10px !important;margin-top:10px;
}


}

/*End Job Block*/

 table
    {
      width:100%;margin-top:10px;margin-bottom:10px;
    }
    table, th, td {
      border: 1px solid #c7b1b1; 
      border-collapse: collapse;font-size:16px;
      font-family:'Poppins';font-weight:400;letter-spacing:1px;
    }
    th, td {
      padding: 15px;line-height:1.6em;
    }
    th {
      color:white;background:#ccc;
      border:1px solid #c7b1b1;
      font-family:'Poppins';
      font-weight:400;
      letter-spacing:1.5px; 
    }
    table i
    {
    color:#ed1c24;
    }

    tr.b1 td {
      background-color: #ffffff;
      color: black;
    }
    tr.b2 td {
      background-color:#f7e9e9 ;
      color: black;
    }
    @media only screen and (max-width: 435px){ 
   
     table
     {
      width:90%;margin-top:10px;margin-bottom:10px;
    }
    table, th, td {
      border: 1px solid #c7b1b1; 
      border-collapse: collapse;font-size:9px;
      font-family:'Poppins';font-weight:400;letter-spacing:0px;
    }
    th, td {
      padding: 5px;line-height:1.6em;
    }
    th {
      color:white;background:#ed1c24;
      border:1px solid #c7b1b1;
      font-family:'Poppins';
      font-weight:400;
      letter-spacing:1.5px; 
    }
     tr.b1 td {
      background-color: #ffffff;
      color: black;
    }
    tr.b2 td {
      background-color:#f7e9e9 ;
      color: black;
    }

    .theme-btn
    {
      font-size:10px !important;
    }

.index-slide-h1
{
  font-size:12px !important;
  font-weight:bold;
  font-color:black;
  margin-bottom:10px !important;
}



  }


/*Start Call Back Function*/



.phone_btn_flat { z-index: 999999; display:block; width:70px; height:70px;border-radius: 35px; background:rgb(207,8,8); position:fixed; margin-left:0px; bottom:40px; right:50px;}
.phone_btn_flat:hover { background:rgb(207,8,8); }
.phone_btn_flat:hover .img_left, .phone_btn_flat:hover .img_right { -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -ms-transition: all 0.15s linear; -o-transition: all 0.15s linear; transition: all 0.15s linear; opacity:0; }
.phone_btn_flat.focus .img_left, .phone_btn_flat.focus .img_right { -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -ms-transition: all 0.15s linear; -o-transition: all 0.15s linear; transition: all 0.15s linear; opacity:0; }
@-webkit-keyframes sonarEffect { 
  0%  { opacity:0.1;}
  5%  { opacity:0.25;}
  10%  { opacity:0.5;}
  15%  { opacity:0.1;}
  20%  { opacity:0.1;}
  25%  { opacity:0.1;}
  30%  { opacity:0.1;}
  35%  { opacity:0.1;}
  40%  { opacity:0.1;}
  45%  { opacity:0.1;}
  50%  { opacity:0.1;}
  55%  { opacity:0.1;}
  60%  { opacity:0.1;}
  65%  { opacity:0.1;}
  70%  { opacity:0.1;}
  75%  { opacity:0.1;}
  80%  { opacity:0.1;}
  85%  { opacity:0.1;}
  90%  { opacity:0.1;}
  95%  { opacity:0.1;}
  100%  { opacity:0.1;}
}
@keyframes sonarEffect {
  0%  { opacity:0.1;}
  5%  { opacity:0.25;}
  10%  { opacity:0.5;}
  15%  { opacity:0.1;}
  20%  { opacity:0.1;}
  25%  { opacity:0.1;}
  30%  { opacity:0.1;}
  35%  { opacity:0.1;}
  40%  { opacity:0.1;}
  45%  { opacity:0.1;}
  50%  { opacity:0.1;}
  55%  { opacity:0.1;}
  60%  { opacity:0.1;}
  65%  { opacity:0.1;}
  70%  { opacity:0.1;}
  75%  { opacity:0.1;}
  80%  { opacity:0.1;}
  85%  { opacity:0.1;}
  90%  { opacity:0.1;}
  95%  { opacity:0.1;}
  100%  { opacity:0.1;}
}

.phone_btn_flat .tel_cbt { position:absolute; top: 21px;left: 22px;}
.phone_btn_flat:hover .tel_cbt { cursor:pointer; -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -ms-transition: all 0.15s linear; -o-transition: all 0.15s linear; transition: all 0.15s linear; }
.phone_btn_flat.focus .tel_cbt { cursor:pointer; -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); top:4px; }

.phone_btn_flat .help_cbt {letter-spacing: normal !important;
  text-align: center !important;color: #ffffff !important;
  font-size: 14px !important;line-height: 1.8em;
  position:absolute; 
  background:#ff7e00;border-radius:10px;
   width:136px; left:-173px; top:4px; 
   padding:15px; 
   -webkit-transform: translateX(-20%); -moz-transform: translateX(-20%); 
   -ms-transform: translateX(-20%); transform: translateX(-20%); opacity: 0; 
   -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); 
   -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); 
   transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);} 
.phone_btn_flat .help_cbt {
    -webkit-box-sizing: content-box!important; 
     -moz-box-sizing: content-box!important; 
     box-sizing: content-box!important;
}
.phone_btn_flat .help_cbt:after{
     -webkit-box-sizing: content-box!important; 
     -moz-box-sizing: content-box!important; 
     box-sizing: content-box!important;
}
.phone_btn_flat .help_cbt:before{
     -webkit-box-sizing: content-box!important; 
     -moz-box-sizing: content-box!important; 
     box-sizing: content-box!important;
}
.phone_btn_flat:hover .help_cbt { -webkit-transform: translateX(0%); -moz-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); opacity: 1; -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); color:#1be723; text-decoration:none;} 
.phone_btn_flat.focus .help_cbt { -webkit-transform: translateX(-20%); -moz-transform: translateX(-20%); -ms-transform: translateX(-20%); transform: translateX(-20%); opacity: 0; -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);} 
.phone_btn_flat.new .img_left, .phone_btn_flat.new .img_right{ display:none;}
.phone_btn_flat.new:after { border-radius: 100%; left: -20px; position: absolute; top: -20px; height:106px; width:106px; border: solid 2px #ff0000; content:' '; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity:0; -webkit-animation: sonarEffectNew 1.5s ease-out 2s infinite; -moz-animation: sonarEffectNew 1.5s ease-out 2s infinite; animation: sonarEffectNew 1.5s ease-out 2s infinite; }
.phone_btn_flat.new:before { border-radius: 100%;  position: absolute; height:70px; width:70px; border: solid 2px #ff0000; content:' '; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity:0.5; -webkit-animation: sonarEffectNew 1.5s ease-out infinite; -moz-animation: sonarEffectNew 1.5s ease-out infinite; animation: sonarEffectNew 1.5s ease-out infinite;}

/*.phone_btn_flat.new:before { border-radius: 100%; left: -2px; position: absolute; top: -2px; height:70px; width:70px; border: solid 2px #3897f0; content:' '; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity:0.5; -webkit-animation: sonarEffectNew 1.5s ease-out infinite; -moz-animation: sonarEffectNew 1.5s ease-out infinite; animation: sonarEffectNew 1.5s ease-out infinite;}
*/
.phone_btn_flat.new:hover:after, .phone_btn_flat.new:hover:before, .phone_btn_flat.new.focus:after, .phone_btn_flat.new.focus:before { -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -ms-transition: all 0.15s linear; -o-transition: all 0.15s linear; transition: all 0.15s linear; opacity:0 !important; }
/* 3D */
.phone_btn_3d { z-index: 999999; display:block; width:96px; height:103px; background: url(bg2.html) no-repeat; position:fixed; bottom:10px; right:30px; /*-webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -ms-transition: all 0.15s linear; -o-transition: all 0.15s linear; transition: all 0.15s linear;*/}
.phone_btn_3d{
     -webkit-box-sizing: content-box!important; 
     -moz-box-sizing: content-box!important; 
     box-sizing: content-box!important;
}
.phone_btn_3d:after{
     -webkit-box-sizing: content-box!important; 
     -moz-box-sizing: content-box!important; 
     box-sizing: content-box!important;
}
.phone_btn_3d:before{
     -webkit-box-sizing: content-box!important; 
     -moz-box-sizing: content-box!important; 
     box-sizing: content-box!important;
}
.phone_btn_3d:hover { background: url(bg2_hover.html) no-repeat; }
.phone_btn_3d.focus { background: url(bg2_focus.html) no-repeat;}
.phone_btn_3d:hover .img_left, .phone_btn_3d:hover .img_right { -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -ms-transition: all 0.15s linear; -o-transition: all 0.15s linear; transition: all 0.15s linear; opacity:0; }
.phone_btn_3d.focus .img_left, .phone_btn_3d.focus .img_right { -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -ms-transition: all 0.15s linear; -o-transition: all 0.15s linear; transition: all 0.15s linear; opacity:0; }
@-webkit-keyframes sonarEffect { 
  0%  { opacity:0.1;}
  5%  { opacity:0.25;}
  10%  { opacity:0.5;}
  15%  { opacity:0.1;}
  20%  { opacity:0.1;}
  25%  { opacity:0.1;}
  30%  { opacity:0.1;}
  35%  { opacity:0.1;}
  40%  { opacity:0.1;}
  45%  { opacity:0.1;}
  50%  { opacity:0.1;}
  55%  { opacity:0.1;}
  60%  { opacity:0.1;}
  65%  { opacity:0.1;}
  70%  { opacity:0.1;}
  75%  { opacity:0.1;}
  80%  { opacity:0.1;}
  85%  { opacity:0.1;}
  90%  { opacity:0.1;}
  95%  { opacity:0.1;}
  100%  { opacity:0.1;}
}
@keyframes sonarEffect {
  0%  { opacity:0.1;}
  5%  { opacity:0.25;}
  10%  { opacity:0.5;}
  15%  { opacity:0.1;}
  20%  { opacity:0.1;}
  25%  { opacity:0.1;}
  30%  { opacity:0.1;}
  35%  { opacity:0.1;}
  40%  { opacity:0.1;}
  45%  { opacity:0.1;}
  50%  { opacity:0.1;}
  55%  { opacity:0.1;}
  60%  { opacity:0.1;}
  65%  { opacity:0.1;}
  70%  { opacity:0.1;}
  75%  { opacity:0.1;}
  80%  { opacity:0.1;}
  85%  { opacity:0.1;}
  90%  { opacity:0.1;}
  95%  { opacity:0.1;}
  100%  { opacity:0.1;}
}
.phone_btn_3d .tel_cbt { position:absolute; top:22px; left:35px;}
.phone_btn_3d:hover .tel_cbt { cursor:pointer; -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; -ms-transition: all 0.1s linear; -o-transition: all 0.1s linear; transition: all 0.1s linear; }
.phone_btn_3d.focus .tel_cbt { cursor:pointer; -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); top:25px; -webkit-transition: all 0s linear; -moz-transition: all 0s linear; -ms-transition: all 0s linear; -o-transition: all 0s linear; transition: all 0s linear; }

.phone_btn_3d .help_cbt {text-align: left !important;
  color: #1BE723 !important;font-size: 13px !important;
  line-height: 16px !important;
  position:absolute;background:#ff7e00; 
  width:136px; height:54px; left:-153px; top:4px; 
  padding: 6px 0 0 12px; -webkit-transform: translateX(-20%); 
  -moz-transform: translateX(-20%); 
  -ms-transform: translateX(-20%); transform: translateX(-20%); opacity: 0; 
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); 
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); 
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);} 
.phone_btn_3d .help_cbt {
    -webkit-box-sizing: content-box!important; 
     -moz-box-sizing: content-box!important; 
     box-sizing: content-box!important;
     border:none !important;
}
.phone_btn_3d .help_cbt:after{
     -webkit-box-sizing: content-box!important; 
     -moz-box-sizing: content-box!important; 
     box-sizing: content-box!important;
     border:none !important;
}
.phone_btn_3d .help_cbt:before{
     -webkit-box-sizing: content-box!important; 
     -moz-box-sizing: content-box!important; 
     box-sizing: content-box!important;
     border:none !important;
}
.phone_btn_3d:hover .help_cbt { -webkit-transform: translateX(0%); -moz-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); opacity: 1; -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); color:#1be723; text-decoration:none;} 
.phone_btn_3d.focus .help_cbt { -webkit-transform: translateX(-20%); -moz-transform: translateX(-20%); -ms-transform: translateX(-20%); transform: translateX(-20%); opacity: 0; -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);} 
.phone_btn_3d.new .img_left,.phone_btn_3d.new .img_right {
    display:none;
}

.phone_btn_3d.new:after {
    border-radius:100%;
    left:-9px;
    border:none !important;
    position:absolute;
    top:-19px;
    height:106px;
    width:106px;
    content:' ';
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
    opacity:0;
    -webkit-animation:sonarEffectNew 1.5s ease-out 2s infinite;
    -moz-animation:sonarEffectNew 1.5s ease-out 2s infinite;
    animation:sonarEffectNew 1.5s ease-out 2s infinite;
}

.phone_btn_3d.new:before {
    border-radius:100%;
    left:11px;
    position:absolute;
    top:-1px;
    border:none !important;
    height:70px;
    width:70px;
    content:' ';
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
    opacity:0.5;
    -webkit-animation:sonarEffectNew 1.5s ease-out infinite;
    -moz-animation:sonarEffectNew 1.5s ease-out infinite;
    animation:sonarEffectNew 1.5s ease-out infinite;
}

.phone_btn_3d.new:hover:after,.phone_btn_3d.new:hover:before,.phone_btn_3d.new.focus:after,.phone_btn_3d.new.focus:before {
    -webkit-transition:all .15s linear;
    -moz-transition:all .15s linear;
    -ms-transition:all .15s linear;
    -o-transition:all .15s linear;
    transition:all .15s linear;
    opacity:0!important;
}
.scbt_btn_none{
    display:none;
    opacity: 0;
    left: -9999999px;
}
@-webkit-keyframes sonarEffectNew { 
  0%  { opacity:0.5; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1);}
  100%  { opacity:0; -webkit-transform: scale(1.3); -moz-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3);}
}
@keyframes sonarEffectNew {
  00%  { opacity:0.5; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1);}
  100%  { opacity:0; -webkit-transform: scale(1.3); -moz-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3);}
}


/*End Call Back Function*/



.shiras-what-we-do
 { padding:3.75em 0 1.875em}
.shiras-what-we-do
 h2.shiras-title-section
 { margin-bottom:30px}
.shiras-what-we-do-list
 ul li { width:33.33%; position:relative; margin-right:-4px; display:inline-block; vertical-align:top; padding:1.875em 1.125em; text-align:center}
.shiras-what-we-do-list
 .shiRas-box-container
 .title {  font-size:1.5em; color:#333333; margin-top: 22px;}
.shiras-what-we-do-list
 .shiRas-box-container
:hover .title a { color:#ed1c24}
.shiras-what-we-do-list
 .shiRas-box-container
 .info { font-size:1em; color:#999999; line-height: 137.5%; margin-top: 10px;}
.shiras-what-we-do-list
 ul li .shiRas-box-container
 { border: 2px solid transparent;-webkit-transition: all linear 0.2s; -moz-transition: all linear 0.2s; transition: all linear 0.2s;}
.shiras-what-we-do-list
 ul li .icon-holder { position: relative; top:0; margin:0 auto; display:block; left:0; right:0; bottom:40px; width:80px; height:80px;  -webkit-transition: all linear 0.2s; -moz-transition: all linear 0.2s; transition: all linear 0.2s; border-radius:50%}
.shiras-what-we-do-list
 ul li .icon-holder img {  margin: auto; width:80px; height:80px; display:block;}

@media screen and (min-width: 1025px) {
    .shiras-what-we-do-list
 ul li .icon-holder { position: absolute; width:120px; height:120px;}
    .shiras-what-we-do-list
 ul li:hover .icon-holder {top:-30px; background:#fff;}
    .shiras-what-we-do-list
 ul li .icon-holder img { width:80px; height:80px; display:block; left:0; right:0; top:0; bottom:40px; position: absolute}
    .shiras-what-we-do-list
 ul li:hover .shiRas-box-container
 {border: 2px solid #ff7e00
;}
    .shiras-what-we-do-list
 ul li .shiRas-box-container
 { padding:1em; padding-top:4.25em; }
}


/*Marquee*/

.marquee-box
{
width:95%;margin:10px;
height:100px;
border-radius:4px;
border:1px solid silver;
padding:10px;
}

.marquee-box h6
{
float:right;
color:#ff7e00;
padding:0px;
margin-top:-20px;
}

.marquee-box h4
{
font-weight:400;font-size:16px;letter-spacing:1px; 
}

.marquee-box i
{
color:#ff7e00;
}


.marq
{
 margin-top:40px;padding-bottom:20px; 
}

/*End Marquee*/


/*Social Media*/
#social-sidebar {
    font-size: 0
}

#social-sidebar,
#social-sidebar * {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

#social-sidebar ol,
#social-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#social-sidebar li {
    line-height: 0;
    font-size: 0
}

#social-sidebar a img {
    width: auto;
    max-width: 100%;
    height: auto;
    border: none
}

#social-sidebar a,
#social-sidebar a:hover,
#social-sidebar a:active {
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    background: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#social-sidebar .link-label {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

#social-sidebar .link-icon img {
    position: relative;
    top: -2px
}

#social-sidebar.pos-fixed {
    position: fixed
}

#social-sidebar.pos-absolute {
    position: absolute
}

#social-sidebar {
    font-family: Arial, Verdana, sans-serif;
    z-index: 1000
}

#social-sidebar ul li a {
    text-align: center;
    position: relative;
    display: block
}

#social-sidebar ul li .link-icon {
    display: block;
    float: left;
    text-align: center;
    overflow: hidden
}

#social-sidebar ul li a:hover .link-label {
    opacity: 1
}

#social-sidebar ul li a .link-label {
    position: absolute;
    z-index: -1;
    width: 0;
    white-space: nowrap;
    opacity: 0
}

#social-sidebar.show-effects ul li a .link-label {
    -webkit-transition: opacity .3s, left .4s, right .4s, top .4s, bottom .4s;
    -moz-transition: opacity .3s, left .4s, right .4s, top .4s, bottom .4s;
    transition: opacity .3s, left .4s, right .4s, top .4s, bottom .4s
}

#social-sidebar.pos-left {
    left: 0;
    top: 25%
}

#social-sidebar.pos-left ul li a .link-label {
    left: -600%
}

#social-sidebar.pos-left ul li a:hover .link-label {
    left: 100%
}

#social-sidebar.pos-left ul li a .link-label:before {
    left: -4px
}

#social-sidebar.pos-right {
    right: 0;
    top: 35%
}

#social-sidebar.pos-right ul li a .link-label {
    right: -600%
}

#social-sidebar.pos-right ul li a:hover .link-label {
    right: 100%
}

#social-sidebar.pos-right ul li a .link-label:before {
    right: -4px
}

#social-sidebar.pos-top {
    top: 0
}

body.admin-bar #social-sidebar.pos-top {
    top: 32px
}

#social-sidebar.pos-top ul li {
    display: inline-block;
    vertical-align: top
}

#social-sidebar.pos-top ul li a .link-label {
    top: -600%
}

#social-sidebar.pos-top ul li a:hover .link-label {
    top: 100%
}

#social-sidebar.pos-top ul li a .link-label:before {
    top: -4px
}

#social-sidebar.pos-top.pos-tb-left ul li a .link-label {
    left: 5px
}

#social-sidebar.pos-top.pos-tb-right ul li a .link-label {
    right: 0
}

#social-sidebar.pos-bottom {
    bottom: 0
}

#social-sidebar.pos-bottom ul li {
    display: inline-block;
    vertical-align: top
}

#social-sidebar.pos-bottom ul li a .link-label {
    bottom: -600%
}

#social-sidebar.pos-bottom ul li a:hover .link-label {
    bottom: 100%
}

#social-sidebar.pos-bottom ul li a .link-label:before {
    bottom: -4px
}

#social-sidebar.pos-bottom.pos-tb-left ul li a .link-label {
    left: 5px
}

#social-sidebar.pos-bottom.pos-tb-right ul li a .link-label {
    right: 0
}

#social-sidebar.size-small ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 21px
}

#social-sidebar.size-small .link-icon {
    width: 35px;
    height: 35px;
    line-height: 35px
}

#social-sidebar.size-large ul li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 31px
}

#social-sidebar.size-large .link-icon {
    width: 50px;
    height: 50px;
    line-height: 50px
}

#social-sidebar.size-large .link-icon i {
    position: relative;
    top: 1px
}

#social-sidebar.shape-circle ul li a {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px
}

#social-sidebar.shape-circle .link-icon {
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px
}

#social-sidebar.shape-circle.pos-left ul li a {
    margin-top: 5px;
    left: 5px
}

#social-sidebar.shape-circle.pos-right ul li a {
    margin-top: 5px;
    right: 5px
}

#social-sidebar.shape-circle.pos-top ul li a {
    top: 5px
}

#social-sidebar.shape-circle.pos-bottom ul li a {
    bottom: 5px
}

#social-sidebar.shape-circle.pos-tb-left ul li a {
    margin-left: 5px
}

#social-sidebar.shape-circle.pos-tb-right ul li a {
    margin-right: 5px
}

#social-sidebar.shape-rounded ul li a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

#social-sidebar.shape-rounded .link-icon {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

#social-sidebar.shape-rounded.pos-left ul li a {
    margin-top: 5px;
    left: 5px
}

#social-sidebar.shape-rounded.pos-right ul li a {
    margin-top: 5px;
    right: 5px
}

#social-sidebar.shape-rounded.pos-top ul li a {
    top: 5px
}

#social-sidebar.shape-rounded.pos-bottom ul li a {
    bottom: 5px
}

#social-sidebar.shape-rounded.pos-tb-left ul li a {
    margin-left: 5px
}

#social-sidebar.shape-rounded.pos-tb-right ul li a {
    margin-right: 5px
}

#social-sidebar.label-square .link-label {
    margin-left: -5px;
    padding: 0 15px;
    width: auto;
    height: inherit;
    line-height: 35px;
    font-size: 15px
}

#social-sidebar.label-square.pos-right .link-label {
    margin-right: -5px;
    padding: 0 15px
}

#social-sidebar.label-square.size-large .link-label {
    line-height: 52px;
    font-size: 17px
}

#social-sidebar.label-square.pos-left .link-label {
    text-align: left
}

#social-sidebar.label-square.pos-right .link-label {
    text-align: right
}

#social-sidebar.label-square.pos-top .link-label,
#social-sidebar.label-square.pos-bottom .link-label {
    padding: 0 8px
}

#social-sidebar.label-square.shape-circle.pos-top .link-label,
#social-sidebar.label-square.shape-rounded.pos-top .link-label {
    margin-top: 5px
}

#social-sidebar.label-square.shape-circle.pos-bottom .link-label,
#social-sidebar.label-square.shape-rounded.pos-bottom .link-label {
    margin-bottom: 5px
}

#social-sidebar.label-square.pos-left.shape-circle .link-label {
    margin-left: -16px;
    padding-left: 24px
}

#social-sidebar.label-square.pos-right.shape-circle .link-label {
    margin-right: -16px;
    padding-right: 24px
}

#social-sidebar.label-square.pos-left.shape-circle.size-large .link-label {
    margin-left: -24px;
    padding-left: 32px
}

#social-sidebar.label-square.pos-right.shape-circle.size-large .link-label {
    margin-right: -24px;
    padding-right: 32px
}

#social-sidebar.label-curve .link-label {
    margin-left: -5px;
    padding: 0 15px;
    width: auto;
    height: inherit;
    line-height: 35px;
    font-size: 15px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0
}

#social-sidebar.label-curve.pos-right .link-label {
    margin-right: -5px;
    padding: 0 15px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px
}

#social-sidebar.label-curve.size-large .link-label {
    line-height: 52px;
    font-size: 17px
}

#social-sidebar.label-curve.pos-left .link-label {
    text-align: left
}

#social-sidebar.label-curve.pos-right .link-label {
    text-align: right
}

#social-sidebar.label-curve.pos-top .link-label,
#social-sidebar.label-curve.pos-bottom .link-label {
    padding: 0 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

#social-sidebar.label-curve.shape-circle.pos-top .link-label,
#social-sidebar.label-curve.shape-rounded.pos-top .link-label {
    margin-top: 5px
}

#social-sidebar.label-curve.shape-circle.pos-bottom .link-label,
#social-sidebar.label-curve.shape-rounded.pos-bottom .link-label {
    margin-bottom: 5px
}

#social-sidebar.label-curve.pos-left.shape-circle .link-label {
    margin-left: -16px;
    padding-left: 24px
}

#social-sidebar.label-curve.pos-right.shape-circle .link-label {
    margin-right: -16px;
    padding-right: 24px
}

#social-sidebar.label-curve.pos-left.shape-circle.size-large .link-label {
    margin-left: -24px;
    padding-left: 32px
}

#social-sidebar.label-curve.pos-right.shape-circle.size-large .link-label {
    margin-right: -24px;
    padding-right: 32px
}

#social-sidebar.label-round .link-label {
    margin-left: -5px;
    padding: 0 15px;
    width: auto;
    height: inherit;
    line-height: 35px;
    font-size: 15px;
    -webkit-border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
    border-radius: 0 25px 25px 0
}

#social-sidebar.label-round.pos-right .link-label {
    margin-right: -5px;
    padding: 0 15px;
    -webkit-border-radius: 25px 0 0 25px;
    -moz-border-radius: 25px 0 0 25px;
    border-radius: 25px 0 0 25px
}

#social-sidebar.label-round.size-large .link-label {
    line-height: 52px;
    font-size: 17px
}

#social-sidebar.label-round.pos-left .link-label {
    text-align: left
}

#social-sidebar.label-round.pos-right .link-label {
    text-align: right
}

#social-sidebar.label-round.pos-top .link-label,
#social-sidebar.label-round.pos-bottom .link-label {
    padding: 0 8px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px
}

#social-sidebar.label-round.shape-circle.pos-top .link-label,
#social-sidebar.label-round.shape-rounded.pos-top .link-label {
    margin-top: 5px
}

#social-sidebar.label-round.shape-circle.pos-bottom .link-label,
#social-sidebar.label-round.shape-rounded.pos-bottom .link-label {
    margin-bottom: 5px
}

#social-sidebar.label-round.pos-left.shape-circle .link-label {
    margin-left: -16px;
    padding-left: 24px
}

#social-sidebar.label-round.pos-right.shape-circle .link-label {
    margin-right: -16px;
    padding-right: 24px
}

#social-sidebar.label-round.pos-left.shape-circle.size-large .link-label {
    margin-left: -24px;
    padding-left: 32px
}

#social-sidebar.label-round.pos-right.shape-circle.size-large .link-label {
    margin-right: -24px;
    padding-right: 32px
}

#social-sidebar.label-fancy .link-label {
    margin-top: -16px;
    padding: 4px 8px;
    width: auto;
    line-height: 24px;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    top: 50%
}

#social-sidebar.label-fancy.pos-top .link-label {
    margin-top: -10px
}

#social-sidebar.label-fancy.pos-top.size-large .link-label {
    margin-top: -15px
}

#social-sidebar.label-fancy.pos-top.pos-tb-left.size-large .link-label {
    margin-left: 8px
}

#social-sidebar.label-fancy.pos-top.pos-tb-right.size-large .link-label {
    margin-right: 8px
}

#social-sidebar.label-fancy.pos-bottom .link-label {
    margin-top: 0;
    margin-bottom: -10px;
    top: auto
}

#social-sidebar.label-fancy.pos-bottom.size-large .link-label {
    margin-top: 0;
    margin-bottom: -15px;
    top: auto
}

#social-sidebar.label-fancy.pos-bottom.pos-tb-left.size-large .link-label {
    margin-left: 8px
}

#social-sidebar.label-fancy.pos-bottom.pos-tb-right.size-large .link-label {
    margin-right: 8px
}

#social-sidebar.label-fancy .link-label:before {
    margin-top: -4px;
    width: 8px;
    height: 8px;
    content: "";
    display: block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    z-index: -2;
    top: 50%
}

#social-sidebar.label-fancy.pos-top.pos-tb-right .link-label:before {
    right: 15px
}

#social-sidebar.label-fancy.pos-top .link-label:before {
    margin-top: 0;
    top: -4px
}

#social-sidebar.label-fancy.pos-bottom.pos-tb-right .link-label:before {
    right: 15px
}

#social-sidebar.label-fancy.pos-bottom .link-label:before {
    margin-top: -4px;
    top: 100%
}

#social-sidebar.label-fancy.pos-left a:hover .link-label {
    left: 130%
}

#social-sidebar.label-fancy.pos-right a:hover .link-label {
    right: 130%
}

#social-sidebar.label-fancy.pos-top a:hover .link-label {
    top: 150%
}

#social-sidebar.label-fancy.pos-bottom a:hover .link-label {
    bottom: 150%
}

#social-sidebar.corners.pos-left ul li:first-child .link-icon {
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0
}

#social-sidebar.corners.pos-left ul li:last-child .link-icon {
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0
}

#social-sidebar.corners.pos-right ul li:first-child .link-icon {
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0
}

#social-sidebar.corners.pos-right ul li:last-child .link-icon {
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px
}

#social-sidebar.corners.pos-top ul li:first-child .link-icon {
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px
}

#social-sidebar.corners.pos-top ul li:last-child .link-icon {
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0
}

#social-sidebar.corners.pos-bottom ul li:first-child .link-icon {
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0
}

#social-sidebar.corners.pos-bottom ul li:last-child .link-icon {
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0
}

#social-sidebar.corners-all.pos-left .link-icon {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0
}

#social-sidebar.corners-all.pos-right .link-icon {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px
}

#social-sidebar.corners-all.pos-top .link-icon {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px
}

#social-sidebar.corners-all.pos-bottom .link-icon {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

#social-sidebar.shadow.pos-left {
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3)
}

#social-sidebar.shadow.pos-right {
    -webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.3)
}

#social-sidebar.shadow.pos-top {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3)
}

#social-sidebar.shadow.pos-bottom {
    -webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.3)
}

#social-sidebar.shadow-all.pos-left ul li a {
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3)
}

#social-sidebar.shadow-all.pos-right ul li a {
    -webkit-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.3)
}

#social-sidebar.shadow-all.pos-top ul li a {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3)
}

#social-sidebar.shadow-all.pos-bottom ul li a {
    -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.3)
}

#social-sidebar.colors-dark ul li a span,
#social-sidebar.colors-dark ul li a span:before {
    background: #444;
    color: #FFF
}

#social-sidebar.colors-light ul li a span,
#social-sidebar.colors-light ul li a span:before {
    background: #E0E0E0;
    color: #555
}

#social-sidebar.colors-trans ul li a span,
#social-sidebar.colors-trans ul li a span:before {
    background: none;
    color: rgba(0, 0, 0, 0.5)
}

#social-sidebar.colors-trans ul li a:hover span,
#social-sidebar.colors-trans ul li a:hover span:before {
    background: #EEE
}

#social-sidebar.colors-color ul li a span,
#social-sidebar.colors-color ul li a span:before {
    background: #333;
    color: #FFF
}

#social-sidebar.colors-color ul li a[class*="500px"] span,
#social-sidebar.colors-color ul li a[class*="500px"] span:before {
    background: #000
}

#social-sidebar.colors-color ul li a[class*="adn"] span,
#social-sidebar.colors-color ul li a[class*="adn"] span:before {
    background: #444
}

#social-sidebar.colors-color ul li a[class*="amazon"] span,
#social-sidebar.colors-color ul li a[class*="amazon"] span:before {
    background: #F8981D
}

#social-sidebar.colors-color ul li a[class*="android"] span,
#social-sidebar.colors-color ul li a[class*="android"] span:before {
    background: #80BD01
}

#social-sidebar.colors-color ul li a[class*="apple"] span,
#social-sidebar.colors-color ul li a[class*="apple"] span:before {
    background: #999
}

#social-sidebar.colors-color ul li a[class*="behance"] span,
#social-sidebar.colors-color ul li a[class*="behance"] span:before {
    background: #222
}

#social-sidebar.colors-color ul li a[class*="bluetooth"] span,
#social-sidebar.colors-color ul li a[class*="bluetooth"] span:before {
    background: #0A3D91
}

#social-sidebar.colors-color ul li a[class*="buysellads"] span,
#social-sidebar.colors-color ul li a[class*="buysellads"] span:before {
    background: #C90100
}

#social-sidebar.colors-color ul li a[class*="cc-diners-club"] span,
#social-sidebar.colors-color ul li a[class*="cc-diners-club"] span:before {
    background: #0069AA
}

#social-sidebar.colors-color ul li a[class*="codiepie"] span,
#social-sidebar.colors-color ul li a[class*="codiepie"] span:before {
    background: #000
}

#social-sidebar.colors-color ul li a[class*="contao"] span,
#social-sidebar.colors-color ul li a[class*="contao"] span:before {
    background: #D88949
}

#social-sidebar.colors-color ul li a[class*="creative-commons"] span,
#social-sidebar.colors-color ul li a[class*="creative-commons"] span:before {
    background: #7FA517
}

#social-sidebar.colors-color ul li a[class*="css3"] span,
#social-sidebar.colors-color ul li a[class*="css3"] span:before {
    background: #1572B6
}

#social-sidebar.colors-color ul li a[class*="dashcube"] span,
#social-sidebar.colors-color ul li a[class*="dashcube"] span:before {
    background: #000
}

#social-sidebar.colors-color ul li a[class*="delicious"] span,
#social-sidebar.colors-color ul li a[class*="delicious"] span:before {
    background: #39F
}

#social-sidebar.colors-color ul li a[class*="deviantart"] span,
#social-sidebar.colors-color ul li a[class*="deviantart"] span:before {
    background: #5E756F
}

#social-sidebar.colors-color ul li a[class*="digg"] span,
#social-sidebar.colors-color ul li a[class*="digg"] span:before {
    background: #000
}

#social-sidebar.colors-color ul li a[class*="dribbble"] span,
#social-sidebar.colors-color ul li a[class*="dribbble"] span:before {
    background: #EA4C89
}

#social-sidebar.colors-color ul li a[class*="dropbox"] span,
#social-sidebar.colors-color ul li a[class*="dropbox"] span:before {
    background: #007EE5
}

#social-sidebar.colors-color ul li a[class*="drupal"] span,
#social-sidebar.colors-color ul li a[class*="drupal"] span:before {
    background: #0B77BE
}

#social-sidebar.colors-color ul li a[class*="edge"] span,
#social-sidebar.colors-color ul li a[class*="edge"] span:before {
    background: #3277BC
}

#social-sidebar.colors-color ul li a[class*="empire"] span,
#social-sidebar.colors-color ul li a[class*="empire"] span:before {
    background: #000
}

#social-sidebar.colors-color ul li a[class*="evernote"] span,
#social-sidebar.colors-color ul li a[class*="evernote"] span:before {
    background: #5FB336
}

#social-sidebar.colors-color ul li a[class*="expeditedssl"] span,
#social-sidebar.colors-color ul li a[class*="expeditedssl"] span:before {
    background: #343433
}

#social-sidebar.colors-color ul li a[class*="facebook"] span,
#social-sidebar.colors-color ul li a[class*="facebook"] span:before {
    background: #234999
}

#social-sidebar.colors-color ul li a[class*="firefox"] span,
#social-sidebar.colors-color ul li a[class*="firefox"] span:before {
    background: #E65A09
}

#social-sidebar.colors-color ul li a[class*="flickr"] span,
#social-sidebar.colors-color ul li a[class*="flickr"] span:before {
    background: #ED006E
}

#social-sidebar.colors-color ul li a[class*="fonticons"] span,
#social-sidebar.colors-color ul li a[class*="fonticons"] span:before {
    background: #198965
}

#social-sidebar.colors-color ul li a[class*="fort-awesome"] span,
#social-sidebar.colors-color ul li a[class*="fort-awesome"] span:before {
    background: #111
}

#social-sidebar.colors-color ul li a[class*="forumbee"] span,
#social-sidebar.colors-color ul li a[class*="forumbee"] span:before {
    background: #86AC2C
}

#social-sidebar.colors-color ul li a[class*="foursquare"] span,
#social-sidebar.colors-color ul li a[class*="foursquare"] span:before {
    background: #1DAFEC
}

#social-sidebar.colors-color ul li a[class*="get-pocket"] span,
#social-sidebar.colors-color ul li a[class*="get-pocket"] span:before {
    background: #E84352
}

#social-sidebar.colors-color ul li a[class*="git"] span,
#social-sidebar.colors-color ul li a[class*="git"] span:before {
    background: #202021
}

#social-sidebar.colors-color ul li a[class*="github"] span,
#social-sidebar.colors-color ul li a[class*="github"] span:before {
    background: #202021
}

#social-sidebar.colors-color ul li a[class*="google-plus"] span,
#social-sidebar.colors-color ul li a[class*="google-plus"] span:before {
    background: #BC0B02
}

#social-sidebar.colors-color ul li a[class*="gratipay"] span,
#social-sidebar.colors-color ul li a[class*="gratipay"] span:before {
    background: #643513
}

#social-sidebar.colors-color ul li a[class*="hacker-news"] span,
#social-sidebar.colors-color ul li a[class*="hacker-news"] span:before {
    background: #F60
}

#social-sidebar.colors-color ul li a[class*="heart"] span,
#social-sidebar.colors-color ul li a[class*="heart"] span:before {
    background: #CD181F
}

#social-sidebar.colors-color ul li a[class*="html5"] span,
#social-sidebar.colors-color ul li a[class*="html5"] span:before {
    background: #E44D26
}

#social-sidebar.colors-color ul li a[class*="houzz"] span,
#social-sidebar.colors-color ul li a[class*="houzz"] span:before {
    background: #9AC743
}

#social-sidebar.colors-color ul li a[class*="internet-explorer"] span,
#social-sidebar.colors-color ul li a[class*="internet-explorer"] span:before {
    background: #00BCF2
}

#social-sidebar.colors-color ul li a[class*="instagram"] span,
#social-sidebar.colors-color ul li a[class*="instagram"] span:before {
    background: #31547A
}

#social-sidebar.colors-color ul li a[class*="joomla"] span,
#social-sidebar.colors-color ul li a[class*="joomla"] span:before {
    background: #0D6DAB
}

#social-sidebar.colors-color ul li a[class*="jsfiddle"] span,
#social-sidebar.colors-color ul li a[class*="jsfiddle"] span:before {
    background: #4679A4
}

#social-sidebar.colors-color ul li a[class*="lastfm"] span,
#social-sidebar.colors-color ul li a[class*="lastfm"] span:before {
    background: #D21309
}

#social-sidebar.colors-color ul li a[class*="leanpub"] span,
#social-sidebar.colors-color ul li a[class*="leanpub"] span:before {
    background: #000
}

#social-sidebar.colors-color ul li a[class*="linkedin"] span,
#social-sidebar.colors-color ul li a[class*="linkedin"] span:before {
    background: #007BB6
}

#social-sidebar.colors-color ul li a[class*="meanpath"] span,
#social-sidebar.colors-color ul li a[class*="meanpath"] span:before {
    background: #5590D4
}

#social-sidebar.colors-color ul li a[class*="medium"] span,
#social-sidebar.colors-color ul li a[class*="medium"] span:before {
    background: #000
}

#social-sidebar.colors-color ul li a[class*="modx"] span,
#social-sidebar.colors-color ul li a[class*="modx"] span:before {
    background: #9DC650
}

#social-sidebar.colors-color ul li a[class*="odnoklassniki"] span,
#social-sidebar.colors-color ul li a[class*="odnoklassniki"] span:before {
    background: #F68634
}

#social-sidebar.colors-color ul li a[class*="opencart"] span,
#social-sidebar.colors-color ul li a[class*="opencart"] span:before {
    background: #26C1F0
}

#social-sidebar.colors-color ul li a[class*="openid"] span,
#social-sidebar.colors-color ul li a[class*="openid"] span:before {
    background: #F38019
}

#social-sidebar.colors-color ul li a[class*="opera"] span,
#social-sidebar.colors-color ul li a[class*="opera"] span:before {
    background: #C30B1D
}

#social-sidebar.colors-color ul li a[class*="optin-monster"] span,
#social-sidebar.colors-color ul li a[class*="optin-monster"] span:before {
    background: #3A92D3
}

#social-sidebar.colors-color ul li a[class*="paypal"] span,
#social-sidebar.colors-color ul li a[class*="paypal"] span:before {
    background: #00335E
}

#social-sidebar.colors-color ul li a[class*="pinterest"] span,
#social-sidebar.colors-color ul li a[class*="pinterest"] span:before {
    background: #CA2128
}

#social-sidebar.colors-color ul li a[class*="product-hunt"] span,
#social-sidebar.colors-color ul li a[class*="product-hunt"] span:before {
    background: #D35C38
}

#social-sidebar.colors-color ul li a[class*="qq"] span,
#social-sidebar.colors-color ul li a[class*="qq"] span:before {
    background: #23A1DD
}

#social-sidebar.colors-color ul li a[class*="rebel"] span,
#social-sidebar.colors-color ul li a[class*="rebel"] span:before {
    background: #D40000
}

#social-sidebar.colors-color ul li a[class*="#ff7e00dit"] span,
#social-sidebar.colors-color ul li a[class*="#ff7e00dit"] span:before {
    background: #FF4500
}

#social-sidebar.colors-color ul li a[class*="renren"] span,
#social-sidebar.colors-color ul li a[class*="renren"] span:before {
    background: #105BA3
}

#social-sidebar.colors-color ul li a[class*="rss"] span,
#social-sidebar.colors-color ul li a[class*="rss"] span:before {
    background: #F57B05
}

#social-sidebar.colors-color ul li a[class*="safari"] span,
#social-sidebar.colors-color ul li a[class*="safari"] span:before {
    background: #2589D5
}

#social-sidebar.colors-color ul li a[class*="scribd"] span,
#social-sidebar.colors-color ul li a[class*="scribd"] span:before {
    background: #2C85BF
}

#social-sidebar.colors-color ul li a[class*="share"] span,
#social-sidebar.colors-color ul li a[class*="share"] span:before {
    background: #017F49
}

#social-sidebar.colors-color ul li a[class*="skyatlas"] span,
#social-sidebar.colors-color ul li a[class*="skyatlas"] span:before {
    background: #4CC3C8
}

#social-sidebar.colors-color ul li a[class*="skype"] span,
#social-sidebar.colors-color ul li a[class*="skype"] span:before {
    background: #019BD7
}

#social-sidebar.colors-color ul li a[class*="soundcloud"] span,
#social-sidebar.colors-color ul li a[class*="soundcloud"] span:before {
    background: #F93900
}

#social-sidebar.colors-color ul li a[class*="spotify"] span,
#social-sidebar.colors-color ul li a[class*="spotify"] span:before {
    background: #A9D00B
}

#social-sidebar.colors-color ul li a[class*="stack-overflow"] span,
#social-sidebar.colors-color ul li a[class*="stack-overflow"] span:before {
    background: #FF7A15
}

#social-sidebar.colors-color ul li a[class*="steam"] span,
#social-sidebar.colors-color ul li a[class*="steam"] span:before {
    background: #222
}

#social-sidebar.colors-color ul li a[class*="stumbleupon"] span,
#social-sidebar.colors-color ul li a[class*="stumbleupon"] span:before {
    background: #EB4823
}

#social-sidebar.colors-color ul li a[class*="tencent-weibo"] span,
#social-sidebar.colors-color ul li a[class*="tencent-weibo"] span:before {
    background: #27A4E2
}

#social-sidebar.colors-color ul li a[class*="tripadvisor"] span,
#social-sidebar.colors-color ul li a[class*="tripadvisor"] span:before {
    background: #55933F
}

#social-sidebar.colors-color ul li a[class*="tumblr"] span,
#social-sidebar.colors-color ul li a[class*="tumblr"] span:before {
    background: #1769FF
}

#social-sidebar.colors-color ul li a[class*="twitch"] span,
#social-sidebar.colors-color ul li a[class*="twitch"] span:before {
    background: #6441A5
}

#social-sidebar.colors-color ul li a[class*="twitter"] span,
#social-sidebar.colors-color ul li a[class*="twitter"] span:before {
    background: #1da1f2
}

#social-sidebar.colors-color ul li a[class*="viacoin"] span,
#social-sidebar.colors-color ul li a[class*="viacoin"] span:before {
    background: #2376A2
}

#social-sidebar.colors-color ul li a[class*="vimeo"] span,
#social-sidebar.colors-color ul li a[class*="vimeo"] span:before {
    background: #17B3E8
}

#social-sidebar.colors-color ul li a[class*="vine"] span,
#social-sidebar.colors-color ul li a[class*="vine"] span:before {
    background: #00A478
}

#social-sidebar.colors-color ul li a[class*="vk"] span,
#social-sidebar.colors-color ul li a[class*="vk"] span:before {
    background: #57799E
}

#social-sidebar.colors-color ul li a[class*="whatsapp"] span,
#social-sidebar.colors-color ul li a[class*="whatsapp"] span:before {
    background: #45C355
}

#social-sidebar.colors-color ul li a[class*="weibo"] span,
#social-sidebar.colors-color ul li a[class*="weibo"] span:before {
    background: #D52B2B
}

#social-sidebar.colors-color ul li a[class*="weixin"] span,
#social-sidebar.colors-color ul li a[class*="weixin"] span:before {
    background: #4AAD15
}

#social-sidebar.colors-color ul li a[class*="wikipedia"] span,
#social-sidebar.colors-color ul li a[class*="wikipedia"] span:before {
    background: #333
}

#social-sidebar.colors-color ul li a[class*="windows"] span,
#social-sidebar.colors-color ul li a[class*="windows"] span:before {
    background: #C40013
}

#social-sidebar.colors-color ul li a[class*="wordpress"] span,
#social-sidebar.colors-color ul li a[class*="wordpress"] span:before {
    background: #326D95
}

#social-sidebar.colors-color ul li a[class*="xing"] span,
#social-sidebar.colors-color ul li a[class*="xing"] span:before {
    background: #0C5459
}

#social-sidebar.colors-color ul li a[class*="yahoo"] span,
#social-sidebar.colors-color ul li a[class*="yahoo"] span:before {
    background: #640F6C
}

#social-sidebar.colors-color ul li a[class*="y-combinator"] span,
#social-sidebar.colors-color ul li a[class*="y-combinator"] span:before {
    background: #F26522
}

#social-sidebar.colors-color ul li a[class*="yelp"] span,
#social-sidebar.colors-color ul li a[class*="yelp"] span:before {
    background: #B61100
}

#social-sidebar.colors-color ul li a[class*="youtube"] span,
#social-sidebar.colors-color ul li a[class*="youtube"] span:before {
    background: #CD181F
}
/*Social Medai*/
