/***************************************************************************************************************
||||||||||||||||||||||||||||            MASTER STYLESHEET FOR Opins         ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************
* 1.imported styles
* 2.misclenious styles
* 3.header styles
* 4.banner styles
* 5.footer styles
* 6.subscribe styles
* 7.blog styles
* 8.faq styles
* 9.brand styles
* 10.testimonials styles
* 11.pricing styles
* 12.features styles
* 13.services styles
* 14.fun fact styles
* 15.inner banner styles
* 16.sidebar styles
****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/
/*
* 1.imported styles
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
@import url("bootstrap.min.css");
@import url("animate.css");
@import url("owl.carousel.css");
@import url("owl.theme.default.min.css");
@import url("font-awesome.min.css");
@import url("jquery.bxslider.min.css");
@import url("../plugins/opins-icon/style.css");
/*

@font-face {
  font-family: 'Corporation Games';
  src: url('fonts/CorporationGames.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.access-page h1,
.access-page h2,
.access-page h3 {
  font-family: 'Corporation Games', sans-serif;
  font-weight: normal; /* ou bold si le rendu est trop léger */
  text-transform: uppercase; /* optionnel : donne un style fort, “tech” */
}
.access-page p {
 font-family: "dm sans", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #737373; }
}

.corporation-font {
  font-family: 'Corporation Games', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}


* 2.misclenious styles
*/
body {
  font-family: "dm sans", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #737373; }

a:active,
a:hover,
a:focus,
a:visited {
  text-decoration: none; }

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden; }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }
hr.style-one {
  margin: 0;
  border-top: 1px solid #EAEAEA; }

.block-title {
  margin-bottom: 50px; }
  .block-title h2 {
    margin: 0;
    color: #3D3D3D;
    font-size: 46px;
    margin-top: 50px;
    font-weight: 400; }

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  background-image: url(../images/preloader.gif);
  background-repeat: no-repeat;
  background-position: center center; }

