:root {
    --white: #fff;
    --black: #000;
    --yellow: #ffb810;
    --green: #0b3e50;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-family: "Poppins", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.wp-block-heading h3 a {
    font-size: 20px;
}

h1 {
    font-size: 35px;
}

a {
    text-decoration: none;
    color: #1c8dc5;
}

header{
    z-index: 999 !important;
}

body {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 14px;
}

.btn {
    font-size: 14px;
}

img {
    max-width: 100%;
}

/* header .logo {
    filter: brightness(0) invert(1);
} */

.fixed {
    position: fixed;
    padding: 20px;
    width: 100%;
    z-index: 999;
    background: #00000029;
    border-top: 9px solid #ab0c2f;
}

.fixed img {
    width: 50%;
}

.nav__group ul {
    padding: 7px;
    margin: 0px;
    display: flex;
    padding-top: 4px;
    gap: 16px;
    margin-top: 20px;
}

.bg-gradient-primary {
    background: linear-gradient(85deg, rgb(32 142 199 / 45%) 30%, rgb(202 129 87 / 69%) 100%) !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.video video {
    z-index: -1;
}

.min-vh-60 {
    min-height: 60vh !important;
}

.position-relative {
    position: relative !important;
}

.z-9 {
    position: relative;
    z-index: 9 !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.header-new-outers {
    position: fixed;
    width: 100%;
    padding-top: 10px;
    background: #ffffff;
    padding-bottom: 15px;
    z-index: 999;
    top: 0;
}

.filter-box input {
    appearance: none;
    color: #707070;
    border: none;
    border-radius: 45px 0 0 45px;
    outline: none;
    font-size: 13px;
    padding: 13px;
}

.filter-box {
    /* margin-top: 122px; */
    padding: 20px;
    width: 500px;
    margin: 0 auto;
    padding-top: 26px;
    border-radius: 30px;
    margin-top: 120px;
}

.video ul {
    position: absolute;
    /* z-index: 9; */
    left: 26%;
    top: 92.9%;
    /* width: 704px; */
    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 15px;
}

.filter-box button {
    border: none !important;
    border-radius: 30px;
}

.filter-box {
    left: 34%;
    margin-top: 104px;
    padding: 20px;
    z-index: 999;
    position: absolute;
}

section#counter-stats {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    background: #000 url(../images/globe.png);
    padding-bottom: 50px;
}

.stats {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
}

.stats .fa {
    color: #208ec7;
    font-size: 60px;
}

.border-radius {
    border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
    border: 5px solid #7fc04c;
    height: 466px;
}

.video ul li i {
    position: absolute;
    position: absolute;
    text-align: center;
    font-size: 60px;
    width: 100px;
    height: 100px;
    line-height: 88px;
    color: var(--color-white);
    background: var(--theme-color2);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    top: -49px;
    font-size: 40px;
    left: 20%;
}

.video ul li {
    /* border-radius: 10px 10px 0px 0px; */
    color: #fff;
    background: #208ec7;
    font-size: 17px;
    position: relative;
    padding: 11px;
    text-align: center;
}

nav .navbar {
    height: 100%;

    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    /* background: red; */
}

.navbar .logo a {
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

nav .navbar .nav-links {
    line-height: 70px;
    height: 100%;
}

nav .navbar .links {
    display: flex;
}

nav .navbar .links li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0 14px;
}

nav .navbar .links li a {
    height: 100%;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
    transform: rotate(180deg);
}

nav .navbar .links li .arrow {
    /* background: red; */
    height: 100%;
    width: 22px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    color: #fff;
    transition: all 0.3s ease;
}

nav .navbar .links li .sub-menu {
    position: absolute;
    top: 47px;
    left: 0;
    line-height: 40px;
    background: #000000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2;
}

nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu {
    display: block;
}

.navbar .links li .sub-menu li {
    padding: 0 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar .links li .sub-menu a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.navbar .links li .sub-menu .more-arrow {
    line-height: 40px;
}

.navbar .links li .sub-menu .more-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px 4px;
    z-index: 1;
    display: none;
}

.links li .sub-menu .more:hover .more-sub-menu {
    display: block;
}

.navbar .search-box {
    position: relative;
    height: 40px;
    width: 40px;
}

.navbar .search-box i {
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.navbar .search-box .input-box {
    position: absolute;
    right: calc(100% - 40px);
    top: 80px;
    height: 60px;
    width: 300px;
    background: #3e8da8;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
}

.navbar.showInput .search-box .input-box {
    top: 65px;
    opacity: 1;
    pointer-events: auto;
    background: #3e8da8;
}

.search-box .input-box::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    background: #3e8da8;
    right: 10px;
    top: -6px;
    transform: rotate(45deg);
    display: none;
}

.search-box .input-box input {
    display: block;
    width: 269px;
    padding: 8px;
    margin: 5px -1px 0px 5px;
    font-size: 13px;
    color: #fff;
    border: 1px solid #ffffff;
}

.navbar .nav-links .sidebar-logo {
    display: none;
}

.navbar .bx-menu {
    display: none;
}

@media (max-width: 920px) {
    nav .navbar {
        max-width: 100%;
        padding: 0 25px;
    }

    nav .navbar .logo a {
        font-size: 27px;
    }

    nav .navbar .links li {
        padding: 0 10px;
        white-space: nowrap;
    }

    nav .navbar .links li a {
        font-size: 15px;
    }
}

@media (max-width: 800px) {
    .navbar .bx-menu {
        display: block;
    }

    nav .navbar .nav-links {
        position: fixed;
        top: 0;
        left: -100%;
        display: block;
        max-width: 270px;
        width: 100%;
        background: #3e8da8;
        line-height: 40px;
        padding: 20px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        transition: all 0.5s ease;
        z-index: 1000;
    }

    .navbar .nav-links .sidebar-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sidebar-logo .logo-name {
        font-size: 25px;
        color: #fff;
    }

    .sidebar-logo i,
    .navbar .bx-menu {
        font-size: 25px;
        color: #fff;
    }

    nav .navbar .links {
        display: block;
        margin-top: 20px;
    }

    nav .navbar .links li .arrow {
        line-height: 40px;
    }

    nav .navbar .links li {
        display: block;
    }

    nav .navbar .links li .sub-menu {
        position: relative;
        top: 0;
        box-shadow: none;
        display: none;
    }

    nav .navbar .links li .sub-menu li {
        border-bottom: none;
    }

    .navbar .links li .sub-menu .more-sub-menu {
        display: none;
        position: relative;
        left: 0;
    }

    .navbar .links li .sub-menu .more-sub-menu li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .links li:hover .htmlcss-arrow,
    .links li:hover .js-arrow {
        transform: rotate(0deg);
    }

    .navbar .links li .sub-menu .more-sub-menu {
        display: none;
    }

    .navbar .links li .sub-menu .more span {
        /* background: red; */
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
    }

    .links li .sub-menu .more:hover .more-sub-menu {
        display: none;
    }

    nav .navbar .links li:hover .htmlCss-sub-menu,
    nav .navbar .links li:hover .js-sub-menu {
        display: none;
    }

    .navbar .nav-links.show1 .links .htmlCss-sub-menu,
    .navbar .nav-links.show3 .links .js-sub-menu,
    .navbar .nav-links.show2 .links .more .more-sub-menu {
        display: block;
    }

    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow {
        transform: rotate(180deg);
    }

    .navbar .nav-links.show2 .links .more-arrow {
        transform: rotate(90deg);
    }
}

@media (max-width: 370px) {
    nav .navbar .nav-links {
        max-width: 100%;
    }
}

/* ******************************************************
	Script Top
*********************************************************/

.ScriptTop {
    background: #fff none repeat scroll 0 0;
    float: left;
    font-size: 0.69em;
    font-weight: 600;
    line-height: 2.2;
    padding: 12px 0;
    text-transform: uppercase;
    width: 100%;
}

/* To Navigation Style 1*/
.ScriptTop ul {
    margin: 24px 0;
    padding: 0;
    text-align: left;
}

.ScriptTop li {
    list-style: none;
    display: inline-block;
}

.ScriptTop li a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 18px;
    text-decoration: none;
    text-transform: capitalize;
}

