body {
  font: 400 15px Lato, sans-serif;
  line-height: 1.8;
  color: #818181;
  direction: rtl;
}

.mobile {
  display: none !important;
}

.phone_img {
  max-height: 20px;
  display: inline-block;
  padding-bottom: 5px;
}

/*  -------------------------- TYPOGRAPHY ----------------------------------- */

  /* *, p, a, h1, h2, h3, h4, h5, h6, span, li {
 font-family:   'atlas-pro', sans-serif;
 font-weight:   400; */

*, p, a, h1, h2, h3, h4, h5, h6, span, li {
  font-family: 'Heebo', sans-serif;
}

h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 34px;
  text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  h2 {
    font-size: 5vw;
    line-height: 26px;
    color: #000;
    background: #fff;
    padding: 15px 10px;
    border-radius: 15px;
    border: 2px solid #e3f7f3;
    margin-bottom: 0;
  }
}

.subtitle {
  font-size: 24px;
}

h4 {
  font-size: 19px;
  line-height: 1.375em;
  color: #4166b7;
  font-weight: 400;
  margin-bottom: 30px;
}

h3 {
  color: #000;
  background: none;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 15px 10px;
  width: 100%;
  background: #e2f7f3;
  box-shadow: 0 2px 2px #91a09e;
  margin: 25px 0;
  border: 1px solid #fff;
}

.glyphicon {
  font-family: 'Glyphicons Halflings' !important;
}

.hidden_span {
  visibility: hidden;
  display: block;
  margin-top: -120px;
  height: 120px;
}


/*  -------------------------- NAVIGATION ----------------------------------- */

.navbar {
    margin-bottom: 0;
    background-color: #212121;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    padding: 10px 0;
    /*box-shadow: 1px 1px 1px #c5c5c5;*/
}

.navbar li a, .navbar .navbar-brand {
    color: #fff !important;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #99d5ff !important;
    background-color: transparent !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}

