/* Section Heading */

.section-heading {
    color: #101010;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.sec-title{
	position:relative;
	margin-bottom:30px;
	z-index:1;
}

.sec-title h2{
	font-size:28px;
	color:#34322d;
	font-weight:600;
	line-height:1.2em;
	padding-bottom:10px;
	text-transform: uppercase;
}

.sec-title h2 span{
	color:#a17c57;
}

.sec-title h3{
	font-size:20px;
	font-weight:500;
	color:#34322d;
	line-height:1.4em;
	margin-bottom:15px;
}

.sec-title h3 span{
	color:#a17c57;
}

.sec-title .sub-title{
	position:relative;
	color:#999999;
	font-size:16px;
	letter-spacing:1px;
	font-weight:600;
	text-transform:uppercase;
}

.sec-title .separator{
	position:relative;
	width:60px;
	height:8px;
	text-align:center;
	margin-top:20px !important;
}

.sec-title .separator:before{
	position:absolute;
	content:'';
	left:0px;
	width:60px;
	height:2px;
	background-color:#b1905e;
}

.sec-title.centered{
	text-align:center;
}

.sec-title.centered .separator{
	margin:0 auto;
}

.sec-title.light h2{
	color:#ffffff;
}

.sec-title.style-two .sub-title{
	margin-bottom:12px;
}

.sec-title.style-two h2{
	padding-bottom:0px;
}

/* Section */

.home-news
{
    padding-top: 60px;
    padding-bottom: 60px;
    clear: both;
    width: 100%;
    display: block;
}

