body {
    font: 14px/26px "Open Sans", sans-serif;
}

.valign-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.valign-wrapper .valign {
    display: block;
}

.head-info {
    background-color: #ED6D33;
    color: #fff;
    padding: 10px 0;
}

.head-info ul {
    list-style: outside none none;
    padding: 0;
    margin: 0;
}

.head-info ul li {
    display: inline-block;
    font-size: 13px;
    margin-right: 10px;
}

.head-info ul li i {
    color: #fff;
    line-height: 32px;
    margin-right: 5px;
}

ul.social-icons li i {
    line-height: 32px;
    margin-right: 20px;;
}

ul.social-icons li i:hover {
    color: #999;
}

.logo {
    display: inline-block;
    padding: 50px 0 47px 10px;
}

.logo img {
    display: block;
}

.navbar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    background: #fff;
}

.nav {
    padding: 55px 0;
    font-weight: 600;
}

.nav li:hover {
    border-top: 5px solid #ED6D33;
    margin-top:-5px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ED6D33;
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #ED6d33;
}

.navbar-toggle {
    margin: 40px 15px 37px;
    color: #ED6D33;
    font-size: 20px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background: transparent;
    color: #ED6D33;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: -1px;
    background-color: #303030;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    min-width:200px;
    padding:0;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #ED6D33;
}

.dropdown-menu > li > a {
    color:#fff;
    padding:10px;
}

.dropdown-menu > li > a:hover {
    background-color: #ED6D33;
    color: #fff;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -2px;
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #303030;
    padding:0;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #fff;
    margin-top: 5px;
    margin-right: -5px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

#head-slide {
    height:500px;
    margin-top:-20px;
    padding:0;
}

.previous {
    background-image: url("../img/icons/icon-previous.svg") !important;
    left: 10px;
    right: auto;
    transform: translateY(-50%);
    cursor: pointer;
}

.next {
    background-image: url("../img/icons/icon-next.svg") !important;
    left: auto;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

.next, .previous {
    background: rgba(0, 0, 0, 0) none no-repeat scroll center center / cover ;
    display: block;
    height: 32px;
    margin: 0;
    opacity: 0.8;
    padding: 0;
    position: absolute;
    top: 50%;
    visibility: hidden;
    width: 32px;
}

#after-slide {
    background-color: #303030;
    color:#fff;
    margin-bottom:100px;
}

.after-text {
    text-transform: uppercase;
    font-weight:800;
    font-size:3rem;
}

.after-desc {
    color:#b8b8b8;
    line-height:25px;
}

.bad-padding {
    padding:50px 0 50px;
}

.read-more {
    border:2px solid #fff;
    padding:10px 25px;
    color:#fff;
    font-weight:800;
    transition: all 0.3s ease 0s;
}

.read-more:hover {
    text-decoration: none;
    color:#fff;
    transform: scale(1.1);
    transition: all 0.3s ease 0s;
}

.read-more-div {
    height:100px;
}

.box {
    margin-bottom:50px;
    position: relative;
}

.feature i {
    color:#b8b8b8;
    display: block;
    float: left;
    font-size: 32px;
    line-height: 48px;
    transition: color 0.3s ease 0s;
}

.feature-content {
    margin-left:65px;
}

.feature-content h5 {
    margin-bottom:20px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 28px;
    font-weight:800;
}

.feature:hover > i {
    color: #ED6d33;
}

.feature-content p {
    margin-bottom: 20px;
}

h5 a {
    color: #202020;
    transition: color 0.3s ease 0s;
}

h5 a:hover {
    color: #0084b4;
    text-decoration: none;
}

a:active, a:hover, a:focus {
    outline: 0 none;
}

#contact-us-now {
    background-color: #f1f1f1;
    margin-top:50px;
    padding-top:100px;
}

#contact-us-now h2 {
    color:#202020;
    font-size:30px;
    letter-spacing:0.5px;
    line-height:52px;
    margin-bottom:40px;
    font-weight:800;
}

ul.fill-circle li::before {
    color: #0084b4;
    margin-bottom:10px;
    content: '\2022';
    font-size:2rem;
    position: relative;
    top:2px;
}

ul.fill-circle {
    padding:0;
    list-style:none;
}

ul.fill-circle li::before {
    margin-right:15px;
}

.btn {
    background-color: #ED6d33;
    border: 2px solid #C96D33;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 18px;
    margin: 0 5px 20px 0;
    padding: 10px 25px;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
}

.no-margin-bottom {
    margin-bottom:0 !important;
}

#testimonial {
    background-color: #ED6d33;
    padding:200px 0 100px;
    position: relative;
    color: #fff;
}

#testimonial::before {
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 45px solid #f1f1f1;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 0;
}

.headline {
    margin-bottom:100px;
    margin-top:-70px;
    letter-spacing: 0.5px;
    text-align: center;
}

.headline h2 {
    margin-bottom:0;
    text-transform: uppercase;
    font-size:30px;
    font-weight:800;
}

.testimonial-content {
    margin-bottom: 30px;
    text-align: center;
}

.testimonial-content::after {
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 24px;
    margin-top: 30px;
}

.testimonial-content blockquote {
    margin-bottom:50px;
}

blockquote {
    border:none;
}

.testimonial-content blockquote h3 {
    font-weight:600;
    line-height:42px;
}

.testimonial-content > h5 {
    text-transform: uppercase;
    font-weight:800;
    font-size:16px;
}

.testimonial-content > h6 {
    font-style: italic;
    font-weight: 600;
    font-size:14px;
}

#blue-area {
    background-color: #248EB5;
    padding:55px 0;
}

#blue-area a {
    color:#fff;
    font-weight:800;
    transition: all 0.3s ease 0s;
}

#blue-area a:hover {
    text-decoration: none;
    color:#303030;
    transition: all 0.3s ease 0s;
}

footer {
    background-color: #f1f1f1;
    padding-top:32px;
}

footer h2 {
    color: #202020;
    font-size: 30px;
    letter-spacing:0.5px;
    margin-bottom:10px;
    font-weight:800;
}

@media (max-width:992px) {
    .navbar-li {
        padding: 0;
        font-weight: bold;
    }

    .navbar-li:hover {
        border-top: 5px solid #0084B4;
        padding: 0;
    }
}