@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,600italic);
@import url(https://fonts.googleapis.com/css?family=Raleway);
html,body{
    padding:0px;
    margin:0px;
    background:#fff;
    font-family: 'Raleway', sans-serif;
    font-size:14px;
}
a:hover{
    text-decoration:none;
}
ul{
    list-style: none;
    padding: 0;
}
.margin_40{
	margin-top:40px;
}
.margin_20{
    margin-top:20px;
}
.fa-quote-left,.fa-quote-right{
    color: #e66e55;
}
/**************** Header ******************/
#header{
    padding:10px 0 20px 0;
}
#header p{
    margin:10px 0 30px 0;
    font-weight: 600;
    font-style: italic;
}
#header ul.menu{
    border-top:1px solid #7e7e7e;
}
#header ul.menu li{
    border-top:2px solid transparent;
    position: relative;
}
#header ul.menu > li:hover,#header ul.menu li.active{
    border-top:2px solid #e66e55;
}
#header ul.menu li:hover a,#header ul.menu li.active a{
    color:#e66e55;
    background:none;
}
#header ul.menu li a{
    font-size:13px;
    text-transform:uppercase;
    padding-left:30px;
    padding-right:30px;
    color:#444a48;
    font-weight:600;
    font-family: 'Open Sans', sans-serif;
}
#header .menu li ul.submenu{
    background: #000;
    padding: 10px 0;
    position: absolute;
    z-index: 10000;
    list-style: none;
    width: 100%;
}

#header .menu li ul.submenu li a{
    padding: 5px 10px;
    display: block;
    color: #fff;
    font-size: 13px;
}
#logo_section{
    position:absolute;
    width:90%;
    z-index:7000;
    top:150px;
    padding:0 10px;
}
#logo_section .logo_main{
    padding:20px 0;
}
#logo_section .links{
    border-top:1px solid #7e7e7e;
    background:rgba(255,255,255,0.6);
    box-shadow:0 0 5px #fff;
}
#logo_section .links a{
    display:block;
    float:left;
    width:50%;
    font-size:20px;
    font-weight:600;
    padding:20px 0;
    color:#333;
    font-family: 'Open Sans', sans-serif;
}
#logo_section .links a:hover,#logo_section .links a.active{
    background:#000;
    color:#fff;
}
/************ Slider ************/
.boxedcontainer		{	width: 100%; margin:auto; padding:0px 30px;}
.tp-banner-container{
    width:100%;
    position:relative;
    padding:0;

}

.tp-banner{
    width:100%;
    position:relative;
}

.tp-banner-fullscreen-container {
    width:100%;
    position:relative;
    padding:0;
}
.tparrows{
    display:none;
}
.tp-caption{
	width:100% !important;
}
#slider_area{
    position:relative;
    /*border-top:1px solid #edd6b4;
    border-bottom:1px solid #edd6b4;*/
    box-shadow:0 0 5px #666;
}
#full_form{
    position:fixed;
    z-index:10000;
    right:0;
    top:0px;
}
#hme_frm{
    width:0px;
    float:left;
}
.home_form{
    background:#262626;
    border:1px solid rgba(255,255,255,0.6);
    padding:20px 30px;
    width:250px;
}
.clearfix{
    clear:both;
}
.enq{
    float:left;
    width:30px;
    cursor:pointer;
    margin-top:250px;
}
.enq img{
    border:1px solid rgba(255,255,255,0.6);
    border-right:none;
}
.home_form .main,.home_form .sub{
    display:block;
    color:#fff;
}
.home_form .main{
    font-size:25px;

}
.home_form .sub{
    font-size:15px;

}
.btn-primary{
    background:#5095b3;
    border-radius:5px;
    color:#fff;
    border:none;
}
.btn-primary:hover{
    background:#5095b3;
}
.form-control{
    margin-top:10px;
}

#login {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #eee;
    box-shadow: 0 0 10px #bbb;
    margin: 0 auto;
    padding: 15px;
    width: 400px;
}
#inner #login h2{
    margin: 0;
    color: #fff;
}
#login #heading {
    background-color: #5095b3;
    padding: 20px 0;
}
.topBar {
    background-color: rgba(0, 0, 0, 0.3);
    height: 60px;
    margin-bottom: 0;
    position: relative;
    z-index: 100;
}
#login #login_form {
    padding: 15px 0 0;
}

