/*
	App by FreeHTML5.co
	Twitter: http://twitter.com/fh5co
	URL: http://freehtml5.co
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800");
* {
  margin: 0px;
  padding: 0px;
  font-family: "Montserrat", "sans-serif";
}

html {
  overflow-x: hidden;

}

.download-btn-first {
  background: #f7f7f7;
  
}
.about-desc{
  font-size: 15px;
  width: 100%;
  color: #484848;
  text-align: justify;
  line-height: 1.87em;
 
 
}
button {
  box-shadow: none;
  border: none;
  outline: none;
  cursor: pointer;
  background: #ddd;
  padding: 10px;
  font-weight: 700;
  margin-top: 20px;
  &:hover
    background: darken(#ddd,5%);
}
.hidden-text {
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
  overflow: hidden
  font-size: 20px;
}

.download-btn-first:hover {
  background: #234197;
  color: #fff !important;
}

.features-btn-first {
  font-weight: 700;
}

.features-btn-first:hover {
  background: #f7f7f7 !important;
  color: #234197 !important;
}

#fh5co-hero-wrapper {
  height: 800px;
  width: 100%;
  background: url("../img/main_img/banner-bg.jpg") no-repeat center;
  border-radius: 0 0 50% 50% / 4%;
  background-size: cover;
}

.main-navbar-nav .navbar-brand {
  font-size: 38px;
  letter-spacing: 4px;
  position: relative;
  top: -5px;
  font-weight: 500;
}

.main-navbar-nav {
    color: #fff !important;
    background: #648CFE;
    z-index: 1050;
}
.main-navbar-nav li {
  color: #fff;
  opacity: .7;
}
.main-navbar-nav .navbar-nav .nav-item a:hover {
  color: #1c1c1c !important;
  text-shadow: 1px 1px 3px #ffffffba;
  -webkit-transition: all .33s ease;
  -moz-transition: all .33s ease;
  -o-transition: all .33s ease;
  -ms-transition: all .33s ease;
  transition: all .33s ease;
}
.main-navbar-nav .active {
  color: #fff !important;
  opacity: 1 !important;
}
.main-navbar-nav a {
  color: #ffffff !important;
}
.main-navbar-nav .nav-link {
  opacity: 1 !important;
  margin: 0 35px;
  font-size: 14.5px;
  font-weight: 500;
}

.social-icons-header i {
  margin: 15px;
  font-size: 20px;
}

.social-icons-header a:hover i {
  opacity: .6;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}

.fh5co-hero-inner {
  margin-top: 110px;
  position: relative;
}
.fh5co-hero-inner > h1 {
  color: #fff;
  font-weight: 300;
  font-size: 40px;
  letter-spacing: 1px;
}
.fh5co-hero-inner > p {
  width: 400px;
  font-size: 14px;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 2em;
}
.fh5co-hero-inner .download-btn-first {
  font-size: 15px;
  padding: 10px 15px;
  font-weight: 700;
  color: #234197;
    margin-top: 20px;
}
.fh5co-hero-inner .features-btn-first {
  font-size: 15px;
  padding: 10px 15px;
  font-weight: 700;
  color: #234197;
    margin-left: 10px;
    margin-top: 20px;
}
.fh5co-hero-inner .buynow-btn-first {
  font-size: 15px;
  padding: 10px 15px;
  font-weight: 700;
  color: #234197;
    margin-left: 10px;
    margin-top: 20px;
}
.fh5co-hero-inner .fh5co-hero-smartphone {
  position: absolute;
  right: 0px;
  top: 120px;
  height: 650px;
}

.fh5co-hero-inner  .fh5co-hero-device {
  position: absolute;
  left: 0%;
  top: 130%;
  height: 350px;

}

/* ==========================================================================================================
										ADVANTAGES
   ========================================================================================================== */
.fh5co-advantages-outer {
  padding: 70px;
  height: auto;
  width: 100%;
  overflow: hidden;
}
.fh5co-advantages-outer .span-perfect {
  color: #648cff;
  text-transform: uppercase;
  font-size: 27px;
  letter-spacing: 1px;
}
.fh5co-advantages-outer .span-features {
  text-transform: uppercase;
  font-size: 42px;
  color: #506ECC;
}
.fh5co-advantages-outer .second-title {
  text-align: center;
  display: block;
}
.fh5co-advantages-outer small {
  display: block;
  text-align: center;
}
.fh5co-advantages-outer .fh5co-advantages-grid-columns {
  margin-top: 80px;
}
.fh5co-advantages-outer .fh5co-advantages-grid-columns .col-sm-4 .grid-image {
  width: 30%;
  float: left;
  padding-right: 30px;
  position: relative;
  top: 1px;
  color: #648cff;
}
.fh5co-advantages-outer .fh5co-advantages-grid-columns .col-sm-4 .grid-title {
  float: left;
  font-size: 25px;
  font-weight: 600;
}
.fh5co-advantages-outer .fh5co-advantages-grid-columns .col-sm-4 .grid-desc {
  float: right;
  font-size: 17px;
  padding-right: 7%;
  width: 70%;
  color: #111;
  margin-top: 10px;
  line-height: 1.87em;
  text-align: justify;
}
/* .description{
  float: right;
  font-size: 13px;
  padding-right: 7%;
  width: 70%;
  color: #111;
  margin-top: 10px;
  line-height: 1.87em;
text-align: justify;
color: #111;
} */

