@charset "UTF-8";
body {
    background-color: #fff;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
}
.maintop {
    background-color: #0b161d;
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 60px;
}
.topbar {
    background-color: #414858;
    margin: 0px 55px;
    margin-top: 30px;
    display: block;
    float: left;
    text-align: left;
    padding: 0px 10px;
    width: calc(100% - 110px);
}
.socialiconsall {
    display: block;
    padding: 10px 0px;
    float: left;
    position: relative;
}
a.socialicon {
    font-size: 15px;
    color: #ffffff;
    margin-top: 0px;
    display: inline-table;
    padding: 0px 10px;
    vertical-align: middle;
}
.language {
    padding-right: 10px;
    padding-top: 5px;
    font-size: 13px;
    text-align: center;
    display: block;
    float: right;
    color: #6a6a6a;
    z-index: 9999;
    box-sizing: border-box;
    margin-top: 10px;
}
.language a {
    color: #ffffff;
    font-size: 10px;
}
.logodiv {
    width: 100%;
    display: table;
    float: left;
    text-align: center;
    padding: 35px 55px;
    position: relative;
}
.logoout {
    width: 8%;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    margin: auto;
    width: 235px;
    z-index: 9999;
}
.logoout img {
    width: 100%;
    height: auto;
}
.leftmenu {
    width: 53%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.righmenu {
    width: 47%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}
.leftmenu a, .righmenu a {
    color: #cac9c9;
    font-size: 11px;
    letter-spacing: 2px;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    transition: all 500ms;
    position: relative;
    top: 0px;
    padding-top: 35px;
}
.leftmenu a:hover, .righmenu a:hover {
    color: #ffffff;
    font-weight: 800;
    top: 15px;
}
.leftmenu a:hover::before, .righmenu a:hover::before, .leftmenu a.activated, .righmenu a.activated {
    color: #92a7d7;
    font-weight: 800;
    top: 15px;
}
.leftmenu a::before, .righmenu a::before {
    content: '';
    display: block;
    float: left;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 50%;
    margin-left: -12.5px;
    top: 0px;
    opacity: 0;
    transition: all 500ms;
    background-position: center center;
    background-size: cover;
    background-image: url(../images/emenu.png);
}
.leftmenu a:hover::before, .righmenu a:hover::before, .leftmenu a.activated::before, .righmenu a.activated::before {
    content: '';
    display: block;
    float: left;
    position: absolute;
    width: 45px;
    height: 24px;
    background-position: center center;
    background-size: cover;
    left: 50%;
    margin-left: -21.5px;
    top: 0px;
    opacity: 1;
    background-image: url(../images/emenu.png);
}
.example {
    padding: 0px 55px;
    display: block;
    float: left;
    width: 100%;
}
.slogan {
    width: 100%;
    display: block;
    float: left;
    padding: 50px 55px;
    font-weight: 200;
    color: #000;
}
.slogantop {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 30px;
    font-size: 50px;
    color: #92a7d7;
}
.sloganbottom {
    width: 100%;
    display: block;
    float: left;
    font-weight: 600;
}
.boxlink {
    padding: 10px 30px;
    border: 1px solid #000;
    display: inline-block;
    float: right;
    position: relative;
}
div.boxlink:after {
    width: 60vw;
    height: 1px;
    right: 250px;
    background-color: #000;
    display: block;
    position: absolute;
    content: "";
    top: 50%;
}
.aboutall {
    width: 100%;
    display: block;
    float: left;
    padding: 50px 55px;
    display: table;
}
.leftside {
    width: 65%;
    display: inline-table;
    vertical-align: middle;
    padding-right: 100px;
    position: relative;
}
.leftside img {
    width: 100%;
    display: block;
}
.rightside {
    width: 35%;
    display: inline-block;
    vertical-align: middle;
    padding-top: 50px;
    padding-left: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.title1 {
    width: 100%;
    display: block;
    float: left;
    font-weight: 200;
    font-size: 16px;
}
.title2 {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 30px;
    font-weight: 200;
    font-size: 40px;
    color: #92a7d7;
}
.textnormal {
    width: 100%;
    display: block;
    float: left;
    font-size: 14px;
    color: #6a6a6a;
    line-height: 20px;
}
.namediv {
    position: absolute;
    right: 0px;
    bottom: 0px;
    color: #cfbba4;
    background-color: #fff;
    padding: 20px 30px;
    font-size: 40px;
    z-index: 9998;
    right: 100px;
    font-family: 'Mr De Haviland', cursive;
}
.eachproperty {
    width: 100%;
    display: flex;
    align-content: center;
}
.eachproperty:nth-child(even) {
    background-color: #f4f2f0;
    padding: 30px 0px;
    margin: 30px 0px;
}
.textside {
    width: 45%;
    display: inline;
    align-self: center;
    vertical-align: bottom;
    padding-right: 50px;
    padding-left: 55px;
    margin-bottom: 50px;
    position: relative;
    order: 1;
}
.textside:before {
    position: absolute;
    content: "";
    display: block;
    width: 400px;
    height: 1px;
    background-color: #ccc;
    top: 20px;
    right: -110px;
}
.textside a {
    position: absolute;
    display: block;
    border: 1px solid #ccc;
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    line-height: 35px;
    text-align: center;
    top: -20px;
    right: -150px;
    color: #000;
    text-decoration: none;
    background-color: #ffffffe0;
    transition: all 1000ms;
}
.imageside {
    width: 55%;
    display: inline;
    align-content: center;
    vertical-align: middle;
    height: 70vh;
    background-size: 120% auto;
    background-position: center center;
    order: 2;
    transition: all 1000ms;
}
.place {
    width: 100%;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 10px;
}
.name {
    width: 100%;
    display: block;
    float: left;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 400;
    color: #92a7d7;
}
.text {
    font-size: 14px;
    line-height: 20px;
    width: 50%;
    display: inline-block;
    padding: 10px 5px;
    background-color: #efefef;
}
.text:nth-child(odd) {
    background-color: #fff;
}
.eachproperty:nth-child(even) .textside .text {
    float: right;
	clear: right;
}
.explainproject {
	width: 100%;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 10px;
}
.eachexplainproject {
	display: block;
	float: left;
	width: 100%;
}
.eachproperty:nth-child(even) .textside {
    order: 2;
    text-align: right;
}
.eachproperty:nth-child(even) .imageside {
    order: 1;
}
.eachproperty:nth-child(even) .textside:before {
    position: absolute;
    content: "";
    display: block;
    width: 400px;
    height: 1px;
    background-color: #ccc;
    top: 0px;
    left: -110px;
}
.eachproperty:nth-child(even) .textside a {
    position: absolute;
    display: block;
    border: 1px solid #ccc;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    top: -20px;
    left: -150px;
    color: #000;
    text-decoration: none;
    background-color: #ffffffe0;
    transition: all 1000ms;
}
.eachproperty:hover .imageside {
    background-size: 140%;
}
.eachproperty:hover .textside a {
    background-color: #cfbba4;
    color: #000;
    border:none;
}
.ourteam {
    padding: 55px 50px;
    margin-top: 180px;
    width: 100%;
    display: table;
    float: left;
    text-align: center;
    position: relative;
}
.eachteam {
    width: calc(25% - 40px);
    margin: 10px 10px;
    display: inline-block;
    transform: perspective(900px) rotateY(30deg);
}
.imageteam {
    width: 100%;
    display: block;
    float: left;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: auto;
    margin-bottom: 30px;
    box-shadow: -2px 0px 0px 0px #000;
}
.nameteam {
    width: 100%;
    display: block;
    float: left;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
}
.titleteam {
    width: 100%;
    display: block;
    float: left;
    font-weight: 200;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
}
.ourteamleft {
    position: absolute;
    left: -10px;
    font-size: 13px;
    margin: auto;
    transform: rotate(-90deg);
    text-align: center;
    top: 50%;
}
.ourteamleft:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    top: 50%;
    background-color: #000;
    right: -120px;
}
.ourteamright {
    position: absolute;
    right: -10px;
    font-size: 13px;
    margin: auto;
    transform: rotate(-90deg);
    text-align: center;
    bottom: 50%;
}
.ourteamright:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    top: 50%;
    background-color: #000;
    left: -120px;
}
.pressall {
    background-color: #f4f2f0;
    width: 100%;
    display: block;
    float: left;
    padding: 50px 55px;
    padding-bottom: 0px;
    position: relative;
    margin-top: 160px;
}
.presstitle {
    width: 100%;
    display: block;
    float: left;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -100px;
}
.presstitleup {
    font-size: 20px;
}
.presstitledown {
    margin-top: -20px;
    font-size: 56px;
    letter-spacing: 2px;
    font-family: 'Mr De Haviland', cursive;
    position: relative;
    color: #92a7d7;
}
.bx-wrapper {
    background-color: transparent !important;
    border: none !important;
    box-shadow: unset !important;
}
.bxslider div img {
    height: 400px;
    width: auto;
    display: block;
    float: left;
    border: 10px solid #fff;
}
.portfolio {
    padding: 20px 40px;
    font-size: 16px;
    letter-spacing: 3px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    text-decoration: none;
    color: #000;
}
.textinfo {
    width: 100%;
    display: block;
    float: left;
    text-align: center;
    line-height: 45px;
    font-size: 26px;
    padding: 0px 200px;
}
svg {
    width: 30px;
    fill: #958270;
    margin: 0px 10px;
}
.bookout  {
    width: 100%;
    padding: 108px 55px 160px 55px;
    display: table;
    background-color: #f4f2f0;
}
.bookmiddle {
  width: 40%;
  margin-left: 47%;
  margin-top: -30%;
  display: inline-block;
  vertical-align: middle;
}
.bookright {
  width: 35%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-style: italic;
  font-size: 20px;
  line-height: 30px;
  position: relative;
  margin-left: 10%;
}
.bookmiddle img {
  width: 100%;
  display: block;
  float: left;
}
.squarerotated {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 70px;
}

