﻿@font-face {
    font-family: 'Saira-Bold';
    src: url('../fonts/Saira/Saira-Bold.ttf');
}
@font-face {
    font-family: 'Saira-Regular';
    src: url('../fonts/Saira/Saira-Regular.ttf');
}
@font-face {
    font-family: 'Saira-Light';
    src: url('../fonts/Saira/Saira-Light.ttf');
}@font-face {
    font-family: 'Saira-SemiBold';
    src: url('../fonts/Saira/Saira-SemiBold.ttf');
}
@font-face {
    font-family: 'Saira-Medium';
    src: url('../fonts/Saira/Saira-Medium.ttf');
}

body {
	width: 100%;
	float: left;
    font-size: 14px;
    color: #000;
    font-family: 'Saira-Regular',Arial,Tahoma,sans-serif,arial,Helvetica;
    background: rgb(253 247 245);
}
.container_cus{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

header{
	width: 100%;
	float: left;
	padding: 0;
    background: #ff6b18;
    z-index: 99;
    color: #fff;
    position: relative;
}
.logo{
	width: 100%;
	float: left;
}
.logo img{
	    float: left;
    max-height: 50px;
    padding-top: 8px;
}
.logo a{
    color: #fff;
    font-size: 40px;
}

#user-area {
    float: right;
    position: relative;
    margin-left: 10px;
    padding-left: 70px;
    font-size: 1.2rem;
    text-align: left;
}
#topbar ul li{
    color: #fff;
}
#topbar ul li i, #user-area i.fa-user {
       font-size: 23px;
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    line-height: 44px;
    color: #ff6b18;
    background: #FFF;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
#topbar ul li span, #user-area>span {
    display: block;
    margin: 0;
    font-weight: bold;
    font-size: 14px
}
#user-area ul {
	padding: 0;
    list-style: none;
}
#user-area ul li {
    float: left;
}
#user-area a {
    font-weight: normal;
    color: #FFF;
    font-size: 16px;
}
#user-area ul li:first-child:after {
    content: "|";
    margin: 0 5px;
}
#user-area a:hover, #user-area a:focus {
    color: #FFF;
    text-decoration: none;
}
#user-area a:hover{
	 color: #FFF;
    text-decoration: none;
}
#topbar {
    float: right;
    width: auto;
    position: relative;
}
#topbar ul {
    width: auto;
    text-align: left;
    list-style: none;
    margin-top: 3px;
}
#topbar ul li {
    display: inline-block;
    margin-left: 10px;
    padding-left: 70px;
    position: relative;
    margin-right: 20px;
    font-size: 1.2rem;
}
#topbar ul li a{
	color: #FFF;
	font-size: 14px;
}
#topbar ul li i.fa-mobile{
	font-size: 40px;
}

