/* CSS reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

a,
a:hover {
    color: #464646;
    text-decoration: none
}

html,
body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

section {
    padding: 70px 0px;
}


body {
    font-size: 16px;
    color: #464646;
    font-family: 'Poppins', sans-serif;
}

.container2
{
	margin-top: -20px;
	padding: 0px;
	background-color: white;
	width: 100%;
}
.container2 p
{
	text-align:right;
}
.highlights
{
	
}
.highlights li
{
	line-height:3;
	font-weight:500;
	
}
.navbar-default {
    background-color: transparent;
    border: none;

}

.navbar {
    margin: 0;


}

.navbar-nav > li > a {
    padding: 15px 10px;
}

.navbar-nav {
    margin-top: 5px !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #ec3237;
    background-color: transparent;
}



.header {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    padding: 20px 0px;
    z-index: 99;
    transition: all 0.3s ease-in-out;
    height: auto;
    background-color: #ffffff;
    text-align: center;
	line-height: 40px;
    /* box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);*/
}

.header.active {
    background: #ffffff;
    top: 0px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.logo {
    width: 60%;
    transition: 0.3s;
}

.navbar-brand {
    padding: 0px 15px;
    height: auto
}

.header.active .logo {
    width: 40%;
    transition: 0.3s;
}


.carousel-inner {
    height: 100vh;
}

.carousel-caption {
    bottom: 3%;
	left: 5%;
	right: 45%;
}

.carousel-caption h2 {
        font-size: 50px;
    font-family: 'Poppins', sans-serif;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    padding: 20px;
    text-align: left;
    /* background-color: rgba(0, 0, 0, 0.5); */
    line-height: 1.3;
}

.carousel-caption p 
{
    padding: 10px 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	text-align: left;
	line-height:1.2;
	margin-left: 25px;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100vh;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    margin-top: 0px;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}



.black-band {
    background: #1c1c1c;
    padding: 50px 20px;
    color: #fff;
}

.black-band h1 {
    margin: 0;
    line-height: 46px;
}

.black-band a {
    color: #fff;
    text-decoration: none
}

.black-band a:hover {
    color: #fff;
    text-decoration: none
}



/**
 * Button
 */
.btn-transparent {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.btn-transparent:hover {
    background-color: #fff;
}

.btn-rounded {
    border-radius: 0px;
}

.btn-large {
    padding: 11px 45px;
    font-size: 18px;
}

.wel
{
	margin-top:-20px;
}

h1 {
	font-size: 20px;
    font-weight: 600;
    color: #364890;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 25px;
    text-transform: uppercase;
}

h1 span {
    font-family: 'Poppins', sans-serif;
}

p {
    text-align: justify;
	margin-bottom: 20px;
    line-height: 28px;
}


iframe{
    width: 100%;
    height: 350px;
    border: none;
}


footer {
    background-color: #364890;
    /*    background-image: url(../images/foot-bg.jpg);*/
    padding: 40px 0px 0px;
    position: relative;
    color: #fff;
    background-position: center b;
}

footer p {
    margin-bottom: 15px;
}

footer p i {
    margin-left: 5px;
}

footer p a,
footer li a {
    color: #fff;
    text-decoration: none
}

footer p a:hover,
footer li a:hover {
    color: #fff;
    text-decoration: none
}

.powerdby,
.copy {
    font-size: 12px;
}

.powerdby {
    text-align: right !important
}


.bg-light {
    background: #FBFBFB !important
}

.hilights {
        background-image: url(../images/hilights2.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}



.hilights ul,
.whyus ul {
    margin: 0;
    padding: 0;
    margin-left: 25px;
}

.hilights li,
.whyus li {
    margin-bottom: 25px;
}

.btn-black {
    background: #464646;
    color: #fff;
    border-radius: 0px;
    padding: 10px 20px;
    transition: 0.3s;
}

.btn-black:hover {
    background: #000;
    color: #fff;
    transition: 0.3s;
}

.form-control {
    border-radius: 0px;
}

.form-control:focus {
    box-shadow: 0px 0px 5px #464646;
    border: solid 1px #464646
}



/*margins*/

.no-pad {
    padding: 0
}

.mt10 {
    margin-top: 10px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mt40 {
    margin-top: 40px
}

.mt50 {
    margin-top: 50px
}

.mb10 {
    margin-bottom: 10px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.mb40 {
    margin-bottom: 40px
}

.mb50 {
    margin-bottom: 50px
}

.mr10 {
    margin-right: 10px;
}


@media screen and (max-width: 768px) 
{
    .no-pad 
	{
        padding: 15px;
    }

    .copy,
    .powerdby 
	{
        text-align: center !important;
        font-size: 12px;
    }

    .navbar-fixed-top .navbar-collapse 
	{
        max-height: 420px;
        background: #fff
    }

    .navbar-default .navbar-nav > li > a 
	{
        color: #777;
        text-align: left;
    }

    .carousel-caption 
	{
        bottom: 25%;
    }
    
    .carousel-caption h2{
        font-size: 24px
    }
	.carousel-caption p 
	{
    padding: 10px 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    text-align: left;
    line-height: 1.2;
    margin-left: 25px;
	}
	.container2 p
	{
	font-size: 10px;
	text-align:center;
	}
	.btn-large {
		        padding: 4px 10px;
		font-size:14px;
	}
}