@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Montserrat', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

body.load-hide {
    background: #140F38;
    color: #fff;
}

@font-face {
    font-family: 'nulshock-bold';
    src: url(../fonts/nulshock-bold.otf);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gothic A1', sans-serif;
}

h1 {
    font-family: 'nulshock-bold';
    font-size: 66px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin: 0 0 30px;
}

h1 span {
    display: block;
    color: #29AAE1;
}

h2 {
    font-family: 'nulshock-bold';
    font-size: 66px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    margin: 0 0 20px;
}

h2 span {
    color: #29AAE1;
}

h3 {
    font-family: 'nulshock-bold';
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 700;
    margin: 0 0 28px;
}

h4 {
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
    font-family: 'Montserrat', sans-serif;
}

h5 {
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
    font-family: 'Montserrat', sans-serif;
}

h6 {
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
    font-family: 'Montserrat', sans-serif;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right !important;
    padding: 0 40px 0 30px;
    background-position-x: 90% !important;
    appearance: none;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/* BEGIN: HEADER SEC CSS */

.slicknav_menu {
    display: none;
}

@media only screen and (min-width:0px) and (max-width:767px) {
    .slicknav_menu {
        display: block;
    }
}

a {
    text-decoration: none;
}

img {
    width: 100%;
}


/* Header */

div#Header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

div#Header:before {
    position: absolute;
    content: '';
    background-color: #00000054;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.main-navigate {
    padding: 20px 0;
}

.logo-hd a img {
    width: 100%;
}

ul#menu {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 40px;
    margin: 0;
    padding-left: 80px;
}

ul#menu li {
    list-style: none;
}

ul#menu li a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}


/* end  */


/* section 0 */

div#section0 {
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-position: top;
}

.banner {
    padding-top: 28vh;
}

.btn1 {
    background: #29aae1;
    color: #fff;
    padding: 14px 20px;
    border-radius: 30px;
    transition: 0.5s;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Montserrat';
}

.btn1:hover {
    background: #fff;
    color: #29aae1;
}


/* emd  */


/* Welocme */

.welcome-pca {
    background: #191717;
    text-align: center;
    padding: 40px 0;
}

.welcome-pca h3 {
    color: #fff;
    font-size: 26px;
    text-transform: capitalize;
    margin: 0;
}

.welcome-pca h2 {
    margin-bottom: 20px;
}

.who-we {
    background: antiquewhite;
    height: 100%;
}

.who-we {
    background-image: url(../images/welcome-bg.jpg);
    height: 100%;
    background-size: cover;
}

.who-text {
    padding-top: 12vh;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 35px;
    color: #fff;
}


/* end  */


/* Company Profile */

.company-profile {
    background-image: url(../images/company-bg.png);
    background-size: cover;
    height: 100%;
    padding: 10vh 0;
}

.comp-img img {
    height: 80vh;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
    transform: scale(1.2);
    transition: 0.5s;
}

.comp-img {
    overflow: hidden;
}

.comp-img:hover img {
    transform: scale(1);
}

.company-profile .row {
    align-items: center;
}

.com-text p {
    width: 90%;
    font-size: 22px;
}


/* end  */


/* Business Model */

.business-model {
    height: 100%;
    background-image: url(../images/map.png);
    background-size: cover;
    background-color: #0a0a0a;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.busin-box {
    padding: 40px;
    background: #383737;
    border-radius: 10px;
}

.busin-box h2 {
    font-size: 50px;
}

.business-model .row {
    align-items: center;
}

.bsin-img img {
    width: 80%;
}


/* end  */


/* Get In Touch */

.get-in-touch {
    height: 100vh;
    background-image: url(../images/touch-bg.png);
    background-size: cover;
    padding-top: 12vh;
}

.form-touch h2 {
    font-size: 45px;
}

.form-touch {
    background: #3a3c3d;
    padding: 40px;
    width: 70%;
    margin-left: 10%;
    border-radius: 10px;
}

.form-touch form input,
.form-touch form textarea {
    width: 100%;
    height: 60px;
    padding: 0 12px;
    border-radius: 5px;
    margin-bottom: 20px;
    background: #616262;
}

.form-touch form textarea {
    height: 200px;
    padding-top: 20px;
}

.form-touch form input::placeholder,
.form-touch form textarea::placeholder {
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat';
}

