@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
	outline: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	overflow-x: hidden;
}
body {
	font: 400 16px/20px 'Montserrat', sans-serif;
	color: #000;
	transition: all .3s ease-in-out;
	word-break: break-word;
	overflow-x: hidden;
}
ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none
}
ul li {
}
.flex-s {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.flex-m {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.flex-l {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.equal-height {
	align-items: initial!important;
}
.no-padding {
	padding: 0 !important;
}
.flex-re {
	flex-direction: row-reverse
}
.row.flex-re [class*="col-"] {
	margin-right: 2.5641%;
	margin-left: 0;
}
.row.flex-re [class*="col-"]:first-child {
	margin-right: 0;
}
a {
	text-decoration: none;
	color: #3344a3;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0px;
}
h1 {
	font: 800 60px/60px 'Montserrat', sans-serif;
	color: #2c2c52;
	margin: 0;
}
h2 {
	font: 900 42px/47px 'Montserrat', sans-serif;
	color: #142237;
	margin: 0;
	text-transform: uppercase;
}
h2 code {
	font: 700 54px/60px 'Montserrat', sans-serif;
	color: #000;
	display: block;
}
h3 {
	font: 400 35px/40px 'Montserrat', sans-serif;
	color: #142237;
	margin: 0;
}
h4 {
	font: 600 30px/35px 'Montserrat', sans-serif;
	color: #142237;
	margin: 0;
}
h5 {
	font: 400 25px/30px 'Montserrat', sans-serif;
	color: #142237;
	margin: 0;
}
h6 {
	font: 400 20px/25px 'Montserrat', sans-serif;
	color: #142237;
	margin: 0;
}
p {
	font: 400 17px/25px 'Montserrat', sans-serif;
	color: #142237;
	padding: 15px 0 0;
	margin: 0;
}
a, a:link, a:visited, a:hover {
	text-decoration: none;
	outline: none;
}
.btn {
	background: #002569;
	font: 700 14px/50px 'Montserrat', sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 0 44px;
	margin: 15px 0 0;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 50px;
	letter-spacing: 0;
	position: relative;
}
.btn:hover {
	/*background-image: linear-gradient(to right, #aa2b4c, #251146);*/
	transition: all .3s ease-in-out;
	box-shadow: none;
}
.btn-white {
	background: #fff;
	color: #4199EA;
	border: 1px solid #3E63DB;
}
.btn-black {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}
.btn-tra {
	background: transparent;
	color: #000;
	border: 1px solid #000;
}
.d-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
textarea:focus, input:focus, button:focus, select:focus {
	outline: none;
}
.text_left {
	text-align: left;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.bld-text {
	font-weight: 900;
}
.blk-text {
	font-weight: 700;
}
.mid-text {
	font-weight: 500;
}
.lit-text {
	font-weight: 300;
}
/*--header start--*/
header {
	transition: all 300ms ease-out 0s;
}
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}
.header_top {
	background: #002569;
	padding: 10px 0;
}
.header_top ul {
	display: table;
}
.header_top ul li {
	display: inline-block;
	border-right: 1px solid #fff;
	font: 700 14px/20px 'Montserrat', sans-serif;
	color: #fff;
	padding: 0 25px;
}
.header_top ul li:last-child {
	border: none;
}
.header_top ul li a {
	font: 700 14px/20px 'Montserrat', sans-serif;
	color: #fff;
	text-transform: lowercase;
}
.header_bot {
	padding: 5px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sticky .header_bot {
	padding: 5px 0;
}
.logo {
	width: 15%;
	float: left;
	text-align: center;
	position: relative;
}
.logo img {
}
.sticky .logo img {
	transition: all 300ms ease-out 0s;
}
.half_menu {
	width: 42.5%;
	float: left;
	text-align: center;
	margin: 32px 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
.sticky .half_menu {
}
.half_menu ul {
	display: table;
}
.half_menu ul li {
	position: relative;
	float: left;
	padding: 0 12.5px;
}
.half_menu ul li:last-child {
	border: none;
}
.half_menu ul li > a {
	font: 400 15px/39px 'Montserrat', sans-serif;
	color: #000;
	white-space: nowrap;
	display: block;
	text-transform: uppercase;
}
.half_menu ul li:hover, .half_menu ul li.active, .half_menu ul li.current_page_item {
}
.half_menu ul li:hover > a, .half_menu ul li.active > a, .half_menu ul li.current_page_item > a, .half_menu ul li > a:focus {
	/*text-shadow: 1px 1px 1px #000;*/
	color: #002569;
}
.after-logo {
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}
/*---navigation---*/

#navbtn {
	display: none;
}
.nav-menu {
	float: right;
}
.nav-menu li {
	position: relative;
	float: left;
	padding: 0 25px;
}
.nav-menu li:last-child {
	border: none;
	padding-right: 0;
}
.nav-menu li .menuarrow {
	display: none;
}
.nav-menu li > a {
	font: 400 15px/39px 'Montserrat', sans-serif;
	color: #000;
	white-space: nowrap;
	display: block;
	text-transform: uppercase;
}
.nav-menu li:hover, .nav-menu li.active, .nav-menu li.current_page_item {
}
.nav-menu li:hover > a, .nav-menu li.active > a, .nav-menu li.current_page_item > a, .nav-menu li > a:focus {
	/*text-shadow: 1px 1px 1px #000;*/
	color: #f03f35;
}
.nav-menu .sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	min-width: 260px;
	box-shadow: 0 0 5px #000;
	transition: all 300ms ease-out 0s;
	display: none;
	z-index: 999;
}
.nav-menu .sub-menu .sub-menu {
	left: 100%;
	top: 0;
}
.nav-menu li:hover > .sub-menu {
	display: block;
}
.nav-menu .sub-menu li {
	float: none;
	/*border-bottom: 1px solid #e3e3e3;*/
	padding: 0;
	border: none;
}
.nav-menu .sub-menu li:hover, .nav-menu .sub-menu li.active, .nav-menu .sub-menu li.current_page_item {
	background: #2c2c52;
	border-radius: 0;
}
.nav-menu .sub-menu li:hover a, .nav-menu .sub-menu li.active a, .nav-menu .sub-menu li.current_page_item a {
	color: #fff;/*text-shadow: 1px 1px 1px #000;*/
}
.nav-menu .sub-menu a {
	font: 700 16px/39px 'Montserrat', sans-serif;
	color: #ffeab6;
	padding: 0px 10px;
	white-space: normal;
	margin: 0;
	text-transform: capitalize;
}
.nav-menu .sub-menu li+li {
	border-top: 1px solid #d6d6d6;
	border-radius: 0;
}
#navigation {
	float: right;
}
 @media only screen and (max-width: 1198px) {
#navigation {
}
.nav-menu li > a {
	margin: 0 0px;
}
}
@media only screen and (max-width: 990px) {
#navigation {
	width: 38px;
	position: relative;
	float: right;
	background: #fff;
	border: 1px solid #fff;
	margin: 0 0 0 25px;
}
#navbtn {
	display: block;
	background: url(../images/navigation.png) no-repeat 100% 50%;
	width: 38px;
	text-align: left;
	height: 38px;
	font-size: 0px;
	text-transform: uppercase;
	line-height: 38px;
	cursor: pointer;
	color: #000;
}
.nav-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	background: #fff;
	width: 100%;
	z-index: 999;
	width: 260px;
	box-shadow: 0 0 9px #000;
}
.nav-menu li {
	float: none;
}
.nav-menu li+li {
	border-top: 1px solid #d6d6d6;
}
.nav-menu li > a {
	font: 700 16px/39px 'Montserrat', sans-serif;
	color: #000;
	padding: 0 10px;
	margin: 0;
}
.nav-menu li .menuarrow {
	position: absolute;
	right: 2px;
	top: 6px;
	width: 30px;
	height: 30px;
	z-index: 99;
	background: url(../images/nav-arrow.png) no-repeat 50% 50%;
	display: block;
	cursor: pointer;
	border-radius: 3px;
}
.nav-menu li:hover > .menuarrow, .nav-menu li.active > .menuarrow, .nav-menu li.current_page_item > .menuarrow {
	background: url(../images/nav-arrow.png) no-repeat 50% 50% #fff;
}
.nav-menu .sub-menu {
	position: relative;
	margin: 0 3px;
}
.nav-menu .sub-menu .sub-menu {
	left: 0;
	margin: 0 5px;
}
.nav-menu .sub-menu li {
	float: none;
}
.nav-menu li:hover > .sub-menu {
	display: none;
}
#navigation ul.nav-menu, .top-menu ul {
	display: none;
}
}
 @media only screen and (min-width: 1024px) {
.nav-menu {
	display: table !important;
}
}
@media only screen and (min-width: 1025px) {
.nav-menu {
	float: right;
}
}
@media only screen and (max-width: 450px) {
}
.nav-box {
	display: block;
	background: url(../images/close-nav.png) no-repeat 50% 50%;
	width: 40px;
	text-align: left;
	height: 40px;
	font-size: 0px;
	cursor: pointer;
	color: #fff;
	position: absolute;
	left: 5px;
	top: 16px;
}
#left-slider {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 90%;
	background: #000;
	right: 0;
	z-index: 999;
	display: none;
	padding: 80px 0 0;
	overflow: scroll;
}
#left-slider.active {
	left: 0;
}
#afterleft-slider {
	background: rgba(0,0,0,0.5);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 300ms ease-out 0s;
	opacity: 0;
	display: none;
	z-index: 998;
}
#afterleft-slider.active {
	opacity: 1;
	display: block;
}
#left-slider ul li {
	font: 600 21px/55px 'Montserrat', sans-serif;
	color: #fff;
	text-align: right;
}
#left-slider ul li+li {
	border-top: 1px solid #333;
}
#left-slider ul li a {
	font: 600 21px/55px 'Montserrat', sans-serif;
	color: #fff;
	display: block;
	padding: 0 20px;
	text-transform: uppercase;
}
#left-slider ul li:hover, #left-slider ul li.active, #left-slider ul li.current_page_item {
}
#left-slider ul li:hover a, #left-slider ul li.active a, #left-slider ul li.current_page_item a {
	color: #0099FF;
}
#left-slider ul li ul.sub-menu {
	margin: 0 15px 15px;/*---border: 1px dashed #222;---*/
}
#left-slider ul li ul.sub-menu li {
}
#left-slider ul li ul.sub-menu li a {
	font-size: 17px;
	line-height: 34px;
	color: #fff;
	text-transform: capitalize;
	padding: 0;
	font-weight: 400;
}
#left-slider ul li:hover ul li:hover, #left-slider ul li.active ul li.active, #left-slider ul li.current_page_item ul li.current_page_item {
}
#left-slider ul li:hover ul li:hover a, #left-slider ul li.active ul li.active a, #left-slider ul li.current_page_item ul li.current_page_item a {
	color: #e30303;
}
/*---navigation---*/
/*--header end--*/
/*--banner_wrap start--*/
.banner_wrap {
	position: relative;
}
.banner_wrap img {
	width: 100%;
}
.banner_wrap .txt {
	position: absolute;
	left: 50%;
	top: 70%;
	transform: translate(-50%, -50%);
	z-index: 8;
}
.banner_wrap .txt .ban_txt {
	width: 45%;
	background: #002569;
	padding: 81px 37px;
}
.banner_wrap .txt h2 {
	font: 900 42px/45px 'Montserrat', sans-serif;
	color: #fff;
	text-transform: capitalize;
	background: url(../images/bb.png) no-repeat 00% 95%;
	padding: 0px 0 30px;
}
.banner_wrap .txt h3 {
	font: 700 37px/42px 'Montserrat', sans-serif;
	color: #fff;
	text-transform: capitalize;
}
.banner_wrap .txt p {
	color: #fff;
}
.flex-direction-nav {
	display: none;
}
.as_wrap {
}
.as_wrap .txt {
	position: absolute;
	left: 50%;
	top: 90%;
	transform: translate(-50%, -50%);
	z-index: 8;
}
.as_wrap .txt h2 {
	background: url(../images/bbb.png) no-repeat 00% 95%;
	background-size: 100%;
	padding: 0px 0 20px;
	display: inline-block;
}
.as_wrap .txt h4 {
	color: #fff;
}
/*--banner_wrap end--*/
/*--main_wrap start--*/
.main_wrap {
}
.content_wrapper {
	padding: 100px 0;
}
.content_left {
	width: 50%;
	float: left;
}
.content_right {
	width: 50%;
	float: right;
}
.align-center.brdr-btm {
	background: url(../images/border-bottom.png) no-repeat 50% 85%;
	padding: 0px 0 30px;
}
.align-left.brdr-btm {
	background: url(../images/border-bottom.png) no-repeat 100% 85%;
	padding: 0px 0 30px;
}
.img_full {
}
.img_full img {
	width: 100%;
	height: auto;
	float: left;
}
.shadow {
	padding: 1%;
	box-shadow: 0 0 9px #999;
}
.about_wrap {
	background: linear-gradient(90deg, #fff 43%, #000962 43%);
}
.about_area {
	margin: 0 0 0 291px;
}
.about_area ul {
	width: 100%;
}
.about_area ul li {
	width: 100%;
	margin: 5px 0;
	display: inline-flex;
	align-items: center;
}
.about_area ul li .about_img {
	width: 25%;
	float: left;
}
.about_area ul li .about_txt {
	width: 75%;
	float: left;
	padding: 0 0 0 72px;
}
.about_area ul li .about_txt h2, .about_area ul li .about_txt p {
	color: #fff;
}
.ppr_box {
	text-align: center;
}
.ppr_box img {
	width: 100%;
}
.ppr_box .ppr_txt {
	padding: 15px;
}
.ppr_box .ppr_txt h5 {
	color: #fff;
	font-weight: 900;
	margin: 0 0 15px 0;
}
.ppr_box .ppr_txt p {
	color: #fff;
	padding: 0;
}
.spve_box {
	text-align: center;
}
.spve_box img {
	width: 100%;
}
.spve_box .spve_txt {
	padding: 15px 22.5px;
}
.spve_box .spve_txt h6 {
	color: #142237;
	font-weight: 600;
	text-transform: uppercase;
}
#owl-one .item, #owl-two .item {
	margin: 15px 5px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#owl-one .item img, #owl-two .item img {
	display: inline-block;
}
#owl-one .owl-nav [class*=owl-], #owl-two .owl-nav [class*=owl-] {
	position: absolute;
	margin-top: -20px;
	outline: 0;
	width: 28px;
	height: 54px;
	text-indent: -9999px;
	z-index: 999;
}
#owl-one .owl-nav button.owl-next {
	background-position: -63px -1px !important;
	right: -50px;
	top: 50%;
	background: url(../images/right.png) no-repeat !important;
	border-radius: 0;
	margin: 0;
}
#owl-two .owl-nav button.owl-next {
	background-position: -63px -1px !important;
	right: -50px;
	top: 50%;
	background: url(../images/right_1.png) no-repeat !important;
	border-radius: 0;
	margin: 0;
}
#owl-one .owl-nav button.owl-prev {
	background-position: -3px -1px !important;
	left: -50px;
	top: 50%;
	background: url(../images/left.png) no-repeat !important;
	border-radius: 0;
	margin: 0;
}
#owl-two .owl-nav button.owl-prev {
	background-position: -3px -1px !important;
	left: -50px;
	top: 50%;
	background: url(../images/left_1.png) no-repeat !important;
	border-radius: 0;
	margin: 0;
}
#owl-one .owl-nav [class*=owl-], #owl-two .owl-nav [class*=owl-] {
	display: block;
}
#owl-one .owl-dots, #owl-two .owl-dots {
	display: none;
}
.eq_wrap {
/* 	background: #002569 url(../images/eq-bg.jpg) no-repeat center; */
	background: #002569 url(https://www.ppresearch.com.au/wp-content/uploads/2023/02/eq-bg-min.jpg) no-repeat center;
	background-size: cover;
}
.mail_form {
	text-align: center;
}
.mail_form h2 {
	margin: 0 0 15px 0;
	color: #fff;
	text-transform: uppercase;
}
.mail_form input[type="text"], .mail_form input[type="email"], .mail_form input[type="tel"], .mail_form input[type="date"], .mail_form input[type="time"], .mail_form select, .mail_form textarea {
	width: 100%;
	height: 67px;
	border: 1px solid #fff;
	border-radius: 0;
	margin: 15px 0;
	padding: 10px;
	text-indent: 0px;
	font: 700 15px/67px 'Montserrat', sans-serif;
	color: #fff;
	background: transparent;
	display: inline-block;
}
.mail_form textarea {
	height: 119px;
	line-height: 20px;
	padding: 10px;
	border-radius: 0;
}
.mail_form label {
	margin: 8px 15px 8px 0;
	font-size: 23px;
	line-height: 23px;
	color: #000;
	display: inline-block;
	width: auto;
}
.mail_form input[type="checkbox"], .mail_form input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	width: 22px;
	height: 22px;
	float: left;
	margin: 0 7px 0 0;
}
.mail_form select {
	background: transparent url(../images/select_1.png) no-repeat 96% center;
}
.mail_form select option {
	display: none;
	background: #0f3787;
}
.mail_form select option+option {
	display: block;
	padding: 5px 0;
}
.mail_form input[type="file"] {
	background: #575757;
	font: 500 14px/53px 'Montserrat', sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 0 15px;
	margin: 15px 0 0;
	display: inline-block;
	border: 1px solid #575757;
	border-radius: 0;
}
.mail_form input[type="submit"] {
	background: #fff;
	font: 700 14px/50px 'Montserrat', sans-serif;
	color: #000;
	text-transform: capitalize;
	text-align: center;
	padding: 0 82px;
	margin: 15px 0 0;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 50px;
	letter-spacing: 0;
	transition: all .3s ease-in-out;
}
.mail_form input[type="submit"]:hover {
	background: #fff;
	color: #000;
	border: 1px solid #fff;
	border-radius: 25px 0;
}
 .mail_form input[type="text"]::-webkit-input-placeholder, .mail_form input[type="email"]::-webkit-input-placeholder, .mail_form input[type="tel"]::-webkit-input-placeholder, .mail_form input[type="date"]::-webkit-input-placeholder, .mail_form input[type="time"]::-webkit-input-placeholder, .mail_form select::-webkit-input-placeholder {
 font: 700 15px/67px 'Montserrat', sans-serif;
 color: #fff !important;
 opacity:1;
}
.mail_form textarea::-webkit-input-placeholder {
font: 700 15px/20px 'Montserrat', sans-serif;
 color: #fff !important;
 opacity:1;
}
/*--footer_wrap start--*/
footer {
	background: #002569;
	padding: 41px 0;
	text-align: center;
}
footer p {
	color: #fff;
}
.footer_logo {
}
.footer_links {
	margin: 0 0 0;
}
.footer_links ul {
	display: table;
}
.footer_links ul li {
	display: inline-block;
	padding: 0 22px;
	font: 700 14px/14px 'Montserrat', sans-serif;
	color: #fff;
	border-right: 1px solid #fff;
}
.footer_links ul li:last-child {
	border: none;
	padding-right: 0;
}
.footer_links ul li a {
	font: 700 14px/14px 'Montserrat', sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.footer_links ul li a:hover {
	color: yellow;
}
.footer_links ul li:hover a, .footer_links ul li.active a, .footer_links ul li.current_page_item a {
	color:  yellow;
}
.copyright_wrap {
	text-align: center;
}
.copyright_wrap p {
	font: 700 13px/19px 'Montserrat', sans-serif;
	color: #bababa;
	padding: 15px 0 0;
	text-transform: capitalize;
}
/*--footer_wrap end--*/
.align-center {
	text-align: center;
}
.colorwhite {
	color: #fff;
}
.coloryellow {
	color: #fed94c;
}
.colorblack {
	color: #000;
}
.bg-gray {
	background: #eeeeee;
}
.bg-black {
	background: #1a1a1a;
}
.bg-blue {
	background: #002569;
}
.img {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	display: inline-block;
}
.img img {
	width: 100%;
	height: auto;
	float: left;
	-webkit-transition: all 5.5s;
	-moz-transition: all 5.5s;
	-o-transition: all 5.5s;
	transition: all 5.5s;
}
.img:hover, .img:focus {
/*box-shadow: 0 0 3px #999;*/
}
.img:hover img, .img:focus img {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.btn {
	/*display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgb(0 0 0 / 0%);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;*/
	
	/*border: 1px solid currentColor;*/
	overflow: hidden;
	position: relative;
	text-decoration: none;
	transition: .2s transform ease-in-out;
	will-change: transform;
	z-index : 0;
}
.btn:before {
	background-color: #000;
	border-radius: 0px;
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-100%, 0) rotate(10deg);
	transform-origin: top left;
	transition: .2s transform ease-out;
	will-change: transform;
	z-index: -1;
}
.btn:hover {
	/*border: 1px solid transparent;*/
	color: #fff;
	transform: scale(1.05);
	will-change: transform;
}
.btn:hover:before {
	transform: translate(0, 0);
}
/* Shine */
.pro_img {
	position: relative;
	overflow: hidden;
}
.pro_img::before {
	position: absolute;
	top: 0;
	left: -85%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.pro_img:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
 100% {
 left: 125%;
}
}
@keyframes shine {
 100% {
 left: 125%;
}
}
/* Rotate */
.pro_img img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.pro_img:hover img {
	-webkit-transform: rotate(5deg) scale(1.15);
	transform: rotate(5deg) scale(1.15);
}
.bdr-top {
	border-top: 3px solid #e5e5e5;
}
.back-to-top {
	position: fixed;
	bottom: 25px;
	right: 25px;
	display: none;
	padding: 12px;
	border-radius: 5px;
	background: #ffeab6;
	color: #000;
	box-shadow: 1px 2px 3px #333;
	z-index: 11;
}
.back-to-top:hover {
	background: #f03f35;
	color: #fff;
	box-shadow: none;
}
.find_area {
	margin: 27px 0 0 0;
}
.find_area ul {
	display: flex;
	align-items: center;
	flex-flow: row wrap;
	justify-content: space-around;
}
.find_area ul li {
	display: inline-block;
	margin: 0 15px 0 0;
	background: url(../images/ci-2.png) no-repeat left center;
	padding: 5px 0 5px 40px;
	font: 400 29px/35px 'Poppins', sans-serif;
	color: #000;
}
.find_area ul li:last-child {
	margin: 0;
}
.find_area ul li:first-child {
	background: url(../images/ci-1.png) no-repeat left center;
}
.find_area ul li:last-child {
	background: url(../images/ci-3.png) no-repeat left center;
}
.find_area ul li p, .find_area ul li a {
	font: 400 29px/35px 'Poppins', sans-serif;
	color: #000;
}
.map {
	margin: 56px 0 0 0;
}
.map iframe {
	width: 100%;
}
.white_txt {
}
.white_txt h2, .white_txt h3, .white_txt h4, .white_txt h5, .white_txt h6, .white_txt p {
	color: #fff;
}
.white_txt ul {
	width: 100%;
}
.white_txt ul li {
	width: 100%;
	padding: 5px 0 5px 15px;
	display: inline-block;
	font: 400 17px/22px 'Montserrat', sans-serif;
	color: #fff;
	background: url(../images/dot.png) no-repeat left center;
}
.av_txt {
}
.av_txt h2, .av_txt p {
	padding: 0 0 15px 0;
}
.testi_box {
}
.testi_box .testi_img {
	width: 35%;
	float: left;
}
.testi_box .testi_img img {
	width: 100%;
}
.testi_box .testi_txt {
	width: 65%;
	float: left;
	padding: 0 0 0 67px;
}
.testi_box .testi_txt p {
	background: url(../images/tl.png) no-repeat left top, url(../images/tr.png) no-repeat right bottom;
	padding: 0 35px;
	margin: 15px 0;
	display: inline-block;
}
.testi_box .testi_txt h6 small {
	display: block;
	font-style: italic;
}
.testi_box .testi_txt h6 {
	text-transform: uppercase;
}
#owl-testi .item {
	margin: 15px 5px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#owl-testi .item img {
	display: inline-block;
}
#owl-testi .owl-nav [class*=owl-] {
	position: absolute;
	margin-top: -20px;
	outline: 0;
	width: 28px;
	height: 54px;
	text-indent: -9999px;
	z-index: 999;
}
#owl-testi .owl-nav button.owl-next {
	background-position: -63px -1px !important;
	right: -50px;
	top: 50%;
	background: url(../images/right_1.png) no-repeat !important;
	border-radius: 0;
	margin: 0;
}
#owl-testi .owl-nav button.owl-prev {
	background-position: -3px -1px !important;
	left: -50px;
	top: 50%;
	background: url(../images/left_1.png) no-repeat !important;
	border-radius: 0;
	margin: 0;
}
#owl-testi .owl-nav [class*=owl-] {
	display: none;
}
#owl-testi .owl-dots {
	display: block;
}
.service_loop {
}
.service_loop > div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 25px 5%;
	position: relative;
}
.service_loop > div:first-child {
	padding: 0 0;
}
.service_loop > div:last-child {
	padding: 50px 0 0;
}
.service_loop div .ser_image {
	float: left;
	width: 45%
}
.service_loop div .ser_image img {
	width: 100%;
}
.service_loop div .ser_text {
	float: right;
	width: 55%;
}
.service_loop div .ser_text h2 {
	margin: 15px 0 0 0;
}
.service_loop div .ser_text h2+h2 {
	margin: 15px 0 0 0;
}
.service_loop > div:nth-child(odd) {
}
.service_loop > div:nth-child(even) {
	flex-direction: row-reverse;
}
.service_loop > div:nth-child(odd) .ser_text {
	padding: 0 52px 0 0;
}
.service_loop > div:nth-child(even) .ser_text {
	padding: 0 0 0 52px;
}
.service_loop div .ser_text ul {
	width: 100%;
}
.service_loop div .ser_text ul li {
	width: 100%;
	padding: 5px 0 5px 15px;
	display: inline-block;
	font: 400 17px/22px 'Montserrat', sans-serif;
	color: #000;
	background: url(../images/bd.png) no-repeat left 15px;
}
.service_loop div .ser_text ul li ul li {
	width: 100%;
	padding: 5px 0 5px 15px;
	display: inline-block;
	font: 400 17px/22px 'Montserrat', sans-serif;
	color: #000;
	background: url(../images/bdd.png) no-repeat left 10px;
}
.services_text {
	margin: 36px 0 0 0;
}
.services_text h2 {
	margin: 0 0 15px 0;
}
.services_text h5 {
	margin: 0 0 15px 0;
	font-weight: 700;
}
.services_text h6 {
	margin: 15px 0;
	font-weight: 700;
}
.services_text ul {
	width: 100%;
}
.services_text ul li {
	width: 100%;
	padding: 5px 0 5px 15px;
	display: inline-block;
	font: 400 17px/22px 'Montserrat', sans-serif;
	color: #000;
	background: url(../images/bd.png) no-repeat left 15px;
}
.lic_txt {
	margin: 0 0 0;
	font-size: 40px;
}
.lic_txt h2 {
	margin: 15px 0;
}
.lic_txt ul {
	width: 100%;
}
.lic_txt ul li {
	width: 100%;
	padding: 5px 0 5px 15px;
	display: inline-block;
	font: 400 17px/22px 'Montserrat', sans-serif;
	color: #000;
	background: url(../images/bd.png) no-repeat left 15px;
}
.exp_txt {
}
.exp_txt ul {
	width: 100%;
}
.exp_txt ul li {
	width: 100%;
	display: inline-block;
	padding: 5px 0;
	text-align: center;
}
.exp_txt ul li:first-child {
	text-align: right;
	float: right;
}
.exp_txt ul li:first-child a {
}
.exp_txt ul li:last-child {
	text-align: left;
	float: left;
}
.exp_txt ul li a {
	background: #fff;
	padding: 0 85px;
	font: 700 15px/68px 'Montserrat', sans-serif;
	color: #000;
	display: inline-block;
}
.tsv_txt {
}
.tsv_txt h3 {
	color: #fff;
	font-weight: 700;
	margin: 15px 0 0 0;
}
.tsv_txt p {
	color: #fff;
	font-size: 15px;
}
.about_loop {
}
.about_loop > div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 50px 0;
	position: relative;
}
/*.about_loop div:last-child {
	padding: 50px 0 0;
}*/
.about_loop div .about_image {
	float: left;
	width: 50%
}
.about_loop div .about_image img {
	width: 100%;
}
.about_loop div .about_text {
	float: right;
	width: 50%;
}
.about_loop div .about_text h3 {
	text-transform: capitalize;
	font-weight: 700;
	margin: 15px 0 0 0;
}
.about_loop div .about_text h5 {
	text-transform: uppercase;
	font-weight: 700;
	margin: 15px 0 0 0;
}
.about_loop div .about_text p {
	padding: 5px 0 0 0;
}
.about_loop > div:nth-child(odd) {
}
.about_loop > div:nth-child(even) {
	flex-direction: row-reverse;
}
.about_loop > div:nth-child(odd) .about_text {
	padding: 0 0 0 52px;
}
.about_loop > div:nth-child(even) .about_text {
	padding: 0 52px 0 0;
}
.sig_txt {
}
.sig_txt h5, .sig_txt h6, .sig_txt p {
	color: #fff;
}
.sig_txt h6 {
	margin: 15px 0 0;
	font-weight: 600;
}
.wpcf7-form p {
	padding: 0px;
}
.wpcf7-spinner {
	display: none;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #fff;
	color: #fff;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #fff;
	color: #fff;
}
.lic_txt h2 {
	font-size: 40px;
}
.exp_text {
	display: inline-block;
	margin: 15px 0 0 0;
}
.txt_up h2 {
	text-transform: uppercase !important;
}
.sunburntflag_logo {
	margin-top: 30px;
}
.exp_txt ul li:nth-child(2) {
    margin-left: 68px;
}
.exp_txt ul li:nth-child(3) {
    margin-left: -34px;
}
.serv-wrap .serv-items {
    display: flex;
    justify-content: center;
    text-align: center;
    column-gap: 20px;flex-wrap:wrap; }
.serv-wrap .serv-item{width:31%;}
.serv-item h3 {
    font: 700 24px 'Montserrat', sans-serif;
    color: #142237;
    text-transform: uppercase;
    margin: 15px 0 !important;
}
.serv-wrap {
    padding-bottom: 100px;
}