/*!
 * Disigned & Developed by Intersmart Solutions (https://intersmartsolution.com)
 * Copyright 2011-2020 Intersmart Solutions pvt LTD.
 */
@import "//cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css";
@import "//cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css";
@import "//cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css";
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  list-style: none;
  box-sizing: border-box;
  border-collapse: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-rendering: optimizeSpeed;
  text-rendering: optimizeSpeed; }

::after,
::before {
  box-sizing: border-box; }

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
  -webkit-text-size-adjust: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  clear: both; }

html {
  font-family: "Gotham";
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility; }

body {
  margin: 0;
  font-family: "Gotham";
  font-size: 1.4rem;
  min-width: 320px;
  -webkit-overflow-scrolling: touch;
  color: #1a1a1a;
  background: white; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

b,
strong {
  font-weight: bolder; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

a {
  background: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #1a1a1a;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  cursor: pointer; }
  a:hover {
    text-decoration: none !important; }
  a:focus {
    outline: none !important;
    text-decoration: none !important; }
  a:active {
    outline: 0; }
  a:active {
    color: #3990e6; }
  a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }
  audio:not([controls]) svg:not(:root) {
    overflow: hidden; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
  table.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  table td, table th {
    padding: 0; }

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style: none outside none; }

h1 {
  font-size: 40px;
  font-weight: 500; }
  @media only screen and (max-width: 576px) {
    h1 {
      font-size: 32px; } }

h2 {
  font-size: 36px; }
  @media only screen and (max-width: 576px) {
    h2 {
      font-size: 28px; } }

h3 {
  font-size: 32px; }
  @media only screen and (max-width: 576px) {
    h3 {
      font-size: 26px; } }

h4 {
  font-size: 29px; }
  @media only screen and (max-width: 576px) {
    h4 {
      font-size: 24px; } }

h5 {
  font-size: 27px; }
  @media only screen and (max-width: 576px) {
    h5 {
      font-size: 22px; } }

h6 {
  font-size: 24px; }
  @media only screen and (max-width: 576px) {
    h6 {
      font-size: 20px; } }

p {
  font-size: 13px;
  line-height: 22px;
  color: #545454;
  margin-bottom: 15px; }
  @media only screen and (min-width: 576px) {
    p {
      font-size: 16px;
      line-height: 22px; } }
  p strong {
    font-size: 18px;
    font-weight: 400; }
    @media only screen and (min-width: 576px) {
      p strong {
        font-size: 22px; } }
    @media only screen and (min-width: 992px) {
      p strong {
        font-size: 27px; } }
    @media only screen and (min-width: 1441px) {
      p strong {
        font-size: 30px; } }
  p .char {
    animation: slideIn 0.6s cubic-bezier(0.5, 0, 0.5, 1) both;
    animation-delay: calc(3ms * var(--char-index) + 1000ms ); }
@keyframes slideIn {
  0% {
    transform: translateY(1.5em);
    opacity: 0; } }
img {
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

select {
  word-wrap: normal; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

button, input, select, textarea {
  font-family: "Microsoft YaHei", "Gotham", STHeiTi, Arial, sans-serif; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #cccccc; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #cccccc; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #cccccc; }

input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
  background-color: inherit !important;
  background-image: none !important;
  color: inherit !important; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control:-webkit-autofill, .form-control:-webkit-autofill:hover, .form-control:-webkit-autofill:focus {
    -webkit-text-fill-color: #444444;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }

input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

::selection, ::-moz-selection {
  background: white; }

::-webkit-scrollbar {
  width: 5px; }

::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 30px; }

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0 grey;
  border-radius: 0px;
  background: #2f333d; }

svg {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: middle;
  overflow: hidden; }

.picture, picture {
  width: 100%;
  height: 100%;
  display: block; }
  .picture img, picture img {
    object-fit: cover;
    width: 100%;
    height: 100%; }

/************FONTS********** */

@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham_light.otf") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham_book.otf") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamMedium.otf") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
  @font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamBold.otf") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  }

/* BASE STYLE */
/************************************* */
/************** SPLITING ************ */
/************************************* */
/* Recommended styles for Splitting */
.splitting .word,
.splitting .char {
  display: inline-block; }

.splitting .char {
  position: relative; }

.splitting .char::before,
.splitting .char::after {
  content: attr(data-char);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: inherit;
  user-select: none; }

.splitting {
  --word-center: calc((var(--word-total) - 1) / 2);
  --char-center: calc((var(--char-total) - 1) / 2);
  --line-center: calc((var(--line-total) - 1) / 2); }
  .splitting .word {
    --word-percent: calc(var(--word-index) / var(--word-total));
    --line-percent: calc(var(--line-index) / var(--line-total)); }
  .splitting .char {
    --char-percent: calc(var(--char-index) / var(--char-total));
    --char-offset: calc(var(--char-index) - var(--char-center));
    --distance-sine: calc(var(--char-offset) / var(--char-center));
    --distance-percent: calc((var(--distance) / var(--char-center))); }

.splitting.cells img {
  width: 100%;
  display: block; }

@supports (display: grid) {
  .splitting.cells {
    position: relative;
    overflow: hidden;
    background-size: cover;
    visibility: hidden; }

  .splitting .cell-grid {
    background: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template: repeat(var(--row-total), 1fr)/repeat(var(--col-total), 1fr); }

  .splitting .cell {
    background: inherit;
    position: relative;
    overflow: hidden;
    --center-x: calc((var(--col-total) - 1) / 2);
    --center-y: calc((var(--row-total) - 1) / 2);
    --offset-x: calc(var(--col-index) - var(--center-x));
    --offset-y: calc(var(--row-index) - var(--center-y));
    --distance-x: calc( (var(--offset-x) * var(--offset-x)) / var(--center-x) );
    --distance-y: calc( (var(--offset-y) * var(--offset-y)) / var(--center-y) ); }
    .splitting .cell .splitting .cell-inner {
      background: inherit;
      position: absolute;
      visibility: visible;
      width: calc(100% * var(--col-total));
      height: calc(100% * var(--row-total));
      left: calc(-100% * var(--col-index));
      top: calc(-100% * var(--row-index)); } }
/************************************* */
/*****************SLICK*************** */
/************************************* */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .slick-slider div {
    outline: none;
    box-shadow: none;
    border: none; }
  .slick-slider .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0; }
  .slick-slider:focus {
    outline: 0; }
  .slick-slider.dragging {
    cursor: pointer;
    cursor: hand; }
  .slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .slick-slider .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    .slick-slider .slick-track:after, .slick-slider .slick-track:before {
      display: table;
      content: ""; }
    .slick-slider .slick-track:after {
      clear: both; }
  .slick-slider .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px; }
    .slick-slider .slick-slide img {
      display: block; }
    .slick-slider .slick-slide.slick-loading img {
      display: none; }
    .slick-slider .slick-slide.dragging img {
      pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }
  .slick-arrow.slick-hidden [dir=rtl] .slick-slide {
    float: right; }

.slick-loading .slick-track {
  visibility: hidden; }

.scrollup {
  position: fixed;
  right: 20px;
  bottom: 25px;
  height: 67px;
  width: 32px;
  cursor: pointer;
  display: block;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }
  @media only screen and (max-width: 576px) {
    .scrollup {
      right: 10px;
      bottom: 25px;
      width: 22px;
      height: 47px; } }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media only screen and (min-width: 992px) {
    .container {
      max-width: 1050px; } }
  @media only screen and (min-width: 1200px) {
    .container {
      max-width: 1180px; } }
  @media only screen and (min-width: 1441px) {
    .container {
      max-width: 1260px; } }
  @media (max-width: 992px) and (min-width: 768px) {
    .container {
      max-width: 95%; } }
  @media only screen and (max-width: 768px) {
    .container {
      max-width: none; } }

/***********HEADER************ */
.modal-backdrop {
  background: rgba(54, 54, 54, 0.8);
  z-index: 2; }
  .modal-backdrop.show {
    opacity: 1; }

#Header {
  width: 100%;
  z-index: 999;
  top: 0px;
  left: 0px;
  background: #135995;
  position: absolute;
  animation-duration: 0.5s;
  box-shadow: 9.44px 11.657px 100px 0px rgba(25, 64, 108, 0.2);
  overflow-x: hidden; }
  #Header .mainHeader .mainRow {
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 0; }
  #Header .mainHeader .logSec {
    width: 87px;
    padding: 15px 0; }
    @media only screen and (min-width: 1200px) {
      #Header .mainHeader .logSec {
        width: 105px; } }
    @media only screen and (min-width: 1441px) {
      #Header .mainHeader .logSec {
        width: 125px; } }
    #Header .mainHeader .logSec a {
      display: block; }
    #Header .mainHeader .logSec .st0 {
      fill: #293A8D; }
    #Header .mainHeader .logSec .st1 {
      fill: #089EDA; }
  #Header .mainHeader #header_pop {
    top: 66px;
    padding: 0px; }
    @media only screen and (min-width: 768px) {
      #Header .mainHeader #header_pop {
        width: calc(100% - 87px);
        position: unset;
        display: block;
        opacity: 1;
        padding: 0px;
        overflow: visible;
        height: auto;
        top: 0px;
        min-height: auto;
        opacity: 1;
        display: block; } }
    @media only screen and (min-width: 1200px) {
      #Header .mainHeader #header_pop {
        width: calc(100% - 105px); } }
    @media only screen and (min-width: 1441px) {
      #Header .mainHeader #header_pop {
        width: calc(100% - 125px); } }
    #Header .mainHeader #header_pop .modal-dialog {
      margin: 0;
      height: 100%;
      max-width: 100%;
      left: -100%;
      background: #194a74;
      -webkit-transform: none;
      transform: none;
      transition: ease-in-out all 0.3s; }
      @media only screen and (min-width: 468px) {
        #Header .mainHeader #header_pop .modal-dialog {
          left: -300px;
          max-width: 300px; } }
      @media only screen and (min-width: 768px) {
        #Header .mainHeader #header_pop .modal-dialog {
          height: auto;
          max-width: 100%;
          left: auto;
          background: none; } }
    #Header .mainHeader #header_pop .modal-content {
      width: 100%;
      height: auto;
      background: transparent;
      border: none;
      padding: 25px 0; }
      @media only screen and (min-width: 992px) {
        #Header .mainHeader #header_pop .modal-content {
          padding: 0px; } }
    #Header .mainHeader #header_pop .modal-body {
      padding: 0px; }
    @media only screen and (min-width: 768px) {
      #Header .mainHeader #header_pop .navbar-nav {
        margin: 0 -15px; } }
    @media only screen and (min-width: 992px) {
      #Header .mainHeader #header_pop .navbar-nav {
        margin: 0 -22.5px; } }
    @media only screen and (min-width: 768px) {
      #Header .mainHeader #header_pop .navbar-nav {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        -ms-flex-direction: row;
        flex-direction: row; } }
    @media(min-width: 768px) and (max-width:991px) {
      #Header .mainHeader #header_pop .navbar-nav .nav-list {
        padding: 0 23px; }     #Header.sticky .mainHeader #header_pop .navbar-nav .nav-list {
        padding: 0 19px!important;
    }}
    @media only screen and (min-width: 992px) {
      #Header .mainHeader #header_pop .navbar-nav .nav-list {
        padding: 0 22.5px; } }
    #Header .mainHeader #header_pop .navbar-nav .nav-list .link {
      font-size: 15px;
      color: white;
      text-transform: uppercase;
      display: block;
      letter-spacing: 0.6px;
      padding: 8px 20px; }
      @media only screen and (min-width: 468px) {
        #Header .mainHeader #header_pop .navbar-nav .nav-list .link {
          font-size: 14px;
          padding: 12px 20px;
          font-family: "Gotham"; } }
      @media only screen and (min-width: 768px) {
        #Header .mainHeader #header_pop .navbar-nav .nav-list .link {
          font-size: 12px;
          padding: 0; } }
      @media only screen and (min-width: 992px) {
        #Header .mainHeader #header_pop .navbar-nav .nav-list .link {
          font-size: 14px; } }
      @media only screen and (min-width: 1441px) {
        #Header .mainHeader #header_pop .navbar-nav .nav-list .link {
          font-size: 15px; } }
    #Header .mainHeader #header_pop .btn-close {
      position: fixed;
      right: 22px;
      top: 10px;
      background: none;
      opacity: 1;
      border: none;
      outline: none;
      box-shadow: none;
      width: 35px;
      height: 35px; }
      #Header .mainHeader #header_pop .btn-close span {
        width: 100%;
        height: 2px;
        display: block;
        background: white;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: relative; }
        #Header .mainHeader #header_pop .btn-close span:nth-child(1) {
          transform: rotate(45deg) translate(0px, 0px); }
        #Header .mainHeader #header_pop .btn-close span:nth-child(2) {
          transform: rotate(-45deg) translate(2px, -2px); }
      @media only screen and (min-width: 768px) {
        #Header .mainHeader #header_pop .btn-close {
          display: none; } }
    #Header .mainHeader #header_pop.show .modal-dialog {
      left: 0px; }
  #Header .mainHeader .menu_icon {
    display: flex;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    height: 100%;
    width: fit-content;
    width: -moz-fit-content;
    padding: 0px; }
    @media only screen and (min-width: 768px) {
      #Header .mainHeader .menu_icon {
        display: none; } }
    @media only screen and (min-width: 468px) {
      #Header .mainHeader .menu_icon {
        height: auto; } }
    #Header .mainHeader .menu_icon button {
      display: block;
      border: none;
      width: 55px;
      height: 60px;
      font-size: 0;
      outline: none;
      padding: 10px 15px;
      margin-right: 0;
      margin-top: 0;
      box-shadow: none;
      border-radius: 0;
      background: none;
      height: 100%; }
      @media only screen and (min-width: 468px) {
        #Header .mainHeader .menu_icon button {
          width: 60px; } }
      #Header .mainHeader .menu_icon button span {
        width: 100%;
        height: 2px;
        display: block;
        background: white;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: relative; }
        #Header .mainHeader .menu_icon button span:nth-child(2) {
          width: 90%; }
        #Header .mainHeader .menu_icon button span:nth-child(3) {
          width: 66%; }
        #Header .mainHeader .menu_icon button span:nth-child(4) {
          width: 76%; }
        #Header .mainHeader .menu_icon button span ~ span {
          margin-top: 6px; }
          @media only screen and (min-width: 468px) {
            #Header .mainHeader .menu_icon button span ~ span {
              margin-top: 9px; } }
      #Header .mainHeader .menu_icon button.open span {
        width: 100%; }
    #Header .mainHeader .menu_icon.close {
      opacity: 0;
      visibility: hidden; }
  #Header.sticky {
    position: fixed;
    width: 100%;
    z-index: 9000;
    top: 0px; }
    @media only screen and (min-width: 768px) {
      #Header.sticky {
        animation-name: fadeInDown;
        animation-duration: 0.5s;
        animation-fill-mode: both; } }
    #Header.sticky .mainHeader .logSec {
      padding: 8px 0;
      width: 87px; }
    #Header.sticky .mainHeader #header_pop {
      top: 68px; }
      @media only screen and (min-width: 768px) {
        #Header.sticky .mainHeader #header_pop {
          top: 0; }
          #Header.sticky .mainHeader #header_pop .navbar-nav {
            margin: 0 -13.5px; }
            #Header.sticky .mainHeader #header_pop .navbar-nav .nav-list {
              padding: 0 22.5px; }
              #Header.sticky .mainHeader #header_pop .navbar-nav .nav-list .link {
                font-size: 13px; } }
      #Header.sticky .mainHeader #header_pop .btn-close {
        top: 13px; }

