/* extra */
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
li,
a,
option,
button,
label {
    font-family: 'Montserrat';
}

.image100 img {
    width: 100%;
}

.darkblue-bg {
    background: #001e4c;
}

.content-center {
    display: flex;
    align-items: center;
}

.row-center {
    display: flex;
    justify-content: center;
}

.tx-right {
    text-align: right;
}

/* ------------------------- head-content ------------------------- */
.head-content span {
    font-family: Montserrat;
    font-size: 19px;
}

.head-content img {
    margin-right: 8px;
}

.head-content h3 {
    font-family: 'Montserrat';
    font-weight: 700;
    text-transform: capitalize;
    font-size: 40px;
    color: #3f3836;
    margin-top: 5px;
    margin-bottom: 0;
}

.spanbg {
    position: relative;
    top: 28px;
}

/* ------------------------- head-content ------------------------- */
.space {
    padding: 80px 0px;
}

.tp-address ul li a {
    text-decoration: none;
    color: black;
    font-family: 'Montserrat', sans-serif;
    /* text-transform: lowercase; */
    font-weight: 400;
    font-size: 15px;
}

.tp-address ul li {
    display: inline-block;
    /* border-right: 1px solid rgba(0, 0, 0, 0.07); */
    padding: 15px 20px;
}

.social-media ul li {
    display: inline-block;
    padding: 15px 10px;
}

.social-media ul li a {
    color: black;
    font-size: 14px;
}

.social-media {
    float: right;
}

.top-header ul {
    margin-bottom: 0;
}

/* ------------------------- header ------------------------- */
.navbar-brand {
    width: 20%;
    /* background: #f1f1f1; */
    text-align: center;
    padding-top: 27px;
    /* margin-left: -9px; */
    padding-bottom: 13px;
}

.header-list li a {
    color: black !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 600;
    margin-right: 10px;
}

.navbar-expand-lg .navbar-collapse {
    flex-basis: auto;
    margin-bottom: -16px;
    margin-top: -14px;
    justify-content: end;
}

.navbar-brand img {
    width: 70%;
    margin-top: -16px;
}

.phoneno a {
    color: #3f3836 !important;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 21px;
}

.phoneno a i {
    color: #001e4c;
    font-size: 25px;
    margin-top: -1px;
    position: absolute;
}

.phoneno a span {
    margin-left: 30px;
}

.phoneno {
    padding: 28px 25px;
    margin-top: -15px;
}

.phoneno i {
    font-size: 16px !important;
}

.gettouch {
    position: relative;
}

.gettouch h4 a {
    color: #ff4332;
    text-decoration: none;
}

.gettouch:after {
    content: '';
    position: absolute;
    width: 20%;
    height: 2px;
    background: #000000;
    bottom: 0;
    transition: 0.5s;
}

.gettouch:hover:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ff4332;
    bottom: 0;
    transition: 0.5s;
}

.gettouch h4 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
}

