
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
html, body {
    height: 100%;

}
body {
    font-family: 'PT Serif', serif;
}
.nav_menu{
    background-color: #00000091 !important;
    position: fixed;
    top: 0px;
    z-index: 99;
    width: 100%;

}
.nav_dark_menu{
    background-color: #000 !important;
    top: 0px;
    z-index: 99;
    width: 100%;
}
.nav_dark_menu .nav-link, .nav-link:focus, .nav-link:hover,.nav-link, .nav_dark_menu .nav-link:focus, .nav-link:hover{
    color:gray;
}
.nav_dark_menu .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
    color:white !important;
}

.aboutus_section h2{
    color: #03379a;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 5rem;
}
.aboutus_section h2:after{
    content:' ';
    display:block;
    border:2px solid #03379a;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);

    width: 10rem;
    position: absolute;
    top: 45px;
    right: 609px;
}
.services_section{
    background-color: #000;
}
.services_section h2{
    color: #fff;
    position: relative;
}
.services_section h2:after{
    content:' ';
    display:block;
    border:2px solid #d30253;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
    width: 7rem;
    position: absolute;
    top: 37px;
    right: 702px;
}
.gallery_section{

}
.services_section h2{

    position: relative;
}
.services_section h2:after{
    content:' ';
    display:block;
    border:2px solid #d30253;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
    width: 7rem;
    position: absolute;
    top: 37px;
    right: 702px;
}

.slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.slider .slider-control {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    z-index: 1;
    border-radius: 50%;
    background: #FFF;
    opacity: .8;
    cursor: pointer;
    line-height: 48px;
    text-align: center;
}
.slider .slider-control:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    background: #222;
}
.slider .slider-control.slide-left {
    left: 24px;
}
.slider .slider-control.slide-right {
    right: 24px;
}
.slider .slider-control i {
    color: #ccc;
    line-height: 48px;
}
.slider .slide-box {
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    height: 100%;
    width: 999999px;
}
.slider .slide-box img {
    width: 100%;
}
.slider .slide-box .slide {
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    background-size: cover;
    background-position: center center;
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 20000px #000;
    z-index: 10;
}
.slider .slide-box .slide .slide-content {
    height: 40%;
    font-size: 22px;
    min-height: 200px;
    width: 40%;
    min-width: 300px;
    color: #FFF;
    background: rgba(51, 77, 153, 0.5);
    text-align: center;
}


/*Gallery CSS*/
.mfp-with-zoom .mfp-title, .touch .gallery-image figcaption, html:not(.touch) .gallery-image figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0);
    padding: 1em;
    transition: all 0.2s ease;
    font-weight: 600;
    max-width: calc(100% - 9em);
    line-height: 1.25;
    text-align: center;
    box-sizing: border-box;
}
.mfp-with-zoom .mfp-title:before, .touch .gallery-image figcaption:before, html:not(.touch) .gallery-image figcaption:before, .mfp-with-zoom .mfp-title:after, .touch .gallery-image figcaption:after, html:not(.touch) .gallery-image figcaption:after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    padding: 1em;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    z-index: -1;
}
.mfp-with-zoom .mfp-title:before, .touch .gallery-image figcaption:before, html:not(.touch) .gallery-image figcaption:before, .mfp-with-zoom .mfp-title:after, .touch .gallery-image figcaption:after, html:not(.touch) .gallery-image figcaption:after {
    right: 100%;
    bottom: 100%;
}
.mfp-with-zoom .mfp-title:after, .touch .gallery-image figcaption:after, html:not(.touch) .gallery-image figcaption:after {
    left: 100%;
    top: 100%;
}