.ScriptTop li a:hover {
    background: #000;
    color: #fff;
}

/* ******************************************************
	Script Header
*********************************************************/
header {
    z-index: 9999;
}

.ScriptHeader {
    float: left;
    width: 100%;
    padding: 2em 0;
}

.rt-heading {
    margin: 0 auto;
    text-align: center;
}

.Scriptcontent {
    line-height: 28px;
}

.ScriptHeader h1 {
    font-family: "brandon-grotesque", "Brandon Grotesque", "Source Sans Pro", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: #6a4aed;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    line-height: normal;
}

.ScriptHeader h2 {
    color: #312c8f;
    font-size: 20px;
    font-weight: 400;
    margin: 5px 0 0;
    line-height: normal;
}

.ScriptHeader h1 span {
    display: block;
    padding: 0;
    font-size: 22px;
    opacity: 0.7;
    margin-top: 5px;
}

.ScriptHeader span {
    display: block;
    padding: 0;
    font-size: 22px;
    opacity: 0.7;
    margin-top: 5px;
}

/* ******************************************************
	Live Demo
*********************************************************/

/* ******************************************************
	Responsive Grids
*********************************************************/

.rt-container {
    margin: 0 auto;
    padding-left: 12px;
    padding-right: 12px;
}

.rt-row:before,
.rt-row:after {
    display: table;
    line-height: 0;
    content: "";
}

.rt-row:after {
    clear: both;
}

[class^="col-rt-"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 0 15px;
    min-height: 1px;
    position: relative;
}

@media (min-width: 768px) {
    .rt-container {
        width: 750px;
    }

    [class^="col-rt-"] {
        float: left;
        width: 49.9999999999%;
    }

    .col-rt-6,
    .col-rt-12 {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .rt-container {
        width: 1170px;
    }

    .col-rt-1 {
        width: 16.6%;
    }

    .col-rt-2 {
        width: 30.33%;
    }

    .col-rt-3 {
        width: 50%;
    }

    .col-rt-4 {
        width: 67.664%;
    }

    .col-rt-5 {
        width: 83.33%;
    }
}

@media only screen and (min-width: 240px) and (max-width: 768px) {

    .ScriptTop h1,
    .ScriptTop ul {
        text-align: center;
    }

    .ScriptTop h1 {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .ScriptTop ul {
        margin-top: 12px;
    }

    .ScriptHeader h1,
    .ScriptHeader h2,
    .scriptnav ul {
        text-align: center;
    }

    .scriptnav ul {
        margin-top: 12px;
    }

    #float-right {
        float: none;
    }
}

.togglesearch {
    background: #e8e8e4;
    position: absolute;
    top: 74px;
    right: 8%;
    width: 341px;
    height: 65px;
    line-height: 60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-top: 4px solid #208ec7;
    display: none;
    padding: 3px;
}

.togglesearch input[type="text"] {
    padding: -11px;
    height: 45px;
    margin-top: -13px;
    width: 255px;
    border-radius: 10px 0px 0px 9px;
}

.togglesearch input[type="button"] {
    width: 80px;
    padding: 5px 0;
    background: #208ec7;
    color: #fff;
    margin-left: -6px;
    border: 1px solid #208ec7;
    outline: none;
    cursor: pointer;
    height: 46px;
    border-radius: 0px 10px 10px 0px;
    line-height: 33px;
}

#searchbar i {
    color: #fff !important;
}

#searchbar i:before {
    color: #fff !important;
}

.fa-magnifying-glass,
.fa-search {
    --fa: "\f002";
    color: #fff;
}

:root {
    --color-brand-primary: hsl(var(--color-brand-primary-h), 43%, 43%);
    --color-brand-primary-h: 251;
    --color-brand-primary-s: 43%;
    --color-brand-primary-l: 43%;
    --color-brand-accent: hsl(var(--color-brand-accent-h), 96%, 61%);
    --color-brand-accent-h: 16;
    --color-brand-accent-s: 96%;
    --color-brand-accent-l: 61%;
    --color-brand-accent-bg: hsl(calc(var(--color-brand-accent-h) + 17), 100%, 96%);
    --ratio: 1.4;
    --s-6: calc(var(--s-5) / var(--ratio));
    --s-5: calc(var(--s-4) / var(--ratio));
    --s-4: calc(var(--s-3) / var(--ratio));
    --s-3: calc(var(--s-2) / var(--ratio));
    --s-2: calc(var(--s-1) / var(--ratio));
    --s-1: calc(var(--s0) / var(--ratio));
    --s0: calc(1.05rem + 0.333vw);
    --s1: calc(var(--s0) * var(--ratio));
    --s2: calc(var(--s1) * var(--ratio));
    --s3: calc(var(--s2) * var(--ratio));
    --s4: calc(var(--s3) * var(--ratio));
    --s5: calc(var(--s4) * var(--ratio));
    --s6: calc(var(--s5) * var(--ratio));
    font-size: 62.5%;
    line-height: 1.6;
    box-sizing: border-box;
}

@media (min-width: 40.625em) {
    :root {
        --s0: calc(1.25rem + 0.333vw);
    }
}

@media (min-width: 48em) {
    :root {
        --s0: calc(1.4rem + 0.333vw);
    }
}

@media (min-width: 62em) {
    :root {
        --s0: calc(1.6rem + 0.333vw);
    }
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-size: 1.4rem;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    background-color: white;
    min-height: 100vh;
}

@media (min-width: 48em) {
    body {
        font-size: 1.5rem;
    }
}

@supports (font-variation-settings: normal) {
    body {
        font-family: "Inter var", sans-serif, arial;
    }
}

h2,
h3,
p,
ul {
    margin: 0;
    color: #000;
}

ul {
    padding: 0;
}

ul li {
    /* Remove li Bullets with zero-width space for accessability */
    list-style-type: none;
}

ul li:before {
    content: "\200B";
    /* add zero-width space */
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    position: absolute;
    display: none;
}

.c-section {
    padding: 0 var(--s3);
}

