﻿@import url('https://fonts.googleapis.com/css?family=Crete+Round|Slabo+27px');


* {
    font-family: "Crete Round","Helvetica Neue","Segoe UI",Arial,sans-serif;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    font-smoothing: always;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: 100;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    color: #5f6a7d;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Slabo 27px","Helvetica Neue","Segoe UI",Arial,sans-serif;
    font-weight: bold;
}

a:hover {
    text-decoration: none;
}

.big-font {
    font-size: 16px;
    line-height: 23px;
}

.big-font > a {
    text-transform: uppercase;
}

.heighlight {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.only-mobile {
    display: none;
}

.mt0 {
    margin-top: 0px !important;
}

.mt30 {
    margin-top: 30px;
}

header > .top-header {
    height: 30px;
    background-color: #1D5879;
    color: #FFF;
}

header > .top-header ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

header > .top-header ul > li {
    float: left;
    padding: 5px 20px;
    border-right: 1px solid #CCC;
    color: #FFF;
}

header > .top-header ul > li > a {
    color: #FFF;
    letter-spacing: 1px;
}

header > .top-header ul > li:first-child {
    padding-left: 0px;
}

header > .top-header ul > li:last-child {
    border: 0px;
}

header > .top-header .text-right ul > li {
    float: right;
}

header > .top-header .text-right ul > li:first-child,
header > .top-header .text-right ul > li {
    padding: 5px 20px;
    border-right: 1px solid #CCC;
}

header > .top-header .text-right ul > li:first-child {
    padding-right: 0px;
    border-right: 0px;
}

header .navbar-default {
    background-color: transparent;
    border: 0px;
    margin: 0px;
}

.slider {
    border-bottom: 1px solid #e4e5e7;
    overflow: hidden;
    height: 500px;
}

.slider .owl-theme .owl-controls {
    margin-top: -30px;
}

.owl-carousel {
    display: block;
}

.owl-carousel .owl-wrapper {
    height: 500px;
}

.owl-theme .owl-controls .owl-page span {
    opacity: 0.7;
}

.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #ffffff;
}

.logo-name {
    color: #FF9800;
    font-size: 22px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.form-control, .btn {
    border-radius: 0px;
    height: 40px;
    padding: 10px 12px;
}

.big-title > h2 {
    margin: 0px;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.navbar-default .navbar-nav>li>a {
    display: block;
    color: #666666;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 16px;
    position: relative;
    z-index: 2;
}

.navbar-default .navbar-nav>li>a.active,
.navbar-default .navbar-nav>li>a.active:hover,
.navbar-default .navbar-nav>li>a.active:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover{
    color: #fff;
    background-color: #FF9800;
}

.banner {
    background-size: 100% 100%;
    background-size: cover;
    width: 100%;
    min-height: 500px;
    padding-top: 300px;
    color: #FFF;
    text-align: center;
    letter-spacing: 2px;
}

.banner.one {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%), url(../Images/slider1.jpg);
}

.banner.two {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%), url(../Images/slider2.jpg);
}

.banner > h1 {
    font-size: 45px;
    font-weight: bold;
}

section.padded {
    padding: 70px 0px;
}

section.bottom-padding {
    padding-bottom: 70px;
}

section.alt {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    background: #fbfbfb;
}

section h2.title {
    margin-top: 70px;
    margin-bottom: 50px;
}

section.padded h2.title {
    margin-top: 0px;
    margin-bottom: 20px;
}

.search-wrap {
    background-color: #f1f1f1;
    padding: 40px 20px 20px;
}

.search-wrap h2 {
    margin: 0px;
    padding: 0px;
    font-size: 30px;
}

.kf_cur_catg_des {
    float: left;
    width: 100%;
    position: relative;
    background-color: #f1f1f1;
    padding: 31px 23px 31px;
    margin-bottom: 50px;
    min-height: 200px;
    border-left: 2px solid #FF9800;
}

.kf_cur_catg_des.no-border {
    border: 0px;
}

.kf_cur_catg_des:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 2px;
}

.kf_cur_catg_des > span {
    color: #FF9800;
    float: left;
    font-size: 46px;
    margin: auto 0;
    padding: 12px 0 8px;
    vertical-align: middle;
}

.kf_cur_catg_capstion {
    float: none;
    overflow: hidden;
    text-align: left;
    padding-left: 5px;
}

