﻿@import url("https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap");
/*@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');*/
:root {
  --prored: #f00 !important;
  --problue: #00f !important;
  --theme-background: #3f51b5 !important;
  --theme-color: #3f51b5 !important;
  --theme-border-color: #3f51b5 !important;
  --theme-bg-menu: #3f51b5;
  --theme-bg-sub-menu: #3f51b5;
  --theme-bg-sub-menu-hover: #3f51b5; }

html {
  font-size: 15px; }

body {
  /*font-family: 'Segoe UI', sans-serif;*/
  font-size: 1rem !important;
  font-weight: 400;
  color: #576366 !important;
  font-family: 'Livvic',sans-serif;
  line-height: 1.5;
  letter-spacing: .5px;
  overflow-x: hidden !important; }
  @media (max-width: 991px) {
    body::-webkit-scrollbar {
      display: none; } }

.setfont p, .setfont span, .setfont strong {
  font-size: 1rem !important;
  font-weight: 400;
  color: #576366 !important;
  font-family: "Livvic", sans-serif !important; }

.setfont strong {
  font-weight: 500 !important;
  color: initial !important; }

.btn {
  font-size: inherit; }

.btn-circle-light {
  font-weight: 600;
  font-size: 1.2rem;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  border: 0 !important;
  outline: none !important;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  background-color: #eee;
  color: #000 !important; }

.btn-circle-light i {
  line-height: normal; }

.btn-circle-light:hover {
  background-color: #ddd; }

.btn-transparent {
  background: transparent;
  color: #555; }

.btn-transparent:hover {
  background: #eee; }

.btn-theme {
  background: var(--theme-background);
  color: #fff;
  border-color: var(--theme-background); }

/*.btn-theme:hover {
    background: var(--theme-background-dark);
    border-color: var(--theme-background-dark);
}*/
a {
  cursor: pointer;
  margin: auto; }

b, strong, .strong {
  font-weight: 600; }

/******************************************;
             Header
******************************************/
.header1 {
  /*#header.fixed .logo a {
        height: 70px;
    }
    #header.fixed .logo a img{
        max-height: 180%;
        max-width: 180%;
    }*/
  /*.header-left:after {
        content: "";
        clip-path: polygon(0 0, 100% 0, 93.9% 100%, 0% 105%);
        background-color: var(--theme-background);
        width: 114%;
        position: absolute;
        right: 72px;
        top: 0;
        bottom: 0;
    }*/
  /*.header-right .login-btns:before {
        content: "";
        z-index: 1;
        background-color:var(--theme-background);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }*/ }
  .header1 #header {
    z-index: 99;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
  .header1 #header > .container:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    -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; }
  .header1 .navmenu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1); }
  .header1 .clsheaderlogo {
    width: auto;
    max-height: calc(100% - 10px);
    margin: 5px 0;
    position: absolute;
    display: block; }
  .header1 .navmenu {
    background-color: #fff; }
  .header1 .navmenu.whitebackground {
    background-color: #fff; }
  @media (min-width: 992px) {
    .header1 .navmenu.autobackground {
      background: var(--theme-background) !important; }
    .header1 .navmenu.autobackground #MainMenu > .LevelOne > li > a {
      color: #fff !important; } }
  .header1 .navmenu.autobackground .subclass a {
    color: #000 !important; }
  .header1 .header-topbar {
    background: #f5f8fd;
    position: relative;
    z-index: 999;
    overflow: hidden; }
  .header1 .header-topbar ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  .header1 .header-left {
    padding: 0; }
  .header1 .header-left ul {
    display: flex;
    position: relative;
    z-index: 1; }
  .header1 .header-left ul li > a, .header1 .header-left ul li > span {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 8px;
    color: #000; }
  .header1 .header-left ul li > a:hover {
    color: var(--theme-background);
    /*color: rgba(0, 0, 0, 0.7);*/ }
  .header1 .header-right {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-end; }
  .header1 .header-right ul {
    display: flex;
    justify-content: flex-end; }
  .header1 .header-right ul li > a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 8px;
    color: #000;
    text-decoration: none !important; }
  .header1 .header-right ul li > a:hover {
    color: var(--prored); }
  .header1 .header-right .login-btns {
    display: flex;
    position: relative;
    /*background: rgba(0, 0, 0, 0.3);*/
    padding: 0 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    line-height: 40px; }
  .header1 .header-right .login-btns li a {
    color: #000;
    position: relative;
    z-index: 2;
    padding: 0;
    text-decoration: none !important; }
  .header1 .header-right .login-btns li a:hover {
    color: var(--theme-background);
    /*color: rgba(255, 255, 255, 0.7);*/ }
  .header1 .header-right .login-btns li + li {
    margin-left: 30px; }
  .header1 .header-right .login-btns li + li a:before {
    content: "|";
    position: absolute;
    left: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .header1 #header .logo {
    padding-top: 5px;
    padding-bottom: 5px;
    /*padding-right: 294px;*/
    /*margin-right:250px;*/ }
  .header1 #header .logo a {
    text-decoration: none !important;
    font-weight: 700;
    font-size: 20px;
    max-width: 200px;
    height: 70px;
    display: block;
    position: relative;
    -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; }
  .header1 #header .logo a img {
    max-height: 100%;
    max-width: 100%;
    -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; }
  .header1 #MainMenu {
    -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; }
  .header1 #MainMenu ul {
    margin: 0;
    padding: 0;
    text-align: right; }
  .header1 #MainMenu ul li {
    display: inline-block;
    position: relative; }
  .header1 #MainMenu ul li a {
    color: #000; }
  .header1 div.MenuOverlay {
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    opacity: 0;
    -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; }
  .header1 .MobileMenuBar {
    display: none; }
  @media (max-width: 991px) {
    .header1 {
      /*.MobileMenuBar.change .bar1 {
            -webkit-transform: rotate(-45deg) translate(-3px, 2px);
            -moz-transform: rotate(-45deg) translate(-3px, 2px);
            -o-transform: rotate(-45deg) translate(-3px, 2px);
            transform: rotate(-45deg) translate(-3px, 2px); 
        }
        .MobileMenuBar.change .bar2 {opacity: 0; }
        .MobileMenuBar.change .bar3 {
            -webkit-transform: rotate(45deg) translate(-8px, -8px);
            -moz-transform: rotate(45deg) translate(-8px, -8px);
            -o-transform: rotate(45deg) translate(-8px, -8px);
            transform: rotate(45deg) translate(-8px, -8px); 
        }*/ }
      .header1 #header {
        padding: 0;
        background: #fff; }
      .header1 #header .social-icons {
        display: none; }
      .header1 #header.fixed {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 999;
        -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1); }
      .header1 #header .container:nth-child(1) {
        justify-content: left; }
      .header1 #header .logo {
        padding: 5px 0; }
      .header1 #header .logo a img {
        max-width: 100%;
        max-height: 100%; }
      .header1 .MobileMenuBar {
        display: block;
        width: 50px;
        padding: 30px 0 29px 0;
        /*z-index: 1000;*/
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      .header1 .MobileMenuBar .bar1, .header1 .MobileMenuBar .bar2, .header1 .MobileMenuBar .bar3 {
        width: 22px;
        height: 2px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        background-color: #4d4d4d; }
      .header1 .MobileMenuBar .bar2 {
        margin-top: 5px;
        margin-bottom: 5px; }
      .header1 .MenuOverlay > .CloseMenu {
        margin: 0;
        position: fixed;
        top: 0;
        left: 270px;
        color: #fff;
        width: 50px;
        height: 75px;
        text-align: center;
        font-size: 50px;
        font-weight: 300; }
      .header1 #header .container {
        padding: 0 5px 0 60px;
        position: relative;
        justify-content: space-between; }
      .header1 #header .container .logo a {
        height: 70px; }
      .header1 #MainMenu {
        position: fixed;
        top: 0;
        left: -270px;
        bottom: 0;
        padding: 0 0 60px;
        width: 270px;
        overflow: auto;
        background-color: #fff;
        -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;
        /*@include transform(translateX(-270px));*/ }
      .header1 #MainMenu::-webkit-scrollbar {
        display: none !important; }
      .header1 #MainMenu > ul {
        visibility: hidden;
        opacity: 0;
        overflow: hidden; }
      .header1 .header-right .mr-2 {
        margin: 0 !important; }
      .header1 .header-right .ellipsis-v {
        background: transparent;
        margin-right: 0.5rem !important; }
      .header1 .header-right .ellipsis-v:after {
        display: none; } }
  @media (min-width: 992px) {
    .header1 .HeaderTop .container .HeaderTopRight ul {
      float: right; }
    .header1 #header .HeaderTop {
      padding: 0; }
    .header1 #MainMenu {
      /* position:relative;
            display: flex;
            justify-content: flex-end;*/
      margin-left: 151px !important;
      white-space: nowrap; }
    .header1 #MainMenu .LevelOne > .HasUl.last > ul {
      right: 0;
      left: initial; }
    .header1 #MainMenu .LevelOne > .HasUl.last > ul ul {
      right: 100%;
      left: initial; }
    .header1 #MainMenu .LevelOne > .HasUl.last a.icoinn {
      padding-left: 15px !important; }
    .header1 #MainMenu .LevelOne > .HasUl.last a.icoinn .mdi-chevron-right {
      left: 10px;
      top: 12px; }
    .header1 #MainMenu .LevelOne > .HasUl.last a.icoinn .mdi-chevron-right:before {
      transform: rotate(180deg); }
    .header1 #MainMenu .-primary li a {
      white-space: nowrap; }
    .header1 #MainMenu .--hidden {
      display: none; }
    .header1 #MainMenu .-secondary {
      display: none;
      position: absolute;
      top: 100%;
      right: 0;
      left: initial; }
    .header1 #MainMenu .-secondary .HasUl ul {
      left: -100%; }
    .header1 #MainMenu.--show-secondary .-secondary {
      display: block; }
    .header1 #MainMenu .-secondary .HasUl a.icoinn {
      padding-left: 15px !important; }
    .header1 #MainMenu .-secondary .HasUl a.icoinn .mdi-chevron-right {
      left: 10px;
      top: 12px; }
    .header1 #MainMenu .-secondary a.icoinn .mdi-chevron-right:before {
      transform: rotate(180deg); }
    .header1 #MainMenu > .LevelOne > li.fullmenu {
      position: inherit; }
    .header1 #MainMenu > .LevelOne > li.fullmenu ul {
      width: 100%;
      min-height: 100px;
      display: flex !important;
      flex-wrap: wrap; }
    .header1 #MainMenu > .LevelOne > li.fullmenu ul li {
      -ms-flex: 0 0 33.33%;
      flex: 0 0 33.33%;
      max-width: 33.33%; }
    .header1 #MainMenu > .LevelOne > li.fullmenu ul li a {
      border-top: 0;
      /*border-bottom: 1px solid #ececec;*/
      /*height: calc(100% - 24px);*/
      display: flex;
      align-items: center; }
    .header1 #MainMenu > .LevelOne > li > a {
      display: inline-block;
      padding: 0 8px;
      z-index: 10;
      height: 60px;
      line-height: 60px;
      text-decoration: none;
      color: #333;
      cursor: pointer;
      position: relative;
      white-space: nowrap; }
    .header1 #MainMenu > .LevelOne > li:hover > a:after {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      /*-ms-transform: $transform;*/
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .header1 #MainMenu > .LevelOne > li > a:hover,
    .header1 #MainMenu > .LevelOne > li.HasUl:hover > a {
      /*color:rgba(0, 0, 0, 0.4);*/ }
    .header1 #MainMenu > .LevelOne > li.HasUl > a {
      padding-right: 20px; }
    .header1 #MainMenu > .LevelOne > li.HasUl > a:after {
      content: "\F140";
      font-family: Material Design Icons;
      position: absolute;
      right: 0;
      top: 50%;
      font-size: 18px;
      line-height: 16px;
      margin-top: -8px;
      -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; }
    .header1 #MainMenu > .LevelOne > li > a i {
      margin-left: 8px;
      font-weight: bold;
      -webkit-transition: all .3s ease-out;
      -moz-transition: all .3s ease-out;
      -ms-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out; }
    .header1 #MainMenu > .LevelOne > li:hover > a > i {
      transform: rotate(180deg); }
    .header1 #MainMenu > .LevelOne > li > ul li.HasUl a {
      padding-right: 25px !important; }
    .header1 #MainMenu > .LevelOne > li > ul li.HasUl a > .fa {
      font-size: 1.3rem;
      position: absolute;
      right: 18px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      line-height: normal; }
    .header1 #MainMenu ul li ul {
      display: block !important;
      position: absolute;
      top: 100%;
      left: 0;
      min-width: 230px;
      padding: 12px 0;
      z-index: 9;
      text-align: left;
      /*white-space: nowrap;*/
      visibility: hidden;
      opacity: 0;
      background-color: #fff;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      -webkit-box-shadow: 0 3px 12px rgba(27, 31, 35, 0.15);
      -moz-box-shadow: 0 3px 12px rgba(27, 31, 35, 0.15);
      box-shadow: 0 3px 12px rgba(27, 31, 35, 0.15);
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      -moz-transition: opacity 0.35s, -webkit-transform 0.35s;
      -ms-transition: opacity 0.35s, -webkit-transform 0.35s;
      -o-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, -webkit-transform 0.35s;
      -webkit-transform: translate3d(0, -15px, 0);
      -moz-transform: translate3d(0, -15px, 0);
      -o-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0); }
    .header1 #MainMenu ul li:hover > ul {
      display: block;
      visibility: visible;
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      background: #fff; }
    .header1 #MainMenu li ul li {
      display: block; }
    .header1 #MainMenu li ul li a {
      display: block;
      padding: 8px 12px 8px 30px;
      margin: 0 10px;
      text-decoration: none;
      /*border-top: 1px solid #ececec;*/
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
      .header1 #MainMenu li ul li a:before {
        content: "\f054";
        font-family: Material Design Icons;
        font-size: 16px;
        position: absolute;
        left: 15px;
        top: 12px;
        line-height: normal; }
    .header1 #MainMenu li > ul > li:nth-child(1) > a {
      border: 0; }
    .header1 #MainMenu li ul li a:hover,
    .header1 #MainMenu > .LevelOne > li > ul li.HasUl:hover > a {
      background-color: #f5f8fd;
      color: var(--theme-background) !important; }
    .header1 #MainMenu li ul li ul {
      left: 100%;
      top: 0;
      -webkit-transform: translate3d(-15px, 0, 0);
      -moz-transform: translate3d(-15px, 0, 0);
      -o-transform: translate3d(-15px, 0, 0);
      transform: translate3d(-15px, 0, 0); }
    .header1 #MainMenu a.icoinn {
      padding-right: 20px !important; }
    .header1 #MainMenu a.icoinn .mdi-chevron-right {
      position: absolute;
      right: 10px;
      font-size: 13pt; }
    .header1 #MainMenu .fa-home + span {
      display: none; }
    .header1 .header-right {
      margin-left: auto;
      display: flex;
      align-items: center;
      position: relative;
      z-index: 1;
      justify-content: flex-end; }
    .header1 .header-right .contact {
      border: 1px solid #eee;
      border-radius: 5px;
      padding: 0 15px 0 54px;
      display: flex;
      align-items: center;
      height: 40px;
      position: relative; }
    .header1 .header-right .contact + .contact {
      margin-left: 15px; }
    .header1 .header-right .contact a {
      color: #212529;
      text-decoration: none !important; }
    .header1 .header-right .contact a:hover {
      color: var(--prored); }
    .header1 .header-right .contact i {
      display: flex;
      align-items: center;
      justify-content: center;
      border-right: 1px solid #eee;
      color: var(--prored);
      width: 40px;
      height: 100%;
      position: absolute;
      left: -1px;
      font-size: 20px; }
    .header1 .header-right .social-icons {
      margin: 0 0 0 30px;
      display: none; } }

@media (max-width: 991px) {
  .OpenMenu {
    overflow: hidden; }
    .OpenMenu .header1 .MenuOverlay {
      visibility: visible;
      opacity: 1; }
    .OpenMenu .header1 #MainMenu {
      z-index: 999;
      background-color: #fff;
      left: 0; }
      .OpenMenu .header1 #MainMenu .fa-home {
        display: none; }
      .OpenMenu .header1 #MainMenu > ul,
      .OpenMenu .header1 #MainMenu .btmbtn {
        visibility: visible;
        opacity: 1; }
      .OpenMenu .header1 #MainMenu > ul + ul {
        border-top: 1px solid #ddd; }
      .OpenMenu .header1 #MainMenu > ul li {
        display: block; }
      .OpenMenu .header1 #MainMenu > ul li.HasUl > a {
        padding-right: 30px; }
      .OpenMenu .header1 #MainMenu > ul li.HasUl > a:before {
        content: "\F140";
        font-family: Material Design Icons;
        position: absolute;
        right: 15px;
        top: 50%;
        font-size: 25px;
        line-height: 16px;
        margin-top: -8px;
        -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; }
      .OpenMenu .header1 #MainMenu > ul li.open > a:before {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #fff; }
      .OpenMenu .header1 #MainMenu > ul li.open > a {
        background-color: var(--theme-background);
        color: #fff; }
      .OpenMenu .header1 #MainMenu > ul li a {
        display: block;
        text-align: left;
        position: relative;
        padding: 12px 15px;
        text-decoration: none;
        height: auto !important; }
      .OpenMenu .header1 #MainMenu > ul li ul {
        display: none;
        margin-left: 14px; } }

