MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/.trash/sass/_common.scss
body{
   font-size:18px;
   font-family:$font__regular;
   color:#000;
   overflow-x: hidden;
   overflow-y: scroll;
}
a {
  color: #000;
    &:hover {
      color:$color__primary-hover
    }
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-weight:bold;
}
.container {
  max-width:1200px;
}
a:hover, a:focus {
  text-decoration:none;
  outline:none;
}
.burger {
  padding:$spacer*5 0;
}
.t-burger {
  padding-top: $spacer*5;
}
.b-burger {
  padding-bottom: $spacer*5;
}
.gutter {
  padding:0 $spacer*5;
}
.gutter-sm {
  padding:0 $spacer*2.5;
}
.offset {
  margin-top: 100px;
}
form label {
  font-size:0.9em;
}
.form-control {
  padding:0.575rem 0.85rem;
  border-radius:2px;
}
.form-control:focus {
  box-shadow:none;
  background: $color__inverse;
  border-color: $color__secondary;
}
.chosen-container {
  width:100% !important;
}
.checkbox label:after, .radio label:after {
  content: '';
  display: table;
  clear: both;
}

.checkbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: 2px;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
}
.checkbox label, .radio label {
    margin-bottom:0;
    cursor:pointer;
   }

.radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: 100%;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
  border-radius: 50%;
}

.checkbox .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 13%;
}

.radio .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 13%;
  margin-left: 0.04em;
}

.checkbox label input[type="checkbox"], .radio label input[type="radio"] {
  display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon, .radio label input[type="radio"] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon, .radio label input[type="radio"]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr, .radio label input[type="radio"]:disabled + .cr {
  opacity: .5;
}
//Buttons

.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none !important;
}
.btn-primary {
  background: $color__primary;
  border-color:$color__primary;
  border-radius:30px;
  padding:10px 40px;
  font-weight:600;
  border:none;
    &:hover {
      background-color:$color__primary;
      border-color:$color__primary; 
  }
}
.btn-primary.active:not(:disabled):not(.disabled), .btn-primary:active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
  background-color:$color__primary-hover;
  border-color:$color__primary-hover;
}
.btn-inverse {
  background-color:$color__inverse;
  border-color:$color__inverse;
  color:$color__text;
    &:hover {
      background-color:$color__inverse-hover;
      border-color:$color__inverse-hover;
      color:$color__text;
    }
}
.btn-bordered {
  border:2px solid $color__primary;
  border-radius:30px;
  padding:7px 27px;
  background-color:transparent;
  transition: 0.3s all;
  color: $color__primary;
    &:hover {
        background-color:$color__primary;       
        color:#FFF;
      }
}

.bg-light {
  background-color:#FFF !important;
}
.navbar {
  padding:0;
  height: 100px;
  border-color:#000;
  background-color:#FFF;
  transition: 0.3s all !important;
  &.navbar-sml {
    height: 70px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }
  .nav-btn {
    min-width: 240px;
    border-left: 1px solid #DDD;
    height: 70px;
    align-items: center;
    display: flex;
    padding-left:30px;
  }
  .navbar-nav {   
    align-items: center;
    .nav-link {
      padding:0.5em 1em;
      color:#000;
      font-size:0.9em;
      font-weight:500;
    }
  }
}
.navbar-expand-lg .navbar-collapse {
  /*justify-content:flex-start;*/
}
nav .nav-link .fa-bars {
  font-size:1.4em;
  color:#777;
}


.white-text {
  color:#FFF;
}
.big-text {
  font-size: 24px;
  font-weight:500;
}
.bg-0 {
  background:rgb(33, 32, 34);
}
.bg-1 {
 background:#FBEECA;
}
.bg-2 {
 background:#C6DBF2;
}
.bg-3 {
 background:rgba(123, 216, 240,0.3);
}
.bg-4 {
 background:#f9939a40;
}
.bg-5 {
 background:rgba(193, 219, 131,0.5);
}
.bg-6 {
 background:#a1c7f4
}
.bg-7 {
 background:rgba(244, 204, 161,0.5);
}
.bg-8 {
 background:#b9adf6
}
.theme-bg {
 background-image: linear-gradient(to right,#0f346c 30%,#764ca6 100%);
}
.main__cta {
  color:#FFF;
  font-size:16px;
  display:inline-block;
  font-weight:500;
  padding:.5em 1.5em;
  border-radius: 0.25em;
  background-image: linear-gradient(to right,#764ca6 30%,#0f346c 100%);

  &.dark {
    background: #FFF;
    color: #0f346c;
    &:after {
       background: url(../images/arrow-dark.svg) right center/auto 100% no-repeat;
    }
    &:hover {
      color: #0f346c;
    }
  }
  &:after {
    content: " ";
    display: inline-block;
    width: 28px;
    height: 16px;
    background: url(../images/arrow.svg) right center/auto 100% no-repeat;
    transition: width 0.2s ease-out;
    vertical-align: -3px;
    margin-left: 10px;
  }
  &:hover {
    color:#FFF;
    &:after {
      width:36px;
    }
  }
}
.title__link {
  color:#FFF;
  transform:rotate(90deg);
  position:absolute;
  text-transform:uppercase;
  top:20%;
  letter-spacing:2px;
  transition:0.3s all;
  left:3%;
  font-size:0.8em;
  &:after {
    height:1px;
    width:100px;
    background:#FFF;
    content:"";
    position:absolute;
    top:9px;
    margin-left:18px;
  }
  &:before {
    height:20px;
    width:20px;
    border-radius:100%;
    background:#FFF;
    content:"";
    position:absolute;
    right:-180%;
    bottom:3px;
  }
  &.dark {
    color:$color__primary;
     &:after {
      background:$color__primary;
     }
     &:before {
     background:$color__primary;
     }
  }
}
section {
  position:relative;
}
.video-btn {
    display: flex;
    align-items: center;
    font-size:0.9em;
    color: #000;
    i {
      background-color: #7bd8f0;
      height: 30px;
      width: 30px;
      border-radius: 50%;
      text-align: center;
      line-height: 30px;
      color: #FFF;
      margin-right: 10px;
      display: inline-block;
      font-size:0.9em;
    }
}
.text-changer {
  margin-left:20px;
  color:#777;
  font-size:0.8em;
  #changerificwordspanid {
    color:#000;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:0.9em;
  }
}
.big-para {
  font-size: 1.5em;
}
.card-header {
  background-color:#FFF;
  button {
    color:#000;
    font-size:1.5em;
  }
}


@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50px); }
}

