@import url(https://fonts.googleapis.com/css2?family=Nunito: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);
@import url(../../../4aHrOYOloSt4.com/ajax/libs/font-awesome/qKOVvcyWvfQo.0/css/a382vGSYjx9r.css);
@import url(https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,400;1,700;1,900&family=Nunito: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);

:focus,
a {
    outline: 0 !important
}

a,
a:hover {
    text-decoration: none
}

.pt-70,
.ptb-70 {
    padding-top: 70px
}

.pb-70,
.ptb-70 {
    padding-bottom: 70px
}

.all_btns,
.blog-head-title,
.default-btn,
.focus_content,
.focus_image,
.need-content,
.section-title,
.services-item {
    text-align: center
}

.focus_content p,
.team_image img,
.why-choose-icon img {
    margin-right: auto;
    margin-left: auto
}

#toTop,
.go-top {
    right: 20px;
    cursor: pointer
}

:root {
    --primaryfont: 'Nunito', sans-serif;
    --mainColor: #030303;
    --optionalColor: #182A52;
    --whiteColor: #ffffff;
    --blackColor: #111111;
    --fontSize: 16px;
    --transition: .5s;
    --red: #3671BF;
    --blue: #182A52;
    --lightblue: #465575;
    --link: #4a90e2;
    --gray: #818181;
    --graylight: #9A9A9A;
    --extralight: #E5E5E5;
    --background: #F5F8FF;
    --borderfull: #818181;
    --borderlight: #9A9A9A;
    --borderextralight: #E5E5E5
}

body {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--primaryfont);
    color: var(--lightblue);
    top: 0 !important
}

body::-webkit-scrollbar {
    background-color: transparent;
    width: 5px
}

body::-webkit-scrollbar-thumb {
    background-color: var(--red)
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--fontFamily);
    font-weight: 800;
    color: #030303
}

.why-choose-content h4,
h1,
h2 {
    font-family: Merriweather, serif
}

h1,
h2 {
    font-weight: 700
}

h1 {
    font-size: 42px
}

#cheading,
h2 {
    font-size: 30px
}

a {
    color: #4a90e2;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    vertical-align: middle
}

img {
    max-width: 100%;
    height: auto
}

p {
    margin-bottom: 15px;
    line-height: 1.8;
    color: var(--lightblue)
}

.blog-social ul,
.faq-accordion .accordion-content p:last-child,
.focus_content.focus_content1.ptb-60,
.single-footer-widget .link-list li:last-child,
.svc-extra-cls .main_service_page .business_hold_box h2,
.thank-box h4,
p:last-child {
    margin-bottom: 0
}

.comapny_register_section,
.pt-40,
.ptb-40 {
    padding-top: 40px
}

.pb-40,
.ptb-40 {
    padding-bottom: 40px
}

.container {
    max-width: 1260px
}

.bg-f7f8fa {
    background-color: #f7f8fa
}

.default-btn,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--red)
}

.default-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
    border: none;
    color: #fff;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px
}

.wsmenu>.wsmenu-list>li.wscarticon a {
    font-size: 14px
}

.wsmenu {
    font-family: var(--primaryfont)
}

.default-btn:hover {
    background-color: var(--blue);
    color: #fff
}

.section-title {
    margin-bottom: 40px
}

.form-control {
    height: 50px;
    color: var(--blackColor);
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    border: 1px solid #e5e0e0;
    background-color: #f5f5f5;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 3px;
    padding: 1px 0 0 15px;
    font-size: 15px;
    font-weight: 500
}

#over_section,
.why-choose-wrapper {
    box-shadow: 0 2px 12px rgb(0 0 0 / 7%);
    position: relative
}

.form-control::-webkit-input-placeholder {
    color: #7e7e7e;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.form-control:-ms-input-placeholder {
    color: #7e7e7e;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.form-control::-ms-input-placeholder {
    color: #7e7e7e;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.form-control::placeholder {
    color: #7e7e7e;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.form-control:focus {
    border-color: var(--mainColor);
    background-color: transparent
}

.form-control:focus::-webkit-input-placeholder {
    color: transparent
}

.form-control:focus:-ms-input-placeholder {
    color: transparent
}

.form-control:focus::-ms-input-placeholder {
    color: transparent
}

.form-control:focus::placeholder {
    color: transparent
}

.bg-color {
    background: var(--background)
}

.hero_content h1 {
    margin-bottom: 40px;
    line-height: 57px
}

.hero_banner_section {
    padding-bottom: 120px
}

.easir_section .easir_box {
    display: flex;
    align-items: center;
    column-gap: 20px
}

#over_section {
    bottom: 50px;
    background: #fff;
    border-radius: 12px;
    padding: 20px 10px
}

.easir-content h4 {
    font-size: 18px;
    color: var(--blue)
}

.easir-content p {
    color: var(--red);
    font-size: 18px
}

.focus_content {
    margin-bottom: 50px
}

.focus_content p {
    width: 518px
}

.what_you_section {
    padding-bottom: 60px;
    padding-top: 20px
}

#mobile-view,
#mobiles-view,
.mbl-title,
.mobile-view,
.row.footer_accordian,
.side-areas,
.why-choose-content h4,
.why-choose-content p,
.why-choose-wrapper:hover h2 {
    display: none
}

.why-choose-wrapper {
    background: #fff;
    border-radius: 10px;
    padding: 20px 15px;
    text-align: center;
    transition: .7s;
    margin-top: 75px;
    cursor: pointer;
    border: 1px solid #fff;
    margin-bottom: 10px
}

.why-choose-wrapper:hover {
    border-color: var(--red);
    transform: translateY(-70px)
}

.main-boxes:hover .hover_content_why {
    opacity: 1;
    display: block
}

.why-choose-content p {
    line-height: 24px
}

.mb-0 {
    margin-bottom: 0 !important
}

.why_choose_section {
    height: 480px
}

.side-areas.is-sticky,
.why-choose-wrapper:hover .why-choose-content h4,
.why-choose-wrapper:hover .why-choose-content p {
    display: block
}

.main-boxes {
    transition: .7s
}

.hover_content_why p,
.starting-price-exp-sr h2 {
    font-size: 15px
}

.single_faq.text-leftt.single_detail .faq-accordion ul li a,
.why-choose-content h2,
.why-choose-content h4 {
    font-size: 18px
}

.single-footer-widget .logo,
.svc-extra-cls .main-service_box .col-lg-4,
.why-choose-icon {
    margin-bottom: 20px
}

.text-left {
    text-align: left
}

.nav-panel .nav-tabs {
    border-bottom: none
}