button.btn1 {
    width: 100%;
    border-radius: 6px;
    border: unset;
    height: 60px;
}

.path-line {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.path-line img {
    height: 440px;
}

h2.sec-h2 {
    text-align: right;
    margin-bottom: 0;
    margin-top: 10px;
}

.path-line h2 {
    font-size: 60px;
}

h2.sec-h2 {
    text-align: right;
    margin-bottom: 0;
    margin-top: 10px;
}

.path-line h2 {
    font-size: 60px;
}


/* end  */


/* Footer */

div#Footer {
    height: 100%;
}

.footer {
    background: #000;
    height: 100%;
    text-align: center;
    display: grid;
    align-content: space-between;
}

.ftr-content h2 {
    color: #29AAE1;
    margin-bottom: 40px;
}

.ftr-content p,
.ftr-content a {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
    transition: 0.5s;
}

.ftr-content p:hover,
.ftr-content a:hover {
    color: #29aae1;
    padding-left: 10px;
}

.ftr-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin: 0;
    padding: 0;
    margin: 80px 0 40px 0;
}

.ftr-nav ul li {
    list-style: none;
}

.ftr-nav ul li a {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.back-top {
    padding: 30px;
    background: #29AAE1;
}

.back-top a {
    color: #fff;
    font-size: 20px;
    font-family: 'nulshock-bold';
}

.ftr-content {
    padding-top: 7%;
}


/* end  */


/* Dots */

.dots-number {
    display: grid;
    align-items: center;
    justify-content: end;
    gap: 30px;
    position: relative;
    z-index: 0;
}

.dots-number:before {
    position: absolute;
    content: '';
    height: 120%;
    width: 2px;
    right: 7px;
    background: #fff;
    z-index: -1;
    top: -10%;
}

.dots-number a {
    color: #6a6a6a;
}

#fp-nav.fp-right {
    right: 9%;
    top: 50vh;
}

#fp-nav ul li a span {
    background: #4c4949;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    height: 12px;
    width: 12px;
    margin: 0;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    margin: 0;
    background: #fff;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    width: auto;
    height: 30px;
    margin: 0;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    margin: 0;
}

#fp-nav.fp-right ul {
    position: relative;
}

#fp-nav.fp-right ul:before {
    position: absolute;
    content: '';
    background: #fff;
    right: -6px;
    top: -8%;
    width: 1px;
    height: 120%;
}

.count h4 {
    font-size: 46px;
    -webkit-text-stroke: 2px #ffffff78;
    color: transparent;
    line-height: 1.4;
    position: absolute;
    right: 1%;
    top: 39vh;
}

.count h4 span {
    font-size: 60px;
    color: #636365;
    display: block;
    -webkit-text-stroke: 0;
}


/* end  */

