@charset "UTF-8";

/*
Theme Name: App Landing Page
Author: Markhorthemes
Author http://www.themeforest.net/user/markhorthemes
Version: 1
Text Domain: base
Tags: one-column, two-columns
Theme URI: http://www.htmlbeans.com/html/app-landing
*/
/*------------------------------------------------------------------

1. import files
2. Body
3. Wrapper / #wrapper
4. Heading / Heading
5. Btn / .btn
6. Btn Default / .btn-default
7. Btn Info / .btn-info
8. Header / #header
9. Logo / .logo
10. Navbar Default / .navbar-default
11. Main / #main
12. Hero Area / .hero-area
13. Social Networks / .social-networks
14. Heading Wrap / .heading-wrap
15. Features Area / .features-area
16. Features List / .features-list
17. Product Features / .product-features
18. Facts List / .facts-list
19. Demo Block / .demo-block
20. Testimonials / .testimonials
21. Testimonials Gallery / .testimonials-gallery
22. Video Block / .video-block
23. Price Offers / .price-offers
24. Price Col / .price-col
25. Trial Block / .trial-block
26. Brands Area / .brands-area
27. Logos List / .logos-list
28. Aside / .aside
29. Footer / #footer
30. Back Top / #back-top
31. Loader Holder / .loader-holder


-------------------------------------------------------------------*/
/*------------------------------------------------------------------
1. import files / import files
-------------------------------------------------------------------*/
.social-networks,
.features-list,
.facts-list,
.demo-block ul,
.price-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
#header .holder:after,
.price-col:after,
#footer:after {
  content: '';
  display: block;
  clear: both;
}

.video-block .ico-play {
  transition: all 0.3s ease-in-out;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.comment-form input[type='text'],
.search-form input[type='text'],
.post-password-form input[type='text'],
.comment-form input[type='tel'],
.search-form input[type='tel'],
.post-password-form input[type='tel'],
.comment-form input[type='email'],
.search-form input[type='email'],
.post-password-form input[type='email'],
.comment-form input[type='search'],
.search-form input[type='search'],
.post-password-form input[type='search'],
.comment-form input[type='password'],
.search-form input[type='password'],
.post-password-form input[type='password'],
.comment-form input[type='url'],
.search-form input[type='url'],
.post-password-form input[type='url'],
.comment-form input[type='date'],
.search-form input[type='date'],
.post-password-form input[type='date'],
.comment-form textarea,
.search-form textarea,
.post-password-form textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #999;
  padding: .5em .7em;
}

.comment-form input[type='text']:focus,
.search-form input[type='text']:focus,
.post-password-form input[type='text']:focus,
.comment-form input[type='tel']:focus,
.search-form input[type='tel']:focus,
.post-password-form input[type='tel']:focus,
.comment-form input[type='email']:focus,
.search-form input[type='email']:focus,
.post-password-form input[type='email']:focus,
.comment-form input[type='search']:focus,
.search-form input[type='search']:focus,
.post-password-form input[type='search']:focus,
.comment-form input[type='password']:focus,
.search-form input[type='password']:focus,
.post-password-form input[type='password']:focus,
.comment-form input[type='url']:focus,
.search-form input[type='url']:focus,
.post-password-form input[type='url']:focus,
.comment-form input[type='date']:focus,
.search-form input[type='date']:focus,
.post-password-form input[type='date']:focus,
.comment-form textarea:focus,
.search-form textarea:focus,
.post-password-form textarea:focus {
  border-color: #333;
}

.comment-form input[type='text']::-webkit-input-placeholder,
.search-form input[type='text']::-webkit-input-placeholder,
.post-password-form input[type='text']::-webkit-input-placeholder,
.comment-form input[type='tel']::-webkit-input-placeholder,
.search-form input[type='tel']::-webkit-input-placeholder,
.post-password-form input[type='tel']::-webkit-input-placeholder,
.comment-form input[type='email']::-webkit-input-placeholder,
.search-form input[type='email']::-webkit-input-placeholder,
.post-password-form input[type='email']::-webkit-input-placeholder,
.comment-form input[type='search']::-webkit-input-placeholder,
.search-form input[type='search']::-webkit-input-placeholder,
.post-password-form input[type='search']::-webkit-input-placeholder,
.comment-form input[type='password']::-webkit-input-placeholder,
.search-form input[type='password']::-webkit-input-placeholder,
.post-password-form input[type='password']::-webkit-input-placeholder,
.comment-form input[type='url']::-webkit-input-placeholder,
.search-form input[type='url']::-webkit-input-placeholder,
.post-password-form input[type='url']::-webkit-input-placeholder,
.comment-form input[type='date']::-webkit-input-placeholder,
.search-form input[type='date']::-webkit-input-placeholder,
.post-password-form input[type='date']::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder,
.search-form textarea::-webkit-input-placeholder,
.post-password-form textarea::-webkit-input-placeholder {
  color: #ccc;
}

.comment-form input[type='text']::-moz-placeholder,
.search-form input[type='text']::-moz-placeholder,
.post-password-form input[type='text']::-moz-placeholder,
.comment-form input[type='tel']::-moz-placeholder,
.search-form input[type='tel']::-moz-placeholder,
.post-password-form input[type='tel']::-moz-placeholder,
.comment-form input[type='email']::-moz-placeholder,
.search-form input[type='email']::-moz-placeholder,
.post-password-form input[type='email']::-moz-placeholder,
.comment-form input[type='search']::-moz-placeholder,
.search-form input[type='search']::-moz-placeholder,
.post-password-form input[type='search']::-moz-placeholder,
.comment-form input[type='password']::-moz-placeholder,
.search-form input[type='password']::-moz-placeholder,
.post-password-form input[type='password']::-moz-placeholder,
.comment-form input[type='url']::-moz-placeholder,
.search-form input[type='url']::-moz-placeholder,
.post-password-form input[type='url']::-moz-placeholder,
.comment-form input[type='date']::-moz-placeholder,
.search-form input[type='date']::-moz-placeholder,
.post-password-form input[type='date']::-moz-placeholder,
.comment-form textarea::-moz-placeholder,
.search-form textarea::-moz-placeholder,
.post-password-form textarea::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}

.comment-form input[type='text']:-moz-placeholder,
.search-form input[type='text']:-moz-placeholder,
.post-password-form input[type='text']:-moz-placeholder,
.comment-form input[type='tel']:-moz-placeholder,
.search-form input[type='tel']:-moz-placeholder,
.post-password-form input[type='tel']:-moz-placeholder,
.comment-form input[type='email']:-moz-placeholder,
.search-form input[type='email']:-moz-placeholder,
.post-password-form input[type='email']:-moz-placeholder,
.comment-form input[type='search']:-moz-placeholder,
.search-form input[type='search']:-moz-placeholder,
.post-password-form input[type='search']:-moz-placeholder,
.comment-form input[type='password']:-moz-placeholder,
.search-form input[type='password']:-moz-placeholder,
.post-password-form input[type='password']:-moz-placeholder,
.comment-form input[type='url']:-moz-placeholder,
.search-form input[type='url']:-moz-placeholder,
.post-password-form input[type='url']:-moz-placeholder,
.comment-form input[type='date']:-moz-placeholder,
.search-form input[type='date']:-moz-placeholder,
.post-password-form input[type='date']:-moz-placeholder,
.comment-form textarea:-moz-placeholder,
.search-form textarea:-moz-placeholder,
.post-password-form textarea:-moz-placeholder {
  color: #ccc;
}

