

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}body {
  line-height: 1;
}ol,
ul {
  list-style: none;
}blockquote,
q {
  quotes: none;
}blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}table {
  border-collapse: collapse;
  border-spacing: 0;
}*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}a {
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}html,
body {
  overflow-x: hidden;
  /* font-family: "Montserrat", Arial, sans-serif; */
  font-size: 1.125rem;
  line-height: 1.65;
  color: #000;
  -webkit-font-smoothing: antialiased;
  font-family: fnMain sans-serif !important;
}html img,
body img {
  max-width: 100%;
}html.sticky .contact-bar,
body.sticky .contact-bar {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}html.sticky .backtotop,
body.sticky .backtotop {
  -webkit-animation: toTop 0.5s forwards;
  animation: toTop 0.5s forwards;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}html img,
body img {
  max-width: 100%;
}html h2,
body h2 {
  font-size: 24px;
}html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: 700;
}@-webkit-keyframes toTop {
  from {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}@keyframes toTop {
  from {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}.full-width {
  width: 100vw;
  margin-left: 50%;
  -webkit-transform: translateX(-50vw);
  transform: translateX(-50vw);
}.overText {
  display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}.line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 10px 0;
  opacity: 0.7;
}h4 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}.logo {
  position: absolute;
  z-index: 99;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}.logo img {
  height: 50px;
  width: auto;
}
@media screen and (min-width:768px) { 
  .logo img{
    height: 100px;
  }
}
.logo-developer small {
  font-size: 70%;
  color: #fff;
}.logo-developer img {
  height: 35px;
  display: inline-block;
  max-width: 100%;
  width: auto;
  border-radius: 6px;
  opacity: 0.8;
}.footer .title {
  font-size: 0.75rem;
}.videoHero {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0%;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  padding: 25% 5%;
  z-index: 101;
  display: none;
  will-change: display;
  -webkit-transition: display 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: display 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
}.videoHero.isActive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}.videoHero iframe {
  position: relative;
  z-index: 102;
  width: 100%;
  height: 100%;
}.videoHero .close {
  position: absolute;
  z-index: 102;
  cursor: pointer;
  top: 30px;
  right: 30px;
}.videoHero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 100%;
}@media screen and (min-width: 992px) {
  .videoHero {
    padding: 5% 10%;
  }
}.contact-bar {
  position: fixed;
  top: calc(50% - 252px / 2);
  right: -65px;
  z-index: 100;
  border: 1px solid rgba(255, 255, 255, 0.701961);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}.contact-bar .stn-bt {
  background-color: rgba(27, 33, 39, 0.701961);
  -webkit-transition: all 1s;
  transition: all 1s;
}.contact-bar .stn-bt:hover {
  -webkit-transform: translateX(-65px);
  transform: translateX(-65px);
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #fff;
}.contact-bar .stn-bt:hover .icon {
  color: #222;
}.contact-bar .stn-bt:hover .icon svg {
  fill: #222;
}.contact-bar .stn-bt:hover .icon svg g {
  fill: #222;
}.contact-bar .stn-bt .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: flex;
  color: #fff;
  text-decoration: none;
  padding: 10px 5px;
}.contact-bar .stn-bt .icon svg {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}.contact-bar .next,
.contact-bar .pre {
  position: absolute;
  right: 75px;
  top: 50%;
  display: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}@media screen and (max-width: 991px) {
  .contact-bar {
    top: initial;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(27, 33, 39, 0.701961);
    overflow: hidden;
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .contact-bar.hiddenMobile {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  .contact-bar .key {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    overflow-x: scroll;
    width: 100%;
    -ms-scroll-snap-type: x proximity;
    scroll-snap-type: x proximity;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  .contact-bar .key .stn-bt {
    background-color: initial;
    width: 25vw;
  }
  .contact-bar .key .stn-bt .icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5px;
  }
  .contact-bar .key .stn-bt .icon svg {
    width: 20px;
    height: 20px;
  }
  .contact-bar .key .stn-bt:hover {
    -webkit-transform: initial;
    transform: initial;
    color: #fff;
  }
  .contact-bar .key .stn-bt:hover a {
    color: #fff;
  }
  .contact-bar .key .stn-bt:hover a svg {
    color: #fff;
  }
  .contact-bar .key .stn-bt:hover a svg g {
    color: #fff;
  }
}.bell {
  width: 30px;
  height: 30px;
  background: #000;
  position: fixed;
  left: 20px;
  bottom: 70px;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: bottom 0.5s;
  transition: bottom 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}.bell i {
  width: 20px;
  height: 20px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation: bell_ring 4s infinite;
  animation: bell_ring 4s infinite;
}@media screen and (min-width: 768px) {
  .bell {
    bottom: 35%;
    width: 40px;
    height: 40px;
  }
}.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
}.popup.open {
  pointer-events: unset;
}.popup.open .popUpContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  pointer-events: unset;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}.popup.open .over-play {
  opacity: 1;
  pointer-events: unset;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}.popup .popUpContent {
  background: #000;
  width: 80%;
  height: 100%;
  max-width: 1000px;
  max-height: 500px;
  color: #fff;
  z-index: 6;
  position: absolute;
  opacity: 0;
  pointer-events: none;}.popup .popUpContent .btnClose {
position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 1;
    width: auto;
}.popup .popUpContent .rightContent {
  width: 40%;
  height: auto;
  /* display: none; */
}.popup .popUpContent .rightContent img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}.popup .popUpContent .leftContent {
  padding: 30px;
  position: relative;
  width: 60%;overflow-y: auto;
}.popup .popUpContent .leftContent .btnPopup {
 display: inline-block;
    padding: 10px 20px;
    margin-top: 50px;
    margin-bottom: 20px;
    background: transparent;
    border: 1px solid #fff;
    cursor: pointer;
    transition: 0.5s ease;
    color: #fff;
}.popup .over-play {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 5;
  opacity: 0;
  pointer-events: none;
}@media screen and (max-width: 991px) {
  .popup.open .popUpContent{
 display: block;
  }
  .popup .popUpContent {
   
    max-height: 500px;
    overflow-y: auto;
  }
  .popup .popUpContent .leftContent {
    width: 100%;
  }
  .popup .popUpContent .leftContent h2 {
    font-size: 20px;
  }
  .popup .popUpContent .leftContent p {
    font-size: 14px;
  }
  .popup .popUpContent .leftContent .btnPopup {
    margin: 10px 0;
  }
  .popup .popUpContent .rightContent {
    width: 100%;
    height: 50%;
  }
  .popup .popUpContent .rightContent img {
    height: 100%;
    width: 100%;
  }
}@media screen and (max-width: 767px) {
  .popup .popUpContent .btnClose {
    top: 10px;
    right: 10px;
    width: 25px;
  }
}.backtotop {
  position: fixed;
  width: 55px;
  height: 55px;
  background: #000000;
  bottom: 100px;
  right: 10px;
  text-align: center;
  cursor: pointer;
  display: table;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}.backtotop img {
  width: 6px;
}.backtotop .text {
  font-size: 0.7em;
  margin-left: 4px;
}.separator {
  height: 3px;
  position: relative;
  margin: 20px 0;
  background: #ebebeb;
}.separator::before {
  content: "";
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 3px;
  position: absolute;
  z-index: 1;
  background-color: red;
}@-webkit-keyframes scroll_down {
  from {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}@keyframes scroll_down {
  from {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}@-webkit-keyframes bell_ring {
  0% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  3% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  9% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  12% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  15%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}@keyframes bell_ring {
  0% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  3% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  9% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  12% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  15%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}.btn__arrow {
  width: 30px;
  height: 30px;
  background-color: transparent;
  position: relative;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}.btn__arrow:after {
  content: "";
  display: block;
  opacity: 1;
  position: absolute;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  width: 100%;
  background: #000;
}.btn__arrow::before {
  content: "";
  border-left: 7px solid #000;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  line-height: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}.btn__arrow:hover {
  width: 60px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}.ctn__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}.ctn__main a {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  
  flex-wrap: wrap;
  font-size: 14px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 10px 10px 50px;
}
.ctn__main a.contact{
  background-color: transparent;
  /* padding-left: 60px; */
}
.ctn__main a .arrow{
  position: relative;
}
.ctn__main a.contact .arrow svg:nth-child(1) {
    position: absolute;
    left: 0;
    top: 50%;
    width: 13px;
    height: 12px;
    margin-top: -6px;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
.ctn__main a:hover .arrow svg:nth-child(1) {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
.ctn__main a.video-btn:hover .arrow svg{
  transform: rotate(360deg);
  transition: all .4s;
}
.ctn__main a .arrow {
  position: absolute;
  left: 10px;
  top: calc(50% - 34px / 2);
  /* display: none; */
}.ctn__main a.contact__form .arrow svg:nth-child(1) {
  position: absolute;
  left: 0;
  top: 50%;
  width: 13px;
  height: 12px;
  margin-top: -6px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}.ctn__main a span {
  width: 100%;
}.ctn__main  a.contact__form:hover .arrow svg:nth-child(1) {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}@media screen and (min-width: 576px) {
  .ctn__main a {
    font-size: 16px;
     
  }
}@media screen and (min-width: 768px) {
   .ctn__main {
     flex-wrap: initial;
   }
  .ctn__main a {
    border: 0;
    padding: 0;
    padding-left: 40px;
  }
  .ctn__main a span:nth-of-type(2) {
    font-size: 10px;
  }
  .ctn__main a .arrow {
    display: block;
    left: 0;
  }
}@media screen and (min-width: 992px) {
 
  .ctn__main a span:nth-of-type(2) {
    font-size: 14px;
  }
}@media screen and (min-width: 1200px) {
  .ctn__main a {
    border: 0;
  }
  .ctn__main a span:nth-of-type(2) {
    font-size: initial;
  }
  .ctn__main a .arrow {
    display: block;
  }
}
.btn_contact {
  background-color: var(--primaryColor);
    color: #fff;
    border-radius: 5px;
    padding: 0px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
  
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
 border: none;
    outline: none;
}
.btn_contact span{
  position: relative;
  z-index: 2;
}
.btn_contact:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  /* z-index: -1; */
  background-color: #333;
  border-radius: 5px;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  transition: all 0.3s ease;
}
.btn_contact:hover span{
  color: #fff;
}
.btn_contact:hover:after {
  left: 0;
  width: 100%;
}
.btn_contact:active {
  top: 2px;
}
/* #btn_contact:hover{
    background-color:#fff;
   color: #212529;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
} */
html.slideLeft-open {
  overflow: hidden;
}html.slideLeft-open body #page {
  position: relative;
}html.slideLeft-open body header {
  -webkit-transform: translateX(17rem);
  transform: translateX(17rem);
  padding-left: 60px;
}html.slideLeft-open body header .navbar-menu {
  opacity: 0;
  pointer-events: none;
}html.slideLeft-open body .overplay {
  display: block;
  z-index: 499;
}html.slideLeft-open body .slide__menu {
  margin-left: 0;
}html.slideLeft-open body .slide__menu .close-menu {
  display: flex;
}body.sticky header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
  background: transparent;
  padding-top: 30px;
}
body header .nav .navbar-brand {  display: flex;
    align-items: center;
    height: 100%;
}
body header .nav .navbar-brand img{
  max-height: 100%;
}
body.sticky header .navbar-brand {
  display: none;
}body.slideLeft-open {
  overflow-y: hidden;
}
.boxright{
  position: relative;
}
 .boxright .inner{
    position: absolute;
    bottom: 50px;
    right: 0;
    padding:0 15px;
  }
