@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap');

body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

a {
    text-decoration: none !important;

}



.progressbar {
    display: inline-block;
    width: 100px;
    margin: 25px;
}

.circle {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    text-align: center;
}

.circle canvas {
    vertical-align: middle;
}

.circle div {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}

.circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
}

.circle span {
    display: block;
    color: #aaa;
    margin-top: 12px;
}




/* **************************NAVBAR START************************** */

.top-header {
    background: #1b4962;
}

.top-header a {
    color: #ffff;
    font-size: 16px;
}

.top-header a:hover {
    color: #e94d65 !important;
    transition: .5s linear;
}

.top-header .text-danger {
    color: #e94d65 !important;
}

.social_icon a i {
    /* background-color: #ffff; */
    padding: 4px;
    border-radius: 8px;
}

.social_icon a i:hover {
    rotate: 45deg;
    transition: .2s linear;
}

@media only screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

.navbar {
    background: #ffff;
    /* border-bottom: 1px solid var(--red); */
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    ;
    padding: 5px 25px;
    height: 80px;
    /* border: 1px solid black; */
}

.navbar .dropdown-menu .dropdown-item {
    font-size: 15px;
    font-weight: 600 !important;

}

.navbar .btn-success {
    background-color: #e94d65;
    border: none;
}

.navbar .nav-item .nav-link {
    font-size: 15px;
    font-weight: 600 !important;

}



.emailus .btn-1 {
    background: #e94d65;
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.emailus .btn-1:hover {
    position: relative;
    top: -3px;
    box-shadow: -6px 14px 12px 2px rgba(90, 90, 90, .12);
}

.navbar-collapse .nav-item a {
    font-size: 18px;
}

.navbar-brand img {
    height: 56px;
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid #e94d65;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 2px;
    background-color: #e94d65;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.nav-link {
    color: #040303 !important;
    font-weight: 500;
    transition: all 200ms linear;
    font-size: 18px;
}

.nav-link:hover {
    color: #020202 !important;
}

.nav-item.active {
    color: #ffff !important;
    background-color: rgba(232, 232, 22, 0.578) !important;
    /* padding: 3px 18px !important; */
    border-radius: 10px;
}

.nav-link {
    position: relative;
    margin: 0px 16px;
    display: inline-block;
}

.navbar .btn-primary {
    border: 2px solid #FFFF;
    background: none;
    border-radius: 8px;
}

.navbar .btn-primary:hover {
    border: 2px solid;
    background: #FFFF;
    color: black;
}

.navbar .btn-secondary {
    border-radius: 8px;
    background: rgb(40 118 53);
    border: none;
}

@media(max-width:576px) {
    .navbar .btn {
        padding-left: 17px;
        margin-left: 54px;
        margin-bottom: 27px;
        border: 1px solid #fff;
    }

    .search-main {

        padding: 0 28px !important;

    }
}

@media(max-width:768px) {
    .navbar .btn {

        margin-left: 25px !important;
        margin-top: 10px !important;
        border: 1px solid #fff;

    }

    .search-main {

        padding: 0 28px !important;

    }

}

@media screen and (max-width: 840px) {
    .navbar {
        display: block;
    }

    .navbar-toggler {
        margin-top: 20px;
    }

    .nav-item {
        margin: 10px 10px;
    }

    .navbar-collapse {
        position: absolute;
        background: #e94d65;
        height: 100vh;
        width: 232px;
        left: -240px;
        top: 78px;
        box-shadow: var(--box-shadow);
        padding-top: 10px;
        padding-bottom: 10px;
        transition: .3s linear;
    }

    .navbar-collapse.show {
        top: 78px;
        left: 0px;
    }

    .nav-item.active {
        background: transparent !important;
    }
}


.header-search-wrapper {
    float: right;
    position: relative;
}

.search-main {
    display: block;
    line-height: 40px;
    padding: 0 14px;
    cursor: pointer;
    color: #060606;
    /* background: #e94d65; */
}

.header-search-wrapper .search-form-main {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, .15);
    box-shadow: 1px 1px 7px rgba(0, 0, 0, .15);
    border-top: 2px solid #408c40;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 124%;
    width: 300px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
}

.search-form-main.active-search {
    opacity: 1;
    visibility: visible;
}

.header-search-wrapper .search-form-main {
    border-top-color: #e94d65;
}

