/*$lp: 'only screen and (min-width: 1200px) and (max-width: 1600px)';*/
/* half circle mixin */
/*=========================
    1. Start COMMON css 
==========================*/
@font-face {
  font-family: 'Apertura Rg';
  src: url("../fonts/Apertura-Regular.eot");
  src: url("../fonts/Apertura-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Apertura-Regular.woff2") format("woff2"), url("../fonts/Apertura-Regular.woff") format("woff"), url("../fonts/Apertura-Regular.ttf") format("truetype"), url("../fonts/Apertura-Regular.svg#Apertura-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Apertura Md';
  src: url("../fonts/Apertura-Medium.eot");
  src: url("../fonts/Apertura-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Apertura-Medium.woff2") format("woff2"), url("../fonts/Apertura-Medium.woff") format("woff"), url("../fonts/Apertura-Medium.ttf") format("truetype"), url("../fonts/Apertura-Medium.svg#Apertura-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Apertura Bold';
  src: url("../fonts/Apertura-Bold.eot");
  src: url("../fonts/Apertura-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Apertura-Bold.woff2") format("woff2"), url("../fonts/Apertura-Bold.woff") format("woff"), url("../fonts/Apertura-Bold.ttf") format("truetype"), url("../fonts/Apertura-Bold.svg#Apertura-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'HelveticaNeueLT Arabic 75';
  src: url("../fonts/HelveticaNeueLTArabic-Bold.eot");
  src: url("../fonts/HelveticaNeueLTArabic-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTArabic-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeueLTArabic-Bold.woff") format("woff"), url("../fonts/HelveticaNeueLTArabic-Bold.ttf") format("truetype"), url("../fonts/HelveticaNeueLTArabic-Bold.svg#HelveticaNeueLTArabic-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Apertura Cn';
  src: url("../fonts/Apertura-CondensedObliq.eot");
  src: url("../fonts/Apertura-CondensedObliq.eot?#iefix") format("embedded-opentype"), url("../fonts/Apertura-CondensedObliq.woff2") format("woff2"), url("../fonts/Apertura-CondensedObliq.woff") format("woff"), url("../fonts/Apertura-CondensedObliq.ttf") format("truetype"), url("../fonts/Apertura-CondensedObliq.svg#Apertura-CondensedObliq") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
/* line 68, ../scss/_common.scss */
html {
  font-size: 100%;
  scroll-behavior: smooth; }

/* line 72, ../scss/_common.scss */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 77, ../scss/_common.scss */
html, body {
  height: 100%;
  background: #fff;
  opacity: 1;
  transition: 1s opacity; }

/* line 83, ../scss/_common.scss */
body {
  font-family: "Apertura Rg", "sans, serif";
  font-weight: normal;
  color: #000000;
  font-size: 18px;
  line-height: 28px;
  overflow-x: hidden; }
  @media (max-width: 767px) {
    /* line 83, ../scss/_common.scss */
    body {
      font-size: 16px; } }

/* line 94, ../scss/_common.scss */
body.fade-out {
  opacity: 0;
  transition: none; }

/* line 99, ../scss/_common.scss */
a {
  color: #83AD12;
  text-decoration: none;
  /*font-weight: normal;*/
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important; }
  /* line 104, ../scss/_common.scss */
  a:hover, a:focus {
    text-decoration: none; }
  /* line 108, ../scss/_common.scss */
  a:hover {
    color: #F17A20; }

/* line 112, ../scss/_common.scss */
img.border-radius {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

/* line 116, ../scss/_common.scss */
a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

/* line 124, ../scss/_common.scss */
i,
span,
a {
  display: inline-block; }

/* line 129, ../scss/_common.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Apertura Bold", "sans, serif";
  color: #83AD12;
  margin: 0px;
  margin-bottom: 0.5rem;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important; }

/* line 142, ../scss/_common.scss */
h1 {
  font-size: 42px;
  line-height: 1.2; }

/* line 146, ../scss/_common.scss */
h2 {
  font-size: 36px;
  line-height: 40px; }

/* line 150, ../scss/_common.scss */
h3 {
  font-size: 28px;
  line-height: 36px;
  color: #000000; }

/* line 155, ../scss/_common.scss */
h4 {
  font-size: 26px;
  line-height: 30px; }

/* line 159, ../scss/_common.scss */
h5 {
  font-size: 22px;
  line-height: 28px; }

/* line 163, ../scss/_common.scss */
h6 {
  font-size: 20px;
  line-height: 26px; }

/* line 168, ../scss/_common.scss */
ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

/* line 173, ../scss/_common.scss */
p {
  color: #000000;
  margin: 0px;
  margin-bottom: 1rem;
  letter-spacing: 0.1px; }

/* line 179, ../scss/_common.scss */
.abstract {
  color: #83AD12;
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold; }

/* line 185, ../scss/_common.scss */
strong, b {
  font-weight: bold; }

/* line 186, ../scss/_common.scss */
small {
  font-size: 13px; }

/* line 187, ../scss/_common.scss */
input, textarea {
  display: inherit; }

/* line 190, ../scss/_common.scss */
img {
  max-width: 100%; }

/* line 193, ../scss/_common.scss */
section {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  /* line 196, ../scss/_common.scss */
  section.no-padding-bottom {
    padding-bottom: 0; }
  /* line 199, ../scss/_common.scss */
  section.no-padding {
    padding-top: 0;
    padding-bottom: 0; }
  /* line 203, ../scss/_common.scss */
  section.with-elements {
    position: relative; }
    /* line 206, ../scss/_common.scss */
    section.with-elements.white::before {
      position: absolute;
      left: 0px;
      top: 50px;
      content: '';
      background: url("../images/safesurf-element-white.png") no-repeat center center/contain;
      min-width: 665px;
      min-height: 421px;
      opacity: 0.1; }
  /* line 218, ../scss/_common.scss */
  section.with-watermark {
    position: relative;
    min-height: 500px; }
    @media (max-width: 991px) {
      /* line 218, ../scss/_common.scss */
      section.with-watermark {
        min-height: 400px; } }
    /* line 224, ../scss/_common.scss */
    section.with-watermark .container {
      position: relative; }
    /* line 227, ../scss/_common.scss */
    section.with-watermark::before {
      position: absolute;
      left: -169px;
      top: 140px;
      width: 339px;
      min-height: 269px;
      background: url("../images/safesurf-element-grey.png") no-repeat center center;
      content: '';
      z-index: 0; }

@media (max-width: 1199px) {
  /* line 243, ../scss/_common.scss */
  body {
    font-size: 18px;
    line-height: 1.4; }

  /* line 247, ../scss/_common.scss */
  h1 {
    font-size: 38px;
    line-height: 1.2; } }
@media (max-width: 1199px) {
  /* line 255, ../scss/_common.scss */
  body {
    font-size: 18px;
    line-height: 1.4; }

  /* line 259, ../scss/_common.scss */
  h1 {
    font-size: 32px;
    line-height: 1.2; } }
@media (max-width: 991px) {
  /* line 267, ../scss/_common.scss */
  body {
    font-size: 16px;
    line-height: 1.6; }

  /* line 271, ../scss/_common.scss */
  h1 {
    font-size: 30px;
    line-height: 1.2; }

  /* line 275, ../scss/_common.scss */
  h2 {
    font-size: 26px;
    line-height: 36px; }

  /* line 279, ../scss/_common.scss */
  h3 {
    font-size: 24px;
    line-height: 30px; }

  /* line 283, ../scss/_common.scss */
  h4 {
    font-size: 22px;
    line-height: 28px; }

  /* line 287, ../scss/_common.scss */
  h5 {
    font-size: 20px;
    line-height: 26px; }

  /* line 291, ../scss/_common.scss */
  h6 {
    font-size: 18px;
    line-height: 24px; }

  /* line 295, ../scss/_common.scss */
  .abstract {
    font-size: 20px; }

  /* line 298, ../scss/_common.scss */
  section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem; } }
@media (max-width: 767px) {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
/* line 316, ../scss/_common.scss */
.z1 {
  z-index: 1; }

/* line 317, ../scss/_common.scss */
.z2 {
  z-index: 2; }

/* line 318, ../scss/_common.scss */
.z9 {
  z-index: 9; }

/* line 319, ../scss/_common.scss */
.z99 {
  z-index: 99; }

/* line 320, ../scss/_common.scss */
.z999 {
  z-index: 999; }

/* line 321, ../scss/_common.scss */
.z9999 {
  z-index: 9999; }

/* line 323, ../scss/_common.scss */
.theme {
  color: #83AD12; }

/* line 326, ../scss/_common.scss */
.strong {
  font-family: "Apertura Bold", "sans, serif"; }

/* line 329, ../scss/_common.scss */
.semi-strong {
  font-family: "Apertura Md", "sans, serif"; }

/* line 332, ../scss/_common.scss */
.arabic-text {
  font-family: 'Cairo', 'sans-serif'; }

/* line 335, ../scss/_common.scss */
.font-weight-400 {
  font-weight: 400; }

/* line 340, ../scss/_common.scss */
.right-desktop-left-mobile {
  text-align: right; }
  @media (max-width: 991px) {
    /* line 340, ../scss/_common.scss */
    .right-desktop-left-mobile {
      text-align: left; } }

/* line 346, ../scss/_common.scss */
.center-desktop-left-mobile {
  text-align: center; }
  @media (max-width: 991px) {
    /* line 346, ../scss/_common.scss */
    .center-desktop-left-mobile {
      text-align: left; } }

/* line 352, ../scss/_common.scss */
.white-color {
  color: #FFF; }

/* line 353, ../scss/_common.scss */
.black-color {
  color: #000; }

/* line 354, ../scss/_common.scss */
.pink-color {
  color: #DB1A79; }

/* line 355, ../scss/_common.scss */
.light-blue-color {
  color: #7DBFEB; }

/* line 356, ../scss/_common.scss */
.light-grey-color {
  color: #7D7978; }

/* line 357, ../scss/_common.scss */
.green-color {
  color: #83AD12; }

/* line 360, ../scss/_common.scss */
.rm-rl-container .more-text {
  display: none; }

/* line 365, ../scss/_common.scss */
.read-more-link .less {
  display: none; }

/* line 370, ../scss/_common.scss */
.share-mobile {
  position: fixed;
  width: 45px;
  height: 45px;
  line-height: 40px;
  line-height: 40px;
  background: #fff;
  text-align: center;
  right: -60px;
  bottom: 30px;
  box-shadow: -1px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -1px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
  padding-top: 5px;
  z-index: 99; }
  /* line 387, ../scss/_common.scss */
  .share-mobile a {
    color: #DB1A79; }
  /* line 390, ../scss/_common.scss */
  .share-mobile.show {
    right: 20px; }

/* line 396, ../scss/_common.scss */
.default-container {
  padding: 2rem;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden; }
  /* line 402, ../scss/_common.scss */
  .default-container.with-shadow {
    box-shadow: -1px 2px 10px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -1px 2px 10px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -1px 2px 10px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-out 0s !important;
    -moz-transition: all 0.3s ease-out 0s !important;
    -ms-transition: all 0.3s ease-out 0s !important;
    -o-transition: all 0.3s ease-out 0s !important;
    transition: all 0.3s ease-out 0s !important; }
  /* line 408, ../scss/_common.scss */
  .default-container.with-border {
    border: 1px solid #E0E0E0; }
  /* line 411, ../scss/_common.scss */
  .default-container.very-less-padding {
    padding: 0.75rem; }
  /* line 414, ../scss/_common.scss */
  .default-container.less-padding {
    padding: 1.50rem; }
  /* line 417, ../scss/_common.scss */
  .default-container.more-padding {
    padding: 3rem; }
    @media (max-width: 991px) {
      /* line 417, ../scss/_common.scss */
      .default-container.more-padding {
        padding: 2rem; } }
    @media (max-width: 767px) {
      /* line 417, ../scss/_common.scss */
      .default-container.more-padding {
        padding: 1.5rem; } }
  /* line 426, ../scss/_common.scss */
  .default-container.no-padding-bottom {
    padding-bottom: 0; }
  /* line 430, ../scss/_common.scss */
  .default-container.with-elements.left:before, .default-container.with-elements.right:before {
    position: absolute;
    width: 600px;
    height: 375px;
    content: ''; }
  /* line 437, ../scss/_common.scss */
  .default-container.with-elements.left:before {
    left: -100px;
    bottom: -100px;
    background: url("../images/safesurl-elements-container-left.svg") no-repeat center center; }
  /* line 445, ../scss/_common.scss */
  .default-container.with-elements.right:before {
    right: -100px;
    bottom: 0px;
    background: url("../images/safesurl-elements-container-right.svg") no-repeat center center; }
  /* line 452, ../scss/_common.scss */
  .default-container.with-elements.colored:after {
    position: absolute;
    content: '';
    width: 509px;
    height: 342px;
    left: 0px;
    bottom: 30px;
    background: url("../images/safesurl-elements-container-colored.svg") no-repeat center center; }
  /* line 463, ../scss/_common.scss */
  .default-container .icon.right {
    position: absolute;
    right: 35px;
    top: 35px; }
    @media (max-width: 767px) {
      /* line 463, ../scss/_common.scss */
      .default-container .icon.right {
        display: none; } }

/* line 473, ../scss/_common.scss */
.bg-light-blue {
  background: #7DBFEB;
  color: #fff; }
  /* line 476, ../scss/_common.scss */
  .bg-light-blue a {
    color: #fff; }
    /* line 478, ../scss/_common.scss */
    .bg-light-blue a:hover {
      color: #fff; }

/* line 483, ../scss/_common.scss */
.bg-yellow {
  background: #F4DD32; }
  /* line 485, ../scss/_common.scss */
  .bg-yellow a {
    color: #000; }
    /* line 487, ../scss/_common.scss */
    .bg-yellow a:hover {
      color: #DB1A79; }
  /* line 493, ../scss/_common.scss */
  .bg-yellow ul.default-list li:before {
    color: rgba(0, 0, 0, 0.65); }

/* line 500, ../scss/_common.scss */
.bg-green {
  background: #83AD12;
  color: #fff; }
  /* line 503, ../scss/_common.scss */
  .bg-green h1, .bg-green h2, .bg-green h3, .bg-green h4, .bg-green h5, .bg-green p {
    color: #fff !important; }
  /* line 506, ../scss/_common.scss */
  .bg-green a {
    color: #fff; }
    /* line 508, ../scss/_common.scss */
    .bg-green a:hover {
      color: #F17A20; }
  /* line 513, ../scss/_common.scss */
  .bg-green ul.default-list li {
    color: #fff; }
    /* line 515, ../scss/_common.scss */
    .bg-green ul.default-list li:before {
      color: rgba(255, 255, 255, 0.65); }

/* line 522, ../scss/_common.scss */
.bg-light-grey {
  background: #F8F8F8; }

/* line 526, ../scss/_common.scss */
hr {
  background-color: #999;
  opacity: 0.5;
  margin: 50px 0; }

/* line 528, ../scss/_common.scss */
#home_loader_mobile {
  display: none; }

@media (max-width: 767px) {
  /* line 532, ../scss/_common.scss */
  #home_loader_mobile {
    display: inline-block; }

  /* line 535, ../scss/_common.scss */
  #home_loader_desktop {
    display: none; } }
/***************************************************
  Header
****************************************************/
/* line 544, ../scss/_common.scss */
header {
  padding-top: 30px; }
  /* line 546, ../scss/_common.scss */
  header.fixed {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 21; }
  /* line 555, ../scss/_common.scss */
  header .top-header .logo img {
    max-width: 320px; }
  /* line 559, ../scss/_common.scss */
  header .top-header .logo-icon-only {
    display: none; }
  /* line 564, ../scss/_common.scss */
  header .right-header li {
    margin-right: 1.5rem; }
    /* line 567, ../scss/_common.scss */
    header .right-header li.social-media a {
      margin-right: .5rem; }
    /* line 571, ../scss/_common.scss */
    header .right-header li.lang-switcher > a {
      font-family: 'Cairo', 'sans-serif';
      font-weight: 600; }
    /* line 575, ../scss/_common.scss */
    header .right-header li:last-child {
      margin-right: 0px; }
    /* line 578, ../scss/_common.scss */
    header .right-header li.search-mobile-icon, header .right-header li.burger-mobile-menu {
      display: none !important; }
  /* line 583, ../scss/_common.scss */
  header .bottom-header {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    width: 100%; }
    /* line 589, ../scss/_common.scss */
    header .bottom-header .search-bar {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%; }
      /* line 594, ../scss/_common.scss */
      header .bottom-header .search-bar input[type="text"] {
        background: transparent !important;
        font-size: 22px;
        color: #fff;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        width: 0px;
        -webkit-transition: all 0.5s ease-out 0s !important;
        -moz-transition: all 0.5s ease-out 0s !important;
        -ms-transition: all 0.5s ease-out 0s !important;
        -o-transition: all 0.5s ease-out 0s !important;
        transition: all 0.5s ease-out 0s !important;
        z-index: 1; }
        /* line 602, ../scss/_common.scss */
        header .bottom-header .search-bar input[type="text"]:focus {
          outline: none;
          box-shadow: none; }
        /* line 606, ../scss/_common.scss */
        header .bottom-header .search-bar input[type="text"].show {
          width: 100%;
          border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; }
    /* line 613, ../scss/_common.scss */
    header .bottom-header .menu-language {
      position: absolute;
      left: 0px;
      z-index: 3;
      top: 10px; }
    /* line 619, ../scss/_common.scss */
    header .bottom-header .logo-sticky {
      position: absolute;
      left: 0px;
      top: 10px;
      width: 50px;
      z-index: 2;
      display: none !important; }
    /* line 627, ../scss/_common.scss */
    header .bottom-header .search {
      position: absolute;
      right: 0px;
      top: 15px; }
      /* line 631, ../scss/_common.scss */
      header .bottom-header .search a {
        transition: transform .5s !important; }
        /* line 634, ../scss/_common.scss */
        header .bottom-header .search a.active {
          transform: rotate(45deg); }
  /* line 640, ../scss/_common.scss */
  header.sticky {
    padding: 20px 0 !important;
    background: #FFF;
    min-height: 90px;
    box-shadow: -1px 2px 30px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -1px 2px 30px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -1px 2px 30px 2px rgba(0, 0, 0, 0.1); }
    /* line 647, ../scss/_common.scss */
    header.sticky .top-header {
      display: none; }
    /* line 650, ../scss/_common.scss */
    header.sticky .bottom-header {
      margin-top: 0;
      border-top: none; }
      /* line 653, ../scss/_common.scss */
      header.sticky .bottom-header .logo-sticky {
        display: block !important; }
        /* line 655, ../scss/_common.scss */
        header.sticky .bottom-header .logo-sticky.show {
          display: none !important; }
    /* line 660, ../scss/_common.scss */
    header.sticky .navik-menu {
      margin-left: 75px; }
    /* line 663, ../scss/_common.scss */
    header.sticky .navik-menu > ul > li > a {
      padding: 0 15px;
      color: #000; }
    /* line 667, ../scss/_common.scss */
    header.sticky .navik-menu > ul > li > ul {
      top: 50px; }
    /* line 670, ../scss/_common.scss */
    header.sticky input[type="text"].show {
      color: #000;
      border-bottom: 2px solid #83AD12; }

@media (max-width: 1199px) {
  /* line 680, ../scss/_common.scss */
  .right-header .social-media, .right-header .cta {
    display: none !important; }
  /* line 683, ../scss/_common.scss */
  .right-header ul > li.burger-mobile-menu, .right-header ul > li.search-mobile-icon {
    display: inline-block !important; }
  /* line 686, ../scss/_common.scss */
  .right-header ul > li.search-mobile-icon {
    position: relative; }
    /* line 688, ../scss/_common.scss */
    .right-header ul > li.search-mobile-icon .search {
      position: absolute;
      top: -12px;
      left: -18px;
      font-size: 20px; }
      /* line 693, ../scss/_common.scss */
      .right-header ul > li.search-mobile-icon .search a {
        transition: transform .5s !important; }
        /* line 696, ../scss/_common.scss */
        .right-header ul > li.search-mobile-icon .search a.active {
          transform: rotate(45deg); }

  /* line 707, ../scss/_common.scss */
  .bottom-header .search-bar form > input[type="text"] {
    font-size: 18px !important; }
  /* line 710, ../scss/_common.scss */
  .bottom-header .logo-sticky, .bottom-header .search {
    display: none; }

  /* line 715, ../scss/_common.scss */
  header.sticky {
    padding: 10px !important;
    min-height: 40px; }
    /* line 718, ../scss/_common.scss */
    header.sticky .top-header {
      display: block !important; }
      /* line 720, ../scss/_common.scss */
      header.sticky .top-header ul > li.search-mobile-icon {
        display: none !important; }
      /* line 723, ../scss/_common.scss */
      header.sticky .top-header .logo-icon-only img {
        max-width: 35px; }
      /* line 726, ../scss/_common.scss */
      header.sticky .top-header .c-hamburger span {
        background: #83AD12; }
      /* line 729, ../scss/_common.scss */
      header.sticky .top-header .c-hamburger span::before,
      header.sticky .top-header .c-hamburger span::after {
        background: #83AD12; }
      /* line 733, ../scss/_common.scss */
      header.sticky .top-header .c-hamburger.is-active span {
        background: none; }
      /* line 736, ../scss/_common.scss */
      header.sticky .top-header .burger-mobile-menu {
        margin-right: 0px; }
    /* line 740, ../scss/_common.scss */
    header.sticky .bottom-header {
      padding-top: 0; }
      /* line 742, ../scss/_common.scss */
      header.sticky .bottom-header .logo-sticky {
        display: none !important; }
      /* line 745, ../scss/_common.scss */
      header.sticky .bottom-header .search-bar {
        display: none; }
      /* line 748, ../scss/_common.scss */
      header.sticky .bottom-header .navik-menu {
        position: static;
        box-shadow: none; }
        /* line 751, ../scss/_common.scss */
        header.sticky .bottom-header .navik-menu > ul {
          margin-top: 20px; }
        /* line 754, ../scss/_common.scss */
        header.sticky .bottom-header .navik-menu > ul > li > a {
          color: #000 !important;
          line-height: !important;
          height: auto !important;
          padding: 14px 15px; }

  /* line 764, ../scss/_common.scss */
  .navik-menu {
    box-shadow: -1px 2px 5px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -1px 2px 5px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -1px 2px 5px 2px rgba(0, 0, 0, 0.1);
    margin-left: 0px !important;
    position: absolute;
    left: 0px;
    top: 0px;
    display: block !important;
    width: 100%;
    background: #fff; }
    /* line 778, ../scss/_common.scss */
    .navik-menu > ul > li > a {
      color: #000 !important;
      line-height: !important;
      height: auto !important; } }
@media (max-width: 767px) {
  /* line 787, ../scss/_common.scss */
  header .right-header li {
    margin-right: 0.75rem; }
    /* line 789, ../scss/_common.scss */
    header .right-header li.burger-mobile-menu {
      margin-right: 0; }

  /* line 794, ../scss/_common.scss */
  header .top-header .logo img {
    max-width: 250px; } }
@media (max-width: 480px) {
  /* line 799, ../scss/_common.scss */
  header .top-header .logo img {
    max-width: 220px; }

  /* line 802, ../scss/_common.scss */
  header .right-header {
    margin-top: -5px; } }
@media (max-width: 375px) {
  /* line 808, ../scss/_common.scss */
  header .top-header .logo-default {
    display: none; }

  /* line 811, ../scss/_common.scss */
  header .top-header .logo-icon-only {
    display: block;
    margin-left: 10px; }
    /* line 814, ../scss/_common.scss */
    header .top-header .logo-icon-only img {
      max-width: 50px; } }
/***************************************************
  Sumo Select
****************************************************/
/* line 824, ../scss/_common.scss */
.SumoSelect.open > .CaptionCont, .SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont {
  border: 1px solid #ccc; }

/* line 827, ../scss/_common.scss */
.SumoSelect > .CaptionCont {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  min-height: 40px; }
  @media (max-width: 991px) {
    /* line 827, ../scss/_common.scss */
    .SumoSelect > .CaptionCont {
      min-height: 44px;
      padding-top: 10px; } }

/* line 836, ../scss/_common.scss */
.SumoSelect > .CaptionCont > span.placeholder {
  font-style: normal; }

/* line 839, ../scss/_common.scss */
body.game-rating .SumoSelect {
  width: 100%; }

/***************************************************
  Inside Page Header
****************************************************/
/* line 846, ../scss/_common.scss */
.inside-page-header {
  min-height: 540px;
  background-position: top center;
  background-size: cover;
  position: relative; }
  /* line 851, ../scss/_common.scss */
  .inside-page-header .gradient-top-header {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    min-height: 300px;
    background: #010c14;
    background: linear-gradient(180deg, rgba(1, 12, 20, 0.8113620448) 0%, rgba(0, 0, 0, 0) 100%); }
    @media (max-width: 575px) {
      /* line 851, ../scss/_common.scss */
      .inside-page-header .gradient-top-header {
        min-height: 250px; } }
  /* line 863, ../scss/_common.scss */
  .inside-page-header:before {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #010c14;
    background: linear-gradient(90deg, rgba(1, 12, 20, 0.87) 0%, rgba(0, 0, 0, 0.3701855742) 100%);
    width: 100%;
    height: 100%;
    content: ''; }
  /* line 874, ../scss/_common.scss */
  .inside-page-header .breadcrumb-container {
    position: absolute;
    bottom: 0px;
    width: 100%; }
  /* line 879, ../scss/_common.scss */
  .inside-page-header .heading {
    position: absolute;
    top: 50%;
    color: #fff;
    width: 100%; }
    /* line 884, ../scss/_common.scss */
    .inside-page-header .heading h1 {
      color: #7DBFEB;
      font-size: 54px;
      width: 75%; }
      @media (max-width: 767px) {
        /* line 884, ../scss/_common.scss */
        .inside-page-header .heading h1 {
          width: 100%; } }
  /* line 893, ../scss/_common.scss */
  .inside-page-header .safesurf-elements {
    position: absolute;
    right: 8%;
    bottom: 0px;
    width: 600px;
    height: 375px; }
    /* line 899, ../scss/_common.scss */
    .inside-page-header .safesurf-elements svg {
      width: 100%; }
    @media (max-width: 991px) {
      /* line 893, ../scss/_common.scss */
      .inside-page-header .safesurf-elements {
        width: 450px;
        height: 281px;
        right: 0%;
        bottom: 20%; } }
    @media (max-width: 767px) {
      /* line 893, ../scss/_common.scss */
      .inside-page-header .safesurf-elements {
        right: -5%; } }

@media (max-width: 1199px) {
  /* line 915, ../scss/_common.scss */
  .inside-page-header {
    min-height: 450px; } }
@media (max-width: 767px) {
  /* line 920, ../scss/_common.scss */
  .inside-page-header {
    min-height: 400px; }
    /* line 922, ../scss/_common.scss */
    .inside-page-header .heading {
      top: 45%; }
      /* line 924, ../scss/_common.scss */
      .inside-page-header .heading h1 {
        font-size: 36px; } }
/* line 932, ../scss/_common.scss */
.breadcrumb-container .container {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }
  @media (max-width: 575px) {
    /* line 932, ../scss/_common.scss */
    .breadcrumb-container .container {
      padding: 10px; } }
@media (max-width: 575px) {
  /* line 939, ../scss/_common.scss */
  .breadcrumb-container .share {
    display: none; } }
/* line 945, ../scss/_common.scss */
.breadcrumb-container .breadcrumb-links li {
  font-size: 14px; }
  /* line 947, ../scss/_common.scss */
  .breadcrumb-container .breadcrumb-links li.active:before {
    padding-right: 1rem; }
    @media (max-width: 575px) {
      /* line 947, ../scss/_common.scss */
      .breadcrumb-container .breadcrumb-links li.active:before {
        padding-left: 0.5rem; } }
  @media (max-width: 575px) {
    /* line 945, ../scss/_common.scss */
    .breadcrumb-container .breadcrumb-links li {
      font-size: 12px; } }
  @media (max-width: 575px) {
    /* line 956, ../scss/_common.scss */
    .breadcrumb-container .breadcrumb-links li img {
      width: 18px; } }
  /* line 961, ../scss/_common.scss */
  .breadcrumb-container .breadcrumb-links li.breadcrumb-item.active {
    color: #ccc; }
/* line 965, ../scss/_common.scss */
.breadcrumb-container .breadcrumb-links ol {
  margin-bottom: 0; }
/* line 969, ../scss/_common.scss */
.breadcrumb-container a {
  color: #fff;
  margin: 0 .8rem 0; }
  @media (max-width: 767px) {
    /* line 969, ../scss/_common.scss */
    .breadcrumb-container a {
      margin: 0 .3rem 0; } }
  /* line 975, ../scss/_common.scss */
  .breadcrumb-container a:hover {
    color: #83AD12; }

/***************************************************
  Footer
****************************************************/
/* line 984, ../scss/_common.scss */
footer {
  background: #4B4B4B;
  padding-top: 4rem;
  padding-bottom: 4rem;
  color: #fff;
  font-size: 16px;
  /* start footer-bottom */
  /* end footer-bottom */ }
  @media (max-width: 991px) {
    /* line 984, ../scss/_common.scss */
    footer {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  @media (max-width: 991px) {
    /* line 994, ../scss/_common.scss */
    footer .container {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  /* line 1001, ../scss/_common.scss */
  footer .company .logo img {
    max-width: 250px; }
  /* line 1004, ../scss/_common.scss */
  footer .company .social-media a {
    margin-right: 1rem;
    color: #7DBFEB;
    font-size: 18px; }
    /* line 1008, ../scss/_common.scss */
    footer .company .social-media a:hover {
      color: #83AD12; }
  /* line 1014, ../scss/_common.scss */
  footer .contact a {
    color: #fff; }
    /* line 1016, ../scss/_common.scss */
    footer .contact a span {
      color: #7DBFEB;
      font-size: 20px;
      margin-right: .5rem; }
    /* line 1021, ../scss/_common.scss */
    footer .contact a:hover {
      color: #83AD12; }
      /* line 1023, ../scss/_common.scss */
      footer .contact a:hover span {
        color: #83AD12; }
  /* line 1028, ../scss/_common.scss */
  footer .contact .email span {
    font-size: 14px; }
  /* line 1033, ../scss/_common.scss */
  footer .initiative .tra-logo-wrapper {
    text-align: right; }
    /* line 1035, ../scss/_common.scss */
    footer .initiative .tra-logo-wrapper img {
      max-width: 180px; }
    @media (max-width: 991px) {
      /* line 1033, ../scss/_common.scss */
      footer .initiative .tra-logo-wrapper {
        text-align: left; } }
  /* line 1046, ../scss/_common.scss */
  footer .footer-bottom {
    font-size: 12px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 30px; }
    /* line 1052, ../scss/_common.scss */
    footer .footer-bottom .mini-menu li {
      display: inline-block;
      padding: 0 10px;
      position: relative; }
      /* line 1056, ../scss/_common.scss */
      footer .footer-bottom .mini-menu li:after {
        position: absolute;
        right: 0px;
        width: 1px;
        height: 10px;
        background: rgba(255, 255, 255, 0.5);
        content: '';
        top: 7px; }
      /* line 1065, ../scss/_common.scss */
      footer .footer-bottom .mini-menu li:last-child:after {
        display: none; }
      /* line 1068, ../scss/_common.scss */
      footer .footer-bottom .mini-menu li:first-child {
        padding-left: 0; }
      /* line 1071, ../scss/_common.scss */
      footer .footer-bottom .mini-menu li a {
        color: rgba(255, 255, 255, 0.75); }
        /* line 1073, ../scss/_common.scss */
        footer .footer-bottom .mini-menu li a:hover {
          color: #83AD12; }
    /* line 1079, ../scss/_common.scss */
    footer .footer-bottom .boxon img {
      vertical-align: middle;
      max-width: 40px;
      margin-top: -7px;
      margin-left: 5px; }

/***************************************************
  Sidebar
****************************************************/
/* line 1094, ../scss/_common.scss */
.sidebar .inner-sidebar {
  background: #F8F8F8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 12px;
  margin-right: 12px; }
/* line 1100, ../scss/_common.scss */
.sidebar .title {
  border-bottom: 2px solid rgba(195, 195, 195, 0.4);
  padding: 1.5rem 2rem 0.5rem; }
/* line 1104, ../scss/_common.scss */
.sidebar ul li {
  position: relative;
  padding: 0.7rem 0;
  border-bottom: 1px solid #E6E6E6; }
  /* line 1108, ../scss/_common.scss */
  .sidebar ul li:last-child {
    border-bottom: none; }
  /* line 1111, ../scss/_common.scss */
  .sidebar ul li a {
    color: #666;
    font-size: 16px; }
    /* line 1114, ../scss/_common.scss */
    .sidebar ul li a:hover {
      color: #83AD12; }
  /* line 1118, ../scss/_common.scss */
  .sidebar ul li.active {
    padding-left: 20px;
    font-family: "Apertura Md", "sans, serif"; }
    /* line 1121, ../scss/_common.scss */
    .sidebar ul li.active a {
      color: #000; }
    /* line 1124, ../scss/_common.scss */
    .sidebar ul li.active:before {
      position: absolute;
      content: '';
      width: 3px;
      height: 20px;
      top: 12px;
      left: 0px;
      background: #DB1A79; }

/***************************************************
  Menu
****************************************************/
/* line 1140, ../scss/_common.scss */
.navik-menu {
  float: none;
  clear: both;
  margin-left: -15px;
  margin-top: 0; }
  /* line 1145, ../scss/_common.scss */
  .navik-menu > ul > li > a {
    line-height: 25px;
    height: 25px;
    color: #FFF;
    font-family: "Apertura Rg", "sans, serif"; }
  /* line 1151, ../scss/_common.scss */
  .navik-menu > ul > li > ul > li > a {
    font-family: "Apertura Rg", "sans, serif"; }

/***************************************************
  Tab
****************************************************/
/* line 1160, ../scss/_common.scss */
.bx-tab .nav-tabs {
  border-bottom: 2px solid #E0E0E0; }
/* line 1163, ../scss/_common.scss */
.bx-tab .nav-item {
  min-width: 220px;
  position: relative; }
/* line 1167, ../scss/_common.scss */
.bx-tab .nav-tabs .nav-link {
  border: none;
  margin-bottom: -2px;
  color: #525252;
  display: inline-block;
  width: 100%; }
  /* line 1173, ../scss/_common.scss */
  .bx-tab .nav-tabs .nav-link.active {
    font-family: "Apertura Md", "sans, serif";
    border-bottom: 2px solid #DB1A79; }
  /* line 1177, ../scss/_common.scss */
  .bx-tab .nav-tabs .nav-link:before, .bx-tab .nav-tabs .nav-link:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 2px;
    background: #fff;
    bottom: -2px; }
  /* line 1185, ../scss/_common.scss */
  .bx-tab .nav-tabs .nav-link:before {
    left: 0px; }
  /* line 1188, ../scss/_common.scss */
  .bx-tab .nav-tabs .nav-link:after {
    left: auto;
    right: 0px; }
/* line 1194, ../scss/_common.scss */
.bx-tab .nav-tabs .nav-link:first-child:before {
  display: none; }
/* line 1199, ../scss/_common.scss */
.bx-tab .nav-tabs .nav-link:last-child:after {
  display: none; }

/***************************************************
  Accordion
****************************************************/
/* line 1208, ../scss/_common.scss */
.accordion .accordion-button {
  font-size: 22px;
  font-weight: normal;
  font-family: "Apertura Md", "sans, serif";
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 767px) {
    /* line 1208, ../scss/_common.scss */
    .accordion .accordion-button {
      font-size: 20px; } }
  /* line 1217, ../scss/_common.scss */
  .accordion .accordion-button:focus {
    outline: none;
    box-shadow: none; }
/* line 1222, ../scss/_common.scss */
.accordion .accordion-button:not(.collapsed) {
  background: transparent;
  color: #DB1A79; }
/* line 1226, ../scss/_common.scss */
.accordion .accordion-item {
  background: transparent; }

/***************************************************
  Lists
****************************************************/
/* line 1234, ../scss/_common.scss */
ul.default-list li {
  line-height: 1.3;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0.875rem;
  letter-spacing: 0.1px; }

/* line 1241, ../scss/_common.scss */
ul.default-list li:before {
  content: "\25A0";
  color: rgba(230, 107, 168, 0.65);
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-left: -24px;
  margin-right: 15px;
  margin-top: -5px; }
  @media (max-width: 767px) {
    /* line 1241, ../scss/_common.scss */
    ul.default-list li:before {
      font-size: 0.5rem; } }

/* line 1256, ../scss/_common.scss */
.list-with-icon-on-hover a {
  display: block;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  padding: .5rem 3rem .5rem 0;
  font-size: 16px;
  color: #7D7978;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important; }
  @media (max-width: 991px) {
    /* line 1256, ../scss/_common.scss */
    .list-with-icon-on-hover a {
      font-size: 14px;
      padding: .75rem 3rem .75rem 0; } }
  /* line 1269, ../scss/_common.scss */
  .list-with-icon-on-hover a:last-child {
    border-bottom: none; }
  /* line 1272, ../scss/_common.scss */
  .list-with-icon-on-hover a:after {
    font-family: 'icomoon' !important;
    position: absolute;
    font-size: 10px;
    -webkit-transition: all 0.3s ease-out 0s !important;
    -moz-transition: all 0.3s ease-out 0s !important;
    -ms-transition: all 0.3s ease-out 0s !important;
    -o-transition: all 0.3s ease-out 0s !important;
    transition: all 0.3s ease-out 0s !important;
    content: '\e902';
    right: 5px;
    top: 5px;
    opacity: 0; }
    @media (max-width: 991px) {
      /* line 1272, ../scss/_common.scss */
      .list-with-icon-on-hover a:after {
        opacity: 1; } }
    @media (max-width: 991px) {
      /* line 1272, ../scss/_common.scss */
      .list-with-icon-on-hover a:after {
        top: 15px; } }
  /* line 1288, ../scss/_common.scss */
  .list-with-icon-on-hover a:hover {
    color: #83AD12; }
    /* line 1290, ../scss/_common.scss */
    .list-with-icon-on-hover a:hover:after {
      right: 0px;
      opacity: 1; }

/* line 1297, ../scss/_common.scss */
.list-with-animated-border {
  border-bottom: 1px solid #E8E8E8;
  position: relative; }
  /* line 1300, ../scss/_common.scss */
  .list-with-animated-border:after {
    position: absolute;
    width: 0px;
    height: 1px;
    left: 0px;
    bottom: -1px;
    -webkit-transition: all 0.5s ease-out 0s !important;
    -moz-transition: all 0.5s ease-out 0s !important;
    -ms-transition: all 0.5s ease-out 0s !important;
    -o-transition: all 0.5s ease-out 0s !important;
    transition: all 0.5s ease-out 0s !important;
    background: #DB1A79;
    content: ''; }
  /* line 1310, ../scss/_common.scss */
  .list-with-animated-border:hover:after {
    width: 100%; }

/***************************************************
  Icon
****************************************************/
/* line 1319, ../scss/_common.scss */
.icon.rounded-border {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  box-shadow: -1px 2px 5px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -1px 2px 5px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 2px 5px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important; }
/* line 1332, ../scss/_common.scss */
.icon img {
  max-width: 40px;
  max-height: 50px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important; }
/* line 1338, ../scss/_common.scss */
.icon.semi-enlarge img {
  max-width: 50px;
  max-height: 50px; }
/* line 1344, ../scss/_common.scss */
.icon.enlarge img {
  max-width: 75px;
  max-height: 75px; }

/***************************************************
  Card
****************************************************/
/* line 1353, ../scss/_common.scss */
.card {
  box-shadow: -1px 2px 3px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: -1px 2px 3px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px 2px 3px 2px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  border: none;
  position: relative; }
  /* line 1361, ../scss/_common.scss */
  .card:hover {
    box-shadow: -1px 2px 20px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: -1px 2px 20px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -1px 2px 20px 2px rgba(0, 0, 0, 0.15); }
  /* line 1366, ../scss/_common.scss */
  .card.no-shadow {
    box-shadow: none;
    border: 1px solid #F1f1f1; }
    /* line 1369, ../scss/_common.scss */
    .card.no-shadow:hover {
      box-shadow: none; }
  /* line 1373, ../scss/_common.scss */
  .card .card-inner {
    padding: 30px; }
  /* line 1377, ../scss/_common.scss */
  .card .heading {
    padding: 20px;
    border-bottom: 3px solid #FDEBDD;
    background: url("../images/card-bg2.png") no-repeat left top/contain;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out 0s !important;
    -moz-transition: all 0.3s ease-out 0s !important;
    -ms-transition: all 0.3s ease-out 0s !important;
    -o-transition: all 0.3s ease-out 0s !important;
    transition: all 0.3s ease-out 0s !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    /* line 1385, ../scss/_common.scss */
    .card .heading h4 {
      font-size: 26px;
      color: #000;
      margin-top: 7px;
      position: relative; }
      @media (max-width: 991px) {
        /* line 1385, ../scss/_common.scss */
        .card .heading h4 {
          font-size: 22px; } }
    /* line 1394, ../scss/_common.scss */
    .card .heading .icon {
      margin-right: 1rem;
      position: relative; }
  /* line 1402, ../scss/_common.scss */
  .card:hover .heading {
    background: #F17A20;
    border-bottom: 3px solid #fff; }
    /* line 1405, ../scss/_common.scss */
    .card:hover .heading h4 {
      color: #fff; }
  /* line 1411, ../scss/_common.scss */
  .card:after {
    position: absolute;
    left: 0px;
    top: 120px;
    width: 123px;
    height: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    content: '';
    z-index: 0; }

/***************************************************
  Carousel
****************************************************/
/* line 1429, ../scss/_common.scss */
.owl-carousel.no-dots .owl-dots {
  display: none; }
/* line 1434, ../scss/_common.scss */
.owl-carousel.no-nav .owl-nav {
  display: none; }
/* line 1439, ../scss/_common.scss */
.owl-carousel.middle-arrows .owl-nav {
  font-size: 40px;
  font-family: "Apertura Rg", "sans, serif";
  color: #fff; }
  @media (max-width: 767px) {
    /* line 1439, ../scss/_common.scss */
    .owl-carousel.middle-arrows .owl-nav {
      font-size: 40px; } }
  /* line 1446, ../scss/_common.scss */
  .owl-carousel.middle-arrows .owl-nav .owl-prev, .owl-carousel.middle-arrows .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s !important;
    -moz-transition: all 0.3s ease-out 0s !important;
    -ms-transition: all 0.3s ease-out 0s !important;
    -o-transition: all 0.3s ease-out 0s !important;
    transition: all 0.3s ease-out 0s !important; }
    @media (max-width: 767px) {
      /* line 1446, ../scss/_common.scss */
      .owl-carousel.middle-arrows .owl-nav .owl-prev, .owl-carousel.middle-arrows .owl-nav .owl-next {
        top: 30%; } }
  /* line 1455, ../scss/_common.scss */
  .owl-carousel.middle-arrows .owl-nav .owl-prev:hover, .owl-carousel.middle-arrows .owl-nav .owl-next:hover {
    color: #DB1A79; }
  /* line 1458, ../scss/_common.scss */
  .owl-carousel.middle-arrows .owl-nav .owl-prev {
    left: 20px; }
  /* line 1461, ../scss/_common.scss */
  .owl-carousel.middle-arrows .owl-nav .owl-next {
    right: 20px; }
/* line 1466, ../scss/_common.scss */
.owl-carousel .owl-dots {
  text-align: center;
  padding-top: 30px; }
  /* line 1469, ../scss/_common.scss */
  .owl-carousel .owl-dots button {
    width: 12px;
    height: 12px;
    background: #E5E5E5;
    border-radius: 50%;
    margin-right: 5px; }
    /* line 1475, ../scss/_common.scss */
    .owl-carousel .owl-dots button.active {
      background: #DB1A79; }

/***************************************************
  Pagination
****************************************************/
/* line 1487, ../scss/_common.scss */
.pagination-wrapper {
  text-align: center; }
  /* line 1489, ../scss/_common.scss */
  .pagination-wrapper ul.pagination {
    display: inline-block; }
    /* line 1491, ../scss/_common.scss */
    .pagination-wrapper ul.pagination li {
      float: left; }
      /* line 1493, ../scss/_common.scss */
      .pagination-wrapper ul.pagination li.active .page-link {
        background: transparent;
        border: 1px solid #83AD12;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }
    /* line 1501, ../scss/_common.scss */
    .pagination-wrapper ul.pagination .page-link {
      border: none;
      color: #83AD12;
      text-transform: lowercase; }
      /* line 1505, ../scss/_common.scss */
      .pagination-wrapper ul.pagination .page-link:hover {
        background: transparent;
        color: #F17A20; }

/***************************************************
  News Box
****************************************************/
/* line 1516, ../scss/_common.scss */
.news-box {
  box-shadow: -1px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -1px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important; }
  /* line 1523, ../scss/_common.scss */
  .news-box .main-image {
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative; }
    /* line 1529, ../scss/_common.scss */
    .news-box .main-image .overlay {
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 100%;
      padding: 2rem 1rem 0.5rem;
      background: black;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.599877451) 0%, rgba(0, 0, 0, 0) 100%);
      color: #fff; }
  /* line 1540, ../scss/_common.scss */
  .news-box:hover {
    background: #7DBFEB; }
    /* line 1542, ../scss/_common.scss */
    .news-box:hover img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      z-index: 0; }
    /* line 1550, ../scss/_common.scss */
    .news-box:hover .details a {
      color: #fff; }
      /* line 1552, ../scss/_common.scss */
      .news-box:hover .details a.more-link {
        color: #fff; }
    /* line 1556, ../scss/_common.scss */
    .news-box:hover .details small {
      color: #fff; }
  /* line 1561, ../scss/_common.scss */
  .news-box img {
    -webkit-transition: all 0.5s ease-out 0s !important;
    -moz-transition: all 0.5s ease-out 0s !important;
    -ms-transition: all 0.5s ease-out 0s !important;
    -o-transition: all 0.5s ease-out 0s !important;
    transition: all 0.5s ease-out 0s !important; }
  /* line 1565, ../scss/_common.scss */
  .news-box .details {
    padding: 1.7rem 1.5rem; }
    /* line 1567, ../scss/_common.scss */
    .news-box .details a {
      color: #000; }
      /* line 1569, ../scss/_common.scss */
      .news-box .details a.more-link {
        color: #83AD12; }
    /* line 1573, ../scss/_common.scss */
    .news-box .details small {
      color: #7D7978; }
  /* line 1577, ../scss/_common.scss */
  .news-box.no-shadow {
    box-shadow: none !important;
    border: 1px solid #f1f1f1; }

/* line 1582, ../scss/_common.scss */
.owl-carousel .news-box {
  min-height: 445px; }

/***************************************************
  More Link & Back Link
****************************************************/
/* line 1589, ../scss/_common.scss */
.more-link, .prev-link {
  font-family: "Apertura Md", "sans, serif";
  color: #83AD12; }
  /* line 1592, ../scss/_common.scss */
  .more-link.with-icon, .prev-link.with-icon {
    position: relative; }
    /* line 1594, ../scss/_common.scss */
    .more-link.with-icon:after, .prev-link.with-icon:after {
      font-family: 'icomoon' !important;
      position: absolute;
      font-size: 12px;
      -webkit-transition: all 0.3s ease-out 0s !important;
      -moz-transition: all 0.3s ease-out 0s !important;
      -ms-transition: all 0.3s ease-out 0s !important;
      -o-transition: all 0.3s ease-out 0s !important;
      transition: all 0.3s ease-out 0s !important; }
  /* line 1602, ../scss/_common.scss */
  .more-link:hover, .prev-link:hover {
    color: #F17A20; }

/* line 1607, ../scss/_common.scss */
.more-link.with-icon {
  padding-right: 25px; }
  /* line 1609, ../scss/_common.scss */
  .more-link.with-icon:after {
    content: '\e902';
    right: 0px; }
  /* line 1613, ../scss/_common.scss */
  .more-link.with-icon:hover:after {
    right: -5px; }

/* line 1619, ../scss/_common.scss */
.prev-link.with-icon {
  padding-left: 25px; }
  /* line 1621, ../scss/_common.scss */
  .prev-link.with-icon:after {
    content: '\e903';
    left: 0px; }
    @media (max-width: 991px) {
      /* line 1621, ../scss/_common.scss */
      .prev-link.with-icon:after {
        padding-top: 3px; } }
  /* line 1628, ../scss/_common.scss */
  .prev-link.with-icon:hover:after {
    left: -5px; }

/***************************************************
  FORMs
****************************************************/
/* line 1639, ../scss/_common.scss */
.bx-form .error-message {
  color: red;
  font-size: 12px; }
/* line 1643, ../scss/_common.scss */
.bx-form .field-container {
  position: relative; }
  /* line 1645, ../scss/_common.scss */
  .bx-form .field-container span.required {
    color: #DB1A79;
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 14px; }
/* line 1653, ../scss/_common.scss */
.bx-form .invisible-captcha {
  font-size: 12px;
  color: #CCC; }

/* line 1658, ../scss/_common.scss */
input[type="text"],
input[type="email"],
input[type="phone"],
textarea {
  border: none !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #F4F4F4 !important; }
  /* line 1665, ../scss/_common.scss */
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="phone"]:focus,
  textarea:focus {
    background-color: #fff !important; }

/* line 1670, ../scss/_common.scss */
input[type="text"],
input[type="email"],
input[type="phone"] {
  min-height: 50px; }

/* line 1675, ../scss/_common.scss */
.field-with-btn-icon {
  position: relative;
  overflow: hidden; }
  /* line 1678, ../scss/_common.scss */
  .field-with-btn-icon button {
    position: absolute;
    right: 20px;
    top: 15px;
    color: #DB1A79;
    -webkit-transition: all 0.3s ease-out 0s !important;
    -moz-transition: all 0.3s ease-out 0s !important;
    -ms-transition: all 0.3s ease-out 0s !important;
    -o-transition: all 0.3s ease-out 0s !important;
    transition: all 0.3s ease-out 0s !important; }
    /* line 1684, ../scss/_common.scss */
    .field-with-btn-icon button:hover {
      font-size: 20px; }
    /* line 1687, ../scss/_common.scss */
    .field-with-btn-icon button.hide {
      right: -30px; }

/***************************************************
  Other Styles
****************************************************/
/* line 1697, ../scss/_common.scss */
.zoom {
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  /* line 1700, ../scss/_common.scss */
  .zoom:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    z-index: 0; }
  /* line 1706, ../scss/_common.scss */
  .zoom .title {
    position: absolute;
    z-index: 2;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    bottom: 30px;
    color: #fff;
    font-size: 20px; }
    /* line 1716, ../scss/_common.scss */
    .zoom .title.white-link {
      color: #FFF; }
      /* line 1718, ../scss/_common.scss */
      .zoom .title.white-link a {
        color: #fff; }
    @media (max-width: 767px) {
      /* line 1706, ../scss/_common.scss */
      .zoom .title {
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px;
        bottom: 20px; } }
  /* line 1730, ../scss/_common.scss */
  .zoom img {
    -webkit-transition: all 0.5s ease-out 0s !important;
    -moz-transition: all 0.5s ease-out 0s !important;
    -ms-transition: all 0.5s ease-out 0s !important;
    -o-transition: all 0.5s ease-out 0s !important;
    transition: all 0.5s ease-out 0s !important; }
  /* line 1733, ../scss/_common.scss */
  .zoom.with-hover-overlay {
    position: relative; }
    /* line 1735, ../scss/_common.scss */
    .zoom.with-hover-overlay:hover:before {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      background: black;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.599877451) 0%, rgba(0, 0, 0, 0) 100%);
      z-index: 1;
      content: ''; }
    /* line 1747, ../scss/_common.scss */
    .zoom.with-hover-overlay.gallery:after {
      -webkit-transition: all 0.3s ease-out 0s !important;
      -moz-transition: all 0.3s ease-out 0s !important;
      -ms-transition: all 0.3s ease-out 0s !important;
      -o-transition: all 0.3s ease-out 0s !important;
      transition: all 0.3s ease-out 0s !important;
      content: '\e908';
      font-family: 'icomoon' !important;
      position: absolute;
      left: 50%;
      top: 50%;
      z-index: 2;
      margin-left: -22.5px;
      margin-top: -22.5px;
      font-size: 45px;
      color: #83AD12;
      opacity: 0; }
    /* line 1761, ../scss/_common.scss */
    .zoom.with-hover-overlay.gallery:hover:after {
      opacity: 1; }

/* line 1768, ../scss/_common.scss */
.with-overlay {
  position: relative; }
  /* line 1770, ../scss/_common.scss */
  .with-overlay:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: black;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    content: ''; }
  /* line 1782, ../scss/_common.scss */
  .with-overlay.video:after {
    content: '\e900';
    font-family: 'icomoon' !important;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    margin-left: -35px;
    margin-top: -35px;
    font-size: 70px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s !important;
    -moz-transition: all 0.3s ease-out 0s !important;
    -ms-transition: all 0.3s ease-out 0s !important;
    -o-transition: all 0.3s ease-out 0s !important;
    transition: all 0.3s ease-out 0s !important; }
    @media (max-width: 767px) {
      /* line 1782, ../scss/_common.scss */
      .with-overlay.video:after {
        top: 45%;
        margin-left: -20px;
        margin-top: -20px;
        font-size: 40px; } }
  /* line 1802, ../scss/_common.scss */
  .with-overlay.video:hover:after {
    color: #fff; }

/* line 1808, ../scss/_common.scss */
.with-bg-image {
  background-position: center center;
  background-size: cover;
  position: relative; }
  /* line 1812, ../scss/_common.scss */
  .with-bg-image.fixed {
    background-attachment: fixed; }
  /* line 1815, ../scss/_common.scss */
  .with-bg-image > *:nth-child(1) {
    position: relative; }
  /* line 1819, ../scss/_common.scss */
  .with-bg-image.with-overlay:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(2, 50, 77, 0.9);
    top: 0;
    left: 0;
    z-index: 0; }

/* line 1832, ../scss/_common.scss */
.with-grey-bg {
  background: #F8F8F8; }

/*===== All Button Style =====*/
/* line 1838, ../scss/_common.scss */
button {
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important; }

/* line 1843, ../scss/_common.scss */
.main-btn {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  /*width: fit-content;*/
  z-index: 1;
  padding: 8px 30px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  background-color: #83AD12;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  font-family: "Apertura Md", "sans, serif";
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important; }
  /* line 1858, ../scss/_common.scss */
  .main-btn.pink {
    background: #DB1A79; }
  /* line 1861, ../scss/_common.scss */
  .main-btn.outline {
    padding: 7px 30px;
    background-color: transparent;
    border: 1px solid #83AD12; }
    /* line 1865, ../scss/_common.scss */
    .main-btn.outline.blue {
      border: 1px solid #7DBFEB;
      color: #7DBFEB; }
      /* line 1868, ../scss/_common.scss */
      .main-btn.outline.blue:hover {
        background: #7DBFEB;
        color: #fff; }
  /* line 1874, ../scss/_common.scss */
  .main-btn.right-arrow {
    position: relative;
    padding-right: 45px; }
    /* line 1877, ../scss/_common.scss */
    .main-btn.right-arrow:after {
      font-family: 'icomoon' !important;
      position: absolute;
      font-size: 12px;
      -webkit-transition: all 0.3s ease-out 0s !important;
      -moz-transition: all 0.3s ease-out 0s !important;
      -ms-transition: all 0.3s ease-out 0s !important;
      -o-transition: all 0.3s ease-out 0s !important;
      transition: all 0.3s ease-out 0s !important;
      content: '\e902';
      right: 10px; }
    /* line 1885, ../scss/_common.scss */
    .main-btn.right-arrow:hover:after {
      right: 15px; }
  /* line 1889, ../scss/_common.scss */
  .main-btn:hover {
    color: #fff;
    background-color: #6C900A; }
    /* line 1892, ../scss/_common.scss */
    .main-btn:hover:before {
      bottom: 0; }
  /* line 1896, ../scss/_common.scss */
  .main-btn:focus {
    color: #fff; }
  /* line 1899, ../scss/_common.scss */
  .main-btn:active {
    color: #fff;
    background-color: transparent; }
  /* line 1903, ../scss/_common.scss */
  .main-btn:before {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: transparent;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out 0s !important;
    -moz-transition: all 0.3s ease-out 0s !important;
    -ms-transition: all 0.3s ease-out 0s !important;
    -o-transition: all 0.3s ease-out 0s !important;
    transition: all 0.3s ease-out 0s !important; }
  /* line 1914, ../scss/_common.scss */
  .main-btn .btn-icon {
    padding-right: 5px;
    font-size: 24px;
    opacity: 0.8; }
  /* line 1919, ../scss/_common.scss */
  .main-btn.btn-med {
    padding: 8px 25px !important;
    font-size: 14px; }
    /* line 1922, ../scss/_common.scss */
    .main-btn.btn-med .btn-icon {
      font-size: 20px;
      opacity: 0.8; }
  /* line 1927, ../scss/_common.scss */
  .main-btn.btn-small {
    padding: 4px 20px !important;
    font-size: 13px; }
    /* line 1930, ../scss/_common.scss */
    .main-btn.btn-small .btn-icon {
      font-size: 18px;
      opacity: 0.8; }
  /* line 1935, ../scss/_common.scss */
  .main-btn.filled-btn {
    background-color: #83AD12;
    border: 1px solid #83AD12;
    color: #fff !important; }
  /* line 1940, ../scss/_common.scss */
  .main-btn.no-fill {
    border: none;
    background-color: transparent;
    color: #83AD12 !important; }
  /* line 1946, ../scss/_common.scss */
  .main-btn:hover {
    border-color: transparent;
    color: #fff !important; }
    /* line 1949, ../scss/_common.scss */
    .main-btn:hover:before {
      background-color: transparent; }
  @media (max-width: 767px) {
    /* line 1843, ../scss/_common.scss */
    .main-btn {
      padding: 10px 15px;
      font-size: 16px; }
      /* line 1957, ../scss/_common.scss */
      .main-btn.btn-small {
        padding: 4px 10px !important; } }

/* Recent Tweets */
/* line 1967, ../scss/_common.scss */
.media-box .widget {
  background-color: transparent !important;
  display: block;
  padding: 0px; }

@media (max-width: 767px) {
  /* line 1973, ../scss/_common.scss */
  .tweets-home-main {
    margin-top: 30px; } }

/* line 1979, ../scss/_common.scss */
.tweets-wrap .widget-title {
  position: absolute;
  bottom: 35px;
  font-size: 1.5rem; }

/* line 1985, ../scss/_common.scss */
.tweets-wrap .widget-title a {
  color: #fff; }

/* line 1989, ../scss/_common.scss */
.tweets-wrap .widget-title a:hover {
  color: #1D2E5A; }

/* line 1993, ../scss/_common.scss */
.tweets-wrap a .icon-twitter-outline {
  font-size: 36px;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/* line 2002, ../scss/_common.scss */
.tweets-wrap a:hover .icon-twitter-outline {
  color: #1D2E5A; }

/* line 2006, ../scss/_common.scss */
.tweets ul {
  padding: 0; }

/* line 2010, ../scss/_common.scss */
.tweets ul li {
  display: block;
  list-style: none;
  width: 100%; }

/* line 2016, ../scss/_common.scss */
.tweets .user,
.tweets img {
  display: none; }

/* line 2021, ../scss/_common.scss */
.tweets a {
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  font-weight: 400; }

/* line 2028, ../scss/_common.scss */
.tweets p.tweet {
  font-size: 18px;
  margin-bottom: 15px;
  color: #000;
  white-space: normal;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400; }
  @media (max-width: 991px) {
    /* line 2028, ../scss/_common.scss */
    .tweets p.tweet {
      margin-bottom: 0px; } }
  @media (max-width: 375px) {
    /* line 2028, ../scss/_common.scss */
    .tweets p.tweet {
      font-size: 13px; } }

/* line 2048, ../scss/_common.scss */
.tweets p.tweet a {
  font-size: 18px;
  color: #000;
  margin-right: 3px; }
  @media (max-width: 375px) {
    /* line 2048, ../scss/_common.scss */
    .tweets p.tweet a {
      font-size: 13px; } }

/* line 2057, ../scss/_common.scss */
.tweets p.tweet a:hover {
  color: #fff; }

/* line 2061, ../scss/_common.scss */
.tweets p.timePosted {
  float: left;
  margin-bottom: 5px;
  margin-top: 5px; }

/* line 2067, ../scss/_common.scss */
.tweets p.timePosted a {
  color: #000;
  font-size: 16px;
  text-transform: uppercase; }

/* line 2073, ../scss/_common.scss */
.tweets p.timePosted a::first-word {
  font-size: 300%; }

/* line 2077, ../scss/_common.scss */
.tweets p.timePosted a:hover {
  color: #fff; }

/* line 2081, ../scss/_common.scss */
.tweets p.interact {
  text-align: right;
  margin-top: 15px;
  margin-bottom: 0px; }

/* line 2087, ../scss/_common.scss */
.tweets p.interact a {
  visibility: hidden;
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  padding-left: 1px; }

/* line 2096, ../scss/_common.scss */
.tweets p.interact a:hover {
  color: #000; }

/* line 2100, ../scss/_common.scss */
.tweets p.interact .twitter_reply_icon:before {
  content: "\e914";
  font-family: 'icomoon';
  display: inline-block;
  font-size: 18px;
  visibility: visible; }

/* line 2108, ../scss/_common.scss */
.twtr-cont {
  border: 1px solid #DFE2E9;
  clear: both;
  overflow: hidden;
  padding: 0px 30px;
  margin-top: 27px;
  padding-bottom: 0px; }
  @media (max-width: 991px) {
    /* line 2108, ../scss/_common.scss */
    .twtr-cont {
      padding: 0px 10px; } }

/* line 2120, ../scss/_common.scss */
.tweets p.interact .twitter_retweet_icon:before {
  content: "\e913";
  font-family: 'icomoon';
  display: inline-block;
  font-size: 18px;
  visibility: visible; }

/* line 2128, ../scss/_common.scss */
.tweets p.interact .twitter_fav_icon:before {
  content: "\e912";
  font-family: 'icomoon';
  display: inline-block;
  font-size: 18px;
  visibility: visible; }

/*For Homepage Twitter*/
/*.tweetshome p.timePosted { display: none; }*/
/*.tweets p.interact {
margin-bottom: 10px;
}*/
@media (max-width: 991px) {
  /* line 2148, ../scss/_common.scss */
  .tweets-wrap .widget-title {
    bottom: -15px; } }
/* line 2153, ../scss/_common.scss */
.follow-us-link {
  clear: both; }

/***************************************************
  Rev Slider
****************************************************/
/* line 13, ../scss/style.scss */
#rev-slider {
  position: relative;
  overflow: visible; }

/* line 17, ../scss/style.scss */
.slider-title {
  font-size: 66px;
  line-height: 1.1em;
  font-family: "Apertura Bold", "sans, serif";
  color: #7DBFEB; }
  /* line 23, ../scss/style.scss */
  .slider-title .small {
    font-size: 42px; }

/* line 28, ../scss/style.scss */
.slider-desc {
  color: #fff;
  display: block !important; }

/* line 33, ../scss/style.scss */
.slider-cta .main-btn {
  margin-right: 1rem;
  display: block; }

/* line 37, ../scss/style.scss */
.rev-slider .slotholder:after {
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.3); }

@media (max-width: 991px) {
  /* line 44, ../scss/style.scss */
  .slider-title {
    font-size: 45px !important;
    line-height: 1.3em !important; }
    /* line 47, ../scss/style.scss */
    .slider-title .small {
      font-size: 36px !important; } }
@media (max-width: 1147px) {
  /* line 55, ../scss/style.scss */
  .svg-line {
    display: none; } }
@media (max-width: 767px) {
  /* line 60, ../scss/style.scss */
  .slider-title {
    font-size: 38px !important;
    line-height: 1.2em !important; }
    /* line 63, ../scss/style.scss */
    .slider-title .small {
      font-size: 28px !important; }

  /* line 68, ../scss/style.scss */
  .tp-bullets {
    left: 105% !important; } }
@media (max-width: 575px) {
  /* line 73, ../scss/style.scss */
  .slider-desc {
    display: none !important; } }
/***************************************************
  What can I do
****************************************************/
@media (max-width: 991px) {
  /* line 84, ../scss/style.scss */
  .what-can-i-do .w-75 {
    width: auto !important; } }
@media (max-width: 991px) {
  /* line 90, ../scss/style.scss */
  .what-can-i-do .bx-tab .nav-item {
    min-width: 33%; } }
@media (max-width: 480px) {
  /* line 90, ../scss/style.scss */
  .what-can-i-do .bx-tab .nav-item {
    min-width: 32%; } }
/* line 97, ../scss/style.scss */
.what-can-i-do .bx-tab .nav-item .nav-link {
  padding: 0.5rem 0.4rem; }

/***************************************************
  Game Rating Image
****************************************************/
/* line 108, ../scss/style.scss */
.game-rating .field-with-btn-icon {
  width: 75% !important; }
  /* line 109, ../scss/style.scss */
  .game-rating .field-with-btn-icon input[type="text"] {
    min-height: 55px;
    border: none;
    background: #fff !important; }
  @media (max-width: 991px) {
    /* line 108, ../scss/style.scss */
    .game-rating .field-with-btn-icon {
      width: 100% !important; } }

/* line 121, ../scss/style.scss */
.game-rating-image {
  margin-top: -3rem;
  position: relative;
  text-align: right; }

/* line 130, ../scss/style.scss */
.top-searched-games {
  position: absolute;
  bottom: 3rem;
  right: 0px;
  text-align: right;
  max-width: 60%; }
  @media (max-width: 991px) {
    /* line 130, ../scss/style.scss */
    .top-searched-games {
      position: static;
      max-width: 100%;
      max-width: -webkit-calc(100% + 1.5rem);
      max-width: -moz-calc(100% + 1.5rem);
      max-width: calc(100% + 1.5rem);
      width: -webkit-calc(100% + 1.5rem);
      width: -moz-calc(100% + 1.5rem);
      width: calc(100% + 1.5rem);
      padding-bottom: 3rem;
      padding-top: 2rem;
      background-image: url("../images/search-2-bg.jpg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: fixed;
      padding-left: 2rem;
      padding-right: 2rem; } }
  /* line 155, ../scss/style.scss */
  .top-searched-games h4 {
    font-family: "Apertura Rg", "sans, serif"; }
    @media (max-width: 991px) {
      /* line 155, ../scss/style.scss */
      .top-searched-games h4 {
        text-align: left;
        font-size: 20px;
        color: #FFF; } }
  /* line 164, ../scss/style.scss */
  .top-searched-games .games a {
    font-size: 14px;
    float: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: .5rem;
    padding: 2px 7px;
    background: #fff;
    color: #6F6F6F;
    display: inline-block;
    margin-bottom: .5rem;
    font-family: "Apertura Md", "sans, serif"; }
    /* line 175, ../scss/style.scss */
    .top-searched-games .games a:hover {
      color: #DB1A79; }
    @media (max-width: 991px) {
      /* line 164, ../scss/style.scss */
      .top-searched-games .games a {
        float: left;
        font-size: 12px;
        margin-left: 0;
        margin-right: .5rem; } }

/***************************************************
  Kids Centre
****************************************************/
/* line 190, ../scss/style.scss */
.kids-centre {
  background: #f9dd00; }
  /* line 193, ../scss/style.scss */
  .kids-centre .icon-links a {
    color: #000;
    font-family: "Apertura Rg", "sans, serif"; }
    /* line 196, ../scss/style.scss */
    .kids-centre .icon-links a:hover {
      color: #DB1A79; }
      /* line 198, ../scss/style.scss */
      .kids-centre .icon-links a:hover .icon {
        box-shadow: -1px 2px 30px 2px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: -1px 2px 30px 2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: -1px 2px 30px 2px rgba(0, 0, 0, 0.2); }
  /* line 206, ../scss/style.scss */
  .kids-centre .kids-image-container {
    position: relative; }
    /* line 208, ../scss/style.scss */
    .kids-centre .kids-image-container .safesurf-elements {
      position: absolute;
      left: 10%;
      bottom: 15%;
      z-index: 0; }
      /* line 213, ../scss/style.scss */
      .kids-centre .kids-image-container .safesurf-elements svg {
        width: 90%; }
      @media (max-width: 767px) {
        /* line 208, ../scss/style.scss */
        .kids-centre .kids-image-container .safesurf-elements {
          bottom: -30%; } }
    /* line 220, ../scss/style.scss */
    .kids-centre .kids-image-container img {
      position: relative; }

/* line 226, ../scss/style.scss */
.kids-centre-img {
  background-image: url("../images/kids-centre-bg3.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

/***************************************************
  Blog Media
****************************************************/
/* line 240, ../scss/style.scss */
.blog-media .social .default-container {
  min-height: 290px; }
  @media (max-width: 991px) {
    /* line 240, ../scss/style.scss */
    .blog-media .social .default-container {
      min-height: 0; } }
