/********** Template CSS **********/
/* GLOBAL STYLES */


:root {
    --primary: #FFE468;
    --secondary: #8CC641;
    --light: #F2F2F2;
    --dark: #272630;
}


.btn {
    font-weight: 700;
    transition: .5s;
}

.btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #555555;
    -moz-box-shadow: 0 8px 6px -6px #555555;
    box-shadow: 0 8px 6px -6px #555555;
}

.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 30px;
    padding: 35px 0;
    font-size: 18px;
    color: var(--light);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #dff3ec;
}

@media (min-width: 992px) {
    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: #dff3ec;
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link {
        margin-left: 0;
        padding: 10px 0;
    }
}

.bg-hero {
    background: url(../img/hero2.jpg) right no-repeat;
    margin-bottom: 40px !important;
    background-size: auto;
    min-height: 80vh;
}

.bg-heroOne {
    background: url(../img/hero4.jpg) right no-repeat;
    margin-bottom: 40px !important;
    width: 100%;
    height: 68vh;
}

.bg-heroContact {
    background: url(../img/hero4.jpg) right no-repeat;
    margin-bottom: 40px !important;
    width: 100%;
    height: 68vh;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 1rem !important;
}

#banner-aboutline {
    font-size: 40px;
    margin-top: 25%;
}

@media (max-width: 991.98px) {
    .bg-hero {
        background-size: cover;
    }
}

.about-start,
.about-end {
    /* background: url(../img/about-bg.jpg) center center no-repeat; */
    background-size: contain;
}

@media (min-width: 992px) {
    .about-start {
        position: relative;
        margin-right: -90px;
        z-index: 1;
    }

    .about-end {
        position: relative;
        margin-left: -90px;
        z-index: 1;
    }
}

.service-item,
.contact-item {
    /* background: url(../img/service.jpg) top center no-repeat; */
    background-size: cover;
    transition: .5s;
}

.service-item:hover,
.contact-item:hover {
    /* background: url(../img/service.jpg) bottom center no-repeat; */
    background-size: cover;
}

.service-item .service-icon,
.contact-item .contact-icon {
    margin-top: -50px;
    width: 100px;
    height: 100px;
    color: var(--secondary);
    background: #FFFFFF;
    transform: rotate(-45deg);
}

.service-item .service-icon div,
.contact-item .contact-icon div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transition: .5s;
}

.service-item .service-icon i,
.contact-item .contact-icon i {
    transform: rotate(45deg);
    transition: .5s;
}

.service-item:hover .service-icon div,
.contact-item:hover .contact-icon div {
    background: var(--secondary);
}

.service-item:hover .service-icon i,
.contact-item:hover .contact-icon i {
    color: var(--primary);
}

.service-item a.btn {
    position: relative;
    bottom: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: 0;
    opacity: 1;
}

a#footercname {
    color: white !important;
    font-size: 11px;
}

div#footer-last {
    background-color: #949fa7;
}

p#designName {
    color: white;
}

.bg-quote {
    background: url(../img/quote.jpg) top right no-repeat;
    background-size: contain;
}

@media (max-width: 991.98px) {
    .bg-quote {
        background-size: cover;
    }
}

.team-item {
    position: relative;
    margin-bottom: 45px;
}

.team-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../img/team.jpg) bottom center no-repeat;
    background-size: cover;
    height: 90px;
    padding: 0 30px;
    right: 45px;
    left: 45px;
    bottom: -45px;
    transition: .5s;
    z-index: 1;
}

.team-item:hover .team-text {
    height: 100%;
    bottom: 0;
}

.team-social {
    position: absolute;
    transition: .1s;
    transition-delay: .0s;
    opacity: 0;
}

#bannerHeading {
    font-size: 4vw;
    margin-top: 30px;
    padding-top: 60px;
    color: #00101c;
}


.team-item:hover .team-social {
    transition-delay: .3s;
    opacity: 1;
}

.bg-testimonial {
    background: url(../img/testimonial.jpg) top left no-repeat;
    background-size: contain;
}

@media (max-width: 991.98px) {
    .bg-testimonial {
        background-size: cover;
    }
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--secondary);
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .owl-item img {
    width: 60px;
    height: 60px;
}

.bg-call-to-action {
    background: url(../img/call-to-action.jpg) top right no-repeat;
    background-size: contain;
}

.bg-footer {
    /* background: url(../img/footer.jpg) center center no-repeat; */
    background-size: contain;
}

