@charset "utf-8";
/* CSS Document */


body::-webkit-scrollbar {
    width: 6px;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #093eb6;
  border-radius:25px;
  outline: 1px solid slategrey;
}


html, body {
	height: 100%;
}
ul {
	list-style: none;
}
ol, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 18px;
	font-family: Lato, sans-serif;
	color: #040404;
	overflow-x: hidden;
	background-color: #fff;
letter-spacing:.01rem
}
@font-face {
	font-family: "Lato";
	src: url(fonts/Lato-Regular.ttf) format("truetype")
}
@font-face {
	font-family: Prestij;
	src: url(fonts/Prestij_Regular_Demo.otf) format("opentype")
}
@font-face {
	font-family: Poppins;
	src: url(fonts/Poppins-SemiBold.otf) format("opentype")
}
a {
	color: #2b2b2b;
	text-decoration: none;
	outline: none !important;
}
a:hover {
	color: #ff9220;
	text-decoration: none !important;
}
a:focus {
	color: inherit;
	text-decoration: none !important;
}
 a:active, a:selected, a:visited {
 color:inherit;
 outline: none !important;
 text-decoration: none !important;
}
.form-control {
	background-color: #f8f8f8;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
	border: solid 1px #dddddd;
}
input[type=text], input[type=email], input[type=file], input[type=password], input[type=date], input[type=tel], input[type=url], input[type=search], select {
	background-color: #f8f8f8;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	min-height: 45px;
	width: 100%;
	text-indent: 5px;
	box-shadow: none;
	border: solid 1px #dddddd;
}
textarea {
	width: 100%;
	background-color: #f8f8f8;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	text-indent: 5px;
	border: solid 1px #dddddd;
}
.form-control:focus, input:focus, textarea:focus, select:focus {
	border-color: #e2a0a2;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(225,127,130,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(225,127,130,.6)
}

::-webkit-input-placeholder {
 color:#2e2e2e;
 font-size:13px;
}