#mainmenu {
	float: left;
    width: 100%;
    position: relative;
    z-index: 100;
    margin: 15px 0px 3px
}
.mainmenu{
	width: 100%;
	float: left;
}
.mainmenu > ul{
	width: 100%;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
.mainmenu > ul > li{
	float: left;
	position: relative;
}
.mainmenu > ul > li > a{
	    color: #fff;
    display: block;
    padding:4px 13px;
    font-family: 'Saira-Regular';
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    text-align: center;
    float: left;
    position: relative;
  -webkit-border-radius: 99px;
-moz-border-radius: 99px;
border-radius: 99px;
border: 1px solid transparent;
font-weight: bolder;
}

@-webkit-keyframes blinker {
  from {opacity: 1.0; color: #fff;}
  to {opacity: 0.6; color: #f5b18a;}
}
.hightlight-menu{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}

.acti .hightlight-menu {
	text-decoration: none;
	-webkit-animation-name: none;
}

.mainmenu > ul > li > a >i{
	color: #fff;
	position: absolute;
	right: 10px;
	bottom: 11px;

}

.mainmenu > ul > li > a:hover{
	background: #ff6119;
	text-decoration: none;
     border: 1px solid #fff;
}
.mainmenu > ul > li.acti > a{
    background: #ff6119;
    text-decoration: none;
    border: 1px solid #fff;

}
.mainmenu > ul > li > ul{
	position: absolute;
    top: 49px;
    background: #ff6119;
    width: 300px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}
.mainmenu > ul > li:hover > ul{
	display: block;
}
.mainmenu > ul > li > ul > li{
	width: 100%;
	float: left;
}
.mainmenu > ul > li > ul > li > a{
	width: 100%;
	float: left;
	color: #fff;
	padding: 10px 10px 10px 30px;
	    text-transform: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;

}
.mainmenu > ul > li > ul > li > a:hover{
	text-decoration: none;
	color: #ff6b18;
	background-color: #f6f6f6;
}
.width100{
	width: 100%;
	float: left;
}
#slideshow{
	position: relative;
    width: 100%;
    float: left;
}
.slideshow{
	width: 100%;
	float: left;
}
.slide_image{
    width: 100%;
    float: left;
}
.slide_image img{
    width: 100%;
    float: left;
}
.slide_title{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    font-family: 'Saira-Bold';
}
.slide_desc{
      width: 100%;
    float: left;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
}
.slide_caption{
    position: absolute;
    top: 8%;
    left: 0;
    right: 0;
    color: #fff;
}
.item{
	width: 100%;
	float: left;
}
.image {
	width: 100%;
	float: left;
}
.image img{
	width: 100%;
	float: left;
}

.boxbody_tbl {
	float: left;
    margin: 40px 0 20px;
    width: 100%;
    text-align: left;
    background: #fff;
}
.boxbody_top {
	width: 100%;
	float: left;
}
.boxbody_top h1, .boxbody_top h2 {
    font-size: 20px;
    font-weight: normal;
     margin: 0;
}
.boxbody_top span {
    display: block;
    padding: 15px 15px;
       font-size: 20px;
    font-family: 'Saira-Medium';
    position: relative;
    font-weight: normal;
    color: #fff;
    margin: 0;
    background: #fc6816;
    text-align: center;
}

.boxbody_body {
    padding: 30px 20px;
    width: 100%;
    float: left;
    border:1px solid #fc6816;
}
.content{
	width: 100%;
	float: left;
}
.headerfixed{
	position: fixed !important;
	top:0;
	z-index: 999;
    height: 65px;
}
#mainmenu.headerfixed {
	height: 38px;
}
#box-why {
	width: 100%;
	float: left;
    background: rgba(246, 246, 246, 1);

    padding: 50px 0;
}

.box-why {
    width: 100%;
    float: left;
    margin: 50px 2% 20px 0;
    line-height: 150%;
    display: block;
    float: left;
    text-align: center;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 2px 2px 5px 0 rgba(0,0,0,.2);
    box-shadow: 2px 2px 5px 0 rgba(0,0,0,.2);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 295px;
}
.box-why img {
    height: 100px;
    margin-top: 10px;
}

