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

.mobile {
  display: none !important;
}

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

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

h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #789e99 !important;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 34px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 24px;
  }
}

.subtitle {
  font-size: 24px;
}

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

h3 {
  display: inline-block;
  padding: 10px;
  background: #B9121B;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

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


/*  -------------------------- 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/girl.jpg');
  background-size: cover;
  background-position: 20%;
  padding-bottom: 0 !important;
  min-height: 500px;
  background-attachment: fixed;
}

.jumbotron h1, .jumbotron h2 {
  color: #98d6fd !important;
  font-weight: bold;
}

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

.jumbotron p {
  text-align: justify;
}

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

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

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

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

.black-wrapper p, .black-wrapper li, .black-wrapper a, .black-wrapper h2 {
  color: #fff;
}

.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: #4368AD;
  color: #fff;
}

.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: 1px solid #fff;
  border-radius: 5px;
  padding-bottom: 15px;
}

@media screen and (min-width:320px) and (max-width: 767px) {
  .hr-blue {
    margin-bottom: 0;
  }
}

/*  ---------------------------- 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-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;
}

.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;
}

/* 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%);
    }
}

#services {
    margin-bottom: 30px;
}
.nav>li>a {
    padding: 10px;
}

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

@media screen and (min-width: 768px) {
  .jumbotron h1 {
    font-size: 43px;
  }

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

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

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

  .row.ruth {
    margin-bottom: 30px;
  }

  .mobile {
    display: none !important;
  }

  .ctc {
    display: none;
  }
	img.img-responsive.img_ruth {
    	width: 30%;
    	margin: 30px 60px 30px 0;
	}
}

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

  .jumbotron {
    background-position: 52%;
  }

  .black-wrapper {
    padding: 105px 25px 20px 25px;
  }

  .black-wrapper h1 {
    font-size: 28px;
    text-align: center;
    line-height: 30px;
    margin-top: 40px;
  }

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

  .jumbotron h2 {
    font-weight: bold;
    font-size: 24px;
  }

  h2.subtitle {
    font-size: 16px;
    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: 5px;
  }

  #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: 32px;
  }
  .ctc img {
    width: 50px;
  }
}

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

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

#services p {
  color: #000;
}

@media screen and (min-width: 320px) and(max-width: 767px) {
  #services p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
  }
}