/***********layout************* */
#pageWrapper {
  overflow: hidden; }
#pageBanner {
  position: relative;}
#pageBanner img{
  position: relative;

  height: 280px; }
  @media only screen and (min-width: 468px) {
    #pageBanner img{
      height: 290px; } }
  @media only screen and (min-width: 768px) {
    #pageBanner img{
      height: 380px; } }
  @media only screen and (min-width: 992px) {
    #pageBanner img{
      height: 450px; } }
  @media only screen and (min-width: 1200px) {
    #pageBanner img{
      height: 475px; } }
  @media only screen and (min-width: 1441px) {
    #pageBanner img{
      height: 695px; } }
  #pageBanner img {
    width: 100%;
   
    object-fit: cover; }
  #pageBanner .bannerCaption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%; }
    #pageBanner .bannerCaption .container {
      height: 100%;
      display: flex;
      align-items: flex-end; }
    #pageBanner .bannerCaption .wrapperBox {
      background: rgb(20 90 150 / 70%);
      width: 100%;
      padding: 25px 22px 20px; }
      @media only screen and (min-width: 768px) {
        #pageBanner .bannerCaption .wrapperBox {
          min-width: 399px;
          max-width: 399px; } }
      @media only screen and (min-width: 992px) {
        #pageBanner .bannerCaption .wrapperBox {
          padding: 18px; } }
      @media only screen and (min-width: 1441px) {
        #pageBanner .bannerCaption .wrapperBox {
          padding: 20px; } }
      #pageBanner .bannerCaption .wrapperBox .pageTitle {
          font-weight:500;
        font-size: 22px;
        font-family: "Gotham";
        color: #fffefe;
        line-height: normal;
        margin-bottom: 15px; }
        @media only screen and (min-width: 468px) {
          #pageBanner .bannerCaption .wrapperBox .pageTitle {
            font-size: 26px;
            margin-bottom: 20px; } }
        @media only screen and (min-width: 992px) {
          #pageBanner .bannerCaption .wrapperBox .pageTitle {
            font-size: 32px; } }
        @media only screen and (min-width: 1441px) {
          #pageBanner .bannerCaption .wrapperBox .pageTitle {
            font-size: 35px;
            margin-bottom: 22px; } }
      #pageBanner .bannerCaption .wrapperBox .tagLine {
        font-size: 13px;
        line-height: 20px;
        color: white; }
        @media only screen and (min-width: 468px) {
          #pageBanner .bannerCaption .wrapperBox .tagLine {
            font-size: 14px;
            line-height: 22px; } }
        @media only screen and (min-width: 992px) {
          #pageBanner .bannerCaption .wrapperBox .tagLine {
            font-size: 16px;
            line-height: 20px; } }
        @media only screen and (min-width: 1441px) {
          #pageBanner .bannerCaption .wrapperBox .tagLine {
           font-size: 15px;
         } }

/***********HEADING_STYLE************* */
.mainHead {
  margin-bottom: 10px; }
  @media only screen and (min-width: 468px) {
    .mainHead {
      margin-bottom: 15px; } }
  @media only screen and (min-width: 992px) {
    .mainHead {
      margin-bottom: 20px; } }
 
  .mainHead .tagLine {
    font-size: 17px;
    font-weight:300;
    color: #194a74;

    line-height: normal; }
    @media only screen and (min-width: 468px) {
      .mainHead .tagLine {
        font-size: 15px;
   } }
    @media only screen and (min-width: 992px) {
      .mainHead .tagLine {
        font-size: 16px;
   } }
    @media only screen and (min-width: 1441px) {
      .mainHead .tagLine {
        font-size: 18px;
} }
  .mainHead .head {
    font-size: 26px;
    font-family: "Gotham";
    line-height: normal;
    font-weight:bold;
    color: #194a74; }
    @media only screen and (min-width: 468px) {
      .mainHead .head {
        font-size: 32px; } }
    @media only screen and (min-width: 992px) {
      .mainHead .head {
        font-size: 33px; } }
    @media only screen and (min-width: 1441px) {
      .mainHead .head {
        font-size: 35px; } }
  .mainHead.center {
    text-align: center; }

/************** ******* ************* */
/************* HOME_PAGE ************ */
/************** ******* ************* */
#MainSlider .carousel-item img {
  object-fit: cover;
  width: 100vw;
  height: 260px; }
  /*@media only screen and (min-width: 468px) {*/
  /*  #MainSlider .carousel-item img {*/
  /*    height: calc(100vh - 118px); } }*/
  @media only screen and (min-width: 768px) {
    #MainSlider .carousel-item img {
      height: 500px } }
  @media only screen and (min-width: 992px) {
    #MainSlider .carousel-item img {
      height: calc(100vh - 77px); } }
  @media only screen and (min-width: 1441px) {
    #MainSlider .carousel-item img {
      height: calc(100vh - 97px); } }