.nav-panel .nav-tabs .nav-item .nav-link {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 12px 14px;
    color: var(--blue);
    font-size: 17px
}

.nav-panel .nav-tabs .nav-item {
    margin-right: 6px
}

.nav-panel .nav-tabs .nav-item .nav-link.active {
    border-color: var(--red);
    color: var(--red);
    font-weight: 700
}

.business_hold_box {
    box-shadow: 0 1px 12.09px .91px rgb(153 153 153 / 30%);
    padding: 25px 20px;
    min-height: 370px;
    position: relative;
    margin: 0 3px;
    border-radius: 10px
}

.business_holder,
.main_service_page .service-sidebar,
.mt_40,
.second-table-laout,
.top-blog-list {
    margin-top: 40px
}

.why-choose-icon img {
    height: 60px
}

.businnes_content_text h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--red);
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px
}

.businnes_content_text h4:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 15px;
    background: var(--red);
    top: 7px;
    left: 0
}

.businnes_content_text h2 {
    font-size: 18px;
    font-weight: bolder
}

.businnes_content_text .read_btn {
    color: var(--red);
    font-weight: 700;
    position: absolute;
    bottom: 20px
}

.businnes_content_text .read_btn i {
    position: relative;
    top: 2px;
    margin-left: 5px
}

.items-box,
.slide-items {
    margin: 10px 0
}

.service-slides .owl-dots {
    position: absolute;
    bottom: -35px
}

.related-slider.owl-theme .owl-dots .owl-dot span,
.service-slides.owl-theme .owl-dots .owl-dot span {
    margin: 5px 2px !important
}

.business_hold_box.flexbtn {
    display: flex;
    justify-content: center;
    flex-direction: column
}

.slider_icon .owl-nav .owl-prev i {
    color: var(--red);
    height: 35px;
    width: 35px;
    border: 1px solid var(--red);
    border-radius: 4px;
    font-size: 18px;
    line-height: 33px;
    position: absolute;
    left: -20px;
    top: 40%;
    background: #fff;
    transition: .7s
}

.slider_icon .owl-nav .owl-next i {
    color: var(--red);
    height: 35px;
    width: 35px;
    border: 1px solid var(--red);
    border-radius: 4px;
    font-size: 18px;
    line-height: 33px;
    position: absolute;
    right: -20px;
    top: 40%;
    background: #fff;
    transition: .7s
}

.center-blockk a,
.center-blocks a,
.view-all a {
    color: var(--red);
    font-weight: 700
}

.slider_icon .owl-nav .owl-next i:hover,
.slider_icon .owl-nav .owl-prev i:hover,
.slider_icon2 .owl-nav .owl-next i:hover,
.slider_icon2 .owl-nav .owl-prev i:hover,
ul.social li a:hover {
    background: var(--red);
    color: #fff
}

.view-all {
    text-align: right;
    margin-top: 10px
}

.contact-text,
.faq-accordion .accordion,
.partner-boxs {
    margin-top: 20px
}

.mb-20 {
    margin-bottom: 20px !important
}

.service_widget,
.sibe-widget-listing .blog-post-item,
.single-footer-widget {
    margin-bottom: 30px
}

.team-holder {
    text-align: center;
    margin-top: 30px;
    cursor: pointer
}

.team-content h4 {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 21px;
    color: var(--blue)
}

.team-content {
    margin-top: 10px
}

.contact-text p {
    color: #4a90e2
}

.contact_boxes:hover {
    -webkit-box-shadow: 0 10px 30px rgb(0 33 71 / 12%);
    box-shadow: 0 10px 30px rgb(0 33 71 / 12%)
}

#nav-serialscrolling li .sub-link.is-current,
.blog-head-title .post-ul li a:hover,
.blogs-slider .owl-dots .owl-dot.active span,
.contact-bottom a.active,
.contact-bottom a:hover,
.scroll_box a:hover,
.service-links ul li a:hover,
.team-holder:hover .team-content h4 {
    color: var(--red)
}

.contact_boxes {
    text-align: center;
    border: 1px solid rgba(3, 3, 3, .1);
    box-shadow: 0 2px 12px rgb(0 0 0 / 7%);
    border-radius: 10px;
    padding: 30px 20px;
    -webkit-transition: .4s;
    transition: .4s;
    background: #fff
}

.center-block {
    text-align: center;
    margin-top: 50px
}

.center-block .default-btn {
    padding: 12px 40px
}

.contact_section_home {
    padding-bottom: 50px
}

.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
    background-color: var(--whiteColor) !important;
    transition: .5s;
    animation: 1s forwards smoothScroll;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    padding-top: 0;
    padding-bottom: 0
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px)
    }

    100% {
        transform: translateY(0)
    }
}

#toTop {
    position: fixed;
    bottom: 80px;
    display: none;
    border-radius: 4px;
    z-index: 999
}

.btn.btn-primary {
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    background: var(--red) !important;
    color: #fff;
    border: none;
    font-size: 20px !important;
    height: 40px;
    width: 40px;
    border-radius: 0;
    line-height: 36px
}

.btn.btn-primary:hover {
    background: var(--blue) !important
}

.allbtn {
    color: var(--red) !important
}

.main_blog_section .blog-post-item .blog-post-thumb img {
    height: 225px;
    object-fit: cover
}

.footer-area {
    padding-top: 70px;
    background-color: #0d1730;
    position: relative;
    padding-bottom: 100px
}

.footer-area::before {
    background-image: url(../images/footer_bg.png);
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    right: 0;
    top: -14px;
    width: 100%
}

.single-footer-widget h3 {
    margin-bottom: 40px;
    font-size: 18px;
    position: relative;
    padding-bottom: 5px;
    color: #fff;
    font-weight: 500
}

.single-footer-widget h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 80px;
    height: 1px;
    background-color: var(--red)
}

.footer-bottom-area .payment-types ul,
.single-footer-widget .link-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.single-footer-widget .link-list li {
    margin-bottom: 12px;
    color: white;
    font-size:13px;
}

.single-footer-widget .link-list li a {
    display: inline-block;
    color: #fff;
    position: relative;
    font-size: 14px
}

.single-footer-widget p {
    color: #919191
}

.single-footer-widget .link-list li a:hover {
    color: var(--red);
    -webkit-transform: translateX(7px);
    transform: translateX(7px)
}

.single-footer-widget .newsletter-form .input-newsletter {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    background-color: transparent;
    color: #000;
    height: 50px;
    padding-left: 15px;
    border-radius: 5px;
    font-weight: 400
}

