/*
 Theme Name:   aviators-group
 Template:     ambition-pro
 Version: 2023.10
*/
#site-title{
	text-transform: none;
}

#profile_table th{
	text-transform: none;
}
.page-title-wrap {
    background-color: #001a43;
}
a {
    color: #001a43;
    text-decoration: none;
}

.main-navigation a:hover, .main-navigation ul li.current-menu-item a, .main-navigation ul li.current_page_ancestor a, .main-navigation ul li.current-menu-ancestor a, .main-navigation ul li.current_page_item a, .main-navigation ul li:hover > a {
    color: #001a43;
}

#site-title a:hover, #site-title a:focus, #site-title a:active {
    color: #001a43;
}

.feature{
    text-align: center;
    font-size: 20px;
    width: 80%;
    margin: 0 auto;
}

.shimanami{
    font-family: Shimanami;
    font-size: 24px;
    line-height: 1.5em;
}

#primary p{
    font-family: Shimanami;
    font-size: 18px;
    line-height: 1.5em;
}

#secondary a, #secondary h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 300px;
	height: 60px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s;
	margin-bottom: 0.1em;
}

#secondary a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #fff;
}


#secondary li:nth-child(1) a {
	background-color: #001a43;
	border: 1px solid #001a43;
	border-radius: 10px;
}
#secondary li:nth-child(2) a {
	background-color: #43001a;
	border: 1px solid #43001a;
	border-radius: 10px;
}
#secondary li:nth-child(3) a {
	background-color: #1a4300;
	border: 1px solid #1a4300;
	border-radius: 10px;
}

.widget {
    border-bottom:none;
}

.widget_service {
    padding: 40px 0 0;
}

.home #masthead > div{
	background-color: #001a43;
}

.home #masthead a {
    color: #fff;
    text-decoration: none;
}

.box-components:nth-of-type(odd){
    flex-direction: row-reverse;
}

.box-components{
    background-color: transparent;
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    margin-bottom: 100px;
}

.box-components:nth-of-type(odd) .box-content{
    left: 0;
    right: auto;
}

.box-content{
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    max-width: 540px;
    padding: 40px 50px;
    position: absolute;
    right: 0;
    top: auto;
    width: 100%;
    z-index: 2;
}

.box-media{
    left: -20px;
    min-height: calc(0%);
    position: relative;
/*    width: 100vw; */
    z-index: 1;
}

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

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

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

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

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

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

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

body.page-template-default #main h2 {
    letter-spacing: 1px;
    font-weight: bold;
    margin: 0 0 1em;
    padding: 10px !important;
    border-left: 7px solid #001a43;
    font-size: 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #f9f9f9;
    border-radius: 8px;
}

body.page-template-default #main h3 {
    letter-spacing: 1px;
    font-weight: normal;
    margin: 0 0 1em;
    padding: 10px !important;
    border-left: 7px solid #001a43;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
}

body.page-template-default #main h4::after {
    position: absolute;
    top: 0.4em;
    left: 0.4em;
    z-index: 2;
    content: '';
    width: 12px;
    height: 12px;
    background-color: #001a43;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

body.page-template-default #main h4 {
    position: relative;
    padding: 0 0.5em 0.5em 1.7em;
}