@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;700&display=swap");
html {
  font-size: 14px;
  overflow-x: hidden;
}
html.menu-active {
  overflow-y: hidden;
}

body {
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
}
a, input, button {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

a {
  color: #000;
}

h1, h2, h3, h4 {
  font-weight: bold;
  margin: 0 0 30px;
  font-family: "Oswald", sans-serif;
}

h2 {
  font-size: 2rem;
  margin: 0 0 20px;
}

#header_selecttxt p {
    vertical-align: text-top;
	text-align: right;
}

.mob {
  display: none;
}

@media only screen and (max-width: 767px) {
  .mob {
    display: block;}
  .mob-center {
    text-align: center;}
  .desk {
    display: none;
    margin-top: 14px;}
  .desk2 {
    display: none;
  }	
.in__right {border-radius: 10px;
    -webkit-box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
    box-shadow: 0 0px 0px rgb(0 0 0 / 0%) !important;
    padding: 30px 14px;
    min-width: 380px;
    margin-top: 14px;}
.home {
  background: none !important;
  background-color: #fff !important;}		
}

@media only screen and (max-width: 991px) {
  h2 {
    font-size: 1.8rem;
  }
}

.videotour li {line-height: 1.5}

h3 {
  font-size: 1.3rem;
}

p {
  margin: 0 0 25px;
}

.content {
  padding: 40px 0 0;
}

.container--sm {
  max-width: 700px;
}
@media only screen and (max-width: 991px) {
  .desk {
    display: none;
  }
}

.in__left {
text-align: center;
padding-top: 15px;
}

.button {
  display: inline-block;
  background: url(../images/button.png) no-repeat center center;
  background-size: cover;
  color: #fff;
  border-radius: 9px;
  padding: 12px 20px;
  border: 0;
  font-family: "Oswald", sans-serif;
  font-size: 1.9rem;
}
@media only screen and (max-width: 991px) {
  .button {
    font-size: 1.9rem;
  }
}
.button .fa {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}
.button--white {
  background: #fff;
  color: #5f429c;
}

.home {
  max-width: 1140px;
  margin: 0 auto;
  background: url(../images/newbgopp.png) no-repeat center center;
  background-size: cover;
  padding: 0 20px;
  overflow: hidden;
}

@media (min-width: 768px) {
.col-md-8 {
    -ms-flex: 0 0 64.666667% !important;
    flex: 0 0 64.666667% !important;
    max-width: 64.666667% !important;
}}


@media only screen and (max-width: 991px) {
  .home {
    padding: 0 10px;
  }
}
.home.home2 {
  background-image: url(../images/bg2.png);
}
@media only screen and (max-width: 991px) {
  .home.home2 .in__right {
    margin-top: 20px;
  }
}

.in {
  padding-top: 0.0%;
  padding-bottom:1.7%;
  padding-left: 0%;
  padding-right: 0%;
}
.in__left h1 {
  margin: 0 0 10px;
}
.in__left h1 img {
  max-height: 66px;
}
.in__left h4 {
  text-transform: uppercase;
  font-size: 2rem;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
}
.in__right {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  padding: 35px 22px;
  min-width: 380px;	
}
.in__right h2 {
  text-align: center;
  margin: 0 0 10px;
  font-size: 2.5rem;
}
@media only screen and (max-width: 991px) {
  .in__right h2 {
    font-weight: 800;
	margin-top: -15px;
  }
}
.in__right h2 img {
  min-height: 67px;
  max-height: 68px;	
  vertical-align: middle;
  margin-top: -11px;
}
@media only screen and (max-width: 991px) {
  .in__right h2 img {
    max-height: 50px;
  }
}
.in__right .sub {
  margin: 0 0 15px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.2;
  font-weight: 300;
}
.in__right .subsmall {
  font-size: 12px;
}
.in__right p {
  margin: 0 0 10px;
}
.in__right ul {
  padding: 0 0 0 20px;
  margin: 0 0 15px;
}
.in__right ul li {
  font-weight: bold;
}

form input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  margin: 0 0 10px;
}
form .button {
  display: block;
  margin: 10px 0;
  width: 100%;
}
form .fsmall {
  text-align: center;
  line-height: 1.1;
}

.lefter {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: -40px;
}
@media only screen and (max-width: 991px) {
  .lefter {
    margin: 0 -25px 0;
    padding-right: 10px;
  }
}
.lefter div:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
}
.lefter div:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  text-align: center;
}
.lefter div:nth-child(2) img {
  max-height: 150px;
}

.translate {
  text-align: center;
  padding-bottom: 20px;
}