@font-face {
    font-family: Montserrat-Regular;
    src: url("../Fonts/Montserrat-Regular.otf");
}

@font-face {
    font-family: Montserrat-Light;
    src: url("../Fonts/Montserrat-Light.otf");
}

@font-face {
    font-family: Montserrat-UltraLight;
    src: url("../Fonts/Montserrat-UltraLight.otf");
}

html body {
    font-family: Montserrat-Regular;
    letter-spacing: 0.5px;
}


#logo {
    margin-top: 42px;
    width: 147px;
    height: 29px;
    background: url(../images/logo.png) no-repeat top;
    background-size: contain;
    display: inline-block;
    float: right;
}

nav {
    float: right;
    margin-top: 40px;
    margin-right: 30px;
    font-size: 16px;
    display: inline-block;
}

/*----- Toggle Button -----*/
.toggle-nav {
    display:none;
}

#logout_menu_item {
    display: none;
}

.menu ul {
    padding-left: 90px;
    padding-top: 3px;
    display:inline-block;
    text-align: center;

}
.menu li {
    margin:0px 35px 0px 0px;
    float:left;
    list-style:none;
    font-size:17px;
    text-align: center;
}
.menu li:last-child {
    margin-right:0px;
    text-align: center;
}
.menu a {
    font-weight: bold;
    color: #1f1666;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.menu a:hover, .menu a:focus, .menu a:active {
    text-decoration:none;
}

@media screen and (max-width: 1100px) {
    .menu {
        position:relative;
        display:inline-block;
    }
    .menu ul.active {
        display:none;

    }
    .menu ul {
        width:250px;
        position:absolute;
        top:105%;
        left:-200px;
        padding:10px 18px;
        box-shadow:0px 1px 1px rgba(0,0,0,0.15);
        border-radius:3px;
        background:#f6b163;
        color: white;
    }

    .menu li {
        margin:0px 0px 0px 0px;
        padding: 20px 0px 20px 0px;
        float:none;
        display:block;
        text-align: center;
    }
    .menu a {
        display:block;
        color: white;
    }
    .toggle-nav {
        margin-top: -5px;
        padding:10px 15px 10px 15px;
        float:right;
        display:inline-block;
        border-radius:3px;
        background:#f6b163;
        color:white;
        font-size:20px;
        transition:color linear 0.15s;
    }

    .toggle-nav:hover, .toggle-nav.active {
        text-decoration:none;
        color: white;
    }
}

label {
    color: #424b5e;
    font-size: 14px;
    font-weight: bold;
}

.form-group {
    margin-bottom: 20px;
}

.img-full-width {
    max-width: 100%;
    max-height: 100%;
}


.error-message {
    font-family: Montserrat-Light;
    font-size: 14px;
    padding-top: 5px;
    color: #ed1c24;
    float: right;
}

input[type="text"].error, input[type="email"].error, input[type="password"].error {
    border: 1px solid #ed1c24 !important;
}

input[type="text"], input[type="email"], input[type="password"] {
    background-color : transparent;
    height: 40px;
    border: 1px solid #c2c5c8;
    border-radius: 28px;
}

.form-control:focus {
    outline: none !important;
    border:1px solid #f6b163;
    box-shadow: none;
}

textarea.error {
    border: 1px solid #ed1c24 !important;
}

textarea {
    width: 100%;
    padding: 12px 15px;
    box-sizing: border-box;
    border: 1px solid #c2c5c8;
    border-radius: 28px;
    background-color: transparent;
    resize: none;
}

textarea:focus {
    outline: none !important;
    border:1px solid #f6b163;
    box-shadow: none;
}

button.orange-button {
    background-color: #f8620c;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 5px;
    color: white;
    padding: 10px 30px 10px 30px;
    border-radius: 10px;
    height: 56px;
}


a:hover {
    text-decoration: underline;
}

/*nav {*/
    /*margin-top: 40px;*/
    /*margin-right: 30px;*/
    /*float: right;*/
    /*font-size: 16px;*/
/*}*/

#main-container {
    width: 100%;
}

/* ================================ Section 1 ============================== */

