/*$lp: 'only screen and (min-width: 1200px) and (max-width: 1600px)';*/
/* half circle mixin */
/*=========================
    1. Start COMMON css 
==========================*/
@font-face {
  font-family: 'Sinter Bold';
  src: url("../fonts/Sinter-Bold.eot");
  src: url("../fonts/Sinter-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Sinter-Bold.woff2") format("woff2"), url("../fonts/Sinter-Bold.woff") format("woff"), url("../fonts/Sinter-Bold.ttf") format("truetype"), url("../fonts/Sinter-Bold.svg#Sinter-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Sinter X';
  src: url("../fonts/Sinter-X-Light.eot");
  src: url("../fonts/Sinter-X-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Sinter-X-Light.woff2") format("woff2"), url("../fonts/Sinter-X-Light.woff") format("woff"), url("../fonts/Sinter-X-Light.ttf") format("truetype"), url("../fonts/Sinter-X-Light.svg#Sinter-X-Light") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Sinter Regular';
  src: url("../fonts/Sinter-Regular.eot");
  src: url("../fonts/Sinter-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Sinter-Regular.woff2") format("woff2"), url("../fonts/Sinter-Regular.woff") format("woff"), url("../fonts/Sinter-Regular.ttf") format("truetype"), url("../fonts/Sinter-Regular.svg#Sinter-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Sinter Medium';
  src: url("../fonts/Sinter-Medium.eot");
  src: url("../fonts/Sinter-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Sinter-Medium.woff2") format("woff2"), url("../fonts/Sinter-Medium.woff") format("woff"), url("../fonts/Sinter-Medium.ttf") format("truetype"), url("../fonts/Sinter-Medium.svg#Sinter-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Sinter Demi';
  src: url("../fonts/Sinter-Demi.eot");
  src: url("../fonts/Sinter-Demi.eot?#iefix") format("embedded-opentype"), url("../fonts/Sinter-Demi.woff2") format("woff2"), url("../fonts/Sinter-Demi.woff") format("woff"), url("../fonts/Sinter-Demi.ttf") format("truetype"), url("../fonts/Sinter-Demi.svg#Sinter-Demi") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
html {
  font-size: 100%;
  scroll-behavior: smooth; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%;
  background: #fff;
  opacity: 1;
  transition: 1s opacity; }

body {
  font-family: "Sinter X";
  font-weight: normal;
  color: #000000;
  font-size: 18px;
  line-height: 28px;
  overflow-x: hidden; }

body.fade-out {
  opacity: 0;
  transition: none; }

a {
  color: #2A6EBB;
  text-decoration: none;
  /*font-weight: normal;*/
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  a:hover, a:focus {
    color: #DA291C;
    text-decoration: none; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

i,
span,
a {
  display: inline-block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sinter Bold";
  color: #381371;
  margin: 0px;
  margin-bottom: 0.5rem;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

h1 {
  font-size: 52px;
  line-height: 1.2; }

h2 {
  font-size: 36px;
  line-height: 40px; }

h3 {
  font-size: 28px;
  line-height: 36px;
  color: #646363; }

h4 {
  font-size: 26px;
  line-height: 30px; }

h5 {
  font-size: 22px;
  line-height: 28px; }

h6 {
  font-size: 20px;
  line-height: 26px; }

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  color: #000000;
  margin: 0px;
  margin-bottom: 1rem;
  letter-spacing: 0.1px; }

.abstract {
  color: #381371;
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold; }

strong, b {
  font-weight: bold; }

small {
  font-size: 13px; }

input, textarea {
  display: inherit; }

img {
  max-width: 100%; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body {
    font-size: 18px;
    line-height: 1.4; }

  h1 {
    font-size: 44px;
    line-height: 1.2; }

  /*h2 {
  	font-size: 28px;
  	line-height: 36px;
  }
  h3 {
  	font-size: 26px;
  	line-height: 30px;
  }
  h4 {
  	font-size: 22px;
  	line-height: 28px;
  }
  h5 {
  	font-size: 20px;
  	line-height: 26px;
  }
  h6 {
  	font-size: 18px;
  	line-height: 24px;
  }*/ }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 18px;
    line-height: 1.4; }

  h1 {
    font-size: 36px;
    line-height: 1.2; }

  /*h2 {
  	font-size: 28px;
  	line-height: 36px;
  }
  h3 {
  	font-size: 26px;
  	line-height: 30px;
  }
  h4 {
  	font-size: 22px;
  	line-height: 28px;
  }
  h5 {
  	font-size: 20px;
  	line-height: 26px;
  }
  h6 {
  	font-size: 18px;
  	line-height: 24px;
  }*/ }
@media only screen and (min-width: 576px) and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 1.4; }

  h1 {
    font-size: 36px;
    line-height: 1.2; }

  h2 {
    font-size: 28px;
    line-height: 36px; }

  h3 {
    font-size: 26px;
    line-height: 30px; }

  h4 {
    font-size: 22px;
    line-height: 28px; }

  h5 {
    font-size: 20px;
    line-height: 26px; }

  h6 {
    font-size: 18px;
    line-height: 24px; }

  .abstract {
    font-size: 20px; } }
/***************************************************
  Main Content Wrapper
****************************************************/
body.home .main-content-wrapper {
  margin-top: 60px; }

/***************************************************
  Page Heading
****************************************************/
.heading-1 h2 {
  font-size: 32px;
  margin-top: 10px;
  margin-bottom: 40px;
  color: #043F5F; }
.heading-1 > .sub-heading {
  color: #DA291C;
  padding-left: 45px;
  position: relative;
  font-size: 18px;
  font-family: "Sinter Regular"; }
  .heading-1 > .sub-heading::before {
    content: '';
    width: 40px;
    height: 2px;
    background: #DA291C;
    position: absolute;
    top: 10px;
    left: 0; }

/***************************************************
  Header
****************************************************/
#noga-header {
  position: fixed;
  width: 100%;
  z-index: 111;
  padding: 25px 0 0;
  background-color: #381371;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    #noga-header {
      padding-top: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #noga-header {
      padding: 10px 0 15px; } }
  @media (max-width: 767px) {
    #noga-header {
      padding: 0px 0 15px; } }
  #noga-header.menu-open {
    background: #381371; }
  #noga-header .header-left {
    float: left;
    width: 250px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      #noga-header .header-left {
        width: 175px;
        margin-top: 10px; } }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
      #noga-header .header-left {
        width: 220px; } }
    @media (max-width: 767px) {
      #noga-header .header-left {
        width: 150px;
        margin-top: 10px; } }
  #noga-header .header-right {
    float: right;
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: calc(100% - 250px); }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
      #noga-header .header-right {
        width: -webkit-calc(100% - 220px);
        width: -moz-calc(100% - 220px);
        width: calc(100% - 220px); } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      #noga-header .header-right {
        width: -webkit-calc(100% - 175px);
        width: -moz-calc(100% - 175px);
        width: calc(100% - 175px); } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      #noga-header .header-right {
        text-align: right;
        margin-top: 28px; } }
    @media (max-width: 767px) {
      #noga-header .header-right {
        text-align: right;
        margin-top: 28px;
        width: -webkit-calc(100% - 150px);
        width: -moz-calc(100% - 150px);
        width: calc(100% - 150px);
        margin-right: -10px; } }
    #noga-header .header-right #main-menu {
      float: right;
      margin-right: 80px;
      margin-top: 40px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        #noga-header .header-right #main-menu {
          margin-right: 40px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        #noga-header .header-right #main-menu {
          margin-right: 40px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        #noga-header .header-right #main-menu {
          margin-right: 0px;
          margin-top: 0px;
          float: none;
          display: inline-block !important; } }
      @media (max-width: 767px) {
        #noga-header .header-right #main-menu {
          margin-right: 0px;
          margin-top: 0px;
          float: none;
          display: inline-block !important; } }
      #noga-header .header-right #main-menu .navbar, #noga-header .header-right #main-menu a {
        padding-bottom: 0; }
      #noga-header .header-right #main-menu a {
        color: #fff;
        padding: 0 15px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          #noga-header .header-right #main-menu a {
            font-size: 14px;
            padding: 0 10px; } }
        #noga-header .header-right #main-menu a:hover {
          color: #60DDFF !important; }
      #noga-header .header-right #main-menu ul.sub-menu > li > a:hover {
        color: #FFF;
        padding-left: 25px; }
    #noga-header .header-right #header-tools {
      float: right;
      margin-top: 50px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        #noga-header .header-right #header-tools {
          margin-top: 45px; } }
      @media (max-width: 767px) {
        #noga-header .header-right #header-tools {
          margin-top: 0px;
          margin-right: 0px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        #noga-header .header-right #header-tools {
          margin-right: 20px;
          float: none;
          display: inline-block !important;
          margin-top: 0; } }
      @media (max-width: 767px) {
        #noga-header .header-right #header-tools {
          margin-right: 0px;
          float: none;
          display: inline-block !important; } }
      #noga-header .header-right #header-tools ul li {
        display: inline-block;
        padding: 0 10px; }
        #noga-header .header-right #header-tools ul li a {
          font-size: 20px;
          color: #381371;
          font-family: "Cairo", 'serif';
          font-weight: 600; }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            #noga-header .header-right #header-tools ul li a {
              font-size: 16px; } }
          @media (max-width: 767px) {
            #noga-header .header-right #header-tools ul li a {
              font-size: 14px; } }
          #noga-header .header-right #header-tools ul li a:hover {
            color: #DA291C; }
        #noga-header .header-right #header-tools ul li.search-icon span {
          vertical-align: middle; }
        #noga-header .header-right #header-tools ul li:first-child {
          position: relative; }
          #noga-header .header-right #header-tools ul li:first-child:before {
            position: absolute;
            right: 0px;
            width: 1px;
            height: 18px;
            background: rgba(255, 255, 255, 0.5);
            content: '';
            top: 7px; }

/***************************************************
  Hamburger
****************************************************/
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 35px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }

.c-hamburger:focus {
  outline: none; }

.c-hamburger span {
  display: block;
  position: absolute;
  top: 15px;
  left: 0px;
  right: 0px;
  height: 3px;
  background: #381371;
  border-radius: 10px; }

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #381371;
  content: "";
  border-radius: 10px; }

.c-hamburger span::before {
  top: -10px; }

.c-hamburger span::after {
  bottom: -10px; }

/**
* Style 2
*
* Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
* down to center and transform into an "x".
*/
.c-hamburger--htx {
  background: none; }

.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s; }

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s; }

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform; }

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform; }

/* active state, i.e. menu open */
.c-hamburger--htx.is-active span {
  background: none; }

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #60DDFF; }

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #60DDFF; }

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s; }

/***************************************************
  Menu Mobile
****************************************************/
#menu-mobile {
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 9999;
  overflow: scroll;
  display: none;
  padding: 30px 20px 20px;
  background-color: #381371; }
  #menu-mobile > ul > li {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
    position: relative; }
    #menu-mobile > ul > li > a {
      padding: 10px 0px 10px 0;
      color: #FFF; }
      #menu-mobile > ul > li > a :hover {
        color: #DA291C; }
    #menu-mobile > ul > li.expanded a {
      color: #381371; }
    #menu-mobile > ul > li .show-sub {
      position: absolute;
      top: 15px;
      right: 0px;
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      pointer-events: none; }
      #menu-mobile > ul > li .show-sub:before {
        content: '+';
        color: #FFF;
        font-size: 20px; }
      #menu-mobile > ul > li .show-sub.expanded:before {
        content: "-"; }
    #menu-mobile > ul > li .sub-menu {
      padding: 0 20px 20px 0px;
      display: none; }
      #menu-mobile > ul > li .sub-menu > li a {
        color: rgba(255, 255, 255, 0.5);
        font-size: 16px;
        position: relative;
        padding: 5px 10px 5px 20px; }
        #menu-mobile > ul > li .sub-menu > li a:before {
          width: 10px;
          height: 1px;
          background: rgba(255, 255, 255, 0.5);
          margin-right: 10px;
          position: absolute;
          left: 0px;
          top: 15px;
          content: ""; }

/***************************************************
  Search Popup
****************************************************/
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #381371;
  display: none;
  z-index: 99999;
  text-align: center;
  opacity: 0; }
  #search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 90%;
    color: white;
    background: rgba(0, 0, 0, 0);
    font-size: 42px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    left: 5%;
    font-family: "Sinter Regular"; }
    @media (max-width: 767px) {
      #search input[type="search"] {
        font-size: 20px; } }
  #search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px; }
  #search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    opacity: 1;
    width: 40px;
    height: 40px;
    font-size: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
    #search .close:hover {
      color: #5ccaf1; }

