@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100');
@import url('https://fonts.googleapis.com/css?family=Proxima+Nova');
@import url('https://fonts.googleapis.com/css?family=Antic');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:wght@700&display=swap');

/*** 
====================================================================
    Reset
====================================================================
***/

@import url('font-awesome.min.css');
@import url('flaticon.css');
@import url('animate.min.css');
@import url('owl.css');
@import url('bootstrap.min.css');
@import url('jquery.bxslider.css');
@import url('jquery-ui.css');
@import url('../assets/revolution/css/settings.css');
@import url('../assets/revolution/css/layers.css');
@import url('../assets/revolution/css/navigation.css');
@import url('jquery.fancybox.css');
@import url('hover.css');

html, body {
    width: 100%;
    overflow-x: hidden; /* Prevents horizontal overflow */
}

@media (min-width: 1200px) {
    .container {
        padding: 0; /* Remove unnecessary zeroes */
    }
}

/*** 
====================================================================
    Global Styles
====================================================================
***/
html{
    font-family: 'Noto Sans';
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    color: #1d1d1d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    font-size: 18px;
    color: #1d1d1d;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'Noto Sans', sans-serif;
    background: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
}

.page-wrapper {
    overflow: hidden;
}

a {
    text-decoration: none;
    cursor: pointer;
    font-family: 'Antic', sans-serif;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: "Noto Sans", sans-serif;
}

input, button, select, textarea {
    font-family: 'Antic', sans-serif;
}

p {
    position: relative;
    font-size: 14px;
    line-height: 1.8em;
    font-family: 'Antic', sans-serif;
}

.strike-through {
    text-decoration: line-through;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px; /* Simplified padding */
    margin: 0 auto;
}

