@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    --blue: #2e94cc;
    --yellow: #f6941a;
}

html {
    margin-top: 0 !important;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #6f6f6f;
    font-size: 100%;
}

.inner-content {
    max-width: 1320px;
    margin: 0 auto;
}

.main-header {
    padding: 15px 0;
    position: absolute;
    z-index: 99999;
    top: 0;
    width: 100%;
}

#myVideo {
    width: 100%;
}

.patch-1 {
    padding-right: 40px;
}

.patch-1>ul>li {
    position: relative;
    margin-right: 10px;
}

a {
    color: var(--blue);
    text-decoration: none;
}

::placeholder {
    color: #fff;
}

.banner-he {
    width: 100%;
}

.banner-post {
    color: #fff;
    width: 100%;
    padding: 150px 200px;
}

.banner-post h1 {
    color: #fff;
    padding-bottom: 20px;
}

.patch-1 ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.25em;
}

.patch-1 ul li a:hover {
    text-decoration: underline;
}

.d-md-none {
    display: none!important;
}

.mobile-bar div {
    margin: 4px;
    height: 4px;
    width: 30px;
}

.mob-menu {
    position: fixed;
    width: 300px;
    height: 100%;
    /*right: 0;*/
    top: 0;
    background-color: #f9f9f9;
    left: 0;
    transition: all 0.9s;
    z-index: 999;
    display: none;
}

@media only screen and (max-width: 600px) {
    .about-overlay {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images/closeup-black-woman-smiling-cheerful-workplace.png);
    }
    .team-overlay {
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images/young-serious-businessman-looking-camera-meeting-headshot-portrait.png);
    }
    .services-overlay {
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images/businessman-with-blond-hair-streets-outdoors_251136-34868.png);
    }
    .library-overlay {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images/handsome-gay-official-suit-looking-camera-front-view-bearded-caucasian-man-smiling-camera-getting-dressed-wedding-ceremony-with-lover-lgbt-love-marriage-concept.png);
    }
    .clients-overlay {
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images/co-workers-discussing-last-financial-analysis.png);
    }
    .mob-menu {
        width: 100%;
        height: 100%;
        /*right: 0;*/
        top: 0;
        background-color: #f9f9f9;
        transition: all 0.9s;
        z-index: 999;
        display: none;
    }
}


/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
    .about-overlay {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images/closeup-black-woman-smiling-cheerful-workplace.png);
    }
    .team-overlay {
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images/young-serious-businessman-looking-camera-meeting-headshot-portrait.png);
    }
    .services-overlay {
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images/businessman-with-blond-hair-streets-outdoors_251136-34868.png);
    }
    .library-overlay {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images/handsome-gay-official-suit-looking-camera-front-view-bearded-caucasian-man-smiling-camera-getting-dressed-wedding-ceremony-with-lover-lgbt-love-marriage-concept.png);
    }
    .clients-overlay {
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images/co-workers-discussing-last-financial-analysis.png);
    }
    .mob-menu {
        width: 100%;
        height: 100%;
        /*right: 0;*/
        top: 0;
        background-color: #f9f9f9;
        right: -100%;
        transition: all 0.9s;
        z-index: 999;
        position: inherit;
    }
}


/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
    .about-overlay {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images/closeup-black-woman-smiling-cheerful-workplace.png);
    }
    .team-overlay {
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images/young-serious-businessman-looking-camera-meeting-headshot-portrait.png);
    }
    .services-overlay {
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images/businessman-with-blond-hair-streets-outdoors_251136-34868.png);
    }
    .library-overlay {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images/handsome-gay-official-suit-looking-camera-front-view-bearded-caucasian-man-smiling-camera-getting-dressed-wedding-ceremony-with-lover-lgbt-love-marriage-concept.png);
    }
    .clients-overlay {
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images/co-workers-discussing-last-financial-analysis.png);
    }
    .mob-menu {
        width: 300px;
        height: 100%;
        /*right: 0;*/
        top: 0;
        background-color: #f9f9f9;
        right: -100%;
        transition: all 0.9s;
        z-index: 999;
        position: inherit;
    }
}


/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
    .about-overlay {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images/closeup-black-woman-smiling-cheerful-workplace.png);
    }
    .team-overlay {
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images/young-serious-businessman-looking-camera-meeting-headshot-portrait.png);
    }
    .services-overlay {
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images/businessman-with-blond-hair-streets-outdoors_251136-34868.png);
    }
    .library-overlay {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images/handsome-gay-official-suit-looking-camera-front-view-bearded-caucasian-man-smiling-camera-getting-dressed-wedding-ceremony-with-lover-lgbt-love-marriage-concept.png);
    }
    .clients-overlay {
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images/co-workers-discussing-last-financial-analysis.png);
    }
    .mob-menu {
        width: 300px;
        height: 100%;
        /*right: 0;*/
        top: 0;
        background-color: #f9f9f9;
        right: -100%;
        transition: all 0.9s;
        z-index: 999;
        position: fixed;
    }
}

@media screen and (min-width:768px) and (max-width: 1024px) {
    .about-overlay,
    .team-overlay,
    .library-overlay,
    .clients-overlay {
        height: 600px !important;
    }
}


/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
    .about-overlay {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images/closeup-black-woman-smiling-cheerful-workplace.png);
    }
    .team-overlay {
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images/young-serious-businessman-looking-camera-meeting-headshot-portrait.png);
    }
    .services-overlay {
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images/businessman-with-blond-hair-streets-outdoors_251136-34868.png);
    }
    .library-overlay {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images/handsome-gay-official-suit-looking-camera-front-view-bearded-caucasian-man-smiling-camera-getting-dressed-wedding-ceremony-with-lover-lgbt-love-marriage-concept.png);
    }
    .clients-overlay {
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images/co-workers-discussing-last-financial-analysis.png);
    }
    .mob-menu {
        width: 300px;
        height: 100%;
        /*right: 0;*/
        top: 0;
        background-color: #f9f9f9;
        right: -100%;
        transition: all 0.9s;
        z-index: 999;
        position: fixed;
    }
}

.se-box {
    width: 240px;
    padding-top: 15px;
    display: flex;
}

.se-box .form-control {
    padding-right: 45px;
}

.input-btn {
    /*position: absolute;*/
    right: 8px;
    top: 6px;
    background: transparent;
    border: none;
    padding: 0;
    transform: scale(0.8);
}

.patch-3 .btn,
.banner-he .btn {
    border-color: #fff;
}

.patch-3 a {
    color: #fff;
    border-radius: 3px;
    padding: 5px 25px;
}

.patch-1>ul>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 150px!important;
    display: none;
    list-style: none;
    margin: 0px;
    padding: 15px 0px 0px;
}

.patch-1>ul>li>ul {
    width: auto;
}

