@charset "utf-8";
/* CSS Document */

.faq-container {
    max-width: 100%;
    margin: auto;
    background: #ffffff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    margin-top:20px;
}

.faq-title {
    text-align: center;
    margin-bottom: 25px;
    font-size: 28px;
    color: #0c5c77;
}

.faq-item {
    border-bottom: 1px solid #e4e4e4;
    padding: 15px 0;
}

.faq-question {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    padding: 15px 50px 15px 15px;
    margin: 0;
    transition: 0.3s ease;
    border-radius: 6px;
    background: #f9f9f9;
}

/* Plus icon */
.faq-question::after {
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 24px;
    font-weight: 700;
    color: #0c5c77;
    transition: 0.3s ease;
}


/* Active state */
.faq-question.active {
    background: #0c5c77;
    color: #ffffff;
}

/* Change icon to minus */
.faq-question.active::after {
    content: "−";
    color: #ffffff;
}
.faq-question .icon {
    font-size: 22px;
    font-weight: bold;
    margin-left: 10px;
    transition: 0.3s ease;
}

/* icon styling */
.faq-question .icon {
    font-size: 22px;
    font-weight: bold;
    transition: 0.3s ease;
}

.faq-answer p
{
    margin-left: 15px;
    margin-bottom:0px;
    margin-top:15px;
}

.default-list {
    
}

.default-list ul li {
    margin-left:30px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    list-style: disc !important;
}

.default-list ol li 
{
    margin-left:30px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    list-style: decimal !important;
}
.default-list li:last-child {
    margin-bottom: 0;
}

.mydata h2
{
    font-size:27px;
}

.mydata p
{
    color:#000;
}
.mydata p b
{
    font-weight:700;
}
.mydata a
{
    color: #000;
}

/* Responsive */
@media (max-width: 600px) {
    .faq-title {
        font-size: 24px;
    }
    .faq-question {
        font-size: 16px;
    }
    
    .default-list {
        padding: 15px 20px;
    }
    .default-list li {
        font-size: 15px;
        margin-bottom: 10px;
    }
}

/* MAIN CONTENT */
.content-area {
    padding-bottom: 80px;
}

/* SIDEBAR WRAPPER */
.sidebar-parent {
    position: sticky;
    top: 100px;
}

/* STICKY SIDEBAR */
.sidebar-wrapper {
   position: sticky;
    top: 100px;   /* adjust to header height */
    z-index: 100;
}

/* CONTACT FORM */
.contact-box {
    background: #f5f5f5;
    padding: 25px;
    margin-bottom: 30px;
}

.contact-box h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

.contact-box .form-control {
    margin-bottom: 15px;
}

/* BEAUTIFUL CONTACT FORM */
.fancy-form {
    background: #0c5c77;
    color: #ffffff;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(12, 92, 119, 0.35);
}

.fancy-form .form-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #ffffff;
}

.fancy-form .form-subtitle {
    font-size: 14px;
    margin-bottom: 20px;
    opacity: 0.9;
}

.fancy-form .form-control {
    height: 45px;
    border-radius: 6px;
    border: none;
    box-shadow: none;
    margin-bottom: 15px;
    font-size: 14px;
}

.fancy-form textarea.form-control {
    height: auto;
}

.fancy-form .form-control:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.35);
}

/* BUTTON */
.submit-btn {
    background: #ffffff;
    color: #0c5c77;
    font-weight: 600;
    font-size: 15px;
    padding: 12px;
    border-radius: 6px;
    transition: all 0.3s ease;
    border: none;
}

.submit-btn:hover {
    background: #e8f4f8;
    color: #083c4f;
}


/* NEED HELP BOX */
.help-box {
    background: #0c5c77;
    color: #fff;
    padding: 25px;
}

.help-box h3 {
    margin-top: 0;
    margin-bottom: 15px;
}

.help-box p a 
{
    color:#fff;
}


/* MOBILE FIX */
@media (max-width: 767px) {
    .sidebar-wrapper {
        position: static;
    }
}

/* start css for header section */ 

/* HEADER BACKGROUND */
.page-header-bg-circle {
    position: relative;
    background: #000;
    overflow: hidden;
}

/* CIRCLE SHAPES */
.page-header-bg-circle::before,
.page-header-bg-circle::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(12, 92, 119, 0.6);
}

.page-header-bg-circle::before {
    width: 320px;
    height: 320px;
    top: 80px;
    right: 120px;
}

.page-header-bg-circle::after {
    width: 200px;
    height: 200px;
    bottom: -60px;
    right: 60px;
}

/* HEADER WRAPPER */
.page-header {
    position: relative;
    background-image: linear-gradient(
        90deg,
        rgba(0,0,0,0.9) 45%,
        rgba(0,0,0,0.6) 100%
    ),
    url("assets/img/header-bg.jpg"); /* optional */
    background-size: cover;
    background-position: center;
    /*padding: 160px 0 50px;*/
    padding:40px 0px 20px 0;
}

/* INNER */
.page-header-inner {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

/* CONTENT */
.page-header-content {
    max-width: 100%;
}

/* TITLE */
.page-title {
    color: #ffffff;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 20px;
    text-align: center;
}

/* BREADCRUMB */
.breadcrumbs {
    font-size: 14px;
    color: #ccc;
    text-align:center;
}

.breadcrumbs a {
    color: #ffffff;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.mytagline
{
    text-align:center;
    color:#fff;
    font-weight:500;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .page-title {
        font-size: 42px;
    }
    
    .mydata h2 {
	    text-align: left;
    }
}

@media (max-width: 767px) {
    .page-header {
        padding: 40px 0px 20px 0;
    }

    .page-title {
        font-size: 32px;
    }
}
/* end css for header section */ 

.mybreadcrumb-wrapper {
  background-color: rgba(247, 167, 7,1); /* Blue background */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  overflow: hidden;
  margin-top:90px;
}

.mybreadcrumb {
  font-size: 16px;
}

.mybreadcrumb a {
  color: #000;
  text-decoration: none;
}

.mybreadcrumb span {
  color: #000;
  margin: 0 5px;
}

.mybreadcrumb .current {
  color: #000;
}

.myloadmorebtn
{
    max-width: fit-content;
    background: #0c5c77;
    padding: 10px 15px;
    display: block;
    margin: auto;
    color: #fff !important;
}