:root {
  --background-color: #f1f1f1;
  --hover-color: rgb(102, 40, 245);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
}
.logo a {
    background: linear-gradient(to bottom, #ff0404, #e10000);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

a {
  text-decoration: none;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
ul,
ol {
  list-style-type: none;
}
body {
  overflow-x: hidden;
  font-family: "Rubik", sans-serif;
}
.container {
  width: 1140px;
  margin: 0 auto;
}

.row-t {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
nav {
    background: #2d2b2b;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
img.logo-header {
    width: 250px;
}
.logo a {
  font-size: 20px;
  font-weight: 700;
  color: #353535;
  text-transform: uppercase;
}

/* normal menu css */

.main_menu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0 -2px;
}
.main_menu ul li {
  position: relative;
}

.main_menu ul li a {
  font-size: 16px;
  color: #dadddd;
  padding: 20px 15px;
  display: block;
  font-weight: 400;
}

.main_menu ul li:hover > a {
  color: #e10000;
}
/* Normal Dropdown menu */
.main_menu ul li ul {
  width: 200px;
  background: #fff;
  transition: 0.5s;
  box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
}

.main_menu ul li ul li a {
  padding: 10px 25px;
  font-size: 15px;
}
.main_menu ul li ul li a i {
  float: right;
}

.main_menu ul li ul li ul {
  left: 100%;
  top: 0;
}

/* mega menu css */
.mega_menu_dropdown {
  position: static !important;
}
.mega_menu {
  left: 0;
  right: 0;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  transition: 0.5s;
  box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
}
.mega_menu_item {
  width: 25%;
  padding: 30px 20px;
}
.main_menu ul li .mega_menu_item a {
  padding: 10px 0;
}

.main_menu ul li .mega_menu_item a:hover {
  color: var(--hover-color);
}
.mega_menu_item h3 {
  margin-bottom: 15px;
}
.mega_menu_item img {
  width: 100%;
}

/* demo_2 css */
.mega_menu_demo_2 .mega_menu {
  left: 50%;
  transform: translateX(-50%);
  width: 1140px;
}

.mobile_btn {
  display: none;
}
.fa-chevron-right:before {
    color: blue;
}
.slick-dots li button:before {
    font-size: 18px;
    color: #0c0c0c;
}
.slick-dots li.slick-active button:before {
    color: #e10000;
}


/* Slider */
.fixed-image {
  width: 100%;
  display: table;
  background: linear-gradient(#0000004d, #0f0f037d), url(image/heor.jpg) no-repeat 0 0;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
  background-attachment: fixed;
  background-size: cover;
  height: 90vh;
  text-align: center;
}
.masthead-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-heading h1{
    font-family: "Rubik", sans-serif;
    font-size: 3em;
    color: #fff;
    
    line-height: 60px;
    text-transform: capitalize;
}
.highlight {
  background-color: #e10000;
  padding: 0px 10px;
}

/* businesses*/

.pt-30{padding-top: 30px}
.pb-30{padding-bottom:30px;}
.business-heading h1{text-transform: uppercase; font-family: "Rubik", sans-serif; font-size: 2em;}

.my-slider{
  padding: 0 70px;
}
.slick-initialized .slick-slide{
  color: #FFF;
  margin: 0 25px 0 0;
}

.slick-next, .slick-prev{
  z-index: 5;
}
.slick-next{
  right: 25px;
}
.slick-prev{
  left: 25px;
}
.slick-next:before, .slick-prev:before{
  color: #000;
  font-size: 26px;
}
.businesses-logo img{
  width: 150px;
  margin-bottom: 20px;
}
.businesses-name h3, .box-card h3{
 font-size: 18px;
 line-height: 28px;
 font-weight: 500;
 color:#000;
 margin-bottom: 20px;
}
.businesses-text p{
  font-size: 16px;
  line-height: 24px;
  color:#000;
  margin-bottom: 30px;
}
.businesses-ditals-page-button .btn{
  background-color:#fff;
  border:1px solid #000;
  font-style: normal;
  color:#000;
  text-transform: uppercase;
  border-radius: 0px;
}
.main-sliding-card{
  text-align: center;
}
.second, .home-about, .customer-review-f {
    background-color: #fafafa;
}
.main-sliding-card {
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 10px #ddd;
    box-shadow: 5px 2px 12px #dddddd7a;
    display: block;
    min-height: 400px;
    padding: 20px 15px;
}
/*  Career Home */
.home-career p{
  padding:0px 210px;
}

/* home about */
.image-about-home img{
width: 100%;
}

/* News & Event */
.news-list ul li {
    padding: 20px 10px;
    border-bottom: 1px solid #cccccc52;
}
.news-list ul li a{
  color: #000;
  text-decoration: none;
}
.news-list ul li a .fa{
  color:#0e0e99;
}
.news-list {
    height:300px;
    overflow:scroll;
    overflow-x:hidden;
    background-color: #F5F5F5;
    border-radius: 10px;
    color: #000;
    left: -1px;
    padding: 15px;
}
::-webkit-scrollbar {
width: 5px;
height: 5px;

}
::-webkit-scrollbar-track-piece {
background-color: #C2D2E4;
border-radius: 15px;
}
::-webkit-scrollbar-thumb:vertical {
height: 5px;
background-color: #e10000;
border-radius: 15px;
}

.newsimage{
  width: 75px;
  height: 50px;
  border-radius: 5px;
  margin-right: 15px;
}


/* Customer */
.customer-image{
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 15px;
}
.slider-review{
  background-color: #fff;
  padding: 30px;
  text-align: center;
  box-shadow: 5px 2px 12px #dddddd7a;

}
.card-reivew{
  width: 400px;
}
.slider-review h5{
 color:#000;
}
.slider-review p{
  color:#000;
}


/*  Faq */
section.customer-review-f {
    background-image: linear-gradient(to right, #fafafa, white);
}
.faq-home>ul {
    padding: 0;
    display: flex;
}
.faq-faq>ul {
    padding: 0;
    display: flex;
    margin: auto !important;
    justify-content: center !important;
}
.faq-home ul li {
    padding: 0px 20px 0px 0px;
}
.faq-home ul li a{
  color: #000;
}

.faq-container {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.faq-item {
  padding: 15px;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  padding-bottom: 3px;
  padding-top: 3px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
.faq-answer.active p {
    padding-top: 8px;
}
.faq-answer.active {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom:20px;
}

.icon-container i {
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

.icon-container i.active {
  transform: rotate(90deg);
}
.faq-item:last-child(){
  border-bottom: none !important;
}
.faq-question p {
    padding-bottom: 0;
    margin-bottom: 0;
}
.faq-answer h6 {
    margin-top: 20px;
}
.icon-container {
    display: flex;
}
span.applynow {
    line-height: 15px;
}
i.fas.fa-chevron-right {
    margin-right: 10px;
}
i.fas.fa-chevron-right.active + .applynow {
    display:none;
}

.jobapply {
    display:none;
}

i.fas.fa-chevron-right.active ~ .jobapply {
    display:block !important;
}
.faq-item:hover {
    background-color: #e10000;
    color: #fff;
    transition: 2s;
}
.faq-item:hover .fa-chevron-right:before{
    color:#fff;
}
.faq-item:hover .jobapply a{
    color:#fff;
}

.career-submit:hover, i.btn.btn-primary:hover {
    background-color: #e10000;
    color: #fff;
    transition: 1s;
    border: 1px solid #fff;
}
.unitbutton:hover {
    background-color: #fff !important;
    color: #e10000 !important;
    border: 2px solid #fff !important;
    transition: 1s !important;
}
a:hover {
    color: #e10000 !important;
    transition: 1s;
}
.main-sliding-card, .box-card, .listing-blog {
    transition: all .9s ease;
}
.main-sliding-card:hover, .box-card:hover, .listing-blog:hover {
    transform: scale(1.1);
}
.main-sliding-card:hover, .listing-blog:hover {
    cursor: pointer;
}
.main-sliding-card:hover h3, .box-card:hover h3 {
    color: #e10000;
}
.main-sliding-card:hover img, .box-card:hover img {
    -webkit-filter: grayscale(100%);
}
.vertical-certificate{
    width:100%;
}
.main-sliding-card:hover .businesses-text p{
    overflow-y: scroll;
}
.businesses-text p {
    height: 150px;
    overflow: hidden;
    padding: 0px 10px;
}
.servies{
    display:flex;
}
.tab {
    width: 20%;
}    
.text-tab{
    width:80%;
}
.tab button {
    width: 100%;
    margin-bottom: 1px;
    border: none;
    padding: 16px 5px;
}
.tab button:hover {
    background-color: #e10000;
    transition: 1s;
    color: #fff;
}
.tabcontent {
    padding: 0px 30px;
}
.ourservices {
    background-color: #fafafa;
}
.text-tab {
    background-color: #fff;
    padding: 20px;
}
.tabcontent img {
    width: 100%;
    border-radius: 15px;
    height: 250px;
    margin-top: 20px;
}
.businesses-logo.text-center {
    height: 100px;
}
.news-list ul {
    padding: 0px;
}
/* Footer */
section.footer{
    background-color: #2d2b2b;
}
img.footer-logo {
    width: 275px;
}
.footer-socil-link ul{
  margin-top: 10px;
}
.footer-socil-link ul, .f-contact-detials ul, .footer-link ul {
    display: inline-flex;
    padding: 5px 0px;
}

.footer-socil-link ul li , .f-contact-detials ul li{
    padding: 0px 15px;
}
.footer-socil-link ul li a, .f-contact-detials ul li a, .footer-link ul li a{
  color:#dadddd;
}
.footer-link ul li a{
  border-right: 1px solid #4d4c4c;
  padding-right: 10px;
  padding-left: 10px;
}
.footer-link ul li a:last-child{
}

/*  copyright */

.copyright {
    background-color: #141212;
    padding: 15px 0px 1px 0px;
    color:#f9ecec; 
}
.company-certificate img {
    width: 100%;
    height: 520px;
}

/* Contact Us */
.contact-info {
    background-color: #2d2b2b;
    padding: 50px 30px;
    color: #fff;
}
.cont_info ul {
    padding: 0;
}
.cont_info ul li {
    padding: 10px 0px;
}
.cont_info ul li a, .cont_info ul li a .fa{
 color:#fff;
}
.cont_info ul li a .fa {
    padding-right: 10px;
}
.contact_page_social_link {
    text-align: center;
    margin-top: 50px;
}

.breadcurm {
    margin-top: 50px;
    background-image: linear-gradient(#0000004d, #0f0f037d), url(image/heor.jpg);
    padding: 75px;
    text-align: center;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 35%;
}
.main-contact {
    background-color: #fafafa;
}

.contact_form {
    background-color: #fff;
    padding: 0px 30px 0px 0px;
    margin-top:50px;
}
.offices {
    margin-top: 50px;
}
.offices span {
    text-transform: uppercase;
}

form#frmContact {
    padding: 30px 20px 30px 30px;
}
#frmContact input, #frmContact textarea, #frmContact select {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #cccccccf;
    margin-top:5px;
}
button.button-default:hover{
    background-color:#e10000;
    color:#fff;
    transition:1s;
    border:none;
}

button.button-default {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #2d2b2b;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    background-color: transparent;
}
.phone.condetails {
    display: flex;
}
.phone.condetails {
    margin-bottom: 20px;
    padding: 25px 15px 15px 15px;
    height: 100px;
    width: 500px;
    border-radius: 5px;
    overflow: hidden;
}
.red {
    background-color: #a3a6a68c;
}
.green {
    background-color: #cccece8c;
}
.more {
    background-color: #cccece;
}
.pt-75{
    padding-top:75px;
}
.pb-75{
    padding-bottom:75px;
}


.pt-50{
    padding-top:50px;
}
.pb-50{
    padding-bottom:50px;
}


.icon {
    margin-right: 20px;
    font-size: 32px;
    color: #a3a3a3;
}
.details p {
    margin-top: 12px;
}
.details p a {
    color: #000;
}
.single-item {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 10px 10px 10px #cccccc29;
    margin-top: 20px;
}
.contact-text .fa {
    margin-right: 10px;
}
.ourpresance {
    background-color: #fafafa;
}
.contact-text .fa {
    color: #a3a3a3;
}
.breadcurm-heading a {
    color: #fe0000;
}


/* About us page */
img.img-reponsive.tean-responsive {
    width: 100px;
    border-radius: 100px;
    height: 100px;
    margin-bottom: 20px;
}
.teammember-name h5{
    color:#000;
}
.teammember-text p{
    color:#000;
}
.teammember-name p {
    color: #e10000;
    margin-bottom:5px;
}
.mission-vission {
    background-color: #fafafa;
}
.mission.box-card, .vision.box-card, .value.box-card {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px 5px #cccccc4f;
    margin: 0px 10px;
}
.our-core-team {
    min-height: 300px;
    background-color: #fafafa;
}
img.mission-vission-img {
    width: 75px;
    margin-bottom: 15px;
}
.box-card p {
    text-align: justify;
}

/* Blog Listing */
.blog-listing-image img {
    width: 100%;
}
.blog-listing-text {
    padding: 0px 15px 15px 15px;
}
.listing-blog {
    background-color: #fafafa;
}
.blog-listing-text a h5 {
    color: #fe0000;
    font-size: 16px;
    margin-bottom: 5px;
}
.listing-blog {
    background-color: #fafafa;
    margin-bottom: 30px;
    box-shadow: 0px 2px 8px 5px #cccccc3b;
}
.blog-thum-text {
    display: flex;
    justify-content: space-between;
    margin-top: -25px;
    color: #fff;
    padding: 0px 5px;
}
.main-career-message {
    width: 600px;
    margin: auto;
}
.main-career-message img{
    width:75px;
}
.main-career-message h3 {
    margin-top: 15px;
    margin-bottom: 20px;
}
.main-career-message h5 {
    margin-bottom: 30px;
}
.career-head {
    width: 600px;
    margin: auto;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 2px 2px 10px 5px #cccccc82;
}
.career-field {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ffffff;
    margin-top:10px;
}
.careerforms{
background-color:#ffffff;
}
.career-field {
    width: 100%;
    padding: 15px;
    margin-bottom: 25px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.career-submit {
    background-color: #ffffff;
    border: 1px solid #000;
    font-style: normal;
    color: #000;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 10px;
    width: 150px;
}
sup {
    color: red;
    font-size: 18px;
}
.career-head h6 {
    margin-bottom: 10px;
    margin-top: 30px;
}
.career-head hr {
    color: #b1abab;
    border: 1px #ccc solid;
}
.myBtn_multi {
    margin-bottom: 30px;
}
.joblisting {
    background-color: #fafafa;
}



/*  Blog listing */
.main {
  max-width: 1000px;
  margin: auto;
}

h1 {
  font-size: 50px;
  word-break: break-all;
}

.row {
  margin: 10px -16px;
}

/* Add padding BETWEEN each column */
.row,
.row > .column {
  padding: 8px;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  display: none; /* Hide all elements by default */
}

/* Clear floats after rows */ 
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: white;
  padding: 10px;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: white;
  cursor: pointer;
}

.btn:hover {
    background-color: #e10000;
    border: 1px solid #fff !important;
    
    transition: 1s;
}
.modal-dialog {
    max-width: 100%!important;
    margin-right: none;
    margin-left: none;
}

#myBtnContainer .btn {
    border: 1px solid #000;
    font-style: normal;
    color: #000;
    text-transform: uppercase;
    border-radius: 0px;
}    

/* Business */
/* The Modal (background) */
        .modal {
            display: none; /* Hidden by default */
            position: fixed; /* Stay in place */
            z-index: 999999; /* 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 */
            padding:0px;
        }

        /* Modal Content */
        .modal-content {
            background-color: #e10000;
            margin: auto;
            padding: 100px;
            border: 1px solid #888;
            width: 100%;
            border-radius: 0px;
            height: 100vh;
            color:#fff;
        }

        /* The Close Button */
        .close {
            color: #e10000;
            font-size: 40px;
            background-color: #fff;
            width: 50px;
            height: 50px;
            border-radius: 50px;
            text-align: center;
            line-height: 48px;
            font-weight: 400;
        }
        span.close.close_multi {
            text-align: center;
        }

        .close:hover,
        .close:focus {
            color: #ccc;
            text-decoration: none;
            cursor: pointer;
        }
        span.close.close_multi {
            position: absolute;
            right: 130px;
        }
        .opentext{
            padding-right:150px;
        }
        img.logo-openbox {
        background-color: #fff;
        border-radius: 5px;
        margin-bottom: 30px;
        padding: 10px;
        width: 216px;
        }
    .unitbutton {
        background-color: transparent !important;
        border: 2px solid #fff !important;
        padding: 10px 20px;
        margin-right: 20px;
        color: #fff !important;
        font-weight: 400;
        margin-top: 30px;
    }

/* responsive css */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container {
    width: 960px;
  }
  .mega_menu_demo_2 .mega_menu {
    width: 940px;
  }
  .main_menu ul li ul {
    width: 150px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    width: 720px;
  }
  .mega_menu_demo_2 .mega_menu {
    width: 700px;
  }
  .main_menu ul li a {
    font-size: 15px;
    padding: 20px 16px;
  }
  .main_menu ul li ul {
    width: 150px;
  }
}
@media (min-width: 768px) {
  .main_menu ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 50px;
  }
  .main_menu ul li .mega_menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 50px;
  }
  .main_menu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    z-index: 99;
  }
  .main_menu ul li:hover > .mega_menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 99;
  }
}

@media (max-width: 767.98px) {
  .mega_menu_demo_2 .mega_menu,
  .container {
    width: 100%;
  }

  nav {
    padding: 15px;
  }
  .mobile_btn {
    cursor: pointer;
    display: block;
  }

  .main_menu {
    display: none;
    width: 100%;
  }

  .main_menu ul li {
    display: block;
  }
  .main_menu ul li a i {
    float: right;
  }
  .main_menu ul li a {
    border-bottom: 1px solid #ddd;
  }
  .main_menu ul li ul {
    width: 100%;
  }
  .main_menu ul li ul li ul {
    left: 0;
    top: auto;
  }

  .mega_menu .mega_menu_item {
    width: 50%;
  }
  .main_menu ul li ul {
    display: none;
    transition: none;
  }
  .main_menu ul li .mega_menu {
    display: none;
    transition: none;
  }

  .mega_menu_demo_2 .mega_menu {
    transform: translateX(0);
  }
}

@media (max-width: 575.98px) {
.modal-content {
    background-color: #e10000;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    width: 100%;
    border-radius: 0px;
    height: 80vh;
    color: #fff;
    margin-top: 80px;
}
img.logo-openbox {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 10px;
    width: 170px;
}
.opentext {
    padding-right: 10px;
}
    .fa-bars{
        color:#fff;
    }
    .hero-heading h1 {
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 27px;
    text-transform: capitalize;
}
    
    #carouselExampleCaptions{
        width: 430px;
    margin-top: 70px;
    height: 240px;
    }
  .mega_menu .mega_menu_item {
    width: 100%;
  }
}