.single-footer-widget .newsletter-form .input-newsletter::-webkit-input-placeholder {
    color: #fff;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.single-footer-widget .newsletter-form .input-newsletter:-ms-input-placeholder {
    color: #fff;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.single-footer-widget .newsletter-form .input-newsletter::-ms-input-placeholder {
    color: #fff;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.single-footer-widget .newsletter-form .input-newsletter::placeholder {
    color: #999;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.single-footer-widget .newsletter-form .input-newsletter:focus {
    border-color: var(--mainColor);
    color: #fff
}

.single-footer-widget .newsletter-form .input-newsletter:focus::-webkit-input-placeholder {
    color: transparent
}

.single-footer-widget .newsletter-form .input-newsletter:focus:-ms-input-placeholder {
    color: transparent
}

.single-footer-widget .newsletter-form .input-newsletter:focus::-ms-input-placeholder {
    color: transparent
}

.single-footer-widget .newsletter-form .input-newsletter:focus::placeholder {
    color: transparent
}

.single-footer-widget .newsletter-form .validation-danger {
    color: red;
    margin-top: 15px
}

.single-footer-widget .newsletter-form .validation-success {
    margin-top: 15px
}

.single-footer-widget .newsletter-form .default-btn {
    display: block;
    width: 100%;
    margin-top: 12px;
    padding-left: 25px;
    padding-right: 25px
}

.footer-bottom-area {
    background-color: var(--red);
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center
}

.footer-bottom-area,
.footer-bottom-area p {
    line-height: initial;
    color: #fff;
    font-weight: 400;
    font-size: 16px
}

.footer-bottom-area p i {
    position: relative;
    top: 1px
}

.footer-bottom-area p a {
    font-weight: 400;
    color: #f0b912
}

.expand-all-main,
.footer-bottom-area .payment-types {
    text-align: right
}

.go-top,
.go-top i,
.mail-area,
ul.social li a {
    text-align: center
}

.footer-bottom-area .payment-types ul li {
    margin-right: 10px;
    color: #fff;
    font-weight: 500
}

.footer-bottom-area .payment-types ul li:last-child {
    margin-right: 0
}

.go-top {
    position: fixed;
    bottom: 20px;
    background-color: var(--red) !important;
    color: #fff;
    z-index: 4;
    width: 43px;
    height: 45px;
    opacity: 0;
    visibility: hidden;
    font-size: 27px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1)
}

.go-top i {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto
}

.go-top.active {
    opacity: 1 !important;
    visibility: visible !important;
    bottom: 15% !important
}

.go-top:hover {
    background-color: var(--blue) !important
}

ul.social li {
    display: inline-block;
    margin-right: 15px
}

ul.social li a {
    color: #fff;
    background: #fff;
    color: var(--blue);
    width: 22px;
    display: block;
    height: 22px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 22px
}

#nav-serialscrolling,
ul,
ul.social {
    padding-left: 0
}

.mail-area {
    background: #fff;
    box-shadow: 0 2px 15px 1px rgb(93 14 16 / 7%);
    border-radius: 10px 10px 0 0;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    padding: 70px 50px;
    z-index: 1;
    position: relative;
    margin-top: -60px
}

.mail-txt h4 {
    margin-bottom: 50px;
    color: var(--red);
    font-family: var(--primaryfont);
    font-size: 30px;
    font-weight: 700
}

.mail-txt input {
    border: none !important;
    border-bottom: 1px solid rgba(3, 3, 3, .4) !important;
    padding: 0 40px 5px;
    font-family: Nunito;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0;
    text-align: left
}

.focus_content h3,
.single_detail h3 {
    font-family: Merriweather, serif
}

.footer-accordion .accordion-item .accordion-title i {
    float: right;
    position: relative;
    top: -4px;
    right: 6px;
    font-size: 34px;
    font-weight: 500
}

.footer-accordion .accordion-item .accordion-title {
    border-bottom: 1px solid var(--red);
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    display: block;
    padding: 10px 0
}

.footer-accordion .accordion-item .accordion-title.active i::before {
    content: "\f106";
    color: #fff;
    font-weight: 500
}

.footer-accordion .single-footer-widget {
    margin-bottom: 15px;
    margin-top: 20px
}

#socialss .social {
    position: absolute;
    top: 11px;
    right: 0
}

#socialss,
.login-box .user-box,
.side-search-widget form {
    position: relative
}

.fixed-bottom.footer-bg .contact-bottom {
    display: flex;
    justify-content: space-between;
    font-size: 20px
}

.fixed-bottom.footer-bg {
    background: #fff;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, .1);
    padding: 8px 0;
    display: none
}

.contact-bottom a {
    color: var(--graylight);
    font-size: 28px;
    font-weight: 500
}

.breadcrumb-area .breadcrumb {
    background: 0 0;
    margin-bottom: 0;
    padding: 8px 0
}

.breadcrumb-area .breadcrumb ul {
    margin-bottom: 0;
    padding-left: 0
}

.breadcrumb-area {
    border-top: 1px solid var(--borderextralight);
    box-shadow: 0 2px 12px rgb(0 0 0 / 7%)
}

.inner_shadow,
.scroll_box {
    background: #fff;
    box-shadow: 32px 20px 108px -20px rgb(0 0 0 / 7%), 0 10px 34px -10px rgb(195 197 212 / 57%);
    border-radius: 10px
}

.breadcrumb li+li::before {
    content: "\f105";
    font-family: fontawesome;
    padding: 0 5px;
    vertical-align: middle;
    color: var(--red)
}

.breadcrumb li a {
    color: var(--blue);
    font-size: 14px;
    line-height: 25px;
    margin-right: 5px;
    text-transform: capitalize
}

.blog-post-bottom ul li.read-more a:hover,
.blog-post-meta ul li a:hover,
.breadcrumb-area .breadcrumb li:hover a,
span.error,
span.error p {
    color: #9e1d20
}

.inner_shadow {
    padding: 40px 20px
}

.inner_shadow .section-title p {
    color: #465575
}

.services-item p {
    line-height: 27px;
    font-weight: 600;
    align-items: center;
    padding: 15px 30px
}

.scroll_box {
    padding: 24px 10px 24px 0
}

.service_widget,
.single_detail-content {
    padding: 20px;
    background: #fff
}

#nav-serialscrolling li .sub-link {
    color: #9ca5b9;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    position: relative
}

#nav-serialscrolling li .sub-link.is-current:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background: var(--red);
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

#nav-serialscrolling .sub-link {
    display: block;
    padding: 10px 20px;
    cursor: pointer;
    transition: .3s
}

#nav-serialscrolling .sub-link:after {
    left: -23px;
    width: 5px;
    height: 5px;
    background-color: #b41c28;
    opacity: 0
}

