body {
	font-family: 'Montserrat', sans-serif;
	top: 0 !important;
}
* {
	outline: none !important;
}
a {
	color: inherit;
	text-decoration: none !important;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	-ms-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
}
.fa, svg {
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	-ms-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	color: inherit;
}
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	-ms-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
}
ul, li, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
p {
	color: inherit;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	padding: 10px 15px;
	display: block;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	-ms-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
}
input[type="submit"], input[type="button"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	padding: 10px 15px;
	display: block;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	-ms-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
}
.close-btn {
	display: none;
}
/*iframe.goog-te-banner-frame.skiptranslate{

	opacity: 0;

	pointer-events: none;

	

	body.goog-te-banner{

		opacity: 0;

	pointer-events: none;

	}

}

*/

.goog-te-banner-frame.skiptranslate {
	opacity: 0;
	pointer-events: none;
}
.goog-te-menu-frame.skiptranslate {
	top: 30px !important;
	display: block;
}
.goog-te-menu-frame.skiptranslate table {
	background-color: #EB891C;
	color: #fff;
}
.goog-te-menu2 {
	background-color: #EB891C;
	color: #fff;
	border: 0;
}
.side-social-nav {
	position: fixed;
	top: 40vh;
	z-index: 9;
}
.side-social-nav li {
	display: block;
	width: 40px;
	height: 40px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.side-social-nav li:hover {
	width: 60px;
}
.side-social-nav li.fb {
	background-color: #3B5998;
}
.side-social-nav li.twi {
	background-color: #39A9E0;
}
.side-social-nav li.gplus {
	background-color: #D14836;
}
.side-social-nav li.you {
	background-color: #FF0000;
}
.side-social-nav li a {
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-align: center;
}
.side-social-nav li a:hover {
	background-color: #000;
}
header .top-banner {
	background-color: #222;
}
header .top-banner .row {
	display: flex;
	align-items: center;
}
header .top-banner h1 {
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	line-height: 30px;
}
header .top-banner h1 span {
	color: #EB891C;
}
header .top-banner .info-box {
	text-align: right;
}
header .top-banner .info-box ul {
	float: left;
}
header .top-banner .info-box ul li {
	float: left;
}
header .top-banner .info-box .contact-info li {
	padding: 0 10px;
}
header .top-banner .info-box .contact-info li a {
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	line-height: 30px;
}
header .top-banner .info-box .contact-info li a i {
	color: #EB891C;
	font-size: 15px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 2px;
}
header .top-banner .info-box .contact-info li a:hover {
	color: #EB891C;
}
header .top-banner .info-box .lang-box {
	float: right;
	height: 32px;
	overflow: hidden;
	margin-left: 10px;
}
header .top-banner .info-box .lang-box .goog-te-gadget {
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	line-height: 30px;
}
header .top-banner .info-box .lang-box .goog-te-gadget .goog-te-gadget-simple {
	background-color: #EB891C;
	border: 0;
	padding: 0;
	font-size: inherit;
	display: block;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	color: #fff;
}
header .top-banner .info-box .lang-box .goog-te-gadget .goog-te-gadget-simple img {
	display: none;
}
header .top-banner .info-box .lang-box .goog-te-gadget .goog-te-gadget-simple span {
	display: block;
}
header .top-banner .info-box .lang-box .goog-te-gadget .goog-te-gadget-simple span a {
	display: block;
	padding: 0 10px;
	color: #fff;
}
header .middle-head {
	padding: 10px 0;
	background-color: rgba(255, 255, 255, 0.5);
	position: relative;
}
header .logo a img {
	display: block;
	max-width: 100%;
	height: 80px;
}
header .nav-btn-box {
	display: none;
}
header .main-menu {
	text-align: right;
	padding: 20px 0;
}
header .main-menu .download-btn {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
header .main-menu .download-btn a {
	background-color: #2D2F93;
	display: block;
	line-height: 40px;
	padding: 0 25px;
	color: #fff;
	border-radius: 3px;
	font-weight: 500;
	font-size: 13px;
}
header .main-menu .download-btn a:hover {
	background-color: #EB891C;
}
header .main-menu nav {
	display: inline-block;
	vertical-align: middle;
}
header .main-menu nav > ul {
	text-align: right;
}
header .main-menu nav > ul > li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	color: #fff;
	margin-left: 10px;
}
header .main-menu nav > ul > li:last-child::after {
	display: none;
}
header .main-menu nav > ul > li.current-menu-item > a {
	color: #EB891C;
}
header .main-menu nav > ul > li:hover > a {
	color: #EB891C;
}
header .main-menu nav > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
	top: 100%;
}
header .main-menu nav > ul > li > a {
	display: block;
	padding: 0;
	letter-spacing: 1px;
	font-size: 13px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 600;
	color: #666;
}
header .main-menu nav > ul > li > ul {
	position: absolute;
	left: 0;
	top: 170%;
	width: 250px;
	z-index: 99;
	background-color: #2D2F93;
	padding: 0px 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}
