@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);
@import url("motionGallery_custom.css");
@import url("mathGallery_custom.css");


/*************************
*******Deepak******
**************************/

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #4e4e4e;
    line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #4e4e4e;
}

h1 {
    font-size: 36px;
    color: #fff;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
    color: #787878;
    font-weight: 400;
    line-height: 24px;
}

h4 {
    font-size: 16px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt25 {
    margin-top: 25px;
}

.mb10 {
    margin-top: 10px;
}

.mb15 {
    margin-top: 15px;
}

.mb25 {
    margin-top: 25px;
}

a {
    color: #03168b;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

a:hover,
a:focus {
    color: #03168b;
}

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}


.btn-primary {
    padding: 8px 20px;
    background: #03168b;
    color: #fff;
    border-radius: 4px;
    border: none;
    margin-top: 10px;
}


.btn-primary:hover,
.btn-primary:focus {
    background: #03168b;
    outline: none;
    box-shadow: none;
}

.btn-transparent {
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
}

.btn-transparent:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
    color: #111;
    text-decoration: none;
    outline: none;
}

.dropdown-menu {
    margin-top: -1px;
    min-width: 180px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.center h2 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 20px;
}

.media>.pull-left {
    margin-right: 20px;
}

.media>.pull-right {
    margin-left: 20px;
}

body>section {
    padding: 40px 0;
}

.center {
    text-align: center;
    padding-bottom: 20px;
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

.lead {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

.pagelike {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-left: 15px;
    padding: 5px 20px;
    cursor: pointer;
}

.pagelike img {
    vertical-align: middle;
}

.transparent-bg {
    background-color: transparent !important;
    margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}


/*************************
*******Header******
**************************/

#header {
    display: inline-block;
    position: fixed;
    z-index: 9999;
    width: 100%;
}

.navbar>.container .navbar-brand {
    margin-left: 0;
}

.navbar-inverse .navbar-toggle {
    border: none !important;
    background-color: #03168b !important;
}

.top-bar {
    padding: 10px 0;
    background: #191919;
    border-bottom: 1px solid #222;
    line-height: 28px;
}

.navbar-brand {
    float: none !important;
}

.navbar-header {
    width: 100%;
}

.navbar-header img {
    max-width: 733px;
}

.top-number {
    color: #fff;
}

.top-number p {
    margin: 0
}

.social {
    text-align: right;
}

.social-share {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.social-share li {
    display: inline-block;
}

ul.social-share li a {
    display: inline-block;
    color: #fff;
    background: #404040;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
}

ul.social-share li a:hover {
    background: #03168b;
    color: #fff;
}

.search i {
    color: #fff;
}

input.search-form {
    background: transparent;
    border: 0 none;
    width: 60px;
    padding: 0 10px;
    color: #FFF;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

input.search-form::-webkit-input-placeholder {
    color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
    color: #fff;
}

input.search-form:hover {
    width: 180px;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    background: #FFF;
    padding: 15px 0;
    padding-bottom: 0;
    box-shadow: 2px 0 5px #ccc;
}

.navbar-nav {
    margin-top: 5px;
}

.navbar-nav>li {
    margin: 2px 2px;
    padding-bottom: 5px;
}

.navbar-inverse .navbar-nav>li>a {
    padding: 10px 12px;
    margin: 0;
    border-radius: 3px;
    color: #fff;
    line-height: 24px;
    display: inline-block;
}

.navbar-inverse .navbar-nav>li>a:hover {
    background-color: #fff;
    color: #03168b;
}

.navbar-inverse {
    border: none;
}

.navbar-inverse .navbar-brand {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #fff;
    color: #03168b;
}

.navbar-inverse .navbar-nav .dropdown-menu {
    background-color: #FFF;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    border: 0;
    padding: 0;
    margin-top: 0;
    border-top: 0;
    border-radius: 0;
    left: 0;
}

/* nested submenu positioning and hover */
.navbar-inverse .navbar-nav .dropdown-menu>li.dropdown-submenu {
    position: relative;
}

.navbar-inverse .navbar-nav .dropdown-menu>li.dropdown-submenu>.dropdown-menu {
    display: none;
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.navbar-inverse .navbar-nav .dropdown-menu>li.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.navbar-inverse .navbar-nav .dropdown-menu:before {
    position: absolute;
    top: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu>li>a {
    padding: 8px 15px;
    color: #333;
    border-bottom: 1px solid #f1f1f1;
}

.navbar-inverse .navbar-nav .dropdown-menu>li:hover>a,
.navbar-inverse .navbar-nav .dropdown-menu>li:focus>a,
.navbar-inverse .navbar-nav .dropdown-menu>li.active>a {
    background-color: #03168b;
    color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu>li:last-child>a {
    border-radius: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu>li.divider {
    background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-top: 0;
    padding-bottom: 0;
}

.nav_area {
    margin-top: 10px;
    background-color: #03168b;
}

.clickPopup {
    position: absolute;
    float: right;
    right: 0px;
    width: 37px;
    height: 225px;
    position: fixed;
    background-color: #c608b2;
    color: #FFF;
    padding: 0px;
    margin-top: 175px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    box-shadow: 0px 3px 12px #333;
    border-radius: 7px 0px 0px 7px;
    z-index: 9999;
}

/*************************
*******Home Page******
**************************/


#main-slider {
    position: relative;
}

.no-margin {
    margin: 0;
    padding: 0;
}

#main-slider img {
    position: absolute;
    width: 100%;
    background-size: cover;
    top: 0;
    z-index: -9999;
    height: 100%;
}

#main-slider .carousel .carousel-content {
    margin-top: 150px;
}

#main-slider .carousel .slide-margin {
    margin-top: 140px;
}

#main-slider .carousel h1 {
    color: #03168b;
    text-shadow: 2px 0 5px #000;
}

#main-slider .carousel h2 {
    color: #fff;
    text-shadow: 2px 0 5px #000;

}

#main-slider .carousel .btn-slide {
    padding: 8px 20px;
    background: #03168b;
    color: #fff;
    border-radius: 4px;
    margin-top: 25px;
    display: inline-block;
}

