body {
    font-family: 'Roboto', sans-serif;
    color: #000000;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    display: inline-block;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: 0.8;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-decoration: none;
    color: #fff;
}

.btn-primary {
    background-color: #0078d4;
    border-color: #0078d4;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 22px;
    border-radius: 50px;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    z-index: 0;
    border-width: 1px;
    animation: pulseaim 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
}
.flash-on-white {
    box-shadow: 0 0 0 0 #0078d442;
    border: 0;
}
.welcome-section .btn-primary {
    box-shadow: 0 0 0 0 #0078d442;
    border: 0;
}

.btn-primary::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-color: #002072;
    z-index: -1;
    transition: transform 0.4s ease-in-out;
    transform-origin: bottom right;
    transform: scaleX(0);
}

.btn-primary:hover::before, .btn-primary:focus::before, .btn-primary:active::before {
    /* width: 100%; */
    transform-origin: bottom left;
    transform: scaleX(1);
}

.saudi-section-box .btn-secondary {
    border: solid 1px #fff;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    border-color: #000;
    color: #fff;
    box-shadow: none;
}

.btn-secondary {
    background-color: #ffffff;
    border-color: #fff;
    color: #002072;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 25px;
    border-radius: 50px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 0;
    animation: pulseaim 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
}

    .btn-secondary::before {
        position: absolute;
        left: 0;
        content: "";
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 50px;
        background-color: #002072;
        transition: transform 0.4s ease-in-out;
        z-index: -1;
        transform-origin: bottom right;
        transform: scaleX(0);
    }

    .btn-secondary:hover::before, .btn-secondary:focus::before, .btn-secondary:active::before {
        transform-origin: bottom left;
        transform: scaleX(1);
    }

    .btn-secondary:active,
    .btn-secondary:focus,
    .btn-secondary:hover {
        background-color: #fff;
        border-color: #fff;
        color: #fff;
        box-shadow: none;
    }

body {
    position: relative;
}

header {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 9999;
}

    header.headerfixed .navbar .navbar-nav .nav-item {
        padding: 5px 0;
    }

    header.headerfixed .logo img {
        max-width: 140px;
    }

    header.headerfixed {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background-color: #002072;
        z-index: 9999 !important;
        animation: slideDown 1s ease-out;
    }

        header.headerfixed .submenus-content {
            top: 69px;
        }

.portfolio-section .btn.btn-primary {
    box-shadow: 0 0 0 0 rgb(0 32 114 / 26%);
}

@-webkit-keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.header-main-section {
    position: relative;
    overflow: hidden;
    z-index: 999;
    padding-top: 200px;
    padding-bottom: 50px;
}

    .header-main-section::before {
        background: rgb(0,120,212);
        background: linear-gradient(90deg, rgb(0 44 78) 0%, rgb(0 0 36) 85%, rgba(0,32,114,1) 100%);
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        content: "";
        opacity: 0.5;
        -webkit-backdrop-filter: blur(18px);
        backdrop-filter: blur(18px);
    }

    .header-main-section::after {
        position: absolute;
        content: "";
        right: 0;
        bottom: 0;
        width: 120%;
        height: 100%;
        z-index: -1;
        background-image: url(../images/banner-bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        -ms-transition: all .8s ease 0s;
        -moz-transition: all .8s ease 0s;
        -o-transition: all .8s ease 0s;
        -webkit-transition: all .8s ease 0s;
        transition: all .8s ease 0s;
        -webkit-animation: dotMove linear infinite 3s;
        -moz-animation: dotMove linear infinite 3s;
        -o-animation: dotMove linear infinite 3s;
        animation: dotMove linear infinite 3s;
    }

@keyframes dotMove {
    0% {
        transform: translatex(0px);
    }

    50% {
        transform: translatex(15px);
    }

    100% {
        transform: translatex(0px);
    }
}

.header {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.logo img {
    max-width: 250px;
}

.header .navbar .navbar-nav {
    align-items: center;
}

.header .navbar .nav-item:last-child {
    margin-right: 0;
}

.header .navbar .navbar-nav .nav-item {
    padding: 15px 0;
}

    .header .navbar .navbar-nav .nav-item:last-child {
        padding: 5px 0;
    }

.header .navbar .navbar-nav .nav-link {
    color: #fff;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 6px;
    position: relative;
    z-index: 1;
}

    .header .navbar .navbar-nav .nav-link:after {
        position: absolute;
        /* opacity: 0;
  visibility: hidden; */
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        background-color: #fff;
        border-radius: 6px;
        z-index: -1;
        transition: transform 0.4s ease-in-out;
        transform-origin: bottom right;
        transform: scaleX(0);
    }

    .header .navbar .navbar-nav .nav-link:hover:after, .header .navbar .navbar-nav .nav-item:hover .nav-link:after {
        transform-origin: bottom left;
        transform: scaleX(1);
    }

    .header .navbar .navbar-nav .nav-link:hover, .header .navbar .navbar-nav .nav-item:hover .nav-link {
        color: #002072;
    }

.header .navbar .nav-item .btn-secondary {
    margin-left: 15px;
    animation: pulseaim 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
}

@-webkit-keyframes pulseaim {
    to {
        box-shadow: 0 0 0 18px rgba(12, 108, 211, 0);
    }
}

.header .navbar .nav-item .btn-secondary img {
    margin-right: 8px;
}

.header .navbar .nav-item .btn-secondary:hover img {
    filter: invert(2) brightness(5);
}

header .navbar {
    position: initial;
}

.submenus-block {
    display: flex;
    padding: 30px 15px;
    flex-wrap: wrap;
}

.sub-menu-sec {
    width: 25%;
    padding: 0 15px;
}

    .sub-menu-sec h5 {
        font-size: 16px;
        font-weight: 700;
        color: #000;
        margin: 0 0 15px;
    }

        .sub-menu-sec h5 a {
            text-decoration: none;
            color: #002072;
            padding: 10px 15px;
            border: solid 1px #002072;
            display: block;
            border-radius: 100px;
        }

            .sub-menu-sec h5 a:hover {
                color: #0078d4;
                border-color: #0078d4;
            }

    .sub-menu-sec:hover h5 a {
        color: #fff;
        border-color: #002072;
        background-color: #002072;
    }

    .sub-menu-sec ul li {
        font-size: 14px;
        padding: 0 0 10px;
    }

        .sub-menu-sec ul li a {
            text-decoration: none;
            color: #000;
            padding: 10px 15px;
            display: block;
            border-radius: 100px;
        }

            .sub-menu-sec ul li a:hover {
                color: #fff;
                background: rgb(0,120,212);
                background: linear-gradient(90deg, rgba(0,120,212,1) 0%, rgba(9,9,121,1) 85%, rgba(0,32,114,1) 100%);
            }

.banner {
    text-align: center;
    display: flex;
    align-items: center;
    padding: 70px 0;
    background-color: #f2f2f2;
    min-height: 700px;
}

    .banner .container {
        max-width: 100%;
    }

.banner-slider {
    margin: auto;
}

    .banner-slider .owl-dots {
        position: absolute;
        bottom: -28px;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

        .banner-slider .owl-dots button {
            margin-right: 5px;
        }

            .banner-slider .owl-dots button:nth-last-child(1) {
                margin-right: 0;
            }

            .banner-slider .owl-dots button span {
                display: block;
                width: 10px;
                height: 10px;
                border-radius: 50px;
                background-color: rgba(255, 255, 255, .20);
            }

            .banner-slider .owl-dots button.active span {
                background-color: #fff;
            }

.banner-section {
    display: flex;
    flex-wrap: wrap;
}

    .banner-section.slider-3 .banner-img {
        position: relative;
    }

        .banner-section.slider-3 .banner-img::before {
            position: absolute;
            content: "";
            left: -30px;
            top: -30px;
            background-size: 80%;
            width: 100%;
            height: 100%;
            background-image: url(../images/social-circle.png);
            background-position: top center;
            background-repeat: no-repeat;
            -webkit-animation: dotMove linear infinite 3s;
            -moz-animation: dotMove linear infinite 3s;
            -o-animation: dotMove linear infinite 3s;
            animation: dotMove linear infinite 3s;
        }

.banner-content {
    max-width: 48%;
    position: relative;
    z-index: 1;
}

    .banner-content h1 {
        font-size: 30px;
        font-weight: 300;
        margin: 0 0 30px;
        color: #fff;
    }

        .banner-content h1 strong {
            font-weight: 700;
            font-size: 36px;
            display: block;
            position: relative;
        }

            .banner-content h1 strong span {
                height: 5px;
                display: block;
                overflow: hidden;
                position: absolute;
                background-color: #fff;
                width: 5px;
                margin: 0;
            }

                .banner-content h1 strong span:nth-child(1) {
                    top: -2.5px;
                    left: -2.5px;
                }

                .banner-content h1 strong span:nth-child(2) {
                    top: -2.5px;
                    right: -2.5px;
                }

                .banner-content h1 strong span:nth-child(3) {
                    bottom: -2.5px;
                    right: -2.5px;
                }

                .banner-content h1 strong span:nth-child(4) {
                    bottom: -2.5px;
                    left: -2.5px;
                }

.banner-section.slider-2 h1, .banner-section.slider-3 h1, .banner-section.slider-4 h1 {
    font-weight: 700;
}

.banner-section span {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 25px;
}

.banner-content p {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    max-width: 750px;
    margin: 0 auto 30px auto;
}

.banner-section .banner-img {
    width: 52%;
    padding-left: 50px;
}

.bannerbtn {
    display: flex;
    align-items: center;
}

    .bannerbtn .btn-primary {
        background-color: #fff;
        color: #0078D4;
        border: solid 1px #fff;
    }

        .bannerbtn .btn-primary::before {
            background-color: #002072;
        }

        .bannerbtn .btn-primary:hover {
            color: #fff;
        }

.banner-slider.owl-carousel .owl-nav button.owl-prev {
    font-size: 0;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: transparent;
    background-size: 18px;
    position: relative;
    border: solid 1px #fff;
    position: absolute;
    left: 60px;
    top: calc(50% - 100px);
    transform: translateY(-50%);
}

    .banner-slider.owl-carousel .owl-nav button.owl-prev::after {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Font Awesome 6 Free";
        content: "\f060";
        font-weight: 900;
        color: #fff;
        font-size: 20px;
        top: 0;
    }

.banner-slider.owl-carousel .owl-nav button.owl-next {
    font-size: 0;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: transparent;
    background-size: 18px;
    position: relative;
    border: solid 1px #fff;
    position: absolute;
    right: 60px;
    top: calc(50% - 100px);
    transform: translateY(-50%);
}

    .banner-slider.owl-carousel .owl-nav button.owl-next::after {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Font Awesome 6 Free";
        content: "\f061";
        font-weight: 900;
        color: #fff;
        font-size: 20px;
        top: 0;
    }


.heading {
    text-align: center;
    margin: 0 0 30px;
}

    .heading h2 {
        font-size: 40px;
        line-height: 50px;
        
        font-weight: 700;
        color: #000000;
        margin: 0;
    }

    .heading p {
        display: block;
        font-size: 18px;
        font-weight: 400;
        color: #666666;
        margin: 0;
    }



#nav-menus span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

    #nav-menus span:nth-child(1) {
        top: 0px;
    }

    #nav-menus span:nth-child(2),
    #nav-menus span:nth-child(3) {
        top: 6px;
    }

    #nav-menus span:nth-child(4) {
        top: 12px;
    }

