
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');
/*
.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.rubik-<uniquifier> {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.audiowide-regular {
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
}
*/
:root {
    --bg-blue:#3a3b96;
    --bg-orange:#F16722;
    --bg-grey:#DBDBDB;
    --bg-sky:#f4f8ff;
    --san-juan: #364b68;
    --orange: #f16722;
    --heavy-metal: #2b2b2b;
    --tundora-2: #454545;
    --chicago: #5f5f5f;
    --fuscous-gray: #515151;
    --gigas: #3a3b96;
    
}
.no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.text-white{
  color: #fff !important;
}
.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.mt-0{
  margin-top: 0 !important;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  a, .btn, button {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
  }
  
  a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
    text-decoration: none;
    outline: none;
  }
  
  section.row, header.row, footer.row {
    position: relative;
  }
  
  body {
    font-family: "Roboto", Helvetica;;
    height: 100%;
    overflow-x: hidden;
    
    color: #aaa;
  }
  
  html {
    font-size: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 18vw!important;
  }
  
/* ==============================
  3. header top & main menu styles
============================== */
.top-bar {
    background: #F0F0F0;
    padding: 13.5px 0;
  }
  .top-bar.home3v, .top-bar.dhomev {
    background: #1f2e46;
  }
  .top-bar.home3v ul li a, .top-bar.home3v .contact-infos ul li a, .top-bar.dhomev ul li a, .top-bar.dhomev .contact-infos ul li a {
    color: #a4b6d1;
  }
  .top-bar.home3v ul li a i, .top-bar.home3v .contact-infos ul li a i, .top-bar.dhomev ul li a i, .top-bar.dhomev .contact-infos ul li a i {
    color: #a4b6d1;
  }
  .top-bar.home3v .link-list ul li + li, .top-bar.dhomev .link-list ul li + li {
    border-left: 1px solid #a4b6d1;
  }
  
  .top-bar ul,
  .top-bar ul li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .top-bar ul li a {
    font-size: 13px;
    line-height: 22px;
    color: #7F7F7F;
    font-family: 'Open Sans';
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
  }
  
  .top-bar .contact-infos ul li + li {
    margin-left: 24px;
  }
  
  .top-bar .contact-infos ul li a i {
    font-size: 20px;
    color: #898989;
    margin-right: 6px;
    position: relative;
  }
  
  .top-bar .contact-infos ul li a i.fa-phone {
    top: 4px;
  }
  
  .top-bar .contact-infos ul li a i.fa-map-marker {
    top: 3px;
  }
  
  .top-bar .contact-infos ul li a i.fa-envelope {
    font-size: 14px;
  }
  
  .top-bar .link-list ul li + li {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #939BA7;
    line-height: .9;
  }
  
  .top-bar .link-list ul li a {
    transition: color .3s ease;
  }
  
  .top-bar .link-list ul li a:hover {
    color: var(--orange);
  }
  
  .navbar-brand {
    transition: none;
  }
  .navbar-brand img {
    vertical-align: top;
  }
  
  #main-navigation-wrapper.navbar-default {
    background: transparent;
    border: none;
    min-height: auto;
    background: #FFFFFF;
   border-bottom: 1px solid var(--orange);
    border-radius: 0;
    margin: 0;
    box-shadow: 1px 3px 2px 0 rgb(0 0 0 / 7%);
  }
  #main-navigation-wrapper.navbar-default .navbar-toggle {
    border: none;
    padding: 0;
    transition: none;
  }
  #main-navigation-wrapper.navbar-default.transBg-main-menu-header {
    background: none transparent;
    border: none;
  }
  #main-navigation-wrapper.navbar-default.transBg-main-menu-header .navbar-brand .secondary-logo {
    display: none;
  }
  #main-navigation-wrapper.navbar-default.transBg-main-menu-header .navbar-toggle span {
    background: #fff;
  }
  @media (max-width: 1024px) {
    #main-navigation-wrapper.navbar-default.transBg-main-menu-header .nav > li > a {
      color: #666;
    }
  }
  #main-navigation-wrapper .nav > li .active{
    color: var(--orange);
  }
  #main-navigation-wrapper.navbar-default.transBg-main-menu-header.stricky-fixed {
    background: #FFFFFF;
    background-image: -moz-linear-gradient(90deg, #edf0f3 0%, white 100%);
    background-image: -webkit-linear-gradient(90deg, #edf0f3 0%, white 100%);
    background-image: -ms-linear-gradient(90deg, #edf0f3 0%, white 100%);
  }
  #main-navigation-wrapper.navbar-default.transBg-main-menu-header.stricky-fixed .navbar-toggle .icon-bar {
    background: #666;
  }
  #main-navigation-wrapper.navbar-default.transBg-main-menu-header.stricky-fixed .navbar-brand .default-logo {
    display: none;
  }
  #main-navigation-wrapper.navbar-default.transBg-main-menu-header.stricky-fixed .navbar-brand .secondary-logo {
    display: block;
  }
  #main-navigation-wrapper.navbar-default.transBg-main-menu-header.stricky-fixed .nav > li > a {
    color: #666;
  }
  
  #main-navigation-wrapper.navbar-default .navbar-brand {
    height: auto;
    display: block;
  }
  @media (max-width: 767px) {
    #main-navigation-wrapper.navbar-default .navbar-brand img {
      max-height: 37px;
    }
  }
  #main-navigation-wrapper.navbar-default.stricky-fixed {
    max-height: 70px;
  }
  #main-navigation-wrapper.navbar-default.stricky-fixed .navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 70px;
    line-height: 50px;
  }
  @media (max-width: 767px) {
    #main-navigation-wrapper.navbar-default.stricky-fixed .navbar-brand {
      padding-top: 5px;
      padding-bottom: 5px;
      height: 50px;
      line-height: 40px;
    }
  }
  #main-navigation-wrapper.navbar-default.stricky-fixed .navbar-brand img {
    max-height: 45px;
    display: inline-block;
  }
  @media (max-width: 767px) {
    #main-navigation-wrapper.navbar-default.stricky-fixed .navbar-brand img {
      max-height: 37px;
    }
  }
  #main-navigation-wrapper.navbar-default.stricky-fixed .nav > li {
    padding: 0;
  }
  
  #main-navigation-wrapper .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    text-align: right;
  }
  
  #main-navigation-wrapper .nav > li {
    padding: 16px 0;
  }
  
  #main-navigation-wrapper .nav > li > a {
    padding: 25px 0;
    font-size: 17px;
    font-family: "Rubik", Helvetica;
    font-weight: 400;
    color: var(--san-juan);
    text-transform: capitalize;
    white-space: nowrap;
    padding-right: 20px;
  }
  #main-navigation-wrapper .nav > li > a .glyphicon {
    float: right;
  }
  @media (min-width: 1025px) {
    #main-navigation-wrapper .nav > li > a .glyphicon {
      display: none;
    }
  }
  
  #main-navigation-wrapper.transBg-main-menu-header .nav > li > a {
    color: #fff;
  }
  
  #main-navigation-wrapper .nav > li + li > a {
    padding-left: 25px;
  }
  
  #main-navigation-wrapper .navbar-form {
    padding: 0;
    margin: 0;
  }
  
  #main-navigation-wrapper .navbar-nav {
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    float: none;
  }
  
  #main-navigation-wrapper.navbar-default .navbar-nav > .open > a,
  #main-navigation-wrapper.navbar-default .navbar-nav > .open > a:focus,
  #main-navigation-wrapper.navbar-default .navbar-nav > .open > a:hover,
  #main-navigation-wrapper.navbar-default .navbar-nav > li:hover > a {
    background: none;
    color: var(--orange);
  }
  
  #main-navigation-wrapper .navbar-form {
    background: #fff;
    padding: 15px 30px;
  }
  
  #main-navigation-wrapper .navbar-form input {
    border-radius: 0;
    border: none;
    outline: none;
    background-color: transparent;
    width: calc(100% - 32px);
  }
  
  #main-navigation-wrapper .navbar-form button {
    border: none;
    outline: none;
    background-color: transparent;
  }
  
  #main-navigation-wrapper .navbar-nav > li > .dropdown-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    padding: 0;
    border: none;
    border-radius: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    min-width: 220px;
    background: #fff;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  
  #main-navigation-wrapper .navbar-nav > li > .dropdown-submenu.align-right {
    left: auto;
    right: 0;
  }
  
  #main-navigation-wrapper .navbar-nav > li > .dropdown-submenu.has-search-form {
    min-width: 300px;
  }
  
  #main-navigation-wrapper .navbar-nav > li:hover > .dropdown-submenu,
  #main-navigation-wrapper .navbar-nav > .open > .dropdown-submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }
  
  #main-navigation-wrapper .dropdown-submenu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    padding: 11px 20px;
    text-transform: capitalize;
    color: #666666;
    border-bottom: 1px solid #F0F0F0;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-align: left;
    transition: background .4s ease;
  }
  
  #main-navigation-wrapper .dropdown-submenu > li > a:focus,
  #main-navigation-wrapper .dropdown-submenu > li > a:hover {
    background-color: #F0F0F0;
    /*color: var(--orange);*/
  }
  
  #main-navigation-wrapper .navbar-brand {
    padding: 0 15px;
  }
  @media (max-width: 767px) {
    #main-navigation-wrapper .navbar-brand {
      padding: 0 10px;
    }
  }
  
  #main-navigation-wrapper .right-side-nav > li {
    padding: 40.5px 0;
  }
  
  #main-navigation-wrapper .right-side-nav > li:first-child > a {
    border-left: 1px solid #A6A6A6;
    padding-left: 20px;
    margin-left: 20px;
  }
  
  #main-navigation-wrapper .right-side-nav > li > a {
    font-size: 16px;
    padding: 0;
  }
  
  #main-navigation-wrapper .right-side-nav > li + li > a {
    padding-left: 20px;
  }
  
  #main-navigation-wrapper.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: transparent !important;
  }
  
  #main-navigation-wrapper.light-header .nav > li > a {
    color: #fff;
  }
  
  #main-navigation-wrapper.light-header .right-side-nav > li:first-child > a {
    border-color: #ffffff;
  }
  
  #main-navigation-wrapper.after-scroll .navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  #main-navigation-wrapper.after-scroll .nav > li {
    padding: 0;
  }
  
  #main-navigation-wrapper.after-scroll .nav.right-side-nav > li {
    padding: 25px 0;
  }
  /* ==============================
  4. hidden bar Styles
============================== */
.side-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 445px;
    background: #ffffff;
    z-index: 100000;
    height: 100% !important;
    /*overflow: auto;*/
    display: block !important;
    padding: 65px 40px;
    /*padding-bottom: 0;*/
    -webkit-transition: right .4s ease;
    transition: right .4s ease;
  }
  
  @media (max-height: 768px) {
    .side-menu {
      max-width: 445px;
    }
  }
  .side-menu.in {
    right: 0;
  }
  
  .side-menu .close-button {
    width: 37px;
    height: 37px;
    border: 1px solid #D0D0D0;
    line-height: 1;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 65px;
  }
  
  .side-menu h3 {
    font-size: 34px;
    color: #2a2a2a;
    line-height: 1;
    margin: 0;
  }
  
  .side-menu p {
    font-size: 15px;
    color: #898989;
    line-height: 1.733333;
  }
  
  .side-menu .title-box {
    margin-bottom: 30px;
  }
  
  .side-menu .title-box h4 {
    font-size: 18px;
    line-height: 1.733333;
    font-family: 'Open Sans';
    color: #898989;
    font-weight: 600;
    font-style: italic;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
  
  .side-menu .title-box span.decor-line {
    width: 35px;
    background: #ACD647;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 5px;
  }
  
  .side-menu .gallery-widget ul,
  .side-menu .gallery-widget ul li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .side-menu .gallery-widget ul {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 0px;
  }
  
  .side-menu .gallery-widget ul li {
    padding: 0 5px;
    margin-bottom: 15px;
  }
  
  .side-menu .subscribe-widget form input {
    float: left;
    width: calc(100% - 133px);
    height: 44px;
    background: #F9F9F9;
    border: 1px solid #E6E6E6;
    line-height: 1.733;
    vertical-align: middle;
    outline: none;
    padding-left: 25px;
  }
  
  .side-menu .subscribe-widget form button {
    float: right;
    line-height: 24px;
    background: var(--orange);
    padding-left: 23px;
    padding-right: 23px;
    vertical-align: middle;
  }
  
  .side-menu .contact-info,
  .side-menu .contact-info li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .side-menu .contact-info li {
    font-size: 16px;
    color: #898989;
    line-height: 1;
  }
  
  .side-menu .contact-info {
    border-top: 1px solid #5C5C5C;
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 25px !important;
    padding-top: 25px !important;
  }
  
  .side-menu .side-menu-widget + .side-menu-widget {
    margin-top: 34px;
  }
  
  .side-menu .about-widget a.logo {
    margin-bottom: 40px;
    display: inline-block;
    margin-top: 0;
    float: none;
  }
  
  .side-menu .about-widget h3 {
    margin-bottom: 25px;
  }
  
  /* ==============================
    5. stricky header Styles
  ============================== */
  #main-navigation-wrapper.navbar-default.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  
  /*------------*/
  @media (min-width: 1025px) {
    #main-navigation-wrapper .navbar-nav .phone-only {
      display: none;
    }
  }
  /* mainmenu responsive styles */
  @media (max-width: 1100px) {
    .main-menu .navbar-collapse > ul > li > a {
      font-size: 0.85em;
      padding: 0 0.8em;
    }
  }
  @media (max-width: 1024px) {
    .ser-in-box {
      width: 19%;
    }
  
    .chk-button {
      width: 22%;
    }
  
    .search-sec .overlay .border {
      padding: 1em;
    }
  
    .search-sec .res-btn {
      padding: 6px 15px;
    }
  }
  @media (max-width: 768px) {
    .hide-menu {
      display: none;
    }
  
    .search-sec {
      width: 94%;
    }
  }
  @media (max-width: 767px) {
    .fo-txt {
      width: 100%;
      display: block;
      text-align: center;
    }
  }
  @media (max-width: 650px) {
    .search-sec {
      position: relative;
      margin-top: 0;
    }
  }
  @media (max-width: 480px) {
    .header-inner .logo img {
      width: 180px;
    }
  
    .header-inner .logo {
      margin: 1em 0;
    }
  
    .header-inner .nav-header {
      margin: 1.6em 0;
    }
  }
  @media (min-width: 1025px) {
    #main-navigation-wrapper .navbar-nav .dopdown-nav-toggler {
      display: none;
    }
  
    #main-navigation-wrapper .navbar-nav > li > .dropdown-submenu {
      display: block !important;
    }
  
    #main-navigation-wrapper .navbar-nav .phone-only {
      display: none;
    }
  
    #main-navigation-wrapper .navbar-nav .phone-only + i {
      display: block;
    }
  }
  @media (max-width: 1024px) {
    .navbar-header {
      width: 100%;
      float: none;
      margin: 0 !important;
    }
  
    .navbar-nav {
      margin: 0;
    }
  
    .navbar-default .navbar-toggle {
      display: block;
      margin-right: 0;
      border-color: #515151;
      background-color: transparent !important;
      margin: 43px 0;
    }
  
    .navbar-default .navbar-toggle .icon-bar {
      background: #515151;
      height: 3px;
      width: 25px;
      padding: 0;
      border: none;
    }
  
    .navbar-default .navbar-toggle .icon-bar + .icon-bar {
      margin-top: 3px;
    }
  
    .navbar-default .navbar-toggle:hover .icon-bar {
      background: var(--orange);
    }
  
    .navbar-collapse.collapse {
      display: none !important;
      height: 0 !important;
      padding-bottom: 0;
      overflow: auto !important;
      width: 100%;
      max-height: 70%;
    }
  
    .navbar-default .navbar-collapse {
      background: #fff;
      padding: 0px 0px !important;
      padding-bottom: 0px !important;
      border: 1px dashed rgba(255, 255, 255, 0.4);
      margin: 0;
    }
  
    .navbar-collapse.collapse.in {
      display: block !important;
      height: auto !important;
      max-height: 70vh;
    }
  
    .navbar-collapse.in {
      overflow-y: auto;
    }
  
    #main-navigation .nav {
      width: 100%;
      text-align: left !important;
    }
  
    #main-navigation-wrapper .navbar-nav .dopdown-nav-toggler {
      background-color: transparent;
      background-image: none;
      border: 1px solid #fff;
      border-radius: 4px;
      padding: 9px 9px;
      position: absolute;
      top: 0;
      right: 0;
      margin-top: 8px;
      margin-right: 10px;
      z-index: 999;
    }
  
    #main-navigation-wrapper .navbar-nav .dopdown-nav-toggler .icon-bar {
      background-color: #fff;
      border-radius: 1px;
      display: block;
      height: 1px;
      width: 20px;
    }
  
    #main-navigation-wrapper .navbar-nav .dopdown-nav-toggler .icon-bar + .icon-bar {
      margin-top: 4px;
    }
  
    #main-navigation-wrapper .nav {
      width: 100%;
    }
  
    #main-navigation-wrapper .navbar-form {
      width: 100%;
      display: block;
      border: none;
    }
  
    #main-navigation-wrapper .nav > li {
      display: block;
      padding: 0 !important;
      width: 100%;
    }
  
    #main-navigation-wrapper .nav > li > a {
      display: block;
      padding: 15px 15px;
      width: 100%;
      position: relative;
    }
  
    #main-navigation-wrapper .nav > li + li > a {
      padding: 15px 15px;
      border-top: 1px dashed rgba(255, 255, 255, 0.4);
      position: relative;
    }
  
    #main-navigation-wrapper .navbar-nav > li > .dropdown-submenu {
      position: relative;
      width: 100%;
      opacity: 1;
      visibility: visible;
      left: auto;
      right: auto;
      transform: translate3d(0px, 0px, 0px);
      transition: none !important;
      display: none;
      top: auto;
      float: none;
    }
  
    #main-navigation-wrapper .navbar-nav .phone-only {
      display: block;
    }
  
    #main-navigation-wrapper .navbar-nav .phone-only + i {
      display: none;
    }
  
    #main-navigation-wrapper .right-side-nav {
      border-top: 1px dashed rgba(255, 255, 255, 0.4);
    }
  
    #main-navigation-wrapper .right-side-nav > li:first-child > a {
      border: none;
      margin: 0;
    }
  
    .stricky-fixed.navbar-default .navbar-toggle {
      margin: 27.5px 0;
    }
  
    #main-navigation-wrapper .navbar-nav > li.open > .dropdown-submenu {
      display: block !important;
    }
  }
  @media (max-width: 767px) {
    .top-bar .pull-left,
    .top-bar .pull-right {
      width: 100%;
      text-align: center;
    }
  
    .top-bar .pull-right {
      margin-top: 10px;
    }
  
    .top-bar .contact-infos ul li a {
      line-height: 2.5;
    }
  
    .stricky-fixed.navbar-default .navbar-toggle {
      margin: 17.5px 0;
    }
  }
  /*Inner Header*/
  .final-inner-header {
    display: table;
    height: 245px;
    background: url(../images/inner-header2.jpg) no-repeat scroll center bottom;
    width: 100%;
    margin: 0;
  }
  @media (max-width: 767px) {
    .final-inner-header {
      background-size: cover;
    }
  }
  .final-inner-header .container {
    display: table-cell;
    vertical-align: middle;
  }
  .final-inner-header .this-title {
    margin: 0;
    letter-spacing: 0.3px;
    font-family: "Playball", cursive;
    text-transform: capitalize;
    font-size: 55px;
    color: #fff;
  }
  .final-inner-header .this-title:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #92ba19;
    display: inline-block;
    margin-left: 20px;
  }
  
  .final-breadcrumb {
    background: #f9f9f9;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  }
  .final-breadcrumb .breadcrumb {
    background: none;
    border-radius: 0;
    border: none;
    padding: 0;
    float: left;
  }
  .final-breadcrumb .breadcrumb li {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #bfbfbf;
    float: left;
    line-height: 55px;
  }
  .final-breadcrumb .breadcrumb li + li:before {
    padding: 0 10px;
    color: #bfbfbf;
  }
  .final-breadcrumb .breadcrumb li a {
    padding: 0;
    color: #bfbfbf;
  }
  
  .navbar-default .navbar-toggle {
    transition: none;
  }
  @media (max-width: 767px) {
    .navbar-default .navbar-toggle {
      margin: 23px 0;
    }
  }
  
  @media (max-width: 1024px) {
    #main-navigation .right-side-nav {
      display: none;
    }
  }
  .res-btn {
    border: none;
    outline: none;
    background:var(--orange);
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    text-transform: capitalize;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    display: inline-block;
    border-radius: 3px;
    transition: all 0.5s ease;
    padding: 1px 13px;
  }
  
  .res-btn:hover {
    background: var(--bg-blue);
    color: #fff;
  }
  /*baaner*/
  .slider_banner{
    background-image: url('../images/slider/bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*height: 500px;*/
    overflow: hidden;
    /*-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 18s linear infinite 0s;
    -moz-animation: imageAnimation 18s linear infinite 0s;
    -o-animation: imageAnimation 18s linear infinite 0s;
    -ms-animation: imageAnimation 18s linear infinite 0s;
    animation: imageAnimation 18s linear infinite 0s;*/
  }
  .sb_box{
    position: relative;
    /* top: 114px; */
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
  .sb_img_box{
    display: flex;
    align-items: center;


    
  }
  .sb_img_cont{
    width: 100%;
    position: relative;
    padding: 38px 200px 38px 0px;
  }
  .sb_img_cont h1{
    font-family: "Audiowide", sans-serif;
    color: #fff;
    font-size: 44px;
  }
  .sb_img_cont p{
      font-size:19px;
  }
  .sb_img_cont p,.link a{
    font-family: "Roboto", Helvetica;
    color: #fff;
    margin-bottom: 65px;
  }
  .link a:hover:not(.link a>span){
    color: #ff915a;
  }
  .sb_flex{
    display: flex;
  }
  .sb_img1{
    width: 80%; 
    transition: left 300ms linear 0s;
    
  }
  .sb_img2{
    position: relative;
    width: 100%; 
    left: -14%;
    z-index: 1;
    transition: left 300ms linear 0s;
    
  }
  .sb_img3{
    position: relative;
    width: 80%; 
    left: -25%;
    transition: left 300ms linear 0s;
  }
  @-webkit-keyframes imageAnimation {
    1% {
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
   }
    4% {
    opacity: 1;
    -webkit-transform: scale(1);
    -webkit-animation-timing-function: ease-out;
   }
    22% {
    opacity: 1;
    -webkit-transform: scale(1.1);
   }
    44% {
    opacity: 1;
    -webkit-transform: scale(1.1) ;
   }
    100% {
   opacity: 1;
   transform: scale(1);
   }
   }
    @-moz-keyframes imageAnimation {
        1% {
            opacity: 1;
            -webkit-animation-timing-function: ease-in;
           }
            4% {
            opacity: 1;
            -webkit-transform: scale(1);
            -webkit-animation-timing-function: ease-out;
           }
            22% {
            opacity: 1;
            -webkit-transform: scale(1.1);
           }
            44% {
            opacity: 1;
            -webkit-transform: scale(1.1) ;
           }
            100% {
           opacity: 1;
           transform: scale(1);
           }
   }
   @-o-keyframes imageAnimation {
    1% {
        opacity: 1;
        -webkit-animation-timing-function: ease-in;
       }
        4% {
        opacity: 1;
        -webkit-transform: scale(1);
        -webkit-animation-timing-function: ease-out;
       }
        22% {
        opacity: 1;
        -webkit-transform: scale(1.1);
       }
        44% {
        opacity: 1;
        -webkit-transform: scale(1.1) ;
       }
        100% {
       opacity: 1;
       transform: scale(1);
       }
   }
   @-ms-keyframes imageAnimation {
      1% {
        opacity: 1;
        -webkit-animation-timing-function: ease-in;
       }
        4% {
        opacity: 1;
        -webkit-transform: scale(1);
        -webkit-animation-timing-function: ease-out;
       }
        22% {
        opacity: 1;
        -webkit-transform: scale(1.1) ;
       }
        44% {
        opacity:1;
        -webkit-transform: scale(1.1) ;
       }
        100% {
       opacity: 1;
       transform: scale(1);
       }
   }
   @keyframes imageAnimation {
    1% {
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
   }
    
    50% {
    opacity: 1;
    -webkit-transform: scale(1.1) ;
   }
    100% {
   opacity: 1;
   transform: scale(1);
   -webkit-animation-timing-function: ease-in;
   }
   }
  .common-pad {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  @media (max-width: 768px) {
    .common-pad {
      padding: 60px 0;
    }
  }

  .sec-header-center{
    position: relative;
    text-align: center;
    padding: 0 14%;
  }
  .sec-header-center h2{
    font-family: "Open Sans", Helvetica;
    color: var(--orange);
    font-size: 24px;
    font-weight: 400;
  }
  .sec-header-center h4{
    color: var(--bg-blue);
    font-weight: 600;
    font-size: 20px;
  }
  .sec-header-center h1{
    font-size: 32px;
    color: var(--heavy-metal);
  }
  .sec-header-center hr{
    border-top: 3px solid var(--orange);
    width: 25%;
    
  }

  .sec-header-left p,.sec-header-center p{
    color: var(--heavy-metal);
    font-size: 20px;
    font-weight: 300;

  }
  .sec-header-left{
    position: relative;
    text-align: left;
    
  }
  .sec-header-left h4{
    color: var(--bg-blue);
    font-weight: 600;
    font-size: 20px;
  }
  .sec-header-left h1{
    font-size: 32px;
    color: var(--heavy-metal);
  }
  

  .sec-header-left1 p{
    color: var(--heavy-metal);
    font-size: 20px;
    font-weight: 300;

  }
  .sec-header-left1{
    position: relative;
    text-align: left;
    
  }
  .sec-header-left1 h4{
    color: var(--bg-blue);
    font-weight: 600;
    font-size: 20px;
  }
  .sec-header-left1 h1{
    font-size: 32px;
    color: #626262;
    font-family: "Open Sans", Helvetica;
    font-weight: 400;
  }
 
  .sec-header-center1 p{
    color: var(--heavy-metal);
    font-size: 20px;
    font-weight: 300;
    position: relative;

  }
  .sec-header-left1:before {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: -14px;
    width: 170px;
    height: 2px;
    background: var(--orange);
    left: 0;
    z-index: 1;
}
.sec-header-left2 p{
  color: var(--heavy-metal);
  font-size: 20px;
  font-weight: 300;

}
.sec-header-left2{
  position: relative;
  text-align: left;
  
}
.sec-header-left2 h4{
  color: var(--bg-blue);
  font-weight: 600;
  font-size: 20px;
}
.sec-header-left2 h1{
  position: relative;
  font-size: 32px;
  color: #626262;
  font-family: "Open Sans", Helvetica;
  font-weight: 400;
  margin-bottom: 20px;
}
.sec-header-left2 h1:before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -8px;
  width: 170px;
  height: 2px;
  background: var(--orange);
  left: 0;
  z-index: 1;
}
  /**product*/
  .product_box{
    position: relative;
    display: block;
    background-color: var(--bg-sky);
    padding: 120px 100px;
    margin-top: 38px;
  }
  .pro_left_img .img_group,.pro_right_img .img_group{
    position: relative;
    width: 100%;
    /* overflow: hidden; */
    object-fit: cover;
    display: block;

  }
  .pro_left_img .pro_img_box, .pro_right_img .pro_img_box{
    position: relative;
    display: flex;
    gap:2px
  }
  .pro_left_img .pro_img_box:before{
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0px;
    width: 33%;
    height: 2px;
    background: var(--orange);
    left: 0;
    z-index: 1;
  }
  .pro_left_img .pro_img_box::after{
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    width: 33%;
    height: 2px;
    background: var(--orange);
    right: -11px;
    z-index: 1;
  }
  .pro_left_img .img_group img{
    width: 160px;
    margin-bottom: 2px;
  }
  .pro_left_img .img_group:nth-child(1){
    padding-top: 0px;
  }
  .pro_left_img .img_group:nth-child(2){
    padding-top: 30px;
  }
  .pro_left_img .img_group:nth-child(3){
    padding-top: 60px;
  }
  .pro_left_img .pro_cont_box{
    position: relative;
    padding: 32px 14%;
    display: block;
  }
  .pro_left_img .pro_cont_box h2,.pro_right_img .pro_cont_box h2{
    color: var(--bg-blue);
  }
  .pro_left_img .pro_cont_box p,.pro_right_img .pro_cont_box p{
   
    color: var(--heavy-metal);
    font-size: 17px;
    font-weight: 300;
    text-align: left;

  }
  .pro_right_img .pro_img_box:before{
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0px;
    width: 33%;
    height: 2px;
    background: var(--orange);
    right: -11px;
    z-index: 1;
  }
  .pro_right_img .pro_img_box::after{
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    width: 33%;
    height: 2px;
    background: var(--orange);
    left: 0px;
    z-index: 1;
  }
  .pro_right_img .img_group img{
    width: 160px;
    margin-bottom: 2px;
  }
  .pro_right_img .img_group:nth-child(1){
    padding-top: 60px;
  }
  .pro_right_img .img_group:nth-child(2){
    padding-top: 30px;
  }
  .pro_right_img .img_group:nth-child(3){
    padding-top: 0px;
  }
  .pro_right_img .pro_cont_box{
    position: relative;
    padding-right: 14%;
    display: block;
    padding-top: 32px;
  }
  .pro_left_img,.pro_right_img{
    margin-bottom: 130px;
  }
  /****Our strenght******/
  .us_sec{
    position: relative;
    background-color: #f4f4ff;
  }
  .us_img_box{
    padding: 24px;
    display: inline-flex;
    border-radius: 12px;
    background-color: var(--bg-blue);
    position: relative;
    height: 20em;
    max-height: 30em;
  }
  .icon_box{
    align-items:center;
    background-color: transparent;
    gap: 10px;
    
    position: absolute;
    top: 31px;
    display: inline-flex;
    left: 24px;
  }
  .icon_box .circle{
    background-color: var(--orange);
    border-radius: 16px;
    height: 32px;
    position: relative;
    width: 32px;
    left: -30px;
  }
  .us_cont{
    position: relative;
    margin-top: 58px;
  }
  .us_cont h4{
    font-size: 22px;
    color: white;
    font-weight: 300;
  }
  .us_cont p{
    color: white;
  }
  .icon_box img{
    z-index: 1
  }


  /*industry*/
  .ind_img_box_single{
    position: relative;
  }
  .ind_img_box_multi{
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .ind_img_box_single a ,.ind_img_box_multi a{
    display: block;
    position: relative;
    overflow: hidden;
    background: #00000000;
    transition: all 300ms linear 0s;
    text-decoration: none;
    outline: none;
}
.ind_img_box_single  a img,.ind_img_box_multi a img {
  opacity: 1;
  transition: all 300ms linear 0s;
}
.ind_img_box_single a:hover img, 
.ind_img_box_single a:focus img,
.ind_img_box_multi a:hover img, 
.ind_img_box_multi a:focus img {
  opacity: 0.8;
  transform: scale(1.1);
}
.ind_cont {
  position: relative;
  padding: 0 14%;
  margin-top: 20px;
}
.ind_cont p{
 
    color: var(--heavy-metal);
    font-size: 20px;
    font-weight: 300;
    position: relative;

}

/*member and cert*/
.mem_sec {
  position: relative;
  background-color: #f4f4ff;
}
.mem_box{
  position: relative;
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 33px 0; */
    padding-top: 18px;
}
/***Contact us*****/
.cont_sec{
  position: relative;
}
.ad_box{
  margin-top: 50px;
  position: relative;
}
.ad_item{
  display: flex;
    align-items: baseline;
    gap: 20px
}
.ad_icon{
  position: relative;
    top: 3px;
}
.ad_cont h4{
  color: var(--tundora-2);
  font-family: "Open Sans", Helvetica;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 2px;
}
.ad_cont p{
  color: var(--chicago);
  font-family: "Open Sans", Helvetica;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 2px;

}
.input_form {
  position: relative;
  padding-left: 8%;
}
.input_form .res-btn{
  width: 100%;
  font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    padding: 6px 13px;
}

.input_form #error {
  color: orangered;
}

.input_form #success {
  color: #a2d002;
}

.input_form #success p, .input_form #error p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
}
input:placeholder-shown,textarea:placeholder-shown,select:placeholder-shown {
  color: var(--chicago) !important;
  font-family: "Open Sans", Helvetica !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  border-radius: 50%;
  width: 25px;
  height: 25px;

  border: 2px solid white;
  transition: 0.2s all linear;
  margin-right: 5px;

  position: relative;
  top: 2px;
}


