@font-face {
	font-family: 'Montserrat-Black';
	src: url('../fonts/Montserrat/Montserrat-Black.eot');
	src: url('../fonts/Montserrat/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat/Montserrat-Black.woff2') format('woff2'),
		url('../fonts/Montserrat/Montserrat-Black.woff') format('woff'),
		url('../fonts/Montserrat/Montserrat-Black.ttf') format('truetype'),
		url('../fonts/Montserrat/Montserrat-Black.svg#Montserrat-Black') format('svg');

}

@font-face {
	font-family: 'Poppins-Light';
	src: url('../fonts/Poppins/Poppins-Light.eot');
	src: url('../fonts/Poppins/Poppins-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins/Poppins-Light.woff2') format('woff2'),
		url('../fonts/Poppins/Poppins-Light.woff') format('woff'),
		url('../fonts/Poppins/Poppins-Light.ttf') format('truetype'),
		url('../fonts/Poppins/Poppins-Light.svg#Poppins-Light') format('svg');

}


@font-face {
	font-family: 'Poppins-Light';
	src: url('../fonts/Poppins/Poppins-Light.eot');
	src: url('../fonts/Poppins/Poppins-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins/Poppins-Light.woff2') format('woff2'),
		url('../fonts/Poppins/Poppins-Light.woff') format('woff'),
		url('../fonts/Poppins/Poppins-Light.ttf') format('truetype'),
		url('../fonts/Poppins/Poppins-Light.svg#Poppins-Light') format('svg');

}

@font-face {
	font-family: 'Poppins-SemiBold';
	src: url('../fonts/Poppins/Poppins-SemiBold.eot');
	src: url('../fonts/Poppins/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins/Poppins-SemiBold.woff2') format('woff2'),
		url('../fonts/Poppins/Poppins-SemiBold.woff') format('woff'),
		url('../fonts/Poppins/Poppins-SemiBold.ttf') format('truetype'),
		url('../fonts/Poppins/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');

}


* {
	--maincolor:#3e89a3;
}



.bx-wrapper {
	border: none;
	box-shadow: none;
	margin-bottom: 0;
}

a {
	text-decoration: none !important;
}

h1 {
	font-size: 57px;
	font-family: Poppins-Light;
	
	color: white
}

h1 strong {
	font-family:Poppins-Semibold;
}

h2 {
	font-family: Poppins-Light;
	font-size: 30px;
	color:#252525;
	margin-bottom:60px;
	line-height: 1.5;

}

h2 strong {
font-family: Poppins-SemiBold;
letter-spacing: 1px;
font-weight:lighter;
}

h3 {
	font-family: Raleway-Bold;
	font-size: 16px;
	text-transform: uppercase;
	color: black;
	letter-spacing: 1px;
	transition: 0.2s ease-in-out;

}

p {
	font-family: Poppins-Light;
	color: #252525;

}

h4 {
	font-family: Lora-Regular;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 0;
}

h6 {
	font-family: Lora-Bold;
	font-size: 20px;
	text-transform: uppercase;
}

.top_menu {
	background-color: transparent;
	width: 100%;
	min-height: 90px;
	display: flex;
	align-items: center;
	position: fixed;
	z-index: 200;
	border-bottom: 1px solid transparent;
	transition:0.5s all;
}

.scroll_menu {
	position: fixed;
	top: 0;
	left: 0;
	background:white;
	border-bottom: 1px solid var(--maincolor);

}



.main_menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.main_menu ul {
	display: flex;
	margin-bottom: 0;
	padding-left: 0;

}



.menushow {


	display: flex;

}

.logo a {
	width:237px;
	height:65px;
	background:url(../images/template/logo.png) no-repeat center;
	background-size:contain;
	display: block;
	transition:0.5s all;
}

.scroll_menu .logo a {
	background:url(../images/template/logo2.png) no-repeat center;
}


.main_menu ul li {
	list-style: none;
	margin-left: 60px;
	border-bottom:2px solid transparent;
	transition: 0.2s ease-in-out;
}