.c-section__title:after {
    content: "";
    display: block;
    background-size: calc(var(--s5) * 3) calc(var(--s5) * 3);
    width: calc(var(--s5) * 3);
    height: calc(var(--s5) * 3);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateY(11rem);
    transform: translateY(11rem);
    z-index: 1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='aadef149-4ba5-4382-9e09-7df651a328a5' data-name='Layer 1' width='704' height='745.19433' viewBox='0 0 704 745.19433' class='injected-svg modal__media modal__lg_media' data-src='https://42f2671d685f51e10fc6-b9fcecea3e50b3b59bdc28dead054ebc.ssl.cf5.rackcdn.com/illustrations/mobile_web_2g8b.svg'%3E%3Ctitle%3Emobile_web%3C/title%3E%3Cpath d='M344.69391,661.25125l-8.38722-33.073A429.46111,429.46111,0,0,0,290.74208,611.834l-1.05792,15.37062L285.39,610.2712c-19.202-5.482-32.265-7.89648-32.265-7.89648s17.64872,67.09731,54.6606,118.39272l43.124,7.57249-33.50125,4.83219A173.75069,173.75069,0,0,0,332.395,749.05228c53.84043,49.96979,113.80669,72.89422,133.93843,51.20309s-7.1946-79.78376-61.035-129.75355c-16.69106-15.49113-37.65818-27.92221-58.646-37.70546Z' transform='translate(-248 -77.40283)' fill='%23fb6f3c'/%3E%3Cpath d='M424.44317,625.32976l9.91563-32.64732a429.46451,429.46451,0,0,0-30.557-37.54385L394.9511,567.7497l5.07688-16.71545c-13.60408-14.61837-23.53857-23.43755-23.53857-23.43755s-19.57459,66.561-14.40543,129.60362l33.00186,28.77326L363.9095,672.79331a173.75138,173.75138,0,0,0,4.62073,21.34072c20.26038,70.60659,59.74453,121.22757,88.19038,113.06511s35.08143-72.01738,14.821-142.624c-6.28092-21.88874-17.80407-43.36822-30.71362-62.59176Z' transform='translate(-248 -77.40283)' fill='%23fb6f3c'/%3E%3Cellipse cx='352' cy='727.19433' rx='352' ry='18' fill='%233f3d56'/%3E%3Cpath d='M805.65354,250.35009h-3.99878V140.80476a63.40186,63.40186,0,0,0-63.40205-63.40193H506.16627a63.40186,63.40186,0,0,0-63.402,63.40193V741.77894a63.40186,63.40186,0,0,0,63.402,63.40193H738.25271a63.40186,63.40186,0,0,0,63.40205-63.40193V328.32631h3.99878Z' transform='translate(-248 -77.40283)' fill='%233f3d56'/%3E%3Cpath d='M788.16,141.24713v600.09a47.3508,47.3508,0,0,1-47.35,47.35H507.61a47.35084,47.35084,0,0,1-47.35-47.35v-600.09a47.35089,47.35089,0,0,1,47.35-47.35H535.9a22.50661,22.50661,0,0,0,20.83,30.99H689.69a22.50673,22.50673,0,0,0,20.83-30.99h30.29A47.35084,47.35084,0,0,1,788.16,141.24713Z' transform='translate(-248 -77.40283)' fill='%23fff'/%3E%3Cpath d='M788.16,612.40716v128.93a47.3508,47.3508,0,0,1-47.35,47.35H507.61a47.35084,47.35084,0,0,1-47.35-47.35v-116.36a222.97136,222.97136,0,0,1,327.9-12.57Z' transform='translate(-248 -77.40283)' fill='%23e6e6e6'/%3E%3Cpolygon points='322.174 511.167 312.75 511.167 315.891 327.064 319.033 327.064 322.174 511.167' fill='%23e6e6e6'/%3E%3Cpath d='M578.02779,288.5586l15.21367-23.512a352.49687,352.49687,0,0,0-15.60827-36.53743l-9.83764,7.94573,7.78946-12.03815c-7.42343-14.61275-13.26462-23.81956-13.26462-23.81956s-30.5115,48.08118-40.70521,98.98824l19.52266,30.17145L519.5254,312.3006a142.61,142.61,0,0,0-1.18572,17.8826c0,60.291,19.69081,109.16642,43.98071,109.16642s43.98072-48.87547,43.98072-109.16642c0-18.69079-4.22846-38.24546-10.0614-56.33418Z' transform='translate(-248 -77.40283)' fill='%23e6e6e6'/%3E%3Cpolygon points='267.479 524.167 262.908 524.167 264.432 434.879 265.955 434.879 267.479 524.167' fill='%23e6e6e6'/%3E%3Cpath d='M519.28775,456.06773l7.37846-11.40307a170.95723,170.95723,0,0,0-7.56983-17.72025l-4.77115,3.85359,3.7778-5.83837c-3.60028-7.087-6.43319-11.55223-6.43319-11.55223s-14.79775,23.31885-19.74158,48.00821l9.46827,14.63282-10.48179-8.46609a69.16528,69.16528,0,0,0-.57506,8.67286c0,29.24044,9.54982,52.94451,21.33016,52.94451S533,505.49564,533,476.2552c0-9.06483-2.05076-18.54863-4.87967-27.32146Z' transform='translate(-248 -77.40283)' fill='%23e6e6e6'/%3E%3Cpolygon points='386.479 524.167 381.908 524.167 383.432 434.879 384.955 434.879 386.479 524.167' fill='%23e6e6e6'/%3E%3Cpath d='M638.28775,456.06773l7.37846-11.40307a170.95723,170.95723,0,0,0-7.56983-17.72025l-4.77115,3.85359,3.7778-5.83837c-3.60028-7.087-6.43319-11.55223-6.43319-11.55223s-14.79775,23.31885-19.74158,48.00821l9.46827,14.63282-10.48179-8.46609a69.16528,69.16528,0,0,0-.57506,8.67286c0,29.24044,9.54982,52.94451,21.33016,52.94451S652,505.49564,652,476.2552c0-9.06483-2.05076-18.54863-4.87967-27.32146Z' transform='translate(-248 -77.40283)' fill='%23e6e6e6'/%3E%3Ccircle cx='264' cy='186.19433' r='42' fill='%23e6e6e6'/%3E%3Cpolygon points='415.872 234.173 492.533 236.077 502.852 144.666 415.872 144.666 415.872 234.173' fill='%232f2e41'/%3E%3Cpath d='M644.76993,239.9612l-21.14671-81.078s5.84211-38.92023,19.97409-38.27814-3.66865,38.049-3.66865,38.049l23.94311,70.03766Z' transform='translate(-248 -77.40283)' fill='%23ffb8b8'/%3E%3Cpath d='M686.22412,443.10875l3.31146,33.11459s-104.311,71.19639-104.311,100.99953-3.31146,124.17974-3.31146,124.17974l38.08179,1.65573,3.31146-44.70471s8.27865-49.67189,3.31146-67.88492l54.63908-41.39325s-16.5573,19.86876-13.24584,54.63909S663.0439,706.3698,663.0439,706.3698l39.73752,3.31146s4.96719-36.42606,6.62292-39.73752,9.93438-62.91773,1.65573-79.475l67.88493-79.475s23.18022-29.80314,0-59.60627l-13.24584-6.62292Z' transform='translate(-248 -77.40283)' fill='%232f2e41'/%3E%3Cpath d='M583.56887,694.77969l-3.31146,21.52449-21.52449,51.32763s-36.42606,18.213-9.93438,21.52449,36.42606-3.31146,41.39325-11.59011,14.90157-21.52449,14.90157-21.52449L603.43763,790.812h8.27865l13.56912-47.49194a29.95239,29.95239,0,0,0-5.09327-26.76756q-.09786-.12417-.1972-.24835c-6.62292-8.27865-3.31146-19.86876-3.31146-19.86876Z' transform='translate(-248 -77.40283)' fill='%232f2e41'/%3E%3Cpath d='M666.35536,694.77969l-3.31146,21.52449-21.52449,51.32763s-36.42605,18.213-9.93437,21.52449,36.426-3.31146,41.39324-11.59011,14.90157-21.52449,14.90157-21.52449L686.22412,790.812h8.27865l13.56913-47.49194a29.95239,29.95239,0,0,0-5.09328-26.76756q-.09786-.12417-.1972-.24835c-6.62292-8.27865-3.31146-19.86876-3.31146-19.86876Z' transform='translate(-248 -77.40283)' fill='%232f2e41'/%3E%3Ccircle cx='458.09288' cy='162.05113' r='33.1146' fill='%23ffb8b8'/%3E%3Cpath d='M704.43715,267.60138l14.90157,34.77032,29.80314-23.18022s-18.213-24.83594-18.213-28.1474Z' transform='translate(-248 -77.40283)' fill='%23ffb8b8'/%3E%3Cpath d='M707.74861,287.47013l7.06394,4.34051s22.82273-12.10094,28.576-20.6387c0,0,20.65486-6.882,28.93351,9.67527s-4.96719,130.80267-4.96719,130.80267,8.27865,11.59011,6.62292,16.5573S778.945,441.453,778.945,441.453v9.93438s-94.37661,1.65573-94.37661-6.62292V418.2728l-9.93438-3.31146s-9.93438,21.52449-13.24584,19.86876-19.86876-14.90157-19.86876-14.90157,26.49168-87.75369,41.39325-102.65526l18.213-31.45887Z' transform='translate(-248 -77.40283)' fill='%23fb6f3c'/%3E%3Cpath d='M704.43715,289.12586s-3.31146-6.62292-8.27865-8.27865-29.80314-36.42605-29.80314-36.42605l3.31146-18.213-33.1146-4.96719s1.65573,18.213,8.27865,29.80314,43.049,71.19638,43.049,71.19638l18.213-33.1146Z' transform='translate(-248 -77.40283)' fill='%23fb6f3c'/%3E%3Cpath d='M730.101,420.75639l-19.86875,59.60628s-41.39325,46.36044-18.213,46.36044,34.77032-41.39325,34.77032-41.39325l28.14741-59.60628Z' transform='translate(-248 -77.40283)' fill='%23ffb8b8'/%3E%3Cpath d='M666.40465,239.938c26.52245-10.63018,52.66949-12.89779,78.1352,0V218.51138A13.95535,13.95535,0,0,0,730.58449,204.556H677.42954a11.02489,11.02489,0,0,0-11.02489,11.02489Z' transform='translate(-248 -77.40283)' fill='%232f2e41'/%3E%3Cpath d='M750.79759,285.8144s15.10671-12.79586,23.28279,1.88072,3.20889,77.59432,1.55316,85.873-13.24584,59.60628-13.24584,59.60628l-39.73752-8.27865s-3.31146-23.18022,6.62292-21.52449Z' transform='translate(-248 -77.40283)' fill='%23fb6f3c'/%3E%3Cpath d='M767.27813,271.58657c-7.47508-4.10485-10.95384-13.3183-11.20173-21.8427-.24822-8.5244,1.81928-16.96078,1.98174-25.48727a19.70066,19.70066,0,0,0-.44217-5.19738,19.99152,19.99152,0,0,0-2.85872-5.91734c-9.72073-14.89484-26.61815-25.37235-44.41647-25.53721a19.72685,19.72685,0,0,0-7.51573,1.38171c-1.84014.737-2.44183.64676-2.79446,2.90614a18.80778,18.80778,0,0,0-12.90778.41044,43.67006,43.67006,0,0,0-11.28781,6.72245,50.91134,50.91134,0,0,0-5.707,4.94121c-9.4059,9.74414-11.57188,24.76187-8.847,38.02816.88586,4.313-3.3647,8.47684-6.88166,11.12594s-7.57824,5.08173-9.3054,9.132c-1.66117,3.89607-.74885,8.35188-1.08333,12.57414a21.50585,21.50585,0,0,1-13.71993,18.06931,6.619,6.619,0,0,0,6.38589,2.24579,15.71689,15.71689,0,0,0,6.65437-3.168,39.58173,39.58173,0,0,0,14.7562-21.89461c1.03307,4.69842.63244,9.54449.59442,14.355a40.097,40.097,0,0,1-2.90746,15.67932,22.95849,22.95849,0,0,1-10.57045,11.63912c4.6135,2.25911,9.69783.62172,13.60738-2.71074,3.90938-3.33246,6.21789-8.16974,7.83049-13.047a65.02715,65.02715,0,0,0,3.1334-24.67964A35.23865,35.23865,0,0,1,674.197,295.3399a36.73,36.73,0,0,1-12.45807,21.62429,71.55883,71.55883,0,0,0,32.75215-8.24838,18.53725,18.53725,0,0,0,6.71768-5.17351c3.251-4.50991,2.48187-10.6609,1.57006-16.14519-.72122-4.3364,4.69775-10.60546,1.5945-13.71918a5.14429,5.14429,0,0,0-3.44914-1.48246c-9.45259-.91006-18.20527-5.65746-23.25035-13.70275-3.53538-5.63781-5.87629-12.07592-5.87629-18.09738a32.93149,32.93149,0,1,1,64.38483,9.77247,66.08219,66.08219,0,0,0-2.39716,11.16014,87.6848,87.6848,0,0,1-2.6728,12.98267c-2.34787,8.17535-6.32542,16.51719-13.68526,20.7814,2.47315,1.35348,5.33556,1.41445,8.13766,1.72322,9.23506,1.01758,18.9478.79289,27.30655-3.26312C761.2304,289.496,767.87372,280.85839,767.27813,271.58657Z' transform='translate(-248 -77.40283)' fill='%232f2e41'/%3E%3Cpolygon points='490.38 252.288 481.739 323.422 482.101 255.6 490.38 252.288' opacity='0.2'/%3E%3Cpolygon points='518.772 336.291 515.216 358.255 523.494 361.567 518.772 336.291' opacity='0.2'/%3E%3C/svg%3E");
}

