@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'apexnewbookwebfont';
	src: url('apexnewbookwebfont.html');
	src: local('apexnewbookwebfont'), url('apexnewbookwebfont.woff') format('woff'), url('apexnewbookwebfont-2.html') format('truetype');
}

@import url('https://fonts.googleapis.com/css?family=Roboto|Ubuntu');

@font-face {
	font-family: 'Conv_Apex New Bold';
	src: url('../Apex%20New%20Bold.html');
	src: local('☺'), url('../Apex%20New%20Bold-2.html') format('woff'), url('../Apex%20New%20Bold-3.html') format('truetype'), url('../Apex%20New%20Bold-4.html') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
p {
	color: #4d4d4d;
}
.clear {
	clear: both;
}

body {
	margin: 0 auto;
	background: #fff;
	text-decoration: none;
	overflow-x: hidden;

}

::-moz-selection {
 background: #224d85;
 color: #fff;
 text-shadow: none !important;
}
::selection {
	background: #224d85;
	color: #fff;
	text-shadow: none !important;
}
body a {
	outline: 0;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:9999; /* makes sure it stays on top */
}

#status {
    width:150px;
    height:150px;
    position:absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin:auto;
    background-image:url(loading.html); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
		background-size: cover;
}
#main{
	background: url(mainbg.html) left top 280px no-repeat;
}
#maininner{
	background: url(maininner.png) left top 50px no-repeat;
}

/*banner */
#banner-wrapper {
	width: 100%;
	float: left;
	height: auto;
	padding: 15px 0px 0px 0px;
	margin: 0px;
	position: relative;
}
#banner-inner {
	width: 1600px;
		max-width: 100%;
	/*max-width: 98%;*/
	height: auto;
	min-height: 100px;
	padding:0px 0px;
	margin: 0px auto;
	position: relative;
	z-index: 1;
}


/*welcome*/
#welcome-wrapper {
	width: 100%;
	float: left;
	height: auto;
	padding: 0px;
	margin: 0px;
	position: relative;
	margin-top: -100px;
	z-index: 9;
}
#welcome-inner {
	width: 830px;
	max-width: 96%;
	height: auto;
	min-height: 200px;
	padding:10px 0px;
	margin: 0px auto;
	background: #1d263d;
}
.welcome-downarrow{
	width: 100%;
	float: left;
	text-align: center;
}
/*ICON ANIMATION*/
.animated {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
    40% {-webkit-transform: translateY(-20px);}
    60% {-webkit-transform: translateY(-10px);}
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-20px);}
    60% {transform: translateY(-10px);}
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}
.welcome-title{
	width: 50%;
	float: left;
	height: 180px;
	padding-right: 50px;
	margin-top: 20px;
	background:#1d263d url(../images/welcomebg.html) left top no-repeat;
}
.welcome-title .titttlenew {
	font-family: 'apexnewbookwebfont', serif;
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	position: relative;
	margin-left: 80px;
	margin-top: 75px;
	float: left;
}
.welcome-title .titttlenew:after {
  content:'';
  position:absolute;
	right: 0;
  bottom:-10px;
  margin: 0px auto;
  width:80px;
  height:1px;
  background:#224d85;
}
.welcome-des{
	width: 50%;
	float: left;
	padding: 20px 30px 30px 0px;
	color: #fff;
}
.welcome-des p{
	font-family: 'Roboto', sans-serif;
        font-size: 15px;
	color: #fff;
	line-height: 25px;
	text-align: left;
}

/*experience*/
#experience-wrapper {
	width: 100%;
	float: left;
	height: auto;
	padding: 0px;
	margin: 0px;
	background: #fff;
}
#experience-inner {
	width: 1200px;
	max-width: 96%;
	height: auto;
	min-height: 200px;
	padding:10px 0px;
	margin: 0px auto;
	text-align: center;
}
#experience-inner h2 {
	font-family: 'apexnewbookwebfont', serif;
	color: #1d263d;
	font-size: 35px;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
}
#experience-inner h2 span {
	color: #224d85;
	font-weight: bold;
	font-size: 50px;
}
#experience-inner h2 span:nth-child(2) {
	font-size: 35px;
}
#experience-inner h2:after {
  content:'';
  position:absolute;
	right:0;
	left: 0;
  top:5px;
  margin: 0px auto;
  width:130px;
  height:2px;
  background:#e4e5e7;
}
.experience-boxbg{
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 30px;
}
.experience-boxbg ul{
	width: 100%;
	float: left;
	list-style: none;
	text-align: center;
}
.experience-boxbg ul li{
	display: inline-block;
	background: #fff;
	width: 29%;
	max-width: 250px;
	min-height: 185px;
	padding: 30px 10px;
	font-family: 'apexnewbookwebfont';
  font-size: 18px;
	color: #1d263d;
	line-height: 20px;
	margin: 0px 15px;
	vertical-align: text-top;
	transition: all 0.3s ease;
	 -webkit-transition: all 0.3s ease;
	 -moz-transition: all 0.3s ease;
	 -o-transition: all 0.3s ease;
}
.experience-boxbg ul li:hover{
    -moz-box-shadow: 0px 0px 15px #cbcbcb;
    -webkit-box-shadow: 0px 0px 15px #cbcbcb;
    box-shadow: 0px 0px 15px #cbcbcb;
}
.experience-boxbg ul li a span{
  width: 100%;
	float: left;
	text-align: center;
	margin-top: 10px;
	color: #1d263d;
}
.experience-boxbg li .icon { width:70px; height:70px; margin:0 auto;   display: block; }
.experience-boxbg li .i-1 { background:url(../images/icons-1.html) no-repeat 0 -70px}
.experience-boxbg li:hover .i-1 { background-position:0 0 }
.experience-boxbg  .i-2 { background:url(../images/icons-1.html) no-repeat 0 -210px}
.experience-boxbg li:hover .i-2 { background-position:0 -140px }
.experience-boxbg  .i-3 { background:url(../images/icons-1.html) no-repeat 0 -350px}
.experience-boxbg li:hover .i-3 { background-position:0 -280px }
.trans{
	transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}