.fh5co-slider-inner {
  margin-top: 50px;
  margin-bottom: 30px;
}

/* ==========================================================================================================
										SLIDER
   ========================================================================================================== */
.fh5co-slider-outer {
  width: 100%;
  height: auto;
  padding: 70px;
}
.fh5co-slider-outer h1 {
  color: #648cff;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
.fh5co-slider-outer > h1, .fh5co-slider-outer small {
  text-align: center;
  display: block;
}
.fh5co-slider-outer .fh5co-slider-outer {
  margin-top: 50px;
}
.fh5co-slider-outer .carousel-left-arrow {
  position: absolute;
  left: -100px;
  bottom: 250px;
  font-size: 60px;
  color: #ececec;
}
.fh5co-slider-outer .carousel-right-arrow {
  position: absolute;
  right: -100px;
  bottom: 250px;
  font-size: 60px;
  color: #ececec;
}
.fh5co-slider-outer .item img {
  height: 400px;
  width: 200px;
  object-fit: contain;
}

/* ==========================================================================================================
										FEATURES
   ========================================================================================================== */
.curved-bg-div {
  background: url("../img/main_img/curved-bgg.jpg") no-repeat;
  background-position: 0px -140px;
  background-size: cover;
  width: 100%;
  height: 300px;
}

.fh5co-features-outer {
  width: 100%;
  height: auto;
  /* margin-top: -180px; */
}
.fh5co-features-outer .col-sm-6 {
  margin-top: 28px;
}
.fh5co-features-outer .col-sm-6 img {
  height: 284px;
}

.fh5co-features-outer .sm-6-content h1 {
  color: #648cff;
  margin-top: 10%;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.fh5co-features-outer .sm-6-content p {
  color: #111;
/*  font-weight: 400;*/
  font-size: 16px;
  line-height: 1.5em;
  width: 80%;
}
.fh5co-features-outer .col-sm-6 .col-sm-image-container {
  position: relative;
  width: 300px;
}
.fh5co-features-outer .col-sm-6 .span-new {
  color: #fff;
  background: #fcec64;
  padding: 18px;
  width: 35px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  box-sizing: initial;
  position: absolute;
  font-weight: 700;
  right: 0;
  top: 140px;
}
.fh5co-features-outer .col-sm-6 .span-free {
  color: #fff;
  background: #6ca3ff;
  padding: 18px;
  width: 35px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  box-sizing: initial;
  position: absolute;
  left: -35px;
  bottom: -430px;
  font-weight: 700;
}
.fh5co-features-outer .col-sm-6 .span-data {
  color: #7e8c91;
  background: #b8faee;
  padding: 20px;
  width: 40px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  letter-spacing: 1px;
  box-sizing: initial;
  position: absolute;
  top: 140px;
  right: -2px;
  font-weight: 700;
}
.fh5co-features-outer .col-sm-6 .span-percent {
  color: #fff;
  background: #6ca3ff;
  padding: 18px;
  width: 35px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  box-sizing: initial;
  position: absolute;
  left: -35px;
  bottom: -430px;
  font-weight: 700;
}
.fh5co-features-outer .col-sm-6 .circle {
  color: #c3cfe5;
  border: 1px solid #ededed;
  background: #fff;
  padding: 10px;
  width: 35px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  box-sizing: initial;
  position: absolute;
  font-weight: 600;
  box-shadow: 0 0 0 5px #f9f9f9;
}
.fh5co-features-outer .col-sm-6 .circle-first {
  width: 35px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  box-sizing: initial;
  position: absolute;
  margin-left: 0px;
  font-weight: 600;
}
.fh5co-features-outer .col-sm-6 .circle-middle {
  width: 35px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  box-sizing: initial;
  position: absolute;
  margin-left: 50px;
  font-weight: 600;
}
.fh5co-features-outer .col-sm-6 .circle-last {
  width: 35px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  box-sizing: initial;
  position: absolute;
  margin-left: 100px;
  font-weight: 600;
}

/* ==========================================================================================================
										REVIEWS
   ========================================================================================================== */
.fh5co-reviews-outer {
  width: 100%;
  height: 400px;
  padding: 70px;
  margin-top: 100px;
}
.fh5co-reviews-outer .fh5co-reviews-inner {
  margin-top: 100px;
}
.fh5co-reviews-outer > h1 {
  color: #648cff;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
.fh5co-reviews-outer > small {
  text-align: center;
  display: block;
}
.fh5co-reviews-outer .testimonial-desc {
  clear: both;
  padding-top: 30px;
  font-weight: 500;
}
.fh5co-reviews-outer .testimonial-2 {
  margin-left: 50px;
}

/* ==========================================================================================================
										BOTTOM
   ========================================================================================================== */
.fh5co-bottom-outer {
  width: 100%;
  height: 572px;
  background: url("../img/main_img/phone4.png") no-repeat center;
  margin-top: 120px;
  overflow-x: hidden;
  background-size: cover;
}
.fh5co-bottom-outer .fh5co-bottom-inner {
  margin-top: 270px;
}
.fh5co-bottom-outer .fh5co-bottom-inner .col-sm-6 h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 30px;
}
.fh5co-bottom-outer .fh5co-bottom-inner .col-sm-6 p {
  width: 350px;
  color: #fff;
  font-size: 14.5px;
  line-height: 1.85em;
}
.fh5co-bottom-outer .fh5co-bottom-inner .col-sm-6 img {
  margin-top: 25px;
}

   /* ==========================================================================================================
										SUB FOOTER
   ========================================================================================================== */
.img-float-left {
  float: left;
}

.img-float-right {
  float: right;
}

.footer-outer {
  width: 100%;
  padding: 50px;
  height: 250px;
  background: #2e3149;
  overflow: hidden;
}
.footer-outer .footer-inner {
  width: 100%;
  height: inherit;
}
.footer-outer .social-icons-footer i {
  margin: 15px;
  font-size: 20px;
}
.footer-outer .social-icons-footer a:hover i {
  opacity: .6;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}
.footer-outer .footer-three-grid {
  width: 1140px;
  margin: 0 auto;
  height: 50px;
  text-align: center;
  margin-left: 50px;
}
.footer-outer .column-1-3 {
  width: 20%;
  float: left;
  height: 50px;
}
.footer-outer .column-1-3 h1 {
  font-size: 38px;
  letter-spacing: 3px;
  position: relative;
  top: -25px;
  font-weight: 600;
  color: #fff;
}
.footer-outer .column-2-3 {
  width: 60%;
  float: left;
  height: 50px;
  margin-left: 50px;
}

.footer-outer .column-3-3 {
  width: 20%;
  float: left;
  height: 50px;
}
.footer-outer .column-3-3 a {
  color: #b5b5c8;
}
.footer-outer .column-3-3 .social-icons-header a:hover {
  color: #fff;
  opacity: 1;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.footer-outer .footer-nav ul {
  list-style: none;
  text-align: center;
}
.footer-outer .footer-nav ul li {
  display: inline-block;
  line-height: 50px;
  color: #b5b5c8;
  margin: 0 30px;
  font-size: 14px;
}
.footer-outer .footer-nav ul li:hover {
  color: #fff;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}
.footer-outer .footer-nav ul .active {
  color: #fff;
}
.footer-outer .footer-nav ul li a {
  color: #fff;
  text-decoration: none;
}
.footer-outer .border-bottom-footer {
  height: 1px;
  width: 60%;
  margin: 0 auto;
  border: 1px solid #434769;
  display: block;
  margin-top: 50px;
}
.footer-outer .copyright {
  color: #565b87;
  text-align: center;
  font-size: 13px;
  padding: 40px 0;
}

.google-play-btn {
  margin-left: 10px;
}

/* ==========================================================================================================
                                       RESPONSIVE STYLING
  ========================================================================================================== */
@media screen and (max-width: 1400px) {
  body {
    overflow-x: hidden;
  }

  .fh5co-hero-inner .fh5co-hero-smartphone {
    position: absolute;
    right: 50px;
    top: 400px;
    height: 400px;
  }
  .board_img
  {
    position: absolute;
    left: 50px !important;
    top: 470px !important;
    height: 314px !important;
  }

  .fh5co-hero-inner .fh5co-hero-device {
    position: absolute;
    right: 50px;
    top: 200px;
    height: 150px;
  }

  .curved-bg-div {
    background-position: 100% -20px;
  }

  .footer-outer .footer-three-grid {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  body {
    overflow-x: hidden;
  }
  .footer-outer .footer-three-grid {
    margin-left: 0px;
  }
  .fh5co-hero-inner .fh5co-hero-smartphone {
    position: absolute;
    right: -15px;
    top: 200px;
    height: 550px;
  }
}
@media screen and (max-width: 1134px) {
  body {
    overflow-x: hidden;
  }
  .fh5co-advantages-outer-about {
    
    padding-bottom: 0;
  }
  .footer-outer .footer-three-grid {
    margin-left: 0px;
  }
  #fh5co-hero-wrapper {
    /* height: 70vh; */
  }
  .fh5co-advantages-outer .fh5co-advantages-grid-columns {
    margin-top: 20px;
  }
  .fh5co-hero-inner {
    margin-top: 30px;
  }

  .fh5co-hero-inner .fh5co-hero-smartphone {
    position: absolute;
    left: -40px;
    /* right: 0; */
    margin-left: auto;
    top: 320px;
    height: 456px;
    margin-top: 140px;
  }

  .fh5co-hero-inner .fh5co-hero-device {
    position: absolute;
    left: 0;
    right: 0;
    margin-right: auto;
    top: 470px;
    height: 200px;
    margin-top: 15px;
  }

  .fh5co-advantages-outer {
    margin-top: 50px;
    padding-bottom: 0;
  }

  .fh5co-advantages-outer .fh5co-advantages-grid-columns .col-sm-4 .grid-image {
    width: 60px;
    float: none;
    display: block;
    margin: 0 auto;
    padding-right: 0px;
    margin-bottom: 20px;
    position: relative;
    top: 1px;
  }

  .fh5co-advantages-outer .fh5co-advantages-grid-columns .col-sm-4 .grid-title {
    float: none;
    text-align: center;
  }

  .fh5co-advantages-outer .fh5co-advantages-grid-columns .col-sm-4 .grid-desc {
    float: none;
    width: 100%;
    text-align: justify;
  }

  .fh5co-slider-outer .fh5co-slider-outer {
    margin-top: 0px;
  }

  .fh5co-features-outer {
    margin-top: -100px;
  }

  .fh5co-features-outer .sm-6-content p {
    width: 100%;
  }

  .footer-outer .footer-nav ul li {
    margin: 0 10px;
  }

  .footer-outer .social-icons-footer i {
    margin: 15px 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1134px) {
  .fh5co-features-grid-columns .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 30px auto;
    text-align: center;
  }

  .fh5co-features-outer .col-sm-6 .col-sm-image-container {
    position: relative;
    width: 295px !important;
    text-align: center;
    margin: 15px auto 0;
  }

  .no-float {
    float: none !important;
  }

  .fh5co-slider-outer .carousel-right-arrow {
    position: absolute;
    right: -70px;
    bottom: 250px;
    font-size: 60px;
    color: #ececec;
  }

  .fh5co-slider-outer .carousel-left-arrow {
    position: absolute;
    left: -70px;
    bottom: 250px;
    font-size: 60px;
    color: #ececec;
  }

  .img-float-right {
    float: none;
  }

  .img-float-left {
    float: none;
  }

  .fh5co-features-outer .col-sm-6 .span-percent, .fh5co-features-outer .col-sm-6 .span-free {
    left: -15px;
    bottom: 140px;
  }

  .fh5co-features-outer .col-sm-6 .span-new {
    right: -10px;
  }

  .fh5co-features-outer .col-sm-6 .span-data {
    right: -15px;
  }

  .fh5co-features-outer .col-sm-6 .circle {
    position: static;
    display: inline-block;
    margin: 25px 5px;
  }

  

  .fh5co-features-grid-columns {
    display: flex;
    flex-direction: column;
  }
  .fh5co-features-grid-columns .in-order-4 {
    order: 1;
  }
  .fh5co-features-grid-columns .in-order-3 {
    order: 2;
    margin-top: 0px !important;
  }

  .fh5co-reviews-outer {
    padding: 0;
  }

  .navbar-light .navbar-toggler {
    color: #fff !important;
    border-color: #c7c7c7 !important;
  }

  .navbar-light .navbar-nav .nav-link {
    margin: 0;
    width: 100%;
  }

  .social-icons-header i:first-of-type {
    margin-right: 10px !important;
    margin-left: 0 !important;
    font-size: 30px;
  }
}
@media screen and (max-width: 800px) {
  .fh5co-hero-inner > h1 {
    color: #fff;
    font-weight: 300;
    font-size: 45px;
    letter-spacing: 2px;
  }
  .footer-outer .footer-three-grid {
    margin-left: 0px;
  }
  .fh5co-advantages-outer .fh5co-advantages-grid-columns {
    margin-top: 20px;
  }
  #fh5co-hero-wrapper {
    height: 800px;
  }
  .fh5co-advantages-outer-about{
    margin-top: 50px;
  }
.fh5co-advantages-outer-about .fh5co-advantages-grid-columns {
    margin-top: 40px;
  }
.fh5co-advantages-outer-about .second-title {
    margin-top: 60px;
  }
  

  .fh5co-advantages-grid-columns .col-sm-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 30px auto;
    text-align: center;
  }

  .fh5co-hero-inner .fh5co-hero-smartphone {
    height: 420px;
    top: 310px;
  }

  .fh5co-advantages-outer .second-title {
    margin-top: 60px;
  }

  .fh5co-bottom-outer {
    margin-top: 40px;
    overflow: hidden;
  }

  .fh5co-bottom-outer .fh5co-bottom-inner {
    margin-top: 50px;
  }

  .fh5co-slider-outer {
    padding: 0;
  }

  .fh5co-slider-outer .carousel-left-arrow {
    left: 50px;
    font-size: 50px;
    bottom: 190px;
  }

  .fh5co-slider-outer .carousel-right-arrow {
    right: 50px;
    font-size: 50px;
    bottom: 190px;
  }

  .fh5co-reviews-inner .col-sm-5 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 30px auto;
    text-align: center;
  }

  .fh5co-slider-outer .item img {
    height: 300px;
  }

  .fh5co-reviews-outer {
    height: auto;
  }

  .fh5co-reviews-outer .fh5co-reviews-inner {
    margin-top: 50px;
  }

  .fh5co-bottom-outer {
    background-position: center bottom;
    overflow: hidden;
    height: auto;
  }

  .fh5co-bottom-inner {
    overflow: hidden;
    padding-bottom: 50px;
    text-align: center;
  }

  .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    overflow-x: hidden;
  }

  .fh5co-bottom-outer .fh5co-bottom-inner .col-sm-6 p {
    width: 90%;
    margin: 0 auto;
  }

  .footer-outer {
  }

  .footer-outer .column-1-3 {
    width: 100%;
    float: none;
    height: auto;
  }

  .footer-outer .column-2-3 {
    width: 100%;
    float: none;
    height: auto;
    margin-left: 0px;
  }
  
  .footer-outer .column-3-3 {
    width: 100%;
    float: left;
    height: auto;
    margin: 15px 0;
  }

  .footer-outer .copyright {
    margin-top: 30px;
    padding: 10px 0;
  }

  .footer-outer .border-bottom-footer {
    height: 1px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #434769;
    display: block;
    margin-top: 100px;
  }
}
@media screen and (max-width:520px){
.fh5co-features-outer .col-sm-6 img {
  height: 193px;
}
}
.door{
  width: inherit;
}
@media screen and (max-width:520px){
 .door{
  height: 348px !important;
 }
}
@media screen and (max-width:520px){
  .building {
       margin-top: 0px !important;
  }
}
@media screen and (max-width: 768px) {
  
  #headerlogo{
    height: 50px !important;
    width: 215px !important;
  }
  #footerlogo{
    height: 50px !important;
    width: 215px !important;
  }
}
@media screen and (max-width: 520px) {
  
  #headerlogo{
    height: 50px !important;
    width: 215px !important;
  }
  #footerlogo{
    height: 50px !important;
    width: 215px !important;
  }
  #fh5co-hero-wrapper {
    height: 900px;
  }
  .fh5co-advantages-outer {
    margin-top: -40px;
    padding:40px
}
.footer-outer .footer-three-grid {
  margin-left: 0px;
}
  .fh5co-hero-inner > h1 {
    font-size: 24px;
  }

  .fh5co-hero-inner > p {
    width: 100%;
  }

  .fh5co-hero-inner {
    text-align: center;
  }

  .fh5co-hero-inner .fh5co-hero-smartphone {
    height: 292px;
    top: 800px;
    margin-top: 0px;
  }

  .social-icons-header i:first-of-type {
    font-size: 22px;
  }

  .fh5co-slider-outer .carousel-left-arrow {
    left: 0;
  }

  .fh5co-slider-outer .carousel-right-arrow {
    right: 0;
  }

  .fh5co-slider-inner {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .fh5co-reviews-inner .col-sm-5 {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    width: 90%;
    max-width: 90%;
    margin: 30px auto;
    text-align: center;
  }

  .fh5co-advantages-outer .span-perfect {
    margin-top: 80px;
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    text-align: center;
  }

  .fh5co-advantages-outer .span-features {
    font-size: 24px;
    display: block;
    width: 100%;
    text-align: center;
  }
}
.content{
  font-size:45px ;
   font-weight: 400 ;
}
.contents{
  font-size:38px ;
}
@media screen and (max-width:520px){
  .content{
     font-size: 32px !important;
  }
}
@media screen and (max-width:520){
  .contents{
    font-size: 25px !important;
  }
}
#nav1{
  transform: translateY(-10px);
 
 
}
#mainblock{
  transform: translateY(-30px);
}