#nav-serialscrolling .sub-link.is-current:before {
    border-color: rgba(255, 255, 255, .4)
}

#nav-serialscrolling .sub-link.is-current:after {
    opacity: 1
}

.single_detail p {
    line-height: 28px;
    margin-bottom: 25px
}

.single_detail h3 {
    font-size: 20px
}

.single_detail h5 {
    color: var(--blue) !important
}

.fred p,
.offices p,
.single_faq h3 {
    color: var(--lightblue)
}

.single_detail ul li {
    list-style: decimal;
    margin-bottom: 5px 0
}

.single_detail ul {
    padding-left: 0;
    margin-left: 20px
}

.single_detail.dec-ul ul li {
    list-style: disc;
    margin: 15px 0
}

.single_faq ul li {
    list-style: none;
    margin-left: 0
}

.single_faq ul {
    margin-left: 0
}

.faq-accordion .accordion .accordion-item .accordion-title i {
    float: right;
    font-size: 42px;
    color: var(--red);
    font-weight: 500
}

.faq-accordion .accordion .accordion-item .accordion-title:before {
    width: 4px;
    height: 25px;
    content: "";
    position: absolute;
    background: var(--red);
    left: 0;
    top: 3px
}

.faq-accordion .accordion .accordion-item .accordion-title:first-child .fa-angle-up:before {
    font-family: FontAwesome;
    font-weight: 500
}

.faq-accordion .accordion .accordion-item .accordion-title {
    color: var(--blue);
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    display: block;
    position: relative;
    padding-left: 15px
}

.faq-accordion .accordion-content,
.top-blog-list .blog-post-item .blog-post-content {
    padding: 20px 0
}

.faq-accordion .accordion .accordion-item {
    border-bottom: 1px solid rgba(3, 3, 3, .2);
    margin-bottom: 15px;
    padding-bottom: 12px
}

.faq-accordion .accordion .accordion-title.active i::before {
    content: "\f106";
    font-family: FontAwesome
}

.fa-angle-down:before {
    font-family: FontAwesome
}

.service_widget {
    box-shadow: 0 10px 34px -10px rgb(195 197 212 / 57%);
    border-radius: 10px
}

.single_side-content h4 {
    font-weight: 800;
    font-size: 17px;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.pl-b {
    padding-left: 10px
}

.contact-form-service .default-btn {
    display: block;
    width: 100%;
    cursor: pointer
}

.contact-form-service .form-control {
    background: 0 0;
    border: none;
    border-bottom: 1px solid #dbdbdb
}

.service-links h4 {
    font-size: 20px;
    line-height: 27px
}

.service-links ul li {
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0
}

.service-links ul li a {
    color: #4a90e2;
    font-size: 16px;
    display: block
}

.pt_0 {
    padding-top: 0 !important
}

.paddin-arr {
    padding: 50px 30px
}

.blog-head-title .post-ul li:before {
    position: absolute;
    content: "\f111";
    font-family: FontAwesome;
    font-size: 8px;
    color: var(--red);
    left: 0;
    top: 5px
}

.blog-head-title .post-ul li {
    display: inline-block;
    margin: 10px;
    position: relative;
    font-size: 16px;
    padding-left: 15px
}

.blog-social ul li a {
    background: #465575;
    color: #fff;
    width: 35px;
    display: block;
    height: 35px;
    line-height: 38px;
    border-radius: 50px;
    text-align: center
}

.blog_layout-image {
    border-radius: 10px;
    overflow: hidden
}

.service-links .blog-social ul li {
    border-bottom: none;
    margin: 0
}

.blog-social ul li {
    display: inline-block;
    margin: 0 3px
}

.blog-social ul li a:hover {
    background: var(--red)
}

.main-section {
    padding-bottom: 60px
}

.blog_detail-content {
    background: #fff;
    padding: 40px 20px
}

li {
    list-style: none
}

.blog-post-item {
    background: #fff;
    box-shadow: 0 1px 12.09px .91px rgba(153, 153, 153, .3)
}

.blog-post-thumb img {
    max-width: 100%;
    border-radius: 4px;
    transform: scale(1);
    transition: .6s linear
}

.blog-post-content {
    padding: 20px;
    position: relative
}

.blog-post-meta ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px
}

.blog-post-meta ul li a {
    display: inline-block;
    color: #4a90e2;
    font-size: 14px
}

.blog-post-meta ul li a span {
    color: var(--gray)
}

.blog-post-meta ul li {
    color: var(--red);
    font-size: 14px
}

.blog-post-content .title {
    font-size: 20px;
    line-height: 26px;
    color: #232323;
    margin-bottom: 10px
}

.blog-post-content .title a {
    position: relative;
    display: inline;
    background-image: linear-gradient(#232323, #232323), linear-gradient(#232323, #232323);
    background-size: 0 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size .4s linear;
    color: #030303
}

.blog-post-content .title a:hover {
    color: #9e1d20;
    background-size: 0 1px, 100% 1px
}

.blog-post-bottom ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #e1e4e0;
    position: relative
}

.blog-post-bottom ul::before {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 40px;
    height: 3px
}

.blog-post-bottom ul li.read-more a {
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #232323;
    font-weight: 800
}

.pt-60 {
    padding-top: 60px
}

.blog-post-bottom ul li.read-more a i {
    margin-left: 7px;
    color: var(--color-secondary)
}

.blog-post-bottom ul li.share-btn {
    margin-left: auto
}

.blog-post-bottom ul li.share-btn a {
    font-size: 14px;
    display: block
}

.blog-post-date {
    position: absolute;
    width: 54px;
    height: 52px;
    border-radius: 6px;
    box-shadow: 0 1px 3.72px .28px rgba(104, 104, 104, .3);
    z-index: 1;
    right: 30px;
    top: -27px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #9e1d20;
    color: #fff;
    line-height: 1;
    font-size: 22px;
    font-weight: 800;
    border: 3px solid #fff;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

.blog-post-date>span {
    display: block;
    line-height: 1;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase
}

.blog-post-item:hover .blog-post-date {
    background: #252525
}

.blog-post-thumb>a {
    display: block;
    overflow: hidden;
    border-radius: 4px
}

.blog-post-item:hover .blog-post-thumb>a img {
    transform: scale(1.1)
}

.blog-post-content p {
    line-height: 22px
}

.related-slider .owl-dots {
    position: absolute;
    bottom: -50px
}

.center-blocks {
    text-align: right;
    margin-top: 20px
}

.second-layout {
    padding: 20px
}

.single_blog-image img {
    min-width: 100%
}

.single_blog-image {
    margin-bottom: 25px
}

.blog_layout-image img {
    min-height: 400px
}

.section_one-blog {
    margin-top: 60px
}

.center-blockk {
    text-align: center;
    margin-top: 40px
}

.services-item img {
    height: 70px
}

.heading-middle h3 a,
.service_widget .blog-social ul li a:hover {
    color: #fff
}

.contact-form-service.search_service .default-btn {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 8px
}

.contact-form-service.search_service .form-control {
    text-align: left;
    font-size: 18px
}

.main-service_box .business_hold_box {
    margin: 0 0 20px;
    background: #fff
}

.business_hold_box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 7px 5px 30px rgb(72 73 121 / 15%);
    box-shadow: 7px 5px 30px rgb(72 73 121 / 15%)
}

