/* -------------------------------------------------------------------
 * Template Name         : Cofo - App & Product Landing Page
 * Created Date          : 10 February 2020
 * Version               : 1.0
 * File Name             : style.css
------------------------------------------------------------------- */

/* -------------------------------------------------------------------
   Base                               
   ------------------------ /
 * 01.Base
 * 02.Typography
 * 03.Helper Class
   ------------------------ /
   Components                               
   ------------------------ /
 * 04.Buttons  
 * 05.Animations 
 * 06.Form(Input)
 * 07.Preloader
   ------------------------ /
   Layout                               
   ------------------------ /
 * 08.Header
 * 09.Hero
 * 10.Services
 * 11.Features
 * 12.Counters
 * 13.Watch Video
 * 14.Screenshot
 * 15.Pricing
 * 16.Testimonials
 * 17.Team
 * 18.Faq
 * 19.Contact
 * 20.Subscribe
 * 21.Footer

------------------------------------------------------------------- */

/* ---------------------------------------------------------------- */

/* 01.Base                               
/* ---------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://fonts.googleapis.com/css?family=Nunito:400,600,700");
/*@import url("https://fonts.googleapis.com/css2?family=Ysabeau+SC:wght@700&display=swap");*/

/* ---------------------------------------------------------------- */

body, html {
  font-size: 16px;
  font-family: Nunito, Roboto, ui-serif;
  font-weight: 400;
  color: #667481;
  margin: 0;
  padding: 0;
  direction: ltr;
  text-align: left;
}

::-moz-selection {
  background: #0075be;
  color: #fff;
}

::selection {
  background: #0075be;
  color: #fff;
}

a:link, a:hover, a:active, a:visited {
  text-decoration: none;
}

ul, ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

textarea, textarea:focus, input, input:focus, button, button:focus {
  outline: none;
  resize: inherit;
}

/* ---------------------------------------------------------------- */

/* 02.Typography                               
/* ---------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
  font-family: Roboto, ui-serif;
  /*font-weight: 700;*/
  color: #000;
  text-transform: capitalize;
  margin: 0;
  line-height: 1.4;
}

h1, .h1 {
  font-size: 2.7rem;
}

@media only screen and (max-width: 992px) {
  h1, .h1 {
    font-size: 1.9rem;
  }
}

h2, .h2 {
  font-size: 2.5rem;
}

@media only screen and (max-width: 992px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: 2.3rem;
}

@media only screen and (max-width: 992px) {
  h3, .h3 {
    font-size: 1.8rem;
  }
}

h4, .h4 {
  font-size: 2.1rem;
}

@media only screen and (max-width: 992px) {
  h4, .h4 {
    font-size: 1.7rem;
  }
}

h5, .h5 {
  font-size: 1.467rem;
}

@media only screen and (max-width: 992px) {
  h5, .h5 {
    font-size: 1.3rem;
  }
}

h6, .h6 {
  font-size: 1.2rem;
}

p {
  line-height: 30px;
  margin: 0;
}

/* ---------------------------------------------------------------- */

/* 03.Helper Class                              
/* ---------------------------------------------------------------- */

.page-wrapper {
  overflow: hidden;
  position: relative;
}
#screenshot{
  direction: ltr;
}
.section {
  padding: 100px 0;
  overflow: hidden;

}

.section .section-heading {
  text-align: justify;
  margin-bottom: 60px;
}

.section .section-heading.white-section-text .section-title {
  color: #fff;
}

.section .section-heading.white-section-text p {
  color: #fff;
}

.section .section-heading .section-title {
  text-align: center;
  position: relative;
  padding: 0 0 20px;
}

.inner-header-title {
  margin-bottom: 25px !important;
  position: relative;
  padding-bottom: 20px;
  display: block;
}

.inner-header-title:after, .inner-header-title:before {
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  position: absolute;
  border-radius: 5px;
}

.inner-header-title:after {
  width: 100%;
  background: rgba(224, 224, 224, 0.5);
}

