@charset "UTF-8";
/* CSS Document */

@media (max-width: 767px) {

    h1{
        font-size: 36px;
        line-height: 1;
    }
    h2{
        font-size: 26px;
    }

    p {
        padding-top: 10px;
        line-height: 1.5;
        font-size: 13px;
    }

    .desktop-img{
        display: none !important;
    }
    .mobile-img{
        display: block !important;
    }


    .mobile-br{
        display: block ;
    }

    .desktop-br{
        display: none ;
    }

    .object1{
        display: none;
    }

    .object2{
        display: none;
    }

    .object3{
        display: none;
    }

    /*header*/
    #header {
        height: 60px;
        z-index: unset;
        margin-top: 10px;
    }

    #logo {
        left: 50%;
        position: absolute;
        top: 0px;
        height: 50px;
        padding: 5px 0;
        z-index: 10;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    #menu {
        right: 0;
        position: absolute;
    }
    #menu ul {
        float: left;
        position: relative;
        z-index: 5;
         margin-right: 0px;
    }
    #menu ul li {
        display: none;
    }

    #menu ul li:last-child {
        display: block;
        line-height: 60px;
    }

    #menu ul li:last-child a {
        padding: 0 15px;
    }

    #menu ul li:last-child:before {
        top: 18px;
        left: 7px;
        width: 25px;
        height: 25px;
    }

    #menu ul li a span {
        display: none;
    }


    #menu-icon {
        display: block;
        left: 0;
        padding: 15px;
        position: relative;
        float: left;
        top: 0;
        z-index: 10;
        box-sizing: border-box;
        width: 50px;
        height: 60px;
    }

    #menu-icon span {
        display: block;
        width: 20px;
        height: 2px;
        margin: 0;
        background: #777777;
        position: absolute;
        -webkit-transition: -webkit-transform .3s,top .3s,background-color 0s;
        -moz-transition: -moz-transform .3s,top .3s,background-color 0s;
        transition: transform .3s,top .3s,background-color 0s;

    }

    #menu-icon span:nth-child(1) {
        top: 20px;
    }

    #menu-icon span:nth-child(2) {
        top: 29px;
    }

    #menu-icon span:nth-child(3) {
        top: 38px;
    }


    #menu-icon.active span:nth-child(1) {
        top: 28px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    #menu-icon.active span:nth-child(2) {
        background: transparent;
    }

    #menu-icon.active span:nth-child(3) {
        top: 28px;
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        transform: rotate(225deg);
    }


    /*mobile menu*/
    #mobile-menu {
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        left: -100%;
        top: 0;
        cursor: pointer;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        z-index: 9;
    }

    #mobile-menu.active {
        left: 0;
    }

    #mobile-menu .bg {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.9);

    }

    #mobile-menu ul li a {
        color: #ffffff;
        display: block;
        font-size: 30px;
        padding: 12px 0;
        -webkit-text-size-adjust: none;
        font-family: 'PT Sans Caption', Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: normal;
    }

    #mobile-menu ul li a.active {
        background: #3ca3d5;
    }

    #mobile-menu ul {
        position: relative;
        z-index: 2;
        margin-top: 100px;
    }

    #mobile-menu ul li {
        margin: 0 30px;
        list-style: none;
        text-align: center;
    }


    #mobile-menu.active + div#dim {
        opacity: 0.6;
        -webkit-opacity: 0.6;
        -moz-opacity: 0.6;
        visibility: visible;
    }

