@font-face {
    font-family: 'constan';
    src: url('../font/constan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

body {
    max-width: 1920px;
    margin: 0 auto;
    font-family: 'Lato', sans-serif, Verdana, Arial, Helvetica, sans-serif;
    font-style: 16px
}

a:hover {
    text-decoration: none
}

p {
    font-size: 16px;
    margin: 0 0 15px 0;
    word-break: break-word
}

h1 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 25px 0
}

h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 25px 0
}

h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px 0
}

h4 {
    font-size: 18px;
    font-weight: 700
}

header {
    margin-bottom: 30px
}

.pre-load-img {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(../images/loader.gif) center center no-repeat #f3f3f3
}

.outer_wrapper .container-fluid {
    padding: 0
}

.header_top {
    background: url(../images/banner_top_left.png) no-repeat left top;
    height: 40px;
    width: 100%
}

.top_head_right {
    background: url(../images/banner_top_right.png) no-repeat right top;
    height: 40px;
    width: 501px;
    float: right
}

.top_head_right ul {
    padding: 7px 0 0 50px
}

.top_head_right ul li {
    display: inline-block;
    list-style: none;
    margin: 0 70px 0 0
}

.top_head_right ul li a {
    color: #000000;
    font-size: 14px;
    font-weight: bold
}

.top_head_right ul li a:hover {
    color: #2667a5
}

.banner_center {
    background: url(../images/Header_image_CITY.png) no-repeat top center;
    height: 186px;
    position: relative;
    width: 100%;
    background-size: cover
}

.logo {
    position: absolute;
    left: 30px;
    top: -30px;
    z-index: 1
}

.banner_center h1 span {
    font-size: 23px
}

.banner_center h1 {
    font-size: 32px;
    position: absolute;
    left: 318px;
    top: 50px;
    color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold
}

.banner_center h2 {
    position: absolute;
    right: 20px;
    bottom: 0;
    color: #ffffff;
    font-size: 26px
}

.menu_container {
    height: 65px;
    background-color: #d4d4d4;
    position: relative
}

.menu_container.stick {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%
}

ul.mainmenu {
    padding: 0 0 0 270px
}

ul.mainmenu li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 20px 0 0;
    text-align: center
}

ul.mainmenu li a {
    color: #000000;
    font-size: 16px;
    display: inline-block;
    font-weight: bold;
    padding: 0 0 18px 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

ul.mainmenu li a:hover,
ul.mainmenu li a.menuActive {
    color: #2667a5
}

ul.mainmenu .dropdown:hover .dropdown-menu {
    display: block
}

ul.mainmenu .dropdown-toggle::after {
    border: 0
}

ul.mainmenu li li {
    margin: 0;
    display: block;
    text-align: left
}

ul.mainmenu li li a {
    font-size: 14px;
    display: block;
    padding: 8px 5px 8px 10px
}

ul.mainmenu li li a:hover {
    background-color: #2667a5;
    color: #fff
}

ul.mainmenu li li a span {
    display: block;
    font-weight: normal;
    font-size: 12px
}

ul.mainmenu .dropdown-menu {
    min-width: 299px;
    background-color: #ebebeb;
    border-radius: 0;
    padding: 0;
    margin-top: 0px;
    border-top: none
}

.size14 {
    font-size: 14px
}

.right_menu {
    position: absolute;
    right: 0;
    top: 0;
    background-size: 71%
}

.right_menu::before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 200px solid #1C3365;
    border-left: 200px solid transparent;
    right: 0;
    top: 0
}

.right_menu ul {
    padding: 32px 7px 0 0;
    text-align: right
}

.right_menu ul li {
    list-style: none;
    margin: 0 0 22px 0
}

.right_menu ul li a {
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
    display: block;
    padding-left: 20px
}

.right_menu .dropdown:hover .dropdown-menu {
    display: block
}

.right_menu .dropdown-menu {
    left: -163px;
    padding: 0;
    width: 200px
}

.right_menu .dropdown-toggle::after {
    border: 0
}

.arrow_left {
    display: inline-block;
    width: 12px;
    height: 14px;
    background: url(../images/arrow_left.png) no-repeat;
    margin: 0 10px 0 0
}