.patch-1>ul>li>ul {
    z-index: 9;
}

p {
    font-size: 1.25em;
    color: #6f6f6f;
    font-weight: 300;
}

.open-search {
    position: absolute;
    right: 0px;
    top: 100%;
    display: none;
}

.se-box {
    width: 240px;
    padding-top: 15px;
}

.patch-1>ul>li:hover>ul {
    display: block;
}

.sub-menu {}

.overlay {
    margin-bottom: 50px;
    width: 100%;
    height: 342px;
    background-color: #0000004a;
    top: 0;
    left: 0;
    z-index: 9;
    background-image: url('../images/post_header.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.about-overlay {
    width: 100%;
    height: 856px;
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 30%);
    background-image: url(../images/closeup-black-woman-smiling-cheerful-workplace.png);
    background-size: cover;
    background-color: #0000004a;
    top: 0;
    left: 0;
    z-index: 9;
}

.services-overlay {
    width: 100%;
    height: 856px;
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 30%);
    background-image: url(../images/businessman-with-blond-hair-streets-outdoors_251136-34868.png);
    background-size: cover;
    background-color: #0000004a;
    top: 0;
    left: 0;
    z-index: 9;
}

.team-overlay {
    width: 100%;
    height: 856px;
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 30%);
    background-image: url(../images/young-serious-businessman-looking-camera-meeting-headshot-portrait.png);
    background-size: cover;
    background-color: #0000004a;
    top: 0;
    left: 0;
    z-index: 9;
}

.library-overlay {
    width: 100%;
    height: 856px;
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 30%);
    background-image: url(../images/handsome-gay-official-suit-looking-camera-front-view-bearded-caucasian-man-smiling-camera-getting-dressed-wedding-ceremony-with-lover-lgbt-love-marriage-concept.png);
    background-size: cover;
    background-color: #0000004a;
    top: 0;
    left: 0;
    z-index: 9;
}

.hosting-overlay {
    width: 100%;
    height: 950px;
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 30%);
    background-image: url(../images/handsome-gay-official-suit-looking-camera-front-view-bearded-caucasian-man-smiling-camera-getting-dressed-wedding-ceremony-with-lover-lgbt-love-marriage-concept.png);
    background-size: cover;
    background-color: #0000004a;
    top: 0;
    left: 0;
    z-index: 9;
    background-position: 50% 80%;
}

.hostings .banner-text {
    height: 800px;
    display: flex;
    align-items: center;
    margin-top: 0px;
    padding-top: 100px;
}

.clients-overlay {
    width: 100%;
    height: 856px;
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 30%);
    background-image: url(../images/co-workers-discussing-last-financial-analysis.png);
    background-size: cover;
    background-color: #0000004a;
    top: 0;
    left: 0;
    z-index: 9;
    position: relative;
}

.banner-he h1 {
    color: #ffff;
    font-size: 4em;
    font-weight: 400;
}

.hostings .banner-he h1 {
    color: #ffff;
    font-size: 42px;
    font-weight: 600;
}

.banner-he p {
    color: #ffffff;
    font-size: 1.5em;
    margin-top: 15%;
    margin-bottom: 40px;
    line-height: 1.5em
}

.banner-text {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: 175px;
    height: 25%;
    width: inherit;
    z-index: 99;
}

.btn {
    color: var(--blue);
    border: 1px solid var(--blue);
    font-size: 17px;
    padding: 8px 0;
    border-radius: inherit;
}

.btn:hover {
    color: var(--yellow);
    border: 1px solid var(--yellow);
    font-size: 17px;
    padding: 8px 0;
    border-radius: inherit;
}

.btn-no-line {
    color: #ffffff;
    border: 0px solid #ffffff;
    font-size: 17px;
    width: 205px;
    padding: 8px 0;
    border-radius: inherit;
}

.btn-no-line a {
    color: #ffffff;
    text-decoration: none;
    outline: none;
    font-weight: 500;
    font-size: 18px;
}

.btn a {
    padding: 15px;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    font-weight: 500;
    font-size: 17px;
}

.btn a:hover {
    color: var(--yellow);
}

.p-100 {
    padding: 130px 0;
}