.comment-form input[type='text']:-ms-input-placeholder,
.search-form input[type='text']:-ms-input-placeholder,
.post-password-form input[type='text']:-ms-input-placeholder,
.comment-form input[type='tel']:-ms-input-placeholder,
.search-form input[type='tel']:-ms-input-placeholder,
.post-password-form input[type='tel']:-ms-input-placeholder,
.comment-form input[type='email']:-ms-input-placeholder,
.search-form input[type='email']:-ms-input-placeholder,
.post-password-form input[type='email']:-ms-input-placeholder,
.comment-form input[type='search']:-ms-input-placeholder,
.search-form input[type='search']:-ms-input-placeholder,
.post-password-form input[type='search']:-ms-input-placeholder,
.comment-form input[type='password']:-ms-input-placeholder,
.search-form input[type='password']:-ms-input-placeholder,
.post-password-form input[type='password']:-ms-input-placeholder,
.comment-form input[type='url']:-ms-input-placeholder,
.search-form input[type='url']:-ms-input-placeholder,
.post-password-form input[type='url']:-ms-input-placeholder,
.comment-form input[type='date']:-ms-input-placeholder,
.search-form input[type='date']:-ms-input-placeholder,
.post-password-form input[type='date']:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder,
.search-form textarea:-ms-input-placeholder,
.post-password-form textarea:-ms-input-placeholder {
  color: #ccc;
}

.comment-form input[type='text'].placeholder,
.search-form input[type='text'].placeholder,
.post-password-form input[type='text'].placeholder,
.comment-form input[type='tel'].placeholder,
.search-form input[type='tel'].placeholder,
.post-password-form input[type='tel'].placeholder,
.comment-form input[type='email'].placeholder,
.search-form input[type='email'].placeholder,
.post-password-form input[type='email'].placeholder,
.comment-form input[type='search'].placeholder,
.search-form input[type='search'].placeholder,
.post-password-form input[type='search'].placeholder,
.comment-form input[type='password'].placeholder,
.search-form input[type='password'].placeholder,
.post-password-form input[type='password'].placeholder,
.comment-form input[type='url'].placeholder,
.search-form input[type='url'].placeholder,
.post-password-form input[type='url'].placeholder,
.comment-form input[type='date'].placeholder,
.search-form input[type='date'].placeholder,
.post-password-form input[type='date'].placeholder,
.comment-form textarea.placeholder,
.search-form textarea.placeholder,
.post-password-form textarea.placeholder {
  color: #ccc;
}

.widget {
  margin-bottom: 1.2em;
}

.widget ul {
  padding-left: 2em;
}

.widget select {
  min-width: 150px;
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  width: 300px;
}

.comment-form input[type='submit'] {
  display: block;
  float: none;
}

.post-password-form label {
  display: block;
}

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  width: 300px;
}

.search-form input {
  float: left;
  height: 2em;
}

.search-form input[type='search'] {
  margin: 0 4px 0 0;
  width: 150px;
}

.post-password-form input {
  float: left;
  height: 2em;
}

.post-password-form input[type='password'] {
  width: 150px;
}

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #333;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em;
}

.comment-form input[type='submit']:hover,
.post-password-form input[type='submit']:hover,
.search-form input[type='submit']:hover {
  opacity: 0.8;
}

.commentlist {
  margin: 0 0 1.2em;
}

.commentlist .edit-link {
  margin: 0;
}

.commentlist .avatar-holder {
  float: left;
  margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}

@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item+.commentlist-item {
  padding-top: 1.2em;
}

.widget_calendar #next {
  text-align: right;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.2em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0 .4em;
}



.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  display: inline-block;
  vertical-align: middle;
  max-width: 50%;
  background: #666;
  color: #fff;
  padding: .4em;
  text-decoration: none;
}

@media (max-width: 767px) {

  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    padding: .2em;
  }
}

.navigation-single {
  margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev {
  float: left;
  vertical-align: middle;
  max-width: 50%;
  background: #666;
  color: #fff;
  text-decoration: none;
}

.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: .4em;
  display: block;
}

@media (max-width: 767px) {

  .navigation-single .next a,
  .navigation-single .prev a {
    padding: .2em;
  }
}

.navigation-single .next {
  float: right;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #ccc;
  padding: .4em;
  margin-bottom: 1.2em;
}

.wp-caption img {
  margin: 0;
  vertical-align: top;
}

.wp-caption p {
  margin: .4em 0 0;
}

div.aligncenter {
  margin: 0 auto 1.2em;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1.2em;
}

