body {
    background: #f2f2f2 !important;
}

img {
    vertical-align: middle;
    border-style: none;
}

.sidebar-fixed #sidebar {
    height: fit-content;
    width: 10px;
    position: fixed;
    left: 0;
    display: grid;
    text-align: center;
    margin-left: 10px;
    bottom: 70px;
}

p i {
    left: 30px;
    position: relative;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
}

.sidebar-fixed .social {
    margin-left: -200px;
    width: 230px;
    padding: 6px 10px;
    display: inline-table;
    height: 0px;
    background-image: linear-gradient(to right, #141012, #43232e, #e55a25, #b0494e, #691306);
    -moz-transition-property: margin-left;
    -moz-transition-duration: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-property: margin-left;
    -ms-transition-duration: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-property: margin-left;
    -o-transition-duration: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-property: margin-left;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s;
    box-shadow: 0px 0px 6px 0px #3e3d3d3d;
    cursor: pointer;
}

.sidebar-fixed .linkedin p i {
    left: 33px;
}

.sidebar-fixed .google p i {
    left: 35px;
}

.sidebar-fixed .youtube p i {
    left: 33px;
}

section.sidebar-fixed {
    position: relative;
    z-index: 9;
}

.sidebar-fixed .social a p {
    font-size: 14px;
    margin: 0;
    line-height: 32px;
    color: #fff;
    font-style: italic;
    font-weight: 600;
}

.sidebar-fixed .social a p i {
    color: #fff !important;
    font-size: 18px;
    margin-left: 10px;
    text-shadow: 1px 1px 20px rgba(0, 0, 0, .5);
}

.social:first-child {
    border-top-right-radius: 5px !important;
}

.social:last-child {
    border-bottom-right-radius: 5px !important;
}

.img-replace {
    /* replace text with an image */
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
}

.bts-popup {
    position: fixed;
    left: 0px;
    top: -56px;
    height: auto;
    width: 100%;
    transform: translate(0%, 0%);
    z-index: 19988888;
    background-color: rgb(0 0 0 / 75%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.bts-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.bts-popup-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 4em auto;
    background: #ffffff;
    border-radius: 5px;
    border: 2px solid white;
    text-align: center;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.bts-popup-container img {
    padding: 20px 0 0 0;
}

.bts-popup-container p {
    color: white;
    padding: 10px 40px;
}

.bts-popup-container .bts-popup-button {
    padding: 8px 28px;
    background: #252525;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 21%);
}

.bts-popup-container a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 1.5px;
    font-weight: 400;
}

.bts-popup-container .bts-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    z-index: 99999;
}

.bts-popup-container .bts-popup-close::before,
.bts-popup-container .bts-popup-close::after {
    content: '';
    position: absolute;
    top: 13px;
    width: 16px;
    height: 3px;
    background-color: #424242;
    z-index: 99999;
}

.bts-popup-container .bts-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}

.bts-popup-container .bts-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 6px;
    top: 13px;
}

.is-visible .bts-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

@media only screen and (min-width: 1170px) {
    .bts-popup-container {
        margin: 8em auto;
    }
}

