@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400;1,500&display=swap');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');*/


/*General Styles*/

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;


}

body {
    overflow-x: hidden !important;
    font-family: "Segoe UI", Arial, sans-serif;
}

a {
    text-decoration: none !important;
}

a:focus,
a:active {
    outline: none !important;
    box-shadow: none !important;
}

a, a:hover {
    text-decoration: none;
}

.container-parallax {
    background-attachment: fixed;
}

.topics {
    font-weight: 700;
    font-size: 32px !important;
    color: #1a1e21;
}

.sub-topics {
    /*border-bottom: 1px solid #00C8CC;*/
    color: #00C8CC;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    padding-bottom: 2px;
    text-transform: capitalize;
    text-align: center;
}

.fc-lightBlue {
    color: #00C8CC !important;
}

.bg-CoverBar {
    background: linear-gradient(308deg, #0c7ca9, #072c3a);
    background-size: 400% 400%;

    -webkit-animation: AnimationName 7s ease infinite;
    -moz-animation: AnimationName 7s ease infinite;
    -o-animation: AnimationName 7s ease infinite;
    animation: AnimationName 7s ease infinite;
}

/*rotate animation*/
.text-rotateX {
    transform: rotateX(360deg);
    transition: 5s;
    transform-style: preserve-3d;
    position: relative;

}

/*navigation*/
nav {
    background-color: transparent !important;
}

nav a {
    color: #ffffff;
}

nav.navbar.shrink {
    min-height: 35px;
    background-color: #ffffff !important;
}

nav.navbar.shrink a {
    color: #000000;
}

nav.shrink .navbar-toggle {
    padding: 4px 5px;
    margin: 8px 15px 8px 0;
}

.active1 {
    color: #109E92 !important;
}

.nav-link {

    /*font-family: 'Saira', sans-serif !important;*/
    font-weight: 500;
    /*font-size: 20px ;*/
}

.nav-link:hover {
    color: #00C8CC !important;
    /*font-family: 'Saira', sans-serif !important;*/
    font-weight: 500;
    /*font-size: 20px;*/
}

.navbar-toggler {
    color: #00C8CC !important;
}

.navbar-toggler-icon {
    background-image: url("../src/images/menu.png") !important;
}

#navbar {
    /*background-color: #333; !* Black background color *!*/
    /*position: fixed; !* Make it stick/fixed *!*/
    top: 0; /* Stay on top */
    background-color: rgba(0, 0, 0, 0.75);
    transition: top 0.8s; /* Transition effect when sliding down (and up) */
}

.bg-logo {
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
}

/*breadcrumb*/
.breadcrumb-item-list:hover, .breadcrumb-item-list:focus {
    text-decoration: none;
    color: #0284e2 !important;
}

.active-tab {
    color: #00C8CC !important;
}

.nav-space {
    margin-top: 10vh !important;
}

@media (max-width: 767px) {
    .breadcrumb {
        font-size: 10px;

    }

    .breadcrumb-item + .breadcrumb-item {
        padding-left: 0;
    }

    .breadcrumb {
        letter-spacing: 1px !important;
    }

    .fa-caret-right:before {
        content: "\f0da";
        vertical-align: super !important;

    }
}


/*Buttons------------*/
.custom-btn {
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    /*font-family: 'Lato', sans-serif;*/
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgb(255, 255, 255),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1),
    4px 4px 5px 0px rgba(0, 0, 0, .1);
    outline: none;
}

.light-button {
    background: linear-gradient(0deg, #00C8CC 0%, #00C8CC 100%);
    line-height: 42px;
    padding: 0;
    border: none;
}

.light-button span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.light-button:before,
.light-button:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: #00C8CC;
    box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, .9),
    -4px -4px 5px 0px rgba(255, 255, 255, .9),
    7px 7px 20px 0px rgba(0, 0, 0, .2),
    4px 4px 5px 0px rgba(0, 0, 0, .3);
    transition: all 0.3s ease;
}

.light-button:before {
    height: 0%;
    width: 2px;
}

.light-button:after {
    width: 0%;
    height: 2px;
}

.light-button:hover {
    color: #00C8CC;
    background: transparent;
}

.light-button:hover:before {
    height: 100%;
}

.light-button:hover:after {
    width: 100%;
}

