

/* CSS Index
-----------------------------------
-- Import Font
-- Default CSS
-- Preloader CSS
-- Breadcrumb CSS
-- Header CSS
-- Banner CSS
-- About CSS
-- Service CSS
-- Counter CSS
-- Partners CSS
-- Choose CSS
-- Expertise CSS
-- Expert CSS
-- Consulting CSS
-- Testimonial CSS
-- Faq CSS
-- Consultation CSS
-- Blog CSS
-- Blog Details CSS
-- Subscribe CSS
-- Footer CSS
-- Pricing CSS
-- Error CSS
-- Contact CSS
*/


/* Import Font */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');


/* Default CSS */

body {
	font-family: 'Open Sans', sans-serif;
}

body:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(9, 16, 31, 0.44);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	z-index: 11;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

body.overlay:after {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

.body_wrap {
	overflow: hidden;
	position: relative;
}

.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}

a,
.button {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}

a {
	text-decoration: none;
	color: inherit
}

a:focus,
a:hover {
	text-decoration: none;
	color: inherit
}

a,
button {
	outline: medium none;
	cursor: pointer;
}

button {
	padding: 0px;
	border: none;
	outline: none;
	background: none;
	display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	color: #001f53;
	margin: 0;
	font-weight: 600;
	font-size: 23px;
}

h3 {
	font-size: 22px
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none
}

img {
	max-width: 100%;
	height: auto;
}

p {
	margin-bottom: 20px;
	text-align: justify;
}

p a:hover{
	    color: #830309;
}

p:last-child {
	margin-bottom: 0
}

label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}

.text-bold {
	font-weight: 700;
}

