/*
* ----------------------------------------------------------------------------------------
Author       : PERFECTCODER
Template Name: Spider - Super Professional Personal Portfolio Template
Version      : 1.0
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL CSS STYLE
* 02.PRELOADER & BOUNCE CCS STYLE
* 03.HOMEPAGE CSS STYLE
    -LOGO CSS
    -MENU CSS
    -HOMEPAGE SLIDER BACKGROUND CSS STYLE
    -VIDEO BACKGROUND CSS STYLE
* 04.ABOUT CSS STYLE
* 05.SERVICE CSS STYLE
    -SINGLE SERVICE CSS
* 06. RESUME
* 07.WORK CSS STYLE
* 08.COMPLETE PROJECT CSS STYLE
* 09.TESTIMONIAL CSS STYLE
* 10.CONTACT CSS STYLE
* 11.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* ----------------------------------------------------------------------------------------
*/
.card {
        width: 90%;
        height: 260px;
        margin: 5%;
        display: inline-block;
        color: white;
        cursor:pointer;
      }
      
      .front, .back {
       	border-color: #1c65b2 #18589c #18589c;
		border-radius: 4px;
		-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
		box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
	    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
		background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
		background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
		background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
        border: 1px gray solid;
        padding: 10px;
      }
      .front {
        background-color: #BC9108;
        text-align:center;
      }
      .card .front .publikation-title{
      	margin-top:110px;
		font-size:20px;
      }
      .back {
        background-color: #8c6c06;
        text-align:center;
      }
      
body {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 1px;
    height: 100%;
    /*font-family: 'Poppins', sans-serif;*/
	font-family: 'Roboto Condensed', sans-serif;
    border: 15px solid #e9e9e9;
    color: #575756;
}

html,
body {
    height: 100%
}
.blockquote:before {
	font-family: times;
  color: #BD920C;
  content:"\201E";
  font-size: 200px;
  line-height: 0;
  margin-right: -80px;
  vertical-align: 20px;
}
.highlight{
	color: #BD920C;
}
.blockquote p {
  display: inline;
}
.clear{clear:both;}
.lecture_entry{line-height:20px;margin-bottom:10px;}
.lecture_title{float:left; width:30%;line-height:18px;}
.lecture_description{font-weight:bold;}
.lecture_description div{font-size:11px;line-height:15px;font-weight:normal;}
.sm-ico{font-size: 1em !important; margin-bottom:0 !important;}
.publikation{margin-bottom:20px;}
.publikation-info{display:none; margin-bottom:20px;}
.publikation-info div{font-size:11px;line-height:15px;font-weight:normal;}
.publikation-title{font-weight:bold; cursor:pointer; font-style:italic;}

.btn-ci {
    background-color: #BD920C;
    border-color: #BD920C;
    color: #fff;
}
.btn-ci:hover {
    background-color: #E6B625;
    border-color: #E6B625;
    color: #fff;
}
.justify{
	text-align: justify;
	-ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: 'Raleway', sans-serif;*/
	font-family: 'Roboto Condensed', sans-serif;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #575756;
}

img {
    width: 100%;
}

a:hover {
    color: #575756;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.no-padding {
    padding: 0
}

.section-padding {
    padding: 70px 0px;
}

.section-title {
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 24px;
    /*font-weight: 900;*/
    margin-top: 0;
    color: #575756;
    position: relative;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}

.section-title h2:before {
    position: absolute;
    /*left: 0;*/
    top: 0;
    height: 3px;
    width: 30px;
    background: #bc9108;
    content: "";
    margin-top: 40px;
}


/*
* ----------------------------------------------------------------------------------------
* 02.PRELOADER & BOUNCE CCS STYLE
* ----------------------------------------------------------------------------------------
*/

#preloader-area {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    text-align: center
}

.loader {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.loader div {
    display: inline-block;
    background-color: #bc9108;
    width: 8px;
    height: 8px;
    margin: 3px;
    border-radius: 50%;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.loaded #loader-wrapper {
    visibility: hidden;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s
}

.loaded #loader-wrapper,
.loaded .loader {
    -webkit-transition: ease-out .3s;
    -moz-transition: ease-out .3s;
    -o-transition: ease-out .3s
}

.loaded .loader {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s
}

.loader .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.loader .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes bouncedelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bouncedelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}