@media screen and (max-width: 768px)
{
    .home-news
    {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.section-first
{
    padding-top: 60px;
    padding-bottom: 60px;
    clear: both;
    width: 100%;
    display: block;
}

.section-general-white
{
    padding-top: 60px;
    padding-bottom: 60px;
    clear: both;
    width: 100%;
    display: block;
}

.section-general-silver
{
    padding-top: 60px;
    padding-bottom: 60px;
    clear: both;
    width: 100%;
    display: block;
    background: #f7f7f7;
}

.section-home-news
{
    padding-top: 40px;
    padding-bottom: 0px;
    clear: both;
    width: 100%;
    display: block;
}

.section-home-company
{
    padding-top: 60px;
    padding-bottom: 60px;
    clear: both;
    width: 100%;
    display: block;
    background: #f7f7f7;
}

@media screen and (max-width: 768px)
{
    .section-first
    {
        padding-top: 90px;
        padding-bottom: 40px;
    }

    .section-general-white
    {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section-general-silver
    {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/* Box Menu */

.box-menu {
    text-transform: uppercase;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.box-menu li {
    display: inline-block;
    margin: 0 5px 5px 0px;
    float: left;
    border-radius: 5px;
}

.box-menu li a {
    display: inline-block;
    background: #101010;
    color: #fff;
    border: 1px solid #ececec;
    padding: 9px 12px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    border-radius: 5px;
}

.box-menu li a:hover {
    background: #a17c57;
    color: #fff;
}

.box-menu li.active a{
    background: #a17c57;
    color: #fff;
}

/* Table */

.main_table
{
    width: 100%;
}

.main_table th
{
    background: #343434;
    color: #fefefe;
}

.main_table tr:hover
{
    background: #ededed;;
}

/* General */

.project_desc
{
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.projects_tab
{
    border-radius: 5px;
    display: block;
}

.projects_tab a
{
    color: #fff;
    display: block;
    letter-spacing: 0.8px;
}

#main-footer
{
    padding: 0px 75px 15px 75px;
    background-image: linear-gradient(to bottom, rgb(40, 40, 40), #0e0e0e);
    color: rgb(196, 195, 195);
    font-size: 13px;
    line-height: 2em;
}

#main-footer-custom
{
    padding: 15px;
    background: #101010;
    color: rgb(196, 195, 195);
    font-size: 13px;
    line-height: 2em;
    text-align: center;
}

#main-footer-fixed-bottom
{
    padding: 15px;
    background: #101010;
    color: rgb(196, 195, 195);
    font-size: 13px;
    line-height: 2em;
    text-align: center;
    bottom: 0;
    width: 100%;
}

@media screen and (min-width: 768px)
{
    #main-footer-custom
    {
        position: fixed;
        bottom: 0;
        width: 100%;
        text-align: center;
    }
}

.img-scale
{
  width: 250px;
  height: 150px;
  object-fit: cover;
}

.img-scale-news
{
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.image-box img {
  transition: all 0.7s;
  transform: scale(1);
}

.image-box:hover img {
  transform: scale(1.02);
  box-shadow: 6px 6px 3px #dcdddd;
}

/* Team Member */

.team-member{
	position:relative;
	margin-bottom:0px;
}

.team-member .inner-box{
	position:relative;
}

.team-member .inner-box .image{
	position:relative;
    text-align: center;
}

.team-member .inner-box .image img{
	position:relative;
	width:100%;
}

.team-member .inner-box .lower-box{
	position:relative;
	padding-top:25px;
	text-align:center;
	padding-bottom:0px;
}

.team-member .inner-box .lower-box h3{
	position:relative;
	color:#34322d;
	font-size:20px;
	font-weight:600;
	margin-bottom:10px;
	line-height:1em;
	text-transform:capitalize;
}

.team-member .inner-box .lower-box h3 a{
	position:relative;
	color:#34322d;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.team-member .inner-box .lower-box h3 a:hover{
	color:#b1905e;
}

.team-member .inner-box .lower-box .designation{
	position:relative;
	color:#888888;
	font-size:15px;
	padding-bottom:15px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	font-family: 'Barlow', sans-serif;
}

.team-member .inner-box .lower-box .designation:after{
	position:absolute;
	width:40px;
	content:'';
	left:50%;
	height:2px;
	bottom:0px;
	background-color:#e0be75;
	margin-left:-20px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.team-member .inner-box .lower-box .social-icon-one{
	position:absolute;
	left:0px;
	bottom:0px;
	opacity:0;
	width:100%;
	visibility:hidden;
}

.team-member .inner-box:hover .lower-box .social-icon-one{
	opacity:1;
	visibility:visible;
}

.team-member .inner-box:hover .lower-box .social-icon-one{
	margin-top:0px;
	padding-bottom:10px;
	border-bottom:1px solid #e98135;
}










#doro-aside {
    padding: 60px 30px;
    width: 20%;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    overflow-y: scroll;
    z-index: 1001;
    background-image: linear-gradient(to bottom, rgb(40, 40, 40), #0e0e0e);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    scrollbar-width: none;
}
@media screen and (max-width: 1200px) {
    #doro-aside {
        width: 27%;
    }
}
@media screen and (max-width: 768px) {
    #doro-aside {
        width: 270px;
        -moz-transform: translateX(-270px);
        -webkit-transform: translateX(-270px);
        -ms-transform: translateX(-270px);
        -o-transform: translateX(-270px);
        transform: translateX(-270px);
        padding-top: 4em;
    }
}
/* logo */
#doro-aside #doro-logo {
    text-align: center;
    font-weight: 500;
    font-size: 40px;
    line-height: 1em;
    text-transform: uppercase;
    margin: 0 auto;
    margin-bottom: 60px;
    display: block;
    width: 130px;
}
#doro-aside .doro-logo span {
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    color: #888;
    font-weight: 400;
    letter-spacing: 3px;
}
#doro-aside .doro-logo a {
    display: inline-block;
    text-align: center;
    color: #fff;
    letter-spacing: 3px;
}
#doro-aside .doro-logo a span {
    display: block;
    margin-top: 0px;
    text-align: center;
}
/* Menu */
#doro-aside .doro-main-menu,
#doro-aside .doro-main-menu ul,
#doro-aside .doro-main-menu ul li,
#doro-aside .doro-main-menu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#doro-aside .doro-main-menu {
    margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
    #doro-aside .doro-main-menu {
        margin-bottom: 30px;
    }
}
#doro-aside .doro-main-menu ul ul {
    display: none;
}
#doro-aside .doro-main-menu ul ul li:last-of-type {
    border-bottom: 0px solid rgba(255,255,255,0.03);
    padding-bottom: 13px;
}