#nav-menus.open span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
}

#nav-menus.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-menus.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-menus.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navbar-toggler {
    position: absolute;
    right: 0;
    top: 8px;
    border: none;
    height: 14px;
    width: 24px;
    padding: 0;
    z-index: 10;
}

    .navbar-toggler:focus {
        border: none;
        box-shadow: none;
    }


.hire-section {
    overflow: hidden;
}

    .hire-section .heading {
        margin-bottom: 60px;
    }

    .hire-section ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

        .hire-section ul li {
            padding: 0 10px;
            width: 33.33%;
        }

.hirebox {
    height: 100%;
    border-radius: 8px;
    /* margin-bottom: 30px; */
    padding: 34px 28px;
    position: relative;
    transition: all .6s ease-in-out;
    background-color: #fff;
    /* border: 5px solid #fff; */
}

    .hirebox::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background-color: #0078D4;
        border-radius: 8px;
        transition: transform 0.4s ease-in-out;
        transform-origin: bottom right;
        transform: scaleX(0);
    }

    .hirebox::after {
        position: absolute;
        content: "";
        bottom: 0;
        right: 0;
        width: 100%;
        height: 5px;
        background-color: #0078D4;
        border-radius: 8px;
        transition: transform 0.4s ease-in-out;
        transform-origin: bottom left;
        transform: scaleX(0);
    }

    .hirebox:hover::before {
        transform-origin: bottom left;
        transform: scaleX(1);
    }

    .hirebox:hover::after {
        transform-origin: bottom right;
        transform: scaleX(1);
    }

    .hirebox:hover {
        background-color: #fff;
        /* border-color: #0078D4; */
    }

    .hirebox:hover {
        -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
        box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    }

        .hirebox:hover .icon {
            transform: rotate(360deg);
        }

    .hirebox .icon {
        transition: all .5s ease-in-out;
        width: 70px;
        height: 70px;
    }

        .hirebox .icon img {
            max-width: 70px;
        }

    .hirebox .details {
        margin-top: 40px;
    }

    .hirebox h4 {
        color: #000000;
        font-weight: 700;
        text-transform: capitalize;
        margin-bottom: 20px;
    }

    .hirebox .details strong {
        color: #000000;
    }

    .hirebox .details span {
        font-size: 17px;
        font-weight: 400;
        line-height: 20px;
        color: #637182;
    }

.hire-section .hiring-details {
    display: block;
}

    .hire-section .hiring-details li {
        width: 100%;
        padding: 0 0 20px;
    }

.technology-section {
    padding: 50px 0 40px;
    overflow: hidden;
}

    .technology-section .heading {
        margin: 0 0 30px;
    }

.technologyimg {
    background: #fff;
    height: 100px;
    width: 100px;
    text-align: center;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    margin: 15px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

    .technologyimg img {
        max-width: 65px;
        max-height: 65px;
        margin: auto;
    }

.technology-slider .item {
    display: flex;
    justify-content: center;
}










.testimonial-section {
    background: #002072;
    padding: 50px 0;
    overflow: hidden;
}

.testimonial-slider .owl-item {
    opacity: 0.5;
}

    .testimonial-slider .owl-item.center {
        opacity: 1;
    }
/* .testimonial-slider .owl-nav{
  position: absolute;
  width: 640px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
} */
.testimonial-slider .owl-nav button span {
    font-size: 0 !important;
}

.testimonial-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #002072 !important;
    background-color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 20px !important;
    z-index: 99;
}

    .testimonial-slider .owl-nav button.owl-prev {
        left: 8%;
        background-image: url(../images/slider-left-arrow.svg) !important;
    }

    .testimonial-slider .owl-nav button.owl-next {
        right: 8%;
        background-image: url(../images/slider-rightarrow.svg) !important;
    }

.heading-subtitle {
    font-size: 24px;
    font-weight: 700;
    color: #637182;
    line-height: 26px;
    margin-bottom: 5px;
    text-align: center;
    display: block;
}

.testimonail-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    margin: 10px 10px;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

    .testimonail-box:hover {
        -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
        box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    }

    .testimonail-box strong {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5px;
        font-weight: bolder;
        font-size: 45px;
        line-height: 40px;
        color: #002072;
    }





.testimoinal-text {
    text-align: center;
}

    .testimoinal-text h3 {
        font-size: 22px;
        line-height: 25px;
        color: #fff;
        margin-bottom: 8px;
        font-weight: 700;
        margin-top: 40px;
    }

    .testimoinal-text p {
        font-size: 16px;
        line-height: 28px;
        color: #fff;
        margin: 0;
        font-weight: 400;
        text-align: left;
    }

    .testimoinal-text span {
        font-size: 18px;
        color: #fff;
        margin: 0;
        font-weight: 700;
    }

.service-section {
    overflow: hidden;
    padding: 50px 0;
}

    .service-section ul {
        display: flex;
        flex-wrap: wrap;
    }

        .service-section ul li {
            padding: 0 10px 20px;
            width: 33.33%;
            display: flex;
        }

