/* ===================================================================================

* Theme Name: Geoport Child
* Theme URI: https://themeforest.net/user/johanspond
* Description: Geoport is powerful and modern transport and cargo logistics WordPress theme.
* Version: 1.0.0
* Author: Johanspond
* Author URI: http://pluginspoint.com/
* Template: geoport
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */


/*Home Sponsors logo section start*/
.sponsors-logo-section {
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 105px 0px 100px 0px;
}
.sponsors-logo-section .section-background-overlay {
    background-color: #001D67;
    opacity: 0.9;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.sponsors-logo-section .section-container {
    display: flex;
    flex-wrap: wrap;
}
.sponsors-logo-section .section-row {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.sponsors-logo-section .s-section-title {
    z-index: 1;
    position: relative;
}
.sponsors-logo-section .section-title h2 span.tl1 {
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 60px;
    font-weight: 700;
}
.sponsors-logo-section .section-title .bg-title {
    color: rgba(255, 255, 255, 0.04);
}
.sponsors-logo-section .section-title > span {
    color: #34CCFF;
}
.sponsors-logo-section .img-wrapp {
    width: 225px;
}
.sponsors-logo-section .slider-items {
    display: flex;
    justify-content: center;
}
.sponsors-logo-section .slider_content {
    padding: 100px 0 0;
}
.sponsors-logo-section .slider_content .owl-prev {
    position: absolute;
    top: 30px;
    left: 0;
}
.sponsors-logo-section .slider_content .owl-next {
    position: absolute;
    top: 30px;
    right: 0;
}
.sponsors-logo-section .slider_content .owl-nav i{
    font-size: 30px;
    color: #cecece;
}
.sticky-header .header-top-area {
    display: block !important;
}
/*Home Sponsors logo section end*/

@media only screen and (max-width: 1024px) {
    .sponsors-logo-section .section-title h2 span.tl1 {
        font-size: 48px;
    }
    .sponsors-logo-section .slider_content .owl-prev {
        left: 20px;
    }
    .sponsors-logo-section .slider_content .owl-next {
        right: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .sponsors-logo-section .section-title h2 span.tl1 {
        font-size: 32px;
    }
}


/* JOBs sc CSS */
[data-job]{
	background: #001447;
	margin: 10px 0;
}
[data-job] .job-box-details {
    display: flex;
    flex-wrap: wrap;
	padding: 0 10px;
}

[data-job] .job_item.title {
    flex: 0 0 25%;
    max-width: 25%;
	font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}
[data-job] .job_item.edu-required {
    flex: 0 0 35%;
    max-width: 35%;
}
[data-job] .job_item {
    flex: 1;
	padding: 30px 15px;
	color: #fff;
    align-self: center;
}

[data-job] .job-details-expand {
    flex: 0 0 100%;
    max-width: 100%;
    display: none;
}

[data-job] .job_item.apply-btn a {
    padding: 10px;
    background: #FF5E14;
    color: #FFFFFF;
    display: block;
    text-align: center;
}


[data-toogle-job-details] span.close-text {
    display: none;
}
.job_item_list {
    margin: 10px 0;
}

.job_epxand_button {
    padding: 0;
    background: rgba(0, 0, 0, 0.28);
    flex: 0 0 60px;
    max-width: 60px;
    margin-right: -10px;
    display: flex;
}

[data-toogle-job-details] .view-arrow {
    display: block;
    font-size: 0;
    line-height: 0;
    display: block;
    width: 18px;
    height: 18px;    
    border: 3px solid #fff;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    margin-top: -9px;
	transition: all 0.2s linear;
}
[data-toogle-job-details].active .view-arrow {
    transform: rotate(-225deg);
    margin-top: 0;
}
[data-toogle-job-details] {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 0;
    line-height: 0;
    background: transparent !important;
}
.job-details-expand-inner {
    padding: 30px;
    background: rgba(0, 0, 0, 0.25);
}
.job-content-inner {
    color: #fff;
}

.job-content-inner h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px;
    border-left: 3px solid #FF5E14;
    padding: 5px 5px 5px 13px;
}

.job-content-inner h6 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.respo-list-block {
    margin: 25px 0;
    padding-left: 20px;
}

.job-content-inner ul {
    margin: 0 0 20px;
    padding-left: 20px;
}

.qualification-summary, .education-summary, .bottom-summary {
    padding-top: 20px;
}
.short-summary{
	padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
[data-job] .job_item,[data-job] .job_item.title,[data-job] .job_item.edu-required {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding: 7px 20px;
}

[data-job] .job_item.apply-btn,.job_epxand_button {
    flex: 0 0 calc(50% + 10px);
    max-width: calc(50% + 10px);
    padding: 0;
    display: flex;
    min-height: 60px;
    align-self: stretch;
    margin-top: 20px;
}

[data-job] .job_item.apply-btn {
    margin-left: -10px;
}

[data-job] .job_item.apply-btn > a {
    width: 100%;
    border-radius: 0;
    margin: 0 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

[data-job] .job-box-details {
    padding-top: 20px;
}
}