* {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 25px;
}

p {
	font-size: 16px;
}

.fnt_wight400 {
	font-weight: 600;
}

.blue_color {
	color: #002664;
}

body {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #222222;
}

.container {
	width: 96%;
	max-width: 1440px;
}

.navbar-fixed-top {
	position: static;
	background: #fff;
	margin: 0;
	/* border-bottom: 1px solid #000; */
	padding: 5px;
}

.navbar-brand {
	display: block;
	padding: 5px 0;
	float: none;
	height: auto;
	line-height: 20px;
	margin: 0;
	width: 170px;
}

.navbar-brand img {
	width: 100%;
}

@media (min-width: 768px) {

	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: 0;
	}
}

.navbar-brand img {
	background-color: #fff;
	width: 100%;
}

.navbar-inverse {
	border-color: #ffffff;
}

.menu_link {
	padding: 20px 0;
	align-items: center;
	display: flex;
}

.menu_link li {
	margin-left: 50px;
}

.login_btn {
	background: #ffcb27;
	padding: 8px 18px;
	text-transform: uppercase;
	border: 1px solid transparent;
	border-radius: 8px;
	margin: 0;
}

.menu_link li a.login_btn:hover {
	background: transparent;
	border: 1px solid #ffcb27;
}

.menu_link li a {
	color: #000;
	font-size: 18px;
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}

/**********banner***********/

.mainBanner {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	flex-direction: column;

	background: #fff;
	position: relative;
}

.mainBanner .mainBanner__img {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	flex-direction: column;

	width: 100%;
	min-height: 500px;
	position: relative;
}

.mainBanner .mainBanner__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mainBanner .mainBanner__content {
	position: absolute;
	top: 43%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
}

.mainBanner .mainBanner__content h1 {
	font-size: 62px;
	font-weight: 600;
	color: #000;
	line-height: 1.2;
	margin-bottom: 30px;
}

.mainBanner .mainBanner__content h3 {
	font-size: 34px;
	font-weight: 600;
	color: #477cc0;
	line-height: 1.2;
	margin-bottom: 30px;
}

.mainBanner .mainBanner__content p {
	font-size: 26px;
	font-weight: 600;
	color: #000;
	line-height: 1.2;
	margin: 0;
}

@media (max-width: 1279px) {

	.mainBanner .mainBanner__content h1 {
		font-size: 52px;
	}

	.mainBanner .mainBanner__content h3 {
		font-size: 28px;
	}

	.mainBanner .mainBanner__content p {
		font-size: 21px;
	}
}

@media (max-width: 1023px) {

	.mainBanner .mainBanner__content h1 {
		font-size: 42px;
	}

	.mainBanner .mainBanner__content h3 {
		font-size: 24px;
	}

	.mainBanner .mainBanner__content p {
		font-size: 18px;
	}
}

@media (max-width: 767px) {

	.mainBanner .mainBanner__img {
		min-height: 568px;
	}

	.mainBanner .mainBanner__content {
		text-align: center;
	}

	.mainBanner .mainBanner__content h3 br,
	.mainBanner .mainBanner__content p br {
		display: none;
	}
}

@media (max-width: 479px) {

	.mainBanner .mainBanner__img {
		min-height: 480px;
	}

	.mainBanner .mainBanner__content h1 {
		font-size: 30px;
		margin-bottom: 15px;
	}

	.mainBanner .mainBanner__content h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.mainBanner .mainBanner__content p {
		font-size: 15px;
	}

	.mainBanner .mainBanner__content h3 br,
	.mainBanner .mainBanner__content p br {
		display: none;
	}
}

/* .blue_banner {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	text-align: center;
	padding: 30px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.blue_banner:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 440px;
	height: 100%;
	background: url(../img/swoop-image.png) no-repeat left top / 100% auto;
	transform: rotate(180deg);
}

.blue_banner h2 {
	font-size: 25px;
	line-height: 1.2;
	font-weight: 400;
	color: #23a0b5;
}

.blue_backgrond_img {
	width: 10%;
}

.blue_backgrond_img img {
	width: 100%;
} */

/******About********/

.text-history {
	padding: 60px 0 0;
	position: relative;
	z-index: 9;
}

.text-history:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 440px;
	height: 100%;
	background: url(../img/swoop-image.png) no-repeat left top / 100% auto;
	z-index: -1;
}

.about_wrapper {
	padding: 20px 0px;
	display: block;
	float: left;
}

