/*====================================
  Fonts
==================================*/
/* @import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Playfair+Display:400,700"); */
@import url("https://fonts.googleapis.com/css?family=Jost:400,200,300,500,600,700,800");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
/*==========================================
#1   Reset Style
=============================================*/

body {
    /* font-family: "Open Sans", sans-serif; */
    font-family: "Jost", Helvetica, Arial, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    color: #333;
}
@media screen and (max-width: 375px) {
    .header_get_started a {
        padding: 2px 4px !important;
    }
}
@media (max-width: 1400px) {
    .navbar-brand span {
    font-size: 24px !important;
    }
}
@media (max-width: 1200px) {
    .header_get_started a {
        font-size: 14px !important;
        padding: 4px 6px !important;
    }
    .navbar-brand span {
     font-size: 22px !important;
    }
    #navbarNav .nav-link {
        font-size: 13px !important;
    }
}
@media (max-width: 400px) {
    .offcanvas-header .al-brand {
        width: 56px !important;
    }

    .al-brand {
        width: 80px !important;
    }

    .navbar-brand span {
        font-size: 22px !important;
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 1000px !important;
    }
}

@media (max-width: 991px) {
    .al-brand img {
        height: 80px !important;
    }
}

@media (max-width: 1000px) {
    .services_card {
        width: 300px !important;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 15px;
    }

    .imgheight {
        height: 200px !important;
    }

    .imgheight2 {
        min-height: 250px !important;
        ;
        height: 250px !important;
    }

    .minheightagency {
        min-height: 250px !important;
    }

    .footer_logo {
        width: 50px !important;
        height: 45px !important;
    }

    .services_card {
        width: 200px !important;
        min-height: 350px !important;
    }
}

@media screen and (max-width: 650px) {
    .hero .slide {
        background-size: contain !important;
        /* width: 100% !important; */
        height: 475px !important;
    }
    .hero .slide img{
       min-height: 475px !important;
       width: 100% !important;
    }
    .hero.hero-slider-wrapper.hero-style-2 .slide-caption {
        padding-top: 40px !important;
    }
    .hero.hero-slider-wrapper.hero-style-2 .slide-caption p {
       font-size: 20px !important;
    }
    .hero.hero-slider-wrapper.hero-style-2 .slide-caption h2 {
        font-size: 30px !important;
        line-height: 25px !important;
     }
     .btn-style a, .btn-style button {
        font-size: 15px !important;
        padding: 7px 30px !important;
        margin-top: 6px  !important;
    }
    .slide-caption h2 span {
      font-size: 30px !important;
    }
    .team_section {
        padding: 0px !important;
    }
   
}
@media screen and (max-width: 500px) {
    .hero .slide {
        background-size: contain !important;
        /* width: 100% !important; */
        height: 425px !important;
    }
    .hero .subtitle {
        font-size: 17px !important;
        line-height: 20px !important;
        font-weight: 500 !important;
    }

}
@media screen and (max-width: 440px) {
    .hero .slide {
        height: 400px !important;
    }
    .hero.hero-slider-wrapper.hero-style-2 .slide-caption {
        padding-top: 85px !important;
    }
    .btn-style a, .btn-style button {
        font-size: 14px !important;
        padding: 5px 25px !important;
        margin-top: 6px  !important;
    }
    .slide-caption h2{
        margin: 0 !important;
    }
    .slide-caption h2 span {
        font-size: 20px !important;
    }
    .slide-caption p {
        font-size: 18px !important;
     }
     .slide-caption2 p{
        margin-top:25px !important;
        font-size: 16px !important;
     }
     .slide-caption2 h2{
        font-size: 30px !important;
     }
}
@media screen and (max-width: 400px) {
    .hero .slide {
        height: 400px !important;
    }
    .hero.hero-slider-wrapper.hero-style-2 .slide-caption {
        padding-top: 75px !important;
    }
    
    .btn-style a, .btn-style button {
        font-size: 12px !important;
        padding: 4px 5px !important;
        margin-top: 6px !important;
    }
    
    .slide-caption h2{
        margin: 0 !important;
    }
    .slide-caption h2 span {
        font-size: 20px !important;
    }
    .slide-caption p {
        font-size: 18px !important;
     }
     .slide-caption2 p{
        margin-top:25px !important;
        font-size: 16px !important;
     }
     .slide-caption2 h2{
        font-size: 30px !important;
     }
}
@media (max-width: 576px) {
    .services_card {
        width: 280px !important;
        min-height: 300px !important;
    }
}