.navbar-brand {
  padding: 0;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff !important;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle {
  background-color: transparent;
}

/*  -------------------------- JUMBOTRON ------------------------------------ */

.jumbotron {
  background-color: #fff;
  background: url('images/background_desktop.jpg');
  background-size: cover;
  padding-bottom: 0 !important;
  min-height: 500px;
  background-attachment: fixed;
  margin-bottom: 0;
}

.jumbotron h1, .jumbotron h2 {
  color: #000;
}

h2.subtitle {
  font-size: 32px;
  line-height: 42px;
}

.jumbotron p {
  text-align: justify;
}

.bg-grey-1 {
  background-color: #f6f6f6;
}

.bg-grey-2 {
  background-color: #e4e4e4;
}

.container-fluid-alt {
  padding: 30px 50px;
}

.container-fluid-no-padding {
  padding: 0;
}

.black-wrapper {
  /* background-color: rgba(0, 0, 0, .5); */
  padding: 100px 25px;
  color: #fff;
  height: 100%;
}

.black-wrapper li, .black-wrapper a, .black-wrapper h2 {
  color: #000;
  text-align: right;
}

.black-wrapper p {
  color: #000;
  text-align: justify;
}

.thankyou-page-black-wrapper {
  background: rgba(0, 0, 0, .7);
  position: absolute;top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.jumbo-thankyou-page {
  position: relative;
}

.msg_wrapper {
  position: absolute;
  z-index: 2;
  width: 100%;
  text-align: center;
}

.msg_wrapper h1, .msg_wrapper h2, .msg_wrapper p {
  text-align: center !important;
}

.msg_wrapper p a {
  background: rgba(255, 255, 255, .8);
  padding: 10px 15px;
  box-shadow: 0 1px 2px #000;
}

/*  ----------------------------- LOGO -------------------------------------- */

.logo {
  font-size: 200px;
  color: #f4511e;
}

.logo-small {
  color: #f4511e;
  font-size: 50px;
}

.thumbnail {
  padding: 0 0 15px 0;
  border: none;
  border-radius: 0;
}

.thumbnail img {
  width: 100%;
  margin-bottom: 10px;
}

/*  ----------------------------- FORM -------------------------------------- */

input {
  display: inline-block;
  width: 300px;
  margin: 5px 0;
  height: 45px;
  padding: 5px;
  color: #818188;
}

input[type=submit] {
  background: #e2f7f3;
  color: #000;
  padding: 0;
  font-weight: bold;	
}

.col-sm-4 h2:after {
  content: "<hr>";
  background-color: #98d6fd !important;
  width: 80%;
  font-size: 1px !important;
  display: block;
  margin-top: 10px;
  margin-right: 10%;
  height: 2px;
}

.hr-blue {
  border: #98d6fd !important;
  width: 80%;
  font-size: 1px !important;
  display: block;
  margin-top: 10px;
  margin-right: 10%;
  height: 1px;
  background: #98d6fd !important;
}

.contact-wrapper {
  border: #fff;
  border-radius: 5px;
  padding-bottom: 35px;
  background: #f5f5f5;
}

h3.contactme {
    text-align: center;
}

@media screen and (min-width:320px) and (max-width: 767px) {
  .hr-blue {
    margin-bottom: 0;
  }
  .row.slideanim.slide p {
    text-align: justify;
    color: #000;
  }

}

/*  ---------------------------- VIDEO -------------------------------------- */

iframe {
  width: 100%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*  --------------------------- CAROUSEL ------------------------------------ */

.carousel-control.right, .carousel-control.left {
  background-image: none;
  color: #f4511e;
}

.carousel-control.right, .carousel-control.left {
  margin-left: -30px;
}

.carousel-control.right, .carousel-control.left {
  margin-right: -30px;
}

.carousel-indicators li {
  border-color: #f4511e;
}

.carousel-indicators li.active {
  background-color: #f4511e;
}

.item h4 {
  font-size: 19px;
  line-height: 1.375em;
  font-weight: 400;
  font-style: italic;
  margin: 70px 0;
  color: #000;
  text-align: justify;
}

.item span {
  font-style: normal;
}

.panel {
  border: 1px solid #f4511e;
  border-radius:0;
  transition: box-shadow 0.5s;
}

.panel:hover {
  box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}

.panel-footer .btn:hover {
  border: 1px solid #f4511e;
  background-color: #fff !important;
  color: #f4511e;
}

.panel-heading {
  padding: 25px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.panel-footer {
    background-color: #fff !important;
}

.panel-footer h3 {
    font-size: 32px;
}

.panel-footer h4 {
    color: #aaa;
    font-size: 14px;
}

.panel-footer .btn {
    margin: 15px 0;
    background-color: #f4511e;
    color: #fff;
}

footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #f4511e;
}

.slideanim {visibility:hidden;}
.slide {
  /* The name of the animation */
  animation-name: slide;
  -webkit-animation-name: slide;
  /* The duration of the animation */
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  /* Make the element visible */
  visibility: visible;
}

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.carousel-indicators {
  bottom: -50px !important;
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

/*  ------------------------ ABOUT ASTRA ---------------------------------- */

.about_astra p {
  text-align: justify;
}


/*  ------------------------ MEDIA QUERIES ---------------------------------- */

@media screen and (min-width: 768px) {
  .jumbotron h1 {
    font-size: 46px;
    text-align: right;
    margin-top: 60px;
    font-weight: bold;
  }

  h2.subtitle {
    font-size: 22px;
    color: #fff !important;
    text-align: right;
  }

  .jumbotron p {
    font-size: 16px;
  }

  .black-wrapper {
    padding-top: 20px;
  }

  /*.row.ruth {
    margin-bottom: 90px;
  } */

  .mobile {
    display: none !important;
  }

  .desktop {
    display: block;
  }

  .ctc {
    display: none;
  }

  .row.slideanim.slide p {
    text-align: justify;
  }

  div#services {
    padding: 30px 0;
  }

  .desktop.ruth4 img {
    max-width: 80%;
  }

  .contact-wrapper {
    border: 1px solid #fff;
    background: rgba(0, 0, 0, .7);
    box-shadow: 0 2px 2px #000;
    transition: all 0.5s;
  }

  .contact-wrapper-reg {
    border: 1px solid #fff;
    box-shadow: none;
    transition: all 0.5s;
  }

  #onScroll {
    position: fixed;
    padding-bottom: 35px;
    max-width: 380px;
    margin-right: 770px;
    z-index: 100;
    border-radius: 5px;
  }
}

@media screen and (max-width: 767px) {
  .col-sm-4 {
    text-align: center;
    margin: 0;
  }

  .jumbotron {
    background-position: 52%;
    margin-bottom: 0;
  }

  .black-wrapper h1 {
    font-size: 9vw;
    text-align: center;
    line-height: 13vw;
    margin-top: 330px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 1px #000;
  }

  .black-wrapper h2 {
    color: #000;
    text-align: center;
    margin-top: 180px;
    font-weight: bold !important;
  }

  .jumbotron {
    background: url('images/mobile_background.jpg');
    background-position: 30% 60px;
    background-repeat: no-repeat;
  }

  .jumbotron p {
    font-size: 14px;
    line-height: 22px;
  }

  .jumbotron h2 {
    font-weight: 100;
    font-size: 20px;
  }

  h2.subtitle {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    color: #fff !important;
    margin-top: 0;
  }

  .navbar-brand {
    padding: 0;
    height: auto !important;
  }

  input {
    width: 80%;
    margin: 10px 0;
    height: 45px;
    padding: 15px;
    border: 1px solid #000;
    border-radius: 5px;
	text-align: center;
  }

  #myForm2 input {
    background: #e8e8e8;
  }

  #myForm2 input[type=submit] {
    background: #ffa500;
  }

  .container>.navbar-header {
    margin: 10px !important;
  }

  .item h4 {
    font-size: 15px;
    line-height: 24px;
    margin: 0;
  }

  .navbar-default .navbar-collapse {
    border-color: #000 !important;
  }

  .mobile {
    display: block !important;
  }

  .ctc {
    position: absolute;
    top: 66px;
    right: 39px;
  }
  .ctc img {
    width: 50px;
  }
}

/*  --------------------------- RUTH ------------------------------------ */

.ruth p {
  font-size: 13px;
}

#services {
  background: #f5f5f5;
  padding-bottom: 30px;
}

#services p {
  color: #000;
}

div#services h2 {
  color: #212121 !important;
  font-weight: bold;
}

.ruth_profile {
  padding-top: 30px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  #services p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none !important;
  }
  .mobile.ruth3 {
    margin-bottom: 30px;
  }
  .mobile.ruth3 img {
    display: block;
    max-width: 70vw;
    height: auto;
    margin: 0 10vw;
  }
}
