/*
************************************** Header
*/
/*header.desktop:after{
    content: "";
    position: absolute;
    background-color: white;
    height: 132px;
    width: 103%;
    top: -38px;
    left: 0;
    right: 0;
    z-index: -2;
    transform: rotate(-2deg);
}*/

header.desktop{
	background-color: white;
}

body:not(.home) .desktop-header {
    height: 138px;
}

body:not(.home) header.desktop ul.main-menu li > a {
    color: #000;
}

.breadcrumb {
    margin-bottom: 0;
    position: relative;
}

.header-breadcrumb {
    background-color: #e9ecef;
    margin-bottom: 1rem;
}

.delimeter-breadcrumb {
    padding: 0 8px;
}

.delimeter-breadcrumb:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 23px;
    background-color: #21252940;
    transform: rotate(25deg);
}

.breadcrumb-links,
.breadcrumb-links i {
    color: black;
    display: inline-block;
    font-size: 13px;
}

.breadcrumb > a {
    color: black;
    display: inline-block;
    font-size: 13px;
}

.breadcrumb .current {
    font-size: 12px;
    color: #8c8c8c;
}

.top-header{
	background-color: #1d1d1d;
	padding: 10px 0 5px;
}

.top-header a{
	color:#fff;
}

.social-info-wrapper {
    display: inline-block;
}

.social-info-wrapper li {
    display: inline-block;
}

.social-info-wrapper li a {
    display: inline-block;
    width: 25px;
    height: 25px;
}

.top-header .email{
	margin-right:5px;
}

.right-top{
	direction:ltr;
}

header.desktop {
    position: fixed;
    z-index: 99999;
    left: 0;
    right: 0;
    top: 0;
    padding: 0 0 10px;
    transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
}

header.desktop.sticky {
    background-color: #fff;
    transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
}