/*WhyWork */
#WhyWork-wrapper {
	width: 100%;
	float: left;
	height: auto;
	padding: 0px;
	margin: 0px;
	background: #fff;
}
#WhyWork-inner {
	width: 1600px;
	max-width: 98%;
	height: auto;
	min-height: 100px;
	padding:10px 0px;
	margin: 0px auto;
	background:#151718 url(../images/WhyWork.html) center;
	background-size: cover;
}
.WhyWork-bg {
	width: 1200px;
	max-width: 92%;
	height: auto;
	min-height: 100px;
	margin: 0px auto;
}
.WhyWork-title {
	width: 50%;
	float: left;
	height: 400px;
	padding-right: 50px;
}
.WhyWork-title h3 {
	font-family: 'apexnewbookwebfont', serif;
	color: #fff;
	font-size: 35px;
	line-height: 36px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	margin-left: 100px;
	margin-top: 175px;
}
.WhyWork-title h3:after {
  content:'';
  position:absolute;
	left: 0;
  top:-10px;
  margin: 0px auto;
  width:130px;
  height:2px;
  background:#224d85;
}
.WhyWork-des {
	width: 50%;
	float: left;
	height: 400px;
	display: table;
}
.WhyWork-des p {
	font-family: 'Roboto';
  font-size: 16px;
	color: #fff;
	line-height: 30px;
	text-align: left;
	display: table-cell;
  vertical-align: middle;
}

/*experience*/
#latestWorks-wrapper {
	width: 100%;
	float: left;
	height: auto;
	padding: 0px;
	margin: 0px;
	background: #f1f1f1;
}
#latestWorks-inner {
	width: 1200px;
	max-width: 96%;
	height: auto;
	min-height: 200px;
	padding:0px 0px;
	margin: 0px auto;
	text-align: center;
}
#latestWorks-inner h4 {
	font-family: 'apexnewbookwebfont', serif;
	color: #224d85;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	margin-top: 50px;
}
#latestWorks-inner h4:after {
  content:'';
  position:absolute;
	right:0;
	left: 0;
  top:-5px;
  margin: 0px auto;
  width:130px;
  height:2px;
  background:#1d263d;
}

.latestWorks-bg{
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 35px;
}
.latestWorks-main{
	width: 50%;
	height: 460px;
	float: left;
	background: #000;
	overflow: hidden;
	position: relative;
}
.latestWorks-main img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	transform: scale(1.04);
}
.latestWorks-main:hover img{
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	transform: scale(1.0);
}
.latestWorks-main2{
	width: 50%;
	height: auto;
	float: left;
	border-left: 10px solid #f1f1f1;
}
.latestWorks-main2 ul{
	width: 100%;
	float: left;
	list-style: none;
}
.latestWorks-main2 ul li{
	float: left;
	width: 100%;
	height: 225px;
	background: #000;
	overflow: hidden;
	position: relative;
}
.latestWorks-main2 ul li:nth-child(1) {
	margin-bottom: 10px;
}
.latestWorks-main2 ul li:nth-child(2) {
	width: 50%;
	border-right: 5px solid #f1f1f1;
}
.latestWorks-main2 ul li:nth-child(3) {
	width: 50%;
	border-left: 5px solid #f1f1f1;
}
.latestWorks-main2 li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	transform: scale(1.04);
}
.latestWorks-main2 li:hover img{
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	transform: scale(1.0);
}
.latestWorks-div{
	position: absolute;
	z-index: 9;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: url(../images/news-shadow.html) repeat-x bottom left;
	height: 100%;
	text-align: left;

}
.latestWorks-details{
	position: absolute;
	z-index: 10;
	bottom: -50px;
	left: 0px;
	width: 100%;
	padding: 0px 20px 20px 20px;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
}
.latestWorks-main .cat{
	color: #fff;
	font-size: 16px;
	font-family: 'apexnewbookwebfont';
}
.latestWorks-main .client{
	color: #fff;
	font-size: 25px;
	line-height: 28px;
	font-family: 'apexnewbookwebfont';
}
.latestWorks-main2 .cat{
	color: #fff;
	font-size: 14px;
	font-family: 'apexnewbookwebfont';
}
.latestWorks-main2 .client{
	color: #fff;
	font-size: 20px;
	line-height: 28px;
	font-family: 'apexnewbookwebfont';
}
.latestWorks-div .view{
	font-family: 'apexnewbookwebfont';
	color: #05b2f0;
	text-decoration: none;
	margin-top: 30px;
	float: left;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
}

.latestWorks-div .makehover{	
/*	text-decoration: none;*/
        display: none;
/*	margin-top: 30px;*/
/*	float: left;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;*/
}

.latestWorks-div:hover .latestWorks-details{
	bottom: 0px;
}
.latestWorks-div:hover .view{
	margin-top: 10px;
}
.latestWorks-div:hover .makehover{
/*	margin-top: 10px;*/
        display: block;
}



/*experience*/
#homenews-wrapper {
	width: 100%;
	float: left;
	height: auto;
	padding: 0px;
	margin: 0px;
	background: #fff;
}
#homenews-inner {
	width: 1200px;
	max-width: 96%;
	height: auto;
	min-height: 200px;
	padding:0px 0px;
	margin: 0px auto;
	text-align: center;
}
#homenews-inner h5 {
	font-family: 'apexnewbookwebfont', serif;
	color: #224d85;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	margin-top: 50px;
}
#homenews-inner h5:after {
  content:'';
  position:absolute;
	right:0;
	left: 0;
  top:-5px;
  margin: 0px auto;
  width:130px;
  height:2px;
  background:#1d263d;
}

.newsbg{
	width: 100%;
	float: left;
	margin-top: 15px;
	margin-bottom: 50px;
}
.newsbg ul{
	width: 100%;
	float: left;
	list-style: none;
}
.newsbg ul li{
	width: 31%;
	float: left;
	position: relative;
	border-bottom: 8px solid #e4e3de;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
}
.newsbg ul li:after {
  content:'';
  position:absolute;
	left: 0;
  bottom:-8px;
  margin: 0px auto;
  width:0%;
  height:8px;
  background:#224d85;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
}
.newsbg ul li:nth-child(2) {
	width: 32%;
	margin-left: 3%;
	margin-right: 3%;
}
.newsbg ul li:hover{
	background: #efefef;
}
.newsbg ul li:hover:after {
  width:100%;
}


.newsbg-inner{
	width: 100%;
	float: left;
	padding: 15px;
	text-align: left;
}
.newsbg-inner .newscap{
	width: 100%;
	float: left;
	font-family: 'apexnewbookwebfont', serif;
	color: #224d85;
	font-size: 22px;
	line-height: 23px;
	min-height: 50px;
	margin-bottom: 10px;
}
.newsbg-inner p{
	width: 100%;
	float: left;
	font-size: 15px;
	text-align: left;
	color: #6f6f6f;
	min-height: 110px;
	font-family: 'Roboto';
}
.newsmore{
	width: 100%;
	font-size: 14px;
	float: left;
	font-family: 'apexnewbookwebfont';
	text-decoration: none;
	color: #1d263d;
	text-transform:uppercase;
}
i.newsicon{
	font-size: 20px;
	float: right;
}


