* {
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
}

li {
    list-style: none;
}

a, a:hover, a:active, a:visited, a:focus {
    text-decoration: none;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* --------------------------------------------------
   Header Section
   -------------------------------------------------- */
.navbar-nav li:hover .dropdown-menu {
    display:block;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #333;
    padding: 10px 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}
/*
.navbar-expand-lg .navbar-nav li:last-child a {
    color: #850303;
    font-weight: 800;
    text-transform: lowercase;
    font-size: 16px;
    padding-top: 8px;
}*/

.navbar-nav li.active a {
    color: #850303 !important;
    font-weight: 800 !important;
}

.flex-btn {
    top: 25px !important;
    background-color: #850303 !important;
}

.navbar.fixed-top {
    background-color: #fff;
    border-bottom: 2px solid #ccc;
}

.viewport .navigation ul li:last-child a {
    font-weight: 800;
    color: #ec5d5d;
}

/* --------------------------------------------------
    Banner
   -------------------------------------------------- */

.banner_section {
    height: 60vh;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    background-image: url(../images/pci-new-istock-banner.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner_section video {
    height: 60vh;
    object-fit: cover;
    object-position: center;
}

.gradient {
    background-color: rgba(0, 0, 0, 0.6);
    height: 60vh;
    position: absolute;
    z-index: 2;
    width: 100%;
}

.banner-content {
    position: absolute;
    top: 72%;
    left: 109px;
    transform: translateY(-50%);
    z-index: 5;
}

.banner-content h1 {
    font-weight: 800;
    font-size: 36px;
    margin-bottom: 20px;
    padding-right: 20px;
}

.banner-content h1 span {
    color: #850303;
    font-weight: 900;
}

.banner-content a {
    background-color: #850303;
    color: #fff;
    padding: 10px 30px;
    font-size: 14px;
    margin-right: 5px;
    font-weight: 600;
}
@media ( max-width: 700px){
        .banner-content {
            left: 5%;
            top: 65%;
        }
}
@media (max-width: 500px){
        .banner-content {
            left: 5%;
            top: 50%;
        }
}

/* --------------------------------------------------
    About Section
   -------------------------------------------------- */

.about-section h1 {
    font-weight: 800;
    font-size: 36px;
    color: #000;
}

.about-section h6 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 15px;
}

.about-section p {
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    color: #333;
}

.about-section .about-img img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: 0.5s;
}

.about-section .about-img img:hover {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.about-section .about-img::before, .about-section .about-img::after {
    background-image: url(../images/about-pattern.png);
    background-size: 152px 22px;
    display: inline-block;
    width: 152px;
    height: 22px;
    content: "";
    z-index: 200;
    position: absolute;
}

.about-section .about-img::before {
    top: 250px;
    left: -50px;
}

.about-section .about-img::after {
    bottom: 50px;
    right: -50px;
}

.count h2 {
    font-size: 48px;
    font-weight: 800;
    color: #850303;
}

.count h2 sup {
    font-size: 24px;
    font-weight: 800;
}

.count p {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 20px;
}

.count-text {
    border-left: 2px solid #bbb;
    padding-left: 10px;
}

.count-text p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    padding: 15px 0;
}

/* --------------------------------------------------
    Service Section
   -------------------------------------------------- */
.services{
        color:black;
}
.services:hover{
    color:black;
}

.services-section {
    background: #850303;
    position: relative;
}

.services-section [class*="col"] {
    padding: 8px;
}

.services-section img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: 0.5s;
}

.services-section h1 {
    color: #fff;
    font-weight: 700;
}

.services-box {
    background-color: #fff;
    padding: 10px;
    position: relative;
    min-height: 490px;
}

