/* flipbook */

@import url('reset.css');
@import url('static.css');
@import url('elements.css');
@import url('preloader.css');


/* ================================= */
    /*===== Typography =====*/
/* ================================= */
body {
  font-family: 'Muli', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.528;
  color: #333;
  background-color: #FFF;
} 
html,
body {
  height: 100%;
}
iframe, object, embed {
    width: 100%;
}
h1, h2, h3, h4, h5, h6, label, blockquote { 
  font-family: 'Muli', sans-serif;
  color: #222431;
}
h1 {
  font-size: 45px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 13px;
}
p {
  font-family: 'Muli', sans-serif;
  font-size: 16px;
}
a {
  color: #3768C4;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
a:hover,
a:focus,
a:active {  
  color: #222431;
  text-decoration: none;
}
.footer-data a{ color:#4E6191;}
.footer-data a:hover,
.footer-data a:focus,
.footer-data a:active {  
  color: #fff;
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0; 
}
.plus-icon {
  border: 2px solid #FFF;
  padding: 1px 6px;
  font-weight: bold;
  color: #FFF;
}
.plus-icon:hover,
a .plus-icon:hover {
  color: #FFF;
}
.btn-default {  
  background-color: #00C853;
  color: #FFF;
  border-color: #00C853;  
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.btn-default:hover,
 .btn-default:focus {  
  color: #FFF;
  background-color: #E31D30;
  border-color: #E31D30;
}
.home-slider{
    background-color:#E3E8E8;
}
.home-slider .btn{
    margin-top:30px;
}
.swiper-pagination {
  position: relative; 
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 10px;
  background-color: #8E8E8E; 
}
.swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  background-color: #7FE3A9;
  position: relative;
  top: 3px;
}
.facebook:hover {
  color: #3B5998;
}
.twitter:hover {
  color: #1DA1F2;
}
.pinterest:hover {
  color: #BD081C;
}
.google-plus:hover {
  color: #DD4B39;
}
.tumblr:hover {
  color: #35465C;
}
.stumbleupon:hover {
  color: #EB4924;
}
.wordpress:hover {
  color: #21759B;
}
.instagram:hover {
  color: #405DE6;
}
.dribble:hover {
  color: #EA4C89;
}

/* ================================= */
    /*===== Header =====*/
/* ================================= */
.section-heading {
  margin-top: 95px;
}
.main-heading {
  text-transform: uppercase;
  font-weight: bold;
}
.main-heading span {
  font-size: 26px;
  margin-left: 22px;
}
.sub-heading {
  color: #6E707C;  
  letter-spacing: 1.8px;
  font-weight: normal;
}
hr {  
  margin-top: 58px;
  margin-bottom: 94px;
  border-color: #E3E8E8;
}
@media (max-width: 767px) {
  .main-heading {
    font-size: 35px;
  }
  .sub-heading {
    letter-spacing: 0.5px;
  }
}

/* ================================= */
    /*===== Navbar =====*/
/* ================================= */
.navbar-default {
  background-color: transparent ;
  border-color: transparent;
  padding-top: 67px;   
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.navbar-nav {
  background-color: rgba(0, 0, 0, 0.50);
}
.navbar-default .navbar-nav li a {
  color: #FFF; 
  text-transform: uppercase;
  text-align: center;  
  padding: 13px 0 15px; 
}
.navbar-default .navbar-nav li a:hover {
  color: #3590d9;
}
.navbar-default .navbar-nav li.active a,
.navbar-default .navbar-nav li.active a:hover,
.navbar-default .navbar-nav li.active a:focus, 
.navbar-default .navbar-nav li.active a:hover
.navbar-fixed-top {
  color: #3590d9;
  background-color: transparent ;
}
.navbar-default .navbar-nav>li>a:focus {
  color: #3590d9;
}

/*=====Toggle Navigation =====*/
.navbar-default .navbar-toggle {
  border-color: #3590d9;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #3590d9;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #3590d9;
}
.navbar-default .navbar-toggle:hover .icon-bar, 
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #FFF;
}
.navbar-nav {
  background-color: transparent; 
  float: right;
}
.top-nav-collapse {
  margin-top: 0;
  padding: 10px 0;
  background-color: #222431;
  box-shadow: 0 1px 15px rgba(0,0,0,0.2);
}
.navbar-default .navbar-nav .open a {
  border-top: 2px solid transparent;
}
.nav-sep {
  width: 6px;
  height: 6px;
  background-color: transparent;
  border: 1px solid #3590d9;
  border-radius: 100%;
  margin: 20px 27px 0 30px;
}
@media (min-width: 767px) and (max-width: 992px) {
  .nav-sep {
    margin: 20px 10px 0 14px;
  }
}
@media (max-width: 767px) {
 .navbar-default .navbar-collapse, 
  .navbar-default .navbar-form {
    background-color: #222431;
  } 
  .navbar-default {
    padding-top: 30px;
    padding-bottom: 30px;
  } 
  .logo {    
    padding-left: 15px;
  }
  .navbar-default .navbar-nav li a{
    text-align: center;
    padding: 5px 10px;  
  }
  .navbar-nav {
    float: none;
  }
}

/* ================================= */
    /*===== Slider =====*/
/* ================================= */
.home-slider .carousel-bg {
  width: 100%;
  height: 100vh;
  background-color: #262626;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; 
  -webkit-background-size: cover;
  -moz-background-size: cover;  
  -ms-backgroun: ative;
}
.overlay-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);       
}
.carousel-caption {
  position: absolute;
  top: 30vh;
  text-align: center;
}
.slider-heading {
  margin-top: 25px;
}
.slider-subheading {
  font-weight: bold !important;  
  margin-bottom: 18px;
}
.down-arrow {
  z-index: 1;
  position: absolute;
  bottom: -46px;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 92px;
  height: 92px;
  color: #3590d9;
  border-radius: 100%;
  background-color: #FFF;
}
.down-arrow a {  
  font-size: 30px;
  line-height: 56px;
  color: #3590d9;
}
.carousel-caption .slider-heading,
.carousel-caption .slider-subheading {
  font-size: 68px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 200;
}
.carousel-caption .titoff {
  font-size: 28px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 200;
  margin-bottom:0;
}
.carousel-caption .titbaz {
  font-size: 64px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 200;
  margin-top:0;
}
.slider-content {
  font-size: 20px; 
  line-height: 1.6;
}
@media (max-width: 767px) {
  .carousel-caption .slider-heading,
  .carousel-caption .slider-subheading {
    font-size: 40px;
  }
  .slider-content {
    font-size: 16px; 
  }
  .slider-logo {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .carousel-caption .slider-heading,
  .carousel-caption .slider-subheading {
    font-size: 63px;
  }
  .slider-content {
    font-size: 18px; 
  }
}

/* ================================= */
    /*===== About Us =====*/
/* ================================= */
#about-section{
    padding-bottom:80px;
}
.about-main-block .section-heading {
  margin-bottom: 19px;
}
.about-main-block .about-dtl {
  margin-top: 43px
}
.about-main-block .main-heading:after {
  content: "";
  display: block;
  position: absolute;
  width: 55px;
  height: 2px;
  background-color: #3590d9;
  margin: 18px auto 0;
  left: 0;
  right: 0; 
}
.about-main-block .main-heading-left:after {
  content: "";
  display: block;
  position: absolute;
  width: 55px;
  height: 2px;
  background-color: #3590d9;
  margin: 18px 0 0 15px;
  left: 0;
  right: 0; 
}
.main-heading-right:after {
  content: "";
  display: block;
  position: absolute;
  width: 55px;
  height: 2px;
  background-color: #3590d9;
  margin: 18px 15px 0 0;
  right: 0; 
}
.about-main-block {
  position: relative;
}
.about-img img {
  display: block;
  margin: 0 auto;
}
.about-dtl {
  margin-top: 21px;
  margin-bottom: 52px;
  color: #222431;
  line-height: 1.75;
}
.about-btn a {
  font-size: 18px;
  font-weight: bold;
  padding: 15px 44px;
}
.about-btn {
  margin-bottom: 61.3px;
  border-radius: 2.6px;
}