.servicebox {
    position: relative;
    padding: 50px 30px 30px;
    border-radius: 8px;
    border-width: 5px;
    border-style: solid;
    overflow: hidden;
    border-color: rgba(23, 50, 164, 0.10);
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

    .servicebox:hover {
        background-color: #0078d4;
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
        transform: scale(1.02);
    }

        .servicebox:hover .icon {
            color: #ffffff;
        }

        .servicebox:hover h4 {
            color: #ffffff;
        }

        .servicebox:hover p {
            color: #ffffff;
        }

        .servicebox:hover .servicebox-number {
            color: rgba(255, 255, 255, 0.5);
        }

.servicebox-number {
    position: absolute;
    right: 20px;
    top: 55px;
    font-size: 100px;
    line-height: 100px;
    font-weight: bold;
    color: rgba(23, 50, 164, 0.10);
}

.servicebox .icon {
    width: 106px;
    height: 106px;
    margin-right: auto;
    border-radius: 50%;
    background-color: rgba(231,234,246,0.33);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0078d4;
    margin: 0 0 25px;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

    .servicebox .icon i {
        font-size: 48px;
        line-height: 48px;
    }

.servicebox h4 {
    color: #000000;
    font-weight: 700;
    text-transform: capitalize;
}

.servicebox p {
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin: 0;
}

.servicebox a {
    color: #0078D4;
    transition: all 0.3s ease-in-out;
    margin-top: 15px;
}

    .servicebox a img {
        transition: all 0.3s ease-in-out;
        margin-left: 10px;
    }

.servicebox:hover a {
    color: #fff;
}

    .servicebox:hover a img {
        filter: invert(2) brightness(5);
    }

.servicebox a:hover img {
    transform: translateX(7px);
}

.servicebox:hover .icon {
    background-color: #fff;
}


/* footer {
} */
footer .footer-top {
    padding: 30px 0 30px;
    position: relative;
    z-index: 2;
}

.footer-top .footer-start {
    display: flex;
    flex-wrap: wrap;
}

    .footer-top .footer-start .left-box {
        width: 80%;
    }

    .footer-top .footer-start .right-box {
        width: 20%;
        text-align: right;
    }

        .footer-top .footer-start .right-box a.questions-btn {
            font-size: 24px;
            font-weight: 500;
            color: #0078D4;
            margin-bottom: 25px;
        }

        .footer-top .footer-start .right-box ul li {
            margin-bottom: 19px;
        }

            .footer-top .footer-start .right-box ul li p {
                font-size: 20px;
                line-height: 25px;
                font-weight: 500;
                color: #637182;
                margin-bottom: 0px;
            }

            .footer-top .footer-start .right-box ul li a {
                font-size: 28px;
                font-weight: 500;
                color: #002072;
                word-break: break-all;
            }

            .footer-top .footer-start .right-box ul li:nth-of-type(2) a {
                font-size: 18px;
                font-weight: 400;
                color: #002072;
            }

.footer-bottom {
    padding: 18px 0;
    border-top: solid 1px rgb(255 255 255 / 25%);
}

.footersection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-social-icon {
    display: flex;
}

    .footer-social-icon li {
        margin-right: 6px;
    }

        .footer-social-icon li a {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.2s ease-in;
        }

            .footer-social-icon li a:hover {
                margin-top: -7px;
            }

            .footer-social-icon li a i {
                font-size: 18px;
                color: #002072;
            }

.footerlink {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .footerlink li {
        padding-right: 7px;
        margin-right: 7px;
        border-right: 2px solid #69696938;
        line-height: 16px;
    }

        .footerlink li:nth-last-child(1) {
            border-right: 0;
        }

        .footerlink li a {
            font-size: 14px;
            line-height: 16px;
            color: #000;
            margin: 0;
        }

            .footerlink li a:hover {
                color: #000;
                text-decoration: underline;
            }

.copyright {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
    margin: 0;
}

.stop-scroll {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}



.inner-banner {
    display: flex;
    align-items: center;
    padding: 100px 0;
    background: url("../images/innerpage-bg.jpg") no-repeat center bottom;
    background-size: cover;
}

    .inner-banner h1 {
        font-size: 50px;
        color: #ffffff;
        font-weight: 700;
        margin: 0;
    }

    .inner-banner .breadcrumb {
        margin: 0;
    }

    .inner-banner .breadcrumb-item {
        color: #cccccc;
    }

        .inner-banner .breadcrumb-item + .breadcrumb-item::before {
            color: #cccccc;
        }

        .inner-banner .breadcrumb-item a {
            color: #ffffff;
        }




.contact-form {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 30px 30px 40px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(11, 2, 55, 0.06);
    box-shadow: 0px 1px 3px 0px rgba(11, 2, 55, 0.06);
}

    .contact-form .form-control {
        height: 50px;
        font-size: 14px;
        line-height: 56px;
        font-weight: 400;
        border-radius: 3px;
        border: none;
        background: #f5f5f7;
        color: #7e7c87;
        outline: none;
        padding: 0 30px;
/*        margin-bottom: 20px;
*/    

    }

        .contact-form .form-control:focus {
            box-shadow: none;
        }

    .contact-form textarea.form-control {
        height: 150px;
        resize: none;
        line-height: 30px;
        padding-top: 14px;
    }

    .contact-form .btn-primary {
        display: block;
        margin-left: auto;
    }

.map-section {
    font-size: 0;
}

    .map-section iframe {
        margin: 0;
    }

/* welcome-section  */
.welcome-section {
    padding: 85px 0 73px;
}

@keyframes dotdown {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(0px);
    }
}

.custom-solution-section h2 {
    font-size: 60px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 45px;
    text-align: left;
}

    .custom-solution-section h2 strong {
        font-weight: 700;
    }

.Case-Studies-section {
    text-align: center;
    padding: 15px 0 47px;
    overflow: hidden;
}

    .Case-Studies-section span {
        font-size: 24px;
        font-weight: 700;
        color: #637182;
        margin-bottom: 5px;
        line-height: 26px;
        display: block;
    }

    .Case-Studies-section .portfolio-btn {
        padding: 15px 55px;
        font-size: 21px;
        font-weight: 500;
        margin-top: 50px;
    }

.studies-slider .item {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

    .studies-slider .item a {
        display: block;
    }

    .studies-slider .item figure {
        overflow: hidden;
        transition: all 0.3s ease-in-out;
    }

        .studies-slider .item figure img {
            transition: all 0.3s ease-in-out;
            width: 100%;
        }

    .studies-slider .item:hover figure img {
        transform: scale(1.1);
    }

    .studies-slider .item::after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-box-shadow: inset 0px -161px 66px 0px rgba(0,0,0,0.61);
        -moz-box-shadow: inset 0px -161px 66px 0px rgba(0,0,0,0.61);
        box-shadow: inset 0px -161px 66px 0px rgba(0,0,0,0.61);
    }

    .studies-slider .item .sldier-content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 25%;
        transition: all 0.4s ease-in-out;
        z-index: 1;
        padding: 10px 15px;
    }

    .studies-slider .item:hover .sldier-content {
        height: 70%;
    }

    .studies-slider .item .sldier-content .brand-logo {
        max-width: 210px;
        margin: 0 auto 50px;
    }

        .studies-slider .item .sldier-content .brand-logo img {
            transform: none;
        }

    .studies-slider .item:hover .sldier-content p {
        color: #fff;
        font-size: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.studies-slider {
    padding-bottom: 85px;
}

    .studies-slider .owl-nav {
        margin-top: 20px;
        position: absolute;
        bottom: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .studies-slider .owl-nav button span {
            font-size: 0 !important;
        }

        .studies-slider .owl-nav button {
            width: 65px;
            height: 65px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-repeat: no-repeat !important;
            background-position: center !important;
            background-color: #fff !important;
            border: 1px solid #002072 !important;
            border-radius: 50%;
            transition: all 0.3s ease-in-out;
        }

            .studies-slider .owl-nav button:hover {
                background-color: #ececec !important;
            }

            .studies-slider .owl-nav button.owl-prev:hover {
                transform: translateX(-5px);
            }

            .studies-slider .owl-nav button.owl-prev {
                background-image: url(../images/slider-left-arrow.svg) !important;
            }

            .studies-slider .owl-nav button.owl-next {
                background-image: url(../images/slider-rightarrow.svg) !important;
                margin-left: 20px;
            }

                .studies-slider .owl-nav button.owl-next:hover {
                    transform: translateX(5px);
                }


/******** loader****/

.loading-cntant {
    position: fixed;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .7);
}

.loader_circle {
    text-indent: -9999em;
    border-top: 8px solid #fff;
    border-right: 8px solid #fff;
    border-bottom: 8px solid #fff;
    border-left: 8px solid #0078d4;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    display: table-cell;
    vertical-align: middle;
    border-radius: 50%;
    margin: auto;
    width: 110px;
    height: 110px;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

    .loader_circle:after {
        border-radius: 50%;
        width: 100px;
        height: 100px;
    }

.loading-cntant figure {
    background-color: transparent;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

    .loading-cntant figure img {
        max-height: 55px;
    }

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/******** loader****/

.animated.animation span {
    display: inline-block;
    animation: slideLeft 1.5s forwards;
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    opacity: 0;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

@keyframes slideLeft {
    from {
        opacity: 0;
        transform: translateX(200px);
    }

    to {
        opacity: 1;
        transform: translateX(0%);
    }
}


@media (max-width:1380px) {
    .banner-slider.owl-carousel .owl-nav button.owl-prev {
        left: 20px;
    }

    .banner-slider.owl-carousel .owl-nav button.owl-next {
        right: 20px;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1189px;
    }
}

@media (min-width:992px) {
    .header .navbar .navbar-nav .nav-item .collapse:not(.show) {
        display: block;
        transition: all 0.5s ease-in-out;
    }

    .submenus-content {
        position: absolute;
        z-index: 9;
        left: 0;
        top: 74px;
        width: 100%;
        opacity: 0;
        height: 0;
        overflow: hidden;
        background-color: #fff;
        border-radius: 10px;
        -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
        box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
        transition: all 0.5s ease-in-out;
    }

    .header .navbar .nav-item:hover .submenus-content {
        opacity: 1;
        height: auto;
        overflow: inherit;
        visibility: visible;
    }
}

@media (max-width:1199px) {
    .testimonial-slider .owl-nav {
        width: 490px;
    }

    .custom-solution-section h2 {
        font-size: 45px;
    }

    .footer-top .footer-start .right-box ul li a {
        font-size: 23px;
    }

    .footer-top .footer-start .right-box ul li p {
        font-size: 17px;
    }

    .footer-top .footer-start .right-box ul li:nth-of-type(2) a {
        font-size: 15px;
    }

    .banner-content h1 {
        font-size: 24px;
    }

        .banner-content h1 strong {
            font-size: 30px;
        }

    .header .navbar .navbar-nav .nav-link {
        padding: 10px;
        font-size: 13px;
    }

    .logo img {
        max-width: 130px;
    }

    .header .navbar .nav-item .btn-secondary {
        padding: 13px 10px;
        font-size: 13px;
    }

    .banner {
        padding: 40px 0;
        min-height: 480px;
    }

    .banner-content {
        padding: 0;
    }

        .banner-content h2 {
            font-size: 40px;
        }

        .banner-content span {
            font-size: 20px;
        }

        .banner-content p {
            font-size: 16px;
        }
}

@media (max-width:991px) {

    .banner-section .banner-img img {
        max-width: 400px;
        margin: 0 auto;
        display: block;
    }

    .header-main-section {
        padding-top: 100px;
    }

    .custom-solution-section h2 {
        font-size: 35px;
    }

    .custom-solution-section {
        padding: 30px 0;
    }

    .banner-section.slider-3 .banner-img::before {
        left: 10px;
        top: 0;
        background-position: inherit;
    }

    .testimonial-slider .owl-nav button {
        width: 45px;
        height: 45px;
    }

        .testimonial-slider .owl-nav button.owl-prev {
            left: 12px;
        }

        .testimonial-slider .owl-nav button.owl-next {
            right: 12px;
        }

    .footersection ul, .footersection p {
        width: 100%;
        text-align: center;
    }

    .footersection ul {
        margin-bottom: 20px;
    }

    .footerlink, .footer-social-icon {
        justify-content: center;
    }


    .hire-section .heading {
        margin-bottom: 40px;
    }

    header.headerfixed {
        padding: 15px 12px;
    }

    .studies-slider .item .sldier-content {
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .studies-slider .item .sldier-content .brand-logo {
            margin: 0 auto 20px;
        }

    .studies-slider .item::after {
        -webkit-box-shadow: inset 0px -120px 276px 29px rgba(0,0,0,0.75);
        -moz-box-shadow: inset 0px -120px 276px 29px rgba(0,0,0,0.75);
        box-shadow: inset 0px -120px 276px 29px rgba(0,0,0,0.75);
    }

    header {
        padding: 15px 0;
    }

    #navbarNavDropdown {
        position: fixed;
        display: block;
        right: 0;
        top: 61px;
        width: 100%;
        height: calc(100% - 61px);
        overflow-y: auto;
        background-color: #fff;
        z-index: 2;
        padding: 0 20px 10px 20px;
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        #navbarNavDropdown.collapse:not(.show) {
            right: -100%;
        }

    .header .navbar .navbar-nav .nav-item {
        padding: 0;
    }

    .header .navbar-expand-lg .navbar-nav {
        align-items: flex-start;
    }

    .header .navbar-expand-lg .nav-item {
        margin-right: 0;
        margin-bottom: 0;
    }

    .logo {
        position: relative;
        z-index: 3;
    }

    .header .navbar .navbar-nav .nav-item {
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

        .header .navbar .navbar-nav .nav-item:last-child {
            border-bottom: none;
        }

    .header .navbar .nav-item .btn-primary {
        margin: 25px 0 0;
    }

    .header .navbar .navbar-nav .nav-link::after {
        display: none;
    }

    .header .navbar .navbar-nav .nav-link {
        padding: 15px 0px;
        display: block;
        font-size: 16px;
        color: #000000;
    }

    .header .navbar .nav-item .btn-secondary {
        margin-left: 0;
        margin-top: 15px;
        padding: 13px 20px;
        background-color: #002072;
        color: #fff;
    }

        .header .navbar .nav-item .btn-secondary img {
            filter: invert(2) brightness(5);
        }

    .header .navbar .navbar-nav .nav-link:hover {
        color: #0078d4;
    }

    .submenus-block {
        padding: 10px 20px;
        padding-left: 0;
    }

    .sub-menu-sec {
        width: 100%;
        padding: 0px 0px 20px 0px;
    }

        .sub-menu-sec:last-child {
            padding: 0;
        }

        .sub-menu-sec ul li {
            font-size: 14px;
            padding: 0 0 5px;
        }

    .header .navbar .navbar-nav .nav-link.submenu {
        position: relative;
    }

        .header .navbar .navbar-nav .nav-link.submenu:before {
            position: absolute;
            content: "";
            top: 0;
            right: 0;
            height: 15px;
            width: 15px;
            bottom: 0;
            margin: auto;
            background: url(../images/minus-icon.png) no-repeat center;
            background-size: 15px;
        }

    .header .navbar .navbar-nav .nav-link.collapsed:before {
        background: url(../images/plus-icon.png) no-repeat center;
    }




    .banner-content {
        max-width: 100%;
        text-align: center;
        width: 100%;
    }

    .bannerbtn {
        justify-content: center;
    }

    .banner-section .banner-img {
        width: 100%;
        text-align: center;
        padding-left: 0;
        padding-top: 30px;
    }

    /* .banner-section .banner-img img {
    max-height: 300px;
  } */





    .heading h2 {
        font-size: 32px;
        line-height: 36px;
    }

    .heading p {
        font-size: 16px;
    }

    .hirebox {
        padding: 20px 10px 15px;
    }

        .hirebox .icon {
            height: 50px;
            width: 50px;
        }

            .hirebox .icon img {
                max-width: 50px;
            }

        .hirebox .details span {
            font-size: 15px;
        }

        .hirebox .details {
            margin-top: 20px;
        }

        .hirebox h4 {
            font-size: 20px;
        }

        .hirebox .details p {
            font-size: 14px;
            line-height: 20px;
        }

    .service-section {
        padding: 50px 0 10px 0;
    }

        .service-section ul li {
            padding: 0 10px 20px;
            width: 50%;
        }

    .servicebox {
        padding: 20px 15px 20px;
    }

        .servicebox .icon {
            margin: 0 0 10px;
        }

            .servicebox .icon i {
                font-size: 38px;
                line-height: 38px;
            }

    .servicebox-number {
        right: 5px;
        top: 0px;
        font-size: 60px;
        line-height: 60px;
    }

    .servicebox p {
        font-size: 14px;
        line-height: 22px;
    }

    .technology-section {
        padding: 40px 0 60px;
    }

    .container {
        max-width: 100%;
    }


    .welcome-section {
        padding: 65px 0;
    }
}

@media (max-width:767px) {

    .welcome-section {
        padding: 40px 0;
    }

    .banner-content {
        padding: 0 0 30px 0;
    }

        .banner-content span {
            font-size: 16px;
        }

        .banner-content h2 {
            font-size: 30px;
        }

        .banner-content p {
            font-size: 14px;
        }

    /* .banner-section .banner-img img {
    max-height: 200px;
  } */

    .btn-primary {
        font-size: 16px;
        padding: 8px 20px;
    }

    .btn-secondary {
        font-size: 16px;
        padding: 8px 20px;
    }

    .hire-section ul li {
        width: 50%;
        text-align: center;
    }

    .hirebox .icon {
        margin: 0 auto;
    }

    .hire-section .hiring-details li {
        padding-bottom: 10px;
    }

    .hire-section ul {
        justify-content: center;
    }

    .hirebox {
        margin: 0px 0px 15px 0px;
    }

    .heading h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .heading p {
        font-size: 14px;
    }


    .service-section ul li {
        width: 50%;
    }

    .technologyimg {
        margin: 15px auto;
        height: 90px;
        width: 90px;
    }

    .footersection {
        flex-direction: column;
    }

    .footerlink {
        justify-content: center;
        width: 100%;
        margin: 0 0 10px;
    }

        .footerlink li {
            margin-bottom: 8px;
        }


    .inner-banner {
        padding: 50px 0;
        background-size: cover;
    }

        .inner-banner h1 {
            font-size: 30px;
        }




    .contact-form {
        padding: 20px 20px 20px;
        margin-top: 30px;
    }
}

@media (max-width:576px) {
    .logo img {
        max-width: 100px;
    }

    header.headerfixed .logo img {
        max-width: 100px;
    }

    .animated.animation span {
        font-size: 25px;
    }

    .service-section ul li {
        width: 100%;
        /* min-width: 240px; */
        /* margin-right: 15px; */
        padding: 0 0 20px;
    }

    .custom-solution-section h2 {
        font-size: 25px;
        margin-bottom: 25px;
    }

    .hirebox .details span {
        font-size: 14px;
    }

    .testimoinal-text p {
        font-size: 15px;
        line-height: 24px;
    }

    .testimonial-slider .owl-nav button {
        width: 35px;
        height: 35px;
        background-size: 20px !important;
    }

    .testimoinal-text h3 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 20px;
        color: #fff;
    }

    .heading-subtitle {
        font-size: 17px !important;
        line-height: 19px !important;
        text-align: center !important;
    }

    .testimoinal-text span {
        font-size: 13px;
    }

    .service-section {
        padding: 30px 0 10px 0;
    }

    .testimonial-section {
        padding: 30px 0;
    }

    .studies-slider .owl-nav button {
        width: 45px;
        height: 45px;
    }

    .studies-slider {
        padding-bottom: 65px;
    }

    .Case-Studies-section .portfolio-btn {
        padding: 10px 35px;
        font-size: 16px;
        font-weight: 500;
        margin-top: 30px;
    }

    .technology-section {
        padding: 40px 0;
    }

    footer .footer-top {
        padding: 30px 0 20px;
    }

    .hire-section ul li {
        width: 100%;
    }

    .welcome-section {
        padding: 30px 0;
    }

    .banner-content h1 {
        font-size: 30px;
    }

        .banner-content h1 br {
            display: none;
        }

    .heading h2 {
        font-size: 24px;
        line-height: 30px;
    }
}



.saudi-section p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    max-width: 1100px;
    margin: 0 auto;
}
/* @keyframes infiniteslide1704298279246fdc {
  from { transform: translate3d(0,0,0); }
  to { transform: translate3d(-1764px,0,0); }
} */
.custom-solution-section h2 {
    font-size: 40px;
}

.client-logos {
    padding: 100px 0;
    background-color: #f5f5f5;
    margin-top: 130px;
}


.client-stack ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .client-stack ul li {
        width: 16.66%;
        padding: 10px 15px;
        min-width: 150px;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        margin-bottom: 15px;
    }

        .client-stack ul li:hover {
            background: rgb(0,120,212);
            -webkit-transform: scale(1.04);
            -moz-transform: scale(1.04);
            -ms-transform: scale(1.04);
            transform: scale(1.04);
            background: #FFF;
            box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.09);
        }

            .client-stack ul li:hover img {
                filter: invert(0);
                opacity: 1;
            }

.client-row {
    position: relative;
}


.awards-certifications {
    padding: 90px 0;
}

.awards-certifications-box {
    border-radius: 12px;
    border: 1px solid #E2E2E2;
    padding: 30px;
    text-align: center;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

    .awards-certifications-box:hover {
        border: 1px solid #E2E2E2;
        background: #FFF;
        box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.09);
    }

.testimonail-box {
    border: 1px solid #002072;
    background: #FFF;
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.09);
    margin: 20px 0;
    padding: 40px;
    background: url(../images/left-qoute.png) no-repeat 10px 10px,url(../images/right-qoute.png) no-repeat calc(100% - 10px) calc(100% - 10px);
    background-size: 40px !important;
}

.testimonial-slider {
    position: relative;
}

.owl-item.center .testimonail-box {
    background: url(../images/left-qoute-white.png) no-repeat 10px 10px,url(../images/right-qoute-white.png) no-repeat calc(100% - 10px) calc(100% - 10px);
    background-color: rgba(0, 120, 212, 0.174);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

    .owl-item.center .testimonail-box p, .owl-item.center .testimonail-box .testimoinal-text h3, .owl-item.center .testimonail-box .testimoinal-text span {
        color: #fff;
    }

.testimonial-slider:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 24%;
    content: "";
    background: -webkit-gradient(linear,right top,left top,color-stop(0,rgba(255,255,255,0)),color-stop(68%,#002072),to(#002072));
    background: linear-gradient(270deg,rgba(255,255,255,0) 0,#002072 68%,#002072);
    z-index: 9;
}

.testimonial-slider:after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 24%;
    content: "";
    background: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,0)),color-stop(68%,#002072),to(#002072));
    background: linear-gradient(90deg,rgba(255,255,255,0) 0,#002072 68%,#002072);
    z-index: 9;
}

@keyframes slide_to_left {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

@keyframes slide_to_right {
    0% {
        transform: translateX(-50%)
    }

    to {
        transform: translateX(0)
    }
}

.hire-box {
    padding: 90px 0;
    position: relative;
}

.hire-box-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

    .hire-box-bg video {
        width: 100%;
        height: 100%;
    }

.hire-box .container {
    position: relative;
    z-index: 9;
}
/* .bg-gradient-overlay{
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  background: rgb(0,120,212);
    background: linear-gradient(90deg, rgba(0,120,212,1) 0%, rgba(9,9,121,1) 85%, rgba(0,32,114,1) 100%);
    opacity:1;
    opacity: 0.7;
} */
.videoWrap, .videoWrap video {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    object-fit: cover;
}

.hire-inr-box {
    color: #fff;
    padding: 30px;
    border-radius: 30px;
    border: 1px solid #E2E2E2;
    background: #FFF;
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.09);
    transition: 0.4s all;
}

    .hire-inr-box:hover {
        border-color: #002072;
        background-color: #002072;
    }

    .hire-inr-box .btn-primary {
        box-shadow: 0 0 0 0 rgb(0 32 114 / 26%);
    }

    .hire-inr-box:hover .btn-primary {
        border-color: #fff;
        color: #fff;
        box-shadow: 0 0 0 0 rgb(255 255 255 / 26%);
    }

    .hire-inr-box figure {
        margin-bottom: 20px;
    }

    .hire-inr-box h3 {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 15px;
        color: #000;
    }

    .hire-inr-box p {
        font-weight: 300;
        line-height: 1.5;
        color: #000;
    }

    .hire-inr-box:hover h3, .hire-inr-box:hover p {
        color: #fff;
    }

    .hire-inr-box:hover img {
        filter: brightness(0) invert(1);
    }

.technology-section .nav-tabs {
    border: 0;
    justify-content: center;
}

    .technology-section .nav-tabs .nav-link {
        border: 0;
        color: #000;
        margin: 0;
        padding: 10px 30px;
        position: relative;
        background-color: transparent;
    }

        .technology-section .nav-tabs .nav-link::after {
            bottom: 0;
            position: absolute;
            left: 0;
            width: 0;
            content: "";
            transition: 0.4s all;
            -webkit-transition: 0.4s all;
            -moz-transition: 0.4s all;
            -ms-transition: 0.4s all;
            -o-transition: 0.4s all;
            height: 4px;
            background-color: #002072;
        }

        .technology-section .nav-tabs .nav-link.active, .technology-section .nav-tabs .nav-link:hover {
            color: #002072;
            width: 100%;
        }

            .technology-section .nav-tabs .nav-link.active::after {
                width: 100%;
            }

        .technology-section .nav-tabs .nav-link.active {
            border: 0;
        }

.technology-tab {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    border-bottom: solid 1px #ededed;
}

.technology-section .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    font-size: 0;
    left: -10px;
    top: 50%;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    color: #fff;
    background: #0078d4 url("../images/left-arrow.svg") no-repeat center;
    background-size: 18px;
    transform: translateY(-50%);
}

.technology-section .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    font-size: 0;
    right: -10px;
    top: 50%;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    color: #fff;
    background: #0078d4 url("../images/right-arrow.svg") no-repeat center;
    background-size: 18px;
    transform: translateY(-50%);
}

.footer {
    background: #f5f5f5;
}

.footer-top {
    padding: 44px 0 10px;
}

.footer-contact {
    padding-top: 24px
}

    .footer-contact strong {
        font-size: 16px;
        color: #000;
        font-weight: 500;
        display: inline-block;
        padding-left: 35px;
        margin-bottom: 10px;
        opacity: 0.75;
    }

    .footer-contact ul li a {
        position: relative;
        display: inline-block;
        padding-left: 35px;
        font-size: 16px;
        color: #fff;
    }

        .footer-contact ul li a:hover {
            color: #fff;
            text-decoration: underline;
        }

        .footer-contact ul li a img {
            position: absolute;
            left: 0;
            top: 5px;
            height: 15px;
        }

    .footer-contact ul li {
        padding-bottom: 10px
    }

.footer-social {
    display: flex;
    align-items: center;
    margin-top: 10px
}

    .footer-social a {
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: solid 1px #fff;
        border-radius: 50%;
        margin-right: 10px
    }

    .footer-social a {
        color: #fff
    }

        .footer-social a:hover {
            background-color: #002072;
            border-color: #002072;
            color: #fff;
        }

.footer-top h3 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px
}

.footer-menu li:not(:last-child) {
    padding-bottom: 5px
}

.footer-menu li a {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    transition: 0.4s all;
}

    .footer-menu li a:hover {
        color: #002072;
        margin-left: 10px;
    }

.footer-mid {
    padding: 20px 0;
    border-bottom: solid 1px rgba(0, 0, 0, .25);
    border-top: solid 1px rgba(255, 255, 255, .25)
}

    .footer-mid ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

        .footer-mid ul li {
            position: relative;
            padding-right: 10px;
            margin-right: 10px;
            color: #000;
            font-size: 16px;
            line-height: 1;
            margin-top: 5px;
            margin-bottom: 5px
        }

            .footer-mid ul li::after {
                position: absolute;
                right: 0;
                top: 0;
                height: 100%;
                width: 1px;
                content: '';
                background-color: #000
            }

            .footer-mid ul li:last-child {
                padding-right: 0;
                margin-right: 0
            }

                .footer-mid ul li:last-child::after {
                    display: none
                }

.footer-bottom {
    padding: 15px 0 15px;
    position: relative;
    z-index: 2;
}

.footer {
    position: relative;
    z-index: 2;
}

    .footer::before {
        background-image: url(../images/saudi.svg);
        background-size: 500px;
        background-repeat: repeat-x;
        background-position: bottom;
        transition: all 500ms linear 0s;
        animation: 44.1s linear 0s infinite normal none running infiniteslide1704298279246fdc;
        width: 500vw;
        opacity: 0.1;
        animation: none;
        content: "";
        width: 100%;
        position: absolute;
        bottom: 0;
        z-index: 1;
        height: 100%;
    }

.saudi-section-box {
    background-image: url(../images/saudi.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    padding: 12% 50px 12%;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
}

    .saudi-section-box .row {
        position: relative;
        z-index: 2;
    }

    /*.saudi-section-box::after {
        background: rgb(0,120,212);
        background: linear-gradient(90deg, rgb(0 44 78) 0%, rgb(0, 0, 36,0.0) 85%);
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        content: "";
        z-index: 1;
    }*/

.hadding_bx {
    display: block;
    width: 100%;
}

    .hadding_bx p {
        max-width: 1000px;
        margin: 0 auto 30px auto;
        font-size: 18px;
        font-weight: 300;
        line-height: 1.7;
        color: #000;
    }

    .hadding_bx .col-md-6:nth-of-type(2) .build_text {
        padding-right: 0px;
        padding-left: 0;
    }

.testimonial-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

    .testimonial-profile span {
        font-size: 20px;
    }

        .testimonial-profile span.theme-1 {
            background: #dc3545;
            border-color: #dc3545;
        }

        .testimonial-profile span.theme-2 {
            background: #ffc107;
            border-color: #ffc107;
        }

        .testimonial-profile span.theme-3 {
            background: #198754;
            border-color: #198754;
        }

        .testimonial-profile span.theme-4 {
            background: #0078d4;
            border-color: #0078d4;
        }

        .testimonial-profile span.theme-5 {
            background: #0dcaf0;
            border-color: #0dcaf0;
        }

    .testimonial-profile figure, .testimonial-profile span {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 52px;
        flex: 0 0 52px;
        height: 52px;
        max-width: 52px;
        border-radius: 50%;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0px;
        border: solid 1px #fff;
        justify-content: center;
    }

    .testimonial-profile .testimonial-content {
        padding-left: 20px;
    }

        .testimonial-profile .testimonial-content h3 {
            font-size: 18px;
            color: #fff;
            margin-bottom: 0;
            letter-spacing: 0.6px;
            margin-top: 0;
            text-align: left;
        }

        .testimonial-profile .testimonial-content p {
            font-size: 15px;
            color: #fff;
            margin-bottom: 0;
            letter-spacing: 0.6px;
            opacity: 0.8;
            margin-bottom: 0;
            line-height: 15px;
            text-align: left;
        }

.on-google {
    position: relative;
    padding-right: 40px;
}

    .on-google::after {
        position: absolute;
        width: 30px;
        height: 30px;
        right: 0;
        top: 0;
        content: "";
        background-image: url(../images/icon.svg);
    }

.star-rating i {
    color: #f6bb06;
    margin-bottom: 15px;
}

.heading-text p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    max-width: 800px;
    margin: 0 auto 30px auto;
}

.content-right {
    padding: 40px;
    overflow: hidden;
    position: relative;
    padding: 45px 25px;
    border-radius: 15px;
    border: 1px solid #E2E2E2;
    background: #FFF;
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.09);
    transition: 0.4s all;
}

    .content-right:hover {
        transform: translateY(15px);
    }

    .content-right .btn-primary {
        box-shadow: 0 0 0 0 rgb(0 32 114 / 26%);
    }

    .content-right ul {
        margin-top: 30px;
    }

        .content-right ul li {
            margin-bottom: 15px;
            color: #252b33;
            font-size: 16px;
            cursor: pointer;
        }

            .content-right ul li:last-child {
                margin-bottom: 0;
            }