.c-section span:before {
    content: "";
    display: block;
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 200%;
    -webkit-transform: skew(0deg, 10deg);
    transform: skew(0deg, 10deg);
    z-index: -1;
}

.c-section span:after {
    content: "Lorem ipsum, dolor sit amet consectetur adipisicing elit. Beatae accusamus eaque necessitatibus modi facilis aspernatur ut natus saepe!";
    display: block;
    font-size: 1.4rem;
    position: absolute;
    letter-spacing: 0;
    font-weight: 350;
    padding: 0 var(--s3);
    color: rgba(255, 255, 255, 0.85);
    left: 9px;
}

@media (min-width: 40.625em) {
    .c-section span:after {
        font-size: 23%;
    }
}

@media (min-width: 40.625em) {
    .c-section span:after {
        width: 47ch;
    }
}

@media (min-width: 48em) {
    .c-section span:after {
        width: 57ch;
    }
}

@media (min-width: 62em) {
    .c-section span:after {
        width: 67ch;
    }
}

.c-services {
    display: grid;
    grid-gap: var(--s2);
    margin: 0 calc(var(--s3) * -1);
    padding: var(--s6) var(--s3);
    position: relative;
    z-index: 1;
}

@media (min-width: 40.625em) {
    .c-services {
        grid-template-columns: repeat(7, 1fr);
        grid-template-rows: minmax(100px, 1fr);
    }
}

@media (min-width: 40.625em) {
    .c-services {
        padding-bottom: 0px;
        padding-top: 20px;
    }
}

.services ul li {
    background-color: #fafafa;
    border-bottom: 5px solid #fda31b;
    position: relative;
    border-radius: 40px 40px 40px 0;
    box-shadow: 4px 2px 13px #bebebe;
}

.new-inner {
    background: #208ec7;
    width: 84px;
    height: 84px;
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 2px 23px 15px 2px;
}

.services ul li p {
    padding-top: 5%;
}

.services ul li {
    width: 22%;
    flex-wrap: wrap;
    padding: 2%;
}

.services ul {
    display: flex;
    gap: 42px;
    flex-wrap: wrap;
}

.services ul li img {
    float: right;
    margin-top: -45px;
    margin-right: -23px;
}

.c-services__item:hover h3 {
    color: #fff;
}

.c-services__item:hover p {
    color: rgba(255, 255, 255, 0.8);
}

.c-services__item:hover:after {
    background-color: #81c14e;
}

.meet-our-staff {
    position: relative;
    background: #0b3e50;
}

