 body {
    margin: 0;
    padding: 0;
    font-family: 'Titillium Web', sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .errornew p {
    padding-right: unset!important;
}
.errornew h1 {
    font-size: 186px!important;
}
  li {
    list-style: none;
  }
  
  a:hover,
  a:visited,
  a {
    text-decoration: none;
  }
  
  h4 {
    margin-top: 65px;
    font-size: 16px;
    color: #3f51b5;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
  }
  
  h2 {
    font-size: 36px;
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 0;
  }
  /*header area*/
  
  .top-header {
    background: transparent;
    position: absolute;
    width: 100%;
    z-index: 999;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
  }
  
  .top-header img.logo {
    margin-top: 0;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    max-width: 38px;
    margin-right: 30px;
    display: inline-block;
  }
  
  .img-responsive.logo {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    margin-top: 11px;
  }
  
  .navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
  }
  
  a.active {
    border-bottom: 2px solid #3f51b5 !important;
  }
  
  .nav-bar {
    margin-top: 55px;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
  }
  
  .nav-bar {
    padding-right: 0px;
    padding-left: 0px;
  }
  
  .navbar-toggle span {
    color: #fff;
  }
  
  ul.nav {
    margin: 0;
    padding: 0;
  }
  
  .navbar-default .navbar-nav>li>a {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    padding: 8px 0;
    margin: 0 15px;
    font-weight: 600;
  }
  
  .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    border-bottom: 2px solid #3f51b5;
  }
  
  .navbar-default .navbar-nav>li>a {
    border: 1px solid rgb(255 255 255 / 0%);
    padding: 8px 0px;
    border-radius: 0px;
    background: rgb(0 0 0 / 0%);
    margin: 2px 20px 0px 20px;
    font-size: 18px;
  }
  
  .navbar-default .navbar-nav>.btn-header>a {
    color: #fff;
    border-bottom: 0px solid #3f51b5;
    background: #3f51b5;
    margin-left: 60px;
    padding: 20px 60px;
    border-radius: 50px;
    margin-right: 0px;
    margin-top: 0px;
  }
  
  li.btn-header {
    margin-top: -10px;
  }
  
  .navbar-default .navbar-nav>.btn-header>a.active {
    border-bottom: 0px solid #3f51b5 !important;
  }
  
  .navbar-default .navbar-toggle {
    border-color: #fff;
  }
  
  .navbar-default .navbar-nav>.btn-header>a {
    color: #fff;
    border-bottom: 0px solid #3f51b5;
    background: rgb(63 81 181 / 84%);
  }
  
  .navbar-default .navbar-nav>.btn-header>a:hover {
    border-bottom: 0px solid #3f51b5;
    background: rgb(63 81 181 / 84%);
  }
  /*banner area*/
  
  .banner {
    background-size: cover;
    padding-bottom: 66px;
    padding-top: 66px;
    background-color: #232646;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/banner.svg), -o-linear-gradient(316.75deg, #222543 16.28%, #06070c 68.03%);
    background-image: url(../img/banner.svg), linear-gradient(133.25deg, #222543 16.28%, #06070c 68.03%);
  }
  
  section {
    overflow: hidden;
  }
  
  @media only screen and (min-height: 620px) {
    .banner {
      height: 100vh !important;
      min-height: 620px !important;
    }
  }
  
  .banner h3 {
    font-size: 16px;
    color: #3f51b5;
    text-transform: uppercase;
    margin-top: 160px;
    font-weight: 700;
    letter-spacing: 3px;
  }
  
  .banner h1 {
    font-size: 48px;
    color: #fff;
  }
  
  .banner h1 {
    margin-top: 25vh !important;
  }
  
  .banner h1 {
    margin-top: 170px;
  }
  
  .banner p {
    font-size: 18px;
    color: #ffffff;
    margin-top: 25px;
    line-height: 1.8;
    font-weight: 400;
    opacity: 1;
  }
  
  .download-btn {
    width: 160px;
    height: 50px;
    background: #3f51b5;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 4px;
    border: 0;
    margin-top: 60px;
    margin-right: 15px;
    font-weight: 600;
  }
  
  .banner .download-btn,
  .banner .features-btn {
    font-size: 18px;
    padding: 20px 86px;
    width: auto;
    height: auto;
    border-radius: 50px;
    border: 1px solid #3f51b5 !important;
  }
  
  .banner .features-btn {
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
  }
  
  .banner .features-btn:hover {
    border: 1px solid #3f51b5;
    color: #fff;
    background: #3f51b5;
  }
  
  .features-btn {
    width: 160px;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #3f51b5;
    color: #fff;
    background: transparent;
    font-size: 14px;
    margin-top: 60px;
    margin-bottom: 105px;
    font-weight: 600;
  }
  
  .banner .features-btn {
    margin-top: 60px;
    margin-bottom: 105px;
    display: inline-block;
  }
  
  .banner-img {
    position: relative;
  }
  
  .banner img {
    position: absolute;
    margin-top: 125px;
  }
  /*features area*/
  
  .features img {
    margin: auto;
    display: block;
    margin-bottom: 50px;
  }
  
  .features i.fa {
    font-size: 25px;
    color: #3f51b5;
    font-weight: 700;
    width: 100px;
    height: 100px;
    border: 1px solid #e1e1e1;
    line-height: 4;
    border-radius: 50%;
    cursor: pointer;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
  }
  
  .features i.fa:hover {
    color: #fff;
    background: #3f51b5;
  }
  
  .features h3 {
    font-size: 24px;
    color: #1a1a1a;
  }
  
  .features p {
    font-size: 18px;
    color: #999999;
    margin-bottom: 70px;
  }
  /*details area*/
  
  .details-phone {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  
  .details h4,
  .details h2,
  .details p,
  .details ul li {
    color: #ffffff !important;
  }
  
  .details h4 {
    margin-top: 137px;
  }
  
  .details p {
    font-size: 18px;
    color: #999999;
    margin: 30px 0;
  }
  
  .details ul {
    margin: 0;
    padding: 0;
  }
  
  .details ul li {
    font-size: 18px;
    color: #1b1b1b;
  }
  
  .details ul li i.fa {
    font-size: 20px;
    color: #3f51b5;
    height: 30px;
    width: 30px;
    text-align: center;
    margin-right: 14px;
  }
  /*feature-detail area*/
  
  .feature-detail {
    background: #f2f2f2;
    padding-bottom: 50px;
  }
  
  section#advantages {
    padding: 60px 0px;
  }
  
  .feature-detail h4 {
    margin-top: 70px;
  }
  
  .feature-detail .contact-heading img {
    margin-bottom: 10px;
  }
  
  .feature-detail h2 {
    margin-bottom: 10px;
  }
  
  .feature-detail p {
    font-size: 18px;
    color: #999999;
    margin-top: 20px;
  }
  
  .horizontal-phone img {
    margin: 30px 0;
  }
  
  .details {
    background-size: cover;
    padding-bottom: 120px;
    padding-top: 66px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/abouts.svg), -o-linear-gradient(316.75deg, #101220 16.28%, #252847 68.03%);
    background-image: url(../img/abouts.svg), linear-gradient(133.25deg, #101220 16.28%, #252847 68.03%);
    background-color: #232646;
    background-attachment: fixed;
  }
  /*pricing-slide area*/
  
  .pricing-slide {
    background: url(../img/paralax.jpg);
    background-repeat: no-repeat;
    background-position: fixed;
    background-size: cover;
  }
  
  .pricing-slide h2 {
    margin-bottom: 10px;
    color: #fff;
  }
  
  .pricing-slide p {
    font-size: 24px;
    color: #fff;
    font-style: italic;
    font-weight: 300;
    margin-top: 60px;
    margin-bottom: 25px;
  }
  
  .item img {
    float: left;
    margin-right: 20px;
    margin-bottom: 200px;
  }
  
  .item h5 {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .item h6 {
    font-size: 16px;
    color: #fff;
    padding-top: 12px;
  }
  /*download area*/
  
  .download {
    background: #15141a;
  }
  
  .download p {
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    padding: 65px 0;
  }
  
  .download p span {
    font-weight: 700;
  }
  
  .download button {
    margin: 65px 0;
  }
  
  .download button.download-btn {
    margin-left: 15px;
  }
  /*price-plan area*/
  
  .price-plan img {
    margin: auto;
    margin-bottom: 70px;
  }
  
  .single-table {
    margin-bottom: 60px;
  }
  
  .single-table.single-table h3 {
    color: #ffffff;
    background: #3f51b6;
  }
  
  .pricing-tables {
    background: #f2f2f2;
    float: left;
    padding: 60px 20px 0px 20px;
  }
  
  .pricing-tables {
    margin-bottom: 60px;
  }
  
  .single-table h3 {
    font-size: 24px;
    color: #1a1a1a;
    border-bottom: 1px solid #e0e0e0;
    padding: 18px;
    line-height: 1;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 0;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
  }
  
  .table-price {
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    display: block;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
  }
  
  .table-price h5 {
    font-size: 60px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 17px;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
  }
  
  .table-price h5 span {
    position: absolute;
    font-size: 25px;
    top: 21%;
    left: 34%;
    font-weight: 600;
  }
  
  .table-price p {
    font-size: 18px;
    color: #999999;
    line-height: 1;
    margin-bottom: 22px;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
  }
  
  .table-description p {
    font-size: 18px;
    color: #999999;
    padding: 40px 20px;
    margin-bottom: 0;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
  }
  
  .table-description a {
    color: #3f51b5;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
  }
  
  .table-description button {
    width: 160px;
    height: 50px;
    border: 1px solid #e0e0e0;
    color: #3f51b5;
    border-radius: 4px;
    background: transparent;
    margin-bottom: 30px;
    font-weight: 700;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
  }
  
  .free h5 span {
    left: 39%;
  }
  
  .business h3 {
    color: #3f51b5;
  }
  
  .business-price {
    background: #3f51b5;
  }
  
  .business-price p {
    color: #fff;
  }
  
  .business button {
    background: #3f51b5;
    color: #fff;
    border: 0;
  }
  
  .business h5 {
    color: #fff;
  }
  
  .single-table:hover .table-description button {
    background: #3f51b5;
    color: #fff;
    border: 0;
  }
  
  .single-table:hover .table-price h5 {
    color: #fff;
  }
  
  .single-table:hover .table-price p {
    color: #fff;
  }
  
  .single-table:hover .table-price {
    background: #3f51b5;
  }
  /*contact area*/
  
  .contact {
    background: #ededed;
    position: relative;
    height: auto;
  }
  
  .contact-heading img {
    margin: auto;
    margin-bottom: 50px;
  }
  
  .contact i.fa {
    color: #3f51b5;
    font-size: 35px;
    padding: 20px;
  }
  
  .contact p {
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
  }
  
  .pricing-tables {
    margin-top: 40px;
  }
  
  .pricing-tables .first-child {
    padding-right: 0px;
  }
  
  .pricing-tables .last-child {
    padding-left: 0px;
    margin-left: -1;
  }
  
  .table-description {
    border: 1px solid rgb(0 0 0 / 8%);
    margin-top: -2px;
  }
  
  .table-description {
    min-height: 233px;
  }
  
  .last-child p:last-child {
    border-bottom: 0px solid rgb(0 0 0 / 8%)!important;
  }
  
  .pricing-tables .table-description p {
    padding: 8px 70px;
    border-bottom: 1px solid rgb(0 0 0 / 8%);
    margin-bottom: 4px;
    color: #000000;
  }
  
  .contact-form {
    background: #ffffff;
    overflow: hidden;
    z-index: 222;
    position: relative;
    margin-top: 50px;
  }
  
  .contact-form-left,
  .contact-form-right {
    margin-top: 60px;
  }
  
  .contact-form-left input {
    width: 100%;
    height: 50px;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #444348;
    margin-bottom: 20px;
    background: transparent;
    color: rgb(0, 0, 0);
  }
  
  .contact-form textarea {
    width: 100%;
    height: 189px;
    border-radius: 5px;
    border: 1px solid #444348;
    margin-bottom: 15px;
    background: transparent;
    padding: 12px;
    color: rgb(0, 0, 0);
  }
  
  .contact-form-right input.submit-btn {
    width: 300px;
    height: 72px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    border: 0;
    margin-bottom: 40px;
    padding: 20px 60px;
    border-radius: 50px;
    color: #fff;
    border-bottom: 0px solid #3f51b5;
    background: rgb(63 81 181 / 84%);
    text-align: center;
  }
  
  .contact a {
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    border-bottom: 1px solid rgb(63 81 181 / 0%);
    color: #3f51b5;
  }
  
  .contact a:hover,
  .contact a:visited {
    border-bottom: 1px solid #3f51b5;
  }
  
  a:focus,
  a:visited {
    text-decoration: none!important;
    outline: none!important;
    outline-offset: 0px!important;
    color: #ffffff !important;
  }
  
  .contact a:visited,
  .contact a:focus {
    color: #3f51b5!important;
  }
  /*footer section*/
  
  .footer {
    background: #15141a;
  }
  .pricing-tables .one .table-description p:last-child {
    border-bottom: 1px solid rgb(0 0 0 / 0%);
}
  .footer i.fa {
    font-size: 15px;
    padding: 20px;
    color: #444348;
    margin-top: 20px;
  }
  
  .footer i.fa:hover {
    color: #3f51b5;
  }
  
  .footer p {
    font-size: 14px;
    color: #444348;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  
  section#writetous {
    background-color: #232646;
    background-image: linear-gradient(133.25deg, #222543 16.28%, #06070c 68.03%);
  }
  
  .feature-detail h4,
  .feature-detail h2 {
    color: #ffffff;
  }
  
  .contact-form textarea,
  .contact-form-left input {
    border: 1px solid #5d6dc1!important;
  }
  
  :focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
    outline-color: #5d6dc1;
  }
  
  .contact-form-left input,
  .contact-form textarea {
    color: #000!important;
  }
  /*work*/
  
  .work-heading .img-responsive {
    margin: auto;
    margin-bottom: 50px;
  }
  
  .work {
    padding-bottom: 120px;
  }
  /*slick slide*/
  
  .slick-slide .wow {
    margin-top: 80px;
    margin-bottom: 30px;
    color: white;
  }
  
  .slick-prev,
  .slick-next {
    width: 58px!important;
    height: 58px!important;
  }
  
  .slick-slide {
    height: auto!important;
  }
  
  .slick-prev,
  .slick-next {
    z-index: 99;
  }
  
  .slick-list {
    background: #222543;
    border-radius: 6px;
  }
  
  .slider__item {
    color: white;
  }
  
  .details-logo {
    max-width: 90px!important;
    border-radius: 24px!important;
  }
  
  .logoapp h3 {
    margin-top: 30px!important;
    padding-left: 30px!important;
  }
  
  .logoapp {
    display: flex!important;
  }
  
  .slick-slide .wow {
    text-align: left!important;
  }
  
  .slick-slide h2 {
    color: #ffffff!important;
    margin-top: 41px!important;
    line-height: 50px!important;
    font-size: 36px!important;
  }
  
  .slick-slide p {
    font-size: 20px!important;
  }
  
  .work-btn {
    color: #fff;
    background: #3f51b5;
    padding: 20px 60px;
    border-radius: 50px;
    position: relative;
    display: inline-block;
    margin-top: 44px;
    font-size: 18px;
  }
  
  .work .slick-prev {
    left: 50%!important;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-110%, -50%);
  }
  
  .work .slick-next {
    right: 50%!important;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(110%, -50%);
  }
  
  .slick-prev,
  .slick-next {
    top: auto!important;
    bottom: -104px;
    width: 47px!important;
    height: 47px!important;
    justify-content: center;
  }
  
  .detailsabout {
    background-image: none!important;
    background: #ededed!important;
  }
  
  .detailsabout h4,
  .detailsabout h2,
  .detailsabout p,
  .detailsabout ul li {
    color: #000000!important;
  }
  
  .detailsabout h4 {
    margin-top: 80px;
  }
  
  .detailsabout .row {
    background-color: #f2f2f2;
    border-radius: 6px;
  }
  
.detailsabout {
    background: #ededed !important;
    background-image: linear-gradient(133.25deg, #ededed 16.28%, #ededed 68.03%)!important;
    
}
  .detailsabout .details-phone {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 50px;
  }
  
  .detailsabout .row {
    background: #ffffff!important;
    border-radius: 6px;
  }
  
  .detailsabout .row a.work-btn {
    margin-top: 14px!important;
    margin-bottom: 54px!important;
  }
  
  .detailsabout {
    padding-bottom: 60px;
    padding-top: 66px;
  }
  /*thank-you*/
  
  .banner.thank-you {
    background-image: linear-gradient(133.25deg, #222543 16.28%, #06070c 68.03%)!important;
  }
  
  .banner.thank-you.banner .features-btn {
    margin-top: 29px;
  }
  
  .banner.thank-you .col-xs-6 {
    text-align: center;
    width: 100%;
  }
  
  .banner.thank-you .banner-img {
    display: none;
  }
  section#detailsabout h4 {
    color: #3f51b5!important;
}
  .detailsabout .row {
    margin-right: 0px;
    margin-left: 0px;
  }