.inner-header-title:before {
  width: 60px;
  z-index: 36;
  background: #0075be;
}

.flex-box-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.round-item {
  border-radius: 5px;
}

.pb-minus-70 {
  padding-bottom: 70px;
}

.bg-primary-light {
  background: #f5f5f5;
}

.border-top-line {
  border-top: 1px solid #f1f1f1;
}

.border-bottom-line {
  border-bottom: 1px solid #f1f1f1;
}

.bg-jarallax-overlay {
  position: relative;
}

.bg-jarallax-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0075be;
  opacity: 0.8;
}

.custom-bg-primary {
  background: #0075be;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax>.jarallax-img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.img-jump {
  -webkit-animation: imgJump 5s linear 0s infinite normal forwards;
  animation: imgJump 5s linear 0s infinite normal forwards;
}

.border-none {
  border: none;
}

/* ---------------------------------------------------------------- */

/* 04.Buttons                                                     
/* ---------------------------------------------------------------- */

.primary-button {
  padding: 12px 24px;
  display: inline-block;
  text-transform: capitalize;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-align: center;
  border-radius: 5px;
  background: #0075be;
  color: #fff;
  -webkit-box-shadow: 0 5px 20px 0 rgba(38, 91, 251, 0.3);
  box-shadow: 0 5px 20px 0 rgba(38, 91, 251, 0.3);
}

