body {
    padding-top: 70px;
    height: 2000px;
    overflow: hidden;
}
.navbar {
    min-height: 70px;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #E41B17;
}
.navbar-inverse .navbar-nav > li > a {
    color: #BBB;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 16px;
}
.navbar-inverse .navbar-brand {
    color: #BBB;
    font-size: 30px;
    line-height: 40px;  
}
.dropdown-menu {
    background-color: #333;
    border-top: 3px solid #E41B17;
    min-width: 200px;
}
.dropdown-menu > li > a {
    color: #FFF;
    padding: 6px 20px;
    -webkit-transition: padding 0.5s ease;
    -moz-transition: padding 0.5s ease ;
    -o-transition: padding 0.5s ease ;
    transition: padding 0.5s ease;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #E41B17;
    color: #FFF;
    padding-left: 25px;
}
.dropdown-menu .divider {
    background-color: #871818;
}
.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}
.navbar-toggle {
    margin-top: 18px;
}

/* start slideshow */

.carousel-caption{
    bottom: 250px;
    background: rgba(3,3,3,0.3);
    padding-right: 20px;
    padding-left: 20px;
}
.item img {
    width: 100%;
}
.carousel-indicators li {
    height: 15px;
    width: 15px;
}
.carousel-indicators .active {
    height: 17px;
    width: 17px;
    background-color: #E41B17;
}

/*start section */
.price_table {
    background: #EEE;
    padding-top: 40px;
    padding-bottom: 40px;
}
.price_table h1 {
    margin-bottom: 40px;
}
.price_table .price_box {
    background: #FFF;
    padding: 10px;
    border: 1px solid #DDD;
    margin-bottom: 15px;
}
.price_table .price_box h2 {
    margin: 5px 0 15px
}
.price_table .price_box:hover p {
    -webkit-transform: scale(1.1,1.1) rotate(360deg);
    -moz-transform: scale(1.1,1.1) rotate(360deg);
    -o-transform: scale(1.1,1.1) rotate(360deg);
    transform: scale(1.1,1.1) rotate(360deg);
    border: 2px solid #DFDFDF;
}
.price_table .price_box p {
    font-size: 35px;
    font-weight: bold ;
    color: #666;
    width: 100px;
    height: 100px;
    background: #F3F3F3;
    border-radius: 50%;
    line-height: 100px;
    border: 1px solid #FFF;
    -webkit-transition-duration:0.7s;
    -moz-transition-duration:0.7s;
    -o-transition-duration:0.7s;
    transition-duration:0.7s;
}
.price_table .price_box ul {
    line-height: 250%;
    font-size: 18px;
}
.price_table .price_box a {
    margin-bottom: 5px;
}
/* start two section */
.our_team {
    background-image: url('../image/la.webp');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    min-height: 600px;
}
.our_team .team {
    background: rgba(2,2,2,0.7);
    color: #FFF;
    min-height: 600px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.our_team h1 {
    margin-bottom: 60px;
}
.person img {
    width: 200px;
    height: 200px;
}
.person {
    margin-bottom: 40px;
}
/*start subscribe*/
.subscribe {
    padding-top: 40px;
    padding-bottom: 70px;
    background: #EEE;
}
.subscribe h1 {
    color: #888;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.subscribe p {
    margin-bottom: 30px;
}
.subscribe .form-control {
    border-radius: 0;
    margin-right: -5px;
    width: 300px;
}
.subscribe button {
    border-radius: 0;
}
/*start footer*/
.footer {
    background: #333;
    color: #AAA;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer a [color:#AAA]
.footer a:hover [color:#FFF]
.footer h3 {
    color: #0895D1;
    letter-spacing: 1px;
    margin: 30px 0 20px;
}
.footer .three-columns {
    overflow: hidden;
}
.footer .three-columns li {
    width: 33.3333%;
    float: left;
    padding: 5px 0;
}
.footer .social-three {
    overflow: hidden;
    margin: 20px 0 10px;
}
.footer .social-three li {
    float: left;
    margin-right: 80px;
}
/*start media query*/
@media(max-width:768px) {
    h1 {
        color: red;
    }
    .subscribe .form-control {
        margin: 20px auto;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .nabar-collapse {
        max-height: none;
    }
}

/*start option color*/
.option-box{
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 9999;
}
.option-box .color-option {
    float: left;
    background: #333;
    color: #fff;
    padding: 10px;
    width: 200px;
    border: 4px solid #E41B17;
    display: none;
    
}
.option-box .color-option ul li {
    width: 20px;
    height: 20px;
    background: #F00;
    display: inline-block;
    margin-right: 3px;
}
.option-box .gear-check {
    padding: 5px;
    background: #E41B17;
    color: #FFF;
    cursor: pointer;
}
/* start loading */
.loading-overlay {
    background: #222;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
/*loading css spinner website*/
.sk-folding-cube {
  margin: 300px auto;
  width: 60px;
  height: 60px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E41B17;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}
/*start scrolltop*/
#scroll-top {
    font-size: 60px;
    text-align: center;
    position: fixed;
    right: 15px;
    bottom: 10px;
    z-index: 9999;
    display: none;
    cursor: pointer;
}
#scroll-top i {
    color: #272727;
}
#scroll-top i:hover {
    color: #444;
}