@import url("https://fonts.googleapis.com/css?family=Archivo+Narrow:400,700");
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@font-face {
    font-family: 'PFReminderPro';
    src: url('//www.grmprivateinstitute.com/theme/sktheme/fonts/PFReminderProMedium.ttf');
}
.subheader,
header .top-bar {
    background-repeat: no-repeat;
    background-size: cover;
}
#search-results .item,
.sm,
.sm li,
.sm ul,
.topmenu li > a,
ul.sm a,
ul.sm:after {
    display: block;
}
#error-page,
#scrollUp,
.topmenu li > a {
    text-align: center;
}
body,
html {
    font-size: 16px;
    overflow-x: hidden;
}
body {
    font-family: 'Comfortaa', cursive;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,0.5);
    text-rendering: optimizeLegibility;
    font-weight: 600;
}
div {
    outline: 0;
}
a,
a.inverted,
a.white {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    outline: 0;
}
a.white {
    color: #fff;
}
a.hover,
a:focus,
a:hover {
    color: inherit;
    -webkit-transition: all 0.55s ease;
    -moz-transition: all 0.55s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.55s ease;
    outline: 0;
    text-decoration: none;
}
a.inverted:focus,
a.inverted:hover {
    color: #394147;
}
hr {
    margin-top: 2em;
    margin-bottom: 2em;
    border: 0;
    height: 3px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1rem;
}
p {
    margin-bottom: 1.5em;
    line-height: 1.95;
}
p:last-child {
    margin-bottom: 0;
}
.sk-content {
    padding: 1em 0;
}
.sk-content-full {
    padding: 150px 0;
}
.sk-content-half {
    padding: 0.5em 0;
}
header {
    position: absolute;
    padding-top: 15px;
    padding-left: 60px;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
}
header.scroll {
    position: fixed;
    background-color: white;
    -webkit-box-shadow: 8px 7px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 8px 7px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 8px 7px 10px 0px rgba(0,0,0,0.3);
    padding-top: 5px;
}
header::before {
    content: "";
    background-color: rgba(255,255,255,0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 110px;
    z-index: -1;
}
header.scroll::before {
    display: none;
}
header .top-bar {
    background-color: grey;
    color: #fff;
    background-attachment: scroll;
    background-position: center center;
    padding: 0.5em 0;
}
header .top-bar .doSearch {
    float: right;
    min-width: 300px;
}
header .logo {
}
.subheader h1 {
    color: #fff;
    margin: 0;
    font-weight: 100;
}
.subheader h1 small {
    display: block;
    font-weight: 300;
    color: #fff;
    margin-top: 0.5em;
}
.subheader .sk.breadcrumb {
    position: absolute;
    bottom: 0;
    right: 1em;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 0.5em 1.2em;
    text-transform: capitalize;
    width: auto;
}
.topmenu li ul li a,
.topmenu li > a strong {
    font-weight: 600;
}
.topmenu li > a.active strong::after {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 0;
    right: 0;
    background-color: white;
    height: 4px;
}
.topmenu li > a.active.has-submenu strong::after {
    right: 20px;
}
.subheader .sk.breadcrumb a.section {
    color: #fff;
}
.subheader .sk.breadcrumb a:hover {
    text-decoration: underline;
}
.subheader .sk.breadcrumb .section {
    font-size: 0.876em;
    color: #fff;
}
.subheader .sk.inverted.input {
    width: 300px;
}
#suggestions {
    position: absolute;
    width: 300px;
    top: 5em;
    z-index: 100;
}
ul.sm a,
ul.sm li {
    position: relative;
}
#search-results {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}
.topmenu ul {
    background-color: rgba(255,255,255,0.8);
    color: black;
}
#pagination {
    margin-top: 1em;
}
.sm,
.sm li,
.sm ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: normal;
    direction: ltr;
}
ul.sm li {
    float: left;
}
ul.sm a {
    white-space: nowrap;
}
ul.sm a.disabled {
    cursor: default;
}
ul.sm ul {
    position: absolute;
    top: -999999px;
    left: -800px;
    width: 100px;
}
.top-menu,
.topmenu li > a i,
.topmenu li > a small,
.topmenu li > a strong {
    position: relative;
}
.topmenu li > a.has-submenu strong {
    padding-right: 20px;
}
ul.sm-rtl {
    direction: rtl;
}
ul.sm-rtl li {
    float: right;
}
ul.sm ul li,
ul.sm-vertical li {
    float: none;
}
ul.sm ul a,
ul.sm-vertical a {
    white-space: normal;
}
* html ul.sm-vertical li {
    float: left;
    width: 100%;
}
* html ul.sm-vertical ul li {
    float: none;
    width: auto;
}
ul.sm ul.sm-nowrap > li > a {
    white-space: nowrap;
}
* html ul.sm {
    height: 1px;
}
ul.sm li *,
ul.sm li :after,
ul.sm li :before {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
ul.sm {
    -webkit-tap-highlight-color: transparent;
}
.topmenu li > a {
    text-decoration: none;
    padding: 32px 20px;
    font-weight: 400;
}
.topmenu li a > i {
    display: none;
    font-size: 2em;
}
.topmenu li > a strong {
    display: inline-block;
}
.topmenu li > a small {
    display: none;
    font-size: 0.85em;
}
.topmenu li:hover a small,
.topmenu li:hover a strong,
.topmenu li:hover > a i {
    opacity: 1;
}
.topmenu a > small {
    display: block;
}
.topmenu li.nav-submenu-item i.icon {
    margin-right: 0.5em;
}
.topmenu ul a.has-submenu,
.topmenu-vertical a.has-submenu {
    padding-right: 1.8em;
}
.topmenu li ul li a {
    padding: 15px 25px;
    text-align: left;
    border: 0;
}
.topmenu li ul li a i {
    font-size: 1em;
    display: inline-block;
    margin: 0 0.5em 0 0;
}
#menu ul.two.cols {
    width: 380px !important;
}
#menu ul.three.cols {
    width: 500px !important;
}
#menu ul.three.cols li {
    width: 33.33%;
}
#menu ul.four.cols li {
    width: 25%;
}
#menu ul.four.cols {
    width: 680px !important;
}
#menu ul.cols li {
    display: block;
    float: left;
    width: 50%;
}
#menu ul.cols li:first-child {
    box-shadow: none;
}
#menu ul.cols {
    clear: both;
}
.topmenu ul.menu-submenu {
}
.topmenu a span.sub-arrow {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 34px;
    background-image: url("//www.grmprivateinstitute.com/uploads/images/menu-sub-arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 0.75em;
    width: 0.75em;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.topmenu a span.sub-arrow i {
    display: none;
}
.topmenu ul.menu-submenu a span.sub-arrow,
.topmenu-vertical a span.sub-arrow {
    right: 1em;
    top: 1.4em;
    left: auto;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.topmenu li:first-child,
.topmenu ul li,
.topmenu-vertical li {
    border-left: 0;
}
.topmenu ul li:first-child,
.topmenu-vertical li:first-child {
    border-top: 0;
}
.topmenu span.scroll-down,
.topmenu span.scroll-up {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    border: solid #bbb;
    border-width: 1px 0;
    background: #fff;
    height: 20px;
}
.topmenu span.scroll-down-arrow,
.topmenu span.scroll-up-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #555;
}
#botwidget,
.loader {
    position: relative;
}
.topmenu span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed;
    border-color: #555 transparent transparent;
}
#topwidget {
    background-color: #fff;
}
#topwidget .static-image {
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 1em 4em;
    color: #fff;
}
#topwidget .static-image > h1 {
    font-size: 3em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 100;
}
#leftwidget aside,
#rightwidget aside {
    margin-bottom: 1.5em;
}
#leftwidget aside h3,
#rightwidget aside h3 {
}
#botwidget h3 {
}
.loader:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/loader-large.gif) 50% 50% no-repeat rgba(255, 255, 255, 0.8);
    visibility: visible;
    z-index: 5000;
}
footer {
}
#scrollUp {
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #0ad;
    border-radius: 30px;
    line-height: 55px;
    opacity: 0.8;
    color: white;
    display: none !important;
}
#scrollUp:before {
    content: "\f077";
    display: inline-block;
    vertical-align: middle;
    font: 28px Icons;
}
#error-page {
    background-image: url(../images/404_bg.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: top center;
    height: 100vh;
    background-color: #282828;
    box-shadow: inset 0 10px 0 0 #000, inset 0 -10px 0 0 #000;
    position: relative;
}
#error-page .logo {
    padding-top: 2em;
}
#error-page h1 {
    padding-top: 0.5em;
    color: #fff;
    font-size: 5em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}