.header-main {
    background-image: linear-gradient(to right, #0b1b9d, #022e74, #02489f, #0273b4, #4ab8f8) !important;
}

.hero-banner.slider-area .slider-banner-particles #particles-js {
    background: linear-gradient(to right, #0054a9, #071c6c) !important;
}

.header-main .logo img {
    height: 70px;
    width: 160px;
}

.header-main .menu-main-menu-container ul li a {
    font-size: 14px;
    font-weight: 700;
    
}

.header-main .menu-main-menu-container ul li a:hover {
    font-size: 15px;
    color: #b18501;
}


/* About Starnext Section */

.about-one {
    padding-top: 120px;
    padding-bottom: 120px;
}

.about-one__images {
    width: 100%;
    max-width: 576px;
    position: relative;
    left: 0;
}

.about-one__images img:nth-child(1) {
    width: 200px;
    height: 400px;
    object-fit: cover;
    box-shadow: -20px 20px 20px #d8d8d8c6;
    border-radius: 10px 0px 0px 10px;
}

.about-one__images img:nth-child(2) {
    position: absolute;
    top: 150px;
    left: 30%;
    width: 300px;
    height: 350px;
    object-fit: cover;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 20px 20px 20px #d8d8d8c6;
}

.about-one__images-content {
    position: absolute;
    top: 10px;
    right: 80px;
    background-color: #0e3d71;
    width: 100%;
    max-width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    flex-direction: column;
    min-height: 130px;
    box-shadow: 0 0 15px #919191;
    text-align: center;
}

.about-one__images-content h3 {
    margin: 0;
    color: #e8a12f;
    font-weight: bold;
    font-size: 42px;
    line-height: 1;
    margin-bottom: 17px;
}

.about-one__images-content p {
    margin: 0;
    line-height: 1;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}

.about-one__content .block-title {
    margin-bottom: 20px;
}

.text-left.block-title p {
    justify-content: flex-start;
}

@media (min-width: 1200px) {
    .block-title p {
        font-size: 20px;
    }
    .block-title h3 {
        font-size: 40px;
        line-height: 1.325;
    }
}

@media (min-width: 992px) {
    .block-title p {
        font-size: 18px;
    }
    .block-title h3 {
        font-size: 36px;
    }
}

.block-title p {
    margin: 0;
    color: var(--primary);
    line-height: 1;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-title h3 {
    margin: 0;
    color: var(--black);
    font-size: 28px;
    line-height: 1.2;
    font-weight: bold;
}

.about-one__content>p {
    margin: 0;
    font-size: 16px;
    color: #888888;
    margin-bottom: 35px;
    line-height: 1.75;
}

.about-one__box-content h3 {
    margin: 0;
    font-weight: bold;
    color: var(--black);
    font-size: 22px;
    line-height: 1;
    margin-bottom: 15px;
}

.about-one__box-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
    color: #888888;
}


/* Card Css */

.card-img-top {
    height: 220px;
}


/* Call to action */

.cta-area {
    background: #1c222e;
    position: relative;
    overflow: hidden;
    padding: 90px 0;
}

.cta-map img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.cta-content {
    position: relative;
    z-index: 2;
}

.section-title.mr-100 {
    float: left;
    margin-right: 100px;
}

.cta-content .secondary-font {
    color: #fff;
    font-style: italic;
}

.section-head {
    color: #f89a59;
    font-weight: 900;
    text-transform: uppercase;
}

.template-btn a {
    display: inline-block;
    color: #fff;
    background: #f89a59;
    border: thin solid #f89a59;
    padding: 15px 50px;
    font-size: 18px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.cta-thumb {
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: -120px;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}


/* Work Process */

.working-process-anim {
    background: linear-gradient(to right, #0b1b9d, #02489f, #0273b4) !important;
    padding: 55px 0 70px;
    color: #fff;
    position: relative;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25em;
    text-align: center;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

.working-process-anim .sub-title {
    color: #fff;
    clear: both;
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.375em;
    letter-spacing: 0.5px;
    margin-top: 8px;
    margin-bottom: 18px;
    text-align: center;
}

.title-seperator:before {
    content: "";
    display: block;
    width: 44px;
    height: 4px;
    background: #0e3d71;
    margin: 5px auto 12px;
    border-radius: 2px;
}

.ml-auto,
.mx-auto {
    margin-left: auto!important;
    margin-right: auto!important;
}

.working-process-anim .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.working-process-anim .no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.working-process-anim .single-work-process {
    text-align: center;
    cursor: pointer;
}

.working-process-anim .work-process-icon {
    text-align: center;
    border: 1px solid #04b7d6;
    border-radius: 50%;
    background-color: #e8a12f;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    margin-bottom: 40px;
    position: relative;
}

.current-section .working-process-group .work-process-icon:before {
    right: -70%;
    opacity: .5;
}


/* .working-process-anim .work-process-icon:before {
    right: 0%;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
} */

.working-process-anim .work-process-icon1::after,
.working-process-anim .work-process-icon-last::before {
    display: none;
}


/* .working-process-anim .work-process-icon:before {
    position: absolute;
    content: "";
    top: 50%;
    right: -70%;
    width: 70%;
    height: 1px;
    background-color: #02cfd1;
    opacity: .5;
} */

.working-process-anim .work-process-icon:after {
    content: '';
    position: absolute;
    left: calc(-100% - 20px);
    width: 15px;
    height: 15px;
    border-top: solid 1px #e8a12f;
    border-right: solid 1px #e8a12f;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.working-process-anim .single-work-process .work-process-icon img {
    width: 40px;
}

.working-process-anim .single-work-process h4 {
    color: #eee;
    margin-bottom: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 16px;
}


/* Counter Number */

.demo {
    background-color: #C0CBCF;
}

.counter {
    color: #666;
    background-color: #fff;
    font-family: 'Amaranth', sans-serif;
    text-align: center;
    width: 190px;
    margin: 12px auto 15px;
    border: 1px solid #fff;
    box-shadow: 10px 10px 6px -6px rgba(0, 0, 0, 0.2);
}

.counter h3 {
    color: #fff;
    background: linear-gradient(to left, #e8a12f, #FA214B);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    width: 90%;
    padding: 15px 17px;
    margin: -12px 0 17px -12px;
    border-radius: 0 0 30px 0;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.counter h3:before,
.counter h3:after {
    content: "";
    background: linear-gradient(to left bottom, #666 49%, transparent 50%);
    width: 11px;
    height: 11px;
    position: absolute;
    bottom: -11px;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}

.counter h3:after {
    transform: rotate(180deg);
    left: auto;
    right: -11px;
    bottom: auto;
    top: 0;
}

.counter .counter-value {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 15px;
    display: block;
}

.counter .counter-icon {
    color: #fff;
    background: linear-gradient(to left, #FC4D7E, #FA214B);
    font-size: 35px;
    line-height: 70px;
    width: 75px;
    height: 70px;
    margin: 0 auto -15px;
    border-radius: 20px 20px 0 0;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease 0s;
}

.counter .counter-icon i {
    transition: all 0.3s ease 0s;
}

.counter:hover .counter-icon i {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    transform: rotateY(360deg);
}

.counter .counter-icon:before,
.counter .counter-icon:after {
    content: "";
    background: linear-gradient(to left bottom, #666 49%, transparent 50%);
    width: 14px;
    height: 14px;
    position: absolute;
    bottom: 0px;
    left: -14px;
    z-index: -1;
    transition: all 0.3s ease 0s;
}

.counter .counter-icon:after {
    transform: rotateY(180deg);
    left: auto;
    right: -14px;
}

.counter.blue h3,
.counter.blue .counter-icon {
    background: linear-gradient(to left, #0e3d71, #0A8CE4);
}

.counter.purple h3,
.counter.purple .counter-icon {
    background: linear-gradient(to left, #CA7EDA, #923CC3);
}

.counter.yellow h3,
.counter.yellow .counter-icon {
    background: linear-gradient(to left, #FAB609, #FF9302);
}

@media screen and (max-width:990px) {
    .counter {
        margin-bottom: 60px;
    }
}

.count-val {
    font-size: 32px;
    font-weight: 600;
    display: flex;
    justify-content: center;
}




/* End */

.service-card-body {
    padding: 20px 0 0;
}

.service-card-body ul li {
    padding: 5px 20px;
    font-size: 15px;
    color: #000;
    text-transform: capitalize;
    text-align: center;
    font-weight: 500;
}

.service-card-body ul li:nth-child(odd) {
    background-color: #fff;
}

.service-card-body ul li:nth-child(odd) {
    background-color: #0000000d;
}

.service-button {
    padding: 20px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-quote-btn {
    padding: 10px;
    width: 100%;
    background: transparent;
    color: #e8a12f;
    box-shadow: none;
    border: 1px solid #e8a12f;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.4s;
}

.why-chhose-widget {
    padding: 1px;
}

.banner-slider .owl-carousel .owl-prev,
.banner-slider .owl-carousel .owl-next {
    background: #fff !important;
    color: #0e3d71;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: normal;
}

.banner-slider .owl-carousel .owl-prev span,
.banner-slider .owl-carousel .owl-next span {
    color: #0e3d71;
    font-size: 34px;
}


/* Media Query */

@media only screen and (max-width: 767px) {
    .cta-thumb {
        display: none;
    }
    .cta-content .template-btn {
        right: 0;
        position: absolute;
    }
    .section-title h3 {
        font-size: 28px;
    }
    .section-title .secondary-font {
        font-size: 30px;
    }
    .cta-area {
        padding: 50px 0;
    }
    .template-btn a {
        padding: 6px 12px;
    }
    .social-btns {
        text-align: center !important;
    }
    .working-process-anim .work-process-icon:after {
        display: none;
    }
    .about-one__images img:nth-child(1) {
        width: 100%;
        height: 100%;
        box-shadow: none;
        border-radius: 0;
    }
    .about-one__images img:nth-child(2) {
        position: unset;
        width: 100%;
        height: 100%;
        border-radius: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .section-title .sub-title.right-line:after {
        display: none;
    }
    .section-title .title {
        font-size: 22px;
        text-align: start;
    }
    .section-title .content {
        margin-top: 5px;
    }
    .style-check-box {
        font-size: 18px;
        text-align: start;
        display: flex;
        align-items: center;
    }
    .counter-area-inner {
        padding-bottom: 0 !important;
    }
    .about-col {
        margin-bottom: 0 !important;
    }
    .working-process-anim .work-process-icon {
        margin-bottom: 10px;
    }
    .working-process-anim .single-work-process {
        margin-bottom: 30px;
    }
    .process-left h2 {
        text-align: start;
        font-size: 18px;
    }
    
    .footer-social-btn {
        text-align: start !important;
    }
    .home-slider {
        padding: 0 20px;
    }
    .home-slider h1 {
        font-size: 28px !important;
    }
    .home-slider h2 {
        font-size: 28px !important;
    }
    .banner-overlay {
        top: 15% !important;
    }
    .hero-banner.slider-area .slider-banner-particles {
        height: 300px !important;
    }
    .about-one__images-content {
        display: none;
    }
    .top-header-row {
        margin: 0 !important;
    }
    .top-header .topbar-left nav a {
        margin-right: 0;
        font-size: 14px;
        font-weight: 600;
    }
}

@media only screen and (max-width: 991px) {
    .cta-thumb {
        width: 260px;
    }
    .section-title.mr-100 {
        margin-right: 50px;
    }
    .cta-area {
        padding: 50px 0;
    }
    .template-btn a {
        font-size: 16px;
    }
    .social-btns {
        text-align: center !important;
    }
    .working-process-anim .work-process-icon:after {
        display: none;
    }
    .about-one__images img:nth-child(1) {
        width: 100%;
        height: 100%;
        box-shadow: none;
        border-radius: 0;
    }
    .about-one__images img:nth-child(2) {
        position: unset;
        width: 100%;
        height: 100%;
        border-radius: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .section-title .sub-title.right-line:after {
        display: none;
    }
    .section-title .title {
        font-size: 22px;
        text-align: start;
    }
    .section-title .content {
        margin-top: 5px;
    }
    .style-check-box {
        font-size: 18px;
        text-align: start;
        display: flex;
        align-items: center;
    }
    .counter-area-inner {
        padding-bottom: 0 !important;
    }
    .about-col {
        margin-bottom: 0 !important;
    }
    .working-process-anim .work-process-icon {
        margin-bottom: 10px;
    }
    .working-process-anim .single-work-process {
        margin-bottom: 30px;
    }
    .process-left h2 {
        text-align: start;
        font-size: 18px;
    }
    
    .footer-social-btns {
        text-align: start !important;
    }
    .home-slider h1 {
        font-size: 28px !important;
    }
    .home-slider h2 {
        font-size: 28px !important;
    }
    .home-slider {
        padding: 0 20px;
    }
    .banner-overlay {
        top: 15% !important;
    }
    .hero-banner.slider-area .slider-banner-particles {
        height: 300px !important;
    }
    .about-one__images-content {
        display: none;
    }
    .top-header-row {
        margin: 0 !important;
    }
    .top-header .topbar-left nav a {
        margin-right: 0;
        font-size: 14px;
        font-weight: 600;
    }
}