input[type="radio"]:checked {
  border: 8px solid white;
}

.input_form #success, .input_form #error {
  position: absolute;
  top: -15px;
  display: block;
  right: 0;
  left: 0;
  bottom: -15px;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.input_form form .form-control.error + .error {
  font: 400 0.8em/1em "Open Sans", sans-serif;
  margin-bottom: 20px;
  margin-top: 5px;
  color: red;
  font-weight: normal;
}

.input_form form .form-control.error {
  margin-bottom: 0;
}

.book-left-content .form-control {
  background-color: #fff;
  border-radius: 0;
  height: 40px;
  font: 400 1.0715em/1em 'PT Serif', serif;
  font-style: italic;
  color: #4b4b4b;
  border: 1px solid #e9e9e9;
}

.book-left-content form textarea.form-control {
  margin-bottom: 32px;
  resize: none;
  padding: 15px 20px;
  height: 203px;
}

.book-left-content form .form-control {
  margin-bottom: 20px;
  border-radius: 0;
  font: 400 1.0715em/1.5em 'Open Sans', serif;
  color: #959595;
  padding: 11px 20px;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.book-left-content .dropdownselect {
  background-color: #fff;
  border-radius: 0;
  height: 40px;
  font: 400 1.0715em/1em 'PT Serif', serif;
  font-style: italic;
  color: #4b4b4b;
  border: 1px solid #e9e9e9;
  width: 100%;
  padding: 6px 12px;
  margin-bottom: 20px;
}
/**Footer*/
.footer-b-pad{
  background-color: var(--heavy-metal);
  padding: 16px;
}
.fo-txt p{
  font: 400 16px 'Open Sans', serif;
  color: white;
  margin-bottom: 0px;
}
.footer-copy{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/***Product Detail*/
.fed_sec{
  position: relative;
}
.fed_sec .sec-header-center h1{
  font-size: 27px;
}
.fed_box .thumbnail{
  padding: 24px;
  max-height: 36em;
  height: 30em;
}
.thumb_head h4{
  color: var(--heavy-metal);
  font-size: 18px;
  font-weight: 600;
  font-family: "Open Sans", Helvetica;
  position: relative;
 }
 .thumb_head h4:before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -5px;
  width: 50%;
  height: 2px;
  background: var(--orange);
  left: 0;
  z-index: 1;
}
.thumb_head p{
  color: var(--fuscous-gray);
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", Helvetica;

}
.thumb_cont p{
  color: var(--fuscous-gray);
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", Helvetica;
  margin-bottom: 1px;
}
.thumb_cont .res-btn{
  background: var(--bg-blue);
  margin-top: 15px;
}
.thumb_cont .res-btn:hover {
  background: var(--orange);
  color: #fff;
}
.fed_btn{
background: none;
border: none;
}
.fed_box .thumbnail2{
  padding: 0px;
  max-height: 36em;
  height: 27em;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.fed_box .thumbnail3{
  padding: 0px;
  max-height: 25em;
  height: 18em;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.thumb_img2 img{
  opacity: 1;
  transition: all 300ms linear 0s;
}
.thumb_head2{
  position: absolute;
  bottom: -47px;
  text-align: center;
  padding: 4px;
  background: #ffffff87;
  width: 100%;
  display: block;
  transition: all .8s linear;
  z-index: 1;
}
.thumb_head3{
  position: absolute;
  bottom: -44px;
  text-align: center;
  padding: 4px;
  background: #ffffff87;
  width: 100%;
  display: block;
  transition: all .8s linear;
  z-index: 1;
}
.thumb_head2 h4,.thumb_head3 h4{
  color: var(--heavy-metal);
  text-transform: uppercase;
}
.fed_box .thumbnail2:hover .thumb_head2,.fed_box .thumbnail3:hover .thumb_head3{
  bottom:0px;
} 
.fed_box .thumbnail2:hover .thumb_img2 img,.fed_box .thumbnail3:hover .thumb_img2 img{
  opacity: 0.8;
    transform: scale(1.1);
}
.res-btn:focus{
  background: var(--bg-blue);
  color: #fff;
}
.why_sec{
  position: relative;
  background-color: var(--bg-blue);
}
.why_img_box{
  padding-top: 47%;
}
.qt_box{
  padding: 6% 0;
}
.qt_form_title{
  font-size: 18px;
  font-weight: 400;
  font-family: "Open Sans", Helvetica;
  
  margin-bottom: 20px;
    padding-left: 13px;
}
.select-box{
  padding: 0 12px;
  background: white;
}
.select-menu {
  padding: 11px 6px !important;

}
.radio_group{
  display: flex;
  position: relative;
  align-items: center;
  gap: 20px;
  top: -10px;
}
.rad_item label{
  font-size: 18px;
    font-weight: 400;
    color: white;
    /* line-height: 1.2; */
    position: relative;
    top: -3px;
    font-family: "Open Sans", Helvetica;
}

.input_box{
  display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.input_item{
  display: flex;
  position: relative;
  width: 18.5555%;
}
.input_item .form-control{
  margin-bottom: 0px !important;
  padding: 9px 9px !important;
}
.input_item a{
  padding: 10px;
    /* background: red; */
    line-height: 1.2;
    font-size: 20px;
    background-color: #e2e2e2;
    color: var(--tundora-2);
}
/*about-*/
.abt_sec{
  position: relative;
}
.abt_img_rt{
  background-image: url('../images/about/ab1.png');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 450px;
  max-height: 439.2px;
}
.abt_img_lt{
  background-color: var(--bg-blue);
  height: 450px;
  max-height: 439.2px;
  padding: 60px;
}
.abt_left_box{
  padding: 20% 10%;;
    position: relative;
}
.abt_left_box .sec-header-center{
text-align: left;
padding: 0;
}

.abt_left_box .sec-header-center p {
  color: var(--heavy-metal);
  font-size: 15px;
  font-weight: 400;
  font-family: "Open Sans", Helvetica;
}
.abt_img_lt p{
  position: relative;
  color: white;
  font-family: "Open Sans", Helvetica;
  margin-bottom: 35px;
}
.abt_img_lt p:before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -15px;
  width: 50%;
  height: 2px;
  background: var(--orange);
  left: 0;
  z-index: 1;
}
.abt_img_lt h4 {
  color: white;
  font-size: 18px;
  font-weight: 400;
}
.abt_img_btm{
  position: relative;
    top: -151px;
    
    display: flex;
    justify-content: center;
}
.abt_btm_rt1,.abt_btm_rt2{
  padding: 20% 10%;
  position: relative;
}
.abt_btm_rt1 .sec-header-center{
  
  text-align: left;
  padding: 0;
}
.abt_btm_rt1 .sec-header-center h1 {
  color: var(--heavy-metal);
  font-size: 16px;
    font-weight: 400;
    margin-top: 1px;
    line-height: 26px;
}
.abt_btm_rt2{
  background-color: #f3f3f3;
}
.abt_btm_rt2 .sec-header-center{
  padding: 0;
}
.abt_btm_rt2 .sec-header-center h1{
  font-family: "Open Sans", Helvetica;
  color: var(--heavy-metal);
  font-size: 28px;
    font-weight: 300;
    margin-top: 1px;
    position: relative;
}
.abt_btm_rt2 .sec-header-center h1:before {
  content: "";
    position: absolute;
    display: inline-block;
    bottom: 9px;
    width: 30px;
    height: 25px;
    background: url(../images/about/bi-quote.svg) no-repeat center center / cover;
    left: -9px;
    z-index: 1;
}
.abt_btm_rt2 .sec-header-center h1::after {
  content: "";
    position: absolute;
    display: inline-block;
    bottom: 9px;
    width: 30px;
    height: 25px;
    background: url(../images/about/bi-quote-1.svg) no-repeat center center / cover;
    right:-9px;
    z-index: 1;
}
.abt_btm_rt2 .sec-header-center p{
  font-family: "Open Sans", Helvetica;
  color: var(--gigas);
  font-size: 15px;
    font-weight: 400;
}
.infra_sec .thumb_head{
  padding-right: 15%;
}
.infra_sec .thumb_head h4 {
  font-size: 26px;
  margin-bottom: 18px;
  font-weight: 500;
}
.infra_sec .thumb_head p{
  font-size: 16px;
}
.thumb_ul ul li{
  position: relative;
  font-family: "Open Sans", Helvetica;
  color: var(--gigas);
  font-size: 18px;
    font-weight: 500;
    padding-left: 22px;
}
.thumb_ul ul li:after {
  font-family: Fontawesome;
  font-size: 14px;
  content: "\f178";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: var(--gigas);
}
.thumb_ul{
  margin-bottom: 10px;
}
.all_qtbox{
  background: #fff;
    padding: 0 68px;
    margin-top: 72px;

}
.fs1 form .form-control,.fs1 .select-box{
  border: 1px solid #f16722;
    /* border-bottom: none; */
    border-radius: 5px;
    padding: 5px 20px;
}
.fs1 .select-box{
  border: 1px solid #f16722;
  margin-bottom: 20px;
}
.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.2em 1.1em 0.1em 0em;
  display: block;
  line-height: 1.2;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #dcdcdc;
  background:none;
  font-weight: bold;
  color: #351f01;
}
.fs .ui-selectmenu-button span.ui-selectmenu-text{
  padding: 0.6em 2.1em 0.4em 1em;
}
.fs .ui-icon-triangle-1-s {
  background-position: -64px -13px;
}
.fs1 .select-menu{
  padding: 2px 0px !important;
}
.fs1 .select-box .form-control,.ui-state-default{
  border: none;
  margin-bottom: -2px;
  background: none;
  font-weight: normal;
  color: #959595;
  font: 400 1.0715em / 1.5em 'Open Sans', serif;
  font-family: "Open Sans", Helvetica !important;
}
.fs1 .qt_form_title{
  color: #2b2b2b;
}
.fend_form .res-btn:hover {
  background: #161744e3;
  color: #fff;
}

.slider-element {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.modal-dialog-center {
  margin-top: 0;
  margin-bottom: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal-header{
  border-bottom: 0px solid #e5e5e5;

}
.close{
  font-size: 24px;
  opacity: 1;
}
/*.modal.fade .modal-dialog {
  transform: translate(0, -100%);
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}*/

#subtypeRow,
#dimensionRow {
    display: none;
}
.sb_img_cont .link{
  font-size: 19px;
}