.services-box:hover img {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.services-box h2 {
    font-size: 18px;
   /* text-transform: uppercase;  changed on 18-11-2021*/
    font-weight: 700;
    margin-top: -10px;
}

.services-box .service-icon {
    background: #850303;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    position: relative;
    top: -25px;
}

.services-box p {
    font-size: 14px;
    font-weight: 600x;
    line-height: 25px;
}

.hvr-icon-wobble-horizontal {
    color: #000;
    text-align: right;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

/* --------------------------------------------------
    Blog & Events Section
   -------------------------------------------------- */

.blog-events [class*="col"] {
    padding: 8px;
}

.blog-events h6 {
    text-transform: uppercase;
    color: #850303;
    font-weight: 700;
    font-size: 16px;
}

.blog-events h1 {
    font-weight: 800;
    font-size: 36px;
}

.blog-box {
    background-color: #fff;
    box-shadow: 0px 2px 10px 0px #cbcccc;
    padding: 10px;
    padding-bottom: 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.blog-box img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: 0.5s;
}

.blog-box:hover img {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.blog-img-date p {
    background-color: #850303;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 7px 20px;
    position: absolute;
    color: #fff !important;
    top: 0;
    right: 0;
    /*transform: translateX(-50%);*/
    margin: 0;
    font-size: 12px !important;
    font-weight: 500;
    width: 60%;
}

.blog-events h3 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding-top: 10px;
    min-height: 60px;
}

.blog-events p {
    font-size: 15px;
    font-weight: 600;
    color: #777;
}

.blog-box h1 {
    padding-top: 18px;
}

.blog-box a {
    background-color: #efefef;
    color: #000;
    height: 100px;
    width: 100px;
    font-size: 25px;
    padding-top: 18px;
    border-radius: 50%;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    position: absolute;
    bottom: -50px;
}

.blog-box a::before {
    content: "";
    height: 130px;
    width: 130px;
    border-radius: 50%;
    background-color: transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -17px;
    border: 2px solid #efefef;
}

/* --------------------------------------------------
    Newsletter Section
   -------------------------------------------------- */

.newsletter-section {
    background-color: #850303;
    padding: 50px 0;
    position: relative;
}

.newsletter-section::before {
    background-image: url(../images/pattern.png);
    height: -webkit-fill-available;
    background-position: bottom;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.6;
    bottom: 0;
    width: 100%;
}

.newsletter-section h1 {
    font-size: 30px;
    font-weight: 600;
}

.newsletter-section a {
    background-color: #111;
    color: #fff;
    padding: 10px 20px;
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
}

/* --------------------------------------------------
    Testimonials Section
   -------------------------------------------------- */

.testimonial-section {
    background-image: url(../images/testimonial-bg.jpg);
    background-size: cover;
    background-position: center;
}

.testimonial-section h1 {
    text-align: center;
    color: #fff;
    font-weight: 800;
    padding-bottom: 15px;
}

.testimonial [class*="col"] {
    padding: 10px;
}

.testimonial-box {
    background-color: #fff;
    position: relative;
    padding: 20px 45px;
    text-align: center;
}

.testimonial-box h1 {
    color: #333;
    padding-bottom: 0;
}

.testimonial-content {
    padding-top: 30px;
    font-size: 15px;
    font-weight: 500;
}

.testimonial-icon {
    background: #fff;
    color: #850303;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    top: -26px;
    font-size: 25px;
    transform: translateX(-50%);
}

.testimonial-names h1 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 0;
}

.testimonial-names p {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

/* --------------------------------------------------
    Footer Section
   -------------------------------------------------- */

.footer-section {
    background-image: url(../images/footer-bg.jpg);
    padding-top: 50px;
}

.footer-section h1 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    color: #333;
    padding-bottom: 10px;
}

.footer-section p {
    font-size: 14px;
    font-weight: 600;
}

.footer-section h3 {
    font-size: 16px;
    font-weight: 800;
}

.footer-section ul {
    padding-left: 0;
}

.footer-section ul li {
    padding-bottom: 10px;
}

.footer-section ul li a {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.footer-section input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border: 1px solid #bbb;
    box-shadow: none;
}

.footer-section input+a, form.newsletter-form input[type=submit] {
    background-color: #850303;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 25px;
    margin-top: 10px;
    display: inline-block;
}

.copyright-text {
    font-size: 12px !important;
    /*border-top: 1px solid #ccc;*/
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px;
}

@media (min-width: 768px) {
  .text-md-end {
    text-align: right !important;
  }
  .text-md-start {
    text-align: left !important;
  }
}
/* --------------------------------------------------
   --------------------------------------------------
   --------------------------------------------------
                       CONTACT PAGE
    ------------------------------------------------- 
    -------------------------------------------------
   -------------------------------------------------- */

.wrapper {
    background-color: rgb(247, 247, 247);
}

.sub-banner {
    height: 25vh;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.contact_banner {
    background-image: url(../images/contact-banner.jpg);
}

.sub-banner h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.sub-banner ul {
    display: contents;
}

.sub-banner ul li {
    display: inline-block;
    color: #fff;
    font-weight: 600;
}

.sub-banner ul li a {
    color: #fff;
}

.contact_boxes [class*="col-"] {
    padding: 10px;
}

.contact_box {
    padding-top: 40px;
    box-shadow: 0px 2px 10px 0px #cbcccc;
    height: 180px;
    background-color: #fff;
}

.contact_box_link {
    display: table;
    margin: 0 auto;
    padding-top: 10px;
}

.contact_box i {
    display: block;
    font-size: 50px;
    color: #850303;
    text-align: center;
}

.contact_box a {
    color: #111;
    font-family: "Open Sans", sans-serif;
}

.work-with-us img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.5s;
}

.work-with-us img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.work-with-us-col {
    height: fit-content;
    box-shadow: 0px 2px 10px 0px #cbcccc;
    background-color: #fff;
    margin-left: -15px;
}

.work-with-us-content {
    padding: 40px 60px 40px 40px;
    background-color: #fff;
    position: relative;
    left: -50px;
}

.work-with-us-content h1 {
    text-transform: uppercase;
    font-size: 30px;
    padding-bottom: 15px;
}

.work-with-us-content p {
    font-size: 18px;
}

.work-with-us-content p.color-red {
    color: #850303;
}

.work-with-us-content a {
    color: #850303;
    font-size: 20px;
    font-weight: 800;
    display: block;
}

.work-details {
    background-color: #111;
    color: #fff !important;
    padding: 10px 30px;
    margin-top: 10px;
    display: inline-block;
    font-weight: 400 !important;
    text-transform: uppercase;
    font-size: 12px !important;
    display: inline-block !important;
    margin-top: 30px;
}

form [class*="col-"] {
    padding: 10px;
}

form label {
    font-size: 13px;
    font-weight: 600;
    color: #666;
}

form input {
    height: 42px !important;
}

form .form-control {
    border-radius: 0;
}


form a, form.get-in-touch-form input[type=submit], form.get-video input[type=submit] {
    background-color: #850303;
    color: #fff;
    text-transform: uppercase;
    display: table !important;
    padding: 10px 30px;
    margin: 15px auto;
}

form.get-in-touch-form input[type=submit], form.get-video input[type=submit]{
    border: none;
}

.map-box {
    background-color: #fff;
    padding: 10px;
    display: flex;
    color: #850303;
    position: relative;
    box-shadow: 0px 2px 10px 0px #cbcccc;
}

.map {
    width: 250px;
    height: 200px;
    float: left;
}

.map-content {
    display: flex;
    align-items: center;
}

.map-content ul li {
    text-indent: -13px;
    padding-left: 15px;
}

.map-content ul li i {
    padding-right: 10px;
    font-size: 20px;
}

.map-content a {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.contact-strip {
    background-color: #850303;
    color: #fff;
    text-align: center;
    padding: 3em 0;
}

.contact-strip a {
    color: #fff;
    font-weight: 800;
    font-size: 24px;
}

/* --------------------------------------------------
   --------------------------------------------------
   --------------------------------------------------
                       ABOUT PAGE
    ------------------------------------------------- 
    -------------------------------------------------
   -------------------------------------------------- */

.about_banner {
    background-image: url(../images/about-banner.jpg);
}

.about-page-section h5 {
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 10px;
    line-height: 28px;
}

.about-page-section .container .row [class*="col-"]:first-child {
    padding-right: 80px;
}

.about-page-section p {
    font-size: 14px !important;
    line-height: 28px !important;
}

/* --------------------------------------------------
   --------------------------------------------------
   --------------------------------------------------
                       SERVICES PAGE
    ------------------------------------------------- 
    -------------------------------------------------
   -------------------------------------------------- */

.services_banner {
    background-image: url(../images/services-banner.jpg);
}

.services-page-section {
    padding-top: 40px;
}

.services-page-section img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.5s;
}

.services-page-section img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.services-page-section:last-child {
    padding-bottom: 40px;
}

.services-page-section h2 {
    text-transform: uppercase;
    font-size: 18px; /*  changed on 18-11-2021*/
    font-weight: 600;
}

.services-page-section p {
    line-height: 28px;
}

.services-page-section i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    height: 60px;
    width: 60px;
    background: #850303;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #fff;
}