.square {
    height: 260px;
    width: 260px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -65px;
    transition: all 500ms;
    z-index: 9998;
    position: relative;
    box-sizing: unset;
}
.squareimgzoomout {
    -webkit-transform: rotate(45deg) scale(0.7);
    -moz-transform: rotate(45deg) scale(0.7);
    -ms-transform: rotate(45deg) scale(0.7);
    -o-transform: rotate(45deg) scale(0.7);
    transform: rotate(45deg) scale(0.7);
    transition: all 500ms;
}

.squareimgrotated {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.squareimg {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 500ms;
    width: 100%;
}
.footer {
    background-color: #0b161d;
    width: 100%;
    display: table;
    float: left;
    padding: 55px;
    position: relative;
}
.leftparts {
    width: 15%;
    margin-right: 4%;
    display: inline-block;
    vertical-align: top;
}
.middlelogo {
    width: 22%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-top: -135px;
}
.subscribe {
    width: 39%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: right;
}
.titlelinks {
    width: 100%;
    display: block;
    float: left;
    color: #92a7d7;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
.substitle {
    width: 100%;
    display: block;
    float: left;
    padding-bottom: 50px;
    font-size: 14px;
    color: #92a7d7;
    letter-spacing: 2px;
    text-align: right;
}
.leftparts a{
    width: 100%;
    display: block;
    float: left;
    padding: 10px 0px;
    font-size: 12px;
    letter-spacing: 2px;
    color: #ffffff;
    text-decoration: none;
}
.subscribe form {
    width: 100%;
    display: block;
    position: relative;
    float: right;
}
.subscribe input {
    width: 80%;
    display: block;
    float: right;
    color: #fff;
    border: none;
    background-color: #000000;
    padding: 20px;
    padding-right: 120px;
}
.subscribe a.sendit {
    position: absolute;
    z-index: 9999;
    right: 0px;
    top: 0px;
    bottom: 0px;
    padding: 22px;
    text-decoration: none;
    letter-spacing: 2px;
    color: #f4f2f0;
    font-size: 12px;
    background-color: #92a7d7;
}
.socialiconsallbottom {
    display: block;
    padding: 10px 0px;
    float: right;
    margin-top: 50px;
    position: relative;
}
.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9998;
    border-top: 0;
    background-color: rgba(15,25,30,.95);
    box-shadow: 0px 5px 10px 0px #0000002b;
}
.allproejcts {
    width: 100%;
    display: block;
    float: left;
    position: relative;
}
.contactus {
    width: 100%;
    display: table;
    float: left;
    position: relative;
    padding: 00px 55px;
    padding-top: 55px;
    padding-bottom: 70px;
}
.contactleft {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    color: #6a6a6a;
    font-size: 14px;
    line-height: 25px;
    padding-right: 150px;
}
.contactright {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.contactright form {
    display: block;
    float: left;
    width: 100%;
}
.contactright input {
    width: 45%;
    margin: 0px 2.5%;
    border: none;
    border-bottom: 1px solid #b4b4b4;
    color: #6a6a6a;
    font-size: 12px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    display: inline-block;
    float: left;
}
.contactright select {
    width: 95%;
    margin: 0px 2.5%;
    border: none;
    border-bottom: 1px solid #6a6a6a;
    color: #6a6a6a;
    font-size: 12px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    display: inline-block;
    float: left;
}
.contactright textarea {
    width: 95%;
    margin: 0px 2.5%;
    border: none;
    border-bottom: 1px solid #6a6a6a;
    color: #6a6a6a;
    font-size: 12px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    display: inline-block;
    float: left;
    height: 150px;
}
input:focus, textarea:focus, select:focus {
    outline-width: 0;
}
.contactleft iframe {
    margin-top: 50px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.contacttext {
    width: 100%;
    display: table;
    float: left;
    text-align: center;
    padding: 20px 50px;
    background-color: #f4f2f0;
    position: relative;
}
.contacttextleft {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 25px;
    color: #6a6a6a;
    padding-right: 150px;
}
.contacttextright {
    width: 52%;
    display: inline-block;
    vertical-align: top;
    padding-left: 2.5%;
    border-left: 1px solid #e6dcd3;
}
.texttitle {
    width: 100%;
    display: block;
    float: left;
    font-size: 13px;
    color: #6a6a6a;
    margin-bottom: 10px;
}
.textexplain {
    width: 100%;
    display: block;
    float: left;
    font-size: 13px;
    color: #6a6a6a;
    margin-bottom: 30px;
}
.about-image .border-img-solid {
    border: 1px solid rgba(0, 0, 0, 0.12);
    padding: 50px;
    border-radius: 240px 0px 240px 240px;
}
.about-image img {
    border-radius: 240px 0px 240px 240px;
    padding: 0px 0px 20px 20px;
    background: var(--primary-color-200);
}
.categories {
    width: 100%;
    position: relative;
    float: left;
    padding: 0px 50px;
    margin-top: 150px;
}
.eachallcfirst {
    width: 33.33%;
    float: left;
    border-right: 20px solid transparent;
}
.eachallcmiddle {
    width: 33.33%;
    float: left;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.eachallclast {
    width: 33.33%;
    float: left;
    border-left: 20px solid transparent;
}
.longer {
    height: calc(46vw + 30px);
    background-size: 100% auto;
}
.categoryeach {
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    height: 50vw;
    transition: all 3000ms;
}
.projecttitle {
    position: absolute;
    top: 20px;
    color: #FFFFFF;
    right: 0px;
    padding: 20px;
    color: #fff;
    font-size: 24px;
    background-color: #0f1922eb;
    position: absolute;
    border-bottom: 1px solid #fff;
    top: 0;
    left: 0;
    transition: all 1000ms;
}
.textcategory {
    position: relative;
    float: left;
    display: block;
    bottom: 0px;
    left: 0px;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    overflow: hidden;
}
div.infobottom {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    color: #ffffff;
    display: table;
    line-height: 18px;
    font-size: 12px;
    width: 101%;
    transition: all 600ms;
    background-color: #000000d9;
    margin-bottom: -100vh;
    position: relative;
}
.moreinfotitle {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 30px;
    color: #b27308;
    font-size: 20px;
}
a.moreinfo {
    width: 100%;
    display: block;
    float: left;
    text-decoration: none;
    margin-top: 50px;
    color: #b27308;
    font-size: 14px;
}
.subtitle {
    width: 100%;
    display: block;
    float: left;
    font-size: 12px;
    margin-top: 20px;
    color: #ffffff;
}
div.textcategory div.movetotop {
    margin-bottom: 0px;
}
.normaltext {
    color: #000000;
    font-size: 14px;
    text-align: justify;
    line-height: 20px;
}
.moretitlecontentlittle {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 15px;
    text-align: right;
    font-size: 25px;
    color: #2e3336;
}
.paddingpro {
    padding: 50px;
}

.prohalf {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.proup {
    display: table;
    width: 100%;
    position: relative;
    padding: 0px 10px;
    margin-bottom: 10px;
}
.studio {
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 50px;
}
.subtitlepro {
    background-color: #0000006b;
    padding: 50px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    position: absolute;
    text-align: center;
    display: table;
    width: calc(50% - 40px);
    bottom: 20px;
    right: 20px;
    margin-left: -25%;
}
.productionimg {
    width: 50% !important;
    display: inline-block !important;
    vertical-align: middle;
}
.subtitlepro::before {
    content: '';
    border: 1px solid #fff;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}
.moreinfo {
    display: inline-table;
    width: 100%;
    float: left;
    margin-top: -50px;
    text-align: center;
}
.eachmore {
    width: 20%;
    font-size: 12px;
    display: inline-table;
    vertical-align: top;
    color: #929292;
    text-align: left;
    border: 10px solid transparent;
    line-height: 20px;
}
.eachmore img {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 20px;
    height: 150px !important;
}
.unittab {
    width: 100%;
    float: left;
    display: block;
    position: relative;
    padding: 50px 40px;
    margin-top: 150px;
    text-align: center;
    background-color: #fff;
}
#js-grid-unit {
    float: left;
    width: 100%;
    display: block;
}
.fullpagevideo {
    width: 100%;
    display: block;
    float: left;
    position: relative;
    z-index: 1;
}
.logooutdiv {
    width: 220px;
    height: 220px;
    background-color: #0b161d;
    transform: rotate(45deg);
    position: absolute;
    z-index: 9999;
    margin: auto;
    left: 0;
    right: 0;
    top: 20%;
    margin-top: -70px;
    transition: all 1000ms;
}
.logooutdiv img {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top:0;
    transform: rotate(-45deg);
}
.modifylogo {
    top: 50%;
    animation: one 5s infinite;
    animation-direction: alternate;
}
.modifylogo img {
    transform: rotate(0deg);
}
@keyframes one {
  0% {
    transform: scale(3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes two {
  0% {
    transform: scale(3);
  }
  100% {
    transform: scale(1);
  }
}
.up {
    top: 10%;
}
.opacitythis {
    opacity: 0.50;
}
.maskit {
    background-color: #0b161d;
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 9998;
}
.header {
    display: none;
}
@media only screen and (max-device-width : 1024px){
    .eachallcfirst {
    width: 100%;
    border-right: none;
}
    .sticky .logout {
        top: -35px !important;
    }
    .eachallcmiddle {
    width: 100%;
    border-left: none;
    border-right: none;
}
    .eachallclast {
    width: 100%;
    border-left: none;
}
    .categoryeach {
    height: 100vw;
    margin-bottom: 10px;
}
    .prohalf {
    width: 100%;
    text-align: center;
}
    .productionimg {
    width: 100% !important;
}
    .subtitlepro {
    width: calc(100% - 20px);
    bottom: 10px;
    right: 10px;
}
    .eachmore {
    width: 50%;
}
    .slogantop {
    font-size: 30px;
}
    .textside {
    width: 100%;
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 50px;
    text-align: center !important;
}
    .imageside {
    width: 100%;
    display: inline-block;
    height: 30vh;
}
    .eachproperty {
    display: table;
    margin: 0px !important;
}
    .name {
    text-align: center;
}
    .text {
    text-align: center;
    float: none !important;
    clear: none !important;
}
    .eachteam {
    width: calc(33.33% - 20px);
}
    .textinfo {
    line-height: 35px;
    font-size: 16px;
    padding: 0px 50px;
}
    .contactright {
    width: 100%;
}
    .leftparts {
    width: 100%;
    margin-right: 0px;
}
    .middlelogo {
    display: none;
}
    .subscribe {
    width: 100%;
}
    .contactleft {
    width: 100%;
    padding-right: 0px;
    text-align: center;
}
    .contacttextleft {
    width: 100%;
    padding-right: 0px;
}
    .contacttextright {
    width: 100%;
    margin-top: 30px;
    padding-left: 0px;
    border-left: none;
}
    .presstitledown {
    margin-top: -20px;
    font-size: 40px;
}
    .bookright {
    width: 100%;
    margin-left: 0px;
}
    .bookmiddle {
    width: 100%;
    margin-left: 0px;
    margin-top: 30px;
}
    .portfolio {
    padding: 10px 20px;
    font-size: 12px;
}
    .rightside {
    width: 100%;
    padding-top: 50px;
    padding-left: 0px;
    border-left: none;
}
    .leftside {
    width: 100%;
    padding-right: 0px;
}
    .aboutall {
    padding: 20px 10px;
}
    .about-image .border-img-solid {
    padding: 10px;
}
    .footer {
    padding: 30px 10px;
    text-align: center;
    overflow: hidden;
}
    .example {
    padding: 0px 10px;
}
    .fullpagevideo {
    min-width: 100%;
    width: auto;
    height: 70vh;
}
    .textside:before {
    width: 100%;
    right: -0px;
    display: none !important;
}
    .textside a {
    right: 10px;
}
    .place {
    text-align: center;
    margin-top: 30px;
}
    .maintop {
    padding-bottom: 10px;
}
    .topbar {
    margin: 0px 10px;
    margin-top: 10px;
    width: calc(100% - 20px);
    z-index: 9999;
    position: relative;
}
    .categories {
    padding: 0px 10px;
    margin-top: 170px;
}
    .paddingpro {
    padding: 0px;
    margin-bottom: 20px;
}
    .unittab {
    padding: 0px 10px;
    margin-top: 200px;
}
    .moretitlecontentlittle {
    text-align: center;
}
    .cbp-l-filters-underline .cbp-filter-item {
    margin: 0px !important;
}
    .bookout {
    padding: 0px 10px 0px 10px;
}
    .substitle {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 0px;
}
    .subscribe input {
    width: 100%;
    float: left;
    padding-right: 0px;
}
    .socialiconsallbottom {
    margin-top: 20px;
    width: 100%;
    text-align: center;
}
    .contactus {
    padding: 30px 10px;
    background-color: #fff;
}
    .ourteam {
    padding: 55px 30px !important;
    margin-top: 200px;
    padding-bottom: 170px !important;
}
    .title2 {
    text-align: center;
}
    .title1 {
    text-align: center;
}
    .textnormal {
    text-align: center;
}
    .leftmenu {
        display: none;
    }
    .righmenu {
        display: none;
    }
    .logoout {
    top: -35px !important;
}
    .header {
        display: block;
    }
}