/* ================================= */
    /*===== Speedy Grease =====*/
/* ================================= */
#speedy-section{
    background-color:#f2f2f2;
    padding:0 0 90px 0;
}

#speedy-section .btn{
    margin-top:24px;
}

#speedy-section img {
  display: block;
  position: absolute;
  top: -14px;
}

/* ================================= */
    /*===== Work =====*/
/* ================================= */
.work-main-block hr {
  margin-bottom: 37px;
}
.work-section .work-main-block {
  padding-bottom: 108px;
}
.work-filter {
  margin-bottom: 32px;
}
.work-filter li {
  text-transform: uppercase;
  display: inline;
  padding: 10px;
}
.work-filter li a {
  letter-spacing: 0.3px;
  font-size: 16px;
  color: #8E8E8E;
}
.work-block {
  position: relative;
  padding-bottom: 20px;
}
.work-slider .work-overlay {
  text-align: center;
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3590d9;
  opacity: 0;
  color: #FFF;
  display: flex;
  justify-content: center; 
  align-items: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0); 
  transform: scale(0);
}
.work-slider .work-block:hover .work-overlay {
  opacity: 1;
  top: 20px;
  left: 20px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1); 
  transform: scale(1);
}
.work-overlay .plus-icon {
  font-size: 50px;
  font-weight: normal;
  padding: 1px 15px;
}
.work-title {
  text-transform: uppercase;
  margin-top: 50px;
}
.work-filter li a.active {
  color: #61C028;
}

/* ================================= */
    /*===== Work Two =====*/
/* ================================= */
.work-gallery {
  padding-bottom: 13px;
}
.work-gallery .col-md-4 {
  padding: 0;
}
.work-img {
  position: relative;
}
.gallery-overlay {
  position: absolute;
  top: 0; 
  width: 100%; 
  height: 100%; 
  background: rgba(229,29,48,0.8); 
  opacity: 0; 
  color: #FFF;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.gallery-item {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%)
}
.gallery-overlay .plus-icon {
  font-size: 80px;
  font-weight: 300;
  padding: 1px 25px;
  color: #FFF;
}
.gallery-overlay .work-client {
  margin-top: 40px;
  text-transform: uppercase;
  font-size: 14px;
}
.gallery-overlay .work-area {
  margin-top: 10px;
  font-size: 14px;
}
.work-gallery .work-img:hover .gallery-overlay { 
  opacity: 1;
  z-index: 1;
}
.gallery-btn a {
  font-size: 20px;
  font-weight: bold;
  padding: 15px 50px;
  border-radius: 0;
}
.gallery-btn {
  margin-top: 50px;
}
.work-three .work-img img {
  width: 100%;
}

/* ================================= */
    /*===== Portfolio Top Slide =====*/
/* ================================= */
.portfolio-slide .portfolio-item {
  width: 100%;
  height: 386px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; 
  -webkit-background-size: cover;
  -moz-background-size: cover;  
  -ms-backgroun: ative;
}
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 386px;
  background: rgba(0,0,0,0.4);       
}

/* ================================= */
    /*===== Work Three =====*/
/* ================================= */
.row-portfolio {
  -webkit-column-width: 340px;
  -moz-column-width: 340px;
  -ms-column-width: 340px;
  -o-column-width: 340px;
  -column-width: 340px;
  -moz-column-gap: 6px;
  -ms-column-gap: 6px;   
  -o-column-gap: 6px;   
  -webkit-column-gap: 6px;  
  column-gap: 6px;   
}
.row-portfolio .work-img {
 display: inline-block;
 margin: 1px 0;
 width:  100%; 
}
.work-three.work-main-block .gallery-btn a {
  width: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
}
.work-three.work-main-block .gallery-btn {
  margin-top: 15px;
}

/* ================================= */
    /*===== Process =====*/
/* ================================= */
.process-main-block {
  padding-bottom: 96px;
}
.process-img{
  float:right;
  margin-right: 38.2px;
}
.process-id {
  font-size: 60px;
}
.process-sep {
  width: 100px;
  height: 2px;
  background-color: #0BB7AD;
  position: relative;
  left: 0;
}
.process-name {
  margin-bottom: 9px;
  font-size: 20px;
  color: #494949;
}
.process-desc {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.56;
  max-width: 407px;
}
.process-pagination {
  margin-top: 95px;
}
.process-slider .swiper-slide  {
  opacity: 0.5;
}
.process-slider .swiper-slide-active  {
  opacity: 1;
}
@media (min-width: 768px) and (max-width: 992px) {
  .process-desc {
    margin-top: 10px;
  }
}

/* ================================= */
    /*===== Team =====*/
