*{
text-decoration: none !important;
outline: none !important;
}

/************VARIABLE CSS***********/
/************VARIABLE CSS***********/
:root {
  --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #fcb814;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
  --main-bg-color: #ffffff; 
  --main-text-color:#353535; 
  --main-font-size: 16px; 
  --main-font-weight: 400; 
  --main-line-height: 25px; 
  --font-titel:'Libre Baskerville', serif;
  --font-paragraph:'Manrope', sans-serif;
 --themecolor:#169B62;
  --preloder-color:#00aeff;
  --preloder-animeshan-color:#fff;
  --humbarger-color:#00aeff;
  --dark-color:#313946;
  --light-color:#ffffff;
  --heading-color:#111111 ;
  --color-green:#1fbf54;

     scroll-behavior: smooth;
    scroll-padding-top: 4rem;
}

.color-white-global{
  background-color: var(--light-color) !important;
  color: var(--heading-color) !important;
}



.libre-baskerville-regular {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}
.manrope {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


/************VARIABLE CSS***********/
/************VARIABLE CSS***********/

body {
  font-family: var(--font-paragraph);
    font-weight:var(--main-font-weight);
  font-size:var(--main-font-size);
  color:var(--main-text-color);
  line-height:var(--main-line-heigh);
  background: var(--main-bg-color);
  letter-spacing: 0.4px;
  margin:0px;
  padding: 0px;
  font-weight: normal;
  font-style: normal;
  font-family: "Manrope", sans-serif;

  
}
p:empty{
  display: none !important;
}
img {
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
}
ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
    list-style-type: none;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
a, a:hover, a:focus{
  text-decoration: none;
}
ol {
    list-style: decimal inside;
}

.h1, .h2, .h3, h1, h2, h3,h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: var( --font-titel) !important;
}

p {
    margin: 0;
    padding: 0;
    color: #2e2e2e;
    font-size: 15px;
    line-height: 26px;
    font-family: var(--font-paragraph);
}
b,
strong {
    font-weight: 800;
}
blockquote {
    margin: 0;
    padding: 0;
    border: none;
}
a,
a:hover,
a:visited {
    color: #000;
}
::selection {
  background: #000;
    color: #fff;
}
::-moz-selection {
    background: #000;
    color: #fff;
}
a:focus,p:focus,div:focus,input:focus,textarea:focus,submit:focus,button:focus{
  outline:none;
  
}



/**************theme sacting*******/
.swich0{
  display: none !important;
}
.swich1{
  display: block;
}

/*****************
Typography
*****************/
.h1 {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 800 !important;
    font-size: 30px !important;
    color: #0d141e !important;
    text-transform: uppercase;
    line-height: 35px;
    font-family: var(--font-titel) !important;
}

.h2 {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 700 !important;
    font-size: 30px !important;
    color: #0d141e !important;
    text-transform: uppercase;
    line-height: 35px;
    font-family: var(--font-titel) !important;
    letter-spacing: -0.5px;
}

.h3 {
     margin: 0px !important;
    padding: 0px !important;
    font-weight: 700 !important;
    font-size: 30px !important;
    color: #0d141e !important;
    text-transform: uppercase;
    line-height: 35px;
    font-family: var(--font-family) !important;
    letter-spacing: -0.5px;

}
.h4 {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #0d141e !important;
    text-transform: capitalize;
    line-height:27px;
    font-family: var(--font-titel) !important;
}
.h5 {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #0d141e !important;
    text-transform: capitalize;
    line-height:27px;
    font-family: var(--font-titel) !important;
}

.font-size p,.font-size a {
    font-size: 13px !important;
    font-weight: 500;
 
}

