@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* @import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Saira+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* @import url('https://fonts.googleapis.com/css2?family=Anek+Tamil:wght@100..800&display=swap'); */


/* @import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap'); */


/* @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap'); */


/* @import url('https://fonts.googleapis.com/css2?family=Blinker:wght@100;200;300;400;600;700;800;900&display=swap'); */


/* @import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100..900&display=swap'); */


/* @import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap'); */


/* @import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@200..800&display=swap'); */


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


/* html {
    height: 100%;
} */

body {
    height: 100%;
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    /* -webkit-tap-highlight-color: rgba(255, 255, 255, 0); */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* font-family: "Open Sans", sans-serif; */
    /* font-family: 'Roboto Condensed', sans-serif; */
    /* font-family: "Special Elite", system-ui; */
    font-family: "Saira Semi Condensed", sans-serif;
    /* font-family: "Oxanium", sans-serif; */
    /* font-family: "Cairo", sans-serif; */
    /* font-family: "Encode Sans", sans-serif; */
    /* font-family: "Anek Tamil", sans-serif; */
    /* font-family: "Exo 2", sans-serif; */
    /* font-family: "Blinker", sans-serif; */
    color: #272829;
}

a {
    color: #149ddd;
    text-decoration: none;
}

a:hover {
    color: #37b3ed;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: "Raleway", sans-serif; */
}

.not-selectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

* {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

.hidden {
    display: none !important
}

#installContainer {
    position: absolute;
    top: 1em;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 10;
}

#installContainer button {
    background-color: green;
    border: 1px solid white;
    color: white;
    font-size: 1em;
    padding: 0.75em
}

#installContainer button:hover {
    background-color: lightGreen
}

.take_back {
    cursor: pointer;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.progress-wrap {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #16243082;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    content: '↑';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: #fff;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::after {
    opacity: 0;
}

.progress-wrap::before {
    position: absolute;
    content: '↑';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    /* background-image: linear-gradient(298deg, #0086fc, #0086fc); */
    background-image: linear-gradient(298deg, #fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #0086fc;
    stroke-width: 8;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #149ddd;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #2eafec;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 250px;
    transition: all ease-in-out 0.5s;
    z-index: 9997;
    transition: all 0.5s;
    padding: 0 15px;
    background: #0e1623;
    overflow-y: auto;
}

#header .profile img {
    margin: 26px auto 8px auto;
    display: block;
    object-fit: contain;
    width: 90%;
    padding: 24px 40px 20px 40px;
    object-fit: contain;
    border-radius: 10px !important;
    background: #132431;
    box-shadow: inset 1px 0px 8px 6px #00000096;
    border: 3px solid #7b7b7b00;
}

#header .profile h1 {
    font-size: 24px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    -moz-text-align-last: center;
    text-align-last: center;
    /* font-family: "Poppins", sans-serif; */
}

#header .profile h1 a,
#header .profile h1 a:hover {
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
}

#header .profile .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #212431;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#header .profile .social-links a:hover {
    background: #149ddd;
    color: #fff;
    text-decoration: none;
}

#main {
    margin-left: 250px;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-sm,
    .container {
        /* max-width: 540px; */
        max-width: 560px;
    }
}

@media (min-width: 576px) {
    #our_services .col-sm-6 {
        flex: 0 0 auto;
        width: 48%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .about_slider {
        width: 100%;
        margin: 20px auto 0 auto;
        display: block;
    }
}

@media (min-width: 768px) {
    .container-md,
    .container-sm,
    .container {
        max-width: 720px;
    }
    .borad2 {
        margin: 0 auto;
        border-radius: 10px;
        position: relative;
        width: 100%;
        object-fit: cover;
        z-index: 4;
    }
    .col-md-6b {
        flex: 0 0 auto;
        width: calc(50% - 10px) !important;
    }
}

@media (min-width: 992px) {
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px;
    }
    .about_slider {
        width: 80%;
        margin: -30px auto 0 auto;
        display: block;
    }
    .col-lg-4b {
        flex: 0 0 auto;
        /* width: 33.33333333%; */
        width: calc(33.33% - 10px) !important;
    }
}

@media (min-width: 1200px) {
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        /* max-width: 1140px; */
        max-width: 960px;
    }
}

@media (min-width: 1400px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        /* max-width: 1320px; */
        max-width: 960px;
    }
}

@media (max-width: 1199px) {
    #header {
        left: -250px;
    }
    #main {
        margin-left: 0;
    }
    .container,
    .container-fluid {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (min-width: 1199px) {
    .mobile-nav-toggle {
        display: none !important;
    }
    #hero {
        padding-left: 250px;
    }
    .breadcrumbs {
        padding-left: 250px !important;
    }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    margin: 0px auto 0 auto;
    padding-bottom: 0.5rem;
}


/* Desktop Navigation */

.nav-menu {
    padding: 8px 0 0 0;
}

.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
    letter-spacing: 1px;
}

.nav-menu>ul>li {
    /* position: relative;
    white-space: nowrap; */
    position: relative;
    white-space: nowrap;
    background: #162430;
    border-radius: 6px;
    width: 200px;
    margin-top: 12px;
    transition: all ease-in-out .35s;
}

.nav-menu a,
.nav-menu a:focus {
    display: flex;
    align-items: center;
    color: #e6e6e6;
    padding: 12px 15px;
    margin-bottom: 8px;
    transition: 0.3s;
    font-size: 16px;
    box-shadow: 3px 3px 6px #111;
    transition: all ease-in-out .35s;
}

.nav-menu a i,
.nav-menu a:focus i {
    font-size: 24px;
    padding-right: 8px;
    color: #6f7180;
}

.nav-menu a:hover,
.nav-menu .active,
.nav-menu .active:focus,
.nav-menu li:hover>a {
    text-decoration: none;
    color: #fff;
    box-shadow: inset 4px 4px 10px #000000c7;
    transition: all ease-in-out .35s;
    border-radius: 6px;
}

.nav-menu a:hover i,
.nav-menu .active i,
.nav-menu .active:focus i,
.nav-menu li:hover>a i {
    color: #149ddd;
    text-shadow: 0px 0px 10px #149ddd;
    transition: all ease-in-out .35s;
}


/* Mobile Navigation */

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9998;
    border: 0;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    background-color: #16243082;
    color: #fff;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    border-radius: 50%;
    cursor: pointer;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active #header {
    left: 0;
}

.animate_1 {
    visibility: visible;
    animation-direction: alternate;
    animation-name: fadeInRight;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    /* transition: transform 0.35s ease; */
}

.animate_2 {
    visibility: visible;
    animation-direction: alternate;
    animation-name: rotateIn;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    /* transition: transform 0.35s ease; */
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

body {
    height: auto;
}


/* body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

html {
  height: -webkit-fill-available;
} */

#hero {
    width: 100%;
    height: 100svh;
    /* height: 100%; */
    min-height: -webkit-fill-available;
    /* height: calc(var(--vh, 1vh) * 100); */
    /* background: url("../img/hero-bg.jpg") top center; */
    background: url("../img/hero-bg.jpg") fixed center center;
    background-size: cover;
}

#hero:before {
    content: "";
    background: linear-gradient(rgb(14 21 34 / 66%), rgb(14 21 34 / 54%));
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

#hero .hero-container {
    /* position: relative; */
    z-index: 2;
    min-width: 300px;
    /* margin-top: -100px; */
}

#header_img {
    margin: 0 auto;
    width: 236px;
    height: auto;
    object-fit: contain;
}

.type_me {
    margin: 17px auto 0 auto;
}

#hero h1 {
    margin: 0 0 10px 0;
    font-size: 64px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
    text-align: center;
}