.right_menu .dropdown-menu {
    background-color: #6a7e91;
    padding: 10px 0 10px 0;
    top: 74%
}

.right_menu ul ul li {
    text-align: left;
    margin: 0 0 10px 0
}

.right_menu ul ul li a {
    padding: 0 0 0 10px;
    display: block;
    font-size: 14px
}

.right_menu ul ul li a:hover {
    color: #000000
}

#showLeft {
    display: none
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px)
}

.change .bar2 {
    opacity: 0
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px)
}

.cbp-spmenu {
    background: #1c3365;
    position: fixed
}

.cbp-spmenu ul {
    margin: 0;
    padding: 0
}

.cbp-spmenu ul li {
    list-style: none
}

.cbp-spmenu ul li ul li a {
    padding: 5px 5px 5px 30px;
    font-size: 14px
}

.cbp-spmenu a {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 300
}

li.last_highlight a {
    background-color: white;
    color: black
}

.cbp-spmenu a:hover {
    background: #258ecd
}

.cbp-spmenu a:active {
    background: #afdefa;
    color: #47a3da
}

.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000
}

.cbp-spmenu-vertical a {
    border-bottom: 1px solid #258ecd;
    padding: 10px
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden
}

.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left
}

.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 1px solid #258ecd
}

.cbp-spmenu-left {
    left: -240px
}

.cbp-spmenu-right {
    right: -240px
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px
}

.cbp-spmenu-top {
    top: -150px
}

.cbp-spmenu-bottom {
    bottom: -150px
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0px
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px
}

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0
}

.cbp-spmenu-push-toright {
    left: 240px
}

.cbp-spmenu-push-toleft {
    left: -240px
}

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.main-container {
    margin: 0 0 30px 0;
    min-height: 350px
}

.main-content-box {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    min-height: 500px
}

.main-content-box p a {
    color: #f80f0f;
    font-size: 16px;
    font-weight: 700
}

.main-content-box p a:hover {
    text-decoration: underline
}

.main-content-box p img {
    margin: 0 0 20px 20px
}

.content-list ul {
    margin: 0;
    padding: 0
}

.content-list ul li {
    list-style: none;
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 30px 0
}

.content-list ul li:after {
    content: " ";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    top: 7px;
    background: url(../images/shapes.gif) repeat
}

.content-list li a {
    color: #1C3365;
    font-size: 16px;
    font-weight: 700
}

.content-list li a:hover {
    text-decoration: underline
}

.bluebox {
    background-color: #1c3365;
    padding: 15px 20px 15px 20px;
    text-align: center;
    margin: 30px 0 0 0
}

.bluebox p {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0
}

.bluebox p a {
    color: #fff;
    text-decoration: underline;
    font-style: italic;
    font-weight: normal;
    font-size: 18px
}

.bluebox p a:hover {
    color: #f80f0f
}

.right-box {
    background-color: #CAD9E0;
    min-height: 100px;
    width: 100%;
    position: relative;
    padding: 40px 30px 5px 30px
}

.right-box:before {
    content: " ";
    position: absolute;
    background: url(../images/Gray_triangle.png) no-repeat 100%;
    width: 64px;
    height: 77px;
    top: -37px;
    left: 0
}

.right-box-outer p {
    margin: 0 0 5px 0;
    line-height: 20px
}

.right-box-outer h2 {
    color: #999999;
    font-size: 30px;
    position: relative;
    left: 53px;
    top: 12px;
    width: 50%
}

.right-box h3 {
    margin: 0
}

.video-view img {
    width: 100%
}

.video-time {
    color: #7D757D;
    font-size: 12px;
    font-weight: 700
}

.video-view {
    margin: 0 0 25px 0
}

.video-view a {
    display: block;
    position: relative
}

.video-view a::after {
    content: " ";
    background: url(../images/Play_triangle_25.png) no-repeat 120%;
    position: absolute;
    width: 98px;
    height: 85px;
    left: 43%;
    top: 16%
}


.modal-title {
    color: #1C3365;
    font-weight: 700
}

.modal-body p {
    font-size: 14px
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none
}

.modal-body iframe {
    width: 100%
}