#btn1{
  background-color: #234197;
  color: white;
  border-radius: 5px ;
  padding: 8px 13px;
  border: none;
  font-weight: bold;
  margin-left: -5px;
 
}

#btn2{
  background-color: white;
  color: #234197;
  border-radius: 5px ;
  padding: 8px 13px;
  border: none;
  font-weight: bold;
  
}
#btn3{
  background-color: white;
  color: #234197;
  border-radius: 5px ;
  padding: 8px 13px;
  border: none;
  font-weight: bold;
  margin-left: -10px;
 
}

#btn4{
  background-color: white;
  color: #234197;
  border-radius: 5px ;
  padding: 8px 13px;
  border: none;
  font-weight: bold;
  margin-left: 10px;
  
}
#btn1:hover{
  background-color: white;
  color: #234197;
  border-radius: 5px ;
  padding: 8px 13px;
  border: none;
  font-weight: bold;
}

#btn2:hover{
  background-color: #234197;
  color: white;
  border-radius: 5px ;
  padding: 8px 13px;
  border: none;
  font-weight: bold;
}

#btn3:hover{
  background-color:#f2f2f2;
  color: black;
  border-radius: 5px ;
  padding: 8px 13px;
  border: none;
  font-weight: bold;
 
 
}

#btn4:hover{
  background-color:#f2f2f2;
  color: black;
  border-radius: 5px ;
  padding: 8px 13px;
  border: none;
  font-weight: bold;
  
  

}
.fh5co-about{
  height: auto;
  width: 100%;
  overflow: hidden;
  text-align: justify;
  padding:30px
}

