* {
    margin: 0;
    padding: 0;
    font-family: "source_sans_pro";
}

.slider--img {
    height: 475px;
    border-radius: 8px;
}
/* .card-img-top {
        height: 395px;
        border-radius: 8pox 8px 0 0;
    } */

@font-face {
    font-family: "source_sans_pro";
    src: url('../assets/fonts/SourceSansPro-Regular.ttf');
}
@font-face {
    font-family: "arizonia";
    src: url('../assets/fonts/Arizonia-Regular.ttf');
}
@font-face {
    font-family: "inter";
    src: url('../assets/fonts/Inter-Regular.ttf');
}

@font-face {
    font-family: "serif_pro";
    src: url('../assets/fonts/SourceSerifPro-Regular.ttf');
}

@font-face {
    font-family: "slabo13px";
    src: url(../assets/fonts/Slabo13px-Regular.ttf);
}

@font-face {
    font-family: "sharetech";
    src: url(../assets/fonts/ShareTech-Regular.ttf);
}

@font-face {
    font-family: "poppins";
    src: url(../assets/fonts/Poppins-Bold.ttf);
}

.poppins {
    font-family: "poppins";
}

hr {
    border-top: 1px solid #000000 !important;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
.desigation b{
    font-family: "source_sans_pro";
    font-size: 22px;
    font-weight: 400;
    text-transform: capitalize;
    color: #707070;
}
.name b{
    font-family: "arizonia"; 
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
}
.title {
    font-size: 30px;
    font-family: "source_sans_pro";
    color: #111111;
    font-weight: 600;
    margin-bottom: 35px;
    text-transform: capitalize;
}
.title2 {
    font-size: 40px;
    font-family: "source_sans_pro";
    color: #111111;
    font-weight: 400;
    margin-bottom: 53px;
    text-transform: capitalize;
}
.card_heading{
    margin: 0;
    font-family: "source_sans_pro";
    color: #000;
    font-weight: 700;
}
.text-right{
    text-align: right;
}
.form-group{
    margin-bottom: 1.2rem;
}
.btn--theame {
    background: #191919;
    border: 1px solid #191919;
    color: #fff;
    border-radius: 8px;
    padding: 12px 45px;
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 25px;
}
.btn--theame.new {
    padding: 7px 16px;
    float: right;
    margin-bottom: 35px;
}
.btn--theame.new:hover img{
    filter: invert(0%) sepia(3%) saturate(7%) hue-rotate(87deg) brightness(0%) contrast(100%);
}

.btn--theame:hover {
    background: #fff;
    color: #191919 !important;
    transition: 0.5s;
    border-radius: 0;
}


::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1019607843);
    background-color: #f5f5f5;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    background-color: #fff;
    background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#191919), to(#6d7587), color-stop(0.6, #111111));
}

.btn:focus {
    outline: none;
}

.btn:focus-visible {
    outline: none;
}

.btn:active {
    outline: none;
}

/* css for header Section  */
.navbar{
    padding: 5px 0;
    position: sticky;
}