.yellow_background {
	background: #ffd652;
	position: relative;
}

.start_btn {
	text-align: center;
}

.start_btn a {
	background: #fff;
	color: #000;
	padding: 8px 18px;
	text-transform: uppercase;
	font-weight: 100;
	border: 1px solid transparent;
	border-radius: 4px;
	font-weight: 600;
}

.start_now_wrapper {
	padding: 0 0 45px;
}

.start_now_wrapper h3 {
	text-align: center;
	padding: 65px 154px 40px 154px;
	color: #121212;
	font-weight: 600;
}

.about_head {
	color: #002664;
	margin-bottom: 20px;
}

.guild_txt {
	color: #1e1e1e;
	margin-bottom: 20px;
}

.about_txt_sec p {
	color: #222222;
	line-height: 28px;
	margin-bottom: 20px;
}

.img-rounded {
	height: 640px;
	object-fit: cover;
}

/* .yellow_background:after {
	content: "";
	background: url(../img/right_testi.png) no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
	background-size: cover;
	width: 240px;
	height: 240px;
} */

/* ******Yello section**********/

/*Accordian start*/

/**********Accordian section************* */

#accordian_section {
	background: #fff;
	margin: 50px 0px;
}

/* .panel-heading .accordion-toggle:after {
	font-family: "Glyphicons Halflings";
	content: "\e114";
	float: right;
	color: grey;
}

.panel-heading .accordion-toggle.collapsed:after {
	content: "\e080";
} */

.blue_heading_accor h4 a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #334c7c;
	font-size: 26px;
	font-weight: 600;
}

.blue_heading_accor h4 a img {
	transform: rotate(0deg);
	width: 20px;
}

.blue_heading_accor h4 a.collapsed img {
	transform: rotate(-90deg);
}

.blue_heading_accor h4 a:hover {
	text-decoration: none;
}

.panel-group .panel {
	margin-bottom: 15px !important;
}

.panel-default>.panel-heading {
	background-color: #fff !important;
	border-color: #b2b2b2;
	padding: 30px 40px;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: none;
	padding: 0 40px 30px;
}

.panel-body .blue_color {
	font-size: 18px;
	margin: 0 0 15px;
}

.panel-body .blue_color:nth-child(2) {
	margin: 0 0 5px;
}

.wh_need_list {
	padding: 20px 0px 20px 19px;
}

.wh_need_list li {
	font-size: 16px;
	color: #222222;
	margin-bottom: 12px;
	list-style: none;
	line-height: 29px;
	position: relative;
}

.wh_need_list li:before {
	content: "";
	font-size: 60px;
	vertical-align: middle;
	line-height: 20px;
	position: absolute;
	left: -15px;
	top: 12px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: black;
}

.oa_sec li {
	list-style: none;
}

.oa_sec li:before {
	content: "·";
	font-size: 60px;
	vertical-align: middle;
	line-height: 20px;
	position: absolute;
	left: 142px;
}

.form_btn.sta_btn button {
	padding: 12px 26px;
	color: #000;
}