.box-why a{
    color: #098900;
}
.box-why .title {
    display: block;
    text-transform: uppercase;
    margin: 10px 0 0;
    font-size:18px;
    font-weight: bold;
   height: 43px;
    color: #000000;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.box-why .summary {
    display: block;
    margin-bottom: 5px;
    height: 60px;
    overflow: hidden;
    text-align: center;
    width: 100%;
    float: left;
    padding: 0 20px;
}
.box-why:hover img {
    -webkit-transform: scale(1) rotate(360deg) translate(0);
    -ms-transform: scale(1) rotate(360deg) translate(0);
    -moz-transform: scale(1) rotate(360deg) translate(0);
    transform: scale(1) rotate(360deg) translate(0);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.box_news{
	width: 100%;
	float: left;
	background: #fff;
}

.title_home {
    text-align: center;
    color: #161616;
    margin: 30px 0;
    position: relative;
    max-width: 100%;
    font-size: 20px;
}
.title_home:before {
    content: "";
    height: 2px;
    width: 250px;
    position: absolute;
    margin: auto;
    bottom: -10px;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(237,237,237,.5) 21%,rgba(237,237,237,1) 44%,rgba(237,237,237,1) 60%,rgba(237,237,237,.45) 80%,rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(21%,rgba(237,237,237,.5)),color-stop(44%,rgba(237,237,237,1)),color-stop(60%,rgba(237,237,237,1)),color-stop(80%,rgba(237,237,237,.45)),color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(237,237,237,.5) 21%,rgba(237,237,237,1) 44%,rgba(237,237,237,1) 60%,rgba(237,237,237,.45) 80%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(237,237,237,.5) 21%,rgba(237,237,237,1) 44%,rgba(237,237,237,1) 60%,rgba(237,237,237,.45) 80%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(237,237,237,.5) 21%,rgba(237,237,237,1) 44%,rgba(237,237,237,1) 60%,rgba(237,237,237,.45) 80%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(237,237,237,.5) 21%,rgba(237,237,237,1) 44%,rgba(237,237,237,1) 60%,rgba(237,237,237,.45) 80%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=1);
}
.title_home span {
    display: inline-block;
    padding: 0 20px;
    font-size: 30px;
    font-family: Oswald,arial,sans-serif;
    text-transform: uppercase;
    position: relative;
    font-weight: normal;
    color: #161616;
}
.title_home:after {
    content: "";
    height: 2px;
    width: 40px;
    position: absolute;
    margin: auto;
    bottom: -10px;
    left: 0;
    right: 0;
    background: #ff6b18;
}
.list_news{
	width: 100%;
	float: left;
    margin-top: 30px;
}
.news-vertical-img:before {
    content: "";
    display: block;
    padding-top: 57%;
}
.news-vertical-img {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.news-vertical-img img {
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.news-vertical {
 
    position: relative;
    float: left;
    text-align: left;
    border-top: 4px solid #ff6b18;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 4px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.3);
    margin-bottom: 20px;
}
.posted-date {
    color: #999;
    margin: 6px 0;
    font-size: 1.2rem;
}
.news-vertical .posted-date {
    margin: 0;
    padding: 10px 15px;
    min-height: 35px;
    font-size: 14px;
    background: #ededed;
    background: -moz-linear-gradient(top,#ededed 0%,#f6f6f6 47%,#fff 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,#ededed),color-stop(47%,#f6f6f6),color-stop(100%,#fff));
    background: -webkit-linear-gradient(top,#ededed 0%,#f6f6f6 47%,#fff 100%);
    background: -o-linear-gradient(top,#ededed 0%,#f6f6f6 47%,#fff 100%);
    background: -ms-linear-gradient(top,#ededed 0%,#f6f6f6 47%,#fff 100%);
    background: linear-gradient(to bottom,#ededed 0%,#f6f6f6 47%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#ffffff',GradientType=0);
    width: 100%;
    float: left;
}
.news-vertical .posted-date span:first-child {
    float: left;
}
.news-vertical .posted-date span {
    float: right;
}
.news-vertical .title {
    font-size: 1.4rem;
    padding: 10px 15px 10px;
    clear: both;
    border-top: 1px solid #eee;
}
.news-vertical .summary {
    height: 85px;
    overflow: hidden;
    text-align: justify;
    margin: 15px 0;
    padding: 0 15px;
    line-height: 150%;
    clear: both;
}
.news-vertical h3{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	margin: 0;
}
.readmore{
	width: 100%;
	float: left;
	margin: 60px 0px 20px;
	text-align: center;
}
.readmore a{
	margin: 0 auto;
	padding: 10px 20px;
	    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    border: none;
    padding: 10px 25px;
    font-weight: normal;
    transition: all ease 300ms;
    background-color: #ff6b18;
    color: #fff!important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset -6px -6px 15px 0 rgba(0,0,0,.3);
    -moz-box-shadow: inset -6px -6px 15px 0 rgba(0,0,0,.3);
    box-shadow: inset -6px -6px 15px 0 rgba(0,0,0,.3);
}
.readmore a:hover{
	    opacity: .9;
    -webkit-box-shadow: inset 6px 6px 15px 0 rgba(0,0,0,.3);
    -moz-box-shadow: inset 6px 6px 15px 0 rgba(0,0,0,.3);
    box-shadow: inset 6px 6px 15px 0 rgba(0,0,0,.3);

}
#box-customer{
	width: 100%;
	float: left;
	background-color: #f6f6f6;
    margin-top: 15px;
    position: relative;
    border-top: 1px solid #eee;
    padding: 15px 0;
}
.customer-item{
	width: 100%;
	float: left;
	padding: 10px;
	border: 1px solid #eee;
    background-color: #fff;
    height: 80px;
    
}
.customer-item img{
	width: 100%;
	float: left;
}
#box-customer .owl-item{
	padding: 0 7px;
}

#footer {
    width: 100%;
    float: left;
    margin: 0 auto;
    text-align: center;
    line-height: 150%;
    padding: 50px 0;
    position: relative;
    background: #ff6b18;
    color: #FFF;
}


#footer-info {
    width: 100%;
    float: left;
    text-align: left;
    line-height: 200%;
    position: relative;
}
#footer .title {
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 20px;
    font-family: Oswald;
    position: relative;
    color: #fff;
    text-align: left;
}

#footer-info i.fa, #footer-info i.fab, #footer-info i.fas {
    width: 25px;
    color: #fff;
    padding: 5px 0;
    border: 1px solid #000;
    text-align: center;
    margin: 2px 4px 2px 0;
    background: #444;
}
#footer-cat ul, #footer-policy ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer-cat li, #footer-policy li {
    padding: 5px 0;
    width: 100%;
    float: left;
}