.p-50 {
    padding: 60px 0;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-0 {
    padding-bottom: 0;
}

.case-study-1 {
    margin-bottom: 35px;
    text-align: right;
}

.our-services-text h4 {
    font-size: 1em;
    color: #6F6F6F;
}

.our-services-text h1,
.our-services-text h2,
h1 span {
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 4px;
}

.our-services-text h1 span,
.our-services-text h2 span {
    color: var(--blue);
}

.our-services-text p {
    color: #6F6F6F;
}

.our-services-text p:last-child {
    color: #6F6F6F;
    margin-bottom: 35px;
}

.our-services-text.row p {
    margin-bottom: 0;
}

.btn-blue,
.btn-orange,
.btn-orange-bark {
    color: var(--blue);
    border: 1px solid var(--blue);
    font-size: 17px;
    width: 140px;
    padding: 8px 0;
    margin-top: 30px;
    text-align: center;
}

.btn-blue:hover {
    color: var(--yellow);
    border: 1px solid var(--yellow);
}

.btn-orange {
    color: var(--yellow);
    border: 1px solid var(--yellow);
}

.btn-orange-bark {
    background: var(--yellow) !important;
    border: 1px solid var(--yellow);
}

.btn-orange-bark:hover {
    background: var(--blue) !important;
    border: 1px solid var(--blue);
}

.btn-orange-bark a {
    color: #ffffff !important;
}

.btn-orange a {
    color: var(--yellow);
}

.btn-orange:hover a {
    color: var(--blue);
}

.btn-orange:hover {
    color: var(--blue);
    border: 1px solid var(--blue);
}

.hostings-btn .btn-blue,
.hostings-btn .btn-orange,
.hostings-btn .btn-orange-bark {
    width: fit-content !important;
    /* background-color: var(--yellow) !important;
    color: #ffffff !important; */
    display: inline-block;
    padding: 8px 20px !important;
    text-align: center;
}

.hostings-btn .blue-btn {
    width: fit-content !important;
    background-color: var(--yellow) !important;
    color: #ffffff !important;
    display: inline-block;
    padding: 8px 20px !important;
    text-align: center;
}

.hostings-btn .blue-btn:hover {
    background-color: var(--blue) !important;
}

.hostings-btn .blue-btn a {
    color: #ffffff !important;
}

.btn-blue a {
    color: var(--blue);
    text-decoration: none;
    outline: none;
    font-weight: 500;
    font-size: 17px;
}

.btn-blue a:hover {
    color: var(--yellow);
    text-decoration: none;
    outline: none;
    font-weight: 500;
    font-size: 17px;
}

.blue-he h4 {
    font-size: 21px;
    color: #6F6F6F;
}

.blue-he h1,
.homeTitle {
    font-size: 45px;
    font-weight: 500;
}

.hostt p {
    margin-bottom: 3px;
}

.blue-he h1 span,
.homeTitle span {
    color: var(--blue);
}

.Blogs-box .case-study-1 .case-text {
    margin-top: -160px;
    background: var(--blue);
    z-index: 9999;
    position: relative;
}

.Blogs-box .case-study-1 .case-text:hover {
    background: var(--yellow);
}

.case-study-2 {
    text-align: left;
}

.case-text {
    width: 90%;
    margin-top: -250px;
    padding: 20px;
    text-align: left;
}

.case-text p {
    color: #fff;
}

.case-text h1 {
    font-size: 24px;
    color: #ffffff;
}


/*.case-text  p {font-size: 1em;color: #ffffff;}*/

.case-study-1 img {}

.about-img img {
    width: 100%
}

.about-text {
    width: 100%;
    padding-left: 45px;
    padding-right: 25px;
}

.menu-mob .btn:hover {
    background-color: blue;
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
}

.menu-mob .btn {
    background-color: blue;
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
}

.menu-mob .patch-1>ul>li>ul {
    position: relative;
}

.menu-mob .sub-menu li {
    background-color: #f9f9f9;
    padding: 7px 15px;
    border-top: 1px solid #ddd;
    position: static;
    display: inline-block;
}

.patch-1>ul>li>ul>li {
    background-color: #0a0a0ae6;
    padding: 7px 15px;
    border-top: 1px solid #ddd;
    position: static;
    display: inline-block;
}

.mb-40 {
    margin-bottom: 30px;
}

.he-center {
    text-align: center;
}

.he-center h4 {
    font-size: 21px;
    color: #6F6F6F;
}

.he-center h1 {
    font-size: 45px;
    font-weight: 500;
}

.he-center h1 span {
    color: var(--blue);
}

.partner-slider {
    width: 80%;
    margin: 40px auto 0;
}

.partner-slider .slick-dots li {
    list-style: none;
    display: inline-block;
    margin: 10px;
}

.partner-slider .slick-dots li button {
    border: none;
    font-size: 0;
    width: 15px;
    height: 15px;
    border-radius: 100%;
}

.partner-slider .slick-dots .slick-active button {
    background-color: var(--blue);
}

.partner-slider .slick-dots {
    text-align: center;
    padding: 40px 0;
}

.w-100 {
    width: 100%;
}

.our-partners {
    background-color: #F8FCFF;
}

.our-partners .btn-blue {
    margin: 0 auto;
}

.about-img1 {
    margin: -130px -180px;
}

.about-img2 {
    margin-top: 140px;
}

.blue-he p {
    color: #6F6F6F;
}

.about-text .blue-he p {
    margin-top: 20px;
    line-height: 30px;
}

.case-study-1 img {
    width: 100%;
}

.blue-btn {
    width: 130px;
    color: var(--blue);
    border: 1px var(--blue) solid;
    display: inline-block;
    padding: 8px 0;
    text-align: center;
}

.hostings-btn .blue-btn {
    width: 130px;
    /* background-color: var(--blue); */
    display: inline-block;
    padding: 8px 0;
    text-align: center;
}

.blue-btn a {
    /* color: #ffffff; */
    outline: none;
    text-decoration: none;
    font-weight: 500;
    font-size: 17px;
}

.Blogs-box .case-text p {
    font-size: 1em;
}

.side-box-text h1 {
    font-size: 14px;
    color: #2A2A2A;
    font-weight: 500;
}

.side-box-text {
    width: 77%;
    display: inline-block;
    vertical-align: top;
}

.side-box-text h1,
.side-box-text h2 {
    font-size: 14px;
    color: #2A2A2A;
    font-weight: 500;
}

.side-box-text h1,
.side-box-text h2 {
    font-size: 14px;
    color: #2A2A2A;
    font-weight: 500;
    margin-bottom: 3px;
    line-height: 20px;
}

.side-box-text p {
    font-size: .75em;
    margin: 0;
}

.side-box-img {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
}

.side-box-1 {
    background-color: #F5FAFE;
    padding: 20px;
    margin-bottom: 30px;
}

.Blogs-box {
    margin-top: 53px;
}

.side-list .btn-blue {
    margin-top: 20px;
}

.testimonials-slider {
    position: relative;
}

.testimonials-slider-text p {
    font-size: 1em;
    color: #6F6F6F;
    margin-bottom: 30px;
    padding: 10px 0;
}

.testimonials-slider-text h1 {
    font-size: 18px;
    font-weight: 500;
    color: #2A2A2A;
}

.testimonials-slider-text h4 {
    font-size: 15px;
    color: #6F6F6F;
}

.testimonials-slider-text img {
    display: inline-block!important;
}

.testimonials-slider .slick-next {
    background-image: url(images/next.jpg);
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    left: 35px;
    position: absolute;
    bottom: -32px;
}

.testimonials-slider button {
    background-color: transparent;
    border: none;
    font-size: 0px;
}

.testimonials-slider .slick-prev {
    background-image: url(images/preview.jpg);
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -32px;
}

.faq-left {
    width: 100%;
}

.faq p {
    font-size: 1em;
    color: #6F6F6F;
    margin-bottom: 25px;
}

.accordion-item {
    border-bottom: 2px solid #6F6F6F;
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 2px solid #6F6F6F;
}

.accordion-collapse {
    background-color: #F8FCFF;
}

.accordion-button {
    padding: 32.8px 0;
    font-size: 18px;
    color: #111111;
    font-weight: 500;
}

.accordion-button:focus {
    border: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
}

.accordion-body {
    padding: 0 0 20px;
    font-size: 16px;
    color: #6F6F6F;
}

.accordion-button:not(.collapsed) {
    font-size: 18px;
    color: #111111;
    font-weight: 500;
}

.footer {
    background-color: #111111;
}

.footer-logo .cs-logo {
    margin-bottom: 20px;
}

.cs-logo img {
    width: 155px;
}

.footer-logo p {
    font-size: 1em;
    color: #fff;
}

.footer-logo {
    width: 72%;
}

.footer-box h1,
.footer-box h2 {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    margin-bottom: 65px !important;
    position: relative !important;
}

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

.footer-box ul li a {
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    line-height: 30px;
}

.footer-box h1:after,
.footer-box h2:after {
    position: absolute;
    width: 60%;
    height: 1px;
    background-color: #ffffff;
    content: '';
    left: 0;
    bottom: -34px;
}

.footer-box2 {
    padding-left: 50px;
}

.footer-up {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 50px;
}

.social-icon {
    list-style: none;
    padding: 0;
}

.social-icon li {
    display: inline-block;
    margin: 8px;
}

.social-icon li img {
    max-width: 100%;
}

.copy-right p {
    text-align: right;
    font-size: 1em;
    color: #FFFFFF;
}

.footer-menu li {
    display: inline-block;
    margin-right: 18px;
}

.footer-menu ul {
    padding: 0;
    margin: 0;
}

.footer-menu li a {
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    outline: none;
}

.footer-down {
    padding: 25px 0 0;
}

.faq-acc .accordion-button {
    background-color: #F8FCFF;
}

.need-support {
    padding: 69px 0;
    background-size: cover;
    background-position: right;
}

.need-support .support-btn {
    margin: 45px 0px;
}

.coma1 {
    margin-top: -20px
}

.coma2 {
    margin-bottom: -15px;
}

.view-more {
    color: var(--blue);
    font-size: 1.25em;
    font-weight: 500;
    margin-top: 200px;
    display: inline-block;
}

a.view-more:hover {
    color: var(--yellow);
}

.patch-2 {
    margin-right: 20px;
}

.extra-img .extra-1 img {
    width: 320px;
    max-width: inherit;
}

.extra-img .extra-2 img {
    margin-top: 175px;
    width: 230px;
    max-width: fit-content;
    margin-left: -71px;
}

.faq-acc {
    margin-top: -29px;
}

.footer-box li a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-menu li a:hover {
    color: #989898;
}

.slick-slide img {
    filter: grayscale(1);
    cursor: pointer;
}

.slick-slide img:hover {
    filter: grayscale(0);
}

.our-services-img {
    width: 100%;
    text-align: right;
}

.our-services-img img {
    width: 100%;
    padding: 20px;
}

.testimonials-img img {}

.testimonials-img {
    text-align: right;
}

.accordion-button::after {
    content: '';
    background-image: url('../images/more.png');
}

.accordion-button:not(.collapsed)::after {
    content: '';
    background-image: url('../images/less.png');
}

.Blogs-box .case-text h1,
.Blogs-box .case-text h2 {
    font-size: 30px;
}

.extra-img .extra-2 img {
    margin-top: 220px;
    width: 170px;
    max-width: fit-content;
    margin-left: -10px;
}

.extra-1 {
    margin-top: -20px;
}

.testimonials .mb-40 {
    margin-bottom: 15px;
}

.testimonials-text {
    transform: scale(.9);
}

.case-study-1:last-child {
    margin-bottom: 0;
}

.side-list {
    margin-left: 15px;
}

.case-study-2 .view-more {
    text-align: left;
    width: 100%;
}

.our-partners {
    padding: 36px 0;
}

.faq {
    padding-top: 106px;
    padding-bottom: 77px;
}

.footer {
    padding-bottom: 45px;
    padding-top: 74px;
}

.our-services {
    padding: 64px 0;
}

.case-study {
    padding-top: 62px;
}

.about-us {
    padding-bottom: 70px;
}

.main {
    /*    margin: 195px auto 0  auto;*/
    /*    overflow:hidden;*/
    position: relative;
    padding-bottom: 50px;
    /*    height: 276px;*/
}

img.absolute {
    left: -2%;
    position: absolute;
    width: 250px;
}

.service-icon {
    padding-bottom: 1em;
}

b,
strong {
    font-weight: bold;
    /* color: var(--blue); */
}

span {
    /* font-size: 24px; */
    /* color: var(--blue); */
    margin-bottom: 20px;
    text-align: right;
    /* cursor: pointer; */
}


/*arrow breadcrumb css*/

@media only screen and (min-width: 767px) {
    .intro {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        background: #1e7bb5;
        color: #fff;
        padding: 7px 20px 9px 20px !important;
        top: 17px;
        border-radius: 0 !important;
        left: -14px;
    }
}

@media only screen and (min-width: 767px) and (max-width:767px) {
    .intro {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        left: 0px;
        margin-bottom: 18px;
    }
}

a.intro:after {
    border: none !important;
}

@media only screen and (max-width: 767px) {
    .cd-breadcrumb li,
    .cd-multi-steps li {
        display: block !important;
        float: none !important;
        margin: 0.5em 0;
    }
    .cd-breadcrumb {
        text-align: left !important;
    }
    .cd-breadcrumb.triangle li a br {
        display: none;
    }
    .cd-breadcrumb.triangle li a {
        padding-top: 0 !important;
        padding-left: 0 !important;
    }
}


/* -------------------------------- 

Basic Style

-------------------------------- */

.cd-breadcrumb a {
    text-decoration: none;
    text-align: left !important;
}

.cd-breadcrumb,
.cd-multi-steps {
    max-width: 768px;
    padding: 0.5em 1em;
    margin: 1em auto;
    background-color: #edeff0;
    border-radius: .25em;
    margin-left: 0;
}

.cd-breadcrumb:after,
.cd-multi-steps:after {
    content: "";
    display: table;
    clear: both;
}

.cd-breadcrumb li,
.cd-multi-steps li {
    display: inline-block;
    float: left;
    margin: 0.5em 0;
}

.cd-breadcrumb li::after,
.cd-multi-steps li::after {
    /* this is the separator between items */
    display: inline-block;
    content: '\00bb';
    margin: 0 .6em;
    color: #959fa5;
}

.cd-breadcrumb li:last-of-type::after,
.cd-multi-steps li:last-of-type::after {
    /* hide separator after the last item */
    display: none;
}

.cd-breadcrumb li>*,
.cd-multi-steps li>* {
    /* single step */
    display: inline-block;
    font-size: 14px;
    color: #2c3f4c;
}

.cd-breadcrumb li.current>*,
.cd-multi-steps li.current>* {
    /* selected step */
    color: #96c03d;
}

.no-touch .cd-breadcrumb a:hover,
.no-touch .cd-multi-steps a:hover {
    /* steps already visited */
    color: #96c03d;
}

.cd-breadcrumb.custom-separator li::after,
.cd-multi-steps.custom-separator li::after {
    /* replace the default arrow separator with a custom icon */
    content: '';
    height: 16px;
    width: 16px;
    background: url(../img/cd-custom-separator.svg) no-repeat center center;
    vertical-align: middle;
}

.cd-breadcrumb.custom-icons li>*::before,
.cd-multi-steps.custom-icons li>*::before {
    /* add a custom icon before each item */
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: .4em;
    margin-top: -2px;
    background: url(../img/cd-custom-icons-01.svg) no-repeat 0 0;
    vertical-align: middle;
}

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2)>*::before,
.cd-multi-steps.custom-icons li:not(.current):nth-of-type(2)>*::before {
    /* change custom icon using image sprites */
    background-position: -20px 0;
}

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3)>*::before,
.cd-multi-steps.custom-icons li:not(.current):nth-of-type(3)>*::before {
    background-position: -40px 0;
}

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4)>*::before,
.cd-multi-steps.custom-icons li:not(.current):nth-of-type(4)>*::before {
    background-position: -60px 0;
}

