header {
    background-color: #000;
    position: fixed;
    z-index: 100;
    width: 100%;
    display: flex;
    align-items: center;
}

header .row {
    align-items: center;
}

header img {
    width: 100%;
}

.menu {
    display: none;
    font-size: 20px;
    color: #fff;
    float: right;
}

nav ul {
    align-items: center;
    float: right;
    position: relative;
}

nav ul li {
    font-size: 15px;
    color: #fff;
    margin: 0px;
    padding: 15px 20px;
}

nav .dropdown {
    position: absolute;
    background: #000;
    border-radius: 10px;
    display: block;
    padding: 10px;
    display: none;
    margin-top: 11px;
    margin-left: -15px;
}

nav ul li:hover .dropdown {
    display: block;
}

nav ul li .dropdown li {
    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
    text-align: left;
}

nav ul li i {
    font-size: 16px;
}

nav ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    padding: 20px 0;
}

nav ul li:hover a {
    color: #00ffff;
}

nav ul li .dropdown a {
    color: #fff;
}

nav ul li .dropdown li:hover a {
    color: #06BBAC;
}

nav ul li:hover {
    color: #06BBAC;
    border-bottom: 2px solid #fff;
    border-radius: 4px;
}

nav ul .call_con:hover {
    border-bottom: none;
}

.phone_icon {
    background-color: #fff;
    padding: 10px;
    color: #000;
    border-radius: 100%;
}

.banner {
    width: 100%;
    height: 600px;
    justify-content: center;
    align-items: center;
    background-color: #00000052;
}

.bannerbg {
    background-color: #00000054;
}

.banner h2 {
    color: #fff;
    font-size: 50px;
    padding-bottom: 20px;
    text-align: left;
}

.banner h3 {
    font-size: 30px;
    color: #fff;
}

.banner .text {
    align-items: center;
    display: flex;
    height: 600px;
    color: #fff;
}

.banner .flex {
    gap: 3%;
    padding-top: 15px;
}

.btn {
    background-color: #A91079;
    font-size: 16px;
    color: #fff;
    padding: 14px 20px;
    border-radius: 8px;
    border: none;
}

.section i {
    font-size: 45px;
    padding: 15px;
}

.section h3 {
    font-size: 26px;
    padding-bottom: 10px;
}

.section p {
    font-size: 16px;
    line-height: 25px;
}