.header-search-wrapper .search-form-main:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #408c40;
    content: "";
    position: absolute;
    right: 15px;
    top: -10px;
}

.header-search-wrapper .search-form-main:before {
    border-bottom-color: #e94d65;
}

.header-search-wrapper .search-form-main .search-field {
    border-radius: 0;
    padding: 4px 10px;
    width: 75%;
    float: left;
}

.header-search-wrapper .search-form-main .search-submit {
    border: medium none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    float: left;
    padding: 10px 0 10px;
    width: 25%;
    height: 36px;
    background: #e94d65;
}


/* <!-- slider------start --> */
.hero-div {
    /* margin-bottom: 100px; */
    overflow-x: hidden !important;
}

@media(max-width:576px) {
    .hero-div video {
        height: 30vh !important;
        top: 50px !important;

    }

    .hero-div .viewport-header {

        height: 25vh !important;
    }
    .hero-div {
        margin-bottom: 100px;
        /* overflow-x: hidden !important; */
    }
    
    .hero-div img {
        width: 300px !important;
    }
}

@media(max-width:768px) {
    .hero-div video {
        height: 30vh !important;
        top: 80px !important;

    }

    .hero-div .viewport-header {

        height: 26vh !important;
    }

    .hero-div img {
        width: 537px;
    }
}

.hero-div video {
    object-fit: cover;
    /* overflow-x: hidden; */
    width: 100vw;
    height: 75vh;
    position: absolute;
    top: 121px;
    bottom: 100px;
    left: 0;
}

.hero-div .viewport-header {
    position: relative;
    height: 80vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* <!-- slider------end --> */

/* counter */
.counter-about {
    /* background-color: #f5f5f5; */
    padding: 20px 0;
    border-radius: 5px;
}

@media(max-width:576px) {
    #counter .row {
        margin-top: -40px;
    }
}

@media(max-width:768px) {
    #counter .row {
        margin-top: 60px;
    }
}

.count-title {
    font-size: 31px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #e94d65;
    font-size: 53px !important;
}

.counter-number {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* <!-- service start --> */
.service .btn-secondary {
    border: none;
    background-color: #e94d65;
}

.service .card {
    padding-bottom: 93px;
}

.service .card-text {
    font-size: 14px;
}

.service .card-title {
    font-size: 19px !important;
}

.service .card {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}


.service .card .line_clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* value  */
@media(max-width:576px) {
    .value h2 {
        text-align: center;
    }

    .service .card {
        padding-bottom: 0px !important;
    }

    .service .card-img-overlay {
        margin-top: 90px !important;
    }

    .info {
        margin-top: 34px !important;
        margin-left: 48px !important;
    }

}

@media(max-width:768px) {
    .service .card {
        padding-bottom: 0px !important;
    }

    .service .card-title {
        font-size: 23px !important;
    }

    /* .software-div video {
        width: 349px !important;
        height: 246px !important;
    } */
}



#scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    padding: 10px;
    border: none;
    border-radius: 50%;
    background-color: #e94d65;
    color: #fff;
    cursor: pointer;
    z-index: 999;
    height: 50px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    width: 50px;
}

#scroll-to-top:hover {
    background-color: #e94d65;
}

#scroll-to-top i {}

/* <!-- service end --> */
/* clients start */

.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;
}

/* clients end */

/* circle counter  */
/* circle counter***** */
.progress {
    width: 115px !important;
    height: 115px !important;
    background-color: white !important;
    display: block !important;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 7px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 7px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #e94d65;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 75px;
    border-bottom-right-radius: 75px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.progress .progress-value {
    display: flex;
    border-radius: 50%;
    font-size: 56px;
    text-align: center;
    line-height: 20px;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-weight: 300;
}

.progress .progress-value div {
    margin-top: 10px;
}

.progress .progress-value span {
    font-size: 12px;
    text-transform: uppercase;
}

/* This for loop creates the 	necessary css animation names 
  Due to the split circle of progress-left and progress right, we must use the animations on each side. 
  */
.progress[data-percentage="10"] .progress-right .progress-bar {
    animation: loading-1 1.5s linear forwards;
}

.progress[data-percentage="10"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
    animation: loading-2 1.5s linear forwards;
}

.progress[data-percentage="20"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
    animation: loading-3 1.5s linear forwards;
}

.progress[data-percentage="30"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
    animation: loading-4 1.5s linear forwards;
}

.progress[data-percentage="40"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="50"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="60"] .progress-left .progress-bar {
    animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="70"] .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="80"] .progress-left .progress-bar {
    animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="90"] .progress-left .progress-bar {
    animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="100"] .progress-left .progress-bar {
    animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg);
    }
}