.small-container {
    max-width: 680px;
    margin: 0 auto;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.section-title {
    position: relative;
    font-size: 30px;
    color: #15499f;
    line-height: 1.5;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: inline-block;
}

.section-title.h1{
   font-size:32px;
}

.section-title p {
    font-size: 18px;
    margin: 0 0 20px 0px;
    color: #1d1d1d;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'Noto Sans', sans-serif;
}

/*------------------------------------------------------------------
[ 1. GENERAL ]
-------------------------------------------------------------------*/
figure {
    margin: 0;
}

a, button, input[type="button"], input[type="submit"], .main-button {
    transition: all 0.2s ease-out; /* Consolidated transitions */
}

a {
    font-size: 16px;
    color: #1d1d1d;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'Noto Sans', sans-serif;
}

a:hover,
a:active,
a:focus {
    font-size: 18px;
    color: #1d1d1d;
}

@media (max-width: 768px) {
    blockquote {
        padding: 30px;
    }
}

hr {
    border: 0;
    border-bottom: 1px solid #eeeeee;
    margin: 30px 0;
}

label {
    font-weight: normal;
}

input, textarea, select {
    padding: 5px 10px;
    background-color: #eeeeee;
    border: 1px solid transparent;
    transition: all 150ms ease-in-out;
}

input:active, input:focus, textarea:active, textarea:focus, select:focus {
    background-color: white;
    border: 1px solid #dddddd;
    outline: none;
}

button, input[type="button"], input[type="submit"], .main-button {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    background-color: #15499f;
    border: none;
}

button:hover, input[type="button"]:hover, input[type="submit"]:hover, .main-btn:hover {
    background-color: #f9c321;
}

button:active {
    outline: none;
    border: 0;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.small-text {
    font-size: 12px;
}

.widget-title {
    text-transform: uppercase;
    margin: 0 0 30px 0;
    font-size: 18px;
    color: #169b48;
    line-height: 26px;
    font-weight: 400;
    padding: 12px 0;
    font-family: 'Noto Sans', sans-serif;
}

.widget-title span {
    background-color: white;
    padding-right: 24px;
}

.box-content {
    background-color: white;
    overflow: hidden;
}

.space-s {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 30px;
}

/*------------------------------------------------------------------
[ 2. HEADER and menu Global Styles]
-------------------------------------------------------------------*/
.top-header .header-info-right ul,
.top-header .header-info-left ul,
.main-header .social-icon-top ul,
.menu-wrapper .main-menu ul.sf-menu,
.menu-wrapper .main-menu ul.sf-menu > li ul,
.responsive-menu .menu-open ul,
.event-single .event-content ul.event-info,
.testimonials-wrapper ul,
.events-sidebar ul,
ul.footer-social {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-header {
    position: relative;
    width: 100%;
    z-index: 9999;
    transition: all 500ms ease;
}

.site-header a {
    color: white;
}

.site-header a:hover {
    color: #666666;
}

/* -------------------- TOP HEADER -------------------- */
.top-header {
    background: #0c2f6f;
}

.top-header .logo {
    float: left;
}

.top-header a {
    color: #FFF;
    font-size: 16px;
    font-family: 'Roboto Slab';
}

.top-header a i{
       margin: 5px;
}


.top-header .header-info-right,
.top-header .header-info-left {
    margin: 10px 0;
}

.top-header .header-info-right{
    text-align: right;
}

.top-header .header-info-right ul li,
.top-header .header-info-left ul li {
    display: inline-block;
    margin-left: 15px;
}

.top-header .header-info-right ul li:not(:last-child):after,
.top-header .header-info-left ul li:not(:last-child):after {
    margin-left: 15px;
    content: '|';
    font-size: 12px;
    color: #fff;
}

.top-header .header-info-right ul li:first-child,
.top-header .header-info-left ul li:first-child {
    margin-left: 0;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .top-header .header-info-right ul li,
    .top-header .header-info-left ul li {
        margin: 0;
        line-height: 23px;
        display: block;
        text-align: center;
    }

    .top-header .header-info-right ul li:after,
    .top-header .header-info-left ul li:after {
        display: none;
    }

    .main-header .logo {
        text-align: center;
    }

    .main-header .main-header-right {
        margin: 30px 0 0;
        text-align: center;
    }

    .main-header .search-form {
        margin: 20px 0 10px;
    }
}

/* -------------------- MAIN HEADER -------------------- */
.main-header {
    padding: 5px 0;
}

/* -------------------- DESKTOP MENU -------------------- */
.menu-wrapper .inner-menu {
    background-color: #283d68;
    padding: 0 10px 0 0;
}

.menu-wrapper .main-menu {
    min-height: 54px;
    padding-top: 10px;
}

.menu-wrapper .main-menu ul.sf-menu > li {
    position: relative;
    display: inline-block;
    float: left;
    padding: 38px 12px;
}

.menu-wrapper .main-menu ul.sf-menu > li a {
    padding: 0;
    color: #15499f;
    transition: .5s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
    position: relative;
    z-index: 1;
    font-weight: 600;
    letter-spacing: .08px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    column-gap: .25em;
    box-sizing: border-box;
    min-height: 50px;
    font-size: 17px;
    text-decoration: none;
}

.menu-wrapper .main-menu ul.sf-menu > li a:hover {
    color: #fff;
}




.submenu-toggle i {
    padding-left: 4px;
    font-size: 16px;
    color: #fff;
}

.menu-wrapper .main-menu ul.sf-menu > li a i {
    margin-left: 7px;
    margin-top: 2px;
}

.menu-wrapper .main-menu ul.sf-menu > li a:hover {
    color: #3a5795;
}

.menu-wrapper .main-menu ul.sf-menu > li.active a {
    color: #faca3a;
}

.menu-wrapper .main-menu ul.sf-menu > li ul {
    position: absolute;
    min-width: 250px;
    top: 100%;
    left: 0;
    background-color: #15499f;
    display: none;
    z-index: 999;
}

.menu-wrapper .main-menu ul.sf-menu > li ul li {
    border-bottom: 1px solid #fff;
}

.menu-wrapper .main-menu ul.sf-menu > li ul li a {
    line-height: 20px;
    padding-left: 15px;
    display: block;
    color: #fff;
    padding-top: 15px;
}


.menu-wrapper .main-menu ul.sf-menu > li ul li:last-child {
    border-bottom: 0;
}

.menu-wrapper .main-menu ul.sf-menu > li ul li ul {
    border-left: 1px solid #5f8ef3;
    left: 100%;
    top: 0;
}

/* -------------------- RESPONSIVE MENU -------------------- */
.responsive-menu {
    position: relative;
}

.toggle-menu {
    cursor: pointer;
    font-size: 24px;
}

.responsive-menu a.toggle-menu {
    display: block;
    height: 50px;
    background-color: #019cde;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
}

.menu-open {
    display: none;
    background: #15499f;
    width: 100%;
    padding: 30px;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 2000;
}

.menu-open ul li {
    padding: 10px 0px 0px 30px;
}

.menu-open ul li a {
    color: white;
    line-height: 40px;
}

.menu-open ul li ul {
    margin-left: 30px;
    margin-top: 15px;
}

/* -------------------- ARROWS -------------------- */
.has-child > a {
    position: relative;
    padding-right: 25px;
}

.has-child > a .arrow {
    position: absolute;
    right: 5px;
    top: 12px;
    font-size: 14px;
    transition: transform 0.3s ease;
}

.has-child.open > a .arrow {
    transform: rotate(90deg);
}

/* -------------------- STICKY HEADER -------------------- */
#main-menu {
    transition: top 0.3s ease-in-out, transform 0.3s ease;
}

#main-menu.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    transform: translateY(-100%); /* Start off-screen */
    animation: fall 0.3s forwards; 
}

@keyframes fall {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
} 

/* Child menu styles */
.child-menu {
     /* Ensure children are hidden by default */
    margin-left: 20px; /* Slight indentation for child menus */
}


/* Sticky menu Ends */


/*...........Css taken from php files...............*/

/* Face book Share Plugin*/

#st-2.st-left {
    left: 0px;
    top: 275px;
}