header .main-menu nav > ul > li > ul li {
	display: block;
	float: none;
}
header .main-menu nav > ul > li > ul a {
	color: #fff;
	display: block;
	line-height: 32px;
	font-size: 12px;
	padding: 0 15px;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	text-align: left;
}
header .main-menu nav > ul > li > ul a:hover {
	background-color: #EB891C;
	color: #fff;
}
 @keyframes my-zoom {
 0% {
 transform: scale(1);
 opacity: 0;
}
 70% {
 transform: scale(1.3);
 opacity: 1;
}
 100% {
 transform: scale(1);
 opacity: 0;
}
}
 @-webkit-keyframes my-zoom {
 0% {
 transform: scale(1);
 opacity: 0;
}
 70% {
 transform: scale(1.3);
 opacity: 1;
}
 100% {
 transform: scale(1);
 opacity: 0;
}
}
.top-slider {
	position: relative;
}
.top-slider .curve {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.top-slider .curve img {
	display: block;
	width: 100%;
}
.top-slider .skin-cover {
	position: absolute;
	left: 0;
	right: 0;
	top: 25%;
	z-index: 1;
	background-position: center;
	background-size: cover;
	text-align: center;
}
.top-slider .skin-cover .text-area {
	color: #fff;
	width: 60%;
	float: none;
	margin: 0 auto;
}
.top-slider .skin-cover .text-area h2 {
	font-size: 26px;
	line-height: 36px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
	position: relative;
	top: -100px;
	opacity: 0;
	margin-bottom: 8px;
	font-weight: 400;
	text-transform: capitalize;
}
.top-slider .skin-cover .text-area h3 {
	font-size: 60px;
	position: relative;
	left: -50px;
	opacity: 0;
	-webkit-transition: all 1s 1.5s;
	-moz-transition: all 1s 1.5s;
	-ms-transition: all 1s 1.5s;
	transition: all 1s 1.5s;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
}
.top-slider .skin-cover .text-area h5 {
	font-size: 22px;
	position: relative;
	bottom: -50px;
	opacity: 0;
	-webkit-transition: all 1s 1.5s;
	-moz-transition: all 1s 1.5s;
	-ms-transition: all 1s 1.5s;
	transition: all 1s 1.5s;
	font-weight: 300;
	text-transform: capitalize;
}
.top-slider .skin-cover .text-area .link {
	position: relative;
	right: -50px;
	opacity: 0;
	-webkit-transition: all 0.5s 2.5s;
	-moz-transition: all 0.5s 2.5s;
	-ms-transition: all 0.5s 2.5s;
	transition: all 0.5s 2.5s;
}
.top-slider .skin-cover .text-area a {
	margin-top: 30px;
	display: inline-block;
	padding: 0px 40px;
	text-transform: uppercase;
	color: #2D2F93;
	line-height: 40px;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 600;
	border-radius: 3px;
	font-weight: 600;
	background-color: #fff;
	box-shadow: 0 4px 10px 0 rgba(255, 255, 255, 0.2), 0 4px 20px 0 rgba(255, 255, 255, 0.19);
}
.top-slider .skin-cover .text-area a:hover {
	background-color: #2D2F93;
	color: #fff;
}
.top-slider .main-slider .slick-slide {
	background-position: center;
	background-size: cover;
	background-color: #222;
	overflow: hidden;
	position: relative;
	height: 80vh;
	min-height: 500px;
}
.top-slider .main-slider .slick-slide.slick-current .img-box {
	-webkit-animation: my-zoom 6s;
	animation: my-zoom 6s;
}
.top-slider .main-slider .slick-slide.slick-current .text-area h2 {
	opacity: 1;
	top: 0;
}
.top-slider .main-slider .slick-slide.slick-current .text-area h3 {
	left: 0;
	opacity: 1;
}
.top-slider .main-slider .slick-slide.slick-current .text-area h5 {
	bottom: 0;
	opacity: 1;
}
.top-slider .main-slider .slick-slide.slick-current .text-area .link {
	opacity: 1;
	right: 0;
}
.top-slider .main-slider .slick-slide .img-box {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-position: center;
	background-size: cover;
	-webkit-transition: all 12s;
	-moz-transition: all 12s;
	-ms-transition: all 12s;
	transition: all 12s;
	opacity: 0.8;
}
.top-slider .main-slider .slick-arrow {
	display: none !important;
	position: absolute;
	margin-top: -35px;
	top: 40%;
	z-index: 1;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	opacity: 0.5;
}
.top-slider .main-slider .slick-arrow:hover {
	opacity: 1;
}
.top-slider .main-slider .slick-arrow.slick-prev {
	left: 0;
	width: 40px;
}
.top-slider .main-slider .slick-arrow.slick-prev::before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f060";
	margin-right: 10px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.top-slider .main-slider .slick-arrow.slick-prev:hover {
	width: 100px;
}
.top-slider .main-slider .slick-arrow.slick-next {
	right: 0;
	width: 40px;
}
.top-slider .main-slider .slick-arrow.slick-next span {
	display: inline-block;
	margin-left: -50px;
	margin-right: 10px;
}
.top-slider .main-slider .slick-arrow.slick-next::after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f061";
	margin-left: 10px;
}
.top-slider .main-slider .slick-arrow.slick-next:hover {
	width: 100px;
}
.top-slider .main-slider .slick-arrow.slick-next:hover span {
	margin-left: 0;
	margin-right: 0;
}
.top-slider .slick-dots {
	position: absolute;
	right: 0px;
	bottom: 30px;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.top-slider .slick-dots li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
}
.top-slider .slick-dots li.slick-active button {
	background-color: #EB891C;
	border: 1px solid #EB891C;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
	width: 30px;
}
.top-slider .slick-dots li button {
	display: block;
	border: 1px solid #fff;
	background-color: transparent;
	border-radius: 25px;
	font-size: 0;
	height: 8px;
	width: 12px;
}
.migration-wrap {
	padding: 40px 0 10px;
	background-color: #2D2F93;
	color: #fff;
}
.migration-wrap h3 {
	font-size: 40px;
	font-weight: 300;
	text-align: center;
	text-transform: capitalize;
}
.migration-wrap h3 + p {
	margin-bottom: 10px;
	text-align: center;
}
.migration-wrap .migrate-box {
	padding: 15px;
	text-align: center;
	margin: 20px 0;
}
.migration-wrap .migrate-box .migrate-box-in {
	background-color: #fff;
	box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.25);
	padding-bottom: 20px;
	color: #2D2F93;
}
.migration-wrap .migrate-box figure {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 25px;
}
.migration-wrap .migrate-box h4 {
	text-align: center;
	font-weight: 600;
}
.migration-wrap .migrate-box p {
	opacity: 0.8;
	text-align: center;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	padding: 0 10px;
	color: #333;
}
.migration-wrap .migrate-box a {
	margin-top: 10px;
	display: inline-block;
	padding: 0px 25px;
	text-transform: uppercase;
	color: #EB891C;
	line-height: 30px;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 600;
	border-radius: 3px;
	background-color: #FFF;
	border: 2px solid #fff;
}
.migration-wrap .migrate-box a:hover {
	background-color: #2D2F93;
	color: #fff;
}
.migration-wrap .slick-arrow {
	position: absolute;
	margin-top: -20px;
	top: 40%;
	z-index: 1;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 0;
	background-color: transparent;
	background-position: center;
	background-size: 30px;
	background-repeat: no-repeat;
}
.migration-wrap .slick-arrow:hover {
	background-color: #EFEFEF;
}
.migration-wrap .slick-arrow.slick-prev {
	left: -40px;
	width: 40px;
	background-image: url(../images/ios7-arrow-left.png);
}
.migration-wrap .slick-arrow.slick-next {
	right: -40px;
	width: 40px;
	background-image: url(../images/ios7-arrow-right.png);
}
.about-us-wrap {
	padding: 40px 0 10px;
	background-color: #2E3094;
	position: relative;
	overflow: hidden;
}
.about-us-wrap .row > div {
	margin-bottom: 30px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}
