* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    user-select: none;
}

/* whole nav container */
nav {
    border-bottom: 1px solid lightgray;
    width: 100%;
    height: 100px;
    padding: 10px;
}

/* brand or logo  */
.brand {
    color: white;
    line-height: 70px;
    text-transform: uppercase;
    font-weight: 100;
}

/* nav links sequence  */
nav ul {
    float: right;
    line-height: 70px;
}

nav ul li {
    display: inline-block;
    font-size: 15px;
}

nav ul li a:hover {
    text-decoration: none;
    color: #ffa101;
}

nav ul li a {
    border-radius: 4px;
    padding: 7px 10px;
    color: #ffa101;
    font-weight: bolder !important;
}


/* check disable for full-screen */
#check {
    display: none;
}

/* hamburger recipie */
.hamburbox {
    display: none;
    float: right;
    margin: 18px 10px 0 0;
    z-index: 100;
}

.line {
    display: block;
    margin: 3px auto;
    width: 33px;
    height: 6px;
    background: black;
    transition: all 0.2s ease-in-out;
}

.hamburbox.is-active .line:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
    border-radius: 3px;
}

.hamburbox.is-active .line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    border-radius: 3px;
}

.hamburbox.is-active .line:nth-child(2) {
    border-radius: 3px;
    transition: all .2s;
    opacity: 0;
}


nav ul ul {
    display: none;
    position: absolute;
    top: 120px;
    z-index: 1111111111 !important;
    left: 45%;
    background: white;
    border: 2px solid #ffa101;
    /* Dropdown background color */
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

nav ul li:hover>ul {
    display: inherit;
}

nav ul ul li {
    width: 100%;
    float: none;
    display: list-item;
    position: relative;
    text-align: left;
    margin: 0;
}

nav ul ul a {
    padding: 10px;
    font-size: 0.7rem !important;
    color: #ffa101;
    line-height: 20px;
    text-decoration: none;
    display: block;
    font-weight: bold;
}

nav ul ul a:hover {
    background: #ffa101;
    color: white;
    text-decoration: none !important;
    /* Hover background color */
}

/* responsive nav fonts */
@media (max-width: 990px) {


    nav ul li a {
        font-size: 8px;
        padding: 5px 5px;
    }
}





/* responsive nav  */
@media (max-width: 787px) {
    .hamburbox {
        display: block;
        right: 30px;
        top: 70px;
        position: absolute;
    }

    /*   navbar screen responsive */
    ul {
        position: fixed;
        top: 140px;
        right: -100%;
        transition: all .5s;
        text-align: left;
        width: 90%;
        z-index: 111111;
        border: 2px solid #ffa101;
        height: max-content;
        background: white;
    }

    nav ul li {
        display: block;
        padding: 10px 35px 10px;
        font-size: 16px !important;
        line-height: 40px;
    }

    nav ul li a {
        font-size: 15px;
    }

    nav ul li a:hover {
        text-decoration: none;
        color: #ffa101;
    }

    nav ul ul {
        display: none;
    }

    nav ul ul li {
        display: none;
    }

    #check:checked~ul {
        right: -50%;
    }
}




.main_bar {
    background-color: #54595f;
}

.main_bar1 {
    position: relative;
    cursor: pointer;
}

.main_anker {
    background: #3b5998;
    position: absolute;
    right: 50px;
}

.main_anker1 {
    background: #1da1f2;
    position: absolute;
    right: 0;
}





/* Add any custom styles here */




.owl-carousel {
    width: 1140px;
    margin: 0 auto;
    height: auto !important;
    position: relative;
    /* Add this to set a position for the arrows */
}

.owl-item {
    height: 100%;
    background: black;
    width: 100%;
}

.owl-item img {
    width: 100%;
}

