@import url('../../../fonts/opensans/opensans.css');
/* ====================================================
 * RESET
 * ==================================================== */
*{outline: 0 !important;}
a:hover, a:focus{ text-decoration: none; }
body{
	font-family:"Open Sans", Helvetica, Arial, "Liberation Sans", sans-serif;
	font-size: .875rem;
	font-weight: normal; 
	min-height: auto; 
}


/* ====================================================
 * Header 
 * ==================================================== */
.main-header .top-area {
    background: #012549;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.main-header .top-area .info-menu-left {
    float: left;
}
.main-header .top-area .info-menu-right {
    float: right;
}
.main-header .top-area .info-menu-left ul,
.main-header .top-area .info-menu-right ul{
	margin-bottom: 0;
}
.main-header .top-area .info-menu-left ul{
	padding: 0;
}
.main-header .top-area .info-menu-left li,
.main-header .top-area .info-menu-right li {
    display: inline-block;
}
.main-header .top-area .info-menu-left li a,
.main-header .top-area .info-menu-right li a {
    display: block;
    color: #fff; 
    line-height: 42px;
} 
.main-header .top-area .info-menu-right li a {
	padding: 0 0 0 .75rem;
}
.logo-area {
    padding: 10px 0;
    background: #fff;
}
.logo-area .header-info-list{
	list-style: none;
	padding: 0;
	margin: 0;
}
.logo-area  .info-right{
	text-align: right;
}
.logo-area  .info-right > ul{
	margin-bottom: 0 ;
}
.logo-area .header-info-box {
    margin-left: 20px;
}
.logo-area .header-info-box {
    position: relative;
    float: left;
    margin-left: 15px;
	padding: 0 0 0 40px;
}
.logo-area .header-info-box .header-info-icon {
    position: absolute;
    left: 0;
    top: 5px;
    color: #f7921a;
    font-size: 35px;
    text-align: left;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.logo-area .header-info-box p {
    color: #333;
    font-weight: 700;
    margin-bottom: 0;
    text-align: left;
}
.logo-area .header-info-box h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: .875rem;
    text-align: left;
}
.quote-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.quote-btn {
    color: #fff;
    background: #f7921a;
    padding: 8px 36px;
    margin-top: 3px;
    text-transform: uppercase;
    font-weight: 700;
}
.quote-btn:focus, .quote-btn:hover{
    color: #fff;
    background: #242438; 
    text-decoration: none;
}
.navbar-toggler{
	display: none;
}
.navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
    padding: .25rem .25rem;
    border: none;
    float: right;
    right: 0;
    margin-top: -5px !important;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.bg-dark {
    background-color: #012951 !important;
}
.navbar-dark .navbar-nav .nav-link{
    color: rgba(255,255,255,1);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.75);
}
.bg-light {
    background-color: #fff !important; 
}
.navbar-light .navbar-nav .nav-link{
    color: rgba(0,0,0,1);
    font-weight: 600;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,.75);
} 
.header-menu .navbar{
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
.header-menu.fixed-top .navbar{
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.5);
    border-bottom: 0
}
/* RESPONSIVE HEADER */
@media (max-width: 992px){ 
	.header-info-box{
		display: none;
	}
	.auto-container {
		padding: 0;
	}
	.info-menu-left{
		display: none;
	}
	.logo-area {
		padding: .5rem 0;
	}
	.logo{
		float: left;
	}
	.navbar-toggler{
		display: inline-block;
		float: right;
	} 
	.dropdown-menu{
		background-color: #161626;
	}
	.dropdown-item {
		color: #fefefe;
	}
	.dropdown-item:focus, .dropdown-item:hover {
		color: #fff;
		text-decoration: none;
		background-color: #161626;
	}
}

/* ====================================================
 * Sliders 
 * ==================================================== */

/* SLIDER */
.home-single-slide{
    height: 600px;
}
.home-single-slide {
    background-size: cover;
    background-position: center center;
    color: #fff;
    position: relative;
    display: table;
    height: 600px;
    width: 100%;
}
.slider-section {
    width: 100%;
    position: relative;
}
.home-single-slide-dec {
    position: absolute;
    left: 0;
    bottom: -112px;
    right: 0;
}
.home-single-slide h2 {
    color: #fff;
    text-transform: capitalize;
    font-size: 50px;
}
.home-single-slide p {
    color: #fff;
    text-transform: uppercase;
    margin: 20px 0;
}