.business_hold_box {
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.main_nav .nav-tabs .nav-item .nav-link {
    padding: 10px 15px;
    font-size: 16px
}

.main_service_page .business_hold_box .businnes_content_text p {
    color: var(--blue);
    line-height: 24.48px;
    margin-bottom: 25px
}

.main_service_page .business_hold_box h2 {
    margin-bottom: 15px
}

.main_service_page .business_hold_box {
    min-height: 385px
}

.inner_shadow .section-title h2 {
    line-height: 40px
}

.bg-white {
    background: #fff
}

.need-content h4 {
    font-weight: 700;
    margin-bottom: 20px
}

.side-search-widget form .default-btn {
    position: absolute;
    top: 1px;
    right: 0;
    cursor: pointer
}

.top-blog-list .blog-post-item {
    box-shadow: none;
    background: 0 0
}

.lareg-content .title {
    font-size: 29px;
    font-weight: 700;
    line-height: 32px
}

.contact-form-service .form-control,
.sibe-widget-listing .blog-post-content {
    padding: 0 !important
}

.side-search-widget .form-control {
    background: 0 0;
    border-top: none;
    border-right: none;
    border-left: none;
    padding-left: 0
}

.main_blog_section .blog-post-item {
    margin: 15px 0;
    min-height: 455px
}

.main-blog-area .blog-post-item {
    min-height: 455px
}

.main-blog-area .blog-post-thumb img {
    height: 225px;
    object-fit: cover;
    width: 100%
}

.slider_icon2 .owl-nav .owl-next i,
.slider_icon2 .owl-nav .owl-prev i {
    color: var(--red);
    height: 35px;
    width: 35px;
    border: 1px solid var(--red);
    border-radius: 50px;
    font-size: 18px;
    line-height: 33px;
    background: #fff;
    transition: .7s
}

.slider_icon2 .owl-nav .owl-prev {
    position: absolute;
    bottom: 0;
    left: 42%
}

.slider_icon2 .owl-nav .owl-next {
    position: absolute;
    bottom: 0;
    right: 42%
}

.slider_icon2 .owl-nav {
    margin-top: 20px !important
}

.blogs-slider .owl-dots .owl-dot span {
    height: auto !important;
    width: auto !important;
    background: 0 0 !important
}

.contact-form-service .form-control:focus {
    border-bottom: 2px solid #65bcef
}

.contact_us {
    width: 100%;
    padding: 100px 60px;
    background-color: rgb(159 187 233 / 9%)
}

.offices {
    display: flex;
    padding: 90px 90px 20px
}

.office {
    margin-top: 50px
}

.of-title {
    font-size: 28px;
    margin-bottom: 10px
}

.add {
    margin-left: 30px
}

.offices p {
    line-height: 25px
}

.office img {
    max-width: inherit
}

.offices span {
    font-size: 20px;
    font-weight: 800;
    color: #4a90e2
}

.alertx {
    color: #999292;
    font-size: 16px;
    line-height: 16px
}

.about_panel .nav-tabs .nav-item .nav-link {
    border: 0;
    border-radius: 0
}

.about_panel .nav-tabs .nav-item .nav-link.active {
    border-bottom: 4px;
    border-color: var(--red);
    border-radius: 0;
    background: 0 0
}

.about_panel .nav-tabs {
    justify-content: center
}

.about_panel .nav-panel .nav-tabs .nav-item {
    margin-right: 48px
}

.focus_content1 p {
    width: 929px;
    margin-right: auto;
    margin-left: auto
}

.partner-boxs img,
.rs-content iframe,
.search-input,
.thankyou,
.video-single iframe {
    width: 100%
}

.we-are-wrapper .we-are-content h3 {
    font-family: Merriweather, serif;
    font-size: 24px
}

.we-are-wrapper {
    background: #fff;
    box-shadow: 0 2px 12px rgb(0 0 0 / 7%);
    border-radius: 10px;
    padding: 20px 15px;
    text-align: center;
    position: relative;
    transition: .7s;
    margin-top: 75px;
    cursor: pointer;
    border: 1px solid #fff;
    margin-bottom: 10px;
    min-height: 585px
}

.about_bread,
.ak-wrapper {
    background: #f5f8ff
}

.pb-30 {
    padding-bottom: 30px
}

.thankyou {
    padding: 100px 0
}

.focus_image.focus-over {
    margin-left: -183px
}

.diffrent-section .why-choose-icon img {
    width: auto !important;
    margin-bottom: 20px
}

.pb-0 {
    padding-bottom: 0 !important
}

.thnkyou-left {
    margin: 70px 0 0
}

.thnkyou-left h5 {
    color: var(--lightblue);
    font-weight: 500;
    font-size: 36px;
    margin-bottom: 30px
}

.contact-image img {
    margin-top: -100px
}

@media only screen and (max-width:1199px) {
    .offices {
        padding: 40px
    }
}

@media only screen and (max-width:991px) {
    .offices {
        padding: 20px
    }

    .contact_us {
        padding: 60px 10px
    }

    #toTop {
        bottom: 100px
    }
}

.about_bread {
    padding-top: 15px
}

.about_bread .nav-panel .nav-tabs .nav-item {
    margin: 0 25px
}

.mail-txt span i {
    font-family: FontAwesome;
    font-weight: 400;
    font-size: 30px;
    margin-left: 5px;
    position: relative;
    top: 3px
}

.mail-txt.ak-touch form input::placeholder {
    color: var(--blue)
}

.legal-babu-search {
    background: 0 0;
    border: none;
    position: absolute;
    right: 32%;
    color: #9e1d20
}

span.fred.akss {
    display: block;
    margin-bottom: 22px;
    margin-top: 22px
}

.login-box .user-box .form-control {
    width: 100%;
    padding: 10px 0;
    color: var(--blue);
    font-weight: 600
}