.header2 {
  /*#header.fixed .logo a {
        height: 70px;
    }
    #header.fixed .logo a img{
        max-height: 180%;
        max-width: 180%;
    }*/
  /*.header-left:after {
        content: "";
        clip-path: polygon(0 0, 100% 0, 93.9% 100%, 0% 105%);
        background-color: var(--theme-background);
        width: 114%;
        position: absolute;
        right: 72px;
        top: 0;
        bottom: 0;
    }*/
  /*.header-right .login-btns:before {
        content: "";
        z-index: 1;
        background-color:var(--theme-background);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }*/ }
  .header2 #header {
    z-index: 99;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
  .header2 #header > .container:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    -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; }
  .header2 .navmenu {
    background-color: #fff; }
    .header2 .navmenu .container {
      position: relative; }
    .header2 .navmenu.fixed {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 99;
      -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1); }
    .header2 .navmenu.whitebackground {
      background-color: #fff; }
  .header2 .clsheaderlogo {
    width: auto;
    max-width: 180px;
    max-height: 100px;
    padding: 5px 0;
    margin: 0;
    position: absolute;
    display: block !important; }
  @media (min-width: 992px) {
    .header2 .navmenu.autobackground {
      background: var(--theme-background) !important; }
    .header2 .navmenu.autobackground #MainMenu > .LevelOne > li > a {
      color: #fff !important; } }
  .header2 .navmenu.autobackground .subclass a {
    color: #000 !important; }
  .header2 .header-topbar {
    background: #f5f8fd;
    position: relative;
    z-index: 999;
    overflow: hidden; }
  .header2 .header-topbar ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  .header2 .header-left {
    padding: 0; }
  .header2 .header-left ul {
    display: flex;
    position: relative;
    z-index: 1; }
  .header2 .header-left ul li > a, .header2 .header-left ul li > span {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 8px;
    color: #000; }
  .header2 .header-left ul li > a:hover {
    color: var(--theme-background);
    /*color: rgba(0, 0, 0, 0.7);*/ }
  .header2 .header-right {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-end; }
  .header2 .header-right ul {
    display: flex;
    justify-content: flex-end; }
  .header2 .header-right ul li > a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 8px;
    color: #000;
    text-decoration: none !important; }
  .header2 .header-right ul li > a:hover {
    color: var(--prored); }
  .header2 .header-right .login-btns {
    display: flex;
    position: relative;
    /*background: rgba(0, 0, 0, 0.3);*/
    padding: 0 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    line-height: 40px; }
  .header2 .header-right .login-btns li a {
    color: #000;
    position: relative;
    z-index: 2;
    padding: 0;
    text-decoration: none !important; }
  .header2 .header-right .login-btns li a:hover {
    color: var(--theme-background);
    /*color: rgba(255, 255, 255, 0.7);*/ }
  .header2 .header-right .login-btns li + li {
    margin-left: 30px; }
  .header2 .header-right .login-btns li + li a:before {
    content: "|";
    position: absolute;
    left: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .header2 #header .logo {
    padding-top: 5px;
    padding-bottom: 5px;
    /*padding-right: 294px;*/
    /*margin-right:250px;*/ }
  .header2 #header .logo a {
    text-decoration: none !important;
    font-weight: 700;
    font-size: 20px;
    max-width: 200px;
    height: 70px;
    display: block;
    position: relative;
    -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; }
  .header2 #header .logo a img {
    max-height: 100%;
    max-width: 100%;
    -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; }
  .header2 #MainMenu {
    -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; }
  .header2 #MainMenu ul {
    margin: 0;
    padding: 0;
    text-align: right; }
  .header2 #MainMenu ul li {
    display: inline-block;
    position: relative; }
  .header2 #MainMenu ul li a {
    color: #000; }
  .header2 div.MenuOverlay {
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    opacity: 0;
    -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; }
  .header2 .MobileMenuBar {
    display: none; }
  @media (max-width: 991px) {
    .header2 #header {
      padding: 0;
      background: #fff; }
    .header2 #header .social-icons {
      display: none; }
    .header2 #header.fixed {
      position: fixed;
      left: 0;
      top: 0;
      right: 0;
      z-index: 999;
      -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1); }
    .header2 .clsheaderlogo {
      position: relative;
      display: block !important;
      height: 70px; }
    .header2 #header .container:nth-child(1) {
      justify-content: left; }
    .header2 #header .logo {
      padding: 5px 0; }
    .header2 #header .logo a img {
      max-width: 100%;
      max-height: 100%; }
    .header2 .MobileMenuBar {
      display: block;
      width: 50px;
      padding: 30px 0 29px 0;
      /*z-index: 1000;*/
      text-align: center;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    .header2 .MobileMenuBar .bar1, .header2 .MobileMenuBar .bar2, .header2 .MobileMenuBar .bar3 {
      width: 22px;
      height: 2px;
      margin-left: auto;
      margin-right: auto;
      display: block;
      background-color: #4d4d4d; }
    .header2 .MobileMenuBar .bar2 {
      margin-top: 5px;
      margin-bottom: 5px; }
    .header2 .MenuOverlay > .CloseMenu {
      margin: 0;
      position: fixed;
      top: 0;
      left: 270px;
      color: #fff;
      width: 50px;
      height: 75px;
      text-align: center;
      font-size: 50px;
      font-weight: 300; }
    .header2 #header .container {
      padding: 0 5px 0 60px;
      position: relative;
      justify-content: space-between; }
    .header2 #header .container .logo a {
      height: 70px; }
    .header2 #MainMenu {
      position: fixed;
      top: 0;
      left: -270px;
      bottom: 0;
      padding: 0 0 60px;
      width: 270px;
      overflow: auto;
      background-color: #fff;
      -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;
      /*@include transform(translateX(-270px));*/ }
    .header2 #MainMenu::-webkit-scrollbar {
      display: none !important; }
    .header2 #MainMenu > ul {
      visibility: hidden;
      opacity: 0;
      overflow: hidden; }
    .header2 .header-right .mr-2 {
      margin: 0 !important; }
    .header2 .header-right .ellipsis-v {
      background: transparent;
      margin-right: 0.5rem !important; }
    .header2 .header-right .ellipsis-v:after {
      display: none; } }
  @media (min-width: 992px) {
    .header2 .HeaderTop .container .HeaderTopRight ul {
      float: right; }
    .header2 #header .HeaderTop {
      padding: 0; }
    .header2 #MainMenu {
      /* position:relative;
            display: flex;
            justify-content: flex-end;*/
      margin-left: 200px !important;
      white-space: nowrap; }
    .header2 #MainMenu .LevelOne > .HasUl.last > ul {
      right: 0;
      left: initial; }
    .header2 #MainMenu .LevelOne > .HasUl.last > ul ul {
      right: 100%;
      left: initial; }
    .header2 #MainMenu .LevelOne > .HasUl.last a.icoinn {
      padding-left: 15px !important; }
    .header2 #MainMenu .LevelOne > .HasUl.last a.icoinn .mdi-chevron-right {
      left: 10px;
      top: 12px; }
    .header2 #MainMenu .LevelOne > .HasUl.last a.icoinn .mdi-chevron-right:before {
      transform: rotate(180deg); }
    .header2 #MainMenu .-primary li a {
      white-space: nowrap; }
    .header2 #MainMenu .--hidden {
      display: none; }
    .header2 #MainMenu .-secondary {
      display: none;
      position: absolute;
      top: 100%;
      right: 0;
      left: initial; }
    .header2 #MainMenu .-secondary .HasUl ul {
      left: -100%; }
    .header2 #MainMenu.--show-secondary .-secondary {
      display: block; }
    .header2 #MainMenu .-secondary .HasUl a.icoinn {
      padding-left: 15px !important; }
    .header2 #MainMenu .-secondary .HasUl a.icoinn .mdi-chevron-right {
      left: 10px;
      top: 12px; }
    .header2 #MainMenu .-secondary a.icoinn .mdi-chevron-right:before {
      transform: rotate(180deg); }
    .header2 #MainMenu > .LevelOne > li.fullmenu {
      position: inherit; }
    .header2 #MainMenu > .LevelOne > li.fullmenu ul {
      width: 100%;
      min-height: 100px;
      display: flex !important;
      flex-wrap: wrap; }
    .header2 #MainMenu > .LevelOne > li.fullmenu ul li {
      -ms-flex: 0 0 33.33%;
      flex: 0 0 33.33%;
      max-width: 33.33%; }
    .header2 #MainMenu > .LevelOne > li.fullmenu ul li a {
      border-top: 0;
      /*border-bottom: 1px solid #ececec;*/
      /*height: calc(100% - 24px);*/
      display: flex;
      align-items: center; }
    .header2 #MainMenu > .LevelOne > li > a {
      display: inline-block;
      padding: 0 8px;
      z-index: 10;
      height: 100px;
      line-height: 100px;
      text-decoration: none;
      color: #333;
      cursor: pointer;
      position: relative;
      white-space: nowrap; }
    .header2 #MainMenu > .LevelOne > li:hover > a:after {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      /*-ms-transform: $transform;*/
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .header2 #MainMenu > .LevelOne > li > a:hover,
    .header2 #MainMenu > .LevelOne > li.HasUl:hover > a {
      /*color:rgba(0, 0, 0, 0.4);*/ }
    .header2 #MainMenu > .LevelOne > li.HasUl > a {
      padding-right: 20px; }
    .header2 #MainMenu > .LevelOne > li.HasUl > a:after {
      content: "\F140";
      font-family: Material Design Icons;
      position: absolute;
      right: 0;
      top: 50%;
      font-size: 18px;
      line-height: 16px;
      margin-top: -8px;
      -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; }
    .header2 #MainMenu > .LevelOne > li > a i {
      margin-left: 8px;
      font-weight: bold;
      -webkit-transition: all .3s ease-out;
      -moz-transition: all .3s ease-out;
      -ms-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out; }
    .header2 #MainMenu > .LevelOne > li:hover > a > i {
      transform: rotate(180deg); }
    .header2 #MainMenu > .LevelOne > li > ul li.HasUl a {
      padding-right: 25px !important; }
    .header2 #MainMenu > .LevelOne > li > ul li.HasUl a > .fa {
      font-size: 1.3rem;
      position: absolute;
      right: 18px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      line-height: normal; }
    .header2 #MainMenu ul li ul {
      display: block !important;
      position: absolute;
      top: 100%;
      left: 0;
      min-width: 230px;
      padding: 12px 0;
      z-index: 9;
      text-align: left;
      /*white-space: nowrap;*/
      visibility: hidden;
      opacity: 0;
      background-color: #fff;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      -webkit-box-shadow: 0 3px 12px rgba(27, 31, 35, 0.15);
      -moz-box-shadow: 0 3px 12px rgba(27, 31, 35, 0.15);
      box-shadow: 0 3px 12px rgba(27, 31, 35, 0.15);
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      -moz-transition: opacity 0.35s, -webkit-transform 0.35s;
      -ms-transition: opacity 0.35s, -webkit-transform 0.35s;
      -o-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, -webkit-transform 0.35s;
      -webkit-transform: translate3d(0, -15px, 0);
      -moz-transform: translate3d(0, -15px, 0);
      -o-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0); }
    .header2 #MainMenu ul li:hover > ul {
      display: block;
      visibility: visible;
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      background: #fff; }
    .header2 #MainMenu li ul li {
      display: block; }
    .header2 #MainMenu li ul li a {
      display: block;
      padding: 8px 12px 8px 30px;
      margin: 0 10px;
      text-decoration: none;
      /*border-top: 1px solid #ececec;*/
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
      .header2 #MainMenu li ul li a:before {
        content: "\f054";
        font-family: Material Design Icons;
        font-size: 16px;
        position: absolute;
        left: 15px;
        top: 12px;
        line-height: normal; }
    .header2 #MainMenu li > ul > li:nth-child(1) > a {
      border: 0; }
    .header2 #MainMenu li ul li a:hover,
    .header2 #MainMenu > .LevelOne > li > ul li.HasUl:hover > a {
      background-color: #f5f8fd;
      color: var(--theme-background) !important; }
    .header2 #MainMenu li ul li ul {
      left: 100%;
      top: 0;
      -webkit-transform: translate3d(-15px, 0, 0);
      -moz-transform: translate3d(-15px, 0, 0);
      -o-transform: translate3d(-15px, 0, 0);
      transform: translate3d(-15px, 0, 0); }
    .header2 #MainMenu a.icoinn {
      padding-right: 20px !important; }
    .header2 #MainMenu a.icoinn .mdi-chevron-right {
      position: absolute;
      right: 10px;
      font-size: 13pt; }
    .header2 #MainMenu .fa-home + span {
      display: none; }
    .header2 .header-right {
      margin-left: auto;
      display: flex;
      align-items: center;
      position: relative;
      z-index: 1;
      justify-content: flex-end; }
    .header2 .header-right .contact {
      border: 1px solid #eee;
      border-radius: 5px;
      padding: 0 15px 0 54px;
      display: flex;
      align-items: center;
      height: 40px;
      position: relative; }
    .header2 .header-right .contact + .contact {
      margin-left: 15px; }
    .header2 .header-right .contact a {
      color: #212529;
      text-decoration: none !important; }
    .header2 .header-right .contact a:hover {
      color: var(--prored); }
    .header2 .header-right .contact i {
      display: flex;
      align-items: center;
      justify-content: center;
      border-right: 1px solid #eee;
      color: var(--prored);
      width: 40px;
      height: 100%;
      position: absolute;
      left: -1px;
      font-size: 20px; }
    .header2 .header-right .social-icons {
      margin: 0 0 0 30px;
      display: none; } }

@media (max-width: 991px) {
  .OpenMenu {
    overflow: hidden; }
    .OpenMenu .header2 .MenuOverlay {
      visibility: visible;
      opacity: 1; }
    .OpenMenu .header2 #MainMenu {
      z-index: 999;
      background-color: #fff;
      left: 0; }
      .OpenMenu .header2 #MainMenu .fa-home {
        display: none; }
      .OpenMenu .header2 #MainMenu > ul,
      .OpenMenu .header2 #MainMenu .btmbtn {
        visibility: visible;
        opacity: 1; }
      .OpenMenu .header2 #MainMenu > ul + ul {
        border-top: 1px solid #ddd; }
      .OpenMenu .header2 #MainMenu > ul li {
        display: block; }
      .OpenMenu .header2 #MainMenu > ul li.HasUl > a {
        padding-right: 30px; }
      .OpenMenu .header2 #MainMenu > ul li.HasUl > a:before {
        content: "\F140";
        font-family: Material Design Icons;
        position: absolute;
        right: 15px;
        top: 50%;
        font-size: 25px;
        line-height: 16px;
        margin-top: -8px;
        -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; }
      .OpenMenu .header2 #MainMenu > ul li.open > a:before {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #fff; }
      .OpenMenu .header2 #MainMenu > ul li.open > a {
        background-color: var(--theme-background);
        color: #fff; }
      .OpenMenu .header2 #MainMenu > ul li a {
        display: block;
        text-align: left;
        position: relative;
        padding: 12px 15px;
        text-decoration: none;
        height: auto !important; }
      .OpenMenu .header2 #MainMenu > ul li ul {
        display: none;
        margin-left: 14px; } }

/******************************************;
// Header
******************************************/
/*****************************************
            Banner
*****************************************/
.banner1 {
  overflow: hidden;
  position: relative;
  background: #000; }
  .banner1:hover .owl-nav .owl-prev {
    left: 10px;
    opacity: 1; }
  .banner1:hover .owl-nav .owl-next {
    right: 10px;
    opacity: 1; }
  .banner1 .owl-nav {
    margin: 0; }
  .banner1 .owl-nav > div {
    font-family: Material Design Icons;
    font-size: 12pt;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin: -25px 0 0 0;
    position: absolute;
    top: 50%;
    border: 2px solid transparent;
    background-color: #e5e5e5;
    color: var(--prored);
    border-radius: 40px;
    transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1); }
  .banner1 .owl-nav > div.disabled {
    cursor: not-allowed; }
  .banner1 .owl-nav > div:not(.disabled):hover {
    border-color: var(--prored); }
  .banner1 .owl-nav .owl-prev {
    left: -100px;
    opacity: 0; }
  .banner1 .owl-nav .owl-next {
    right: -100px;
    opacity: 0; }
  .banner1 .owl-dots {
    margin-top: 0;
    position: absolute;
    right: 50px;
    bottom: 10px; }
  .banner1 .owl-dots .owl-dot.active span,
  .banner1 .owl-dots .owl-dot:hover span {
    background: var(--theme-background); }
  .banner1 .banner-caption {
    position: absolute;
    padding: 20px;
    overflow: hidden;
    max-width: 600px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff; }
  .banner1 .banner-caption.left-top {
    left: 100px;
    top: 20px; }
  .banner1 .banner-caption.left-middle {
    left: 100px;
    top: 50%;
    transform: translateY(-50%); }
  .banner1 .banner-caption.left-bottom {
    left: 100px;
    bottom: 20px; }
  .banner1 .banner-caption.center-top {
    left: 50%;
    top: 20px;
    transform: translateX(-50%); }
  .banner1 .banner-caption.center-middle {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .banner1 .banner-caption.center-bottom {
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%); }
  .banner1 .banner-caption.right-top {
    right: 100px;
    top: 20px; }
  .banner1 .banner-caption.right-middle {
    right: 100px;
    top: 50%;
    transform: translateY(-50%); }
  .banner1 .banner-caption.right-bottom {
    right: 100px;
    bottom: 20px; }
  .banner1 .banner-caption h3 {
    font-size: 1.85rem;
    font-weight: 700;
    margin-top: 0; }
  .banner1 .banner-caption p {
    margin: 0;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s; }