.primary-button:hover {
  background: #ec6707;
  color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(38, 91, 251, 0.4);
  box-shadow: 0 10px 20px 0 rgba(38, 91, 251, 0.4);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.primary-button2 {
  padding: 12px 24px;
  display: inline-block;
  text-transform: capitalize;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-align: center;
  border-radius: 5px;
  background: #ec6707;
  color: #fff;
  -webkit-box-shadow: 0 5px 20px 0 rgba(255, 12, 67, 0.3);
  box-shadow: 0 5px 20px 0 rgba(255, 12, 67, 0.3);
}

.primary-button2:hover {
  background: #f67517;
  color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(255, 12, 67, 0.3);
  box-shadow: 0 10px 20px 0 rgba(255, 12, 67, 0.3);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.default-button {
  padding: 12px 24px;
  display: inline-block;
  text-transform: capitalize;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-align: center;
  border-radius: 5px;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.default-button:hover {
  background: #fff;
  color: #0075be;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.scroll-down-btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 1111;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.scroll-down-btn:hover {
  background: #fff;
  color: #0075be;
}

.scroll-top-btn {
  position: fixed;
  right: 10px;
  bottom: 0;
  z-index: 100;
  width: 56px;
  height: 56px;
  line-height: 56px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-align: center;
  border-radius: 5px;
  background: #0075be;
  color: #fff;
}

.scroll-top-btn:hover {
  background: #ec6707;
  color: #fff;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.scroll-top-btn.active {
  opacity: 1;
  bottom: 20px;
  visibility: visible;
}

/* ---------------------------------------------------------------- */

/* 05.Animations                                                     
/* ---------------------------------------------------------------- */

@-webkit-keyframes stickyMenu {
  0% {
    margin-top: -120px;
    opacity: 0;
  }
  50% {
    margin-top: -64px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes stickyMenu {
  0% {
    margin-top: -120px;
    opacity: 0;
  }
  50% {
    margin-top: -64px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes imgJump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  41% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  80% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes imgJump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  41% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  80% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes preLoader {
  0% {
    border-width: 10px;
  }
  25% {
    border-width: 3px;
  }
  50% {
    border-width: 10px;
    -webkit-transform: rotate(115deg);
    transform: rotate(115deg);
  }
  75% {
    border-width: 3px;
  }
  100% {
    border-width: 10px;
  }
}

@keyframes preLoader {
  0% {
    border-width: 10px;
  }
  25% {
    border-width: 3px;
  }
  50% {
    border-width: 10px;
    -webkit-transform: rotate(115deg);
    transform: rotate(115deg);
  }
  75% {
    border-width: 3px;
  }
  100% {
    border-width: 10px;
  }
}

/* ---------------------------------------------------------------- */

/* 06.Form(Input, Comment)                             
/* ---------------------------------------------------------------- */

.form-input {
  width: 100%;
  display: block;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 18px 25px;
  border: none;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0 20px 60px 0 rgba(40, 93, 251, 0.16);
  box-shadow: 0 20px 60px 0 rgba(40, 93, 251, 0.16);
  text-align: left;
}

.form-input:focus {
  -webkit-box-shadow: 0 23px 49px 0 rgba(38, 91, 251, 0.2);
  box-shadow: 0 23px 49px 0 rgba(38, 91, 251, 0.2);
}

.form-input.contact-text-area {
  margin-bottom: 28px;
}

/* ---------------------------------------------------------------- */

/* 07.Preloader                            
/* ---------------------------------------------------------------- */

.preloader-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4444;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #0075be;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.preloader-wrap .preloader-inner {
  width: 70px;
  height: 35px;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 17px);
  left: calc(50% - 35px);
}

.preloader-wrap .preloader-inner #loader {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-style: solid;
  border-top-color: #fff;
  border-right-color: #fff;
  border-left-color: transparent;
  border-bottom-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: preLoader 3s ease-in-out infinite;
  animation: preLoader 3s ease-in-out infinite;
  -webkit-transform: rotate(-200deg);
  transform: rotate(-200deg);
}

/* ---------------------------------------------------------------- */

/* 08.Header                                                   
/* ---------------------------------------------------------------- */

.header {
  padding: 10px 0;
}

.header .nav-link {
  font-size: 14px;
  font-weight: 500;
  padding: 20px 15px !important;
  text-transform: uppercase;
  display: block;
  position: relative;
  color: #fff;
  line-height: 28px;
  opacity: 0.7;
}

.header .nav-link:hover, .header .nav-link.active {
  opacity: 1;
}

.header .nav-link.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background-color: #fff;
}

.header .nav-link:not(.active)::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  z-index: -7;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  background-color: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.header .nav-link:not(.active):hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.header .navbar-toggler {
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0 10px 0 0;
}

.header .navbar-toggler .togler-icon-inner>span {
  height: 3px;
  margin: 5px;
  width: 30px;
  display: block;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .navbar-toggler .togler-icon-inner>span:nth-child(2) {
  width: 20px !important;
  margin-left: auto;
}

.header .navbar-toggler .togler-icon-inner>span:last-child {
  margin-bottom: 0;
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner>span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
  transform: rotate(-45deg) translate(-5px, 6px);
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner>span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-5px, -6px);
  transform: rotate(45deg) translate(-5px, -6px);
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner>span:nth-child(2) {
  opacity: 0;
}

.header .navbar-brand {
  color: #fff;
  text-transform: capitalize;
  margin-right: 0;
  padding: 0;
}

.header .navbar-brand img {
  display: none;
}

.header .navbar-brand img.logo-transparent {
  display: block;
}

.header.header-shrink {
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0px 13px 35px -12px rgba(61, 82, 96, 0.2);
  box-shadow: 0px 13px 35px -12px rgba(61, 82, 96, 0.2);
  -webkit-animation: stickyMenu 0.7s ease-in-out;
  animation: stickyMenu 0.7s ease-in-out;
}

.header.header-shrink .togler-icon-inner>span {
  background-color: #000;
}

.header.header-shrink .nav-link {
  color: #000;
  opacity: 0.7;
}

.header.header-shrink .nav-link:hover, .header.header-shrink .nav-link.active {
  opacity: 1;
}

.header.header-shrink .nav-link.active::after {
  background-color: #0075be;
}

.header.header-shrink .nav-link:not(.active)::after {
  background-color: #0075be;
}

/* ---------------------------------------------------------------- */

/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */

@media only screen and (max-width: 991.98px) {
  .header .container, .header, .header ul li {
    padding: 0;
  }
  .header .container {
    max-width: 100%;
  }
  .header .navbar-nav .nav-link {
    color: #000;
    padding: 11px 15px !important;
  }
  .header .navbar-nav .nav-link::after {
    display: none;
  }
  .header .main-menu {
    background: #fff;
  }
  .header .navbar-nav .nav-link:not(.active):hover, .header .navbar-nav .nav-link.active {
    background: #0075be;
    color: #fff !important;
  }
  .header .navbar-brand {
    padding: 10px 0 10px 15px;
  }
}

/* ---------------------------------------------------------------- */

/* 09.Hero                            
/* ---------------------------------------------------------------- */

#home {
  padding: 130px 0;
  z-index: 2;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../img/bg/hero-bg.jpg);
}

#home:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: -2;
  background: #0075be;
}

.banner-content h1 {
  margin-bottom: 20px;
  color: #fff;
}

.banner-content p {
  margin-bottom: 30px;
  color: #fff;
}

.banner-right {
  text-align: center;
}

@media only screen and (max-width: 576px) {
  .banner-right {
    max-width: 250px;
    text-align: center;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 992px) {
  .banner-content {
    margin-bottom: 40px;
    text-align: center;
  }
}

/* ---------------------------------------------------------------- */

/* 10.Services                            
/* ---------------------------------------------------------------- */

.services-item {
  text-align: center;
  padding: 40px;
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0 20px 60px 0 rgba(40, 93, 251, 0.16);
  box-shadow: 0 20px 60px 0 rgba(40, 93, 251, 0.16);
}

.services-item:hover {
  background: #0075be;
  -webkit-box-shadow: 0 23px 49px 0 rgba(38, 91, 251, 0.35);
  box-shadow: 0 23px 49px 0 rgba(38, 91, 251, 0.35);
}

.services-item:hover .services-body h5, .services-item:hover .services-body p {
  color: #fff;
}

.services-item:hover .services-icon {
  border-right: 5px dashed #fff;
  border-bottom: 5px solid #fff;
}

.services-item:hover .services-icon i {
  background: rgba(255, 255, 255, 0.1);
}

.services-item .services-icon {
  border-right: 5px dashed #0075be;
  border-bottom: 5px solid #0075be;
  display: inline-block;
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 50%;
}

.services-item .services-icon i {
  text-align: center;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 50px;
  background: #0075be;
}

.services-item .services-body h5 {
  margin-bottom: 10px;
}

/* ---------------------------------------------------------------- */

/* 11.Features                          
/* ---------------------------------------------------------------- */

.tab-link-wrap .tab-link-item {
  cursor: pointer;
  text-align: center;
  margin-bottom: 30px;
}

.tab-link-wrap .tab-link-item .tab-link-inner {
  padding: 40px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0 20px 30px 0 rgba(40, 93, 251, 0.16);
  box-shadow: 0 20px 30px 0 rgba(40, 93, 251, 0.16);
}

.tab-link-wrap .tab-link-item span {
  display: block;
  margin-bottom: 30px;
}

.tab-link-wrap .tab-link-item span::before {
  font-size: 80px;
  color: #0075be;
  margin-left: 0;
  line-height: 80px;
}

.tab-link-wrap .tab-link-item.active .tab-link-inner, .tab-link-wrap .tab-link-item:hover .tab-link-inner {
  background: #0075be;
  -webkit-box-shadow: 0 23px 49px 0 rgba(38, 91, 251, 0.35);
  box-shadow: 0 23px 49px 0 rgba(38, 91, 251, 0.35);
}

.tab-link-wrap .tab-link-item.active span::before, .tab-link-wrap .tab-link-item:hover span::before {
  color: #fff;
}

.tab-link-wrap .tab-link-item.active h6, .tab-link-wrap .tab-link-item:hover h6 {
  color: #fff;
}

.tab-content-item {
  display: none;
}

.tab-content-item.active {
  display: block;
  -webkit-animation: fadeInUp 0.5s ease;
  animation: fadeInUp 0.5s ease;
}

.tab-content-inner h4 {
  margin-top: 50px;
  margin-bottom: 10px;
}

.tab-content-inner p {
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: justify;
}

.tab-content-inner ul {
  margin-bottom: 30px;
}

.tab-content-inner ul li {
  margin-top: 10px;
  color: #000;
  font-weight: 500;
}

.tab-content-inner ul li:first-child {
  margin-top: 0;
}

.tab-content-inner ul li::before {
  content: "\f192";
  padding-right: 15px;
  color: #0075be;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  float: left;
}

/* Responsive Media Query */

@media only screen and (max-width: 992px) {
  .features-tab-imagetab-content-inner {
    margin-bottom: 30px;
    text-align: center;
  }
}

/* ---------------------------------------------------------------- */

/* 12.Counters                            
/* ---------------------------------------------------------------- */

#counters {
  z-index: 3;
  position: relative;
  background-repeat: no-repeat;
  background-image: url(../img/bg/counter-bg.png);
  background-size: cover;
  background-position: center center;
}

#counters:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: -3;
  background: #0075be;
}

