@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
#clock span {
background-color: #fff;
    padding: 30px 45px;
    color: #f96015;
    font-size: 45px;
    font-weight: 400;
    display: inline-block;
}
@media (max-width: 767px){
#clock span {
    font-size: 50px;
    padding: 19px 25px;
background-color: #fff;
    padding: 30px 45px;
    color: #f96015;
    font-size: 65px;
    font-weight: 400;
    display: inline-block;
}
}
.dropdown-menu{
	padding:10px;
}
@media (min-width: 767px){
	.description.text-left{
		padding-top:10px;
	}
	.portfolio-figure .title {
	    top: 10px;
	    position: relative;
	}
}
@media (min-width: 768px){
	.lead {
	    font-size: 15px;
	}
}


/* models */
.models-main { transition: all 400ms ease-in-out 0s; -webkit-transition: all 400ms ease-in-out 0s; -moz-transition: all 400ms ease-in-out 0s; }
.models-photo { background-color: #fff; }
.models-text { padding: 60px; min-height: 476px; }
.models-text .model-name { font-size: 25px; color: #FFF; margin-top: 0; }
.models-main:hover .model-name { color: #000; }
.models-main:hover img { opacity: 0.4; transition: all 400ms ease-in-out 0s; -webkit-transition: all 400ms ease-in-out 0s; -moz-transition: all 400ms ease-in-out 0s; }
.models-main:hover .models-text { background-color: #FFF; color: #000; }
.models-main:hover p { color: #000; }
.models-text .small-button { background-color: #000; color: #fff; margin-bottom: 0; font-size: 13px; padding: 5px 20px; }

.work-count-box .title-top{
	color:#c99700;
}
.small-button {
    display: inline-block;
    font-size: 11px;
    padding: 1px 13px;
    text-transform: uppercase;
    border: 2px solid #c99700;
    letter-spacing: 1px;
    text-decoration: none;
    color: #c99700;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin: 20px 0;
    cursor: pointer;
    background-color: transparent;
}
.small-button:hover {
    color: #FFF;
    background-color: #c99700;
    border-color: #c99700;
    text-decoration: none;
}
.slider-gradient-overlay {
    background: rgba(0, 40, 85, 0.7);
}
.our-team .content-white {
    width: 85%;
}
.aia_date_year{
	font-size:50%;
}

.black-line-top {
    margin-top: 28px;
    margin-bottom: 2px;
    background: #fff;
    width: 52px;
    height: 1px;
}
.carousel-caption span{
	margin-bottom:10px;
}
.testimonial {
	background: url(../images/00.jpg) no-repeat center top fixed;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-transition: 0 ease-in-out left;
	-o-transition: 0 ease-in-out left;
	transition: 0 ease-in-out left;
}
#testimonial .color-overlay {
    padding-top: 129px;
    padding-bottom: 120px;
    background: none repeat scroll 0 0 rgba(0, 40, 85, 0.7);
}
.home-slider h1 {
	font-size:20px !important;
}
#clock{
	zoom:70%;
}
#clock span {
	background-color: unset;
	color:#fff;
}
.color-overlay-gold {
    background-color: rgba(201, 151, 0, 0.7);
    position: relative;
    height: 100%;
    width: 100%;
}
.home-slider h1 {
    background-color: rgba(201, 151, 0, 0.7);
}
.slider-text {
    display: table;
    height: 65%;
    overflow: visible;
    width: 100%;
    z-index: 2;
    position: absolute;
    text-align: center;
    bottom: 10%;
}


.scrollToTop {

    display: none;
    font-weight: bold;
    height: auto;
    padding: 0;
    position: fixed;
    right: 45px;
    text-align: center;
    text-decoration: none;
    top: 91%;
    width: auto;
    background-color: #c99700;
    z-index: 9999;
    border-radius: 3px;
    border: 1px solid #000;
}
.scrollToTop i{
    font-size: 38px;
    margin: 5px 8px 0;
    color: #FFF;