#hero p {
    color: #fff;
    background: #0000004a;
    font-size: 32px;
    border-radius: 6px;
    text-align: center;
    border-top: 3px solid #2a8ef4;
    border-bottom: 3px solid #2a8ef4;
    /* text-shadow: 0px 0px 6px #000; */
    padding: 2px 0 10px 0;
    margin: 12px auto 0 auto;
    text-align: center;
    /* font-family: 'Roboto Condensed', sans-serif; */
}

#hero p span {
    /* color: #fff;
    padding-bottom: 4px;
    letter-spacing: 1px;
    border-bottom: 3px solid #149ddd; */
    font-weight: 300;
    color: #fff;
    padding-top: 0px;
    padding-bottom: 4px;
    letter-spacing: 2px;
    font-size: 22px;
}

.header_bold {
    height: 100%;
    padding: 3% 0 0 40px;
    letter-spacing: 3px;
    margin: 0 0 0 50px;
    font-size: 3.1rem;
    border-left: 6px solid #2a8ef4;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    #digital_solutions {
        display: none;
    }
}

.hero-waves {
    display: block;
    width: 100%;
    height: 100px;
    position: relative;
    margin-top: -40px;
    z-index: 2;
}

.about_waves {
    margin-top: -100px;
    margin-bottom: 0px;
    z-index: 999;
    /* -moz-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1); */
}

.testimonials_waves {
    margin-top: -44px;
    margin-bottom: 0px;
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.services_waves {
    margin-top: -100px;
    margin-bottom: 0px;
    /* -moz-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1); */
}

.wave1 use {
    animation: move-forever1 10s linear infinite;
    animation-delay: -2s;
}

.wave2 use {
    animation: move-forever2 8s linear infinite;
    animation-delay: -2s;
}

.wave3 use {
    animation: move-forever3 6s linear infinite;
    animation-delay: -2s;
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }
    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

.a_heading {
    padding-left: 0;
}


/* .a_heading:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background: #149ddd;
    bottom: 0;
    left: 0;
} */

section {
    padding: 60px 0 120px 0px;
    overflow: hidden;
    /* background: #f5f8fd; */
    background: #fcfcfc;
}

.section-bg {
    background: #f5f8fd;
}

.section-title {
    padding-bottom: 0px;
}

.section-title h2 {
    font-size: 30px;
    /* font-weight: bold; */
    animation: fadeInRight;
    padding-bottom: 20px;
    position: relative;
    color: #162430;
    margin: 0 auto 20px auto;
    /* text-transform: uppercase; */
    text-align: center;
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background: #149ddd;
    bottom: 0;
    left: 0;
}

.section-title p {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

#contactModal {
    z-index: 99999;
    background: #000000c9;
}

.contact_modal_body {
    padding-bottom: 6px !important;
}

.modal-title {
    color: #162430;
    margin-bottom: -4px;
    line-height: var(--bs-modal-title-line-height);
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y)* .5) calc(var(--bs-modal-header-padding-x)* .5);
    margin: 0 0 0 -24px !important;
}

.btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 0.5;
}

#send_modal_mail {
    margin-top: 6px;
}

#i_recaptchaModal input {
    margin-bottom: 9px;
}

#i_recaptcha input {
    margin-bottom: 9px;
    height: 60px;
}

#send_mail {
    margin-bottom: 9px;
    height: auto !important;
    min-height: 44px;
}

.form-floating>label {
    color: #595959;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem 1rem 1.55rem;
    background: none;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    color: #999;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: #fff0;
    border-radius: 0;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}

#about {
    padding-top: 160px;
    padding-bottom: 140px;
    /* background: #fff; */
    background: url(../img/dot-background.jpg) center center;
    background-size: cover;
    background-position: 50% 50%;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 479px) {
    #about {
        padding: 60px 0 0 0;
    }
}

.about .content h3 {
    font-weight: 700;
    font-size: 26px;
    color: #173b6c;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.about .content ul strong {
    margin-right: 10px;
}

.about .content ul i {
    font-size: 16px;
    margin-right: 5px;
    color: #149ddd;
    line-height: 0;
}

.about .content p:last-child {
    margin-bottom: 0;
}

.modal-dialog-centered {
    margin-top: -20px;
}

#video_amf {
    min-width: 100%;
    margin: 10px auto 0 auto;
    max-height: 440px;
}

@media (min-width: 482px) and (max-width: 991px) {
    #video_amf {
        min-width: auto;
        margin: 10px auto 0 auto;
        max-height: 440px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 479px) {
    #video_amf {
        min-width: 100%;
        margin: 10px auto 0 auto;
        max-height: 330px;
    }
}


/*********************** Demo - 8 *******************/

.box8 {
    overflow: hidden
}

.box_8a {
    /* background: linear-gradient(rgb(14 21 34 / 66%), rgb(14 21 34 / 44%)), url(../img/hero-bg2.jpg) fixed center center;
  background-size: cover; */
    background-position: 50% 50%;
    height: auto;
    border-radius: 6px;
}

.icon_bx_head1 {
    font-size: 20px;
    font-weight: 400;
    width: auto;
    text-align: center;
    margin: 0 auto;
}

.title_span_close {
    display: none;
}

.box_content_txt {
    /* padding: 9% 20% 0 20%;
    font-size: 16px;
    margin-top: 8px;
    color: #444;
    cursor: default; */
    max-width: 274px;
    padding: 6% 20px 6% 20px;
    font-size: 16px;
    border-radius: 6px;
    margin-top: 20px;
    background: #fff;
    color: #444;
    cursor: default;
}

.hr_bottom {
    width: 100px;
    margin: 0 auto;
    height: 3px !important;
    color: #188ef4;
}


/* .box_8a {
  background-position: 50% 50%;
  height: 328px;
  border-radius: 6px;
  background: url(../img/swoosh.png) fixed center center;
  background-size: contain;
  background-repeat: no-repeat;
} */

.box_8b {
    /* background: linear-gradient(rgb(14 21 34 / 66%), rgb(14 21 34 / 44%)), url(../img/hero-bg3.jpg) fixed center center;
  background-size: cover; */
    background-position: 50% 50%;
    height: auto;
    border-radius: 6px;
}

.box_8c {
    /* background: linear-gradient(rgb(14 21 34 / 66%), rgb(14 21 34 / 44%)), url(../img/hero-bg8.jpg) fixed center center;
  background-size: cover; */
    background-position: 50% 50%;
    height: auto;
    border-radius: 6px;
}

.box8,
.box8 .icon li a {
    text-align: center
}

.box8 .icon li,
.box8 .title {
    display: inline-block
}

.box8 .icon,
.box8 .title {
    margin: 0;
    position: absolute
}

.box8 {
    /* box-shadow: 0 0 3px rgba(0, 0, 0, .3); */
    /* box-shadow: inset 4px 4px 16px rgba(0, 0, 0, .3); */
    position: relative
}

.box_content_heading {
    font-size: 22px;
    margin-bottom: -14px;
    display: block;
    color: #333;
    font-weight: 500;
    width: auto;
}

.box_content_heading::after {
    content: "";
    position: absolute;
    display: block;
    width: 84%;
    max-width: 220px;
    height: 3px;
    background: #149ddd;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.icon_bx_head {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    opacity: 1;
    font-size: 22px;
    margin: 0 auto;
    z-index: 999;
    visibility: visible;
    animation-name: fadeIn;
    animation-duration: 0.35s;
    animation-iteration-count: 1;
    bottom: 0px;
    padding: 0;
    left: 0;
    width: 100%;
    right: 0;
    color: #173b6c !important;
    transition: all ease-in-out .35s;
}

.box8:hover .img_bx8 {
    /* width: 240px !important; */
    object-fit: contain !important;
    /* transform: perspective(400px) rotateX(-90deg); */
    transform-origin: center top 0;
    transition: all ease-in-out .35s;
}

