@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* 
font-family: 'Uberlin';
font-family: "Montserrat", sans-serif;
*/

 * { margin: 0px; padding: 0px; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-text-size-adjust: none; }
html, body { width: 100%; font-size: 20px; line-height: 1.6; color: #000; font-family: "Montserrat", sans-serif; background: #fff; }

*::-webkit-input-placeholder { opacity:1; color: #000; }
*::-moz-placeholder {opacity:1;color: #000; }
*:-ms-input-placeholder {opacity:1;color: #000; }

input[type=checkbox]{ -webkit-appearance: checkbox; margin: 0px 0 0 0px; display: inline-block; vertical-align: top; }
button, input, textarea, select { -webkit-appearance: none; -webkit-border-radius: 0px; font-family: "Montserrat", sans-serif; }

:focus,input:focus, textarea:focus { outline: none; }
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
:focus { outline: none; }

/* common */
a { transition: all 0.3s; -webkit-transition: all 0.3s; -ms-transition: all 0.3s; text-decoration: none; outline: none; }
ul { list-style: none; }
.clear { clear: both; overflow: hidden; }
img { border: 0px; outline: none; display: block; max-width: 100%; }
h1, h2, h3, h4, h5, h6 { line-height: 1.1; padding-bottom: 10px; }

h1 { font-size: 54px; line-height: 1.18; font-family: 'Uberlin'; font-weight: 400; }
h2 { font-size: 42px;  color: #562c00; font-weight: 400; font-family: 'Uberlin'; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

p { padding-bottom: 32px; }
p a { text-decoration:underline; color:#000; }
p a:hover { text-decoration:none; }

#wrapper { width: 100%; position: relative; }

.wrapper { width: 100%; max-width: 1260px; padding: 0 15px; position: relative; margin:0 auto; }

.button { font-size: 16px; line-height: 21px; padding: 17px 30px; text-align: center; display: inline-block; vertical-align: top; border: 1px solid #c8b67c; border-bottom-width: 3px; color: #7a3905; text-transform: uppercase; font-weight: 600; letter-spacing: 0.015em; position: relative; }
.button:after { width: 80%; height: 2px; content: ''; position: absolute; left: 50%; bottom: -5px; transform: translate(-50%,0); background: #c8b67c; }
.button.white { color: #fff; }
.button:hover { background: #c8b67c; color: #fff; }

/* banner_sec */
.banner_sec { padding: 150px 0 75px; width: 100%; display: flex; flex-wrap: wrap; align-items: flex-end; min-height: 850px;     min-height: 95vh; position: relative; background-position: center top; background-size: cover; }
.banner_sec .logo { position: absolute; left: 50%; top: 20px; transform: translate(-50%,0); max-width: 315px; display: block; }
.banner_sec .wrapper {  }
.banner_sec .text { max-width: 530px; color: #fff; }
.banner_sec h1 { padding-bottom: 37px; letter-spacing: 0.075em; text-transform: uppercase; } 

/* content_sec */
.content_sec { position: relative; width: 100%; margin: 0px 0 0 0; }
.content_sec .wrapper { max-width: 1400px; padding: 0; }
.content_sec .text { width: 45%; padding: 180px 85px 20px; }
.content_sec .image { width: 55%; position: relative; }
.content_sec .image img { width: 100%; min-height: 100%; object-fit: cover; }
.content_sec .the_row { width: 100%; position: relative; margin: 0 0 -100px 0; }
.content_sec .the_row .wrapper { display: flex; flex-wrap: wrap; align-items: flex-start; }
.content_sec .the_row:nth-of-type(odd) .image { order: 1; width: 52%;     margin-top: -134px;}
.content_sec .the_row:nth-of-type(odd) .text { width: 48%; }
.content_sec .the_row:first-child .text { padding-top: 110px; padding-bottom: 120px; }
.content_sec .the_row:last-child {margin-bottom: 0;  }
.content_sec .the_row .crossover { display: block; width: 12.7%;  position: absolute; right: 0; top: 0; }
.content_sec .the_row .crossover:after { width: 100%; height:0; padding-bottom: 103%; background: #c8b67c; content: ''; position: absolute; right: 0; top: 0; }

/* contact_sec */
.contact_sec { width: 100%; position: relative; padding: 70px 0 80px; background: url(../images/bg.jpg) center center no-repeat; background-size: cover; }
.contact_sec h2 { padding: 0 0 40px 0; text-transform: uppercase; letter-spacing: 0.07em; text-align: center; }
.contact_sec form { margin:auto; max-width: 800px; position: relative; }
.contact_sec .field { padding: 12px 15px; width: calc(50% - 10px); margin: 0 0px 20px 0px; height: 59px; border: 1px solid #c8b67c;  background: #fff; font-size: 20px;  color: #000; }
.contact_sec textarea.field { width: 100%; margin: 0 0 25px 0; overflow:hidden; height: 165px; resize:none; } 
.contact_sec form .button { display: table; transition: all 0.3s; padding: 19px 30px; margin: 0 auto; background: #c8b67c; border: 0; cursor: pointer; color: #fff; }
.contact_sec form .button:hover { background:#562c00; }
.contact_sec fieldset { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; }
.contact_sec .help-block { display: block; width: 100%; text-align: center; padding: 10px; color: #f00; }

/* footer_sec */
.footer_sec { width: 100%; position: relative;  padding: 80px 0px 90px; } 
.footer_sec .col1 { width: 42%; padding-right: 30px; }
.footer_sec .col2 { width: 36%; padding-right: 30px; }
.footer_sec .col3 { width: 28%; }
.footer_sec .wrapper { display: flex; flex-wrap: wrap;  max-width: 1277px;}
.footer_sec .logo { max-width: 356px; display: block; }  
.footer_sec address { color: #2c1905; font-style: normal; font-size: 15px; line-height: 32px; font-weight: 600; text-transform: uppercase; }
.footer_sec .address { display: block; background: url(../images/location.png) left 6px no-repeat; padding-left: 30px; background-size: 20px auto; }
.footer_sec .phone { display: block; background: url(../images/phone.png) left 6px no-repeat; padding-left: 30px; background-size: 20px auto; }
/*.footer_sec .phone:hover { color: #c8b67c; }*/
.footer_sec .email { display: block; background: url(../images/envelope.png) left 6px no-repeat; padding-left: 30px; background-size: 20px auto; }
/*.footer_sec .email:hover { color: #c8b67c; } */
.footer_sec address a { color: #2c1905; }
.footer_sec .social { padding: 23px 0 0 0; text-align: center; }
.footer_sec .social .label { padding: 0 5px 0 0; letter-spacing: 0.05em; font-size: 15px; text-transform: uppercase; font-weight: 600; color: #000;}
.footer_sec .social a { color: #000; }
.footer_sec .social a:hover { color: #c8b67c; }

.successmsg { text-align: center; padding: 45px 25px; margin: 0; width: 100%; border: 0px solid #fff; position: relative; /*left: 0; top: 0;*/ height: 100%; background-size: cover; display: flex; align-items: center; justify-content: center; }
.successmsg h4 { font-weight: 700; color: #0d7606; font-size: 35px; position: relative; z-index: 1; }

.form-error { text-align: center; font-weight: 500; background: #fff; display: block; font-size: 14px; line-height: 18px; color:#f00; padding: 10px; display:none !important; }
.hide_form fieldset { opacity: 0; visibility: hidden; display: none; }


.animationdifferent{
	    transition: 1s all;
    visibility: hidden;
    opacity: 0;
    transform: translateY(80px);
}

.animationdifferent.showon {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}

.footer_sec .col1 {
    width: 29%;
    padding-right: 0;
    margin-bottom: 50px;
}
.footer_sec .col2 {
    width: 27%;
	
}

.footer_sec .wrapper{
	    justify-content: center;
	
}

.col2.animated.fadeInUpShort.delay-250.go {}

.footer_sec .col2:first-child {
    width: 22%;
}


.footer_sec .col2:nth-child(2n) {
    width: 23%;
}

.grecaptcha-badge {left: -999999px!important;}

.scopyright {
    text-align: center;
    font-size: 13px;
    margin-bottom: 100px;
}

.scopyright a {
    margin-left: 30px;
    color: inherit;
}

 .service-bar .bottom-content { padding: 109px 0px 0px; margin: 0px auto; text-align: center; max-width: 1000px; }
    .service-bar .bottom-content p { font-size: 24px; line-height: 40px; color: #000000; }
    .service-bar .bottom-content p strong { font-weight: 600; }
    .service-bar .bottom-content .button { margin-top: 13px; }

    .page-hero.team-page p { max-width: 100%; }

    .service-bar.team-page { padding-bottom: 18px; }
    .service-bar.team-page .top-content { padding-bottom: 0px; }

    .team-bar { padding: 0px 0px 7px; }
    .team-bar .wrapper { max-width: 1290px; }
    .team-bar .team-wrap { margin: 0px -45px; }
    .team-bar .team-wrap .repeat { padding: 0px 45px 34px; width: 33.333333%; }
    .team-bar .team-wrap .repeat .image-wrap { padding: 38px 36px 0px 0px; margin: 0px -36px 23px 0px; overflow: hidden; position: relative; }
    .team-bar .team-wrap .repeat .image { }
    .team-bar .team-wrap .repeat .image-wrap:before { content: ""; width: calc(100% - 36px); height: calc(100% + 38px); position: absolute; top: 38px; left: 0px; transition: all .35s ease-in-out; opacity: 0; background: url(images/team-hover.jpg) center center no-repeat; background-size: cover; }
    .team-bar .team-wrap .repeat .image img { filter: grayscale(100%); transition: all 0.3s; -webkit-transition: all 0.3s; }
    .team-bar .team-wrap .repeat .text { padding: 0px 15px 0px 0px; min-height: 50px; position: relative; }
    .team-bar .team-wrap .repeat .text:before { content: ""; width: 40px; height: 100%; position: absolute; top: 0px; right: -44px; opacity: 0; transition: all 0.3s; -webkit-transition: all 0.3s; background: url(images/arrow1.png) center center no-repeat; background-size: contain; }
    .team-bar .team-wrap .repeat h3 { padding-bottom: 0px; font-size: 22px; letter-spacing: 1px; line-height: 26px; color: #7a3905;    text-transform: uppercase; }
    .team-bar .team-wrap .repeat h3 sup { font-size: 50%; vertical-align: super; }
    .team-bar .team-wrap .repeat .designation { margin-top: -2px; display: block; color: #000000; font-weight: 400; }   
    .team-bar .team-wrap .repeat .largeview:hover .image img { filter: grayscale(0); }
    .team-bar .team-wrap .repeat .largeview:hover .text:before { opacity: 1; right: -34px; }
    .team-bar .team-wrap .repeat .largeview:hover .image-wrap:before { opacity: 1; top: 0px; left: 36px; } 
    
    .is-hidden { position: absolute; z-index: -999; visibility: hidden; pointer-events: none; }
    
    .largeview { display: block; position: relative; }
    .board-border { position: absolute; top: -22px; left: 20px; z-index: 0; width: 100%; height: calc(100% + 22px); vertical-align: middle; transition: color 0.25s; }
    .board-border::before, .board-border::after { box-sizing: inherit; content: ''; position: absolute; width: 100%; height: 100%; }
    .board-border::before, .board-border::after { border-top: 2px solid transparent; border-right: 2px solid transparent; width: 0; height: 0; }
    .board-border::before { top: 0; left: 0; }
    .largeview:hover .board-border.active::before, .largeview:hover .board-border.active::after { width: 100%; height: 100%; }
    .largeview:hover .board-border.active::before { border-top-color: #c1a25a; border-right-color: #c1a25a; transition: width 0.25s ease-out, height 0.25s ease-out 0.25s; }
    .largeview:hover .board-border.active::after { border-bottom-color: #c1a25a; border-left-color: #c1a25a; transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s; }
    .board-border::after { bottom: 0; right: 0; }
 .thumb-placeholder-img { width: 100%; position: relative; }
    .thumb-placeholder-img img:nth-of-type(1) { width: 100%; min-height: 100%; object-fit: cover;     height: auto; }
    .thumb-placeholder-img img:nth-of-type(2), .thumb-placeholder-img iframe { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0px; left: 0px; }
.team-bar .team-wrap {
    margin: 0px -45px;
}
.h-center {
    justify-content: center;
}
.d-flex {
    display: flex;
    flex-wrap: wrap;
}


html.is-team-overlay-show, body.is-team-overlay-show { overflow: hidden; }

.team-overlay-cn { position: fixed; top: 0px; left: 0px; z-index: 100; width: 100%; height: 100%; display: none; pointer-events: none; background: #FFFFFF; }
.is-team-overlay-show .team-overlay-cn { display: block; pointer-events: auto; }
.team-overlay-cn .team-content { display: none; }
.team-overlay-cn .team-content.is-active { display: block; }
.team-overlay-cn .team-content .inner { max-height: 100vh; min-height: 100vh; width: 100%; overflow: auto; }
.team-overlay-cn .team-content .text { padding: 82px 60px 90px 89px; margin-left: auto; width: 63.86%; min-height: 100vh; color: #002222; position: relative; }
.team-overlay-cn .team-content .text .text-inner { transition: all 350ms; opacity: 0; transform: translateY(10px); }
.team-overlay-cn .team-content.is-anim .text .text-inner { opacity: 1; transform: translateY(0px); }
.team-overlay-cn .team-content .image { width: 35%; height: 100vh; position: absolute; top: 0px; left: 0px; overflow: hidden; }
.team-overlay-cn .team-content .image img { width: 100%; min-height: 100%; height: 100%; object-fit: cover; object-position: 50% 25%; }
.team-overlay-cn .team-content h3 { padding-bottom: 1px; font-size: 36px; line-height: 1; color: #2c1905; letter-spacing: 3px;     text-transform: uppercase;}
.team-overlay-cn .team-content h3 sup { vertical-align: super; font-size: 50%; }
.team-overlay-cn .team-content .self-detail { padding-bottom: 29px; }
.team-overlay-cn .team-content .designation { padding: 5px 0px 4px; display: block; font-size: 22px; line-height: 28px; color: #c8b67c; font-weight: normal; font-family: 'Uberlin', sans-serif; letter-spacing: 1.5px; text-transform: uppercase; }    
.team-overlay-cn .team-content .number { padding-left: 33px; display: table; font-size: 15px; color: #2c1905 !important; line-height: 30px; font-weight: 600; text-transform: uppercase; background: url(images/ph-icon.png) top 50% left 0px no-repeat; background-size: 18px auto; transition: none; -webkit-transition: none; -ms-transition: none; }
.team-overlay-cn .team-content .mail { padding-left: 33px; display: table; font-size: 15px; color: #2c1905; line-height: 30px; font-weight: 600; text-transform: uppercase; background: url(images/em-icon.png) top 50% left 0px no-repeat; background-size: 19px auto; transition: none; -webkit-transition: none; -ms-transition: none; }
.team-overlay-cn .team-content .link { padding-left: 33px; display: table; font-size: 15px; color: #2c1905; line-height: 30px; font-weight: 600; text-transform: uppercase; background: url(images/file.svg) top 50% left 0px no-repeat; background-size: 22px auto; transition: none; -webkit-transition: none; -ms-transition: none; }

.team-overlay-cn .team-content .number:hover, .team-overlay-cn .team-content .mail:hover, .team-overlay-cn .team-content .link:hover { text-decoration: underline !important; text-decoration-color: #c8b67c !important; text-decoration-thickness: 2px !important; }
.service-bar {
    padding: 68px 0px 42px;
}
.service-bar .top-content {
    padding: 0px 0px 45px;
    margin: 0px auto;
    max-width: 990px;
    text-align: center;
}
.team-overlay-cn .team-content p { padding-bottom: 32px;     font-size: 18px;
    line-height: 30px;}
.team-overlay-cn .team-overlay-close { position: absolute; top: 16px; left: 27px; display: flex; align-items: center; z-index: 2; font-size: 16px; letter-spacing: 0px; line-height: 36px; color: #ffffff !important; font-weight: 600; text-transform: uppercase; }
.team-overlay-cn .team-overlay-close:before { content: ""; position: absolute; top: -16px; left: -27px; width: 100vw; height: 80px; background: linear-gradient(to bottom, rgba(0,0,0,0.52) 0%,rgba(0,0,0,0) 100%); z-index: -1;
 }
.team-overlay-cn .team-overlay-close:hover { color: #c8b67c; }
.team-overlay-cn .team-overlay-close i { margin: -2px 5px 0px 0px; font-size: 17px; position: relative; }
/*.team-overlay-cn .team-overlay-close:hover { color: #ff0000; }*/
.team-overlay-cn .bottom-controls { padding: 0px 40px 40px 0px; position: absolute; bottom: 0px; left: 0px; gap: 15px; width: 100%;     justify-content: flex-end; }
.team-overlay-cn .next-team, .team-overlay-cn .prev-team { cursor: pointer; z-index: 2; font-size: 0px; line-height: 0px; width: 59px; height: 59px;  border-radius: 100%; -webkit-border-radius: 100%; background-color: transparent; background-position: center center; background-repeat: no-repeat; background-size: 40px auto; background-image: url(images/arrow-right.png); }
.team-overlay-cn .next-team:hover { background-image: url(images/arrow-right-dark.png); }
.team-overlay-cn .prev-team { background-image: url(images/arrow-left.png); }
.team-overlay-cn .prev-team:hover { background-image: url(images/arrow-left-dark.png); }
/*.team-overlay-cn .next-team:hover { background-image: url(images/arrow1-hover.png); }
.team-overlay-cn .prev-team:hover { background-image: url(images/arrow2-hover.png); }*/

.team-overlay-cn .mkdf-lh-anim { clip-path: inset(0 0% 0 100%); transform: translateX(0px); transition: 1s; }
.team-overlay-cn .team-content.is-anim .mkdf-lh-anim { clip-path: inset(0 0 0 0); }

.team-bar h1, .team-bar h2, .team-bar h3, .team-bar h4, .team-bar h5 , .team-overlay-cn h1, .team-overlay-cn h2, .team-overlay-cn h3, .team-overlay-cn h4, .team-overlay-cn h5 {
    color: #c1a25a;
    font-weight: normal;
    font-family: 'Uberlin', sans-serif;
}
.d-flex { display: flex; flex-wrap: wrap; }
.v-start { align-items: flex-start; }
.v-center { align-items: center; }
.v-end { align-items: flex-end; }
.h-center { justify-content: center; }
.h-end { justify-content: flex-end; }

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

@font-face {
    font-family: 'Uberlin XBold';
    src: url('UberlinXBold.woff2') format('woff2'),
        url('UberlinXBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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