.meet-our-staff .title {
    color: #fff;
}

.meet-our-staff ul li {
    background: #ffffff;
    border-radius: 40px 40px 40px 0;
    padding: 25px;
    margin: 6px;
    position: relative;
    border-bottom: 5px solid #fda31b;
    width: 44%;
}

.title {
    font-size: 30px;
    color: #000;
    padding-bottom: 12px;
}

.new-atv {
    display: flex;
    justify-content: start;
    gap: 20px;
    /* margin-top: 11px; */
    margin-bottom: 20px;
}

.new-atv i {
    background: #fdfdfd;
    padding: 9px;
    border-radius: 37px;
    width: 44px;
    height: 44px;
    text-align: center;
    vertical-align: top;
    display: flex;
    justify-content: center;
    padding-top: 15px;
    font-size: 17px;
    color: #000;
}

.new-atv i:hover {
    background: #ccc;
}

.photo-gallery .row-cols-lg-3>* {
    flex: 0 0 auto;
    width: 24.333333%;
}

footer p {
    color: #fff;
}

.border-bottom {
    border-bottom: 1px solid #22497b !important;
    padding-bottom: 20px;
}

.footer-widget-title::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 3px;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    left: 0;
    z-index: -1;
}

.footer-list li a {
    color: #fff;
    display: flex;
    gap: 10px;
    line-height: 18px;
}

footer {
    background: #0b3e50;
}

.carousel-item h4 {
    display: none;
}

.btn-close {
    position: absolute;
    right: 21px;
    z-index: 99;
}

.btn-fullscreen-enlarge {
    display: none;
}

.title span {
    color: #198754;
}

.meet-our-staff ul {
    display: flex;
    gap: 30px;
}

.meet-our-staff ul li h4 {
    color: #000;
    font-size: 21px;
    margin-top: 20px;
}

.meet-our-staff ul li p {
    color: #fda31b;
    font-weight: 500;
}

.meet-our-staff ul li span i {
    margin-right: 10px;
}

.c-section__title span {
    font-size: 30px;
    color: #000;
}

/*   .title:before{ content: "";
    border: 3px solid #ccc;} */
h6 {
    font-size: 20px;
    margin: 10px 0px;
    color: #000;
}

.c-services li h3 {
    color: #fff;
    font-size: 22px;
}

.c-services__item {
    color: #000;
    background: #ebe9e947;
}

.photo-gallery img {
    width: 100%;
    height: 300px;
}

.services ul li h3 a {
    display: flex;
    color: #0b3e50;
}

#button {
    display: inline-block;
    background-color: #ff9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

/* Styles for the content section */

.content {
    width: 77%;
    margin: 50px auto;
    font-family: "Merriweather", serif;
    font-size: 17px;
    color: #6c767a;
    line-height: 1.9;
}

@media (min-width: 500px) {
    .content {
        width: 43%;
    }

    #button {
        margin: 30px;
    }
}

.content h1 {
    margin-bottom: -10px;
    color: #03a9f4;
    line-height: 1.5;
}

.content h3 {
    font-style: italic;
    color: #96a2a7;
}

@keyframes zoomin {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.gallery-item {
    display: block;
}

.gallery-item img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.2s;
}

.gallery-item:hover img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}

.lightbox-modal .modal-content {
    background-color: var(--lightbox);
}

.lightbox-modal .btn-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    font-size: 1.25rem;
    z-index: 10;
    filter: invert(1) grayscale(100);
}

.lightbox-modal .modal-body {
    display: flex;
    align-items: center;
    padding: 0;
}

.lightbox-modal .lightbox-content {
    width: 100%;
}

.lightbox-modal .carousel-indicators {
    margin-bottom: 0;
}

.lightbox-modal .carousel-indicators [data-bs-target] {
    background-color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-inner {
    width: 75%;
}

.lightbox-modal .carousel-inner img {
    animation: zoomin 10s linear infinite;
}

.lightbox-modal .carousel-item .carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 2rem;
    background-color: var(--lightbox);
    color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
    width: auto;
}

.lightbox-modal .carousel-control-prev {
    left: 1.25rem;
}

.lightbox-modal .carousel-control-next {
    right: 1.25rem;
}

@media (min-width: 1400px) {
    .lightbox-modal .carousel-inner {
        max-width: 60%;
    }
}

[data-bs-theme="dark"] .lightbox-modal .carousel-control-next-icon,
[data-bs-theme="dark"] .lightbox-modal .carousel-control-prev-icon {
    filter: none;
}

.btn-fullscreen-enlarge,
.btn-fullscreen-exit {
    position: absolute;
    top: 1.25rem;
    right: 3.5rem;
    z-index: 10;
    border: 0;
    background: transparent;
    opacity: 0.6;
    font-size: 1.25rem;
}

.bi {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.035em;
    fill: currentcolor;
}

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.new-inner-asset .new-moves {
    position: absolute;
    top: 303px;
    width: auto;
    right: 0px;
}

nav {
    z-index: 99;
    width: 100%;
}

/* nav .wrapper{
  position: relative;
  max-width: 1300px;
  padding: 0px 30px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
} */
.wrapper .logo a {
    color: #f2f2f2;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
}

.wrapper .nav-links {
    /* margin-top: 35px !important; */
    display: flex;
    margin-top: 0px;
    /* margin-left: 49px; */
    border-top: 1px solid #f3f3f3;
    justify-content: center;
}

.search-box i {
    position: relative;
}

.input-box {
    display: none;
}

.input-box.main {
    display: block;
    /* background: #b1acac5c; */
    width: 406px;
    position: absolute;
    z-index: 9;
    /* height: 59px; */
    /* top: 36px; */
    right: 0px;
    /* border-radius: 5px; */
    padding: 20px;
    margin-top: 16px;
}

.new-inners-new button {
    background: #ffffff;
    border: none;
    width: 100px;
    height: 45px;
    margin-top: 5px;
    /* border-radius: 0px 10px 10px 0px; */
    font-size: 14px;
    color: #000;
}

.search-box i {
    position: absolute;
    z-index: 999;
    top: -22px;
}

.search-box i {
    position: absolute;
    z-index: 999;
    top: 7px;
}

.nav-links li {
    list-style: none;
    padding: 0 4px;
    position: relative;
}

.nav-links li a {
    position: relative;
    display: flex;
    align-items: center;
}

.nav-links>li>a::after {
    content: '';
    width: 2px;
    height: 10px;
    background: #ffb63e;
    border-radius: 50%;
    position: absolute;
    z-index: 9;
    right: 0px;
    top: 50%;
    margin-top: -5px;
}

.nav-links li a {
    color: #0b3e50;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 9px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.new-inners-new {
    display: flex;
}

.footer-list li {
    margin-bottom: 10px;
    margin-top: 10px;
}

.nav-links .mobile-item {
    display: none;
}

.nav-links .drop-menu {
    position: absolute;
    background: #003f4f;
    width: 180px;
    line-height: 30px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 30px;
    opacity: 1;
    visibility: visible;
}

.drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
    color: #ffffff;
}

.drop-menu li:hover {
    background: #ffc107fa;
    transition: all 0.3s ease;
    color: #0b3e50;
}

.drop-menu li:hover a {
    transform: translateX(20px);
    transition: all 0.3s ease;
}

.mega-box {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 30px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
}