.mejs-container {
  margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

@font-face {
  font-family: empty;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAQ0AAoAAAAAA+wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAJ4AAACeXQ48j09TLzIAAAGUAAAAYAAAAGAIIgbWY21hcAAAAfQAAABEAAAARAAyAGlnYXNwAAACOAAAAAgAAAAIAAAAEGhlYWQAAAJAAAAANgAAADb9mzB5aGhlYQAAAngAAAAkAAAAJAHiAeVobXR4AAACnAAAABAAAAAQAAAAAG1heHAAAAKsAAAABgAAAAYABFAAbmFtZQAAArQAAAFdAAABXVqZXRlwb3N0AAAEFAAAACAAAAAgAAMAAAEABAQAAQEBDHNwYWNlLWVtcHR5AAECAAEAOvgcAvgbA/gYBB4KABlT/4uLHgoAGVP/i4sMB4tr+JT4dAUdAAAAfA8dAAAAgREdAAAACR0AAACVEgAFAQEMFxkbHnNwYWNlLWVtcHR5c3BhY2UtZW1wdHl1MHUxdTIwAAACAYkAAgAEAQEEBwoN/JQO/JQO/JQO/JQO+JQU+JQViwwKAAAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAABAAAAAIAHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADAAAAAIAAgAAgAAAAEAIP/9//8AAAAAACD//f//AAH/4wADAAEAAAAAAAAAAAABAAH//wAPAAEAAAABAAAAeR2GXw889QALAgAAAAAAzz54vgAAAADPPni+AAAAAAAAAAAAAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAABQAAAEAAAAAAAOAK4AAQAAAAAAAQAWAAAAAQAAAAAAAgAOAGMAAQAAAAAAAwAWACwAAQAAAAAABAAWAHEAAQAAAAAABQAWABYAAQAAAAAABgALAEIAAQAAAAAACgAoAIcAAwABBAkAAQAWAAAAAwABBAkAAgAOAGMAAwABBAkAAwAWACwAAwABBAkABAAWAHEAAwABBAkABQAWABYAAwABBAkABgAWAE0AAwABBAkACgAoAIcAcwBwAGEAYwBlAC0AZQBtAHAAdAB5AFYAZQByAHMAaQBvAG4AIAAxAC4AMABzAHAAYQBjAGUALQBlAG0AcAB0AHlzcGFjZS1lbXB0eQBzAHAAYQBjAGUALQBlAG0AcAB0AHkAUgBlAGcAdQBsAGEAcgBzAHAAYQBjAGUALQBlAG0AcAB0AHkARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("woff");
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.ttf?u6ufkh") format("truetype"), url("fonts/icomoon.woff?u6ufkh") format("woff"), url("fonts/icomoon.svg?u6ufkh#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="ico-"],
[class*=" ico-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-android:before {
  content: "\e916";
}

.ico-apple:before {
  content: "\e917";
}

.ico-menu:before {
  content: "\e91b";
}

.ico-play2:before {
  content: "\e91a";
}

.ico-send:before {
  content: "\e918";
}

.ico-play:before {
  content: "\e90d";
}

.ico-icon1:before {
  content: "\e90e";
}

.ico-google-plus:before {
  content: "\e90f";
}

.ico-facebook:before {
  content: "\e910";
}

.ico-facebook-f:before {
  content: "\e910";
}

.ico-twitter:before {
  content: "\e911";
}

.ico-pinterest-p:before {
  content: "\e912";
}

.ico-check:before {
  content: "\e913";
}

.ico-cross:before {
  content: "\e914";
}

.ico-angle-down:before {
  content: "\e909";
}

.ico-angle-up:before {
  content: "\e90a";
}

.ico-angle-right:before {
  content: "\e90b";
}

.ico-angle-left:before {
  content: "\e90c";
}

.ico-phone:before {
  content: "\e907";
}

.ico-mail:before {
  content: "\e908";
}

.ico-pinterest:before {
  content: "\e915";
}

.ico-plus:before {
  content: "\e903";
}

.ico-quote-start:before {
  content: "\e919";
}

.ico-quotes:before {
  content: "\e904";
}

.ico-reuse:before {
  content: "\e905";
}

.ico-tracker:before {
  content: "\e906";
}

.ico-layout:before {
  content: "\e900";
}

.ico-settings:before {
  content: "\e901";
}

.ico-bulb:before {
  content: "\e902";
}

.resize-active * {
  transition: none !important;
}

/*------------------------------------------------------------------
2. Body / body
-------------------------------------------------------------------*/
body {
  font-weight: 300;
  min-width: 320px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body.pattern1 {
  background-image: url(images/patterns/pattern1.png);
}

body.pattern2 {
  background-image: url(images/patterns/pattern2.png);
}

body.pattern3 {
  background-image: url(images/patterns/pattern3.png);
}

body.pattern4 {
  background-image: url(images/patterns/pattern4.png);
}

body.pattern5 {
  background-image: url(images/patterns/pattern5.png);
}

body.pattern6 {
  background-image: url(images/patterns/pattern6.png);
}

body.pattern7 {
  background-image: url(images/patterns/pattern7.png);
}

body.pattern8 {
  background-image: url(images/patterns/pattern8.png);
}

body.pattern9 {
  background-image: url(images/patterns/pattern9.png);
}

body.pattern10 {
  background-image: url(images/patterns/pattern10.png);
}

body.pattern11 {
  background-image: url(images/patterns/pattern11.png);
}

body.pattern12 {
  background-image: url(images/patterns/pattern12.png);
}

body.pattern13 {
  background-image: url(images/patterns/pattern13.png);
}

body.pattern14 {
  background-image: url(images/patterns/pattern14.png);
}

body.boxed-v #wrapper {
  max-width: 80%;
  margin: 20px auto;
  border-radius: 3px;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
}

/*------------------------------------------------------------------
3. Wrapper / #wrapper
-------------------------------------------------------------------*/
#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/*------------------------------------------------------------------
4. Heading / Heading
-------------------------------------------------------------------*/
/* h1,
h2,
h3,
h4,
h5,
h6,
.h {
  text-transform: uppercase;
} */

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h a {
  color: inherit;
  transition: color 0.25s linear;
}

.overlay {
  position: relative;
  z-index: 1;
}

.overlay:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.8);
}

a:hover,
a:focus,
a.active {
  outline: none;
}

.round {
  border-radius: 100%;
}

.mar-top-xs {
  margin-top: 30px !important;
}

.mar-top-sm {
  margin-top: 60px !important;
}

.mar-top-md {
  margin-top: 90px !important;
}

.pad-top-xs {
  padding-top: 30px !important;
}

.pad-top-sm {
  padding-top: 60px !important;
}

.pad-top-md {
  padding-top: 90px !important;
}

.mar-top-lg {
  margin-top: 120px !important;
}

.pad-top-lg {
  padding-top: 120px !important;
}

.mar-bottom-xs {
  margin-bottom: 30px !important;
}

.mar-bottom-sm {
  margin-bottom: 60px !important;
}

.mar-bottom-md {
  margin-bottom: 90px !important;
}

.pad-bottom-sm {
  padding-bottom: 60px !important;
}

.pad-bottom-xs {
  padding-bottom: 30px !important;
}

.pad-bottom-md {
  padding-bottom: 90px !important;
}

.mar-bottom-lg {
  margin-bottom: 120px !important;
}

.pad-bottom-lg {
  padding-bottom: 120px !important;
}

/*------------------------------------------------------------------
5. Btn / .btn
-------------------------------------------------------------------*/
.btn {
  transition: all 0.25s linear;
  border-radius: 0;
  border-width: 2px;
  text-transform: uppercase;
  position: relative;
}

/*------------------------------------------------------------------
6. Btn Default / .btn-default
-------------------------------------------------------------------*/
.btn-default {
  font-size: 16px;
  line-height: 20px;
  padding: 14px;
}

.btn-default.icon-btn {
  padding-left: 43px;
  padding-right: 18px;
}

.btn-default.btn-white {
  border-radius: 99px;
  border-color: #fff;
  background: none;
  color: #fff;
}

.sticky-header.sticky .btn-default.btn-white {
  color: #222222;
  border-color: #222222;
}

.sticky-header.sticky .btn-default.btn-white:hover,
.sticky-header.sticky .btn-default.btn-white:focus,
.sticky-header.sticky .btn-default.btn-white:active {
  color: #fff;
}

.btn-default.btn-white:hover,
.btn-default.btn-white:focus,
.btn-default.btn-white:active {
  border-color: #222222;
  background: #222222;
}

.btn-default .icon {
  position: absolute;
  left: 9%;
  top: 50%;
  margin: 1px 0 0;
  transform: translateY(-50%);
}

/*------------------------------------------------------------------
7. Btn Info / .btn-info
-------------------------------------------------------------------*/
.btn-info {
  font-weight: 400;
  letter-spacing: 1px;
  border-radius: 99px;
  font-size: 13px;
  line-height: 16px;
  padding: 13px 15px;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #222222;
  border-color: #222222;
}

/*------------------------------------------------------------------
8. Header / #header
-------------------------------------------------------------------*/
#header {
  padding: 0;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
}

#header .holder {
  max-width: 1518px;
}

#header.sticky {
  position: fixed;
  background: #fff;
  height: auto !important;
  box-shadow: 0 0 11px 2px rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 111;
}

#header.sticky .header-main {
  background: #ffffff;
}

#header.sticky .logo .light {
  display: none;
}

#header.sticky .logo .dark {
  display: block;
}

#header.sticky .btn-default,
#header.sticky .btn-white {
  border-color: #222222;
  color: #222222;
}

/*------------------------------------------------------------------
9. Logo / .logo
-------------------------------------------------------------------*/
.logo {
  width: 100%;
  max-width: 150px;
}

.logo .light {
  display: block;
}

.logo .dark {
  display: none;
}

/*------------------------------------------------------------------
10. Navbar Default / .navbar-default
-------------------------------------------------------------------*/
.navbar-default {
  border: 0;
  float: right;
  width: calc(100% - 150px);
  position: static;
  margin: -4px 0 0;
  padding: 0;
}

.navbar-default .navbar-header {
  float: right;
  margin: 0 0 0 10px;
}

.navbar-default .btn-default,
.navbar-default .btn,
.navbar-default .btn-white {
  font-weight: 400;
  letter-spacing: 1px;
  float: right;
  padding: 8px 10px;
  font-size: 11px;
  line-height: 14px;
  transition: all 0.25s linear;
}