.login-box .user-box label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    font-size: 15px;
    color: #7e7e7e;
    pointer-events: none;
    transition: .5s;
    font-weight: 600
}

.flex-box-step,
.flex-box-step p,
.found-image h3,
.search-button i,
.search-form,
.step-count,
.stepbox-desing {
    position: relative
}

.aboutpage-heading,
.apply-content .privicy-tag,
.company_subheading h5,
.flex-box-step p,
.h1_heading h1,
.policy-head-title,
.read_btn {
    font-weight: 700
}

.login-box .user-box .form-control:focus~label,
.login-box .user-box .form-control:valid~label {
    top: -20px;
    left: 0;
    color: #7e7e7e;
    font-size: 13px
}

.apply-content,
.scan-payment {
    margin-top: 25px
}

.apply-content p,
.single_faq.text-leftt.single_detail h4 {
    font-size: 20px
}

.pt-50 {
    padding-top: 50px
}

.business_hold_box.company_hold h3 {
    font-size: 17px;
    font-weight: 700;
    color: var(--red);
    position: relative;
    margin-bottom: 15px
}

.business_hold_box.company_hold {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-top: 25px;
    min-height: 442px !important
}

.company-type-section {
    box-shadow: 0 1px 12.09px .91px rgb(153 153 153 / 30%);
    background: #fff;
    padding: 40px 0
}

.company_subheading {
    margin-bottom: 20px;
    text-align: center
}

.company-type-section .col-lg-4 {
    padding-right: 5px;
    padding-left: 5px
}

.business_hold_box.company_hold .default-btn,
.svc-extra-cls .starting-price-with-text {
    position: absolute;
    bottom: 20px
}

.iti {
    display: block !important
}

.service-sidebar .iti__country-list {
    max-width: 250px
}

.iti__country-list::-webkit-scrollbar {
    background-color: transparent;
    width: 8px
}

.iti__country-list::-webkit-scrollbar-thumb {
    background-color: var(--red)
}

.iti__country-name,
.iti__flag-box,
.starting-price-with-text h2 span {
    font-size: 16px
}

.form-group.user-box select {
    color: #7e7e7e;
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    top: 12px;
    border: none;
    background: 0 0
}

.policy-content-box h2 {
    font-size: 20px;
    margin-top: 20px
}

.services-item1 img {
    width: 40px
}

.services-item1 {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin: 6px 0 6px 20px
}

.ptb-50 {
    padding-bottom: 50px;
    padding-top: 50px
}

.pbb {
    padding-bottom: 40px !important
}

.service_one .inner_shadow {
    box-shadow: none;
    padding: 0
}

.srvice-form-side .service_widget {
    box-shadow: 0 10px 34px 10px rgb(195 197 212 / 57%);
    margin-bottom: 0
}

.service-title-head {
    border-left: 3px solid #9e1d20;
    padding-left: 15px;
    border-radius: 5px
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.found-image img {
    height: 260px
}

.found-image h3 {
    margin: 30px 0 0;
    color: red
}

.found-image p {
    margin: 20px 0;
    font-size: 19px
}

.scan-payment img {
    height: 100px
}

.step-flex {
    display: flex;
    column-gap: 25px;
    align-items: center;
    text-align: center;
    margin: 40px 0
}

.avtart-image-box img,
.step-count {
    margin-right: auto;
    margin-left: auto
}

.flex-box-step p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 5px;
    top: -5px;
    color: var(--blue)
}

.flex-box-step {
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff
}

.flex-box-step:last-child:before,
.goog-logo-link,
.goog-te-banner-frame.skiptranslate {
    display: none !important
}

.step-count {
    width: 35px;
    height: 35px;
    border: 2px solid #ddd;
    border-radius: 30px;
    line-height: 30px;
    display: block;
    top: -30px;
    background: #fff
}

.stepbox-desing {
    margin-top: 50px;
    z-index: 1
}

.stepbox-desing:before {
    content: "";
    height: 2px;
    width: 100%;
    background: 0 0;
    position: absolute;
    top: 50%;
    z-index: -1;
    border: 1px dashed #ddd
}

.flex-box-step:before {
    content: "\f105";
    position: absolute;
    font-family: FontAwesome;
    right: -18px;
    top: 32px;
    font-size: 25px;
    color: #9e1d20
}

.team-slide .owl-dot span {
    background: #ddd;
    height: 12px;
    width: 12px;
    display: block;
    margin: 4px;
    border-radius: 50px
}

.team-slide .owl-dot.active span {
    background: #9e1d20
}

.team-slide .owl-dots {
    text-align: center;
    margin-top: 20px
}

.table-wrapper table tr,
td {
    border: 1px solid #eee
}

.table-layout {
    padding: 25px 0
}

.table-wrapper table tr td {
    font-size: 15px;
    padding: 10px
}

.table-wrapper .table-title {
    background: #9e1d20;
    color: #fff;
    font-size: 20px;
    font-family: Merriweather, serif;
    text-align: center;
    padding: 10px;
    font-weight: 600
}

.table-wrapper table {
    background: #fff;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 20%), 0 13px 24px -11px rgb(255 255 255 / 60%)
}

.table tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05) !important
}

.search-form {
    --searchButtonWidth: 40px;
    --searchButtonWidth: 40px;
    max-width: 320px;
    margin: 0 auto;
    overflow: hidden
}

.search-button {
    width: var(--searchButtonWidth);
    width: var(--searchButtonWidth);
    border: 2px solid #9e1d20;
    padding: .5rem;
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 100%;
    width: var(--searchButtonWidth);
    transition: .5s;
    background: 0 0;
    color: #9e1d20;
    font-size: 16px;
    height: 28px;
    width: 28px;
    line-height: 10px
}

.read_btn,
.read_btn:hover {
    color: var(--red);
    bottom: 20px
}

.search-input:focus {
    outline: 0;
    background: #fff
}

.search-input:not(:placeholder-shown)~.search-button {
    transform: translateX(calc(-1 * var(--searchButtonWidth)));
    cursor: pointer;
}

.search-button i {
    top: -3px
}

.search-button:focus {
    outline: 0;
    background: #222
}

.fixed-bottom.footer-bg .contact-bottom a img {
    height: 35px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .4
}

.fixed-bottom.footer-bg .contact-bottom a img:hover {
    filter: none;
    opacity: 1
}

.nav-panel .nav-tabs::-webkit-scrollbar-thumb {
    background: 0 0
}

.nav-panel .nav-tabs::-webkit-scrollbar {
    background: 0 0;
    width: 4px;
    height: 4px
}