.progress {
    margin-bottom: 1em;
}

/* <!-- cll back start --> */
.info {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
    margin-top: 250px;
    margin-left: 200px;
}

.callback h3 {
    font-weight: 800;
    /* overflow-x: hidden; */
}

@media(max-width:768px) {
    .info {

        margin-top: 42px !important;
        margin-left: 2px !important;
    }
}

.section-title {
    position: relative;
    left: 60px;
    display: inline-block;
}

@media(max-width:768px) {
    .section-title {

        left: 57px;

    }
}

@media(max-width:576px) {
    .section-title {

        left: 0px;

    }
}

.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: #e94d65;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: #e94d65;
}


.section-title.text-end::after {
    display: none;
}


/* <!-- cll back end --> */


/* <!-- cal to aCTION start --> */
.calltoaction {
    background-image: url(./bgn-searching.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width:576px) {
    .calltoaction h2 {
        font-size: 34px !important;
    }
}

/* <!-- cal to aCTION start --> */


/* <!-- location start --> */
.location img {
    width: 100%;
}

@media(max-width:576px) {
    .location h1 {
        font-size: 28px;
    }
}

/* <!-- location end --> */


/* <!-- get in touch start --> */

/* <!-- get in touch end --> */


/* <!-- footer start --> */
.footer {
    background: linear-gradient(75deg, #225b7b 0%, #143749 100%);

}


/* <!-- footer end --> */
/* <!-- value start --> */
/* circle counter***** */

.circle_percent {
    font-size: 130px;
    width: 1em;
    height: 1em;
    position: relative;
    background: #eee;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin: 20px;
}

.circle_inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    clip: rect(0 1em 1em 0.5em);
}

.round_per {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    background: #e94d65;
    clip: rect(0 1em 1em 0.5em);
    transform: rotate(180deg);
    transition: 1.05s;
}

.percent_more .circle_inner {
    clip: rect(0 0.5em 1em 0em);
}

.percent_more:after {
    position: absolute;
    left: 0.5em;
    top: 0em;
    right: 0;
    bottom: 0;
    background: #e94d65;
    content: "";
}

.circle_inbox {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: #fff;
    z-index: 3;
    border-radius: 50%;
}

.percent_text {
    position: absolute;
    font-size: 36px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

/* <!-- value start --> */

.about-one .about {
    background-image: url(./ceo.jpg);
    /* background-image: linear-gradient(to right, rgb(115 114 127 / 76%), rgb(6 6 8 / 65%)), url(./about.avif) !important; */

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
}

@media(max-width:576px) {
    .about-one .about-first-content {
        text-align: center;
    }

    .section-title {
        left: 57px;
    }
}

/* arosel start  */

/*Carousel Gallery*/


.wrapper {
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

.carousel {
    width: 90%;
    margin: 0px auto;
}

.slick-slide {
    margin: 10px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev,
.slick-next {
    background: #000;
    border-radius: 15px;
    border-color: transparent;
}

.card {
    border: 2px solid #fff;
    box-shadow: 1px 1px 15px #ccc;
}


.card-body {
    background: #fff;
    width: 100%;
    vertical-align: top;
}

.card-content {
    text-align: left;
    color: #333;
    padding: 15px;
}

.card-text {
    font-size: 14px;
    font-weight: 300;
}


.bussiness {
    background-image: url(./bgn-searching.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
    /* height: 450px; */
}

@media(max-width:576px) {
    .bussiness {
        clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 95%) !important;
        height: 850px !important;
    }



}

@media(max-width:768px) {
    .bussiness {
        clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 88%) !important;
        height: 955px !important;
    }

    .counter {
        clip-path: polygon(0 0, 100% 0, 100% 93%, 0 90%) !important;
        height: 1119px !important;

    }
}

.bussiness span {
    font-size: 40px;
}

.counter {
    background-image: url(./bgn-searching.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    height: 400px;
}






.wrap a {
    color: #fff;
}

.hover-fx {
    font-size: 36px;
    display: inline-block;
    cursor: pointer;
    margin: 15px;
    width: 80px;
    height: 80px;
    line-height: 84px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    color: #fff;
    background-color: #1b4962;
    border: #e94d65 1px solid;
    transition: 300ms;
}

.hover-fx:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    box-sizing: content-box;
    box-shadow: 0 0 0 1px #e94d65;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 300ms;
}

.hover-fx:hover {
    background-color: #fff;
    color: #00989A;
}

.hover-fx:hover:after {
    opacity: 1;
    transform: scale(1.15);
}


/* asset start  */
.banner {
    background-color: rgba(24, 24, 24, .05);
    height: 160px;
}

.banner h2 {
    font-weight: 600;
}

@media(max-width:576px) {
    .banner h2 {
        font-size: 20px;
    }

    .left-margin {
        margin-left: 28px !important;
    }

    .airline {
        position: relative;
        top: 26px;

        left: 28px;
    }

    .part {

        top: 31px;
        position: relative;
        left: 10px;

    }

    .complete {
        position: relative;
        top: 22px !important;
    }
}

@media(max-width:768px) {
    .left-margin {
        margin-left: 44px !important;
    }

    .part {

        top: 10px !important;
        position: relative;
        left: 20px;

    }

}

.banner .carousel-inner img {
    width: 300px;
    height: 300px;
}


.induction {
    background-image: url(./bgn-searching.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 440px;
}

@media(max-width:576px) {
    .induction {
        height: 959px !important;
    }

    .modal-header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 1rem 1rem !important;
        border-bottom: 1px solid #dee2e6;
        border-top-left-radius: calc(0.3rem - 1px);
        border-top-right-radius: calc(0.3rem - 1px);
    }

    .modal-footer {
        /* display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: end;
        justify-content: center;
        padding: 0.75rem;
        border-top: 1px solid #dee2e6;
        border-bottom-right-radius: calc(0.3rem - 1px);
        border-bottom-left-radius: calc(0.3rem - 1px); */
    }

    #software .soft-icon {
        align-items: center;
        display: flex;
        justify-content: center;
        flex-direction: column-reverse;

    }

    .bootom-footer {
        font-size: 15px;
    }
}



@media(max-width:768px) {
    .induction {
        background-image: url(./bgn-searching.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 655px;
    }


    .modal-header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 1rem 1rem !important;
        border-bottom: 1px solid #dee2e6;
        border-top-left-radius: calc(0.3rem - 1px);
        border-top-right-radius: calc(0.3rem - 1px);
    }

    .modal-footer {
        /* display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: end;
        justify-content: center;
        padding: 0.75rem;
        border-top: 1px solid #dee2e6;
        border-bottom-right-radius: calc(0.3rem - 1px);
        border-bottom-left-radius: calc(0.3rem - 1px); */
    }

    #software .soft-icon {
        align-items: center;
        display: flex;
        justify-content: center;
        flex-direction: column-reverse;

    }

    .bootom-footer {
        font-size: 15px;
    }
}


.asset-slider img {
    width: 100%;
    /* height: 400px; */
}
.asset-management-image{
    width: 100%;
    /* height: 500px !important; */
}


.computer {
    height: 200px;

}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 5rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: center;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.aeroplan {
    background-image: url(./aamsfinal.jpg);

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.key {
    background-color: #f8f8f8;
}

.key i {
    background: #e94d65;
    padding: 5px;

    border-radius: 50%;
}

.key p {
    font-size: 13px;
}


.asset-form {
    background-image: url(./aams-bg-new.png);

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.contact-heading {
    background-image: url(./Contact-us-header.png);

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.career-heading {
    background-image: url(./car.jpg);

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.filelabel {
    /* width: 120px; */
    border: 2px dotted grey;
    background-color: #fff;
    border-radius: 5px;
    display: block;
    padding: 5px;
    transition: border 300ms ease;
    cursor: pointer;
    text-align: center;
    margin: 0;
}

.filelabel i {
    display: block;
    font-size: 30px;
    padding-bottom: 5px;
}

.filelabel i,
.filelabel .title {
    color: grey;
    transition: 200ms color;
}

#FileInput {
    display: none;
}




.filelabel2 {
    /* width: 120px; */
    border: 2px dotted grey;
    background-color: #fff;
    border-radius: 5px;
    display: block;
    padding: 5px;
    transition: border 300ms ease;
    cursor: pointer;
    text-align: center;
    margin: 0;
}

.filelabel2 i {
    display: block;
    font-size: 30px;
    padding-bottom: 5px;
}

.filelabel2 i,
.filelabel2 .title {
    color: grey;
    transition: 200ms color;
}

#FileInput2 {
    display: none;
}





.career-form-design {
    /* border: 1px solid red; */
    background-color: rgba(241, 241, 241, 1);
}

.career-form-design .btn-success {
    background-color: #e94d65;
    border: none;
}

.table-bordered {
    border: 1px solid black !important;
}

.career-icon {
    font-size: 45px;
}







.due {
    margin-bottom: 16px;
}

@media(max-width:576px) {
    .out {
        position: relative;
        right: -17px !important;
    }

}

@media(max-width:1024px) {
    #animation-about .image {
        margin-top: 40px;
    }

    .due {
        position: relative;
        top: 38px;
    }

    .large-space {
        position: relative;
        left: -15px;

    }

    .airline {
        position: absolute;
        top: 31px !important;
        left: 27px !important;
    }
}

.remarketing {

    position: relative;
    top: 18px;

}

.induction-icon {
    position: relative;
    left: -18px !important;
}



/* animatio   */
#animation-about .image {
    height: 300px;
    width: 300px;
    /* margin-top: 40px; */
    border-radius: 50%;
    overflow: hidden;
    background-image: url(./firsr-img2-640x750.png);
    background-repeat: no-repeat;
    /* clip-path: polygon(0 32%, 100% 0, 87% 89%, 0 66%); */
    background-position: center;
    background-size: contain;
}

#animation-about .rotate-image {
    height: 450px !important;
    width: 485px !important;
    bottom: -55px;
    right: -90px;
}