.fh5co-about .second-title {
  text-align: center;
  display: block;
  margin-bottom: 30px;
}

.fh5co-about .span-features {
  text-transform: uppercase;
  font-size: 42px;
  color: #506ECC;
}

.fh5co-pricing{
  height: auto;
  width: 100%;
  overflow: hidden;
  text-align: justify;
  
}

.fh5co-pricing .second-title {
  text-align: center;
  display: block;
  margin-bottom: 30px;
}

.fh5co-pricing .span-features {
  text-transform: uppercase;
  font-size: 42px;
  color: #506ECC;
}

.fh5co-blog{
  height: auto;
  width: 100%;
  overflow: hidden;
  
}

.fh5co-blog .second-title {
  text-align: center;
  display: block;
  margin-bottom: 30px;
}

.fh5co-blog .span-features {
  text-transform: uppercase;
  font-size: 42px;
  color: #506ECC;
}

@media screen and (max-width: 1023px) {
.footer-outer .border-bottom-footer{
  margin-top: 135px;
}
.footer-outer .footer-three-grid {
  margin-left: 0px;
}
.footer-outer .copyright{
  padding: 20px 0px;
}

#footerlogo{
  width: 215px;
  height: 50px;
}
.footer-outer .column-2-3 {
  margin-left: 0px;
}

}
@media screen and (max-width: 568px){
.footer-outer .border-bottom-footer {
    margin-top: 175px;
}
.footer-outer .copyright {
  padding: 0px 0px;
  
}
.footer-outer .footer-three-grid {
  margin-left: 0px;
}
}

  
.fh5co-advantages-outer-about {
  padding: 70px;
  height: auto;
  width: 100%;
  overflow: hidden;
}
.fh5co-advantages-outer-about .span-features {
  text-transform: uppercase;
  font-size: 42px;
  color: #506ECC;
}
.fh5co-advantages-outer-about .second-title {
  text-align: center;
  display: block;
}
.fh5co-advantages-outer-about .fh5co-advantages-grid-columns {
  margin-top: 120px;
}