/*Request */
#request-wrapper {
	width: 100%;
	float: left;
	height: auto;
	padding: 0px;
	margin: 0px;
	background-color:  #02afee;
	background-image: url(../images/requestbg-1.html), url(../images/requestbg-2.html);
	background-position: top left, top right;
	background-repeat: no-repeat;
}
#request-inner {
	width: 1200px;
	max-width: 96%;
	height: auto;
	min-height: 100px;
	padding:50px 0px;
	margin: 0px auto;
	text-align: center;
	color: #fff;
}
#request-inner p {
	font-family: 'apexnewbookwebfont';
  font-size: 30px;
	color: #fff;
	line-height: 30px;
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 5px;
}
#request-inner span {
	font-family:'Conv_Apex New Bold',Sans-Serif;
	font-weight: bold;
  font-size: 35px;
	color: #fff;
	line-height: 30px;
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 35px;
}
#request-inner a {
	font-family: 'apexnewbookwebfont';
  font-size: 20px;
	color: #fff;
	line-height: 20px;
	text-decoration: none;
	clear: left;
	border: 3px solid #fff;
	padding: 8px 20px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#request-inner a:hover {
	color: #224d85;
	background: #fff;
	-moz-box-shadow: 0px 0px 15px #959595;
	-webkit-box-shadow: 0px 0px 15px #959595;
	box-shadow: 0px 0px 15px #959595;
}

/*INNER*/
#inner-bannermain {
	width: 1600px;
	max-width: 100%;
	height: 400px;
	padding:0px 0px;
	margin: 0px auto;
	position: relative;
	z-index: 1;
	background: #000;
	overflow: hidden;
}
#inner-bannermain img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*about*/
#inner-wrapper {
	width: 100%;
	float: left;
	height: auto;
	padding: 0px;
	margin: 0px;
}
#inner-inner {
	width: 1200px;
	max-width: 96%;
	height: auto;
	min-height: 200px;
	padding:0px 0px;
	margin: 0px auto;
}
#inner-inner h1 {
	width: 100%;
	float: left;
/*	font-family: 'apexnewbookwebfont', serif;*/
font-family: 'Ubuntu-Medium' ;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	margin-top: 35px;
}
/*
#inner-inner h1:after {
  content:'';
  position:absolute;
  left: 0;
  top:-5px;
  margin: 0px auto;
  width:130px;
  height:2px;
  background:#fff;
}
*/
#about-matter {
	width: 100%;
	height: auto;
	margin-top: 50px;
	float: left;
	background:#fff;
	margin-bottom: 40px;
}
#about-matter h2 {
font-family: 'Ubuntu', sans-serif;
font-weight: 700;
  font-size: 27px;
	color: #1d263d;
	line-height: 24px;
	text-align: left;
	margin-bottom: 20px;
	
}
#about-matter p {
	/*font-family: 'apexnewbookwebfont';*/
	/*font-family: 'sans-serif';*/
  /*font-size: 16px;*/
  font-size: 1rem;
	color: #333030;
	line-height: 24px;
	text-align: left;
	margin-bottom: 12px;
}


/*about Certifications*/
.Certifications-wrapper{
	width: 100%;
	float: left;
	height: auto;
	margin: 0px;
	position: relative;
}

.certifications-title{
	width: 96%;
	max-width: 1200px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	min-height: 140px;
}
.certifications-title span{
	width: 100%;
	float: left;
	margin-top: 45px;
	font-family: 'apexnewbookwebfont', serif;
	color: #1d263d;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
}
.certifications-title span:after {
  content:'';
  position:absolute;
	left: 0;
  top:-5px;
  margin: 0px auto;
  width:80px;
  height:2px;
  background:#224d85;
}

.certifications-main{
	float: left;
	width: 100%;
	background: #f1f2f2
}
.certifications-inner{
	width:50%;
	float: left;
	padding:0px;
	height:auto;
	min-height:250px;
	background:#f1f2f2;
}
.cerbg{
	background: #f9fafa;
}
.cerbgimg{
	background-image: none !important;
}
.cerbg-position{
	float: left !important;
	padding-left: 50px !important;
	background:url(../images/cer.png) no-repeat center left 50px !important;;
}
.certificat-main{
	max-width: 600px;
	width: 100%;
	height: auto;
	float: right;
	padding: 30px 0px;
	background: url(../images/cer.png) no-repeat center left 0px;
}
.certifications-main h3{
	color: #767676;
	font-size: 19px;
	line-height: 30px;
	font-style: italic;
	font-family: 'apexnewbookwebfont';
}
.cer-padd{
	padding-right: 50px;
}
.certifications-main p{
	color: #767676;
	font-size: 16px;
	line-height: 24px;
	font-family: 'apexnewbookwebfont';
}
.certifications-inner h2{
	color: #1d263d;
	font-size: 22px;
	margin-bottom: 15px;
	font-weight: 600;
	line-height: 25px;
	font-family: 'apexnewbookwebfont';
	position: relative;
	margin-top: 20px;
}
.certifications-inner h2:after {
	content:'';
	position:absolute;
	left: 0;
	top:-15px;
	margin: 0px auto;
	width:70px;
	height:3px;
	background:#224d85;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.certifications-inner:hover  h2:after  {
	width:150px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}


#mission-wrapper {
	width: 100%;
	float: left;
	height: auto;
	padding: 80px 0px;
	margin: 0px;
	background: #fff;
	position: relative;
}
#mission-inner {
	width: 1600px;
	max-width: 98%;
	height: auto;
	min-height: 410px;
	padding:10px 0px;
	margin: 0px auto;
	background:#151718 url(../images/mission.png) center;
	background-size: cover;
}
.mission-bg {
	position: absolute;
	width: 1200px;
	max-width: 92%;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
}
.mission-matter{
	width: 50%;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 50px;
	min-height: 100px;
	background: #1a488a;
}
.vision-matter{
	width: 50%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	min-height: 100px;
	padding: 50px;
	background: #1d263d;
}
.mission-bg p{
	color: #fff;
	font-size: 16px;
	line-height: 26px;
/*	font-family: 'Roboto'; */
}
.mission-bg h4 {
	width: 100%;
	float: left;
	font-family: 'Ubuntu', sans-serif;
font-weight: 700;
	color: #fff;
	font-size: 25px;
	margin-bottom: 20px;
	text-transform: uppercase;
	position: relative;
}
/*
.mission-bg h4:after {
  content:'';
  position:absolute;
	left: 0;
  top:-5px;
  margin: 0px auto;
  width:80px;
  height:2px;
  background:#fff;
}
*/

