@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,300;400;0,700;1,400;1,700&display=swap');

/*
font-family: "Montserrat", sans-serif;
font-family: "Poppins", sans-serif;
*/

* { margin: 0px; padding: 0px; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-text-size-adjust: none; }
html, body { width: 100%; font-size: 16px; color: #000; font-weight: 400; font-family: "Poppins", sans-serif; background: #fff; }

*::-webkit-input-placeholder { opacity:1; color: #fff; }
*::-moz-placeholder {opacity:1;color: #fff; }
*:-ms-input-placeholder {opacity:1;color: #fff; }

input[type=checkbox]{ -webkit-appearance: checkbox; margin: 0px 0 0 0px; display: inline-block; vertical-align: top; }
button, input, textarea, select { -webkit-appearance: none; -webkit-border-radius: 0px; font-family: 'Poppins', sans-serif; }

:focus,input:focus, textarea:focus { outline: none; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
:focus { outline: none; }

/* common */
a { transition: all 0.3s; -webkit-transition: all 0.3s; -ms-transition: all 0.3s; text-decoration: none; outline: none; }
ul { list-style: none; }
.clear { clear: both; overflow: hidden; }
img { border: 0px; outline: none; display: block; max-width: 100%; }
h1, h2, h3, h4, h5, h6 { font-family: "Poppins", sans-serif;  font-weight: 700; }
h1 { font-family: "Montserrat", sans-serif; font-size: 60px; line-height: 65px; }
h2 { font-family: "Montserrat", sans-serif; font-size: 65px; line-height: 75px; text-transform: uppercase; line-height: 1; }
h2 span { color: #687cd0; font-size: 16px; display: block; text-transform: uppercase; }
h3 { font-size: 25px; line-height: 30px; }
h4 { font-size: 20px; line-height: 24px; }
h5 { font-size: 18px; line-height: 22px; }
h6 { font-size: 16px; line-height: 20px; }

p { padding-bottom: 20px; line-height: 28px; }
p a { text-decoration:underline; color:#000; }
p a:hover { text-decoration:none; }

.btn { min-width: 216px; height: 50px; display: inline-flex; align-items: center; justify-content: center; text-transform: uppercase; color: #fff; font-size: 35px; letter-spacing: 1px; font-family: 'Poppins', sans-serif; font-weight: normal; background: #60b1ab; }
.btn:hover { background-color: #08421c; }

#back-to-top { box-shadow: 0px 0px 15px rgba(0,0,0,0.4) inset; -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.4) inset; -ms-box-shadow: 0px 0px 15px rgba(0,0,0,0.4) inset; position: fixed; bottom: 20px; display: none; right: 15px; z-index: 9999; width: 34px; height: 34px; cursor: pointer; border-radius: 50%; -webkit-border-radius: 50%; transition: opacity 0.2s ease-out; -webkit-transition: opacity 0.2s ease-out; opacity: 0; background: #006bb6; }
#back-to-top:after { width: 0px; height: 0px; content: ''; position: absolute; left: 50%; top: 50%; border: 10px solid transparent; border-bottom-color: #fff; margin: -15px 0 0 -10px; }
#back-to-top.show { opacity: 0.8; }
#back-to-top.show:hover { opacity: 1; }
a.close, a.mobilemenu { display: none; }
.d-flex { display: flex; flex-wrap: wrap; }
.a-center { align-items: center; }
.s-between { justify-content: space-between; }


#wrapper { padding-top: 176px; margin: auto; width: 100%; position: relative; }
#wrapper.innerpages { padding-top: 104px; }
#wrapper.contact { padding-top: 0px; }

.wrapper { padding: 0 15px; max-width: 1310px; margin: 0 auto; }

/*header-part*/
#header-part { padding: 17px 0px 31px; position: absolute; left: 0px; top: 0px; width: 100%; height: 176px; z-index: 101; background: #fff; transition: 0.3s all; }
#header-part.stickynav { position: fixed; height: 120px; -webkit-box-shadow: 0 3px 2px 0 rgba(0,0,0,0.1); box-shadow: 0 3px 2px 0 rgba(0,0,0,0.1); }
#header-part a.logo { display: block; max-width: 187px; }
#header-part.stickynav a.logo { max-width: 120px; }
#header-part .wrapper  { max-width: 1460px; }

	/*menu-bar*/
	.menu-bar { }
	.menu-bar ul { padding: 25px 0px 0px 0px; list-style: none; display: flex; align-items: center; justify-content: flex-end; }
	.menu-bar li { padding-left: 38px; }
	.menu-bar li a { font-size: 16px; color: #020202; font-weight: 600; text-transform: uppercase; }
	.menu-bar li a:hover,
	.menu-bar li a.mPS2id-highlight-last { color: #3e55b9; text-decoration: underline; }

/*content part*/
#content-part { width: 100%; }

	/*hero bar*/
	.hero-bar { position: relative; }
	.hero-bar .imgslider { }
	.hero-bar .imgslider img { width: 100%; max-height: 684px; object-fit: cover; }
	.hero-bar .imgslider .slick-arrow { position: absolute; left: 40px; top: 50%; margin-top: -20px; width: 35px; height: 35px; cursor: pointer; border: 0px; border-left: #000 solid 4px; border-bottom: #000 solid 4px; transform: rotate(45deg); font-size: 0px; background: none; z-index: 10; }
	.hero-bar .imgslider .slick-next { left: auto; right: 40px; transform: rotate(-135deg); }
	.hero-bar .imgslider .item-slide { position: relative; }
	.hero-bar .imgslider { }
	.hero-bar .imgslider { }
	.hero-bar .caption-block { padding: 45px 35px 40px 35px; position: absolute; left: 50%; top: 47%; width: 100%; max-width: 708px; transform: translate(-50%,-50%); background: rgba(0,0,0,0.7); text-align: center; }
	.hero-bar .caption-block span { padding-bottom: 15px; display: block; color: #687cd0; font-size: 18px; font-weight: 300; }
	.hero-bar .caption-block h1 { padding-bottom: 15px; color: #fff; }
	.hero-bar .caption-block p { color: #fff; font-size: 18px; line-height: 24px; }
	.hero-bar ul.slick-dots { list-style: none; position: absolute; left: 0px; bottom: 27px; width: 100%; display: flex; align-items: center; justify-content: center; }
	.hero-bar ul.slick-dots li { padding: 0 5px 0 5px; }
	.hero-bar ul.slick-dots li button { width: 10px; height: 10px; font-size: 0px; cursor: pointer; border: 0px; border-radius: 50%; background: #003469; }
	.hero-bar ul.slick-dots li.slick-active button { background: #878787; }
	.hero-bar ul.slick-dots { }

	/*intro bar*/
	.intro-bar { padding: 90px 0px 80px; background: #f6f6f6; border-bottom: #fff solid 7px; }
	.intro-bar .wrapper { max-width: 1056px; }
	.intro-bar figure { width: 47.76%; }
	.intro-bar .introtext { padding: 0px 5px 0px 48px; width: 52.24%; }
	.intro-bar h2 { margin: 0px 0px 17px -3px; }
	.intro-bar h2 strong { font-weight: 700; color: #6cc47f; }
	.intro-bar ul { padding: 5px 0px 0px; list-style: none; }
	.intro-bar li { padding: 3px 0 5px 32px; background: url(../images/tick-icon.png) left 6px no-repeat; }
	.intro-bar { }

	/*mission bar*/
	.mission-bar { padding: 73px 0px 114px 0px; position: relative; }
	.mission-bar:before { content: ""; position: absolute; left: 0px; top: 0px; width: 100%; height: 578px; background: #687cd0; }
	.mission-bar .introtext { padding-bottom: 45px; max-width: 1050px; margin: 0 auto; position: relative; z-index: 10; text-align: center; }
	.mission-bar .introtext h2 { padding-bottom: 20px; color: #fff; }
	.mission-bar .introtext h2 span { padding-bottom: 12px; color: #fca817; font-size: 18px; font-family: "Poppins", sans-serif; }
	.mission-bar .introtext h2 strong { color: #1b222e; }
	.mission-bar .introtext p { color: #fff; font-size: 18px; line-height: 27px; font-weight: 300; }
	.mission-bar .introtext { }
	.mission-bar .helplist { max-width: 1056px; margin: 0 auto; display: flex; flex-wrap: wrap; position: relative; z-index: 10; }
	.mission-bar .helplist .help-item { padding: 50px 30px 33px 30px; margin: 0 15px; width: calc(33.33% - 30px); text-align: center; background: #efefef; }
	.mission-bar .helplist .help-item figure { display: flex; justify-content: center; align-items: flex-start; min-height: 117px; }
	.mission-bar .helplist .help-item h3 { padding-bottom: 11px; text-transform: uppercase; }
	.mission-bar .helplist .help-item p { font-size: 18px; line-height: 26px; font-family: "Montserrat", sans-serif; font-weight: 300; }
	.mission-bar .helplist .help-item { }

	/*services bar*/
	.services-bar { padding: 67px 0px 53px; position: relative; background: #f0f0f0; }
	.services-bar .imgbg { position: absolute; left: 0px; top: 0px; width: 520px; height: 100%; }
	.services-bar .imgbg img { width: 100%; height: 100%; object-fit: cover; }
	.services-bar .wrapper { position: relative; z-index: 10; }
	.services-bar .introtext { padding: 0px 0px 0px 30px; width: 37.5%; display: flex; align-items: center; }
	.services-bar .introtext .intromid { padding: 60px 55px 50px 58px; background: url(../images/text-bg.png) no-repeat; background-size: cover; }
	.services-bar .introtext h2 { padding-bottom: 15px; margin-bottom: 20px; text-transform: none; color: #fff; position: relative; font-size: 40px; line-height: 50px; }
	.services-bar .introtext h2 span { padding-bottom: 0px; color: #fca817; text-transform: uppercase; font-size: 20px; line-height: 1; }
	.services-bar .introtext h2 strong { color: #6cc47f; }
	.services-bar .introtext h2:before { content: ""; position: absolute; left: 0px; bottom: 0px; width: 112px; height: 2px; background: #fff; }
	.services-bar .introtext p { font-size: 18px; line-height: 27px; font-weight: 300; color: #fff; }
	.services-bar .introtext { }
	.services-bar .icontextbox { width: 62.5%; }
	.services-bar .icontextbox .icon-text { padding: 28px 35px 10px 25px; min-height: 265px; margin: 0px 0px 26px 50px; width: calc(50% - 50px); border: #c8cacd solid 1px; background: #fff; }
	.services-bar .icontextbox figure { height: 82px; }
	.services-bar .icontextbox h3 { padding-bottom: 7px; text-transform: uppercase; font-size: 20px; line-height: 1.2; }
	.services-bar .icontextbox p { padding-bottom: 10px; font-size: 16px; line-height: 24px; font-family: "Montserrat", sans-serif; font-weight: 300; }
	.services-bar .icontextbox { }

	/*team bar*/
	.team-bar { padding: 89px 0px 130px 0px; }
	.team-bar h2 { padding-bottom: 52px; text-align: center; }
	.team-bar h2 span { padding-bottom: 9px; color: #fca817; text-transform: uppercase; font-size: 20px; line-height: 1; font-family: "Poppins", sans-serif; }
	.team-bar h2 strong { color: #6cc47f; }
	.team-bar .teamlist { margin: 0 -16px 0 -17px; justify-content: center; }
	.team-bar .teamlist .team-item { margin: 0px 16px 0px 17px; width: calc(33.33% - 33px); background: #687cd0; }
	.team-bar .teamlist .team-item .text { padding: 33px 34px 20px 30px; min-height: 275px; }
	.team-bar .teamlist .team-item h3 { padding-bottom: 3px; color: #fca817; font-size: 30px; font-family: "Montserrat", sans-serif; }
	.team-bar .teamlist .team-item h4 { padding-bottom: 14px; font-family: "Poppins", sans-serif; font-size: 18px; font-weight: 600; color: #fff; text-transform: uppercase; }
	.team-bar .teamlist .team-item p { color: #e2e2e2; font-size: 16px; line-height: 24px; font-weight: 300; }
	.team-bar .teamlist .team-item { }

	/*contactus bar*/
	.contactus-bar { position: relative; }
	.contactus-bar img.mainbg { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; object-fit: cover; }
	.contactus-bar .wrapper { position: relative; z-index: 10; }
	.contactus-bar .introtext { width: 40%; min-height: 750px; display: flex; align-items: center; background: #f0f0f0; }
	.contactus-bar .introtext .intromid { padding: 40px 60px 40px 58px; width: 100%; }
	.contactus-bar .introtext h3 { padding-bottom: 21px; color: #1b222e; font-size: 50px; line-height: 60px; font-family: "Montserrat", sans-serif; }
	.contactus-bar .introtext h3 span { padding-bottom: 5px; display: block; color: #fca817; font-family: "Poppins", sans-serif; font-size: 20px; line-height: 1;  }
	.contactus-bar .introtext .address { padding: 0px 0px 35px 58px; position: relative; color: #1b222e; font-size: 24px; line-height: 36px; font-weight: 300; }
	.contactus-bar .introtext .address img { position: absolute; left: 10px; top: 4px; }
	.contactus-bar .introtext .address a { color: #1b222e; text-decoration: none; }
	.contactus-bar .introtext { }
	.contactus-bar .contactform { padding: 40px 25px 40px 55px; display: flex; align-items: center; justify-content: center; width: 60%; }
	.contactus-bar .contactform .contactmid { padding: 45px 48px 30px 50px; width: 100%; max-width: 480px; background: #687cd0; }
	.contactus-bar .contactform h3 { padding-bottom: 20px; font-family: "Montserrat", sans-serif;  font-size: 32px; line-height: 40px; color: #fff; }
	.contactus-bar .contactform input.field, .contactus-bar .contactform textarea { color: #fff; font-size: 16px; font-family: "Montserrat", sans-serif; font-weight: 300; width: 100%; height: 42px; border: 0px; border-bottom: #fff solid 1px; background: none; margin-bottom: 18px; }
	.contactus-bar .contactform textarea { padding: 10px 0; margin-bottom: 22px; height: 100px; }
	.contactus-bar .contactform input.submit { width: 180px; height: 46px; border: 0px; font-family: "Poppins", sans-serif; font-weight: 700; color: #fff; cursor: pointer; text-transform: uppercase; font-size: 20px; background: #ed9c0f; }
	.contactus-bar .contactform input.submit:hover { color: #ed9c0f; background: #fff; }
	.contactus-bar .contactform .thankyou { display: none; padding: 20px 0px 0px; text-align: center; color: #96f0a9; }
	.contactus-bar .contactform label.error { display: none !important; }
	.contactus-bar .contactform input.error,
	.contactus-bar .contactform textarea.error { border-color: #f00; }
	.contactus-bar .contactform { }
	.contactus-bar .contactform { }
	.contactus-bar { }

	/*footer bar*/
	.footer-bar { padding: 31px 0px 36px; text-align: center; background: #687cd0; }
	.footer-bar ul { text-align: center; justify-content: center; }
	.footer-bar li { padding: 0 13px; }
	.footer-bar li a { color: #fff; font-weight: 400; }
	.footer-bar li a:hover { text-decoration: underline; }
	.footer-bar p { padding: 0px; color: #fca817; font-size: 14px; font-weight: 400; }
	.footer-bar { }
	.footer-bar { }
	.footer-bar { }
	.footer-bar { }
	.footer-bar { }
	.footer-bar { }
	#return-to-top {
		position: fixed;
		bottom: 20px;
		right: 20px;
		background: rgb(0, 0, 0);
		background: rgba(0, 0, 0, 0.7);
		width: 50px;
		height: 50px;
		display: block;
		text-decoration: none;
		-webkit-border-radius: 35px;
		-moz-border-radius: 35px;
		border-radius: 35px;
		display: none;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		z-index: 1001;
	}
	#return-to-top i {
		color: #fff;
		margin: 0;
		position: relative;
		left: 16px;
		top: 13px;
		font-size: 19px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	#return-to-top:hover {
		background: rgba(0, 0, 0, 0.9);
	}
	#return-to-top:hover i {
		color: #fff;
		top: 5px;
	}































