#gtco-header {
    background-image: url('../../img/index/international.jpg') !important;
}

#slogan {
    background-image: url('../../img/index/team.jpg')
}

/* ----- Pricing Tables Styling Starts ----- */

.pricing-section ul, .pricing-section ol {
    list-style: none;
    padding: 0;
}

.pricing-intro {
    padding-bottom: 30px;
}

.pricing-intro h1 {
    font-size: 28px;
    color: #111111;
    font-weight: 600;
    line-height: 1.4;
}


.pricing-section .table-left, .pricing-section .table-right {
    padding: 20px 20px 50px 20px;
    margin: 0 auto;
    margin-bottom: 30px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 80px 0px rgba(0,0,0,.1);
    border: transparent;
    max-width: 400px;
}

.table-left .icon, .table-right .icon {
    padding: 50px 50px 40px 50px;
}

.table-left .icon, .table-right .icon {
    font-size:50px;
    margin: 0 auto;
    color:#1eb858;
}

.table-left .pricing-details span, .table-right .pricing-details span {
    display: inline-block;
    font-family: Open Sans;
    font-size: 28px;
    font-weight: 400;
    color: #808080;
    margin-bottom: 20px;
}

.table-left .pricing-details h2, .table-right .pricing-details h2 {
    font-size: 18px;
    font-weight: 600;
    color: #505050;
    margin-bottom: 30px;
}

.table-left .pricing-details p, .table-right .pricing-details p {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 300;
    color: #505050;
    letter-spacing: 1px;
    line-height: 1.4;
}

.table-left .pricing-details ul, .table-right .pricing-details ul {
    margin-top: 30px;
    margin-bottom: 50px;
}


.table-left .pricing-details li, .table-right .pricing-details li {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    color: #505050;
    line-height: 1.4;
    margin-bottom: 10px;
}

.pricing-section .table-left:hover, .pricing-section .table-right:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.pricing-section .table-left, .pricing-section .table-right {
    margin-top: 20px;
}

.pricing-section .table-center {
    margin-top: 20px;
}

/* ----- Pricing Section Styling Ends ----- */

.four-box-pan {
    height: 300px;
}