.muncipal-box ul {
    margin: 0;
    padding: 0;
    text-align: center
}

.muncipal-box ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 150px;
    text-align: center
}

.muncipal-box ul li p {
    font-weight: 700;
    font-size: 14px
}

.muncipal-box ul li a {
    display: block;
    color: #000
}

.muncipal-box ul li a:hover {
    color: #2667a5
}

.muncipal-box ul li a:hover img {
    transform: scale(0.9)
}

.muncipal-box ul li img {
    width: 100%;
    transform: scale(1);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.video-view a img {
    transform: scale(1);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.video-view a:hover img {
    transform: scale(0.95)
}

.list-01 ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2
}

a.playico-none::after {
    background: none
}

.infra-list ul {
    text-align: center;
    margin: 0;
    padding: 0
}

.infra-list li {
    display: inline-block;
    list-style: none;
    margin: 0 20px 20px 0;
    width: 31%;
    vertical-align: top;
    border: 1px solid #e7e7e7;
    border-radius: 2px
}

.infra-list li img {
    margin: 0 20px 0 0
}

.infra-list li p {
    font-weight: 700;
    font-size: 13px;
    padding: 0 25px 0 25px
}

.infra-img {
    height: 100px;
    line-height: 100px;
    margin: 0 0 10px 0
}

.qli-img {
    text-align: center
}

.qli-img img {
    width: 50%;
    display: inline-block;
    margin: 0 0 20px 0
}

.btn-primary {
    color: #fff;
    background-color: #1C3365;
    border-color: #1C3365
}

.fontblueBold {
    color: #1C3365;
    font-weight: 700;
    font-size: 18px
}

.box-odd {
    background-color: #dee9ef;
    padding: 20px;
    overflow: hidden;
    margin: 0 0 20px 0
}

.box-even {
    background-color: #dee9ef;
    padding: 20px;
    overflow: hidden;
    margin: 0 0 20px 0
}

.h2-span {
    display: block;
    font-size: 16px
}

.municipal-top-log {
    width: 350px;
    padding: 10px 20px 10px 20px;
    border: 1px solid #e7e7e7;
    margin: 0 auto;
    text-align: center
}

.municipal-log {
    padding: 0 20px 20px 20px
}

.municipal-top-log img {
    width: 100%
}

.article-box {
    background: url(../images/Divider-line-very-short-300.png) no-repeat left bottom;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0
}

.article-box h3 {
    font-family: Verdana, Geneva, Tahoma, sans-serif
}

.view-full a {
    color: #f80f0f;
    font-size: 16px;
    font-weight: 700;
    font-family: Verdana, Geneva, Tahoma, sans-serif
}

.view-full a:hover {
    text-decoration: underline
}

.back-btn {
    position: absolute;
    display: inline-block;
    background-color: #1c3365;
    color: #fff;
    right: 0;
    top: 0;
    padding: 10px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.back-btn:hover {
    background-color: #2667A5;
    color: #fff
}

.pdf-download a {
    background: url(../images/pdf.png) no-repeat left top;
    background-size: 50px;
    display: inline-block;
    color: #1C3365;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 10px 10px 55px
}

.pdf-download a:hover {
    color: #1497D0
}

.card-block {
    text-align: center
}

.card-block li {
    width: 220px;
    vertical-align: top;
    border: 1px solid #e7e7e7;
    display: inline-block
}

.card-block li p {
    font-size: 14px;
    padding: 0 5px 0 5px
}

.card-block li img {
    width: 100%
}

.card-img {
    padding: 10px 50px 10px 50px
}

.right-box h3 {
    text-transform: uppercase;
    color: #1C3365;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 10px 0
}

.right-box ul {
    margin: 0 0 10px 20px;
    padding: 0
}

.right-box ul li {
    list-style: none
}

.right-box ul li a {
    color: #0d44bd;
    font-size: 14px
}

.right-box ul li a:hover,
.right-box ul li.active a {
    color: #040404;
    font-weight: 700
}

.center-img img {
    width: 100%
}

.lightbox {
    background-color: #dee9ef
}

.center-img {
    width: 50%;
    margin: 0 auto;
    padding: 10px
}

.abt-this-pic {
    position: absolute;
    top: 215px;
    left: 30px;
    color: #f80f0f;
    font-size: 16px;
    font-weight: 700
}

.abt-this-pic:hover {
    text-decoration: underline;
    color: #f80f0f
}

.mark-qei img {
    width: 100%
}

.mark-qei {
    position: absolute;
    width: 48%;
    top: 8px;
    left: -23px
}

.mark-qei.mark-qei-second {
    width: 43%;
    top: 129px;
    left: -23px
}

.mark-qei.mark-qei-third {
    position: absolute;
    width: 38%;
    bottom: -11px;
    left: -25px;
    top: auto
}

.heading span {
    font-size: 28px
}

.heading {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 20px 0;
    font-family: Verdana, Arial, Helvetica, sans-serif
}

.sub-heading .number-text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 64px;
    display: inline-block;
    font-weight: bold;
    color: #95A9BF;
    line-height: 59px;
    position: absolute;
    left: 0;
    top: 0
}

.sub-heading p {
    width: 90%;
    padding-left: 50px
}

.sub-heading.long p {
    padding-left: 100px
}

.sub-heading p span {
    font-size: 24px;
    color: #000066;
    font-weight: 700
}

.view-detail a {
    color: #fff;
    background-color: #1C3365;
    padding: 5px 20px 5px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px
}

.view-detail a:hover {
    background-color: #1497D0
}

.form-wrapper {
    padding: 20px 0 0 0
}

.form-group {
    position: relative
}

.form-group+.form-group {
    margin-top: 30px
}

.form-label {
    position: absolute;
    left: 2px;
    top: 5px;
    color: #999;
    background: #f7f7f7;
    z-index: 10;
    padding: 2px 15px 2px 15px;
    transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out
}

.focused .form-label {
    -webkit-transform: translateY(-125%);
    transform: translateY(-125%);
    font-size: 0.75em
}

.form-input {
    position: relative;
    padding: 12px 0px 5px 15px;
    width: 100%;
    outline: 0;
    border: 0;
    background: #f7f7f7;
    box-shadow: 0 1px 0 0 #e5e5e5;
    transition: box-shadow 150ms ease-out
}

.form-input:focus {
    box-shadow: 0 2px 0 0 #1C3365
}

.form-input.filled {
    box-shadow: 0 2px 0 0 lightgreen
}

textarea.form-input {
    height: 200px;
    resize: none
}

.info {
    font-size: .8em;
    color: #e66262;
    letter-spacing: 2px;
    padding-left: 5px;
    position: absolute;
    right: 0;
    top: -20px
}

.successMessage {
    color: lightgreen;
    font-size: 14px;
    font-weight: bold
}

.osmioimg img {
    width: 100%
}

.osmioimg {
    width: 500px;
    margin: 0 auto 20px
}

#cookie_box {
    position: fixed;
    display: none;
    bottom: 0px;
    font-size: 16px;
    z-index: 1000;
    background: rgb(28, 51, 101);
    padding: 10px 10px 10px 10px;
    text-align: center;
    width: 100%;
    color: #ffffff
}