.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #0096FF;
  border-radius: 4px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  text-align: center;
  transition: all .4s ease;
  display: none; }
  .scroll-to-top i {
    font-size: 18px;
    line-height: 45px;
    color: #fff; }
  .scroll-to-top:hover {
    background: #3D3D3D; }

/*
* 3.header styles
*/
.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  background-color: transparent; }
  .header-navigation .container {
    background: transparent;
    position: relative;
    display: block; }
    .header-navigation .container .logo-box {
      float: left;
      position: absolute;
      top: 50%;
      left: 15px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .header-navigation .container .navbar-brand {
      height: auto;
      margin: 0; }
    .header-navigation .container .menu-toggler {
      display:none; }
    .header-navigation .container .right-side-box {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 15px; }
  .header-navigation .main-navigation {
    float: right;
    text-align: right; }
    @media (min-width: 1200px) {
      .header-navigation .main-navigation {
        display: block !important; } }

.header-navigation ul.navigation-box {
  margin: 0;
  padding: 0;
  list-style: none; }
  .header-navigation ul.navigation-box li a .sub-nav-toggler {
    display: none; }
  .header-navigation ul.navigation-box > li {
    position: relative;
    padding: 0px 0;
    display: inline-block;
    vertical-align: middle;
    /* Second Level Menu */
    /* Thrid Level Menu */ }
    .header-navigation ul.navigation-box > li + li {
      margin-left: 45px; }
    .header-navigation ul.navigation-box > li:first-child {
      padding-left: 0; }
    .header-navigation ul.navigation-box > li:last-child {
      padding-right: 0; }
    .header-navigation ul.navigation-box > li > a {
      font-weight: 500;
      font-size: 14px;
      color: #737373;
      padding: 0;
      transition: all .4s ease;
      position: relative; }
      .header-navigation ul.navigation-box > li > a:before {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        transform: scale(0, 1);
        transform-origin: right center;
        width: 100%;
        height: 2px;
        background-color: #0096FF;
        transition: transform .4s ease; }
    .header-navigation ul.navigation-box > li.current > a, .header-navigation ul.navigation-box > li:hover > a {
      color: #0096FF; }
      .header-navigation ul.navigation-box > li.current > a:before, .header-navigation ul.navigation-box > li:hover > a:before {
        transform: scale(1, 1);
        transform-origin: left center; }
    .header-navigation ul.navigation-box > li > .sub-menu {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1000;
      float: left;
      min-width: 220px;
      padding: 0px 0px;
      text-align: left;
      list-style: none;
      background-color: #F4F4F4;
      background-clip: padding-box;
      opacity: 0;
      border-radius: 0px;
      visibility: hidden;
      transition: opacity .4s ease, visibility .4s ease;
      box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1); }
      @media (min-width: 1200px) {
        .header-navigation ul.navigation-box > li > .sub-menu {
          display: block !important; } }
      .header-navigation ul.navigation-box > li > .sub-menu.right-align {
        left: auto;
        right: 0; }
      .header-navigation ul.navigation-box > li > .sub-menu.center-align {
        left: 50%;
        transform: translateX(-50%); }
      .header-navigation ul.navigation-box > li > .sub-menu > li {
        display: block;
        position: relative;
        transition: all .4s ease; }
        .header-navigation ul.navigation-box > li > .sub-menu > li + li {
          border-top: 1px solid rgba(255, 255, 255, 0.1); }
        .header-navigation ul.navigation-box > li > .sub-menu > li > a {
          font-size: 15px;
          color: #3B3B3B;
          font-weight: 500;
          padding: 12px 30px;
          display: block;
          line-height: 26px;
          white-space: nowrap;
          position: relative;
          transition: all .4s ease; }
        .header-navigation ul.navigation-box > li > .sub-menu > li:hover > a {
          color: #0096FF;
          background: #fff; }
    .header-navigation ul.navigation-box > li:hover:before {
      transform: scale(1, 1);
      transform-origin: left bottom; }
    .header-navigation ul.navigation-box > li:hover > .sub-menu {
      opacity: 1;
      visibility: visible; }
    .header-navigation ul.navigation-box > li > ul > li {
      /* no more nested showen */ }
      .header-navigation ul.navigation-box > li > ul > li > .sub-menu {
        position: absolute;
        top: 0%;
        left: 100%;
        z-index: 1000;
        float: left;
        min-width: 220px;
        padding: 0px 0px;
        text-align: left;
        list-style: none;
        background-color: #3D3D3D;
        background-clip: padding-box;
        opacity: 0;
        border-radius: 0px;
        visibility: hidden;
        transition: opacity .4s ease, visibility .4s ease;
        box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1); }
        @media (min-width: 1200px) {
          .header-navigation ul.navigation-box > li > ul > li > .sub-menu {
            display: block !important; } }
        .header-navigation ul.navigation-box > li > ul > li > .sub-menu.right-align {
          left: auto;
          right: 100%; }
        .header-navigation ul.navigation-box > li > ul > li > .sub-menu.center-align {
          left: 50%;
          transform: translateX(-50%); }
        .header-navigation ul.navigation-box > li > ul > li > .sub-menu > li {
          display: block;
          position: relative;
          transition: all .4s ease; }
          .header-navigation ul.navigation-box > li > ul > li > .sub-menu > li + li {
            border-top: 1px solid rgba(255, 255, 255, 0.1); }
          .header-navigation ul.navigation-box > li > ul > li > .sub-menu > li > a {
            font-size: 15px;
            color: #fff;
            font-weight: 500;
            padding: 12px 30px;
            display: block;
            line-height: 26px;
            white-space: nowrap;
            position: relative;
            transition: all .4s ease; }
          .header-navigation ul.navigation-box > li > ul > li > .sub-menu > li:hover > a {
            color: #3D3D3D;
            background: #fff; }
      .header-navigation ul.navigation-box > li > ul > li:hover > .sub-menu {
        opacity: 1;
        visibility: visible; }
      .header-navigation ul.navigation-box > li > ul > li ul {
        display: none; }

.header-navigation.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 991;
  background: #3D3D3D;
  border-bottom: 0; }

.site-header.header-one {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99; }
  .site-header.header-one .header-navigation {
    background: transparent; }
    .site-header.header-one .header-navigation.stricky-fixed {
      background-color: #fff;
      box-shadow: 0px 5px 30px 0px rgba(233, 79, 202, 0.05); }
    .site-header.header-one .header-navigation .container {
      padding-right: 185px; }
    .site-header.header-one .header-navigation ul.navigation-box > li.current > a,
    .site-header.header-one .header-navigation ul.navigation-box > li:hover > a {
      color: #0096FF; }
    .site-header.header-one .header-navigation ul.navigation-box > li {
      padding: 45px 0; }
    .site-header.header-one .header-navigation ul.navigation-box > li + li {
      margin-left: 56px; }
    .site-header.header-one .header-navigation .right-side-box .header-btn {
      display: inline-block;
      vertical-align: middle;
      border-style: solid;
      border-width: 1px;
      border-color: #ffd6f3;
      border-radius: 4px;
      background-color: white;
      box-shadow: 0px 15px 30px 0px rgba(233, 79, 202, 0.1);
      color: #0096FF;
      font-size: 14px;
      font-weight: 500;
      padding: 8px 25px;
      transition: all .4s ease; }
      .site-header.header-one .header-navigation .right-side-box .header-btn:hover {
        color: #fff;
        background-color: #0096FF;
        border-color: #0096FF; }
    .site-header.header-one .header-navigation.stricky-fixed ul.navigation-box > li {
      padding: 25px 0; }

.site-header.home-page-two .header-navigation.stricky-fixed {
  background-image: linear-gradient(-145deg, #0063a8 0%, #0096FF 100%);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15); }
.site-header.home-page-two .header-navigation ul.navigation-box > li > a {
  color: #c3d9e8; }
.site-header.home-page-two .header-navigation ul.navigation-box > li.current > a,
.site-header.home-page-two .header-navigation ul.navigation-box > li:hover > a {
  color: #fff; }
.site-header.home-page-two .header-navigation .right-side-box .header-btn {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  transition: all .4s ease; }
  .site-header.home-page-two .header-navigation .right-side-box .header-btn:hover {
    color: #fff;
    background-color: #0096FF;
    border-color: #0096FF; }

/*
* 4.banner styles
*/
.banner-style-one {
  position: relative;
  background-size:cover;
  padding-top: 200px;
  padding-bottom: 120px;
  background:#F4F4F4}
  .banner-style-one:before {
    border-color: #FFF3FD;
    bottom: 10%;
    right: 32%; }
  .banner-style-one:after {
    border-color: #F3FAFF;
    top: 10%;
    left: 10%; }
  .banner-style-one .banner-mock {
    position: absolute;
    top: 15%;
    right: 10%;
    animation: bannerImgBounce 5s ease-in-out 0s infinite alternate; }
@keyframes bannerImgBounce {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0); }
  100% {
    -webkit-transform: translateY(-20px) translateX(-20px);
    transform: translateY(-20px) translateX(-20px); } }
  .banner-style-one [class*=bubble-] {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: absolute;
    background-color: #ede8ff;
    border: 1px solid #a98fff;
    animation-name: bubbleMover;
    animation-duration: 9s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    perspective: 100px; }
@keyframes bubbleMover {
  0% {
    transform: translateY(0px) translateX(0) rotate(0); }
  30% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: center center; }
  50% {
    transform: translateY(50px) translateX(100px) rotate(45deg);
    transform-origin: right bottom; }
  80% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: left top; }
  100% {
    transform: translateY(0px) translateX(0) rotate(0);
    transform-origin: center center; } }
  .banner-style-one .bubble-1 {
    background-color: #fff7e0;
    border-color: #ffdd83;
    top: 10px;
    left: 20px; }
  .banner-style-one .bubble-2 {
    background-color: #fff1ec;
    border-color: #ffb59d;
    bottom: 30px;
    left: 10%; }
  .banner-style-one .bubble-3 {
    background-color: #ebf3ff;
    border-color: #b9d4ff;
    top: 40px;
    left: 40%; }
  .banner-style-one .bubble-4 {
    background-color: #ddffe4;
    border-color: #93ff6d;
    top: 10px;
    right: 40%; }
  .banner-style-one .bubble-5 {
    background-color: #ede8ff;
    border-color: #a98fff;
    bottom: 30px;
    right: 25%; }
  .banner-style-one .bubble-6 {
    background-color: #ffe8fb;
    border-color: #ffa6ef;
    top: 40%;
    right: 10%; }
  .banner-style-one .content-block {
    position: relative;
    z-index: 10; }
    .banner-style-one .content-block h3,
    .banner-style-one .content-block p {
      margin: 0; }
    .banner-style-one .content-block h3 {
      color: #3D3D3D;
      font-size: 50px;
      line-height: 60px;
      font-weight: 500;
      margin-bottom: 40px; }
    .banner-style-one .content-block p {
      color: #737373;
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 55px; }
    .banner-style-one .content-block .banner-btn {
      display: inline-block;
      border-radius: 4px;
      box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1);
      vertical-align: middle;
      color: #ffffff;
      font-weight: 500;
      font-size: 14px;
      line-height: 1em;
      padding-top: 15px;
      padding-bottom:20px;
      padding-left: 20px;
      padding-right: 20px;;
      position: relative;
      background-color: #0096FF;
      transition: all .4s ease; }
      .banner-style-one .content-block .banner-btn span {
        font-size: 16px;
        display: block;
        line-height: 1em;
        margin-top: 5px; }
      .banner-style-one .content-block .banner-btn i {
        font-size: 26px;
        color: #737373;
        position: absolute;
        top: 50%;
        left: 40px;
        transform: translateY(-50%);
        transition: all .4s ease; }
      .banner-style-one .content-block .banner-btn + .banner-btn {
        margin-left: 16px; }
      .banner-style-one .content-block .banner-btn:hover {
        color: #fff;
        background-color: #0096FF;
        border-color: #0096FF; }
        .banner-style-one .content-block .banner-btn:hover i {
          color: #fff; }
  .banner-style-one.home-page-two {
    padding-bottom: 277px;
    background: #fff url(../images/banner-bg-1-2.png) top right no-repeat;
    background-size: cover;
    margin-bottom: 60px; }
    .banner-style-one.home-page-two:before {
      border-color: rgba(255, 255, 255, 0.04); }
    .banner-style-one.home-page-two:after {
      border-color: rgba(255, 255, 255, 0.02); }
    .banner-style-one.home-page-two [class*=bubble-] {
      background-color: transparent !important;
      border-width: 2px; }
    .banner-style-one.home-page-two .banner-mock {
      right: 0;
      top: 20%; }
    .banner-style-one.home-page-two .content-block h3 {
      color: #fff; }
    .banner-style-one.home-page-two .content-block p {
      color: #D6C9E4; }
    .banner-style-one.home-page-two .content-block .banner-btn {
      color: #fff;
      border-style: solid;
      border-width: 1px;
      border-color: white;
      border-radius: 3px;
      background-color: transparent;
      box-shadow: 0px 15px 30px 0px rgba(255, 255, 255, 0.1); }
      .banner-style-one.home-page-two .content-block .banner-btn i {
        color: #fff; }
      .banner-style-one.home-page-two .content-block .banner-btn:hover {
        background-color: #0096FF;
        border-color: #0096FF; }

/*
* 5.footer styles
*/
.site-footer {
  position: relative; }
  .site-footer [class*=bubble-] {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: absolute;
    background-color: #ede8ff;
    border: 1px solid #a98fff;
    animation-name: bubbleMover;
    animation-duration: 9s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    perspective: 100px; }
@keyframes bubbleMover {
  0% {
    transform: translateY(0px) translateX(0) rotate(0); }
  30% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: center center; }
  50% {
    transform: translateY(50px) translateX(100px) rotate(45deg);
    transform-origin: right bottom; }
  80% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: left top; }
  100% {
    transform: translateY(0px) translateX(0) rotate(0);
    transform-origin: center center; } }
  .site-footer .bubble-1 {
    background-color: #fff7e0;
    border-color: #ffdd83;
    top: 10px;
    left: 20px; }
  .site-footer .bubble-2 {
    background-color: #fff1ec;
    border-color: #ffb59d;
    bottom: 30px;
    left: 10%; }
  .site-footer .bubble-3 {
    background-color: #ebf3ff;
    border-color: #b9d4ff;
    top: 40px;
    left: 40%; }
  .site-footer .bubble-4 {
    background-color: #ddffe4;
    border-color: #93ff6d;
    top: 10px;
    right: 40%; }
  .site-footer .bubble-5 {
    background-color: #ede8ff;
    border-color: #a98fff;
    bottom: 30px;
    right: 25%; }
  .site-footer .bubble-6 {
    background-color: #ffe8fb;
    border-color: #ffa6ef;
    top: 40%;
    right: 10%; }
  .site-footer .inner-container {
    border: 1px solid #eaeaea;
    border-left: 0;
    border-right: 0;
    padding: 86px 0; }

.footer-widget ul,
.footer-widget h3,
.footer-widget p {
  margin: 0;
  padding: 0;
  list-style: none; }
.footer-widget .widget-title {
  margin-bottom: 28px; }
  .footer-widget .widget-title h3 {
    color: #3D3D3D;
    font-size: 20px;
    font-weight: 500; }
.footer-widget ul.contact-list li {
  color: #737373; }
  .footer-widget ul.contact-list li + li {
    margin-top: 9px; }
.footer-widget ul.links-list li + li {
  margin-top: 10px; }
.footer-widget ul.links-list li a {
  color: #737373;
  font-size: 16px;
  display: inline-block;
  position: relative;
  transition: all .4s ease; }
  .footer-widget ul.links-list li a:before {
    content: '\f101';
    font-family: 'FontAwesome';
    color: #0096FF;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateX(-15px);
    opacity: 0;
    transition: all .4s ease; }
  .footer-widget ul.links-list li a:hover {
    color: #0096FF;
    transform: translateX(20px); }
    .footer-widget ul.links-list li a:hover:before {
      opacity: 1; }
.footer-widget .social-block a {
  display: inline-block;
  vertical-align: middle;
  width: 51px;
  height: 51px;
  border: 1px solid #eaeaea;
  line-height: 49px;
  text-align: center;
  background-color: #fff;
  color: #737373;
  border-radius: 50%;
  box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1);
  transition: all .4s ease; }
  .footer-widget .social-block a:hover {
    color: #fff;
    background-color: #0096FF;
    border-color: #0096FF; }

.bottom-footer {
  padding: 25px 0; }
  .bottom-footer p {
    color: #737373;
    font-size: 16px; }
    .bottom-footer p a {
      color: #0096FF; }

/*
* 6.subscribe styles
*/
.subscribe-style-one {
  padding-top: 110px;
  padding-bottom: 120px; }
  .subscribe-style-one h3 {
    margin: 0;
    color: #3D3D3D;
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 60px; }
  .subscribe-style-one .subscribe-form {
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px; }
    .subscribe-style-one .subscribe-form input {
      border: none;
      outline: none;
      display: block;
      width: 100%;
      max-width: 470px;
      border-radius: 4px;
      border-style: solid;
      border-width: 1px;
      border-color: #eaeaea;
      height: 84px;
      font-size: 16px;
      padding-left: 30px; }
      .subscribe-style-one .subscribe-form input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #737373; }
      .subscribe-style-one .subscribe-form input::-moz-placeholder {
        /* Firefox 19+ */
        color: #737373; }
      .subscribe-style-one .subscribe-form input:-ms-input-placeholder {
        /* IE 10+ */
        color: #737373; }
      .subscribe-style-one .subscribe-form input:-moz-placeholder {
        /* Firefox 18- */
        color: #737373; }
      .subscribe-style-one .subscribe-form input.error {
        border: 1px solid red;
        background-color: rgba(255, 0, 0, 0.5); }
    .subscribe-style-one .subscribe-form button[type=submit] {
      width: 208px;
      border-radius: 4px;
      margin-left: 20px;
      height: 84px;
      border: none;
      outline: none;
      background-color: #0096FF;
      cursor: pointer;
      font-weight: 500;
      font-size: 18px;
      color: #FFFFFF;
      transition: all .4s ease; }
      .subscribe-style-one .subscribe-form button[type=submit]:hover {
        background-color: #3D3D3D; }
    .subscribe-style-one .subscribe-form label.error {
      display: none !important; }
  .subscribe-style-one .result {
    text-align: center;
    font-size: 16px;
    background-color: rgba(0, 128, 0, 0.5);
    width: 80%;
    color: #fff;
    margin-left: auto;
    margin-right: auto; }

/*
* 7.blog styles
*/
.blog-style-one {
  background-color: #f7fbff;
  padding-top: 120px;
  padding-bottom: 50px; }
  .blog-style-one.blog-page {
    background-color: #fff;
    padding-bottom: 120px; }

.single-blog-style-one {
  margin-bottom: 60px; }
  .single-blog-style-one .image-block {
    border-radius: 4px;
    background-color: #3D3D3D;
    box-shadow: 0px 15px 30px 0px rgba(39, 49, 103, 0.1); }
    .single-blog-style-one .image-block .inner-block {
      overflow: hidden;
      position: relative;
      border-radius: 4px; }
      .single-blog-style-one .image-block .inner-block > img {
        width: 100%;
        transition: all .4s ease; }
      .single-blog-style-one .image-block .inner-block .date-block {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #0096FF;
        border-radius: 4px 0;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        padding: 3px 20px;
        z-index: 12; }
      .single-blog-style-one .image-block .inner-block:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #3D3D3D;
        opacity: 0;
        z-index: 11;
        transition: all .4s ease; }
    .single-blog-style-one .image-block:hover {
      cursor: pointer; }
      .single-blog-style-one .image-block:hover .inner-block > img {
        transform: scale(1.05); }
      .single-blog-style-one .image-block:hover .inner-block:before {
        opacity: .5; }
  .single-blog-style-one .text-block .meta-info {
    margin-top: 20px; }
    .single-blog-style-one .text-block .meta-info a,
    .single-blog-style-one .text-block .meta-info span {
      text-transform: uppercase;
      font-size: 14px;
      color: #0096FF;
      font-weight: 500;
      letter-spacing: .1em;
      transition: all .4s ease; }
    .single-blog-style-one .text-block .meta-info span.sep {
      margin-left: 16px;
      margin-right: 16px; }
    .single-blog-style-one .text-block .meta-info a:hover {
      color: #3D3D3D; }
  .single-blog-style-one .text-block h3,
  .single-blog-style-one .text-block p {
    margin: 0; }
  .single-blog-style-one .text-block h3 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 26px; }
    .single-blog-style-one .text-block h3 a {
      color: #3D3D3D;
      transition: all .4s ease; }
      .single-blog-style-one .text-block h3 a:hover {
        color: #0096FF; }
  .single-blog-style-one .text-block .line-block {
    vertical-align: middle;
    background-color: #0096FF;
    width: 41px;
    height: 2px;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: all .4s ease; }
  .single-blog-style-one .text-block a.more-link {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: #3D3D3D;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1em;
    transition: all .4s ease; }
    .single-blog-style-one .text-block a.more-link:hover {
      color: #0096FF; }
  .single-blog-style-one .text-block:hover .line-block {
    width: 60px; }

.blog-post-pagination {
  margin-top: 0px; }
  .blog-post-pagination a {
    display: inline-block;
    vertical-align: middle;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #EBF3FF;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    color: #3D3D3D;
    transition: all .4s ease; }
    .blog-post-pagination a.prev, .blog-post-pagination a.next {
      background: #3D3D3D;
      color: #fff;
      font-size: 14px; }
    .blog-post-pagination a.active {
      cursor: auto; }
    .blog-post-pagination a.active, .blog-post-pagination a:hover {
      background: #0096FF;
      color: #fff; }
    .blog-post-pagination a + a {
      margin-left: 10px; }

.blog-details-page {
  padding: 120px 0; }
  .blog-details-page .single-blog-style-one {
    margin-bottom: 0; }
    .blog-details-page .single-blog-style-one .text-block {
      margin-top: 20px; }
      .blog-details-page .single-blog-style-one .text-block .meta-info {
        margin: 0; }
      .blog-details-page .single-blog-style-one .text-block .post-title {
        margin: 0;
        color: #3D3D3D;
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 25px; }
      .blog-details-page .single-blog-style-one .text-block p {
        margin: 0; }
        .blog-details-page .single-blog-style-one .text-block p + p {
          margin-top: 45px; }
  .blog-details-page .share-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #EAEAEA;
    padding-top: 40px;
    margin-top: 50px; }
    .blog-details-page .share-block .left-block p {
      margin: 0;
      color: #3D3D3D;
      font-size: 18px; }
      .blog-details-page .share-block .left-block p a {
        color: #737373;
        font-size: 16px;
        transition: all .4s ease;
        margin-left: 10px; }
        .blog-details-page .share-block .left-block p a:hover {
          color: #0096FF; }
    .blog-details-page .share-block .social-block a {
      display: inline-block;
      vertical-align: middle;
      width: 51px;
      height: 51px;
      border: 1px solid #eaeaea;
      line-height: 49px;
      text-align: center;
      background-color: #fff;
      color: #737373;
      border-radius: 50%;
      box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1);
      transition: all .4s ease; }
      .blog-details-page .share-block .social-block a:hover {
        color: #fff;
        background-color: #0096FF;
        border-color: #0096FF; }
  .blog-details-page .author-block {
    display: flex;
    justify-content: space-between;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    padding: 60px;
    margin-top: 40px;
    margin-bottom: 60px; }
    .blog-details-page .author-block .text-block {
      padding-left: 40px; }
    .blog-details-page .author-block img {
      width: 169px;
      border-radius: 4px; }
    .blog-details-page .author-block h3,
    .blog-details-page .author-block p {
      margin: 0; }
    .blog-details-page .author-block h3 {
      color: #3D3D3D;
      font-size: 20px;
      font-weight: 400;
      margin-bottom: 38px; }
    .blog-details-page .author-block p {
      font-size: 16px;
      line-height: 30px; }
  .blog-details-page .title-line {
    margin-bottom: 10px; }
    .blog-details-page .title-line h3 {
      margin: 0;
      color: #3D3D3D;
      font-size: 30px;
      font-weight: 600; }
  .blog-details-page .single-comment-one {
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 60px;
    margin-bottom: 60px;
    display: flex; }
    .blog-details-page .single-comment-one .image-block .inner-block {
      width: 90px;
      overflow: hidden;
      border-radius: 50%; }
      .blog-details-page .single-comment-one .image-block .inner-block > img {
        width: 100%; }
    .blog-details-page .single-comment-one .text-block {
      padding-left: 40px; }
      .blog-details-page .single-comment-one .text-block h3,
      .blog-details-page .single-comment-one .text-block p {
        margin: 0; }
      .blog-details-page .single-comment-one .text-block h3 {
        color: #3D3D3D;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 5px; }
      .blog-details-page .single-comment-one .text-block p {
        color: #737373;
        font-size: 16px;
        line-height: 30px;
        width: 82%; }
      .blog-details-page .single-comment-one .text-block .top-block {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px; }
      .blog-details-page .single-comment-one .text-block .date-line {
        text-transform: uppercase;
        font-size: 14px;
        color: #0096FF;
        font-weight: 500;
        letter-spacing: .1em;
        transition: all .4s ease; }
        .blog-details-page .single-comment-one .text-block .date-line span.sep {
          margin-left: 16px;
          margin-right: 16px; }
      .blog-details-page .single-comment-one .text-block .reply-btn {
        border-style: solid;
        border-width: 1px;
        border-color: #eaeaea;
        border-radius: 4px;
        background-color: white;
        box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1);
        width: 97px;
        height: 42px;
        line-height: 40px;
        color: #737373;
        font-size: 16px;
        font-weight: 500;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        transition: all .4s ease; }
        .blog-details-page .single-comment-one .text-block .reply-btn:hover {
          color: #fff;
          background-color: #0096FF;
          border-color: #0096FF; }
  .blog-details-page .comment-form input,
  .blog-details-page .comment-form textarea {
    border: none;
    outline: none;
    border: none;
    width: 100%;
    height: 84px;
    display: block;
    border-style: solid;
    border-width: 1px;
    border-color: #eaeaea;
    border-radius: 4px;
    background-color: white;
    margin-bottom: 30px;
    padding-left: 40px; }
  .blog-details-page .comment-form textarea {
    height: 234px;
    padding-top: 20px; }
  .blog-details-page .comment-form button[type=submit] {
    width: 276px;
    border-radius: 4px;
    height: 84px;
    border: none;
    outline: none;
    background-color: #0096FF;
    cursor: pointer;
    font-weight: 500;
    line-height: 84px;
    font-size: 20px;
    color: #FFFFFF;
    transition: all .4s ease; }
    .blog-details-page .comment-form button[type=submit]:hover {
      background-color: #3D3D3D; }

/*
* 8.faq styles
*/
.faq-style-one .container {
  padding-bottom: 120px; }
  @media (min-width: 1200px) {
    .faq-style-one .container {
      max-width: 920px; } }
.faq-style-one .block-title {
  padding-top: 120px; }
.faq-style-one .accrodion-grp .accrodion {
  border: 1px solid #EAEAEA;
  padding: 30.5px 40px; }
  .faq-style-one .accrodion-grp .accrodion + .accrodion {
    margin-top: 20px; }
  .faq-style-one .accrodion-grp .accrodion .accrodion-title {
    cursor: pointer; }
    .faq-style-one .accrodion-grp .accrodion .accrodion-title h4 {
      margin: 0;
      font-size: 20px;
      font-weight: 400;
      padding: 0px 0;
      padding-top: 0;
      padding-left: 0px;
      position: relative;
      color: #3D3D3D;
      transition: all .4s ease; }
      .faq-style-one .accrodion-grp .accrodion .accrodion-title h4:before {
        font-family: 'FontAwesome';
        content: '\f067';
        display: inline-block;
        width: 22px;
        height: 22px;
        line-height: 22px;
        border-radius: 50%;
        text-align: center;
        font-size: 14px;
        color: #3D3D3D;
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translateY(-50%);
        transition: all .4s ease; }
  .faq-style-one .accrodion-grp .accrodion .accrodion-content .inner {
    margin-top: 30px; }
    .faq-style-one .accrodion-grp .accrodion .accrodion-content .inner p {
      margin: 0;
      font-size: 16px;
      line-height: 30px;
      color: #737373; }
  .faq-style-one .accrodion-grp .accrodion.active .accrodion-title h4 {
    color: #0096FF; }
    .faq-style-one .accrodion-grp .accrodion.active .accrodion-title h4:before {
      content: '\f068';
      color: #0096FF; }

/*
* 9.brand styles
*/
.brand-carousel-one {
  padding: 30px 0 50px;
  padding-left: 48px;
  padding-right: 48px; }
  .brand-carousel-one .item img {
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    opacity: .7;
    transition: all .4s ease; }
    .brand-carousel-one .item img:hover {
      opacity: 1; }
  .brand-carousel-one .owl-dots,
  .brand-carousel-one .owl-nav {
    display: none; }

/*
* 10.testimonials styles
*/
.testimonials-style-one {
  background-color: #F2FFF8;
  padding: 120px 0;
  position: relative; }
  .testimonials-style-one .map-img {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    animation-name: mapMover;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transition: all .4s ease;
    transform-origin: center center; }
@keyframes mapMover {
  0% {
    opacity: 0.05;
    transform: translateY(-50%) translateX(0); }
  50% {
    opacity: 0.20;
    transform: translateY(-55%) translateX(-20px); }
  100% {
    opacity: 0.05;
    transform: translateY(-50%) translateX(0); } }
  .testimonials-style-one .block-title {
    margin-bottom: 45px; }
  .testimonials-style-one .single-testi-one p {
    margin: 0;
    color: #737373;
    font-size: 20px;
    line-height: 30px; }
  .testimonials-style-one .single-testi-one h3 {
    color: #3D3D3D;
    font-weight: 500;
    font-size: 20px;
    margin: 0;
    margin-top: 40px; }
  .testimonials-style-one .testi-carousel-one .owl-nav {
    margin: 0;
    position: absolute;
    bottom: -10px;
    right: 0;
    background-color: #F2FFF8; }
    .testimonials-style-one .testi-carousel-one .owl-nav [class*=owl-] {
      margin: 0px 5px;
      padding: 0;
      background-color: transparent;
      opacity: .3;
      color: #3D3D3D;
      font-size: 32px;
      transition: all .4s ease; }
      .testimonials-style-one .testi-carousel-one .owl-nav [class*=owl-]:hover {
        opacity: 1; }
  .testimonials-style-one .bx-wrapper {
    border: none;
    box-shadow: none;
    background-color: transparent;
    margin-bottom: 0; }
    .testimonials-style-one .bx-wrapper ul.slider {
      padding: 0;
      margin: 0; }
  .testimonials-style-one .bx-wrapper .bx-controls-direction {
    position: absolute;
    bottom: -10px;
    right: 0; }
  .testimonials-style-one .bx-wrapper .bx-controls-direction a {
    text-indent: 0;
    background-image: none;
    font-size: 32px;
    position: relative;
    top: 0px;
    opacity: .3;
    color: #3D3D3D;
    transition: all .4s ease; }
    .testimonials-style-one .bx-wrapper .bx-controls-direction a:hover {
      opacity: 1; }
  .testimonials-style-one .bx-wrapper .bx-prev {
    left: 0px;
    margin-right: 25px; }
  .testimonials-style-one .bx-wrapper .bx-next {
    right: 0px; }

#testimonials-slider-pager {
  width: 391px;
  height: 391px;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 150, 255, 0.5);
  border-radius: 50%;
  position: relative;
  animation-name: tesiMove;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  transition: all .4s ease;
  transform-origin: center center; }

  #testimonials-slider-pager:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 174px;
    height: 174px;
    border-radius: 50%;
    border: 15px solid rgba(255, 147, 0, 0.5); }
  #testimonials-slider-pager .testimonials-slider-pager-one .pager-item {
    width: 71px;
    height: 71px;
    display: inline-block;
    vertical-align: middle;
    position: absolute; }
    #testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(1) {
      top: 55px;
      left: -10px; }
    #testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(2) {
      top: 55px;
      right: -10px; }
    #testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(3) {
      bottom: 55px;
      left: -10px; }
    #testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(4) {
      bottom: 55px;
      right: -10px; }
    #testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(5) {
      bottom: -40px;
      left: 50%;
      transform: translateX(-50%); }
    #testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(6) {
      top: -40px;
      left: 50%;
      transform: translateX(-50%); }
    #testimonials-slider-pager .testimonials-slider-pager-one .pager-item > img {
      width: 100%;
      border-radius: 50%;
      transition: all .4s ease; }
    #testimonials-slider-pager .testimonials-slider-pager-one .pager-item.active img {
      opacity: .75;
      transform: scale(0.95); }
  #testimonials-slider-pager .testimonials-slider-pager-two .pager-item {
    width: 163px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: all .4s ease; }
    #testimonials-slider-pager .testimonials-slider-pager-two .pager-item.active {
      opacity: 1;
      transform: translate(-50%, -50%) scale(0.95); }
    #testimonials-slider-pager .testimonials-slider-pager-two .pager-item > img {
      width: 100%;
      border-radius: 50%; }

/*
* 11.pricing styles
*/
.pricing-style-one {
  padding: 90px 0; }
  .pricing-style-one .tab-title {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    justify-content: center;
    font-size: 0;
    margin-bottom: 60px; }
    .pricing-style-one .tab-title li {
      display: inline-block;
      margin-bottom: 0 !important; }
      .pricing-style-one .tab-title li a {
        display: block;
        border: none;
        outline: none;
        color: #86909E;
        display: inline-block;
        padding: 14px 33.5px;
        cursor: pointer;
        color: #737373;
        font-size: 18px;
        font-weight: 500;
        border-radius: 0 !important;
        transition: all 0.4s ease;
        border-style: solid;
        border-width: 1px;
        border-color: #eaeaea;
        background-color: #fefdfe;
        box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1); }
        .pricing-style-one .tab-title li a:hover {
          border-color: #0096FF;
          background: #0096FF;
          color: #FFFFFF; }
        .pricing-style-one .tab-title li a.active {
          border-color: #0096FF;
          background: #0096FF !important;
          color: #FFFFFF !important; }
      .pricing-style-one .tab-title li:first-child a {
        border-top-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important; }
      .pricing-style-one .tab-title li:last-child a {
        border-top-right-radius: 4px !important;
        border-bottom-right-radius: 4px !important; }

.single-pricing-one {
  padding: 60px 0;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  border-radius: 4px;
  background-color: white;
  text-align: center; }
  .single-pricing-one.basic-pack .price {
    color: #0096FF; }
  .single-pricing-one.basic-pack .line {
    background-color: #0096FF; }
  .single-pricing-one.basic-pack .price-btn:hover {
    background-color: #0096FF;
    border-color: #fff; }
    .single-pricing-one.basic-pack .price-btn2:hover {
      background-color: #0096FF;
      border-color: #5DDA6C; }
  .single-pricing-one.biz-pack .price {
    color: #0096FF; }
  .single-pricing-one.biz-pack .line {
    background-color: #0096FF; }
  .single-pricing-one.biz-pack .price-btn:hover {
    background-color: #0096FF;
    border-color: #0096FF; }
    .single-pricing-one.biz-pack .price-btn2:hover {
      background-color: #0096FF;
      border-color: #0096FF; }
  .single-pricing-one span,
  .single-pricing-one a {
    display: block; }
  .single-pricing-one ul.feature-lists {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 40px; }
    .single-pricing-one ul.feature-lists li {
      font-size: 18px;
      line-height: 1em;
      color: #737373; }
      .single-pricing-one ul.feature-lists li + li {
        margin-top: 20px; }
  .single-pricing-one .price {
    color: #FF9300;
    font-size: 30px;
    font-weight: 300;
    line-height: 1em; }
  .single-pricing-one .pack-name {
    font-size: 14px;
    font-weight: 500;
    color: #3D3D3D;
    letter-spacing: .1em;
    text-transform: none;
    line-height: 1em;
    margin-top: 22px; }
  .single-pricing-one .line {
    background-color: #fff;
    width: 40px;
    height: 2px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px; }
  .single-pricing-one .price-btn {
    border-style: solid;
    border-width: 1px;
    border-color: #eaeaea;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1);
    display: inline-block;
    vertical-align: middle;
    color: #737373;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 42.5px;
    transition: all .4s ease; }
    .single-pricing-one .price-btn:hover {
      background-color: #0096FF;
      color: #fff;
      border-color: #0096FF; }
      .single-pricing-one .price-btn2 {
        border-style: solid;
        border-width: 1px;
        border-color: #fff;
        border-radius: 4px;
        background-color: #0096FF;
        box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1);
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        padding: 16px 42.5px;
        transition: all .4s ease; }
        .single-pricing-one .price-btn2:hover {
          background-color: #fff;
          color: #0096FF;
          border-color: #fff; }
  .single-pricing-one .tag-line {
    font-size: 14px;
    text-transform: uppercase;
    color: #737373;
    letter-spacing: .1em;
    margin-top: 40px; }

/*
* 12.features styles
*/
.feature-style-one {
  padding-top: 170px;
  background: #FFFFFF url(../images/bg-curve-1-2.png) center top no-repeat;
  background-size: cover;
  margin-top: -90px; }
  .feature-style-one .container {
    padding-bottom: 120px; }
    .feature-style-one .container hr.style-one {
      margin-bottom: 130px; }
  .feature-style-one .image-block {
    margin-top: -50px;
    position: relative;
    right: -20px;
    animation: featureImgBounce 5s ease-in-out 0s infinite alternate; }
@keyframes featureImgBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); } }
  .feature-style-one .content-block .block-title {
    margin-bottom: 50px; }
  .feature-style-one .content-block p {
    font-size: 24px;
    color: #737373;
    line-height: 40px;
    margin: 0;
    margin-bottom: 46px; }
  .feature-style-one .content-block ul.feature-lists {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 54px; }
    .feature-style-one .content-block ul.feature-lists li {
      position: relative;
      color: #737373;
      font-size: 18px;
      padding-left: 35px; }
      .feature-style-one .content-block ul.feature-lists li + li {
        margin-top: 10px; }
      .feature-style-one .content-block ul.feature-lists li i {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        color: #0096FF; }
  .feature-style-one .content-block .feature-btn {

    border-radius: 4px;
    background-color: #0096ff;
    box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1);
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 42.5px;
    transition: all .4s ease; }
    .feature-style-one .content-block .feature-btn:hover {
      background-color: #0096FF;
      color: #fff;
      border-color: #0096FF; }

.feature-style-two {
  padding-top: 120px; }
  .feature-style-two .image-block {
    margin-top: -50px;
    position: relative;
    left: -50px;
   }
    .feature-style-two .image-block:before, .feature-style-two .image-block:after {
      content: '';
      width: 318px;
      height: 318px;
      border-radius: 50%;
      border: 43px solid #FAFAFA;
      position: absolute; }
    .feature-style-two .image-block:before {
      top: 50px;
      left: 40px; }
    .feature-style-two .image-block:after {
      bottom: 50px;
      right: -10px; }
    .feature-style-two .image-block img {
      position: relative;
      z-index: 10; }
  .feature-style-two .content-block .block-title {
    margin-bottom: 50px; }
  .feature-style-two .content-block p {
    font-size: 24px;
    color: #737373;
    line-height: 40px;
    margin: 0;
    margin-bottom: 46px; }
  .feature-style-two .content-block ul.feature-lists {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 54px; }
    .feature-style-two .content-block ul.feature-lists li {
      position: relative;
      color: #737373;
      font-size: 18px;
      padding-left: 35px; }
      .feature-style-two .content-block ul.feature-lists li + li {
        margin-top: 10px; }
      .feature-style-two .content-block ul.feature-lists li i {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        color: #0096FF; }
  .feature-style-two .content-block .feature-btn {
    border-style: solid;
    border-width: 1px;
    border-color: #0096FF;
    border-radius: 4px;
    background-color: #0096FF;
    box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1);
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 42.5px;
    transition: all .4s ease; }
    .feature-style-two .content-block .feature-btn:hover {
      background-color: #fFF;
      color: #0096FF;
      border-color: #0096FF; }

/*
* 13.services styles
*/
.services-style-one {
  background-color: #FFF8F8;
  position: relative;
  padding-top: 120px;
  padding-bottom: 350px; }
  .services-style-one:before {
    content: '';
    width: 100%;
    height: 251px;
    background: #fff url(../images/bg-curve-1-1.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0; }
  .services-style-one .single-service-one {
    padding: 60px;
    padding-bottom: 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #ffe5e5;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0px 15px 30px 0px rgba(255, 228, 228, 0.3);
    transition: all .4s ease;
    position: relative;
    overflow: hidden; }
    .services-style-one .single-service-one:before {
      content: '';
      width: 600px;
      height: 600px;
      border-radius: 50%;
      position: absolute;
      bottom: 25%;
      left: 50%;
      transform: translate(-50%, -100%);
      background-color: #0096FF;
      z-index: 8;
      transition: all .4s ease; }
    .services-style-one .single-service-one .hover-block:before, .services-style-one .single-service-one .hover-block:after {
      content: '';
      width: 600px;
      height: 600px;
      border-radius: 50%;
      position: absolute; }
    .services-style-one .single-service-one .hover-block:before {
      bottom: 65%;
      left: 50%;
      transform: translate(-50%, -100%);
      background-color: #FF9300;
      z-index: 10;
      transition: all .4s ease; }
    .services-style-one .single-service-one .hover-block:after {
      background-color: #FF9300;
      bottom: 45%;
      left: 50%;
      transform: translate(-50%, -100%);
      background-color: #FF9300;
      z-index: 9;
      transition: all .4s ease; }
    .services-style-one .single-service-one i {
      font-size: 64px;
      color: #5CDA6B;
      transition: all .4s ease;
      position: relative;
      z-index: 10; }
    .services-style-one .single-service-one h3 {
      color: #3D3D3D;
      font-size: 22px;
      line-height: 26px;
      margin: 0;
      margin-top: 17px;
      margin-bottom: 35px;
      transition: all .4s ease;
      position: relative;
      z-index: 10; }
    .services-style-one .single-service-one p {
      color: #737373;
      font-size: 18px;
      line-height: 26px;
      margin: 0;
      margin-bottom: 23px;
      transition: all .4s ease;
      position: relative;
      z-index: 10; }
    .services-style-one .single-service-one .line-block {
      display: block;
      background-color: #5dda6c;
      width: 41px;
      height: 2px;
      margin-bottom: 20px;
      transition: all .4s ease;
      position: relative;
      z-index: 10; }
    .services-style-one .single-service-one a.more-link {
      display: inline-block;
      vertical-align: middle;
      text-transform: uppercase;
      color: #3D3D3D;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: .1em;
      line-height: 1em;
      transition: all .4s ease;
      position: relative;
      z-index: 10; }
    .services-style-one .single-service-one:hover {
      background-color: #0096FF;
      border-color: #0096FF; }
      .services-style-one .single-service-one:hover i,
      .services-style-one .single-service-one:hover h3,
      .services-style-one .single-service-one:hover p,
      .services-style-one .single-service-one:hover a.more-link {
        color: #fff; }
      .services-style-one .single-service-one:hover .line-block {
        background-color: #fff; }
      .services-style-one .single-service-one:hover:before {
        transform: translate(-50%, 0%);
        transition-delay: .2s; }
      .services-style-one .single-service-one:hover .hover-block:before {
        transform: translate(-50%, 0%);
        transition-delay: .1s; }
      .services-style-one .single-service-one:hover .hover-block:after {
        transform: translate(-50%, 0%); }
  .services-style-one [class*=col-]:nth-child(1) .single-service-one i {
    color: #5CDA6B; }
  .services-style-one [class*=col-]:nth-child(1) .single-service-one .line-block {
    background-color: #5CDA6B; }
  .services-style-one [class*=col-]:nth-child(1) .single-service-one:hover i {
    color: #fff; }
  .services-style-one [class*=col-]:nth-child(1) .single-service-one:hover .line-block {
    background-color: #fff; }
  .services-style-one [class*=col-]:nth-child(2) .single-service-one i {
    color: #FF9300; }
  .services-style-one [class*=col-]:nth-child(2) .single-service-one .line-block {
    background-color: #FF9300; }
  .services-style-one [class*=col-]:nth-child(2) .single-service-one:hover i {
    color: #fff; }
  .services-style-one [class*=col-]:nth-child(2) .single-service-one:hover .line-block {
    background-color: #fff; }
  .services-style-one [class*=col-]:nth-child(3) .single-service-one i {
    color: #FF9300; }
  .services-style-one [class*=col-]:nth-child(3) .single-service-one .line-block {
    background-color: #FF9300; }
  .services-style-one [class*=col-]:nth-child(3) .single-service-one:hover i {
    color: #fff; }
  .services-style-one [class*=col-]:nth-child(3) .single-service-one:hover .line-block {
    background-color: #fff; }

/*
* 14.fun fact styles
*/
.fun-fact-style-one {
  padding-bottom: 100px; }
  .fun-fact-style-one .title-line {
    margin: 0;
    padding-top:10px;
    color: #737373;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px; }
  .fun-fact-style-one .single-funfact-one h3, .fun-fact-style-one .single-funfact-one p {
    margin: 0; }
  .fun-fact-style-one .single-funfact-one h3 {
    color: #3D3D3D;
    font-size: 60px;
    font-weight: 300;
    line-height: 1em; }
  .fun-fact-style-one .single-funfact-one p {
    font-size: 14px;
    color: #737373;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 500;
    line-height: 1em;
    margin-top: 20px; }

/*
* 15.inner banner styles
*/
.inner-banner {
  background: #fff url(../images/inner-banner-1-1.png) center center no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 120px;
  padding-top: 255px; }
  .inner-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-45deg, #320b82 0%, #9c33c3 100%);
    opacity: .94; }
  .inner-banner .container {
    position: relative;
    text-align: center; }
  .inner-banner .thm-breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none; }
    .inner-banner .thm-breadcrumb li {
      display: inline-block;
      vertical-align: middle; }
      .inner-banner .thm-breadcrumb li a, .inner-banner .thm-breadcrumb li span {
        display: inline-block;
        vertical-align: middle;
        text-transform: uppercase;
        color: #FCFBFE;
        font-size: 14px;
        letter-spacing: .2em;
        line-height: 1em; }
      .inner-banner .thm-breadcrumb li span.sep {
        margin-left: 10px;
        margin-right: 10px; }
  .inner-banner h2 {
    color: #fff;
    margin: 0;
    font-size: 46px;
    font-weight: 400;
    margin-top: 5px; }

/*
* 16.sidebar styles
*/
.sidebar .single-sidebar:not(.search-widget) {
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  border-radius: 4px;
  padding: 50px; }
.sidebar .single-sidebar + .single-sidebar {
  margin-top: 30px; }
.sidebar .single-sidebar .widget-title {
  margin-bottom: 30px; }
  .sidebar .single-sidebar .widget-title h3 {
    margin: 0;
    font-size: 20px;
    color: #3D3D3D;
    font-weight: 400; }
.sidebar .single-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none; }
.sidebar .single-sidebar .widget-single-post {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .sidebar .single-sidebar .widget-single-post + .widget-single-post {
    margin-top: 30px; }
  .sidebar .single-sidebar .widget-single-post .image-block .inner-block {
    width: 60px;
    overflow: hidden;
    border-radius: 50%; }
    .sidebar .single-sidebar .widget-single-post .image-block .inner-block > img {
      width: 100%; }
  .sidebar .single-sidebar .widget-single-post .text-block {
    padding-left: 20px; }
    .sidebar .single-sidebar .widget-single-post .text-block h3 {
      font-size: 16px;
      line-height: 24px;
      font-weight: 400; }
      .sidebar .single-sidebar .widget-single-post .text-block h3 a {
        color: #737373;
        transition: all .4s ease; }
        .sidebar .single-sidebar .widget-single-post .text-block h3 a:hover {
          color: #0096FF; }
.sidebar .single-sidebar .links-list {
  margin-top: -10px; }
  .sidebar .single-sidebar .links-list li + li {
    margin-top: 15px; }
  .sidebar .single-sidebar .links-list li a {
    color: #737373;
    font-size: 16px;
    font-weight: 400;
    transition: all .4s ease;
    position: relative;
    display: inline-block; }
    .sidebar .single-sidebar .links-list li a:before {
      content: '\f101';
      font-family: 'FontAwesome';
      color: #0096FF;
      font-size: 14px;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%) translateX(-15px);
      opacity: 0;
      transition: all .4s ease; }
    .sidebar .single-sidebar .links-list li a:hover {
      color: #0096FF;
      transform: translateX(20px); }
      .sidebar .single-sidebar .links-list li a:hover:before {
        opacity: 1; }
.sidebar .single-sidebar .tag-list-wrapper {
  margin-top: -10px; }
  .sidebar .single-sidebar .tag-list-wrapper a {
    font-size: 16px;
    color: #737373;
    transition: all .4s ease; }
    .sidebar .single-sidebar .tag-list-wrapper a:hover {
      color: #0096FF; }
.sidebar .single-sidebar .search-form {
  width: 100%;
  position: relative;
  height: 84px;
  border-radius: 4px;
  overflow: hidden; }
  .sidebar .single-sidebar .search-form input {
    border: none;
    outline: none;
    background-color: #0096FF;
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    padding-left: 50px;
    position: absolute;
    top: 0;
    left: 0; }
    .sidebar .single-sidebar .search-form input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff; }
    .sidebar .single-sidebar .search-form input::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff; }
    .sidebar .single-sidebar .search-form input:-ms-input-placeholder {
      /* IE 10+ */
      color: #fff; }
    .sidebar .single-sidebar .search-form input:-moz-placeholder {
      /* Firefox 18- */
      color: #fff; }
  .sidebar .single-sidebar .search-form button[type=submit] {
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    font-size: 16px; }





/* -------------------------------------------------- BANNER STYLES -------------------------------------------------- */



.banner-style-10 {
  position: relative;
  background-size:cover;
  padding-top: 200px;
  padding-bottom: 120px;
  background:#fff; }


  @media (max-width: 990px) {
    .banner-style-10 {padding-top:50px !important; }
    .bigtitle {font-size:30px !important; }
    }




  .banner-style-10:before {
    border-color: #FFF3FD;
    bottom: 10%;
    right: 32%; }
  .banner-style-10:after {
    border-color: #F3FAFF;
    top: 10%;
    left: 10%; }
  .banner-style-10 .banner-mock {
    position: absolute;
    top: 15%;
    right: 10%;
    animation: bannerImgBounce 5s ease-in-out 0s infinite alternate; }
@keyframes bannerImgBounce {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0); }
  100% {
    -webkit-transform: translateY(-20px) translateX(-20px);
    transform: translateY(-20px) translateX(-20px); } }
  .banner-style-10 [class*=bubble-] {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: absolute;
    background-color: #ede8ff;
    border: 1px solid #a98fff;
    animation-name: bubbleMover;
    animation-duration: 9s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    perspective: 100px; }
@keyframes bubbleMover {
  0% {
    transform: translateY(0px) translateX(0) rotate(0); }
  30% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: center center; }
  50% {
    transform: translateY(50px) translateX(100px) rotate(45deg);
    transform-origin: right bottom; }
  80% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: left top; }
  100% {
    transform: translateY(0px) translateX(0) rotate(0);
    transform-origin: center center; } }
  .banner-style-10 .bubble-1 {
    background-color: #fff7e0;
    border-color: #ffdd83;
    top: 10px;
    left: 20px; }
  .banner-style-10 .bubble-2 {
    background-color: #fff1ec;
    border-color: #ffb59d;
    bottom: 30px;
    left: 10%; }
  .banner-style-10 .bubble-3 {
    background-color: #ebf3ff;
    border-color: #b9d4ff;
    top: 40px;
    left: 40%; }
  .banner-style-10 .bubble-4 {
    background-color: #ddffe4;
    border-color: #93ff6d;
    top: 10px;
    right: 40%; }
  .banner-style-10 .bubble-5 {
    background-color: #ede8ff;
    border-color: #a98fff;
    bottom: 30px;
    right: 25%; }
  .banner-style-10 .bubble-6 {
    background-color: #ffe8fb;
    border-color: #ffa6ef;
    top: 40%;
    right: 10%; }
  .banner-style-10 .content-block {
    position: relative;
    z-index: 10; }
    .banner-style-10 .content-block h3,
    .banner-style-10 .content-block p {
      margin: 0; }
    .banner-style-10 .content-block h3 {
      color: #3D3D3D;
      font-size: 60px;
      line-height: 70px;
      font-weight: 500;
      margin-bottom: 40px; }
    .banner-style-10 .content-block p {
      color: #737373;
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 55px; }
    .banner-style-10 .content-block .banner-btn {
      display: inline-block;
      border-radius: 4px;
      box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1);
      vertical-align: middle;
      color: #ffffff;
      font-weight: 500;
      font-size: 14px;
      line-height: 1em;
      padding-top: 15px;
      padding-bottom:20px;
      padding-left: 20px;
      padding-right: 20px;;
      position: relative;
      background-color: #0096FF;
      transition: all .4s ease; }
      .banner-style-10 .content-block .banner-btn span {
        font-size: 18px;
        display: block;
        line-height: 1em;
        margin-top: 5px; }
      .banner-style-10 .content-block .banner-btn i {
        font-size: 30px;
        color: #737373;
        position: absolute;
        top: 50%;
        left: 40px;
        transform: translateY(-50%);
        transition: all .4s ease; }
      .banner-style-10 .content-block .banner-btn + .banner-btn {
        margin-left: 16px; }
      .banner-style-10 .content-block .banner-btn:hover {
        color: #0096FF;
        background-color: #fff;
        border-color: #0096FF; }
        .banner-style-10 .content-block .banner-btn:hover i {
          color: #fff; }
  .banner-style-10.home-page-two {
    padding-bottom: 277px;
    background: #fff url(../images/banner-bg-1-2.png) top right no-repeat;
    background-size: cover;
    margin-bottom: 60px; }
    .banner-style-10.home-page-two:before {
      border-color: rgba(255, 255, 255, 0.04); }
    .banner-style-10.home-page-two:after {
      border-color: rgba(255, 255, 255, 0.02); }
    .banner-style-10.home-page-two [class*=bubble-] {
      background-color: transparent !important;
      border-width: 2px; }
    .banner-style-10.home-page-two .banner-mock {
      right: 0;
      top: 20%; }
    .banner-style-10.home-page-two .content-block h3 {
      color: #fff; }
    .banner-style-10.home-page-two .content-block p {
      color: #D6C9E4; }
    .banner-style-10.home-page-two .content-block .banner-btn {
      color: #fff;
      border-style: solid;
      border-width: 1px;
      border-color: #0096FF;
      border-radius: 3px;
      background-color: transparent;
      box-shadow: 0px 15px 30px 0px rgba(255, 255, 255, 0.1); }
      .banner-style-10.home-page-two .content-block .banner-btn i {
        color: #fff; }
      .banner-style-10.home-page-two .content-block .banner-btn:hover {
        background-color: #fff;
        border-color: #0096FF;
        color:#0096FF}







        .banner-style-11 {
          position: relative;
          background-size:cover;
          padding-top: 130px;
          padding-bottom: 120px;
          background:#F4F4F4 url() no-repeat;background-size:cover }


          .banner-style-11:before {
            border-color: #FFF3FD;
            bottom: 10%;
            right: 32%; }
          .banner-style-11:after {
            border-color: #F3FAFF;
            top: 10%;
            left: 10%; }
          .banner-style-11 .banner-mock {
            position: absolute;
            top: 15%;
            right: 10%;
            animation: bannerImgBounce 5s ease-in-out 0s infinite alternate; }
        @keyframes bannerImgBounce {
          0% {
            -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0); }
          100% {
            -webkit-transform: translateY(-20px) translateX(-20px);
            transform: translateY(-20px) translateX(-20px); } }
          .banner-style-11 [class*=bubble-] {
            width: 26px;
            height: 26px;
            border-radius: 50%;
            position: absolute;
            background-color: #ede8ff;
            border: 1px solid #a98fff;
            animation-name: bubbleMover;
            animation-duration: 9s;
            animation-timing-function: linear;
            animation-iteration-count: infinite;
            perspective: 100px; }
        @keyframes bubbleMover {
          0% {
            transform: translateY(0px) translateX(0) rotate(0); }
          30% {
            transform: translateY(30px) translateX(50px) rotate(15deg);
            transform-origin: center center; }
          50% {
            transform: translateY(50px) translateX(100px) rotate(45deg);
            transform-origin: right bottom; }
          80% {
            transform: translateY(30px) translateX(50px) rotate(15deg);
            transform-origin: left top; }
          100% {
            transform: translateY(0px) translateX(0) rotate(0);
            transform-origin: center center; } }
          .banner-style-11 .bubble-1 {
            background-color: #fff7e0;
            border-color: #ffdd83;
            top: 10px;
            left: 20px; }
          .banner-style-11 .bubble-2 {
            background-color: #fff1ec;
            border-color: #ffb59d;
            bottom: 30px;
            left: 10%; }
          .banner-style-11 .bubble-3 {
            background-color: #ebf3ff;
            border-color: #b9d4ff;
            top: 40px;
            left: 40%; }
          .banner-style-11 .bubble-4 {
            background-color: #ddffe4;
            border-color: #93ff6d;
            top: 10px;
            right: 40%; }
          .banner-style-11 .bubble-5 {
            background-color: #ede8ff;
            border-color: #a98fff;
            bottom: 30px;
            right: 25%; }
          .banner-style-11 .bubble-6 {
            background-color: #ffe8fb;
            border-color: #ffa6ef;
            top: 40%;
            right: 10%; }
          .banner-style-11 .content-block {
            position: relative;
            z-index: 10; }
            .banner-style-11 .content-block h3,
            .banner-style-11 .content-block p {
              margin: 0; }
            .banner-style-11 .content-block h3 {
              color: #3D3D3D;
              font-size: 50px;
              line-height: 60px;
              font-weight: 500;
              margin-bottom: 40px; }
            .banner-style-11 .content-block p {
              color: #737373;
              font-size: 18px;
              line-height: 26px;
              margin-bottom: 55px; }
            .banner-style-11 .content-block .banner-btn {
              display: inline-block;
              border-radius: 4px;
              box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1);
              vertical-align: middle;
              color: #ffffff;
              font-weight: 500;
              font-size: 14px;
              line-height: 1em;
              padding-top: 15px;
              padding-bottom:20px;
              padding-left: 20px;
              padding-right: 20px;;
              position: relative;
              background-color: #0096FF;
              transition: all .4s ease; }
              .banner-style-11 .content-block .banner-btn span {
                font-size: 18px;
                display: block;
                line-height: 1em;
                margin-top: 5px; }
              .banner-style-11 .content-block .banner-btn i {
                font-size: 30px;
                color: #737373;
                position: absolute;
                top: 50%;
                left: 40px;
                transform: translateY(-50%);
                transition: all .4s ease; }
              .banner-style-11 .content-block .banner-btn + .banner-btn {
                margin-left: 16px; }
              .banner-style-11 .content-block .banner-btn:hover {
                color: #0096FF;
                background-color: #fff;
                border-color: #0096FF; }
                .banner-style-11 .content-block .banner-btn:hover i {
                  color: #fff;
                border-color:#0096FF; }
          .banner-style-11.home-page-two {
            padding-bottom: 277px;
            background: #fff url(../images/banner-bg-1-2.png) top right no-repeat;
            background-size: cover;
            margin-bottom: 60px; }
            .banner-style-11.home-page-two:before {
              border-color: rgba(255, 255, 255, 0.04); }
            .banner-style-11.home-page-two:after {
              border-color: rgba(255, 255, 255, 0.02); }
            .banner-style-11.home-page-two [class*=bubble-] {
              background-color: transparent !important;
              border-width: 2px; }
            .banner-style-11.home-page-two .banner-mock {
              right: 0;
              top: 20%; }
            .banner-style-11.home-page-two .content-block h3 {
              color: #fff; }
            .banner-style-11.home-page-two .content-block p {
              color: #D6C9E4; }
            .banner-style-11.home-page-two .content-block .banner-btn {
              color: #fff;
              border-style: solid;
              border-width: 1px;
              border-color: white;
              border-radius: 3px;
              background-color: transparent;
              box-shadow: 0px 15px 30px 0px rgba(255, 255, 255, 0.1); }
              .banner-style-11.home-page-two .content-block .banner-btn i {
                color: #fff; }
              .banner-style-11.home-page-two .content-block .banner-btn:hover {
                background-color: #fff;
                border-color: #0096FF;
                color:#0096FF; }





                .banner-style-13 {
                  position: relative;
                  background-size:cover;
                  padding-top: 200px;
                  padding-bottom: 10px;
                  background:#fff; }


                  .banner-style-13:before {
                    border-color: #FFF3FD;
                    bottom: 10%;
                    right: 32%; }
                  .banner-style-13:after {
                    border-color: #F3FAFF;
                    top: 10%;
                    left: 10%; }
                  .banner-style-13 .banner-mock {
                    position: absolute;
                    top: 15%;
                    right: 10%;
                    animation: bannerImgBounce 5s ease-in-out 0s infinite alternate; }
                @keyframes bannerImgBounce {
                  0% {
                    -webkit-transform: translateY(0) translateX(0);
                    transform: translateY(0) translateX(0); }
                  100% {
                    -webkit-transform: translateY(-20px) translateX(-20px);
                    transform: translateY(-20px) translateX(-20px); } }
                  .banner-style-13 [class*=bubble-] {
                    width: 26px;
                    height: 26px;
                    border-radius: 50%;
                    position: absolute;
                    background-color: #ede8ff;
                    border: 1px solid #a98fff;
                    animation-name: bubbleMover;
                    animation-duration: 9s;
                    animation-timing-function: linear;
                    animation-iteration-count: infinite;
                    perspective: 100px; }
                @keyframes bubbleMover {
                  0% {
                    transform: translateY(0px) translateX(0) rotate(0); }
                  30% {
                    transform: translateY(30px) translateX(50px) rotate(15deg);
                    transform-origin: center center; }
                  50% {
                    transform: translateY(50px) translateX(100px) rotate(45deg);
                    transform-origin: right bottom; }
                  80% {
                    transform: translateY(30px) translateX(50px) rotate(15deg);
                    transform-origin: left top; }
                  100% {
                    transform: translateY(0px) translateX(0) rotate(0);
                    transform-origin: center center; } }
                  .banner-style-13 .bubble-1 {
                    background-color: #fff7e0;
                    border-color: #ffdd83;
                    top: 10px;
                    left: 20px; }
                  .banner-style-13 .bubble-2 {
                    background-color: #fff1ec;
                    border-color: #ffb59d;
                    bottom: 30px;
                    left: 10%; }
                  .banner-style-13 .bubble-3 {
                    background-color: #ebf3ff;
                    border-color: #b9d4ff;
                    top: 40px;
                    left: 40%; }
                  .banner-style-13 .bubble-4 {
                    background-color: #ddffe4;
                    border-color: #93ff6d;
                    top: 10px;
                    right: 40%; }
                  .banner-style-13 .bubble-5 {
                    background-color: #ede8ff;
                    border-color: #a98fff;
                    bottom: 30px;
                    right: 25%; }
                  .banner-style-13 .bubble-6 {
                    background-color: #ffe8fb;
                    border-color: #ffa6ef;
                    top: 40%;
                    right: 10%; }
                  .banner-style-13 .content-block {
                    position: relative;
                    z-index: 10; }
                    .banner-style-13 .content-block h3,
                    .banner-style-13 .content-block p {
                      margin: 0; }
                    .banner-style-13 .content-block h3 {
                      color: #3D3D3D;
                      font-size: 40px;
                      line-height: 50px;
                      font-weight: 500;
                      margin-bottom: 0px; }
                    .banner-style-13 .content-block p {
                      color: #737373;
                      font-size: 18px;
                      line-height: 26px;
                      margin-bottom: 55px; }
                    .banner-style-13 .content-block .banner-btn {
                      display: inline-block;
                      border-radius: 4px;
                      box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1);
                      vertical-align: middle;
                      color: #ffffff;
                      font-weight: 500;
                      font-size: 14px;
                      line-height: 1em;
                      padding-top: 15px;
                      padding-bottom:20px;
                      padding-left: 20px;
                      padding-right: 20px;;
                      position: relative;
                      background-color: #0096FF;
                      transition: all .4s ease; }
                      .banner-style-13 .content-block .banner-btn span {
                        font-size: 18px;
                        display: block;
                        line-height: 1em;
                        margin-top: 5px; }
                      .banner-style-13 .content-block .banner-btn i {
                        font-size: 30px;
                        color: #737373;
                        position: absolute;
                        top: 50%;
                        left: 40px;
                        transform: translateY(-50%);
                        transition: all .4s ease; }
                      .banner-style-13 .content-block .banner-btn + .banner-btn {
                        margin-left: 16px; }
                      .banner-style-13 .content-block .banner-btn:hover {
                        color: #0096FF;
                        background-color: #fff;
                        border-color: #0096FF; }
                        .banner-style-13 .content-block .banner-btn:hover i {
                          color: #fff; }
                  .banner-style-10.home-page-two {
                    padding-bottom: 277px;
                    background: #fff url(../images/banner-bg-1-2.png) top right no-repeat;
                    background-size: cover;
                    margin-bottom: 60px; }
                    .banner-style-13.home-page-two:before {
                      border-color: rgba(255, 255, 255, 0.04); }
                    .banner-style-13.home-page-two:after {
                      border-color: rgba(255, 255, 255, 0.02); }
                    .banner-style-13.home-page-two [class*=bubble-] {
                      background-color: transparent !important;
                      border-width: 2px; }
                    .banner-style-13.home-page-two .banner-mock {
                      right: 0;
                      top: 20%; }
                    .banner-style-13.home-page-two .content-block h3 {
                      color: #fff; }
                    .banner-style-13.home-page-two .content-block p {
                      color: #D6C9E4; }
                    .banner-style-13.home-page-two .content-block .banner-btn {
                      color: #fff;
                      border-style: solid;
                      border-width: 1px;
                      border-color: #0096FF;
                      border-radius: 3px;
                      background-color: transparent;
                      box-shadow: 0px 15px 30px 0px rgba(255, 255, 255, 0.1); }
                      .banner-style-13.home-page-two .content-block .banner-btn i {
                        color: #fff; }
                      .banner-style-13.home-page-two .content-block .banner-btn:hover {
                        background-color: #fff;
                        border-color: #0096FF;
                        color:#0096FF}




                        .banner-style-20 {
                          position: relative;
                          background-size:cover;
                          padding-top: 120px;
                          padding-bottom: 120px;
                          background:#F4F4F4 url() no-repeat;background-size:cover }


                          .banner-style-20:before {
                            border-color: #FFF3FD;
                            bottom: 10%;
                            right: 32%; }
                          .banner-style-20:after {
                            border-color: #F3FAFF;
                            top: 10%;
                            left: 10%; }
                          .banner-style-20 .banner-mock {
                            position: absolute;
                            top: 15%;
                            right: 10%;
                            animation: bannerImgBounce 5s ease-in-out 0s infinite alternate; }
                        @keyframes bannerImgBounce {
                          0% {
                            -webkit-transform: translateY(0) translateX(0);
                            transform: translateY(0) translateX(0); }
                          100% {
                            -webkit-transform: translateY(-20px) translateX(-20px);
                            transform: translateY(-20px) translateX(-20px); } }
                          .banner-style-20 [class*=bubble-] {
                            width: 26px;
                            height: 26px;
                            border-radius: 50%;
                            position: absolute;
                            background-color: #ede8ff;
                            border: 1px solid #a98fff;
                            animation-name: bubbleMover;
                            animation-duration: 9s;
                            animation-timing-function: linear;
                            animation-iteration-count: infinite;
                            perspective: 100px; }
                        @keyframes bubbleMover {
                          0% {
                            transform: translateY(0px) translateX(0) rotate(0); }
                          30% {
                            transform: translateY(30px) translateX(50px) rotate(15deg);
                            transform-origin: center center; }
                          50% {
                            transform: translateY(50px) translateX(100px) rotate(45deg);
                            transform-origin: right bottom; }
                          80% {
                            transform: translateY(30px) translateX(50px) rotate(15deg);
                            transform-origin: left top; }
                          100% {
                            transform: translateY(0px) translateX(0) rotate(0);
                            transform-origin: center center; } }
                          .banner-style-20 .bubble-1 {
                            background-color: #fff7e0;
                            border-color: #ffdd83;
                            top: 10px;
                            left: 20px; }
                          .banner-style-20 .bubble-2 {
                            background-color: #fff1ec;
                            border-color: #ffb59d;
                            bottom: 30px;
                            left: 10%; }
                          .banner-style-20 .bubble-3 {
                            background-color: #ebf3ff;
                            border-color: #b9d4ff;
                            top: 40px;
                            left: 40%; }
                          .banner-style-20 .bubble-4 {
                            background-color: #ddffe4;
                            border-color: #93ff6d;
                            top: 10px;
                            right: 40%; }
                          .banner-style-20 .bubble-5 {
                            background-color: #ede8ff;
                            border-color: #a98fff;
                            bottom: 30px;
                            right: 25%; }
                          .banner-style-20 .bubble-6 {
                            background-color: #ffe8fb;
                            border-color: #ffa6ef;
                            top: 40%;
                            right: 10%; }
                          .banner-style-20 .content-block {
                            position: relative;
                            z-index: 10; }
                            .banner-style-20 .content-block h3,
                            .banner-style-20 .content-block p {
                              margin: 0; }
                            .banner-style-20 .content-block h3 {
                              color: #3D3D3D;
                              font-size: 60px;
                              line-height: 70px;
                              font-weight: 500;
                              margin-bottom: 40px; }
                            .banner-style-20 .content-block p {
                              color: #737373;
                              font-size: 18px;
                              line-height: 26px;
                              margin-bottom: 55px; }
                            .banner-style-20 .content-block .banner-btn {
                              display: inline-block;
                              border-radius: 4px;
                              box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1);
                              vertical-align: middle;
                              color: #ffffff;
                              font-weight: 500;
                              font-size: 14px;
                              line-height: 1em;
                              padding-top: 15px;
                              padding-bottom:20px;
                              padding-left: 20px;
                              padding-right: 20px;;
                              position: relative;
                              background-color: #0096FF;
                              transition: all .4s ease; }
                              .banner-style-20 .content-block .banner-btn span {
                                font-size: 18px;
                                display: block;
                                line-height: 1em;
                                margin-top: 5px; }
                              .banner-style-20 .content-block .banner-btn i {
                                font-size: 30px;
                                color: #737373;
                                position: absolute;
                                top: 50%;
                                left: 40px;
                                transform: translateY(-50%);
                                transition: all .4s ease; }
                              .banner-style-20 .content-block .banner-btn + .banner-btn {
                                margin-left: 16px; }
                              .banner-style-20 .content-block .banner-btn:hover {
                                color: #0096FF;
                                background-color: #fff;
                                border-color: #0096FF; }
                                .banner-style-20 .content-block .banner-btn:hover i {
                                  color: #fff;
                                border-color:#0096FF; }
                          .banner-style-20.home-page-two {
                            padding-bottom: 277px;
                            background: #fff url(../images/banner-bg-1-2.png) top right no-repeat;
                            background-size: cover;
                            margin-bottom: 60px; }
                            .banner-style-20.home-page-two:before {
                              border-color: rgba(255, 255, 255, 0.04); }
                            .banner-style-20.home-page-two:after {
                              border-color: rgba(255, 255, 255, 0.02); }
                            .banner-style-20.home-page-two [class*=bubble-] {
                              background-color: transparent !important;
                              border-width: 2px; }
                            .banner-style-20.home-page-two .banner-mock {
                              right: 0;
                              top: 20%; }
                            .banner-style-20.home-page-two .content-block h3 {
                              color: #fff; }
                            .banner-style-20.home-page-two .content-block p {
                              color: #D6C9E4; }
                            .banner-style-20.home-page-two .content-block .banner-btn {
                              color: #fff;
                              border-style: solid;
                              border-width: 1px;
                              border-color: white;
                              border-radius: 3px;
                              background-color: transparent;
                              box-shadow: 0px 15px 30px 0px rgba(255, 255, 255, 0.1); }
                              .banner-style-20.home-page-two .content-block .banner-btn i {
                                color: #fff; }
                              .banner-style-20.home-page-two .content-block .banner-btn:hover {
                                background-color: #fff;
                                border-color: #0096FF;
                                color:#0096FF; }





/* -------------------------------------------------- MODAL -------------------------------------------------- */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


.modal-content h4,h5 {color:#0096FF}
.modal-content h4 {font-size:25px;}
.modal-content h5 {font-size:18px;}
.modal-content p {padding-top:5px; padding-bottom:15px; margin-bottom:0!important;font-size:15px!important;}






    /* -------------------------------------------------- CUSTOM  -------------------------------------------------- */



.fontwhite {color: #ffffff;}
.fontblue {color: #0096FF;}
.bg-grey{background-color: #F5F5F5;}
.p-services{font-size:15px;line-height:17px;padding-bottom:40px;}
.linone{list-style: none;color:#737373;text-align:left}
.liservices{padding-top:10px;margin-left:-40px;}
.bg-presentation{background-image: url(http://www.alpissime.com/blog/wp-content/uploads/2019/10/Chalet-nuit.jpg) center center/100%;}
.image-side{max-width:90%; margin:auto;}
.bg-blue{background-color: #0096FF;}
.bg-white{background-color: #fff;}
#img-div{background: #fff url(../images/gondola-lift-in-the-ski-resort-in-the-early-P5SGY38.jpg) center center no-repeat/100%}
#fonctionnement-etapes{font-size:20px;color:#0096ff;border:solid 3px #0096FF;border-radius:50%;padding:20px 20px 20px 20px;text-align:center;}
.backgroundimage{ /*background: url(https://alpissime.com/fr-services-et-contrats-proprietaires-de-residences-secondaires/images/gondola-lift-in-the-ski-resort-in-the-early-P5SGY38.jpg) right center no-repeat/100%;*/padding:150px 0 150px;}
.backgroundimage2{ background-image: url("https://alpissime.com/fr-services-et-contrats-proprietaires-de-residences-secondaires/images/background.jpg");padding:150px 0 150px;}
.cstmbtn{  transition: 0.3s;padding:15px 25px 15px 25px;font-size:20px;background-color: #0096FF;color:#fff;border-radius: 5px; box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);}
.cstmbtn:hover {padding:15px 25px 15px 25px;font-size:20px;background-color: #fff;color:#0096FF;border-radius: 5px;box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);}
.cstmbtndiv{text-align:center;padding-top:50px;}
hr.style-one-1{width:50%;margin-left:25%}
.label{padding-top:5px!important;padding-bottom:5px!important;padding-right:10px!important;padding-left:10px!important;margin-bottom:30px;font-size:10px;border: 1px solid #0096FF;color:#0096FF;border-radius: 3px;text-transform: uppercase;font-weight: bold;}
.labelwhite{padding-top:5px!important;padding-bottom:5px!important;padding-right:10px!important;padding-left:10px!important;margin-bottom:30px;font-size:10px;border: 1px solid #ffffff;color:#ffffff;border-radius: 3px;text-transform: uppercase;font-weight: bold;}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) { .bouton-depot { }}


@media only screen
and (min-device-width : 0px)
and (max-device-width : 600px) { .logo-alpissime {width:150px; } }

@media (min-width: 601px) {
  .logo-alpissime {width:200px; } }

@media (max-width:900px;) {
  #fonctionnementtitle {font-size:45px!important;line-height:50px!important;}
}



/* HELPERS */
.bigtitle{color:#0096ff ;font-size:40px; padding-top:50px;padding-bottom:15px;}
.labbel-1{color:#ffffff;background-color:#FC427B;padding:5px 10px 5px 10px;border-radius:3px;}
.labbel-2{color:#ffffff;background-color:#FF9300;padding:5px 10px 5px 10px;border-radius:3px;}
.labbel-3{color:#ffffff;background-color:#0096FF;padding:5px 10px 5px 10px;border-radius:3px;}

.btn-blue{color:#ffffff;background-color:#0096FF;padding:5px 20px 5px 20px;border-radius:3px;}
.btn-blue:hover{color:#ffffff;background-color:#FC427B;padding:5px 20px 5px 20px;border-radius:3px;}


.btn-white{color:#0096FF;background-color:#ffffff;font-weight: 500;padding:10px 30px 10px 30px;border-radius:3px;}
.btn-white:hover{color:#0096FF;background-color:#ffffff;font-weight: 500;padding:10px 30px 10px 30px;border-radius:3px;box-shadow: 8px 8px 15px 1px rgba(0, 0, 0, .08);transition: all .2s ease;}



.a-blue{color:#0096ff!important;}
.a-pink{color:#FC427B;}
.a-orange{color:#FF9300;}
.a-white{color:#ffffff}
.bg-blue{background: #0096FF}

.text-center{text-align: center!important;}
.text-left{text-align: left;}
.text-right{text-align: right;}
.f16{font-size: 16px!important}
.f25{font-size:25px}
.f20{font-size:20px}
.f36{font-size: 36px!important;}
.f45{font-size: 45px!important;}
.fw800{font-weight: 800}
.fwhite{color:#ffffff}

.lh24 {line-height:24px!important}

.card-blue{padding:30px 20px 30px 20px; background-color:#0096FF; color:#ffffff!important;border-radius:10px;box-shadow: 10px 10px 5px 1px rgba(0, 0, 0, .15);}
.card-pink{padding:30px 20px 30px 20px; background-color:#FC427B; color:#ffffff!important;border-radius:10px;box-shadow: 10px 10px 5px 1px rgba(0, 0, 0, .15);}
.card-orange{}
.card-grey{padding:50px 20% 30px 20%; background-color:#F4F4F4;border-radius:10px;box-shadow: 10px 10px 5px 1px rgba(0, 0, 0, .15);text-align:center;color:#737373!important;}

.icon-font{font-size:50px;color:#0096FF}

.radius-img{border-radius:10px;}
.radius-img-2{border-radius:10px 10px 0px 0px;}

.w90{width:90%}
.w100{width:100%}
.w80{width:80%}
.w60{width:60%}
.w40{width:40%}
.w20{width:20%}
.center-img {  display: block;  margin-left: auto;  margin-right: auto;}

.h80{height:80%}

.p-link{font-family: "dm sans", sans-serif;    font-size: 16px;    line-height: 25px;    color: #737373;}
.radius-max {border-radius: 1000px;}

.border-card{box-shadow: 10px 10px 15px 1px rgba(0, 0, 0, .050);background-color: #ffffff; border-radius:10px;padding-bottom:35px;}
.border-card:hover{box-shadow: 10px 10px 15px 1px rgba(0, 0, 0, .080);background-color: #ffffff; border-radius:10px;padding-bottom:35px;  transition: all .2s ease;}


.border-card2{box-shadow: 10px 10px 15px 1px rgba(0, 0, 0, .070);background-color: #ffffff; border-radius:10px 10px 10px 10px;}
.border-card2:hover{box-shadow: 10px 10px 15px 1px rgba(0, 0, 0, .10);background-color: #ffffff;border-radius:10px 10px 10px 10px;  transition: all .2s ease;}

.border-g2{border:solid 1px #F9F9F9 }

.radius-left{border-radius:10px 0px 0px 10px;}
.radius{border-radius:10px;}

.pl0{padding-left:0px!important;}

.p-0{padding:0!important}.p-3{padding:3px!important}.p-5{padding:5px!important}.p-10{padding:10px!important}.p-15{padding:15px!important}.p-20{padding:20px!important}.p-25{padding:25px!important}.p-30{padding:30px!important}.p-35{padding:35px!important}.p-40{padding:40px!important}.p-45{padding:45px}.p-50{padding:50px!important}.pt-0{padding-top:0!important}.pt-3{padding-top:3px!important}.pt-5{padding-top:5px!important}.pt-10{padding-top:10px!important}.pt-15{padding-top:15px!important}.pt-20{padding-top:20px!important}.pt-25{padding-top:25px!important}.pt-30{padding-top:30px!important}.pt-35{padding-top:35px!important}.pt-40{padding-top:40px!important}.pt-45{padding-top:45px!important}.pt-50{padding-top:50px!important}.pt-80{padding-top:80px!important}.pt-100{padding-top:100px!important}.pt-130{padding-top:130px!important}.pr-0{padding-right:0!important}.pr-3{padding-right:3px!important}.pr-5{padding-right:5px!important}.pr-10{padding-right:10px!important}.pr-15{padding-right:15px!important}.pr-20{padding-right:20px!important}.pr-25{padding-right:25px!important}.pr-30{padding-right:30px!important}.pr-35{padding-right:35px!important}.pr-40{padding-right:40px!important}.pr-45{padding-right:45px!important}.pr-50{padding-right:50px!important}.pb-0{padding-bottom:0!important}.pb-3{padding-bottom:3px!important}.pb-5{padding-bottom:5px!important}.pb-10{padding-bottom:10px!important}.pb-15{padding-bottom:15px!important}.pb-20{padding-bottom:20px!important}.pb-25{padding-bottom:25px!important}.pb-30{padding-bottom:30px!important}.pb-35{padding-bottom:35px!important}.pb-40{padding-bottom:40px!important}.pb-45{padding-bottom:45px!important}.pb-50{padding-bottom:50px!important}.pl-0{padding-left:0!important}.pl-3{padding-left:3px!important}.pl-5{padding-left:5px!important}.pl-10{padding-left:10px!important}.pl-15{padding-left:15px!important}.pl-20{padding-left:20px!important}.pl-25{padding-left:25px!important}.pl-30{padding-left:30px!important}.pl-35{padding-left:35px!important}.pl-40{padding-left:40px!important}.pl-45{padding-left:45px!important}.pl-50{padding-left:50px!important}.m-0{margin:0!important}.m-3{margin:3px!important}.m-5{margin:5px!important}.m-10{margin:10px!important}.m-15{margin:15px!important}.m-20{margin:20px!important}.m-25{margin:25px!important}.m-30{margin:30px!important}.m-35{margin:35px!important}.m-40{margin:40px!important}.m-45{margin:45px!important}.m-50{margin:50px!important}.mt-0{margin-top:0!important}.mt-3{margin-top:3px!important}.mt-5{margin-top:5px!important}.mt-10{margin-top:10px!important}.mt-15{margin-top:15px!important}.mt-20{margin-top:20px!important}.mt-25{margin-top:25px!important}.mt-30{margin-top:30px!important}.mt-35{margin-top:35px!important}.mt-40{margin-top:40px!important}.mt-45{margin-top:45px!important}.mt-50{margin-top:50px!important}.mt-60{margin-top:60px!important}.mr-0{margin-right:0!important}.mr-3{margin-right:3px!important}.mr-5{margin-right:5px!important}.mr-10{margin-right:10px!important}.mr-15{margin-right:15px!important}.mr-20{margin-right:20px!important}.mr-25{margin-right:25px!important}.mr-30{margin-right:30px!important}.mr-35{margin-right:35px!important}.mr-40{margin-right:40px!important}.mr-45{margin-right:45px!important}.mr-50{margin-right:50px!important}.mb-0{margin-bottom:0!important}.mb-3{margin-bottom:3px!important}.mb-5{margin-bottom:5px!important}.mb-10{margin-bottom:10px!important}.mb-15{margin-bottom:15px!important}.mb-20{margin-bottom:20px!important}.mb-25{margin-bottom:25px!important}.mb-30{margin-bottom:30px!important}.mb-35{margin-bottom:35px!important}.mb-40{margin-bottom:40px!important}.mb-45{margin-bottom:45px!important}.mb-50{margin-bottom:50px!important}.ml-0{margin-left:0!important}.ml-3{margin-left:3px!important}.ml-5{margin-left:5px!important}.ml-10{margin-left:10px!important}.ml-15{margin-left:15px!important}.ml-20{margin-left:20px!important}.ml-25{margin-left:25px!important}.ml-30{margin-left:30px!important}.ml-35{margin-left:35px!important}.ml-40{margin-left:40px!important}.ml-45{margin-left:45px!important}.ml-50{margin-left:50px!important}

.bold{font-weight:500}

.contactform{border:solid,1px,grey;background:white;shadow:2px 2px 4px #F4F4F4;}

.pricing-packs :hover{box-shadow: 10px 10px 15px 1px rgba(0, 0, 0, .080);transition: all .2s ease;}


.btn-modal{background-color: #0096FF;padding:10px 20px 10px 20px;color:#ffffff;border:0px;border-radius:5px;}
.btn-modal:hover{background-color: #FC427B;padding:10px 20px 10px 20px;color:#ffffff;border:0px;border-radius:5px;box-shadow: 10px 10px 15px 1px rgba(0, 0, 0, .10);  transition: all .2s ease;}
.z-i{z-index: 100000}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

* {
    padding: 0;
    margin: 0;
}

.wrapper {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eee;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 10% auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes scale {

    0%,
    100% {
        transform: none
    }

    50% {
        transform: scale3d(1.1, 1.1, 1)
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142
    }
}





