@charset "UTF-8";
/*!
 * Theme Name: Kovid19
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version: 1.0.0
 * Updated: 03/24/2020
**/
/**
----------------------
## TABLE CONTNETS ##
01. Fonts
02. Reset
03. Utilities
--  03.1 Wide
--  03.2 Backgrounds
--  03.3 Guttters
--  03.4 Overflow
--  03.5 Overlay
04. Elements
--  04.1 Btns
--  04.2 Logo
05. Components
--  05.1 Banner
--  05.2 Status
--  05.3 Text Block
--  05.4 Boxes
--  05.5 List
--  05.6 Blog
--  05.7 Protect
--  05.8 Accordions
--  05.9 Tabs
--  05.10 WGS
--  05.11 Copyright
06. Layouts
--  06.1 Header
--  06.2 Section
--  06.3 Navbar
--  06.4 Menu
--  06.5 Footer
---------------------- **/
/** IMPORTANT NOTE: DO NOT Edit this file. Best to write your code in saparete file It will helps you to easy update of the template. */
/** 01. Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

/** 02. Reset */
html,
body {
  font-family: 'Poppins', sans-serif;
  color: #50658e;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

body.noscroll {
  overflow: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

*[hidden] {
  display: none;
}

ol,
ul {
  list-style: none;
  color: #3d4b69;
}

.tc-light ol,
.tc-light ul {
  color: #fff;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.tc-light {
  color: #fff;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

h1:last-child,
h2:last-child,
h3:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child {
  margin-bottom: 0;
}

.tc-light h1,
.tc-light h2,
.tc-light h3,
.tc-light .h1,
.tc-light .h2,
.tc-light .h3 {
  color: #fff;
}

h4,
.h4,
h5,
h6,
.h5,
.h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.tc-light h4,
.tc-light .h4,
.tc-light h5,
.tc-light h6,
.tc-light .h5,
.tc-light .h6 {
  color: #b2bfe0;
}

h1,
.h1,
h2,
.h2 {
  color: #50658e;
}

h3,
.h3,
h4,
.h4 {
  color: #465675;
}

h5,
.h5,
h6,
.h6 {
  color: #3d4b69;
}

p {
  margin-bottom: .75rem;
  color: #3d4b69;
  line-height: 1.5;
}

p:last-child {
  margin-bottom: 0;
}

.tc-light p {
  color: #fff;
}

p.lead {
  font-size: 1.125rem;
  line-height: 1.5;
}

p.small {
  font-size: .75rem;
  line-height: 1.67;
}

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

strong,
b {
  font-weight: 700;
}

a {
  outline: 0 none;
  transition: all 0.5s;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
.h1,
.fz-1 {
  font-size: 2.25rem;
}

h2,
.h2,
.fz-2 {
  font-size: 2.25rem;
}

h3,
.h3,
.fz-3 {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}

h4,
.h4,
.fz-4 {
  font-size: 1.25rem;
}

h5,
.h5,
.fz-5 {
  font-size: 1rem;
}

h6,
.h6,
.fz-6 {
  font-size: 1rem;
}

@media (min-width: 576px) {
  p {
    margin-bottom: 1rem;
  }

  p:last-child {
    margin-bottom: 0;
  }

  p.lead {
    font-size: 1.25rem;
  }

  h1,
  .h1,
  .fz-1 {
    font-size: 2.75rem;
  }

  h2,
  .h2,
  .fz-2 {
    font-size: 2.5rem;
  }

  h3,
  .h3,
  .fz-3 {
    font-size: 1.75rem;
  }

  h4,
  .h4,
  .fz-4 {
    font-size: 1.5rem;
  }

  h5,
  .h5,
  .fz-5 {
    font-size: 1.25rem;
  }

  .fs-30px {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .flex-column-sm {
    flex-direction: column;
  }

  .btn-sm-block {
    display: block;
    width: 100%;
  }
}

/** 03. Utilities */
/** 03.1 Wide */
[class*="wide"] {
  max-width: 100%;
}

.wide-md {
  width: 540px;
}

.wide-lg {
  width: 600px;
}

@media (min-width: 992px) {
  .wide-lg {
    width: 730px;
  }
}

/** 03.2 Backgrounds */
.bg-accent {
  background-color: #2a81ea !important;
}

.bg-accent-light {
  background-color: #2766bb !important;
}

.bg-accent-dark {
  background-color: #1b47a1 !important;
}

.bg-dark {
  background-color: #151c2e !important;
}

.bg-light {
  background-color: #f7f9fe !important;
}

/** 03.3 Guttters */
.g-gs {
  margin: -15px;
}

.g-gs>div,
.g-gs>li {
  padding: 15px;
}

.gy-m {
  margin-top: -22.5px;
  margin-bottom: -22.5px;
}

.gy-m>div,
.gy-m>li {
  padding-top: 22.5px;
  padding-top: 22.5px;
}

@media (min-width: 576px) {
  .gy-sm-m {
    margin-top: -22.5px;
    margin-bottom: -22.5px;
  }

  .gy-sm-m>div,
  .gy-sm-m>li {
    padding-top: 22.5px;
    padding-top: 22.5px;
  }
}

/** 03.4 Overflow */
.ov-h {
  overflow: hidden;
}

/** 03.5 Overlay */
.has-overlay {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.overlay.shape-a::before {
  content: '';
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
}

.shape-a {
  background-image: url("../images/hero-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}


/**03.6 Text Style*/
.font-base {
  font-family: 'Poppins', sans-serif;
}

/** 04. Elements */
/** 04.1 Btns */
.btn {
  font-weight: 500;
  padding: 15px 40px 15px 40px;
  border-radius: 2rem;
  line-height: 1.25rem;
  font-size: 15px;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn-sm {
  padding: 0.4375rem 1.375rem;
}



/** 04.2 Logo */
.logo-light {
  display: block;
}

.logo-dark {
  display: none;
}

.tc-light .logo-light {
  display: block;
}

.tc-light .logo-dark {
  display: none;
}

/** 05. Components */
/** 05.1 Banner */
.nk-banner {
  padding: 6.5rem 0 2rem;
  display: flex;
}

.nk-banner>.container {
  display: flex;
}

.nk-banner-block {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.nk-banner-block .content {
  padding: 0 0 22px;
  margin-top: auto;
  margin-bottom: auto;
}

.nk-banner-block .content p {
  font-size: 1rem;
  line-height: 1.67;
}

.nk-banner-block .subtitle {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 20px;
  letter-spacing: 0.8px;
  font-weight: 600;
}

.nk-banner-block .heading {
  display: flex;
  align-items: center;
  font-size: 4.5rem;
  line-height: 1.5;
  vertical-align: middle;
  margin-bottom: 1rem;
  letter-spacing: -0.025em;
}

@media (max-width: 767px) {
  .nk-banner-block .heading {
    font-size: 2.5rem;
  }
}

.nk-banner-block .heading-sm {
  display: flex;
  flex-direction: column;
  margin-top: .3125rem;
  margin-left: 0.25rem;
}

.nk-banner-block .heading-sm .sup {
  font-size: 1rem;
  color: #f86168;
  letter-spacing: 0.04em;
}

.nk-banner-block .heading-sm .sub {
  font-size: 1.875rem;
  margin-top: .125rem;
}

.nk-banner-block .status {
  padding-top: 30px;
}

@media (min-width: 576px) {
  .nk-banner {
    min-height: 100vh;
  }

  .nk-banner-block .content {
    padding: 44px 0 30px;
  }

  .nk-banner-block .heading-sm {
    margin-top: .375rem;
    margin-left: 0.5rem;
  }

  .nk-banner-block .heading-sm .sup {
    font-size: 1.375rem;
  }

  .nk-banner-block .heading-sm .sub {
    font-size: 2.5rem;
    margin-top: 0;
  }

  .nk-banner-btns {
    margin: -.5rem -1.25rem;
    padding-top: .5rem;
  }

  .nk-banner-btns li {
    padding: .5rem 1.25rem;
  }
}

@media (max-width: 991px) {
  .nk-banner-image {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .nk-banner-image {
    margin-left: -130px;
    margin-right: -40px;
  }
}

.nk-banner-block .heading-sm {
  margin-top: .4375rem;
  margin-left: 0.5rem;
}

.nk-banner-block .heading-sm .sup {
  font-size: 1.75rem;
}

.nk-banner-block .heading-sm .sub {
  font-size: 3rem;
}

.nk-banner-btns {
  padding-top: 1.25rem;
}

.nk-banner-image {
  margin-left: -130px;
  margin-right: -60px;
}

@media (min-width: 1540px) {
  .nk-banner-block {
    margin-right: -20px;
  }

  .nk-banner-block .content p {
    font-size: 15px;
  }

  .nk-banner-block .heading {
    font-size: 4rem;
  }

  .nk-banner-block .heading-sm .sup {
    font-size: 2rem;
  }

  .nk-banner-block .heading-sm .sub {
    font-size: 3.5rem;
  }

  .nk-banner-image {
    margin-left: -20px;
    margin-right: -185px;
  }
}


/** 05.3 Text Block */
.text-block .subtitle {
  text-transform: uppercase;
  color: #2a81ea;
  font-size: 1.125rem;
  margin-bottom: .125rem;
  letter-spacing: .1em;
}

.tc-light .text-block .subtitle {
  color: #73e3ff;
}

.text-block .title {
  text-transform: uppercase;
}

.text-block .title+p {
  padding-top: 0.6875rem;
}

.text-block .title+p.lead {
  padding-top: .75rem;
}

.tc-light .text-block p {
  color: #ced4ff;
}

.tc-light .text-block p strong {
  color: #fff;
}

@media (min-width: 576px) {
  .text-block .title+p {
    padding-top: 0.875rem;
  }

  .text-block .title+p.lead {
    padding-top: 1.25rem;
  }
}




/** 05.9 About */
.about-img {
  position: relative;
  margin: 30px 30px 30px 30px;
}

.about-img img {
  width: 100%;
  border: 8px solid #fff;
  transition: .5s;
  position: relative;
  z-index: 1;
}

.about-img::before {
  position: absolute;
  left: -31px;
  top: -30px;
  width: 90%;
  height: 92%;
  z-index: 0;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

.about-img::after {
  position: absolute;
  right: -31px;
  bottom: -30px;
  width: 90%;
  height: 92%;
  z-index: 0;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

/** 05.10 Services */
/* Services Section
--------------------------------*/
#services {
  padding: 60px 0 40px 0;
}

#services .box {
  padding: 30px;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 0 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
}

@media (max-width: 767px) {
  #services .box {
    margin-bottom: 0;
  }
}

#services .box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#services .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

#services .icon i {
  font-size: 36px;
  line-height: 1;
}

#services .title {
  font-weight: 700;
  margin-bottom: 15px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #1bb1dc;
}

/*#services p.description{max-height: 84px;min-height: 84px;height: 84px;}*/
#services .description {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
}

#services .col-md-6.col-lg-4 {
  margin-bottom: 20px;
}

/* Team Section
--------------------------------*/

#team {
  padding: 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
}

#team .member .member-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
  padding: 15px 0;
  background: rgba(29, 28, 41, 0.6);
}

#team .member .member-info-content {
  transition: margin 0.2s;
  /*height: 40px;*/
  transition: height 0.4s;
}

#team .member:hover .member-info {
  transition: 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #1bb1dc;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/** 05.11 Copyright */
.nk-copyright {
  font-size: 12px;
  color: #50658e;
}

.nk-copyright a {
  color: #50658e;
}

.nk-copyright a:hover {
  color: #2a81ea;
}

.tc-light .nk-copyright {
  color: #b2bfe0;
}

.tc-light .nk-copyright a {
  color: #b2bfe0;
}

.tc-light .nk-copyright a:hover {
  color: #2a81ea;
}

.nk-dislaimer {
  padding-top: 1rem;
}

.nk-dislaimer p {
  font-size: 11px;
  line-height: 20px;
  color: #50658e;
}

.tc-light .nk-dislaimer p {
  color: #b2bfe0;
}

/** 06. Layouts */
/** 06.1 Header */
.nk-header {
  overflow-x: hidden;
}

/** 06.2 Section */
.section {
  overflow-x: hidden;
}

.section-m {
  padding: 40px 0;
}

.section-l {
  padding: 50px 0;
}

.section-head {
  padding-bottom: 40px;
}

.section-head .subtitle {
  text-transform: uppercase;
  color: #2a81ea;
  font-size: 12px;
  margin-bottom: .125rem;
  letter-spacing: 0.04em;
}

.section-head .title {
  text-transform: uppercase;
}

.section-head .title+p {
  padding-top: .6875rem;
}

.section-head.text-center[class*="wide"] {
  margin-left: auto;
  margin-right: auto;
}

.section-subhead {
  padding-bottom: 30px;
}

.section-subhead .title {
  font-size: 1.5rem;
}

.section-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 30px;
  margin: -.5rem;
}

.section-actions li {
  padding: .5rem;
}

.section-cta {
  padding-top: 40px;
}

.section-cta .notes {
  display: flex;
}

.section-cta .notes .icon {
  font-size: 1.75rem;
  width: 2.5rem;
  flex-shrink: 0;
  color: #7fb3f2;
}

.section-cta .notes p {
  font-style: italic;
}

.section-cta .notes p strong {
  color: #2a81ea;
  font-style: normal;
}

.section-content-boxed {
  padding: 1.25rem 1.5rem 1.5rem;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 5px 40px 0px rgba(80, 101, 142, 0.08);
}

@media (min-width: 576px) {
  .section-m {
    padding: 60px 0;
  }

  .section-l {
    padding: 70px 0;
  }

  .section-head {
    padding-bottom: 50px;
  }

  .section-head .subtitle {
    font-size: 1.125rem;
    margin-bottom: .125rem;
    letter-spacing: 0.1em;
  }

  .section-head .title+p {
    padding-top: 1rem;
  }

  .section-subhead {
    padding-bottom: 40px;
  }

  .section-subhead .title {
    font-size: 1.875rem;
  }

  .section-actions {
    padding-top: 40px;
    margin: -1rem;
  }

  .section-actions li {
    padding: 1rem;
  }

  .section-cta {
    padding-top: 40px;
  }

  .section-cta .notes .icon {
    font-size: 2.75rem;
    width: 4rem;
  }

  .section-content-boxed {
    padding: 2.25rem 2.5rem 2.5rem;
  }
}

@media (min-width: 768px) {
  .section {
    overflow-x: hidden;
  }

  .section-m {
    padding: 60px 0;
  }

  .section-l {
    padding: 90px 0;
  }

  .section-head {
    padding-bottom: 60px;
  }

  .section-subhead {
    padding-bottom: 45px;
  }

  .section-cta {
    padding-top: 70px;
  }
}

@media (min-width: 992px) {
  .section {
    overflow: hidden;
  }

  .section-m {
    padding: 60px 0;
  }

  .section-l {
    padding: 120px 0;
  }

  .section-head {
    padding-bottom: 70px;
  }

  .section-subhead {
    padding-bottom: 50px;
  }

  .section-actions {
    padding-top: 60px;
  }

  .section-cta {
    padding-top: 90px;
  }
}

/** 06.3 Navbar */
.nk-navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px 0;
  z-index: 999;
  background-color: transparent;
  transition: all .4s;
}

.nk-navbar.has-fixed {
  position: fixed;
  padding: 15px 0;
  box-shadow: 0px 5px 40px 0px rgba(80, 101, 142, 0.08);
}

.nk-navbar.has-fixed.is-light {
  background-color: #fff;
}

.nk-navbar.has-fixed.is-light .logo-dark {
  display: block;
}

.nk-navbar.has-fixed.is-light .logo-light {
  display: none;
}

.nk-navbar-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nk-navbar-menu {
  position: fixed;
  background-color: #fff;
  min-height: 100vh;
  max-height: 100vh;
  width: 260px;
  top: 0;
  left: 0;
  padding: 1.5rem 1.5rem;
  box-shadow: 0px 5px 40px 0px rgba(80, 101, 142, 0.08);
  transform: translateX(-100%);
  z-index: 888;
  overflow: auto;
}

.nk-navbar-menu.menu-open {
  transform: none;
}

.nk-navbar-menu.mobile-menu {
  transition: transform .4s ease;
}

.nk-navbar-menu+.navbar-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 777;
  background: rgba(27, 71, 161, 0.8);
}