.section1 {
    overflow: hidden;
    background-color: #ededed;
}

.section1 .left-box {
    display: inline-block;
    width: 54%;
}

.background-title {
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;
}

.section1 .background-title {
    white-space: nowrap;
    color: #f6f6f6;
    position: absolute;
    font-size: 310px;
    z-index: 0;
    padding-top: 80px;
    left: 0px;
    right: 0px;
    max-width: 100%;
    overflow: hidden;
}

.section1 .top-text {
    font-size: 12px;
}

.section1 .description-box {
    float: right;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    max-width: 620px;
}

.section1 #right-box {
    padding-top: 30px;
    padding-left: 50px;
    text-align: left;
    float: right;
    display:inline-block;
    width: 46%;
    height: 595px;
    overflow: hidden;
    background: url("../images/home_right_image.png") no-repeat center;
    background-size: cover;
}

.section1 .description-list {
    margin-top: 30px;
    color: #1f1666;
}

.section1 .purple-dot {
    width: 10px;
    height: 10px;
    background-color: #1f1666;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}

.section1 .purple-sys {
    /* font-size: 12px; */
    width: 15px;
    text-align: center;
    color: #1f1666;
    /* display: inline-block; */
    margin-right: 20px;
    margin-top: 5px;
}

.section1 .detail-text {
    color: #3e3e3e;
    font-size: 12px;
    display: inline-block;
}

.play-box {
    margin-top: 20px;
    display: flex;
}

.play-box .work-with-us {
    margin-top: 25px;
    font-weight: bold;
}

#loginErrMsg {
    margin-left: 5%; 
    color: chocolate; 
    margin-top: 25px;
}

.main-title {
    font-size: 40px;
    letter-spacing: 1.5px;
    font-weight: bold;
    margin-top: -10px;
    line-height: 40px;
}

.dialog-main-title {
    font-size: 23px;
    font-weight: bold;
    margin-top: -10px;
}

.main-description {
    font-size: 14px;
    letter-spacing: 1.0px;
    line-height: 20px;
}

.orange {
    color: #f6b163;
}

.light-orange {
    color: #ff4e00;
}

.white {
    color: white;
}

.gray {
    color: #9b9b9b;
}

.gray-background {
    background-color: #ececec;
}

.purple {
    color: #1f1666;
}

.purple-background {
    background-color: #1f1666;
}

.content {
    margin: auto;
    max-width: 1140px;
}

.sub-title {
    font-size: 52px;
    letter-spacing: 0.5px;
    line-height: 60px;
    font-weight: bold;
}

.description {
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 25px;
}

/* =========================================== Section 2 =======================================/

 */
.section2 {
    overflow: hidden;
    background-color: white;
    text-align: center;
    padding: 80px;
    padding-bottom: 150px;
    position: relative;
}

.section2 .background-title {
    white-space: nowrap;
    color: #f6f6f6;
    position: absolute;
    font-size: 200px;
    z-index: 0;
    bottom: 0;
    left: 37%;
}

.section2 .scroll-down {
    font-size: 12px;
    color: rgba(246, 177, 99, 0.1);
}
.section2 .container .row {
    margin-top: 70px;
}

.grid-container {
    max-width: 1200px;
    margin: auto;
    padding-top: 30px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;

    /*display: grid;*/
    /*grid-template-columns: auto auto auto;*/
    /*grid-row-gap: 50px;*/
}


.separator-dot {
    margin: auto;
    width: 10px;
    height: 10px;
    background-color: #ff7c00;
    border-radius: 50%;
}

.white-box {
    margin: auto;
    width: 272px;
    height: 444px;
    border-radius: 30px;
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    background-color: white;
    margin-top: 30px;
}

.white-box .title {
    font-size: 20px;
    font-weight: bold;
    padding-top: 15px;
    margin-bottom: 20px;
}

.white-box .description {
    color: #9b9b9b;
    font-size: 14px;
    padding-top: 15px;
    line-height: 22px;
    font-weight: 100;
}