.about-us-wrap .row > div:first-child {
	position: relative;
}
.about-us-wrap .row > div:last-child {
	position: relative;
}
.about-us-wrap.dipper-animate .row > div:first-child {
	top: 0;
	opacity: 1;
	visibility: visible;
}
.about-us-wrap.dipper-animate .row > div:last-child {
	bottom: 0;
	opacity: 1;
	visibility: visible;
}
.about-us-wrap.dipper-animate .img-box {
	right: 0;
}
.about-us-wrap h3 {
	font-weight: 500;
	font-size: 30px;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
}
.about-us-wrap p {
	line-height: 25px;
	font-size: 15px;
	opacity: 0.95;
	color: #fff;
}
.about-us-wrap a {
	margin-top: 10px;
	display: inline-block;
	padding: 0px 35px;
	text-transform: uppercase;
	color: #fff;
	line-height: 38px;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 600;
	border-radius: 3px;
	background-color: #6264CD;
}
.about-us-wrap a:hover {
	color: #2E3094;
	background-color: #fff;
}
.about-us-wrap iframe {
	width: 100%;
	height: 300px;
}
.about-us-wrap .img-box {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
	position: absolute;
	/*right: -200px;*/

	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 45%;
	background-position: center;
	background-size: cover;
}
.call-to-action {
	padding: 60px 0 30px;
	position: relative;
	overflow: hidden;
}
.call-to-action .headding {
	text-align: center;
	margin-bottom: 30px;
}
.call-to-action .headding h3 {
	font-weight: 500;
	font-size: 40px;
	color: #2D2F93;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
}
.call-to-action .row > div {
	margin-bottom: 30px;
}
.call-to-action .migrate-box {
	text-align: center;
}
.call-to-action .migrate-box .migrate-box-in {
	background-color: #fff;
	-webkit-box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.15);
	padding-bottom: 20px;
	color: #2D2F93;
}
.call-to-action .migrate-box figure {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 25px;
}
.call-to-action .migrate-box h4 {
	text-align: center;
	font-weight: 600;
	font-family: "Mina", sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
}
.call-to-action .migrate-box p {
	opacity: 0.8;
	text-align: center;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
	padding: 0 10px;
	color: #333;
}
.call-to-action .migrate-box a {
	margin-top: 10px;
	display: inline-block;
	padding: 0px 25px;
	text-transform: uppercase;
	color: #fff;
	line-height: 34px;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 600;
	border-radius: 3px;
	border: 2px solid #fff;
	background-color: #2D2F93;
}
.call-to-action .migrate-box a:hover {
	background-color: #EB891C;
	color: #fff;
}
.survay {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	height: 100vh;
	z-index: 9999;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
	overflow: hidden;
}
.survay.remove {
	top: -100vh;
}
.survay .close-skin {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.81);
}
.survay .pop-wrap {
	width: 800px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.survay .pop-wrap .close-pop-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 30px;
	width: 30px;
	background-image: url(../images/ios7-close-empty.png);
	background-size: 130%;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}
.survay .pop-wrap .close-pop-btn:hover {
	background-color: #eee;
}
.survay .pop-wrap .left {
	float: left;
	width: 460px;
	height: 450px;
}
.survay .pop-wrap .left .pop-logo {
	text-align: center;
	padding-top: 70px;
}
.survay .pop-wrap .left ul {
	padding: 30px 10px 0 20px;
}
.survay .pop-wrap .left ul li {
	background-image: url(../images/tic.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	padding-left: 30px;
	margin-bottom: 8px;
}
.survay .pop-wrap .right {
	float: left;
	width: calc(100% - 460px);
	height: 450px;
	background-color: #fff;
	text-align: center;
	padding: 0 20px;
}
.survay .pop-wrap .right h3 {
	margin-top: 75px;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	color: #2D2F93;
	font-weight: 700;
	margin-bottom: 30px;
}
.survay .pop-wrap .right .frow {
	padding-bottom: 15px;
}
.survay .pop-wrap .right .frow input {
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 0 15px;
	line-height: 34px;
	font-size: 13px;
	display: block;
	width: 100%;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.survay .pop-wrap .right .snd-btn input {
	display: block;
	width: 100%;
	border-radius: 3px;
	background-color: #2D2F93;
	color: #fff;
	font-weight: 600;
	letter-spacing: 3px;
}
.survay .pop-wrap .right .snd-btn input:hover {
	background-color: #EB891C;
}
.home-tesmonial-wrap {
	padding: 60px 0;
	background-color: #2D2F93;
	background-image: url(../images/why.png);
}
.home-tesmonial-wrap .header {
	text-align: center;
}
.home-tesmonial-wrap .header h3 {
	font-weight: 500;
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
}
.home-tesmonial-wrap .header p {
	text-align: center;
	color: #fff;
	width: 60%;
	margin: 0 auto 40px;
}
.home-tesmonial-wrap .testimonial-slide {
	border: 2px solid rgba(255, 255, 255, 0.16);
	background-color: rgba(45, 47, 147, 0.5);
}
.home-tesmonial-wrap .testimonial-slide .row {
	margin: 0;
	position: relative;
	display: flex;
	align-items: center;
}
.home-tesmonial-wrap .testimonial-slide .row > div:first-child {
	height: 250px;
	background-position: center;
	background-size: cover;
	width: 200px;
	padding: 0;
	position: relative;
}
.home-tesmonial-wrap .testimonial-slide .row > div:last-child {
	float: right;
	width: calc(100% - 200px);
	padding-left: 30px;
}
.home-tesmonial-wrap .testimonial-slide h5 {
	background-color: rgba(0, 0, 0, 0.68);
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	text-transform: capitalize;
	margin: 0;
	line-height: 40px;
}
.home-tesmonial-wrap .testimonial-slide .text {
	padding: 30px;
	border-radius: 3px;
}
.home-tesmonial-wrap .testimonial-slide .text p {
	margin: 0;
	color: #fff;
	line-height: 25px;
	font-size: 15px;
}
.home-tesmonial-wrap .slick-dots {
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 2;
	text-align: center;
}
.home-tesmonial-wrap .slick-dots li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
}
.home-tesmonial-wrap .slick-dots li.slick-active button {
	background-color: #EB891C;
	border: 2px solid #EB891C;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
	border-radius: 50%;
	opacity: 1;
}
.home-tesmonial-wrap .slick-dots li button {
	display: block;
	border: 2px solid #fff;
	background-color: transparent;
	opacity: 0.5;
	font-size: 0;
	height: 13px;
	width: 13px;
	padding: 0;
	border-radius: 50%;
}
.were-we-are-wrap {
	padding: 40px 0 10px;
}
.were-we-are-wrap .header {
	text-align: center;
}
.were-we-are-wrap .header h3 {
	font-weight: 500;
	font-size: 40px;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	color: #2D2F93;
}
.were-we-are-wrap .header p {
	width: 60%;
	margin: 0 auto 40px;
}
.were-we-are-wrap .row > div {
	margin-bottom: 30px;
}
.were-we-are-wrap .location-box {
	-webkit-box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.05);
	box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.05);
}
.were-we-are-wrap figure {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #EDEDED;
}
.were-we-are-wrap figure img {
	display: block;
	width: 100%;
}
.were-we-are-wrap .text {
	padding: 20px 10px;
	min-height: 250px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-bottom: 3px solid #EB891C;
	border-top: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
	position: relative;
	color: #333;
}
.were-we-are-wrap .text::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 100%;
	background-color: rgba(45, 47, 147, 0.99);
	content: "";
	pointer-events: none;
	z-index: -1;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}