.mt-40 {
	margin-top: 40px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mt-20 {
	margin-top: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mt-86 {
	margin-top: 86px;
}

.ml-btn {
	margin-left: 20px;
}

input,
textarea,
select {
	width: 100%;
	height: 55px;
	background-color: #f8f8f8;
	border: none;
	padding: 0px 20px;
	outline: none
}

.select-type {
	font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    color: #001f53;
    font-weight: 700;
    padding: 10px 28px;
}

section {
	padding: 10px 0
}

.container {
	max-width: 1800px;
	width: 95%;
	padding: 0 2.5%;
	font-size: 19px;
    color: #2E4562;
	text-align: justify !important;
	font-weight: 600;
	
}

.container2 {
	margin: 385px auto 60px auto;
	width: 95%;
	padding: 0 2.5%;
	max-width: 1800px;
	font-size: 19px;
    color: #2E4562;
	text-align: justify !important;
	font-weight: 600;
}

.fotos1{
	float: left;
	margin: 0 50px 30px 0;
	width: auto;
	height: auto;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.fotos2{
	float: right;
	margin: 0 0 30px 50px;
	width: auto;
	height: auto;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.cta-btn {
	padding: 15px 30px;
	color: #fff;
	text-align: center;
	font-weight: 600;
	font-size: 22px;
	background-color: #830309;
	border-radius: 50px;
}

.cta-btn span {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0
}


.cta-btn:hover {
	color: #fff;
	background-color: #C1953B;
	border-radius: 20px;
}

.cta-btn:visited {
	color: #fff;
}

.cta-btn:hover:before,
.cta-btn:hover span:before {
	width: 100%
}

.cta-btn:hover:after,
.cta-btn:hover span:after {
	height: 100%
}

.cta-btn2 {
	color: #001f53;
	margin: 0 25px;;
}

.site-heading {
	margin-bottom: 30px
}

.site-heading .title {
	color: #C1953B;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}

.title-white {
	color: #fff !important;
}

.text-gray {
	color: rgb(200, 200, 200) !important;
}

.txt_yellow {
	color: #C1953B !important;
	font-size: 22px;
	font-weight: 700;
}

.site-heading .heading {
	position: relative;
	margin: 15px 25% 30px 25%;
	padding: 0 2% 0 2%;
	color: #7E060F;
	font-weight: 700;
	font-size: 42px;
	text-align: center;
}
.site-heading .heading:before {
	position: absolute;
	content: '';
	right: 130px;
	top: 25px;
	width: 60px;
	height: 4px;
	background-color: #C1953B;
}

.site-heading .heading:after {
	position: absolute;
	content: '';
	left: 130px;
	top: 25px;
	width: 60px;
	height: 4px;
	background-color: #C1953B;
}


.site-heading .heading2 {
	position: relative;
	margin: 15px 25% 30px 25%;
	padding: 0 2% 0 2%;
	color: #7E060F;
	font-weight: 700;
	font-size: 42px;
	text-align: center;
}
.site-heading .heading2:before {
	position: absolute;
	content: '';
	right: 0px;
	top: 25px;
	width: 60px;
	height: 4px;
	background-color: #C1953B;
}

.site-heading .heading2:after {
	position: absolute;
	content: '';
	left: 0px;
	top: 25px;
	width: 60px;
	height: 4px;
	background-color: #C1953B;
}

.page-start {
	padding-top: 60px
}

.subtitle {
	width: 100%;
	margin: 40px 0 20px 0;
	color: #7E060F;
	font-weight: 700;
	font-size: 34px;
}

.subtitle2 {
	clear: both;
	color: #7E060F;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 30px;
	border-bottom:  1px solid #B7B6B6;
}

.format-link {
	margin-left: 30px;
	color: #C1953B;
	font-weight: 700;
	font-size: 27px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.format-link:hover {
	color: #2E4562
}

.format-link img {
	width: 41px !important;
	height: 41px;
	margin: 0 15px 5px 0;
}

@media screen and (max-width : 1900px) {
.site-heading .heading {
	margin: 15px 15% 30px 15%;
	padding: 0 2% 0 2%;
	font-size: 38px;
}
.site-heading .heading2 {
	margin: 15px 15% 30px 15%;
	padding: 0 2% 0 2%;
	font-size: 38px;
}
}

@media screen and (max-width : 1560px) {
.site-heading .heading {
	margin: 15px 10% 30px 10%;
	padding: 0 2% 0 2%;
	font-size: 32px;
}
.site-heading .heading:before {
	right: 130px;
	top: 20px;
	width: 45px;
}

.site-heading .heading:after {
	left: 130px;
	top: 20px;
	width: 45px;
}
.site-heading .heading2 {
	margin: 15px 10% 30px 10%;
	padding: 0 2% 0 2%;
	font-size: 32px;
}
.site-heading .heading2:before {
	right: 0px;
	top: 20px;
	width: 45px;
}

.site-heading .heading2:after {
	left: 0px;
	top: 20px;
	width: 45px;
}
.cta-btn {
	padding: 10px 20px;
	font-size: 19px;
}
}

@media screen and (max-width:1250px){
.fotos1{
	margin: 5px 40px 30px 0;
	width: 50%;
}
.fotos2{
	margin: 5px 0 30px 40px;
	width: 50%;
}
}

@media screen and (max-width : 1160px) {
.site-heading .heading {
	margin: 15px 0 20px 0;
	padding: 0;
	font-size: 29px;
}
.site-heading .heading:before {
	display: none;
}

.site-heading .heading:after {
	display: none;
}
.site-heading .heading2 {
	margin: 15px 0 20px 0;
	padding: 0;
	font-size: 29px;
}
.site-heading .heading2:before {
	display: none;
}

.site-heading .heading2:after {
	display: none;
}
}

@media screen and (max-width:1000px){
.fotos1{
	margin: 5px 30px 25px 0;
}
.fotos2{
	margin: 5px 0 25px 30px;
}
}

@media screen and (max-width : 750px) {
.site-heading .heading {
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 25px;
}
.site-heading .heading2 {
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 25px;
}
.cta-btn {
	padding: 10px 10px;
	font-size: 17px;
}
}

@media screen and (max-width:600px){
.fotos1{
	margin: 5px 2.5% 25px 2.5%;
	width: 95%;
}
.fotos2{
	margin: 5px 2.5% 25px 2.5%;
	width: 95%;
}
}


/* Preloader CSS */

.preloader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	text-align: center;
	-webkit-transition: .9s;
	transition: .9s;
}

.preloader .loader {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin: 0 auto;
	width: 50px;
	height: 50px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.preloader .box {
	width: 100%;
	height: 100%;
	background: #830309;
	-webkit-animation: animate .5s linear infinite;
	animation: animate .5s linear infinite;
	position: absolute;
	top: 0;
	left: 0;
}

.preloader .shadow {
	width: 100%;
	height: 5px;
	background: #000000;
	opacity: 0.1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	position: absolute;
	top: 59px;
	left: 0;
	border-radius: 50%;
	-webkit-animation: shadow .5s linear infinite;
	animation: shadow .5s linear infinite;
}

.preloader:before,
.preloader:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 60%;
	height: 100%;
	z-index: -1;
	background: #001f53;
	-webkit-transition: .9s;
	transition: .9s;
}

.preloader:after {
	left: auto;
	right: 0;
}

.preloader.preloader-deactivate {
	visibility: hidden;
}

.preloader.preloader-deactivate:after,
.preloader.preloader-deactivate:before {
	width: 0;
}

.preloader.preloader-deactivate .loader {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
}

@-webkit-keyframes loader {
	0% {
		left: -100px;
	}
	100% {
		left: 110%;
	}
}

@keyframes loader {
	0% {
		left: -100px;
	}
	100% {
		left: 110%;
	}
}

@-webkit-keyframes animate {
	17% {
		border-bottom-right-radius: 3px;
	}
	25% {
		-webkit-transform: translateY(9px) rotate(22.5deg);
		transform: translateY(9px) rotate(22.5deg);
	}
	50% {
		-webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 40px;
	}
	75% {
		-webkit-transform: translateY(9px) rotate(67.5deg);
		transform: translateY(9px) rotate(67.5deg);
	}
	100% {
		-webkit-transform: translateY(0) rotate(90deg);
		transform: translateY(0) rotate(90deg);
	}
}

@keyframes animate {
	17% {
		border-bottom-right-radius: 3px;
	}
	25% {
		-webkit-transform: translateY(9px) rotate(22.5deg);
		transform: translateY(9px) rotate(22.5deg);
	}
	50% {
		-webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 40px;
	}
	75% {
		-webkit-transform: translateY(9px) rotate(67.5deg);
		transform: translateY(9px) rotate(67.5deg);
	}
	100% {
		-webkit-transform: translateY(0) rotate(90deg);
		transform: translateY(0) rotate(90deg);
	}
}

@-webkit-keyframes shadow {
	50% {
		-webkit-transform: scale(1.2, 1);
		transform: scale(1.2, 1);
	}
}

@keyframes shadow {
	50% {
		-webkit-transform: scale(1.2, 1);
		transform: scale(1.2, 1);
	}
}



/* Breadcrumb CSS */

.breadcrumb-area {
	background-image: url(../img/ban-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1
}

.breadcrumb-area:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 31, 83, 0.93);
	z-index: -1
}

.breadcrumb-heading h1 {
	color: #fff;
	font-size: 60px
}

.breadcrumb-action {
	margin-bottom: 50px
}

.breadcrumb-action li {
	display: inline-block;
	margin-right: 10px;
}

.breadcrumb-action li a {
	color: #fff;
	font-size: 18px;
	font-weight: 400
}

.breadcrumb-action li a i {
	margin-right: 5px;
	color: #830309
}

.breadcrumb-action li p {
	color: #fff;
	padding-left: 15px;
	border-left: 1px solid #fff
}

.breadcrumb-img img {
	margin-bottom: -50px;
}

/* 03. Btn Top css */

.btntoTop:before {
	color: #fff;
	content: "\f102";
	display: inline-block;
	font-family: "Font Awesome 6 Pro"; 
    font-weight: 900;
}

.btntoTop {
	background-color: #830309;
	border: 2px solid #830309;
	border-radius: 50px;
	bottom: 70px;
	cursor: pointer;
	height: 50px;
	line-height: 47px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: fixed;
	right: 20px;
	text-align: center;
	-webkit-transition: opacity 0.4s ease 0s;
	transition: opacity 0.4s ease 0s;
	width: 50px;
	z-index: 99999;
}

.btntoTop.active {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.btntoTop.active:hover {
	background: #C1953B none repeat scroll 0 0;
	border: 2px solid #C1953B;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.btntoTop.active.btntoTop:hover:before {
	color: #fff;
}

/* 05. Pagination css */

.pagination-box-row p {
	display: inline-block;
	font-size: 15px;
	margin-right: 15px;
	margin-bottom: 0
}

.pagination {
	margin-top: 50px;
	text-align: center;
	float: none;
	display: inline-block;
}

.pagination li {
	display: inline-block;
	margin-right: 5px
}

.pagination li:last-child {
	margin-right: 0
}

.pagination li a {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	border-radius: 50%;
	font-weight: 500;
	text-align: center;
	border: 1px solid #fff
}

.pagination li.active a {
	background: #FF5E14 none repeat scroll 0 0;
	color: #fff;
	border: 1px solid #FF5E14
}

.pagination li.active a:hover {
	border: 1px solid #FF5E14
}

.pagination li a:hover {
	border: 1px solid #ddd
}

/* 06. Header css */

.header-area {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	background-color: #840108;
	background-image:url(../img/bgd_header.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size: auto;
	
}


.header-inn {
		
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.logos {
	float: left;
	width: auto;
	margin: 40px 8% 40px 10%;
}

.logos img {
	margin-right: 120px;
}
.dir {
	float: left;
	width: auto;
	margin: 40px 30px 10px 30px;
	font-size: 23px;
	font-weight: 600;
	color: #ffffff;
	line-height: 32px;	
}
.dir-txt2 {
	color: #C1953B;
	font-style: italic;
	
}

.dir a:hover{
	color: #C1953B;
}
.dir img{
	display: table-cell;
	float: left;
	width: 30px;
	margin-right: 30px;
	margin-top: 5px;
}

.dir div{
	display: table-cell;
	float: left;
	margin-bottom: 20px;
}

.menu-wrapper {
	float: left;
	clear: both;
	align-items: center;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: space-between;
	background-color: rgba(255, 0, 0, 0.15);
	border-top: 1px solid #C1953B;
}

.mainmenu ul li {
	display: inline-block;
	margin-right: 15px;
	position: relative
}

.mainmenu ul li ul {
	position: absolute;
	left: 0;
	width: 200px;
	background: #830309;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	
}

.mainmenu ul li ul li {
	margin: 0;
	display: block;
	border-top: 1px solid #C1953B;
}

.mainmenu ul li ul li a {
	display: block;
	padding: 0 15px;
	margin: 15px 0;
	font-size: 17px;
	line-height: 22px;
	border-right: none !important;
}

.mainmenu ul li:hover ul {
	visibility: visible;
	top: 100%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.mainmenu ul li a {
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	color: #ffffff;
	padding: 9px 20px;
	margin: 5px 0;
	position: relative;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
}

a.active {
	color: #C1953B !important;
}

.mainmenu ul li a:hover {
	color: #C1953B;
}

.mainmenu ul li.has-submenu>a {
	padding-right: 20px;
}

.mainmenu ul li.has-submenu>a:after {
	position: absolute;
	content: "";
	right: 5px;
	width: 7px;
	height: 7px;
	border-right: 1px solid #F8E18A;
	border-bottom: 1px solid #F8E18A;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	top: 46%;
}



@media screen and (max-width : 2310px) {
	.logos {
	margin: 40px 4% 40px 9%;
}	
}

@media screen and (max-width : 2120px) {
	.logos {
	margin: 40px 2% 40px 5%;
}	
}

@media screen and (max-width : 2060px) {
	.mainmenu ul li a {
	font-size: 17px;
	padding: 9px 15px;
	margin: 3px 0;
}	
}

@media screen and (max-width : 1985px) {
	.logos {
	margin: 40px 0 40px 4%;
}
	.logos img {
	margin-right: 90px;
}
}

@media screen and (max-width : 1870px) {	
	.logos img {
	margin-right: 50px;
}	
}

@media screen and (max-width : 1770px) {
	.dir {
	margin: 40px 20px 10px 30px;
	font-size: 21px;
}
}

@media screen and (max-width : 1760px) {
	.mainmenu ul li a {
	font-size: 16px;
	padding: 9px 10px;
	margin: 0;
}	
}

@media screen and (max-width : 1640px) {
	.logos img {
	height: 150px;
}
	.dir img{
	width: 25px;
	margin-right: 20px;
	margin-top: 2px;
}
	
}


@media screen and (max-width : 1565px) {	
	.dir {
	margin: 40px 10px 10px 20px;
	font-size: 20px;
	line-height: 27px;
}

}

@media screen and (max-width : 1615px) {
	.mainmenu ul li a {
	font-size: 15px;
	padding: 9px 5px;
	line-height: 20px;
}	
}

@media screen and (max-width : 1510px) {
	.logos {
	margin: 35px 0 20px 3%;
}
	.logos img {
	height: 130px;
}
	.dir {
	margin: 40px 10px 10px 20px;
	font-size: 18px;
	line-height: 22px;
}
	
}

@media screen and (max-width : 1470px) {
	.mainmenu ul li a {
	font-size: 14px;
	padding: 9px 0;
}	
}

@media screen and (max-width : 1335px) {
	.logos {
	margin: 45px 0 20px 3%;
}
	.logos img {
	height: 110px;
	margin-right: 30px;
}
	.dir {
	margin: 40px 10px 10px 20px;
	font-size: 16px;
	line-height: 20px;
}
	.dir img{
	width: 20px;
	margin-right: 15px;
	margin-top: 3px;
}
	
}

@media screen and (max-width : 1355px) {
	.mainmenu ul li a {
	font-size: 12px;	
}
}

@media screen and (max-width : 1110px) {
	.logos {
	margin: 55px 0 20px 3%;
}
	.logos img {
	height: 90px;
	margin-right: 30px;
}
	
}

@media screen and (max-width : 1025px) {
	.logos {
	margin: 20px 0 20px 6%;
}
	.logos img {
	margin-right: 50px;
}
	.dir {
	display: none;
}	
}

@media screen and (max-width : 650px) {
	.logos {
	margin: 15px 0 15px 3%;
}
	.logos img {
	height: 77px;
	margin-right: 20px;
}	
}

@media screen and (max-width : 460px) {
	.logos {
	margin: 10px 0 10px 3%;
}
	.logos img {
	height: 67px;
	margin-right: 20px;
}	
}

.header-action {
	padding: 28px 0 28px 70px;
	border-left: 1px solid #eee;
}

.header-action a {
	color: #F8E18A;
	font-weight: 500;
	position: relative;
	background: -webkit-linear-gradient(left, #830309, #830309 50%, #000 50%);
	background: linear-gradient(to right, #830309, #830309 50%, #000 50%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 200% 100%;
	background-position: 100%;
}

.header-action a:hover {
	background-position: 0 100%;
	border-color: #830309;
}

.search-toggle {
	margin-right: 40px;
	font-size: 20px;
}

.search-toggle:hover {
	color: #830309
}

.action-link i {
	margin-left: 5px
}

#search-overlay {
	display: none;
}

.block {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	text-align: center;
	background: rgba(0, 11, 27, 0.9);
	margin: 0;
	z-index: 99
}

.block:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.centered {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	padding: 10px 15px;
	color: #FFF;
	border: none;
	background: transparent;
}

#search-box {
	position: relative;
	width: 100%;
	margin: 0;
}

#search-form {
	height: 4em;
	border-bottom: 1px solid #fff;
	background-color: transparent;
	overflow: hidden;
}

#search-box input[type="text"] {
	width: 100%;
	padding: 20px;
	color: #fff;
	outline: none;
	font-size: 20px;
	background: transparent;
	padding-left: 0
}

#search-box input::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#search-box input::-moz-placeholder {
	color: #fff;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#search-box input:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#search-box input::placeholder {
	color: #fff;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#search-box input:-ms-input-placeholder {
	color: #fff;
}

#search-box input::-ms-input-placeholder {
	color: #fff;
}

#search-button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: auto;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	line-height: 42px;
	border-width: 0;
	background-color: transparent;
	border-radius: 0 2px 2px 0;
	cursor: pointer;
}

#close-btn {
	position: fixed;
	top: 20px;
	right: 20px;
	color: #fff
}

.spinner-master {
	display: none;
}

.spinner-spin {
	text-indent: -99999px
}

.spinner-spin {
	width: 22px
}


/* 07. Hero css */


.hero-area {
	padding-top: 328px;
	padding-bottom: 0;
	position: relative;
}

.hero-area .hero-item {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	padding: 80px 0;
	min-height: 700px;
}
.hero-item.item-1{
    background-image: url(../img/bgd_banner.jpg)
}
.hero-item.item-2{
    background-image: url(../img/bgd_banner.jpg)
}
.hero-item.item-3{
    background-image: url(../img/bgd_banner.jpg)
}
.hero-area .hero-item:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(1.82deg, #E7E7E7 6.46%, rgba(231, 231, 231, 0.0) 55.35%, #E7E7E7 103.46%);
	background: linear-gradient(88.18deg, #E7E7E7 6.46%, rgba(231, 231, 231, 0.0) 55.35%, #E7E7E7 103.46%);
	z-index: -1
}

.hero-area img{
	max-width:750px;
	text-align: center;
}

.banner-img {
    float:right;
	width:40%;
	margin: 0 0 30px 0;
}

.banner-txt {
    float:left;
	width:52%;
	padding: 0 4%;
	margin: 0;
}

.hero-title {
	font-size: 44px;
	color: #7E060F;
	font-weight: 700;
	margin-bottom: 25px;
	text-align: center;

}
.hero-title:before {
	position: absolute;
	content: '';
	right: 5%;
	bottom: 20px;
	width: 60px;
	height: 4px;
	background-color: #C1953B;
}
.hero-title:after {
	position: absolute;
	content: '';
	left: 5%;
	bottom: 20px;
	width: 60px;
	height: 4px;
	background-color: #C1953B;
}

.banner-txt p {
	margin-bottom: 20px;
	font-size: 31px;
	color: #2E4562;
	text-align: center;
	width: 100%;
}

.plus-text-btn {
	color: #fff;
	display: inline-block;
	overflow: hidden;
	clear: both;
	margin-top: 0;
	margin-left: 20px;
	font-weight: 600
}

.plus-text-btn:hover {
	color: #830309
}

.plus-text-btn .icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #830309;
	background: #fff;
	border-radius: 50px;
	margin-right: 20px;
	float: left;
	overflow: auto;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.plus-text-btn .link-text {
	float: left;
	overflow: auto;
	padding-top: 3px;
}

.plus-text-btn span {
	display: block;
}

.hero-item .btn_group {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	clear: both;
	text-align: center;
	margin-top: 40px;
}

.hero-area .owl-dots {
	position: absolute;
	width: 1200px;
	left: 50%;
	padding: 0 15px;
	bottom: 15%;
	z-index: 3;
}

.hero-area .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	background: #fff;
	margin: 0 7px;
}

.hero-area .owl-dots .owl-dot.active {
	background: #C1953B;
}

.hero-area .btn_orange:after {
	background: #fff
}

.hero-area .btn_orange:hover {
	color: #C1953B
}


@media screen and (max-width : 2000px) {

.banner-img {
	width:40%;
	margin: 0 40px 30px 0;
}
}

@media screen and (max-width : 1800px) {

.banner-img {
	width:40%;
	margin: 0 70px 30px 0;
}
	.hero-area .hero-item {
	min-height: 640px;
}
	.banner-txt p {
	margin-bottom: 20px;
	font-size: 28px;
}
	.hero-title {
	font-size: 40px;
	margin-bottom: 25px;

}
}

@media screen and (max-width : 1700px) {
.hero-area {
	padding-top: 300px;
}
}

@media screen and (max-width : 1700px) {
.hero-area {
	padding-top: 280px;
}
}

@media screen and (max-width : 1510px) {
.hero-area {
	padding-top: 250px;
}
}

@media screen and (max-width : 1450px) {

.hero-area .hero-item {
	min-height: 570px;
}
	.banner-txt p {
	margin-bottom: 20px;
	font-size: 24px;
}
	.hero-title {
	font-size: 35px;
	margin-bottom: 20px;

}
}

@media screen and (max-width : 1240px) {
.hero-area .hero-item {
	min-height: 500px;
}
.banner-txt p {
	margin-bottom: 15px;
	font-size: 20px;
}
.hero-title {
	font-size: 32px;
	margin-bottom: 20px;
}
.hero-title:before {
	display: none;
}
.hero-title:after {
	display: none;
}
.hero-item .btn_group {
	margin-top: 30px;
}
}

@media screen and (max-width : 1024px) {
.hero-area {
	padding-top: 200px;
}
}


/* About CSS */

.about-area {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative
}

.about-img {
	position: relative;
	padding-right: 50px;
	z-index: 1
}

.about-img img {
	border-radius: 50%
}

.about-page {
	padding-top: 177px
}

.about-area .dotted-layer {
	position: absolute;
	top: -100px;
	left: -10px;
	bottom: 0px;
	width: 766px;
	height: 766px;
	background: url(../img/welcome-pattern.png) no-repeat scroll 0 0/cover;
	z-index: -1
}

.inner-layer {
	position: absolute;
	top: -45px;
	left: -30px;
	width: 560px;
	border-radius: 50% 50% 50% 50%;
	z-index: -1;
	background: #830309;
	height: 560px;
	-webkit-animation-name: float-bob;
	animation-name: float-bob;
	-webkit-animation-duration: 3s;
	animation-duration: 5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.about_shape {
	position: absolute;
	bottom: -75px;
	z-index: 1;
	border-radius: 0 !important;
	left: -120px;
}

@-webkit-keyframes float-bob {
	from {
		-webkit-transform: translate(0, 0px);
	}
	65% {
		-webkit-transform: translate(0, 15px);
	}
	to {
		-webkit-transform: translate(0, 0px);
	}
}

@keyframes float-bob {
	from {
		-webkit-transform: translate(0, 0px);
	}
	65% {
		-webkit-transform: translate(0, 15px);
	}
	to {
		-webkit-transform: translate(0, 0px);
	}
}


/* Service CSS */

.service-area {
	background-color: white;
	margin: 40px 0;
}

.service-img {
	overflow: hidden
}

.service-img img {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	-webkit-transform: scale(1);
	transform: scale(1);
	border-radius: 30px;
}

.single-service-box:hover .service-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	border-radius: 30px;
}

.single-service-box {
	padding: 20px;
	margin: 10px 0;
	background: #fff
}

.service-text {
	font-size: 18px;
	color: #2E4562;
	margin-bottom: 10px;
}

.service-text h3 {
	font-weight: 700;
	font-size: 27px;
	color: #830309;
	margin: 25px 0 10px 0;
}

.service-action {
	color: #C1953B;
	font-weight: 700;
	font-size: 22px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.service-action:hover {
	color: #830309
}

.service-action img {
	width: 23px !important;
	height: 23px;
	float: left;
	clear: both;
	margin: 5px 10px 0 0;
}

.service-action i {
	margin-left: 5px;
	color: #830309
}

.service-box .owl-dots {
	display: block !important;
	text-align: center
}

.service-box .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #830309;
	margin: 0 5px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.service-box .owl-dots .owl-dot.active {
	background: #830309
}

.service-video-box img {
	width: 100%
}

.service-video-box {
	position: relative
}

.service-video-box:before {
	position: absolute;
	content: '';
	background: rgba(182, 140, 90, 0.46);
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.play-wrapper {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1
}

.video-main {
	position: relative;
	display: inline-block;
}

.video {
	height: 80px;
	width: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 100%;
	background: transparent;
	color: #fff;
	display: inline-block;
	background: #830309;
	z-index: 999;
	font-size: 20px
}

@-webkit-keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

@keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

.fa-play:before {
	content: "\f04b";
}

.waves {
	position: absolute;
	width: 180px;
	height: 180px;
	background: rgba(182, 140, 90, 0.32);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	right: -50px;
	bottom: -50px;
	z-index: -1;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
}

.wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.service-details-img {
	position: relative;
	z-index: 1
}

.service-details-img:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(22, 37, 66, 0.38);
	z-index: 1;
}

.service-sidebar-top {
	border: 1px solid #830309;
	padding: 20px
}

.service-sidebar-top p {
	font-size: 18px;
	font-weight: 500;
	color: #111
}

.service-sidebar-top p span {
	float: right;
	font-size: 16px;
	color: #555
}

.page-start.service-area {
	padding-bottom: 200px
}

.service-page-subscribe {
	margin-top: -100px
}


/* Counter CSS */

.counter-area {
	background-image: url(../img/counter-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	z-index: 1
}

.counter-area:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	top: 0;
	left: 0;
	background: rgba(28, 32, 77, 0.93);
	z-index: -1
}

.single-counter-box {
	background: #fff;
	border-radius: 20px;
	padding: 30px;
}

.counter-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	position: relative;
}

.counter-top>img {
	position: absolute;
	width: 65px;
	top: 0;
	right: 0;
}

.counter-top h2 {
	font-size: 46px;
	color: #830309;
}

.single-counter-box h3 {
	font-size: 22px;
}


/* Partners CSS */

.partners-area {
	float: left;
	width: 100%;
	padding: 80px 0;
	background-image: linear-gradient(#F6F6F6, #DDDADA);
	border-bottom: 1px solid #ffffff;
}

.links-home {
	width: 20%;
	float: left;
	text-align: center;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.links-home img {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.links-home img:hover{
	opacity:.7;
}

.links-serv {
	width: 25%;
	float: left;
	margin-bottom: 50px;
	text-align: center;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.links-serv img {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.links-serv img:hover{
	opacity:.7;
}

.links-academico {
	width: 45%;
	float: left;
	margin:0 2.5% 50px 2.5%;
	text-align: center;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.links-academico img {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.links-academico img:hover{
	opacity:.7;
}

.partner-inn ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.partner-inn ul li {
	margin-bottom: 50px;
	-webkit-box-flex: 0;
	-ms-flex: 0 23%;
	flex: 0 23%;
	list-style: none;
	text-align: center
}

.partner-inn ul li img {
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.partner-inn ul li a:hover img {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}


/* Choose CSS */

.choose-area {
	background-image: url(../img/choose-bg.png);
	background-repeat: no-repeat;
	background-position: center right;
	position: relative;
	margin-top: 100px;
	padding-bottom: 150px;
}

.choose-area .container {
	position: relative;
	z-index: 1
}

.choose_img {
	position: absolute;
	left: 0;
	bottom: -145px;
	width: 450px;
	z-index: -1;
}

.single-choose-box h3 {
	position: relative;
	margin-bottom: 10px;
	font-weight: 600
}

.single-choose-box h3 span {
	position: absolute;
	left: -50px;
	font-size: 30px;
	color: #830309
}

.choose-shape {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	z-index: 1
}

.choose-shape svg {
	position: relative;
	display: block;
	width: calc(100% + 1.3px);
	height: 50px;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.choose-shape .shape-fill {
	fill: #f6f8fa;
}

.single-choose-box {
	padding-left: 50px;
	margin-top: 30px
}

.choose-box .col-lg-6:nth-child(3) .single-choose-box,
.choose-box .col-lg-6:nth-child(4) .single-choose-box {
	padding-left: 100px
}


/* Expertise CSS */

.expertise-area {
	position: relative;
	z-index: 1
}

.expertise-bg {
	position: absolute;
	height: 100%;
	top: 0;
	width: 50%;
	z-index: 1;
	right: 0;
	background-position: 50% 50%;
	background-repeat: repeat;
	background-size: cover;
	z-index: 0
}

.expertise-area:before {
	position: absolute;
	content: "";
	top: 100px;
	left: 0;
	width: 60%;
	height: 100%;
	background: #000;
	z-index: 1;
}

.expertise-inn {
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	position: relative;
	z-index: 1
}

.expertise-inn .site-heading h2 {
	color: #fff
}

.expertise-inn .skills-prog h6 {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
}

.expertise-inn .skills-prog .barfiller {
	background-color: rgba(255, 255, 255, 0.18);
	border-radius: 0;
	height: 1px;
	margin-bottom: 30px;
	position: relative;
	width: 100%;
}

.expertise-inn .skills-prog .barfiller:last-child {
	margin-bottom: 0
}

.expertise-inn .skills-prog .barfiller .fill {
	display: block;
	position: relative;
	width: 0px;
	height: 100%;
	background: #fff none repeat scroll 0 0 !important;
	border-radius: 0;
}

.expertise-inn .skills-prog .barfiller .tip {
	margin-top: -20px;
	padding: 2px 4px;
	color: #fff;
	top: -8px;
	font-size: 12px;
	font-weight: bold;
	left: 5px;
	border-radius: 4px !important;
	position: absolute;
	z-index: 2;
}


/* Expert CSS */

.expart-area {
	background: #ffffff;
}

.expart-area .heading {
	color: #001f53;
}

.expart-area .site-heading .title:before {
	background: #001f53;
}

.expart-box {
	position: relative;
	z-index: 9;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 30px;
}

.single-expart-box {
	border: 1px solid #C1953B;
	padding: 5px;
	overflow: hidden;
	position: relative
}

.expart-border1 {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #830309;
	left: -5px;
	top: -5px;
	z-index: -1
}

.expart-border2 {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #830309;
	right: -5px;
	top: -5px;
	z-index: -1
}

.expart-border3 {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #830309;
	left: -5px;
	bottom: -5px;
	z-index: -1
}

.expart-border4 {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #830309;
	right: -5px;
	bottom: -5px;
	z-index: -1
}

.expart-info1 {
	margin-bottom: -8px;
}



.expart-text {
	background: #fff;
	padding: 20px 15px;
}

.expart-social {
	position: absolute;
	background: #101723;
	bottom: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 10px;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	width: 65%;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.expart-text h2 {
	font-weight: 600;
	color: #C1953B;
}

.expart-social ul li {
	margin: 2px;
	display: inline-block;
}

.expart-social ul li a {
	background: #830309;
	width: 38px;
	height: 38px;
	line-height: 38px;
	display: block;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	font-size: 18px;
}

.expart-text h3,
.expart-text p {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-align: center;
}

.expart-box:hover .expart-text h3,
.expart-box:hover .expart-text p {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.expart-box:hover .expart-social {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


.expart-history {
	background: #001f53;
}


/* Consulting CSS */

.consulting-area {
	background: #f6f8fa;
	position: relative;
	z-index: 1;
	padding-bottom: 200px;
	padding-top: 100px;
}

.consulting-area .container {
	position: relative
}

.consulting_left_img {
	position: absolute;
	left: 0;
	bottom: -200px;
	width: 325px;
}

.consulting_right_img {
	position: absolute;
	right: 0;
	bottom: -200px;
	width: 325px;
}

.consulting-area:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(../img/con-shape.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	top: -102px;
	z-index: -1;
}

.consulting-text h3 {
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 10px;
}

.consulting-text {
	font-size: 18px;
	color: #ccc
}


/* Testimonial CSS */

.testimonial-slider {
	padding: 0 1px
}

.testimonial-box {
	border: 1px solid #830309;
	padding: 20px;
	position: relative
}

.testimonial-info {
	border-bottom: 1px solid rgba(157, 142, 91, 0.2);
	padding-bottom: 10px
}

.testimonial-img {
	width: 100px !important;
	height: 100px !important;
	border-radius: 50%;
	margin: 12px 0 20px 0;
}

.testimonial-ratting li {
	color: #830309;
	font-size: 14px;
	display: inline-block
}

.testimonial-text {
	margin-top: 20px
}

.testimonial-quote {
	position: absolute;
	width: 40px;
	height: 40px;
	top: -1px;
	right: 130px;
}

.testimonial-quote1 {
	position: absolute;
	width: 40px;
	height: 40px;
	top: -1px;
	right: 100px;
}

.testimonial-quote2 {
	position: absolute;
	width: 40px;
	height: 40px;
	top: -1px;
	right: 155px;
}

.testimonial-info-text p {
	margin-bottom: 0
}

.testimonial-slider {
	position: relative
}

.testimonial-slider .owl-item img {
	display: inline-block;
	width: inherit
}

.testimonial-slider .owl-dots {
	display: block !important;
	text-align: center;
	margin-top: 20px
}

.testimonial-slider .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #830309;
	margin: 0 5px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.testimonial-slider .owl-dots .owl-dot.active {
	background: #830309
}


/* Faq CSS */

.faq-area {
	background: #f6f8fa;
	position: relative
}

.faq-box {
	background-image: url(../img/faq-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	z-index: 1
}

.faq-box:after {
	position: absolute;
	content: "";
	top: 0;
	width: 100%;
	height: 100%;
	background: #830309;
	left: -57%;
}

.faq-box:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(28, 32, 77, 0.93);
	z-index: -1
}

.accordion-button:not(.collapsed):after {
	display: none
}

.faq-img {
	background: #830309;
	position: relative;
	padding-top: 30px;
	z-index: 1
}

.faq-img:before {
	position: absolute;
	content: "";
	width: 40px;
	height: 60%;
	background: #f6f8fa;
	right: -30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.line-1 {
	position: absolute;
	content: "";
	width: 20px;
	height: 25%;
	background: #f6f8fa;
	right: -20px;
	top: 0;
	z-index: 1;
}

.line-2 {
	position: absolute;
	content: "";
	width: 20px;
	height: 25%;
	background: #f6f8fa;
	right: -20px;
	bottom: 0;
	z-index: 1;
}

.faq-accordion {
	background: transparent;
	padding: 50px;
}

.accordion-item {
	background-color: transparent;
	border: none;
	margin: 5px 0
}

.accordion-button {
	font-size: 25px;
	background: transparent;
	color: #fff;
	padding: 10px 0
}

.accordion-button span {
	margin-right: 10px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.accordion-button:not(.collapsed) {
	color: #fff;
	background-color: transparent;
	box-shadow: none;
	border: none;
	font-size: 25px;
}

.accordion-button:focus {
	z-index: 3;
	border-color: #fff;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
	outline: none;
	box-shadow: 0 0 0 0 rgb(13 110 253 / 25%) !important
}

.accordion-body p {
	color: #ccc;
}

.accordion-body {
	padding: 10px 50px;
}

.accordion-button:not(.collapsed) span {
	color: #830309
}

.faq-support-box {
	text-align: center;
	padding: 20px;
	position: relative;
	box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05);
	margin-top: 30px
}

.faq-support-box img {
	width: 100px
}

.faq-support-box h3 {
	margin: 20px 0
}

.faq-support-box p {
	margin: 0
}

.faq-support-text {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 70px;
	top: 0;
	left: 0;
	background: #830309;
	-webkit-transform-origin: center;
	transform-origin: center;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: scale(0);
	transform: scale(0)
}

.faq-support-box:hover .faq-support-text {
	-webkit-transform: scale(1);
	transform: scale(1);
	visibility: visible
}

.faq-support-text p {
	margin-top: 10px;
	font-weight: 500;
	color: #fff
}

.faq-support-text p span {
	margin-right: 10px
}


/* Consultation CSS */

.consultation-area {
	background: #f6f8fa
}

.consultation-box {
	background: #fff;
	padding: 30px 0;
}

.consultation-form {
	margin: 0 50px
}

.consultation-form input,
.consultation-form textarea,
.blog-newsletter form input {
	border: 2px solid transparent;
	height: 65px;
	background: #f8f8f8;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	padding: 5px 30px;
}

.consultation-form input::-webkit-input-placeholder,
.consultation-form textarea::-webkit-input-placeholder,
.blog-newsletter form input::-webkit-input-placeholder {
	color: #001f53;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.consultation-form input::-moz-placeholder,
.consultation-form textarea::-moz-placeholder,
.blog-newsletter form input::-moz-placeholder {
	color: #001f53;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.consultation-form input:-ms-input-placeholder,
.consultation-form textarea:-ms-input-placeholder,
.blog-newsletter form input:-ms-input-placeholder {
	color: #001f53;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.consultation-form input::placeholder,
.consultation-form textarea::placeholder,
.blog-newsletter form input::placeholder {
	color: #001f53;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.consultation-form input:-ms-input-placeholder,
.consultation-form textarea:-ms-input-placeholder,
.blog-newsletter form input:-ms-input-placeholder {
	color: #001f53;
}

.consultation-form input::-ms-input-placeholder,
.consultation-form textarea::-ms-input-placeholder,
.blog-newsletter form input::-ms-input-placeholder {
	color: #001f53;
}

.consultation-form input:hover,
.consultation-form input:focus,
.consultation-form textarea:hover,
.consultation-form textarea:focus,
.blog-newsletter form input:focus {
	background: #fff;
	border-color: #830309
}

.consultation-box .heading {
	font-size: 40px
}

.consultation-form li {
	margin-bottom: 20px
}

.consultation-inn {
	background: #fff;
	position: relative
}

.consultation-form-bg {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50%
}

.consultation-form button {
	color: #001f53
}
.consultation-form button:hover {
	color: #fff
}


/* Blog CSS */

.blog-area {
	padding-bottom: 50px
}

.blog-box {
	position: relative;
	border: 1px solid #830309;
	padding: 20px;
	z-index: 9;
	margin-top: 30px
}

.blog-box:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 1px solid #830309;
	-webkit-transform: skew(2deg);
	transform: skew(2deg);
	z-index: -9;
	background: #fff;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.blog-box:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 1px solid #830309;
	-webkit-transform: skewY(-2deg);
	transform: skewY(-2deg);
	z-index: -1;
	background: #fff;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.blog-box:hover:before {
	-webkit-transform: skew(-2deg);
	transform: skew(-2deg);
}

.blog-box:hover:after {
	-webkit-transform: skew(2deg);
	transform: skew(2deg);
}

.blog-img {
	position: relative;
	overflow: hidden;
}

.blog-img img {
	width: 100%;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease
}

.blog-box:hover .blog-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.blog-date {
	position: absolute;
	bottom: 0;
	right: -15px;
	padding: 7px 20px;
	z-index: 1
}

.blog-date:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	top: 0;
	left: 0;
	background: #830309;
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	z-index: -1
}

.blog-date p {
	color: #fff;
	padding-right: 10px
}

.blog-date p i {
	color: #fff;
	margin-right: 10px
}

.blog-text {
	text-align: center;
	padding: 0 15px;
	position: relative;
}

.blog-text:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 15px;
	left: 5px;
	top: -30px;
	background: #830309
}

.blog-text:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 15px;
	right: 5px;
	top: -30px;
	background: #830309
}

.blog-text h3 {
	margin-top: 30px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.blog-box:hover .blog-text h3 {
	color: #830309
}

.blog-text h3 {
	display: block;
	display: -webkit-box;
	max-height: 64px;
	font-size: 19px;
	line-height: 1.33333;
	overflow: hidden;
	text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-text p {
	margin-top: 10px
}

.blog-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 30px 15px
}

.blog-author ul li {
	display: inline-block;
	margin-right: 20px
}

.blog-author ul li i {
	color: #830309;
	margin-right: 5px
}

.blog-action a i {
	color: #830309;
	margin-left: 5px
}

.blog-meta a {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.blog-meta a:hover {
	color: #830309
}

.blog-action a {
	display: block;
	padding: 5px 10px;
	border: 1px solid #830309;
	border-radius: 30px
}

.blog-sidebar-top>p {
	margin: 15px 0
}

.blog-sidebar-top>form {
	position: relative;
	margin-top: 50px
}

.blog-sidebar-top>form button {
	position: absolute;
	top: 0;
	right: 0;
	background: #830309;
	color: #fff;
	width: 60px;
	height: 100%;
}

.blog-sidebar-top>form input {
	border: 1px solid #830309;
	height: 50px
}

.single-sidebar-box {
	margin-top: 50px
}

.blog-sidebar .site-heading {
	margin-bottom: 25px
}

.blog-sidebar .site-heading h5 {
	margin-bottom: 0
}

.single-sidebar-box ul li {
	margin-bottom: 0px
}

.single-sidebar-box ul li:last-child {
	margin-bottom: 0
}

.blog-page-left .header-btn:hover {
	color: #830309
}

.single-sidebar-box ul li a {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 500;
	padding: 10px 0px;
	display: block;
	border-bottom: 1px solid #eee;
}

.single-sidebar-box ul li a:hover {
	margin-left: 5px;
	color: #830309
}

.blog-popular-tags {
	margin: 50px 0
}

.blog-popular-tags ul li {
	display: inline-block;
	margin: 0 5px
}

.blog-popular-tags ul li a {
	display: block;
	padding: 5px 10px;
	border-bottom: 1px solid #ddd
}

.blog-newsletter {
	background: #830309;
	padding: 20px;
	text-align: center
}

.blog-newsletter form input {
	margin-top: 20px;
}

.blog-newsletter form button {
	display: block;
	background: #111;
	width: 100%;
	padding: 15px 0;
	color: #fff;
	margin-top: 30px;
	letter-spacing: 2px
}


/* Blog Details CSS */

.blog-details-left h3 {
	margin-bottom: 20px;
	margin-top: 30px;
	font-size: 30px
}

.blog-details-text-1 p,
.blog-details-text-2 p {
	margin-bottom: 20px
}

.blog-details-left .blog-date p {
	margin-bottom: 0
}

.blog-details-text-top-left {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px
}

.blog-details-text-bottom {
	margin-bottom: 40px;
}

.blog-details-meta {
	background: #D3CCB5;
	margin-left: 2px;
	border-left: 2px solid #830309;
	text-align: center;
	padding: 30px 0;
	margin-bottom: 20px
}

.blog-details-meta p {
	margin-bottom: 0;
	color: #000;
	letter-spacing: 2px;
	font-size: 16px
}

.blog-comment-box {
	margin-left: 100px;
	position: relative;
	margin-bottom: 20px
}

.blog-comment-people {
	width: 80px;
	position: absolute;
	left: -100px;
}

.blog-comment-people img {
	width: 100px;
	border-radius: 50%;
	border: 1px solid #830309
}

.blog-comment-text {
	background: #f8f8f8;
	padding: 30px;
	border-radius: 30px;
	position: relative
}

.blog-replay-box {
	margin-left: 200px
}

.blog-comment-text:before {
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	display: block;
	border-style: solid;
	top: 25px;
	border-width: 11px 13px 11px 0;
	border-color: transparent #EEF3FA;
	left: -12px;
}

.blog-comment-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.blog-comment-date p {
	margin-bottom: 15px;
	color: #111
}

.blog-comment-date p i {
	margin-right: 10px;
	color: #830309
}

.blog-leave-comment {
	margin-top: 50px
}

.comment-form-group {
	position: relative;
	width: 100%;
	margin-bottom: 30px
}

.comment-form-group input {
	border: 2px solid transparent;
	height: 60px;
	background: #f8f8f8;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	padding: 5px 30px;
}

.comment-form-text textarea {
	border: 2px solid transparent;
	height: 160px;
	background: #f8f8f8;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	padding: 15px 30px;
}

.comment-form-group i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 10px
}

.blog-comment-submit {
	text-align: center;
	margin-top: 50px
}

.blog-comment-submit button:hover {
	color: #830309
}

.blog-leave-comment input::-webkit-input-placeholder,
.blog-leave-comment textarea::-webkit-input-placeholder {
	color: #001f53;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.blog-leave-comment input::-moz-placeholder,
.blog-leave-comment textarea::-moz-placeholder {
	color: #001f53;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.blog-leave-comment input:-ms-input-placeholder,
.blog-leave-comment textarea:-ms-input-placeholder {
	color: #001f53;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.blog-leave-comment input::placeholder,
.blog-leave-comment textarea::placeholder {
	color: #001f53;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.blog-leave-comment input:-ms-input-placeholder,
.blog-leave-comment textarea:-ms-input-placeholder {
	color: #001f53;
}

.blog-leave-comment input::-ms-input-placeholder,
.blog-leave-comment textarea::-ms-input-placeholder {
	color: #001f53;
}

.blog-leave-comment input:hover,
.blog-leave-comment input:focus,
.blog-leave-comment textarea:hover,
.blog-leave-comment textarea:focus {
	background: #fff;
	border-color: #830309
}


/* Subscribe CSS */

.subscribe-area {
	position: relative;
	z-index: 11
}

.subscribe-box {
	background: #830309;
	padding: 50px;
}

.subscribe-area .site-heading {
	margin-bottom: 0
}

.subscribe-area .site-heading h2 {
	color: #fff
}

.subscribe-form {
	position: relative
}

.subscribe-form input {
	width: 60%;
	height: 60px;
	background: #f8f8f8;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	padding: 5px 30px;
}

.subscribe-form input::-webkit-input-placeholder {
	color: #001f53;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.subscribe-form input::-moz-placeholder {
	color: #001f53;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.subscribe-form input:-ms-input-placeholder {
	color: #001f53;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.subscribe-form input::placeholder {
	color: #001f53;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.subscribe-form input:-ms-input-placeholder {
	color: #001f53;
}

.subscribe-form input::-ms-input-placeholder {
	color: #001f53;
}

.subscribe-form button {
	position: absolute;
	width: 40%;
	background: #001f53;
	color: #fff;
	height: 100%;
	right: 0;
	font-weight: 500;
	letter-spacing: 3px;
}

.subscribe-area .title {
	color: #fff
}

.subscribe-area .title:after {
	background: #fff
}


/* Footer CSS */

.footer-area {
	background-image: linear-gradient(to right, #8E0611 , #60070F);
	float: left;
	clear: both;
	width: 100%;
	color: #fff;
	font-size: 21px;
	line-height: 40px;
}

.footer-area:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.96;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=96)";
	z-index: -1;
}

.footer-top {
	max-width: 1800px;
	width: 100%;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 40px;
}

.footer-top h3 {
	color: #fff;
	margin-bottom: 30px;
	font-size: 22px;
}

.footer-about p {
	color: #AAB5CC;
	margin-bottom: 30px
}

.footer-social li {
	display: inline-block;
	margin-right: 3px
}

.footer-social li a {
	display: block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: #830309;
	color: #fff;
	border-radius: 0;
}

.footer-logo {
	float: left;
	width: 21%;
	margin: 0 0 20px 0;
	text-align: center;
}

.footer-cont {
	float: left;
	width: 79%;
}

.footer-link {
	margin: 0 50px 0 0;
	color: #fff;
	font-weight: 700;
	font-size: 22px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.footer-link:hover {
	color: #C1953B
}

.footer-link img {
	width: 23px !important;
	height: 23px;
	margin: 0 15px 5px 0;
}


.footer-contact ul li {
	margin-bottom: 10px
}

.footer-contact ul li p,
.opening-hour ul li p {
	color: #AAB5CC;
	position: relative;
	margin-left: 30px
}

.footer-contact ul li p i,
.opening-hour ul li p i {
	position: absolute;
	left: -30px;
	top: 5px;
	color: #830309
}

.footer-contact ul li p a:hover {
	color: #830309
}

.opening-hour ul li p span {
	font-size: 18px;
	color: #830309;
	font-weight: 700
}

.opening-hour {
	margin-top: 30px
}

.opening-hour h3 {
	margin-bottom: 15px
}



.footer-post-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px
}

.footer-post-box:last-child {
	margin-bottom: 0
}

.footer-post-img {
	border: 2px solid #AAB5CC;
	margin-right: 10px;
	width: 75px;
	height: 75px;
}

.footer-post-img img {
	width: 100%;
	height: 100%
}

.footer-post-text {
	width: 75%;
}

.footer-post-text h4 {
	margin-bottom: 5px;
	color: #fff;
	font-size: 17px;
}

.footer-post-text h4 a:hover {
	color: #830309
}

.footer-post-text p {
	color: #AAB5CC
}

.footer-bottom {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 30px;
	padding: 25px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.22);
	color: #fff;
	font-size: 20px;
}

.footer-bottom p {
	text-align: center;
}

.footer-bottom a {
	font-weight: 700;
	color: #001f53;
}
.line {
	margin: 0 30px 10px 30px;
}


/* Pricing CSS */

.pricing-area {
	padding-bottom: 80px;
	padding-top: 150px
}

.pricing-box {
	padding: 50px;
	box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.5);
	border-radius: 20px;
	position: relative;
	background: #fff;
	margin-bottom: 30px
}

.pricing-box:before {
	position: absolute;
	width: 100%;
	height: 105%;
	content: "";
	background: #830309;
	border-radius: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	z-index: -1;
}

.pricing-box h3 {
	margin: 15px 0;
	font-size: 50px
}

.pricing-box h3 span {
	font-size: 20px;
	margin-left: 20px
}

.pricing-content {
	margin: 30px 0
}

.pricing-content li {
	margin: 5px 0
}

.pricing-content li p {
	font-size: 16px;
	color: #111
}

.pricing-content li p i {
	color: #B78D65;
	margin-right: 10px
}

.pricing-content .hidden-list {
	text-decoration: line-through;
	color: #333
}

.pricing-action a {
	display: inline-block;
	border-bottom: 1px solid #B78D65;
	font-weight: 700;
	font-size: 18px
}


/* Error CSS */

.error-area {
	background: #DFDDD8;
	padding-bottom: 200px
}

.error-area .container {
	position: relative
}

.error-text h2 {
	font-size: 200px;
	letter-spacing: 10px;
	color: #001f53;
	font-weight: 700
}

.error-text h2 span {
	color: #830309
}

.error-text h5 {
	margin-bottom: 20px;
	font-size: 30px;
}

.error-text .header-btn {
	margin-top: 30px
}

.error-text .header-btn:hover {
	color: #001f53;
}

.error-img {
	position: relative
}


/* Contact CSS */

.single-contact-box {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	padding: 30px 20px;
	margin-bottom: 30px
}

.contact-area {
	padding-bottom: 20px
}

.single-contact-box h3 {
	margin-top: 20px;
	margin-bottom: 5px
}

.single-contact-box p {
	margin-bottom: 0 !important;
	text-align: center;
}

.contact-subscribe-area {
	position: relative
}

.contact-subscribe-area:before {
	background: #f6f8fa;
	position: absolute;
	width: 100%;
	height: 50%;
	content: "";
	top: 0;
	left: 0;
	z-index: -1
}

details { 
  background-color: #f6f8fa;
  width: 100%;
  color: #364f6b;
  position: relative;  
}
details summary {  
  font-weight: 400;
  font-size: 1.25rem;
  padding: 1rem;
  cursor: pointer;
  list-style: none;
}
details p {
  padding: 0.5rem;
  margin: 1rem 0 1rem 0;
  font-size: 16px;
  text-align: center;
}

details[open] {
  background: #ffffff;
}

details[open] summary {
  font-weight: 600;
}

details summary::before {
  position: absolute;
  content: "\f103";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 1.75rem;
  top: 12px;
  right: 16px;  
}

details[open] summary::before {
  -webkit-animation: rotate 0.6s ease-in-out both;
          animation: rotate-emoji 0.6s ease-in-out both;
}

@-webkit-keyframes rotate-emoji {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.interartis {
	width: 100px;
}


/* LIGAS INTERES
---------------------------------------------------------- */

#lig{
	width: 20%;
	height: 190px;
	float: left;
	text-align: center;
	margin: 0 0 60px 2.7%;
	background-color: rgba(236,236,236,0.50);
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #787878;
	font-size: 17px;
	text-shadow: 1px 1px 1px #FFFFFF;
	line-height: 1.3em;
	border: 2px solid #ffffff;
	padding: 11px;
	text-transform: uppercase;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	
}
#lig-img{
	margin:15px auto 30px auto;
	text-align:center;
}
#lig:hover{
	background-color: rgba(71,71,71,0.10);
	border-color: rgba(236,236,236,0.05);
	color: #a10813;
	font-size: 16.5px;
	cursor: pointer;
}
#lig:hover img{
	width: 65%;
}
	
@media screen and (max-width : 1300px) {
#lig{
	width:27%;
	margin:40px 0 0 3.5%;
}
}
@media screen and (max-width : 1100px) {
	#lig{
	width:25.3%;
	margin: 40px 0 0 4%;
}
#lig-img{
}
#lig:hover{
}	
	

}

@media screen and (max-width :800px) {
#lig{
}
#lig-img{
}
#lig:hover{
}	
	
}

@media screen and (max-width :750px) {
#lig{
	width:25.5%;
}
#lig-img{
}
#lig:hover{
}	
	
}

@media screen and (max-width :600px) {
#lig{
	width:40.5%;
}
#lig-img{
}
#lig:hover{
}	
	
}	
@media screen and (max-width :450px) {
#lig{
	width:90%;
	margin:15px auto 5px auto;
	padding:5px;
	float:none;
}
#lig-img{
	padding:0;
}
#lig:hover{
}	
	
}

@media screen and (max-width :300px) {
#lig{
	width:90%;
	margin:15px auto 5px auto;
	padding:5px;
	float:none;
}
#lig-img{
	padding:0;
}
#lig:hover{
}	
	
}	