.banner2 {
  overflow: hidden;
  position: relative;
  background: #000; }
  .banner2:hover .owl-nav .owl-prev {
    left: 10px;
    opacity: 1; }
  .banner2:hover .owl-nav .owl-next {
    right: 10px;
    opacity: 1; }
  .banner2 .owl-nav {
    margin: 0; }
  .banner2 .owl-nav > div {
    font-family: Material Design Icons;
    font-size: 12pt;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin: -25px 0 0 0;
    position: absolute;
    top: 50%;
    border: 2px solid transparent;
    background-color: #e5e5e5;
    color: var(--prored);
    border-radius: 40px;
    transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1); }
  .banner2 .owl-nav > div.disabled {
    cursor: not-allowed; }
  .banner2 .owl-nav > div:not(.disabled):hover {
    border-color: var(--prored); }
  .banner2 .owl-nav .owl-prev {
    left: -100px;
    opacity: 0; }
  .banner2 .owl-nav .owl-next {
    right: -100px;
    opacity: 0; }
  .banner2 .owl-dots {
    margin-top: 0;
    position: absolute;
    right: 50px;
    bottom: 10px; }
  .banner2 .owl-dots .owl-dot.active span,
  .banner2 .owl-dots .owl-dot:hover span {
    background: var(--theme-background); }
  .banner2 .item:before {
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .6; }
  .banner2 .banner-caption {
    position: absolute;
    padding: 20px;
    overflow: hidden;
    max-width: 800px;
    color: #fff;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    z-index: 1; }
  .banner2 .banner-caption h3 {
    color: #fff;
    font-size: 3.2rem;
    font-weight: 800;
    margin-bottom: 25px;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s; }
  .banner2 .banner-caption p {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 15px;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s; }

/*****************************************
        //Banner
*****************************************/
/*****************************************
        Common
*****************************************/
.radius40 {
  border-radius: 40px; }

.btn-green {
  background: var(--theme-background);
  color: #fff;
  border-color: var(--theme-background);
  box-shadow: none !important; }

.btn-green:hover {
  background: var(--theme-background);
  color: #fff;
  border-color: var(--theme-background); }

.btn-outline-green {
  color: var(--theme-background);
  background-color: #fff;
  border-color: var(--theme-background); }

.btn-outline-green:hover {
  color: #fff;
  background-color: var(--theme-background);
  border-color: var(--theme-background); }

.btn-red {
  background: var(--prored);
  color: #fff;
  border-color: var(--prored);
  box-shadow: none !important; }

.btn-red:hover {
  background: #a70405;
  color: #fff;
  border-color: #a70405; }

.btn-outline-red {
  color: var(--prored);
  background-color: #fff;
  border-color: var(--prored); }

.btn-outline-red:hover {
  color: #fff;
  background-color: #a70405;
  border-color: #a70405; }

.btn-transparent {
  border-color: #fff;
  color: #fff; }

.btn-link {
  color: var(--theme-background); }

.section {
  padding: 45px 0; }

.section-header-part {
  display: flex;
  align-items: center; }

.section-header-part .section-header {
  text-align: left; }

.section-header-part .right-part {
  margin-left: auto;
  margin-bottom: 40px; }

.section-header {
  margin-bottom: 40px;
  text-align: center; }
  .section-header.white {
    color: #fff; }
    .section-header.white h1, .section-header.white h2 {
      color: #fff; }
      .section-header.white h1 span, .section-header.white h2 span {
        color: #fff; }
  .section-header h1, .section-header h2 {
    font-size: 1.85rem;
    font-weight: 700;
    color: #3D404A;
    margin: 0; }
    .section-header h1 span, .section-header h2 span {
      display: block;
      margin-bottom: 10px;
      font-size: 0.9rem;
      font-weight: 700;
      /*font-size:1.2rem;*/
      color: #576366;
      letter-spacing: 2px; }
    .section-header h1 + p, .section-header h2 + p {
      margin: 15px 0 0; }
    .section-header h1 strong, .section-header h2 strong {
      font-weight: 700; }
  .section-header h4 {
    font-size: 1.2rem; }

.clsScrollingSection {
  background: #f5f8fd; }
  .clsScrollingSection .container {
    padding: 15px 0 15px 60px;
    position: relative;
    line-height: normal; }
    .clsScrollingSection .container i {
      width: 60px;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      font-size: 3rem;
      -webkit-transform: rotate(-10deg);
      -moz-transform: rotate(-10deg);
      /*-ms-transform: $transform;*/
      -o-transform: rotate(-10deg);
      transform: rotate(-10deg);
      color: var(--theme-color);
      display: flex;
      align-items: center;
      justify-content: center; }
    .clsScrollingSection .container marquee {
      font-size: 1.1rem !important;
      font-weight: 500 !important;
      color: #000; }

#divSections .section:nth-child(odd) {
  /*background-color: #f8f4f3;*/ }

#divTextPages img.note-float-left {
  margin-right: 15px;
  margin-bottom: 15px; }

#divTextPages img.note-float-right {
  margin-left: 15px;
  margin-bottom: 15px; }

#spnLeaderDesign {
  color: #fe7259; }

.about-us .section-header h1 strong {
  display: block;
  color: var(--theme-background);
  margin: 15px 0; }

.about-us .about-us-right {
  font-weight: 500;
  border-left: 3px solid var(--theme-background);
  padding-left: 15px; }

.about-us .about-us-right p:nth-child(2) {
  padding-left: 18px; }

.about-us .Vision {
  padding: 25px;
  margin-top: 30px;
  background: #f5f8fd;
  color: #000;
  line-height: 1.5rem;
  border-radius: 10px;
  position: relative;
  font-weight: 500; }

.about-us .Vision span:not(#spnVision) {
  line-height: 0.2;
  font-size: 50px;
  height: 20px !important;
  display: inline-block;
  top: 15px;
  position: relative; }

.about-us .Vision span:nth-last-child(1) {
  top: 36px !important; }

.chairman-Message {
  background: var(--theme-background);
  color: #fff;
  padding: 0; }
  .chairman-Message .img {
    background: #000; }
    .chairman-Message .img .chairman-photo {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%; }
      .chairman-Message .img .chairman-photo img {
        width: 200px;
        height: 200px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        /*-ms-border-radius: $radius;*/
        border-radius: 100%; }
  .chairman-Message .chairman-msg {
    padding: 15px; }
    .chairman-Message .chairman-msg .spnLeaderDesign {
      color: inherit !important; }
    .chairman-Message .chairman-msg .name h3 {
      margin: 0 0 20px; }
    .chairman-Message .chairman-msg .setfont p, .chairman-Message .chairman-msg .setfont span, .chairman-Message .chairman-msg .setfont strong {
      color: #fff !important; }
  @media (min-width: 991px) {
    .chairman-Message .chairman-msg {
      padding: 50px; } }

.chairman-Message1 {
  background: rgba(0, 106, 78, 0.7);
  padding: 50px 0; }
  .chairman-Message1 .chairman-msg {
    background: #fff;
    border-radius: 10px;
    position: relative;
    padding: 30px 30px 30px 180px;
    margin-left: 150px; }
    @media (max-width: 991px) {
      .chairman-Message1 .chairman-msg {
        padding-left: 30px;
        margin-left: 0; } }
    .chairman-Message1 .chairman-msg .spnLeaderDesign {
      color: #000 !important; }
    .chairman-Message1 .chairman-msg .chairman-photo {
      width: 190px;
      height: 190px;
      line-height: 174px;
      border-radius: 10px;
      overflow: hidden;
      position: absolute;
      background: #fff;
      left: -92px;
      border: 3px solid #ffc7bd; }
      .chairman-Message1 .chairman-msg .chairman-photo img {
        width: 100%;
        border-radius: 0%;
        position: relative;
        z-index: 1;
        background: #fff; }
      @media (max-width: 991px) {
        .chairman-Message1 .chairman-msg .chairman-photo {
          width: 150px;
          height: 150px;
          margin: 0 auto 20px;
          position: initial !important; } }
    .chairman-Message1 .chairman-msg .name {
      margin-bottom: 20px; }
      .chairman-Message1 .chairman-msg .name h3 {
        font-size: 1.5rem;
        font-weight: 600;
        color: #48465b; }
        .chairman-Message1 .chairman-msg .name h3 + span {
          font-size: 1rem;
          font-weight: 500;
          color: #777a7c; }
    .chairman-Message1 .chairman-msg .setfont p, .chairman-Message1 .chairman-msg .setfont span, .chairman-Message1 .chairman-msg .setfont strong {
      color: initial !important; }

/*#divTopLeadership .owl-stage, #divTestimonials .owl-stage, #divProducts .owl-stage {
    display: flex;
}
#divTopLeadership .owl-item, #divTestimonials .owl-item, #divProducts .owl-item {
    display: flex;
    flex: 1 0 auto;
}
#divTopLeadership .item, #divTestimonials .item, #divProducts .item {
    width: 100%;
    display: block;
    color: initial;
    text-decoration: none !important;
    margin: 100px 15px 15px 15px;
    padding: 100px 20px 20px;
    position: relative;
    z-index: 1;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .10);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,.10);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .10);
}
    #divTopLeadership .item figure, #divTestimonials .item figure{
        width: 200px;
        height: 200px;
        margin: 0 auto;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        overflow: hidden;
        position: absolute;
        left: 0;
        right: 0;
        top: -100px;
    }

#divTopLeadership .name, #divTestimonials .name, #divProducts .name {
    text-align: center;
    margin-top: 7px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    font-weight: 500;
    font-size: 20px;
}
#divTopLeadership .name h2{
    margin: 20px 0 0;
    font-size: 1.1rem; font-weight:600;
}
#divTopLeadership .name h2 + span{
    margin-top:5px; display:block;
    font-size: 1rem; color:#777a7c;
}
#divTopLeadership .item h3 {
    font-size: 1.2rem; font-weight: 700;
    color: #48465b;
    margin: 20px 0; line-height: 1.5em;
    display:none;
}
#divTopLeadership .item .content .pCommitteeMessage{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#divTopLeadership .item .content .date-author{
    display:flex; list-style-type:none; padding:0; margin:10px 0 0;

}
#divTopLeadership .item .content .date {
    margin: 0; font-weight: 500; text-transform:uppercase;
}
#divTopLeadership .item .content .date i{
    margin: 0 10px 0 0; color:var(--theme-background);
}
#divTopLeadership .item .content .author {
    margin-left:auto; display:none;
}
#divTopLeadership .item .content .author > span{ font-weight:500; color:var(--theme-background);}*/
.Committee0 .owl-stage-outer {
  display: flex; }
  .Committee0 .owl-stage-outer .owl-stage {
    display: flex; }
    .Committee0 .owl-stage-outer .owl-stage .owl-item {
      height: 100%; }
      .Committee0 .owl-stage-outer .owl-stage .owl-item .item {
        height: 100%; }
        .Committee0 .owl-stage-outer .owl-stage .owl-item .item a {
          height: 100%;
          display: block;
          color: inherit;
          text-decoration: none;
          -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; }
          .Committee0 .owl-stage-outer .owl-stage .owl-item .item a:hover {
            transform: translateY(-10px); }
          .Committee0 .owl-stage-outer .owl-stage .owl-item .item a figure {
            width: 180px;
            height: 180px;
            overflow: hidden;
            margin: 0 auto;
            position: relative;
            display: block !important;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            /*-ms-border-radius: $radius;*/
            border-radius: 100%; }
          .Committee0 .owl-stage-outer .owl-stage .owl-item .item a .content {
            position: relative;
            display: block;
            background-color: #fff;
            /*box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);*/
            border-radius: 20px;
            text-align: center;
            padding: 30px 40px;
            z-index: 1;
            margin: 40px 0px 0px;
            height: calc(100% - 220px);
            border: 5px solid #eee9db !important; }
            .Committee0 .owl-stage-outer .owl-stage .owl-item .item a .content:before, .Committee0 .owl-stage-outer .owl-stage .owl-item .item a .content:after {
              content: " ";
              border: 17px solid transparent;
              position: absolute;
              top: -50px;
              left: 50%;
              margin-left: -24px;
              z-index: 1;
              height: 0;
              width: 0;
              -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; }
            .Committee0 .owl-stage-outer .owl-stage .owl-item .item a .content:before {
              border-bottom-color: #eee9db !important;
              border-width: 24px; }
            .Committee0 .owl-stage-outer .owl-stage .owl-item .item a .content:after {
              border-bottom-color: #fff !important;
              top: -34px;
              margin-left: -17px; }
            .Committee0 .owl-stage-outer .owl-stage .owl-item .item a .content p {
              margin: 0;
              display: -webkit-box;
              -webkit-line-clamp: 4;
              -webkit-box-orient: vertical;
              overflow: hidden;
              max-height: 6em;
              line-height: 1.5em; }
            .Committee0 .owl-stage-outer .owl-stage .owl-item .item a .content h3 {
              margin: 0;
              text-transform: capitalize;
              font-size: 1.2rem;
              font-weight: 600;
              line-height: 1.5em;
              color: #283734; }
              .Committee0 .owl-stage-outer .owl-stage .owl-item .item a .content h3 .designation {
                font-size: 1rem;
                font-weight: 500;
                display: block;
                opacity: 0.8; }

.Committee1 .owl-stage-outer {
  display: flex; }
  .Committee1 .owl-stage-outer .owl-stage {
    display: flex; }
    .Committee1 .owl-stage-outer .owl-stage .owl-item {
      height: 100%; }
      .Committee1 .owl-stage-outer .owl-stage .owl-item .item {
        height: 100%; }
        .Committee1 .owl-stage-outer .owl-stage .owl-item .item a {
          height: 100%;
          display: block;
          color: inherit;
          text-decoration: none;
          -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; }
          .Committee1 .owl-stage-outer .owl-stage .owl-item .item a figure {
            width: 100px;
            height: 100px;
            overflow: hidden;
            margin: 15px auto;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #000;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            /*-ms-border-radius: $radius;*/
            border-radius: 100%; }
            .Committee1 .owl-stage-outer .owl-stage .owl-item .item a figure img {
              max-width: 100%;
              max-height: 100%; }
          .Committee1 .owl-stage-outer .owl-stage .owl-item .item a .content {
            position: relative;
            display: block;
            background-color: #fff;
            /* box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05); */
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            /*-ms-border-radius: $radius;*/
            border-radius: 20px;
            text-align: center;
            padding: 30px 40px;
            z-index: 1;
            border: 5px solid #eee9db !important; }
            .Committee1 .owl-stage-outer .owl-stage .owl-item .item a .content p.description {
              margin: 0;
              display: -webkit-box;
              -webkit-line-clamp: 4;
              -webkit-box-orient: vertical;
              overflow: hidden;
              max-height: 6em;
              line-height: 1.5em; }
            .Committee1 .owl-stage-outer .owl-stage .owl-item .item a .content h3 {
              margin: 0;
              text-transform: capitalize;
              font-size: 1.2rem;
              font-weight: 600;
              line-height: 1.5em;
              color: #283734; }
              .Committee1 .owl-stage-outer .owl-stage .owl-item .item a .content h3 .designation {
                font-size: 1rem;
                font-weight: 500;
                display: block;
                opacity: 0.8; }

.Committee2 .owl-stage-outer {
  display: flex; }
  .Committee2 .owl-stage-outer .owl-stage {
    display: flex; }
    .Committee2 .owl-stage-outer .owl-stage .owl-item {
      height: 100%; }
      .Committee2 .owl-stage-outer .owl-stage .owl-item .item {
        height: 100%; }
        .Committee2 .owl-stage-outer .owl-stage .owl-item .item a {
          height: 100%;
          display: block;
          color: inherit;
          text-decoration: none;
          text-align: center;
          border: 2px solid #2e3a59;
          position: relative;
          -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; }
          .Committee2 .owl-stage-outer .owl-stage .owl-item .item a:before {
            content: "";
            border-top: 60px solid #2e3a59;
            border-right: 60px solid transparent;
            border-bottom: 60px solid transparent;
            position: absolute;
            top: 0;
            left: 0; }
          .Committee2 .owl-stage-outer .owl-stage .owl-item .item a figure {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100px;
            height: 100px;
            overflow: hidden;
            border: 2px solid #2e3a59;
            margin: 20px auto; }
            .Committee2 .owl-stage-outer .owl-stage .owl-item .item a figure img {
              max-width: 100%;
              max-height: 100%; }
          .Committee2 .owl-stage-outer .owl-stage .owl-item .item a .content {
            position: relative;
            display: block;
            /* box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05); */
            text-align: center;
            padding: 30px 40px;
            z-index: 1;
            background: #eee9db; }
            .Committee2 .owl-stage-outer .owl-stage .owl-item .item a .content p.description {
              margin: 0 0 25px;
              display: -webkit-box;
              -webkit-line-clamp: 4;
              -webkit-box-orient: vertical;
              overflow: hidden;
              max-height: 6em;
              line-height: 1.5em; }
            .Committee2 .owl-stage-outer .owl-stage .owl-item .item a .content h3 {
              margin: 0;
              text-transform: capitalize;
              font-size: 1.2rem;
              font-weight: 600;
              line-height: 1.5em;
              color: #283734; }
              .Committee2 .owl-stage-outer .owl-stage .owl-item .item a .content h3 .designation {
                font-size: 1rem;
                font-weight: 500;
                display: block;
                opacity: 0.8; }

.Committee3 .owl-stage-outer {
  display: flex; }
  .Committee3 .owl-stage-outer .owl-stage {
    display: flex; }
    .Committee3 .owl-stage-outer .owl-stage .owl-item {
      height: 100%; }
      .Committee3 .owl-stage-outer .owl-stage .owl-item .item {
        height: 100%; }
        .Committee3 .owl-stage-outer .owl-stage .owl-item .item a {
          height: 100%;
          display: block;
          color: inherit;
          text-decoration: none;
          text-align: center;
          -webkit-border-radius: 0 70px 0 70px;
          -moz-border-radius: 0 70px 0 70px;
          /*-ms-border-radius: $radius;*/
          border-radius: 0 70px 0 70px;
          border: 5px solid #ffc33c;
          position: relative;
          overflow: hidden;
          -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; }
          .Committee3 .owl-stage-outer .owl-stage .owl-item .item a figure {
            width: 100px;
            height: 100px;
            overflow: hidden;
            margin: 15px auto;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #000;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            /*-ms-border-radius: $radius;*/
            border-radius: 100%; }
            .Committee3 .owl-stage-outer .owl-stage .owl-item .item a figure img {
              max-width: 100%;
              max-height: 100%; }
          .Committee3 .owl-stage-outer .owl-stage .owl-item .item a h3 {
            margin: 0;
            text-transform: capitalize;
            font-size: 1.2rem;
            font-weight: 600;
            line-height: 1.5em;
            color: #283734; }
            .Committee3 .owl-stage-outer .owl-stage .owl-item .item a h3 .designation {
              font-size: 1rem;
              font-weight: 500;
              display: block;
              opacity: 0.8; }
          .Committee3 .owl-stage-outer .owl-stage .owl-item .item a .content {
            position: relative;
            display: block;
            /* box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05); */
            text-align: center;
            padding: 20px 40px;
            z-index: 1; }
            .Committee3 .owl-stage-outer .owl-stage .owl-item .item a .content p.description {
              margin: 0;
              display: -webkit-box;
              -webkit-line-clamp: 4;
              -webkit-box-orient: vertical;
              overflow: hidden;
              max-height: 6em;
              line-height: 1.5em; }

.Committee4 .owl-stage-outer {
  display: flex; }
  .Committee4 .owl-stage-outer .owl-stage {
    display: flex; }
    .Committee4 .owl-stage-outer .owl-stage .owl-item {
      height: 100%; }
      .Committee4 .owl-stage-outer .owl-stage .owl-item .item {
        height: 100%; }
        .Committee4 .owl-stage-outer .owl-stage .owl-item .item a {
          height: 100%;
          display: block;
          color: inherit;
          text-decoration: none;
          text-align: center;
          -webkit-border-radius: 70px 0;
          -moz-border-radius: 70px 0;
          /*-ms-border-radius: $radius;*/
          border-radius: 70px 0;
          border: 5px solid #ffc33c;
          border-left: none;
          border-right: none;
          position: relative;
          overflow: hidden;
          -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; }
          .Committee4 .owl-stage-outer .owl-stage .owl-item .item a figure {
            width: 100px;
            height: 100px;
            overflow: hidden;
            margin: 15px auto;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #000;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            /*-ms-border-radius: $radius;*/
            border-radius: 100%; }
            .Committee4 .owl-stage-outer .owl-stage .owl-item .item a figure img {
              max-width: 100%;
              max-height: 100%; }
          .Committee4 .owl-stage-outer .owl-stage .owl-item .item a h3 {
            margin: 0;
            text-transform: capitalize;
            font-size: 1.2rem;
            font-weight: 600;
            line-height: 1.5em;
            color: #283734; }
            .Committee4 .owl-stage-outer .owl-stage .owl-item .item a h3 .designation {
              font-size: 1rem;
              font-weight: 500;
              display: block;
              opacity: 0.8; }
          .Committee4 .owl-stage-outer .owl-stage .owl-item .item a .content {
            position: relative;
            display: block;
            /* box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05); */
            text-align: center;
            margin-top: 15px;
            padding: 30px 40px;
            z-index: 1;
            background: #f5f5f5; }
            .Committee4 .owl-stage-outer .owl-stage .owl-item .item a .content p.description {
              margin: 0;
              display: -webkit-box;
              -webkit-line-clamp: 4;
              -webkit-box-orient: vertical;
              overflow: hidden;
              max-height: 6em;
              line-height: 1.5em; }

.Committee5 .owl-stage-outer {
  display: flex; }
  .Committee5 .owl-stage-outer .owl-stage {
    display: flex; }
    .Committee5 .owl-stage-outer .owl-stage .owl-item {
      height: 100%; }
      .Committee5 .owl-stage-outer .owl-stage .owl-item .item {
        height: 100%; }
        .Committee5 .owl-stage-outer .owl-stage .owl-item .item a {
          /*height: 100%;*/
          display: block;
          color: inherit;
          background: #eee9db;
          text-align: center;
          padding: 30px 30px 50px;
          margin: 0 0 140px;
          position: relative;
          -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; }
          .Committee5 .owl-stage-outer .owl-stage .owl-item .item a:before, .Committee5 .owl-stage-outer .owl-stage .owl-item .item a:after {
            content: "";
            border-top: 40px solid #eee9db;
            border-right: 125px solid transparent;
            position: absolute;
            bottom: -40px;
            left: 0; }
          .Committee5 .owl-stage-outer .owl-stage .owl-item .item a:after {
            border-right: none;
            border-left: 125px solid transparent;
            left: auto;
            right: 0; }
          .Committee5 .owl-stage-outer .owl-stage .owl-item .item a p.description {
            margin: 0;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
            max-height: 6em;
            line-height: 1.5em; }
          .Committee5 .owl-stage-outer .owl-stage .owl-item .item a .content {
            width: 100%;
            position: absolute;
            left: 0;
            z-index: 1;
            display: block;
            /* box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05); */
            text-align: center; }
            .Committee5 .owl-stage-outer .owl-stage .owl-item .item a .content figure {
              width: 100px;
              height: 100px;
              overflow: hidden;
              margin: 15px auto;
              position: relative;
              display: flex;
              align-items: center;
              justify-content: center;
              background: #000;
              -webkit-border-radius: 100%;
              -moz-border-radius: 100%;
              /*-ms-border-radius: $radius;*/
              border-radius: 100%; }
              .Committee5 .owl-stage-outer .owl-stage .owl-item .item a .content figure img {
                max-width: 100%;
                max-height: 100%; }
            .Committee5 .owl-stage-outer .owl-stage .owl-item .item a .content h3 {
              margin: 0;
              text-transform: capitalize;
              font-size: 1.2rem;
              font-weight: 600;
              line-height: 1.5em;
              color: #283734; }
              .Committee5 .owl-stage-outer .owl-stage .owl-item .item a .content h3 .designation {
                font-size: 1rem;
                font-weight: 500;
                display: block;
                opacity: 0.8; }

.Committee6 .owl-stage-outer {
  display: flex; }
  .Committee6 .owl-stage-outer .owl-stage {
    display: flex; }
    .Committee6 .owl-stage-outer .owl-stage .owl-item {
      height: 100%; }
      .Committee6 .owl-stage-outer .owl-stage .owl-item .item {
        height: 100%; }
        .Committee6 .owl-stage-outer .owl-stage .owl-item .item a {
          /*height: 100%;*/
          display: block;
          color: inherit;
          background: #eee9db;
          text-align: center;
          padding: 30px 30px 65px;
          margin: 0 0 80px;
          position: relative;
          -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; }
          .Committee6 .owl-stage-outer .owl-stage .owl-item .item a:before, .Committee6 .owl-stage-outer .owl-stage .owl-item .item a:after {
            content: "";
            border-top: 40px solid #eee9db;
            border-right: 125px solid transparent;
            position: absolute;
            bottom: -40px;
            left: 0; }
          .Committee6 .owl-stage-outer .owl-stage .owl-item .item a:after {
            border-right: none;
            border-left: 125px solid transparent;
            left: auto;
            right: 0; }
          .Committee6 .owl-stage-outer .owl-stage .owl-item .item a p.description {
            margin: 0;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
            max-height: 6em;
            line-height: 1.5em; }
          .Committee6 .owl-stage-outer .owl-stage .owl-item .item a .content {
            max-width: 100%;
            width: auto;
            position: absolute;
            left: 0;
            right: 0;
            margin: 15px 80px;
            padding: 15px;
            z-index: 1;
            display: flex;
            text-align: center;
            background: #fff;
            border-radius: 100px;
            border: 1px solid #eee9db;
            align-items: center; }
            .Committee6 .owl-stage-outer .owl-stage .owl-item .item a .content figure {
              width: 100px;
              height: 100px;
              overflow: hidden;
              margin: 0 15px 0 0;
              position: relative;
              display: flex;
              align-items: center;
              justify-content: center;
              background: #000;
              -webkit-border-radius: 100%;
              -moz-border-radius: 100%;
              /*-ms-border-radius: $radius;*/
              border-radius: 100%; }
              .Committee6 .owl-stage-outer .owl-stage .owl-item .item a .content figure img {
                max-width: 100%;
                max-height: 100%; }
            .Committee6 .owl-stage-outer .owl-stage .owl-item .item a .content h3 {
              margin: 0;
              text-transform: capitalize;
              font-size: 1.2rem;
              font-weight: 600;
              line-height: 1.5em;
              color: #283734;
              text-align: left; }
              .Committee6 .owl-stage-outer .owl-stage .owl-item .item a .content h3 .designation {
                font-size: 1rem;
                font-weight: 500;
                display: block;
                opacity: 0.8; }

.Committee7 .owl-stage-outer {
  display: flex; }
  .Committee7 .owl-stage-outer .owl-stage {
    display: flex; }
    .Committee7 .owl-stage-outer .owl-stage .owl-item {
      height: 100%; }
      .Committee7 .owl-stage-outer .owl-stage .owl-item .item {
        height: 100%; }
        .Committee7 .owl-stage-outer .owl-stage .owl-item .item a {
          height: 100%;
          display: flex;
          color: inherit;
          position: relative;
          -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; }
          .Committee7 .owl-stage-outer .owl-stage .owl-item .item a figure {
            overflow: hidden;
            margin: 0;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 3px solid #eee9db;
            max-width: 240px;
            flex: 0 0 240px; }
            .Committee7 .owl-stage-outer .owl-stage .owl-item .item a figure img {
              max-width: 120px;
              max-height: 120px; }
          .Committee7 .owl-stage-outer .owl-stage .owl-item .item a .content {
            max-width: 100%;
            z-index: 1;
            display: flex;
            align-items: flex-start;
            flex-direction: column;
            padding: 20px 0;
            margin: 30px 0 30px -40px;
            background: #fff; }
            .Committee7 .owl-stage-outer .owl-stage .owl-item .item a .content p.description {
              margin: 0;
              display: -webkit-box;
              -webkit-line-clamp: 4;
              -webkit-box-orient: vertical;
              overflow: hidden;
              max-height: 6em;
              line-height: 1.5em;
              text-align: left; }
            .Committee7 .owl-stage-outer .owl-stage .owl-item .item a .content h3 {
              margin: 15px 0 0;
              text-transform: capitalize;
              font-size: 1.2rem;
              font-weight: 600;
              line-height: 1.5em;
              color: #283734;
              text-align: left; }
              .Committee7 .owl-stage-outer .owl-stage .owl-item .item a .content h3 .designation {
                font-size: 1rem;
                font-weight: 500;
                display: block;
                opacity: 0.8; }

p.pBlogs, p.pNews, p.clsPnews {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 6em;
  line-height: 1.5em; }

.join-us {
  background-color: var(--theme-background);
  color: #fff; }

.join-us .container {
  display: flex;
  align-items: center;
  /*justify-content:flex-end;*/ }

.join-us .container h2 {
  position: relative;
  margin: 0;
  font-size: 1.85rem; }

.join-us .container h2 i:after {
  content: "";
  height: 25px;
  width: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.4); }

.join-us .container i {
  font-size: 2rem;
  position: relative;
  padding-right: 15px;
  margin-right: 15px; }

.join-us .container .btns {
  margin-left: auto; }

.join-us .container .btns a {
  display: inline-block;
  padding: 12px 20px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none !important;
  background-color: transparent;
  border-radius: 40px;
  -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; }

.join-us .container .btns a:hover {
  color: #1b1f23;
  border-color: #1b1f23; }

.Brands {
  /*border-top: 1px solid #ddd;*/
  /*background: #f0f0f0;*/
  /*background-color: #262c31;
    color: #fff;*/ }

#Brands .owl-item {
  height: 150px; }

#Brands .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }

#Brands .item img {
  width: auto !important;
  max-width: 80%;
  max-height: 100%; }

.Blogssection {
  /*background: #eff2f3;*/
  /*background: #82bcdb;*/ }

/*.Blogsmediacontainer .owl-stage{
    display:flex;
}
.Blogsmediacontainer .owl-item{
    display: flex;
	flex: 1 0 auto;
}
.Blogsmediacontainer:not(.owl-carousel){
    margin-top: -30px;
    width:100%;
}
.Blogsmediacontainer:not(.owl-carousel) .item{
    margin:15px;
    height:auto;
}

    .Blogsmediacontainer:not(.owl-carousel) .item img {

        width:100%
    }
.Blogsmediacontainer .item{
    display: block;
    margin:0 10px 10px;
    margin-top: 30px;
    height: calc(100% - 30px)!important;
    width:100%;  
    color:inherit; text-decoration:none!important;
    position: relative; z-index: 1;
    -webkit-box-shadow:   0 5px 10px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow:  0 5px 10px 1px rgba(0, 0 , 0, .05);
    box-shadow:  0 5px 10px 1px rgba(0, 0 , 0, .05);
}
.Blogsmediacontainer .media-center .item {
    display: block;
    margin: 0 10px 10px;
    margin-top: 30px;
    height: calc(100% - 30px);
    width: 100%;
    color: inherit;
    text-decoration: none !important;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, .05);
}

.Blogsmediacontainer .item a{
    color:initial; text-decoration:none!important;
}
.Blogsmediacontainer .item a:hover .content h3{
    color:var(--prored);
}
 .Blogsmediacontainer .item a figure {
        height: 250px;
        margin: 0 auto;
        overflow: hidden;
        display: block;
        position: relative;
        text-align: center;
        border-radius: 5px 5px 0px 0px;
    }
.Blogsmediacontainer .item a figure img{
    height:100%;
}*/
.owl-dots {
  margin-top: 20px; }
  .owl-dots .owl-dot span {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: var(--theme-background) !important; }
  .owl-dots .owl-dot.active span {
    width: 20px; }

.Blogsmediacontainer {
  /*margin: 0 -15px;
    width: calc(100% + 30px);*/
  /*&.owl-carousel{
        .owl-stage-outer{
            overflow:visible;
        }
        .owl-item {
            opacity: 0;
            visibility: hidden;
            transition: opacity 500ms ease, visibility 500ms ease;
            &.active {
                opacity: 1;
                visibility: visible;
            }
        }
    }*/ }
  .Blogsmediacontainer .owl-stage {
    display: flex; }
  .Blogsmediacontainer .owl-item {
    display: flex;
    flex: 1 0 auto; }
  .Blogsmediacontainer .item {
    background-color: transparent !important; }
    .Blogsmediacontainer .item a {
      display: flex;
      flex-wrap: wrap;
      height: 100%;
      color: initial;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #eee9db;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      /*-ms-border-radius: $radius;*/
      border-radius: 10px;
      /*@include box-shadow(0px 10px 30px 0px  rgba(0,0,0,.1));*/ }
      .Blogsmediacontainer .item a:hover figure:before {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(0deg) scale(1);
        -ms-transform: perspective(400px) rotateX(0deg) scale(1);
        transform: perspective(400px) rotateX(0deg) scale(1); }
      .Blogsmediacontainer .item a:hover figure img {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        /*-ms-transform: $transform;*/
        -o-transform: scale(1.2);
        transform: scale(1.2); }
      .Blogsmediacontainer .item a:hover .content .date {
        background-color: var(--theme-background);
        color: #fff; }
      .Blogsmediacontainer .item a figure {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 250px;
        overflow: hidden;
        margin: 0;
        position: relative;
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        /*-ms-border-radius: $radius;*/
        border-radius: 10px 10px 0 0; }
        .Blogsmediacontainer .item a figure:before {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          content: "";
          background-color: rgba(0, 0, 0, 0.2);
          opacity: 1;
          -webkit-transition: .5s;
          -o-transition: .5s;
          transition: .5s;
          -webkit-transform: perspective(400px) rotateX(-90deg) scale(0.2);
          -ms-transform: perspective(400px) rotateX(-90deg) scale(0.2);
          transform: perspective(400px) rotateX(-90deg) scale(0.2);
          -webkit-transform-origin: top;
          -ms-transform-origin: top;
          transform-origin: top;
          border-top-left-radius: 10px;
          border-top-right-radius: 10px;
          z-index: 1; }
        .Blogsmediacontainer .item a figure img {
          max-height: 100%;
          max-width: 100%;
          width: auto;
          margin: 0 auto;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -ms-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
      .Blogsmediacontainer .item a .content {
        padding: 20px;
        position: relative; }
        .Blogsmediacontainer .item a .content .date {
          font-style: italic;
          font-weight: 600;
          line-height: normal;
          position: absolute;
          left: 20px;
          top: -15px;
          background-color: #fff;
          color: var(--theme-background);
          padding: 6px 25px;
          z-index: 2;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -ms-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          /*-ms-border-radius: $radius;*/
          border-radius: 15px;
          -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
          /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
          box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1); }
          .Blogsmediacontainer .item a .content .date + h3 {
            margin-top: 15px; }
        .Blogsmediacontainer .item a .content h3 {
          margin: 0 0 10px;
          text-transform: capitalize;
          font-size: 1.2rem;
          font-weight: 600;
          line-height: 1.5em;
          color: #283734; }
          .Blogsmediacontainer .item a .content h3 .designation {
            font-size: 1rem;
            font-weight: 500;
            display: block;
            opacity: 0.8; }
        .Blogsmediacontainer .item a .content p {
          margin: 0; }
          .Blogsmediacontainer .item a .content p.desc {
            display: -webkit-box;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical; }

.Testimonials1 .owl-stage {
  display: flex; }

.Testimonials1 .owl-item {
  display: flex;
  flex: 1 0 auto; }

.Testimonials1 .item {
  background-color: transparent !important; }
  .Testimonials1 .item a {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    color: initial;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #eee9db;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    /*-ms-border-radius: $radius;*/
    border-radius: 10px;
    /*@include box-shadow(0px 10px 30px 0px  rgba(0,0,0,.1));*/ }
    .Testimonials1 .item a .photoname {
      display: flex;
      padding: 20px 20px 0;
      width: 100%; }
    .Testimonials1 .item a figure {
      display: flex !important;
      align-items: center;
      justify-content: center;
      flex: 0 0 100px;
      max-width: 100px;
      height: 100px;
      overflow: hidden;
      margin: 0 15px 0 0;
      position: relative;
      -webkit-border-radius: 10px 10px 0 0;
      -moz-border-radius: 10px 10px 0 0;
      /*-ms-border-radius: $radius;*/
      border-radius: 10px 10px 0 0; }
      .Testimonials1 .item a figure img {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        margin: 0 auto;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
    .Testimonials1 .item a .name h3 {
      margin: 0 0 10px;
      text-transform: capitalize;
      font-size: 1.2rem;
      font-weight: 600;
      line-height: 1.5em;
      color: #283734; }
      .Testimonials1 .item a .name h3 .designation {
        font-size: 1rem;
        font-weight: 500;
        display: block;
        opacity: 0.8; }
    .Testimonials1 .item a .content {
      padding: 20px;
      position: relative; }
      .Testimonials1 .item a .content .date {
        font-style: italic;
        font-weight: 600;
        line-height: normal;
        position: absolute;
        left: 20px;
        top: -15px;
        background-color: #fff;
        color: var(--theme-background);
        padding: 6px 25px;
        z-index: 2;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        /*-ms-border-radius: $radius;*/
        border-radius: 15px;
        -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
        /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
        box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1); }
        .Testimonials1 .item a .content .date + h3 {
          margin-top: 15px; }
      .Testimonials1 .item a .content p {
        margin: 0; }
        .Testimonials1 .item a .content p.desc {
          display: -webkit-box;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-line-clamp: 4;
          -webkit-box-orient: vertical; }

.Testimonials2 a {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  /*min-width: 220px;
        max-width: 310px;*/
  display: block;
  width: 100%;
  color: #333;
  text-align: left;
  box-shadow: none !important; }
  .Testimonials2 a * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9); }
  .Testimonials2 a img {
    max-width: 100%;
    vertical-align: middle;
    height: 90px;
    width: 90px !important;
    border-radius: 50%;
    margin: 40px 0 0 10px; }
  .Testimonials2 a blockquote {
    display: block;
    border-radius: 8px;
    position: relative;
    background-color: #fafafa;
    padding: 25px 50px 30px 50px;
    font-size: 0.8em;
    font-weight: 500;
    margin: 0;
    line-height: 1.6em;
    font-style: italic; }
    .Testimonials2 a blockquote:before, .Testimonials2 a blockquote:after {
      font-family: 'FontAwesome';
      content: "\201C";
      position: absolute;
      font-size: 50px;
      opacity: 0.3;
      font-style: normal; }
    .Testimonials2 a blockquote:before {
      top: 25px;
      left: 20px; }
    .Testimonials2 a blockquote:after {
      content: "\201D";
      right: 20px;
      bottom: 0; }
    .Testimonials2 a blockquote .desc {
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical; }
  .Testimonials2 a .arrow {
    top: 100%;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #fafafa;
    margin: 0;
    position: absolute; }
  .Testimonials2 a .author {
    position: absolute;
    bottom: 45px;
    padding: 0 10px 0 120px;
    margin: 0;
    /*text-transform: uppercase;*/
    -webkit-transform: translateY(50%);
    transform: translateY(50%); }
    .Testimonials2 a .author h5 {
      opacity: 0.8;
      margin: 0;
      font-weight: 800; }
      .Testimonials2 a .author h5 span {
        font-weight: 400;
        text-transform: none;
        padding-left: 5px; }

.Testimonials3 a {
  font-family: 'Roboto', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  display: block;
  /*margin: 10px;
        min-width: 230px;
        max-width: 315px;*/
  width: 100%;
  color: #000000;
  text-align: center;
  font-size: 16px;
  background-color: #2C3447;
  padding: 30px;
  background-image: linear-gradient(-25deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .Testimonials3 a *,
  .Testimonials3 a *:before,
  .Testimonials3 a *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease; }
  .Testimonials3 a .content {
    width: 100%; }
  .Testimonials3 a h3,
  .Testimonials3 a h4,
  .Testimonials3 a blockquote {
    margin: 0; }
  .Testimonials3 a h3,
  .Testimonials3 a h4 {
    font-weight: 300; }
  .Testimonials3 a h3 {
    color: #ffffff; }
  .Testimonials3 a h4 {
    color: #a6a6a6; }
  .Testimonials3 a blockquote {
    font-size: 1em;
    padding: 45px 20px 40px 50px;
    margin-top: 30px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: inset -1.4px -1.4px 2px rgba(0, 0, 0, 0.3);
    text-align: left;
    position: relative; }
    .Testimonials3 a blockquote:before {
      font-family: 'FontAwesome';
      content: "\201C";
      position: absolute;
      font-size: 70px;
      opacity: 0.25;
      font-style: normal;
      top: 0px;
      left: 20px; }
    .Testimonials3 a blockquote .desc {
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical; }
  .Testimonials3 a figure {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.4);
    margin: 0 auto 15px;
    border: solid 5px #A6A57A;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
    .Testimonials3 a figure img {
      max-height: 100%;
      max-width: 100%; }

.Testimonials4 a {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #9e9e9e;
  display: block;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  margin: 35px 10px 10px;
  /*max-width: 310px;
        min-width: 250px;*/
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border-top: 5px solid #d2652d; }
  .Testimonials4 a *,
  .Testimonials4 a *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
  .Testimonials4 a .content {
    padding: 13% 10% 12%; }
    .Testimonials4 a .content:before {
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: #fff;
      border-radius: 50%;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
      color: #d2652d;
      content: "\f10e";
      font-family: 'FontAwesome';
      font-size: 32px;
      font-style: normal;
      left: 50%;
      line-height: 60px;
      position: absolute;
      top: -30px;
      width: 60px; }
    .Testimonials4 a .content figure {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      margin: 0 auto 15px;
      border: solid 5px #A6A57A;
      overflow: hidden;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center; }
      .Testimonials4 a .content figure img {
        max-height: 100%;
        max-width: 100%; }
    .Testimonials4 a .content h3 {
      color: #3c3c3c;
      font-size: 20px;
      font-weight: 300;
      line-height: 24px;
      margin: 10px 0 5px; }
    .Testimonials4 a .content h4 {
      font-weight: 400;
      margin: 0;
      opacity: 0.5; }
    .Testimonials4 a .content blockquote {
      font-style: italic;
      font-weight: 300;
      margin: 0 0 20px; }
      .Testimonials4 a .content blockquote .desc {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical; }

.InlineNews {
  background-color: white;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  /*-ms-border-radius: $radius;*/
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1); }
  .InlineNews .item {
    background-color: transparent !important; }
    .InlineNews .item + .item {
      border-top: 1px solid #eee9db; }
    .InlineNews .item a {
      padding: 15px;
      display: flex;
      flex-wrap: wrap;
      height: 100%;
      color: initial;
      text-decoration: none;
      background-color: #fff; }
      .InlineNews .item a:hover .content .date {
        background-color: var(--theme-background);
        color: #fff; }
      .InlineNews .item a figure {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 100%;
        overflow: hidden;
        margin: 0;
        position: relative;
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        /*-ms-border-radius: $radius;*/
        border-radius: 10px 10px 0 0; }
        .InlineNews .item a figure img {
          max-height: 100%;
          max-width: 100%;
          width: auto;
          margin: 0 auto;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -ms-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
      .InlineNews .item a .content {
        position: relative; }
        .InlineNews .item a .content .date {
          font-style: italic;
          font-weight: 600;
          line-height: normal;
          background-color: #fff;
          color: var(--theme-background);
          padding: 6px 25px;
          z-index: 2;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -ms-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          /*-ms-border-radius: $radius;*/
          border-radius: 15px;
          -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
          /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
          box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1); }
          .InlineNews .item a .content .date + h3 {
            margin-top: 15px; }
        .InlineNews .item a .content h3 {
          margin: 0 0 10px;
          text-transform: capitalize;
          font-size: 1.2rem;
          font-weight: 600;
          line-height: 1.5em;
          color: #283734; }
          .InlineNews .item a .content h3 .designation {
            font-size: 1rem;
            font-weight: 500;
            display: block;
            opacity: 0.8; }
        .InlineNews .item a .content p {
          margin: 0; }
          .InlineNews .item a .content p.desc {
            display: -webkit-box;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical; }

.News2 .owl-stage {
  display: flex; }

.News2 .owl-item {
  display: flex;
  flex: 1 0 auto; }

.News2 .item {
  background-color: transparent !important; }
  .News2 .item a {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    color: initial;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #eee9db;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    /*-ms-border-radius: $radius;*/
    border-radius: 10px;
    /*@include box-shadow(0px 10px 30px 0px  rgba(0,0,0,.1));*/ }
    .News2 .item a:hover figure:before {
      opacity: 1;
      -webkit-transform: perspective(400px) rotateX(0deg) scale(1);
      -ms-transform: perspective(400px) rotateX(0deg) scale(1);
      transform: perspective(400px) rotateX(0deg) scale(1); }
    .News2 .item a:hover figure img {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      /*-ms-transform: $transform;*/
      -o-transform: scale(1.2);
      transform: scale(1.2); }
    .News2 .item a:hover .content .date {
      background-color: var(--theme-background);
      color: #fff; }
    .News2 .item a figure {
      display: flex !important;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 250px;
      overflow: hidden;
      margin: 0;
      position: relative;
      -webkit-border-radius: 10px 10px 0 0;
      -moz-border-radius: 10px 10px 0 0;
      /*-ms-border-radius: $radius;*/
      border-radius: 10px 10px 0 0; }
      .News2 .item a figure:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        background-color: rgba(0, 0, 0, 0.2);
        opacity: 1;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        -webkit-transform: perspective(400px) rotateX(-90deg) scale(0.2);
        -ms-transform: perspective(400px) rotateX(-90deg) scale(0.2);
        transform: perspective(400px) rotateX(-90deg) scale(0.2);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        z-index: 1; }
      .News2 .item a figure img {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        margin: 0 auto;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
    .News2 .item a .content {
      padding: 20px;
      position: relative; }
      .News2 .item a .content .date {
        font-style: italic;
        font-weight: 600;
        line-height: normal;
        position: absolute;
        left: 20px;
        top: -15px;
        background-color: #fff;
        color: var(--theme-background);
        padding: 6px 25px;
        z-index: 2;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        /*-ms-border-radius: $radius;*/
        border-radius: 15px;
        -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
        /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
        box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1); }
        .News2 .item a .content .date + h3 {
          margin-top: 15px; }
      .News2 .item a .content h3 {
        margin: 0 0 10px;
        text-transform: capitalize;
        font-size: 1.2rem;
        font-weight: 600;
        line-height: 1.5em;
        color: #283734; }
        .News2 .item a .content h3 .designation {
          font-size: 1rem;
          font-weight: 500;
          display: block;
          opacity: 0.8; }
      .News2 .item a .content p {
        margin: 0; }
        .News2 .item a .content p.desc {
          display: -webkit-box;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-line-clamp: 4;
          -webkit-box-orient: vertical; }

.News3 .owl-stage {
  display: flex; }

.News3 .owl-item {
  display: flex;
  flex: 1 0 auto; }

.News3 .item {
  background-color: transparent !important; }
  .News3 .item a {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    color: initial;
    text-decoration: none;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    /*-ms-border-radius: $radius;*/
    border-radius: 10px;
    /*@include box-shadow(0px 10px 30px 0px  rgba(0,0,0,.1));*/ }
    .News3 .item a:hover figure {
      /*&:before {
                        opacity: 1;
                        -webkit-transform: perspective(400px) rotateX(0deg) scale(1.0);
                        -ms-transform: perspective(400px) rotateX(0deg) scale(1.0);
                        transform: perspective(400px) rotateX(0deg) scale(1.0);
                    }*/ }
      .News3 .item a:hover figure img {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        /*-ms-transform: $transform;*/
        -o-transform: scale(1.2);
        transform: scale(1.2); }
    .News3 .item a:hover .content {
      border-color: var(--theme-background);
      /*.date{
                        background-color:var(--theme-background) ;
                        color:$white;
                    }*/ }
    .News3 .item a figure {
      display: flex !important;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 250px;
      overflow: hidden;
      margin: 0;
      position: relative;
      background: #000;
      -webkit-border-radius: 10px 10px 0 0;
      -moz-border-radius: 10px 10px 0 0;
      /*-ms-border-radius: $radius;*/
      border-radius: 10px 10px 0 0; }
      .News3 .item a figure:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        background-color: rgba(0, 0, 0, 0.2);
        opacity: 1;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        -webkit-transform: perspective(400px) rotateX(-90deg) scale(0.2);
        -ms-transform: perspective(400px) rotateX(-90deg) scale(0.2);
        transform: perspective(400px) rotateX(-90deg) scale(0.2);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        z-index: 1; }
      .News3 .item a figure img {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        margin: 0 auto;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
    .News3 .item a .content {
      padding: 20px;
      position: relative;
      border-top: 0 !important;
      border: 1px dashed #ddd !important;
      -webkit-border-radius: 0 0 10px 10px;
      -moz-border-radius: 0 0 10px 10px;
      /*-ms-border-radius: $radius;*/
      border-radius: 0 0 10px 10px; }
      .News3 .item a .content:before {
        content: "";
        position: absolute;
        left: 0;
        top: -25px;
        right: 0;
        width: 50px;
        margin: 0 auto;
        border-bottom: 25px solid #ffffff;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        z-index: 3; }
      .News3 .item a .content .date {
        font-style: italic;
        font-weight: 600;
        line-height: normal;
        /*position: absolute;
                    left: 20px;
                    top: -15px;*/
        background-color: #f5f5f5;
        color: var(--theme-background);
        padding: 6px 25px;
        margin: 15px 0 0 0;
        display: inline-block;
        z-index: 2;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        /*-ms-border-radius: $radius;*/
        border-radius: 15px;
        /*@include box-shadow(0px 4px 7px 0px rgba(0, 0, 0, 0.1));*/ }
        .News3 .item a .content .date + h3 {
          margin-top: 15px; }
      .News3 .item a .content h3 {
        margin: 0 0 10px;
        text-transform: capitalize;
        font-size: 1.2rem;
        font-weight: 600;
        line-height: 1.5em;
        color: #283734; }
        .News3 .item a .content h3 .designation {
          font-size: 1rem;
          font-weight: 500;
          display: block;
          opacity: 0.8; }
      .News3 .item a .content p {
        margin: 0; }
        .News3 .item a .content p.desc {
          display: -webkit-box;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-line-clamp: 4;
          -webkit-box-orient: vertical; }

.Blogsmediacontainer .item a.VideoGallery figure i.fa-play {
  font-size: 20px;
  width: 60px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.Blogsmediacontainer .item a.VideoGallery:hover figure i.fa-play {
  background-color: #e60000; }

/*.Blogsmediacontainer .item .content {
    background-color:#fff;
    padding: 30px 25px;
-webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
}
.Blogsmediacontainer .item .content h3 {
    font-size: 1.2rem; font-weight: 700;
    color: #48465b;
    margin: 0 0 20px 0; line-height: 1.4em;
}
.Blogsmediacontainer .item .content .date-author{
    display:flex; list-style-type:none; padding:0; margin:0;

}
.Blogsmediacontainer .item .content .date {
    margin: 0; font-weight: 500; text-transform:uppercase;
}
.Blogsmediacontainer .item .content .date i{
    margin: 0 6px 0 0;   color:var(--theme-background);
}
.Blogsmediacontainer .item .content .author {
    margin-left:auto;
}
.Blogsmediacontainer .item .content .author > span{ font-weight:500; color:var(--theme-background);}
.Blogsmediacontainer .item .content p{font-size: 0.85em;}*/
/*.media-center .owl-stage {
    display: flex;
}
.media-center .owl-item {
    display: flex;
    flex: 1 0 auto;
}
.media-center: {
    margin-top: -30px;
    width: 100%;
}
    .media-center:not(.owl-carousel) .item {*/
/* margin: 30px 0 0;*/
/* height: calc(100% - 30px);*/
/*border:1px solid #ccc;*/
/*width:31%;
    margin:15px;
}

        .media-center:not(.owl-carousel) .item img {
            width: 100%
        }
.media-center .item {
    display: block;
    margin: 0 10px 10px;*/
/*margin-top: 30px;
    height: calc(100% - 30px);*/
/*width:100%;*/
/*background-color: #fff;
    color:inherit; text-decoration:none!important;
    position: relative; z-index: 1;
     -webkit-box-shadow:   0 5px 10px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow:  0 5px 10px 1px rgba(0, 0 , 0, .05);
    box-shadow:  0 5px 10px 1px rgba(0, 0 , 0, .05);
}
    .media-center .item a {
        color: initial;
        text-decoration: none !important;
    }
        .media-center .item a:hover .content h3 {
            color: var(--prored);
        }
        .media-center .item a figure {
            height: 250px;
            margin: 0 auto;
            overflow: hidden;
            display: block;
            position: relative;
            text-align: center;
        }
            .media-center .item a figure img {
                height: 100%;
                width: 100%
            }
        .media-center .item a.VideoGallery figure i.fa-play {
            font-size: 20px;
            width: 60px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: #fff;
            background: rgba(0,0,0,.5);
            position: absolute;
            left: 50%;
            top: 50%;
            z-index: 1;
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            -ms-transform: translate(50%,50%);
            transform: translate(-50%,-50%);
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
        }
        .media-center .item a.VideoGallery:hover figure i.fa-play {
            background-color: #e60000;
        }
    .media-center .item .content {
        background-color: #fff;
        padding: 30px 25px 0 25px;*/
/*-webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;*/
/*}
        .media-center .item .content h3 {
            font-size: 1.2rem;
            font-weight: 700;
            color: #48465b;
            margin: 0 0 20px 0;
            line-height: 1.4em;
        }
        .media-center .item .content .date-author {
            display: flex;
            list-style-type: none;
            padding: 0;
            margin: 0;
        }
        .media-center .item .content .date {
            margin: 0;
            font-weight: 500;
            text-transform: uppercase;
        }
            .media-center .item .content .date i {
                margin: 0 6px 0 0;
                color: var(--theme-background);
            }
        .media-center .item .content .author {
            margin-left: auto;
        }
            .media-center .item .content .author > span {
                font-weight: 500;
                color: var(--theme-background);
            }
        .media-center .item .content p {
            font-size: 0.95em;
        }





..media-center .owl-stage {
    display: flex;
}
.media-center .owl-item {
    display: flex;
    flex: 1 0 auto;
}
.media-center:not(.owl-carousel) {
    margin-top: -30px;
    width: 100%;
}
    .media-center:not(.owl-carousel) .item {*/
/* margin: 30px 0 0;*/
/* height: calc(100% - 30px);*/
/*border:1px solid #ccc;*/
/*width:31%;
    margin:15px;
}

        .media-center:not(.owl-carousel) .item img {
            width: 100%
        }
.media-center .item {
    display: block;
    margin: 0 10px 10px;*/
/*margin-top: 30px;
    height: calc(100% - 30px);*/
/*width:100%;*/
/*background-color: #fff;
    color:inherit; text-decoration:none!important;
    position: relative; z-index: 1;
     -webkit-box-shadow:   0 5px 10px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow:  0 5px 10px 1px rgba(0, 0 , 0, .05);
    box-shadow:  0 5px 10px 1px rgba(0, 0 , 0, .05);
}
    .media-center .item a {
        color: initial;
        text-decoration: none !important;
    }
        .media-center .item a:hover .content h3 {
            color: var(--prored);
        }
        .media-center .item a figure {
            height: 250px;
            margin: 0 auto;
            overflow: hidden;
            display: block;
            position: relative;
            text-align: center;
        }
            .media-center .item a figure img {
                height: 100%;
                width: 100%
            }
        .media-center .item a.VideoGallery figure i.fa-play {
            font-size: 20px;
            width: 60px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: #fff;
            background: rgba(0,0,0,.5);
            position: absolute;
            left: 50%;
            top: 50%;
            z-index: 1;
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            -ms-transform: translate(50%,50%);
            transform: translate(-50%,-50%);
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
        }
        .media-center .item a.VideoGallery:hover figure i.fa-play {
            background-color: #e60000;
        }
    .media-center .item .content {
        background-color: #fff;
        padding: 30px 25px 0 25px;*/
/*-webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;*/
/*}
        .media-center .item .content h3 {
            font-size: 1.2rem;
            font-weight: 700;
            color: #48465b;
            margin: 0 0 20px 0;
            line-height: 1.4em;
        }
        .media-center .item .content .date-author {
            display: flex;
            list-style-type: none;
            padding: 0;
            margin: 0;
        }
        .media-center .item .content .date {
            margin: 0;
            font-weight: 500;
            text-transform: uppercase;
        }
            .media-center .item .content .date i {
                margin: 0 6px 0 0;
                color: var(--theme-background);
            }
        .media-center .item .content .author {
            margin-left: auto;
        }
            .media-center .item .content .author > span {
                font-weight: 500;
                color: var(--theme-background);
            }
        .media-center .item .content p {
            font-size: 0.95em;
        }
    .Blogs.owl-stage {
    display: flex;
}

.Blogs .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.Blogs:not(.owl-carousel) {
    margin-top: -30px;
    width: 100%;
}

    .Blogs:not(.owl-carousel) .item {*/
/* margin: 30px 0 0;*/
/* height: calc(100% - 30px);*/
/*border:1px solid #ccc;*/
/*width: 31%;
        margin: 15px;
    }

        .Blogs:not(.owl-carousel) .item img {
            width: 100%
        }

.Blogs .item {
    display: block;
    margin: 0 10px 10px;*/
/*margin-top: 30px;
    height: calc(100% - 30px);*/
/*width:100%;*/
/*background-color: #fff;
    color: inherit;
    text-decoration: none !important;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, .05);
}

    .Blogs .item a {
        color: initial;
        text-decoration: none !important;
    }

        .Blogs .item a:hover .content h3 {
            color: var(--prored);
        }

        .Blogs .item a figure {
            height: 250px;
            margin: 0 auto;
            overflow: hidden;
            display: block;
            position: relative;
            text-align: center;
        }

            .Blogs .item a figure img {
                height: 100%;
                width: 100%
            }

        .Blogs .item a.VideoGallery figure i.fa-play {
            font-size: 20px;
            width: 60px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: #fff;
            background: rgba(0,0,0,.5);
            position: absolute;
            left: 50%;
            top: 50%;
            z-index: 1;
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            -ms-transform: translate(50%,50%);
            transform: translate(-50%,-50%);
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
        }

        .Blogs .item a.VideoGallery:hover figure i.fa-play {
            background-color: #e60000;
        }

    .Blogs .item .content {
        background-color: #fff;
        padding: 30px 25px 0 25px;*/
/*-webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;*/
/*}

        .Blogs .item .content h3 {
            font-size: 1.2rem;
            font-weight: 700;
            color: #48465b;
            margin: 0 0 20px 0;
            line-height: 1.4em;
        }

        .Blogs .item .content .date-author {
            display: flex;
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

        .Blogs .item .content .date {
            margin: 0;
            font-weight: 500;
            text-transform: uppercase;
        }

            .Blogs .item .content .date i {
                margin: 0 6px 0 0;
                color: var(--theme-background);
            }

        .Blogs .item .content .author {
            margin-left: auto;
        }

            .Blogs .item .content .author > span {
                font-weight: 500;
                color: var(--theme-background);
            }

        .Blogs .item .content p {
            font-size: 0.95em;
        }


.Notice.owl-stage {
    display: flex;
}

.Notice .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.Notice:not(.owl-carousel) {
    margin-top: -30px;
    width: 100%;
}

    .Notice:not(.owl-carousel) .item {*/
/* margin: 30px 0 0;*/
/* height: calc(100% - 30px);*/
/*border:1px solid #ccc;*/
/*width: 31%;
        margin: 15px;
    }

        .Notice:not(.owl-carousel) .item img {
            width: 100%
        }

.Notice .item {
    display: block;
    margin: 0 10px 10px;*/
/*margin-top: 30px;
    height: calc(100% - 30px);*/
/*width:100%;*/
/*background-color: #fff;
    color: inherit;
    text-decoration: none !important;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, .05);
}

    .Notice .item a {
        color: initial;
        text-decoration: none !important;
    }

        .Notice .item a:hover .content h3 {
            color: var(--prored);
        }

        .Notice .item a figure {
            height: 250px;
            margin: 0 auto;
            overflow: hidden;
            display: block;
            position: relative;
            text-align: center;
        }

            .Notice .item a figure img {
                height: 100%;
                width: 100%
            }

        .Notice .item a.VideoGallery figure i.fa-play {
            font-size: 20px;
            width: 60px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: #fff;
            background: rgba(0,0,0,.5);
            position: absolute;
            left: 50%;
            top: 50%;
            z-index: 1;
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            -ms-transform: translate(50%,50%);
            transform: translate(-50%,-50%);
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
        }

        .Notice .item a.VideoGallery:hover figure i.fa-play {
            background-color: #e60000;
        }

    .Notice .item .content {
        background-color: #fff;
        padding: 30px 25px 0 25px;*/
/*-webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;*/
/*}

        .Notice .item .content h3 {
            font-size: 1.2rem;
            font-weight: 700;
            color: #48465b;
            margin: 0 0 20px 0;
            line-height: 1.4em;
        }

        .Notice .item .content .date-author {
            display: flex;
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

        .Notice .item .content .date {
            margin: 0;
            font-weight: 500;
            text-transform: uppercase;
        }

            .Notice .item .content .date i {
                margin: 0 6px 0 0;
                color: var(--theme-background);
            }

        .Notice .item .content .author {
            margin-left: auto;
        }

            .Notice .item .content .author > span {
                font-weight: 500;
                color: var(--theme-background);
            }

        .Notice .item .content p {
            font-size: 0.95em;
        }



.Testimonials.owl-stage {
    display: flex;
}

.Testimonials .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.Testimonials:not(.owl-carousel) {
    margin-top: -30px;
    width: 100%;
}

    .Testimonials:not(.owl-carousel) .item {*/
/* margin: 30px 0 0;*/
/* height: calc(100% - 30px);*/
/*border:1px solid #ccc;*/
/*width: 31%;
        margin: 15px;
    }

        .Testimonials:not(.owl-carousel) .item img {
            width: 100%
        }

.Testimonials .item {
    display: block;
    margin: 0 10px 10px;*/
/*margin-top: 30px;
    height: calc(100% - 30px);*/
/*width:100%;*/
/*background-color: #fff;
    color: inherit;
    text-decoration: none !important;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, .05);
}

.Testimonials .item a {
    color: initial;
    text-decoration: none !important;
}

    .Testimonials .item a:hover .content h3 {
        color: var(--prored);
    }

    .Testimonials .item a figure {
        height: 250px;
        margin: 0 auto;
        overflow: hidden;
        display: block;
        position: relative;
        text-align: center;
    }

        .Testimonials .item a figure img {
            height: 100%;
            width: 100%
        }

   
    .Testimonials .item .content {
        background-color: #fff;
        padding: 30px 25px 0 25px;*/
/*-webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;*/
/*}

        .Testimonials .item .content h3 {
            font-size: 1.2rem;
            font-weight: 700;
            color: #48465b;
            margin: 0 0 20px 0;
            line-height: 1.4em;
        }

        .Testimonials .item .content .date-author {
            display: flex;
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

        .Testimonials .item .content .date {
            margin: 0;
            font-weight: 500;
            text-transform: uppercase;
        }

            .Testimonials .item .content .date i {
                margin: 0 6px 0 0;
                color: var(--theme-background);
            }

        .Testimonials .item .content .author {
            margin-left: auto;
        }

            .Testimonials .item .content .author > span {
                font-weight: 500;
                color: var(--theme-background);
            }

        .Testimonials .item .content p {
            font-size: 0.95em;
        }




.Events.owl-stage {
    display: flex;
}

.Events .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.Events:not(.owl-carousel) {
    margin-top: -30px;
    width: 100%;
}

    .Events:not(.owl-carousel) .item {*/
/* margin: 30px 0 0;*/
/* height: calc(100% - 30px);*/
/*border:1px solid #ccc;*/
/*width: 31%;
        margin: 15px;
    }

        .Events:not(.owl-carousel) .item img {
            width: 100%
        }

.Events .item {
    display: block;
    margin: 0 10px 10px;*/
/*margin-top: 30px;
    height: calc(100% - 30px);*/
/*width:100%;*/
/*background-color: #fff;
    color: inherit;
    text-decoration: none !important;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, .05);
}

    .Events .item a {
        color: initial;
        text-decoration: none !important;
    }

        .Events .item a:hover .content h3 {
            color: var(--prored);
        }

        .Events .item a figure {
            height: 250px;
            margin: 0 auto;
            overflow: hidden;
            display: block;
            position: relative;
            text-align: center;
        }

            .Events .item a figure img {
                height: 100%;
                width: 100%
            }

        .Events .item a.VideoGallery figure i.fa-play {
            font-size: 20px;
            width: 60px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: #fff;
            background: rgba(0,0,0,.5);
            position: absolute;
            left: 50%;
            top: 50%;
            z-index: 1;
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            -ms-transform: translate(50%,50%);
            transform: translate(-50%,-50%);
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
        }

        .Events .item a.VideoGallery:hover figure i.fa-play {
            background-color: #e60000;
        }

    .Events .item .content {
        background-color: #fff;
        padding: 30px 25px 0 25px;*/
/*-webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;*/
/*}

        .Events .item .content h3 {
            font-size: 1.2rem;
            font-weight: 700;
            color: #48465b;
            margin: 0 0 20px 0;
            line-height: 1.4em;
        }

        .Events .item .content .date-author {
            display: flex;
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

        .Events .item .content .date {
            margin: 0;
            font-weight: 500;
            text-transform: uppercase;
        }

            .Events .item .content .date i {
                margin: 0 6px 0 0;
                color: var(--theme-background);
            }

        .Events .item .content .author {
            margin-left: auto;
        }

            .Events .item .content .author > span {
                font-weight: 500;
                color: var(--theme-background);
            }

        .Events .item .content p {
            font-size: 0.95em;
        }



#divProducts:not(.owl-carousel) {
    margin-top: -30px;
    width: 100%;
}

    #divProducts:not(.owl-carousel) .item {
         margin: 30px 0 0;
         height: calc(100% - 30px);
        border:1px solid #ccc;
        width: 31%;
        margin: 15px;
    }

        #divProducts:not(.owl-carousel) .item img {
            width: 100%
        }*/
/*#divProducts .item {
    display: block;
    margin: 0 10px 10px;
    margin-top: 30px;
    height: calc(100% - 30px);
    width:100%;
    background-color: #fff;
    color: inherit;
    text-decoration: none !important;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, .05);
}
*/
/*#divProducts .item a {
        color: initial;
        text-decoration: none !important;
    }

        #divProducts.item a:hover .content h3 {
            color: var(--prored);
        }*/
/* #divProducts .item a figure {
            height: 250px;
            margin: 0 auto;
            overflow: hidden;
            display: block;
            position: relative;
            text-align: center;
        }*/
/*#divProducts .item a figure img {
                height: 100%;
                width: 100%
            }
    #divProducts .item .content {
        background-color: #fff;
        padding: 30px 25px 0 25px;
        -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    }

        #divProducts .item .content h3 {
            font-size: 1.2rem;
            font-weight: 700;
            color: #48465b;
            margin: 0 0 20px 0;
            line-height: 1.4em;
        }

       
            #divProducts .item .content .author > span {
                font-weight: 500;
                color: var(--theme-background);
            }

        #divProducts .item .content p {
            font-size: 0.95em;
        }*/
.view-comment {
  display: flex;
  list-style-type: none;
  padding: 15px 0 30px 0;
  margin: 15px 15px 0;
  border-top: 1px solid #ddd; }

.view-comment li:nth-last-child(1) {
  margin-left: auto; }

.view-comment li + li a {
  margin-left: 15px; }

.view-comment li a {
  font-weight: 500;
  display: block; }

.view-comment li a:hover {
  color: var(--theme-background); }

.view-comment li a span {
  margin-right: 5px;
  display: inline-block; }

.view-comment li a.like {
  display: flex;
  align-items: center; }

.view-comment li a.like i {
  color: #ff0000;
  font-size: 1.2rem; }

.Blogsmediadetails .view-comment {
  margin: 0; }

.Blogsmediadetails .view-comment a {
  color: initial;
  text-decoration: none !important; }

.Blogsmediadetails > .item {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 5px;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.05); }

.Blogsmediadetails > .item .top {
  padding: 25px; }

.Blogsmediadetails > .item figure {
  max-width: 600px;
  margin: 0px auto; }

.Blogsmediadetails > .item figure a {
  display: block;
  position: relative; }

.Blogsmediadetails > .item figure a img {
  width: 100%; }

.Blogsmediadetails > .item figure a.VideoGallery i.fa-play {
  font-size: 20px;
  width: 60px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.Blogsmediadetails > .item figure a.VideoGallery:hover i.fa-play {
  background-color: #e60000; }

.Blogsmediadetails > .item .content {
  padding: 40px; }

.Blogsmediadetails > .item .title {
  padding: 0;
  margin-bottom: 10px;
  clear: both;
  color: #000;
  font-weight: 600;
  font-size: 1.3rem; }

.Blogsmediadetails > .item .date-author {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 10px 0 0; }

.Blogsmediadetails > .item .date {
  color: #000;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase; }

.Blogsmediadetails > .item .date i {
  margin: 0 10px 0 0;
  color: var(--theme-background); }

.Blogsmediadetails > .item .author {
  margin-left: auto; }

.Blogsmediadetails > .item .author > span {
  font-weight: 600;
  color: var(--theme-background); }

.Blogsmediadetails .socialstar {
  padding: 8px 0;
  margin-top: 40px;
  border-top: 1px solid #ddd;
  display: flex; }

.Blogsmediadetails .social {
  display: flex; }

.Blogsmediadetails .social a {
  padding: 8px;
  display: block;
  color: initial;
  text-decoration: none !important; }

.Blogsmediadetails .social a.fa-facebook:hover {
  color: #3B5998; }

.Blogsmediadetails .social a.fa-twitter:hover {
  color: #2CAAE1; }

.Blogsmediadetails .social a.fa-linkedin:hover {
  color: #0e76a8; }

.Blogsmediadetails .social a.fa-link:hover {
  color: #78aad1; }

.Blogsmediadetails .socialstar .star {
  display: flex;
  align-items: center;
  margin-left: auto; }

.Blogsmediadetails .socialstar .star a {
  font-size: 1.3rem;
  color: #fe7259;
  text-decoration: none !important; }

.Blogsmediadetails .socialstar .star a + a {
  margin-left: 5px; }

/*.RecentBlogs{padding:0; margin:0; list-style-type:none;}
.RecentBlogs li + li a{
    margin-top:15px;
}
.RecentBlogs a{
    display:flex; color: #262c31; text-decoration:none!important;
}
.RecentBlogs a:hover{
    color: #000;
}
.RecentBlogs a img{
    width:80px; border-radius:5px; margin-right:15px;
}
.RecentBlogs a .content strong{
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}
.RecentBlogs a .content .date{
    font-weight: 500;
    color: var(--theme-background);
}*/
/*.media-center{
    background: #f8f8f2;
}
#media-center{
    margin-top: -20px;
}
#media-center .item{
    display: block;
    margin-top: 20px;
    height: calc(100% - 20px);
    background-color: #fff;
    color:inherit; text-decoration:none!important;
    position: relative; z-index: 1;
     -webkit-box-shadow:   0 5px 10px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow:  0 5px 10px 1px rgba(0, 0 , 0, .05);
    box-shadow:  0 5px 10px 1px rgba(0, 0 , 0, .05);
}
#media-center .item:hover .content h3{
    color:var(--prored);
}
#media-center .item figure {
   max-height: 250px;
    margin: 0 auto;
    overflow:hidden;
}
#media-center .item .content {
    background-color:#fff;
    padding: 30px 25px;
   
}
#media-center .item .content h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #48465b;
    margin: 0 0 20px 0;
    line-height: 1.5em;
}
#media-center .item .content .date-author{
    display:flex; list-style-type:none; padding:0; margin:0;

}
#media-center .item .content .date {
    margin: 0; font-weight: 500; text-transform:uppercase;
}
#media-center .item .content .date i{
    margin: 0 10px 0 0;  color:var(--theme-background);
}
#media-center .item .content .author {
    margin-left:auto;
}
#media-center .item .content .author > span{ font-weight:500; color:var(--theme-background);}
#media-center .item .content p{ font-size: .95em;}*/
.page-section {
  padding: 50px 0; }

.page-header {
  position: relative;
  opacity: 0.7;
  color: #ffffff;
  padding: 45px 0px 45px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--theme-background); }

.page-header:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block; }

.page-header h1 {
  position: relative;
  font-size: 36px;
  line-height: 1.2em;
  font-weight: 700;
  color: #ffffff;
  padding-left: 30px;
  text-transform: capitalize;
  border-left: 2px solid rgba(0, 0, 0, 0.4); }

.breadcrumb-column {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.page-header .bread-crumb {
  position: relative;
  padding: 0;
  margin: 0;
  /*text-align: right;*/ }

.page-header .bread-crumb li {
  position: relative;
  display: inline-block;
  line-height: 30px;
  margin-left: 25px;
  color: #fff;
  font-size: 16px;
  font-weight: 400; }

.page-header .bread-crumb li:before {
  content: '/';
  position: absolute;
  right: -20px;
  top: 0px;
  width: 15px;
  color: #ffffff;
  text-align: center;
  line-height: 30px; }

.page-header .bread-crumb li:first-child {
  margin-left: 0px; }

.page-header .bread-crumb li:last-child:before {
  display: none; }

.page-header .bread-crumb li a {
  color: #ffffff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.page-header .bread-crumb li .icon {
  position: relative;
  font-size: 14px;
  color: #fff;
  top: -1px;
  margin-right: 6px;
  line-height: 1em; }

.page-header .bread-crumb li a:hover {
  color: #bb0010; }

.column {
  display: flex; }

.column.hide-column-sidebar-right .column-sidebar-right {
  display: none; }

.column.hide-column-sidebar-right .column-main {
  flex: 0 0 100%;
  max-width: 100%; }

.column-sidebar {
  /*float: left;*/
  max-width: 250px;
  flex: 0 0 250px;
  background: #fff;
  position: sticky;
  top: 80px;
  margin-right: 30px; }

.column-main {
  flex: 0 0 calc(100% - 280px);
  max-width: -webkit-calc(100% - 280px);
  max-width: -moz-calc(100% - 280px);
  max-width: -ms-calc(100% - 280px);
  max-width: -o-calc(100% - 280px);
  max-width: calc(100% - 280px); }

.column-sidebar-right {
  max-width: 250px;
  flex: 0 0 250px;
  background: #fff;
  position: sticky;
  top: 80px;
  margin-left: 30px; }

.left-side-patch, .side-patch {
  margin-bottom: 25px; }

.left-side-header, .side-header {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #262c31; }

.left-side-list, .side-list {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.left-side-list li a,
.side-list li a {
  font-weight: 500;
  padding: 12px 15px;
  color: #777a7c;
  display: block;
  position: relative;
  border-top: 1px solid #dcdcdc;
  text-decoration: none; }

.left-side-list li:nth-last-child(1) a,
.side-list li:nth-last-child(1) a {
  border-bottom: 1px solid #dcdcdc; }

.left-side-list li a:hover,
.side-list li a:hover {
  color: var(--theme-background); }

.left-side-list li a:before,
.side-list li a:before {
  content: '\f105';
  font-family: 'Material Design Icons';
  color: var(--theme-background);
  position: absolute;
  left: 0;
  top: 11px;
  display: inline-block; }

.imgMember {
  width: 100px;
  border-radius: 100%; }

#divFinalData .item {
  padding: 15px;
  border: 1px solid #dcdcdc;
  border-left: 4px solid var(--theme-background);
  border-radius: 8px;
  display: flex;
  align-items: center; }

#divFinalData .item:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }

#divFinalData .item + .item {
  margin-top: 20px; }

#divFinalData .item .photo {
  margin-right: 20px; }

#divFinalData .item .content .name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #262c31;
  margin-bottom: 3px; }

#divFinalData .item .content .designation {
  margin-bottom: 3px; }

#divFinalData .item .content .org span {
  font-weight: 500;
  color: #262c31; }

.downloads {
  margin-left: 15px; }

.downloads .list-group-item {
  padding: 0; }

.downloads a {
  padding: 15px 15px 15px 30px;
  position: relative;
  color: #c50606;
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none !important; }

.downloads a:before {
  content: "\f225";
  background: #fff;
  color: #c50606;
  padding: 0px;
  font-size: 28px;
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -12px;
  line-height: normal;
  text-align: center;
  font-family: 'Material Design Icons'; }

.downloads a:hover {
  background-color: var(--theme-bg-sub-menu-hover); }

/*****************************************
        // Common
*****************************************/
/******************************************
            Owl Carousel
******************************************/
.owl-prev-next {
  position: relative; }

.owl-prev-next:hover .owl-nav .owl-prev {
  left: -50px;
  opacity: 1; }

.owl-prev-next:hover .owl-nav .owl-next {
  right: -50px;
  opacity: 1; }

.owl-prev-next .owl-nav {
  margin: 0; }

.owl-prev-next .owl-nav > div {
  font-family: Material Design Icons;
  font-size: 30px;
  width: 70px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  margin: -25px 0 0 0;
  position: absolute;
  top: 50%;
  border: 2px solid #ccc;
  background-color: #fff;
  color: #ccc;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1); }

/*.owl-prev-next .owl-nav > div.disabled {cursor: not-allowed; }*/
.owl-prev-next .owl-nav > div:not(.disabled):hover {
  border-color: var(--theme-background);
  color: var(--theme-background);
  background-color: #fff; }

.owl-prev-next .owl-nav .owl-prev {
  left: -70px;
  opacity: 0; }

.owl-prev-next .owl-nav .owl-next {
  right: -70px;
  opacity: 0; }

.owl-prev-next .owl-dots {
  margin-top: 20px; }

.owl-prev-next .owl-dots .owl-dot.active span,
.owl-prev-next .owl-dots .owl-dot:hover span {
  background: var(--theme-background); }

/******************************************
             // Owl Carousel
******************************************/
/******************************************
             Gallery
******************************************/
.gallery {
  /*background: #eff2f3;*/ }

#portfolio {
  width: 100%; }

.portfolio-menu ul {
  max-width: 270px !important; }

#mixitGallary {
  /*margin: -8px;*/
  /*width:100%;*/ }

#mixitGallary .mix {
  text-align: center;
  /*display: none;*/
  height: 250px; }
  @media (max-width: 767px) {
    #mixitGallary .mix {
      height: 150px; } }

#gallery-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-evenly; }

#gallery-grid a {
  /*max-height: 240px;max-width: 340px;*/ }

#gallery-grid a > .img {
  display: flex;
  /*align-items: center;
    justify-content: center;*/
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
  max-width: 100%;
  height: calc(100% - 20px);
  border: 1px solid #ddd;
  /*-webkit-box-shadow: 0 2px 5px -1px #afafaf;
    -moz-box-shadow: 0 2px 5px -1px #afafaf;
    box-shadow: 0 2px 5px -1px #afafaf;*/
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#gallery-grid a > .img img {
  width: 100%;
  /*max-width: 100%;
    max-height: 100%;*/
  -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; }

#gallery-grid a .img:after {
  content: "\f00e";
  font-family: Material Design Icons;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  /*background: #0000004f;*/
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#gallery-grid .VideoGallery .img i.fa-play {
  font-size: 20px;
  width: 60px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

#gallery-grid .VideoGallery:hover .img i.fa-play {
  background-color: #e60000; }

#gallery-grid .VideoGallery .img:after {
  content: ""; }

#gallery-grid a:hover .img:after {
  opacity: 1; }

#gallery-grid a:hover .img img {
  opacity: 1;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3); }

#gallery-grid a .img:hover {
  -webkit-box-shadow: 0 4px 15px 0px #908e8e;
  -moz-box-shadow: 0 4px 15px 0px #908e8e;
  box-shadow: 0 4px 15px 0px #908e8e; }

#gallery-grid a .gallery-title {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(250, 211, 91, 0.0928746) 53%, #fad35b 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 1.05rem;
  font-weight: 500;
  color: #000;
  padding: 15px 10px;
  height: 100%;
  z-index: 999;
  -webkit-transition: bottom 0.3s ease-in-out;
  -moz-transition: bottom 0.3s ease-in-out;
  -o-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out; }

#gallery-grid a .img:hover .gallery-title {
  bottom: 0; }

#gallery-grid a .default-title {
  display: none !important;
  text-align: center;
  padding: 8px 12px;
  font-weight: 600;
  color: #040000;
  font-size: 15px;
  border: 1px solid #ccc;
  background: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

/* Page*/
/*#gallery-grid {
    justify-content: flex-start;
    max-width:600px; margin:0 auto;
}
#gallery-grid > a{
    color:inherit;
    text-decoration:none;
}
#gallery-grid > a .img{
    position:relative;
}
#gallery-grid a .img img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}
#gallery-grid a .img:after{
    content:"";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#gallery-grid a:hover .img:after {
    opacity: 1;
}*/
#gallery-grid a.PhotoGallery .img i.fa-search-plus {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  font-size: 22px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(-50%, -50%); }

#gallery-grid a.PhotoGallery:hover .img i.fa-search-plus {
  opacity: 1; }

#gallery-grid a.VideoGallery .img i.mdi-play {
  font-size: 22px;
  width: 70px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

#gallery-grid a.VideoGallery:hover .img i.fa-play {
  background-color: #e60000; }

#gallery-grid .gallery2 {
  display: block;
  padding: 0; }

#gallery-grid .gallery2 + .gallery2 {
  margin-top: 40px; }

#gallery-grid .contentimg {
  padding: 40px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.05); }

#gallery-grid .gallery2 .gallery-title {
  padding: 0;
  margin-bottom: 10px;
  clear: both;
  color: #000;
  font-weight: 600;
  font-size: 1.3rem; }

.gallery2 p {
  margin-bottom: 5px; }

/******************************************
        // Gallery
******************************************/
/*****************************************
        footer
*****************************************/
#footer {
  background-color: #f5f5f5;
  color: #555;
  /*padding:50px 0 0 0;*/ }

#footer .contact-details {
  /*background-color: #161616;*/
  background-color: var(--theme-background);
  margin-bottom: 40px; }

#footer .contact {
  /*background-color: #30373d;
    border-radius:40px;
    padding:30px 10px;*/
  padding: 13px 10px;
  height: 100%;
  display: flex;
  position: relative; }

#footer .contact + .contact {
  margin-left: 15px; }

#footer .contact-details > div:nth-last-child(1) > .contact:after {
  display: none; }

/*#footer .contact:after {
    content: "";
    height: 50%;
    width: 2px;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #2b2b2b;
}*/
#footer .contact > a,
#footer .contact > .nota {
  color: #fff;
  text-decoration: none !important;
  display: flex;
  justify-content: center; }

#footer .contact > a > i,
#footer .contact > .nota > i {
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 30px;
  padding-right: 44px; }

#footer .contact > a > i:after,
#footer .contact > .nota > i:after {
  content: "";
  height: 24px;
  width: 2px;
  position: absolute;
  right: 22px;
  top: 2px;
  background-color: #f5f5f5; }

#footer .contact > a > span > strong,
#footer .contact > .nota > span > strong {
  display: block;
  color: #fff;
  /*font-weight:normal;*/ }

#footer .contact a {
  color: #fff !important; }

#footer .contact a:hover {
  color: #eee !important; }

#footer a:not(.btn) {
  color: #555;
  text-decoration: none !important; }

#footer a:not(.btn):hover {
  color: var(--theme-background); }

#footer .ftrhdr {
  font-weight: 500;
  font-size: 1.2rem;
  margin: 0 0 12px;
  padding-bottom: 12px;
  color: #303030;
  position: relative; }

#footer .ftrabt .pAboutUs {
  text-align: justify;
  height: 6em;
  line-height: 1.5em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

#footer .ftrabt .pAboutUs p {
  display: none;
  margin: 0; }

#footer .ftrabt .pAboutUs p:nth-child(1) {
  display: block !important; }

#footer .ftrhdr:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  height: 2px;
  width: 40px;
  background-color: var(--theme-background); }

#footer .ftrabt .footer-logo {
  text-align: center; }

#footer .ftrabt .footer-logo img {
  max-width: 150px;
  max-height: 100px;
  margin: 0 auto 20px; }

#footer ul {
  padding: 0;
  list-style-type: none; }

#footer .footerlink li a {
  padding: 4px 0;
  display: block;
  -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; }

#footer .footerlink li a:hover {
  margin-left: 5px; }

#footer .footerlink li a:before {
  font-family: Material Design Icons;
  content: "\f12f";
  margin-right: 8px;
  color: var(--theme-background); }

#footer .input-group {
  margin: 0 auto 50px;
  background: #fff;
  /*background: #30373d;*/
  overflow: hidden;
  /*  border-radius: 40px;*/
  border: 1px solid #ddd; }

#footer .input-group .form-control {
  background-color: transparent;
  border: 0;
  color: #bebfc4;
  box-shadow: none !important;
  padding: 10px 20px;
  height: auto; }

#footer .input-group .btn {
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 0px; }

#footer .input-group .btn:hover {
  color: #fff; }

#footer .Applications a {
  width: 180px;
  display: block;
  margin: 0 auto 15px;
  overflow: hidden;
  padding: 4px 5px;
  background-color: #000;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

#footer .Applications a:hover {
  -webkit-box-shadow: inset 0 0 transparent, 0 0 0 4px var(--theme-background);
  -moz-box-shadow: inset 0 0 transparent, 0 0 0 4px var(--theme-background);
  box-shadow: inset 0 0 transparent, 0 0 0 4px var(--theme-background); }

#footer .Applications a img {
  border-radius: 4px; }

.social-icons {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
  text-align: center; }

.social-icons a {
  color: #fff !important;
  display: block;
  text-align: center;
  width: 40px;
  height: 40px;
  padding: 0 !important;
  border-radius: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.social-icons li {
  margin: 0 2px;
  display: inline-block; }

.social-icons a i {
  line-height: 42px;
  font-size: 20pt; }

.social-icons a.Facebook {
  background-color: #3B5998 !important;
  border-color: #3B5998; }

.social-icons a.Twitter {
  background-color: #2CAAE1 !important;
  border-color: #2CAAE1; }

.social-icons a.Instagram {
  background-color: #db1db6 !important;
  border-color: #517fa4;
  color: #000; }

.social-icons a.Googleplus {
  background-color: #E22C29 !important;
  border-color: #E22C29; }

.social-icons a.Linkedin {
  background-color: #0e76a8 !important;
  border-color: #0e76a8; }

.social-icons a.Instagram {
  color: black;
  background-color: #db1db6 !important; }

.social-icons a.Telegram {
  color: #fff;
  background-color: royalblue;
  border-color: #3B5998; }

.social-icons a.Youtube {
  color: black;
  background-color: red;
  border-color: #3B5998; }

.copyright {
  padding: 20px 0px;
  margin-top: 20px;
  text-align: center;
  color: #fff;
  /*background: rgba(0, 0, 0, .4);
      border-radius: 10px 10px 0 0;*/
  background-color: var(--theme-background); }

.copyright a {
  color: #fff !important; }

.copyright a:hover {
  color: #f5f5f5 !important; }

#BacktoTop {
  font-size: 1.5rem;
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  background-color: var(--theme-background);
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 2;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: shadow-pulse 1s infinite;
  -moz-animation: shadow-pulse 1s infinite;
  -o-animation: shadow-pulse 1s infinite;
  animation: shadow-pulse 1s infinite; }

.whatsapp {
  position: fixed;
  right: 15px;
  bottom: 64px;
  width: 50px;
  height: 50px;
  z-index: 1; }

/*****************************************
        //footer
*****************************************/
/*****************************************
        tabs-linemove
*****************************************/
.tabs-linemove {
  background: #fff; }

.tabs-linemove ul {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  padding: 0;
  border-radius: 40px;
  background: #f5f5f5;
  max-width: 1200px;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }

.tabs-linemove ul li {
  width: 80px;
  padding: 8px 0;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }

/*.tabs-linemove ul li span{
    position:relative; z-index:2;
}*/
.tabs-linemove ul li.active {
  color: var(--theme-background);
  font-weight: 600; }

.tabs-linemove li:last-child::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 1;
  /*background: var(--theme-background);*/
  border: 2px solid var(--theme-background);
  border-radius: 40px;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s; }

.tabs-linemove li:first-child.active ~ li:last-child::before {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.tabs-linemove3 li:first-child.active ~ li:last-child::before {
  -webkit-transform: translate3d(-200%, 0, 0);
  -moz-transform: translate3d(-200%, 0, 0);
  -o-transform: translate3d(-200%, 0, 0);
  transform: translate3d(-200%, 0, 0); }

.tabs-linemove3 li:nth-child(2).active ~ li:last-child::before {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

/*****************************************
        //tabs-linemove
*****************************************/
/*****************************************
         FAQ
*****************************************/
.faq-section {
  position: relative;
  padding: 100px 0px 60px; }

.faq-section.style-two {
  padding-bottom: 0px; }

.faq-section .accordian-column {
  position: relative;
  margin-bottom: 40px; }

.faq-section .accordian-column .inner-column {
  position: relative; }

.faq-section .image-column {
  position: relative; }

.faq-section .image-column .inner-column {
  position: relative;
  padding-top: 140px; }

.accordion-box {
  position: relative;
  margin: 0; }

.accordion-box .block {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 5px; }

.accordion-box .block + .block {
  margin-top: 20px; }

.accordion-box .block.active-block {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15); }

.accordion-box .block .acc-btn {
  position: relative;
  cursor: pointer;
  line-height: 25px;
  color: #333333;
  font-weight: 600;
  /*background-color: #f2f3f6;*/
  padding: 15px;
  border-radius: 5px 5px 0 0;
  transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease; }

.accordion-box .block .acc-btn:hover {
  background-color: var(--theme-border-grid-td);
  color: #ffffff; }

.accordion-box .block .acc-btn.active {
  background-color: var(--theme-background);
  color: #ffffff; }

.accordion-box .block .icon {
  position: absolute;
  right: -13px;
  top: 50%;
  margin-top: -13px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  color: var(--theme-background);
  border: 1px solid #ddd;
  border-radius: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease; }

.accordion-box .block .icon-plus {
  opacity: 1; }

.accordion-box .block .icon-minus {
  opacity: 0; }

.accordion-box .block .acc-btn.active .icon-minus {
  opacity: 1; }

.accordion-box .block .acc-btn.active .icon-plus {
  opacity: 0; }

.accordion-box .block .acc-content {
  position: relative;
  display: none;
  border-radius: 0 0 5px 5px;
  padding: 20px 25px 20px 25px; }

.accordion-box .block .acc-content p:last-child {
  margin-bottom: 0px; }

.accordion-box .block .acc-content.current {
  display: block; }

/*****************************************
        // FAQ
*****************************************/
/*****************************************
        // Messages
*****************************************/
.messages .top-msg {
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.05);
  padding: 35px;
  border-radius: 8px;
  border-top: 2px solid var(--theme-background); }

.messages .top-msg .photo {
  max-width: 250px;
  max-height: 250px;
  margin: 0 auto 20px;
  border-radius: 100%;
  overflow: hidden; }

.messages .top-msg .photo img {
  max-width: 100%;
  max-height: 100%;
  width: 100%; }

.messages .top-msg .name h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #000;
  text-align: center; }

.messages .top-msg .name h5 {
  font-size: 1rem;
  font-weight: 500;
  text-align: center; }

.singlemessage + .allmessages {
  margin: 50px 0 0; }

.allmessages .list-group-item {
  display: flex;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.05);
  padding: 30px;
  border-radius: 8px;
  border-top: 2px solid var(--theme-background); }

.allmessages .list-group .list-group-item + .list-group-item {
  margin-top: 40px; }

.allmessages .list-group-item .photo {
  border-radius: 100%;
  text-align: center; }

.allmessages .list-group-item .photo img {
  width: 100%;
  max-width: 200px;
  border-radius: 10px; }

.allmessages .list-group-item .content h3 {
  color: #000;
  font-weight: 600;
  font-size: 1.2rem; }

.allmessages .list-group-item .content h5 {
  font-weight: 600;
  font-size: 0.8rem; }

.allmessages .list-group-item .content p:nth-last-child(1) {
  margin-bottom: 0px; }

@media (max-width: 767px) {
  .messages .top-msg {
    padding: 15px; }
  .allmessages .list-group-item {
    padding: 15px; }
  .allmessages .list-group-item .photo {
    margin-bottom: 15px; }
  .allmessages .list-group-item .content h3,
  .allmessages .list-group-item .content h5 {
    text-align: center; } }

@media (min-width: 768px) {
  .allmessages .list-group .list-group-item:nth-child(even) .row .photo {
    order: 2; }
  .clsheaderlogo {
    display: none; } }

@media (max-width: 991px) {
  .header-topbar {
    /*display:none;*/ }
    .header-topbar .header-left {
      display: none; }
    .header-topbar .header-right {
      padding: 5px 10px; }
      .header-topbar .header-right .login-btns {
        background: transparent;
        padding: 0; }
        .header-topbar .header-right .login-btns:before {
          background: transparent; }
        .header-topbar .header-right .login-btns li a {
          color: #000;
          font-weight: 500;
          font-size: 90%;
          line-height: normal;
          display: flex;
          justify-content: center;
          align-items: center; }
  /*.login-btns{
        position: fixed;
        top: 22px; right: 10px; font-weight: 500;
        margin: 0; padding: 0; display: flex;
    }
    .login-btns a{padding:8px 8px;display: block; color: initial;}*/
  #banner .banner-caption {
    position: inherit !important;
    transform: inherit !important; }
  #banner .owl-dots {
    position: initial; }
  #gallery-grid a .gallery-title {
    display: none; }
  .column {
    display: block; }
  .column-main {
    max-width: 100%;
    flex: 0 0 100%; }
  .column-sidebar-right {
    margin-top: 40px;
    max-width: 100%;
    flex: 0 0 100%; }
  #filter {
    font-size: 1.5rem;
    width: 50px;
    height: 50px;
    line-height: 38px;
    display: inline-block !important;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 0;
    margin-top: -25px;
    z-index: 1;
    border-radius: 100%; }
  #filter_toggle {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    /*display:none;*/
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(100%);
    z-index: 2;
    overflow: auto;
    float: none;
    width: auto;
    max-height: 100vh;
    background-color: #fff;
    max-width: 500px;
    -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; }
  #filter_toggle::-webkit-scrollbar {
    display: none; }
  #filter_toggle.openfilter {
    z-index: 9999;
    transform: translateY(0%); }
  #filter_toggle.openfilter .left-side-patch {
    padding: 0 15px; }
  #filter_toggle.openfilter .left-side-header {
    font-size: 1rem;
    margin-bottom: 12px; }
  .filter-header {
    /*position:relative;*/
    display: block !important;
    padding: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    position: sticky;
    top: 0;
    z-index: 1;
    background: #fff; }
  .filter-header h4 {
    font-size: 1.05rem;
    color: #000;
    margin: 0; }
  .filter-header h4 + .closefilter {
    width: 40px;
    height: 40px;
    line-height: 34px;
    text-align: center;
    font-size: 2rem;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    border-radius: 100%;
    z-index: 9;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out; }
  .openleftfilterbody {
    overflow: hidden; }
  .openleftfilterbody #overlayfilter {
    visibility: visible;
    opacity: 1; }
  #overlayfilter {
    display: block;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out; }
  .breadcrumb-column {
    justify-content: flex-start; }
  #divTextPages img.note-float-left,
  #divTextPages img.note-float-right {
    max-width: 100% !important;
    height: auto !important;
    float: none !important; } }

