

body{
	text-align: center;
	color: #2e2e2e;
	overflow-x: hidden;
	font-size: 14px;
	font-family: 'Rubik', sans-serif;
	background: #fff;
}
img{
	max-width: 100%;
	height: auto;
}
a{
	color: #2e2e2e;
    transition: 0.3s;
}
a:hover{
	text-decoration: none;
	color: #eb3d32;
}
a:focus{
	outline: none;
}
/*slider*/
#slider{
	position: relative;
}
#slider img {
	width: 100%;
}
#slider .text-content {
	position: absolute;
	top: 50%;
	left: 7%;
	text-align: left;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#slider .text-content .title1 {
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	font-size: 72px;
	line-height: 0.9;
	margin-top: 0;
}
#slider .text-content .title1 span {
	display: block;
}
#slider .text-content .title1 .medium {
	font-weight: 500;
}
#slider .text-content p, #slider .text-content h1 {
	color: #fff;
	font-size: 30px;
	letter-spacing: 0.25px;
}
#slider .text-content .link {
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	border: 2px solid #fff;
	line-height: 50px;
	padding: 0 45px;
	display: inline-block;
	vertical-align: top;
	font-weight: 500;
	border-radius: 3px;
	margin-top: 90px;
}
#slider .text-content .link:hover {
	color: #eb3d32;
	border-color: #eb3d32;
}
/*main_content*/

.main_content{}
.select-page .container-inner{
	padding-bottom: 20px !important;
}
.main_content  .title{
	margin-bottom: 70px;
}
.main_content .title .txt1{
	font-weight: 500;
	font-size: 30px;
	margin-bottom: 15px;
	margin-top: 0;
}
.main_content  .title p{
	font-size: 16px;
	line-height: 30px;
	color: #2e2e2e;
}
.main_content  .box{
	overflow: hidden;
	position: relative;
	margin-bottom: 80px;
	transition: 0.3s;
}
.main_content  .box:hover{
	opacity: 0.85;
}
.main_content  .box:hover span{
	color: #eb3d32;
	border-color: #eb3d32;
}
.main_content  .box img {
	border-radius: 2px;
}
.main_content .box span{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	line-height: 40px;
	border: 2px solid #ededec;
	display: inline-block;
	vertical-align: top;
	padding: 0 75px;
	margin-top: 30px;
	border-radius: 2px;
}
footer .main_content .box span{
	/*padding: 0 58px;*/
	padding: 0;
	width: 100%;
}
.box-main .container-inner{
	padding: 100px 4%;
	max-width: 1920px;
	margin: auto;
}
.back-grey {
	background: #f5f5f5;
}
.box-main-inner {
	display: table;
	vertical-align: middle;
	width: 100%;
}
.box-main-inner .image {
	display: table-cell;
	vertical-align: middle;
	width: 52%;
	border-radius: 6px;
	box-shadow: -11px -11px 20px 2px rgba(0,0,0,0.05);
	-webkit-box-shadow: -11px -11px 20px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: -11px -11px 20px 2px rgba(0,0,0,0.05);
	-o-box-shadow: -11px -11px 20px 2px rgba(0,0,0,0.05);
}
.box-main-inner .image img {
	width: 100%;
}
.box-main-inner .text {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	
	width: 48%;
	padding-left: 6%;
}
.box-custom-view .text {
	padding-left:0;
	padding-right: 6%;
	text-align: right;
}
.box-custom-view .text .text-inner {
	text-align: left;
	display: inline-block;
	vertical-align: top;
}
.box-main-inner .text h3 {
	margin-top:0;
	font-size: 36px;
	color: #2c3137;
	font-weight: 500;
	margin-bottom: 25px;
}
.box-main-inner .text p {
	font-size: 18px;
	color: #373737;
	line-height: 24px;
	margin: 0;
	max-width: 550px;
}
.box-main-inner .text a{
	color: #2c3137;
	font-size: 12px;
	line-height: 50px;
	border: 2px solid #2f343a;
	display: inline-block;
	vertical-align: top;
	padding: 0 60px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 80px;
}
.box-main-inner .text a:hover {
	color: #eb3d32;
	border-color: #eb3d32;
}
.box-header-option .image-header {
	margin-bottom: 40px;
}
.box-header-option .image-header:last-child {
	margin-bottom: 0;
}
footer {
	background: url(images/bkg_footer.jpg);
	background-size: cover;
}
.footer-top{
	padding: 110px 0;
}
.footer_bottom{
	padding: 31px 0;
	color: #fff;
	border-top: 1px solid rgba(255,255,255,0.1);
}
.footer_bottom p{
	margin:0;
}
.footer_bottom a{
	color: #fff;
}
.footer_bottom a:hover{
	text-decoration: underline;
}
.footer-top h3{
	text-transform: capitalize;
	font-size: 36px;
	color: #fff;
	margin-bottom: 5px;
	font-weight: 400;
	margin-top: 0;
}
.footer-top p {
	color: #fff;
	font-size: 24px;
}
.footer-top a.button{
	display: inline-block;
	line-height: 55px;
	border-radius: 3px;
	text-transform: uppercase;
	background: #eb3d32;
	color: #fff;
	padding: 0 46px;
	margin: 65px 0 0;
	transition: 0.3s;
	font-weight: 500;
	font-size: 12px;
}
.footer-top a.button:hover{
	opacity: 0.7;
}