.col-lg-4.col-md-6.pt-5 {
    border: 1px solid #8ebfae;
}

input.form-control.bg-light.border-0 {
    background-color: #e4e4e4;
}

.container-fluid.bg-primary.d-none.d-lg-block {
    background-color: #e5f4ef !important;
}

.container-fluid.bg-dark.bg-footer.text-light.py-5 {
    background-color: #011b30 !important;
}

h4.text-primary {
    color: rgb(223 243 236) !important;
}

.text-primary {
    color: rgb(223 243 236) !important;
}

.btn-social-link {
    color: #000;
    background-color: rgb(223 243 236) !important;
    border-color: #dff3ec;
}

.btn-signup {
    background-color: rgb(223 243 236) !important;
    color: #000 !important;
}

#header-nav {
    background-color: #011b30 !important;
}

.dreamit-section-main-title span {
    color: #011b30;
}

.dreamit-section-main-title h1 {
    font-size: 56px;
    margin: 0;
}

.dreamit-section-sub-title h5 {
    color: #191919;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 14px;
    position: relative;
    display: inline-block;
    font-family: 'Poppins', sans-serif !important;
}

.dreamit-section-sub-title h5:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 55px;
    top: 15px;
    right: -61px;
    background: #949fa7;
}

.feature-section.style-two .feature-icon i {
    height: 87px;
    width: 87px;
    line-height: 87px;
    background: #4d9c81;
    color: #fff;
    font-size: 45px;
    position: relative;
    border-radius: 100%;
}

.feature-icon i {
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
    background: #F4F7FC;
    display: inline-block;
    color: #4d9c81;
    font-size: 50px;
    transition: .5s;
    position: relative;
}

.feature-content h2 {
    font-size: 22px;
    margin: 0 0 26px;
    position: relative;
    display: inline-block;
}

.feature-content h2:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 45px;
    top: 41px;
    left: 0;
    background: #2a5a49;
}

.feature-content p {
    transition: .5s;
}

.feature-section.style-two .single-feature-box {
    /* background: #FFF8FD; */
    box-shadow: none;
    padding: 36px 29px 15px 63px;
    transition: .5s;
    position: relative;
    margin-left: 20px;
}

.feature-section.style-two .single-feature-box:before {
    position: absolute;
    content: "";
    background: #F5F8FF;
}

.single-feature-box:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    right: 0;
    top: 0;
    transition: .5s;
    background: #ebcc45;
    z-index: -1;
}

.feature-section.style-two .feature-icon {
    margin-right: 0;
    margin-top: 3px;
    z-index: 1;
    position: absolute;
    left: -43px;
}

.feature-icon {
    margin-right: 24px;
    margin-top: 3px;
    z-index: 1;
    position: relative;
}

.feature-section.style-two .feature-icon i {
    height: 87px;
    width: 87px;
    line-height: 87px;
    background: rgb(223, 243, 236);
    color: #fff;
    font-size: 45px;
    position: relative;
    border-radius: 100%;
    box-shadow: -10px -5px 40px 0 rgb(0 0 0 / 10%);
}

.feature-icon i {
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
    background: #F4F7FC;
    display: inline-block;
    color: #4d9c81;
    font-size: 50px;
    transition: .5s;
    position: relative;
}

.feature-content h2 {
    font-size: 22px;
    margin: 0 0 26px;
    position: relative;
    display: inline-block;
}

.feature-content h2:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 45px;
    top: 41px;
    left: 0;
    background: #949fa7;
}

.feature-content h2 {
    font-family: sans-serif !important;
}

.feature-content p {
    transition: .5s;
}

.feature-section.style-two .feature-btn a {
    background: #FFC107 !important;
    padding: 16px 38px;
    box-shadow: 10px 0 30px rgb(0 0 0 / 25%);
    border-radius: 30px;
}

.feature-btn a {
    margin-top: 10%;
    background: #2a5a49;
    color: #000;
    display: inline-block;
    padding: 15px 33px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0 30px 0 30px;
    transition: .5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 10px 0 31px rgb(255 0 18 / 25%);
}

.feature-btn a i {
    margin-left: 7px;
}

.feature-section.style-two .feature-btn a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 61px;
    left: 0;
    top: 0;
    transition: .5s;
    background: #4d9c81;
    z-index: -1;
    border-radius: 30px;
}

.feature-btn a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    right: 0;
    top: 0;
    transition: .5s;
    background: #ebcc45;
    z-index: -1;
    border-radius: 0 30px 0 30px;
}