#main-slider .carousel .slider-img {
    text-align: right;
    position: absolute;
}


#main-slider .carousel .item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    height: 600px;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
    top: auto;
    position: relative;
}

#main-slider .carousel .item.active {
    opacity: 1;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    z-index: 1;
}

#main-slider .prev,
#main-slider .next {
    position: absolute;
    top: 50%;
    background-color: #03168b;
    color: #fff;
    display: inline-block;
    margin-top: 0px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
    background-color: #333;
}

#main-slider .prev {
    left: 10px;
}

#main-slider .next {
    right: 10px;
}

#main-slider .carousel-indicators li {
    width: 20px;
    height: 20px;
    background-color: #fff;
    margin: 0 15px 0 0;
    position: relative;
}

#main-slider .carousel-indicators li:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #FFF;
    left: -3px;
    top: -3px;
}

#main-slider .carousel-indicators .active {
    width: 20px;
    height: 20px;
    background-color: #03168b;
    margin: 0 15px 0 0;
    border: 1px solid #03168b;
    position: relative;
}

#main-slider .carousel-indicators .active:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #03168b;
    border: 1px solid #03168b;
    left: -3px;
    top: -3px;
}

#main-slider .active .animation.animated-item-1 {
    -webkit-animation: fadeInUp 300ms linear 300ms both;
    -moz-animation: fadeInUp 300ms linear 300ms both;
    -o-animation: fadeInUp 300ms linear 300ms both;
    -ms-animation: fadeInUp 300ms linear 300ms both;
    animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
    -webkit-animation: fadeInUp 300ms linear 600ms both;
    -moz-animation: fadeInUp 300ms linear 600ms both;
    -o-animation: fadeInUp 300ms linear 600ms both;
    -ms-animation: fadeInUp 300ms linear 600ms both;
    animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
    -webkit-animation: fadeInUp 300ms linear 900ms both;
    -moz-animation: fadeInUp 300ms linear 900ms both;
    -o-animation: fadeInUp 300ms linear 900ms both;
    -ms-animation: fadeInUp 300ms linear 900ms both;
    animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
    -webkit-animation: fadeInUp 300ms linear 1200ms both;
    -moz-animation: fadeInUp 300ms linear 1200ms both;
    -o-animation: fadeInUp 300ms linear 1200ms both;
    -ms-animation: fadeInUp 300ms linear 1200ms both;
    animation: fadeInUp 300ms linear 1200ms both;
}

