@charset "UTF-8";

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    line-height: 1.4;
    color: #353332;
}

body {
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #4f5d75;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

body, html {
    margin: 0;
}

h1, h2, h3, h4, h5 {
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.wrapper-container {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/main-bg.jpg) no-repeat;
    background-size: cover;
}

.bg-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    top: 0;
    background-color: #000;
    left: 0;
    /*z-index: -1;*/
}

.box-container {
    margin-top: 100px;
    min-height: 465px;
    position: relative;
}

@media (min-width:992px) {
    .box-container {
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: inherit;
        min-height: 465px;
        margin: 0;
    }
}

.box-container .logo-content {
    color: #fff;
    font-size: 55px;
    font-weight: 900;
    line-height: 75px;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

    .box-container .logo-content span {
        font-weight: 600;
        text-shadow: 2px 2px 2px #1a6d80;
        font-family: 'Hind Vadodara', sans-serif;
    }

.box-container .btn-group-lg .btn {
    margin: 10px 5px;
}

@media (max-width:768px) {
    .box-container {
        margin-top: 60px;
    }

        .box-container .logo-content {
            font-size: 45px;
            font-weight: 900;
            line-height: 55px;
        }
}

@media (max-width:400px) {
    .box-container {
        margin-top: 40px;
    }

        .box-container .logo-content {
            font-size: 35px;
            font-weight: 900;
            line-height: 45px;
        }
}
/****************************************
    header
****************************************/
.navbar-menu {    
    z-index: 1;
    position: relative;
}
.navbar-menu ul li > a{
        background: #fff;
    color: #333;
    padding: 7px 15px;
    border-radius: 2px;
    margin: 5px;
        box-shadow: 0 0 3px #424141;
}
    .navbar-menu ul li > a:focus, .navbar-menu ul li > a:active {
        background: #fff;
    color: #333;
    
    }
.navbar-menu ul li.dropdown > a ,.nav .open>a, .nav .open>a:focus, .nav .open>a:hover,.navbar-menu ul li.dropdown > a:focus, .navbar-menu ul li.dropdown > a:active  {
    background: #FF9800;
    color: #ffffff;
    text-shadow:none;
}
.navbar-menu ul li ul.dropdown-menu {
        padding: 2px;
}
.navbar-menu ul li ul li a {
    box-shadow: none;
        box-shadow: none;
    border-bottom: 1px solid transparent;
    margin: 0;    
    padding: 12px 15px;
}
.navbar-menu ul li ul.dropdown-menu > li > a:hover, .navbar-menu ul li ul.dropdown-menu > li > a:focus {
    background-color: #e8e8e8;
    background-image: -webkit-linear-gradient(top, #777777 0%, #504c4c 100%);
    background-image: -o-linear-gradient(top, #777777 0%, #504c4c 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#504c4c));
    background-image: linear-gradient(to bottom, #777777 0%, #504c4c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#504c4c', GradientType=0);
    background-repeat: repeat-x;
    border-radius: 0;
    color: #fff;
}
.navbar-menu ul li a .caret {
    margin-left:5px;
}
header .logo-header {
    padding: 10px;
    background: #2a5077 url(../images/header-bg.png) no-repeat;
    background-position: center;
    height: 195px;
}

    header .logo-header .logo img {
        margin-top: 25px;
    }

    header .logo-header .logo-content {
        color: #fff;
        text-shadow: 2px 2px 2px #1a6d80;
        text-align:center;
    }

        header .logo-header .logo-content h2, header .logo-header .logo-content h3, header .logo-header .logo-content h4 {
            font-weight: 800;
            margin: 10px;
            font-family: 'Montserrat', sans-serif;
        }

        header .logo-header .logo-content h2 {
            margin-top: 3px;
            font-size: 25px;
        }

        header .logo-header .logo-content h3 span {
            background: #2a5077;
            border: 1px solid #4378ae;
            padding: 5px 10px;
            display: inline-block;
        }

        header .logo-header .logo-content h4 {
            font-size: 21px;
        }

            header .logo-header .logo-content h4 span {
                display: block;
                margin-top: 7px;
            }

@media (max-width:1200px) {
    header .logo-header .logo-content h3 {
        font-size: 20px;
    }
}

@media (max-width: 992px) {
    .container {
        width: 100%;
    }

    header .logo-header {
        height: 210px;
        background: #2a5077 url(../images/header-bg.png) no-repeat;
        background-size: auto 100%;
        background-position: center;
    }
}

@media (max-width:855px) {
    header .logo-header .logo-content h3 {
        font-size: 19px;
        line-height: 1.3;
    }

    header .logo-header .logo-content h4 {
        font-size: 18px;
    }
}

@media (max-width:768px) {
    header .logo-header {
        height: auto;
    }
     header .logo-header .logo-content {
        text-align:center;
    }
        header .logo-header .logo-content h2 {
            font-size: 21px;
        }

        header .logo-header .logo-content h3 {
            font-size: 17px;
        }

        header .logo-header .logo-content h4 {
            font-size: 15px;
        }
}
@media (max-width:500px) {
     .logo-header .col-xs-3,.logo-header .col-xs-9  {
    width: 100%;
    text-align:center;
}
     header .logo-header .logo img {
   display:inline-block;
   margin-top:3px;
}
}
/****************************************
   slider
****************************************/
#background-carousel{
	position:fixed;
	width:100%;
	height:100%;
	z-index:-1;
}
.carousel,
.carousel-inner {
	width:100%;
	height:100%;
	z-index:0;
	overflow:hidden;
}
.item {
	width:100%;
	height:100%;
	background-position:center center;
	background-size:cover;
	z-index:0;
}
/****************************************
    general style
****************************************/
.marB10 {
    margin-bottom: 10px;
}

.marB20 {
    margin-bottom: 20px;
}