.owl-nav {
    /* Add this block for custom positioning of navigation arrows */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.owl-prev,
.owl-next {
    position: absolute;
    font-size: 30px;
    color: #333;
    /* Customize arrow color */
    background-color: rgba(255, 255, 255, 0.7);
    /* Customize arrow background color */
    padding: 10px 20px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.owl-prev:hover,
.owl-next:hover {
    background-color: rgba(255, 255, 255, 0.9);
    /* Customize arrow background color on hover */
}

.owl-prev {
    left: 10px;
    /* Adjust the left arrow position */
}

.owl-next {
    right: 10px;
    /* Adjust the right arrow position */
}


/* \\\\\\\\\\\\\\\\\\\\\\\ Services ////////////////// */







.Services {
    text-align: center;
    padding: 50px;
}

.Services h1 {
    color: #ffa101;
    font-weight: bolder;
}

.main_h2 {
    color: #ffa101;
    font-size: 19px;
}

.main_a {
    color: #cd3769;
}

.main_a:hover {
    color: #333;
    text-decoration: none;
}

.main_p {
    line-height: 25px;
}



/* \\\\\\\\\\\\\\\\\\\\\\\ Services ////////////////// */







.Why {
    text-align: center;
    padding: 50px;
}


.Why_h1 {
    color: #ffa101;
}



@media screen and (max-width:900px) {
    .Why_h1 {
        font-size: 23px;
    }
}

@media screen and (max-width:900px) {
    .Why_h1 {
        font-size: 30px;
    }
}



/* \\\\\\\\\\\\\\\\\\\\\\\ Clients ////////////////// */




:root {
    --color-light: #fff;
}

.l-band {
    width: 1140px;
    margin: 0 auto;
    min-height: 10vh;
    padding: 3rem;
}

.swiper {
    width: 100%;
}

.swiper-slide {
    width: 33% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper_img {
    width: 90%;
}

.swiper-pagination {
    bottom: 1.25rem !important;
}




/* \\\\\\\\\\\\\\\\\\\\\\\ Footer ////////////////// */






.footer {
    text-align: center;
    padding: 50px;
    background: #54595f;
}

.foot_a {
    font-size: 15px;
    color: #999c97;
    display: block;
}

.foot_a:hover {
    text-decoration: none;
    color: #999c97;
}

.foot_p {
    font-weight: bold;
}

.form-control {
    background: #63686d !important;
    border: none !important;
    color: white !important;
    outline: none !important;
}

.form-control::placeholder {
    color: white !important;
}

textarea {
    height: 100px;
}

.btn_light {
    width: 100%;
    font-weight: bold !important;
    height: 40px;
}



/* \\\\\\\\\\\\\\\\\\\\\\\ footer_bar ////////////////// */





.footer_bar {
    background: #43464c;
}

.main_bar1 {
    position: relative;
    cursor: pointer;
}

.main_anker2 {
    background: transparent;
    position: absolute;
    right: 50px;
}

.main_anker3 {
    background: transparent;
    position: absolute;
    right: 0;
}


/* \\\\\\\\\\\\\\\\\\\\\\\ Careers ////////////////// */





.Career_h1 {
    color: #ffa101;
}

.Career_p {
    font-size: 16px;
}





/* \\\\\\\\\\\\\\\\\\\\\\\ About ////////////////// */


.about_h1 {
    font-weight: bolder;
}

.About_P {
    font-weight: bold;
    font-size: 15px;
}


.anker_parent {
    width: max-content;
    height: 0;
    background-color: white;
    margin-left: 00px;
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.75);
    visibility: hidden;
    ;
    margin-top: 10px;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    border-radius: 5px;
    border: 2px solid #ffa101;
}

.navebar_button1:hover>.anker_parent {
    visibility: visible;
    height: max-content;
}

#child_anker {
    display: block;
    width: 100%;
    height: 40px;
    text-align: justify;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: gray;
    text-decoration: none;
    font-size: 13px;
    transition: all .34s linear;
    font-family: Arial, Helvetica, sans-serif;
}

#child_anker:hover {
    background-color: #ffa101;
    color: white !important;
}