.cd-breadcrumb.custom-icons li.current:first-of-type>*::before,
.cd-multi-steps.custom-icons li.current:first-of-type>*::before {
    /* change custom icon for the current item */
    background-position: 0 -20px;
}

.cd-breadcrumb.custom-icons li.current:nth-of-type(2)>*::before,
.cd-multi-steps.custom-icons li.current:nth-of-type(2)>*::before {
    background-position: -20px -20px;
}

.cd-breadcrumb.custom-icons li.current:nth-of-type(3)>*::before,
.cd-multi-steps.custom-icons li.current:nth-of-type(3)>*::before {
    background-position: -40px -20px;
}

.cd-breadcrumb.custom-icons li.current:nth-of-type(4)>*::before,
.cd-multi-steps.custom-icons li.current:nth-of-type(4)>*::before {
    background-position: -60px -20px;
}

.dineuron-menu {
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

.nav-open .dineuron-menu {
    opacity: 1;
    visibility: visible;
    background: rgba(0, 0, 0, 0.92);
}

.dineuron-menu .nav li a,
.dineuron-menu .menu li a {
    color: #FFF !important;
    font-size: 30px !important;
    font-weight: 400 !important;
    line-height: 45px !important;
    letter-spacing: 1.5px !important;
    padding: 10px 15px !important;
}

.dineuron-menu .nav li,
.dineuron-menu .menu li {
    opacity: 0 !important;
    -webkit-transform: translateY(-40px) !important;
    transform: translateY(-40px) !important;
    -webkit-animation-timing-function: cubic-bezier(.45, .005, 0, 1);
    -moz-animation-timing-function: cubic-bezier(.45, .005, 0, 1);
    -o-animation-timing-function: cubic-bezier(.45, .005, 0, 1);
    animation-timing-function: cubic-bezier(.45, .005, 0, 1);
}

.nav-open .dineuron-menu .nav li,
.nav-open .dineuron-menu .menu li {
    opacity: 1 !important;
    -webkit-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
    -webkit-transition: -webkit-transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s;
}

.dineuron-menu .nav li.delay-1 {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.dineuron-menu .nav li.delay-2 {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.dineuron-menu .nav li.delay-3 {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.dineuron-menu .nav li.delay-4 {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.dineuron-menu .nav li.delay-5 {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.dineuron-menu .nav li.delay-6 {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.dineuron-menu .nav li.delay-7 {
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.dineuron-menu .nav li.delay-8 {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.dineuron-menu .nav li.delay-9 {
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    -ms-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

#menu-item-9857 {
    display: none;
}

.dineuron-menu #menu-item-9857 {
    display: block;
}

.nav-button {
    position: relative;
    z-index: 1111;
    border: solid 1px #f8f8f8;
    height: 42px;
    display: block;
    width: 50px;
    padding: 12px;
}

.nav-button #nav-icon3 {
    width: 24px;
    height: 22px;
    display: inline-block;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.nav-open .nav-button #nav-icon3 {
    position: fixed;
}

.nav-button #nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.nav-button #nav-icon3 span:nth-child(1) {
    top: 0
}

.nav-button #nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 7px
}

.nav-button #nav-icon3 span:nth-child(4) {
    top: 14px
}

.nav-open #nav-icon3 span:nth-child(1) {
    top: 9px;
    width: 0;
    left: 50%
}

.nav-open #nav-icon3 span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-open #nav-icon3 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav-open #nav-icon3 span:nth-child(4) {
    top: 9px;
    width: 0;
    left: 50%
}

.flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.patch-3 a.nav-button {
    background: transparent;
    padding: 12px 0;
    border: none !important;
}

#myModal_search {
    z-index: 9999;
}

.menu .active>a {
    background: transparent !important;
    text-decoration: underline !important;
}

.footer-box-menu ul li {
    width: 100%;
}

.footer-box-menu ul li a {
    padding: 0;
}

.home-video {
    width: 100%;
}

.libreryArtical .article:last-child hr {
    display: none;
}

.pt-200 {
    padding-top: 200px;
}

.services-title {
    font-size: 1.25em;
}

.aboutServiceImage {
    width: 30vw;
    float: right;
    padding-left: 20px;
}

.max-width-200 {
    max-width: 200px !important;
}

.max-width-250 {
    max-width: 250px !important;
}

#myModal_search .modal-content {
    background-color: #0c62fb;
}