.font-size2 p {
    font-size: 18px;
    font-weight: 300;
    color: #6a6a6a;

    font-family: var(--font-paragraph);
}
.font-bold {
    font-weight: 800;
  
}
.font-semibold {
    font-weight: 700;
}
.font-mediumbold {
    font-weight: 600;
}
.font-medium {
    font-weight: 500;
}
.font-normal {
    font-weight: 400;
}
.font-italic {
    font-style: italic;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-justify {
    text-align: justify;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.color-white{
  color: #fff !important;
}
.color-white p,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.color-white ul li,
.color-white ul li a{
  color: #fff !important;
}
p {
    font-size: 16px;
    color: #3a3a3a;
    line-height: 26px;
    letter-spacing: 0;
}

.letter-spacin-0{
  letter-spacing: 0px;
}
.letter-spacin-1{
  letter-spacing: 1px;
}
.letter-spacin--1{
  letter-spacing: -1px;
}

.image-shadow img{
  box-shadow: 0px 0px 30px #ccc;
}

.relativ-class{
  position: relative;
}

/*****************
Typography
*****************/
/***************
VISUL CLASS
*************/
.overflow-visible{
  overflow: visible !important;
}
.overflow-hidden{
  overflow: hidden !important;
}
.box-shadow { box-shadow:0px 0px 40px rgba(2, 2, 2, 0.18);
}

.no-shadow{
  box-shadow: none !important;
}

/***************
VISUL CLASS
*************/


/***************
page scrool
**************/
.scrollup {
    right: -45px;
    position: fixed;
    border-radius: 0px;
     bottom: 0px;
    width: 45px;
    height: 45px;
    z-index: 9999;
   text-align: center;
   line-height: 45px;
   color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
     background-color: rgba(12, 1, 1, 0.7);
}
.scrollup.actives {
    bottom: 0px;
    right: 0px;
}
.scrollup:hover {
background-color: rgba(12, 1, 1, 0.7);
}

/***************
page scrool
***************/



.section {
    width: 100%;
overflow: hidden;
}

/*+++++++++++++++++NAV MENU+++++++++++++++++++*/

.nav{
}
#pull{display:none;}
.nav > ul{
 
font-family: var(--font-paragraph);
  
    

}

.nav > ul > li::after{
 content: " ";
    width: 8px;
    height: 8px;
    background-color:transparent;
    border-radius: 100px;
    position: absolute;
    top: 12px;
    left: -8px;
}

.nav > ul > li:last-child:after{
  content: "";

}

.nav > ul > li{position:relative;display:inline-block;vertical-align:top;width:auto;height:auto;
  margin:0px 40px 0px 0px;}
.nav > ul > li:last-child,
.nav > ul > li:only-child{margin:0px 0px 0px 0px}
.nav > ul > li::before {
  position: absolute;
  bottom: -7px;
  left: 27%;
  z-index: 0;
  content: " ";
  width: 40%;
  height: 3px;
  background:transparent;
  border-radius:0px; 
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
 
}
.nav > ul > li:hover:before,
.nav > ul > li.current-menu-item:before,
.nav > ul > li.current-menu-parent:before,
.nav > ul > li.current-menu-ancestor:before{transform:scaleX(1);-webkit-transform:scaleX(1);}
.nav > ul > li > a {




  font-family: "Manrope", sans-serif;
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
    padding: 5px 6px 5px 7px;

    font-weight:600;
    font-size: 18px;
color:#474747; 
  line-height: 22px;
  cursor: pointer;
 letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.nav > ul > li > a i{ font-size: 16px;}
.nav > ul > li:hover > a,
.nav > ul > li.current-menu-item > a,
.nav > ul > li.current-menu-parent > a,
.nav > ul > li.current-menu-ancestor > a{ color:#A34900; }
.nav > ul > li > ul{position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    width: 240px;
    height: auto;
    padding: 15px 0px 0px 0px;
    background: none;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    border-bottom-right-radius: 10px;
}
.nav > ul > li:last-child > ul,
.nav > ul > li:nth-last-child(2) > ul{left:auto;right:0;}
.nav > ul > li:hover > ul{top:100%;opacity:1;visibility:visible;}
.nav > ul > li > ul > li,
.nav > ul > li > ul > li > ul > li{position:relative;width:100%;height:auto;float:left;}
.nav > ul > li > ul > li > a,
.nav > ul > li > ul > li > ul > li > a{display:block;width:auto;height:auto;padding:2px 15px 1px 15px;
 background: #000000;
    border-top: 1px #3a3a3a solid;
  text-transform:uppercase;
  font-weight:500;font-size:14px;
  color:#fff;line-height:18px;cursor:pointer;
  transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.nav > ul > li:hover > ul > li > a,
.nav > ul > li:hover > ul > li > ul > li > a{padding:9px 15px 10px 15px;}
.nav > ul > li > ul > li:hover > a,
.nav > ul > li > ul > li.current-menu-item > a,
.nav > ul > li > ul > li.current-menu-parent > a,
.nav > ul > li > ul > li > ul > li:hover > a,
.nav > ul > li > ul > li > ul > li.current-menu-item > a,
.nav > ul > li > ul > li > ul > li.current-menu-parent > a{background:#C25F10;}
.nav > ul > li > ul > li > ul{position:absolute;top:10%;left:100%;z-index:9999;width:240px;height:auto;background:none;text-align:left;opacity:0;visibility:hidden;transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.nav > ul > li:last-child > ul > li > ul,
.nav > ul > li:nth-last-child(2) > ul > li > ul{left:auto;right:100%;}
.nav > ul > li > ul > li:hover > ul{top:0;opacity:1;visibility:visible;}

.nav > ul .menu-item-has-children{
    position: relative;
}
.nav > ul .menu-item-has-children > a::after {
    content: "\f107"; 
    font-family: "FontAwesome";
  margin-left: 12px;
    font-size: 18px;
    color: #4E4E4E;
}


/*+++++++++++++++++NAV MENU+++++++++++++++++++*/


/****************
START HEADER PART
****************/

 .sticky{
   padding:0px 0px;
    position: fixed !important;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 9999 !important;
 background-color:#fff !important;
}
  

.header{
  width: 100%;
  position: absolute;
  z-index: 10;
  left: 0px;
  top:0px;
  
    transition: all 0.3s;
}
.head-top-part{
  width: 100%;
  padding: 15px 0px;
}

.menubars{
  background: #e1eaf4;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 25px 0px;
}
.menubars2{
width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 15px 0px 15px 0px;

}
.container {
    max-width: 1280px;
}
.sticky .menubars2{
  
}

.logo {
    position: relative;
    max-width:265px;
   
}

 .home-banner{
    padding: 190px 0px;
    background-size: cover !important;
 }
 .slide-content h1{
font-size: 52px;
line-height: 62px;
font-weight: 700;
color: var(--dark-color);
 margin-bottom: 20px;
 }
 .slide-content p{
    font-size: 17px;
    color: #2f2e2e;
    line-height: 26px;
    margin-bottom: 28px;
    letter-spacing: 0.2px;
 }

a.phone-top{

display: inline-block;
padding: 17px 25px;
font-weight: 600;
text-transform: uppercase;
width: 165px;
height: 56px;
color: #fff;
font-size: 16px;
transition: all 0.3s;
background: #A34900;
border-radius: 30px;

}
a.phone-top:hover{
    background-color: #1F1F1F;
}

/****************
END HEADER PART
****************/

/***************MPBILE MENU***********/




.box{
    width: 270px;
    height: 100vh;
    background-color: #000;
    position: fixed;
    text-align: left;
    z-index: 1;
    opacity: 0;
    left: -500px;
    pointer-events: none;
    transition: 0.4s;
    z-index: 999999;
    top:0;
}
.active_box{
    opacity: 1;
    left: 0px;
    pointer-events: fill;
}
.menu_icon_box{
    z-index: 2;
    width: fit-content;
    height: auto;
    background-color: #fff;
    margin: 0;
    position: relative;
    border-radius: 0;
    cursor: pointer;
    display: none;
    margin-left: 10px;
        height: 44px;
}
.line1 , .line2 , .line3{
    width: 28px;
    height: 2px;
    margin: 10px 8px;
    background-color: #000;
    border-radius: 50px;
    transition: 0.2s;
}
.activem .line1{
      transform: translate(0px , 10px)rotate(44deg);
}
.activem .line2{
    opacity: 0;
}
.activem .line3{
    transform: translate(0px , -15px)rotate(-45deg);
}

.box  {
   
}
.nav-hed{
    width: 100%;
    text-align: center;
    margin-top: 10px;

}
.nav-hed .logo{
     display: inline-block;
    padding: 0;
 margin-top: 0;
    width: auto;
    height: auto;
}
.mobile-menu {
margin-top: 20px;
}
.mobile-menu  li{
width: 100%;
display: inline-block;
}
.mobile-menu  li a{
    border-bottom: 1px solid #333333;
    padding: 15px 25px;
    color: #fff;
    width: 100%;
    display: inline-block;
}

.header-info-mob  li{
width: 100%;

display: inline-block;
}
.header-info-mob  li a{
  border-bottom: 1px solid #db3e62;
    padding: 15px 10px;
    color: #fff;
    width: 100%;
display: inline-block;
}


.mobile-menu li {
    position: relative;
    cursor: pointer;
}

.mobile-menu .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
}

.mobile-menu li.open > .sub-menu {
  max-height: 500px; /* enough height to fit submenu */
  opacity: 1;
}


.mobile-menu li.menu-item-has-children > a::after {
content: "\f107";
    font-family: "FontAwesome";
    margin-left: 12px;
    font-size: 18px;
    color: #4E4E4E;
    transition: transform 0.3s;
    color: #fff;
    position: absolute;
    right: 18px;
    top: 15px;
}

.mobile-menu li.open > a::after {
    transform: rotate(180deg);
}



/***************MPBILE MENU***********/
/***************************
BANNE
***************************/





.pic{
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;

}

.pic > img{
  width: 100%;
}
.pic > .holder{
  position: absolute;
  left: 0px;
  top:0px;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center !important;

       object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: -webkit-transform 20s ease-out;
    transition: transform 20s ease-out;
    transition: transform 20s ease-out,-webkit-transform 20s ease-out;
    -webkit-transition: -webkit-transform 20s ease-out;
}
.pic:hover > .holder {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
}

.position-absolute{
    position: absolute;
}
.position-relative{
    position: relative;
}



.top-head {
display: inline-block;
vertical-align: top;
width: 100%;
    background: transparent;
background-repeat: repeat-x;
position: relative;
border-bottom: 1px solid #E8E8E8;
padding: 10px 0px;

}

.top-head .container{
    max-width: 1800px;
    transition: all 0.3s;
}



.menu-right {
gap: 70px;
display: flex
;
    flex-wrap: wrap;
    align-items: center;
    width: auto;
}
.btn-group-header{
 
}


.nav {
    display: flex
;
    justify-content: flex-end;
    padding: 0px 0px 0px 0px;
}

a.ph-number{

font-style: normal;
font-weight: 600;
font-size: 42px;
line-height: 60px;
/* identical to box height, or 143% */
letter-spacing: -0.03em;
text-transform: capitalize;

color: #169B62;


}
.ph-number span{
color: #313131;
}

.banner-new-style-homepage .container{
max-width: 1500px;
}

.banner-new-style-homepage{
    padding-top: 110px;
    padding-bottom: 90px;
}
.bannercontent-title h1{

font-style: normal;
font-weight: 400;
font-size: 80px;
line-height: 92px;

letter-spacing: -0.02em;

color: #A34900;


}
.bannercontent-title .underline {
   
    padding-bottom: 0px;   
    display: inline-block;
    position: relative;
}
.bannercontent-title .underline:before{
  content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #A34900;
    bottom: 8px;
}


.bannercontent-text {
    display: flex
;
    flex-wrap: wrap;
    width: 100%;
    gap: 17px;
}

.bannercontent-text h3{


font-family: 'Manrope', sans-serif !important;
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 30px;
/* identical to box height, or 125% */
display: flex;
align-items: center;

color: #1F1F1F;


}

.bannercontent-text strong{
   
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 28px;
/* or 140% */
display: flex;
align-items: center;
letter-spacing: 0.01em;

color: #1F1F1F;


}
.bannercontent-text p{
  
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 26px;
/* or 144% */
display: flex;
align-items: center;
letter-spacing: 0.02em;

color: #1F1F1F;


}

.banner-image-full{
    width: 100%;
    overflow: hidden;
}
.banner-image-full img{
    max-width: 100%;
    width: 100%;
}

/***************footer**********/

.footer-top{
    background-color: #2A2A32;
    width: 100%;
    padding: 50px 0px;
}

.contact-footer-holder {
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 100%;
        gap: 42px;
}
.contact-footer-holder h2{

font-style: normal;
font-weight: 400;
font-size: 60px;
line-height: 70px;
/* identical to box height, or 117% */
letter-spacing: -0.02em;

color: #FFFFFF;


}
.phon-grupo {
    display: flex
;
    gap: 28px;
}
.canect1 {
    display: flex
;
    gap: 12px;
    align-items: center;
  
   
}
.canect1 i {
    background-color: #A34900;
    width: 43px;
    height: 43px;
    border: 1px solid #A34900;
    color: #fff;
    text-align: center;
    line-height: 43px;
    border-radius: 100px;
}
.canect1 strong {
    font-family: var(--font-titel) !important;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    display: flex
;
    align-items: center;
    color: #fff;
}
.canect1 strong  a{
    color: inherit;
}
.footer{
    width: 100%;
   background-color: #1D1D24;
padding: 100px 0px;}

.footer-info {
  width: 100%;
    height: 100%;
    display: flex
;
    flex-wrap: wrap;
    /* align-items: self-start; */
   
    justify-content: center;
}
ul.social-links {
    display: flex
;
    gap: 11px;
}

.footer-heading{
 margin-bottom: 34px;
font-family: 'Libre Baskerville',serif;
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 40px;

letter-spacing: -0.02em;

color: #FFFFFF;


}

.footer-main{
    position: relative;
}

.footer-contact-list ul li {

    margin-bottom: 20px;
    font-size: 17px;
    line-height: 26px;
    color: #474747;
    position: relative;
    padding-left: 30px;
}
.footer-contact-list ul li a{
    color: inherit;
}
 .footer-contact-list ul li span {
    position: absolute;
    left: 0;
    top: 0px;
    color: #169B62;
    font-size: 21px;
}

.footer-menu li {
margin-bottom: 15px;
    line-height: 20px;
    position: relative;
    padding-left: 20px;
    position: relative;
}
.footer-menu li:after{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 100px;
        left: 0px;
    top: 6px;
}

.footer-menu li a {
    font-size: 16px;
    color: #fff;
    position: relative;
    letter-spacing: 0;
    text-transform: uppercase;

    letter-spacing: 0.05em;
}
.text-copy{
    text-align: center;
  color: #AEAEB5;
    padding: 15px 0px;
}
.text-copy a{
    color: #FFFFFF;
}
.foot-menu-copy{
    border-top: 1px solid #4B4B51;
    padding: 0px 0px;
      background: #1D1D24;
}

.footer-holder{
   
}
.addres-footer{

font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 30px;
/* or 150% */
margin-bottom: 25px;
color: #FFFFFF;


}

.map {
    width: 100%;
    overflow: hidden;
}
/****************end footer******/


.section-home1{
    padding: 130px 0px 100px 0px;
}
.page-contnet h2{

font-style: normal;
font-weight: 400;
font-size: 60px;
line-height: 70px;
/* or 117% */
display: flex;
align-items: center;
letter-spacing: -0.02em;

color: #1F1F1F;


}
.page-contnet strong{
font-family: var(--font-titel) !important;
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 30px;
/* identical to box height, or 125% */
display: flex;
align-items: center;

color: #1F1F1F;


}
.page-contnet strong a{
    color: #A34900;padding-left: 4px;
}
.page-contnet p{
  margin-bottom: 40px;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 26px;
/* or 162% */
letter-spacing: 0.02em;

color: #1F1F1F;


}

.practice-item{
background-color: #F9F9F9;
display: flex;
flex-wrap: wrap;
gap: 30px;
padding: 60px;
margin-bottom: 28px;
}
.practice-item h3{
flex: 0 0 100%;
max-width: 100%;


font-style: normal;
font-weight: 400;
font-size: 30px;
line-height: 40px;
/* identical to box height, or 133% */
letter-spacing: -0.02em;

color: #1F1F1F;



}
.practice-item p{
flex: 0 0 100%;
max-width: 100%;

font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
/* or 150% */
letter-spacing: 0.02em;

color: #172735;


}
.practice-item a{
box-sizing: border-box;
    padding: 13px 10px;
    width: 169px;
    height: 48px;
    border: 1px solid #A34900;
    border-radius: 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #A34900;
    text-align: center;
    transition: all 0.3s;

}
.practice-item a:hover{
     border: 1px solid #A34900;
       color: #fff;
       background-color: #A34900;
}

.section-home-scroll{
    position: relative;
    background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;

padding: 190px 0px;
}
.height-100{
        height: 100%;
}
.page-contnet-light h2{

font-style: normal;
font-weight: 400;
font-size: 60px;
line-height: 70px;
/* or 117% */
text-align: center;
letter-spacing: -0.02em;

color: #FFFFFF;


}
.page-item{
border-top:1px solid #EDE2D7;
border-bottom:1px solid #EDE2D7;
padding:30px 40px 30px 30px;
position: relative;
}
.page-item:after{
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #A34900;
    border-radius: 2px;
    left: 0px;
    top: 43px;
}
.col-lg-6:nth-child(3) .page-item,
.col-lg-6:nth-child(4) .page-item{
  border-top:none;
}

.page-item h3{

font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 40px;
/* identical to box height, or 200% */
letter-spacing: -0.02em;
margin-bottom: 10px;
color: #1F1F1F;


}
.page-item p{
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
/* or 150% */
letter-spacing: 0.02em;

color: #172735;


}

.section-testimon{
    padding: 100px 0px;
}

.custom-slide {
    width: 100%;
    background-color: #2C2727;
    display: flex
;
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 15px;
}
.slider-tops{
    display: flex;
    justify-content: space-between;
        width: 100%;
}
.testimonial-rating .star {
    color: #E2B70F;
}
.sliderbody h4{
  

font-family: 'Manrope' ,sans-serif !important;
font-style: normal;
font-weight: 600;
font-size: 17px;
line-height: 20px;
/* identical to box height, or 118% */
letter-spacing: -0.02em;

color: #FFFFFF;



}
.sliderbody {
    display: flex
;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
}
.sliderbody p{

font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
/* or 150% */
letter-spacing: 0.02em;

color: #C5C6C7;



}
.slider-footer {
    display: flex
;
    gap: 12px;
}
.testimonial-small-title{
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 600;
}
.testimonial-text{
color: #C5C6C7;
font-size: 14px;
}

.cstm-right-padig{
      max-width: 500px;

}
.cstm-right-padig h2{
      max-width: 402px;
          margin-bottom: 40px;
}
.canect {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom:19px ;
    padding-bottom:22px ;
    border-bottom: 1px solid #EDE2D7;
}
.canect i{
     background-color: #F8EEE3;
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    border: 1px solid #EDE2D7;
    color: #A34900;
    text-align: center;
    line-height: 43px;
    border-radius: 100px;
}
.card-detail {
width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    gap: 30px;
        margin: 30px 0px;
}
.card-detail strong{

position: relative;
font-family:var(--font-titel) !important;
font-style: normal;
font-weight: 400;
font-size: 30px;
line-height: 40px;
/* identical to box height, or 133% */
letter-spacing: -0.02em;

color: #1F1F1F;


}

.card-detail span{

font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 30px;
/* identical to box height, or 150% */

color: #676565;


}
.vertical-line {
  width: 1px;        
  height: 23px;     
  background-color: #A34900; 

}

.pdf-bg{
    background-color: #F8EEE3;
    padding: 60px 10px;
    display: flex;
    justify-content: center;
}

.center-pdf {
    max-width: 656px;
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}
.center-pdf a{
    flex:0 0 125px;
}
.instrakshn-content {
       flex: 0 0 466px;
    display: flex
;
    flex-wrap: wrap;
    gap: 9px;
}
.instrakshn-content strong{

font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 30px;


color: #1F1F1F;


}
.instrakshn-content p{

font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
/* or 150% */
letter-spacing: 0.02em;

color: #1F1F1F;


}

.mySwiper-testimonial2{
    margin-top:10px;
}

/********************INNERPAGE********/

.yoast-breadcrumbs > span{


font-family: 'Manrope',sans-serif;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 20px;

letter-spacing: 0.03em;
text-transform: uppercase;

color: #9C9C9C;


}
.yoast-breadcrumbs span > span{
color: #1F1F1F;
padding-right: 8px;
}
.yoast-breadcrumbs span > span:last-child{
   padding-left: 8px; 
}
.sep{
  padding-right: 0 !important;
  color: #9C9C9C !important;
}

.section-inner1 {
    background-color: #F9F9F9;
   background-image: url(../images/Attisha-Legal-Logos.png);
   background-position: right bottom;
   background-repeat: no-repeat;


}
.section-inner1 .half-image {
    width: 100%;
    height:100%; 
    object-fit: cover; 
    display: block;
}
.widthmax-banner {
    max-width: 664px;
    padding-left: 100px;
    padding-top: 100px;
}
.page-contnet-banner{
    margin-bottom: 72px;
}
.page-contnet-banner h3{
margin-bottom: 25px;
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 34px;
/* or 142% */
letter-spacing: -0.02em;

color: #1F1F1F;


}
.page-contnet-banner p{

font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
/* or 150% */
letter-spacing: 0.02em;

color: #172735;


}
.page-contnet-banner ul{

}
.page-contnet-banner ul li{
position: relative;
padding-left: 30px;



font-family: 'Manrope',sans-serif;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 40px;
/* identical to box height, or 222% */
letter-spacing: -0.02em;

color: #1F1F1F;


}
.page-contnet-banner ul li:after{
content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #A34900;
    border-radius: 2px;
    left: 0px;
    top: 14px;
}

.serves-item{
display: flex;
flex-wrap: wrap;
width: 100%;
gap: 25px;
margin-bottom:50px;
}
.serves-item h3{
width: 100%;
padding-right: 35px;
font-style: normal;
font-weight: 400;
font-size: 30px;
line-height: 40px;
/* or 133% */
letter-spacing: -0.02em;

color: #1F1F1F;


}
.serves-item p{
width: 100%;
padding-right: 24px;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
/* or 150% */
letter-spacing: 0.02em;

color: #172735;


}
.serves-item img{
width: 100%;
height: 328px;
object-fit: cover;
}
.lastserv img{
    width: 100%;
    object-fit: cover;
        height: 316px;
}
.lastserv-content {
    background-color: #F9F9F9;
    width: 100%;
    height: 100%;
    padding: 50px;
    display: flex
;
    flex-wrap: wrap;
    gap: 0;
    align-items: center;
}


.faq-accordion .faq-item:first-child{
    border-top: 1px solid #EDE2D7;
}
.faq-accordion .faq-item {
  border-bottom: 1px solid #EDE2D7;
  padding: 20px 0;
  cursor: pointer;
}

.faq-accordion .faq-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
    padding-left: 30px;
        font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
    color: #1F1F1F;

}

.faq-accordion .faq-icon {
    font-size: 33px;
    transition: transform 0.3s ease;
    color: #A34900;
}

.faq-accordion .faq-item.active .faq-icon {
  transform: rotate(45deg); /* plus (+) -> cross (×) */
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  color: #555;
}

.faq-item.active .faq-content {
  max-height: 500px; 
}

.faq-title{

}
.faq-title:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #A34900;
    border-radius: 2px;
    left: 0px;
    top: 13px;
}

.faq-content p{
        font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #172735;
}

.section-faq{
    padding-bottom: 100px;
}

.section-faq h2{
    justify-content: center;
}

.map-wrap{
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 620px;
    border-radius: 0;
    overflow: hidden;
  }
  #map{ width:100%; height:100%; 
   filter: grayscale(100%);
  }

 .fa-pin {
    font-size: 28px;
    color: #A34900; /* brand color */
    text-shadow: 0 0 3px rgba(0,0,0,0.4);
  }
  .p-bm{
    padding-bottom: 40px;
  }


  .form-holder{

  }

  .form-holder h3{
font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    display: flex
;
    align-items: center;
    letter-spacing: -0.02em;
    color: #1F1F1F;
    margin-bottom: 40px;
  }
  .fild-custom{
border: none;
    border-bottom: 1px solid #ccc;
        width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 8px 0px;
    color: #000;
    margin-bottom: 20px;
  }
  .fild-custom2{
border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
      height:250px;
    display: inline-block;
    vertical-align: top;
    padding: 8px 0px;
    color: #000;
     margin-bottom: 20px;
  }

  .fild-custom::placeholder,
.fild-custom2::placeholder {
    color: #000;          /* Placeholder text color */
  
    font-size: 14px;      /* Optional: font size */
    opacity: 1;           /* Firefox fix */
}

/* Optional: focus effect */
.fild-custom:focus,
.fild-custom2:focus {
    outline: none;
    border-bottom: 1px solid #A34900; /* brand color on focus */
}

    .form-holder input[type="submit"]{
     display: inline-block;
    padding: 14px 25px;
    font-weight: 600;
    text-transform: uppercase;
    width: auto;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s;
    background: #A34900;
    border-radius: 30px;
    border: none;
    }

.page-contnet-banner h1{
	
font-style: normal;
font-weight: 400;
font-size: 60px;
line-height: 70px;
margin-bottom:30px;
letter-spacing: -0.02em;

color: #A34900;


}
.error-bg{
	padding:40px 0px;
}
.error-bg-img {
    max-width: 330px;
    margin: auto;
}

a.logo-footer {
   
    max-width: 305px;
   
}