* {
  box-sizing: border-box;
  margin:0;
  padding:0;
}
h1,h1,h3,h4,h5,h6,ul,li{
  padding:0;
  margin:0;
}
a,img{
  outline:none;
  text-decoration:none;
  cursor: pointer;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
body {
  font-family: 'Poppins', sans-serif !important;
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box;
}
.pub-container{
  width:100%;
  float:left;
  padding-left: 20px;
  padding-right: 20px;
}
.pub-inner-wrapper {
  margin: 0 auto;
  width:100%;
  max-width: 1140px;
  display: inline-block;
  overflow: hidden;
}

.clr,
.cl,
.clear {
  clear: both;
}

.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  content: "";
}
.foot-logo{
  margin: 0 10px;
}
.navbar-brand{
  padding: 5px 10px;
  height: auto;
}
.pub-btn {
  background: #00D6FF;
  border-radius: 50px;
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  display: inline-block;
  text-align: right;
  color: #fff;
  border: none;
  padding: 10px 35px;
  margin-top: 75px;
  float: right;
  text-transform: uppercase;
  cursor: pointer;
}

.pub-btn:hover {
  background: #AA3DC6;
  color: #ffffff;
  transition: all 0.6s ease-in;
}

.previous {
  float: left;
  background: transparent;
  color: #00D6FF;
  padding-left: 0 !important;
}

.previous:hover {
  color: #AA3DC6;
  background: transparent;
}

.next {
  float: right;
}

/*Start tp-nav start*/
.navbar {
  min-height: 100px;
  z-index: 9999 !important;
}
.nav-feed-sticky {
  background-color: #e341b5;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #ffffff;
  padding: 10px;
}
nav.navbar.bootsnav ul.nav > li.avatar-pic > a {
  padding: 10px 15px;
}
nav.bootsnav .container {
  position: relative;
}
nav.navbar.bootsnav {
  margin-bottom: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: #fff;
  border: none;
  /* border-bottom: solid 1px #e0e0e0; */
  z-index: 9;
}

nav.navbar.bootsnav ul.nav > li > a {
  color: #000000;
  background-color: transparent;
  outline: none;
  margin-bottom: -2px;
  text-transform: uppercase;
}

nav.navbar.bootsnav ul.nav li.active > a:hover,
nav.navbar.bootsnav ul.nav li.active > a:focus,
nav.navbar.bootsnav ul.nav li.active > a,
nav.navbar.bootsnav ul.nav li.current-menu-item > a:hover,
nav.navbar.bootsnav ul.nav li.current-menu-item > a:focus,
nav.navbar.bootsnav ul.nav li.current-menu-item > a {
  background-color: transparent;
  color: #aa3dc6;
}

nav.navbar.bootsnav .navbar-toggle {
  background-color: #fff;
  border: none;
  padding: 0;
  font-size: 18px;
  position: relative;
  /* top: 5px; */
}

li.close-full-menu > a {
  padding-top: 0px;
  padding-bottom: 0px;
}