.services-page-section.section-left i {
    right: -15px;
}

.services-page-section.section-right i {
    left: -15px;
}

.service-page-section-content {
    padding: 0 40px;
}

/* --------------------------------------------------
   --------------------------------------------------
   --------------------------------------------------
                       NEWS & EVENTS PAGE
    ------------------------------------------------- 
    -------------------------------------------------
   -------------------------------------------------- */

.news_banner {
    background-image: url(../images/about-banner.jpg);
}

.blog-main-section {
    padding: 30px 0 !important;
}

.blog-page-box-main {
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 2px 10px 0px #cbcccc;
}

.blog-page-box-main img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .5s;
}

.blog-boxes-row a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.blog-page-box-main h1 {
    color: #000;
    text-align: center;
    font-weight: 600;
    padding: 20px 10px 0 10px; /* changed on 18-11-2021*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-page-box-main.blog-box-full h1 {
    font-size: 18px;
    min-height: 100px;
}

.blog-page-box-main.blog-box-half h1 {
    font-size: 16px;
    min-height: 90px;
}

.blog-boxes-row [class*="col-"], .blog-boxes-right [class*="col-"] {
    padding: 8px;
}

.blog-category-box {
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 2px 10px 0px #cbcccc;
    margin-bottom: 16px;
}

.blog-category-box h2 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 5px;
    padding-top: 10px;
}

.blog-category-box ul {
    padding-left: 8px;
    margin-bottom: 0;
}

.blog-category-box ul li {
    padding-bottom: 10px;
}

.blog-category-box ul li a {
    font-size: 15px;
    color: #000;
}

.blog-category-box.blog-recent-posts a {
    display: flex;
    align-items: center;
}

.blog-category-box.blog-recent-posts ul li {
    padding-bottom: 15px;
    display: inline-block;
}

.blog-category-box.blog-recent-posts .recent-post-img {
    float: left;
}

.recent-post-img img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .5s;
}

.blog-recent-posts a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.blog-category-box.blog-recent-posts h3 {
    font-size: 14px;
    margin-bottom: 0;
    padding-left: 10px;
}

.privacy-policy p {
    font-size: 14px !important;
    line-height: 28px !important;
    font-weight: 600;
}


/*///////////////////Latest Changes(12-11-2021)////////////////////////////////////////*/
    
ul.footer-left-ul {
    float: left;
}

ul.footer-right-ul {
    float: left;
    padding-left: 20px;
}

.our-team-main h1 {
    font-weight: 700;
    font-size: 24px;
    color: #000;
}

.team-box {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.team-box .team-box-desc {
    padding: 10px;
    position: relative;
}
/*
.team-box .team-box-desc a {
    color: #000;
    text-align: right; chaanged on 24-11-2021
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    right: 15px;
    bottom: 15px;
}*/
.teams-row{
    justify-content: space-between;
}


.our-team{  
    text-align: center;
}
.our-teama{
    width: 100%;
    text-transform: uppercase;
    background-color: #850303;
    color: #fff;
    padding: 10px 30px;
    font-size: 14px;
    margin-right: 5px;
    font-weight: 600;
}

.about-details p {
    font-family: 'Raleway' !important;
    font-size: 14px !important;
}


.team-box .team-box-desc h4 {
    font-size: 18px;
    color: #850303;
    font-weight: 700;
}

.team-box .team-box-desc h6 {
    font-size: 16px;
}

.hvr-image img{
    opacity: 1;
    -webkit-transition: opacity 1s, -webkit-transform 1s; 
    transition: opacity 1s, transform 1s; 
}


.hvr-image img:hover {
    opacity: 0.9;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.hvr-image {
    overflow: hidden;
    
}
.hvr-image:hover {
    overflow: hidden;
    
}

.team-profil-pic img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: 0.5s;
}

.team-profil-pic img:hover {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}


.news_title{
    text-transform: capitalize; 
}

.page-item.active .page-link{
  
    color: #fff;
    background-color: #850303 !important;
    border-color: #850303 !important;
}
.page-item .page-link{
  
    color: rgb(0, 0, 0);
   
}

.our-team-home h1 {
    font-weight: 800;
    font-size: 36px;
}

.our-team-home a {
    background-color: #850303;
    color: #fff;
    padding: 10px 30px;
    font-size: 14px;
    margin-right: 5 px;
    font-weight: 600;
}
.our-team img:hover{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); 
} 

.our-team img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.5s;
}