#myModal_search .modal-content .close_search {
    color: #fff;
    padding-right: 10%;
    font-size: 82px;
    font-weight: 100;
}

#myModal_search .modal-content .formDiv {
    padding-left: 0px;
    padding-bottom: 6rem;
    padding-top: 7%;
}

#myModal_search .modal-content .formAceent {
    max-height: 72px;
    margin-top: 20%;
}

.talkmodalImg {
    max-width: 195px;
    padding-bottom: 5rem;
}

@media only screen and (min-width: 768px) {
    .cd-breadcrumb,
    .cd-multi-steps {
        padding: 0 1.2em;
    }
    .cd-breadcrumb li,
    .cd-multi-steps li {
        margin: 1.2em 0;
    }
    .cd-breadcrumb li::after,
    .cd-multi-steps li::after {
        margin: 0 1em;
    }
    .cd-breadcrumb li>*,
    .cd-multi-steps li>* {
        font-size: 14px;
    }
}


/* -------------------------------- 

Triangle breadcrumb

-------------------------------- */

@media only screen and (min-width: 767px) {
    .cd-breadcrumb.triangle {
        /* reset basic style */
        background-color: transparent;
        padding: 0;
    }
    .cd-breadcrumb.triangle li {
        position: relative;
        padding: 0;
        margin: 4px 4px 4px 0;
    }
    .cd-breadcrumb.triangle li:last-of-type {
        margin-right: 0;
    }
    .cd-breadcrumb.triangle li>* {
        position: relative;
        padding: 1em .8em 1em 2em;
        color: #fff;
        background-color: #1e7bb5;
        /* the border color is used to style its ::after pseudo-element */
        border-color: #1e7bb5;
    }
    .cd-breadcrumb.triangle li.current>* {
        /* selected step */
        color: #ffffff;
        background-color: #0d476b;
        border-color: #0d476b;
    }
    .cd-breadcrumb.triangle li:first-of-type>* {
        padding-left: 1.6em;
        border-radius: .25em 0 0 .25em;
    }
    .cd-breadcrumb.triangle li:last-of-type>* {
        padding-right: 1.6em;
    }
    .cd-breadcrumb.triangle a:hover {
        /* steps already visited */
        color: #ffffff;
        background-color: #0d476b;
        border-color: #0d476b;
    }
    .cd-breadcrumb.triangle li::after,
    .cd-breadcrumb.triangle li>*::after {
        /* 
        li > *::after is the colored triangle after each item
        li::after is the white separator between two items
    */
        content: '';
        position: absolute;
        top: 0;
        left: 100%;
        content: '';
        height: 0;
        width: 0;
        /* 48px is the height of the <a> element */
        border: 35px solid transparent;
        border-right-width: 0;
        border-left-width: 20px;
    }
    .cd-breadcrumb.triangle li::after {
        /* this is the white separator between two items */
        z-index: 1;
        -webkit-transform: translateX(4px);
        -moz-transform: translateX(4px);
        -ms-transform: translateX(4px);
        -o-transform: translateX(4px);
        transform: translateX(4px);
        border-left-color: #ffffff;
        /* reset style */
        margin: 0;
    }
    .cd-breadcrumb.triangle li:first-child::after {
        /* this is the white separator between two items */
        z-index: 1;
        -webkit-transform: translateX(4px);
        -moz-transform: translateX(4px);
        -ms-transform: translateX(4px);
        -o-transform: translateX(4px);
        transform: translateX(4px);
        border-left-color: transparent;
        /* reset style */
        margin: 0;
    }
    .cd-breadcrumb.triangle li>*::after {
        /* this is the colored triangle after each element */
        z-index: 2;
        border-left-color: inherit;
    }
    .cd-breadcrumb.triangle li:last-of-type::after,
    .cd-breadcrumb.triangle li:last-of-type>*::after {
        /* hide the triangle after the last step */
        /*display: none;*/
    }
    .cd-breadcrumb.triangle.custom-separator li::after {
        /* reset style */
        background-image: none;
    }
    .cd-breadcrumb.triangle.custom-icons li::after,
    .cd-breadcrumb.triangle.custom-icons li>*::after {
        /* 50px is the height of the <a> element */
        border-top-width: 25px;
        border-bottom-width: 25px;
    }
    @-moz-document url-prefix() {
        .cd-breadcrumb.triangle li::after,
        .cd-breadcrumb.triangle li>*::after {
            /* fix a bug on Firefix - tooth edge on css triangle */
            border-left-style: dashed;
        }
    }
    .triangle li:first-child {
        width: 40px;
    }
}