.box8:hover .icon_bx_head {
    /* transition: all ease-in-out .35s;
  font-size: 26px; */
    /* border-bottom: 2px solid #0086fc; */
    /* padding: 8px 0 8px 0; */
    /* color: #fff !important; */
    /* background: #ededed; */
    /* animation-name: fadeOutDown;
  animation-duration: 0.5s;
  opacity: 0; */
}

.box8:hover .title_span {
    /* transition: all ease-in-out .35s;
  animation-name: flash;
  animation-duration: 4s;
  animation-iteration-count: 5; */
}

.box8 img {
    width: 100%;
    height: auto;
    /* min-height: 360px; */
    margin: 0 auto 0px auto;
    object-fit: cover;
    transition: all ease-in-out .35s;
}

.box8 .box-content {
    width: 100%;
    height: 100%;
    /* background: linear-gradient(rgb(14 21 34 / 66%), rgb(14 21 34 / 44%)), url(../img/hero-bg2.jpg) fixed center center;
  background-size: cover; */
    background: #fff;
    /* box-shadow: 4px 4px 16px rgba(0, 0, 0, .3); */
    background-size: cover;
    opacity: 0;
    padding: 0px 2px 0px 2px;
    position: absolute;
    top: 0;
    left: 0;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: center top 0;
    transition: all .35s ease 0.35s
}

.box8 .icon li a,
.box8 .title {
    /* background: #162430de; */
    background: none;
    font-size: 24px;
    color: #fff
}

.icon_bx8 {
    position: absolute;
    display: inline-block;
    font-size: 44px;
    background: #ffffffde;
    border: 8px solid #5e5e5e;
    margin: 0 auto;
    z-index: 99999999;
    visibility: visible;
    animation-name: fadeIn;
    animation-duration: 0.35s;
    animation-iteration-count: 1;
    top: 120px;
    border-radius: 50%;
    padding: 20px;
    left: 30px;
    width: 100px;
    height: 100px;
    right: 30px;
    color: #181f2b;
    transition: all ease-in-out .35s;
}

.img_bx8 {
    width: 264px !important;
    object-fit: contain !important;
}

.img_bx8_sub {
    width: 69px !important;
    min-height: auto !important;
    object-fit: contain !important;
}


/* .box8:hover .icon_bx_head {
  animation-name: fadeOut;
  animation-duration: 0.35s;
  animation-iteration-count: 1;
  display: none;
} */

.box_foot_hov {
    animation-name: fadeOut;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    opacity: 0;
    z-index: 0;
}


/* .box8:hover .icon_bx8 {
  /* animation-name: fadeOut;
  animation-duration: 1s;
  animation-iteration-count: 1;
  display: none; */

.box8 .title_2 {
    background: #162430;
    font-size: 32px;
    color: #fff;
    padding: 5px 7px;
    border-radius: 5px;
    font-weight: 400;
    top: 20px;
    left: 20px;
    transition: all .9s ease 0s;
    width: 80%;
    margin: 0 auto;
}

.about .icon i {
    /* font-size: 32px;
    color: #191f2a;
    background: #fff;
    border-radius: 50%;
    padding: 15px; */
    font-size: 22px;
    color: #a5a5a5;
    background: #fff0;
    border-radius: 50%;
    padding: 15px;
}

.info_1 {
    color: #2a8ef4;
    font-size: 22px;
    display: inline-block;
    padding-right: 4px;
}


/* .about .icon::before {
  position: absolute;
  content: "";
  margin: -6px auto 0 -6px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #99999978;
  transition: all 1s ease-out 0s;
  transform: translateZ(-1px);
  z-index: -1;
} */

.about .bi-info-circle-fill::before {
    content: "\f430";
    background: #fff;
    border-radius: 50%;
}

.title_span {
    /* background: #188ef4;
  padding: 4px 20px 4px 20px;
  border-radius: 20px;
  font-size: 18px; */
    /* background: #fff; */
    color: #188ef4;
    padding: 2px 0 0 0;
    border-radius: 20px;
    font-size: 22px;
    width: 34px;
    display: inline-block;
}

.box8:hover .box-content {
    /* opacity: 1;
  transform: perspective(400px) rotateX(0) */
}

.box_title_hov {
    top: -80px !important;
}

.box8 .title {
    /* padding: 16px 0px 20px 0px;
  font-weight: 700;
  top: 0%;
  font-size: 20px;
  left: 0;
  right: 0;
  text-align: center;
  transition: all .9s ease 0s; */
    padding: 16px 0px 20px 0px;
    font-weight: 700;
    top: 4%;
    font-size: 20px;
    left: 69%;
    text-align: center;
    transition: all .9s ease 0s;
}

.box8 .icon li a,
.box9 .box-content,
.box9 .icon li,
.box9 img {
    transition: all .35s ease 0s
}


/* .box8:hover .title {
  top: -80px
} */

.box8 .icon {
    list-style: none;
    padding: 0;
    /* top: 8%; */
    top: 36px;
    left: 0;
    right: 0
}

.box8 .icon li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 7px
}

.box9 .icon,
.box9 .title {
    width: 100%;
    font-size: 22px
}

.box8 .icon li a:hover {
    background: #fff;
    color: #000
}

@media only screen and (max-width:990px) {
    .box8 {
        /* margin-bottom: 20px */
    }
}


/* ----------  SLICK SLIDER ---------------*/


/* Brand */

.brand-img {
    filter: grayscale(100%);
    opacity: 0.5;
    transition: .5s;
}

.brand-img:hover {
    filter: grayscale(0%);
    opacity: 1;
}


/* Slider */

.slick_slider {
    background: linear-gradient(rgb(14 21 34 / 66%), rgb(14 21 34 / 44%)), url("../img/hero-bg4.jpg") fixed center center;
    background-size: cover;
    /* padding: 120px 0; */
}

.slick-dots {
    display: flex !important;
    justify-content: center;
    margin: -20px 0 0 0;
    padding: 1rem 0;
    list-style-type: none;
    li {
        margin: 0 0.25rem;
    }
    button {
        display: block;
        width: 10px;
        height: 10px;
        padding: 0;
        border: none;
        border-radius: 100%;
        background-color: #cccccc;
        text-indent: -9999px;
    }
    li.slick-active button {
        background-color: #149ddd;
    }
}

.slick-slide {
    margin: 0px 20px;
}

.logo-carousel {
    overflow: inherit;
    /* border-top: 1px solid #353535;
  border-bottom: 1px solid #353535; */
}

.slick-slide img {
    width: 100%;
    filter: grayscale(100%);
    transition: .5s;
}

.slick-slide img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.slick-slide .slide_test img {
    filter: grayscale(0%) !important;
    opacity: 1;
}

.slick-track::before,
.slick-track::after {
    display: table;
    content: '';
}

.slick-track::after {
    clear: both;
}