@media(max-width:1200px) {
    .slick-arrow {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .footer-section [class*="col-"] {
        padding-bottom: 10px;
    }
}

/*///////////Team Details////////////////// 25-11-2021 */
    
.team-contact-details {
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
}



.team-content .title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #000;
}

.team-content .position {
    font-weight: 600;
    font-size: 16px;
}

.team-content ul li a {
    color: #000;
    padding: 10px 0;
    display: block;
}

.profile-card-sections {
    padding-right: 15px;
}

.profile-card-sections .profile-section {
    border-bottom: 1px solid #ccc;
    padding: 20px 0 0;
}

.profile-card-sections .profile-section:last-child {
    border-bottom: none;
    padding: 20px 0 0;
}
.profile-card-sections .profile-section ul {
	padding-left: 0 !important;
}
.profile-card-sections .profile-section li {
    padding-bottom: 10px;
    font-size: 14px;
    text-indent: -20px;
    padding-left: 20px;
    line-height: 22px;
}

.profile-card-sections .profile-section li:before {
    content: "\f144";
    font-family: "Font Awesome 5 Free";
    margin-right: 5px;
}

.team-details-main section {
    padding: 10px 0;
}

.team-content-others .card {
    border: none;
    background-color: transparent;
}

.team-details-main .card h1 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0;
}

