/* 0D6EFD */

:root {
  --Primary: #0d6efd;
  --Secondary: #6c757d;
  --Success: "#198754";
  --Danger: "#DC3545";
  --Warning: "#FFC107";
  --Info: "#0DCAF0";
  --Dark: "#212529";
}

body{
  color:#000;
}



.header-wrapper .main-menu li .sub-menu {
  right: auto !important;
}
.header-wrapper .main-menu li .sub-menu .label {
  color: #727171;
  padding: 5px 10px;
}

.logo img {
  width: 50% !important;
}

.home__theme {
  color: #ff8c00 !important;
  text-shadow: 2px 2px #fff;
}

.banner-block .img {
  opacity: 0.5;
  /* height: 125%; */
  width: 100%;
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
}

.header-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: all 0.9s;
  padding: 5px 0 5px;
}

.text-base {
  color: #ff8c00;
}

.mb-4 {
  margin-bottom: 16px;
}

.logo-text {
  font-size: 35px;
  color: #ff8c00;
  font-weight: 900;
  font-family: sans-serif;
  text-shadow: 8px 4px black;
}

.footer-top .widget-items .content-area .quick-link li a {
  font-size: 13px;
}

.phone-icon img {
  cursor: pointer;
}

.page__banner{
  background-image: url(../../assets/img/banner/main-banner.jpg);
  min-height: 350px;
  margin-top: 90px;
  display: grid;
  align-items: end;
}
.banner-heading{
  text-align: center;
  color: #fff;
  background-color: #00000096;
  padding: 30px 0px;
  border-radius: 10px;
}

.page-content h2{
  font-size: 36px;
  margin-bottom: 0;
  text-align: center;
}

.atos__left__wrap .nav .nav-item .nav-link{
  font-size: 14px;
}
.tagline{
  color: #808080c7;
}

.content .tagging__listing {
  margin-top: 28px;
}

.content .tagging__listing li:not(:last-child) {
  margin-bottom: 15px;
}

.content .tagging__listing li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.content .tagging__listing li span {
  color: var(--black-color);
}

.content .tagging__listing li span i {
  color: var(--theme-color);
}

.page-content p{
  font-size: 15px;
  line-height: 25px;
}

.page-content .page-footer{
  margin-top: 50px;
}

.page-content .page-footer .server__items {
  padding: 25px 25px 25px;
  border-radius: 10px;
  box-shadow: rgb(204, 219, 232) 0px 0px 6px 0px inset, rgba(255, 255, 255, 0.5) 0px 0px 6px 1px inset;
  text-align: left;
  height: 100%;
  background-color: var(--white-color);
  min-height: 345px;
}

.page-content .page-footer .icon i {
  color: var(--theme-color);
  font-size: 75px;
}

.page-content .page-footer .server__items .calling p {
  margin-bottom: 0px;
  text-align: justify;
  margin-top: 32px;
}

.page-footer .owl-item{
  min-height: 250px;
}

.banner__Thumb img{
  
  max-height: 370px;
}


.page-title{
  font-size: 25px;
  line-height: 25px;
  margin-top: 25px;
  margin-bottom: 15px;
}

.entry-content ul{
  margin-top: 15px;
  margin-left: 30px;
  list-style-type: disc;
}

.entry-content ul li{
  color: #000;
  margin-bottom: 10px;
}

.entry-content a{
  text-decoration: underline ;
  font-size: 18px;
  font-weight: 600;
  color: #e64946 !important;
}

.mfp-wrap {
  top: 100px; 
  margin-bottom: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  /* z-index: 9999999; */
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.entry-title.page-title{
  font-size: 25px;
}
.entry-content h3{
  font-size: 20px;
}
.pt-40{
  padding-top: 40px;
}

.list-style-decimal{
  list-style-type: decimal;
}
.list-style-roman{
  list-style: lower-roman;
}
.desc-table-head{
  background-color: #D4AF37;
  color:#fff;
}
.blank-td{
  background-color: #D4AF37 !important;
  color:#D4AF37;
}
.gray-table td, .gray-table th{
  background-color: #f7f7f7;
  color:#000 !important;
  font-weight: 600;
}
.table-head-yellow th{
  background-color: #FFFC02;
  color: #000;
}
.less-table td, .less-table th{
  padding: 0;
}
.green-bg{
  background-color: #92D14F;
  color: #000;
}
.green-table th{
  background-color: #00A39B;
  color: #fff;
  border-color: #fff;
  
}
.green-table td{
  border-color: #00A39B;
  text-align: left;
}

#wpcp-error-message {
  direction: ltr;
  text-align: center;
  transition: opacity 900ms ease 0s;
  z-index: 999999999999999999;
}

.msgmsg-box-wpcp {
  border-radius: 10px;
  color: #555;
  font-family: Tahoma;
  font-size: 11px;
  margin: 10px;
  padding: 10px 36px;
  position: fixed;
  width: 255px;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -130px;
  -webkit-box-shadow: 0px 0px 34px 2px rgba(242, 191, 191, 1);
  -moz-box-shadow: 0px 0px 34px 2px rgba(242, 191, 191, 1);
  box-shadow: 0px 0px 34px 2px rgba(242, 191, 191, 1);
}
.hideme {
  opacity: 0;
  visibility: hidden;
}