#MainSlider .carousel-item .container {
  position: relative; }
#MainSlider .carousel-item .carouselCntnt {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 35px;
  max-width: 100%;
  background: rgba(30, 47, 70, 0.8);
  padding: 30px 15px 25px;
  transition: all 0.8s;
  transform: translateY(30px);
  opacity: 0;
  transition-delay: 0.3s; }
  @media only screen and (min-width: 468px) {
    #MainSlider .carousel-item .carouselCntnt {
      padding: 40px 20px 35px; } }
  @media only screen and (min-width: 576px) {
    #MainSlider .carousel-item .carouselCntnt {
      max-width: 405px;
      bottom: 15px; } }
  @media only screen and (min-width: 768px) {
    #MainSlider .carousel-item .carouselCntnt {
      bottom: 65px; } }
  @media only screen and (min-width: 992px) {
    #MainSlider .carousel-item .carouselCntnt {
      padding: 55px 30px 55px; } }
  @media only screen and (min-width: 1441px) {
    #MainSlider .carousel-item .carouselCntnt {
      padding: 75px 30px 70px;
      bottom: 85px; } }
  #MainSlider .carousel-item .carouselCntnt .serviceHead {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
    font-family: "Gotham";
    color: #fffefe; }
    @media only screen and (min-width: 468px) {
      #MainSlider .carousel-item .carouselCntnt .serviceHead {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 20px; } }
    @media only screen and (min-width: 992px) {
      #MainSlider .carousel-item .carouselCntnt .serviceHead {
        font-size: 32px;
        line-height: 38px; } }
    @media only screen and (min-width: 1441px) {
      #MainSlider .carousel-item .carouselCntnt .serviceHead {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 30px; } }
  #MainSlider .carousel-item .carouselCntnt .info {
    font-size: 13px;
    line-height: 20px;
    color: white; }
    @media only screen and (min-width: 468px) {
      #MainSlider .carousel-item .carouselCntnt .info {
        font-size: 14px;
        line-height: 22px; } }
    @media only screen and (min-width: 992px) {
      #MainSlider .carousel-item .carouselCntnt .info {
        font-size: 16px;
        line-height: 24px; } }
    @media only screen and (min-width: 1441px) {
      #MainSlider .carousel-item .carouselCntnt .info {
        font-size: 20px;
        line-height: 26px; } }
  #MainSlider .carousel-item .carouselCntnt a {
    font-size: 11px;
    margin-top: 25px;
    color: #fefefe;
    text-transform: uppercase;
    display: block;
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
    transition: all 0.5s; }
    @media only screen and (min-width: 468px) {
      #MainSlider .carousel-item .carouselCntnt a {
        font-size: 12px;
        margin-top: 35px; } }
    @media only screen and (min-width: 992px) {
      #MainSlider .carousel-item .carouselCntnt a {
        font-size: 14px;
        margin-top: 45px; } }
    @media only screen and (min-width: 1441px) {
      #MainSlider .carousel-item .carouselCntnt a {
        font-size: 16px;
        margin-top: 55px; } }
#MainSlider .carousel-item.active .carouselCntnt {
  transform: translateY(0px);
  opacity: 1; }
#MainSlider .carousel-item .carouselCntnt2 {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 35px;
  max-width: 100%;
  transition: all 0.8s;
  transform: translateY(30px);
  opacity: 0;
  z-index:1;
  transition-delay: 0.3s; }
  @media only screen and (min-width: 576px) {
    #MainSlider .carousel-item .carouselCntnt2 {
      bottom: 15px; } }
  @media only screen and (min-width: 768px) {
    #MainSlider .carousel-item .carouselCntnt2 {
      bottom: 125px; } }
  @media only screen and (min-width: 1441px) {
    #MainSlider .carousel-item .carouselCntnt2 {
      bottom: 125px; } }

    @media only screen and (min-width: 468px) {
      #MainSlider .carousel-item .carouselCntnt2 .headSec {
      
        max-width: 415px; } }
    @media only screen and (min-width: 1200px) {
      #MainSlider .carousel-item .carouselCntnt2 .headSec {
        max-width: 520px;
   } }
    #MainSlider .carousel-item .carouselCntnt2 .headSec .countFlex {
      display: flex; }
      #MainSlider .carousel-item .carouselCntnt2 .headSec .countFlex .count, #MainSlider .carousel-item .carouselCntnt2 .headSec .countFlex .sign {
        font-family: "Gotham";
        color: #194a74;
        line-height: normal;
        font-size: 40px; }
        @media only screen and (min-width: 468px) {
          #MainSlider .carousel-item .carouselCntnt2 .headSec .countFlex .count, #MainSlider .carousel-item .carouselCntnt2 .headSec .countFlex .sign {
            font-size: 50px; } }
        @media only screen and (min-width: 1200px) {
          #MainSlider .carousel-item .carouselCntnt2 .headSec .countFlex .count, #MainSlider .carousel-item .carouselCntnt2 .headSec .countFlex .sign {
            font-size: 66px; } }
    #MainSlider .carousel-item .carouselCntnt2 .headSec .txt {
        text-transform:uppercase;
        font-weight:bold;
      font-family: "Gotham";
      color: #ffffff;
      font-size: 18px;
      line-height: 19px;
   }
      @media only screen and (min-width: 468px) {
        #MainSlider .carousel-item .carouselCntnt2 .headSec .txt {
          font-size: 24px;
          line-height: 24px;
        } }
      @media only screen and (min-width: 1200px) {
        #MainSlider .carousel-item .carouselCntnt2 .headSec .txt {
          font-size: 55px;
          line-height: 55px; } }
  #MainSlider .carousel-item .carouselCntnt2 .info {
    font-size: 13px;
    line-height: 20px;
    color: white;
    font-weight: 400;
    padding: 15px; }
    @media only screen and (min-width: 468px) {
      #MainSlider .carousel-item .carouselCntnt2 .info {
        font-size: 14px;
        line-height: 22px;
        padding: 20px 0px 20px 0px; } }
    @media only screen and (min-width: 992px) {
      #MainSlider .carousel-item .carouselCntnt2 .info {
        font-size: 16px;
        line-height: 24px; } }
    @media only screen and (min-width: 1200px) {
      #MainSlider .carousel-item .carouselCntnt2 .info {
              font-size: 30px;
        line-height: 30px;
     } }
    @media only screen and (min-width: 1441px) {
      #MainSlider .carousel-item .carouselCntnt2 .info {
        font-size: 30px;
        line-height: 30px; } }
  #MainSlider .carousel-item .carouselCntnt2 a {
    font-size: 11px;
    margin-top: 25px;
    color: #fefefe;
    text-transform: uppercase;
    display: block;
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
    transition: all 0.5s; }
    @media only screen and (min-width: 468px) {
      #MainSlider .carousel-item .carouselCntnt2 a {
        font-size: 12px;
        margin-top: 35px; } }
    @media only screen and (min-width: 992px) {
      #MainSlider .carousel-item .carouselCntnt2 a {
        font-size: 14px;
        margin-top: 45px; } }
    @media only screen and (min-width: 1441px) {
      #MainSlider .carousel-item .carouselCntnt2 a {
        font-size: 16px;
        margin-top: 55px; } }
    #MainSlider .carousel-item .carouselCntnt2 a::after {
      content: "";
      background-color: white;
      position: absolute;
      right: 0;
      top: 0px;
      bottom: 0px;
      margin: auto;
      width: 56px;
      height: 1px;
      transform: translateX(65px);
      transition: all 0.5s; }
    #MainSlider .carousel-item .carouselCntnt2 a:hover {
      padding-left: 65px; }
      #MainSlider .carousel-item .carouselCntnt2 a:hover::after {
        transform: translateX(-110px); }
#MainSlider .carousel-item.active .carouselCntnt2 {
  transform: translateY(0px);
  opacity: 1; }
#MainSlider .carousel-indicators {
  position: absolute;
  margin: auto;
  width: 100%;
  justify-content: center;
  height: fit-content;
  height: -moz-fit-content;
  z-index: 2;
  left: auto;
  right: auto;
  bottom: 10px;
  display: flex; }
  @media only screen and (min-width: 576px) {
    #MainSlider .carousel-indicators {
      display: block;
      left: auto;
      right: 50px;
      top: 0px;
      bottom: 0px;
      width: fit-content;
      width: -moz-fit-content; } }
  #MainSlider .carousel-indicators li {
    border: 0.75px solid #21466c;
    border-radius: 50%;
    width: 11px;
    height: 11px;
    position: relative;
    background: none; }
    @media only screen and (min-width: 1441px) {
      #MainSlider .carousel-indicators li {
        width: 15px;
        height: 15px; } }
    #MainSlider .carousel-indicators li::before {
      content: "";
      position: absolute;
      left: 0px;
      right: 0px;
      top: 0px;
      bottom: 0px;
      margin: auto;
      border-radius: 50%;
      background-color: #21466c;
      width: 3px;
      height: 3px;
      opacity: 0;
      transition: all 0.5s; }
      @media only screen and (min-width: 1441px) {
        #MainSlider .carousel-indicators li::before {
          width: 4px;
          height: 4px; } }
    #MainSlider .carousel-indicators li:not(:last-of-type) {
      margin-right: 15px; }
      @media only screen and (min-width: 576px) {
        #MainSlider .carousel-indicators li:not(:last-of-type) {
          margin-right: 0px;
          margin-bottom: 15px; } }
    #MainSlider .carousel-indicators li.active::before {
      opacity: 1; }