@media only screen and (max-width:767px) {
    .offices {
        display: inherit;
        padding: 20px 0
    }

    .botpenguin-launcherImage-12 {
        margin-bottom: 25px
    }

    .found-image img,
    .we-are-wrapper {
        height: auto
    }

    .mobile-view,
    .side-areas {
        display: block
    }

    .add {
        margin-left: 0
    }

    .office {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .of-title {
        font-size: 24px
    }

    .offices p {
        font-size: 18px;
        line-height: 20px;
        display: inline
    }

    .contact_us {
        padding: 40px 0
    }

    .comapny_register_section.ptb-60.service_one .service-title-head p,
    .contact_section_home .section-title,
    .desktop-view,
    .rs-content,
    div#contact-id h2,
    div#contact-id p {
        display: none
    }

    .contact_us img {
        margin-top: 30px
    }

    .contact_section_home {
        padding: 30px 0
    }

    .partner_area_section {
        padding: 36px 0
    }

    .partner_area_section .text-center {
        text-align: left !important
    }

    .alertx {
        margin-top: 10px
    }

    .focus_content1 p {
        width: 100%
    }

    .thnkyou-left {
        margin-bottom: 50px;
        text-align: center
    }

    .thnkyou-left h5 {
        font-size: 22px
    }

    .thankyou {
        padding: 60px 0
    }

    .thankyou .row {
        flex-direction: column-reverse
    }

    .starting-price h2,
    a.read_btn.arrow-with-price-box {
        font-size: 15px
    }

    .comapny_register_section.ptb-60.service_one {
        padding-top: 20px
    }

    .aboutpage-heading {
        font-size: 30px !important
    }

    .main-service_box .bit-items .we-are-wrapper {
        margin-top: 25px
    }

    .service_one .inner_shadow {
        padding: 30px 20px !important;
        box-shadow: 0 10px 34px 10px rgb(195 197 212 / 57%);
        margin-bottom: 30px
    }

    .services-item1 {
        column-gap: 15px;
        margin-left: 0
    }

    .table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .ls-content {
        padding: 0 !important
    }

    .btn-group.text-right.expand-all-sec {
        font-size: 13px !important
    }

    .akmodall .modal-dialog.modal-lg {
        margin-top: 70px !important
    }
}

@media only screen and (max-width:390px) {
    .slide-business .why-choose-wrapper {
        min-height: 480px !important
    }

    .service-slides .business_hold_box {
        min-height: 450px !important
    }
}

@media only screen and (max-width:480px) {
    .services-item1 p {
        width: 80%
    }
}

.read_btn {
    font-size: 17px
}

.read_btn:hover {
    font-weight: 900;
    font-size: 16px
}

.aboutpage-heading {
    font-size: 42px;
    font-family: Merriweather, serif
}

.sub-content-cls p {
    text-align: left;
    width: 100%
}

.nulorderlist {
    padding-left: 40px
}

.nulorderlist li {
    list-style-type: disc
}

.h1_heading h1 {
    font-size: 18px;
    font-family: var(--primaryfont);
    color: var(--lightblue)
}

h4.price_heading,
h4.price_heading_sticky {
    font-weight: 800;
    line-height: 27px;
    color: #182a52;
    text-transform: initial;
    padding: 9px
}

.mail-area.second-thankyou-massage.submessage {
    visibility: visible
}

a.read_btn.carrow:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free"
}

.goog-te-gadget {
    color: transparent !important
}

.goog-te-gadget .goog-te-combo {
    margin: 0 !important
}

.akmodall .modal-title,
h4.price_heading,
h4.price_heading_sticky {
    margin-bottom: 20px;
    text-align: center
}

.single_faq ul.accordion ul li {
    list-style: disc
}

.single_faq ul.accordion ul {
    margin-left: 30px;
    padding-bottom: 15px
}

.single_detail.text-leftt.dec-ul ol li {
    list-style: auto
}

h4.price_heading {
    font-size: 22px;
    background: bottom
}

h4.price_heading_sticky {
    font-size: 18px
}

.starting-price {
    display: flex;
    justify-content: space-between
}

.starting-price-exp-sr {
    display: flex;
    justify-content: space-between;
    font-size: 15px
}

.starting-price-exp-sr .arrow-with-price-box-exp-sr {
    position: inherit;
    font-size: 15px
}

.single_detail .img-tag {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%
}

.starting-price-with-text h2 {
    margin-bottom: 5px
}

.starting-price .arrow-with-price-box {
    position: absolute;
    right: 20px;
    bottom: 25px
}

.starting-price .starting-price-with-text h2 {
    position: absolute;
    bottom: 45px;
    left: 20px
}

.starting-price .starting-price-with-text span {
    position: absolute;
    bottom: 20px;
    left: 20px
}

.svc-extra-cls .main-service_box .business_hold_box {
    height: 100%
}

.svc-extra-cls .starting-price-exp-sr .arrow-with-price-box-exp-sr {
    position: absolute;
    right: 25px
}

.svc-extra-cls .starting-price-exp-sr {
    height: 30px
}

.sticky-top {
    position: sticky
}

.sitemap-lisiting {
    padding-top: 40px;
    padding-bottom: 20px
}

.siteheadeing {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 30px
}

.siteheadeing h2 {
    font-size: 24px;
    margin-bottom: 0
}

.heading-middle h3 {
    margin-bottom: 0;
    font-size: 18px
}

.heading-middle {
    padding: 10px;
    background: #9e1d20;
    border-radius: 5px
}

.ul-lisitng-box ul li {
    margin: 6px 0
}

.ul-lisitng-box {
    margin-top: 30px
}

.ul-lisitng-box ul li a {
    display: inline-block;
    color: #465575;
    position: relative;
    font-size: 15px;
    transition: .3s ease-in-out;
    margin-left: 15px;
    padding-left: 6px
}

.ul-lisitng-box ul li a:before {
    top: 1px;
    left: -15px;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    transition: .3s ease-in-out;
    font-family: FontAwesome;
    content: "\f0a9";
    color: #9e1d20
}

.ul-lisitng-box ul li a:hover {
    color: #9e1d20;
    margin-left: 25px
}

@media only screen and (max-width:991px) {
    .main_nav .nav-tabs .nav-item .nav-link {
        padding: 8px 15px;
        font-size: 15px
    }
}

@media only screen and (max-width:575px) {
    .search-form {
        max-width: 230px
    }

    .mail-txt input {
        padding: 8px 0;
        font-size: 15px;
        text-align: center
    }

    .breadcrumb-area .breadcrumb ul {
        display: block !important
    }

    .breadcrumb-area .breadcrumb ul li {
        display: inline
    }
}