#contact-matter {
	width: 100%;
	height: auto;
	margin-top: 50px;
	float: left;
	background:#fff;
	margin-bottom: 40px;
}
.contact-matterbg{
	width: 100%;
	float: left;
	margin-top: 20px;
}
.contact-matterbg ul{
	width: 100%;
	float: left;
	list-style: none;
	font-family: 'apexnewbookwebfont';
	font-size: 16px;
	line-height: 20px;
}
.contact-matterbg ul li{
	float: left;
	width: 33%;
	padding-right: 10px;
}
.contact-matterbg ul li:nth-child(1) {
	width: 34%;
}
.contact-captionbg{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.contact-captionbg span{
	font-family:'Conv_Apex New Bold',Sans-Serif;
	font-weight: 600;
	font-size: 16px;
	color:#224d85;
	text-transform: uppercase;
}
.contact-captionbg img{
	margin-right: 20px;
	border-bottom: 4px solid #224d85;
	display: table-cell;
 	vertical-align: middle;
}

.contact-formbg{
	width: 100%;
	float: left;
	margin-top: 80px;
	text-align:center;
}
#contact-matter h2 {
	font-family: 'apexnewbookwebfont', serif;
	color: #224d85;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	margin-top:10px;
}
#contact-matter h2:after {
  content:'';
  position:absolute;
	right:0;
	left: 0;
  top:-5px;
  margin: 0px auto;
  width:130px;
  height:2px;
  background:#1d263d;
}
.contact-formbg p{
	font-family: 'apexnewbookwebfont';
  font-size: 18px;
	line-height: 22px;
	color: #7d7d7d;
	margin-bottom: 10px;
	font-style: italic;
}

.formbg{
	width:100%;
	float:left;
	padding: 30px 10%;
	text-align:center;
}
/*FORM*/
.contact-input{
	float:left;
	width:49%;
	height:55px;
	padding-left:20px;
	background:#e5e5e5;
	border:1px solid #e5e5e5!important;
	margin:0px 0% 15px 0%;
	font-size:16px;
	font-family: 'apexnewbookwebfont';
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.formbg .contact-input:nth-child(2) {
	float:right;
}
.formbg .contact-input:nth-child(4) {
	float:right;
}
.contact-textarea {
	float:left;
	width:100%;
	height:130px;
	background:#e5e5e5;
	border:1px solid #e5e5e5!important;
	border:none;
	padding-left:20px;
	margin-bottom:15px;
	padding-top:10px;
	resize:none;
	font-size:16px;
	font-family: 'apexnewbookwebfont';
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.contact-btn {
	background: #224d85 none repeat scroll 0 0;
	border:none;
	color: #fff;
	cursor: pointer;
	font-family: 'apexnewbookwebfont';
	font-size: 16px;
	padding:16px 40px;
	text-decoration: none;
	text-transform:uppercase;
		-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	transition: all 0.3s ease;
		 -webkit-transition: all 0.3s ease;
		 -moz-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
}
.contact-btn:hover{
    background: #1d263d;
}
.map-wrp {
  width: 100%;
  float: left;
  position: relative;
}
.map-canvas {
  height: 350px;
}


#news-matter {
	width: 100%;
	height: auto;
	margin-top: 50px;
	float: left;
	background:#fff;
	margin-bottom: 40px;
}
.news-single{
	width:100%;
	float:left;
	margin-bottom: 60px;
	position: relative;
}
.content{
	width: 100%;
	float:left;
	padding-left: 240px;
}
.content p{
	font-family: 'Roboto';
	font-size: 16px;
	color: #707070;
	line-height: 22px;
	margin-bottom: 15px;
}
.news-single h3 a{
	font-family:'Conv_Apex New Bold',Sans-Serif;
	font-size: 22px;
	color: #2a2a2a;
	line-height: 22px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	text-decoration: none;
}

.news-datebg{
	background: #f0f0f0;
	width: 200px;
	min-height: 140px;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	font-size: 100px;
	line-height: 80px;
	font-family: 'apexnewbookwebfont', serif;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: all 0.3s ease;
		 -webkit-transition: all 0.3s ease;
		 -moz-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
}
.news-single:hover .news-datebg{
		background:#99e3fd;
}
.news-datebg span{
	position: absolute;
	top: 70px;
	left: 0px;
	color: #1d263d;
	font-size: 20px;
	font-family: 'apexnewbookwebfont';
	width: 100%;
	text-align: center;
}
.newsmore-btn{
	color: #224d85;
	text-decoration: none;
	font-family: 'apexnewbookwebfont';
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
transition: all 0.3s ease;
	 -webkit-transition: all 0.3s ease;
	 -moz-transition: all 0.3s ease;
	 -o-transition: all 0.3s ease;
}
.newsmore-btn:hover{
	color: #1d263d;
}

.news-single-left{
	width:65%;
	float:left;
}
.news-single-right{
	width:30%;
	float:right;
	padding-top:0px;
	padding-top: 30px;
}


.news-single-right span{
	width: 100%;
	float: left;
	margin-top: 45px;
	font-family: 'apexnewbookwebfont', serif;
	color: #1d263d;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
}
.news-single-right span:after {
  content:'';
  position:absolute;
	left: 0;
  top:-5px;
  margin: 0px auto;
  width:80px;
  height:2px;
  background:#224d85;
}

.news-single-right .newsbg ul li{
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.news-single-right .newsbg-inner{
	padding: 0px;
}
.news-single-right .newsbg ul li:nth-child(2) {
	width: 100%;
	margin-left:0%;
	margin-right: 0%;
}
.news-single-right .newsbg-inner .newscap{
	font-size: 20px;
	line-height: 20px;
	min-height:0px;
}
.news-single-right .newsbg ul li:hover{
	background: #fff;
}
.news-single-right .newsbg{
	margin-bottom: 0px;
}


.news-single-left h2{
	font-family: 'apexnewbookwebfont', serif;
	font-size: 25px;
	font-weight: bold;
	color: #1d263d;
	position: relative;
  margin-bottom: 5px;
}

.news-single-left .date{
	margin-bottom: 15px;
}

.news-single-left .date span{
	font-family: 'apexnewbookwebfont';
	font-size: 14px;
	font-weight: bold;
	color: #04b9cc;
}

.news-img-large{
	width: 100%;
	height: 360px;
	object-fit: cover;
	margin-bottom: 20px;
	float: left;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.news-img-large:hover{
	filter: brightness(0.9);
}

.news-single-left p{
	font-family: 'Roboto';
	font-size: 16px;
	line-height: 24px;
	color: #5d5c5c;
	margin-bottom: 15px;
	text-align: left;
}

#career-matter {
	width: 100%;
	height: auto;
	margin-top: 50px;
	float: left;
	background:#fff;
}
#career-matter h2 {
	font-family: 'apexnewbookwebfont';
  font-size: 27px;
	color: #1d263d;
	line-height: 24px;
	text-align: left;
	margin-bottom: 20px;
	font-weight: 600;
}
#career-matter ul{
	clear: both;
	-moz-column-count: 2;
	-moz-column-gap: 50px;
	-webkit-column-count: 2;
	-webkit-column-gap: 50px;
	column-count: 2;
	column-gap: 50px;
	margin: 40px auto;
	position: relative;
	width: 100%;
	z-index: 9;
}