#footer a {
    font-weight: normal;
    color: #FFF;
}
#footer a:hover{
    color: #fff;
}
#footer h3{
    margin:0 0 15px;
    font-size: 24px;
    font-family: 'Saira-Medium';
    text-transform: uppercase;
}
.footercontent{
    width: 100%;
    float: left;
}
.footercontent p{
    text-align: justify;
}
#footer li{
    margin-bottom: 7px;
}
.box_content{
	width: 100%;
	float: left;
	padding: 20px 0px;
    min-height: 700px;
}
.page_title{
	width: 100%;
	float: left;
	font-weight: bold;
}
.content_single{
	width: 100%;
	float: left;
}
.news_related{
	width: 100%;
	float: left;
	margin-top: 30px;
}
.news-detail .posted-date {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    width: 100%;
    float: left;
}
.content_single img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.contact_info {
    width: 100%;
    float: left;
    text-align: left;
    line-height: 26px;
}

.contact_info  i.fa {
    width: 18px;
    color: #ff6b18;
    font-size: 16px;
}
#enquiry-form{
	width: 100%;
	float: left;
	padding-left: 30px;
    border-left: 1px solid #ddd;
}
.line-contact {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.line-contact input, .line-contact textarea {
    width: 100%;
    float: left;
    padding: 8px 15px;
    border: 1px solid #bdbdbd;
}
.line-contact input.btn_sub{
	background: #ff6b18;
	color: #fff;
}
.line-contact input.btn_sub:hover{
	opacity: 0.9
}
.control-label{
    text-align: right;
}
#frmTransaction{
    padding: 30px 20% 30px 20%;
}
.asterisk_input{
    color: red;
}
.boxbody_body .form-group{
    width: 100%;
    float: left;
}
.btn_sub{
    display: inline-block;
    padding: 10px 25px;
    margin-top: 5px;
    font-size: 16px;
    color: #fff!important;
    border: none;
    background: #fc6816;
  -webkit-border-radius: 99px;
-moz-border-radius: 99px;
border-radius: 99px;
}
.btn_sub2{
    display: inline-block;
    padding: 10px 20px;
    margin-top: 5px;
    font-size: 16px;
    color: #fff!important;
    border: none;
    background: #13d406;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset -6px -6px 15px 0 rgba(0,0,0,.3);
    -moz-box-shadow: inset -6px -6px 15px 0 rgba(0,0,0,.3);
    box-shadow: inset -6px -6px 15px 0 rgba(0,0,0,.3);
    text-transform: uppercase;
}
.btn_sub:hover, .btn_sub2:hover {
	background:#ff7f00;
}
#user-area>span {
    display: block;
    margin: 0;
    font-weight: bold;
}
.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    width: 200px;
    background-color: #ff6b18;
    font-size: 1rem;
    border: 2px solid #fff;
}
#user-area .dropdown-content a {
    color: #fff;
    display: block;
    padding: 8px;
    border-bottom: 1px solid #ff6119;
    text-align: left;
    margin: 0!important;
}
.dropdown-content a:first-child {
    background-color: #ff6119;
}
.dropdown-content a i {
    width: 16px;
}
.user:hover .dropdown-content {
    display: block;
    z-index: 9999;
}
.tal{
    padding-top: 7px;
}
#footer-cat a,#footer-policy a{
	float: left;
}
.mess{
	text-align: center;
	color: red;
	font-weight: bold;
}
.list_btn{
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

#boxLoading{display:none;}
.overlay{width:100%;height:100%;position:fixed;top:0;left:0;background:url('../images/overlay.png') repeat 0 0;z-index:100000;}
.boxLoading{background:url('../images/preloader.gif') no-repeat 12px 8px #000000;color:white;font-size:14px;height:39px;

    left: 50%;
    line-height: 20px;
    margin: -20px 0 0 -45px;
    padding: 10px 20px;
    position: fixed;
    /* text-align: left; */
    text-indent: 30px;
    top: 50%;
    width: 175px;
    z-index: 100001;
    opacity: 0.8;
    filter: alpha(opacity=0.8);
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    text-align: center;

}
.box_note{
	width: 100%;
	float: left;
	margin: 20px 0px;
	padding: 30px;
	background: #efffee
}
.title_note{
	width: 100%;
	float: left;
	text-transform: uppercase;
	font-size: 20px;
}
#result-card{
    width: 100%;
    float: left;
    text-align: left;
    color: red;
    margin-bottom: 10px;
}
.image_slide{
    width: 100%;
    float: left;
}
.image_slide img{
    width: 100%;
    float: left;
}
.errorswrap{
    width: 100%;
    float: left;
    margin: 30px 0px;
}
#footer-cat a, #footer-policy a{
    text-align: left;
}