#featured {
  position: relative;
  z-index: 1;
  padding: 0px; }
  @media only screen and (min-width: 468px) {
    #featured {
      padding: 15px 0; } }
  @media only screen and (min-width: 768px) {
    #featured {
      padding: 0;
      margin-top: -115px; } }
  @media only screen and (min-width: 1441px) {
    #featured {
      margin-top: -125px; } }
  #featured .container {
    padding: 0px; }
    @media only screen and (min-width: 468px) {
      #featured .container {
        padding: 0 15px; } }
  #featured .listBox {
    background-color: white;
    box-shadow: 0px 0px 80px 0px rgba(30, 47, 70, 0.15);
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (min-width: 768px) {
      #featured .listBox {
        justify-content: space-around;
        padding: 15px 0; } }
    @media only screen and (min-width: 992px) {
      #featured .listBox {
        margin-right: 90px; } }
    @media only screen and (min-width: 1441px) {
      #featured .listBox {
        padding: 22px 0; } }
    #featured .listBox li {
      padding: 10px 5px;
      width: calc(100% / 5); }
      @media only screen and (min-width: 768px) {
        #featured .listBox li {
          padding: 10px; } }
      @media only screen and (min-width: 1441px) {
        #featured .listBox li {
          padding: 15px; } }
      #featured .listBox li:not(:last-of-type) {
        border-right: 1px solid rgba(30, 47, 70, 0.102); }
        @media only screen and (min-width: 468px) {
          #featured .listBox li:not(:last-of-type) {
            border-right: 2px solid rgba(30, 47, 70, 0.102); } }
    #featured .listBox .itm {
      text-align: center; }
      #featured .listBox .itm .countFlex {
              font-weight: bold;

        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Gotham";
        color: #194a74;
        font-size: 18px; }
        @media only screen and (min-width: 576px) {
          #featured .listBox .itm .countFlex {
            font-size: 22px; } }
        @media only screen and (min-width: 468px) {
          #featured .listBox .itm .countFlex {
            font-size: 26px; } }
        @media only screen and (min-width: 992px) {
          #featured .listBox .itm .countFlex {
            font-size: 45px;
            line-height:normal;
              
          } }
        @media only screen and (min-width: 1441px) {
          #featured .listBox .itm .countFlex {
            font-size: 45px; } }
      #featured .listBox .itm .txt {
        font-size: 6px;
        color:#64666a;
        line-height: 10px;
        font-weight: 500; 
              
    margin: auto;

          
      }
        @media only screen and (min-width: 468px) {
          #featured .listBox .itm .txt {
            font-size: 9px; } }
        @media only screen and (min-width: 576px) {
          #featured .listBox .itm .txt {
            font-size: 10px;
            line-height: 15px; } }
        @media only screen and (min-width: 768px) {
          #featured .listBox .itm .txt {
            font-size: 13px;
            line-height: 18px; } }
        @media only screen and (min-width: 1200px) {
          #featured .listBox .itm .txt {
                   font-size: 15px;
            line-height: 17px; 
                   width: 77%;
        line-height: 19px;} }

@media only screen and (min-width: 768px) {
  #welcomeSec {
    margin-top: -76px;
    padding-top: 195px; } }
@media only screen and (min-width: 1441px) {
  #welcomeSec {
    margin-top: -102px; } }
#welcomeSec .row {
  align-items: center; }
#welcomeSec .Desk {
  display: none; }
  @media only screen and (min-width: 768px) {
    #welcomeSec .Desk {
      display: block; } }
#welcomeSec .Mob {
  display: block; }
  @media only screen and (min-width: 768px) {
    #welcomeSec .Mob {
      display: none; } }
#welcomeSec .CntntSec {
    text-align:justify;
  padding: 0; }
  @media only screen and (min-width: 768px) {
    #welcomeSec .CntntSec {
      order: 0; } }
  #welcomeSec .CntntSec .CusContainer {
    margin: auto;
    margin-right: 0px;
    padding: 45px 30px 35px; }
    @media only screen and (min-width: 468px) {
      #welcomeSec .CntntSec .CusContainer {
        padding: 70px 30px 50px; } }
    @media only screen and (min-width: 768px) {
      #welcomeSec .CntntSec .CusContainer {
        padding: 60px 15px 45px 65px; } }
    @media only screen and (min-width: 992px) {
      #welcomeSec .CntntSec .CusContainer {
        padding: 100px 15px 60px 75px; } }
    @media only screen and (min-width: 1200px) {
      #welcomeSec .CntntSec .CusContainer {
        width: calc(100% - ((100% - 804px)/ 1));
        padding: 100px 15px 60px 75px; } }
    @media only screen and (min-width: 1441px) {
      #welcomeSec .CntntSec .CusContainer {
        padding: 95px 15px 125px 105px;
        width: calc(100% - ((100% - 938px)/ 1)); } }
  @media only screen and (min-width: 1441px) {
    #welcomeSec .CntntSec .mainHead .tagLine {
   } }
  @media only screen and (min-width: 1200px) {
    #welcomeSec .CntntSec p + p{
      margin-top: 15px; } }
#welcomeSec .ImgSec {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 992px) {
    #welcomeSec .ImgSec {
      padding: 0px;
      order: 1;
      height: auto;
      padding-left: 40px;
 } }
  /*#welcomeSec .ImgSec::before {*/
  /*  content: "";*/
  /*  position: absolute;*/
  /*  top: 0;*/
  /*  right: 0;*/
  /*  bottom: 100%;*/
  /*  left: 100%;*/
  /*  background-color: #194a74;*/
  /*  opacity: 0.5026;*/
  /*  margin-left: -55px;*/
  /*  display: block;*/
  /*  z-index: 0;*/
  /*  -webkit-transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.16s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s, margin 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s, right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 1s;*/
  /*  -o-transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.16s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s, margin 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s, right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 1s;*/
  /*  transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.16s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s, margin 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s, right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 1s; }*/
 
  #welcomeSec .ImgSec picture {
    width: auto;
    height: auto;
    object-fit: unset; }
    #welcomeSec .ImgSec picture img {
      width: 100%;
      height: auto;
      object-fit: unset; }
  #welcomeSec .ImgSec img {
    width: auto;
    height: auto;
    object-fit: unset; }
#welcomeSec.isVisible .ImgSec::before {
  margin-left: 0;
  right: 100%;
  top: 0;
  bottom: 0;
  left: -2px; }

@media only screen and (min-width: 768px) {
  #welcomeSec2 {
    margin-top: -76px; } }
@media only screen and (min-width: 1441px) {
  #welcomeSec2 {
    margin-top: -102px; } }
#welcomeSec2 .CntntSec {
  padding: 45px 15px 35px; }
  @media only screen and (min-width: 468px) {
    #welcomeSec2 .CntntSec {
      padding: 70px 15px 50px; } }
  @media only screen and (min-width: 768px) {
    #welcomeSec2 .CntntSec {
      padding: 155px 15px 45px; } }
  @media only screen and (min-width: 992px) {
    #welcomeSec2 .CntntSec {
      padding: 195px 15px 60px; } }
  @media only screen and (min-width: 1200px) {
    #welcomeSec2 .CntntSec {
      padding: 195px 15px 60px; } }
  @media only screen and (min-width: 1441px) {
    #welcomeSec2 .CntntSec {
      padding: 250px 15px 125px; } }
  @media only screen and (min-width: 1441px) {
    #welcomeSec2 .CntntSec .mainHead .tagLine {
      margin-bottom: 20px; } }
  @media only screen and (min-width: 1200px) {
    #welcomeSec2 .CntntSec p {
      margin-bottom: 35px; } }
#welcomeSec2 .ImgSec {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  overflow: hidden;
  height: 205px; }
  @media only screen and (min-width: 576px) {
    #welcomeSec2 .ImgSec {
      height: 350px; } }
  @media only screen and (min-width: 768px) {
    #welcomeSec2 .ImgSec {
      padding: 0px;
      order: 1;
      height: auto; } }
  #welcomeSec2 .ImgSec::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 100%;
    left: 100%;
    background-color: #194a74;
    opacity: 0.5026;
    margin-left: -55px;
    display: block;
    z-index: 0;
    -webkit-transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.16s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s, margin 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s, right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 1s;
    -o-transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.16s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s, margin 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s, right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 1s;
    transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.16s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s, margin 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s, right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 1s; }
  #welcomeSec2 .ImgSec img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
#welcomeSec2.isVisible .ImgSec::before {
  margin-left: 0;
  right: 100%;
  top: 0;
  bottom: 0;
  left: -2px; }