#st-2 .st-btn > img {
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    height: 24px;
    margin-left: 0;
    vertical-align: top;
    width: 24px;
}



#st-2 .st-btn[data-network='facebook'] {
    background-color: #274ca8!important;
    border-radius: 25px;
    width: 40px;
    height: 40px;
    padding: 8px;
    margin: 5px;
}

#st-2 .st-btn[data-network='twitter'] {
    background-color: #44b6eb!important;
    border-radius: 25px;
    width: 40px;
    height: 40px;
    padding: 8px;
    margin: 5px;
}
#st-2 .st-btn[data-network='pinterest'] {
    background-color: #dc000e!important;
    border-radius: 25px;
    width: 40px;
    height: 40px;
    padding: 8px;
    margin: 5px;
}
#st-2 .st-btn[data-network='email'] {
    background-color: #0a5d8a!important;
    border-radius: 25px;
    width: 40px;
    height: 40px;
    padding: 8px;
    margin: 5px;
}
#st-2 .st-btn[data-network='sharethis'] {
    background-color: #414445!important;
    border-radius: 25px;
    width: 40px;
    height: 40px;
    padding: 8px;
    margin: 5px;
}

#st-2 .st-btn.st-first {
    border-top: none;
    border-top-right-radius: 25px!important;
}

#st-2 .st-btn.st-last {
    border-bottom: none;
    border-bottom-right-radius: 25px!important;
}

/* Face book Share Plugin Ends*/

/* Hide share in mobile view / Some Mobile View Rules */
    .topnleft1 {float:left}
    .topnleft2 {float:right}
      @media (max-width: 768px) {
           #st-2.st-left {
                    left: 0px;
                    display: none;
                }
                .topnleft1{
                 float:left;margin-left:5px;
                }
                .topnleft2{
                float:right;margin-right:5px;
                }
                .topfas {
                font-size: 16px;      
                color: #666666;   
                background: #fff;
                display: inline-block; 
                padding: 3px 4px;
                border-radius: 5px;
                transition: color 0.3s ease; 
                }

            .topfas:hover {
            color: #fff;
            font-size: 16px;  
	        background:#666666;
	        font-weight:bold;
            }
        }
/* Hide share in mobile view */

/*------------------------------------------------------------------
HERO SECTION
-------------------------------------------------------------------*/

   .hero-section {
            position: relative;
            width: 100%;
            height: 250px; /* Adjusted height */
            overflow: hidden;
        }

        .hero-section .particles {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 1;
        }

        .hero-image {
            position: absolute;
            width: 100%;
            height: 100%;
            background-image: url('myherobg.jpg'); /* Replace with your image URL */
            background-size: cover;
            background-position: center;
            z-index: 0;
            opacity: 0.6; /* Ensure the background is slightly visible */
        }

        .hero-title {
            position: relative;
            z-index: 2;
            color: #ffffff; /* Changed for contrast */
            text-align: center;
            margin-top: 70px;
            font-size: 2em;
            font-weight: 600;
            font-family: 'Roboto', sans-serif; /* Imported font */
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Added shadow */
        }

        @media (max-width: 768px) {
            .hero-title {
                font-size: 1.5em; /* Smaller font on mobile */
                margin-top: 50px;
            }
        }


/* Custom CSS Rules defined by me */
/* Default styles for h1 */
/* Default styles for h1 */
p.NewStyle{
    font-size: 18px;
    color: #1d1d1d;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'Noto Sans', sans-serif;
    margin: -40px 0 40px 0px;
    text-align:center;
}