@media screen and (max-width: 1134px) {

.fh5co-advantages-outer-about {
    
    padding-bottom: 0;
  }
}


@media screen and (max-width: 520px) {

  .fh5co-advantages-outer-about .fh5co-advantages-grid-columns {
    margin-top: 50px;
  }

.fh5co-advantages-outer-about {
    margin-top: 60px;
    padding:40px
}
.fh5co-advantages-outer-about .span-features {
    font-size: 24px;
    display: block;
    width: 100%;
    text-align: center;
  }
}
.ml3 {
  font-weight: 900;
  font-size: 3.5em;
}
#more {display: none;}


.hvr-icon-hang{ 
display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  transform: scale(1.1);
}
.txt-rotate{
  font-size: 38px;
}


#myBtn
{
  font-size: 25px;
    background: #648cfe;
    color: white;
    border: 0;
    border-radius: 50%;
    box-shadow: 1px 1px 4px #adadad;
}
#myBtn:hover
{
box-shadow:1px 1px 11px 2px #648cfeb5;
}
@media screen and (max-width: 375px){
.fh5co-hero-inner .fh5co-hero-smartphone {
    height: 435px;
    top: 600px;
    margin-top: 0px;
}
}
@media screen and (max-width:411px){
  .fh5co-hero-inner .fh5co-hero-smartphone {
    height: 450px;
    top: 600px;
    margin-top: 0px;
}
}