#OurServices {
  padding-top: 15px; }
  @media only screen and (min-width: 768px) {
    #OurServices {
      padding-top: 100px; } }
  #OurServices .item {
    height: 430px; }
    @media only screen and (min-width: 992px) {
      #OurServices .item {
        height: 434px; } }
    @media only screen and (min-width: 1441px) {
      #OurServices .item {
        height: 500px; } }
    @media only screen and (min-width: 1600px) {
      #OurServices .item {
        height: 580px; } }
  #OurServices .box {
    height: 100%;
    position: relative;
    overflow: hidden; }
    #OurServices .box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 2s; }
    #OurServices .box .cntntBox {
     padding:30px 12px 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    margin: auto;
    background: white;
    width: 90%;
        
        
    }
      @media only screen and (min-width: 1441px) {
        #OurServices .box .cntntBox {
          padding:20px 20px 20px; } }
      /*@media only screen and (min-width:1900px) {*/
      /*  #OurServices .box .cntntBox {*/
      /*    padding: 30px; } }*/
      #OurServices .box .cntntBox .title {
              font-weight: 500;
        font-family: "Gotham";
        font-size: 13px;
        color: #1e456a;
        line-height: 26px;
        margin-bottom: 10px;
   }
        @media only screen and (min-width: 1441px) {
          #OurServices .box .cntntBox .title {
            font-size: 16px; } }
        @media only screen and (min-width: 1900px) {
          #OurServices .box .cntntBox .title {
            font-size: 19px; } }
      #OurServices .box .cntntBox p {
              margin: 0;
        font-size: 14px;
            color: #618fb4;
    line-height: 22px;
    font-weight: 400; }
       
    #OurServices .box:hover img {
      transform: scale(1.3); }

/************** ******* ************* */
/*********** SERVICES_PAGE ********* */
/************** ******* ************* */
.servicesPage #topSec {
  padding: 45px 20px 45px 20px;
  background: white;
  margin-top: 82px; }
  @media only screen and (min-width: 768px) {
    .servicesPage #topSec {
      padding: 50px 20px 35px 20px } }
  @media only screen and (min-width: 1441px) {
    .servicesPage #topSec {
      padding: 70px 20px 65px 20px;
      margin-top: 115px; } }
  .servicesPage #topSec .flexBox {
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (min-width: 992px) {
      .servicesPage #topSec .flexBox .lftCntnSec {
        width: 100%; } }
    @media only screen and (min-width: 1200px) {
      .servicesPage #topSec .flexBox .lftCntnSec {
        width: 250px; } }
    @media only screen and (min-width: 1441px) {
      .servicesPage #topSec .flexBox .lftCntnSec {
        width: 350px; } }
    @media only screen and (min-width: 1900px) {
            .servicesPage #topSec {
        padding: 50px 25px 65px 25px;
 
    }
      .servicesPage #topSec .flexBox .lftCntnSec {
        width: 600px; } }
    .servicesPage #topSec .flexBox .lftCntnSec .headSec {
      align-items: center;
      display: flex;
      margin-bottom: 10px; }
  
   
      .servicesPage #topSec .flexBox .lftCntnSec .headSec .countFlex {
        display: flex; }
        .servicesPage #topSec .flexBox .lftCntnSec .headSec .countFlex .count, .servicesPage #topSec .flexBox .lftCntnSec .headSec .countFlex .sign {
          font-family: "Gotham";
          color: #194a74;
          line-height: normal;
          font-size: 40px; }
          @media only screen and (min-width: 468px) {
            .servicesPage #topSec .flexBox .lftCntnSec .headSec .countFlex .count, .servicesPage #topSec .flexBox .lftCntnSec .headSec .countFlex .sign {
              font-size: 35px; } }
          @media only screen and (min-width: 1200px) {
            .servicesPage #topSec .flexBox .lftCntnSec .headSec .countFlex .count, .servicesPage #topSec .flexBox .lftCntnSec .headSec .countFlex .sign {
              font-size: 40px; } }
          @media only screen and (min-width: 1441px) {
            .servicesPage #topSec .flexBox .lftCntnSec .headSec .countFlex .count, .servicesPage #topSec .flexBox .lftCntnSec .headSec .countFlex .sign {
              font-size: 60px; } }
      .servicesPage #topSec .flexBox .lftCntnSec .headSec .txt {
                  font-weight: 500;
        font-family: "Gotham";
        color: #194a74;
        font-size: 18px;
        line-height: 19px;
        padding-left: 5px; }
        @media only screen and (min-width: 468px) {
          .servicesPage #topSec .flexBox .lftCntnSec .headSec .txt {
            font-size: 24px;
            line-height: 24px;
            padding-left: 7px; } }
        @media only screen and (min-width: 1200px) {
          .servicesPage #topSec .flexBox .lftCntnSec .headSec .txt {
           font-size:14px;
        line-height: 22px; } }
        @media only screen and (min-width: 1441px) {
          .servicesPage #topSec .flexBox .lftCntnSec .headSec .txt {
           font-size:18px;
        line-height: 24px; } }
        @media(min-width:1900px){
                .servicesPage #topSec .flexBox .lftCntnSec .headSec .countFlex .count, .servicesPage #topSec .flexBox .lftCntnSec .headSec .countFlex .sign {
        font-size: 90px;
    }
            .servicesPage #topSec .flexBox .lftCntnSec .headSec .txt{
                        font-size: 29px;
                      line-height: 33px;
            }
        }
    .servicesPage #topSec .flexBox .lftCntnSec p {
      font-size: 12px;
      line-height: 20px;
      color: #545454; }
      @media only screen and (min-width: 468px) {
        .servicesPage #topSec .flexBox .lftCntnSec p {
          font-size: 13px;
          line-height: 22px; } }
      @media only screen and (min-width: 1200px) {
        .servicesPage #topSec .flexBox .lftCntnSec p {
          font-size: 14px;
          line-height: 21px; } }
    .servicesPage #topSec .flexBox #filters {
      margin: 20px -6px 0; }
      @media only screen and (min-width:1200px) {
        .servicesPage #topSec .flexBox #filters {
          margin: 0px;
          padding-left: 15px;
          width: calc(100% - 345px); } }
      @media only screen and (min-width: 1200px) {
        .servicesPage #topSec .flexBox #filters {
          padding-left: 10px;
          width: calc(100% - 250px); } }
            @media only screen and (min-width: 1350px) {
        .servicesPage #topSec .flexBox #filters {
             padding-left: 35px;
        }}
      @media only screen and (min-width: 1441px) {
        .servicesPage #topSec .flexBox #filters {
         
          width: calc(100% - 350px); } }
      @media only screen and (min-width: 1900px) {
       .servicesPage #topSec .flexBox #filters {
        width: calc(100% - 600px);
    } }
      .servicesPage #topSec .flexBox #filters .SecTitle {
        text-align: center;
        font-size: 19px;
        font-weight: 500;
        color: #c9cdd2;
        margin: 0 5px;
        border-bottom: 3px solid #194a74; }
        @media only screen and (min-width: 468px) {
          .servicesPage #topSec .flexBox #filters .SecTitle {
            border-bottom: 5px solid #194a74;
            font-size: 16px;
            margin: 0 8px; } }
        @media only screen and (min-width: 576px) {
          .servicesPage #topSec .flexBox #filters .SecTitle {
            margin-bottom: 10px; } }
        @media only screen and (min-width: 992px) {
          .servicesPage #topSec .flexBox #filters .SecTitle {
            margin: 0 10px;
            font-size: 19px;
            margin-bottom: 10px; } }
        @media only screen and (min-width: 1441px) {
          .servicesPage #topSec .flexBox #filters .SecTitle {
            font-size: 25px; } }
        @media only screen and (min-width: 1600px) {
          .servicesPage #topSec .flexBox #filters .SecTitle {
            font-size: 35px; } }
      @media only screen and (min-width: 576px) {
        .servicesPage #topSec .flexBox #filters .tabBtntBox {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .servicesPage #topSec .flexBox #filters .tabBtntBox .boxFlexitm {
        padding: 15px 0px; }
        @media only screen and (min-width: 576px) {
          .servicesPage #topSec .flexBox #filters .tabBtntBox .boxFlexitm {
            width: 50%;
            padding: 0 5px; } }
        @media only screen and (min-width: 1200px) {
          .servicesPage #topSec .flexBox #filters .tabBtntBox .boxFlexitm {
            padding: 0 7.5px; } }
      .servicesPage #topSec .flexBox #filters .tabBtntBox .box {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .servicesPage #topSec .flexBox #filters .tabBtntBox .box .boxTitle {
          display: flex;
          align-items: center;
          justify-content: center;
          color: #194a74;
          width: 100%;
          margin: 0px 3px 5px;
          font-size: 18px;
          border: none;
          border-radius: 0px;
          outline: none;
          font-weight: 600; 
                text-transform: uppercase;
            
        }
          @media only screen and (min-width: 468px) {
            .servicesPage #topSec .flexBox #filters .tabBtntBox .box .boxTitle {
              font-size: 22px;
             } }
          @media only screen and (min-width: 1200px) {
            .servicesPage #topSec .flexBox #filters .tabBtntBox .box .boxTitle {
              font-size: 20px;
              } }
        .servicesPage #topSec .flexBox #filters .tabBtntBox .box .Flexitm {
          padding: 3px;
          border: 1px solid white;
          box-shadow: 0px 0px 4px #c8ccd1; }
          .servicesPage #topSec .flexBox #filters .tabBtntBox .box .Flexitm button {
            font-size: 12px;
            line-height: 14px;
            font-family: "Gotham";
            color: #194a74;
            min-height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 5px 10px;
            width: 100%;
            transition: all 0.3s;
            border: none;
            border-radius: 0px;
            font-weight:600;
            text-transform:uppercase;
            outline: none; }
            @media only screen and (min-width: 468px) {
              .servicesPage #topSec .flexBox #filters .tabBtntBox .box .Flexitm button {
                font-size: 13px;
                line-height: 14px; } }
            @media only screen and (min-width: 992px) {
              .servicesPage #topSec .flexBox #filters .tabBtntBox .box .Flexitm button {
                     font-size: 11px;
                        line-height: 15px;
                        padding: 5px 2px;
                     } }
            @media only screen and (min-width: 1200px) {
              .servicesPage #topSec .flexBox #filters .tabBtntBox .box .Flexitm button {
                     font-size: 11px;
                        line-height: 15px;
                        padding: 5px 2px;
                     } }
            @media only screen and (min-width: 1441px) {
              .servicesPage #topSec .flexBox #filters .tabBtntBox .box .Flexitm button {
                padding: 5px 5px; } }
        .servicesPage #topSec .flexBox #filters .tabBtntBox .box.box1 .Flexitm {
          width: calc(100% / 2); }
          @media only screen and (min-width: 768px) {
            .servicesPage #topSec .flexBox #filters .tabBtntBox .box.box1 .Flexitm {
              width: calc(100% / 3); } }
          .servicesPage #topSec .flexBox #filters .tabBtntBox .box.box1 .Flexitm button {
            background: #13599547;
            box-shadow: inset 3px -3px 3px #8997a5; }
            .servicesPage #topSec .flexBox #filters .tabBtntBox .box.box1 .Flexitm button:hover, .servicesPage #topSec .flexBox #filters .tabBtntBox .box.box1 .Flexitm button.is-checked {
              background: #21466c;
              color: white;
              box-shadow: #0d253c 6px -6px 4px inset; }
        .servicesPage #topSec .flexBox #filters .tabBtntBox .box.box2 .Flexitm {
          width: calc(100% / 2); }
          .servicesPage #topSec .flexBox #filters .tabBtntBox .box.box2 .Flexitm button {
            background: #13599547;
            box-shadow: inset 6px -6px 4px #b3bac3; }
            .servicesPage #topSec .flexBox #filters .tabBtntBox .box.box2 .Flexitm button:hover, .servicesPage #topSec .flexBox #filters .tabBtntBox .box.box2 .Flexitm button.is-checked {
              background: #21466c;
              box-shadow: #0d253c 6px -6px 4px inset;
              color: white; }
      .servicesPage #topSec .flexBox #filters .tabBtntBox .viewAllBtn {
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        color: #c9cdd2;
        min-height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px 10px;
        width: 100%;
        transition: all 0.3s;
        border: none;
        border-radius: 0px;
        outline: none;
        background: transparent; }
        @media only screen and (min-width: 468px) {
          .servicesPage #topSec .flexBox #filters .tabBtntBox .viewAllBtn {
            font-size: 18px; } }
        @media only screen and (min-width: 992px) {
          .servicesPage #topSec .flexBox #filters .tabBtntBox .viewAllBtn {
            font-size: 20px; } }
        @media only screen and (min-width: 1441px) {
          .servicesPage #topSec .flexBox #filters .tabBtntBox .viewAllBtn {
            font-size: 24px; } }