.bottom-steps {
    text-align: center;
    clear: both;
    padding-top: 30px;
}

.bottom-steps li {
    list-style: none;
    display: inline-block;
    border: 1px solid #a7a7a7;
    padding: 5px 10px 5px 10px;
}

.bottom-steps li a {
    text-decoration: none;
}

.bottom-steps li:hover {
    background: #0D476B;
}

.bottom-steps .current {
    background: #0D476B;
}

.bottom-steps .current a {
    color: #fff;
}


/*end arrow breadcrumb*/

.img-right {
    float: right;
}

img.img-right {
    width: 25vw;
    float: right;
    padding-left: 20px;
}

ul,
li {
    font-size: 1em;
}

li span {
    font-size: 1em;
}

.entry-content li {
    font-size: 1.25rem;
}

a.client-logo img,
img.client-logo {
    max-height: 150px;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: grey;
    border-style: solid;
    padding: 5px 10px;
    border-width: 1px;
}

button,
optgroup,
select,
textarea {
    margin: 0;
    width: 100%;
    color: #fff;
    padding: 8px;
    border: 2px solid #fff;
    font-family: inherit;
    background: transparent;
    line-height: inherit;
}

input,
textarea {
    margin: 0;
    width: 100%;
    color: var(--blue);
    padding: 8px;
    border: 2px solid;
    border-color: var(--blue);
    font-family: inherit;
    background: transparent;
    line-height: inherit;
}


/*modal css*/

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    min-height: 100px;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

#myBtn {}


/* Modal Content/Box */

.modal-content {
    background-color: #fefefe;
    /*margin: 1% auto; */
    /* 15% from the top and centered */
    /*padding: 20px;*/
    border: 1px solid #888;
    width: 100%;
    /* Could be more or less, depending on screen size */
    /*min-height: 900px;*/
    height: 100%;
}


/* The Close Button */

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


/*end modal*/


/*testimonials*/

.card {
    position: relative;
    display: flex;
    width: 350px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid #d2d2dc;
    border-radius: 11px;
    /*-webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212,182,212,1);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);*/
}

.card .card-body {
    padding: 1rem 1rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.profile {
    margin-top: 16px;
    margin-left: 11px;
}

.profile-pic {
    width: 58px;
}

.cust-name {
    font-size: 1.5em;
}

.cust-profession {
    font-size: 1em;
}

.items {
    width: 90%;
    margin: 0px auto;
}

.slick-slide {
    margin: 10px
}

.card-text p {
    font-size: 1.25em;
    line-height: 1.5em;
}


/*end testimonials*/

.our-partners img {
    max-width: 150px;
}


/*@media (min-width: 992px){
.col-lg-9 {
    flex: 0 0 auto;
    width: 70%;
}}

@media (min-width: 992px){
.col-lg-3 {
    flex: 0 0 auto;
    width: 30%;
}}*/

.entry-title,
.single-title {
    color: var(--blue);
    font-family: 'Poppins', sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: var(--blue);
}


/*.entry-content div {
    font-size: 1.25em;
}*/

.wp-post-image {
    margin: 20px 0;
}

li span {
    font-size: .85em;
}

li span img {
    padding: 0 5px;
}

ul,
li {
    font-size: 1em;
    list-style-type: none;
}

.wp-post-image {
    margin: 20px 0;
    max-width: 340px;
    max-height: 240px;
    display: block;
    text-align: -webkit-center;
}

.single .wp-post-image {
    max-width: 100%;
    max-height: unset;
}

.single.single-case_studies .wp-post-image {
    margin: auto;
}

section.entry-content p:nth-child(1) {
    /* font-size: 2em; */
    /* line-height: 1.25em; */
    /* font-weight: 700 */
}

textarea[rows] {
    height: 65px;
}

.fcf-form-group {
    padding-bottom: 1.75em;
}

.l-modal__content--form__logo {
    height: 11.8rem;
    max-width: 195px;
}

#myBtn {
    padding: 5px 20px;
}

#myBtn:hover {
    background: #fff;
    color: var(--blue);
}

#mysearchBtn,
.mysearchBtns {
    float: none;
    color: #fff;
    margin-bottom: 0;
    text-transform: capitalize;
    padding-bottom: 1rem;
    /*padding-right: 17rem;*/
    position: relative;
    background-color: transparent;
    /*border-bottom-color: #fff;*/
    box-shadow: none;
    border: none;
    width: 100%;
    font-size: 2.25em;
    font-weight: 500;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
}