.light-button span:before,
.light-button span:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #00a4df;
    box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, .9),
    -4px -4px 5px 0px rgba(255, 255, 255, .9),
    7px 7px 20px 0px rgba(0, 0, 0, .2),
    4px 4px 5px 0px rgba(0, 0, 0, .3);
    transition: all 0.3s ease;
}

.light-button span:before {
    width: 2px;
    height: 0%;
}

.light-button span:after {
    height: 2px;
    width: 0%;
}

.light-button span:hover:before {
    height: 100%;
}

.light-button span:hover:after {
    width: 100%;
}

.custom-btn-dark {
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    /*font-family: 'Lato', sans-serif;*/
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgb(100, 224, 224),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1),
    4px 4px 5px 0px rgba(9, 0, 0, 0.1);
    outline: none;
}

.dark-button {
    background: linear-gradient(0deg, #00C8CC 0%, #00C8CC 100%);
    line-height: 42px;
    padding: 0;
    border: none;
}

.dark-button span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.dark-button:before,
.dark-button:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: #0a6769;
    box-shadow: -7px -7px 20px 0px rgb(5, 79, 79),
    -4px -4px 5px 0px rgb(5, 68, 68),
    7px 7px 20px 0px rgba(0, 0, 0, 0.2),
    4px 4px 5px 0px rgba(0, 0, 0, .3);
    transition: all 0.3s ease;
}

.dark-button:before {
    height: 0%;
    width: 2px;
}

.dark-button:after {
    width: 0%;
    height: 2px;
}

.dark-button:hover {
    color: #00C8CC;
    background: transparent;
}

.dark-button:hover:before {
    height: 100%;
}

.dark-button:hover:after {
    width: 100%;
}

.dark-button span:before,
.dark-button span:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #00a4df;
    box-shadow: /*-7px -7px 20px 0px rgba(255,255,255,.9),*/ /*-4px -4px 5px 0px rgba(255,255,255,.9),*/ 7px 7px 20px 0px rgba(0, 0, 0, .2),
    4px 4px 5px 0px rgba(0, 0, 0, .3);
    transition: all 0.3s ease;
}

.dark-button span:before {
    width: 2px;
    height: 0%;
}

.dark-button span:after {
    height: 2px;
    width: 0%;
}

/*-------/end-Buttons------------*/

/*breadcrumb*/
.breadcrumb-item-list:hover, .breadcrumb-item-list:focus {
    text-decoration: none;
    color: #0284e2 !important;
}

.active-tab {
    color: #00C8CC !important;
}

.first a:hover {
    color: #ffffff !important;
}

.active-1 {
    color: #ffffff !important;
}

.breadcrumb > li + li:before {
    content: "" !important;
}

.breadcrumb {
    padding: 19px;
    font-size: 14px;
    color: #00C8CC !important;
    letter-spacing: 2px;
    border-radius: 5px !important;
}


/*end-breadcrumb*/

/*footer*/

.footer-logo {
    width: 30%;
    height: auto;
}

.horizontal-line {
    width: auto;
    height: 0.5px;
    background-color: rgba(155, 155, 155, 0.55);
}

.footer-heading {
    color: #00C8CC !important;
}

.footer-nav {
    color: #1a1e21;
}

.footer-nav :hover {
    color: #00C8CC;
    letter-spacing: 1px;
}


.copyRight {
    font-size: 0.8em;
    background-color: rgb(0, 0, 0);
}


/*Home-page*/
.home-banner-blue {
    font-size: 1em;
    font-weight: 600;
    color: #00C8CC !important;
}

.home-sub-topic {
    font-size: 3.5em;
    font-weight: 600;
}

/*section-aboutUs*/
.bg-aboutUs {
    background-image: linear-gradient(0deg, rgba(49, 110, 105, 0.8), rgba(1, 13, 47, 0.9)), url("../src/images/flagship-banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.Professional-approach-text {
    color: #00C8CC;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    padding-bottom: 2px;
    text-transform: capitalize;
    text-align: center;
}
/*section-contactUs*/
.bg-contact-section{
    background-image:linear-gradient(0deg, rgba(49, 110, 105, 0.8), rgba(1, 13, 47, 0.9)), url("../src/images/bg-images/medium-shot-man-wearing-vr-glasses.jpg");

    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.contact-section-text{
    font-weight: 600;
}

/*section-solutions*/
.bg-solutions {
    background-image: url("../src/images/bg-images/geometric_abstract_background_with_connected_dots_and_lines.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.services-topic-fc-back{
    color: white !important;
}
.box {
    position: relative;
    /*width: 30%;*/
    height: 300px;
    margin: 20px;
    transform-style: preserve-3d;
    perspective: 1000px;
    cursor: pointer;
}

.box .body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: 0.9s ease;
}


.box .body .imgContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}

.box .body .imgContainer .card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 8px 32px 0 rgba(155, 155, 155, 0.3) !important;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.box .body .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(308deg, #0c7ca9, #072c3a);
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transform: rotateY(180deg);
    border-radius: 5% !important;
}

.box:hover .body {
    transform: rotateY(180deg);
}

.box .body .content div {
    transform-style: preserve-3d;
    padding: 20px;
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.32);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2.6px);
    -webkit-backdrop-filter: blur(2.6px);
    border: 1px solid rgba(255, 255, 255, 0.22);
    transform: translateZ(100px);
}