#animation-about .icon {
    height: 60px;
    width: 60px;
    border: 2px solid red;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: red;
}

#animation-about .icon:hover {
    background: red;
    color: white;
}

#animation-about .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation: spin 10s linear infinite;
    -moz-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
}

.right-content {
    left: -11px;
}

.left-content {
    right: -46px !important;
}


@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



@media(max-width:768px) {
    #animation-about .image {
        height: 230px;
        width: 230px;
        /* border: 1px solid red; */
    }

    .left-content {
        left: 0;
    }

    .bottom-content {
        top: 0px;
    }

    #animation-about p {
        font-size: 10px !important;
    }
}

@media(max-width:576px) {
    #animation-about .image {
        height: 130px;
        width: 130px;
        /* border: 1px solid red; */
        position: absolute;
        right: -7px;
        top: -11px;
    }

    #animation-about p {
        font-size: 6px !important;
    }

    .induction-icon {
        position: relative;
        top: 8px;
        left: -38px;
    }

    #animation-about .icon {
        height: 30px;
        width: 30px;
        font-size: 16px;
    }

    .bottom-content {
        top: -60px !important;
    }
}

.induction-icon {
    margin-left: 27px;
}

@media(min-width:1200px) {
    #animation-about .image {
        height: 330px;
        width: 330px;
        margin-left: 20px;
    }

    .service .card {
        padding-bottom: 0px !important;
    }

    .induction-support-management {
        margin-left: 27px !important;
    }

    #animation-about .rotate-image {
        height: 480px !important;
        width: 510px !important;
        bottom: -58px;
        right: -61px;
    }

    .right-content {
        left: -44px;
    }

    .left-content {
        right: -70px !important;
    }

    .large-space {
        margin-bottom: 105px;
        margin-left: -9px;
    }

    .navbar .nav-item .nav-link {
        font-size: 14px;
        font-weight: 600 !important;
    }
}