.included_part_row {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.report_col {
	width: 50%;
}

.report_col_head p {
	margin-bottom: 0;
}

.report_col_head {
	color: #1e1e1e;
	font-weight: 600;
	text-align: center;
	border: 1px solid #ccc;
	padding: 25px 0;
	margin-bottom: 40px;
	border-radius: 8px;
}

.report_col p {
	font-size: 16px;
	color: #222222;
	font-weight: 400;
	text-align: left;
	line-height: 27px;
}

.consult_col {
	margin-left: 55px;
}

.report_col {
	width: 48%;
	text-align: center;
	padding: 11px;
	position: relative;
	border-radius: 8px;
}

.report_col h3 {
	margin-bottom: 0;
}

.para_detail {
	border: 1px solid #002653;
	padding: 14px 10px;
	margin-bottom: 40px;
	border-radius: 8px;
}

.para_detail p {
	text-align: center;
	color: #002664;
	margin-bottom: 0;
}

.report_col .m_b {
	margin-bottom: 40px;
}

.report_col .mar_sm {
	margin-bottom: 15px;
}

.report_img_sec {
	margin-top: 40px;
}

.report_img_sec p:nth-child(1) {
	margin-bottom: 25px;
}

.what_incl h5 {
	color: #002664;
	margin-bottom: 40px;
	font-size: 17px;
}

.report_img_sec ul li {
	text-align: left;
	margin-bottom: 20px;
	list-style: none;
	padding-left: 25px;
	position: relative;
	font-size: 16px;
}

.linkable {
	color: #009fda;
	text-decoration: underline;
}

.report_img_sec li:before {
	content: "";
	font-size: 60px;
	vertical-align: middle;
	line-height: 20px;
	position: absolute;
	left: 8px;
	top: 10px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: black;
}

.step_row {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 50px 0 0px;
}

.col_1 {
	width: 200px;
	height: 200px;
	border-radius: 100%;
	background: #019aaa;
	color: #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 35px 40px 35px;
}

.col_1 span {
	font-size: 55px;
	color: #fff;
	font-weight: 600;
}

.col_detail_row {
	display: flex;
	justify-content: center;
	font-size: 20px;
	padding-left: 45px;
}

.col_detail_row .step_col {
	margin: 0px 30px;
	text-align: center;
}

.col_detail_row .step_col h6 {
	font-size: 20px;
	color: #1e1e1e;
	font-weight: 600;
	line-height: normal;
}

.col_detail_row .step_col>span {
	color: #002664;
	font-weight: 600;
	line-height: normal;
	display: inline-block;
}

.step_col button {
	margin-bottom: 40px;
	margin-top: 30px;
	color: #000;
}

.oa_sec {
	margin: 0;
}

.oa_sec li {
	padding-left: 20px;
}

/*testemorial section*/

.testimorial_sec {
	background-color: #ffd652;
	position: relative;
	padding: 40px 0;
}

.testimorial_sec h2 {
	color: #121212;
	text-align: center;
	margin: 0 0 30px;
	font-weight: 600;
}

.content_row {
	display: flex;
	margin-bottom: 60px;
	z-index: 9;
}

.content_col {
	width: 50%;
	background: #fff;
	padding: 40px 20px 20px;
	border-radius: 20px;
	margin-right: 30px;
	margin: 0 15px;
	position: relative;
}

.content_para {
	font-size: 18px;
	color: #1e1e1e;
	margin-bottom: 20px;
}

.editer_name {
	border-radius: 7.5px;
	padding: 5px 10px;
	background: #002664;
	background: -moz-linear-gradient(left, #002664 1%, #bdc7d7 64%, #f4f6f8 100%);
	background: -webkit-linear-gradient(left, #002664 1%, #bdc7d7 64%, #f4f6f8 100%);
	background: linear-gradient(to right, #002664 1%, #bdc7d7 64%, #f4f6f8 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#002664', endColorstr='#f4f6f8', GradientType=1);
}

.editer_name p {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}

.editer_name .editer_last {
	font-size: 16px;
	color: #fff;
}

.content_col img {
	position: absolute;
	left: 21px;
	top: -21px;
	width: 53px;
}

/* .testimorial_sec:before {
	content: "";
	background: url(../img/left_corner_testi.png) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover;
	width: 171px;
	height: 171px;
	z-index: 0;
} */

/* .testimorial_sec:after {
	content: "";
	background: url(../img/right_testi.png) no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
	background-size: cover;
	width: 240px;
	height: 240px;
	z-index: 0;
} */

.content_row .slick-track {
	padding: 30px 0;
}

.content_row .slick-dots li button:before {
	font-size: 52px;
	opacity: 1;
	color: white;
}

.content_row .slick-dots li.slick-active button:before {
	opacity: 1;
	color: black;
}

.content_row .slick-dots {
	bottom: -10px;
}

/*Contact us*/

.contact_us h2 {
	color: #002664;
	margin-bottom: 30px;
}

.contact_us {
	padding: 30px 0;
}

.contact_us h3 {
	color: #1e1e1e;
	margin-bottom: 10px;
	font-weight: 600;
}

.contact_us p {
	padding-right: 200px;
	margin-bottom: 50px;
}

.info_row {
	display: flex;
}

.form_col {
	width: 50%;
}

.adderss_sec p {
	font-size: 18px;
}

#contact-method {
	color: black;
}

.adderss_sec p:nth-child(1) {
	font-weight: 600;
	font-size: 20px;
	color: #1e1e1e;
	margin-bottom: 5px;
	font-weight: 500;
}

.adderss_sec p:nth-child(2) {
	font-weight: 600;
	color: #002664;
	margin-bottom: 25px;
	font-weight: 600;
}

.adderss_sec p:nth-child(3) {
	margin-bottom: 10px;
}

.adderss_sec p:nth-child(4) {
	margin-bottom: 10px;
}

.adderss_sec p:nth-child(4) a {
	color: #009fda;
}

.adderss_sec p:nth-child(6) {
	margin-bottom: 10px;
}

.adderss_sec p:nth-child(7) a {
	color: #009fda;
}

.blue_form_head {
	margin-bottom: 20px;
	color: #fff;
	padding: 10px;
	background: #002664;
	background: -moz-linear-gradient(left, #002664 1%, #bdc7d7 64%, #f4f6f8 100%);
	background: -webkit-linear-gradient(left, #002664 1%, #bdc7d7 64%, #f4f6f8 100%);
	background: linear-gradient(to right, #002664 1%, #bdc7d7 64%, #f4f6f8 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#002664', endColorstr='#f4f6f8', GradientType=1);
}

.form_sec input,
select {
	width: 100%;
	font-size: 16px;
	padding: 10px 10px;
	margin-bottom: 20px;
}

.email_row {
	width: 100%;
	display: flex;
}

.email_row input,
select:nth-child(1) {
	margin-right: 10px;
}

.form_sec textarea {
	font-size: 16px;
	padding: 10px 10px;
	margin-bottom: 20px;
}

.form_btn button {
	padding: 10px 50px;
	font-size: 18px;
	font-weight: 600;
	color: #000;
}

/*Foooter*/

footer {
	background: #002653;
	padding: 40px 0;
}

.footer_row {
	display: flex;
	justify-content: space-between;
}

.footer_col {
	width: 50%;
}

.footer_col h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 10px;
}

.footer_col p {
	color: #fff;
	font-weight: 100;
	line-height: 26px;
}

.footer_col .address {
	padding-right: 56%;
}

.footer_col .address1 {
	padding-right: 75%;
	margin-bottom: 15px;
	margin-top: 17px;
}

.footer_col .enquiry {
	margin-top: 20px;
}

.footer_links {
	margin-top: 10px;
}

.footer_links li {
	display: inline-block;
	margin-right: 10px;
	position: relative;
}

.footer_links li a {
	color: #fff;
	font-size: 16px;
	text-decoration: underline;
}

.footer_links li:nth-child(1):before {
	display: none;
}

.footer_links li:before {
	content: "";
	background: #fff;
	width: 2px;
	height: 15px;
	position: absolute;
	left: -7px;
	top: 3px;
}

.form_sec textarea {
	width: 100%;
	height: 75px;
}

.testi {
	position: relative;
	width: 100%;
	border-top-left-radius: 100%;
	margin-bottom: 20px;
}

.testi_lft {
	position: absolute;
	right: 0;
	width: 41%;
	bottom: 46px;
}

.report_col .about_counsalt {
	text-align: center;
	position: relative;
	z-index: 9;
}

.report_col .about_counsalt a {
	text-decoration: underline;
}

.oa_service h3 {
	font-size: 25px;
	margin-bottom: 0;
	margin-top: 40px;
	font-weight: 700;
}

.oa_service p {
	margin-bottom: 24px;
}

.translate_sec p {
	margin-bottom: 24px;
	line-height: 30px;
}

/*Media Query*/

@media (min-width: 768px) and (max-width: 1023px) {
	.form_sec input {
		margin-bottom: 18px;
	}

	.blue_form_head {
		font-size: 16px;
	}

	.contact_us p {
		padding-right: 0;
		text-align: justify;
	}

	.start_now_wrapper h3 {
		padding: 65px 60px 40px 60px;
		z-index: 9;
		position: relative;
	}

	.img-rounded {
		height: auto;
	}

	.about_txt_sec {
		margin-top: 30px;
	}

	.blue_banner h2 {
		font-size: 24px;
	}

	.opp_text {
		font-size: 35px;
		margin-bottom: 20px;
	}

	.banner_img {
		display: none;
	}

	.banner_content {
		position: static;
		transform: translateY(0);
	}

	.banner_top {
		margin-bottom: 50px;
	}

	.banner_bottom {
		margin-bottom: 50px;
	}
}

@media (min-width: 320px) and (max-width: 767px) {
	.col_detail_row {
		flex-direction: column;
		padding-left: 0;
	}

	.col_detail_row .step_col {
		margin-bottom: 38px;
	}

	.col_1 {
		margin: 0 0 18px 0;
	}

	.col_detail_row .step_col {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.panel-default>.panel-heading {
		padding: 20px 18px;
	}

	.panel-group .panel-heading+.panel-collapse>.panel-body {
		border-top: none;
		padding: 0 20px 30px;
	}

	.wh_need p {
		font-size: 17px;
		margin-bottom: 17px;
		font-weight: 400;
	}

	.testi_lft {
		position: unset;
		right: 0;
		width: 84%;
		bottom: 46px;
		margin-bottom: 40px;
	}

	.testi {
		display: none;
	}

	.report_col {
		width: 100%;
		padding: 0;
	}

	.included_part_row {
		flex-direction: column;
	}

	.blue_heading_accor h4 a {
		font-size: 18px;
	}

	.opp_text {
		font-size: 20px;
		margin-bottom: 25px;
	}

	.per_text {
		margin-bottom: 20px;
		font-size: 13px;
	}

	.last_txt {
		font-size: 14px;
		margin-bottom: 25px;
	}

	.banner_row {
		display: block;
	}

	.navbar-brand {
		padding: 2px 15px;
	}

	nav.navbar .navbar-header .navbar-brand img {
		max-width: 150px;
	}

	.form_sec textarea {
		width: 100%;
	}

	.footer_col .email_txt {
		font-size: 10px;
	}

	.navbar-toggle {
		border: 1px solid #000000c2;
	}

	.blue_banner h2 {
		font-size: 23px;
		padding-left: 0;
	}

	.img-rounded {
		height: auto;
	}

	.text-history {
		padding: 0px 0;
	}

	.about_txt_sec {
		margin: 20px 0px;
	}

	.guild_txt {
		font-size: 22px;
	}

	.about_txt_sec p {
		font-size: 15px;
		text-align: justify;
	}

	.yellow_background {
		margin-top: 0;
	}

	.start_now_wrapper {
		padding: 80px 0 45px 0;
	}

	.start_now_wrapper h3 {
		padding: 0;
		margin-bottom: 50px;
		text-align: justify;
	}

	.contact_us h2 {
		text-align: center;
	}

	.contact_us h3 {
		font-size: 22px;
	}

	.contact_us p {
		padding-right: 0;
		text-align: justify;
	}

	.info_row {
		display: block;
	}

	.form_col {
		width: 100%;
	}

	.email_row {
		display: block;
	}

	.form_sec input {
		margin-bottom: 18px;
	}

	.footer_row {
		display: block;
	}

	.footer_col {
		width: 100%;
	}

	.blue_form_head {
		font-size: 15px;
	}

	.menu_link {
		display: block;
	}

	.menu_link li {
		margin-left: 0;
	}

	.navbar-toggle.collapsed .icon-bar {
		background-color: #000;
	}

	.navbar-collapse ul li .login_btn {
		width: auto;
		display: inline-block;
	}

	.navbar-toggle .icon-bar {
		background-color: #000;
	}

	.yellow_background:after {
		display: none;
	}

	.start_now_wrapper {
		padding: 35px 0 45px 0;
	}

	.testimorial_sec h2 {
		position: relative;
		z-index: 9;
	}

	.testimorial_sec:before {
		z-index: 9;
	}

	.banner_img {
		display: none;
	}

	.banner_content {
		position: static;
		transform: translateY(0);
	}

	.banner_top {
		margin-bottom: 50px;
	}

	.banner_bottom {
		margin-bottom: 50px;
	}

	.banner_content img {
		max-width: 200px;
	}

	.blue_banner {
		background-image: none;
	}

	.content_col {
		padding: 20px;
	}
}

/* terms and conditions and privacy policy */

.privacy #text-content {
	padding: 40px;
}

.privacy #text-content h4 {
	margin-bottom: 30px;
	color: #079db8;
	text-transform: uppercase;
	font-size: 22px;
}

.privacy #text-content h5 {
	font-size: 16px;
	font-family: HelveticaNeueLTStd-Roman, Helvetica, Arial, sans-serif;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
}

.privacy #text-content li,
.privacy #text-content p {
	font-size: 16px;
	font-family: HelveticaNeueLTStd-Roman, Helvetica, Arial, sans-serif;
	font-weight: 100;
}

.privacy ol,
.privacy p,
.privacy ul {
	font-weight: 700;
	color: #173053;
	font-size: 16px;
}

.privacy b,
.privacy strong {
	font-weight: 700;
}

.privacy #text-content ol {
	padding-left: 36px;
}

.privacy-listing {
	padding-left: 38px;
}