#career-matter ul li{
	display: inline-block;
	list-style: none;
	margin-bottom: 20px;
	width: 100%;
	transition: all 0.3s ease;
   	  -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
}
.career-bg{
	width: 100%;
	float: left;
	padding-bottom: 20px;
	border-bottom: 2px solid #e4e3de;
	font-family: 'apexnewbookwebfont';
	font-size: 16px;
	line-height: 24px;
	color: #5d5c5c;
	position: relative;
}
.career-bg h3{
	color: #1d263d;
	font-size: 22px;
	margin-bottom: 5px;
	font-weight: 600;
	line-height: 22px;
	font-family: 'apexnewbookwebfont';
}
.career-bg span{
	color: #999999;
	font-size: 16px;
	line-height: 20px;
	font-family: 'apexnewbookwebfont';
	text-decoration: none;
}
.career-bg p{
	font-family: 'apexnewbookwebfont';
	font-size: 16px;
	line-height: 24px;
	color: #5d5c5c;
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.career-bg:hover h3{
	color: #224d85;
}
.career-bg:after {
  content:'';
  position:absolute;
	left: 0;
  bottom:-2px;
  margin: 0px auto;
  width:10px;
  height:2px;
  background:#224d85;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
}
.career-bg:hover:after {
  width:100%;
}
.career-bg a{
	text-decoration: none;
}

.career-bg .fa{
	float: left;
	font-family: 'apexnewbookwebfont';
	font-size: 16px;
	line-height: 24px;
	color: #224d85;
}


#career-apply{
	width: 100%;
	height: auto;
	margin-top: 50px;
	margin-bottom: 30px;
	min-height: 200px;
	float: left;
	background:#f1f3f6;
	position: relative;
}
.career-form{
	width: 50%;
	float: left;
	min-height: 200px;
}
.career-forminner{
	width:400px;
	max-width: 86%;
	margin: auto;
	min-height: 100px;
	padding: 30PX 0PX;
}
.career-forminner h2 {
	float: left;
	width: 100%;
	font-family: 'apexnewbookwebfont';
  font-size: 22px;
	color: #1d263d;
	line-height: 24px;
	text-align: left;
	margin-bottom: 30px;
	font-weight: 600;
}
.career-forminner label{
	 font-family: 'apexnewbookwebfont';
	 color: #474646;
	 font-size: 15px;
	 margin-bottom: 5px;
	 float: left;
}
.career-forminner .field{
   width: 100%;
   height: 50px;
   color: #2b2b2b;
   padding: 5px 23px;
	 background: #fff;
   margin-bottom: 20px;
   border: 1px solid #e0e0e0;
   border-radius:3px;
   font-family: 'apexnewbookwebfont';
   font-size: 15px;
}
.btn-file{
   width: 0.1px;
   height: 0.1px;
   opacity: 0;
   overflow: hidden;
   position: absolute;
   z-index: -1;
}
.btn-file + label {
   width: 100%;
   text-align: left;
   font-family: 'apexnewbookwebfont';
   font-size: 15px;
   font-weight: 400;
   color: white;
   background-color: #a9a9a9;
   display: inline-block;
   cursor: pointer;
   padding: 12px 15px;
   border-radius: 5px;
   transition: all .3s ease;
   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -o-transition: all .3s ease;
}
.btn-file:focus + label,
.btn-file + label:hover {
     background-color: #727272;
}
.btn-career-submit{
   width: 100%;
   clear: both;
   float: right;
   padding: 15px 23px 15px;
   text-transform: uppercase;
   color: #FFF;
   cursor: pointer;
   text-align: center;
   font-family: 'apexnewbookwebfont';
   text-decoration: none;
   background: #224d85;
   border: none;
   font-size: 16px;
	 margin-bottom: 50px;
   border-radius: 5px !important;
   transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
}
.btn-career-submit:hover{
     background: #1d263d;
}
#uploadinfo{
	 font-family: 'apexnewbookwebfont';
	 font-size: 12px;
	 font-weight: 300;
	 color: #5d5d5d;
	 text-align: left;
	 line-height: 13px;
	 margin-bottom: 10px !important;
	 float: left;
	 width: 100%;
	 margin-top:5px;
}
.career-image{
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	background: #d77c33;
	overflow: hidden;
}
.career-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#project-matter {
	width: 100%;
	height: auto;
	margin-top: 50px;
	float: left;
	background:#fff;
}
.project-workinner{
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 30px;
}
.project-workinner ul{
	width: 100%;
	float: left;
	list-style: none;
}
.project-workinner ul li{
	float: left;
	width: 32%;
	height: 225px;
	background: #000;
	overflow: hidden;
	position: relative;
	margin-right: 2%;
	margin-bottom: 25px;
	color: #fff;
	font-family: 'apexnewbookwebfont';
}
.project-workinner ul li:nth-child(3n) {
	margin-right: 0%;
}
.project-workinner li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	transform: scale(1.04);
}

/*.project-workinner li:hover img{
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	transform: scale(1.0);
}*/
.project-workinner .client{
	color: #fff;
	font-size: 20px;
	line-height: 22px;
	margin-top: 5px;
	font-family: 'apexnewbookwebfont';
}


.projectsingle-inner{
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 30px;
}
.projectsingle-image{
	width: 50%;
	float: left;
	margin-top: 10px;
	margin-bottom:20px;
}
.projectsingle-image img{
	width: 100%;
	float: left;
}
.projectsingle-des{
	width: 50%;
	float: left;
	margin-top: 20px;
	margin-bottom:20px;
	padding-left: 50px;
}

.projectsingle-des h2{
	width: 100%;
	float: left;
	margin-bottom: 25px;
	font-family: 'apexnewbookwebfont', serif;
	color: #1d263d;
	font-size: 25px;
	line-height: 25px;
	font-weight: bold;
	position: relative;
}
.projectsingle-des h2:after {
  content:'';
  position:absolute;
	left: 0;
  bottom:-15px;
  margin: 0px auto;
  width:80px;
  height:4px;
  background:#224d85;
}

.projectsingle-contentbg{
	width: 100%;
	float: left;
	font-family: 'apexnewbookwebfont';
	margin-top: 10px;
}
.projectsingle-contentbg ul{
	width: 100%;
	float: left;
	list-style: none;
}
.projectsingle-contentbg ul li{
	width: 100%;
	float: left;
	padding: 10px 0px;
	color: #474646;
	font-size: 16px;
	border-bottom: 1px solid #e4e3de;
}
.projectsingle-contentbg ul li span{
	font-size: 18px;
	color: #224d85;
	font-weight: 600;
	margin-right: 5px;
}
.btoPro{
	float: left;
	margin-top: 20px;
	text-decoration: none;
	font-size: 13px;
	color: #fff;
	padding: 10px 20px;
	background: #224d85;
	font-family: 'apexnewbookwebfont';
	-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
transition: all .6s ease;
-webkit-transition: all .6s ease;
-moz-transition: all .6s ease;
-o-transition: all .6s ease;
}
.btoPro:hover{
	background: #1d263d;
	padding: 10px 25px;
}