/* ================================= */
.member-dt1 {
  position: relative;  
}
.member-dtl:hover .member-topright {
  border-top: 129px solid #00C853;
}
.member-img {
  width: 100%;
  height: auto;
}
.member-name {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.member-post {
  margin-bottom: 17px;
  font-size: 16px;
}
.member-social li {
  display: inline;  
  padding-right: 8px;
}
.member-desc {
  position: relative;
  margin: 25px 0 55px;
  text-align:center;
}
.member-social li a {
  font-size: 14px;
  color: #000;
  transition: all 0.5s ease;
  -webkit-transition: all 0.8s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.member-topright {
  width: 0;
  height: 0;
  border-top: 129px solid #E2E2E2;
  border-left: 123px solid transparent;
  position: absolute;
  top: 1px;
  right: 16px;    
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
}
.member-topright a {
  position: absolute;
  bottom: 80px;
  right: 25px;
  color: #FFF;
  border-color: #FFF;
}
@media (min-width: 767px) and (max-width: 992px) {
  .member-topright {
    border-top: 89px solid #E2E2E2;
    border-left: 83px solid transparent;
  }
  .member-topright a {
    bottom: 50px;
    right: 10px;
  }
  .member-dtl:hover .member-topright {
    border-top: 89px solid #00C853;
  }
}

/* ================================= */
    /*===== Team Two =====*/
/* ================================= */
.team-two .member-desc {
  position: absolute;
  bottom: -30px;
  left: 50px;
  opacity: 0;
  color: #FFF;  
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.team-two .member-img {
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}
.team-two .member-social li a {
  color: #FFF;
}
.team-two .member-social li a:hover {
  color: #222431;
}
.team-two .member-topright {
  right: 1px;
}
.team-two .team-overlay {
  position: absolute; 
  top: 0; 
  width: 100%; 
  height: 100%; 
  background: #DE3E4D; 
  opacity: 0; 
  border: 1px solid #E1E1E1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.team-two .member-dtl:hover .team-overlay {
  opacity: 0.8;
}
.team-two .member-dtl:hover .member-desc {
  z-index: 1;
  opacity: 1;
}
.team-two .member-dtl:hover .member-topright {
  border-top: 129px solid #FFF;
  z-index : 1;
}
.team-two .member-dtl:hover .member-name {
  color: #FFF;
}
.team-two .member-dtl:hover .plus-icon {
  color: #00C853;
  border-color: #00C853;
}
.team-two .member-dtl {
  margin-bottom: 42px;
  position: relative;
}
@media (min-width: 767px) and (max-width: 992px) {
  .team-two .member-dtl:hover .member-topright {
    border-top: 89px solid #FFF;
  }
  .team-two .member-desc {
    left: 20px;
  }
}

/* ================================= */
    /*===== Facts =====*/
/* ================================= */
.facts-main-block {
  margin-top: 97px;
  height: 367px;
  background-color: #222431;
  display: flex;
  justify-content: center; 
  align-items: center; 
}
.facts-content {
  position: relative;
}
.main-text {
  font-size: 200.3px;
  color: #313340;
}
.main-text .plus {
  font-size: 80.1px;
}
.sub-text {
  letter-spacing: 0.9px;
  color: #FFC600;  
  text-transform: uppercase;
  position: absolute;
  top: 40%;
  left: 32%;
}
.sub-text span {  
  color: #FFF;  
}
@media(max-width:768px) {
  .facts-main-block {
    height: 767px;
  }
  .main-text {
    font-size: 150px;
  }
}

/* ================================= */
    /*===== Service =====*/
/* ================================= */
.service-main-block .main-heading:after {
  content: "";
  display: block;
  position: absolute;
  width: 55px;
  height: 2px;
  background-color: #3590d9;
  margin: 18px auto 0;
  left: 0;
  right: 0; 
}
.service-brief {
  margin-top: 47px;
  margin-bottom: 65px;
  color: #222431;
  line-height: 1.75;
}
.service-content {
  margin-left: -22px;
}
.service-block {
  background-color: #222431;
  padding: 22px 0 58px 0;
}
.service-dtl {
  margin-top: 61px;
}
.service-dtl .service-heading {
  margin: -3px 0 17px;
  font-size: 25px;
}
.service-dtl .service-icon {
  color: #FFC600;
  font-size: 25px;
}
.service-heading { 
  color: #FFF;  
  font-size: 25px;
  line-height: 1.12;  
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-content:hover .service-heading { 
  color: #FFC600;  
}
.service-desc {
  color: #7C7F8E;
  line-height: 1.12;
}
.service-btn a {
  font-size: 15.8px;
  font-weight: bold;
  padding: 28px 0;   
  margin-bottom: 101px;
  text-transform: uppercase;
  width: 100%;
}
@media(max-width:768px) {
  .service-dtl {
    margin-top: 0;
  }
  .service-item {
    margin-top: 30px;
  }
}

/* ================================= */
    /*===== Products =====*/
/* ================================= */
.products-main-block hr {
  margin-bottom: 65px;
}
.prod-download {
  margin-bottom: 8px;  
  font-size: 14px;
  line-height: 1.71;  
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.prod-name {
  margin-top: 23px;
  margin-bottom: 7px;
  font-size: 16px;
  text-transform: uppercase;
}
.prod-post-date {
  margin-top: 0;
  line-height: 1.71; 
  color: #8E8E8E; 
  margin-bottom: 10px;
}
.prod-dtl {
  line-height: 1.63;
  color: #737373;
}
.prod-desc .btn {
  font-size: 18px;
  position: absolute;
  bottom: 77px;
  right: 14px;
  color: #FFF;
}
.prod-desc .prod-img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.prod-desc:hover .prod-img {
  box-shadow: 0 15px 15px -15px #000;
}
.prod-desc:hover .prod-download {
  color: #00C853;
}

/* ================================= */
    /*===== News =====*/
/* ================================= */
.news-one.news-main-block .section-heading {
  background-color: #F2F2F2;
  padding-top: 73px;  
  padding-bottom: 50px;
  margin-top: 84px
}
.news-one.news-main-block .news-content {
  padding: 54px 0 85px;
  position: relative;   
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news-one.news-main-block .plus-icon {
  position: absolute;
  right: 130px;
  top: 120px;
  color: #c3c3c3; 
  border-color: #c3c3c3;  
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news-one.news-heading {
  font-size: 25px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news-one.news-main-block .news-date {
  margin-bottom: 25px;
  font-size: 14px;
}
.news-one.news-main-block .news-subheading {
  margin-top: 18px;
  font-size: 15px;
}
.news-one.news-main-block .news-content:hover {
  background-color: #3590d9;
  color: #F2F2F2;
  border-color: #FFF;
}
.news-one.news-main-block .news-content:hover .news-date a {  
  color: #F2F2F2;
}
.news-one.news-main-block .news-content:hover .news-heading,
.news-one.news-main-block .news-content:hover .plus-icon {
  color: #FFF;
  border-color: #FFF;
}
@media (min-width: 0) and (max-width: 992px){
  .news-one.news-main-block .plus-icon {
    position: relative;
    right: 0;
    top: 20px;
  }
}

/* ================================= */
    /*===== News Two =====*/
/* ================================= */
.news-two.news-main-block .news-content {
  position: relative;
}
.news-two.news-main-block .news-date {
  display: block;
  padding: 13px;
  position: absolute;
  bottom: 110px;
  background-color: #00C853;
  color: #FFF;
  margin: 0;
  font-size: 14px;
}
.news-two.news-main-block .news-dtl {
  margin-top: 36px;
}
.news-two.news-main-block .news-heading {
  font-size: 25px;
}
.news-two.news-main-block .news-subheading {
  font-size: 15px;
  margin-top: 22px;
}
.news-two.news-main-block .news-content img {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .news-two.news-main-block .news-content {
    margin-top: 30px;
  }
  .news-two.news-main-block hr {
    margin-bottom: 64px;
  }
}

/* ================================= */
    /*===== Event =====*/
/* ================================= */
.event-dtl .event-day {
  color: #FF002A;
  font-size: 15px;
  text-transform: uppercase;  
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.event-dtl .plus-icon {
  color: #FF002A;
  border-color: #FF002A;  
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.event-date {
  margin: 32px 0 12px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.event-dtl {
  margin-top: -38px;
  padding: 30px 10px 40px 15px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.event-dtl:hover {
  background-color: #00C853;
  color: #FFF;
  border-color: #FFF;
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.event-dtl:hover a,
.event-dtl:hover .event-day,
.event-dtl:hover .event-date {
  color: #FFF;
  border-color: #FFF;
}
.event-desc {
  margin-bottom: 56px;
  line-height: 1.75;
}
@media (min-width: 0) and (max-width: 992px){
  .event-dtl{
    margin-top: 30px;
  }
  .event-main-block hr {
    margin-bottom: 64px;
  }
}

/* ================================= */
    /*===== Testimonial =====*/
/* ================================= */
.testimonial-main-block { 
  color: #FFF;
  margin-top: 88px; 
}
.review-item {
  position: relative;
}
.review-bg { 
  height: 578px; 
  background-color: #222431;
}
.review-bg1 { 
  height: 578px; 
  background-color: #2D303F;
}
.review-bg .review-item {
  position: absolute;
  right: 15%;
  top: 32%;
}
.review-bg1 .review-item {
  position: absolute;
  left: 10%;
  top: 32%;
}
.review-bg span,
.review-bg1 span {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.review-bg:hover span,
.review-bg1:hover span {  
  color: #FFC600;
}
.review-item .img-icon {
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-bottom-color: #C3C3C3;
  position: relative;
  top: -50px;
  left: 35px;  
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.review-item .img-icon:after {
  content: '';
  position: absolute;
  left: -50px;
  top: 50px;
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-top-color: #C3C3C3;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.review-bg:hover .img-icon,
.review-bg1:hover .img-icon {  
  border-bottom-color: #3590d9;
}
.review-bg:hover .img-icon:after,
.review-bg1:hover .img-icon:after {  
  border-top-color: #3590d9;
}
.review-item .review-content {
  position: relative;
  top: -20px;
  left: 40px;
  max-width: 394px;
  line-height: 1.88;
}
.review-item .fa-quote-right {
  position: absolute;
  left: 420px;
  top: 145px;
}
.reviewer-dtl {
  margin-top: 58px;
}
.reviewer-img img {
  width: 120px;
  height: 120px ;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  position: absolute;
  bottom: -10px;
  left: 5px;
}
.reviewer-desc {
  position: absolute;
  bottom: 15px;
  left: 155px; 
}
.reviewer-name, .reviewer-post {
  color: #FFF;
}
.reviewer-name {
  font-size: 16px;
}
.testimonial-two.testimonial-main-block { 
  margin-top: 2px !important;
}
@media (min-width: 0) and (max-width: 992px) {
  .review-bg .review-item,
  .review-bg1 .review-item {
    top: 25%;
    left: 10%;
    right: 10%;
  }
  .review-item .review-content {
    width: 80%;
    max-width:394px;
    line-height: 1.5;
  }
  .review-item .fa-quote-right {
    left: 90%;
    top: 50%;
  }
}

/* ================================= */
    /*===== Newsletter =====*/
/* ================================= */
.newsletter-main-block {
  background-color: #E31D30;
  color: #FFF;
  height: 593px;
}
.newsletter-dtl {  
  position: relative;
  top: 16%;
}
.newsletter-dtl .form-control {
  width: 536px;
  height: 66px;
  border-radius: 50px;
  font-size: 18px;
  margin: 0 auto;
  text-align: center;
}
input[type="email"]::-webkit-input-placeholder {
  color: #222431;
}
input[type="email"]::-moz-placeholder { 
  color: #222431;
}
input[type="email"]:-ms-input-placeholder { 
  color: #222431;
}
input[type="email"]:-moz-placeholder { 
  color: #222431;
}
.subscribe-btn .btn {
  width: 536px;
  padding: 19px 10px;
  border-radius: 50px;
  margin-top: 10px;
  margin-bottom: 43px;
  text-transform: uppercase;
  font-size: 20px;
}
.subscribe-btn .btn,
.subscribe-btn .btn:hover,
.subscribe-btn .btn:active,
.subscribe-btn .btn:focus,
.subscribe-btn .btn:active:focus { 
  background-color: #222431;
  border-color: #222431;
  color: #FFF;
}
.newsletter-heading {
  margin: 0 0 34px 0;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
}
.newsletter-subheading {
  margin-bottom: 56px;
}
@media(max-width:768px) {
 .newsletter-dtl .form-control {
    width: 70%;
    min-width: 260px;
    height: 66px;
  }
  .subscribe-btn .btn {
    width: 70%;
    min-width: 260px;
    padding: 19px 10px;
    margin-bottom: 33px;
  }
  .newsletter-heading {
    font-size: 38px;
  }
  .newsletter-subheading {
    margin-bottom: 36px;
  }
  .newsletter-dtl {  
    top: 13%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

/* ================================= */
    /*===== Award =====*/
/* ================================= */
.awards-main-block hr {
  margin-bottom: 109.8px;
}
.award-img {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
 -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -moz-filter: grayscale(100%);  
  filter: grayscale(100%);
}
.award-img:hover { 
  -webkit-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  -moz-filter: grayscale(0);  
  filter: grayscale(0);
}
.award-img img{
  margin: 0 auto;
}
@media(max-width:768px) {
  .award-img {
    margin-top: 30px;
  }
  .awards-main-block hr {
    margin-bottom: 70px;
  }
}

/* ================================= */
    /*===== Quote =====*/
/* ================================= */
.quote-main-block {
  margin-top: 101px;
  height: 411px;
  background-color: #222431;
  display: flex;
  justify-content: center; 
  align-items: center;
}
.quote-writer {
  padding-top: 21px;
  color: #FFC600;
}
.quote-content {  
  color: #FFF;
  font-size: 50px;
}

/* ================================= */
    /*=====Career =====*/
/* ================================= */
.career-slider .career-block img{
  display: block;
  margin: 0 auto;
}
.career-slider .career-block {
  margin-bottom: 47px;
}
.career-main-block hr {
  margin-bottom: 65px;
}
.career-content {
  text-align: center;
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.career-heading {
  font-size: 60px;
  margin: 39px 0 43px;
  color: #2D3040
}
.career-nmbr {
  color: #FF002A;
  font-size: 18px;
  margin-top: 51px;
  display: block;
}
.career-text {
  font-size: 20px;
  color: #6A6A6A;
}
.career-dtl {
  margin-top: 48px;
}
.post-dtl {
  margin-top: 74px;
}
.post-open {
  color: #5A5A5A;
  text-transform: lowercase;
}
.post-name {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: normal;
  margin-top: 14px;
  margin-bottom: 35px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.post-dtl:hover .post-name {
  color: #FF002A;
}
.post-dtl .plus-icon {
  color: #9E9D9D;
  border-color: #9E9D9D;
}
.post-dtl:hover .plus-icon {
  color: #00C853;
  border-color: #00C853;
}
@media(max-width:768px) {
  .career-heading {
    margin: 9 0 13;    
    font-size: 40px;
  }
  .career-nmbr {
    margin-top: 21px;
  }
}

/* ================================= */
    /*===== Video =====*/
/* ================================= */
.video-main-block {
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; 
  position: relative;  
  margin-top: 122px;
}
.video-item {  
  text-align: center;
}
.video-device {   
  position: relative;
}
.bg_img {
  width: 100%;
  height: 531px;
}
.video-item .video-preview, 
.video-item .video-preview iframe {
  width: 100%;
  height: 531px;
}
.video-preview {
  position: absolute;
  left: 0; 
  top: 0;
  z-index: 30;
  width: 100%;
}
.btn-video-play {
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  display: block;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  color: #FFF;
  border: none;
  border-radius: 50%;
  background: #00C853;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(0, 200, 83, 0.5);
  -webkit-animation: pulse 1.5s infinite;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-video-play:hover {
  background: #FF002A;
  box-shadow: 0 0 0 0 rgba(255, 0, 42, 0.5);
}
@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  }
  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}

@media (min-width: 0) and (max-width: 992px) {
  .video-item .video-preview, 
  .video-item .video-preview iframe {
    height: 400px;
  }
  .bg_img {
    height: 400px;
  }
}

/* ================================= */
    /*===== Client =====*/
/* ================================= */
.margin-top-70{
  margin-top: 70px;
}
.logo-img {
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -moz-filter: grayscale(100%);  
  filter: grayscale(100%);
}
.logo-img:hover { 
  -webkit-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  -moz-filter: grayscale(0);  
  filter: grayscale(0);
}
.logo-img img {
  margin: 0 auto;
}
@media (min-width: 0) and (max-width: 992px) {
  .margin-top-70 {
    margin-top: 0;
  }
  .logo-img {
    margin-top: 30px;
  }
  .clients-main-block hr {
    margin-bottom: 64px;
  }
}

/* ================================= */
    /*===== Contact =====*/
/* ================================= */
.contact-bubble {
  position: absolute;
  margin: 0 auto;
  top: 59px;
  left: 0;
  right:0 ;
  width: 320px;
  height: 320px;
  background-color: #3768c4;
  border-radius: 50%;
  padding: 55px;
  color: #FFF;
}
.contact-dtl {
  font-size: 14px;
  line-height: 1.4;
}
.bubble-heading {
  color: #FFF;
  font-size: 20px;
  line-height: 1.4;
  text-transform: uppercase;
}
.contact-bubble p,.contact-bubble i {
  font-size: 14px
}
.gmap_canvas {
  height:492px;
  width:auto;
  background-color:#f6f6f6;
}
.contact-bubble:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 69px;
  bottom: -48px;
  border: 45px solid;
  border-color: #3768c4 #3768c4 transparent transparent;
}
.address {
  padding-top: 10px;
}
.contact-main-block {
  position: relative;
  margin-top: 100px;
}
.contact-bubble a{
    color:#fff;
}
.contact-bubble a:hover{
    color:#222431;
}
@media(max-width:768px) {
  .contact-bubble {
    width: 250px;
    height: 250px;
    padding: 20px;
  }
  .contact-bubble:before {
    border: 40px solid;
    border-color: #3768c4 #3768c4 transparent transparent;
  }
  .address {
    padding-top: 1px;
  }
  .carousel-caption .titoff{
      font-size:24px;
  }
  .carousel-caption .titbaz{
      font-size:48px;
  }
}

@media(max-width:900px) {
  #speedy-section img{
      position:relative;
      width:100%;
  }
  #speedy-section .section-heading{
      margin:30px 0;
  }
}

/* ================================= */
    /*===== Footer =====*/
/* ================================= */
.footer-main-block {
  background-color: #222431;
  padding: 78px 0;
}
.social-link {
  float: right;
  padding-top:15px;
}
.social-link li {
  display: inline;
  margin: 8px;
}
.social-icon {
  display: inline-block;
  border: 2px solid #5E606A;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #FFF;  
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.social-icon:hover {
  border-color: #FF002A;
  color: #FF002A;
}
@media(max-width:768px) {
  .social-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .social-link li {
    margin: 2px;
  }
  .footer-main-block {
    padding: 38px 0;
  }
}

/* ================================= 
    /*===== Footer Two =====*/
/* ================================= */
.footer-two {
  background-color: #222431;
  color: #7C7F8E;  
  font-size: 14px;
  padding: 0;
}
.footer-two .footer-data {
  padding: 20px 0;
}
.footer-two hr {
  margin: 0;
  border-color: #383B4D;
}
.footer-two .footer-content {
   padding: 40px 0;
}
.company-terms {
  float: right; 
  margin-top: 20px;
}
.company-terms a {
  color: #7C7F8E; 
}
.company-terms a:hover {
  color: #3590d9;
}
.company-terms li {
  display: inline;
}
.company-dtl {
  max-width: 400px;
}
.company-terms i {
  margin: 25px;
}
@media(max-width:768px) {
  .company-terms i {
    margin: 0;
  }
}

/* ================================= */
    /*===== Preloader =====*/
/* ================================= */
.preloader { 
  background: #222431;
  bottom: 0;
  top: 0;
  left: 0; 
  right: 0;  
  position: fixed;
  z-index: 9999999;
}
.status {
  background-image: url(../images/logo-footer.png);
  animation: bounce 1s infinite;
 -webkit-animation: bounce 1s infinite;
 -moz-animation: bounce 1s infinite;
 -o-animation: bounce 1s infinite;
}
.status,
.status-message {   
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; 
  right: 0;  
  background-position: center;
  background-repeat: no-repeat;     
}
.status-message {
  color: #FFF;
  padding-top: 30%;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
  40% {-webkit-transform: translateY(-30px);}
  60% {-webkit-transform: translateY(-15px);}
} 
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
  40% {-moz-transform: translateY(-30px);}
  60% {-moz-transform: translateY(-15px);}
} 
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
  40% {-o-transform: translateY(-30px);}
  60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-30px);}
  60% {transform: translateY(-15px);}
}

/* flipbook */

#fb5-ajax{
  	margin-bottom:30px;
	position:relative;
}


#fb5-ajax a {
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;	
}

#fb5-ajax.fb5-fullbrowser{
	position:fixed;
	left:0px;
	top:220px;
	right:0px;
	bottom:0px;
   	margin-bottom:0;  	
}

#fb5-ajax.fullScreen,#fb5-ajax[data-template="true"] {
    margin-bottom:0;   
  
    position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;	
}


#fb5-ajax .fb5-bcg-book{
	opacity:1;
	position:absolute;
	top:0;
	left:0;
    background: none no-repeat center center;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
    width:100%;
	height:100%;
}


#fb5{
   font-family:Arial,sans-serif;	
   font-size:14px;	
   -webkit-text-size-adjust:none;
   position:absolute;
   overflow:hidden;
   top:0;
   left:0;
   display:block;
   width:100%;
   height:100%;
   opacity:0;
   
}

/* begin lightbox /*/
#fb5-ajax.fb5-lightbox {  
    position:fixed !important; 	
  	left:0px !important;
	top:0px !important;
	right:0px !important;
	bottom:0px !important;
	z-index:99999 !important;
}

#fb5-ajax #fb5-close-lightbox{
	display:none;
}


#fb5-ajax.fb5-lightbox #fb5-close-lightbox{
	display:block;
	position:absolute;
	top:55px;
	right:1%;
	font-size:40px;
	color:white;
	cursor:pointer;
	opacity:1;
}

#fb5-ajax.fb5-lightbox #fb5-close-lightbox i{
   line-height:.65 !important;
  
}

/* end lightbox /*/



/* =  Gradient ( for right page )
--------------------------*/

.fb5-gradient-page{

width:100%;
height:100%;
position:absolute;	
top:0;
left:0;

	
}

/* =  Gradient ( for left page )
--------------------------*/

#fb5 .turn-page.even .fb5-cont-page-book > .fb5-gradient-page {
   
background: -moz-linear-gradient(left,  rgba(0,0,0,0.27) 0%, rgba(255,255,255,0) 7%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.27)), color-stop(7%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.27) 0%,rgba(255,255,255,0) 7%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,0.27) 0%,rgba(255,255,255,0) 7%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,0.27) 0%,rgba(255,255,255,0) 7%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,0,0,0.27) 0%,rgba(255,255,255,0) 7%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45000000', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

	
}