/*end header*/

    /*footer*/

    .footer .footer-logo img {
        width: 55px;
    }


    .footer {
        height: 250px;
    }

    .footer .follow-us {
        top: 120px;
        right: 0;
        left: 0;
        margin: auto;
        text-align: center;
    }

    .footer .footer-logo {
        top: 30px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }

    .footer .footer-address {
        top: 40px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }

    .footer .copyright {
        position: absolute;
        bottom: 30px;
        right: 0;
        font-size: 12px;
        left: 0;
        margin: auto;
        text-align: center;
    }

    .footer .follow-us .fa {
        padding: 10px;
    }






    /*home*/

    .home-banner {
        height: 100%;
        position: relative;
        /*background: url(../assets/home_banner_m.jpg) no-repeat;*/
        background-size: cover;
        background-position: 75%;

    }


    .home-banner .home-banner-content {
        width: 80%;
    }


    .learn-more .learn-more-arrow {
        width: 35px;
        height: 35px;
        margin-top: 10px;
    }
    .learn-more .learn-more-arrow img{
        width: 100%;
    }

    .learn-more {
        bottom: 30px;
    }

    .home-2nd-section:after {
        width: 160px;
        height: 80px;
    }

    .home-2nd-section .home-2nd-section-content {
        padding-bottom: 100px;
        width: 90%;
        margin: auto;
        padding-top: 100px;
    }

    .home-3rd-section .home-3rd-section-content:nth-child(1) .home-3rd-section-content-right {
        width: 100%;
        display: block;
        float: unset;
        margin: auto;
    }

    .home-3rd-section .home-3rd-section-content:nth-child(2) .home-3rd-section-content-right {
        width: 90%;
        display: block;
        float: unset;
        margin: auto;
    }

    .home-3rd-section .home-3rd-section-content .home-3rd-section-content-right img {
        margin-top: unset;
    }

    .home-3rd-section .home-3rd-section-content:nth-child(1) .home-3rd-section-content-left {
        width: 90%;
        display: block;
        float: unset;
        margin: auto;
    }

    .home-3rd-section .home-3rd-section-content:nth-child(2) .home-3rd-section-content-left {
        width: 100%;
        display: block;
        float: unset;
        margin: auto;
    }

    .home-3rd-section .home-3rd-section-content .home-3rd-section-content-left img {
        margin-bottom: unset;
    }

    .home-3rd-section .home-3rd-section-content .home-3rd-section-content-text-container {
        max-width: unset;
        float: unset;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        margin: 30px 0 0 0;
        padding-bottom: 80px;
    }

    .home-4th-section .testimonial-container {
        position: absolute;
        background: #ffffff;
        width: 95%;
        display: block;
        top: 30px;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 2;
    }

    .home-4th-section:after {
        width: 200px;
        height: 100px;
        -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
        clip-path: polygon(0 0, 0% 100%, 100% 0);
    }

    .home-4th-section .testimonial-container .testimonial-content {
        width: 80%;
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .home-4th-section .testimonial-container .testimonial-content h2:after {
        top: 50px;
    }

    .home-4th-section .testimonial-container .testimonial-changing-content .testimonial-changing-content-right img {
        width: 100%;
    }

    .home-4th-section .testimonial-container .testimonial-changing-content .testimonial-changing-content-right {
        width: 115px;
        left: 0;
        margin: auto;
    }

    .home-4th-section .testimonial-container .testimonial-changing-content .testimonial-changing-content-left {
        top: 130px;
        width: 100%;
    }

    .home-4th-section .testimonial-container .testimonial-changing-content .testimonial-changing-content-left p {
        font-size: 18px;
        line-height: 1.5;
        width: 100%;
    }

    .quote-img{
        width: 20px;
        height: auto;
    }

    .home-4th-section .testimonial-container .testimonial-changing-content .testimonial-changing-content-left .testimonial-people-about {
        margin-top: 15px;
    }

    .home-4th-section #testimonial-left-arrow {
        left: 5%;
        top: 36%;
    }

    .home-4th-section #testimonial-right-arrow {
        right: 5%;
        top: 36%;
    }

    .home-4th-section .testimonial-container .testimonial-changing-content .testimonial-changing-content-left .testimonial-people-about .testimonial-people-about-position br.mobile-br{
        display: block;
    }

    .home-4th-section .testimonial-container .testimonial-changing-content .testimonial-changing-content-left .testimonial-people-about .testimonial-people-about-position {
        font-size: 14px;
    }

    .home-4th-section .testimonial-container .testimonial-changing-content .testimonial-changing-content-left .testimonial-people-about .testimonial-people-about-name {
        font-size: 18px;
    }

    .home-4th-section {
        height: 50px;
    }

    .home-pre-footer .home-pre-footer-container {
        padding-top: 150px;
        padding-bottom: 100px;
    }

    .home-pre-footer .home-pre-footer-container {
        padding-top: 150px;
        padding-bottom: 100px;
    }

    .pre-footer-text {
        font-size: 40px;
    }

    .pre-footer-img-btn {
        width: 150px;
        height: 150px;
        margin-top: 30px;
    }

    .pre-footer-img-btn span {
        font-size: 22px;
    }

    .home-4th-section .testimonial-container .testimonial-changing-content {
        height: 420px;
    }








