/*============
Template Name: Jurispro Law Service HTML5 Template
Author: https://themeforest.net/user/tezcoweb
Version: 1.0
============*/

/* 
CSS Index
=========
#Base CSS
#Loading CSS
#Button CSS
#Navbar V1 CSS
#Nav main V2
#Hero V1 CSS
#About Us CSS
#Features CSS
#Practice CSS
#We are trusted CSS
#Testimonial CSS
#Contact Form V1 CSS
#Footer V1 CSS
#Home page V2 CSS
#Contact Area v2 CSS
#Footer V2 CSS
#Our Lawer Page CSS
#Lawer Details Page CSS
#Our About Page CSS
#Our Misson Page CSS
#Our Misson Page CSS
#Service page CSS
#Practice area page CSS
#Contact form V2 CSS
#Blog List Page CSS
#Blog Grid CSS
#Blog left sidebar CSS
#Blog-details CSS
#Contact area CSS
#FAQ CSS
#Coming soon CSS
#Maintenance mode CSS
#Error page CSS
*/

/* Base CSS */
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul {
    margin-bottom: 0;
    padding-left: 0;
}

body {
    font-family: "Lora", serif;
    font-optical-sizing: auto;
}

h1 {
    font-size: 64px;
    font-weight: 600;
    line-height: normal;
}

h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: normal;
}

h3 {
    font-size: 38px;
    font-weight: 500;
    line-height: normal;
}

h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
}

h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}

h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.extra-pad-55 {
    margin-top: 55px;
}

/* Loading CSS */
.jurispro-loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #1b1b1b;
    z-index: 999;
}

.jurispro-loader .loader {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loader {
    position: relative;
    width: 1.5em;
    aspect-ratio: 1/2;
    -webkit-filter: url(#goo);
            filter: url(#goo);
  }
  
  #goo {
    display: none
  }
  
  .loader:before, .loader:after {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    aspect-ratio: 1/1;
    -webkit-animation: 1.5s ease-out infinite loader;
            animation: 1.5s ease-out infinite loader;
    border-radius: 50%;
  }
  
  .loader:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 206, 58)), to(rgb(66, 181, 73)));
    background: -o-linear-gradient(rgb(255, 206, 58), rgb(66, 181, 73));
    background: linear-gradient(rgb(255, 206, 58), rgb(66, 181, 73))
  }
  
  .loader:after {
    -webkit-animation-delay: 0.75s;
            animation-delay: 0.75s;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(114, 223, 231)), to(rgb(105, 108, 255)));
    background: -o-linear-gradient(bottom, rgb(114, 223, 231), rgb(105, 108, 255));
    background: linear-gradient(to top, rgb(114, 223, 231), rgb(105, 108, 255))
  }
  
  @-webkit-keyframes loader {
    0%, 50%, 100% {
      -webkit-transform: translateY(0);
              transform: translateY(0)
    }
  
    25% {
      -webkit-transform: translateY(70%);
              transform: translateY(70%)
    }
  
    75% {
      -webkit-transform: translateY(-70%);
              transform: translateY(-70%)
    }
  }
  
  @keyframes loader {
    0%, 50%, 100% {
      -webkit-transform: translateY(0);
              transform: translateY(0)
    }
  
    25% {
      -webkit-transform: translateY(70%);
              transform: translateY(70%)
    }
  
    75% {
      -webkit-transform: translateY(-70%);
              transform: translateY(-70%)
    }
  }

