
@import url("https://fonts.googleapis.com/css?family=Signika+Negative:300,400&display=swap");


*,
*:before,
*:after {
  box-sizing: border-box;
  position: relative;
  letter-spacing: 0.04em;
}

body {
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
  /* height: 200vh; */
  position: relative; }
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible; }


    .spinner{
      height:100px;
      width: 100px;
      border-radius: 50%;
      border: 10px solid #ccc;
      border-top-color:#007bff;
      animation: spin 1s linear infinite;
      position:absolute;
      top: 50vh;
      left: 50%;
    }
    @keyframes spin {
      0%{
        transform: rotate(0deg);
      }
      100%{
        transform: rotate(360deg);
      }
    }
    @keyframes blink {
      0% { opacity: 1; } /* Start with opacity 1 (visible) */
      50% { opacity: 0; } /* Halfway through, opacity 0 (hidden) */
      100% { opacity: 1; } /* At the end, opacity 1 again (visible) */
    }
    

    .loader{
      display: none;
      width: 100%;
      height: 100%;
      z-index: 999;
      position: fixed;
      background-color: #363636;
    }

    .hero {
      height: 100vh;
      width: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
    
    .site-navbar-wrap {
      position: absolute;
      z-index: 99;
      width: 100%;
      left: 0; }
      .site-navbar-wrap a {
        color: #fff; }
      .site-navbar-wrap .site-navbar-top {
        font-size: 0.8rem; }
    
    .site-navbar-top {
      border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    
    .site-navbar {
      margin-bottom: 0px;
      width: 100%; }
      .site-navbar .site-logo {
        font-weight: 200;
        line-height: 0;
        top: -7px;
        position: relative; }
        .site-navbar .site-logo a {
          font-weight: 200;
          color: #fff;
          font-size: 20px;
          font-weight: bold;
          text-transform: uppercase; }
      .site-navbar .site-navigation .site-menu {
        margin-bottom: 0; }
        .site-navbar .site-navigation .site-menu a {
          text-decoration: none !important;
          display: inline-block;
          font-weight: 500; }
        .site-navbar .site-navigation .site-menu > li {
          display: inline-block;
          padding: 10px 5px; }
          .site-navbar .site-navigation .site-menu > li > a {
            padding: 20px 10px;
            color: rgba(255, 255, 255, 0.6);
            font-size: 15px;
            text-decoration: none !important; }
            .site-navbar .site-navigation .site-menu > li > a.active {
              color: #fff; }
            .site-navbar .site-navigation .site-menu > li > a:hover {
              color: #fff; }
          .site-navbar .site-navigation .site-menu > li:last-child {
            padding-right: 0; }
            .site-navbar .site-navigation .site-menu > li:last-child > a {
              padding-right: 0; }
        .site-navbar .site-navigation .site-menu .has-children {
          position: relative; }
          .site-navbar .site-navigation .site-menu .has-children > a {
            position: relative;
            padding-right: 20px; }
            .site-navbar .site-navigation .site-menu .has-children > a:before {
              position: absolute;
              content: "\e313";
              font-size: 16px;
              top: 50%;
              right: 0;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              font-family: 'icomoon'; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown {
            visibility: hidden;
            opacity: 0;
            top: 100%;
            position: absolute;
            text-align: left;
            -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
            padding: 0px 0;
            margin-top: 20px;
            margin-left: 0px;
            background: #fff;
            -webkit-transition: 0.2s 0s;
            -o-transition: 0.2s 0s;
            transition: 0.2s 0s;
            border-radius: 4px; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
              position: absolute; }
              .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
                bottom: 100%;
                left: 20%;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none; }
              .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
                border-color: rgba(136, 183, 213, 0);
                border-bottom-color: #fff;
                border-width: 10px;
                margin-left: -10px; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown a {
              font-size: 14px;
              text-transform: none;
              letter-spacing: normal;
              -webkit-transition: 0s all;
              -o-transition: 0s all;
              transition: 0s all;
              color: #343a40; }
              .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
                color: #007bff; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
              color: #fff !important; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
              list-style: none;
              padding: 0;
              margin: 0;
              min-width: 200px; }
              .site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
                border-top-left-radius: 4px;
                border-top-right-radius: 4px; }
              .site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
                border-bottom-left-radius: 4px;
                border-bottom-right-radius: 4px; }
              .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
                padding: 9px 20px;
                display: block; }
                .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
                  background: #ebeef0;
                  color: #212529; }
              .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
                content: "\e315";
                right: 20px; }
              .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
                left: 100%;
                top: 0; }
              .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
                background: #ebeef0;
                color: #212529; }
          .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
            color: #fff; }
          .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
             }
            .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
              -webkit-transition-delay: 0s;
              -o-transition-delay: 0s;
              transition-delay: 0s;
              margin-top: 0px;
              visibility: visible;
              opacity: 1; }
    
    .site-mobile-menu {
      width: 300px;
      position: fixed;
      right: 0;
      z-index: 2000;
      padding-top: 20px;
      background: #fff;
      height: calc(100vh);
      -webkit-transform: translateX(110%);
      -ms-transform: translateX(110%);
      transform: translateX(110%);
      -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
      box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
      .offcanvas-menu .site-mobile-menu {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%); }
      .site-mobile-menu .site-mobile-menu-header {
        width: 100%;
        float: left;
        padding-left: 20px;
        padding-right: 20px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
          float: right;
          margin-top: 8px; }
          .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
            font-size: 30px;
            display: inline-block;
            padding-left: 10px;
            padding-right: 0px;
            line-height: 1;
            /* cursor: pointer; */
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease; }
            .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
              color: #dee2e6; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
          float: left;
          margin-top: 10px;
          margin-left: 0px; }
          .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
            display: inline-block;
            text-transform: uppercase; }
            .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
              max-width: 70px; }
            .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
              text-decoration: none; }
      .site-mobile-menu .site-mobile-menu-body {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        position: relative;
        padding: 20px;
        height: calc(100vh - 52px);
        padding-bottom: 150px; }
      .site-mobile-menu .site-nav-wrap {
        padding: 0;
        margin: 0;
        list-style: none;
        position: relative; }
        .site-mobile-menu .site-nav-wrap a {
          padding: 10px 20px;
          display: block;
          position: relative;
          color: #212529; }
          .site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
            color: #007bff; }
        .site-mobile-menu .site-nav-wrap li {
          position: relative;
          display: block; }
          .site-mobile-menu .site-nav-wrap li.active > a {
            color: #007bff; }
        .site-mobile-menu .site-nav-wrap .arrow-collapse {
          position: absolute;
          right: 0px;
          top: 10px;
          z-index: 20;
          width: 36px;
          height: 36px;
          text-align: center;
          /* cursor: pointer; */
          border-radius: 50%; }
          .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
            background: #f8f9fa; }
          .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
            font-size: 12px;
            z-index: 20;
            font-family: "icomoon";
            content: "\f078";
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%) rotate(-180deg);
            -ms-transform: translate(-50%, -50%) rotate(-180deg);
            transform: translate(-50%, -50%) rotate(-180deg);
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease; }
          .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
        .site-mobile-menu .site-nav-wrap > li {
          display: block;
          position: relative;
          float: left;
          width: 100%; }
          .site-mobile-menu .site-nav-wrap > li > a {
            padding-left: 20px;
            font-size: 20px; }
          .site-mobile-menu .site-nav-wrap > li > ul {
            padding: 0;
            margin: 0;
            list-style: none; }
            .site-mobile-menu .site-nav-wrap > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > a {
                padding-left: 40px;
                font-size: 16px; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
                padding: 0;
                margin: 0; }
                .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
                  display: block; }
                  .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                    font-size: 16px;
                    padding-left: 60px; }
    
    .sticky-wrapper {
      position: absolute;
      z-index: 100;
      width: 100%; }
      .sticky-wrapper + .site-blocks-cover {
        margin-top: 96px; }
      .sticky-wrapper .site-navbar {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .sticky-wrapper .site-navbar ul li.active a {
          color: #fff; }
      .sticky-wrapper.is-sticky .site-navbar {
        background-color: #007bff; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
          display: inline-block;
          padding: 10px 5px; }
          .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
            padding-right: 0; }
            .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {
              padding-right: 0; }
          .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
            padding-right: 20px; }
          .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
            padding: 10px 10px;
            color: rgba(255, 255, 255, 0.6);
            font-size: 15px; }
            .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover {
              color: #fff !important; }
            .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active {
              color: #fff !important; }
          .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a {
            color: #fff; }




.d3{
    height: 30rem;
}




/*======================
    404 page
=======================*/


.page_404{ padding:40px 0; background:#fff; font-family: 'Arvo', serif;
}

.page_404  img{ width:100%;}

.page_404 .row{
  margin-top: 8rem;
}

.four_zero_four_bg{
 
 background-image: url('../img/404page.webp');
 background-size:auto;
 background-repeat: no-repeat;
    height: 400px;
    background-position: center;
 }
 
 
 .four_zero_four_bg h1{
 font-size:80px;
 }
 
  .four_zero_four_bg h3{
       font-size:80px;
       }
       
       .link_404{      
  color: #fff!important;
    padding: 10px 20px;
    /* background: #39ac31; */
    margin: 20px 0;
    display: inline-block;}
  /* .contant_box_404{ margin-top:50px;} */



/*======================
    404 page end
=======================*/



/*======================
    Footer section start
=======================*/


.site-footer
{
  background-color:#002147;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#737373;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#4cbce3;
}
.copyright-text
{
  margin:0;
  color: #f9f9fa;
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#f9f9fa;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#f9f9fa;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}


/*======================
    Footer section end
=======================*/









@media screen and (max-width: 422px) {
    .d3{
        height: 8em;
    }  }
  
@media screen and (max-width: 900px) {
    .d3{
        height: 20em;
    }  
}

p {
  /* color: #b3b3b3; */
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }



  /* Text Animation  */


  .animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #231557;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
      /* font-size: 190px; */
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

/* lineup class and keyframes */
p {
  animation: 2s anim-lineUp ease-out ;
}
@keyframes anim-lineUp {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}


.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in.active {
  opacity: 1;
  transform: translateY(0);
}

.scale-in {
  transform: scale(0.8);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.scale-in.active {
  transform: scale(1);
  opacity: 1;
}

.rotate-in {
  transform: rotate(-45deg);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.rotate-in.active {
  transform: rotate(0);
  opacity: 1;
}

/* election compaign */

 .shape{
  width: 100%;
  margin: auto;
  box-shadow: 0px 0px 10px #007bff,
  0px 0px 10px #007bff inset;
  border: 2px solid #00aced;
 }

 
.blog_section {
  color: #ffffff;
  overflow-x: hidden;
}

.blog_section .box {
  margin: 45px 0;
  background-color: #252525;
}

.blog_section .box .img-box {
  position: relative;
}

.blog_section .box .img-box img {
  width: 100%;
}

.blog_section .box .detail-box {
  position: relative;
  padding-top: 75px;
  padding-bottom: 35px;
}

.blog_section .box .detail-box .img_date {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  text-align: center;
  background-color: #63f74f;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog_section .box .detail-box .img_date h6 {
  margin: 0;
}

.blog_section .box .detail-box h3 {
  font-weight: bold;
}

.blog_section .box .detail-box a {
  display: inline-block;
  padding: 8px 25px;
  background-color: #000000;
  border: 1px solid transparent;
  border-radius: 35px;
  color: #ffffff;
  margin-top: 35px;
}

.blog_section .box .detail-box a:hover {
  background-color: #ffffff;
  color: #000000;
}

.blog_section .box.b1 .detail-box {
  height: 450px;
  text-align: justify;
  padding-right: 35px;
}

.blog_section .box.b2 .detail-box {
  padding-left: 35px;
  text-align: justify;
  height: 450px;

}

.blog_section .box.b2 .detail-box .img_date {
  left: 35px;
}

.layout_padding {
  /* padding-top: 120px; */
  padding-bottom: 120px;
}
