@charset "UTF-8";
/* CSS Document */
.Bgblue{
	background: #202659!important;
}
.Bgorange{
	background: #e74c26!important;
}
.Textblue{
	color: #202659!important;
}
.Textorange{
	color: #e74c26!important;
}
.Textgradient{
	background: linear-gradient(to right, #202658 0%, #FFFFFF 50%, #E74C26 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#mainmenu{
	margin-bottom: 0px;
}
#mainmenu a{
	padding-top: 23px;
	padding-bottom: 23px;
}
.Language,.Language a{
	color: #fff;
}
.Language a{
	margin: 0 8px;
}
.Language a:hover{
	color: #e74c26;
}
.Language a:last-child{
	margin-right: 0px;
}
.Language a.active{
	color: #e74c26;
}
a.btn-custom,.de_light .blog-list .date-box .day,#back-to-top.show{
	background: #fff;
	color: #202659;
}
.text-map-subtitle{
	text-transform: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
#content{
	background-size: auto!important;
}
.call-to-action{
	border-top: #e74c26 solid 3px;
}
header div#logo .logo{
	max-height: 70px;
}
address span:last-child,footer .widget_recent_post li:last-child{
	border: none;
}
#section-service-2, #section-service-4{
	background-color: transparent;
}
a.btn-line.text-white:after, .de_light a.btn-line.text-white:after,.de_tab.tab_steps .de_nav li span {
	color: #fff;
}
a.btn-line.black:hover,.de_tab.tab_steps .de_nav li.active span,.de_tab.tab_steps .de_nav li span:hover {
	color: #ffffff;
	background: #202659;
}
.de_tab.tab_steps .de_nav li span {
	font-size: 36px;
	border: solid 1px rgba(255,255,255,.6);
}
.table>:not(caption)>*>*{
	padding: inherit;
}
#pricing-table .pricing table td,#pricing-table .pricing table th{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	font-size: 13px;
}
#pricing-table .pricing table thead th{
	font-size: 15px;
	background: #181a33;
	color: #fff;
}
#filters a.selected {
	color: #fff;
}
#filters a:hover {
	background: #202659;
	color: #fff;
}
.de-bloglist-type-1 li{
    padding-bottom: 50px;
}
.price{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
}
.promotion.d-date{
	font-size: 18px;
	font-weight: 500;
	color: #e74c26;
}

.btn-line-2, a.btn-line-2 {
    border: solid 1px #fff;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border-radius: 30px!important;
    /* padding: 3px; */
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    letter-spacing: normal;
    text-decoration: none;
	position: absolute;
    top: 40%;
    left: 30%;
}
.btn-line-2:hover, a.btn-line-2:hover{
	border: solid 1px #fff;
    color: #202659;
	background-color: #fff;
}