 @import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700|Roboto+Condensed:400,300,700|Roboto+Slab:400,300,100,700);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(../fonts/font-awesome.css);
/* color */
.dark-pink { color: #0065bd; }
.color-blk { color:#000}

.pb-50 { padding-bottom: 50px; }
.pt-30 { padding-top:30px;}
.mr-10 { margin-right:10px;}



.raleway { font-family:"raleway",sans-serif !important;}
h1 { font-size: 42px; }
h2 { font-size: 36px; }
h3 { font-size: 30px; }
h4 { font-size: 24px; }
h5 { font-size: 22px; }
h6 { font-size: 20px; }
p { font-size: 18px }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-justify { text-align: justify; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; padding-bottom: 15px; }
img { border: none; outline: none; max-width: 100%; height: auto; }
a { text-decoration: none; }
ul, ol { padding-left: 15px; }
li { padding-left: 0; padding-bottom: 15px; }
input[type="submit"], input[type="button"] { cursor: pointer; -webkit-appearance: none; line-height: 1; }
* { margin: 0; padding: 0; box-sizing: border-box; }
a { color: #0065bd; }
a:hover, a:focus { color: #0065bd; }
a:hover { -webkit-transition: all 500ms linear; -moz-transition: all 500ms linear; -o-transition: all 500ms linear; -ms-transition: all 500ms linear; transition: all 500ms linear; color: #0065bd; }
::-webkit-input-placeholder {
opacity:1;
}
:-moz-placeholder {
opacity:1;
}
::-moz-placeholder {
opacity:1;
}
:-ms-input-placeholder {
opacity:1;
}
article, aside, footer, header, hgroup, main, nav, section { display: block; }
body { width: 100%; -webkit-text-size-adjust: 100%; background: #fff; font-family: "Raleway", sans-serif; font-size: 16px; line-height: 1.8; color: #444; }
.wrapper { margin: 0 auto; }
.wrapper:after { content: "."; visibility: hidden; display: block; height: 0; clear: both; }
header { background: #fff none repeat scroll 0 0; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); float: left; width: 100%; padding: 10px 0; position: relative; -webkit-transition: all 500ms linear; -moz-transition: all 500ms linear; -o-transition: all 500ms linear; -ms-transition: all 500ms linear; transition: all 500ms linear; height:120px; top:0; position:relative; }
header.fixed-header { background: #fff none repeat scroll 0 0; left: 0; position: fixed; width: 100%; z-index: 999999; top:-5px; -webkit-transition: all 500ms linear; -moz-transition: all 500ms linear; -o-transition: all 500ms linear; -ms-transition: all 500ms linear; transition: all 500ms linear; }
header .social-icon { float: right; font-size: 27px; padding-top: 15px; padding-right: 15px; position:relative; z-index:2 }
header .social-icon a { font-size: 27px; }
.social-icon > ul { padding-left: 0; }
.social-icon > ul li { display: inline-block; list-style: outside none none; padding: 11px; }
.social-icon > ul li a { color: #969799; }
.social-icon > ul li a:hover { color: #0065bd; text-decoration: underline; }
.navbar { float: left; position:relative; z-index:999; padding-top:10px; }
.navbar li { padding-bottom: 0; }
#logo { text-align: center; padding-bottom: 0; position:absolute; z-index:1; left:0; right:0; top:18px; }
.slider-sec { float: left; width: 100%; position: relative; }
.testi-caption { left: 0; position: absolute; right: 0; text-align: center; top: 250px; z-index: 999; color: #fff; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }
.testi-caption h2 { padding-bottom: 70px; font-size: 60px; }
.testi-caption p { font-size: 22px; line-height: 36px; }
.slider-item::after { background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0; content: ""; display: block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.sec { float: left; width: 100%; padding: 50px 0; }
.section-text { width: 1300px; margin: 0 auto 60px; }
.service-list { margin: 0 0 15px; padding: 0; float: left; width: 100%; }
.service-list li { list-style: none; width: 20%; padding: 5px; text-align: center; float: left; }
.service-list .boxxi { border-bottom: 4px solid #eeeeee; }
.service-list .boxxi .img { width: 100%; background: #eee; position: relative; overflow: hidden; }
/*.service-list .boxxi .img img { min-height: 100%; }*/
.service-list .boxxi h4 { padding: 10px 0; margin: 0; font-weight: 600; font-size: 18px; color: #000; text-transform: uppercase; height:75px; }
.service-list .boxxi .img .over-lay { width: 100%; height: 100%; padding: 18px; background: rgba(171,0,84,0); overflow: hidden; font-size: 0.38em; color: #fff; position: absolute; left: 0; bottom: -999px; transition: 0.4s; -moz-transition: 0.4s; -ms-transition: 0.4s; -o-transition: 0.4s; -webkit-transition: 0.4s; }
.service-list .boxxi:hover .img .over-lay { background: rgb(0,101,189);  background-color: rgba(0,101,189,0.95);bottom: 0 }
.service-list .boxxi:hover .img .over-lay p { font-weight: 600; font-size: 15px; color: #fff; }
.service-list .boxxi:hover .img .over-lay span { font-weight: 600; font-size: 15px; color: #fff; }
.service-list .boxxi:hover h4 { color: #0065bd; }
.btn-lg { padding: 6px 12px !important; }
.btn-lg { background-color: #0065bd; color: #fff; }
.btn-lg, .btn-group-lg > .btn { line-height: 1.33333; padding: 15px 28px; }
.btn { -moz-user-select: none; background-image: none; border: 0 solid transparent; cursor: pointer; display: inline-block; font-size: 14px; font-weight: normal; line-height: 1.42857; margin-bottom: 0; padding: 6px 12px; text-align: center; transition: all 0.2s ease 0s; vertical-align: middle; white-space: nowrap; }
.btn-lg { color: #fff; background-color: #0065bd; }
.btn-lg:hover, .btn-lg:focus, .btn-lg.focus, .btn-lg:active, .btn-lg.active, .open > .dropdown-toggle.btn-primary { color: #fff; background-color: #222; }
.btn-lg:active, .btn-lg.active, .open > .dropdown-toggle.btn-primary { background-image: none; }
.industries { background-image: url(../proforma/images/background/parallax_img.jpg); color: #fff; padding-top: 150px; padding-bottom: 25px; background-position: left top; background-size: cover; background-repeat: no-repeat; }
.industries p { padding-bottom: 15px; }
.ind-category li a:hover { color: #fff; }
.ind-category li { float: left; list-style: outside none none; padding-bottom: 35px; text-align: center; width: 25%; min-height: 165px; }
.ind-category li img { margin-bottom: 10px; }
.history-box { position: relative; z-index: 9; }
.history-box .item .year-circle { background:#0065bd; height: 70px; width: 70px; border-radius: 50%; text-align: center; line-height: 70px; color: #fff; display: inline-block; font-family: 'roboto'; font-size: 18px; font-weight: 500; position: relative; z-index: 9; transition: 0.4s; margin-bottom: 10px; }
.history-box .item:hover .year-circle { background: #444 }
.history-box #owl-carousel { cursor: move; }
.history-box #owl-carousel .item { padding: 0 25px }
.history-box .dott-lines { border-bottom: 1px dashed #ccc; position: relative; top: 44px; z-index: 1; width: 98%; left: 2%; }
.history .dott-lines { border-bottom: 1px dashed #ccc; position: relative; top: 37px; z-index: 1; width: 98%; left: 2%; }
.item-detail { padding-left: 35px; padding-right:20px; }
.blog-sec { background: #f6f6f6; }
.client-sec { background-image: url(../proforma/images/background/pattern2.png); background-position: left top; background-repeat:repeat; }
.client-logo { padding: 25px; }
.history-box.client-list .slick-list { padding-bottom: 100px; padding-top: 50px; }
.information { background: #292929; color: #fff; text-align: center; }
.LeaDNAForm { background: rgba(0, 101, 189, 0.3) none repeat scroll 0 0; clear: both; display: inline-block; margin: 0 auto; max-width: 800px; padding: 40px 20px; }
.form-box {
    margin: 0 auto;
    max-width: 800px;
}	
.regForm { background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #eee;
    clear: both;
    float: left;
    margin: 0 auto;
    max-width: 800px;
    padding: 40px 20px 20px;
    width: 100%; }
.LeaDNAForm input, .regForm input  { width: 100%; border: 1px solid #ddd; -webkit-appearance: none; padding-left: 10px; height: 35px; color: #292929; }
.regForm input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    color: #666;
    font-size: 14px;
    height: 45px;
}
.LeaDNAForm textarea, .regForm textarea { width: 100%; padding: 10px; color: #292929; resize: none; border: 1px solid #ddd; }
.LeaDNAForm div[class^="col-"], .regForm div[class^="col-"] { margin-bottom: 15px }
.LeaDNAForm input#txtCaptcha, .regForm input#txtCaptcha { width: auto; height: 30px; }
.LeaDNAForm input#btn1, .regForm input#btn1 { color: #fff; font-size: 18px; padding: 13px !important; height: auto; background:#0065bd;
margin-bottom:0 !important; }
.regForm input#btn1 {
        margin: 20px auto;
   
}
 .regForm input#btn1:hover { background:#000;}
.innerpage-bnr { padding:0; float:left; width:100%; text-align:center; position:relative; z-index:99; color:#fff;}
.innerpage-bnr:after { position: absolute; display: block; content: ""; left: 0; top: 0; width: 100%; height: 100%;
          background: none;        background: rgba(0, 0, 0, 0);
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
zoom: 1;
 }

 .innerpage-caption { position:absolute; z-index:99; transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);-webkit-transform:translateY(-50%); top:50%; left:0; right:0; width:100%; text-align:center; }
.innerpage-caption > h2 {line-height:normal;}
.innerpage-section p { 
    padding-bottom: 10px;
		display:block; 
		clear:both;
}
.innerpage-section ul { padding:10px 0 10px 35px;}
.innerpage-section li {
    padding-bottom: 10px;
	font-size:18px;
}
.innerpage-section h3 { line-height:normal;}
.innerpage-section h4 {
    padding-top: 20px;
	padding-bottom:10px;
}
.list-half { float:left; width:100%;}
.list-half li { width:48%; float:left; padding-right:20px;}

.promotion-sec { background: url(../proforma/images/background/parallax_img.jpg); background-position: left top; background-size: cover; background-repeat: no-repeat; width: 100%; color: #fff; padding: 20px 0; float:left; }
.promotion-sec .wrapper { width:1550px;}
.promotion-sec .btn-lg {
  background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    color: #000;
    font-size: 18px;
    line-height: 1.33333;
    min-width: 180px;
    padding: 20px !important;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
	margin-top:5px;
}
.promotion-sec .btn-lg:hover { background:#0065bd; color:#fff;}
.promotion-sec h2 { float: left; width:80%; font-size:30px; line-height:1.4; padding-bottom:0}
.btn-sm { border-radius: 2px;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px; margin:2px;}
.btn-gray {
    background-color: #eee;
    color: #444;
	
}
.btn-gray:hover {
background-color: #222;
    color: #fff;
}
.sidebar-blk { float:left; width:100%; padding-bottom:15px; border-bottom:1px solid #ddd; margin-bottom:25px;}
.sidebar-blk h3 { padding-bottom:10px; font-size:22px;}
.sidebar-blk li { list-style: none;}
.sidebar-blk:last-of-type { border-bottom:none;}
.demo2 li { padding-bottom:30px}


.post-desc { padding:20px 0;}

.brand-promotion { float: left; width: 100%; background: url("../proforma/images/background/section-bg-3.jpg"); background-position: left top; background-size: cover; background-repeat: no-repeat; padding: 30px 15px; }
.brand-promotion > .col-sm-6 { padding-left:15px; color:#000;}
.brand-promotion h3 { color:#000; padding-top:15px;}
.brand-promotion .btn { border-radius:2px;}


ul.serv-category {
    padding-left: 0;
}
ul.serv-category li {
    float: left;
    list-style: outside none none;
    margin-right: 2%;
    width: 32%;
	margin-bottom:4%;
}
ul.serv-category li:nth-child(3n) {
    margin-right: 0;
}
.serv-category li h3 {
    font-size: 18px;
    padding-bottom: 10px;
}
.serv-category img {
    margin-bottom: 15px;
}

ul.exec-team {
    list-style: outside none none;
    padding-left: 0;
}
ul.exec-team li {
    float: left;
    margin-right: 2%;
    width: 49%;
}
ul.exec-team li:nth-child(2n) {
    margin-right: 0;
}
.exec-img {
    float: left;
    margin-right: 15px;
}

ul.exec-team li {
    font-size: 16px;
    margin-bottom: 2.5%;
}
ul.exec-team li p {
    font-size: 16px;
    line-height: normal;
}



footer { background: #000; border-top:5px solid rgba(0, 101, 189, 1); }
footer .wrapper { width: 1500px; }
.cont-address { float: left; padding-left: 50px; }
.footer-contact { color: #fff; line-height: 27px; /*width: 500px;*/ float: left; }
.cont-address > p { font-size: 16px; }
.cont-address > p a { color: #fff; }
.footer-menu-sec { float: right; width: 850px; color: #fff; }
.footer-menu { float: left; width: 212px; }
.footer-menu ul { padding-left: 0; list-style: none; }
.footer-menu li { padding-bottom: 5px; }
.footer-menu li a { text-transform: uppercase; color: #fff; }
.footer-menu li a:hover { color: #0065bd }

footer.sec {
    padding-bottom: 0;
}
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    margin: 50px 15px 0;
    padding: 20px 0 25px;
    text-align: center;
}


/* 17-05-16 */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
	margin-bottom:30px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.exec-txt {
    float: left;
    width: 66%;
}

.innerpage-section .col-lg-12, .sidebar-sec { float:left;}


.container.categories {
 width:1700px;
}
.thumbnail {
    background-color: #fff;
    display: block;
    line-height: 1.42857;
    margin-bottom: 20px;
    padding: 4px;
    transition: border 0.2s ease-in-out 0s;
 margin-right:30px;
 min-height:550px;
}
.thumbnail .caption {
 
    padding: 9px 0;
}

.caption > h3 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
}
.caption > p {
    line-height: 23px;
 padding-bottom:25px;
 font-size:16px;
}
.thumbnail > figure {
    margin-bottom: 10px;
}

.thumbnail a { border-radius:4px; }
.pbtm-50 { padding-bottom: 50px !important; }



.why-choose-heading h2 {
    border-bottom: 1px solid #ddd;
    display: inline-block;
    margin-bottom: 50px;
    padding-bottom: 30px;
}

.innerpage-caption h2 { text-transform:uppercase;}
.innerpage-bnr:after { position: absolute; display: block; content: ""; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.4);z-index: 0 }


@media only screen and (max-width: 1730px) {
.container.categories {
 width:100%;
}
}
@media only screen and (max-width: 767px) {
.thumbnail { margin-right:0;}
form.LeaDNAForm { width:100%; margin:30px auto;}
}
.thumbnail > figure img {
    /* width: 380px; */
    height: 150px;
}
.news-list {
 float:left;
 width:100%;
}
.news-list article { border-bottom:1px solid #ddd; padding-bottom:30px; margin-bottom:30px;}
.news-list article h2 { font-size:22px; line-height:30px;}
.news-list article h2 a:hover { color:#333;}
.news-list article p { padding-bottom:20px;}
.news-list article > a { border-radius:3px;}
@media only screen and (max-width: 767px) {
.news-list article h2 { font-size:20px;}
}
.about-bnr {
    margin: 80px 0 120px;
}
.innerpage-bnr {
    padding: 0;
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 99;
    color: #fff;
}
.innerpage-bnr1 {
    padding: 0;
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 99;
    color: #fff;
}
.innerpage-bnr1 { padding: 0; float: left; width: 100%; text-align: center; position: relative; z-index: 99; color: #fff; }
.innerpage-bnr1:after { position: absolute; display: block; content: ""; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); background-position: left top; background-size: cover; background-repeat: repeat; z-index: 0 }