.portfolio-section {
    padding: 90px 0;
    position: relative;
}

    .portfolio-section .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        font-size: 0;
        left: -10px;
        top: 50%;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        color: #fff;
        background: #0078d4 url("../images/left-arrow.svg") no-repeat center;
        background-size: 14px;
        transform: translateY(-50%);
    }

    .portfolio-section .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        font-size: 0;
        right: -10px;
        top: 50%;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        color: #fff;
        background: #0078d4 url("../images/right-arrow.svg") no-repeat center;
        background-size: 14px;
        transform: translateY(-50%);
    }

.portfolio-box {
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    overflow: hidden;
    margin: 30px 0;
}

.our-services {
    background-color: #f5f5f5;
    padding: 90px 0;
}

.footer-box {
    padding: 50px 0;
    position: relative;
    z-index: 3;
    background: rgb(0,120,212);
    background: linear-gradient(90deg, rgba(0,120,212,1) 0%, rgba(9,9,121,1) 85%, rgba(0,32,114,1) 100%);
    overflow: hidden;
}

    .footer-box .row {
        position: relative;
        z-index: 4;
    }

.footer-logo {
    margin-bottom: 30px;
}

.flag-list {
    display: flex;
    flex-wrap: wrap;
}

    .flag-list figure {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 15px;
        border: solid 2px #fff;
    }

