@import url("MyFontsWebfontsKit.css") all;

.tparrows {
  /*display: none;*/
}

/*-----------------------------------------------------------------------------------

    Theme Name: Fabrex - App Landing Template
    Description: App Landing Template
    Author: Chitrakoot Web

-----------------------------------------------------------------------------------*/
/* ----------------------------------

    01. Common styles
    02. Navbar
    03. Header
    04. Banner
    05. Features
    06. Newsletter
    07. Scroll to top

---------------------------------- */
/* ===================================
    Common styles
====================================== */
/* ===================================
    Features
====================================== */
/* infinite animation */
.infinite-floating {
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-name: Floating;
  animation-timing-function: ease-in-out; }

@keyframes Floating {
  0% {
    transform: translate(0px, 0px); }
  65% {
    transform: translate(0px, 30px); }
  100% {
    transform: translate(0px, 0px); } }
/* app download */
.app-download-btn a {
  background: #fff; }
  .app-download-btn a:hover {
    background: #fe4b8c;
    color: #fff;
    border-color: transparent !important; }
.app-download-btn p {
  line-height: 1; }

/* video area */
.video-area {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  border: 20px solid #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
  height: 650px; }
  .video-area .video_btn {
    width: 80px;
    height: 80px;
    background-color: #fe4b8c;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 36px;
    line-height: 80px;
    border-radius: 50%;
    top: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3; }
    .video-area .video_btn:hover {
      background: #884bdf; }
    .video-area .video_btn:after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      height: 80px;
      width: 80px;
      border: 2px solid #fff;
      border-radius: 50%;
      transform: translate(-50%, -50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      opacity: .3;
      animation: pulse-border 1500ms ease-out infinite; }
    .video-area .video_btn:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      height: 95px;
      width: 95px;
      border: 2px solid #fff;
      border-radius: 50%;
      transform: translate(-50%, -50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      opacity: .3;
      animation: pulse-border 1500ms ease-out infinite; }

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }
@media screen and (max-width: 1199px) {
  .video-area {
    height: 500px;
    border-radius: 10px; } }
@media screen and (max-width: 991px) {
  .video-area {
    height: 350px;
    border-radius: 5px; } }
@media screen and (max-width: 767px) {
  .video-area {
    border: 10px solid #fff; } }
/* counter section */
#counter {
  margin-top: -50px; }

@media screen and (max-width: 991px) {
  #counter {
    margin-top: -30px; } }
/* App screenshot */
.app_screenshots_slides * {
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -ms-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s; }
.app_screenshots_slides .single-shot {
  opacity: 0.7;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  text-align: center; }
.app_screenshots_slides .center .single-shot {
  opacity: 1;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.app-screenshots-area button.owl-dot {
  height: 11px;
  width: 11px;
  border: 2px solid #884bdf;
  border-radius: 50%;
  display: inline-block;
  margin: 0 6px;
  margin-top: 50px; }
  .app-screenshots-area button.owl-dot.active {
    background-color: #fe4b8c;
    border-color: #fe4b8c; }
.app-screenshots-area .owl-dots {
  height: 100%;
  width: 100%;
  text-align: center; }

/* owl carousel */
.owl-carousel .owl-item img {
  width: auto;
  display: inline-block; }
.owl-carousel .owl-nav .owl-next {
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-top: -22px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 10; }
.owl-carousel .owl-nav .owl-prev {
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-top: -22px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 10;
  left: 15px; }
.owl-carousel .owl-nav .owl-next {
  right: 15px; }
.owl-carousel .owl-item {
/*  cursor: url("../img/cursor.png"), move; */ }

/*testimonial style*/
.testimonials-section .testimonial-grid {
  overflow: hidden;
  padding: 25px;
  -moz-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  -ms-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  -o-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05); }
  .testimonials-section .testimonial-grid p {
    font-size: 16px;
    line-height: 28px; }
.testimonials-section .testmonial-holder {
  float: left;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 150px; }
  .testimonials-section .testmonial-holder img {
    width: 150px;
    border-radius: 150px; }
.testimonials-section .testimonial-grid .details {
  width: calc(100% - 175px);
  float: left;
  padding: 0 0 0 30px;
  position: relative; }
  .testimonials-section .testimonial-grid .details i {
    font-size: 24px;
    color: #43B02A;
    font-family: 'MotivaSans-Bold';
    font-style: normal;
    display: inline-block; }
  .testimonials-section .testimonial-grid .details p {
    margin-bottom: 10px; }
  .testimonials-section .testimonial-grid .details h4 {
    font-size: 18px;
    line-height: 30px; }
  .testimonials-section .testimonial-grid .details span {
    font-size: 12px;
    color: #43B02A; }
.testimonials-section .client-info > span {
  font-weight: 500;
  text-transform: uppercase; }
.testimonials-section .custom-dot {
  display: inline-block;
  z-index: 1;
  margin-top: 30px; }
  .testimonials-section .custom-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: block;
    border: 1px solid #fff;
    -webkit-backface-visibility: visible;
    border-radius: 30px;
    transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s; }
    .testimonials-section .custom-dot span:hover {
      background: rgba(0, 0, 0, 0.2);
      -webkit-backface-visibility: visible;
      border-radius: 30px; }
  .testimonials-section .custom-dot.active span {
    width: 12px;
    height: 12px;
    background: #43B02A;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s; }
.testimonials-section .owl-nav i {
  color: #232323;
  font-size: 18px;
  padding-top: 6px; }
.testimonials-section .owl-nav .owl-next {
  color: #232323;
  font-size: 43px;
  text-align: center;
  width: 40px;
  height: 40px;
  background: #fff !important;
  position: absolute;
  vertical-align: top;
  line-height: 8px; }
.testimonials-section .owl-nav .owl-prev {
  color: #232323;
  font-size: 43px;
  text-align: center;
  width: 40px;
  height: 40px;
  background: #fff !important;
  position: absolute;
  vertical-align: top;
  line-height: 8px;
  left: -75px;
  top: 40%;
  -moz-transition: all .4s ease 0s;
  -ms-transition: all .4s ease 0s;
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  -ms-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  -o-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1); }
.testimonials-section .owl-nav .owl-next {
  right: -75px;
  top: 40%;
  -moz-transition: all .4s ease 0s;
  -ms-transition: all .4s ease 0s;
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  -ms-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  -o-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1); }

@media screen and (max-width: 1199px) {
  .testimonials-section .testimonial-grid p {
    font-size: 15px; } }
@media screen and (max-width: 991px) {
  .testimonials-section .testmonial-holder {
    width: 125px; }
    .testimonials-section .testmonial-holder img {
      width: 125px;
      border-radius: 125px; }
  .testimonials-section .testimonial-grid p {
    font-size: 14px;
    line-height: 26px; }
  .testimonials-section .testimonial-grid .details h4 {
    font-size: 16px;
    line-height: 28px; } }
@media screen and (max-width: 767px) {
  .testimonials-section .testmonial-holder {
    border-width: 5px; }
  .testimonials-section .testimonial-grid {
    padding: 20px; }
    .testimonials-section .testimonial-grid .details {
      width: 100%;
      padding-left: 0; }
  .testimonials-section .testmonial-holder {
    float: none;
    margin: 0 auto 15px auto;
    display: inherit; }
  .testimonials-section .testimonial-grid .details i {
    font-size: 20px; }
  .testimonials-section .testimonial-grid .details h4 {
    font-size: 15px;
    line-height: 24px; }
  .testimonials-section .testimonial-grid .details span {
    font-size: 11px; } }
/* ===================================
    Newsletter
====================================== */
.newsletter-form input {
  display: inline-block;
  background: #fff;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
  outline: 0;
  border: 2px solid #eee;
  min-width: 270px;
  max-width: 100%;
  -moz-border-radius-top-left: 30px;
  -ms-border-radius-top-left: 30px;
  -webkit-border-top-left-radius: 30px;
  -o-border-radius-top-left: 30px;
  border-top-left-radius: 30px;
  -moz-border-radius-bottom-left: 30px;
  -ms-border-radius-bottom-left: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -o-border-radius-bottom-left: 30px;
  border-bottom-left-radius: 30px;
  padding: 12px 20px;
  width: auto; }
.newsletter-form button {
  display: inline-block;
  vertical-align: top;
  background: #fe4b8c;
  cursor: pointer;
  color: #fff;
  border: none;
  font-size: 12px;
  -moz-border-radius-top-right: 30px;
  -ms-border-radius-top-right: 30px;
  -webkit-border-top-right-radius: 30px;
  -o-border-radius-top-right: 30px;
  border-top-right-radius: 30px;
  -moz-border-radius-bottom-right: 30px;
  -ms-border-radius-bottom-right: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -o-border-radius-bottom-right: 30px;
  border-bottom-right-radius: 30px;
  padding: 14px 20px;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  text-transform: uppercase;
  font-weight: 600; }
  .newsletter-form button:hover {
    background: #fdd947;
    color: #232323; }

@media screen and (max-width: 767px) {
  .newsletter-form button {
    margin-top: 15px;
    border-radius: 30px;
    width: 100%;
    display: block; }
  .newsletter-form input {
    border-radius: 30px;
    width: 100%;
    display: block; }

   #starostac1, #starostac1, #starostar {
     display: block !important;
     width: 100% !important;
   }

    }

/*# sourceMappingURL=style.css.map */

#top-bar {
  background-color: #00365c !important;
}

.top-social-icon li a:hover {
  color: #DDECCA;
}

.page-title-section ul li:last-child a {
  color: #C0DD9D !important;
}

b {
  font-family: 'MotivaSans-Bold';
  font-weight: normal;
}

h4.section-heading {
  text-align: left !important;
}

.testimonial-style4::after {
  background: transparent;
}

area {
  cursor: pointer;
}

#box1:hover {
  background-color: rgb(0, 54, 92);
}

#box2:hover {
  background-color: rgb(0, 54, 92);
}
