/* Smooth scroll stuff */
/*html {
    overflow-x: hidden;
    overflow-y: scroll;
}    

.js-scroll {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    will-change: transform;
}*/

:root{
  --primary-font: 'Outfit', sans-serif;
  --primary-color: #0c2a68;
  --grey-color: #979797;
  --white-color: #fff;
  --black-color: #000;
  --font-weight-300:300;
  --font-weight-400:400;
  --font-weight-500:500;
  --font-weight-600:600;
  --font-weight-Bold:700;
  --font-size-12: 12px;
  --font-size-13: 13px;
  --font-size-14: 14px;
  --font-size-15: 15px;
  --font-size-16: 16px;
  --font-size-17: 17px;
  --font-size-18: 18px;
  --font-size-21: 21px;
  --font-size-24: 24px;
  --font-size-26: 26px;
  --font-size-45: 45px;
  --font-size-31: 31px;
  --font-size-32: 32px;
}
:root.red {
  --primary-color: #d31f25;
  --text-color: #ffa500;
}

:root.blue {
  --primary-color: #3365ff;
  --text-color: #45ADFE;
}

:root.pink {
  --primary-color: #cb0065;
  --text-color: #fff;
}

body {
  margin: 0;
  background-color: var(--bg-color);
  color: var(--text-color);
  font-family: var(--primary-font);
  position: relative;  
  -webkit-font-smoothing: antialiased;
}
.nav-up {
    top: -140px;
}
header {
    position: fixed;
    transition: top 0.6s ease-in-out;
    width: 100%;
    z-index: 999;
}
.mini-header {
    display: flex;
    width: 100%;
    margin-top: 0;
    border-radius: 7px;
}
.nav-down {
    background: #fff0;
    top: 0;

}
.zoom-hover picture {
    position: relative;
    overflow: hidden;
    display: block;
}
.zoom-hover picture img {
    transition: 1.5s cubic-bezier(0, 0, .2, 1);
}
.zoom-hover:hover picture img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.cta-comman-btn img{
    margin-left: 10px;
    padding: 9px 7px;
    border-radius: 100px;
    transition: .5s cubic-bezier(0, 0, .2, 1);
}
.cta-comman-btn {
    border-radius: 100px;
    border: 1px solid var(--primary-color);
    padding: 4px 4px 4px 20px;
    display: inline-block;
    margin-top: 5px;
    font-size: 14px;
    color: var(--primary-color);
    transition: .5s cubic-bezier(0, 0, .2, 1);
    text-decoration: none;
    font-weight: 400;
}
.cta-comman-btn:hover{
    background: var(--primary-color);
    color: #fff;
}
.cta-comman-btn:hover img {
    background: #fff;
    display: inline-block;
    border-radius: 100px;
}
span.font-small-big a {
    border-right: 1px solid var(--primary-color);
    padding-left: 1px;
    padding-right: 5px;
    display: inline-block;
    width: 35px;
    text-align: center;
}
span.font-small-big a:last-child {
    border: none;
    margin-left: 7px;
}
.color-change a {
    display: inline-block;
    padding: 1px 6px;
    border-radius: 4px;
    border: 1px solid #fff0;
    margin-left: 5px;
}
.color-change a.active{
  border: 1px solid #fff;
}
#color-red{
  background: #d31f25;
}
#color-blue{
  background: #3365ff;
}
.primary-cta-btn {
      color:var(--white-color);
      background: #F25B31;
      padding: 10px 35px;
      border-radius: 0;
      display: inline-block;
      text-decoration:none;
      font-size: var(--font-size-14);
      font-weight: var(--font-weight-500);
      position: relative;
      cursor: pointer;
    overflow: hidden;
    border: none;
  }

.primary-cta-btn::before {
      z-index: -1;
      content: "";
      height: 100%;
      width: 0;
      background-color: #3931ca;
      transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 9;
  }

.primary-cta-btn:hover::before {
      width: 100%;
  }
.primary-cta-btn:hover span {
      color: #fff;
      z-index: 99;
      position: relative;
  }
.white-primary-cta-btn {
      color:var(--primary-color);
      background: #fff;
      padding: 10px 35px;
      border-radius: 5px;
      display: inline-block;
      text-decoration:none;
      font-size: var(--font-size-14);
      font-weight: var(--font-weight-500);
      position: relative;
      cursor: pointer;
    overflow: hidden;
    border: none;
  }

.white-primary-cta-btn::before {
      z-index: -1;
      content: "";
      height: 100%;
      width: 0;
      background-color: #000;
      transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 9;
  }

.white-primary-cta-btn:hover::before {
      width: 100%;
  }
.white-primary-cta-btn:hover span {
      color: #fff;
      z-index: 99;
      position: relative;
  }