.gettouch {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

nav {
    padding: 0px !important;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.nav-link.active {
    color: #ff4332 !important;
}

/* banner */
/* slider */
.slider .col-md-12 {
    padding: 0px 0px;
}

.slider_image img {
    width: 100%;
}

.slider {
    background-position: center;
    background-image: url(../images/nabss_slider.webp);
    height: 600px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-color: #00000057;
    background-blend-mode: multiply;
}

.slider_image .readmore a {
    color: white;
    border-color: white;
}

.slider_image .readmore {
    z-index: 1;
    position: relative;
}

.slider_image {
    font-family: 'Montserrat';
    z-index: 1;
    position: relative;
}

.slider_image p {
    color: white;
    width: 80%;
    font-weight: 500;
    font-size: 18px;
}

.slider_image h1 {
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 20px;
    line-height: 61px;
    text-transform: capitalize;
    color: white;
}

.slider_image span {
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    display: block;
    padding-top: 18px;
    margin-bottom: 10px;
    color: white;
}

.slider_image span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 4px;
    border-radius: 4px;
    background: #ffffff;
}

.slider-shape {
    position: absolute;
    left: 10%;
    bottom: 20%;
    animation: alltuchtopdown 8s infinite linear;
}

@keyframes alltuchtopdown {
    0% {
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        transform: rotateX(0deg) translateY(-50px);
    }

    100% {
        transform: rotateX(0deg) translateY(0px);
    }
}

.slider {
    position: relative;
    overflow: hidden;
}

.slider:before {
    position: absolute;
    background-color: #00000045;
    content: '';
    height: 1000px;
    width: 785px;
    bottom: 0px;
    top: -51%;
    left: -5%;
    transform: rotate(26deg);
}


/* about */
.about-image {
    padding: 0px 30px 0 0px;
}

.about-content p {
    color: rgb(46 40 46);
    line-height: 38px;
    margin: 10px 0px;
    font-size: 19px;
    font-weight: 500;
    font-family: 'Montserrat';
}

/* .readmore a:hover {
    background: #ff664733;
    color: #ff6647;
    transition: 0.5s;
} */

.readmore a {
    text-decoration: none;
    font-size: 20px;
    color: #001e4c;
    padding: 13px 40px;
    font-weight: 500;
    transition: 0.5s;
    position: relative;
    border: 2px solid #001e4c;
}

.readmore a:hover:before {
    width: 100%;
    transition: 0.5s;
}

.readmore a:hover {
    color: white;
    border: 2px solid #3f3836;
    padding-bottom: 11px;
}

.white_head {
    font-family: 'Montserrat';
    font-weight: 700;
    text-transform: capitalize;
    font-size: 45px !important;
    margin-top: 5px;
    color: white;
    margin-bottom: 0;
}

.readmore a:before {
    content: '';
    background: #3f3836;
    position: absolute;
    width: 0%;
    height: 52px;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
}

.readmore {
    margin-top: 35px;
}

/* service */
.servce-bg {
    background-color: #f3f3f3;
    background-blend-mode: multiply;
}

.service-icon img {
    width: 100%;
}

/* .sr-main:before {
    position: absolute;
    content: '';
    top: -50px;
    right: -50px;
    border-top: 100px solid #3f3836;
    border-left: 100px solid transparent;
    -webkit-transition: .5s;
    transition: .5s;
} */
.sr-main:before {
    position: absolute;
    content: '';
    top: -50px;
    right: -50px;
    border-top: 100px solid #ff4332;
    border-left: 100px solid transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;

}

.sr-main:hover h3 {
    color: white;
}

.sr-main:hover p {
    color: white;
}

.sr-main:hover a {
    color: white;
}

.sr-main:hover {
    background-color: #3f3836;
}

.sr-main:hover:before {
    display: block;
    top: 15px;
    right: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.sr-content h3 {
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: 700;
    color: black;
    margin: 25px 0px 0px;
}

.sr-content p {
    color: blackrgb(46 40 46);
    line-height: 30px;
    margin: 10px 0px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat';
}

.sr-content a i {
    color: #ff4332;
    font-size: 24px;
    margin-right: 7px;
}

.sr-content a {
    text-decoration: none;
    font-family: 'Montserrat';
    color: black;
    display: flex;
}

.sr-main {
    position: relative;
    padding: 50px 30px;
    margin-bottom: 30px;
    border: 2px solid #3f3836;
    overflow: hidden;
    background: 0 0;
    -webkit-transition: 0.5s;
    background: white;
    transition: 0.5s;
    box-shadow: 2px 3px 20px 0px rgba(0, 0, 0, 0.1);
}

.sr-main:hover.service-icon {
    background: white;
}

.service-icon {
    width: 80px;
    height: 85px;
    line-height: 57px;
    margin-bottom: 18px;
    background: white;
    text-align: center;
    display: block;
    padding: 4px 3px;
}

.sp-main img {
    width: 100%;
}

.sp-main {
    padding: 0;
    border-radius: 0;
}

.sp-main:after {
    display: none;
}

.service-content {
    font-family: 'Montserrat';
    text-align: left;
    padding: 27px 25px;
    background: #3f3836;
}

.service-content h3 {
    font-size: 19px;
    color: #001e4c;
    font-weight: 700;

}

.service-content p {
    font-size: 17px;
    color: #001e4c;
    font-family: 'Nunito Sans', sans-serif;
    line-height: 22px;
    font-style: italic;
    font-weight: 500;
}

.service-content a:hover {
    color: white;
    transition: 0.5s;
    margin-left: 0px;
}

.service-content a {
    text-decoration: none;
    color: #001e4c;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 0;
    transition: 0.5s;
    position: relative;
    margin-left: 25px;
}

.service-content a i {
    position: absolute;
    left: -22px;
    transition: 0.5s;
    top: 3px;
}

.service-content a:hover i {
    left: 104px;
    top: 4px;
    position: absolute;
    transition: 0.5s;
}

.service-sticky {
    position: sticky;
    top: 200px;
}

.sr-page {
    margin-top: 15%;
}

/* project-image */
.pr-button:before {
    position: absolute;
    content: '';
    background: #3f3836;
    left: 0;
    top: 0;
    width: 8%;
    height: 60px;
}

.pr-button:hover:before {
    position: absolute;
    content: '';
    background: #3f3836;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
}

.projects-carousel .owl-nav {
    width: 12% !important;
}

.projects-carousel .owl-prev {
    background: #3f3836 !important;
    padding: 12px 0 !important;
    height: 45px;
    width: 36%;
    color: #001e4c !important;
    margin-right: 15px;
}

.projects-carousel .owl-next {
    background: #3f3836 !important;
    padding: 12px 0 !important;
    height: 45px;
    width: 36%;
    color: #001e4c !important;
    margin-right: 15px;
}

.pr-head {
    width: 82%;
}

.pr-bf {
    position: relative;
}

.pr-head span {
    /* left: 99px; */
    top: -99px;
}

.pr-head p {
    z-index: 1;
    position: relative;
    color: black;
}

.pr-bf:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0;
    width: 87%;
    height: 80%;
    background: #3f3836;
}

.office-head p {
    font-family: 'Montserrat';
    font-size: 17px;
    color: white;
}

.office-head {
    height: 80%;
    display: flex;
    align-items: center;
    z-index: 1;
    position: relative;
    justify-content: center !important;
    width: 80%;
    margin: auto;
}

.pr-button {
    width: 58%;
    margin-top: 34px;
}

.project-img a img {
    width: 100%;
}

.project-img {
    position: relative;
    margin-bottom: 29px;
}

.project-content {
    width: 70%;
    font-family: 'Montserrat';
    background: #001e4c;
    padding: 13px 18px;
}

.pr-button {
    background: #001e4c;
}

.project-content span {
    color: #3f3836;
}

.project-content h3 {
    font-size: 15px;
    font-weight: 600;
    color: white;
    margin-bottom: 0;
}

.project-content {
    width: 70%;
    font-family: 'Montserrat';
    background: #001e4c;
    padding: 13px 18px;
    position: absolute;
    bottom: -105px;
    left: 0px;
    transition: 0.5s;
    visibility: hidden;
    /* opacity: 0; */
    transition: visibility 0s, opacity 0.5s linear;
}

.project-img:hover .project-content {
    visibility: visible;
    /*opacity: 1; */
    bottom: 50px;
    position: absolute;
    transition: 0.5s;
}

.bg-secondary {
    background-color: #fff9e9 !important;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block !important;
    width: 10%;
    position: relative;
    float: right;
    margin-top: 18px;
}

.projects-carousel .owl-nav {
    width: 12% !important;
}

.projects-carousel .owl-prev {
    background: #3f3836 !important;
    padding: 12px 0 !important;
    height: 45px;
    width: 36%;
    color: white !important;
    margin-right: 15px;
}

.projects-carousel .owl-next {
    background: #3f3836 !important;
    padding: 12px 0 !important;
    height: 45px;
    width: 36%;
    color: white !important;
    margin-right: 15px;
}

.office-head .readmore a:hover {
    color: white;
    border: 2px solid #3f3836;
    padding-bottom: 11px;
}

.office-head .readmore a:hover:before {
    width: 100%;
    transition: 0.5s;
}

.office-head .readmore a:before {
    content: '';
    background: #3f3836 !important;
    position: absolute;
    width: 0%;
    height: 52px;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
}

.office-head .readmore a:before {
    content: '';
    background: #3f3836 !important;
    position: absolute;
    width: 0%;
    height: 52px;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
}




/* upcoming */
.upcoming-bg {
    background-blend-mode: multiply;
    background-color: #000000a3;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.upcoming h3 {
    color: white;
}

.upcoming p {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 200;
}

.upcoming span {
    color: white;
    font-weight: 500;
}

.upcoming-btn {
    background-color: #3f3836;
    width: 13%;
    margin: auto;
    padding: 13px 0;
    padding-top: 12px;
    margin-top: 15px;
}

.upcoming-btn a {
    color: white;
    text-decoration: none;
    font-family: Montserrat;
}

/* ------------------------- footer ------------------------- */
footer,
.copyright {
    background-color: #2e282e;
    padding-bottom: 40px !important;
}

footer .social-media ul {
    margin-left: -25px;
}

footer .social-media ul li a {
    margin-left: -34px;
    color: white;
    padding: 20px;
}

footer .social-media {
    float: inherit;
}

.ft-list ul li a i {
    color: #ff4332 !important;
    margin-right: 6px;
}

.footer-logo p {
    color: white;
    font-family: 'Montserrat';
    font-size: 15px;
}

.ft-list h3 {
    color: white;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.ft-list ul {
    margin-left: -52px;
}

.ft-list ul li {
    list-style: none;
}

.ft-list ul li a {
    color: white;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
}

.ft-list {
    text-align: left;
    width: 85%;
}

.ft-list ul li a:hover {
    color: white;
}

.icon-box img {
    width: 88%;
}

.icon-box {
    width: 18%;
    margin-top: 9px;
    float: left;
    margin-right: 10px;
}

.ft-list span {
    display: block;
    margin-bottom: 0px;
    color: white;
    font-family: 'Montserrat';
    font-size: 17px;
    letter-spacing: 1px;
}

.ft-list ul li a:hover {
    color: #ff4332;
}

/* ------------------------- footer ------------------------- */


/* ------------------------- copyright ------------------------- */

.copyright-content p a {
    color: white;
    font-family: 'Montserrat';
    text-decoration: none;
}

.copyright-content p {
    color: rgb(129, 129, 129);
    font-family: 'Montserrat';
}

.copyright {
    padding-bottom: 20px !important;
    padding-top: 0px;
}

.copyright-content {
    padding-top: 40px;
}

.cpborder {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.pages-link ul li a {
    color: rgb(129, 129, 129);
    text-decoration: none;
    font-family: 'Montserrat';
    border-right: 1px solid rgb(129, 129, 129);
    padding: 1px 17px;
    font-weight: 800;
}

.pages-link ul li {
    display: inline-block;
}

.pages-link {
    float: right;
    margin-top: 34px;
}

.footer-logo img {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0;
}

.social-media ul li a i {
    color: white;
}

.reach-list ul li a i {
    color: #3f3836;
    margin-right: 7px;
}

.ft-list ul li a i {
    color: #3f3836;
}

/* ------------------------- footer ------------------------- */


#close-popup-btn {
    top: 9px;
    right: 11px;
}

.popup-form {
    display: none;
}

.popup {
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 362px;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    max-width: 80%;
    width: 50%;
    padding: 0px 13px;
    z-index: 99;
    padding-bottom: 39px;
    padding-top: 30px;
}


.close-icon {
    right: 7px;
    top: 9px;
}

.popup h2 {
    margin-top: 0;
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 0px;
    line-height: 1;
    text-transform: capitalize;
    color: black;
    text-align: center;
    font-family: 'Montserrat';
}

.input-fields label {
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Montserrat';
}

.popup form input,
.popup form textarea {
    width: 100%;
    margin-bottom: 10px;
}

.popup form input[type="submit"] {
    background-color: #4CAF50;
    border: none;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
}

.popup form input[type="submit"]:hover {
    background-color: #45a049;
}

.popup button {
    background-color: #f44336;
    border: none;
    color: #fff;
    padding: 0px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 27px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
    position: absolute;
}

.popup button:hover {
    background-color: #e53935;
}

/* form */
.input-fields {
    padding: 30px 30px;
    /* background: white; */
    /* box-shadow: 2px 3px 20px 0px rgba(0, 0, 0, 0.1); */
}

.input-fields input {
    height: 50px;
}
.contact-textarea textarea{
    background: white !important;
}
.input-fields input, .input-fields textarea {
    width: 100% !important;
    display: block;
    margin-top: 7px;
    border: 1px solid #d9d9d9;
    background: #a9a9a912;
}

.logo-hide {
    visibility: hidden;
}


/* inner page */
.inner-banner {
    background-image: url(../images/inner-page.jpg);
    padding: 120px 0px;
    background-size: cover;
    background-color: rgb(0 0 0 / 39%);
    background-blend-mode: multiply;
    position: relative;
    background-position: center;
}
.breadcumb_main {
    text-align: center;
}

.breadcrumb__title h3 {
    color: white;
    font-size: 45px;
    font-weight: 600;
    font-family: 'Montserrat';
}

.breadcrumb {
    justify-content: center;
}

.breadcrumb li {
    color: #bebebe;
}

.breadcrumb li a {
    color: white;
    text-decoration: none;
}

/* benefits */
/* .main-benefits {
    padding: 20px 45px 24px 30px;
    background-color: white;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: white;
    box-shadow: 2px 3px 20px 0px rgba(0, 0, 0, 0.1);
} */

.mail-main.main-benefits {
    padding: 20px 45px 24px 30px;
}

.main-benefits {
    position: relative;
}

.number-area span {
    font-size: 60px;
    font-weight: 800;
    letter-spacing: 4px;
    color: #3f3836;
}

.benefit-title h4 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 8px;
    margin-bottom: 10px;
}

.benefits .col-md-4 {
    border-left: 2px solid #d7d7d7;
    border-bottom: 2px solid #d7d7d7;
    background-color: white;
}

.benefits .col-md-6 {
    border: 2px solid #3f3836;
    background-color: white;
}

/* accordion */
.accordion-body ul li {
    list-style: none;
    margin-top: 10px;
}

.accordion-button:not(.collapsed) {
    color: white;
    background-color: #3f3836;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    font-weight: 600;
    font-family: 'Montserrat';
    font-size: 17px;
}

.accordion-flush .accordion-item .accordion-button {
    background-color: #ff4332;
    color: white;
    border-radius: 15px !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/open.png) !important;
    margin-top: -15px;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../images/close.png) !important;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.accordion-flush .accordion-collapse {
    border-width: 0;
    /* background: red; */
    border: 1px solid #eae0d9;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    background: #fff;
    width: 95%;
    margin: auto;
    margin-top: 18px;
    margin-bottom: 18px;
    color: black;
    font-family: 'Montserrat';
    position: relative;
}