.blue {
    color: #03168b;
}

#recent-works .col-xs-12.col-sm-4.col-md-3 {
    padding: 0;
}

#recent-works {
    padding: 40px 0 10px;
}

.recent-work-wrap {
    position: relative;
}

.recent-work-wrap img {
    width: 100%;
}

.recent-work-wrap .recent-work-inner {
    width: 100px;
    margin: 0 auto;
}

.recent-work-inner-btn {
    padding: 10px;
    margin: 50px 0 0;
    width: 80px;
    clear: both;
    font-size: 20px;
    border: 1px solid #FFF;
}

.recent-work-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 0;
    background: url(../images/mod_over_bg.png);
    color: #fff;
    vertical-align: middle;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

.recent-work-wrap .overlay .preview {
    display: inline-block;
    border-radius: 0;
    background: transparent;
    text-align: center;
    color: #fff;
}

.recent-work-wrap:hover .overlay {
    opacity: 1;
}

.whatsnew {
    border: 1px solid #E6E6E6;
    padding: 0 10px 10px;
}

.whatsnew h3 {
    margin-top: 0px;
    border-bottom: 1px solid #E6E6E6;
    padding: 7px 0;
}

.whatsnew ul {
    margin-top: 10px;
    padding: 0;
    text-overflow: hidden;
}

.whatsnew ul li {
    margin-top: 10px;
    padding: 0 0 0 15px;
    list-style: none;
    background: url(../images/bullet.png) no-repeat left top 7px;
}

.carousel-control.right {
    background-image: none !important;
}

.carousel-control.left {
    background-image: none !important;
}

.carousel-control {
    top: 30% !important;
}

/*tabs*/
.tab {
    background: #fff
}

.tab .nav>li>a {
    padding: 18px 15px
}

.tab-bg-dark-navy-blue {
    background: #f4f4f4;
    border-bottom: none;
    padding: 0;
}

.tab-bg-dark-navy-blue .nav>li>a:hover,
.tab-bg-dark-navy-blue .nav>li>a:focus {
    background-color: #03168b;
    text-decoration: none;
}

.panel-heading .nav>li>a,
.panel-heading .nav>li.active>a,
.panel-heading .nav>li.active>a:hover,
.panel-heading .nav>li.active>a:focus {
    border-width: 0;
    border-radius: 0;
}

.panel-heading .nav>li>a {
    color: #333
}

.panel-heading .nav>li.active>a,
.panel-heading .nav>li>a:hover {
    color: #FFF;
    background: #03168b;
}

.p-head {
    font-size: 14px;
    font-weight: 400;
}

.cmt-head {
    font-size: 14px;
    font-weight: 400;
}

.p-thumb img {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 50px;
    width: 50px;
}

.panel-body {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border: 1px solid #eee;
}

.media img {
    width: 100%;
}

/*testimonial*/
.about-testimonial ul li {
    list-style: none
}

.about-testimonial {
    margin: 20px 0 0 0;
    position: relative;
}

ul.about-flex-slides {
    margin-left: 0
}

.flex-direction-nav {
    position: absolute;
    right: 10px;
    top: 30px;
    width: 70px;
}

.flex-direction-nav li {
    display: inline-block;
    width: 12px;
}

.flex-direction-nav li a {
    outline: none
}

.flex-direction-nav li a i {
    color: #cccccc
}

.flex-control-paging {
    display: none
}

.about-carousel {
    margin-top: 8px
}

.about-testimonial .about-testimonial-image {
    float: left;
    margin: 0 15px;
    position: relative;
}

.about-testimonial .about-testimonial-image img {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 100px !important;
    width: 100px !important;
}

.about-flexslider .about-flex-slides img {
    display: block;
    width: 100%;
}

.about-testimonial a.about-testimonial-author {
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 11px;
    margin: 30px 0 8px 0;
    color: #504946;
    font-weight: 300;
}

