@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,700);
/*

font-family: 'Ubuntu', sans-serif;

----------------------------------*/



/*

===================================

Start Basic Style

===================================

*/



* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 auto;
	color: #020814;
	background: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	overflow-x: hidden;
	font-family: 'Ubuntu', sans-serif;
}
/* Start Typography

-----------------------*/

p {
	color: #020814;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 15px;
	font-family: 'Ubuntu', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px 0;
	font-family: 'Ubuntu', sans-serif;
	color: #020814;
}
h1 {
	font-size: 40px;
	line-height: 48px;
}
h2 {
	font-size: 36px;
	line-height: 44px;
}
h3 {
	font-size: 32px;
	line-height: 40px;
}
h4 {
	font-size: 26px;
	line-height: 34px;
}
h5 {
	font-size: 22px;
	line-height: 30px;
}
h6 {
	font-size: 18px;
	line-height: 26px;
}
a {
	text-decoration: none;
	color: #ffa91f;
	outline: none;
	outline-offset: 0;
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
a:hover {
	color: #000;
}
 [class^="hvr-"] {
 margin: .4em;
 padding: 1em;
 cursor: pointer;

	/*background: #e1e1e1;*/

	text-decoration: none;
 color: #666;
 -webkit-tap-highlight-color: rgba(0,0,0,0);
}
/* End Typography

-----------------------*/





/* Start Form Fields

-----------------------*/

input[type="text"],  input[type="tel"],  input[type="email"],  textarea,  label {
	display: block;
	width: 100%;
	background: #fff;
	border-radius: 0px;
	border: none;
	border-bottom: 1px solid #bcbcbc;
	padding: 15px;
	margin-bottom: 30px;
}
input[type="text"] {
	background: url(../images/text-ico.png) no-repeat 98% 20px #fff;
}
input[type="tel"] {
	background: url(../images/tel-ico.png) no-repeat 98% 20px #fff;
}
input[type="email"] {
	background: url(../images/email-ico.png) no-repeat 98% 20px #fff;
}
input[name="captcha"] {
	background: #fff;
}
textarea {
	background: url(../images/message-ico.png) no-repeat 99.5% 20px #fff;
	height: 130px;
	resize: none;
}
input[type="submit"] {
	font-family: 'Ubuntu', sans-serif, 'FontAwesome';
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	display: block;
	width: 100%;
	border: none;
	padding: 15px;
	background: #ffa91f;
	text-transform: capitalize;
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
input[type="submit"]:hover {
	background: #020814;
}
 input::-webkit-input-placeholder {
 color: #020814;
 font-size:16px;
 line-height:24px;
 opacity:1;
 text-transform:capitalize;
}
 input::-moz-placeholder {
 color: #020814;
 font-size:16px;
 line-height:24px;
 opacity:1;
 text-transform:capitalize;
}
 input:-moz-placeholder {
 color: #020814;
 font-size:16px;
 line-height:24px;
 opacity:1;
 text-transform:capitalize;
}
 input:-ms-input-placeholder {
 color: #020814;
 font-size:16px;
 line-height:24px;
 opacity:1;
 text-transform:capitalize;
}
 textarea:-ms-input-placeholder {
 color: #020814;
 font-size:16px;
 line-height:24px;
 opacity:1;
 text-transform:capitalize;
}
 textarea:-moz-placeholder {
 color: #020814;
 font-size:16px;
 line-height:24px;
 opacity:1;
 text-transform:capitalize;
}
 textarea::-webkit-input-placeholder {
 color: #020814;
 font-size:16px;
 line-height:24px;
 opacity:1;
 text-transform:capitalize;
}
 textarea::-moz-placeholder {
 color: #020814;
 font-size:16px;
 line-height:24px;
 opacity:1;
 text-transform:capitalize;
}
 input:focus::-webkit-input-placeholder {
 color:transparent;
}
 input:focus::-moz-placeholder {
 color:transparent;
}
 input:focus:-moz-placeholder {
 color:transparent;
}
 input:focus:-ms-input-placeholder {
 color:transparent;
}
 textarea:focus:-ms-input-placeholder {
 color:transparent;
}
 textarea:focus:-moz-placeholder {
 color:transparent;
}
 textarea:focus::-webkit-input-placeholder {
 color:transparent;
}
 textarea:focus::-moz-placeholder {
 color:transparent;
}
/* End Form Fields

-----------------------*/





/* Start Scroll Go To Top

---------------------------*/

.scrollup {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 25px;
	right: 16px;
	display: none;
	text-indent: -9999px;
	text-decoration: none;
	outline: none;
	outline-offset: 0;
	background: url('../images/icon-top.png') no-repeat;
}
/* End Scroll Go To Top

-------------------------*/



header,  section.slider,  section.expertise,  section.people,  section.approach-services,  section.consultant,  footer,  footer .copy-rights-main,  section.approach,  section.services,  section.why-choose,  section.peoples,  section.contact,  section.default {
	float: left;
	width: 100%;
}
.clear {
	clear: both;
}
.padding-zero {
	padding: 0 !important;
}
/* Start General Class for Center Container */

.col-center {
	margin: 0 auto !important;
	float: none !important;
}
/* End General Class for Center Container */





/* 

===================================

Start General Style

=================================== 

*/



/* Start Header Style 

------------------------*/

header.inner-header {
	position: relative;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-attachment: fixed;
}
header.inner-header:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}
header.inner-header .title {
	position: relative;
	padding: 60px 0;
}
header.inner-header .title h1 {
	font-size: 40px;
	line-height: 48px;
	color: #ffa91f;
	margin: 0;
	text-transform: uppercase;
}
header.inner-header .title span {
	color: #fff;
}
header .logo-menu {
	background: #020814;
	padding: 15px 0;
	margin-top: 60px;
	position: relative;
}
header .logo-menu .logo {
	text-align: center;
}
header .logo-menu .logo a,  header .logo-menu .logo a img,  header .logo-menu .logo img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	display: inline-block;
}
.menu {
	padding: 26px 20px 26px 0;
}
.main-nav {
	margin: auto;
	width: 100%;
	text-align: right;
}
.main-nav ul {
	z-index: 999;
}
.main-nav ul li {
	display: inline-block;
	list-style: none;
	position: relative;
	text-align: center;
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.main-nav ul li a:before {
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	background: #ffa91f;
	width: 0;
	top: 0;
	max-width: 25px;
	-webkit-transition: width 0.5s ease;
	-moz-transition: width 0.5s ease;
	-ms-transition: width 0.5s ease;
	-o-transition: width 0.5s ease;
	transition: width 0.5s ease;
}
.main-nav ul li a {
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 21px;
	padding: 10px 20px;
	position: relative;
	font-weight: 400;
	outline: none;
	outline-offset: 0;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.main-nav ul ul li {
	padding-bottom: 0;
}
.main-nav ul ul li a {
	border-right: none;
	color: #fff;
}
.main-nav ul li.active a {
	color: #ffa91f;
}
.main-nav ul li a:hover {
	color: #ffa91f;
}
.main-nav ul ul a:hover {
	color: #000;
	text-indent: 10px;
	background: #fff;
}
.main-nav ul li a:hover:before,  .main-nav ul li.active a:before {
	width: 100%;
}
.main-nav li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
	margin-top: 0px;
}
.main-nav ul li ul {
	background: #45BEAD;
	visibility: hidden;
	width: auto;
	position: absolute;
	text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	opacity: 0;
	margin-top: 15px;
}
.main-nav ul ul li {
	border-top: 1px solid #ccc;
	display: block;
	float: none;
	margin: 0;
	list-style: none;
}
.main-nav ul ul li:last-child a {
	background: none;
}
.main-nav ul ul li:last-child a:hover {
	background: #fff;
}
.main-nav ul li.sub_menu a {
	padding-right: 32px;
}
.main-nav ul li.sub_menu a:before {
	border-left: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid rgba(0, 0, 0, 0);
	border-top: 6px solid #FFF;
	content: "";
	height: 0;
	position: absolute;
	right: 10px;
	top: 37px;
	width: 0;
	z-index: 999;
}
.main-nav ul ul a,  .main-nav ul ul a:link {
	font-size: 12px;
	line-height: 40px;
	padding: 0 15px;
	min-width: 200px;
	text-align: left;
}
.main-nav ul:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.main-nav ul,  .main-nav ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
.main-nav ul li ul ul {
	margin:-33px 0 0 256px !important;
}
.main-nav ul li:hover ul ul,  .main-nav ul li:hover ul ul ul,  .main-nav ul li.sfhover ul ul,  .main-nav ul li.sfhover ul ul ul {
	left: -999em;
}
.main-nav ul li:hover ul,  .main-nav ul li li:hover ul,  .main-nav ul li li li:hover ul,  .main-nav ul li.sfhover ul,  .main-nav ul li li.sfhover ul,  .main-nav ul li li li.sfhover ul {
	left: auto;
}
.main-nav ul li li li:hover ul {
	top: 30px;
}
/* End Header Style 

------------------------*/







/* Start Slider Style 

------------------------*/

section.slider {
	position: relative;
	z-index: -1;
	margin-top: -188px;
}
section.slider .owl-slider .item img {
	width: 100%;
	height: 100%;
}
section.slider span.overlay {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}
section.slider .slider-content {
	position: absolute;
	top: 40%;
	width: 100%;
}
section.slider .slider-content .content-box-slider {
	text-align: center;
}
section.slider .slider-content .content-box-slider h1 {
	font-size: 40px;
	line-height: 48px;
	font-weight: 700;
	color: #ffa91f;
	text-transform: uppercase;
}
section.slider .slider-content .content-box-slider h1 span {
	color: #fff;
}
section.slider .slider-content .content-box-slider p {
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
	margin-bottom: 40px;
}
section.slider .slider-content .content-box-slider a {
	text-align: center;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid #fff;
	font-size: 25px;
	line-height: 33px;
	padding: 15px 60px;
	background: none;
}
/* End Slider Style 

------------------------*/







/* Start Expertise Style 

------------------------*/

section.expertise {
	background: #fff;
	padding-bottom: 60px;
}
section.expertise .expertise-content {
	margin-top: -166px;
}
section.expertise .expertise-content .expertise-title {
	text-align: center;
	background: rgba(2, 8, 20, 0.8);
	padding: 10px 0;
}
section.expertise .expertise-content .expertise-title h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 48px;
	font-weight: 700;
	margin: 0;
}
section.expertise .expertise-content .expertise-list {
	background: #fff;
	margin-bottom: 65px;
}
section.expertise .expertise-content .expertise-list ul {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	border: 1px solid #e4e4e4;
}
section.expertise .expertise-content .expertise-list ul li {
	display: inline-block;
	width: 24.75%;
	position: relative;
	height: 190px;
	padding: 60px 30px;
	vertical-align: middle;
	border-bottom: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
}
section.expertise .expertise-content .expertise-list ul li img {
	filter: grayscale(100%);
	opacity: 0.3;
	max-width: 100%;
	height: auto;
	position: absolute;
	right: 30px;
	top: 50px;
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
section.expertise .expertise-content .expertise-list ul li a {
	font-size: 17px;
	line-height: 19px;
	color: #020814;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	padding: 15px 0;
	max-width: 200px;
	display: block;
}
section.expertise .expertise-content .expertise-list ul li:nth-child(4n+4) {
	border-right: none;
}
section.expertise .expertise-content .expertise-list ul li a:before {
	content: "";
	display: block;
	position: absolute;
	height: 4px;
	background: #020814;
	width: 44px;
	top: 0;
	max-width: 25px;
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
section.expertise .expertise-content .expertise-list ul li:hover a {
	color: #ffa91f;
}
section.expertise .expertise-content .expertise-list ul li:hover a:before {
	background: #ffa91f;
}
section.expertise .expertise-content .expertise-list ul li:hover img {
	filter: none;
	opacity: 1;
}
section.expertise .expertise-content p {
	text-align: center;
	margin: 0;
	color: #020814;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
}
/* End Expertise Style 

------------------------*/







/* Start Our People Style 

------------------------*/

section.people {
	background: #ffa91f;
	padding: 70px 0;
}
section.people .title-intro {
	text-align: center;
	margin-bottom: 50px;
}
section.people .title-intro h1 {
	font-size: 40px;
	line-height: 48px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
section.people .title-intro p {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}
section.people .industry-news-main {
	background: #000000;
	float: left;
	width: 100%;
	padding: 30px 0;
	margin-bottom: 60px;
}
section.people .industry-news-main .people-box .people-box-content h6 {
	color: #fff;
	font-size: 30px;
	line-height: 34px;
	font-weight: 400;
	margin: 0;
	text-transform: inherit;
}
section.people .industry-news-main .people-box .people-box-content h1 {
	color: #fff;
	font-size: 60px;
	line-height: 68px;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}
section.people .industry-news-main .people-box .people-box-content {
	padding: 50px 35px;
}
section.people .people-box {
	position: relative;
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	overflow: hidden;
}
section.people .people-box img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	display: inline-block;
	outline: 10px solid rgba(255, 255, 255, 0.5);
	outline-offset: -10px;
}
section.people .people-box:hover .people-box-content {
	left: 0;
}
section.people .people-box .people-box-content {
	position: absolute;
	left: -600px;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(2, 8, 20, 0.7);
	padding: 60px 35px;
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
section.people .people-box .people-box-content h6 {
	color: #fff;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	text-transform: capitalize;
}
section.people .people-box .people-box-content p,  section.people .people-box .people-box-content p a {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
section.people .people-box .people-box-content p a i {
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	width: 30px;
	height: 30px;
	padding: 5px 0;
	margin-right: 10px;
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
section.people .people-box .people-box-content p a i:hover {
	background: #ffa91f;
	color: #fff;
}
section.people .people-box .people-box-content p a:hover {
	color: #ffa91f;
}
/* End Our People Style 

------------------------*/







/* Start Approach Services Style 

-------------------------------*/

section.approach-services {
	background: #fff;
	padding: 90px 0;
}
section.approach-services .botm-box h1 {
	font-size: 40px;
	line-height: 48px;
	color: #020814;
	text-transform: uppercase;
}
section.approach-services .botm-box p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
}
/* End Approach Services Style 

------------------------------*/







/* Start Consultant Style 

---------------------------*/

section.consultant {
	background: url(../images/backgrounds/1.jpg) top center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	padding: 70px 0;
}
section.consultant span.overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(2, 8, 20, 0.7);
}
section.consultant .intro-text {
	text-align: center;
	margin-bottom: 60px;
}
section.consultant .intro-text h6 {
	margin: 0;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
}
section.consultant .intro-text h1 {
	font-size: 40px;
	line-height: 48px;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}
section.consultant .intro-text p {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin: 0;
	font-weight: 300;
}
section.consultant .consultant-form {
	background: #fff;
	position: relative;
	padding: 40px;
	border-top: 1px solid #f3f3f3;
}
/* End Consultant Style 

---------------------------*/







/* Start Footer Style 

---------------------------*/

footer {
	background: #000000;
}
footer .black-footer {
	padding: 45px 0;
}
footer .footer-columns hr {
	background: none;
	border: none;
	border-top: 1px solid #3e3e3e;
}
footer .footer-columns h6 {
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 700;
}
footer .footer-columns ul {
	display: block;
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
}
footer .footer-columns ul li {
	color: #949494;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 10px;
}
footer .footer-columns ul li a {
	color: #949494;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
footer .footer-columns ul li a:hover {
	color: #fff;
}
footer .footer-columns p {
	color: #949494;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
footer .footer-columns ul li span {
	display: inline-block;
	width: 118px;
}
footer .footer-columns.links {
	padding-left: 30px;
}
footer .footer-columns.links ul li {
	margin-bottom: 6px;
}
footer .footer-columns.links ul li:before {
	content: "\f105";
	font-family: 'FontAwesome';
	margin-right: 5px;
}
footer .footer-columns form {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
footer .footer-columns form label {
	position: relative;
	margin: 0;
	border: none;
	background: #1b1b1b;
	padding: 1px 0;
}
footer .footer-columns form label input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 700;
	width: auto;
	margin: 0;
	border: none;
}
footer .footer-columns form input[type="email"] {
	background: none;
	border: none;
	margin: 0;
	padding: 15px 90px 15px 15px;
	color: #646464;
}
 footer .footer-columns form input::-webkit-input-placeholder {
 color: #646464;
 font-size:16px;
 line-height:24px;
 opacity:1;
 text-transform:capitalize;
}
 footer .footer-columns form input::-moz-placeholder {
 color: #646464;
 font-size:16px;
 line-height:24px;
 opacity:1;
 text-transform:capitalize;
}
 footer .footer-columns form input:-moz-placeholder {
 color: #646464;
 font-size:16px;
 line-height:24px;
 opacity:1;
 text-transform:capitalize;
}
 footer .footer-columns form input:-ms-input-placeholder {
 color: #646464;
 font-size:16px;
 line-height:24px;
 opacity:1;
 text-transform:capitalize;
}
 footer .footer-columns form input:focus::-webkit-input-placeholder {
 color:transparent;
}
 footer .footer-columns form input:focus::-moz-placeholder {
 color:transparent;
}
 footer .footer-columns form input:focus:-moz-placeholder {
 color:transparent;
}
 footer .footer-columns form input:focus:-ms-input-placeholder {
 color:transparent;
}
footer .footer-columns img,  footer .footer-columns a img {
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
	height: auto;
}
footer .copy-rights-main {
	background: #020814;
	padding: 25px 0;
}
footer .copy-rights-main .email-btm {
	padding: 6px 0;
}
footer .copy-rights-main .email-btm,  footer .copy-rights-main .email-btm p,  footer .copy-rights-main .email-btm p a {
	text-align: left;
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	color: #4c5362;
}
footer .copy-rights-main .copy-rights {
	text-align: center;
	padding: 6px 0;
}
footer .copy-rights-main .copy-rights p {
	margin: 0;
	color: #4c5362;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}
footer .copy-rights-main .social-btm,  footer .copy-rights-main .social-btm p,  footer .copy-rights-main .social-btm p a {
	text-align: right;
	margin: 0;
}
footer .copy-rights-main .social-btm p {
	color: #949494;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
footer .copy-rights-main .social-btm p a {
	display: inline-block;
	margin-right: 12px;
}
footer .copy-rights-main .social-btm p i {
	width: 35px;
	height: 35px;
	text-align: center;
	border: 1px solid #949494;
	padding: 8px 0;
	color: #949494;
	font-size: 16px;
	font-weight: 400;
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
footer .copy-rights-main .social-btm p i:hover {
	background: #ffa91f;
	color: #fff;
	border-color: #ffa91f;
}
/* End Footer Style 

---------------------------*/







/* Start About Page Style 

---------------------------*/

section.approach {
	background: #fff;
}
section.approach .image-box {
	text-align: left;
}
section.approach .image-box img {
	max-width: 100%;
	height: auto;
}
section.approach .content-box {
	padding-right: 100px;
	padding-top: 80px;
}
section.approach .content-box h2 {
	font-size: 40px;
	line-height: 48px;
	color: #020814;
	text-transform: uppercase;
}
section.approach .content-box p {
	font-size: 16px;
	line-height: 24px;
	color: #020814;
	font-weight: 300;
}
section.services {
	background: #020814;
	padding: 65px 0;
}
section.services .content-box h2 {
	font-size: 40px;
	line-height: 48px;
	color: #fff;
	text-transform: uppercase;
}
section.services .content-box p {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 300;
}
section.why-choose {
	background: #fff;
	padding: 65px 0 0 0;
}
section.why-choose .title {
	text-align: center;
	margin-bottom: 30px;
}
section.why-choose .title h2 {
	font-size: 40px;
	line-height: 48px;
	color: #020814;
	text-transform: uppercase;
}
section.why-choose .content-box ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
section.why-choose .content-box ul li {
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 24px;
	color: #020814;
	font-weight: bold;
}
section.why-choose .content-box ul li:before {
	content: "\f0a9";
	font-family: 'FontAwesome';
	background: #ffa91f;
	display: inline-block;
	width: 25px;
	height: 24px;
	color: #fff;
	text-align: center;
	margin-right: 15px;
}
section.why-choose .image-box {
	text-align: right;
}
section.why-choose .image-box img {
	max-width: 100%;
	height: auto;
}
/* End About Page Style 

---------------------------*/







/* Start People Page Style 

---------------------------*/

section.peoples {
	background: #fff;
	padding: 100px 0;
}
section.peoples .people-box {
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 60px;
	margin-bottom: 80px;
}
section.peoples .people-box:last-child {
	border: none;
	margin-bottom: 0;
}
section.peoples .people-box .image-box {
	text-align: center;
}
section.peoples .people-box .image-box img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	display: inline-block;
}
section.peoples .people-box .content-box h4 {
	margin-bottom: 10px;
	font-size: 25px;
	line-height: 33px;
	color: #020814;
	text-transform: capitalize;
}
section.peoples .people-box .content-box h4 span {
	display: block;
	font-weight: 400;
}
section.peoples .people-box .content-box p {
	font-weight: 300;
	color: #020814;
	font-size: 16px;
	line-height: 24px;
}
section.peoples .people-box .content-box p strong {
	font-weight: 700;
	color: #020814;
	font-size: 16px;
	line-height: 24px;
}
section.peoples .people-box .content-box p a {
	font-size: 20px;
	line-height: 28px;
	color: #020814;
	display: table;
	margin-bottom: 10px;
}
section.peoples .people-box .content-box p a:hover {
	color: #ffa91f;
}
section.peoples .people-box .content-box .social-links p {
	margin-bottom: 10px;
}
section.peoples .people-box .content-box .social-links p a {
	display: inline-block;
	text-align: center;
	margin-right: 8px;
}
section.peoples .people-box .content-box .social-links p a i {
	display: block;
	text-align: center;
	width: 40px;
	height: 40px;
	border: 1px solid #020814;
	color: #020814;
	padding: 8px 0;
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
section.peoples .people-box .content-box .social-links p a i:hover {
	background: #ffa91f;
	color: #fff;
}
section.peoples .people-box .content-box ul {
	display: block;
	list-style: none;
	margin: 60px 0 0 0;
	padding: 0;
}
section.peoples .people-box .content-box ul li {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 24px;
	color: #020814;
	font-weight: bold;
	display: inline-block;
	width: 48%;
}
section.peoples .people-box .content-box ul li:before {
	content: "\f0a9";
	font-family: 'FontAwesome';
	background: #ffa91f;
	display: inline-block;
	width: 25px;
	height: 24px;
	color: #fff;
	text-align: center;
	margin-right: 15px;
}
/* End People Page Style 

---------------------------*/







/* Start Contact Page Style 

---------------------------*/

section.contact {
	background: #fff;
	padding: 80px 0;
}
section.contact .contact-details {
	background: #ffa91f;
	margin-bottom: 65px;
}
section.contact .contact-details .detail-box {
	padding: 20px;
}
section.contact .contact-details .detail-box h6 {
	font-size: 20px;
	line-height: 28px;
	color: #020814;
	margin-bottom: 30px;
	text-transform: capitalize;
}
section.contact .contact-details .detail-box ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
section.contact .contact-details .detail-box ul li {
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #020814;
	position: relative;
	margin-bottom: 20px;
	padding-left: 40px;
	font-weight: 400;
}
section.contact .contact-details .detail-box ul li i {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background: #000;
	color: #fff;
	text-align: center;
	padding: 5px 0;
}
section.contact .contact-details .detail-box ul li a {
	font-size: 18px;
	line-height: 26px;
	color: #020814;
	font-weight: 400;
}
section.contact .contact-details .detail-box ul li a:hover {
	color: #fff;
}
section.contact .contact-details .opening-hours ul li {
	padding-left: 0;
	margin-bottom: 3px;
}
section.contact .contact-details .opening-hours ul li:before {
	display: none;
}
section.contact .contact-details .opening-hours ul li span {
	display: inline-block;
	width: 118px;
}
section.contact .contact-details .detail-box {
	min-height: 290px;
}
section.contact .inquiry {
	border-top: 1px solid #cdcdcd;
	padding-top: 60px;
}
section.contact .inquiry .inquiry-form h4 {
	font-size: 30px;
	line-height: 35px;
	color: #020814;
	font-weight: bold;
	text-transform: uppercase;
}
section.contact .inquiry .inquiry-form form {
	border: 1px solid #cdcdcd;
	padding: 30px;
}
section.contact .inquiry .inquiry-form form input[name=captcha] {
	background: none;
}
section.contact .inquiry .location-map iframe {
	width: 100%;
	height: 583px;
	border: none;
	pointer-events: none;
}
/* End Contact Page Style 

---------------------------*/







/* Start Default Page Style 

---------------------------*/

section.default {
	background: #fff;
	padding: 80px 0;
}
section.default .content-box h1,  section.default .content-box h2,  section.default .content-box h3,  section.default .content-box h4,  section.default .content-box h5,  section.default .content-box h6 {
	color: #020814;
	text-transform: uppercase;
}
section.default .content-box h1 {
	font-size: 40px;
	line-height: 48px;
}
section.default .content-box h2 {
	font-size: 36px;
	line-height: 44px;
}
section.default .content-box h3 {
	font-size: 30px;
	line-height: 38px;
}
section.default .content-box h4 {
	font-size: 26px;
	line-height: 34px;
}
section.default .content-box h5 {
	font-size: 22px;
	line-height: 30px;
}
section.default .content-box h6 {
	font-size: 18px;
	line-height: 26px;
}
section.default .content-box p,  section.default .content-box p strong {
	color: #020814;
	font-size: 16px;
	line-height: 24px;
}
section.default .content-box p a {
	color: #ffa91f;
}
section.default .content-box p a:hover {
	color: #020814;
}
section.default .content-box ul {
	display: block;
	list-style: none;
	margin: 25px 0 0 0;
	padding: 0;
}
section.default .content-box ul li {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 24px;
	color: #020814;
	font-weight: bold;
	position: relative;
	padding-left: 35px;
}
section.default .content-box ul li:before {
	content: "\f0a9";
	font-family: 'FontAwesome';
	background: #ffa91f;
	display: inline-block;
	width: 25px;
	height: 24px;
	color: #fff;
	text-align: center;
	margin-right: 15px;
	position: absolute;
	left: 0;
	top: 0;
}
section.default .content-box img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	display: block;
	margin-bottom: 20px;
}
section.default .content-aside .search-box {
	margin-bottom: 60px;
}
section.default .content-aside .search-box form {
	display: block;
	width: 100%;
}
section.default .content-aside .search-box form label {
	position: relative;
	border: 1px solid #b9b9b9;
	padding: 0;
	font-weight: 400;
}
section.default .content-aside .search-box form label input[type="text"] {
	display: block;
	border: none;
	padding: 15px 15px 15px 68px;
	margin: 0;
	background: none;
	font-size: 16px;
	line-height: 24px;
	color: #b4b4b4;
}
section.default .content-aside .search-box form label input[type="submit"] {
	font-family: 'FontAwesome';
	font-size: 16px;
	line-height: 24px;
	color: #b4b4b4;
	position: absolute;
	left: 0;
	top: 0;
	background: none;
	width: auto;
	border-right: 1px solid #b9b9b9;
	padding: 6px 20px;
	top: 10px;
	margin: 0;
}
section.default .content-aside .search-box form label input[type="submit"]:hover {
	color: #020814;
	border-color: #020814;
}
 section.default .content-aside .search-box form label input::-webkit-input-placeholder {
 color: #b4b4b4;
 font-size:16px;
 line-height:24px;
 opacity:1;
 font-weight:400;
 font-style:italic;
 text-transform:capitalize;
}
 section.default .content-aside .search-box form label input::-moz-placeholder {
 color: #b4b4b4;
 font-size:16px;
 line-height:24px;
 opacity:1;
 font-weight:400;
 font-style:italic;
 text-transform:capitalize;
}
 section.default .content-aside .search-box form label input:-moz-placeholder {
 color: #b4b4b4;
 font-size:16px;
 line-height:24px;
 opacity:1;
 font-weight:400;
 font-style:italic;
 text-transform:capitalize;
}
 section.default .content-aside .search-box form label input:-ms-input-placeholder {
 color: #b4b4b4;
 font-size:16px;
 line-height:24px;
 opacity:1;
 font-weight:400;
 font-style:italic;
 text-transform:capitalize;
}
 section.default .content-aside .search-box form label input:focus::-webkit-input-placeholder {
 color:transparent;
}
 section.default .content-aside .search-box form label input:focus::-moz-placeholder {
 color:transparent;
}
 section.default .content-aside .search-box form label input:focus:-moz-placeholder {
 color:transparent;
}
 section.default .content-aside .search-box form label input:focus:-ms-input-placeholder {
 color:transparent;
}
section.default .content-aside .accordian-box h2 {
	font-size: 32px;
	line-height: 40px;
	color: #020814;
	text-transform: uppercase;
}
.smk_accordion {
	position: relative;
	border: 1px solid #b0b0b0;
}
.smk_accordion .border_none {
	border: none !important;
}
.smk_accordion .accordion_in {
	border: 1px solid #fff;
	position: relative;
	border-top-color: transparent;
	z-index: 10;
	overflow: hidden;
	border-width: 0;
}
.smk_accordion .accordion_in .acc_head {
	position: relative;
	background: #fff;
	padding: 15px 20px;
	display: block;
	cursor: pointer;
	border-bottom: 1px dashed #020814;
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.smk_accordion .accordion_in .acc_head:hover {
	background: #ffa91f;
	color: #020814;
}
.smk_accordion .accordion_in:last-child .acc_head {
	border-bottom: none;
}
.smk_accordion .accordion_in .acc_head h3 {
	color: #151515;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand {
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
	background: url(../images/plusminus.png) center 0;
}
.smk_accordion .accordion_in .acc_content {
	background: #f5f5f5;
	color: #020814;
	border: none;
}
.smk_accordion .accordion_in .acc_content p {
	font-size: 16px;
	line-height: 24px;
	margin-top: 0;
}
.smk_accordion .accordion_in .acc_content h1:first-of-type,  .smk_accordion .accordion_in .acc_content h2:first-of-type,  .smk_accordion .accordion_in .acc_content h3:first-of-type,  .smk_accordion .accordion_in .acc_content h4:first-of-type,  .smk_accordion .accordion_in .acc_content h5:first-of-type,  .smk_accordion .accordion_in .acc_content h6:first-of-type {
	margin-top: 5px;
}
.smk_accordion .accordion_in:last-of-type,  .smk_accordion .accordion_in:last-of-type .acc_content {
	border-radius: 0 0 3px 3px;
}
.smk_accordion .accordion_in.acc_active .acc_content {
	display: block;
}
.smk_accordion .accordion_in.acc_active .acc_head {
	background: #ffa91f;
	border-bottom: none !important;
}
.smk_accordion .accordion_in.acc_active .acc_head h3 {
	color: #020814;
	font-size: 18px;
	line-height: 26px;
}
.smk_accordion .accordion_in.acc_active .acc_head .acc_icon_expand {
	background: url(../images/plusminus.png) center -18px;
}
.smk_accordion .accordion_in .acc_content ul {
	display: block;
	list-style: none;
	margin: 0;
}
.smk_accordion .accordion_in .acc_content ul li {
	border-bottom: 1px dashed #020814;
	padding: 0;
	margin: 0;
}
.smk_accordion .accordion_in .acc_content ul li:before {
	display: none;
}
.smk_accordion .accordion_in .acc_content ul li:last-child {
	border: none;
}
.smk_accordion .accordion_in .acc_content ul li a {
	font-size: 16px;
	line-height: 24px;
	color: #020814;
	padding: 12px 22px;
	display: block;
	text-transform: capitalize;
	font-weight: 400;
}
.smk_accordion .accordion_in .acc_content ul li a:before {
	content: "\f105";
	color: #020814;
	margin: 0 10px 0 0;
	font-family: 'FontAwesome';
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.smk_accordion .accordion_in .acc_content ul li a:hover {
	color: #fff;
	text-indent: 10px;
	background: #020814;
}
.smk_accordion .accordion_in .acc_content ul li a:hover:before {
	color: #fff;
}
.smk_accordion .latest_offer .acc_head {
	background: #00b54e;
}
.smk_accordion .latest_offer .acc_head h3 {
	font-weight: 900;
	color: #074120;
	font-size: 24px;
	line-height: 32px;
}
.smk_accordion .latest_offer.acc_active .acc_head {
	padding: 0;
}
.smk_accordion .latest_offer.acc_active .acc_head h3 {
	font-weight: 900;
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	padding: 25px 20px;
}
.smk_accordion .latest_offer .acc_head .acc_icon_expand,  .smk_accordion .latest_offer.acc_active .acc_head .acc_icon_expand {
	background: url(../images/latest_offer.png) right center no-repeat;
	width: 51px;
	margin-top: -20px;
	height: 41px;
}

/* End Default Page Style 

---------------------------*/


.main-nav ul li ul {
	background: #ffa91f none repeat scroll 0 0;
	margin-top: 15px;
	opacity: 0;
	position: absolute;
	text-align: center;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: auto;
}
.main-nav ul ul li {
	border-top: 1px solid #ccc;
	display: block;
	float: none;
	list-style: outside none none;
	margin: 0;
}
.main-nav ul li.sub_menu a {
	padding-right: 32px;
}
.main-nav ul li.sub_menu a::before {
	border-left: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid rgba(0, 0, 0, 0);
	border-top: 6px solid #fff;
	content: "";
	height: 0;
	position: absolute;
	right: 10px;
	top: 37px;
	width: 0;
	z-index: 999;
}
.main-nav ul ul a, .main-nav ul ul a:link {
	font-size: 12px;
	line-height: 32px;
	min-width: 255px;
	padding: 0 15px;
	text-align: left;
}


.main-nav ul ul li.active a {
    color: #020814;
}

.sub-menu li a {
	background:#FFA91F;
}










/* Start Media Quaries

==================================== */

@media only screen and (min-width: 992px) and (max-width:1199px) {
.main-nav ul li a {
	padding: 10px;
}
section.slider .slider-content .content-box-slider h1 {
	font-size: 36px;
	line-height: 44px;
}
section.slider .slider-content {
	top: 38%;
}
section.expertise .expertise-content {
	margin-top: -120px;
}
section.expertise .expertise-content .expertise-list ul li {
	width: 24.7%;
}
section.expertise .expertise-content .expertise-list ul li img {
	right: 0;
	bottom: 0;
	top: inherit;
}
section.people .people-box .people-box-content h6 {
	font-size: 16px;
	line-height: 24px;
}
section.people .people-box .people-box-content {
	padding: 40px 35px;
}
section.consultant .intro-text p {
	font-size: 15px;
	line-height: 23px;
}
footer .footer-columns.links {
	padding-left: 15px;
}
footer .footer-columns ul li,  footer .footer-columns ul li a,  footer .footer-columns p,  section.contact .contact-details .detail-box ul li,  section.contact .contact-details .detail-box ul li a {
	font-size: 14px;
	line-height: 22px;
}
section.contact .contact-details .detail-box {
	padding: 18px;
}
footer .footer-columns ul li span {
	width: 95px;
}
header.inner-header .title h1,  section.approach .content-box h2,  section.services .content-box h2,  section.why-choose .title h2 {
	font-size: 36px;
	line-height: 44px;
}
section.approach .content-box {
	padding-right: 20px;
	padding-top: 15px;
}
section.peoples .people-box .content-box ul li {
	width: 48%;
}
section.contact .contact-details .detail-box h6 {
	font-size: 18px;
	line-height: 26px;
}
section.people .industry-news-main .people-box .people-box-content h6 {
	font-size: 20px;
	line-height: 24px;
}
section.people .industry-news-main .people-box .people-box-content h1 {
	font-size: 40px;
	line-height: 45px;
}
}
 @media only screen and (max-width: 991px) {
section.slider .owl-slider .item img {
	min-height: 600px;
}
.main-nav {
	text-align: center;
	padding: 0;
}
.main-nav ul li a {
	padding: 10px 14px;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
}
.menu {
	padding: 14px 0;
}
section.slider .slider-content .content-box-slider h1 {
	font-size: 32px;
	line-height: 40px;
}
section.slider .slider-content .content-box-slider p {
	font-size: 16px;
	line-height: 24px;
}
section.slider {
	margin-top: -257px;
}
header .logo-menu {
	margin-top: 0;
	padding: 0;
}
section.expertise .expertise-content {
	margin-top: -75px;
}
section.expertise .expertise-content .expertise-list ul li {
	width: 24.50%;
}
section.expertise .expertise-content .expertise-list ul li img {
	right: 0;
	bottom: 0;
	top: inherit;
}
section.expertise .expertise-content .expertise-title h1 {
	font-size: 30px;
	line-height: 38px;
}
section.slider .slider-content {
	top: 47%;
}
section.expertise .expertise-content .expertise-list ul li {
	padding: 40px 16px;
	height: 160px;
}
section.expertise .expertise-content .expertise-list ul li a {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
}
section.expertise .expertise-content .expertise-list ul li img {
	display: none;
}
section.people .people-box {
	width: 370px;
	margin: 0 auto 30px auto;
}
section.approach-services .botm-box {
	margin-bottom: 60px;
}
section.approach-services {
	padding: 90px 0 30px 0
}
footer .footer-columns ul li,  footer .footer-columns ul li a,  footer .footer-columns p {
	font-size: 14px;
	line-height: 22px;
}
footer .footer-columns ul li span {
	width: 95px;
}
header.inner-header .title h1,  section.approach .content-box h2,  section.services .content-box h2,  section.why-choose .title h2 {
	font-size: 32px;
	line-height: 40px;
}
section.approach .content-box {
	padding: 40px 30px;
}
section.peoples .people-box .image-box img {
	width: 100%;
	max-width: none;
	margin-bottom: 30px;
}
section.contact .contact-details .col-md-4 {
	border-right: none !important;
}
section.contact .contact-details .detail-box {
	min-height: inherit;
	padding: 30px;
	border-bottom: 1px solid #e79106;
}
section.contact .inquiry .inquiry-form {
	margin-bottom: 40px;
}
section.contact .inquiry .location-map iframe {
	height: 300px;
}
}
 @media only screen and (max-width: 767px) {
.main-nav ul li a span {
	display: none;
}
.main-nav ul li.active a {
	background: #000;
}
.menu {
	border: none;
}
.main-nav ul li ul {
	background-color: transparent;
	opacity: 1;
	position: static;
	transition: none;
}
.main-nav ul li a {
	line-height: 0px;
	border-radius: 0;
	-o-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-webkit-border-radius: 0;
}
.main-nav ul ul li {
	border: none;
}
.mean-container .mean-bar {
	position: static !important;
}
.main-nav ul ul a,  .main-nav ul ul a:link {
	line-height: inherit;
}
.main-nav ul ul a,  .main-nav ul ul a:link {
	min-width: inherit;
}
.main-nav ul li ul ul {
	margin: 0 !important;
}
header .navigation {
	display: none;
}
.menues_container {
	background: none;
	width: auto;
	z-index: 0;
}
.main-nav li a i {
	color: #fff;
}
header {
	border-top: 2px solid #ffa91f;
	background: #020814;
}
section.slider .slider-content .content-box-slider h1 {
	font-size: 34px;
	line-height: 42px;
}
section.slider {
	margin-top: 0;
}
section.slider .owl-slider .item img {
	min-height: 400px;
}
section.slider .slider-content {
	top: 15%;
}
section.slider .slider-content .content-box-slider h1 {
	font-size: 26px;
	line-height: 34px;
}
section.slider .slider-content .content-box-slider a {
	padding: 15px 20px;
}
section.expertise .expertise-content .expertise-list ul li {
	height: 130px;
	padding: 40px 10px
}
section.expertise .expertise-content .expertise-list ul li a {
	font-size: 11px;
	line-height: 13px;
}
footer .footer-columns,  footer .footer-columns.links {
	padding: 20px;
}
footer .footer-columns, footer .footer-columns.links {
	min-height: 340px;
}
footer .copy-rights-main .email-btm,  footer .copy-rights-main .email-btm p,  footer .copy-rights-main .email-btm p a,  footer .copy-rights-main .social-btm,  footer .copy-rights-main .social-btm p,  footer .copy-rights-main .social-btm p a {
	text-align: center;
}
footer .copy-rights-main .copy-rights {
	margin-bottom: 10px;
}
header.inner-header .title h1,  section.approach .content-box h2,  section.services .content-box h2,  section.why-choose .title h2 {
	font-size: 25px;
	line-height: 33px;
}
section.peoples .people-box .content-box ul li {
	width: 48%;
}
section.contact .contact-details .detail-box ul li,  section.contact .contact-details .detail-box ul li a {
	font-size: 14px;
	line-height: 22px;
}
section.contact .contact-details .detail-box {
	padding: 15px;
}
section.default .content-box {
	margin-bottom: 80px;
}
section.default .content-aside .search-box {
	margin-bottom: 20px;
}
}
 @media only screen and (max-width: 580px) {
.display-full {
	float: none !important;
	width: 100% !important;
	margin: 0 auto !important;
}
section.slider .slider-content .content-box-slider h1 {
	font-size: 23px;
	line-height: 26px;
}
section.slider .slider-content .content-box-slider p {
	font-size: 14px;
	line-height: 22px;
}
section.slider .slider-content .content-box-slider a {
	font-size: 18px;
	line-height: 26px;
	padding: 10px 50px;
}
section.slider .slider-content {
	top: 16%;
}
section.slider .owl-slider .item img {
	min-height: 350px;
}
section.expertise .expertise-content .expertise-list ul li {
	display: block;
	width: 100%;
	height: auto;
	border: none;
	padding: 30px 15px;
	border-bottom: 1px solid #e4e4e4;
}
section.expertise .expertise-content .expertise-list ul li a {
	font-size: 20px;
	line-height: 28px;
	max-width: 100%;
}
section.expertise .expertise-content .expertise-list ul li a {
	padding: 0;
}
section.expertise .expertise-content p {
	font-size: 14px;
	line-height: 20px;
}
section.slider .slider-content .content-box-slider p {
	margin-bottom: 20px;
}
section.slider .slider-content {
	top: 8%;
}
section.people .people-box {
	width: 100%;
	margin: 0 auto 30px auto;
}
section.people .people-box .people-box-content h6 {
	font-size: 16px;
	line-height: 24px;
}
section.people .people-box .people-box-content {
	padding: 40px 35px;
}
section.people .people-box img {
	width: 100%;
}
section.people .title-intro h1,  section.approach-services .botm-box h1 {
	font-size: 34px;
	line-height: 42px;
}
section.consultant .intro-text h1 {
	font-size: 26px;
	line-height: 34px;
}
section.consultant .intro-text p {
	font-size: 14px;
	line-height: 22px;
}
label {
	padding: 14px;
}
section.consultant .consultant-form {
	padding: 20px;
}
footer .footer-columns img, footer .footer-columns a img {
	display: block;
	margin: 0 auto;
}
footer .copy-rights-main .copy-rights p {
	font-size: 11px;
	line-height: 18px;
}
footer .footer-columns, footer .footer-columns.links {
	min-height: inherit;
}
header.inner-header .title h1,  section.approach .content-box h2,  section.services .content-box h2,  section.why-choose .title h2 {
	font-size: 28px;
	line-height: 36px;
}
section.why-choose .image-box {
	display: none;
}
section.why-choose {
	padding: 65px 0;
}
section.why-choose .content-box ul li {
	position: relative;
	padding-left: 35px;
}
section.why-choose .content-box ul li:before {
	position: absolute;
	left: 0;
	top: 0;
}
section.peoples .people-box .content-box ul li {
	display: block;
	width: 100%;
}
section.peoples .people-box .content-box h4 {
	font-size: 20px;
	line-height: 28px;
}
section.contact .inquiry .inquiry-form h4 {
	font-size: 24px;
	line-height: 32px;
	text-align: center;
}
section.people .industry-news-main .people-box .people-box-content h6 {
	font-size: 20px;
	line-height: 24px;
}
section.people .industry-news-main .people-box .people-box-content h1 {
	font-size: 40px;
	line-height: 45px;
}
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
}
 @media (-webkit-max-device-pixel-ratio) {
}
/* ========================= XXX ========================= XXX ========================= */

/* ========================= XXX ========================= XXX ========================= */