.technology-section {
    position: relative;
}

    .technology-section:after, .technology-section:before {
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .technology-section:after {
        background: #b00000;
        background: linear-gradient(180deg,rgba(176,0,0,0),#fff 50%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b00000",endColorstr="#ffffff",GradientType=1);
        opacity: 1;
        z-index: -1;
    }

    .technology-section:before {
        background: #b00000;
        background: linear-gradient(110deg,#0b5ed7,#002072);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b00000",endColorstr="#b08d00",GradientType=1);
        opacity: .2;
        z-index: -2;
    }

.technology-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    position: relative;
    z-index: 3;
    justify-content: center;
}

    .technology-list ul li {
        text-align: center;
        width: 20%;
        flex: 0 0 auto;
        padding: 0 15px 40px 15px;
    }

        .technology-list ul li figure {
            background: #fff;
            height: 100px;
            width: 100px;
            text-align: center;
            border-radius: 50%;
            -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
            box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
            margin: 15px 15px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
        }

        .technology-list ul li h3 {
            font-size: 16px;
            text-align: center;
            margin-bottom: 0;
            margin-top: 15px;
            font-weight: 300;
        }


.footer-location .contact-form {
    background-color: transparent;
    padding: 0;
}

    .footer-location .contact-form h4 {
        font-size: 24px;
        color: #fff;
    }

    .footer-location .contact-form p {
        color: #fff;
    }

.contact-form {
    margin-bottom: 30px;
    padding: 50px 35px 47px;
    background-color: #ffffff;
}

    .contact-form .form-floating.checkbox-option p {
        padding-left: 25px;
        font-size: 15px;
        color: #000000;
    }

        .contact-form .form-floating.checkbox-option p a {
            color: #000000;
        }

            .contact-form .form-floating.checkbox-option p a:hover {
                color: #000000;
            }

    .contact-form .form-floating .form-control {
        height: 50px;
        line-height: 56px;
        border: none;
        background: #f5f5f7;
        color: #000000;
        width: 100%;
        border-radius: 0;
        padding: 0.7rem 0.75rem;
        border-radius: 4px;
    }

        .contact-form .form-floating .form-control::-webkit-input-placeholder, .contact-form .form-floating .form-control:-ms-input-placeholder, .contact-form .form-floating .form-control::-ms-input-placeholder, .contact-form .form-floating .form-control::-webkit-input-placeholder {
            color: #666666;
        }

        .contact-form .form-floating .form-control::-webkit-input-placeholder, .contact-form .form-floating .form-control:-ms-input-placeholder, .contact-form .form-floating .form-control::-ms-input-placeholder, .contact-form .form-floating .form-control::placeholder {
            color: #666666;
        }

        .contact-form .form-floating .form-control:focus {
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .contact-form .form-floating textarea.form-control {
        height: auto;
        border-radius: 4px;
    }

    .contact-form .agree-label {
        margin-bottom: 15px;
        position: relative;
    }

        .contact-form .agree-label #chb1 {
            position: absolute;
            top: 7px;
            left: 0;
        }

        .contact-form .agree-label label {
            font-weight: 500;
            color: #000000;
            margin-left: 25px;
        }

            .contact-form .agree-label label a {
                color: var(--mainColor);
            }

                .contact-form .agree-label label a:hover {
                    color: #000000;
                }

                .contact-form .agree-label label a.forget {
                    position: absolute;
                    right: 0;
                }

.with-errors {
    float: left;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: rgba(220,53,69,1) !important;
    font-weight: 400;
    display: block;
}

    .contact-form .text-danger {
        font-size: 18px;
        margin-top: 15px;
    }

    .contact-form .default-btn {
        border: 0;
        outline: none;
    }

.form-floating > label {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.7rem .75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-control-plaintext ~ label, .form-floating > .form-select ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-.8rem) translateX(.15rem);
}

.inner-banner {
    padding-top: 200px;
    position: relative;
    z-index: 1;
}

    .inner-banner::after {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.6;
        content: '';
        left: 0;
        top: 0;
        z-index: -1;
    }

.breadcrumb-section {
    background-color: #002072;
    padding: 15px 0;
    font-size: 16px;
}

    .breadcrumb-section .breadcrumb {
        margin: 0;
    }

    .breadcrumb-section .breadcrumb-item {
        color: #ffffff;
    }

        .breadcrumb-section .breadcrumb-item.active {
            font-weight: 700;
        }

        .breadcrumb-section .breadcrumb-item + .breadcrumb-item::before {
            color: #ffffff;
        }

        .breadcrumb-section .breadcrumb-item a {
            color: #ffffff;
        }

.porfolio-inr {
    width: 100%;
    height: 100vh;
    min-height: 700px;
    position: relative;
}

.right-view .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.left-view .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.portfolio-bg {
    width: 50%;
    height: 100%;
    object-fit: cover;
}

.right-view .portfolio-bg {
    float: right;
}

.right-view .portfolio-text {
    padding-right: 12%;
}

.mobile-view-img {
    height: 80%;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 330px;
    object-fit: scale-down;
}

.right-view .mobile-view-img {
    left: 10%;
}

body .portfolio-text h4 {
    font-size: 40px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #fff;
    position: static;
}

    body .portfolio-text h4 img {
        height: 30px;
        display: block;
        margin-bottom: 25px;
    }

body .portfolio-text h5 {
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #fff;
    margin: 20px 0;
    position: static;
}

body .portfolio-text p {
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: rgba(255,255,255,1);
    top: 0;
    margin: 0;
}

.download-btns a {
    vertical-align: bottom !important;
}

body .portfolio-text p a {
    display: inline-block;
    width: 20px;
    vertical-align: sub;
    margin-left: 15px;
}

    body .portfolio-text p a img {
        width: 100%;
    }

body .portfolio-text ul li {
    width: 33.333%;
    text-align: left;
    padding: 0 0;
}

    body .portfolio-text ul li h3 {
        display: block;
        font-size: 30px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.26;
        letter-spacing: normal;
        text-align: left;
        color: #fff;
    }

    body .portfolio-text ul li small {
        font-size: 16px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.25;
        letter-spacing: normal;
        text-align: left;
        color: #fff;
    }

body .portfolio-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px;
    position: relative;
    transition: .5s;
    margin: 40px 0 0 0;
    top: 0;
}