/*about*/

    .about-banner {
        height: 257px;
        /*background-size: auto;*/
        /*background: url(../assets/about_banner_m.jpg) no-repeat;*/
        /*background-size: cover;*/
    }

    .about-banner:after {
        width: 200px;
        height: 100px;
    }

    .about-banner .about-banner-content {
        text-align: left;
        top: 60%;
    }

    .about-banner .about-banner-content p {
        padding-top: 10px;
        line-height: 1.1;
    }

    .about-2nd-section .about-2nd-section-container {
        width: calc(100% - 15px);
        margin: 50px 0px 100px 0;
    }

    .about-2nd-section .about-2nd-section-container .about-2nd-section-content .about-2nd-section-content-left {
        width: 100%;
    }

    .about-2nd-section .about-2nd-section-container .about-2nd-section-content {
        width: 80%;
        max-width: 800px;
        padding: 80px 0;
    }

    .about-2nd-section .about-2nd-section-container .about-2nd-section-content .about-2nd-section-content-right {
        padding-top: 15px;
        width: 100%;
    }

    .about-3rd-section .about-3rd-section-content .about-3rd-section-content-right {
        width: 100%;
        display: block;
        float: unset;
        margin: auto;
        position: relative;
    }

    .about-3rd-section #about-3rd-section-content2 .about-3rd-section-content-right {
        width: 90%;
        float: unset;
        margin: auto;
        position: relative;
    }

    .about-3rd-section .about-3rd-section-content .about-3rd-section-content-left img {
        margin-bottom: unset;
    }

    .about-3rd-section .about-3rd-section-content .about-3rd-section-content-right img {
        width: 100%;
        display: unset;
        position: relative;
        margin-bottom: unset;
        z-index: 1;
    }

    .about-3rd-section .about-3rd-section-content .about-3rd-section-content-left {
        width: 90%;
        float: unset;
        margin: auto;
    }

    .about-3rd-section #about-3rd-section-content2 .about-3rd-section-content-left {
        width: 100%;
        float: unset;
        margin: auto;
    }

    .about-3rd-section .about-3rd-section-content .about-3rd-section-content-text-container {
        position: relative;
        max-width: unset;
        float: unset;
        margin: 30px 0 0 0;
        padding-bottom: 80px;
        transform: unset;
    }

    .about-3rd-section .about-3rd-section-content .about-3rd-section-content-right .about-3rd-section-content-text-container {
        position: relative;
        max-width: unset;
        float: unset;
        margin: 30px 0 0 0;
        padding-bottom: 80px;
        transform: unset;
    }


    .about-4th-section {

    }

    .about-4th-section h2 {
        padding-top: 80px;
    }

    .about-4th-section .about-4th-section-content .about-4th-section-container .about-4th-section-content-text p {
        padding-top: 20px;
    }

    .about-4th-section #testimonial-left-arrow {
        left: -40px;
    }

    .about-4th-section #testimonial-right-arrow {
        right: -40px;
    }

    .about-4th-section #testimonial-left-arrow:after {
        padding: 5px;
        top: 14px;
        left: 21px;
    }

    .about-4th-section #testimonial-right-arrow:after {
        padding: 5px;
        top: 14px;
        right: 21px;
    }

    .about-4th-section .about-4th-section-content .about-4th-section-container .about-4th-section-content-img {
        width: 70%;
        max-width: 200px;
        right: 0;
        margin: auto;
    }

    .about-4th-section .about-4th-section-content .about-4th-section-container .about-4th-section-content-text {
        top: 210px;
        width: 90%;
        margin: auto;
        left: 0;
    }

    .about-4th-section-container .about-4th-section-indicator {
        display: none;
    }

    .about-4th-section .about-4th-section-content {
        padding: 50px 0 50px;
    }








    .home-pre-footer .home-pre-footer-container.about-footer-container {
        padding-top: 50px;
    }