.counter-item {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.counter-item .counter-header {
  border-right: 5px dashed #fff;
  border-bottom: 5px solid #fff;
  display: inline-block;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 50%;
}

.counter-item i {
  text-align: center;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 60px;
  background: rgba(255, 255, 255, 0.1);
}

.counter-item .counter-body h2, .counter-item .counter-body span {
  color: #fff;
}

.counter-item .counter-body h2 {
  margin-bottom: 10px;
}

/* ---------------------------------------------------------------- */

/* 13.Watch Video                           
/* ---------------------------------------------------------------- */

@media only screen and (max-width: 992px) {
  .how-it-work-img {
    margin-bottom: 30px;
    text-align: center;
  }
}

.how-it-works-inner h4 {
  margin-bottom: 10px;
}

.how-it-works-inner p {
  margin-bottom: 20px;
}

.how-it-works-inner ul .how-it-work-item {
  margin-bottom: 20px;
}

.how-it-works-inner ul .how-it-work-item:after, .how-it-works-inner ul .how-it-work-item:before {
  content: "";
  clear: both;
  display: block;
}

.how-it-works-inner ul .how-it-work-item .how-it-work-icon {
  border-right: 5px dashed #0075be;
  border-bottom: 5px solid #0075be;
  padding: 10px;
  border-radius: 50%;
  float: right;
  margin-left: 20px;
}

.how-it-works-inner ul .how-it-work-item .how-it-work-icon i {
  text-align: center;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 25px;
  background: #0075be;
}

.how-it-works-inner ul .how-it-work-item .how-it-work-body h6 {
  margin-bottom: 8px;
}

.how-it-works-inner ul .how-it-work-item .how-it-work-body p {
  margin-bottom: 0;
}

#video-wrap {
  z-index: 3;
  position: relative;
  background-repeat: no-repeat;
  background-image: url(../img/bg/watch-video.png);
  background-size: cover;
  background-position: center center;
}