.navbarps {
	padding-left:0px !important;
}
.nav-tabs > li a {
	 padding: 15px 20px;
    background:#1d263d !important;
		margin-right:5px !important;
		border: 1px solid #1d263d !important;
		color:#fff !important;
		font-family: 'apexnewbookwebfont';
		font-size: 16px;
		border-radius:0px  !important;
}
.nav-tabs > li.active a {
	background:#224d85 !important;
	color:#fff !important;
	border: 1px solid #224d85 !important;
}
.nav-tabs {
   border-bottom: 3px solid #224d85 !important;
}
.tab-content{
		padding-top:0px;
	}
.rt-head {
   float: left;
   margin-top: 15px;
   margin-bottom: 10px;
	 font-size: 16px;
	 font-family: 'apexnewbookwebfont';
}
.rt-button {
		border: 1px solid #1d263d !important;
		cursor: pointer;
		background: #1d263d !important;
		border-radius: 0px;
}
.rt-button .icon-bar {
  	background: #fff !important;
}
.navbar-collapse{
	padding-right: 0px !important;
}

.clients-wrp .title{
	font-family: 'apexnewbookwebfont';
	font-size: 22px;
	line-height: 30px;
	color: #7d7d7d;
	margin-bottom: 10px;
	display: none;
}


#service-matter {
	width: 100%;
	height: auto;
	margin-top: 50px;
	float: left;
	background:#fff;
	margin-bottom: 40px;
}

#service-matter h2 {
	font-family: 'apexnewbookwebfont';
  font-size: 27px;
	color: #1d263d;
	line-height: 24px;
	text-align: left;
	margin-bottom: 20px;
	font-weight: 600;
	width: 100%;
	float: left;
}
.servicetop-left{
	width: 50%;
	float: left;
}
.serviceleft-image{
	width: 94%;
	float: left;
	height: 300px;
	overflow: hidden;
}
.serviceleft-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.servicetop-right{
	width: 50%;
	float: left;
}
.servicetop-right p{
	color: #767676;
	font-size: 18px;
	line-height: 28px;
	font-family: 'apexnewbookwebfont';
	margin-bottom: 14px;
}
.servicematter-full{
	width: 100%;
	float: left;
	margin: 20px 0px;
}
.servicematter-full ul{
	width: 100%;
	float: left;
	padding-left: 20px;
}
.servicematter-full ul li{
	width: 100%;
	float: left;
	color: #767676;
	font-size: 17px;
	line-height: 22px;
	font-family: 'apexnewbookwebfont';
	margin-bottom: 10px;
	list-style-image: url(../images/liicon.html);
	background-size: 20px;
}
.supervision-full{
	width: 100%;
	float: left;
	margin: 20px 0px;
}
.supervision-full p{
	color: #767676;
	font-size: 18px;
	line-height: 28px;
	font-family: 'apexnewbookwebfont';
	margin-bottom: 14px;
}

.servicematter-full p{
	color: #767676;
	font-size: 18px;
	line-height: 28px;
	font-family: 'apexnewbookwebfont';
	margin-bottom: 14px;
}
.supervision-full ul{
	width: 100%;
	float: left;
	list-style: none;
	margin-top: 10px;
}
.supervision-full ul li{
	width: 32%;
	float: left;
	background: #1d263d;
	color: #fff;
	font-family: 'apexnewbookwebfont';
	text-align: center;
	padding: 20px;
	font-size: 17px;
	min-height: 220px;
}
.supervision-full ul li:nth-child(2) {
	 margin-right: 2%;
	 margin-left: 2%;
}
.supervision-full ul h3{
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #224d85;
}

.supervision-full ul img{
	margin-bottom: 10px;
	border: 1px solid #fff;
	-webkit-border-radius: 53px;
-moz-border-radius: 53px;
border-radius: 53px;
transition: all .6s ease;
-webkit-transition: all .6s ease;
-moz-transition: all .6s ease;
-o-transition: all .6s ease;
}
.supervision-full ul li:hover img{
	border: 1px solid #224d85;
	background: #224d85;

}

.servicetop-right ul{
	width: 100%;
	float: left;
	padding-left: 20px;
}
.servicetop-right ul li{
	width: 100%;
	float: left;
	color: #767676;
	font-size: 17px;
	line-height: 22px;
	font-family: 'apexnewbookwebfont';
	margin-bottom: 10px;
	list-style-image: url(../images/liicon.html);
	background-size: 20px;
}

#whatwedo-matter {
	width: 100%;
	height: auto;
	margin-top: 30px;
	float: left;
	background:#fff;
	margin-bottom: 40px;
	text-align: center;
}

#whatwedo-matter h2{
	width: 100%;
	float: left;
	font-family: 'apexnewbookwebfont', serif;
	color: #1d263d;
	margin-bottom: 15px;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	text-align: center;
}
#whatwedo-matter h2:after {
  content:'';
  position:absolute;
	left: 0;
	right: 0;
  top:-5px;
  margin: 0px auto;
  width:80px;
  height:2px;
  background:#224d85;
}
#whatwedo-matter p{
	color: #767676;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Roboto';
}
.whatwedo-listbg{
	width: 100%;
	float: left;
	padding: 20px 0px;
}
.whatwedo-listbg ul{
	width: 100%;
	float: left;
	list-style: none;
	text-align: center;
}
.whatwedo-listbg ul li{
	display:inline-block;
	background: #fd7b65;
	margin: 4px 2px;
	width: 23%;
	min-height: 80px;
	vertical-align: middle;
	-webkit-border-radius: 03px;
-moz-border-radius: 03px;
border-radius: 03px;
transition: all .6s ease;
-webkit-transition: all .6s ease;
-moz-transition: all .6s ease;
-o-transition: all .6s ease;
}
.flex-container {
	font-family: 'apexnewbookwebfont';
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	width: 100%;
	min-height: 80px;
  display:flex;
  align-items: center; /* Vertical center alignment */
  justify-content: center; /* Horizontal center alignment */
}
.whatwedo-listbg ul li:nth-child(2) {
	background: #02cd7c;
}
.whatwedo-listbg ul li:nth-child(3) {
	background: #327ac6;
}
.whatwedo-listbg ul li:nth-child(4) {
	background: #4f41b2;
}
.whatwedo-listbg ul li:nth-child(5) {
	background: #c01818;
}
.whatwedo-listbg ul li:nth-child(6) {
	background: #458cdc;
}
.whatwedo-listbg ul li:nth-child(7) {
	background: #69b022;
}
.whatwedo-listbg ul li:nth-child(8) {
	background: #29ba9c;
}
.whatwedo-listbg ul li:nth-child(9) {
	background: #0075a1;
}
.whatwedo-listbg ul li:nth-child(10) {
	background: #eba007;
}
.whatwedo-listbg ul li:nth-child(11) {
	background: #635092;
}