/* css for admin pagination arrow */
.pagination svg {
    width: 25px;
    /* Reduce the size of the arrow icons */
    height: 25px;
}

p {
    font-family: "Jost", Helvetica, Arial, sans-serif;
    color: #666;
    line-height: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: "Playfair Display", serif; */
    font-family: "Jost", Helvetica, Arial, sans-serif !important;
    color: #282e3f;
}

ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

button,
a:focus {
    outline: none;
}

.back-to-top {
    background: rgba(51, 122, 183, 0.8);
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 999;
    right: 15px;
    bottom: 15px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
}

.back-to-top:hover {
    background-color: #337ab7;
    color: #fff !important;
}

.bg_light_secondary {
    background: rgba(241, 241, 241, 0.7);
}

/*==========================================
#0.2  header-style
=============================================*/
#al-topbar {
    z-index: 1000;
    width: 100%;
    padding: 0 30px;
    overflow: hidden;
    top: 0;
    background: #337ab7;
}

#al-topbar.topbar-dark {
    background: #202020;
}

#al-topbar a {
    text-decoration: none;
    color: #ffffff;
}

.desktopheader {
    display: flex;
}

.mobilerow {
    display: none;
}

.al-topbar-right span a {
    font-size: 16px;
}

.al-brand {
    width: 100px;
    height: auto;
    margin-right: 10px;
}

.al-brand img {
    height: 80px;
    width: 100%;
}

header {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1001;
    background: rgba(255, 255, 255, 0.7);
    margin: 0;
    height: 90px;
    /* border-bottom: solid 1px rgba(255,255,255,0); */
    -webkit-transition: 0.7s;
    transition: 0.7s;
    outline: none;
}

header.fixed-header {
    background: rgba(51, 122, 183, 1);
    position: fixed;
    top: 0px;
    padding: 0;
    -webkit-box-shadow: 0 4px 6px 0 rgba(10, 10, 10, 0.05);
    -moz-box-shadow: 0 4px 6px 0 rgba(10, 10, 10, 0.05);
    box-shadow: 0 4px 6px 0 rgba(10, 10, 10, 0.05);
    border: 0;
}

.navbar-brand span {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    margin-top: 0px;
}

.slide.slick-slide {
    background-repeat: no-repeat;
}

#navbarNav .nav-link {
    color: rgba(0, 0, 0, 1);
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
}

#navbarNav .nav-link.active,
#navbarNav .nav-link:active,
#navbarNav .nav-link:hover {
    text-decoration: none;
    color: #337ab7;
}

.right_dec_text i {
    color: #337ab7;
    font-size: 24px;
    margin-top: 10px;
}

.right_dec_text span {
    font-size: 13px;
}

.right_dec_text p {
    color: #000;
    font-size: 20px;
    margin-top: -5px;
}

.fixed-header #navbarNav .nav-item {
    padding: 10px;
}

.fixed-header .right_dec_text span,
.fixed-header .right_dec_text i,
.fixed-header .right_dec_text p,
.fixed-header .navbar-brand span,
.fixed-header #navbarNav .nav-link {
    color: rgba(255, 255, 255, 1);
    padding: 0px;
}

.fixed-header #navbarNav .nav-link.active,
.fixed-header #navbarNav .nav-link:active,
.fixed-header #navbarNav .nav-link:hover {
    text-decoration: none;
    color: #fff;
    border-bottom: 2px solid #fff;
}

.search_form input {
    border-radius: 0;
    padding: 5px 10px;
    border: 1px solid #ccc;
    min-width: 230px;
}

.search_form button {
    background: transparent;
    border: 0;
    position: absolute;
    right: 30px;
}

.search_form button i {
    color: #337ab7;
    font-size: 18px;
    margin-top: 7px;
}