.feature-section.style-two .feature-btn a:hover:after {
    width: 100%;
}

.wow.fadeInLeft {
    cursor: pointer;
}

.container-fluid.bg-primary.py-5.bg-hero {
    margin-bottom: 40px !important;
}

.container-fluid.bg-primary.bg-quote.py-5 {
    background-color: #e5f4ef !important;
}

.container-fluid.bg-primary.bg-testimonial.py-5 {
    background-color: #e5f4ef !important;
}

.container-fluid.bg-primary.text-dark.py-4 {
    background-color: #949fa7 !important;
}

/* a.btn.btn-warning.rounded-pill.py-md-3.px-md-5.mx-2 {
    background-color: rgb(255, 228, 104) !important;
    border: rgb(255, 228, 104) !important;
} */
button.btn.btn-primary.w-100.py-3 {
    background: #FFC107 !important;
}

.owl-prev {
    background: #ffc107 !important;
}

.owl-next {
    background: #ffc107 !important;
}

/* mission and vision */
.default-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
    position: relative;
    z-index: 1;
}

* {
    padding: 0;
    margin: 0;
}

.target-area .item-grid img:first-child {
    margin-top: 0;
}

.target-area .item-grid img {
    margin-top: 30px;
    border-radius: 10px;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

.target-area .item-grid img {
    margin-top: 30px;
    border-radius: 10px;
}

.target-area .item-grid img:first-child {
    margin-top: 0;
}

.target-area .item-grid img {
    margin-top: 30px;
    border-radius: 10px;
}

.target-area .thumb .content {
    margin-top: 30px;
}

.target-area .thumb .content h4 {
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 15px;
}

.container-fluid.bg-primary.py-5.bg-hero {
    /* background-color: #cffeee !important; */
}

.hibiscus .target-area .thumb .content a {
    color: #bf3654 !important;
}

.target-area .thumb .content a {
    text-transform: capitalize;
    font-weight: 700;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding-left: 30px;
    color: #3bcf93;
}

.target-area .tab-items {
    padding-left: 35px;
}

.target-area .tab-items .nav-tabs {
    height: 42px;
    border: none;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px;
}

.target-area .tab-items .nav-tabs li {
    display: inline-block;
    margin-bottom: 20px;
}

.hibiscus .target-area .tab-items .nav-tabs li a.active {
    color: #bf3654;
    border-color: #bf3654;
}

.target-area .tab-items .nav-tabs li a.active {
    color: #3bcf93;
    border-color: #3bcf93;
}

.target-area .tab-items .nav-tabs li a {
    padding: 0;
    font-weight: 700;
    background: transparent;
    border: none;
    border-radius: inherit;
    margin-right: 30px;
    position: relative;
    text-transform: uppercase;
}

.target-area .tab-items .nav-tabs li {
    display: inline-block;
    margin-bottom: 20px;
}

.align-center {
    align-items: center;
}

.info {
    position: relative;
    z-index: 1;
}

.target-area .tab-items .info h2 {
    font-weight: 700;
    margin-bottom: 25px;
    color: #232323;
    font-weight: normal;
    line-height: 1.2;
    font-family: 'Nunito', sans-serif;
    letter-spacing: 0;
    margin: 0;
}

p {
    color: #666666;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
}

.target-area .tab-items .info a {
    margin-top: 25px;
}

.hibiscus .btn-theme.border {
    background-color: transparent;
    color: #232323 !important;
    border: 2px solid #bf3654 !important;
}

.info {
    position: relative;
    z-index: 1;
}

.target-area .tab-items .info h2 {
    font-weight: 700;
    margin-bottom: 25px;
}

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

.no_bullet li {
    list-style-type: "✔";
    padding-inline: 10px;
    /* background: url('../img/double-right.png') no-repeat left top; */
}

p {
    color: #666666;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
    text-align: inherit;
}


/* typewritter */

#typeWelcome {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100vh; */
    font-size: clamp(2rem, 2.8vw, 5rem);
    font-family: Raleway;
    font-weight: bold;

}

.typewriter {
    width: 41.5ch;
    /* background-color: #0c2019; */
    white-space: nowrap;
    overflow: hidden;
    border-right: 4px solid #212121;
    animation: cursor 1s step-start infinite,
        text 5s steps(30) alternate infinite;
    margin-bottom: 50px;
}

@keyframes cursor {

    0%,
    100% {
        border-color: #212121;
    }
}

