@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root{
    --main-col:#2e0000;
    --font-col:#fff !important;
}
.black-col{
    color: #000;
}
.main-col{
    color: #2e0000;;
}
.rr-col{
    color:#f16d6d;
}
.rr2-col{
    color:#B40000;
}
.fff-col{
    color: var(--font-col) !important;
}
.light-black{
    color: #454545;
}
.border-l-side{
    border-right: 1px solid #eee;
    padding-right: 10px;
}
.padding-l-side{
    padding-left: 10px;
}
.nav-Appointment{
    background: var(--font-col);
}
.social-top{
    background: var(--main-col);
}
.social-top span i,
.social-top span a,
.social-top span a:hover{
    font-size: 14px;
    text-decoration: none;
}
.nav-Appointment{
    padding: 10px;
    border: 1.5px solid #B40000;
    color: #B40000 !important;
    text-decoration: none;
    transition: 0.6s;
}
.nav-Appointment:hover{
    background: #B40000;
    color: #fff !important;
}
.header-top{
    box-shadow: 0 0 10px 10px #0000001a;
}

.Baskervville,
h1,h2,h3,h4,h5,h6{
    font-family: "Baskervville", serif;
    font-weight: 400;   
}

p,span, a{
    font-family: "Roboto", sans-serif;
}
.main-menu ul>li a{
    font-family: "Roboto",sans-serif;
    position: relative;
    color: #2e0000 !important;
    font-weight: 500;
    font-size: 14px;
    -webkit-transition: all .3s ease-out 0s;
-moz-transition: all .3s ease-out 0s;
-ms-transition: all .3s ease-out 0s;
-o-transition: all .3s ease-out 0s;
transition: all .3s ease-out 0s;
text-transform: capitalize;
}
.main-menu ul>li a.active,
.main-menu ul>li a:hover{
    color: #B40000 !important;
}



 .main-menu ul>li a::after {
    content: "";
    position: absolute;
    width: 0;
    bottom: 0px;
    right: 5px;
    left: -5px;
    height: 3px;
    z-index: 1;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    background: #B40000;
}
.main-menu ul>li>a.active::after,
 .main-menu ul>li:hover>a::after {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    width: 95%;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

/* .hero-overly::before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background: -moz-linear-gradient(left, #000 0%, rgba(60,0,0,0.61) 40%, rgba(62,0,0,0.59) 41%, rgba(48,0,0,0.46) 48%, rgba(47,0,0,0.44) 49%, rgba(41,0,0,0.4) 51%, rgba(41,0,0,0.38) 52%, rgba(40,0,0,0.36) 53%, rgba(37,0,0,0.34) 54%, rgba(33,0,0,0.32) 55%, rgba(32,0,0,0.3) 56%, rgba(28,0,0,0.28) 57%, rgba(29,0,0,0.26) 58%, rgba(27,0,0,0.24) 59%, rgba(26,0,0,0.22) 60%, rgba(22,0,0,0.2) 61%, rgba(20,0,0,0.18) 62%, rgba(22,0,0,0.16) 63%, rgba(17,0,0,0.14) 64%, rgba(14,0,0,0.12) 65%, rgba(16,0,0,0.11) 66%, rgba(9,0,0,0.09) 67%, rgba(0,0,0,0.06) 69%, rgba(18,0,0,0.05) 70%, rgba(0,0,0,0.03) 71%, rgba(0,0,0,0) 73%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, #000 0%, rgba(60,0,0,0.61) 40%, rgba(62,0,0,0.59) 41%, rgba(48,0,0,0.46) 48%, rgba(47,0,0,0.44) 49%, rgba(41,0,0,0.4) 51%, rgba(41,0,0,0.38) 52%, rgba(40,0,0,0.36) 53%, rgba(37,0,0,0.34) 54%, rgba(33,0,0,0.32) 55%, rgba(32,0,0,0.3) 56%, rgba(28,0,0,0.28) 57%, rgba(29,0,0,0.26) 58%, rgba(27,0,0,0.24) 59%, rgba(26,0,0,0.22) 60%, rgba(22,0,0,0.2) 61%, rgba(20,0,0,0.18) 62%, rgba(22,0,0,0.16) 63%, rgba(17,0,0,0.14) 64%, rgba(14,0,0,0.12) 65%, rgba(16,0,0,0.11) 66%, rgba(9,0,0,0.09) 67%, rgba(0,0,0,0.06) 69%, rgba(18,0,0,0.05) 70%, rgba(0,0,0,0.03) 71%, rgba(0,0,0,0) 73%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, #000 0%, rgba(60,0,0,0.61) 40%, rgba(62,0,0,0.59) 41%, rgba(48,0,0,0.46) 48%, rgba(47,0,0,0.44) 49%, rgba(41,0,0,0.4) 51%, rgba(41,0,0,0.38) 52%, rgba(40,0,0,0.36) 53%, rgba(37,0,0,0.34) 54%, rgba(33,0,0,0.32) 55%, rgba(32,0,0,0.3) 56%, rgba(28,0,0,0.28) 57%, rgba(29,0,0,0.26) 58%, rgba(27,0,0,0.24) 59%, rgba(26,0,0,0.22) 60%, rgba(22,0,0,0.2) 61%, rgba(20,0,0,0.18) 62%, rgba(22,0,0,0.16) 63%, rgba(17,0,0,0.14) 64%, rgba(14,0,0,0.12) 65%, rgba(16,0,0,0.11) 66%, rgba(9,0,0,0.09) 67%, rgba(0,0,0,0.06) 69%, rgba(18,0,0,0.05) 70%, rgba(0,0,0,0.03) 71%, rgba(0,0,0,0) 73%, rgba(0,0,0,0) 100%);
} */
.hero-btn {
    padding: 29px 31px;
}
.hero-btn {
    background: #B40000;
    font-family: "Roboto",sans-serif;
    text-transform: inherit !important;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 16px !important;
    font-weight: 400 !important;
    border-radius: 0px;
    line-height: 1;
    line-height: 0;
    cursor: pointer;
    -moz-user-select: none;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden
}

.hero-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 102%;
    height: 102%;
    background: #FF6F00;
    z-index: 1;
    border-radius: 0px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
    border-radius: 0px
}