.nk-navbar-toggle {
  margin-right: -0.5rem;
  z-index: 1000;
}

.nk-navbar-toggle .toggle {
  padding: 0.5rem;
  display: flex;
  color: #50658e;
  border-radius: 50%;
}

.tc-light .nk-navbar-toggle .toggle {
  color: #fff;
}

.nk-navbar-toggle .toggle .icon-close {
  display: none;
}

.has-fixed.is-light .nk-navbar-toggle .toggle {
  color: #50658e;
}

.nk-navbar-toggle .toggle.active {
  color: #50658e;
  background: rgba(255, 255, 255, 0.8);
}

.nk-navbar-toggle .toggle.active .icon-menu {
  display: none;
}

.nk-navbar-toggle .toggle.active .icon-close {
  display: block;
}

.nk-navbar-toggle .icon {
  font-size: 1.25rem;
}

@media (min-width: 992px) {
  .nk-navbar-menu {
    position: static;
    display: flex;
    align-items: center;
    background-color: transparent;
    min-height: auto;
    width: auto;
    box-shadow: none;
    padding: 0;
    transform: none;
    overflow: visible;
  }
}

/** 06.4 Menu */
.nk-menu {
  margin: 0 -1.25rem;
}

.nk-menu li {
  padding: 0 1.25rem;
}