@media(max-width:576px) {
    .country .counter {
        height: 1111px;
    }

    .induction-support-management {
        margin-top: -5px;
    }

    .induction-support-management {
        margin-left: 44px !important;
    }

    .complete {
        padding-top: 20px !important;
    }

    .remarking {
        margin-top: 2px;
    }

    .animation-about {
        margin-top: -83px !important;
    }

    .get-in-touch .section-title {
        left: 6px;
    }
}

@media(max-width:768px) {

    .induction-support-management {
        padding-top: 18px !important;

    }

    .large-space {
        margin-top: 36px !important;
    }

    .complete {
        margin-top: 22px !important;
        margin-left: 18px;
    }

    .remarking {
        padding-top: 36px;
    }
}

.induction-support-management {
    margin-left: 0px !important;
}

@media(max-width:360px) {

    .induction-support-management {
        margin-top: -7px;
    }

    .complete {
        margin-top: 12px !important;
        margin-left: 18px;
    }

    .remarking {
        padding-top: 25px;
    }
}

.social-icons-btn {
    display: flex;
}

.icons {
    width: 50px;
    height: 50px;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    background: #e94d65;
    margin: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    transition:
        all 0.15s ease;
}

.twitter:hover {
    background: #fff;
    color: #e94d65;
    border: 3px solid #e94d65;
}

