.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.page-title{
	position: relative;
	display: block;
	padding: 143px 0px 25px 0px;
}

.page-title .bg-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.page-title .bg-layer:before{
	position: absolute;
	content: '';
	background: #000;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.15;
}

.page-title .content-box h1{
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 70px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 112px;
	text-align: center;
}

.page-title .content-box .bread-crumb li{
	position: relative;
	display: inline-block;
	float: left;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Lexend', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	padding-right: 18px;
	margin-right: 9px;
}

.page-title .content-box .bread-crumb li a{
	color: #fff;
}

.page-title .content-box .bread-crumb li a:hover{

}

.page-title .content-box .bread-crumb li:before{
	position: absolute;
	content: "\f106";
	font-family: 'flaticon';
	font-size: 10px;
	top: 0px;
	right: 0px;
	font-weight: 400;
}

.page-title .content-box .bread-crumb li:last-child:before{
	display: none;
}

.faq-page-section{
	position: relative;
	padding: 50px 0px 110px 0px;
}

.faq-page-section .upper-box{
	position: relative;
	margin-bottom: 50px;
}

.faq-page-section .upper-box .big-text{
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 250px;
	line-height: 200px;
	font-family: 'Lexend', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: rgba(255,255,255,1);
  text-shadow: -1px -1px 0 #ebedef, 1px -1px 0 #ebedef, -1px 1px 0 #ebedef, 1px 1px 0 #ebedef;
}

.faq-page-section .upper-box .form-inner{
	position: relative;
	max-width: 370px;
	width: 100%;
}

.faq-page-section .upper-box .form-inner .form-group{
	position: relative;
	margin-bottom: 0px;
}

.faq-page-section .upper-box .form-inner .form-group input[type='search']{
	position: relative;
	display: block;
	width: 100%;
	height: 60px;
	border: 1px solid #e8eaed;
	padding: 10px 50px 10px 20px;
	font-size: 16px;
	color: #75767b;
	transition: all 500ms ease;
}

.faq-page-section .upper-box .form-inner .form-group button{
	position: absolute;
	top: 20px;
	right: 18px;
	cursor: pointer;
	font-size: 20px;
	color: #121113;
	transition: all 500ms ease;
}

.faq-page-section .upper-box .form-inner .form-group input:focus{

}

.faq-page-section .upper-box .form-inner .form-group input:focus + button,
.faq-page-section .upper-box .form-inner .form-group button:hover{

}