/* Button CSS */
.btn-style-one {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    letter-spacing: 0.2px;
    color: #fff;
    background-color: #26334D;
    padding: 20px 16px;
    display: inline-block;
    border-radius: 8px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn-style-one:hover {
    background-color: #334466;
}
.btn-style-big{
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-decoration: none;
    color: #fff;
    background-color: #26334D;
    padding: 20px 16px;
    display: inline-block;
    border-radius: 8px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.btn-style-big:hover {
    background-color: #334466;
}

.btn-style-two {
    border: none;
    background-color: #696CFF;
    color: #FAFBFC;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    padding: 16.5px 106.5px;
    border-radius: 8px;
    display: inline-block;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn-style-two:hover {
    background-color: #8A8EFF;
}

.btn-style-three {
    text-decoration: none;
    background-color: #696CFF;
    color: #FAFBFC;
    border-radius: 8px;
    border: none;
    outline: none;
    padding: 13px 19px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn-style-three:hover {
    background-color: #8A8EFF;
}

.btn-style-four {
    text-decoration: none;
    background-color: #696CFF;
    color: #FAFBFC;
    border-radius: 8px;
    border: none;
    outline: none;
    padding: 13px 19px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 80%;
    text-align: center;
}

.btn-style-four:hover {
    background-color: #8A8EFF;
}

.btn-style-five{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    letter-spacing: 0.2px;
    color: #fff;
    background-color: #26334D;
    padding: 20px 16px;
    display: inline-block;
    border-radius: 8px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.btn-style-five:hover {
    background-color: #334466;
}

/* Navbar V1 CSS */
.header-main-one, .header-main-two {
    padding: 30px 0;
    position: relative;
    z-index: 2;
}
.header-main-two{
    padding: 25px 0;
}

.header-top-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
}

.header-top-social a img {
    width: 20px;
    height: 20px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.header-top-logo {
    text-align: center;
}

.header-top-logo a img {
    width: 230px;
    height: 46px;
    -o-object-fit: cover;
       object-fit: cover;
}

.header-top-callus a {
    color: #8A8EFF;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    padding-bottom: 13px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-top-callus {
    text-align: right;
}

.header-top-callus a::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #8A8EFF;
}

.header-top-callus a:hover {
    color: #696CFF;
}

.header-top-callus a:hover::before {
    background-color: #696CFF;
}
.header-top-contact-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 24px;
}
.header-top-contact-info a{
    text-decoration: none;
    color: #4D5E80;
    font-size: 16px;
    line-height: 20px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.header-top-contact-info a:hover{
    color: #696CFF;
}

.nav-main-v1,
.nav-main-v2 {
    border-top: 1px solid #DFE3EB;
    border-bottom: 1px solid #DFE3EB;
    padding-top: 29px;
    padding-bottom: 27px;
}
.nav-main-v2{
    padding-top: 25px;
}
.nav-wrapper-v1 nav ul,
.nav-wrapper-v2 nav ul {
    text-align: center;
    margin-bottom: 0;
    padding-left: 0;
}

.nav-wrapper-v1 nav ul li,
.nav-wrapper-v2 nav ul li {
    display: inline-block;
    position: relative;
    margin-right: 60px;
    z-index: 2;
}

.nav-wrapper-v1 nav ul li a,
.nav-wrapper-v2 nav ul li a {
    text-decoration: none;
    color: #4D5E80;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.nav-wrapper-v1 nav ul li a:hover,
.nav-wrapper-v2 nav ul li a:hover, 
.nav-wrapper-v1 nav ul li.active > a,
.nav-menu-v2 ul li.active > a {
    color: #696CFF;
}

.nav-wrapper-v1 nav ul li:last-child,
.nav-wrapper-v2 nav ul li:last-child {
    margin-right: 0;
}

.hamburger-menu,
.close-btn {
    display: none;
}


.nav-wrapper-v1 nav ul li .submenu,
.nav-wrapper-v2 nav ul li .submenu {
    position: absolute;
    left: 0;
    top: 75px;
    min-width: 200px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 15px -2px #10182847;
            box-shadow: 0 6px 15px -2px #10182847;
    padding: 15px 0;
    opacity: 0;
    border-radius: 4px;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.nav-wrapper-v1 nav ul li .submenu li,
.nav-wrapper-v2 nav ul li .submenu li{
    display: block;
    margin-right: 0;
    text-align: left;
}

.nav-wrapper-v1 nav ul li:hover .submenu,
.nav-wrapper-v2 nav ul li:hover .submenu{
    opacity: 1;
    visibility: visible;
    top: 30px;
}

.nav-wrapper-v1 nav ul li .submenu li a,
.nav-wrapper-v2 nav ul li .submenu li a {
    padding: 8px 20px;
    display: inline-block;
}

/* Nav main V2 */
.nav-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 20px;
}

/* Hero V1 CSS */
.hero-v1 {
    padding: 75px 0;
}

.hero-left-v1 {
    position: relative;
    z-index: 1;
    padding-top: 90px;
}

.hero-left-v1 img {
    position: absolute;
    left: -150px;
    top: -58px;
    width: 211px;
    height: 223px;
    z-index: -1;
}

.hero-left-v1 h1 {
    font-size: 64px;
    line-height: 76px;
    color: #3F5073;
    font-weight: 600;
    margin-bottom: 25px;
}

.hero-left-v1 p {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #62708C;
    margin-bottom: 33px;
}

.hero-right-v1 {
    text-align: right;
}

.hero-right-v1 img {
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
}

/* About Us CSS */

.about-us-v1 {
    padding-top: 57px;
    padding-bottom: 80px;
}

.common-heading-v1 h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #3F5073;
    margin-bottom: 0;
}

.heading-big-v1 {
    position: relative;
    z-index: 1;
    padding-left: 53px;
    padding-bottom: 47px;
    padding-top: 23px;
}

.heading-big-v1 h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 72px;
    color: #3F5073;
    margin-bottom: 0;
}

.about-info p,
.mission-info p {
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    color: #4D5E80;
    margin-bottom: 0;
}

.about-info img,
.mission-info img {
    height: auto;
    max-width: 100%;
    border-radius: 4px;
}

.mission-info-left .mission-img-show {
    display: none;
}

.about-info-left p,
.mission-info-left p {
    margin-bottom: 37px;
}

.about-info-right p {
    margin-top: 37px;
}

.heading-big-v1::before {
    position: absolute;
    content: '';
    left: 0;
    top: 43px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    width: 3px;
    height: 92px;
    background-color: #696CFF;
}

.about-info-left {
    padding-right: 20px;
}

.about-info-right,
.mission-info-right {
    padding-left: 20px;
}

.about-image-show {
    display: none;
}

.about-image-none {
    display: block;
}
.search-filter form .search-img,
.search-filter form .microphone-img{
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.search-filter form img{
    cursor: pointer;
}

/* Features CSS */
.custom-liner {
    height: 1px;
    background: -o-radial-gradient(10px 10px, #99A6BF 80%, transparent 80%) 0 0/30px 100%;
    background: radial-gradient(10px 10px, #99A6BF 80%, transparent 80%) 0 0/30px 100%;
}

.features-single h5 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    color: #2D3C59;
    margin-bottom: 13px;
}

.features-single p {
    color: #4D5E80;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
}

.features-single {
    margin-bottom: 30px;
}

.features-inside {
    padding-top: 63px;
    padding-bottom: 22px;
}

/* Practice CSS */
.practice-area {
    padding: 80px 0;
}

.services-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (2fr)[3];
    grid-template-columns: repeat(3, 2fr);
}

.single-service-box, .single-stories-box {
    border: 1px solid #E5E6FF;
    padding: 35px 30px;
}

.single-service-box h4, .single-stories-box h4 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 28px;
    color: #334466;
    margin-bottom: 14px;
}

.single-service-box>img {
    max-width: 100%;
    height: 208px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 28px;
}

.single-service-box p, .single-stories-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 31px;
    color: #4D5E80;
    margin-bottom: 18px;
}

.single-service-box a, .blog-list-card a{
    color: #696CFF;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    line-height: normal;
    font-weight: 400;
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.single-service-box a img,
.blog-list-card a img {
    width: 24px;
    height: 24px;
    -o-object-fit: cover;
       object-fit: cover;
}

.single-service-box a:before,
.blog-list-card a:before,
.date-and-author a::before{
    position: absolute;
    content: '';
    left: -100%;
    bottom: 3px;
    width: 98%;
    height: 1px;
    background-color: #696CFF;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.single-service-box a:hover:before,
.blog-list-card a:hover:before,
.date-and-author a:hover::before{
    left: 0;
    opacity: 1;
    visibility: visible;
}

/* We are trusted CSS */
.trusted-company-logo img {
    height: 56px;
    width: 185px;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.trusted-company-logo:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.trusted-slider-wrap {
    padding-top: 53px;
    padding-bottom: 80px;
}

/* Testimonial CSS */
.testimonial-wrapper {
    overflow-x: hidden;
    padding-top: 72px;
    position: relative;
}

.testimonial-members {
    background-color: #FCFCFF;
    padding: 45px 0;
    position: relative;
    z-index: 1;
}

.single-testimonial h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 11px;
    color: #26334D;
    border-left: 1px solid #8A8EFF;
    padding-left: 20px;
}

.single-testimonial span {
    color: #334466;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding-left: 23px;
}

.single-testimonial {
    position: relative;
    z-index: 1;
    width: 60%;
}

.signature-place img {
    width: 376px;
    height: auto;
}

.signature-place h5 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #3F5073;
    margin-bottom: 0;
}

.testimonial-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.signature-place {
    width: 40%;
    padding-top: 189px;
}

.testimonial-wrapper .swiper-pagination {
    position: absolute;
    bottom: 30%;
    left: -15%;
}

.testimonial-wrapper .swiper-pagination .swiper-pagination-bullet {
    background-color: #E5E6FF;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.testimonial-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #8A8EFF;
    width: 32px;
    border-radius: 10px;
}

.testimonial-logo img {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 100%;
}

/* Contact Form V1 CSS */
.contact-form-V1 {
    padding: 80px 0;
}

.contact-form-left h3 {
    font-size: 38px;
    line-height: 50px;
    font-weight: 500;
    color: #26334D;
    margin-bottom: 17px;
    text-transform: uppercase;
}

.contact-form-left p {
    color: #2D3C59;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
}

.contact-details h6 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #2D3C59;
    margin-bottom: 9px;
}

.contact-details {
    margin-top: 30px;
}

.contact-details h6:last-child {
    margin-bottom: 0;
}

.form-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.contact-form-right form label {
    color: #2D3C59;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-bottom: 9px;
}

.contact-form-right form input,
.contact-form-right form select,
.contact-form-right form textarea {
    width: 100%;
    border: 1px solid #CECFD2;
    font-size: 16px;
    color: #2D3C59;
    text-transform: capitalize;
    padding: 15px 15px;
    border-radius: 8px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.contact-form-right form input::-webkit-input-placeholder {
    color: #7A7A7C;
}

.contact-form-right form input::-moz-placeholder {
    color: #7A7A7C;
}

.contact-form-right form input:-ms-input-placeholder {
    color: #7A7A7C;
}

.contact-form-right form input::-ms-input-placeholder {
    color: #7A7A7C;
}

.contact-form-right form input::placeholder {
    color: #7A7A7C;
}

/* Chrome, Safari, Edge, Opera */
.contact-form-right form input::-webkit-outer-spin-button,
.contact-form-right form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.contact-form-right form input[type=number] {
    -moz-appearance: textfield;
}

.contact-form-right form input:focus,
.contact-form-right form select:focus,
.contact-form-right form textarea:focus {
    border-color: #8A8EFF;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}


.contact-form-right form>div {
    margin-bottom: 15px;
}

.contact-form-right form select:focus {
    cursor: pointer;
}

.contact-form-right form textarea {
    resize: none;
    height: 120px;
    margin-bottom: 10px;
}

.contact-form-right form>div:last-child {
    margin-bottom: 0;
}

.contact-details h6 span {
    text-transform: uppercase;
}

.contact-details h6 a {
    text-decoration: none;
    color: #2D3C59;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.contact-details h6 a:hover {
    color: #696CFF;
}

/* Footer V1 CSS */
footer {
    background-color: #161620;
    padding: 45px 0;
    padding-bottom: 42px;
}

.footer-logo img {
    width: 230px;
    height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
}

.footer-top-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.footer-top-right ul li {
    display: inline-block;
    margin-left: 30px;
}

.footer-top-right ul li a {
    text-decoration: none;
    color: #EDEFF2;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.footer-top-right ul li a:hover {
    color: #696CFF;
}

.liner-bottom {
    background: #334466;
    height: 1px;
    margin-top: 65px;
    margin-bottom: 78px;
}

.footer-bottom-left h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #DADEE6;
    margin-bottom: 6px;
}

.footer-bottom-left h6 strong {
    font-size: 18px;
    margin-bottom: 0;
}

.footer-bottom-middle {
    text-align: center;
}

.footer-socila a img,
.footer-v2-social a img {
    width: 20px;
    height: 20px;
}

.footer-socila a,
.footer-v2-social a {
    display: inline-block;
}

.footer-socila,
.footer-v2-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 35px;
    margin-bottom: 15px;
}

.footer-bottom-middle p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #ADB8CC;
    margin-bottom: 0;
}

.footer-bottom-right {
    text-align: right;
}

.footer-bottom-right a {
    display: block;
    text-decoration: none;
    color: #DADEE6;
    margin-bottom: 17px;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.footer-bottom-right a:hover {
    color: #696CFF;
}

.footer-bottom-right a:last-child {
    margin-bottom: 0;
}
/* Home page V2 CSS */
.hero-v2 {
    padding: 75px 0px 28px 0;
    position: relative;
}
.hero-v2::before{
    content: '';
    position: absolute;
    top:0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-right: 1px solid rgb(223, 227, 235);;
    height: 87%;
 }
.hero-v2::after{
   content: '';
   position: absolute; 
   top:78%;
   left: 0;
   border-bottom: 1px solid rgb(223, 227, 235);
   width: 50%;
}
.hero-left-v2 {
    padding-right: 5px;
}
.hero-left-v2 h1{
    font-size: 64px;
    line-height: 78px;
    color: #3F5073;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 70px;
}
.hero-right-v2{
    text-align: center;
    position: relative;
}
.hero-right-v2 img{
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
}
#success-circle-text{
    position: absolute;
    top: 10%;
    right: 18%;
    color: #334466;
    font-size: 18px;
    font-weight: 500;
    -webkit-animation: rotateText 20s infinite linear;
            animation: rotateText 20s infinite linear;
}
#success-circle-text div:last-child{
    padding-left: 100px;
}

 @-webkit-keyframes rotateText{
    0%{
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

 @keyframes rotateText{
    0%{
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
} 

.we-are-trusted-v2 {
    border-top: 1px solid #DFE3EB;
    border-bottom: 1px solid #DFE3EB;
}
.we-are-trusted-v2 .trusted-slider-wrap{
    padding: 30px 0;
}

.about-us-v2 {
    padding-top: 97px;
    padding-bottom: 20px;
    position: relative;
}
.about-us-v2::after{
    content: "";
    position: absolute;
    top: 0;
    left: 55%;
    -webkit-transform: translateX(-55%, -55%);
        -ms-transform: translateX(-55%, -55%);
            transform: translateX(-55%, -55%);
    border-right: 1px solid #DFE3EB;
    height: 40%;
}

.about-info-left-v2 img{
    height: 450px;
    max-width: 100%;
    padding-left: 105px;
    border-radius: 4px;
}
.about-info-v2 p {
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    color: #4D5E80;
}
.about-info-left-v2 p{
    margin-top: 95px;
}

.about-info-right-v2{
    padding-left: 40px;
}
.about-info-right-v2 h2{
    color: #3F5073;
    line-height: 70px;
    text-transform: uppercase;
    margin-top: -52px;
    margin-bottom: 75px;
    padding-left: 80px;
}
.about-info-right-v2 img{
    height: 424px;
    max-width: 100%;
    border-radius: 4px;
    border: 1px solid #DFE3EB;
    padding: 10px;
}

.features-v2{
   position: relative;
   margin-top: 30px;
}
.features-v2 .custom-liner-2{
    height: 1px;
    background: #DFE3EB;
}
.features-v2 .features-border-style{
    position: absolute;
    width: 1px;
    height: 108%;
    top: -25px;
    left: calc(100% - 62%);
    background:#DFE3EB;
}
.features-v2 .features-single {
    padding-right: 15px;
}

.services-wrap-v2{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
    grid-auto-flow: dense;
}
.services-wrap-v2 .single-service-box{
    padding: 0px 0px;
}
.services-wrap-v2 .single-service-box .service-content{
    padding: 20px 25px;
}
.services-wrap-v2 .single-service-box .service-image {
    height: 100%;
}
.services-wrap-v2 .service-image img{
    width: 100%;
    height: 100%;
    padding: 12px;
    -o-object-fit: cover;
       object-fit: cover;
}

.services-wrap-v2 .single-service-box h4{
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}
.services-wrap-v2 .single-service-box p{
    margin-bottom: 10px;
}
.services-wrap-v2 .box-2{
    grid-row: auto / span 2;
}
.services-wrap-v2 .box-7{
    grid-row:  auto /span 2;
    grid-column: auto / span 2;
}

.testimonial-members-v2 {
    background-color: #FCFCFF;
    padding: 45px 0;
    position: relative;
    border-top: 1px solid #dfe3eb;
}

.testimonial-members-v2 .single-testimonial h4 {
    padding-right: 15px;
}
.testimonial-members-v2 .signature-place {
    width: 32%;
    padding-top: 15px;
}

.testimonial-members-v2 .testimonial-wrapper .swiper-pagination{
    bottom: 0;
}
.testimonial-members-v2 .testimonial-wrapper {
    padding-bottom: 50px;
}

/* Contact Area v2 CSS */
.contact-form-v2 {
    padding: 80px 0;
}
.contact-form-left-v2 form label {
    color: #2D3C59;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-bottom: 9px;
}

.contact-form-left-v2 form input, .contact-form-left-v2 form select, .contact-form-left-v2 form textarea {
    width: 100%;
    border: 1px solid #CECFD2;
    font-size: 16px;
    color: #2D3C59;
    text-transform: capitalize;
    padding: 15px 15px;
    border-radius: 8px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.contact-form-left-v2 form input::-webkit-input-placeholder {
    color: #7A7A7C;
}

.contact-form-left-v2 form input::-moz-placeholder {
    color: #7A7A7C;
}

.contact-form-left-v2 form input:-ms-input-placeholder {
    color: #7A7A7C;
}

.contact-form-left-v2 form input::-ms-input-placeholder {
    color: #7A7A7C;
}

.contact-form-left-v2 form input::placeholder {
    color: #7A7A7C;
}

/* Chrome, Safari, Edge, Opera */
.contact-form-left-v2 form input::-webkit-outer-spin-button,
.contact-form-left-v2 form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.contact-form-left-v2 form input[type=number] {
  -moz-appearance: textfield;
}

.contact-form-left-v2 form input:focus, .contact-form-left-v2 form select:focus, .contact-form-left-v2 form textarea:focus {
    border-color: #8A8EFF;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.contact-form-left-v2 form > div {
    margin-bottom: 15px;
}

.contact-form-left-v2 form select:focus {
    cursor: pointer;
}

.contact-form-left-v2 form textarea {
    resize: none;
    height: 120px;
    margin-bottom: 10px;
}

.contact-form-left-v2 form > div:last-child {
    margin-bottom: 0;
}

.contact-form-right {
    margin-left: 150px;
}

.contact-form-right-v2 h3 {
    font-size: 38px;
    line-height: 50px;
    font-weight: 500;
    color: #26334D;
    margin-bottom: 17px;
    text-transform: uppercase;
}

.contact-form-right-v2 p {
    color: #2D3C59;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
}
/* Footer V2 CSS */
.footer-v2{
    background: none;
    border-top: 1px solid #DFE3EB;
}
.footer-widget-left p {
    font-size: 24px;
    color: #3F5073;
    line-height: 36px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 16px;
}
.footer-v2-social {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
}
.footer-widget-title h4 {
    color: #334466;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.footer-widget {
    margin-left: 50px;
}
.footer-widget > div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.footer-widget-location h6{
    font-size: 16px;
    line-height: 30px;
    color: #6B7A99;
}
.footer-widget-location h6 strong{
    font-size: 18px;
    margin-bottom: 0;
}
.footer-quick-link ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    padding-top: 2px;
    margin-bottom: 13px;
}
.footer-quick-link ul li:last-child {
    margin-bottom: 0;
}
.footer-quick-link ul li a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #6B7A99;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.footer-widget-contact a {
    text-decoration: none;
    color: #6B7A99;
    padding-bottom: 16px;
    display: inline-block;
    padding-bottom: 14px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.footer-quick-link ul li a:hover,
.footer-widget-contact a:hover{
    color: #696CFF;
}
.copyright-text{
    padding-top: 36px;
    text-align: center;
}
.copyright-text p {
    font-size: 14px;
    line-height: 24px;
    color: #7D8FB3;
    margin-bottom: 0;
}

/* Our Lawer Page CSS */
.meet-expert {
    background-color: #FCFCFF;
    padding: 88px 0;
    padding-bottom: 65px;
}

.meet-expert-banner,
.meet-service-banner,
.practice-area-banner,
.corporate-banner,
.blog-list-banner,
.blog-details-banner,
.contact-us-banner,
.faq-banner,
.coming-soon-banner,
.maintenance-banner,
.error-banner {
    text-align: center;
}

.meet-expert-title h3,
.meet-service-team-title h3,
.practice-area-title h3,
.corporate-title h3,
.blog-list-title h3,
.blog-details-title h3,
.contact-us-title h3,
.faq-headding-title h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 4px;
    color: #3F5073;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.meet-expert-title h4,
.meet-service-team-title h4,
.practice-area-title h4,
.corporate-title h4,
.blog-list-title h4,
.blog-details-title h4,
.contact-us-title h4,
.faq-headding-title h4 {
    color: #62708C;
    font-size: 24px;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 0;
}

.meet-expert-title,
.meet-service-team-title,
.practice-area-title,
.corporate-title,
.blog-list-title,
.blog-details-title,
.contact-us-title,
.faq-headding-title {
    position: relative;
    z-index: 1;
    margin-bottom: 70px;
}

.meet-expert-title::before,
.meet-service-team-title::before,
.practice-area-title::before, 
.corporate-title::before,
.blog-list-title::before,
.blog-details-title::before,
.contact-us-title::before,
.faq-headding-title::before {
    position: absolute;
    content: 'Our Lawers';
    left: 0;
    top: -40px;
    width: 100%;
    height: 100%;
    font-size: 128px;
    text-transform: uppercase;
    color: #F6F9FF;
    font-weight: 700;
    line-height: normal;
    z-index: -1;
}

.meet-expert-banner img, .corporate-banner img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

.some-quote-of-jurispro {
    padding-top: 100px;
}

.jurispro-team-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
}

.jurispro-team-quote-left h1 {
    font-size: 48px;
    font-weight: 500;
    color: #3F5073;
    line-height: 70px;
    margin-bottom: 0;
}

.jurispro-team-quote-left {
    position: relative;
    z-index: 1;
    padding-left: 55px;
    width: 60%;
}

.jurispro-team-quote-left::before {
    position: absolute;
    content: '';
    left: 0;
    top: 18px;
    width: 3px;
    height: 92px;
    background-color: #696CFF;
}

.jurispro-team-right img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
}

.jurispro-team-right {
    width: 40%;
}

.team-info {
    padding: 80px 0;
}

.search-filter {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 8px;
    margin-bottom: 32px;
}

.search-filter form input {
    border: 1px solid #99A6BF;
    border-radius: 4px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #62708C;
    padding: 11px 8px;
    padding-right: 20px;
    outline: none;
    width: 291px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.search-filter form input:focus {
    border-color: #696CFF;
}

.filter-sort {
    background-color: #8a8eff1a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 11px 10px;
    border-radius: 4px;
    gap: 5px;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.filter-sort h5 {
    font-size: 14px;
    font-weight: 500;
    color: #3F5073;
    line-height: normal;
    margin-bottom: 0;
}
.filter-sort img {
    width: 16px;
    height: 16px;
    -o-object-fit: cover;
       object-fit: cover;
}

.filter-sort:hover {
    background-color: #b1b5ff40;
}

.all-lawyers {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.lawyer-picture {
    position: relative;
    z-index: 1;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 12px;
}

.lawyer-picture img {
    width: 100%;
    height: 348px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
    border-radius: 4px;
}

.lawyer-picture .full-detail-lawer img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
       object-fit: contain;
}

.full-detail-lawer {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.lawyer-picture::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1d253491;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.single-lawyer:hover .lawyer-picture::before,
.single-lawyer:hover .full-detail-lawer {
    opacity: 1;
    visibility: visible;
}

.single-lawyer h4 {
    color: #4D5E80;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 9px;
}

.single-lawyer h5 {
    color: #4D5E80;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}

/* Lawer Details Page CSS */
.biography {
    padding: 115px 0;
}

.biography-card>img {
    height: 458px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 6px;
}

.biography-card {
    position: relative;
    z-index: 1;
}

.biography-card a {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 50%;
    bottom: 15px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
}

.biography-card a img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
       object-fit: contain;
}

.biography-card a:hover {
    color: #696CFF;
}

.biography-info h3 {
    color: #3F5073;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: normal;
    margin-bottom: 17px;
}

.biography-info h4 {
    font-size: 24px;
    color: #62708C;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.biography-social, .contact-our-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 35px;
    margin-top: 31px;
}

.biography-info {
    margin-top: 32px;
}

.biography-main h3 {
    color: #3F5073;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.biography-main p {
    color: #4D5E80;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0;
}

.biography-practice-area h5 {
    color: #26334D;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 22px;
}

.biography-practice-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 18px;
}

.biography-practice-area ul li {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    list-style: disc;
    color: #334466;
    margin-bottom: 8px;
}

.experience-box {
    border: 1px solid #DFE3EB;
    margin-top: 123px;
}

.single-info-bio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-bottom: 1px solid #DFE3EB;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.experience-subject {
    width: 20%;
    padding: 10px 10px;
}

.experience-details {
    width: 80%;
    border-left: 1px solid #DFE3EB;
    padding: 10px 10px;
    padding-left: 10px;
}

.experience-box .single-info-bio:last-child {
    border-bottom: none;
}

.experience-subject h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #334466;
    margin-bottom: 0;
}

.experience-details p {
    color: #334466;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}

.biography-main h3::before {
    content: 'Biography';
    position: absolute;
    left: 0;
    top: -30px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    color: #F6F9FF;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 4px;
    line-height: normal;
    z-index: -1;
}

.biography-main {
    padding-left: 53px;
    padding-top: 28px;
}

.biography-practice-area {
    margin-top: 28px;
    padding-left: 8px;
}

.publication {
    background-color: #e5e6ff21;
    padding-top: 62px;
    padding-bottom: 50px;
}

.publication-highlight h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #2D3C59;
    margin-bottom: 30px;
}

.publication-highlight p {
    color: #2D3C59;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 30px;
    padding-left: 10px;
}

.publication-highlight {
    padding-left: 76px;
}

.publication-highlight p:last-child {
    margin-bottom: 0;
}

.speaking-engagement {
    padding-top: 70px;
}

.review-lawer {
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.lawer-top-content h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    color: #26334D;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}

.review-lawer-slider {
    margin-left: 221px;
}

.lawer-top-content h6 {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    color: #334466;
    margin-bottom: 10px;
}

.lawer-bottom-content p {
    font-size: 16px;
    font-weight: 400;
    color: #334466;
    line-height: 30px;
    margin-bottom: 0;
}

.lawer-top-content h3::before {
    position: absolute;
    content: '';
    left: -20px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #8A8EFF;
}

.lawer-top-content {
    padding-left: 20px;
}

.lawer-bottom-content {
    padding-left: 270px;
    padding-top: 100px;
}

.review-lawer-slider .swiper-pagination {
    position: absolute;
    bottom: 47%;
    left: -15%;
}

.review-lawer-slider .swiper-pagination .swiper-pagination-bullet {
    background-color: #E5E6FF;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.review-lawer-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #8A8EFF;
    width: 32px;
    border-radius: 10px;
}

.we-hire-grid {
    background-color: #F6F6F7;
    border-radius: 8px;
    padding: 20px 50px;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
}

.we-hire-text h3 {
    font-size: 36px;
    font-weight: 600;
    color: #2D3C59;
    line-height: normal;
    margin-bottom: 15px;
}

.we-hire-text p {
    color: #334466;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 38px;
}

.we-hire-showcase-picture img {
    width: 350px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
}

.we-hiring {
    padding-bottom: 80px;
}

.we-hire-showcase-picture {
    text-align: right;
}

/* Our About Page CSS */
.about-page-wrapper {
    background-color: #FCFCFF;
}

.meet-service-team {
    padding: 88px 0;
    padding-bottom: 77px;
}

.meet-service-team-title, .corporate-title {
    position: relative;
    margin-bottom: 35px;
}

.meet-service-team-title::before {
    content: "about us";
}

.meet-service-banner p, .corporate-banner p {
    font-size: 24px;
    color: #62708C;
    text-align: left;
    padding: 50px 70px 0;
    margin-bottom: 0;
    font-weight: 400;
}

/* Our Misson Page CSS */
.our-mission .offset-lg-1 {
    margin-left: 11%;
}

.our-mission .mission-info-right .heading-big-v1 {
    margin-bottom: -30px;
}

.our-mission .mission-info-right .heading-big-v1::before {
    height: 50px;
}

.mission-info-right ul {
    padding-left: 78px;
}

.mission-info-right ul li {
    list-style: disc;
}

.team-info-v2 {
    padding: 80px 0;
}

.team-info-v2 .common-heading-v1 {
    padding-bottom: 80px;
}

.features-v3 .custom-liner {
    height: 1px;
    background: #DFE3EB;
}

.features-v3 .features-single {
    padding-right: 20px;
}

.features-v3 .features-content:last-child {
    padding-right: 0;
}

.practice-area-v3 {
    padding: 80px 0;
}

.practice-slider-wrap {
    padding-top: 80px;
}

.practice-slider-wrap .swiper-wrapper {
    height: 476px;
}

.practice-slider-wrap .swiper-wrapper .single-service-box {
    height: 100%;
    max-width: 100%;
    padding: 30px 20px
}

.practice-slider-wrap .swiper-wrapper .single-service-box img {
    height: auto;
}

.join-our-community {
    padding-bottom: 80px;
}

.our-community-grid {
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 80px 50px;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.our-community-text h4,
.our-newsletter-content h4 {
    color: #334466;
    line-height: 32px;
    margin-bottom: 15px;
}

.our-community-text p,
.our-newsletter-content p {
    font-size: 18px;
    line-height: 26px;
    color: #4D5E80;
    margin-bottom: 30px;
}

.our-community-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
}

.our-community-social a {
    background-color: rgba(75, 190, 255, .08);
    padding: 12px;
}

.our-newsletter-text {
    text-align: left;
}

.our-newsletter-content {
    padding-left: 40px;
}

/* Service page CSS */

.practice-area-title::before {
    content: "practice area";
}
/* Practice area page CSS */
.practice-area-wrapper,
.contact-us-wrapper,
.faq-wrapper{
    background-color: #FCFCFF;
}
.corporate-area {
    padding: 88px 0;
    padding-bottom: 56px;
}
.corporate-title::before{
    content: "practice area";
}
.corporate-banner p{
    text-align: center;
}
.corporate-law-service {
    padding-bottom: 88px;
}
.corporate-law-service .heading-big-v1{
    margin-left: 56px;
}
.corporate-law{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-top: 37px;
}
.corporate-law-left{
   -ms-flex-preferred-size: 45%;
       flex-basis: 45%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: right;
       -ms-flex-pack: right;
           justify-content: right;
}
.corporate-law-right .text p{
    margin-top: 58px;
    font-size: 24px;
    color: #4D5E80;
    font-weight: 500;
    padding-left: 57px;
}
.corporate-law-right{
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap:45px;
}

.service-details{
    padding-bottom: 40px;
}
.service-details-wrapper{
    position: relative;
}
.service-details-title h2{
    padding-top: 22px;
    padding-bottom: 55px;
    color: #3F5073;
    text-align: center;
}
.single-service-details-box{
    margin-bottom: 48px;
    position: relative;
    width: 50%;
}

.single-service-details-box .text-box h4{
    font-weight: 500;
    color: #3F5073;
}
.single-service-details-box .text-box p{
    color: #2D3C59;
    font-size: 16px;
    line-height: 30px;
}
.font-style-italic{
    font-style: italic;
}
.single-service-details-box:first-child{
    padding-top: 160px;
}
.single-service-details-box.left-box{
    left: 0;
    padding-right: 50px;
}
.single-service-details-box.right-box{
    left: 50%;
    padding-left: 50px;
}
.service-details-wrapper::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #BBBCE1), color-stop(0%, rgba(255,255,255,0)));
    background-image: -o-linear-gradient(#BBBCE1 33%, rgba(255,255,255,0) 0%);
    background-image: linear-gradient(#BBBCE1 33%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 1px 20px;
    background-repeat: repeat-y;
    top: 0;
    left: 50%;
    margin-left: -3px;
}
.service-details-wrapper::before{
    content: "";
    position: absolute;
    top: -24px;
    left: 50%;
    width: 32px;
    height: 32px;
    border: 8px solid #dbdcfb;
    background-color: #696CFF;
    margin-left: -18px;
    border-radius: 50%;
}
.success-stories-area{
    padding-bottom: 80px;
}
.success-stories-area .common-heading-v1{
    padding-bottom: 80px;
}
.success-stories-wrapper{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
}
.single-stories-box h4 {
    font-weight: 500;
}
.single-stories-box img{
    padding-bottom: 20px;
    padding-bottom: 20px;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.single-stories-box p{
    margin: 0;
}
.single-stories-box ul li{
    list-style: disc;
    margin-left: 25px;
}
.team-info-v3{
    padding-bottom: 80px;
}
.team-info-v3 .common-heading-v1{
    padding-bottom: 80px;
}
/* Contact form V2 CSS */
.contact-form-left-v2 {
    margin-left: 54px;
}
.contact-form-left .feel-free-message{
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
    color: #26334D;
}
.contact-form-v2 .contact-form-left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 44px;
    padding-left: 40px;
}
.contact-form-v2 .contact-form-left h3{
    position: relative;
}

.contact-form-v2 .contact-form-left h3 img{
    position: absolute;
    top: 30px;
    left: 220px;
}
.contact-form-v2 .contact-form-right{
    padding-right: 10px;
}
.contact-form-v2 .contact-form-right p{
    font-size: 16px;
    color: #2D3C59;
    padding-bottom: 15px;
    line-height: 24px;

}
.contact-form-v2 .contact-form-right form{
    padding: 32px 24px;
    background-color: #FFFFFF;
    border-radius: 8px;
}

/* Blog List Page CSS */
.Blog-list-area{
    padding: 88px 0;
    padding-bottom: 80px;
}
.blog-list-wrapper{
    background-color: #FCFCFF;
}
.blog-list-title::before{
    content: "our blog";
}
.heading-and-search{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 32px;
}
.Blog-list-area .search-filter{
    margin-bottom: 0;
}
.blog-details-wrap{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 63% auto;
    grid-template-columns: 63% auto;
}
.left-side-blog-card{
    border: 1px solid #DADEE6;
    border-bottom: none;
}
.blog-img img {
    height: 100%;
    width: auto;
}
.blog-list-card{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    border-bottom: 1px solid #DADEE6;
}
.blog-content {
    padding-top: 24px;
}
.blog-text {
    padding-right: 10px;
}
.date-and-author{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    border: 1px solid #DADEE6;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    border-radius: 4px;
}

.date-and-author p, .date-and-author a{
    color: #3F5073;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
.date-and-author a:hover{
    color: #696CFF;
}
.date-and-author a::before{
    left: -10%;
    bottom: 0px;
}
.date-and-author p {
    padding: 4px 14px;
}
.date-and-author p:first-child{
    border-right: 1px solid #DADEE6;
}
.date-and-author a{
    text-decoration: none;
    font-size: 18px;
    display: inline;
    position: relative;
}
.blog-list-card .blog-text a{
    font-weight: 500;
    color: #3F5073;
    font-size: 18px;
}
.blog-list-card .blog-text a:hover,
.latest-post .latest-post-card a:hover{
    color: #696CFF;

}
.blog-list-card .blog-text a::before{
   display: none;
}
.blog-list-card .blog-text .font-style-italic{
    font-size: 14px;
    line-height: 30px;
    color: #334466;
}
.right-side-blog-info{
    border-top: 1px solid #DADEE6;
}

.categories, .latest-post, .tag-container{
    border-bottom: 1px solid #DADEE6;
    border-right: 1px solid #DADEE6;;
}
.categories-content, .latest-post-content, .tag-content{
    padding-left: 32px;
    padding-bottom: 32px;
}
.categories-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
}
.categories-list label{
    color: #334466;
    line-height: 14px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}
.categories input[type=checkbox]{
    position: relative;
    cursor: pointer;
}
.categories input[type=checkbox]::before{
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 0;
    left: 0;
    border: 1px solid #BBBCE4;
    background-color: #FCFCFF;
    border-radius: 3px; 
}
.categories input[type=checkbox]:checked::after{
    content: "";
    display: block;
    position: absolute;
    border: solid #696CFF;
    width: 4px;
    height: 8px;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 2px;
    left: 6px;
}
.categories h4, .latest-post h4, .tag-container h4{
    color: #2D3C59;
    font-weight: 600;
    padding-bottom: 12px;
    padding-top: 24px;
    line-height: 32px;
}
.latest-post .latest-post-card a{
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}
.latest-content .date-and-author p,
.latest-content .date-and-author p span{
    font-size: 16px;
    font-weight: 500;
}
.latest-content .date-and-author p span{
    padding-right: 0;
}
.latest-content .date-and-author p{
    padding: 4px 8px;
}
.latest-post .latest-post-card .latest-content{
    padding-top: 20px;
}
.latest-post .latest-post-card h6{
    color: #3F5073;
    font-weight: 500;
    font-size: 16px;
    padding-right: 10px;
}
.tag-container span,
.share-tag .tag a{
    color: #26334D;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.share-tag .tag a:hover {
    color: #696CFF;
}
.tag-content{
    padding-right: 90px;
}
.tag-content a{
    color: #26334D;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.tag-content a:hover {
    color: #696CFF;
}
.pagination {
    margin-top: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.pagination .left-side p{
    color: #62708C;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}
.pagination .right-side{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.pagination .right-side button{
    font-size: 12px;
    line-height: 12px;
    color: #4D5E80;
    padding: 10px 10px;
    border: none;
    background-color: #F4F6FF;
    border-radius: 4px;
    border: 1px solid #F4F6FF;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.pagination .right-side button:hover{
    border: 1px solid #8A8EFF;
}
.pagination .right-side .links a {
    color: #4D5E80;
    text-decoration: none;
    padding: 7px 12px;
    background-color: fff;
    margin-left: 5px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.pagination .right-side .links a:hover{
    background-color: #8A8EFF;
    color: #fff;
}
.pagination .right-side .links a.active{
    background-color: #8A8EFF;
    color: #fff;
}
/* Blog Grid CSS */
.blog-details-wrap-v2{
   display: -ms-grid;
   display: grid;
   -ms-grid-columns: 1fr 1fr;
   grid-template-columns: 1fr 1fr;
   position: relative;
}
.blog-details-wrap-v2::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    background-color: #DADEE6;
    height: 100%;
    width: 1px;
}
.blog-details-wrap-v2 .blog-list-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
    border-bottom: none;
}
.blog-details-wrap-v2 .blog-list-card .blog-content{
    padding: 24px;
}
.blog-details-wrap-v2 .blog-list-card .blog-img img{
    width: 100%;
    height: auto;
}
/* Blog left sidebar CSS */
.left-side-blog-area{
    padding: 88px 0;
}
.blog-details-title::before{
    content: "blog details";
}
.post-activity{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.post-activity .content{
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #DADEE6;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}
.post-activity p{
    color: #3F5073;
    font-size: 18px;
    font-weight: 50;
    margin-bottom: 0;
    padding: 4px 16px;
}
.post-activity p:first-child{
    border-right:1px solid #DADEE6;
}
.post-activity p a{
    text-decoration: none;
    color: #3F5073;
    display: inline;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.post-activity p a:hover{
    color: #696CFF;
    text-decoration:underline;
}
.blog-details-wrap-v3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% 19px auto;
    grid-template-columns: 40% auto;
    grid-gap: 19px;
}
.blog-left-sidebar .date-and-author{
    margin-bottom: 15px;
}
.blog-left-sidebar .date-and-author p,
.blog-left-sidebar .date-and-author p spa {
    font-size: 18px;
}
.blog-left-sidebar .latest-post-card .latest-content{
    padding-top: 28px;
}

.blog-left-sidebar .categories,
.blog-left-sidebar .latest-post,
.blog-left-sidebar .tag-container {
   border: none; 
   border: 1px solid #DADEE6;
}
.blog-left-sidebar:last-child{
    border-bottom: none;
}
.right-side-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
}
.single-blog-box img{
    max-width: 100%;
    height: auto;
}
.blog-heading,
.banner-heading{
    position: relative;
    z-index: 1;
    padding-left: 28px;
    padding-right: 25px;
    padding-top: 23px;
    padding-right: 80px;
}
.blog-heading::before,
.banner-heading::before{
    position: absolute;
    content: '';
    left: 0;
    top: 52%;
    -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
            transform: translateY(-50px);
    width: 3px;
    height: 64px;
    background-color: #696CFF;
}
.blog-heading h4,
.banner-heading h4{
    color:#62708C
}
.single-blog-box h3,
.blog-tex-content h3,
.consult-tex h3{
    margin-top: 6px;
    font-size: 30px;
    font-weight: 500;
    color: #3F5073;
}
.single-blog-box p,
.blog-tex-content p,
.consult-tex p{
    font-size: 24px;
    color: #62708C;
    margin-bottom: 0;
}
.single-blog-box .quote,
.blog-tex-content .quote{
    font-style: italic;
    color: #3B3E9C;
}
.blog-tex-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    max-width: 548px;
}
.blog-tex-banner img{
    max-width: 100%;
}
.tex-planning .heading-big-v1{
    padding-bottom: 20px;
    padding-top: 0;
    padding-left: 40px;
}
.tex-planning .heading-big-v1 h2,
.leveraging-technology .heading-big-v1 h2,
.consult-tex .heading-big-v1 h2{
    font-size: 48px;
}

.tex-planning .heading-big-v1::before {
    top: 20px;
    height: 48px;
}
.tex-planning{
    max-width: 604px;
}
.blog-heading::before {
    top: 78px;
}
.tex-planning ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
}
.tex-planning ul li{
    list-style: disc;
    margin-left: 40px;
}
.tex-planning ul li::marker{
    font-size: 25px;
}
.tex-planning ul li h3{
    font-size: 30px;
    font-weight: 500;
    color: #3F5073;
}
.tex-planning p{
    font-size: 16px;
    color: #62708C;
    line-height: 30px;
}
.leveraging-technology{
    max-width: 606px;
}
.leveraging-technology .heading-big-v1{
    padding-left: 40px;
    padding-bottom: 15px;
    padding-top: 0;
}
.leveraging-technology .heading-big-v1::before {
    height: 44px;
    top: 20px;
}
.leveraging-technology p{
    font-size: 24px;
    color: #62708C;
    margin-bottom: 48px;
    padding-left: 40px;
    padding-right: 135px;
}
.consult-tex .heading-big-v1{
    padding-bottom: 25px;
    padding-left: 40px;
}
.consult-tex .heading-big-v1::before {
    top: 43px;
}
.consult-tex .text{
    padding-left: 45px;
}
.author-bio {
    padding-top: 20px;
}
.author-bio p {
    color: #62708C;
    font-size: 16px;
    line-height: 28px;
    padding-right: 145px;
}
.author-bio a{
    color: #696CFF;
    font-size: 16;
    font-weight: 600;
    line-height: 30px;
}
.share-tag {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;
   border: 1px solid #DADEE6;
   padding: 20px 32px;
   margin: 50px 0;
}
.share-tag .share{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    -ms-grid-column-align: end;
        justify-self: end;
}
.share-tag .share a {
    font-size: 20px;
    font-weight: 500;
    color: #3F5073;
    margin-bottom: 0;
    line-height: normal;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.share-tag .share a img{
    padding-left: 10px;
}
.share-tag .share a:hover {
    color: #696CFF;
}
.related-post .date-and-author{
    margin-bottom: 10px;
}
.related-post .date-and-author p,
.related-post .date-and-author p a {
    font-size: 12px;
}
.related-post .date-and-author p{
    padding: 3px 8px;
}
.related-post h6{
    color: #26334D;
    margin-left: -45px;
    line-height: 30px;
}
.related-post-slider {
    max-width: 752px;
    padding-top: 32px;
}
.related-post-slider .swiper-slide{
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
}

.related-post-slider .swiper-button-prev::after,
.related-post-slider .swiper-button-next::after{
    font-size: 30px;
    color: #2D3C59;
    padding-top: 20px;
}
.related-post-slider .swiper-pagination{
    display: none;
}
.single-blog-box .contact-headding{
    padding: 70px 0;
    padding-bottom: 55px;
}
.single-blog-box .contact-headding p{
    font-size: 18px;
    padding-top: 22px;
    color: #4D5E80;
}
.single-blog-box .contact-form-right{
    background: none;
    max-width: 560px;
    margin-left: 0;
}

.comments-box{
    padding-top: 65px;
}
.blog-post-comment h3 {
    color: #26334D;
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}
.comment{
    border: 1px solid #ADB8CC;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-top: 55px;
    margin-left: 25px;
}
.right-three-dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}
.right-three-dot button{
    border: none;
    padding: 0;
}
.right-three-dot button svg{
    width: 24px;
    height: 24px;
}
.right-three-dot .dropdown ul{
    position: absolute;
    left: -150px !important;
    top: 0 !important;
    -webkit-transform: translate(0px, 29px) !important;
        -ms-transform: translate(0px, 29px) !important;
            transform: translate(0px, 29px) !important;
}
.right-three-dot .dropdown .bg-dark{
    background:#fff !important;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.right-three-dot .dropdown ul li a,
.right-three-dot .dropdown ul li .text-warning{
    color: #3F5073 !important;
    font-weight: 500;
}
.right-three-dot .dropdown ul li hr{
   border-color:  #DADEE6 !important;
}
.right-three-dot .dropdown ul li .text-danger{
    color: #dc3545 !important;
}
.right-three-dot .dropdown ul li a:hover{
    background-color: #696CFF !important;
    color:#fff !important;
}.right-three-dot .dropdown ul li .text-danger:hover{
    background-color: #dc3545 !important;
}

.profile-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.profile-info .content{
    max-width: 520px;
    margin-top: 12px;
}
.profile-info .profile-img img{
    max-width: 48px;
    height: auto;
}
 .comment-date-and-author{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #DADEE6;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    border-radius: 4px;
    margin-bottom: 15px;
}
.profile-info .content .comment-date-and-author h4,
.profile-info .content .comment-date-and-author p{
    font-size: 14px;
    line-height: 16px;
    color: #3F5073;
    padding: 2px 16px;
    margin-bottom: 0;
}
.profile-info .content .comment-date-and-author h4{
    border-right: 1px solid #DADEE6;
}
.profile-info .content p{
    font-size: 18px;
    color: #3F5073;
    line-height: 30px;
    padding-bottom: 25px;
}
.profile-info .content .comment-activity{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.profile-info .content .comment-activity button{
    border: none;
    background: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #62708C;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.profile-info .content .comment-activity button:hover {
    color: #696CFF;
}
.profile-info .content .comment-activity div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}
.profile-info {
    margin-left: -26px;
}

.blog-post-comment .author-replies{
    margin-left: 80px;
}

/* blog right sidebar */
.blog-details-wrap-v4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 19px 40%;
    grid-template-columns: auto 40%;
    grid-gap: 19px;
}
.blog-details-wrap-v4  .left-side-blog{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
}
/* Blog-details CSS */
.blog-details-wrapper-v2{
    padding: 88px 0;
}
.banner-heading {
   text-align: left;
    padding-right: 0;
    margin: auto 65px;
    padding-top: 45px;
}
.banner-heading::before {
    top: 100px;
}
.blog-tex-area{
    padding: 88px 0;
}
.blog-details-banner .banner img,
.tax-banner img, .leveraging-technology-area img{
    max-width: 100%;
}
.tex-planning-area .heading-big-v1{
    text-align: center;
    padding-left: 54px;
}
.tex-planning-area .heading-big-v1::before{
    height: 48px;
    left: 19%;
    top: 36px;
}
.tex-planning-area .tex-planning{
    max-width: 100%;
    padding-left: 50px;
}
.tex-planning-area .tex-planning ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 75px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 75px;
       -moz-column-gap: 75px;
            column-gap: 75px;
}
.tex-planning-area .tex-planning ul li{
    margin-left: 0;
}
.leveraging-technology {
    max-width: 100%;
}
.leveraging-technology-area{
    padding: 88px 0;
    padding-bottom: 40px;
}
.leveraging-technology p{
   padding-right: 0;
}
.consult-tex-area{
    padding-bottom: 50px;
}
.consult-tex-area .consult-tex .author-bio{
    max-width: 510px;
}
.comment-area .related-post-slider{
    max-width: 100%;
}

.comment-area .related-post-slider .related-post h6 {
    margin-left: 0;
}
.blog-post-comment {
    max-width: 708px;
    margin-left: 0;
    padding-top: 84px;
}
.comment-area .replies{
    margin-left: 80px;
}
/* Contact area CSS */
.contact-area {
    padding: 88px 0;
    padding-bottom: 0;
}
.contact-us-title::before{
    content: "contact us";
}
.contact-us-banner img{
    padding-top: 70px;
    max-width: 100%;
}
.contact-form-right.contact-form-right-v2 {
    margin-left: 0;
    padding-right: 0;
}
/* FAQ CSS */
.faq-area{
    padding: 88px 0;
    padding-bottom: 50px;
}
.faq-headding-title::before{
    content: "faq";
}
.search-filter form{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.search-filter form select {
    background-color: #F4F4F7;
    outline: none;
    border: none;
    color: #6B7A99;
    font-size: 14px;
    font-weight: 400;
    list-style: none;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.search-filter form select:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #696CFF;
}

.search-filter form div{
    position: relative;
}
.accordion-content{
    margin: 10px 0;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.accordion-content:hover{
    background: #8a8eff1a;
}

.accordion-content.open{
    padding-bottom: 10px;
    background: #8a8eff1a;
}
.accordion-content header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 50px;
    padding: 0 15px;
    cursor: pointer;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding: 16px;
    position: relative;
}
.accordion-content header::after{
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 20px;
    color: #4D5E80;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}
.accordion-content.open header::after{
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    font-size: 20px;
    font-weight: 500px;
}

.accordion-content.open header{
    min-height: 35px;
}
.accordion-content header .title{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #26334D;
}
.accordion-content header i{
    font-size: 15px;
    color: #333;
}
.accordion-content .description{
    height: 0;
    font-size: 14px;
    color: #3F5073;
    font-weight: 400;
    padding: 0 15px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-bottom: 0;
}

.still-have-qution{
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
}
.still-have-qution .headding h5{
    font-size: 20px;
    color: #26334D;
    line-height: 28px;
}
.still-have-qution .headding p{
    color: #3F5073;
    font-size: 16px;
    line-height: 24px;
}
.still-have-qution a{
    text-decoration: none;
    color: #2D3C59;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid #C3CAD9;
    padding: 10px 16px;
    display: inline-block;
    border-radius: 8px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.still-have-qution a:hover {
    border-color: #696CFF;
    color: #696CFF;
}
/* Coming soon CSS */
.coming-soon-area{
    padding: 88px 0;
}
.countdown-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 42px;
    gap: 38px;
}
.countdown-item { 
    margin:5px;
    text-align: center;
    padding: 20px 10px; 
    -webkit-box-sizing: border-box; 
            box-sizing: border-box; 
}
.countdown-title {
    font-size: 16px;
    color: #334466;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 18px;
    text-transform: uppercase;
    margin-top: 20px;
}
.countup {
    font-size: 48px;
    line-height: 50px;
    color: #334466;
}
.countdown-container span{
    color: #2EE6CA;
    font-size: 20px;
}
.coming-soon-btn {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 20px;
}
/* Maintenance mode CSS */
.maintenance-mode-area{
    padding: 120px 0;
}
.maintenance-titel h2{
    font-size: 48px;
    color: #26334D;
    line-height: 50px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 7px;
}
.maintenance-titel p{
    font-size: 16px;
    color: #4D5E80;
    line-height: 24px;
}
/* Error page CSS */
.error-area{
    padding: 120px 0;
    padding-bottom: 180px;
}
.error-title h3 {
    font-size: 30px;
    color: #26334D;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 17px;
}
.error-title p {
    font-size: 18px;
    font-weight: 400;
    color: #4D5E80;
    margin-bottom: 0;
    line-height: normal;
}
.search-filter-v2{
    height: 70px;
    margin: 0 auto;
    max-width: 856px;
    margin-top: 88px;
    border-radius: 8px;
}
.search-area {
    width: 100%;
    position: relative;
    z-index: 1;
    padding-left: 30px;
}
.search-area img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
            transform: translateY(-40%);
    cursor: pointer;
    height: 24px;
    width: 24px;
}
.option-mic img {
    cursor: pointer;
}
.search-filter-v2 form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px;
    height: 100%;
    background-color: #FAFAFF;
    border: 1px solid #DFE0FE;
    border-radius: 8px;
}

.search-filter-v2 form input {
    width: 100%;
    border: none;
    outline: none;
    padding: 15px 10px;
    background: transparent;
}

.error-area .search-filter input::-webkit-input-placeholder{
    color:#334466;
    font-size: 16px;
}

.error-area .search-filter input::-moz-placeholder{
    color:#334466;
    font-size: 16px;
}

.error-area .search-filter input:-ms-input-placeholder{
    color:#334466;
    font-size: 16px;
}

.error-area .search-filter input::-ms-input-placeholder{
    color:#334466;
    font-size: 16px;
}

.error-area .search-filter input::placeholder{
    color:#334466;
    font-size: 16px;
}
.error-banner img {
    margin-bottom: 50px;
}