/*==========================================
#0.2 section
=============================================*/
.hero {
    position: relative;
    /* height: 800px; */
    overflow: hidden;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.hero .slide .slider-bg {
    display: none;
}

.hero .slide {
    height: 800px;
    position: relative;
    background-repeat: no-repeat;
}

.hero .slide .container {
    height: 100%;
    display: table;
    padding: 0;
}

.hero .slide .row {
    display: table-cell;
    vertical-align: middle;
}

.hero.hero-slider-wrapper.hero-style-2 .slide-caption {
    z-index: 19;
    padding-top: 0px;
}

.hero .subtitle {
    font-size: 20px;
    color: #fff;
    line-height: 40px;
}

/* .hero .hero-slider .slide-caption>h2, .hero .hero-slider .slide-caption>p, .hero .hero-slider .slide-caption>.btns {
    opacity: 0;
} */
.hero-style-1 .slide-caption p,
.hero-style-2 .slide-caption p {
    font-size: 25px;
    color: #fff;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
}

.hero-style-1 .slide-caption h2,
.hero-style-2 .slide-caption h2 {
    font-size: 55px;
    font-weight: 400;
    color: white;
    line-height: 70px;
    margin: 16px 0;
}

.hero .hero-slider .slick-list .slick-current .slide-caption>p {
    -webkit-animation: fadeInTopSlow 1.5s 0.8s forwards;
    -moz-animation: fadeInTopSlow 1.5s 0.8s forwards;
    -o-animation: fadeInTopSlow 1.5s 0.8s forwards;
    -ms-animation: fadeInTopSlow 1.5s 0.8s forwards;
    animation: fadeInTopSlow 1.5s 0.8s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption>p {
    -webkit-animation: fadeInTopSlow 1.5s 0.8s forwards;
    -moz-animation: fadeInTopSlow 1.5s 0.8s forwards;
    -o-animation: fadeInTopSlow 1.5s 0.8s forwards;
    -ms-animation: fadeInTopSlow 1.5s 0.8s forwards;
    animation: fadeInTopSlow 1.5s 0.8s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption>h2 {
    -webkit-animation: fadeInLeftSlow 1.5s 0.8s forwards;
    -moz-animation: fadeInLeftSlow 1.5s 0.8s forwards;
    -o-animation: fadeInLeftSlow 1.5s 0.8s forwards;
    -ms-animation: fadeInLeftSlow 1.5s 0.8s forwards;
    animation: fadeInLeftSlow 1.5s 0.8s forwards;
}

.hero-style-1 .slide-caption h2 span,
.hero-style-2 .slide-caption h2 span {
    display: block;
}

.btn-style-3 a {
    position: relative;
}

.btn-style a,
.btn-style button {
    background-color: #337ab7;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 10px 38px;
    border: 2px solid transparent;
    text-transform: capitalize;
    display: inline-block;
    margin-top: 6px;
    letter-spacing: 1px;
}

.btn-style-3 a:before {
    content: "";
    position: absolute;
    left: -60px;
    top: 50%;
    width: 85px;
    height: 2px;
    background: #fff;
    bottom: 0;
    transform: translateY(-50%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.hero .slick-prev,
.hero .slick-next {
    width: 50px;
    height: 50px;
    border: 1px solid #959595;
    border-radius: 5px;
    z-index: 10;
}

.hero .slick-prev {
    left: 25px;
}

.hero .slick-next {
    right: 25px;
}

.hero .slick-next {
    right: 25px;
}

.hero .slick-dots button {
    background-color: #fff;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.hero .slick-dots {
    bottom: 20px;
}

.hero .slick-dots li.slick-active button {
    background-color: #337ab7;
}

@media screen and (min-width: 1440px) {

    .hero,
    .hero .slide {
        height: calc(100vh - 45px);
    }
}

.service-area.service-area2 {
    background: rgba(241, 241, 241, 1);
}

.title h2 {
    font-size: 36px;
    margin-bottom: 20px;
    margin-top: 10px;
    position: relative;
    color: #337ab7;
}

.title h2:before {
    content: "";
    position: absolute;
    left: -68px;
    top: 19px;
    width: 60px;
    height: 1px;
    background: #337ab7;
}

.title span {
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 10px;
    font-weight: 500;
}

.about-title .img-holder {
    position: relative;
    max-width: 545px;
}

.title p b,
.title p {
    font-size: 16px;
}

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

.dark-blue-color {
    color: #002d6a;
}

.text-color {
    color: grey;
}

.fs-36px {
    font-size: 36px;
}

.fs-25px {
    font-size: 25px;
}

.bg-none {
    background-color: transparent !important;
}

.secondary_ct_btn {
    border: 2px solid #337ab7;
    border-radius: 0px;
    background-color: transparent;
    color: #337ab7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px auto 0px;
    width: fit-content;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 10px 38px;
}

.secondary_ct_btn:hover {
    background-color: #337ab7;
    color: #fff;
}

.btn-style-3 a:hover {
    color: #fff !important;
}

.row_reverse {
    flex-direction: row-reverse;
}

.t_carousel10 .owl-prev,
.t_carousel10 .owl-next {
    top: 50%;
}

.t_carousel10 .owl-prev {
    right: unset;
    left: -100px;
}

.t_carousel10 .owl-next {
    right: -100px;
}

.t_carousel10 .owl-next:hover,
.t_carousel10 .owl-prev:hover {
    background: #002d6a;
}

.author_comment {
    font-size: 18px;
    color: #000;
    margin-bottom: 0px;
}

.author_footer {
    margin-bottom: 12px;
}

.order_extra {
    width: 100%;
    margin: 0 auto;
}

.author_info {
    position: relative;
    min-height: 300px;
    padding: 0px 5px;
}

.author_comment i {
    color: #a94442;
}

.author_footer h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.single_testimonial {
    padding: 10px 1rem;
}

.single_testimonial:hover {
    background: #fff;
}

.post-image {
    height: 300px;
}

.post-image img {
    height: 100%;
    width: 100%;
}

.bloglist:hover {
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1);
}

.bloglist .post-text {
    background: rgba(241, 241, 241, 0.8);
    padding: 1rem;
}

.bloglist h4 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.bloglist h4:hover a {
    color: #a94442 !important;
}

.bloglist .post-text p {
    color: #222;
}

.blog_btn {
    width: fit-content;
}

.btn-style a:hover,
.btn-style button:hover {
    border: 2px solid #337ab7 !important;
    background-color: transparent;
    color: #337ab7;
}

.blog_section {
    padding: 50px 0px;
}

.get_wrapper {
    background: url(../media/home/get_started_banner.jpg) center center/cover no-repeat local;
    position: relative;
    background-attachment: fixed;
    height: 350px;
}

.get_wrapper:before {
    content: "";
    background-color: rgba(21, 26, 48, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.row_position {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.row_position p {
    font-size: 20px;
    width: 90%;
}

.get_wrapper .btn-style a,
.get_wrapper .btn-style button {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.faq-wrapper .accordion-button::after {
    background: url(../media/home/angle.svg);
    background-repeat: no-repeat;
}

/*==========================================
#0.2 footer
=============================================*/
footer {
    background: #337ab7;
    /* background:  #111111; */
    color: #ffffff;
    /* padding: 80px 0 0 0; */
}

address a:hover,
address a,
address span {
    color: #fff;
}

footer .navbar-brand span {
    color: #fff;
}

footer h4 {
    color: #fff;
}

footer p {
    color: #fff;
}

.subfooter {
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    /* margin-top: 40px; */
    /* padding: 20px 0 20px 0; */
    padding: 10px 0 10px 0;
}

address span i {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 15px;
}

#form_subscribe input[type="text"] {
    padding: 9px 12px 9px 12px;
    width: 80%;
    float: left;
    display: table-cell;
    border-radius: 0px 0 0 2px;
    -moz-border-radius: 0px 0 0 2px;
    -webkit-border-radius: 0px 0 0 2px;
    border: solid 1px #fff;
    border-right: none;
    color: #666666;
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 2px 2px 20px 0px rgba(20, 20, 20, 0.05);
    -moz-box-shadow: 2px 2px 20px 0px rgba(20, 20, 20, 0.05);
    box-shadow: 2px 2px 20px 0px rgba(20, 20, 20, 0.05);
    margin-bottom: 10px;
}

#form_subscribe #btn-submit i {
    text-align: center;
    font-size: 20px;
    float: left;
    width: 20%;
    /* background: #171a21; */
    background: #a94442;
    color: #ffffff;
    display: table-cell;
    padding: 14px 0 5px 0;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    height: 44px;
}

.social-icons i {
    background-color: #fff;
    padding: 5px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_logo {
    width: 75px;
    height: 70px;
}

/* ============ mobile view ============ */
body.offcanvas-active {
    overflow: hidden;
}

.offcanvas-header {
    display: none;
}

@media all and (max-width: 991px) {
    .offcanvas-header {
        display: block;
    }

    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1200;
        width: 50%;
        overflow-y: auto;
        overflow-x: hidden;
        transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    }

    .mobile-offcanvas.show {
        visibility: visible;
        transform: translateX(0);
        background-color: #fff;
    }

    .mobile-offcanvas .container,
    .mobile-offcanvas .container-fluid {
        display: block;
    }

    #navbarNav .navbar-nav {
        margin-top: 20px;
    }

    #navbarNav .navbar-nav .nav-link {
        padding: 10px 1rem;
    }

    .btn-close {
        width: 3em;
        height: 3em;
        background-size: 1.3em;
    }

    .fixed-header #navbarNav .nav-link {
        color: rgba(0, 0, 0, 1);
        font-size: 20px;
    }

    .fixed-header #navbarNav .nav-item {
        padding: 0px;
    }

    .fixed-header #navbarNav .nav-link.active,
    .fixed-header #navbarNav .nav-link:active,
    .fixed-header #navbarNav .nav-link:hover {
        color: #337ab7;
        border-bottom: 0px solid #fff;
        background: rgba(51, 122, 183, 0.1);
    }
}

@media all and (max-width: 576px) {
    .mobile-offcanvas {
        width: 80%;
    }

    #navbarNav .navbar-nav {
        margin-top: 10px;
    }

    .navbar-brand span {
        font-size: 22px;
    }

    .desktopheader {
        display: none;
    }

    .mobilerow {
        display: flex;
    }

    #al-topbar a {
        font-size: 12px !important;
    }
}