@media screen and (max-width: 414px){
.fh5co-hero-inner .fh5co-hero-smartphone {
    height: 314px;
    top: 633px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
}
.fh5co-hero-inner .fh5co-hero-device {
  height: 170px;
  top: 453px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
}
}
@media screen and (max-width:320px){
  .fh5co-hero-inner .fh5co-hero-smartphone {
    height: 350px;
    top: 600px;
    margin-top: 0px;
}
.fh5co-hero-inner .fh5co-hero-device {
  height: 150px;
  top: 450px;
  margin-top: 0px;
}

.fh5co-hero-device {
  position: absolute;
  left: 10%;
  top:  10 px;
  height: 100px;

}

} 
.garage{
  height: 302px !important;
}
  .garage1{
    margin-top:0px !important;
  }
  @media screen and (max-width:414px){
    .garage{
      height: 216px !important;
    }
  }
  .garagedoor{
    margin-top: 80px;
  }
  @media screen and (max-width:520px){
    .garagedoor{
      margin-top: 16px !important;
    }
  }
.blogs a:hover {
    color: black;
    text-decoration: none;
}

.blogs {
    margin-bottom: 0px;
    padding: 50px 0px;
    
}

.blogs .row {
    margin-top: 20px;
}

.blogs a {
    color: black;
}