/***************************************************
  Footer
****************************************************/
footer {
  background: #1F1333;
  color: #FFF;
  padding: 80px 0 50px;
  font-size: 14px;
  /* start footer-top */
  /* end footer-bottom */
  /* start footer-bottom */
  /* end footer-bottom */ }
  @media (max-width: 767px) {
    footer {
      padding-top: 40px; } }
  footer .footer-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 100px;
    align-items: end; }
    @media (max-width: 575px) {
      footer .footer-top {
        padding-left: 15px;
        padding-right: 15px; } }
    footer .footer-top .logo img {
      max-width: 200px; }
    footer .footer-top h5 {
      color: #fff;
      font-size: 20px; }
    footer .footer-top .contact-details li {
      font-size: 18px;
      font-family: "Sinter Regular";
      padding-bottom: 5px; }
      footer .footer-top .contact-details li a {
        color: #381371; }
        footer .footer-top .contact-details li a:hover {
          color: #60DDFF; }
      footer .footer-top .contact-details li span {
        font-size: 12px !important;
        font-family: "Sinter X" !important;
        color: rgba(255, 255, 255, 0.75);
        vertical-align: middle;
        margin-left: 10px; }
  @media (max-width: 767px) {
    footer .address {
      margin-bottom: 40px; } }
  footer .footer-bottom {
    font-size: 12px;
    padding-top: 30px; }
    @media (max-width: 575px) {
      footer .footer-bottom {
        padding-left: 15px;
        padding-right: 15px; } }
    footer .footer-bottom .mini-menu {
      margin-top: 20px; }
      footer .footer-bottom .mini-menu li {
        display: inline-block;
        padding: 0 10px;
        position: relative; }
        footer .footer-bottom .mini-menu li:after {
          position: absolute;
          right: 0px;
          width: 1px;
          height: 10px;
          content: '/';
          top: 0px; }
        footer .footer-bottom .mini-menu li:last-child:after {
          display: none; }
        footer .footer-bottom .mini-menu li:first-child {
          padding-left: 0; }
        footer .footer-bottom .mini-menu li a {
          color: rgba(255, 255, 255, 0.75); }
          footer .footer-bottom .mini-menu li a:hover {
            color: #DA291C; }
    footer .footer-bottom .boxon img {
      vertical-align: middle;
      max-width: 60%;
      margin-top: -10px; }
    footer .footer-bottom .group-of-logos {
      text-align: right; }
      @media (max-width: 767px) {
        footer .footer-bottom .group-of-logos {
          text-align: center; } }
      footer .footer-bottom .group-of-logos a {
        display: inline-block;
        margin-right: 40px; }
        footer .footer-bottom .group-of-logos a img {
          vertical-align: bottom; }
        footer .footer-bottom .group-of-logos a.noga {
          width: 83px; }
          @media (max-width: 767px) {
            footer .footer-bottom .group-of-logos a.noga {
              width: 45px; } }
        footer .footer-bottom .group-of-logos a.twenty30bh {
          width: 79px; }
          @media (max-width: 767px) {
            footer .footer-bottom .group-of-logos a.twenty30bh {
              width: 50px; } }
        footer .footer-bottom .group-of-logos a.edbbh {
          width: 97px; }
          @media (max-width: 767px) {
            footer .footer-bottom .group-of-logos a.edbbh {
              width: 50px; } }
        footer .footer-bottom .group-of-logos a.bh-business-friendly {
          width: 142px;
          margin-right: 0; }
          @media (max-width: 767px) {
            footer .footer-bottom .group-of-logos a.bh-business-friendly {
              width: 70px; } }

.z1 {
  z-index: 1; }

.z2 {
  z-index: 2; }

.z9 {
  z-index: 9; }

.z99 {
  z-index: 99; }

.z999 {
  z-index: 999; }

.z9999 {
  z-index: 9999; }

.mt-0 {
  margin-top: 0; }

.mt-10 {
  margin-top: 10px; }

.mt-30 {
  margin-top: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.ml-30 {
  margin-left: 30px; }

.mb-0 {
  margin-bottom: 0; }

.p-80 {
  padding: 80px; }

.pt-80 {
  padding-top: 80px; }

.pb-80 {
  padding-bottom: 80px; }

.white-color {
  color: #fff !important; }

.theme-color {
  color: #381371; }

.light-blue-color {
  color: #3563A0; }

.dark-blue-color {
  color: #043F5F; }

.red-color {
  color: #DA291C; }

@media (max-width: 767px) {
  .text-mobile-center {
    text-align: center; } }

.modal-trigger > * {
  cursor: pointer; }

.modal-header {
  border-bottom: none !important; }

.body-strong {
  font-family: "Sinter Demi"; }

.desktop-wrap {
  display: block; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .desktop-wrap {
      display: inline-block; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .desktop-wrap {
      display: inline-block; } }
  @media (max-width: 767px) {
    .desktop-wrap {
      display: inline-block; } }

/***************************************************
  Bootstrap Modal
****************************************************/
.modal-backdrop {
  background: rgba(0, 50, 77, 0.8);
  z-index: 9999; }

.modal-backdrop.show {
  opacity: 1; }

.modal {
  z-index: 99999; }

/***************************************************
  Pagination
****************************************************/
.pagination-wrapper {
  text-align: center; }
  .pagination-wrapper ul.pagination {
    display: inline-block; }
    .pagination-wrapper ul.pagination li {
      float: left; }
      .pagination-wrapper ul.pagination li.active .page-link {
        background: transparent;
        border: 1px solid #043F5F; }
    .pagination-wrapper ul.pagination .page-link {
      border: none;
      font-family: "Sinter Regular";
      color: #043F5F;
      text-transform: uppercase;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
      .pagination-wrapper ul.pagination .page-link:hover {
        background: transparent;
        color: #DA291C; }

.meta-above-title {
  color: rgba(4, 63, 95, 0.8);
  font-size: 16px;
  margin: 1rem 0 0.2rem; }

.col-with-line {
  padding-bottom: 20px;
  border-bottom: 1px solid #D8D8D8;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .col-with-line:hover {
    border-bottom: 1px solid #DA291C; }
  .col-with-line h5 {
    color: #3563A0;
    margin-top: 1rem; }

.company-logo {
  width: 100%;
  height: 150px;
  line-height: 150px;
  text-align: center; }
  .company-logo.bordered {
    border: 1px solid #DCE2E7; }
  .company-logo img {
    max-height: 90px;
    max-width: 180px; }

.more-link, .prev-link {
  font-family: "Sinter Regular";
  color: #381371; }
  .more-link.with-icon, .prev-link.with-icon {
    position: relative; }
    .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;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }

.more-link.with-icon {
  padding-right: 25px; }
  .more-link.with-icon:after {
    content: '\e902';
    right: 0px; }
  .more-link.with-icon:hover:after {
    right: -5px; }

.prev-link.with-icon {
  padding-left: 25px; }
  .prev-link.with-icon:after {
    content: '\e903';
    left: 0px; }
  .prev-link.with-icon:hover:after {
    left: -5px; }

.web-link {
  font-family: "Sinter Regular";
  color: #381371;
  position: relative;
  padding-left: 25px; }
  .web-link:before {
    content: '\e907';
    font-family: 'icomoon' !important;
    position: absolute;
    left: 0px;
    font-size: 16px;
    top: -3px; }

.container-icon {
  text-align: center; }
  @media (max-width: 767px) {
    .container-icon {
      margin-top: 40px; } }
  .container-icon h3 {
    margin-bottom: 0; }
  .container-icon img {
    max-width: 70px;
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      .container-icon img {
        max-width: 50px;
        margin-bottom: 15px; } }
  .container-icon > div {
    font-size: 16px;
    color: #505050; }

/***************************************************
  Fancybox
****************************************************/
.fancybox-button:hover:not([disabled]) {
  background: #381371; }

.fancybox-bg {
  background: #043F5F; }

/***************************************************
  Owl Carousel
****************************************************/
.owl-carousel.with-border-top {
  padding-top: 3rem;
  margin-top: 2rem;
  border-top: 1px solid rgba(112, 112, 112, 0.2); }
.owl-carousel.top-right-nav .owl-nav {
  position: absolute;
  right: 30px;
  top: -60px; }
  @media (max-width: 767px) {
    .owl-carousel.top-right-nav .owl-nav {
      right: 40px !important;
      top: -80px; } }
.owl-carousel h3 {
  font-size: 22px;
  line-height: 1.3em; }

.owl-nav button {
  position: relative; }
  .owl-nav button:before {
    font-family: 'icomoon' !important;
    color: rgba(54, 167, 233, 0.5);
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .owl-nav button:hover:before {
    color: #36a7e9; }
  .owl-nav button.owl-prev {
    left: -50px; }
    .owl-nav button.owl-prev:before {
      content: "\e903"; }
  .owl-nav button.owl-next:before {
    content: "\e902"; }
  .owl-nav button span {
    text-indent: -3000px;
    overflow: hidden; }

ul.default-list {
  margin-top: 0.875rem; }
  ul.default-list.two-column {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      ul.default-list.two-column {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      ul.default-list.two-column {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1; } }
    @media (max-width: 767px) {
      ul.default-list.two-column {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1; } }

ul.default-list li {
  /*margin-bottom: 16px; 
  display: flex;  */
  line-height: 1.3;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0.875rem;
  letter-spacing: 0.1px; }

ul.default-list li:before {
  content: "\25A0";
  color: rgba(157, 32, 66, 0.8);
  font-weight: bold;
  /*display: inline-block; 
  float: left;
  width: 1em;
  margin-left: 0;
  position: relative;*/
  display: inline-block;
  vertical-align: middle;
  margin-left: -24px;
  margin-right: 15px;
  margin-top: -5px; }
  @media (max-width: 767px) {
    ul.default-list li:before {
      font-size: 0.5rem; } }

hr {
  background-color: #381371;
  opacity: 0.10; }

.gradient_bg {
  background: #f1f7fe;
  background: -moz-linear-gradient(0deg, rgba(241, 247, 254, 0) 50%, #f1f7fe 100%);
  background: -webkit-linear-gradient(0deg, rgba(241, 247, 254, 0) 50%, #f1f7fe 100%);
  background: linear-gradient(0deg, rgba(241, 247, 254, 0) 50%, #f1f7fe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1f7fe",endColorstr="#f1f7fe",GradientType=1); }

.small-page-title {
  font-size: 24px;
  font-family: "Sinter Regular";
  color: #3563A0;
  text-transform: uppercase;
  margin: 0px 0 30px 0; }

.zoom {
  overflow: hidden; }
  .zoom:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    z-index: 0; }
  .zoom img {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s; }
  .zoom.with-hover-overlay {
    position: relative; }
    .zoom.with-hover-overlay:hover:before {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      background: rgba(0, 50, 77, 0.8);
      z-index: 1;
      content: ''; }
    .zoom.with-hover-overlay.gallery:after {
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      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: #DA291C;
      opacity: 0; }
    .zoom.with-hover-overlay.gallery:hover:after {
      opacity: 1; }

.with-overlay {
  position: relative; }
  .with-overlay:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 50, 77, 0.5);
    z-index: 1;
    content: ''; }
  .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: #381371;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .with-overlay.video:hover:after {
    color: #DA291C; }

.with-bg-image {
  background-position: center center;
  background-size: cover;
  position: relative; }
  .with-bg-image.fixed {
    background-attachment: fixed; }
  .with-bg-image > *:nth-child(1) {
    position: relative; }
  .with-bg-image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(2, 50, 77, 0.9);
    top: 0;
    left: 0;
    z-index: 0; }

.with-grey-bg {
  background: #F7F7F7; }

/***************************************************
  Section
****************************************************/
section {
  padding: 40px 0; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    section {
      padding: 40px 0; } }
  @media (max-width: 767px) {
    section {
      padding: 60px 0; } }
  section.first {
    padding-top: 20px; }
  section.color-background {
    background-color: #381371;
    padding: 120px 0px 80px 0px; }
  section.with-watermark {
    position: relative;
    min-height: 700px;
    padding-top: 40px;
    background-color: #381371; }
    section.with-watermark .container {
      position: relative; }
    section.with-watermark::before {
      position: absolute;
      left: -185px;
      top: 140px;
      width: 370px;
      min-height: 531px;
      background: url("../images/noga-watermark.png") no-repeat center center;
      content: '';
      z-index: 0; }
  section.with-grey-bg {
    background: #F7F7F7; }
  section.no-padding-top-bottom {
    padding-top: 0;
    padding-bottom: 0; }

body.home section.with-watermark {
  padding-top: 80px; }

@media (max-width: 767px) {
  section.with-carousel .heading-1 h2 {
    width: 75%; } }

/***************************************************
  Inside Page Header
****************************************************/
#inside-page-header-wrapper .page-header-inner {
  background-position: center center;
  background-size: cover;
  position: relative;
  min-height: 600px;
  padding-top: 300px; }
  #inside-page-header-wrapper .page-header-inner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(2, 50, 77, 0.8);
    top: 0;
    left: 0;
    z-index: 0; }
  #inside-page-header-wrapper .page-header-inner .heading-1 h1 {
    font-size: 60px;
    margin-top: 10px;
    margin-bottom: 40px;
    color: #fff; }
    @media (max-width: 767px) {
      #inside-page-header-wrapper .page-header-inner .heading-1 h1 {
        font-size: 42px;
        margin-top: 0; } }
  @media (max-width: 767px) {
    #inside-page-header-wrapper .page-header-inner {
      min-height: 400px;
      padding-top: 200px;
      padding-left: 20px;
      padding-bottom: 50px; } }
#inside-page-header-wrapper .breadcrumb .container {
  padding: 20px 0;
  border-bottom: 1px solid rgba(25, 62, 92, 0.15); }
#inside-page-header-wrapper .breadcrumb .share {
  float: right;
  width: 20px; }
  @media (max-width: 767px) {
    #inside-page-header-wrapper .breadcrumb .share {
      margin-right: 25px; } }
#inside-page-header-wrapper .breadcrumb .breadcrumb-links {
  float: left;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px); }
  @media (max-width: 767px) {
    #inside-page-header-wrapper .breadcrumb .breadcrumb-links {
      width: -webkit-calc(100% - 45px);
      width: -moz-calc(100% - 45px);
      width: calc(100% - 45px);
      padding-left: 10px; } }
  #inside-page-header-wrapper .breadcrumb .breadcrumb-links li {
    font-size: 16px;
    font-family: "Sinter Regular"; }
    #inside-page-header-wrapper .breadcrumb .breadcrumb-links li.active:before {
      padding-right: 1rem; }
  #inside-page-header-wrapper .breadcrumb .breadcrumb-links ol {
    margin-bottom: 0; }
#inside-page-header-wrapper .breadcrumb a {
  color: #381371;
  margin: 0 .8rem 0; }
  @media (max-width: 767px) {
    #inside-page-header-wrapper .breadcrumb a {
      margin: 0 .3rem 0; } }
  #inside-page-header-wrapper .breadcrumb a:hover {
    color: #DA291C; }

.section-title-white span.span, .section-title-white h2 {
  color: #fff; }

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.parallax-bg {
  background-attachment: fixed; }

.slick-slide {
  outline: 0; }

ul.social-link li {
  display: inline-block; }

.form_group {
  position: relative; }

.form_control {
  width: 100%;
  padding: 0 30px;
  height: 55px;
  border: none; }

textarea.form_control {
  padding-top: 15px;
  display: inherit; }

.section-title.section-title-left {
  text-align: left; }
  .section-title.section-title-left span.sub-title:after {
    display: none; }
.section-title.section-title-right {
  text-align: right; }
  .section-title.section-title-right span.sub-title:before {
    display: none; }
.section-title.section-title-white h2 {
  color: #fff; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title h2 {
    font-size: 40px;
    line-height: 50px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 40px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 32px;
    line-height: 45px; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title h2 {
    font-size: 28px;
    line-height: 40px; } }

span.sub-title {
  position: relative;
  margin-bottom: 15px;
  display: block;
  font-size: 22px;
  font-weight: 700;
  font-family: "Sinter X";
  color: #381371; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    span.sub-title {
      font-size: 15px; } }
  span.sub-title:after, span.sub-title:before {
    display: inline-block;
    content: '';
    width: 50px;
    height: 3px;
    background-color: #381371;
    vertical-align: middle; }
  span.sub-title:before {
    margin-right: 30px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      span.sub-title:before {
        margin-right: 10px; } }
  span.sub-title:after {
    margin-left: 30px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      span.sub-title:after {
        margin-left: 10px; } }

.bg-with-overlay {
  position: relative;
  z-index: 1; }
  .bg-with-overlay:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(22, 37, 66, 0.9);
    z-index: -1; }
  .bg-with-overlay.bg-with-overlay-two:after {
    background-color: rgba(25, 23, 21, 0.86); }

/*===== All bg =====*/
.light-bg {
  background-color: rgba(22, 37, 66, 0.05); }

.blue-bg {
  background-color: #381371; }

/*===== Extend Css =====*/
/*===== All Button Style =====*/
button {
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.main-btn {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  /*width: fit-content;*/
  z-index: 1;
  padding: 12px 30px;
  color: #381371 !important;
  border: 1px solid #381371;
  font-size: 18px;
  font-weight: bold !important;
  line-height: 24px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  overflow: hidden;
  font-family: "Sinter Regular"; }
  .main-btn.right-arrow {
    position: relative;
    padding-right: 45px; }
    .main-btn.right-arrow:after {
      font-family: 'icomoon' !important;
      position: absolute;
      font-size: 12px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      content: '\e902';
      right: 10px; }
    .main-btn.right-arrow:hover:after {
      right: 15px; }
  .main-btn.red-hover:hover {
    border: 1px solid #DA291C;
    background-color: #DA291C; }
    .main-btn.red-hover:hover:hover {
      border-color: #DA291C; }
      .main-btn.red-hover:hover:hover:before {
        background-color: #DA291C; }
  .main-btn.red-hover:active {
    background-color: #DA291C; }
  .main-btn.red-hover:before {
    background-color: #DA291C; }
  .main-btn:hover {
    color: #fff;
    border: 1px solid #043F5F;
    background-color: #043F5F; }
    .main-btn:hover:before {
      bottom: 0; }
  .main-btn:focus {
    color: #fff; }
  .main-btn:active {
    color: #fff;
    background-color: #043F5F; }
  .main-btn:before {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #043F5F;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .main-btn .btn-icon {
    padding-right: 5px;
    font-size: 24px;
    opacity: 0.8; }
  .main-btn.btn-med {
    padding: 8px 25px !important;
    font-size: 14px; }
    .main-btn.btn-med .btn-icon {
      font-size: 20px;
      opacity: 0.8; }
  .main-btn.btn-small {
    padding: 4px 20px !important;
    font-size: 13px; }
    .main-btn.btn-small .btn-icon {
      font-size: 18px;
      opacity: 0.8; }
  .main-btn.filled-btn {
    background-color: #381371;
    border: 1px solid #381371;
    color: #fff !important; }
  .main-btn.no-fill {
    border: none;
    background-color: transparent;
    color: #381371 !important; }
  .main-btn:hover {
    border-color: #043F5F;
    color: #fff !important; }
    .main-btn:hover:before {
      background-color: #043F5F; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-btn {
      padding: 10px 15px;
      font-size: 14px; }
      .main-btn.btn-small {
        padding: 4px 10px !important; } }

/*===== Alert Announcement Style =====*/
.alert-wrapper {
  background-color: #381371; }
  .alert-wrapper .alert-announcement {
    margin-bottom: 0;
    background-color: #381371;
    color: #fff;
    border: none;
    border-radius: 0; }
    .alert-wrapper .alert-announcement h6 {
      color: #fff;
      padding-bottom: 5px; }
    .alert-wrapper .alert-announcement p {
      color: #D9D8D6;
      font-size: 16px;
      font-weight: 300;
      line-height: 1.3; }
    .alert-wrapper .alert-announcement .btn-close {
      color: #fff;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      background: none;
      right: 10px;
      top: -5px;
      outline: none;
      border: none; }
      .alert-wrapper .alert-announcement .btn-close span {
        font-size: 32px; }

/*===== Text Link Style =====*/
.text-link {
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 3px;
  position: relative;
  color: #381371; }
  .text-link:after {
    content: "\e409";
    font-family: "Material Icons Outlined";
    color: #646363;
    opacity: 0.5;
    font-size: 20px;
    line-height: 0.85;
    font-weight: 300;
    display: inline-block;
    position: absolute;
    right: -20px;
    top: 1px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .text-link:hover {
    text-decoration: underline;
    text-decoration-thickness: 0.5px;
    text-underline-offset: 3px;
    cursor: pointer; }
  .text-link:hover:after {
    right: -23px; }
  .text-link.white {
    color: #fff;
    opacity: 0.8; }
    .text-link.white:after {
      color: #fff;
      opacity: 0.5; }
    .text-link.white:hover {
      color: #fff;
      opacity: 1; }

/*===== Card Style =====*/
.card {
  width: 100%;
  border: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #D8D8D8; }
  .card .container-icon {
    margin-bottom: 20px;
    text-align: left; }
    @media (max-width: 767px) {
      .card .container-icon {
        margin-top: 0; } }
    .card .container-icon img {
      margin-bottom: 0;
      max-height: 50px; }

.card-body {
  padding: 30px; }

.card p {
  font-size: 18px;
  line-height: 1.2; }

.card-icon {
  background-color: #F1F7FE;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px; }

.card:hover {
  background-color: #043F5F; }

.card:hover h5 {
  color: #fff; }

.card:hover p {
  color: #D9D8D6; }

.card:hover hr {
  background-color: #fff; }

/*
    nice select css
*/
.nice-select {
  outline: none; }
  .nice-select.open:after {
    transform: none; }
  .nice-select:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    right: 20px;
    font-size: 12px;
    font-weight: 400;
    transform: none;
    border: none;
    top: 0;
    margin-top: 0;
    color: #2E2E2E; }
  .nice-select .list {
    width: 100%; }

/*
    search 
*/
#search-modal {
  background: rgba(23, 26, 33, 0.85); }
  #search-modal .modal-content {
    background: 0 0;
    box-shadow: none;
    border: none; }
    #search-modal .modal-content:focus {
      box-shadow: none; }
  #search-modal .form_control {
    padding-left: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    color: #fff;
    margin-bottom: 0;
    height: 50px; }
    #search-modal .form_control:focus {
      border-color: #381371; }
    #search-modal .form_control::placeholder {
      color: #fff; }
  #search-modal .search_btn {
    position: absolute;
    background: transparent;
    top: 10px;
    right: 10px;
    color: #fff; }

/*
    Start Preloader css
*/
.preloader {
  background-color: #fff;
  bottom: 0;
  height: 100vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 99999; }
  .preloader .loader {
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 9999;
    animation: loadershake infinite 1s linear; }

@keyframes loadershake {
  0% {
    transform: rotateY(5deg); }
  50% {
    transform: rotateY(45deg); }
  100% {
    transform: rotateY(5deg); } }
/*
    End Preloader css
*/
/*
    Start scroll_up css
*/
.back-to-top {
  background: #381371;
  border-radius: 50%;
  bottom: 30px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 30px;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  z-index: 337; }
  .back-to-top:hover, .back-to-top:focus {
    background: #0c1b36;
    color: #fff; }

/*
    End scroll_up css
*/
@keyframes play {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 0; }
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }
/*===== Subpage Banner =====*/
section.subpage-banner {
  background-color: #F1F7FE;
  padding: 50px 0;
  position: relative;
  overflow: hidden; }
  section.subpage-banner:before {
    content: "";
    width: 50%;
    height: 600px;
    background-color: #D9E9FC;
    border-radius: 0 50% 50% 0;
    position: absolute;
    top: -300px;
    left: 0;
    z-index: 1; }
  section.subpage-banner .z2 {
    position: relative; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    section.subpage-banner {
      padding: 30px 0; }
      section.subpage-banner:before {
        height: 300px;
        top: -150px; } }

.breadcrumb-wrapper {
  border-bottom: solid 1px rgba(1, 46, 93, 0.1);
  padding: 10px 0;
  display: flex;
  align-content: flex-end;
  justify-content: space-between; }
  .breadcrumb-wrapper .breadcrumbs-link li {
    display: inline-block;
    font-size: 14px;
    font-weight: 300; }
    .breadcrumb-wrapper .breadcrumbs-link li:first-child a:before {
      content: "\f015";
      font-family: "Font Awesome 5 Pro";
      color: #646363;
      opacity: 0.6;
      font-size: 14px;
      font-weight: bold;
      display: inline-block;
      padding-right: 5px; }
    .breadcrumb-wrapper .breadcrumbs-link li:last-child:after {
      display: none; }
    .breadcrumb-wrapper .breadcrumbs-link li.active {
      color: #000000; }
    .breadcrumb-wrapper .breadcrumbs-link li:after {
      display: inline-block;
      content: '\f105';
      margin-left: 10px;
      margin-right: 5px;
      font-weight: 300;
      font-size: 18px;
      line-height: 24px;
      font-family: "Font Awesome 5 Pro";
      color: #646363;
      opacity: 0.5;
      vertical-align: middle; }
    .breadcrumb-wrapper .breadcrumbs-link li a {
      color: #2A6EBB; }
      .breadcrumb-wrapper .breadcrumbs-link li a:hover {
        color: #DA291C; }
  .breadcrumb-wrapper .addthis_inline_share_toolbox {
    white-space: nowrap; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .breadcrumb-wrapper .addthis_inline_share_toolbox {
        margin-top: 10px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb-wrapper {
      flex-direction: column;
      justify-content: flex-start; } }

.side-menu-wrapper {
  position: sticky;
  top: 150px; }
  .side-menu-wrapper p.otp {
    opacity: 0.4; }
  .side-menu-wrapper .side-menu li {
    line-height: 1.5rem;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative; }
    .side-menu-wrapper .side-menu li:before {
      content: "\f0da";
      font-family: "Font Awesome 5 Pro";
      margin-left: -15px;
      position: absolute;
      font-weight: bold;
      opacity: 0.5;
      top: 2px; }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .side-menu-wrapper {
      top: 50px; } }

/*===== Accordion =====*/
.accordion .accordion-button {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0 12px;
  color: #381371;
  padding-left: 25px;
  border: 0;
  box-shadow: none; }
  .accordion .accordion-button:hover {
    color: #DA291C; }
  .accordion .accordion-button:not(.collapsed) {
    color: #DA291C;
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding-bottom: 0; }
  .accordion .accordion-button:before {
    content: "\2022";
    color: #646363;
    opacity: 0.3;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-left: -24px;
    margin-right: 15px; }
.accordion .accordion-body {
  padding-left: 25px; }

/*====================
    End COMMON css 
======================*/
/***************************************************
  Noga Slider
****************************************************/
#noga_slider_wrapper {
  height: 100vh !important; }
  #noga_slider_wrapper .corner1 {
    position: absolute;
    width: 130px;
    height: 130px;
    background: url("../images/svg-corner2.svg") no-repeat center center/cover;
    bottom: -2px;
    right: -3px;
    content: '';
    z-index: 99; }
    @media (max-width: 767px) {
      #noga_slider_wrapper .corner1 {
        width: 100px;
        height: 100px; } }
    @media (max-width: 575px) {
      #noga_slider_wrapper .corner1 {
        width: 80px;
        height: 80px; } }
  #noga_slider_wrapper .corner2 {
    position: absolute;
    width: 130px;
    height: 130px;
    background: url("../images/svg-corner1.svg") no-repeat center center/cover;
    top: 137px;
    left: -5px;
    content: "";
    z-index: 99; }
    @media (max-width: 1199px) {
      #noga_slider_wrapper .corner2 {
        top: 118px; } }
    @media (max-width: 991px) {
      #noga_slider_wrapper .corner2 {
        top: 108px; } }
    @media (max-width: 767px) {
      #noga_slider_wrapper .corner2 {
        width: 100px;
        height: 100px;
        top: 102px; } }
    @media (max-width: 575px) {
      #noga_slider_wrapper .corner2 {
        width: 80px;
        height: 80px;
        top: 102px; } }
  #noga_slider_wrapper .slider-title {
    font-family: "Sinter Bold";
    color: #fff; }
    #noga_slider_wrapper .slider-title .highlight {
      color: #E0362E; }
  #noga_slider_wrapper .slider-excerpt {
    font-family: "Sinter Regular";
    color: #60DDFF;
    text-transform: uppercase;
    font-size: 25px; }
  #noga_slider_wrapper .slider-button {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #381371;
    color: #FFF;
    font-family: "Sinter Regular" !important;
    padding: 7px 30px 0 30px !important;
    font-size: 20px; }
    @media (max-width: 767px) {
      #noga_slider_wrapper .slider-button {
        min-width: 200px !important;
        text-align: center !important; } }
    #noga_slider_wrapper .slider-button i {
      color: #381371 !important; }
    #noga_slider_wrapper .slider-button.btn1 {
      background: #381371; }
  #noga_slider_wrapper .rs-background-video-layer .tp-video-play-button {
    z-index: 9;
    display: none !important;
    opacity: 1;
    background: transparent !important;
    left: 85% !important; }
    #noga_slider_wrapper .rs-background-video-layer .tp-video-play-button:before {
      content: '\e900';
      font-family: "icomoon";
      font-size: 70px;
      color: #381371; }
    #noga_slider_wrapper .rs-background-video-layer .tp-video-play-button:after, #noga_slider_wrapper .rs-background-video-layer .tp-video-play-button .tp-revstop:after, #noga_slider_wrapper .rs-background-video-layer .tp-video-play-button .revicon-right-dir:before, #noga_slider_wrapper .rs-background-video-layer .tp-video-play-button .revicon-right-dir:after {
      background: transparent !important;
      display: none !important; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      #noga_slider_wrapper .rs-background-video-layer .tp-video-play-button {
        display: none !important; } }
    @media (max-width: 767px) {
      #noga_slider_wrapper .rs-background-video-layer .tp-video-play-button {
        display: none !important; } }
  #noga_slider_wrapper .rs-background-video-layer.videoisplaying .tp-video-play-button {
    z-index: 9;
    display: none !important;
    opacity: 1;
    background: transparent !important; }
    #noga_slider_wrapper .rs-background-video-layer.videoisplaying .tp-video-play-button:before {
      content: '\e904';
      font-family: "icomoon";
      font-size: 70px;
      color: #381371; }
    #noga_slider_wrapper .rs-background-video-layer.videoisplaying .tp-video-play-button:after, #noga_slider_wrapper .rs-background-video-layer.videoisplaying .tp-video-play-button .tp-revstop:after, #noga_slider_wrapper .rs-background-video-layer.videoisplaying .tp-video-play-button .revicon-right-dir:before, #noga_slider_wrapper .rs-background-video-layer.videoisplaying .tp-video-play-button .revicon-right-dir:after {
      background: transparent !important;
      display: none !important; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #noga_slider_wrapper .rs-background-video-layer.videoisplaying {
      display: none !important; } }
  @media (max-width: 767px) {
    #noga_slider_wrapper .rs-background-video-layer.videoisplaying {
      display: none !important; } }
  #noga_slider_wrapper .slotholder {
    position: relative; }
    #noga_slider_wrapper .slotholder ::after {
      position: absolute;
      width: 130px;
      height: 130px;
      background: url("../images/right-side-angle.png") no-repeat center center/cover;
      bottom: -2px;
      right: -3px;
      content: '';
      display: none; }
    #noga_slider_wrapper .slotholder ::before {
      position: absolute;
      width: 130px;
      height: 130px;
      background: url("../images/left-side-angle.png") no-repeat center center/cover;
      top: 127px;
      left: -5px;
      content: '';
      display: none; }
  #noga_slider_wrapper .tparrows {
    background-color: rgba(0, 0, 0, 0.2);
    display: inline-block;
    margin: 10px;
    color: white;
    text-align: center;
    vertical-align: top;
    overflow: hidden;
    font-size: 15px;
    width: 70px;
    height: 140px;
    line-height: 140px; }
    #noga_slider_wrapper .tparrows.tp-leftarrow {
      border-radius: 0 100% 100% 0 / 0 50% 50% 0;
      left: -30px !important; }
      #noga_slider_wrapper .tparrows.tp-leftarrow:before {
        content: "\e903";
        font-family: 'icomoon';
        text-align: right;
        position: absolute;
        right: 25px;
        top: 50px;
        color: #381371;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
      #noga_slider_wrapper .tparrows.tp-leftarrow:hover:before {
        right: 35px; }
    #noga_slider_wrapper .tparrows.tp-rightarrow {
      border-radius: 100% 0 0 100% / 50% 0 0 50%;
      left: auto !important;
      right: -120px !important; }
      #noga_slider_wrapper .tparrows.tp-rightarrow:before {
        content: "\e902";
        font-family: 'icomoon';
        text-align: left;
        position: absolute;
        left: 25px;
        top: 50px;
        color: #381371;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
      #noga_slider_wrapper .tparrows.tp-rightarrow:hover:before {
        left: 35px; }
  #noga_slider_wrapper .icon-scroll {
    position: absolute;
    left: 50%;
    z-index: 99;
    width: 25px;
    height: 40px;
    margin-left: -20px;
    bottom: 5%;
    margin-top: -35px;
    cursor: pointer;
    border-radius: 25px;
    background: transparent;
    border: 2px solid #fff; }
    @media (max-width: 767px) {
      #noga_slider_wrapper .icon-scroll {
        left: 52%;
        bottom: 10%; } }
    #noga_slider_wrapper .icon-scroll:before {
      position: absolute;
      left: 62%;
      z-index: 99;
      content: '';
      width: 3px;
      height: 5px;
      background: #fff;
      border-radius: 2px;
      margin-left: -4px;
      top: 8px;
      -webkit-animation-duration: 1.5s;
      animation-duration: 1.5s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-name: scroll;
      animation-name: scroll; }
  #noga_slider_wrapper .rs-background-video-layer {
    visibility: inherit !important;
    opacity: 1 !important; }

