@charset "utf-8";
@import url("//fonts.googleapis.com/css?family=Playfair+Display:ital:100,200,300,400,500,600,700,800,900|Roboto:300,400,500,600,700,800,900|Montserrat:100,200,300,400,500,600,700,800,900");
/* COMMON */
body{
	font-size: 16px;
	font-family: 'Roboto', arial, tahoma, sans-serif;
	font-weight: 400;
	line-height: 1.4;
	padding: 0;
	margin: 0;
	color: #000;	
	position: relative;
	word-break: normal;	
	background-color: #fff;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;	
}
html,
body {
	margin:0;
	padding:0;
	height:100%;
	position: relative;
}
a:link,
a:visited{
	color:#52524a;
	text-decoration:none;
	outline: none;
}
a:hover{
	color: #000;
}
.text-yellow{
	color: #f2cc6a !important;
}
p {
    margin: 0 0 20px;
}
.text-justify{
	text-align: justify;
}
.text-color{
	color: rgba(219,102,62,1) !important;
}
.mgb0{
	margin-bottom: 0;
}
.mgt30{
	margin-top: 30px;
}
.mgt40{
	margin-top: 40px;
}
.mgt50{
	margin-top: 50px;
}
.mgt60{
	margin-top: 60px;
}
.mgt70{
	margin-top: 70px;
}
.sm-line{
	position: relative;
	display: block;
}
.text-lg{
	font-size: 21px;
}
.text-x-lg{
	font-size: 21px;
}
#bm{
	cursor: pointer;
}
h1.title{	
	font-size: 48px;
    font-weight: 800;	
    color: #010000;
	margin-top: 0;
    margin-bottom: 25px;	
	line-height: 50px;
}
h2.title{	
	font-size: 34px;
    font-weight: 800;	
    color: #010000;
	margin-top: 0;
    margin-bottom: 30px;	
	line-height: 35px;
}
h3.title{	
	font-size: 25px;
    font-weight: 800;
	line-height: 25px;    
    color: #010000;
    margin-bottom: 30px;
	margin-top: 0;
}
h3.title.line{
	padding-bottom: 25px;
	position: relative;
	margin-bottom: 50px;
}
h3.title.line:after{
	content: "";
	display: block;
	width: 150px;
	height: 6px;
	background-color: rgba(219,102,62,1);
	position: absolute;
	bottom: 0;
}