@media(min-width: 1024px){
#card-blog{
        height: 515px;
    }
}
@media(min-width:415px) and (max-width: 768px){
#red-btn{
    width:95%;    }
}

.blogs .card {
    background-color: #fff;
    padding: 0;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 10px;

    margin-bottom: 10px;
}

.blogs .card:hover
{
  box-shadow: -1px -1px 8px 0px #808080c2;
}




.blogs .card img {
    width: 100%;
    height: 200px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


.blogs .card h4 {
    margin: 20px 20px 0 20px;
}
.blogs .card p {
    margin: 20px;
    opacity: 0.65;
}
#card-blog > p{
overflow: auto;
}
.blogs .red-button {
    width: 85%;
    -webkit-transition: background-color 1s , color 1s; /* For Safari 3.1 to 6.0 */
    transition: background-color 1s , color 1s;
    min-height: 30px;
    background-color: #648CFE;
    color: #fff;
    text-align: center;
    font-weight: lighter;
    padding: 5px 0px;
    display: inline-block;
}
.blogs .red-button:hover {
    background-color: #648CFE;
    color: #fff;
    opacity: 0.65;
}

html {
  scroll-behavior: smooth;
}

@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700italic,700,900italic,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);


/*
#generic_price_table{
	background-color: #f0eded;
}
*/


/*PRICE COLOR CODE START*/
#generic_price_table .generic_content{
	background-color: #fff;
}


#generic_price_table .generic_content .generic_head_price{
	background-color: #f6f6f6;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
	border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
	color: #525252;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li{	
	color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span{
	color: #414141;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
	background-color: #E4E4E4;
	border-left: 5px solid #648CFE;
}