.accordion-flush .accordion-collapse:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 20px;
    height: 20px;
    left: 30px;
    top: -9px;
    transform: rotate(-45deg);
    box-shadow: 1px -1px 0px 0px #eae0d9;
    transition: all 500ms ease;
}

.accordion-header {
    margin-bottom: 10px;
}

.faq-image img {
    width: 100%;
}

.accordion-body ul li {
    margin-bottom: 14px;
    text-indent: -18px;
}

.accordion-body ul {
    margin-top: 15px !important;
}

.faq-bg {
    background-image: url(../images/faq-bg.webp);
}

.accordion-item {
    background-color: inherit;
    border: 1px solid rgba(0, 0, 0, .125);
}

/* virtual office */

.virtual-office-main {
    box-shadow: 0 2px 20px #dddeee99;
    transition: 0.5s;
}

.virtual-office-image img {
    width: 100%;
}

.virtual-office-content {
    padding: 20px 20px;
    background: white;
}

.virtual-office-content h4 {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;
}

.virtual-office-content p {
    font-size: 16px;
    margin-bottom: 15px;
    color: rgb(97, 97, 97);
}

.virtual-office-content a {
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    color: #3f3836;
}

.vr-btn .readmore a {
    color: black;
    border-color: black;
}

.vr-btn:hover .readmore a {
    color: white;
    border-color: white;
}