.box .body .content div h3 {
    letter-spacing: 1px;
}



/*============================*/

/*** Service ***/
.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: .5s;
    box-shadow: 0 8px 32px 0 rgba(155, 155, 155, 0.3) !important;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    /*border-bottom: 0px solid #00C8CC !important;*/
    /*border-top: 0px solid #00C8CC !important;*/
    /*border-left: 3px solid #00C8CC !important;*/
    /*border-right: 3px solid #00C8CC !important;*/
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00C8CC;
    border-radius: 2px;
    transform: rotate(-45deg);
}
.btn-primary{
    transition: all 0.25s ease-in-out !important;
    background: linear-gradient(308deg, #0c7ca9, #072c3a);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 7s ease infinite;
    -moz-animation: AnimationName 7s ease infinite;
    -o-animation: AnimationName 7s ease infinite;
    animation: AnimationName 7s ease infinite;
    border: #00C8CC !important;
}
.service-item .service-icon i {
    transform: rotate(45deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -24px;
    left: 50%;
    margin-left: -30px;
    /*opacity: 0;*/
}

.service-item:hover a.btn {
    bottom: 0px;
    /*opacity: 1;*/
}


/*section-client*/
/*clients*/


.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


.services-icon {
    width: 70% !important;
}
/*what we offer*/
.what-we-offer-card {
    /*background: rgba(9, 0, 0, 0.25);*/
    box-shadow: 0 8px 32px 0 rgba(155, 155, 155, 0.1) !important;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    width: 100%;
    border-bottom: 3px solid #00C8CC !important;
    border-top: 3px solid #00C8CC !important;
    border-left: 0px solid #00C8CC !important;
    border-right: 0px solid #00C8CC !important;
    /*border-image: linear-gradient(308deg, #0c7ca9, #072c3a) 90 !important;*/
    border-radius: 5% !important;
    transition: 1s;

    -webkit-animation: AnimationName 7s ease infinite;
    -moz-animation: AnimationName 7s ease infinite;
    -o-animation: AnimationName 7s ease infinite;
    animation: AnimationName 7s ease infinite;
}

.what-we-offer-card:hover {
    transition: ease-in-out 0.2s;
}
.what-we-offer-card:hover .hover_color_bubble {
    top: 0rem;
}
/*AboutUs-page*/
.bg-pattern-aboutUs {
    background-image: url("../src/images/pattern-7.png");
    /*background-size: cover;*/
    background-repeat: no-repeat;
    background-position: left;
}

/*section-ourTeam*/
.bg-OurTeam {
    background-image: linear-gradient(0deg, rgba(49, 110, 105, 0.8), rgba(1, 13, 47, 0.9)), url("../src/images/bg-images/futuristic-smart-city-with-5g-global-network-technology copy.jpg");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/*Solutions-page*/
/*section-solutions*/
.bg-solutions-box {
    background-image: url("../src/images/bg-images/4887489.jpg");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.go-model:hover{
    transform: scale(0.1) !important;
}

.section_our_solution .row {
    align-items: center;
}

.our_solution_category {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.solution_card {
    flex: 0 50%;
    position: relative;
    z-index: 1;
    /*height: 400px;*/
    overflow: hidden;
    transition: all 1s ease-in-out !important;
    background: linear-gradient(308deg, #0c7ca9, #072c3a);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 7s ease infinite;
    -moz-animation: AnimationName 7s ease infinite;
    -o-animation: AnimationName 7s ease infinite;
    animation: AnimationName 7s ease infinite;
    box-shadow: 0 8px 32px 0 rgba(155, 155, 155, 0.3);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.solution_card:hover {
    background: rgb(255, 255, 255);
    color: rgba(4, 21, 70, 0.84) !important;
    transform: scale(1.1);
    z-index: 9;
    transition: all 0.5s ease-out !important;
    cursor: pointer !important;
}

.solution_card:hover .solu_description button {
    background: #fff !important;
    color: #00c8cc;
}

.solution_card:hover .solu_title h3, .solution_card:hover .solu_description p {
    color: rgba(4, 21, 70, 0.84) !important;
}

.solution_card .solu_title h3 {
    color: #ffffff;
    font-size: 1.3rem;
    margin-top: 13px;
    margin-bottom: 13px;
}

.solution_card .solu_description p {
    font-size: 15px;
    margin-bottom: 15px;
    color: #ffffff;
}
.text-list {
    color: #ffffff !important;
}
.hover_color_bubble {
    position: absolute;
    background: rgba(0, 200, 204, 0.06);
    width: 100rem;
    height: 100rem;
    left: 0;
    right: 0;
    z-index: -1;
    top: 16rem;
    border-radius: 50%;
    transform: rotate(-36deg);
    left: -18rem;
    transition: 0.7s;
}

.solution_card:hover .hover_color_bubble {
    top: 0rem;
}

.solution_card:hover .so_top_icon {
    transform: rotate(360deg) !important;
    background: none !important;
    transition: all 1s ease-in-out !important;
}
.solution_card:hover  .text-list {
    color: #1a1e21 !important;
}

.solution_card .so_top_icon {
    width: auto;
    height: 100px;

    /*background: #fff;*/
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution_card .so_top_icon img {
    width: 150px;
    height:150px;
    object-fit: contain;
    transition: all 1s ease-in-out !important;
}

/*start media query*/
@media screen and (min-width: 320px) {
    .sol_card_top_3 {
        position: relative;
        top: 0;
    }

    .our_solution_category {
        width: 100%;
        margin: 0 auto;
    }

    .our_solution_category .solution_cards_box {
        flex: auto;
    }
}

@media only screen and (min-width: 768px) {
    .our_solution_category .solution_cards_box {
        flex: 1;
    }
}

@media only screen and (min-width: 1024px) {
    .sol_card_top_3 {
        position: relative;
        top: -3rem;
    }

    .our_solution_category {
        width: 50%;
        margin: 0 auto;
    }
}

/*model*/
.bg-model {
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.90) !important;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.42);
}

.modal-dialog {
    max-width: unset !important;
}


/*Careers-page*/
/*section-join-our-team*/
.bg-join-our-team {
    background-image: url("../src/images/content/Join our team/into-success-group-young-freelancers-office-have-conversation-smiling.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.job-card {
    border: rgba(255, 255, 255, 0.9) 1px solid !important;
}

.job-card:hover {
    scale: 1.02;
    transition: 1s;
    border: #00C8CC 1px solid !important;
}

/*ContactUs-page*/
/*section-contactForm*/
.bg-ContactForm-section {
    background-image: url("../src/images/shape-4.jpg");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right;
}

.sm-box {

    background: linear-gradient(308deg, #0c7ca9, #072c3a);
    background-size: 400% 400%;

    -webkit-animation: AnimationName 7s ease infinite;
    -moz-animation: AnimationName 7s ease infinite;
    -o-animation: AnimationName 7s ease infinite;
    animation: AnimationName 7s ease infinite;
    border-radius: 5px;
    transition: all 1s ease-in-out !important;
}

.sm-box:hover {
    background: #00C8CC !important;
    transform: rotate(360deg);
}

.contact-topics {
    font-weight: 700;
    font-size: 24px !important;
}


/*keyFrames*/

@-webkit-keyframes colorChangeAnimation {
    0% {
        background-position: 0% 31%
    }
    50% {
        background-position: 100% 70%
    }
    100% {
        background-position: 0% 31%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 31%
    }
    50% {
        background-position: 100% 70%
    }
    100% {
        background-position: 0% 31%
    }
}

@-o-keyframes AnimationName {
    0% {
        background-position: 0% 31%
    }
    50% {
        background-position: 100% 70%
    }
    100% {
        background-position: 0% 31%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 31%
    }
    50% {
        background-position: 100% 70%
    }
    100% {
        background-position: 0% 31%
    }
}