.warning-wpcp {
  background: #ffecec url('../../assets/img/warning.png') no-repeat 10px 50%;
  border: 1px solid #f5aca6;
}

/* ------------------------------Page body----------------------- */
#page-body .heading {
  font-weight: bold;
  color: #005b96;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.75rem;
}
#page-body .details {
  margin-top: 30px;
  font-size: 1rem;
}
#page-body ul {
  padding-left: 30px;
}
#page-body .list-style {
  font-style: italic;
}

#page-body .content-section {
  background-color: white;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}



body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}
#page-body .spec-title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #000;
}
#page-body .spec-subtitle {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#page-body .content-section {
  margin-bottom: 2rem;
  background: #fff;
  padding: 1.5rem;
  border-radius: 0.25rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#page-body .highlight {
  font-style: italic;
}
#page-body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.5rem auto;
}
#page-body table {
  width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse;
}
#page-body th,
#page-body td {
  padding: 0.5rem;
  border: 1px solid #ddd;
  text-align: center;
}
#page-body th {
  background-color: #d4af37;
  color: #fff;
}
.text-left{
  text-align: left !important;
}
.line-height-0{
  line-height: 0 !important;
}
.list-style-disc{
  list-style: disc !important;
}

.storage-table{
  border-collapse: collapse;
  height: 950px;

}
.storage-table td{
  padding-left: 5px;
  padding-right: 5px;
  border-width: 1px;
  background-color: #D5DCE4;
  text-align: center;
  width: 250px !important;
  font-size: 13px;
  height: 74px;
}
.bg-orange{
  background-color: #F8CBAC !important;
}
.bg-white{
  background-color: #ffffff !important;
}
.bg-green{
  height: 29px !important;
  background-color: #A9D08F !important;
}
.no-border{
  border-color: transparent;
  background-color: transparent !important;
  height: 15px !important;
}

.full-border{
  border: 2px solid #000 !important;
  background-color: transparent !important;
  height: 15px !important;
}
.small-empty .bg-white{
  height: 10px !important;
  font-size: 9px !important;
}
.small-td{
  height: 25px !important;
}

.storage-table-2 .bg-orange th{
  background-color: #B88D00 !important;
  color: #fff;
}

.storage-table-2 .bg-orange{
  background-color: #B88D00 !important;
  color: #fff;
}
.storage-table-2{
  text-align: center;
}
.storage-table-3{
  text-align: center;
}
.storage-table-3 td{
  height: 25px !important;
  padding: 1px;
}


#accordionExample .accordion-button{
  line-height: normal;
  padding: 0;
  margin: 0;
  padding-left: 10px;
  border: 1px solid;
}

#accordionExample .accordion-header{
  margin-top: 0px;
}


.accordion-button {
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #007bff;
  background-color: #f8f9fa;
  border: 1px solid #007bff;
  border-radius: 0;
}
.accordion-button:not(.collapsed) {
  color: #0056b3;
  background-color: #e9ecef;
  box-shadow: none;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-collapse {
  border: 1px solid #007bff;
  border-top: none;
}
.accordion-body {
  font-size: 14px;
  padding: 10px;
}


#accordionExample pre {
  white-space: pre-line;
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 14px;
  background-color: #000;
  padding: 10px 10px;
  color: #fff;
}

.text-orange{
  color: orange;
}
#accordionExample .text-warning{
  color:yellow !important;
}
.more-according-no-collapse{
  margin-top: 20px;
}
.more-according-no-collapse h5{
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  margin: 0;
}

.more-according-no-collapse p{
  background-color: #000;
  color: yellow;
  width: 300px;
  padding-left: 5px;
}

.submitting-job h3{
  border-bottom: 1px dotted #007bff;
  width: fit-content;
  line-height: inherit;
}

.submitting-job ul li {
  color: #000;
  margin-bottom: 5px;
}

.my-card{
  text-align: center;
  box-shadow: 0px 5px 8px -2px rgba(0, 0, 0, 0.5);
  border-radius: 20px 20px 20px 20px;
  padding: 20px;
}

.my-card p{
  color:#5D5D5D;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.my-card p a{
  color:#fff !important;
  text-decoration: none;
}

.my-card p a img{
  width: 20px;
}

.card-green{
  background-color: #F6FFEF;
}
.card-green h4{
  color: #6FAD41;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
}


/* Add to your existing CSS */
.video-recordings {
  background-color: #f8f9fa;
  padding: 15px;
  border-radius: 5px;
  margin-top: 20px;
}

.video-recordings h5 {
  color: #333;
  margin-bottom: 15px;
}

.video-link {
  display: block;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #0066cc;
  text-decoration: none;
  transition: all 0.3s ease;
}

.video-link:hover {
  background-color: #f0f7ff;
  border-color: #0066cc;
}

.video-link i {
  color: #ff0000;
}