p.FootStyle{
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 1.75;
    font-family: 'Noto Sans', sans-serif;
    text-align: left;
    }

h1.mystyle {
    font-size: 48px; /* Default font size for h1 */
    color: #0c2f6f; /* Default color for h1 */
    font-family: 'IBM Plex Sans Condensed'; /* Font family for h1 */
    font-weight: 700; /* Font weight for h1 */
    letter-spacing: -0.01rem; /* Letter spacing for h1 */
    text-align: center; /* Default text alignment */
    padding: 60px 0px 60px;
}

/* Style for span within h1.mystyle */
h1.mystyle span {
    color: #e20a16; /* Color for span inside h1 */
}

/* Default styles for h2 */
h2.mystyle {
    padding: 60px 0px 20px;
    color: #fff;
    font-size: 32px; /* Default font size for h2 */
    text-align: left; /* Default text alignment */
    font-family: 'IBM Plex Sans Condensed'; 
    font-weight: 700; /* Font weight for h2 */
     letter-spacing: -0.01rem; /* Letter spacing for h2 */
}

/* Tablet screens (900px and below) */
@media (max-width: 900px) {
    h1.mystyle {
        font-size: 48px; /* Font size for tablets */
        text-align: left; /* Left-align text */
        padding: 25px 0px 25px;
    }

    h2.mystyle {
        font-size: 28px; /* Font size for tablets */
        text-align: left; /* Left-align text */
    }


}

/* Mobile screens (600px and below) */
@media (max-width: 600px) {
     h1.mystyle {
        font-size: 28px; /* Smaller font size for very small screens */
         padding: 5px 0px 5px;
         text-align: center;
        }
    .wellcome-section {
        padding: 10px 0px 10px;
    } 
 
    h2.mystyle {
        font-size: 20px; /* Smaller font size for very small screens */
    }
    .section-title p {
        text-align:justify;
    }
    .service-section {
    padding: 30px 0px 30px;
    }
    .blog-section {
    margin-top: 60px;
    }
    p.NewStyle {
     margin: 0px 0 40px 0px; 
    }

}

/* Very small mobile screens (400px and below) */
@media (max-width: 400px) {
    h1.mystyle {
        font-size: 28px; /* Smaller font size for very small screens */
         padding: 5px 0px 5px;
         text-align: center;
        }
    .wellcome-section {
        padding: 10px 0px 10px;
    } 
 
    h2.mystyle {
        font-size: 20px; /* Smaller font size for very small screens */
    }
    .section-title p {
        text-align:justify;
    }
    .service-section {
    padding: 30px 0px 30px;
    }
    .blog-section {
    margin-top: 60px;
    }
    p.NewStyle {
     margin: 0px 0 40px 0px; 
    }
}

/* Custom CSS Rules defined by me */

/*------------------------------------------------------------------
[ 3. CONTENT ]
-------------------------------------------------------------------*/
#top-link {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 60px;
    color: white;
    background: rgba(0, 0, 0, 0.2);
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    text-align: center;
}

#top-link:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.slider-wrapper {
    background-color: white;
}

a.flex-prev,
a.flex-next {
    position: absolute;
    bottom: 17%;
    z-index: 42;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    background-color: #faca3a;
    color: #232323;
    display: block; /* Fixed the hiding */
}

a.flex-next {
    right: 30px;
}

a.flex-prev {
    right: 67px;
}

/*-- for inner page events --*/
.event-list {
  overflow: hidden;
  background-color: white;
  margin-top: 30px;
}
.event-list .event-thumb {
  width: 240px;
  overflow: hidden;
  float: left;
}
.event-list .event-thumb img {
  width: 100%;
}
.event-list .event-content {
  background-color: white;
  overflow: hidden;
  padding: 0px 30px;
}
.event-list .event-content h4 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 10px 0;
}
.event-list .event-content h4 a {
  color: #232323;
}
.event-list .event-content h4 a:hover {
  color: #3a5795;
}
.event-list .event-content p {
  margin-bottom: 9px;
}
.event-list .event-content .event-location span,
.event-list .event-content .event-time span {
  display: block;
  margin-top: 10px;
  margin-right: 40px;
}
.event-list .event-content .event-location span i,
.event-list .event-content .event-time span i {
  width: 32px;
  height: 32px;
  background-color: #eeeeee;
  text-align: center;
  line-height: 32px;
  margin-right: 10px;
}
.event-list .event-content .event-location {
  overflow: hidden;
  float: left;
}
.event-list .event-content .event-time {
  overflow: hidden;
}
@media (max-width: 768px) {
  .event-list .event-thumb {
    float: none;
    width: 100%;
  }
  .event-list .event-content .event-location,
  .event-list .event-content .event-time {
    float: none;
    display: block;
  }
  .event-list .event-content .event-location span,
  .event-list .event-content .event-time span {
    display: block;
  }
}

