@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
/*font-family: 'Lato', sans-serif;*/

footer, header, nav, section {
  display: block;
}

/* @font-face {
  font-family: 'dk_cool_crayonregular';
  src: url('../fonts/dk_cool_crayon-webfont.ttf') format('ttf'),
       url('../fonts/dk_cool_crayon-webfont.woff2') format('woff2'),
       url('../fonts/dk_cool_crayon-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} */
footer, header, nav, section {
  display: block;
}
p {
  line-height: 24px;
  letter-spacing: 1px;
}
ol, ul {
  list-style: none;
  padding-left: 0px;
}
a , a:hover {
  text-decoration: none !important;
  transition: all ease .5s;
}
h1,h2,h3,h4,h5,h6 {
  margin: 0px;
  padding: 0px;
  /* font-family: 'Archivo Black', sans-serif; */
}
body {
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: 'Lato', sans-serif;
  overflow-x: hidden;
}
.section_wave {
    background-position: left top;
    bottom: 0;
    height: 100px;
    left: 0;
    position: absolute;
    right: 0;
}
.banner-main {
  z-index: 1;
  min-height: 600px;
  background: #f5f5f5;
  /*background: linear-gradient(114deg, #ed1748, #ed1748, #ffd600, #ffd600, #008abb, #008abb, #ed1748, #ffd600, #ffd600, #008abb);*/
  background-size: 2000% 2000%;
  animation: AnimationName 115s ease infinite;
  position: relative;
  background: #0575E6;
  background: -webkit-linear-gradient(to right, #021B79, #0575E6);
  background: linear-gradient(to right, #021B79, #0575E6);
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  /*justify-content: center;*/
}
.no-padding {
  padding: 0px;
}
.img-responsive {width: 100%;}
.top-bottom-center {
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  justify-content: center;
}
.text-white {color: #fff !important;}
.text-black {color: #000;}
@keyframes AnimationName {
    0%,
    100% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
}

/* rippler css start */
.ripple-effect {
  position: relative;
  overflow: hidden;
  -webkit-transform: translatez(0);
}
.teffect {
  display: block;
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  transform: scale(0);
  background: #fff;
  opacity: 0.5;
}
.teffect.animate {
  animation: ripple-effect 0.5s linear;
}

@keyframes ripple-effect {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
@-webkit-keyframes ripple-effect {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.bannder-common {
  z-index: 1;
  min-height: 200px;
  background: #f5f5f5;
  background-size: 2000% 2000%;
  animation: AnimationName 115s ease infinite;
  position: relative;
  background: #0575E6;
  background: -webkit-linear-gradient(to right, #021B79, #0575E6);
  background: linear-gradient(to right, #021B79, #0575E6);
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  justify-content: center;
  color: #fff;
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
}
.bannder-common h2 {
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 900;
  letter-spacing: 1px;
}
.title-text-box > h2 {
  font-size: 22px;
  margin-bottom: 20px; 
}
.title-text-box p {
  font-size: 16px;
  font-weight: 500;
}
/* ripplr css end */
.header-top.sticky {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    background: #fff;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    box-shadow: 1px 1px 1px #ddd;
}
.right-nav {
  position: absolute;
  right: -280px;
  background: #1e252b;
  width: 280px;
  /* left: 0; */
  top: 0;
  padding: 30px;
  height: 100vh;
  transition: .5s all ease;
}
.right-nav.toggle-navi {
  right: 0px;
  transition: .5s all ease;
  z-index: 99;
}
ul.list-nav {
    padding-top: 8%;
}
.right-nav > ul.list-nav > li > a {
  color: #fff;
  font-size: 14px;
  display: block;
  padding: 10px;
  text-transform: uppercase;
}
.banner-content {
  /*padding-top: 10%;*/
  display: flex;
  align-items:  center;
}
a.btn-black {
  background: #1e252b;
  color: #fff;
  font-size: 20px;
  padding: 15px 40px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 2px;
}
.position-static {
  position: static;
}
.header-top {
  padding: 0px 0;
  margin-bottom: 0px;
}
.header-top .logo {
  display: block;
  padding: 0px;
  height: auto;
}
/* #toggle-btn {
  display: inline-block;
  border-radius: 0px;
  margin: 0px;
} */
#toggle-btn .icon-bar {
    background: #1e252b;
}
.navi {
  margin-top: 3px;
}
.navi > li a {
    font-size: 16px;
    color: #5d5d5d;
    text-transform: uppercase;
    font-weight: bolder;
}
.banner-content h1 {
  font-family: 'Lato', sans-serif;
  /*font-family: 'Archivo Black', sans-serif;*/
  font-size: 50px;
  color: #fff;
  font-weight: bold;
}
.arrow-down {
  background: url(../images/arrow-bottom.png);
  display: inline-block;
  width: 53px;
  height: 64px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.banner-content h1 + p {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  margin: 20px 0;
}
.default-padding {
  padding: 4% 0;
}
.banner-default .banner-content {
    padding-top: 1%;
}
.bannder-common:after {
    width: 103%;
    height: 100px;
    content: '';
    background: #f1f1f1;
    position: absolute;
    bottom: -60px;
    transform: rotate(-2deg);
}
.banner-default h2 {
  font-size: 46px;
  color: #000;
  font-family: 'Lato', sans-serif;
  /*font-family: 'Archivo Black', sans-serif;*/
}
.media-2 .services-icons {
    padding-right: 15px;
}
.services-main .media-2 {
  margin: 20px 0;
}
.main-service-top {
  background: #f1f1f1;
}
.serice-top-box {
  padding: 80px 0;
}
.main-service-top .serice-top-box > h3, .main-service-top .serice-top-box > h2 {
  margin-bottom: 20px;
}
.main-service-top .serice-top-box > h3 {
  line-height: 40px;
}
.main-service-top .serice-top-box > h2 {
  margin-bottom: 20px;
  font-family: 'Lato', sans-serif;
  /*font-family: 'Archivo Black', sans-serif;*/
}
.main-service-top .serice-top-box > p {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 34px;
  color: #676767;
}
.main-service-top .serice-top-box .list-2 > li {
  font-size: 16px;
}
a#close-btn {
  color: #737373;
  font-size: 30px;
  position: absolute;
  top: 6px;
  left: 11px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  width: 16px;
  height: 16px;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
.user-img-main {
    width: 100px;
    height: 100px;
    border-radius: 90px;
    margin: 0 auto;
    background: #fff;
    margin-bottom: 30px;
}
.user-img-main .user-img {
    border-radius: 90px;
}

#carousel {
    position: relative;
    padding-bottom: 16px;
    padding-top: 70px;
    padding-bottom: 50px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-attachment: fixed !important;
}
.client_logos img.img-responsive {
    /* height: 75px; */
    /* width: 90px !important; */
    text-align: center;
    margin: 0 auto;
}
.owl-nav {
  display: none;
}
#slider-carousel .item img {
    width: 130px;
}
.select-style {
  position: relative;
  display: inline-block;
  width: 100%;
}
.select-style:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  right: 15px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #acacac;
}
.select-style select {
  width: 100%;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 17px 22px 17px 17px;
    border: 1px solid #272727;
    border-radius: 2px;
    color: grey;
    background: #151515;
}
.img-portfolio {
  height: 250px;
}
.portfolio-box-hover > a {
    /* display: block !important; */
 
    text-align: center;
}
.loader {
  background: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 9999999;
}
.loader > img {
  margin: -100px auto 0;
  position: relative;
  text-align: center;
  top: 50%;
  width: 150px;
}
.no-margin {
  margin:  0px;
}
.client-logo a {
  padding: 10px;
  display: inline-block;
}
.client-logo-main {
  padding-bottom: 40px;
}
.client-logo-main .client-logo a img {
    padding: 0 10px;
    width: 130px;
}
.no-bg {
  background: none;
}
.landing_page-user {
  background: url('../images/16.jpg');
  background-size: 100%;
  min-height: 500px;
  background-position: bottom;
  background-repeat: no-repeat;
}
.landing_page-user-text h5 {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 32px;
  color: #5a5a5a;
  margin-bottom: 30px;
}
.landing_page-user-text h3 {
  font-size: 26px;
  letter-spacing: 1px;
  line-height: 35px;
  color: #2874f0;
  margin-bottom: 10px;
  font-weight: bold;
}
.content-bottom {
  padding-top: 8%;
}
.content-bottom h2 {
  font-family: 'Lato', sans-serif;
  /*font-family: 'Archivo Black', sans-serif;*/
  font-size: 38px;
  line-height: 46px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.content-bottom p {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 30px;
}
.main-content-bottom {
  background: #f1f1f1;
}
.more_features .media {
    margin: 35px 0;
}
.more_features .media .media-body h2 {
  font-size: 18px;
    color: #000;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.more_features .media .media-left {
    padding: 0 30px 0 20px;
}
.section_title h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #000;
}
.section_title {
    text-align: center;
    max-width: 630px;
    margin: 0 auto 75px;
}
.main-more_features {
  background: url('../images/shape1.png') no-repeat right, url('../images/shape2.png') no-repeat left;
  background-size: contain;
}
.btn-signup a.btn {
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    font-size: 15px;
    border: 1px solid #535353;
    margin-right: 5px;
}
.btn-signup {
    border-top: 1px solid #3c3c3c;
    /* text-align: center; */
    padding: 20px 0;
}
.faq_code {
    box-shadow: 0px 0px 52px 0px #ccc;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 15px;
    border-radius: 3px;
    padding-right: 15px;
    border-top: 5px solid #aadd6e;
}
.faq_code .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
    margin-bottom: 11px;
}
.faq_code .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}
.faq_code .panel-title {
    font-size: 14px;
}
.faq_code .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
    color: gray;
    border-left: 4px solid #aadd6e;
}
.faq_code .panel-body {
    padding: 15px;
    font-size: 14px;
    line-height: 23px;
    font-family: Poppins-regular;
}
.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px; 
    color: #021e7d;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}

.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}
.faq-main {
  background-color: #f1f1f1;
}
.faq-main .panel.panel-default .panel-body p {
    font-size: 16px;
    color: #636363;
}
.faq-main .panel.panel-default .panel-heading {
    background-color: #fff;
    padding: 0;
    font-size: 26px;
    border: 0px solid !important;
    box-shadow: none;
}
.faq-main .panel.panel-default .panel-heading .panel-title a {
    background-color: #fff;
    font-size: 18px;
    padding: 20px;
    display: block;
    color: #000;
}
.nav-main .nav.navbar-nav img {
    max-width: 28px;
}
.navbar-nav>li {
  display:  flex;
  margin-left: 10px;
}
.header-top  .navbar-nav>li a {
    padding: 5px 10px;
     border-bottom:  2px solid transparent; 
    /* background: #0073ce; */
    /*border-radius: 4px;*/
    color: #000;
    background-color: #fff;
}
.header-top .navbar-nav>li a:hover {
    /*text-decoration: underline;*/
    border-bottom-color: #0074ce;
}
.btn-primary {
    color: #fff;
    background-color: #0074ce;
    border: 2px solid #0074ce;
}
.btn-primary:hover{
  background: #274690;
  border: 2px solid #274690;
}
.btn_install {
  margin-top: 30px;
}

footer {
    background: #1B264F;
    padding: 30px 0;
    color:  #bfbebe;
}
footer  ul {
  margin:   0;
}
footer  ul li {
  display:  inline-block;
  color: #295eb1;
}

footer  ul li a {
    padding: 0 7px;
    color:  #5C80BC;
    text-transform: capitalize;
}
footer  ul li a:hover {
    color: #fff;
}
.banner_text {
  min-height: 110px;
  margin-bottom: 70px;
}

.banner-content h3 {
  color:  #fff;
  margin-bottom: 10px;
}


/* pricing page */

.pricing-item {
  position: relative;
  text-align: center;
}

.pricing-palden .pricing-item {
  background: #fff;
  border-radius: 10px 10px 0 0;
}

@media screen and (min-width: 66.25em) {
  .pricing-palden .pricing-item {
    margin: 1em -0.5em;
  }

  .pricing-palden .pricing__item--featured {
    margin: 0;
    z-index: 10;
    box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
  }
}
.pricing-palden .pricing-deco {
  border-radius: 10px 10px 0 0;
  padding: 3em 0 11em;
  background: #f5f5f5;
  background-size: 2000% 2000%;
  animation: AnimationName 115s ease infinite;
  position: relative;
  background: #0575E6;
  background: -webkit-linear-gradient(to right, #021B79, #0575E6);
  background: linear-gradient(to right, #021B79, #0575E6);
}
.pricing-palden .pricing-deco-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
}
.pricing-palden .pricing-title {
  font-size: 0.75em;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #fff;
}
.pricing-palden .deco-layer {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.pricing-palden .pricing-item:hover .deco-layer--1 {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}
.pricing-palden .pricing-item:hover .deco-layer--2 {
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
}
.pricing-palden .icon {
  font-size: 2.5em;
}
.pricing-palden .pricing-price {
  font-size: 5em;
  font-weight: bold;
  padding: 0;
  color: #fff;
  margin: 0 0 0.25em 0;
  line-height: 0.75;
}
.pricing-palden .pricing-currency {
  font-size: 0.15em;
  vertical-align: top;
}
.pricing-palden .pricing-period {
  font-size: 0.15em;
  padding: 0 0 0 0.5em;
  font-style: italic;
}
.pricing-palden .pricing__sentence {
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: 0 0 0.5em;
}
.pricing-palden .pricing-feature-list {
  margin: 0;
  padding: 0.25em 0 2.5em;
  list-style: none;
  text-align: center;
}
.pricing-palden .pricing-feature {
  padding: 1em 0;
}
.pricing-palden .pricing-action {
  font-weight: bold;
  padding: 1.2em 3em;
  color: #fff;
  border-radius: 3px;
  background: #0575E6;
  background: -webkit-linear-gradient(to right, #021B79, #0575E6);
  background: linear-gradient(to right, #021B79, #0575E6);
  display: inline-block;
  text-transform: uppercase;
}
.pricing-inner {
    padding-bottom: 30px;
    padding: 0 30px 50px;
    position: relative;
    top: -20px;
}
.pricing-price h3 {
  margin-bottom: 30px;
}
.pricing-inner p {
    font-size: 16px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .xs-center {
    text-align: center;
  }
  .section_title {
    margin: 0 auto 10px;
  }
  .btn_install {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .main-more_features {
    background-size: 60px;
  }
  .bannder-common h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .banner-content {
    display: block;
  }
  .banner_text {
    min-height: auto;
    margin-bottom: 15px;
  }
  .banner-main {
    min-height: auto;
    display: block;
    padding: 40px 0 120px;
  }
  .banner-content h1 {
    font-size: 36px;
  }
  .section_title h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .inner-banner-text {
    margin-bottom: 20px;
  }
  .header-top .navbar-nav>li a {
    clear: both;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    padding: 15px 0;
  }
  .header-top {
    display: block;
    padding: 15px 0 10px 15px;
  }
  .bannder-common:after {
    width: 105%;
    height: 35px;
    content: '';
    background: #f1f1f1;
    position: absolute;
    bottom: -7px;
    transform: rotate(-2deg);
    left: -1px;
  }
  footer ul {
    text-align: left;
    margin-top: 5px;
  }
  footer p {
    text-align: left;
  }
  .faq-main .panel.panel-default .panel-heading .panel-title a {
    font-size:  14px;
    padding:  20px 40px 20px 20px;
    position:  relative;
        line-height: 22px;
  }
  .panel-title > a:before {
    padding-right: 0;
    position: absolute;
    right: 20px;
  }
  .faq-main .panel.panel-default .panel-body p {
    font-size: 14px;
    line-height: 22px;
  }
}


.gallery ul li figure {
    max-width: 380px;
    padding: 20px;
}


.mobile_version {
  background: #fff;
}
.mobile_version img {
    height: 271px !important;
    margin: 0 auto;
}

