html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;text-decoration:none;background:transparent; font-weight: normal;}
body{line-height:1;}
ol, ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after{content:'';content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}
form textarea{resize:none;}
a:hover, a:focus, a:active{text-decoration:none !important;color:inherit;outline:none !important;}

html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%; margin: 0;}

button {border-color: transparent; border: 0; padding: 0; margin: 0;}

@font-face {
    font-family: 'Lato-Regular';
    src: url('fonts/Lato-Regular.woff2') format('woff2'),
        url('fonts/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald-Medium';
    src: url('fonts/Oswald-Medium.woff2') format('woff2'),
        url('fonts/Oswald-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato-BlackItalic';
    src: url('fonts/Lato-BlackItalic.woff2') format('woff2'),
        url('fonts/Lato-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FuturaBT-Light';
    src: url('fonts/FuturaBT-Light.woff2') format('woff2'),
        url('fonts/FuturaBT-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('fonts/Oswald-Bold.woff2') format('woff2'),
        url('fonts/Oswald-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato-BoldItalic';
    src: url('fonts/Lato-BoldItalic.woff2') format('woff2'),
        url('fonts/Lato-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato-LightItalic';
    src: url('fonts/Lato-LightItalic.woff2') format('woff2'),
        url('fonts/Lato-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato-Italic';
    src: url('fonts/Lato-Italic.woff2') format('woff2'),
        url('fonts/Lato-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('fonts/Montserrat-Bold.woff2') format('woff2'),
        url('fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Thin';
    src: url('fonts/Montserrat-Thin.woff2') format('woff2'),
        url('fonts/Montserrat-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kammerlander';
    src: url('fonts/Kammerlander.woff2') format('woff2'),
        url('fonts/Kammerlander.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body{ font-size: 15px;font-family: 'Lato-Regular', sans-serif;color: #000; margin: 0; overflow-x: hidden; letter-spacing: 0.5px;}

input, textarea {
    -webkit-appearance: none; border-radius: 0px;
}

.fw,.fwp,.fwh,.fwpc,.fwvh, section,footer,header {width: 100%; float: left;}
.fwp{position: relative;}
.fwh {height: 100%;}
.fwvh {height: 100vh;}
.pr{position: relative;}
.plb{position: absolute; left: 0; bottom: 0;}
.prb{position: absolute; right: 0; bottom: 0;}
.plt{position: absolute; left: 0; top: 0;}
.prt{position: absolute; right: 0; top: 0;}
.pxy {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.ply {position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.pxt {position: absolute; left: 50%; top: 0; transform: translateX(-50%);}
.pry {position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.pxb {position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);}
.f0{font-size: 0;}
.pd {padding: 0 !important;}
.pdl {padding-left: 0 !important;}
.pdr {padding-right: 0 !important;}
.mg {margin: 0 !important;}
.txc{text-align: center;}
.txl{text-align: left;}
.txr{text-align: right;}
.fl{float: left;}
.fnone{float: none !important;}
.fr{float: right;}
.dib {display: inline-block;}
.dibr {display: inline-block; float: right;}
.dibl {display: inline-block; float: left;}
.opa0 {opacity: 0;}
.opacity {opacity: 0 !important;}
.dn {display: none;}
.fo {width: 0 !important; height: 0 !important; overflow: hidden !important; font-size: 0; opacity: 0;}

.v_line {width: 100%; float: left; height: 1px; transform: scaleY(0.5); font-size: 0; background: #a7a9ac;}

.cycle-slideshow .cycle-slide::nth-child(even) {margin-top: 200px !important;}
.cycle-slideshow .cycle-slide {width: 80%; margin-top: 100px;}
.cycle-slide a {width: 50%;}

#loader {
    width: 100%;
    height: 100vh;
    background: #fff url(../images/loader.gif) no-repeat center center;
    background-size: 60px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99999999999;
    /* display: none; */
}
/*Header*/

#map {
width: 100%;
float: left;
height: 500px;
}
header {-webkit-transition: position 10s;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: position 10s; z-index: 999; padding: 27px 52px;}
header .logo, header .logo a {display: inline-block; float: left;}
header .logo a:last-child {display: none;}
.secondheader .actual {position: fixed; left: 0; top: 0; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.2); z-index: 999;  padding: 20px 50px; display: block;}
.secondheader .logo a:first-child {display: none;}
.secondheader .logo a:last-child {width: auto; height: 60px; display: flex; align-items: center; /*justify-content: center;*/}
.secondheader .logo a:last-child img {height: 30px; }
header .logo img { height: 60px; float: left;}
header .menu {float: right; display: inline-flex; align-items: center; height: 60px;}
header .menu li {display: inline-block; float: left; margin-right: 60px; color: #fff;}
header .menu li:last-child{ margin-right: 0px;}
header .menu li a {display: inline-block; float: left; font-size: 14px; line-height: 24px; color: #000; font-family: 'Lato-Regular'; position: relative; letter-spacing: 4px; background: linear-gradient(to left, #000, #000 50%, #9A6463 50%); background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 1s ease;
  text-decoration: none;}
header .menu li a:after {right: 4px; bottom: -1px; width: 18px; height: 1px; content: ''; position: absolute; background: #000; transform: scaleX(0); transform-origin: left; transition: transform  1s ease-out;}
header .menu li a:hover:after, header .menu li a:active:after, header .menu li a:focus:after{ width: 21px; transform: scaleX(1); transform-origin: right; background: #000; transition: transform  1s ease-out;}
header .menu li a.active:after { width: calc(100% - 4px); transform: scaleX(1); transform-origin: right; background: #9A6463; transition: transform 1s ease-out;}
header .menu li a.active {color: #9A6463; background-position: 0 100%;}
p {font-family: 'Lato-Italic'; font-size: 14px; line-height: 19px; color: #000;}
.sidedots {position: fixed; right: 50px; top: 50%; transform: translateY(-50%); display: inline-block; width: 10px; display: flex; flex-flow: column; z-index: 999; transition: 0.4s;}
.sidedots a {cursor: pointer; display: inline-block; font-size: 0; width: 6px; height: 6px; border-radius: 50%; background: #C0C0C0; margin: 8px 2px;}
.sidedots a.active { background: #2D2D2D;}

.fw67 {width: 70%; float: left;}
.bgbabber {position: absolute; right: -21%; top: -6%; height: 105%; width: auto; z-index: -1;}
.fw33 {width: 30%; float: right; position: absolute; top: 17%; right: 228px;}
.text_bg .vline { position: absolute; bottom: -150px; left: 268px;}
.vline { transform-origin: top;}
.vline {width: 1px; height: 100px; background: #000; font-size: 0; }
.text_bg h2 {font-family: 'Kammerlander'; font-size: 58px; line-height: 58px; color: #000;  position: relative; display: inline-block;}
.text_bg h2.first {opacity: 0;}
.text_bg h2.second { position: absolute; left: 0; top: 0; display: inline-block; background: linear-gradient(to right, #fff 205px, transparent 205px); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
/*.text_bg h2.second { position: absolute; left: 0; top: 0; display: inline-block; background: linear-gradient(to right, #fff 50%, transparent 50%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent;}*/
.text_bg h2.third { position: absolute; left: 0; top: 0; display: inline-block; background: linear-gradient(to left, #000 150px, transparent 150px); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.text_bg h2 i {font-family: 'Lato-LightItalic'; font-style: italic; text-transform: uppercase; font-size: 64px; font-weight: normal;}


.text_bg .testing2 {position: absolute; left: 0; top: 0; overflow: hidden; width: 228px; color: #fff;}
.testing2 span { white-space: nowrap; position: relative; left: 0px; }
.text_bg .testing1 {position: absolute; left: 0; top: 0; overflow: hidden; width: auto; color: #000;}
.testing1 span { white-space: nowrap; position: relative; left: 0px; }
#home_link { margin-bottom:50px; margin-top: 10px; }

/*Header*/
.aboutmain {padding-top: 185px;}
.style_savour {position: relative; padding: 0 0 0;}
.style_savour_desc { position: relative;}
.style_savour .vline {position: absolute; right: 90px; bottom: -120px; background: #333;}
.style_savourbg {position: absolute; left: 0; top: -75px; width: 50%; height: calc(100% - 0px); background: #D4D1C7; z-index: -2;}
.style_savourbg02 {position: absolute; right: -186px; top: -75px; width: 140%; height: 100%; background: #D4D1C7; z-index: -2;}
.style_savour h6 {font-family: 'Lato-Italic'; font-style: italic; font-size: 18px; line-height: 28px; color: #333333; padding-bottom: 8px; letter-spacing: 1px;}
.style_savour p {color: #333; font-family: 'Lato-Italic'; font-style: italic;}
.style_savour .txr {padding-top: 330px; padding-top: 230px;}
.style_savour .txl {padding-top: 90px;}
.style_savour .txr p {color: #333;}
.bgsymbol01 {position: absolute; left: -239px; top: -85px; height: 100%; z-index: -1;}
.style_savour h2 {position: absolute; right: -187PX; top: -46px; font-family: 'Kammerlander'; font-size: 50px; line-height: 51px; color: #000; word-spacing: -5px;}
.style_savour h2 i {font-family: 'Lato-LightItalic'; font-style: italic; font-size: 57px; font-weight: normal; letter-spacing: -1px;}


.experience_innovation {position: relative; padding: 0; padding: 150px 0 80px;}
.experience_innovation_bg {position: absolute; left: -30px; bottom: -30px; width: 100%; height: calc(100% - 60px); background: #D4D1C7; z-index: -2;}
.experience_innovation_img {position: relative;}
.experience_innovation .txr {padding-top: 100px; padding-right: 30px;}
.experience_innovation .txl {padding-top: 400px;}
.experience_innovation p {color: #333; font-family: 'Lato-Italic'; font-style: italic;}
.experience_innovation .txl p {color: #333;}
.experience_innovation_img h2 {position: absolute; left: -324PX; top: -58px; font-family: 'Kammerlander'; font-size: 50px; line-height: 53px; color: #000;}
.experience_innovation_img h2 i {font-family: 'Lato-LightItalic'; font-size: 57px; font-weight: normal; font-style: italic;}
.experience_innovation_img h2 span {color: #fff; font-weight: normal;}

.gallery_images {padding: 100px 0 160px; position: relative;}
.gallery_images .space {height: 10vh;}
.gallery_images .symbol1 {position: absolute; right: -320px; bottom: 0; width: 43vw;}
.gallery_images .symbol2 {position: absolute; left: -130px; bottom: -320px; width: 35vw;}
.gallery_slider a {position: relative; margin-bottom: 40px;}
.gallery_slider .gallery_img {position: relative;}
.gallery_slider .gallery_img:hover:after {content: ''; width: calc(100% - 0px); height: calc(100% - 8px); background: #D4D1C7; position: absolute; right: -25px; bottom: -25px; z-index: -1;}
.gallery_slider .owl-nav {position: absolute; right: 60px; bottom: -100px;}
.gallery_slider .owl-nav span {display: none;}
.gallery_slider .owl-nav .owl-prev {position: relative; font-size: 0; width: 60px; height: 20px; float: left; margin: 0 10px;}
.gallery_slider .owl-nav .owl-next {position: relative; font-size: 0; width: 60px; height: 20px; float: left; margin: 0 10px;}
.gallery_slider .owl-nav .owl-prev:after, .gallery_slider .owl-nav .owl-next:after {content: ''; width: 10px; height: 10px; border: solid #000; font-size: 0; border-width: 0px 0 1px 1px; padding: 1px; position: absolute; left: 0; top: 50%; transform: translateY(-50%) rotate(45deg);}
.gallery_slider .owl-nav .owl-next:after { border-width: 1px 1px 0px 0; left: auto; right: 0; }
.gallery_slider .owl-nav .owl-next:before, .gallery_slider .owl-nav .owl-prev:before { content: ''; width: 100%; height: 1px; background: #000; display: inline-block; font-size: 0; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}

.our_brand {padding: 130px 0 0;}
.brandlogo {background: #fff; padding: 40px; width: 35%; height: 35%;}
.detaildesc { transform: translateX(-50%); top: inherit; bottom: 9vh; transition: all 1s ease-out; height: 0px; background: #fff; width: 55%; text-align: center; overflow: hidden;}
.brandmain:hover  .detaildesc { transition: all 1s ease-out; height: 355px; padding: 30px 0;}
.detaildesc h3{font-family: 'FuturaBT-Light'; font-size: 38px; line-height: inherit; color: #333; margin:20px 0 10px;}
.detaildesc p {font-size: 14px; color: #333333; font-family: 'Lato-Italic'; font-style: italic; padding: 0 20px;}
.detaildesc .line {display: inline-block; width: 1px; height: 60px; background: #000; font-size: 0;}
.detaildesc a {font-size: 16px; line-height: 24px; color: #333333; border-bottom: 1px solid #333333; display: inline-block; font-family: 'Lato-BoldItalic'; font-style: italic; margin-top: 15px; letter-spacing: 1px;}
.address, .tabaddress {text-align: center; padding: 60px 0;}
.address h6 {color: #333;}
.address h6, .tabaddress a {font-family: 'Lato-BoldItalic'; font-style: italic; font-size: 16px; margin-bottom: 15px; display: inline-block; letter-spacing: 1px;}
.tabaddress a {margin-right: 30px; color: #999999;}
.tabaddress a.active {color: #333333;}
.tabaddress a:last-child {margin-right: 0;}
.tabdesc {display: none;}
.tabdesc p, .address p {font-style: italic;}

.awards {display: flex; justify-content: center; flex-flow: wrap; padding: 60px 0; }
.creambg {background: #D4D1C7;}
.awards .awardimg {width: 33.33%; padding: 30px 2.4vw;}
.milestones .banner {position: absolute; right: 0; top: auto; bottom: -120px; width: 30%; float: right;}
.excellence_txt h3 {font-family: 'Kammerlander'; color: #000; font-size: 50px; line-height: 51px;}
.excellence_txt h3 i {font-family: 'Lato-LightItalic'; font-style: italic;  color: #C1BCAF; font-size: 57px;}
.excellence_txt h3 span {color: #fff;}
.milestones {padding: 112px 0 100px; }
.excellence_txt {position: absolute; width: 30%; bottom: -160px; right: 251px;}
.excellence_txtnew {position: inherit; bottom: inherit; right: inherit; width: 100%; text-align: right;}
.excellence_txtnew h3 {text-align: left; float: right; margin-top: 15px;}
.excellence_served p{ font-style: italic; }

#connect_link {padding-top: 110px;}
.contact {background: #D4D1C7; padding: 0 0 90px;}
.contact form {margin-top: 80px;}
.form_control {position: relative;}
.form_group {position: relative;}
.contact input {position: relative; font-family: 'Lato-Italic'; font-style: italic; font-size: 15px; line-height: 28px; color: #333; border:0; outline: 0; -webkit-appearance:none; appearance:none; background: transparent; margin: 20px 0; height: 42px; border-bottom: 1px solid #333; width: 100%; float: left;}
.contact .form_control_submit {height: 42px; display: flex; align-items: center; margin: 20px 0; justify-content: flex-end;}
.contact input[type="submit"] {width: auto; height: 30px; padding: 0; font-family: 'Lato-BoldItalic'; font-style: italic; float: right; font-size: 20px; margin: 0; cursor: pointer; letter-spacing: 2px;}
input:-internal-autofill-selected {appearance: none; -webkit-appearance:none;
    background-color: transparent !important;
    background-image: none !important;
    color: -internal-light-dark(black, black) !important; background: transparent !important;}
.contact .valid {background: none !important; appearance: none; -webkit-appearance:none; color: #333 !important; color:-internal-light-dark(black, black) !important; }
.comebeapartofthemagic h2 {font-size: 50px; line-height: 50px; color: #000; font-family: 'Kammerlander'; padding-top: 70px; margin-bottom: 24px;}
.comebeapartofthemagic h2 span{word-spacing:-11px;}
.comebeapartofthemagic h2 i {font-family: 'Lato-LightItalic'; font-style: italic; font-size: 56px; line-height: 40px;}
.comebeapartofthemagic p {padding-left: 30px; font-style: italic;}
.contact h4 {font-family: 'Lato-BoldItalic'; font-style: italic; font-size: 24px; line-height: inherit; color: #333; margin: 40px 0 20px; letter-spacing: 1px;}
.map {width: 100%;}
.mapframe {height: 500px;}
.upload {position: relative; width: 100%; float: left; height: 42px; margin: 20px 0; border-bottom: 1px solid #333;}
.contact .upload label {position: absolute; right: 0; top: 4px; cursor: pointer;}
.contact .upload input {opacity: 1; border: 0; height: 28px; width: 72px; background: red; appearance: none; -webkit-appearance: none; margin: 0;}
.contact .upload i {position: absolute; left: 0; top: 0; background: #333; width: 100%; height: 100%; position: absolute; right: 0; top: 0; display: inline-flex; justify-content: center; align-items: center; color: #fff; font-size: 13px; font-family: 'Lato-Italic';}
.upload span {font-family: 'Lato-Italic'; font-style: italic; position: absolute; left: 0; top: 50%; transform: translateY(-50%); color: #333333}
.contact form p {color: #333;}
.error {position: absolute; left: 0; bottom: 0; font-family: 'Lato-Regular'; font-size: 14px; line-height: inherit; color: red;}
#file-error {width: 100%; float: left; white-space: nowrap; right: auto; top: auto; left: -95%; bottom: -29px; position: absolute; font-family: 'Lato-Regular'; font-size: 14px; line-height: inherit; color: red;}
.getintouch {position: absolute;right: 10%; top: 80px; padding: 15px 25px; background: #333333;}
.getintouch p strong {font-family: 'Lato-BoldItalic'; font-style: italic;}
.getintouch p strong:first-child {letter-spacing: 1px;}
.getintouch p {font-size: 13px; font-family: 'Lato-Italic'; font-style: italic; color: #999999; line-height: 18px; margin: 18px 0;}
.getintouch h3 {font-family: 'Kammerlander'; color: #fff; font-size: 50px; line-height: 62px; word-spacing: -5px;}
.getintouch h3 i {font-family: 'Lato-LightItalic'; font-style: italic; color: #fff; font-size: 53px;}
.getintouch .line {width: 25px; height: 1px; background: #999; font-size: 0;}
.getintouch a, .getintouch a:hover, .getintouch a:focus {color: #999;}

.smover {overflow:hidden;}
footer {background: #333; padding: 45px 35px;}
.lefsecfooter {display: flex; align-items: center; margin-top: 0;}
.logofooter {display: inline-block; float: left;}
.logofooter img {height: 60px;}
footer .line{height: 50px; width: 1px; background: #999; display: inline-block; font-size: 0; float: left; margin: 0 40px;}
footer .first, footer .second {width: 14%; float: left;}
footer .first img, footer .second img {width: 100%; float: left;}
footer .second {margin-left: 40px;}
footer p {color: #999; font-family: 'Lato-Regular'; text-align: right; font-size: 11px; line-height: 18px; letter-spacing: 2px;}
footer p a {font-family: 'Lato-Regular'; color: #999; display: inline-block;}
.terms {font-size: 9px; margin-top: 8px;}
.social {text-align: right; margin-bottom: 15px;}
.social a {display: inline-block;}
.social a img {display: inline-block; width: 27px; height: 27px; margin-left: 15px; float: right;}

.lg-backdrop.in {opacity: 0.95 !important;}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object { transform: scale3d(0.8,0.8,0.8); -webkit-transform: scale3d(0.8,0.8,0.8); }

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #333;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #333;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #333;
}


#lg-download, #lg-counter {display: none;}
.lg-toolbar  {background: transparent !important;}
.lg-outer {z-index: 999999999999999999 !important;}
.lg-close {font-size: 0; width: 46px !important; height: 46px !important; display: inline-block; position: relative; margin-right: 19px !important; margin-top: 19px !important;}
.lg-close:after, .lg-close:before {content: ''; width: 35px; height: 2px; display: inline-block; font-size: 0; background: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(45deg);}
.lg-close:before {transform: translate(-50%,-50%) rotate(-45deg);}
.lg-next, .lg-prev {font-size: 0 !important; width: 46px !important; height: 46px !important; position: relative; background: transparent !important;}
.lg-next:after, .lg-prev:after { content: ''; width: 10px; height: 10px; border: solid #fff; font-size: 0; border-width: 0px 0 1px 1px; padding: 1px; position: absolute; left: 0; top: 50%; transform: translateY(-50%) rotate(45deg);}
.lg-next:after { border-width: 1px 1px 0px 0; left: auto; right: 0;}

.gallery_slider .owl-nav .owl-prev {position: relative; font-size: 0; width: 60px; height: 20px; float: left; margin: 0 10px;}
.gallery_slider .owl-nav .owl-next {position: relative; font-size: 0; width: 60px; height: 20px; float: left; margin: 0 10px;}
.gallery_slider .owl-nav .owl-prev:after, .gallery_slider .owl-nav .owl-next:after {content: ''; width: 10px; height: 10px; border: solid #000; font-size: 0; border-width: 0px 0 1px 1px; padding: 1px; position: absolute; left: 0; top: 50%; transform: translateY(-50%) rotate(45deg);}
.gallery_slider .owl-nav .owl-next:after { border-width: 1px 1px 0px 0; left: auto; right: 0; }
.lg-next:before, .lg-prev:before { content: ''; width: 100%; height: 1px; background: #fff; display: inline-block; font-size: 0; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.lg-actions .lg-next { right: 36px; }
.lg-actions .lg-prev {left: 36px;}


#ipad_portrait_mode {
    position: fixed;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.5);
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 99999999999;
    display: none;
}
.ipad_portrait_message {
    position: absolute;
    left: 50%;
    top: 50%;
    background: rgba(255,255,255,1);
    text-align: center;
    padding: 40px;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}
.ipad_portrait_message p {
    font-size: 17px;
    line-height: 30px;
    color: #000;
    font-family: 'Lato-LightItalic';
    font-style: italic;
}

.scrollTopimg { width: 42px; height: 42px; display: none; position: fixed; right: 40px; bottom: 160px; border-radius: 50%; cursor: pointer;}
.scrollTopimg.active {display: inline-block;}
.termsprivacy, .termsprivacy a {font-size: 9px; line-height: 14px; }
.termsprivacy { margin-top: 10px; padding: 0;}

/* For portrait layouts only */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  #ipad_portrait_mode { display: block; }
  
}
@media only screen 
  and (min-device-width: 481px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) {
    .smover {overflow: hidden;}
    .style_savour .txr {padding-top: 180px;}
    .experience_innovation .txl {padding-top: 315px;}
    .detaildesc h3 {font-size: 33px;}
    .detaildesc p {font-size: 13px;}
    .detaildesc .line {height: 50px;}
    .detaildesc {bottom: 5.5vh;}
    .address h6, .tabaddress a {font-size: 14px;}
    .milestones .banner {top: 83px;}
    .hidden-sm {display: none;}
    .logofooter img {height: 46px;}
    footer .line {margin: 0 22px;}
    footer .first, footer .second {width: 100%; float: left;}
    footer p {font-size: 13px;}
    .social a img {width: 24px; height: 24px;}

.brandlogo { padding: 15px; width: 120px; height: 120px; top: 50%; margin-top: -50px; display: flex; justify-content: center; align-items: center;}
.detaildesc {width: calc(100% - 80px); float: left; padding: 35px 30px 40px; height: auto; position: relative; bottom: inherit; overflow: visible; top: inherit; margin-top: -100px; transform: translateX(-50%); opacity: 1; background: #C1BCAF;}
.detaildesc .line, .detaildesc h3 { display: none;}
.detaildesc p {min-height: 130px}

}

@media only screen and (max-width: 768px) {
p {font-size: 13px; line-height: 19px;}
.vline {height: 90px;}
.pdsec {padding: 0 15px;}
.pdm0 {padding: 0;}

.scrollTopimg {width: 37px; height: 37px; right: 10px; bottom: 100px;}
#loader {    background: #fff url(../images/loader.gif) no-repeat center calc(50% - 50px);
    background-size: 60px;}

header {padding: 17px 20px; height: 70px; box-shadow: 0 0 5px rgba(0,0,0,0.2);}
header .logo img { height: 36px; }
header .menu {position: fixed; right: -100%; top: 0; padding-top: 0; background: #333; height: 100%; width: 62%; display: flex; align-items: baseline; flex-flow: column;}
header .menu ul {width: 100%; float: left; padding: 0 25px 0 45px;}
header .menu li {width: 100%; padding: 24px 0; border-bottom: 1px solid #fff; text-align: right;}
header .menu li:first-child, header .menu li:last-child {border: 0;}
header .menu li a {font-size: 12px; color: #fff; background: none; -webkit-text-fill-color: inherit; text-fill-color:inherit; display: inline-block; text-align: right; float: right;}
header .menu li a:after {display: none;}
header .menu li a.active {color: #999}
.humbergic {display: inline-block; width: 33px; height: auto;font-size: 0; position: fixed; top: 24px; right: 20px; z-index: 9999999; padding-bottom: 22px;}
.humbergic span {width: 29px; height: 2px; background: #000; float: left; font-size: 0; position: absolute; left: 2px; top: 0;}
.humbergic span:nth-child(1) {top: 3px;}
.humbergic span:nth-child(2) {top: 10px;} .humbergic span:nth-child(3) {top: 10px;}
.humbergic span:nth-child(4) {top: 17px;}
.mobileheader .humbergic span:nth-child(1), .mobileheader .humbergic span:nth-child(4) {display: none;}
.mobileheader .humbergic span:nth-child(2), .mobileheader .humbergic span:nth-child(3) { left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(135deg); background-color: #fff;}
.mobileheader .humbergic span:nth-child(3) {left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(-135deg);}
.mobileheader .menu {right: 0; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; transition: all 1s ease; z-index: 9999999;}
.secondheader .logo a:last-child {height: 30px;}
.secondheader .logo a:last-child img {height: 20px;}
.secondheader .actual {height: 70px; padding: 20px 20px;}
.socialmo {padding-top: 55px;}
.social {margin-bottom: 0;}
.socialmo a img { width: 100%; float: left; text-align: right; }
.socialmo a {display: inline-block; float: right; width: 24px; margin-right: 25px; height: 24px;}
.secondheader .logo a:first-child {display: block;}
.secondheader .logo a:last-child {display: none;}

#home_link {margin-bottom: 10px; }
.text_bg {padding: 30px 30px 0;}
/*.banners {margin-top: -11.3vw;}*/
.banners {margin-top: -41px;}
.banners .vline {position: absolute; left: 50px; bottom: -35px; z-index: 9999;}
.text_bg h2 {font-size: 38px; line-height: 39px; opacity: 1 !important;}
.text_bg h2 i {font-size: 38px;}
/*.text_bg h2 {font-size: 10.5vw; line-height: 10.6vw; opacity: 1 !important;}*/
/*.text_bg h2 i {font-size: 12.1vw;}*/
.text_bg h2 span {color: #fff;}


.style_savour {padding-top: 76px;}
.style_savour h2 {width: 100%; float: left; font-size: 38px; line-height: 39px; position: inherit; right: inherit; top: inherit; margin-left: 15px;}
.style_savour h2 i {font-size: 42px; display: inline-block; margin-left: -158px;}
.style_savour .txl {padding: 30px 0 20px; text-align: center;}
.style_savour .txr {padding-top: 10px;}
.style_savour h6 {padding-bottom: 15px; font-size: 14px; line-height: 19px;}
.style_savour .vline {right: inherit; left: 65px; bottom: -80px;}
.style_savourbg {top: 37px;width: 100%;}
.style_savour .bgsymbol01 { position: absolute; left: inherit; top: inherit; right: 0; bottom: -179px; height: 63%; z-index: -1; transform: rotate(77deg); opacity: 0.6;}

.experience_innovation {margin: 100px 0 60px;}
.experience_innovation .txl {padding-top: 20px;}
.experience_innovation_bg {display: none;}
.experience_innovation_img h2 { font-size: 38px; line-height: 39px; left: inherit; right: -41px; top: -43px; white-space: nowrap; transform: rotate(-90deg); transform-origin: right bottom; color: #fff;}
.experience_innovation_img h2 i, .experience_innovation_img h2 i span{font-size: 42px; color: #000;}
.experience_innovation .txr {text-align: center; padding-top: 30px; padding-right: 0;}
.experience_innovation .txl {text-align: center;}
.aboutmain {overflow: hidden; padding-top: 0;}
.gallery_images {padding: 20px 0 40px;}
.our_brand {padding: 70px 0 0;}
.owl-dots {position: absolute; left: 30px; bottom: -25px;}
.owl-dots .owl-dot {width: 5px; height: 5px; border-radius: 50%; display: inline-block; font-size: 0; background: #C0C0C0 !important; margin-right: 7px !important;}
.owl-dots .owl-dot.active {background: #2D2D2D !important;}
.brandlogo {padding: 15px; width: 120px; height: 120px;top: 50%; margin-top: -50px; display: flex; justify-content: center; align-items: center;}
.detaildesc {width: calc(100% - 80px); float: left; padding: 35px 30px 40px; height: auto; position: relative; bottom: inherit; overflow: visible; top: inherit; margin-top : -100px; transform: translateX(-50%); opacity: 1; background: #C1BCAF;}
.brandmain:hover  .detaildesc {height: auto; padding: 15px 30px 40px; }
.detaildesc .line {display: none;}
.detaildesc h3 {font-size: 23px;}
.detaildesc p {font-size: 13px; line-height: 22px; padding: 0;}
.detaildesc a {font-size: 14px;margin-top: 18px;}
.address, .tabaddress {padding: 35px 40px;}
.gallery_slider .gallery_img:hover:after {display: none;}

.mobile_ourbrand_slider .tabdesc {display: block;}
.mobile_ourbrand_slider p br {display: none;}
.mobile_ourbrand_slider h4 {font-size: 16px; font-family: 'Lato-BoldItalic'; font-style: italic; letter-spacing: 2px; margin-bottom: 20px; font-weight: normal;}
.mobile_ourbrand_slider .owl-dots { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);}

.milestones {padding: 70px 0 20px;}
.awards .awardimg {width: 50%; padding: 14px 2.4vw;}
.awards {padding: 60px 0 20px;}

.excellence_txt_mo {position: relative;z-index: 9;}
.excellence_txt_mo h3 {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; float: left; padding: 0 0; }
.excellence_txt_mo h3 {font-size: 38px; line-height: 39px; font-family: 'Kammerlander';}
.excellence_txt_mo h3 label {display: inline-block; float: left; color: #fff; padding-left: 30px;}
.excellence_txt_mo h3 i {font-size: 42px; font-family: 'Lato-LightItalic'; float: right; display: inline-block; letter-spacing: 1px; padding-right: 30px;}
.excellence_served br {display: none;}
.excellence_served {text-align: center; padding-top: 25px;}

.contact .excellence_txt_mo h3 i {padding: 0 0 0 30px; font-size: 42px; line-height: 46px;}
.contact .excellence_txt_mo h3 label {padding: 0 30px 0 0; word-spacing: -11px; font-size: 38px; line-height: 39px;}

#connect_link {padding-top: 10px;}
#connect_link .excellence_txt_mo h3 i { color: #fff; float: left;}
#connect_link .excellence_txt_mo h3 label {color: #000; float: right;}
.contact form {padding: 0 30px; text-align: center; margin-top: 70px;}
.contact h4 { font-size: 18px; margin: 35px 0 10px; letter-spacing: 2px;}
.contact .form_control_submit {justify-content: center;}
.contact {padding-bottom: 10px; background: #fff;}
.contact input {margin: 0; height: 58px; line-height: 57px;}
.contact .upload input {opacity: 0;}
.contact .upload i {font-size: 12px;}
.upload {height: 58px; line-height: 57px; margin: 0;}
.contact .upload label {top: 16px;}
.contact input[type="submit"] {line-height: inherit;}
.getintouch {position: relative; right: inherit; top: inherit; text-align: center; padding: 30px 30px 15px;}
.mapframe {height: 280px !important;}
.getintouch h3 {font-size: 38px; line-height: 36px;}
.getintouch h3 i {font-size: 42px;}
.getintouch p , .getintouch a{color: #fff; font-size: 13px; letter-spacing: 2px;}
/*.getintouch p br {display: none;}*/
.getintouch .line {position: relative; left: 50%; transform: translateX(-50%);}
.logofooter img {height: 50px;}
.lefsecfooter {padding: 0 5px;}
footer p,footer p a {font-size: 9px; line-height: 19px; text-align: center; padding: 2px 0px 0;}
footer {padding: 24px 0;}
.rightfooter p span {width:1px; height: 11px; font-size: 0; margin: 0 20px; background: #999; display: inline-block;}

.lg-actions .lg-next {right: 15px; opacity: 1 !important; width: 30px !important; height: 30px !important;}
.lg-actions .lg-prev {left: 15px; opacity: 1 !important; width: 30px !important; height: 30px !important;}
.lg-close {margin-top: 25px !important; margin-right: 15px !important; width: 30px !important; height: 30px !important;}
.lg-outer .lg-img-wrap {padding: 0 30px;}
.lg-hide-items .lg-toolbar {opacity: 1 !important;}
.lg-close:after, .lg-close:before {width: 30px !important;}
.error {bottom: -0; position: relative; font-size: 11px; text-align: left; line-height: 15px;float: left;}
#file-error {font-size: 11px; left: -59%; bottom: -50px;}

/*.fullsec {overflow: hidden;}*/

}




/*gouthami*/
.awardimg h2 {
    font-size: 35px;
    line-height: 40px;
    font-family: 'Kammerlander';
} 
.awardimg span {
    margin: 5px 0px;
    display: inline-block;
    font-size: 20px;
}
.awardimg { position: relative; }
.aboutAward {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0px 8px;
}
.awardimg p {
    font-size: 10px;
    font-family: 'Lato-Regular';
    font-weight: 500;
    min-height: 42px;
    line-height: 14px;
    text-align: center;

}




@media only screen and (max-width: 768px) {
    .awardimg span { font-size: 10px;margin: 4px 0px; }
    .awardimg h2 { font-size: 20px;line-height: 20px; }
    .awardimg p { font-size: 9px;line-height: 9px; }
    .aboutAward { padding: 0px; }
    .awards .awardimg { padding: 20px 2.4vw;}
}
/*gouthami*/