 /************ CSS Styles ************

    Template Name: Natamok- Software Landing  Template
    Author: Tanmoy Dhar
    version: 1.0
    Copyright: 2018

************************************/
/*==================================

        Table of Content
        1. Body Css
        2. Preload
        3. Navbar
        4. Banner Section
        5. Features Section
        6. Pricing Section
        7. Counter Section
        8. Screensort Section
        9. Services Section
        10. Blogs Section
        11. Testimonial Section
        12. Contact Form Section
        13. Footer
        14. Single Blog Page
        15. Mobile Responsive

==================================*/

/*============ 1. Body Css ============*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block; }

ul,
li {
  list-style: none; }

select {
  width: 100%; }

input:focus {
  outline: 0; }

body {
    font-size: 16px;
    line-height: 1.5;
    font-family: "Exo", sans-serif;
    color: #4A4545;
}



      img {
      width: 100%;
      height: auto; }

      a,
      a:hover,
      a:focus {
      color: inherit; 
      text-decoration: none;


    }

p{
    font-family: open sans,sans-serif;
    font-weight: 400;
    color: #666;
    line-height:25px;
    font-size: 14px;
}

      span {
      display: inline-block; }

      /*===========Margin And Paddings============*/
      .mt-0 {
      margin-top: 0 !important; }

      .mt-5 {
      margin-top: 5px !important; }

      .mt-10 {
      margin-top: 10px !important; }

      .mt-15 {
      margin-top: 15px !important; }

      .mt-20 {
      margin-top: 20px !important; }

      .mt-25 {
      margin-top: 25px !important; }

      .mt-30 {
      margin-top: 30px !important; }

      .mt-35 {
      margin-top: 35px !important; }

      .mt-40 {
      margin-top: 40px !important; }

      .mt-45 {
      margin-top: 45px !important; }

      .mt-50 {
      margin-top: 50px !important; }

      .mt-55 {
      margin-top: 55px !important; }

      .mt-60 {
      margin-top: 60px !important; }

      .mt-62 {
      margin-top: 62px !important; }

      .mt-65 {
      margin-top: 65px !important; }

      .mt-70 {
      margin-top: 70px !important; }

      .mt-75 {
      margin-top: 75px !important; }

      .mt-80 {
      margin-top: 80px !important; }

      .mt-85 {
      margin-top: 85px !important; }

      .mt-90 {
      margin-top: 90px !important; }

      .mt-95 {
      margin-top: 95px !important; }

      .mt-100 {
      margin-top: 100px !important; }
      .mt-150 {
      margin-top: 150px !important; }
      .mt-250 {
      margin-top: 250px !important; }
      /* Custom Margin Bottom */
      .mb-0 {
      margin-bottom: 0 !important; }
      .mb-15 {
      margin-bottom: 15px !important; }
      .mb-30 {
      margin-bottom: 30px !important; }
      .mb-35 {
      margin-bottom: 37px !important; }
      .mb-20 {
      margin-bottom: 20px !important; }
      .mb-50 {
      margin-bottom: 50px !important; }

      .mb-100 {
      margin-bottom: 100px !important; }

      .m-0 {
      margin: 0px !important; }

      /* Custom Padding top */
      .pt-0 {
      padding-top: 0 !important; }
      .pt-30{
        padding-top: 30px !important; 
      }
      .pt-50 {
      padding-top: 50px !important; }
      .pt-100 {
      padding-top: 100px !important; }

      /* Custom Padding top */
      .pb-0 {
      padding-bottom: 0 !important; }

      .pb-5 {
      padding-bottom: 5px !important; }

      .pb-30 {
      padding-bottom: 30px !important; }

      .pb-50 {
      padding-bottom: 50px !important; }
      .pb-70{
      padding-bottom: 70px !important;  
      }
      .pb-100 {
      padding-bottom: 100px !important; }
      .pb-200 {
      padding-bottom: 150px !important; }
      .p-0 {
      padding: 0 !important; }

      .owl-theme .owl-dot span {
      width: 20px !important; }
.bg-gray {
    background-color: #F3F9FF;
}

      .div-btn {
      display: inline-block;
      background-color: #2ecbd1;
      padding: 10px 15px;
      color: #fff;
      text-transform: uppercase;
      -webkit-transition: .2s background-color ease;
      -o-transition: .2s background-color ease;
      transition: .2s background-color ease;
      font-size: 16px;
      letter-spacing: 1px;
      font-weight: 600;
      cursor: pointer;
      margin-right: 10px;
      }
      .div-btn:hover {
      color:#2ecbd1;
      background-color: transparent; }

      .bread-crumb a {
      color: #fff;
      display: inline-block;
      margin: 0 10px;
      position: relative;
      font-size: 16px;
      text-transform: uppercase; }
      .bread-crumb a:before {
      content: "/";
      position: absolute;
      right: -15px; }
      .bread-crumb a:last-child:before {
      display: none; }

      blockquote {
      font-size: 15px;
      color: #222;
      border-left: 4px solid #222;
      padding-left: 20px;
      margin: 40px 0;
      font-weight: 500; }

      /*=========== Section Style ============*/

      .section-title p {
      color: #6f6e6e;
      }
.section-title.bg-section-title h3 {
    color: #fff;
}

.section-title.bg-section-title p {
    color: #fff;
}
      .section-padding {
      padding:120px 0;
      }
      .m-60 {
      margin: 0 60px;
      }

      .paddingtop{
      padding: 70px 0;
      }
      .section-title{
      margin-bottom: 65px;
      }
      .main-title h4 {
font-size: 35px;
    text-transform: capitalize;
    margin-bottom: 0px;
    font-weight: 600;
    letter-spacing: 0px;
    /* color: #263566; */
      }
      .main-title h6 {
      color: #0E1F37;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 2px;
      display: inline-block;
      padding: 0 15px;
      position: relative;
      }

.main-title.meain-title-bg-white p:after {
      border-color: #f8f9fa;
}
.main-title.meain-title-bg-white h4 {
    color: #fff;
}

.main-title.meain-title-bg-white p {
    color: #fff;
}

.main-title.meain-title-bg-white:before {
    border-color: #fff;
}
      .main-title h6:before, .main-title h6:after {
      content: '';
      width: 30px;
      height: 3px;
      background-color: #2ecbd1;
      position: absolute;
      bottom: 8px;
      }
      .main-title h6:before {
      left: -25px;
      }
      .main-title h6:after {
      right: -25px;
      }
      .main-title {
      position:  relative;
      text-align:  center;
      }
