@font-face {
    font-family: 'Prompt-Regular';
    src: url('fonts/Prompt-Regular.eot');
    src: url('fonts/Prompt-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Prompt-Regular.woff') format('woff'),
         url('fonts/Prompt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Prompt-Bold';
    src: url('fonts/Prompt-Bold.eot');
    src: url('fonts/Prompt-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Prompt-Bold.woff') format('woff'),
         url('fonts/Prompt-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'Prompt-Regular';
	font-size:18px;
	cursor: default;
	position: relative;
	line-height:normal;
    color: #1c1c1c;
}

img{ border:0; margin:auto;}
a{ text-decoration:none;}
a:hover{ text-decoration: none;}
.h70{clear:both; width:100%; height:70px;}
.h30{clear:both; width:100%; height:30px;}
.h20{clear:both; width:100%; height:20px;}
.h10{clear:both; width:100%; height:10px;}

a{text-decoration:none;color:inherit;}
a:hover{color:inherit;}
ul{
	padding-left: 0;
	margin-bottom: 0;
}
#back-to-top {
    width: 50px;
    height: 25px;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    right: 50%;
    text-align: center;
    display: none;
    background-color: #e9501e;
    transform: translate(50%,0);
    padding-top: .3rem;
    border-radius: 30px 30px 0 0;
}
#back-to-top:hover{
    opacity: 1;
}
#back-to-top a {
    color: #FFF;
}
button:focus {
    outline: none;
}