@media (max-width: 1199px){
	#slider .text-content .title1 {
		font-size: 5.5vw;
		margin-bottom: 1vw;
	}
	#slider .text-content p, #slider .text-content h1 {
		font-size: 3vw;
	}
	#slider .text-content .link {
		margin-top: 3vw;
		font-size: 1.6vw;
		padding: 0 3vw;
		line-height: 5vw;
	}
	.box-main-inner .text h3 {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.box-main-inner .text a {
		margin-top: 40px;
		line-height: 40px;
		padding: 0 30px;
	}
	.box-main-inner .text p {
		font-size: 16px;
	}
}
@media (max-width: 991px){
	.main_content .box span {
		padding: 0 30px
	}
	footer .main_content .box span {
		padding: 0 20px
	}
}
@media (max-width: 767px){
	.box-main-inner {
		display: block;
	}
	.box-main-inner .image,.box-main-inner .text {
		display: block;
		width: 100%;
	}
	.box-main-inner .text {
		padding-left: 0;
		padding-top: 30px;
	}
	.box-custom-view .text {
		padding: 0;
		text-align: left;
		padding-bottom: 30px;
	}
	.box-main .container-inner {
		padding: 60px 15px;
	}
	.main_content .box {
		margin-bottom: 40px;
	}
	.footer-top {
		padding: 80px 0;
	}
}
@media (max-width: 479px){
	.main_content .col-xs-6{
		width: 100%;
	}
	
	#slider .text-content .link {
		font-size: 2vw;
	}
	.footer-top h3 {
		font-size: 30px;
	}
}

/* support */
.support .intro {
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-bottom: 100px; */
}
@media (min-width: 992px) {
  .support .un-container > .row {
    display: flex;
    align-items: center;
  }
}
.support .box-support {
  display: grid;
  grid-template-columns: 33.3% 33.3% 33.3%;
  grid-template-rows: auto auto;
}
@media (max-width: 479px) {
  .support .box-support {
    display: block;
  }
}
.support .box-support .iteam-support {
  text-align: center;
  margin-bottom: 35px;
  padding: 15px;
  margin: 10px;
  background-color: #fff;
}
.support .box-support .iteam-support img {
  margin-bottom: 20px;
}
.support .box-support .iteam-support h4 {
  font-size: 18px;
  font-weight: 500;
  color: #2c3137;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.support .box-support .iteam-support p {
  font-size: 18px;
  color: #2c3137;
  line-height: 28px;
  margin: 0;
}
.support .contact_now {
  display: inline-block;
  line-height: 50px;
  border-radius: 3px;
  text-transform: uppercase;
  background: #eb3d32;
  color: #fff;
  padding: 0 30px;
  margin: 30px 0 0;
  transition: 0.3s;
  font-weight: 700;
  font-size: 14px;
}
.support .contact_now img {
  vertical-align: -3px;
  margin-right: 10px;
}
.support .contact_now:hover {
  opacity: 0.7;
}
.support .f-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px; /* Adjust size as needed */
  height: 80px; /* Adjust size as needed */
  /*border: 2px solid #ccc;  Border color */
  border: none;
  border-radius: 50%; /* Circular border */
  margin: auto; /* Center the div if it's a part of a bigger container */
}

.support .f-icon i {
  color: #eb3d32; /* Icon color, change as you like */
  font-size: 3rem; /* Adjust icon size as needed */
}

.support .title.t2 {
    margin-top: 70px;
    margin-bottom: 0px;
	padding: 0 15px;
}