:root {
    --grey: #efefef;
    --navBlue: #02017D;
    --navRed: #e43a47;
    --transDark: rgba(0,0,0,0.6)
}
*, *:before, *:after {
    border: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    scroll-behavior: smooth
}
a { background-color: transparent }
a, a:active, a:visited { font-weight: bold; text-decoration: none }
a:hover { color: #f90 }
abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted }
b, strong { font-weight: bolder }
button { cursor: pointer }
button, input, optgroup, select, textarea { line-height: 1.15; margin: 0 }
button, input { overflow: visible }
button, select { text-transform: none }
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button }
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0 }
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText }
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em }
details { display: block }
fieldset { padding: 0.35em 0.75em 0.625em }
h1, h2, h3, h4, h5, h6 { font-weight: bold }
hr { box-sizing: content-box; border-top: 1px solid #000; height: 1px; margin: .3em 0; overflow: visible }
img { border: none; height: auto; max-width: 100% }
legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal }
ol, ul { list-style: none }
progress { vertical-align: baseline }
small { font-size: 80% }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline }
sub { bottom: -0.25em }
sup { top: -0.5em }
summary { display: list-item }
template { display: none }
textarea { overflow: auto }
[type="checkbox"], [type="radio"] { box-sizing: border-box; padding: 0 }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto }
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px }
[type="search"]::-webkit-search-decoration { -webkit-appearance: none }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit }
[hidden] { display: none }

.clr:before, .clr:after { content: ""; display: table }
.clr:after { clear: both }
.clr { *zoom: 1 }

