
* {
	padding: 0;
	margin: 0;
	font-family: 'Montserrat';
}

.owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}

.container {
	max-width: 1280px;
}
.page-box, .page-center-bg {
	overflow: hidden;
}
body {
	
}


.header {	
	position: relative;
	z-index: 2;
	padding: 15px 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
}
.header .d-flex {	
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: space-between;
}
.logo-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	flex: 1;
	-webkit-flex: 1;
}
.logo-desc {
	color: #d7d7d7;
	font-size: 14px;
	max-width: 250px;
	margin-left: 5%;
}
.header .btn1 {
	font-size: 16px;
	padding: 10px 20px; 
}
.header .phone {
	color: black;
	font-weight: bold;
	font-size: 21px;
}
.logo img {
	max-width: 120px;
}


.menu-box {	
	flex: 1;
	-webkit-flex: 1;
	margin: 0 1%;
}

.menu-btn-box {
	display: none;
}
.menu-box {	
	
}
.menu {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
}
.menu a {
	font-size: 21px;
	color: white;
	display: block;
	text-decoration: none;
	position: relative;
	margin: 0 3%;
	white-space: nowrap;
}
.menu span:hover, .menu a:hover, .menu a.act {
	color: #40E0D0;
}
.menu a:hover:after, .menu a.act:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	background: linear-gradient(to right,  rgba(2,113,227,1) 0%,rgba(125,185,232,0) 100%);
	top: 100%;
	left: 0;
}

.menu-btn-box {
	display: none;
}

.header .btn-box {
	margin: 0 3%;
}

body.fixed .b1 {
	padding-top: 90px;
}
body.fixed .header .d-flex {
	padding: 0;
}
body.fixed .header {
	padding: 10px 0;
	top: 0;
	left: 0;
	width: 100%;
	position: fixed;
	z-index: 10;
	background-color: rgba(43,36,72,0.9);
}
body.fixed .menu-btn-box {
	display: block;
	margin-left: 10px;
}
body.fixed .header .btn1 {
	font-size: 14px;
}
body.fixed .header .menu a {
	font-size: 15px;
}

.menu-box.open {
    display: block !important;
}

.side-menu {	
	position: fixed;
	top: 0;
	right: 100%;
	z-index: 300;
	background-color: rgba(0,0,0,0.5);	
	width: 100%;
	height: 100%;
	overflow: auto;
	transition: all .5s;
}
.side-menu.show {		
	right: 0;
}
.menu-box-right {
	display: block;
	padding-right: 0;
	position: relative;
	padding: 30px 0 30px 5%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: -600px;
	width: 400px;
	background-color: white;
	overflow-y: auto;
	transition: all .5s;
}
.side-menu .logo-box {
	margin-bottom: 15px;
}
.side-menu .btn-box {
	margin-bottom: 20px;
}
.side-menu .menu {
	display: block;
	padding: 0 0 20px 0;
	position: relative;
}
.side-menu .menu a, .side-menu .sub-menu a, .side-menu .menu .sub > span {
	display: block;
	font-size: 20px;
	line-height: 1.2;
	color: #31363a !important;
	font-weight: 500;
	padding: 0;
	margin: 0 0 15px 0;
}
.side-menu .menu a:hover, .side-menu .sub-menu a:hover, .side-menu .menu .sub > span:hover {	
	color: #da4531 !important;
}
.side-menu .sub-menu {
	padding: 0 0 10px 10px;
	position: static;
	background-color: transparent;
}
.side-menu .menu-close {
	display: inline-block;
	position: fixed;
	left: 410px;
	top: -100px;
	cursor: pointer;
	transition: all .5s;
	cursor: pointer;
}
.side-menu.show .menu-close {
	width: 100%;
	height: 100%;
}
.phone-box2 {
	position: relative;
	margin-top: 20px;
}
.phone-box2 a {
	font-size: 18px;
	line-height: 1.2;
	display: block;
	color: #677056;
	display: block;
	margin-bottom: 10px;
}
.phone-box2 span {
	font-size: 15px;
	color: #677056;
	text-decoration: underline;
	display: inline-block;
	cursor: pointer;
}
.side-menu.show .menu-box-right {
	left: 0;
}
.side-menu.show .menu-close {
	top: 30px;
}
.side-menu .btn1 {
	margin-bottom: 15px;
	max-width: 220px;
	width: 100%;
	font-size: 14px;
}
.side-menu .lang-box {
	justify-content: flex-start;
}