.slick-track {
    padding: 1rem 0;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick_slider .logo-carousel {
    margin-top: -69px;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    background: url(https://raw.githubusercontent.com/solodev/infinite-logo-carousel/master/images/arrow.svg?sanitize=true) center no-repeat;
    color: #fff;
    filter: invert(77%) sepia(32%) saturate(1%) hue-rotate(344deg) brightness(105%) contrast(103%);
    border: none;
    width: 2rem;
    height: 1.5rem;
    text-indent: -10000px;
    margin-top: -16px;
    z-index: 99;
}

.about_slider .slick-arrow {
    position: absolute;
    top: 42%;
    background: url(https://raw.githubusercontent.com/solodev/infinite-logo-carousel/master/images/arrow.svg?sanitize=true) center no-repeat;
    color: #fff;
    filter: invert(85%) sepia(32%) saturate(1%) hue-rotate(344deg) brightness(100%) contrast(100%);
    border: none;
    width: 2rem;
    height: 1.5rem;
    text-indent: -10000px;
    margin-top: -16px;
    z-index: 99;
}

.test_slider .slick-arrow {
    position: absolute;
    top: 42%;
    background: url(https://raw.githubusercontent.com/solodev/infinite-logo-carousel/master/images/arrow.svg?sanitize=true) center no-repeat;
    color: #fff;
    filter: invert(85%) sepia(32%) saturate(1%) hue-rotate(344deg) brightness(100%) contrast(100%);
    border: none;
    width: 2rem;
    height: 1.5rem;
    text-indent: -10000px;
    margin-top: -16px;
    z-index: 99;
}

.slick-arrow.slick-next {
    right: 0;
    margin-top: 4px;
    transform: rotate(180deg);
}

.slick-arrow.slick-prev {
    margin-top: 4px;
    left: 0;
}

.test_slider .slick-arrow.slick-prev {
    left: 0 !important;
    filter: invert(77%) sepia(32%) saturate(1%) hue-rotate(344deg) brightness(105%) contrast(103%) opacity(0.7) !important;
}

.test_slider .slick-arrow.slick-next {
    right: 0 !important;
    filter: invert(77%) sepia(32%) saturate(1%) hue-rotate(344deg) brightness(105%) contrast(103%) opacity(0.7) !important;
}

.about_slider .slick-arrow.slick-prev {
    left: 0 !important;
}

.about_slider .slick-arrow.slick-next {
    right: 0 !important;
}


/* Media Queries */

@media (max-width: 768px) {
    .slick-arrow {
        width: 2rem;
        height: 1rem;
    }
}


/* .row {
  overflow: hidden;
} */


/* JsFiddle Example only/don't use */

.logo-carousel {
    margin-top: 32px;
}


/*--------- END SLICK SLIDER ------------*/

#enquire_btn_mobile {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 7px;
    padding: 4px 0px;
    background: #fff;
    letter-spacing: 2px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    border: 2px solid #2a8ef4;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

#enquire_btn_mobile:hover {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 7px;
    padding: 4px 0px;
    background: #2a8ef4;
    letter-spacing: 3px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border: 2px solid #fff;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

#enquire_btn .wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#enquire_btn a {
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-family: sans-serif;
    text-decoration: none;
    color: #333;
    border: 2px solid #333;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    transition: all .35s;
}

#enquire_btn a span {
    position: relative;
    z-index: 2;
}

#enquire_btn a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #ff003b;
    transition: all .35s;
}

#enquire_btn a:hover {
    color: #fff;
}

#enquire_btn a:hover:after {
    width: 100%;
}

#enquire_btn_mobile {
    /* display: none; */
}

.responsive_mobile_pad {
    padding-left: 5%;
    padding-right: 5%;
    margin: 0 auto;
}

.service-21 {
    color: #ffffff;
    font-weight: 300;
}

.service-21 h3 {
    line-height: 36px;
    font-size: 30px;
    text-shadow: 0px 0px 6px #333;
}

.badge {
    line-height: 14px;
}

.badge-info {
    background: #188ef4;
    max-width: 90px;
}

.service-21 .op-8 {
    opacity: 0.8;
}

.service-21.wrap-service21-box {
    background-size: cover;
    background-attachment: fixed;
    background-position: left center;
}