/* ===================================== Section 3 ============================ */
.section3 {
    text-align: left;
    background-color: white;
    padding-top: 0px;
    padding-bottom: 140px;
    position: relative;
    overflow: hidden;
}

.section3 .card-container {
    position: relative;
    width: 50%;
}

.section3 .card-description-container {
    max-width: 500px;
    padding-top: 150px;
}

.section3 .card {
    background-color: #f6b163;
    width: 490px;
    height: 630px;
    border-radius: 30px;
}

.section3 .experience-title {
    font-size: 200px;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 20px rgba(0,0,0,0.1);
    position: absolute;
    bottom: 0;
    z-index: 3;
    overflow: hidden;
}

/* ===================================== Section 4 ============================ */

.section4 {
    background-color: white;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 80px;
}

.section4 .main-circle {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: white;
    padding: 5px;
    margin: auto;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
}

.section4 .main-circle .inner-circle1 {
    border-radius: 50%;
    background-color: white;
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding-top: 95px;
}

.section4 .main-circle .inner-circle1 .top-title {
    font-weight: 300;
    color: #c3c3c3;
    font-size: 14px;
}

.section4 .main-circle .inner-circle1 .center-title {
    font-weight: 700;
    font-size: 35px;
    letter-spacing: 1.0px;
    margin-top: 0px;
}

.section4 .main-circle .inner-circle1 .bottom-title {
    font-weight: 300;
    color: #c3c3c3;
    font-size: 14px;
    margin-top: 0px;
}

/* ===================================== Section 5 ============================ */

.section5 {
    overflow: hidden;
    background-color: white;
    text-align: center;
    padding: 150px 0px 26px 0px;
    border-top: 8px dotted  #f5f5f8;
    position: relative;
}

.section5 .background-title {
    white-space: nowrap;
    color: #f6f6f6;
    position: absolute;
    font-size: 180px;
    z-index: 0;
    top: 90px;
    left: 18%;
}

.section5 .flex-container {
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */

    justify-content: center;
    align-items: center;
}
.section5 .client-board {
    width: 90%;
}

#client_carousel .item {
    padding: 20px;
}

#client_carousel .item .item-box {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    min-height: 350px;
    text-align: center;
}

.section5 i {
    font-size: 25px;
    color: #f7bc7d;
}

.section5 #client_carousel .item img {
    margin: auto;
    width: 150px;
    height: 70px;
}

.section5 #client_carousel .item .company-title {
    font-weight: 600;
    font-size: 18px;
    color: #424b5e;
    padding-top: 10px;
}

.section5 #client_carousel .item .company-description {
    font-weight: 400;
    font-size: 14px;
    padding-top: 10px;
    color: #878787;
}

.section5 #client_carousel .item .company-cto {
    font-weight: 300;
    font-size: 15px;
    color: #969696;
    padding-top: 40px;
}

.owl-theme .owl-controls .owl-page.active span {
    background-color: #fce3c7;
    border: 0px;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #fce3c7;
    border: 0px;
}

.owl-theme .owl-controls .owl-page span {
    background-color: #f6b163;
    border: 0px;
}

/* ===================================== Section 6 ============================ */

.section6 {
    overflow: hidden;
    position: relative;
    padding-top: 75px;
}

.request-call-box {
    padding-left: 60px;
    padding-right: 60px;
    background-color: white;
    width: 527px;
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 18%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.dialog {
    margin: auto;
    margin-top: 300px;
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
    background-color: white;
    width: 527px;
    border-radius: 30px;
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    position: relative;
}

.dialog .button-title {
    text-transform: uppercase;
    margin-top: 25px;
    font-weight: bold;
}

.dialog .button-other {
    margin-top: 27px;
    margin-left: 40px;
    color: #9b9b9b;
    font-size: 12px;
}

.dialog .button-other a {
    color: #1f1666;
    text-decoration: none;
}

.dialog .close-button {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 18px;
    color: #f12748;
}

.dialog .button-other a:hover {
    text-decoration: none;
    cursor: pointer;
}

#confirmMsg {
    display: none;
}

#map {
    width: 100%;
    height: 593px;
}