#generic_price_table .generic_content .generic_price_btn a{
	border: 1px solid #648CFE; 
    color: #648CFE;
} 

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg{
	border-color: #648CFE rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #648CFE;
	color: #fff;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span{
	color: #fff;
}

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a{
	background-color: #648CFE;
	color: #fff;
} 
#generic_price_table{
	margin: 50px 0 50px 0;
    font-family: 'Raleway', sans-serif;
}
.row .table{
    padding: 28px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content{
	overflow: hidden;
	position: relative;
	text-align: center;
    box-shadow: 1px 1px 4px grey;
    border-radius: 10px;
}

#generic_price_table .generic_content .generic_head_price {
	margin: 0 0 20px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content{
	margin: 0 0 50px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
    border-style: solid;
    border-width: 90px 1411px 23px 399px;
	position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head{
	padding-top: 40px;
	position: relative;
	z-index: 1;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
    font-family: "Raleway",sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag{
	padding: 0 0 20px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price{
	display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    font-family: "Lato",sans-serif;
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li{
	font-family: "Lato",sans-serif;
	font-size: 18px;
	padding: 15px 0;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;

}
#generic_price_table .generic_content .generic_feature_list ul li .fa{
	padding: 0 10px;
}
#generic_price_table .generic_content .generic_price_btn{
	margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn a{
    border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	-webkit-border-radius: 50px;
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
} 
@media (max-width: 320px) {	
}

@media (max-width: 767px) {
	#generic_price_table .generic_content{
		margin-bottom:75px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#generic_price_table .col-md-3{
		float:left;
		width:50%;
	}
	
	#generic_price_table .col-md-4{
		float:left;
		width:50%;
	}
	
	#generic_price_table .generic_content{
		margin-bottom:75px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}
#generic_price_table_home{
	 font-family: 'Raleway', sans-serif;
}

.text-center h1,
.text-center h1 a{
	color: #7885CB;
	font-size: 30px;
	font-weight: 300;
	text-decoration: none;
}
.demo-pic{
	margin: 0 auto;
}
.demo-pic:hover{
	opacity: 0.7;
}

#generic_price_table_home ul{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: table;
}
#generic_price_table_home li{
	float: left;
}
#generic_price_table_home li + li{
	margin-left: 10px;
	padding-bottom: 10px;
}
#generic_price_table_home li a{
	display: block;
	width: 50px;
	height: 50px;
	font-size: 0px;
}
#generic_price_table_home .blue{
	background: #3498DB;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .emerald{
	background: #2ECC71;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .grey{
	background: #7F8C8D;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .midnight{
	background: #34495E;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .orange{
	background: #E67E22;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .purple{
	background: #9B59B6;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .red{
	background: #E74C3C;
	transition:all 0.3s ease-in-out 0s;
}
#generic_price_table_home .turquoise{
	background: #1ABC9C;
	transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover{
	border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .divider{
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 20px;
}
#generic_price_table_home .divider span{
	width: 100%;
	display: table;
	height: 2px;
	background: #ddd;
	margin: 50px auto;
	line-height: 2px;
}
#generic_price_table_home .itemname{
	text-align: center;
	font-size: 50px ;
	padding: 50px 0 20px ;
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
	text-decoration: none;
    font-weight: 300;
}
#generic_price_table_home .itemnametext{
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}
#generic_price_table_home .footer{
	padding:40px 0;
}

.price-heading{
    text-align: center;
}
.price-heading h1{
	color: #666;
	margin: 0;
	padding: 0 0 50px 0;
}
.demo-button {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium ;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.bottom_btn{
	background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}
.demo-button:hover{
	background-color: #666;
	color: #FFF;
	text-decoration:none;
	
}
.bottom_btn:hover{
	background-color: #666;
	color: #FFF;
	text-decoration:none;
}

#fh5co-hero-wrapper.docs-page{
    height: 90px;
    border-radius: 0;
}
@media (min-width:320px) and (max-width:414px)
{
    #fh5co-hero-wrapper.docs-page{
        height: 65px;
    }
}
#fh5co-hero-wrapper.docs-page1{
    height: 90px;
    border-radius: 0;
}
@media (min-width:320px) and (max-width:414px)
{
    #fh5co-hero-wrapper.docs-page1{
        height: 65px;
    }
}
@media(max-width: 992px){
/*
#navbarSupportedContent > ul
{
    background: #222222c2;
    border-radius: 5px;
    box-shadow: 1px 1px 20px #648cfed4;
    z-index: 50000;
    padding-left: 5px;
}
*/
}
.automation{
    height: 350px !important;
}


@media(max-width:520px)
{
    .automation{
    height: 277px !important;
}
}
@media(max-width:520px){
#rotate{
  font-size: 24px !important;
}
}
@media(max-width:520px){
    #exampleModal{
        margin-top: 20px;
    }
}


.dim-card
{
  min-height: 430px !important;
}

@media screen and (min-device-width: 801px) and (max-device-width: 1135px){
  .fh5co-hero-inner .fh5co-hero-smartphone {
      position: absolute;
      right: -15px;
      top: 300px !important;
      height: 350px !important;
  }
  
  
  .board_img {
      position: absolute;
      left: 50px !important;
      top: 380px !important;
      height: 221px !important;
  }
      
  }