@media screen  and (min-width:768px){
 
}
body header {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  --heightHeader:90px;
  height: var(--heightHeader);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  font-family: "Montserrat", sans-serif;
}body header.active {
  -webkit-transform: translateX(20rem);
  transform: translateX(20rem);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}body header .nav {
  padding: 0;
  height: 100%;
}body header .nav .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
      height: 100%;
      align-items: center;
       
}body header .nav .container-fluid .navmenu {
  display: none;
}body header .nav .container-fluid .navmenu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}body header .nav .container-fluid .navmenu .menu .nav-item {
  height: 100%;
}
body header .nav .container-fluid .navmenu .menu .nav-item.selectedItem a{
  color: var(--primaryColor);
}
body
  header
  .nav
  .container-fluid
  .navmenu
  .menu
  .nav-item.dropdown.top:hover
  .dropdown-menu {
  display: block;
  transition: all 1s ease-out;
  bottom:100%;
  top: unset;
}
body
  header
  .nav
  .container-fluid
  .navmenu
  .menu
  .nav-item.dropdown.bottom:hover
  .dropdown-menu {
  display: block;
  transition: all 1s ease-out;
}
body
  header
  .nav
  .container-fluid
  .navmenu
  .menu
  .nav-item.dropdown
  .dropdown-menu {
  transition: all 1s ease-out;
  top: 100%;
    background: #000;
    margin: 0;
      border-radius: 0 ;
      min-width: 200px;
      padding: 0;
}
.dropdown-item{      color: #fff;padding: 10px 15px;}
body header .nav .container-fluid .navmenu .menu .nav-item .nav-link {
  
  line-height: 1.3;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0.5rem;
  line-height: unset;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  font-size: 16px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}body header .nav .container-fluid .navmenu .menu .nav-item .nav-link:hover {
  transition: all 0.3s;
  color: var(--primaryColor);
}body header .nav .navbar-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 00px 15px;
  cursor: pointer;
  background-color: #000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  height: 60px;
  width: 60px;
}body header .nav .navbar-menu span {
  position: relative;
  width: 30px;
  height: 3px;
  background-color: #fff;
  display: block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  margin-bottom: 5px;
}body header .nav .navbar-menu span:last-child {
  margin-bottom: 0;
}body header .nav .navbar-brand {
  max-width: 120px;
  padding: 0;
  display: none;
}
  body header .nav .navbar-right {
  color: #fff;
  text-align: center;
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}
body header .nav .navbar-right .box{
      display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
body header .nav .navbar-right a {
  font-size: 14px;
  color: #fff;
}
body header .nav .navbar-right a i {
  margin-right: 5px;
}
body header .nav .navbar-right a.lable {
  width: 100%;
  font-size: 10px;
  display: block;
}body header .nav .navbar-right a.call {
  margin-right: 20px;
  font-size: 16px;
  font-weight: bold;
}
body header .nav .navbar-right a.call:last-child {
  margin-right: 0;
}
body .slide__menu {
  margin-left: -17rem;
  background-color: #000;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: fixed;
  top: 0;
  width: 17rem;
  height: 100%;
  z-index: 500;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  -webkit-transition-property: margin;
  transition-property: margin;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  padding-top: 50px;
}body .slide__menu.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}body .slide__menu .close-menu {
  position: absolute;
  top: 30px;
  left: 100%;
  z-index: 99;
  display: none;
  background-color: #333;
      padding: 0 20px;
    height: 60px;
    align-items: center;
}body .slide__menu .close-menu i {
  font-size: 20px;
  color: #fff;
}body .slide__menu .sidepanel-menu {
  width: 100%;
  padding: 0 1.25rem;
  overflow-y: auto;
  max-height: 70vh;
}body .slide__menu .sidepanel-menu .sidepanel-item {
  margin-bottom: 30px;
  cursor: pointer;
}body .slide__menu .sidepanel-menu .sidepanel-item > a {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 10px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}body .slide__menu .sidepanel-menu .sidepanel-item > a.headline.active i {
  -webkit-transform: rotate(0.5turn);
  transform: rotate(0.5turn);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}body .slide__menu .sidepanel-menu .sidepanel-item i {
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}body .slide__menu .sidepanel-menu .sidepanel-item .sidepanel-submenu {
  position: relative;
  height: unset;
  display: none;
  width: 100%;
  background: #2c2c2c;
  -webkit-transition: max-height 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: max-height 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: auto;
  padding: 15px 30px;
}body .slide__menu .sidepanel-menu .sidepanel-item .sidepanel-submenu  a {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  padding: 0;
}body
  .slide__menu
  .sidepanel-menu
  .sidepanel-item
  .sidepanel-submenu
  li
  a:hover {
  background-color: transparent;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--primaryColor);
}body .slide__menu .hotline {
  width: 100%;
  padding: 0 1.25rem;
  position: absolute;
  bottom: 20px;
  left: 0;
}body .slide__menu .hotline a {
  display: block;
  color: #fff;
  font-size: 25px;
}body .slide__menu .hotline a.label {
  font-size: 13px;
}body .overplay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1;
  display: none;
}
@media screen and (min-width: 768px) {
   body header{
     position: relative;
     top: initial;  background-color: #000;
   }
   body header .nav .navbar-brand {
     display: flex;
   }
  body.sticky header {
    background-color: #000;
    padding-top: 0px;
  }
  body.sticky header .navbar-brand {
    display: flex;
  }
  body.slideLeft-open header {
    -webkit-transform: translateX(20rem);
    transform: translateX(20rem);
  }
  body header .nav .container-fluid {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    align-items: initial;
  }
  body header .nav .container-fluid .navbar-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }body header .nav .navbar-menu{
    height: initial;
  }
  body .slide__menu {
    width: 20rem;
    margin-left: -20rem;
  }
  body .slide__menu .close-menu {
    top: 0;
    height: 90px;
  }
  body .slide__menu .close-menu i {
    font-size: 40px;
  }
}@media screen and (min-width: 992px) {
  
  body header .nav .container-fluid {
    padding: 0 30px;
    height: 100%;
    position: relative;
  }
  body header .nav .container-fluid .navbar-menu {
    display: none;
  }
  body header .nav .container-fluid .navmenu {
    display: block;
    width: calc(100% - 120px);
  }
  body header .nav .container-fluid .navmenu .menu .nav-item .nav-link {
    font-size: 12px;
  }
  body header .nav-menu {
    display: none;
  }
  body header .nav .container-fluid .navbar-right{
    display: none;
  }
}
@media screen and (min-width: 1200px) {
    body header .nav .container-fluid {
    padding: 0 50px;  }
  body header .nav .container-fluid .navmenu .menu .nav-item .nav-link {
    font-size: 15px;
  }
  body header .nav .navbar-right a.call{
    font-size: 16px;
  }  body header .nav .container-fluid .navbar-right {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #000;
    padding: 20px 0;
    z-index: 9;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    max-width: 330px;
    display: flex;
  }
 
}
@media screen and (min-width: 1400px) {
  body header .navbar .container-fluid {
    padding: 0 160px;
  }
  body header .navbar .container-fluid .collapse {
    width: initial;
  }
  body header .nav .container-fluid .navmenu .menu .nav-item .nav-link{
    font-size:17px
  }
  /* body
    header
    .navbar
    .container-fluid
    .collapse
    .navbar-nav
    .nav-item
    .nav-link {
    font-size: 13px;
  } */
  
 
}
@media screen and (min-width:1600px) {
   body header .nav .container-fluid .navbar-right {
    position: relative;
    padding: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    top: initial;
    min-width: 400px;
  }
  body header .nav .navbar-right a.call{
    font-size: 20px;
  }
}
.contact {
  background-color: #fff;
  /* font-family: "Montserrat", Arial, sans-serif; */
}.contact .row .col-12 .form-group {
  margin-bottom: 1rem;
}.contact .row .col-12.content {
  padding: 30px;
}.contact .row .col-12.content h1 {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 400;
}.contact .row .col-12.content p {
  padding: 10px 0;
  max-width: 590px;
  color: rgba(0, 1, 9, 0.75);
  text-align: left;
}.contact .row .col-12.layout-contact {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}.contact .row .col-12 form h3 {
  font-size: 32px;
  line-height: 46px;
  font-weight: bold;
}.contact .row .col-12 form p {
  font-size: 16px;
  font-weight: 100;
  text-align: center;
  text-transform: none;
}.contact .row .col-12 form label {
  font-weight: bold;
  text-align: left;
}.contact .row .col-12 form input {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}.contact .row .col-12 form input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 16px;
}.contact .row .col-12 form input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 16px;
}.contact .row .col-12 form input::-ms-input-placeholder {
  font-weight: 500;
  font-size: 16px;
}.contact .row .col-12 form input::placeholder {
  font-weight: 500;
  font-size: 16px;
}.contact .row .col-12 form input[type="text"],
.contact .row .col-12 form input[type="tel"] {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid rgba(0, 1, 9, 0.2);
  background-color: transparent;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
  height: auto;
}.contact .row .col-12 form input[type="text"]:focus::-webkit-input-placeholder,
.contact .row .col-12 form input[type="tel"]:focus::-webkit-input-placeholder {
  opacity: 0.6;
}.contact .row .col-12 form input[type="text"]:focus:-ms-input-placeholder,
.contact .row .col-12 form input[type="tel"]:focus:-ms-input-placeholder {
  opacity: 0.6;
}.contact .row .col-12 form input[type="text"]:focus::-ms-input-placeholder,
.contact .row .col-12 form input[type="tel"]:focus::-ms-input-placeholder {
  opacity: 0.6;
}.contact .row .col-12 form input[type="text"]:focus::placeholder,
.contact .row .col-12 form input[type="tel"]:focus::placeholder {
  opacity: 0.6;
}.contact .row .col-12 form input[type="text"]::-webkit-input-placeholder,
.contact .row .col-12 form input[type="tel"]::-webkit-input-placeholder {
  font-weight: 500;
  color: black;
  text-transform: uppercase;
}.contact .row .col-12 form input[type="text"]:-ms-input-placeholder,
.contact .row .col-12 form input[type="tel"]:-ms-input-placeholder {
  font-weight: 500;
  color: black;
  text-transform: uppercase;
}.contact .row .col-12 form input[type="text"]::-ms-input-placeholder,
.contact .row .col-12 form input[type="tel"]::-ms-input-placeholder {
  font-weight: 500;
  color: black;
  text-transform: uppercase;
}.contact .row .col-12 form input[type="text"]::placeholder,
.contact .row .col-12 form input[type="tel"]::placeholder {
  font-weight: 500;
  color: black;
  text-transform: uppercase;
}.contact .row .col-12 form select {
  padding: 20px;
  width: 100%;
}.contact .row .col-12 form select .select2-container--default {
  width: 100% !important;
  height: 66px !important;
}.contact .row .col-12 form .select2-selection--multiple {
  padding: 10px 20px;
  border: 1px solid #aaa;
  border-radius: 4px;
  background-color: white;
  height: 100%;
  border-radius: 4px;
  cursor: pointer;
}.contact
  .row
  .col-12
  form
  .select2-selection--multiple
  .select2-selection__choice__remove {
  height: 100%;
}.contact .row .col-12 form .select2-container--default {
  height: 48px;
  max-height: 48px;
  width: 100% !important;
}.contact
  .row
  .col-12
  form
  .select2-container--default
  .select2-selection--multiple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}.contact
  .row
  .col-12
  form
  .select2-container--default
  .select2-selection--multiple
  ul
  li {
  margin-top: 0;
}.contact
  .row
  .col-12
  form
  .select2-container--default
  .select2-selection--multiple
  .select2-search {
  height: 100%;
}.contact
  .row
  .col-12
  form
  .select2-container--default
  .select2-selection--multiple
  .select2-search
  .select2-search__field {
  margin-top: 0;
  height: auto;
}.contact
  .row
  .col-12
  form
  .select2-container--default
  .select2-selection--multiple
  .select2-search
  .select2-search__field::-webkit-input-placeholder {
  color: #222;
  font-size: 14px;
  text-transform: uppercase;
}.contact
  .row
  .col-12
  form
  .select2-container--default
  .select2-selection--multiple
  .select2-search
  .select2-search__field:-ms-input-placeholder {
  color: #222;
  font-size: 14px;
  text-transform: uppercase;
}.contact
  .row
  .col-12
  form
  .select2-container--default
  .select2-selection--multiple
  .select2-search
  .select2-search__field::-ms-input-placeholder {
  color: #222;
  font-size: 14px;
  text-transform: uppercase;
}.contact
  .row
  .col-12
  form
  .select2-container--default
  .select2-selection--multiple
  .select2-search
  .select2-search__field::placeholder {
  color: #222;
  font-size: 14px;
  text-transform: uppercase;
}.contact .row .col-12 form .form-group .formfieldCheckbox input {
  width: 15px;
  margin-right: 10px;
  height: 15px;
  padding: 0;
}.contact .row .col-12 form .form-group .formfieldCheckbox a {
  color: #3f7355;
  font-weight: 600;
  opacity: 0.7;
}.contact .row .col-12 form .form-group .formfieldCheckbox a:hover {
  color: #3f7355;
  opacity: 1;
}.contact .row .col-12 form .form-group .iti {
  width: 100%;
}.contact .row .col-12 form .form-group .iti input {
  padding-left: 52px;
}.contact .row .col-12 form .btn-contact {
  text-align: left;
}.contact .row .col-12 form .btn-contact button {
  display: block;
  background: #fff;
  padding: 0 24px;
  width: 100%;
  font-weight: 600;
  letter-spacing: 0.1em;
  -webkit-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #212529;
  text-transform: uppercase;
  min-height: 40px;
  border: 1px solid #ddd;
}.contact .row .col-12 form .btn-contact button:hover {
  background-color: #212529;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}.footer {
  padding: 200px 0;
  padding:60px 0;
background: linear-gradient(90deg, rgba(0,0,0,1) 45%, var(--primaryColor) 99%);
  color: #fff;font-family: "Montserrat", Arial, sans-serif;
}.footer__top {
  width: 100%;
}.footer__top .logo__ft {
  width: 70%;
  max-width: 300px;
} .social-button {
  margin-right: 20px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
} .social-button:hover i {
  color: var(--primaryColor);
}.social-button i {
  color: #333;
  font-size: 20px;
}
.footer .ft__menu .footer-col h3 {
  color: #fff;
  font-size: 16px;
  position: relative;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
}
.footer-col ul {
    padding: 0;
}
.footer .ft__menu .footer-col ul li {
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}.footer .ft__menu .footer-col ul li a {
  color: #fff;
}.footer .ft__menu .footer-col .contact-item .text a:hover {
  color: #fff;
}.footer .ft__menu .footer-col .contact-item .icon {
  margin-right: 10px;
  width: 35px;
  display: table-cell;
  vertical-align: top;
  font-size: 16px;
}.footer .ft__menu .footer-col .contact-item .icon i {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #dedede;
  color: #555;
}.footer .logo-dev {
  max-width: 33%;
}.footer .logo-dev .logo-dev-ct img {
  height: 55px;
  display: inline-block;
  max-width: 100%;
}.footer__bootom {
  margin-bottom: 15px;
}.footer__bootom .copy__right {
  font-family: "Montserrat", fnMain, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
}.footer__bootom .footer-legal-menu {
  margin: 15px 0;
}.footer__bootom .footer-legal-menu-item {
  padding-right: 15px;
}.footer__bootom .footer-legal-menu-item a {
  color: #fff;
  font-family: "Montserrat", fnMain, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
}.footer__bootom .btn__footer {
  font-family: "Montserrat", fnMain, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  border: 1px solid #7b7b7b;
  padding: 15px;
  color: #fff;

}
@media screen and (min-width: 768px){
  .footer .ft__menu .footer-col h3{
    font-size: 15px;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 992px) {
  -menu {
    margin: 20px 0;
  }
  -menu-item {
    width: 25%;
  }
  .footer .ft__menu .footer-col h3{
    font-size: 20px;
   
  }
}@media screen and (min-width: 1600px) {
  .contact .row .col-12.content {
    padding: 150px 30px 150px 130px;
  }
}.text_color_01 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #18473d;
  font-size: 31px;
  line-height: 62px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 12.71px;
  text-indent: 5px;
}.cover-background {
  position: relative;
  background-size: cover;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
}.small-screen {
  height: 650px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}.box-lc0 {
  padding-top: 10px;
  border: 2px solid #fff;
  background-image: url(/files/folder_web_3663/images/bg1-oVU600.jpg);
  margin: 10px 0 10px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 7px #dfdfdf;
  box-shadow: 0 0 7px #dfdfdf;
}.style-montbo-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: inline-block;
  background-color: #18473d;
  border: 1px solid #18473d;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}.style-montbo-btn:hover {
  background-color: #b6b39f;
  border: 1px solid #b6b39f;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}.style-montbo-span {
  font: normal normal 700 14px/1.2em "open sans condensed", sans-serif;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  white-space: normal;
}.style-montbo-span:hover {
  color: #000;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}.btn-content {
  color: white;
  display: inline-block;
  border: 2px solid white;
  padding: 8px 18px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
  background: none;
  background-color: transparent;
}.box-avenir1 {
  margin: 10px;
  background: #c6cdbe;
  border: 1px solid #18473d;
  padding: 20px;
}.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #000;
  border-bottom: 1px solid #000;
}@media only screen and (min-width: 1200px) {
  .margin-custom-new {
    margin-left: 50%;
    width: 100vw;
    -webkit-transform: translateX(-50vw);
    transform: translateX(-50vw);
  }
}.testimonial-box {
  color: #fff;
  text-align: center;
  max-width: 960px;
  padding: 0px 20px;
  margin: 0 auto;
}.section-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}.topbot-l {
  padding: 130px 0px;
}.testimonial {
  font-size: 3.112em;
  font-weight: 100;
  line-height: 45px;
}.name {
  margin-top: 50px;
  font-size: 1.526em;
  font-weight: bold;
}.designation {
  font-size: 0.8em;
}blockquote.stirling {
  padding: 15px 20px 15px 25px;
  margin: 0 0 20px 15px;
  position: relative;
  border-left: 3px solid #b19043;
}.small-screen {
  height: 650px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}.padding-eighteen-lr {
  padding-left: 5%;
  padding-right: 5%;
}.no-padding {
  padding: 0 !important;
}.cover-background {
  position: relative !important;
  background-size: cover !important;
  overflow: hidden !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}@media (max-width: 991px) {
  .sm-swap-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sm-swap-block > div:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}@media (max-width: 767px) {
  .xs-height-320px {
    height: 320px !important;
  }
}.banner {
  height: 70vh;
  position: relative;
  width: 100%;
}
/* .banner::after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  top: 0;
  left: 0;
} */
.banner__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  text-decoration: inherit;
  background-size: cover;
}.banner__bg .media {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(../img/banner1-8Km400.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  top: 0;
  left: 0;
}.banner__bg .media::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}.banner__bg .content {
  height: 100%;
  position: relative;
  z-index: 2;
}.banner__bg .content .inner {
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 100%;
}.banner__bg .content .inner .right {
  background-color: rgba(0, 0, 0, 0.65);
  padding: 30px 20px;
  width: 100%;
  display: block;
  cursor: pointer;
}.banner__bg .content .inner .right .box {
  font-family: "Montserrat", Arial, sans-serif;
}.banner__bg .content .inner .right .box .title {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 900;
  border-bottom: 0.1875rem solid var(--primaryColor) ;
  color: var(--primaryColor);
}.banner__bg .content .inner .right .box .head {
  margin: 20px 0;
}.banner__bg .content .inner .right .box .head h2 {
  font-size: 20px;
  color: #fff;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  line-height: 1.3;
}@media screen and (max-width: 320px) {
  .banner .logo {
    display: none;
  }
}@media screen and (min-width: 576px) {
  .banner__bg .content .inner .right .box .title {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 900;
  }
  .banner__bg .content .inner .right .box .head {
    margin: 20px 0;
  }
 
}
@media screen and (min-width: 768px){
  .banner__bg .content .right{
}
}
@media screen and (min-width: 992px) {
 .banner {
  height: 85vh;
}
   .boxright .inner{
   }
   .banner__bg .content .inner .right .box .head h2 {
    font-size: 30px;
  }
  .banner__bg .content .right {
    -webkit-transition: background-color 0.2s ease-in-out,
      -webkit-transform 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out,
      -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out,
      -webkit-transform 0.2s ease-in-out;
  }
  .banner__bg .content .right:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .banner__bg .content .right .box .ctn__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}@media screen and (min-width: 1200px) {
  .banner {
    height: 85vh;
  }
}
#content {
  margin: 30px 0;
}#content .page-builder .box-02 {
  padding: 30px;
  background-color: #425765;
  margin: 20px 0 20px;
  text-align: left;
}#content .page-builder .box-02 p {
  line-height: initial;
  font-size: 16px;
}#content .page-builder .box-02 a {
  border: solid #bc937a 1px;
  background-color: #bc937a;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: inline-block;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}#content .page-builder .box-02 a .style-montbo-span {
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  white-space: normal;
}.owl-dots button {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
}.owl-dots button span {
  width: 60px;
  height: 5px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}.owl-dots button span:hover {
  background: #80c6bb;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}.bannerSub {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative;
}.bannerSub::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  content: "";
}.bannerSub__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}.bannerSub__text h1 {
 font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
}.bannerSub__text .btn__sub {
  position: relative;
  background-color: var(--primaryColor);
  color: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 15px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
}.bannerSub__text .btn__sub:hover {
  background-color: #fff;
  color: #000000;
}.bannerSub .scroll-down i {
  color: #fff;
}tr,
td {
  border: 1px solid #ddd;
}.slider {
  height: 75vh;
  position: relative;
}
.lo_bg{
      position: absolute;
    z-index: 99;
    width: 100%;
    top: 10px;
    text-align: center;
}
.lo_bg img {
  height: 100px;
  width: auto;
}.slider .silder__warpper {
  height: 100%;
}.slider .silder__warpper .slick-list {
  height: 100%;
}.slider .silder__warpper .slick-list .slick-track {
  height: 100%;
}.slider .silder__warpper .slick-dots {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}.slider .silder__warpper .slick-dots li {
  opacity: 0.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}.slider .silder__warpper .slick-dots li.slick-active {
  opacity: 1;
}.slider .silder__warpper .slick-dots li button {
  background-color: #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}.slider .bottom {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
  display: none;
}.slider .bottom .bton {
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}.slider .bottom .bton i {
  font-size: 30px;
  color: #fff;
}.slider .bottom .bton:hover {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}.slider__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  text-decoration: inherit;
  background-size: cover;
}.slider__bg .media {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  top: 0;
  left: 0;
}.slider__bg .media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}.slider__bg .content {
  height: 100%;
  position: relative;
  z-index: 2;
}.slider__bg .content .inner {
  -ms-flex-item-align: end;
  align-self: flex-end;
}.slider__bg .content .inner .right {
  background-color: rgba(0, 0, 0, 0.85);
  padding: 15px 20px;
  width: 100%;
  display: block;
  cursor: pointer;
}.slider__bg .content .inner .right .box {
  font-family: "Montserrat", Arial, sans-serif;
}.slider__bg .content .inner .right .box .title {
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 900;
  border-bottom: 0.1875rem solid var(--primaryColor);
  color: var(--primaryColor);
}.slider__bg .content .inner .right .box .head {
  margin: 20px 0;
}.slider__bg .content .inner .right .box .head h2 {
  font-size: 30px;
  color: #fff;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  font-weight: 700;
  line-height: 1.3;
}.slider__bg .content .inner .right .box .btn__home {
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 20px;
}.slider__bg .content .inner .right .box .btn__home:last-child {
  margin-right: 0;
}.slider__bg .content .inner .right .box .btn__home i {
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}.slider__bg .content .inner .right .box .btn__home.contact:hover {
  color: #c2dcd7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}.slider__bg .content .inner .right .box .btn__home.contact:hover i {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}.slider__bg .content .inner .right .box .btn__home.video:hover {
  color: #c2dcd7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}.slider__bg .content .inner .right .box .btn__home.video:hover i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slider .silder__warpper .slick-dots {
    bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}.slider .silder__warpper .slick-dots li {
    opacity: 0.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.slider .silder__warpper .slick-dots li button {
    background-color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
.slider .silder__warpper .slick-dots li.slick-active {
    opacity: 1;
}
@media screen and (min-width: 768px) {
  .lo_bg img {
    height: 150px;
    width: auto;
}
  .slider .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}@media screen and (min-width: 1200px) {
  .slider {
    height: 85vh;
  }
}.banner__news {
  position: relative;
  height: 60vh;
}.banner__news .news__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 1;
}.banner__news .news__text h2 {
  text-transform: uppercase;
  font-size: 40px;
}.banner__news::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
}.news {
  margin: 30px 0 50px;
  position: relative;
}.news .new-item .content .day_time {
  display: none;
}.news .new-item .content .title {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 900;
  color: #000;
  font-family: fnMain1, "Montserrat", Arial, sans-serif;
}.news .new-item .content .des {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 10px;
}.news .new-item .content .byline {
  font-family: fnMain1, "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #7b7b7b;
  font-weight: bold;
  margin: 10px 0 20px;
}.news .new-item .content .byline span {
  color: #a2a1a1;
}@media screen and (min-width: 768px) {
  .news .new-item {
    border-top: 1px solid #ddd;
    padding-top: 10px;
  }
}@media screen and (min-width: 992px) {
  .news .new-item {
    border-top: 0;
  }
  .news .new-item .content .day_time {
    line-height: 1;
    border-top: 0.0625rem solid #c8c8c8;
    display: block;
    margin: 5px 0;
  }
  .news .new-item .content .day_time span {
    font-weight: 600;
    background: #fff;
    color: #a2a1a1;
    padding: 0 15px 0 5px;
    position: relative;
    bottom: 12px;
  }
}.newDetail {
  padding: 30px 0 50px;
}.newDetail a {
  color: #734837;
}.newDetail .related {
  background: #ddd;
  padding: 10px 15px;
}.newDetail .related h2 {
  font-size: 30px;
  font-weight: 700;
  color: #4d4d4d;
  line-height: 1.3em;
  margin: 20px 0;
}.newDetail .related-item a .bgDetail {
  height: 280px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}.newDetail .related-item .content {
  margin: 20px 0 40px 0;
}.newDetail .related-item .content .day {
  font-size: 13px;
  text-transform: uppercase;
  color: #748d96;
}.newDetail .related-item .content .title {
  font-size: 24px;
  color: #4d4d4d;
  font-weight: 700;
  margin-top: 10px;
  max-width: 400px;
  line-height: 33px;
}
/*# sourceMappingURL=style.css.map */


.modal-backdrop {
  display: none !important; 
}