.were-we-are-wrap .text:hover {
	border-color: rgba(45, 47, 147, 0.99);
	color: #fff;
}
.were-we-are-wrap .text:hover::after {
	top: 0;
}
.were-we-are-wrap .text h4 {
	font-weight: 600;
}
.were-we-are-wrap .text p {
	font-size: 12px;
	line-height: 20px;
}
.were-we-are-wrap .text p a {
	font-weight: 500;
}
.were-we-are-wrap .text p a:hover {
	color: #fff;
}
#map {
	height: 500px;
	width: 100%;
}
.languages-wrap {
	overflow: hidden;
	padding: 40px 0 10px;
	background-image: url(../images/worldmap.png);
	background-attachment: fixed;
	background-position: center;
	background-color: #fff;
}
.languages-wrap .row > div {
	margin-bottom: 30px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}
.languages-wrap .row > div:first-child {
	position: relative;
	left: -150px;
	opacity: 0;
	visibility: hidden;
}
.languages-wrap .row > div:last-child {
	position: relative;
	right: -150px;
	opacity: 0;
	visibility: hidden;
}
.languages-wrap.dipper-animate .row > div:first-child {
	left: 0;
	opacity: 1;
	visibility: visible;
}
.languages-wrap.dipper-animate .row > div:last-child {
	right: 0;
	opacity: 1;
	visibility: visible;
}
.languages-wrap h3 {
	font-weight: 600;
	font-size: 26px;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
}
.languages-wrap p {
	line-height: 26px;
	font-size: 15px;
}
.languages-wrap a {
	margin-top: 20px;
	display: inline-block;
	padding: 0px 25px;
	text-transform: uppercase;
	color: #fff;
	line-height: 36px;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 600;
	border-radius: 3px;
	background-color: #2D2F93;
	box-shadow: 0 4px 10px 0 rgba(255, 255, 255, 0.2), 0 4px 20px 0 rgba(255, 255, 255, 0.19);
}
.languages-wrap a:hover {
	background-color: #EB891C;
}
.languages-wrap #map {
	width: 100%;
	height: 400px;
}
.languages-wrap ul {
	margin-top: -10px;
}
.languages-wrap ul li {
	float: left;
	width: 33.3333%;
	padding: 20px 10px;
}
.languages-wrap ul li img {
	height: 110px;
}
.languages-wrap ul li span {
	background-color: #fff;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	line-height: 30px;
}
.home-testimonial {
	padding: 60px 0 80px;
	overflow: hidden;
}
.home-testimonial h3 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 40px;
}
.home-testimonial h3 span {
	font-weight: 400;
}
.home-testimonial .testimonial-slide .testi-box {
	position: relative;
	padding: 0 15px;
}
.home-testimonial .testimonial-slide .testi-box .img-area {
	padding: 20px 0;
}
.home-testimonial .testimonial-slide .testi-box .img-area .img-box {
	text-align: center;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	float: left;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	margin-right: 15px;
}
.home-testimonial .testimonial-slide .testi-box .img-area .para {
	padding-top: 10px;
}
.home-testimonial .testimonial-slide .testi-box .img-area .para h4 {
	color: #393839;
	font-weight: 500;
	margin: 5px;
}
.home-testimonial .testimonial-slide .testi-box .img-area .para h5 {
	color: #616161;
	font-weight: 500;
	margin: 0;
}
.home-testimonial .testimonial-slide .testi-box .content-area {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.09);
	position: relative;
	padding: 20px 40px;
}
.home-testimonial .testimonial-slide .testi-box .content-area .artical {
	height: 120px;
	margin-bottom: 20px;
	text-align: left;
}
.home-testimonial .testimonial-slide .testi-box .content-area .artical p {
	line-height: 22px;
	color: #393939;
}
.home-testimonial .testimonial-slide .testi-box .content-area .tin-icon {
	position: absolute;
	top: 20px;
	left: 0;
	width: 30px;
	text-align: center;
	background-color: #F0BD00;
	padding: 30px 5px;
	border-radius: 0 3px 3px 0;
}
.home-testimonial .testimonial-slide .testi-box .content-area .tin-icon svg {
	fill: #fff;
}
.home-testimonial .testimonial-slide .testi-box .content-area .big-icon {
	position: absolute;
	bottom: 20px;
	right: 30px;
	display: none;
}
.home-testimonial .testimonial-slide .testi-box .content-area .big-icon svg {
	height: 50px;
	fill: #EDEDED;
}
.home-testimonial .testimonial-slide .slick-dots {
	position: absolute;
	bottom: -20px;
	z-index: 9;
	right: 00px;
	text-align: center;
	width: 100%;
	padding-top: 40px;
}
.home-testimonial .testimonial-slide .slick-dots li {
	display: inline-block;
	margin: 0px 5px;
}
.home-testimonial .testimonial-slide .slick-dots li.slick-active button {
	background-color: #F0BD00;
	width: 30px;
}
.home-testimonial .testimonial-slide .slick-dots li button {
	display: block;
	background-color: #ccc;
	border-radius: 25px;
	width: 20px;
	height: 6px;
	padding: 0;
	font-size: 0;
}
.home-testimonial .testimonial-slide .slick-dots li button:hover {
	background-color: #DDDADA;
}
.why-wrap {
	padding: 40px 0 30px;
	background-color: #2D2F93;
	background-image: url(../images/why.png);
}
.why-wrap .row > div {
	margin-bottom: 30px;
	color: #fff;
}
.why-wrap h2 {
	font-size: 40px;
	font-weight: 300;
	text-align: center;
	text-transform: capitalize;
	color: #fff;
}
.why-wrap h2 + p {
	text-align: center;
	color: #fff;
	width: 60%;
	margin: 0 auto 40px;
}
.why-wrap .why-box {
	text-align: center;
	background-color: #27287F;
	padding: 30px 15px;
}
.why-wrap .why-box .icon {
	padding-bottom: 20px;
}
.why-wrap .why-box .icon svg {
	fill: #fff;
	width: 60px;
	height: 60px;
}
.why-wrap .why-box h4 {
	font-size: 42px;
	font-weight: 600;
	margin-bottom: 0px;
	line-height: 50px;
}
.why-wrap .why-box h6 {
	margin-bottom: 30px;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}