.servicesPage #filterCntnt {
  background-color: #dee4e8;
  padding: 35px 10px 50px; }
  @media only screen and (min-width: 576px) {
    .servicesPage #filterCntnt {
      padding: 40px 20px 65px; } }
  .servicesPage #filterCntnt .element-item {
    padding: 5px;
    width: calc(100% / 2); }
    @media only screen and (min-width: 468px) {
      .servicesPage #filterCntnt .element-item {
        padding: 10px;
        width: calc(100% / 3); } }
    @media only screen and (min-width: 576px) {
      .servicesPage #filterCntnt .element-item {
        width: calc(100% / 4); } }
    @media only screen and (min-width: 768px) {
      .servicesPage #filterCntnt .element-item {
        width: calc(100% / 5); } }
    @media only screen and (min-width: 992px) {
      .servicesPage #filterCntnt .element-item {
        width: calc(100% / 6); } }
    @media only screen and (min-width: 1200px) {
      .servicesPage #filterCntnt .element-item {
        width: calc(100% / 8); } }
    .servicesPage #filterCntnt .element-item .itemWrap {
      text-align: center;
      background-color: white;
      height: 130px;
      transition: transform 0.8s;
      transform-style: preserve-3d; }
      @media only screen and (min-width: 468px) {
        .servicesPage #filterCntnt .element-item .itemWrap {
          height: 150px; } }
    .servicesPage #filterCntnt .element-item .flipItm1 {
      padding: 30px 10px; }
      @media only screen and (min-width: 1441px) {
        .servicesPage #filterCntnt .element-item .flipItm1 {
          padding: 30px 15px; } }
      .servicesPage #filterCntnt .element-item .flipItm1 .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 45px;
        margin-bottom: 10px; }
        .servicesPage #filterCntnt .element-item .flipItm1 .icon .picture, .servicesPage #filterCntnt .element-item .flipItm1 .icon picture {
          width: auto;
          height: auto; }
      .servicesPage #filterCntnt .element-item .flipItm1 .title {
        font-size: 11px;
        font-family: "Gotham";
        color: #3a3a3a; }
        @media only screen and (min-width: 468px) {
          .servicesPage #filterCntnt .element-item .flipItm1 .title {
            font-size: 12px; } }
    .servicesPage #filterCntnt .element-item .flipItm2 {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #21466c;
      opacity: 0;
      visibility: hidden;
      filter: alpha(opacity=0);
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      padding: 10px;
      -webkit-transform: rotateY(0deg);
      transform: rotateY(0deg); }
      @media only screen and (min-width: 1441px) {
        .servicesPage #filterCntnt .element-item .flipItm2 {
          padding: 15px; } }
      .servicesPage #filterCntnt .element-item .flipItm2 p {
        font-size: 12px;
        font-family: "Gotham";
        color: white;
        line-height: 16px;
        margin: 0px; }
        @media only screen and (min-width: 468px) {
          .servicesPage #filterCntnt .element-item .flipItm2 p {
            font-size: 13px;
            line-height: 18px; } }
    .servicesPage #filterCntnt .element-item:hover .itemWrap {
      -moz-transform: scale(-1, 1);
      -webkit-transform: scale(-1, 1);
      -o-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
      transform: scale(-1, 1); }
    .servicesPage #filterCntnt .element-item:hover .flipItm1 {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    .servicesPage #filterCntnt .element-item:hover .flipItm1, .servicesPage #filterCntnt .element-item:hover .flipItm2 {
      position: absolute;
      width: 100%;
      height: 100%; }
    .servicesPage #filterCntnt .element-item:hover .flipItm2 {
      -moz-transform: scale(-1, 1);
      -webkit-transform: scale(-1, 1);
      -o-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
      opacity: 1;
      visibility: visible;
      filter: alpha(opacity=1); }

/************** ******* ************* */
/************ COMPANY_PAGE ********** */
/************** ******* ************* */
.companyPage #clientsList {
  padding: 45px 0; }
  @media only screen and (min-width: 468px) {
    .companyPage #clientsList {
      padding: 70px 0 75px; } }
  .companyPage #clientsList .sectioninfo {
    margin-bottom: 30px; }
    /*@media only screen and (min-width: 992px) {*/
    /*  .companyPage #clientsList .sectioninfo {*/
    /*    margin-bottom: 45px; } }*/
    @media only screen and (min-width: 768px) {
      .companyPage #clientsList .sectioninfo {
        margin-bottom: 80px; } }
    .companyPage #clientsList .sectioninfo p {
      font-size: 13px;
      font-family: "Gotham";
      line-height: 20px;
      color: #194a74; }
      @media only screen and (min-width: 468px) {
        .companyPage #clientsList .sectioninfo p {
          font-size: 14px;
          line-height: 22px; } }
      @media only screen and (min-width: 992px) {
        .companyPage #clientsList .sectioninfo p {
          font-size: 16px;
          line-height: 24px; } }
      @media only screen and (min-width: 1441px) {
        .companyPage #clientsList .sectioninfo p {
          font-size: 20px;
          line-height: 26px; } }
  .companyPage #clientsList .MainRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  @media only screen and (min-width: 768px) {
    .companyPage #clientsList .item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .companyPage #clientsList .item:not(:last-of-type) {
    margin-bottom: 50px; }
    @media only screen and (min-width: 768px) {
      .companyPage #clientsList .item:not(:last-of-type) {
        margin-bottom: 80px; } }
  .companyPage #clientsList .item .logoSec {
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
        .companyPage #clientsList .item .logoSec img {
    width: 40% !important;
}
      .companyPage #clientsList .item .logoSec {
        flex: 0 0 auto;
        width: 33.3333333333%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 15px;
        margin-bottom: 0px; } }
    .companyPage #clientsList .item .logoSec .picture, .companyPage #clientsList .item .logoSec picture {
      display: flex;
      align-items: center;
      justify-content: center; }
      .companyPage #clientsList .item .logoSec .picture img, .companyPage #clientsList .item .logoSec picture img {
        width: auto;
        height: auto; }
  @media only screen and (min-width: 768px) {
    .companyPage #clientsList .item .cntnSec {
      flex: 0 0 auto;
      width: 66.6666666667%;
      border-left: 1px solid #e4e4e4;
      padding: 0 50px 0 45px; } }
  @media only screen and (min-width: 992px) {
    .companyPage #clientsList .item .cntnSec {
      padding: 0 105px 0 75px; } }
  .companyPage #clientsList .item .cntnSec .title {
      text-transform:uppercase;
      font-weight: 500;
    font-size: 20px;
    line-height: normal;
    font-family: "Gotham";
    color: #194a74;
    margin-bottom: 15px; }
    @media only screen and (min-width: 468px) {
      .companyPage #clientsList .item .cntnSec .title {
        font-size: 24px;
        margin-bottom: 20px; } }
    @media only screen and (min-width: 992px) {
      .companyPage #clientsList .item .cntnSec .title {
        font-size: 28px; } }
    @media only screen and (min-width: 1441px) {
      .companyPage #clientsList .item .cntnSec .title {
        font-size: 30px;
        margin-bottom: 25px; } }
  .companyPage #clientsList .item .cntnSec p {
    color: #545454; }
    @media only screen and (min-width: 576px) {
      .companyPage #clientsList .item .cntnSec p {
        font-size: 14px;
        line-height: 24px; } }
    @media only screen and (min-width: 768px) {
      .companyPage #clientsList .item .cntnSec p {
        margin-bottom: 25px; } }
    @media only screen and (min-width: 1441px) {
      .companyPage #clientsList .item .cntnSec p {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 35px; } }
  .companyPage #clientsList .item .cntnSec a {
    font-size: 13px;
    color: #194a74;
    display: block;
    font-family: "Gotham"; }
    @media only screen and (min-width: 576px) {
      .companyPage #clientsList .item .cntnSec a {
        font-size: 14px;
        margin-top: -10px; } }
    @media only screen and (min-width: 1441px) {
      .companyPage #clientsList .item .cntnSec a {
        font-size: 15px;
        margin-top: -15px; } }