#login #login_form .form-control, #login #login_form .btn {
    height: 45px;
}
.logout{
    margin-right: 60px;
    color: #444a48;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    margin-top: 20px;
    display: inline-block;
    text-decoration: underline;
}
.logout:hover{
    color: #e66e55;
    text-decoration: underline;
}
#login #login_form .btn {
    font-size: 14px;
    font-weight: bold;
    width: 100px;
}
#login #login_form .form-control, #login #login_form .btn {
    height: 45px;
}
/************ Inner ***********/
#inner{
	padding:50px 0;
}
#inner h1,.pop_box h4{
	font-size:25px;
	
}
#inner p{
    color: #888;
}
#inner h2,#inner h1,.pop_box h2,.pop_box h4{
	color: #000;
    font-size: 20px;
    text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
}
#inner h4{
	font-size:14px;
}
#ticker_container {
  background: #fff;
  padding: 10px;
  border: 1px solid #e1e6e6;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  overflow: auto;
}
#inner .box:hover{
	cursor:pointer;
}
#inner .hover_box{
	background:rgba(0,0,0,0.6);
	position:absolute;
	width:95%;
	top:0;
	bottom:0;
	z-index:100;
    display: none;
    border-radius: 50%;
    left: 5px;
}
#inner .hover_box .hover_links a{
	display:inline-block;
	color:#fff;
	padding:15px 10px;
	border:1px solid #fff;
}
#inner .hover_box .hover_det{
	margin-top:37%;
}
.pop_box{
    padding:20px 30px;
}
.pop_box ul{
    list-style: none;
    padding: 0;
}
.pop_box ul li{
    padding: 5px 0;
}
.bxslider{
    padding:0;
}
#inner .news_box{
    border:1px solid #e1e6e6;
    padding: 0px 20px 20px 20px;
    margin-top: 20px;
}
#inner .news_box  h2{
    margin-bottom: 20px;
}
#inner span.headng{
    color: #e66e55;
    font-size: 15px;
    font-weight: 600;
    margin: 5px 0;
    display: inline-block;
}
#inner .qns{
    color: #e66e55;
    display: block;
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
}
#inner .qns_box{
    margin-bottom: 30px;
}
#loader{
    background: #fff;
    width: 100%;
    height: 650px;
    position: absolute;
    z-index: 1000000;
}
/************ Footer **********/
.scrollTop{
    width:30px; 
    height:30px;
    padding:5px 0; 
    text-align:center;
    color: #fff;
    text-decoration: none;
    position:fixed;
    top:200px;
    right:60px;
    display: none;
    z-index: 7000;
    background:#000;
    border-radius: 50%;
}
.fa-envelope-o{
    font-size: 16px;
}
.fa-mobile{
    font-size: 30px;
}
.social a{
    font-size: 26px;
    display: inline-block;
    margin-right: 10px;
}
#footer_top{
    background: #262626;
    padding: 30px 0;
}
#footer_top h3{
    font-size: 20px;
    color: #888;
    margin-bottom: 20px;
}
#footer_top p,#footer_top a{
    color: #666;
}
#footer_top a:hover{
    color: #fff;
}
#footer_top li{
    display: block;
    color: #666;
}
#footer_top li+li{
    padding: 5px 0;
}
#footer_btm{
    background: #000;
    padding: 20px 0 15px 0;
}
#footer_btm p, #footer_btm a{
    color: #fff;
    font-size: 13px;
}

/************************/
@media (max-width: 1199px){
    #header ul.menu li a{
        font-size:14px;
        padding-left:25px;
        padding-right:25px;
    }
	#logo_section .links a{
		font-size:16px;
	}
}
@media (max-width: 992px){
    #header ul.menu li a{
        font-size:13px;
        padding-left:14px;
        padding-right:14px;
    }
	#logo_section{
		top:80px;
	}
	#inner .hover_box .hover_links a{
		white-space:nowrap;
	}
}
@media (max-width: 767px){
    .text-centered{
        text-align:center !important;
    }
    #navigation{
        bottom:auto;
        margin-top:15px;
        border:none;
    }
    .navbar-toggle{
        float: none;
        margin: 5px auto;
        border-radius:0;
        width: 240px;
        border-color:#043462;
    }

    #navigation .menu{
        margin:0;
        width:100%;
        border-radius:0;
        background:none;
    }
    #header #navigation .menu li .submenu{
        position:relative;
        width:100%;
        max-width:100%;
    }
    #navigation .menu li{
        border:none !important;
    }
	#logo_section .links a{
		font-size:13px;
	}
	#logo_section{
		position:relative;
		top:0;
		width:100%;
	}

}
@media (max-width: 359px){

}




