/* 
    Created on : Sep 21, 2018, 9:48:07 AM
    Author     : i3digi
*/
body{
    font-family: 'Open Sans', sans-serif;
}
.no-margin{
    margin: 0px;
}
.no-margin-top{
    margin-top: 0px;
}
.no-margin-bot{
    margin-bottom: 0px;
}
.fix-fix{
     width: 100%;
     height: 120px;
}
.main-nav{
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.logo-cont {
    width: 180px;
    height: 112px;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.top-menu {
    padding: 25px 15px;
}
.top-menu ul{
    padding: 0px;
    margin: 0px;
}
.top-menu ul li{
    display: inline-block;
    margin-right: 15px;
}
.top-menu ul li a{
    color: #696969;
    text-decoration: none;
}
.top-menu ul li i{
    color: #565656;
}
.nav>li>a {
    padding: 13px 20px;
}
.navbar {
    margin-bottom: 0px;
    border-top: 1px solid transparent;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 0px solid transparent;
}
.navbar-brand {
    padding: 0px 0px;
    margin-top: -64px;
}
.navbar-default {
    background-color: #fff;
    border-color: #eee;
}
.navbar-default .navbar-nav>li>a {
    color: #4e4e4e;
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 4px solid;
    font-weight: 600;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
}

.navbar-default .navbar-nav #index>a {
    border-bottom-color: #6cbf44;
}
.navbar-default .navbar-nav #aboutUs>a {
    border-bottom-color: #286bb1;
}
.navbar-default .navbar-nav #newsEvents>a {
    border-bottom-color: #ef6124;
}
.navbar-default .navbar-nav #contactUs>a {
    border-bottom-color: #fab61d;
}

.navbar-default .navbar-nav> #index.active>a{
    color: #6cbf44;
}
.navbar-default .navbar-nav> #aboutUs.active>a{
    color: #286bb1;
}
.navbar-default .navbar-nav> #newsEvents.active>a{
    color: #ef6124;
}
.navbar-default .navbar-nav> #contactUs.active>a{
    color: #fab61d;
}

#getting-started div{
    display: inline-block;
    background: #111;
    color: #fff;
    padding: 10px 10px;
    border-radius: 5px;
}
#getting-started div h5{
    margin-top: 0px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
#getting-started div p{
    margin: 0px;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.owl-theme .owl-dots {
    position: absolute;
    right: 45%;
    bottom: 3%;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f7a01f;
}

.sec{
    padding: 5% 0;
}
.sec h2{
    text-transform: uppercase;
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 25px;
    
}
.about-sec{
    background-color: #f9f9f9;
}
.about-sec h2{
    color: #fab61d;
}
.about-sec p{
    font-size: 18px;
    margin-bottom: 25px;
}
.btn {
    border-radius: 1px;
}
.btn-default {
    color: #fff;
    background-color: #fab61d;
    border-color: #fab61d;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 20px;
}
.btn-default:hover{
    background-color: #f7a01f;
    color:  #eee;
}
.messages-sec .messages-owl-carousel h4{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.messages-sec{
    background-image: url(../img/message-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-sec{
    background-color: #000000;
    padding: 20px 0;
    font-size: 11px;
    color: #929292
}
.footer-sec ul{
    margin: 0px;
    padding: 0px;
}
.footer-sec ul li{
    display: inline-block;
    margin-right: 18px;
}
.footer-sec ul a{
    color: #929292
    
}
.inner-sec h1, h2{
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}

.inner-sec ul{
    margin: 5px;
    padding: 0px;
}
.inner-sec ul li{
    list-style: none;
    margin-bottom: 10px;
}
.inner-sec ul li span{
    font-size: 18px;
    margin-right: 10px;
}
.cont-place-holder{
    padding-top: 30px;
    padding-bottom: 30px;
}

.breadcrumb-cont{
    background-color: #565656;
}
.breadcrumb {
    background-color: transparent;
    margin-bottom: 0px;
    border-radius: 0px;
    font-size: 11px;
    text-transform: uppercase;
}
.breadcrumb a{
    color: #ccc;
}
.breadcrumb>.active {
    color: #fff;
}
.navbar-toggle {
    border-color: #292c8f;
    border-radius: 1px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #292c8f;
}

.abt-vm-cont{
    background-color: #fab61d;
}
.form-control {
    border-radius: 1px;
}
.event-itm p{
    margin-bottom: 25px;
}
.event-itm h4{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ef6124;
}

@media (min-width: 768px){
    .navbar {
        border-radius: 1px;
    }
}
@media (max-width: 768px){
    .fix-fix {
        width: 100%;
        height: 52px;
    }
    .logo-cont {
        background-position-y: -111px;
        height: 113px;
    }
}

@media (max-width: 414px){
    .sec h2{
        text-transform: uppercase;
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 25px;

    }
    #getting-started div h5{
        font-size: 14px;
    }
    #getting-started div p{
        font-size: 26px;
    }
    .fix-fix {
        width: 100%;
        height: 52px;
    }
    .logo-cont {
        background-position-y: -111px;
        height: 113px;
    }
    .navbar-default .navbar-nav>li>a {
        border-bottom: 0px solid;
    }
    .navbar {
        border-bottom: 1px solid;
    }
    .footer-sec ul li {
        margin-right: 17px;
        margin-bottom: 10px;
    }
    .inner-sec h1{
        font-size: 30px;
    }
}