.home-slide-overlay {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.home-single-slide-inner {
    display: table-cell;
    vertical-align: middle;
}
.home-slides.owl-theme .owl-nav div:hover {
    background: #f7921a;
}
.home-slides.owl-theme .owl-nav {
    margin-top: 0;
}
.home-slides.owl-theme .owl-nav .owl-prev {
    left: 20px;
}
.home-slides.owl-theme .owl-nav div {
    position: absolute;
    top: 50%;
    margin-top: -20px;
}
.home-slides.owl-theme .owl-nav div {
    background: #fff;
    color: #333;
    border-radius: 50px;
    opacity: 1;
    visibility: visible;
    padding: 0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.home-slides.owl-theme .owl-nav div i {
    font-size: 26px;
    display: inline-block;
    position: relative;
    height: 50px;
    width: 50px;
    line-height: 50px;
}
.home-slides.owl-theme .owl-nav .owl-next {
    right: 20px;
} 


.btn-filled {
    background: #f7921a;
    border: 1px solid #f7921a;
        border-top-color: rgb(247, 146, 26);
        border-right-color: rgb(247, 146, 26);
        border-bottom-color: rgb(247, 146, 26);
        border-left-color: rgb(247, 146, 26);
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.btn-border {
    background: transparent;
    border: 1px solid #fff;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.btn-filled:hover, .btn-filled:focus{
    color: #000;
}
.btn-border:hover, .btn-border:focus{
    border: 1px solid rgb(247, 146, 26);
    color: rgb(247, 146, 26);
}
.btn-style {
    text-transform: uppercase;
    color: #fff;
    padding: 7px 30px;
    display: inline-block;
    border-radius: 3px;
}
@media (max-width: 575px){ 
	.home-single-slide h2 {
		font-size: 2rem;
	}
	.info-right > ul{
		height: 0 !important;
	}
}


/* ABOUT SECTION */
.about-section{
	padding-top: 5rem; 
}
.about-section .content-title{
	text-align: center;
}
.about-section .content-title h1{
	padding: 2rem 0 1rem 0;
	font-family: 'Oswald', sans-serif;
}
.about-section .content-title h1 span{
	color: #e6296a;
}
.about-section .content{ 
	font-size: 16px;
}

/* CALLOUT */
.callout-section {
    background: url("../images/callout-bg.jpg") no-repeat fixed 0 0 / cover rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
} 
.callout-section .overlay {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    height: 100%;
    padding: 80px 0 80px;
    position: relative;
    width: 100%;
}
.callout-section .relog-wrapper{
	padding: 2rem 0;
	text-align: center;
}
.callout-section .relog-wrapper h2{
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 1rem;
}
.callout-section .relog-wrapper .list-inline .list-inline-item{
	margin-right: 10px;
}


/* PAGE DETAIL */
.page-detail{
	margin-bottom: 25px;
    min-height: calc(100vh - 160px);
}
.page-detail .page-title{
	padding-top: 15px;
	margin-bottom: 15px;
}
.page-detail .page-title h1{
	font-family: 'Oswald', sans-serif;
	font-size: 1.9rem;
}
.page-detail .page-content{
	font-size: 1rem;
}
.btn-group-xs > .btn, .btn-xs {
    padding: .15rem .8rem;
    font-size: .820rem;
    line-height: 1.5;
    border-radius: .2rem;
}
p.code{
	font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
	font-size: 82%;
}
.btn-default{
	background-color: #eeeeee; 
	color: #010101;
}
.btn-default:focus, .btn-default:hover{
	background: #f0f0f0;
	color: #000;
}


/* FOOTER */
.main-footer{
    background-color: #f7f7f7;
    padding: 2rem 0;
    color: #21759b;
    position: relative;
    border-top: 1px solid #dfdfdf;
}
.main-footer a{
	color: #00BCD5;
}
.main-footer a:focus, .main-footer a:hover{
	color: #00a0d2;
}
.bottom-footer{
	background-color: #23282d;
	padding: 2rem 0;
	color: #eee;
}
.bottom-footer p{
	margin-bottom: 0;
}
.bottom-footer a{
	color: #eee;
}
.bottom-footer a:focus, .bottom-footer a:hover{
	color: #00a0d2;
}


/* COUNT DOWN */
.conf-countdown{
	background: #e47c00;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 32px;
}
.conf-countdown .message {
    color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 1px;
	line-height: 32px;
	text-transform: uppercase;
} 
.conf-countdown .countdown-row {
    color: #fff;
    display: inline-block;
    margin-top: 17px;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 12px 5px;
    border-radius: 18px;
    box-shadow: -1px 6px 23px -1px rgba(0, 0, 0, 0.2);
}
.conf-countdown .countdown-section {
	display: inline-block;
	border-right: 1px solid rgba(255, 255, 255, 0.71);
	text-align: center;
}
.conf-countdown .countdown-amount {
	border: none;
	padding: 0px 14px;
	font-size: 20px;
	margin: 0;
}
.conf-countdown .countdown-period {
    text-align: center;
    font-size: 12px;
    margin-right: 15px;
}
.conf-countdown .countdown-section:last-child{
	border-right: none; 
}

/* SIDEBAR */

.sidebar{
	padding-top: 20px;
}

.sidebar{
	position: relative;
}
.sidebar .sidebar-header{
	border-bottom: 2px solid #1e8a8a;
	margin-bottom: 1rem;
}
.sidebar .sidebar-header h1{
	margin-bottom: 0;
	display: inline-block;
	font-size: 1rem;
	font-weight: 600; 
	padding: .5rem 0;
	color: #444;
	text-transform: uppercase;
}
.sidebar .list-sidebar{
	list-style: none;
	padding: 0;
}
.sidebar .list-sidebar li{
	border-bottom: 1px solid #dedede;
	padding: 5px 0;
}
.sidebar .list-sidebar li a{ 
    font-family: "Open Sans", Helvetica, Arial, "Liberation Sans", sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
	color: #444;
}
.sidebar .list-sidebar li a:focus, 
.sidebar .list-sidebar li a:hover{
	color: #00a0d2;
}