.main_menu ul li a {
	color: white;

	font-family: Poppins-Light;
	font-size: 16px;
	transition: 0.1s ease-in-out;

}

.main_menu ul li:hover a {
	color: var(--maincolor);
}

.main_menu ul li:hover {
	border-bottom:2px solid var(--maincolor);
}


.hamburger {
	padding: 25px;
	position: absolute;
	right: 4px;
	cursor: pointer;
	display: none;
}


.scroll_menu ul li a {
	color:var(--maincolor);
}
.animated-icon1 {
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0px;
	-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;
	right: 0px;
	top: 0;
	display: none;
}

.animated-icon1 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	background-color: var(--maincolor);
}


.animated-icon1 span:nth-child(1) {
	top: 0px;
}

.animated-icon1 span:nth-child(2) {
	top: 10px;

}

.animated-icon1 span:nth-child(3) {
	top: 20px;
}

.animated-icon1.open span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

.animated-icon1.open span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.bg1home {
	width: 100%;
	height: 100vh;
	position: relative;
}



.bg1home .bx-wrapper {
	height: 100%;
	transition: 0.5s all;
}

.bg1home .bx-viewport {
	height: 100% !important;
	transition: 0.5s all;
}

.bg1slider {
	width: 100%;
	height: 100%;
	transition: 0.5s all;
}

.bg_subpage_slider {
	width: 100%;
	height: 100%;
	transition: 0.5s all;
}

.maincont {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100% !important;
	height: 100%;
}

.maincont p {
	color:white;
}

.bg_dark {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	transition: 1s all;
	opacity: 1;
}

.textbox {
	position: relative;
	top: 50%;
	transform: translateY(-50%);

}

.bg1home .container {
	display: flex;
	justify-content: space-between;
	align-items: end;
}

.textbox .box {
	max-width:560px;
}

.textbox .box .check_offer {
	margin-top:60px;
}

.bg1home p {
	color:white;
	font-size:16px;
	transform:translateY(0%);
	opacity:1;
	transition:1.5s all;
	transition-delay:0.5s;

}

.mybtn {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-family: Poppins-Light;
	padding-right: 40px;
	letter-spacing: 1px;
	transition: 0.2s all;
	letter-spacing: 1px;
	border-radius: 5px;
}

.check_offer {
	width:280px;
	height:65px;
	border-radius:4px;
	background:var(--maincolor);
	color:white;
	font-family: Poppins-SemiBold;
	
}

.mybtn.check_offer:hover {
	border: 1px solid var(--maincolor);
	color: var(--maincolor);
	background: white;
}
.bg1home .line {
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	overflow: hidden;
}



/* .line span {
	width: auto;
	height: 58px;
	display: block;
	background-size: contain;
	
}

.line .i1 span{
	background: url(../images/template/icon1.png) no-repeat center;
}

.line .i1:hover span {
	background: url(../images/template/icon1hov.png) no-repeat center;
}

.line .i2 span {
	background: url(../images/template/icon2.png) no-repeat center;
}

.line .i2:hover span {
	background: url(../images/template/icon2hov.png) no-repeat center;
}
.line .i3 span {
	background: url(../images/template/icon3.png) no-repeat center;
}

.line .i4 span {
	background: url(../images/template/icon4.png) no-repeat center;
} */

.bg1boxes {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 25px 0;
	border-top: 1px solid #ffffff5e;
}

.bg1boxes .item {
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	background: transparent;
	transition:0.2s all;
}

.bg1boxes .item:hover {
	
	background: var(--maincolor);
	
	
}

.bg1boxes .item p {
	margin-bottom:0;
	margin-top:10px;
}

.bg2 {
	padding-top:130px;
}

.photo.p1 {
	padding-top: 143%;
}

.photo.p2 {
	padding-top: 68.5%;
}

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

.bg2 .text p {
	text-align: justify;
	hyphens: auto;
	line-height: 1.7;
}

.bg2 .text {
	margin-top:45px;
}

.mt30 {
	margin-top:30px;
}

.bg3 {
	margin:65px 0;
}


.bg3 .row {
	padding-bottom: 65px;
	border-bottom: 1px solid #3e89a3;
	padding-top: 65px;
}