#mysearchBtn:focus,
.mysearchBtns:focus {
    background-color: transparent !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.search-submit:hover {
    color: #0c62fb;
    background-color: #fff;
}

.search-submit {
    color: #fff;
    font-family: revert;
    background-color: #0c62fb;
    text-transform: capitalize;
    border-color: #fff;
    line-height: 1.6rem;
    min-width: 9.5rem;
    padding: 0.7rem 3rem;
    text-align: center;
    font-size: 13px;
    overflow: visible;
    width: auto;
}

.d-mdd-none {
    display: none;
}

.nav-open .d-mdd-none {
    display: block;
}

.formobilenaimation {
    display: none;
}

.let-talk-form-div {
    /* padding: 0 !important; */
    /* margin-bottom: 30px !important; */
}

.letTalkModal {
    z-index: 9999999999 !important;
}

.letTalkModal .modal-content {
    height: auto !important;
}

.letTalkModal .close {
    font-size: 82px !important;
    font-weight: 100 !important;
    color: black !important;
}

.letTalkModal .t-title {
    font-size: 4.5em;
    font-weight: 300;
    padding-bottom: 1.65em;
}

.letTalkModal p.font-size-15 {
    font-size: 15px !important;
    line-height: 20px !important;
}

#fcf-form-id input,
#fcf-form-id [type=color],
#fcf-form-id [type=date],
#fcf-form-id [type=datetime-local],
#fcf-form-id [type=datetime],
#fcf-form-id [type=email],
#fcf-form-id [type=month],
#fcf-form-id [type=number],
#fcf-form-id [type=password],
#fcf-form-id [type=search],
#fcf-form-id [type=tel],
#fcf-form-id [type=text],
#fcf-form-id [type=time],
#fcf-form-id [type=url],
#fcf-form-id [type=week],
#fcf-form-id select,
#fcf-form-id textarea,
.wpcf7-form input,
.wpcf7-form [type=color],
.wpcf7-form [type=date],
.wpcf7-form [type=datetime-local],
.wpcf7-form [type=datetime],
.wpcf7-form [type=email],
.wpcf7-form [type=month],
.wpcf7-form [type=number],
.wpcf7-form [type=password],
.wpcf7-form [type=search],
.wpcf7-form [type=tel],
.wpcf7-form [type=text],
.wpcf7-form [type=time],
.wpcf7-form [type=url],
.wpcf7-form [type=week],
.wpcf7-form textarea,
.wpcf7-form select {
    /* color: var(--blue); */
    text-transform: lowercase;
    font-weight: bold;
    border: 0px !important;
    border-bottom: 1px var(--blue) solid !important;
    margin: 10px 0;
    box-shadow: none;
    color: black;
    font-size: 1rem;
}

#company.wpcf7-form-control {
    height: 65px;
}

.letTalkModal .fcf-btn.fcf-btn-primary,
.hiring .fcf-btn.fcf-btn-primary {
    color: var(--blue) !important;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px var(--blue) solid !important;
    margin: 20px 0;
    margin-top: 30px !important;
    width: 160px;
}

.letTalkModal .wpcf7-not-valid-tip {
    font-size: 15px;
    text-align: left;
}

@media screen and (max-width:1024px) {
    .letTalkModal .t-title {
        font-size: 2.5em;
        padding-bottom: 1em;
    }
    .letTalkModal .letBtnSubmit {
        margin-left: 15px;
        width: 150px;
    }
    .m-pb-25 {
        padding-bottom: 25px;
    }
}

.single .entry-content h1,
.single .entry-content h2,
.single .entry-content h3,
.single .entry-content h4,
.single .entry-content h5,
.single .entry-content h6,
.single .entry-content div,
.single .entry-content p,
.single .entry-content span {
    color: inherit;
    cursor: auto;
}

.inner-content.banner-post {
    padding: 150px 20px;
}

.single .entry-content ul,
.single .entry-content li,
.library,
.library li {
    list-style-type: disc;
}

.case-study-1 .blue-btn {
    background: white;
}

.case-study-1 .blue-btn a {
    color: var(--blue);
}

.case-study-1 .blue-btn:hover {
    background: var(--blue);
}

.case-study-1 .blue-btn:hover a {
    color: white;
}

.side-list .side-box-1 .side-box-text h1:hover,
.side-list .side-box-1 .side-box-text h2:hover {
    color: var(--blue);
}

.caseStudies {
    position: relative;
    max-height: 430px;
    height: 430px !important;
}

.caseStudies .case-text {
    margin-top: 0;
    margin-top: 0;
    position: absolute;
    bottom: 15px;
    right: 0;
    background: #f3f4f5;
}

.caseStudies.slick-slide img {
    filter: none !important;
    max-height: calc(100% - 45px);
    min-height: 385px;
    object-fit: cover;
}

.caseStudies.slick-slide .case-text h1,
.caseStudies.slick-slide .case-text h2 {
    color: black;
    font-size: 20px;
}

.case-study-slider .slick-prev:before,
.case-study-slider .slick-next:before {
    color: var(--blue);
    font-family: inherit !important;
    font-size: 75px;
}

.case-study-slider .slick-prev,
.case-study-slider .slick-next {
    z-index: 9999;
}

.case-study-slider .slick-prev {
    left: 40px;
    transform: rotate(180deg);
}

.case-study-slider .slick-next {
    right: 40px;
    top: 40% !important;
}

.case-study-slider .slick-prev:before {
    content: '➔';
}

.case-study-slider .slick-next:before {
    content: '➔';
}

.case-study-slider .caseStudies:hover .case-text {
    background: var(--blue);
}

.case-study-slider .caseStudies:hover .case-text h1,
.case-study-slider .caseStudies:hover .case-text h2 {
    color: white;
}

.subTitles {
    font-size: 17px !important;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: .15rem;
    color: #6F6F6F;
}

img.alignleft,
.wp-caption.alignleft {
    float: left;
}

img.alignright,
.wp-caption.alignright {
    float: right;
}

img.aligncenter,
.wp-caption.aligncenter {
    display: block;
    margin: auto;
}

.wp-caption-text {
    padding: 5px 0;
    font-size: .85em;
    font-style: italic;
    text-align: center;
}

article.status-publish p,
article.status-publish div {
    white-space: normal;
    word-wrap: break-word;
}

article.status-publish ul,
article.status-publish li {
    list-style-type: inherit;
}

.max-video-width {
    max-width: 600px;
}

.pkg-container h4 {
    color: inherit;
}

@media screen and (min-width:768px) {
    .single img.alignleft {
        float: left;
        padding-right: 20px;
    }
    .single img.alignright {
        padding-left: 20px;
        float: right;
    }
}

@media screen and (max-width:767px) {
    img.alignleft,
    img.alignright {
        float: none;
        width: 100%;
        display: block;
    }
    .wp-caption.alignright,
    .wp-caption.alignleft {
        max-width: 100% !important;
        width: 100% !important;
        float: none;
        display: block;
    }
    .max-video-width {
        max-width: 100%;
    }
    .app-host-service td {
        display: inline;
        width: 100%;
    }
}