.about-testimonial .about-testimonial-company {
    display: block;
    font-size: 13px;
    line-height: 14px;
    color: #ababab;
    font-weight: 300;
}

.about-testimonial.boxed-style .about-testimonial-content {
    background-color: #fff;
    margin-right: 1px;
    border: 1px solid #e9e9e9;
}

.about-testimonial .about-testimonial-content {
    margin-top: 55px;
    padding: 20px;
    position: relative;
}

.about-testimonial .about-testimonial-content p {
    line-height: 20px;
    margin: 0;
}

.about-testimonial.boxed-style .about-testimonial-content:before {
    background-color: #fff;
    border-top: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    top: -8px;
    content: "";
    display: block;
    height: 14px;
    left: 60px;
    position: absolute;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 15px;
    display: none\0;
    _display: none;
}

/***********************
********* Footer ******
************************/
#bottom {
    background: #03168b;
    border-bottom: 2px solid #03168b;
    font-size: 14px;
    color: #fff;
}

#bottom h3 {
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
}

#bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#bottom ul li {
    display: block;
    padding: 5px 0;
}

#bottom ul li a {
    color: #fff;
}

#bottom ul li a:hover {
    color: #ccc;
}

#bottom .widget {
    margin-bottom: 0;
}

#footer {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #333;
    background: #FFF;
}

#footer a {
    color: #333;
}

#footer a:hover {
    color: #03168b;
}

#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer ul>li {
    display: inline-block;
    margin-left: 15px;
}

/*Inner*/

.inner_div {
    margin-top: 120px !important;

}

.inner_div h1 {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    color: #777;
    border-bottom: double 3px #f1f1f1;
    padding-bottom: 5px;
    margin: 25px 15px 15px;
}

.inner_div img {
    width: 100%;
}

.divider {
    height: 1px;
    background-color: #CCCCCC;
    margin: 15px;
    clear: both;
}

.inner_div h2 {
    margin-top: 0px;
}

.wmimage {
    background: url(../images/wmimg.png) no-repeat center;
    background-size: 50%;
}

.carousel-inner img {
    min-height: 200px;
    margin-top: 10px;
}

label {
    font-weight: normal !important;
}

.contact_tab li {
    width: 135px !important;
    clear: none !important;
    float: left !important;
}

@media (max-width: 480px) {
    .navbar-inverse .navbar-brand {
        width: 80%;
        padding-bottom: 20px;
    }

    .navbar-inverse .navbar-brand img {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .inner_div {
        margin-top: 50px !important;
    }

    .navbar-inverse .navbar-brand {
        width: 80%;
        padding-bottom: 20px;
    }

    .navbar-inverse .navbar-brand img {
        width: 100%;
    }

    .navbar-brand {
        float: left !important;
    }
}

@media (min-width: 768px) {
    .inner_div {
        margin-top: 140px !important;
    }
}



.bx-wrapper {
    box-shadow: none;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    display: none !important;
}

.slide p {
    padding: 0 5%;
}

.slide img {
    cursor: pointer;
}

.modal {
    z-index: 9999;
}

.tenderDiv {
    width: 95%;
}

.hederBg {
    background-color: #f1f1f1;
    padding-top: 6px;
    padding-right: 2px;
    padding-bottom: 6px;
    padding-left: 4px;
    border: 1px solid #dddddd;
}

.headerSmallText {
    font-size: 15px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 600;
    font-variant: small-caps;
    margin-bottom: 15px;
    font-style: italic;
}

#basic-accordian {
    padding: 5px;
    margin: 0px;
}

.accordion_headings {
    padding: 5px;
    border: 1px solid #FFF;
    cursor: pointer;
    font-weight: bold;
    background-color: #ebebeb;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.accordion_headings:hover {
    background-color: #dedfe0;
}

.accordion_child {
    padding: 15px;
    background-color: #f9f9f9;
}

.header_highlight {
    background-color: #00abf3;
    color: #FFF;
}