/* =  Gradient ( for right page )
--------------------------*/

#fb5 .turn-page.odd .fb5-cont-page-book > .fb5-gradient-page {
	
background: -moz-linear-gradient(right,  rgba(0,0,0,0.27) 0%, rgba(255,255,255,0) 7%); /* FF3.6+ */
background: -webkit-gradient(linear, right top, right top, color-stop(0%,rgba(0,0,0,0.27)), color-stop(7%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(right,  rgba(0,0,0,0.27) 0%,rgba(255,255,255,0) 7%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(right,  rgba(0,0,0,0.27) 0%,rgba(255,255,255,0) 7%); /* Opera 11.10+ */
background: -ms-linear-gradient(right,  rgba(0,0,0,0.27) 0%,rgba(255,255,255,0) 7%); /* IE10+ */
background: linear-gradient(to left,  rgba(0,0,0,0.27) 0%,rgba(255,255,255,0) 7%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45000000', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */


}


#fb5 #fb5-container-book {
	position: absolute;
	z-index: 5;
	display: none;
	width: 1100px; height: 715px;
}

.remove_scroll{
  overflow: hidden;	
}


#fb5 fieldset{
	
	
}


#fb5 #fb5-deeplinking{
  display:none;	
}



#test{
   margin:0 auto;
   width:100%;
}

