@font-face {
  font-family: IranSans;
  src: url("../fonts/IranSans/IRANSansWeb.ttf") format("truetype");
}
@font-face {
  font-family: IranSansBold;
  src: url("../fonts/IranSans/IRANSansWeb_Bold.ttf") format("truetype");
}
@font-face {
  font-family: IranSansBlack;
  src: url("../fonts/IranSans/IRANSansWeb_Black.ttf") format("truetype");
}
@font-face {
  font-family: IranSansLight;
  src: url("../fonts/IranSans/IRANSansWeb_Light.ttf") format("truetype");
}
@font-face {
  font-family: IranSansMedium;
  src: url("../fonts/IranSans/IRANSansWeb_Medium.ttf") format("truetype");
}

*, body{
  padding: 0;
  margin: 0 ;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  list-style: none;
  font-family: 'IranSans', sans-serif;


}

a {
  text-decoration: none;
}


/* font family */
.iransansbold{
  font-family: 'IranSansBold';
}
.iransansblack{
  font-family: 'IranSansBlack';
}
.iransanslight{
  font-family: 'IranSansLight';
}
.iransansmedium{
  font-family: 'IranSansMedium';
}

/* color */
.text-red{color: #cf4055 !important ;}
.bg-red{background: #cf4055 !important ;}
.text-darkred{color: #811a34 !important ;}
.bg-darkred{background: #811a34 !important ;}
.text-lightred{color: #de5f6f !important ;}
.bg-lightred{background: #de5f6f !important ;}
.text-yellow{color: #f6b756 !important ;}
.bg-yellow{background: #f6b756 !important ;}
.text-cream{color: #fdd8a5 !important ;}
.bg-cream{background: #fdd8a5 !important ;}
.text-darkblue{color: #253847 !important ;}
.bg-darkblue{background: #253847 !important ;}
.text-blue{color: #2d4456 !important ;}
.bg-blue{background: #2d4456 !important ;}
.text-lightblue{color: #457b9d !important ;}
.bg-lightblue{background: #457b9d !important ;}
.text-darkpink{color: #e09380 !important ;}
.bg-darkpink{background: #e09380 !important ;}
.text-pink{color: #faa68e !important ;}
.bg-pink{background: #faa68e !important ;}

/*  */
.w-5{
  width: 5rem;
}
.fs-7{
  font-size: 12px;
}
ol{
  margin: 0 !important;
}
.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "") !important;
}
.accordion-button::after {
  margin-right: auto !important;
  margin-left: 0 !important;
}
/* Hero */

.herocaption{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 25rem;
  transform: translateX(-50%, -50%);
  padding: 1rem;

}
  .herocaption h5{
      background: rgba(0, 0, 0, .1); 
  border-radius: 15px;
  }
  .herocaption p{
      background: rgba(0, 0, 0, .1); 
  border-radius: 15px;
  }
@media screen and (min-device-width : 320px)
 
and (max-device-width : 480px) {
  .herocaption{
  height: 5rem !important;
  }
  .herocaption h5{
    font-size: 1rem !important;
  }
  .herocaption p{
    font-size: .6rem !important;
  }
}
.index2Img{
  width: 95%;
}
@media screen and (min-device-width : 320px)
 
and (max-device-width : 480px) {
  .index2Img{
    width: 100% !important;
  }
}
.index1Img{
  width: 75%;
}
@media screen and (min-device-width : 320px)
 
and (max-device-width : 480px) {
  .index1Img{
    width: 100% !important;
  }
}
@media (max-device-width : 480px){
  .mobileSlide{
    height: 25vh !important;
  }  
}
/* Hero */
.borderImg{
  content: "";
  position: absolute;
  top: 75%;
  border: 1px solid #f6b756;
  width: 20rem;
  height: 2px;
}
.right-5{
  right: 1rem;
}
.top-5{
  top: -1rem;
}
.-bottom-5{
  bottom: -4rem;
}
.-left-5{
  left: -1rem;
}

/* .footer{
  background-color: #140a24 !important;
  color: #e2e8f0;
} */
.iconFooter{
  width: 5rem;
  height: 5rem;
}
.text-justify{
  text-align: justify;
}
.bg-gray{
  background-color: #e2e8f0;
}
.none-decor{
  text-decoration: none;
}

.nav-link:hover{
  color: #cf4055 !important;
}
.dropdown-item:hover{
  color: #cf4055 !important;
  background-color: rgb(33, 37, 41);
}
.bgIndex{
  background-image: linear-gradient(35deg, rgba(0,0,0,.4) 0%, rgba(0,0,0,.6) 100%), url(../../images/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hoverTools:hover{
  background-color: #f6b756;
  transition: all .5s ease-in-out;
}
.aboutIndexHover:hover{
  background: #de5f6f !important;
}
.blogIndexHover:hover{
  color: #811a34 !important;
}

/* About Us page start */
.progressAbout {
  width: 150px;
  height: 150px !important;
  float: left; 
  line-height: 150px;
  background: none;
  margin: 20px;
  box-shadow: none;
  position: relative;
}
.progressAbout:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.progressAbout>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progressAbout .progressAbout-left {
  left: 0;
}
.progressAbout .progressAbout-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0;
}
.progressAbout .progressAbout-left .progressAbout-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progressAbout .progressAbout-right {
  right: 0;
}
.progressAbout .progressAbout-right .progressAbout-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}
.progressAbout .progressAbout-value .mdCircleNum{
  width: 90%;
  height: 90%;
  border-radius: 50%;
  font-size: 24px;
  color: #000;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}
.progressAbout .mobCircle {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  color: #000;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 8%;
  left: 5%;
}
.progressAbout .mobCircleNum {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  color: #000;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: -1rem;
  left: 5%;
}
.progressAbout-left .progressAbout-bar {
  animation: loading-2 1.5s linear forwards 1.8s;
}
.progressAbout-bar {
  border-color: #cf4055;
}
.progressAbout-right .progressAbout-bar {
  animation: loading-3 1.8s linear forwards;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
  }
}
/* About Us page end */

@media screen and (max-width: 1200px) {
  #blogDetails img{
    width: 98% !important;
    height: 98% !important;

  }
  #blogDetails video{
    width: 90% !important;
    height: 90% !important;

  }

}
/* call button */
.fixed-tel {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  z-index: 9999;
  text-align: center;
}

.fixed-tel:before {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #cf4055;
  position: absolute;
  border-radius: 100%;
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .24);
  z-index: 1;
  top: 0;
  left: 0;
}

.fixed-tel i {
  vertical-align: middle;
  z-index: 2;
  position: relative;
  color:#e2e8f0;
  font-size: 1.5rem;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color:#cf4055;
  color:#e2e8f0;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 50vh; 
  text-align: center;
}

/* The Close Button */
.close-modal {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-modal:hover,
.close-modal:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}



/* lawyer dashboard */
.profile-nav, .profile-info{
  margin-top:30px;   
}

.profile-nav .user-heading {
  background: #cf4055;
  color: #fff;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  padding: 30px;
  text-align: center;
}

.profile-nav .user-heading.round a  {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 10px solid rgba(255,255,255,0.3);
  display: inline-block;
}

.profile-nav .user-heading a img {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.profile-nav .user-heading h1 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 5px;
}

.profile-nav .user-heading p {
  font-size: 12px;
}

.profile-nav ul {
  display: block;
  margin-top: 1px;
}

.profile-nav ul > li {
  border-bottom: 1px solid #ebeae6;
  margin-top: 0;
  line-height: 30px;
}

.profile-nav ul > li:last-child {
  border-bottom: none;
}

.profile-nav ul > li > a {
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #89817f;
  border-left: 5px solid #fff;
}

.profile-nav ul > li > a:hover, .profile-nav ul > li > a:focus, .profile-nav ul li.active  a {
  background: #f8f7f5 !important;
  border-left: 5px solid #cf4055;
  color: #89817f !important;
}

.profile-nav ul > li:last-child > a:last-child {
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
}

.profile-nav ul > li > a > i{
  font-size: 16px;
  padding-right: 10px;
  color: #bcb3aa;
}

.r-activity {
  margin: 6px 0 0;
  font-size: 12px;
}


.profile-info .panel-footer {
  background-color:#f8f7f5 ;
  border-top: 1px solid #e7ebee;
}

.profile-info .panel-footer ul li a {
  color: #7a7a7a;
}

.bio-graph-heading {
  background: #cf4055;
  color: #fff;
  text-align: center;
  font-style: italic;
  padding: 40px 110px;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  font-size: 16px;
  font-weight: 300;
}

.bio-graph-info {
  color: #89817e;
}

.bio-graph-info h1 {
  font-size: 22px;
  font-weight: 300;
  margin: 0 0 20px;
}

.bio-row {
  width: 50%;
  float: left;
  margin-bottom: 10px;
  padding:0 15px;
}

.bio-row p span {
  width: 100px;
  display: inline-block;
}

.bio-desk {
  width: 60%;
}



.activity {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.activity.alt {
  width: 100%;
  float: right;
  margin-bottom: 10px;
}

.activity span {
  float: left;
}

.activity.alt span {
  float: right;
}
.activity span, .activity.alt span {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #eee;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.activity.terques span {
  background: #8dd7d6;
}

.activity.terques h4 {
  color: #8dd7d6;
}
.activity.purple span {
  background: #b984dc;
}

.activity.purple h4 {
  color: #b984dc;
}
.activity.blue span {
  background: #90b4e6;
}

.activity.blue h4 {
  color: #90b4e6;
}
.activity.green span {
  background: #aec785;
}

.activity.green h4 {
  color: #aec785;
}

.activity h4 {
  margin-top:0 ;
  font-size: 16px;
}

.activity p {
  margin-bottom: 0;
  font-size: 13px;
}





.carousel2 {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.carousel-inner2 {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 300%;
}

.carousel-item2 {
    width: 33.33%;
    justify-content: space-around;
}


.carousel2 button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}


.prev2 {
    left: 10px;
}

.next2 {
    right: 10px;
}

#blogDetails *{
    text-align:right !important;
}


.share-btn {
  display: inline-block;
  color: #ffffff;
  border: none;
  padding: 0.1em 0.6em;
  outline: none;
  text-align: center;
  font-size: 0.9em;
  margin: 0 0.2em;
}

.share-btn:focus,
.share-btn:hover {
  text-decoration: none;
  opacity: 0.8;
}

.share-btn:active {
  color: #e2e2e2;
}

.share-btn.twitter     { background: #55acee; }
.share-btn.facebook    { background: #3B5998; }
.share-btn.email       { background: #444444; }