.nk-menu li a {
  display: block;
  padding: .5rem 0;
  font-size: 0.9375rem;
  font-weight: 500;
}

.is-light .nk-menu li a {
  color: #fff;
}

.is-light .mobile-menu .nk-menu li a {
  color: #50658e;
}

.nk-menu li a:hover,
.nk-menu li a.active {
  color: #2a81ea;
}

.mobile-menu .nk-menu li a:hover,
.mobile-menu .nk-menu li a.active {
  color: #2a81ea;
}

.nk-menu-btns {
  padding: 1rem 0 0;
}

@media (max-width: 767px) {
  .nk-navbar-logo img {
    max-width: 150px;
  }
}

@media (min-width: 992px) {
  .nk-menu {
    display: flex;
    align-items: center;
    margin: 0 -1.25rem;
  }

  .nk-menu li {
    padding: 0 1.25rem;
  }

  .nk-menu li a {
    padding: .5rem 0;
    font-size: 0.9375rem;
    color: #50658e;
  }

  .nk-menu li a:hover,
  .nk-menu li a.active {
    color: #2a81ea;
  }

  .tc-light .nk-menu li a {
    color: #fff;
  }

  .tc-light .nk-menu li a:hover,
  .tc-light .nk-menu li a.active {
    color: #2a81ea;
  }

  .is-light.has-fixed .nk-menu li a {
    color: #50658e;
  }

  .is-light.has-fixed .nk-menu li a:hover,
  .is-light.has-fixed .nk-menu li a.active {
    color: #2a81ea;
  }

  .nk-menu-btns {
    display: flex;
    align-items: center;
    padding: 0 0 0 2.25rem;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .nk-menu {
    margin: 0 -.75rem;
  }

  .nk-menu li {
    padding: 0 .75rem;
  }
}

/** 05.10 WGS */
.wgs.wgs-about {
  margin-bottom: 30px;
}

.wgs-title {
  font-size: 0.875rem;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  color: #50658e;
}

.tc-light .wgs-title {
  color: #fff;
}

.wgs-links li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.wgs-links li a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #50658e;
}