.case-study-btn-group {
    margin-top: 30px;
}

    .case-study-btn-group a.clickcustomform:hover {
        color: #fff;
        text-decoration: underline;
    }

    .case-study-btn-group .btn-primary {
        margin-right: 30px;
    }

.left-view .mobile-view-img {
    left: -10%;
}

.left-view .portfolio-bg {
    float: left;
}

.left-view .portfolio-text {
    padding-left: 12%;
}

.contact-us-banner {
    padding-bottom: 250px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: none !important;
}

.inner-banner.contact-us-banner::before {
    background: rgb(0,120,212);
    background: linear-gradient(90deg, rgb(0 44 78) 0%, rgb(0 0 36) 85%, rgba(0,32,114,1) 100%);
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    opacity: 0.5;
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    z-index: 1;
}

.inner-banner.contact-us-banner .container {
    position: relative;
    z-index: 3;
}

.inner-banner.contact-us-banner::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 120%;
    height: 100%;
    z-index: -1;
    background-image: url(../images/banner-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -ms-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    -webkit-animation: dotMove linear infinite 3s;
    -moz-animation: dotMove linear infinite 3s;
    -o-animation: dotMove linear infinite 3s;
    animation: dotMove linear infinite 3s;
    background-color: transparent;
    opacity: 1;
    left: auto;
    right: 0;
}

.contact-us-page {
    position: relative;
    z-index: 1;
}

.contact-us-box::before {
    background-image: url(../images/map.png);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    opacity: 0.1;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.contact-us-box .btn.btn-primary {
    box-shadow: 0 0 0 0 rgb(0 32 114 / 26%);
}

.location-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
}

    .location-box figure {
        margin-bottom: 0;
        position: relative;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        overflow: hidden;
        border: solid 2px #a3a3a3;
        margin-right: 15px;
    }

        .location-box figure:last-child {
            margin-right: 0;
        }

    .location-box h3 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 0;
        text-align: center;
        margin-top: 30px;
    }

.contact-us-box {
    border-radius: 4px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 2.55px 0.45px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 2.55px 0.45px rgba(0,0,0,0.1);
    position: relative;
    top: -200px;
    padding: 50px;
    z-index: 1;
}

    .contact-us-box input {
        width: 100%;
        padding: 12px 15px;
        border: 1px solid #c2cef6;
        outline: 0;
        color: #666;
        background-color: #f4f6ff;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        border-radius: 0;
    }

    .contact-us-box textarea {
        background-color: #f4f6ff;
        color: #666;
        border-radius: 0;
        padding: 12px 15px;
        border: 1px solid #c2cef6;
        outline: 0;
        height: 120px;
    }

.addresssection {
    margin-top: 50px;
}

    .addresssection ul li {
        padding: 10px 20px 30px 50px;
        position: relative;
    }

        .addresssection ul li figure {
            position: absolute;
            left: 0;
            top: 15px;
        }

        .addresssection ul li:first-child figure img {
            height: 32px;
        }

        .addresssection ul li strong {
            display: block;
            font-size: 20px;
            font-weight: normal;
        }

        .addresssection ul li span {
            display: block;
            font-size: 15px;
        }

        .addresssection ul li a {
            text-decoration: underline;
            color: #000;
        }



