/*
Theme Name: TGA Theme
Theme URI: https://wordpress.org/themes/rwc-theme/
Author: the wp team
Description: In 2021, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider.
*/
html {
    scroll-behavior: smooth;
  }
  
  html,
  body {
      height: 100%;
  }
  body {
      background-color: #ffffff;
      line-height: 1.6;
      font-size: 14px;
      font-style: normal;
      font-weight: normal;
      visibility: visible;
      color: #444;
      position: relative;
      font-family: 'Inter', sans-serif;	
  }
  @font-face {
    font-family: 'sl-icon';
    src:  url('fonts/sl-icon.eot?h5zcnz');
    src:  url('fonts/sl-icon.eot?h5zcnz#iefix') format('embedded-opentype'),
      url('fonts/sl-icon.ttf?h5zcnz') format('truetype'),
      url('fonts/sl-icon.woff?h5zcnz') format('woff'),
      url('fonts/sl-icon.svg?h5zcnz#sl-icon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="sl-icon"], [class*=" sl-icon"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'sl-icon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .sl-iconlight-bulb:before {
    content: "\e900";
  }
  .sl-iconoffice-building:before {
    content: "\e901";
  }
  .sl-iconreport:before {
    content: "\e902";
  }
  .sl-iconrobot:before {
    content: "\e903";
  }
  .sl-iconsmart-home:before {
    content: "\e904";
  }
  .sl-iconsmart-home-one:before {
    content: "\e905";
  }
  .sl-iconsmart-house:before {
    content: "\e906";
  }
  .sl-iconsmart-light:before {
    content: "\e907";
  }
  .sl-iconsmart-lock:before {
    content: "\e908";
  }
  .sl-iconstationery:before {
    content: "\e909";
  }
  .sl-iconsticky-notes:before {
    content: "\e90a";
  }
  .sl-iconvaccum-cleaner:before {
    content: "\e90b";
  }
  .sl-iconworking:before {
    content: "\e90c";
  }
  .sl-iconautomation:before {
    content: "\e90d";
  }
  .sl-iconbusiness-and-trade:before {
    content: "\e90e";
  }
  .sl-iconcctv:before {
    content: "\e90f";
  }
  .sl-iconclock:before {
    content: "\e910";
  }
  .sl-iconhome-cinema:before {
    content: "\e911";
  }
  .sl-iconhome-theater:before {
    content: "\e912";
  }
  .sl-iconhome-theater-one:before {
    content: "\e913";
  }
  .sl-iconidea:before {
    content: "\e914";
  }
  
  .z-index-9{z-index:9;}
  
  p {
      font-size: 14px;
      font-weight: 400;
      line-height: 24px;
  }
  
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
      color: #333333;
      font-weight: 400;
      margin-top: 0;
      font-family: 'Inter', sans-serif;
  }
  video::-webkit-media-controls {display: none;}
  h1 {
      font-size: 40px;    
      margin: 0px;
      font-weight:700;
  }
  h2 {
      font-size: 30px;
      margin: 0px;
      font-weight: 600;
      color:#3a3a3a;
  }
  h3 {
      font-size: 24px;
      margin: 0px;
      /* line-height: 34px; */
  }
  h4 {
      font-size: 18px;
      line-height: 24px;
      margin:0px;
  }
  h5 {
      font-size: 16px;
      line-height: 18px;
  }
  h6 {
      font-size: 14px;
      line-height: 14px;
  }
  .sub-p{
      font-size:18px;
  }
  p:last-child {
      margin-bottom: 0;
  }
  a,
  button {
      color: inherit;
      display: inline-block;
      line-height: inherit;
      text-decoration: none;
      cursor: pointer;
  }
  a,
  button,
  img,
  input,
  span {
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
  }
  *:focus {
      outline: none !important;
  }
  a:focus {
      color: inherit;
      outline: none;
      text-decoration: none;
  }
  a:hover {
      text-decoration: none;
  }
  button,
  input[type="submit"] {
      cursor: pointer;
  }
  ul {
      list-style: outside none none;
      margin: 0;
      padding: 0;
  }
  
  .mt-10{margin-top:10px;}
  .mt-20{margin-top:20px;}
  .mt-30{margin-top:30px;}
  .mt-40{margin-top:40px;}
  .mt-50{margin-top:50px;}
  .mt-80{margin-top:80px !important;}
  
  .ml-10{margin-left:40px;}
  .ml-20{margin-left:40px;}
  .ml-30{margin-left:30px;}
  .ml-40{margin-left:40px;}
  .ml-50{margin-left:50px;}
  
  .pt-100{padding-top:100px;}
  .pt-half{padding-top:40px !important;}
  
  @import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');
  
  .all-wrapper{overflow:hidden;}
  
  .white h2, .white h4, .white p{color:#fff;}
  
  .no-margin{margin:0px;}
  .img-responsive{max-width:100%;}
  .tb-equal{padding:80px 0px;}
  
  .overflow-hidden{overflow:hidden;}
  
  p.white{color:#fff;}
  .no-padding-top{padding-top:0px;}
  
  .bg-gray{background:#e3e3e3;}
  .bg-contain{background-size: contain;}
  
  .justify-content-around {
      -ms-flex-pack: distribute;
      justify-content: space-around;
  }
  .direction-column{
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
  }
  .d-wrap{
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
  
  .p-one{padding:0px 1px;}
  .no-padding{padding:0px;}
  .no-padding-top{padding-top:0px;}
  .no-pt{padding-top:0px;}
  .pb-none{padding-bottom:0px;}
  .pt-none{padding-top:0px;}
  .no-pb{padding-bottom:0px;}
  
  .space-10{height:10px;}
  .space-20{height:20px;}
  .space-30{height:30px;}
  .space-40{height:40px;}
  .space-50{height:50px;}
  .space-80{height:80px;}
  .space-100{height:100px;}
  .space-150{height:150px;}
  .m-auto {margin: auto;}
  
  .m0{margin:0px;}
  .mb-10{margin-bottom:10px;}
  .mb-20{margin-bottom:20px;}
  .mb-30{margin-bottom:30px;}
  .mb-40{margin-bottom:40px;}
  .mb-50{margin-bottom:50px;}
  
  .radius-50{border-radius:50%; overflow:hidden;}
  
  .blod-border {
      border: 40px solid #009eff;	
  }
  
  .bg-cover{background-size:cover !important;}
  
  /*-- Side Menu Overlay --*/
  
  .flex-direction-column{
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
  }
  
  .side-menu-overlay {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.8);
      z-index: 999;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
  }
  .side-menu-overlay.side-menu-open {
      opacity: 1;
      visibility: visible;
  }
  /*-- Side Menu Wrap --*/
  
  .side-menu-wrap {
      position: fixed;
      right: -320px;
      top: 0;
      width: 320px;
      height: 100%;
      background-color: #ffffff;
      padding: 120px 25px 80px 25px;
      z-index: 9999;
      -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
  }
  @media only screen and (max-width: 767px) {
      .side-menu-wrap {
          padding-top: 100px;
          padding-bottom: 50px;
      }
  }
  .side-menu-wrap.side-menu-open {
      right: 0;
  }
  .side-menu-wrap .side-menu-close {
      border: none;
      background-color: transparent;
      position: absolute;
      left: 15px;
      top: 15px;
      padding: 7px 0;
  }
  .side-menu-wrap .side-menu-close span {
      display: block;
      height: 1px;
      width: 20px;
      position: relative;
  }
  .side-menu-wrap .side-menu-close span::before,
  .side-menu-wrap .side-menu-close span::after {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #373b3e;
      content: "";
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  }
  .side-menu-wrap .side-menu-close span::after {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  }
  .side-menu-wrap .side-menu-inner {
      width: 100%;
      height: 100%;
  }
  .side-menu-wrap .side-menu-inner .side-logo {
      position: absolute;
      left: 25px;
      top: 40px;
  }
  @media only screen and (max-width: 767px) {
      .side-menu-wrap .side-menu-inner .side-logo {
          top: 30px;
      }
  }
  .side-menu-wrap .side-menu-inner .side-menu {
      padding-top: 30px;
      /* height: 100%; */ 
  }
  .side-menu-wrap .side-menu-inner .side-menu nav ul li {
      position: relative;
  }
  .side-menu-wrap .side-menu-inner .side-menu nav ul li:last-child {
      margin-bottom: 0;
  }
  .side-menu-wrap .side-menu-inner .side-menu nav ul li a {
      display: block;
      font-size: 16px;
      line-height: 28px;
      font-weight: 500;
      color: #373b3e;
  }
  .side-menu-wrap .side-menu-inner .side-menu nav ul li a:hover {
      color: #23252a;
  }
  .side-menu-wrap .side-menu-inner .side-menu nav ul li .expand {
      position: absolute;
      right: 0;
      top: 0;
      width: 20px;
      cursor: pointer;
      text-align: center;
      line-height: 28px;
  }
  .side-menu-wrap .side-menu-inner .side-menu nav ul li .sub-menu {
      position: static;
      opacity: 1;
      left: 0;
      width: 100%;
      visibility: visible;
      margin: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      padding: 0;
      -webkit-transition: all 0s ease 0s;
      -o-transition: all 0s ease 0s;
      transition: all 0s ease 0s;
      margin-top: 10px;
  }
  .side-menu-wrap .side-menu-inner .side-menu nav ul li .sub-menu li {
      margin-bottom: 5px;
  }
  .side-menu-wrap .side-menu-inner .side-menu nav ul li .sub-menu li:last-child {
      margin-bottom: 0;
  }
  .side-menu-wrap .side-menu-inner .side-menu nav ul li .sub-menu li a {
      padding: 0;
      font-size: 15px;
      font-weight: 400;
  }
  @media only screen and (max-width: 767px) {
      .side-menu-wrap .side-menu-inner .side-menu {
          margin-top: 0;
      }
  }
  .side-menu-wrap .side-menu-inner .side-social {
      position: absolute;
      left: 0px;
      bottom: 30px;
      text-align:center;
      right: 0;
  }
  .side-menu-wrap .side-menu-inner .side-social a {
      margin-right: 10px;	
  }
  .side-menu-wrap .side-menu-inner .side-social a:last-child {
      margin-right: 0;
  }
  .side-menu-wrap .side-menu-inner .side-social a i {
      font-size: 16px;
      font-size:20px;
  }
  .side-menu-wrap .side-menu-inner .side-social a:hover {
      color: #23252a;
  }
  
  .nav-breadcrum li{
      display:inline-block;
      color:#fff;
      text-transform: uppercase;
  }
  .nav-breadcrum li a{
      color:#fff;
      margin-right:20px;
      position:relative;	
  }
  .nav-breadcrum li a:after {
      content: "";
      width: 7px;
      height: 7px;
      position: absolute;
      background: #30b1fd;
      right: -15px;
      top: 50%;
      transform: translateY(-50%);
      border-radius: 50px;
  }
  
  .header-logo{
      padding:0px;
  }
  
  /*-- Main Menu --*/
  .menu-monoco {
      padding-top: 5px;
      padding-bottom: 0px;
      position: relative;
  }
  
  .main-menu nav > ul {
      /* display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; */
  }
  .main-menu nav > ul > li {
      margin: 0px 25px 0px 0px;
      position: relative;
      padding: 0px;
      float: left
  }
  .main-menu nav > ul > li > a{
      padding:0px;
      position:relative;
  }
  .main-menu nav > ul > li > a.active{color: #f38815;}
  .main-menu nav > ul > li a:last-child:after{
      display:none;
  }
  .main-menu nav > ul > li:last-child {
      margin-right: 0;
  }
  .main-menu nav > ul > li > a {
      display: block;
      text-transform: capitalize;
      font-size: 15px;
      font-weight: 600;
  }
  .main-menu nav > ul > li > a:hover{color:#f38815 !important;}
  header.sticky.nav-sticky nav ul li a:hover {color: #f38815;}
  .main-menu nav > ul > li.menu-item-has-children > a::after {
      font-family: Fontawesome;
      content: "\f107";
      margin-left: 5px;
  }
  .main-menu nav > ul > li:hover > .sub-menu,
  .main-menu nav > ul > li:hover > .mega-menu {
      opacity: 1;
      visibility: visible;
      margin-top: 0;
      z-index: 999;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .main-menu nav > ul > li {
          margin-right: 15px;
      }
      .main-menu nav > ul > li:last-child {
          margin-right: 0;
      }
  }
  /*-- Sub Menu --*/
  
  .sub-menu {
      position: absolute;
      right: -20px;
      top: 150%;
      background-color: #ffffff;
      -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
      box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
      z-index: -999;
      border-radius: 7px;
      width: 300px;
      padding: 35px 40px;
      margin-top: 30px;
      opacity: 0;
      visibility: hidden;
      box-shadow: 10px 20px 30px #eee inset;
      -webkit-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
  }
  .sub-menu li {
      position: relative;
  }
  .sub-menu li a {
      padding: 10px 20px;
      display: block;
      color: #373b3e;
      text-transform: capitalize;
      font-size: 16px;
  }
  .sub-menu li.menu-item-has-children > a::after {
      font-family: Fontawesome;
      content: "\f105";
      margin-left: 5px;
      float: right;
  }
  .sub-menu li.active > a,
  .sub-menu li:hover > a {
      color: #23252a;
  }
  .sub-menu li:hover > .sub-menu {
      opacity: 1;
      visibility: visible;
      margin-top: 0;
      z-index: 999;
  }
  .sub-menu .sub-menu {
      left: 100%;
      right: auto;
      top: 0;
  }
  .sub-menu .sub-menu .sub-menu {
      left: auto;
      right: 100%;
  }
  .sub-menu .sub-menu .sub-menu .sub-menu {
      left: 100%;
      right: auto;
  }
  .sub-menu .sub-menu .sub-menu .sub-menu {
      left: auto;
      right: 100%;
  }
  /*-- Mobile Menu --*/
  
  .mobile-menu {
      -webkit-box-flex: 1 !important;
      -ms-flex: 1 0 100% !important;
      flex: 1 0 100% !important;
  }
  .mobile-menu .mean-bar {
      position: relative;
      /*---- Mean Nav ----*/
  }
  .mobile-menu .mean-bar .meanmenu-reveal {
      position: absolute;
      top: -60px;
  }
  @media only screen and (max-width: 767px) {
      .mobile-menu .mean-bar .meanmenu-reveal {
          top: -54px;
      }
  }
  .mobile-menu .mean-bar .meanmenu-reveal span {
      position: relative;
      /*---- Menu Open ----*/
      /*---- Menu Close ----*/
  }
  .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar {
      height: 2px;
      width: 26px;
      background-color: #23252a;
      display: block;
      margin: 8px 0;
  }
  .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before,
  .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #23252a;
  }
  .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before {
      top: -8px;
  }
  .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after {
      bottom: -8px;
  }
  .mobile-menu .mean-bar .meanmenu-reveal span.menu-close {
      height: 2px;
      width: 26px;
      background-color: transparent;
      display: block;
      margin: 8px 0;
  }
  .mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before,
  .mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #23252a;
  }
  .mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before {
      top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  }
  .mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
      bottom: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  }
  .mobile-menu .mean-bar .mean-nav {
      background-color: #ffffff;
  }
  .mobile-menu .mean-bar .mean-nav > ul {
      margin-bottom: 30px;
      border: 1px solid #eeeeee;
      border-top: 0px solid transparent;
      overflow-x: hidden;
  }
  @media only screen and (max-width: 767px) {
      .mobile-menu .mean-bar .mean-nav > ul {
          max-height: 180px;
          overflow-y: auto;
      }
  }
  @media only screen and (max-width: 479px) {
      .mobile-menu .mean-bar .mean-nav > ul {
          max-height: 220px;
          overflow-y: auto;
      }
  }
  .mobile-menu .mean-bar .mean-nav > ul li {
      position: relative;
      display: block;
      float: left;
      width: 100%;
      /*---- Sub Menu & Mega Menu ----*/
  }
  .mobile-menu .mean-bar .mean-nav > ul li a {
      font-size: 13px;
      display: block;
      color: #373b3e;
      font-weight: 600;
      text-transform: uppercase;
      line-height: 44px;
      position: relative;
      border-top: 1px solid #eeeeee;
      padding: 0 40px 0 20px;
      /*---- Menu Expand For Sub Menu ----*/
  }
  .mobile-menu .mean-bar .mean-nav > ul li a::after {
      display: none;
  }
  .mobile-menu .mean-bar .mean-nav > ul li a:hover {
      color: #23252a;
      padding-left: 25px;
  }
  .mobile-menu .mean-bar .mean-nav > ul li a.mean-expand {
      border: 1px solid #eeeeee;
      position: absolute;
      right: -1px;
      top: 0;
      font-size: 20px !important;
      color: #373b3e;
      line-height: 44px;
      height: 46px;
      width: 40px;
      text-align: center;
      padding: 0;
  }
  .mobile-menu .mean-bar .mean-nav > ul li a.mean-expand.mean-clicked {
      line-height: 40px;
  }
  .mobile-menu .mean-bar .mean-nav > ul li .sub-menu,
  .mobile-menu .mean-bar .mean-nav > ul li .mega-menu,
  .mobile-menu .mean-bar .mean-nav > ul li ul {
      position: static;
      background-color: rgba(0, 0, 0, 0.03);
      margin: 0;
      padding: 0 !important;
      width: 100%;
      -webkit-box-shadow: none;
      box-shadow: none;
      margin: 0;
      display: none;
      float: left;
      width: 100%;
      opacity: 1;
      visibility: visible;
      z-index: 1;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
  }
  .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li,
  .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li,
  .mobile-menu .mean-bar .mean-nav > ul li ul li {
      padding: 0;
      margin: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      border-right: 0px solid transparent;
      width: 100%;
      display: block !important;
      float: left;
      width: 100%;
  }
  .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a,
  .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a,
  .mobile-menu .mean-bar .mean-nav > ul li ul li a {
      font-size: 12px;
  }
  .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a::before,
  .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a::before,
  .mobile-menu .mean-bar .mean-nav > ul li ul li a::before {
      display: none;
  }
  .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu,
  .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul,
  .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu,
  .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul,
  .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu,
  .mobile-menu .mean-bar .mean-nav > ul li ul li ul {
      background-color: rgba(0, 0, 0, 0.04);
  }
  .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a,
  .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a,
  .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a,
  .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a,
  .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a,
  .mobile-menu .mean-bar .mean-nav > ul li ul li ul li a {
      border-top: 1px solid #dddddd;
  }
  .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a.mean-expand,
  .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a.mean-expand,
  .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a.mean-expand,
  .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a.mean-expand,
  .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a.mean-expand,
  .mobile-menu .mean-bar .mean-nav > ul li ul li ul li a.mean-expand {
      border: 1px solid #dddddd;
  }
  .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu,
  .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul,
  .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu,
  .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul,
  .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu,
  .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul,
  .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu,
  .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul,
  .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu,
  .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul,
  .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu,
  .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul {
      background-color: rgba(0, 0, 0, 0.05);
  }
  .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a,
  .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a,
  .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a,
  .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a,
  .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a,
  .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a,
  .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a,
  .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a,
  .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a,
  .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a,
  .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a,
  .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a {
      border-top: 1px solid #eeeeee;
  }
  .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a.mean-expand,
  .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a.mean-expand,
  .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a.mean-expand,
  .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a.mean-expand,
  .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a.mean-expand,
  .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a.mean-expand,
  .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a.mean-expand,
  .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a.mean-expand,
  .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a.mean-expand,
  .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a.mean-expand,
  .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a.mean-expand,
  .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a.mean-expand {
      border: 1px solid #eeeeee;
  }
  /*-- Menu Toggle --*/
  
  .menu-toggle {
      background-color: transparent;
      border: none;
      padding: 0;
      text-transform: uppercase;
      color: #23252a;
      font-size: 18px;
      line-height: 19px;
      font-weight: 600;
  }
  .menu-toggle .bar {
      text-indent: -9999px;
      position: relative;
      display: block;
      float: left;
      height: 3px;
      width: 30px;
      background-color: #fff;
      margin: 8px 0px 8px 0;
  }
  .menu-toggle .bar::before,
  .menu-toggle .bar::after {
      content: "";
      position: absolute;
      left: 0;
      height: 3px;
      width: 30px;
      background-color: #fff;
  }
  .menu-toggle .bar::before {
      top: -8px;
  }
  .menu-toggle .bar::after {
      bottom: -8px;
  }
  @media only screen and (max-width: 767px) {
      .menu-toggle {
          margin-top: 6px;
      }
  }
  /*---------------------------------------
      02. Header
  -----------------------------------------*/
  
  .header-section {
      width: 100%;
      z-index: 99;
      left: 0;
      padding: 25px 0px;
  }
  .header-section.header-transparent {
      background-color: transparent;
      z-index: 999;
  }
  @media only screen and (max-width: 479px) {
      .header-section[class*="col-"] {
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
          max-width: 100%;
          text-align: center;
      }
  }
  @media only screen and (max-width: 479px) {
      .header-section[class*="col-"] .header-logo {
          padding-top: 30px;
      }
  }
  @media only screen and (max-width: 767px) {
      .header-section[class*="col-"] .header-logo img {
          max-width: 100px;
      }
  }
  /*-- Sticky Header --*/
  header.sticky.nav-sticky {
      -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
      animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
      -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      background-color: #ffffff;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 999;
  }
  
  /*-- Header Menu Right --*/
  
  header.sticky.nav-sticky nav ul li a{
      color:#353535;
  }
  header.sticky.nav-sticky .call-is i{
      color:#2a7dcf;
  }
  header.sticky.nav-sticky .call-is a{
      color:#555;
  }
  
  .header-menu-right[class*="col"],
  .header-menu-right[class*="col-"] {
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
  }
  .header-menu-right[class*="col"]:first-child,
  .header-menu-right[class*="col-"]:first-child {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
  }
  
  header.sticky.nav-sticky .sticky-hide{display:none;}
  header.sticky.nav-sticky .sticky-show{display:block !important;}
  
  .sticky-header {
      position: fixed;
      padding-top: 30px;
      top: 0;
      right: 0;
      left: 0;
      -webkit-transition: padding 0.5s;
      -o-transition: padding 0.5s;
      transition: padding 0.5s;
      z-index: 1030;
  }
  .sticky-header.sticky {
      background-color: #000000e6;	
      -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
      padding: 15px 0px;
      /* -webkit-animation: fadeInDown 1s forwards;
      animation: fadeInDown 1s forwards; */
  }
  .sticky-header.sticky .menu-toggle {
      color: #004f6e;
      border: 1px solid;
  }
  .sticky-header.sticky .menu-toggle .bar {
      background: #8b8d08;
  }
  .sticky-header.sticky .menu-toggle .bar::before {
      background: #8b8d08;
  }
  .sticky-header.sticky .menu-toggle .bar::after {
      background: #8b8d08;
  }
  .blog-section{padding-top:0px;}
  /* .sticky-header.sticky * {
      color: #222222;
  } */
  
  /* .sticky-header.sticky *:hover {
      color: #fdc657;
  } */
  
  .sticky-header.sticky .logo-wrap img {
      display: none;
  }
  .sticky-header.sticky .logo-wrap img.sticky-logo {
      display: inline-block;
  }
  .sticky-header.sticky .main-menu>.dropdown-navbar>.dropdown-nav {
      margin-top: 29px;
  }
  .sticky-header.sticky .main-menu>.dropdown-navbar>.dropdown-nav:before {
      height: 30px;
  }
  .sticky-header.sticky .header-left-wrapper:before,
  .sticky-header.sticky .off-canvas-area-wrap:before {
      height: 20px !important;
  }
  .sticky-header.sticky .hide-sticky {
      display: none;
  }
  .sticky-header .hide {
      display: none;
  }
  .sticky-header.sticky .show {
      display: block !important;
  }
  header.fixed {
      background: #8b8d08;
      position: fixed;
      padding: 20px 0px;
      top: 0;
      left: 0;
      width: 100%;
      opacity: 0;
      visibility: hidden;
      box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
      transform: translate(0, -200px);
  }
  
  /*---------------------------------------
      . Button
  -----------------------------------------*/
  
  .btn-border {
      background: transparent;
      padding: 14px 30px;
      color: #fff;
      text-transform: uppercase;
      font-weight: 500;
      border-radius: 0px;
      border: 2px solid #fff;
      font-size: 15px;
      text-align: center;
  }
  .btn-border:hover{
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c71b8+1,e8455f+99 */
      background: #fff; /* Old browsers */
      color:#282828;
  }
  
  .logo-mobile .owl-item li img {
      width: auto !important;
  }
  .right-head{
      
  }
  .call-is {
      padding: 0px;
      overflow: hidden;
      text-align: right;
  }
  .call-is a {
      font-size: 17px;
      margin-left: 8px;
      font-family: 'Barlow', sans-serif;
      font-weight: 500;
  }
  .call-is p {
      font-size: 14px;
      margin: 0px;
      font-weight: 400;
  }
  .call-is a:hover{color:#23adff;}
  .social-i i {
      color: #fff;
      background: #0077b7;
      font-size: 15px;
      padding: 6px 7px;
      border-radius: 3px;
  }
  
  .call-Mob {
      margin-left: auto;
      text-align: center;
      line-height: 22px;
      margin-top: 20px;
      padding-top: 20px;
      border-top: 1px solid #f9f9f9;
  }
  .call-Mob i {
      font-size: 21px;
      margin: 0;
  }
  .call-Mob a {
      font-weight: 700;
      font-size: 35px;
      color:#fff;
  }
  .call-Mob p {
      color: #fff;
      font-size: 14px;
      margin: 0 0 5px;
      font-weight: 400;
  }
  .call-Mob a:hover{color:#edfd68;}
  
  /* .right-head .call-is{
      margin-right:25px;
  } */
  
  .btn-border {
      background: transparent;
      padding: 14px 30px;
      color: #fff;
      text-transform: uppercase;
      font-weight: 500;
      border-radius: 0px;
      border: 2px solid #fff;
      font-size: 15px;
      text-align: center;
  }
  .btn-border:hover{
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c71b8+1,e8455f+99 */
      background: #fff; /* Old browsers */
      color:#282828;
  }
  
  .scgedule-btn{margin-left:30px;}
  .scgedule-btn a {
      background: #ac0000;
      margin: 0px;
      padding: 0px 15px;
      color: #fff;
      text-transform: uppercase;
      border-radius: 5px;
      font-size: 14px;
      font-weight: 400;
      position: relative;
      height: 38px;
      line-height: 38px;
  }
  .scgedule-btn a:hover{
      background:#fff;
      color: #ac0000;
  }
  
  .pos-t5{
      position:relative;
      top:-10px;
  }
  
  .our-lawyers{padding-top:40px;}
  
  
  /********* About Us ******/
  .abt-text h2 {
      font-size: 35px;
  }
  /********* About Us end ******/
  
  /********* footer ******/
  
  .footer{
      overflow:hidden;
      position:relative;
  }
  
  .foot-li h3 {
      text-transform: uppercase;
      margin-top: 20px;
      letter-spacing: 4px;
      font-size: 20px;
      line-height: normal;
  }
  .foot-li h3 strong {
      text-transform: uppercase;
      font-size: 21px;
      letter-spacing: 0.8px;
  }
  footer .info{margin-bottom:5px;}
  
  .foot-li a.tel-f1 {
      font-family: 'PT Serif', serif;
      font-size: 25.5px;
      color: #003d7c;
  }
  .foot-li h4 {
      font-size: 28px;
      color: #fff;
      font-weight:600;
      text-transform: uppercase;
      margin-bottom: 10px;
      position: relative;
      padding-bottom: 10px;
      line-height: normal;
  }
  .foot-li address {
      font-size: 15px;
      color:#000;
      margin:0px;
  }
  .foot-li a.direction{color:#002e6c;}
  
  .foot-li .payment img{
      margin-right:15px; margin-bottom:15px; width:auto;
  } 
  
  .foot-li ul li {
      margin-bottom: 2px;
  }
  .foot-li ul li a{
      font-size: 16px;
      margin-bottom: 2px;
      
  }
  .social-links{
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-left: auto;
      margin-right: auto;
  }
  .social-links a {
      color: #616771;
      font-size: 14px;
      width: 35px;
      height: 35px;
      background: #fff;
      text-align: center;
      line-height: 35px;
      border-radius: 50px;
      margin-right: 8px;
  }
  
  .follow-me{
      font-size: 15px;
      font-weight: 500;
  }
  .follow-me i {
      color: #003e7e;
      font-size: 17px;
      margin-left: 7px;
  }
  .follow-me i:hover{
      color:#ac0000;
  }
  
  .copy-text p, .back-to-top a{
      font-size: 14px;
      font-weight: 500;
  }
  .copy-text p a {
      color: #0093dd;
  }
  .copy-text p a:hover{color:#ac0000;}
  
  .copy-write {	
      margin-top: 40px;
      padding-bottom: 15px;	
      border-top: 1px solid #ffffff1c;
  }
  .copy-write .container {
      padding-top: 15px;
  }
  .copy-write p{
      font-size:12px;
      text-transform:uppercase;
      letter-spacing:0.1px;
  }
  .social-media a {
      width: 45px;
      height: 45px;
      background: #f9f9f9;
      border-radius: 50%;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-flex-align: center;
      -ms-flex-align: center;
      margin-right: 10px;
      margin-bottom: 10px;
      border: 1px solid #eee;
  }
  .social-media a:hover{
      color:#fff;
  }
  .social-media a.it:hover{
      background:#00acff;
      border-color:#fff;
  }
  .social-media a.if:hover{
      background:#3b599f;
      border-color:#fff;
  }
  .social-media a.ins:hover{
      background:#3f729b;
      border-color:#fff;
  }
  .social-media a.il:hover{
      background:#0e76a8;
      border-color:#fff;
  }
  .social-media a.iy:hover{
      background:#c4302b;
      border-color:#fff;
  }
  .social-media a.iv:hover{
      background:#86c9ef;
      border-color:#fff;
  }
  .social-media a.iye:hover{
      background:#c41200;
      border-color:#fff;
  }
  
  .term-privacy a:hover{color:#f2b636;}
  
  .v-box {
      background: #f1f1f1;
      padding: 50px 0px 30px;
  }
  
  
  .blog-left nav.pagination{
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
  }
  .blog-left nav.pagination .nav-links{
      margin-left: 0px;
  }
  .pagination .nav-links{
      margin:0px 3px;
      position:relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
  .pagination .nav-links span.page-numbers.current {
      border: none;
      background: #d08723;
      color: #fff;
      font-size: 13px;
      font-weight: 600;
      line-height: 40px;
      padding: 0px;
      width: 40px;
      height: 40px;
      text-align: center;
      display: block;
  }
  .pagination .nav-links a {
      border: none;
      background: #fff;
      color: #fff;
      font-size: 13px;
      font-weight:600;
      line-height:40px;
      padding:0px;
      width: 40px;
      height: 40px;
      margin-left: 5px;
      text-align: center;
  }
  .pagination .nav-links.active a{
      background: #fff;
      color: #ffd094 !important;
  }
  .pagination .nav-links.active:after {
      content: "";
      background: #ffd094;
      width: 25px;
      height: 25px;
      position: absolute;
      left: -6px;
      right: 0;
      border-radius: 4px;
      bottom: -5px;
  }
  
  .pagination .nav-links a:hover{
      background: #305041 !important;
      color: #fff !important;
  }
  .pagination .nav-links:first-child{margin-right:25px;}
  .pagination .nav-links:last-child{margin-left:25px;}
  .pagination .nav-links:first-child a{background: #ffd094;}
  .pagination .nav-links:last-child a{
      background: #d08723;
  }
  .pagination .nav-links:last-child a span {
      position: static;
      color: #fff;
      clip-path: initial;
  }
  
  
  .btn-theme {
      background:#f38815;
      margin: 0px;
      padding: 0px 25px;
      color: #fff;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 600;
      position: relative;
      height: 50px;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }
  .btn-theme:hover {
      background: #305041;
      color: #fff;
  }
  .btn-white {
      background: #fff;
      margin: 0px;
      padding: 0px 25px;
      color: #454545;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 600;
      position: relative;
      height: 50px;
      display: -ms-inline-flexbox;
      display: inline-flex !important;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }
  .btn-white:hover {
      background: #f38815;
      color: #fff;
  }
  
  .mainNav {
      box-shadow: 0px 0px 10px #003e7e17;
  }
  
  /* First Level */
  
  .mainNav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .mainNav ul li {
      border-bottom: 1px solid #eee;
  }
  .mainNav ul li a {
      display: block;
      color: #003e7e !important;
      font-size: 16px;
      font-weight: 600;
      font-family: 'PT Serif', serif;
      line-height: normal;
      padding: 22px 25px;
      text-decoration: none;
      text-transform: uppercase;
  }
  
  .mainNav ul li a:hover {  
    text-decoration: none;
  }
  
  /* Second Level */
  
  .mainNav ul ul { border-bottom: none }
  .mainNav ul ul li {
      margin-bottom: 5px;
      padding-bottom: 5px;
      border: none;
  }
  .mainNav ul ul li a {
      display: block;
      font-size: 15px;
      line-height: normal;
      padding: 0px 40px;
      text-transform: capitalize;
      font-weight: 500;
      color: #282828 !important;
  }
  
  .mainNav ul ul li a:hover {color:#ac0000 !important;}
  
  /* Third Level */
  
  .mainNav ul ul ul { border-top: 1px solid #46CFB0; }
  
  .mainNav ul ul ul li { border: none; }
  
  .mainNav ul ul ul li a {
    padding-left: 3.5em;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }
  
  /* Accordion Button */
  
  ul li.has-subnav .accordion-btn {
    color: #ac0000;
    background: rgba(255,255,255, 0.15);
    font-size: 16px;
  }
  
  
  .list-style li {
      position: relative;
      padding: 0px;
      overflow: hidden;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      padding-bottom: 3px;
      font-size: 14px;
  }
  .list-style li:before {
      content: "\f00c";
      font-family: 'FontAwesome';
      color: #f38815;
      margin-right: 7px;
      font-size: 10px;
  }
  .list-style li a{
      font-weight:400;
  }
  .list-style.arrow-right li:hover a{
      color:#ac0000;
  }
  
  /* slider */
  .slider-monaco {
      background: none;
      z-index: 0;
  }
  .slider-monaco-outer {
      padding: 0rem;
      overflow: hidden;
      position:relative;
  }
  .slider-monaco .owl-nav{margin:0px;}
  .slider-monaco .owl-nav {
      position: absolute;
      bottom: 15%;
      transform: translateY(-20%);
      z-index: 9;
      left: 12%;
      color: #fff;
      padding: 0;
      margin: 0;
      width: 50px;
      height: 50px;
      background: none;
      opacity: 1;
      width: 150px;
  }
  .slider-monaco .owl-nav button{
      margin: 0;
      width: 50px;
      height: 50px;
      background: #ddd !important;
      opacity: 1 !important;
      border-radius: 7px;
      color: #2c5697 !important;
  }
  .slider-monaco .owl-nav button i{
      background:none;	
  }
  
  .slider-monaco .owl-nav button:hover{opacity:1; background:#f7a041 !important; color:#fff !important;}
  .helf-height{height: 600px;}
  .slide-text {
      position: absolute;
      top: 32%;
      transform: translateY(-50%);
  }
  .slide-text h2 {
      font-size:40px;
      color:#fff;
  }
  .slide-text h1 {
      font-weight: 700;
      color: #fff;
      text-transform:uppercase;
      font-size: 40px;
  }
  .slide-text h1 span{
      color:#00aaff;
  }
  .slide-text p{color:#fff; margin:0px; padding:0px; font-size:17px;}
  
  .slide-text h1, .slide-text h1 span, .slide-text p{position:relative; z-index:9;}
  
  .slide-home{
      /*position: relative;*/
      height: 600px;	
  }
  .slide-home .container, .slide-home .row{
      height:100%;
  }
  .slider-monaco-outer .container{
      z-index:99;
      position:absolute;
      left:0px;
      right:0px;
      top:50%;
      transform:translateY(-50%);
  }
  
  .home-slide-text:after {
      content: "TGA";
      font-family: 'Poppins', sans-serif;
      position: absolute;
      top: -120px;
      left: -18px;
      right: 0px;
      margin: auto;	
      font-weight: 800;
      animation-fill-mode: forwards; /* or: backwards, both, none */
      animation-duration: 3s;
      animation-name: rwn;
      animation-delay: 2s;
      z-index: 0;
      opacity:0; 
  }
  
  /* The animation code */
  @keyframes rwn {
    from {opacity:0; color:#f3881500; font-size: 200px;}
    to {opacity:0.2; font-size: 240px;color:#fff;}
  }
  
  .home-slide-text h2 {
      margin: 0px 0px 10px;
      font-size: 45px;
      font-weight: 700;
      text-transform: inherit;
      color: #fff;
      line-height: normal;
      z-index: 9;
      position: relative;
  }
  .home-slide-text span {
      font-size: 12px;
      text-transform: uppercase;
      color: #fff;
      letter-spacing: 2px;
  }
  .home-slide-text p {
      margin: 0px 0px 10px;
      font-size: 14px;
      color: #fff;
      font-weight: 400;
      text-transform: inherit;
      z-index: 9;
      position: relative;
  }
  .slide-home::before {
      content: "";
      background: #000 !important;
      position: absolute;
      width: 100%;
      height: 100%;
      left:0px;
      opacity: 0.3;
  }
  
  #mobile_view{display:none;}
  
  
  .home-slide-text a.btn-text {
      background: #fff;
      font-size: 14px;
      color: #f38815;
      position:relative;
      text-transform: uppercase;
      font-weight: 600;
      padding: 15px 25px;
      animation-fill-mode: forwards; /* or: backwards, both, none */
      animation-duration: 3s;
      animation-name: animate-btn;
      /* animation-delay: 2s; */
      z-index:1;
  }
  .home-slide-text a.btn-text:hover{
      background:#f38815;
      color:#fff;
  }
  
  /* The animation code */
  @keyframes animate-btn {
    from {left:-50px;}
    to {left:0px;}
  }
  
  .social-head p {
      margin: 0px;
      font-size: 12px;
      color: #2c5697;
      font-weight: 500;
      margin-right: 10px;
  }
  .social-head i {
      color: #0093dd;
      font-size: 18px;
      margin-right: 7px;
  }
  .social-head a:hover i{color:#373737;}
  .search {
      border-left: 1px solid #eee;
      padding-left: 15px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      height: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-left:15px;
  }
  .search i{
      color:#373737;
      font-size:16px;
      margin-left: 30px;
  }
  
  .btn-subit {
      background: #2c5697;
      margin: 0px;
      padding: 0px 25px;
      color: #fff;
      text-transform: capitalize;
      border-radius: 5px;
      font-size: 17px;
      font-weight: 500;
      position: relative;
      height: 55px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border: none;
  }
  .btn-subit:hover{
      background: #373737;
      color: #fff;
  }
  
  .client figure img {
      width: auto !important;
      margin: auto;
  }
  .client h5{
      color: #fff;
      text-align: center;
      margin-top: 10px;
      font-size: 15px;
      font-weight: 600;
  }
  
  footer{	
      /*background: #fff; */	
      background: #305041; /* Old browsers */	
      overflow:hidden;
      padding-top:50px;
  }
  footer p{color:#fff; font-size:15px; }
  .foot-social p{font-weight:600; color:#0093dd; margin-right:10px; margin-bottom:0px;}
  .foot-social i{color:#000; margin-right:5px;}
  
  .foot-li h3 {
      color: #000;
      text-transform: capitalize;
      letter-spacing: 0;
      font-size: 17px;
      font-weight: 500;
      margin: 0px;
  }
  .info i {
      font-size: 22px;
      color: #000;
      margin-right: 15px;
  }
  .info address h6 {
       color: #f2b636;
      font-size: 18px;
      font-weight: 600;
      margin: 0px 0px 5px;
  }
  .info a, .info address p {
      color: #fff;
      font-size: 20px;
      padding: 0px;
      font-weight: 300;
  }
  .location i {
      color: #f38815;
      font-size: 22px;
      -webkit-flex: 0 0 22px;
      -ms-flex: 0 0 22px;
      flex: 0 0 22px;
  }
  .info a{
      display:table;
  }
  
  .foot-li ul li{margin-bottom:10px; }
  .foot-li ul li a {
      font-size: 16px;
      margin-bottom: 0px;
      color: #fff;
      font-weight: 400;
      position:relative;
  }
  .foot-li ul li a:hover{
      color:#f38815;
  }
  
  .newsletter{
      position:relative;
  }
  .newsletter input[type=text]:placeholder { color:#585858; }
  .newsletter input[type=text] {
      border: none;
      height: 55px;
      background: #fff;
      border-radius: 30px;
      font-size: 15px;
      color: #585858;
      padding-left: 20px;
  }
  .newsletter input[type=text]::placeholder{
      color:#373737;
  }
  .newsletter button {
      position: absolute;
      right: 15px;
      color: #252726;
      background: none;
      border: none;
      top: 50%;
      transform: translateY(-50%);
      font-size: 16px;
  }
  
  
  .internal-monaco{padding:120px 0px;}
  .internal-monaco .internal-text h1{
      padding:0px;
      color: #00aaff;
      font-size:40px;
      font-weight:700;
  }
  .internal-monaco .internal-text p {
      color: #fff;
      margin: 0px;
      padding: 0px;
      font-size: 17px;
  }
  
  .product-nav ul.nav.nav-tabs{
      display:block;
      border:none;
  }
  .product-nav ul.nav.nav-tabs li {
      margin: 0px;
      border-bottom: 1px solid #e0dede;
  }
  .product-nav ul.nav.nav-tabs li a {
      border: none;
      padding: 10px 0px 10px 15px;    
      display: block;
      font-size:15px;
      font-weight: 500;
      border-radius:0px;
  }
  .product-nav ul.nav.nav-tabs li a.active {
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d5d5d5+0,f3f3f3+100 */
      background: rgb(213,213,213); /* Old browsers */
      background: -moz-linear-gradient(left,  rgba(213,213,213,1) 0%, rgba(243,243,243,1) 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(left,  rgba(213,213,213,1) 0%,rgba(243,243,243,1) 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right,  rgba(213,213,213,1) 0%,rgba(243,243,243,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='#f3f3f3',GradientType=1 ); /* IE6-9 */
      color: #0093dd;
      position: relative;
  }
  
  .product-nav ul.nav.nav-tabs li a[aria-selected=true]:after {
      content: "-";
      float: right;
      position: absolute;
      right: 10px;
      font-size: 14px;
      color: #2c5697;
  }
  .product-nav ul.nav.nav-tabs li a[aria-selected=false]:after {
      content: "+";
      float: right;
      position: absolute;
      right: 10px;
      font-size: 17px;
      color: #2c5697;
  }
  
  .side-bar-product {
      background: #f3f3f3;
      padding: 80px 0px;
      position:relative;
  }
  .side-bar-product:after{
      content:"";
      width:700px;
      height:100%;
      position:absolute;
      right:0px;
      top:0px;
      background:#f3f3f3;
  }
  
  .side-bar-product .product-nav, .side-bar-product h2{
      z-index:9;
      position:relative;
  }
  
  .side-bar-product h2{
      font-size: 24px;
  }
  
  .product-section .tab-content{
      padding:80px 40px;
  }
  .product-section .tab-content h2{
      font-size:24px;
  }
  
  .blue-lit {
      color: #00aaff;
      font-weight: 600;
      font-size: 18px;
      text-transform: uppercase;
  }
  
  .table-product{
      width:100%;
  }
  .table-product td strong{font-weight:600;}
  
  .download-btn {
      background: #2c5697;
      margin: 0px;
      padding: 0px 35px;
      color: #fff;
      text-transform: uppercase;
      border-radius: 50px;
      font-size: 18px;
      font-weight: 600;
      position: relative;
      height: 60px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }
  .download-btn:hover{
      background:#373737;
      color:#fff;
  }
  
  .ads {
      background: #0093dd url(images/bg-ads.png)no-repeat bottom;
      padding: 30px 30px 120px;
      margin: 0px;
  }
  .ads h3{
      font-size:25px;
      color:#fff;
      font-weight:600;
      line-height:30px;
  }
  .ads h3 span{
      color:#fd9a38;
  }
  .ads p{color:#fff; font-size:13px;}
  
  .none-position{
      position:static;
  }
  .no-bg-color{background:none;}
  
  
  .col-career-t h2{
      text-transform:uppercase;
  }
  .col-career-t p{font-weight:400; line-height:26px; text-align:justify;}
  
  .center-T.white h2{
      font-weight:400;
  }
  .center-T.white h2{
      color:#fff;
      text-transform:uppercase;
  }
  .center-T.white p{
      color:#fff;
      font-weight:300;
  }
  .contact-form{
      margin-top:40px;
  }
  .contact-form input[type=text], .contact-form input[type=tel], .contact-form input[type=email], .contact-form select{
      margin:0px 0px 10px;
      padding:0px 25px;
      height:48px;
      background: #eee;
      border:none;
      border-radius:4px;
      font-size:14px;
  }
  .contact-form textarea{
      margin:0px 0px 10px;
      padding:10px 25px;
      height:80px;
      background: #eee;
      border:none;
      border-radius:4px;
      font-size:14px;
  }
  .contact-form input[type=submit]{
      border-radius:4px;
  }
  
  .icon{
      -webkit-flex: 0 0 38px;
      -ms-flex: 0 0 38px;
      flex: 0 0 38px;
      margin-right:15px;
  }
  .tel{margin:0px; text-align:left;}
  .tel a {
      color: #2c5697;
      display: block;
      font-weight:600;
      font-size: 21px;
  }
  .tel small {
      color: #fff;
      display: block;
      font-size: 16px;
  }
  
  .next-prev{
      border-top:1px solid #eee;
      padding-top:0px;
      border-bottom:1px solid #eee;
      padding-bottom:0px;
  }
  .next-prev a {
      color: #ddd;
      font-size: 21px;
      font-weight: 700;
      text-transform:uppercase;
  }
  .next-prev p {
      font-size: 12px;
      color: #fd9c2b;
      font-weight: 600;
      text-transform: uppercase;
  }
  .date-comment a{padding:0px 10px;}
  .date-comment p{padding:0px 10px; color:#2c5697; margin:0px;}
  .date-comment p:first-child{padding-left:0px;}
  
  .banner-point{
      padding:30px;
  }
  .banner-point p {
      color: #fff;
      font-size: 21px;
      font-weight: 300;
  }
  
  /************************************************************** new mega menu ******************************/
  
  /* Navigation Menu -----------------------------------------------*/
      .navigation-menu {
          margin-left: 0px;
      }
  
      .navigation-menu ul > li > a {		
          font-size: 14px;
          padding: 3px 0px;
          display: block;
          color: #282828;
          position: relative;
          text-transform: capitalize;
          cursor: pointer;
          text-decoration: none;
          transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
      }
  
      .navigation-menu ul > li:hover > a {
          color: #f38815;
      }
  
      .navigation-menu ul, .navigation-menu ul li {
          list-style: none;
      }
      
      .navigation-menu ul li ul.row{
          padding: 0;
      }
  
      .navigation-menu > ul > li {
          display: inline-block;
      }
  
      .menu-mobile {
          color: #333;
          position:absolute;
          right:0px;
          top:50%;
          transform: translateY(-50%);
          padding: 0px;
          display: none;
          font-size: 13px;
          font-weight: 400;
          margin-bottom: 0px;
          font-size:0px;
      }
      .menu-mobile:hover {
          color: #bd9900;
      }
  
      .navigation-menu ul > li > a > .nav-label-new,
      .navigation-menu ul > li > a > .nav-label-sale {
          position: relative;
          right: 0;
      }
  
      .navigation-menu ul > li > a > .nav-label-new:after {
          content: "";
          display: block;
          height: 20px;
          position: absolute;
          top: -19px;
          width: 28px;
          background: url("img/label_new.png") no-repeat left top;
          z-index: 100;
          right: -10px;
      }
  
      .navigation-menu ul > li > a > .nav-label-sale:after {
          content: "";
          display: block;
          height: 20px;
          position: absolute;
          top: -19px;
          width: 28px;
          background: url("img/label_sale.png") no-repeat left top;
          z-index: 100;
          right: -10px;
      }
  
  
  /* Navigation Dropdown Menu --------------------------------*/
  .nav-dropdown {
      display: none;
      position: absolute;
      width: 100%;
      z-index: 99;
      top: 52px;
      background: #f1f1f1;
      left: 0;
      border-top: 1px solid #eeeeee;
      padding: 30px 0 30px 0;
  }
  
      .nav-dropdown:after {
          background: rgba(0,0,0,0.08);
          width: 100%;
          bottom: -4px;
          left: 0;
          height: 4px;
          position: inherit;
          content: "";
      }
  
  .dropworn-arrow {
      left: 50%;
      margin-left: -10px;
      position: relative;
      z-index: 100;
      top: 13px;
      display: none;
  }
  
      .dropworn-arrow:after {
          background: rgba(0, 0, 0, 0) url("images/dropdown-top-arrow.png") no-repeat scroll left top;
          content: "";
          bottom: -1px;
          height: 10px;
          width: 20px;
          position: absolute;
          /*border-left: 1px solid #eee;
          border-top: 1px solid #eee;
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          -o-transform: rotate(45deg);
          -moz-transform: rotate(45deg);*/
      }
  
  .nav-dropdown .new-label, .nav-dropdown .sale-label {
      padding: 2px 4px;
      font-size: 10px;
      text-transform: uppercase;
      font-weight: 400;
      margin-left: 5px;
      border-radius: 2px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
  }
  
  .nav-dropdown .sale-label {
      background: #f55151;
      color: #fff;
  }
  
  .nav-dropdown .new-label {
      background: #bd9900;
      color: #fff;
  }
  
  .nav-dropdown .sub-banner {
      padding: 0;
      position: relative;
      width: 100%;
      border: 0 none;
  }
  
  .nav-dropdown .nav-dropdown-grid {
      width: 25%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      text-align: left;
      float: left;
  }
  
      .nav-dropdown .nav-dropdown-grid ul {
          margin-bottom: 30px;
          padding:0px;
      }
  
          .nav-dropdown .nav-dropdown-grid ul li {
              font-size: 14px;
              text-transform: none;
              color: #333;
              font-family: "Open Sans",sans-serif;
              font-weight: 400;
          }
  
              .nav-dropdown .nav-dropdown-grid ul li > a {
                  font-family: "Open Sans",sans-serif;
                  font-weight: 400;
                  font-size: 14px;
                  padding-top: 2px;
                  padding-left: 0px;
                  padding-right: 0px;
                  padding-bottom: 2px;
                  display: inline-block;
                  transition: all 0.2s ease 0s;
                  -moz-transition: all 0.2s ease 0s;
                  -o-transition: all 0.2s ease 0s;
                  -webkit-transition: all 0.2s ease 0s;
              }
  
      .nav-dropdown .nav-dropdown-grid > ul > li:hover > a {
          color: inherit;
      }
  
      .nav-dropdown .nav-dropdown-grid > ul > li > a:hover {
          padding-left: 5px;
          color: #bd9900;
      }
  
  .menu-mobile:after {
      content: "\e871";
      font-family: 'Linearicons-Free';
      font-size: 25px;
      padding: 0;
      float: right;
      position: relative;
      top: 6px;
      -webkit-transform: translateY(-25%);
      -ms-transform: translateY(-25%);
      transform: translateY(-25%);
  }
  
  .menu-dropdown-icon:before {
      content: "\e874";
      font-family: 'Linearicons-Free';
      display: none;
      cursor: pointer;
      float: right;
      font-size: 16px;
      padding: 0;
      /*margin-top: 10px;
      margin-right: 15px;*/
      color: #999;
      height: 42px;
      width: 42px;
      line-height: 42px;
      text-align: center;
      vertical-align: middle;
      background: #f6f6f6;
      border: 1px solid #eee;
      z-index:999;
      position:absolute;
      right:0px;
  }
  
  .show-on-mobile {
      display: block !important;
  }
  
  .full-height{height:100%;}
  
  
  /************** Internal pages css **********/
  
  .internal-banner{
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3756a8+0,009df9+100 */
      background: rgb(55,86,168); /* Old browsers */
      background: -moz-linear-gradient(top,  rgba(55,86,168,1) 0%, rgba(0,157,249,1) 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(top,  rgba(55,86,168,1) 0%,rgba(0,157,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom,  rgba(55,86,168,1) 0%,rgba(0,157,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3756a8', endColorstr='#009df9',GradientType=0 ); /* IE6-9 */
      height:550px;
      position:relative;
  }
  .internal-banner:after{
      content:"";
      margin:0px;
      padding:0px;
      width:100%;
      height:100%;
      background:url(images/banner-all-1920.png)no-repeat center top;
      background-size:cover;
      position:absolute;
      top:0px;
  }
  .internal-shape-bottom {
      position: absolute;
      bottom: 0px;
      z-index: 1;
  }
  .internal-banner [class*="col-"]{
      margin:auto 0px;
  }
  .internal-banner .container, .internal-banner .row{height:100%;}
  
  .internal-banner h2{
      color:#fff;
      font-size:40px;
      text-transform:uppercase;
      /* letter-spacing:1px; */
  }
  .internal-banner p.large-p{
      color:#fff;
      font-size:25px;
      text-transform:capitalize;
      letter-spacing:0px;
      margin:10px 0px 10px;
  }
  .internal-banner ol.breadcrumb {
      background: none;
      margin: 0;
      text-align: center;
      padding: 0;
      justify-content: center;
  }
  .internal-banner ol.breadcrumb li, .internal-banner ol.breadcrumb li a{
      color:#fff;
      font-size:15px;
  }
  .internal-banner ol.breadcrumb li.active a{
      color:#9ad5f9;
  }
  .breadcrumb-item+.breadcrumb-item::before{
      color:#fff;
      content:\f054;
  }
  
  
  /******** NEXT **********/
  
  .overlay-white{	
      position:relative;
  }
  .overlay-white:after{
      width:100%;
      height:100%;
      content:"";
      background:#f3f8fe;
      position:absolute;
      top:0px;
      left:0px;
      opacity:0.9;
  }
  .overlay-white .container{position:relative; z-index:9;}
  
  .col-epica-s{
      position:relative;
      overflow:hidden;	
      padding: 3px;	
  }
  .col-service {
      position: absolute;
      margin: 0px;
      padding:0px 20px;
      bottom: 30px;
      color: #fff;
      z-index: 9;
  }
  .col-service strong {
      font-weight: 600;
      font-size: 17px;
  }
  .col-service p {
      font-size: 20px;
      line-height: 30px !important;
  }
  .col-epica-s a {
      overflow: hidden;
      display: block;
  }
  .col-epica-s img{
      transition: transform .5s; /* Animation */
      width:100%;
  }
  .col-epica-s:hover img{
      transform: scale(1.1);
  }
  .col-epica-t.blue h2 a:hover{
      color:#f38815;
  }
  .col-epica-t.blue h5 {
      color: #f38815;
      font-weight: 600;
  }
  .col-epica-t.blue h5 a:hover{color:#000;}
  .col-epica-t.blue hr:last-child{display:none;}
  
  .col-project {
      right: 0;
      top: 30px;
      width: 80%;
  }
  .col-project strong {
      font-size: 18px;
      color: #3683ff;
      letter-spacing: 0;
  }
  .col-project p {
      margin: 0px;
      font-size: 20px;
      line-height: 30px;
  }
  
  .career{
      height:500px;
  }
  .col-career strong{
      color:#f38815;
      font-size:19px;
      font-weight:500;
  }
  .col-career p{
      color:#454545;
      font-size:24px;
      line-height:30px;
  }
  
  .col-cta h3{
      color:#fff;
      font-size:21px;
      font-weight:300;
      margin-right:25px;
  }
  .col-cta a.btn-white{
      border-radius:50px;
  }
  
  .abn {
      background: #fff;
      margin-top: 20px;
      display: table;
      padding: 9px;
      font-size: 10px;
      font-weight: 600;
      border-radius: 5px;
      float: right;
      color: #000000;
      margin-right: 10px;
  }
  .abn:hover{color:#f38815;}
  
  .abn-border{
      background: none;
      margin-top: 20px;
      display: table;
      padding: 9px;
      font-size: 10px;
      font-weight: 600;
      border-radius: 5px;
      float: right;
      color: #fff;
      border:1px solid #fff;
      margin-right: 10px;
  }
  .abn-border:hover{color:#f38815;}
  .last-child-m0 a:last-child{margin-right:0px;}
  
  .nav-scroll{
      position:relative;	
  }
  /* .col-epica-nav {
      position: absolute;
      top: -54px;
      width: 100%;
  }
  .col-epica-nav ul{
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
  }
  .col-epica-nav ul li{
      -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  }
  .col-epica-nav ul li a {
      background: #000000db;
      color: #fff;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 13px;
      padding: 17px 30px;
      display: block;
      text-align: center;
      border-right: 1px solid #111;
      position:relative;
  }
  .col-epica-nav ul li:last-child a{border:none;}
  .col-epica-nav ul li a:hover:after{
      content:"";
      position:absolute;
      left:0px;
      top:0px;
      width:100%;
      height:4px;
      background:#f38815;
  }
  
  .col-epica-nav ul li:hover a{
      color:#db7f09;
  } */
  
  .projets{
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
  .projets figure{
      -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      padding:0px 5px;
      margin-bottom: 10px;
  }
  .p-18{
      font-size: 18px;
      font-weight: 300;
      line-height: 26px;
  }
  
  .blog .blog-text{
      position:relative;
  }
  .blog figure img{width:100%;}
  .blog .blog-text h4 {
      font-size: 18px;
      font-weight: 700;
  }
  .blog .blog-text p {
      font-weight: 600;
      font-size: 13px;
      line-height: 22px;
      border-bottom: 1px solid #f9f9f9;
      padding-bottom: 15px;
  }
  .blog .blog-text a {
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 13px;
  }
  .blog .blog-text date {
      position: absolute;
      height: 40px;
      background: #f38815;
      color: #fff;
      font-size: 12px;
      line-height: 40px;
      padding: 0px 20px;
      top: -56px;
      right: 0;
      font-weight: 600;
  }
  
  .p-bottom{
      position: absolute;
      left: -50px;
      bottom: 0px;
      text-align: left;
      font-size: 16px !important;
      line-height: 22px !important;
      padding-right: 25px !important;
  }
  .rw-logo{
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: end;
      justify-content: flex-end;
  }
  .c-info strong {
      color: #fff;
      margin-bottom: 10px;
      display: block;
      text-transform: uppercase;
  }
  .c-info{background:none; border:none;}
  .c-info .card-header{
      padding-bottom: 0px;
  }
  .c-info .card-header{
      background:none; border:none;
  }
  .c-info .card-header h5 button {
      color: #000;
      text-transform: uppercase;
      font-size: 15px;
      padding: 0;
      font-weight: 600;
      position: relative;
      width: 100%;
      text-align: left;
  }
  .c-info .card-header h5 button[aria-expanded=true]:after {
      content: "-";
      position: absolute;
      right: 0;
  }
  .c-info .card-header h5 button[aria-expanded=false]:after {
      content: "+";
      position: absolute;
      right: 0;
  }
  
  .services .owl-nav button.owl-prev {
      left: -40px;
      position: absolute;
  }
  .services .owl-nav button.owl-next {
      right: -40px;
      position: absolute;
  }
  .services .owl-nav{
      position: absolute;
      top: 40%;	
      left: 0;
      right: 0;
      /* 
      top: -80px;
      right: 10px;     */
  }
  .services .owl-nav button{
      margin: 0px !important;
      padding: 0px !important;
      width: 30px;
      height: 50px;
  }
  .services .owl-nav button i{color:#999; font-size: 30px; }
  .services .owl-nav button:hover{background:transparent !important; }
  .services .owl-nav button:hover i{color:#f38815;}
  
  .short-menu {	
      background: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0;
      padding: 0;
      z-index: 1;
      position: relative;
  }
  .short-menu li {
      color: white;
      margin: 0px 12px 0px 0px;
      border-right: 1px solid #ffffff69;
      padding-right: 12px;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 0px;
      position: relative;
      font-weight: 500;
  }
  .short-menu li a {
      color: #fff;
      font-weight: 500;
  }
  .short-menu li:last-child{margin-right:0px; padding-right:0px; border:none;}
  
  .rwc-service{
      overflow:hidden;
      display:block;
  }
  .rwc-service:hover .content-text h4{color:#f38815;}
  .rwc-service:hover figure img{
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); 
  }
  
  .rwc-service figure{overflow:hidden; margin:0px;}
  .rwc-service figure img{
      width:105%;
      max-width:auto;
      -webkit-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;	
      max-width:auto;
  }
  .rwc-service .content-text {
      background: #305041b8;
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      /* padding: 14px 25px; */
      padding: 25px 25px;
/*       min-height: 140px; */
  }
  .rwc-service .content-text h4 {
      color: #fff;
      font-weight: 700;
      font-size: 26px;
      /* text-transform: uppercase; */
      line-height: normal;
  }
  /* .rwc-service .content-text p {
      margin: 0px;
      padding: 0px;
      color: #f38815;
      letter-spacing: 3px;
      text-transform: uppercase;
      font-size: 12px;
  } */
  
  .sidebar-rdc {
      overflow:hidden;	
  }
  .sidebar-rdc a{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom:30px;
  }
  .sidebar-rdc figure{
      margin-right:25px;
      -webkit-flex: 0 0 150px;
      -ms-flex: 0 0 150px;
      flex: 0 0 150px;
      margin-bottom:0px;
  }
  .sidebar-rdc .content-text h4 {
      font-weight: 700;
      margin-bottom: 5px;
      font-size: 16px;
  }
  .sidebar-rdc .content-text p {
      font-size: 14px;
      line-height: 22px;
      margin-bottom:5px;
  }
  .sidebar-rdc .content-text a {
      font-weight: 600;
      color: #f38815;
      font-size: 14px;
  }

  .internal-after:after {
    background: #d1ab63;
    background: -moz-linear-gradient(120deg, #952728 0%, #f38815 100%);
    background: -webkit-linear-gradient(120deg, #952728 0%, #f38815 100%);
    background: linear-gradient(120deg, #952728 0%, #f38815 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1ab63', endColorstr='#f38815', GradientType=1);
    opacity: 0.6;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

  .internal-after .container{
      position:relative;z-index:9;
  }
  .col-rwc-after:after {
      top: 50%;
      transform: translateY(-50%);
  }
  
  .btn-control{
      border:none;
  }
  
  .sidebar-info{
      margin-bottom:20px;
      padding-bottom:20px;
      border-bottom:1px solid #eee;
  }
  .last-child-div .sidebar-info:last-child{
      border:none;
      margin:0px;
      padding:0px;
  }
  .sidebar-info h3 {
      font-weight: 700;
      margin-bottom: 10px;
      font-size: 21px;
  }
  .sidebar-info h5{font-weight:500;}
  
  .sidebar-info div span {
      -webkit-flex: 0 0 50px;
      -ms-flex: 0 0 50px;
      flex: 0 0 50px;
      height: 50px;
      background: #f38815;
      margin-right: 15px;
      text-align: center;
      line-height: 50px;
      border-radius: 5px;
      color: #fff;
      font-size: 18px;
  }
  .sidebar-info div div small{
      display:block;
      font-weight:600;
  }
  .sidebar-info div div a{
      color: #f38815;
  }
  
  .follow-box h3{font-weight:700; margin-right:15px; font-size:26px;}
  .follow-li{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }
  .follow-li a {
      color: #3a3a3a;
      margin-right: 12px;
      font-size: 16px;
  }
  
  .blog-col{
      margin-bottom:20px;
  }
  .blog-fix {
      width: 90%;
      left: 0;
      bottom: 0;
      background: #000000c7;
      position: absolute;
      bottom: 45px;
      padding: 20px 30px;
  }
  .blog-fix .date {
      color: #ffffff;
      font-size: 11px;
      font-weight: 500;
      margin-bottom: 0;
      text-transform: uppercase;
  }
  .blog-fix .date span{
      color: #ffffff;
      border-left: 1px solid #ffffff;
      padding-left: 15px;
      margin-left: 15px;
  }
  .blog-fix h4 {
      font-size: 18px;
      color: #ffffff;
      margin-bottom: 0;
      line-height: 26px;
  }
  .posted p {
      color: #ffffff;
      margin: 0px 10px 0px 0px;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 11px;
  }
  .posted p span {
      text-transform: capitalize;
      color: #f38815;
      font-weight: 400;
  }
  .posted p i{
      color: #f38815;
      font-size: 11px;
      position: relative;
      top: -1px;
  }
  .posted span.span-fix {
      color: #fff;
      position: absolute;
      top: -11px;
      background: #f38815;
      padding: 5px 13px;
      border-radius: 2px;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 10px;
      letter-spacing: 1px;
      line-height: 14px;
  }
  
  .h3-w7 h3{font-weight:700;}
  .h3-w8 h3{font-weight:800;}
  
  .related-product{
      margin-bottom:0px;
  }
  .related-product span{
      color:#999;
      text-transform:uppercase;
      font-size:12px;
  }
  .related-product h3{
      font-weight:600;
      font-size:18px;
  }
  
  .list-nav li a{
      font-size:14px;
  }
  .list-nav li a:hover{
      color:#f38815;
  }
  
  .project-list{
      position:relative;
  }
  .project-txt {
      position: absolute;
      top: 45%;
      width: 100%;
      padding: 0px 19px;
      color: #fff;
      transform: translateY(-20%);
  }
  .project-txt h2 {
      color: #fff;
      font-weight: 700;
      font-size: 26px;
      margin-bottom: 15px;
      min-height: 63px;
  }
  .project-list:hover .project-txt h2{color: #f38815;}
  
  .project-txt ul li {
      border-bottom: 1px solid #dddddd5c;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 13px;
      padding-bottom: 8px;
      margin-bottom: 8px;
  }
  .project-txt ul li strong {
      font-weight: 600;
      margin-right: 15px;
      -webkit-flex: 0 0 110px;
      -ms-flex: 0 0 110px;
      flex: 0 0 110px;
      background: #fff;
      color: #f38815;
      padding: 2px 10px;
      height: 26px;
  }
  .project-txt ul li:last-child{margin-bottom:0px; border:none;}
  
  .project-list:hover figure img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
  }
  
  .project-list figure{
      margin-bottom:30px;
      position:relative;
      overflow:hidden;	
  }
  .project-list figure:after{
      content:"";
      background:#000;
      opacity:0.4;
      width:100%;
      height:100%;
      position:absolute;
      top:0px;
      left:0px;
  }
  
  .project-list figure img{
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
  }
  .project-list:hover figure img{
      width:100%;
  }
  
  .filter {
      height: 50px;
      background: #f1f1f1;
      border-radius: 0px;
      border: none;
      padding: 0px 15px;
      border-radius: 5px;
  }
  
  .tafter{position:relative;}
  .tafter:after {
      content: "TGA";
      font-family: 'Poppins', sans-serif;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      right: 0;
      font-weight: 800;
      font-size: 120pt;
      line-height: 116px;
      color: #f1f1f1;
      z-index: -1;
  }
  
  .rwc-left:after{left: -15px;}
  
  .pb-180{padding-bottom:180px;}
  
  .social-detail li{
      margin-right:10px;
      text-transform:uppercase;
      font-size:13px;
      font-weight:600;
  }
  .social-detail li:last-child{margin:0px;}
  .social-detail li img{
      width:40px;
  }
  
  .after-black{
      position:relative;
  }
  .after-black:after {
      content: "";
      background: #000;
      width: 100%;
      height: 100%;
      opacity: 0.3;
      position: absolute;
      top: 0;
  }
  .after-black .container{position:relative; z-index:9;}
  
  .cta-project h1{
      font-size:50px;
      color:#fff;
  }
  
  
  .posted a{font-weight:600; text-transform:uppercase; font-size:14px;}
  
  .sidebar-blog h3 {
      color: #333;
      font-weight: 700;
      text-transform: capitalize;
      font-size: 22px;
  }
  
  .search-bar{
      position:relative;
      background:#fff;
      padding:25px 25px;
  }
  .search-bar h4{
      font-weight:700;
      text-transform:uppercase;
      font-size:24px;
      margin-bottom:10px;
  }
  .search-bar input[type=text]{
      width:100%;
      height:42px;
      font-size:13px;
      border-radius:5px;
      border:none;
      background:#ffe6c6;
      padding:0px 20px;
      font-weight:600;	
  }
  .search-bar input[type=submit] {
      position: absolute;
      right: 10px;
      top: 0px;
      width: 40px;
      background:url(images/s-icon.png) no-repeat center;
      height: 100%;
      text-decoration: none;
      border: none;
      color: #fff;
      font-size: 0px;
  }
  
  .article-post div figure {
      -webkit-flex: 0 0 160px;
      -ms-flex: 0 0 160px;
      flex: 0 0 160px;
      margin-right: 20px;
      position: relative;
      z-index: 2;
  }
  .article-post div a {
      font-weight: 600;
      display: block;
      position: relative;
      line-height: normal;
  }
  /* .article-post figure a:after {
      content: "";
      width: 50px;
      height: 50px;
      position: absolute;
      left: -5px;
      background: #2196f321;
      bottom: -5px;
      border-radius: 8px;
      z-index: -1;
  } */
  .article-post div a img{
      border-radius:0px;
  }
  .article-post div date {
      font-weight: 600;
      font-size: 11px;
      text-transform: capitalize;
  }
  .article-post div date span{color:#fd9c2b;}
  
  .cate-listing li {
      border-bottom: 1px solid #ddd;
      padding-bottom: 8px;
      margin-bottom: 8px;
  }
  .cate-listing li:last-child{margin-bottom:0px; border:none; padding-bottom:0px;}
  .cate-listing li:before {
      position: absolute;
      right: 0;
      margin: 0;
      color:#3a3a3a;
      font-size: 9px;
      content:"\f178"
  }
  
  .single-post, .single-post .blog-col{
      margin-bottom:0px;
  }
  .single-post .blog-col .blog-fix {
      position: static;
      background: none;
      padding: 0;
      width: auto;
      padding-top: 10px;
  }
  .single-post .blog-col .blog-fix .date, .single-post .blog-col .blog-fix .posted p{
      color:#444;
  }
  .single-post h2{
      font-size: 28px;
  }
  .single-post .blog-col ul{
      margin: 0 0 20px 15px;
      list-style: circle;
  }
  .single-post p a{color: #fd9c2b;}
  
  .single-post .nav-links{
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 30px;
  }
  .single-post .nav-links .nav-previous a{
      background: #f38815;
      margin: 0px;
      padding: 0px 18px;
      color: #fff;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 600;
      position: relative;
      height: 42px;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }
  .single-post .nav-links .nav-next a{
      background: #305041;
      margin: 0px;
      padding: 0px 18px;
      color: #fff;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 600;
      position: relative;
      height: 42px;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }
  .single-post .nav-links a:hover{background:#333;}
  .single-post .nav-links a span {
      clip-path: inherit;
      position: static;
      width: auto;
      height: auto;
      margin: 0;
  }
  
  .ads-banner h3{
      color: #fff;
      font-weight: 600;
      font-size:21px;
      padding-bottom: 8px;
      text-transform:capitalize;
  }
  .ads-banner p{
      font-size:12px;
      line-height:18px;
  }
  
  .newsletter input[type=text]{
      width:100%;
      height:42px;
      font-size:12px;
      border-radius:50px;
      border:none;
      background:#fff;
      padding:0px 20px;
      font-weight:600;	
  }
  .newsletter input[type=submit] {
      position: absolute;
      right: 5px;
      top: 0px;
      font-weight:600;
      /* width: 40px; */
      height: 100%;
      text-decoration: none;
      border: none;
      color: #f38815;
      font-size: 12px;
      background: none;
  }
  
  .next-prev {
      border-top: 1px solid #ddd;
      padding-top: 0px;
      padding-bottom: 0px;
  }
  
  
  .project-d li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 14px;
      margin-bottom: 8px;
  }
  .project-d li strong {
      font-weight: 600;
      color:#f38815;
      margin-right: 15px;
      -webkit-flex: 0 0 110px;
      -ms-flex: 0 0 110px;
      flex: 0 0 110px;
  }
  .after-right-shape:after {
      content: "";
      width: 800px;
      height: 100%;
      position: absolute;
      background: #8c8c8c0d;
      left: 70px;
      top: -60px;
      z-index: -1;
  }
  
  .zi-1{
      position:relative;
      z-index:1;
  }
  .light-rwn:after{
      opacity:0.2;
  }
  
  .mid-style li {
      margin-bottom: 8px;
      font-size: 14px;
  }
  .mid-style li:before {
      background: #f38815;
      -webkit-flex: 0 0 20px;
      -ms-flex: 0 0 20px;
      flex: 0 0 20px;
      height: 20px;
      color: #fff;
      font-size: 8px;
      border-radius: 50%;
      text-align: center;
      line-height: 20px;
      margin-top: 3px;
  }
  
  .brands-clients a {
      border: 1px solid #ddd;
      padding: 15px;
      display: block;
      height: 280px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
  .brands-clients a p {
      font-size: 13px;
      text-transform: uppercase;
      margin-top: auto;
      font-weight: 500;
  }
  .brands-clients .owl-item:first-child a{
      height: 300px;
  }
  .brands-clients .owl-item:nth-child(2n+3) a{
      height: 300px;
  }
  .brands-clients a figure {
      align-items: center;
      margin: 0px;
      height: 145px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }
  .brands-clients a figure img{
      -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
      filter: grayscale(100%);
      opacity:0.5;
  }
  .brands-clients a:hover img{
      -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
      filter: grayscale(0%);
      opacity:1;
  }
  .brands-clients a:hover p{
      color:#f38815;
  }
  
  
  .brands-clients .owl-nav button.owl-prev{
      position: absolute;
      left: -40px;
  }
  .brands-clients .owl-nav button.owl-next{
      position: absolute;
      right: -40px;
  }
  .brands-clients .owl-nav {
      position: absolute;
      top: 40%;	
      left: 0;
      right: 0;
      display: block !important;
  }
  .brands-clients .owl-nav button{
      margin: 0px !important;
      padding: 0px !important;
      width: 30px;
      height: 50px;
  }
  .brands-clients .owl-nav button i{color:#999; font-size: 30px; }
  .brands-clients .owl-nav button:hover{background:transparent !important; }
  .brands-clients .owl-nav button:hover i{color:#f38815;}
  
  .wave .container{position:relative; z-index:9;}
  .wave:after {
      content: "";
      background: url(images/wave.svg)no-repeat center;
      width: 100%;
      height: 300px;
      left: 0px;
      bottom: 0px;
      position: absolute;
      background-size: inherit;
  }
  
  /***************************Custom Css****************************/
  p.link-more {display: none;}
  h2.screen-reader-text {display: none;}
  .col-epica-t.blue p a:hover{color:#333333;}
  .service_main-50 {margin-bottom: 50px;}
  .image_ccenter {
      width: 100%;
      display: inline-block;
      text-align: center;
  }
  .image_ccenter span {
      width: 100%;
      display: inline-block;
      font-style: italic;
      font-size: 12px;
  }
  .pagination .nav-links span.page-numbers.current {
      background: #305041 !important;
  }
  
  .Popular-post-section {
      margin-bottom: 0px !important;
  }
  .popular-grid ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0px 5px;
      margin-bottom: 0px;
      list-style: none;
  }
  .popular-grid li {
      color: #fff;
      font-size: 18px;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
  }
  .popular-grid li {
      -webkit-flex: 0 0 32.24%;
      -ms-flex: 0 0 32.24%;
      flex: 0 0 32.24%;
      text-align: center;
  }
  .popular-grid li h4 {
      color: #fff;
      font-weight: 600;
      font-size: 18px;
      padding: 0px 15px;
      margin-top: 15px;
      margin-bottom: 0;
  }
  .popular-grid li:hover h4 {
      color: #f38815;
  }
  .popular-grid li:hover {
      transform: scale(1.1);
  }
  .popular-grid li:hover {
      
  }
  
  .title-ms.light h2 {
      color: #fff;
      margin: 0;
      font-weight: 600;
      letter-spacing: 1px;
  }
  .title-ms h2, .trusted h2 {
      font-size: 32px;
  }
  .p-white {
      color: #e2e2e2;
  }
  .article-post .d-flex {
      margin-bottom: 30px;
  }
  .bg-white {
      background: #fff;
  }
  .post-side-blog {
      padding: 15px;
      background: #fff;
  }
  .article-post div h4 {
      margin: 0px;
      font-weight: 700;
  }
  .article-post div a {
      font-weight: 600;
      display: block;
      color: #333333;
      font-size: 16px;
      position: relative;
      letter-spacing: 0;
      text-transform: capitalize;
      margin-bottom: 5px;
  }
  .article-post div p {
      margin: 0px 0px 8px;
      line-height: 22px;
      color: #444;
  }
  .by-name {
      text-transform: uppercase;
      font-size: 11px;
  }
  
  .article-post div a:hover{text-decoration:underline;}
  .by-name strong{
      font-weight: 500;
  }
  .article-post div figure img {
      position: relative;
      z-index: 9;
  }
  .internal-banner h2.archive_title {
      color: #fff;
      font-size: 35px;
      text-transform: uppercase;
      letter-spacing: 1px;
  }
  .internal-banner h2.archive_title span {
      color: #fff;
      font-size: 35px;
      text-transform: uppercase;
      letter-spacing: 1px;
  }
  span.page-numbers.dots {
      display: none;
  }
  
  .contact-form input[type=text], .contact-form input[type=tel], .contact-form input[type=email], .contact-form select {
      margin: 0px 0px 10px;
      padding: 0px 25px;
      height: 48px;
      background: #eee;
      border: none;
      border-radius: 4px;
      font-size: 14px;
  }
  
  .archive_news_outer select {
      width: 100%;
      height: 42px;
      border: none;
      padding: 0px 15px;
      text-transform: uppercase;
      font-size: 13px;
  }
  
  .gridi-blog{position:relative;}
  .gridi-blog:after{
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8d99ae+0,5d6367+100 */
      background: #8d99ae; /* Old browsers */
      background: -moz-linear-gradient(left,  #8d99ae 0%, #5d6367 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(left,  #8d99ae 0%,#5d6367 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right,  #8d99ae 0%,#5d6367 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d99ae', endColorstr='#5d6367',GradientType=1 ); /* IE6-9 */
      opacity:0.9;
      content:"";
      position:absolute;
      width:100%;
      height:100%;
      top:0px;
      left:0px;
  }
  .gridi-blog .container-fluid{
      position:relative; z-index:9;
  }
  
  .post-side-blog figure p {
      color: #fff;
      position: absolute;
      top: -11px;
      background: #3e8948;
      padding: 4px 13px;
      border-radius: 2px;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 10px;
      letter-spacing: 1px;
      line-height: 14px;
      z-index: 10;
      margin: 0;
      left: 8px;
  }
  
  .bck-button {
      padding-bottom: 20px;
  }
  .bck-button a{
      color: #f38815;
      font-size: 18px;	
  }
  .bck-button a:hover{
      color:#3e8948;
  }
  
  .service_main_outer p{
      font-size: 18px;
      line-height: 26px;
  }
  .mid-services {
      /* background: url('images/service-bg.jpg'); */
      padding: 50px 30px;
      height: 100%;
      position: absolute; 
      top:0;
  }
  
  .mid-services:hover figure img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
  }
  
  
  /* 
  .mid-services:hover {
      background-size: 103%;
      
  } */
  
  
  .mid-srvc-out{
      position:relative;
      
  }
  
  /* .mid-services {
      background: #334f3b;
      padding: 100px 30px;
      height: 100%;
  } */
  .mid-services h4 {
      color: #fff;
      margin-bottom: 13px;
      font-size: 25px;
      font-weight: 600;
  }
  .mid-services p{
      font-size: 19px;
      color: #fff;
      line-height: 28px;
  }
  .mid-services a{
      height: 42px;
      text-transform: capitalize;
      font-size: 13px;
  }
  .mid-services a:hover{
      background:#fff;
      color:#333;
  }
  
  .s-side-bar h4 {
      font-size: 21px;
      margin-bottom: 25px;
      font-weight: 700;
  }
  .heading-three {
      font-size: 40px;
      margin-bottom: 0px;
      font-weight: 700;
      line-height: normal;
  }
  .sd-h4 h4{font-weight:600;}
  .srvc-dtt {
          border: 1px solid #f38815;
      padding: 18px 15px;
  }
  
  
  .col-epica-s.position-relative strong {
      color: #fff;
  }
  
  .single-project .nav-links{
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 30px;
  }
  .nav-links .nav-next {
      margin-left: auto;
  }
  .single-project .nav-links .nav-previous a{
      background: #f38815;
      margin: 0px;
      padding: 0px 18px;
      color: #fff;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 600;
      position: relative;
      height: 42px;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }
  .single-project .nav-links .nav-next a{
      background: #305041;
      margin: 0px;
      padding: 0px 18px;
      color: #fff;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 600;
      position: relative;
      height: 42px;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }
  .single-project .nav-links a:hover{background:#333;}
  .single-project .nav-links a span {
      clip-path: inherit;
      position: static;
      width: auto;
      height: auto;
      margin: 0;
  }
  .selectcont ul{padding: 30px 0 20px 0 !important;}
  .selectcont ul .row div:first-child span{font-size: 24px !important;}
  .selectcont ul .row div:last-child {
      position: relative;
  }
  .selectcont ul .row div:last-child span.result{padding: 10px 0 10px 10px !important;}
  .selectcont ul .row div:last-child span.arrow-down, .selectcont ul .row div:last-child span.arrow-up{
      position:absolute; right:15px;
  }
  .project_outer #caf-filter-layout2 li ul{right: 100px; width: 71.5%;}
  #manage-ajax-response{padding: 0px;}
  .error-of-empty-result.error-caf, .error-of-post-layout.error-caf {
      padding: 40px !important;
      font-size: 24px !important;
  }
  footer .info {
      margin-bottom: 0px;
      -ms-flex-align: center;
      align-items: center;   
  }
  footer .info i {
      font-size: 22px;
      color: #f38815;
      margin-right: 6px;
      padding: 5px 0px;
  }
  .status {
      width: 66px !important;
      height: 119px !important;
      left: 0;
      right: 0;
      margin: auto;
  }
  /*.bottom_footer_outer{border-top: 1px solid #ccc;}*/
  
  .title_below_content p {
      font-size: 18px;
      line-height: 24px;
  }
  
  
  .data-target-div1 ul#caf-layout-pagination.post-layout1 li span.current{background: #305041 !important; padding:0; color:#fff!important;border-radius:0px !important;}
  .data-target-div1 ul#caf-layout-pagination.post-layout1 li span{
      border: none;
      background: #d08723;
      color: #fff;
      font-size: 13px !important;
      line-height: 40px;
      padding: 0px;
      width: 40px;
      height: 40px;
      text-align: center;
      display: block;
      font-weight: 600;
  }
  .data-target-div1 ul#caf-layout-pagination.post-layout1 li a{
      border: none;
      background: #d08723;
      color: #fff !important;;
      font-size: 13px;
      font-weight: 600;
      line-height: 40px;
      padding: 0px;
      width: 40px;
      height: 40px;
      text-align: center;
      display: block;
      border-radius:0px !important;
  }
  .data-target-div1 ul#caf-layout-pagination.post-layout1 li a:hover{background: #305041 !important; padding:0; color:#fff;}
  
  .about-rwc-left:after{left: 7px;}
  .commitment-tafter:after {top: 20%;}
  .statement-rwc-left:after {left: 0;}
  .bottom_footer_outer a:hover{color: #f38815;}
  @media(min-width:1200px){
  .map_center img{width:70%;}
  }
  
  
  
  .map_center .foot-li{
      text-align:center;
      }
  .contact-fcities p i{
      color: #ee7f38;
      float:none;
  }
  footer .info i {
      color: #f38815;
      width: 23px;
  }
  .contact-fcities p a{
      color: #fff;
      margin-left: 5px;	
  }
  .contact-fcities{
      text-align: left;
  }
  .sidebar-rdc a:hover .content-text p {color: #f38815;}
  
  .banner_below_content p{
      font-size: 18px;
      line-height: 26px;
  }
  
  .location p i {
      padding-right: 10px;
      font-size: 22px;
      color: #f38815;
  }
  .location p {
      color: #fff;
      font-size: 20px;
      padding: 0px 12px;
      font-weight: 300;
      margin:0px;
  }
  .footer-address-outer p a:hover{color:#f38815}
  .footer-address-outer a:hover{color:#f38815}
  #caf-filter-layout2 li ul li a{text-transform: inherit !important;}
  
  .noc li {
      font-size: 15px;
      font-weight: 500;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: baseline;
  }
  .noc li span {
      font-size: 24px;
      padding: 0px; 
  }
  .common_page_outer h1{
      font-size: 30px;
      margin: 0 0 15px 0;
      font-weight: 600;
      color: #3a3a3a;
  }
  .common_page_outer h2{	
      font-size: 24px;
      margin: 0px;
      font-weight: 600;
      margin: 0px 0px 15px 0px;
      color: #3a3a3a;
  }
  .common_page_outer p.sub-p{font-size:16px;} 
  .common_page_outer .btm_area{ display:flex;}
  .common_page_outer .btm_area p.lft_area{margin-left: auto;}
  .common_page_outer ul{margin: 0 0 15px 8px;font-size: 16px;color: #3a3a3a;}
  .common_page_outer ul ul{margin: 0 0 15px 15px;font-size: 16px;color: #3a3a3a;}
  span.noc {font-size: 24px;padding: 0px;}
  @media(min-width:1367px){
      .slide-home.bg-cover {
      background-position: center center !important;
      }
  }
  
  .ext_bg_color p {
      font-size: 20px;
      padding: 0;
      line-height: 30px;
  }
  .established {
      transform: translateY(-50%);
      top: 50%;
      /* text-align: left; */
      bottom: inherit;
      font-weight:300;
  } 
  .col-epica-s strong {
      color: #fff;
      font-size: 22px;
  }
  .col-epica-s .mb1 strong {
      font-size: 32px;
  }
  
  .footu-text{
      position: absolute;
      top: 45%;
      transform: translateY(-50%);
      left:0px;
      right:0px;
      display: table;
      margin:auto;
  }
  .rwc-bg figure img{
      top: 0;
      width: 100%;
      z-index: -1 !important;
      opacity: 0.1 !important;
      margin: 0;
      display: none;
  }
  
  .service-row .xs-small-box .col-epica-s .col-service p{
      font-size: 16px;
      line-height: 26px !important;
  }
.heading-three-extra {
	font-size: 32px;
	margin-bottom: 10px;
}
ul.list-services-data {
    list-style: none;
    padding: 0;
    display: grid;
    grid-gap: 10px;
    margin: 0;
    margin-top: 15px;
}
ul.list-services-data li a {
    background: none;
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-gap: 10px;
    align-items: center;
}
li.current-service a {
    text-decoration: none;
    color: #f38815 !important;
}
ul.list-services-data li a {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
}
}
  /* .hero-image img{
    height: 100%;
    object-fit: cover;
    border-radius: 200px;
  } */