:root {
    --primary: rgb(0, 110, 255);
    --white: white;
    --black: #25272a;
}

@font-face {
    font-family: 'Heebo';
    src: url('../font/Heebo-Light.woff2') format('woff2'), url('../font/Heebo-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo';
    src: url('../font/Heebo-Black.woff2') format('woff2'), url('../font/Heebo-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo';
    src: url('../font/Heebo-SemiBold.woff2') format('woff2'), url('../font/Heebo-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo';
    src: url('../font/Heebo-Bold.woff2') format('woff2'), url('../font/Heebo-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo';
    src: url('../font/Heebo-ExtraBold.woff2') format('woff2'), url('../font/Heebo-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo';
    src: url('../font/Heebo-Regular.woff2') format('woff2'), url('../font/Heebo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo';
    src: url('../font/Heebo-ExtraLight.woff2') format('woff2'), url('../font/Heebo-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo';
    src: url('../font/Heebo-Thin.woff2') format('woff2'), url('../font/Heebo-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo';
    src: url('../font/Heebo-Medium.woff2') format('woff2'), url('../font/Heebo-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Heebo';
}

.blue-text {
    color: var(--primary);
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.w-50 {
    width: 50%;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.v-text {
    position: relative;
}

.v-text label {
    position: absolute;
    font-size: 120px;
    left: 0;
    top: 40%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-weight: 700;
    opacity: .2;
}

.btn-primary {
    border-radius: 0px;
    background-color: transparent;
    border: solid 1.5px var(--primary);
    color: var(--primary);
    font-weight: 500;
    border-radius: 3px;
}

.btn-primary.fill {
    background-color: var(--primary);
    color: var(--white) !important;
}

h3 {
    font-size: 26px;
    font-weight: 700;
}

p {
    font-size: 14px;
    line-height: 30px;
}

.blue-box {
    background-color: var(--primary);
    padding: 100px 80px;
    color: white;
}

.floating-bg {
    position: relative;
}

.floating-bg .img {
    width: 60%;
    height: 600px;
    position: absolute;
    background-size: contain;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.bottom-band {
    background-color: whitesmoke;
}

a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

a:hover {
    color: red;
    text-decoration: none;
}

.slick-dots {
    margin-top: -10px;
    position: absolute;
    top: 0;
}

.slick-dots li {
    list-style: none;
    float: left;
}

.slick-dots li button {
    border: solid 3px var(--primary);
    background-color: transparent;
    color: transparent;
    height: 20px;
    width: 10px;
}

.slick-dots li.slick-active button {
    background-color: var(--primary);
}

.list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list li {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    padding: 10px;
}

.widget-box-l {
    position: relative;
}

.widget-box-l::before {
    content: "";
    position: absolute;
    height: 500px;
    width: 50%;
    left: 0;
    top: 0;
    background-color: #fcfcfc;
    z-index: -1;
}

.navbar {
    top: 0;
    z-index: 10000;
    width: 100%;
    position: fixed;
    background-color: #ffffff;
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.149);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.149);
}

.navbar {
    padding: 30px 10px 30px;
}

.navbar-nav .nav-item {
    margin-left: 20px;
}

.navbar a.active:after {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #006eff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.navbar a {
    position: relative;
    color: black;
    font-weight: 400;
    font-size: 13px;
    color: black !important;
    text-transform: uppercase;
}

.banner {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.banner .banner-wrapper .banner-box img {
    height: 100vh;
    position: absolute;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner-box::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #00000080;
}

.banner-box .content {
    top: 30vh;
    position: relative;
    z-index: 100000;
}

.banner-box .content .title {
    font-size: 40px!important;
    color: white;
}

.banner-box .content .sub-title p {
    font-size: 20px!important;
    color: white;
}

.banner-box {
    position: relative;
    height: 100vh;
}

.banner.second {
    height: 400px;
}

.banner.second .second-section {
    position: absolute;
    top: 200px;
    left: 8%;
    color: white;
    z-index: 100;
}

.banner.second .second-section h3 {
    font-size: 40px;
}

.banner.second .second-section .boxed {
    height: 5px;
    width: 50px;
    background-color: var(--primary);
    display: block;
    position: relative;
}

.banner.second .second-section .boxed::after {
    content: "";
    height: 5px;
    width: 30px;
    background-color: var(--white);
    position: absolute;
    left: 52px;
}

.banner.light {
    height: 300px;
}

.banner.light .second-section {
    position: relative;
    left: 0;
}

.banner.light .second-section h3 {
    color: black;
    margin-top: 15%;
}

.banner-widget .widegt-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.banner-widget .widegt-row .right-box-widget {
    background-color: #1d252b;
    height: 100px;
    width: 700px;
    position: absolute;
    z-index: 10;
    bottom: -0%;
    right: 0;
    padding: 10px;
}

.services .service-box {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.services .service-box::before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 110, 255, 0.315);
    position: absolute;
}

.services .service-box img {
    height: 400px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.services .service-box .service-content {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-bottom: -20px;
}

.services .service-box .service-content h3 {
    font-size: 80px;
    color: rgba(255, 255, 255, 0.315);
    padding: 10px;
}

.services .service-box .service-content .service-header {
    background-color: #006eff;
    height: 80px;
    width: 100%;
    padding: 10px;
    font-size: 20px;
    font-weight: 500;
    color: white;
    /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 65px;     
  -webkit-line-clamp: 1; 
  -webkit-box-orient: vertical; */
}

.services .service-box .service-content .service-body {
    padding: 20px;
    height: 380px;
    background-color: black;
    color: var(--white);
    overflow: scroll;
    /* overflow: scroll; */
    padding-bottom: 110px;
    overflow: hidden;
}

.text-limit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.services .service-box .service-content .service-body p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* Number of lines displayed before it truncate */
    overflow: hidden;
}

.about .bg-primary {
    background-color: var(--primary);
    padding: 40px 20px;
    color: white;
    text-align: center;
}

.about .about-content {
    background-image: url("../images/about/about-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.about .about-content .content {
    padding: 50px;
    margin-left: 150px;
    margin-top: 80px;
    margin-right: -0px;
    background-color: #cfcfcf;
    text-align: justify;
}

.about .about-content .content a {
    color: var(--primary);
    font-weight: 700;
}

.sub-title h3 {
    font-size: 30px;
}

.sub-title h4 {
    font-size: 20px;
}

.linewe {
    margin-top: 0rem !important;
    margin-bottom: -10px !important;
}

.we-work .we-work-slider {
    top: -70px;
}

.we-work .we-work-slider .work-box {
    padding: 30px 50px;
}

.we-work .we-work-slider .work-box hr {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}

.we-work .we-work-slider .work-box::before {
    content: "";
    position: absolute;
    border: solid 3px var(--primary);
    height: 10px;
    width: 9px;
    top: 74px;
}

.we-work .we-work-slider .work-box.slick-slide.slick-current.slick-active::before {
    content: "";
    background-color: var(--primary);
}

.blogsection {
    background-image: url("../images/banner/blog-banner.jpg");
    padding: 80px 30px;
    background-size: cover;
}

.blogsection h4 {
    font-size: 40px;
}

.blogsection a {
    color: var(--primary);
    font-weight: 600;
}

.clients .client-slider .img {
    opacity: .6;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.clients .client-slider .img:hover {
    opacity: 10;
}

.map {
    position: relative;
}

.contact {
    margin-top: 250px;
    margin-bottom: 100px;
}

.map .contact {
    position: absolute;
    bottom: -60px;
}

.map .contact .contact-box {
    width: 100%;
    background-color: white;
    padding: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
}

form .form-control {
    border: solid 0px;
    border-bottom: solid 1px gray;
    border-radius: 0px;
}

footer {
    background-color: var(--black);
    color: var(--white);
}

footer p {
    margin: 0;
    padding: 0;
}

footer ul {
    margin: 0 !important;
    padding: 0;
}

footer ul li {
    list-style: none;
}

footer form .form-control {
    background-color: transparent;
}

footer hr {
    border-bottom: solid 1px gray;
}

footer .social li {
    float: left;
    padding: 10px;
}

.bottom-band .bottom-box h3 {
    font-size: 120px;
    color: var(--black);
}

.staff .staff-box {
    overflow: hidden;
    position: relative;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.staff .staff-box .footer {
    background-color: var(--primary);
    width: 70%;
    padding: 10px 20px;
    color: white;
    position: absolute;
    right: 15px;
    bottom: 0;
}

.staff .staff-box .social-icons {
    position: absolute;
    top: 0;
    left: 14px;
}

.staff .staff-box .social-icons ul {
    padding: 0;
}

.staff .staff-box .social-icons ul li {
    list-style: none;
}

.staff .staff-box:hover {
    margin-top: -20px;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.testimonials {
    position: relative;
    background-color: #ecebeb;
}

.testimonials #testimonial-slider .slick-dots {
    position: absolute;
    right: 40px;
}

.testimonials #testimonial-slider .slick-dots li {
    border-radius: 50%;
    margin-right: 10px;
    overflow: hidden;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: solid 2px var(--primary);
}

.testimonials #testimonial-slider .slick-dots li button {
    border-radius: 50%;
    border: none;
    height: 12px;
    width: 10px;
}

.projects .project-card {
    position: relative;
}

.projects .project-card img {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.projects .project-card .content {
    margin: 10px;
    padding: 20px;
    margin-right: 20px;
    position: absolute;
    bottom: 0;
    background-color: var(--white);
    width: 94%;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.projects .project-card .content a {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.projects .project-card:hover .content {
    background-color: var(--primary);
    color: white;
}

.projects .project-card:hover .content a {
    color: var(--white);
    -webkit-transition: all 1s;
    transition: all 1s;
}

.projects .project-card:hover .content img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.projects.second .project-card .content {
    margin: 10px;
    padding: 10px;
    margin-right: 20px;
    position: absolute;
    bottom: 0;
    background-color: var(--white);
    width: auto;
    min-width: 100px;
    max-width: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
    right: 0;
}

.projects.second .project-card .content p {
    padding: 0;
    margin: 0%;
    font-weight: 700;
}

.projects.second .project-card:hover .content {
    background-color: var(--primary);
    color: white;
}

.projects .inner .project-second-box {
    -webkit-box-shadow: 0px 3px 15px 2px #0000001a;
    box-shadow: 0px 3px 15px 2px #0000001a;
}

.blog-card .img img {
    height: 200px;
    object-fit: cover;
}

.blog {
    margin-top: 180px;
}

.blog .blog-card {
    padding: 20px;
    -webkit-box-shadow: 0px 3px 15px 2px #0000001a;
    box-shadow: 0px 3px 15px 2px #0000001a;
}

.blog.page .blog-img img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog.page ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog.page ul li {
    /* padding-top: 10px; */
    list-style: none;
}

.blog.page .tags li {
    list-style: none;
    float: left;
    background-color: #e9e9e9;
    padding: 10px;
    margin-right: 5px;
}

.blog.page .tags li a {
    color: black;
}

.blog.page .tags li:nth-child(1) {
    background-color: white;
}

.blog.page .bottom-strip-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog.page .bottom-strip-blog.blue-box {
    width: 100%;
    padding: 20px;
}

.blog.page .bottom-strip-blog ul {
    margin-left: auto;
}

.blog.page .bottom-strip-blog ul li {
    border: solid 2px var(--white);
    float: left;
    margin-right: 5px;
}

.blog.page .bottom-strip-blog ul li a {
    padding: 7px 10px;
}

.blog-widget .blog-search .form-control {
    border: solid .5px gray;
}

.blog-widget .blog-search a {
    color: white;
    height: 50px;
}

.blog-widget .blog-category ul li {
    list-style: none;
    float: left;
    background-color: gray;
    margin-right: 10px;
    padding: 5px 10px;
    border-radius: 4px;
}

.blog-widget .post img {
    border-radius: 2px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
}

.latest-post {
    background-color: #eeeeee;
}

.latest-post .latest-post-slider img {
    height: 200px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.contact .blue-box {
    height: auto;
    padding: 40px 30px;
    height: 100%;
}

.careers .careers-box {
    background-color: var(--black);
    padding: 20px;
    color: white;
}

.careers .careers-box ul {
    margin: 0;
    padding: 0;
}

.careers .careers-box ul li {
    list-style: none;
    color: white;
}

.careers .careers-box p {
    /* height: 80px; */
}

.careers.page .ul-list-blue {
    padding: 0;
}

.careers.page .ul-list-blue li {
    float: left;
    list-style: none;
}

.careers.page .ul-list-blue li i {
    margin: 0px 4px;
    color: var(--primary);
}

.gallery-slider .g-slider img {
    width: 100%;
    height: 200px;
}

.login .img {
    height: 400px;
    position: relative;
    overflow: hidden;
}

.login .img img {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

.login.register .img {
    height: 600px;
}

.login.register .img img {
    height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
}

.box .service-content {
    -webkit-transition: all 1s;
    transition: all 1s;
    bottom: -144%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.box.service-box-hover .service-content {
    -webkit-transition: all 1s;
    transition: all 1s;
    bottom: -69%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.invalid-feedback {
    color: red;
    font-size: 12px;
    display: block;
}

.help-center-page .help-center-body a {
    background: pink;
    display: block;
    border-radius: 10px;
    text-align: center;
    color: black;
    padding-top: 20px;
    padding-bottom: 20px;
}

.help-center .helpcenter-question {
    position: relative;
    z-index: 2;
    border-radius: 10px;
    width: 100%;
    margin-top: 0;
    background: #fff;
    border: 2px solid #ff4300;
    margin-bottom: 40px;
    padding: 50px;
}

.help-center .helpcenter-question .helpcenter-list {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
    list-style: none;
    padding: 10px 20px;
    margin-top: 20px;
}

.help-center .helpcenter-question .helpcenter-list a {
    text-decoration: none;
    display: flex;
    color: black;
}

.search-bar .form-control {
    -webkit-box-shadow: 0px 3px 16px rgb(132 177 255 / 16%);
    box-shadow: 0px 3px 16px rgb(132 177 255 / 16%);
}

.help-center .search-bar button {
    position: absolute;
    width: auto;
    right: 13px;
    top: 0;
    border: solid transparent 5px;
    width: 40px;
    font-size: 12px;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.help-center .form-group {
    position: relative;
}

.help-center .form-group .form-control {
    height: 50px;
    border-radius: 34.5px;
    background: #fff;
    color: #000;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    border: solid 0;
    font-family: Poppins;
    font-weight: 300;
    font-size: 13px;
    text-align: left;
    color: #9b9b9b;
    padding-left: 20px;
    padding-right: 20px;
}

.help-center .form-group button {
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 0;
    color: #9b9b9b;
    background-color: #ffdccf;
    border: solid 0;
    margin: 0;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    transition: .5s all;
}


/* width */

::-webkit-scrollbar {
    width: 5px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #a8a8a8;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255);
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: rgb(141, 141, 141);
}

.service-body {
    position: relative;
}

.service-body p,
.service-body span,
.service-body label,
.service-body h1,
.service-bodyh2,
.service-body h3,
.service-body h4,
.service-body h5,
.service-body h6,
.service-body a,
.service-body font {
    color: white!important;
}

.readme {
    position: absolute;
    left: 0px;
    bottom: 60px;
    width: 100%;
    padding-left: 20px;
    height: 100px;
    background: black;
    padding-top: 40px;
}

.blog-card .img img {
    height: 200px;
    object-fit: cover;
}


/*# sourceMappingURL=style.css.map */