#error-page h3 {
    color: #7f7f7f;
    font-size: 1.5em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}
#error-page h3.primary {
    margin-top: 2em;
}
#error-page #but.button {
    font-size: 2em;
    border-radius: 500em;
}
#error-page #but.button i.icon {
    font-size: 4em;
}
.section1 {
    background: #f4f6f8;
    position: relative;
    padding: 3em 1em;
}
.section1:after,
.section1:before,
.section2:after {
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
}
.section1:before {
    background: #fff;
    border-top: 1px solid #e1e1e1;
    top: 1px;
}
.section1:after {
    background: #e1e1e1;
    border-bottom: 1px solid #fefefe;
    bottom: 5px;
}
.section2:after {
    background: #fefefe;
    top: 0;
    transition: all 0.3s ease 0s;
}
.section2,
.section3,
.section4 {
    padding: 3em 1em;
    position: relative;
}
.section2 {
    background: #f4f6f8;
    border-top: 1px solid #e3e3e3;
}
.section3 {
    background: #fff;
    border-top: 1px solid #dadada;
}
.section4 {
    background: #e3e8ee;
    border-bottom: 1px solid #f4f6f8;
}
.menu.lang_menu {
    display: none;
}
.menu.lang_menu.show {
    display: block;
    position: absolute;
    background: white;
    z-index: 10000;
    width: auto;
    top: 46px;
}
.sk.menu {
    font-size: 20px;
}
.headerlanguage {
    cursor: pointer;
}
#langmenu .item {
    width: 100%;
}
.lazyload {
    display: block;
    min-height: 1px;
}
.lazyload.custom-loader {
    max-width: 50px;
    max-height: 50px;
    left: calc(50% - 25px);
}
/*All*/
b {
    font-weight: 900;
}
input,
textarea,
select,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-webkit-input-placeholder {
    opacity:1;
}
::-moz-placeholder {
    opacity:1;
}
:-ms-input-placeholder {
    opacity:1;
}
:-moz-placeholder {
    opacity:1;
}
.underline,
a.underline:hover,
a.underline:focus {
    text-decoration: underline;
}
.row {
    margin-left:-15px;
    margin-right:-15px;
}
.col {
    padding-left:15px;
    padding-right:15px;
}
.row-2 {
    margin-left:-2px;
    margin-right:-2px;
}
.col-2 {
    padding-left:2px;
    padding-right:2px;
}
.row-5 {
    margin-left:-5px;
    margin-right:-5px;
}
.col-5 {
    padding-left:5px;
    padding-right:5px;
}
.row-7 {
    margin-left:-7px;
    margin-right:-7px;
}
.col-7 {
    padding-left:7px;
    padding-right:7px;
}
.row-10 {
    margin-left:-10px;
    margin-right:-10px;
}
.col-10 {
    padding-left:10px;
    padding-right:10px;
}
.row-20 {
    margin-left:-20px;
    margin-right:-20px;
}
.col-20 {
    padding-left:20px;
    padding-right:20px;
}
.row-25 {
    margin-left:-25px;
    margin-right:-25px;
}
.col-25 {
    padding-left:25px;
    padding-right:25px;
}
.row-30 {
    margin-left:-30px;
    margin-right:-30px;
}
.col-30 {
    padding-left:30px;
    padding-right:30px;
}
.row-35 {
    margin-left:-35px;
    margin-right:-35px;
}
.col-35 {
    padding-left:35px;
    padding-right:35px;
}
.row-40 {
    margin-left:-40px;
    margin-right:-40px;
}
.col-40 {
    padding-left:40px;
    padding-right:40px;
}
.row-50 {
    margin-left:-50px;
    margin-right:-50px;
}
.col-50 {
    padding-left:50px;
    padding-right:50px;
}
.row-60 {
    margin-left:-60px;
    margin-right:-60px;
}
.col-60 {
    padding-left:60px;
    padding-right:60px;
}
.row-65 {
    margin-left:-65px;
    margin-right:-65px;
}
.col-65 {
    padding-left:65px;
    padding-right:65px;
}
.row-70 {
    margin-left:-70px;
    margin-right:-70px;
}
.col-70 {
    padding-left:70px;
    padding-right:70px;
}
.row-75 {
    margin-left:-75px;
    margin-right:-75px;
}
.col-75 {
    padding-left:75px;
    padding-right:75px;
}
.row-80 {
    margin-left:-80px;
    margin-right:-80px;
}
.col-80 {
    padding-left:80px;
    padding-right:80px;
}
.row-100 {
    margin-left:-100px;
    margin-right:-100px;
}
.col-100 {
    padding-left:100px;
    padding-right:100px;
}
.row-140 {
    margin-left:-140px;
    margin-right:-140px;
}
.col-140 {
    padding-left:140px;
    padding-right:140px;
}
.row-150 {
    margin-left:-150px;
    margin-right:-150px;
}
.col-150 {
    padding-left:150px;
    padding-right:150px;
}
.v-align-middle {
    vertical-align:middle;
}
.overflow-hidden {
    overflow: hidden;
}
.visibility-hidden {
    visibility:hidden;
}
.uppercase {
    text-transform:uppercase;
}
.bold {
    font-weight:bold;
}
.light {
    font-weight: 300;
}
.block {
    display:block;
}
.inline-block {
    display: inline-block;
}
.inline-table {
    display: inline-table;
}
.flex {
    display:flex;
}
.flex-wrap {
    display:flex;
    flex-wrap:wrap;
}
.flex-between {
    display:flex;
    justify-content: space-between;
}
.flex-wrap-between {
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.flex-center {
    display:flex;
    justify-content: center;
}
.flex-wrap-center {
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
}
.flex-right {
    display:flex;
    justify-content: flex-end;
}
.flex-wrap-right {
    display:flex;
    flex-wrap:wrap;
    justify-content: flex-end;
}
.flex-all-center {
    display:flex;
    justify-content: center;
    align-items:center;
}
.flow-column {
    flex-flow:column;
}
.flex-vertical-center {
    display:flex;
    align-items:center;
}
.flex-bottom {
    display:flex;
    align-items:flex-end;
}
.flex-wrap-bottom {
    display:flex;
    flex-wrap:wrap;
    align-items:flex-end;
}
.sk-grid {
    max-width: 100%;
    padding-left: calc((100vw - 1517px) / 2);
    padding-right: calc((100vw - 1517px) / 2);
}
.sk-grid-left {
    padding-left: calc((100vw - 1517px) / 2);
}
.sk-grid-right {
    padding-right: calc((100vw - 1517px) / 2);
}
.page-title {
    color: #333;
    font-size: 60px;
    font-family: 'PFReminderPro', cursive;
}
.page-title.blue {
    color: #0ad;
}
.page-title.green {
    color: #86b646;
}
.page-title.white {
    color: white;
}
.page-section {
    margin-top: 150px;
    margin-bottom: 150px;
}
.page-section-top {
    margin-top: 150px;
}
.page-section-bottom {
    margin-bottom: 150px;
}
.color-blue {
    color: #0ad;
}
.default-page-description {
    position: relative;
    padding-left: 150px;
    padding-bottom: 150px;
}
.default-page-description::before,
.default-page-description::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #0ad;
    border-radius: 3px;
}
.default-page-description::before {
    top: -150px;
    width: 6px;
}
.default-page-description::after {
    height: 6px;
    width: 60%;
}
.default-page-description .page-title {
    text-align: center;
    margin-bottom: 30px;
    margin-left: -150px;
}
/*Header*/
.header-left {
    width: 340px;
}
.header-left img {
    margin-top: 1px;
}
.header-right {
    width: calc(100% - 340px);
}
.header-top {
    padding: 10px 25px 25px;
    color: black;
    font-size: 14px;
    font-weight: bold;
}
.header-socials-title {
    display: inline-block;
    margin-right: 5px;
}
.header-socials a {
    display: inline-block;
    margin-right: 5px;
}
.header-socials a:last-child {
    margin-right: 0;
}
.social-icon {
    background-color: black;
    width: 20px;
    height: 20px;
    display: flex;
    border-radius: 50%;
    padding: 3px;
    justify-content: center;
    align-items: center;
    position: relative;
}
.social-icon.fb {
    background-color: #023175;
}
.social-icon.yt {
    background-color: #d8372a;
}
.social-icon::after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.social-icon img {
    width: 14px;
    height: 14px;
}
.header-menu {
    background-color: #0ad;
    color: white;
}
header.scroll .header-left {
    width: 200px;
}
header.scroll .header-right {
    width: calc(100% - 200px);
}
header.scroll .header-top {
    display: none;
}
header.scroll .header-menu {
    background-color: white;
    color: #0ad;
    padding-right: 20px;
    font-size: 15px;
}
header.scroll .topmenu li > a {
    text-decoration: none;
    padding: 15px 20px 20px;
}
header.scroll .topmenu a span.sub-arrow {
    top: 17px;
    -webkit-filter: none;
    filter: none;
}
header.scroll .topmenu li > a.active strong::after {
    bottom: -20px;
    background-color: #0ad;
}
@-webkit-keyframes sonarEffect-fb {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 3px 3px #023175, 0 0 0 3px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 3px 3px #023175, 0 0 0 3px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.1);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect-fb {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 3px 3px #023175, 0 0 0 3px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 3px 3px #023175, 0 0 0 3px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.1);
        opacity: 0;
    }
}
@keyframes sonarEffect-fb {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 3px 3px #023175, 0 0 0 3px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 3px 3px #023175, 0 0 0 3px rgba(255, 255, 255, 0.5);
        transform: scale(1.1);
        opacity: 0;
    }
}
@-webkit-keyframes sonarEffect-yt {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 3px 3px #d8372a, 0 0 0 3px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 3px 3px #d8372a, 0 0 0 3px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.1);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect-yt {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 3px 3px #d8372a, 0 0 0 3px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 3px 3px #d8372a, 0 0 0 3px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.1);
        opacity: 0;
    }
}
@keyframes sonarEffect-yt {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 3px 3px #d8372a, 0 0 0 3px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 3px 3px #d8372a, 0 0 0 3px rgba(255, 255, 255, 0.5);
        transform: scale(1.1);
        opacity: 0;
    }
}
/*Dropdown Menu*/
.menu-icons-inside {
    position: relative;
    text-align: center;
    cursor: pointer;
    z-index: 200000;
    display: none;
}
.menu-icon {
    position: relative;
    color: #0ad;
    height: 30px;
    margin-right: 0;
    display: inline-block;
}
.menu-icon.menu-icon-main.opened {
    position: fixed;
    top: 15px;
    right: 15px;
    height: 35px;
    width: 35px;
}
.menu-icon-create {
    display: inline-block;
    width: 33px;
    height: 2px;
    position: relative;
    top: 13px;
    vertical-align: bottom;
    background: #0ad;
    white-space: nowrap;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    float: left;
}
.menu-icon-create::after, .menu-icon-create::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 33px;
    height: 2px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    outline: 1px solid transparent;
    left: 0;
    background: #0ad;
}
.menu-icon-create::before {
    top: -13px;
}
.menu-icon-create::after {
    top: 13px;
}
.menu-icon.opened .menu-icon-create {
    background: none;
    top: 17px;
    left: 4px;
}
.opened .menu-icon-create::after,
.opened .menu-icon-create::before {
    background: rgb(178, 178, 178) !important;
    height: 2px;
}
.menu-icon.opened .menu-icon-create::before {
    top: 1px;
    left: 1px;
    -webkit-transform: rotate(-48deg) translate(2px,0);
    -moz-transform: rotate(-48deg) translate(2px,0);
    -ms-transform: rotate(-48deg) translate(2px,0);
    -o-transform: rotate(-48deg) translate(2px,0);
    transform: rotate(-48deg) translate(2px,0);
}
.menu-icon.opened .menu-icon-create::after {
    -webkit-transform: rotate(45deg) translate(0,1px);
    -moz-transform: rotate(45deg) translate(0,1px);
    -ms-transform: rotate(45deg) translate(0,1px);
    -o-transform: rotate(45deg) translate(0,1px);
    transform: rotate(45deg) translate(0,1px);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
    top: 11px;
    left: -1px;
}
/*Carousel*/
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    background-color: transparent;
}
/*Homepage*/
#home-page {
    position: relative;
    padding-right: 25px;
}
#home-page p {
    max-width: 1300px;
}
#home-page .sk.button {
    margin-top: 30px;
}
#home-page .blue-line {
    position: absolute;
    width: 6px;
    background-color: #0ad;
    border-radius: 3px;
    top: 90px;
    bottom: -280px;
    right: 0;
}
#home-page .blue-line-bottom {
    position: absolute;
    height: 6px;
    background-color: #0ad;
    border-radius: 3px;
    bottom: -280px;
    width: 835px;
    right: 0;
    z-index: 1;
}
/*Mission & Vision*/
.mission-vision-column {
    margin-bottom: 30px;
}
.mission-vision-column:last-child {
    margin-bottom: 0;
}
.mission-vision-column .image img {
    width: 100%;
}
.mission-vision-col-title,
.mission-vision-column .text p {
    position: relative;
    z-index: 1;
}
.mission-vision-col-title {
    text-align: center;
    background-color: #0ad;
    font-size: 60px;
    font-family: 'PFReminderPro', cursive;
    color: white;
    margin-bottom: 30px;
    padding: 45px 15px;
}
.mission-vision-col-title.green {
    background-color: #86b646;
}
.mission-vision-col-title.red {
    background-color: #db2242;
}
.mission-vision-col-left.text {
    position: relative;
    padding-bottom: 220px;
}
#mission-vision .green-line {
    height: 6px;
    background-color: #86b646;
    border-radius: 3px;
    position: absolute;
    left: 15px;
    right: -85px;
    bottom: 200px;
}
#mission-vision .green-line::after {
    content: "";
    width: 6px;
    background-color: #86b646;
    border-radius: 3px;
    top: 0;
    position: absolute;
    height: 415px;
}
#mission-vision .green-line::before {
    content: "";
    height: 6px;
    background-color: #86b646;
    border-radius: 3px;
    position: absolute;
    left: 0;
    bottom: -410px;
    width: 90px;
}
/*Greeting*/
.greeting-left {
    background-color: #86b646;
    color: white;
    padding: 60px 75px;
    min-height: 420px;
}
.greeting-right {
    position: relative;
    height: 420px;
    margin-left: 75px;
    margin-bottom: 60px;
}
.greeting-image {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/*About Page*/
#about-page {
    position: relative;
    padding-left: 160px;
    padding-bottom: 160px;
}
#about-page::before,
#about-page::after {
    content: "";
    background-color: #0ad;
    border-radius: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}
