@font-face {
    font-family: MayaL;
    src: url(font/2B9A56_5_0.ttf);
    src: url(font/2B9A56_5_0d41d.eot?#iefix) format('embedded-opentype'),
    url(font/2B9A56_5_0.woff) format('woff'),
    url(font/2B9A56_5_0.ttf) format('truetype');
}
@font-face {
    font-family: Maya;
    src: url(font/2B9A56_2_0.ttf);
    src: url(font/2B9A56_2_0d41d.eot?#iefix) format('embedded-opentype'),
    url(font/2B9A56_2_0.woff) format('woff'),
    url(font/2B9A56_2_0.ttf) format('truetype'),
    url(font/mayathin-webfont.svg#maya_samuels_prothin) format('svg'),
    url(font/mayasamuelspro-regular-webfont.svg#maya_samuels_proregular) format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'Bill Corporate Narrow Medium';
	src: url('font/Bill Corporate Narrow Medium.otf');
	src: url('font/Bill Corporate Narrow Medium.eot');
	src: url('font/Bill Corporate Narrow Medium?#iefix') format('embedded-opentype'),
		 url('font/Bill Corporate Narrow Medium.woff') format('woff'),
		 url('font/Bill Corporate Narrow Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	text-transform: initial;
}
body {
    padding-top: 52px;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
}

video {
    height: 100%;
    width: 100%;
}
audio, canvas, img, video {
    vertical-align: middle;
}
audio, canvas, video {
    display: inline-block;
}
.cb {
    clear: both;
}
h1 {
    color: #fff;
    font-family: 'Maya', Arial, Helvetica, sans-serif;
    font-size: 64px;
    font-weight: 600;
    margin: 15px 0 57px;
}

h3 {
    margin: 0 0 40px;
    font-size: 27px;
    font-weight: 200;
}
p {
    margin: 0 0 20px;
}
.m_t_10px{
	margin-top:25px;
}
.m_b_10px{
	margin-bottom:25px;
}
.m_tb_10px{
	margin-bottom:30px;
	margin-top:20px;
}
strong.light {
    font-weight: 400;
}
.font-times {
    font-family: "Times New Roman", serif;
}

.list-dot-red {
    list-style-type: disc;
    color: #d71920;
    font-size: 15px;
}
.list-dot-red p {
    color: #333;
    font-size: 14px;
}
.v-line-red-wrap {
    line-height: 35px;
}

/* Header */
.navi {
    text-align: center;
    float: left;
    position: relative;
    left: 50%;
}
.navcontainer {
    position: relative;
    left: -50%;
    float: left;
}



.navigation-top {
    background: #000;
    border-bottom:1px solid #000;
    margin: 0;
}
.navigation-top .navbar-nav {
    width: 100%;
}
.navigation-top .navbar-nav > li {
padding:0 5px;
}

.navigation-top .navbar-nav > li > a {
    border-top: 3px solid #000;
    line-height: 55px;
    color: #fff;
    text-transform: uppercase;
    outline: none;
    padding: 0;
	font-family: 'Bill Corporate Narrow Medium';
}

.navigation-top .navbar-nav > li > a:hover,
.navigation-top.navbar-default .navbar-nav > .active > a,
.navigation-top.navbar-default .navbar-nav > .active > a:hover,
.navigation-top.navbar-default .navbar-nav > .active > a:focus {
    border-top: 3px solid #db1b52;
    background: #1a1a1a;
    color: #fff;
}
.navigation-top.navbar-default .navbar-nav > li > a:hover,
.navigation-top.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}


/* Pop up */
.nav-mobile-bar {
    display: none;
}
.lang-btn {
    float: left;
    margin: 0;
    height: 52px;
    text-align: center;
    position: relative;
}

.popup {
    display: none;
    position: absolute;
    background: #fff;
    width: 175px;
    top: 52px;
    right: 0;
    z-index: 90000;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.93);
    -moz-box-shadow:    0px 0px 22px 0px rgba(0, 0, 0, 0.93);
    box-shadow:         0px 0px 22px 0px rgba(0, 0, 0, 0.93);
}
.title-dialog-lang {
    background: #f1f1f1;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 45px;
    height: 45px;
    padding: 0 25px;
    text-align: left;
    position: relative;
}
.lang-list {
    padding: 10px 0;
    margin: 0;
    list-style-type: none;
    float: left;
}
.lang-list li {
    float: left;
    width: 115px;
    margin: 2px 0 2px 25px;
    line-height: 1.51em;
}
.lang-list a {
    text-decoration: none;
    color: #000000;
    display: block;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    outline: none;
}
.lang-icon-all {
    display: block;
    /*padding: 0 0 0 35px;*/
    padding: 0;
    /*background: url(../img/lang-icon.svg) no-repeat 0 center / 25px 25px;*/
}
.lang-list a:hover, .lang-list a.act {
    color: #d71921;
}
.lang-list a.act {
    font-weight: 400;
    cursor: default;
}
.lang-list a.no-active, .lang-list a.no-active:hover {
    color: #dddddd;
    cursor: default;
}

.navigation-top .navbar-nav > li > .open_popup {
    position: relative;
    border-top: 3px solid #1A1A1A;
    outline: none;
    padding: 0 20px 0 45px;
    background: #1a1a1a url(../img/lang-icon-1.svg) no-repeat 10px center / 25px 25px;
}
.navigation-top .navbar-nav > li > .open_popup:focus {
    background: #1a1a1a url(../img/lang-icon-1.svg) no-repeat 10px center / 25px 25px;
}
.open_popup,
.navigation-top .navbar-nav > li > .open_popup:hover {
    background: #1a1a1a url(../img/lang-icon-1.svg) no-repeat 10px center / 25px 25px;
    position: relative;
    border-top: 3px solid #1A1A1A;
    outline: none;
}
.open_popup i {
    font-style: normal;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3px 0 3px;
    border-color: #fff transparent transparent transparent;
    right: 7px;
    top: 23px;
    position: absolute;
    display: block;
}
.lang-bubble-arrow-border, .lang-bubble-arrow {
    border-style: solid;
    height:0;
    width:0;
    position:absolute;
    top:-5px;
    right: 40px;
}
.lang-bubble-arrow-border {
    border-width: 0 4px 4px 4px;
    border-color: transparent transparent #000 transparent;
}

.lang-bubble-arrow {
    border-width: 0 4px 4px 4px;
    border-color: transparent transparent #f1f1f1 transparent;
    top:-4px;
}

/* Content */
.big-letter {
    float: left;
    font-size: 22px;
    margin-right: 8px;
    font-weight: 800;
    line-height: 0.9;
	color:#841f3f;
}
.content-wrap {
    overflow: hidden;
}

.bg-top-slide {
    text-align: center;
    background: url(../img/aboutback.jpg) no-repeat top center / 100% 100%;
    height: 543px;
    width: 100%;
    color: #fff;
}
.bg-top-slide.about-img {
    background: url(../img/about.jpg) no-repeat top center / 100% 100%;
}
.bg-top-slide.our-project-img {
    background: url(../img/projects-back.jpg) no-repeat top center / 100% 100%;
}
.bg-top-slide.our-team-img {
    background:url(../img/testinomial-bg.jpg) no-repeat top center / 100% 100%;
}
.bg-top-slide.partnership-img {
    background: url(../img/partner2.jpg) no-repeat top center / 100% 100%;
}
.bg-top-slide.career-img {
    background: url(../img/services-img.jpg) no-repeat top center / 100% 100%;
}
.bg-top-slide.contact-img {
    background: url(../img/contact-us.jpg) no-repeat top center / 100% 100%;
}
.bg-top-slide.port-img {
    background:url(../img/portfolio-img.jpg) no-repeat top center;
}

.content-txt {
    padding: 50px 0 0;
    clear: both;
}

.logo-content {
    color: #fff !important;
    font-size: 40px;
    font-weight: bold;
    padding: 83px 0 0;
}
.logo-content > a {
    color: #fff;
}
.txt-sub-title {
    font-family: "Bill Corporate Narrow Medium";
    font-size: 21px;
    line-height: 27px;
    text-align: center;
	font-style:italic;
}
/* Footer */
.footer {
    background: #fff;
    /*overflow: hidden;*/
}
.pre-footer {
    height: 1097px;
    padding: 245px 0 0;
    text-align: center;
    color: #fff;
    background: url(../img/red-line.jpg) no-repeat top center;
    margin: -85px 0 -84px;
}
.pre-footer.about-img,
.pre-footer.our-project-img {
    margin: -85px 0 -150px;
}
.pre-footer.home-img {
    background:url(../img/red-line2.png) no-repeat top center;
}
.pre-footer.about-img {
    background: url(../img/red-line-about.jpg) no-repeat top center;
}
.pre-footer.our-project-img {
    background: url(../img/project-line.jpg) no-repeat top center;
}
.pre-footer.our-team-img {
    background: url(../img/red-line-about.jpg) no-repeat top center;
}
.pre-footer.partnership-img {
    background: url(../img/red-line-partner.jpg) no-repeat top center;
}
.pre-footer.career-img {
    background: url(../img/red-line-vacancies.jpg) no-repeat top center;
}

.pre-footer.contact-img {
    background: url(../img/contact-line2.png) no-repeat top center;
    position: relative;
    z-index: 2;
    margin-top: -25px;
}
.info-pre-footer h3 {
    margin: 20px 0 -13px !important;
    font: 21px 'MayaL', Arial, sans-serif;
    text-transform: uppercase;
}
.info-pre-footer p {
    font-size: 14px;
    font-weight: 300;
    margin: 23px 0 20px;
	
}
.info-pre-footer p.text-uppercase {
    font-size: 12px;
    font-weight: 400;
}
.v-line-wrap span, .v-line-red-wrap span {
    display: inline-block;
    height: 1px;
    vertical-align: middle;
}
.v-line-wrap span, .v-line-red-wrap span {
    width: 207px;
    background: #fff;
}
.v-line-red-wrap span {
    width: 35%;
    background: #841f3f;
}

.red-line-footer {
    text-align: center;
    padding: 2px 0 20px;
}
.red-line-footer span {
    display: inline-block;
    width: 70%;
    height: 1px;
    background: #841f3f;
    vertical-align: middle;
}

.nav-footer {
    padding-bottom: 35px;
    overflow: hidden;
}
.nav-footer-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
.nav-footer-list li {
    float: left;
    padding: 0 5px;
}
.nav-footer-list a {
    box-sizing: border-box;
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
	font-family: 'Bill Corporate Narrow Medium';
}
.nav-footer-list .active a, .nav-footer-list a:hover {
    color: #db1b52;
}

.copyright {
    font-size: 14px;
    color: #666;
    padding: 15px 0;
    text-align: center;
	font-family: 'Bill Corporate Narrow Medium';
}
.pre-footer > .container > .col-md-6 {
    margin: 70px auto 0;
    float: none;
    min-width: 540px;
}
.intro-box{
	float:left;
	width:100%;
	padding:40px 0;
	text-align:center;
}
.intro-box p {
    color: #fff;
    font-size: 16px;
    margin: -26px auto 45px;
    text-align: center;
    width: 430px;
	font-family: 'Bill Corporate Narrow Medium';
}
.intro-box h3{
	text-align:center;
	font-weight:bold;
	color:#fff;
	margin:0;
}
.more-link {
    border: 2px solid #db1b52;
    color: #db1b52;
    padding: 10px;
    text-transform: uppercase;
   -webkit-transition: background-color 0.6s ease-out;
   -moz-transition: background-color 0.6s ease-out;
   -o-transition: background-color 0.6s ease-out;
    transition: background-color 0.6s ease-out;	
}
.more-link:hover, .more-link:active, .more-link:focus{
	text-decoration:none;
	color:#fff;
	background:#db1b52;
	border: 2px solid #db1b52;
}
.more-contact{
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 35px;
	clear:both;
	position:relative;
	top:6px;
    text-transform: uppercase;
   -webkit-transition: background-color 0.6s ease-out;
   -moz-transition: background-color 0.6s ease-out;
   -o-transition: background-color 0.6s ease-out;
    transition: background-color 0.6s ease-out;	

}
.v-line-wrap {
    margin: 30px 0 -9px !important;
}
.more-contact:hover, .more-contact:active, .more-contact:focus{
	text-decoration:none;
	color:#db1b52;
	background:#fff;
	border: 2px solid #fff;
}

.service-box{
	float:left;
	width:100%;
	padding:40px 0 60px 0;
	text-align:center;
}
.service-box ul{
	padding:0;
	margin:0;
	list-style:none;
	float:left;
	width:100%;
}
.service-box ul li{
	float:left;
	width:25%;
	display:inline;
	border:1px solid #db1b52;
	padding:2% 2%;
	border-right:none;
	position:relative;
	cursor:pointer;
	transition: all 0.4s ease-in-out;
}
.service-box ul li:last-child{
	border:1px solid #db1b52;
}
.fa.fa-cogs, .fa.fa-mobile, .fa.fa-code, .fa.fa-heart {
    font-size: 70px;
	color:#db1b52;
}
.service-box ul li h4{
	color:#666;
}
.hover-box {
    background: #db1b52 none repeat scroll 0 0;
    float: left;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    transition:visibility 1s, opacity 1s; 
    visibility:hidden; 
	opacity:0;
	top:0px;
}
.service-box ul li:hover .hover-box {
 visibility:visible; 
 opacity:1;
 }
.read-more {
    border: 2px solid #fff;
    clear: both;
    color: #fff;
    padding: 5px 15px;
    position: relative;
    text-transform: uppercase;
    top: -35px;
    transition: background-color 0.6s ease-out 0s;
}
.read-more:hover, .read-more:active, .read-more:focus{
	text-decoration:none;
	color:#db1b52;
	background:#fff;
	border: 2px solid #fff;
}
.contact-link {
    border: 2px solid #db1b52;
    clear: both;
    color: #db1b52;
    padding: 10px 35px;
    position: relative;
    text-transform: uppercase;
    transition: background-color 0.6s ease-out 0s;
}
.contact-link:hover, .contact-link:active, .contact-link:focus{
	text-decoration:none;
	color:#fff;
	background:#db1b52;
	border: 2px solid #db1b52;
}

.hover-box > p {
    color: #fff !important;
    padding: 20px 10px;
}
.service-box h3{
	color:#2e2e2e;
	text-align:center;
	font-weight:bold;
	margin-bottom:12px;
}
.service-box p{
	color:#666;
	text-align:center;
	font-size:15px;
	margin-bottom:35px;
}
.red{
	color:#db1b52;
}
.portfolio{
	float:left;
	width:100%;
}
.portfolio-item{
	float:left;
	width:33%;
	position:relative;
	 overflow: hidden;
	 cursor:pointer;
}
.portfolio-item img{
	max-width: 100%;
	height:auto;
}
.item-hover {
    background: #db1b52 none repeat scroll 0 0;
    bottom: 0;
    height: 100%;
    position: absolute;
    top: -100%;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.portfolio-item:hover .item-hover{
   top:0;
   opacity:0.9;
}
.portfolio-item img{
width:100%;
}
.item-hover p{
color:#fff;
text-align:center;
margin-top:100px;
}
.link-more{
    border: 2px solid #db1b52;
    clear: both;
    color: #db1b52;
    padding: 8px 15px;
	font-size:18px;
	font:Arial, Helvetica, sans-serif;
    transition: background-color 0.6s ease-out 0s;
	text-transform:capitalize;

}
.link-more:hover, .link-more:active, .link-more:focus{
	text-decoration:none;
	color:#fff;
	background:#db1b52;
}
.portfolio-des{
	float:left;
	width:100%;
	font:600 35px "MayaL",Arial,sans-serif;
	padding:110px 0;
}
.port-item {
    float: left;
    padding: 20px 0;
    width: 100%;
	border-bottom:1px solid #f4f4f4;
}
.potfolio-item{
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}
.potfolio-item li{
	float:left;
	display:block;
	width:100%;
	margin-bottom:20px;
}
.potfolio-item img{
	width:100%;
	background:#fff;
}
.potfolio-item h4{
	color:#333;
	font-size:16px;
	margin-bottom:0;
	margin-top:18px;
	text-transform: capitalize;
}
.potfolio-item a{
	color:#db1b52;
	font-size:14px;
	text-decoration:underline;
}



    .scrollbox {
        overflow: auto !important; /* This is changed by enscroll, but must be defined */
        width: 368px;   /* The arbitrary width and height of the view pane */
        height: 350px !important;
    }
    .vertical-track {
        width: 16px;            /* How wide is the scrollbar going to be? */
        background-color: #ccc; /* What color should the vertical track be? */
    }
.vertical-handle {
    background-color: #888;
    border-right: 76px none;
    position: absolute;
    right: 4px;
    text-align: center;
    width: 7px;
}
.upper-text2 {
    font-weight: bold;
    font-size: 18px;
    color: #333;
	text-transform: capitalize;
	margin-bottom:23px;
}
.link{
text-decoration:underline;
color:#db1b52;
}

*::before, *::after {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}
.comma {
    font-size: 22px;
    font-weight: bold;
    position: relative;
    right: 1px;
    top: 8px;
}

.list-item {
    list-style: outside none none;
    padding: 0 !important;
}
.item-link {
    color: #db1b52 !important;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin-top: -5px;
    text-decoration: underline;
	margin-bottom:10px;
}
.mobi-text{
font-weight:normal;
}
.next-link{
	color: #db1b52 !important;
	text-decoration: underline;
}
.text-left{
	text-align:left;
}
.p-left{
	padding-left:10px;
}
.price_table{
	float:left;
	width:100%;
	background:#232c3b none repeat scroll 0 0;
	margin-bottom:15px;
	height:auto;
	margin-top:50px;
	box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.05);
}
.price_heading {
    background:#db1b52 none repeat scroll 0 0;
    border-radius: 55px;
    color: #fff;
    font-family: "Bill Corporate Narrow Medium";
    font-size: 18px;
    height: 100px;
    left: 0;
    margin: 0 auto;
    padding: 25px 0;
    position: relative;
    right: 0;
    text-align: center;
    top: -50px;
    width: 100px;
	box-shadow: 1px 4px 4px #222;
}
.price_box{
	color:#000;
	text-align:center;
	font-weight:bold;
	font-family:'OpenSans-Bold';
}
.price_tag{
font-size:18px;
position:relative;
text-align:center;
color:#fff;
font-family: Maya;
margin: -25px 0 30px; 
}
.price_mn{
font-size:16px;
display:block;
width:100px;
float:right;
margin-right:10px;
margin-top:-29px;
color:#ccc;
}
.tag{
font-size:24px;
}
.tag2{
font-size:16px;
left:-40px;
color:#ccc;
}
.specs{
	float:left;
	width:100%;
	min-height:275px;
	background:#fff;
	font-family: Roboto, Arial, sans-serif;
	color:#666;
	font-weight:normal;
	font-size:13px;
}
.view_link {
    float: right;
    font-weight: normal;
    margin: 8px 10px 8px 0;
    text-align: right !important;
    text-decoration: underline;
}
.btn_block{
	width:100%;
	text-align:center;
	float:left;
	background:#fff;
	padding:25px 0;
	margin-top:-40px;
}
.p-3{
	padding:0 3px;
}
.price_heading > span {
    position: relative;
    top: 12px;
}
.specs > p {
    margin-bottom: 0;
    padding: 10px 0;
}
.specs > p:nth-child(2n){
	background:#f4f4f4 none repeat scroll 0 0;
}
.btn-table {
    background:#db1b52 none repeat scroll 0 0;
    padding: 7px 15px;
    text-decoration: none;
	color:#fff;
	
}
.btn-table:hover, .btn-table:focus, .btn-table:active{
color:#fff;
text-decoration:none;
}