#fb5 #page.mobile {
		width: 550px; height: 358px;
		margin: -210px 0 0 -275px;
	}
	
#fb5 #page .padding { /*padding: 0 34px;*/ }



#fb5 .cursor-grab {
	cursor: -webkit-grab;
	cursor: -moz-grab;
}


#fb5 .fb5-overlay {
	position: absolute; left: -10000px; top: 0; z-index: 20;
	
	/*background: url(../img/bg-overlay.png);/*/
	background:rgba(0,0,0,0);
	
	width: 100%; height: 100%;
	display:none;
}

#fb5 .fb5-overlay.active { left: 0; display:block; }


/* = Back button
-------------------------------------------------------------- */
   #fb5 #fb5-button-back{
	color:#FFFFFF;
	position:absolute;
	left:-5px;
	bottom:45px;
	background-color:#64C8D3;
	border-radius: 4px 4px 4px 4px;
	padding:5px;
	padding-left:15px;
	padding-right:10px;
	font-size:12px;
	font-weight:bold;
	margin-top:-45px;
  }
  #fb5 #fb5-button-back:hover{
	color:#64C8D3;  
	background-color:#FFFFFF
  }


/* = About
-------------------------------------------------------------- */

	#fb5 #fb5-about {
		position: absolute; z-index: 5;
		width: 45%; display: none;
		/*padding-top: 6%;/*/
	}

	#fb5 #fb5-about h1,
	#fb5 #fb5-about h2,
	#fb5 #fb5-about h3,
	#fb5 #fb5-about h4,
	#fb5 #fb5-about h5,
	#fb5 #fb5-about h6 {
		margin: 0 0 .5em 0;
		padding:0px;
		font-size: 1.375em;
		color: #64c8d3;
		-webkit-font-smoothing: antialiased;
		text-transform:none;
	}
	
	#fb5 #fb5-about h3{
		background: url(../img/arrow-right.png) no-repeat 0 50%;	
		padding: 0 0 0 25px;	
	}
	
	#fb5 #fb5-about ul,#fb5-about ol {
		list-style:disc;
		margin: 0;
		padding-left:10px;
		padding-top:0%;
		padding-bottom:2%;
	}
	
	#fb5 #fb5-about li {
		color: #cfeaee;
		margin-bottom:4px;
	}
		
	
	#fb5 #fb5-about p {
		/*font-size: 0.688em;/*/
		color: #cfeaee;
		margin-bottom:4%;
	}
	
	#fb5 #fb5-about a {
		color:#ffffff;	
		text-decoration:underline;
	}
	
	#fb5 #fb5-about a:hover {
		/*color:#ffffff;/*/	
		text-decoration:none;
	}