.ls-content {
    padding: 0 25px 25px
}

.akmodall,
body.modal-open {
    padding-right: 0 !important
}

.btn-group.text-right.expand-all-sec {
    font-size: 15px;
    cursor: pointer;
    color: #9e1d20;
    font-weight: 600
}

.akmodall {
    background: #fff;
    z-index: 99999
}

.akmodall .close {
    opacity: 1;
    position: relative;
    top: 15px;
    right: 20px
}

.akmodall .modal-title {
    font-size: 30px;
    line-height: 38px;
    margin-top: 20px;
    font-family: Merriweather, serif
}

.enquiery-form.login-box .default-btn {
    width: 37%;
    display: table;
    margin: 10px auto 20px;
    cursor: pointer
}

.avtart-image-box img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: table;
    margin-bottom: 30px
}

.akmodall .modal-dialog.modal-lg {
    margin-top: 125px
}

p.alertx.aaaak {
    font-size: 14px;
    text-align: center
}

.akmodall .modal-content {
    background-color: transparent;
    border: none
}

.akmodall .login-box .user-box .form-control {
    border-radius: 0;
    background-color: #fff !important;
    padding: 10px 10px 10px 0 !important;
    border-left: none;
    border-right: none;
    border-top: none
}

.services-item1 span {
    background: #9e1d20;
    width: 27px;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    height: 27px;
    line-height: 0;
    font-size: 52px;
    margin-top: 3px
}

.points_new .services-item1 {
    align-items: inherit
}

.modal-open {
    overflow: auto
}

body.modal-open::-webkit-scrollbar-thumb {
    background: #fff
}

body.modal-open::-webkit-scrollbar {
    background: #fff
}

.service_single_detail .single_detail-content h2,
.service_single_detail .single_detail-content h3,
.single_detail-content .single_detail h2 {
    font-size: 25px
}

table.nst-tabl {
    text-align: center;
    margin-top: 19px;
}

div#example_paginate ul li {
    list-style: none;
}


.single-tradmark a.paginate_button {
    padding: 3px;
    color: #9e1d20;
    font-weight: 700;
    cursor: pointer;
}

.single-tradmark .paging_full_numbers {
    text-align: center !important;
    font-size: 15px;
}

.single-tradmark a.paginate_button.current {
    color: #182a52;
}

.single-tradmark div.dataTables_length {
    float: left;
    font-size: 14px;
}


.single-tradmark div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    font-size: 14px;
}

div.dt-container .dt-search input {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    color: inherit;
    margin-left: 3px;
}

.single-tradmark div.dataTables_wrapper div.dataTables_filter input {
    height: 32px;
    border: 1px solid #dbdbdb;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.single-tradmark div.dataTables_wrapper div.dataTables_length select {
    height: 31px;
    border-color: #cfc7c7;
    width: 60px;
}

.card-title1 {
    font-size: 20px;
    line-height: 1.5rem;
    color: var(--tw-gray-900);
}

.card-header1 {
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-right: 1.875rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    margin-bottom: 20px;
}


.popular-svc .badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    /* background: #e9eef7; */
}

.popular-svc .card-body {
    padding-left: 15px;
}

.tradmark-class-form {
    display: block !important;
}

input[type="search"]:focus {
    border-bottom: 2px solid #65bcef !important;
}


/*search list css*/
#ui-id-1 {
    width: 50% !important;
    margin-top: 40px !important;
    /* left: auto !important; */
    right: auto !important;
    margin-left: auto;
    margin-right: auto;
    height: 180px;
    width: 42% !important;
    overflow-y: scroll;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    z-index: 99;
}

ul#ui-id-1 li:hover {
    background: #f1ddde;
    color: #fff;
}

.search-top-header .ui-menu-item-wrapper.ui-state-active:hover {
    background: #f1ddde !important;
    color: #9e1d20 !important;
}


/* .ui-menu-item-wrapper.ui-state-acive:hover{ */
/* background: #a02023; */
/* color: #fff; */
/* } */

#ui-id-1 li:last-child {
    border-bottom: none;
}

#ui-id-1 li {
    padding: 6px 10px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    cursor: pointer;
    transition: .2s;
}

/*End search list css*/

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    font-weight: normal;
    background: #a02023 !important;
    color: #fff !important;
    border: unset !important;
}


.trademark-search-class thead {
    background-color: #f4f4f5;
    border-top: 1px solid #dfe4e8;
    border-bottom: 2px solid #dfe4e8;
    font-weight: 500;
    font-size: 17px;
}

.trademark-search-class th.sorting_asc {
    width: 46px;
    background-color: rgb(241, 241, 241);

}

.trademark-search-class tr.odd {
    background-color: #f9f9f9 !important;
    border-bottom: 1px solid #dfe4e8;
    font-size: 16px;
}

.trademark-search-class tr.odd .sorting_1 {
    background-color: #f1f1f1;
    font-size: 16px;
}


.trademark-search-class div.dataTables_wrapper div.dataTables_info {
    padding-top: 8px;
    white-space: nowrap;
    font-size: 16px;
}


.trademark-search-class td.sorting_1 {
    padding: 6px 6px;
    text-align: left;
    /* background-color: #f1f1f1; */
}

.trademark-search-class tr.even {
    font-size: 16px;
    padding: 6px 6px;
}

.trademark-search-class th.sorting_asc {
    padding: 6px 6px;
    text-align: left;
    vertical-align: text-top;
}

.trademark-search-class th.sorting_desc {
    padding: 6px 6px;
    text-align: left;
    vertical-align: text-top;
}


.trademark-search-class .table-wrapper table tr,
td {
    border: 1px solid #eee !important;
}

.trademark-search-class table.dataTable {
    border-collapse: collapse !important;
}

.trademark-search-class table.dataTable thead .sorting_asc {
    background-image: url('../images/sort_asc.png');
}

.trademark-search-class table.dataTable thead .sorting_desc {
    background-image: url('../images/sort_desc.png');
}

.trademark-search-class table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center right;
}

.trademark-search-class table.dataTable thead .sorting_desc:after {
    content: unset !important;
}

.trademark-search-class table.dataTable thead .sorting_asc:after {
    content: unset !important;
}

.trademark-search-class table.dataTable thead .sorting {
    background-image: url('../images/sort_both.png');
}

.trademark-search-class table.dataTable thead .sorting:after {
    content: unset !important;
}

/* .trademark-search-class table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled{ */
/* position: relative; */
/* padding: 6px 6px; */
/* cursor: pointer; */
/* } */

.trademark-search-class table.dataTable td,
.trademark-search-class table.dataTable th {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 6px 6px;
}