@media only screen and (min-width: 1661px) and (max-width: 1920px) {}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    h1 {
        font-size: 59px;
    }
    .banner {
        padding-top: 30vh;
    }
    .count h4 span {
        font-size: 50px;
    }
    .count h4 {
        font-size: 40px;
    }
    .welcome-pca h2 {
        font-size: 50px;
    }
    h2 {
        font-size: 50px;
    }
    p {
        font-size: 19px;
        line-height: 30px;
    }
    .com-text p {
        font-size: 19px;
    }
    .comp-img img {
        width: 77%;
    }
    .busin-box h2 {
        font-size: 40px;
    }
    .form-touch h2 {
        font-size: 40px;
    }
    .path-line img {
        height: 320px;
    }
    .form-touch form textarea {
        height: 170px;
    }
    .get-in-touch {
        padding-top: 7vh;
    }
    .ftr-nav ul {
        margin-top: 40px;
    }
    .ftr-content {
        padding-top: 5%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    ul#menu {
        padding-left: 20px;
        gap: 30px;
    }
    ul#menu li a {
        font-size: 16px;
    }
    h1 {
        font-size: 50px;
    }
    .banner {
        padding-top: 30vh;
    }
    .count h4 {
        font-size: 30px;
    }
    .count h4 span {
        font-size: 37px;
    }
    h2 {
        font-size: 50px;
    }
    .welcome-pca h3 {
        font-size: 19px;
    }
    .welcome-pca {
        padding: 20px 0;
    }
    p {
        font-size: 18px;
        line-height: 24px;
    }
    .com-text p {
        font-size: 18px;
    }
    .comp-img img {
        width: 83%;
        height: 400px;
        transform: scale(1.1);
    }
    .path-line h2 {
        font-size: 46px;
    }
    .form-touch {
        margin-left: 5%;
        width: 80%;
        padding: 40px 20px;
    }
    .form-touch h2 {
        font-size: 40px;
    }
    .form-touch form textarea {
        height: 150px;
    }
    .path-line img {
        height: 400px;
    }
    .ftr-nav ul {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    ul#menu {
        padding-left: 10px;
        gap: 15px;
    }
    ul#menu li a {
        font-size: 12px;
    }
    h1 {
        font-size: 32px;
        line-height: 1.4;
    }
    .banner {
        padding-top: 30vh;
    }
    .count h4 {
        font-size: 30px;
        top: 46vh;
        right: 2px;
    }
    .count h4 span {
        font-size: 35px;
    }
    #fp-nav.fp-right {
        right: 10%;
        top: 55vh;
    }
    .welcome-pca h2 {
        font-size: 40px;
    }
    h2 {
        font-size: 40px;
    }
    .welcome-pca h3 {
        font-size: 20px;
    }
    p {
        font-size: 15px;
        line-height: 23px;
    }
    .com-text p {
        width: 100%;
        font-size: 15px;
    }
    .comp-img img {
        width: 86%;
        height: 350px;
    }
    .comp-img img {
        transform: scale(1);
    }
    .busin-box h2 {
        font-size: 26px;
    }
    .busin-box {
        padding: 40px 20px 40px 20px;
    }
    .path-line h2 {
        font-size: 40px;
    }
    .path-line img {
        height: 300px;
    }
    .path-line {
        display: block;
    }
    .form-touch {
        padding: 40px 20px;
        width: 88%;
        margin: 0;
    }
    .form-touch form textarea {
        height: 120px !important;
    }
    .form-touch form input,
    .form-touch form textarea {
        height: 40px;
        padding: 10px;
    }
    .form-touch h2 {
        font-size: 35px;
    }
    .ftr-content p,
    .ftr-content a {
        font-size: 16px;
    }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    div#Header {
        position: static;
        padding-top: 50px;
    }
    h1 {
        font-size: 28px;
        line-height: 1.4;
    }
    .btn1 {
        font-size: 13px;
    }
    .count h4 {
        display: none;
    }
    #fp-nav.fp-right {
        right: 5%;
    }
    h2 {
        font-size: 28px;
    }
    .welcome-pca h3 {
        font-size: 15px;
    }
    .welcome-pca {
        padding: 20px 0;
    }
    p {
        font-size: 15px;
        line-height: 24px;
    }
    .who-text p {
        width: 98%;
    }
    .company-profile {
        padding: 4vh 0;
    }
    .com-text p {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .comp-img img {
        height: 200px;
        width: 90%;
    }
    .busin-box h2 {
        font-size: 23px;
    }
    .busin-box {
        width: 96%;
        padding: 20px 10px;
    }
    .bsin-img img {
        height: 250px;
        object-fit: contain;
    }
    .path-line h2 {
        font-size: 30px;
    }
    .path-line img {
        height: 140px;
        object-fit: contain;
    }
    .path-line h2 {
        margin-right: 6%;
    }
    .get-in-touch {
        padding: 20px 0;
    }
    .form-touch {
        width: 95%;
        margin: 0;
        padding: 20px;
        margin-top: 10px;
    }
    .form-touch h2 {
        font-size: 28px;
    }
    .form-touch form input,
    .form-touch form textarea {
        height: 40px;
        border: unset;
        padding: 10px;
    }
    button.btn1 {
        height: 40px;
        padding: 10px;
    }
    .ftr-content p,
    .ftr-content a {
        font-size: 15px;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .ftr-nav ul {
        margin-top: 30px;
        gap: 6px;
    }
    .ftr-nav ul li a {
        font-size: 11px;
    }
    .ftr-content {
        padding-top: 20%;
    }
    .back-top a {
        font-size: 15px;
    }
    .slicknav_menu {
        position: absolute;
        z-index: 999;
        right: 0;
        width: 100%;
        background: unset;
    }
    ul.slicknav_nav {
        background: #000;
        padding: 10px;
    }
}