@font-face{
	font-family: 'Roboto';
	src: url(../fonts/Roboto-Light.ttf);
	font-weight: 300;
}
@font-face{
	font-family: 'Roboto';
	src: url(../fonts/Roboto-LightItalic.ttf);
	font-weight: 300;
	font-style: italic;
}
@font-face{
	font-family: 'Roboto';
	src: url(../fonts/Roboto-Regular.ttf);
	font-weight: normal;
}
@font-face{
	font-family: 'Roboto';
	src: url(../fonts/Roboto-Italic.ttf);
	font-weight: normal;
	font-style: italic;
}
@font-face{
	font-family: 'Roboto';
	src: url(../fonts/Roboto-Medium.ttf);
	font-weight: 500;
}
@font-face{
	font-family: 'Roboto';
	src: url(../fonts/Roboto-Bold.ttf);
	font-weight: 700;
}
@font-face{
	font-family: 'Roboto';
	src: url(../fonts/Roboto-Black.ttf);
	font-weight: 900;
}

html {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 17px;
	color: #000000;
	line-height: normal;
	letter-spacing: normal;
	overflow-x: hidden;
}
.banner_background {
	position: absolute;
	top: 0;
	left: 49%;
	z-index: -1;
	width: 100%;
	height: 100%;
	user-select: none;
	transform: translateX(-49%);
	background: linear-gradient(90deg,#000000,#000000);
}
.banner_background>svg {
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    float: left;
}
.svg-banner-shape {
    fill: #fff;
}
.mh100vh {
    min-height: 100vh;
}
.bg-white {
    background-color: #fff!important;
}
p{
	line-height: 1.7;
}
.img_wrapper{
    display: block;
    position: relative;
    margin: 0 auto;
    color: #444;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}
.img_show{
	display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: #eee;
    transition: border 0.12s ease;
    -webkit-transition: border 0.12s ease;
    -moz-transition: border 0.12s ease;
    -ms-transition: border 0.12s ease;
    -o-transition: border 0.12s ease;
}
.img_thumbnail{
	width: 100%;
	height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
}
.img_centered{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);
}
.img_centered img{
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
img.landscape{
    max-height: 100%;
    max-width: inherit;
}
img.portrait{
    max-width: 100%;
    max-height: inherit;
}
.body_content .img_centered img {
    min-width: 100%;
    height: unset;
    min-height: unset;
    max-height: unset;
    max-width: unset;
}
.banner_img {
    height: 230px;
    overflow: hidden;
}
.banner_img .img_centered img {
    min-width: 100%;
    height: unset;
    min-height: unset;
    max-height: unset;
    max-width: unset;
}
.header_menu_area {
	display: block;
	position: relative;
	width: 100%;
	height: 112px;
	background-color: #000000;
}
.header_main{
	position: relative;
	background-color: transparent;
  padding: 26px 0;
  -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.header_main.fixed{
    position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
    z-index: 999999;
    padding: 0;
	background: linear-gradient(90deg,#021048,#1e38a3);
}
.nav_menu{
	position: relative;
	height: 60px;
}
.nav_home{
	float: left;
}
.nav_home>a{
	display: block;
	font-size: 24px;
	color: #fff;
	padding: 0 15px;
	height: 60px;
    line-height: 58px;
    outline: none;
    text-decoration: none;
    box-shadow: none;
    text-shadow: none;
}
.nav_menu>ul{
	float: right;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav_menu>ul>li{
	position: relative;
	display: inline-block;
    vertical-align: middle;
    height: 60px;
	padding: 9px 6px;
}
.nav_menu>ul>li>a{
	display: block;
	color: #fff;
	padding: 12px 11px 11px 11px;
	text-decoration: none;
	white-space: nowrap;
	font-weight: 500;
    font-size: 17px;
    line-height: 17px;
}
.nav_menu>ul>li>a.btn {
    padding-left: 15px;
    padding-right: 15px;
}
.nav_menu>ul>li.dropdown>ul{
	position: absolute;
	z-index: 999999;
	top: 100%;
	left: 0;
	width: auto;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	-moz-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	-o-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	-ms-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0;
	visibility: hidden;
	min-width: 230px;
	background-color: #fff;
}
.nav_menu>ul>li.dropdown>ul>li{
	display: block;
	width: 100%;
	border-bottom: 1px solid #eee;
}
.nav_menu>ul>li.dropdown>ul>li>a{
	display: block;
	white-space: nowrap;
	text-decoration: none;
    padding: 10px 20px 10px 18px;
    color: #222;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.nav_menu>ul>li.dropdown>a:after{
	display: inline-block;
	margin-left: 10px;
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f107";
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.nav_menu>ul>li.dropdown>ul>li>a:hover{
	padding-left: 26px;
	color: #074a89;
	background-color: rgba(211,211,211,.1)!important;
}
.nav_menu>ul>li.dropdown:hover>ul{
	opacity: 1;
	visibility: visible;
}

/* custom */
.breadcrumb-item+.breadcrumb-item::before {
	content: ">";
}
.no_shadow{
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	-o-box-shadow: none!important;
	-ms-box-shadow: none!important;
	box-shadow: none!important;
}
.no_border{
	border: none!important;
}
.gray{
	color: #F0EEEF!important;
}
.gray_bg{
	background-color: #F0EEEF;
}
.server_bg{
    position: relative;
    background-color: #F9F9FA;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    overflow: hidden;
}
.server_bg .shape_right {
    position: absolute;
    z-index: 0;
    top: -340px;
    left: 66%;
    width: 51.5vw;
    height: 100%;
    pointer-events: none;
}
.server_bg .shape_right .svg-shape {
    left: 0;
    top: 14px;
    position: absolute;
    height: 1086px;
    width: 1886px;
    max-width: none;
}
.server_bg .shape_right .svg-shape--right path {
    fill: #1e38a3;
}
.server_bg .container {
    position: inherit;
    z-index: 10;
}
.server_bg .bg-white p:last-child {
    margin-bottom: 0;
}

.pt100px{
	padding-top: 100px;
}

.body_content {
    max-width: 870px;
    margin: 0 auto;
}

.body_content.full_width {
    max-width: unset;
}

.mh510px {
    min-height: 510px!important;
}

.breadcrumbs {
    background-color: #eee;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
}

.breadcrumb-item.active {
    color: #525666;
}

/* bootstrap */
.btn{
	font-size: 14px;
}
.form-control{
	font-size: 14px;
}
.input-group-text{
	font-size: 14px;	
}
.help-block{
	font-size: 14px;
}
.table th{
    font-weight: 600;
}
.page-item.active .page-link{
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.custom-control-label span{
    display: inline-block;
    vertical-align: middle;
    margin-top: 4px;
}

/* auth */
.auth_area{
	margin: 0 auto;
	max-width: 450px;
}
.auth_brand img{
	max-height: 80px;
}
.line{
	display: block;
	height: 6px;
	background-image: url(../images/line.png);
	background-position: center center;
	background-repeat: no-repeat;
}
/* end auth */

/* content */
.parallax_banner {
    padding-top: 60px;
}
.banner_title {
    margin: 0 auto;
    max-width: 750px;
    font-size: 52px;
    font-weight: 700;
    line-height: 64px;
    text-align: center;
    color: #fff;
}
.banner_desc {
    margin: 0 auto;
    margin-top: 24px;
    max-width: 750px;
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
    color: rgba(229,235,255,.8);
}
.banner_actions {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.banner_actions .form-group {
    margin-left: 16px;
}
.banner_actions .form-group:first-child {
    margin-left: 0;
}
.form-control-lg {
    height: 60px;
    font-size: 19px;
    font-weight: 300;
    border: none;
}
.btn-lg {
    height: 60px;
    font-size: 19px;
    font-weight: 500;
    border: none;
}

.site_content{
    min-height: calc(100vh - 100px);
    margin-bottom: 50px;
}
.parallax_title {
	max-width: 750px;
	margin: 0 auto;
	font-size: 40px;
	font-weight: 700;
	line-height: 52px;
	color: #000000;
}
.parallax_des {
    margin: 0 auto;
    max-width: 750px;
    color: #525666;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
}
.service_box{
	display: block;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    padding: 30px;
    padding-top: 0;
}
.service_box_img{
    display: block;
    text-align: center;
    padding-bottom: 30px;
}
.service_box_img img{
    margin-top: -20px;
	max-height: 130px;
	max-width: 100%;
	-webkit-filter: drop-shadow( 0 5px 10px rgba(11,27,38, 0.2));
    filter: drop-shadow( 0 px 10px rgba(11,27,38, 0.2));
}
.service_box_img i{
	font-size: 60px;
	color: #55626d;
}
.service_box h3{
	display: block;
	font-size: 21px;
	font-weight: 500;
    color: #142149;
}
.service_box h4{
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #142149;
}
.service_box p{
    display: block;
    color: #525666;
}
.service_box a{
    text-decoration: none;
    font-weight: 500;
}

.post_box{
	display: block;
	width: 100%;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.post_box_img{
	height: 180px;
}
.body_content .post_box_img {
    height: 200px;
}
.post_title{
	display: block;
	margin: 0;
	padding: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 1.5;
}
.post_title a{
	color: #000000;
	text-decoration: none;
}
.post_date{
	display: block;
	margin: 0;
	padding: 0 15px;
	font-style: italic;
	font-size: 14px;
}
.post_excerpt{
	display: block;
	margin: 0;
	padding: 15px;
}
.breadcrumb{
	background-color: transparent;
	padding: 10px 0;
	margin-bottom: 0;
}
.breadcrumb a{
	text-decoration: none;
	color: #000000;
}
.page_title{
	display: block;
	font-size: 26px;
	font-weight: bold;
}
.page_title:after{
	display: block;
	content: '';
	width: 70px;
	height: 2px;
	background-color: #000000;
	margin-top: 5px;
}
.page_content{
    display: block;
    padding-bottom: 50px;
}
.page_content img{
	max-width: 100%!important;
	width: auto!important;
	height: auto!important;
}
h3.card-title{
	display: block;
	font-size: 16px;
	font-weight: bold;
}
.sidebar_title{
	display: block;
	font-size: 26px;
	font-weight: bold;
}
.sidebar_title:after{
	display: block;
	content: '';
	width: 70px;
	height: 2px;
	background-color: #000000;
	margin-top: 5px;
}
.sidebar ul{
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}
.sidebar ul>li{
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
.sidebar ul>li h3{
	display: block;
	font-size: 15px;
	font-weight: 600;
	margin: 0;
}
.sidebar ul>li a{
	text-decoration: none;
}
.sidebar ul>li p{
	margin: 0;
	margin-top: 0;
}
.price_box{
	display: block;
	margin-bottom: 30px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.price_box:hover{
	-webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	-moz-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	-o-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	-ms-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.price_header{
	background-color: #000000;
}
.price_header h3{
	display: block;
	margin: 0;
	padding: 10px 15px 7px 15px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.price_number{
	background-color: #eeeeee;
	background-image: url(../images/price-bg-1.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	padding: 10px 15px 7px 15px;
}
.price_number h4{
	display: block;
	margin: 0;
	padding: 10px 15px 7px 15px;
	font-size: 24px;
	font-weight: bold;
	color: #dc3545;
}
.price_number p{
	display: block;
	margin: 0;
	color: #555;
}
.price_body{
	background-color: #f8fdff;
	background-image: url(../images/price-bg-2.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	padding: 15px 30px;
}
.price_body ul{
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.price_body ul>li{
	display: block;
	width: 100%;
	border-bottom: 1px solid #EAECEB;
	padding: 10px 0;
}
.price_body ul>li>span{
	white-space: nowrap;
}
.price_body ul>li i{
	min-width: 20px;
}
.price_body ul>li strong{
	color: #000000;
}
.price_body ul>li:last-child{
	border-bottom: none;
}
.price_footer{
	padding: 0 30px;
	padding-bottom: 20px;
	background-color: #f8fdff;
}
/* notification modal */
#notificationModal .modal-content{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	border: none;
}
#notificationModal .modal-body{
	position: relative;
	text-align: center;
	padding: 2px;
}
#notificationModal .modal-body img{
	display: block;
	margin: 0 auto;
	max-width: 100%!important;
}
#notificationModal .modal-body button.close{
	display: block;
	width: 30px;
	height: 30px;
	background-color: rgba(255,255,255,0.2);
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9;
	opacity: 1;
	color: #eee;
}

/* footer */
.site_footer {
	background: linear-gradient(90deg,#021048,#000000);
}
.footer_top{
	padding-top: 50px;
	padding-bottom: 100px;
	color: #ccc;
}
.footer_top h3{
	font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #eee;
}
.footer_top p{
    font-size: 15px;
	margin-bottom: 5px;
	line-height: 1.5;
}
.footer_bottom{
	border-top: 1px solid rgba(229,235,255,.08);
}
p.copyright{
	margin: 0;
	padding: 15px 0;
    color: #ccc;
    font-size: 14px;
}
.footer_cert img{
	max-width: 100%;
}

/* Responsive */
@media (min-width: 514px) {
    .container {
        max-width: 480px;
    }
}

@media (min-width: 752px) {
    .container {
        max-width: 716px;
    }
}

@media (min-width: 1012px) {
    .container {
        max-width: 972px;
    }
}

@media (min-width: 1232px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1368px;
    }
}

@media screen and (max-width: 1199px) {

}

@media screen and (max-width: 991px) {

}

@media screen and (max-width: 767px) {
	.header_top{
		height: 60px;
	}
	.site_brand{
		display: block;
	}
	.logo img{
		max-height: 40px;
	}
	.mobile_support a{
		display: inline-block;
	    font-size: 24px;
	    text-align: center;
	    color: #ffc107;
	    margin: 16px 0;
	    line-height: 1.2;
	}
	.mobile_menu{
		float: right;
		border: none;
		background-color: #007bff;
		color: #fff;
		font-size: 24px;
		padding: 0 15px;
		height: 45px;
    	line-height: 1.2;
    	text-align: center;
	}
	.header_menu_area {
		height: 75px;
		background-color: #000000;
	}
	.header_main{
        height: auto;
        padding: 15px 0;
	}
	.nav_menu{
		height: auto;
	}
	.nav_home>a{
		height: auto;
        padding: 0;
        line-height: unset;
    }
    .nav_home>a img{
		height: 45px;
	}
	.nav_admin>a{
		height: auto;
	}
	.mobile_nav{
		position: fixed;
		top: 0;
		left: -100%;
		height: 100%;
		z-index: 999999;
		background-color: #6b88a5;
		overflow: auto;
		min-width: 220px;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}
	.mobile_nav.active{
		left: 0;
	}
	.mobile_nav ul{
		display: block;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.mobile_nav ul>li{
		display: block;
		width: 100%;
	}
	.mobile_nav ul>li>a{
		display: block;
		color: #fff;
		padding: 10px 15px;
		border-bottom: 1px solid #667080;
		text-decoration: none;
	}
	.mobile_nav>ul ul>li>a{
		padding-left: 40px;
	}
	.price_body, .price_footer{
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer_address{
		min-height: unset;
    }
    .banner_title {
        font-size: 28px;
        padding: 15px;
        line-height: 1.5;
    }
    .parallax_banner {
        padding: 0;
    }
    .banner_desc {
        margin-top: 0;
        padding: 0 15px;
        max-width: 750px;
        font-size: 20px;
        font-weight: 300;
        line-height: 1.4;
    }
    .banner_actions {
        margin-top: 0;
        padding: 15px;
    }
    .banner_actions .form-group {
        margin-left: 0;
        display: block;
        width: 100%;
    }
    .parallax_title {
        font-size: 26px;
        line-height: 36px;
    }
    .parallax_des {
        font-size: 18px;
        line-height: 28px;
    }
    .footer_top h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .footer_top {
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .site_content {
        margin-bottom: 30px;
    }
    .banner_img {
        height: unset;
    }
    .body_content_margin {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media screen and (max-width: 575px) {

}


.slidertitle {
	position: absolute;
	top: 30%;
	left: 10%;
	right: 10%;
	font-size: 100px;
	color: red;
	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: #afedee;
	font-family: 'Alfa Slab One', cursive;
	font-weight: 900;
	font-style: normal;
}