:root {
    --red: #c53628;
    --blue: #243078;
  }

.text-align
{
    text-align: justify;
}

.mb-4{
    margin-bottom: 40px;
}
.d-flex{
    display: flex;
    align-items: center;
}
.flex-wrap
{
    flex-wrap: wrap;
}
.gap
{
    gap: 20px;
}
/* header section start */
header .logo {
    line-height: 90px;
}
header .logo img {
    transition: all .3s ease;
    background: white;
    border-radius: 50%;
}
header .logo-right img{
    border-radius: 15%;
}
.mainmenu .nav-holder > ul > li > a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    display: inline-block;
    padding: 0 17px;
    line-height: 35px;
    transition: all .3s ease;
}
.navigation-button button {
    background: var(--blue) none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #ffffff;
    font-family: "Raleway",sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    margin-left: 10px;
    padding: 5px 18px;
    line-height: inherit;
    text-transform: uppercase;
    border: 1px solid transparent;
}
.navigation-button button:hover {
    background: #3B3946;
    border: 1px solid #fff;
}
.mainmenu .nav-holder > ul > li:hover > a {
    color:#79caf4;
}
header.stricky-fixed .mainmenu .nav-holder > ul > li > a:hover {
    color: #79caf4;
}
header.stricky {
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 999;
    width: 100%;
    border-bottom: 0px solid rgba(174,174,174,.3);
    padding: 5px 0px;
}
header.stricky-fixed {
    background: #ffffff;
    border-bottom: 0;
    box-shadow: rgba(0,0,0,0.5) 0px 0px 15px;
    color: black !important;
}
header.stricky-fixed .mainmenu .nav-holder > ul > li > a {
    line-height: 35px;
    color: #000;
}
.modal {
    position: fixed;
    /* top: 14%; */
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.nav-holder .active a {
    border-bottom: 2px solid red;
  }
  @media (min-width: 768px){
.modal-dialog {
    width: 400px;
    margin: 30px auto;
}}

.top-nav
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-nav nav .nav-holder h2 , p
{
    color: #fff;
}
.top-nav nav .nav-holder p
{
    color: #fff;
    margin: 0px;
}
.top-nav nav .nav-holder
{
    background: var(--blue);
    padding: 8px 20px;
    border-radius: 15px;
}
.container:before ,.container:after
{
    content: unset;
}
#banner .slotholder:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .65;
    background: #00000080;
    z-index: 9;
}
.breadcrumb-text {
    padding-bottom: 30px;
    padding-top: 220px;
}

.stricky-fixed marquee
{
    color:#243078;
}
marquee
{
    display: flex;
    padding-top: 10px;
    font-size: 15px;
    color:#fff;
}
marquee span
{
    display: flex;
    padding-left: 187px;
}


/* header section end */

/* footer start */
.footer-read-more a {
    color: var(--red);
}
.quick-links ul li a:hover {
    color:var(--red);
}
#footer-area {
    background: #0d164a none repeat scroll 0 0;
    padding-bottom: 0px;
    padding-top: 10px;
}
.widget-get-intouch {
    padding-left: 70px;
}
.widget-get-intouch ul li a{
    color: #fff;
}
.widget-get-intouch ul li a:hover{
    color: var(--red);
}

.quick-links ul.left-quick-links {
    margin-right: 60px;
}
.widget-social-links a i.mysocial_style:hover {
    border: 1px solid var(--red);
    color: var(--red);
}
.footer-logo img{
    background:white;
    border-radius: 50%;
}
.widget-text p {
    color: #fff;
}
.quick-links ul li a {
    color: #fff;
}
.widget-social-links a i.mysocial_style {
    color: #fff;
}
.widget-get-intouch ul li.location {
    color: #ffffff;
}
.widget-get-intouch ul li.phone a{
    color: #ffffff;
}
.widget-get-intouch ul li.envelop a {
    color: #ffffff;
}
.widget-get-intouch ul li.envelop a:hover {
    color: #c53628;
}
.widget-get-intouch ul li.phone a:hover {
    color: #c53628;
}
.copy-right-text p {
    color: #ffffffc9;
}
.footer-area .copy-right-text p a
{
    color: #7abff9 !important;
}
.fa-angle-right:before {
    /*color: white;*/
}
/*
.scroll-to-top i {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 22px;
    background-color: #3f2e9c;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  } */
  /* .scroll-to-top {
    position: fixed;
    right: unset !important;
    bottom: 20px;
    left: 20px;
    width: 40px;
} */

.whatsapp-button{
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    background-color: #25d366;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    animation: effect 5s infinite ease-in;
}