header.desktop.sticky:after {
    content: "";
    width: 100%;
    height: 2px;
    bottom: 0px;
    left: 0;
    position: absolute;
    z-index: -2;
    background: linear-gradient(to right, #FFF 0, #eeeeee 35%, #eeeeee 65%, #FFF 100%);
    background: -ms-linear-gradient(left, #fff 0, #eeeeee 35%, #eeeeee 65%, #fff 100%);
    background: -o-linear-gradient(left, #fff 0, #eeeeee 35%, #eeeeee 65%, #fff 100%);
    background: -webkit-linear-gradient(left, #FFF 0, #eeeeee 35%, #eeeeee 65%, #FFF 100%);
    background: -moz-linear-gradient(left, #fff 0, #eeeeee 35%, #eeeeee 65%, #fff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #FFF), color-stop(35%, #eeeeee), color-stop(65%, #eeeeee), color-stop(100%, #FFF));
}

header.desktop.sticky .logo img {
    transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
}

header.desktop.sticky ul.main-menu li > a {
    color: #0354a6;
}

header.desktop ul.main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

header.desktop ul.main-menu li {
    position: relative;
    display: inline-block;
}

header.desktop ul.main-menu li > a {
    display: inline-block;
    color: #000;
    border-bottom: 2px solid transparent;
    padding: 10px 20px;
    transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
}

header.desktop ul.main-menu li.academy a{
    color:#fff;
}

header.desktop ul.main-menu li.menu-item-has-children:hover > a {
    border-bottom: 2px solid transparent;
}

header.desktop ul.main-menu > li:hover > a {
    color: #0354a6;
    border-bottom: 2px solid #0354a6;
}

/*header.desktop ul.main-menu li:first-child > a{
    padding-right: 0;
}*/

header.desktop .logo img {
    transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
}

header.desktop ul.main-menu ul {
    position: absolute;
    background-color: #fff;
    z-index: 9999;
    width: 210px;
    padding: 0;
    margin: 0;
    list-style: none;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
}

header.desktop ul.main-menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
}

header.desktop ul.main-menu ul li {
    display: block;
    position: relative;
}

header.desktop ul.main-menu ul li a {
    display: block;
    color: #000;
}

header.desktop ul.main-menu ul li:hover > a {
    color: gray;
}

header.desktop ul.main-menu ul ul {
    right: 100%;
    top: 0;
}

header.mobile .bg-top-menu{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
}

header.mobile .bg-top-menu .logo img{
    width: 150px;
}

header.mobile .newmenu{
    position: absolute;
    top: 68px;
    background-color: white;
    z-index: 9999;
    display: none;
    left: 0;
    right: 0;
}

header.mobile .mob-menu{
    list-style: none;
    padding: 0 15px;
    margin: 0;
}

header.mobile .mob-menu li a {
    display: block;
    color: #000;
    border-bottom: 1px solid #00000012;
    padding: 5px 0;
}

header.mobile .mob-menu li:last-child a{
    border-bottom: none;
}

header.mobile .mob-menu .sub-menu li a{
    border-bottom: none;
}
/*
************************************** Slider
*/

.tp-caption {
    font-family: 'IRANSansWebFaNumLight' !important;
}

.slider {
    position: relative;
}

.slider {
    position: relative;
}

.slider > img {
    position: absolute;
    bottom: 0;
}

/*
************************************** Bottom Slide
*/

.bottom-slide {
    overflow: hidden;
    position: relative;
    padding: 3rem 0;
}

/*.bottom-slide:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    background-color: #0055a6;
    transform: rotate(-3deg);
    z-index: 99999;
}*/

.bottom-slide h1 {
    color: #0055a6;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

/*
************************************** About Us Front Page
*/

.heading {
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 2rem;
}

.heading h2 {
    color: #4b4b4b;
}

.heading:before {
    content: "";
    width: 100%;
    height: 2px;
    bottom: 0px;
    left: 25%;
    top: 51%;
    position: absolute;
    z-index: -2;
    overflow: hidden;
    width: 15%;
    content: '';
    background: linear-gradient(to right, #FFF 0, #bfbfbf 35%, #bfbfbf 65%, #FFF 100%);
    background: -ms-linear-gradient(left, #fff 0, #bfbfbf 35%, #bfbfbf 65%, #fff 100%);
    background: -o-linear-gradient(left, #fff 0, #bfbfbf 35%, #bfbfbf 65%, #fff 100%);
    background: -webkit-linear-gradient(left, #FFF 0, #bfbfbf 35%, #bfbfbf 65%, #FFF 100%);
    background: -moz-linear-gradient(left, #fff 0, #bfbfbf 35%, #bfbfbf 65%, #fff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #FFF), color-stop(0%, #bfbfbf), color-stop(65%, #bfbfbf), color-stop(0%, #FFF));
}

.heading:after {
    content: "";
    width: 100%;
    height: 2px;
    bottom: 0px;
    right: 25%;
    top: 51%;
    position: absolute;
    z-index: -2;
    overflow: hidden;
    width: 15%;
    content: '';
    background: linear-gradient(to right, #FFF 0, #bfbfbf 35%, #bfbfbf 65%, #FFF 100%);
    background: -ms-linear-gradient(left, #fff 0, #bfbfbf 35%, #bfbfbf 65%, #fff 100%);
    background: -o-linear-gradient(left, #fff 0, #bfbfbf 35%, #bfbfbf 65%, #fff 100%);
    background: -webkit-linear-gradient(left, #FFF 0, #bfbfbf 35%, #bfbfbf 65%, #FFF 100%);
    background: -moz-linear-gradient(left, #fff 0, #bfbfbf 35%, #bfbfbf 65%, #fff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(100%, #FFF), color-stop(100%, #bfbfbf), color-stop(35%, #bfbfbf), color-stop(100%, #FFF));
}

.about-front{
	padding: 2rem 0 4rem;
}

.about-front h2 span {
    display: inline-block;
    color: #000;
    border-bottom: 2px solid #0055a6;
    font-weight: bold;
    padding-bottom: 5px;
}

.about-content-meta {
    text-align: justify;
}

.about-front figure {
    position: relative;
}

.about-front img {
    border-radius: 10px;
}

.about-front figure:after {
    content: '';
    position: absolute;
    width: 100%;
    border: 4px solid #0055a6;
    height: 100%;
    left: -100px;
    top: -34px;
    z-index: -1;
    border-radius: 10px;
}

/*
************************************** Companies
*/

.companies {
    position: relative;
    padding: 0 10rem;
}

.meta-company {
    position: relative;
    height: 445px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 0;
    background-image: url(../img/bg-blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
}
.meta-company-content {
    color: #fff;
    padding: 0 2rem;
    transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
}

.meta-company-img {
    position: relative;
    transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
}

.meta-company-img figure {
    position: relative;
}

.meta-company-img figure:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fff;
    bottom: -12px;
    right: 0;
    left: 0;
}

.meta-company-content p {
    line-height: 25px;
	text-align: center;
}

.meta-company .fa-angle-right {
    color: #fff;
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 8px;
}

.whitebg {
    position: absolute;
    width: 100%;
    height: 130px;
    bottom: 0;
    z-index: 999;
    background-color: white;
    left: 0;
    right: 0;
}

.meta-company-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
}

.companies .mobile-size:first-child .meta-company:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    right: -27.5%;
    bottom: 29%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 9999999;
    border-left: 85px solid transparent;
    border-right: 85px solid transparent;
    border-top: 85px solid #0055a6;
}

.meta-company:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    left: -27.5%;
    bottom: 29%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 9999999;
    border-left: 85px solid transparent;
    border-right: 85px solid transparent;
    border-top: 85px solid #0055a6;
}

.meta-company:hover .meta-company-wrapper{
    transform: translateY(-10px);
    transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
}

/*
************************************** Blog Front Page
*/

.blog-front .academy-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
}

.blog-padd {
    padding: 0 7px;
    margin-bottom: 1rem;
}

.blog-front a {
    background-color: #0055a6;
    height: 100%;
    color: #fff;
    padding: 12px;
    transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
}

.blog-front a:hover {
    transform: translateY(-20px);
    transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
}

.post-text {
    text-align: justify;
}

.post-text p {
    line-height: 30px;
    font-size: 13px;
    color: #909090;
}

.title-post h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 1rem 0 2rem;
    min-height: 7vh;
    line-height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

blockquote {
    background-color: #ce010a;
    color: #fff;
    padding: 10px;
    margin: 5px 0;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
}

blockquote p {
    margin: 0;
    color: #fff !important;
}

.svg-center svg {
    width: 25px !important;
    height: 25px;
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 50%;
}

.blog-front p {
    color: #fff;
}

/*
************************************** Footer
*/

footer {
    background-color: #171717;
    color: #fff;
    background-image: url(../img/bg-footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 2rem 0 0;
}

.footer-widget h4 {
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: bold;
}

.footer-widget p {
    text-align: justify;
}

.copyright {
    text-align: center;
}

.copyright p {
    margin: 0;
}

.footer-widget .post-date {
    font-size: 8pt;
}

.footer-widget .recent-post-title > a {
    color: #ffffff;
}

.bottom-footer {
    padding: 2rem 0;
    background-color: #1d1d1d;
}

/*
************************************** Single
*/

.title-post h1 {
    text-align: justify;
    font-size: 25px;
    margin: 25px 0;
    line-height: 45px;
}

.share ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.share ul li {
    display: inline-block;
}

.share ul li a {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    width: 100px;
}

.share ul li a.twitter {
    background-color: #1da1f2;
}

.share ul li a.telegram {
    background-color: #0088cc;
}

.input-search {
    position: relative;
}

.telegram{
    background-color: #0088cc;
}

.whatsapp{
    background-color: #25d366;
}

.linkedin{
    background-color: #007bb5;
}

.input-search button {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    border: none;
    padding: 14px;
}

.input-search input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #e9ecef;
}

.sidebar-title {
    position: relative;
    padding: 5px;
    margin-bottom: 15px;
    font-size: 18px;
    color: #fff;
}

.sidebar-title:before {
    content: "";
    position: absolute;
    background-color: #0055a6;
    width: 100%;
    height: 35px;
    z-index: -1;
    top: -2px;
    right: 0;
    transform: skew(-25deg, 0deg);
}

.recent-post-title > a {
    display: flex;
    text-align: justify;
    line-height: 20px;
    color: #0055a6;
    font-size: 8pt;
    align-items: center;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.recent-post-img img {
    width: 63px;
    height: 63px;
    object-fit: cover;
}

.post-date {
    margin: 10px 0;
}

.tagcloud > a {
    background-color: #e9ecef;
    color: #000;
    padding: 2px 4px;
    margin-bottom: 2px;
    display: inline-block;
}

.blog-sidebars > section {
    margin-bottom: 6rem;
}

.tags a {
    background-color: #e9ecef;
    color: #000;
    padding: 2px 4px;
    margin-bottom: 2px;
    display: inline-block;
}

.comments-single-posts {
    margin: 2rem 0 1rem;
    padding: 10px;
    border: 1px solid #e9ecef;
}

.comment-reply-title {
    background-color: #e9ecef;
    padding: 10px;
}

#submit {
    background-color: #ce010a;
    border: none;
    color: #fff;
    padding: 10px;
}

.blog-area .title-post h1 {
    text-align: justify;
    font-size: 16px;
    margin: 0 0 25px;
    line-height: 27px;
    color: #000;
}

.blog-img img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.widget_categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget_categories ul li {
    font-size: 8pt;
}

.hot-blog {
    margin-bottom: 5rem;
}

.blog-img-hot {
    position: relative;
}

.blog-img-hot:before{
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #00000082;
}

.blog-img-hot img {
    width: 1200px;
    height: 450px;
    object-fit: cover;
}

.blog-img-hot figcaption {
    position: absolute;
    bottom: 20%;
    left: 15%;
    right: 15%;
    top: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: black;
    background-color: #fff;
    padding: 10px;
}

.top-right-corner {
    align-self: flex-end;
    margin-bottom: -160px;
    margin-right: -17px;
}

.corner-box {
    background: #ce0009;
    width: 40%;
    height: 180px;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.5);
}

.bottom-left-corner {
    margin-top: -160px;
    z-index: 100;
    float: left;
    margin-left: -17px;
}

.hot-blog a {
    position: relative;
}

.hot-blog a:hover{
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.5);
}

.most-viewed {
    position: absolute;
    z-index: 999;
    background-color: #e9ecef;
    bottom: 0;
    border-top: 5px solid #fff;
    border-left: 5px solid #fff;
    width: 200px;
    text-align: center;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #000;
}


.blog-area .post-text {
    text-align: justify;
    line-height: 23px;
    font-size: 13px;
    color: #909090;
}

.blog-pagination {
    width: 100%;
    text-align: center;
    margin: 1rem 0;
}

.blog-pagination .page-numbers {
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    border: 1px solid #e9ecef;
    color: #000;
}

.blog-pagination .page-numbers.current {
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    border: 1px solid #e9ecef;
    color: #000;
    background-color: #e9ecef;
}

.blog-pagination .next.page-numbers,
.blog-pagination .prev.page-numbers {
    border: 1px solid transparent;
}

.border-new {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 15px 0;
    transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
}

.border-new:after {
    content: "";
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: -2;
    background: linear-gradient(to right, #FFF 0, #eeeeee 35%, #eeeeee 65%, #FFF 100%);
    background: -ms-linear-gradient(left, #fff 0, #eeeeee 35%, #eeeeee 65%, #fff 100%);
    background: -o-linear-gradient(left, #fff 0, #eeeeee 35%, #eeeeee 65%, #fff 100%);
    background: -webkit-linear-gradient(left, #FFF 0, #eeeeee 35%, #eeeeee 65%, #FFF 100%);
    background: -moz-linear-gradient(left, #fff 0, #eeeeee 35%, #eeeeee 65%, #fff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #FFF), color-stop(35%, #eeeeee), color-stop(65%, #eeeeee), color-stop(100%, #FFF));
    transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
}

.border-new:hover:after {
    background: linear-gradient(to right, #FFF 0, #0055a6 35%, #0055a6 65%, #FFF 100%);
    background: -ms-linear-gradient(left, #fff 0, #0055a6 35%, #0055a6 65%, #fff 100%);
    background: -o-linear-gradient(left, #fff 0, #0055a6 35%, #0055a6 65%, #fff 100%);
    background: -webkit-linear-gradient(left, #FFF 0, #0055a6 35%, #0055a6 65%, #FFF 100%);
    background: -moz-linear-gradient(left, #fff 0, #0055a6 35%, #0055a6 65%, #fff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #FFF), color-stop(35%, #0055a6), color-stop(65%, #0055a6), color-stop(100%, #FFF));
    transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
}

.meta-single{
    margin: 2rem 0 0;
    display: flex;
}

.meta-single .author{
    text-align: left;
}

.img-hover{
    overflow: hidden;
}

.img-hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2 ease-in-out;
}
.img-hover:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*
************************************** Page
*/
.widget-contact-info {
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 35px 40px 0;
    margin-bottom: 15px;
}

.widget-contact-info .media {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 26px;
    margin-bottom: 30px;
}

.widget-contact-info .media .item-icon svg {
    font-size: 26px;
    font-weight: 700;
    color: #082c4b;
}

.media-body.space-md {
    margin-right: 20px;
}

.widget-contact-info .media .media-body h4 {
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 17px;
}

.widget-contact-info ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.media-body a {
    display: inline-block;
    color: #082c4b;
}

.page-content {
    color: #909090;
    text-align: justify;
}

.page-content p {
    line-height: 30px;
}

/*
************************************** Gravity Form
*/
.gfield_html {
    background-color: #1f3b8f;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 10px;
}

.gfield_required {
    color: red;
}

.gform_wrapper input {
    border: none;
    background-color: #ececec;
    padding: 8px;
    border-radius: 5px;
    width: 100% !important;
}

.gform_wrapper input:focus {
    outline: none;
    border: 1px solid #1f3b8f;
}

.gform_wrapper select {
    border: none;
    background-color: #ececec;
    padding: 13px;
    border-radius: 5px;
    width: 100% !important;
}

.gform_wrapper textarea {
    border: none;
    background-color: #ececec;
    padding: 8px;
    border-radius: 5px;
    width: 100% !important;
}

.gf_stylespro .gfsp_dot input[type=checkbox]:not(old) + label:before,
.gf_stylespro .gfsp_dot input[type=radio]:not(old) + label:before {
    padding: 0 10px !important;
    border-radius: 50% !important;
    margin-left: 0.5em;
    box-shadow: 0 0 0 10px inset, 0 0 0 15px #1f3b8f inset !important;
    border: 2px solid #1f3b8f !important;
}

.gf_stylespro .gfsp_dot input[type=checkbox]:not(old):checked + label:before,
.gf_stylespro .gfsp_dot input[type=radio]:not(old):checked + label:before {
    color: #1f3b8f !important;
}

.gform_button.button {
    cursor: pointer;
    background-color: #282828;
    width: 30% !important;
    color: #fff;
}

.gform_footer {
    text-align: center;
}

.gform_fields li {
    float: right !important;
}

.gf_stylespro .gf_quarter {
    width: 23%;
    display: inline-block;
    margin-left: 2% !important;
    margin-right: auto !important;
}

.gf_stylespro .gf_half {
    width: 48%;
    display: inline-block;
    margin-left: 2% !important;
    margin-right: auto !important;
}

.gf_stylespro .gf_third {
    width: 31.33%;
    display: inline-block;
    margin-left: 2% !important;
    margin-right: auto !important;
}

.gform_confirmation_wrapper {
    background-color: #3ccc00;
    color: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
}

.gf_stylespro .gform_footer {
    float: right !important;
    margin-left: 2% !important;
    margin-right: auto !important;
}

/*
************************************** Gallery
*/

.archive-gallery-img {
    margin-bottom: 1rem;
}

.archive-gallery-img figure {
    position: relative;
}

.archive-gallery-img figure img {
    width: 200px;
    height: 150px;
    object-fit: cover;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size:13pt;
}

.swiper-button-next, .swiper-button-prev {
    color:#fff;
}

.archive-gallery-img figure figcaption {
    position: absolute;
    z-index: 999;
    bottom: 5px;
    top: 5px;
    right: 5px;
    left: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    color: #fff;
    background-color: #00000066;
}

li.academy:before {
    content: "";
    position: absolute;
    background-color: #0055a6;
    width: 100%;
    height: 35px;
    z-index: -1;
    top: 7px;
    right: 0;
    transform: skew(-25deg, 0deg);
}

li.academy:hover a {
    border-bottom: 2px solid transparent !important;
    color: #fff !important;
}

header.desktop.sticky ul.main-menu li.academy > a {
    color: #fff !important;
}

body:not(.home) header.desktop ul.main-menu li.academy > a {
    color: #fff !important;
}

#filter button{
    position: relative;
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: #fff;
    display: block;
    width: 100%;
    margin-top: 10px;
}

#filter button:before{
    content: "";
    position: absolute;
    background-color: #0055a6;
    width: 100%;
    height: 35px;
    z-index: -1;
    top: 0;
    right: 0;
    transform: skew(-25deg, 0deg);
}

#filter select{
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #0055a6;
}

.body-doc{
    padding: 4rem 0;
}
.doc-ul{
    list-style:  none;
    padding:  0;
    margin:  0;
}
.doc-ul li{
    display:  inline-block;
    width:  163px;
    margin:  10px;
    vertical-align: top;
}
.doc-ul li .doc-parent{
    border:  1px solid #f06000;
    border-radius: 8px;
    padding:  5px;
    min-height: 38vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.doc-logo{
    text-align: left;
}
.doc-logo img{
    width: 50px;
    height: 25px;
    object-fit: contain;
}
.doc-title h3{
    font-size: 16px;
    text-align: center;
    margin: 10px 0;
    min-height: 50px;
    line-height: 25px;
}
.doc-volume{
    text-align:center;
    margin-bottom:10px;
}
.doc-guid{
    text-align:center;
}
.doc-guid button{
    font-size: 12px;
    background-color:transparent;
    color: #f06000;
    border:none; 
}
.doc-guid button:hover{
    background-color:  transparent;
    color: #e85d00;
}
.doc-guid button:focus,
.doc-guid button:active{
    outline:none;
    box-shadow:none;
    border:none;
}
.doc-guid .modal {
    z-index: 999999999;
}
.doc-guid .modal-header .close {
    margin: -1rem auto -1rem -1rem;
}
.doc-guid .modal-footer button{
    background-color: #f06000;
    color: #fff;
}
.doc-guid .modal{
    padding:0!important;
}
.doc-guid .modal-dialog {
    max-width: 100%!important;
}

footer a{
	color:#fff;
}