﻿body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #818181;
    overflow-x: hidden !important;
}

h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
}

h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
}

.jumbotron {
    background-color: #f4511e;
    color: #fff;
    padding: 100px 25px;
    font-family: Montserrat, sans-serif;
}

.container-fluid {
    padding: 60px 50px;
}

.bg-grey {
    background-color: #f6f6f6;
}

.logo-small {
    color: #f4511e;
    font-size: 50px;
}

.logo {
    color: #f4511e;
    font-size: 200px;
}

.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
    height: auto;
    width: auto;
    overflow: hidden;
}

.image {
    opacity: 1;
    display: block;
    width: auto;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.thumbnail:hover .image {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    backface-visibility: hidden;
    opacity: 0.3;
}

.thumbnail:hover .middle {
    opacity: 1;
}

.portfoliobtn {
    border-radius: 85px;
    height: 85px;
    width: 85px;
    line-height: 85px;
    font-size: 20px;
    text-align: center;
    z-index: 40;
    background: #753ffe url(img/up.png) no-repeat center center;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#000000, strength=2);
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #f4511e;
}

.carousel-indicators li {
    border-color: #f4511e;
}

    .carousel-indicators li.active {
        background-color: #f4511e;
    }

.carousel .carousel-control {
    visibility: hidden;
}

.carousel:hover .carousel-control {
    visibility: visible;
}

.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}

.item span {
    font-style: normal;
}

.panel {
    border: 1px solid #f4511e;
    border-radius: 0 !important;
    transition: box-shadow 0.5s;
}

    .panel:hover {
        box-shadow: 5px 0px 40px rgba(0,0,0, .2);
    }

.panel-footer .btn:hover {
    border: 1px solid #f4511e;
    background-color: #fff !important;
    color: #f4511e;
}

.panel-heading {
    color: #fff !important;
    background-color: black !important;
    /*background-color: #f4511e !important;*/
    /*padding: 25px;*/
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel-footer {
    background-color: white !important;
}

    .panel-footer h3 {
        font-size: 32px;
    }

    .panel-footer h4 {
        color: #aaa;
        font-size: 14px;
    }

    .panel-footer .btn {
        margin: 15px 0;
        background-color: #f4511e;
        color: #fff;
    }

.navbar {
    margin-bottom: 0;
    background-color: white;
    z-index: 9999;
    border: 0;
    font-size: 15px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
    overflow-x: hidden !important;
}

    .navbar li a, .navbar .navbar-brand {
        color: #0C3984 !important;
        font-weight: bold !important;
        overflow-x: hidden !important;
        padding-top: 25px !important;
    }

.navbar-nav li a:hover, .navbar-nav li.active a {
    color: black !important;
    overflow-x: hidden !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
    overflow-x: hidden !important;
}

.navbar-fixed-top.scrolled {
    background-color: #E98023 !important;
    transition: background-color 200ms linear;
}

.navbar-collapse {
    overflow-x: hidden !important;
}


.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 75px !important;
}

footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #f4511e;
}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
    overflow: hidden !important;
}

/*Services page css*/

.box > .icon {
    text-align: center;
    position: relative;
}

    .box > .icon > .image {
        position: relative;
        z-index: 2;
        margin: auto;
        width: 88px;
        height: 88px;
        border: 8px solid white;
        line-height: 88px;
        border-radius: 50%;
        background: #63B76C;
        vertical-align: middle;
    }

    .box > .icon:hover > .image {
        background: #333;
    }

    .box > .icon > .image > i {
        font-size: 36px !important;
        color: #fff !important;
    }

    .box > .icon:hover > .image > i {
        color: white !important;
    }

    .box > .icon > .info {
        margin-top: -24px;
        background: rgba(0, 0, 0, 0.04);
        border: 1px solid #e0e0e0;
        padding: 15px 0 10px 0;
    }

    .box > .icon:hover > .info {
        background: rgba(0, 0, 0, 0.04);
        border-color: #e0e0e0;
        color: white;
    }

    .box > .icon > .info > h3.title {
        font-family: "Roboto",sans-serif !important;
        font-size: 16px;
        color: #222;
        font-weight: 500;
    }

    .box > .icon > .info > p {
        font-family: "Roboto",sans-serif !important;
        font-size: 13px;
        color: #666;
        line-height: 1.5em;
        margin: 20px;
    }

    .box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a {
        color: #222;
    }

    .box > .icon > .info > .more a {
        font-family: "Roboto",sans-serif !important;
        font-size: 12px;
        color: #222;
        line-height: 12px;
        text-transform: uppercase;
        text-decoration: none;
    }

    .box > .icon:hover > .info > .more > a {
        color: #fff;
        padding: 6px 8px;
        background-color: #63B76C;
    }

.box .space {
    height: 30px;
}

/*Contact US Section CSS*/
.contactus {
    background-image: url(/Images/Contact/contact2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #818181;
}

.footer {
    background-color: black;
    color: #818181;
    padding: 5px 50px;
    /*border: 1px solid #f4511e;*/
    box-shadow: 0px 0px 25px 0px whitesmoke;
    /*box-shadow: 0 1px 1px rgba(0,0,0,.05);*/
    transition: box-shadow 0.5s;
    /*border-radius: 0 !important;*/
}

/*TYPEWRITE CSS*/
/** {
    color: #E98023;
    text-decoration: none;
}*/


@keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }

    100% {
        opacity: 1;
        -webkit-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;
    }

    .full-screen {
        padding-top: 15px;
    }

    .carousel .carousel-control {
        visibility: visible;
    }

    .navbar {
        background-color: #E98023 !important;
    }

        .navbar li a, .navbar .navbar-brand {
            color: #0C3984 !important;
            font-weight: bold !important;
            overflow: hidden !important;
            padding-top: 0px !important;
        }

    .navbar-default .navbar-toggle {
        border-color: transparent;
        color: #fff !important;
        overflow: hidden !important;
        padding-top: 20px !important;
    }

    .glassdiv {
        bottom: 10px;
        left: 10px;
        right: 10px;
        margin: auto;
        width: 90%;
        padding: 10px;
        height: 80%;
    }
}

@media screen and (max-width: 480px) {
    .logo {
        color: #f4511e;
        font-size: 200px;
        height: 70%;
        width: 50%;
    }

    .full-screen {
        padding-top: 105px !important;
    }

    .carousel .carousel-control {
        visibility: visible;
    }

    .navbar {
        background-color: #E98023 !important;
    }

        .navbar li a, .navbar .navbar-brand {
            color: #0C3984 !important;
            font-weight: bold !important;
            overflow: hidden !important;
            padding-top: 0px !important;
        }

    .glassdiv {
        bottom: 10px;
        left: 10px;
        right: 10px;
        margin: auto;
        width: 90%;
        padding: 10px;
        height: 80%;
    }
}