#video-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: -3;
  background: #0075be;
}

.video-inner-wrap {
  position: relative;
  text-align: center;
  border-radius: 30px;
  padding: 20px;
  background: #fff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0 20px 30px 0 rgba(40, 93, 251, 0.16);
  box-shadow: 0 20px 30px 0 rgba(40, 93, 251, 0.16);
}

.video-inner-wrap img {
  border-radius: 20px;
}

.video-inner-wrap .video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  border-right: 5px dashed #0075be;
  border-bottom: 5px solid #0075be;
  display: inline-block;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 50%;
}

.video-inner-wrap .video-button i {
  text-align: center;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  padding-left: 6px;
  font-size: 30px;
  background: #0075be;
}

/* ---------------------------------------------------------------- */

/* 14.Screenshot                            
/* ---------------------------------------------------------------- */

#screenshot .screenshot-carousel {
  position: relative;
}

#screenshot .screenshot-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

#screenshot .screenshot-carousel .owl-item {
  text-align: center;
}

#screenshot .screenshot-carousel .owl-item.active .testimonials-header {
  -webkit-animation: zoomIn 0.8s ease;
  animation: zoomIn 0.8s ease;
}

#screenshot .owl-theme .owl-nav button {
  width: 56px;
  height: 56px;
  line-height: 56px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-align: center;
  border-radius: 5px;
  background: #0075be;
  color: #fff;
  margin-bottom: 0;
  margin-top: 30px;
}