#doro-aside .doro-main-menu > ul > li > a {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    color: #ebebeb;
    margin: 13px 0 0 0;
    position: relative;
    padding: 0 0 13px 0;
    list-style: none;
    border-bottom: 1px solid rgb(65, 65, 65);
}
#doro-aside .doro-main-menu > ul > li > a:hover,
#doro-aside .doro-main-menu > ul > li.active > a,
#doro-aside .doro-main-menu > ul > li.open > a {
    color: #e0be75;
}
#doro-aside .doro-main-menu > ul > li.open > a {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    color: #e0be75;
    margin: 13px 0 0 0;
    padding: 0 0 13px 0;
    list-style: none;
    border-bottom: none;
    cursor: pointer;
}
#doro-aside .doro-main-menu > ul > li:last-child > a,
#doro-aside .doro-main-menu > ul > li.last > a {}
#doro-aside .doro-main-menu > ul > li > a:hover > span::after,
#doro-aside .doro-main-menu > ul > li.active > a > span::after,
#doro-aside .doro-main-menu > ul > li.open > a > span::after {
    border-color: #e0be75;
}
#doro-aside .doro-main-menu ul ul li a {
    padding: 8px 0 8px 15px;
    list-style: none;
    font-family: 'Oswald', sans-serif;
    color: #ebebeb;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
}
#doro-aside .doro-main-menu ul ul li:hover > a,
#doro-aside .doro-main-menu ul ul li.open > a,
#doro-aside .doro-main-menu ul ul li.active > a {
    color: #e0be75;
}
#doro-aside .doro-main-menu ul ul ul li a {
    margin-left: 15px;
}
#doro-aside .doro-main-menu > ul > li > ul > li:last-child > a,
#doro-aside .doro-main-menu > ul > li > ul > li.last > a {
    padding-bottom: 8px;
}
#doro-aside .doro-main-menu > ul > li > ul > li.open:last-child > a,
#doro-aside .doro-main-menu > ul > li > ul > li.last.open > a {}
#doro-aside .doro-main-menu > ul > li > ul > li.open:last-child > ul > li:last-child > a {}
#doro-aside .doro-main-menu ul ul li.active > a::after,
#doro-aside .doro-main-menu ul ul li.open > a::after,
#doro-aside .doro-main-menu ul ul li > a:hover::after {}

#doro-aside .doro-main-menu i {
    padding-left: 0px;
    font-size: 8px;
    color: rgba(255, 255, 255, 0.3);
}

#doro-aside .doro-main-menu .active i {
    color: #e0be75;
}

/* footer */
#doro-aside .doro-footer {
    position: relative;
    bottom: 0px;
    right: 0;
    left: 0;
    padding: 30px 0;
}
.doro-footer p {
    font-size: 14px;
    margin-bottom: 0;
    color: #999;
    line-height: 1em;
}
.doro-footer a,
.doro-footer a i {
    color: #b19777;
}

@media screen and (max-width: 768px) {
    #doro-aside .doro-footer {
        position: relative;
    }
}
#doro-aside .doro-footer span {
    display: block;
}
#doro-aside .doro-footer ul {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0;
}
#doro-aside .doro-footer ul li {
    display: inline-block;
    margin-right: 7px;
    background-color: transparent;
    text-align: center;
    transition: all 0.3 ease-in-out;
}
#doro-aside .doro-footer ul li a {
    font-size: 15px;
}
#doro-aside .doro-footer ul li a:hover,
#doro-aside .doro-footer ul li a:active,
#doro-aside .doro-footer ul li a:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
}