
/* Header Section */

.header-section .elementor-widget-ekit-nav-menu a.active{
    background-color: #F36047 !important;
    background-image: none !important;
    border-radius: 8px;
}
.header-section .elementor-button-text{
    color: #1F1F1F;
}
.header-section .elementor-widget-ekit-nav-menu a{
    position: relative;
}
.header-section .elementor-widget-ekit-nav-menu a.active::before, 
.header-section .elementor-widget-ekit-nav-menu a:hover::before{
    position: absolute;
    content: "";
    bottom: -11px;
    left: 0px;
    right: 0px;
    position: absolute;
    width: 90%;
    margin: 0 auto;
    height: 2px;
    background-color: #F36047 !important;
}
.header-section .elementskit-submenu-panel{
    background-color: #1F1F1F !important;
}
.header-section .elementskit-submenu-indicator{
    fill: #ffffff !important;
}
.header-section .elementskit-navbar-nav-default .elementskit-navbar-nav>li>a:hover{
   background-color: #F36047 !important; 
}
.ekit_search-button {
    position: relative;
}
.ekit-search-group .icon.icon-search11::before{
    display: none;
}
.ekit-search-group .icon.icon-search11::after{
    width:15px;
    height:15px;
    padding:25px;
    box-sizing:border-box;
    background-image:url("https://license.flextheme.net/theme-images/legal-notary-firm/search.png");
    background-size: unset;
    background-repeat:no-repeat;
    background-position:center;
    position:absolute;
    content:'';
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

.icon.icon-search11{
    font-size:0;
}
/* Slider Section */

.slider-section .elementor-icon,
.slider-section .elementor-button-icon,
.header-section .elementor-icon,
.header-section .elementor-button-icon,
.practice-section .practice-button .elementor-icon,
.practice-section .elementor-button-icon{
    background-color: #ffffff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-section .slider-arrows .elementor-icon {
    border-radius: 8px;
}
.slider-section .slider-card .elementor-icon{
    width: 40px;
    height: 40px;
}
.slider-section .elementor-button-icon,
.header-section .elementor-button-icon,
.practice-section .elementor-button-icon{
    width: 25px;
    height: 25px;
}
.header-section .elementor-icon,
.header-section .elementor-button-icon{
    background-color: #1F1F1F;
}
.slider-section .elementor-button-content-wrapper,
.header-section .elementor-button-content-wrapper,
.practice-section .elementor-button-content-wrapper   {
    align-items: center;
}
.header-section .elementor-button-icon svg,
.practice-section .elementor-button-icon svg{
    color: #F36047;
    fill: #F36047;
}
.slider-section .elementor-button-icon svg{
    color: #1F1F1F;
    fill: #1F1F1F;
}
.slider-section .elementor-button,
.header-section .elementor-button,
.practice-section .practice-button .elementor-button{
    position: relative;
    z-index: 1;
}
.slider-section .elementor-button:hover{
    background-color: #3D3D3D !important;
}
.slider-section .elementor-button::before,
.header-section .elementor-button::before,
.practice-section .elementor-button::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 20px;
    height: 35px;
    background-color: #3D3D3D;
    border-top-right-radius: 19px;
    border-bottom-right-radius: 19px;
    z-index: -1;
}
.slider-section .elementor-button:hover::before,
.header-section .elementor-button:hover::before{
    background-color: #F36047;  
}
.header-section .elementor-button::before,
.practice-section .elementor-button::before{
  background-color: #F36047;  
}
.header-section .elementor-button:hover{
    background-color: #F36047 !important;
}
.header-section .elementor-button:hover .elementor-button-text {
    color: #ffffff !important;
}
.header-section .elementor-button:hover::before{
    background-color: #ffffff;
}
.slider-section p,
.slider-section h1{
    color: #ffffff;
}
.slider-section h1{
    line-height: 50px;
}
.slider-section p {
    margin-bottom: 0;
}
.slider-section .slider-heading a{
    color: #F36047;
}
.slider-section .slider-card h3{
    margin-bottom: 0;
}
.slider-section .slider-arrows{
    position: relative;
    left: -2%;
    z-index: 3;
}
.slider-section .slider-arrows .slide-prev .elementor-icon,
.slider-section .slider-arrows .slide-next .elementor-icon{
    background-color: #ffffff !important;
    cursor: pointer;
}
.slider-section .slider-arrows .slide-prev .elementor-icon:hover,
.slider-section .slider-arrows .slide-next .elementor-icon:hover{
    background-color: #F36047 !important;
}
.slider-section .slider-arrows .elementor-icon:hover svg{
    color: #ffffff !important;
    fill: #ffffff !important;
}
.slider-section .slider-img img{
  margin: auto;
  width: unset !important;
  width: 198px;
  height: 450px;
}
.slider-section .owl-carousel{
    display: block;
}
.slider-section {
    position: relative;
}
.slider-word{
    position: absolute;
    left: 12%;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    writing-mode: vertical-rl;
    font-size: clamp(24px, 4vw, 47px);
    letter-spacing: 3px;
    text-transform: uppercase;
    opacity: 0.03;
    white-space: nowrap;
    z-index: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 15ch;
}