.wgs-links li a:hover {
  color: #2a81ea;
}

.tc-light .wgs-links li a {
  color: #b2bfe0;
}

.tc-light .wgs-links li a:hover {
  color: #2a81ea;
}

.wgs-about-text:not(:first-child) {
  padding-top: 1.125rem;
}

.wgs-about-text:not(:last-child) {
  padding-bottom: 0.675rem;
}

.wgs-about p {
  font-size: 12px;
  line-height: 1.67;
  margin-bottom: 0.5rem;
  color: #50658e;
}

.tc-light .wgs-about p {
  color: #b2bfe0;
}

.wgs-social {
  display: flex;
  align-items: center;
  margin: -5px;
}

.wgs-social li {
  padding: 5px;
}

.wgs-social li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  background: #50658e;
  color: #fff;
}

.wgs-social li a:hover {
  background: #2a81ea;
}

.wgs-card {
  border: 1px solid #e7e8ff;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 5px 40px 0px rgba(80, 101, 142, 0.08);
}

.wgs-head {
  border-bottom: 1px solid #e7e8ff;
  padding: 1.25rem 1.25rem;
}

.wgs-head h4,
.wgs-head h5,
.wgs-head h6 {
  margin-bottom: 0;
}

.wgs-list li:not(:last-child) {
  border-bottom: 1px solid #e7e8ff;
}