/*-----Header-----//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.headbar-top{
    width: 100%;
    transition: all 0.5s;
    background: #FFF;
    padding: .5rem;
    border-bottom: 1px solid #e1e1e1;
}
.slim.headbar-top{
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}
.hamburgers-box{
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.navbar-brand {
    width: 88%;
    padding: 0;
    padding-left: 1rem;
    margin: 0;
    text-align: center;
}
.navbar-brand img {
    width:266px;
}
.navbar-collapse ul li {
	line-height:1;
	padding:10px 15px 10px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
    font-size: 20px;
}
.navbar-collapse ul li a{
	color:#2b2e83;
} 
.navbar-toggler:focus {
    outline:  none !important;
}
.navbar-nav{
	 text-transform: uppercase;
}
.navbar-collapse ul li:hover, .navbar-collapse ul li.active {
    background-color: rgba(45,48,132,.1);
}
.navbar-collapse ul li.active a, .navbar-collapse ul li:hover a {
    color: #e94e1b;
}
/**********************only-mobile*******************************/
.navbar-logo-mobile{
	text-align: center;
	padding: 10% 0;
	width: 100%;
	display: block;
	color:#000;
	font-size: 40px;
}
.navbar-logo-mobile img{
    width: 80%;
}
.social-mobile p{
    font-size: 20px;
    color: #2b2e83;
    font-family: 'Prompt-Bold';
}
/*------slide---main-------
//////////////////////////////////////////////////////////////////////////////////////////*/
#slide-zone  .carousel-indicators{
    margin-bottom: 0;
}
#slide-zone .carousel-indicators li{
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: rgba(233, 78, 27, 0.5);
}
#slide-zone  .carousel-indicators .active{
    background-color: #e94e1b;
}
/*------slide---main-------
//////////////////////////////////////////////////////////////////////////////////////////*/
.bg-blue{background: #2b2e83;}
.bold-text{font-family: 'Prompt-Bold';}
.bg-fullcontent{
    padding: 5% 0;
    background-size: cover !important;
    background: url("../images/bg-content.png") top right no-repeat;
}
.contact-bar{
	font-size:15px;
	text-align:center;
}
.contact-bar img{
	width:1.5em;
}
.contact-bar .social-phone{
	display:inline;
}
.contact-bar .call-scrollbar{
	padding-right:10px;
}
.contact-bar .social-phone img{
	border-radius:50%;
}
.title-box{
    font-size: 27px;
    background: url("../images/bg-orange.png") left top no-repeat;
    padding: 5px 7px; 
    color: #353535;
}
.title-box span{
    color: #e94e1b;
}
.title-about{
    font-size: 24px;
    color: #e94e1b;
    margin: 5% 0;
}
.img-about{
    border-radius: 3px;
    overflow: hidden;
    width: 100%;
    margin: 5% 0;
    background: url("../images/bg-blue.png") center no-repeat;
    padding: 8%;
    text-align: center;
}
.img-about img{
    width: 100%;
    border-radius: 3px;
}
.title-namecome{
    padding: 5px;
    width: 70%;
    margin: 0;
    margin-top: 5%;
}
.title-whyus{
    background: none;
    padding: 0;
    font-size: 30px;
    margin-bottom: 5%;
}
.cricle-number{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #FFF;
    font-size: 20px;
    margin-right: 10px;
    text-align: center;
    font-family: 'Prompt-Bold';
    background-color: #e94e1b;
}
.title-portfolio{
    margin: 10% auto 0;
}
.title-portfolio p{
    color: #d2d2d2;
    margin-bottom: 0;
}
.title-portfolio h1{
    color: #343434;
    margin-bottom: 0;
}
.title-portfolio span{
    color: #363636;
}
.slide-port {
    margin: 10% auto;
}
.slide-port .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
    margin-bottom: 0;
}
.slide-port .bx-wrapper .bx-next{
    background: url("../images/next-btn.png") top center no-repeat;
}
.slide-port .bx-wrapper .bx-prev{    
    left: auto;
    right: 8%;
    background: url("../images/prev-btn.png") top center no-repeat;
}
.slide-port .bx-wrapper .bx-controls-direction a{
    top: -3rem;
}
.detail-port{
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    background-color: #2d3084;
}
.detail-port img{
    width: 100%;
    opacity: 1;
    transition: all .5s;
}
.detail-port:hover img{
    opacity: 0.4;
    transform: scale(1.05);
}
.detail-port h1{
    padding: 5px;
    width: 70%;
    left: 50%;
    top: 50%;
    margin:0 auto;
    text-align: center;
    position: absolute;
    background: #FFF;
    border-radius: 5px;
    font-size: 16px;
    opacity: 0;
    z-index: 99;
    transition: all 0.5s;
    transform: translate(-50%,-50%);
}
.detail-port:hover h1{
    opacity: 1;
}
.about-detail p{
	text-indent:40px;
}
.title-name{
	font-size:1.3rem;
	color:#2b2e83;
}
/*****************************************************/
.par-topic{}
.topic,.topic-2{
	font-size:2.4rem;
	/*text-align:center;*/
	margin:40px auto 45px auto;
	text-transform: uppercase;
	line-height: normal;
	position: relative;
}
.topic:before {
	 content: '';
	 width: 100%;
	 bottom: 0;
	 left: 0;
	 height: 2px;
	 position: absolute;
	 background: linear-gradient(to left, #2b2e83, rgba(255, 255, 255, 0));
}
.topic-2{
	padding: 5px 60px 5px 20px ;
	/*min-width:50%;*/
	font-size:1.4rem;
	background: rgb(154,98,41);
	background: linear-gradient(85deg, rgba(154,98,41,1) 0%, rgba(43,46,131,1) 0%, rgba(133,136,237,1) 69%, rgba(255,255,255,1) 100%);
	color:#FFF;
	/*display:inline-block;*/
}
/********************************************************/
.career-title{
	border-bottom: solid 1px #e4e4e4;
	margin: 5px auto 15px auto;
	font-size: 1.6rem;
	color: #2b2e83;
	font-weight:bold;
}
.download-doc{
	color:#C60435;
}
.download-doc a:hover{
	color:#F00;
}
/********************************************************/
.contact-title-1{
    font-weight: bold;
    font-size: 1.4rem;
    color: #2b2e83;
}
.box-contact a{color:inherit;}
.box-contact a:hover{color:#069;}
.box-contact{
	font-size:1.2rem;
}
.font-title{
	font-size:1.4rem;
	font-weight:bold;
 	margin-bottom:10px;
}
.textTitle-contact{
	font-size:1.37rem;
 	margin-bottom:30px;	
	text-indent:30px;
	text-align:justify;
}
.box-contact .btn,
.box-contact .form-control{
	font-size:0.8em;
	border-radius: 0; 
	background: #f7f7f7;
    border: 1px solid #f7f7f7;
    border-bottom: 1px solid #d0d0d0;
}
.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.box-contact .btn {
	background:#273035;
	border: solid 1px #333;
	border-radius: 0; 
	padding: 5px 20px;
}
.map{
	width:100%;
 	min-height:320px !important;
}
.box-contact svg:not(:root).svg-inline--fa {
    overflow: visible;
    font-size: 1.2rem;
}
.box-contact .form-horizontal svg:not(:root).svg-inline--fa {
    font-size: 1em;
}
textarea{
    resize: vertical;
}
.box-map iframe{
	height:100%;
	width:100%;
}
.large-map iframe{
	height:25rem;
	width:100%;
}
.btn-contact{ color:#fff;}
.btn-contact:hover{
	background:#e94e1b;
	color:#fff;
	border:1px solid #fff;
	transition: all 0.3s;
}
.table-contact tr  td:nth-child(1) .svg-inline--fa{
  color:#2b2e83;
}
.table-contact tr  td:nth-child(1){
  width:20%;
}
.table-contact tr  td:nth-child(2){
  width:5%;
}
.table-contact tr  td:nth-child(3){
  width:75%;
}
.table-contact tr td{
	padding: 5px 0;
	color:#3C3C3C;
}
.box-contact input:-internal-autofill-selected {
	background-color: inherit !important;
    background-image: none !important;
    color: inherit !important;
}
.box-contact .form-control:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.25);
}
/*******************************************************/
form#form1{
	background: #f7f7f7;
    padding:  7% 10%;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(179,179,179,1);
	-moz-box-shadow: 0px 0px 5px 1px rgba(179,179,179,1);
	box-shadow: 0px 0px 5px 1px rgba(179,179,179,1);
}