/************** ******* ************* */
/********** EXPERIENCE_PAGE ******** */
/************** ******* ************* */
.experiencePage #clientsList {
  padding: 45px 0; }
  @media only screen and (min-width: 468px) {
    .experiencePage #clientsList {
      padding: 65px 0; } }
  @media only screen and (min-width: 992px) {
    .experiencePage #clientsList {
      padding: 85px 0; } }
  @media only screen and (min-width: 1441px) {
    .experiencePage #clientsList {
      padding: 100px 0; } }
  .experiencePage #clientsList .GridBox {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .experiencePage #clientsList .GridBox::before {
      content: "";
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 100%;
      height: 1px;
      background: white;
      z-index: 1; }
    .experiencePage #clientsList .GridBox::after {
      content: "";
      position: absolute;
      right: 0px;
      top: 0px;
      width: 1px;
      height: 100%;
      background: white;
      z-index: 1; }
  .experiencePage #clientsList .item {
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    width: calc(100% / 2);
    min-height: 140px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (min-width: 400px) {
      .experiencePage #clientsList .item {
        width: calc(100% / 3);
        padding: 20px;
        min-height: 150px; } }
    @media only screen and (min-width: 576px) {
      .experiencePage #clientsList .item {
        width: calc(100% / 4);
        min-height: 200px; } }
    @media only screen and (min-width: 992px) {
      .experiencePage #clientsList .item {
        width: calc(100% / 5); } }
    .experiencePage #clientsList .item .picture, .experiencePage #clientsList .item picture {
      display: flex;
      align-items: center;
      justify-content: center; }
      .experiencePage #clientsList .item .picture img, .experiencePage #clientsList .item picture img {
        width: auto;
        height: auto; }

/************** ******* ************* */
/************ CONTACT_PAGE ********** */
/************** ******* ************* */
.contactPage #contactDetails {
  padding: 45px 0; }
  @media only screen and (min-width: 468px) {
    .contactPage #contactDetails {
      padding: 65px 0; } }
  @media only screen and (min-width: 992px) {
    .contactPage #contactDetails {
      padding: 85px 0; } }
  @media only screen and (min-width: 1441px) {
    .contactPage #contactDetails {
      padding: 95px 0; } }
  .contactPage #contactDetails .pageHead {
    font-size: 22px;
    font-family: "Gotham";
    color: #194a74;
    line-height: normal;
    margin-bottom: 25px;
    text-align: center; }
    @media only screen and (min-width: 468px) {
      .contactPage #contactDetails .pageHead {
        font-size: 26px;
        margin-bottom: 30px; } }
    @media only screen and (min-width: 992px) {
      .contactPage #contactDetails .pageHead {
        font-size: 32px;
        margin-bottom: 40px; } }
    @media only screen and (min-width: 1441px) {
      .contactPage #contactDetails .pageHead {
        font-size: 36px;
        margin-bottom: 50px; } }
  @media only screen and (min-width: 768px) {
    .contactPage #contactDetails .row {
      margin: 0 -25px; } }
  @media only screen and (min-width: 1441px) {
    .contactPage #contactDetails .row {
      margin: 0 -45px 0 -20px; } }
  @media only screen and (min-width: 768px) {
    .contactPage #contactDetails .col-, .contactPage #contactDetails [class^="col-"], .contactPage #contactDetails [class*="col-"] {
      padding: 0 25px; } }
  @media only screen and (min-width: 992px) {
    .contactPage #contactDetails .col-, .contactPage #contactDetails [class^="col-"], .contactPage #contactDetails [class*="col-"] {
      padding: 0 45px; } }
  .contactPage #contactDetails .col-:first-child, .contactPage #contactDetails [class^="col-"]:first-child, .contactPage #contactDetails [class*="col-"]:first-child {
    border-right: 1px solid #e9e9e9; }
  @media only screen and (min-width: 768px) {
    .contactPage #contactDetails .infoBox {
      text-align: right; } }
  .contactPage #contactDetails .infoBox ul li:not(:last-of-type) {
    margin-bottom: 20px; }
  .contactPage #contactDetails .infoBox ul li .label {
    font-size: 20px;
    color: #5a769c;
    font-weight:500;
    margin-bottom: 8px; }
    @media only screen and (min-width: 468px) {
      .contactPage #contactDetails .infoBox ul li .label {
        font-size: 22px; } }
  .contactPage #contactDetails .infoBox ul li p {
      font-weight:500;
    font-size: 16px;
    line-height: 26px;
    color: #1e476b; }
    @media only screen and (min-width: 468px) {
      .contactPage #contactDetails .infoBox ul li p {
        font-size: 18px;
        line-height: 30px; } }
    .contactPage #contactDetails .infoBox ul li p br {
      display: none; }
      @media only screen and (min-width: 870px) {
        .contactPage #contactDetails .infoBox ul li p br {
          display: block; } }
  .contactPage #contactDetails .infoBox ul li a {
    font-size: 16px;
    color: #1e476b;
    line-height: normal;
    font-weight:500;
    display: block; }
    @media only screen and (min-width: 468px) {
      .contactPage #contactDetails .infoBox ul li a {
        font-size: 18px; } }
  .contactPage #contactDetails .lftSec iframe {
    width: 100%;
    height: 200px;
    margin-top: 40px;
    margin-bottom: -10px; }
    @media only screen and (min-width: 576px) {
      .contactPage #contactDetails .lftSec iframe {
        height: 285px;
        margin-top: 70px; } }
    @media only screen and (min-width: 1441px) {
      .contactPage #contactDetails .lftSec iframe {
        height: 345px; } }
  .contactPage #contactDetails .ritSec {
    margin-top: 25px; }
    @media only screen and (min-width: 468px) {
      .contactPage #contactDetails .ritSec {
        margin-top: 40px; } }
    @media only screen and (min-width: 768px) {
      .contactPage #contactDetails .ritSec {
        margin-top: 0; } }
    .contactPage #contactDetails .ritSec iframe {
      width: 100%;
      height: 200px; }
      @media only screen and (min-width: 576px) {
        .contactPage #contactDetails .ritSec iframe {
          height: 285px; } }
      @media only screen and (min-width: 768px) {
        .contactPage #contactDetails .ritSec iframe {
          height: 100%; } }
    .contactPage #contactDetails .ritSec img {
      width: 100%;
      object-fit: cover; }
      @media only screen and (min-width: 768px) {
        .contactPage #contactDetails .ritSec img {
          height: 100%; } }

/******************ERROR_PAGE********************* */
#error_page {
  margin-top: 75px; }
  @media only screen and (min-width: 992px) {
    #error_page {
      margin-top: 112px; } }
  #error_page .row {
    margin: 0; }
  #error_page .page_cntnt {
    padding: 40px 0 70px;
    text-align: center;
    margin: auto; }
    @media only screen and (min-width: 468px) {
      #error_page .page_cntnt {
        padding: 80px 0 120px; } }
  #error_page .head_one {
    font-size: 69px;
    font-weight: 700;
    color: #194a74;
    letter-spacing: 1px; }
    @media only screen and (min-width: 468px) {
      #error_page .head_one {
        font-size: 95px; } }
  #error_page .head_two {
    font-size: 14px;
    font-weight: 600;
    color: #696868;
    margin-bottom: 30px;
    letter-spacing: 1px; }
    @media only screen and (min-width: 468px) {
      #error_page .head_two {
        font-size: 20px;
        margin-bottom: 40px; } }
  #error_page .head_three {
    font-size: 16px;
    line-height: normal;
    letter-spacing: 1px;
    font-weight: 600;
    color: #696868;
    margin-bottom: 15px; }
    @media only screen and (min-width: 468px) {
      #error_page .head_three {
        font-size: 25px; } }
  #error_page p {
    color: #696868;
    margin: 0px; }
  #error_page .viewMore {
    background: #194a74;
    padding: 13px 20px;
    color: #fff;
    margin-top: 35px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px; }