.wgs-list li a {
  display: flex;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 1.125rem 1.25rem;
  color: #2a81ea;
}

.wgs-list li a:after {
  margin-left: auto;
  font-family: "Nioicon";
  content: "";
}

@media (min-width: 576px) {
  .wgs-head {
    padding: 1.25rem 1.875rem;
  }

  .wgs-list li a {
    padding: 1.125rem 1.875rem;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .wgs-head {
    padding: 1.25rem 1.5rem;
  }

  .wgs-list li a {
    padding: 1.125rem 1.5rem;
  }
}

/** 06.5 Footer */
.nk-footer-top {
  padding-bottom: 2.75rem;
}

.nk-footer-bottom {
  padding-top: 1rem;
  border-top: 1px solid rgba(247, 248, 255, 0.1);
}

.nk-footer-links {
  display: flex;
  align-items: center;
  margin: 0 -1rem;
}

.nk-footer-links li {
  position: relative;
  padding: 0 1rem;
}

.nk-footer-links li:not(:last-child):after {
  content: '';
  position: absolute;
  right: -1px;
  height: 8px;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #50658e;
}

.tc-light .nk-footer-links li:not(:last-child):after {
  background-color: #b2bfe0;
}

.nk-footer-links li a {
  display: block;
  font-size: 12px;
  color: #50658e;
  padding: .5rem 0;
}

.nk-footer-links li a:hover {
  color: #2a81ea;
}

.tc-light .nk-footer-links li a {
  color: #b2bfe0;
}

.tc-light .nk-footer-links li a:hover {
  color: #2a81ea;
}

footer .form-control {
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .nk-footer-top {
    padding-bottom: 3.75rem;
  }
}

#show-more,
#show-less {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 0 0 0;
}

