@import url("https://fonts.googleapis.com/css2?family=Candal&display=swap");
/* @import url('https://fonts.googleapis.com/css2?family=Candal&family=Roboto+Slab&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;1,300&display=swap");

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
}
a{text-decoration: none;}
/* custom row */
.custom-row-fact {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

/* common attr */
.cborder{
  width: 100%;
max-width: 100px;
margin: 0 auto;}
.fszbtn{font-size: 18px;}
.custom-hr{
    width: 100px;
    margin: 25px auto;
    border: 1px solid;
}
.textalign {
  text-align: left;
}
.title-head-univ {
  font-size: var(--f-title-head-34);
  color: #BB2E24;
  text-align: center;

}
.title-head {
  font-size: var(--f-title-head-34);
}
.paragraph {
  font-size: var(--f-paragraph-21);
}
h1,
h2,
h3,
h4,
h5 {
  margin-bottom: var(--header-bottom-gap);
}

/* common attr */

/* custom row */
/* color platee */
:root {
  --main-color: #ffffff;
  --primary-color: #bb2e24;
  --active_shadow-color: #770d0569;
  --footer-color: #6f0700;
  --border-color: #6f07009e;
  --s-bg-color: #a5caf2;
  --third-color: #005a87;
  --fourth-color: #bb2e24;
  --fifth-color: #f37269;
  --sixth-color: #dddddd;
  --seventh-color: #646464;
  --anchor-color: #3f00ff;
  --hover-color: #ff0000;

  /* Font size desktop */
  --f-15: 15pt;
  --f-title-head-34: 34px;
  --f-paragraph-21: 21px;
  /* Font size tab */
  --f-15: 15pt;
  --f-title-head-27: 27px;
  --f-paragraph-19: 19px;
  /* Font size mobile */
  --f-15: 15pt;
  --f-title-head-20: 20px;
  --f-paragraph-16: 16px;

  /* margin block */
  --header-bottom-gap: 20px;
}

/* color platee */

/* Font size */

/****** Breadcrumb Style ******/
.brcr{display: flex;flex-direction:row; /*box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;*/ 
  /* box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px; */
  /*padding-top:5px;*/font-weight: 600;
}

.brcr li{padding:20px 5px;}
span.icon-bread {font-size: 11px;}
.bread-list{color:#000000;}
.brcr li > a.bread-list-active {color: #CFB53B;}
/****** Breadcrumb Style ******/

/****** Header Style ******/
.brand-logo img {
  width: 100%;
  max-width: 350px;
  display: flex;
  /* margin: 20px auto; unused*/
  margin: 0 auto;
  padding-top: 20px;
}

/****** Header Style ******/

/****** Nav Style ******/


.sticky-header {
  background: #ffffff;
position: sticky;
top: 0px;
width: 100%;
z-index: 999;
/* transition: all 0.8s ease-in-out; */
}

section.nav-bg {
  background: var(--primary-color);
  margin: 30px 0px 0px 0px;
}
.nav-mobile-device{display: none;}
.open-menu {
  display: none;
}
nav .parent-menu > li > a{
  font-family: "Roboto", sans-serif;
  margin-left: 50px;
  background: var(--primary-color);
  border-right: 6px solid var(--active_shadow-color);
  border-radius: 50px;
  padding: 20px 20px;
  font-size: 22px;
  display: flex;
  justify-content: center;
}



 nav .parent-menu > li > a:hover,
 nav .parent-menu > li > a.nav-active
 {
  border-right: 6px solid #CFB53B;
  /* border-right: 6px solid #bfa980; */
}


nav .parent-menu li a {
  color: var(--main-color);
  font-weight: 700;
}

nav ul.parent-menu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

nav ul.parent-menu > li:nth-child(2):hover > ul.sub-menu {
  width: 320px;
  display: block;
  transform: translateX(50px);
  transition: 0.5s ease-in-out;
  font-size: 12pt;
  z-index: 999;
  /* overflow-wrap: anywhere; */
  word-wrap: break-word;
}

ul.sub-menu li {
  margin-bottom: 12px;
}
ul.sub-menu li a{
  font-size: 17px;
}

ul.sub-menu {
  position: absolute;
  top: 67px;
  background: #212529;
  /* background: var(--primary-color); */
  padding: 15px 15px;
  display: none;
  animation: 1.5s slide-right;
  border-top: 3px solid var(--main-color);
  
}

@keyframes slide-right {
  from {
    margin-right: -20%;
  }

  to {
    margin-left: 0%;
  }
}

/****** Nav Style ******/

/****** Slider Style ******/
.slider-img img {
  /* height: 600px; */
  height: 100%;
  /*max-height: 70vh;*/
  object-fit: cover;
  object-position: center center;
}

.owl-nav {
  font-size: 80px;
  color: #ffffff;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block !important;
  border: 0px solid black;
}

.owl-prev {
  left: 0px;
}

.owl-next {
  right: 0px;
}

.owl-prev i,
.owl-next i {
  transform: scale(2, 5);
}

/****** Slider Style ******/

/****** second section Style ******/
.s-bg-color {
  font-family: "Candal", sans-serif;
  padding: 30px 0;
  margin: 0px 0px 30px 0px;
  background: var(--s-bg-color);
}

.text-universe {
  text-align: center;
  color: var(--fourth-color);
}
.text-universe-copy {
  color: var(--fourth-color);
}

.text-marg-left {
  padding: 0px 200px 0px 50px;
}

.business-phone-primary,
.business-phone-secondary {
  text-align: center;
  line-height: 1.5;
  font-size: var(--f-15);
}

.business-phone-primary a,
.business-phone-secondary a {
  color: var(--third-color);
}

/****** second section Style ******/

/****** third section Style ******/
section.t-font-family {
  font-family: "Candal", sans-serif;
  padding: 30px 0;
  margin: 30px 0px;
}

.universe-d-flex {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.left-side-column-img img {
  width: 100%;
  max-width: 340px;
  /* max-width: 280px; */
  display: flex;
  margin: 0 auto;
}

.right-column-text {
  color: var(--third-color);
  padding: 0px 200px 0px 0px;
}

.list-d-flex {
  display: flex;
  align-items: baseline;
}

.list-d-flex i {
  font-size: 7pt;
  color: var(--seventh-color);
}

.list-d-flex p {
  margin-left: 15px;
  font-family: "Roboto", sans-serif;
  color: var(--seventh-color);
}

/****** third section Style ******/

/****** fourth section Style ******/

section.f-bg {
  font-family: "Candal", sans-serif;
  padding: 30px 0;
  margin: 30px 0;
  background-image: linear-gradient(#000000bf, #00000038),
    url(../../assets/img/lady-justice-2388500_1920-1.jpg);
  background-size: cover;
  background-position: left center;
  background-attachment: fixed;
}

.practice-logo img {
  width: 100%;
  max-width: 50px;
  display: flex;
  margin: 30px auto;
}

.practice-head {
  text-align: center;
  color: var(--fifth-color);
}

.practice-list {
  margin-top: 40px;
}

.list-item .modern {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.list-item {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  color: var(--main-color);
}

.list-item p {
  padding-top: 15px;
}

.list-item:hover {
  background: var(--hover-color);
  transition: 0.5s ease-in;
}

/****** fourth section Style ******/

/****** fifth section Style ******/
section.fifth-sec {
  font-family: "Candal", sans-serif;
}

.text-secondary h2 {
  text-align: center;
  color: var(--third-color);
}

.second-image img {
  width: 100%;
  max-width: 450px;
}

/****** fifth section Style ******/

/****** sixth section Style ******/
.address-title h2 {
  background: var(--sixth-color);
}

.address-card {
  border-right: 2px solid var(--sixth-color);
}

.address-list {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

iframe {
  width: 100%;
  height: 300px;
}
.cform-home{width:50%;margin:0 auto;}
/* .frm-btn-home{margin: 0 38%;} unused*/
.frm-btn-home{display: flex;justify-content: center;margin: 0 auto;}
/****** sixth section Style ******/



/****** Custom section Style ******/

.custom-sec-home-bg{background: #DFE7F5;padding: 50px 0px!important;
}
.custom-sec-bg{background: #DFE7F5;padding: 50px 0px!important;  margin: 30px 0px;
}
.custom-font-family{  font-family: "Candal", sans-serif;
}
.custom-page-btn{padding: 10px 10px;background: #1A3D73;border: none;color:var(--main-color);margin-top: 15px;}
.custom-page-btn:hover {background: #BB2E24; transition: all 0.5s;}

/****** Custom section Style ******/





/****** Testimonials Style ******/
.testimonial-head{
  color: #BB2E24;
  text-align: center;
  font-size: var(--f-title-head-34);

}
section.sixth-sec{
  background-image: linear-gradient(to right, #00000080, #00000099), url(../../assets/img/justice-1509436_1920.jpg);
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0px;
  margin-top: -30px;
}
.slider-text p{color: var(--main-color);margin: 50px 0;
  height: auto;}
.auth-name span{color: var(--fourth-color);display: flex;justify-content: center;}

/****** Testimonials Style ******/

/****** areas of practice Style ******/
.card:hover{
  background: #b8251bd1;
  transition: 0.5s all ease-in-out;
  color: var(--main-color);
}
.card:hover img{
  transform: scale(1.3);
}
.default-img{height:240px;}



 .card {background: #f2f2f2;margin-top: 50px;margin-bottom: 20px;/*height: 450px;*/}
 .card img{  width: 100%;
  transition: 0.5s all ease-in-out;
  /*height: 240px; */
  object-fit: cover;
}
 .card-img{overflow: hidden;}
 .card-box{padding: 0 17px;}
 .card-title {
  margin: 25px 0px 0px 0px;
  display: flex;
  align-items: center;
  height: 50px;
  
}
/* card btn style */
.card-btn{margin: 20px 0;  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;}
  .card-btn:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0px;
    border-radius: 3px;
    transition: all 0.4s 0.3s ease-in-out;
  }
  .card-btn:hover:before {
    left: 0;
    bottom: 0px;
  }
  .card-btn:hover .btn-danger {
    padding-left: 50px;
  }
  .card-btn:hover .btn-danger:before {
    left: 17px;
    transform: rotate(90deg);
  }
  .card-btn:hover .btn-danger:after {
    transform: translate(-33px) rotate(45deg);
  }

  .card-btn .btn-danger::before{ content: "";
    background-color: var(--main-color);
    width: 3px;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;}
  .card-btn .btn-danger::after{  content: "";
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    background-color: transparent;
    position: absolute;
    border: solid 3px var(--main-color);
    border-left: 0;
    border-bottom: 0;
    top: calc(50% - 9px);
    border-radius: 2px;
    transform: translateX(-42px) rotate(45deg);
    transition: all 0.3s 0.2s ease-in-out;}

 .btn-danger{
  
  background-color: #1A3D73;
  letter-spacing: 2px;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border: 0;
  padding-left: 20px;
  left: 0;
  line-height: auto;
  overflow: hidden;
 }
.btn-danger:hover{transition: 0.5s ease-in-out; /*background: #bfa980;*/background:#BB2E24;box-shadow: 0 8px 20px -12px rgba(0, 0, 0, 0.2);
}
/* card btn style */

/****** areas of practice Style ******/

/****** sidebar single page Style ******/

.sidebar-mbl-desk-hide{display: none;}

/****** sidebar single page Style ******/

/****** areas of practice single page Style ******/
#social-fixed{display: none;}
.banner-text {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.single-pages-owner-img img {
  width: 100%;
  margin: -20px auto;
  display: flex;
  transform: translate(10px, -21px);
}
.single-page-slider-bg{ 
  background: #DFE7F5;
    /* background: url('http://demorgfesq.siscotech.com/assets/img/darken_image.png');
    background-size: cover; */
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;padding: 20px 0;
  }
.single-pages-card-box{width:100%;min-width:350px;text-align: center;color:#ffffff;/*background: #DFE7F5;margin: 15px 0px;*/padding-top: 25px;
                       padding-bottom: 5px;min-height: 100px;display: flex;flex-direction: column;justify-content: center;}
.single-pages-practice-area-logo i{font-size: 30px;}
.sidebar{background: #1A3D73;padding: 40px 20px 10px 20px;border-radius: 50px;box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;z-index: -999;width: 300px;}

.sidebar-service-list ul{padding: 0;}
.sidebar-service-list ul li{margin-bottom: 13px;}
/* .page-banner img  {
  width: 100%;
  height: 100%;
  max-height: 600px;
  object-fit: cover;
  filter: contrast(0.2);
} */
.page-content {
  background: #DFE7F5;
  width: 100%;
  padding: 30px 0px 0px 0px;
  /* position: absolute;
  top: 250px;
  left: 0;
  right: 0; */
  /* height: 100%; */
}
.practice-area-single-list li,a.single-anchor{list-style-type: disc;color: var(--main-color);font-size: 16px;line-height: 1.8;}

.practice-area-single,
.single-page-banner-content,
/* .single-page-banner-title{color: var(--main-color);} */

/****** areas of practice single page Style ******/


/****** Blog page Style ******/
.accordion-button{background: #1A3D73!important;color:#ffffff!important;}

.card-blog-img img{width:100%;border-radius: 10px;}
.card-blog-title {
    width: 100%;
    min-height: 50px;
    display: flex;flex-direction:column;justify-content:center;
}
.card-blog-desc {
    width: 100%;
    max-height: 100px;
    display: flex;flex-direction:column;justify-content:center;
}
.card-blog{transition: 0.5s all ease-in-out;background: #f2f2f2;box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;color:#000000;padding: 15px 15px 0px 15px;min-height: 88%;  border-radius: 10px;}
.card-blog:hover{background: #bb423af0;color:#ffffff;transition: 0.5s all ease-in-out;}

/****** Blog page Style ******/



/****** Contact Page Style ******/
input[type="number"]::-webkit-inner-spin-button {
  display: none;
}

/* Fallback for other browsers */
input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
.icon-img-alert{width: 70px;}
.card-contact-content{height: 200px; margin-top: 50px;background: #1A3D73; color: var(--main-color); padding: 30px;position: relative;border-radius: 30px;}
.card-contact-content-one{height: 200px; margin-top: 50px;background: #1A3D73; color: var(--main-color); padding: 30px;position: relative;border-radius: 30px;}
.card-contact-content-two{height: 200px; margin-top: 50px;background: #1A3D73; color: var(--main-color); padding: 30px;position: relative;border-radius: 30px;}
.contact-card-primary p, .contact-card-secondary p{margin-bottom: 2px;}
.contact-card-primary p a{font-size: var(--f-paragraph-19);;color: #f2f2f2;}
.contact-card-secondary p a{font-size: var(--f-paragraph-19);color: #f2f2f2;}
#recaptcha-div{transform:scale(0.75);-webkit-transform:scale(0.75);transform-origin:0 0;-webkit-transform-origin:0 0;}
.error, #msg-recap {
  color: red !important;
  font-size: 15px !important;
  letter-spacing: 1px;
  margin-top: 10px;
}

.card-contact-content:hover:after {
  color: #bfa980;
  transition: 0.5s all ease-in-out;
  transform: scale(0.8);
}
.card-contact-content-one:hover:after {
  color: #bfa980;
  transition: 0.5s all ease-in-out;
  transform: scale(0.8);
}
.card-contact-content-two:hover:after {
  color: #bfa980;
  transition: 0.5s all ease-in-out;
  transform: scale(0.8);
}
.card-contact-content::after {
  position: absolute;
  top: -27px;
  right: 23px;
  content: "\260F";
  font-family: "pbminfotech-base-icons";
  font-size: 80px;
  line-height: 130px;
  color: #EB8522;
}
.card-contact-content-one::after {
  position: absolute;
  top: -27px;
  right: 23px;
  content: "\2709";
  font-family: "Zapf Dingbats";
  font-size: 80px;
  line-height: 130px;
  color: #EB8522;
}
.card-contact-content-two::after {
  position: absolute;
  top: -27px;
  right: 23px;
  content: "\1F5FA";
  font-family: "pbminfotech-base-icons ";
  font-size: 80px;
  line-height: 130px;
  color: #EB8522;
}

/* .form-block-position:hover {background-position: 0 0;
  color:var(--main-color);} */
  .padding-crese {padding: 15px;font-weight: 600;background: #1A3D73;}
  .contact-form-title{letter-spacing: 2px;}
.form-block-position{padding: 30px 30px;background-image: linear-gradient(#dddbdbad 50%, #bfa98047);
  background-position: 0 100%;
  transition: all 0.12s ease-in-out;
  background-size: 100% 200%;box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;border-radius: 20px;}
/* .form-block:hover {background-position: 0 0;color:var(--main-color);} unused*/
  .contact-form-title{letter-spacing: 2px;}
.form-block{padding: 30px 30px;background-image: linear-gradient(#dddbdbad 50%, #bfa98047);
  background-position: 0 100%;
  transition: all 0.12s ease-in-out;
  background-size: 100% 200%;box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;}
.form-name,.form-email,.form-subject,.form-number,.form-message{margin-bottom: 15px;}
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.form-control{    
  padding: 0 10px;
  height: 40px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}
textarea.form-control{height: min-content;}
input::placeholder{padding:0 15px;}
textarea::placeholder{padding:0 15px;}
input[type='text']:focus,input[type='email']:focus,textarea:focus
{
box-shadow: none!important;
padding: 0px 15px;
}

iframe.contact-map{width: 100%;height: 440px; border:0;}
.form-btn{position: relative;}
.buttonfx{padding: 15px 20px; /*background: #703c25;*/ background: #1A3D73;color: var(--main-color);border: none;letter-spacing: 2px;}
.buttonfx:hover{background: #BB2E24;/*background: #bfa980;*/transition: all 0.5s;}
 /* i#chev-icon{
  position: absolute;
    background: #1A3D73;
    border-left: 1px solid var(--main-color);
    padding: 18px 8px;
    font-size: 15px;
    color: #f2f2f2;
    height: 38px;
}  */

/****** Contact Page Style ******/

/****** Footer section Style ******/
.bg-request-btn{background: #DFE7F5;padding:50px 0;}
.f-modern {
  width: 100%;
  max-width: 250px;
}

section.footer-bg {
  background: var(--footer-color);
  padding: 30px 0;
}

.footer-bg .brand-logo {
  color: var(--main-color);
}

.f-content-address {
  color: var(--main-color);
}

/* .f-content-address a {
  color: var(--anchor-color);
  text-decoration: none;
} */

.f-content-address a:hover {
  color: var(--main-color);
  transition: 0.5s ease-in;
}

.service-title {
  color: var(--main-color);
}

.f-service-list span {
  color: var(--main-color);
}


.copyright-text a{font-size: 18px;}
.copyright-text a:hover{color: blue;transition: all 0.5s ease-in-out;}
.copyright-text{margin-top: 50px; text-align: center;color:#f2f2f2;border-top: 1px solid #f4f4f44f;}
.copyright-text p{margin-top: 20px;line-height: 1.8;}
/****** Footer section Style ******/

/****** 404 Style ******/
.errimg{width:80%;display:flex;margin:0 auto;}
.page-content-errpage {
  /* background-image: url('https://wallpaperaccess.com/full/4194340.png');
  background-repeat: no-repeat;
  background-size: cover; */
  padding: 30px 0 20px 0;
}
/****** 404 Style ******/

/****** Site Map Style ******/
.site-map-title {
  background: var(--s-bg-color);
  border-bottom: 2px solid var(--main-color);
  padding: 5px 0px;
  text-align: center;
}
.sitemap-list{background: var(--s-bg-color);padding:30px 0;}
.sitemap-list ul li a{color: #000000;margin-left: 15px;}
.dis-flex i{
    color: var(--fourth-color)
}
.dis-flex {
display: flex;
align-items: baseline;
}
/****** Site Map Style ******/




/* Second Home Page style */
.second-home-owner-img img {
  /* width: 70%; */
  width: 400px;
  height: 400px;
  border-radius: 50%;
  margin: -50px auto;
  border: 1px solid var(--s-bg-color);
  display: flex;
  object-fit: cover;
}

.law-orgonization img{width:80px!important;height:80px;}
.custom-home-page-card-box:hover {
  color: var(--main-color);
  background-image: linear-gradient(to bottom, #DFE7F5, #DFE7F5 50%, #1A3D73 50%, #1A3D73);
  background-position: 0 100%;
  transition: all 0.5s ease-in-out;
  background-size: 100% 200%;
}
.custom-home-page-card-box {
  background: var(--s-bg-color);
  padding: 20px 10px;
  text-align: center;
  margin: 20px 0px;
  /* height: 30vh; */
}
.custom-home-page-practice-name {
  height: 10vh;
}

  .custom-home-page-practice-area-logo {    
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 30px auto;
  border: 1px solid;
  border-radius: 100%;
  padding: 20px 15px; }
  .custom-home-page-practice-area-logo i{font-size:30px;}
  .link-custom-card{color:#000000;}
/* Second Home Page style */


/* Mobile Tab Responsive area */
@media screen and (max-width: 1200px) {
  .side_sticky {
    position: static !important;
    width: 100% !important;
  }
  .bg-soc{width: 40%;margin: 0 auto;}
  .sidebar{width: 40%;margin: 0 auto;}
  /* .form-block-position{width: 40%;margin: 0 auto;} unused*/

  .sidebar-mbl-desk-hide{display: block;}
  .sidebar-desk-mbl-hide{display: none;}

  /* .frm-btn-home{margin: 0 35%;} unused*/
  .rps-fs-title-tab {
    font-size: var(--f-title-head-20);
  }
  .rps-fs-para-tab {
    font-size: var(--f-paragraph-19);
  }

  .right-column-text {
    /* margin-left: 20px; */
    padding: 0;
  }

  .text-marg-left {
    margin-left: 20px;
    padding: 0;
  }

  .single-pages-owner-img img {
    width: 100%;
    /* margin: 30px auto 0px auto; */
  }

/* Second Home Page style */
.second-home-owner-img img {
 /*  width: 100%; */
  margin: -50px auto;
}
.law-orgonization img{width:70px!important;height:70px;}

/* Second Home Page style */

}

@media screen and (max-width: 1024px) {
  /* .page-content{padding: 50px 0px;} */
  /* .frm-btn-home{margin: 0 40%;} unused*/
  .page-banner img{display: none;}
  
  .mobile-container{max-width: 950px;}
  .tab-space{margin-top: 100px;}
  .form-block-position{margin-top: 30px;margin-bottom: 30px;}
  /*.practice-area-single,
.single-page-banner-content,
 .single-page-banner-title{color: #000000;} */


  /* .practice-area-single-list li, a{color: #000;} */
}

@media screen and (max-width: 992px) {
  .mbl-bread-hide{display: none;}
  .cform-home{width:100%!important;}
  #social-fixed{display: block;margin-top: 20px; margin-bottom: 40px;}
  #social-fixed-dsk{display: none;}
  .rev-col-mobile{display: flex;flex-direction: column-reverse;}

  .left-side-column-img img {
    min-width: 280px;
    margin: 50px auto;
  }
  .default-img{height:260px;}

  .second-image img {
    min-width: 280px;
    margin: 25px auto;
  }

  .right-column-text {
    margin-top: 20px;
  }

  .text-marg-left {
    margin-top: 20px;
  }

  /* nav mobile device */
  /* nav.nav-mobile-device ul.mobile-parent-menu > li > a{
    
  } */
  .brand-logo{box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;}
  nav.nav-mobile-device ul.mobile-parent-menu > li > a.nav-active-mobile,
  nav.nav-mobile-device ul.mobile-parent-menu > li > a:hover
  {
   border-right: 6px solid #bfa980;
 }
 .bg-soc{width: 50%;margin: 0 auto;}
 .sidebar{width: 50%;margin: 0 auto;}

 
  .close-menu {
    font-size: 30px;
    color: var(--main-color);
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 9999;
  }
  .open-menu {
    display: block;
    padding: 20px 0px;
    font-size: 30px;
    color: var(--main-color);
    width: 0;
    display: flex;
    justify-content: flex-start;
    /* new add */
    align-items: center;
    position: absolute;
    top: 0;
    color: #860900;
    bottom: 0px;
    height: 100px;
  }
  nav.nav-desktop-device {
    display: none;
  }
  .nav-mobile-device{display: none;}


  nav.nav-mobile-device {
    width: 100%;
    max-width: 300px;
    height: 100%;
    position: fixed;
    top: 90px;
    left: 0;
    /* background: #561e1f; */
    background: #000000eb;
    z-index: 3;
    overflow-y: scroll;
  }
  nav.nav-mobile-device ul.mobile-parent-menu {
    margin-top: 70px;
  }
  nav.nav-mobile-device ul.mobile-parent-menu li {
    margin-top: 20px;
  }
  nav.nav-mobile-device ul.mobile-parent-menu li a {
    color: var(--main-color);
    font-family: "Roboto", sans-serif;
    border-right: 6px solid var(--active_shadow-color);
    border-radius: 50px;
    padding: 2px 20px;
    font-size: 20px;
    display: flex;
    justify-content: left;
    margin-left: -20px;
  }
  .menu-dropdown {
    display: grid;
    grid-template-columns: 2fr, 1fr;
    align-items: last baseline;
  }
  .mobile-dropdown i {
    color: var(--main-color);
    position: absolute;
    right: 0;
    /* transform: translate(-14px, -25px);  */
    transform: translate(-22px, -30px); font-size: 25px;
  }

  .mobile-sub-menu{
    display: none;
    width: 100%;
    max-width: 250px;
    background: #212529;
    padding: 0px 0px 30px 20px;
  }
  .mobile-sub-menu li {
   margin-top: 10px!important;
  }
  .mobile-sub-menu li a{
    font-size: 17px!important;
  }


  /* Second Home Page style */
.second-home-owner-img img {
  /* width: 100%; */
  width: 300px;
  height: 300px;
  margin: 50px auto;
}
/* Second Home Page style */

.form-block-position{width: 50%;margin: 0 auto;}
.fbp-home{width:100%;}

}


@media screen and (max-width: 800px) {
  
  /* .single-pages-owner-img img {
    width: 50%!important;
  } */

  .slider-img img {
    max-height: 485px;
  }
  .universe-d-flex {
    display: block;
  }

  .left-side-column-img img {
    margin: 0 auto;
  }

  .second-image img {
    display: flex;
  }
        /* Second Home Page style */
.second-home-owner-img img {
  /* width: 18rem; */
}
/* Second Home Page style */
.default-img{height:260px;}
.acnav__link--level2, .acnav__label--level2 {
padding-left: 1em!important;
}
.acnav__link--level3, .acnav__label--level3{padding-left: 1em!important;}

}
@media screen and (max-width: 768px) {
  
  .mbl-show-reverse{display: block!important;}
  .dsk-mbl-hide-reverse{display: none;}
  .page-content{padding: 10px 0px 0px 0px;}
  .single-pages-owner-img img {
    width: 268px!important;
    margin-top: 20px;
  }
  .custom-reverse {
    display: flex;
    flex-direction: column-reverse;
}
}
@media screen and (max-width: 600px) {
  .brand-logo img{/*width: 90%;unused*/width: 70%;}

  .single-pages-card-box{min-width:0;}

  .left-side-column-img img {
    min-width: none;
  }
  /* .slider-img img {
    max-height: 350px;
    min-height: 300px;
  } */
  .single-pages-owner-img img {
    width: 70%!important;
     /* margin: 20px auto 0px auto; */
    /*transform: translate(0px, 0px); */

  }
  .bg-soc{width: 100%;margin: 0 ;}
  .sidebar{width: 100%;margin: 0 ;}
  .form-block-position{width: 100%;margin: 0 ;}
  .rps-fs-title-mobile {
    font-size: 17px;
}
.accordion-body p{
font-size: 16px;
}

}
@media screen and (max-width: 400px) {
    /* .frm-btn-home{margin: 0 20%;} unused*/

  
  .brand-logo img{/*width: 90%;unusedwidth: 70%;*/}
  .rps-fs-title-mobile {
    font-size: var(--f-title-head-20);
  }
  .rps-fs-para-mobile {
    font-size: var(--f-paragraph-16);
  }

  /* .slider-img img {
    max-height: 178px; 
  
  } */
  .right-column-text {
    margin-left: 0;
  }
  .card-contact-content,.card-contact-content-one,.card-contact-content-two{height: 165px;}
  .contact-card-primary p a{font-size: var(--f-paragraph-16);}
  .contact-card-secondary p a{font-size: var(--f-paragraph-16);}
    /* Second Home Page style */
.second-home-owner-img img {
 /*  width: 100%; */
 width: 250px;
 height: 250px;
}
.fszbtn{font-size: 16px;}

/* Second Home Page style */
}

/* Mobile Tab Responsive area */

/* Go to Top */

#button {
  display: inline-block;
  background-color: var(--fourth-color);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #1A3D73;
}
#button:active {
  background-color: #1A3D73;
}
#button.show {
  opacity: 1;
  visibility: visible;
}





/* Accordion area */
.acnav__label span{font-size: 20px;}
.acnav__label_cl_sz span{font-size: 18px;}
.acnav__list_cl_sz li a p{font-size: 16px;}
[hidden] {
  display: none;
  visibility: hidden;
}
.acnav {
  width: 100%;
}
.acnav__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.acnav__list--level1 {
  border: 1px solid #fcfcfc;
}
.has-children > .acnav__label::before {
  content: "\f067";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  margin-right: 1em;
  transition: transform 0.3s;
}
.has-children.is-open > .acnav__label::before {
  transform: rotate(405deg);
}
.acnav__link, .acnav__label{
  display: block;
  font-size: 1rem;
  padding: 1em;
  margin: 0;
  cursor: pointer;
  color: #fcfcfc;
  background: #1A3D73;
  box-shadow: inset 0 -1px #1A3D73;
  transition: color 0.25s ease-in, background-color 0.25s ease-in;
}
.acnav__link:focus, .acnav__label:focus, .acnav__link:hover, .acnav__label:hover {
  color: #e3e3e3;
  background: #1A3D73;
}
.acnav__link--level2, .acnav__label--level2 {
  padding-left: 3em;
  /* background: #bb2e24dc; unused*/
  background: #1A3D73;
  border-top: 1px solid #000;
}
.acnav__link--level2:focus, .acnav__label--level2:focus, .acnav__link--level2:hover, .acnav__label--level2:hover {
  background: #1A3D73;
}
.acnav__link--level3, .acnav__label--level3 {
  padding-left: 5em;
  background: var(--main-color);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  color: #000000;
  margin-bottom: 10px;
}
.acnav__link--level3:focus, .acnav__label--level3:focus, .acnav__link--level3:hover, .acnav__label--level3:hover {
  background: var(--main-color);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  color: #000000;
  margin-bottom: 10px;
}
.acnav__link--level4, .acnav__label--level4 {
  padding-left: 7em;
  background: #a44d4d;
}
.acnav__link--level4:focus, .acnav__label--level4:focus, .acnav__link--level4:hover, .acnav__label--level4:hover {
  background: #a44d4d;
}
.acnav__list--level2, .acnav__list--level3, .acnav__list--level4 {
  display: none;
}
.is-open > .acnav__list--level2, .is-open > .acnav__list--level3, .is-open > .acnav__list--level4 {
  display: block;
}
.disabled-link {
  pointer-events: none;
}
/*Accordion custom icon add */
.accordion {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
/* Accordion area */