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

@media (max-width: 999px) {

    body {
        width: 100%;
        font-size: 14px;
    }


    h1{
        font-size: 33px;
    }
    h2{
        font-size: 24px;

    }

    h3 {
        font-size: 18px;
    }

    h4{
        font-size: 19px;

    }

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

    h1 span{
        padding-left: 40px;
    }


    .padding-left{
        padding-left: 20px;
    }



    .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: 70px;
        width: 100%;
        background: #1a222e;
    }

    #desktop-menu-icon {
        display: none;
    }

    #logo {
        width: 37px;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 15;
        position: fixed;
        top: 7px;

    }

    #menu {
        right: 0;
        position: absolute;
    }
    #menu ul {
        float: left;
        position: relative;
        z-index: 5;
    }

    #header ul {
        display: none;
    }

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

    #menu-icon span {
        display: block;
        width: 26px;
        height: 5px;
        margin: 0;
        background: #f4f4f4;
        position: absolute;
        right: 12px;
        -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;

    }

    /*.about-page #menu-icon span {*/
        /*background: #ffffff;*/
    /*}*/

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

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

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


    #menu-icon.active span:nth-child(1) {
        top: 33px;
        -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) {
        top: 33px;
        width: 26px;
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        transform: rotate(225deg);
    }

    /*#menu-icon.active span:nth-child(3) {*/

    /*}*/


    /*mobile menu*/
    #mobile-menu {
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        right: -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 {
        right: 0;
    }

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

    }

    #mobile-menu ul li a {
        color: rgba(244, 244, 244, 0.31);
        display: block;
        font-size: 30px;
        padding: 12px 10%;
        -webkit-text-size-adjust: none;
    }

    #mobile-menu ul li.active a{
        color: #f4f4f4;
    }

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

    #mobile-menu ul li {
        margin: 0;
        list-style: none;
        text-align: left;
        ont-family: 'Poppins', Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: normal;
        text-transform: uppercase;
        position: relative;
        letter-spacing: 0.2em;
    }


    #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: 90px;
    }

    .section.six .footer .copyright {
        bottom: 5px;
        font-size: 10px;
    }

    .section.six .footer .follow-us {
        top: 55px;
    }

    .section.six .footer .footer-address {
        top: 10px;
    }

    .section.six .footer .footer-address strong {
        font-size: 12px;
    }

    .section.six .footer .footer-address span {
         font-size: 12px;
         line-height: 1;
     }


    .footer .follow-us {
        top: 110px;
        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: 30px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }

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

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


    .pre-footer .container .text-container {
        left: unset;
        right: unset;
        margin: auto;
        position: relative;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        padding: 100px 0 220px;
        width: 100%;
    }

    .pre-footer .container .text-container a {
        width: 40px;
        padding-left: 20px;
        padding-bottom: 0px;
    }


    .pre-footer .bg {
        background: url(../assets/prefooterm.jpg) no-repeat center;
        background-size: cover;
    }


    .pre-footer {
        position: relative;
        height: auto;
    }



    /*home*/

    .home-banner {
        position: relative;
        height: 90vh;

    }

    .home-banner .home-banner-bg {
        background: url(../assets/home_banner_m.jpg) no-repeat;
        background-position: right center;
        background-size: cover;

    }

    .home-banner .home-banner-content h1{

    }

    .home-banner .home-banner-content {
        width: 80%;
        margin: auto;
        left: 0;
        right: 0;
        top: 16%;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
    }

    .home-banner .home-banner-content p {
        font-size: 17px;
        padding-left: 20px;
    }

    .learn-more .learn-more-arrow {
        display: none;
        width: 20px;
        height: 30px;
        margin-top: 10px;
    }
    .learn-more .learn-more-arrow img{
        width: 100%;
    }

    .learn-more {
        bottom: -50px;
        right: 0;
    }


    .home-3rd-section .home-3rd-section-content .home-3rd-section-content-text-container h2 {
        font-size: 22px;
    }

    .home-3rd-section .home-3rd-section-content .home-3rd-section-content-text-container span {
        font-size: 13px;
    }

    .home-3rd-section .home-3rd-section-content .home-3rd-section-content-text-container a {
        margin-top: 20px;
        font-size: 12px;
        border-radius: 15px 0 15px 0;
        padding: 10px 30px;
    }

    .home-3rd-section .home-3rd-section-content .home-3rd-section-content-text-container a:before {
        top: 5px;
    }


    .home-3rd-section .home-3rd-section-content {
        padding: 80px 0 0 0;

    }

    .home-3rd-section #home-3rd-section-content2 {
        padding: 80px 0;
        width: 80%;
    }

    .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: 100%;
        display: block;
        float: unset;
        margin: auto;
        max-width: 450px;
    }

    .home-3rd-section .home-3rd-section-content .home-3rd-section-content-right img {
        width: 100%;
    }

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

    .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 {
        width: 100%;
    }



    .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;
    }

    .home-3rd-section #home-3rd-section-content2.home-3rd-section-content .home-3rd-section-content-text-container {
        margin: 30px 0 0 0;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
    }

    .home-3rd-section .home-3rd-section-content .home-3rd-section-content-text-container p {
        padding-top: 25px;
        padding-left: 20px;
    }






    .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-left-arrow.arrive {
        left: 5%;
    }

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

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

    .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: 670px;
    }

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

    }

    .pre-footer-text {
        font-size: 32px;
        width: 100%;
        margin: auto;
        text-align: center;
    }

    .pre-footer-img-btn {
        margin: 30px auto 0;
        display: block;
        max-width: 110px;

        padding: 6px 20px;
    }

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

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

    .home-pre-footer .home-pre-footer-bg {
        width: calc(100% - 40px);
        position: absolute;
        background: url(../assets/home_footer_m.jpg) no-repeat;
        background-size: cover;
    }

    .home-pre-footer.about-pre-footer .home-pre-footer-bg {
        background: url(../assets/about_footer_m.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }



    .home-pre-footer.solutions-pre-footer .home-pre-footer-bg{
        background: url(../assets/solutions_footer_m.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }


















    /*about*/

    .about-banner {
        height: 90vh;
        background: url(../assets/about_banner_m.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }


    .about-banner .about-banner-content {
        /*text-align: center;*/
        left: 0;
        right: 0;
        margin: auto;
        top: 60%;
    }

    .about-banner .about-banner-content p {
        font-size: 17px;
        padding-top: 15px;
    }

    .about-banner .about-banner-content .element {
        width: 90%;
        left: 10%;
    }

    .about-2nd {
        padding: 80px 0 30px;
    }

    .about-2nd .about-2nd-right .about-2nd-text-container {
        width: 100%;
        padding-top: 30px;
    }

    .about-2nd .about-2nd-left {
        float: unset;
        width: 100%;
    }

    .about-2nd .about-2nd-left .about-2nd-img-container {
        margin: auto;
    }

    .about-2nd .about-2nd-right {
        float: unset;
        width: 100%;
    }


    .about-3rd {
        padding: 40px 0 100px;
    }

    .about-3rd .about-3rd-container .about-3rd-content {
        width: 100%;
        padding-right: 0;
        float: unset;
        margin: auto;
        padding-top: 40px;
    }

    .about-3rd:after {
        right: 20px;
        top: unset;
        bottom: 0;
        width: 75%;
        height: 60%;
        background-position:bottom right;
    }

    .about-4th .about-4th-container {
        padding: 20px 0 50px;
    }

    .about-4th .about-4th-container .about-4th-content ul li {
        width: 90%;
        float: unset;
        padding: 30px 0;
        margin: auto;
    }

    .about-4th .about-4th-container .about-4th-content ul li .li-container img {
        padding-top: 15px;
    }

    .about-4th .about-4th-container .about-4th-content ul li .li-container p {
        padding-top: 15px;
    }


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

    .about-5th .about-5th-container .about-5th-content {
        padding-top: 30px;
    }

    .about-5th .about-5th-container .about-5th-content .about-5th-left {
        width: 100%;
        float: unset;
    }

    .about-5th .about-5th-container .about-5th-content .about-5th-right p {
        font-size: 14px;
        width: 100%;
    }

    .about-5th .about-5th-container .about-5th-content .about-5th-left img {
        width: 70%;
        max-width: 250px;
    }


    .about-5th .about-5th-container .about-5th-content .about-5th-right {
        float: unset;
        width: 100%;
        padding-top: 30px;
    }

    .about-5th .about-5th-container h2 {
        padding-right: 20px;
    }

    .about-5th .about-5th-container h2.line-arrive:after {
        width: 80px;
    }

    .about-5th {
        padding: 60px 0 100px;
    }

    .slick-dots {
        bottom: -40px;
        display: block !important;
        width: 100%;
        text-align: center;
        left: 0;
        right: 0;
        top: auto;
    }

    .about-5th .about-5th-container .about-changing-content {
        padding-top: 20px;
    }









    .solutions-1st #solution-1st-content .solution-1st-container .solution-1st-right {
        width: 100%;
        float: unset;
    }

/*end about*/


    .solutions-1st #solution-1st-content .solution-1st-container .solution-1st-right img {
        float: unset;
        width: 100%;
    }

    .solutions-1st #solution-1st-content .solution-1st-container .solution-1st-left {
        width: 100%;
        float: unset;
        height: unset;
        position: relative;
    }

    .solutions-1st #solution-1st-content .solution-1st-container .solution-1st-left .solution-1st-text-container {
        width: 80%;
        position: relative;
        left: unset;
        right: unset;
        top: unset;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        padding: 50px 0 100px;
    }

    #solution-1st-content .solution-1st-indicator-container {
        width: 100%;
    }

    .solution-1st-left-right-container {
        top: auto;
        width: 100%;
        height: 50%;
        bottom: 0;
        max-height: 252px;
    }

    #solution-left-arrow, #solution-right-arrow {
        top: 40%;
    }

    .solutions-page .home-3rd-section .home-3rd-section-content .home-3rd-section-content-right img {
        width: 100%;
        float: unset;
    }





    .solutions-page .home-3rd-section .home-3rd-section-content .home-3rd-section-content-left img {
        width: 100%;
        margin: auto;
    }

    .solutions-page .home-3rd-section #home-3rd-section-content2 {
        width: 80%;
    }

    .solutions-page .home-3rd-section #home-3rd-section-content2.home-3rd-section-content .home-3rd-section-content-text-container {
        margin: 30px 0 0 0;
    }

    .solutions-page .home-banner .home-banner-bg {
        background: url(../assets/solutions_banner_m.jpg) no-repeat;
        background-position: center 70%;
        background-size: cover;
    }

    .solutions-page .home-pre-footer .home-pre-footer-container {
        padding-top: 80px;
        padding-bottom: 250px;
    }

    .solutions-page .home-banner .home-banner-content {
        top:30%;
    }





    .career-container {
         height: auto;
    }

    .career-container .career-right .element {
        display: none;
    }

    .career-container .career-left .element {
        display: none;
    }



    .career-container .career-left .career-left-text-container {
        padding: 60px 0;
    }

    .career-container .career-right {
        float: unset;
        width: 100%;
        height: 60vh;
        /*background: url(../assets/career_banner_m.jpg) no-repeat center center;*/
        /*background-size: cover;*/
        position: relative;
    }

    .career-container .career-right .career-right-text-container {
        width: 80%;
        padding: 120px 0 200px;
    }

    .career-container .career-left {
        float: unset;
        width: 100%;
        height: auto;
    }




    .contact-banner {
        padding-top: 70px;
    }

    .contact-2nd .contact-2nd-container .contact-2nd-left {
        width: 100%;
        float: unset;
        padding: 0;
    }

    .contact-2nd .contact-2nd-container {
        padding: 60px 0 40px;
    }

    .contact-2nd .contact-2nd-container .contact-2nd-right {
        width: 100%;
        float: unset;
        padding-right: 0;
    }




    /*apply now*/

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



    .section.six .footer {
        height: 55px;
    }

    .section-six-container {
        width: 90%;
        top: 50%;
        max-width: 500px;
    }


    .section-six-content .input {
        padding: 15px 20px 0;
        margin-top: 10px;
    }

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

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

    .section-six-content input[type=text], .section-six-content input[type=email] {
        width: 100%;
        padding: 8px 15px;
        margin: 4px 0;
        font-size: 12px;

    }

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


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

    .apply-now-btn {
        margin-top: 10px;
        padding: 10px 60px;
    }

    .section-six-container h2 {
        font-size: 20px;
    }


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

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

    .section-six-content p {
        font-size: 11px;
        margin-bottom: 5px;
        padding-top: 10px;
    }



    .section-six-content .select-wrapper:after {
        top: 16px;
        right: 10px;
    }





    .section-six-container p {
        letter-spacing: 0.1em;
    }





}