/* \\\\\\\\\\\\\\\\\\\\\\\ contact ////////////////// */




.contact {
    width: 100%;
    background: #b0b6b6;
}

.Contact_p {
    font-size: 18px;
    line-height: 23px;
}


.form_group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact_form {
    width: 32%;
    margin-top: 10px;
}

.contact_form input {
    height: 50px;
    width: 100%;
    border: none;
    outline: none;
    padding: 10px;
}

.contact_form1 {
    width: 49%;
    margin-top: 10px;
}

.contact_form1 select {
    height: 50px;
    width: 100%;
    border: none;
    outline: none;
    padding: 10px;
}

.contact_form1 input {
    height: 50px;
    width: 100%;
    border: none;
    outline: none;
    padding: 10px;
}

.contact_form2 {
    width: 100%;
    margin-top: 10px;
}

.contact_form2 textarea {
    width: 100%;
    font-size: 15px;
    color: lightgray;
    border: none;
    outline: none;
    padding: 10px;
}

.contact_btn {
    width: 200px;
    color: #ffa101 !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    margin-top: 20px;
    transition: all .34s linear;
}

.contact_btn:hover {
    background-color: black !important;
    color: white !important;
}





/* \\\\\\\\\\\\\\\\\\\\\\\ Software ////////////////// */







.soft_head {
    margin-top: 150px !important;
}

.Soft_title p {
    font-size: 17px;
    color: #4a4a4a;
    letter-spacing: 1px;
}

.Soft_title h1 {
    color: #ffa101;
    font-size: 45px;
    border-left: 5px solid #d3b574;
}

.soft_div {
    padding: 10px;
}

.soft_card {
    border: none !important;
    transition: all .34s;
    text-align: center;
    border-radius: 0 !important;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.288);
    border-top: 5px solid #6c6b7d !important;
}

.soft_card:hover {
    border-top: 5px solid #d3b574 !important;
}

.soft_blue {
    background: #16163f;
    border: 1px solid;
    padding: 80px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.Soft_title1 {
    font-size: 17px;
    color: #4a4a4a;
    font-weight: light;
}

.soft_blue h1 {
    padding-left: 10%;
    padding-right: 10%;
    font-size: 50px;
    line-height: 60px;
}

.soft_blue p {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: lighter;
}

.soft_blue button {
    width: 160px;
    color: #16163f;
    height: 40px;
    transition: all .34s;
    background: #d3b574;
}

.soft_blue button:hover {
    background: #fff;
}

.soft_footer {
    margin-top: 100px;
}

.soft_img {
    margin-top: 100px;
    position: relative;
    height: 70vh;
    background-position: center;
    background-image: url(./img/CTA-Home.png);
    background-attachment: fixed !important;
    background-size: cover;
}

.soft_overly {
    width: 100%;
    height: 100%;
    background: #16163f9c;
    position: absolute;
    top: 0;
    left: 0;
}

.soft_container {
    width: 40%;
    margin-left: 30%;
}

.soft_sidecard {
    margin-top: -150px;
}

.soft_card1 {
    border: none !important;
    transition: all .34s;
    border-radius: 0 !important;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.288);
    border-left: 5px solid #d3b574 !important;
}

.Soft_body h1 {
    color: #16163f;
    font-weight: 900;
    font-size: 60px;
}

.Soft_body {
    font-weight: lighter;
    font-size: 17px;
    letter-spacing: 1px;
    color: #54595f;
}



@media screen and (max-width:950px) {
    .soft_container {
        width: 70%;
        margin-left: 15%;
    }
}

@media screen and (max-width:767px) {
    .soft_container {
        width: 90%;
        margin-left: 5%;
    }
}

@media screen and (max-width:450px) {
    .soft_container {
        width: 98%;
        margin-left: 1%;
    }
}