.navbar-default .navbar-collapse {
  box-shadow: none;
  border: 0;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}

.navbar-default .navbar-toggle {
  background: #000;
  margin: 0;

}

.navbar-default .navbar-toggle[aria-expanded="true"] {
  background: #222222;
}

.navbar-default .navbar-nav {
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
  text-transform: uppercase;
}

.navbar-default .navbar-nav>li {
  position: relative;
  letter-spacing: 0.3px;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
}

.navbar-default .navbar-nav>li.active>a {
  color: #222222;
}

.navbar-default .navbar-nav>li.active>a:hover,
.navbar-default .navbar-nav>li.active>a:focus,
.navbar-default .navbar-nav>li.active>a:active {
  color: #222222;
}

.navbar-default .navbar-nav>li.active>a:after {
  left: 0;
  right: 0;
}

.navbar-default .navbar-nav>li>a {
  font: inherit;
  color: #222222;
  text-align: center;
  position: relative;
  position: static;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.navbar-default .navbar-nav>li>a:after {
  position: absolute;
  content: "";
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.navbar-default .navbar-nav>li>a:after {
  border-bottom: 1px solid #222222;
  z-index: 1;
  pointer-events: none;
  right: 50.1%;
  left: 50%;
  transition: all 0.3s ease-out;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a.anchor-active,
.navbar-default .navbar-nav>li>a:active {
  color: #222222;
}

.navbar-default .navbar-nav>li>a:hover:after,
.navbar-default .navbar-nav>li>a:focus:after,
.navbar-default .navbar-nav>li>a.anchor-active:after,
.navbar-default .navbar-nav>li>a:active:after {
  left: 0;
  right: 0;
}

.navbar-default a {
  transition: color 0.25s linear, background 0.25s linear;
}

/*------------------------------------------------------------------
11. Main / #main
-------------------------------------------------------------------*/
#main {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/*------------------------------------------------------------------
12. Hero Area / .hero-area
-------------------------------------------------------------------*/
.hero-area {
  overflow: visible;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
  padding: 50px 0;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: 50% 50%;
  letter-spacing: 1px;
}

.hero-area.banner {
  white-space: nowrap;
}

.hero-area.banner:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: 100vh;
}

.hero-area.banner * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  max-width: 99%;
}

.hero-area.banner .container {
  padding-top: 0;
}

.hero-area.banner2 {
  height: 100vh;
  overflow: hidden;
}

.hero-area.banner2 .heading-holder {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 570px;
  transform: translate(-50%, -50%);
}

.hero-area .container {
  position: relative;
}

.hero-area h1 {
  color: #1C1E23;
  font-size: 50px;
  line-height: 65px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-area .clutch-img {
  width: 90% !important;
}

.hero-area h1 .text-small {
  font: 300 17px/35px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  margin: 0 0 16px;
  text-transform: lowercase;
}

.hero-area h1 .clr {
  color: #002d40;
}

.hero-area p {
  margin: 0 0 25px;
}

.hero-area .heading-holder {
  margin-bottom: 60px;
}

.hero-area .aligncenter {
  text-align: center;
  position: relative;
  max-width: 447px;
  margin-bottom: -11.2%;
}

.hero-area .aligncenter img {
  display: inline-block;
}

.hero-area .btn {
  min-width: 150px;
  margin: 0 15px 0 0;
}

#particles-js,
#bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
}

#bgvid {
  z-index: -11;
}

#bgvid .vegas-slide {
  height: 100%;
}

.morphext>.animated {
  display: inline-block;
}

/*------------------------------------------------------------------
13. Social Networks / .social-networks
-------------------------------------------------------------------*/
.social-networks {
  font-family: empty;
}

.social-networks li {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px 5px;
}

.social-networks a {
  display: block;
  width: 31px;
  height: 31px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background: #082c38;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  transition: all 0.25s linear;
}

.social-networks a:hover,
.social-networks a:focus,
.social-networks a:active {
  background: #5bc0de;
}

.social-networks .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/*------------------------------------------------------------------
14. Heading Wrap / .heading-wrap
-------------------------------------------------------------------*/
.heading-wrap h2 {
  margin: 0;
  text-transform: none;
}

.heading-wrap .btn-info {
  position: relative;
}

.heading-wrap .btn-info:before {
  position: absolute;
  content: "";
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
}

.heading-wrap .btn-info:before {
  border: 5px solid #d1f0ff;
  border-radius: 99px;
}

/*------------------------------------------------------------------
15. Features Area / .features-area
-------------------------------------------------------------------*/

.features-area .heading-wrap {
  margin-bottom: 35px;
}



/*------------------------------------------------------------------
17. Product Features / .product-features
-------------------------------------------------------------------*/
.product-features {
  color: #51595b;
  position: relative;
  line-height: 32px;
}