.bg-mask {
	background-color: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
}
.b1 {
	background: url('img/b1.webp') center center no-repeat;
	background-size: cover;
}
.b1 .bg-mask  {
	padding: 80px 0;
}
.b1 .inner {
	position: relative;
}
.b1 .txt {
	max-width: 900px;
}
.b1 .txt h1 {
	font-size: 40px;
	font-weight: bold;
	color: white;
	line-height: 1.4;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
	margin-bottom: 25px;
	text-transform: uppercase;
}
.b1 .txt h1 span {	
	color: #40E0D0;
	font-weight: bold;
}
.b1 .txt p {
	font-size: 18px;
	color: white;
	margin-bottom: 30px;
}
.b1 .txt p b {
	color: #40E0D0;
}

.b1 .txt .btn-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	margin-bottom: 30px;
}
.b1 .txt .btn-box .btn1, .b1 .txt .btn-box .btn2 {	
	margin: 0 3% 10px 0;
	max-width: 330px;
	width: 100%;
}


#claimpopup .grid-cols {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 430px;
	grid-template-columns: 1fr 430px;
	gap: 10px;
}
#claimpopup .ttl {
	font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.3;
	margin-bottom: 20px;
}
#claimpopup .col1 p {
	font-size: 18px;
	text-align: left;
	max-width: 520px;
	margin-bottom: 30px;
}
#claimpopup .col2 .img {
	margin-top: -27px;
}
#claimpopup .col2 p {
	font-size: 18px;
	margin-bottom: 10px;
}
#claimpopup .col2 .btn3 {
	width: 100%;
	max-width: 415px;
}


.btn0 {

	font-size: 18px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	padding: 5px 25px;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #54A4F8;
	transition: all .5s;
	background: rgba(2, 113, 227, 0.19);
	box-shadow: 0 2px 5px 1px rgba(0,0,0,.15);
	display: inline-block;
}
.btn0:hover {
	color: white;
	box-shadow: 0 0 15px 5px rgba(255,167,1,.5);
	text-decoration: none;
	background: rgba(2, 113, 227, 1);
}
.btn1 {

	font-size: 18px;
	color: #191919;
	font-weight: bold;
	cursor: pointer;
	padding: 12px 30px;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	border: 0;
	transition: all .5s;
	background: #40E0D0;
	box-shadow: 0 2px 5px 1px rgba(0,0,0,.15);
	display: inline-block;
	border: 2px solid #40E0D0;
}
.btn1:hover {
	color: white;
	box-shadow: 0 0 15px 5px rgba(255,167,1,.5);
	text-decoration: none;
}
.btn2 {

	font-size: 18px;
	color: #40E0D0;
	font-weight: bold;
	cursor: pointer;
	padding: 12px 30px;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #40E0D0;
	transition: all .5s;
	background: transparent;
	box-shadow: 0 2px 5px 1px rgba(0,0,0,.15);
	display: inline-block;
}
.btn2:hover {
	color: black;
	box-shadow: 0 0 15px 5px rgba(255,167,1,.5);
	text-decoration: none;
	background: #40E0D0;
}
.btn3 {

	font-size: 18px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	padding: 14px 30px;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	border: 0;
	transition: all .5s;
	background: #9A9A9A;
	box-shadow: 0 2px 5px 1px rgba(0,0,0,.15);
	display: inline-block;
	border: 0;
}
.btn3:hover {
	color: white;
	box-shadow: 0 0 15px 5px rgba(255,167,1,.5);
	text-decoration: none;
}
.btn4 {

	font-size: 18px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	padding: 12px 30px;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	border: 0;
	transition: all .5s;
	background: black;
	box-shadow: 0 2px 5px 1px rgba(0,0,0,.15);
	display: inline-block;
	border: 2px solid #40E0D0;
}
.btn4:hover {
	color: white;
	box-shadow: 0 0 15px 5px rgba(255,167,1,.5);
	text-decoration: none;
}






.form2 {
	max-width: 600px;
	margin: 0 auto;
}
.form2 input[type="text"], .form2 textarea {
	font-size: 18px;
	color: black;
	background-color: white;
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #1E1A2D;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	outline: 0;
}
.form2 textarea {
	min-height: 120px;
}
.form2 .inp {
	margin-bottom: 20px;
}
.form2 button {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	padding: 20px;
	border-radius: 10px;
	border: 0;
}
.form2.v2 input[type="text"], .form2 textarea {
	border: 1px solid black;
	background-color: white;
	color: black;
	padding: 13px;
}
.form2.v2 button {
	padding: 18px;
	border: 0;
}

.owl-stage {
	display: flex;
	display: -webkit-flex;
}
.owl-nav {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	margin-top: 30px;
}
.owl-nav button {
	width: 50px;height: 50px;
	border-radius: 50%;
	border: 1px solid #40E0D0 !important;
	display: block;
	color: #40E0D0;
	background-color: transition !important;
	outline: 0;
	opacity: 1;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	margin: 0 10px;
}
.owl-nav button.owl-prev {
	left: 0;
}
.owl-nav button.owl-next {
	right: 0;
}
.owl-nav button i {
	color: #40E0D0;
	font-size: 20px;
}
.owl-nav button.owl-prev img {
	margin-left: -2px;
}
.owl-nav button.owl-next img {
	margin-right: -2px;
}
.owl-nav button:hover {	
	color: white;
	background-color: #40E0D0 !important;
}
.owl-nav button:hover i {
	color: white;
}