.page-template-default.page ul.bottom-steps {
    margin-left: auto !important;
    padding-left: 0 !important;
}

@media screen and (max-width:530px) {
    .page-template-default.page ul.bottom-steps li {
        margin: 7px;
    }
}

.our-partners .row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.our-partners .row.display-flex>[class*='col-'] {
    display: flex;
    flex-direction: column;
}


/* .hostt.section-detail h1 {
    font-size: 36px;
    line-height: 42px;
    color: #000;
} */


/* not requied only for demo * */

.our-partners .row [class*='col-'] {
    /* background-color: #cceeee; */
    /* background-clip: content-box; */
}

.our-partners .panel {
    height: 100%;
}

.clients-template-default.single-clients .entry-content h3 {
    color: var(--blue);
}

.LP-iconsection-1 .LP-icon-container-1 {
    float: left !important;
}

.pagination a {
    float: left;
    margin-left: 0.3em;
    height: fit-content;
}

.page-numbers.current {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 1px 8px;
    margin-left: 0.3em;
    font-weight: 700;
}

.position-relative {
    position: relative;
}

.pagination a {
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 1px 8px;
    text-decoration: none;
}

.category_page article .featured-image {
    height: 200px;
    max-height: 200px;
}

.category_page article .wp-post-image {
    max-width: 100%;
    max-height: 200px;
    object-fit: cover;
}

.category_page article .article-header .title {
    font-size: 20px;
    margin-top: 20px;
}

.fs-20 {
    font-size: 20px !important;
    line-height: 25px !important;
}

.height-300 {
    max-height: 320px;
}

.height-300 img {
    max-height: 300px;
}

.w-fit-content {
    width: fit-content;
}

video {
    max-width: 100%;
}

.single.single-clients .wp-post-image {
    max-width: 400px;
}

.hiring .fcf-btn.fcf-btn-primary {
    background: rgb(127, 22, 42);
    border: none !important;
    color: white !important;
}

.hostings .pricing-sec {
    display: flex;
    background: white;
    max-width: 300px;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 25px 21px 5px 21px;
    color: black;
    border-radius: 10px 10px 0 0;
}

.hostings .pricing-sec .sec1 {
    font-size: 56px;
    font-weight: 600;
}

.hostings .pricing-sec .sec2 {
    text-align: left;
    font-size: 18px;
}

.hostings .pricing-sec .sec3 {
    font-size: 30px;
    line-height: 30px;
}

.hostings .pricing-detail {
    background: var(--blue);
    max-width: 300px;
    border-radius: 0 0 10px 10px;
    padding: 20px;
}

.hostings .pricing-detail ul {
    margin: 0;
    padding-left: 0;
    color: white;
    text-align: left;
}

.hostings .pricing-detail ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
}

.hostings .pricing-detail ul li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    background: var(--yellow);
    color: white;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    width: 25px;
    height: 25px;
}

.webshow {
    display: block;
}

.mobileshow {
    display: none;
}

.hhtext {
    width: 95%;
}

@media screen and (min-width:991px) and (max-width:1200px) {
    .category_page article .featured-image {
        height: 150px;
        max-height: 150px;
    }
}

@media screen and (max-width:990px) {
    .category_page article .featured-image {
        height: auto;
        max-height: unset !important;
    }
    .category_page article .wp-post-image {
        max-height: unset;
    }
    .hosting-overlay {
        background-position: 73%;
    }
}

@media screen and (max-width:1000px) {
    .hhtext {
        width: 95%;
    }
    .hostings .banner-he h1 {
        font-size: 28px;
        line-height: 38px;
    }
    .hostings .banner-text {
        top: 0px;
    }
    .hostings-btn .blue-btn a {
        font-size: 14px;
    }
    .hostings .banner-text .banner-he h1,
    .hostings .banner-text .banner-he p {
        text-align: left !important;
    }
    /* .hostt.section-detail h1 {
        font-size: 24px;
        line-height: 30px;
    } */
    .hostt.section-detail p {
        font-size: 16px;
        line-height: 21px;
    }
    .bg_bg {
        min-height: 320px !important;
    }
}

@media screen and (max-width:767px) {
    .row .col-sm-6 {
        display: block !important;
        min-height: auto;
    }
    .mp-1_5 {
        padding: 1.5rem !important;
    }
    .hostt .row.display-flex.mt-5.mb-5.pt-5 {
        padding-top: 0 !important;
        display: block !important;
    }
    .bg_bg {
        min-height: 280px !important;
    }
    .mmt-0 {
        margin-top: 0 !important;
    }
    .mmb-0 {
        margin-bottom: 0 !important;
    }
    .mpt-0 {
        padding-top: 0 !important;
    }
    .hostings-btn .blue-btn {
        display: block;
        margin: auto;
    }
    .webshow {
        display: none !important;
    }
    .row .col-sm-6.webshow {
        display: none !important;
    }
    .mobileshow {
        display: block !important;
    }
    .mmt-25 {
        margin-top: 25px;
    }
    .mm-center {
        text-align: center;
    }
    .hosting-overlay {
        height: 1120px;
    }
    .hhtext {
        left: 2%;
    }
    .mm-auto {
        margin: auto;
    }
    .dlist-1 {
        margin-top: 3rem !important;
    }
}

@media screen and (max-width:600px) {
    .hostings .banner-text .banner-he h1,
    .hostings .banner-text .banner-he p {
        font-size: 15px;
        line-height: 22px;
    }
    .hostings .banner-text .banner-he h1,
    .hostings .banner-text .banner-he h1 {
        font-size: 17px;
        line-height: 25px;
    }
}

@media (min-width: 576px) and (max-width:767px) {
    .col-sm-6 {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width:800px) {
    .hhtext {
        width: 90% !important;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .hostings-btn .btn-blue,
    .hostings-btn .btn-orange,
    .hostings-btn .btn-orange-bark {
        padding: 5px 10px !important;
    }
    .hostings-btn .btn-blue a,
    .hostings-btn .btn-orange a,
    .hostings-btn .btn-orange-bark a {
        font-size: 13px !important;
    }
    .mms-0 {
        margin-left: 0 !important;
    }
    .mme-0 {
        margin-right: 0 !important;
    }
}

@media (min-width: 801px) and (max-width:880px) {
    .hosting-overlay {
        height: 1050px !important;
    }
}

@media (max-width: 1200px) {
    .hostt.section-detail .display-flex h1 {
        font-size: 23px;
    }
}

@media (min-width: 768px) and (max-width:1200px) {
    .dlist-3,
    .dlist-4 {
        margin-top: 15px !important;
    }
}