/* Practice Section */

.practice-section .practice-button {
  transform: translate(-50%);
  display: none;
}
.practice-section .practice-col:hover{
    background-color: #F36047 !important;
}
.practice-section .practice-col:hover .elementor-heading-title,
.practice-section .practice-col:hover p{
    color: #ffffff !important;
}
.practice-section .practice-col:hover .practice-button {
  display: block;
}
.practice-section .practice-button a .elementor-button-content-wrapper {
  align-items: center;
}
.practice-section .practice-img-button .elementor-widget-image {
  position: relative;
}
.practice-section .practice-icon {
  position: relative;
}
.practice-section .practice-icon::after {
  position: absolute;
  content: "";
  left: -11px;
  top: -3px;
  height: 43px;
  width: 43px;
  background-color: #F36047;
  z-index: 1;
  border-radius: 50%;
  opacity: 20%;
}
.practice-section .practice-img-button img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.practice-section .practice-col.practice-col-dark .practice-icon::after {
  background-color: #fff;
}
.practice-section .practice-area-text {
  position: relative;
  width: max-content;
  margin: 0 auto;
  padding-bottom: 4px;
  border-bottom: 2px solid #1F1F1F;
}
.practice-section .practice-area-text h2:before {
  content: "";
  width: 50px;
  height: 5px;
  background: #F36047;
  position: absolute;
  left: 29%;
  bottom: -3px;
  z-index: 2;
}
.practice-section .practice-button .elementor-icon,
.practice-section  .practice-button .elementor-button-icon{
    background-color: #ffffff;
}
.practice-section .elementor-button:hover{
   background-color: #F36047 !important; 
}
.practice-section .elementor-button:hover::before {
    background-color: #1F1F1F;
}
.practice-section .practice-col:hover .practice-icon::after{
    background-color: #ffffff;
}
.practice-section .practice-col:hover svg{
    color: #ffffff !important;
    fill: #ffffff !important;
}
.practice-section .practice-col:hover  .practice-button svg{
    color: #F36047 !important;
    fill: #F36047 !important;
}
.practice-section p{
    margin-bottom: 0;
}
.practice-section .practice-icon .elementor-icon-wrapper svg{
    margin-left: 10px;
}
.practice-section .practice-img{
    position:relative;
}
.practice-section .practice-img::after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#1F1F1F;
    opacity:0;
    transition:0.3s;
}
.practice-section .practice-col:hover .practice-img::after{
    opacity:0.6;
}

/* Footer Section */