.btn.btn-primary.open_sec_msg {
    background: #62c866
}

.btn.btn-primary.open_sec_msg:hover {
    border: 1px soild #62c866!important;
    background: #0d9912!important
}

#cookie_box p {
    font-size: 15px;
    margin: 0 0 5px 0
}

.cookie_third_msg input.form-control {
    width: 135px;
    width: 135px;
    height: 28px;
    font-size: 12px
}

#cookie_box p span {
    font-weight: bold;
    font-size: 20px;
    color: #f73649;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif
}

#cookie_box p b {
    font-size: 18px
}

#cookie_box .btn {
    padding: 4px 10px 4px 10px;
    font-size: 12px;
    vertical-align: top
}

.cookie_third_msg input {
    display: inline-block
}

.cookie_second_msg,
.cookie_third_msg {
    display: none
}

.slog-cap {
    font-family: 'constan';
    font-size: 31px;
    color: #000000;
    font-weight: bold;
    font-style: italic;
    margin: 0 0 20px 0
}

.slog-cap span {
    font-weight: normal;
    float: right;
    font-size: 18px;
    margin-right: 21px;
    font-style: normal
}

.font-lg h3 {
    font-size: 22px
}

.main-content-box .btn-danger {
    color: #fff!important;
    cursor: pointer!important
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
.OsmioPopup .container {
    background: url('../images/bg.jpg') no-repeat center center/cover;
    width: 100%;
    height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: Montserrat, sans-serif;
}

.OsmioPopup .box {
    font-family: Montserrat, sans-serif;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px;
    border-top-right-radius: 100px;
    color: white;
    width: 50vw;
    /* Makes it 90% of the viewport width */
    max-width: 100%;
    /* Ensures it does not exceed the page width */
}

.OsmioPopup .osmio {
    font-family: Anton, sans-serif;
    font-size: 64px;
    font-weight: 200px;
    letter-spacing: 3px;
}

.OsmioPopup .date-box {
    display: flex;
    justify-content: center;
    letter-spacing: 5px;
    font-size: 44px;
    font-weight: bold;
    text-transform: uppercase;
}

.OsmioPopup .month,
.OsmioPopup .day {
    padding: 5px 10px;
    letter-spacing: 3px;
}

.OsmioPopup .month {
    background-color: white;
    color: black;
}

.OsmioPopup .day {
    background-color: black;
    color: white;
}

.OsmioPopup h1 {
    font-family: Montserrat, sans-serif;
    display: block;
    font-size: 2.0em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

.OsmioPopup h2 {
    font-family: Montserrat, sans-serif;
    display: block;
    font-size: 2.0em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

.OsmioPopup .footer {
    font-family: Montserrat, sans-serif;
    display: flex;
    justify-content: center;
    width: 90%;
    max-width: 400px;
    padding: 10px 10px;
    color: white;
}

.OsmioPopup .footer .left p {
    background-color: #0062cc;
    padding: 10px 55px 10px 55px;
    border-radius: 20px;
}

.OsmioPopup .footer a {
    color: white;
    text-decoration: none;
    font-weight: bolder;
    font-family: Montserrat, sans-serif;
    font-size: large;
    margin: 10px;
}

@media (max-width: 768px) {
    .OsmioPopup .container {
        height: auto;
        padding: 20px 0;
    }
    .OsmioPopup .box {
        width: 90%;
        padding: 15px;
    }
    .OsmioPopup .date-box {
        font-size: 20px;
    }
    .OsmioPopup .footer {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media screen and (max-width: 55.1875em) {
    .cbp-spmenu-horizontal {
        font-size: 75%;
        height: 110px
    }
    .cbp-spmenu-top {
        top: -110px
    }
    .cbp-spmenu-bottom {
        bottom: -110px
    }
}

@media screen and (max-height: 26.375em) {
    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 190px
    }
    .cbp-spmenu-left,
    .cbp-spmenu-push-toleft {
        left: -190px
    }
    .cbp-spmenu-right {
        right: -190px
    }
    .cbp-spmenu-push-toright {
        left: 190px
    }
}

@media only screen and (max-width: 1199px) {
    .slog-cap {
        font-size: 26px;
    }
    .slog-cap span {
        font-style: 16px;
        margin-right: 36px
    }
    .infra-list li {
        width: 30%
    }
    .logo img {
        width: 150px
    }
    .logo {
        top: -21px
    }
    .header_top {
        background-size: 47%
    }
    .top_head_right {
        background-size: 100%
    }
    .header_top {
        height: 37px
    }
    .outer_wrapper {
        min-width: auto;
        margin: 0 auto
    }
    .banner_center h1 {
        font-size: 20px;
        left: 199px;
        top: 9px
    }
    ul.mainmenu .dropdown-menu {
        top: 77%
    }
    ul.mainmenu {
        padding: 0 0 0 170px
    }
    ul.mainmenu li {
        margin: 3px 20px 0 0
    }
    ul.mainmenu li a {
        font-size: 13px;
        line-height: 15px
    }
    .right_menu {
        background-size: 57%
    }
    .banner_center h1 span {
        font-size: 16px
    }
    .banner_center h2 {
        font-size: 20px;
        bottom: -13px
    }
    .banner_center {
        height: 104px
    }
    .menu_container {
        height: 37px
    }
    .right_menu ul {
        padding: 30px 10px 0 0
    }
    .right_menu ul li {
        margin: 0 0 12px 0
    }
    .top_head_right ul li a {
        font-size: 14px
    }
}

@media only screen and (max-width: 1023px) {
    .logo img {
        width: 100px
    }
    .logo {
        top: -34px;
        left: 13px
    }
    .right_menu {
        display: none
    }
    .menu_container {
        display: none
    }
    #showLeft {
        display: block;
        position: absolute;
        right: 6px;
        z-index: 1;
        top: 0px;
        cursor: pointer
    }
    .header_top {
        background: #d4d4d4
    }
    .top_head_right {
        width: 100%;
        float: none;
        text-align: center
    }
    .banner_center {
        height: 210px
    }
    .banner_center h1 {
        padding-top: 69px;
        padding-left: 20px
    }
    .banner_center h2 {
        padding-left: 20px
    }
    .top_head_right ul li {
        margin: 0 3px 0 0
    }
    .top_head_right ul li a {
        font-size: 12px
    }
    .back-btn {
        position: relative;
        margin-bottom: 10px
    }
    .banner_center h1 {
        left: 0
    }
    h2 {
        font-size: 22px
    }
}

@media only screen and (max-width:991px) {
    .infra-list li {
        width: 46%
    }
    .main-content-box .col-md-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .main-content-box .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .video-view a::after {
        left: 47%;
        top: 33%
    }
    .banner_center h1 {
        font-size: 17px
    }
    .banner_center h1 span {
        font-size: 13px
    }
    .banner_center h2 {
        font-size: 17px
    }
}

@media only screen and (max-width:767px) {
    .slog-cap span {
        float: none;
        margin-right: 0
    }
    .slog-cap {
        margin-bottom: 20px
    }
    .infra-list li {
        width: 100%;
        margin: 0 0 20px 0
    }
    .qli-img img {
        width: 100%
    }
    .qei-list li {
        width: 100%
    }
    .center-img {
        width: 100%
    }
    .mob-mb-4 {
        margin-bottom: 30px
    }
    .qei-right-img {
        margin: 20px 0 0 0
    }
    .osmioimg {
        width: 100%
    }
}

@media only screen and (max-width:550px) {
    .main-content-box p img {
        width: 100%;
        margin: 0;
        float: none!important
    }
    .video-view a::after {
        left: 42%;
        top: 20%
    }
    .overflow-hidden img {
        width: 100%;
        margin: 0
    }
}

@media only screen and (max-width:407px) {
    .logo img {
        width: 60px
    }
    .logo {
        top: -34px;
        left: 6px
    }
    .top_head_right ul {
        padding: 7px 0 0 70px;
        text-align: left
    }
    .banner_center h1 {
        padding-top: 35px
    }
}

.woot--bubble-holder .woot-widget-bubble {
    bottom: 72px;
}
/* Footer styling */
    .taa-footer {
        background: #0E1331;
        color: #ffffff;
        padding: 10px;
    }

    .footer-container {
        max-width: 1400px;
        margin: 0 auto;
    }
    
    /* Enterprise Partner Section */
    .enterprise-partner {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 18px;
        margin-bottom: 17px;
        padding-top: 20px;
        flex-wrap: wrap;
        text-align: center;
        height: 100px;
    }

    .enterprise-logo img {
        width: 239px;
        height: 49px;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .enterprise-logo img:hover {
        transform: scale(1.07);
        opacity: 1;
    }

    .partner-statement {
        font-size: 1.05em;
        font-weight: 600;
        color: #e8edf4;
        letter-spacing: 0.4px;
        margin: 0;
    }

    .alliance-logo img {
        width: 240px;
        height: auto;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .alliance-logo img:hover {
        transform: scale(1.07);
        opacity: 1;
    }
    
    /* Voltaire Quote Section */
    .voltaire-quote {
        text-align: center;
        padding: 10px 10px;
    }
    
    .voltaire-quote blockquote {
        font-size: 1.2em;
        font-style: italic;
        margin-bottom: 6px;
        line-height: 1.5;
        color: #f8f9fa;
    }
    
    .voltaire-quote cite {
        padding-left: 560px;
        font-size: 0.9em;
        font-style: normal;
        color: #ffff;
        font-weight: 500;
    }
    
    /* Privacy Section */
    .privacy-section {
        background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 10px;
        padding: 18px 22px;
        margin: 20px 0;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
        backdrop-filter: blur(4px);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        text-align: center;
    }

    .privacy-section:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    }
  
    .privacy-section h3 {
        font-size: 1.1em;
        font-weight: 600;
        margin-bottom: 8px;
        color: #f8f9fa;
        display: flex;
        align-items: center;
        justify-content: center;
        letter-spacing: 0.2px;
    }

    .privacy-icon {
        margin-right: 8px;
        font-size: 1em;
        margin-top: 10px;
        color: #f39c12;
    }

    .privacy-section p {
        font-size: 0.9em;
        line-height: 1.6;
        color: #e0e6eb;
        margin-bottom: 15px;
        text-align: center;
    }

    .privacy-link {
        display: inline-block;
        background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
        color: #000000;
        padding: 8px 20px;
        border-radius: 25px;
        text-decoration: none;
        font-weight: 600;
        font-size: 0.9em;
        transition: all 0.3s ease;
        box-shadow: 0 3px 10px rgba(243, 156, 18, 0.35);
    }

    .privacy-link:hover {
        background: linear-gradient(135deg, #f1c40f 0%, #e67e22 100%);
        transform: translateY(-1.5px);
        box-shadow: 0 5px 14px rgba(243, 156, 18, 0.45);
    }
    
    /* Alliance Information Grid */
    .alliance-info-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        align-items: stretch;
    }

    .info-card {
        border-radius: 10px;
        padding: 15px 18px;
        font-size: 13px;
        color: #ddd;
        text-align: left;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    .info-card h3 {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 6px;
        color: #fff;
    }

    .info-card h4 {
        font-size: 13px;
        font-weight: 600;
        margin-top: 10px;
        color: #ccc;
    }

    .info-card p,
    .info-card ul li {
        list-style: none;
        font-size: 12px;
        line-height: 1.5;
    }

    .info-card ul {
        margin-top: 6px;
    }

    .info-card li {
        margin-bottom: 4px;
    }

    .learn-more {
        display: inline-block;
        margin-top: 8px;
        font-size: 13px;
        font-weight: bold;
        color: #fff;
        text-decoration: underline;
    }

    .learn-more:hover {
        text-decoration: underline;
        color: yellow;
    }
    
    /* Enterprises Section Heading */
    .enterprises-heading {
        text-align: center;
        font-size: 1.8em;
        font-weight: 700;
        color: #b0b8c1;
        margin-top: 40px;
        margin-bottom: 7px;
        letter-spacing: 0.5px;
    }
    
    /* Footer Columns */
    .footer-columns {
        padding: 20px 40px 60px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 0px;
    }

    .footer-column {
        padding:25px 50px 50px 50px;
    }

    .footer-column h4 {
        padding: 0 0 20px 0;
        font-size: 1.05rem;
        font-weight: 700;
        color: #b0b8c1;
        margin: 0;
        letter-spacing: 0.5px;
    }

    .footer-column ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-column li {
        margin-bottom: 14px;
    }

    .footer-column li:last-child {
        margin-bottom: 0;
    }

    .footer-column a {
        color: #b0b8c1;
        text-decoration: none;
        font-size: 0.95rem;
        transition: all 0.3s ease;
        display: inline-block;
        padding: 0;
    }

    .footer-column a:hover {
        color: #ffffff;
        padding-left: 5px;
        text-decoration: underline;
    }

    .footer-column p {
        font-size: 0.95rem;
        color: #b0b8c1;
        margin-bottom: 0;
        padding: 0;
        line-height: 1.6;
    }
    
    /* Footer Bottom */
    .footer-bottom {
        padding-top: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
        width: fit-content;
        margin: 0 auto;
    }

    .copyright {
        font-size: 0.9rem;
        color: #b0b8c1;
    }

    .copyright a {
        color: #f39c12;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .copyright a:hover {
        color: #005a9e;
    }
    
    /* Responsive Design */
    @media (max-width: 768px) {
        .taa-footer {
            padding: 20px 15px 20px;
        }
        
        .alliance-info-grid {
            grid-template-columns: 1fr;
        }
        
        .footer-columns {
            grid-template-columns: 1fr;
        }
        
        .voltaire-quote blockquote {
            font-size: 1.2em;
        }
        
        .voltaire-quote cite {
            padding-left: 0;
        }
        
        .cookie-banner {
            padding: 20px 15px;
        }
        
        .cookie-actions {
            flex-direction: column;
        }
        
        .cookie-btn {
            width: 100%;
        }
        
        .cookie-modal-content {
            padding: 25px;
        }
        
        .modal-footer {
            flex-direction: column;
        }
    }
    /* No Tracking Highlight Box */
        .no-tracking-highlight {
            place-items: center;
            margin-left: auto;
            margin-right: auto;
            max-width: auto;
            width: 650px;
            background: linear-gradient(145deg, rgba(106, 90, 205, 0.08), rgba(138, 43, 226, 0.04));
            border: 2px solid rgba(138, 43, 226, 0.5);
            border-radius: 10px;
            padding: 24px 28px;
            margin-top: 30px;
            margin-bottom: 6px;
            box-shadow: 0 4px 16px rgba(138, 43, 226, 0.12), 
                        inset 0 1px 0 rgba(255, 255, 255, 0.06);
            position: relative;
            overflow: hidden;
            backdrop-filter: blur(8px);
        }

        @media (max-width: 768px) {
            .no-tracking-highlight {
                padding: 20px 18px;
                margin-top: 20px;
                width: auto;
            }
        }

        @media (max-width: 480px) {
            .no-tracking-highlight {
                padding: 16px 14px;
                border-width: 1.5px;
                width: auto;
            }
        }

        .no-tracking-highlight::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, 
                transparent 0%, 
                rgba(138, 43, 226, 0.4) 50%, 
                transparent 100%);
        }

        .no-tracking-highlight h3 {
            font-size: 1.25em;
            font-weight: 700;
            margin-bottom: 16px;
            color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            letter-spacing: 0.5px;
            text-shadow: 0 2px 8px rgba(138, 43, 226, 0.2);
        }

        @media (max-width: 768px) {
            .no-tracking-highlight h3 {
                font-size: 1.15em;
                margin-bottom: 14px;
            }
        }

        @media (max-width: 480px) {
            .no-tracking-highlight h3 {
                font-size: 1.05em;
                flex-direction: column;
                gap: 8px;
            }
        }

        .no-tracking-desc {
            font-size: 0.95em;
            line-height: 1.7;
            color: #f0f4f7;
            margin-bottom: 14px;
            text-align: left;
            padding: 0 10px;
        }

        @media (max-width: 768px) {
            .no-tracking-desc {
                font-size: 0.9em;
                padding: 0 5px;
            }
        }

        @media (max-width: 480px) {
            .no-tracking-desc {
                font-size: 0.85em;
                line-height: 1.6;
            }
        }

        .no-tracking-desc strong {
            color: #ffffff;
            font-weight:bolder;
        }

        .no-tracking-desc:last-of-type {
            margin-bottom: 18px;
            font-size: 1em;
            text-align: center;
        }

        .no-tracking-highlight a {
            display: inline-block;
            color: #ffffff;
            text-decoration: none;
            font-weight: 600;
            font-size: 0.95em;
            padding: 8px 16px;
            border-radius: 20px;
            background: rgb(113, 20, 199);
            border: 1px solid rgba(52, 152, 219, 0.3);
            transition: all 0.3s ease;
        }

        @media (max-width: 480px) {
            .no-tracking-highlight a {
                font-size: 0.9em;
                padding: 7px 14px;
            }
        }

        .no-tracking-highlight a:hover {
            background: rgba(138, 43, 226, 0.5);
            border-color: rgba(52, 152, 219, 0.5);
            transform: translateY(-1px);
            box-shadow: 0 3px 8px rgba(52, 152, 219, 0.2);
        }

        /* Shield Icon Enhancement */
        .shield-icon {
            display: inline-block;
            animation: pulse 2s ease-in-out infinite;
        }

        @keyframes pulse {
            0%, 100% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.05);
            }
        }