.masthead {
  span {
    font-weight: 600;
    color: #ee2761;
    border-bottom: 2px solid #ee2761;
    font-size: 12px;
    text-transform:uppercase; 
  }
  h2 {
    font-weight: bold;
    margin-top: 20px;
    line-height: 1.4;
    color: #0f346c;
  }
  p {
    opacity: 0.6;
  }
  blockquote {
    font-size: 1.8em;
    margin-top: 30px;
  }
}
.mt-10 {
    margin-top: 4rem !important;
}
.grey-bg {
  background-color:#f0f4f7;
}
.small-heading {
  font-family: $font__hand;
  font-size: 22px;
  color: red;
  font-weight: 400;
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
}
.relative {
  position: relative;
}
/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden; }

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.has-scroll-smooth body {
  overflow: hidden; }

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh; }

[data-scroll-direction="horizontal"] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap; }

[data-scroll-direction="horizontal"] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%; }

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0; }
  .c-scrollbar:hover {
    transform: scaleX(1.45); }
  .c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
    opacity: 1; }
  [data-scroll-direction="horizontal"] .c-scrollbar {
    width: 100%;
    height: 10px;
    top: auto;
    bottom: 0;
    transform: scaleY(1); }
    [data-scroll-direction="horizontal"] .c-scrollbar:hover {
      transform: scaleY(1.3); }

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab; }
  .has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing; }
  [data-scroll-direction="horizontal"] .c-scrollbar_thumb {
    right: auto;
    bottom: 0; }

.bg-primary {
  background-color: $color__primary !important;
}
.light-bg {
  background-color: #f7f9fb;
}
.text-uc {
  text-transform:uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 700;
}
.list {
    padding-left: 17px;
    margin-top:20px;
    list-style: square;
    li {
      margin-bottom:8px;
      font-size: 0.9em;
    }
    a {
      color: #FFF;            
    }
}
.list-2 {
    padding-left: 17px;
    margin-top:26px;
    list-style: circle;
    li {
      margin-bottom:8px;
    }
    a {
      color: #000;
      font-size:0.9em;
      opacity: 0.7;            
    }
}
.bglight {
  background-color: #f0f4f7;
}
.section-header {
    .sh-title {
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 1px;
      display: block;    
      color: red;   
    }
    h2 {
      font-size: 34px;
      line-height:1.4;
      margin-top: 20px;
    }
}
.sml {
  font-size: 0.9em;
}
.link-arrow {
    display: flex;
    align-items: center;
    margin-top: 20px;
    color: #cf307d;
    font-size: 0.9em;
    font-weight:500;
    ion-icon {
      font-size: 30px;
      margin-right: 5px;
    }
}
.section {
  margin:50px;
}
.shade {
  display: inline;
  color: #fd2e35;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}
.blur-heading {
  display: block;
  margin-top: 26px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  opacity: 0.5;
  letter-spacing: 1px;
}
.m-auto {
  margin: 0 auto;
}
.alt-bg-1 {
  background-color: #f0f4f7;
}
.alt-bg-2 {
  background-color: #E4EDED;
}
.text-theme {
  color: $color__primary;
}

/*=================MEGA DROPDOWN===================
===========================================*/
.megamenu {
  position:static;
  border-left: medium none !important;
  border-radius: 0;
  border-right: medium none !important;
  box-shadow: none;
    .dropdown-menu {
      border: medium none;
      border-radius: 0;
      margin-top: -2px;
      width: 100%;
      padding:em(50) 0;
      border-bottom:1px solid #DDD;     
      transition:all 0.3s ease 0s;
      transform:scale3d(1, 0, 1);
      transform-origin:center top 0;
      display:block;
    }
    .megamenu__item {
      padding:20px;
       white-space:unset;
        span {
          display:block;
        }
        img {
          width:50px;
          margin-bottom:em(20);
        }
        &-heading {
         
          margin-bottom:10px;
         
          font-size:1em;
        }
         &-number {
          
          font-weight:600;
          color:#000;
          font-size:2em;
        }         
    }
    .dropdown-toggle {
      color: #000;
    }
    .dropdown-toggle::after {
      border:none;
      position:absolute;
      content:"\f107";
      height:5px;
      width:5px;
      font-family:FontAwesome;
      top:10px;
      right:5%;
    }
    .nav-link {
      position:relative;
    }    
}
.dropdown:hover>.dropdown-menu {    
  transform:scale3d(1, 1, 1);
}
.theme-bg-2 {
  background-color: $color__primary;
  color:#FFF;
}
.bg-shade {
  background-color: #efefef;
}
.bullets {
  padding:0;
  padding-left:17px;
  list-style:none;
  margin-top:50px;
  display:flex;
  justify-content:center;
  li {
    margin-bottom:15px;
    width:25%;
    padding:50px;
    border:1px solid #000;
  }
}
.big-h2 {
  font-size:44px;
}