@media (max-width: 767px) {
  .join-us .container {
    display: block; }
  .join-us .container h2 {
    text-align: center;
    font-size: 1.5rem; }
  .join-us .container .btns {
    text-align: center;
    margin-top: 30px; }
  .gallery .section-header-part {
    display: block; }
  .imgMember {
    width: 70px !important; } }

#divProducts, .learn_more {
  color: #E84C3D;
  /*font-size: 18px;
    font-weight:600;*/ }

#divProducts, .learn_more:hover, #divProducts, .learn_more:focus {
  color: #0056b3;
  /* text-decoration: underline;*/ }

#divProducts .owl-item {
  text-align: center; }

#divProducts .item {
  padding: 14px !important;
  margin: 0 !important;
  /*margin: 0 -15px 0 15px;*/ }

/* #divProducts .owl-item img {
            width: 150px;
            margin: auto;
            border-radius: 14px;

        }*/
#divProducts .name {
  padding-bottom: 5px; }

.product_dynamic .owl-stage {
  display: inherit !important;
  flex-wrap: wrap;
  width: auto !important;
  transform: inherit !important; }

.product_dynamic .owl-item {
  margin-bottom: 20px; }

.product_dynamic .owl-nav {
  display: none; }

div.navmenu .container {
  position: relative; }