.why-hire {
    padding: 90px 0;
}

    .why-hire .row {
        margin: 0;
        border-top: solid 1px #ccc;
        border-left: solid 1px #ccc;
    }

        .why-hire .row > div {
            padding: 20px;
            border-bottom: solid 1px #ccc;
            border-right: solid 1px #ccc;
            transition: 0.4s all;
            -webkit-transition: 0.4s all;
            -ms-transition: 0.4s all;
            -moz-transition: 0.4s all;
            -o-transition: 0.4s all;
        }

            .why-hire .row > div h3 {
                font-size: 18px;
                font-weight: bold;
                color: #000;
                transition: 0.4s all;
                -webkit-transition: 0.4s all;
                -ms-transition: 0.4s all;
                -moz-transition: 0.4s all;
                -o-transition: 0.4s all;
            }

            .why-hire .row > div p {
                transition: 0.4s all;
                -webkit-transition: 0.4s all;
                -ms-transition: 0.4s all;
                -moz-transition: 0.4s all;
                -o-transition: 0.4s all;
                margin-bottom: 0;
            }

.why-hire-box figure {
    margin-bottom: 25px;
}

    .why-hire-box figure img {
        height: 70px;
        transition: 0.4s all;
        -webkit-transition: 0.4s all;
        -ms-transition: 0.4s all;
        -moz-transition: 0.4s all;
        -o-transition: 0.4s all;
    }

.why-hire .row > div:hover {
    background-color: #002072;
}

    .why-hire .row > div:hover h3 {
        color: #fff;
    }

    .why-hire .row > div:hover p {
        color: #fff;
    }

    .why-hire .row > div:hover figure img {
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1);
        -ms-filter: brightness(0) invert(1);
        -moz-filter: brightness(0) invert(1);
        -o-filter: brightness(0) invert(1);
    }




.how-can-help {
    background-color: #002072;
    padding: 90px 0;
}

    .how-can-help figure {
        margin-bottom: 25px;
    }

.how-can-help-box {
    padding: 20px;
    border: solid 1px rgba(255,255,255,0.1);
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -o-transition: 0.4s all;
}

.how-can-help .row > div h3 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -o-transition: 0.4s all;
    line-height: 1.4;
}

.how-can-help .row > div p {
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -o-transition: 0.4s all;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
}

.how-can-help figure img {
    height: 70px;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -o-transition: 0.4s all;
}

.how-can-help-box:hover {
    background-color: #0078d4;
}

.how-can-help .row > div:hover h3 {
    color: #fff;
}

.how-can-help .row > div:hover p {
    color: #fff;
}

.how-can-help .row > div:hover figure img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
}



.dedicated-section {
    padding: 90px 0;
}

    .dedicated-section figure {
        margin-bottom: 25px;
    }

.dedicated-box {
    padding: 30px 20px;
    border: 1px solid #E2E2E2;
    background: #FFF;
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.09);
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -o-transition: 0.4s all;
    border-radius: 10px;
}

    .dedicated-box ul {
        margin-top: 20px;
    }

        .dedicated-box ul li {
            color: #000;
            position: relative;
            padding-bottom: 10px;
            text-align: center;
            transition: 0.4s all;
            -webkit-transition: 0.4s all;
            -ms-transition: 0.4s all;
            -moz-transition: 0.4s all;
            -o-transition: 0.4s all;
        }

.dedicated-section .row > div h3 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -o-transition: 0.4s all;
    line-height: 1.4;
    text-align: center;
}

.dedicated-section .row > div p {
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -o-transition: 0.4s all;
    color: #000;
    font-weight: 300;
    margin-bottom: 0;
}

.dedicated-section figure {
    text-align: center;
}

    .dedicated-section figure img {
        height: 70px;
        transition: 0.4s all;
        -webkit-transition: 0.4s all;
        -ms-transition: 0.4s all;
        -moz-transition: 0.4s all;
        -o-transition: 0.4s all;
    }

.dedicated-box:hover {
    background-color: #0078d4;
}

.dedicated-section .row > div:hover h3 {
    color: #fff;
}

.dedicated-section .row > div:hover ul li {
    color: #fff;
}

.dedicated-section .row > div:hover figure img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
}