.why-wrap .why-box p {
	font-weight: 300;
	font-size: 16px;
}
.home-blog-wrap {
	padding: 40px 0 10px;
	overflow: hidden;
}
.home-blog-wrap .row > div {
	margin-bottom: 30px;
	position: relative;
	right: -100px;
	top: 100px;
	opacity: 0;
}
.home-blog-wrap .row > div:nth-child(1) {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}
.home-blog-wrap .row > div:nth-child(2) {
	-webkit-transition: all 1s 0.5s;
	-moz-transition: all 1s 0.5s;
	-ms-transition: all 1s 0.5s;
	transition: all 1s 0.5s;
}
.home-blog-wrap .row > div:nth-child(3) {
	-webkit-transition: all 1s 1s;
	-moz-transition: all 1s 1s;
	-ms-transition: all 1s 1s;
	transition: all 1s 1s;
}
.home-blog-wrap.dipper-animate .row > div {
	right: 0;
	top: 0;
	opacity: 1;
}
.home-blog-wrap h2 {
	font-size: 40px;
	font-weight: 300;
	text-align: center;
	text-transform: capitalize;
}
.home-blog-wrap h2 + p {
	margin-bottom: 40px;
	text-align: center;
}
.home-blog-wrap .blog-box {
	border: 1px solid rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.03);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.03);
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	transition: all 0.6s;
}
.home-blog-wrap .blog-box:hover {
	-webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}