.whatwedo-listbg ul li:hover{
    -moz-box-shadow: 2px 2px 11px #636363;
    -webkit-box-shadow: 2px 2px 11px #636363;
    box-shadow: 2px 2px 11px #636363;
-ms-transform: scale(1.02); /* IE 9 */
    -webkit-transform: scale(1.02); /* Safari */
    transform: scale(1.02); /* Standard syntax */
}

#principles-matter {
	width: 100%;
	height: auto;
	float: left;
	background:#fff;
	margin-bottom: 40px;
	text-align: center;
}

.principles-left{
	width: 50%;
	float: left;
	background: #224d85;
	text-align: left;
	padding: 40px 30px;
}
.principles-left p{
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 10px;
	font-family: 'apexnewbookwebfont';
}
.principles-left h4 {
	width: 100%;
	float: left;
	font-family: 'apexnewbookwebfont', serif;
	color: #fff;
	font-size: 25px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
}
.principles-left h4:after {
  content:'';
  position:absolute;
	left: 0;
  top:-5px;
  margin: 0px auto;
  width:80px;
  height:2px;
  background:#fff;
}

.principles-right{
	width: 50%;
	float: left;
	padding-left: 50px;
	margin-top: 70px;
	text-align: left;
}
.principles-right p{
	color: #4e4e4e;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
	font-family: 'apexnewbookwebfont';
}
.principles-right h3 {
	width: 100%;
	float: left;
	font-family: 'apexnewbookwebfont', serif;
	color: #1d263d;
	font-size: 25px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	text-align: left;
}
.principles-right h3:after {
  content:'';
  position:absolute;
	left: 0;
  top:-5px;
  margin: 0px auto;
  width:80px;
  height:2px;
  background:#1d263d;
}
.principles-right ul{
	width: 100%;
	float: left;
	list-style: none;
	margin-top: 10px;
}
.principles-right ul li{
	width: 100%;
	background: #1d263d;
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 5px;
	font-family: 'apexnewbookwebfont';
	padding: 20px 0px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
transition: all .6s ease;
-webkit-transition: all .6s ease;
-moz-transition: all .6s ease;
-o-transition: all .6s ease;
}

.principles-right ul li:hover{
	background: #224d85;
}