@keyframes effect {
    20%, 100% {
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
    0%, 10%{
        width: 55px;
        height: 55px;
        font-size: 35px;
    }
    5%{
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
}
.whatsapp-button:hover, .whatsapp-button:focus {
    color: #fff;
}
.form-submit-btn button
{
    margin-top: 0px;
    margin-left: 0px;
    text-transform: none;
}
/* footer end */

/* home start */
#our-attorneys-area {
    background: #ffffff none repeat scroll 0 0;
    padding-bottom: 94px;
    padding-top: 95px;
}
.single-featured .single-featured-icon i:before {
    font-size: 64px;
    color: var(--blue);
    position: relative;
    top: 15px;
}
.single-featured-text h5:after {
    background: var(--red);
}
.section-title h2::after {
    background: var(--red) none repeat scroll 0 0;

}
#our-attorneys-area.home .single-attorney:hover .attorney-name {
    background: var(--blue);
}
#our-attorneys-area.home .single-attorney .attorney-name {
    background: var(--blue);
    min-height: 75px;
}
.blog-post-date {
    background: var(--blue) none repeat scroll 0 0;
}
.quick-links ul li:hover i {
    color: var(--red);
}
.case-evaluation-form button[type="submit"] {
    background: var(--blue) none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #ffffff;
    font-family: "Raleway",sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    padding: 9px 21px;
    text-transform: uppercase;
    border: 1px solid transparent;
}
.our-law a {
    color: var(--blue);
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}
.civil-text a {
    color: var(--blue);
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}
.news-image-holder .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(184, 94, 94, 0.65);
    transform: scale(0.0);
}
#banner .slider-3 .caption-1 h1 {
    font-size: 50px;
    color: var(--red);
    font-weight: 800;
}
#banner .caption-bold-heading h1 {

    color: #fff;
    font-size: 40px !important;
    font-family: 'Raleway', sans-serif;

}
#banner .banner-container .caption p
{
    color: #fff;

}
/* #banner .banner-container .banner {
    max-height: 729px !important;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    height:729px !important;
} */
#banner .caption.text-center{
    width: 100%;
    top: 370px !important;
}
#banner .caption.thm-btn{
    width: 100%;
    top: 570px !important;
}
.call-to-action-area .container {
    background: var(--blue);
    padding: 18px 0px;
    border-radius: 4px;
}

.call-to-action-area .container .call-to-action-area-card{
     display: flex;
    justify-content: center;
    align-items: center;
}
.tp-bullets {
    z-index: 998;
}
.single-blog-read-more i {
    color: #243078;

}
.single-blog-read-more a {
    color: #243078;

}
.single-blog-text.blog-3-text {
    position: relative;
    z-index: 997;
}
#clients .container .item {
    height: unset;
    line-height: 20px;
}
.attorney-overlay .social-links {
    text-align: center;
    display: block;
    margin-top: 249px;
}
.our-attorneys #clients .container .owl-prev {
    line-height: 338px;
}
.our-attorneys #clients .container .owl-next {
    line-height: 338px;
}
.our-attorneys #clients .owl-carousel {
    padding: 0 100px;
    position: relative;
}

#our-attorneys-area.home .attorney-name h5 {
    color: #fff;
    font-size: 12px !important;
}
.attorney-image-holder .member-img
{
    height: 288px;
    width: 270px !important;
}
/* home end */

/* about start */
.objectives-cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* Cards Project */
.card-project {
    gap: 1.6rem;
    display: flex;
    padding: 1.7rem;
    margin-bottom: 1rem;
    border-radius: 25px;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
       border: 0.5px solid #ef233c52;
    transition: all 0.2s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .card-project:hover {
    transform: translateY(-1.2rem);
  }
  .card-project:hover .card-project__url {
    color: #ef233c;
  }
  .card-project__header {
    /* gap: 19px; */
    display: flex;
    /* line-height: 17px; */
    flex-direction: column;
}
  .card-project__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .card-project__big-icon {

    /* border: 5px solid #fff; */
    border-radius: 50%;
    color: #fff;
    /* background: #1a2c7f; */
    object-fit: none;
    font-size: 42px;
    height: 100px;
    width: 100px;
    line-height: 110px;
    /* box-shadow: 0 0 25px rgba(0,0,0,0.3); */
    transition: all .3s ease;
  }

  .card-project__big-icon img
  {
    background: #db201380;
    padding: 10px;
    border-radius: 10px;
  }

  .card-project__icons {
    gap: 1.2rem;
    display: flex;
    align-items: center;
  }
  .card-project__links {
    z-index: 2;
    color: #edf2f4;
    font-size: 2.1rem;
    position: relative;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    font-family: "Inter", sans-serif;
  }
  .card-project__links:hover {
    color: #ef233c;
  }
  .card-project__title {
    font-weight: 500;
    font-size: 30px;
    font-family: "Inter", sans-serif;
    padding-bottom: 10px;
    padding-top: 30px;
}
  .card-project__url {
    color: var(--blue);
    text-decoration: none;
    transition: all 0.2s ease-in-out;
  }
  .card-project__url::before {
    top: 0;
    left: 0;
    z-index: 0;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
  }
  .card-project__description {
    line-height: 1.5;
    color: #3b3946;
    font-weight: 500;
    font-size: 1rem;
    min-height: 120px;
    text-align: justify;
}
  .card-project__list {
    padding: 0;
    gap: 1.6rem;
    display: flex;
  }
  .card-project__categories {
    list-style: none;
  }
  .card-project__category {
    line-height: 1.5;
    color: #edf2f4;
    font-weight: 500;
    font-size: 1.4rem;
    font-family: "Fira Code", monospace;
  }

/* about end */

/* services start */

.single-featured-item .featured-text h4 {
    color: #3e3e3e;
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 15px;
    margin-top: 12px;
    line-height: 20px;
    text-transform: uppercase;
}
.services-card
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.legal-problem-text h2 {
    color: #ffffff;
}
#legal-problem-area {
    background: #ff4c40f5  none repeat scroll 0 0;
    padding-bottom: 26px;
    padding-top: 28px;
}
.practice-v2-single-item-title h4::after {
    background: var(--blue) none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 2px;
    width: 48px;
}
.single-featured-item .featured-icon img {
    border: 5px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: #1a2c7f;
    object-fit: none;
    font-size: 42px;
    height: 115px;
    width: 115px;
    line-height: 110px;
    box-shadow: 0 0 25px rgba(0,0,0,0.3);
    transition: all .3s ease;
}
.single-featured-item:hover .featured-icon img {
    background: #db2013;
    color: #fff;
}
.single-featured-item:hover .featured-text h4 {
    color: #db2013;
}