.team-details-main section h4 {
    font-size: 20px;
    font-weight: 500;
}

.team-details-main section h4 span {
    font-size: 20px;
    font-weight: 800;
}

.team-details-main section p {
    font-size: 14px;
}

.team-details-main section ul {
    padding-left: 10px;
}

.team-details-main section ul li {
    padding-bottom: 10px;
    list-style-type: circle;
    font-size: 14px;
}

.about-details {
    padding: 15px 0;
    border-radius: 15px;
    margin-bottom: 20px;
}

.our-team-members {
    padding-right: 10px;
    border-right: 1px solid #ccc;
    position: sticky;
    top: 0;
}

.our-team-members h1 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    height: 100px;
    background-color: rgb(133, 3, 3);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-team-members ul li a {
    color: #000;
    font-weight: 600;
    padding: 15px 10px;
    font-size: 16px;
    display: block;
    transition: .3s;
}

.our-team-members ul li a:hover {
    background-color: rgb(133, 3, 3, .3);
}

.our-team-members ul li.active a {
    background-color: rgb(133, 3, 3, .3);
    color: #850303;
    font-weight: 800;
}

@media screen and (max-width: 576px) {
  .team-content h2{
	    padding-top: 15px;
   }
   .team-content i{
        padding-right: 10px;
   }

}

