@font-face {
    font-family: "poppinsmedium";
    src: url(assets/fonts/poppins-medium-webfont.eot);
    src: url("assets/fonts/poppins-medium-webfont.eot?#iefix") format("embedded-opentype"), url(assets/fonts/poppins-medium-webfont.woff2) format("woff2"), url(assets/fonts/poppins-medium-webfont.woff) format("woff"), url(assets/fonts/poppins-medium-webfont.ttf) format("truetype"), url("assets/fonts/poppins-medium-webfont.svg#poppinsmedium") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "poppinsmedium_italic";
    src: url(assets/fonts/poppins-mediumitalic-webfont.eot);
    src: url("assets/fonts/poppins-mediumitalic-webfont.eot?#iefix") format("embedded-opentype"), url(assets/fonts/poppins-mediumitalic-webfont.woff2) format("woff2"), url(assets/fonts/poppins-mediumitalic-webfont.woff) format("woff"), url(assets/fonts/poppins-mediumitalic-webfont.ttf) format("truetype"), url("assets/fonts/poppins-mediumitalic-webfont.svg#poppinsmedium_italic") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "poppinsregular";
    src: url(assets/fonts/poppins-regular-webfont.eot);
    src: url("assets/fonts/poppins-regular-webfont.eot?#iefix") format("embedded-opentype"), url(assets/fonts/poppins-regular-webfont.woff2) format("woff2"), url(assets/fonts/poppins-regular-webfont.woff) format("woff"), url(assets/fonts/poppins-regular-webfont.ttf) format("truetype"), url("assets/fonts/poppins-regular-webfont.svg#poppinsregular") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "poppinssemibold";
    src: url(assets/fonts/poppins-semibold-webfont.eot);
    src: url("assets/fonts/poppins-semibold-webfont.eot?#iefix") format("embedded-opentype"), url(assets/fonts/poppins-semibold-webfont.woff2) format("woff2"), url(assets/fonts/poppins-semibold-webfont.woff) format("woff"), url(assets/fonts/poppins-semibold-webfont.ttf) format("truetype"), url("assets/fonts/poppins-semibold-webfont.svg#poppinssemibold") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "poppinsbold";
    src: url(assets/fonts/poppins-bold-webfont.eot);
    src: url("assets/fonts/poppins-bold-webfont.eot?#iefix") format("embedded-opentype"), url(assets/fonts/poppins-bold-webfont.woff2) format("woff2"), url(assets/fonts/poppins-bold-webfont.woff) format("woff"), url(assets/fonts/poppins-bold-webfont.ttf) format("truetype"), url("assets/fonts/poppins-bold-webfont.svg#poppinsbold") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "poppinsextrabold";
    src: url(assets/fonts/poppins-extrabold-webfont.eot);
    src: url("assets/fonts/poppins-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url(assets/fonts/poppins-extrabold-webfont.woff2) format("woff2"), url(assets/fonts/poppins-extrabold-webfont.woff) format("woff"), url(assets/fonts/poppins-extrabold-webfont.ttf) format("truetype"), url("assets/fonts/poppins-extrabold-webfont.svg#poppinsextrabold") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "poppinsextrabold_italic";
    src: url(assets/fonts/poppins-extrabolditalic-webfont.eot);
    src: url("assets/fonts/poppins-extrabolditalic-webfont.eot?#iefix") format("embedded-opentype"), url(assets/fonts/poppins-extrabolditalic-webfont.woff2) format("woff2"), url(assets/fonts/poppins-extrabolditalic-webfont.woff) format("woff"), url(assets/fonts/poppins-extrabolditalic-webfont.ttf) format("truetype"), url("assets/fonts/poppins-extrabolditalic-webfont.svg#poppinsextrabold_italic") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

body {
    font-size: 14px;
    color: #7a7676;
    background-color: #fff
}

.btn-sm.more {
    color: #000;
    text-decoration: underline;
    padding-left: 0
}

.more {
    display: inline-block
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.summary {
    position: relative
}

.additional-text,
.more-content {
    display: none;
    margin-top: 10px
}

.read-more {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline
}

.banner_caption {
    position: absolute;
    background-color: rgb(31 31 31 / .7);
    bottom: 3%;
    left: 3%;
    width: auto;
    padding-right: 10px
}

.banner_caption h3 {
    color: #fff;
    padding: 9px 0 3px 10px;
    font-size: 14px;
    text-transform: uppercase
}

.banner {
    height: calc(93vh - 70px);
    overflow: hidden;
    background-color: #fff
}

.banner-div {
    display: flex;
    height: 100%
}

.banner-left {
    width: 100%;
    height: 100%
}

.swiper-slide {
    position: relative;
    height: 100%
}

.swiper-slide img {
    width: 100%
}

.content-center {
    position: absolute;
    z-index: 1;
    color: #fff;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -80%);
    text-align: center;
    width: 100%
}

.content-center h2 {
    font-size: 45px
}

.content-center p {
    font-size: 18px
}

.content-center h4 {
    font-size: 30px
}

.content-center h5 {
    font-size: 20px
}

.btn-one {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px #fff0;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    padding: 8px 35px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 1.2rem;
    margin-top: 20px;
    border-radius: 50px;
    text-decoration: none;
    overflow: hidden
}

.btn-one:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background: #fff
}

.page-title {
    margin-bottom: 30px;
    background-color: #fff;
    text-align: center;
    padding: 20px 0
}

.container {
    padding: 0 20px 0 20px
}

.page-title h1 {
    color: #000;
    font-size: 30px;
    font-weight: 600
}

.page-title p {
    color: #000;
    margin: 0;
    padding: 10px 50px
}

.projects-item {
    background-color: #fff;
    margin-bottom: 30px;
    border: 1px solid #1f6693
}

.project-img {
    position: relative;
    border-bottom: 1px solid #1f6693
}

.project-cnt {
    padding: 10px
}

.project-cnt h2 {
    text-align: center;
    margin: 0 0 15px 0;
    font-size: 20px;
    font-family: 'latobold';
    color: rgb(0 0 0);
    font-weight: bolder;
    text-transform: uppercase
}

.project-usp {
    margin: 0;
    list-style: none;
    padding: 0;
    width: 100%;
    display: inline-block
}

.project-usp li {
    width: 50%;
    float: left;
    display: flex;
    align-items: center;
    margin: 0 0 12px 0;
    color: rgb(0 0 0)
}

.project-usp li img {
    margin: 0 5px 0 0
}

.project-buttons .modal-button {
    background-color: #1f6693;
    color: rgb(255 255 255);
    text-decoration: none;
    display: block;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
    text-align: center;
    border: 0
}

.other-title {
    margin-bottom: 30px;
    text-align: center;
    background-color: #1f6693;
    padding: 20px 0 1px 0;
    text-transform: uppercase
}

.other-title h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700
}

.call-to-action-section {
    background-color: #1f6693;
    padding: 40px 0
}

.align-items-center {
    align-items: center !important
}

.call-to-action-cnt p {
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding-left: 45px
}

.call-to-action-cnt p a {
    text-decoration: none;
    color: #1f6693;
    font-weight: bolder
}

.call-to-action-button {
    text-align: end
}

.call-to-action-button .btn {
    background-color: #fff;
    color: #1f6693;
    border-color: #fff
}

.specialist-block {
    margin-bottom: 25px;
    color: #fff
}

.specialist-block a {
    color: #fff;
    text-decoration: none
}

.btn {
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 25px
}

.carousel {
    position: relative
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgb(255 255 255 / .5)
}

.carousel-item.active {
    display: block
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

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

@media only screen and (max-width:1920px) and (min-width:769px) {
    .desktopview {
        display: block;
        margin-left: -27px;
        margin-top: 50px
    }
}

@media only screen and (min-width:992px) {
    .info-box {
        width: 22vw;
        text-align: center
    }
}

@media only screen and (min-width:992px) {
    .info-box {
        position: absolute;
        top: 0;
        left: 8px;
        z-index: 9;
        margin-top: 4.6vw;
        padding-bottom: 1.5vw;
        display: inline-block;
        width: 22vw;
        background-color: #fff;
        border-radius: 8px;
        color: #fff;
        border: 1px solid #eee
    }
    .pro-title {
        display: block;
        padding: 1vw .8vw .3vw;
        font-size: 1.8vw;
        line-height: 2vw;
        text-transform: capitalize;
        color: #212529;
        text-align: center;
        font-weight: 600
    }
    .pro-add,
    .pro-dev {
        padding: 3px 4px 0 0
    }
    .pro-add {
        padding: .1vw 0;
        font-size: .8vw;
        line-height: 1.4vw
    }
    .pro-add,
    .pro-dev {
        color: #888;
        display: block;
        text-transform: capitalize;
        text-align: center
    }
    .pro-add,
    .pro-dev {
        padding: 3px 4px 0 0
    }
    .pro-dev {
        padding: .1vw 0 .1vw 5px;
        font-size: 1vw;
        line-height: 1.2vw
    }
    .pro-add,
    .pro-dev {
        color: #888;
        display: block;
        text-transform: capitalize;
        text-align: center
    }
    .info-box span.heading2 {
        color: #000;
        font-weight: 400;
        width: 6vw !important;
        display: inline-block
    }
    span.heading2 {
        text-align: left;
        vertical-align: top;
        font-size: 1vw
    }
    .info-box span.heading1 {
        color: #000;
        font-weight: 700;
        width: 6vw !important;
        display: inline-block
    }
    .info-box span.heading1,
    .info-box span.heading2 {
        text-align: left;
        vertical-align: top;
        font-size: 1vw
    }
    .pro-tag-line {
        display: block;
        padding: .1vw .8vw;
        font-size: 14px;
        text-transform: capitalize;
        line-height: 1.4vw;
        color: #333;
        text-align: center;
        margin-top: 20px
    }
    .pro-price {
        padding: .1vw .8vw .3vw;
        font-size: 1.8vw;
        font-weight: 800;
        line-height: 28px;
        margin-bottom: 15px
    }
    .info-box .micro-form-btn {
        margin: 0 .8vw
    }
}

.offer-bg-animation {
    color: #fff;
    display: block;
    background: linear-gradient(-45deg, var(--colorPrimary), var(--colorSecondary), var(--colorPrimary), var(--colorSecondary));
    background-size: 400% 400%;
    -webkit-animation: 3s infinite Gradient;
    -moz-animation: 3s infinite Gradient;
    animation: 3s infinite Gradient
}

.zoom-in-zoom-out {
    width: 100%;
    text-align: center;
    animation: zoom-in-zoom-out 2s ease-out infinite;
    display: block
}

.card-d-custom {
    width: 95%;
    justify-content: center;
    text-align: center;
    margin: 0 auto 15px
}

.card-d {
    background-color: #eee;
    margin-bottom: 8px;
    margin-top: 4px;
    padding: 10px 15px;
    text-align: left
}

.d-block {
    display: block !important
}

.of-box {
    font-size: 15px;
    width: 95%;
    margin-left: auto !important;
    margin-right: auto !important;
    font-weight: 700;
    text-align: center;
    color: #fff;
    padding: 8px
}

.offer-bg-animation {
    color: #fff;
    display: block;
    background: linear-gradient(-45deg, var(--colorPrimary), var(--colorSecondary), var(--colorPrimary), var(--colorSecondary));
    background-size: 400% 400%;
    -webkit-animation: 3s infinite Gradient;
    -moz-animation: 3s infinite Gradient;
    animation: 3s infinite Gradient
}

.offer-text {
    display: block;
    font-size: 1vw !important;
    color: #fff;
    border: 2px dashed #fff;
    padding: 10px 5px
}

.page-title {
    margin-top: 100px
}

.page-main-section {
    display: flex;
    justify-content: flex-start
}

.call-to-action-section {
    display: flex;
    justify-content: flex-start
}

.img-box {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    display: inline-block;
    background-position: 100% 100%
}

*,
::after,
::before {
    box-sizing: border-box
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px
}

.img-box::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgb(0 0 0 / .1)
}