/* services end  */


.feedback {
    background-color: #c53528;
    color: white;
    padding: 8px 20px;
    border-radius: 4px;
    /*border-color: #243078;*/
    border:none;
}


p {
    color: #3b3946;
}

/* contact start */
.contact-right-img {
    padding-top: 35px;
    position: relative;
    z-index: 0;
}
.contact-right-text {
    position: relative;
    z-index: 998;
}
.contact-form form button[type="submit"] {
    background: #1a2c7f none repeat scroll 0 0;
    color: #ffffff;
}
.contact-form form button[type="submit"] .fa {
    color: #ffffff;
    border-left: 1px solid #cacaca;
}
.contact-form form button[type="submit"]:hover {
    background: #3B3946;
    color: #ffffff;
}
.contact-form form button[type="submit"]:hover .fa {
    color: #ffffff;
}
.contact-right{
    padding:20px;
}
.addr_box
{
    display: flex;
    gap: 10px;
    margin: 10px 0px ;
}
.addr_info > a
{
display: flex;
color: #878787;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.addr_info > h4
{
color: var(--blue);
}
.contact-right::before {
    border: 1px solid #ffffff;
    content: unset;
    left: 10px;
    position: relative;
    right: 10px;
    top: 10px;
    bottom: 10px;
}
/* contact end */
/* events start */

.practice-v2-single-item-text a {
    background: #1a2c7f none repeat scroll 0 0;
    color: #ffffff;
}
.practice-v2-single-item-text a:hover {
    background: #3B3946;
    color: #ffffff;
}
/* events end */

/* privacy policy start */

.privacy-policy .blog-v3-items .blog-v3-single-item img
{
    height: 290px;
    width: 100%;
    object-fit: cover;
}
.single-blog-text.blog-4-text {
    position: relative;
    z-index: 99;
    padding: 0 30px 0 0;
}
.privacy-policy .single-blog-text.blog-4-text p
{
    padding-bottom: 0px;
}
.privacy-policy-text ul
{
    line-height: 24px;
}
.privacy-policy-text ul li
{
    margin-bottom: 10px;
}
/* privacy policy end */

/* news & letter start */

.letter-grid div{
    padding: 10px;
}

.letter-grid img{

    min-height: 270px;
}

  .card-letters {
    width: auto;
    /* height: 254px; */
    margin-bottom: 30px;
    /* padding: .8em; */
    background: #24307826;
    position: relative;
    overflow: visible;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
   }

   .card-img-letters {
    background-color: var(--blue);
    height: 75%;
    width: 100%;
    border-radius: .5rem;
    transition: .3s ease;
   }
    .card-img-letters img
    {
        height: -webkit-fill-available;
        object-fit: fill;
        width: -webkit-fill-available;
    }
   .card-info-letters {
    /* padding-top: 6%; */
min-height: 130px;
    padding: .8em;
}

   svg {
    width: 20px;
    height: 20px;
   }

   .card-footer-letters {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    border-top: 1px solid #ddd;
   }

   /*Text*/
   .text-title-letters {
    font-weight: 900;
    /* font-size: 1.2em; */
    line-height: 1.5;
   }

   .text-body-letters {
    /* font-size: .9em; */
    padding-bottom: 10px;
   }

   /*Button*/
   .card-button-letters {
    border: 1px solid #252525;
    display: flex;
    padding: .3em;
    cursor: pointer;
    border-radius: 50px;
    transition: .3s ease-in-out;
   }

   /*Hover*/
   .card-img-letters:hover {
    transform: translateY(-3%);
    box-shadow: rgba(36, 48, 120, 0.25) 0px 13px 47px -5px, rgba(180, 71, 71, 0.3) 0px 8px 16px -8px;
   }

   .card-button-letters:hover {
    border: 1px solid var(--blue);
    background-color: var(--blue);
   }

/* news & letter end */

/* terms and condition start */

.terms-condition {

    padding: 50px 30px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}
.blog-v4-border::before
{
    content: unset;
}
/* terms and condition end */

/* gallery start */

.gallery-images
{
    justify-content: start;
}

/* gallery end */