.service-21 .btn-info-gradiant {
    background: #188ef4;
    background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
    background: -webkit-gradient(linear, left top, right top, from(#188ef4), to(#316ce8));
    background: -webkit-linear-gradient(left, #188ef4 0%, #316ce8 100%);
    background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%);
    background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
}

.service-21 .btn-info-gradiant:hover {
    background: #316ce8;
    background: -webkit-linear-gradient(legacy-direction(to right), #316ce8 0%, #188ef4 100%);
    background: -webkit-gradient(linear, left top, right top, from(#316ce8), to(#188ef4));
    background: -webkit-linear-gradient(left, #316ce8 0%, #188ef4 100%);
    background: -o-linear-gradient(left, #316ce8 0%, #188ef4 100%);
    background: linear-gradient(to right, #316ce8 0%, #188ef4 100%);
}

.service-21 .btn-md {
    padding: 15px 45px;
    font-size: 16px;
}

.service-22 {
    /* font-family: "Montserrat", sans-serif; */
    color: #333;
    font-weight: 300;
}

h3 {
    line-height: 36px;
    font-size: 30px;
}

.service-22 .op-8 {
    opacity: 0.8;
}

.service-22.wrap-service21-box {
    background-size: cover;
    background-attachment: fixed;
    background-position: left center;
}

.service-22 .btn-info-gradiant {
    background: #188ef4;
    background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
    background: -webkit-gradient(linear, left top, right top, from(#188ef4), to(#316ce8));
    background: -webkit-linear-gradient(left, #188ef4 0%, #316ce8 100%);
    background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%);
    background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
}

.service-22 .btn-info-gradiant:hover {
    background: #316ce8;
    background: -webkit-linear-gradient(legacy-direction(to right), #316ce8 0%, #188ef4 100%);
    background: -webkit-gradient(linear, left top, right top, from(#316ce8), to(#188ef4));
    background: -webkit-linear-gradient(left, #316ce8 0%, #188ef4 100%);
    background: -o-linear-gradient(left, #316ce8 0%, #188ef4 100%);
    background: linear-gradient(to right, #316ce8 0%, #188ef4 100%);
}

.service-22 .btn-md {
    padding: 15px 45px;
    font-size: 16px;
}

#enquire_btn {
    text-align: center;
    width: 100%;
    padding: 10px 28px;
    font-size: 14px;
    border-radius: 6px;
    font-weight: 500;
    color: #333;
    letter-spacing: 1px;
    border: 2px solid #188ef4;
    text-transform: uppercase;
    transition: all ease-in-out .35s;
}

#enquire_btn:hover {
    border-radius: 20px;
    color: #fff;
    border: 2px solid #fff;
    letter-spacing: 3px;
    background: #188ef4;
    transition: all ease-in-out .35s;
}

#enquire_btn a:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}


/*--------------------------------------------------------------
# Responsive Design
--------------------------------------------------------------*/

.responsive_design_waves {
    margin-top: 0px;
    margin-bottom: 172px;
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.responsive_design {
    background: linear-gradient(rgb(14 21 34 / 66%), rgb(14 21 34 / 54%)), url(../img/hero-bg2b.jpg) fixed center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 0px 0 190px 0;
}

.responsive_mobile_img {
    display: none !important;
}

.responsive_div_img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.responsive_mobile_pad {
    padding-left: 5%;
    padding-right: 5%;
    margin: 0 auto;
}

.responsive_design .cta-btn {
    border-radius: 6px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    transition: 0.5s;
    margin-top: 10px;
    letter-spacing: 3px;
    border: 2px solid #188ef4;
    color: #fff;
}

.responsive_design .cta-btn:hover {
    background: #188ef4;
    border: 2px solid #fff0;
    border-radius: 20px;
    letter-spacing: 6px;
    color: #fff;
}

@media (min-width: 991.98px) {
    .responsive_div_img {
        width: 92%;
        margin: -60px auto 0 auto;
        display: block;
    }
    .about_div_img {
        width: 92%;
        margin: -20px auto 0 auto;
        display: block;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 479px) {
    .responsive_design .cta-btn {
        border-radius: 6px;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 28px;
        transition: 0.5s;
        margin-top: 10px;
        border: 2px solid #fff;
        color: #fff;
        width: 100% !important;
    }
    .responsive_design {
        padding: 0px 0 180px 0;
    }
    .responsive_design_waves {
        margin-top: -2px;
        margin-bottom: 80px;
        -moz-transform: scale(-1, -1);
        -o-transform: scale(-1, -1);
        -webkit-transform: scale(-1, -1);
        transform: scale(-1, -1);
    }
    .responsive_mobile_img {
        position: relative;
        display: block !important;
        width: 100%;
        height: auto;
        padding: 6px 0 16px 0;
    }
    .responsive_div_img {
        display: none !important;
    }
}

@media (min-width: 1420px) {
    /* LARGE DEVICES */
    .responsive_design {
        /* background: linear-gradient(rgb(14 21 34 / 66%), rgb(14 21 34 / 54%)), url(../img/hero-bg2.jpg) fixed center center; */
        background-size: cover;
        background-attachment: fixed;
        padding: 0px 0 260px 0;
    }
}


/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/

.cta {
    background: linear-gradient(rgb(14 21 34 / 66%), rgb(14 21 34 / 54%)), url("../img/hero-bg9.jpg") fixed center center;
    background-size: cover;
    padding: 232px 0 232px 0;
}

.cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-shadow: 0px 0px 3px #111;
}

.cta p {
    color: #fff;
    font-weight: 300;
}

.cta_waves {
    margin-top: -232px !important;
    margin-bottom: 220px;
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.cta .cta-btn {
    border-radius: 6px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    transition: 0.5s;
    margin-top: 10px;
    letter-spacing: 3px;
    border: 2px solid #188ef4;
    color: #fff;
}

.cta .cta-btn:hover {
    background: #188ef4;
    border: 2px solid #fff0;
    border-radius: 20px;
    letter-spacing: 6px;
    color: #fff;
}

.cta .badge {
    max-width: 110px !important;
}

.cta .badge-info {
    background: #188ef4;
}

.cta h3 {
    line-height: 36px;
    font-size: 30px;
}

.cta_div_img {
    width: 100%;
    margin: 0px auto 0 auto;
    display: block;
}

.cta_mobile_img {
    display: none !important;
}

@media (min-width: 991.98px) {
    /* MEDIUM DEVICES / TABS? */
    .cta_div_img {
        width: 92%;
        margin: -48px auto 0 auto;
        display: block;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 479px) {
    /* MOBILE DEVICES */
    .cta {
        background: linear-gradient(rgb(14 21 34 / 66%), rgb(14 21 34 / 54%)), url("../img/hero-bg9.jpg") fixed center center;
        background-size: cover;
        padding: 232px 0 200px 0;
    }
    .cta_waves {
        margin-top: -232px !important;
        margin-bottom: 80px;
        -moz-transform: scale(-1, -1);
        -o-transform: scale(-1, -1);
        -webkit-transform: scale(-1, -1);
        transform: scale(-1, -1);
    }
    .cta .cta-btn {
        border-radius: 6px;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 28px;
        transition: 0.5s;
        width: 100% !important;
        margin: 0 auto;
        border: 2px solid #fff;
        color: #fff;
    }
    .cta_mobile_img {
        position: relative;
        display: block !important;
        width: 100%;
        height: auto;
        margin: -20px 0 0 0;
        padding: 0px 0px 16px 0px;
    }
    .cta_div_img {
        display: none !important;
    }
}

@media (min-width: 1420px) {
    /* LARGE DEVICES */
    .cta {
        background: linear-gradient(rgb(14 21 34 / 66%), rgb(14 21 34 / 54%)), url("../img/hero-bg9.jpg") fixed center center;
        background-size: cover;
        padding: 262px 0 262px 0;
    }
    .cta_waves {
        margin-top: -262px !important;
        margin-bottom: 220px;
        -moz-transform: scale(-1, -1);
        -o-transform: scale(-1, -1);
        -webkit-transform: scale(-1, -1);
        transform: scale(-1, -1);
    }
}


/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/

.facts {
    padding-bottom: 30px;
}

.facts .count-box {
    padding: 30px;
    width: 100%;
}

.facts .count-box i {
    display: block;
    font-size: 44px;
    color: #149ddd;
    float: left;
    line-height: 0;
}

.facts .count-box span {
    font-size: 48px;
    line-height: 40px;
    display: block;
    font-weight: 700;
    color: #050d18;
    margin-left: 60px;
}

.facts .count-box p {
    padding: 15px 0 0 0;
    margin: 0 0 0 60px;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    color: #122f57;
}

.facts .count-box a {
    font-weight: 600;
    display: block;
    margin-top: 20px;
    color: #122f57;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    transition: ease-in-out 0.3s;
}

.facts .count-box a:hover {
    color: #1f5297;
}


/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/

.skills .progress {
    height: 60px;
    display: block;
    background: none;
    border-radius: 0;
}

.skills .progress .skill {
    padding: 0;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #050d18;
}

.skills .progress .skill .val {
    float: right;
    font-style: normal;
}

.skills .progress-bar-wrap {
    background: #dce8f8;
    height: 10px;
}

.skills .progress-bar {
    width: 1px;
    height: 10px;
    transition: 0.9s;
    background-color: #149ddd;
}


/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/

#faq {
    padding: 40px 0 0 0;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}

.accordion-button:not(.collapsed) {
    /* color: #0c63e4;
  background-color: #e7f1ff; */
    color: #fff;
    background-color: #009ae4;
    box-shadow: inset 4px 5px 7px 0px rgba(0, 0, 0, 0.3) !important;
}

.accordion-button:not(.collapsed)::after {
    /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none;
    }
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    /* z-index: 3;
    border-color: #86b7fe;
    outline: 0; */
    z-index: 3;
    border: none;
    box-shadow: none;
    outline: 0;
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
    border-top: 0;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.accordion-body {
    padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
    border-width: 0;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
    border-top: 0;
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
}

.accordz {
    color: #fff;
    background: #162430;
    /* margin-bottom: 6px; */
    border-radius: 6px;
    height: 80px;
}


/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/

.resume .resume-title {
    font-size: 26px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #050d18;
}

.resume .resume-item {
    padding: 0 0 20px 20px;
    margin-top: -2px;
    border-left: 2px solid #1f5297;
    position: relative;
}

.resume .resume-item h4 {
    line-height: 18px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #050d18;
    margin-bottom: 10px;
}

.resume .resume-item h5 {
    font-size: 16px;
    background: #e4edf9;
    padding: 5px 15px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px;
}

.resume .resume-item ul {
    padding-left: 20px;
}

.resume .resume-item ul li {
    padding-bottom: 10px;
}

.resume .resume-item:last-child {
    padding-bottom: 0;
}

.resume .resume-item::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    left: -9px;
    top: 0;
    background: #fff;
    border: 2px solid #1f5297;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

#portfolio {
    padding: 40px 0 90px 0;
}

.portfolio .portfolio-item {
    margin-bottom: 22px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 35px auto;
    list-style: none;
    text-align: center;
    /* background: #123770; */
    background: none;
    border-radius: 6px;
    padding: 2px 15px;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 20px 9px 20px;
    border-radius: 20px;
    font-size: 14px;
    background: #162430;
    149ddd font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #149ddd;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
    opacity: 1;
    left: 0;
    right: 0;
    bottom: -60px;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s;
    display: flex;
    justify-content: center;
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: #fff;
    font-size: 28px;
    text-align: center;
    background: #273d57b1;
    transition: 0.3s;
    width: 50%;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    background: #273d57;
}

.portfolio .portfolio-wrap .portfolio-links a+a {
    border-left: 1px solid #999;
}

.portfolio .portfolio-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
    opacity: 1;
    bottom: 0;
}

.glightbox-clean .gslide-description {
    background: #0e1623;
    /* color: #fff; */
}


/* For tablets: */

@media only screen and (min-width: 600px) {}


/* For desktop: */

@media only screen and (min-width: 768px) {
    .portfolio-details .portfolio-info {
        text-align: center;
        padding: 30px;
        margin-bottom: 10px;
        /* background: #f2f2f2; */
        border-radius: 6px;
        box-shadow: 0px 0 30px rgba(5, 13, 24, 0.08);
    }
    #my_video {
        padding-bottom: 20px;
        width: 80%;
        margin: 0 auto;
        position: relative;
        display: block;
    }
    #video_skinny {
        width: 80%;
    }
}

@media only screen and (min-width: 768px) {
    #video_skinny {
        width: 96%;
    }
}

#video_skinny {
    width: 96%;
}

@media (max-width: 1600px) and (min-width: 800px) {
    #video_skinny {
        width: 96%;
    }
}

.bigScreen {
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .bigScreen {
        width: 84% !important;
        margin: 0 auto;
    }
}

.carousel-inner {
    padding-top: 40px;
    position: relative;
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}


/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/

.glightbox_btn {
    position: relative;
    margin: 0 auto;
    color: #fff;
    background: #273d57;
    text-decoration: none;
    width: 240px;
    height: 44px;
    display: inline-block;
    padding: 10px 20px 20px 32px;
    border-radius: 6px;
    transition: all ease-in-out 0.5s;
}

.glightbox_btn:hover {
    position: relative;
    margin: 0 auto;
    color: #fff;
    background: #188ef4;
    text-decoration: none;
    width: 240px;
    height: 44px;
    display: inline-block;
    padding: 10px 20px 20px 32px;
    border-radius: 6px;
    transition: all ease-in-out 0.5s;
}

.glightbox_btn:hover i {
    color: #fff !important;
    transition: all ease-in-out 0.5s;
}


/* For desktop: */

@media only screen and (min-width: 768px) {
    .portfolio-details-slider {
        margin-top: 20px;
    }
}

.portfolio-details {
    padding-top: 40px;
    /* background: #fcfcfc; */
    background: #fff;
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #d5d5d5;
    opacity: 1;
    border: 1px solid #d5d5d5;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #149ddd;
}

.portfolio-details .portfolio-info {
    text-align: center;
    padding: 30px;
    box-shadow: 0px 0 30px rgba(5, 13, 24, 0.08);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}

.glightbox-clean .gdesc-inner {
    padding: 10px 20px 2px 20px !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 479px) {
    .glightbox-clean .gdesc-inner {
        padding: 20px 20px 2px 20px !important;
    }
}

.glightbox-open {
    height: auto;
}

.glightbox-clean .gslide-title {
    font-size: 1em;
    font-weight: 400;
    font-family: arial;
    color: #fff;
    margin-bottom: 19px;
    line-height: 1.4em;
    font-family: "Saira Semi Condensed", sans-serif;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.section_title_shad {
    position: absolute;
    top: 5px;
    color: #ffffff00;
    left: 0;
    right: 0;
    z-index: -1;
    font-weight: 700;
    font-size: 34px;
    text-transform: uppercase;
    line-height: 0;
}

.services .icon-box {
    animation-name: fadeInUp;
    animation-duration: 2s;
    text-align: center;
    border-radius: 6px;
    max-height: 420px;
    padding: 60px 20px 60px 20px;
    margin-left: 5px;
    margin-right: 5px;
    transition: all ease-in-out 0.5s !important;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.services .icon-box .icon {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background: #162430;
    border-radius: 50%;
    transition: all 0.5s ease-out 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transform-style: preserve-3d;
    position: relative;
    z-index: 2;
}

.services .icon-box .icon i {
    color: #fff;
    font-size: 28px;
    transition: ease-in-out 0.5s;
}

.services .icon-box .icon::before {
    position: absolute;
    content: "";
    left: -8px;
    top: -8px;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: rgb(143 143 143 / 25%);
    transition: all 0.5s ease-out 0s;
    transform: translateZ(-1px);
    z-index: -1;
}

.services .icon-box h4 {
    font-weight: 500;
    color: #18242f;
    margin-bottom: 15px;
    font-size: 20px;
}

.services .icon-box h4 a {
    color: #191919;
}

.services .icon-box p {
    line-height: 24px;
    font-size: 15px;
    padding: 0 20px 0 20px;
    margin-bottom: 0;
}

.services .icon-box:hover {
    background: #162430;
    border-color: none;
    padding: 50px 20px 70px 20px;
    transition: all 0.5s ease-out 0.1s;
}

.services .icon-box:hover .icon {
    background: #fff;
}

.services .icon-box:hover .icon i {
    color: #3f85db;
}

.services .icon-box:hover .icon::before {
    background: rgba(255, 255, 255, 0.3);
}

.services .icon-box:hover h4,
.services .icon-box:hover p {
    color: #fff;
}

.row_padding {
    padding: 0 40px 0 40px;
}

.row_padding_service {
    margin-top: -30px !important;
    padding: 0 20px 0 20px;
    --bs-gutter-x: 1.5rem !important;
    --bs-gutter-y: 0.6rem !important;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials {
    background: none !important;
}

.callMe {
    background: #7bda8d;
    position: relative;
    left: -90px;
    top: -16px;
    color: #fff;
    right: 0;
    text-align: center;
    height: 50px;
    padding: 10px 4px 4px 4px;
    width: 50px;
    border-radius: 50%;
    margin: -50px auto 0 auto;
    transition: all 0.3s ease-in-out;
}

.callMe:hover {
    background: #149ddd;
    position: relative;
    left: -90px;
    top: -16px;
    color: #fff;
    right: 0;
    text-align: center;
    height: 50px;
    padding: 10px 4px 4px 4px;
    width: 50px;
    border-radius: 50%;
    margin: -50px auto 0 auto;
    transition: all 0.3s ease-in-out;
}

.mailMe {
    background: #7bda8d;
    position: relative;
    left: 90px;
    top: -16px;
    color: #fff;
    right: 0;
    text-align: center;
    height: 50px;
    padding: 10px 4px 4px 4px;
    width: 50px;
    border-radius: 50%;
    margin: -50px auto 0 auto;
    transition: all 0.3s ease-in-out;
}

.mailMe:hover {
    background: #149ddd;
    position: relative;
    left: 90px;
    top: -16px;
    color: #fff;
    right: 0;
    text-align: center;
    height: 50px;
    padding: 10px 4px 4px 4px;
    width: 50px;
    border-radius: 50%;
    margin: -50px auto 0 auto;
    transition: all 0.3s ease-in-out;
}

.padding_desk {
    padding-bottom: 10px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    text-align: center;
    min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    margin: 0 auto;
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #009ae4;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #cecece;
    margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #dedede;
    font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 15px 15px 15px;
    padding: 20px;
    color: #cecece;
    background: #0e1623cc;
    line-height: 1.94;
    position: relative;
    margin-bottom: 35px;
    border-radius: 6px;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

.testimonials .testimonial-item p::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid #0e1623cc;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 20px);
}

.testimonials .swiper-pagination {
    margin-top: 50px;
    position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #ffffff2b;
    opacity: 1;
    /* border: 1px solid #149ddd; */
    border: 1px solid #149ddd00;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #149ddd;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

#contact {
    padding: 40px 0 90px 0;
}

.contact {
    padding-bottom: 60px;
}

.contact .info {
    padding: 30px 30px 20px 30px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
    border-radius: 6px;
}

.contact .info i {
    font-size: 20px;
    color: #ffffff;
    float: left;
    width: 44px;
    height: 44px;
    background: #162430;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #050d18;
}

.contact .info p {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #162430;
}

.contact .info .email p {
    padding-top: 5px;
}

.contact .info .social-links {
    padding-left: 60px;
}

.contact .info .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    margin-right: 10px;
}

.contact .info .social-links a:hover {
    background: #149ddd;
    color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background: #149ddd;
    color: #fff;
}

.contact .php-email-form {
    width: 100%;
    padding: 30px 30px 10px 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
    border-radius: 6px;
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #188ef4;
    border-radius: 6px;
    font-size: 12px;
    font-family: 'Roboto Condensed';
    text-align: center;
    padding: 12px 15px 7px 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
    margin-bottom: 15px;
}

.contact .php-email-form label {
    padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 6px;
    box-shadow: none;
    font-size: 16px;
}

.contact .php-email-form input {
    height: auto;
    min-height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 15px;
}

.contact .php-email-form button[type=submit] {
    background: #188ef4;
    width: 100%;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
    background: #188ef4;
    padding: 10px 24px;
    border-radius: 20px;
    color: #fff;
}

#message {
    height: auto;
    min-height: 332px;
}

.submit_email {
    background: #188ef4;
    width: 100%;
    height: auto;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px !important;
}

.grecaptcha-badge {
    display: none !important;
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
    padding: 20px 0 10px 0;
    background: #162430;
    color: #fff;
}

.breadcrumbs .d-flex {
    display: block !important;
    text-align: center;
}

.breadcrumbs h2 {
    font-size: 26px;
    font-weight: 300;
}

.breadcrumbs ol {
    display: block;
    padding-left: 0rem;
}

.breadcrumbs ol li {
    display: inline-block;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #fff;
    content: "|";
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
        text-align: center;
    }
    .breadcrumbs ol {
        display: block;
    }
    .breadcrumbs ol li {
        display: inline-block;
    }
    /* .box_content_txt {
        padding: 9% 20% 0 20%;
        font-size: 16px;
        margin-top: 8px;
        color: #444;
        cursor: default;
    } */
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer_back {
    background: linear-gradient(rgb(14 21 34 / 66%), rgba(0, 0, 0, 0.5)), url("../img/hero-bg9.jpg") fixed center center;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.footer_div {
    color: #fff;
    background: linear-gradient(rgb(14 21 34 / 66%), rgb(14 21 34 / 44%)), url(../img/hero-bg6.jpg) fixed center center;
    background-size: cover;
    padding: 80px 0px 0px 0px;
}

.footer_div li {
    padding-bottom: 10px;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}


/* FOR ROUND IMAGE! #footer_img {
  width: 90px;
  border: 5px solid #5e5e5e;
} */


/* #footer_img {
  width: 169px;
  height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
  background: #1a0f2454;
  box-shadow: inset 1px 0px 8px 6px #00000096;
  border: 3px solid #7b7b7b;
} */

#footer_img {
    width: 184px;
    padding: 16px;
    height: 93px;
    object-fit: contain;
    border-radius: 10px !important;
    background: #1a0f24c7;
    box-shadow: inset 1px 0px 8px 6px #00000096;
    border: 3px solid #ffffff1f;
}

footer a {
    color: #fff;
    text-decoration: none;
}

.footer_brand {
    padding: 0px 0 40px 0;
}

.footer_icons {
    color: #fff;
    background: #0d1524ba;
    width: 32px;
    border: 2px solid #999;
    margin: 0 auto;
    padding-top: 3px;
    padding-left: 0px;
    border-radius: 50%;
    height: 32px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}

@media (min-width: 991.98px) {
    .footer_brand {
        margin-left: -82px;
        padding-top: 24px;
    }
}

footer a:hover {
    color: #149ddd;
}

footer h3 {
    font-size: 18px;
    padding-top: 4px;
    font-weight: 400;
}

footer h4 {
    display: inline-block;
    border-bottom: 2px solid #149ddd;
    width: auto;
    font-size: 22px;
}

.footer_bottom {
    margin-top: 72px;
    padding: 12px 36px 12px 36px;
}

.footer_bottom a {
    color: #6c757d !important
}

.footer_waves {
    margin-top: -80px !important;
    margin-bottom: 90px;
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}


/* MOBILE QUERIES */

@media only screen and (min-device-width: 320px) and (max-device-width: 479px) {
    /* .portfolio-item:first-child {
        padding: 0 0 0 12px;
    }
    .portfolio-item:nth-child(3n) {
        padding: 0 0 0 12px;
    } */
    .footer_waves {
        margin-top: -50px !important;
        margin-bottom: 90px;
        -moz-transform: scale(-1, -1);
        -o-transform: scale(-1, -1);
        -webkit-transform: scale(-1, -1);
        transform: scale(-1, -1);
    }
    .footer_div {
        color: #fff;
        background: linear-gradient(rgb(14 21 34 / 66%), rgb(14 21 34 / 44%)), url(../img/hero-bg6.jpg) fixed center center;
        background-size: cover;
        padding: 50px 0px 0px 0px;
    }
    footer h4 {
        display: inline-block;
        border-bottom: 2px solid #149ddd;
        width: 100%;
        font-size: 28px;
    }
    .footer_brand {
        margin-left: 0px;
        padding: 0px 0 50px 0;
    }
    .mobile_foot_divs {
        padding-bottom: 20px;
    }
    .mobile_padding {
        padding: 0 40px 0 40px !important;
    }
    .footer_bottom {
        margin-top: 72px;
        padding: 12px 40px 12px 10px;
    }
}

.footer_span {
    margin: 0 auto 4px auto;
    display: inline-block;
    /* text-align: center; */
    position: relative;
    width: 100%;
}

.subscribe_btn {
    margin-top: -25px;
}

#subscribe_me {
    width: 100%;
    /* width: 20px; */
}

#subscribe_result {
    animation-name: fadeIn;
    display: block;
    animation-duration: 2s;
    z-index: 999;
    width: 216px;
    text-align: center;
    background: #0e1623;
    border-radius: 4px;
    color: #fff;
    padding: 4px;
    margin: 6px auto 0 auto;
    position: absolute;
    /* display: none; */
}

#footer {
    padding: 15px;
    color: #f4f6fd;
    font-size: 14px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 250px;
    z-index: 9999;
    background: #040b14;
}

#footer .copyright {
    text-align: center;
}

#footer .credits {
    padding-top: 5px;
    text-align: center;
    font-size: 13px;
    color: #eaebf0;
}

@media (max-width: 1199px) {
    #footer {
        position: static;
        width: auto;
        padding-right: 20px 15px;
    }
}


/*  START CAROUSEL  */

.carousel {
    position: relative;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

.carousel-inner {
    padding-top: 40px;
    position: relative;
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}


/* rtl:begin:ignore */

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
    transform: translateX(-100%);
}


/* rtl:end:ignore */

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}


/* rtl:options: {
"autoRename": true,
"stringMap":[ {
  "name"    : "prev-next",
  "search"  : "prev",
  "replace" : "next"
} ]
} */

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 0%;
    margin-bottom: 1rem;
    margin-left: 0%;
    list-style: none;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 0;
    margin-right: 5px;
    margin-left: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #999;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #149ddd;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}

.carousel-dark .carousel-caption {
    color: #000;
}


/*--------------------------------------------------------------
# Tooltip
--------------------------------------------------------------*/

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: "Saira Semi Condensed", sans-serif;
    /* font-family: var(--bs-font-sans-serif); */
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[data-popper-placement^=top] {
    padding: 0.4rem 0;
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
    bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    top: -1px;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-end,
.bs-tooltip-auto[data-popper-placement^=right] {
    padding: 0 0.4rem;
}

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    right: -1px;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[data-popper-placement^=bottom] {
    padding: 0.4rem 0;
}

.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
    top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-start,
.bs-tooltip-auto[data-popper-placement^=left] {
    padding: 0 0.4rem;
}

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    left: -1px;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #18242f;
    text-align: center;
    border: 2px solid #afaeae;
    background-color: #fff;
    border-radius: 0.25rem;
}

.letsconnect {
    display: none;
}


/* FOR MOBILE DEVICES (PORTRAIT) */

@media only screen and (min-device-width: 320px) and (max-device-width: 479px) {
    #hero p span {
        font-weight: 300;
        color: #fff;
        padding-top: 0px;
        padding-bottom: 4px;
        letter-spacing: 2px;
        font-size: 24px;
    }
    #header_img {
        margin: 0 auto;
        width: 236px;
        height: auto;
        object-fit: contain;
    }
    .box_8a {
        padding-top: 10px;
        height: auto;
        min-height: 272px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .box_8b {
        padding-top: 10px;
        height: auto;
        min-height: 272px;
    }
    .box_8c {
        padding-top: 10px;
        height: auto;
        min-height: 272px;
    }
    .box_content_txt {
        padding: 9% 10px 0 10px;
        font-size: 16px;
        margin-top: 8px;
        color: #444;
        cursor: default;
    }
    .box8 .icon {
        list-style: none;
        padding: 0;
        top: 11%;
        left: 0;
        right: 0;
    }
    .box8 .title {
        padding: 16px 0px 20px 0px;
        font-weight: 700;
        top: 6%;
        font-size: 20px;
        left: 76%;
        text-align: center;
        transition: all .9s ease 0s;
    }
    .img_bx8 {
        width: 239px !important;
        object-fit: contain !important;
    }
    .title_span_close {
        display: block;
        position: relative;
        float: right;
        right: -8px;
        top: -31px;
        color: #999;
    }
    /* .box_content_txt {
    padding: 9% 10px 0 10px;
    font-size: 16px;
    margin-top: 8px;
    color: #444;
    cursor: default;
} */
    .box_content_txt {
        max-width: 274px;
        padding: 6% 20px 6% 20px;
        font-size: 16px;
        border-radius: 6px;
        margin-top: 20px;
        background: #f4f4f4;
        color: #444;
        cursor: default;
    }
    #hero .hero-container {
        /* position: relative; */
        z-index: 2;
        min-width: 300px;
        margin-top: -10px;
    }
    #enquire_btn {
        display: none;
    }
    #portfolio {
        padding: 20px 0 40px 0;
    }
    #our_services {
        padding: 40px 0 44px 0;
    }
    #faq {
        padding: 20px 0 0 0;
    }
    #contact {
        padding: 20px 0 40px 0;
    }
    .about_slider {
        width: 100%;
        margin: -30px auto 0 auto !important;
    }
    .icon_bx_head {
        bottom: 12px;
    }
    .slick-dots {
        display: none !important;
        li {
            display: none;
        }
        button {
            display: none;
        }
        li.slick-active button {
            display: none;
        }
    }
    .slick_slider .clients_heading {
        font-size: 18px;
    }
    /* ----- Mobile slick slider -----    */
    .slick-slide img {
        margin: 0 auto;
        width: 80%;
        filter: grayscale(100%);
        transition: .5s;
    }
    .test_slider .slick-slide img {
        margin: 0 auto;
        width: 100% !important;
        filter: grayscale(100%);
        transition: .5s;
    }
    /* .about_slider .slick-slide img {
    margin: 0 auto 0 auto;
    width: 272px !important;
    filter: grayscale(100%);
    opacity: 0.8;
    transition: .5s;
} */
    .slick-arrow.slick-prev {
        left: 10px !important;
        width: 40px;
        height: 24px;
        /* z-index: 9999999; */
    }
    .slick-arrow.slick-next {
        right: 10px !important;
        width: 40px;
        height: 24px;
        /* z-index: 9999999; */
    }
    .slick_slider .logo-carousel {
        margin-top: -96px !important;
    }
    .test_slider .slick-arrow.slick-prev {
        margin-top: -6px;
        left: 0 !important;
        filter: invert(77%) sepia(32%) saturate(1%) hue-rotate(344deg) brightness(105%) contrast(103%) opacity(0.6) !important;
    }
    .test_slider .slick-arrow.slick-next {
        margin-top: -6px;
        right: 0 !important;
        filter: invert(77%) sepia(32%) saturate(1%) hue-rotate(344deg) brightness(105%) contrast(103%) opacity(0.6) !important;
    }
    .logo-carousel .slick-arrow.slick-prev {
        filter: invert(77%) sepia(32%) saturate(1%) hue-rotate(344deg) brightness(105%) contrast(103%) opacity(0.6) !important;
    }
    .logo-carousel .slick-arrow.slick-next {
        filter: invert(77%) sepia(32%) saturate(1%) hue-rotate(344deg) brightness(105%) contrast(103%) opacity(0.6) !important;
    }
    .about_slider .slick-arrow.slick-prev {
        margin-top: -6px;
        left: -3px !important;
        filter: invert(77%) sepia(32%) saturate(1%) hue-rotate(344deg) brightness(105%) contrast(103%) opacity(1) !important;
    }
    .about_slider .slick-arrow.slick-next {
        margin-top: -6px;
        right: -3px !important;
        filter: invert(77%) sepia(32%) saturate(1%) hue-rotate(344deg) brightness(105%) contrast(103%) opacity(1) !important;
    }
    .portfolio .portfolio-item {
        margin-bottom: 12px;
    }
    .portfolio-details .portfolio-info {
        margin-bottom: 10px;
    }
    .portfolio-details {
        padding-top: 10px;
        background: #fff;
    }
    .letsconnect {
        display: block;
        font-size: 30px;
    }
    .letsconnect::after {
        content: "";
        position: relative;
        display: block;
        width: 72%;
        height: 3px;
        background: #149ddd;
        bottom: 0;
        left: 0;
        margin: 0 auto;
    }
}