.web-app-developer {
    position: relative;
    padding: 90px 0;
}

    .web-app-developer figure {
        text-align: center;
    }

        .web-app-developer figure img {
            max-width: 450px;
            margin: 0 auto;
        }

    .web-app-developer:after, .web-app-developer:before {
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .web-app-developer:after {
        background: #b00000;
        background: linear-gradient(180deg,rgba(176,0,0,0),#fff 50%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b00000",endColorstr="#ffffff",GradientType=1);
        opacity: 1;
        z-index: -1;
    }

    .web-app-developer:before {
        background: #b00000;
        background: linear-gradient(110deg,#0b5ed7,#002072);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b00000",endColorstr="#b08d00",GradientType=1);
        opacity: .2;
        z-index: -2;
    }

    .web-app-developer ul li {
        position: relative;
        padding-left: 25px;
        padding-bottom: 10px;
    }

        .web-app-developer ul li::before {
            position: absolute;
            left: 0;
            top: 0;
            width: 50px;
            height: 50px;
            content: "\f00c";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            color: #000;
        }

.case-studeis {
    padding: 90px 0;
}

.case-heading .case-s-logo {
    margin-bottom: 30px;
}

    .case-heading .case-s-logo img {
        height: 50px;
    }

.case-heading h1, .case-heading h2 {
    font-size: 40px;
    font-weight: bold;
}

.case-heading p {
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    font-weight: 300;
}

.case-heading ul li {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    font-weight: 300;
    padding-bottom: 15px;
}

.case-features {
    background-color: #002072;
    padding: 90px 0;
}

.case-features-text ul li {
    font-size: 18px;
    color: #000;
    font-weight: 300;
    padding-bottom: 30px;
}

    .case-features-text ul li:last-child {
        padding-bottom: 0;
    }

.case-features-text {
    padding: 30px 30px;
    background-color: #fff;
}

    .case-features-text h2 {
        font-size: 30px;
        font-weight: bold;
        color: #000;
        margin-bottom: 20px
    }

.case-technology {
    padding: 90px 0;
}

    .case-technology h2 {
        font-size: 30px;
        font-weight: bold;
        color: #000;
        margin-bottom: 20px;
    }

    .case-technology p {
        font-size: 18px;
        line-height: 1.5;
        color: #000;
        font-weight: 300;
    }

    .case-technology h4 {
        font-size: 24px;
        margin-top: 30px;
        font-weight: 600;
    }

    .case-technology .technology-slider {
        margin-top: 40px;
    }

    .case-technology::after, .case-technology::before {
        display: none;
    }
.service-listing ul {   
    border: 0;
    margin: 0 -15px 30px -15px;
    display: flex;
    flex-wrap: wrap;
}

    .service-listing ul li {
        width: 100%;
        position: relative;
        padding: 0 15px 30px 65px;
    }
    
    .service-listing ul li::before {
        width: 35px;
        height: 35px;
        background-image: url(../images/hand.svg);
        background-position: center;
        content: "";
        position: absolute;
        left: 15px;
        top: 0;
        background-size: 100%;
        transform: rotate(90deg);
    }

.service-listing strong {
    font-size: 18px;
    color: #1f1f1f;
    display: block;
    font-weight: bold;
}
.service-listing {
    position: relative;
}
.app-features ul {
    border-radius: 15px;
    box-shadow: 0 10px 15px 0 rgba(0,0,0,.07);
    -webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.07);
    -ms-box-shadow: 0 10px 15px 0 rgba(0,0,0,.07);
    -o-box-shadow: 0 10px 15px 0 rgba(0,0,0,.07);
    -moz-box-shadow: 0 10px 15px 0 rgba(0,0,0,.07);
    border: 0;
    margin: 0 -15px 30px -15px;
    display: flex;
    flex-wrap: wrap;
}

    .app-features ul li {
        width: 50%;
        position: relative;
        padding: 0 15px 40px 65px;
    }

        .app-features ul li::before {
            width: 35px;
            height: 35px;
            background-image: url(../images/hand.svg);
            background-position: center;
            content: "";
            position: absolute;
            left: 15px;
            top: 0;
            background-size: 100%;
            transform: rotate(90deg);
        }

.app-features strong {
    font-size: 18px;
    color: #1f1f1f;
    display: block;
    font-weight: bold;
}

.app-features {
    position: relative;
}

    .app-features p {
        font-size: 18px;
        color: #000;
        font-weight: 400;
    }

    .app-features:after, .app-features:before {
        content: "";
        height: 750px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .app-features:after {
        background: #b00000;
        background: linear-gradient(180deg,rgba(176,0,0,0),#fff 50%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b00000",endColorstr="#ffffff",GradientType=1);
        opacity: 1;
        z-index: -1;
    }

    .app-features:before {
        background: #b00000;
        background: linear-gradient(110deg,#0b5ed7,#002072);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b00000",endColorstr="#b08d00",GradientType=1);
        opacity: .2;
        z-index: -2;
    }

.portfolio-banner::after {
    display: none;
}

.app-features .container {
    margin-bottom: 100px;
}

    .app-features .container:last-child {
        margin-bottom: 0;
    }

.technology-icon {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

    .technology-icon figure {
        margin-right: 15px;
        min-width: 70px;
        height: 70px;
        background-color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .technology-icon figure img {
            height: 30px;
        }

        .technology-icon figure:last-child {
            margin-right: 0;
        }

.banner-bar {
    padding: 30px 0;
    background-color: #000;
}

    .banner-bar ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }

        .banner-bar ul li {
            padding: 0 15px;
            display: flex;
            align-items: center;
            width: 25%;
            flex: 0 0 auto;
        }

            .banner-bar ul li figure {
                width: 50px;
                margin-right: 15px;
                flex: 0 0 auto;
            }

                .banner-bar ul li figure img {
                    width: 50px;
                }

            .banner-bar ul li h3 {
                font-size: 18px;
                font-weight: 400;
                color: #fff;
                margin-bottom: 0;
            }

.services-banner h1 {
    text-align: center;
    margin-bottom: 15px;
}

.services-banner p {
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.about-service {
    padding: 40px 0;
}

.about-service-text h2 {
    font-size: 40px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}

.about-service-text p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7;
}

.about-service-text h4 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
}

.why-choose-us {
    padding: 90px 0;
}

    .why-choose-us h2 {
        font-size: 40px;
        font-weight: bold;
        color: #000;
        margin-bottom: 30px;
    }

.why-chhose-box figure {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

    .why-chhose-box figure img {
        max-width: 100%;
        max-height: 100%;
        width: 50px;
        height: 50px;
    }

.why-chhose-box h3 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}

.why-chhose-box p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-bottom: 0;
}

.why-chhose-box {
    padding: 30px;
    transition: 0.4s all;
    border-radius: 10px;
    flex-grow: 1;
}

    .why-chhose-box:hover {
        background-color: #002072;
    }

        .why-chhose-box:hover h3, .why-chhose-box:hover p {
            color: #fff;
        }

        .why-chhose-box:hover figure img {
            filter: brightness(0) invert(1);
        }

.flow-list {
    position: relative;
    margin: 0px auto;
    padding-top: 15px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.flow-box {
    position: relative;
    width: 100%;
    padding: 15px 20px;
    border: 1px solid rgb(220, 230, 251);
    background-color: #fff;
    transition: 0.4s all;
}

    .flow-box:hover {
        transform: translateY(-10px);
    }

    .flow-box figure {
        width: 70px;
        height: 70px;
        border-radius: 100%;
        background: rgb(0,120,212);
        background: linear-gradient(90deg, rgba(0,120,212,1) 0%, rgba(9,9,121,1) 85%, rgba(0,32,114,1) 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

        .flow-box figure img {
            width: 40px;
            height: 40px;
        }

.flow-no {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0px;
    right: 0px;
    font-size: 18px;
    line-height: 23px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-weight: 700;
    background-color: #97b4ff;
}

.flow-box h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.flow-box p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}

.work-flow {
    padding: 90px 0;
    background-color: #f3f3f3;
}

.service-portfolio.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    font-size: 0;
    left: 0;
    top: 50%;
    height: 50px;
    width: 50px;
    border-radius: 0%;
    color: #fff;
    background: url("../images/left-arrow.svg") no-repeat center;
    background-size: 14px;
    transform: translateY(-50%);
    opacity: 0.5;
}

.service-portfolio.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    font-size: 0;
    right: 0;
    top: 50%;
    height: 50px;
    width: 50px;
    border-radius: 0%;
    color: #fff;
    background: url("../images/right-arrow.svg") no-repeat center;
    background-size: 14px;
    transform: translateY(-50%);
    opacity: 0.5;
}

    .service-portfolio.owl-carousel .owl-nav button.owl-next:hover, .service-portfolio.owl-carousel .owl-nav button.owl-prev:hover {
        opacity: 1;
    }

.serviceRight {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

    .serviceRight img {
        width: 100%;
        transition: 0.4s all;
    }

    .serviceRight::after {
        position: absolute;
        width: 1000px;
        height: 1000px;
        background-color: #fff;
        opacity: 0.1;
        content: "";
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) scale(0);
        z-index: 2;
        transition: 1s all;
        border-radius: 50%;
    }

    .serviceRight:hover img {
        transform: scale(1.2);
    }

    .serviceRight:hover::after {
        transform: translate(-50%, -50%) scale(1);
    }

@media(max-width: 1380px) {
    .banner-slider.owl-carousel .owl-nav button.owl-prev::after, .banner-slider.owl-carousel .owl-nav button.owl-next::after {
        background-color: #002072;
        border-radius: 50%;
        font-size: 16px;
    }

    .banner-slider.owl-carousel .owl-nav button.owl-next, .banner-slider.owl-carousel .owl-nav button.owl-prev {
        width: 30px;
        height: 30px;
    }

    .footer-contact ul li a {
        font-size: 14px;
    }
}

@media(max-width: 991px) {
    .awards-certifications {
        padding: 30px 0;
    }

    .client-logos {
        padding: 30px 0;
        margin-top: 0;
    }

    .client-stack ul li {
        width: 33.33%;
    }

    .hire-box {
        padding: 30px 0;
    }

    .custom-solution-section h2 {
        font-size: 30px;
    }

    .build_text h3 {
        font-size: 24px;
    }

    .build_text p {
        font-size: 15px;
    }

    .testimonial-slider:before, .testimonial-slider::after {
        display: none;
    }

    .testimonail-box {
        margin-left: 15px;
        margin-right: 15px;
    }

    .technology-section .nav-tabs {
        overflow: auto;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .technology-section .nav-tabs .nav-link.active::after {
            display: none;
        }

        .technology-section .nav-tabs .nav-link {
            white-space: nowrap;
        }

        .technology-section .nav-tabs li:not(:last-child) {
            margin-right: 10px;
        }

    .mobile-view-img {
        height: auto;
        top: 0;
        bottom: 0;
        margin: auto;
        position: static;
        left: 0;
        right: 0;
        width: 150px;
        object-fit: scale-down;
        display: block;
    }

    body .right-view .portfolio-bg, body .left-view .portfolio-bg {
        display: none;
    }

    .right-view .container, .left-view .container {
        position: static;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        display: block;
    }

    .right-view .portfolio-text {
        width: 100%;
        padding-right: 0;
        text-align: center;
        padding-top: 30px;
    }

    body .portfolio-text h4 img {
        margin-left: auto;
        margin-right: auto;
    }

    body .portfolio-text ul li, body .portfolio-text ul li h3, body .portfolio-text h4 {
        text-align: center;
    }

    .porfolio-inr {
        padding: 50px 0;
        height: auto;
        min-height: 100%;
    }

    .left-view .portfolio-text {
        width: 100%;
        padding-left: 0;
        text-align: center;
        padding-top: 30px;
    }

    body .portfolio-text h4 {
        font-size: 30px;
    }

    .location-box figure {
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }

    .contact-us-box {
        padding: 30px;
    }

    .technology-icon {
        justify-content: center;
    }

    .banner-bar ul li {
        padding: 15px;
        width: 50%;
    }
}

@media(max-width: 767px) {
    .saudi-section-box {
        padding: 15% 20px 15%;
    }

    .custom-solution-section h2 {
        font-size: 22px;
    }

    .client-stack ul li {
        width: 50%;
        min-width: auto;
    }

    .we_build_border:after {
        display: none;
    }

    span.and_icon {
        display: none;
    }

    .hadding_bx .col-md-6:first-child {
        padding-bottom: 50px;
        border-bottom: solid 1px #f5f5f5;
    }

    .technology-list ul li {
        width: 25%;
    }

    .technology-section {
        padding: 30px 0 0;
    }

    .flag-list figure {
        width: 50px;
        height: 50px;
    }

    .footer-box {
        margin-bottom: 0;
    }

    footer .footer-top {
        padding-top: 30px;
    }

    .portfolio-section {
        padding: 30px 0;
    }

        .portfolio-section .heading {
            margin-bottom: 0;
        }

    .custom-solution-section {
        padding-top: 0;
    }

    .contact-us-banner {
        padding-top: 100px;
        padding-bottom: 180px;
    }

    .contact-us-box {
        padding: 15px;
    }

    .location-box figure {
        width: 50px;
        height: 50px;
    }

    .addresssection {
        margin: 30px 0;
    }

    .why-hire, .how-can-help, .dedicated-section, .web-app-developer {
        padding: 30px 0;
    }

        .web-app-developer figure {
            margin-top: 40px;
        }
        /* .web-app-developer .heading h2, .web-app-developer p, .web-app-developer li{
    text-align: center;
  } */
        .dedicated-section .row > div h3 {
            font-size: 20px;
        }

    .case-features-text h2 {
        font-size: 24px;
    }

    .case-features-text ul li {
        font-size: 15px;
        padding-bottom: 20px;
    }

    .case-technology {
        padding: 30px 0;
    }

    .app-features ul li {
        width: 100%;
    }

    .case-heading h1, .case-heading h2 {
        font-size: 24px;
    }

    .case-heading p {
        font-size: 16px;
    }

    .technology-icon figure {
        min-width: 62px;
        height: 62px;
    }

    .about-service, .why-choose-us, .work-flow {
        padding: 30px 0;
    }

        .about-service-text h2, .why-choose-us h2 {
            font-size: 30px;
        }

    .service-portfolio.owl-carousel .owl-nav button.owl-prev, .service-portfolio.owl-carousel .owl-nav button.owl-next {
        width: 40px;
        height: 40px;
    }
}

@media(max-width: 576px) {
    .banner-content h1 {
        font-size: 20px;
    }

        .banner-content h1 strong {
            font-size: 24px;
        }

    .banner-section .banner-img img {
        max-width: 100%;
    }

    .footer-box {
        padding: 30px 0;
    }

        .footer-box::after {
            opacity: 0.2;
        }

    .technology-list ul li {
        width: 50%;
    }

    .banner-bar ul li {
        flex-direction: column;
        align-items: center;
    }

        .banner-bar ul li h3 {
            text-align: center;
            font-size: 16px;
        }

        .banner-bar ul li figure {
            margin-right: 0;
            margin-bottom: 15px;
            width: 40px;
            height: 40px;
        }
    .brandedby {
        text-align: center;
    }

    .vision2030 {
        text-align: center;
    }
}
.white-bg{
    background-color:#ffffff;
}
.vcenter-item {
    display: flex;
    align-items: center;
}
.brandedby
{
    text-align:left;
}
.vision2030 {
    text-align: right;
}

.no-radius{
 border-radius: 0px !important;

}