@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

body {
  font-family: "Source Sans 3", sans-serif;
 

}

*, *::after, *::before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  html, body {
    height: 100%;
  }
  
  body {
      line-height: 1.74;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    visibility: visible;
   font-family: 'Nunito Sans', sans-serif;
  
    color: #273B5E;
    position: relative;
    background-color: #ffffff;
    overflow-x: hidden;
  }

  body.no-overflow {
    overflow: hidden;
  }


  h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
  }


  .ht-btn.ht-btn-md {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 39px;
    height: 40px;
    margin-left: 5px;
}

.ht-btn {
  font-size: 15px;
  font-weight: 500;
  border-style: solid;
  border-radius: 2px;
  border-color: #2384fb;
  padding: 0 20px;
  text-align: center;
  color: #2384fb;
  background: 0 0;
  border-width: 1px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

  /*============================================
  =           02. Section Spacing Css          =
  =============================================*/
 
  .section-space--pb_100 {
    padding-bottom: 100px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pb_100 {
      padding-bottom: 80px;
    }
  }
  @media only screen and (max-width: 767px) {
    .section-space--pb_100 {
      padding-bottom: 60px;
    }
  }
  
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px;
    }
  }
 

  p:last-child {
    margin-bottom: 0;
  }
  
  a, button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
  }
  
  a, button, img, input {
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  
  *:focus {
    outline: none !important;
  }
  
  a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
  }
  
  .btn.focus, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  a:hover {
    text-decoration: none;
    color: #086AD8;
  }
  
  button, input[type="submit"] {
    cursor: pointer;
  }
  
  ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
  }

/* .header-area {
    position: relative;
    z-index: 9;
  } */

  /* .header-area {
    position: relative;
    width: 100%;
    left: 0;
    z-index: 20;
    top: 0px;
    background: #1164e9;
  } */
  
  /* .logo_white{
    display: block;
  }
  
  .logo{
    display: none;
  }
  
  /* .navbar-brand img{
    height: 70px;
  } */
  
  /* .is-sticky .logo_white{
    display: none;
  }
  
  .is-sticky  .logo{
    display: block;
  } */


  /* .header-area {
    position: relative;
    z-index: 9;
  }
  
  .header-area.header-home {
    background: #1164e9;
} */

#header-home{
  background: #1970EB;
}