/* mail service */


/* .mail-services .main-benefits {
    padding: 15px 35px;
    margin-bottom: 20px;
    position: relative;
} */
.mail-main .main-benefits {
    padding: 20px 45px 24px 30px;
    background-color: white;
    position: relative;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: white;
    box-shadow: 2px 3px 20px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    z-index: 1;
    height: 234px;
    transition: 0.5s;
}

.main-benefits:before {
    position: absolute;
    content: '';
    left: -1px;
    background-color: #ff4332;
    width: 5px;
    height: 100%;
    transition: 0.5s;
    top: 0px;
}

.mail-main .number-area {
    position: absolute;
    top: -9px;
    right: 0px;
}

.main-benefits:hover:before {
    width: 100%;
    transition: 0.5s;
}

.benefit-title {
    z-index: 11;
    position: relative;
}

.mail-main .main-benefits:hover .benefit-title {
    color: white;
    transition: 0.5s;
}

.mail-main .main-benefits:hover .number-area span {
    color: white;
    transition: 0.5s;
}

.main-setup {
    display: flex;
}

.setup-icon img {
    width: 90px;
    padding: 0px 10px;
}

.setup-no {
    text-align: center;
    margin-top: -10px;
}

.setup-no span {
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 4px;
    color: #3f3836;
}