.mfp-with-zoom.mfp-ready .mfp-title, .touch .gallery-image figcaption, html:not(.touch) .gallery-image:hover figcaption {
    color: white;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease 0.3s;
}
.mfp-with-zoom.mfp-ready .mfp-title:before, .touch .gallery-image figcaption:before, html:not(.touch) .gallery-image:hover figcaption:before, .mfp-with-zoom.mfp-ready .mfp-title:after, .touch .gallery-image figcaption:after, html:not(.touch) .gallery-image:hover figcaption:after {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready .mfp-title:before, .touch .gallery-image figcaption:before, html:not(.touch) .gallery-image:hover figcaption:before {
    right: -0.5em;
    bottom: 0em;
}
.mfp-with-zoom.mfp-ready .mfp-title:after, .touch .gallery-image figcaption:after, html:not(.touch) .gallery-image:hover figcaption:after {
    left: -1.5em;
    top: -1.5em;
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}



.gallery {
    -moz-column-gap: 0;
    column-gap: 0;
}
@media (min-width: 480px) {
    .gallery {
        -moz-column-count: 2;
        column-count: 2;
    }
}
@media (min-width: 1260px) {
    .gallery {
        -moz-column-count: 3;
        column-count: 3;
    }
}

.gallery-image {
    position: relative;
    margin: 0;
    padding: 0;
}
.tab-pane .gallery-image {
    position: relative;
    margin: 2px;
    padding: 2px;
}
.gallery-image:before, .gallery-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 16px solid rgba(0, 0, 0, 0.1);
    transition: all 0.2s;
    will-change: border;
}
.gallery-image:after {
    border-width: 0;
}
.gallery-image img {
    display: block;
    max-width: 100%;
    height: auto;
}
html:not(.touch) .gallery-image {
    overflow: hidden;
}
html:not(.touch) .gallery-image:hover:before {
    border-width: 16px;
}
html:not(.touch) .gallery-image:hover:after {
    border-width: 32px;
}
.touch .gallery-image figcaption {
    top: auto;
    bottom: 2em;
}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-bg {
    background-color: rgba(0, 0, 0, 0.9);
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 1;
}
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-with-zoom img.mfp-img {
    padding: 0;
}
.mfp-with-zoom .mfp-figure:after {
    top: 0;
    bottom: 0;
}
.mfp-with-zoom .mfp-container {
    padding: 0;
}
.mfp-with-zoom .mfp-content {
    overflow: hidden;
}
.mfp-with-zoom .mfp-bottom-bar {
    top: auto;
    bottom: 0;
    margin-top: 0;
}
.mfp-with-zoom .mfp-title {
    top: auto;
    bottom: 2em;
}
.mfp-arrow {
    opacity: 1;
    margin-top: 0 !important;
    width: 20%;
    height: 30%;
    transform: translateY(-50%);
}
.mfp-arrow:before, .mfp-arrow:after {
    margin: 0;
    border: none;
    width: 2rem;
    height: 2rem;
    transform: rotate(-45deg) translate(-50%, -100%);
    opacity: 1;
    top: 50%;
    left: 50%;
    transition: all 0.15s;
}
.mfp-arrow:active {
    transform: translateY(-50%) scale(0.95);
}

.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:before, .mfp-arrow-left:after {
    border-top: 2px solid white;
    border-left: 2px solid white;
}
.mfp-arrow-left:after {
    margin-left: 2rem;
}
.mfp-arrow-left:hover:before, .mfp-arrow-left:active:before {
    margin-left: 2rem;
}
.mfp-arrow-left:hover:after, .mfp-arrow-left:active:after {
    margin-left: 0;
}

.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:before, .mfp-arrow-right:after {
    border-right: 2px solid white;
    border-bottom: 2px solid white;
}
.mfp-arrow-right:after {
    margin-left: 2rem;
}
.mfp-arrow-right:hover:before {
    margin-left: 2rem;
}
.mfp-arrow-right:hover:after {
    margin-left: 0;
}

button.mfp-close {
    opacity: 1;
    margin-top: 0 !important;
    width: 20%;
    height: 30%;
    font: 0/0 serif;
    text-shadow: none;
    color: transparent;
}
button.mfp-close:before, button.mfp-close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    border: none;
    width: 2rem;
    height: 2rem;
    opacity: 1;
    transition: all 0.15s;
    transform-origin: 0 0;
    border-top: 2px solid white;
    border-left: 2px solid white;
}
button.mfp-close:before {
    transform: rotate(-45deg);
}
button.mfp-close:after {
    transform: rotate(135deg);
}
button.mfp-close:hover:before {
    transform: rotate(135deg);
}
button.mfp-close:hover:after {
    transform: rotate(315deg);
}
button.mfp-close:active {
    transform: scale(0.95);
}

a {
    text-decoration: none;
    color: inherit;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #000;
}
.dropdown-item.active, .dropdown-item:active{
    background-color:#000;
}

/*Gallery CSS END*/