#about-page::before {
    top: 0;
    width: 6px;
}
#about-page::after {
    width: 60%;
    height: 6px;
}
#about-page .page-title {
    margin-left: -160px;
}
/*About - Vision*/
.about-vision-back {
    background-image: url('https://www.grmprivateinstitute.com/uploads/images/about-vision-back.jpg');
    position: relative;
    background-size: cover;
    background-position: center center;
    padding: 100px 50px;
    color: white;
    z-index: 1;
    font-size: 22px;
    font-weight: bold;
}
.about-vision-back::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,170,221,0.72);
    z-index: -1;
}
.about-vision-left h2 {
    padding-left: 100px;
}
.about-vision-right p {
    line-height: 1.75;
}
/*About - Mission*/
#about-mission h2 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 60px;
}
.about-mission-res-wrap {
    min-height: 100%;
    background-color: rgba(0,0,0,0.07);
    padding: 50px 25px;
}
.about-mission-res-number {
    font-size: 80px;
    font-family: 'PFReminderPro', cursive;
    color: #db2242;
    font-weight: 500;
}
.about-mission-res-wrap p {
    font-size: 20px;
    line-height: 1.5;
}
/*Our Goals*/
#our-goals h2 {
    font-size: 60px;
    font-weight: 600;
    color: #86b646;
    margin-bottom: 80px;
}
.our-goals-text {
    position: relative;
    padding-right: 145px;
}
.our-goals-text::before,
.our-goals-text::after {
    content: "";
    border-radius: 3px;
    background-color: #86b646;
    position: absolute;
    top: 60px;
    right: 0;
}
.our-goals-text::before {
    width: calc(100% - 675px);
    height: 6px;
}
.our-goals-text::after {
    width: 6px;
    bottom: 0;
}
.our-goals-text ul {
    line-height: 1.95;
    list-style: none;
    margin: 0;
    padding-left: 25px;
}
.our-goals-text ul li {
    margin-bottom: 3em;
    position: relative;
}
.our-goals-text ul li::before {
    content: "";
    position: absolute;
    left: -25px;
    width: 0.45em;
    height: 0.45em;
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
    top: 0.5em;
    display: block;
}
/*Events Results*/
.events-res-item {
    margin-bottom: 150px;
}
.events-results .events-res-item:nth-last-child(3),
.events-results .events-res-item:nth-last-child(2),
.events-results .events-res-item:last-child {
    margin-bottom: 0;
}
.events-res-wrap {
    position: relative;
}
.events-res-wrap:after {
    content: "";
    background-color: #0ad;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.events-res-text {
    border-top: 10px solid #0ad;
    padding-top: 15px;
}
.events-res-text.with-writer {
    border-top: none;
}
.events-res-writer {
    font-size: 14px;
    background-color: #0ad;
    color: white;
    font-weight: 400;
    padding: 3px 10px;
    margin-bottom: 15px;
}
.events-res-title {
    color: black;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 30px;
    height: 60px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.events-res-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 30px;
    height: 90px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.events-res-image {
    padding-top: 55%;
    position: relative;
    overflow: hidden;
}
.events-res-image-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background-size: cover;
    background-position: center center;
}
/*Video Popup*/
.video-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.9);
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100000;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    display: flex;
    justify-content: center;
    align-content: center;
}
.video-popup.active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.video-popup-back {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.video-popup-wrap {
    max-width: 1000px;
    width: 100%;
    margin: auto;
}
.video-popup-carousel-container {
    max-width: 1115px;
    width: 100%;
    margin: 55px auto;
    position: relative;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.35);
}
.video-popup-close {
    cursor: pointer;
    position: absolute;
    width: 50px;
    top: 35px;
    right: 35px;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    opacity: 0.3;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.video-popup-container {
    position: relative;
    padding-top: 72.5%;
    overflow: hidden;
}
.video-popup-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 100%;
    height: auto;
}
.video-popup-carousel.owl-theme .owl-controls {
    margin: 0;
}
.video-popup-carousel .owl-buttons {
    position: absolute;
    right: -15px;
    bottom: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    display: flex;
}
.video-popup-carousel.owl-theme .owl-controls .owl-buttons div {
    height: 140px;
    width: 85px;
    background-color: transparent;
    border-radius: 0;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    position: relative;
}
.video-popup-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev {
    margin-right: 0;
    border-right: 1px solid #00aadd;
}
.video-popup-carousel.owl-theme .owl-controls .owl-buttons div.owl-next {
    margin-left: 0;
}
.video-popup-carousel.owl-theme .owl-controls .owl-buttons div img {
    width: 35px;
    height: 70px;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.video-popup-carousel.owl-theme .owl-controls .owl-buttons div img.over {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 0;
}
/*Programs*/
.faq-title {
    font-size: 50px;
    font-weight: 600;
}
.programs-res-item {
    background-color: rgba(0,0,0,0.07);
    margin-bottom: 20px;
}
.programs-res-item:last-child {
    margin-bottom: 0;
}
.programs-res-toggle {
    padding: 15px 75px 15px 55px;
    position: relative;
    cursor: pointer;
}
.programs-res-toggle::before,
.programs-res-toggle::after {
    content: "";
    width: 25px;
    height: 3px;
    background-color: #db2242;
    display: block;
    position: absolute;
    margin: auto;
    right: 30px;
    top: 0;
    bottom: 0;
    border-radius: 2px;
}
.programs-res-toggle::after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.programs-res-toggle h3 {
    margin: 0;
    color: #db2242;
    font-size: 30px;
    font-family: 'PFReminderPro', cursive;
    font-weight: 500;
}
.programs-res-dropdown {
    padding: 25px 55px;
    display: none;
}
.programs-res-dropdown.layout-bottom .programs-res-description {
    margin-bottom: 25px;
}
.programs-res-description h1,
.programs-res-description h2,
.programs-res-description h3,
.programs-res-description h4,
.programs-res-description h5,
.programs-res-description h6 {
    font-size: 16px;
    color: black;
    font-weight: 600;
    margin-bottom: 5px;
}
.programs-res-description ul {
    line-height: 1.95;
    padding-left: 15px;
}
.programs-res-description ul li::marker {
    color: #0ad;
}
.programs-res-image img {
    width: 100%;
}
.programs-res-left {
    width: 500px;
    float: left;
    padding-right: 60px;
    padding-bottom: 60px;
}
.programs-res-video {
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.programs-res-image-back {
    position: relative;
    padding-top: 50%;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.programs-res-left .programs-res-image-back {
    padding-top: 75%;
}
.programs-res-play-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 140px;
    height: 140px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.programs-res-item.active .programs-res-toggle::after {
    opacity: 0;
}
/*Contact Form*/
#contact-form .page-title {
    margin-bottom: 35px;
}
.contact-form-left {
    text-align: center;
}
.contact-form-left > .inline-table {
    text-align: left;
}
.contact-info-item {
    margin-bottom: 20px;
}
.contact-info-item img {
    width: 260px;
}
.contact-socials {
    color: #0ad;
}
.contact-socials a {
    display: inline-block;
    margin-right: 30px;
}
.contact-socials a:last-child {
    margin-right: 0;
}
.sk.form .field {
    margin: 0 0 30px;
}
.sk.form .small-margin .field {
    margin: 0 0 20px;
}
.sk.form .two.fields > .fields,
.sk.form .two.fields > .field {
    padding-left: 25px;
    padding-right: 25px;
}
.sk.form .fields .field:first-child {
    padding-left: 0 !important;
}
.sk.form .fields .field:last-child {
    padding-right: 0 !important;
}
.sk.form .field label {
    white-space: normal;
}
.sk.form .field label,
.sk.form textarea,
.sk.form input[type="text"],
.sk.form input[type="email"],
.sk.form input[type="date"],
.sk.form input[type="password"],
.sk.form input[type="number"],
.sk.form input[type="tel"],
.sk.form .fileinput > input,
.sk.form .field label.radio,
.sk.form .field label.checkbox,
.sk.button,
.sk.message .header {
    font-family: 'Comfortaa', cursive;
}
.sk.form textarea,
.sk.form input[type="text"],
.sk.form input[type="email"],
.sk.form input[type="date"],
.sk.form input[type="password"],
.sk.form input[type="number"],
.sk.form input[type="tel"],
.sk.form .fileinput > input {
    padding: 5px 0 !important;
    border-bottom: 1px solid rgba(122,126,135,0.3);
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    color: rgba(0,0,0,0.5);
    font-weight: 600;
}
.sk.form input[type="text"]:focus,
.sk.form input[type="email"]:focus,
.sk.form input[type="date"]:focus,
.sk.form input[type="password"]:focus,
.sk.form input[type="number"]:focus,
.sk.form input[type="url"]:focus,
.sk.form input[type="tel"]:focus,
.sk.form textarea:focus {
    color: rgba(0,0,0,0.5);
    border-color: rgba(122,126,135,0.3);
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    box-shadow: none;
}
.sk.form .fields.error .field textarea,
.sk.form .fields.error .field input[type="text"],
.sk.form .fields.error .field input[type="email"],
.sk.form .fields.error .field input[type="date"],
.sk.form .fields.error .field input[type="password"],
.sk.form .fields.error .field input[type="number"],
.sk.form .fields.error .field input[type="url"],
.sk.form .fields.error .field input[type="tel"],
.sk.form .field.error textarea,
.sk.form .field.error input[type="text"],
.sk.form .field.error input[type="email"],
.sk.form .field.error input[type="date"],
.sk.form .field.error input[type="password"],
.sk.form .field.error input[type="number"],
.sk.form .field.error input[type="url"],
.sk.form .field.error input[type="tel"] {
    background-color: transparent;
    color: rgba(0,0,0,0.5);
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(122,126,135,0.3);
}
.sk.form .field.error textarea:focus,
.sk.form .field.error input[type="text"]:focus,
.sk.form .field.error input[type="email"]:focus,
.sk.form .field.error input[type="date"]:focus,
.sk.form .field.error input[type="password"]:focus,
.sk.form .field.error input[type="number"]:focus,
.sk.form .field.error input[type="url"]:focus,
.sk.form .field.error input[type="tel"]:focus {
    color: rgba(0,0,0,0.5);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(122,126,135,0.3);
}
.sk.form ::-webkit-input-placeholder {
    color: rgba(0,0,0,0.5);
}
.sk.form ::-moz-placeholder {
    color: rgba(0,0,0,0.5);
}
.sk.form :-ms-input-placeholder {
    color: rgba(0,0,0,0.5);
}
.sk.form :-moz-placeholder {
    color: rgba(0,0,0,0.5);
}
.sk.form .error ::-webkit-input-placeholder {
    color: rgba(0,0,0,0.5);
}
.sk.form .error ::-moz-placeholder {
    color: rgba(0,0,0,0.5);
}
.sk.form .error :-ms-input-placeholder {
    color: rgba(0,0,0,0.5);
}
.sk.form .error :-moz-placeholder {
    color: rgba(0,0,0,0.5);
}
.sk.form :hover::-webkit-input-placeholder {
    color: rgba(0,0,0,0.5);
}
.sk.form :hover::-moz-placeholder {
    color: rgba(0,0,0,0.5);
}
.sk.form :hover:-ms-input-placeholder {
    color: rgba(0,0,0,0.5);
}
.sk.form :hover:-moz-placeholder {
    color: rgba(0,0,0,0.5);
}
.sk.form :focus::-webkit-input-placeholder {
    color: rgba(0,0,0,0.5);
}
.sk.form :focus::-moz-placeholder {
    color: rgba(0,0,0,0.5);
}
.sk.form :focus:-ms-input-placeholder {
    color: rgba(0,0,0,0.5);
}
.sk.form :focus:-moz-placeholder {
    color: rgba(0,0,0,0.5);
}
.sk.form .error :focus::-webkit-input-placeholder {
    color: rgba(0,0,0,0.5);
}
.sk.form .error :focus::-moz-placeholder {
    color: rgba(0,0,0,0.5);
}
.sk.form .error :focus:-ms-input-placeholder {
    color: rgba(0,0,0,0.5);
}
.sk.form .error :focus:-moz-placeholder {
    color: rgba(0,0,0,0.5);
}
.sk.textarea,
.sk.form textarea {
    height: 13em;
    resize: none;
}
.radio,
.checkbox {
    margin-bottom: 0;
    padding-left: 0;
    line-height: 1;
}
.sk.form .field label.checkbox {
    font-size: 1em;
    font-weight: 600;
}
.sk.form .field.error label {
    color: rgba(0,0,0,0.5);
}
.sk.form .field.error label div,
.sk.form #agreeInfo {
    color: #db2242;
    position: relative;
    top: 5px;
    font-size: 14px;
}
.radio i,
.checkbox i {
    position: relative;
    display: inline-block;
}
.checkbox i {
    width: 1.2em;
    height: 1.2em;
    border: 1px solid rgba(122,126,135,0.3);
    vertical-align: middle;
    margin-right: 2px;
}
.checkbox input + i::after {
    content: "";
    color: #0ad;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 1em;
}
.checkbox input:checked + i::after {
    content: "\f00c";
    color: #0ad;
}
#contact-form .sk.button {
    min-width: 300px;
    font-size: 20px;
}
.sk.button {
    background-color: transparent;
    color: #0ad;
    padding: 1.5em 3em;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 2em;
    border: 1px solid #0ad;
}
.sk.button.white {
    color: #fff;
    border: 1px solid #fff;
}
.sk.button:hover {
    color: white;
    background-color: #0ad;
}
.sk.button.white:hover {
    color: #0ad;
    background-color: white;
}
.sk.message {
    color: rgba(0,0,0,0.5);
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.sk.success.message,
.sk.positive.message {
    background-color: rgba(0,0,0,0.1);
    color: black;
    padding: 4em 1em;
    text-align: center;
}
.sk.warning.message {
    background-color: rgba(0,0,0,0.1);
    color: black;
}
.sk.icon.message.success i {
    display: none !important;
}
.sk.icon.message > .icon + .content {
    padding-left: 0;
}
.sk.message .header {
    font-size: 1.5em;
    font-weight: bold;
    color: #0ad;
}
/*Find Us*/
#find-us .page-title {
    margin-bottom: 35px;
}
#find-us iframe {
    width: 100%;
    height: 445px;
}
/*Footer*/
.footer-top {
    height: 215px;
}
.footer-bottom {
    height: 80px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-line {
    border-top: 1px solid;
}
.footer-logo {
    width: 220px;
    position: relative;
    top: -10px;
    left: -4px;
}
.footer-line.left {
    border-color: #44434c;
    margin-right: -20px;
}
footer .header-socials {
    font-size: 17px;
    color: #023175;
}
.footer-blue-back {
    background-color: #0ad;
    color: white;
}
.footer-top.right,
.footer-bottom.right {
    padding-left: 100px;
}
.footer-top.right {
    display: flex;
    justify-content: flex-end;
    flex-flow: column;
    padding-bottom: 40px;
    padding-top: 40px;
}
#footermenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#footermenu > li {
    margin-right: 15px;
}
#footermenu > li:last-child {
    margin-right: 0;
}
#footermenu > li a strong {
    font-weight: 400;
}
#footermenu .menu-submenu {
    display: none !important;
}
.footer-text:last-child {
    color: rgba(255,255,255,0.5);
}
#footermenu > li a.active {
    color: white;
}
#footermenu > li a.inactive {
    color: rgba(255,255,255,0.5);
}