.home-blog-wrap .blog-box:hover figure span {
	bottom: calc(100% - 40px);
}
.home-blog-wrap .blog-box figure {
	width: 100%;
	height: 220px;
	background-position: center;
	background-size: cover;
	position: relative;
}
.home-blog-wrap .blog-box figure span {
	display: inline-block;
	bottom: 0;
	left: 0;
	padding: 0px 15px;
	line-height: 40px;
	background-color: #2D2F93;
	position: absolute;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.home-blog-wrap .blog-box .text-area {
	padding: 20px 15px;
}
.home-blog-wrap .blog-box .text-area h5 {
	color: #393839;
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	height: 52px;
}
.home-blog-wrap .blog-box .text-area h5 a:hover {
	color: #2D2F93;
}
.home-blog-wrap .blog-box .text-area p {
	opacity: 0.8;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
}
.home-blog-wrap .blog-box .text-area .link a {
	display: inline-block;
	padding: 0px 0px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 600;
	border-radius: 2px;
	line-height: 30px;
}
.home-blog-wrap .blog-box .text-area .link a span {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #2D2F93;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}
.home-blog-wrap .blog-box .text-area .link a:hover {
	color: #777;
}
.home-blog-wrap .blog-box .text-area .link a:hover span {
	margin-left: 5px;
}
.home-blog-wrap .mor-blog-btn {
	text-align: center;
	margin: 0 0 30px;
}
.home-blog-wrap .mor-blog-btn a {
	display: inline-block;
	padding: 0px 40px;
	text-transform: uppercase;
	color: #000;
	line-height: 44px;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 600;
	border-radius: 25px;
	background-color: #F0BD00;
	border: 2px solid #F0BD00;
	box-shadow: 0 4px 10px 0 rgba(255, 255, 255, 0.2), 0 4px 20px 0 rgba(255, 255, 255, 0.19);
}
.home-blog-wrap .mor-blog-btn a:hover {
	border: 2px solid #F0BD00;
	background-color: #fff;
}
footer {
	background-color: #111;
	padding: 40px 0 0;
}
footer h3 {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 30px;
	color: #fff;
	opacity: 0.9;
}
footer figure {
	margin-top: 35px;
	margin-bottom: 20px;
	opacity: 0.8;
}
footer .row > div {
	margin-bottom: 30px;
}
footer .row .col-md-6 {
	padding-left: 40px;
}
footer .footer-social-nav {
	text-align: center;
}
footer .footer-social-nav li {
	display: inline-block;
	padding: 5px;
}
footer .footer-social-nav li a {
	display: block;
	width: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #333;
	font-size: 18px;
}
footer .footer-social-nav li a:hover {
	background-color: #fff;
	color: #222;
}
footer nav ul li {
	float: left;
	width: 50%;
	vertical-align: middle;
	padding: 0 10px;
	position: relative;
	color: #fff;
	line-height: 30px;
	font-size: 13px;
}
footer nav ul li:last-child::after {
	display: none;
}
footer nav ul li a {
	opacity: 0.7;
	color: #fff;
	display: block;
	line-height: 30px;
	border-top: 1px solid #222;
}
footer nav ul li a:hover {
	opacity: 1;
	color: #fff;
	background-color: #222;
	padding-left: 10px;
}
footer h5 {
	margin-bottom: 20px;
}
footer h5 a {
	color: #fff;
	opacity: 0.50;
	font-size: 22px;
}
footer h5 a:hover {
	opacity: 1;
	color: #fff;
}
footer p {
	color: #fff;
	opacity: 0.50;
	margin-bottom: 3px;
}
footer .ovlink a {
	color: #fff;
	opacity: 0.50;
}
footer .ovlink a:hover {
	opacity: 1;
}
footer .separate {
	margin-top: 10px;
	border-bottom: 1px solid #222;
}
.copy-right {
	padding: 16px 0;
}
.copy-right p {
	margin: 0;
	color: #fff;
	float: left;
}
.copy-right .ovlink {
	float: right;
	font-size: 11px;
	color: #999;
}
.innerbanner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	position: relative;
	background-color: rgba(45, 47, 147, 0.8);
	background-blend-mode: multiply;
}
.innerbanner .curve {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.innerbanner .curve img {
	display: block;
	width: 100%;
}
.innerbanner .cover {
	padding: 120px 0;
	text-align: center;
}
.innerbanner .cover h2 {
	font-size: 45px;
	margin-bottom: 0px;
	text-align: center;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
}
.innerbanner .cover h2::after {
	width: 20%;
	height: 4px;
	background-color: #EB891C;
	content: "";
	display: block;
	margin: 10px auto 0;
}
.defult-wrap {
	padding: 60px 0;
}
.defult-wrap p {
	color: #4b4b4b;
}
.team-wrap {
	padding: 60px 0 30px;
}
.team-wrap .row > div {
	margin-bottom: 30px;
}
.team-wrap .row > div:first-child {
	padding-right: 0;
}
.team-wrap .mCSB_inside > .mCSB_container {
	margin-right: 20px;
}
.team-wrap .mana-cont {
	min-height: 450px;
	padding-top: 30px;
	padding-left: 60px;
	background-color: rgba(0, 0, 0, 0.03);
}
.team-wrap .mana-cont h4 {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 700;
	opacity: 0.9;
	margin-bottom: 15px;
}
.team-wrap .mana-cont h5 {
	font-size: 18px;
	font-weight: 500;
	opacity: 0.9;
	font-style: italic;
	color: #2D2F93;
	margin-bottom: 20px;
}
.team-wrap .mana-cont h5 a {
	font-weight: 700;
}
.team-wrap .mana-cont h5 a:hover {
	color: #fff;
	opacity: 0.8;
}
.team-wrap .mana-cont p {
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
}
.team-wrap .team-box {
	position: relative;
	overflow: hidden;
	color: #fff;
}
.team-wrap .team-box:hover .content-area {
	-webkit-transform: translate(0%);
	-moz-transform: translate(0%);
	-ms-transform: translate(0%);
	transform: translate(0%);
}
.team-wrap .team-box figure {
	height: 400px;
	width: 100%;
	display: block;
	background-position: center;
	background-size: cover;
}
.team-wrap .team-box h3 {
	text-align: center;
	background-color: #2D2F93;
	margin: 0;
	line-height: 30px;
	font-size: 16px;
	padding: 10px 0;
}
.team-wrap .team-box .content-area {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 20px 10px 10px 20px;
	height: 400px;
	overflow: hidden;
	background-color: rgba(45, 47, 147, 0.92);
	color: #fff;
	-webkit-transform: translate(-100%);
	-moz-transform: translate(-100%);
	-ms-transform: translate(-100%);
	transform: translate(-100%);
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	transition: all 0.6s;
	text-align: center;
}
.team-wrap .team-box .content-area h4 {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
.team-wrap .team-box .content-area h5 {
	font-size: 15px;
	font-weight: 500;
	opacity: 0.9;
	font-style: italic;
}
.team-wrap .team-box .content-area h5 a {
	font-weight: 700;
}
.team-wrap .team-box .content-area h5 a:hover {
	color: #fff;
	opacity: 0.8;
}
.team-wrap .team-box .content-area p {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	margin-top: 20px;
}
#toTop {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	color: #fff;
	position: fixed;
	bottom: 0;
	right: 5px;
	display: none;
	text-align: center;
	cursor: pointer;
}
#toTop svg {
	fill: #2D2F93;
	width: 20px;
	height: 20px;
}
#toTop svg:hover {
	fill: #00B3FE;
}
.gallery-wrap {
	padding: 50px 0;
}
.gallery-wrap ul li {
	width: 33.3333%;
	float: left;
	padding: 15px;
}
.gallery-wrap ul a {
	display: block;
	width: 100%;
	height: 300px;
	background-position: center;
	background-size: cover;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	position: relative;
}
.gallery-wrap ul a:hover {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 1;
}
.gallery-wrap ul a:hover::after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.gallery-wrap ul a::after {
	left: 15px;
	right: 15px;
	top: 15px;
	bottom: 15px;
	content: "";
	background-color: rgba(47, 49, 148, 0.72);
	position: absolute;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	transition: all 0.6s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	background-image: url(../images/ios7-search-strong.png);
	background-size: 50px;
	background-position: center;
	background-repeat: no-repeat;
}
.about-wrap {
	padding: 50px 0 20px;
	background-color: rgba(0, 0, 0, 0.05);
}
.about-wrap .some-info {
	padding-bottom: 30px;
}
.about-wrap .some-info ul.resp-tabs-list {
	background-color: #fff;
	border: 1px solid #2D2F93;
}
.about-wrap .some-info ul.resp-tabs-list li {
	float: left;
	width: 33.3333%;
	display: block;
	padding: 10px 1px;
}
.about-wrap .some-info ul.resp-tabs-list li.resp-tab-active {
	background-color: #2D2F93;
}
.about-wrap .some-info ul.resp-tabs-list li.resp-tab-active span {
	color: #fff;
}
.about-wrap .some-info ul.resp-tabs-list li:last-child span {
	border: 0;
}
.about-wrap .some-info ul.resp-tabs-list li span {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	text-align: center;
	line-height: 40px;
	display: block;
	color: #2D2F93;
	font-size: 15px;
	border-radius: 2px;
	border-right: 1px solid #2D2F93;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}
.about-wrap .some-info .resp-tab-content {
	background-color: #3538AF;
	color: #fff;
	padding: 40px 40px;
}
.about-wrap .some-info h3 {
	font-size: 20px;
	font-weight: 600;
}
.about-wrap .some-info h3::after {
	width: 70px;
	height: 2px;
	background-color: #fff;
	content: "";
	display: block;
	margin: 7px 0 15px;
}
.about-wrap .some-info p {
	line-height: 24px;
	font-size: 14px;
}
.our-mission {
	padding: 60px 0 30px;
	background-color: rgba(0, 0, 0, 0.03);
	background-image: url(../images/img11.jpg);
}
.our-mission .row > div {
	margin-bottom: 30px;
}
.our-mission h3 {
	text-align: center;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 30px;
	color: #fff;
	text-transform: uppercase;
}
.our-mission h3::after {
	margin: 10px auto;
	width: 10%;
	height: 3px;
	background-color: #fff;
	content: "";
	display: block;
	opacity: 0.7;
}
.our-mission .misson-box {
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
	height: 500px;
}
.our-mission .img-box {
	height: 220px;
	width: 100%;
	background-size: cover;
	background-position: center;
	margin-bottom: 20px;
}
.our-mission h4 {
	text-align: center;
	color: #2D2F93;
}
.our-mission h4::after {
	margin: 10px auto;
	width: 20%;
	height: 3px;
	background-color: #2D2F93;
	content: "";
	display: block;
	opacity: 0.7;
}
.our-mission p {
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	text-align: justify;
	padding: 10px;
	opacity: 0.9;
}
.course-wrap {
	padding: 60px 0 30px;
	background-color: rgba(0, 0, 0, 0.03);
}
.course-wrap .row {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	padding: 30px 20px;
	background-color: #fff;
}
.course-wrap .row:nth-child(even) > div {
	float: right;
}
.course-wrap figure {
	background-size: cover;
	background-position: center;
}
.course-wrap figure img {
	display: block;
	width: 100%;
}
.course-wrap h4 {
	font-size: 22px;
	color: #2D2F93;
	font-weight: 600;
}
.course-wrap p {
	opacity: 0.9;
	line-height: 24px;
}
.why-aus-std-wrap {
	padding: 60px 0 0px;
}
.why-aus-std-wrap .row > div {
	margin-bottom: 30px;
}
.why-aus-std-wrap h3 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
}
.why-aus-std-wrap h3::after {
	margin: 10px 0;
	width: 10%;
	height: 3px;
	background-color: #2D2F93;
	content: "";
	display: block;
	opacity: 0.7;
}
.why-aus-std-wrap p {
	font-size: 15px;
	line-height: 26px;
	opacity: 0.9;
}
.why-aus-std-wrap img {
	display: block;
	width: 100%;
}
.migrate-wrap {
	padding: 60px 0 30px;
	background-color: rgba(0, 0, 0, 0.03);
}
.migrate-wrap .row {
	background-color: #fff;
	padding: 30px 20px;
	margin-bottom: 30px;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.migrate-wrap h3 {
	color: #2D2F93;
	font-weight: 600;
	margin-bottom: 20px;
}
.migrate-wrap h3::after {
	margin: 10px 0;
	width: 20%;
	height: 3px;
	background-color: #2D2F93;
	content: "";
	display: block;
	opacity: 0.8;
}
.migrate-wrap p {
	line-height: 24px;
}
.migrate-wrap ul li {
	margin-bottom: 10px;
	background-image: url(../images/tick-inside-circle.png);
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	font-size: 13px;
}
.migrate-wrap a {
	font-weight: 500;
	display: inline-block;
}
.migrate-wrap a:hover {
	color: #2D2F93;
	padding-left: 10px;
}
.migrate-wrap .note {
	font-size: 12px;
	color: #f00;
}
.why-two {
	padding-bottom: 45px;
}
.why-two .panel-group .panel {
	border-radius: 0;
	margin-bottom: 15px;
	margin-top: 0;
}
.why-two .panel-default > .panel-heading {
	padding: 0;
	border-color: #eee;
}
.why-two .panel-default .panel-title {
	padding: 15px 15px;
	cursor: pointer;
	background-color: #2D2F93;
	color: #fff;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}
.why-two .panel-default .panel-title.collapsed {
	background-color: rgba(45, 47, 147, 0.13);
	color: #2D2F93;
}
.why-two .panel-default .panel-title.collapsed a {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	transition: none;
}
.why-two .panel-default .panel-title.collapsed:hover {
	background-color: #2D2F93;
	color: #fff;
}
.why-two p {
	line-height: 24px;
	opacity: 0.9;
	letter-spacing: 1px;
}
.why-two p small {
	color: #2D2F93;
	text-align: center;
	font-weight: 500;
	display: block;
}
.why-two ul li {
	line-height: 24px;
	font-size: 13px;
	font-weight: 500;
}
.why-three {
	background-color: rgba(45, 47, 147, 0.03);
	padding: 40px 0 20px;
}
.why-three .row > div {
	margin-bottom: 30px;
}
.why-three h3 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
}
.why-three h3::after {
	margin: 10px auto;
	width: 20%;
	height: 3px;
	background-color: #222;
	content: "";
	display: block;
	opacity: 0.7;
}
.why-three ul li {
	background-position: left center;
	background-image: url(../images/tick-inside-circle.png);
	background-size: 16px;
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-bottom: 15px;
}
.why-three ul li a {
	font-weight: 500;
	font-size: 17px;
	display: block;
}
.why-three ul li a:hover {
	color: #2D2F93;
}
.why-three figure img {
	display: block;
	width: 350px;
	margin: 0 auto;
}
.visa-wrap {
	padding: 50px 0;
}
.visa-wrap .visa-head {
	margin-bottom: 40px;
}
.visa-wrap .visa-head > div {
	margin-bottom: 30px;
}
.visa-wrap .visa-head h2 {
	color: #2D2F93;
	font-weight: 600;
}
.visa-wrap .visa-head p {
	line-height: 28px;
	padding-right: 30px;
	font-size: 13px;
}
.visa-wrap .visa-head img {
	display: block;
	width: 100%;
}
.visa-wrap .visa-parent ul.resp-tabs-list {
	margin-bottom: 30px;
	border: 1px solid rgba(45, 47, 147, 0.25);
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.visa-wrap .visa-parent ul.resp-tabs-list li {
	width: 100%;
	display: block;
	padding: 7px 0px;
	background-color: transparent !important;
}
.visa-wrap .visa-parent ul.resp-tabs-list li.resp-tab-active {
	background-color: #2D2F93 !important;
}
.visa-wrap .visa-parent ul.resp-tabs-list li.resp-tab-active span {
	color: #fff !important;
}
.visa-wrap .visa-parent ul.resp-tabs-list li:last-child span {
	border: 0;
}
.visa-wrap .visa-parent ul.resp-tabs-list li span {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	text-align: center;
	line-height: 22px;
	display: block;
	color: #333;
	font-size: 14px;
	border-radius: 2px;
	border-right: 1px solid rgba(45, 47, 147, 0.25);
	text-transform: capitalize;
	font-weight: 500;
	letter-spacing: 0px;
	padding: 2px 0;
}
.visa-wrap .visa-parent ul.resp-tabs-list li span:hover {
	color: #2D2F93;
}
.visa-wrap .resp-tab-content {
	padding: 30px 15px;
	background-color: rgba(45, 47, 147, 0.05);
}
.visa-wrap .resp-tab-content .resp-tab-content {
	padding: 0;
}
.visa-wrap .note {
	color: #f00;
	margin-bottom: 0;
}
.visa-wrap .note a:hover {
	color: #2D2F93;
}
.visa-wrap h3 {
	font-size: 22px;
	margin-bottom: 20px;
	text-align: center;
}
.visa-wrap h3::after {
	margin: 10px auto;
	width: 10%;
	height: 3px;
	background-color: #2D2F93;
	content: "";
	display: block;
	opacity: 0.8;
}
.visa-wrap p {
	line-height: 26px;
	font-size: 14px;
	font-weight: 500;
	opacity: 0.8;
}
.visa-wrap p a {
	color: #DA7C13;
	font-weight: 600;
}
.visa-wrap p a:hover {
	color: #2D2F93;
}
.visa-wrap table {
	width: 100%;
	background-color: #FFF;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}
.visa-wrap table thead tr td {
	background-color: rgba(45, 47, 147, 0.12);
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 12px 15px;
	width: 50%;
}
.visa-wrap table tbody tr td {
	vertical-align: top;
}
.visa-wrap table tr td {
	width: auto;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 15px 20px;
}
.visa-wrap table tr td:first-child {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.visa-wrap table ul li {
	margin-bottom: 10px;
	background-image: url(../images/tick-inside-circle.png);
	background-size: 13px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	font-size: 13px;
	text-transform: capitalize;
}
.visa-wrap table ul li a {
	color: #EB891C;
	font-weight: 500;
}
.visa-wrap table ul li a:hover {
	color: #2D2F93;
}
.blog-details-wrap {
	padding: 50px 0;
}
.blog-details-wrap figure {
	display: block;
	height: 350px;
	background-position: center;
	background-size: cover;
	margin-bottom: 30px;
	position: relative;
}
.blog-details-wrap figure span {
	display: inline-block;
	bottom: 0;
	left: 0;
	padding: 0px 15px;
	line-height: 40px;
	background-color: #2D2F93;
	position: absolute;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.blog-details-wrap h5 {
	font-weight: 600;
	font-size: 24px;
	line-height: 26px;
	color: #2D2F93;
	margin-bottom: 20px;
}
.blog-details-wrap p {
	line-height: 24px;
	opacity: 0.9;
}
.contact-box {
	padding: 40px 0;
	background-color: rgba(0, 0, 0, 0.02);
}
.contact-box .row {
	display: flex;
	align-items: center;
}
.contact-box h3 {
	font-weight: 600;
}
.contact-box ul {
	margin: 0 -15px;
}
.contact-box ul::after {
	content: '';
	display: table;
	clear: both;
}
.contact-box ul li {
	float: left;
	width: 50%;
	padding: 15px 15px;
}
.contact-box ul li input {
	display: block;
	border: 1px solid rgba(0, 0, 0, 0.12);
	width: 100%;
}
.contact-box textarea {
	display: block;
	border: 1px solid rgba(0, 0, 0, 0.12);
	width: 100%;
	height: 150px;
	margin: 15px 0 30px;
}
.contact-box .btn {
	padding: 0;
	margin-top: 30px;
}
.contact-box .btn input {
	display: inline-block;
	padding: 0 40px;
	line-height: 40px;
	background-color: #2D2F93;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.contact-box .btn input:hover {
	background-color: #111;
}
.portfolio-wrap {
	padding: 60px 0 0px;
}
.portfolio-wrap .row > div {
	margin-bottom: 30px;
}
.portfolio-wrap .portfolio-filter ul {
	margin-bottom: 50px;
}
.portfolio-wrap .portfolio-filter ul li {
	float: left;
	width: 25%;
	border-right: 1px solid #fff;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 50px;
	cursor: pointer;
	background-color: rgba(45, 47, 147, 0.1);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
	color: #2D2F93;
	position: relative;
}
.portfolio-wrap .portfolio-filter ul li::after {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #2D2F93;
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
	margin-left: -5px;
}
.portfolio-wrap .portfolio-filter ul li.active {
	background-color: #2D2F93;
	color: #fff;
}
.portfolio-wrap .portfolio-filter ul li.active::after {
	opacity: 1;
}
.portfolio-wrap .portfolio-filter ul li:hover {
	background-color: #2D2F93;
	color: #fff;
}
.portfolio-wrap .portfolio-filter ul li:hover::after {
	opacity: 1;
}
.portfolio-wrap .portfolio-filter ul li:last-child {
	border: 0;
}
.portfolio-wrap a {
	display: block;
	border: 1px solid rgba(45, 47, 147, 0.15);
}
.portfolio-wrap a:hover {
	box-shadow: 5px 5px 15px rgba(45, 47, 147, 0.2);
}
p.code-box {
	text-align: center;
	margin-bottom: 20px;
	font-weight: 500;
	color: #fff;
}
li.sco a svg {
	width: 20px;
	height: 20px;
	padding-top: 5px;
}
li.sco a:hover svg #scoop {
	fill: #000;
}

.conduct {
    background-color: #fff;
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    font-weight: bold;
    margin: 30px 0 0 0;
}