/* Mobile Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
    #header_img {
        margin: 0 auto;
        width: 180px;
        height: auto;
        object-fit: contain;
    }
    .slick-dots {
        display: none !important;
        li {
            display: none;
        }
        button {
            display: none;
        }
        li.slick-active button {
            display: none;
        }
    }
    /* .slick-dots li {
        font-size: 0;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        border: 1px solid #ddd;
    } */
    #hero p {
        color: #fff;
        background: #0000004a;
        font-size: 32px;
        border-radius: 6px;
        text-align: center;
        border-top: 3px solid #2a8ef4;
        border-bottom: 3px solid #2a8ef4;
        /* text-shadow: 0px 0px 6px #000; */
        padding: 0px 0 8px 0;
        margin: 0px auto 0 auto;
        text-align: center;
        /* font-family: 'Roboto Condensed', sans-serif; */
    }
    .box_content_txt {
        padding: 9% 2% 0 2%;
        font-size: 16px;
        margin-top: -26px;
        max-width: 400px;
        color: #444;
        cursor: default;
    }
    #about {
        padding-top: 20px;
        padding-bottom: 20px;
        background: #fff;
    }
    #enquire_btn {
        display: none;
    }
    .modal-dialog-centered {
        margin-top: 20px;
    }
    .box8 .title {
        padding: 16px 0px 20px 0px;
        font-weight: 700;
        top: 4%;
        font-size: 20px;
        left: 63%;
        text-align: center;
        transition: all .9s ease 0s;
    }
    .title_span_close {
        display: block;
        position: relative;
        float: right;
        right: -8px;
        top: -31px;
        color: #999;
    }
    .slick-slide img {
        margin: 0 auto;
        width: 50% !important;
        filter: grayscale(100%);
        transition: .5s;
    }
    .slick-slide .slide_test img {
        filter: grayscale(0%) !important;
        opacity: 1;
        width: 40% !important;
    }
    .responsive_design {
        padding: 0px 0 100px 0;
    }
    .responsive_design_waves {
        margin-top: 0px;
        margin-bottom: 60px;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 48%;
    }
    #our_services {
        padding: 60px 0 40px 0px;
        overflow: hidden;
        /* background: #f5f8fd; */
        background: #fcfcfc;
    }
    .cta {
        padding: 20px 0 120px 0;
    }
    .cta_waves {
        margin-top: -22px !important;
        margin-bottom: 60px;
    }
    .slick-arrow {
        width: 2rem;
        height: 1rem;
    }
    .slick-arrow.slick-next {
        right: -25px;
        margin-top: 4px;
        transform: rotate(180deg);
    }
    .slick-arrow.slick-prev {
        margin-top: 4px;
        left: -25px;
    }
    .glightbox-mobile .glightbox-container .gslide-description {
        background: #000000ad;
    }
    .glightbox-clean .gdesc-inner {
        padding: 10px 20px 20px 20px !important;
    }
    .bigScreen {
        width: 50%;
        margin: 0 auto;
    }
    #portfolio-details {
        padding-bottom: 0 !important;
    }
}