.section-title p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.67;
    color: #2a3b71;
    text-align: center;
}
      .section-title h3 {
        text-align: center;
        font-size: 38px;
        margin-top: 0;
        margin-bottom: 25px;
        line-height: 25px;
        color: #181b3a;
        font-weight: 600;
      }
      .main-title span {
      color: #2ecbd1;
      font-weight: 700;
      }
      .divi-title {
      margin-bottom: 20px;
      }

      .divi-title h4 {
      font-size: 35px;
      font-weight: 600;
      position: relative;
      margin-bottom: 20px;
      }

      .divi-title span {
      color: #2ecbd1;
      }
      .divi-title h4:before {
      content: '';
      width: 40px;
      height: 3px;
      background-color: #2ecbd1;
      position: absolute;
      bottom: -10px;
      }
      h1.title-page-back {
    position:  absolute;
    color: #EEEFF3;
    font-size: 140px;
    font-weight:  800;
    text-transform:  uppercase;
    left:  50%;
    transform: translate(-50%);
    z-index: 0;
    /* top: -48px; */
    bottom: -55px;
    display: none;
}

.title-main-page {
    position:  relative;
    z-index: 1;
}

/*page title*/
      .page-title {
      height: 50vh;
      width: 100%;
      -webkit-background-size: cover;
      background-size: cover;
      background-attachment: fixed; 
      background-repeat: no-repeat;
      position: relative;
      overflow: hidden;
      z-index: 0; }
      .page-title-div {
    top: 55%;
    position: absolute;
    color: #fff;
    z-index: 11;
    width: 100%;
    left: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    }
      .page-title-div h1 {
      font-size: 50px;
      font-weight: 700;
      letter-spacing: 0px;
      color: #fff;
      }


        .overlay{    
          height: 100%;
          width: 100%;
          color: #fff;
      }

          /*----------------------------------------------------
          04-navbar
----------------------------------------------------*/
.navbar{
  position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  padding: 0;
}
a.navbar-brand img {
    width: 180px;
}
.navbar .container{
  padding: 0;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.navbar .navbar-brand .b-logo{
  display: block;
}

.navbar .navbar-nav .nav-item{
    padding: 35px 15px;
    transition: all 0.5s ease-in-out;
}

.navbar .navbar-nav .nav-item.dropdown:hover .dropdown-toggle {
    cursor: pointer;
    color: #f1f1f1;
}

.dropdown-toggle::after{
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  margin: 0;
  border: none;
    font-weight: 900; /* <-- add this or 400 for other styles */
  vertical-align: 0;
  margin-left: 1px;
}

.dropdown-menu{
  width: auto;
  padding: 10px 5px 30px 5px;
  position: absolute;
  left: 0;
  border: none;
  box-shadow: 0 11px 35px rgba(0, 0, 0, 0.075);
}

@media  only screen and (min-width:992px){
  .dropdown-menu{
    visibility:hidden;
    opacity:0;
    display:block; 
    -webkit-transform:translateY(50px);
         -moz-transform:translateY(50px);
      -ms-transform:translateY(50px);
       -o-transform:translateY(50px);
        transform:translateY(50px);
    -webkit-transition: transform 0.4s ease;
        transition: transform 0.4s ease;
  }
  
  .dropdown:hover .dropdown-menu{
    margin-top:0;
    -webkit-transform:translateY(0);
         -moz-transform:translateY(0);
      -ms-transform:translateY(0);
       -o-transform:translateY(0);
        transform:translateY(0);
    visibility:visible;
    opacity:1;
  }
  
  .dropdown-menu > li{display: block;}
}

.dropdown-menu a{
  padding: 10px !important;
}

.dropdown-menu a:hover,
.dropdown-menu a:focus{
  color: #1fcae8 !important;
  background: none;
}

.navbar .navbar-nav .nav-link {
font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0;
}
.mega-item{
  position: static;
}

.mega-menu{
  left: 0;
  right: 0;
}

.navbar .navbar-nav .nav-item.log-in{
  padding: 25px 10px;
}

.navbar .navbar-nav .nav-item.log-in .nav-link {
    padding: 10px 20px;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    background: #FF8941;
    background-image: -webkit-gradient(linear, left top, right top, from(#FF8941), color-stop(51%, #ff9d61), to(#FF8941));
    background-image: -webkit-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: -o-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: linear-gradient(to right, #FF8941 0%, #ff995a 51%, #FF8941 100%);
    background-size: 200% auto;
    color: #ffffff;
    border-radius: 5px !important;
}

.navbar .navbar-nav .nav-item.log-in .nav-link:hover{
    background: #2e2ac7;
    color: #fff !important;
}
.navbar .navbar-nav .nav-link:hover {

    color: #fff;
}
.navbar-colored .nav-item.log-in .nav-link {
      color: #fff !important;
       background: #FF8941;
    background-image: -webkit-gradient(linear, left top, right top, from(#FF8941), color-stop(51%, #ff9d61), to(#FF8941));
    background-image: -webkit-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: -o-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-size: 200% auto;
    border-radius: 50px !important;
}
.navbar .navbar-nav .nav-link:hover, .navbar-colored .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active, .navbar-colored .navbar-nav .nav-link.active {
    color: #e5e6e6;
}
.navbar-colored .navbar-nav .nav-link:hover, .navbar-colored .navbar-nav .nav-link:hover, .navbar-colored .navbar-nav .nav-link.active {
    color: #534fff !important;
}
.dropdown-item.active{
  color: #1fcae8;
  background-color: transparent;
}

.navbar .navbar-toggler:focus{
  outline: none
}

.navbar .navbar-toggler .fa-bars{
  color: #fff;
}

.navbar-colored{
    background-color: #fff;
    box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.05);
    transition: all .45s ease;
}

.navbar-colored .navbar-nav .nav-item {
    padding: 25px 15px;
}
.navbar-colored li.nav-item.log-in.sign-in a {
    background: #FF8941 !important;
}

.navbar-colored .navbar-nav .nav-link{
  color: #333;
}
a.navbar-brand h2 {
    font-size: 28px;
    font-weight: 700;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    text-transform: uppercase;
    letter-spacing: 2px;
}
.navbar-colored .navbar-nav .nav-item.log-in{
  padding: 15px 10px;
}

.navbar-colored .navbar-toggler .fa-bars{
    color:#FF8941;
}
@media (max-width: 991px) {
  .navbar-colored .navbar-nav .nav-link:hover, .navbar-colored .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active, .navbar-colored .navbar-nav .nav-link.active {
    color: #5450ff;
}
  .navbar{text-align: left; }
  
  .navbar .container{padding: 20px 0;}
  
  .navbar-colored .container{padding: 10px 0;}
  
  .navbar-collapse{background-color: #fff; margin-top: 10px; max-height: 440px; overflow-y: scroll;}
  
  .navbar .navbar-nav .nav-item{    padding: 10px 20px;
    display: block;
    text-align: center;}
  
.navbar .navbar-nav .nav-link {
    color: #3d3d40;
    padding: 0px;
    display: inline-block;
}
  
  .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-toggle{color: inherit}
  
  .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle:hover{color: #1fcae8;}
  
  .navbar .nav-item.dropdown .dropdown-menu{
    padding: 0;
        box-shadow: none;
        -webkit-transition: max-height 0.5s, opacity 0.2s 0.1s;
           -moz-transition: max-height 0.5s, opacity 0.2s 0.1s;
          -ms-transition: max-height 0.3s, opacity 0.2s 0.1s;
           -o-transition: max-height 0.5s, opacity 0.2s 0.1s;
            transition: max-height 0.5s, opacity 0.2s 0.1s;
        max-height: 0;
        display: block;
        overflow: hidden;
        opacity: 0;
    }
     .navbar .nav-item.dropdown .dropdown-menu.show{
        max-height: 230px;
        overflow-y: scroll;
        display: block;
        opacity: 1;
    }

  
  .navbar .navbar-nav .nav-item.log-in{   
    margin-bottom: 0px;
    padding: 0 20px;
    margin-top: 15px;
  }
  
  .navbar .navbar-nav .nav-item.log-in a{display: block; margin-bottom: 10px; text-align: center;}
}
@media (max-width: 767px){
.navbar-nav {
    padding: 25px;
    background: #fff;
}
}
li.nav-item.log-in.sign-in a {
    background: #FF8941 !IMPORTANT;
    color: #fff !important;
}
.header-1 {
    position: relative;
    z-index: 99;
}
        /*============ 4. Banner Section============*/
        .banner {
        height: 100vh;
        position: relative;
        width: 100%;
        display: block;

         }
         canvas.particles-js-canvas-el {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    left: 0;
    top: 0;
}
section#home .owl-dots {
    display: none;
}
.bg-section{
      background: rgba(0, 0, 0, 0) linear-gradient(to right, #7471FE 0%, rgba(64, 60, 255, .9) 0%, rgba(65, 61, 255, .9) 100%) repeat scroll 0 0;
      width: 100%;
      height: 100%;

}
	.overlay{
      background: rgba(0, 0, 0, 0) linear-gradient(to right, #7471FE 0%, rgba(64, 60, 255, .8) 0%, rgba(65, 61, 255, .8) 100%) repeat  scroll 0 0;
      width: 100%;
      height: 100%;

}		
    .slider-area .owl-next, .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.slider-area .owl-next, .owl-prev {
    width: 30px;
    font-size: 32px;
    height: 45px;
}

.slider-area .owl-next, .owl-prev i {
    font-size: 20px;
    line-height: 35px;
}
.slider-area .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 16px;
    margin: 5px;
    padding: 4px 7px;
background: rgba(190, 183, 183, 0.32941176470588235);
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.slider-area .owl-prev {
    left: 0px;
}

.slider-area .owl-next {
    right: 0px;
}
.cd-headline{
  line-height: 35px !important;
}
/*Header Slider*/
a.navbar-brand.logo img {
    width: 135px;
}
.header-slides {
    width: 245px;
    position: absolute;
    z-index: 99;
    top: -55px;
} 
.header-slides .owl-nav .owl-prev {
    margin-top: 33px !important; 
    margin-left: -15px;
}
.header-app p {
    color: #fff;
    text-align: left;
    font-size: 16px;
}
.header-app {
    position: relative;
    z-index: 99;
}
.cd-words-wrapper b{

  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #ffffff;

}
.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #ffffff;
}
/*Header text style*/
.header-app h2 {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 2.8125rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
line-height: 65px;
  }
.header-app h2 span {
    font-weight: 700;
    letter-spacing: 1px;
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #2bccf4 ;
}
  .color-logo{
    display: none;
  }
  nav.navbar.navbar-expand-lg.navbar-colored .white-logo {
    display: none;
}

nav.navbar.navbar-expand-lg.navbar-colored .color-logo {
    display: block;
}
a.nav-link.active {
    color: #c6c6c7 ;
}
.overlay{
   background: rgba(0, 0, 0, 0) linear-gradient(to right, #7471FE 0%, rgba(64, 60, 255, .9) 0%, rgba(65, 61, 255, .9) 100%) repeat scroll 0 0;
  width: 100%;
  height: 100%;
}

/*Header btn*/
.soft-btn{
display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 30px;
    border: 0;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.header-btn-1 {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
padding: 12px 46px;
    border: 0;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
        margin-right: 16px;
    -webkit-box-shadow: 0px 10px 26px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 26px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    letter-spacing: 1px;
}
.header-btn-color{
    background: #FF8941;
    background-image: -webkit-gradient(linear, left top, right top, from(#FF8941), color-stop(51%, #ff9d61), to(#FF8941));
    background-image: -webkit-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: -o-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: linear-gradient(to right, #FF8941 0%, #ff995a 51%, #FF8941 100%);
    background-size: 200% auto;
}
.header-btn-white{
    background-color: #fff !important;
    color: #5350ff !important;
}
.header-btn-1:hover, .header-btn-1:focus {
    background-position: right center;
    color: #fff;
}
.header-btn-play i {
    width: 55px;
    height: 55px;
    background: #7673FF;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.header-btn {
    margin-top: 35px;s
}

/*svg section*/
.svg-1:after {
    content: '';
    display: block;
    height: 100%;
    background: url(../images/svg/m-style.svg) bottom no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    z-index: 101;
}
.svg-2:after {
    content: '';
    display: block;
    height: 100%;
    background: url(../images/svg/wave-double.svg) bottom no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    z-index: 101;
}
.svg-3:after {
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    left: 0;
    bottom: 0;
    z-index: 2;
    background: url(../images/svg/wave-d.png) 100% 100% no-repeat;
    background-size: contain;
}
/*Main title*/
.section-main-title {
    text-align: center;
}

.section-main-title h5 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #74748b;
}

.section-main-title h2 {
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 6px;
}
.section-main-title {
    margin-bottom: 65px;
}

/*Best feature section*/
.nav-tabs-features.nav-tabs {
    border-bottom: 0;
    justify-content: center;
}
div#nav-tab a {
    padding: 10px 15px;
    letter-spacing: 0px;
    margin: 0px 10px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #FF8941;
    border-radius: 4px;
}

.nav-tabs-features a.active {
    background: #FF8941;
    background-image: -webkit-gradient(linear, left top, right top, from(#FF8941), color-stop(51%, #ff9d61), to(#FF8941));
    background-image: -webkit-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: -o-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: linear-gradient(to right, #FF8941 0%, #ff995a 51%, #FF8941 100%);
    background-size: 200% auto;
    color: white !important;
}
.nav-tabs-features a.active i {
    color: #fff;
}
.nav-tabs-features.nav-tabs .nav-link:focus i, .nav-tabs .nav-link:hover i{
     color: #fff;
}
.nav-tabs-features.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: white !important;
    background: #FF8941;
    background-image: -webkit-gradient(linear, left top, right top, from(#FF8941), color-stop(51%, #ff9d61), to(#FF8941));
    background-image: -webkit-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: -o-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: linear-gradient(to right, #FF8941 0%, #ff995a 51%, #FF8941 100%);
    background-size: 200% auto;
}

.nav-tabs-features a span {
    margin-right: 5px;
    color: #FF8941;
}
.nav-tabs-features {
    margin-bottom: 35px;
}

h2.features-title {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 15px;
}
.features-item-ses {
    display: flex;
    justify-content: center;
    align-items: center;
}
.features-icon {
    width: 47%;
    text-align: center;
}
.features-item-ses {
    margin-top: 35px;
}

.features-icon i:before {
    background: #534FFF;
    background-image: -webkit-gradient(linear, left top, right top, from(#534FFF), color-stop(51%, #ff9d61), to(#534FFF));
    background-image: -webkit-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: -o-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: linear-gradient(to right, #534FFF 0%, #5e5bf3 51%, #534FFF 100%);
    width: 70px;
    font-size: 40px;
    color: #ffffff;
    display: inline-block;
    margin-left: 0;
    height: 70px;
    box-shadow: 0 5px 24px rgba(0,0,0,0.07);
    line-height: 70px;
    border-radius: 4px;
}
p.features-text {
    margin-bottom: 35px;
}
.features-text h4 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
}


/*counter*/
.counter-item {
    display: flex;
    align-items: center;
}

.counter-icon {
    width: 35%;
    text-align: center;
}

.counter-text h2 {
    font-weight: 600;
}
.counter-item {
    padding: 10px;
    border: 3px solid #fff;
    margin-bottom: 30px;
    border-radius: 5px;
}
.counter-item i {
    font-size: 40px;
}
.counter-text span {
    font-size: 35px;
    font-weight: 600;
}
.about-us-description h4 {
text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600;
}

.about-us-description h2 {
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
}
.counter-text {
    width: 65%;
    text-align: center;
}
.about-us-description p {
    color: #fff;
    margin: 20px 0px;
}

/*how app work*/
.software-work-item {

    position: relative;
    background: #fff;
    padding: 30px 25px;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    z-index: 1;
    border-bottom: 3px solid rgba(2, 216, 113, 0);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.software-work-item h2 {
    font-size: 25px;
    font-weight: 600;
    padding: 25px 0;
}

.software-work-item .flat-icon:before {
    background: #534FFF;
    background-image: -webkit-gradient(linear, left top, right top, from(#534FFF), color-stop(51%, #ff9d61), to(#534FFF));
    background-image: -webkit-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: -o-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: linear-gradient(to right, #534FFF 0%, #5e5bf3 51%, #534FFF 100%);
    font-size: 50px !important;
    width: 85px;
    line-height: 80px;
    color: white;
    border-radius: 5px;
    height: 85px;
    box-shadow: 2px 2px 20px rgba(0,0,0,.1);
    display: inline-block;
    margin-left: 0px;
}
.software-work-item .flat-icon {
    display: inline-block;
}
a.app-work-btn i {
    background: #FF8941;
    background-image: -webkit-gradient(linear, left top, right top, from(#FF8941), color-stop(51%, #ff9d61), to(#FF8941));
    background-image: -webkit-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: -o-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: linear-gradient(to right, #FF8941 0%, #f59b63 51%, #FF8941 100%);
    background-size: 200% auto;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    color: #fff;
}
a.app-work-btn {
    margin-top: 25px;
    display: inline-block;
}
.software-active {
    background: #534FFF;
    background-image: -webkit-gradient(linear, left top, right top, from(#534FFF), color-stop(51%, #ff9d61), to(#534FFF));
    background-image: -webkit-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: -o-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: linear-gradient(to right, #534FFF 0%, #5e5bf3 51%, #534FFF 100%);
    color: #fff;
}
.software-work-item.software-active p {
    color: #fff;
}
.software-active .flat-icon:before {
    background: #fff !important;

}

.software-active .flat-icon:before {
    color: #534FFF !important
}
.software-work-item.software-active h2 {
    color: #fff;
}

 .software-work-item:hover{   
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);
    border-bottom: 3px solid #534FFF;
  }

  /*About app features*/
 h2.about-app-text {
        font-size: 40px;  
    font-weight: 600;
    text-transform: capitalize;
    line-height: 50px;
    margin-bottom: 20px;
    margin-top: 5px;
}
ul.about-app-text-item {
    margin-top: 25px;
}
a.about-app-btn {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
padding: 12px 46px;
    border: 0;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #FF8941;
    background-image: -webkit-gradient(linear, left top, right top, from(#FF8941), color-stop(51%, #ff9d61), to(#FF8941));
    background-image: -webkit-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: -o-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: linear-gradient(to right, #FF8941 0%, #f59b63 51%, #FF8941 100%);
    background-size: 200% auto;
    color: #fff;
    list-style: none;
    text-decoration: none;
    margin-top: 25px;
        letter-spacing: 1px;
}
a.about-app-btn:hover, a.about-app-btn:focus {
    background-position: right center;
    color: #fff;
}
h4.about-app-text-2 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #FF8941;
    letter-spacing: 2px;
}
.about-app-item {
    background: #ffffff none repeat scroll 0 0;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    /* margin-top: 30px; */
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.about-app-item i:before {
font-size: 45px;
    margin-left: 0px;
    margin-bottom: 15px;
    display: inline-block;
    color: #534FFF;
}
.about-app-item h4 {
    margin-bottom: 10px;
}
.about-app-item h4 {
    font-size: 20px;
    font-weight: 600;
}
.about-app-item.about-app-item-active {
    background: #534FFF;
    background-image: -webkit-gradient(linear, left top, right top, from(#534FFF), color-stop(51%, #ff9d61), to(#534FFF));
    background-image: -webkit-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: -o-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: linear-gradient(to right, #534FFF 0%, #5e5bf3 51%, #534FFF 100%);
    color: #fff;
}

.about-app-item.about-app-item-active h4 {
    color: #fff;
}

.about-app-item.about-app-item-active i:before {
    color: #fff;
}
ul.about-app-text-item li i {
    background: #FF8941 none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    float: left;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin-right: 15px;
    margin-top: 5px;
    position: relative;
    text-align: center;
    width: 20px;
    z-index: 1;
}

ul.about-app-text-item i:after {
    background: #FF8941 none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 28px;
    left: 0;
    margin-left: -4px;
    margin-top: -4px;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 28px;
    z-index: -1;
}

ul.about-app-text-item li {
    margin-bottom: 15px;
    /* color: #666666; */
    display: block;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
}
.about-app-item.about-app-item-active p {
    color: #fff;
}
/*about button section*/
.bg-title {
    text-align: center;
}

.bg-title h2 {
font-size: 45px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    line-height: 55px;
    margin-bottom: 25px;
}

.bg-title p {
    color: #fff;
}
.about-app-btn-2 {
    background: #ffffff !important;
    color: #534fff !important;
}
.bg-btn-section.text-center {
    margin-top: 20px;
}

.app-bg-btn {
    margin-right: 16px;
}
/*Pricing Section*/

#pricing-area {
    padding: 95px 0 120px;
    background-image: url(../images/bg-3.png);
    background-repeat: no-repeat;
    background-position: bottom center

}

.pricing-wrap {
    -webkit-box-shadow: 0 0 30px #ddd;
    box-shadow: 0 0 30px #ddd;
    padding: 50px 50px 60px;
    border-radius: 6px;
    background-color: #fff
	
	
	
}

.pricing-wrapper {
    margin: 30px 0 0;
	

	
}

.pricing-pricing-table-single {
    border-radius: 5px;
    padding: 30px 0px;
    background-color: #ffffff;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 3px solid #F7F7F9;
    border-radius: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
	
}
.pricing-pricing-table-single:hover {
border: 3px solid #534ffe;


}

.pricing-pricing-table-single.popular.text-center.pricing-active {
    border-color: #534ffe;

}
.pricing-pricing-table-single h4 {
    margin-bottom: 25px;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
	
}
.pricing-color {
    background: #534FFF;
    background-image: -webkit-gradient(linear, left top, right top, from(#534FFF), color-stop(51%, #ff9d61), to(#534FFF));
    background-image: -webkit-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: -o-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: linear-gradient(to right, #534FFF 0%, #5e5bf3 51%, #534FFF 100%);
    padding: 15px 0;
}
.pricing-pricing-table-single h2 {
    font-weight: 600;
    font-size: 35px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 0px;
}
.pricing-content h5 {
    margin-bottom: 0;
    font-weight: 500;
    font-style: inherit;
    font-size: 16px;
    color: #fff;
}
.pricing-color {
    margin-bottom: 20px;
}
.pricing-pricing-table-single li {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px dotted rgba(218, 226, 226, 0.79);
}

.pricing-pricing-table-single a {
 display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
padding: 12px 46px;
    border: 0;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #FF8941;
    background-image: -webkit-gradient(linear, left top, right top, from(#FF8941), color-stop(51%, #ff9d61), to(#FF8941));
    background-image: -webkit-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: -o-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: linear-gradient(to right, #FF8941 0%, #ff995a 51%, #FF8941 100%);
    background-size: 200% auto;
    color: #fff;
    list-style: none;
    text-decoration: none;
    margin-top: 25px;

}

.pricing-pricing-table-single a:hover {
    background-size: 200% auto
}

.toggle,
.toggler-pircing {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
	
}

.toggler-pircing {
    color: #e4e4e4;
    -webkit-transition: .2s;
    transition: .2s;
    font-size: 16px;
    font-weight: bold;

}
.toggler-pircing-is-active {
    background: #FF8941;
    background-image: -webkit-gradient(linear, left top, right top, from(#FF8941), color-stop(51%, #ff9d61), to(#FF8941));
    background-image: -webkit-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: -o-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: linear-gradient(to right, #FF8941 0%, #ff995a 51%, #FF8941 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
    font-size: 16px;
}

.switch {
    display: block;
}

.toggle {
    position: relative;
    width: 80px;
    height: 35px;
    border-radius: 100px;
    background: #FF8941;
    background-image: -webkit-gradient(linear, left top, right top, from(#FF8941), color-stop(51%, #ff9d61), to(#FF8941));
    background-image: -webkit-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: -o-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: linear-gradient(to right, #FF8941 0%, #ff995a 51%, #FF8941 100%);
    background-size: 200% auto;
    overflow: hidden;
    -webkit-box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
}

.check {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6;
}

.check:checked ~ .switch {
    right: 2px;
    left: 57.5%;
    -webkit-transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-delay: .08s, 0s;
    transition-delay: .08s, 0s;
}

.switch {
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 57.5%;
    background-color: #fff;
    border-radius: 36px;
    z-index: 1;
    -webkit-transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-delay: 0s, .08s;
    transition-delay: 0s, .08s;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.inactive {
    display: none;
}

.pricing-wrapper .pricing-pricing-table-single {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-animation: cd-rotate 0.5s;
    animation: cd-rotate 0.5s;

}

.pricing-wrapper.inactive .pricing-pricing-table-single {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: cd-rotate-inverse 0.5s;
    animation: cd-rotate-inverse 0.5s;
    opacity: 0;

}

.pricing-wrapper .pricing-content {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-animation: cd-rotate-back 0.5s;
    animation: cd-rotate-back 0.5s;
}

.pricing-wrapper.inactive .pricing-content {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: cd-rotate-inverse-back 0.5s;
    animation: cd-rotate-inverse-back 0.5s;
    opacity: 0;
}

@-webkit-keyframes cd-rotate {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
    70% {
        -webkit-transform: perspective(2000px) rotateY(200deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
    }
}

@keyframes cd-rotate {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
    70% {
        -webkit-transform: perspective(2000px) rotateY(200deg);
        transform: perspective(2000px) rotateY(200deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
        transform: perspective(2000px) rotateY(180deg);
    }
}

@-webkit-keyframes cd-rotate-inverse {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
    }
    70% {
        -webkit-transform: perspective(2000px) rotateY(20deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
}

@keyframes cd-rotate-inverse {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
        transform: perspective(2000px) rotateY(-180deg);
    }
    70% {
        -webkit-transform: perspective(2000px) rotateY(20deg);
        transform: perspective(2000px) rotateY(20deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
}

@-webkit-keyframes cd-rotate-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
    70% {
        -webkit-transform: perspective(2000px) rotateY(-200deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
    }
}

@keyframes cd-rotate-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
    70% {
        -webkit-transform: perspective(2000px) rotateY(-200deg);
        transform: perspective(2000px) rotateY(-200deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
        transform: perspective(2000px) rotateY(-180deg);
    }
}

@-webkit-keyframes cd-rotate-inverse-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
    }
    70% {
        -webkit-transform: perspective(2000px) rotateY(-20deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
}

@keyframes cd-rotate-inverse-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
        transform: perspective(2000px) rotateY(180deg);
    }
    70% {
        -webkit-transform: perspective(2000px) rotateY(-20deg);
        transform: perspective(2000px) rotateY(-20deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
}



/*Clients section*/
.client-carousel{
    margin-bottom: 40px;
  }
.clients-com {
    background: #ffffff;
    padding: 40px 35px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    margin-bottom: 25px;
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    margin-top: 20px;

}
.client-box {
    margin: 20px;
}
.client-carousel .owl-nav {
    position: absolute;
}
.client-box.client-box-bg-white p {
    color: #222;
    line-height: 28px;
    font-size: 14px;
}
.client-box.client-box-bg-white .clients-com:before {
    color: #2bdfff;
    /* z-index: 999; */
}
.client-box.client-box-bg-white h6 {
    color: #FF8941;
    font-weight: 600;
    text-transform: uppercase;
}
.client-caro-white .owl-nav i{
background: #FF8941;
    background-image: -webkit-gradient(linear, left top, right top, from(#FF8941), color-stop(51%, #41e9ff), to(#FF8941));
    background-image: -webkit-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: -o-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-size: 200% auto;
    color: #ffffff !important;
}

.client-box.client-box-bg-white .clients-name p {
    color: #495057;
}
.clients-com a {
    margin-right: 10px;
}
.client-carousel .owl-prev {
    position: absolute;
    left: 0px;
}

.client-carousel .owl-next {
    position: absolute;
    left: 40px;
    margin-top: -6px;
    /* background: red; */
    display: inline-block;
    text-align: center;
    /* width: 20px; */
    /* height: 22px; */
}
.clients-div h4 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.client-carousel .owl-next i {
    font-size: 16px;
    width: 30px;
    height: 30px;
    background: rgba(40, 20, 131, 0.05);
    /* background: #d7d3d3; */
    /* color: #fff; */
    line-height: 30px;
    font-weight: 600;
    border-radius: 5px;
}

.client-carousel .owl-prev i {
    text-align: center;
    font-size: 16px;
    width: 30px;
    height: 30px;
    background: #FF8941;
    background-image: -webkit-gradient(linear, left top, right top, from(#FF8941), color-stop(51%, #ff9d61), to(#FF8941));
    background-image: -webkit-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: -o-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: linear-gradient(to right, #FF8941 0%, #ff995a 51%, #FF8941 100%);
    background-size: 200% auto;
    /* background: #d7d3d3; */
    /* color: #fff; */
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
}
.client-carousel .owl-next i {
    text-align: center;
    font-size: 16px;
    width: 30px;
    height: 30px;
    background: #FF8941;
    background-image: -webkit-gradient(linear, left top, right top, from(#FF8941), color-stop(51%, #ff9d61), to(#FF8941));
    background-image: -webkit-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: -o-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: linear-gradient(to right, #FF8941 0%, #ff995a 51%, #FF8941 100%);
    background-size: 200% auto;
    /* background: #d7d3d3; */
    /* color: #fff; */
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
}
.client-carousel .owl-nav {
    position: absolute;
    bottom: 75px;
    right: 0px;
    /* margin-top: 10px; */
}
div#c-caro .owl-prev {
    margin-top: 3px;
}
.client-carousel .owl-prev:hover i{
    background: #FF8941;
    background-image: -webkit-gradient(linear, left top, right top, from(#FF8941), color-stop(51%, #ff9d61), to(#FF8941));
    background-image: -webkit-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: -o-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: linear-gradient(to right, #FF8941 0%, #ff995a 51%, #FF8941 100%);
    background-size: 200% auto;
}
.client-carousel .owl-next:hover i{
    background: #FF8941;
    background-image: -webkit-gradient(linear, left top, right top, from(#FF8941), color-stop(51%, #ff9d61), to(#FF8941));
    background-image: -webkit-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: -o-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: linear-gradient(to right, #FF8941 0%, #ff995a 51%, #FF8941 100%);
    background-size: 200% auto;
}
.client-carousel .clients-com p {
    margin-bottom: 0;
}
.clients-img {
    display: flex;
    align-items: center;
    margin-left: 30px;
}
.clients-com p span {
    display: inline-block;
    color: #FF8941;
}
.clients-img img {
    width: 80px !important;
    border-radius: 5px;
}
.clients-name {
    width: 50%;
    margin-left: 20px;
}

.clients-name p {
    margin-bottom: 0;
    color: #7d7a7a;
    font-size: 14px;
}

.clients-name h6 {
    margin-bottom: 0px;
    font-size: 18px;
}
.clients-com:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
    position: absolute;
    bottom: -10px;
    left: 55px;
}

.clients-com a {
    color: #FF8941;
}
div#c-caro .owl-dots {
    display: none;
}

/*team member*/
.team-member {
    text-align: center;
    position: relative;
    padding: 40px 25px;
    max-width: 395px;
    border-radius: 5px;
    margin: 0 auto 30px;
    background: #fff;
    border: 3px solid #ededed;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-shadow: none;
}

.team-member img {
    display: block;
    max-width: 160px;
    margin: 0 auto;
    margin-bottom: 25px;
    background: #ededed;
    border-radius: 50%;
    border: 8px solid #FFF;
}

.team-member-description h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 1px;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.team-member-description p {
    font-weight: 500;
    font-size: 16px;
    color: #717171;
}

ul.team-social-link li {
    display: inline-block;
    padding: 5px;
}

ul.team-social-link li i {
    width: 35px;
    height: 35px;
    background: #FF8941;
    background-image: -webkit-gradient(linear, left top, right top, from(#FF8941), color-stop(51%, #ff9d61), to(#FF8941));
    background-image: -webkit-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: -o-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: linear-gradient(to right, #FF8941 0%, #ff995a 51%, #FF8941 100%);
    background-size: 200% auto;
    line-height: 35px;
    font-size: 18px;
    color: #fff;
    border-radius: 4px;
}

ul.team-social-link {margin-top: 20px;}

.team-member:hover {
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    border-color: #534ffe;
}


/*-------------------
[SCREENSHOTS SECTION]
-------------------*/
.screenshot_item {
  text-align: center; }

.screen-shot .owl-carousel .owl-item {
  display: block;
  padding: 30px;
  opacity: 0.3;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.screen-shot .owl-carousel .owl-item.center {
    padding: 0;
    opacity: 1;
    -webkit-box-shadow:  0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}


div#screenshot_slider .owl-nav {
    position: relative;
    margin-top: 30px;
    margin-bottom: 75px;
}

div#screenshot_slider .owl-prev {
    position: absolute;
    left: 50%;
    transform: translateX(-50px);
    width: 30px;
    height: 30px;
    background: #FF8941;
    background-image: -webkit-gradient(linear, left top, right top, from(#FF8941), color-stop(51%, #ff9d61), to(#FF8941));
    background-image: -webkit-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: -o-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: linear-gradient(to right, #FF8941 0%, #ff995a 51%, #FF8941 100%);
    background-size: 200% auto;

}
div#screenshot_slider .owl-next {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #FF8941;
    background-image: -webkit-gradient(linear, left top, right top, from(#FF8941), color-stop(51%, #ff9d61), to(#FF8941));
    background-image: -webkit-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: -o-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: linear-gradient(to right, #FF8941 0%, #ff995a 51%, #FF8941 100%);
    background-size: 200% auto;
}
div#screenshot_slider .owl-prev i {
    font-size: 18px;
    line-height: 23px;
}
div#screenshot_slider .owl-next i {
    font-size: 18px;
    line-height: 23px;
}

/*sign up for free trial*/
.free-trial h5 {
    color: #fff;
}

.free-trial h2 {
    color: #fff;
}

.free-trial p {
    color: #fff;
}
form.trial-form {
    position: relative;
    max-width: 600px;
    margin: 0 auto 20px;
}

form.trial-form input {
height: 50px;
    background-color: rgb(255, 255, 255);
    color: #fff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.trial-btn {
position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 30px;
    border: 0;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #FF8941;
    background-image: -webkit-gradient(linear, left top, right top, from(#FF8941), color-stop(51%, #ff9d61), to(#FF8941));
    background-image: -webkit-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: -o-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: linear-gradient(to right, #FF8941 0%, #ff995a 51%, #FF8941 100%);
    background-size: 200% auto;
    color: #fff;
    list-style: none;
    text-decoration: none;
    cursor: pointer;
}

/*====================================
    15. PREload CSS
====================================*/
#preload {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
}
#load {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #413dff;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#load:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #413dff;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#load:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #413dff;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*Clients section*/
.clients-item img {
    padding: 0 15px;
}

/*Blog section*/
.blog-item {
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-text {
    padding: 25px;
}

.blog-text h4 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
}
.blog-text ul li {
    display: inline-block;
    font-size: 14px;
    color: #8a8989;
    margin-right: 10px;
}

.blog-text ul {
    margin-bottom: 25px;
    margin-top: 10px;
}
.blog-text p {
    padding-bottom: 15px;
    border-bottom: 1px solid #e0dfdf;
}

.blog-teg-item {
    padding-top: 10px;
}

.blog-teg-item a {
    font-size: 15px;
    color: #FF8941;
    margin-right: 5px;
}
.blog-text h4:hover {
    color: #FF8941;
}
.blog-text a {
    text-decoration: none;
}

/*contact section*/
.contact-info {
    display: flex;
    padding: 30px;
    border-radius: 4px;
    border: 3px solid #ededed;
    transition: .3s;
}
.contact-info:hover {
      border: 3px solid #534ffes;
}
.contact-info.active {
      border: 3px solid #534ffe;
}
.contact-info-icon {
    width: 25%;
}

.contact-info-icon i {
    font-size: 30px;
    color: #FF8941;
}

.contact-info-text h2 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.contact-info-text p {
    font-size: 16px;
    line-height: 28px;
}
div#contact-form-div {
    margin-top: 100px;
}
.map iframe {
    width: 100%;
    height: 500px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.contact-form-section input {
    height: 55px;
    border-color: #f3f1f1;
    background: #F6F6F6;
    font-size: 14px;
}
.contact-form-section textarea {
    font-size: 14px;
    background: #f6f6f6;
    border-color: #f1ecec;
}
button#contact-submit {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 46px;
    border: 0;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #FF8941;
    background-image: -webkit-gradient(linear, left top, right top, from(#FF8941), color-stop(51%, #ff9d61), to(#FF8941));
    background-image: -webkit-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: -o-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: linear-gradient(to right, #FF8941 0%, #ff995a 51%, #FF8941 100%);
    background-size: 200% auto;
    color: #fff;
    list-style: none;
    text-decoration: none;
    margin-top: 25px;
}
.contact-form-section h6 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #FF8941;
}


.contact-form-section h2 {
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
}

/*answer and question*/
#accordion {
    margin: 30px 0 0;
}

#accordion .card {
    margin-bottom: 10px;
    border: 0
}

.card-header.active,
.card-header:hover {
    background: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.card-body {
    padding-bottom: 25px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.125);
    border-top: 0;
    font-family: open sans,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.card-header {
    background-color: #ffffff;
}

.card-header.active {
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header.active:after {
    content: "\f077";
    font-family: 'Font Awesome 5 Free';
    color: #ffffff;
    font-weight: 900;
    background: #FF8941;
    background-image: -webkit-gradient(linear, left top, right top, from(#FF8941), color-stop(51%, #ff9d61), to(#FF8941));
    background-image: -webkit-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: -o-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: linear-gradient(to right, #FF8941 0%, #ff995a 51%, #FF8941 100%);
    background-size: 200% auto;
}
.card-header h5{
margin-left: 35px;
}
.card-header:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    position: absolute;
    width: 25px;
    line-height: 26px;
    background: #FF8941;
    background-image: -webkit-gradient(linear, left top, right top, from(#FF8941), color-stop(51%, #ff9d61), to(#FF8941));
    background-image: -webkit-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: -o-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: linear-gradient(to right, #FF8941 0%, #ff995a 51%, #FF8941 100%);
    background-size: 200% auto;
    height: 25px;
    text-align: center;
    left: 15px;
    border-radius: 50%;
    color: #fff;
    top: 12px;
    font-weight: 900;
}

.card-header h5 a {
      display: block;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    text-transform: capitalize;
}
.card-header.active h5 a,
.card-header:hover h5  {
    color: #000000;
}
.faq-img img {
    width: auto;
}

.faq-img {
    text-align: center;
}
.card-header {
    padding: 15px;
    border: 1px solid rgba(0,0,0,.125);
}
.div-subscribe input {
    border: 1px solid #FF8941 !important;
}
.software-work-item.software-active i {
    background: #FF8941;
    background-image: -webkit-gradient(linear, left top, right top, from(#FF8941), color-stop(51%, #ff9d61), to(#FF8941));
    background-image: -webkit-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: -o-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: linear-gradient(to right, #FF8941 0%, #f59b63 51%, #FF8941 100%);
    background-size: 200% auto;
    color: #fff;
}
/*404 page */
 .page-error{
  height: 100vh;
      display: flex;
    align-items: center;
 background: #413def;
 }
.error-page-text a {
    margin-top: 30px;
    display: inline-block;
}
.error-image img {
    width: 300px;
}
.error-page-text {
    text-align: center;
}

.error-page-text h2 {
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}

.error-page-text h1 {
    font-size: 150px;
    color: #fff;
    border-top: 3px solid #fff;
    font-weight: 800;
    border-bottom: 3px solid #fff;
    margin-bottom: 10px;
    margin-top: 10px;
  }

.error-page-text h2 span {
    font-weight: 800;
}

.error-page-text a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}
/*Login form*/
section.login-form-section {
    height: 100vh;
    background-size: cover;
    display: flex;
    align-items: center;
}
.login-form-section:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #7471FE 0%, rgba(64, 60, 255, .9) 0%, rgba(65, 61, 255, .9) 100%) repeat scroll 0 0;
}

.login-form {
    background: #fff;
    padding: 50px;
    box-shadow: 0 0 32px rgba(0,0,0,.05);
    padding: 50px;
    border-radius: 5px;
}

.login-header h2 {
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 35px;
}

.login-header a {

}

.login-header a img {
    width: 30px;
}
a.facebook span i {
    font-size: 20px;
    color: #2286f1;
    margin-right: 5px;
}

a.google span i {
    font-size: 20px;
    color: #f55f6d;
    margin-right: 5px;
}
.text-center.login-with a:hover {
    background: #ff9e63;
}

.text-center.login-with a:hover i {
    color: #fff;
}

.text-center.login-with a:hover {
    color: #fff;
}
.login-header a {
    /* background: rebeccapurple; */
    /* padding: 28px; */
    font-size: 16px;
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: inline-block;
    justify-content: center;
    align-items: center;
    padding: 15px;
    line-height: 30px;
    width: calc((100% - 60px) / 2);
    height: 60px;
    border-radius: 10px;
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    /* margin-bottom: 35px; */
    margin: 0px 5px 35px 5px;
    z-index: 1;
}
.input-group-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    margin-bottom: 0;
    width: 60px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background: #FF8941;
    background-image: -webkit-gradient(linear, left top, right top, from(#FF8941), color-stop(51%, #ff9d61), to(#FF8941));
    background-image: -webkit-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: -o-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: linear-gradient(to right, #FF8941 0%, #ff995a 51%, #FF8941 100%);
    background-size: 200% auto;
    border: 1px solid #FF8941;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
.login-main .input-group {
    height: 55px;
    margin-bottom: 15px;
}

.login-main .input-group input {
    border-left: 0px;
    outline: none;
}
.login-main .input-group :hover, .login-main .input-group :focus {
    outline: none;
    box-shadow: none;
    border-color: #ff8c46;
}
.login-main button {
     -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #FF8941;
    background-image: -webkit-gradient(linear, left top, right top, from(#FF8941), color-stop(51%, #ff9d61), to(#FF8941));
    background-image: -webkit-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: -o-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: linear-gradient(to right, #FF8941 0%, #ff995a 51%, #FF8941 100%);
    background-size: 200% auto;
    border: 0;
    height: 55px;
    font-size: 18px;
    font-weight: 600;
    transition: .3s;
}
.login-main button:hover, .login-main button:focus {
    background-position: right center;
    color: #fff;
}

section.login-form-section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.forget-pass{
  margin-bottom: 15px;
  display: inline-block;
}
.forget-pass:hover{
  color: red;
}
p.new-sign-in {
    text-align: center;
    margin-top: 15px;
}
.pagination-div {
    margin-top: 50px;
}
a.page-link.active {
    background: #FF8941;
    background-image: -webkit-gradient(linear, left top, right top, from(#FF8941), color-stop(51%, #ff9d61), to(#FF8941));
    background-image: -webkit-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: -o-linear-gradient(to right, #FF8941 0%, #41e9ff 51%, #FF8941 100%);
    background-image: linear-gradient(to right, #FF8941 0%, #ff995a 51%, #FF8941 100%);
    background-size: 200% auto;
    color: #fff;
}
.pagination-div .page-link {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 15px;
    margin-left: -1px;
    line-height: 1.25;
    color: #4f5050;
    background-color: #fff;
    border: 1px solid #ff8a43;
}
.blog-grid-views .blog-item {
    margin-bottom: 50px;
}
p.new-sign-in a {
    color:#ff904d;
}
.login-main input {
    height: 55px;
}
/*footer*/
ul.footer-social li {
    display: inline-block;
    padding: 0 10px;
    margin-right: 10px;
}

ul.footer-social li a i {
    font-size: 22px;
}

footer {
    padding: 20px 0;
}
.footer-copy-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.footer-copy-right p {
    font-size: 16px;
}
/*Page Section*/
.section-title-text {
    text-align: center;
    padding: 50px 0px 0 0;
}

.section-title-text h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}
.section-title-text p {
    color: #fff;
}
.section-title-text .breadcrumb {
    background: transparent;

}
.section-title-text nav{
      display: inline-block;
      text-align: center;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #ffffff;
    content: "/";
}
.breadcrumb li {
    font-size: 15px;
    color: #fff !important;
    font-weight: 600;
}

.header-app.title-header-page img {
    width: 250px;
    margin-bottom: 25px;
}
.demo-title {
    background: #534fff;
    text-align: center;
    font-size: 16px;
    text-transform: capitalize;
    padding: 10px;
    font-weight: 600;
    color: #ffffff;
    z-index: 99;
    position: relative;
}

.demo-image-section:hover .demo-title{
  color: #fff;
}
.header-app.title-header-page h3 {
    font-weight: 700;
    /* font-size: 42px; */
    font-size: 2.8125rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    line-height: 55px;
    margin-bottom: 20px;
}
 /*============ 15. Mobile Responsive  ============*/
      @media screen and (max-width: 1028px){


      }
      @media screen and (max-width: 991px) {

        div#nav-tab a {
    margin-bottom: 20px;
}
        .error-image {
    text-align: center;
    /* margin-top: 56px; */
}

.error-image img {
    width: 130px;
    margin-top: 100px;
    margin-bottom: 50px;
}

.error-page-text h1 {
    font-size: 80px;
}

      .header-1 img {
          display: none;
      }
      div#nav-tab a {
        padding: 10px 10px;
        letter-spacing: 0px;
        font-size: 14px;
        text-transform: uppercase;
      }
      .grow-business-item-div {
            margin-top: 50px;
        }
        .pricing-pricing-table-single {
            margin-bottom: 50px;
        }
        div#screenshot_slider .owl-nav {
    margin-top: 0px;
    margin-bottom: 40px;
        }
        .team-member {
            margin-bottom: 50px;
        }
        .client-carousel .owl-nav {
    right: 95px;
    /* margin-top: 10px; */
}
.contact-form-section {
    margin-top: 50px;
}

.faq-img {
    margin-top: 50px;
}

ul.footer-social {
    text-align: center;
    margin-bottom: 20px;
}

.footer-copy-right {
    justify-content: center;
}
.faq-img img {
    width: 100%;
}
a.header-btn-1.header-btn-color {
    margin-bottom: 15px;
}
.clients-div {
    text-align: center;
    margin-bottom: 50px;
}
.about-us-description {
    margin-bottom: 50px;
}
.freature-item-text {
    margin-top: 50px;
}
      }

      @media screen and (max-width: 767px) {
        a.navbar-brand {
    margin-left: 25px;
}
        .about-us-description {
    margin-bottom: 50px;
}
        .pagination-div {
    margin-bottom: 50px;
}
        .clients-div {
    text-align: center;
    margin-bottom: 50px;
}
        .software-work-item {
            margin-bottom: 50px;
        }
        .blog-item {
            margin-bottom: 50px;
        }
        .contact-info {
    margin-bottom: 50px;
}

.contact-form-section {
    margin-top: 50px;
}

.faq-img {
    margin-top: 50px;
}

ul.footer-social {
    text-align: center;
    margin-bottom: 20px;
}

.footer-copy-right {
    justify-content: center;
}
.header-app h2 {
    font-size: 37px;
    line-height: 55px;
}
      }
      @media screen and (max-width: 570px){
        .counter-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.counter-text {
    width: 35%;
    text-align: center;
}
      div#nav-tab a {
padding: 10px 10px;
    letter-spacing: 0px;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
      }
      .features-icon {
            width: 70%;
            text-align: center;
        }
      }
      @media screen and (max-width: 460px){
        .features-icon {
            width: 100%;
            text-align: center;
        }
      }

      @media screen and (max-width: 370px){

      }