.clsImageWaiting {
  width: 100px;
  height: 100px;
  opacity: 0.8;
  background: #ffc107;
  border: 1px solid #d19d00;
  z-index: 9999999;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  color: #000;
  margin: 20px 5px;
  text-align: center;
  padding-top: 41px;
  font-size: 14px;
  font-weight: 500; }

.section-header-part {
  display: flex;
  align-items: center; }

.navmenu1.autobackground, .clsHeaderSection1, .header-topbar1, .row1, .left1, .right1 {
  background: #b73aa2 !important; }

.hmainlogo img {
  vertical-align: middle;
  border-style: none;
  max-height: 200%;
  max-width: 200%; }

.clsBannerHeader {
  padding: 10px 0px;
  font-weight: 600;
  position: relative;
  border-bottom: 1px dotted #ccc; }

.clsBannerHeader a {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 37px;
  font-size: 20px;
  color: #f00; }

/*.clsBannerPrint .banner-caption {
    position: absolute;
    padding: 20px;
    overflow: hidden;
    max-width: 600px;
    background: rgba(0,0,0,.7);
    color: #fff;
}

    .clsBannerPrint .banner-caption h3 {
        font-size: 1.85rem;
        font-weight: 700;
        margin-top: 0;
    }

    .clsBannerPrint .banner-caption p {
        margin: 0;
        -webkit-animation-delay: .5s;
        -moz-animation-delay: .5s;
        -o-animation-delay: .5s;
        animation-delay: .5s;
    }*/
.AddSecBtn:before {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  right: -11px;
  top: 3px;
  background: #fff;
  transform: rotate(128deg);
  border: 1px dashed #cacbcc;
  border-right: none;
  border-bottom: none; }

.clsBannerPrint {
  border: 1px solid #ff5b5b;
  border-top: 5px solid #ff5b5b;
  border-radius: 10px;
  min-height: 200px;
  margin-bottom: 20px;
  position: relative;
  padding: 10px;
  padding-top: 0px; }

.AddSecBtn {
  border: 1px dashed #cacbcc;
  width: 50px;
  display: inline-block;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative; }

.SectionList {
  min-height: 250px;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 10px; }

.curriculum-list {
  margin: 22px 0px;
  width: 100%; }

.section-heading h2 {
  color: #0a1c84;
  font-weight: 700;
  margin-top: 10px; }

section-heading p {
  font-size: 1.2rem;
  font-weight: 100;
  color: #000; }

.section-heading {
  text-align: center;
  padding-bottom: 50px; }

.clsCustomeSection {
  padding-left: 15px;
  padding-right: 15px; }
  .clsCustomeSection .section-header {
    margin-bottom: 10px; }

.we-content {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin: 30px 0 0;
  height: calc(100% - 30px);
  color: inherit;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #eee9db;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  /*-ms-border-radius: $radius;*/
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1); }
  .we-content:hover .overlay {
    bottom: 0; }
  .we-content img {
    height: 100px; }
  .we-content a {
    color: #283734;
    margin: 10px 0;
    text-decoration: none; }
    .we-content a h4 {
      margin: 0;
      text-transform: capitalize;
      font-size: 1.2rem;
      font-weight: 600;
      line-height: 1.5em;
      color: initial; }
  .we-content p {
    margin: 0; }
  .we-content .overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(250, 211, 91, 0.0928746) 53%, #fad35b 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 1.05rem;
    font-weight: 500;
    color: #000;
    padding: 15px 10px;
    height: 100%;
    z-index: 999;
    -webkit-transition: bottom 0.3s ease-in-out;
    -moz-transition: bottom 0.3s ease-in-out;
    -o-transition: bottom 0.3s ease-in-out;
    transition: bottom 0.3s ease-in-out; }
  .we-content .clstitle {
    border-top: 1px solid #eee;
    opacity: 1;
    background-color: #fff;
    text-align: center;
    padding: 8px 10px;
    width: calc(100% + 40px); }

.big {
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.bigimg {
  margin-left: 10px;
  margin-right: 20px;
  margin-top: 20px;
  height: 300px;
  line-height: 230px; }

#selectbtn {
  font-size: 20px; }

.selectbtndiv {
  border-bottom: 2px solid #ccc;
  font-size: 21px; }

.selectbtndiv a:hover, .selectbtndiv a:active {
  color: #0115f6;
  transition: none; }

.cpart1 .head, .cpart2 .head {
  margin-top: 20px; }

a.AddSecBtn {
  margin-right: 436px;
  width: 133px;
  display: flex; }

a.AddSecBtn, .clsCustomeSecBtn, .clsDynamicSections {
  background-color: lavenderblush; }

a.AddSecBtn.clsPreviewWebsite {
  background-color: yellow; }

a.AddSecBtn.clsupdatesequence {
  background-color: greenyellow; }

a.AddSecBtn.clsPublishWebsite {
  background-color: greenyellow; }

.clsCustomeSecBtn:before, .clsDynamicSections:before {
  background-color: lavenderblush; }

.clsupdatesequence:before {
  background-color: greenyellow; }

.clsPreviewWebsite:before {
  background-color: yellow; }

.clsPublishWebsite:before {
  background-color: greenyellow; }

button {
  margin-left: 10px; }

a.clsEditCustome {
  position: absolute;
  top: 0;
  right: 23px;
  font-size: 20px; }

a.clsDeleteCustome {
  position: absolute;
  top: 0;
  right: 4px;
  font-size: 20px; }

.clsSectionOutPartners .item {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4em;
  opacity: 0.6;
  text-align: center;
  padding: 0 20px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 2px solid #fbd45a; }
  .clsSectionOutPartners .item img {
    max-height: 100%;
    max-width: 100%;
    width: auto; }
  .clsSectionOutPartners .item:hover {
    opacity: 1; }

.FreeTestSeries .row {
  margin-top: -40px; }

.FreeTestSeries .item {
  padding: 20px;
  margin-top: 40px;
  border: 1px solid #eee9db;
  background-color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  /*-ms-border-radius: $radius;*/
  border-radius: 20px;
  /*@include box-shadow(0px 10px 30px 0px  rgba(0,0,0,.1));*/ }
  .FreeTestSeries .item h3 {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5em;
    display: flex;
    align-items: center;
    padding: 0 0 20px;
    margin: 0 0  20px;
    border-bottom: 1px dashed #ddd; }
    .FreeTestSeries .item h3 i {
      flex: 0 0 80px;
      max-width: 80px;
      height: 80px;
      font-size: 2rem;
      margin-right: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--theme-background);
      color: #fff;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      /*-ms-border-radius: $radius;*/
      border-radius: 100%; }
  .FreeTestSeries .item h4 {
    font-size: 1.2rem;
    font-weight: 600; }
  .FreeTestSeries .item h5 {
    font-size: 1.05rem;
    font-weight: 600; }
  .FreeTestSeries .item .coloum {
    margin-top: 20px;
    background: #f9f9f9;
    color: #000;
    border: 1px dashed #bbb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /*-ms-border-radius: $radius;*/
    border-radius: 5px;
    display: flex; }
    .FreeTestSeries .item .coloum > div {
      flex: 1;
      padding: 10px;
      font-size: 0.9rem; }
      .FreeTestSeries .item .coloum > div strong {
        display: block;
        margin-top: 5px;
        font-size: 1.05rem;
        color: var(--theme-background); }
      .FreeTestSeries .item .coloum > div span {
        font-weight: 500; }
      .FreeTestSeries .item .coloum > div + div {
        border-left: 1px dashed #bbb; }


.CourseExamList .row {
    margin-top: -40px;
}

.CourseExamList .item {
    padding: 20px;
    margin-top: 40px;
    border: 1px solid #eee9db;
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    /*-ms-border-radius: $radius;*/
    border-radius: 20px;
    /*@include box-shadow(0px 10px 30px 0px  rgba(0,0,0,.1));*/
}

    .CourseExamList .item h3 {
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.5em;
        display: flex;
        align-items: center;
        padding: 0 0 20px;
        margin: 0 0 20px;
        border-bottom: 1px dashed #ddd;
    }

        .CourseExamList .item h3 i {
            flex: 0 0 80px;
            max-width: 80px;
            height: 80px;
            font-size: 2rem;
            margin-right: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--theme-background);
            color: #fff;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            /*-ms-border-radius: $radius;*/
            border-radius: 100%;
        }

    .CourseExamList .item h4 {
        font-size: 1.2rem;
        font-weight: 600;
    }

    .CourseExamList .item h5 {
        font-size: 1.05rem;
        font-weight: 600;
    }

    .CourseExamList .item .coloum {
        margin-top: 20px;
        background: #f9f9f9;
        color: #000;
        border: 1px dashed #bbb;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        /*-ms-border-radius: $radius;*/
        border-radius: 5px;
        display: flex;
    }

        .CourseExamList .item .coloum > div {
            flex: 1;
            padding: 10px;
            font-size: 0.9rem;
        }

            .CourseExamList .item .coloum > div strong {
                display: block;
                margin-top: 5px;
                font-size: 1.05rem;
                color: var(--theme-background);
            }

            .CourseExamList .item .coloum > div span {
                font-weight: 500;
            }

            .CourseExamList .item .coloum > div + div {
                border-left: 1px dashed #bbb;
            }


img {
  max-width: 100%;
  width: inherit; }

.clsNoScroller {
  /*text-align: center;*/
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px 0 -15px;
  width: calc(100% + 30px); }

.clsNoScroller .item {
  /* margin: 15px !important;*/
  padding: 0 !important; }

@media (max-width: 639px) {
  .clsNoScroller .item {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 640px) {
  .clsNoScroller .item {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 768px) {
  .clsNoScroller .item {
    flex: 0 0 33.33%;
    max-width: 33.33%; } }