@keyframes text {
    0% {
        width: 0;
    }

    100% {
        width: 21.5ch;
    }
}


@media (max-width: 991.98px) {

    .bg-call-to-action,
    .bg-footer {
        background-size: cover;
    }
}

/* contact page */

.section-bg {
    background-color: #ffffff;
}

section {
    padding: 60px 0;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}



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

.mt-5 {
    margin-top: 3rem !important;
}

.justify-content-center {
    justify-content: center !important;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.contact .info-wrap {
    padding: 30px;
    background: #fff;
    border-radius: 4px;
}

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

.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

/* .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #3a7e66;
    bottom: 0;
    left: calc(50% - 20px);
} */

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

.contact .info p {
    padding: 0 0 0 80px;
    margin-bottom: 0;
    font-size: 14px;
    color: #65747f;
}

.contact .php-email-form {
    width: 100%;
    padding: 30px;
    background: #fff;
    border-radius: 4px;
}

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

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

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

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

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

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

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

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

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

.what-we-do .icon-box {
    text-align: center;
    padding: 30px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
}

.what-we-do .icon-box .icon {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background: rgb(223, 243, 236);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: ease-in-out 0.3s;
}

.what-we-do .icon-box .icon i {
    color: #011b30;
    font-size: 28px;
}

.what-we-do .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
}

.what-we-do .icon-box h4 a {
    color: #384046;
    transition: ease-in-out 0.3s;
}

a {
    color: #949fa7;
    text-decoration: none;
}

a:hover {
    color: rgb(0 170 199);
}

/* a.collapse.collapsed:hover {
    color: ffc107;
    color: #ffc107 !important;
} */

.what-we-do .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.what-we-do .icon-box:hover {
    border-color: #fff;
    box-shadow: 0px 0 25px 0 rgb(0 0 0 / 16%);
}

.counts .count-box {
    box-shadow: -10px -5px 40px 0 rgb(0 0 0 / 10%);
    padding: 30px;
    width: 100%;
}

.counts .count-box i {
    display: block;
    font-size: 30px;
    color: #ed502e;
    float: left;
}

.counts .count-box span {
    font-size: 42px;
    line-height: 24px;
    display: block;
    font-weight: 700;
    color: #0b2341;
    margin-left: 50px;
}

.counts .count-box p {
    padding: 30px 0 0 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
}

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

.count-box {
    background-color: rgb(223, 243, 236);
}

#missionPara {
    text-align: justify;
}

/* service */
#FAQpara {
    text-align: justify;
}

/* services */
.section-bg {
    background-color: #fff !important;
}

section {
    padding: 60px 0;
    overflow: hidden;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #002b4e;
}

.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #011a2e6b !important;
    bottom: 0;
    left: calc(50% - 20px);
}

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

.services .icon-box {
    box-shadow: 0px 0 25px 0 rgb(0 0 0 / 10%);
    padding: 50px 30px;
    transition: all ease-in-out 0.4s;
    background: #fff;
}

.services .icon-box .icon {
    margin-bottom: 10px;
}

.services .icon-box .icon i {
    color: #767d83;
    font-size: 36px;
    transition: 0.3s;
}

.services .icon-box h4 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 24px;
}

.services .icon-box h4 a {
    color: #011b30;
    transition: ease-in-out 0.3s;
}

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

.services .icon-box:hover {
    transform: translateY(-10px);
}

div#service-rowTwo {
    margin-top: 25px;
}

.faq .faq-list {
    padding: 0 100px;
}

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

.faq .faq-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative;
}

.faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    /* color: #ffce3a; */
}

.faq .faq-list a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 30px;
    outline: none;
    cursor: pointer;
}

.faq .faq-list .icon-show {
    display: none;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.faq .faq-list a.collapsed {
    color: #002b4e;
    transition: 0.3s;
}

p.mb-4 {
    color: white !important;
}

p.mb-2 {
    color: white !important;
}

p.mb-0 {
    color: white !important;
}

p#banner-text {
    color: #00101c !important;
    margin-top: 50px;
    font-size: 20px;
}

li {
    text-align: initial;
}

.btn-arrowup {
    background-color: rgb(223 243 236) !important;
    color: #000;
}

/* CompanyName Font-Size */
#companyName {
    font-size: 2.4vw;
    color: #fff !important;
}

/* Logo Size */
#imgLogo {
    width: 6.2%;
    /* height: 30%; */
}

