.screen section{padding: 80px 0;}

.screen section:nth-child(odd){background: #fbfbfb;}

@media(max-width: 735px){
  .screen section{padding: 60px 0;}
}

header .mt_btn_yellow{background: transparent; border: none;}


/* ==========================================================================
   Heading
========================================================================== */
.section_heading {
    padding: 0;
    width: 60%;
    margin: 0 auto 4rem;
}

.section_heading h2.section_title:before {
    content: '';
    height: 4px;
    width: 8%;
    background: #005294;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: inherit;
}

@media(max-width: 767px){
  .section_heading{width: 80%;}
}

/* ==========================================================================
   Header
========================================================================== */

header h1{color: #005294; margin: 0;}

header#inner-navigation .navbar-default {
    background-color: #fff;
    border-color: transparent;
    margin: 0;
    padding: 10px 0 15px;
}

nav.navbar.navbar-default.navbar-fixed-top.navbar-sticky-function.navbar-sticky-in {
    box-shadow: 0 0 10px #ccc;
}

@media(max-width: 911px){
  .screen header#inner-navigation .button{
      margin-right: 25px;
  }
}

@media(max-width: 811px){
  .screen header#inner-navigation .button{
      margin-right: 60px;
  }
}

@media(max-width: 811px){
  .screen header#inner-navigation .button{
      margin-right: 60px;
  }
}

@media(max-width: 639px){
  .screen header#inner-navigation .button{
      margin-right: 0px;
  }

  .screen header#inner-navigation .menu-button{display: none;}
}

@media(max-width: 320px){
    .screen header#inner-navigation .button{display: none;}
    header .logo{
      float: none!important;
      text-align: center;
  }
}

/* ==========================================================================
   Banner
========================================================================== */
#banner {
  position: relative;
  background-image: url("../../images/started-bg1.jpg");
  background-repeat:no-repeat;
  background-size: cover; 
  padding-top: 150px;
  background-attachment: fixed;
  background-position: center;
}

#banner:before{
  content: '';
  background: #00000060;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
} 

@media(max-width: 911px){
  #banner .contents{margin-top: 30px; text-align: center;}
}

@media(max-width: 735px){
  #banner .contents h1{font-size: 36px;}

  #banner .contents h2{font-size: 24px;}
}

/* ==========================================================================
   Home Layout Section Style
   ========================================================================== */

.layout-image{
  height: 330px;
  overflow: hidden;
  box-shadow: 3px 4px 30px 0 rgba(0,0,0,.1);
  transition: 0.5s all ease-in-out;
  display: inline-block;
  width: 100%; 
  vertical-align: middle;
}


.layout-image:hover{
  transition: 0.5s all ease-in-out;
  transform: translateY(-10px);
}

.layout-content {
    position: relative;
}
.layout-content h3{
  position: relative;
  z-index: 1;
  text-align: right;
}
.layout-content span{
    position: absolute;
    top: -15px;
    left: 0;
    font-size: 90px;
    line-height: 1em;
    color: #ccc;
    font-weight: 400;
    -webkit-transition: 1s .2s cubic-bezier(.89,.14,.25,1);
    -moz-transition: 1s .2s cubic-bezier(.89,.14,.25,1);
    transition: 1s .2s cubic-bezier(.89,.14,.25,1);
}
#dashboard .layout-image{
  height: 200px;
}
@media(max-width: 911px){
  .layout-inner{margin-bottom: 60px;}

  .layout-content h3 {
    text-align: right;
  }
}

@media(max-width: 735px){
  .layout-image{height: 270px;}

}

/* ==========================================================================
   About Us
   ========================================================================== */

/*about us*/

#mt_about .about-content {
    padding-right: 60px;
    padding-top: 25px;
}

#mt_about .about-content span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding-left: 58px;
    position: relative;
    color: #110729;
    text-transform: uppercase;
}

#mt_about .about-content span:before {
    content: '';
    height: 2px;
    width: 7%;
    background: #005294;
    position: absolute;
    top: 46%;
    left: 0;
}

#mt_about  .small-img {
    width: 60%;
    position: absolute;
    z-index: 1;
    bottom: -20px;
    left: 0px;
}

#mt_about  .fun-facts_figure{
  font-weight: 500;
  font-size: 42px;
  color: #005294;
  line-height: 1.5;
}

#mt_about.about-port{
  position: relative;
  background-image: url("../../images/body.png");
  background-repeat:no-repeat;
  background-position: bottom;
}/*
.about-img img{
  width: auto;
}
*/
@media(max-width: 911px){
  .about-img {
    text-align: center;
    margin-top: 30px;
  }
}

@media(max-width: 735px){
  #mt_about .about-content {
    padding: 0;
    text-align: center;
  }

  #mt_about .about-content h1{font-size: 36px;}

  #mt_about .about-content span{padding: 0;}

  #mt_about .about-content span:before{display: none;}
}

/* ==========================================================================
    Shop Ssection
========================================================================== */
#shop{
  overflow: hidden;
}
.shop-main .slick-slider.row{

  margin: 0;
}
.shop-main .slick-list{padding-top: 50px;}

.shop-main .slick-dots{bottom: -30px;}

.shop-main .slick-prev, .shop-main .slick-next{background: #005294; top: 45%;right: 15px;}

.shop-main .slick-prev:before, .shop-main .slick-next:before{font-size: 30px; opacity: 1; line-height: 1.4;}

.shop-main .slick-prev:hover, .shop-main .slick-prev:focus, .shop-main .slick-next:hover, .shop-main .slick-next:focus{
  background: #005294;
  color: #fff;
}

/* ==========================================================================
    site Ssection
    ========================================================================== */

section.site-section{
  padding:0;
  position: relative;
  background: #333a65;
}

.site-content{
  width: 70%;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 50px;
  position: relative;
} 

.site-content h2{color: #fff; text-transform: capitalize;} 

.site-content h2 span {
    color: #fff;
    font-size: 42px;
} 

.site-content p{color: #ccc;}

@media(max-width: 640px){
  .site-content{width: 100%;}
}

/* ==========================================================================
   Footer Style
========================================================================== */
footer {
  background: #fff;
  text-align: center;
  padding:25px 0;
}
.footer article p {
    font-size: 1.8em;
    line-height: 1.6;
}
.footer article a.btn {
    background-color: #e56d8e;
    border-color: #e56d8e;
    color: #fff;
    line-height: 4.0;
    height: 61px;
    text-transform: uppercase;
    border-radius: 0;
    transition: all 0.5s ease;
    margin: 25px 0;
    font-size: 1.1em;
    padding: 0 44px;
}
.footer article a.btn:hover{
    background: #ffa167;
    border-color: #ffa167;
    color: #fff;
}
.site-info p, .site-info p a {
  color: #333;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0;
}

.site-info p a:hover {
  color: #4676fa;
}
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  border-radius: 50%;
  width: 40px;
  text-align: center;
  padding: 0;
  height: 40px;
  line-height: 2.4;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: 9999999999;
}
.spinner {
  width: 40px;
  height: 40px;
  top: 45%;
  position: relative;
  margin: 0px auto;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f7941e;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}


.mt_btn_yellow, input[type=submit]{
  padding: 10px 20px;
  background: #005294;
  font-size: 15px;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border: 2px solid #005294;
  transition: all .5s ease;
  margin-top: 10px;
}