/************ ****** *********** */
/************ FOOTER *********** */
/************ ****** *********** */
footer {
  position: relative; }
  footer::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #135995ad;
    z-index: 1;
    user-select: none; }
  footer .footBg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    user-select: none; }
  footer .footTop {
    position: relative;
    z-index: 1;
    padding: 55px 0 30px; }
    @media only screen and (min-width: 468px) {
      footer .footTop {
        padding: 90px 0 50px; } }
    @media only screen and (min-width: 1441px) {
      footer .footTop {
        padding: 110px 0 60px; } }

    footer .footTop .logo {
      width: 105px;
      margin-bottom: 15px;
      display: block; }
      @media only screen and (min-width: 468px) {
        footer .footTop .logo {
          width: 185px;
          margin-bottom: 22px; } }
  
      @media only screen and (min-width: 1200px) {
        footer .footTop .logo {
          width: 180px;
} }
      @media only screen and (min-width: 1441px) {
        footer .footTop .logo {
          margin-bottom: 25px; } }
    footer .footTop p {
      font-size: 13px;
      line-height: 18px;
      color: white;
      margin: 0px; }
      @media only screen and (min-width: 1441px) {
        footer .footTop p {
          font-size: 15px;
          line-height: 27px; } }
    footer .footTop .footHead {
      font-size: 16px;
      font-weight:500;
      color: white;
      /*text-transform: uppercase;*/

      margin-bottom: 8px; }
      @media only screen and (min-width: 468px) {
        footer .footTop .footHead {
          font-size: 20px;
          margin-bottom: 25px; } }
    footer .footTop ul li {
      font-size: 13px;
      color: white; }
      footer .footTop ul li:not(:last-of-type) {
        margin-bottom: 8px; }
      @media only screen and (min-width: 468px) {
        footer .footTop ul li {
          font-size: 14px; } }
      @media only screen and (min-width: 1441px) {
        footer .footTop ul li {
          font-size: 15px; }
          footer .footTop ul li:not(:last-of-type) {
            margin-bottom: 12px; } }
      footer .footTop ul li a {
        font-size: 13px;
        color: white; }
        @media only screen and (min-width: 468px) {
          footer .footTop ul li a {
            font-size: 14px; } }
        @media only screen and (min-width: 1441px) {
          footer .footTop ul li a {
            font-size: 15px; } }
    footer .footTop .mail {
      margin-top: 20px; }
      @media only screen and (min-width: 468px) {
        footer .footTop .mail {
          margin-top: 25px; } }
      @media only screen and (min-width: 1441px) {
        footer .footTop .mail {
          margin-top: 26px; } }
    footer .footTop .callNow {
      display: flex;
      align-items: center;
      margin-top: 20px; }
      @media only screen and (min-width: 468px) {
        footer .footTop .callNow {
          margin-top: 25px; } }
      @media only screen and (min-width: 1441px) {
        footer .footTop .callNow {
          margin-top: 30px; } }
      footer .footTop .callNow .wrap {
        padding-left: 10px; }
      footer .footTop .callNow svg {
        width: 43px;
        height: 43px;
        fill: white; }
      footer .footTop .callNow .txt {
        font-size: 13px;
        color: white; }
        @media only screen and (min-width: 1441px) {
          footer .footTop .callNow .txt {
            font-size: 15px; } }
      footer .footTop .callNow .nbr {
        font-size: 20px;
        color: white; }
        @media only screen and (min-width: 992px) {
          footer .footTop .callNow .nbr {
            font-size: 21px; } }
        @media only screen and (min-width: 1200px) {
          footer .footTop .callNow .nbr {
            font-size: 24px; } }
        @media only screen and (min-width: 1441px) {
          footer .footTop .callNow .nbr {
            font-size: 26px; } }
  footer .copyright {
    background: #135995;
    position: relative;
    z-index: 1;
    padding: 20px 15px;
    text-align: center; }
    @media only screen and (min-width: 550px) {
      footer .copyright {
        text-align: left; } }
    @media only screen and (min-width: 1441px) {
      footer .copyright {
        padding: 35px 15px; } }
    @media only screen and (min-width: 550px) {
      footer .copyright .container {
        align-items: center;
        justify-content: space-between;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    footer .copyright p {
      font-size: 13px;
      color: white;
      margin: 0px; }
      @media only screen and (min-width: 1441px) {
        footer .copyright p {
          font-size: 14px; } }
    footer .copyright ul {
      align-items: center;
      justify-content: center;
      margin-top: 7px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media only screen and (min-width: 550px) {
        footer .copyright ul {
          margin-top: 0px;
          justify-content: normal; } }
      footer .copyright ul .txt {
        font-size: 13px;
        color: white;
        margin-right: 15px; }
        @media only screen and (min-width: 1441px) {
          footer .copyright ul .txt {
            font-size: 14px; } }
      footer .copyright ul a {
        width: 75px;
        display: block; }
        @media only screen and (min-width: 550px) {
          footer .copyright ul a {
                    width: 105px;
        border-radius: 5px;
        overflow: hidden;
              
              
          } }

.scrollup {
  width: 35px;
  height: 35px;
  position: fixed;
  right: 10px;
  bottom: 25px;
  display: none;
  z-index: 5;
  align-items: center;
  justify-content: center;
  background: #194a74; }
  @media only screen and (min-width: 576px) {
    .scrollup {
      width: 45px;
      height: 45px;
      bottom: 40px;
      right: 20px; } }
  .scrollup svg {
    fill: white;
    width: 10px;
    height: 10px; }
    @media only screen and (min-width: 576px) {
      .scrollup svg {
        width: 15px;
        height: 15px; } }

.DesckSlide:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #0000005d, transparent);
}
/*.DesckSlide:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 0%;*/
/*background-image: url(../../images/vector.png);*/
/*    top: 0;*/
/*    right: 0;*/
/*    background-size: cover;*/
/*    transition:0.9s ease all;*/
/*    opacity: 0.85;*/
/*}*/

.carousel-item.active .DesckSlide:after{
      height: 100%;
          transition:0.9s ease all;
}
.DesckSlide{
    position: relative;
}

.footAbout strong {
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
}
.footHeadSm {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
@media(min-width:576px){
    .footAbout strong {
    font-size: 16px;

}
    .footHeadSm {

    font-size: 20px;

}
}
.servicesPage .countFlex div {
    font-weight: 600;
}
#clientsList a {
    border-radius:5px;
    width: fit-content;
    background: #135995;
    color: #fff !important;
    padding: 10px 20px;
}
#clientsList a:hover {
    background: #000;

}
.ServiceSlide .slick-track {
    counter-reset: css-counter 0;
}
.ServiceSlide .slick-track a {
    counter-increment: css-counter 1;
}
.ServiceSlide .slick-track a .cntntBox:before {
    transition: 0.5s ease all;
    position: absolute;
    content: counter(css-counter) " ";
    top: 0;
    border-radius: 50%;
    left: 0;
    font-size: 167px;
    color: #13599512;
    justify-content: center;
    font-weight: 700;
    display: flex
;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: -1;
}
 #welcomeSec .CntntSec .head{
     text-align:left;
 }
 .companyPage #clientsList .MainRow .item .bespoke {
    color: #7d754f;
}
.companyPage #clientsList .MainRow .item .domus {
    color: #000000;
}
.companyPage #clientsList .MainRow .item .sahalah {
    color: #a3a9ae;
}
.companyPage #clientsList .MainRow .item .candoo {
    color: #da2124;
}
.servicesPage #filterCntnt .element-item .flipItm1 .icon picture img {
    height: auto;
    width: 85px;
}
.InnerSlider-item{
    position:relative;
} 
.companyPage .slick-nav path{
        fill: #ffffff91;
}
.companyPage .slick-nav div{
    cursor:pointer;
}
.companyPage .slick-nav svg {
    width:30px;
    height: auto;
}
@media(min-width:1200px){
    section#MainSlider {
    margin-top: 70px;
}
    .companyPage .slick-nav svg {
    width:40px;
}
}
@media(min-width:1440px){
    .companyPage .slick-nav svg {
    width: 50px;
}
}
@media(max-width:991px){
    .companyPage .slick-nav{
        display:none!important;
    }
}
.companyPage .slick-nav div:hover path{
        fill: #fff;
}
.companyPage .slick-nav {
    position: absolute;
    top: 50%;
    z-index: 9;
    width: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: space-between;
}
.companyPage #clientsList .sectioninfo p {
    margin-bottom: 0;
}
@media(max-width:1199px){
        #welcomeSec .CntntSec {
    margin-top: 20px;
    padding: 0px 15px 40px 15px;
}
}
@media(max-width:575px){
    #MainSlider {
    margin-top: 66px;
}

footer .footTop ul li:not(:last-of-type) {
    margin-bottom: 5px;
}
    .companyPage #clientsList .item .logoSec img{
            width: 150px!important;
    }
    .companyPage #clientsList .item .logoSec picture {
    justify-content: flex-start;
}
    .footAbout + div, .footAbout + div +div, .footAbout + div +div+div {
    margin-top: 20px;
}
    #OurServices .box img {
    object-position: top;
}
    #pageBanner img {

    height: 280px;}
    .DesckSlide:after {

    background-size: 100% 100%;

}
    .contactPage #contactDetails .infoBox ul li:not(:last-of-type) {
    margin-bottom: 15px;
}
    .contactPage #contactDetails .infoBox ul li p {
    margin-bottom: 5px;
}

    footer .copyright ul a {
    display: flex
;
}

    footer .copyright {
    padding: 10px 15px;
}

    #OurServices .box .cntntBox{
        width:80%;
        font-size:18px;
            padding: 20px 20px 20px;
    }

    #welcomeSec {
    margin-top: 50px;
}
.companyPage #clientsList .item:not(:last-of-type) {
    margin-bottom: 0;
}
.companyPage #clientsList .item {
    margin-top:50px;
}
.companyPage #clientsList .sectioninfo,


    #MainSlider .carousel-item .carouselCntnt2 .info{
        padding:5px 0px 0px 0px;
    }
    footer .footTop .mail {
    margin-top: 8px;
}
}
.homePage svg {
    position: absolute;
    z-index:1;
        right: 0;
    width: 58%;
    height: 100%;
}
/* Initial State (before load) */
.homePage svg path:first-child {
    transform: translateY(-100%);
    transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1), opacity 3s ease;
    opacity: 0.85;
}
.homePage svg path:nth-child(2) {
    transform: translateY(100%);
    transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1);
}
.homePage svg path:last-child {
    transform: translateY(-100%);
    transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1), opacity 3s ease;
    opacity: 0.85;
}
@media(max-width:1199px){
    .homePage svg{
        width:70%;
    }
}
@media(max-width:575px){
    .homePage svg{
        width:70%;
    }
}
.homePage .carousel-item.active  svg path:first-child {
    transform:translateY(0%);
    transition:1s ease all;
}
.homePage .carousel-item.active  svg path:nth-child(2) {
    transform:translateY(0%);
     transition:1s ease all;
}
.homePage .carousel-item.active  svg path:last-child {
    transform:translateY(0%);
     transition:1s ease all;
}


/*a[href="tel:+971 (0)4 447 8244"] {*/
/*    color: #5a769c !important;*/
/*    font-weight: 400 !important;*/
/*}*/
/*# sourceMappingURL=app.css.map */