.header-home .navigation-menu > ul > li > a{

  color:#fff; }
  
  .header-home .is-sticky .navigation-menu > ul > li > a{
  
  color: #273B5E;}


 .is-sticky .head-home-logo {
    content: url(images/agaram-logo.png);
}

  .header-area  .is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
            animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
    z-index: 999;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff !important;
  }
  .header-area .is-sticky .navigation-menu--text_white > ul > li > a {
    color: #444;
  }
  .header-area .is-sticky .navigation-menu--text_white > ul > li > a > span:after {
    background-color: #444;
  }
  .header-area .is-sticky .navigation-menu--text_white > ul > li.active > a {
    color: #000000;
  }
  .header-area .is-sticky .navigation-menu--text_white > ul > li:hover > a:after, .header-area .is-sticky .navigation-menu--text_white > ul > li.active > a:after {
    color: #000000;
  }
  .header-area .is-sticky .navigation-menu--text_white > ul > li:hover > a > span, .header-area .is-sticky .navigation-menu--text_white > ul > li.active > a > span {
    color: #000000;
  }
  .header-area .is-sticky .header-search-form .search-form-top .style-02 {
    background-color: transparent;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .header-area .is-sticky .header-search-form .search-form-top.style-03 {
    background-color: transparent;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .header-area .is-sticky .header-search-form .search-form-top.style-03 input::-webkit-input-placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::-webkit-input-placeholder {
    color: #333;
  }
  .header-area .is-sticky .header-search-form .search-form-top.style-03 input::-moz-placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::-moz-placeholder {
    color: #333;
  }
  .header-area .is-sticky .header-search-form .search-form-top.style-03 input:-ms-input-placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea:-ms-input-placeholder {
    color: #333;
  }
  .header-area .is-sticky .header-search-form .search-form-top.style-03 input::-ms-input-placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::-ms-input-placeholder {
    color: #333;
  }
  .header-area .is-sticky .header-search-form .search-form-top.style-03 input::placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::placeholder {
    color: #333;
  }
  .header-area .is-sticky .header-search-form .search-form-top .search-field {
    color: #000;
  }
  .header-area .is-sticky .header-search-form .search-form-top .search-submit {
    color: #333;
  }
  .header-area .is-sticky .header__logo .dark-logo {
    display: inherit;
  }
  .header-area .is-sticky .header__logo .light-logo {
    display: none;
  }
  .header-area .is-sticky .menu-style-four .navigation-menu > ul > li > a {
    color: #333;
  }
  .header-area .is-sticky .menu-style-four .navigation-menu > ul > li:hover > a:after, .header-area .is-sticky .menu-style-four .navigation-menu > ul > li.active > a:after {
    color: #333;
  }
  .header-area .is-sticky .menu-style-four .navigation-menu > ul > li:hover > a > span, .header-area .is-sticky .menu-style-four .navigation-menu > ul > li.active > a > span {
    color: #333;
  }
  .header-area .is-sticky .menu-style-four .navigation-menu > ul > li:hover > a:before, .header-area .is-sticky .menu-style-four .navigation-menu > ul > li.active > a:before {
    width: 100%;
    left: 0;
  }
  .header-area .is-sticky .header-search-form-two.white-icon a {
    color: #333;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .header-area.is-sticky.only-mobile-sticky {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      -webkit-animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
              animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
      z-index: 999;
      -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
      -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
      background-color: #fff;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .header-area.is-sticky.only-mobile-sticky .header-bottom-wrap.is-sticky {
      display: none !important;
    }
    .Analytica-hero-text  p{
      font-size: 19px !important;
    } 
  }
  .header-area--absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .header-area--absolute {
      position: static;
    }
  }
  .header-area--absolute__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
  }
  .header-area--default {
    border-color: #E4E8F6;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  }
  
  .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    /* logo */
  }
  .header__logo {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
    padding: 14px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .header__logo.top-logo {
    padding: 25px 0;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .header__logo {
      -webkit-flex-basis: 20%;
          -ms-flex-preferred-size: 20%;
              flex-basis: 20%;
    }
    .Analytica-hero-text  p{
      font-size: 19px !important;
    } 
  }
  @media only screen and (max-width: 767px) {
    .header__logo {
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
    }
    .header__logo.top-logo {
      padding: 15px 0;
    }
  }
  .header__logo > a img {
    width: 210px;
  }
  
  
  .header__logo .dark-logo {
    display: none;
  }
  .header__logo .light-logo {
    display: inherit;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .header__logo .dark-logo {
      display: inherit;
    }
    .header__logo .light-logo {
      display: none;
    }
  }
  .header.default-menu-style .header__logo {
    -webkit-flex-basis: 23.5%;
        -ms-flex-preferred-size: 23.5%;
            flex-basis: 23.5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 14px 0;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .header.default-menu-style .header__logo {
      -webkit-flex-basis: 13%;
          -ms-flex-preferred-size: 13%;
              flex-basis: 13%;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .header.default-menu-style .header__logo {
      -webkit-flex-basis: 40%;
          -ms-flex-preferred-size: 40%;
              flex-basis: 40%;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
    }
    .Analytica-hero-text  p{
      font-size: 19px !important;
    } 
  }
  @media only screen and (max-width: 767px) {
    .header.default-menu-style .header__logo {
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
    }
  }
  .header.default-menu-style .header-midle-box {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header.default-menu-style .header-right-box {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: 23.5%;
        -ms-flex-preferred-size: 23.5%;
            flex-basis: 23.5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .header.default-menu-style .header-right-box {
      -webkit-flex-basis: 23%;
          -ms-flex-preferred-size: 23%;
              flex-basis: 23%;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header.default-menu-style .header-right-box {
      -webkit-flex-basis: 60%;
          -ms-flex-preferred-size: 60%;
              flex-basis: 60%;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header.default-menu-style .header-right-box {
      -webkit-flex-basis: 60%;
          -ms-flex-preferred-size: 60%;
              flex-basis: 60%;
    }
  }
  @media only screen and (max-width: 767px) {
    .header.default-menu-style .header-right-box {
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
    }
  }
  .header.default-menu-style .header-right-box .header-right-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  @media only screen and (max-width: 767px) {
    .header.default-menu-style .header-right-box .header-right-inner {
      margin: auto;
    }
  }
  
  /*======================
      - language 
  =======================*/
  .language-menu {
    padding-right: 25px;
  }
  .language-menu > ul > li {
    position: relative;
    display: inline-block;
    line-height: 1;
    padding: 0 10px;
  }
  .language-menu > ul > li > a {
    padding: 0 10px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
  }
  .language-menu > ul > li > a span {
    margin-left: 10px;
  }
  .language-menu > ul > li > a::after {
    content: "\f078";
    font-size: 8px;
    border: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 500;
  }
  .language-menu > ul > li ul {
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    padding: 0;
    margin: 0;
    list-style-type: none;
    z-index: 102;
    -webkit-box-shadow: 0 0 37px rgba(0, 0, 0, 0.07);
            box-shadow: 0 0 37px rgba(0, 0, 0, 0.07);
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .language-menu > ul > li ul li a {
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    padding: 10px;
    border: 0;
    background: #fff;
    color: #222;
    line-height: 1;
    text-transform: uppercase;
  }
  .language-menu > ul > li ul li a span {
    margin-left: 10px;
  }
  .language-menu > ul > li ul li a img {
    width: 24px;
    height: auto;
  }
  .language-menu > ul > li ul li a:hover {
    background: #EEEEEE;
  }
  .language-menu > ul > li:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
  }
  
  .header-right {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
  }
  
  .header-right-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding: 0 12px;
  }
  @media only screen and (max-width: 767px) {
    .header-right-inner {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      margin: auto;
      width: 100%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 20px;
      -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
              box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
      -webkit-transform: translateY(30px);
          -ms-transform: translateY(30px);
              transform: translateY(30px);
      background-color: #ffffff;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }
  @media only screen and (max-width: 767px) {
    .header-right-inner.active {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      z-index: 999;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .header-right-box .header-right-inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
    }
  }
  @media only screen and (max-width: 575px) {
    .header-right-box .header-right-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }
  
  .header-top-info-slider-werap {
    overflow: hidden;
    max-width: 770px;
    width: 100%;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-top-info-slider-werap {
      max-width: 540px;
    }
    .Analytica-hero-text  p{
      font-size: 19px !important;
    } 
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-top-info-slider-werap {
      max-width: 280px;
    }
  }
  @media only screen and (max-width: 767px) {
    .header-top-info-slider-werap {
      max-width: 100%;
    }
  }
  
  .header-top-info-slider-werap {
    padding: 0 12px;
  }
  @media only screen and (max-width: 767px) {
    .header-top-info-slider-werap {
      padding: 0 0px;
    }
  }
  
  .header-top-info-inner .info-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: 1px solid #ddd;
    padding-left: 19px;
  }
  .header-top-info-inner .info-item .info-icon {
    width: 41px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    font-size: 30px;
    line-height: 1;
    color: #d2a98e;
  }
  .header-top-info-inner .info-item .info-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .header-top-info-inner .info-item .info-content .info-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.18;
    margin-bottom: 6px;
  }
  .header-top-info-inner .info-item .info-content .info-sub-title {
    font-size: 14px;
  }
  @media only screen and (max-width: 767px) {
    .header-top-info-inner .info-item {
      padding-left: 0px;
      margin-top: 20px;
    }
  }
  .header-top-info-inner.default-color .info-item .info-icon {
    color: #086AD8;
  }
  
  .top-info-slider__container {
    cursor: w-resize;
  }
  .top-info-slider__container .swiper-slide-active .info-item {
    border-left: none;
  }
  
  .header-social-networks.style-icons a {
    display: inline-block;
    padding: 0 10px;
    font-size: 18px;
    margin-top: 10px;
  }
  
  .header-bottom-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .header-bottom-left-wrap {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  
  .header-search-form {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
  }
  .header-search-form .search-form-top {
    position: relative;
    background-color: rgba(0, 47, 166, 0.3);
  }
  .header-search-form .search-form-top .search-field {
    width: 270px;
    border-radius: 0;
    border: 0 !important;
    background: 0 0 !important;
    min-height: 60px;
    padding-right: 50px;
    padding-left: 10px;
    color: #fff;
  }
  .header-search-form .search-form-top input::-webkit-input-placeholder, .header-search-form .search-form-top textarea::-webkit-input-placeholder {
    color: #333;
  }
  .header-search-form .search-form-top input::-moz-placeholder, .header-search-form .search-form-top textarea::-moz-placeholder {
    color: #333;
  }
  .header-search-form .search-form-top input:-ms-input-placeholder, .header-search-form .search-form-top textarea:-ms-input-placeholder {
    color: #333;
  }
  .header-search-form .search-form-top input::-ms-input-placeholder, .header-search-form .search-form-top textarea::-ms-input-placeholder {
    color: #333;
  }
  .header-search-form .search-form-top input::placeholder, .header-search-form .search-form-top textarea::placeholder {
    color: #333;
  }
  .header-search-form .search-form-top .search-submit {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    font-size: 18px;
    background: 0 0;
    width: 48px;
    height: 48px;
    line-height: 50px;
    padding: 0;
    border: 0;
    color: #ffffff;
  }
  .header-search-form .search-form-top.style-02 {
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
  }
  .header-search-form .search-form-top.style-02 .search-field {
    width: 232px;
    border-radius: 0;
    background: #fff !important;
    border: 0 !important;
    min-height: 60px;
    color: #333;
  }
  .header-search-form .search-form-top.style-02 .search-submit {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    font-size: 18px;
    background: 0 0;
    width: 48px;
    height: 48px;
    line-height: 50px;
    padding: 0;
    border: 0;
    color: #000000;
  }
  .header-search-form .search-form-top.style-03 input::-webkit-input-placeholder {
    color: #ddd;
  }
  .header-search-form .search-form-top.style-03 input::-moz-placeholder {
    color: #ddd;
  }
  .header-search-form .search-form-top.style-03 input:-ms-input-placeholder {
    color: #ddd;
  }
  .header-search-form .search-form-top.style-03 input::-ms-input-placeholder {
    color: #ddd;
  }
  .header-search-form .search-form-top.style-03 input::placeholder {
    color: #ddd;
  }
  .header-search-form.default-search {
    height: 100%;
  }
  .header-search-form.default-search .search-form-top {
    background: transparent;
    border-left: 1px solid #eee;
    margin-right: 5px;
  }
  @media only screen and (max-width: 575px) {
    .header-search-form.default-search .search-form-top {
      margin-top: 15px;
      background: #eee;
    }
  }
  .header-search-form.default-search .search-form-top .search-field {
    max-width: 225px;
    color: #333;
    min-height: 80px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .header-search-form.default-search .search-form-top .search-field {
      max-width: 160px;
    }
  }
  @media only screen and (max-width: 767px) {
    .header-search-form.default-search .search-form-top .search-field {
      min-height: 40px;
    }
  }
  .header-search-form.default-search .search-form-top .search-submit {
    color: #000000;
  }
  .header-search-form-two {
    padding-left: 24px;
    display: block;
  }
  .header-search-form-two a {
    line-height: 0;
    font-size: 18px;
  }
  .header-search-form-two a:hover {
    -webkit-transform: scale(1.15, 1.15);
        -ms-transform: scale(1.15, 1.15);
            transform: scale(1.15, 1.15);
  }
  .header-search-form-two.white-icon a {
    color: #ffffff;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .header-search-form-two.white-icon a {
      color: #333;
    }
  }
  
  .top-bar-left {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .top-bar-left .top-bar-text {
    font-size: 14px;
    line-height: 1.78;
  }
  .top-bar-left .top-bar-text .font-medium {
    font-weight: 500;
  }
  
  .top-bar-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
  }
  .top-bar-wrap .top-bar-right .top-bar-info .info-item {
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
  }
  .top-bar-wrap .top-bar-right .top-bar-info .info-item:first-child {
    margin-left: 0;
  }
  .top-bar-wrap .top-bar-right .top-bar-info .info-item .info-icon {
    margin-right: 5px;
    font-size: 14px;
  }
  
  .top-message {
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.78;
  }
  .top-message a {
    color: #002FA6;
    font-weight: 500;
  }
  .top-message a:hover {
    color: #d2a98e;
  }
  
  /*============================== 
      - Navigation Menu Css
  ===============================*/
  .navigation-menu > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .navigation-menu > ul > li {
    margin: 0 24px;
  }
  @media only screen and (min-width: 1500px) and (max-width: 1599px) {
    .navigation-menu > ul > li {
      margin: 0 22px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .navigation-menu > ul > li {
      margin: 0 15px;
    }
  }
  .navigation-menu > ul > li > a {
    display: block;
    color: #273B5E;
    padding: 21px 2px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.18;
    -webkit-transition: all 0.0s ease-in-out;
    -o-transition: all 0.0s ease-in-out;
    transition: all 0.0s ease-in-out;
  }
  .navigation-menu > ul > li > a:before {
    content: "";
    width: 0;
    height: 3px;
    bottom: 0;
    position: absolute;
    left: 0;
    background-color: #086AD8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .navigation-menu > ul > li > a span {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .navigation-menu > ul > li.has-children > a {
    position: relative;
  }
  .navigation-menu > ul > li.has-children > a:after {
    position: static;
    margin-left: 5px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
   font-weight:600;
    font-size: 14px;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .navigation-menu > ul > li.has-children--multilevel-submenu {
    position: relative;
  }
  .navigation-menu > ul > li.has-children:hover .megamenu {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
  .navigation-menu > ul > li.has-children:hover .megamenu--home-variation__item {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .navigation-menu > ul > li.has-children:hover > .submenu {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
  .navigation-menu > ul > li:hover > a:after, .navigation-menu > ul > li.active > a:after {
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .is-sticky .navigation-menu > ul > li:hover > a:after, .is-sticky .navigation-menu > ul > li.active > a:after {
  color: #1164e9;	
  }
  .is-sticky .navigation-menu > ul > li:hover > a span, .is-sticky .navigation-menu > ul > li.active > a span {
    color: #1164e9;
    
  }
  
  .navigation-menu > ul > li:hover > a span, .navigation-menu > ul > li.active > a span {
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .navigation-menu > ul > li:hover > a:before, .navigation-menu > ul > li.active > a:before {
    width: 100%;
    left: 0;
  }
  .navigation-menu.primary--menu > ul > li > a {
    padding: 31px 2px;
  }
  .navigation-menu--text_white > ul > li > a {
    color: rgba(255, 255, 255, 0.7);
  }
  .navigation-menu--text_white > ul > li > a:before {
    background-color: #ffffff;
  }
  .navigation-menu--text_white > ul > li.active > a {
    color: #ffffff;
  }
  .navigation-menu--text_white > ul > li:hover > a:after, .navigation-menu--text_white > ul > li.active > a:after {
    color: #ffffff;
  }
  .navigation-menu--text_white > ul > li:hover > a > span, .navigation-menu--text_white > ul > li.active > a > span {
    color: #ffffff;
  }
  
  .header-bottom-left-wrap .navigation-menu > ul > li:first-child {
    margin: 0 24px 0 0;
  }
  
  /*===================================
      - Multilevel Submenu Css
  ====================================*/
  .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #086AD8;
    background-color: #ffffff;
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
    visibility: hidden;
    opacity: 0;
    min-width: 240px;
    padding: 20px 0;
    z-index: 9;
  }
  .submenu > li {
    position: relative;
  }
  .submenu > li > a {
      font-size:14px;
    display: block;
    padding: 5px 30px;
    color: #273B5E;
    font-weight: 600;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
  }
  .submenu > li > a > span {
    position: relative;
  }
  .submenu > li > a > span:after {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    background-color: #086AD8;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .submenu > li > a:hover {
    color: #086AD8;
  }
  .submenu > li > a:hover > span:after {
    width: 100%;
    left: 0;
    right: auto;
  }
  .submenu > li:hover > .submenu {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    opacity: 1;
    z-index: 9;
  }
  .submenu > li.active > a {
    color: #086AD8;
  }
  .submenu > li.has-children > a {
    position: relative;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .submenu > li.has-children > a:after {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f105";
    font-size: 14px;
    vertical-align: middle;
    color: #ababab;
  }
  .submenu > li.has-children > a:hover:after {
    color: #086AD8;
  }
  .submenu > li.has-children.active > a {
    color: #086AD8;
  }
  .submenu .submenu {
    top: 0px;
    left: 100%;
    right: auto;
  }
  .submenu .submenu.left {
    right: 100%;
    left: auto;
  }
  .submenu .submenu .submenu {
    top: 0;
    left: 100%;
    right: auto;
  }
  .submenu .submenu .submenu.left {
    right: 100%;
    left: auto;
  }
  .submenu .submenu .submenu .submenu {
    top: 0;
    left: 100%;
    right: auto;
  }
  .submenu .submenu .submenu .submenu.left {
    right: 100%;
    left: auto;
  }
  .submenu .submenu .submenu .submenu .submenu {
    top: 0;
    left: 100%;
    right: auto;
  }
  .submenu .submenu .submenu .submenu .submenu.left {
    right: 100%;
    left: auto;
  }
  
  .menu-style-three .navigation-menu > ul > li, .menu-style-four .navigation-menu > ul > li {
    padding-left: 12px;
    padding-right: 12px;
    margin: 0;
  }
  @media only screen and (min-width: 1500px) and (max-width: 1599px) {
    .menu-style-three .navigation-menu > ul > li, .menu-style-four .navigation-menu > ul > li {
      padding-left: 14px;
      padding-right: 14px;
    }
  }
  .menu-style-three .navigation-menu > ul > li:hover > a:before, .menu-style-three .navigation-menu > ul > li.active > a:before, .menu-style-four .navigation-menu > ul > li:hover > a:before, .menu-style-four .navigation-menu > ul > li.active > a:before {
    width: 0%;
    left: 0;
  }
  .menu-style-three .submenu.left, .menu-style-four .submenu.left {
    left: -100px;
  }
  .menu-style-three .submenu.left .submenu.left, .menu-style-four .submenu.left .submenu.left {
    right: 100%;
    left: auto;
  }
  
  .menu-style-four .navigation-menu > ul > li > a {
    color: #ffffff;
  }
  .menu-style-four .navigation-menu > ul > li > a:before {
    content: "";
    width: 0;
    height: 3px;
    bottom: 0;
    position: absolute;
    left: 0;
    background-color: #d2a98e;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .menu-style-four .navigation-menu > ul > li:hover > a:after, .menu-style-four .navigation-menu > ul > li.active > a:after {
    color: #ffffff;
  }
  .menu-style-four .navigation-menu > ul > li:hover > a > span, .menu-style-four .navigation-menu > ul > li.active > a > span {
    color: #ffffff;
  }
  .menu-style-four .navigation-menu > ul > li:hover > a:before, .menu-style-four .navigation-menu > ul > li.active > a:before {
    width: 100%;
    left: 0;
  }
  
  /*=========================================
      - Mega Menu Css
  ===========================================*/
  .megamenu {
    position: absolute;
    top: 100%;
    left: 240px;
    -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #086AD8;
    background-color: #ffffff;
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
  }
  .megamenu--mega {
    min-width: 480px;
    width: 50%;
    padding: 35px 20px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .megamenu--mega {
      padding-left: 50px;
      padding-right: 50px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .megamenu--mega {
      min-width: 400px;
    }
  }
  .megamenu--mega > li {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .megamenu--mega > li .page-list-title {
    font-size: 14px;
    margin-bottom: 20px;
    color: #333333;
  }
  .megamenu--mega > li > ul > li > a {
      
      font-size: 14px;  
      color: #273B5E;
      font-weight: 600;
    padding: 10px 0;
   
    line-height: 1.2;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
  }
  .megamenu--mega > li > ul > li > a:hover {
    color: #086AD8;
  }
  .megamenu--mega > li > ul > li > a:hover span:after {
    width: 100%;
    left: 0;
    right: auto;
  }
  .megamenu--mega > li > ul > li > a > span {
    position: relative;
  }
  .megamenu--mega > li > ul > li > a > span:after {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    background-color: #086AD8;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .megamenu--mega > li > ul > li.active > a {
    color: #086AD8;
  }
  
  .container-fluid .megamenu--mega {
    padding: 35px 220px 30px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .container-fluid .megamenu--mega {
      padding-left: 50px;
      padding-right: 50px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .container-fluid .megamenu--mega {
      padding-left: 50px;
      padding-right: 50px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .container-fluid .megamenu--mega {
      min-width: 700px;
    }
  }
  
  /* Mobile Mavigation icon */
  .mobile-navigation-icon {
    width: 24px;
    height: 25px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-left: 30px;
  }
  .mobile-navigation-icon:hover i {
    background-color: #086AD8;
  }
  .mobile-navigation-icon:hover i:before {
    width: 80%;
    background-color: #086AD8;
  }
  .mobile-navigation-icon:hover i:after {
    background-color: #086AD8;
    width: 60%;
  }
  .mobile-navigation-icon i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .mobile-navigation-icon i:before {
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .mobile-navigation-icon i:after {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  
  .is-sticky .mobile-navigation-icon i:after {
       background-color: #333;
  }
  .is-sticky .mobile-navigation-icon i:before {
      background-color: #333;
  }
  
  .is-sticky .mobile-navigation-icon i {
      background-color: #333;
  }
  
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mobile-navigation-icon.white-md-icon i {
      background-color: #fff;
    }
    .mobile-navigation-icon.white-md-icon i:before {
      background-color: #fff;
    }
    .mobile-navigation-icon.white-md-icon i:after {
      background-color: #fff;
    }
    .mobile-navigation-icon.white-md-icon:hover i {
      background-color: #086AD8;
    }
    .mobile-navigation-icon.white-md-icon:hover i:before {
      width: 80%;
      background-color: #086AD8;
    }
    .mobile-navigation-icon.white-md-icon:hover i:after {
      background-color: #086AD8;
      width: 60%;
    }
    .Analytica-hero-text  p{
      font-size: 19px !important;
    } 
   
  
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .is-sticky .white-md-icon i {
      background-color: #333;
    }
    .is-sticky .white-md-icon i:before {
      background-color: #333;
    }
    .is-sticky .white-md-icon i:after {
      background-color: #333;
    }
    .Analytica-hero-text  p{
      font-size: 19px !important;
    } 
  }
  
  .page-open-off-sidebar:hover i {
    width: 100%;
  }
  .page-open-off-sidebar:hover i:before {
    width: 100%;
  }
  .page-open-off-sidebar:hover i:after {
    width: 100%;
  }
  .page-open-off-sidebar i {
    width: 100%;
    background-color: #333;
  }
  .page-open-off-sidebar i:before {
    width: 70%;
    background-color: #333;
  }
  .page-open-off-sidebar i:after {
    width: 70%;
    background-color: #333;
  }
  
  .hidden-icons-menu {
    margin-left: 15px;
  }
  .hidden-icons-menu a {
    color: #6D70A6;
    font-size: 20px;
  }
  .hidden-icons-menu a:hover {
    color: #086AD8;
  }
  
  /*================================ 
      - Mobile Menu Overlay Css
  ==================================*/
  .mobile-menu-overlay, .page-oppen-off-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #333333;
    overflow: auto;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7);
    cursor: url(../images/icons/light-close.webp) 16 16, pointer;
    visibility: hidden;
    opacity: 0;
    /* display: none; */
  }
  .mobile-menu-overlay__inner, .page-oppen-off-sidebar__inner {
    -webkit-transform: translateX(120%);
        -ms-transform: translateX(120%);
            transform: translateX(120%);
    width: 400px;
    height: 100%;
    float: right;
    cursor: default;
    background: #fff;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow-y: auto;
  }
  @media only screen and (max-width: 479px) {
    .mobile-menu-overlay__inner, .page-oppen-off-sidebar__inner {
      width: 100%;
    }
  }
  .mobile-menu-overlay.active, .page-oppen-off-sidebar.active {
    visibility: visible;
    opacity: 1;
  }
  .mobile-menu-overlay.active .mobile-menu-overlay__inner, .page-oppen-off-sidebar.active .mobile-menu-overlay__inner {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
  .mobile-menu-overlay__header, .page-oppen-off-sidebar__header {
    background-color: #ffffff;
    padding: 15px 0;
  }
  .mobile-menu-overlay__header .mobile-navigation-close-icon, .page-oppen-off-sidebar__header .mobile-navigation-close-icon {
    position: relative;
    cursor: pointer;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
  }
  .mobile-menu-overlay__header .mobile-navigation-close-icon:before, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:before {
    position: absolute;
    top: 23px;
    left: 8px;
    content: "";
    width: 24px;
    height: 3px;
    background: #333333;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .mobile-menu-overlay__header .mobile-navigation-close-icon:after, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:after {
    position: absolute;
    top: 23px;
    left: 8px;
    content: "";
    width: 24px;
    height: 3px;
    background: #333333;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .mobile-menu-overlay__header .mobile-navigation-close-icon:hover, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover {
    color: #086AD8;
  }
  .mobile-menu-overlay__header .mobile-navigation-close-icon:hover:before, .mobile-menu-overlay__header .mobile-navigation-close-icon:hover:after, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover:before, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover:after {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .mobile-menu-overlay__body, .page-oppen-off-sidebar__body {
    padding: 20px 25px 100px;
  }
  .mobile-menu-overlay__body .offcanvas-navigation, .page-oppen-off-sidebar__body .offcanvas-navigation {
    /* onepage style */
  }
  .mobile-menu-overlay__body .offcanvas-navigation > ul > li, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .mobile-menu-overlay__body .offcanvas-navigation > ul > li > a, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li > a {
    display: block;
    color:#2f4264;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .mobile-menu-overlay__body .offcanvas-navigation > ul > li > a:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li > a:hover {
    color: #ffffff;
  }
  .mobile-menu-overlay__body .offcanvas-navigation > ul > li:last-child, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li:last-child {
    border-bottom: 0;
  }
  .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children {
    position: relative;
  }
  .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children.active .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children.active .menu-expand:before {
    content: "\f106";
  }
  .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .menu-expand {
    position: absolute;
    right: 0;
    top: 12px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    color:#000 !important;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .menu-expand:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .menu-expand:before {
    content: "\f107";
    font-size: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
  }
  .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu {
    padding: 12px 0 14px 10px;
   border-top: 1px solid rgb(92 148 255 / 15%);
  
  }
  .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li a, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li a {
    display: block;
    font-size: 15px;
    color: #2f4264;
    font-weight: 500;
    line-height: 1.5;
    padding: 10px 0;
  }
  .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li a:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li a:hover {
    color: #1163ea;
  }
  .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li:last-child, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li:last-child {
    border-bottom: 0;
  }
  .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children {
    position: relative;
  }
  .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children.active .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children.active .menu-expand:before {
    content: "\f106";
  }
  .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand {
    position: absolute;
    right: 0;
    top: 6px;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:before {
    content: "\f107";
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 500;
  }
  .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children {
    position: relative;
  }
  .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children.active .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children.active .menu-expand:before {
    content: "\f106";
  }
  .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children .menu-expand:before {
    content: "\f107";
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 500;
  }
  .mobile-menu-overlay__body .offcanvas-navigation--onepage > ul > li.active > a, .page-oppen-off-sidebar__body .offcanvas-navigation--onepage > ul > li.active > a {
    font-weight: 700;
  }
  
  /*======================================
      - offset search
  ======================================*/
  .page-oppen-off-sidebar {
    right: 0;
  }
  .page-oppen-off-sidebar__inner {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    width: 400px;
    float: right;
    background: #ffffff;
  }
  @media only screen and (max-width: 479px) {
    .page-oppen-off-sidebar__inner {
      width: 300px;
    }
  }
  .page-oppen-off-sidebar.active .page-oppen-off-sidebar__inner {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
  .page-oppen-off-sidebar__header {
    background: #ffffff;
    padding: 15px 35px;
  }
  .page-oppen-off-sidebar .off-sidebar-contact-info--list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
  }
  .page-oppen-off-sidebar .off-sidebar-contact-info--list .item .icon {
    color: #6d70a6;
    min-width: calc(1em + 18px);
    font-size: 16px;
  }
  .page-oppen-off-sidebar .off-sidebar-contact-info--list .item a:hover {
    color: #38cb89;
  }
  .page-oppen-off-sidebar .off-sidebar-contact-info .off-sidebar-widget__list {
    overflow: hidden;
  }
  .page-oppen-off-sidebar .off-sidebar-contact-info .off-sidebar-widget__list li {
    width: 50%;
    float: left;
    margin-bottom: 8px;
  }
  .page-oppen-off-sidebar .off-sidebar-contact-info .off-sidebar-widget__list li a {
    line-height: 17px;
  }
  
  /*===============================
      - search overlay
  ===============================*/
  .search-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #333333;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .search-overlay__inner {
    width: 100%;
    height: 100%;
    cursor: default;
    background: #ffffff;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow-y: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .search-overlay.active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
  .search-overlay__header {
    background-color: #ffffff;
    padding: 15px 0;
  }
  .search-overlay__header .mobile-navigation-close-icon {
    position: relative;
    cursor: pointer;
    height: 48px;
    width: 48px;
    line-height: 48px;
    display: inline-block;
  }
  .search-overlay__header .mobile-navigation-close-icon:before {
    position: absolute;
    top: 28px;
    left: 0px;
    content: "";
    width: 42px;
    height: 3px;
    background: #333333;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .search-overlay__header .mobile-navigation-close-icon:after {
    position: absolute;
    top: 28px;
    left: 0px;
    content: "";
    width: 42px;
    height: 3px;
    background: #333333;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .search-overlay__header .mobile-navigation-close-icon:hover {
    color: #086AD8;
  }
  .search-overlay__header .mobile-navigation-close-icon:hover:before, .search-overlay__header .mobile-navigation-close-icon:hover:after {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .search-overlay__body {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 75px;
  }
  .search-overlay__form {
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
    width: 100%;
    margin: auto;
  }
  .search-overlay__form input {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #086AD8;
    border-radius: 0;
    padding: 15px 50px 15px 0;
    width: 100%;
    color: #ffffff;
    font-size: 72px;
    height: 100px;
  }
  @media only screen and (max-width: 767px) {
    .search-overlay__form input {
      font-size: 30px;
      height: 60px;
    }
  }
  .search-overlay__form input::-webkit-input-placeholder {
    color: #086AD8;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .search-overlay__form input::-moz-placeholder {
    color: #086AD8;
    -moz-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .search-overlay__form input:-ms-input-placeholder {
    color: #086AD8;
    -ms-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .search-overlay__form input::-ms-input-placeholder {
    color: #086AD8;
    -ms-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .search-overlay__form input::placeholder {
    color: #086AD8;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .search-overlay__form input[type=text]:focus {
    color: #086AD8;
    border-color: #086AD8;
  }
  
  .header__navigation.preview-menu {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .header__navigation.preview-menu .navigation-menu-right {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  
  .preview-header-inner {
    padding: 20px 0;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .preview-header-inner {
      padding: 0;
    }
  }
  .preview-header-inner.is-sticky {
    padding: 0px 0;
  }
  .preview-header-inner.is-sticky .header__navigation.preview-menu ul > li > a {
    color: #333;
  }
  .preview-header-inner.is-sticky .header__actions--preview .ht-btn {
    background: transparent;
    border: 1px solid #086AD8;
    color: #086AD8;
    line-height: 42px;
    height: 43px;
  }
  .preview-header-inner .header__actions--preview .ht-btn {
    background: #086AD8;
    border: 1px solid #086AD8;
    color: #ffffff;
  }
  .preview-header-inner .header__actions--preview .ht-btn:hover {
    background: #ffffff;
    color: #086AD8;
  }
  
  .header__actions--preview .ht-btn {
    background: #fff;
    color: #1164e9;
    border: 1px solid;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header__actions--preview {
    -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
            flex-basis: 70%;
  }
  .header__actions--preview .header__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .Analytica-hero-text  p{
    font-size: 19px !important;
  } 
}

.dna{
    width: 400px;
    float: right;
    /* background-color: #1970EB; */
    position: relative;
     z-index: 1;
}
.Analytica-homebanner-hero {
  background-image: url(images/bg.svg);
  background-color: #1970EB;
  background-position: 62px -17px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .Analytica-hero-text {
	  padding-left:0px;
    /* margin-top: 60px; */
    text-align: center;
  }
 .Analytica-homebanner-hero {
  background-image: url("/public/assets/images/dna\ strand.svg");
 background: #1970EB;
  background-repeat: no-repeat;
  min-height:570px;
  background-size: cover;
  background-position: 50% 50%;
}  

.hero-Analytica{
  margin-left: 1rem !important;
} 


}
.Analytica-hero-text h1 {
    color: #fff;
    font-weight: 900;
    font-size: 41px;
    /* margin-top: 30px; */
    /* margin-bottom: 20px; */
    letter-spacing: 0;
    /* line-height: 1.2; */
}


.Analytica-hero-text p {
  color: #ffffff;
  /* line-height: 32px;
  margin-top:20px; */
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 22px;
}

.hero-Analytica {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-Analytica i{
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
 
@media only screen and (max-width: 767px) {
  .hero-Analytica {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 575px) {
  .hero-Analytica {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-Analytica .btn {
    min-width: 140px;
    padding: 0 24px;
  }
}

 /*=============================================
=            08. Button Css           =
=============================================*/ 
.btn-white {
  background-image: none;
  background-color: #ffffff;
  color: #000000;
  -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.07);

          border-radius: 11px;
          font-size: 22px;
          padding: 0px 30px 0px 30px;
          height: 50px;
          line-height: 50px;
          color: #1970EB;
      }

.btn-white:hover, .btn-white:focus {
  background-image: none;
  background: #ffffff;
  color: #000000;
}


/*=========== font-weight ==============*/
.f_500 {
  font-weight: 500;
}
.f_size_18 {
  font-size: 18px;
}
.f_size_28{
  font-size: 25px;
} 

.mt-60 {
  margin-top: 60px;
}  
.mt-20{
  margin-top: 20px;
}


.f_700 {
  font-weight: 700;
}

  /* card */
  .produt-img{
    width: 180px;
    margin: auto;
  }

  .Analytica-sec_title h2{
    color: #1970EB !important;
    font-weight: bold;
  } 
    .app_service_info .card:hover{
    box-shadow: 0px 20px 40px 0px rgba(12, 0, 46, 0.08);
    border: 1px solid #1970EB !important;
  }  
  .app_service_info .card{
    /* padding:30px 30px 30px 50px ; */
    /* border: 2px solid #1970EB !important; */
    /* border: 2px solid transparent; */
    -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04); 
     box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
    min-height: 490px;
    border-radius: 8px ;
  }

  .app_service_info .card-body{
    padding: 0px 30px 10px 30px;
  }

  .app_service_info .title{
    font-size: 17px;
  }

   .app_service_info .card-text{
    font-size: 16px;
    font-weight: 500;
    padding: 0px 23px 0px 46px;
   }

   .automate{
      background-image: url(images/sec2.svg);
      height: 491px;
      background-position: center; 
      background-repeat: no-repeat; 
      background-size: cover; 
   }

   .automate_h  h3 {
        font-size: 25px;
        font-weight:700;     
   }

   .automate-h2 h2{
    font-size: 30px;
    font-weight: bold;
   }

   .automate-p{
    font-size: 25px;
    color:#1970EB;
    font-weight: 700;
   }
   .automate-para{
    font-size: 19px;
    color: #000;
    font-weight: 400;
   }
   /* exhibitor-page */
   .exhibitor-page{
    background-image: url(images/Group\ 258.svg);
    height: 180px;
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
  }

  .exhibitor-page .btn-outline-primary{
    border: 2px solid #1970EB;
    /* padding: 10px 40px 10px 40px; */
    border-radius: 13px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
  }

  .both-section .booth-img {  
   position: relative;
  
  }
  
  
  @keyframes glow {
    0% {
        box-shadow: 0 0 10px 0 rgba(25, 112, 235, 0.5); /* Initial glow */
    }
    50% {
        box-shadow: 0 0 20px 5px rgba(25, 112, 235, 0.7); /* Increased glow */
    }
    100% {
        box-shadow: 0 0 10px 0 rgba(25, 112, 235, 0.5); /* Return to initial glow */
    }
}

@keyframes map {
  0% {
      box-shadow: 0 0 10px 0 #C05A60; /* Initial glow */
  }
  50% {
      box-shadow: 0 0 40px 15px #C05A60; /* Increased glow */
  }
  100% {
      box-shadow: 0 0 10px 0 #C05A60; /* Return to initial glow */
  }
}


 .Analytica-hero-text  .map-1{
  color: #fff;
  animation: map 1s infinite alternate;
  line-height: 0.5;
} 

  .both-section .booth-img::after{
    content: '';
    display: inline-block;
    position: absolute;
    top: 153px;
    right: 482px;
    background-image: url(images/ssg.svg);
    width: 15%;
    height: 65px;
    background-repeat: no-repeat;
    animation: glow 2s infinite alternate;
    background-size: 106px;
    } 
  .both-section .hall{
    font-size: 20px;
    font-weight: 800;
    color: #000;
    background-color: #D1E2FB;
    border-radius: 10px 10px 0px 0px;
    border-bottom:  none !important;
    text-align: center;
  }
  .both-section .map{
    font-size: 16px;
    color: #1163ea;
  }

  .both-section a{
    font-size: 18px;
    font-weight: 600;
    color: #565656;
  }
  .both-section p{
    font-size: 14px;
    font-weight: 600;
  }

  .both-section .card-header{
    background-color: #D1E2FB;
    border-radius: 10px 10px 0px 0px;
  }

  .both-section .card {
    border-radius:  11px;
    border:  2px solid #1970EB;
    margin-top: 150px;
  }
  .Exhibition{
    background-image: url(images/Group\ 255.svg);
    height: 290px;
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
  }

  .Exhibition .btn-outline-primary{
    border: 2px solid #1970EB;
    /* padding: 10px 40px 10px 40px; */
    border-radius: 13px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
  } 

  .Exhibition h4{
      font-weight: bold;
  } 

.Automate-img{
  width: 225px;
  margin-top: -19px;
}
.Automate-img1{
  width: 275px;
}
.Automate-img2{
  width: 325px;
}

.Analytica-hero-text  .Messesage:hover{
    color: #000 !important;
}


@media (max-width:1280px){
.Analytica-homebanner-hero{
  background-position: 62px 85px;
}
}

  @media (max-width:1199px) {

    .Analytica-hero-text  p{
      font-size: 19px !important;
    } 
    .Analytica-hero-text  .Messesage{
      font-size: 14px !important;
    }
    .Analytica-homebanner-hero {
      background-position: -134px 105px;
    }

    .produt-img{
      width: 150px;
    }
    .app_service_info .title {
      font-size: 15px;
  }

  .app_service_info .card-text{
    padding: 0px 0px 0px 0px;
  }

    .both-section .booth-img::after{
      top: 124px;
      right: 390px;
      width: 14%;
      height: 48px;
      background-size: 78px;
      }

      .btn-white{
        font-size:16px !important;
        font-weight: 400;
      }

      .both-section a {
        font-size: 14px;
      }

      .both-section .card{
        margin-top: 70px;
      }
      .both-section p{
        font-size: 11px;
      }

  }

  @media (max-width:991px){
    .both-section .booth-img::after{
      top: 159px;
      right: 501px;
      width: 14%;
      height: 61px;
      background-size: 101px;
    }

  .btn-white {
    font-size: 12px;
  }  
  } 

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){
  .app_service_info .title {
    font-size: 13px;
}
.app_service_info .card-text {
  font-size: 14px;
  padding: 0px 0px 0px 0px;
}
.both-section .card {
  margin-top: 0px;
}

.both-section .booth-img{
  margin-top: 10px;
}
.automate {
  height: 472px;
}

.automate_h h3{
  font-size: 20px !important;
}
.automate-h2 h2 {
  font-size: 20px;
}
.automate-p {
  font-size: 19px !important;
}
.automate-para{
  font-size: 15px;
}

.Analytica-hero-text h1{
  font-size: 35px;
}
.event-date{
  margin-left: 49px;
}

.dna{
  float: none;
  margin-left: 154px;
  margin-top: 20px;
}


.Automate-img{
  width: 225px;
  margin-top: -18px;
}
.Automate-img1{
  width: 275px;
}
.Automate-img2{
  width: 325px;
}

.app_service_info .card{
  min-height: 507px;
}

.exhibitor-page h4{
  font-size: 20px;
  font-weight: bold;
} 
.Exhibition h4{
  font-size: 20px;
  font-weight: bold;
}
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

  .Analytica-homebanner-hero {
    background-position: -72px 100px;
  }
  .Analytica-hero-text p {
    font-size: 18px !important;
  }
  .Analytica-hero-text h1{
    font-size: 33px;
  }
  .dna{
    float: none;
    margin-left: 154px;
    margin-top: 20px;
    width: 256px;
  }
  .event-date{
    margin-left: -2px;
  }

}

  @media (max-width: 767px) {
    .container {
      max-width: 100%;
    }
   .Analytica-hero-text p {
      font-size: 13px !important;
      margin: 0;
      padding: 0;
  }
  .Analytica-hero-text .Messesage {
        font-size: 10px !important;
  }

  .Analytica-hero-text h1{
    font-size: 28px;
    margin: 0;
    padding:0;
  }
  .Analytica-homebanner-hero .Analytica-img{
    width:42%;
  }
  .Analytica-homebanner-hero .right-arrow{
      width: 42px;
  }
  .hero-Analytica .btn{
    padding: 0px 8px 0px 6px;
    font-size: 14px !important;
    /* line-height: 1.5; */
    margin-top: 11px !important;
  }
  .event-date{
    margin-left: -47px;
    margin-top: 10px;
  }

  .automate_img-three{
    margin-left: 98px;

  }
  .dna{
    margin-top:25px;
    width: 260px;
    float: none; /* Reset float property for mobile view */    
  }
  .Analytica-sec_titleh2 {
    font-size: 22px;
  }
  .app_service_info {
      margin-top: 15px !important;
  }
  .app_service_info .card{
      margin-top: 15px;
  } 
  .exhibitor-page h4{
    font-size: 20px;
    text-align: center;
  }
  .Exhibition h4{
    font-size: 20px;
  } 
  .both-section .card {
    margin-top:0 !important;
  }
  .both-section .booth-img {
    margin-top: 10px;
  }
  .both-section .booth-img::after{
    top: 170px;
    right: 540px;
    width: 14%;
    height: 66px;
    background-size: 107px;
    } 
    .automate_h{
        text-align: center;
    }
    .automate{
      height: 972px;
      text-align: center;
      background-position: 0px 0px;
  }
  .Automate-img {
    width: 150px;
    margin-top: -19px;
}
.Automate-img1 {
  width: 200px;
}
.Automate-img2 {
  width: 225px;
}
    }

    .automate-h2{
      margin-top: 10px !important;
    }
    .automate-h2 h2 {
      font-size: 18px;
      font-weight: bold;
      
    }
    .automate-p{
      font-size: 18px;
    }
    

  .automate_h  h3{
      font-size: 23px;
      margin-top:10px!important;
  }
  

  @media only screen and (max-width: 759px){
    .both-section .booth-img::after{
      right: 529px;     
      } 
  }
  
  @media only screen and (max-width: 733px){
    .both-section .booth-img::after{
      right: 513px;
      top: 160px;
      } 
  }

  @media only screen and (max-width: 695px){  
    .both-section .booth-img::after{
      right: 483px;
      top: 150px;
  }
      }
     
 @media only screen and (max-width:650px){  
  .both-section .booth-img::after{
    top: 143px;
    right: 459px;
    background-size: 84px;
    width: 13%;
    height: 52px;
      }
   }

 @media only screen and (max-width: 605px){  
.both-section .booth-img::after{
  right: 420px;
  top: 134px;
  width: 14%;
  height: 52px;
  background-size: 85px 
  }
}
@media only screen and (max-width: 599px){  
.both-section .booth-img::after{
  top: 132px;
  right: 417px;
  background-size: 84px;
  width: 14%;
  height: 52px; 
  }
}

@media only screen and (max-width: 540px){  
.both-section .booth-img::after{
  top: 115px;
  right: 369px;
  background-size: 83px;
  width: 15%;
  height: 51px;
}
.app_service_info .card {
  min-height: 399px;
}
.app_service_info .card-body {
  padding: 15px 17px 9px 31px;
}
.app_service_info .card-text{
  padding: 0px 23px 0px 46px;
  
}


  }
  @media only screen and (max-width: 500px){  
    .both-section .booth-img::after{
      top: 109px;
      right: 351px;
      background-size: 70px;
      width: 14%;
      height: 42px;
  }
}

@media only screen and (max-width: 480px) {
  .both-section .booth-img::after{
    top: 108px;
    right: 340px;
    background-size: 56px 34px;
    width: 11%;
    height: 34px;
 } 
}



@media only screen and (max-width: 430px) {
  .both-section .booth-img::after{
    top: 93px;
    right: 303px;
    background-size: 53px 33px;
    width: 12%;
    height: 32px;
 } 
}


@media only screen and (max-width: 414px) {
  .both-section .booth-img::after{
    top: 90px;
    right: 286px;
    background-size: 55px 34px;
    width: 13%;
    height: 34px; } 
}

@media only screen and (max-width: 399px) {
  .both-section .booth-img::after{
    top: 85px;
    right: 272px;
    background-size: 55px 34px;
    width: 14%;
    height: 34px;   }
    
    .Analytica-hero-text p {
      font-size: 12px !important;
    }
    .Analytica-hero-text h1 {
      font-size: 23px;
    }
}

@media only screen and (max-width: 375px) {
  .both-section .booth-img::after{
    top: 79px;
    right: 260px;
    } 
    .hero-Analytica .btn{
      font-size: 14px !important;
      margin-top: 6px !important;
    }
    .event-date{
      margin-left: -25px;
      margin-top: 10px;
    }
    .Analytica-hero-text p {
      font-size: 13px;
    }
}


@media only screen and (max-width: 360px) {
  .both-section .booth-img::after{
    top: 77px;
    right: 249px;
    background-size: 56px 34px;
    width: 15%;
    height: 32px;
    } 
}



/*=========================================
=               06. Footer Css            =
===========================================*/
.reveal-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .reveal-footer {
    position: static;
  }
}

.footer-widget-wrapper {
  margin-bottom: -35px;
}

.footer-widget {
  margin-bottom: 30px;
}
.footer-widget__title {
  margin-top: -3px;
  font-size:15px;
  color: #273B5E;
}
.footer-widget__list li {
  margin-bottom: 10px;
}
.footer-widget__list li:last-child {
  margin-bottom: 0;
}
.footer-widget__list li .image_btn {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
  overflow: hidden;
}

.social-group__list .ht-social-networks.tilte-style .link-text {
  color: #CCCCCC;
}
.social-group__list .ht-social-networks.tilte-style .link-text::before {
  background: rgba(255, 255, 255, 0.2);
}
.social-group__list .ht-social-networks.tilte-style .link-text:hover {
  color: #ffffff;
}
.social-group__list .ht-social-networks.tilte-style .social-link::before {
  color: #ccc;
}

.copyright-text {
  font-size:14px;
	color:#697695;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .copyright-text {
    margin-bottom: 15px;
  }
}

.bg-mediumslateblue {
  background-color: #412977;
}

ul.footer-widget__horizontal-list {
  margin-bottom: 20px;
}
ul.footer-widget__horizontal-list li {
  display: inline-block;
  margin: 10px;
  color: #ffffff;
}

.ht-social-white.ht-social-networks .item {
  color: #fff;
}

.hover-style-link {
  position: relative;
}
.hover-style-link:after {
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #d2a98e;
}
.hover-style-link:hover {
  color: #2384fb;
}
.hover-style-link:hover:after {
  left: 0;
  width: 100%;
  right: auto;
}
.hover-style-link--secondary {
  color: #d2a98e;
}
.hover-style-link--secondary:after {
  background-color: #d2a98e;
}
.hover-style-link--secondary:hover {
  color: #d2a98e;
}


/*=====  End of circle progress  ======*/
/*=============================================
=        26. Social Networks Css            =
=============================================*/
.ht-social-networks .item {
  display: inline-block;
}
.ht-social-networks .item .social-link {
  display: block;
  padding: 5px 8px;
}
.ht-social-networks.large-icon .social-link {
  padding: 5px 13px;
  font-size: 20px;
}
.ht-social-networks.extra-large-icon .social-link {
  padding: 5px 15px;
  font-size: 30px;
}
.ht-social-networks.flat-round .item, .ht-social-networks.solid-rounded-icon .item {
  margin: 8px;
}
.ht-social-networks.flat-round .social-link, .ht-social-networks.solid-rounded-icon .social-link {
  font-size: 14px;
  display: block;
  text-align: center;
  height: 30px;
  width: 30px;
  line-height: 22px;
  background: #ededed;
  color: #696969;
  border-radius: 50%;
  position: relative;
}
.ht-social-networks.flat-round .social-link:hover, .ht-social-networks.solid-rounded-icon .social-link:hover {
  color: #ffffff;
  background: #1164e9;
}
.ht-social-networks.solid-rounded-icon .social-link {
  background: transparent;
  border: 1px solid #e0e0e0;
}
.ht-social-networks.solid-rounded-icon .social-link:hover {
  border: 1px solid #1164e9;
  color: #ffffff;
}
.ht-social-networks.solid-rounded-icon.social-white .social-link {
  color: #ffffff;
}
.ht-social-networks.solid-rounded-icon.social-white .social-link:hover {
  border: 1px solid #ffffff;
  color: #1164e9;
  background: #ffffff;
}
.ht-social-networks.icon-tilte .link-icon {
  font-size: 16px;
  min-width: 16px;
  margin-right: 10px;
}
.ht-social-networks.tilte-style .social-link {
  position: relative;
}
.ht-social-networks.tilte-style .social-link::before {
  content: "-";
  position: absolute;
  top: 50%;
  left: -5px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #333;
}
.ht-social-networks.tilte-style .social-link:hover .link-text::after {
  background-color: #d2a98e;
  width: 100%;
  left: 0;
}
.ht-social-networks.tilte-style .item:first-child .social-link::before {
  display: none;
}
.ht-social-networks.tilte-style .link-text {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  color: #333;
  position: relative;
  padding: 5px 0;
  z-index: 1;
}
.ht-social-networks.tilte-style .link-text::before {
  content: "";
  height: 2px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -2;
  background: rgba(0, 0, 0, 0.2);
}
.ht-social-networks.tilte-style .link-text::after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.ht-social-networks.white-tilte-social .social-link::before {
  color: rgba(255, 255, 255, 0.7);
}
.ht-social-networks.white-tilte-social .social-link:hover .link-text::after {
  background-color: #ffffff;
}
.ht-social-networks.white-tilte-social .link-text {
  color: #fff;
}
.ht-social-networks.white-tilte-social .link-text::before {
  background: rgba(255, 255, 255, 0.7);
}



.section-space {
  /* Section Padding Css */
  /* Section Margin Css */
}
.section-space--pt_150 {
  padding-top: 150px;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
  .Analytica-hero-text p {
    font-size: 18px !important;
  }
  .event-date {
    margin-left: -2px;
}
.dna{
  margin-left: 11px;
}

.Analytica-homebanner-hero {
  background-position: -36px 79px;
}

.app_service_info .card {
  min-height: 432px;
}

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-space--pt_150 {
    padding-top: 100px;
  }
  .Analytica-hero-text p{
    font-size: 19px !important;
  }
  
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pt_150 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--pt_150 {
    padding-top: 60px;
  }
}
.section-space--ptb_120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--ptb_120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--ptb_120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-space--pt_120 {
  padding-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pt_120 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--pt_120 {
    padding-top: 60px;
  }
}
.section-space--pb_120 {
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pb_120 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--pb_120 {
    padding-bottom: 60px;
  }
}
.section-space--ptb_100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--ptb_100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--ptb_100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-space--pt_100 {
  padding-top: 100px;
}
.section-space--pt_120 {
padding-top: 120px;
}

.section-space--pt_140 {
padding-top: 140px;
}

.section-space--pt_160 {
padding-top: 160px;
}
.section-space--pt_180 {
padding-top: 180px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pt_100 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--pt_100 {
    padding-top: 30px;
  }
}
.section-space--pb_100 {
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pb_100 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--pb_100 {
    padding-bottom: 60px;
  }
}
.section-space--ptb_90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--ptb_90 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--ptb_90 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-space--pt_90 {
  padding-top: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pt_90 {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--pt_90 {
    padding-top: 40px;
  }
}
.section-space--pb_90 {
  padding-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pb_90 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--pb_90 {
    padding-bottom: 40px;
  }
}
.section-space--ptb_80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--ptb_80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--ptb_80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-space--pt_80 {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pt_80 {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--pt_80 {
    padding-top: 40px;
  }
}
.section-space--pb_80 {
  padding-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pb_80 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--pb_80 {
    padding-bottom: 40px;
  }
}
.section-space--ptb_70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--ptb_70 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--ptb_70 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section-space--pt_70 {
  padding-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pt_70 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--pt_70 {
    padding-top: 30px;
  }
}
.section-space--pb_70 {
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pb_70 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--pb_70 {
    padding-bottom: 30px;
  }
}
.section-space--ptb_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--ptb_60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--ptb_60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-space--pt_60 {
  padding-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pt_60 {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--pt_60 {
    padding-top: 60px;
  }
}
.section-space--pb_60 {
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pb_60 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--pb_60 {
    padding-bottom: 60px;
  }
}
.section-space--pt_40 {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pt_40 {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--pt_40 {
    padding-top: 30px;
  }
}
.section-space--pb_40 {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pb_40 {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--pb_40 {
    padding-bottom: 30px;
  }
}
.section-space--ptb_30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section-space--pt_30 {
  padding-top: 30px;
}
.section-space--pb_30 {
  padding-bottom: 30px;
}
.section-space--mt_15 {
  margin-top: 15px;
}
.section-space--mt_20 {
  margin-top: 20px;
}
.section-space--mt_30 {
  margin-top: 30px;
}
.section-space--mt_40 {
  margin-top: 40px;
}
.section-space--mt_50 {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mt_50 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--mt_50 {
    margin-top: 30px;
  }
}
.section-space--mt_60 {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mt_60 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--mt_60 {
    margin-top: 30px;
  }
}
.section-space--mt_70 {
  margin-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mt_70 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--mt_70 {
    margin-top: 30px;
  }
}
.section-space--mt_80 {
  margin-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mt_80 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--mt_80 {
    margin-top: 30px;
  }
}
.section-space--mt_100 {
  margin-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mt_100 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--mt_100 {
    margin-top: 60px;
  }
}
.section-space--mt_120 {
  margin-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mt_120 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--mt_120 {
    margin-top: 60px;
  }
}
.section-space--mb_15 {
  margin-bottom: 15px;
}
.section-space--mb_20 {
  margin-bottom: 20px;
}
.section-space--mb_30 {
  margin-bottom: 30px;
}
.section-space--mb_40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .section-space--mb_40 {
    margin-bottom: 30px;
  }
}
.section-space--mb_50 {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mb_50 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--mb_50 {
    margin-bottom: 30px;
  }
}
.section-space--mb_60 {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mb_60 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--mb_60 {
    margin-bottom: 30px;
  }
}
.section-space--mb_100 {
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mb_100 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--mb_100 {
    margin-bottom: 60px;
  }
}
.section-space--mb_120 {
  margin-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mb_120 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--mb_120 {
    margin-bottom: 60px;
  }
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}
.mt-60 {
  margin-top: 60px;
}

