@font-face {
  font-family: 'Montserrat-Bold';
  src: url('/fonts/Montserrat-Bold.eot');
  src: url('/fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/Montserrat-Bold.woff2') format('woff2'), url('/fonts/Montserrat-Bold.woff') format('woff'), url('/fonts/Montserrat-Bold.ttf') format('truetype'), url('/fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('/fonts/Montserrat-Regular.eot');
  src: url('/fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/Montserrat-Regular.woff2') format('woff2'), url('/fonts/Montserrat-Regular.woff') format('woff'), url('/fonts/Montserrat-Regular.ttf') format('truetype'), url('/fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Italic';
  src: url('/fonts/Montserrat-Italic.eot');
  src: url('/fonts/Montserrat-Italic.eot?#iefix') format('embedded-opentype'), url('/fonts/Montserrat-Italic.woff2') format('woff2'), url('/fonts/Montserrat-Italic.woff') format('woff'), url('/fonts/Montserrat-Italic.ttf') format('truetype'), url('/fonts/Montserrat-Italic.svg#Montserrat-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
.clear, * html .clearfix, *:first-child + html .clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.grid_1 {
  width: 8.333%;
}
.grid_2 {
  width: 16.667%;
}
.grid_3 {
  width: 25%;
}
.grid_4 {
  width: 33.333%;
}
.grid_5 {
  width: 41.667%;
}
.grid_6 {
  width: 50%;
}
.grid_7 {
  width: 58.333%;
}
.grid_8 {
  width: 66.667%;
}
.grid_9 {
  width: 75%;
}
.grid_10 {
  width: 83.333%;
}
.grid_11 {
  width: 91.5%;
}
.grid_12 {
  width: 91.667%;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
  float: left;
  display: block;
  position: relative;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
img {
  display: block;
  border: none;
  max-width: 100%;
}
a, img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
textarea:focus, input:focus, select:focus {
  outline: none;
}
/* General */
html {
  height: 100%;
}
body {
  font-family: 'Montserrat-Regular';
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  background: #FAF7F2;
  color: #000000;
  margin: 0;
  padding: 0;
  height: 100%;
  font-weight: 400;
  overflow-x: hidden;
}
/* Headings */
h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: normal;
}
p {
  text-align: left;
  margin: 0;
  padding-bottom: 20px;
}
p.large {
  font-size: 18px;
  line-height: 26px;
}
h1 {
  font-size: 60px;
}
h2 {}
h3 {}
h4 {
  text-transform: uppercase;
  font-size: 40px;
  color: #2A3851;
}
/* Navigation */
header {
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  padding: 20px 0;
  transition: 0.5s all;
  z-index: 10;
}
#page-home header {
  transform: translateY(-100%);
}
#page-home header.show {
  transform: translateY(0);
}
header.active_nav, #page-contact header.active_nav, #page-privacypolicy header.active_nav {
  background: #000000;
}
header nav {
  display: block;
  position: relative;
  width: 100%;
}
#page-contact header {
  background-color: #FAF7F2;
}
#page-contact header.show {
  background-color: #ffffff;
}
#page-privacypolicy header {
  background-color: #FAF7F2;
}
#page-privacypolicy header.show {
  background-color: #ffffff;
}
section.first {
  padding-top: 105px;
  padding-bottom: 70px;
	min-height: 800px;
}
.row {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.logo {
  display: block;
  margin: 0 auto;
  width: 200px;
}
.logo .black {
  display: block;
}
.logo .white {
  display: none;
}
.active_nav .logo .black {
  display: none;
}
.active_nav .logo .white {
  display: block;
}
.logo + .btn {
  display: block;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  transition: 0.2s all;
}
.active_nav .logo + .btn {
  display: none
}
.logo + .btn:hover {
  border-bottom: 2px solid #000000;
}
.active_nav .logo + .btn:hover {
  border-bottom: 2px solid #ffffff;
}
nav {
  margin: 0 auto;
  padding: 0;
}
#nav {
  display: none;
  position: relative;
  width: 100%;
  background: transparent;
}
#nav li {
  list-style: none;
  display: block;
  padding: 0;
  font-size: 18px;
  line-height: 10px;
  position: relative;
  margin-bottom: 30px;
}
#nav li a {
  text-align: center;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  text-align: center;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  transition: 0.2s all;
}
#nav li a:hover {
  border-bottom: 2px solid #ffffff;
}
.active_nav li a, .active_nav a {
  color: #ffffff;
}
/* nav-toggle */
#nav-toggle {
  display: block;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  width: 30px;
  height: 23px;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
}
#nav-toggle span {
  background-color: transparent !important;
}
#nav-toggle span, #nav-toggle span:after, #nav-toggle span:before {
  cursor: pointer;
  height: 1px;
  width: 100%;
  background: #000000;
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  transform: translateY(-50%);
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  top: 10px;
}
#nav-toggle.active span {
  background-color: transparent !important;
}
#nav-toggle.active span:after, #nav-toggle.active span:before {
  top: 0
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: a rotate(45deg);
  background: #ffffff;
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: a rotate(-45deg);
  background: #ffffff;
}
/* enquiry */
.register {
  max-width: 500px;
}
.formbox {
  margin: 0;
  width: 100%;
}
.input-holder {
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 0 0 0;
  border-bottom: 1px solid #000000;
}
.submit-holder {
  padding: 0;
  margin: auto;
  border-bottom: 0;
}
input, select, textarea {
  font-family: 'Montserrat-Regular';
  font-size: 12px;
  line-height: 18px;
  margin: 0 auto;
  padding: 0 0 4px 0;
  width: 100%;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-weight: 100;
}
.b_submit {
  font-family: 'Montserrat-Bold';
  position: absolute;
  width: auto;
  bottom: 0;
  right: 0;
  transform: translateY(101%);
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  border-bottom: 0;
  text-transform: uppercase;
  margin-right: 0;
  padding: 4px 0;
  cursor: pointer;
}
select {
  padding: 5px 7px;
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  text-align-last: left;
}
select option {
  padding: 7px 5px;
  background: #fff;
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  text-align-last: left;
}
.privacy {
  font-size: 10px;
}
.chk_holder {
  margin: 10px auto 0 auto;
  color: #fff;
}
#chkInternational {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 25px;
  width: 20px;
  text-align: left;
}
#chkInternational + label {
  background: url("/images/buttons/uncheck.png") no-repeat left center;
  color: #fff;
  padding: 2px 0 2px 26px;
}
#chkInternational:checked + label {
  background: url(/images/buttons/check.png) no-repeat left center;
}
input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}
footer input:-webkit-input-placeholder, footer textarea:-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}
footer input::-webkit-input-placeholder, footer textarea::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #000000;
  opacity: 1;
}
footer input:-moz-placeholder, footer textarea:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
footer input::-moz-placeholder, footer textarea::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: $form-field-text;
  opacity: 1;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  opacity: 0.5;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0.5;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0.5;
}
/*footer*/
footer {
  display: block;
  position: relative;
  padding: 100px 3% 50px 3%;
  background-color: #000000;
}
.leftside {
  display: block;
  position: relative;
  float: left;
}
.rightside {
  display: block;
  position: relative;
  float: right;
  width: 30%;
}
.rightside a {
  display: inline-block;
  font-family: 'Montserrat-Bold';
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  margin-bottom: 20px;
}
.rightside a.email, .rightside a.phone {
  font-family: 'Montserrat-Regular';
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  margin-bottom: 5px;
}
.social-media-holder {
  padding: 30px 0;
  display: block;
  position: relative;
}
.social-media-holder a {
  display: inline-block;
  margin-right: 20px;
  width: 30px;
  height: 30px;
}
.social-media-holder a:first-child {
  margin-right: 14px;
}
.social-media-holder a img {
  width: 30px;
  height: 30px;
}
.copyright, .designby {
  display: block;
  text-align: left;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}