/* Leaders - Saheer - 17-10-17 */
.team-photo { width: 100%;  height: 320px; border: 5px solid #000; margin: auto auto 25px; background: #000; overflow: hidden; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -ms-transition: all 0.6s ease; transition: all 0.6s ease; /*-webkit-backface-visibility: hidden;*/ position: relative; z-index: 1; }
.team-photo::before { content: ''; display: block; margin-top: 100%; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; -webkit-transform: scale(1.04); -moz-transform: scale(1.04); -ms-transform: scale(1.04); transform: scale(1.04); -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -ms-transition: all 0.6s ease; transition: all 0.6s ease; display: block; position: absolute; z-index: 0; top: 0; bottom: 0; left: 0; right: 0; -webkit-font-smoothing: subpixel-antialiased; backface-visibility: hidden; }
.team-photo .team-caption { position: absolute; width: 100%; min-height: 30px; padding: 10px 5px 5px; background: #224d85; left: 0; right: 0; bottom: -50%; text-align: center; font-size: 18px; color: #fff; font-weight: bold; line-height: 22px; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -ms-transition: all 0.6s ease; transition: all 0.6s ease; }
.team-photo .team-caption span { font-size: 15px; font-weight: 400; color: #000; }
.team-photo:hover { cursor: pointer; }
.team-photo:hover, .profileActive .team-photo { border-color: #224d85; background: #224d85; }
.team-photo:hover img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.team-photo:hover .team-caption, .profileActive .team-caption { bottom: 0; left: 0; right: 0; }



/* -------------------------------  Media Query  ------------------------------- */

@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
	.certificat-main{
		width: 96%;}

}
 @media screen and (max-width: 1100px) {
}
@media screen and (max-width: 1070px) {
}
@media screen and (max-width: 1024px) {

}
 @media screen and (max-width: 1000px) {
}
 @media screen and (max-width: 900px) {
	 #banner-wrapper {
	 	margin-top: 60px; }
	 #main{
	 	background: url(../images/mainbg.html) left top 150px no-repeat; }
	 #welcome-wrapper {
	 	margin-top:-20px;}
	 #welcome-inner {
	 	width: 900px;max-width: 98%;}
	 #inner-bannermain {
		height: 250px;}
	#maininner{
		background: url(../images/maininner.html) left top 190px no-repeat;
		background-size:50% 230px;}

	.contact-captionbg span{
		font-size: 15px;}
	.contact-captionbg img{
		width: 35px;margin-right: 10px;}

	.nav-tabs > li a {
		padding: 15px 10px;margin-right:1px !important;font-size: 14px;
	}


}
@media screen and (max-width: 860px) {
}
 @media screen and (max-width: 850px) {
	 .project-workinner ul li{
	 	width: 49%;	margin-right: 2%;	margin-bottom: 15px;}
	 .project-workinner ul li:nth-child(3n) {
	 	margin-right: 2%;}
	 .project-workinner ul li:nth-child(2n) {
	 	margin-right: 0%; }

}
@media screen and (max-width: 800px) {
	.experience-boxbg ul li{
		width: 29%;max-width: 250px;margin: 0px 5px;}
	#experience-inner h2 {
		font-size: 25px;}
	#experience-inner h2 span {
		font-size: 35px;}
	#experience-inner h2 span:nth-child(2) {
		font-size: 25px;}

	.news-single-left, .news-single-right{
		width: 100%;}
	#career-matter ul{
		-moz-column-count:1;
		-moz-column-gap: 50px;
		-webkit-column-count:1;
		-webkit-column-gap: 50px;
		column-count: 1;
	}
	.whatwedo-listbg ul li{
		width: 32%; padding: 0px 10px;}
	.principles-left{
		width: 100%;padding: 40px 30px 20px 30px;}
	.principles-right{
		width: 100%;margin-top: 50px; padding-left: 10px;}
	.principles-right ul li{
		width: 31%;float: left;	margin-right: 1%;}




}
@media screen and (min-width: 767px){
.rt-head {
	display: none;}
.rt-button {
	display: none;}
.rt-content.navbar-collapse.collapse{
	display: block !important;}
}


 @media screen and (max-width: 768px) {
	 .WhyWork-title h3 {
	 		margin-left: 0px; }
	.projectsingle-image{
		width: 90%;margin-top: 10px;	margin-bottom:20px; margin-left: 5%;}
	.projectsingle-des{
		width: 90%;margin-top: 10px;padding-left:0px;margin-left: 5%;}

	.rt-content .nav-tabs>li{
		width: 100%;	 }
	.clients-wrp .title{
		display: inline;}


}
@media screen and (max-width: 700px) {
	.latestWorks-main{
		width: 90%;margin-left: 5%;height: 300px;margin-bottom: 10px;	}
	.latestWorks-main2{
		width: 90%;margin-left: 5%;border-left: 0px solid #f1f1f1;}
	.newsbg ul li{
		width: 90%; margin-left: 5%;}
	.newsbg ul li:nth-child(2) {
		width: 90%;margin-left: 5%;margin-right: 0%;}
	.newsbg-inner .newscap{
		min-height: 10px;}
	.newsbg-inner p{
		font-size: 14px;min-height: 50px; margin-bottom: 10px;}

	.welcome-title{
		width: 100%;height: 100px;padding-right: 0px;margin-bottom: 10px;}
	.welcome-des{
		width: 100%;padding: 20px 30px 30px 20px;}
	.welcome-des p{
	  font-size: 14px;line-height: 23px;}

	.news-single-right .newsbg ul li{
		width: 100%;margin-left:0%;}
	.career-form{
		width: 100%;}
	.career-image{
		width: 100%; position: static; float: right; height: 400px;}

	#maininner{
		background: url(../images/maininner.html) left top 190px no-repeat;
		background-size:100% 230px;}

	.certifications-inner{
		width:100%;min-height:100px; padding-left: 3%;}
	.cer-padd{
		padding-right:0px;}
	.certificat-main{
		float: left;padding: 30px 0px !important;}
	.cerbg-position{
		padding-left:0px !important;
		background:url(../images/cer.png) no-repeat center left 0px !important;}

	.mission-matter{
		width: 100%;padding: 30px;}
	.vision-matter{
		width: 100%;padding: 30px;}

	.contact-matterbg ul li{
			width: 100%;padding-right: 0px; text-align: center; margin-bottom: 25px;}
	.contact-matterbg ul li:nth-child(1) {
		width: 100%;}
	.contact-captionbg{
		width: 100%;float: left;margin-bottom:10px;}
	.contact-captionbg span{
		width: 100%;float: left;}
	.contact-captionbg img{
		margin-right:0px;border-bottom: none; display: inline-block;}

	.contact-formbg{
		margin-top: 20px;}
	#contact-matter h2 {
		font-size: 20px;line-height: 22px;}

	.servicetop-left{
		width: 100%; margin-bottom: 15px;}
	.serviceleft-image{
		width: 100%;height: 300px;}
	.servicetop-right{
		width: 100%;}


}
 @media screen and (max-width: 660px) {
}
 @media screen and (max-width: 640px) {
}
 @media screen and (max-width: 603px) {
	 .WhyWork-des {
	 		width: 100%;height: auto; padding-bottom:30px;}
	 .WhyWork-des p {
	  	font-size: 15px;color: #fff;line-height: 25px;}
		.WhyWork-title {
			width: 100%;height: auto;padding-right:0px; margin-bottom: 20px;}
		.WhyWork-title h3 {
			font-size: 30px;line-height: 30px;margin-left: 0px;margin-top:50px;	}

		#request-inner p {
		  font-size:25px;line-height: 25px;}
		#request-inner span {
		  font-size: 30px;}
		#request-inner a {
		  font-size: 16px;}

		.contact-input{
			width:100%;	margin:0px 0% 10px 0%;}
		.contact-btn {
			padding:16px 0px;	width: 100%;}

		.supervision-full ul li{
			width: 100%;padding: 20px;min-height: 100px;}
		.supervision-full ul li:nth-child(2) {
			margin: 5px 0px;}

		.whatwedo-listbg ul li{
			width: 48%; padding: 0px 10px;}


}
 @media screen and (max-width: 568px) {
	 #banner-wrapper {
	 	margin-top: 50px; }
}
 @media screen and (max-width: 500px) {
	 .experience-boxbg ul li{
 		  width: 88%;	max-width: 100%;margin: 0px 5%;margin-bottom: 10px;min-height: 100px;float: left;; 	}
	 .latestWorks-main2 ul li:nth-child(2) {
		  width: 100%;border-right: 0px solid #f1f1f1; margin-bottom: 10px;}
	 .latestWorks-main2 ul li:nth-child(3) {
		  width: 100%;border-left: 0px solid #f1f1f1;	}
	.mission-bg h4 {
		 font-size: 22px;margin-bottom: 0px;}

	 .project-workinner ul li{
	  width: 99%;	margin-right: 1%;	margin-bottom: 10px;}
	 .project-workinner ul li:nth-child(3n) {
	  margin-right: 0%;}
	 .project-workinner ul li:nth-child(2n) {
	  margin-right: 1%; }

	 .projectsingle-image{
			 width: 100%;margin-left: 0%;}
	 .projectsingle-des{
		   width: 100%;margin-left: 0%;}

	  .principles-right ul li{
			width:96%;float: left;	margin-right:0%;}

		.team-photo{
			height: 240px; }

}
 @media screen and (max-width: 400px) {
	 .latestWorks-main{
 		width: 98%;margin-left: 1%;height: 250px;margin-bottom: 5px;	}
 	.latestWorks-main2{
 		width: 98%;margin-left: 1%;border-left: 0px solid #f1f1f1;}
	.latestWorks-main2 ul li:nth-child(2) {
			margin-bottom: 5px;}
	.latestWorks-main2 ul li:nth-child(1) {
			margin-bottom: 5px;}
	.newsbg ul li{
		width: 98%; margin-left: 1%;}
	.newsbg ul li:nth-child(2) {
		width: 98%;margin-left: 1%;margin-right: 0%;}

		#mission-inner {
			min-height: 500px;}
		.whatwedo-listbg ul li{
			width: 94%; padding: 0px 10px;}

		.team-photo-grid {
		  width: 100%; }
		.team-photo{
		  max-width: 170px;height: 200px;margin-bottom: 15px;}
		.team-photo .team-caption{
		  font-size: 16px;line-height: 17px;}
		.team-photo .team-caption span{
		  font-size: 14px; }

}
 @media screen and (max-width: 360px) {
}
 @media screen and (max-width: 320px) {
}
 @media screen and (max-width: 300px) {

}
@media screen and (max-width: 240px) {
}