@media(max-width:992px) {
    .our-team-members {
        border: none;
    }
}

/* archivve*/
.archivecount{
    font-weight: bold;
    color: #850303;
}
/* news blog */
.blog-details p {
    font-family: 'Raleway' !important;
    font-size: 14px !important;
}
.blog-details{
	padding: 10px;
}
.blog-details ul li {
    font-family: 'Raleway' !important;
    font-size: 14px !important;
    list-style: disc !important;
    padding-bottom: 10px;
}
.blog-details ol li {
    font-family: 'Raleway' !important;
    font-size: 14px !important;
    list-style: numbers;
    padding-bottom: 10px;
}
.blog-title{
	text-align: left !important;
	justify-content: left !important;
   	 min-height: 0px !important;
    	padding: 0px 0 10px 0 !important;
    	padding-top: 40px;
    	margin: 0px !important;
	font-size: 25px !important;
}
@media screen and (max-width: 400px){
.blog-next a{ 
	
	width: 100%;
    	text-align: center;
	
}
.blog-share a{
	width: 100%;
    	text-align: center;
   	margin-bottom: 10px;

}
}
@media screen and (min-width: 400px){

.blog-share{
	float: left;
	text-transform: uppercase;
}

.blog-next{ 
	float: right; 
	text-transform: uppercase;
}

.blog-bottom{
 	height: 38px;
}
}
.our-nexta{
    background-color: #850303;
    color: #fff;
    padding: 10px 30px;
    font-size: 14px;
    margin-right: 5px;
    font-weight: 600;
}

/*FAQ*/
.faq-category h3 {
    color: #333;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: capitalize;
}
.faq-category{
margin-top: 50px;
}

.faqanswer {
	font-family: 'Raleway' !important;
    	font-size: 14px !important;
}
.faqanswer ul li {
    font-family: 'Raleway' !important;
    font-size: 14px !important;
    list-style: disc !important;
    padding-bottom: 10px;
}
.faq-item{
    background-color: white;
    margin-bottom: 16px;
}
.faq-button:not(.collapsed){
    color: #000000; 
     background-color: #ffffff;
     
}
.faq-button h3{
        font-size: 20px;
}
.faq-button:focus {
    z-index: 3;
    border-color: #ffffff; 
    outline: 0;
    box-shadow: 0 0 0 0 ;
}
/*resources*/
/*New CSS*/
.meeting-box,   
.useful-box {
    display: flex;
    background-color: #fff;
    padding: 20px;
    align-items: center;
}

.meeting-box h2
.useful-box h2,
.resources-box h2 {
    font-size: 24px;
}

.meeting-box p
.useful-box p,
.resources-box p {
    font-size: 14px;
}

.useful-box .useful-content {
    padding-right: 15px;
}

.useful-box .useful-logo {
    width: 200px;
}

.meeting-box .meeting-content {
    padding-right: 15px;
}
.meeting-box .meeting-logo {
    width: 200px;
}
.meeting-logo img{
    width: 100%;
}


.meeting-box a,
.useful-box a,
.resources-box a {
    background-color: #850303;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 25px;
}

.resources-box {
    background-color: #fff;
    padding: 20px;
}

@media(max-width:768px) {
    .useful-box {
        flex-direction: column;
        text-align: center;
    }
    .useful-box .useful-content {
        order: 5;
        padding-top: 15px;
    }

    .meeting-box {
        flex-direction: column;
        text-align: center;
    }
    .meeting-box .meeting-content {
        order: 5;
        padding-top: 15px;
    }
}

