:root {--tj-color-theme-primary: #001842;}

.tj-header-top {background: #ffffff;}
.tj-header-top .infos-item .infos-icon {color: #972000;}
.tj-header-top .infos-item .infos-content .label {color: #111111;}
.tj-header-top .infos-item .infos-content a, .tj-header-top .infos-item .infos-content span {color: #001842;}
.tj-header-top .tj-header-top-social ul li a {border: 1px solid rgb(151 32 0);color: #972000;}
.tj-header-area .tj-header-top-wrapper .infos-item {padding-right: 25px;margin-right: 25px;}
.tj-header-area .tj-header-bottom .mainmenu ul {column-gap: 65px;}
.tj-header-area .tj-header-bottom .mainmenu > li > a {color: #ffffff !important;}
.mainmenu ul > li > a {color: #ffffff !important;}
.mainmenu ul > li.current-menu-ancestor > a, .mainmenu ul > li.current-menu-item > a, .mainmenu ul > li:hover > a {color: #ffffff !important;}
.tj-header-area .tj-header-bottom .tj-header-btn {background: #972000;color:#ffffff;}
.tj-header-area .tj-header-bottom .tj-header-btn .icon_box .icon_first {color:#ffffff;}
.tj-header-sticky.sticky {background-color: #928c0f;}
.header-sticky .mainmenu.mainmenu-sticky ul {column-gap: 65px !important;}
.header-sticky .mainmenu.mainmenu-sticky ul > li > a {color: #ffffff;}
.tj-header-bottom-row {background: #928c0f;}
.tj-slider-area .tj-slider-bg-shape-1 {opacity: .65;width: 55%;height: 100%;mask-image: none;background: none;}
.tj-slider-area .tj-slider-bg-shape-3 {height: auto;mask-image: none;background: none;}
.tj-slider-area .tj-slider-content {padding: 260px 0 200px;}
.tj-slider-area .tj-slider-content .tj-slider-title-box .tj-slider-sub-title {font-family: "Rajdhani", sans-serif;font-size: 20px;font-weight: 600;color: #f2c617;text-transform: uppercase;}
.tj-slider-area .tj-slider-content .tj-slider-title-box .tj-slider-title {font-size: 65px;font-family: "Nunito", sans-serif;font-weight: 800;line-height: 75px;}
.tj-slider-area .tj-slider-content .tj-slider-title-box .tj-slider-paragraph {font-size: 16px;line-height: 28px;color: #eeeeee;max-width: 600px;margin-bottom: 0;font-family: 'Nunito';}
.tj-slider-area .tj-slider-content .tj-slider-btn-box {gap: 20px;}
.tj-slider-area .tj-slider-content .tj-slider-btn-box .tj-slider-call-text {display: block;margin-left: 15px;}
.tj-slider-area .tj-slider-content .tj-slider-btn-box .tj-slider-call-text span {display: block;color: #e7be1c;text-transform: uppercase;font-weight: 600;}
.tj-slider-area .tj-slider-content .tj-slider-btn-box .tj-slider-call-text a {margin-left: 0;}
.tj-slider-area .tj-slider-thumb img {max-width: 110% !important;}

/*Bubble Animation*/
.hero-animated-bubble {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
@media (max-width: 1299px) {
    .hero-animated-bubble {
        display: none;
    }
}
.hero-animated-bubble img {
    position: absolute;
    z-index: 9;
}
.hero-animated-bubble img:first-child {
    top: 50%;
    left: 10%;
    -webkit-animation: moving 5s linear infinite;
    animation: moving 5s linear infinite;
}
@media (max-width: 1500px) {
    .hero-animated-bubble img:first-child {
        display: none;
    }
}
.hero-animated-bubble img:nth-child(2) {
    top: 22%;
    left: 10%;
    -webkit-animation: fadeLeftRight 10s linear infinite;
    animation: fadeLeftRight 10s linear infinite;
}
.hero-animated-bubble img:nth-child(3) {
    bottom: 5%;
    left: 24%;
    -webkit-animation: moving 10s linear infinite;
    animation: moving 10s linear infinite;
}
.hero-animated-bubble img:nth-child(4) {
    top: 40%;
    left: 2%;
    -webkit-animation: fadeLeftRight 10s linear infinite;
    animation: fadeLeftRight 10s linear infinite;
}
.hero-animated-bubble img:nth-child(5) {
    bottom: 20%;
    left: 6%;
    -webkit-animation: moving 10s linear infinite;
    animation: moving 10s linear infinite;
}
.hero-animated-bubble img:nth-child(6) {
    bottom: 14%;
    left: 30%;
    -webkit-animation: fadeLeftRight 10s linear infinite;
    animation: fadeLeftRight 10s linear infinite;
}
.hero-animated-bubble img:nth-child(7) {
    top: 24%;
    left: 23%;
    -webkit-animation: moving 10s linear infinite;
    animation: moving 10s linear infinite;
}
.hero-animated-bubble img:nth-child(8) {
    top: 35%;
    left: 10%;
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite;
}
.bubble-burst {
    -webkit-animation: bubbleBurst 0.6s ease-in forwards;
    animation: bubbleBurst 0.6s ease-in forwards;
}
@-webkit-keyframes bubbleBurst {
    0% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        opacity: 0.4;
    }
    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}
@keyframes bubbleBurst {
    0% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        opacity: 0.4;
    }
    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}
@keyframes fadeLeftRight {
	0%, 100% {
	    -webkit-transform: translateX(0px);
	    transform: translateX(0px);
	}
	50% {
	    -webkit-transform: translateX(100px);
	    transform: translateX(100px);
	}
}

/*Bubble Animation*/


.tj-about-area {padding-top: 100px;padding-bottom: 120px;}
.tj-about-area .tj-about-wrapper .tj-section-wrapper {margin-bottom: 35px;}
.tj-about-area .tj-about-wrapper .tj-section-wrapper .tj-section-subtitle {font-size: 18px;font-family: "Rajdhani", sans-serif;text-transform: uppercase;font-weight: 600;color: #171249 !important;position: relative;display: inline-block;}
.tj-about-area .tj-about-wrapper .tj-section-wrapper .tj-section-subtitle::after {position: absolute;content:"";top: 50%;left:calc(100% + 10px);background: #171249 !important;width: 60px;height: 2px;}
.tj-about-area .tj-about-wrapper .tj-section-wrapper .tj-section-title {font-size: 42px;font-family: "Nunito", sans-serif;margin-bottom: 20px;font-weight: 800;line-height: 54px;color:#161616;}
.tj-about-area .tj-about-wrapper .tj-section-wrapper .tj-section-paragraph {max-width: 100%;text-align: justify;line-height: 30px;color: #333333;font-family: 'Nunito';}
.tj-about-area .tj-about-wrapper .tj-section-wrapper ul {display: inline-grid;grid-template-columns: auto auto;gap: 10px 40px;padding-left: 0;list-style: none;text-align: left;margin-bottom: 0;}
.tj-about-area .tj-about-wrapper .tj-section-wrapper ul li {position: relative;color: #444444;font-weight: 400;padding-left: 20px;}
.tj-about-area .tj-about-wrapper .tj-section-wrapper ul li:before {content: "";width: 7px;height: 7px;background-color: #00aeef;display: inline-block;position: absolute;left: 0;top: 9px;border-radius: 50%;margin-right: 10px;}
.tj-service-area {padding: 100px 0;}
.tj-service-area .tj-section-wrapper .tj-section-subtitle {font-size: 18px;font-family: "Rajdhani", sans-serif;text-transform: uppercase;font-weight: 600;color: #171249 !important;position: relative;display: inline-block;}
.tj-service-area .tj-section-wrapper .tj-section-subtitle::before {position: absolute;content:"";top: 50%;right: calc(100% + 10px);background: #171249 !important;width: 60px;height: 2px;}
.tj-service-area .tj-section-wrapper .tj-section-subtitle::after {position: absolute;content:"";top: 50%;left:calc(100% + 10px);background: #171249 !important;width: 60px;height: 2px;}
.tj-service-area .tj-section-wrapper .tj-section-title {font-size: 42px;font-family: "Nunito", sans-serif;margin-bottom: 20px;font-weight: 800;line-height: 54px;color: #161616;}
.tj-service-area .tj-portfolio-thumb .inner_box {position: relative;padding: 0px 30px 30px 30px;box-shadow: 0px 0px 40px 0px rgba(0,0,0,.09);background: #fff;border-radius: 10px;text-align: center;margin-top: 30px;}
.tj-service-area .tj-portfolio-thumb .inner_box .image_box {position: relative;top: -30px;}
.tj-service-area .tj-portfolio-thumb .inner_box .image_box img {border-radius: 30px;width: 100%;}
.tj-service-area .tj-portfolio-thumb .inner_box .iconBx {position: absolute;bottom: -60px;left: calc(50% - 50px);width: 100px;height: 100px;line-height: 80px;border: 10px solid #ffffff;background-color: #972000;border-radius: 50%;z-index: 9;transition: 0.4s ease-in-out;}
.tj-service-area .tj-portfolio-thumb .inner_box .iconBx img {transition: 0.4s ease-in-out;padding: 10px;height: 60px;border-radius: 0;}
.tj-service-area .tj-portfolio-thumb .inner_box .iconBx:before {content: "";position: absolute;inset: 0;transform: scale(0);border-radius: 50%;background-color: #928c0f;transform-origin: center;transform-style: preserve-3d;transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);z-index: -1;}
.tj-service-area .tj-portfolio-thumb:hover .iconBx:before {transform: scaleX(1);}
.tj-service-area .tj-portfolio-thumb:hover .iconBx img {filter: invert(1);}
.tj-service-area .tj-portfolio-thumb .inner_box .service-box_icon:before {content: "";position: absolute;inset: 0;transform: scale(0);border-radius: 50%;background-color: #171249 !important;transform-origin: center;transform-style: preserve-3d;transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);z-index: -1;}
.tj-service-area .tj-portfolio-thumb .inner_box .content_inner {margin: 40px 0 10px 0;}
.tj-service-area .tj-portfolio-thumb .inner_box .content_inner h2 {font-size: 24px;font-family: "Nunito", sans-serif;font-weight: 700;color: #333333;margin-bottom: 10px;}
.tj-service-area .tj-portfolio-thumb .inner_box .content_inner p {font-family: 'Nunito';font-size: 16px;color: #333333;line-height: 26px;margin-bottom: 10px;}
.tj-choose-us-area {padding: 100px 0 !important;}
.tj-choose-us-area .tj-section-wrapper {display: block;margin: 0 auto 60px;max-width: 700px;}
.tj-choose-us-area .tj-section-wrapper .tj-section-subtitle {font-size: 18px;font-family: "Rajdhani", sans-serif;text-transform: uppercase;font-weight: 600;color: #171249 !important;position: relative;display: inline-block;}
.tj-choose-us-area .tj-section-wrapper .tj-section-subtitle::before {position: absolute;content:"";top: 50%;right: calc(100% + 10px);background: #171249 !important;width: 60px;height: 2px;}
.tj-choose-us-area .tj-section-wrapper .tj-section-subtitle::after {position: absolute;content:"";top: 50%;left:calc(100% + 10px);background: #171249 !important;width: 60px;height: 2px;}
.tj-choose-us-area .tj-section-wrapper .tj-section-title {font-size: 42px;font-family: "Nunito", sans-serif;margin-bottom: 20px;font-weight: 800;line-height: 54px;color: #161616;}
.tj-choose-us-area .tj-choose-us-left-thumb {mask-image: none;background: transparent;}
.tj-choose-us-area .tj-choose-us-left-thumb img {object-fit: contain;}
.tj-choose-us-area .tj-choose-us-center-thumb img {max-width: 50%;}
.tj-choose-us-area .tj-choose-us-wrap .tj-choose-us-item .tj-choose-us-icon span img {height: 60px;}
.tj-choose-us-area .tj-choose-us-wrap .tj-choose-us-item .tj-choose-us-content .tj-choose-us-title {font-size: 20px;font-family: "Rajdhani", sans-serif;font-weight: 700;color: #171249;text-transform: uppercase;}
.tj-choose-us-area .tj-choose-us-wrap .tj-choose-us-item .tj-choose-us-content .tj-choose-us-paragraph {font-family: 'Nunito';font-size: 16px;color: #333333;line-height: 26px;font-weight: 500;margin-bottom: 0;}
.tj-choose-us-area .tj-choose-us-bottom-row {background: #171249;padding: 50px;}
.tj-choose-us-area .tj-choose-us-bottom-row .tj-choose-us-bottom-content .tj-choose-us-bottom-subtitle {font-size: 18px;font-family: "Rajdhani", sans-serif;text-transform: uppercase;font-weight: 600;color: #f2c617 !important;position: relative;display: inline-block;}
.tj-choose-us-area .tj-choose-us-bottom-row .tj-choose-us-bottom-content .tj-choose-us-bottom-subtitle::after {position: absolute;content:"";top: 50%;left:calc(100% + 10px);background: #f2c617 !important;width: 60px;height: 2px;}
.tj-choose-us-area .tj-choose-us-bottom-row .tj-choose-us-bottom-content .tj-choose-us-bottom-title {font-size: 36px;font-family: 'Nunito';font-weight: 700;}
.tj-choose-us-area .tj-choose-us-bottom-row .tj-choose-us-bottom-content .tj-choose-us-bottom-button .tj-hover-btn:hover {background: #f2c617;color: #161616;}
.tj-choose-us-area .tj-choose-us-bottom-bg-shape-1 {opacity: .65;}
.tj-team-area {padding-top: 0;padding-bottom: 90px;}
.tj-team-area .tj-section-wrapper {display: block;}
.tj-team-area .tj-section-wrapper .tj-section-subtitle {font-size: 18px;font-family: "Rajdhani", sans-serif;text-transform: uppercase;font-weight: 600;color: #171249 !important;position: relative;display: inline-block;}
.tj-team-area .tj-section-wrapper .tj-section-subtitle::before {position: absolute;content:"";top: 50%;right: calc(100% + 10px);background: #171249 !important;width: 60px;height: 2px;}
.tj-team-area .tj-section-wrapper .tj-section-subtitle::after {position: absolute;content:"";top: 50%;left:calc(100% + 10px);background: #171249 !important;width: 60px;height: 2px;}
.tj-team-area .tj-section-wrapper .tj-section-title {font-size: 42px;font-family: "Nunito", sans-serif;margin-bottom: 20px;font-weight: 800;line-height: 54px;color: #161616;}
.tj-team-area .tj-team-wrapper .tj-team-thumb img {width: 100%;height: 100%;object-fit: cover;border-radius: 50%;border: 6px solid var(--tj-color-common-white);}
.tj-team-area .tj-team-wrapper .tj-team-social .tj-team-btn button {font-size: 15px;}
.tj-team-area .tj-team-wrapper .tj-team-social .tj-team-icon {background: #f2c617;}
.tj-team-area .tj-team-wrapper .tj-team-content .tj-team-title {margin-bottom: 5px;font-family: 'Nunito';font-size: 24px;color: #161616;}
.tj-team-area .tj-team-wrapper .tj-team-content .tj-team-paragraph {color: #171249;margin-bottom: 0;font-family: 'Rajdhani';font-size: 16px;font-weight: 600;}
.tj-team-area .tj-team-wrapper:hover .tj-team-content .tj-team-title {color: #ffffff;}
.tj-team-area .tj-team-wrapper:hover .tj-team-content .tj-team-paragraph {color: #f2c617;}
.tj-team-wrapper:hover .tj-team-btn button {background: #f2c617;}
.tj-before-after-bg::before {background: rgba(23, 18, 73, 0.95);}
.tj-pricing-area {padding: 100px 0;position: relative;}
.tj-pricing-area .tj-section-wrapper .tj-section-subtitle {font-size: 18px;font-family: "Rajdhani", sans-serif;text-transform: uppercase;font-weight: 600;color: #f2c617 !important;position: relative;display: inline-block;}
.tj-pricing-area .tj-section-wrapper .tj-section-subtitle::before {position: absolute;content:"";top: 50%;right: calc(100% + 10px);background: #f2c617 !important;width: 60px;height: 2px;}
.tj-pricing-area .tj-section-wrapper .tj-section-subtitle::after {position: absolute;content:"";top: 50%;left:calc(100% + 10px);background: #f2c617 !important;width: 60px;height: 2px;}
.tj-pricing-area .tj-section-wrapper .tj-section-title {font-size: 42px;font-family: "Nunito", sans-serif;margin-bottom: 20px;font-weight: 800;line-height: 54px;color: #ffffff;}
.tj-pricing-area .tj-pricing-wrapper .tj-pricing-price {background: #ECF1F5;padding: 30px;border-radius: 8px 8px 0 0;}
.tj-pricing-area .tj-pricing-wrapper .tj-pricing-price .tj-pricing-price-subtitle {color: #171249;}
.tj-pricing-area .tj-pricing-wrapper .tj-pricing-price .tj-pricing-price-title {font-weight: 600;font-size: 50px;color: #161616;margin-bottom: 5px;}
.tj-pricing-area .tj-pricing-wrapper .tj-pricing-price .tj-pricing-price-paragraph {font-family: 'Rajdhani';font-size: 18px;color: #077cea;font-weight: 600;margin: 0;}
.tj-pricing-area .tj-pricing-wrapper .tj-pricing-shape img {width: 100%;height: auto;}
.tj-pricing-area .tj-pricing-wrapper .tj-pricing-bottom {padding: 40px 30px;}
.tj-pricing-area .tj-pricing-wrapper .tj-pricing-bottom .tj-pricing-list {margin-bottom: 30px;}
.tj-pricing-area .tj-pricing-wrapper .tj-pricing-bottom .tj-pricing-list ul li {margin-bottom: 10px;font-family: 'Nunito';font-size: 16px;color: #333333;}
.tj-pricing-area .tj-pricing-wrapper .tj-pricing-bottom .tj-pricing-list ul li span {margin-right: 7px;}
.tj-pricing-area .tj-pricing-wrapper.active .tj-pricing-price {background: #077cea;}
.tj-pricing-area .tj-pricing-wrapper.active .tj-pricing-icon span::before{background: #928c0f;}
.tj-pricing-area .tj-pricing-wrapper.active .tj-pricing-price .tj-pricing-price-subtitle {color: #eeeeee;}
.tj-pricing-area .tj-pricing-wrapper.active .tj-pricing-price .tj-pricing-price-title {color: #ffffff;}
.tj-pricing-area .tj-pricing-wrapper.active .tj-pricing-price .tj-pricing-price-paragraph {color: #972000;}
.tj-pricing-area .tj-pricing-wrapper.active .tj-pricing-button .tj-square-btn.active {background: #972000;color: #ffffff;}
.tj-testimonial-area .tj-section-wrapper .tj-section-subtitle {font-size: 18px;font-family: "Rajdhani", sans-serif;text-transform: uppercase;font-weight: 600;color: #171249 !important;position: relative;display: inline-block;}
.tj-testimonial-area .tj-section-wrapper .tj-section-subtitle::before {position: absolute;content:"";top: 50%;right: calc(100% + 10px);background: #171249 !important;width: 60px;height: 2px;}
.tj-testimonial-area .tj-section-wrapper .tj-section-subtitle::after {position: absolute;content:"";top: 50%;left:calc(100% + 10px);background: #171249 !important;width: 60px;height: 2px;}
.tj-testimonial-area .tj-section-wrapper .tj-section-title {font-size: 42px;font-family: "Nunito", sans-serif;margin-bottom: 20px;font-weight: 800;line-height: 54px;color: #161616;}
.tj-testimonial-area .tj-testimonial-wrapper::after {content: "";position: absolute;width: 175px;height: 150px;background: url(../images/testimonial/testimonial-box-shape.png);top: 0;left: 0;z-index: -1;background-size: contain;background-repeat: no-repeat;}
.tj-testimonial-area .tj-testimonial-wrapper .star-ratings .fill-ratings {color: #f2c617;}
.tj-testimonial-area .tj-testimonial-wrapper .tj-testimonial-top-member-title {font-weight: 700;font-family: 'Nunito';color: #171249;}
.tj-contact-area .tj-contact-section-wrapper .tj-section-wrapper .tj-section-subtitle {font-size: 18px;font-family: "Rajdhani", sans-serif;text-transform: uppercase;font-weight: 600;color: #171249 !important;position: relative;display: inline-block;}
.tj-contact-area .tj-contact-section-wrapper .tj-section-wrapper .tj-section-subtitle::after {position: absolute;content: "";top: 50%;left: calc(100% + 10px);background: #171249 !important;width: 60px;height: 2px;}
.tj-contact-area .tj-contact-section-wrapper .tj-section-wrapper .tj-section-title {font-size: 42px;font-family: "Nunito", sans-serif;margin-bottom: 20px;font-weight: 800;line-height: 54px;color: #161616;}
.tj-footer-area {background: #18134a;}
.tj-footer-area .tj-footer-bg-shape {opacity: .35;}
.tj-footer-area .tj-footer-top-wrap .tj-footer-top-wrap-icon span {background: #f2c617;color: #070426;}
.tj-footer-area .tj-footer-top-wrap-content .sub-title {font-size: 16px;color: #f2c617;font-family: 'Rajdhani';font-weight: 500;text-transform: uppercase;}
.tj-footer-area .tj-footer-top-wrap-content a {font-family: 'Nunito';font-weight: 600;font-size: 18px;color: #ffffff;}
.tj-footer-area .tj-footer-top-wrap-content .location {font-family: 'Nunito';font-weight: 600;font-size: 18px;color: #ffffff;line-height: 24px;}
.tj-footer-area .tj-footer-widget .tj-footer-widget-title {font-weight: 600;font-size: 20px;color: #ffffff;font-family: 'Nunito';margin-bottom: 20px;position: relative;padding-bottom: 20px;text-transform: uppercase;}
.tj-footer-area .tj-footer-widget .tj-footer-widget-title::after {position: absolute;content:"";bottom: 0;left:0;background: #f2c617 !important;width: 60px;height: 2px;}
.tj-footer-area .tj-footer-widget .tj-footer-widget-paragraph {max-width: 100%;margin-bottom: 20px;}
.tj-footer-copyright {padding: 10px 0;}
.tj-footer-copyright .tj-footer-copyright-wrapper {justify-content: center;}
.tj-breadcrumb-area::after {background: rgba(1, 15, 52, .01);}
.tj-contact-inner-page-area .tj-contact-inner-page-form .tj-contact-inner-page-form-title {font-size: 42px;font-family: "Nunito", sans-serif;margin-bottom: 20px;font-weight: 800;line-height: 54px;color: #161616;}
.tj-contact-inner-page-area .tj-contact-inner-page-info-box {margin-left: 35px;margin-top: 0px;}
.tj-contact-inner-page-area .tj-contact-inner-page-info-box .tj-contact-inner-page-info-title {font-size: 30px;font-family: "Nunito", sans-serif;margin-bottom: 30px;font-weight: 700;line-height: 42px;color: #161616;}
.tj-contact-inner-page-area .tj-contact-inner-page-info-box .tj-contact-inner-page-info-list li {width:100%;}
.tj-contact-inner-page-area .tj-contact-inner-page-info-box .tj-contact-inner-page-info-list li .tj-contact-inner-page-info-number {font-family: 'Rajdhani';font-weight: 600;text-transform: uppercase;color: #171249;}

.tj-service-details-area .tj-service-details-title {font-size: 24px;font-family: "Nunito", sans-serif;margin-bottom: 10px;font-weight: 800;line-height: 30px;color: #161616;}
.tj-service-details-area .tj-service-details-desc p {max-width: 100%;text-align: justify;line-height: 30px;color: #333333;font-family: 'Nunito';margin-bottom: 10px;}
.tj-service-details-area .service_list .widget_categories-title {font-size: 24px;color: #171249;margin-bottom: 35px;font-family: 'Nunito';font-weight: 700;}
.tj-service-details-area .service_list nav ul li a {font-family: 'Rajdhani';font-size: 18px;color: #161616;font-weight: 600;}
.tj-service-details-area .service_list nav ul li.active a {color:#ffffff;}
.tj-service-details-area .service_list nav ul li a:hover {color:#ffffff;}
.tj-service-details-area .tj-service-widget-contact-box .tj-service-widget-contact-title {font-size: 28px;font-weight: 700;line-height: 45px;font-family: 'Nunito';margin-bottom: 15px;}
.tj-service-details-area .tj-service-widget {padding:50px;}
.tj-service-details-area .tj-service-widget .tj-service-widget-contact-bottom-content .link {font-size: 20px;color: #f2c617;display: block;margin-bottom: 10px;font-family: 'Rajdhani';}
.tj-service-details-area .tj-service-widget-contact-icon span i {background: #171249;width: 90px;height: 90px;line-height: 90px;display: inline-block;border-radius: 100%;box-shadow: 0 0 6px #ccccccc;}
.tj-service-details-area .tj-service-details-check-list ul li {font-family: 'Nunito';font-weight: 500;font-size: 15px;margin-bottom: 7px;}
.tj-service-details-area .service_image img {width:100%;height:auto;border-radius:7px;}

.contact-qr img {height:120px;}
.whatsappBx {bottom: 200px;right: 0px;z-index: 999;opacity: 1;position: fixed;width: 60px;height: 60px;text-align: center;border-radius: 100%;}

.tj-footer-widget-logo {max-width: max-content;margin-bottom: 28px;background: #928c0f;padding: 10px;border-radius: 10px;}

.tj-pricing-area .tj-pricing-wrapper .tj-pricing-price {min-height: 130px;}
.tj-pricing-area .tj-pricing-wrapper .tj-pricing-icon {left: 10px;}
.tj-pricing-area .tj-pricing-wrapper .tj-pricing-price .tj-pricing-price-subtitle {color: #171249;font-size: 24px;}
.tj-pricing-area .tj-pricing-wrapper .tj-pricing-bottom {padding: 35px 30px;height: 250px;overflow-y: scroll;}

.tj-choose-us-area .process-wrapper {position: relative;display: grid;grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;grid-gap: 10px;}
.tj-choose-us-area .process-wrapper .item-box {text-align: center;position:relative;}
.tj-choose-us-area .process-wrapper .item-box::after {position:absolute;content:"";top:50px;left:50%;width:100%;height:2px;background: #001842;}
.tj-choose-us-area .process-wrapper .item-box:nth-child(9):after {display:none;}
.tj-choose-us-area .process-wrapper .item-box .icon {width: 90px;height: 90px;margin: 0 auto 10px;background: #ffffff;border: 10px solid #eeeeee;border-radius: 100%;display: flex;align-items: center;justify-content: center;box-shadow: 0 0 4px #606060;position: relative;z-index: 99;}
.tj-choose-us-area .process-wrapper .item-box .icon img {height:48px;}
.tj-choose-us-area .process-wrapper .item-box h4 {font-size: 16px;font-weight: 700;font-family: "Nunito", sans-serif;margin-bottom: 5px;}
.tj-choose-us-area .process-wrapper .item-box p {font-size: 14px;font-family: "Nunito", sans-serif;line-height: 24px;color: #333333;margin: 0;}

@media (max-width:767px){
    .tj-header-bottom-row {background: #ffffff;}
    .hamburger_bg {background-color: #030028;}
    .hamburger_wrapper .hamburger_menu .mean-nav ul li a {border-bottom: 1px solid #857deb;font-family: "Nunito", sans-serif;font-weight: 500;font-size: 15px;}
    .hamburger_wrapper .hamburger-infos {border-top: none;padding-top: 20px;margin-bottom: 40px;}
    .hamburger_wrapper .hamburger-infos .hamburger-title {font-size: 20px;margin-bottom: 20px;font-family: "Nunito", sans-serif;}
    .hamburger_wrapper .hamburger-infos .contact-item .contact-icon span {background: #f1c517;color: #030028;}
    .hamburger_wrapper .hamburger-infos .contact-item .contact-text span {font-family: 'Rajdhani';font-weight: 500;font-size: 16px;color: #eec317;text-transform: uppercase;}
    .hamburger_wrapper .hamburger-infos .contact-item .contact-text .text a {font-family: "Nunito", sans-serif;font-size: 18px;font-weight: 600;}
    .hamburger_wrapper .hamburger-infos .contact-item .contact-text .text {font-family: "Nunito", sans-serif;font-size: 16px;font-weight: 600;}
    .tj-slider-area .tj-slider-content {padding: 150px 0px 100px;}
    .tj-slider-area .tj-slider-content .tj-slider-title-box {margin-bottom: 20px;}
    .tj-slider-area .tj-slider-content .tj-slider-title-box .tj-slider-title {font-size: 36px;line-height: 48px;}
    .tj-slider-area .tj-slider-content .tj-slider-btn-box {gap: 10px;display: flex;}
    .tj-slider-area .tj-slider-content .tj-slider-btn-box .contact-qr img {height: auto;min-height: auto;min-width: 90px;}
    .tj-slider-area .tj-slider-content .tj-slider-btn-box .tj-slider-call-icon {width: 45px;min-width: 45px;height: 45px;}
    .tj-slider-area .tj-slider-content .tj-slider-btn-box .tj-slider-call-text a {font-size: 18px;}
    .tj-slider-area .tj-slider-thumb img {display: none;}
    .tj-slider-area .tj-slider-bg-shape-1 {display:none;}
    .tj-about-area .tj-about-wrapper .tj-section-wrapper .tj-section-title {font-size: 30px;line-height: 42px;}
    .tj-about-area .tj-about-wrapper .tj-section-wrapper ul {grid-template-columns: auto;gap: 10px 0px;}
    .tj-service-area .tj-section-wrapper .tj-section-title {font-size: 30px;line-height: 42px;}
    .tj-choose-us-area .tj-section-wrapper .tj-section-title {font-size: 30px;line-height: 42px;}
    .tj-choose-us-area .tj-choose-us-bottom-row {padding: 35px 15px;}
    .tj-choose-us-area .tj-choose-us-bottom-row .tj-choose-us-bottom-content .tj-choose-us-bottom-title {font-size: 30px;text-align: left;line-height: 42px;}
    .tj-choose-us-area .tj-choose-us-bottom-button {text-align: revert-layer;}
    .tj-team-area .tj-section-wrapper .tj-section-title {font-size: 30px;line-height: 42px;}
    .tj-pricing-area .tj-section-wrapper .tj-section-title {font-size: 30px;line-height: 42px;}
    .tj-pricing-area .tj-pricing-wrapper .tj-pricing-price .tj-pricing-price-title {font-size: 42px;}
    .tj-testimonial-area .tj-section-wrapper .tj-section-title {font-size: 30px;line-height: 42px;}
    .tj-contact-area .tj-contact-section-wrapper .tj-section-wrapper .tj-section-title {font-size: 30px;line-height: 42px;}

    .tj-choose-us-area .process-wrapper {grid-template-columns: 1fr;grid-gap: 10px;}
    .tj-choose-us-area .process-wrapper .item-box::after {display:none;}

    .hamburger_logo .mobile_logo img {width: 100%;background: #ffffff;padding: 5px;border-radius: 5px;}

}