.link-recents a {
    color: white !important;
    padding: 0px !important;
}

.services-boxes-1 ul {
    margin-left: 70px;;
}

.button-shortcodes.version-3 {
    background: #1c2074;
    color: #ff7b02;
    font-weight: bold;
}

.button-shortcodes.version-3:hover {
    background: #ff7b02;
    color: #1c2074;
    font-weight: bold;
}

.button-shortcodes.text-size-4.text-padding-4.version-3.text-center {
    margin-top: 10px !important;
    margin-bottom: 8px;
}

.services-boxes-1 h6 {
    margin-left: unset !important;
}

#button-con{
    text-align: left !important;
}

#button-con button{
    color: #ff7b02 !important;
    background-color: #1c2074 !important;
}

.pt-0{
    padding-top: 0px;
}

.pt-1{
    padding-top: 4px;
}
.pt-2{
    padding-top: 8px;
}
.pt-3{
    padding-top: 16px;
}
.pt-4{
    padding-top: 24px;
}
.pt-5{
    padding-top: 48px;
}

.pb-0{
    padding-bottom: 0px;
}

.pb-1{
    padding-bottom: 4px;
}
.pb-2{
    padding-bottom: 8px;
}
.pb-3{
    padding-bottom: 16px;
}
.pb-4{
    padding-bottom: 24px;
}
.pb-5{
    padding-bottom: 48px;
}
i.icon-footer {
    color: #ff7b02 !important;
}
.icon-footer {
    color: #ff7b02 !important;
}
.list-social li.icon-soc a {
    color: #ff7b02 !important;
}

.content-section h1,
.content-section h2,
.content-section h3,
.content-section h4,
.content-section h5,
.content-section h6 {
    color: #020763 !important;
}

.content-section a,
.content-section a,
.content-section a,
.content-section a,
.content-section a,
.content-section a {
    color:#ff7b02 !important;
}

.column.column-section {
    width: -webkit-fill-available !important;
}

.acc_content.white-section {
    width: 100% !important;
    overflow: auto !important;
}

hr{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.box-1 {
    position: relative;
    width: 100%; /* Or specify a specific width */
    height: 0;   /* Initial height set to 0 */
    padding-bottom: 56.25%; /* Aspect ratio (16:9) */
    overflow: hidden;
}

.box-1 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.accordion_in.acc_active {
    border: 1px solid #020763 !important;
}

small {
    font-size: 80%;
    color: white;
    text-transform: none;
}

.eight.columns.photography {
    margin-top: 10px !important;
}
.header-title {
    background: #020763 !important;
}

.header-title p {
    color: white !important;
    font-size: 1.7em;
    padding: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    /* padding: 0px 16px; */
    text-align: left;
    font-weight: 600;
}

.header-body {
    padding: 30px;
    background: rgba(0, 0, 0, 0.5)
}

.content-title{
    margin-bottom: 15px;
}
.services-boxes-1.content-icon-text {
    padding: 10px 0 20px 0;
}
.services-boxes-1 .text-strong {
    font-weight: 900 !important;
}

.portfolio-box-2.three-image-section {
    border: 1px solid #020763;
    height: 340px;
    text-align: center;
    margin-bottom: 16px;
    cursor: pointer;
    padding: 108px 0;
}

.iframe-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.lightbox-box iframe {
    position: relative;
    height: 319px;
    width: 100%;
    float: left;
}
.container.display-flex {
    display: flex;
    flex-wrap: wrap;
}
.portfolio-box-2 iframe{
    max-width: 100%;
    max-height: 100%;
    height: 295px;
}   
.one-third .portfolio-box-2 iframe{
    max-width: 100%;
    max-height: 100%;
    height: 208px;
}   
.four .portfolio-box-2 iframe{
    max-width: 100%;
    max-height: 100%;
    height: 148px;
}   
div#projects-grid {
    overflow: visible !important;
}
/* iframe{
    padding: 0 !important;
    margin: 0 !important;
} */

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5); */
    /* display: none; */
    cursor: pointer;
    z-index: 10000000;
}
/* Tooltip */
/* .overlay:hover::before {
    content: attr(title);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8); 
    padding: 5px;
    border-radius: 5px;
    white-space: nowrap;
} */

.message {
    width: max-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent black background */
    border-radius: 5px;
    pointer-events: none; /* Prevent the message from blocking pointer events */
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s; /* Smooth transition for opacity change */
}

.overlay:hover + .message {
    opacity: 1; /* Show the message on hover */
}

.lightbox-data.section.content-section.grey-section {
    padding: 30px;
}
.lightbox-data .footer {
    padding: 20px 0;
    position: relative;
}

.boxed-container {
    border: 2px solid #020763;
    padding: 10px;
    margin: 5px;
}


/* Button Style */
#openModalBtn {
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 20px;
  }
  
  /* Modal Style */
  body.modal-open {
    overflow: hidden;
  }
  
  .modal {
    display: none;
    position: absolute;
    overflow: hidden;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scrolling within the modal if needed */
    background-color: rgba(0, 0, 0, 0.4); /* Semi-transparent background */
  }
  
  .modal-content {
    width: 45%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    /* border-radius: 10px; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8); /* Add shadow effect */
  }
  
  
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* Close Button Style */
  #closeModalBtn {
    padding: 10px 20px;
    background-color: #f44336;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
  }
  
  #closeModalBtn:hover {
    background-color: #cc0000;
  }

.modal-content h1, .modal-content h2, .modal-content h3, .modal-content h4, .modal-content h5, .modal-content h6 {
    color: #020763 !important;
}
.modal-content a{
    color: #ff7b02 !important
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .container .columns, .container .column {
        margin-top: unset !important;
        margin-bottom: unset !important;
    }
}


.container .two.columns {
    width: 188px;
}
.container .column, .container .columns {
    float: left;
    display: inline;
    margin-left: 7px;
    margin-right: 5px;
}

.boxed-container {
    border: 2px solid #020763;
    padding: 5px;
    margin: 5px;
}