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

#header {
    background: transparent;
    width: 100%;
    height: 167px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

#header div.nav-container {
    background-color: #1a2736;
    width: 100%;
    height: 107px;
}

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

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

/*----- Menu -----*/
@media screen and (min-width: 860px) {

}
.menu ul {
    display:inline-block;
    text-align: center;

}
.menu li {
    margin:0px 50px 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 {
    color:white;
}

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

@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:#303030;
    }

    .menu li {
        margin:0px 0px 0px 0px;
        padding: 20px 0px 20px 0px;
        float:none;
        display:block;
        text-align: center;
    }
    .menu a {
        display:block;
    }
    .toggle-nav {
        margin-top: -15px;
        padding:10px 15px 10px 15px;
        float:right;
        display:inline-block;
        border-radius:3px;
        background:#303030;
        color:#777;
        font-size:20px;
        transition:color linear 0.15s;
    }
    .toggle-nav:hover, .toggle-nav.active {
        text-decoration:none;
        color:#66a992;
    }
}

label {
    font-family: Arial;
    color: #ff7c00;
    font-weight: lighter;
    font-size: 16px;
}

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

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

input[type="text"], input[type="email"] {
    background-color : transparent;
    height: 56px;
    border: 2px solid #c2c5c8;
    border-radius: 10px;
    font-family: Arial;
}

textarea {
    width: 100%;
    padding: 12px 15px;
    box-sizing: border-box;
    border: 2px solid #c2c5c8;
    border-radius: 10px;
    background-color: transparent;
    resize: none;
    font-family: Arial;
}

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

ul {
    list-style: none;
}


a:hover {
    text-decoration: underline;
}

#logo {
    margin-left: 140px;
    float: left;
    width: 299px;
    height: 167px;
    background: url(../images/logo.png) no-repeat top;
    background-size: contain;
    display: block;
}

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

#main-container {
    width: 100%;
}

.section1 {
    margin-top: 107px;
    overflow: hidden;
    background: url("../images/section1_bg.png") no-repeat center;
    background-size: cover;
    text-align: center;
}

.section1 .description-box {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
}

.center-box {
    max-width: 1640px;
    margin: auto;
    padding-top: 178px;
    padding-bottom: 178px;
    padding-left: 20px;
    padding-right: 20px;
}

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

.orange {
    color: #ff7c00;
}

.light-orange {
    color: #ff4e00;
}

.white {
    color: white;
}

.gray {
    color: #ececec;
}

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

.purple {
    color: #1a2736;
}

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

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

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

.description {
    font-family: Montserrat-Light;
    font-size: 14px;
    letter-spacing: 1.2px;
    line-height: 25px;
}

.section2 {
    overflow: hidden;
    background: url("../images/section2_bg.png") no-repeat center;
    background-size: cover;
    text-align: center;
    border-top: 10px solid #e0e0e0;
    padding: 80px;
}

.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: 312px;
    height: 389px;
    margin-bottom: 30px;
}

.white-box .box-header {
    margin: auto;
    background-color: white;
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.white-box .box-content {
    margin-top: -40px;
    background-color: white;
    height: 343px;
    border-radius: 5px;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

.white-box .box-content .title {
    font-size: 20px;
    margin-bottom: 20px;
}

.white-box .box-content .description {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    font-family: Arial;
}

.section3 {
    text-align: left;
    border-top: 10px solid #e0e0e0;
    background-color: #f9f9f9;
    padding: 124px;
}

.section3 .invoice-container {
    margin-top: 50px;
    padding-right: 80px;
}

.section3 .rapid-invoice-container {
    margin-top: 73px;
    padding-right: 80px;
}

.section3 .rectangle-white-box .content-box {
    min-height: 100px;
    display: flex;
    align-items: center;
}

.section3 p.main-title {
    color: #5c646c;
}

.section3 p.description {
    font-family: Montserrat-UltraLight;
    color: #5c646c;
}

.rectangle-white-box {
    border-radius: 10px;
    box-shadow: 0px 10px 10px 10px rgba(0,0,0,0.05);
    padding: 20px;
    min-height: 100px;
    margin-bottom: 50px;
    display: flex;
    /*grid-template-columns: auto auto auto;*/
    /*grid-gap: 30px;*/
}

.rectangle-white-box p {
    margin: auto;
    font-family: Arial;
    color: #8a8a8a;
    font-size: 14px;
    padding: 0px 5px 0px 5px;
}

.section4 {
    overflow: hidden;
    background: url("../images/section4_bg.png") no-repeat center;
    background-size: cover;
    text-align: center;
    border-top: 10px solid #e0e0e0;
    padding: 110px;
}

.section4 img {
    margin-top: 50px;
}

.section5 {
    overflow: hidden;
    background-color: #f8620c;
    text-align: center;
    padding: 26px 0px 26px 0px;
}

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

.section5 p.main-title {
    margin-top: 50px;
}

.section5 p.description {
    margin-top: 40px;
    padding: 0px 30px 0px 30px;
}

.section5 .img-arrow-line {
    margin: auto;
    position: relative;
    top: 195px;
    left: 0px;
    display: inherit;
}

.section6 {
    overflow: hidden;
    height: 700px;
}

.section6 .contact-row {
    display: flex;
    /*grid-template-columns:  40px 200px;*/
    /*grid-row-gap: 10px;*/
}

.section6 .sub-section1{
    width: 60%;
    height: 100%;
    float: left;
    display: inline-block;
}

.section6 .sub-section2{
    width: 40%;
    height: 100%;
    float: right;
    display: inline-block;
}

.section6 .request-call-box {
    min-width: 652px;
    float: right;
    text-align: left;
    margin-right: 75px;
    margin-top: 80px;
}

.section6 .contact-box {
    margin-top: 80px;
    margin-left: 75px;

}

.section6 .description {
    margin-left: 5px;
    margin-top: 2px;
    font-family: Arial;
    color: white;
}

.section6 .phone {
    font-family: Montserrat-UltraLight;
    font-size: 26px;
}

.section7 {
    overflow: hidden;
    background-color: white;
    text-align: center;
    padding: 80px;
}

.section7 .description {
    font-family: Arial;
    color: #62686f;
}

.section7 .subscribe-box {
    padding-top: 50px;
    max-width: 750px;
    margin: auto;
}

.subscribe-box input {
    width: 68%;
}

.subscribe-box button {
    float: right;
    position: absolute;
    margin-top: -56px;
    margin-left: 120px;
}

#map {
    width: 330px;
    height: 230px;
    border-radius: 8px;
}

#footer {
    background: #0a0f14;
    padding: 50px;
    color: white;
}