/*end about*/

    .career-banner {
        height: 257px;
        /*background: url(../assets/career_banner_m.jpg) no-repeat;*/
        /*background-size: cover;*/
    }


    .career-banner .career-banner-content {
        text-align: left;
        width: 300px;
        top: 60%;
        left: 50%;
        transform: translate(-50% , -50%);
        -webkit-transform: translate(-50% , -50%);
        -moz-transform: translate(-50% , -50%);
        -ms-transform:translate(-50% , -50%);
    }

    .career-banner .career-banner-content p {
        text-align: left;
        padding-top: 10px;
        line-height: 1.1;
    }

    /*.career-banner .career-banner-content h1{*/
        /*background: rgba(255, 255, 255, 0.34);*/
        /*display: inline-block;*/
    /*}*/

    /*.career-3rd-section .career-3rd-section-content .career-3rd-section-content-right {*/
        /*width: 100%;*/
    /*}*/

    /*.career-3rd-section .career-3rd-section-content .career-3rd-section-content-right img {*/
        /*margin-top: unset;*/
    /*}*/

    .career-3rd-section .career-3rd-section-content:nth-child(1) .career-3rd-section-content-right {
        width: 100%;
        display: block;
        float: unset;
        margin: auto;
    }

    .career-3rd-section .career-3rd-section-content:nth-child(2) .career-3rd-section-content-right {
        width: 90%;
        display: block;
        float: unset;
        margin: auto;
    }

    .career-3rd-section .career-3rd-section-content .career-3rd-section-content-right img {
        margin-top: unset;
    }

    .career-3rd-section .career-3rd-section-content:nth-child(1) .career-3rd-section-content-left {
        width: 90%;
        display: block;
        float: unset;
        margin: auto;
    }

    .career-3rd-section .career-3rd-section-content:nth-child(2) .career-3rd-section-content-left {
        width: 100%;
        display: block;
        float: unset;
        margin: auto;
    }

    .career-3rd-section .career-3rd-section-content .career-3rd-section-content-text-container {
        max-width: unset;
        float: unset;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        margin: 30px 0 0 0;
        padding-bottom: 80px;
    }

    .career-3rd-section .career-3rd-section-content .career-3rd-section-content-left img {
        margin-bottom: unset;
    }



    .career-4th-section .career-4th-section-content {
        margin-top: 0px;
    }

    .career-4th-section .career-4th-section-content .career-4th-section-content-left {
        width: 100%;
        float: unset;
        height: 309px;
    }

    .career-4th-section .career-4th-section-content .career-4th-section-content-right {
        width: 100%;
        float: unset;
    }

    .career-4th-section .career-4th-section-content .career-4th-section-content-text-container {
        position: absolute;
        max-width: 300px;
        left: 0;
        right: 0;
        width: 80%;
        float: unset;
        margin: auto;
        transform: unset;
        padding: 80px 0;
        top:0;

    }

    .career-4th-section .nav-btn {
        position: absolute;
        bottom: -40px;
        left: 0;
        top: unset;
        z-index: 20;
    }

    .career-4th-section .nav-btn .nav-btn-container {
        width: 40px;
        height: 40px;
        position: relative;
        float: left;
        display: block;
        cursor: pointer;
        background: #ffffff;
    }

    .career-4th-section:before {
        width: 160px;
        height: 80px;
    }

    .career-4th-section {
        /*padding-top: 50px;*/
    }

    .career-2nd-section .career-2nd-section-content {
        padding: 80px 0 80px;
    }

    .career-2nd-section .career-2nd-section-bg {
        position: absolute;
        z-index: -1;
        left: 50%;
        height: 140px;
        top: 65px;
        transform: translateX(-50%);
         -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    .career-2nd-section {
        /*height: 400px;*/
        position: relative;
    }

    /*apply now*/

    .apply-now .content {
        width: 90%;
        border-width: 8px 0 30px 0;
    }

    .apply-now .content .form .input {
        padding: 0 20px;
    }

    .apply-now .content .apply-header h2 {
        font-size: 18px;
    }

    .apply-now .content .apply-header h1 {
        font-size: 28px;
    }

    .apply-now .content .form input[type=text], [type=email] {
        width: 100%;
        padding: 8px 15px;
        margin: 4px 0;
        font-size: 14px;

    }

    .apply-now .content .apply-header {
        margin: 27px 0;
    }


    .apply-now .content .form select {
        width: 100%;
        padding: 8px 0px 8px 10px;
        margin: 4px 0;
        height: 35px;
        font-size: 12px;
    }

    .apply-now-btn {
        width: 90px;
        height: 90px;
        margin-top: 10px;

    }

    .apply-now-btn:before {
        width: 90px;
        height: 90px;
        top: 0;
        left: 0;
    }

    .apply-now {
        padding-top: 9%;
    }

    .apply-now-btn span {
        font-size: 18px;
    }

    .apply-now .content .form p {
        font-size: 12px;
        margin-bottom: 10px;
    }



    .apply-now .content .form .select-wrapper:after {
        top: 16px;
    }









}