:-moz-placeholder {
 color:#2e2e2e;
}
::-moz-placeholder {
 color:#2e2e2e;
}
:-ms-input-placeholder {
 color:#2e2e2e;
}
input[type="submit"]:hover, input[type="button"]:hover {
	color: #ffffff;
	background-color: #1e3287;
}
.btn-default, .button, input[type=submit], input[type=button] {
	font-size:15px;
	font-weight:600;
	line-height:normal;
	text-align: center;
	color: #ffffff;
	background-color: #ff9220;
	border-radius: 0px;
	padding: 14px 25px;
	border:solid 1px #ff9220;
	text-transform:uppercase;
}
.btn-default:hover, .button.active:focus, .button.active:hover, .button:hover, button:hover, input[type=submit]:hover, input[type=button]:hover {
	color: #ffffff;
	background-color: #1e3287;
	border:solid 1px #1e3287;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
	background-color: #d1160a;
	border-color: #d1160a
}
.btn-default.focus, .btn-default:focus {
	background-color: #ffe500;
	color: #000
}
.btn {
	border-radius: 0px;
}
button {
	border: none;
	outline: none;
}
p {
	line-height: 30px;
}
strong {
	font-weight: 600;
}
img {
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
}
.alignleft {
	margin-bottom: 5px;
	margin-right: 10px;
	float: left;
	padding: 4px;
	border: 2px solid #f1f1f1;
}
.alignright {
	margin-bottom: 5px;
	margin-left: 10px;
	float: right;
	padding: 4px;
	border: 2px solid #f1f1f1;
}
.aligncenter {
	margin: auto;
	margin-bottom: 5px;
	padding: 4px;
	display: block;
	border: 2px solid #f1f1f1;
}
.alignnone {
	padding: 4px;
	border: 2px solid #f1f1f1;
}
.boldfont {
	font-weight: bold;
	font-size: 15px;
}
.blue-font {
    color: #093eb6;
}
.white-font {
    color: #ffffff;
}
.nopadding-left {
	padding-left: 0px;
}
.nopadding-right {
	padding-right: 0px;
}
.marging-top {
	margin-top: 25px;
}
.marging-bottom {
	margin-bottom: 25px;
}
.widget-title {
	font-size: 43px;
	line-height: normal;
	margin-bottom: 20px;
}
.widget-title span {
	color: #ff9220;
}
h3.widget-title {
	font-size: 28px;
	margin-bottom: 15px;
}
.title-name-center {
	padding: 0px 0px 15px 0px;
	font-size: 25px;
	margin-bottom: 15px;
	line-height: normal;
	border-bottom: solid 1px #dddddd;
	text-align: center;
	background-image: url(../images/orange-line.html);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.title-name-left {
	padding: 0px 0px 15px 0px;
	font-size: 25px;
	margin-bottom: 15px;
	line-height: normal;
	border-bottom: solid 1px #dddddd;
	text-align: left;
	background-image: url(../images/orange-line.html);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.graybg {
    background: #f4f5f8;
}
/*================start header====================*/



.header {
	background-color:#ffffff;
	height: auto;
	width: 100%;
	padding: 10px 0px;
	z-index: 100;
	position: relative;
}
.sticky {
	position: fixed;
	padding-top: 0px;
	top: 0px;
	width: 100%;
	background: #ffffff !important;
	z-index: 999;
	box-shadow: 0px 1px 8px rgba(0,0,0,0.3);
}
.sticky .logo img {
	height: 45px;
	width: auto;
	margin-top:6px;
}
.sticky .header-menu {
	padding-top: 0px;
}
.header.sticky #menu-header-menu {
    margin-top: 4px;
}


.header-left {
	float: left;
	height: auto;
	width: 20%;
}
.header-left img {
	max-width: 100%;
}
.header-right {
	float: right;
	height: auto;
	width: 80%;
}
.header .header-menu {
	margin-top: 10px;
	float: right;
}
/*============start banner===========*/



.banner {
	background-image:url(../images/banner.jpg);
	background-position:center bottom;
	background-size:100% 100%;
	padding:4% 0px 5% 0px;
	color:#ffffff;
	text-align:center;
	text-transform:uppercase;
}
.banner h1{
	margin-bottom:60px !important;
}
.banner h3{
margin-bottom: 70px !important;
padding: 0px 10%;
line-height: 36px;
}
.banner .button{
	margin:25px 3%;
	padding:15px 50px;
	background:rgba(30,50,135,0.8);
	border:solid 2px #ff9220;
}
.banner .button:hover{
	background:#ff9220;
	border:solid 2px #ff9220;
}





.tp-shadow1 {
	box-shadow: none !important;
}
.home .entry-title {
	display: none;
}
.home .page-margin {
	margin-top: 0px;
}
.page-margin {
	margin-top: 50px;
	margin-bottom:50px;
}
section {
	width: 100%;
	height: auto;
	padding: 50px 0px;
}
.home .entry-title-bg {
	display: none;
}

/*=======section 1========*/
.habout
{
	padding:0px 10%;
	text-align:center;
	}

.ser-box
{
	width:100%;
	height:auto;
	text-align:center;
	margin-bottom:45px;
}
.ser-box .sericn
{
	width:100px;
	height:100px;
	line-height:123px;
	margin:10px auto;
	border-radius:50%;
	border:solid 2px #ff9220;
}
.ser-box .sericn .fa
{
	color:#ff9220;
	font-size:55px;
}
.ser-box p
{
	margin-bottom:0px !important;
	}
.ser-box:hover .sericn
{
	border:solid 2px #1e3287;
	}	
/*=======section 2========*/

.flash-ser
{
	background-image:url(../images/service-bg.jpg);
	background-attachment:fixed;
	background-position:center center;
	background-size:cover;
	color:#ffffff;
	padding:10% 0px;
	}
	
.fls-serv
{
	width:50%;
	padding-left:60px;
}
.flash-ser .widget-title
{
	margin-bottom:70px !important;
	}

.fls-box
{
	margin:0px;
	width:100%;
	margin-left:0px !important;
}
.fls-icon
{
	background-color:#ffffff;
	width:60px;
	height:60px;
	text-align:center;
	line-height:60px;
	border-radius:50%;
	color:#ff9220;
	font-size:25px;
	margin:0px auto 15px;
	}
.fls-box li
{
	width:25%;
	margin-right:20px;
	display:inline-block;
	text-align:center;
	border-bottom:solid 2px #ff9220;
}


/*=======section 3========*/
.htage
{
	padding: 0px 10%;
    font-size: 24px;
    line-height: 37px;
	text-align:center;
	}

/*=======section 4========*/
.hmjob
{
	background-image:url(../images/job-bg.jpg);
	background-attachment:fixed;
	background-position:center center;
	background-size:cover;
	color:#ffffff;
	padding:10% 0px;
	text-align:center;
	}
.hmjob h3, .hmjob h1
{
	margin-bottom:20px !important;
}
.hmjob p
{
	padding: 0px 22%;
    font-size: 20px;
    margin-bottom: 45px !important;
}

/*=======section 3========*/


.hmform textarea
{
	height:255px;
}
.hmform input[type="submit"]
{
	margin:25px auto 0px;
	display:table;
	padding: 14px 45px
}


/*======== footer ========*/
.footer {
	width: 100%;
	background-color: #000000;
	padding: 50px 0px 30px;
	font-size:16px;
	color: #c6c6c6;
}
.footer .widget {
	width: 35%;
	float: left;
	padding-right:50px;
}
.footer .widget:nth-child(2) {
	width: 30%;
}
.footer .widget:nth-child(3) {
	width: 35%;
}
.footer .widget .widget-title {
	font-size: 18px;
	margin-bottom:25px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}
.footer .widget li {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 15px
}
.footer a{
color: #c6c6c6;   
}
.footer a:hover{
	color: #ffffff;  
}
.social {
width: 100%;
    float: left;
    margin-top: 17px;
}
.social li {
	display: inline-block;
	margin: 0px 3px 3px 3px;
	float: none !important;
    width: auto !important;
}
.social li a {
	color: #ffffff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	float: left;
	text-align: center;
}
.social i {
	font-size: 16px;
}
.social .facebook:hover {
	color: #325c94;
}
.social .twitter:hover {
	color: #00abdc;
}
.social .google-plus:hover {
	color: #f20026;
}
.social .linkedin:hover {
	color: #0073b2;
}
.social .pinterest:hover {
	color: #f20026;
}
.social .youtube:hover {
	color: #f20026;
}
.ftadd li .fa
{
	width:35px;
	font-size:18px;
	display:table-cell;
	vertical-align:top;
	text-align:left;
	padding-top:3px;
	}
.fainfo
{
	display:table-cell;
	vertical-align:top;
}
.footer .button
{
	width:100%;
	display:table;
	color:#ffffff;
	background-color:transparent;
	border-width:2px;
	}	
	
.footercopy {
    padding: 22px 0;
    background: #000000;
	border-top:solid 1px #151515;
    text-align: center;
    color: #c6c6c6;
	font-size:16px;
}
/*================ start inner page ====================*/

.innerbanner
{
	position:relative;
}
.innnerpic
{
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
}
.innnerpic img
{
	width:100%;
}


.entry-title {
	background-image: url(../images/pagetitle-bg.jpg);
	background-repeat: no-repeat;
	background-position:center center;
	background-size: 100% 325px;
}
.entry-title .page-title, .entry-title-no .page-title{
	position:absolute;
	z-index:10;
	color: #093eb6;
	font-size: 45px;
    line-height: normal;
	text-transform: uppercase;
	padding:15px 45px;
	top: 50%;
    left: 0%;
    width: 100%;
	text-align:center;
	-webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
	z-index:1;
	font-family: Poppins, sans-serif;
	color:#ffffff;
    letter-spacing:1px;
}

.banner-section, entry-title-no .banner-section
{
	position:relative;
	width:100%;
	}



.cat-title .entry-title {
	color: #ffffff;
	padding-top: 15px;
	padding-bottom: 35px;
}
.cat-title .entry-title .page-title {
	color: #000000;
}


/*================ start breadcrumb ====================*/



.breadcrumb-container {
	float: right;
	margin-top: 5px;
}
.entry-content p {
	margin: 0 0 26px 0;
}
.entry-content .widget-title
{
	margin-bottom:20px;
	}
.panel-left {
	width: 72%;
	float: left;
	margin-right: 3%;
}
.panel-right {
	width: 25%;
	float: left;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	margin-bottom: 10px;
}

.entry-content .ul-list, .entry-content .ol-list, .entry-content ol, .entry-content ul {
	margin-bottom: 26px;
}
.entry-content .ul-list {
	margin-left: 0px;
}
.entry-content .ul-list li {
	padding-left: 25px;
	background-position: left 5px;
	background-image: url(../images/check-box.html);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}
.entry-content ul {
	list-style: disc;
}
.entry-content ol, .entry-content ul {
	margin-left: 20px;
}
.entry-content ol li, .entry-content ul li, .entry-content ul-list li {
	margin-bottom: 10px;
}
.entry-content ol li a, .entry-content ul li a {
	color: #1d1d1d;
}
.entry-content ol li a:hover, .entry-content ul li a:hover {
	color: #ce271e;
}
.ul-part li {
	width: 45%;
	margin-right: 5%;
	float: left;
}

.entry-content img {
	max-width: 100%;
	height: auto;
}
.panel-default {
	border: 1px solid #1badbe;
}
.panel-default .panel-heading {
	background-color: #1badbe;
	font-size: 17px;
	color: #FFFFFF;
}
/*================ start category page ====================*/
.post {
	margin-bottom: 40px;
	width: 100%;
	height: auto;
	float: left;
	background-color: #fcfcfc;
	border-bottom: solid 3px #01b7f2;
}
.post .post-thumbnail img {
	width: 100%;
	margin-bottom: 10px;
}
.post .entry-title {
	margin-top: 15px;
	text-transform: none;
	font-size: 25px;
	margin-bottom: 15px;
	font-weight: normal;
}
.post .entry-title a {
	font-size: 22px;
}
.post .post-info {
	margin-top: 15px;
	padding: 15px 20px 17px 20px;
	background-color: #ffffff;
}
.post .post-info span {
	color: #888;
	display: inline-block;
	padding: 0 8px 0 0;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
}
.post .post-info .entry-date, .post .post-info .byline, .post .post-info .comments-link, .post .post-info .cat-links, .post .post-info .edit-link {
	margin-right: 5px;
}
.post .post-info span a {
	color: #888;
}
.post .post-info span a:hover {
	color: #16c1b7;
}
.post .post_more {
	float: left;
}
.post .entry-content, .post .entry-header {
	padding-left: 25px;
	padding-right: 25px;
}
.comment-form p {
	margin-bottom: 5px !important;
}
.comment-form-comment textarea {
	height: 70px;
}
.comment-list {
	margin-bottom: 30px !important;
	margin-left: 0px !important;
	list-style: none
}
.comment-list .comment-body {
	background: #f5f5f5;
	border-right: 3px solid #ddd;
	line-height: 18px;
	padding-bottom: 25px;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 25px;
}
.comment-meta .comment-author, .comment-meta .comment-metadata, .comment-meta .comment-awaiting-moderation {
	margin-bottom: 10px;
}
.comment-meta .comment-author .avatar {
	margin-right: 10px;
}
.comment-meta .comment-awaiting-moderation {
	font-style: italic;
}
/*================ end category page ====================*/

/*================ start sidebar ====================*/

.panel-right .widget {
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 30px;
}
.panel-right.widget p {
	margin-bottom: 15px;
}
.panel-right .widget .widget-title {
	background-image: url(../images/bg-innertitle.html);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	font-size: 19px !important;
	color: #000000;
	margin-bottom: 2px;
	font-size: 15px;
	text-align: center;
	padding: 10px 15px;
}
.panel-right .widget ul {
}
.panel-right .widget ul li {
	list-style: none;
	color: #002e5b;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	width: 100%;
	height: auto;
	float: left;
}
.panel-right .widget ul li a {
	color: #000000;
	padding: 8px 0px 8px 25px;
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px dashed #ddd;
	background-image: url(../images/navigation.html);
	background-repeat: no-repeat;
	background-position: left 12px;
}
.panel-right .widget ul li a:hover {
	background-image: url(../images/navigation-hover.html);
	border-bottom: 1px dashed #26bdf7;
}
/*====about page====*/
.about-box, .abimg, .abimg img, .ser-title
{
	width: 100%;
    height: auto;
    float: left;
	}
.ser-title
{
	font-size: 17px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 15px;
	background-color: #03153e;
	}
.grt-info
{
	text-align:center;
	padding:0px 10%;
	}	
/*====talent page====*/	
.talent-wrk ul
{
	text-align:center;
	margin-left:0px;
}
.talent-wrk ul li
{
	display:inline-block;
	width:196px;
	height:196px;
	background-color:#ff9220;
	border-radius:50%;
	padding:5px;
    margin: 0;
	position:relative;
	margin-bottom:15px;
}
.talent-wrk ul li:hover
{
	background-color:#1e3287;
}
.talent-wrk ul li h4
{
	line-height: 26px;
    font-style: italic;
    color: #fff;
	width:87%;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


.indus-sec
{
	background-image: url(../images/industries.jpg);
	background-position:center center;
	background-size:cover;
	padding:5% 0px;
	margin-bottom:-50px;
	}
	
.indust-ser
{
	width: 100%;
    height: auto;
    float: left;
	text-align:center;
	margin-left:0px !important;
	
	
}
.indust-ser li
{
	list-style:none;
	padding:10px;
	margin-bottom:0px !important;
}
.indust-ser li:nth-child(even)
{
	background-color:#ffffff;
}
.indust-ser li:nth-child(odd)
{
	background-color:#f5f5f5;
}

/*=========career=========*/
.helpbg
{
	background-image: url(../images/industrial.jpg);
	background-position:center center;
	background-size:cover;
	padding:8% 0px;
	color:#ffffff;
	}

.help-sec
{
	margin-top:25px;
	text-align:center;
}	
.help-sec .hlp-icon
{
	margin-bottom:15px;
}
.help-sec h3
{
	font-size:22px;
}
.career-info
{
	padding:0px 10%;
	text-align:center;
	}
/*=====resume=====*/
label
{
	font-weight:normal;
	}
.resume-form
{
	width:55%;
	margin:auto;
	display:table;
}
.resume-form label
{
	font-weight:normal;
}
/*=====conact us=====*/
.contact-from
{
	padding-right:40px;
	}
.contact-from textarea
{
	height:130px;
	}
.contact-from input[type="submit"]
{
	width:100%;
	}	
.conttable tr td
{
	padding: 16px 23px !important;
	}

.contpg-form .input-group-addon {
    background-color: #ffffff;
    border-radius: 0px;
    color: #000000;
    padding: 6px 16px;
}
.conttable .fa
{
	color:#ff9220;
	}
.conttable .button
{
	width:100%;
	display:table;
	}	
.backtotop {
    background: #ff9220;
    color: #fff;
    padding: 10px 15px 10px 15px;
    border-radius: 3px;
    font-size: 22px !important;
}	