#phoneIcon {
    color: #dff3ec !important;
}

#navberTop {
    background-color: #011a2e6b !important;
}

#navIcon {
    color: #011b30 !important;
}

#navText {
    color: #fff !important;
}

#buttonOneSupport {
    background-color: #dff3ec;
    color: #011b30;
}

#buttonTwoReadMore {
    background-color: #dff3ec;
    color: #011b30;
    border: none;
    width: 25%;
}

hr.w-25.text-secondary.mb-4 {
    color: #949fa7 !important;
}

#buttonContact {
    background-color: #011b30;
    color: #fff;
    margin-top: 20px;
    width: 18%;
    font-size: 13px;
    /* height: 7%; */
}

.px-md-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.support-services-card {
    background-color: #dff3ec;
    padding: 25px;
    text-align: center;
    border-radius: 10px;
    margin-top: 35px;
    cursor: pointer;
    transform: scale(1);
    transition: all 0.5s;
    min-height: 92%;
}

.support-services-card figure {
    margin: 0;
    padding-top: 10px;
}

.support-services-card h3 {
    font-size: 40px;
    line-height: 50px;
    color: #00b3e6;
    font-weight: 700;
    padding: 20px 0;
}

.job-support-sub p {
    font-size: 15px;
    line-height: 28px;
    color: #666666;
    text-align: center;
    padding-bottom: 20px;
}

#divAbout {
    background-color: #dff3ec !important;
}

#divAboutEnd {
    background-color: #dff3ec !important;
}

#buttonAboutUs {
    background-color: #011b30;
    border: none;
    width: 25%;
}

#buttonQuote {
    background-color: #011b30;
    border: none;
    width: 25%;
}

#divSendMsg {
    background-color: #dff3ec;
    border: #dff3ec;
    color: black;
}

.check-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    width: 25px;
    color: #fff;
    background: #89CFF0;
    border-radius: 50%;
    margin-right: 10px;
}

li.res {
    margin: 10px;
    text-align: -webkit-center;
}

.my-work svg {
    height: 15px;
    width: 15px
}

#header-nav {
    z-index: 10000;
    position: fixed;
    /* top: 0px;*/
    width: 100%;
}

#CallNowNumber {
    color: white;
}

#contactCallNumber {
    color: #65747f;
}

#btnMailSend {
    color: white;
}

#contactMailSend {
    color: #65747f;
}

#companyName {
    color: #fff;
    margin-left: 10px;
}