#show-less {
  padding: 15px 0 0 0;
}

#show-more a,
#show-less a {
  display: inline-block;
  color: #007bff;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
}

#show-more a .icon.ni.ni-chevron-down,
#show-less a .icon.ni.ni-chevron-up {
  display: inline-block;
  width: 100%;
  font-size: 30px;
  line-height: 15px;
}

@media(max-width: 991px) {
  .top-banner-btn .btn {
    margin: 20px 0 0 0;
  }
}

@media(max-width: 575px) {
  #services .col-md-6.col-lg-4 {
    margin-bottom: 0px;
  }
}


.cta-area {
  width: 100%;
  padding: 60px 0 0 0;
}

.individual-leader-btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.cta-dload {
  width: 100%;
  margin-top: 40px;
  display: flex;
  gap: 20px;
}

.cta-dload a {
  border: 1px solid #151c2e;
  border-radius: 8px;
  overflow: hidden;
}

.to-left {
  animation: to-left 5s linear infinite alternate;
}

@-webkit-keyframes to-left {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(-30px);
  }

  100% {
    transform: translateX(0px);
  }
}

.dash-area {
  padding-top: 60px;
}

.dash-wpr {
  width: 100%;
  background: #151c2e;
  padding: 15px;
  border-radius: 15px;
}

.dash-wpr img {
  width: 100%;
  border-radius: 8px;
}