.setup-content {
    padding: 0px 0px 0px 10px;
}

.setup-content h4 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 8px;
    margin-bottom: 5px;
}

.benefits .main-benefits:before {
    display: none;
}


/* .contact */
.form-button button {
    background-color: #f44336;
    border: none;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
    position: absolute;
}

.contact-button .form-button {
    display: flex;
    justify-content: center;
}

.mn-contact textarea {
    height: 100px;
}

.contact-details {
    background: #2e282e;
    padding: 35px 15px;
    color: white;
    text-align: center;
    border-radius: 8px;

}

.contact-details i {
    color: #f44336;
    margin-right: 7px;
    font-size: 20px;
}

.contact-details p {
    margin-bottom: 0px;
}

.contact-details h6 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
}

/* .contact */


.projects h3 {
    color: white;
}

.projects p {
    color: white;
}

.projects span {
    color: white;
}

.virtual-office-image img {
    overflow: hidden;
    width: 100%;
    box-shadow: 0 0 12px 1px #0000001a;
}

.virtual-office-image:before {
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, .6) 13%, rgba(0, 0, 0, .01) 89%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70%;
    z-index: 1;
}

.virtual-office-image {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
}

.virtual-office-image h4 {
    position: absolute;
    bottom: 6%;
    transition: 0.5s;
    text-align: center;
    left: 0;
    color: white;
    font-size: 20px;
    line-height: 26px;
    font-family: 'Montserrat';
    font-weight: 500;
    z-index: 1;
    width: 100%;
}

