@charset "utf-8";
.logo img {
    width: 100%;
}
a img,
img {
    border: 0;
}
.clearfix,
.clearfix:after {
    clear: both;
}
#preload,
.bg-overlay,
body,
html {
    height: 100%;
}
.content-message,
.logo,
.navigation .link,
.preload-bounce,
h1,
h2,
h3,
h4 {
    text-align: center;
}
.kenburnsy,
body,
section,
svg:not(:root) {
    overflow: hidden;
}
.btn,
.content-message,
h1,
h2,
h3,
h4,
ul.navigation {
    text-transform: uppercase;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
.btn,
.navigation a:hover,
a,
a:hover {
    text-decoration: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    background: 0 0;
    color: #999;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    max-width: 100%;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
img {
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}
.kenburnsy img,
.no-js #preload {
    display: none;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: Raleway, sans-serif;
    font-weight: 400;
    font-size: 16px;
    word-spacing: normal;
    min-height: 100%;
    color: #333;
    background-size: 100% 100%;
    margin: 0;
    border: 20px solid #fff;
}
a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
form {
    margin: 0;
}
button,
input,
textarea {
    border-radius: 0;
    font-size: 14px;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
button,
input {
    line-height: normal;
}
button,
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
.clearfix {
    float: none;
}
.bg-overlay {
    background: url(../images/overlay.webp);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
    background-size: cover;
    background-position: 100% 10%;
}
.logo {
  margin: 0 auto 15px;
  display: inline-flex;
  width: 210px;
  height: 210px;
  background-color: rgba(255 255 255 / 0.6);
  align-items: center;
  padding: 5px 25px;
  border-radius: 50%;
}
.kenburnsy {
    position: relative;
    width: 100%;
}
.kenburnsy .slide,
.kenburnsy.fullscreen {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.kenburnsy.fullscreen {
    z-index: -1;
}
.kenburnsy .slide {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform-origin: center;
    transform: translateZ(0);
}
.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
#preload {
    background-color: #000;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
}
#preload-content {
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 999;
}
.preload-bounce {
    margin: 0 auto 15px;
}
.bounce1,
.bounce2,
.bounce3,
.bounce4 {
    -webkit-animation-name: pbounce;
    -webkit-animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-name: pbounce;
    -moz-animation-duration: 1.4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-fill-mode: both;
    -o-animation-name: pbounce;
    -o-animation-duration: 1.4s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;
    animation-name: pbounce;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    background: #0095cc;
    display: inline-block;
    height: 15px;
    margin: 0 3px;
    opacity: 0.6;
    width: 15px;
}
.bounce1 {
    -webkit-animation-delay: -0.48s;
    -moz-animation-delay: -0.32s;
    -o-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.bounce2 {
    -webkit-animation-delay: -0.32s;
    -moz-animation-delay: -0.16s;
    -o-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.bounce3 {
    -webkit-animation-delay: -0.16s;
    -moz-animation-delay: -0.16s;
    -o-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes pbounce {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes pbounce {
    0%,
    100%,
    80% {
        -moz-transform: scale(0);
    }
    40% {
        -moz-transform: scale(1);
    }
}
@keyframes pbounce {
    0%,
    100%,
    80% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
}
.btn {
    display: inline-block;
    padding: 7px 30px !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    background: #48c0f4;
    color: #fff;
    border: 1px solid #48c0f4;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.btn:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 14px;
    height: 10px;
    width: 10px;
    background: 0 0;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
body > header,
body > header nav {
    height: 100%;
}
.btn:hover {
    background: 0 0;
    color: #fff;
    padding-right: 50px !important;
}
.btn:hover:after {
    opacity: 1;
}
body > header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 600px;
    background: rgba(45, 49, 55, 0.51);
    z-index: 1;
}
ul.navigation {
    font-family: Raleway, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1em;
    line-height: 1;
    letter-spacing: 0.05em;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.navigation a {
    color: #fff;
    font-weight: 700;
    padding: 0.25em 0;
    border-bottom: 2px solid transparent;
}
.content-message i,
h1,
h2,
h3,
h4,
section {
    color: #fff;
}
.navigation a:hover {
    border-color: #fff;
}
.navigation .link {
    position: absolute;
    display: inline-block;
    width: 100%;
    transform-origin: center;
    -webkit-transform-origin: center;
}
.navigation .link.side {
    width: auto;
    margin-left: 0;
}
ol,
p,
ul {
    margin: 0 0 28px;
}
.navigation .link.bottom {
    bottom: 4em;
}
.navigation .link.middle {
    top: 49%;
}
.navigation .link.left {
    left: 4em;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.navigation .link.right {
    right: 4em;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
h1,
h2,
h3,
h4 {
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 30px;
}
h1 {
    font-size: 50px;
}
h2 {
    font-size: 42px;
}
h3 {
    font-size: 32px;
}
h4 {
    font-size: 24px;
}
b,
strong {
    font-weight: 700;
}
em,
i {
    font-style: italic;
}
ol,
ul {
    padding: 0 0 0 24px;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
.content-message {
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0 0;
    color: #fff;
}
section {
    font: 1em/1.5em Raleway, Helvetica, Arial, sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(120, 184, 195, 0.6);
    z-index: -99999;
}
.intro h1,
section h1 {
    line-height: 1.1;
    text-transform: uppercase;
    text-align: center;
}
.close,
.intro {
    top: 50%;
    display: block;
}
.container {
    overflow-y: auto;
}
#about .container,
#contact .container,
#subscribe .content {
    opacity: 0;
}
#about.active .container,
#contact.active .container,
#subscribe.active .content {
    opacity: 1;
}
.intro {
    color: #fff;
    margin: 0 auto;
    position: absolute;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
.intro p span,
.social a,
section h1 span {
    display: inline-block;
}
.intro h1 {
  position: relative;
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  width: 60%;
  margin: 0 auto 20px;
}
.intro h1 span {
    font-weight: 700;
    color: #55bdea;
    letter-spacing: -1px;
}
.intro p {
    font-size: 18px;
    letter-spacing: 0.4em;
    margin: 0;
    text-transform: uppercase;
}
.intro p span {
    border-color: #fff;
    border-right: 0 none;
    border-style: solid;
    border-width: 1px 0 0;
    margin: 6px 10px;
    width: 100px;
}
.intro i {
    color: #055da5;
}
.socials {
  display: flex;
  gap: 15px;
  list-style-type: none;
  align-items: center;
  justify-content: center;
  margin: 25px 0;
}
.socials li a {
  background-color: #55bdea;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 14px;
}
.socials li a i {
  color: #fff;
}
.activities {
  display: flex;
  gap: 12px;
  justify-content: center;
  list-style-type: none;
  margin-bottom: 12px;
  padding: 0;
  margin-inline: 10px;
}
h5.activities-heading {
  color: #55bdea;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
}
h5.initiative {
  background-color: #0aa2e2;
  color: #fff;
  font-weight: 600;
  width: fit-content;
  padding: 8px 10px 6px;
  margin: 0 auto;
  font-size: 14px;
}
.activities li {
    position: relative;
    font-weight: 700;
}
.activities li::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 15px;
    background-color: #b0b0b0;
    right: -7px;
    top: 45%;
    transform: translateY(-50%);
}
.call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
  }
.call p {
    font-size: 23px;
    color: #fff;
    font-weight: 700;
    font-family: 'Raleway';
    letter-spacing: 0.6px;
    transition: all 0.5s ease-in-out;
}
.call span {
    font-size: 27px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    padding-right: 9px;
    margin-top: 5px;
}
.call span i {
    color: #0aa2e2;
}
.call:hover p {
    transition: all 0.5s ease-in-out;
    text-shadow: 1px 1px 3px rgba(85, 189, 234, 0.78);
    font-size: 26px;
}
.activities li:last-child::before  {
    display: none;
}
.samraksha-logo {
    width: 220px;
    margin: 12px auto 0;
    background-color: #bdbdbd;
    filter: drop-shadow(5px 5px 10px #808080) contrast(120%);
    padding: 5px 10px;
}
.samraksha-logo img {
    width: 100%;
}
@media (max-width: 1300px) and (min-width: 1200px) {
    .intro h1 {width: 70%;}
}
@media only screen and (max-width: 1123px) {
    .intro h1,h1 {font-size: 58px;}
}
@media only screen and (max-width: 1023px) {
    .intro h1,h1 {font-size: 48px;}
    .navigation .link.left {left: 30px;}
    .navigation .link.right {right: 30px;}
    .close {top: 50%;right: 4%;width: 40px;height: 40px;margin-top: -25px;margin-left: -25px;}
}
@media (max-width: 991px) {
    .intro h1 {padding: 0;width: 80%;font-size: 32px;}
    .bg-overlay {background-position: 60% 10%;}
    .samraksha-logo {width: 200px;}
}
@media only screen and (max-width: 767px) {
    header {position: relative !important;top: auto !important;left: auto !important;right: auto !important;bottom: auto !important;}
    body {height: auto !important;}
    header {min-height: 550px;}
    .intro h1 {font-size: 25px;}
    .intro p {font-size: 15px;}
    .call p {font-size: 18px;}
    .call span {font-size: 20px;}
    .intro p span {width: 74px;}
    .socials {gap: 10px;margin: 16px 0 20px;}
    .logo {width: 150px;height: 150px;padding: 2px 13px;}
    .activities li {font-size: 15px;}
    .call:hover p {font-size: 22px;}
    .bg-overlay {background-position: 60% 10%;}
    .samraksha-logo {width: 190px;}
}
@media only screen and (max-width: 576px) {
    body {font-size: 14px;border: 0 solid transparent;}
    .intro h1, h1 {font-size: 20px;width: 95%;letter-spacing: 0.6px;}
    h2 {font-size: 28px;}
    h3 {font-size: 24px;}
    h4 {font-size: 20px;}
    .intro p {font-size: 12px;}
    .intro p span {width: 60px;}
    .logo {  width: 160px;height: 160px;}
    .activities {gap: 6px 12px;flex-wrap: wrap;}
    .call p {font-size: 18px;}
    h5.initiative {font-size: 12px;}
    body > header {min-height: 100vh;}
    .samraksha-logo {width: 180px;}
}