.bg-cover {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.navbar-toggle{
	margin-right: 0;
	margin-top: 20px;
	border: 0px solid #999;
    border-radius: 0;
	padding: 6px 5px;
}
.navbar-toggle .icon-bar{
	background-color: #fff;
}
.back-link a{
	text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}
.page-title{
	font-size: 37px;
    font-weight: 700;
	color: #000;
	line-height: 50px;
}
.page-description{
	font-size: 30px;
    font-weight: 800;
    line-height: 1.4;
	color: #000;
	width: 80%;
	margin: 0 auto;
}
.page-description+.desc{
	font-size: 24px;
	width: 95%;
	margin: 30px auto 0 auto;
}
#page-id{
	width: 100%;
    float: left;
	margin: 90px 0 120px 0;
}
#page-id.nomg{
	margin: 0;
}
i.ico{
	display: block;
	display: inline-block;
}
.btn{
	border: 0;
	border-radius: 2px;	
	outline: none !important;
}
a.btn{
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
a.btn:hover{
	color: #fff;
}
.btn.yellow{
	background-color: #f2cc6a;
	color: #60563b;
	padding: 15px 30px;
	border-radius: 2px;
	box-shadow: none;
}
.btn.yellow:hover{	
	color: #60563b;
}
.img img{
	width: 100%;
	max-width: 100%;
}
/* SLIDER */
.owl-theme .owl-dots{
	margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot span {
    border-radius: 0;
    margin: 0 3px;
}
.owl-carousel{
	touch-action: manipulation;
}
/* HEADER */
#header-bar{
	height: 100px;
	box-sizing: border-box;
	background-color: rgba(45,54,64,0.77);
	z-index: 2;
	position: relative;
	margin-bottom: -100px;
	top: 35px;
}
#header-bar .company-logo{
	position: absolute;
	top: 0;
	display: block;	
	z-index: 2;
}
#header-bar .company-logo img{
	height: 100px;
}
#header-bar.fixed{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1000;
	height: 80px;
	background-color: rgba(45,54,64,0.95);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#header-bar.fixed .company-logo img{
	height: 80px;
}
#header-bar.fixed:after{
	height: 12px;
}
#header-bar.fixed #top-menu{
	top: 20px;
}
#top-menu{
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 3;
}
#top-menu .dropdown.open,
#top-menu .dropdown.hover,
#top-menu .dropdown.hover a{
	background-color: transparent;
}
#top-menu .navbar-nav>li{
	padding: 0 15px;
}
#top-menu .navbar-nav>li>a{
	font-size: 18px;	
	font-weight: 700;
	color: #f2cc6a;
	text-transform: uppercase;	
	padding: 8px 5px;
	line-height: 25px;
	box-sizing: border-box;
	position: relative;
}
#top-menu .navbar-nav>li>a:hover{
	color: #f2cc6a !important;
}
#top-menu .nav .open>a,
#top-menu .nav .open>a:hover,
#top-menu .navbar-nav>li>a:hover{	
	background-color: transparent !important;
	color: #f2cc6a !important;
}
#top-menu .nav .open>a:focus,
#top-menu .navbar-nav>li>a:focus{
	background-color: transparent;
}
#top-menu .dropdown-menu{
	padding: 0;
	margin: 0;	
	left: 0;
	top: 37px;
	right: auto;
	border: 0;
	border-radius: 0;
	min-width: 227px;
	background-color: rgba(223,99,37,0.88);
}
#top-menu .dropdown-menu a{
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-transform: none;
	padding: 10px 12px;
}
#top-menu .dropdown-menu li{
	border-bottom: 0;
}
#top-menu .dropdown-menu li:last-child{
	border-bottom: 0;
}
#top-menu .dropdown-menu a:hover,
#top-menu .dropdown-menu a:focus{
	background-color: rgba(255,255,255,0.1);
	color: #fff;
}
#wrap-content{
	width: 100%;
	float: left;
}
/* FOOTER */
#footer-bar{	
	padding: 25px 0 25px 0;
	font-size: 12px;
	font-weight: 400;
	color: #52524a;
	line-height: 20px;
	width: 100%;
	float:left;
	box-sizing: border-box;
	background-color: #f8f8f8;	
}
#footer-bar.bdt{
	border-top: 1px solid #f0f0f0;
}
#footer-bar  a{
	font-weight: 600;
	color: #000;
}
#footer-bar  a.linkedin{
	background-color: #9a9a9a;
	padding: 2px 5px;
	border-radius: 2px;
	color: #fff;
	font-size: 16px;
	position: relative;
	top: 4px;
}

