.banner-info h2 {
    font-size: 110px;
}

.banner-content .banner-info {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -100px;
    background-color: #ffffff94;
    border: 1px solid #fff;
    padding: 0 0 0 10px;
    height:auto;
}

.site-title {
    color: #fff;
    margin: 17px 0px;
    font-weight: bold;
}

#navigation .navbar-nav&gt;li:nth-child(8) {
    background-color: #3cb449;
}

#professional_summary ul {
    list-style: inherit;
    margin-left: 30px;
}
.portfolio_thumbnails .portfolio-item {
    overflow: hidden;
    height: 270px !important;
}

.profile-logo {
    max-width: 150px;
    margin-top: 11px;
}

.tdt-slider .carousel-caption {
    padding-bottom: 25px !important;
}
.exprience-info p {
    text-align: justify;
}
.education-info.education_container .img-responsive {
    height: 120px;
}


@media (min-width: 992px) and (max-width: 1199px) {
    .banner-info h2 {
        font-size: 90px;
    }
    
    .banner-info h3 {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 20px;
    }
}

@media (max-width: 991px) {
    .banner-content .banner-info {
        top: 100%;
        margin-top: -220px;
        background-color: #ffffff94;
        border: 1px solid #fff;
        padding: 0 0 0 15px;
        height: 200px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .banner-info h2 {
        font-size: 70px;
    }
    
    .banner-info h3 {
        letter-spacing: 12px;
        font-size: 14px;
    }
    
    .site-title {
        color: #fff;
        margin: 17px 0px;
        font-weight: bold;
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    #home-banner {
        background-color: #fff;
    }
    .banner-content .banner-info {
        background-color: #ffffff94;
        border: 1px solid #fff;
        height: 170px;
        margin-top: -180px;
    }
    .banner-info h2 {
        font-size: 50px;
        line-height: 25px;
    }
    .banner-info h3 {
        font-size: 9px;
        letter-spacing: 9px;
    }
    
    .site-title {
        color: #fff;
        margin: 11px 0px;
        font-weight: bold;
    }
    .grecaptcha-badge {
        display:none;
    }
}

@media (max-width: 479px) {
    .site-title {
        color: #fff;
        margin: 11px 0px;
        font-weight: bold;
    }
    
    .exprience-image {
        max-width: 150px;
    }
}				body{
    	font-family: 'Montserrat';
        	font-weight: 400;
        	color: #2d3038;
    }
h1, h2, h3, h4, h5, h6 {
    	font-family: 'Montserrat';
        	font-weight: 700;
        	color: #2d3038;
    }
