* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Poppins, Roboto, Times New Roman, sans-serif;
}

:root {
    --ap-blue: #0074bc;
    --ap-red: #ed1c24;
    --ap-dark-blue: #00498b;
    --ap-dark-red: #b20000;
    --ap-light-blue: #58a2ef;
    --ap-light-red: #ff5f4e;
    --ap-dark: #171717;
    --ap-text-light: #dedede;
    --ap-gradient: linear-gradient(to right, #00498b, #5e3a8c, #941472, #b20043, #b20000);
    --ap-gradient-tb: linear-gradient(180deg, #00498b, #5e3a8c 29%, #941472 67%, #b20043 86%, #b20000);
}

body {
    line-height: 1.5em;
    margin: 0;
    font-weight: 500;
    background-repeat: no-repeat;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

img {
    width: 100%;
}

.ap-p-font {
    font-family: Roboto, Times New Roman, sans-serif;
}

.flex {
    display: flex;
}

.ap-text-bold {
    font-weight: bold;
}

.ap-text-600 {
    font-weight: 600;
}

.ap-text-white {
    color: white;
}

.ap-word-spacing {
    letter-spacing: 4px;
}

.ap-th-lg {
    min-width: 6rem;
}

.ap-title-font {
    font-size: 42px;
}

.ap-pt-100 {
    padding-top: 100px;
}

.ap-pb-100 {
    padding-bottom: 100px;
}

.ap-pt-40 {
    padding-top: 40px;
}

.ap-pb-40 {
    padding-bottom: 40px;
}

.ap-mt-70 {
    margin-top: 70px;
}

.ap-mt-50 {
    margin-top: 50px;
}

.ap-mb-70 {
    margin-bottom: 70px;
}

.ap-m-10 {
    padding-left: 20px;
    padding-right: 20px;
}

.ap-m-20 {
    padding-left: 25px;
    padding-right: 25px;
}

.ap-mt-20 {
    margin-top: 25px;
}

.ap-pt-70 {
    padding-top: 70px;
}

.ap-height-fix {
    height: 100% !important;
}

.ap-height-50 {
    height: 50%;
}

.ap-h-120 {
    height: 120% !important;
}

.ap-display-table {
    display: table;
    margin: auto;
}

.ap-align-middle {
    vertical-align: middle;
    display: table-cell;
}

.ap-t-font-size {
    font-size: 3em;
}

.ap-p-font-size {
    font-size: 0.8em;
}

.ap-f-font-size {
    font-size: 0.9em;
}

.ap-m-font-size {
    font-size: 1.8rem;
}

.ap-s-font-size {
    font-size: 1.2rem;
}

.ap-font-size-1 {
    font-size: 1.5rem;
}

.ap-text-justify {
    text-align: justify;
}

.ap-text-center {
    text-align: -webkit-center;
}

.ap-pt-2 {
    padding-top: 1.2em;
}

.ap-text-red {
    color: var(--ap-blue);
}

.ap-line-height-1 {
    line-height: 1.3em;
}

.ap-text-light li a {
    color: var(--ap-text-light);
}

.ap-text-black li a {
    color: black;
}

.ap-black {
    color: black;
}

.ap-black:hover {
    color: var(--ap-red);
}

.ap-width-80 {
    width: 80% !important;
    align-items: center;
    margin: auto;
}

.ap-width-60 {
    width: 60% !important;
    align-items: center;
    margin: auto;
}

.ap-btn {
    text-decoration: none;
    color: black;
    text-transform: uppercase;
    border: 2px solid transparent;
    border-image: var(--ap-gradient) 1;
    padding: 0.8em;
}

.ap-text-gradient {
    background-image: var(--ap-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ap-width-fit {
    width: fit-content;
}

.ap-width-fill {
    width: -webkit-fill-available;
}

.ap-factory-icon {
    background-image: url("../images/factory-icon.png");
}

.ap-flex-column-reverse {
    flex-direction: column-reverse;
}

.ap-flex-column {
    flex-direction: column;
}

/* header start */

.menu {
    width: 100%;
    max-height: 1%;
}

.menu-text {
    margin: 18px;
    text-decoration: none;
    color: white;
    align-items: center;
    border: 1px solid white;
    padding: 8px 18px;
}

.main_header {
    position: absolute;
    /*position: fixed;*/
    left: 0;
    right: 0;
    z-index: 999;
}

.t-overlay {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.62) !important;
}

.t-overlay-achievement {
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.62) !important;
}

.company-logo img {
    width: 180px;
    padding: 16px;
    background-color: white;
    z-index: 1000;
}

.ap-bg-full-img {
    position: static;
    display: block;
    height: 500px;
    width: 100%;
}

.ap-hide-mobile-menu {
    display: none;
}

.banner {
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-position: 50% 50%;
    background-size: cover;
    /*background: rgb(41, 41, 41);*/
    /*background: linear-gradient(180deg, rgba(41, 41, 41, 1) 0%, rgba(57, 57, 57, 1) 63%, rgba(41, 41, 41, 1) 100%);*/
    background-image: url("../images/banner-image-2.jpg");
    position: absolute;
}

.ap-about-us {
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url("../images/about-us.jpg");
}

.ap-marketing {
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url("../images/marketing-network.jpg");
}

.ap-t-overlay {
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    top: 0;
    height: 100%;
    color: white;
    text-align: center;
    z-index: 1;
    background: rgba(0, 0, 0, 0.60) !important;
}

/*.ap-filter-blur {*/
/*    filter: blur(1px);*/
/*}*/

div.ap-t-overlay:hover {
    background: none;
    color: black;
}

div.ap-filter-hover img:hover {
    filter: none;
}

/* ap-full screen menu */


.fmenu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(255, 255, 255, 0.92);
    overflow-x: hidden;
    transition: 0.5s;
}

.fmenu-content {
    margin-top: 10px;
}

.fmenu a {
    padding: 6px;
    text-decoration: none;
    display: block;
    transition: 0.3s;
}

.fmenu a:hover, .fmenu a:focus {
    color: var(--ap-red);
}

.fmenu .backbtn {
    /*position: relative;*/
    /*float: right;*/
    border: 1px solid black;
    padding: 8px 18px;
    color: black;
    align-items: center;
}

.ap-bg-footer {
    background: var(--ap-dark);
}

.ap-logo-footer a img {
    width: 250px;
    filter: ;
}

.ap-font-uppercase li a {
    text-transform: uppercase;
}

.ap-icon-space {
    margin-left: 20px;
}

.ap-icon-size li a {
    font-size: 1.2rem;
}

.ap-hovereffect {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.ap-hovereffect .ap-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.60);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ap-hovereffect:hover .ap-overlay {
    background-color: transparent;
}

.ap-overlay {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: white;
}

.ap-gradient-bg {
    background: var(--ap-gradient-tb);
}

/* About us start */

.ap-banner-about {
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-position: 50% 50%;
    background-size: cover;
    background-image: url("../images/banner-about-2.jpg");
    position: absolute;
}

/* About us end */

.ap-achievement-img {
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url("../images/banner-about-2.jpg");
}

/* Contact us start */

.ap-banner-contact {
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-position: 50% 50%;
    background-size: cover;
    background-image: url("../images/banner-contact-2.jpg");
    position: absolute;
}

#section05 {
    background: url(https://www.nxworld.net/example/css-scroll-down-button/bg05.jpg) center center / cover no-repeat;
}

#section05 a {
    padding-top: 70px;
}

#section05 a span {
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb05 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

@keyframes sdb05 {
    0% {
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

.contact-form .form-control {
    margin-bottom: 10px;
    height: 60px;
    border-radius: 0;
    background: transparent;
    border-color: var(--ap-dark-blue) !important;
    box-shadow: none;
}

.font-weight-medium {
    font-weight: 500;
}

.bg-light {
    background-color: #f4f8fa !important;
}

.subtitle {
    color: #8d97ad;
    line-height: 24px;
}

.text-themecolor {
    color: #316ce8;
}

h5 {
    line-height: 22px;
    font-size: 18px;
}

a.link {
    color: #3e4555;
}

a.link:hover {
    color: #316ce8;
}

.on-hover {
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.on-hover:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.date-pos {
    right: 10px;
    top: 10px;
}

.date-pos span {
    font-size: 30px;
    line-height: 30px;
}

.bg-info-gradiant {
    background: #188ef4;
    background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
    background: -webkit-gradient(linear, left top, right top, from(#188ef4), to(#316ce8));
    background: -webkit-linear-gradient(left, #188ef4 0%, #316ce8 100%);
    background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%);
    background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
}

.mb-6 {
    margin-bottom: 4.5rem !important;
}
.py-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
}
.w-100px {
    width: 100px !important;
}
.h-100px {
    height: 100px !important;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 600px) {

    .ap-mt-3 {
        margin-top: 2rem !important;
    }

    .ap-title-font {
        font-size: 36px;
    }

    .mb-sm-6 {
        margin-bottom: 4.5rem !important;
    }
    .py-sm-6 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .ap-ptb-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .ap-mt-3 {
        margin-top: 3rem !important;
    }

    .img-70 img {
        width: 70% !important;
    }

    .ap-pr-10 {
        padding-right: 10px;
    }

    .ap-pl-10 {
        padding-left: 10px;
    }

    .ap-pr-20 {
        padding-right: 20px;
    }

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

    .ap-pb-10 {
        padding-bottom: 10px;
    }

    .ap-pt-10 {
        padding-top: 10px;
    }

    .ap-pb-20 {
        padding-bottom: 20px;
    }

    .ap-pt-20 {
        padding-top: 20px;
    }

    .ap-pd-15 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .ap-pd-8 {
        padding-left: 8px;
        padding-right: 8px;
    }

    .mb-md-6 {
        margin-bottom: 4.5rem !important;
    }
    .py-md-6 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .ap-flex-responsive {
        display: flex;
        flex-direction: row;
    }

    .ap-hide-desktop-menu {
        display: none !important;
    }

    .ap-display-desktop-menu {
        display: block!important;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    
    .ap-height-100 {
        height: 100%;
    }

    .ap-mt-3 {
        margin-top: 3rem !important;
    }

    .ap-title-font {
        font-size: 42px;
    }

    .img-80 img {
        width: 80% !important;
    }

    .ap-mt-100 {
        margin-top: 100px;
    }

    .mb-lg-6 {
        margin-bottom: 4.5rem !important;
    }
    .py-lg-6 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .ap-p-font-size {
        font-size: 1rem!important;
    }

    .ap-ml-100 {
        margin-left: 100px !important;
    }

    .ap-mr-100 {
        margin-right: 100px !important;
    }

    .ap-display-desktop-menu {
        display: block!important;
    }

    .ap-text-anim {
        -webkit-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }

    .ap-font-pd-lg li a {
        padding: 20px 6px !important;
    }

    .ap-hide-desktop-menu {
        display: none !important;
    }

    .ap-font-lg li a {
        font-size: 30px !important;
    }

    .ap-btn {
        width: 16rem;
    }

    .ap-pt-100 {
        padding-top: 100px;
    }

    .ap-pb-20 {
        padding-bottom: 20px;
    }

    .ap-mt-40 {
        margin-top: 60px !important;
    }

    .ap-container {
        display: flex;
        width: 83%;
        align-items: center;
        margin: auto;
    }

    .ap-container-83 {
        display: flex;
        width: 83%;
        margin: auto;
    }

    .ap-container-lg {
        width: 83%;
        align-items: center;
        margin: auto;
    }

    .ap-height-100vh {
        min-height: 100vh;
    }

    .ap-hide-desktop {
        display: block;
    }

    .ap-background-img {
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .ap-section {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .ap-center-img {
        object-position: center center;
    }

    .ap-absolute-img {
        position: absolute;
        object-fit: cover;
    }

    .ap-img-left {
        top: 0;
        bottom: 0;
        left: 0;
        width: 50%;
    }

    .ap-img-right {
        top: 0;
        bottom: 0;
        right: 0;
        left: 50%;
        width: 50%;
    }

    .ap-flex-row {
        flex-direction: row;
        display: flex;
    }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .ap-mt-3 {
        margin-top: 5rem !important;
    }

    .img-80 img {
        width: 90% !important;
    }

    .ap-display-desktop-menu {
        display: block!important;
    }

    .ap-hide-desktop-menu {
        display: none !important;
    }

    .mb-xl-6 {
        margin-bottom: 4.5rem !important;
    }
    .py-xl-6 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }


}
