/* Google Fonts Link */

@import url('https://fonts.googleapis.com/css2?family=Acme&family=Balsamiq+Sans:wght@700&family=Concert+One&family=Dancing+Script:wght@500&family=Exo:wght@500&family=Explora&family=IBM+Plex+Sans:wght@500&family=Itim&family=Karla:wght@200&family=Lato:wght@400;700&family=Lobster&family=Ma+Shan+Zheng&family=Montserrat+Alternates&family=Montserrat:wght@300;600&family=Mulish:wght@200;600&family=Nunito:wght@600&family=Open+Sans:wght@400;500&family=Permanent+Marker&family=Playfair+Display&family=Poppins:wght@400;600&family=Roboto+Condensed:wght@700&family=Roboto+Slab&family=Roboto:wght@100;500;700&family=Satisfy&family=Space+Grotesk:wght@500&family=Syne:wght@600&family=Varela+Round&family=Work+Sans:wght@200&display=swap');
* {
    font-family: 'Poppins', sans-serif;
}

.banner {
    width: 100%;
    height: 650px;
    position: relative;
    display: flex;
    align-items: center;
}

.banner video {
    height: 650px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.banner h1 {
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.name {
    text-transform: uppercase;
    letter-spacing: 15px;
    font-size: 25px;
}

.c-name {
    font-size: 70px;
}

.banner p {
    font-size: 16px;
    color: #fff;
}

.theme-btn a {
    border: 2px solid #fec005;
    border-radius: 4px;
    padding: 6px 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: #fec005;
    color: #fff;
    transition: 0.3s all ease-in-out;
}

.theme-btn a:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}


/* new about */

.about_one {
    padding: 80px 0;
}

.new_head_style h3 {
    color: #fec005;
    font-size: 28px;
    position: relative;
    font-weight: 600;
    display: initial;
}

.new_head_style h3::after {
    position: absolute;
    right: -70px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    background: #fec005;
    height: 2px;
    content: "";
}

.new_head_style h1 {
    font-size: 45px;
    font-weight: 600;
    color: rgb(34, 34, 34);
}

.about_icon i {
    display: block;
    width: 42px;
    font-size: 16px;
    box-shadow: -10px -10px 25px rgba(255, 255, 255, .08), 10px 10px 25px rgba(0, 0, 0, .08);
    height: 42px;
    display: flex;
    color: #fff;
    background: #fec005;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 15px;
    cursor: pointer;
}

.about_one p {
    font-size: 15px;
}


/**ABOUT-SECTION**/

.about-section {
    padding: 20px 0;
}

.about-section span {
    color: #fff;
    font-size: 14px;
    background: #fec005;
    display: initial;
    letter-spacing: 2px;
    border-radius: 3px;
    padding: 5px 10px;
}

.about-section h2 {
    font-size: 35px;
    font-weight: 400;
}

.about-section h2 strong {
    color: #fec005;
}

.about-section p {
    font-size: 14px;
    font-weight: 400;
    color: #6c757d;
}


/**PORTFOLIO-SECTION**/

.portfolio-section {
    padding: 50px 0;
}

.portfolio-section h2 {
    font-size: 35px;
    color: #000;
    margin-bottom: 20px;
}

.portfolio-section h2 strong {
    color: #fec005;
}

.image_box img {
    position: relative;
    border-radius: 7px;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.image_box {
    position: relative;
    margin: 35px 0;
    overflow: hidden;
}

.image_box_content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -200px;
    width: 100%;
    padding: 10px;
    text-align: center;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.678), rgb(0, 0, 0));
    color: #fff;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    transition: 0.2s all ease-in-out;
}

.image_box_content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px !important;
}

.image_box_content span {
    font-size: 13px;
}

.image_box:hover .image_box_content {
    bottom: 0;
}


/**FEATURED-SECTION**/

.featured-section {
    padding: 60px 0;
}

.featured-section h2 strong {
    color: #fec005;
}

.featured-section h2 {
    font-size: 34.5px;
    font-weight: 400;
}

.featured-section p {
    font-size: 15px;
    font-weight: 400;
    color: #6c757d;
}

.featured-section i {
    font-size: 32px;
    color: #6c757d;
    margin-bottom: 20px;
}

.featured-section h3 {
    font-size: 19px;
    font-weight: 400;
}

.new_feature p {
    font-size: 13px;
}


/**TESTIMONIALS**/

.testimonials {
    padding: 50px 0;
}

.testimonials h2 {
    font-size: 35px;
    color: #000;
    font-weight: 600;
}

.testimonial-section {
    background: #f1f1f1;
    padding: 15px;
    border-radius: 7px;
}

.testimonial-section img {
    height: 60px;
    width: 60px;
    margin-right: 10px;
    border-radius: 45px;
}