#mobile_menu_toggler {
    float: left;
    width: 45px;
    height: 34px;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: 8px;
    display: none;
    left: 15px;
}

#mobile_menu {
    display: none;
    background-color: #ff6b18;
    padding: 0px;
    z-index: 100000;
    position: absolute;
    width: 100%;
    top: 59px;
}
#mobile_menu ul li i{

       width: 29px;
    height: 18px;
    text-align: center;
    font-size: 17px;
    line-height: 21px;
    /* margin-right: 10px; */
    color: #fff;
    z-index: 9;
    position: absolute;
    left: 7px;
    float: left;

}

.m_nav_ham {

    width: 24px;

    height: 3px;

    background:#FFF;

    margin: 5px auto;

    -webkit-transition-duration: 0.3s;

    -moz-transition-duration: 0.3s;

    -ms-transition-duration: 0.3s;

    transition-duration: 0.3s;

}

.m_nav_ham_1_open {

    -webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    transform: rotate(45deg);

    margin-top: 13px;

}

.m_nav_ham_2_open {

    -webkit-transform: rotate(-45deg);

    -moz-transform: rotate(-45deg);

    -ms-transform: rotate(-45deg);

    transform: rotate(-45deg);

    margin-top: -7px;

}

.m_nav_ham_3_open {

    opacity: 0;

}