.main-menu .nav-link {
    display: block;
    padding: 1.5rem 1rem;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.navbar-expand-lg.main-menu .navbar-nav .nav-link {
    padding: 20px 0px;
    cursor: pointer;
    color: #333333;
    border-top: 2px solid #fff;
    margin-left: 45px;
}
.navbar-expand-lg.main-menu .navbar-nav .active .nav-link {
    color: #F25B31;
    border-top: 2px solid #F25B31;
}
.navbar-brand picture img {
    position: absolute;
}
.navbar-expand-lg.main-menu .navbar-nav .nav-link.get-started {
    background: #0c2a68;
    color: #fff;
    padding: 6px 19px;
    border-radius: 6px;
    font-weight: 500;
}
a.navbar-brand picture {
    z-index: 99;
    top: 5px;
}
nav.navbar.navbar-expand-lg.main-menu {
    padding: 6px 0;
    background: #fff;
}


.dropdown:hover .dropdown-content {
    display: block;
    width: 118%;
    left: -17%;
    padding: 25px 20px;
    margin-top: 1px;
}
.dropdown:hover .dropdown-content {
    display: block;
    width: 650px;
    left: 17%;
    background: none;
    padding: 35px 7px;
    margin-top: 1px;
    box-shadow: none;
    border: none;
}
.right-top-icons a{
    text-decoration: none;
    margin-left: 10px;
}
.targetDiv a {
    color: var(--black-color);
    text-decoration: none;
    font-size: var(--font-size-15);
    font-weight: var(--font-weight-400);
    padding-right: 32px;
}
ul#div3 a {
    padding-right: 19px;
}
.targetDiv a:last-child {
    padding: 0;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    margin-top: -6px !important;
}
li.nav-item.dropdown:first-child ul.dropdown-content.dropdown-menu {
    z-index: 1000;
    display: block;
    min-width: 40rem;
    padding: 0px 0;
    margin: 0;
    box-shadow: none;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff0;
    background-clip: padding-box;
    border: none;
    border-radius: 0.25rem;
    left: 25%;
}
.targetDiv {
    z-index: 1000;
    display: block;
    min-width: 48rem;
    padding: 18px 0;
    margin: 0;
    box-shadow: none;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff0;
    background-clip: padding-box;
    border: none;
    border-radius: 0.25rem;
    left: 0;
    position: absolute;
}

ul#div1:before {
    content: '';
    position: absolute;
    top: -11px;
    background: var(--primary-color);
    height: 2px;
    width: 85px;
    left: -3px;
}
ul#div2 {
    margin-left: -47%;
}
ul#div2:before {
    content: '';
    position: absolute;
    top: -41px;
    background: var(--primary-color);
    height: 2px;
    width: 17.4%;
    left: 16%;
}
ul#div3 {
    left: -284px;
}
ul#div3:before {
    content: '';
    position: absolute;
    top: -41px;
    background: var(--primary-color);
    height: 2px;
    width: 33%;
    left: 40.7%;
}

ul#div4 {
    left: -596px;
}
ul#div4:before {
    content: '';
    position: absolute;
    top: -41px;
    background: var(--primary-color);
    height: 2px;
    width: 22%;
    left: 81.5%;
}

ul#div5 {
    left: -826px;
}
ul#div5:before {
    content: '';
    position: absolute;
    top: -41px;
    background: var(--primary-color);
    height: 2px;
    width: 9.5%;
    right: -21%;
}

ul#div6 {
    left: -959px;
}
ul#div6:before {
    content: '';
    position: absolute;
    top: -41px;
    background: var(--primary-color);
    height: 2px;
    width: 11%;
    right: -40%;
}

/******************************************* FOOTER **************************************/

.footer-menu {
    display: flex;
    justify-content: space-between;
}
.footer-menu a:first-child {
    border: none;
    padding: 0;
}

footer {
    padding: 55px 0 20px;
}
.copyright {
  & p{
  margin:5px 0 0;
  color: var(--black-color);
  font-size: var(--font-size-13);
  }
  & a{    
  color: var(--black-color);
  text-decoration: none;
  }

}

.social {
  text-align: center;
  & a{
  display: inline-block;
  margin-right: 7px;
  }
  & a img {
    width: 28px;
}
}
.footer-menu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    align-items: center;
    margin-top: 10px;
}
.footer-menu .motul-footer-menu a {
    padding: 0 10px;
    font-size: 18px;
    color: #0c2a68;
    text-decoration: none;
    line-height: 13px;
    font-weight: 500;
}
/*.navbar-expand-lg.main-menu .navbar-nav .nav-link.size-changed {
    padding: 10px 15px;
    cursor: pointer;
}*/
.copyright p {
    margin-left: 30px;
    margin-top: 36px;
    color: #6C6C6C;
    font-size: 12px;
    margin-bottom: 0;
}
.copyright p span{
    margin-right: 15px;
}