@charset "UTF-8";
/* CSS Document */
body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-size: 14px;
    color: #212529;
    font-weight: 400;
}

body button,
.btn,
body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.btn:hover,
body button:hover {
    opacity: .8;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

body a:hover {
    opacity: .8;
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    line-height: 1.9;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

.main_container {
    float: left;
    width: 100%;
}


header {
    float: left;
    width: 100%;
    border-bottom: 2px solid #f3f9ff
}

.top_bar {
    float: left;
    width: 100%;
    background: #f8f9fa;
}

.main_navigation {
    float: left;
    width: 100%;
}

.logo {
    float: left;
}

.logo-img {
    width: 100px;
}

.top_nav {
    margin-top: 3em;
}

nav {
    margin: 0;
    padding: 0;
}

.toggle-2, .toggle, [id^=drop] {
    display: none;
}

nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

nav ul li {
    margin: 0px;
    display: inline-block;
    float: left;
}

nav a {
    margin: 0 12px;
    color: #000;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
}

nav ul ul {
    display: none;
    position: absolute;
    top: 20px;
    background: #fff;
    padding: 10px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 9;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

nav ul li:hover>ul {
    display: inherit;
}

nav ul ul li {
    width: 170px;
    float: none;
    display: list-item;
    position: relative;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

nav ul ul li a {
    color: #000;
    display: block;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0;
    margin: 10px;
}

nav ul ul ul li {
    position: relative;
    top: -60px;
    left: 170px;
}
li>a:only-child:after {
    content: '';
}

a.primary-button {
    letter-spacing: 2px;
    font-size: 14px;
    background: #0068d7;
    padding: 45px 32px;
    display: inline-block;
    color: #fff;
}

.main_slider {
    float: left;
    width: 100%;
    color: #fff;
}

.main_slider_info {
    padding: 12vw 0 22vw;
}

.banner1 {
    background: url(../images/1.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.banner2 {
    background: url(../images/2.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.banner3 {
    background: url(../images/3.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.main_slider_info h5 {
    font-size: 20px;
    letter-spacing: 4px;
}

.main_slider_info h3 {
    font-size: 63px;
    letter-spacing: 1px;
    word-spacing: 6px;
}

.main_slider_info h3 span {
    color: #ff3f34;
}

.main_slider_info p {
    color: #f5f5f5;
    letter-spacing: 2px;
    font-size: 14px;
    position: relative;
}

.main_slider_info p:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 60px;
    height: 3px;
    bottom: -47px;
}

section.slider_bottom {
    float: left;
    width: 100%;
    margin-top: -9em;
    z-index: 10;
    position: relative;
}

.slider_bottom p {
    font-size: 16px;
}

.bg-colors {
    background: #0068d7;
}

.text-wh {
    color: #fff;
}

.text-bl {
    color: #343a40;
}

.bg-li {
    background: #f8f9fa;
}


.text-li {
    color: #f8f9fa;
}

.service-subgrids {
    position: relative;
    z-index: 0;
}

.service-subgrids span {
    position: absolute;
    top: 16%;
    right: 7%;
    transform: rotate(-30deg);
    z-index: -1;
    color: rgba(255, 255, 255, 0.18);
    font-size: 4em;
}

.service-subgrids.bg-light span {
    color: rgba(45, 45, 45, 0.17);
}

.top-right-info li {
    display: inline-block;
}

.top-right-info li.facebook {
    background: #3b5998;
}

.top-right-info span {
    color: #fff;
    line-height: 2.2;
    font-size: 14px;
}

.top-right-info li.soci-effe {
    width: 30px;
    height: 30px;
    text-align: center;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.top-right-info li.twitter {
    background: #1da1f2;
}

.top-right-info li.instagram {
    background: #c32aa3;
}

section.featured {
    float: left;
    width: 100%;
}

.s-block {
    display: inline-block;
    text-align: center;
    box-shadow: 1px 2px 6px 1px rgba(53, 54, 102, 0.08);
    border-radius: 6px;
    transition: 0.3s ease-in;
}

.s-block:hover {
  box-shadow: 0px 0px 8px rgba(53, 54, 102, 0.2);
  transition: 0.3s ease-in;
}

.s-block h3 {
  color: #152E49;
  font-size: 26px;
  line-height: 35px;
}

.s-block p {
  color: #6c757d;
  margin-top: 15px;
  font-size: 16px;
  line-height: 26px;
}

.stats {
    float: left;
    width: 100%;
    background: url(../images/banner1.jpg) no-repeat 0px 0px;
    background-size: cover;
    position: relative;
}

.stats h3.heading {
    color: #f8f9fa;
}

.stats p {
    color: #ccc;
}

.stats-left h4 span {
    font-size: 50px;
    font-weight: 600;
    color: #0be881;
}

.stats-left h4 {
    color: #fff;
}

.stats-right h4 {
    font-size: 2.4em;
    font-weight: 700;
    margin: 15px 0;
    color: #fff;
}


.stats-right span.fa {
    color: #212529;
    font-size: 20px;
    background: rgb(248, 249, 250);
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.btn-bg-wh {
    background: #fff;
    color: #333;
}

.btn-bg-wh:hover {
    color: #333;
}

.btn-custom {
    background: #0068d7 !important;
}

.events {
    float: left;
    width: 100%;
    padding: 60px 0;
}

.heading h3 {
    font-size: 35px;
    line-height: 40px;
    color: #152E49;
    font-weight: 500;
}

.heading p {
    color: #6c757d;
    font-size: 16px;
    line-height: 24px;
}

.buttons a, .buttons button {
    padding: 10px 20px !important;
}

.footer {
    float: left;
    width: 100%;
    background: #17181b;
}

h3.footer-title {
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
}

h2.logo-2 a {
    font-weight: 700;
    font-size: 34px;
    color: #fff;
    text-shadow: 2px 5px 3px rgba(0, 0, 0, 0.06);
    letter-spacing: 1px;
}

.footer-text p,
.footer-grid_section p,
.footer-grid_section li a {
    color: #727377;
    font-size: 15px;
    letter-spacing: 1px;
}

.footer-grid_section li a:hover {
    opacity: 0.8;
}

.footer-title h3 {
    font-size: 24px;
    color: #f3f3f3;
    letter-spacing: 1px;
}

.contact-info h4,
h4.sub-con-fo {
    font-size: 0.9em;
    letter-spacing: 1px;
    color: #edf0f3;
    font-weight: 400;
    text-transform: uppercase;
}

/* social icons */
.social_list li {
    display: inline-block;
}

.social_list li a {
    width: 34px;
    height: 34px;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    border-radius: 50%;
}

.social_list li a span {
    color: #fff;
    line-height: 34px;
}

a.facebook {
    background: #3b5998;
}

a.twitter {
    background: #1da1f2;
}

a.instagram {
    background: #c32aa3;
}

/* //social-icons */

.subpage_banner {
    float: left;
    width: 100%;
    background: url('../images/subpage_banner.jpg') no-repeat center;
    background-size: cover;
    height: 170px;
}

.breadcrumbs {
    float: left;
    width: 100%;
    text-align: center;
    padding: 30px 0;
    font-size: 15px;
    font-weight: 100;
}

.breadcrumbs ul li {
    display: inline-block;
    color: #9e9e9e;
}

.breadcrumbs ul li a {
    color: #9e9e9e;
}

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

.subpage, .subpage_inner {
    float: left;
    width: 100%;
}

.gallery img {
    border: 5px solid #f1f1f1;
}

.about .head {
    font-size: 26px;
    border-top: 2px solid #d0d7e6;
    border-bottom: 2px solid #d0d7e6;
    padding: 15px 0;
}

.subhead {
    font-size: 15px;
    color: #0068d7;
    font-style: italic;
}

.about p {
    line-height: 30px;
    color: #6c757d;
    font-size: 16px;
    padding-bottom: 20px;
}

.about-image {
    min-height: 600px;
    background-position: center top;
    background-image: url(../images/about.jpg);
}

.map iframe {
    width: 100%;
}

.contact-textfield-label {
    letter-spacing: 1px;
}

.textarea {
    height: 200px;
}

.required {
    color: #D60000;
    font-weight: 600;
    font-size: 16px;
}

.gop-official {
    display: inline-block;
    padding: 20px;
}

.gop-official:hover {
    box-shadow: 1px 2px 10px 1px #f1f1f1;
    transition: all ease-in-out 0.3s;
}

.gop-main {
    width: 100%;
}

.gop-avatar {
    background: #B8CBD1;
    border-radius: 50%;
    width: 170px;
    text-align: center;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gop-avatar img {
    height: 130px;
}

.gop-name {
    padding-top: 20px;
    color: #333;
}

.gop-name h3 {
    font-size: 20px;
}

.gop-desg {
    color: #ccc;
    font-size: 14px;
}

.resources {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #e1e1e1;
}

.resources:last-child {
    border-bottom: none;
}

.resources h3 {
    font-size: 22px;
    padding-bottom: 20px;
}

.resources p {
    line-height: 30px;
}

.resources .resource-link {
    display: block;
    padding-top: 20px;
}

.resources .resource-link a {
    color: #0068d7;
    font-weight: 600;
}

.resources .resource-link a:hover {
    text-decoration: underline;
}