.bg-light {
    background: #fff !important;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}

.bg-light .nav-item .form-control {
    background: #eeeeee;
    border-radius: 8px;
    border: 1px solid #eeeeee;
    padding: 10px 24px 10px 12px;
    font-size: 15px;
    font-weight: 300;
    font-family: "source_sans_pro";
    height: 40px;
}

.navbar .btn.text-muted {
    position: absolute;
    right: 5px;
    top: 0;
}


.bg-light .nav-item .form-control:focus,
.bg-light .nav-item .form-control:focus-visible {
    outline: none;
    box-shadow: none;    
}

.about .bg-light .nav-item .nav-link.about, 
.contact .bg-light .nav-item .nav-link.contact, 
.home .bg-light .nav-item .nav-link.home{
    color: #000;
    border-bottom: 2px solid #000;
   
}


.home .footer--section .footer-column .nav-item .nav-link.home,
.about .footer--section .footer-column .nav-item .nav-link.about,
.contact .footer--section .footer-column .nav-item .nav-link.contact {
    border-bottom: 2px solid #fff;
    padding-bottom: 15px;
}
.privacy .footer--section .quick-links .privacy,.terms .footer--section .quick-links .terms {
    border-bottom: 2px solid #fff;
    padding-bottom: 15px;
}
.bg-light .nav-item .nav-link {
    color: #707070;
    font-size: 18px;
    font-family: "source_sans_pro";
    font-weight: 600;
    text-transform: capitalize;
}

.bg-light .nav-item .nav-link:hover {
    transition: 0.5s;
    color: #191919;
}

.bg-light .nav-item .nav-link.btn--theame {
    padding: 7px 22px;
    color: #fff;
}
.navbar .dropdown-menu.show {
    background: #fff;
    padding: 0;
    border: none;
    box-shadow: 0 0 25px #fff;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 20%);
    border-radius: 0;
    margin: 20px 0;
}
.bg-light .nav-item .dropdown-item {
    color: #313144;
    font-size: 18px;
    font-family: "source_sans_pro";
    font-weight: 600;
    text-transform: capitalize;
    padding: 12px;
    border-bottom: 1px solid #313144;
    min-width: 15rem;
}
.bg-light .nav-item .dropdown-item:hover {
    background-color: #e1e2e5;
    transition: .5s;
}
.navbar-toggler {
    background-color: transparent;
    border: 2px solid #707070;
    border-radius: 0;
    padding: 4px 8px;
}
.navbar-toggler span{
    width: 25px;
    background: #707070;
    height: 2px;
    position: absolute;
    left: 0;
}
.navbar-toggler:focus, .navbar-toggler:focus-visible  {
    box-shadow: none;
}
.navbar-toggler-icon {
    background: initial;
    background-repeat: no-repeat;
    background-position: center;
}


.bg-light .nav-item .dropdown-item:focus-visible {
    outline: none;
}

.bg-light .nav-item .dropdown-item:active {
    background: #e9ecef !important;
}


/* css for slider Section  */


.slider--section, .home--section {
    margin: 30px 0;
}

.heading {
    font-family: "serif_pro";
    color: #111111;
    font-size: 48px;
    line-height: 53px;
    font-weight: 700;
}
.sub--heading {
    font-family: "source_sans_pro";
    color: #707070;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
}
.home--section .banner--img{
    width: 95%;
}
.form-control:focus {    
    border-color: #191919;
    outline: 0;
    box-shadow: none;
    border-radius: 0;
}
.form-control:focus-visible {    
    border-color: #191919;
    outline: 0;
    box-shadow: none;
    border-radius: 0;
}




.slider--section .carousel-dark .carousel-caption {
    color: #fff;
    background: rgba(25, 25, 25, 0.768627451);
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: left;
    padding: 15px;
    border-radius: 8px;

}

.slider--section .carousel-dark .carousel-caption h5 {
    font-family: "source_sans_pro";
    font-size: 28px;
    font-weight: 700;
}

.slider--section .carousel-dark .carousel-caption p {
    font-family: "source_sans_pro";
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
}

.slider--section .carousel-control-next {
    opacity: 1 !important;
    opacity: 1 !important;
    justify-content: end;
}

.slider--section .carousel-control-prev {
    justify-content: start;
}

.slider--section .btn.btn-dark {
    float: right;
}

.slider--section .carousel-control-next-icon,
.slider--section .carousel-control-prev-icon {
    background-position: 50%;
    background-size: 50% 50%;
    border: 2.2px solid #191919;
    border-radius: 50%;
    padding: 20px;
    filter: brightness(0.1);
}

button.carousel-control-prev:focus-visible,
button.carousel-control-prev:focus {
    outline: none;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1 !important;
    transition: opacity 0.15s ease;
}
.popup_url{
    color:#191919;
    font-weight:600;    
}
.popup_url:hover{
    text-decoration:underline;
}
/* css for Article Section  */
.article--section {
    margin: 50px 0;
}

.article--section .card {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.article--section .card:hover {
    box-shadow: none;
    transition: 0.3s;
}

.article--section .card img {
    width: 100%;
    border-radius: 8px 8px 0px 0px;
    height: 295px;
}
.article--section img {
    border-radius: 8px 8px 0px 0px;
}

.article--section .card .card-title {
    font-family: "source_sans_pro";
    color: #000;
    font-size: 22px;
    font-weight: 700;
}

.article--section .card .card-text {
    font-family: "source_sans_pro";
    color: #6d7587;
    font-size: 15px;
    font-weight: 400;
    min-height: 45px;
}

.card-link {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    color: #737373;
    font-family: "source_sans_pro";
    font-size: 15px;
    font-weight: 600;
    padding: 7px 15px;
    text-transform: capitalize;
}

.card-link:hover {
    background: #000;
    color: #6d7587;
    transition: 0.8s;
}
.about--section{
    padding: 50px 0;
}
.about_animat h2{
    font-family: "serif_pro";
    color: #111111;
    font-size: 48px;
    line-height: 53px;
    font-weight: 700;
}
.about_animat p{
    font-family: "source_sans_pro";
    color: #555555;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}
.abouth p{
    font-family: "source_sans_pro";
    color: #707070;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 30px;
}

.contact--section{
    padding: 50px 0;
}
.data-found{
    text-align: center;
    height: calc(100vh - 256px);
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
.data-found .title{
    margin: 0;
    padding: 0;
}
/* css for footer Section  */

.footer--section {
    padding: 2rem 0;
    background-color: #191919;
}

.footer--section .footer-column {
    text-align: center;
}

.footer--section .footer-column .nav-item {
    display: inline-flex;
}

.footer--section .footer-column .nav-item .nav-link {
    padding: 0.1rem 0;
    font-family: "source_sans_pro";
    color: #fff;
    margin-right: 25px;
}
.footer--section .footer-column .nav-item .nav-link:hover {
    color: #6d7587;
    transition: 0.5s;

}

.footer--section .footer-column .nav-item span.nav-link {
    color: #6c757d;
}

.footer--section .footer-column .nav-item span.footer-title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.footer--section .footer-column .nav-item .fas {
    margin-right: 0.5rem;
}

.footer--section .footer-column ul {
    display: inline-block;
}

.footer--section .quick-links {
    line-height: 40px;
    margin-bottom: 0;
    text-transform: none;
    font-family: "source_sans_pro";
}

.footer--section .quick-links a {
    color: #fff;
    font-size: 16px;
}

.footer--section .quick-links a:hover {
    color: #6d7587;
    transition: 0.5s;
}

.social-buttons {
    margin-bottom: 0;
}

.social-buttons li a {
    font-size: 20px;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    transition: all 0.3s;
    color: #fff;
    border-radius: 100%;
    outline: 0;
}

.social-buttons li a:active,
.social-buttons li a:focus,
.social-buttons li a:hover {
    transition: 0.6s;
    background-color: #fff;
    transform: scale(1.2);
}

.social-buttons li a:active .fa-facebook,
.social-buttons li a:focus .fa-facebook,
.social-buttons li a:hover .fa-facebook {
    color: #3b5998;
}

.social-buttons li a:active .fa-instagram,
.social-buttons li a:focus .fa-instagram,
.social-buttons li a:hover .fa-instagram {
    color: #d62976;
}

.social-buttons li a:active .fa-twitter,
.social-buttons li a:focus .fa-twitter,
.social-buttons li a:hover .fa-twitter {
    color: #1da1f2;
}

.copyright {
    color: #fff;
}

.fa-ellipsis-h {
    color: #fff;
    padding: 2rem 0;
}

/* ------------------------------- */


.pagination > li > a > span {
    -webkit-text-stroke: 1px;
}

.pagination > li > a {
    border-radius: 50% !important;
    border: 1.3px solid black;
    margin: 0 20px;
    color: black;
    font-family: "poppins";
}

.pagination > li > a:active {
    background: black;
    color: white;
}

.field-icon {
    float: right;
    margin-right: 10px;
    margin-top: -32px;
    position: relative;
    z-index: 2;
}

.otpfi input {
    background-color: #eeeeee;
    border-radius: 4px;
    width: 20%;
    text-align: center;
    margin-left: 10px;
}

.ul-prviterm {
    list-style: none;
    display: inline;
}

.ul-prviterm li span {
    margin: 3px;
    font-size: 60%;
}


.ul-prviterm li span::before {
    display: contents;
}

.iti {
    width: 100%;
}

.top{
    position: fixed;
    right: 2%;
    bottom: 5%;
    z-index: 1;
    background: #191919;
    border-radius: 50%;
    padding: 10px;
}
.top .bi-chevron-up {
    color: #fff;
    font-size: 18px;   
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
.modal-name{
    color: #000;
    font-size: 25px;
    font-weight: 600;
}
.label--style {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}
.setbg{
    background: #FAFAFA;
}


/* pagination  css */
.pagination .relative.inline-flex.items-center.px-4.py-2.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.leading-5.rounded-md {
    display: none;
}
.pagination .relative.inline-flex.items-center.px-4.py-2.ml-3.text-sm.font-medium.text-gray-700.bg-white.border.border-gray-300.leading-5.rounded-md.hover\:text-gray-500.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-700.transition.ease-in-out.duration-150{
    display: none;
}
.pagination .relative.z-0.inline-flex.shadow-sm.rounded-md {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: unset !important;
    margin: 0;
    padding: 0;
    line-height: unset !important;
    gap: 15px;
}
.pagination svg.w-5.h-5 {
    border: 1px solid #6D7587;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 6px;
    color: #191919;
}
.pagination .bg-white {
    border: 0 !important;
}

.pagination .relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.leading-5 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 14px 22px !important;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #191919 !important;
    font-family: "inter";
}
.pagination  .relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-700.bg-white.border.border-gray-300.leading-5.hover\:text-gray-500.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-700.transition.ease-in-out.duration-150 {
    font-size: 18px;
    color: #6D7587;
    font-weight: 800;
    font-family: "inter";
}
.pagination .relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-700.bg-white.border.border-gray-300.leading-5.hover\:text-gray-500.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-700.transition.ease-in-out.duration-150:hover {
    color: #191919;    
}
.pagination .relative.inline-flex.items-center.px-4.py-2.text-sm.font-medium.text-gray-700.bg-white.border.border-gray-300.leading-5.rounded-md.hover\:text-gray-500.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-700.transition.ease-in-out.duration-150 {
    display: none;
}

.pagination p.text-sm.text-gray-700.leading-5 {
    display: none;
}

.contact--section .lable--style{
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    font-family: "source_sans_pro";
    margin-bottom: 7px;
}
.contact--section .form-control{
    border: 1px solid #6D7587;
    border-radius: 5px;
    height: 53px;
}
.contact--section textarea.form-control{
    height: 100%;
}
.fontSans{
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: #111111;
    font-size: 48px;
    font-family: "source_sans_pro";
    font-weight: 700;
}
.abouth p{
    color: #000;
    font-size: 24px;
    font-family: "source_sans_pro";
    font-weight: 400; 
}
.abouth h2{
    color: #111111;
    font-size: 45px;
    font-family: "serif_pro";
    font-weight: 700;
}