#screenshot .owl-theme .owl-nav button:hover {
  background: #ec6707;
  color: #fff;
}

#screenshot .owl-theme .owl-nav button.owl-next {
  right: 0;
}

#screenshot .owl-theme .owl-nav button.owl-prev {
  left: 0;
}

/* ---------------------------------------------------------------- */

/* 15.Pricing                          
/* ---------------------------------------------------------------- */

.price-table {
  text-align: center;
  position: relative;
  padding: 40px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0 20px 30px 0 rgba(40, 93, 251, 0.16);
  box-shadow: 0 20px 30px 0 rgba(40, 93, 251, 0.16);
}

.price-table.active {
  background: #0075be;
  -webkit-box-shadow: 0 20px 49px 0 rgba(38, 91, 251, 0.35);
  box-shadow: 0 20px 49px 0 rgba(38, 91, 251, 0.35);
}

.price-table.active .price-icon {
  border-right: 5px dashed #fff;
  border-bottom: 5px solid #fff;
}

.price-table.active .price-icon i {
  background: rgba(255, 255, 255, 0.1);
}

.price-table.active .price-text h2 {
  color: #fff !important;
}

.price-table.active .price-list li {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.price-table.active .price-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.price-table.active .price-title h6 {
  color: #fff;
}

.price-table.active .price-text h3 {
  color: #fff;
}

.price-table .price-title {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.price-table .price-text {
  margin-bottom: 20px;
}

.price-table .price-text h2 {
  font-size: 3rem;
}

.price-table .price-icon {
  border-right: 5px dashed #0075be;
  border-bottom: 5px solid #0075be;
  display: inline-block;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 50%;
}

.price-table .price-icon i {
  text-align: center;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 50px;
  background: #0075be;
}

.price-table .price-list {
  margin-bottom: 40px;
}

.price-table .price-list li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.price-table .price-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}


.price-table.active .price-badge {
  background: #fff;
  color: #0075be;
}

.price-table.active .price-badge:after {
  border-color: #fff transparent #fff #fff;
}

.price-table .price-badge {
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  padding: 10px;
  font-size: 14.5px;
  background: #0075be;
  color: #fff;
}

.price-table .price-badge:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -40px;
  border: 21px solid;
  border-color: #0075be transparent #0075be #0075be;
}

/* ---------------------------------------------------------------- */

/* 16.Testimonials                          
/* ---------------------------------------------------------------- */

#testimonials {
  z-index: 5;
  position: relative;
  background-repeat: no-repeat;
  background-image: url(../img/clients/clients-bg.png);
  background-size: cover;
  background-position: center center;
}

#testimonials:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: -5;
  background: #0075be;
}

#testimonials .testimonials-carousel {
  position: relative;
}

#testimonials .testimonials-carousel .owl-item img {
  width: auto;
}

#testimonials .testimonials-carousel .owl-item.active .testimonials-header {
  -webkit-animation: zoomIn 0.8s ease;
  animation: zoomIn 0.8s ease;
}

#testimonials .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 30px;
  line-height: 0;
}

#testimonials .owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 2px solid #fff;
  margin: 0 5px;
  width: 11px;
  height: 11px;
}

#testimonials .owl-theme .owl-dots .owl-dot.active span {
  background: #fff;
}

.testimonials-item {
  text-align: center;
  background: #fff;
  padding: 40px 30px;
  position: relative;
  margin-bottom: 20px;
  border-radius: 10px;
}