/* --------------------------------------------------
   --------------------------------------------------
   --------------------------------------------------
                       meeting PAGE
    ------------------------------------------------- 
    -------------------------------------------------
   -------------------------------------------------- */


.meeting-page-section {
    padding-top: 40px;
    font-family: 'Raleway';
}

.meeting-page-section img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.5s;
}

.meeting-page-section img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.meeting-page-section:last-child {
    padding-bottom: 40px;
}

.meeting-page-section h2 {
    font-family: 'Raleway';
    text-transform: uppercase;
    font-size: 36px; 
    font-weight: 600;
}

.meeting-page-section p {
    line-height: 28px;
    font-size: 16px;
}
/*
.meeting-page-section .icog {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    height: 60px;
    width: 60px;
    background: #850303;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #fff;
}

.meeting-page-section.section-left .icog {
    right: -15px;
}

.meeting-page-section.section-right .icog {
    left: -15px;
}*/

.meeting-page-section-content {
   
}
.meeting_link{
    color: black;   
}
.meeting_link strong{
    text-transform: capitalize;
}
.meeting_link:hover {
    color: black !important;
}
@media (max-width: 768px){

.meeting-page-section-content {
    padding: 23px 20px 2px;
}

.meeting-page-section {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    padding-top: 0;
}

.meeting-page-section h2 {
    font-size: 24px;  
}

}

/* --------------------------------------------------
    NEWS CATEGORY HEAD
   -------------------------------------------------- */

.news-and-events-button{
    text-align: center;
    margin-bottom: 40px;
    margin-top: 10px;
    text-transform: uppercase;
}
.news-and-events-viewall a{
	
    text-align: center;
   	margin-bottom: 10px;

}
.events-viewall{
    background-color: #850303;
    color: #fff;
    padding: 10px 30px;
    font-size: 14px;
    margin-right: 5px;
    font-weight: 600;
}

.newscat{
    background-color: #333;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 7px 16px;
    position: absolute;
    color: #fff !important;
    top: 0;
    left: 0;
    text-transform: capitalize;
    margin: 0;
    font-size: 12px !important;
    font-weight: 500;
    width: 40%;
}

.newscathead{
    color: rgb(134 23 22);
    text-align: center;
    position: relative;
}
.newscath{
    text-transform: uppercase;
    background-color: #f7f7f7;
    width: fit-content;
    margin: auto;
    margin-top: -35px;
    position: relative;
    z-index: 2;
    padding: 0 18px;
}

.newscathead hr {
    height: 2px;
    opacity: 1;
    background-color: #850303;
}

.blog-category-box ul li a strong {
    padding-right: 6px;
}

/* --------------------------------------------------
    SEARCH BUTTON
   -------------------------------------------------- */

.search-btn {
    background: #850303;
    color: #fff;
    height: 100%;
    border-radius: 0;
}

/* --------------------------------------------------
    NAV ACTIVE COLOR
   -------------------------------------------------- */

.dropdown-item.active, .dropdown-item:active {
    background-color: transparent !important;
}

/*---------------------------------------------------
  faq tabs
  ------------------------------------------*/
  /* Style the tab */
  .faqtab {
    overflow: hidden;
   /* border: 1px solid #ccc;
    background-color: #f1f1f1;*/
    padding: 10px;
  }
  
  /* Style the buttons inside the tab */
  .faqtablinks {
    background-color: white !important;
    color: #850303;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 20px;
    font-weight: 600;
  }
  
  /* Change background color of buttons on hover */
  .faqtab a:hover {
    background-color: rgb(215 154 154 / 47%) !important;
    color: #850303 !important;
  }
  
  /* Create an active/current tablink class */
  .faqtab a.active {
    background-color: #850303 !important;
    color: white !important;
  }
  
  /* Style the tab content */
  .faqtabcontent {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
  }
  
  /* Fade in tabs */
  @-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  
  @keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  /*----------------------------------------------
  faq tabs
  ----------------------------------------*/

  .line {
    background-color: rgb(134 23 22);
    width: 66px;
    height: 5px;
    border-radius: 5px;
    margin-top: 14px;
   }