.footer-section p{
    color: #ffffff;
    margin-bottom: 0px;
}
.footer-section p a{
    color: #ffffff !important; 
}
.footer-section p a:hover{
    color: #F36047 !important; 
}
.footer-section h3.elementor-heading-title,
.footer-section .newsletter-section .news-para,
.practice-section .practice-subheader {
    position: relative;
}
.footer-section h3.elementor-heading-title::after,
.footer-section .newsletter-section .news-para::after,
.practice-section .practice-subheader::after{
    position: absolute;
    content: '';
    bottom: -13px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    z-index: 1;
}
.footer-section h3.elementor-heading-title::before,
.footer-section .newsletter-section .news-para::before,
.practice-section .practice-subheader::before{
    position: absolute;
    content: '';
    bottom: -15px;
    left: 0;
    width: 20%;
    height: 5px;
    background-color: #F36047;
    z-index: 2;
}
.practice-section .practice-subheader {
    position: relative;
    text-align: center;
}
.practice-section .practice-subheader::after{
    left: 50%;
    transform: translateX(-50%);
    width: 13%;
    height: 1px;
    background-color: #1F1F1F;
    bottom: -5px;
}
.practice-section .practice-subheader::before{
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 6%;
}
.footer-section .elementor-social-icon {
    background-color: #ffffff;
}
.footer-section .elementor-social-icon svg{
    color: #F36047;
    fill: #F36047;
}
.footer-section .elementor-social-icon:hover {
    background-color: #F36047;
}
.footer-section .elementor-social-icon:hover svg{
    color: #ffffff;
    fill: #ffffff;
}
.footer-section .footer-bottom-info{
    border-top: 1px solid #F36047;
}
.footer-section .newsletter-wrap{
  background-color: #ffffff;
  border-radius: 10px; 
  padding: 7px 0; 
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-section .newsletter-wrap p{
    display:flex;
    align-items:center;
    gap:10px;
}
.footer-section .newsletter-wrap input{
  border: 0;
}
.footer-section .newsletter-wrap .wpcf7-form-control-wrap{
  padding-left: 20px;
}
.footer-section .newsletter-wrap input[type="submit"]{
    text-indent:-999px;
    width:30px;
    height:30px;
    padding:25px;
    box-sizing:border-box;
    background-image:url("https://license.flextheme.net/theme-images/legal-notary-firm/send.png");
    background-size:25px 25px; 
    background-repeat:no-repeat;
    background-position:center;
    border:none;
    margin:auto;
    background-color:#000000;
    position:relative;
    right:-63px;
    cursor:pointer;
}
.footer-section .newsletter-section,
.footer-section .e-con-inner{
    padding-top: 0;
}
.footer-section .newsletter-section .news-para p{
    color: #1F1F1F;
}
.footer-section .newsletter-section .news-para::after{
    background-color: #000000;
    width: 40%;
    bottom: -6px;
}
.footer-section .newsletter-section .news-para::before{
    bottom: -8px;
    width: 10%;
    background-color: #ffffff;
}

/* Media */
@media only screen and (min-width:1601px) and (max-width: 1800px) {
    .slider-word{
        left: 5%;
    }
}
@media (max-width: 1600px) {
    .slider-word{
        left: 0%;
    }
}
@media (min-width: 1440px) {
    .container {
        max-width: 1360px !important;
    }
}
@media only screen and (min-width:768px) and (max-width: 1450px) {
    .slider-section .slider-arrows{
        left: 0;
    }
} 
@media (min-width: 991px) and (max-width: 1199px){
    .flex-blog-banner-tab .e-n-tab-title{
        padding: 15px !important;
    }
}
@media (max-width: 1024px) {
    .header-section .elementor-widget-ekit-nav-menu a.active::before, .header-section .elementor-widget-ekit-nav-menu a:hover::before {
        display: none;
    }
    .header-section .elementskit-submenu-indicator{
        fill: #000000 !important;
    }
    .header-section .elementskit-navbar-nav .elementskit-submenu-panel,
    .header-section .elementskit-navbar-nav .elementskit-submenu-panel > li > a {
        background-color: #ffffff !important;
    }
}
@media (min-width: 992px) and (max-width: 1024px){
    .header-section .elementskit-menu-container{
        max-width: 550px !important;
    }
}
@media screen and (max-width: 991px){
    #page #primary-menu a.nav-link, #page #primary-menu li:hover a.nav-link, #page #primary-menu li {
        color: #000 !important;
    }
}
@media (min-width: 766px) and (max-width: 767px){
    .header-section .elementskit-menu-container{
        display: none !important;
    }
    .header-section button.elementskit-menu-hamburger{
        display: block !important;
    }
}
@media (max-width: 767px) {
	.slider-section .card-section .elementor-icon-box-icon  {
        margin: auto;
	}
    .slider-section {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 8px;
    }  
    .slider-section .slider-arrows {
        grid-column-start: 1;
        grid-row-start: 2;
    }
    .slider-section .slides {
        grid-column-start: 1;
        grid-row-start: 1;
    }
    .slider-word{
        display: none;
    }
    .slider-section h1{
        line-height: 33px;
        font-size: 25px;
    }
    .header-section .e-flex{
        justify-content: center !important;
    }
}