.testimonials-item:after {
  content: "";
  position: absolute;
  bottom: -20px;
  background: #fff;
  opacity: 0.5;
  width: 90%;
  height: 20px;
  left: 50%;
  border-radius: 0 0 10px 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testimonials-item .testimonials-header {
  display: inline-block;
  margin-bottom: 30px;
  border-radius: 50%;
  padding: 10px;
  position: relative;
  border-right: 5px dashed #0075be;
  border-bottom: 5px solid #0075be;
}

.testimonials-item img {
  display: inline-block !important;
  text-align: center;
  border-radius: 50%;
}

.testimonials-item .testimonials-body h5 {
  margin-bottom: 3px;
}

.testimonials-item .testimonials-body span {
  display: block;
  margin-bottom: 20px;
  color: #0075be;
  font-weight: 500;
}

.testimonials-item .testimonials-body p {
  font-size: 1.2rem;
  font-style: italic;
}

.testimonials-item .testimonials-body .testimonial-rating {
  margin-top: 20px;
}

.testimonials-item .testimonials-body .testimonial-rating i {
  color: #ffc107;
}

/* ---------------------------------------------------------------- */

/* 17.Teams                                                   
/* ---------------------------------------------------------------- */

.team-card {
  text-align: center;
  padding: 40px 30px;
  position: relative;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 20px 60px 0 rgba(40, 93, 251, 0.16);
  box-shadow: 0 20px 60px 0 rgba(40, 93, 251, 0.16);
}

.team-card .team-img {
  display: inline-block;
  margin-bottom: 30px;
  border-radius: 50%;
  padding: 10px;
  position: relative;
  border-right: 5px dashed #0075be;
  border-bottom: 5px solid #0075be;
}

.team-card .team-img img {
  display: inline-block !important;
  text-align: center;
  border-radius: 50%;
}

.team-card .team-info {
  margin-bottom: 20px;
}

.team-card .team-info h5 {
  margin-bottom: 10px;
}

.team-card .team-social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 5px;
  background: #0075be;
  color: #fff;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-align: center;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(38, 91, 251, 0.3);
  box-shadow: 0 5px 20px 0 rgba(38, 91, 251, 0.3);
}

.team-card .team-social a:last-child {
  margin-right: 0;
}

.team-card .team-social a:hover {
  background: #ec6707;
  color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(38, 91, 251, 0.4);
  box-shadow: 0 10px 20px 0 rgba(38, 91, 251, 0.4);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

/* ---------------------------------------------------------------- */

/* 18.Faq                                                   
/* ---------------------------------------------------------------- */

#faq {
  z-index: 5;
  position: relative;
}

.accordion-item {
  margin-bottom: 30px;
  border-radius: 5px;
}

.accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-item .accordion-item-header a {
  color: #000;
  padding: 30px 30px 30px 60px;
  border: 1px solid #eff2f7;
  display: block;
  position: relative;
  font-weight: 500;
}

.accordion-item .accordion-item-header a i {
  margin-left: 15px;
  color: #0075be;
  right: 0;
  float: right;
}

.accordion-item .accordion-item-header a:after {
  content: "\f067";
  position: absolute;
  top: 30px;
  left: 30px;
  color: #0075be;
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  font-weight: 700;
}

.accordion-item .accordion-item-header a[aria-expanded="true"]:after {
  content: "\f068";
}

.accordion-item .accordion-body {
  padding: 30px;
  background: #fff;
  border: 1px solid #eff2f7;
  border-top: 0;
}

/* Responsive Media Query */

@media only screen and (max-width: 992px) {
  .faq-image {
    margin-bottom: 30px;
    text-align: center;
  }
}

/* ---------------------------------------------------------------- */

/* 19.Contact                           
/* ---------------------------------------------------------------- */

.contact-icon-box {
  text-align: center;
  padding: 40px;
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0 20px 60px 0 rgba(40, 93, 251, 0.16);
  box-shadow: 0 20px 60px 0 rgba(40, 93, 251, 0.16);
}