.product-features h2 {
  text-transform: none;
  font-size: 30px;
  font-weight: 600;
  line-height: 55px;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.product-features .img-holder {
  margin: 0 auto;
  max-width: 250px;
  overflow: hidden;
}

/*------------------------------------------------------------------
18. Facts List / .facts-list
-------------------------------------------------------------------*/

.facts-list li {
  margin: 10px 0 10px;
  position: relative;
  margin: 0px 40px;
}

.facts-list li:after {
  position: absolute;
  content: "";
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0;
}

.facts-list li:after {
  border-right: 1px solid #e8e8e8;
  height: 100%;
  display: none;
  transform: translateY(-50%);
}

.facts-list li:last-child {
  padding-right: 0;
}

.facts-list li:last-child:after {
  opacity: 0;
  visibility: hidden;
}

.facts-list h3 {
  margin: 0;
  font-weight: 500;
  font-size: 38px;
  color: #fff;
}

.facts-list h3 span {
  color: #fff;
  font-size: 50px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.facts-list .text-block {
  display: block;
  padding: 0;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 15px;
}

/*------------------------------------------------------------------
19. Demo Block / .demo-block
-------------------------------------------------------------------*/
.demo-block {
  position: relative;
  overflow: hidden;
  color: #fff;
  line-height: 26px;
  letter-spacing: 1px;
}

.demo-block .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.demo-block h2 {
  color: inherit;
  margin: 0 0 15px;
  font: 400 21px/25px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
}

.demo-block ul {
  font-family: empty;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  padding: 30px 0 0;
  text-transform: uppercase;
}

.demo-block ul li {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 10px;
}

.demo-block ul a {
  display: block;
  color: inherit;
  transition: all 0.25s linear;
  position: relative;
}

.demo-block ul a:after {
  position: absolute;
  content: "";
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.demo-block ul a:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.25s linear;
}

.demo-block ul a.btn:after {
  display: none;
}

.demo-block ul a.btn:hover {
  color: #fff;
}

.demo-block ul a:hover,
.demo-block ul a:focus,
.demo-block ul a:active {
  color: #222222;
}

.demo-block ul a:hover:after,
.demo-block ul a:focus:after,
.demo-block ul a:active:after {
  border-color: #222222;
}

.demo-block .btn {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  min-width: 167px;
}

.demo-block p {
  margin: 0;
  font-weight: 100;
}


/*------------------------------------------------------------------
22. Video Block / .video-block
-------------------------------------------------------------------*/
.video-block {
  position: relative;
  overflow: hidden;
  background-size: cover;
  min-height: 80px;
}

.video-block .ico-play {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 40px;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
}

/*------------------------------------------------------------------
23. Price Offers / .price-offers
-------------------------------------------------------------------*/
.price-offers {
  padding-top: 35px;
  position: relative;
}

.price-offers .heading-wrap {
  margin-bottom: 35px;
}

.price-offers .cols-holder {
  font-family: empty;
  text-align: center;
  margin: 0 -2px 0 0;
}

/*------------------------------------------------------------------
24. Price Col / .price-col
-------------------------------------------------------------------*/
.price-col {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom: 30px;
  margin-bottom: 30px;
  float: none;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.price-col:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.price-col:before {
  border: 1px solid #9d9d9d;
  z-index: -1;
}

.price-col+.price-col {
  margin-left: -1px;
}

.price-col+.price-col:before {
  border-left-width: 0;
}

.price-col.over,
.price-col .over {
  transition: all 0.25s ease;
}

.price-col.over:hover h3,
.price-col.over:hover .fa,
.price-col.over:hover .subtitle,
.price-col.over.active h3,
.price-col.over.active .fa,
.price-col.over.active .subtitle,
.price-col .over:hover h3,
.price-col .over:hover .fa,
.price-col .over:hover .subtitle,
.price-col .over.active h3,
.price-col .over.active .fa,
.price-col .over.active .subtitle {
  color: #fff;
}

.price-col.over:hover ul,
.price-col.over.active ul,
.price-col .over:hover ul,
.price-col .over.active ul {
  color: #fff;
}

.price-col.over:hover ul li:before,
.price-col.over.active ul li:before,
.price-col .over:hover ul li:before,
.price-col .over.active ul li:before {
  color: #fff;
}

.price-col.over:hover .btn,
.price-col.over:hover .btn-info,
.price-col.over.active .btn,
.price-col.over.active .btn-info,
.price-col .over:hover .btn,
.price-col .over:hover .btn-info,
.price-col .over.active .btn,
.price-col .over.active .btn-info {
  background: #002d40;
  border-color: #002d40;
}

.price-col .title {
  text-transform: uppercase;
  margin: 0 -15px;
  padding: 8px 15px 7px;
  display: block;
  text-align: center;
  font: 400 16px/20px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
}

.price-col .btn {
  border-radius: 3px;
  min-width: 170px;
}

.price-col .btn:hover,
.price-col .btn:focus,
.price-col .btn:active {
  background: #003045;
  border-color: #003045;
}

.price-col .offer-heading {
  text-align: center;
  padding: 16px 15px 27px;
}

.price-col h3 {
  margin: 0;
  text-transform: lowercase;
  color: #233141;
  font: 600 28px/30px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.price-col .text-light {
  font-weight: 300;
}

.price-col .subtitle {
  text-transform: none;
  color: #8292a5;
  display: block;
  padding: 8px 0 0;
  font-weight: normal;
  font: 300 14px/17px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.price-col ul {
  color: #8292a5;
  margin: 0 -14px 27px;
  text-align: left;
  font: 300 14px/18px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.price-col ul li {
  padding: 13px 15px 11px 48px;
  position: relative;
}

.price-col ul li:before {
  position: absolute;
  content: "";
  top: 50%;
  bottom: auto;
  left: 0;
  right: auto;
}

.price-col ul li:before {
  width: 11px;
  text-align: center;
  font-size: 14px;
  transform: translateY(-50%);
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 17px;
}

.price-col ul li.check:before {
  color: #2ecc71;
  content: "\e913";
}

.price-col ul li.un-check:before {
  color: #f3746f;
  content: "\e914";
  font-size: 17px;
}

.price-col ul li:nth-child(odd) {
  background: #f6f6f6;
}

.price-col ul span {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/*------------------------------------------------------------------
25. Trial Block / .trial-block
-------------------------------------------------------------------*/
.trial-block {
  padding-top: 40px;
  letter-spacing: 0.6px;
}

.trial-block .alignleft {
  margin: 0 auto 30px;
  float: none;
  width: 270px;
  overflow: hidden;
  border-radius: 1px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.19);
}

.trial-block h2 {
  margin: 0 0 15px;
}

.trial-block .btn,
.trial-block .btn-info {
  min-width: 186px;
}

.trial-block p {
  margin: 0 0 30px;
}


/*------------------------------------------------------------------
27. Logos List / .logos-list
-------------------------------------------------------------------*/
.line-slider {
  margin: 0;
  font-family: empty;
  text-align: center;
  overflow: hidden;
}

.line-slider li {
  display: inline-block;
  vertical-align: middle;
  max-width: 170px;
  margin: 20px;
}

.line-slider a:hover {
  opacity: 0.8;
}

/*------------------------------------------------------------------
28. Aside / .aside
-------------------------------------------------------------------*/
.aside {
  font: 300 12px/22px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #d9dbdc;
  padding-bottom: 19px;
  padding-top: 35px;
}

.aside p {
  margin: 0 0 26px;
}

.aside .logo {
  float: none;
  margin: 0 auto 28px;
  max-width: 132px;
}

/*------------------------------------------------------------------
29. Footer / #footer
-------------------------------------------------------------------*/
#footer {
  color: #d9dbdc;
  text-align: center;
  padding-bottom: 77px;
  background-color: #021116;
}

/*------------------------------------------------------------------
30. Back Top / #back-top
-------------------------------------------------------------------*/
#back-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  float: right;
  width: 50px;
  height: 50px;
  padding: 14px 0;
  z-index: 9;
  opacity: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, #4590ca 0%, #1373ba 100%);
  visibility: hidden;
  transition: all 0.6s ease 0s;
}

#back-top.active {
  opacity: 1;
  visibility: visible;
}

/*------------------------------------------------------------------
31. Loader Holder / .loader-holder
-------------------------------------------------------------------*/
.loader-holder {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
}

.loader-holder .block {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}


.descr .align h2 {
  font-weight: 500;
}



.descr .align p {
  font-size: 18px;
  font-weight: 400;
}



.services-sec .row {
  display: flex;
  margin-top: 30px;
}

.services-cont {
  padding: 0 20px;
  margin: 0px 10px;
  background: #f7f7f7;
  border-radius: 10px;
  transition: 0.5s;
}


.services-cont:hover {
  box-shadow: 2px 2px 15px rgb(179, 178, 178);
}

.services-cont h3 {
  color: #000;
  font-weight: 500;
  font-size: 2.2rem;
  font-family: "Open Sans", sans-serif;
}


.services-cont p {
  font-size: 18px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}


.developing-aid {
  margin: 50px 0;
}

.developing-aid h1 {
  font-size: 4rem;
}

.developing-aid h1,
h2 {
  font-weight: 300;
  color: #222222;
  margin-bottom: 30px;
}

.developing-aid p {
  font-size: 18px;
  font-weight: 400;
}

.developing-aid .row {
  display: flex;
}

.developing-aid .developing-sec h2 {
  margin: 0 20px 0 0;
}

.developing-aid img {
  height: 50px;
}

.developing-sec {
  padding: 25px;
  margin: 10px;
  background: #f7f7f7;
  border-radius: 5px;

}

.developing-sec .info {
  padding: 0;
  margin-top: 10px;
}

.collapse ul li:last-child {
  border: none;
}



.popup {
  display: none;
  position: fixed;
  padding: 10px;
  width: 280px;
  left: 50%;
  margin-left: -150px;
  height: 180px;
  top: 50%;
  margin-top: -100px;
  background: #FFF;
  z-index: 20;
}

#popup:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -2;
}

#popup:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: -1;
}


.collaborated-sec {
  background-color: #fafafa;
  padding: 50px 0;
}

.collaborated-sec h3.heading {
  font-weight: 300;
  font-size: 35px;
  color: #000000;
  font-weight: 600;
}


.collaborated-sec .industries-container .icon {
  margin-bottom: 10px;
}

.industries-container .col-lg-2 {
  margin-bottom: 30px;
}

.collaborated-sec .industries-container p {
  font-weight: 600;
}


.counter-sec {
  position: relative;
  background:linear-gradient(0deg, #4590ca 0%, #1373ba 100%);
}


.counter-sec .container {
  position: relative;
  z-index: 1;
  text-align: center;
}

.concepting h1,
h3 {
  font-weight: 300;
  font-size: 4rem;
  color: #000;
}

.concepting h3 {
  font-size: 20px;
  margin-bottom: 50px;
  margin-top: 10px;
  color: #000;

}





.concepting i {
  font-size: 28px;
  color: #1373ba;
  margin-bottom: 0;
}






.footer-sec .footer_contact_form_inner h3 {
  color: #020202;
  font-weight: 400;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 1.4px;
  margin-bottom: 10px !important;
  margin-top: 0 !important;
}

.footer-sec .footer_contact_form_inner p {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 35px;
}


.footer-sec .footer_contact_form_inner button {
  padding: 5px 30px;
  color: #000 !important;
  font-weight: 400 !important;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
}


::placeholder {
  color: #000 !important;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #000 !important;

}


.footer-sec .footer_contact_form_inner .form-control:focus {
  box-shadow: none;
  outline: none;
  border-bottom: 2px solid #1373ba;
}



.footer-sec .footer_contact_form_inner textarea.form-control {
  min-height: calc(6em + .75rem + 2px);
}


.footer-sec .footer_contact_form_inner {
  padding: 30px 20px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 1px 5px 7px rgb(0 0 0 / 33%);
}


.footer-sec .footer-contact-info {
  align-self: center;
}

.footer-contact {
  padding: 50px 0;
  background: #1C1E23;
}




.usa span,
.india span {
  font-weight: 600;
}

.footer-contact h5 {
  font-size: 28px;
}

.footer-contact h5,
address {
  color: #fff;
}

.sameheight .align {
  padding-left: 25px;
  margin-bottom: 30px;
}


.sameheight .align p {
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
  color: #000000;
}

.hero-area .contact_form_inner {
  border-radius: 5px;
  background-color: #fff;
  width: 90%;
  margin: auto;
}

.hero-area .contact_form_inner h3 {
  color: #000;
  font-size: 20px;
}

.hero-area .contact_form_inner input,
textarea,
option,
select {
  background-color: transparent;
  color: #000;
  font-weight: 400;
  border-radius: 0px;
  border-bottom: 1px solid #000000;
  font-size: 14px;
  margin-bottom: 15px;
  height: 50px;
  width: 100%;
}

.hero-area .contact_form_inner h3 {
  margin-top: 0;
}

.hero-area .contact_form_inner textarea {
  min-height: calc(8em + .75rem + 2px);
}

.hero-area .contact_form_inner button {
  padding: 12px 50px;

}

.brands-area .row-1,
.row-2,
.row-3 {
  padding: 50px 0;
}

.brands-area .col-lg-2 {
  padding: 0 30px;
}


.about-sec .align span {
  color: #1373ba;
}

.highlight {
  color: #1373ba;
}



.hero-area {
  /* background-image: url('images/home-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat; */
  background: linear-gradient(270.31deg, #1373ba4a .15%, #ffffff 99.75%);
  mix-blend-mode: normal;
}


.award {
  width: 15%;
}


.clutch-img {
  width: 50%;
}



.quote-button-sec {
  display: flex;
  background: url(./images/flutter-banner-bg.webp);
  padding: 60px;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  mix-blend-mode: luminosity;
}


.quote-button-sec p {
  margin: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  margin-right: 30px;
  line-height: normal;
}

.quote-button-sec a {
  color: #000;
  background: #fff;
}

.home-button-sec {
  margin-bottom: 30px;
}


.home-button-sec .talk-btn,
.port-btn {
  padding: 7px 15px;
  background: #fff;
  border-radius: 5px;
  margin: 0 10px;
  color: #000;
}






.about-button {
  background: linear-gradient(0deg, #4590ca 0%, #1373ba 100%);
  border-radius: 4px;
  font-size: 18px;
  padding: 12px 24px;
  border: none;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  transition: all .5s ease-in-out;
}


.about-button:hover {
  background: radial-gradient(circle at 10% 20%, rgb(0, 0, 0) 0%, rgb(64, 64, 64) 90.2%);
  transition: 0.5s;
}


.about-button a {
  color: #ffffff;
  font-weight: 600;
}

.floating_btn {
  position: fixed;
  bottom: 3px;
  left: -8px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
  color: #222222;
  font-size: 16px;
  font-weight: 700;
}

.about-sec .img {
  background: url(./images/about1.jpg);
  background-size: cover;
}

.features-area .p2 {
  margin-left: 11px;
}

.features-area p {
  margin-top: 10px;
  color: #1373ba;
  font-size: 18px;
  font-weight: 600;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-item-center {
  display: flex;
  align-items: center;
}

.left-block i {
  font-size: 18px;
  color: white;
}

.ml-8 {
  margin-left: 8px;
}

.caption1 {
  font-size: 14px;
  font-weight: 600;
}

.text-white {
  color: white;
}

.ml-28 {
  margin-left: 28px;
}

.describe-sec p {
  font-size: 23px;
  font-weight: 600;
  color: #1C1E23;
  margin: 0px;
  padding: 15px 0px;
  line-height: 38px;
}



video {
  height: 550px;
}

.hero-area .f-contact {
  padding: 30px 30px;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.hero-area .f-contact:before {
  content: '';
  position: absolute;
  width: 200%;
  height: 137px;
  border-radius: 100%;
  top: -40px;
  left: -200px;
  background: aliceblue;
}


.f-contact .contact_form_inner h3 {
  margin-top: 0;
  color: #000;
}


.clutch-img {
  width: 100% !important;
}

.award {
  width: 40% !important;
}

.ios {
  width: 30% !important;
  margin-top: 10px;
}

.Copyright {
  font-size: 16px;
  font-weight: 400;
}




.concepting .concep-card {
  margin-bottom: 10px;
  padding: 10px 0;
  border-bottom: 1px dashed #000;
}

.concepting h5 {
  font-size: 22px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
}

.concepting .concep-card p {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
}


.concepting .heading-wrap p {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 400;
}



header .header-top {
  background: #000000;
  padding: 2px 0px;
}

header .header-top ul {
  gap: 20px;
}

header .header-top ul li i {
  color: #ffffff;
  font-size: 14px;
}

header .navbar-expand-lg .navbar-nav {
  gap: 20px;
}

header .navbar-expand-lg .navbar-nav .nav-link {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
}

header .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #1373ba;
}


.form-control:focus {
  color: var(--bs-body-color);
  background-color: transparent;
  border-color: unset;
  outline: 0;
  box-shadow: unset;
}



section {
  padding: 50px 0px;
}

h3.heading {
  color: #000000;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0;
}


.quote-button-sec h3 {
  line-height: 50px;
}

.brands-area {
  background-color: #fafafa;
}

.brands-area .logos .row {
  gap: 20px;
  align-items: center;
}


.brands-area .logos .item {
  border: 1px solid #ececec;
  padding: 10px 20px;
  margin-right: 20px;
  background: #fff;
}

.brands-area .logos .item img {
  height: 120px;
  object-fit: contain;
}

footer .footer-bottom {
  padding: 02px 0px;
}

footer .footer-bottom p {
  font-weight: 400;
  font-size: 14px;
}

footer .address-sec {
  gap: 40px;
}


.hero-area form textarea,
.hero-area form input,
footer.footer-contact form textarea,
footer.footer-contact form input {
  background-color: transparent;
  color: #000;
  font-weight: 400;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #000000;
  font-size: 14px;
  margin-bottom: 15px;
  width: 100%;
}


footer textarea.form-control {
  min-height: calc(5em + .75rem + calc(var(--bs-border-width)* 2));
}


footer h3.heading {
  font-size: 25px;
}










.phone-slideshow {
  --slides: 9;
  --slide-duration: 2000ms;
}


/* Slideshow Images START */
.phone-slideshow-list li:nth-child(1) {
  background-image: url('images/1.jpg');
  /* PNG */
  background-color: pink;
}

.phone-slideshow-list li:nth-child(2) {
  background-image: url('images/2.jpg');
  /* JPG */
}

.phone-slideshow-list li:nth-child(3) {
  background-image: url('images/3.jpg');
  /* JPG */
}

.phone-slideshow-list li:nth-child(4) {
  background-image: url('images/4.jpg');
  /* JPG */
}

.phone-slideshow-list li:nth-child(5) {
  background-image: url('images/5.jpg');
  /* PNG */
}

.phone-slideshow-list li:nth-child(6) {
  background-image: url('images/6.jpg');
  /* JPG */
}

.phone-slideshow-list li:nth-child(7) {
  background-image: url('images/7.jpg');
  /* PNG */
}

.phone-slideshow-list li:nth-child(8) {
  background-image: url('images/8.jpg');
  /* PNG */
}

.phone-slideshow-list li:nth-child(9) {
  background-image: url('images/9.jpg');
  /* PNG */
}

/* Slideshow Images END */

.phone-slideshow {
  width: 100%;
  height: auto;
  max-width: 264px;
  margin: auto;
  position: relative;
  display: table;
}

.phone-slideshow:before {
  /* Phone Template */
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 206.13%;
  background: #0002;
  background: transparent url('https://www.goodwall.io/sandbox/wp-content/uploads/sites/5/2021/05/iphonex-black.png') no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.phone-slideshow .screen-mask {
  display: block;
  border: 1px solid purple;
  width: auto;
  height: 100%;
  margin: 3%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding-bottom: 199%;
  border-radius: 7%;
}

.phone-slideshow-list {
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(100% * var(--slides));
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  animation-name: phone-slideshow;
  animation-duration: calc(var(--slide-duration) * var(--slides));
  animation-iteration-count: infinite;
  animation-delay: 1s;
}

.phone-slideshow-list li {
  display: block;
  width: calc(100% * var(--slides));
  width: 100%;
  height: 0%;
  padding-bottom: 23.75%;
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.phone-slideshow-list li:first-child {
  z-index: -1;
  animation-name: first-loop;
  animation-duration: calc(var(--slide-duration) * var(--slides));
  animation-iteration-count: infinite;
  animation-delay: 1s;
}


@keyframes phone-slideshow {
  0% {
    left: 0;
  }

  5.5% {
    left: calc(-100%);
  }

  11% {
    left: calc(-100%);
  }

  16.5% {
    left: calc(-100%*2);
  }

  22% {
    left: calc(-100%*2);
  }

  27.5% {
    left: calc(-100%*3);
  }

  33% {
    left: calc(-100%*3);
  }

  38.5% {
    left: calc(-100%*4);
  }

  44% {
    left: calc(-100%*4);
  }

  49.5% {
    left: calc(-100%*5);
  }

  55% {
    left: calc(-100%*5);
  }

  60.5% {
    left: calc(-100%*6);
  }

  66% {
    left: calc(-100%*6);
  }

  71.5% {
    left: calc(-100%*7);
  }

  77% {
    left: calc(-100%*7);
  }

  82.5% {
    left: calc(-100%*8);
  }

  88% {
    left: calc(-100%*8);
  }

  93.5% {
    left: calc(-100%*9);
  }

  99.99% {
    left: calc(-100%*9);
  }

  100% {
    left: 0;
  }
}

@keyframes first-loop {
  0% {
    left: 0;
  }

  47.99% {
    left: 0;
  }

  48% {
    left: calc(100%);
  }

  99.99% {
    left: calc(100%);
  }

  100% {
    left: 0;
  }
}



.cd__intro {
  padding: 60px 30px;
  margin-bottom: 15px;
  flex-direction: column;

}

.cd__intro,
.cd__credit {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #333;
  line-height: 1.5;
  text-align: center;
}

.cd__intro h1 {
  font-size: 18pt;
  padding-bottom: 15px;

}

.cd__intro p {
  font-size: 14px;
}

.cd__action {
  text-align: center;
  display: block;
  margin-top: 20px;
}

.cd__action a.cd__btn {
  text-decoration: none;
  color: #666;
  border: 2px solid #666;
  padding: 10px 15px;
  display: inline-block;
  margin-left: 5px;
}

.cd__action a.cd__btn:hover {
  background: #666;
  color: #fff;
  transition: .3s;
  -webkit-transition: .3s;
}

.cd__action .cd__btn:before {
  font-family: FontAwesome;
  font-weight: normal;
  margin-right: 10px;
}

.down:before {
  content: "\f019"
}

.back:before {
  content: "\f112"
}

.cd__credit {
  padding: 12px;
  font-size: 9pt;
  margin-top: 40px;

}

.cd__credit span:before {
  font-family: FontAwesome;
  color: #e41b17;
  content: "\f004";


}

.cd__credit a {
  color: #333;
  text-decoration: none;
}

.cd__credit a:hover {
  color: #1DBF73;
}

.cd__credit a:hover:after {
  font-family: FontAwesome;
  content: "\f08e";
  font-size: 9pt;
  position: absolute;
  margin: 3px;
}

.cd__main {
  background: #fff;
  padding: 20px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;

}

.cd__main {
  display: flex;
  width: 100%;
}

@media only screen and (min-width: 1360px) {
  .cd__main {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
  }
}


form .error {
  color: red;
  letter-spacing: 0px;
  font-size: 14px;
  top: -10px;
  position: relative;
}





.page {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marvel-device .screen {
  text-align: left;
}

.screen-container {
  height: 100%;
}

img {
  height: inherit;
}

.mySlides {
  display: none;
}



.marvel-device.note8 {
  width: 264px !important;
  height: auto !important;
  background: black;
  border-radius: 34px;
  padding: 25px 10px !important;
}


.marvel-device.note8 .camera {
  height: 14px !important;
  width: 14px !important;
  left: 86px;
  position: absolute;
  top: 7px !important;
  background: #212b36;
  z-index: 1;
  border-radius: 100%;
}









.mobile-app-development-sec {
  background: #b6d4ea;
}


.mobile-app-development-sec img {
  width: 100%;
}

.mobile-app-development-sec h2 {
  text-transform: none;
  font-size: 40px;
  font-weight: 400;
  line-height: 55px;
  letter-spacing: 0;
  margin-bottom: 15px;
}



.mobile-app-development-sec .carousel-control-prev {
  position: absolute;
  top: 50%;
  left: 8%;
  width: 37px;
  height: 37px;
  border-radius: 100%;
  background: #021116;
  opacity: 0.9;
  z-index: 2;
  border: none;
  outline: none;
  text-align: center;
  transition: background 0.25s linear;
  text-indent: -9999px;
  transition: all 0.25s linear;
}

.mobile-app-development-sec .carousel-inner {
  padding: 0px 15%;
}



.mobile-app-development-sec .carousel-control-prev-icon {
  height: 1rem;
  width: 1.5rem;
}

.mobile-app-development-sec .carousel-control-next-icon {
  height: 1rem;
  width: 1.5rem;
}

.mobile-app-development-sec .carousel-control-next {
  position: absolute;
  top: 50%;
  right: 8%;
  width: 37px;
  height: 37px;
  border-radius: 100%;
  background: #021116;
  opacity: 0.9;
  z-index: 2;
  border: none;
}

.mobile-app-development-sec .row {
  align-items: center;
}

.mobile-app-development-sec .carousel-control-next:hover {
  background-color: #1373ba;
}

.mobile-app-development-sec .carousel-control-prev:hover {
  background-color: #1373ba;
}

.thank-you-sec .top-border {
  height: 0.5rem;
  background: linear-gradient(0deg, #4590ca 0%, #1373ba 100%);
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

.thank-you-sec .row {
  padding: 2rem;
}

.thank-you-sec .container {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  border-radius: 1rem;
  padding: 0px;
  background-color: #ffff;
}

.thank-you-sec {
  background-color: #fafafa;
}



.mobile-app-development-sec h3.heading {
  margin-bottom: 15px;
}

.thank-you-btns {
  gap: 20px;
}




.button {
  background: radial-gradient(circle at 10% 20%, rgb(0, 0, 0) 0%, rgb(64, 64, 64) 90.2%);
  padding: 14px 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: none;
  letter-spacing: .1rem;
  border-radius: 30px;
  transition: all .5s ease-in-out;
}


.button1 {
  background: linear-gradient(0deg, #4590ca 0%, #1373ba 100%);
  padding: 14px 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: none;
  letter-spacing: .1rem;
  border-radius: 30px;
}

.about-sec .content {
  padding: 50px;
  background: #f7f7f7;
}

.about-sec .button1 {
  text-decoration: none;
}


.features-area .card {
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto 20px;
  padding: 20px;
  width: 100%;
  box-shadow: 0 5px 20px 1px rgba(80, 193, 233, .15);
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  transition: all .5s ease-in-out;
}

.features-area .card.active,
.card:hover {
  filter: drop-shadow(0 5px 11px rgba(180, 180, 180, .4));
}

.collaborated-sec .features-list {
  gap: 0 30px;
}

.collaborated-sec .card {
  border-radius: 100px;
  overflow: hidden;
  margin: 0 auto 15px;
  padding: 12px;
  box-shadow: 0 5px 20px 1px rgba(80, 193, 233, .15);
  transition: all .5s ease-in-out;
  border: 0;

}


.collaborated-sec .card .card-title {
  background: #fff;
  display: flex;
  flex-flow: row;
  align-items: center;
  margin: 0;
  gap: 20px;
}

.collaborated-sec .card .card-title img {
  filter: invert(1);
  width: 35px;
  height: 35px;
}

.collaborated-sec .card .card-title p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.collaborated-sec .card .card-title .image {
  background: linear-gradient(0deg, #4590ca 0%, #1373ba 100%);
  border-radius: 50px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.testimonials {
  background-color: #fafafa;
}

.testimonials .testimonials-sec .testimonials-slider .card {
  border: 0;
  background: 0 0;
}

.testimonials .testimonials-sec .testimonials-slider .card .card-body {
  box-shadow: 0 5px 20px 1px rgba(80, 193, 233, .15);
  border-radius: 20px;
  padding: 20px 30px 0px 30px;
  background: #fff;
  height: 258px;
  display: flex;
  flex-direction: column;
}

.testimonials .testimonials-sec .testimonials-slider .card .card-body .card-title {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1373ba;
}

.testimonials .testimonials-sec .testimonials-slider .card .card-body .card-title span {
  color: #000;
  display: block;
  padding: 5px 0;
}

.testimonials .testimonials-sec .testimonials-slider .card .card-body .quote {
  color: #1373ba;
  font-size: 40px;
}

.testimonials .testimonials-sec .testimonials-slider .card .card-body q {
  font-weight: 500;
  margin-bottom: 12px;
  display: inline-block;
}

.testimonials h3 {
  padding-left: 20px;
}

.testimonials-slider {
  padding: 20px;
}

.testimonials .testimonials-sec .testimonials-slider .card:hover {
  filter: none;
}

.text-gradient {
  background: -webkit-linear-gradient(0deg, #4590ca 0%, #1373ba 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.concepting .box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
}

.concepting .box .box-icon {
  width: 50px;
  height: 40px;
  background: #fff;
  TEXT-ALIGN: CENTER;
  LINE-HEIGHT: 43PX;
  BORDER-RADIUS: 50PX;
  box-shadow: 0 8px 29px rgba(0, 0, 0, .1);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}


.concepting .box .text h5 {
  font-size: 20px;
  font-weight: 700;
}

.concepting .box .text p {
  font-weight: 400;
}

.concepting .row {
  align-items: center;
}

.footer-contact .left-block i {
  font-size: 25px;
}

.about-sec .button1:hover {
  background: radial-gradient(circle at 10% 20%, rgb(0, 0, 0) 0%, rgb(64, 64, 64) 90.2%);
}

.hero-area .f-contact h3.heading {
  position: relative;
}

.hero-area ul {
  list-style: none;
  padding-left: 0px;
}


.hero-area ul li i {
  color: #1373ba;
  font-size: 20px;
}

.hero-area ul li {
  color: #1C1E23;
  display: flex;
  align-items: baseline;
  gap: 15px;
  font-size: 19px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 5px;
}


#contact-us .f-contact {
  padding: 30px 30px;
  border-radius: 10px;
  background-color: #fff;
}

.quote-button-sec .about-button:hover{
  color: #000;
  background: #fff;
}

.collaborated-sec img{
  height: 545px;
}
.concepting .box{
  gap:30px;
}

.concepting .heading-wrap {
 margin-bottom: 20px !important;
} 

.concepting i{
  font-size: 20px;
  
}


.about-sec{
  padding: 0;
}




.center-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.center-text.colored {
  color: #C7E5FF;
}

.center-text p {
  margin-bottom: 30px;
}

.card-box {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  background: linear-gradient(#ffffff 50%, #2c7bfe 50%);
  background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
}
.card-box h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1f194c;
  margin: 1em 0;
  text-align: center;
}

.card-box .icon-wrapper {
  background:linear-gradient(0deg, #4590ca 0%, #1373ba 100%);
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
}

#our-services .btn{
  background: transparent;
  border: transparent;
}

.modal-content i{
  position: absolute;
    right: -10px;
    top: -4px;
    font-size: 30px;
    cursor: pointer;
}

.modal-content .heading{
  font-size: 31px;
  line-height: 35px;
  margin: 12px 0 20px 0;
}

.modal-content img{
  border-radius: 10px;
  height: 273px;
  object-fit: cover;
}

.modal-content .inner-content{
  padding:20px 35px 0 25px;
}

.modal-content form button{
  width: 100%;
  border-radius: 40px;
}

.modal-content form .contact_form_inner .form-control{
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #ccc;
}
.modal-content form .contact_form_inner .form-control:focus{
  box-shadow: none;
  outline: none;
  border-bottom: 2px solid #1373ba;
}
.modal-content form .contact_form_inner .form-control::placeholder{
  font-size: 13px;
  letter-spacing: 1px;
}

.modal-content form .contact_form_inner textarea{
  min-height: 68px !important;
}

.modal-content p{
  font-weight: 600;
}