#footer .copyright {
    font-size: 12px;
    display: inline-block;
    padding-left: 20px;
}

#footer .social-link {
    margin-left: 15px;
}

#footer .store-link {
    margin-left: 30px;
}

#footer .menu-link {
    margin-left: 30px;
    color: white;
    padding-right: 30px;
    border-right:solid #353b40 1px;
    cursor: pointer;
    text-decoration: none;
}

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

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


/* iPad */

@media screen and (max-width : 1766px) {
    .menu-link {
        display: none;
    }
}

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

    .white-box {
        width: 280px;
    }

    .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 .main-title {
        font-size: 23px;
    }
    .section5 p.description {
        padding: 0px;
        margin-top: 10px;
        font-size: 12px;
        letter-spacing: 0.5px;
    }

    .section6 .request-call-box {
        min-width: 480px;
    }

    .section6 .contact-box {
        margin-left: 50px;
    }

    #footer .get-in-touch {
        display: none;
    }
}

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

    .section1 {
        background: url("../images/section1_bg.png") no-repeat left;
        background-size: cover;
    }

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

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

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

    .section6 .request-call-box {
        margin-right: 50px;
    }

    #map {
        width: 300px;
    }
}

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

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

    .section6 {
        overflow: hidden;
        height: auto;
    }

    .section6 .sub-section1 {
        width: 100%;
    }

    .section6 .request-call-box {
        min-width: 0px;
        float: left;
        padding: 30px;
        width: 100%;
        margin-top: 30px;
    }

    .section6 .sub-section2 {
        width: 100%;
        float: left;
        padding: 30px;
    }

    .section6 .sub-section2 .contact-box {
        margin-left: 10px;
    }

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

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

    #footer .store-link {
        display: none;
    }
}


@media screen and (max-width: 667px) {
    .section3 .invoice-container {
        padding-right: 0px;
    }

    .section3 .rapid-invoice-container {
        padding-right: 0px;
    }

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

    #footer {
        background: #0a0f14;
        padding: 30px;
        color: white;
    }
}

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

    #header {
        height: 80px;
    }

    .toggle-nav {
        margin-top: -28px;
    }

    /*nav {*/
        /*margin-top: 25px;*/
        /*margin-right: 10px;*/
    /*}*/

    /*nav ul, nav:active ul {*/
        /*display: none;*/
        /*position: absolute;*/
        /*padding: 0px;*/
        /*background: #1a2736;*/
        /*right: 0px;*/
        /*top: 50px;*/
        /*width: 50%;*/
    /*}*/
    .section1 {
        margin-top: 70px;
    }

    .img-full-width {
        max-width: 90%;
        max-height: 90%;
    }
    #header div.nav-container {
        height: 70px;
    }

    #logo {
        width: 150px;
    }

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

    .section7 .subscribe-box {
        padding-top: 10px;
    }

    .section7 .subscribe-box button {
        float: right;
        position: absolute;
        margin-left: 25px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        letter-spacing: 1.4px;
    }

    #footer {
        padding: 20px;
    }

    #footer .footer-logo {
        width: 100px;
    }
    #footer .social-link {
        display: none;
    }
}

@media screen and (max-width: 414px) {
    .section7 .subscribe-box button {
        margin-left: 45px;
    }
}

@media screen and (max-width: 375px) {
    #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;
    }
}