#map_pin_info {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #f0f0f0;
    padding: 10px 40px;
}

.map-content-box {
    font-family: Montserrat-Regular;
    padding: 10px;
}

.map-info-title {
    color: #424b5e;
    font-weight: bold;
    padding-bottom: 5px;
}

.map-info-address {
    padding: 3px 0px;
    color: #b7b7b7;
}

#footer {
    background: #1f1666;
    color: white;
    position: relative;
}

#footer .footer-menu-box {
    padding-top: 5px;
    width: 40%;
}

#footer .footer-social-box {
    width: 40%;
}

#footer .info-box {
    max-width: 1200px;
    margin: auto;
    padding-bottom: 60px;
    padding-top: 60px;
    position: relative;
    z-index: 3;
}

#footer .copyright {
    font-size: 12px;
}

#footer .social-link {
    margin-left: 30px;
    float: right;
}

#footer .copyright-box {
    text-align: center;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #8b89a2;
}

#footer .menu-link {
    font-weight: bold;
    font-size: 12px;
    color: #8a88a6;
    padding-right: 30px;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
}



#footer .get-in-touch {
    margin-left: 20px;
    padding: 10px 20px 10px 20px;
    color: #ff5e00;
    border: 1px solid #ff5e00;
    border-radius: 5px;
    letter-spacing: 2px;
    cursor: pointer;
    text-decoration: none;
    float: right;
}

#footer .background-title {
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.01);
    position: absolute;
    font-size: 150px;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.integrations-section {
    overflow: hidden;
    background-color: #ececec;
    text-align: center;
    padding: 200px 0px 100px 0px;
}

.integrations-section form {
    max-width: 900px;
    margin: auto;
    padding-top: 50px;
    text-align: left;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    background-color: rgba(0,0,0, 0.5);
    z-index: 100;
}

/* iPad */

@media screen and (max-width : 1766px) {

}

@media screen and (max-width : 1470px) {
    .section5 .img-arrow-line {
        width: 60%;
    }
}

@media screen and (max-width : 1280px) {
    .section2 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .section6 .sub-section2 .contact-box .col-md-11 {
        width: 80%;
    }
}


/*MEDIA QUERY*/
@media screen and (max-width : 1200px) {

    header {
        position: absolute;
    }
}

@media screen and (max-width: 1024px) {
    #logo {
        margin-left: 30px;
        float: left;

    }

    .section1 .description-box {
        padding-left: 40px;
        padding-right: 20px;
    }

    .sub-title {
        font-size: 40px;
        letter-spacing: 0.5px;
        line-height: 40px;
        font-weight: bold;
    }

    .section2 .background-title {
        left: 25%;
    }

    .section3 .card-container {
        width: 40%;
    }

    .section3 .card {
        width: 350px;
        height: 450px;
    }

    .section3 .experience-title {
        font-size: 160px;
        bottom: 10px;
    }

    .section5 .background-title {
        font-size: 150px;
        top: 30px;
        left: 0%;
    }

    .white-box .box-content .description {
        font-size: 12px;
    }

    .section3 {
        padding-left: 50px;
        padding-right: 30px;
    }


    .section3 .rectangle-white-box .content-box {
        min-height: 0px;
    }

    .section5 {
        padding-top: 80px;
    }

    .section5 p.description {
        padding: 0px;
        margin-top: 10px;
        font-size: 12px;
        letter-spacing: 0.5px;
    }

    .request-call-box {
        left: 5%;
    }
    .section6 .contact-box {
        margin-left: 50px;
    }

    #footer .menu-link {
        padding-left: 20px;
        padding-right: 0px;
    }

    #footer .social-link {
        margin-left: 0px;
        padding-right: 20px;
    }
}