.virtual-office-image:hover h4 {
    padding-bottom: 20px;
    transition: 0.5s;
}

.phonecall-image:before {
    position: absolute;
    width: calc(100% - 60px);
    content: "";
    background-color: #eee;
    height: 30px;
    top: -30px;
    left: 0;
    margin: 0 30px;
}

.phonecall-image {
    position: relative;
}

.phonecall-image::after {
    position: absolute;
    width: calc(100% - 60px);
    content: "";
    background-color: #eee;
    height: 30px;
    bottom: -30px;
    left: 0;
    margin: 0 30px;
}

.phonecall-image img {

    position: relative;
}

.phonecall-image img {
    width: 100%;
}

.phne-list {
    display: flex;
}

.phne-list li span {
    color: #4f4e4e;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
}

.phonecall-content h4 {
    font-size: 30px;
    line-height: 39px;
}

.callback a {
    text-decoration: none;
    margin-left: 2%;
    color: #ff4332;
}

.phne-list li {
    margin-bottom: 30px;
    margin-top: 20px;
    font-weight: 500;
    list-style: none;
    position: relative;
    text-indent: -23px;
    margin-right: 35px;
    font-size: 15px;
}

.phne-list li i {
    background: #ff4332;
    padding: 4px;
    border-radius: 50%;
    font-size: 11px;
    height: 20px;
    width: 20px;
    display: revert;
    color: white;
    align-items: center;
    justify-content: center;
}