.hero-btn:hover {
    color: #fff !important
}

.hero-btn:hover::before {
    transform: scaleX(1);
    z-index: -1
}
.main-heading,
.clients h2,
 .hero-caption h1 {
    font-size: 70px;
    font-weight: 400;
    line-height: 1.2;
}

.testimonial-padding {
    padding-top: 85px;
    padding-bottom: 87px
}
.testimonial-area{
    background: url(../img/pending_case_2.png) no-repeat center center ;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.testimonial-area::before{
    content: "";
    width: 100%;
    height: 100%;
    background: #00000063;
    position: absolute;
    top: 0;
    left: 0;
    }
.clients h2::after{
    content: "";
    width:50%;
    height:3px;
    border-radius: 10px;
    background: #B40000;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.clients-box p{
    font-weight: 400;
    line-height: 2.1;
    font-size: 18px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 10px;
}
.swiper-pagination-bullet-active {
   background-color: var(--font-col);
}

.swiper-pagination-bullet{
    background-color: #fff;
}

.ul-check>li {
    position: relative;
    padding-left: 35px;
}

.ul-check>li:before {
    content: "\f00c";
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 15px;
    transform: translateY(-50%);
    font: var(--fa-font-solid);
    color: #B40000;
}

.main-heading{
    color: #2e000043;
}

.p-64{
    font-size: 35px;
}

.mr-auto{
    margin-right: auto;
}

.box-shadow{
    box-shadow: 0 0 10px -7px #f00;
}

.pl-5{
    padding-left: 30px;
}

.rg-bg{
    background-color: var(--main-col);
}
.form-control,
.form-control:focus {
    background: transparent;
    color: var(--font-col);
}

.address{
    margin-top: 64px;
}

.address-ul li{
    padding-left: 40px;
    margin-left: 50px;
}
.address-ul li a,
.address-ul li a:hover{
    color: var(--font-col);
    text-decoration: none;
}

.address::before{
    content: "\f3c5";
}

.phone::before{
    content: "\f095";
}
	
.email::before{
    content: "\f0e0";
}

.online-font::before{
    font-size: 25px !important;
    position: absolute;
    left: 0;
    top: 15px;
    transform: translateY(-50%);
    font: var(--fa-font-solid);
    color: var(--font-col);
}

.mobile-header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11;
    background-color: var(--font-col);
}

.extra-space{
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}
.modal-content{
    background: var(--main-col) !important;
    border: 0;
    color: var(--font-col);
}
.modal-off{
    position: absolute;
    right:15px;
    top: 15px;
    background: transparent;
    border: none;
}


canvas {
    display: block;
    vertical-align: bottom;
  }
  
  #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color:#00000000;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }
  
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }


  /*validation */
 .error{
    color: #EE2C3C;
  }
  