/* ============ mobile view .end// ============ */
/* contact page css start */
.section-contact {
    background: url(../media/home/contact.jpg) no-repeat center top / cover;
    min-height: 480px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.section-contact:before {
    content: "";
    background: -moz-linear-gradient(left,
            rgba(21, 26, 48, 0.69) 8%,
            rgba(21, 26, 48, 0.69) 46%,
            rgba(21, 26, 48, 0.06) 95%,
            rgba(21, 26, 48, 0) 100%);
    background: -webkit-linear-gradient(left,
            rgba(21, 26, 48, 0.69) 8%,
            rgba(21, 26, 48, 0.69) 46%,
            rgba(21, 26, 48, 0.06) 95%,
            rgba(21, 26, 48, 0) 100%);
    background: linear-gradient(to right,
            rgba(21, 26, 48, 0.69) 8%,
            rgba(21, 26, 48, 0.69) 46%,
            rgba(21, 26, 48, 0.06) 95%,
            rgba(21, 26, 48, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151a30', endColorstr='#00151a30', GradientType=1);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.section-contact h2 {
    font-size: 55px;
    font-weight: 400;
    color: white;
    line-height: 60px;
    margin: 7px 0;
}

.main_section {
    z-index: 2;
}

.c_txt ul li {
    display: inline-block;
    padding: 0px 5px;
    color: #fff;
}

.c_txt ul li a {
    font-size: 20px;
    transition: all 0.3s;
    color: #fff;
    text-decoration: none;
}

.c_txt ul li span {
    font-size: 18px;
}

.c_txt ul li a:hover {
    color: #337ab7;
}

.c_txt ul li a:after {
    content: "/";
    position: relative;
    left: 7px;
}

.c_txt ul li {
    color: #337ab7;
}

.c_txt ul span {
    color: white;
}

.contacts-page {
    padding-top: 60px;
    padding-bottom: 50px;
}

.contacts-page-items p {
    line-height: 28px;
    font-size: 16px;
}

.text_page h3 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 500;
}

.text_page span {
    display: inline-block;
    padding-bottom: 10px;
    font-size: 17px;
}

.contacts-page-items h2,
.contacts-form-heading h2 {
    font-size: 36px;
    font-weight: 600;
    color: #002d6a;
    margin-bottom: 0;
}

.textarea-item,
.items-col {
    margin-bottom: 20px;
}

.form-control-item {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0.375rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background: #ebebeb;
    background-clip: padding-box;
    border: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-textarea {
    display: block;
    width: 100%;
    height: 150px;
    padding: 0.375rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background: #ebebeb;
    background-clip: padding-box;
    border: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contact-btn {
    background-color: #337ab7;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 10px 38px;
    border: 2px solid transparent;
    text-transform: capitalize;
    display: inline-block;
    margin-top: 6px;
    letter-spacing: 1px;
}

.contact-btn:hover {
    border: 2px solid #337ab7 !important;
    background-color: #fff;
    color: #337ab7;
}

.contact-btn-item {
    padding: 0 15px 30px;
}

.form-group {
    overflow: hidden;
    margin: 0 -15px;
}

address span a {
    text-decoration: none;
}

.p_text {
    color: #fff !important;
    font-family: "Jost", Helvetica, Arial, sans-serif;
    line-height: 28px;
}

.width_ct {
    width: 70%;
}

.textActive {
    text-decoration: underline;
}

/* contact page css end */
/* services page css start */
.service_icon {
    width: 80px;
    height: 80px;
}

.service_icon1 {
    width: 60px;
    height: 60px;
}

.service_icon_bg img {
    filter: grayscale();
}

.services_card {
    position: relative;
    overflow: hidden;
    padding: 50px;
    width: 400px;
    min-height: 350px;
    background: rgba(241, 241, 241, 0.7);
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.line_hr {
    width: 80px;
    height: 2px !important;
    background-color: #002d6a;
    opacity: 1;
}

.line_hr.full {
    height: 1px !important;
    background-color: #ddd;
}

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

.services_card:hover {
    background: rgba(51, 122, 183, 0.1);
    border: 1px solid #337ab7;
    background: #ffffff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1);
}

/* services page css end */
/* agency page css end */
.section-details .row>div,
.section-details {
    min-height: 600px;
}

.section-details .row>div {
    padding: 1.5rem 1rem;
}

.section-details .row {
    height: 100%;
}

.bg_agency_img {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.text_left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dt_view {
    width: 80%;
}

.heading-txt span {
    color: #000;
    letter-spacing: 1px;
    font-weight: 500;
}

.socials-icon {
    display: flex;
    gap: 10px;
}

.socials-icon a {
    border: 1px solid #ddd;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.h2-h h2:hover {
    text-decoration: underline;
}

.bck_agency {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top center !important;
}

.head {
    border-bottom: 1px solid #ccc;
    width: fit-content;
}

.text_detail1 h4 {
    font-weight: 500;
    font-size: 22px;
}

/* agency page css end */
/* find legal help css start */
.field-section,
.field-img {
    position: relative;
}

.field-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 0 40px 20px;
}

.field-img:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.65);
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.field-content h3 {
    font-size: 36px;
    color: #fff;
    line-height: 55px;
    padding-bottom: 25px;
    font-weight: 400;
    letter-spacing: 1.5px;
}

.practice-catagory-item {
    background: #f5f5f5;
    margin-top: 60px;
}

.practice-catagory-item .widget-title {
    background: #ddd;
    padding: 10px 20px;
    position: relative;
}

.practice-section {
    padding: 15px 10px 20px;
}

.practice-section ul li {
    border-bottom: 1px solid #ddd;
}

.organigation-text {
    display: flex;
    flex-direction: column;
}

.organigation-text>span {
    display: inline-flex;
    align-items: flex-start;
    gap: 12px;
}

.organigation-text>span i {
    margin-top: 8px;
    color: rgba(51, 122, 183, 1);
}

.practice-catagory-item .widget-title:before {
    content: "";
    position: absolute;
    left: 30px;
    top: 100%;
    border: 15px solid transparent;
    border-top-width: 13px;
    border-top-color: rgba(0, 0, 0, 0.1);
}

.practice-catagory-item .widget-title h3 {
    font-size: 24px;
}

.practice-section ul li a {
    font-size: 15px;
    color: #333;
    display: block;
    padding: 12px;
    transition: all 0.3s;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

.practice-section ul li.active a,
.practice-section ul li a:hover {
    text-decoration: none;
    background-color: rgba(51, 122, 183, 1);
    color: #fff;
}

.practice-section ul li:last-child {
    border-bottom: 0;
}

.practice-section-img {
    width: 100%;
    height: 474px;
}

.practice-section-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.practice-section-text {
    padding-top: 50px;
}

.practice-section-text h5 {
    font-size: 22px;
    line-height: 30px;
    color: rgba(51, 122, 183, 1);
    font-weight: 500;
}

.organaigation-img {
    min-height: 200px;
    width: 100%;
}

/* find legal help css end */
/* dashboard */
.right_dec_text .dropdown>a {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0px;
}

.db_head_dropdown {
    padding: 10px 10px;
}

.db_head_dropdown li a.active,
.db_head_dropdown li a:hover {
    background: #337ab7;
    color: #fff;
    text-decoration: none;
}

.db_head_dropdown li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.fixed-header .right_dec_text .dropdown>a {
    color: #fff !important;
}

.header_get_started a {
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 4px 16px;
    border: 2px solid #337ab7;
    text-transform: capitalize;
    display: inline-block;
    margin-top: 6px;
    letter-spacing: 1px;
}

.header_get_started a:hover {
    background-color: #337ab7;
    color: #fff;
}
.header_get_started.active a {
    background-color: #337ab7 !important;
    color: #fff !important;
}


.fixed-header .header_get_started a {
    border: 2px solid #fff;
    color: #fff;
}