@media (max-width: 374px) {


}

@media (min-width: 768px) and (max-width: 999px) {

    #logo {
        left: 30px;
    }

    h1 {
        font-size: 55px;
    }

    h2 {
        font-size: 34px;
    }

    /*home*/

    /*.home-banner {*/
        /*background: url(../assets/home_banner_m.jpg) no-repeat;*/
        /*background-size: cover;*/
    /*}*/

    #menu ul {
         margin-right: 0px;
    }

    .home-banner {
        background-position: 70%;
    }

    .home-banner .home-banner-content {
        width: 60%;
        max-width: 450px;
    }

    .home-2nd-section .home-2nd-section-content {
        padding-bottom: 200px;
    }

    .home-2nd-section:after {
        width: 300px;
        height: 150px;
    }

    .home-3rd-section .home-3rd-section-content .home-3rd-section-content-text-container {
        margin-right: unset;
        margin: auto;
        float: none;
        margin-top: 50%;
        width: 80%;
    }

    .home-3rd-section .home-3rd-section-content .home-3rd-section-content-text-container h2 br{
       display: none;
    }

    .home-4th-section:after {
        width: 300px;
        height: 30%;
    }

    .home-4th-section .testimonial-container {
        top: 30%;
    }

    .home-4th-section .testimonial-container .testimonial-content {
        width: 80%;
        margin-bottom: 80px;
    }

    .home-4th-section #testimonial-right-arrow {
        right: 5%;
    }

    .home-4th-section #testimonial-left-arrow {
        left: 5%;
    }

    .home-4th-section .testimonial-container .testimonial-changing-content .testimonial-changing-content-left .testimonial-people-about {
        margin-top: 30px;
    }

    .home-4th-section .testimonial-container .testimonial-changing-content .testimonial-changing-content-left .testimonial-people-about .testimonial-people-about-position br.mobile-br {
        display: block;
    }

    .home-4th-section .testimonial-container .testimonial-changing-content {
        height: 360px;
    }

    .home-pre-footer .home-pre-footer-container {
        padding-top: 200px;
        padding-bottom: 180px;
    }


    .pre-footer-text {
        font-size: 60px;
    }

    .pre-footer-img-btn {
        width: 250px;
        height: 250px;
    }

    .pre-footer-img-btn span {
        font-size: 38px;
    }


    .about-banner {
        height: 450px;
        /*background-size: auto;*/
        /*background: url(../assets/about_banner_m.jpg) no-repeat;*/
        /*background-size: cover;*/
    }

    .about-banner .about-banner-content p {
        font-size: 18px;
    }


    .about-2nd-section .about-2nd-section-container {
        margin: 50px 0px 100px 0;
    }

    .about-3rd-section .about-3rd-section-content .about-3rd-section-content-text-container {
        position: relative;
        max-width: 420px;
        float: unset;
        width: 80%;
        color: #ffffff;
        transform: unset;
        margin: 0 auto;
        padding: 65px 0;
    }

    .about-3rd-section .about-3rd-section-content .about-3rd-section-content-right .about-3rd-section-content-text-container {
        margin: 0 auto;
         float: unset;
        padding: 90px 0;
    }

    .about-3rd-section .about-3rd-section-content .about-3rd-section-content-right img {
        margin-top: unset;
        height: 100%;
        width: unset;
    }

    .about-3rd-section .about-3rd-section-content .about-3rd-section-content-right {
        height: 420px;
        overflow: hidden;

    }

    .about-3rd-section .about-3rd-section-content .about-3rd-section-content-left {
        height: 420px;
        overflow: hidden;

    }

    .about-3rd-section .about-3rd-section-content .about-3rd-section-content-left img {
        height: 100%;
        width: unset;
        margin-bottom: unset;
        float: right;
    }

    .about-2nd-section .about-2nd-section-container .about-2nd-section-content {
        width: 80%;
    }

    .about-2nd-section .about-2nd-section-container .about-2nd-section-content .about-2nd-section-content-right {
        width: 100%;
    }

    .about-2nd-section .about-2nd-section-container .about-2nd-section-content .about-2nd-section-content-left {
        width: 100%;
    }

    .about-4th-section {

    }

    .about-4th-section h2 {
        padding-top: 80px;
    }

    .about-4th-section .about-4th-section-content .about-4th-section-container .about-4th-section-content-text p {
        padding-top: 20px;
    }

    .about-4th-section #testimonial-left-arrow {
        left: -40px;
    }

    .about-4th-section #testimonial-right-arrow {
        right: -40px;
    }

    .about-4th-section #testimonial-left-arrow:after {
        padding: 5px;
        top: 14px;
        left: 21px;
    }

    .about-4th-section #testimonial-right-arrow:after {
        padding: 5px;
        top: 14px;
        right: 21px;
    }

    .about-4th-section .about-4th-section-content .about-4th-section-container .about-4th-section-content-img {
        width: 70%;
        max-width: 200px;
        right: 0;
        margin: auto;
    }

    .about-4th-section .about-4th-section-content .about-4th-section-container .about-4th-section-content-text {
        top: 250px;
        width: 100%;
    }

    .about-4th-section-container .about-4th-section-indicator {
        display: none;
    }

    .home-pre-footer .home-pre-footer-container.about-footer-container {
        padding-top: 100px;
    }