.about-contnet-points {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.about-contnet-points li {
  position: relative;
  background: #fff;
  padding: 20px 20px 20px 90px;
  border-radius: 8px;
}

.about-contnet-points li i {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 50px;
}

.about-contnet-points li h5 {
  margin: 0;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #50658e;
  margin-bottom: 10px;
}

.about-contnet-points li p {
  color: #3d4b69 !important;
}

.section-about-img {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.section-about-img img {
  width: 100%;
}


.step-area {
  width: 100%;
  padding: 60px 0;
}

.def-title {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.def-title .subtitle {
  margin-bottom: 10px;
}

.step-wpr {
  position: relative;
  z-index: 1;
}

.grid-3 {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}

.step-wpr::before {
  position: absolute;
  z-index: -1;
  content: '';
  top: 44px;
  left: 50%;
  height: 1px;
  width: 836px;
  background: #f2f2f2;
  transform: translate(-50%, 0);
}

.step-box {
  text-align: center;
}

.step-box .step-value {
  width: 88px;
  height: 88px;
  line-height: 88px;
  border-radius: 50%;
  color: #2766bb;
  font-size: 40px;
  font-weight: 500;
  background: #eeeeee;
  margin: 0 auto;
  position: relative;
}

.step-box .step-value::before {
  position: absolute;
  z-index: -1;
  content: '';
  height: 100px;
  width: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f2f2f2;
  border-radius: 50%;
}

.step-box h4 {
  color: #2766bb;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.addpolls-graph {
  width: 100%;
  padding: 60px 0;
}

.govt-scheme-graph {
  background: #fafafa;
}

.section-graph-img {
  width: 100%;
  border-radius: 10px;
  min-height: 330px;
  display: flex;
  align-items: center;
  border: 10px solid #151c2e;
}

.section-graph-img img {
  border-radius: 5px;
}

.contact-number {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-icon {
  background: var(--primary);
  width: 45px;
  min-width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 80px;
}

.contact-text span {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
}

.contact-text h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  color: #fff;
  margin-bottom: 0;
}

.contact-text h3 a {
  color: inherit;
}

.contact-text h3 a:hover {
  color: var(--primary);
}

.is-light.has-fixed .contact-text span,
.is-light.has-fixed .contact-text h3,
.is-light.has-fixed .contact-text h3 a {
  color: #50658e;
}


.section-about {
  background: #fafafa;
  margin-top: 60px;
}

.dash-head {
  text-align: center;
  margin-bottom: 30px;
}



.tems-privcy {

  margin-bottom: 20px;
}

.tems-privcy a {
  margin: 20px 0px;
  /* background: none !important; */
  color: #b2bfe0;
}



@media(max-width: 991px) {
  .nk-navbar-toggle .toggle {
    color: #fff;
  }

  .about-contnet-points {
    margin-top: 30px;
  }

  .section-graph-img {
    margin-top: 30px;
  }

  .individual-leader-btn {
    justify-content: flex-start !important;
    margin-top: 15px;
  }

  .individual-leader-btn .btn {
    margin: 0 !important;
  }
}

@media(max-width: 767px) {
  .nk-banner {
    height: 100vh;
  }

  .nk-navbar {
    padding: 10px 0;
  }

  .contact-icon {
    display: none;
  }

  .contact-text h3 {
    font-size: 13px;
  }

  .contact-text span {
    font-size: 10px;
  }

  .dash-area {
    padding-top: 40px;
  }

  .dash-wpr {
    padding: 5px;
    border-radius: 10px;
  }

  .section-about {
    margin-top: 40px;
  }

  .about-contnet-points {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .about-contnet-points li {
    padding: 20px 20px 20px 75px;
  }

  .about-contnet-points li h5 {
    font-size: 18px;
  }

  .about-contnet-points li i {
    width: 40px;
    height: 40px;
  }

  .addpolls-graph {
    padding: 40px 0;
  }

  .section-graph-img {
    min-height: 230px;
    margin-top: 20px;
  }

  .cta-area {
    padding: 40px 0 0 0;
  }

  .cta-dload {
    margin-top: 20px;
    gap: 10px;
  }

  .cta-right {
    margin-top: 30px;
  }

  @-webkit-keyframes to-left {
    0% {
      transform: translateX(0px);
    }

    50% {
      transform: translateX(-5px);
    }

    100% {
      transform: translateX(0px);
    }
  }
}