/*///////////////////////////////////////////////////////////////////////////pagelist///////////////////////////////////////////////////////////////////////////*/
.text-notfound{
	margin:30px auto;
	font-size: 1.4rem;
    text-align: center;
}
.pagelist{
 text-align: center;
 padding:5px;
 border-radius:0px;
/* margin:0 5px 20px 5px;*/
 margin: auto;
}
.pagelist li{
	display:inline-block;
	font-size:18px;
	cursor:pointer;
	padding: 0.1rem 0rem;
	margin: 0.2rem;
	border:1px solid #ffffff;
	border-radius: 5px;
}
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
	 color:#0e0e0e;
	 transition: all 0.4s;
}
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
 color:#d4d4d4;
}
.pagelist li a{
	color:#777;
	display:block;
	padding:0px 12px;
	font-weight:bold;
}
.pagelist li a i.fa{
 font-size:18px;
 vertical-align: middle;
}

.pagelist>li:first-child>a, .pagelist>li:first-child>span , .pagelist>li:last-child>a, .pagelist>li:last-child>span {
 border-radius:0px;
}
.pagelist li.active{
    background: #041f1a ;
	transition: all 0.4s;
}
.pagelist li a:hover{
    color: #041f1a ;
	transition: all 0.4s;
}
.pagelist li.active a {
    color: #ffffff;
}
/********************************************************/
/*****************************/
/********************************/
/*------footer------
///////////////////////////////////////////////////////////////////////////////////////////////*/
.footer{
	color: #232323;
	padding: 10% 0;
    font-size: 16px;
    text-align: center;
    background: #FFF;
    box-shadow: 0px 0px 32.9px 2.1px rgba(0, 0, 0, 0.14);
}
.footer a{
	color: #232323;
    transition: all .5s;
}
.footer a:hover{
	color: #dd4a1a;
}
.footer h1{
    margin-bottom: .5rem;
    font-size: 18px;
    color: #e94e1b;
    text-transform: uppercase;
}
.footer p{
    margin-bottom: 0;
}
.footer ul{
    list-style: none;
}
.copyright-box{
    padding: 15px 0 20px;
    font-size: 16px;
    color: #303030;
}
.social-footer, .contact-footer, .address-footer, .follow-footer {
    margin: 1.5rem auto 0;
}
.social-footer img{
    transition: all 0.5s;
}
.social-footer img:hover{
    transform: translateY(-5px);
}
.contact-bar  a:hover{
    color: #ec1d24;
}
.logo-footer img{
    width: 10rem;
}
/*///////////////////////////////////////////////////////////////////////////loading///////////////////////////////////////////////////////////////////////////*/
.box-loading #overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:rgba(0,0,0,0.9);
  transition: 1s 0.4s;
}
.box-loading #progress{
/*  height:1px;
  background:#fff;
  position:absolute;
  width:0;
  top:50%;*/
}
.box-loading #progstat{
  font-size:0.7em;
  letter-spacing: 3px;
  position:absolute;
  top:50%;
  margin-top:-40px;
  width:100%;
  text-align:center;
  color:#fff;
}

/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {   
    .footer{
        text-align: left;
    }
    .contact-footer{
        margin-top: 0;
    }
}
@media (max-width: 767px ) {
	body{
		max-width: 100% !important;
	}
	.navbar-collapse{
		position: fixed;
		width: 250px;
		background: #fff;
		height: 100% !important;
		max-height: none !important;
		top: 0;
		display: block;
		left: -250px;
		margin: 0 !important;
		z-index: 9999;
	}
	.navbar-collapse.in{
		left: 0 !important;
	}
	.navbar-collapse.show{
		display:block;
		left: 0 !important;
	}
	.all-container{
		width: 100%;
	}
	.all-container.-collapse{
		margin-left: 250px;
	}
	.headbar-top, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all 0.5s !important;
	}
	.headbar-top.-collapse {
		margin-left: 250px;
		width:100%;
	}
}
/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/

#nav-icon2{
  width: 40px;
  height: 45px;
  position: relative;
  margin:20px 0 0;
  padding: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 50%;
  background: #2b2e83;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 12px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 24px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 4px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 4px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 4px;
  top: 14px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 13px;
}