.newswrapper{
	background-color: rgb(255 255 255); 
}
.noboxshadow div{
	box-shadow : none !important;
}

.news-subscribebox h2{
	font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    color: #333;
    padding-bottom: 10px;
}
.news-subscribebox #newsletterEmail{
	width: 100%;
    height: 40px;
    padding-left: 15px;
    border: 1px solid #bbb;
    box-shadow: none;
}

.news-subscribebox #newsletterEmail:focus{
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow:0 0 0 0.25rem rgb(13 110 253 / 25%); 
}
.news-subscribebox input[type="submit" i]{
	width: 100%;
    height: 40px;
    padding-left: 15px;
    box-shadow: none;
    border: none;
}
.text-left{
	text-align: left !important;
    	padding-left: 0 !important;
	justify-content: left !important;
}
.side-bar-divider{
	background-color: #222222;
    width: 95%;
    height: 4px;
    margin: 0 auto;
    border-radius: 7px;
    margin-top: 15px;
    margin-bottom: 14px;
}
.text-success{
    padding-top: 1rem;
}

/*----------------------------------------------
  events-and-webinars
  ----------------------------------------*/
.events-new-box a,
    .register-btn {
        background-color: #850303;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        padding: 10px 25px;
    }
    
    .session-details-box-left {
        background-color: #000;
        color: #fff;
        padding: 20px 30px;
        width: 100%;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }
    
    .session-details-box-left li {
        color: #ff0000;
        padding-bottom: 20px;
        font-weight: 700;
    }
    
    .session-details-box-left li span {
        display: block;
        color: #fff;
    }
    
    .session-details-box-right {
        background-color: #ff0000;
        width: 20%;
        position: relative;
    }
    
    .session-details-box-right h5 {
        position: absolute;
        transform: translate(-50%, -50%) rotateZ( 270deg);
        left: 50%;
        top: 50%;
        width: max-content;
        font-size: 20px;
        font-weight: 700;
        color: #000;
    }
    
    .exploring-details {
        padding: 50px 0;
    }
    
    .exploring-details h5 {
        font-size: 20px;
        font-weight: 700;
    }
    
    .exploring-details h6 {
        font-size: 20px;
        font-weight: 700;
    }
    
    .exploring-details ul li {
        padding-bottom: 10px;
        font-size: 14px;
        list-style: disc;
    }
    
    .exploring-details p {
        font-size: 14px;
    }
    
    .exploring-details .call-to-action {
        color: #850303;
        display: block;
        font-weight: 700;
    } 
   /* event page css start new added on 27-06-2022*/ 
   .webinar-main {
        padding: 50px 0;
    }
    
    .webinar-main .webinar-image {
        background-color: #ac1814;
        display: flex;
        align-items: flex-end;
        /* height: 100%; */
    }
    
    .webinar-main .webinar-content {
        background-color: #f2f2f2;
        padding: 40px;
    }
    
    .webinar-main .webinar-content h3 {
        font-size: 20px;
        font-weight: 800;
    }
    
    .webinar-main .webinar-content li {
        font-size: 14px;
        list-style: disc;
        font-weight: 600;
        padding-bottom: 10px;
    }
    
    .webinar-main .webinar-content .session-details .session-detail-box {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 500;
    }
    
    .webinar-main .webinar-content .session-details .session-detail-box h4 {
        font-weight: 800;
        margin-bottom: 0;
        font-size: 18px;
        margin-right: 15px;
    }
    
    .webinar-main .webinar-content a {
        background-color: #850303;
        color: #fff;
        font-size: 16px;
        padding: 10px 25px;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    
    .webinar-main .webinar-content a:hover {
        color: #850303;
        cursor: pointer;
    }
    
    .webinar-main .webinar-content h2 {
        font-size: 24px;
        font-weight: 800;
        margin-top: 20px;
    }
/* event page css end new added on 27-06-2022*/ 