main a.btn:hover {
  color: white;
}

.btn {
  background-color: #465976;
}

.prem__item-img {
  background-color: #465976;
}
  body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  p {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 400;
    color: #7a7a7a;
    line-height: 30px;
  }
  a {
    text-decoration: none!important;
  }
  ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  h1,h2,h3,h4,h5,h6 {
    margin: 0px;
  }

  .main-button a {
    display: inline-block;
    background-color: #407ef4;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 12px 20px;
    text-transform: uppercase;
    transition: all .3s;
  }

  .main-button a:hover {
    background-color: #b2cbfc;
  }

  .heading-page {
    padding-top: 110px;
  }

  .page-heading {
    margin: 0px 10px;
    padding: 120px 0px;
    text-align: left;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/heading-bg.jpg);
  }

  .page-heading .text-content h4 {
    color: #407ef4;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
  }

  .page-heading .text-content h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  #preloader {
    overflow: hidden;
    background: #407ef4;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 9999999;
    color: #fff;
  }

  #preloader .jumper {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    margin: auto;
    width: 50px;
    height: 50px;
  }

  #preloader .jumper > div {
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    opacity: 0;
    width: 50px;
    height: 50px;
    -webkit-animation: jumper 1s 0s linear infinite;
    animation: jumper 1s 0s linear infinite;
  }

  #preloader .jumper > div:nth-child(2) {
    -webkit-animation-delay: 0.33333s;
    animation-delay: 0.33333s;
  }

  #preloader .jumper > div:nth-child(3) {
    -webkit-animation-delay: 0.66666s;
    animation-delay: 0.66666s;
  }

  @-webkit-keyframes jumper {
    0% {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    5% {
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
  }

  @keyframes jumper {
    0% {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    5% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }


  /* Header Style */
  header {
   /*position: absolute;
    z-index: 99999;*/
    width: 100%;
    height: 100px;
    background-color: #f7f7f7;
    -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
  }
  header .navbar {
    padding: 25px 0px;
  }
  .background-header .navbar {
    padding: 17px 0px;
  }
  .background-header {
    top: 0;
    height: 80px;
    position: fixed;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
  }
  .background-header .navbar-brand h2 {
    color: #121212!important;
  }
  .background-header .navbar-nav a.nav-link {
    color: #1e1e1e!important;
  }
  .background-header .navbar-nav .nav-link:hover,
  .background-header .navbar-nav .active>.nav-link,
  .background-header .navbar-nav .nav-link.active,
  .background-header .navbar-nav .nav-link.show,
  .background-header .navbar-nav .show>.nav-link {
    color: #407ef4!important;
  }
  .navbar .navbar-brand {
    float:  left;
    margin-top: -12px;
    outline: none;
  }
  .navbar .navbar-brand h2 {
    color: #1e1e1e;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 900;
    -webkit-transition: all .3s ease 0s;
      -moz-transition: all .3s ease 0s;
      -o-transition: all .3s ease 0s;
      transition: all .3s ease 0s;
  }
  .navbar .navbar-brand h2 em {
    font-size: 44px;
    font-style: normal;
    color: #407ef4;
  }
  #navbarResponsive {
    z-index: 999;
  }
  .navbar-collapse {
    text-align: center;
  }
  .navbar .navbar-nav .nav-item {
    margin: 0px 15px;
  }
  .navbar .navbar-nav a.nav-link {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #1e1e1e;
    transition: all 0.3s;
  }
  .navbar .navbar-nav .nav-link:hover,
  .navbar .navbar-nav .active>.nav-link,
  .navbar .navbar-nav .nav-link.active,
  .navbar .navbar-nav .nav-link.show,
  .navbar .navbar-nav .show>.nav-link {
    color: #407ef4;
  }
  .navbar .navbar-toggler-icon {
    background-image: none;
  }
  .navbar .navbar-toggler {
    border-color: #fff;
    background-color: #407ef4;  
    height: 46px;
    outline: none;
    border-radius: 0px;
    position: absolute;
    right: 30px;
    top: 25px;
  }
  .navbar .navbar-toggler-icon:after {
    content: '\f0c9';
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-family: 'FontAwesome';
  }



  /* Banner Style */
  .main-banner .container-fluid {
    padding: 0px 10px;
    margin-bottom: -24px;
  }
  .owl-banner {
    padding-top: 110px;
  }

  .owl-banner .item {
    position: relative;
  }

  .owl-banner .item .item-content {
    position: absolute;
    bottom: 40px;
    left: 40px;
  }

  .owl-banner .item .item-content .meta-category span {
    color: #407ef4;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.25px;
  }

  .owl-banner .item .item-content h4 {
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin: 10px 0px 12px 0px;
  }

  .owl-banner .item .item-content ul li {
    display: inline-block;
    margin-right: 8px;
  }

  .owl-banner .item .item-content ul li:after {
    content: '|';
    color: #fff;
    margin-left: 8px;
  }

  .owl-banner .item .item-content ul li:last-child::after {
    display: none;
  }

  .owl-banner .item .item-content ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    transition: all .3s;
  }

  .owl-banner .item .item-content ul li a:hover {
    color: #407ef4;
  }

  .owl-banner .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
  }

  .owl-banner .owl-nav .owl-prev {
    position: absolute;
    left: 40px;
  }

  .owl-banner .owl-nav .owl-next {
    position: absolute;
    right: 40px;
  }

  .owl-banner .owl-nav button {
    outline: none;
  }

  .owl-banner .owl-nav button span {
    color: #fff;
    font-size: 36px;
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    background-color: rgba(250,250,250,0.3);
  }


  /* Call To Action */

  .call-to-action {
    margin-top: 100px;
  }

  .call-to-action .main-content {
    padding: 40px;
    background-image: url(../images/cta-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .call-to-action .main-content span {
    color: #407ef4;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.5px;
  }

  .call-to-action .main-content h4 {
    margin-bottom: 0px;
    margin-top: 12px;
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 0.25px;
  }

  .call-to-action .main-content .main-button {
    text-align: right;
    margin-top: 12px;
  }



  /* Blog Posts */

  .blog-posts {
    margin-top: 20px;
  }

  .blog-posts .blog-post {
    margin-bottom: 30px;
  }

  .blog-posts .blog-thumb img {
    width: 100%;
    overflow: hidden;
  }

  .blog-posts .down-content {
    padding: 40px;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #f7f7f7;
  }

  .blog-posts .down-content span {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 900;
    color: #407ef4;
  }

  .blog-posts .down-content h4 {
    font-size: 24px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-weight: 900;
    color: #20232e;
    margin: 10px 0px 12px 0px;
  }

  .blog-posts .down-content ul.post-info li {
    display: inline-block;
    margin-right: 8px;
  }

  .blog-posts .down-content ul.post-info li:after {
    content: '|';
    color: #aaa;
    margin-left: 8px;
  }

  .blog-posts .down-content h4 {
    font-size: 20px;
    letter-spacing: 0.25px;
  }

  .grid-system .down-content ul.post-info li {
    margin-right: 3px;
  }

  .grid-system .down-content ul.post-info li:after {
    margin-left: 5px;
  }

  .blog-posts .down-content ul.post-info li:last-child::after {
    display: none;
  }

  .blog-posts .down-content ul.post-info li a {
    font-size: 14px;
    color: #aaa;
    font-weight: 400;
    transition: all .3s;
  }

  .blog-posts .down-content ul.post-info li a:hover {
    color: #407ef4;
  }

  .blog-posts .down-content p {
    padding: 25px 0px;
    margin: 25px 0px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }

  .blog-posts .down-content ul.post-share {
    text-align: right;
  }

  .blog-posts .down-content ul.post-tags li,
  .blog-posts .down-content ul.post-share li {
    display: inline-block;
  }

  .blog-posts .down-content ul.post-tags li:first-child i,
  .blog-posts .down-content ul.post-share li:first-child i {
    color: #407ef4;
    margin-right: 5px;
  }

  .blog-posts .down-content ul.post-tags li,
  .blog-posts .down-content ul.post-share li {
    color: #aaa;
  }

  .blog-posts .down-content ul.post-tags li a,
  .blog-posts .down-content ul.post-share li a {
    font-size: 14px;
    color: #aaa;
    font-weight: 400;
    transition: all .3s;
  }

  .blog-posts .down-content ul.post-tags li a:hover,
  .blog-posts .down-content ul.post-share li a:hover {
    color: #407ef4;
  }

  .blog-posts .main-button a {
    height: 60px;
    line-height: 60px;
    padding: 0px;
    width: 100%;
    text-align: center;
  }

  ul.page-numbers {
    text-align: center;
  }

  ul.page-numbers li {
    display: inline-block;
    margin: 0px 5px;
  }

  ul.page-numbers li a {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    color: #7a7a7a;
    border: 1px solid #eee;
    font-weight: 500;
    transition: all 0.3s;
  }

  ul.page-numbers li.active a {
    background-color: #407ef4;
    border-color: #407ef4;
    color: #fff;
  }

  ul.page-numbers li a:hover {
    color: #407ef4;
  }

  .blog-posts .sidebar-heading h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.5px;
    color: #20232e;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }

  .blog-posts .comments {
    margin-top: 30px;
  }

  .blog-posts .comments ul li {
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
  }

  .blog-posts .comments ul li.replied {
    padding-left: 130px;
  }

  .blog-posts .comments ul li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
  }

  .blog-posts .comments ul li .author-thumb {
    display: inline;
    float: left;
  }

  .blog-posts .comments ul li .author-thumb img {
    max-width: 100px;
    display: inline;
  }

  .blog-posts .comments ul li .right-content {
    margin-left: 130px;
  }

  .blog-posts .comments ul li .right-content h4 {
    color: #20232e;
    font-size: 19px;
    font-weight: 900;
    letter-spacing: 0.5px;
  }

  .blog-posts .comments ul li .right-content h4 span {
    font-size: 14px;
      color: #aaa;
    font-weight: 400;
    letter-spacing: 0.25px;
    margin-left: 20px;
  }

  .blog-posts .submit-comment {
    margin-top: 60px;
  }

  .blog-posts .submit-comment input {
    width: 100%;
    height: 46px;
    border: 1px solid #eee;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #7a7a7a;
    outline: none;
    padding: 0px 15px;
    margin-bottom: 30px;
  }

  .blog-posts .submit-comment textarea {
    width: 100%;
    height: 46px;
    border: 1px solid #eee;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #7a7a7a;
    outline: none;
    padding: 10px 15px;
    margin-bottom: 30px;
    height: 180px;
    max-height: 220px;
    max-width: 100%;
    min-width: 160px;
  }

  .blog-posts .submit-comment input::placeholder,
  .blog-posts .submit-comment textarea::placeholder {
    color: #aaa;
  }

  .blog-posts .submit-comment button {
    display: inline-block;
    background-color: #407ef4;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 12px 20px;
    text-transform: uppercase;
    transition: all .3s;
    border: none;
    outline: none;
  }

  .blog-posts .submit-comment button:hover {
    background-color: #fb9857;
  }

  /* Sidebar */

  .sidebar {
    margin-left: 30px;
  }

  .sidebar .sidebar-item {
    margin-top: 50px;
  }

  .sidebar .search {
    margin-top: 0px;
  }

  .sidebar .sidebar-heading h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.5px;
    color: #20232e;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }

  .sidebar .search input {
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    font-size: 13px;
    /*text-transform: uppercase;*/
    font-weight: 500;
    color: #7a7a7a;
    outline: none;
    padding: 0px 15px;
  }

  .sidebar .search input::placeholder {
    color: #aaa;
  }

  .sidebar .recent-posts ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
  }

  .sidebar .recent-posts ul li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
  }

  .sidebar .recent-posts ul li h5 {
    font-size: 19px;
    font-weight: 900;
    color: #20232e;
    line-height: 30px;
    transition: all 0.3s;
  }

  .sidebar .recent-posts ul li h5:hover {
    color: #407ef4;
  }

  .sidebar .recent-posts ul li span {
    display: block;
    font-size: 14px;
    color: #aaa;
    margin-top: 8px;
  }

  .sidebar .categories ul li {
    margin-bottom: 15px;
  }

  .sidebar .categories ul li:last-child {
    margin-bottom: 0px;
  }

  .sidebar .categories ul li a {
    font-size: 15px;
    font-weight: 700;
    color: #20232e;
    transition: all .3s;
  }

  .sidebar .categories ul li a:hover {
    color: #407ef4;
  }

  .sidebar .tags ul li {
    margin-right: 6px;
    display: inline-block;
  }

  .sidebar .tags ul li {
    margin-bottom: 10px;
  }

  .sidebar .tags ul li a {
    font-size: 15px;
    font-weight: 500;
    color: #aaa;
    display: inline-block;
    border: 1px solid #eee;
    padding: 10px 18px;
    transition: all .3s;
  }

  .sidebar .tags ul li a:hover {
    background-color: #407ef4;
    border-color: #407ef4;
    color: #fff;
  }


  /* Footer */

  footer {
    margin-top: 100px;
    text-align: center;
    background-color: #20232e;
    padding: 60px 0px;
  }

  footer ul.social-icons {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid rgba(250,250,250,0.15);
  }

  footer ul.social-icons li {
    display: inline-block;
    margin-right: 30px;
  }

  footer ul.social-icons li:after {
    content: "|";
    color: #fff;
    margin-left: 30px;
  }

  footer ul.social-icons li:last-child {
    margin-right: 0px;
  }

  footer ul.social-icons li:last-child::after {
    display: none;
  }

  footer ul.social-icons li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.25px;
    transition: all .3s;
  }

  footer ul.social-icons li a:hover {
    color: #407ef4;
  }

  footer p {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
  }

  footer p a {
    color: #407ef4;
  }

  footer p a:hover {
    color: #407ef4;
  }


  /* Contact Form */

  .contact-us .down-contact,
  .contact-us #map {
    margin-top: 80px;
  }

  .contact-us .sidebar-heading h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.5px;
    color: #20232e;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }

  .contact-us .contact-form input {
    width: 100%;
    height: 46px;
    border: 1px solid #eee;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #7a7a7a;
    outline: none;
    padding: 0px 15px;
    margin-bottom: 30px;
  }

  .contact-us .contact-form textarea {
    width: 100%;
    height: 46px;
    border: 1px solid #eee;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #7a7a7a;
    outline: none;
    padding: 10px 15px;
    margin-bottom: 30px;
    height: 180px;
    max-height: 220px;
    max-width: 100%;
    min-width: 160px;
  }

  .contact-us .contact-form input::placeholder,
  .contact-us .contact-form textarea::placeholder {
    color: #aaa;
  }

  .contact-us .contact-form button {
    display: inline-block;
    background-color: #407ef4;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 12px 20px;
    text-transform: uppercase;
    transition: all .3s;
    border: none;
    outline: none;
  }

  .contact-us .contact-form button:hover {
    background-color: #fb9857;
  }

  .contact-us .contact-information {
    margin-left: 30px;
  }

  .contact-us .contact-information ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
  }

  .contact-us .contact-information ul li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
  }

  .contact-us .contact-information ul li h5 {
    font-size: 19px;
    font-weight: 900;
    color: #20232e;
    line-height: 30px;
  }

  .contact-us .contact-information ul li span {
    display: block;
    font-size: 14px;
    color: #aaa;
    margin-top: 8px;
  }


  /* About Us */

  .about-us {
    margin-top: 100px;
    text-align: center;
  }

  .about-us img {
    width: 100%;
    overflow: hidden;
  }

  .about-us p {
    margin: 40px 0px;
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
  }

  .about-us ul li {
    display: inline-block;
    margin: 0px 5px;
  }

  .about-us ul li a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    background-color: #212931;
    color: #fff;
    border-radius: 50%;
    transition: all .3s;
  }

  .about-us ul li a:hover {
    background-color: #407ef4;
  }


  /* Responsive Style */
  @media (max-width: 1250px) {
    .owl-banner .owl-nav .owl-prev {
      left: 0px;
    }
    .owl-banner .owl-nav .owl-next {
      right: 0px;
    }
    .owl-banner .owl-nav button span {
      width: 35px;
    }
    .owl-banner .item .item-content .meta-category span {
      font-size: 16px;
    }
    .owl-banner .item .item-content h4 {
      font-size: 20px;
    }
  }
  @media (max-width: 768px) {
    .owl-banner .owl-nav {
      display: none;
    }
  }

  @media (max-width: 992px) {
    .navbar .navbar-brand {
      position: absolute;
      left: 30px;
      top: 25px;
    }
    .background-header .navbar-brand,
    .background-header .navbar-toggler {
      top: 15px;
    }
    .navbar .navbar-brand {
      width: auto;
    }
    .navbar:after {
      display: none;
    }
    #navbarResponsive {
        z-index: 99999;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        text-align: center;
        background-color: #fff;
        box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
    }
    .navbar .navbar-nav .nav-item {
      border-bottom: 1px solid #eee;
    }
    .navbar .navbar-nav .nav-item:last-child {
      border-bottom: none;
    }
    .navbar .navbar-nav a.nav-link {
      padding: 15px 0px;
      color: #1e1e1e!important;
    }
    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .active>.nav-link,
    .navbar .navbar-nav .nav-link.active,
    .navbar .navbar-nav .nav-link.show,
    .navbar .navbar-nav .show>.nav-link {
      color: #407ef4!important;
      border-bottom: none!important;
      padding-bottom: 15px;
    }
    .owl-banner .item .item-content .meta-category span {
      font-size: 18px;
    }
    .owl-banner .item .item-content {
      text-align: center;
      width: 80%;
      left: 50%;
      top: 50%;
      bottom: auto;
      transform: translate(-50%,-50%);
    }
    .owl-banner .item .item-content h4 {
      font-size: 24px;
    }
    .call-to-action {
      text-align: center;
    }
    .call-to-action .main-content .main-button {
      text-align: center;
      margin-top: 30px;
    }
    .sidebar {
      margin-left: 0px;
      margin-top: 60px;
      padding-top: 60px;
      border-top: 3px solid #f7f7f7;
    }
    .contact-us .contact-information {
      margin-left: 0px;
      margin-top: 60px;
    }

    .page-item.active .page-link {
        z-index: 1;
        color: #fff;
        background-color: #407ef4!important;
        border-color: #407ef4!important; 
    }
  }


  @font-face {
      font-family: "DrukTextWide";
      src: url("DrukTextWideMedium.woff2") format("woff2"),url("DrukTextWideMedium.woff") format("woff"),url("DrukTextWideMedium.ttf") format("ttf");
      font-weight: 500;
      font-style: normal
  }

  @font-face {
      font-family: "Mon";
      src: url("Montserrat-Bold.woff2") format("woff2"),url("Montserrat-Bold.woff") format("woff"),url("Montserrat-Bold.ttf") format("ttf");
      font-weight: 600;
      font-style: normal
  }

  @font-face {
      font-family: "Mon";
      src: url("Montserrat-Medium.woff2") format("woff2"),url("Montserrat-Medium.woff") format("woff"),url("Montserrat-Medium.ttf") format("ttf");
      font-weight: 500;
      font-style: normal
  }

  @font-face {
      font-family: "Mon";
      src: url("Montserrat-Regular.woff2") format("woff2"),url("Montserrat-Regular.woff") format("woff"),url("Montserrat-Regular.ttf") format("ttf");
      font-weight: 400;
      font-style: normal
  }

  html {
      box-sizing: border-box;
      scroll-behavior: smooth
  }

  *,*::after,*::before {
      box-sizing: inherit
  }

  ul[class],ol[class] {
      padding: 0
  }

  body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,figure,figcaption,blockquote,dl,dd {
      margin: 0
  }

  ul[class] {
      list-style: none
  }

  img {
      max-width: 100%;
      display: block
  }

  input,button,textarea,select {
      font: inherit
  }

  a {
      text-decoration: none
  }

  .footer__text,.vers__item-title,.preview__boxelem-tor span,.preview__numb,.preview__title,.header__nav-link,.title {
      font-family: "DrukTextWide",sans-serif;
      font-weight: 500
  }

  .rev__cl,.preview__boxelem-tor {
      font-family: "Mon",sans-serif;
      font-weight: 500
  }

  .rev__au,.inst__text h3,.preview__boxelem-tor-link span,.header__nav-brolink {
      font-family: "Mon",sans-serif;
      font-weight: 600
  }

  body {
      font-family: "Mon",sans-serif;
      font-weight: 500
  }

  .container {
      max-width: 1250px;
      padding: 0 10px;
      margin: 0 auto
  }

  .title {
      text-transform: uppercase;
      font-size: 20px
  }

  .header.header--active .header__nav {
      transform: translateY(0);
      opacity: 1
  }

  .header.header--active .header__btn span {
      transform: translateY(0);
      background-color: #465976
  }

  .header.header--active .header__btn span:nth-child(1) {
      transform: rotate(45deg)
  }

  .header.header--active .header__btn span:nth-child(2) {
      scale: 0
  }

  .header.header--active .header__btn span:nth-child(3) {
      transform: rotate(-45deg)
  }

  .inst__item.inst__item--active .inst__step {
      background-color: #ebf3ff
  }

  .inst__item.inst__item--active .inst__step::after {
      transform: rotate(180deg);
      top: 18px
  }

  .inst__item.inst__item--active .inst__text {
      display: block
  }

  .slick-slider {
      position: relative;
      display: block;
      box-sizing: border-box;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -ms-touch-action: pan-y;
      touch-action: pan-y;
      -webkit-tap-highlight-color: rgba(0,0,0,0)
  }

  .slick-list {
      position: relative;
      overflow: hidden;
      display: block;
      margin: 0;
      padding: 0
  }

  .slick-list:focus {
      outline: none
  }

  .slick-list.dragging {
      cursor: pointer;
      cursor: hand
  }

  .slick-slider .slick-track,.slick-slider .slick-list {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }

  .slick-track {
      position: relative;
      left: 0;
      top: 0;
      display: block;
      margin-left: auto;
      margin-right: auto
  }

  .slick-track:before,.slick-track:after {
      content: "";
      display: table
  }

  .slick-track:after {
      clear: both
  }

  .slick-loading .slick-track {
      visibility: hidden
  }

  .slick-slide {
      float: left;
      height: 100%;
      min-height: 1px;
      display: none
  }

  [dir=rtl] .slick-slide {
      float: right
  }

  .slick-slide img {
      display: block
  }

  .slick-slide.slick-loading img {
      display: none
  }

  .slick-slide.dragging img {
      pointer-events: none
  }

  .slick-initialized .slick-slide {
      display: block
  }

  .slick-loading .slick-slide {
      visibility: hidden
  }

  .slick-vertical .slick-slide {
      display: block;
      height: auto;
      border: 1px solid rgba(0,0,0,0)
  }

  .slick-arrow.slick-hidden {
      display: none
  }

  .slick-dots button {
      background-color: rgba(0,0,0,0);
      border: none;
      background-color: #a0a8b5;
      border: 50px;
      height: 2px;
      width: 15px;
      font-size: 0
  }

  .slick-dots {
      display: flex;
      margin-top: 15px;
      gap: 10px;
      align-items: center;
      justify-content: center
  }

  .slick-active button {
      background-color: #465976;
      height: 3px;
      width: 20px
  }

  .header {
      width: 100%;
      position: sticky;
      z-index: 999;
      background-color: #fff;
      top: 0;
      left: 0;
      right: 0
  }

  .header__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 10px 0
  }

  .header__logo {
      position: relative;
      z-index: 997;
      max-width: 150px
  }

  .header__logo img {
      width: 100%;
      height: 100%
  }

  .header__btn {
      background-color: rgba(0,0,0,0);
      position: relative;
      z-index: 997;
      border: none;
      width: 31px;
      height: 30px;
      position: relative;
      cursor: pointer
  }

  .header__btn span {
      position: absolute;
      -webkit-transition: all .4s;
      transition: all .4s;
      border-radius: 20px;
      background-color: #313131;
      right: 0px;
      width: 31px;
      height: 2px
  }

  .header__btn span:nth-child(1) {
      -webkit-transform: translateY(-7px);
      -ms-transform: translateY(-7px);
      transform: translateY(-7px)
  }

  .header__btn span:nth-child(2) {
      width: 21px
  }

  .header__btn span:nth-child(3) {
      -webkit-transform: translateY(7px);
      -ms-transform: translateY(7px);
      transform: translateY(7px)
  }

  .header__nav {
      position: absolute;
      z-index: 996;
      background-color: rgba(255,255,255,.98);
      min-height: 100vh;
      -webkit-transition: all .4s;
      transition: all .4s;
      -webkit-transform: translateY(-150%);
      -ms-transform: translateY(-150%);
      transform: translateY(-150%);
      top: 0;
      left: 0;
      right: 0;
      opacity: 0;
      padding-top: 85px;
      padding-left: 10px;
      padding-right: 10px
  }

  .header__nav a {
      color: #000
  }

  .header__nav-item {
      margin-bottom: 40px
  }

  .header__nav-link {
      text-transform: capitalize;
      font-size: 20px
  }

  .header__nav-broitem {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      border-top: 1px solid #a0a8b5;
      padding-top: 40px;
      gap: 26px
  }

  .header__nav-brolink {
      text-transform: uppercase;
      font-size: 17px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 20px
  }

  .preview {
      margin-bottom: 30px
  }

  .preview__boxtitle {
      position: relative;
      padding: 50px 10px 20px 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-color: #fff;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      z-index: 2;
      margin-bottom: 47px
  }

  .preview__boxtitle svg {
      position: absolute;
      border-radius: 0 0 30px 30px;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      z-index: 1
  }

  .preview__title {
      text-transform: uppercase;
      position: relative;
      z-index: 2;
      text-align: center;
      font-size: 34px;
      margin-bottom: 34px
  }

  .preview__subtitle {
      text-align: center;
      margin-bottom: 85px;
      position: relative;
      z-index: 2
  }

  .preview__link {
      text-transform: uppercase;
      color: #000;
      background-color: #fff;
      position: relative;
      z-index: 2;
      border: 1px solid #000;
      border-radius: 32px;
      display: block;
      text-align: center;
      padding: 21px 0;
      margin: 0 auto;
      width: 270px
  }

  .preview__boxelem {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
  }

  .preview__boxelem-item {
      border: 1px solid #000;
      width: 300px;
      margin: 0 auto;
      height: 142px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-left: 24px;
      border-radius: 20px;
      font-size: 15px;
      gap: 12px;
      margin-bottom: 20px;
  }

  .preview__boxelem-item img {
      width: 107px;
      height: 87px
  }

  .preview__boxelem-item:nth-child(1) {
      background-color: #ebf3ff
  }

  .preview__boxelem-item:nth-child(2) {
      position: relative;
      margin-bottom: 24px
  }

  .preview__boxelem-item:nth-child(2)::after {
      content: url("logomini.svg");
      position: absolute;
      width: 32px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 32px;
      background-color: #000;
      border-radius: 50%;
      top: -2px;
      right: -1px
  }

  .preview__numb {
      font-size: 30px;
      width: 107px
  }

  .preview__boxelem-tor {
      width: 300px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 32px;
      padding: 30px;
      background-color: #465976;
      border-radius: 28px;
      margin: 0 auto
  }

  .preview__boxelem-tor span {
      font-size: 25px;
      color: #fff
  }

  .preview__boxelem-tor-link {
      background-color: #fff;
      border-radius: 32px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 15px;
      padding: 22px 0px 22px 30px
  }

  .preview__boxelem-tor-link span {
      color: #000;
      text-transform: uppercase;
      font-size: 16px
  }

  .aba {
      position: relative;
      padding-bottom: 200px;
      overflow: hidden;
      margin-bottom: 60px
  }

  .aba::before {
      content: url("zvezd.svg");
      position: absolute;
      left: 30px;
      top: 30px
  }

  .aba::after {
      content: url("line.svg");
      position: absolute;
      bottom: 10px;
      right: -70px
  }

  .aba__inner {
      text-align: center;
      padding-top: 103px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center
  }

  .aba__title {
      margin-bottom: 30px
  }

  .aba__subtitle {
      letter-spacing: 1px
  }

  .aba__subtitle-one {
      margin-bottom: 34px
  }

  .aba__subtitle-two {
      margin-bottom: 64px
  }

  .aba__link {
      color: #000;
      width: 300px;
      border: 1px solid #000;
      padding: 21px 105px;
      border-radius: 32px;
      text-transform: uppercase
  }

  .vers {
      margin-bottom: 90px
  }

  .vers__title {
      margin-bottom: 40px
  }

  .vers__box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
  }

  .vers__item {
      text-align: start
  }

  .vers__item-img {
      margin: 0 auto;
      margin-bottom: 25px;
      width: 130px;
      height: 102px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center
  }

  .vers__item-title {
      font-size: 17px;
      margin-bottom: 15px
  }

  .vers__item-text {
      font-size: 15px;
      letter-spacing: .5px;
      line-height: 145%;
      margin-bottom: 40px
  }

  .vers__btn {
      display: block;
      text-align: start;
      position: relative;
      color: #000;
      text-transform: uppercase;
      border: 2px solid #000;
      padding: 22px 10px 22px 45px;
      border-radius: 32px;
      width: 300px;
      margin: 0 auto
  }

  .vers__btn::after {
      content: url("arrowrigth.svg");
      position: absolute;
      top: 15px;
      right: 40px
  }

  .inst {
      margin-bottom: 90px
  }

  .inst__title {
      margin-bottom: 50px
  }

  .inst__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 7px
  }

  .inst__step {
      position: relative;
      font-size: 14px;
      border: 2px solid #000;
      padding: 22px 20px;
      border-radius: 25px;
      text-transform: uppercase;
      position: relative;
      z-index: 2;
      background-color: #fff;
      -webkit-transition: all .4s;
      transition: all .4s
  }

  .inst__step span {
      display: none
  }

  .inst__step::after {
      content: url("arrowdown.svg");
      position: absolute;
      right: 20px;
      top: 22px;
      -webkit-transition: all .4s;
      transition: all .4s
  }

  .inst__text {
      border: 2px solid #000;
      -webkit-transition: all .4s;
      transition: all .4s;
      padding-top: 50px;
      padding-left: 22px;
      padding-right: 15px;
      padding-bottom: 30px;
      margin-top: -33px;
      border-radius: 0 0 25px 25px;
      display: none;
      font-size: 15px
  }

  .inst__text h3 {
      margin-bottom: 10px;
      font-size: 17px;
      text-transform: uppercase
  }

  .rev {
      padding-top: 160px;
      position: relative;
      overflow: hidden;
      margin-bottom: 70px
  }

  .rev::before {
      content: url("linetwo.svg");
      position: absolute;
      top: 0;
      left: -90px
  }

  .rev__title {
      margin-bottom: 60px
  }

  .rev__item {
      border: 1px solid #000;
      border-radius: 32px;
      min-height: 320px;
      padding: 22px 20px 40px 20px
  }

  .rev__item-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 15px;
      margin-bottom: 30px
  }

  .rev__au {
      text-transform: uppercase;
      font-size: 16px
  }

  .rev__cl {
      font-size: 15px;
      color: #465976
  }

  .rev__img {
      width: 60px;
      height: 60px;
      background-color: #ebf3ff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 50%;
      border: 2px solid #000
  }

  .footer {
      border-top: 1px solid #000
  }

  .footer__inner {
      padding: 25px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center
  }

  .footer__inner img {
      opacity: 1
  }

  .footer__text {
      text-transform: uppercase;
      opacity: 1;
      font-size: 12px
  }

  @media(min-width: 700px) {
      .title {
          font-size:30px;
          text-align: center
      }

      .slick-slide {
          padding: 0 90px
      }

      .slick-dots {
          margin-top: 30px
      }

      .preview__boxtitle {
          padding: 70px 33px 50px 33px
      }

      .preview__title {
          font-size: 40px
      }

      .preview__subtitle {
          font-size: 19px
      }

      .aba__inner {
          padding: 105px 33px 0 33px
      }

      .aba__subtitle {
          font-size: 18px
      }

      .vers {
          margin-bottom: 140px
      }

      .vers__title {
          margin-bottom: 75px
      }

      .vers__item {
          text-align: center;
          padding: 0 80px;
          margin-bottom: 50px
      }

      .vers__item:last-child {
          margin-bottom: 60px;
      }

      .vers__item-img {
          margin-bottom: 35px
      }

      .vers__item-title {
          font-size: 19px
      }

      .inst__step {
          font-size: 20px
      }

      .inst__title {
          margin-bottom: 75px
      }

      .inst__text {
          padding-right: 50px;
          font-size: 17px
      }

      .rev {
          margin-bottom: 100px
      }

      .rev__title {
          margin-bottom: 75px
      }
  }

  @media(min-width: 900px) {
      .slick-slide {
          padding:0 10px
      }

      .header__inner {
          padding: 20px 20px
      }

      .preview {
          margin-bottom: 100px;
          padding-top: 20px
      }

      .preview__inner {
          display: flex;
          padding: 0 10px
      }

      .preview__boxtitle {
          padding-left: 45px;
          padding-right: 60px;
          padding-top: 22px;
          margin-bottom: 0;
          width: 240%;
          border-radius: 32px;
          padding-bottom: 0;
          border: 1px solid #000
      }

      .preview__boxtitle svg {
          border-radius: 32px
      }

      .preview__title {
          text-align: start;
          font-size: 34px
      }

      .preview__subtitle {
          text-align: start;
          font-size: 18px;
          line-height: 135%;
          margin-bottom: 68px;
      }

      .preview__link {
          margin: 0
      }

      .aba__title {
          margin-bottom: 50px
      }

      .aba__subtitle {
          font-size: 20px
      }

      .aba__subtitle-two {
          margin-bottom: 100px
      }

      .vers__box {
          flex-direction: row;
          gap: 15px
      }

      .vers__item {
          padding: 0;
          width: 32%
      }

      .vers__item-title {
          font-size: 17px
      }

      .inst__inner {
          width: 880px;
          margin: 0 auto
      }

      .inst__step span {
          display: inline-block
      }
  }

  @media(min-width: 1100px) {
      .header__nav {
          padding-left:30px
      }

      .aba {
          padding-top: 95px
      }

      .aba::before {
          left: 85%;
          top: 12%
      }

      .aba::after {
          right: -20px
      }

      .aba__inner {
          position: relative;
          padding: 105px 83px 0 83px
      }

      .aba__inner::before {
          content: url("webweb.svg");
          position: absolute;
          top: -100px;
          left: -105px;
          z-index: 2
      }

      .aba__inner::after {
          content: url("lineaba.svg");
          position: absolute;
          bottom: -35%;
          left: -20%
      }

      .rev {
          padding-top: 250px
      }

      .rev::before {
          content: url("linerevdesc.svg");
          top: -50px;
          left: -300px
      }

      .footer__inner {
          padding-left: 20px;
          padding-right: 20px
      }
  }

  @media(max-height: 500px) {
      .header__nav-brolink {
          display:none
      }
  }

  @media(max-height: 350px) {
      .header__nav-item {
          margin-bottom:20px
      }

      .header__nav-broitem {
          border-top: none
      }
  }

  @media(max-width: 330px) {
      .preview__boxelem-tor {
          width: 290px;
      }

      .preview__boxelem-item {
          width: 290px;
      }
  }

  