.testimonial-section h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0 !important;
}

.testimonial-section span {
    font-size: 13px;
}

blockquote p {
    font-size: 12px;
    color: #6c757d;
}


/**AWESOME-PROJECT**/

.awesome-project {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, rgb(0, 0, 0, 0.5), rgb(0, 0, 0, 0.5)), url(../images/fast.webp) no-repeat;
    background-size: cover;
    background-position: center;
}

.awesome-project h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
}

.awesome-project p {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
}


/**FOOTER**/

footer {
    background-color: #080704;
    padding: 60px 0 30px 0;
}

footer h3 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

footer p {
    font-size: 15px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.815);
}

footer ul {
    margin: 0px !important;
    padding: 0px !important;
}

footer ul li {
    list-style: none;
}

footer ul li a {
    text-decoration: none !important;
}

footer i {
    margin-right: 20px;
    color: #fff;
}

footer a {
    font-size: 14px;
    text-decoration: underline !important;
    color: rgb(201, 201, 201);
}

footer a:hover {
    text-decoration: none !important;
    color: #fff;
}

footer .col-md-12 p {
    font-size: 17px;
    font-weight: 400;
    margin-top: 120px;
}


/**ABOUT**/

.breadcrumb_bg {
    background: linear-gradient(to right, rgb(0, 0, 0, 0.5), rgb(0, 0, 0, 0.5)), url(../images/bread.jpg) no-repeat;
    background-size: cover;
    height: 450px;
    background-position: center;
    display: flex;
    align-items: center;
}

.breadcrumb_bg h1 {
    color: #fff;
    font-weight: 600;
    font-size: 65px;
}

.nav_bread {
    display: flex;
    text-align: center;
    justify-content: center;
}

.nav_bread a {
    color: #fff;
    font-weight: 600;
    margin: 0 15px;
}

.nav_bread a:hover {
    color: #fff;
    text-decoration: none;
}


/**ABOUT-COMPANY**/

.about-company {
    padding: 100px 0px;
}

.about-company img {
    border-radius: 10px;
}

.sub-heading span {
    background-color: #fec005;
    color: #fff;
    padding: 7px 14px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
}

.about-company h1 {
    font-size: 35px;
    font-weight: 650;
    color: #000;
}

.about-company p {
    font-size: 16.5px;
    font-weight: 400;
    color: #525252;
    letter-spacing: 0.1px;
}

.about-company .icon-div {
    height: 70px;
    width: 70px;
    background-color: #fec005;
    color: #fff !important;
    border-radius: 10px;
}

.about-company h4 {
    font-size: 20px;
    font-weight: 600;
    color: #0a0b0f
}

.about-company p {
    font-size: 16px;
    font-weight: 400;
    color: #515151
}

.icon-div img {
    border-radius: 0px !important;
    width: 45px;
}

.info-box {
    font-size: 50px !important;
    display: flex;
}

.info-box h3 {
    font-size: 25px !important;
    font-weight: 700 !important;
    padding-left: 10px;
    margin-bottom: 3px !important;
}

.info-box p {
    font-size: 16px;
    font-weight: 400;
    color: #515151;
    padding-left: 15px;
    letter-spacing: normal !important;
}


/**SERVICES**/

.services {
    background-color: #f2f2f2;
    padding: 60px 0px;
}

.services h1 {
    font-size: 40px;
    font-weight: 600;
    color: #000;
}

.service_box {
    background: #fff;
    margin: 10px;
    padding: 20px 10px;
    border-radius: 10px;
    text-align: center;
}

.service_box img {
    height: 50px;
    width: 50px;
}

.service_box h4 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.services p {
    font-size: 14px;
    color: #515151;
    margin-bottom: 10px;
}

.btn-container {
    height: 40px;
    width: 40px;
    background-color: #fec005;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-container i {
    font-size: 17px !important;
    color: #fff;
}

.btn-container:hover {
    box-shadow: rgba(0, 94, 124, 0.30) 0px 1px 4px, rgba(0, 94, 124, 0.30) 0px 0px 0px 3px;
}

.portfolio_page .image_box img {
    height: 500px;
}


/**CONTACT-INFORMATION**/

.contact-information {
    height: auto;
    background-color: #fff;
    padding: 100px 0px;
}

.contact-information h1 {
    font-size: 50px;
    font-weight: 600;
    color: #000;
}

.icon-container {
    height: 80px;
    width: 80px;
    background-color: #fff;
    border-radius: 45px;
    transition-duration: 0.5s;
}

.icon-container i {
    font-size: 35px;
    color: #fec005 !important;
    transition-duration: 0.5s;
}

.contact-us {
    padding: 45px 30px !important;
}