/* mediaQuery */
/* Mobile devices */
@media (min-width: 320px) and (max-width: 480px) {
    #header-nav {
        z-index: 10000;
        position: fixed;
        top: 0px;
        width: 100%;
    }

    #imgLogo {
        width: 17%;
    }

    #companyName {
        font-size: 4.4vw;
    }

    #bannerHeading {
        display: none;
    }

    #banner-text {
        display: none;
    }

    #buttonContact {
        display: none;
    }

    /* footer */
    p.mb-4 {
        color: white !important;
        font-size: 2.9vw;
        text-align: justify;
    }

    p.mb-2 {
        color: white !important;
        font-size: 2.9vw;
        text-align: initial;
    }

    #CallNowNumber {
        color: white;
        font-size: 2.9vw;
    }

    #footerService {
        padding-top: 4%;
    }

    div#divQuickLinks {
        padding-top: 4%;
    }

    div#divNewsletter {
        padding-top: 4%;
    }

    #footerdivService {
        font-size: 2.9vw;
    }

    #footerNav {
        font-size: 2.9vw;
    }

    /* service */
    #FAQpara {
        font-size: 3vw !important;
        text-align: justify;
    }

    /* FQA List */

    .faq .faq-list {
        padding: 0 13px;
        width: 100%;
    }

    .faq .faq-list a {
        display: block;
        position: relative;
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
        padding: 0 30px;
        outline: none;
        cursor: pointer;
    }

    .typewriter {
        width: 100%;
        /* background-color: #0c2019; */
        white-space: nowrap;
        overflow: hidden;
        border-right: 4px solid #212121;
        animation: cursor 1s step-start infinite, text 5s steps(30) alternate infinite;
        margin-bottom: 35px;
        font-size: 6vw;
    }

    .faq .faq-list p {
        margin-bottom: 0;
        padding: 10px 0 0 31px;
        font-size: 2.8vw;
        width: 85%;
        text-align: justify;
    }


    /* Top Technologies */
    .dreamit-section-sub-title h5 {
        color: #191919;
        font-size: 15px;
        font-weight: 400;
        margin: 0 0 12px;
        position: relative;
        display: inline-block;
        font-family: 'Poppins', sans-serif !important;
        text-align: center !important;
        width: 100%;
    }

    .dreamit-section-sub-title h5:before {
        position: absolute;
        content: "";
        height: 2px;
        width: 55px;
        top: 15px;
        right: -61px;
        background: #949fa7;
        display: none;
        text-align: center;
    }

    h1#divTopTechno {
        font-size: 7.5vw !important;
        text-align: center;
    }

    .feature-section.style-two .single-feature-box {
        /* background: #FFF8FD; */
        box-shadow: none;
        padding: 21px 2px 4px 62px;
        transition: .5s;
        position: relative;
        margin-left: 66px;
    }

    .feature-content h2 {
        font-family: sans-serif !important;
        font-size: 4.3vw;
    }

    .feature-content p {
        transition: .5s;
        font-size: 3.1vw;
        text-align: initial;
    }

    #buttonOneSupport {
        background-color: #dff3ec;
        color: #011b30;
        width: 100%;
        /* margin: auto; */
    }

    /* mission image */

    .default-padding {
        padding-top: 63px;
        padding-bottom: 120px;
    }

    #missionImageDiv {
        width: 94%;
        /* background-color: red; */
        margin: auto;
    }

    img#missionImageOne {
        width: 100%;
    }

    img#missionImageTwo {
        width: 100%;
    }

    img#missionImageThree {
        width: 100%;
        margin-top: 7%;
    }

    .target-area .thumb .content h4 {
        text-align: center;
    }

    /* mission */
    .target-area .tab-items .info h2 {
        font-weight: 700;
        margin-bottom: 22px;
        text-align: center;
    }

    .target-area .tab-items {
        padding-left: 11px;
    }

    .default-padding {
        padding-top: 55px;
        padding-bottom: 19px;
    }

    #buttonTwoReadMore {
        background-color: #dff3ec;
        color: #011b30;
        border: none;
        width: 97% !important;
    }

    .mx-2 {
        margin-right: 0.5rem !important;
        margin-left: 18.rem !important;
    }

    .what-we-do .icon-box {
        text-align: center;
        padding: 20px 20px;
        transition: all ease-in-out 0.3s;
        background: #fff;
    }

    div#footerId {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .border-4 {
        border-width: 0px !important;
    }

    /* banner image */
    div#bannerImage {
        padding-top: 1.5rem !important;
        padding-bottom: 3rem !important;
        margin-top: 4rem;
    }

    p#missionPara {
        font-size: 2.9vw;
    }

    p.moretext {
        font-size: 2.9vw;
        text-align: justify;
    }

    .no_bullet li {
        list-style-type: "✔";
        padding-inline: 10px;
        /* background: url(../img/double-right.png) no-repeat left top; */
        font-size: 3vw;
    }

    p#aboutPara {
        text-align: justify;
        font-size: 2.9vw;
    }

    #choosePara {
        padding: 0;
    }

    #choosePara li {
        font-size: 2.9vw;
        text-align: justify !important;
    }

    #buttonAboutUs {
        background-color: #011b30;
        border: none;
        width: 100%;
    }

    #buttonQuote {
        background-color: #011b30;
        border: none;
        width: 100%;
    }

    #pages {
        padding-top: 0rem !important;
        padding-bottom: 3rem !important;
    }

    #servicePara {
        text-align: justify;
        font-size: 3vw;
    }

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

    .display-1.text-dark {
        display: none;
    }

    a.nav-item.nav-link {
        font-size: 3vw !important;
    }

    h1.display-5.mb-4 {
        text-align: center;
    }

    #divSendMsg {
        background-color: #dff3ec;
        border: #dff3ec;
        color: black;
        width: 98%;
    }

    .container.py-5 {
        padding-top: 1rem !important;
        padding-bottom: 3rem !important;
    }

    div#services-row {
        padding-top: 13%;
    }

    .container-fluid.bg-primary.py-5.bg-hero {
        margin-top: 17% !important;
        margin-bottom: 0px !important;
    }

    p#contactPara {
        font-size: 3vw;
    }
}