/*career*/

    .career-banner {
        height: 450px;
        /*background-size: auto;*/
        /*background: url(../assets/benefits_banner_m.jpg) no-repeat;*/
        /*background-size: cover;*/
    }

    .career-2nd-section .career-2nd-section-content {
        padding: 118px 0 118px;
    }

    .career-2nd-section .career-2nd-section-bg {
        position: absolute;
        z-index: -1;
        left: 50%;
        height: 165px;
        top: 38px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    .career-2nd-section {
        /*height: 400px;*/
        position: relative;
    }


    .career-3rd-section .career-3rd-section-content .career-3rd-section-content-right img {
         width: unset;
        height: 100%;
        display: block;
        position: relative;
        margin-top: unset;
    }

    .career-3rd-section .career-3rd-section-content .career-3rd-section-content-left {
        height: 480px;
        overflow: hidden;
    }
    .career-3rd-section .career-3rd-section-content .career-3rd-section-content-left img{
        width: unset;
        height: 100%;
        display: block;
        position: relative;
        margin-bottom: unset;
    }

    .career-3rd-section .career-3rd-section-content .career-3rd-section-content-right {
        height: 480px;
        overflow: hidden;
    }


    .career-3rd-section .career-3rd-section-content .career-3rd-section-content-text-container {
        position: relative;
        max-width: 420px;
        width: 80%;
        margin: 50px 10%;
        transform: unset;
    }


    /*.career-4th-section {*/
        /*!*padding-top: 100px;*!*/
    /*}*/

    /*.career-4th-section .career-4th-section-content .career-4th-section-content-text-container {*/
        /*position: absolute;*/
        /*max-width: 420px;*/
        /*top: 0;*/
        /*right: 0;*/
        /*transform: unset;*/
        /*margin: 35% 10%;*/

    /*}*/



    .career-4th-section .career-4th-section-content {
        margin-top: 0px;
    }

    .career-4th-section .career-4th-section-content .career-4th-section-content-left {
        width: 100%;
        float: unset;
        height: 330px;
    }

    .career-4th-section .career-4th-section-content .career-4th-section-content-right {
        width: 100%;
        float: unset;
    }

    .career-4th-section .career-4th-section-content .career-4th-section-content-text-container {
        position: absolute;
        max-width: 400px;
        left: 0;
        right: 0;
        width: 80%;
        float: unset;
        margin: auto;
        transform: unset;
        padding: 100px 0;
        top: 0;

    }

    .career-4th-section .nav-btn {
        position: absolute;
        bottom: -40px;
        left: 0;
        top: unset;
        z-index: 20;
    }

    .career-4th-section .nav-btn .nav-btn-container {
        width: 40px;
        height: 40px;
        position: relative;
        float: left;
        display: block;
        cursor: pointer;
        background: #ffffff;
    }

    .career-4th-section:before {
        width: 160px;
        height: 80px;
    }

    .career-4th-section {
        /*padding-top: 50px;*/
    }



    .footer .footer-logo {
        top: 60px;
        left: 70px;
    }

    .footer .footer-address {
        top: 60px;
    }

    .footer .follow-us {
        position: absolute;
        top: 60px;
        right: 70px;
    }

    .footer .copyright {
        font-size: 14px;
    }

    .footer {
        height: 215px;
    }

    .footer .copyright {
        bottom: 25px;
        right: 70px;
    }


    .apply-now .content {
        width: 70%;
    }

    .apply-now .content .form .input {
        padding: 0 60px;
    }

    .apply-now {
        /*padding-top: 13%;*/
    }








}




