* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
    font-family: 'Lato', sans-serif;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
    font-size: 25px;
    color: #000;
    background: transparent;
    line-height: 1.28;
    -webkit-transition: .3s padding-top;
    -moz-transition: .3s padding-top;
    -ms-transition: .3s padding-top;
    -o-transition: .3s padding-top;
    transition: .3s padding-top;
}
:focus {
    outline: none;
}
#video-detach-button { 
	display:none; 
}
a, a:focus, a:hover, a:active, a:visited {
    text-decoration: none;
    outline: none;
    color: #0059b9;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-weight: 700;
}
button:focus, input:focus, textarea:focus, a:focus {
	outline:none!important;
}
input.form-control, textarea.form-control {
    -webkit-appearance: none;
}
select::-ms-expand {
    display: none;
}
ul, ol {
    list-style-position: outside;
    list-style-type: "– ";
    margin-left: 26px;
    padding-left: 0;
}
table {
	width:100%;
	margin:10px 0;
}
table td,
table th {
	padding:5px;
	border:1px solid;
}
.section {
    position: relative;
    z-index: 2;
}
.popup_menu_btn {
    display: none;
}
.list-inline{
	margin: 0;
}
.list-inline>li {
    padding:0;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.backtotop.hidden-top {
    bottom: -100px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
}
.backtotop {
    background-color: #3d2518;
    width: 45px;
    bottom: 20px;
    right: 10px;
    height: 42px;
    line-height: 38px;
    font-size: 36px;
    overflow: hidden;
    z-index: 40;
    position: fixed;
    display: block;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    color: #fff !important;
}
.backtotop:hover{
	background-color: #ff6000;
}
img.alignleft {
    float: left;
    margin-right: 20px;
}
img.alignright {
    float: right;
    margin-left: 20px;
}
img.aligncenter {
    margin: 0px auto;
    display: block;
}
a{
	-webkit-transition: 300ms all;
	-moz-transition: 300ms all;
	-ms-transition: 300ms all;
	-o-transition: 300ms all;
	transition: 300ms all;
}
/* burger menu */
.open_main_menu {
    border: 0;
	color: #000;
	text-transform: uppercase;
    text-align: center;
    background:none;
	position:relative;
	z-index:105;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
	margin-top: 25px;
    display: none;
    float: right;
    padding: 0 4px;
}
.open_main_menu .lines {
    display: inline-block;
    width: 24px;
    height: 2px;
    background: #000;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
    top: -4px;
}
.opened_menu .open_main_menu .lines {
    background: transparent;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.open_main_menu .lines:before, .open_main_menu .lines:after {
    display: inline-block;
    width: 24px;
    height: 2px;
    background: #000;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: absolute;
    left: 0;
    content: '';
    -moz-transform-origin: 0.28571em center;
    -ms-transform-origin: 0.28571em center;
    -o-transform-origin: 0.28571em center;
    -webkit-transform-origin: 0.28571em center;
    transform-origin: 0.28571em center;
}
.opened_menu .open_main_menu .lines:before, .opened_menu .open_main_menu .lines:after {
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.open_main_menu .lines:after {
    top: 7px;
}
.open_main_menu .lines:before {
    top: -7px;
}
.opened_menu .open_main_menu .lines:before {
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.opened_menu .open_main_menu .lines:after {
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
img{
    max-width: 100%;
    height: auto;
}
.container {
    padding-right: 10px;
    padding-left: 10px;
}
.row{
    margin-left: -10px;
    margin-right: -10px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    padding-right: 10px;
    padding-left: 10px;
}

/*HEADER*/
.header{
    position: fixed;
    height: 228px;
    background-color: #faf9f4;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    padding: 45px 0;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
.collapse_header .header{
    padding: 20px 0;
    height: 100px;
}
.collapse_header .logo-block{
    width: 100px;
}
.logo-block {
    width: 280px;
    margin-left: 50px;
    -webkit-transition: .3s width;
    -moz-transition: .3s width;
    -ms-transition: .3s width;
    -o-transition: .3s width;
    transition: .3s width;
}
.header .nav-fill .nav-item {
    margin-right: 20px;
}
.header .nav-pills .nav-link {
    border-radius: 0;
    font-size: 16px;
    color: #000;
    padding: 0;
    font-weight: 700;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #341515;
    background-color: transparent;
}

/*INTRO BG*/
.intro-bg{
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transition: .3s top;
    -moz-transition: .3s top;
    -ms-transition: .3s top;
    -o-transition: .3s top;
    transition: .3s all;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.intro-section{
    padding: 62px 0;
    background-color: #fff;
    position: relative;
    z-index: 5;
    margin-bottom: 562px;
    margin-top: 842px;
}
.intro-block {
    max-width: 720px;
    margin: 0 auto;
    letter-spacing: .2px;
    margin-bottom: 70px;
}
.intro-blockquote {
    max-width: 554px;
    margin-left: auto;
    margin-right: 116px;
}
.intro-blockquote .blockquote-footer {
    margin-left: 140px;
    margin-top: -15px;
}
p {
    margin-bottom: 14px;
}
.blockquote{
    font-family: 'Georgia';
    font-size: 40px;
    line-height: 1.38;
}
.blockquote-footer{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #000;
}

/*WORK*/
.work{
    padding: 62px 0;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.section-head {
    max-width: 918px;
    margin: 0 auto 65px;
}
.section-title{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.21;
}
.work-block {
    max-width: 720px;
    margin: 0 auto 40px;
    letter-spacing: .2px;
    line-height: 1.35;
    padding-right: 30px;
}
/* More spacing for portrait section h4s */
.work-block h4 {
    margin-top: 38px;
}

/*ABOUT*/
.dignity, .partner{
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.about-block{
    cursor: pointer;
    margin-bottom: 20px;
    /* border: #f2ebcc 1px solid; */
    /* MK 201011 Darker */
    border: #e6e0ca 1px solid;
    /* MK 201006 FX */
    overflow: hidden;
}
.about-block .bhead{
    min-height: 100px;
    background-color: #faf9f4;
    font-size: 21px;
    /* font-weight: bold; */
    line-height: 1.71;
    color: #341515;
    /* padding: 27px 30px; */
    /* 201006 MK Modified */
    padding: 26px 20px;
    letter-spacing: -0.005em;
    min-height: 124px;
}
.about-desc{
    display: none;
}
.desc-block{
    background-color: #faf9f4;
    padding: 36px 310px;
    display: none;
    margin-bottom: 43px;
    border: #f2ebcc 1px solid;
}
.desc-block .about-desc{
    display: block;
}
.about-wrap{
    opacity: 1;
    -webkit-transition: .3s opacity;
    -moz-transition: .3s opacity;
    -ms-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
}
.hidden-block{
    opacity: .2;
}
.about-wrap.active{
    opacity: 1;
}

/*-------------------*/
/***** Kachel FX *****/
/*-------------------*/

.about-block.bimg img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.bimg {
    max-height: 320px;
    overflow: hidden;
}
.bimg img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.7;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transform: translate3d(-40px,0, 0);
    transform: translate3d(-40px,0,0);
}

.bimg figcaption {
    text-align: left;
}

.bimg figcaption > div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    height: 50%;
}

.bimg h2,
.bimg p {
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
}

.bimg h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.bimg p {
    color: rgba(255,255,255,0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

.bimg:hover img,
.bimg:hover p {
    opacity: 1;
}

.bimg.active img,
.bimg.active p {
    opacity: 1;
}

.bimg:hover img,
.bimg:hover h2,
.bimg:hover p {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.bimg:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

/* .bimg:hover>img {
    transition: .5s ease;
    backface-visibility: hidden;
    cursor: pointer;
}

.bimg:hover>img {
    opacity: 0.3;
} */

/*DIGNITY*/
.dignity {
    padding: 14px 0 40px;
    margin-bottom: 562px;
}

/*PARTNER*/
.partner {
    /* padding: 120px 0 92px; */
    padding: 80px 0 92px;
}
.partner .section-head {
    margin-bottom: 50px;
}
.partner-list{
    display: flex;
    list-style: none;
    justify-content:center;
    align-items: center;
}
.partner-list li{
    margin: 20px 35px;
}

/*FOOTER*/
.footer{
    background-color: #341515;
    color: #f7f7f7;
    padding: 58px 0 15px;
    z-index: 3;
    position: relative;
}
.footer a{
    color: #f7f7f7;
    -webkit-transition: .3s color;
    -moz-transition: .3s color;
    -ms-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color;
}
.footer a:hover{
    color: #fff;
}
.copyright{
    font-size: 10px;
    margin-right: 96px;
}
.footer-nav{
    font-size: 14px;
    list-style: none;
    margin-right: 112px;
}
.footer-nav li{
    margin-bottom: 6px;
}
.social-block{
    font-size: 14px;
    margin-right: 88px;
}
.social-block li{
    margin-bottom: 6px;
}
.social-block i{
    min-width: 20px;
    margin-right: 14px;
}
.ff-title{
    font-size: 14px;
    line-height: 1.14;
    color: #fff;
    margin-bottom: 23px;
}
.footer-contact-wrap {
    display: flex;
    margin:  0 0 50px;
}
/* .footer-link {
    font-size: 16px;
} */
.footer-link i {
    margin-right: 10px;
}
.footer-contact{
    opacity: 0.3;
    font-size: 12px;
    color: #fff;
    margin-left: 10%;
}
.footer-contact div{
    margin-bottom: 6px;
}
.social-block li{
    font-size: 14px;
    list-style: none;
}
.footer-form-block {
    width: 270px;
}
.footer-form{
    border: solid 1px #fff;
    position: relative;
    border-radius: 6px;
}
.footer-form .form-control{
    background-color: transparent;
    color: #fff;
    padding-left: 20px;
    padding-right: 70px;
    border: 0;
    font-size: 12px;
    height: 38px;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.footer-form button{
    width: 60px;
    height: 38px;
    background-color: #fff;
    border-radius: 0 6px 6px 0;
    position: absolute;
    top: 0;
    right: -2px;
    border: 0;
    color: #2699fb;
    font-size: 10px;
}
.cpr-row{
    display: flex;
    align-items: flex-end;
}
.about_section, .employer1_section  {
    background-color: #fff;
    padding: 50px 0 0;
}
.tab_image {
    margin: 0 18px 0 0;
    display: inline-block;
}
.tab_image img {
    filter: gray;
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(1);
}
.tab_image.active img, .tab_image img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}
.project-list {
    padding-top: 50px;
}
/* Employer detail content */
.employer_detail_link {
    color: #0059b9;
    cursor: pointer;
  }
  .employer_detail {
    display:none;
    overflow: hidden;
  }
  .employer_detail.detail_opened {
    display:block;
  }

/*  ======================================================================== *
/**  Breakpoints
**  ======================================================================== */
@media (min-width: 1399px) {
    .container{
        max-width: 1360px;
    }
}

@media (max-width: 1398px) {
    .desc-block {
        padding: 36px 200px;
    }
    .about-block .bhead{
        font-size: 17px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1199px) {
    .desc-block {
        padding: 36px 110px;
    }
    .about-block .bhead {
/*         font-size: 13px;
        padding: 27px 15px; */
        font-size: 15px;
        padding: 25px 15px;
        min-height: auto;
    }
    .header {
        height: 180px;
        padding: 35px 0;
    }
    .intro-bg {
        top: 90px;
    }
    .logo-block {
        width: 200px;
        margin-left: 0;
    }
    body {
        padding-top: 794px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 991px) {
    .desc-block {
        padding: 36px 30px;
    }
    .copyright {
        margin-right: 0;
    }
    .social-block {
        margin-right: 0;
    }
    .footer-form-block {
        width: 225px;
    }
    .about-block .bhead {
        font-size: 10px;
        padding: 10px;
    }
    .footer-contact {
        margin-left: 5%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 767px) {
    body {
        padding-top: 400px;
        font-size: 18px;
    }
    .open_main_menu {
        display: block;
    }
    .opened_menu .spy {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    .spy {
        position: absolute;
        top: 70px;
        right: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        background: #faf9f4;
        width: 300px;
        padding: 10px 0;
        -webkit-transition: transform .4s;
        -moz-transition: transform .4s;
        -ms-transition: transform .4s;
        -o-transition: transform .4s;
        transition: transform .4s;
    }
    .spy .nav {
        flex-direction: column;
    }
    .header {
        height: 80px;
        padding: 5px 0 0;
    }
    .intro-bg {
        top: 80px;
        height: calc(100% - 70px);
        background-position: 0 50%;
    }
    .logo-block {
        width: 125px;
        margin-left: 0;
    }
    .blockquote {
        font-size: 24px;
        text-align: center;
    }
    .intro-blockquote .blockquote-footer {
        margin-left: 0;
        margin-top: 0;
    }
    .intro-blockquote {
        margin-right: 0;
    }
    .intro-section {
        padding: 30px 0;
        margin-bottom: 320px;
    }
    .header .nav-fill .nav-item:last-child {
        margin-right: 0;
    }
    .header .nav-fill .nav-item {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .work {
        padding: 30px 0;
    }
    .work .section-head {
        margin: 0 auto 30px;
    }
    .work-block {
        padding-right: 0;
    }
    .about-block .bhead {
        font-size: 14px;
        min-height: 100%;
    }
    .dignity {
        padding: 14px 0 20px;
        margin-bottom: 320px;
    }
    .dignity .section-head {
        margin: 0 auto 30px;
    }
    .partner {
        padding: 20px 0;
    }
    .partner-list {
        display: block;
        text-align: center;
    }
    .partner-list li {
        margin: 0 0 20px;
    }
    .partner .section-head {
        margin-bottom: 30px;
    }
    .footer {
        padding: 30px 0 5px;
    }
    .copyright {
        margin-bottom: 20px;
    }
    .social-block {
        margin-bottom: 30px;
    }
    .footer-form-block {
        width: 270px;
        margin-bottom: 30px;
    }
    .about-wrap {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        perspective: 455px;
        -moz-perspective-origin: bottom;
        -webkit-perspective-origin: bottom;
        perspective-origin: bottom;
    }
    .about-desc{
        display: block;
        z-index: 2;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 320px;
        overflow: hidden;
        background: #faf9f4;
        font-size: 15px;
        padding: 15px;
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        -o-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transition: transform .5s;
        -moz-transition: transform .5s;
        -ms-transition: transform .5s;
        -o-transition: transform .5s;
        transition: transform .5s;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform-origin: bottom center;
        -moz-transform-origin: bottom center;
        -ms-transform-origin: bottom center;
        -o-transform-origin: bottom center;
        transform-origin: bottom center;
        backface-visibility: hidden;
    }
    .bimg img {
        max-height: 318px;
        overflow: hidden;
    }
    .active .about-desc{
        -webkit-transform: translateX(0) rotateX(0);
        -moz-transform: translateX(0) rotateX(0);
        -ms-transform: translateX(0) rotateX(0);
        -o-transform: translateX(0) rotateX(0);
        transform: translateX(0) rotateX(0);
    }
    .footer-contact-wrap {
        flex-direction: column;
    }
    .footer-contact {
        margin: 15px 0 0;
    }
    .tab_image {
        max-width: 120px;
        margin: 0 10px 0 0;
    }
    .about_section {
        padding: 30px 0;
    }
    .employer1_section  {
        padding: 0;
        margin-top: -30px;
    }
    .about_section .section-head,
    .employer1_section .section-head {
        margin-bottom: 30px;
    }
    .container {
        max-width: 100%;
    }
}

@media (orientation: landscape) and (max-width: 767px){

}

@media (max-width: 767px) and (min-width: 467px) {
	.col-sx-6 {
		width: 50%;
		float: left;
	}
	.col-sx-7 {
		width: 58.33333333%;
		float: left;
	}
	.col-sx-5 {
		width: 41.66666667%;
		float: left;
	}
	.col-sx-4 {
		width: 33.33333333%;
		float: left;
	}
	.col-sx-3 {
		width: 25%;
		float: left;
	}
}

@media (max-width: 467px) {
}