/* .facebook:hover {
    background: #4267B2;
}

.instagram:hover {
    background-image:
        linear-gradient(#8a3ab9,
            #e95950,
            #bc2a8d,
            #fccc63);
} */

.linkedin:hover {
    background: #e94d65;
}



#our_cause .our_cause_box {
    border: 2px solid #1b4962;
    border-radius: 20px;
}

#our_cause .our_cause_box:hover {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

#our_cause .our_cause_box:hover {
    border: 2px solid #FFFF;
    background-color: #1b4962;
    color: #ffffff;
    transition: 0.2s all;
}


#software .first {
    /* background-image: linear-gradient(to right, rgb(0 0 0), rgb(0 0 0)) !important; */
    background-color: #fff;
}

#software .first .customer-logo-one img {
    width: 100%;
    /* height: 350px !important; */
}

@media(max-width:576px) {
    #software h1 {
        font-size: 30px;
    }

    #software .three p {
        font-weight: 600;
        font-size: 16px !important;
    }

    #software .four p {
        /* font-weight: 600; */
        font-size: 16px !important;
    }

    #software .five p {
        font-weight: 600;
        font-size: 16px !important;
    }

    #software .six .f-img img {
        width: 100%;
        height: 354px !important;
    }

    #software .six h6 {
        font-size: 22px !important;
        font-weight: 700;
    }
}

#software .btn-tertiary {
    border: 1px solid #e94d65;
    color: #e94d65;
    padding-left: 28px;
    padding-right: 28px;
    border-radius: 41px;
}

.siena {
    font-size: 18px;
}



@media(min-width:992px) and (max-width:1024px) {

    #software .btn-tertiary {
        font-size: 14px;
    }

    #software .btn-tertiary {

        padding-left: 25px;
        padding-right: 9px;

    }

    #asset .btn-tertiary {
        border: 1px solid #e94d65;
        background-color: #e94d65;
        color: #FFFF;
        /* font-weight: 600; */
        font-size: 12px !important;
    }

    #software .btn-sec {
        /* border: 1px solid #fff; */
        /* background-color: #457690;
        font-weight: 600;
        color: #FFFF; */
        padding-left: 27px !important;
        /* padding-right: 28px;
        border-radius: 41px; */
    }

    .siena {
        font-size: 20px;
    }

    .navbar .nav-item .nav-link {
        font-size: 12px;
        font-weight: 600 !important;
    }

    .navbar {
        background: #ffff;
        /* border-bottom: 1px solid var(--red); */
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
        padding: 5px 7px;
        height: 80px;
        /* border: 1px solid black; */
    }

}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
    }
}

#software .btn-sec {
    /* border: 1px solid #fff; */
    background-color: #e94d65;
    font-weight: 600;
    color: #fff;
    padding-left: 28px;
    padding-right: 28px;
    border-radius: 41px;
}

#software .btn-sec:hover {
    /* border: 1px solid #fff; */
    /* background-color: #fff;
    color: #e94d65; */
}

#software .second {
    /* background-color: #0d0b1f; */
    background: linear-gradient(75deg, #225b7b 0%, #143749 100%);

}

#software .second .btn {
    border: 1px solid #ebe4e4 !important;
    color: #fff !important;
    background-color: #e94d65 !important;
}

#software .second .card {
    color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, rgb(51, 51, 51) 0px 0px 0px 3px;
    background-color: #fff !important;
    border: 2px solid #0d0b1f;
    transition: all .4s ease-in-out;
}