.kf_cur_catg_capstion h5 {
    text-align: left;
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.kf_cur_catg_capstion p {
    color: #5F6A7D;
    margin: 0;
    text-align: justify;
}

.link-box {
    border: 1px solid #C4C4C4;
    padding: 10px;    
}

.link-box > h2 {
    margin: 0px;
    margin-bottom: 15px;
    font-size: 20px;
}

.link-box > p {
    text-align: justify;
}

.link-box img {
    width: 100%;
    margin-top: 10px;
}

footer {
    background: #222;
    padding: 50px 0px;
    color: #fcfcfc;
}

footer a {
    color: #ccc;
}

footer a:hover {
    color: #fcfcfc;
}

.page-banner {
    width: 100%;
    text-align: left;
    padding: 40px 0;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%,
                      rgba(0, 0, 0, 0.7) 100%),
                      url(../Images/Inner-Page.jpg);
    background-size: cover;
    background-origin: center;
    background-repeat: none-repeat;
    background-position: center;
}

.team-box {
    text-align: center;
    font-size: 18px;
}

.team-box > img {
    display: block;
    margin: 20px auto 10px;
}

.text-list {
    list-style: none;
}

.text-list li {
    margin-bottom: 15px;
}

.text-list > li:after, .text-list > li:before {
    clear: both;
    content: " ";
    display: table;
}

.text-list > li > i {
    font-size: 18px;
    margin-top: 3px;
    color: #ff9800;
}

.text-list > li > div {
    width: 97%;
    float: right;
}

footer .logo-name {
    line-height: 20px;
    margin-bottom: 20px;
}

footer .logo-name a {
    color: #FF9800;
    font-size: 20px;
}

footer h3 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 20px;
}

footer p {
    text-align: justify;
}

footer ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

footer ul > li {
    margin-bottom: 5px;
}

footer .social-links {
    list-style: none;
    margin-top: 10px;
}

footer .social-links > li {
    float: left;
    margin: 0px 3px;
}

footer .social-links > li > a {
    color: #FFF;
    border-radius: 0px;
}

footer .btn.btn-facebook {
    background-color: #4A6D9D;
    border: 1px solid #4A6D9D;
}

footer .btn.btn-facebook:hover {
    background-color: #FFF;
    color: #4A6D9D;
}

footer .btn.btn-twitter {
    background-color: #3bc1ed;
    border: 1px solid #3bc1ed;
}

footer .btn.btn-twitter:hover {
    background-color: #FFF;
    color: #3bc1ed;
}

footer .btn.btn-linkedin {
    background-color: #0b7bb5;
    border: 1px solid #0b7bb5;
}

footer .btn.btn-linkedin:hover {
    background-color: #FFF;
    color: #0b7bb5;
}

footer .btn.btn-contact {
    background-color: #fe9900;
    border: 1px solid #fe9900;
}

footer .btn.btn-contact:hover {
    background-color: #FFF;
    color: #fe9900;
}

.sub-heading {
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}

.service-list {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.service-list h2 {
    margin-bottom: 20px;
    margin-top: 0px;
}

.services > .service-list:last-child {
    border: 0px;
}

.service-box img {
    width: 80%;
    height: 120px;
    margin: 0px auto 10px;
    border: 2px solid #CCC;
}

.service-box h3 {
    margin-top: 0px;
    font-size: 17px;
    font-weight: bold;
}

.service-box ul {
    list-style: none;
    padding: 0px;
    margin: 0px auto;
    width: 80%;
}

.service-box ul > li {
    text-align: left;
    padding: 10px 0px;
    border-bottom: 1px solid #CCC;
}

.service-box ul > li:last-child {
    border-bottom: 0px;
}

.tabs-left.nav-tabs {
    border-right: 1px solid #ddd;
}

.tabs-left.nav-tabs, .tabs-right.nav-tabs {
    border-bottom: 0;
    background: #f1f1f1;
    padding: 20px 0 20px 20px;
}

.tabs-left.nav-tabs>li, .tabs-right.nav-tabs>li {
    float: none;
}

.tabs-left.nav-tabs>li>a {
    display: block;
    margin-right: -1px;
}

.tabs-left.nav-tabs>li.active>a, .tabs-left.nav-tabs>li.active>a:hover>li.active>a:focus {
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -ms-border-radius: 2px 0 0 2px;
    -o-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    border-color: #ddd transparent #ddd #ddd;
}

@media (max-width: 550px) {
    .only-mobile {
        display: inline;
    }

    .only-desktop {
        display: none;
    }

    .navbar-toggle {
        float: none;
    }

    .top-header {
        display: none;
    }

    .banner {
        min-height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .banner > .container {
        width: 100%;
        margin-top: 0px;
    }

    .banner > .container > h1 {
        font-size: 25px;
    }

    .banner > .container > h3 {
        font-size: 18px;
    }

    section h2.title {
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 25px;
    }
}