/* iPads, Tablets */
@media (min-width: 481px) and (max-width: 768px) {
    #header-nav {
        z-index: 10000;
        position: fixed;
        top: 0px;
        width: 100%;
    }

    #imgLogo {
        width: 12%;
    }

    #companyName {
        font-size: 3.7vw;
    }

    div#bannerImage {
        padding-top: 16rem !important;
        padding-bottom: 4rem !important;
    }

    h1.display-1.text-dark {
        display: none;
    }

    .container.py-5 {
        /* padding-top: 7rem !important; */
        padding-bottom: 3rem !important;
    }

    #bannerHeading {
        display: none;
    }

    #banner-text {
        display: none;
    }

    #buttonContact {
        display: none;
    }

    #missionPara {
        text-align: justify;
        font-size: 2.2vw;
        width: 97%;
    }

    #buttonTwoReadMore {
        background-color: #dff3ec;
        color: #011b30;
        border: none;
        width: 94%;
    }

    ul.no_bullet {
        list-style-type: none;
        padding: 0;
        margin: 0;
        font-size: 2.1vw;
    }

    /* footer */
    p.mb-4 {
        color: white !important;
        font-size: 2.2vw;
        text-align: justify;
    }

    p.mb-2 {
        color: white !important;
        font-size: 2.2vw;
        text-align: initial;
    }

    #CallNowNumber {
        color: white;
        font-size: 2.2vw;
    }

    #footerService {
        padding-top: 4%;
    }

    div#divQuickLinks {
        padding-top: 4%;
    }

    #divNewsletter {
        padding-top: 4%;
    }

    #footerdivService {
        font-size: 2.2vw;
    }

    #footerNav {
        font-size: 2.2vw;
    }

    #footerId {
        padding-top: 2rem !important;
    }

    /* service */
    #FAQpara {
        font-size: 2.5vw !important;
        text-align: justify;
    }

    /* FQA List */
    #FAQpara {
        font-size: 2.2vw !important;
    }

    .faq .faq-list {
        padding: 0 43px;
        padding-right: 7%;
        width: 100%;
    }

    .faq .faq-list a {
        display: block;
        position: relative;
        font-family: "Poppins", sans-serif;
        font-size: 15px;
        line-height: 24px;
        font-weight: 500;
        padding: 0 30px;
        outline: none;
        cursor: pointer;
    }

    .typewriter {
        width: 41.5ch;
        /* background-color: #0c2019; */
        white-space: nowrap;
        overflow: hidden;
        border-right: 4px solid #212121;
        animation: cursor 1s step-start infinite, text 5s steps(30) alternate infinite;
        margin-bottom: 32px;
    }

    /* Top Technologies */

    h1#divTopTechno {
        font-size: 6vw !important;
    }

    .feature-section.style-two .single-feature-box {
        /* background: #FFF8FD; */
        box-shadow: none;
        padding: 36px 29px 15px 63px;
        transition: .5s;
        position: relative;
        margin-left: 60px;
    }

    .dreamit-section-sub-title h5 {
        color: #191919;
        font-size: 15px;
        font-weight: 400;
        margin: 0 0 12px;
        position: relative;
        display: inline-block;
        font-family: 'Poppins', sans-serif !important;
        text-align: center !important;
        width: 100%;
    }

    .dreamit-section-sub-title h5:before {
        display: none;
    }

    h1#divTopTechno {
        font-size: 7.3vw !important;
        text-align: center;
    }

    #buttonOneSupport {
        background-color: #dff3ec;
        color: #011b30;
        width: 100%;
        /* margin: auto; */
    }

    /* mission image */

    .default-padding {
        padding-top: 63px;
        padding-bottom: 30px;
    }

    #missionImageDiv {
        width: 94%;
        /* background-color: red; */
        margin: auto;
    }

    img#missionImageOne {
        width: 100%;
    }

    img#missionImageTwo {
        width: 100%;
    }

    img#missionImageThree {
        width: 100%;
        margin-top: 7%;
    }

    .target-area .thumb .content h4 {
        text-align: center;
    }

    .target-area .tab-items .info h2 {
        font-weight: 700;
        margin-bottom: 25px;
        margin-top: 4%;
    }

    .border-4 {
        border-width: 0px !important;
    }

    .faq .faq-list {
        padding: 0px 0px;
        /* padding-right: 0%; */
        /* width: 100%; */
    }

    .faq .faq-list a {
        display: block;
        position: relative;
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
        padding: 0 30px;
        outline: none;
        cursor: pointer;
    }

    .faq .faq-list p {
        margin-bottom: 0;
        padding: 10px 0 0 31px;
        font-size: 2.1vw;
        width: 85%;
        text-align: justify;
    }

    /* serivice */
    p#servicePara {
        text-align: justify;
        font-size: 2.2vw;
    }

    p#aboutPara {
        text-align: justify;
        font-size: 2.2vw;
    }

    #buttonAboutUs {
        background-color: #011b30;
        border: none;
        width: 100%;
    }

    #buttonQuote {
        background-color: #011b30;
        border: none;
        width: 100%;
    }

    .section-title {
        text-align: center;
        padding-bottom: 1px;
    }

    a.nav-item.nav-link {
        font-size: 2.5vw !important;
    }

    .moretext {
        text-align: justify;
        font-size: 2.2vw;
        width: 97%;
    }

    .mb-4 {
        margin-bottom: 1.5rem !important;
        text-align: center;
    }

    div#services-row {
        padding-top: 10%;
    }

    #contactPara {
        font-size: 2.5vw;
    }

    #divSendMsg {
        background-color: #dff3ec;
        border: #dff3ec;
        color: black;
        width: 97%;
    }

    .container-fluid.bg-primary.py-5.bg-hero {
        margin-bottom: 0px !important;
        margin-top: 12%;
    }

    .container.py-5 {
        padding-top: 2rem !important;
    }
}