/* = Book
-------------------------------------------------------------- */

#fb5 #fb5-book {
	position: relative; z-index: 10;
	width: 100%; height:100%;
}

#fb5 #fb5-book .turn-page {
	background-color:#FFF;
	background-size: 100% 100%;
}

#fb5 .fb5-double {
	background-size: 200% 100% !important;
}

#fb5 .fb5-double.fb5-first {
	background-position: 0% 0%;
}

#fb5 .fb5-double.fb5-second {
	background-position: -100% 0%;
}


	/* = Nav Arrows
	---------------------------------------- */
	
	#fb5 .fb5-nav-arrow {
		position: absolute; top: 50%; z-index: 15;
		background: url(../img/arrow-navpage.png);
		width: 34px; height: 136px;
		margin-top: -68px;
	}
		
	#fb5 .fb5-nav-arrow.next			{ right: -34px; background-position: 0 0; }
	#fb5 .fb5-nav-arrow.next:hover	{ background-position: 0 -186px; }
	
	#fb5 .fb5-nav-arrow.prev			{ left: -34px; background-position: 0 -372px; display: none; }
	#fb5 .fb5-nav-arrow.prev:hover	{ background-position: 0 -558px; }
	
	#fb5 .fb5-nav-arrow.next{
		transform-origin:0 center;
		-ms-transform-origin:0 center;
		-webkit-transform-origin:0 center;		 
    }
	
	#fb5 .fb5-nav-arrow.prev{
		transform-origin:right center;
		-ms-transform-origin:right center;
		-webkit-transform-origin:right center;		 
    }
	
		/*#page.mobile .fb5-nav-arrow.next { right: -24px; }*/



	/* = Cover
	---------------------------------------- */

	#fb5 #fb5-logo-cover {
		position: absolute; right: 10px; bottom: 10px; z-index: 5;
	}	

	#fb5 #fb5-cover ul {
		position:absolute;
		top:50%;
		-webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
		-moz-transform: translate(0,-50%);
		-o-transform: translate(0,-50%);
        transform: translate(0,-50%);
		clear: both;
		width: 100%;
		list-style: none;
		padding: 20px 0;
		border-top: 1px solid #e2e2e2;
		border-bottom: 1px solid #e2e2e2;
	}
	
	#fb5 #fb5-cover ul:after { clear: both; content: ''; display: block; }
	
	#fb5 #fb5-cover li {
		float: left;
		width: 28.3%;
		margin: 0 2.5%;
		list-style:none;
	}
		
	#fb5 #fb5-cover li,
	#fb5 #fb5-cover img {
		-moz-user-select: -moz-none;
		-khtml-user-select: none;
		-webkit-user-select: none;
		user-select: none;
		box-shadow:none;
	}
		
	#fb5 #fb5-cover li:last-child {
		margin-right: 0;
	}

	#fb5 #fb5-cover li img {
		float: left;
		width: 100%;
	}
	
	#fb5 a img {		
	     -moz-transition-duration: .5s;	
		 -webkit-transition-duration: .5s;
		 -ms-transition-duration: .5s;	
		 background-color: rgba(255,255,255,.01);	
	}
			
	#fb5 a img:hover {
		opacity: 0.5;		
	}
			


	/* = End
	---------------------------------------- */

	#fb5 #end { text-align: center; }
	
	#fb5 #end p { padding-top: 60%; }



	/* = Meta data
	---------------------------------------- */

	#fb5 #fb5-book .fb5-meta {
		position: absolute; bottom: 1%;
	}

	#fb5 .fb5-meta .fb5-num {
			font-weight: bold;
			font-size: 12px;
			color: #666;
	}
		
	#fb5 .fb5-meta .fb5-description {
			font-size: 11px;
			color: #666;
	        font-family:Arial,sans-serif;
	}

	#fb5 .fb5-meta.fb5-left { 
			left:3%;
	}
	
	#fb5 .fb5-meta.fb5-left .fb5-num {
		    padding-right: 10px;
	}
		
	#fb5 .fb5-meta.fb5-right {
			right:3%;
			text-align: right;
	}
		
	#fb5 .fb5-meta.fb5-right .fb5-num {
				padding-left: 10px;
	}
			
			
			
			
	/*= Video in lightbox
	----------------------------*/

	#v5_lightbox {
		width:100%;
		height:100%;
		z-index:555789;
		position:fixed;	
		display:block;	
		top:0px;
	}

	#v5_lightbox .bcg{
		width:100%;
		height:100%;
		background-color:#000;
		opacity:.7;	
		position:absolute;	
		cursor:pointer;
	}
    
	
	/* --------------------------*/
	
	.fb5-cont-page-book{
		position:absolute;		
	}
	
	#fb5 .fb5-page-book {
		
		position:absolute;
	    -webkit-hyphens:none;
        -moz-hyphens:none;
        -ms-hyphens:none;
        hyphens:none;	
		overflow:hidden;
	}
	
	
	#fb5 .fb5-page-book .center {
		/*text-align:center;
		padding-top:65%;/*/
	}
	
	#fb5 .fb5-page-book img {
		border:none;
		padding:0;
	}
	
	#fb5 .fb5-page-book p {
		margin-bottom:20px;
		line-height:1.5;
	}
	
	#fb5 .fb5-page-book a {
		text-decoration:underline;
		color:#64C8D3;
		font-weight:bold;
	}
	
	#fb5 .fb5-page-book p a:hover {
		text-decoration:none;
	}
	
	#fb5 .fb5-page-book h1,
	#fb5 .fb5-page-book h2,
	#fb5 .fb5-page-book h3,
	#fb5 .fb5-page-book h4,
	#fb5 .fb5-page-book h5,
	#fb5 .fb5-page-book h6 {
	   font-family:Arial,sans-serif;
	   text-transform:none;
	   margin:0px;
	   
	}	
	
	#fb5 .fb5-page-book ul {
	    list-style: disc inside;
		margin-bottom:3% !important;
	}
	
	#fb5 .fb5-page-book ul li {
	   margin-bottom:2px;
	   list-style: disc inside;
	}
	
	#fb5 .fb5-page-book ol{		 
		margin-bottom:3% !important;	
	}
	
	#fb5 .fb5-page-book ol li {
	    list-style: decimal inside;
	}
	
	
	#fb5 .fb5-page-book ul li a, #fb5 .fb5-page-book ol li a {
	   color:#77797F;
	   font-weight:normal;	
	   text-decoration:none;
	}
	
	#fb5 .fb5-page-book ul li a:hover, #fb5 .fb5-page-book ol li a:hover {
	   text-decoration:underline;
	}
	
	#fb5 .fb5-page-book a:hover img {
      /* opacity:0.8;  /*/	  
	}
	
	
	/* =WordPress Core
-------------------------------------------------------------- */
#fb5 .fb5-page-book .alignnone,.#fb5-about .alignnone {
    margin: 5px 20px 20px 0;
}