.bg3 .row:last-child {
	border:none;
}

.bg3 .text img {
	margin-bottom:30px;
}

.bg3 p {
	margin-bottom: 25px;
	margin-left: -20px;
}
.main_ul {
	padding-left: 20px;
	margin-bottom: 0;
}

.main_ul li {
	padding-left:25px;
	margin-bottom:30px;
	font-family: Poppins-Light;
	font-size:16px;
}

#footer {
	height: auto;
	background: rgb(62,137,163);
	background: linear-gradient(0deg, rgba(62,137,163,1) 0%, rgba(255,255,255,0.9864146342130602) 100%);
	position: relative;
	
}

#footer .bg {
	background: url(../images/template/footerbg.jpg) no-repeat top;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size:cover;
	background-attachment: fixed;
}

.foot1 {
	padding-top:350px;
	width: 100%;
	position: relative;
}

.foot1 .text {
	text-align: center;
}

#footer h2 {
	color:white;
}
.footer_btn {
	width:280px;
	height:65px;
	background:white;
	color:var(--maincolor);
	font-family: Poppins-SemiBold;
	margin-left:auto;
	margin-right:auto;
	padding-right:0;
}

.mybtn.footer_btn:hover {
	border: 1px solid white;
	background: var(--maincolor);
	color: white;
}

.foot2 {
	position: relative;
	margin-top: 140px;
	padding: 40px 0px;
	border-top: 1px solid #ffffff75;
	border-bottom: 1px solid #ffffff75;
}

.foot2 ul {
	margin-bottom:0;
	padding-left:0;
}

.foot2 ul li {
	list-style: none;
	margin-bottom: 10px;
}

.foot2 ul li a {
	color:white !important;
	font-size:14px;
	font-family: Poppins-Light;
}

.foot2 .right {
	text-align: right;
}

.social_div {
	display: flex;
	justify-content: flex-end;
}

.social_div a {
	width: 44px;
	height: 44px;
	border: 1px solid white;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	color:white;
	font-size:19px;
	background:transparent;
	transition:0.2s all;
}

.social_div a:last-child {
	margin-left:25px;
}

.social_div a:hover{
	background:white;
}

.social_div a:last-child:hover {
	background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}

.social_div a:first-child:hover {
	background: #4167b3;
}

.foot2 a:hover {
	text-decoration:underline !important;
}

.foot2 .right ul {
	margin-top:55px;
}

.foot3 {
	padding:45px 0;
	position: relative;
}

.foot3 p {
	font-size:14px;
	color:white;
}

.show_content .bg_dark {
	opacity:0;
}



.bg1home h1 {

	opacity: 1;
	transform: translateY(0px);
	transition: 1.5s all;
	transition-delay: 0.3s;
}

.show_content h1 {
	transform: translateY(30%);
	opacity:0;
}

.bg1home .check_offer {
	opacity: 1;
	transform: translateY(0px);
	transition: 1.5s all;
	transition-delay: 0.1s;
}

.show_content .check_offer {
	transform: translateY(60%);
	opacity:0;
}

.show_content .box p {
	transform: translateY(60%);
	opacity:0;
}

.top_menu .container {
	opacity:1;
	transform:translateY(0%);
	transition: 1.5s all;
	transition-delay: 0.8s;
}

.top_menu .show_content.container {
	transform:translateY(100%);
	opacity:0;
}

.bg1home .line .container {
	opacity:1;
	transform:translateY(0%);
	transition: 1.5s all;
	transition-delay: 0.8s;
}

.bg1home .show_content.line .container {
	opacity:0;
	transform:translateY(-100%);
}

.subpage_content .bg3 .text {
	text-align: center;
	padding-right: 35px;
}

.bg_subpage {
	height:600px;
	position: relative;
	overflow: hidden;
}


.bg_subpage .bx-wrapper {
	height: 100%;
	transition: 0.5s all;
}

.bg_subpage .bx-viewport {
	height: 100% !important;
	transition: 0.5s all;
}


.subpage_content {
	padding-top:60px;
	padding-bottom:60px;
}