footer p {
  color: #ffffff;
}
.news-letter {
  display: block;
  position: relative;
  width: 100%;
  max-width: 550px;
  padding: 50px 0 0 0;
	margin-bottom: 50px
}
.news-letter input {
  width: 250px;
  margin-right: 20px;
  display: inline-block;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  width: calc(50% - 12px);
}
.news-letter input[type=email] {
  margin-right: 0;
}
.news-letter input.submit_news {
  font-family: 'Montserrat-Bold';
  position: absolute;
  width: auto;
  bottom: 0;
  right: 0;
  transform: translateY(101%);
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  border-bottom: 0;
  text-transform: uppercase;
  margin-right: 0;
  padding: 4px 0;
  cursor: pointer;
}
/* Token Style */
ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  text-align-last: left;
  text-align: -moz-left;
  text-align: -webkit-left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-bottom: 1px solid #525252;
  clear: both;
}
li.token-input-input-token-project {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%
}
ul.token-input-list-project li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100% !important;
  margin-bottom: 0;
}
li.token-input-token-project p {
  display: inline;
  padding: 0;
  margin: 0 5px 0 0;
  line-height: 20px;
  font-size: 11px
}
li.token-input-token-project {
  overflow: hidden;
  height: 25px;
  margin: 0;
  padding: 2px 5px;
  background-color: #ccc;
  color: #000;
  cursor: default;
  border: 1px solid #525252;
  font-size: 12px;
  white-space: nowrap;
  list-style: none;
  display: inline-block;
}
div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #fff;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
}
div.token-input-dropdown-project ul {
  margin: 0;
  padding: 0;
  display: block !important;
  max-height: 205px;
}
div.token-input-dropdown-project ul li {
  background-color: #fff;
  font-size: 14px;
  padding: 3px;
  margin: 0;
  list-style-type: none;
  font-weight: 100 !important;
}
div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
  background-color: #fff;
}
div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
  background-color: #fff;
}
div.token-input-dropdown-project ul li em {
  font-weight: bold;
  font-style: normal;
}
div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
  background-color: #ccc;
  color: #fff;
}
/* Parsley-error */
ul.parsley-errors-list.filled, ul.parsley-errors-list {
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  top: 0;
}
ul.parsley-errors-list.filled li, ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #F00D0D;
  position: absolute;
  font-size: 8px;
  bottom: -18px;
}
section {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: auto;
}
.container {
  display: block;
  position: relative;
  margin: auto;
  width: 100%;
}
/*.large {
  width: calc(100% - 6%);
}
.medium {
  width: calc(100% - 12%);
	 
}
.small {
  width: calc(100% - 24%);
 
}*/
.hover-apply {
  padding-bottom: 4px;
  transition: 0.3s all;
  border-bottom: 1px solid transparent;
}
.hover-apply:hover {
  border-bottom: 1px solid #000000;
}
footer .hover-apply:hover {
  border-bottom: 1px solid #ffffff;
}
.center-middle-positopn {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
/*---------------------------------------*/
.large-copy {
  font-size: 28px;
  line-height: 38px;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #000000;
  padding-bottom: 45px;
}
.btn {
  font-family: 'Montserrat-Bold';
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
}
.title {
  font-family: 'Montserrat-Bold';
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #000000;
  padding-bottom: 85px;
}
ul {
  list-style: none;
}
.drop-down li {
  padding: 14px 0;
  position: relative;
  border-bottom: 1px solid #000000;
}
.expand {
  overflow: hidden;
}
p.expand {
  display: none;
  padding: 20px 0
}
.drop-down li p {
  padding: 0;
  position: relative;
}
.drop-down li p.clickable, .drop-down li a.clickable {
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  cursor: pointer;
}
.uppercase {
  text-transform: uppercase;
}
.drop-down li .icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 12px;
}
.drop-down li .icon {
  display: none;
}
.clickable + p {
  max-width: 80%;
  margin: 20px 0 40px 0
}
.right-box {
  display: block;
  width: 40%;
  margin-right: 3%;
  float: right;
}
.right-box-end {
  display: block;
  width: 43%;
  float: right
}
.text-box-left {
  margin-left: 3%;
  float: left;
}
.left-box {
  width: 40%;
  margin-left: 3%;
  float: left;
}
.left-box-end {
  display: block;
  width: 43%;
  float: left;
}
.testimonial {
  text-align: center;
  font-style: italic;
  /*font-family: 'Montserrat-Italic';*/
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  max-width: 100%;
  margin: auto;
}
.testimonial span {
  font-family: 'Montserrat-Bold';
  display: block;
  text-align: center;
  padding-top: 30px;
  font-size: 15px;
}
.slick-arrow {
  display: none !important;
}
.slick-dots {
  display: block;
  position: relative;
  width: 100%;
  list-style: none;
}
.slick-dots li {
  display: inline-block;
  width: 15px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 0 2px;
  color: transparent;
}
.slick-dots li a {
  color: transparent !important;
}
.slick-dots li.slick-active {
  background-color: #000000;
}
/*.preloader{
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
 
}
.preloader img{
	z-index: 2;
}
.horizentaly{
	display: block;
	position: absolute;
	z-index: 3;
	height: 100%;
	width: 50%;
	background-color: #FAF7F2;
	top: 0;
	transition: 1s all;
}
.horizentaly.left{
	left: 0;
}
.horizentaly.right{
	right: 0;
}
.vertically{
	display: block;
	position: absolute;
	z-index: 1;
	height: 50%;
	width: 100%;
	background-color: #FAF7F2;
	left: 0;
	transition: 2s all ease-in;
}
.vertically.top{
	top: 0;
}
.vertically.bottom{
	bottom: 0;
}*/
.step1 {
  transition: 2s all;
  opacity: 0;
}
.step2 {
  transition: 1.2s all;
  opacity: 0;
  transform: translateY(50%);
}
body.animate .step1 {
  transition-delay: 1s;
  opacity: 1;
}
body.animate .step2 {
  transition-delay: 1s;
  opacity: 1;
  transform: translateY(0%);
}
.wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  height: calc(100% + 1px);
  overflow: hidden;
}
/*---------------------------------------*/
/*---------------------------------------*/
/*---------------------------------------*/
/*---------------------------------------*/
.bb1b {
  position: relative;
}
.bb1b::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  left: 0;
  top: 40px;
}
.first-li-bt1 li:first-child, .bt1b {
  border-top: 1px solid #000000;
}
.w40 {
  width: 40%;
}
.mw560 {
  width: 580px;
  margin: 0;
  max-width: 100%
}
.mw500 {
  width: 500px;
  margin: 0;
  max-width: 100%
}
.abs {
  position: absolute;
}
.t0 {
  top: 0;
}
.b0 {
  bottom: 0;
}
.l0 {
  left: 0;
}
.r0 {
  right: 0;
}
.bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.rightfloat {
  float: right
}
.fullwidth {
  width: 100%;
}
.fullheight {
  height: 100%;
}
.centeralign {
  text-align: center;
}
.mlra {
  margin-left: auto;
  margin-right: auto;
}
.pl3 {
  padding-left: 3%;
}
.pr3 {
  padding-right: 3%
}
.pt100 {
  padding-top: 100px;
}
.pb100 {
  padding-bottom: 100px;
}
.pt70 {
  padding-top: 70px;
}
.pb70 {
  padding-bottom: 70px;
}
.pt50 {
  padding-top: 50px;
}
.pb50 {
  padding-bottom: 50px;
}
.mt50 {
  margin-top: 50px;
}
.mb50 {
  margin-bottom: 50px;
}
.pb30 {
  padding-bottom: 30px;
}
.bg-white {
  background-color: #ffffff;
}
.z2 {
  z-index: 2
}
.services_content p, .aboutus_content p {
  font-size: 18px;
  line-height: 26px;
  font-size: 14px;
  line-height: 22px;
}
.services_bot_content a, .home_content a {
  font-family: 'Montserrat-Bold';
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 0;
  transition: 0.3s all;
}
.services_bot_content a:hover, .home_content a:hover {
  border-bottom: 1px solid #000000;
}
@media screen and (max-width : 1100px) {
  .ipad-h80 {
    height: 80%
  }
  .large-copy {
    font-size: 22px;
    line-height: 30px;
    font-size: 20px;
    line-height: 28px;
  }
  p.large {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width : 768px) {
  #page-home header {
    transform: initial !important;
  }
  .pt100 {
    padding-top: 50px;
  }
  .pb100 {
    padding-bottom: 50px;
  }
  .just-desktop {
    display: none !important;
  }
  .m-pl0 {
    padding-left: 0;
  }
  .m-pr0 {
    padding-right: 0;
  }
  .m-ml0 {
    margin-left: 0;
  }
  .p-mr0 {
    margin-right: 0;
  }
  .m-transform-n {
    transform: initial !important;
  }
  .m-h-a {
    height: initial;
  }
  .m-f-n {
    float: none;
  }
  .m-b-r {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    height: auto;
  }
  .hover-apply {
    padding-bottom: 4px;
    transition: 0.3s all;
    border-bottom: 1px solid #000000;
  }
  .m-p-l-3 {
    padding-left: 3%
  }
  .m-m-t- {
    margin-top: -20vw;
  }
  .m-w {
    width: 70%
  }
  .m-fullwidth {
    width: 100%;
  }
  .m-3by2-image {
    height: 66vw;
    position: relative
  }
  .m-3by2-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .m-pb50 {
    padding-bottom: 50px;
  }
  .m-pt50 {
    padding-top: 50px;
  }
  .m-pb0 {
    padding-bottom: 0 !important;
  }
  .m-pt0 {
    padding-top: 0 !important;
  }
  .news-letter {
    display: block;
    position: relative;
    width: 100%;
    bottom: auto;
    max-width: 100%;
    padding-top: 50px;
    margin-bottom: 50px;
  }
  header.active_nav {
    height: 100vh;
  }
  header.active_nav section {
    height: 100%;
  }
  #nav {
    display: none;
    position: fixed;
    width: 100%;
    background: transparent;
    top: 50%;
    transform: translateY(-50%);
  }
  .logo + .btn {
    display: none;
  }
  .text-box-left {
    margin-left: 0;
    padding-left: 3%;
    padding-right: 3%;
  }
  .left-box {
    margin-left: 0;
    padding-left: 3%;
    padding-right: 3%;
    padding-right: 3%;
  }
  .logo {
    margin: 0 auto;
    width: 140px;
  }
  .title {
    padding-bottom: 40px
  }
	section.first{
		min-height: initial;
	}
	 
}
@media screen and (max-width : 760px) {
  .m-m-t- {
    margin-top: -20vw;
  }
  .m-w {
    width: 100%
  }
  img.m-w {
    width: 100%;
  }
  .testimonial {
    font-size: 16px;
  }
  .news-letter input {
    width: 250px;
    margin-right: 0;
    display: inline-block;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    margin-bottom: 20px;
  }
  .text-box-left {
    padding-left: 30px;
    padding-right: 30px;
  }
  .left-box {
    margin-left: 0;
    padding-right: 30px;
    padding-right: 30px;
  }
  .m-pl3 {
    padding-left: 30px;
  }
  .m-pr3 {
    padding-right: 30px;
  }
  .left-box {
    padding-left: 30px;
    padding-right: 30px;
  }
  .m-p-l-3 {
    padding-left: 30px;
  }
  footer {
    padding: 50px 30px 50px 30px;
  }
  .testimonial {
    padding-left: 30px;
    padding-right: 30px;
  }
  .right-box {
    padding-right: 30px;
  }
  .pr3 {
    padding-right: 30px;
  }
  .pl3 {
    padding-left: 30px;
  }
  .m-pr0 {
    padding-right: 0 !important
  }
  .right-box {
    margin-right: 0;
  }
  footer .lg {
    width: 120px !important;
  }
  .news-letter p {
    font-size: 18px;
  }
  .m-pt0 {
    padding-top: 0;
  }
  .drop-down li p.clickable, .drop-down li a.clickable {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-height : 860px) {
 
}
.center-middle-positopn {
  opacity: 1;
}