#mobile_menu ul {

    margin: 0;

    list-style: none;

    padding: 0;

}
#mobile_menu >nav > ul{
    max-height: 385px;
    overflow-y: scroll;
}
#mobile_menu ul li {

    margin: 0;

    text-align: left;

    width: 100%;

}

#mobile_menu > ul > li a {

    background: #222;

    border-top: 1px solid rgba(255, 255, 255, 0.1);

    border-bottom: 1px solid rgba(0, 0, 0, 0.3);

}

/*#mobile_menu > ul > li >a:before{

    font-family: FontAwesome;

    content: "\f0c9";

    display: inline-block;

    margin-right: 10px;

    font-size: 12px;

}*/

#mobile_menu > ul > li > a:hover{

    background: #2a2a2a;

}



#mobile_menu ul ul li  a:hover{

    background: #171717;

}

#mobile_menu > ul > li  ul li a:before{

    font-family: FontAwesome;

    content: "\f068";

    display: inline-block;

    margin-right: 10px;

    font-size: 12px;

}
/*
#mobile_menu > ul > li:nth-child(1) >a:before {

    content: "\f015";

}

#mobile_menu > ul > li:nth-child(2) >a:before {

    content: "\f0c0";

}

#mobile_menu > ul > li:nth-child(3) >a:before {

    content: "\f219";

}

#mobile_menu > ul > li:nth-child(4) >a:before {

    content: "\f288";

}

#mobile_menu > ul > li:nth-child(5) >a:before {

    content: "\f07c";

}

#mobile_menu > ul > li:nth-child(6) >a:before {

    content: "\f1ea";

}

#mobile_menu > ul > li:nth-child(7) >a:before {

    content: "\f0e0";

}*/

#mobile_menu > ul > li  ul li a{ 

    background: transparent;

    border-top: 1px solid transparent;

    border-bottom: 1px solid transparent;

}

#mobile_menu ul li a {

    color: #FFF;
    font-size: 14px;
    line-height: 1.7em;
    display: block;
    position: relative;
    padding: 5px 15px 5px 39px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;

}



#mobile_menu ul ul li a {

    padding: 10px 50px;

}

#mobile_menu ul ul ul li a {

    padding: 10px 70px;

}



#mobile_menu ul li a:hover {

    color: #eee;

}



#mobile_menu ul li ul {

    display: none;

}
.link-area{
    text-align: left;
}
.link-area ul{
    list-style: none;
    padding: 0;
}
.link-area ul li{
    width: 100%;
    float: left;
}
.main{
    margin: 30px 0px;
    width: 100%;
    float: left;
}

.boxx {
    width: 100%;
    text-align: left;
    background: #FFF;
    overflow: hidden;
    -webkit-box-shadow: 0 11px 20px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 11px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 11px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    margin-bottom: 10px;
    min-height: 427px;
}
 .box-header {
    padding: 15px;
    position: relative;
    background: #18ab00;
    border-radius: 0;
    margin-bottom: 15px;
}
.main .box-header h2 {
    text-align: center;
    display: block;
    margin: 0;
    font-size: 16px;
    font-family:sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    background-size: auto 100%;
}
.boxx .btn-success{
    width: 100%;
    text-align: center;
    background-color: #072d00;
    border-color: #072d00;
    text-transform: uppercase;
    border-radius: 0;
}
.btn_addmore{
    margin: 5px 0px;
}
.boxx.boxx2{
    min-height: auto;
}