.mega-box .content {
    background: #242526;
    padding: 25px 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box .content .row {
    width: calc(25% - 30px);
    line-height: 45px;
}

.content .row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content .row header {
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
}

.content .row .mega-links {
    margin-left: -40px;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li {
    padding: 0 20px;
}

.row .mega-links li a {
    padding: 0px;
    padding: 0 20px;
    color: #d9d9d9;
    font-size: 17px;
    display: block;
}

.row .mega-links li a:hover {
    color: #f2f2f2;
}

.wrapper .btn {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.wrapper .btn.close-btn {
    position: absolute;
    right: 30px;
    top: 10px;
}

@media screen and (max-width: 970px) {
    .wrapper .btn {
        display: block;
    }

    .input-box {
        display: block !important;
        margin-top: 35px;
    }

    .wrapper .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 350px;
        top: 0;
        left: -100%;
        background: #242526;
        display: block;
        padding: 50px 10px;
        line-height: 28px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
        transition: all 0.3s ease;
    }

    /* custom scroll bar */
    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-track {
        background: #242526;
    }

    ::-webkit-scrollbar-thumb {
        background: #3a3b3c;
    }

    #menu-btn:checked~.nav-links {
        left: 0%;
    }

    #menu-btn:checked~.btn.menu-btn {
        display: none;
    }

    .nav-links li {
        margin: 15px 10px;
    }

    .nav-links li a {
        padding: 0 20px;
        display: block;
        font-size: 20px;
    }

    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
    }

    #showDrop:checked~.drop-menu,
    #showMega:checked~.mega-box {
        max-height: 100%;
    }

    .nav-links .desktop-item {
        display: none;
    }

    .nav-links .mobile-item {
        display: block;
        color: #f2f2f2;
        font-size: 20px;
        font-weight: 500;
        padding-left: 20px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
    }

    .nav-links .mobile-item:hover {
        background: #3a3b3c;
    }

    .drop-menu li {
        margin: 0;
    }

    .drop-menu li a {
        border-radius: 5px;
        font-size: 18px;
    }

    .mega-box {
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0 20px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .mega-box .content {
        box-shadow: none;
        flex-direction: column;
        padding: 20px 20px 0 20px;
    }

    .mega-box .content .row {
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2) {
        border-top: 0px;
    }

    .content .row .mega-links {
        border-left: 0px;
        padding-left: 15px;
    }

    .row .mega-links li {
        margin: 0;
    }

    .content .row header {
        font-size: 19px;
    }
}

nav input {
    display: none;
}

.body-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 30px;
}

.body-text div {
    font-size: 45px;
    font-weight: 600;
}

.search-box {
    position: relative;
    margin-top: -28px;
}

@keyframes zoomin {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.gallery-item {
    display: block;
}

.gallery-item img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.2s;
}

.gallery-item:hover img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}

.lightbox-modal .modal-content {
    background-color: var(--lightbox);
}

.lightbox-modal .btn-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    font-size: 1.25rem;
    z-index: 10;
    filter: invert(1) grayscale(100);
}

.lightbox-modal .modal-body {
    display: flex;
    align-items: center;
    padding: 0;
}

.lightbox-modal .lightbox-content {
    width: 100%;
}

.lightbox-modal .carousel-indicators {
    margin-bottom: 0;
}

.lightbox-modal .carousel-indicators [data-bs-target] {
    background-color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-inner {
    width: 75%;
}

.lightbox-modal .carousel-inner img {
    animation: zoomin 10s linear infinite;
}

.lightbox-modal .carousel-item .carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 2rem;
    background-color: var(--lightbox);
    color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
    width: auto;
}

.lightbox-modal .carousel-control-prev {
    left: 1.25rem;
}

.lightbox-modal .carousel-control-next {
    right: 1.25rem;
}

@media (min-width: 1400px) {
    .lightbox-modal .carousel-inner {
        max-width: 60%;
    }


}

[data-bs-theme="dark"] .lightbox-modal .carousel-control-next-icon,
[data-bs-theme="dark"] .lightbox-modal .carousel-control-prev-icon {
    filter: none;
}

.btn-fullscreen-enlarge,
.btn-fullscreen-exit {
    position: absolute;
    top: 1.25rem;
    right: 3.5rem;
    z-index: 10;
    border: 0;
    background: transparent;
    opacity: 0.6;
    font-size: 1.25rem;
}

.bi {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.035em;
    fill: currentcolor;
}

.container h1 {
    font-family: "Raleway";
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 50px;
    color: #0086b5;
}

hr {
    border: 0;
    height: 3px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.thumbnail {
    margin-bottom: 6px;
    display: flex;
    flex-wrap: wrap;
}

.blur {
    transform: scale(0.9);
    opacity: 0.6;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

.myFooter {
    display: flex;
    flex-flow: row wrap;
}

.footer-icons {
    text-align: center;
    font-size: 20px;
    letter-spacing: 5px;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    position: relative;
    margin-top: 15px;
}

.footer-bottom {
    text-align: center;
    color: white;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

a {
    text-decoration: none;
}

a:visited,
a:focus {
    color: white;
}

footer .footer-list a {
    transition: all 0.3s ease-in-out;
}

footer .footer-list a:hover {
    transform: translateX(7px);
}

.testi-card {
    padding: 5px;
}

.testi-card p {
    padding: 0 30px;
}

.testi-comment {
    margin-top: -15px;
    height: 100px;
    display: flex;
    align-items: center;
}

.testi-comment-outter {
    position: relative;
}

.testi-comment-outter i {
    font-size: 22px;
}

.testi-card .user {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 20px;
    margin-left: 5px;
}

.testi-card .user img {
    width: 45px;
    border-radius: 50%;
}

.testi-card .user strong {
    font-weight: bold;
}

.testi-comment-outter .fa-quote-right {
    position: absolute;
    right: 0;
    bottom: -10px;
}

.container-new {
    display: grid;

    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}

.container-new .card {
    display: flex;
    width: 23%;
}

.footer-widget-title {
    margin-bottom: 15px;
}

.main .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}

.main .card {
    color: #252a32;
    border-radius: 2px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}

.main .card-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 70%;
    background: #ffffff;
}

.main .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 600px) {
    .services ul li {
        width: 45%;
        flex-wrap: wrap;
        padding: 4%;
    }

    #menu-btn:checked~.nav-links {
        left: 0%;
        top: -27px;
    }

    .wrapper .btn {
        display: flex;
        margin-top: 20px;
        justify-content: end;
        border: none;
        margin-top: 9px;
    }

    .search-box i {
        position: absolute;
        z-index: 999;
        top: 29px;
        display: none;
    }

    .container-new .card {
        display: flex;
        width: 45%;
    }

    .main .container {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }

    .video ul {
        position: absolute;
        /* z-index: 9; */
        left: 2%;
        top: 72.9%;
        /* width: 704px; */
        margin: 0px;
        padding: 0px;
        display: flex;
        gap: 15px;
    }
}

.card-new {
    display: flex;

    flex-wrap: wrap;
    gap: 25px;
    justify-content: space-between;
}

.card-image img {
    width: 100%;
}

@media only screen and (max-width: 800px) {
    .headernew .col-md-4 {
        width: 50%;
    }

    .headernew .col-md-8 {
        width: 50%;
    }

    .wrapper .btn {
        margin-top: 20px;
    }

    .meet-our-staff ul {
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
    }
}

/* ------ 26-05-2025 ------- */

main {
    padding-top: 107px;
}

.bannerSwiper {
    width: 100%;
    padding-bottom: 40px;
    height: 100%;
}

.bannerSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bannerSwiper .swiper-slide img {
     display: flex;
    align-items:center;
    justify-content:center;
   
    padding: 10px;
    /* background: #f1f1f1; */
    height: 45px !important;
    width: auto;
    max-width: 98% !important;
    border-radius: 7px;
}

.bannerSwiper .swiper-slide a {
    display: block;
}

.drop-down-inner {
    position: relative;
}

.drop-down-inner .drop-menu {
    transform: translateX(100%);
    position: absolute;
    top: 0 !important;
    display: none;
}