/*Responsive*/
@media only screen and (min-width: 1025px) {
    /*Header*/
    .header-socials a:hover .social-icon.fb::after {
        -webkit-animation: sonarEffect-fb 0.75s ease-out 75ms;
        -moz-animation: sonarEffect-fb 0.75s ease-out 75ms;
        animation: sonarEffect-fb 0.75s ease-out 75ms;
    }
    .header-socials a:hover .social-icon.yt::after {
        -webkit-animation: sonarEffect-yt 0.75s ease-out 75ms;
        -moz-animation: sonarEffect-yt 0.75s ease-out 75ms;
        animation: sonarEffect-yt 0.75s ease-out 75ms;
    }
    /*Menu*/
    .topmenu > li > a:hover {
        background-color: #0090b2;
    }
    .topmenu li ul li a:hover {
        color: #0ad;
    }
    header.scroll .topmenu > li > a:hover {
        background-color: transparent;
        color: black;
    }
    header.scroll .topmenu a:hover span.sub-arrow {
        -webkit-filter: brightness(0);
        filter: brightness(0);
    }
    /*Events Results*/
    .events-res-wrap:hover:after {
        height: 10px;
    }
    .events-res-wrap:hover .events-res-title {
        color: #0ad;
    }
    .events-res-wrap:hover .events-res-image-back {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15);
    }
    /*Video Popup*/
    .video-popup-close:hover {
        opacity: 1;
    }
    .video-popup-carousel.owl-theme .owl-controls .owl-buttons div:hover img.normal {
        opacity: 0;
    }
    .video-popup-carousel.owl-theme .owl-controls .owl-buttons div:hover img.over {
        opacity: 1;
    }
    /*Programs*/
    .programs-res-video:hover .programs-res-image-back {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15);
    }
    .programs-res-video:hover .programs-res-play-icon {
        -webkit-filter: none;
        filter: none;
    }
    /*Contact Form*/
    .contact-socials a:hover {
        color: black;
    }
    .checkbox a:hover {
        color: #0ad;
    }
    /*Footer*/
    footer a:hover {
        color: rgba(255,255,255,0.5);
    }
    .footer-text:last-child a:hover {
        color: white;
    }
}
@media only screen and (max-width: 1650px) {
    .header-menu,
    header.scroll .header-menu {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1600px) {
    /*All*/
    .sk-grid {
        padding-left: calc((100vw - 1217px) / 2);
        padding-right: calc((100vw - 1217px) / 2);
    }
    .sk-grid-left {
        padding-left: calc((100vw - 1217px) / 2);
    }
    .sk-grid-right {
        padding-right: calc((100vw - 1217px) / 2);
    }
    /*Homepage*/
    #home-page .blue-line,
    #home-page .blue-line-bottom {
        bottom: -200px;
    }
    /*Greeting*/
    .greeting-left {
        padding: 30px 40px;
    }
    .greeting-right {
        margin-left: 35px;
        margin-bottom: 40px;
    }
    /*About - Vision*/
    .about-vision-back {
        padding: 70px 20px;
        font-size: 20px;
    }
    /*About - Mission*/
    .about-mission-results > [class*="row-"] {
        margin-left: -20px;
        margin-right: -20px;
    }
    .about-mission-results > [class*="row-"] >  [class*="col-"] {
        padding-left: 20px;
        padding-right: 20px;
    }
    /*Events Results*/
    .events-res-item {
        margin-bottom: 80px;
    }
    .events-results > [class*="row-"] {
        margin-left: -40px;
        margin-right: -40px;
    }
    .events-results > [class*="row-"] >  [class*="col-"] {
        padding-left: 40px;
        padding-right: 40px;
    }
    /*Video Popup*/
    .video-popup-carousel-container {
        max-width: 800px;
    }
    /*Footer*/
    .footer-logo {
        width: 200px;
    }
    .footer-top.right,
    .footer-bottom.right {
        padding-left: 40px;
    }
    #footermenu {
        font-size: 12px;
    }
}
@media only screen and (max-width: 1550px) {
    /*Header*/
    .header-menu,
    header.scroll .header-menu {
        font-size: 12px;
    }
    header.scroll .topmenu li > a {
        padding: 16px 20px 20px;
    }
}
@media only screen and (max-width: 1450px) {
    /*Header*/
    .header-menu,
    header.scroll .header-menu {
        font-size: 10px;
    }
}
@media only screen and (max-width: 1300px) {
    /*All*/
    body,
    html {
        font-size: 14px;
    }
    .sk-grid {
        padding-left: calc((100vw - 917px) / 2);
        padding-right: calc((100vw - 917px) / 2);
    }
    .sk-grid-left {
        padding-left: calc((100vw - 917px) / 2);
    }
    .sk-grid-right {
        padding-right: calc((100vw - 917px) / 2);
    }
    .sk-content-full {
        padding: 100px 0;
    }
    .page-section {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .page-section-top {
        margin-top: 100px;
    }
    .page-section-bottom {
        margin-bottom: 100px;
    }
    .page-title {
        font-size: 45px;
    }
    .default-page-description {
        padding-left: 75px;
        padding-bottom: 75px;
    }
    .default-page-description .page-title {
        margin-left: -75px;
    }
    /*Header*/
    .header-left {
        width: 200px;
    }
    .header-right {
        width: calc(100% - 200px);
    }
    .header-menu,
    header.scroll .header-menu {
        font-size: 10px;
    }
    .topmenu li > a {
        padding: 30px 10px;
    }
    .topmenu a span.sub-arrow {
        top: 32px;
    }
    .topmenu li ul li a {
        padding: 10px 15px;
    }
    header.scroll .header-left {
        width: 180px;
    }
    header.scroll .header-right {
        width: calc(100% - 180px);
    }
    header.scroll .topmenu li > a {
        padding: 20px 10px;
    }
    header.scroll .topmenu a span.sub-arrow {
        top: 22px;
    }
    /*Homepage*/
    #home-page .blue-line {
        top: 70px;
        bottom: -50px;
    }
    #home-page .blue-line-bottom {
        width: 100%;
        bottom: -50px;
    }
    /*Mission & Vision*/
    .mission-vision-column > .columns {
        align-items: flex-start;
    }
    .mission-vision-col-title {
        font-size: 40px;
        padding: 15px;
    }
    .mission-vision-col-left.text {
        padding-bottom: 0;
    }
    #mission-vision .green-line {
        display: none;
    }
    /*About Page*/
    #about-page {
        padding-left: 75px;
        padding-bottom: 75px;
    }
    #about-page .page-title {
        margin-left: -75px;
    }
    /*About - Vision*/
    .about-vision-back {
        padding: 50px 20px;
        font-size: 17px;
    }
    /*About - Mission*/
    #about-mission h2 {
        font-size: 40px;
        margin-bottom: 25px;
    }
    .about-mission-res-wrap {
        padding: 25px;
    }
    .about-mission-res-number {
        font-size: 60px;
    }
    .about-mission-res-wrap p {
        font-size: 16px;
    }
    /*Our Goals*/
    #our-goals h2 {
        font-size: 50px;
        margin-bottom: 60px;
    }
    .our-goals-text {
        padding-right: 75px;
    }
    .our-goals-text::before,
    .our-goals-text::after {
        top: 45px;
    }
    .our-goals-text::before {
        width: calc(100% - 545px);
    }
    /*Events Results*/
    .events-results > [class*="row-"] {
        margin-left: -20px;
        margin-right: -20px;
    }
    .events-results > [class*="row-"] >  [class*="col-"] {
        padding-left: 20px;
        padding-right: 20px;
    }
    /*Programs*/
    .faq-title {
        font-size: 40px;
    }
    .programs-res-toggle {
        padding: 15px 75px 15px 20px;
    }
    .programs-res-toggle h3 {
        font-size: 25px;
    }
    .programs-res-toggle::before,
    .programs-res-toggle::after {
        width: 21px;
    }
    .programs-res-dropdown {
        padding: 15px 20px;
    }
    .programs-res-left {
        width: 50%;
        padding-right: 35px;
        padding-bottom: 35px;
    }
    .programs-res-play-icon {
        width: 75px;
        height: 75px;
    }
    /*Video Popup*/
    .video-popup-carousel .owl-buttons {
        right: 0;
    }
    .video-popup-carousel.owl-theme .owl-controls .owl-buttons div {
        height: 90px;
        width: 55px;
    }
    .video-popup-carousel.owl-theme .owl-controls .owl-buttons div img {
        width: 20px;
        height: 50px;
    }
    /*Contact Form*/
    .contact-form-left {
        text-align: left;
    }
    .contact-info-item img {
        width: 230px;
    }
    #contact-form .sk.button {
        min-width: 250px;
        font-size: 17px;
    }
    .sk.form .field.error label div,
    .sk.form #agreeInfo {
        font-size: 12px;
    }
    /*Footer*/
    .footer-left .sk-grid-left {
        padding-left: 20px;
    }
    .footer-right .sk-grid-right {
        padding-right: 20px;
    }
    .footer-logo {
        width: 185px;
    }
    #footermenu {
        font-size: 10px;
    }
    #footermenu > li {
        margin-right: 10px;
    }
}
@media only screen and (max-width: 1024px) {
    /*All*/
    .sk-grid {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .sk-grid-left {
        padding-left: 20px;
    }
    .sk-grid-right {
        padding-right: 20px;
    }
    .default-page-description {
        padding-left: 25px;
        padding-bottom: 25px;
    }
    .default-page-description .page-title {
        margin-left: 0;
    }
    /*Header*/
    header {
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .header-top {
        padding: 10px 0 25px;
    }
    .header-menu,
    header.scroll .header-menu {
        background-color: transparent;
        color: black;
        padding: 0;
        font-size: 20px;
    }
    .menu-icons-inside {
        display: block;
    }
    #menu-wrap {
        display: none;
        position: fixed;
        z-index: 100000;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: white;
        overflow-y: auto;
        overflow-x: hidden;
    }
    #menu-wrap.showmenu {
        display: block;
    }
    #menu {
        display: block;
        max-width: 430px;
        margin: 75px auto;
        padding: 0 50px;
    }
    .sk.tabs li,
    ul.topmenu li {
        float: none;
    }
    .topmenu li > a,
    header.scroll .topmenu li > a {
        padding: 20px 0;
    }
    .topmenu li > a.active strong::after {
        display: none;
    }
    ul.topmenu {
        width: auto;
    }
    ul.topmenu ul {
        display: none;
        position: static;
        top: auto !important;
        left: auto !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
    }
    ul.topmenu ul.sm-nowrap > li > a,
    ul.topmenu > li > a {
        white-space: normal;
    }
    .topmenu ul.menu-submenu {
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 16px;
        color: rgba(0,0,0,0.5);
    }
    .topmenu a.highlighted span.sub-arrow {
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .topmenu a span.sub-arrow,
    header.scroll .topmenu a span.sub-arrow {
        top: 23px;
        -webkit-filter: brightness(0);
        filter: brightness(0);
        right: 10px;
    }
    ul.topmenu > li:first-child {
        border-top: 1px solid #0ad;
    }
    ul.topmenu > li {
        border-bottom: 1px solid #0ad;
    }
    .topmenu li ul li a,
    header.scroll .topmenu li ul li a {
        padding: 15px 0;
    }
    .topmenu li ul li {
        border-top: 1px solid #0ad !important;
    }
    header.scroll {
        padding-bottom: 5px;
    }
    header.scroll .menu-icon {
        top: 3px;
    }
    /*Greeting*/
    .greeting-right {
        height: 30vw;
    }
    /*About Page*/
    #about-page {
        padding-left: 25px;
        padding-bottom: 25px;
    }
    #about-page .page-title {
        margin-left: 0;
    }
    /*About - Vision*/
    .about-vision-back {
        font-size: 14px;
    }
    .about-vision-left h2 {
        padding-left: 30px;
    }
    /*About - Mission*/
    .about-mission-res-item {
        margin-bottom: 20px;
    }
    .about-mission-res-item:last-child {
        margin-bottom: 0;
    }
    /*Our Goals*/
    .our-goals-text {
        padding-right: 25px;
    }
    .our-goals-text::before,
    .our-goals-text::after {
        top: 35px;
    }
    .our-goals-text::before {
        width: calc(100% - 435px);
    }
    #our-goals h2 {
        font-size: 40px;
        margin-bottom: 25px;
    }
    /*Events Results*/
    .events-results .events-res-item:nth-last-child(3) {
        margin-bottom: 80px;
    }
    /*Video Popup*/
    .video-popup-close {
        width: 35px;
        top: 20px;
        right: 20px;
    }
    .video-popup-wrap {
        padding: 0 20px;
    }
    .video-popup-carousel-container {
        margin: 85px auto;
    }
    .video-popup-carousel .owl-buttons {
        -webkit-transform: translateX(0) translateY(100%);
        -moz-transform: translateX(0) translateY(100%);
        -ms-transform: translateX(0) translateY(100%);
        -o-transform: translateX(0) translateY(100%);
        transform: translateX(0) translateY(100%);
    }
    /*Footer*/
    .footer-menu {
        display: none;
    }
    .footer-top.right,
    .footer-bottom.right {
        padding-left: 20px;
    }
    .footer-text {
        font-size: 12px;
    }
}
@media only screen and (max-width: 769px) {
    /*All*/
    body,
    html {
        font-size: 12px;
    }
    .sk-content-full {
        padding: 50px 0;
    }
    .page-section {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .page-section-top {
        margin-top: 50px;
    }
    .page-section-bottom {
        margin-bottom: 50px;
    }
    .page-title {
        font-size: 40px;
    }
    .default-page-description .page-title {
        margin-bottom: 20px;
    }
    /*Header*/
    .middle-bar > .columns {
        display: flex;
        align-items: center;
    }
    .middle-bar > [class*="row"],
    .header-top > [class*="row"] {
        margin-left: -5px;
        margin-right: -5px;
    }
    .middle-bar > [class*="row"] > [class*="col"],
    .header-top > [class*="row"] > [class*="col"] {
        padding-left: 5px;
        padding-right: 5px;
    }
    .header-left {
        width: 150px;
    }
    .header-right {
        width: calc(100% - 150px);
    }
    .header-top {
        padding: 5px 0 15px;
        font-size: 12px;
    }
    .header-top > div {
        align-items: center;
    }
    header .header-socials-title {
        display: none;
    }
    header.scroll .menu-icon {
        top: 4px;
    }
    /*Homepage*/
    #home-page .blue-line {
        top: 0;
        bottom: -25px;
    }
    #home-page .blue-line-bottom {
        bottom: -25px;
    }
    #home-page .sk.button {
        margin-top: 5px;
    }
    /*Mission & Vision*/
    .mission-vision-column {
        margin-bottom: 45px;
    }
    .mission-vision-col-title {
        font-size: 40px;
    }
    .mission-vision-col-left.text {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .mission-vision-col-right.image {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    /*Greeting*/
    .greeting-right {
        height: 45vw;
    }
    .greeting-right {
        margin-left: 0;
    }
    /*About - Vision*/
    .about-vision-back {
        padding: 25px;
        font-size: 12px;
    }
    .about-vision-left h2 {
        padding-left: 0;
        text-align: center;
        margin-bottom: 25px;
    }
    .about-vision-right {
        padding: 0;
    }
    /*About - Mission*/
    #about-mission h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .about-mission-res-number {
        font-size: 45px;
    }
    .about-mission-res-wrap p {
        font-size: 12px;
    }
    /*Our Goals*/
    .our-goals-text::before,
    .our-goals-text::after {
        top: 20px;
    }
    .our-goals-text::before {
        width: calc(100% - 225px);
    }
    #our-goals h2 {
        font-size: 25px;
    }
    .our-goals-text ul li {
        margin-bottom: 1em;
    }
    /*Events Results*/
    .events-res-title {
        font-size: 15px;
        line-height: 25px;
        height: 50px;
    }
    .events-res-desc {
        line-height: 25px;
        height: 75px;
    }
    /*Programs*/
    .faq-title {
        font-size: 30px;
    }
    .programs-res-toggle {
        padding: 10px 45px 10px 15px;
    }
    .programs-res-toggle::before,
    .programs-res-toggle::after {
        width: 16px;
        height: 2px;
        right: 15px;
    }
    .programs-res-toggle h3 {
        font-size: 17px;
    }
    .programs-res-left {
        width: 100%;
        padding-right: 0;
        padding-bottom: 25px;
    }
    .programs-res-image-back {
        padding-top: 75%;
    }
    .programs-res-description h1,
    .programs-res-description h2,
    .programs-res-description h3,
    .programs-res-description h4,
    .programs-res-description h5,
    .programs-res-description h6 {
        font-size: 14px;
    }
    /*Contact Form*/
    #contact-form .page-title,
    #find-us .page-title {
        margin-bottom: 15px;
    }
    .contact-form-left {
        margin-bottom: 50px;
    }
    .contact-info-item img {
        width: 205px;
    }
    .sk.button {
        padding: 1.25em 2em;
    }
    #contact-form .sk.button {
        min-width: 170px;
        font-size: 12px;
    }
    .sk.form .field.error label div,
    .sk.form #agreeInfo {
        font-size: 10px;
    }
    #find-us iframe {
        height: 250px;
    }
    /*Footer*/
    footer {
        background-color: #0ad;
    }
    .footer-top,
    .footer-bottom {
        height: auto;
    }
    .footer-left > .sk-grid-left {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .footer-top.left,
    .footer-logo {
        width: 125px;
    }
    .footer-logo {
        top: 0;
    }
    .footer-bottom.left {
        width: calc(100% - 125px);
        text-align: right;
        padding-right: 20px;
    }
    footer .header-socials {
        font-size: 12px;
        color: white;
    }
    .footer-line.left {
        display: none;
    }
    .footer-line.right {
        margin-right: -20px;
    }
    .footer-top.right {
        padding-bottom: 0;
        padding-top: 0;
    }
    .footer-bottom.right {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
    /*Events Results*/
    .events-res-item {
        width: 50%;
        float: left;
        clear: none;
    }
}
@media only screen and (max-width: 500px) {
    /*All*/
    .page-title {
        font-size: 25px;
    }
    /*Header*/
    .header-top {
        font-size: 10px;
    }
    .header-left,
    header.scroll .header-left {
        width: 100px;
    }
    .header-right,
    header.scroll .header-right {
        width: calc(100% - 100px);
    }
    .header-menu,
    header.scroll .header-menu {
        font-size: 15px;
    }
    .topmenu ul.menu-submenu {
        font-size: 13px;
    }
    /*Mission & Vision*/
    .mission-vision-col-title {
        font-size: 25px;
        padding: 15px;
        margin-bottom: 20px;
    }
    /*Greeting*/
    .greeting-left {
        padding: 20px;
    }
    .greeting-right {
        margin-bottom: 25px;
    }
    /*Events Results*/
    .events-results .events-res-item:nth-last-child(2) {
        margin-bottom: 80px;
    }
    /*Footer*/
    .footer-bottom.right > div {
        display: block;
    }
    .footer-text {
        margin-bottom: 10px;
    }
    .footer-text:last-child {
        margin-bottom: 0;
    }
}