.cd-top { background: rgba(232, 98, 86, 0.8) url(imgs/cd-top-arrow.svg) no-repeat center 50%; bottom: 40px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); display: inline-block; height: 40px; opacity: 0; overflow: hidden; position: fixed; right: 10px; text-indent: 100%; transition: opacity .3s 0s, visibility 0s .3s; -moz-transition: opacity .3s 0s, visibility 0s .3s; -webkit-transition: opacity .3s 0s, visibility 0s .3s; visibility: hidden; white-space: nowrap; width: 40px }
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover { transition: opacity .3s 0s, visibility 0s 0s; -moz-transition: opacity .3s 0s, visibility 0s 0s; -webkit-transition: opacity .3s 0s, visibility 0s 0s }
.cd-top.cd-is-visible { opacity: 1; visibility: visible }
.cd-top.cd-fade-out { opacity: .5 }
.no-touch .cd-top:hover { background-color: #e86256; opacity: 1 }

@font-face { font-family: 'WebRupee'; src: url('fonts/WebRupee.V2.0.eot'); src: local('WebRupee'), url('fonts/WebRupee.V2.0.ttf') format('truetype'),  url('fonts/WebRupee.V2.0.woff') format('woff'), url('fonts/WebRupee.V2.0.svg') format('svg'); font-weight: normal; font-style: normal }
.curr-sym { font-family: 'WebRupee' }

@font-face { font-display: block; font-family: 'FAB'; font-style: normal; font-weight: 400; src: url("fonts/fa-brands-400.eot"); src: url("fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fonts/fa-brands-400.woff2") format("woff2"), url("fonts/fa-brands-400.woff") format("woff"), url("fonts/fa-brands-400.ttf") format("truetype"), url("fonts/fa-brands-400.svg#fontawesome") format("svg") }
.fab { font-family: 'FAB'; font-weight: 400 }

@font-face { font-display: block; font-family: 'FAS'; font-style: normal; font-weight: 900; src: url("fonts/fa-solid-900.eot"); src: url("fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fonts/fa-solid-900.woff2") format("woff2"), url("fonts/fa-solid-900.woff") format("woff"), url("fonts/fa-solid-900.ttf") format("truetype"), url("fonts/fa-solid-900.svg#fontawesome") format("svg") }
.fas { font-family: 'FAS'; font-weight: 900 }

.fa, .fas, .fab { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; line-height: 1; text-rendering: auto }

.fa-lg { font-size: 1.33333em; line-height: 0.75em; vertical-align: -.0667em }

.fa-xs { font-size: .75em }
.fa-sm { font-size: .875em }
.fa-1x { font-size: 1em }
.fa-2x { font-size: 2em }
.fa-3x { font-size: 3em }
.fa-4x { font-size: 4em }
.fa-5x { font-size: 5em }
.fa-6x { font-size: 6em }
.fa-7x { font-size: 7em }
.fa-8x { font-size: 8em }
.fa-9x { font-size: 9em }
.fa-10x { font-size: 10em }

.fa-fw { text-align: center; width: 1.25em }

.fa-bars:before { content: "\f0c9" }
.fa-contact:before { content: "\f658" }
.fa-donate:before { content: "\f4c0" }
.fa-double-down-arrow:before { content: "\f103" }
.fa-error-circle:before { content: "\f057" }
.fa-home:before { content: "\f015" }
.fa-info-circle:before { content: "\f05a" }
.fa-join:before { content: "\f2b5" }
.fa-reports:before { content: "\f0a1" }
.fa-success-circle:before { content: "\f058" }
.fa-warning-circle:before { content: "\f071" }

.btn-contact:before { font-family: 'FAS'; content: "\f658"; font-style: normal }
.btn-wait:before { font-family: 'FAS'; content: "\f05e" }

.text-bold { font-weight: bold }
.text-left { text-align: left }
.text-right { text-align: right }
.text-capital { text-transform: uppercase }
.text-center { text-align: center }
.text-justify { text-align: justify }
.text-italic { font-style: italic }
.text-underline { text-decoration: underline }
.text-del { text-decoration: line-through }
.text-condensed { font-stretch: condensed }

.text-error, .text-success, .text-warning, .text-yellow { font-family: Arial, sans-serif }
.text-error, .text-success, .text-warning { font-style: italic }
.text-white { color: #fff }
.text-yellow { color: #ff0; font-style: italic }

.text-error { color: #d91318 !important }
.text-success { color: #4f8a10 !important }
.text-success a { color: #d91318 !important }
.text-warning { color: #9f6000 !important }

.error-msg-box, .info-msg-box, .success-msg-box, .warning-msg-box { border-radius: .5em; -moz-border-radius: .5em; -webkit-border-radius: .5em; margin: 3px auto; padding: 4px; text-align: center; width: 90% }
.error-msg-box i, .info-msg-box i, .success-msg-box i, .warning-msg-box i { font-size: 1.5em; margin: 5px 10px; vertical-align: middle }

.error-msg-box { background-color: #ffd2d2; color: #d8000c }
.info-msg-box { background-color: #bde5f8; color: #00529b }
.success-msg-box { background-color: #dff2bf; color: #4f8a10 }
.warning-msg-box { background-color: #feefb3; color: #9f6000 }

.btn-cls-msg { color: #888; cursor: pointer; float: right; font-size: 22px; font-weight: bold; line-height: 20px; margin-left: 15px; transition: 0.3s }

.btn-cls-msg:hover { color: #000 }

.disp-none { display: none }

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px
}

.wrapper { margin: 0 auto; width: 80% }

.main-header {
    background-color: var(--transDark);
    color: #fff;
    height: 142px;
    padding: .2em 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2
}
.header-grid {
    display: grid;
    grid-gap: 0 25px;
    grid-template-columns: .15fr auto;
    padding-bottom: .2em
}
.logo-box img {
    width: 90px
}
.title-box h1 {
    margin-top: .05em
}
.title-box h3 {
    font-size: 90%;
    margin-bottom: .5em
}

.main-navbar {
    background: var(--navBlue);
    height: 40px;
    z-index: 9
}
.main-navbar ul { position: absolute }
.main-navbar ul li { display: inline-block; float: left; margin-right: 2px }
.main-navbar ul li a { color: #fff; display: block; font-size: 15px; height: 40px; line-height: 40px; min-width: 70px; padding: 0 .5em; text-align: center }
.main-navbar ul li:hover a { background: #f90 }
.main-navbar ul li:hover ul a { background: var(--navBlue); color: #fff; height: 40px; line-height: 40px }
.main-navbar ul li:hover ul a:hover { background: #f90; color: #fff }
.main-navbar ul li ul { display: none; z-index: 9 }
.main-navbar ul li ul li { display: block; float: none }
.main-navbar ul li ul li a { border-bottom: .1em dotted #bbb; min-width: 100px; padding: 0 20px 0 10px; text-align: left; width: auto }
.main-navbar ul li a:hover + .hidden, .hidden:hover { display: block }
.main-navbar .show-menu { color: #fff; cursor: pointer; display: none; padding: 15px 20px 15px 0; text-align: center }
.main-navbar input[type=checkbox] { display: none }
.main-navbar input[type=checkbox]:checked ~ #menu { display: block }

.spacer {
    display: block;
    line-height: 0;
    margin-top: 142px
}

.ticker-wrap {
    background: #F0F0F0;
    border-bottom: .2em solid #00B000;
    box-shadow: 0 0 3px #000;
    padding: .7em 0 .4em 0
}
.ticker-box { color: #00B000; font-style: italic; font-weight: 600; overflow: hidden }
.ticker-box a, .ticker-box a:active, .ticker-box a:visited { color: #00B000 }
.ticker-box a:hover { color: #000 }

.slides-box { background-color: var(--transDark); position: relative; z-index: 0; top: 0; overflow: hidden }

.cols2-grid {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(2, minmax(0, 1fr))
}
.cols3-grid {
    display: grid;
    grid-gap: 50px;
    grid-template-columns: repeat(3, minmax(0, 1fr))
}
.cols4-grid {
    display: grid;
    grid-gap: 50px;
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.section-title {
    border-bottom: 3px solid var(--navRed);
    font-size: 2rem;
    font-weight: 200;
    margin: 0 auto 50px;
    padding: 10px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 450px
}
.section-title:after {
    background-color: var(--navRed);
    border: 3px solid #fff;
    content: "";
    height: 15px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: 57px;
    transform: rotate(45deg);
    transform-origin: 100% 0%;
    width: 15px
}

.contents-wrap { min-height: 40vh }
.contents-wrap ol { margin: 1.5em 0 }
.contents-wrap ol li { list-style: decimal; margin: .5em 1em }
.contents-wrap ul { margin: 1.5em 0 }
.contents-wrap ul li { list-style: disc; margin: .5em 1em }
.contents-wrap table ol { margin: .5em 0 }
.contents-wrap table ol li { margin: .5em 1em }
.contents-wrap table ul { margin: .5em 0 }
.contents-wrap table ul li { margin: .5em 1em }
.contents-wrap p { line-height: 1.5em }
.contents-wrap p + p { margin-top: 15px }

.about {
    padding: 40px 0
}
.about .cols3-grid {
    height: 245px;
    margin-top: 50px;
    position: relative
}
.about .cols3-grid > div {
    background-color: var(--grey);
    border: 1px solid #ACACAC;
    border-radius: 15px;
    color: #444;
    height: 215px;
    padding: 25px;
    text-align: center;
    transition: 0.4s;
    width: 94%
}
.about .cols3-grid > div:hover {
    border-color: var(--navRed);
    height: auto;
    margin-top: -20px;
    padding: 45px;
    width: 98%
}
.about .cols3-grid > div .title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase
}
.about .cols3-grid > div p {
    margin-top: 15px
}
.about .cols3-grid > div button {
    border: 1px solid var(--navRed);
    border-radius: 3px;
    margin-top: 15px;
    padding: 7px 15px;
    transition: 0.3s
}
.about .cols3-grid > div:hover button {
    background-color: var(--navRed);
    color: #fff
}

.works {
    background-color: #e2e2e2;
    padding: 40px 0
}
.work-box {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 #c5c5c5;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-align: center
}
.work-image img {
    border-radius: 5px 5px 0 0;
    filter: grayscale(100%);
    height: 350px;
    object-fit: cover;
    transition: 0.4s;
    width: 100%
}
.work-image img:hover {
    filter: grayscale(0%)
}
.work-title {
    color: #444;
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px
}

.work-box button, .project-box button {
    background-color: var(--navRed);
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-top: .5em;
    padding: 10px 25px
}
.work-box button:hover, .project-box button:hover {
    background-color: var(--grey);
    border: .1em solid #444;
    color: #000
}
.work-box button:hover a, .project-box button:hover a {
    color: #000
}
.work-box button a, .project-box button a {
    color: #fff
}
.work-box button a:hover, .project-box button a:hover {
    color: #444
}

.projects {
    background-color: #fff;
    padding: 40px 0
}
.project-box {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 #000;
    margin-bottom: 15px;
    padding-bottom: 25px;
    text-align: center
}
.project-image img {
    border-radius: 5px 5px 0 0;
    height: 300px;
    object-fit: cover;
    transition: 0.4s;
    width: 100%
}
.project-image img:hover {
    filter: grayscale(100%)
}
.project-title {
    color: #444;
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px
}

.activities {
    height: 100vh;
    overflow: hidden;
    position: relative
}
.activities .video-player {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}
.activities .section-title {
    color: #fff;
    text-shadow: 0 0 4px #000
}
.activities-box {
    background-color: rgba(0,0,0,0.6);
    border-radius: 15px;
    color: #fff;
    padding: 30px;
    position: absolute;
    text-shadow: 0 0 3px #000;
    top: 35vh;
    width: 650px
}
.activities-box h3 {
    font-size: 35px;
    font-weight: 300
}
.activities-box h3 strong {
    font-weight: 800
}
.activities-box p {
    font-size: 15px;
    line-height: 20px;
    margin: 10px 0 30px
}
.activities-box button {
    background-color: var(--navRed);
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 25px
}
.activities-box button:hover {
    background-color: var(--grey);
    color: #000
}

.pages {
    padding: 20px 0 40px 0
}
.pages .section-title {
    width: 100%
}

ul.reports-list li {
    border-bottom: .1em dotted #000;
    display: block;
    line-height: 1.5;
    margin-bottom: 10px;
    padding-bottom: .5em
}

ul.reports-list li img {
    display: block;
    margin: 10px auto
}

.gallery-box {
    margin: 40px 0
}
.gallery .gallery-box {
    column-count: 4;
    column-gap: 20px
}
.gallery .gallery-box .gallery-item {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative
}
.gallery .gallery-box .gallery-item img {
    display: block;
    transition: 0.4s;
    width: 100%
}
.gallery .gallery-box .gallery-item .title {
    background-color: var(--grey);
    border-radius: 5px;
    font-size: 13px;
    font-weight: bold;
    margin: 5px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    z-index: 1
}
.gallery .gallery-box .gallery-item:hover .title {
    opacity: 1
}
.gallery .gallery-box .gallery-item:hover img {
    transform: scale(1.2)
}

.upper-footer {
    background-color: #181818;
    color: #7f7f7f;
    font-size: 14px;
    padding: 50px 0
}
.foot-title {
    border-bottom: 2px solid;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    padding: 0 0 5px 0;
    text-transform: uppercase
}
.foot-pics { background: #fff; padding: 1% 1% .3% }
.foot-pics img {
    height: 15vh;
    object-fit: cover;
    width: 100%
}

.imp-links ul li a {
    color: #626262;
    display: inline-block;
    margin-bottom: 10px;
}
.imp-links ul li a:hover {
    color: #fff
}

.upper-footer p {
    margin-bottom: 15px
}
.main-footer {
    background: #9E9E9E;
    color: #626262;
    font-size: 80%;
    padding: 1em;
    text-align: center
}
.main-footer a {
    color: #626262
}
.main-footer a:hover {
    color: #fff
}

table { border-collapse: collapse; border-spacing: 0; empty-cells: show; margin: 5px auto; table-layout: fixed; width: 100% }
table caption { color: #000; font: italic 85%/1 arial, sans-serif; padding: 1em 0; text-align: center }
table td { background-color: transparent; vertical-align: middle; word-wrap: break-word }
table td:first-child, table th:first-child { border-left-width: 0 }
table td { background-color: transparent }

table thead { background: #e0e0e0; color: #000; font-weight: bold !important; text-align: center; vertical-align: bottom }
table p { line-height: 1em }
table td, table th { border-left: 1px solid #cbcbcb; border-width: 0 0 0 1px; font-size: inherit; overflow: visible; padding: 0.5em 1em }
table th { font-weight: bold !important }
table .vert-mid { vertical-align: middle }
table .vert-top { vertical-align: top }
tr:hover { background: #feefb3 !important }
table.nohov tr:hover, tr.nohov:hover { background: none !important }
table.display img { width: 100px }
table.bordered thead tr { background: #d8d8d8 !important }

.bordered tr:nth-child(2n-1) { background-color: #f2f2f2 }
.bordered { border: 1px solid #cbcbcb }
.bordered td, .bordered th { border-left: 1px solid #cbcbcb; border-bottom: 1px solid #cbcbcb; padding: 5px }
.bordered tbody > tr:last-child > td { border-bottom-width: 0 }

table.src-tb tr:hover, tr.nohov:hover { background: none !important }
table.src-tb { border-collapse: collapse; border-spacing: 0; empty-cells: show; margin: 0 auto }
table.src-tb td, table.src-tb th { border-left: none; border-width: 0 0 0 1px; font-size: inherit; overflow: no-display; padding: 0 }

.my-grids { display: grid; grid-gap: 5px; grid-template-columns: repeat(24,1fr) }

.frm-data { margin: 5px auto }
fieldset { background: #f3f3f3; border: .1em solid #bbb; border-radius: .5em; margin: .5em; padding: .6em .8em .6em .5em }

fieldset legend { background: #1f497d; border-radius: .5em; color: #fff; font-size: 16px; padding: 3px 10px }

.frm-data input[type="text"], .frm-data input[type="password"], .frm-data input[type="email"], .frm-data input[type="url"], .frm-data input[type="date"], .frm-data input[type="month"], .frm-data input[type="time"], .frm-data input[type="datetime"], .frm-data input[type="datetime-local"], .frm-data input[type="week"], .frm-data input[type="number"], .frm-data input[type="search"], .frm-data input[type="tel"], .frm-data input[type="color"], .frm-data select, .frm-data textarea { border: 1px solid #ccc; border-radius: 4px; box-shadow: inset 0 1px 3px #ddd; -webkit-box-shadow: inset 0 1px 3px #ddd; box-sizing: border-box; -webkit-box-sizing: border-box; display: inline-block; padding: 0.5em 0.6em; vertical-align: middle }
.frm-data input:not([type]) { border: 1px solid #ccc; border-radius: 4px; box-shadow: inset 0 1px 3px #ddd; -webkit-box-shadow: inset 0 1px 3px #ddd; box-sizing: border-box; -webkit-box-sizing: border-box; display: inline-block; padding: 0.5em 0.6em }
.frm-data input[type="color"] { padding: 0.2em 0.5em }

.frm-data input[type="text"]:focus, .frm-data input[type="password"]:focus, .frm-data input[type="email"]:focus, .frm-data input[type="url"]:focus, .frm-data input[type="date"]:focus, .frm-data input[type="month"]:focus, .frm-data input[type="time"]:focus, .frm-data input[type="datetime"]:focus, .frm-data input[type="datetime-local"]:focus, .frm-data input[type="week"]:focus, .frm-data input[type="number"]:focus, .frm-data input[type="search"]:focus, .frm-data input[type="tel"]:focus, .frm-data input[type="color"]:focus, .frm-data select:focus, .frm-data textarea:focus { border-color: #129fea; outline: 0 }
.frm-data input:not([type]):focus { border-color: #129fea; outline: 0 }

.frm-data input[type="file"]:focus, .frm-data input[type="radio"]:focus, .frm-data input[type="checkbox"]:focus { outline: thin solid #129fea; outline: 1px auto #129fea }
.frm-data input[type="file"]:focus:invalid:focus, .frm-data input[type="radio"]:focus:invalid:focus, .frm-data input[type="checkbox"]:focus:invalid:focus { outline-color: #e9322d }

.frm-data .frm-checkbox, .frm-data .frm-radio { display: block; margin: 0.5em 0 }

.frm-data input[type="text"][disabled], .frm-data input[type="password"][disabled], .frm-data input[type="email"][disabled], .frm-data input[type="url"][disabled], .frm-data input[type="date"][disabled], .frm-data input[type="month"][disabled], .frm-data input[type="time"][disabled], .frm-data input[type="datetime"][disabled], .frm-data input[type="datetime-local"][disabled], .frm-data input[type="week"][disabled], .frm-data input[type="number"][disabled], .frm-data input[type="search"][disabled], .frm-data input[type="tel"][disabled], .frm-data input[type="color"][disabled], .frm-data select[disabled], .frm-data textarea[disabled] { background-color: #eaeded; color: #cad2d3; cursor: not-allowed }
.frm-data input:not([type])[disabled] { background-color: #eaeded; color: #cad2d3; cursor: not-allowed }
.frm-data input[readonly], .frm-data select[readonly], .frm-data textarea[readonly] { background-color: #eee; border-color: #ccc; color: #d91318 }
.frm-data input:focus:invalid, .frm-data textarea:focus:invalid, .frm-data select:focus:invalid { border-color: #e9322d; color: #b94a48 }
.frm-data select { background-color: white; border: 1px solid #ccc }

.frm-control-group { align-items: center; display: grid; grid-gap: 0 5px; grid-template-columns: .15fr 1fr; margin-bottom: 0.5em }

.frm-control-group input, .frm-control-group textarea { width: 100% }

.frm-control-group label { text-align: right }

.ll.frm-control-group { grid-template-columns: .4fr 1fr }

input:required, select:required, textarea:required {
  border-left: .2em solid red !important
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield;
}

.inp-msg { color: #d91318; font-style: italic; text-align: center }

.grd-1-16 { align-self: center; grid-column: 1/16 }
.grd-1-16.frm-control-group { grid-template-columns: .265fr 1fr }

.grd-1-19 { align-self: center; grid-column: 1/19 }
.grd-1-19.frm-control-group { grid-template-columns: .213fr 1fr }

.grd-16-25 { align-self: center; grid-column: 16/25 }
.grd-16-25.frm-control-group { grid-template-columns: .65fr 1fr }

.grd-19-25 { align-self: center; grid-column: 19/25 }
.grd-19-25.frm-control-group { grid-template-columns: .7fr 1fr }

.btn-submit { border: none; border-radius: 5px; cursor: pointer; padding: 8px 10px }
.btn-submit { background-color: #125bd6; color: #fff }
.btn-submit:hover { background-color: #5691f1; color: #000 }
.btn-submit:disabled { background: #c0c0c0; cursor: not-allowed }
@media screen and (max-width: 1400px) {
    .wrapper { margin: 0 auto; width: 90% }
    .header-grid {
        grid-template-columns: .15fr auto;
    }
}
@media screen and (max-width: 1080px) {
    .logo-box img {
        margin-top: .4em
    }
}
@media screen and (max-width: 1024px) {
    .about .cols3-grid {
        grid-gap: 20px
    }
    .about .cols3-grid > div {
        width: 94%
    }
    .about .cols3-grid > div:hover {
        width: 96%
    }
    .works .cols4-grid {
        grid-gap: 20px
    }
    .activities .video-player {
        width: 110%
    }
}
@media screen and (max-width: 980px) {
    .wrapper { margin: 0 auto; width: 94% }
    .header-grid {
        grid-template-columns: .35fr auto;
    }
    .activities .video-player {
        width: 140%
    }
}
@media screen and (max-width: 768px) {
    .header-grid {
        grid-template-columns: .8fr auto;
    }
    .main-navbar { height: 50px }
    .main-navbar ul { display: none; position: relative; z-index: 9999 }
    .main-navbar ul li { background: var(--navRed); margin-bottom: 1px }
    .main-navbar ul li, li a { color: #000; width: 100% }
    .main-navbar .show-menu { display: block }
    .my-grids, .frm-control-group { display: block }
    .frm-control-group label { display: block; text-align: left; width: 100% }
    .about .cols3-grid {
        grid-gap: 10px
    }
    .about .cols3-grid > div {
        padding: 25px
    }
    .cols4-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .activities .video-player {
        width: 160%
    }
}
@media screen and (max-width: 680px) {
    .main-header {
        height: 173px
    }
    .header-grid, .cols3-grid, .cols4-grid {
        display: block;
        text-align: center
    }
    .logo-box img {
        width: 72px
    }
    .title-box h1 {
        font-size: 180%
    }
    .title-box h3 {
        font-size: 80%
    }
    .spacer {
        margin-top: 220px
    }
    .about .cols3-grid {
        height: auto
    }
    .about .cols3-grid > div {
        margin: 5px auto 35px auto
    }
    .activities-box {
        width: 420px
    }
    .activities-box h3 {
        font-size: 25px
    }
    .upper-footer .cols3-grid > div {
        margin: 5px auto 35px auto
    }
}
@media screen and (max-width: 663px) {
    .activities .video-player {
        width: 180%
    }
}
@media screen and (max-width: 590px) {
    .cameraContents h1 {
        font-size: 90%
    }
    .activities .video-player {
        width: 220%
    }
    .activities-box {
        width: 330px
    }
    .contents-wrap p {
        font-size: 90%;
        line-height: 1.2em
    }
    .main-footer {
        font-size: 40%
    }
}
@media screen and (max-width: 482px) {
    .title-box h1 {
        font-size: 175%
    }
    .cols2-grid {
        display: block;
        text-align: center
    }
    .section-title {
        font-size: 1.4rem;
        font-weight: 600;
        width: 100%
    }
    .section-title:after {
        top: 46px;
    }
    .activities .video-player {
        width: 280%
    }
    .activities-box {
        padding: 20px
    }
    .activities-box h3 {
        font-size: 90%
    }
    .activities-box p {
        font-size: 70%;
        top: 25vh;
        width: 300px
    }
    .foot-pics {
        margin-bottom: 1em
    }
    .foot-pics img {
        height: 30vh
    }
}
@media screen and (max-width: 410px) {
    .title-box h1 {
        font-size: 180%
    }
    .main-header {
        height: 180px
    }
    .logo-box img {
        width: 50px
    }
    .title-box h1 {
        font-size: 120%
    }
    .title-box h3 {
        font-size: 50%
    }
    .spacer {
        margin-top: 180px
    }
    .activities .video-player {
        width: 450%
    }
    .activities-box {
        top: 25vh;
        width: 290px
    }
}