/* BANNER */
.banner{
	background-color: #f8f8f8;
	min-height: 645px;
	position: relative;
	color: #fff;
	width: 100%;
	float: left;	
	z-index: 0;
}
.banner .page-desc{
	position: absolute;
	bottom: 12%;
	right: 0;
	left: 0;
}
.banner .page-desc.sh{
	bottom: 30%;
}
.banner .text,
.banner .text-sh{
	line-height: 1.2;
	font-size: 52px;
	font-weight: 600;
	text-align: center;
	padding: 0 20px;
}
.banner .text span{
	font-family: 'Playfair Display', arial, tahoma, sans-serif;
	font-style: italic;
	font-weight: 500;
}
.banner.contact-us-page{
	background-image: url(../images/b-contact-us.jpg);
	min-height: 550px;
}
.banner.about-us-page{
	background-image: url(../images/b-about-us.jpg);
}
.banner.our-team-page{
	background-image: url(../images/b-our-team.jpg);
	min-height: 550px;
}
.banner.services-page{
	background-image: url(../images/b-services.jpg);	
}
#home-carousel {
	box-sizing: border-box;
	height:100%;
	min-height: 800px;
}
#home-carousel .item .container {
    position: absolute;
    bottom: 120px;
    left: 0;
    right: 0;
}
#home-carousel .item {
	height:100%;
	position: relative;
	min-height: 800px;
}
#home-carousel h1{	
	font-size: 75px;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 0;
}
#home-carousel h4{	
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 0;
}
/* HOME PAGE */
#home-page #page-id{
	margin-top: 0;
}
#home-page .bg-gray{
	background-color: #edebe8;
	padding: 125px 0;
}
#home-page .bg-page{
	background-color: #61615d;
	background-image: url(../images/bg-homepage.jpg);
	padding: 100px 0;
}
#home-page .bg-page h3{
	margin: 0;
	font-size: 30px;
	font-weight: 600;
}
#home-page .bg-page h3+.desc{
	color: #fff;
	width: 80%;
	margin: 25px auto 25px auto;
	font-size: 23px;
	font-weight: 500;
}
#home-page .bg-page .box{
	margin-top: 80px;
	display: flex;
	justify-content: center;	
}
#home-page .bg-page .box .icon{
	margin-bottom: 20px;
}
#home-page .bg-page .box .icon+.text-yellow{
	font-size: 21px;
	font-weight: 600;
}
#home-page .line{
	height: 10px;
	background-color: #71716b;
}
#home-page .line.top{
	margin: 0 0 10px 0;
}
#home-page .line.bottom{
	margin: 10px 0 130px 0;
}
#home-page .btn i{
	margin-left: 30px;
}
#home-page .logos .row{
	display: flex;
	align-items: center;
}
#home-page .logos .item{
	display: inline-block;
	padding:  0 40px;
}
#home-page .logos .item:first-child{
	padding-left: 0;
}
#home-page .logos .item:last-child{
	padding-right: 0;
}
#home-page .owl-item a{
	font-weight: 700;
}
#home-page .owl-item a i{
	margin-left: 10px;
	opacity: 0.5;
}
#home-page .owl-item hr{
	border-top: 2px solid #f2cc6a;
	margin: 50px 0 30px 0;
}
#home-page .owl-item h1{
	font-size: 53px;
	font-weight: 600;
}
#home-page .owl-item h1 span{
	font-family: 'Playfair Display', arial, tahoma, sans-serif;
	font-style: italic;
	font-weight: 500;
}

/* ABOUT US */
#about-us-page .logos{
	display: flex;
	align-items: center;
}
#about-us-page .logos .img img{
	width: auto;
}
#about-us-page .bg-gray{
	background-color: #edebe8;
	padding: 80px 0;
}
#about-us-page .bg-gray-dark{
	background-color: #dddad4;
	padding: 80px 0;
}
#about-us-page .text-x-lg{
	color: #000000;
	font-weight: 700;
	padding-right: 50px;
}
#about-us-page .text-lg{
	color: #52524a;
	padding-left: 50px;
}

/* CONTACT US */
#contact-us-page #page-id{
	background-color: #edebe8;
	padding: 90px 0 100px 0;
}

