@import url('https://fonts.googleapis.com/css?family=Roboto');
body {
    font: 400 15px roboto;
    line-height: 1.8;
    color: #0000 !important;
}

h1 {
    font-size: 90px !important;
    font-weight: 600 !important;
    color: black !important;
	font-family:roboto !important;
    margin-left: 32px;
    line-height: 90px;
}

h2 {
    font-size: 90px !important;
    font-weight: 600 !important;
    color: black !important;
	font-family:roboto !important;
}

h3 {
    font-size: 50px !important;
    font-weight: 600 !important;
    color: black !important;
	font-family:Montserrat-Hairline !important;
}

h4 {
    color: black !important;
    font-size: 18px !important;
	font-family:roboto !important;
}

h5 {
    color: black !important;
	font-family:roboto !important;
    font-size: 19px !important;
}

p {
    color: black !important;
	font-family:roboto !important;
	text-align:justify;
}

.jumbotron {
    background-color: white;
    color: black !important;
    padding: 100px 25px;
    font-family: Montserrat;
}

.container-fluid {
    padding: 20px 30px;
}

.contact {
    padding-top: 160px !important;
    padding-bottom: 200px !important;
}

.img {
    width: 100% !important;
    margin-top: 60px;
}

.form-control {
    border: 1px solid black !important;
	border-radius:0px !important;
}

.mrgn {
    margin-bottom: 30px !important;
}

.logo-small {
    color: #f4511e;
    font-size: 50px;
}

.logo {
    color: #f4511e;
    font-size: 200px;
}

.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.navbar {
    margin-bottom: 0;
    background-color: white;
    z-index: 9999;
    border: 0;
    font-size: 16px !important;
    letter-spacing: 1px;
    border-radius: 0;
    font-family: Montserrat;
	padding-top:85px !important;
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 25px;
        padding-bottom: 15px;
    }
}

.navbar li a,
.navbar .navbar-brand {
    color: black !important;
}

.navbar-nav li a:hover,
.navbar-nav li.active a {
    color: black !important;
    background-color: #ffff !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: black !important;
}

.container-fluid.footer {
    background-color: #e6e6e6 !important;
    width: 81% !important;
    font-family: 'Roboto', sans-serif !important;
	margin-bottom:90px !important;
	padding:40px !important;
}

.container-fluid.footer p{
    color: #90969a !important;
    font-family: 'Roboto', sans-serif !important;
}
.container-fluid.footer h4{
	text-decoration:underline;
}

.slideanim {
    visibility: hidden;
}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@media screen and (max-width: 768px) {
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
}


/* @font-face {
    font-family: Montserrat;
    src: url("fonts/Sofia Pro Medium.OTF");
} */

#onload {
    position: fixed;
    background: url("../images/003.jpg") no-repeat;
    background-size: 100% 100%;
    z-index: 9999;
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
    transition: all 1.5s ease-out;
    -webkit-transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -ms-transition: all 1.5s ease-out;
}

#overflow {
    overflow: hidden;
}

#main {
    display: none;
}

.icon-bar {
    border: 1px solid #000000;
}

.logo-img {
    background: url("../images/headbg.jpg") no-repeat center;
    height: 515px;
    width: 100%;
}

.content_row {
    margin: 90px 0px 0px 0px;
}

.heading {
    font-size: 20px;
    color: #333338;
}

.inner_block {
    font-size: 18px;
    color: #7f7f7f;
    margin-top: 10px;
    float: left;
}


/*RecentWork Page*/

.filter-menu {
    color: #333338;
    font-size: 15px;
    cursor: pointer;
    margin: 20px 0px;
    line-height: 36px;
}

.filter-menu li {
    list-style: none;
}

.overlay_hover {
    width: 100%;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    padding-right: 15px !important;
    padding-left: 15px !important;
    transition: .5s ease;
    background-color: #58585c;
}

.overlay_hover:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.spacing {
    margin: 10px 0px;
}

@media only screen and (max-width: 500px) {
    .logo-img {
        background: url("../images/mobileheadbg.jpg") no-repeat center;
        height: 235px;
    }
    .menu {
        text-align: left;
    }
    .logo img {
        margin: 0px auto;
        width: 75%;
    }
}

.hovereffect {
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin-bottom: 10px;
    box-shadow: 10px 11px 20px rgba(0, 0, 0, 0.15);
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(-100px);
    -ms-transform: translatey(-100px);
    transform: translatey(-100px);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 10px;
}

.hovereffect a.info {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 50px 0 0;
    padding: 7px 14px;
}

.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}

.hovereffect:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.hovereffect:hover h2,
.hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
}

.hovereffect:hover a.info {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.resposive-heading {
    /*! text-shadow: 6px 6px 0px rgba(0, 0, 0, 0.2); */
}

@media screen and (max-width: 768px) {
    .resposive-heading {
        font-size: 65px !important;
    }
}

.img-shadow {
    box-shadow: 10px 11px 20px rgba(0, 0, 0, 0.15);
}

.mt-50 {
    margin-top: 100px;
}

.thick-font {
    font-weight: 600;
}

#filter-div img {
    height: 200px;
}
.logo{
	margin-left:71px !important;
}
@media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
		margin-left:0px !important;
    }
	.mrgn1 .col-sm-5{
		padding-left:0px!important
	}
	.contact .col-sm-5{
	padding-left:0px !important;
}
.mrgn_topp{
	margin-top:-80px !important;
}
.img{
	padding-left:10px !important;
	padding-right:10px !important;
}
}
.contact .col-sm-5{
	padding-left:50px !important;
}