@-webkit-keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }
@keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }
/***************************************************
  Home About
****************************************************/
@media (max-width: 767px) {
  .home-about {
    padding-top: 130px;
    background-color: #381371; } }

/***************************************************
  Home Portfolio
****************************************************/
.home-portfolio {
  padding-bottom: 0; }
  .home-portfolio .carousel-portfolio {
    background: #F7F7F7;
    padding: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: 1px solid rgba(112, 112, 112, 0.2);
    margin-bottom: -20px;
    position: relative; }
    .home-portfolio .carousel-portfolio .owl-nav {
      position: absolute;
      right: 30px;
      top: -60px; }
      @media (max-width: 767px) {
        .home-portfolio .carousel-portfolio .owl-nav {
          right: 40px !important;
          top: -80px; } }
    .home-portfolio .carousel-portfolio .item {
      text-align: center;
      position: relative; }
      .home-portfolio .carousel-portfolio .item img {
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        cursor: pointer;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        max-height: 80px;
        width: auto;
        margin: 0 auto; }
        .home-portfolio .carousel-portfolio .item img:hover {
          -webkit-filter: none;
          filter: none; }
    .home-portfolio .carousel-portfolio .owl-item.active.center img {
      -webkit-filter: none;
      filter: none; }
    .home-portfolio .carousel-portfolio .owl-item.active.center .item {
      position: relative; }
      .home-portfolio .carousel-portfolio .owl-item.active.center .item::before {
        content: '\f0d7';
        font-family: "FontAwesome";
        position: absolute;
        bottom: -50px;
        left: 50%;
        z-index: 99; }
  .home-portfolio .carousel-outer-wrapper {
    position: relative; }
    .home-portfolio .carousel-outer-wrapper .arrow {
      position: absolute;
      bottom: -28px;
      left: 49%;
      z-index: 999;
      color: #F7F7F7; }
      .home-portfolio .carousel-outer-wrapper .arrow i {
        font-size: 40px; }
  .home-portfolio .portfolio-item-stats {
    background: url("../images/portfolio-details-bg.jpg");
    background-size: cover;
    height: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    color: #fff;
    padding: 80px 0 70px; }
    .home-portfolio .portfolio-item-stats > .container {
      position: relative; }
    .home-portfolio .portfolio-item-stats:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(2, 50, 77, 0.9);
      top: 0;
      left: 0;
      z-index: 0; }
    .home-portfolio .portfolio-item-stats .portfolio-stats {
      display: none; }
      .home-portfolio .portfolio-item-stats .portfolio-stats:first-child {
        display: block; }
      .home-portfolio .portfolio-item-stats .portfolio-stats .stats-inner {
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        margin-bottom: 0px; }
      .home-portfolio .portfolio-item-stats .portfolio-stats h2 {
        margin-bottom: 30px; }
      .home-portfolio .portfolio-item-stats .portfolio-stats h5 {
        margin-bottom: 0px; }
      .home-portfolio .portfolio-item-stats .portfolio-stats .container-icon {
        text-align: center; }
        @media (max-width: 767px) {
          .home-portfolio .portfolio-item-stats .portfolio-stats .container-icon {
            margin-top: 40px; } }
        .home-portfolio .portfolio-item-stats .portfolio-stats .container-icon h3 {
          margin-bottom: 0; }
        .home-portfolio .portfolio-item-stats .portfolio-stats .container-icon img {
          max-width: 70px;
          margin-bottom: 25px; }
          @media (max-width: 767px) {
            .home-portfolio .portfolio-item-stats .portfolio-stats .container-icon img {
              max-width: 50px;
              margin-bottom: 15px; } }
        .home-portfolio .portfolio-item-stats .portfolio-stats .container-icon > div {
          color: #fff; }

/***************************************************
  Home Projects
****************************************************/
.home-projects .overview-projects {
  background: #043F5F;
  padding: 50px;
  min-height: 540px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-projects .overview-projects {
      min-height: 0px; } }
  @media (max-width: 767px) {
    .home-projects .overview-projects {
      min-height: 0px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-projects .carousel-projects {
    margin-top: 30px; } }
@media (max-width: 767px) {
  .home-projects .carousel-projects {
    margin-top: 30px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-projects .carousel-projects .owl-nav {
    right: auto;
    left: 50%;
    top: 103%; } }
@media (max-width: 767px) {
  .home-projects .carousel-projects .owl-nav {
    right: auto;
    left: 50%;
    top: 103%; } }
.home-projects .carousel-projects .item {
  min-height: 540px;
  border-bottom: 1px solid #D8D8D8;
  cursor: pointer; }
  .home-projects .carousel-projects .item:hover {
    border-bottom-color: #DA291C; }
    .home-projects .carousel-projects .item:hover a {
      color: #DA291C; }
  .home-projects .carousel-projects .item h3 {
    margin: 20px 0 30px;
    font-size: 28px;
    line-height: 1.2em; }

/***************************************************
  Home Press Releases
****************************************************/
.home-press-release .featured-news .featured-news-image {
  position: relative; }
  .home-press-release .featured-news .featured-news-image .published-date {
    position: absolute;
    left: 30px;
    bottom: 30px;
    padding: 20px 20px 15px;
    color: #fff;
    font-family: "Sinter Regular";
    text-align: center;
    background: rgba(54, 167, 233, 0.8); }
    @media (max-width: 767px) {
      .home-press-release .featured-news .featured-news-image .published-date {
        left: 10px;
        bottom: 10px; } }
    .home-press-release .featured-news .featured-news-image .published-date .date {
      font-family: "Sinter Bold";
      font-size: 36px;
      display: block;
      margin-bottom: 0px; }
.home-press-release .news-listing {
  padding-left: 30px; }
  @media (max-width: 767px) {
    .home-press-release .news-listing {
      padding-left: 0px; } }
  @media (max-width: 767px) {
    .home-press-release .news-listing .main-btn {
      margin-left: 0; } }
  .home-press-release .news-listing .news-item {
    padding: 20px 0;
    border-bottom: 1px solid #D8D8D8;
    width: 90%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    cursor: pointer; }
    @media (max-width: 767px) {
      .home-press-release .news-listing .news-item {
        width: 100%; } }
    .home-press-release .news-listing .news-item:hover {
      border-bottom: 1px solid #DA291C; }
    .home-press-release .news-listing .news-item:first-child {
      padding-top: 0; }
      @media (max-width: 767px) {
        .home-press-release .news-listing .news-item:first-child {
          margin-top: 30px;
          padding-top: 20px;
          border-top: 1px solid #D8D8D8; } }
    .home-press-release .news-listing .news-item:last-child {
      border-bottom: none; }
    .home-press-release .news-listing .news-item h5 {
      font-family: "Sinter Regular"; }
    .home-press-release .news-listing .news-item .published-date {
      font-size: 16px;
      color: rgba(4, 63, 95, 0.75); }
@media (max-width: 767px) {
  .home-press-release .more-news-btn {
    margin-left: 0; } }

/***************************************************
  Home Financial Highlights
****************************************************/
/***************************************************
  Business Operations
****************************************************/
.home-business-operations {
  background-color: #381371; }
  .home-business-operations .left-text-right-icon {
    margin-top: 20px; }
    .home-business-operations .left-text-right-icon:first-child {
      margin-top: 0; }
    .home-business-operations .left-text-right-icon .icon {
      float: left;
      width: 70px;
      margin-right: 20px; }
    .home-business-operations .left-text-right-icon .text {
      float: right;
      width: -webkit-calc(100% - 90px);
      width: -moz-calc(100% - 90px);
      width: calc(100% - 90px); }

/***************************************************
  Burger menu
****************************************************/
.burger-menu {
  position: absolute;
  top: 55px;
  right: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 20px;
  height: 17px;
  cursor: pointer;
  transition: -webkit-transform 330ms ease-out;
  transition: transform 330ms ease-out;
  transition: transform 330ms ease-out, -webkit-transform 330ms ease-out; }

.burger-menu.menu-open {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.line-menu {
  width: 100%;
  height: 3px;
  background-color: #111;
  border-radius: 2px; }

.line-menu.line-half {
  width: 50%; }

.line-menu.first-line {
  -webkit-transform-origin: right;
  transform-origin: right;
  transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57); }

.line-menu.last-line {
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-transform-origin: left;
  transform-origin: left;
  transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57); }

.menu-open .line-menu.first-line {
  -webkit-transform: rotate(-90deg) translateX(3px);
  transform: rotate(-90deg) translateX(3px); }

.menu-open .line-menu.last-line {
  -webkit-transform: rotate(-90deg) translateX(-3px);
  transform: rotate(-90deg) translateX(-3px); }

/***************************************************
  Menu icons
****************************************************/
.navik-menu {
  margin-top: 0; }

.navik-menu > li {
  position: relative; }

.navik-menu > li > a {
  padding-bottom: 30px !important; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navik-menu > li > a {
      padding-bottom: 20px !important; } }

.navik-menu .navik-menu-icon {
  margin-right: 5px;
  color: #a1a1a1; }

.navik-menu-overlay .navik-menu-icon {
  position: relative;
  top: -2px;
  margin-right: 10px; }

.navik-menu-overlay > ul ul li a .navik-menu-icon {
  top: -1px;
  margin-right: 7px; }

.menu-slide .navik-menu-overlay > ul ul li a .navik-menu-icon {
  margin-right: 5px; }

.navik-menu-fixed .navik-menu-icon {
  margin-right: 5px; }

/***************************************************
  Media queries for responsive design
****************************************************/
@media (max-width: 767.98px) {
  .navik-header,
  .navik-header-overlay,
  .body-fixed-sidebar {
    width: 100%; } }
@media (max-width: 1199.98px) {
  .navik-header,
  .navik-header-overlay,
  .body-fixed-sidebar {
    width: 100%; } }
@media (min-width: 768px) {
  /********** Default menu **********/
  .navik-header .logo {
    float: left;
    padding: 0 40px 0 0; }

  .navik-menu {
    clear: both; }

  .header-shadow-wrapper::after {
    box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.1); }

  /********** Menu icons **********/
  .navik-menu-overlay .navik-menu-icon {
    margin-right: 12px; }

  .navik-menu-overlay > ul ul li a .navik-menu-icon {
    margin-right: 8px; }

  .menu-slide .navik-menu-overlay .navik-menu-icon {
    margin-right: 10px; } }
@media (min-width: 992px) {
  /********** Default menu **********/
  .navik-header-container {
    /*height: 106px;*/ }

  .navik-header .logo {
    position: relative;
    top: 50%;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

  .burger-menu {
    display: none; }

  .navik-menu {
    float: right;
    clear: inherit;
    border-top: solid 1px rgba(1, 46, 93, 0.1); }

  .navik-menu > ul {
    display: block !important;
    padding: 0;
    font-size: 0; }

  .navik-menu > ul > li {
    display: inline-block; }

  .navik-menu > ul > li > a {
    position: relative;
    box-sizing: border-box;
    height: 50px;
    padding: 5px 20px 10px 20px;
    line-height: 50px;
    white-space: nowrap; }

  .navik-menu > ul > li:last-child > a {
    padding-right: 0; }

  .navik-menu > ul > li:first-child > a {
    padding-left: 0; }

  .navik-menu ul li {
    position: relative; }

  .navik-menu ul li.dropdown_menu > a > span {
    display: none; }

  .navik-menu ul li.dropdown_menu > a > span::before {
    position: relative;
    top: -3px;
    box-sizing: content-box;
    display: inline-block;
    /*width: 4px;
    height: 4px;*/
    margin-left: 8px;
    content: "\f0dd";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    color: #646363;
    opacity: 0.3;
    /*content: "";
    border-color: #c1c1c1;
    border-style: solid;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);*/ }

  .navik-menu ul ul li.dropdown_menu > a > span::before {
    top: 7px;
    right: -10px;
    float: right;
    margin: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

  .navik-menu ul ul li > a {
    position: relative;
    padding: 9px 20px 7px !important;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }

  .navik-menu ul ul li > a::before {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 0;
    height: 1px;
    content: "";
    background: #646363;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }

  .navik-menu ul ul li:hover > a {
    padding-left: 40px !important;
    background-color: transparent; }

  .navik-menu ul ul li:hover > a::before {
    width: 10px; }

  .navik-menu li > ul {
    position: absolute;
    top: calc(100%);
    left: 0;
    display: block !important;
    width: 270px;
    padding: 0px;
    visibility: hidden;
    background-color: #381371;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    opacity: 0;
    transition: all 0.2s ease-in-out; }

  .navik-menu li > ul > li > a {
    font-family: "Sinter X";
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    display: block; }

  .navik-menu li > ul > li, ul.mega-menu-list li {
    border-bottom: dashed 1px rgba(255, 255, 255, 0.3) !important; }

  .navik-menu li > ul > li:last-child, ul.mega-menu-list li:last-child {
    border-bottom: none !important; }

  .navik-menu li > ul ul {
    top: -27px;
    left: 100%; }

  .navik-menu li:hover > ul {
    visibility: visible;
    opacity: 1; }

  .navik-menu li.submenu-right > ul {
    right: 0;
    left: inherit; }

  .navik-menu li.submenu-right > ul ul {
    left: -100% !important; }

  .navik-menu.menu-caret ul li.dropdown_menu > a > span {
    display: inline-block; }

  .navik-menu.menu-caret ul ul li.dropdown_menu > a > span {
    display: inline; }

  .navik-menu.separate-line > ul > li > a {
    position: relative;
    padding: 0 28px; }

  .navik-menu.separate-line > ul > li > a::before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 20px;
    content: "";
    background-color: #eee;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

  .navik-menu.separate-line > ul > li:last-child > a {
    padding: 0 0 0 28px; }

  .navik-menu.separate-line > ul > li:last-child > a::before {
    display: none; }

  .navik-menu.menu-hover-2 > ul > li:last-child > a, .navik-menu.menu-hover-3 > ul > li:last-child > a, .navik-menu.menu-hover-4 > ul > li:last-child > a, .center-menu-1 .navik-menu > ul > li:last-child > a,
  .center-menu-2 .navik-menu > ul > li:last-child > a {
    padding: 0 20px; }

  .navik-menu.menu-hover-2.separate-line > ul > li:last-child > a, .navik-menu.menu-hover-3.separate-line > ul > li:last-child > a, .navik-menu.menu-hover-4.separate-line > ul > li:last-child > a, .center-menu-1 .navik-menu.separate-line > ul > li:last-child > a,
  .center-menu-2 .navik-menu.separate-line > ul > li:last-child > a {
    padding: 0 28px; }

  .navik-menu ul li.current-menu > a, .navik-menu ul li:hover > a, .header-dark .navik-menu ul li.current-menu > a, .header-dark .navik-menu ul li:hover > a {
    background-color: inherit; }

  .dropdown-plus {
    display: none; }

  /********** Header sticky **********/
  .navik-header.sticky {
    position: fixed;
    width: 100%;
    -webkit-animation-name: stickyTransition;
    animation-name: stickyTransition;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }

  .navik-header.sticky .navik-header-container {
    height: 80px; }

  .navik-header.sticky .navik-menu {
    margin-top: inherit;
    border-top: 0; }

  .navik-header.sticky .navik-menu > ul > li > a {
    height: 50px;
    line-height: 50px; }

  .navik-header.sticky .logo {
    padding: 0 40px 0 0; }

  @-webkit-keyframes stickyTransition {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0); }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none; } }
  @keyframes stickyTransition {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0); }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none; } }
  /********** Header transparent **********/
  .navik-header.header-transparent-on, .navik-header.header-opacity-on {
    position: absolute;
    width: 100%;
    background-color: transparent; }

  .navik-header.header-opacity-on {
    background-color: rgba(0, 0, 0, 0.3); }

  .header-transparent-on .header-shadow-wrapper,
  .header-opacity-on .header-shadow-wrapper {
    display: none; }

  .header-transparent-on .navik-menu > ul > li > a,
  .header-opacity-on .navik-menu > ul > li > a {
    color: #f7f7f7; }

  .header-transparent-on .navik-menu > ul > li > a .navik-menu-icon,
  .header-opacity-on .navik-menu > ul > li > a .navik-menu-icon {
    color: rgba(255, 255, 255, 0.85); }

  .header-transparent-on .navik-menu > ul > li:hover > a, .header-transparent-on .navik-menu > ul > li.current-menu > a,
  .header-opacity-on .navik-menu > ul > li:hover > a,
  .header-opacity-on .navik-menu > ul > li.current-menu > a {
    color: #26c6da; }

  .header-transparent-on .navik-menu > ul > li.dropdown_menu > a > span::before,
  .header-opacity-on .navik-menu > ul > li.dropdown_menu > a > span::before {
    border-color: #f7f7f7; }

  .header-transparent-on.center-menu-2 .navik-menu {
    border-color: rgba(255, 255, 255, 0.25); }

  .header-transparent-on .navik-menu.separate-line > ul > li > a::before {
    background-color: rgba(255, 255, 255, 0.25); }

  .header-opacity-on.center-menu-2 .navik-menu {
    border-color: rgba(255, 255, 255, 0.2); }

  .header-opacity-on .navik-menu.separate-line > ul > li > a::before {
    background-color: rgba(255, 255, 255, 0.2); }

  /********** Hover transitions **********/
  .navik-menu.menu-hover-2 > ul > li.current-menu > a, .navik-menu.menu-hover-2 > ul > li:hover > a {
    color: #212121;
    background-color: #f8f8f8; }

  .navik-menu.menu-hover-2 > ul > li.current-menu > a::after, .navik-menu.menu-hover-2 > ul > li:hover > a::after {
    opacity: 1; }

  .navik-menu.menu-hover-2 > ul > li > a::after, .navik-menu.menu-hover-3 > ul > li > a::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 3px;
    content: "";
    background-color: #26c6da;
    opacity: 0;
    transition: all 0.2s ease-in-out; }

  .navik-menu.menu-hover-3 > ul > li.current-menu > a, .navik-menu.menu-hover-3 > ul > li:hover > a {
    color: #212121; }

  .navik-menu.menu-hover-3 > ul > li.current-menu > a::after, .navik-menu.menu-hover-3 > ul > li:hover > a::after {
    width: 100%;
    opacity: 1; }

  .navik-menu.menu-hover-3 > ul > li > a::after {
    left: 50%;
    width: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

  .navik-menu.menu-hover-4 > ul > li > a > .hover-transition {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden; }

  .navik-menu.menu-hover-4 > ul > li > a > .hover-transition::after {
    position: relative;
    top: 50%;
    left: 50%;
    display: block;
    width: calc(100% + 2px);
    height: 0;
    content: "";
    background-color: #26c6da;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

  .navik-menu.menu-hover-4 > ul > li.current-menu > a, .navik-menu.menu-hover-4 > ul > li:hover > a {
    color: #fff; }

  .navik-menu.menu-hover-4 > ul > li.current-menu > a > .hover-transition::after, .navik-menu.menu-hover-4 > ul > li:hover > a > .hover-transition::after {
    height: 100%;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

  .navik-menu.menu-hover-4 > ul > li.current-menu > a .navik-menu-icon, .navik-menu.menu-hover-4 > ul > li:hover > a .navik-menu-icon {
    color: #fff !important; }

  .navik-menu.menu-hover-4 > ul > li > ul {
    transition-delay: 0s; }

  .navik-menu.menu-hover-4 > ul > li:hover > ul {
    transition-delay: 0.13s; }

  .navik-menu.menu-hover-4 > ul > li.dropdown_menu.current-menu > a > span::before, .navik-menu.menu-hover-4 > ul > li.dropdown_menu:hover > a > span::before {
    border-color: #fff; }

  .header-dark .navik-menu.menu-hover-2 > ul > li.current-menu > a, .header-dark .navik-menu.menu-hover-2 > ul > li:hover > a {
    color: #fff;
    background-color: #222; }

  .header-dark .navik-menu.menu-hover-3 > ul > li.current-menu > a, .header-dark .navik-menu.menu-hover-3 > ul > li:hover > a {
    color: #fff; }

  .header-transparent-on .navik-menu.menu-hover-2 > ul > li.current-menu > a, .header-transparent-on .navik-menu.menu-hover-2 > ul > li:hover > a {
    color: #f7f7f7;
    background-color: rgba(255, 255, 255, 0.25); }

  .header-opacity-on .navik-menu.menu-hover-2 > ul > li.current-menu > a, .header-opacity-on .navik-menu.menu-hover-2 > ul > li:hover > a {
    color: #f7f7f7;
    background-color: rgba(255, 255, 255, 0.2); }

  .header-transparent-on .navik-menu.menu-hover-3 > ul > li.current-menu > a, .header-transparent-on .navik-menu.menu-hover-3 > ul > li:hover > a, .header-opacity-on .navik-menu.menu-hover-3 > ul > li.current-menu > a, .header-opacity-on .navik-menu.menu-hover-3 > ul > li:hover > a {
    color: #f7f7f7; }

  .header-transparent-on .navik-menu.menu-hover-2 > ul > li.current-menu > a .navik-menu-icon, .header-transparent-on .navik-menu.menu-hover-2 > ul > li:hover > a .navik-menu-icon, .header-transparent-on .navik-menu.menu-hover-3 > ul > li.current-menu > a .navik-menu-icon, .header-transparent-on .navik-menu.menu-hover-3 > ul > li:hover > a .navik-menu-icon, .header-opacity-on .navik-menu.menu-hover-2 > ul > li.current-menu > a .navik-menu-icon, .header-opacity-on .navik-menu.menu-hover-2 > ul > li:hover > a .navik-menu-icon, .header-opacity-on .navik-menu.menu-hover-3 > ul > li.current-menu > a .navik-menu-icon, .header-opacity-on .navik-menu.menu-hover-3 > ul > li:hover > a .navik-menu-icon {
    color: rgba(255, 255, 255, 0.85) !important; }

  /********** Submenu **********/
  .navik-menu.submenu-top-border li > ul {
    border-top: 2px solid #381371; }

  .navik-menu.submenu-top-border li > ul ul {
    top: -30px; }

  .navik-menu.submenu-top-border.submenu-list-border li > ul ul {
    top: -23px; }

  .navik-menu.submenu-list-border li > ul ul {
    top: -20px; }

  .navik-menu.submenu-list-border ul ul li > a {
    padding: 15px 35px 14px !important; }

  .navik-menu.submenu-list-border ul ul li:first-child > a {
    padding: 8px 35px 14px 35px !important; }

  .navik-menu.submenu-list-border ul ul li:last-child > a {
    padding: 15px 35px 8px 35px !important; }

  .navik-menu.submenu-list-border ul ul li:last-child::after {
    display: none; }

  .navik-menu.submenu-list-border ul ul li::after {
    position: absolute;
    right: 35px;
    bottom: 0;
    left: 35px;
    height: 1px;
    content: "";
    background-color: #eee; }

  .navik-menu.submenu-list-border ul ul li:hover > a {
    padding-left: 55px !important; }

  .navik-menu.submenu-list-border ul ul li:nth-child(n+2) > a::before {
    top: 24px; }

  .header-dark .navik-menu.submenu-list-border ul ul li::after {
    background-color: #333; }

  /********** Submenu transitions **********/
  .navik-menu.submenu-flip li > ul {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.35s ease-in-out;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg); }

  .navik-menu.submenu-flip li:hover > ul {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg); }

  .navik-menu.submenu-flip ul {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 200px;
    perspective: 200px; }

  .navik-menu.submenu-flip ul li {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 200px;
    perspective: 200px; }

  .navik-menu.submenu-scale li > ul {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: all 0.3s ease;
    -webkit-transform: scale(0);
    transform: scale(0); }

  .navik-menu.submenu-scale li.submenu-right ul {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0; }

  .navik-menu.submenu-scale li:hover > ul {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/***************************************************
	Top Menu Extra 
****************************************************/
.header_account {
  position: absolute;
  top: 20px;
  right: 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.navik-header.sticky .header_account {
  top: -50px;
  /*transform: scale(0.9);
  right:-20px;*/ }

.header_account > ul > li {
  /*margin-right: 15px;*/
  position: relative; }

.header_account > ul > li a:hover {
  background-color: transparent; }

/*.header_account > ul > li:last-child {
  margin-right: 0;
}*/
.header_account > ul > li > a {
  font-size: 14px;
  font-weight: normal;
  padding: 0 10px;
  text-transform: none;
  display: inline-block;
  color: #646363; }

.header_account > ul > li > a:hover {
  color: #DA291C; }

.header_account > ul > li:not(:last-child):after {
  content: "|";
  color: #646363;
  opacity: 0.2; }

.header_account > ul > li.language-switch a {
  font-size: 16px;
  font-weight: bold; }
  .header_account > ul > li.language-switch a span {
    color: #646363;
    opacity: 0.6; }

.header_account > ul > li.header_search a {
  font-size: 20px;
  font-weight: 300;
  color: #381371;
  margin-top: -5px;
  padding: 0 20px; }
  .header_account > ul > li.header_search a:hover {
    color: #DA291C; }

.header_account > ul > li.header_search:after {
  content: ""; }

.header_account > ul > li.login_btn {
  margin-top: -5px; }

.navik-header.header-transparent .header_account > ul > li.d-xl-block > a {
  color: #888; }

.navik-header.header-transparent.header-transparent-on .header_account > ul > li.d-xl-block > a {
  color: #c5cada; }

.navik-header.header-transparent .header_account > ul > li.d-xl-block > a:hover, .navik-header.header-transparent.header-transparent-on .header_account > ul > li.d-xl-block > a:hover {
  color: #00aed6; }

.header_account > ul > li.icon-link a {
  color: #00aed6; }

.header_account > ul > li.icon-link a:hover {
  color: #fff; }

.navik-header.header-transparent .header_account > ul > li.icon-link a:hover {
  color: #171c8f; }

.navik-header.header-transparent.header-transparent-on .header_account > ul > li.icon-link a:hover {
  color: #fff; }

@media only screen and (max-width: 1199px) {
  .header_account {
    top: 50px;
    right: 50px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_account > ul > li {
    /*margin-right: 25px;*/ } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_account > ul > li {
    /*margin-right: 18px;*/ } }
@media only screen and (max-width: 767px) {
  .header_account > ul > li {
    /*margin-right: 20px;*/ }

  .header_account > ul > li.header_search a {
    padding: 0 15px; }

  .header_account {
    top: 40px; }

  .burger-menu {
    top: 45px; } }
@media only screen and (max-width: 575px) {
  .header_account {
    top: 30px; }

  .burger-menu {
    top: 35px; }

  .header_account > ul > li {
    /*margin-right: 14px;*/ } }
/***************************************************
	Homepage Guides Section
****************************************************/
.guide-title {
  display: flex;
  width: 100%;
  align-items: flex-end; }

.guide-title h3 {
  color: #646363; }

/*************Extra CSS**********/
footer .footer-top .contact-details li.phone:before {
  content: '\e906';
  font-family: 'icomoon';
  color: #60DDFF;
  font-size: 26px; }

footer .footer-top .contact-details li.email:before {
  content: '\e904';
  font-family: 'icomoon';
  color: #60DDFF;
  font-size: 18px; }

footer .footer-top .contact-details li > a {
  color: #fff;
  padding-left: 15px;
  font-weight: bold;
  font-size: 20px; }

.jquery_overlay {
  background: #200748;
  background: -moz-linear-gradient(90deg, #200748 0%, rgba(32, 7, 72, 0) 33%);
  background: -webkit-linear-gradient(90deg, #200748 0%, rgba(32, 7, 72, 0) 33%);
  background: linear-gradient(90deg, #200748 0%, rgba(32, 7, 72, 0) 33%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#200748",endColorstr="#200748",GradientType=1);
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 6;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.white-content {
  font-size: 20px;
  color: white; }

footer .footer-bottom .group-of-logos a {
  display: inline-block;
  margin-left: 20px;
  margin-right: auto; }

.client-logo-area {
  align-items: center;
  justify-content: center; }

.row.client-logo-sec {
  justify-content: center; }

/************Laest Happening***********/
.top-right-nav.owl-carousel.latest-happenings {
  position: relative; }

.top-right-nav.owl-carousel.latest-happenings .owl-dots {
  position: absolute;
  bottom: 50px;
  left: 30px; }

.owl-carousel button.owl-dot {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 50px;
  height: 5px;
  margin-left: 5px;
  margin-right: 5px;
  background: rgba(255, 255, 255, 0.5);
  border: none; }
  @media (max-width: 767px) {
    .owl-carousel button.owl-dot {
      width: 30px; } }

.owl-carousel button.owl-dot.active {
  background: #60DDFF; }

.news-details {
  position: absolute;
  top: 25px;
  padding: 30px;
  width: 37%;
  right: 30px;
  background-color: #fff;
  opacity: 0.95;
  border-radius: 12px 0px 12px 0px; }
  .news-details h3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .news-details p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .news-details {
      padding: 15px; } }

a.primary-button {
  font-family: 'Sinter X' !important;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding-right: 30px;
  position: relative; }

a.primary-button:hover {
  color: #60DDFF; }

a.primary-button::after {
  content: "\e900";
  font-family: 'icomoon';
  margin-left: 15px;
  font-size: 15px !important;
  color: #60DDFF;
  position: absolute;
  right: 0px;
  top: 2px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

a.primary-button:hover:after {
  right: -5px; }

a.primary-button-pink {
  font-family: 'Sinter X' !important;
  font-size: 20px;
  font-weight: 600;
  color: #381371;
  padding-right: 30px;
  position: relative; }

a.primary-button-pink:hover {
  color: #60DDFF; }

a.primary-button-pink::after {
  content: "\e900";
  font-family: 'icomoon';
  margin-left: 15px;
  font-size: 15px !important;
  color: #60DDFF;
  position: absolute;
  right: 0px;
  top: 2px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

a.primary-button-pink:focus {
  color: #60ddff !important; }

a.primary-button-pink:hover:after {
  right: -5px; }

a.primary-left-button-pink {
  font-family: 'Sinter X' !important;
  font-size: 20px;
  font-weight: 600;
  color: #381371;
  padding-left: 30px;
  position: relative; }

a.primary-left-button-pink:focus {
  color: #60ddff !important; }

a.primary-left-button-pink:hover {
  color: #60DDFF; }

a.primary-left-button-pink::after {
  content: "\e900";
  font-family: 'icomoon';
  margin-right: 15px;
  font-size: 15px !important;
  color: #60DDFF;
  position: absolute;
  left: 0px;
  top: 2px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transform: rotate(180deg); }

a.primary-left-button-pink:hover:after {
  left: -5px; }

a.primary-button.Blue {
  color: #381371; }

.owl-carousel.latest-happenings .owl-stage-outer {
  border-radius: 20px 0px 0px 0px; }

.twitter-area {
  background-color: #60DDFF;
  border-radius: 0px 0px 20px 0px;
  padding-bottom: 4.5rem !important; }
  @media (max-width: 1199px) {
    .twitter-area {
      min-height: 408px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .twitter-area {
      padding: 30px !important; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .twitter-area {
      padding-bottom: 2.5rem !important; } }
  @media (max-width: 991px) {
    .twitter-area {
      padding-bottom: 30px !important; } }

span.twitter-icon:before {
  content: '\e901';
  font-family: 'icomoon';
  font-size: 40px;
  color: #381371; }

.share-area {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.left-area {
  display: flex;
  align-items: center;
  justify-content: center; }

.parallax-area {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 0px; }

.parallax-area .blue-overlay-parallex {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  left: 0px;
  top: 0px;
  padding: 60px 0px 60px 0px;
  background: rgba(56, 19, 113, 0.68); }

h3.small-page-title.white-title {
  font-size: 26px;
  font-weight: 400;
  color: #ffffff;
  text-transform: none;
  margin-bottom: 0px;
  position: relative;
  padding-left: 100px; }

h3.small-page-title.white-title:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  display: block;
  background: url("../images/mus-symbol-1.png") no-repeat; }

.service-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2; }
  @media (max-width: 575px) {
    .service-list {
      columns: 1;
      -webkit-columns: 1;
      -moz-columns: 1; } }

.service-list > ul > li a {
  color: #826AEB;
  line-height: 34px;
  font-weight: 600; }

.service-list > ul > li a:hover {
  color: #60DDFF; }

h3.theme-color.counter-text {
  font-size: 60px; }

.container-icon {
  text-align: left; }

.dark-pink-color {
  color: #381371;
  margin-bottom: 15px; }

.dark-grey-color {
  color: #646464;
  text-transform: uppercase; }

.light-blue-color {
  color: #60DDFF; }

.white-text-color {
  color: #ffffff;
  margin-bottom: 15px; }

section.home-serving {
  padding: 80px 0px; }

.item.specialized-column > p {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.owl-carousel.carousal-specialised .owl-dots {
  margin-top: 3rem; }

a.serving-column:hover h3 {
  color: #381371;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

a.serving-column .item.specialized-column {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px 0px 12px 0px;
  background: linear-gradient(139deg, rgba(25, 164, 163, 0) 31%, rgba(7, 83, 105, 0) 100%);
  -webkit-backface-visibility: hidden; }
  a.serving-column .item.specialized-column:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #826aeb;
    background: -moz-linear-gradient(90deg, #826aeb 0%, rgba(96, 221, 255, 0.9) 50%);
    background: -webkit-linear-gradient(90deg, #826aeb 0%, rgba(96, 221, 255, 0.9) 50%);
    background: linear-gradient(90deg, #826aeb 0%, rgba(96, 221, 255, 0.9) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#826aeb",endColorstr="#60ddff",GradientType=1);
    transition: opacity 0.5s ease-out;
    opacity: 0;
    border-radius: 12px 0px 12px 0px;
    z-index: -1; }
  a.serving-column .item.specialized-column:hover:after {
    opacity: 1; }

/*a.serving-column .item.specialized-column:hover{
	background: rgb(130,106,235);
	background: -moz-linear-gradient(90deg, rgba(130,106,235,1) 0%, rgba(96,221,255,0.9) 50%);
	background: -webkit-linear-gradient(90deg, rgba(130,106,235,1) 0%, rgba(96,221,255,0.9) 50%);
	background: linear-gradient(90deg, rgba(130,106,235,1) 0%, rgba(96,221,255,0.9) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#826aeb",endColorstr="#60ddff",GradientType=1);
	border:none;

}*/
span.blue-hover-link:before {
  content: '\e900';
  font-family: 'icomoon';
  color: #381371;
  opacity: 0; }

a.serving-column:hover span.blue-hover-link:before {
  opacity: 1; }

.item.membership-logo > img {
  max-width: 180px; }

span.post-date {
  color: #60DDFF;
  font-weight: 400;
  font-size: 20px; }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    span.post-date {
      font-size: 16px; } }
  @media (max-width: 1199px) {
    span.post-date {
      font-size: 16px; } }

h3.twitter-title {
  font-size: 22px;
  color: #ffffff;
  line-height: 30px; }

.share-area > h3 > a {
  color: #381371;
  font-weight: 600; }

a:hover, a:focus {
  color: #fff; }

.account-name > h3 > a {
  color: #381371 !important;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .account-name > h3 > a {
      font-size: 22px; } }
  @media (max-width: 1199px) {
    .account-name > h3 > a {
      font-size: 22px;
      padding-top: 8px; } }
  @media (max-width: 991px) {
    .account-name > h3 > a {
      padding-top: 0px; } }

a.comments-icon:before {
  content: '\e902';
  font-family: 'icomoon';
  color: #381371;
  margin-right: 8px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

a.reply-icon:before {
  content: '\e903';
  font-family: 'icomoon';
  color: #381371;
  margin-right: 8px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

a.whislist-icon:before {
  content: '\e905';
  font-family: 'icomoon';
  color: #381371;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

a.comments-icon:hover::before, a.reply-icon:hover::before, a.whislist-icon:hover::before {
  color: #fff; }

p.twit-post-date {
  color: #381371; }

h2.client-area-tile {
  color: #fff;
  text-align: center; }

section {
  padding: 80px 0; }

p.footer-address {
  font-size: 20px;
  color: #fff;
  margin-bottom: 5px;
  margin-top: 30px !important; }
  @media (max-width: 1199px) {
    p.footer-address {
      margin-top: 26px !important; } }

ul.quick-links > li > a {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8); }

.quick-links-area span {
  font-size: 26px;
  margin-bottom: 15px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .quick-links-area span {
      font-size: 22px;
      margin-bottom: 10px; } }
  @media (max-width: 991px) {
    .quick-links-area span {
      font-size: 22px;
      margin-bottom: 10px; } }

p.follow-title {
  font-size: 20px;
  color: #fff; }

footer .footer-bottom .mini-menu {
  margin-top: 10px; }

.copyright {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8); }

footer .footer-bottom .mini-menu li > a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8); }

footer .footer-bottom .mini-menu li > a:hover {
  color: #60DDFF; }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
  font-size: 20px;
  color: #60DDFF;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

#noga-header .header-right #header-tools ul li a {
  color: #fff; }

.top-bar-content {
  float: right; }

.top-bar-content a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: 400;
  margin-left: 25px; }

a.language-switcher:before {
  content: '\e908';
  font-family: 'icomoon';
  color: #60DDFF;
  margin-right: 15px; }

a.search-icon-top:before {
  content: '\e909';
  font-family: 'icomoon';
  color: #60DDFF;
  margin-right: 15px; }

a.employee-login:before {
  content: '\e907';
  font-family: 'icomoon';
  color: #60DDFF;
  margin-right: 15px; }

.contact-btn-gradient-no-link {
  padding: 5px 20px 5px 20px;
  border-radius: 6px 0px 6px 0px;
  background: #826aeb;
  background: -moz-linear-gradient(90deg, #826aeb 0%, rgba(96, 221, 255, 0.9) 50%);
  background: -webkit-linear-gradient(90deg, #826aeb 0%, rgba(96, 221, 255, 0.9) 50%);
  background: linear-gradient(90deg, #826aeb 0%, rgba(96, 221, 255, 0.9) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#826aeb",endColorstr="#60ddff",GradientType=1);
  border: none;
  -webkit-transition: background-color 2s ease-in-out;
  -moz-transition: background-color 2s ease-in-out;
  -o-transition: background-color 2s ease-in-out;
  transition: background-color 2s ease-in-out;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600 !important; }

.contact-btn-gradient-no-link:hover {
  color: #381371 !important; }

.contact-btn-gradient {
  padding: 5px 50px 5px 20px;
  border-radius: 6px 0px 6px 0px;
  background: #826aeb;
  background: -moz-linear-gradient(90deg, #826aeb 0%, rgba(96, 221, 255, 0.9) 50%);
  background: -webkit-linear-gradient(90deg, #826aeb 0%, rgba(96, 221, 255, 0.9) 50%);
  background: linear-gradient(90deg, #826aeb 0%, rgba(96, 221, 255, 0.9) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#826aeb",endColorstr="#60ddff",GradientType=1);
  border: none;
  -webkit-transition: background-color 2s ease-in-out;
  -moz-transition: background-color 2s ease-in-out;
  -o-transition: background-color 2s ease-in-out;
  transition: background-color 2s ease-in-out;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600 !important; }

.contact-btn-gradient > li {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.contact-btn-gradient:hover {
  color: #381371 !important; }

.contact-btn-gradient::after {
  content: "\e900";
  font-family: 'icomoon';
  margin-left: 0px;
  font-size: 15px !important;
  color: #381371;
  position: absolute;
  right: 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.contact-btn-gradient:hover:after {
  right: 5px; }

.top-bar-content a:hover {
  color: #fff; }

#noga-header .header-right #main-menu {
  margin-right: -15px;
  margin-top: 0px; }

.tp-bullet.selected {
  background: #60DDFF; }

.rev-scroll-btn.revs-fulldark span, .tp-bullet {
  width: 50px;
  height: 5px;
  background: #fff; }

ul.quick-links > li > a:hover {
  color: #60ddff; }

.fab:hover {
  color: #fff; }

.share-icons {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.share-icons > a:hover {
  color: #fff; }

.account-name > h3 > a:hover {
  color: #fff; }

.owl-carousel.latest-happenings {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.news-details {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .news-details p {
      display: -webkit-box;
      overflow: hidden;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; } }
  @media (max-width: 1199px) {
    .news-details p {
      display: -webkit-box;
      overflow: hidden;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; } }

.owl-carousel.latest-happenings:hover .news-details {
  background-color: #381371; }

.owl-carousel.latest-happenings:hover .news-details a > p {
  color: #fff; }

.owl-carousel.latest-happenings:hover .news-details a > h3 {
  color: #60ddff; }

.owl-carousel.latest-happenings:hover .news-details a.primary-button.Blue {
  color: #fff; }

.item.membership-logo {
  overflow: hidden;
  cursor: pointer; }

.item.membership-logo:hover img {
  transform: scale(1.03); }

.item.membership-logo img {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s; }

.logo-column {
  overflow: hidden;
  cursor: pointer;
  padding: 16px;
  border-radius: 20px 0 20px 0;
  mix-blend-mode: multiply;
  background-color: #fff; }

.logo-column:hover img {
  transform: scale(1.03); }

.logo-column img {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s; }

a.primary-button-pink:hover::after {
  right: -5px; }

.row.coloumn-wise {
  justify-content: center;
  align-items: center; }

span.test-trans {
  transition: all 0.3s ease-out; }

a.language-switcher {
  font-family: 'cairo'; }

main {
  overflow: hidden !important; }

.navik-menu li > ul > li, ul.mega-menu-list li {
  border-bottom: solid 1px rgba(100, 100, 100, 0.1) !important; }

#menu-mobile > ul > li {
  border-bottom: solid 1px rgba(100, 100, 100, 0.1); }

#menu-mobile > ul > li .sub-menu > li a:before {
  display: none; }

ul.sub-menu {
  border-bottom: 3px solid #60ddff; }

/***************common font style *****************************/
h2.inside-maroon-color {
  font-size: 40px;
  font-family: 'Sinter Bold';
  color: #381371;
  margin-bottom: 22px;
  line-height: 50px; }

h2.inside-aqua-color {
  font-size: 40px;
  font-family: 'Sinter Bold';
  color: #60DDFF;
  margin-bottom: 22px;
  line-height: 50px; }

h2.inside-pink-color {
  font-size: 40px;
  font-family: 'Sinter Bold';
  color: #826AEB;
  margin-bottom: 22px;
  line-height: 50px; }

h2.inside-white-color {
  font-size: 40px;
  font-family: 'Sinter Bold';
  color: #ffffff;
  margin-bottom: 22px;
  line-height: 50px; }

h3.inside-maroon-color {
  font-size: 34px;
  font-family: 'Sinter Bold';
  color: #381371;
  margin-bottom: 30px;
  line-height: 40px; }

h3.inside-aqua-color {
  font-size: 34px;
  font-family: 'Sinter Bold';
  color: #60DDFF;
  margin-bottom: 30px;
  line-height: 40px; }

h3.inside-pink-color {
  font-size: 34px;
  font-family: 'Sinter Bold';
  color: #826AEB;
  margin-bottom: 30px;
  line-height: 40px; }

h3.inside-white-color {
  font-size: 34px;
  font-family: 'Sinter Bold';
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 40px; }

h4.inside-maroon-color {
  font-size: 24px;
  font-family: 'Sinter Demi';
  color: #381371;
  margin-bottom: 20px;
  line-height: 34px; }

h4.inside-aqua-color {
  font-size: 24px;
  font-family: 'Sinter Demi';
  color: #60DDFF;
  margin-bottom: 20px;
  line-height: 34px; }

h4.inside-pink-color {
  font-size: 26px;
  font-family: 'Sinter Demi';
  color: #826AEB;
  margin-bottom: 20px;
  line-height: 34px; }

h4.inside-white-color {
  font-size: 26px;
  font-family: 'Sinter Demi';
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 34px; }

h4.inside-black-color {
  font-size: 26px;
  font-family: 'Sinter Demi';
  color: #000000;
  margin-bottom: 20px;
  line-height: 34px; }

h5.inside-black-color {
  font-size: 20px;
  color: #000;
  font-family: 'Sinter Medium'; }

p.inside-paragraph {
  font-size: 18px;
  color: #000000;
  font-family: 'Sinter X'; }

@media (min-width: 768px) and (max-width: 1199px) {
  h2.inside-maroon-color {
    font-size: 38px; }

  h2.inside-aqua-color {
    font-size: 38px; }

  h2.inside-pink-color {
    font-size: 38px; }

  h2.inside-white-color {
    font-size: 38px; }

  h3.inside-maroon-color {
    font-size: 32px; }

  h3.inside-aqua-color {
    font-size: 32px; }

  h3.inside-pink-color {
    font-size: 32px; }

  h3.inside-white-color {
    font-size: 32px; }

  h4.inside-maroon-color {
    font-size: 24px; }

  h4.inside-aqua-color {
    font-size: 24px; }

  h4.inside-pink-color {
    font-size: 24px; }

  h4.inside-black-color {
    font-size: 24px; }

  h4.inside-white-color {
    font-size: 24px; } }
@media screen and (max-width: 767px) {
  h2.inside-maroon-color {
    font-size: 36px; }

  h2.inside-aqua-color {
    font-size: 36px; }

  h2.inside-pink-color {
    font-size: 36px; }

  h2.inside-white-color {
    font-size: 36px; }

  h3.inside-maroon-color {
    font-size: 30px;
    line-height: 36px; }

  h3.inside-aqua-color {
    font-size: 30px;
    line-height: 36px; }

  h3.inside-pink-color {
    font-size: 30px;
    line-height: 36px; }

  h3.inside-white-color {
    font-size: 30px;
    line-height: 36px; }

  h4.inside-maroon-color {
    font-size: 22px;
    line-height: 30px; }

  h4.inside-aqua-color {
    font-size: 22px;
    line-height: 30px; }

  h4.inside-pink-color {
    font-size: 22px;
    line-height: 30px; }

  h4.inside-white-color {
    font-size: 22px;
    line-height: 30px; }

  h4.inside-black-color {
    font-size: 22px;
    line-height: 30px; } }
@media screen and (max-width: 575px) {
  h2.inside-maroon-color {
    font-size: 28px;
    line-height: 40px; }

  h2.inside-aqua-color {
    font-size: 28px;
    line-height: 40px; }

  h2.inside-pink-color {
    font-size: 28px;
    line-height: 40px; }

  h2.inside-white-color {
    font-size: 28px;
    line-height: 40px; }

  h3.inside-maroon-color {
    font-size: 22px;
    line-height: 32px; }

  h3.inside-aqua-color {
    font-size: 22px;
    line-height: 32px; }

  h3.inside-pink-color {
    font-size: 22px;
    line-height: 32px; }

  h3.inside-white-color {
    font-size: 22px;
    line-height: 32px; }

  h4.inside-maroon-color {
    font-size: 20px;
    line-height: 28px; }

  h4.inside-aqua-color {
    font-size: 20px;
    line-height: 28px; }

  h4.inside-pink-color {
    font-size: 20px;
    line-height: 28px; }

  h4.inside-white-color {
    font-size: 20px;
    line-height: 28px; }

  p.inside-paragraph {
    font-size: 16px; } }
/*********************Breadcrumb Section***********************/
.main-content-wrapper.inside-pages {
  margin-top: 100px !important;
  background-color: #381371; }

section.breadcrumb-section {
  background-color: #381371;
  padding: 80px 0 0 0; }

.breadcrumb {
  margin-bottom: 0px; }

h2.inside-white-color.breadcrumb-title {
  margin-bottom: 0px; }

/* Style the list */
ul.breadcrumb {
  padding: 10px 0px;
  list-style: none;
  background-color: #381371; }

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
  text-transform: uppercase; }

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li + li:before {
  padding: 8px;
  color: #60ddff;
  content: "-"; }

ul.breadcrumb > li:last-child {
  color: #60ddff;
  font-weight: 600; }

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #60DDFF;
  text-decoration: none; }

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #fff; }

.page-title-area {
  position: relative;
  margin-bottom: -13px; }

/*********************About Us Section***********************/
section.the-power-of-deep-roots-section {
  background-color: #fff;
  border-radius: 0 170px 0 0; }

section.end-of-about-section {
  background-color: #fff;
  padding-top: 0px; }

.brand-sign {
  text-align: center; }

.company-quotes {
  padding: 0px 200px;
  text-align: center; }

.end-of-about-section-n {
  background-color: #fff; }

/*********************chairman-message-section***********************/
.chairman-profile-image {
  display: flex; }

.chairman-profile-info {
  align-self: flex-end; }

h4.inside-pink-color.cm-name {
  font-size: 26px;
  margin-bottom: 0px; }

p.designation-title.cm-title {
  font-size: 16px;
  color: #fff;
  line-height: 22px; }

section.chairman-message-section {
  padding: 40px 0 0 0; }

img.comp-sign {
  width: 7%; }

/**********sectors Section***************/
h4.inside-maroon-color.sectors-subtitle {
  font-size: 24px; }

section.end-of-about-section.sector-details-section {
  padding: 0px 0 80px 0; }

/**********Solutions Section***************/
section.end-of-about-section.solution-section {
  padding-top: 0px; }

.box-with-overlay {
  position: relative; }

.box-with-overlay:before {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
  left: 0px;
  bottom: 0px;
  content: ''; }

.solutions-title-area {
  overflow: hidden;
  transition: all linear 0.7s;
  border-radius: 20px 0 20px 0;
  background: linear-gradient(139deg, rgba(25, 164, 163, 0) 31%, rgba(7, 83, 105, 0) 100%);
  -webkit-backface-visibility: hidden; }
  .solutions-title-area:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #826aeb;
    background: -moz-linear-gradient(90deg, #826aeb 0%, rgba(96, 221, 255, 0.9) 50%);
    background: -webkit-linear-gradient(90deg, #826aeb 0%, rgba(96, 221, 255, 0.9) 50%);
    background: linear-gradient(90deg, #826aeb 0%, rgba(96, 221, 255, 0.9) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#826aeb",endColorstr="#60ddff",GradientType=1);
    border: none;
    transition: opacity 0.5s ease-out;
    z-index: 2;
    opacity: 0;
    border-radius: 20px 0 20px 0; }
  .solutions-title-area:hover:after {
    opacity: 0.8; }
  .solutions-title-area:hover .black-gradient {
    opacity: 0; }

.solutions-title-area a {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.black-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
  left: 0px;
  top: 0px;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7007177871) 0%, rgba(0, 0, 0, 0) 70%);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 9; }

.purple-grdient {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
  left: 0px;
  top: 0px;
  background: #200748;
  background: -moz-linear-gradient(90deg, rgba(32, 7, 72, 0.5886729692) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(32, 7, 72, 0.5886729692) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, rgba(32, 7, 72, 0.5886729692) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#200748",endColorstr="#ffffff",GradientType=1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 9; }

.solutions-title-area img {
  width: 100% !important;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

span.solutions-title-link {
  padding: 15px;
  position: absolute;
  left: 30px;
  bottom: 10px;
  z-index: 22;
  font-size: 30px;
  text-transform: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  @media (max-width: 575px) {
    span.solutions-title-link {
      left: 8px; } }

/*.solutions-title-area:hover .black-gradient{
	background: rgb(130,106,235);
	background: -moz-linear-gradient(90deg, rgba(130,106,235,1) 0%, rgba(96,221,255,0.9) 50%);
	background: -webkit-linear-gradient(90deg, rgba(130,106,235,1) 0%, rgba(96,221,255,0.9) 50%);
	background: linear-gradient(90deg, rgba(130,106,235,1) 0%, rgba(96,221,255,0.9) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#826aeb",endColorstr="#60ddff",GradientType=1);
	border:none;
	opacity: 0.8;
}*/
.solutions-title-link:after {
  content: '\e900';
  right: 0px;
  font-size: 15px;
  color: #fff;
  font-family: 'icomoon';
  position: absolute;
  margin-left: 15px;
  top: 18px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.solutions-title-area:hover .solutions-title-link::after {
  opacity: 1; }

.solutions-title-link:hover:after {
  right: -5px; }

.solutions-title-area:hover img {
  transform: scale(1.03);
  border-radius: 5px !important;
  cursor: pointer; }

span.solutions-area-link {
  font-size: 28px;
  right: 0px;
  font-family: 'Sinter Demi';
  color: #fff;
  padding-right: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  @media (max-width: 575px) {
    span.solutions-area-link {
      font-size: 22px; } }

/*******************Our Culture-section*****************/
h4.inside-maroon-color.culture-subtitle {
  font-size: 24px;
  margin-bottom: 5px; }

/*******************Hard-services-section*****************/
.hard-details-section ul li {
  padding-right: 80px;
  margin-bottom: 10px;
  margin-left: 18px;
  list-style-type: disc;
  padding-left: 15px; }
  @media (max-width: 991px) {
    .hard-details-section ul li {
      padding-right: 0px; } }

.hard-details-section ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  width: 100%; }
  @media (max-width: 991px) {
    .hard-details-section ul {
      columns: 1; } }

ul.hard-services-list > li {
  line-height: 26px;
  margin-bottom: 15px; }

/**********news detail section**********/
span.news-date {
  color: #60DDFF;
  font-weight: 400;
  font-size: 20px; }

/*******************QHSE section********/
section.end-of-about-section.qhse-details-section {
  padding-top: 0px; }

.qhse-details-section h5 {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  line-height: 28px; }

.qhse-details-section ul li {
  padding-right: 80px;
  margin-bottom: 10px;
  margin-left: 18px;
  list-style-type: disc;
  padding-left: 15px; }
  @media (max-width: 991px) {
    .qhse-details-section ul li {
      padding-right: 0px; } }

.qhse-details-section ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  width: 100%; }
  @media (max-width: 991px) {
    .qhse-details-section ul {
      columns: 1; } }

/*******Major Projects*****************/
section.major-details-section {
  background-color: #fff;
  padding: 40px 0px 80px 0px; }

.project-logo-area {
  padding: 50px;
  border: 1px solid #ddd;
  border-radius: 10px 0px 10px 0px; }

table.table.projects-detail-table tbody > tr > th {
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  padding-right: 40px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    table.table.projects-detail-table tbody > tr > th {
      font-size: 18px; } }
  @media (max-width: 991px) {
    table.table.projects-detail-table tbody > tr > th {
      font-size: 18px; } }

table.table.projects-detail-table tbody > tr > td {
  font-size: 28px;
  font-weight: 700;
  color: #381371;
  font-family: 'sinter bold'; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    table.table.projects-detail-table tbody > tr > td {
      font-size: 24px; } }
  @media (max-width: 991px) {
    table.table.projects-detail-table tbody > tr > td {
      font-size: 24px; } }

span.site-details {
  font-size: 18px;
  color: #000;
  font-family: 'sinter x';
  font-weight: 300; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    span.site-details {
      font-size: 18px; } }
  @media (max-width: 991px) {
    span.site-details {
      font-size: 18px; } }

/*************sustainability***********/
section.end-of-about-section.sustainability-details-section {
  padding-top: 0px; }

/*************contact-section********/
.blue-overlay-parallex.contact-cta {
  border-radius: 20px 140px 0 0; }

.container.parallax-area.contact-cta {
  border-radius: 20px 140px 0 0; }

.contact-content-wrap {
  padding: 50px 100px; }

.contact-details-area {
  display: flex;
  justify-content: space-around; }

h5.inside-black-color.reach-us-detail {
  padding: 0px 100px 0px 18px;
  margin-top: 10px;
  color: #60ddff;
  font-size: 18px; }

ul.contact-details li.phone-c a {
  color: #fff;
  font-family: 'sinter bold';
  font-size: 22px; }

ul.contact-details li.email-c a {
  color: #fff;
  font-family: 'sinter bold';
  font-size: 22px; }

ul.contact-details li.phone-c a:before {
  content: '\e906';
  font-family: 'icomoon';
  color: #60ddff;
  font-size: 24px;
  padding-right: 15px; }

ul.contact-details li.email-c a:before {
  content: '\e904';
  font-family: 'icomoon';
  color: #60ddff;
  font-size: 17px;
  padding-right: 15px; }

p.contact-address-info {
  color: #fff;
  font-size: 22px;
  font-family: 'sinter medium';
  line-height: 31px; }

section.contant-details-section {
  background-color: #fff; }

.contact-map-list {
  padding-left: 40px; }

.location-list {
  display: flex; }

ul.hard-services-list.map-list {
  margin-right: 120px; }

ul.hard-services-list.map-list li {
  line-height: 20px; }

section.contant-details-section {
  background-color: #fff;
  padding-top: 0px; }

/***********Achievements section**********/
.timeline-container {
  width: 90%;
  margin: 50px auto;
  position: relative;
  overflow: hidden; }

.timeline-container:before {
  content: '';
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -1px;
  width: 5px;
  height: 100%;
  background: #60ddff;
  background: -moz-linear-gradient(140deg, #60ddff 0%, #826aeb 100%);
  background: -webkit-linear-gradient(140deg, #60ddff 0%, #826aeb 100%);
  background: linear-gradient(140deg, #60ddff 0%, #826aeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#60ddff",endColorstr="#826aeb",GradientType=1); }

.timeline-block {
  width: -webkit-calc(50% + 8px);
  width: -moz-calc(50% + 8px);
  width: calc(50% + 8px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  clear: both; }

.timeline-block-right {
  float: right; }

.timeline-block-left {
  float: left;
  direction: rtl;
  margin-bottom: 50px;
  margin-top: 50px; }

.marker {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #F5F7FA;
  background: #4FC1E9;
  margin-top: 10px;
  z-index: 9999; }

.timeline-content {
  width: 95%;
  padding: 12px 30px;
  color: #666; }

.timeline-content h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 500; }

.timeline-content span {
  font-size: 15px;
  color: #a4a4a4; }

.timeline-content p {
  font-size: 14px;
  line-height: 1.5em;
  word-spacing: 1px;
  color: #888; }

.timeline-year span {
  font-family: 'sinter bold';
  color: #826aeb;
  font-size: 26px;
  background-color: #fff;
  margin-left: -18px;
  position: relative;
  padding: 15px 0px; }

.timeline-year.left-side-year span {
  margin-right: -18px; }

.timeline-block.timeline-block-left.last-timline {
  margin-bottom: 0px; }

@media screen and (max-width: 768px) {
  .timeline-container:before {
    left: 8px;
    width: 2px; }

  .timeline-block {
    width: 100%;
    margin-bottom: 30px; }

  .timeline-block-right {
    float: none; }

  .timeline-block-left {
    float: none;
    direction: ltr; }

  .timeline-year span {
    margin-left: 0px; }

  .timeline-year.left-side-year span {
    margin-right: 0px; }

  .timeline-container:before {
    left: 25px; } }
/***********why musinadah***********/
span.main-title-span {
  font-family: 'sinter regular';
  font-weight: 100; }

ul.hard-services-list.our-competency-list > li {
  color: #fff; }

h4.inside-aqua-color.our-competency-sub {
  margin-bottom: 10px;
  font-size: 24px;
  margin-top: 20px; }
  @media (max-width: 575px) {
    h4.inside-aqua-color.our-competency-sub {
      font-size: 22px; } }

section.assurance-section {
  background: #fff; }

.assurance-wrap-up {
  display: flex;
  justify-content: space-between; }

.our-services-wrap {
  position: relative; }
  .our-services-wrap .num {
    font-size: 32px;
    font-weight: 600;
    color: #826AEB;
    alignment-baseline: bottom;
    margin-left: 12px;
    margin-bottom: 12px; }

.our-services-wrap::after {
  position: absolute;
  width: 75px;
  height: 19px;
  background: url("../images/long-arrow.png") no-repeat right top;
  right: -30px;
  top: 60px;
  content: ''; }

.our-services-wrap.last::after {
  display: none; }

a.accordian-button {
  display: block;
  padding: 15px;
  border: 0.5px solid rgba(100, 100, 100, 0.3);
  margin-bottom: 10px;
  border-radius: 6px 0px 6px 0px;
  color: #fff;
  font-family: 'sinter regular';
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: linear-gradient(139deg, rgba(25, 164, 163, 0) 31%, rgba(7, 83, 105, 0) 100%);
  -webkit-backface-visibility: hidden;
  position: relative;
  z-index: 1; }

a.accordian-button:after {
  content: '\e90a';
  font-family: 'icomoon';
  font-size: 15px;
  float: right;
  color: #fff; }

a.accordian-button:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px 0px 6px 0px;
  background: #826aeb;
  background: -moz-linear-gradient(90deg, #826aeb 0%, rgba(96, 221, 255, 0.9) 50%);
  background: -webkit-linear-gradient(90deg, #826aeb 0%, rgba(96, 221, 255, 0.9) 50%);
  background: linear-gradient(90deg, #826aeb 0%, rgba(96, 221, 255, 0.9) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#826aeb",endColorstr="#60ddff",GradientType=1);
  transition: opacity 0.5s ease-out;
  opacity: 0;
  z-index: -1; }

a.accordian-button:hover:before {
  opacity: 1; }

.zoom-hover-effect {
  overflow: hidden; }

.zoom-hover-effect img {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.zoom-hover-effect:hover img {
  transform: scale(1.05); }

.full-width-style img {
  width: 100%; }

.pb-control {
  padding-bottom: 40px; }

#menu-mobile > ul > li .sub-menu > li a {
  color: #60ddff; }

.main-btn.filled-btn {
  background: #826aeb;
  background: -moz-linear-gradient(90deg, #826aeb 0%, rgba(96, 221, 255, 0.9) 50%);
  background: -webkit-linear-gradient(90deg, #826aeb 0%, rgba(96, 221, 255, 0.9) 50%);
  background: linear-gradient(90deg, #826aeb 0%, rgba(96, 221, 255, 0.9) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#826aeb",endColorstr="#60ddff",GradientType=1);
  color: #fff !important;
  border-radius: 6px 0px 6px 0; }

.main-btn.red-hover:hover:hover {
  border-color: #60DDFF; }

.main-btn.red-hover:hover {
  border: 1px solid #60DDFF;
  background-color: #60DDFF;
  color: #381371 !important; }

.main-btn.red-hover:before {
  background-color: #60DDFF; }

.main-btn.red-hover:hover:hover:before {
  background-color: #60DDFF; }

li.nav-item.active > a {
  color: #60DDFF !important;
  font-weight: 600; }

img.sector-icon {
  max-width: 98px; }

.border-radius-20 {
  border-radius: 20px 0 20px 0; }

.border-radius-140 {
  border-radius: 20px 140px 0 0; }

ul.hard-services-list > li {
  list-style-type: disc;
  margin-left: 17px; }

ul.hard-services-list > li::marker {
  color: #000;
  font-size: 20px; }

.our-competency-list > li::marker {
  color: #fff !important; }

h4.inside-white-color.p-100 {
  padding-right: 80px; }

.custom-text {
  color: #381371 !important;
  padding-top: 15px; }

section.assurance-section {
  padding-bottom: 20px; }

html, body {
  height: 100%;
  background: #fff;
  opacity: 1;
  transition: 1s opacity; }

body.fade-out {
  opacity: 0;
  transition: none; }

.tp-bullets {
  top: 80% !important;
  opacity: 1 !important;
  visibility: visible !important;
  left: calc(50% - 35px) !important; }

section.clients-section {
  background-color: #fff;
  padding: 20px 0 80px 0px; }

.client-logo-image {
  border: 1px solid rgba(221, 221, 221, 0.4);
  padding: 20px 20px;
  overflow: visible;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.client-logo-image img {
  max-width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none; }

/**************gallery**************/
.media-gallery-wrapper {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .media-gallery-wrapper {
      display: block; } }

.nav-pills .nav-link.active {
  color: #826AEB;
  font-weight: 600;
  font-size: 26px;
  background-color: transparent; }
  @media (max-width: 991px) {
    .nav-pills .nav-link.active {
      font-size: 20px; } }

.nav-pills .nav-link {
  color: #381371;
  font-weight: 300;
  font-size: 26px; }
  @media (max-width: 991px) {
    .nav-pills .nav-link {
      font-size: 20px; } }

.pagination {
  justify-content: center; }

.page-link {
  border: none;
  color: #826AEB;
  font-size: 22px;
  font-weight: 400;
  padding: 14px; }
  @media (max-width: 480px) {
    .page-link {
      font-size: 18px; } }

li.page-item {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.page-link:hover {
  z-index: 2;
  color: #381371;
  background-color: transparent;
  font-weight: 700; }

.page-link:focus {
  box-shadow: none;
  background-color: transparent; }

.page-item.active .page-link {
  z-index: 3;
  color: #381371;
  font-size: 22px;
  font-weight: 700;
  padding: 14px 20px;
  border-radius: 10px 0px 10px 0px;
  background-color: transparent;
  border: 1px solid #381371; }
  @media (max-width: 480px) {
    .page-item.active .page-link {
      font-size: 18px; } }

span.navpills-divider {
  color: #381371;
  font-weight: 300; }

section.gallery-section {
  border-radius: 0 170px 0 0;
  background-color: #fff; }
  @media (max-width: 991px) {
    section.gallery-section {
      border-radius: 0 100px 0 0; } }
  @media (max-width: 575px) {
    section.gallery-section {
      border-radius: 0 50px 0 0; } }

.fancybox-button:hover {
  background-color: #381371 !important; }

span.gallery-icon-area:before {
  content: '\e90b';
  font-family: 'icomoon';
  position: absolute;
  left: 44px;
  color: #60DDFF;
  bottom: 80px;
  font-size: 35px;
  z-index: 11;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  @media (max-width: 575px) {
    span.gallery-icon-area:before {
      left: 25px; } }

span.gallery-icon-area {
  position: absolute;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.solutions-title-area:hover span.gallery-icon-area {
  left: 40%;
  bottom: 25%; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .solutions-title-area:hover span.gallery-icon-area {
      left: 36%;
      bottom: 10%; } }
  @media (max-width: 991px) {
    .solutions-title-area:hover span.gallery-icon-area {
      left: 38%;
      bottom: 20%; } }
  @media (max-width: 767px) {
    .solutions-title-area:hover span.gallery-icon-area {
      left: 36%;
      bottom: 13%; } }
  @media (max-width: 575px) {
    .solutions-title-area:hover span.gallery-icon-area {
      left: 40%;
      bottom: 24%; } }
  @media (max-width: 480px) {
    .solutions-title-area:hover span.gallery-icon-area {
      left: 37%;
      bottom: 18%; } }
  @media (max-width: 400px) {
    .solutions-title-area:hover span.gallery-icon-area {
      left: 34%;
      bottom: 8%; } }

.solutions-title-area:hover span.gallery-icon-area:before {
  color: #fff;
  font-size: 50px; }
  @media (max-width: 575px) {
    .solutions-title-area:hover span.gallery-icon-area:before {
      font-size: 40px; } }
  @media (max-width: 480px) {
    .solutions-title-area:hover span.gallery-icon-area:before {
      font-size: 30px; } }

span.video-icon-area:before {
  content: '\e90c';
  font-family: 'icomoon';
  position: absolute;
  left: 44px;
  color: #60DDFF;
  bottom: 80px;
  font-size: 30px;
  z-index: 11;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  @media (max-width: 575px) {
    span.video-icon-area:before {
      left: 25px; } }

span.video-icon-area {
  position: absolute;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.solutions-title-area:hover span.video-icon-area {
  left: 40%;
  bottom: 25%; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .solutions-title-area:hover span.video-icon-area {
      left: 36%;
      bottom: 10%; } }
  @media (max-width: 991px) {
    .solutions-title-area:hover span.video-icon-area {
      left: 38%;
      bottom: 20%; } }
  @media (max-width: 767px) {
    .solutions-title-area:hover span.video-icon-area {
      left: 36%;
      bottom: 13%; } }
  @media (max-width: 575px) {
    .solutions-title-area:hover span.video-icon-area {
      left: 40%;
      bottom: 24%; } }
  @media (max-width: 480px) {
    .solutions-title-area:hover span.video-icon-area {
      left: 37%;
      bottom: 18%; } }
  @media (max-width: 400px) {
    .solutions-title-area:hover span.video-icon-area {
      left: 34%;
      bottom: 8%; } }

.solutions-title-area:hover span.video-icon-area:before {
  color: #fff;
  font-size: 50px; }
  @media (max-width: 575px) {
    .solutions-title-area:hover span.video-icon-area:before {
      font-size: 40px; } }
  @media (max-width: 480px) {
    .solutions-title-area:hover span.video-icon-area:before {
      font-size: 30px; } }

@media screen and (max-width: 1399px) {
  .container-icon > div {
    font-size: 13px; }

  h3.theme-color.counter-text {
    font-size: 50px; }

  h5.inside-black-color.reach-us-detail {
    padding: 0px 100px 0px 0px; } }
@media screen and (max-width: 1199px) {
  h3.theme-color.counter-text {
    font-size: 45px; }

  section.color-background {
    padding: 120px 0px 80px 0px; }

  #noga_slider_wrapper .slotholder ::before {
    top: 92px; }

  .left-area > h2 {
    font-size: 25px; }

  #noga-header {
    padding-top: 10px; }

  ul.quick-links {
    margin-right: 20px; }

  ul.quick-links > li > a {
    font-size: 15px; }

  footer .footer-top .contact-details li > a {
    font-size: 15px; }

  p.footer-address {
    font-size: 15px; }

  footer .footer-top .contact-details li.email:before {
    font-size: 15px; }

  footer .footer-top .contact-details li.phone:before {
    font-size: 22px; }

  .copyright {
    font-size: 15px; }

  footer .footer-bottom .mini-menu li > a {
    font-size: 15px; }

  footer .footer-bottom .mini-menu li:after {
    top: 3px; }

  ul.quick-links > span {
    font-size: 22px; }

  .latest-happ-img {
    min-height: 407px; }

  .news-details {
    width: 42%;
    top: 30px; }

  #noga_slider_wrapper .slotholder ::before {
    top: 103px; }

  .blue-overlay-parallex.cust-padding {
    padding: 60px 0px !important; }

  /*****about-us-section******/
  section.breadcrumb-section {
    padding: 40px 0 0 0; }

  .page-title-area {
    margin-bottom: -12px; }

  .company-quotes {
    padding: 0px 100px; }

  /**********chairman message**********/
  .chairman-profile-image {
    display: block; }

  /**********hard services************/
  ul.hard-services-list > li:before {
    margin-top: -2px; }

  /***********contact section**********/
  .contact-details-area {
    display: block; }

  h5.inside-black-color.reach-us-detail {
    padding: 0px;
    margin-top: 20px;
    color: #60ddff; } }
  @media screen and (max-width: 1199px) and (max-width: 575px) {
    h5.inside-black-color.reach-us-detail {
      margin-top: 30px; } }

@media screen and (max-width: 1199px) {
  .contact-map-list {
    padding-left: 0px; }

  /*******achiements section**********/
  .timeline-container {
    width: 100%; }

  .parallax-area .blue-overlay-parallex {
    padding: 15px 0px 15px 0px; }

  h4.inside-white-color.p-100 {
    padding-right: 0; }

  .our-services-wrap .num {
    margin-bottom: 6px; } }
@media screen and (max-width: 991px) {
  section.color-background {
    padding: 80px 0px 80px 0px; }

  section.home-serving {
    padding: 60px 0px; }

  h3.theme-color.counter-text {
    font-size: 40px; }

  ul.quick-links {
    margin-right: 30px; }

  ul.quick-links > li > a {
    font-size: 18px; }

  footer .footer-top .contact-details li > a {
    font-size: 18px; }

  p.footer-address {
    font-size: 18px; }

  footer .footer-top .contact-details li.email:before {
    font-size: 18px; }

  footer .footer-top .contact-details li.phone:before {
    font-size: 24px; }

  footer .footer-bottom .group-of-logos {
    text-align: left; }

  footer .footer-bottom .group-of-logos a {
    margin-left: 0px; }

  .group-of-logos span a {
    margin-left: 0px !important;
    margin-right: 30px !important; }

  p.follow-title {
    margin-left: 15px; }

  .c-hamburger span::before, .c-hamburger span::after {
    background-color: #fff; }

  .c-hamburger span {
    background: #fff; }

  .rev-slidebg .pattern-image {
    background-size: contain; }

  .tp-bgimg.defaultimg {
    background-size: contain; }

  .row.deasktop-topbar {
    display: none; }

  .top-bar-content {
    float: none;
    text-align: center;
    margin-bottom: 15px; }

  #noga-header.menu-open {
    background: #381371 !important; }

  img.logo-img {
    max-width: 200px; }

  div#menu-mobile {
    top: 85px; }

  #noga_slider_wrapper .slotholder ::before {
    top: 92px; }

  .brace {
    display: none; }

  .left-area {
    display: inline-block; }

  .left-area > h2 {
    font-size: 36px; }

  /*****about-us-section******/
  .main-content-wrapper.inside-pages {
    margin-top: 80px !important;
    background-color: #381371; }

  .company-quotes {
    padding: 0px 20px; }

  section.the-power-of-deep-roots-section {
    border-radius: 0 100px 0 0; }

  /********chairman message*************/
  .chairman-profile-image {
    display: flex; }

  /*******contact us**********/
  .contact-content-wrap {
    padding: 25px 15px; }

  .blue-overlay-parallex.contact-cta {
    border-radius: 20px 75px 0 0; }

  .container.parallax-area.contact-cta {
    border-radius: 20px 75px 0 0; }

  .border-radius-140 {
    border-radius: 20px 70px 0 0; }

  img.we-deliver-icon {
    max-width: 70px; }

  .our-services-wrap::after {
    width: 70px; }

  .timeline-content > h4 {
    font-size: 20px; }

  p.follow-title {
    margin-top: 30px;
    margin-left: 0px !important; } }
@media screen and (max-width: 767px) {
  h2 {
    font-size: 30px; }

  .news-details {
    width: 100%;
    position: revert;
    background: #381371;
    margin-bottom: 40px;
    margin-top: -29px;
    border-radius: 0px 0px 12px 0px; }

  a.news-column p {
    color: #fff; }

  a.news-column h3 {
    color: #60DDFF; }

  .top-right-nav.owl-carousel.latest-happenings .owl-dots {
    bottom: 60px; }

  a.primary-button.Blue {
    margin-bottom: 30px;
    color: #60ddff; }

  ul.quick-links {
    margin-right: 20px; }

  ul.quick-links > li > a {
    font-size: 16px; }

  footer {
    padding-top: 60px; }

  section {
    padding: 60px 0; }

  footer .footer-top .contact-details li > a {
    font-size: 16px; }

  p.footer-address {
    font-size: 16px; }

  footer .footer-top .contact-details li.email:before {
    font-size: 16px; }

  footer .footer-top .contact-details li.phone:before {
    font-size: 24px; }

  .copyright {
    font-size: 15px; }

  footer .footer-bottom .mini-menu li > a {
    font-size: 15px; }

  footer .footer-bottom .group-of-logos a.noga {
    width: 100px; }

  h2.client-area-tile {
    font-size: 24px;
    line-height: 32px; }

  .top-bar-content a {
    margin-left: 15px;
    margin-bottom: 20px; }

  #noga_slider_wrapper .slotholder ::before {
    top: 92px;
    left: -15px;
    width: 90px;
    height: 90px; }

  #noga_slider_wrapper .slotholder ::after {
    width: 90px;
    height: 90px; }

  img.logo-img {
    max-width: 170px; }

  /*****about-us-section******/
  .page-title-area {
    margin-bottom: -11px; }

  section.the-power-of-deep-roots-section {
    border-radius: 0 100px 0 0; }

  /********chairman message********/
  img.cm-rs-image {
    width: 50%; }

  h5.inside-black-color {
    font-size: 18px; }

  .border-radius-140 {
    border-radius: 20px 20px 0 0; }

  img.assurance-icon {
    max-width: 65px; }

  .our-services-wrap::after {
    left: 130px;
    right: auto;
    left: 130px;
    top: 30px; }

  p.contact-address-info {
    font-size: 20px; }

  span.twitter-icon.pb-3 {
    margin-top: 15px; }

  .our-services-wrap::after {
    display: none; }

  .latest-happ-img {
    min-height: auto; } }
@media screen and (max-width: 575px) {
  h3.small-page-title.white-title:before {
    display: none; }

  h3.small-page-title.white-title {
    padding-left: 0; }

  .header-wrapper {
    padding: 0px 5px; }

  .left-area > h2 {
    font-size: 20px; }

  a.employee-login:before {
    margin-right: 5px; }

  a.language-switcher:before {
    margin-right: 5px; }

  a.search-icon-top:before {
    margin-right: 5px; }

  .left-area > h2 {
    font-size: 30px; }

  footer .footer-top .logo img {
    max-width: 170px; }

  .news-details {
    margin-top: -38px; }

  /*****about-us-section******/
  .page-title-area {
    margin-bottom: -13px; }

  section.the-power-of-deep-roots-section {
    border-radius: 0 50px 0 0; }

  h4.inside-maroon-color.culture-subtitle {
    font-size: 22px; }

  h4.inside-maroon-color.sectors-subtitle {
    font-size: 22px; }

  /*********contact************/
  .blue-overlay-parallex.contact-cta {
    border-radius: 20px 50px 0 0; }

  .container.parallax-area.contact-cta {
    border-radius: 20px 50px 0 0; }

  ul.breadcrumb li {
    font-size: 16px; } }
  @media screen and (max-width: 575px) and (max-width: 575px) {
    ul.breadcrumb li {
      font-size: 14px; } }

@media screen and (max-width: 575px) {
  .our-services-wrap .num {
    margin-bottom: 8px; }

  .top-bar-content {
    margin-bottom: 0px;
    border-bottom: solid 1px rgba(100, 100, 100, 0.1); }

  #menu-mobile {
    padding: 22px 20px 30px 20px; }

  .top-bar-content a {
    margin-bottom: 8px; } }
@media screen and (max-width: 453px) {
  p.follow-title {
    margin-top: 30px;
    margin-left: 0px !important; } }
@media screen and (max-width: 420px) {
  .top-bar-content a {
    margin-left: 8px;
    font-size: 15px; } }
@media screen and (max-width: 479px) {
  #noga_slider_wrapper .slider-title {
    font-size: 32px !important; } }
/************news page*********/
.head-news-image-area {
  border-radius: 20px 0px 0px 0px;
  -webkit-border-radius: 20px 0px 0px 0px;
  -moz-border-radius: 20px 0px 0px 0px; }

.head-news-detail-wrapper {
  background-color: #381371;
  position: relative;
  height: 100%;
  border-radius: 0px 0px 20px 0px;
  -webkit-border-radius: 0px 0px 20px 0px;
  -moz-border-radius: 0px 0px 20px 0px; }
  .head-news-detail-wrapper h3.head-news-title {
    font-size: 30px;
    line-height: 38px;
    color: #fff;
    font-weight: 600;
    font-family: 'sinter demi'; }
    @media (max-width: 575px) {
      .head-news-detail-wrapper h3.head-news-title {
        font-size: 28px;
        line-height: 38px; } }
  .head-news-detail-wrapper h4.head-news-content {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: 'sinter regular';
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; }
  .head-news-detail-wrapper a.primary-button-pink {
    color: #60DDFF; }

.news-image-area {
  border-radius: 20px 0px 20px 0px;
  -webkit-border-radius: 20px 0px 20px 0px;
  -moz-border-radius: 20px 0px 20px 0px;
  position: relative;
  background: linear-gradient(139deg, rgba(25, 164, 163, 0) 31%, rgba(7, 83, 105, 0) 100%);
  -webkit-backface-visibility: hidden; }
  .news-image-area:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #826aeb;
    background: -moz-linear-gradient(90deg, #826aeb 0%, rgba(96, 221, 255, 0.9) 50%);
    background: -webkit-linear-gradient(90deg, #826aeb 0%, rgba(96, 221, 255, 0.9) 50%);
    background: linear-gradient(90deg, #826aeb 0%, rgba(96, 221, 255, 0.9) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#826aeb",endColorstr="#60ddff",GradientType=1);
    border: none;
    transition: opacity 0.5s ease-out;
    z-index: 2;
    opacity: 0;
    border-radius: 20px 0px 20px 0px; }
  .news-image-area:hover:after {
    opacity: 0.8; }
  .news-image-area:hover .black-gradient {
    opacity: 0; }

.black-gradient-transparent {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
  left: 0px;
  top: 0px;
  background: transparent;
  z-index: 9;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out; }

section.news-detail-column {
  background-color: #fff;
  padding: 40px 0px 80px 0px; }
  section.news-detail-column a.sec-news-link {
    position: relative;
    /*		&:hover .black-gradient-transparent{
    			background: #826aeb;
    			background: -moz-linear-gradient(90deg, #826aeb 0%, rgba(96, 221, 255, 0.9) 50%);
    			background: -webkit-linear-gradient(90deg, #826aeb 0%, rgba(96, 221, 255, 0.9) 50%);
    			background: linear-gradient(90deg, #826aeb 0%, rgba(96, 221, 255, 0.9) 50%);
    			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#826aeb",endColorstr="#60ddff",GradientType=1);
    			z-index:9;
    			opacity:0.8;
    			}*/ }
    section.news-detail-column a.sec-news-link:hover h3.secondary-news-title {
      color: #826AEB; }
  section.news-detail-column h3.secondary-news-title {
    color: #421F78;
    font-size: 30px;
    font-weight: 600; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      section.news-detail-column h3.secondary-news-title {
        font-size: 26px; } }
    @media (max-width: 991px) {
      section.news-detail-column h3.secondary-news-title {
        font-size: 26px; } }
    @media (max-width: 480px) {
      section.news-detail-column h3.secondary-news-title {
        font-size: 24px; } }
  section.news-detail-column h5.secondary-news-content {
    font-size: 22px;
    font-weight: 300;
    font-family: 'Sinter X';
    color: #000000; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      section.news-detail-column h5.secondary-news-content {
        font-size: 20px; } }
    @media (max-width: 991px) {
      section.news-detail-column h5.secondary-news-content {
        font-size: 20px; } }
    @media (max-width: 480px) {
      section.news-detail-column h5.secondary-news-content {
        font-size: 18px; } }

/**********footer changes***********/
ul.quick-links {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  width: 100%;
  margin-top: 8px; }
  @media (max-width: 575px) {
    ul.quick-links {
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2; } }

.quick-links-area {
  margin-bottom: -55px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .quick-links-area {
      margin-bottom: -38px; } }
  @media (max-width: 767px) {
    .quick-links-area {
      margin-top: 15px; } }

ul.contact-details {
  margin-bottom: -14px; }

/************menu update************/
a.nav-link.contact-menu {
  display: none; }

.top-bar-content.mobile-topbar {
  display: none; }

a.nav-link.home-menu {
  display: none; }

@media (max-width: 991px) {
  a.nav-link.contact-menu {
    display: block; }

  .top-bar-content.mobile-topbar {
    display: block; }

  a.nav-link.home-menu {
    display: block; }

  #main-menu > .navbar-default {
    background: #000;
    position: fixed;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0px;
    overflow: auto;
    display: none;
    background-color: #381371;
    padding: 0px 20px 20px 20px; }

  a.employee-login {
    margin-left: 0px; }

  #noga-header .header-right #main-menu {
    margin-right: 0px;
    margin-top: 0px; }

  #main-menu > .navbar-default ul > li {
    border-bottom: solid 1px rgba(100, 100, 100, 0.1);
    position: relative;
    text-align: left; }

  .navik-menu {
    width: 100% !important; }

  .navik-menu > li > a {
    padding: 10px 0px 10px 0 !important; }

  #main-menu > .navbar-default ul > li .show-sub {
    position: absolute;
    top: 15px;
    right: 0px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center; }

  #noga-header .header-right #main-menu a {
    color: #fff;
    padding: 10px 0px 10px 0;
    text-transform: capitalize;
    font-size: 18px; }

  ul.sub-menu > li > a {
    color: #60ddff !important;
    font-family: "Sinter X";
    font-size: 16px;
    padding: 5px 10px 5px 20px !important; }

  ul.sub-menu > li {
    padding: 0px !important; }

  .navik-menu li > ul > li, ul.mega-menu-list li {
    border-bottom: none !important; }

  ul.sub-menu {
    padding-bottom: 5px !important;
    border-bottom: none !important; }

  #noga-header .header-right #main-menu a:hover {
    color: #ffffff !important; }

  #main-menu > .navbar-default ul > li .show-sub:before {
    content: '+';
    color: #FFF;
    font-size: 20px; }

  #main-menu > .navbar-default ul > li .show-sub.expanded:before {
    content: "-"; }

  .c-hamburger span {
    top: 10px; }

  .top-bar-content {
    margin-bottom: 0px; } }
@media (max-width: 575px) {
  #noga-header .header-right #main-menu {
    margin-right: 5px; } }
@media (max-width: 575px) {
  #noga-header .header-right #main-menu a {
    font-size: 16px; } }
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-right #main-menu ul.sub-menu {
    width: 180px !important; } }
/****************search results****************/
.input-group.search-results input {
  border: 1px solid #381371;
  padding: 12px 20px;
  border-radius: 5px !important;
  font-size: 20px; }
  .input-group.search-results input:focus {
    border: 1px solid #1456A2; }
  @media (max-width: 767px) {
    .input-group.search-results input {
      padding: 12px 20px; } }

span.search-result-search:before {
  content: '\e909';
  font-family: 'icomoon';
  color: #381371;
  font-size: 22px;
  position: absolute; }
  @media (max-width: 767px) {
    span.search-result-search:before {
      font-size: 18px; } }

.input-group-append.results-button {
  top: 15px;
  right: 12px; }
  @media (max-width: 767px) {
    .input-group-append.results-button {
      top: 8px; } }

.input-group .btn {
  z-index: 3; }

h4.results-small-title {
  font-size: 18px;
  font-weight: 400 !important;
  font-family: 'sinter regular'; }

.search-results-section h4 {
  color: #8e8e8e; }
  @media (max-width: 767px) {
    .search-results-section h4 {
      font-size: 16px; } }
.search-results-section .search-results-content {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd; }
  .search-results-section .search-results-content h3 {
    color: #381371;
    font-size: 32px; }
    @media (max-width: 767px) {
      .search-results-section .search-results-content h3 {
        font-size: 25px; } }
  .search-results-section .search-results-content a {
    color: #585858;
    font-size: 20px;
    font-weight: 600; }
    .search-results-section .search-results-content a:hover {
      color: #000; }
    @media (max-width: 767px) {
      .search-results-section .search-results-content a {
        font-size: 18px; } }
  .search-results-section .search-results-content:hover {
    border-bottom: 1px solid #52d3ff; }
    .search-results-section .search-results-content:hover h3 {
      color: #381371; }

.btn-primary:hover {
  color: #fff;
  background-color: transparent; }

.btn-primary {
  background-color: transparent;
  position: absolute !important;
  border: none;
  bottom: 30px;
  right: 28px; }

.btn-primary:focus {
  background-color: transparent;
  border: none; }

.form-control:focus {
  box-shadow: none; }

button#button-addon5:focus {
  box-shadow: none; }

button-search-addon:focus {
  box-shadow: none !important; }

/* Recent Tweets */
.account-name {
  display: inline-block;
  position: relative; }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .account-name {
      font-size: 24px !important; } }

.media-box .widget {
  background-color: transparent !important;
  display: block;
  padding: 0px; }

.tweets-wrap .widget-title {
  position: absolute;
  bottom: 35px;
  font-size: 1.5rem; }

.tweets-wrap .widget-title a {
  color: #fff; }

.tweets-wrap .widget-title a:hover {
  color: #faa634; }

.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; }

.tweets-wrap a:hover .icon-twitter-outline {
  color: #faa634; }

.tweets ul {
  padding: 0; }

.tweets ul li {
  display: block;
  list-style: none;
  width: 100%; }

.tweets .user, .tweets img {
  display: none; }

.tweets a {
  color: #fff; }
  .tweets a span {
    text-decoration: underline; }

.tweets p.tweet {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 15px;
  color: #fff;
  white-space: normal;
  font-family: 'sinter demi';
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tweets p.tweet {
      font-size: 20px; } }
  @media (max-width: 1199px) {
    .tweets p.tweet {
      font-size: 18px; } }

.tweets p.tweet a {
  /*font-size: 1rem;
  color: #faa634;
  border-bottom: solid 1px #faa634;
  margin-right: 3px;*/ }

.tweets p.tweet a:hover {
  color: #ccc;
  border-bottom: solid 1px #ccc; }

.tweets p.timePosted {
  float: left;
  margin-bottom: 5px;
  margin-top: 15px; }
  @media (max-width: 991px) {
    .tweets p.timePosted {
      float: none;
      display: inline-flex; } }

.tweets p.timePosted a {
  color: #381371;
  font-size: 20px;
  font-family: 'Sinter Regular'; }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tweets p.timePosted a {
      font-size: 18px; } }
  @media (max-width: 1199px) {
    .tweets p.timePosted a {
      font-size: 16px; } }

.tweets p.timePosted a::first-word {
  font-size: 300%; }

.tweets p.timePosted a:hover {
  color: #ffffff; }

.tweets p.interact {
  float: right;
  text-align: right;
  margin-top: 15px; }
  @media (max-width: 991px) {
    .tweets p.interact {
      float: none;
      display: inline-flex; } }

.tweets p.interact a {
  visibility: hidden;
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  color: #381371;
  padding-left: 1px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tweets p.interact a {
      width: 27px; } }

.tweets p.interact a:hover {
  color: #fff; }

.tweets p.interact .twitter_reply_icon:before {
  content: '\e902';
  font-family: 'icomoon';
  display: inline-block;
  visibility: visible;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .tweets p.interact .twitter_reply_icon:before:hover {
    color: #fff; }

.tweets p.interact .twitter_retweet_icon {
  margin-left: 3px; }

.tweets p.interact .twitter_retweet_icon:before {
  content: '\e903';
  font-family: 'icomoon';
  display: inline-block;
  visibility: visible;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.tweets p.interact .twitter_fav_icon:before {
  content: '\e905';
  font-family: 'icomoon';
  display: inline-block;
  visibility: visible;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .tweets p.interact .twitter_fav_icon:before:hover {
    color: #fff; }

/*For Homepage Twitter*/
/*.tweetshome p.timePosted { display: none; }*/
/*.tweets p.interact {
margin-bottom: 10px;
}*/
@media (max-width: 991px) {
  .tweets-wrap .widget-title {
    bottom: -15px; } }
.caroual-button a {
  color: #fff !important; }
.caroual-button:hover a {
  color: #381371 !important; }

.tweets a span:hover {
  text-decoration: none; }

.home-desc p {
  color: #fff;
  padding-right: 50px;
  padding-left: 50px; }
  @media (max-width: 991px) {
    .home-desc p {
      padding-right: 0px;
      padding-left: 0px; } }

.error-container a {
  color: #381371;
  font-weight: 600; }
  .error-container a:hover {
    color: #60DDFF; }

@media (max-width: 575px) {
  #pre-loader-logo {
    width: 150px; } }

/***employee login******/
.emp-login-area {
  border: 1px solid rgba(221, 221, 221, 0.4);
  padding: 20px 20px;
  overflow: visible;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%; }

a.emp-login {
  width: 100%;
  text-align: center;
  height: 100%; }
  a.emp-login:hover {
    background-color: #381371; }
    a.emp-login:hover span.icon-insight {
      color: #fff; }
    a.emp-login:hover span.icon-dp {
      color: #fff; }
    a.emp-login:hover h4 {
      color: #60DDFF; }

span.icon-insight {
  font-size: 80px;
  margin-bottom: 20px;
  color: #381371; }
  @media (max-width: 575px) {
    span.icon-insight {
      font-size: 60px; } }

span.icon-dp {
  font-size: 80px;
  margin-bottom: 20px;
  color: #381371; }
  @media (max-width: 575px) {
    span.icon-dp {
      font-size: 60px; } }

/***************************************************
 * Generated by SVG Artista on 3/19/2022, 4:04:51 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
svg .svg-elem-1 {
  stroke-dashoffset: 42.57478713989258px;
  stroke-dasharray: 42.57478713989258px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s; }

svg.active .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: url("#linear-gradient"); }

svg .svg-elem-2 {
  stroke-dashoffset: 41.6225700378418px;
  stroke-dasharray: 41.6225700378418px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s; }

svg.active .svg-elem-2 {
  stroke-dashoffset: 0;
  fill: url("#linear-gradient-2"); }

svg .svg-elem-3 {
  stroke-dashoffset: 193.61827087402344px;
  stroke-dasharray: 193.61827087402344px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s; }

svg.active .svg-elem-3 {
  stroke-dashoffset: 0;
  fill: white; }

svg .svg-elem-4 {
  stroke-dashoffset: 126.91444396972656px;
  stroke-dasharray: 126.91444396972656px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s; }

svg.active .svg-elem-4 {
  stroke-dashoffset: 0;
  fill: white; }

svg .svg-elem-5 {
  stroke-dashoffset: 114.89981079101562px;
  stroke-dasharray: 114.89981079101562px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s; }

svg.active .svg-elem-5 {
  stroke-dashoffset: 0;
  fill: white; }

svg .svg-elem-6 {
  stroke-dashoffset: 127.0960922241211px;
  stroke-dasharray: 127.0960922241211px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s; }

svg.active .svg-elem-6 {
  stroke-dashoffset: 0;
  fill: white; }

svg .svg-elem-7 {
  stroke-dashoffset: 152.6243438720703px;
  stroke-dasharray: 152.6243438720703px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s; }

svg.active .svg-elem-7 {
  stroke-dashoffset: 0;
  fill: white; }

svg .svg-elem-8 {
  stroke-dashoffset: 131.78176879882812px;
  stroke-dasharray: 131.78176879882812px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s; }

svg.active .svg-elem-8 {
  stroke-dashoffset: 0;
  fill: white; }

svg .svg-elem-9 {
  stroke-dashoffset: 131.78131103515625px;
  stroke-dasharray: 131.78131103515625px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s; }

svg.active .svg-elem-9 {
  stroke-dashoffset: 0;
  fill: white; }

svg .svg-elem-10 {
  stroke-dashoffset: 131.7769012451172px;
  stroke-dasharray: 131.7769012451172px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s; }

svg.active .svg-elem-10 {
  stroke-dashoffset: 0;
  fill: white; }

svg .svg-elem-11 {
  stroke-dashoffset: 132.29701232910156px;
  stroke-dasharray: 132.29701232910156px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s; }

svg.active .svg-elem-11 {
  stroke-dashoffset: 0;
  fill: white; }

svg .svg-elem-12 {
  stroke-dashoffset: 182.29769897460938px;
  stroke-dasharray: 182.29769897460938px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.32s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.32s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s; }

svg.active .svg-elem-12 {
  stroke-dashoffset: 0;
  fill: white; }

svg .svg-elem-13 {
  stroke-dashoffset: 23.838001251220703px;
  stroke-dasharray: 23.838001251220703px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s; }

svg.active .svg-elem-13 {
  stroke-dashoffset: 0;
  fill: white; }

svg .svg-elem-14 {
  stroke-dashoffset: 445.79681396484375px;
  stroke-dasharray: 445.79681396484375px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s; }

svg.active .svg-elem-14 {
  stroke-dashoffset: 0;
  fill: white; }

svg .svg-elem-15 {
  stroke-dashoffset: 2px;
  stroke-dasharray: 2px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s; }

svg.active .svg-elem-15 {
  stroke-dashoffset: 0;
  fill: white; }

svg .svg-elem-16 {
  stroke-dashoffset: 148.16065979003906px;
  stroke-dasharray: 148.16065979003906px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s; }

svg.active .svg-elem-16 {
  stroke-dashoffset: 0;
  fill: white; }

/**********fvmc new updates**********/
.logo-img {
  max-width: 110px !important; }
  @media (max-width: 991px) {
    .logo-img {
      max-width: 90px !important; } }

#noga-header {
  background-color: #246bc5; }

.navik-menu {
  border-top: none; }

.contact-btn-gradient-no-link {
  background: #ffffff !important;
  color: #246bc5 !important; }

#search {
  background-color: #246bc5; }

.main-btn.filled-btn {
  background: #ffffff !important;
  color: #246bc5 !important;
  border: none !important; }

h3.small-page-title.white-title:before {
  display: none !important; }

section.color-background {
  background-color: #246bc5; }

.theme-color {
  color: #246bc5; }

.home-business-operations {
  background-color: #246bc5; }

.parallax-area .blue-overlay-parallex {
  background: rgba(36, 107, 197, 0.68); }

.dark-pink-color {
  color: #246bc5; }

a.serving-column img {
  border-radius: 10px !important; }

.service-list > ul > li a {
  color: #000; }

a.primary-button-pink {
  color: #246bc5; }
  a.primary-button-pink:hover {
    color: #000000 !important; }

a.primary-button-pink::after {
  color: #246bc5; }

footer {
  background-color: #246bc5; }

ul.quick-links {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2; }

.recent-projects-img img {
  width: 100%; }

h3.small-page-title.white-title {
  padding-left: 0px !important; }

.contact-btn-gradient {
  background: #ffffff !important;
  color: #246bc5 !important; }

.purple-grdient {
  background: #246bc5;
  background: -moz-linear-gradient(90deg, rgba(36, 107, 197, 0.5886729692) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(36, 107, 197, 0.5886729692) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, rgba(36, 107, 197, 0.5886729692) 0%, rgba(255, 255, 255, 0) 100%); }

@media (max-width: 991px) {
  #main-menu > .navbar-default {
    background-color: #246bc5 !important; } }

@media (max-width: 991px) {
  #noga-header.menu-open {
    background-color: #246bc5 !important; } }