/*
* ----------------------------------------------------------------------------------------
* 03.HOMEPAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.downloads-area {
    height: 100%;
    color:#fff;
}

.downloads-image-area {
    position: relative;
    height: 100%;
    background: url(../images/bg/bg_title.jpg);
    background-size: cover;
    z-index: 1;
    background-repeat: repeat;
}

.downloads-image-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
.display-table-cell-downloads{
	margin-top:200px;
 }
  
  
  
   .welcome-area {
    height: 100%;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.welcome-image-area {
    position: relative;
    height: 100%;
    background: url(../images/bg/bg_title.jpg);
    background-size: cover;
    z-index: 1;
    background-repeat: repeat;
    background-position: center top;
}

.welcome-image-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: bottom;
	/*margin-top:500px;*/
}

.header-text h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.header-text.text-center p {
    color: #bc9108;
    font-size: 18px;
    letter-spacing: 9px;
    text-transform: uppercase;
    font-weight: bolder;
}

.header-text .home-arrow-down {
    text-align: center;
    position: absolute;
    bottom: -300px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header-text .home-arrow-down .btn {
    font-size: 30px;
}

.header-text .home-arrow-down .fa {
    color: #fafafa;
    display: inline-block;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation-name: home-arrow-down;
    animation-name: home-arrow-down;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes home-arrow-down {
    from {
        -webkit-transform: translate3d( 0, 0px, 0);
        transform: translate3d( 0, 0px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    10% {
        -webkit-transform: translate3d( 0, 5px, 0);
        transform: translate3d( 0, 5px, 0);
        filter: alpha(opacity=100);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    to {
        -webkit-transform: translate3d( 0, 30px, 0);
        transform: translate3d( 0, 30px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes home-arrow-down {
    from {
        -webkit-transform: translate3d( 0, 0px, 0);
        transform: translate3d( 0, 0px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    10% {
        -webkit-transform: translate3d( 0, 5px, 0);
        transform: translate3d( 0, 5px, 0);
        filter: alpha(opacity=100);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    to {
        -webkit-transform: translate3d( 0, 30px, 0);
        transform: translate3d( 0, 30px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.header-top-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
	background-color:#e9e9e9;
}

.logo {
   display:block;
   opacity: 1;
    padding-top: 15px;
	padding-bottom: 15px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.logo a {
    color: #bc9108;
    font-size: 14px;
    font-weight: 400;
    /*margin-left: 20px;*/
    text-transform: uppercase;
    letter-spacing: 3px;
}

.logo a img{
	width:inherit !important;
}
.nav-toggle {
    position: absolute;
    right: 0px;
    top: 52%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	z-index: 1000;
}

.toggle-btn {
    background-color: transparent;
    border: 0 none;
    padding: 0;
    outline: none;
}

.toggle-btn .icon-bar {
    background-color: #bc9108;
    display: block;
    height: 2px;
    margin-bottom: 5px;
    width: 20px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.toggle-btn.active .icon-bar:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.toggle-btn.active .icon-bar:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.toggle-btn.active .icon-bar:nth-child(3) {
    top: -5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.toggle-btn .icon-bar:last-child {
    margin-bottom: 0;
}

.nav-toggle + .navbar-collapse {
    margin-right: 43px;
}

.site-header .navbar-collapse {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.site-header.active .navbar-collapse {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.mainmenu .navbar-nav li {
	margin-right:10px;
}
.navbar-right {
    margin-right: -70px !important;
}
.mainmenu .navbar-nav li a {
    color: #9d9d9c;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 118px 0px 0px 0px;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 300;
}
/*.mainmenu .navbar-nav li a::before{
	background: #BD920C none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transition: width 0.25s ease 0s;
    width: 0;
}*/
.mainmenu .navbar-nav li .active_line{
	background: #BD920C none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transition: width 0.25s ease 0s;
    width: 0;
}
li .active a{
color:#ffff00 !important;
}
.mainmenu .navbar-nav li:hover .active_line{
    width: 100%;
}
	

.mainmenu .navbar-nav li a:hover {
    background: none;
    color: #bc9108;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.menu_hover {
    background: none;
    color: #bc9108 !important;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav li a:focus,
.nav li a:hover {
    background: none;
    color: #BD920C;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav li.active a{
    background: none;
    color: #BD920C;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.nav li.active .active_line{
    width: 100%;
}

.navbar {
    margin: 0;
}


/*
* ----------------------------------------------------------------------------------------
* 04.ABOUT CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.about-me-area {
   background: rgba(233,233, 233) /*url("../images/bg/bg.jpg") repeat scroll 0 0 / cover*/ ;
    /*height: 100%;*/
    position: relative;
    z-index: 1;
    box-shadow: 0 40px 100px rgba(255, 255, 255, 0.2);
}
.about-me-area::after {
    /*background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0*/;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.about-text {
    margin-top: 30px;
}

.about-text h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0px;
    color: #fafafa;
}

.about-text .ja {
	font-family: times;
	color: #BD920C;
	font-family: times;
	font-size: 80px;
	line-height: 0;
	margin-bottom: -50px;
	margin-right: -80px;
	margin-top: 70px;
	vertical-align: -80px;
}

.about-text ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.about-text ul li {
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 10px;
    background: #bc9108;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
}


.leistungen-area {
    /*background: rgba(0, 0, 0, 0) url("../images/bg/bg_unsere_leistungen.jpg") repeat scroll 0 0 / cover ;*/
    /*height: 100%;*/
    position: relative;
    z-index: 1;
    box-shadow: 0 40px 100px rgba(255, 255, 255, 0.2);
    background-position: center;
}
.leistungen-area::after {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.publikationen-area {
    background: rgba(0, 0, 0, 0) url("../images/bg/bg_publikationen.jpg") repeat scroll 0 0 / cover ;
    /*height: 100%;*/
    position: relative;
    z-index: 1;
    box-shadow: 0 40px 100px rgba(255, 255, 255, 0.2);
    background-position: center;
}
.publikationen-area::after {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.partner-download-area {
    background: rgba(0, 0, 0, 0) url("../images/bg/bg_publikationen.jpg") repeat scroll 0 0 / cover ;
    /*height: 100%;*/
    position: relative;
    z-index: 1;
    box-shadow: 0 40px 100px rgba(255, 255, 255, 0.2);
    background-position: top;
}
.partner-download-area::after {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
/*
* ----------------------------------------------------------------------------------------
* 05.SERVICE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.service-area {
    /*background: rgba(0, 0, 0, 0) url("../images/bg/bg_philosophie.jpg") no-repeat scroll 0 0 / cover ;*/
    /*height: 100%;*/
    position: relative;
    z-index: 1;
    box-shadow: 0 40px 100px rgba(255, 255, 255, 0.2);
	color:#ffffff;
	background-position: center;
}
.service-area::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.single-service {
    margin-bottom: 30px;
}

.single-service i {
    font-size: 60px;
    margin-bottom: 10px;
    color: #575756;
    -webkit-transition: .3s;
    transition: .3s;
}

.single-service h2 {
    font-size: 18px;
    text-transform: captalize;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #575756;
    position: relative;
}
/*
.single-service h2:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 20px;
    background: #bc9108;
    content: "";
    margin-top: 25px;
}
*/
.contact-design-area{
    background: rgba(0, 0, 0, 0) url("../images/bg/bg_kontakt.jpg") repeat scroll 0 0 / cover ;
    min-height: 100%;
    position: relative;
    z-index: 1;
    box-shadow: 0 40px 100px rgba(255, 255, 255, 0.2);
    background-position: center;
}
.contact-design-area::after {
    /*background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;*/
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
/*
* ----------------------------------------------------------------------------------------
* 06.RESUME CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.resume-design-area{
    background: rgba(0, 0, 0, 0) url("../images/bg/bg_erfolgsgeschichte.jpg") repeat scroll 0 0 / cover ;
    min-height: 100%;
    position: relative;
    z-index: 1;
    box-shadow: 0 40px 100px rgba(255, 255, 255, 0.2);
    background-position: center;
}
.resume-design-area::after {
    /*background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;*/
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.single-resume h3 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 5px;
    margin-bottom: 20px;
    color: #575756;
	font-family: 'Roboto Condensed', sans-serif;
}

.single-resume h3:before {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    position: absolute;
    border: 2px solid #bc9108;
    background-color: transparent;
    left: -75px;
    content: '';
    top: 15px;
    background: #bc9108;
}

.single-resume h3:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 20px;
    background: #bc9108;
    content: "";
    margin-top: 66px;
    margin-left: 15px;
}

.resume-left h2 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    color: #575756;
}

.resume-right:before {
    background-color: #bc9108;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    content: '';
    height: calc(100% + 0px);
    width: 1px;
    position: absolute;
    left: -67px;
    top: 16px;
}

.resume-right p {
    margin-bottom: 20px;
}

.resume-right h4 {
    font-size: 12px;
    line-height: 32px;
    color: #575756;
    font-style: italic;
    margin-top: 0;
}


/*
* ----------------------------------------------------------------------------------------
* 07.WORK CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.work {
    background: #000;
}

.work-inner .mix {
    display: none;
}

ul.work {
    padding: 0;
    list-style: none;
}

ul.work li {
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 1px;
    margin: 0 8px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fafafa;
    border: none;
    cursor: pointer;
    font-size: 12px;
    border: 1px solid #bc9108;
    border-radius: 30px;
    padding-left: 15px;
    padding-right: 15px;
    background: transparent;
}

ul.work li:hover {
    color: #000;
    border: 1px solid #bc9108;
    -webkit-transition: .3s;
    transition: .3s;
    background: #bc9108;
}

ul.work li.active {
    border: none;
    color: #000;
    border: 1px solid #bc9108;
    background: #bc9108;
}

.work .item {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.work .item img {
    width: 100%;
}

.portfolio-caption {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.portfolio-caption h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    bottom: 0;
    left: 5%;
    text-align: center;
}

.portfolio-caption h3 {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 300;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    bottom: 0;
    left: 5%;
    text-align: center;
}

.work .item:hover .portfolio-caption {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.work .item:hover .portfolio-caption h4 {
    margin-bottom: 40px;
    -webkit-transition: .3s;
    transition: .3s;
}

.work .item:hover .portfolio-caption h3 {
    margin-bottom: 20px;
    -webkit-transition: .5s;
    -webkit-transition: .53s;
    transition: .53s;
}


/*
* ----------------------------------------------------------------------------------------
* 08.COMPLETE PROJECT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.complete-project-area {
    background: #000;
}

.single-project-complete {}

.single-project-complete h2 {
    font-size: 40px;
    font-weight: 900;
    color: #bc9108;
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

.single-project-complete h3 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 20px 0px;
    color: #fafafa;
}


/*
* ----------------------------------------------------------------------------------------
* 09.TESTIMONIAL CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.testimonial-area {
    padding: 40px 0px;
    background: #2D2D2D;
}
.testimonial-area a{
    color:#fff;
}

.testimonial-area .section-title h2 {
    color: #fff;
}

.testimonial-list {}

.single-testimonial {
    padding-right: 60px;
}

.single-testimonial h3 {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 300;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 0;
}


.single-testimonial h2 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 20px 0px;
    color: #fafafa;
    position: relative;
}

.single-testimonial h2:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 20px;
    background: #bc9108;
    content: "";
    margin-top: 25px;
}


/*
* ----------------------------------------------------------------------------------------
* 10.CONTACT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.contact-me-area {
    background: #000;
}

.form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 45px;
    padding: 5px 0px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: transparent;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    margin-bottom: 25px;
}

.form-control:focus {
    border-color: #fafafa;
    outline: 0;
    box-shadow: none;
}

.contact-form input[type='submit'] {
    display: inline-block;
    color: #000;
    background: none;
    padding-top: 14px;
    padding-bottom: 10px;
    padding-left: 24px;
    padding-right: 24px;
    border: 1px solid #bc9108;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 0px;
    font-weight: 600;
    -webkit-transition: .3s;
    transition: .3s;
    letter-spacing: 3px;
    border-radius: 30px;
    background: #bc9108;
}

.contact-form input[type='submit']:hover {
    background: transparent;
    border: 1px solid #bc9108;
    color: #bc9108;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.success {
    background: #50B948 none repeat scroll 0 0;
    color: #fff;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}


/*
* ----------------------------------------------------------------------------------------
* 11.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.footer-area {
    background: #000;
    padding: 50px 0px;
}

.footer-area p {
    margin-bottom: 0;
    font-size: 14px;
    color: #787878;
}

.navbar-nav > li > a {
	 /*font-family: "Gentium Basic",serif !important;*/
}


.equalheight {
  display: inherit;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  }
  
 .equal {
  flex: 0 0 1;
 }
 .tooltip_templates { display: none; }
 .image_shadow{
 	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
 }
 .image_border{
 	border: 4px solid #fff;
 };