.owl-dots {
	margin-top: 30px;
	width: 100%;
	text-align: center;
}
.owl-dots button { 
   font-size: 0; 
   width: 50px;
   height: 5px;
   background: #4F4F4F !important;
   border: 0;
   cursor: pointer;
   margin: 0 5px; 
   outline: 0;   
} 
.owl-dots button.active {   
   background: #FEB546 !important;
} 





.select1 {
	position: relative;   
	white-space: nowrap;
	border-radius: 5px;
	min-width: 170px;
	border: 1px solid #e6e6e6;
	background-color: white;
}
.select1 select {	
	cursor: pointer;
	font-size: 13px;
	color: #716b6b;
	background-color: transparent;
	padding: 10px 20px 10px 15px;
	white-space: nowrap;
	border: 0;
	outline: 0;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; 
	background: url('fonts/img/down.png') 96% center no-repeat;
}



.form1 input[type="text"], .form1 textarea {
	font-size: 18px;
	color: #787878;
	padding: 15px;
	border-radius: 10px;
	border: 2px solid #d8d8d8;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	outline: 0;
}
.form1 textarea {
	min-height: 120px;
}

.form1 .inp {
	margin-bottom: 18px;
}
.form1 button {
	width: 100%;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	padding: 20px;
	border-radius: 10px;
	border: 0;
}



.modal-dialog {
	max-width: 530px;
	
}
.modal-content {
position: relative;
background-color: white;
padding: 30px  15px;
border-radius: 5px;
}
.modal-content .close {
	position: absolute;
	right: 15px;
	top: 10px;
	z-index: 2;
	cursor: pointer;
}

.modal-content .form-ttl {
	text-align: center;
	font-size: 31px;
	line-height: 1.3;
	color: #363636;
	font-weight: bold;
	margin-bottom: 20px;
}
.modal-content p {
	text-align: center;
	font-size: 18px;
	color: black;
	margin-bottom: 30px;
}
.modal-content input, .modal-content textarea {
	font-size: 15px;
	color: #191919;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #dfdfdf;
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.modal-content label {
	font-size: 15px;
	display: block;
	margin-bottom: 10px;
}
.modal-content button {
	font-size: 18px;
	padding: 15px;
	font-weight: bold;
	display: block;
	width: 100%;
	border-radius: 5px;
	transition: all .5s;
}


.menu-btn-box {
	
}
.menu-btn {
	width: 40px;
	height: 27px;
	position: relative;	  
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 101;
}
.menu-btn  span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: white;
	opacity: 1;
	left: 0;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	border-radius: 2px;
}
.menu-btn.open  span {
	background: white;
}
.menu-btn  span:nth-child(1) {
  top: 0px;
}
.menu-btn  span:nth-child(2) {
  top: 10px;
}
.menu-btn  span:nth-child(3) {
  top: 20px;
}
.menu-btn.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.menu-btn.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.menu-btn.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.privacy {
	font-size: 13px;
	color: #a2a7b2;
	margin: 10px 10px 0 0;
	text-align: left;
}
.privacy a {
	font-size: 13px;
	color: #ff1b0d;
}




.footer {
	padding: 50px 0;
	background-color: #f6f8fa;
}
.soc-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
}
.soc-box a {
	margin-right: 25px;
	display: inline-block;
}
.soc-box a:last-child {
	margin-right: 0;
}
.footer-top {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
}
.footer-top .logo-box {
	margin: 0 35px 20px 0;
}
.footer-top .soc-box {
	margin-left: auto;
	margin-bottom: 20px;
}
.footer-top .menu-box {
	margin-bottom: 20px;
}
.footer-top {
	padding-bottom: 0;
}


.footer-copyright {
	border-top: 1px solid #9a9a9a;
	padding-top: 20px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	font-size: 14px;
}
.footer-copyright a {
	font-size: 14px;
}

.privacy {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
}
.privacy a {
	font-size: 12px;
	color: white;
	opacity: .5;
}
.owl-carousel {
	position: relative;
}



.form1 input[type="text"], .form1 textarea {
	font-size: 18px;
	color: #787878;
	padding: 15px;
	border-radius: 10px;
	border: 2px solid #d8d8d8;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	outline: 0;
}
.form1 textarea {
	min-height: 120px;
}