/* SERVICES PAGE */
#services-page .bg-gray{
	background-color: #edebe8;
	padding: 125px 0;
}
#services-page .bg-page{
	background-color: #61615d;
	background-image: url(../images/bg-servicepage.jpg);
	padding: 150px 0;
}
#services-page .bg-download{
	background: rgb(219,219,219);
	background: linear-gradient(90deg, rgba(108,108,101,1) 0%, rgba(185,184,180,1) 65%, rgb(219 219 219) 100%);
	padding: 55px 0;	
}
#services-page .bg-download a{
	font-size: 24px;
	font-weight: 600;
	display: flex;
	align-items: center;
}
#services-page .bg-download i{
	font-size: 50px;
	margin-right: 15px;
}
#services-page .bg-page .text{
	color: #fff;
	font-size: 36px;
	line-height: 1.2;
}
#services-page .line{
	height: 10px;
	background-color: #71716b;
}
#services-page .line.top{
	margin: 0 0 10px 0;
}
#services-page .line.bottom{
	margin: 10px 0 0 0;
}
#services-page .text-content{
	padding: 100px 0;
}
#services-page .text-x-lg{
	color: #000000;
	font-weight: 700;
}
#services-page h3{
	font-size: 24px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 30px;
}
#services-page #page-id ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#services-page #page-id ul li{
    padding: 2px 50px 2px 20px;
    line-height: 1.6;
	margin-bottom: 15px;
	color: #52524a;
	font-weight: 700;
	position: relative;
}
#services-page #page-id ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background-color: #52524a;
	border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}
#services-page #page-id ul.nopd li{
	margin-bottom: 0;
}

/* OUR TEAM */
#our-team-page .bg-gray{
	background-color: #edebe8;
	padding: 100px 0 200px 0;
}
#our-team-page .items {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#our-team-page .item{
	margin: 30px 0;
}
#our-team-page .item>a{
	color: #000;
}
#our-team-page .item .name {
    color: #000;
    margin-top: 25px;
    margin-bottom: 3px;
	font-family: 'Montserrat', arial, tahoma, sans-serif;
    font-weight: 800;
    line-height: 1.2;
}
#our-team-page .item .position {
    display: block;
    font-size: 16px;
    line-height: 1.5;
}

/* CONTACT US */
#contact-us-page .sub-header{
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 5px;
}
#contact-us-page p{
	font-size: 25px;
	font-weight: 700;
}
#contact-us-page .form-control {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid transparent;
    background-color: #fbfbfa;
    padding: 22px 20px;
    font-weight: 600;
}
#contact-us-page form .form-control.error {
    border: 1px solid #de0d0d;
}
#contact-us-page form button {	
    background-color: #52524a;
    font-weight: 600;
    font-size: 18px;
    padding: 9px 30px;
	min-width: 180px;
}

/* POPUP */
.fancybox-inner{
	background-color: #ececec;
}
.popup-wrapper{
	position: absolute;	
	left: 0;
	right: 0;	
	color: #000;
}
.popup-wrapper>.header{
	padding: 2px 25px;
	text-align: right;
	position: absolute;
    left: 0;
    right: 0;
	top: 0;
	z-index: 1;
}
.popup-wrapper>.header .b-button{
	color: #ddd;
	font-size: 30px;
	font-weight: 400;
	line-height: 50px;
	cursor: pointer;
}
.popup-wrapper>.header .b-button img{
	height: 20px;
}
.popup-wrapper .team-detail{	
	margin-top: 5px;
	word-break: break-word;	
}
.popup-wrapper .content{	
	margin-top: 50px;
	word-break: break-word;	
}
.popup-wrapper .team-detail div.popup-content{
	padding: 100px 100px !important;
	box-sizing: border-box;
}
.popup-wrapper .fancybox-skin{
	border-radius: 0;
}
.popup-wrapper .team-detail{
	padding-top: 0px;
	position: relative;	
}
.popup-wrapper .team-detail img{
	min-width: 150px;
}
.popup-wrapper .team-detail .row.info{
	display: flex;
	align-items: center;
}
.popup-wrapper .team-detail .row.info .txt{
	padding-left: 50px;
}
.popup-wrapper .team-detail .name{
	font-size: 30px;
    font-weight: 800;
	line-height: 1.2;
	margin-top: 80px;
}
.popup-wrapper .team-detail .position{
	font-size: 20px;
    font-weight: 400;
	line-height: 1.1;
	margin-top: 5px;
}
.popup-wrapper .scrollbar-inner > .scroll-element .scroll-bar{
	background-color: #666;
	opacity: 0.4;
}
.popup-wrapper .scrollbar-inner > .scroll-element .scroll-element_track{
	background-color: #fff;
	opacity: 0.3;
}