.accordion-box .block{
  position: relative;
  display: block;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn{
  position: relative;
  display: block;
  cursor: pointer;
  padding: 10px 50px 10px 0px;
  border-bottom: 1px solid #e8eaed;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn .icon-outer{
  position: absolute;
  top: 7px;
  right: 23px;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn .icon-outer:before{
	position: absolute;
	content: '+';
	font-size: 40px;
	font-family: 'Lexend', sans-serif;
	font-weight: 100;
	color: #7c000b;
	transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon-outer{
  transform: rotate(45deg);
  top: 6px;
  right: 0px;
}

.accordion-box .block .acc-btn.active .icon-outer:before{
	color: #121113;
}

.accordion-box .block .acc-btn.active{

}

.accordion-box .block .acc-btn h4{
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  padding-left: 40px;
  transition: all 500ms ease;
  color: #7c000b;
}

.accordion-box .block .acc-btn h4 span{
	position: absolute;
	left: 0px;
	/*top: 0px;*/
	text-transform: uppercase;
}

.accordion-box .block .acc-content{
  position:relative;
  display:none;
  padding: 33px 30px 33px 0px;
  border-bottom: 1px solid #e8eaed;
}

.accordion-box .block .acc-content p{
  padding-left: 40px;
}

.accordion-box .block .acc-content p span{
	position: absolute;
	left: 0px;
	top: -1px;
	font-size: 20px;
	line-height: 30px;
	color: #121113;
	font-family: 'Lexend', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}

.accordion-box .block .acc-content.current{
  display:block;  
}

.sec-title h2 {
  color: #A91A20 !important;
}

.content h3 {
  font-size: 22px !important;
  color: #1A0761 !important;
}

/*** 

====================================================================
												Contact-Page
====================================================================

***/


.contact-section{
	position: relative;
	padding-top: 120px;
	margin-bottom:60px;
}

.contact-section .inner-container{
	position: relative;
	background: #121113;
	clip-path: polygon(0% 0%, 87% 0%, 100% 18%, 100% 100%, 80% 100%, 25% 100%, 0% 100%, 0% 20%);
}

.contact-section .shape{
	position: absolute;
	top: 180px;
	right: 370px;
	width: 183px;
	height: 21px;
	background-repeat: no-repeat;
	z-index: 1;
}

.contact-section .inner-box{
	position: relative;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	max-width: 400px;
	padding: 100px 60px;
}

.contact-section .inner-box:before{
	position: absolute;
	content: '';
	background: #121113;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.72;
}

.contact-section .inner-box .single-item{
	position: relative;
	display: block;
	margin-bottom: 33px;
}

.contact-section .inner-box .single-item:last-child{
	margin-bottom: 0px;
}

.contact-section .inner-box .single-item .icon-box{
	position: relative;
	display: block;
	margin-bottom: 19px;
}

.contact-section .inner-box .single-item h4{
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 11px;
}

.contact-section .inner-box .single-item p{
	color: #afb1b4;
}

.contact-section .inner-box .single-item p a{
	color: #afb1b4;
}

.contact-section .inner-box .single-item p a:hover{
	
}

.contact-section .inner-box .inner{
	margin-bottom: 334px;
}

.contact-section .inner-box .social-links li{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 15px;
}

.contact-section .inner-box .social-links li:last-child{
	margin: 0px !important;
}

.contact-section .inner-box .social-links li a{
	position: relative;
	display: inline-block;
	width: 52px;
	height: 52px;
	line-height: 52px;
	background: #fff;
	font-size: 16px;
	color: #75767b;
	text-align: center;
	border-radius: 50%;
}

.contact-section .inner-box .social-links li a:hover{
	color: #121113;
}

.contact-section .form-inner{
	position: relative;
	padding: 91px 50px 50px 0px;
}

.contact-section .form-inner .sec-title{
	margin-bottom: 43px;
}

.contact-section .form-inner .sec-title h2{
	margin-bottom: 12px;
}

.contact-section .form-inner .sec-title p{
	color: #d2d3d7;
}

.contact-section .form-inner form{
	margin: 0px 5px;
}

.contact-section .form-inner form .form-group{
	position: relative;
	margin-bottom: 20px;
	padding: 0px 10px;
}

.contact-section .form-inner form .form-group:last-child{
	margin-bottom: 0px;
}

.contact-section .form-inner form .form-group input[type='text'],
.contact-section .form-inner form .form-group input[type='email'],
.contact-section .form-inner form .form-group textarea{
	position: relative;
	display: block;
	width: 100%;
	height: 52px;
	background: #fff;
	border: 1px solid #fff;
	font-size: 16px;
	color: #75767b;
	padding: 10px 20px;
	transition: all 500ms ease;
}

.contact-section .form-inner form .form-group .nice-select{
	height: 52px;
	line-height: 52px;
}

.contact-section .form-inner form .form-group input:focus,
.contact-section .form-inner form .form-group textarea:focus{

}

.contact-section .form-inner form .form-group textarea{
	height: 125px;
	resize: none;
}

.contact-section .form-inner form .form-group button{
	color: #fff;
	background: transparent;
	padding: 12px 50px;
}

.contact-section .form-inner form .form-group button:hover{
	color: #121113;
}

.contact-section .lower-box{
	position: relative;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 22px 30px;
}

.contact-section .lower-box h5{
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
}

.contact-section .lower-box h5 a{
	color: #121113;
}

.contact-section .lower-box h5 a:hover{
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-family: 'Lexend', sans-serif;
  color: #121113;
  margin: 0px;
    margin-bottom: 0px;
  transition: all 500ms ease;
}
.theme-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  font-family: 'Lexend', sans-serif;
  text-align: center;
  padding: 12px 38px;
  text-transform: uppercase;
  z-index: 1;
  transition: all 500ms ease;
}
.contact-section .form-inner form .form-group button {
  border: 1px solid #fee100;
}
.contact-section .form-inner form .form-group button:hover {
  color: #121113;
}
.contact-section .form-inner form .form-group button:hover {
  background: #fee100;
}