.contact-us h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.contact-us p {
    font-size: 16px;
    color: #515151;
    font-weight: 600;
    margin-top: 5px !important;
    margin: 0px;
    padding: 0px;
}

.icon-container:hover {
    background-color: #fec005 !important;
}

.icon-container:hover i {
    color: #fff !important;
}


/**CONTACT-FORM**/

.contact-form {
    height: auto;
    padding: 100px 0px;
    background-color: rgba(0, 94, 124, 0.10);
}

.contact-form img {
    border-radius: 10px;
}

.contact-form input {
    border: 0px;
    padding: 25px;
    border-radius: 10px;
}

.contact-form textarea {
    border: 0px;
    border-radius: 10px;
    padding: 10px 25px;
}

.contact-form select {
    border: 0px;
    padding: 14px;
    border-radius: 10px;
    color: #495057;
    width: 100% !important;
}

.portfolio img {
    border: 0px;
    border-radius: 10px;
}


/**PRIVACY-POLICY**/

.terms-page {
    height: auto;
    padding: 50px 0px;
}

.terms-page h2 {
    font-size: 20px;
    color: #fec005;
    font-weight: 600;
}

.terms-page p {
    font-size: 15px;
    color: #6c757d;
}


/**IT-SERVICES**/

.ICT {
    padding: 100px 0px;
    background-color: #f1f1f1;
}

.ICT h1 {
    font-size: 35px;
    color: #000;
    font-weight: 600;
}

.ICT h2 {
    font-size: 25px;
    color: #fec005;
    font-weight: 600;
}

.ICT p {
    font-size: 15px;
    font-weight: 400;
    color: #6c757d;
}

.ICT-fields {
    background-color: #fff;
    border-radius: 10px;
}

.ict_img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    padding-bottom: 5px;
    border-radius: 10px;
}

.structured-cabling {
    height: auto;
    padding: 100px 0px;
}

.structured-cabling img {
    height: 300px;
    object-fit: cover;
}

.structured-cabling h1 {
    font-size: 28px;
    color: #000;
    font-weight: 600;
}

.structured-cabling p {
    font-size: 15px;
    color: #6c757d;
}

.structured-cabling strong {
    color: #fec005;
}

.networking {
    height: auto;
    padding: 100px 0px;
}

.networking img {
    height: 300px;
    object-fit: cover;
}

.networking h1 {
    font-size: 28px;
    color: #000;
    font-weight: 600;
}

.networking p {
    font-size: 15px;
    color: #6c757d;
}

.networking strong {
    color: #fec005;
}

.networking li {
    font-size: 15px !important;
    color: #6c757d !important;
}

.voice-data {
    height: auto;
    padding: 100px 0px;
}

.voice-data img {
    height: 300px;
    object-fit: cover;
}

.voice-data h1 {
    font-size: 28px;
    color: #000;
    font-weight: 600;
}

.voice-data p {
    font-size: 15px;
    color: #6c757d;
}

.voice-data strong {
    color: #fec005;
}

.voice-data li {
    font-size: 15px !important;
    color: #6c757d !important;
}

.video-conferencing {
    height: auto;
    padding: 100px 0px;
}

.video-conferencing img {
    height: 300px;
    object-fit: cover;
}

.video-conferencing h1 {
    font-size: 28px;
    color: #000;
    font-weight: 600;
}

.video-conferencing p {
    font-size: 15px;
    color: #6c757d;
}

.video-conferencing strong {
    color: #fec005;
}

.security {
    height: auto;
    padding: 100px 0px;
}

.security img {
    height: 300px;
    object-fit: cover;
}

.security h1 {
    font-size: 28px;
    color: #000;
    font-weight: 600;
}

.security p {
    font-size: 15px;
    color: #6c757d;
}

.security strong {
    color: #fec005;
}

.security li {
    font-size: 15px !important;
    color: #6c757d !important;
}

.telecommunication {
    height: auto;
    padding: 100px 0px;
}

.telecommunication img {
    height: 300px;
    object-fit: cover;
}

.telecommunication h1 {
    font-size: 28px;
    color: #000;
    font-weight: 600;
}

.telecommunication p {
    font-size: 15px;
    color: #6c757d;
}

.telecommunication strong {
    color: #fec005;
}

.telecommunication li {
    font-size: 15px !important;
    color: #6c757d !important;
}

.computing-system {
    height: auto;
    padding: 100px 0px;
}

.computing-system img {
    height: 300px;
    object-fit: cover;
}

.computing-system h1 {
    font-size: 28px;
    color: #000;
    font-weight: 600;
}

.computing-system p {
    font-size: 15px;
    color: #6c757d;
}

.computing-system strong {
    color: #fec005;
}

.computing-system li {
    font-size: 15px !important;
    color: #6c757d !important;
}