.drop-down-inner:hover .drop-menu {
    display: block;
}

.bannerSwiper .swiper-button-prev, .bannerSwiper .swiper-button-next {
  background-color: #0b3e50;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-image: url(../images/left-arr.png);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center center;
  bottom: 0;
  top: auto;
  left: 45%;
  right: auto;
}
.bannerSwiper .swiper-button-next{
      left: auto;
  right: 45%;
}
.bannerSwiper .swiper-button-next {
    background-image: url(../images/right-arr.png);
}

.bannerSwiper .swiper-button-prev:after,
.bannerSwiper .swiper-button-next:after {
    content: unset;
}

.nav-links .drop-menu {
    /* padding: 15px 0; */
}

.ser-tab .nav-link {
    background-color: #fff;
    padding: 10px 5px;
    color: #000;
    width: 150px;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
    font-size: 14px;
}

.ser-tab .nav-link.active,
.ser-tab .nav-link:hover {
    background-color: #0b3e50;
    color: #fff;
}

.ser-tab .nav-link.active img,
.ser-tab .nav-link:hover img {
    filter: brightness(0) invert(1);
}

.tab-content .form-control,
.tab-content .form-select {
    background-color: #fff !important;
    color: #000 !important;
    box-shadow: unset !important;
}

.tab-content label {
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
}

.tab-content input,
.tab-content select {
    padding: 10px;
    font-size: 14px;
}

.tab-content input::placeholder {
    color: #000;
}

.tab-content .btn {
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 500;
    background: #0b3e51;
    margin-left: auto;
    display: block;
}

.ser-tab {
    min-height: 300px;
}

.publicationSwiper .swiper-slide {
    min-height: 200px;
    background-color: #fff;
}

.publicationSwiper,
.bookSwiper {
    padding-bottom: 60px;
}

.publicationSwiper .swiper-pagination,
.bookSwiper .swiper-pagination {
    bottom: 15px;
}

.swiper-pagination-bullet-active {
    background-color: #0b3e50;
}

/* .bookSwiper{
max-width: 406px;
} */
.new-arri .img-d {
    border-radius: 40px;
}

.new-arri .lib-img {
    transition: all 0.7s ease-in-out;
    border-radius: 40px;
    height: 100%;
}

.new-arri .lib-img:hover {
    scale: 1.2;
}

@keyframes stu-scrl {
    0% {
        transform: translateY(100px);
    }

    100% {
        transform: translateY(-96%);
    }
}

.Announc-outter {
    overflow: hidden;
}

ul.Announc {
    animation: stu-scrl 10s infinite linear !important;
    height: 150px;
}

ul.Announc li {
    background-color: #33505a00;
    padding: 10px 15px;
    margin-bottom: 10px;
    /* border-radius: 7px; */
    border-bottom: 1px dashed;
}

ul.Announc li a {
    color: #000000;
    font-weight: 500;
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease-in-out;
}

ul.Announc:hover {
    animation-play-state: paused !important;
}

.iima-l-btn {
    display: flex;
    gap: 10px;
    align-items: center;
    background-color: #0b3e50;
    color: #fff;
    padding: 12px 20px;
    border-radius: 30px;
    font-weight: 500;
    justify-content: center;
    width: 175px;
    margin-top: 10px;
    margin-left: auto;
}

.remot {
    text-align: justify;
}

.bookSwiper .swiper-pagination {
    bottom: 20px;
}

.footer-widget-box.about-us {
    padding-left: 20px;
}

.footer-widget-box.about-us p {
    padding-bottom: 20px;
}

.footer-logo img {
    max-width: 300px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}

.footer-widget-title {
    margin-bottom: 15px;
}

footer {
    padding: 15px 0;
    margin-top: 30px;
}

.bg-shade {
    background-color: #e3faf0;
    padding: 50px 0px !important;
}

@media (min-width: 1250px) {
    .container {
        max-width: 1250px;
    }
}

/* 2.0 css */

.banner {
    background-color: #f7f7f760;
    position: relative;
    background-image: url(https://www.iimamritsar.ac.in/storage/files/iima3.jpg);
    background-attachment: fixed;
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner::after {
    content: "";
    position: absolute;
    background-image: url(../images/cor-shade.png);
    height: 180px;
    width: 210px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0px;
}

@keyframes ytr {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(7px);
    }

    100% {
        transform: translateY(0px);
    }
}

.banner::before {
    content: "";
    position: absolute;
    background-image: url(../images/dot-sm.png);
    height: 80px;
    width: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 50px;
    left: 20px;
    animation: ytr 2s ease-in-out infinite;
}

.banner .container {
    position: relative;
}

.banner .container::after {
    content: "";
    position: absolute;
    background-image: url(../images/bg-shape-banner.png);
    height: 160px;
    width: 550px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    right: 0px;
}

@keyframes xtr {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0px);
    }
}

.banner .container::before {
    content: "";
    position: absolute;
    background-image: url(../images/dot-big.png);
    height: 90px;
    width: 250px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -4px;
    left: 140px;
    animation: xtr 2s ease-in-out infinite;
}

.banner .container {
    padding: 8rem 15px 5rem;

}

.bg-ye {
    background-color: #ffb810;
    box-shadow: -3px 6px 4px 1px #5e5e5e36;
}

.ser-div {
    padding: 25px;
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #ffd6c5;
    box-shadow: -3px 6px 4px 1px #5e5e5e36;
    background-image: url('../images/lib.png');
    background-blend-mode: soft-light;
    background-position: center;

}

.ser-div h2 {
    font-size: 26px;
    color: #212020;
    margin-bottom: 15px;
}

.annou {
    position: relative;
    z-index: 2;
    border-radius: 0 0 15px 15px;
    border: 1px solid #0b3e50;
}

.remote-box {
    z-index: 7;
    box-shadow: -3px 6px 4px 1px #5e5e5e36;

}

.annou-ti {
    background-color: #0b3e50;
    padding: 15px;
}

.annou-ti h2 {
    color: #fff;
    font-size: 26px;
}

.Announc-outter {
    padding: 0 30px;
}

.e-resources {
    background-image: url(../images/e-res-bg.png);
    padding: 15px !important;
    /* position: absolute; */
    width: 100%;
    background-size: cover;
    border-radius: 15px;

}

/* 
.e-book {
    margin-top: 30px;
} */

.e-book .img-div {

    margin-bottom: 15px;
}

.e-book h2,
.new-arri h2,
.news-paper h2,
.publication h2,
.our-service h2 {
    font-size: 30px;
    color: #0b3e50;
    margin: 20px 0;
}