.contact-icon-box:hover {
  background: #0075be;
  -webkit-box-shadow: 0 23px 49px 0 rgba(38, 91, 251, 0.35);
  box-shadow: 0 23px 49px 0 rgba(38, 91, 251, 0.35);
}

.contact-icon-box:hover .contact-body h5, .contact-icon-box:hover .contact-body p {
  color: #fff;
}

.contact-icon-box:hover .contact-icon {
  border-right: 5px dashed #fff;
  border-bottom: 5px solid #fff;
}

.contact-icon-box:hover .contact-icon i {
  background: rgba(255, 255, 255, 0.1);
}

.contact-icon-box .contact-icon {
  border-right: 5px dashed #0075be;
  border-bottom: 5px solid #0075be;
  display: inline-block;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 50%;
}

.contact-icon-box .contact-icon i {
  text-align: center;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 50px;
  background: #0075be;
}

.contact-icon-box .contact-body h5 {
  margin-bottom: 10px;
}

/* Responsive Media Query */

@media only screen and (max-width: 992px) {
  .contact-image {
    margin-bottom: 30px;
    text-align: center;
  }
}

/* ---------------------------------------------------------------- */

/* 20.Subscribe                             
/* ---------------------------------------------------------------- */

#subscribe-form {
  background: #0075be;
  background-color: #0075be;
  z-index: 6;
  position: relative;
}

#subscribe-form:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: -6;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/bg/subscribe-bg.png);
}

.newsletter-form-control {
  margin-bottom: 0;
  padding: 25px 25px 25px 93px;
}

.newsletter-form-group {
  position: relative;
}

.newsletter-form-group .newsletter-button {
  border: none;
  position: absolute;
  top: 9px;
  left: 9px;
  padding: 16px 25px;
  display: inline-block;
  text-transform: capitalize;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-align: center;
  border-radius: 5px;
  background: #0075be;
  color: #fff;
  -webkit-box-shadow: 0 5px 20px 0 rgba(38, 91, 251, 0.3);
  box-shadow: 0 5px 20px 0 rgba(38, 91, 251, 0.3);
}

.newsletter-form-group .newsletter-button:hover {
  background: #ec6707;
  color: #fff;
}

.download-box {
  margin-top: 30px;
}

@media only screen and (max-width: 992px) {
  .download-box a {
    margin-right: 0 !important;
    margin-bottom: 20px;
    display: block;
  }
  .download-box a:last-child {
    margin-bottom: 0;
  }
}

/* ---------------------------------------------------------------- */

/* 21.Footer                             
/* ---------------------------------------------------------------- */

#footer {
  background: #fff;
  position: relative;
}

#footer .footer-top {
  padding: 70px 0;
}

#footer .footer-top .footer-widget {
  text-align: center;
}

#footer .footer-top .footer-widget .footer-logo {
  margin-bottom: 30px;
}

#footer .footer-top p {
  color: #b1afaf;
}

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-links a {
  width: 56px;
  height: 56px;
  line-height: 56px;
  margin-right: 10px;
  display: inline-block;
  text-transform: capitalize;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-align: center;
  border-radius: 5px;
  background: #0075be;
  color: #fff;
  -webkit-box-shadow: 0 5px 20px 0 rgba(38, 91, 251, 0.3);
  box-shadow: 0 5px 20px 0 rgba(38, 91, 251, 0.3);
}

.social-links a:hover {
  background: #ec6707;
  color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(38, 91, 251, 0.4);
  box-shadow: 0 10px 20px 0 rgba(38, 91, 251, 0.4);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.social-links a:first-child {
  margin-left: 0;
}

.copyright-wrap {
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

/*# sourceMappingURL=style.css.map */

.price-text .fa {
  font-family: Nunito, ui-sans-serif;

  font-size: 11.5pt;
  
  font-weight: normal;
  
  position: absolute;
  
  right: 65px;
  
  top: 30px;
}