.section .cards {
    border: none;
    position: relative;
    background-image: linear-gradient(#F4A848, #e38106);
    border-radius: 30px;
    text-align: center;
    margin: 30px 15px;
    color: #fff;
    padding: 20px 11px;
    height: 250px;
    max-width: 100%;
}

.section .two {
    background-image: linear-gradient(#af48f4, #9206e3);
}

.section .three {
    background-image: linear-gradient(#f448a7, #e306b3);
}

.one:hover {
    border: 3px solid #F4A848;
    background: #fff;
    color: #e38106;
    box-shadow: 3px 0px 10px 0;
}

.two:hover {
    border: 3px solid #af48f4;
    background: #fff;
    color: #9206e3;
    box-shadow: 3px 0px 10px 0;
}

.three:hover {
    border: 3px solid #f448a7;
    background: #fff;
    color: #e306b3;
    box-shadow: 3px 0px 10px 0;
}

.modern {
    height: auto;
    color: #fff;
    padding: 45px 0;
}

.modern img {
    width: 100%;
    height: auto;
}


.modern h2 {
    font-size: 65px;
    font-weight: 600;
    padding-bottom: 15px;
    color: #fff;
    text-align: left;
}

.modern h3 {
    font-size: 40px;
    font-weight: 400;
    padding-bottom: 15px;
}

.modern p {
    color: #f2f7f6;
    text-align: left;
    font-size: 20px;
    font-weight: 200;
    line-height: 25px;
}

.services {
    padding: 30px 0;
}


.box {
    box-shadow: #64646f33 0px 7px 29px 0px;
    padding: 20px 10px;
    text-align: center;
    border-radius: 10px;
    width: 100%;
    position: relative;
}

/* --------------------------------------------services box:hover------------------------------ */
.card1 {
    z-index: 0;
    overflow: hidden;
    height: 100%;
}

.card1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -8%;
    right: -8%;
    background: #00838d;
    height: 55px;
    width: 55px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.4s ease-out;
}

.card1:hover:before {
    transform: scale(21);
}

.card2:before {
    background: #f88699;
}

.card3:before {
    background: #65bbdd;
}

.card1:hover .card1 p {
    color: #fff;
}


.card1:hover h4 {
    transition: all 0.3s ease-out;
    color: #fff;
}

.card1:hover h3 {
    transition: all 0.3s ease-out;
    color: #fff;
}

.card1:hover p {
    transition: all 0.3s ease-out;
    color: #fff;
}

.card1:hover img {
    transition: all 0.3s ease-out;
    color: #fff;
}


.services .box i {
    font-size: 50px;
    padding: 20px 0;
}

.services .box img {
    max-width: 80px;
    height: 80px;
    padding: 10px 0;
}

.services .box h3 {
    font-size: 25px;
    padding: 20px 0;
    font-weight: 300;
}

.card1 p {
    line-height: 20px;
    font-weight: 100;
    font-size: 17px;
    color: #3c3939;
    padding: 0 1rem 1rem;
}


.webportfolio .active {
    background-color: #0e65a7;
    color: #fff;
}

.webportfolio .box {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    border: 2px solid #0e65a7;
    border-radius: 10px;
    transition: .3s;
    padding: 0;
}

.webportfolio img {
    left: 0;
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
    margin: 0;
    padding: 0;
    transition: bottom 11s;
}

.webportfolio .box:hover img {
    bottom: 0;
}

.webportfolio .overlay {
    position: absolute;
    background-color: #87c6f760;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    top: 196px;
    transition: .3s;
    align-content: center;
}

.webportfolio .box:hover .overlay {
    top: 0;
    transition: .3s;
}

.webportfolio .btn {
    margin: 0 auto;
}

.numbers {
    height: auto;
    text-align: center;
    padding: 70px 0;
}

.numbers h3 {
    display: inline-block;
}

.numbers .blue {
    color: #0760a6;
    font-size: 60px;
}

.numbers .green {
    color: #06bbac;
    font-size: 60px;
}

.numbers .orange {
    color: #ff4301;
    font-size: 60px;
}

.numbers .purple {
    color: #a92fe5;
    font-size: 60px;
}

.numbers i {
    width: 150px;
    line-height: 150px;
    border-radius: 50%;
    font-size: 80px;
    color: #1797e0;
    margin-top: 90px;
    background: #fff;
    text-align: center;
}

.testimonials .box {
    background: #000;
    color: #fff;
    gap: 30px;
    margin: auto;
    width: 99%;
    text-align: left;
}

.testimonials .box p {
    font-size: 15px;
}

.testimonials .test-slider {
    display: grid;
    grid-template-columns: auto auto;
    line-height: 30px;

    margin-bottom: 20px;
}

.testimonials .flex {
    padding-top: 20px;
}

.testimonials span {
    color: #F2B419;
    font-size: 22px;
    letter-spacing: 5px;
}

.contact {
    padding: 30px 0;
    height: 100%;
    text-align: center;
    color: #070748;
}

.contact .box {
    padding: 30px;
    height: 100%;
    align-items: center;
}

.contact span {
    background-color: #070748;
    border-radius: 50%;
    padding: 20px;
    color: #fff;
}

.contact span i {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
}

.contact .details {
    line-height: 30px;
}

.contact h3 {
    font-size: 24px;
    font-weight: 700;
}

.contact a {
    font-size: 18px;
}

.about {
    height: 100%;
    text-align: center;
    color: #fff;
    padding: 30px 0;
}

.about h3 {
    padding: 10px 0;
    font-size: 25px;
}

.about ul li {
    line-height: 30px;
}

.about span {
    font-size: 20px;
    transition: .3s;
}

.about .text-left {
    text-align: left;
    padding-left: 20px;
}

.about a:hover {
    color: skyblue;
}

.social {
    padding-top: 5px;
}

.social li a {
    width: 35px;
    height: 35px;
    background-color: #fff;
    text-align: center;
    line-height: 27px;
    font-size: 25px;
    margin: 0 3px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
    z-index: 1;
    align-items: center;
}

.social li a .icon {
    position: relative;
    color: #262626;
    transition: .5s;
    z-index: 3;
}

.social li a:hover .icon {
    color: #fff;
    transform: rotateY(360deg);
}

.social li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: .5s;
    z-index: 2;
}

.social li a:hover:before {
    top: 0;
}

.social li:nth-child(1) a:before {
    background: #3b5999;
}

.social li:nth-child(2) a:before {
    background: #55acee;
}

.social li:nth-child(3) a:before {
    background: #dd4b39;
}

.social li:nth-child(4) a:before {
    background: #0077b5;
}

footer {
    padding: 10px 0;
    text-align: center;
}

footer a {
    color: #000;
}

@media screen and (max-width:1200px) {
    nav ul li {
        padding: 20px 15px;
    }
}

@media screen and (max-width:980px) {
    nav ul li {
        padding: 15px 5px;
    }

    nav ul li a {
        font-size: 15px;
    }

    .banner {
        height: 400px;
    }

    .banner .text {
        height: 400px;
    }

    .section .cards {
        margin: 30px 0
    }

    .section i {
        font-size: 30px;
        padding: 10px;
    }

    .section h3 {
        font-size: 20px;
        padding-bottom: 5px;
    }

    .section p {
        font-size: 16px;
        line-height: 19px;
    }

    .modern h2 {
        font-size: 48px;
        padding: 0;
    }

    .modern h3 {
        font-size: 30px;
    }

    .services .box img {
        padding: 0 0;
    }

    .services .box h3 {
        padding: 10px 0;
    }

    .webportfolio .box {
        height: 140px;
    }

    .numbers .blue {
        font-size: 50px;
    }

    .testimonials .test-slider {
        line-height: 25px;
    }

    .section h3 {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .contact .box {
        padding: 20px 10px;
    }

    .about .text-left {
        padding-left: 90px;
    }

    .about ul li {
        font-size: 20px;
    }
}

@media screen and (max-width:770px) {
    nav ul li {
        padding: 10px 3px;
    }

    .banner {
        height: 300px;
    }

    .banner .text {
        height: 300px;
    }

    .banner h2 {
        font-size: 38px;
        padding-bottom: 10px;
    }

    .numbers .blue {
        font-size: 48px;
    }

    .numbers .orange {
        font-size: 50px;
    }

    .numbers .purple {
        font-size: 50px;
    }

    .numbers .green {
        font-size: 50px;
    }

    .testimonials .box p {
        font-size: 14px;
    }

    .contact a {
        font-size: 14px;
    }

}


@media screen and (max-width:460px) {

    .nav {
        display: none;
        position: absolute;
        background: #000;
        right: 0;
        line-height: 20px;
        padding: 10px;
        top: 100%;
        z-index: 100;
        width: 100%;
    }

    nav ul li:hover .dropdown {
        width: 100%;
        height: auto;
        background: none;
        color: #e9e8e8;
        position: relative;
        padding: 0px;
    }

    nav ul li .dropdown li {
        padding: 3px 0;
        font-size: 14px;
    }

    nav ul li {
        padding: 5px 0
    }

    .menu {
        display: block;
    }

    .banner {
        height: 250px;
    }

    .banner .btn {
        padding: 11px 19px;
        font-size: 14px;
    }

    .banner h2 {
        font-size: 25px;
        padding-bottom: 5px;
    }

    .section {
        padding: 10px 0;
    }

    .section .cards {
        height: 210px;
        margin: 0px 0;
    }


    .modern h2 {
        font-size: 37px;
    }

    .modern h3 {
        font-size: 25px;
    }

    .numbers {
        padding: 30px 0
    }

    .numbers h3 {
        font-size: 25px
    }

    .numbers .blue {
        font-size: 15px;
    }

    .numbers .orange {
        font-size: 15px;
    }

    .numbers .purple {
        font-size: 15px;
    }

    .numbers .green {
        font-size: 15px;
    }

    .numbers p {
        font-size: 13px;
    }

    .numbers i {
        width: 50px;
        line-height: 50px;
        font-size: 30px;
        margin-top: 20px;
    }

    .testimonials .box {
        width: 100%;
        height: 100%;
    }

    .testimonials .test-slider {
        line-height: 20px;
    }

    .testimonials p {
        font-size: 15px;
    }

    .testimonials .flex {
        padding: 10px 0;
    }

    .testimonials h3 {
        font-size: 15px;
    }

    .testimonials i {
        font-size: 15px;
    }

    .contact a {
        font-size: 18px;
    }

    .about .text-left {
        padding-left: 60px;
    }

}

/* ----------------------about page  css------------------------------ */

.banner p {
    color: #fff;
    font-size: 17px;
}

.aboutsection h2 {
    padding: 20px;
    text-align: left;
    font-size: 30px;
}

.aboutsection h3 {
    padding: 20px;
    text-align: left;
    font-size: 30px;
}

.aboutsection p {
    line-height: 20px;
    padding: 10px 20px;
    font-size: 18px;
}

.aboutsection img {
    width: 100%;
    height: 350px;
    border-radius: 15px;
}

.aboutsection ul {
    padding: 0 20px;
    line-height: 30px;
    font-size: 18px;
}

@media screen and (max-width:1080px) {
    .banner {
        height: 450px;
    }

    .banner .text {
        height: 450px;
    }
}

@media screen and (max-width:980px) {
    .banner {
        height: 400px;
    }

    .banner .text {
        height: 400px;
    }

    .aboutsection h3 {
        padding: 10px
    }

    .aboutsection p {
        padding: 5px 10px
    }
}

@media screen and (max-width:770px) {
    .banner {
        height: 350px;
    }

    .banner .text {
        height: 350px;
    }

    .aboutsection h3 {
        font-size: 25px;
    }

}

@media screen and (max-width:460px) {
    .banner {
        height: 200px;
    }

    .banner .text {
        height: 200px;
    }

    .banner p {
        font-size: 13px;
        padding-right: 17px;
    }

    .order1 {
        order: 1;
    }

    .order2 {
        order: 2;
    }

    .aboutsection img {
        margin-top: 0px;
    }
}

/* ------------------------------------------Career------------------------------------------------- */
.positions .box {
    line-height: 30px;
    height: 100%;
}

.apply {
    padding: 20px 0;
}

.apply form {
    width: 80%;
    margin: auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    text-align: left;
    text-align: center;
}

.apply form input {
    width: 45%;
    line-height: 40px;
    color: #000;
    margin-bottom: 20px;
    font-size: 18px;
    padding: 0 10px;
    border: 1px solid #adadad;
    border-radius: 5px;
}

.apply .submit {
    background-color: #A91079;
    font-size: 16px;
    ;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
}

.apply form label {
    display: inline-block;
}

.apply select {
    width: 45%;
    padding: 8px;
    line-height: 40px;
    color: #000;
    margin-bottom: 20px;
    font-size: 18px;
    border: 1px solid #adadad;
    border-radius: 5px;
    background: #fff;
}

@media screen and (max-width:980px) {
    .positions .box {
        line-height: 25px;
    }
}

@media screen and (max-width:770px) {
    .positions .box {
        line-height: 20px;
    }
}

@media screen and (max-width:460px) {
    .apply form {
        width: 100%;
    }

    .apply .submit {
        padding: 0 20px;
    }
}

/* ---------------------------------------------------hire page css---------------------------- */
.hire {
    /* background: #0A3354; */
    background: #000;
    padding: 10% 0 30px 0;
}

.hire .dropdown li a {
    color: #000;
}

.hire li a {
    color: #fff;
}

.hire .fixed li a {
    color: #000;
}

.hire .fixed li i {
    color: #000;
}

.hire li i {
    color: #fff;
}

.hire h2 {
    color: #fff;
    font-size: 50px;
    text-align: left;
}

.hire p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 10px 0;
}

.hire span {
    color: #d5910a
}

.hire li {
    color: #fff;
    line-height: 30px;
    font-size: 16px;
}

.hire form {
    background: #fff;
    width: 80%;
    padding: 20px 30px;
    text-align: center;
    border-radius: 10px;
    margin-top: 10%;
    line-height: 55px;
}

.hire input {
    display: block;
    border: none;
    border-bottom: 3px solid #A91079;
    width: 100%;
    padding-top: 20px;
}


.hire input[type=submit] {
    background: #d5910a;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    border: none;
    margin-top: 20px;
    width: 30%;
}

.hire form p {
    color: #000;
}

.business {
    background: #0760a6;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

.business h2 {
    font-size: 36px;
    padding: 10px 0;
    color: #fff;
}

.business p {
    font-size: 16px;
}

.grow {
    text-align: center;
    padding: 20px 0;
}

.grow h2 {
    padding-bottom: 10px;
    font-weight: 400;
}

.grow .row {
    padding: 20px 0;
    align-items: center;
}

.grow p {
    text-align: left;
    line-height: 30px;
}

.grow .col-6 img {
    background: none;
    width: 100%;
}

.grow .box {
    padding: 10px;
    height: 100%;
}

.grow .box p {
    line-height: 20px;
    color: #525252;
    font-weight: 300;
}

.grow .user {
    display: flex;
    justify-content: space-between;
}

.grow .user small {
    color: #b3b0b0;
}

.grow span {
    color: #d5910a;
    float: left;
    padding: 10px;
}

.experience h2 {
    font-size: 40px;
    padding-bottom: 30px;
}

.experience span {
    color: #7a0909;
}

.experience .row {
    align-items: center;
    justify-content: center;
}

.experience .flex {
    padding-top: 120px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.experience .flex h3 {
    font-size: 30px;
}

.experience .flex p {
    padding-left: 5px;
}

.experience .flex .ruler {
    border-right: 2px solid #000;
    padding: 0 5px;
}

.work {
    text-align: center;
}

.work h2 {
    font-size: 30px;
    padding: 40px 0;
}

.work .pink {
    background: #f8cdd5;
}

.work .green {
    background: #aca004;
}

.work .sky {
    background: #068899;
}

.work .grey {
    background: #a1a1a1;
}

.work .darkpink {
    background: #e4094b;
}

.work .purple {
    background: #c505c5;
}

.work .box {
    height: 100%;
    justify-content: space-around;
    align-items: center;
    color: #000;
}

.work .box span {
    color: #fff;
    font-size: 2rem;
}

@media screen and (max-width:1200px) {
    .hire h2 {
        font-size: 40px;
        padding: 30px 0;
    }

}

@media screen and (max-width:980px) {
    .hire h2 {
        color: #fff;
        font-size: 30px;
        text-align: left;
    }

    .hire p {
        font-size: 16px;
    }

    .hire li {
        font-size: 15px;
    }

    .hire form {
        width: 90%
    }

    .hire form h3 {
        font-size: 17px;
    }

    .hire input[type=button] {
        width: 50%;
    }

    .grow p {
        line-height: 20px;
    }

    .grow span {
        padding: 0px;
    }

    .experience h2 {
        font-size: 29px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width:770px) {
    .hire h2 {
        font-size: 28px;
    }

    .hire form h3 {
        font-size: 16px;
    }

    .hire li {
        font-size: 13px;
    }

}

@media screen and (max-width:460px) {
    .hire h2 {
        padding-bottom: 10px;
        font-size: 28px;
    }

    .hire p {
        font-size: 15px;
        line-height: 20px;
    }

    .hire li {
        font-size: 14px;
        line-height: 20px;
    }

    .hire form {
        width: 100%;
        margin-top: 0;
        line-height: 20px;
    }

    .business h2 {
        font-size: 24px;
    }

    .experience h2 {
        font-size: 25px
    }

    .experience .flex {
        padding-top: 0;
    }
}

/* ----------------------------contact page css---------------------------------- */
.help {
    padding: 30px 0;
}

.help .form {
    display: flex;
    align-items: center;
    background: #f0f8ff;
    border-radius: 10px;
}
.help .btn{background: #000; margin: 5% auto;}

.help input {
    width: 42%;
    line-height: 40px;
    color: #000;
    padding: 10px;
    font-size: 18px;
    margin-left: 2%;
    border: none;
    background: transparent;
    border-bottom: 1px solid #000;
}

.help h2 {
    color: #fff;
    font-size: 35px;
}

.help h2 small {
    font-size: 16px;
}

.help ul {
    line-height: 60px;
    font-size: 18px;
}

.help ul li {
    font-weight: 200;
}

.help ul li i {
    margin-right: 20px;
}

.help input::placeholder {
    color: #000;
}

.help textarea {
    border: none;
    border-bottom: 1px solid #9c9c9c;
    width: 90%;
    margin-top: 10%;
    background: transparent;
}

.help aside {
    background-color: #000;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
}

@media screen and (max-width:980px) {
    .help ul li {
        font-size: 16px;
    }

    .help h2 {
        font-size: 20px;
    }

    .help h2 small {
        font-size: 14px;
    }

    .help ul {
        line-height: 50px;
    }

    .help input {
        width: 45%;
        font-size: 16px;
        padding: 8px;
    }

    .help textarea {
        width: 90%;
    }
}

@media screen and (max-width:770px) {
    .help ul li {
        font-size: 16px;
    }

    .help h2 small {
        font-size: 13px;
    }

    .help input {
        font-size: 17px;
        padding: 7px;
    }

    .help ul {
        line-height: 40px;
    }
}

@media screen and (max-width:460px) {
    .help h2 {
        font-size: 24px;
    }

    .help input {
        font-size: 15px;
        padding: 5px;
    }
}

/* ------------------------------------webdesigning page css--------------------------------------- */
.cards img {
    width: 100%;
    height: 100%;
}

.webservices img {
    width: 100%;
}

.webservices {
    padding: 20px 0;
}

.webservices .cards {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.webservices p {
    line-height: 25px;
    font-size: 18px;
    color: #000;
    padding: 10px 0;
}

@media screen and (max-width:840px) {
    .webservices p {
        line-height: 20px;
        font-size: 15px;
    }
}