@media (min-width: 1000px) and (max-width: 1199px) {



    /*home*/

    /*.home-banner {*/
        /*background: url(../assets/home_banner_m.jpg) no-repeat;*/
        /*background-size: cover;*/
    /*}*/

    #logo {
        left: 60px;
    }

    #menu ul {
        margin-right: 60px;
    }





    .home-2nd-section .home-2nd-section-content {
        padding-bottom: 200px;
    }

    .home-3rd-section .home-3rd-section-content .home-3rd-section-content-text-container {
        margin-right: unset;
        margin: auto;
        float: none;
        margin-top: 50%;
        width: 80%;
    }

    .home-3rd-section .home-3rd-section-content .home-3rd-section-content-text-container h2 br{
        display: none;
    }

    .home-4th-section:after {
        width: 300px;
        height: 30%;
    }

    .home-4th-section .testimonial-container {
        top: 30%;
    }

    .home-4th-section .testimonial-container .testimonial-content {
        width: 80%;
    }

    .home-4th-section #testimonial-right-arrow {
        right: 5%;
    }

    .home-4th-section #testimonial-left-arrow {
        left: 5%;
    }

    .home-4th-section {
        height: 100px;
    }

    .home-4th-section .testimonial-container .testimonial-changing-content .testimonial-changing-content-left .testimonial-people-about {
        margin-top: 30px;
    }

    .home-4th-section .testimonial-container .testimonial-changing-content .testimonial-changing-content-left .testimonial-people-about .testimonial-people-about-position br.mobile-br {
        display: block;
    }

    .home-4th-section .testimonial-container .testimonial-changing-content {
        height: 360px;
    }

    /*.home-pre-footer .home-pre-footer-container {*/
        /*padding-top: 400px;*/
        /*padding-bottom: 300px;*/
    /*}*/

    .about-3rd-section .about-3rd-section-content .about-3rd-section-content-text-container {
        position: relative;
        max-width: 420px;
        float: unset;
        width: 80%;
        color: #ffffff;
        transform: unset;
        margin: 0 auto;
        padding: 85px 0;
    }

    .about-3rd-section .about-3rd-section-content .about-3rd-section-content-right .about-3rd-section-content-text-container {
        margin: 0 auto;
        float: unset;
    }


    .about-3rd-section .about-3rd-section-content .about-3rd-section-content-right img {
        margin-top: unset;
        height: 100%;
        width: unset;
    }


    .about-3rd-section .about-3rd-section-content .about-3rd-section-content-left img {
        margin-bottom: unset;
        height: 100%;
        width: unset;
    }

    .about-3rd-section .about-3rd-section-content .about-3rd-section-content-left {
        height: 470px;
        overflow: hidden;

    }

    .about-3rd-section .about-3rd-section-content .about-3rd-section-content-right {
        height: 470px;
        overflow: hidden;

    }

    .about-2nd-section .about-2nd-section-container .about-2nd-section-content {
        width: 80%;
    }

    .about-4th-section h2 {
        padding-top: 100px;
        color: #ac9e65;
    }


    .home-pre-footer .home-pre-footer-container.about-footer-container {
        padding-top: 100px;
    }

    .about-4th-section-container .about-4th-section-indicator {
        bottom: -50px;
    }

    /*career*/


    .career-3rd-section .career-3rd-section-content .career-3rd-section-content-text-container {
        position: relative;
        max-width: 420px;
        width: 80%;
        margin: 130px 10%;
        transform: unset;
    }

    /*.career-4th-section .career-4th-section-content {*/
        /*margin-top: 120px;*/
    /*}*/

    .career-banner {
        height: 600px;
    }

    .career-4th-section .career-4th-section-content .career-4th-section-content-text-container {
        position: absolute;
        max-width: 420px;
        top: 0;
        right: 0;
        transform: unset;
        margin: 35% 10%;

    }

    .home-2nd-section:after {
        width: 300px;
        height: 180px;
    }

    .about-banner {
        height: 600px;
    }



    .apply-now .content {
        width: 70%;
    }

    .apply-now .content .form .input {
        padding: 0 60px;
    }
    .career-2nd-section .career-2nd-section-bg {
        left: 60%;
        height: 35%;
        top: 55%;
    }

    .apply-now .content .apply-header {
        margin: 20px 0 45px;
    }

    .apply-now-btn {
        width: 100px;
        height: 100px;
        margin-top: 10px;

    }


    .apply-now-btn:before {
        top: 0px;
        left: 0px;
        width: 100px;
        height: 100px;
    }


    .apply-now {
        padding-top: 1%;
    }














}