.event-single {
  margin-top: 30px;
  overflow: hidden;
}
.event-single .event-image {
  position: relative;
  overflow: hidden;
}
.event-single .event-image img {
  width: 100%;
}
.event-single .event-image .img-date {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  padding: 15px 20px;
}
.event-single .event-image .img-date span {
  color: white;
}

.event-single .event-content {
  background-color: white;
}
.event-single .event-content h3 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 32px;
}
.event-single .event-content ul.event-info li {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eeeeee;
}
.event-single .event-content ul.event-info li span {
  width: 120px;
  display: inline-block;
  font-weight: 700;
}
.event-single .event-content ul.event-info li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .event-single .event-image .img-date {
    display: none;
  }
  .event-single .event-content ul.event-info li span {
    line-height: inherit;
    width: auto;
    display: block;
  }
  .event-single .event-content .event-map {
    margin-top: 30px;
  }
}
@media (max-width: 1200px) {
  .event-single .event-content ul.event-info li span {
    line-height: inherit;
    width: auto;
    display: block;
  }
}

/*-- for inner page events ends --*/

.contactForm {
    background-color: white;
    padding: 30px;
}

.contactForm label {
    width: 200px;
    font-weight: 700;
    float: left;
}

.contactForm label span {
    display: block;
    font-weight: 400;
    color: #aaaaaa;
    font-size: 12px;
}

.contactForm fieldset {
    margin-bottom: 20px;
}

.contactForm fieldset:last-child {
    margin-bottom: 0;
}

.contactForm input {
    width: 40%;
}

.contactForm textarea {
    width: 60%;
    max-width: 60%;
    min-height: 120px;
}

.contactForm button {
    margin-left: 200px;
}

@media (max-width: 768px) {
    .contactForm label {
        float: none;
        display: block;
    }

    .contactForm input,
    .contactForm textarea {
        width: 100%;
        max-width: 100%;
    }

    .contactForm button {
        margin-left: 0;
    }
}

.gallery-wrapper {
    margin-left: -3%;
}

.gallery-wrapper .gallery-thumb {
    overflow: hidden;
    margin-left: 3%;
    width: 30%;
    display: inline-block;
    margin-bottom: 3%;
    transition: all 150ms ease-in-out; /* Consolidated transition */
}

.gallery-wrapper .gallery-thumb img {
    width: 100%;
    cursor: pointer;
}


/*------------------------------------------------------------------
[ 4. FOOTER ]
-------------------------------------------------------------------*/
.site-footer {
    border-top: 4px solid #dddddd;
    background: url('../images/map.png') no-repeat top center;
    margin-top: 30px;
}

.site-footer a {
    color: #aaaaaa;
}

.site-footer a:hover {
    color: white;
}

.site-footer ul {
    padding: 0;
    margin: 0;
    list-style: square inside none;
}

.site-footer ul li {
    line-height: 1.75em;
}

.footer-widget-title {
    font-size: 24px;
    color: white;
    margin: 0 0 20px 0;
    font-weight: 600;
    font-family: "Roboto", Helvetica, Arial, Helvetica Neue, sans-serif;
}

.top-footer {
    padding: 90px 0 70px;
    background-color: #15499f;
    opacity: 0.93;
}

.top-footer a {
    color: white;
}

ul.footer-social li {
    display: inline-block;
    margin-right: 1px;
    margin-bottom: 1px;
}

ul.footer-social li a {
    width: 50px;
    height: 50px;
    line-height: 49px;
    text-align: center;
    color: white;
    border: 1px solid #fff;
    margin: 0 5px;
    border-radius: 25px;
}

.main-footer {
    background-color: #0c2f6f;
}

.copyright {
    color: #fff;
}

.copyright .credits {
    text-align: right;
}

@media (max-width: 992px) {
    .copyright {
        text-align: center;
    }

    .copyright .credits {
        text-align: center;
    }
}