li.close-full-menu {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* Atribute Navigation
=================================*/
.attr-nav {
  float: right;
  display: inline-block;
  margin-left: 13px;
  margin-right: -15px;
}
.nav-feed-sticky li {
  list-style: none;
}
/* Navbar Sticky
=================================*/
.wrap-sticky {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wrap-sticky nav.navbar.bootsnav {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.wrap-sticky nav.navbar.bootsnav.sticked {
  position: fixed;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body.on-side .wrap-sticky nav.navbar.bootsnav.sticked {
  left: -280px;
}
.attr-nav > ul > li > a {
  padding: 28px 15px;
}

nav.navbar ul.nav li.scroll.active > a {
  color: #f43438 !important;
}
.attr-nav > ul > li > a span.badge {
  background-color: #f43438;
}

/*footer area*/
#footer {
  width: 100%;
  position: absolute;
  height: 360px;
  background-color: #00d6ff;
}
.blue-part {
  height: 207px;
  background: #00d6ff;
  position: relative;
}

.bg {
  position: absolute;
  right: 0;
  z-index: 999;
}

.blue-part:before {
  content: "";
  height: 200px;
  width: 100%;
  background: #00d6ff;
  position: absolute;
  top: -47%;
  transform: matrix3d(1, -0.1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  z-index: 999;
}

.footer-container {
  position: relative;
  z-index: 999;
  display: flex;
  margin-left: 30px;
}
.footer-bottom-text {
  display: inline-block;
  align-self: flex-end;
}
.footer-bottom-text span {
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 3;
  letter-spacing: 0.56px;
  color: #ffffff;
}





/*============================================================*/
/*====================Responsive layout=======================*/
/*============================================================*/
@media only screen and (min-width: 1900px) {
  .pub-inner-wrapper {
  max-width: 1640px;
  }
  .blue-part:before {
    height: 365px;
    bottom: 52%;
    top: auto;
    }
}

/*Ankit bhai CSS*/
@media (min-width: 1024px) and (max-width: 1400px) {
  body.wrap-nav-sidebar .wrapper .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1024px) {
  /* Navbar General ------*/
  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 600;
  }
  nav.navbar .navbar-brand {
    margin-top: 0;
  }
  nav.navbar .navbar-brand img.logo {
    width: 240px;
    height: auto;
    display: block;
  }

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 35px 15px;
    font-weight: 600;
  }
}

@media (max-width: 992px) {
  /* Navbar General ------*/
  nav.navbar .navbar-brand {
    margin-top: 0;
    position: relative;
    /* top: -2px; */
  }

  nav.navbar .navbar-brand img.logo {
    width: 100px;
    height: auto;
  }

  .attr-nav > ul > li > a {
    padding: 16px 15px 15px;
  }
  /* Navbar Mobile slide ------*/
  nav.navbar.navbar-mobile ul.nav > li > a {
    padding: 15px 15px;
  }
  /* Navbar Responsive
  =================================*/
  nav.navbar.bootsnav .navbar-brand {
    display: inline-block;
    float: lefet !important;
    margin: 0 !important;
  }

  nav.navbar.bootsnav .navbar-header {
    float: none;
    display: block;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  nav.navbar.bootsnav .navbar-toggle {
    display: inline-block;
    float: left;
    /* margin-right: -200px; */
    /* margin-top: 10px; */
  }

  nav.navbar.bootsnav .navbar-collapse {
    border: none;
    margin-bottom: 0;
  }

  nav.navbar.bootsnav.no-full .navbar-collapse {
    max-height: 350px;
    overflow-y: auto !important;
  }

  nav.navbar.bootsnav .navbar-collapse.collapse {
    display: none !important;
  }

  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    display: block !important;
  }

  nav.navbar.bootsnav .navbar-nav {
    float: none !important;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0px -15px;
  }

  nav.navbar.bootsnav .navbar-nav > li {
    float: none;
  }
  nav.navbar.bootsnav .navbar-nav > li > a {
    display: block;
    width: 100%;
    border-bottom: solid 1px #e0e0e0;
    padding: 10px 0;
    border-top: solid 1px #e0e0e0;
    margin-bottom: -1px;
  }

  nav.navbar.bootsnav .navbar-nav > li:first-child > a {
    border-top: none;
  }

  nav.bootsnav.brand-center .navbar-collapse {
    display: block;
  }

  nav.bootsnav.brand-center ul.nav {
    margin-bottom: 0px !important;
  }

  nav.bootsnav.brand-center .navbar-collapse .col-half {
    width: 100%;
    float: none;
    display: block;
  }

  nav.bootsnav.brand-center .navbar-collapse .col-half.left {
    margin-bottom: 0;
  }
  .attr-nav {
    position: absolute;
    right: 60px;
  }
  nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
    position: fixed;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    display: block;
    background: #fff;
    z-index: 99;
    width: 280px;
    height: 100% !important;
    left: -280px;
    top: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  nav.navbar.bootsnav.navbar-mobile .navbar-collapse.in {
    left: 0;
  }

  nav.navbar.bootsnav.navbar-mobile ul.nav {
    width: 293px;
    padding-right: 0;
    padding-left: 15px;
  }

  nav.navbar.bootsnav.navbar-mobile ul.nav > li > a {
    padding: 15px 15px;
  }

  nav.navbar.bootsnav.navbar-mobile .navbar-collapse [class*=" col-"] {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .navbar {
    min-height: 50px;
  }
  .navbar-brand {
    padding: 3px 5px;
  }
  .nav-feed-sticky {
    font-size: 14px;
    font-weight: normal;
  }
  .nav-feed-sticky li {
    line-height: 21px;
    letter-spacing: 0.05em;
  }
  nav.navbar.bootsnav .navbar-header {
    padding-left: 15px;
    padding-right: 15px;
  }

  nav.navbar.bootsnav .navbar-nav {
    padding-left: 15px;
    padding-right: 15px;
  }

  .attr-nav {
    right: 30px;
  }
  nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
    margin-left: 0;
  }

  nav.navbar.bootsnav.navbar-mobile ul.nav {
    margin-left: -15px;
  }

  nav.navbar.bootsnav.navbar-mobile ul.nav {
    border-top: solid 1px #fff;
  }

  li.close-full-menu {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  /*footer start*/
  #footer {
    height: 280px;}
  .footer-container {
    position: absolute;
    top: 0;
    text-align: center;
    display: block;
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    margin-left: 0px;
  }
  .blue-part:before {
    content: "";
    height: 160px;
    top: -37%;
    transform: matrix3d(1, -0.20, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  .footer-bottom-text {
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .navbar-brand {
    height: auto !important;
  }
  nav.navbar .navbar-brand img.logo {
    width: 150px;
    height: auto;
  }
  .attr-nav {
    top: 10px;
  }
}