@font-face {
	font-family: "akbalthom_nagaregular";
	src: url("../fonts/akbalthom_naga-webfont.woff2") format("woff2"),
		url("../fonts/akbalthom_naga-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "akbalthom_nagabold";
	src: url("../fonts/akbalthom_naga_bold-webfont.woff2") format("woff2"),
		url("../fonts/akbalthom_naga_bold-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

body {
	color: #231f20;
	font-family: "akbalthom_nagaregular" !important;
}
body::-webkit-scrollbar {
	width: 5px;
}

body::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(234, 156, 0, 1);
}

body::-webkit-scrollbar-thumb {
	background-color: rgba(234, 156, 0, 1);
	outline: 1px solid rgba(234, 156, 0, 1);
}
a,
a:hover,
a:active,
a:focus {
	outline: 0 !important;
	text-decoration: none;
}

/* Animation */
.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
.transition {
	-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;
}
.image {
	background-image: url(../images/image.png);
	background-repeat: no-repeat;
}
.shadow-wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 35px 0 0;
}
.shadow {
	position: relative;
	height: 30px;
}
.shadow:after {
	content: "";
	position: absolute;
	z-index: 0;
	top: -30px;
	width: 80%;
	height: 20px;
	left: 10%;
	right: 10%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
}
.background-gray {
	background-color: #eeeeee;
}
.background-white {
	background-color: #ffffff;
}

/************************************************
/////////////////////////////////////////////////
	Header
/////////////////////////////////////////////////
*************************************************/
.header {
	padding-top: 120px;
}
.header .search,
.header .navbar {
	background-position: center;
	background-repeat: repeat-y;
}
.header .search {
	position: relative;
	overflow: hidden;
	z-index: 3;
}
.header .search .company-name {
	width: 70%;
	float: left;
	height: 70px;
	line-height: 70px;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 200px;
	font-size: 12px;
	color: inherit;
}
.company-name h4 {
	color: #3e3c87;
}
.text-danger-yell {
	color: #ea9c00;
}
.header .search .searchbox {
	width: 215px;
	float: right;
	position: relative;
	text-align: right;
	padding: 25px 0px;
}
.header .search .searchbox a {
	border: 1px solid #3e3c87;
	padding: 5px;
	background-color: #3e3c87;
	font-size: 11px;
	color: #fff;
}
.header .search .searchbox form {
	margin-top: 18px;
	position: absolute;
}
.navbar .search .searchbox input[type="text"],
.navbar .search .searchbox .input-group-addon {
	height: 34px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
	border-color: #3a53a4;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.navbar .search .searchbox .input-group-addon {
	border-width: 0.5px 0.5px 0.5px 0px;
	padding-left: 15px;
	padding-right: 15px;
	background-position: -100px -180px;
}
.navbar .search .searchbox input[type="text"] {
	width: 200px;
	border-width: 0.5px 0px 0.5px 0.5px;
	padding-left: 10px;
	padding-right: 0;
	background-color: transparent;
}
.header .navbar {
	border-bottom: 0;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.header .navbar .navbar-header {
	width: 200px;
	height: 120px;
	margin-top: -70px;
	margin-left: -15px;
	padding-left: 15px;
	position: relative;
	z-index: 3;
	background-position: right top;
}
.header .navbar .navbar-header .navbar-brand {
	float: left;
	height: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.header .navbar .navbar-header .navbar-brand img {
	height: 100px;
}
.header .navbar .navbar-nav {
	margin-left: -25px;
	margin-right: -200px;
}
.header .navbar .navbar-nav > li > a {
	color: #3e3c87;
	z-index: 3;
	padding: 15px 20px;
	text-transform: uppercase;
	-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;
}
.header .navbar .navbar-nav > li:hover > a {
	color: #ea9c00;
}
.header .navbar .navbar-nav > li.active > a {
	background-color: #f8f8f8;
	color: #ea9c00;
}
.navbar-default .navbar-nav > li.pointer-events > a {
	pointer-events: none;
}
.navbar-default .navbar-nav > li.current_page_item > a,
.navbar-default .navbar-nav > li.current-page-ancestor > a,
.navbar-default .navbar-nav > li.current_page_parent > a,
.navbar-default .navbar-nav > li > ul li.current_page_item > a {
	background-color: #3a53a4;
	color: #fff;
}
.navbar-default .navbar-nav > li > ul li.current_page_item,
.navbar-default .navbar-nav > li > ul li.current_page_item > a {
	background-color: #3a53a4;
	color: #fff;
}
.login-successfull {
	float: right;
	color: #fff;
	margin: 0;
	padding: 15px 10px;
	position: relative;
	background-color: #258dc8;
}
.login-successfull li {
	list-style: none;
}
.login-successfull li a {
	color: #fff;
	text-transform: uppercase;
}
.login-successfull li a.dropdown-item {
	color: #000;
	padding: 5px 18px;
	float: left;
	width: 100%;
}
/* Second Level */
.navbar-default .navbar-nav > li > ul {
	width: 220px;
	padding: 0;
	margin: 0;
	position: absolute;
	background: #fff;
	list-style: none;
	left: 0;
	top: -150px;
	z-index: -1;
	/*-khtml-opacity: 0;
	  -moz-opacity: 0;
	       opacity: 0;
	    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	        filter: alpha(opacity=0);*/
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
}
.navbar-default .navbar-nav > li:hover > ul {
	top: 50px;
	z-index: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
.navbar-default .navbar-nav > li > ul li a {
	width: 100%;
	float: left;
	padding: 12px 20px;
	color: #231f20;
}
.navbar-default .navbar-nav > li > ul li a:hover,
.navbar-default .navbar-nav > li > ul li.current_page_item a {
	color: #fff;
	background: #3e3c87;
}
.navbar-default .navbar-nav > li > ul,
.navbar-default .navbar-nav > li:hover > ul,
.navbar-default .navbar-nav > li > ul li a,
.navbar-default .navbar-nav > li > ul li a:hover,
.navbar-default .navbar-nav > li > ul li.current_page_item a {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

/* Change to this style on scrop offset */
.header .top-nav-collapse .search .company-name {
	height: 20px;
	color: rgba(0, 0, 0, 0);
}
.header .top-nav-collapse .search .searchbox {
	margin-top: -60px;
}
.header .top-nav-collapse .navbar-header {
	width: 180px !important;
	background-position: right 35px;
}
.header .top-nav-collapse .navbar-nav {
	margin-left: 0;
}
.header .top-nav-collapse .navbar-header .navbar-brand img {
	height: 60px !important;
	margin-top: 45px;
}

@media only screen and (max-width: 768px) {
	.header .search .company-name {
		font-size: 11px;
		padding-left: 200px;
	}
	.header .navbar .navbar-header {
		width: 260px;
	}
	.header .navbar .navbar-header .navbar-brand img {
		height: 90px;
	}
	.header .navbar .navbar-nav > li > a {
		font-size: 12px;
		padding-left: 7.5px;
		padding-right: 7.5px;
	}
}
@media only screen and (max-width: 767px) {
	.header {
		padding-top: 70px;
	}
	.header .navbar .search .company-name {
		height: 20px;
	}
	.header .navbar .navbar-header {
		width: 100%;
		background-position: -250px 35px;
		background-repeat: no-repeat;
	}
	.header .navbar .navbar-header .navbar-brand img {
		height: 60px;
		margin-left: 0px;
		margin-top: 45px;
	}
	.navbar-toggle {
		bottom: 0;
		right: -30px;
		/*z-index: 999;*/
		padding: 10px 0px;
		border: none;
		position: absolute;
		background: none !important;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #3e3c87;
	}
	.scarousel .slick-prev {
		left: -6px;
	}
	.scarousel .slick-next {
		right: -6px;
	}
}

/************************************************
/////////////////////////////////////////////////
	Content
/////////////////////////////////////////////////
*************************************************/
.section {
	padding: 10px 0 0;
}
.section:first-child {
	padding: 40px 0 0;
}
.section h1 {
	margin: 0 0 15px;
	padding: 0;
	font-size: 36px;
	line-height: 36px;
	text-transform: uppercase;
	color: #3e3c87;
	font-family: "akbalthom_nagaregular";
}
.section h3 {
	margin: 0 0 20px;
}
.section p {
	font-size: 14px;
	line-height: 23px;
}
.section .section-item {
	margin: 15px 0 !important;
	float: left;
	max-height: 300px;
}
.single-card{
    text-align: center;
background: #FFFFFF;
box-shadow: 0px 20px 30px rgb(0 0 0 / 6%);
border-radius: 10px;
padding: 30px 15px !important;
cursor: pointer;
transition: .6s;
height: 300px;
}
.single-card .service-img{
    width: 75px;
background: #3e3c87;
height: 75px;
border-radius: 100%;
display: flex;
justify-content: center;
align-items: center;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}
.single-card .glyphicon {
    padding: 5px;
color: #ea9c00;
font-weight: 100;
font-size: 30px;
border-radius: 50%;
}
.section .section-item:first-child {
	margin: 0 0 15px;
}
.section .section-item .single-card:hover{
    border: 1px solid #dadada;
    -webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.section .section-item .single-card{
    -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
    border: 1px solid #fff;

}
.single-card h3{
    color: #ea9c00;
    font-size: 22px;
}
.section figure.jsection {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	background: #000;
}
.section figure.jsection * {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.section figure.jsection img {
	width: 100%;
	height: auto !important;
	margin: 0;
	max-width: none;
	border: solid #eee 1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.section figure.jsection:hover img {
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}
.section figure.jsection figcaption {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 20px 30px;
	color: #fff;
}
.section figure.jsection figcaption > a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
}
.section figure.jsection figcaption h4 {
	position: relative;
	font-size: 20px;
	margin: 30% 0 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.section figure.jsection:hover figcaption h4 {
	margin: 5% 0 0;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
.section figure.jsection figcaption p {
	margin-top: 15px;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.section figure.jsection:hover figcaption p {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.section figure.jsection .sub-mask {
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px 20px;
	width: 100%;
	z-index: 1;
}
.section figure.jsection:hover .sub-mask {
	bottom: -100px;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

/* Dropdown */
.section .btn-success,
.section .btn-success.active,
.section .btn-success.focus,
.section .btn-success:hover,
.section .open > .dropdown-toggle.btn-success {
	background-color: #3e3c87;
	border-color: #3e3c87;
	box-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.section .btn-default {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.section .dropdown-menu {
	padding: 0 !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.section .dropdown-menu li a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.section .dropdown-menu li a.current {
	pointer-events: none;
}
.section .dropdown-menu li a.current,
.section .dropdown-menu li a:hover {
	background: #3e3c87;
	color: #fff;
}
.section .dropdown-menu li a,
.section .dropdown-menu li a.current,
.section .dropdown-menu li a:hover {
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.section .btn-group {
	margin: -15px 0 20px;
}
.section .btn-group .btn-default {
	text-align: left;
}

/* Facebook */
.single .fb-like {
	width: 100% !important;
	min-height: 30px;
	float: left;
	margin: 20px 0 0;
	overflow-x: hidden;
}

/* Pagination */
.pagination {
	margin: 20px 0;
}
.pagination ul {
	padding: 0;
	margin: 0 auto;
	float: none;
}
.pagination li {
	list-style: none;
	float: left;
	margin: 0 4px;
	color: #3e3c87;
	line-height: 40px;
}
.pagination li a {
	min-width: 40px;
	height: 40px;
	color: #fff;
	float: left;
	line-height: 40px;
	text-align: center;
	background-color: #3e3c87;
	background-image: url(../images/image.png);
	background-position: -1000px -1000px;
	background-repeat: no-repeat;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.pagination li a.current {
	background-color: #547f3a;
}
.pagination li a.prev,
.pagination li a.prev-disabled {
	background-position: -144px -132px;
}
.pagination li a.next,
.pagination li a.next-disabled {
	background-position: -205px -132px;
}
.pagination li a.prev-disabled,
.pagination li a.next-disabled {
	cursor: default;
	pointer-events: none;
	background-color: #547f3a;
}

@media only screen and (max-width: 768px) {
	.section h1 {
		font-size: 28px;
		line-height: 28px;
	}
	.section .btn-group {
		margin: -10px 0 20px;
	}
	.section figure.jsection .sub-mask h4 {
		font-size: 12px;
	}
	.section figure.jsection figcaption h4 {
		font-size: 18px;
	}
}

@media only screen and (max-width: 767px) {
	.section:first-child {
		padding: 22px 0 0;
	}
	.shadow-wrapper {
		margin: 10px 0 0;
	}
	.section h1 {
		font-size: 22px;
		line-height: 22px;
	}
	.section h3 {
		font-size: 18px;
		line-height: 22px;
	}
	.section p {
		font-size: 12px;
		line-height: 18px;
	}
	.section .btn-group {
		width: 100%;
		margin-bottom: 10px;
	}
	.section .btn-group .btn-default {
		width: calc(100% - 25px);
	}
}

/************************************************
/////////////////////////////////////////////////
	Footer
/////////////////////////////////////////////////
*************************************************/
.footer .information {
	margin: 0;
	padding-top: 210px;
	padding-bottom: 50px;
	background: url(../images/footer.png) center 25px no-repeat;
	float: left;
}
.footer .information h3 {
	margin: 18px 0;
}
.footer .information i {
	margin-right: 10px;
}
.footer span {
	padding: 15px 0;
}
.footer span img {
	margin: -10px 0 0;
}
.footer .lets-talk,
.footer .social {
	margin: 0;
	padding: 0;
}
.footer .lets-talk li {
	width: 100%;
	float: left;
	list-style: outside none none;
}
.footer .lets-talk li span {
	width: 25px;
	height: 25px;
	float: left;
	margin-right: 3px;
}
.footer .lets-talk li span.telephone {
	background-position: 0 -185px;
}
.footer .lets-talk li span.mobile-phone {
	background-position: -25px -185px;
}
.footer .lets-talk li span.email {
	background-position: -50px -185px;
}
.footer .lets-talk li a {
	color: #231f20;
	-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;
}
.footer .lets-talk li a:hover {
	color: #3e3c87;
}
.footer .social li {
	display: inline-block;
	list-style: outside none none;
	margin-right: 0px;
	width: 35px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.footer .social li a {
	float: left;
	height: 35px;
	line-height: 34px;
    width: 35px;
    padding: 1px;
	background-color: #3b3b3c;
	-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;
}
.footer .social li:hover a {
	background-color: transparent;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.footer .social li img {
	max-width: 100%;
}

.footer .col-sm-1,
.footer .col-sm-2,
.footer .col-sm-3,
.footer .col-sm-4 {
	min-height: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer .col-sm-1 {
		width: 28%;
	}
	.footer .col-sm-2 {
		width: 27%;
	}
	.footer .col-sm-3 {
		width: 25%;
	}
	.footer .col-sm-4 {
		width: 20%;
	}
	.footer .information h3 {
		font-size: 16px;
		margin: 10px 0;
	}
	.footer .information p,
	.footer .information li {
		font-size: 11px;
	}
	.footer .social li,
	.footer .social li a {
		width: 30px;
		height: 30px;
	}
}
@media only screen and (min-width: 992px) {
	.footer .col-sm-1 {
		width: 30%;
	}
	.footer .col-sm-2 {
		width: 31%;
	}
	.footer .col-sm-3 {
		width: 22%;
	}
	.footer .col-sm-4 {
		width: 17%;
	}
}
@media only screen and (min-width: 1200px) {
	.footer .col-sm-1 {
		width: 30%;
	}
	.footer .col-sm-2 {
		width: 34%;
	}
	.footer .col-sm-3 {
		width: 22%;
	}
	.footer .col-sm-4 {
		width: 14%;
	}
}
.footer .container-fluid {
	color: #fff;
	background-color: #3e3c87;
}
@media only screen and (max-width: 480px) {
	.footer .information {
		text-align: center;
		padding-top: 120px;
		padding-bottom: 10px;
		background: url(../images/footer.png) center 15px no-repeat;
		background-size: 180% auto;
	}
	.footer .information h3 {
		margin: 8px 0;
	}
	.footer .col-sm-1,
	.footer .col-sm-2,
	.footer .col-sm-3,
	.footer .col-sm-4 {
		width: 66.6667%;
		margin-bottom: 20px;
		margin-left: 16.6667%;
	}
	.footer .col-sm-2 {
		width: 100%;
		margin-left: 0;
	}
	.footer .col-sm-1 p,
	.footer .col-sm-2 p,
	.footer .col-sm-3 p,
	.footer .col-sm-4 p {
		margin: 0;
	}
	.footer .container-fluid {
		padding: 12px 30px;
		text-align: center;
	}
	.footer .container-fluid .container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.footer span {
		padding: 0 0 2px;
	}
	.footer span.text-right {
		text-align: center !important;
	}
}
.footer .scrollup {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff !important;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none !important;
	position: fixed;
	bottom: 75px;
	right: 15px;
	z-index: 2;
	background: rgba(140, 196, 65, 1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.footer .scrollup.show {
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.job .work {
	margin-top: 30px;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.job .work p {
	font-size: 34px;
	line-height: 41px;
}
.job .btn-job {
	border: 1px solid #3e3c87;
	padding: 10px 20px;
	margin-top: 30px;
	background: #3e3c87;
	border-radius: 50px;
	color: #fff;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.job .btn-job:hover {
	border: 1px solid #ea9c00;
	background: #ea9c00;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	border-radius: 5px;
}
.section:nth-child(2n + 1) {
	background: #fff;
}
.section:nth-child(2n + 1) .shadow-wrapper {
	background-color: #fff;
}
.section:nth-child(2n + 2) {
	background: #fff;
}
.section:nth-child(2n + 2) .shadow-wrapper {
	background-color: #fff;
}

.expertise .slick-slide .jthumb {
	margin: 5px auto;
	width: 122px;
	height: 122px;
	background: #fff;
	border: solid #eeeeee 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	outline: none;
}
.expertise .slick-slide:hover .jthumb {
	background: #3e3c87;
	border: solid #ffffff 5px;
	-webkit-box-shadow: 0px 0px 0px 5px #3e3c87;
	-moz-box-shadow: 0px 0px 0px 5px #3e3c87;
	-o-box-shadow: 0px 0px 0px 5px #3e3c87;
	box-shadow: 0px 0px 0px 5px #3e3c87;
}
.expertise .slick-slide .jthumb img {
	width: 100%;
	border-radius: 50%;
}

.expertise .slick-slide h5 {
	max-width: 100px;
	line-height: 18px;
	color: #000;
	font-weight: 500;
	margin: 0 auto;
}
.expertise .slick-slide:hover h5 {
	color: #3e3c87;
}
.expertise .slick-slide .jthumb,
.expertise .slick-slide .jthumb img,
.expertise .slick-slide h5 {
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
}
.expertise .slick-slide:hover .jthumb,
.expertise .slick-slide:hover .jthumb img,
.expertise .slick-slide:hover h5 {
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.news-events,
.our-clients {
	padding-bottom: 30px;
}

.scarousel .slick-prev,
.scarousel .slick-next {
	width: 40px;
	height: 40px;
	color: transparent;
	background: #3e3c87 url(../images/image.png) -144px -132px no-repeat;
	position: absolute;
	border: none;
	top: 50%;
	z-index: 9;
	margin-top: -20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.scarousel .slick-prev {
	left: -15px;
}
.scarousel .slick-next {
	right: -15px;
	background-position: -205px -132px;
}
.scarousel .slick-disabled {
	cursor: default;
	background-color: rgba(20, 44, 71, 0.5);
	outline: none;
}
.scarousel img {
	margin: 0 auto !important;
}

.client-speech {
	padding: 30px 0 0;
	background: url(../images/client-speech.jpg) no-repeat center !important;
}
.client-speech .carousel-inner > .item {
	height: 200px;
	margin: 30px 0 15px;
	background-position: center;
	background-repeat: no-repeat;
}
.client-speech .carousel-caption {
	text-shadow: none;
	padding-top: 0;
	padding-bottom: 40px;
	bottom: 0;
}
.client-speech blockquote {
	color: #333;
	box-shadow: none;
	border: none;
	position: relative;
	padding: 10px 35px;
	margin: 20px 0;
}
.client-speech blockquote::before {
	content: "“";
	font-family: Arial;
	font-size: 60px;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 30px;
}
.client-speech blockquote::after {
	content: "”";
	font-family: Arial;
	font-size: 60px;
	line-height: 0;
	position: absolute;
	right: 0;
	bottom: 0px;
}
.client-speech blockquote > p {
	font-size: 16px;
	line-height: 22px;
}
.client-speech h4,
.client-speech h5 {
	color: #333;
	margin: 3px 0;
	font-size: 16px;
}
.client-speech h4 {
	margin-top: 10px;
	text-transform: uppercase;
}
.carousel-indicators {
	bottom: -10px;
}
.carousel-indicators li {
	margin: 0 3px !important;
	width: 15px !important;
	height: 15px !important;
	border: 0 !important;
	background-color: #3e3c87;
}
.carousel-indicators li.active {
	background-color: #ea9c00;
}

@media only screen and (max-width: 480px) {
	.expertise .slick-slide .jthumb {
		width: 170px;
		height: 170px;
	}
	.expertise .slick-slide h5 {
		font-size: 16px;
		line-height: 18px;
	}
	.scarousel .slick-prev {
		left: 3%;
	}
	.scarousel .slick-next {
		right: 3%;
	}
	.client-speech .carousel-caption {
		left: 0;
		width: 100% !important;
	}
	.client-speech h2 {
		font-size: 22px;
		line-height: 22px;
	}
	.client-speech blockquote > p {
		font-size: 14px;
		line-height: 18px;
	}
}

.footer {
	border-top: 1px solid #dadada;
	float: left;
	width: 100%;
	margin-top: 50px;
	padding: 20px 0px;
}
.contact-info li a {
	color: #000;
}
.contact-info {
	padding: 0px;
	margin: 0px;
}
.contact-info li {
	list-style: none;
	padding: 5px 0px;
}
.footer-button {
	float: left;
	width: 100%;
	text-align: center;
	border-top: 1px solid #dadada;
	padding: 15px 0px;
	background: #eee;
	color: #3e3c87;
}

.contact-us .contact-information {
	list-style: none;
	padding: 0;
}
.contact-us .contact-information li {
	width: 100%;
	float: left;
	list-style: none;
	margin-bottom: 5px;
	line-height: 20px;
}
.contact-us .contact-information li span {
	width: 25px;
	height: 25px;
	float: left;
	margin-right: 3px;
}
.contact-us .contact-information li span.telephone {
	background-position: 0 -185px;
}
.contact-us .contact-information li span.mobile-phone {
	background-position: -25px -185px;
}
.contact-us .contact-information li span.email {
	background-position: -50px -185px;
}
.contact-us .contact-information li span.address {
	background-position: -75px -185px;
}
.contact-us .google-map {
	width: 100%;
	height: 400px;
	float: left;
	margin: 30px 0;
	background: #e5e3df;
}

/* Contact Form */
.contact-us form {
	margin: 15px 0 30px;
	float: left;
}
.contact-us input[type="text"],
.contact-us input[type="email"],
.contact-us input[type="tel"],
.contact-us textarea {
	width: 100%;
	padding: 10px;
	margin: 0 0 30px;
	border: solid #ccc 1px;
	resize: none;
}
.contact-us input[type="submit"] {
	color: #fff;
	background: #8cc441;
	border: none;
	padding: 10px 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

@media only screen and (max-width: 480px) {
	.contact-us h3 {
		font-size: 18px;
	}
	.contact-us .contact-information li {
		font-size: 12px;
	}
	.contact-us input[type="text"],
	.contact-us input[type="email"],
	.contact-us input[type="tel"],
	.contact-us textarea {
		margin: 0 0 15px;
	}
	.g-recaptcha {
		width: 100%;
		height: 88px;
		margin: 0 0 15px;
		padding: 5px 0 0 13px;
		background: #f9f9f9;
	}
}

/* PAGINATIN */
.dataTables_paginate .pagination,
.dataTables_paginate .pagination {
	margin: 8px 0px;
}
.dataTables_paginate .pagination > .active > a,
.dataTables_paginate .pagination > .active > span,
.dataTables_paginate .pagination > .active > a:hover,
.dataTables_paginate .pagination > .active > span:hover,
.dataTables_paginate .pagination > .active > a:focus,
.dataTables_paginate .pagination > .active > span:focus,
.e .pagination > .active > a,
.e .pagination > .active > span,
.e .pagination > .active > a:hover,
.e .pagination > .active > span:hover,
.e .pagination > .active > a:focus,
.e .pagination > .active > span:focus {
	background-color: #f4f4f4;
	border-color: #dddddd;
	color: inherit;
	outline: none;
	cursor: default;
	z-index: 2;
}

.dataTables_paginate .paginate_button.previous a {
	background: url(../images/back.png) -8px/64px !important;
	background-repeat: no-repeat;
}
.dataTables_paginate .paginate_button.next a {
	background: url(../images/next.png) -22px/64px !important;
	background-repeat: no-repeat;
}
.paginate_button.next a:focus,
.paginate_button.previous a:focus,
.paginate_button.previous a:hover,
.paginate_button.next a:hover,
.paginate_button.previous a,
.paginate_button.next a {
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	color: transparent;
}
.dataTables_paginate .pagination > li > a,
.dataTables_paginate .pagination > li > span .e .pagination > li > a,
.e .pagination > li > span {
	background-color: #ffffff;
	border: 0px solid #dddddd;
	float: left;
	width: 35px;
	height: 35px;
	line-height: 25px;
	margin: 0px 5px;
	padding: 4px 13px;
	position: relative;
	text-decoration: none;
	outline: none;
}
.dataTables_paginate .pagination > li > a,
.dataTables_paginate .pagination > li > span,
.dataTables_paginate .pagination > li:last-child > a,
.dataTables_paginate .pagination > li:last-child > span,
.e .pagination > li > a,
.e .pagination > li > span,
.e .pagination > li:last-child > a,
.e .pagination > li:last-child > span {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