/* .phne-list ul li:before{
    content: '/f00c';
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: 'Font Awesome 5';
} */
.polygon {
    padding: 20px 40px;
    clip-path: polygon(93% 0, 100% 50%, 93% 100%, 0% 100%, 0 53%, 0% 0%);
    background-color: #fff;
    position: relative;
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
}

.mn-polygon {
    filter: drop-shadow(9px 9px 11px rgba(207, 216, 220, .4));
    height: 180px;
}

.polycontent h6 {
    margin-top: 9px;
    margin-bottom: 4px;
    font-weight: 700;
    font-size: 17px;
}

.polycontent p {
    color: #757575;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}

.left-poly {
    clip-path: polygon(93% 0%, 100% 50%, 92% 100%, 0% 100%, 7% 50%, 0% 0%) !important;
}

.polygon .icon img {
    width: 15%;
    margin-bottom: 6px;
}

.poly-start .col-md-3 {
    padding: 0px;
}

.orange {
    background: #ff4332;
    padding: 30px 0;
}

.orange-text p {
    color: white;
    line-height: 33px;
    margin: 10px 0px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat';
    margin-bottom: 0;
}

.whatvirtualoffice_image img {
    width: 80%;
    margin-bottom: 40px;
    border-radius: 20px;
    /* box-shadow: 0px 2px 17px 0px rgb(0 0 0 / 8%); */
}
.whatvirtualoffice_image {
    text-align: center;
    border-radius: 20px;
}

.admin-whatwedo p {
    text-indent: -10px;
    margin-left: 12px;
    font-size: 16px !important;
    text-align: left !important;
    line-height: 30px !important;
}
.virtualoffice-content p {
    color: rgb(46 40 46);
    line-height: 35px;
    margin: 10px 0px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat';
    position: relative;
    text-align: left;
}
.virtualoffice-content{
    margin-bottom: 20px;
}
.virtualoffice-content p:before {
    position: absolute;
    content: url(../images/caret-right-solid.svg);
    width: 11px;
    left: -25px;
    top: 5px;
}
.benefirts .virtualoffice-content h4 {
    position: relative;
}
.benefirts .virtualoffice-content h4:before {
    position: absolute;
    content: url(../images/caret-right-solid.svg);
    width: 11px;
    left: -25px;
    top:2px;
}
.benefirts .virtualoffice-content p:before {
    display: none;
}
.virtualoffice-content h4 {
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: 700;
    color: black;
    margin: 25px 0px 0px;
}
.accordion-body {
    padding: 1rem 1.25rem;
    color: black;
    line-height: 31px;
    margin: 10px 0px;
    font-size: 19px;
    font-weight: 500;
    font-family: 'Montserrat';
    position: relative;
    text-align: justify;
}


/* packages */
/* .wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(0,0,0,0.7);
} */

.wrapper .card {
    background-color: white;
    padding: 15px 20px;
    margin: 30px 15px;
    border-radius: 10px;
    box-shadow: 10px 10px 10px -1px rgba(10,99,169,0.16), 3px 3px 10px -1px rgba(255,255,255,0.7);
}

/* For Active Card */
.wrapper .card.active{
    background-color: #ff4332;
    transform: scale(1, 1.09);
}

.wrapper .card h3{
    margin-bottom: 15px;
    text-align: center;
    font-weight: 700;
}

/* For Active Card */
.wrapper .card.active{
   color: rgba(255,255,255,1);;
}

.wrapper .card h1{
    margin-bottom: 10px;
    color: rgba(0,0,0,1);
}
/* For Active Card */
.wrapper .card.active h1{
    color: rgba(255,255,255,1);;
 }
 

.wrapper .card h1 span{
    font-size: 12px;
    color: rgba(0,0,0,0.7);
}

/* For Active Card */
.wrapper .card.active h1 span{
    color: rgba(255,255,255,0.9);;
 }
 

.wrapper .card p{
    margin: 20px 0;
    color: rgba(0,0,0,0.6);
    font-size: 14px;
    line-height: 1.5;
}

/* For Active Card */
.wrapper .card.active p{
    color: rgba(255,255,255,1);;
 }
 

 .wrapper .card ul {
    list-style: none;
    margin-left: -27px;
}
.wrapper .card ul li {
    line-height: 50px;
    color: rgba(0, 0, 0, 0.9);
    font-weight: 600;
    font-size: 15px;
}


/* For Active Card */
.wrapper .card.active ul li{
    color: rgba(255,255,255,0.9);;
 }
 

.wrapper .card ul li i{
    color: rgba(0,0,0,0.4);
    margin-right: 10px;
}

/* For Active Card */
.wrapper .card.active ul li i{
    color: rgba(255,255,255,0.4);;
 }
 

.wrapper .card a{
    margin: 20px 0;
    display: block;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ff4332;
    color: #ff4332;
    padding: 15px;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.4s;
}

/* For Active Card */
.wrapper .card.active a{
   background-color: white;
   color: rgba(0,0,0,0.8);
 }
 
.wrapper .card a:hover{
    background-color: #ff4332;
    color: white;
}

/* For Active Card */
.wrapper .card.active a:hover{
   border: 1px solid white;
  }
/* packages */

/* .increase-height {
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
} */
.before_none::before{
    display: none;
}
.company-content h4 {
    margin-top: 40px;
}
.company-content p {
    margin-left: 49px;
}
.before_none {
    margin-left: 0px !important;
}
.orange-text h4 {
    color: white;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}

.admin-carousel .item{
    padding: 0 30px;
}
.admin-carousel .owl-nav .owl-next {
    background: #2e282e !important;
    height: 40px;
    width: 100%;
    color: white !important;
    margin-left: 7px;
}
.admin-carousel .owl-nav {
    float: right;
    width: 13%;
    display: flex;
    z-index: 99;
}
.admin-carousel .owl-nav .owl-prev {
    background: #2e282e !important;
    height: 40px;
    width: 100%;
    color: white !important;
}

.updwn {
    animation: updown-two 2.6s linear 0s infinite alternate;
}
@keyframes updown-two {
    0% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}
.sep-image img {
    animation: updown-two 2.6s linear 0s infinite alternate;
    /* filter: drop-shadow(0px 2px 0px black); */
}
.contact-form form {
    background: #f3f3f3;
    padding: 0 14px;
    height: 540px;
    border-radius: 10px;
}
.contact-form form input{
    background-color: white;
}
.contact-button {
    margin-top: 20px;
}
.contact-details {
    background: #2e282e;
    padding: 35px 15px;
    color: white;
    text-align: center;
    border-radius: 8px;
    height: 160px;
    display: grid;
    justify-content: center;
    align-items: center;
}
.email-content-set ul {
    margin-left: -27px;
}
.email-content-set li a {
    text-indent: -13px !important;
}
.increase-height {
    margin-top: 3px !important;
}
.otherscreen_font p {
    font-size: 17px;
}