@media screen and (max-width: 960px) {

    .section1 .description-box {
        padding-left: 40px;
        padding-right: 40px;
    }

    .section3 .experience-title {
        font-size: 160px;
        bottom: 420px;
        left: 20px;
    }


    .section5 .img-arrow-line {
        display: none;
    }

    .section5 img.main-icon {
        margin-top: 50px;
    }
}

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

    .section1 .description-box {
        padding-left: 30px;
        padding-right: 30px;
    }

    .section1 .left-box {
        width: 100%;
    }

    .section1 #right-box {
        display: none;
    }

    .section2 .background-title {
        left: 20%;
    }

    .section3 .experience-title {
        font-size: 130px;
        bottom: 435px;
        left: 0px;
    }

    #logout_menu_item {
        display: block;
    }

    .sub-title {
        font-size: 38px;
    }

    .integrations-section {
        padding-left: 20px;
        padding-right: 20px;
    }
    .section1 .center-box {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .section7 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .section7 .subscribe-box button {
        margin-left: 80px;
    }


    #footer .footer-menu-box {
        padding-top: 5px;
        width: 25%;
        text-align: center;
    }

    #footer .footer-social-box {
        width: 25%;
    }

    #footer .info-box {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}


@media screen and (max-width: 667px) {

    .section3 .experience-title {
        font-size: 115px;
    }
}

@media screen and (max-width: 480px) {

    .sub-title {
        font-size: 32px;
    }

    .section2 .background-title {
        left: 0;
    }

    .section3 {
        padding-bottom: 30px;
    }

    .section3 .card {
        width: 280px;
        height: 360px;
    }

    .section3 .experience-title {
        font-size: 83px;
        bottom: 400px;
    }

    .section3 .card-description-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .img-full-width {
        max-width: 90%;
        max-height: 90%;
    }

    .section1 .center-box {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section3 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .section4 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .section5 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .section6 {
        padding-top: 40px;
    }

    #map {
        height: 300px;
    }
    .request-call-box {
        padding-left: 20px;
        padding-right: 20px;
        width: 90%;
        margin: auto;
        position: relative;
        left: auto;
        border-radius: 30px;
        top: auto;
        bottom: auto;
    }

    #footer .grid-container {
        padding-top: 0px;
    }

    #footer .footer-menu-box {
        width: 40%;
    }

    #footer .footer-social-box {
        display: none;
    }

    #footer .background-title {
        font-size: 40px;
    }
}

@media screen and (max-width: 414px) {

    .section3 .card {
        width: 240px;
        height: 309px;
    }

    .section3 .experience-title {
        font-size: 72px;
        bottom: 400px;
    }

    .section7 .subscribe-box button {
        margin-left: 45px;
    }
}

@media screen and (max-width: 375px) {

    .section3 .card {
        width: 200px;
        height: 257px;
    }

    .section3 .experience-title {
        font-size: 65px;
        bottom: 420px;
    }

    #footer .footer-logo {
        width: 70px;
    }

    #footer .copyright {
        padding-left: 10px;
    }

    .section7 .subscribe-box button {
        margin-left: 23px;
    }
}

@media screen and (max-width: 320px) {
    #footer .copyright {
        font-size: 10px;
    }
}

/****** Message popup *****/

.popup{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;  
}
.popup .contain{
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 50% auto;
    width: 500px;
    background-color: #fff;
    padding: 20px;
    padding-top: 40px;
    border-radius: 25px;
}
.popup .title{
    text-align: center;
    font-size: 25px;
    margin-top: 10px;   
    margin-bottom: 10px;    
}
.popup p{
    margin-top: 15px;
}
.popup .exit{
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 25px;
    cursor: pointer;    
}

#login_button_container {
    margin-top: 17px;
}

a#login_in_button {
    background-color: #f6b163;
    padding: 15px 20px;
    color: #1f1666;
    border-radius: 10px;
}

a#login_in_button:hover, a#login_in_button:focus {
    text-decoration: none;
}

#request-contact-popup button {
    background-color: #f6b163;
    font-family: "Montserrat-Regular";
    font-weight: 700;
    font-size: 14px;
    border-radius: 25px;
    padding: 10px 100px;
    color: #1f1666;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -moz-box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
@media (max-width:500px){
   .popup .contain{
    width: 80%;
   }
   #request-contact-popup button {
    border-radius: 25px;
    padding: 10px 50px;
   }
}
@media (orientation: landscape){
   .popup .contain{
       margin-top: 20%;
   }
}

