body {
    font-family: 'poppins';
    overflow-x: hidden;
}
.image {
    height: 100vh !important;
    width: 100%;
    overflow: hidden;
}
@media (max-width: 2560px) {
    /* home */
    #logo{
        width: 150px;
        height: 140px;
        margin-top: 10px;
        margin-left: 80px;
    }
    .navbar.fixed-nav {
        margin-top: -110px;
        background-color: transparent !important;
    }
    .navbar.fixed {
        transition: 1s ease-in-out;
        background-color: #ed231a !important;
    }
    .navbar.fixed .nav-link {
        color: white !important;
    }
    .navbar.fixed .nav-link.active {
        background-color: white;
        color: #ed231a !important;
        border-radius: 10px;
        font-size: 20px;
        font-weight: 600;
    }
    .nav-link {
        color: black;
        font-size: 20px;
        padding: 11px 19px;
        margin: 7px 35px;
        transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-radius 0.3s ease-in-out;
    }
    .nav-link.active {
        background-color: #ed231a;
        color: white !important;
        border-radius: 10px;
        font-size: 20px;
        font-weight: 600;
        padding: 11px 19px;
        margin: 7px 35px;
    }
    .nav-link:hover {
        color: black;
    }
    .navbar.fixed-nav .nav-link.active:hover {
        color: #ed231a !important;
    }
   	#right img {
        margin-left: 80px;
        width: 600px;
    }
    #left h1 {
        font-size: 50px;
        margin: 100px 80px 50px 80px;
        letter-spacing: 2px;
        color: #021744;
    }
    #next {
        padding: 14px;
        margin-left: 80px;
    }
    /* description */
    #description {
        padding: 70px 0 120px 0;
        text-align: center;
    }
    #description h2 {
        font-size: 40px;
        padding-top: 30px;
        color: #021744;
        position: relative;
        padding-bottom: 40px;
        display: inline-block;
    }
    #description h2::after {
        content: '';
        color: #021744;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 50%;
        height: 3px;
        background-color: #ed231a !important;
        transform: translateX(-50%);
        top: 90px;
    }
    #detaildesc p {
        font-size: 18px;
        padding: 20px 150px 0 150px;
    }
    #detailnumber h3{
        font-size: 44px;
        padding-top: 40px;
        font-weight: bold;
        color: #021744!important;
    }
    #detailnumber h5{
        font-size: 24px;
        color: #ed231a;
        font-weight: bold;
        text-transform: uppercase;
    }
    /* detail */
    #detail {
        padding: 80px 0;
        text-align: center;
    }
    #detail h2 {
        font-size: 40px;
        color: #021744;
        position: relative;
        padding-bottom: 20px;
        display: inline-block;
    }
    #detail h2::after {
        content: '';
        color: #021744;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 50%;
        height: 3px;
        background-color: #ed231a !important;
        transform: translateX(-50%);
        top: 60px;
    }
    #detailitem {
        padding: 70px 0;
    }
    .detail-nav {
        text-transform: uppercase;
        text-align: left;
        color: black;
        font-size: 18px;
        padding: 19px;
        font-weight: bold;
        white-space: nowrap;
    }
    .nav-detail .detail-nav.active {
        background-color: #F7FAFF;
        color: #ed231a !important;
        border-radius: 10px;
        font-size: 18px;
        padding: 19px;
        font-weight: bold;
        white-space: nowrap;
    }
    .detail-nav:hover {
        color: black;
    }
    .card-item {
        background-color: white;
        margin-left: 25px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        padding: 10px 20px;
    }
    #navdetailimg {
        width: 280px;
        height: 280px;
    }
    .content-text{
        text-align: left;
        margin-left: 80px;
    }
    .content-text h5{
        font-size: 28px;
        text-transform: uppercase;
        color: #021744;
        position: relative;
        padding: 30px 0;
        font-weight: bold;
    }
    .content-text h5::after{
        content: '';
        color: #021744;
        position: absolute;
        bottom: 0;
        width: 30%;
        height: 3px;
        background-color: #ed231a !important;
        top: 70px;
        left: 0;
    }
    .content-text p{
        font-size: 16px;
        margin-top: 25px;
    }
    /* about */
    #about {
        text-align: center;
        padding-top: 50px;
    }
    #aboutitem {
        padding: 80px;
    }
    #aboutitem img {
        margin: 30px;
        width: 150px;
        height: 150px;
    }
    #aboutitem h1 {
        font-size: 50px;
        color: #021744;
        font-weight: bold;
    }
    #aboutitem h3 {
        margin-top: -20px;
        color: #ed231a;
        font-size: 20px;
        font-weight: bold;
    }
    /* apps */
    #apps {
        padding: 80px 0 0 0;
        text-align: center;
    }
    #apps h2 {
        font-size: 45px;
        color: #021744;
        position: relative;
        padding-bottom: 20px;
        display: inline-block;
    }
    #apps h2::after {
        content: '';
        color: #021744;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 50%;
        height: 3px;
        background-color: #ed231a !important;
        transform: translateX(-50%);
        top: 60px;
    }
    #appsone {
        padding: 90px 50px 30px 50px;
    }
    #appsone img {
        width: 500px;
        height: 400px;
    }
    #appsone h1 {
        font-weight: bold;
        color: #021744;
        font-size: 45px;
        text-align: left;
        padding-top: 50px;
    }
    #appsone p {
        font-size: 20px;
        color: #021744;
        text-align: left;
        padding-top: 20px;
        padding-right: 80px;
    }
    #appstwo {
        padding: 0 100px;
    }
    #appstwo img {
       	width: 500px;
        height: 400px;
    }
    #appstwo h1 {
        font-weight: bold;
        color: #021744;
        font-size: 45px;
        text-align: left;
        padding-top: 80px;
    }
    #appstwo p {
        font-size: 20px;
        color: #021744;
        text-align: left;
        padding-top: 20px;
    }
    #appsthree {
        padding: 90px 50px;
    }
    #appsthree img {
        width: 500px;
        height: 400px;
    }
    #appsthree h1 {
        font-weight: bold;
        color: #021744;
        font-size: 45px;
        text-align: left;
        padding-top: 50px;
    }
    #appsthree p {
        font-size: 20px;
        color: #021744;
        text-align: left;
        padding-top: 20px;
        padding-right: 80px;
    }
        /* client */
        #client {
        padding: 50px 50px 0 50px;
        text-align: center;
    }
    #client h2 {
        font-size: 45px;
        color: #021744;
        position: relative;
        padding: 50px 50px 20px 50px;
        display: inline-block;
    }
    #client h2::after {
        content: '';
        color: #021744;
        position: absolute;
        width: 50%;
        height: 4px;
        background-color: #ed231a !important;
        transform: translateX(-50%);
        top: 120px;
        left: 50%;
        bottom: 10px;
    }
    .imgclient {
        width: 190px;
        height: 150px;
        object-fit: contain;
        padding: 30px;
    }
    /* gallery */
    #gallery {
        padding: 80px 0 10px 0;
        text-align: center;
    }
    #gallery h2 {
        color: #021744;
        position: relative;
        padding-bottom: 80px;
        display: inline-block;
    }
    #gallery h2::after {
        content: '';
        color: #021744;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 50%;
        height: 3px;
        background-color: #ed231a !important;
        transform: translateX(-50%);
        top: 70px;
    }
    .img-gallery {
        width: 200px;
        height: 320px;
        object-fit: contain;
        padding: 10px;
    }
    .center-image {
        position: absolute;
        margin-left: -128px;
        margin-top: -385px;
        z-index: 1;
        width: 390px;
        height: 400px;
    }
    /* contact */
    #contact {
        padding: 80px 0;
        text-align: center;
    }
    #contact h2 {
        color: #021744;
        position: relative;
        padding-bottom: 20px;
        display: inline-block;
    }
    #contact h2::after {
        content: '';
        color: #021744;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 50%;
        height: 3px;
        background-color: #ed231a !important;
        transform: translateX(-50%);
        top: 50px;
    }

    #contactHeader {
        text-align: left;
    }
    #leftcontact {
        padding: 50px 100px;
        text-align: left;
    }
    #leftcontact p {
        padding-top: 10px;
        font-size: 14px;
        color: grey;
    }
    #rightcontact p {
        text-align: left;
        padding-bottom: 30px;
    }
}
@media (max-width: 1445px) {
    /* home */
    #logo{
        width: 130px;
        height: 120px;
        margin-top: 10px;
        margin-left: 80px;
    }
    .navbar.fixed-nav {
        margin-top: -110px;
        background-color: transparent !important;
    }
    .navbar.fixed {
        transition: 1s ease-in-out;
        background-color: #ed231a !important;
    }
    .navbar.fixed .nav-link {
        color: white !important;
    }
    .navbar.fixed .nav-link.active {
        background-color: white;
        color: #ed231a !important;
        border-radius: 10px;
        font-size: 18px;
    }
    .nav-link {
        color: black !important;
        font-size: 18px;
        font-weight: 500;
        padding: 10px 17px;
        margin: 5px 27px;
        transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-radius 0.3s ease-in-out;
    }
    .nav-link.active {
        background-color: #ed231a;
        color: white !important;
        border-radius: 10px;
        font-size: 18px;
        font-weight: 500;
        padding: 10px 17px;
        margin: 5px 27px;
    }
    .nav-link:hover {
        color: black;
    }
    .navbar.fixed-nav .nav-link.active:hover {
        color: #ed231a !important;
    }
	#right img {
        margin-left: 80px;
        margin-top: 20px;
        width: 500px;
    }
    #left h1 {
        font-size: 45px;
        margin: 100px 80px 50px 80px;
        letter-spacing: 2px;
        color: #021744;
    }
    #next {
        padding: 10px;
        margin-left: 80px;
    }
    /* description */
    #description {
        padding: 70px 0 100px 0;
        text-align: center;
    }
    #description h2 {
        font-size: 40px;
        padding-top: 30px;
        color: #021744;
        position: relative;
        padding-bottom: 40px;
        display: inline-block;
    }
    #description h2::after {
        content: '';
        color: #021744;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 50%;
        height: 3px;
        background-color: #ed231a !important;
        transform: translateX(-50%);
        top: 90px;
    }
    #detaildesc p {
        font-size: 16px;
        padding: 20px 150px 0 150px;
    }
    #detailnumber h3{
        font-size: 44px;
        padding-top: 40px;
        font-weight: bold;
        color: #021744!important;
    }
    #detailnumber h5{
        font-size: 24px;
        color: #ed231a;
        font-weight: bold;
        text-transform: uppercase;
    }
    /* detail */
    #detail {
        padding: 80px 0;
        text-align: center;
    }
    #detail h2 {
        font-size: 40px;
        color: #021744;
        position: relative;
        padding-bottom: 20px;
        display: inline-block;
    }
    #detail h2::after {
        content: '';
        color: #021744;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 50%;
        height: 3px;
        background-color: #ed231a !important;
        transform: translateX(-50%);
        top: 60px;
    }
    #detailitem {
        padding: 70px 30px;
    }
    .detail-nav {
        text-transform: uppercase;
        text-align: left;
        color: black;
        font-size: 16px;
        padding: 17px;
        font-weight: bold;
        white-space: nowrap;
    }
    .nav-detail .detail-nav.active {
        background-color: #F7FAFF;
        color: #ed231a !important;
        border-radius: 10px;
        font-size: 16px;
        font-weight: bold;
        padding: 17px;
        white-space: nowrap;
    }
    .detail-nav:hover {
        color: black;
    }
    .card-item {
        background-color: white;
        margin-left: 25px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        padding: 10px 20px;
    }
    #navdetailimg {
        width: 240px;
        height: 240px;
    }
    .content-text{
        text-align: left;
        margin-left: 80px;
    }
    .content-text h5{
        font-size: 26px;
        text-transform: uppercase;
        color: #021744;
        position: relative;
        padding: 20px 0;
        font-weight: bold;
    }
    .content-text h5::after{
        content: '';
        color: #021744;
        position: absolute;
        bottom: 0;
        width: 30%;
        height: 3px;
        background-color: #ed231a !important;
        top: 60px;
        left: 0;
    }
    .content-text p{
        font-size: 14px;
        margin-top: 25px;
    }
    /* about */
    #about {
        text-align: center;
        padding-top: 40px;
    }
    #aboutitem {
        padding: 50px;
    }
    #aboutitem img {
        margin: 40px;
        width: 140px;
        height: 140px;
    }
    #aboutitem h1 {
        font-size: 40px;
        color: #021744;
        font-weight: bold;
    }
    #aboutitem h3 {
        margin-top: -20px;
        color: #ed231a;
        font-size: 22px;
        font-weight: bold;
    }
    /* apps */
    #apps {
        padding: 80px 0 0 0;
        text-align: center;
    }
    #apps h2 {
        font-size: 40px;
        color: #021744;
        position: relative;
        padding-bottom: 20px;
        display: inline-block;
    }
    #apps h2::after {
        content: '';
        color: #021744;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 50%;
        height: 3px;
        background-color: #ed231a !important;
        transform: translateX(-50%);
        top: 60px;
    }
    #appsone {
        padding: 90px 50px 30px 50px;
    }
    #appsone img {
        width: 450px;
        height: 350px;
    }
    #appsone h1 {
        font-weight: bold;
        color: #021744;
        font-size: 40px;
        text-align: left;
        padding-top: 50px;
    }
    #appsone p {
        font-size: 18px;
        color: #021744;
        text-align: left;
        padding-top: 20px;
        padding-right: 80px;
    }
    #appstwo {
        padding: 0 100px;
    }
    #appstwo img {
        width: 450px;
        height: 350px;
    }
    #appstwo h1 {
        font-weight: bold;
        color: #021744;
        font-size: 35px;
        text-align: left;
        padding-top: 80px;
    }
    #appstwo p {
        font-size: 18px;
        color: #021744;
        text-align: left;
        padding-top: 20px;
    }
    #appsthree {
        padding: 90px 50px 30px 50px;
    }
    #appsthree img {
         width: 450px;
        height: 350px;
    }
    #appsthree h1 {
        font-weight: bold;
        color: #021744;
        font-size: 35px;
        text-align: left;
        padding-top: 50px;
    }
    #appsthree p {
        font-size: 18px;
        color: #021744;
        text-align: left;
        padding-top: 20px;
        padding-right: 80px;
    }
    /* client */
    #client {
        padding: 0 50px;
        text-align: center;
    }
    #client h2 {
        font-size: 37px;
        color: #021744;
        position: relative;
        padding: 50px 50px 20px 50px;
        display: inline-block;
    }
    #client h2::after {
        content: '';
        color: #021744;
        position: absolute;
        width: 50%;
        height: 3px;
        background-color: #ed231a !important;
        transform: translateX(-50%);
        top: 110px;
        bottom: 10px;
        left: 50%;
    }
    .imgclient {
        width: 170px;
        height: 130px;
        object-fit: contain;
        padding: 30px;
    }
    /* gallery */
    #gallery {
        padding: 80px 0 10px 0;
        text-align: center;
    }
    #gallery h2 {
        color: #021744;
        position: relative;
        padding-bottom: 80px;
        display: inline-block;
    }
    #gallery h2::after {
        content: '';
        color: #021744;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 50%;
        height: 3px;
        background-color: #ed231a !important;
        transform: translateX(-50%);
        top: 70px;
    }
    .img-gallery {
        width: 200px;
        height: 320px;
        object-fit: contain;
        padding: 10px;
    }
    .center-image {
        position: absolute;
        margin-left: -128px;
        margin-top: -385px;
        z-index: 1;
        width: 390px;
        height: 400px;
    }
    /* contact */
    #contact {
        padding: 80px 0;
        text-align: center;
    }
    #contact h2 {
        color: #021744;
        position: relative;
        padding-bottom: 20px;
        display: inline-block;
    }
    #contact h2::after {
        content: '';
        color: #021744;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 50%;
        height: 3px;
        background-color: #ed231a !important;
        transform: translateX(-50%);
        top: 50px;
    }
    #leftcontact {
        padding: 50px 100px;
        text-align: left;
    }
    #leftcontact p {
        padding-top: 10px;
        font-size: 14px;
        color: grey;
    }
    #phone {
        margin-top: 20px;
        margin-bottom: 30px;
        background-color: #ed231a;
        border-radius: 10px;
    }
    #phone i{
        padding-top: 20px;
        padding-left: 20px;
        font-size: 30px;
        color: white;
    }
    #phone p {
        font-size: 12px;
        color: white;
        padding-top: 10px;
    }
    #phone h5 {
        color: white;
        font-size: 12px;
        white-space: nowrap;
        margin-top: -10px;
        padding-bottom: 5px;
    }
    #email {
        margin-top: 20px;
        margin-bottom: 30px;
        background-color: black;
        border-radius: 10px;
    }
    #email i{
        padding-top: 20px;
        padding-left: 20px;
        font-size: 30px;
        color: white;
    }
    #email p {
        font-size: 12px;
        color: white;
        padding-top: 10px;
    }
    #email h5 {
        color: white;
        font-size: 12px;
        white-space: nowrap;
        margin-top: -10px;
        padding-bottom: 5px;
    }
    #maps {
        margin-top: 20px;
    }
    #contactHeader {
        font-weight: bold;
        font-size: 25px;
    }
    #rightcontact {
        padding: 50px 100px;
        text-align: left;
    }
    #rightcontact p {
        padding-top: 10px;
        font-size: 14px;
        color: grey;
    }
    #formcontact {
        margin-top: 30px;
    }
    .form-label {
        font-weight: 600;
        padding-bottom: 5px;
    }
    .form-control {
        background-color: #f5f8fa;
    }
    .form-control:focus {
        background-color: #f5f8fa;
    }
    #btn-submit {
        margin-top: 30px;
        background-color: #ed231a;
        color: white;
        font-size: 16px;
    }
    #btn-submit:active,
    #btn-submit:focus {
        background-color: #ed231a;
        outline: none;
    }
}
@media (max-width: 1290px) {
    /* home */
    #logo{
        width: 120px;
        height: 110px;
        margin-top: 10px;
        margin-left: 80px;
    }
    .navbar.fixed-nav {
        margin-top: -110px;
        background-color: transparent !important;
    }
    .navbar.fixed {
        transition: 1s ease-in-out;
        background-color: #ed231a !important;
    }
    .navbar.fixed .nav-link {
        color: white !important;
    }
    .navbar.fixed .nav-link.active {
        background-color: white;
        color: #ed231a !important;
        border-radius: 10px;
        font-size: 15px;
    }
    .nav-link {
        color: black;
        font-size: 15px;
        font-weight: 500;
        padding: 8px 15px;
        margin: 5px 24px;
        transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-radius 0.3s ease-in-out;
    }
    .nav-link.active {
        background-color: #ed231a;
        color: white !important;
        border-radius: 10px;
        font-size: 15px;
        font-weight: 500;
        padding: 8px;
        margin: 5px 24px;
    }
    .nav-link:hover {
        color: black;
    }
	#right img {
        margin-left: 80px;
        margin-top: 50px;
        width: 400px;
    }
    #left h1 {
        font-size: 40px;
        margin: 100px 80px 50px 80px;
        letter-spacing: 2px;
        color: #021744;
    }
    #next {
        margin-left: 80px;
    }
    /* description */
    #description {
        padding: 90px 0;
        text-align: center;
    }
    #description h2 {
        font-size: 32px;
        padding-top: 20px;
        color: #021744;
        position: relative;
        padding-bottom: 20px;
        display: inline-block;
    }
    #description h2::after {
        content: '';
        color: #021744;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 50%;
        height: 3px;
        background-color: #ed231a !important;
        transform: translateX(-50%);
        top: 70px;
    }
    #detaildesc p {
        font-size: 14px;
        padding: 50px 150px 0 150px;
    }
    #detailnumber h3{
        font-size: 40px;
        padding-top: 40px;
        font-weight: bold;
        color: #021744!important;
    }
    #detailnumber h5{
        font-size: 20px;
        color: #ed231a;
        font-weight: bold;
        text-transform: uppercase;
    }
    /* detail */
    #detail {
        padding: 80px 0;
        text-align: center;
    }
    #detail h2 {
        font-size: 32px;
        color: #021744;
        position: relative;
        padding-bottom: 20px;
        display: inline-block;
    }
    #detail h2::after {
        content: '';
        color: #021744;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 50%;
        height: 3px;
        background-color: #ed231a !important;
        transform: translateX(-50%);
        top: 50px;
    }
    #detailitem {
        padding: 70px 40px;
    }
    .detail-nav {
        text-transform: uppercase;
        text-align: left;
        color: black;
        font-size: 13px;
        padding: 15px;
        font-weight: bold;
        white-space: nowrap;
    }
    .nav-detail .detail-nav.active {
        background-color: #F7FAFF;
        color: #ed231a !important;
        border-radius: 10px;
        font-size: 13px;
        font-weight: bold;
        padding: 15px;
        white-space: nowrap;
    }
    .detail-nav:hover {
        color: black;
    }
    .card-item {
        background-color: white;
        margin-left: 25px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        padding: 10px 20px;
    }
    #navdetailimg {
        width: 200px;
        height: 200px;
    }
    .content-text{
        text-align: left;
        margin-left: 80px;
    }
    .content-text h5{
        font-size: 20px;
        text-transform: uppercase;
        color: #021744;
        position: relative;
        padding: 20px 0;
        font-weight: bold;
    }
    .content-text h5::after{
        content: '';
        color: #021744;
        position: absolute;
        bottom: 0;
        width: 50%;
        height: 3px;
        background-color: #ed231a !important;
        top: 55px;
        left: 0
    }
    .content-text p{
        font-size: 12px;
        margin-top: 25px;
    }
    /* about */
    #about {
        text-align: center;
        padding-top: 50px;
    }
    #aboutitem {
        padding: 50px;
    }
    #aboutitem img {
        margin: 30px;
        width: 120px;
        height: 120px;
    }
    #aboutitem h1 {
        font-size: 40px;
        color: #021744;
        font-weight: bold;
    }
    #aboutitem h3 {
        margin-top: -20px;
        color: #ed231a;
        font-size: 20px;
        font-weight: bold;
    }
    /* apps */
    #apps {
        padding: 80px 0 50px 0;
        text-align: center;
    }
    #apps h2 {
        font-size: 32px;
        color: #021744;
        position: relative;
        padding-bottom: 20px;
        display: inline-block;
    }
    #apps h2::after {
        content: '';
        color: #021744;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 50%;
        height: 3px;
        background-color: #ed231a !important;
        transform: translateX(-50%);
        top: 50px;
    }
    #appsone {
        padding: 90px 50px 30px 50px;
    }
    #appsone img {
        width: 400px;
        height: 300px;
    }
    #appsone h1 {
        font-weight: bold;
        color: #021744;
        font-size: 35px;
        text-align: left;
        padding-top: 50px;
    }
    #appsone p {
        font-size: 16px;
        color: #021744;
        text-align: left;
        padding-top: 20px;
        padding-right: 80px;
    }
    #appstwo {
        padding: 0 100px;
    }
    #appstwo img {
        width: 400px;
        height: 300px;
    }
    #appstwo h1 {
        font-weight: bold;
        color: #021744;
        font-size: 35px;
        text-align: left;
        padding-top: 80px;
    }
    #appstwo p {
        font-size: 16px;
        color: #021744;
        text-align: left;
        padding-top: 20px;
    }
    #appsthree {
        padding: 90px 50px 30px 50px;
    }
    #appsthree img {
        width: 400px;
        height: 300px;
    }
    #appsthree h1 {
        font-weight: bold;
        color: #021744;
        font-size: 35px;
        text-align: left;
        padding-top: 50px;
    }
    #appsthree p {
        font-size: 16px;
        color: #021744;
        text-align: left;
        padding-top: 20px;
        padding-right: 80px;
    }
    /* client */
    #client {
        padding: 50px;
        text-align: center;
    }
    #client h2 {
        font-size: 35px;
        color: #021744;
        position: relative;
        padding: 0 50px 0 50px;
        display: inline-block;
    }
    #client h2::after {
        content: '';
        color: #021744;
        position: absolute;
        width: 50%;
        height: 3px;
        background-color: #ed231a !important;
        transform: translateX(-50%);
        top: 50px;
        bottom: 15px;
        left: 50%;
    }
    .imgclient {
        width: 150px;
        height: 110px;
        object-fit: contain;
        padding: 0 30px;
    }
    /* gallery */
    #gallery {
        padding: 80px 0 10px 0;
        text-align: center;
    }
    #gallery h2 {
        color: #021744;
        position: relative;
        padding-bottom: 80px;
        display: inline-block;
    }
    #gallery h2::after {
        content: '';
        color: #021744;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 50%;
        height: 3px;
        background-color: #ed231a !important;
        transform: translateX(-50%);
        top: 70px;
    }
    .img-gallery {
        width: 200px;
        height: 320px;
        object-fit: contain;
        padding: 10px;
    }
    .center-image {
        position: absolute;
        margin-left: -128px;
        margin-top: -388px;
        z-index: 1;
        width: 390px;
        height: 400px;
    }
    /* contact */
    #contact {
        padding: 80px 0;
        text-align: center;
    }
    #contact h2 {
        color: #021744;
        position: relative;
        padding-bottom: 20px;
        display: inline-block;
    }
    #contact h2::after {
        content: '';
        color: #021744;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 50%;
        height: 3px;
        background-color: #ed231a !important;
        transform: translateX(-50%);
        top: 50px;
    }
    #leftcontact {
        padding: 50px 100px;
        text-align: left;
    }
    #leftcontact p {
        padding-top: 10px;
        font-size: 14px;
        color: grey;
    }
    #phone {
        margin-top: 20px;
        margin-bottom: 30px;
        background-color: #ed231a;
        border-radius: 10px;
    }
    #phone i{
        padding-top: 20px;
        padding-left: 20px;
        font-size: 30px;
        color: white;
    }
    #phone p {
        font-size: 12px;
        color: white;
        padding-top: 10px;
    }
    #phone h5 {
        color: white;
        font-size: 12px;
        white-space: nowrap;
        margin-top: -10px;
        padding-bottom: 5px;
    }
    #email {
        margin-top: 20px;
        margin-bottom: 30px;
        background-color: black;
        border-radius: 10px;
    }
    #email i{
        padding-top: 20px;
        padding-left: 20px;
        font-size: 30px;
        color: white;
    }
    #email p {
        font-size: 12px;
        color: white;
        padding-top: 10px;
    }
    #email h5 {
        color: white;
        font-size: 12px;
        white-space: nowrap;
        margin-top: -10px;
        padding-bottom: 5px;
    }
    #maps {
        margin-top: 20px;
    }
    #contactHeader {
        font-weight: bold;
        font-size: 25px;
    }
    #rightcontact {
        padding: 50px 100px;
        text-align: left;
    }
    #rightcontact p {
        padding-top: 10px;
        font-size: 14px;
        color: grey;
    }
    #formcontact {
        margin-top: 30px;
    }
    .form-label {
        font-weight: 600;
        padding-bottom: 5px;
    }
    .form-control {
        background-color: #f5f8fa;
    }
    .form-control:focus {
        background-color: #f5f8fa;
    }
    #btn-submit {
        margin-top: 30px;
        background-color: #ed231a;
        color: white;
        font-size: 16px;
    }
    #btn-submit:active,
    #btn-submit:focus {
        background-color: #ed231a;
        outline: none;
    }
}
@media (max-width: 988px) {
    .fixed-top {
        display: none;
    }
    #home {
        padding: 0 10px;
        width: 100%;
    }
    #left {
        padding: 0;
    }
    #logo, #right {
        display: none;
    }
    #left h1 {
        font-size: 35px;
        letter-spacing: 2px;
        color: #021744;
        margin-left: 50px;
        padding-top: 100px;
        padding-bottom: 50px;
    }
    #next {
        margin-left: 50px;
        padding: 15px;
    }
    /* detail */
    #detail {
        padding: 50px 10px;
    }
    #detaildesc p {
        font-size: 14px;
        padding: 50px 50px 0 50px;
    }
    /* about */
    #about {
        padding: 50px 10px;
    }
    #aboutitem {
        padding: 50px;
    }
    #aboutitem img {
        margin: 50px;
        width: 120px;
        height: 120px;
    }
    /* apps */
    #apps {
        padding: 100px 10px;
        text-align: center;
    }
    #appsone img {
        width: 250px;
        height: 250px;
        margin-left: -20px;
    }
    #appsone h1 {
        text-align: center;
    }
    #appsone p {
        text-align: center;
        padding-right: 0;
    }
    #appstwo {
        padding: 0 50px;
        display: flex;
        flex-wrap: wrap;
    }
    #appstwo .col-lg-6:nth-child(1) {
        order: 2;
    }
    #appstwo .col-lg-6:nth-child(2) {
        order: 1;
    }
    #appstwo img {
        width: 250px;
        height: 250px;
        margin-top: 70px;
    }
    #appstwo h1 {
        padding-top: 50px;
        text-align: center;
    }
    #appstwo p {
        text-align: center;
        padding-right: 0;
        margin-bottom: 50px;
    }
    #appsthree img {
       	width: 250px;
        height: 250px;
        margin-left: -20px;
    }
    #appsthree h1 {
        text-align: center;
    }
    #appsthree p {
        text-align: center;
        padding-right: 0;
    }
    #detail {
        display: none;
    }
    /* client */
    #client {
        text-align: center;
        padding: 100px 10px;
    }
    #client h2 {
        padding: 0;
        font-size: 24px;
        color: #021744;
        position: relative;
        display: inline-block;
        margin-bottom: 100px;
    }
    #client h2::after {
        content: '';
        color: #021744;
        position: absolute;
        width: 50%;
        height: 3px;
        background-color: #ed231a !important;
        transform: translateX(-50%);
        top: 50px;
        bottom: 15px;
        left: 50%;
    }
    .imgclient {
        width: 150px;
        height: 110px;
    }
    /* gallery */
    #gallery {
        padding: 50px 10px;
        text-align: center;
    }
    #gallery h2 {
        color: #021744;
        position: relative;
        padding-bottom: 80px;
        display: inline-block;
    }
    #gallery h2::after {
        content: '';
        color: #021744;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 50%;
        height: 3px;
        background-color: #ed231a !important;
        transform: translateX(-50%);
        top: 70px;
    }
    .img-gallery {
        width: 280px;
        height: 350px;
        object-fit: contain;
        padding: 10px;
    }
    .center-image {
        position: absolute;
        margin-left: -135px;
        margin-top: -420px;
        z-index: 1;
        width: 410px;
        height: 430px;
        display: none;
    }
        /* contact */
        #contact {
        padding: 50px 0;
        }
        #phone {
        margin-top: 50px;
        margin-bottom: 20px;
        background-color: #ed231a;
        border-radius: 10px;
    }
    #phone p {
        text-align-last: left;
    }
        #email {
        margin-top: 0;
        margin-bottom: 70px;
        background-color: black;
        border-radius: 10px;
    }
    #email p {
        text-align-last: left;
    }
    #contactHeader {
        padding-top: 50px;
        font-weight: bold;
        font-size: 25px;
    }
    #leftcontact {
        padding: 50px 60px;
        text-align: left;
    }
    #leftcontact p {
        padding-top: 10px;
        text-align: center;
    }
    #rightcontact {
        padding: 0 60px 50px 60px;
    }
    #rightcontact p {
        padding-top: 10px;
        font-size: 14px;
        color: grey;
    }
}