@media (min-width: 1200px) and  (max-height: 900px) {


    .apply-now .content {
        width: 70%;
        max-width: 650px;
    }

    .apply-now .content .form .input {
        padding: 0 60px;
    }
    .career-2nd-section .career-2nd-section-bg {
        left: 60%;
        height: 35%;
        top: 55%;
    }

    .apply-now .content .apply-header {
        margin: 20px 0 10px;
    }

    .apply-now-btn {
        width: 100px;
        height: 100px;
        margin-top: 10px;

    }

    .apply-now {
        padding-top: 2%;
    }

    .apply-now .content .form input[type=text], [type=email] {
        padding: 9px 15px;
        margin: 4px 0;
    }


    .apply-now .content .form select {
        margin: 4px 0;
        padding: 9px 15px;
    }

    .apply-now .content .form .select-wrapper:after {
        top: 23px;
    }

    #logo {
        left: 60px;
    }

    #menu ul {
        margin-right: 60px;
    }

    .about-3rd-section .about-3rd-section-content .about-3rd-section-content-text-container {
        margin-right: 90px;
    }

    .about-3rd-section .about-3rd-section-content .about-3rd-section-content-right .about-3rd-section-content-text-container {
        margin-left: 90px;
    }

    .home-pre-footer .home-pre-footer-container.about-footer-container {
        padding-top: 100px;
    }

    .career-4th-section .career-4th-section-content .career-4th-section-content-text-container {
        margin-right: 90px;
    }

    .home-4th-section {
        height: 100px;
    }

    .apply-now .content .apply-header {
        margin: 20px 0 45px;
    }

    .apply-now-btn {
        width: 100px;
        height: 100px;
        margin-top: 10px;

    }


    .apply-now-btn:before {
        top: 0px;
        left: 0px;
        width: 100px;
        height: 100px;
    }

}