#software .three img {
    width: 100%;

}

#software .three p {
    font-weight: 600;
    font-size: 40px;
}

@media(max-width:768px) {
    #software .three p {
        /* font-weight: 600; */
        font-size: 20px !important;
    }

    #software .five p {

        font-size: 20px !important;

    }

    #software .six h6 {
        font-size: 25px !important;

    }

    #software .four p {

        font-size: 20px !important;
    }
}

#software .three ul li {
    font-weight: 600;

}

#software .five {
    /* background: linear-gradient(75deg, #225b7b 0%, #143749 100%); */
    background-color: #fff;
}

#software .five img {
    /* width: 100%; */
    height: 600px;

}

#software .five p {
    /* font-weight: 600; */
    font-size: 40px;
    color: #fff;
}

#software .five ul li {
    /* font-weight: 600; */

}


#software .four {
    background-color: #1b4962;
}

#software .four i {
    font-size: 70px;
    padding-left: 50px;
}

@media(max-width:576px) {

    #software .four i {
        /* font-size: 50px; */
        padding-left: 0px !important;
    }
}

@media(max-width:768px) {

    #software .four i {
        /* font-size: 50px; */
        padding-left: 0px !important;
    }
}

#software .four img {
    width: 100%;

}

#software .four p {
    /* font-weight: 600; */
    text-align: center;
    font-size: 25px;
}

#software .four ul li {
    /* font-weight: 600; */

}

#software .second .card:hover {
    box-shadow: rgb(20, 9, 86) 3px 3px 6px 0px inset, rgba(16, 20, 86, 0.5) -3px -3px 6px 1px inset;

}

#software .six {
    background-color: #143749;
}

#software .six .f-img img {
    width: 100%;
    height: 600px;
}

#software .six h6 {
    font-size: 28px;
    /* font-weight: 700; */
}

#software .six .flex-1 img {

    width: 40px;
}

#software .seven {
    background-color: rgba(235, 236, 237, 1.0);
}

#software .seven img {
    width: 100%;
    height: 200px;
}



.embed-responsive {
    height: 300px !important;
}

@media(max-width:576px) {
    .embed-responsive {
        height: 200px !important;
    }
}


#asset .btn-tertiary {
    border: 1px solid #e94d65;
    background-color: #e94d65;
    color: #FFFF;
    /* font-weight: 600; */
    font-size: 15px;
}

#asset .line_clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#asset .line_clamp_one {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#asset .image img {
    width: 100%;
    height: 186px !important;
}

#asset .image-one img {
    width: 683px;
    height: 300px;
}


/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    /* box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12); */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, rgb(51, 51, 51) 0px 0px 0px 3px;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

.featured-services .icon-box::before {
    content: "";
    position: absolute;
    background: #d9f1f2;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
}

.featured-services .icon-box:hover::before {
    background: #e94d65;
    top: 0;
    border-radius: 0px;
}

.featured-services .icon {
    margin-bottom: 15px;
}

.featured-services .icon i {
    font-size: 48px;
    line-height: 1;
    color: #e94d65;
    transition: all 0.3s ease-in-out;
}

.featured-services .icon:hover i {
    font-size: 48px;
    line-height: 1;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
}

.featured-services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.featured-services .title a {
    color: #111;
}

.featured-services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
    color: #fff;
}

.featured-services .icon-box:hover .icon i {
    color: #fff;
}


#cont-location .body i {
    border: 1px solid #e94d65;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.software-div video {
    width: 700px;
    /* height: 0px; */
}

@media(max-width:576px) {

    .software-div video {
        width: 100%;
        /* height: 0px; */
    }
}

#software .second .line_clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#software .second .line_clamp1 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



@keyframes fade {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

#software .five .slides {
    overflow: hidden;
    animation-name: fade;
    animation-duration: 1s;
    display: none;
}


#dot {
    margin: 0 auto;
    text-align: center;
    display: none;
}

#software .five .dot {
    display: inline-block;
    border-radius: 50%;
    background: #d3d3d3;
    padding: 8px;
    margin: 10px 5px;
}

#software .five .active {
    background: black;
}

@media (max-width: 567px) {
    #software .five .slider {
        width: 100%;
    }
}

#heading {
    display: block;
    text-align: center;
    font-size: 2em;
    margin: 10px 0px;
}