#fb5 .fb5-page-book.aligncenter,.fb5-page-book div.aligncenter,#fb5-about.aligncenter,#fb5-about div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

#fb5 .fb5-page-book .alignright,#fb5-about .alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

#fb5 .fb5-page-book .alignleft,#fb5-about .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

#fb5 .fb5-page-book .aligncenter,#fb5-about .aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

#fb5 .fb5-page-book a img.alignright,#fb5-about a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

#fb5 #fb5 .fb5-page-book a img.alignnone,#fb5-about a img.alignnone {
    margin: 5px 20px 20px 0;
}

#fb5 .fb5-page-book a img.alignleft,#fb5-about a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

#fb5 .fb5-page-book a img.aligncenter,#fb5-about a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

#fb5 .fb5-page-book .wp-caption,#fb5-about .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

#fb5 .fb5-page-book .wp-caption.alignnone,#fb5-about .wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

#fb5 .fb5-page-book .wp-caption.alignleft,#fb5-about .wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

#fb5 .fb5-page-book .wp-caption.alignright,#fb5-about .wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.fb5-page-book .wp-caption img,#fb5-about .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

#fb5 .fb5-page-book .wp-caption p.wp-caption-text,#fb5-about .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}



/* = important style FlipBook
-------------------------------------------------------------- */


	    /* tools bar*/
		#fb5-ajax .fb5-bcg-book{				
		   opacity:1;						
		   /* background-image:url(../img/bg.jpg); */
		}
		
		#fb5-ajax.fb5-lightbox .fb5-bcg-book{				
		   opacity:.4;				
		   background-image:none;		
		   background-color:#000000;
		}
		
		/*  icon   */
		#fb5 .fb5-menu li a {
			color:#FFFFFF;
			opacity:.8;
        }
		
		/* icon - over  */
		#fb5 .fb5-menu li a:hover {
         	color:#FFFFFF;
			opacity:1;
        }
		
		
		#fb5-ajax.fb5-lightbox #fb5-close-lightbox{
			color:#FFFFFF;			
		}
				
		
		#fb5 #fb5-footer .fb5-bcg-tools { 
		  background-color: #000000;
		  opacity: 0.4;
		}
		
		#fb5 .fb5-tooltip{
			 background:#FFFFFF !important; 
			 color:#666666;
		}
		#fb5 .fb5-tooltip b { border-top: 10px solid #FFFFFF }
		
		
		#fb5 .fb5-menu li.fb5-goto #fb5-label-page-number {
    		color: #4BD1C8;
		}
		#fb5 .fb5-menu li.fb5-goto button {
   		    color: #5F6F7B;
			background: linear-gradient(to bottom, #2B3E4D 0px, #1F303D 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
   		}
		
		#fb5 .fb5-menu li.fb5-goto input[type="text"] {   			
			background:rgba(255,255,255,0.15);
			border-color:#FF0000; 
			border: 0px solid;
			color: #BABABA;
		}
		
		#fb5 .fb5-menu li.fb5-goto input[type="text"]:focus {
            background:rgba(255,255,255,.4);
			border-color:; 
			border: 0px solid;
			color: #000000;
        } 
		
		#fb5 .fb5-menu li.fb5-goto #fb5-page-number-two {
			color: #BABABA;			
		}
		
		
		/* book /*/		
		#fb5 #fb5-book .turn-page {
	       background-color:#FFFFFF;
        }
		#fb5 .fb5-meta .fb5-num {
		    color: #666666;
		}
		#fb5 .fb5-meta .fb5-description {
    		color: #666666;
		}
			
		
		/* list thumbs /*/
		#fb5 #fb5-all-pages .fb5-container-pages {
		    background: none repeat scroll 0 0 #000000;
						box-shadow: 0 0 40px rgba(102,102, 102, 0.8);
		}
		
		/* form /*/
		#fb5 #fb5-contact form {
   			 background: none repeat scroll 0 0 #161616;
			 			 box-shadow: 0 0 60px rgba(100,200,211, 0.7);
		}
		#fb5 #fb5-contact form h3 {
		    color: #FFFFFF !important;
		}
		#fb5 #fb5-contact button {
			    background: none repeat scroll 0 0 #64C8D3;
				color: #FFFFFF;
		}
		#fb5 #fb5-contact form input, #fb5-contact form textarea {
           color: #737373;
		}
		#fb5 #fb5-contact .fb5-close {
		  color: #000000;	
          background: none repeat scroll 0 0 #64C8D3;
		}
		
		#fb5 #fb5-contact .fb5-thanks p{
		  color:#444444 !important;			
		}
		#fb5 #fb5-contact .fb5-thanks h1{
		  color:#FFFFFF !important;			
		}
				
		
		/* preloader /*/
		#fb5 .fb5-preloader {
	    	background-image:url("../img/loader.gif");
	        background-color:#FFFFFF;			
        }			
		
		/* arrow gif /*/
		#fb5 .fb5-nav-arrow {
   			
		}			
		
		/* formatt page for flipbook  /*/
		#fb5 .fb5-page-book p {
		   color:#77797F;
		   font-family:Arial;
		   font-size:14px;
	    }
		#fb5 .fb5-page-book a {
		   color:#64C8D3;
		 }
		#fb5 .fb5-page-book h1 {
	   	   color:#77797F !important;
		   font-family:Arial !important;
		   font-size:28px !important;
	    }
		#fb5 .fb5-page-book h2 {
	   	   color:#77797F !important;
		   font-family:Arial !important;
		   font-size:26px !important;
	    }
		#fb5 .fb5-page-book h3 {
	   	   color:#77797F !important;
		   font-family:Arial !important;
		   font-size:24px !important;
	    }
		#fb5 .fb5-page-book h4 {
	   	   color:#77797F !important;
		   font-family:Arial !important;
		   font-size:22px !important;
	    }
		#fb5 .fb5-page-book h5 {
	   	   color:#77797F !important;
		   font-family:Arial !important;
		   font-size:20px !important;
	    }
		#fb5 .fb5-page-book h6 {
	   	   color:#77797F !important;
		   font-family:Arial !important;
		   font-size:18px !important;
	    }
		#fb5 .fb5-page-book li {
           color:#77797F;	
		   font-family:Arial;
		   font-size:14px;		
		}
		#fb5 .fb5-page-book ul li a,#fb5 .fb5-page-book ol li a {
	        color:#77797F;
		}

        
		/*  about style  /*/
		#fb5 #fb5-about p,#fb5 #fb5-about li {
		   color: #FFFFFF;
		   font-family:Arial;
		   font-size:11px;
	    }  
		#fb5 #fb5-about a {
		  color:#FFFFFF	
		}
		#fb5 #fb5-about h1 {
		   color: #FFFFFF;
		   font-family:Arial;
		   font-size:26px;
	    }  
		#fb5 #fb5-about h2 {
		   color: #FFFFFF;
		   font-family:Arial;
		   font-size:24px;
	    }  
		#fb5 #fb5-about h3 {
		   color: #FFFFFF !important;
		   font-family:Arial !important;
		   font-size:22px !important;
	    }  
		#fb5 #fb5-about h4 {
		   color: #FFFFFF;
		   font-family:Arial;
	    }  
		#fb5 #fb5-about h5 {
		   color: #FFFFFF;
		   font-family:Arial;
		   font-size:18px;
	    }  
		#fb5 #fb5-about h6 {
		   color: #FFFFFF;
		   font-family:Arial;
		   font-size:16px;
	    }  
		/* back  button  /*/
		#fb5 #fb5-button-back {
			     		background:rgba(0,0,0,0.6);
   			color: #D1D1D1;
		}
		#fb5 #fb5-button-back:hover{
			color:#000000;  
	        background:rgba(209,209,209,0.6);
			
			
 		}
		
		/*  Other style   /*/
		#fb5 .fb5-overlay {
			background:rgba(0,0,0,0.6);
        }
		
		
		
		/* LINKS /*/
		
		/* section links /*/
		#fb5 #links{
			 display:none;
		}
		
		
	    /* container /*/
	    #fb5 .links{
		 display:none;  
		 transform-origin:0 0;
		 -ms-transform-origin:0 0;
		 -webkit-transform-origin:0 0;
        		 
	   }
	   
	   /* link /*/
	   #fb5 .link{
		 background-color:#FCA910; 
		 opacity:0.2;
		 position:absolute;		
		 cursor:pointer;  
	   }
	   
	   #fb5 .link:hover{	
		  opacity:0.4;  
	   }

       
	 