.pagination {
    clear: both;
    float: left;
    margin: 0
}
.pagination a,
.pagination strong {
    float: left;
    margin: 0 10px 0 0;
    padding: 1px 8px;
    border: 1px solid #12120f
}

.pagination strong {
    background: #12120f;
    color: #fff
}

.pagination a {
    color: #12120f
}
.home-title{
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    font-size: 30px;
}
.home-title b{
    font-family: 'Saira-Medium';
}
.tablecus th{
    font-family: 'Saira-Bold';
}
.tablecus td,.tablecus th{
    text-align: center;
}
.tablemobile{
    display: none;
}
.content_history table{
    font-size: 13px;
}
.btn_forget {
    display: inline-block;
    padding: 10px 0;
    margin-top: 5px;
    font-size: 16px;
    color: #ff6b18!important;
    border: none;
    float: right;
}
.list_news .item{
    margin-bottom: 20px;
}
.list_news .col-news:nth-child(3n+1){
    clear: both;
}
.list_news .image{
    margin-bottom: 10px;
}
.list_news .caption{
    width: 100%;
    float: left;
    margin-top: 0;
}
.list_news .name{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.list_news .name h3{
    margin: 0;
}
.list_news  .name a{
    font-size: 24px;
    color: #000;]

}
.list_news  .name a:hover{
    color: #ff6b18;
    text-decoration: none;
}
.list_news .meta_news{
     width: 100%;
    float: left;
    margin-bottom: 5px;
}
.table_over{
    width: 100%;
    overflow: auto;
}
.boxhome{
    width: 100%;
    float: left;
    position: relative;
    margin-top: -80px;
}
.box_rate{
    width: 100%;
    float: left;
    background: #fff;
-webkit-border-radius: 11px;
-moz-border-radius: 11px;
border-radius: 11px;
box-shadow: 20px 40px 50px rgba(0, 0, 0, 0.05);
}
.box_support{
    width: 100%;
    float: left;
    padding: 20px 9% 10px;
}
.box_s{
    width: 100%;
    float: left;
}
.box_sicon{
    width: 48px;
    height: 48px;
    background-color: rgb(255 107 24);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    background-image: url('../images/iconf.png');
    background-repeat: no-repeat;
    background-position: center;
}
.box_shtml{
width: 70%;
    float: left;
    padding-left: 10px;
}
.box_shtml b{
    font-size: 17px;
    font-family: 'Saira-Regular';
    font-weight: normal;
}
.box_shtml a{
    color: #0c7c00;
      font-size: 17px;
    font-family: 'Saira-Regular';
    font-weight: normal;
    text-decoration: underline;
}
.box_shtml a:hover{
    color: rgb(255 107 24);
    text-decoration: none;
}
.table_rate{
    width: 100%;
    float: left;
}
.boxrate{
    width: 100%;
    float: left;
    padding: 10px 30px;
}
.boxrate_title{
    width: 100%;
    float: left;
    text-align: center;
    background: rgb(255 107 24);
    color: #fff;
    padding: 20px 0px;
    margin-bottom: 20px;
}
.boxrate_title h2{
    font-size: 28px;
    font-family: 'Saira-Medium';
    margin: 0;
    font-weight: normal;
}
.boxmsg{
    width: 100%;
    float: left;
    padding: 0px 30px 10px;
}
.boxmsgl{
    width: 50%;
    float: left;
   background-image: url('../images/linelmsg.png');
    background-repeat: no-repeat;
    background-position: center right;
}
.boxmsg ul{
    list-style: none;
    padding: 0;
    margin: 0;

}
.boxmsg ul li{
    width: 100%;
    float: left;
    font-size: 16px;
    margin-bottom: 10px;
}
.boxmsg ul li i{
    width: 25px;
    height: 25px;
    background: #fc6816;
    color: #fff;
    text-align: center;
    padding-top: 3px;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.boxmsg ul li p{
    margin: 0;
    padding-left: 5px;
    padding-top: 3px;
    float: left;
}
.boxmsgr{
    width: 50%;
    float: left;
    padding-left: 30px;
}
.btngroup{
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
}
.btndoithe{
    -webkit-border-radius: 99px;
-moz-border-radius: 99px;
border-radius: 99px;
background: rgb(255 107 24);
color: #fff;
font-size: 18px;
    padding: 10px 40px;
}
.btndoithe:hover{
    background: #ff7f00;
    text-decoration: none;
    color: #fff;
}
.listlogocontent{
    width: 100%;
    float: left;
    margin: 30px 0px;
}
.listlogocontent ul{
    list-style: none;
    padding:0;
    margin: 0;
    width: 100%;
    float: left;
}
.listlogocontent ul li{
    width: 20%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}
.listlogocontent ul li a{
    width: 100%;
    float: left;
    border: 1px solid #C4C4C4;
    background: #fff;
}

.homeregister{
    width: 100%;
    float: left;
    z-index: 3;
    position: relative;
}
.homeregister .boxbody_tbl{
    background: #FFFFFF;
box-shadow: 0px 40px 100px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 11px;
-moz-border-radius: 11px;
border-radius: 11px;
}
.homeregister .boxbody_body{
    border-color: transparent;
}
.home #footer{
   padding-top: 25px ;
margin-top: 25px ;
    z-index: 2;
    position: relative;
}
.logof{
    padding-top: 30%;
}
body.news{
    background: #fff;
}
.frmchanger form{
    width: 100%;
    float: left;
    padding:0 30%;
}
.frmchanger{
    width: 100%;
    float: left;
}
.doithe .boxhome{
    margin-top: 30px;
}
.menumobilesss{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
}
.menumobilesss ul{
    list-style: none;
    padding: 0;
    width: 100%;
    float: left;
}
.menumobilesss ul li{
    float: left;


}
.menumobilesss ul li a{
    color: #fff;
    padding: 0 10px;
    font-size: 16px;
}
.menumobilesss #user-area{
    padding-left: 0;
margin-left: 0;
}
.menumobilesss #user-area>span i{
    display: none;
}
.menumobilesss .mmb{
    margin-top: 12px;
}
#errorMssShow{
    width: 100%;
    float: left;
}
.listreport{
    width: 100%;
    float: left;        
}
.listreport ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.listreport ul li{
    float: left;
    margin-right: 15px;
}
.listreport ul li a{
        background: #fc6816;
    color: #fff;
    padding: 4px 20px;
    float: left;
}
.listreport ul li a:hover{
    background: #12a201;
    color: #fff;
}

.popup_form{
    width: 500px;
  margin: 0 auto;
  background: #fff;
  padding: 0;
  position: relative;
}

.popupcontent{
  width: 100%;
}
.popuptitle{
  width: 100%;
  background: #f39c12;
  color: #fff;
  text-align: center;
  padding:5px 10px;
  font-size: 14px;

}
.popuptmess{
   width: 100%;
  color: #000;
  padding: 20px;
}
.popup_form .mfp-close {
    width: 32px;
    height: 32px;
    line-height: 26px;
    color: #008000 !important;
    opacity: 1;
}
.popupcont{
     display: grid;
    position: initial;
}
.btnclosepopup{
    clear: both;
    display: block;
    position: relative;
    text-align: center;
}
.btnclosepopup span{
    
    background: green;
    color: #fff;
    padding: 10px 20px;
}
.popuplink{
    height: 40px;
 
}

body .btn-success {
    color: #fff;
    background-color: #ff6b18;
    border-color: #dc3602;
}

body .btn-success:hover {
    color: #fff;
    background-color: #ff7f00;
    border-color: #dc3602;
}

.alert.alert-primary {
    word-break: break-all;
    color: #004085;
    background-color: #fff4ff;
    border-color: #ffcfb8;
    padding: 10px;
}