.form1 .inp {
	margin-bottom: 18px;
}
.form1 button {
	width: 100%;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	padding: 20px;
	border-radius: 10px;
	border: 0;
	box-shadow: 0 12px 24px rgba(255, 250, 59, 0.28), inset 0 -6px 1px 1px rgba(40, 0, 5, 0.29) !important;
	background-color: #ffd561 !important;
	background-image: linear-gradient(to top, #ffc115 0%, #ffc515 100%) !important;
}


.modal-dialog {
	max-width: 700px;
}
.modal-content {
	position: relative;
	padding: 30px  15px;
	border-radius: 5px;
    border: 1px solid rgba(255, 167, 1, 0.3);
}
.modal-content .close {
	position: absolute;
	right: 15px;
	top: 10px;
	z-index: 2;
	cursor: pointer;
}

.httl {
	font-weight: bold;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 30px;
	position: relative;
}
.httl span {
	color: #40E0D0;
	font-weight: bold;
}
.httl-txt {
	font-size: 24px;
	font-weight: 300;
	color: white;
	margin-bottom: 40px;
}

.img-txt-block {
	padding: 80px 0;
}
.img-txt-block.bg {
	background-color: #f6f8fa;
}
.img {
	text-align: center;
	position: relative;
	display: inline-block;
	box-shadow: 0 0 15px 5px rgba(0,0,0,.1);
}
.img.brd:after {
	content: '';
	position: absolute;
	left: 15px;
	top: 15px;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	border: 2px solid white;
}
.img img {
	max-width: 100%;
	height: auto;
}

.txt li {
	font-size: 18px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.team-block {
	padding: 80px 0;
	text-align: center;
}
.team-block img {
	max-width: 100%;
	height: auto;
}
.team-block .ttl {
	margin: 20px 0 15px 0;
	font-size: 21px;
	font-weight: bold;
}
.team-block p {
	font-size: 15px;
	font-style: italic;
}

.border-top {
	border-top: 1px solid #f6f8fa;
}


@media screen and (max-width: 1300px){
	
	
}
@media screen and (max-width: 991px){
	
	.b1 .txt h1 {
		font-size: 28px;
	}
	.b1 .txt p {
		font-size: 18px;
		margin-bottom: 15px;
		width: 100%;
	}
	.b1 .txt .btn-box {
		display: block;
		margin-top: 30px;
	}
	.b1 .txt .btn1, .b1 .txt .btn2{
		width: 100%;
		max-width: 360px;
	}
	
	.httl {
		font-size: 30px;
		margin-bottom: 30px;
	}
	
	.footer-copyright {
		display: block;
	}
	.footer-copyright a {
		margin-top: 10px;
		display: block;
		
	}
	
	
	.menu a {
		font-size:15px;
	}
	
	
	

	.b1 .img {
		position: static;
	}
	.b1 .img img {
		max-width: 100%;
		height: auto;
	}
	
	.b1 .txt {
		max-width: 100%;
	}
	.b1 .txt p {
		max-width:  100%;
	}
	.b1 .txt .btn-box {
		margin-bottom: 0;
	}
	
	
	
}
@media screen and (max-width: 800px){
	.footer-top {
		flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
	}
	.footer-top .menu-box {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		margin-bottom: 0;
	}
	.footer-top .menu {		
		justify-content: flex-start;
	}
	.footer-top .menu a {
		font-size: 23px;
		margin: 0 15px 25px 0 ;
	}
	.footer-top {
		padding-bottom: 10px;
	}

}
@media screen and (max-width: 768px){
	
	.header .menu-box {
		display: none;
	}
	
	.menu-btn-box {
		display: block;
		margin-left: 25px;
	}
	

	.b1 .txt h1 br {
		display: none;
	}
	.b1 .txt {
		
	}
	.b1 .txt .btn-box {
		text-align: center;
	}
	.b1 .txt {
		padding-bottom: 0;
	}
	
	
	.footer .grid-list {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}

}
@media screen and (max-width: 575px){
	
	.b1 .bg-mask {
		padding: 40px 0;
	}
	.b1 .txt p {
		font-size: 16px;
	}
	.img-txt-block {
		padding: 40px 0;
	}
	
	.httl {
		font-size: 26px;
	}
	.txt p {
		font-size: 16px;
	}
	.txt li {
		font-size: 16px;
		margin-bottom: 10px;
	}
	
	.footer-copyright {
		text-align: center;
	}

}
@media screen and (max-width: 470px){
	
	.footer {
		padding: 20px 0;
	}
	.form2 button {
		font-size: 18px;
	}
	
	
	.footer .grid-list {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr);
	}
	
	.b1 .inner {
		padding-top: 25px;
	}
	.b1 .txt h1 {
		margin-bottom: 15px;
	}
	
	.footer-bottom {
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 400px){
	
	.footer-top .logo-box {
		text-align: center;
		margin: 0 0 25px 0;
		display: block;
	}
	.footer-top .soc-box {
		margin-bottom: 25px;
	}
	.footer-top {
		display: block;
	}
	.footer-top .menu a {
		margin: 0 50px 25px 0;
	}


	
}