.innovation-hero {
            background: url(images/Innovation-Hub-Web.jpg) no-repeat center center;
            background-size: cover;
            position: relative;
            padding: 150px 0;
            text-align: center;
            color: #fff;
        }

        .innovation-hero:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
        }

        .innovation-hero-content {
            position: relative;
            z-index: 1;
        }

        .innovation-hero h1 {
            font-size: 48px;
            font-weight: 700;
            margin-bottom: 20px;
            color: #fff;
            text-transform: uppercase;
        }

        .innovation-hero p {
            font-size: 24px;
            font-weight: 300;
        }

        .feature-box i {
            background: #03168b;
            color: #fff;
            width: 60px;
            height: 60px;
            line-height: 60px;
            text-align: center;
            font-size: 24px;
            border-radius: 50%;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }

        .feature-box:hover i {
            background: #c608b2;
            transform: rotate(360deg);
        }

        .section-header h2 {
            font-size: 36px;
            text-transform: uppercase;
            padding-bottom: 20px;
            color: #4e4e4e;
        }

        .section-header .lead {
            font-size: 18px;
            line-height: 1.8;
        }
        /* Membership Card Hover Effects */
        .membership-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2) !important;
        }

        .membership-card:hover .fa {
            transform: scale(1.1);
        }

        /* Gallery Item Hover Effects */
        .gallery-item:hover img {
            transform: scale(1.1);
        }

        .gallery-item {
            cursor: pointer;
        }

        /* Benefit Box Hover Effects */
        .benefit-box:hover .fa {
            transform: rotate(360deg);
        }

        /* Button Hover Effects */
        .btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        /* Smooth Scroll */
        html {
            scroll-behavior: smooth;
        }

        /* Hero Section Animation */
        .membership-hero {
            position: relative;
        }

        .membership-hero::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: inherit;
            animation: pulse 15s ease-in-out infinite;
        }

        @keyframes pulse {

            0%,
            100% {
                opacity: 1;
            }

            50% {
                opacity: 0.9;
            }
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .membership-hero {
                padding: 150px 0 80px 0 !important;
            }

            .membership-hero h1 {
                font-size: 32px !important;
            }

            .membership-hero p {
                font-size: 18px !important;
            }

            .membership-card {
                margin-bottom: 30px;
            }
        }

         .fancybox-wrap {
            z-index: 100000 !important;
        }
        .fancybox-overlay {
            z-index: 99999 !important;
            background: rgba(0, 0, 0, 0.7) !important;
        }
        
        /* Optimized Modal Design */
        .fancybox-skin {
            background: #ffffff !important;
            border-radius: 8px !important;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4) !important;
        }

        /* Improved Title Styling */
        .fancybox-title-inside-wrap {
            font-family: 'Open Sans', sans-serif;
            font-size: 16px;
            color: #333;
            padding: 15px 10px 5px !important;
            text-align: center;
            border-top: 1px solid #eee;
            margin-top: 10px;
        }

        /* Clearly Visible Close Button */
        .fancybox-close {
            background: #ff4d4d !important; /* Bright Red */
            width: 40px !important;
            height: 40px !important;
            top: -20px !important;
            right: -20px !important;
            border-radius: 50%;
            border: 2px solid #fff;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
            text-decoration: none;
            transition: all 0.3s ease;
            opacity: 1 !important;
            display: flex !important;
            align-items: center;
            justify-content: center;
        }

        .fancybox-close::after {
            content: "\f00d"; /* FontAwesome 'times' icon */
            font-family: FontAwesome;
            font-size: 20px;
            color: #ffffff;
            line-height: normal;
        }

        .fancybox-close:hover {
            background: #cc0000 !important;
            transform: scale(1.1);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
        }
        .media-card {
            background: #fff;
            border: 1px solid #eee;
            padding: 15px;
            margin-bottom: 30px;
            border-radius: 4px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
        }
        .media-card:hover {
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transform: translateY(-2px);
        }
        .media-card img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 4px;
            margin-bottom: 15px;
        }
        .media-card h3 {
            font-size: 18px;
            margin-top: 0;
            margin-bottom: 10px;
            color: #03168b;
            font-weight: 600;
        }
        .media-meta {
            color: #888;
            font-size: 13px;
            margin-bottom: 10px;
            border-bottom: 1px solid #f0f0f0;
            padding-bottom: 10px;
        }
        .media-meta span {
            margin-right: 15px;
        }
        .media-meta i {
            margin-right: 5px;
            color: #c52d2f;
        }