.e-book .find h2 {
    color: #fff;
    font-size: 24px;
    padding-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.e-book .swiper-slide p,
.new-arri .swiper-slide p {
    font-size: 14px;
    font-weight: bold;
    color: #1c1c1c;
    padding: 0 10px;
}

.new-arri .swiper-slide p {
    color: #0b3e50;
    text-align: center;
    margin-top: 8px;
}

.new-arri {

    padding: 200px 0 20px;
}

.new-arri .row {
    border: 1px solid #0b3e50;
    border-radius: 20px;
    padding: 0 30px;
}

.new-arri h2 {
    width: fit-content;
    padding: 0 10px;
    text-align: center;
    background-color: #ffffff;
    transform: translateY(-50%);
    margin: auto;
}

.new-arri .img-div {
    padding: 45px;
    border-radius: 50%;
    background-color: #eee8f8;
    aspect-ratio: 1;
    position: relative;
}

@keyframes rote {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.new-arri .img-div::before {
    content: "";
    width: 90%;
    height: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px dashed #0b3e50;
    border-radius: 50%;
    animation: rote 30s linear infinite;
    z-index: 99;
}

.new-arri .img-div:hover::before {
    animation: unset;
}

.new-arri .img-div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
}

.new-arri .newbookSwiper .swiper-pagination {
    display: none;
}

.new-arri .newbookSwiper {
    padding-bottom: 30px;
}

.new-arri .bookSwiper {
    padding-bottom: 35px;
}

.find-inner {
    background-color: #0b3e50;
    background-image: url(../images/find.png);
    border-radius: 20px 20px 0 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 70%;
}

a.cta {
    background-color: #fff;
    color: #0b3e50;
    font-weight: bold;
    padding: 12px 25px;
    display: inline-block;
    margin-left: 20px;
    border-radius: 30px;
    transition: all ease-in-out 0.5s;
}

a.cta:hover {
    transform: translateY(-5px);
}

.news-paper .img-div {
    height: 150px;
    overflow: hidden;
    position: relative;
}

.news-paper a::before,
.news-paper a::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background-color: #0b3e50;
    z-index: 1;
    top: 12px;
    left: 1px;
}

.news-paper a::after {
    rotate: 90deg;
    left: -38px;
    top: 49px;
}

.news-paper a {
    padding: 15px;
    border: 1px solid #0b3e50;
    display: block;
}

.news-paper a {
    padding: 10px;
    border: 1px solid #0b3e50;
    display: block;
}

.news-paper a img {
    transition: 0.3s;
}

.news-paper a img:hover {
    opacity: 0.9;
}

.newsSwiper {
    padding-bottom: 60px;
}

.counter .row {
    background-color: #ede8f9;
    border-radius: 20px;
}

.counter .img-div {
    background-color: #0b3e50;
    padding: 10px;
    border-radius: 10px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter .count {
    font-size: 30px;
    font-weight: 500;
}

.count-title {
    color: #1c1c1c;
    padding-left: 5px;
}

.publication .p-content {
    padding: 0px 20px;
    width: 70%;
}

.publication .img-div {
    width: 30%;
}

.publication .img-div img {
    width: 100%;
    height: 156px;
    object-fit: cover;
}

.publication p {
    font-size: 14px;
}

.publication p.dat {
    font-size: 18px;
    margin-bottom: 10px;
}

.publication .d-flex {
    padding: 15px;
    border-radius: 2px;
    border: 1px solid #0b3e50;
    margin: 1px;
}

.publication .d-flex i {
    color: var(--black);
}

.publication .swiper-pagination {
    display: none;
}

.our-service {
    background-color: #ede8f9;
    padding: 3rem 0;
}

.our-service .s-box {
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    background: #ffffff;
}

.our-service .s-box:hover {
    transform: scale(1.02);
}

.our-service .s-box img {
    width: 40px;
}

.our-service .s-box p {
    font-size: 16px;
    font-weight: 500;
}

.drop-down-inner::after {
    content: "";
    position: absolute;
    width: 35px;
    height: 1px;
    background: white;
    right: 14%;
    top: 50%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.drop-down-inner:hover::after {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

a.desktop-item img {
    width: 7px;
    /* filter: brightness(90); */
    margin-left: 5px;
}

.drop-down-inner .drop-menu li:hover a {
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

/******************************************/
.search-bar {
    background-color: #ffffff;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    width: 100%;
}

.search-bar .form-control {
    flex-grow: 1;
    border: none;
    padding: 10px;
    font-size: 16px;
    border-radius: 0;
    background: #0b3e50;
}

.search-icons {
    display: flex;
    background: #efe8f7;
    height: 44px;
    align-items: center;
}

.search-icons i {
    font-size: 18px;
    color: #0b3e50;
    cursor: pointer;
    padding: 10px;
}

.search-icons i:first-child {
    border-right: 1px solid #fff;
}

.search-options {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

/* 
    .form-check {
      position: relative;
    }

    .form-check-input {
      appearance: none;
      width: 1rem;
      height: 1rem;
      border: 2px solid #f44336;
      border-radius: 50%;
      outline: none;
      cursor: pointer;
      margin-top: 6px;
      margin-right: 5px;
      vertical-align: middle;
      position: relative;
    }

    .form-check-input:checked {
      background-color: #f44336;
      border-color: #f44336;
    }

    .form-check-input:checked::before {
      content: "";
      display: block;
      width: 0.5rem;
      height: 0.5rem;
      background-color: white;
      border-radius: 50%;
      position: absolute;
      top: 3px;
      left: 3px;
    }

    .form-check-label {
      font-weight: 500;
      color: #f44336;
      margin-left: 5px;
    } */
.ser-div .form-check-label {
    margin-left: 7px;
    color: #0b3e50;
    margin-top: 3px;
}

.ser-div .form-check-input {
    --bs-form-check-bg: #ffffff;
}

.ser-div .btn-advanced {
    background-color: #0b3e50;
    color: white;
    border: none;
    padding: 6px 12px;
    font-size: 16px;
}

.btn-advanced:hover {
    background-color: #f0e8f6;
    color: #0b3e50;
}

.bn-breaking-news {

    border: 4px solid var(--yellow) !important;

    background: #fff;

    height: 48px !important;

}

.bn-label {
    background: var(--white);
    color: var(--black);
    font-size: 17px;
    border-right: 3px solid var(--yellow);
}

.bn-label::after {

    position: absolute;

    right: -11px;

    top: 7px;

    background: url('../images/hm-news-arroww2.svg') no-repeat scroll 0 0;

    fill: var(--yellow);

    width: 15px;

    height: 29px;

    content: "";

}

.seven h2 {
    text-align: center;
    font-size: 30px;
    color: #0b3e50;
    color: #222;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}

.seven h2:after,
.seven h2:before {
    content: " ";
    display: block;
    border-bottom: 1px solid var(--yellow);
    border-top: 1px solid var(--yellow);
    height: 5px;
    background-color: #f8f8f8;
}

.round-carousel.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.round-carousel .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}
/*****************************************************************/
#wrap {
  /* fixed width, centered in viewport */
  width:100%;
  
  position: relative;
}
#showcase {
  width: 100%;
  height: 350px;

  margin-top: 12px;
  visibility: hidden;
}
#showcase img {
  cursor: pointer;
      height: 250px;
}
#item-title {
  color: #F31414;
  font-size: 29px;
  letter-spacing: 0.13em;
  text-shadow: 1px 1px 6px #C72B2B;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 22px;
}
.nav {
  text-align: center;
}
.nav > button {
  width: 64px;
  height: 36px;
  color: #666;
  font: bold 16px arial;
  text-decoration: none;
  text-align: center;
  margin: 5px;
  text-shadow: 0px 1px 0px #f5f5f5;
  background: #f6f6f6;
  border: solid 2px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.nav > button:active,
.nav > button.down {
  background: #dfdfdf;
  border: solid 2px rgba(0, 0, 0, 0.6);
  box-shadow: none;
}
#get {
  font-size: 20px;
  text-align: center;
}
#download {
  margin: 8px auto;
  margin-top: 12px;
  display: block;
}
#license {
  font-size: 18px;
  text-align: center;
  margin: 0;
}
#share {
  position: absolute;
  left: 4px;
  top: 478px;
}
.fb-like {
  vertical-align: top;
}
.twitter-share-button {
  width: 84px !important;
  margin-left: 8px;
}
#credits {
  color: #c9c9c9;
  padding: 10px;
  border: 2px #999 dashed;
  position: absolute;
  right: 0;
  bottom: 83px;
}
#credits ul {
  font-size: 14px;
  list-style-type: none;
  padding-left: 2px;
  margin: 2px 0;
}
#credits .author {
  color: white;
}