@media (max-width: 350px) {
    .section-six-container h2 {
        font-size: 20px;
    }

    .section-six-content input[type=text], .section-six-content input[type=email] {
        padding: 5px 15px;
        font-size: 10px;
    }

    .section-six-content select {
        padding: 4px 0px 4px 10px;
        height: 25px;
        font-size: 10px;
    }

    .apply-now-btn {
        padding: 5px 60px;
        font-size: 18px;
    }

    .section-six-content .select-wrapper:after {
        height: 6px;
        width: 6px;
        right: 10px;
        top: 13px;
    }





}

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

    h1 {
        font-size: 55px;
    }

    h2 {
        font-size: 34px;
    }

    p {
        font-size: 16px;
    }



    /*.home-banner {*/
        /*height: 70vh;*/
    /*}*/

    .home-pre-footer .home-pre-footer-container {
        padding: 250px 0 350px;
    }


    .section-six-container {
        top: 50%;
    }

    .career-container .career-right .career-right-text-container {
        padding: 250px 0 300px;
    }



    .section-six-container h2 {
        font-size: 34px;
    }


    .pre-footer .container .text-container {
        padding: 150px 0 320px;
    }



}




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

    body {
        width: calc(100% - 140px);
    }

    #header {
        width: 140px;
    }

    #header ul li a {
        padding: 0 20px;
    }

    h2 {
        font-size: 34px;
    }

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

    .pre-footer .container .text-container {
        left: 50%;
    }


    .home-banner .home-banner-content {
        top: 40%;
        left: 5%;
        max-width: 485px;
    }

    .home-3rd-section .home-3rd-section-content {
        width: 90%;
    }

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

    .about-2nd .about-2nd-left {
        width: 40%;
    }

    .about-2nd .about-2nd-right {
        width: 60%;
    }

    .about-2nd .about-2nd-left .about-2nd-img-container {
        width: 80%;
    }

    .about-2nd .about-2nd-right .about-2nd-text-container {
        color: #ffffff;
        width: 100%;
        padding-top: 0;
    }


    .about-4th .about-4th-container {
        width: 90%;
    }

    .about-5th .about-5th-container .about-5th-content .about-5th-right {
        padding-top: 0;
    }


    .home-3rd-section .home-3rd-section-content .home-3rd-section-content-text-container {
        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-3rd-section #home-3rd-section-content2.home-3rd-section-content .home-3rd-section-content-text-container {
        margin: 20px auto;
    }

    .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 #testimonial-right-arrow.arrive {
        right: 5%;
    }

    .home-4th-section #testimonial-left-arrow.arrive {
        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;
    }

    .about-3rd-section .about-3rd-section-content {
        width: 90%;
    }

    .about-4th-section.about-3rd-section .about-3rd-section-content {
        margin-top: 0px;
    }

    .about-4th-section.about-3rd-section .about-3rd-section-content .about-3rd-section-content-text-container:after {
        left: -25px;
        top: 85px;
    }

    .home-3rd-section #home-3rd-section-content2 {
        padding: 0 0 120px;
    }

    .solutions-page .home-3rd-section #home-3rd-section-content2 {
        width: 90%;
    }

    .solutions-page .home-3rd-section #home-3rd-section-content2.home-3rd-section-content .home-3rd-section-content-text-container {
        margin: 0;
        float: none;
        width: 90%;
    }

    .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 img {
        margin-bottom: unset;
        height: 100%;
        width: unset;
    }

    .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 .about-4th-section-content .about-4th-section-content-text-container {
        max-width: 420px;
        top: 0;
        width: 80%;
        left: 0;
        right: 0;
        float: unset;
        margin: 100px 10%;
        opacity: 0;
        transform: unset;
    }

    .about-4th-section .about-4th-section-content .about-4th-section-content-right {
        width: 50%;
        display: block;
        float: right;
        position: relative;
        height: 593px;
    }

    .about-4th-section .about-4th-section-content .about-4th-section-content-left {
        position: relative;
        overflow: hidden;
        height: 593px;
    }

    .about-4th-section .about-4th-section-content .about-4th-section-content-left img {
        width: unset;
        right: 0;
        top: 0;
        height: 100%;
        left: 50%;
        right: unset;
        transform: translateX(-47%);
    }

    .about-4th-section .nav-btn .nav-btn-container {
        width: 50px;
        height: 50px;
    }

    .about-4th-section .nav-btn {
        left: 1px;
    }

    .about-4th-section .about-4th-section-content {
        margin-top: 100px;
    }

    .about-5th-section .about-map-container {
        width: calc(100% - 20px);
        margin: 50px 50px 100px 0;
    }

    .about-5th-section .about-map-container .about-map-contact-us .about-map-contact-us-text-container {
        position: absolute;
        width: 220px;
        overflow: hidden;
        top: 40px;
        left: 40px;
    }

    .about-5th-section .about-map-container .about-map-contact-us {
        right: -1px;
        top: -1px;
        width: 300px;
        height: 320px;
    }

    /*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 10px;
    }

    .section-six-content .input {
        padding: 20px 80px 0;
        margin-top: 20px;
    }

    .contact-2nd .contact-2nd-container {
        width: 90%;
    }

    .contact-2nd .contact-2nd-container .contact-2nd-left {
        padding: 0 40px;
    }

    .contact-2nd .contact-2nd-container .contact-2nd-right {
        padding-right: 40px;
    }

    .section-six-container {
        top: 45%;
    }

    .apply-now-btn {
        margin-top: 10px;
    }

    .section-six-container h2 {
        font-size: 33px;
    }

    .section-six-content input[type=text], .section-six-content input[type=email] {
        padding: 10px 15px;
        font-size: 14px;
    }

    .section-six-content select {
        padding: 10px 20px;
        height: 38px;
        font-size: 14px;

    }


    .solutions-1st #solution-1st-content .solution-1st-container .solution-1st-left .solution-1st-text-container {
        width: 80%;
    }

    .career-container .career-right {
        width: 45%;
    }

    .career-container .career-left {
        width: 55%;
    }


    .contact-2nd .contact-2nd-container .contact-2nd-left h1 {
        font-size: 40px;
    }




}


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

    .career-2nd-section .career-2nd-section-bg {
        left: 60%;
        height: 35%;
        top: 55%;
    }

    .section-six-content .input {
        padding: 20px 40px 0;
        margin-top: 15px;
    }

    .home-3rd-section #home-3rd-section-content2.home-3rd-section-content .home-3rd-section-content-text-container {
        margin: 50px auto;
    }

    /*.home-banner .home-banner-content {*/
        /*max-width: 400px;*/
    /*}*/

    .solutions-page .home-3rd-section #home-3rd-section-content2.home-3rd-section-content .home-3rd-section-content-text-container {
        margin: 30px 0 30px 50px;
    }

    #desires.first div.control {
        left: 65%;
        top: 20%;
    }

    #desires.second div.control {
        top: 20%;
    }

    #desires.third div.control {
        top: 20%;
    }

    #desires.fourth div.control {
        top: 20%;
    }








    .apply-now-btn {
        margin-top: 10px;
    }

    .section-six-container {
        max-width: 600px;
    }

    .section-six-container h2 {
        font-size: 33px;
    }

    .section-six-content input[type=text], .section-six-content input[type=email] {
        padding: 10px 15px;
        font-size: 14px;
    }

    .section-six-content select {
        padding: 10px 20px;
        height: 38px;
        font-size: 14px;

    }

    .solutions-1st #solution-1st-content .solution-1st-container .solution-1st-left .solution-1st-text-container {
        width: 80%;
    }
}