/* Small screens, laptops */
@media (min-width: 769px) and (max-width: 1024px) {
    #header-nav {
        z-index: 10000;
        position: fixed;
        top: 0px;
        width: 100%;
    }

    #imgLogo {
        width: 8%;
    }

    #companyName {
        font-size: 2.7vw;
    }

    #bannerHeading {
        font-size: 5vw;

    }

    #banner-text {
        font-size: 1.4vw !important;
    }

    .navbar-dark .navbar-nav .nav-link {
        position: relative;
        margin-left: 24px;
        padding: 35px 0;
        font-size: 16px;
        color: var(--light);
        outline: none;
        transition: .5s;
    }

    /* footer */
    p.mb-4 {
        color: white !important;
        font-size: 1.4vw;
        text-align: justify;
    }

    p.mb-2 {
        color: white !important;
        font-size: 1.4vw;
        text-align: initial;
    }

    #CallNowNumber {
        color: white;
        font-size: 1.4vw;
    }

    #footerService {
        padding-left: 4%;
    }

    #footerdivService {
        font-size: 1.4vw;
    }

    #footerNav {
        font-size: 1.4vw;
    }

    /* service */
    #FAQpara {
        text-align: justify;
    }

    /* Top Technologies */
    h1#divTopTechno {
        font-size: 5vw !important;
    }

    .border-4 {
        border-width: 0px !important;
    }

}

/* Desktops, large screens */
@media (min-width: 1025px) and (max-width: 1200px) {
    #imgLogo {
        width: 6.9%;

    }

    #companyName {
        font-size: 3vw;
    }

    #bannerHeading {
        font-size: 6vw;

    }

    #banner-text {
        font-size: 1.5vw !important;
    }

    /* footer */
    p.mb-4 {
        color: white !important;
        /* font-size: 1.4vw; */
        text-align: justify;
    }

    p.mb-2 {
        color: white !important;
        /* font-size: 1.4vw; */
        text-align: initial;
    }

    #CallNowNumber {
        color: white;
        font-size: 1.4vw;
    }

    #footerService {
        padding-left: 4%;
    }

    #footerdivService {
        font-size: 1.4vw;
    }

    #footerNav {
        font-size: 1.4vw;
    }

    /* Top Technologies */
    .dreamit-section-main-title h1 {
        font-size: 54px;
        margin: 0;
    }

    /* happy client */
    p {
        color: #666666;
        margin: 0 0 15px;
        text-transform: none;
        font-weight: 400;
        text-align: inherit;
        font-size: 1.3vw;
    }

    /* what we do */
    ul.no_bullet {
        list-style-type: none;
        padding: 0;
        margin: 0;
        font-size: 1.3vw;
    }

    /* service */
    #FAQpara {
        text-align: justify;
    }

    /* Top Technologies */
    h1#divTopTechno {
        font-size: 4vw;
    }

}

/* Extra large screens */
@media (max-width: 1450px) {



    #bannerHeading {
        font-size: 5.2vw;
        margin-top: 7px;
    }

    #banner-text {
        font-size: 1.6vw !important;
    }

    /* service */
    #FAQpara {
        text-align: justify;
    }

    /* Top Technologies */
    h1#divTopTechno {
        font-size: 4.2vw;
    }
}