@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
html,
body {
  background: #fafafa;
  height: 100%;
  font: 16px/1.5 'Poppins', sans-serif;
  color: #353535;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

@media screen and (max-width: 700px) {
  html,
  body {
    font-size: 16px;
  }
}

.number {
  font-family: auto;
}

h1,
h2 {
  font-size: 48px;
  line-height: 48px;
  color: #27262b;
  font-weight: 700;
  margin-bottom: 15px;
}

@media screen and (max-width: 700px) {
  h1,
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 30px;
  line-height: 30px;
  color: #27262b;
  font-weight: 600;
  margin-bottom: 10px;
}

@media screen and (max-width: 700px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 18px;
  line-height: 18px;
  color: #27262b;
  font-weight: 500;
  margin-bottom: 15px;
}

@media screen and (max-width: 700px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 16px;
  line-height: 16px;
  color: #27262b;
  font-weight: 500;
  margin-bottom: 15px;
}

@media screen and (max-width: 700px) {
  h5 {
    font-size: 16px;
  }
}

h5 span {
  color: #d92f20;
}

p {
  font-size: 16px;
  color: #353535;
  margin-bottom: 25px;
}

@media screen and (max-width: 700px) {
  p {
    font-size: 16px;
  }
}

.small {
  font-size: 13px;
  margin-bottom: 5px;
}

img {
  max-width: 100%;
}

/*listing Starts*/
.nn-warp .details ul, .listing-custom, .footer-listing, .social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*listing Ends*/
/*placeholder Starts*/
::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
  font-weight: 300;
}

:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
  font-weight: 300;
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
  font-weight: 300;
}

/*placeholder Ends*/
/*btn starts*/
.btn {
  min-width: 170px;
  min-height: 40px;
  font-size: 16px;
  font-weight: 500;
  border-width: 2px;
  margin: 1px 3px 1px;
  padding: 12px 20px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.btn img {
  margin-right: 7px;
}

.btn:first-child {
  margin-left: 0;
}

.btn:last-child {
  margin-right: 0;
}

.btn:hover {
  cursor: pointer;
}

.btn-sm {
  min-width: 140px;
  min-height: auto;
  font-size: 14px;
  padding: 5px 10px;
}

.btn-primary {
  background: #d92f20;
  color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.btn-primary:hover {
  background: #ba281b;
}

.btn-primary:hover {
  color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.btn-primary:focus {
  box-shadow: none !important;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none !important;
  color: #fff;
  background-color: #d92f20;
  border-color: #d92f20;
}

.btn-outline-primary {
  color: #d92f20;
  border-color: #d92f20;
}

.btn-outline-primary:hover {
  background: #d92f20;
  border-color: transparent;
}

.btn-outline-primary:focus {
  box-shadow: none !important;
  background-color: #d92f20 !important;
  border-color: #d92f20 !important;
  color: #fff !important;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none !important;
  color: #fff !important;
  background-color: #d92f20 !important;
  border-color: #d92f20 !important;
}

.btn-secondary {
  background: #27262b;
  color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.btn-secondary:hover {
  background: #161518;
}

.btn-secondary:hover {
  color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.btn-secondary:focus {
  box-shadow: none !important;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none !important;
  color: #fff;
  background-color: #27262b;
  border-color: #27262b;
}

.btn-outline-secondary {
  color: #27262b;
  border-color: #27262b;
}

.btn-outline-secondary span {
  color: #27262b;
}

.btn-outline-secondary:hover {
  background: #27262b;
  color: white;
  border-color: transparent;
}

.btn-outline-secondary:hover span {
  color: #fff !important;
}

.btn-outline-secondary:focus {
  box-shadow: none !important;
  background-color: #27262b !important;
  border-color: #27262b !important;
  color: #fff !important;
}

.btn-outline-secondary:focus span {
  color: #fff !important;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none !important;
  color: #fff !important;
  background-color: #27262b !important;
  border-color: #27262b !important;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active span, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus span {
  color: #fff !important;
}

.btn-red {
  background: #ed1b24;
  color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.btn-red:hover {
  background: #d41119;
}

.btn-red:hover {
  color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.btn-red:focus {
  box-shadow: none !important;
}

.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled):active:focus {
  box-shadow: none !important;
  color: #fff;
  background-color: #ed1b24;
  border-color: #ed1b24;
}

.btn-outline-red {
  color: #ed1b24;
  border-color: #ed1b24;
}

.btn-outline-red:hover {
  background: #ed1b24;
  color: white;
  border-color: transparent;
}

.btn-outline-red:focus {
  box-shadow: none !important;
  background-color: #ed1b24 !important;
  border-color: #ed1b24 !important;
  color: #fff !important;
}

.btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled):active:focus {
  box-shadow: none !important;
  color: #fff !important;
  background-color: #ed1b24 !important;
  border-color: #ed1b24 !important;
}

.btn-green {
  background: #008117;
  color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.btn-green:hover {
  background: #005d11;
}

.btn-green:hover {
  color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.btn-green:focus {
  box-shadow: none !important;
}

.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled):active:focus {
  box-shadow: none !important;
  color: #fff;
  background-color: #008117;
  border-color: #008117;
}

.btn-outline-green {
  color: #008117;
  border-color: #008117;
}

.btn-outline-green:hover {
  background: #008117;
  color: white;
  border-color: transparent;
}

.btn-outline-green:focus {
  box-shadow: none !important;
  background-color: #008117 !important;
  border-color: #008117 !important;
  color: #fff !important;
}

.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled):active:focus {
  box-shadow: none !important;
  color: #fff !important;
  background-color: #008117 !important;
  border-color: #008117 !important;
}

.btn-orange {
  background: #edaf1b;
  color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.btn-orange:hover {
  background: #d49a11;
}

.btn-orange:hover {
  color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.btn-orange:focus {
  box-shadow: none !important;
}

.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled):active:focus {
  box-shadow: none !important;
  color: #fff;
  background-color: #edaf1b;
  border-color: #edaf1b;
}

.btn-outline-orange {
  color: #edaf1b;
  border-color: #edaf1b;
}

.btn-outline-orange:hover {
  background: #edaf1b;
  color: white;
  border-color: transparent;
}

.btn-outline-orange:focus {
  box-shadow: none !important;
  background-color: #edaf1b !important;
  border-color: #edaf1b !important;
  color: #fff !important;
}

.btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled):active:focus {
  box-shadow: none !important;
  color: #fff !important;
  background-color: #edaf1b !important;
  border-color: #edaf1b !important;
}

.btn-white {
  background: white;
  color: rgba(0, 0, 0, 0.9);
  border-color: transparent;
}

.btn-white:hover {
  background: #ededed;
}

.btn-white:hover {
  color: rgba(0, 0, 0, 0.9);
  border-color: transparent;
}

.btn-white:focus {
  box-shadow: none !important;
}

.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled):active:focus {
  box-shadow: none !important;
  color: #000;
  background-color: white;
  border-color: white;
}

.btn-outline-white {
  color: white;
  border-color: white;
}

.btn-outline-white:hover {
  background: white;
  color: black;
  border-color: transparent;
}

.btn-outline-white:focus {
  box-shadow: none !important;
  background-color: white !important;
  border-color: white !important;
  color: #000 !important;
}

.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled):active:focus {
  box-shadow: none !important;
  color: #000 !important;
  background-color: white !important;
  border-color: white !important;
}

.btn-black {
  background: black;
  color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.btn-black:hover {
  background: black;
}

.btn-black:hover {
  color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.btn-black:focus {
  box-shadow: none !important;
}

.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled):active:focus {
  box-shadow: none !important;
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-outline-black {
  color: black;
  border-color: black;
}

.btn-outline-black:hover {
  background: black;
  color: white;
  border-color: transparent;
}

.btn-outline-black:focus {
  box-shadow: none !important;
  background-color: black !important;
  border-color: black !important;
  color: #fff !important;
}

.btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled):active:focus {
  box-shadow: none !important;
  color: #fff !important;
  background-color: black !important;
  border-color: black !important;
}

/*btn ends*/
.container-fluid {
  max-width: 1140px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

#header {
  background: #27262b;
  padding: 30px 0;
  position: relative;
  z-index: 999999;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

#header .logo {
  display: block;
  text-decoration: none;
  font-size: 30px;
  color: white;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .2em;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

/*Banner Starts*/
.banner {
  background: #000;
}

.banner .carousel-control-prev,
.banner .carousel-control-next {
  background: none;
  border: none;
}

.banner .carousel-control-prev-icon,
.banner .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.3);
  background-size: 40%;
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

/*Banner Ends*/
/*main Starts*/
main {
  background: transparent;
  overflow: hidden;
}

.profile-bg {
  background: #27262b;
  padding: 70px 0;
  border-top: 1px solid white;
  overflow: hidden;
  position: relative;
}

.profile-bg::before {
  content: "";
  background: none;
  background-size: 70%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .03;
}

@media only screen and (min-width: 992px) {
  .profile-bg::before {
    background: url("../img/signal.png") no-repeat 100% 50%;
  }
}

.profile-box {
  width: 100%;
  min-height: 185px;
}

.profile-box h3 {
  color: #d92f20;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.profile-content {
  padding: 10px 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .profile-content {
    text-align: left;
  }
}

.qa-wrap {
  font-weight: 400;
  margin-bottom: 5px;
  color: #fff;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .qa-wrap {
    text-align: left;
  }
}

.qa-wrap .que {
  width: 100%;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .qa-wrap .que {
    width: 150px;
  }
}

.qa-wrap .ans {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .qa-wrap .ans {
    width: calc(100% - 150px);
  }
}

.degination {
  background: #e9ecf0 url("../img/signal-2.png") no-repeat 120% 50%;
  background-size: 70%;
  padding: 70px 0 0;
}

.degination-box .row {
  margin-right: -10px;
  margin-left: -10px;
}

.degination-box .row .degi-warp {
  padding-right: 10px;
  padding-left: 10px;
}

.degi-warp {
  margin-bottom: 30px;
}

.degi-warp .ico-box {
  background: #d92f20;
  min-width: 64px;
  width: 64px;
  height: 64px;
  margin-right: 15px;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.degi-warp h4 {
  color: black;
  margin-bottom: 5px;
  margin-top: 12px;
}

.degi-warp p {
  color: #575757;
}

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

.section-warp {
  margin-bottom: 70px;
}

.section-warp h2 {
  max-width: 540px;
  margin-bottom: 30px;
}

.bg-white {
  background: white !important;
}

.timeline {
  padding: 30px 0 0;
  position: relative;
  counter-reset: my-sec-counter;
  margin-left: -15px;
}

@media only screen and (min-width: 768px) {
  .timeline {
    margin-left: 15px;
  }
}

.timeline .vertical-line {
  background: #f2f2f2;
  width: 4px;
  position: absolute;
  left: 135px;
  top: 0;
  bottom: -10px;
  z-index: -1;
}

.timeline .timeline-wrap {
  margin-bottom: 30px;
}

.timeline .timeline-wrap:nth-child(4n+1) .time-numbering {
  background: #d92f20;
}

.timeline .timeline-wrap:nth-child(4n+2) .time-numbering {
  background: #edaf1b;
}

.timeline .timeline-wrap:nth-child(4n+3) .time-numbering {
  background: #1b65ed;
}

.timeline .timeline-wrap:nth-child(4n+4) .time-numbering {
  background: #008117;
}

.timeline .timeline-wrap:last-child {
  margin-bottom: 0;
}

.timeline .time-box {
  width: 120px;
  min-width: 120px;
  padding-top: 3px;
  padding-right: 20px;
  font-size: 18px;
  color: #c1c1c1;
  font-weight: 400;
  display: flex;
  -moz-justify-content: end;
  -ms-justify-content: end;
  justify-content: end;
  -ms-flex-pack: end;
}

.timeline .time-numbering {
  min-width: 36px;
  width: 36px;
  height: 36px;
  margin-right: 20px;
  color: #fff;
  font-weight: 600;
  border: 3px solid #fff;
  border-radius: 0 30px 30px 30px;
  -webkit-border-radius: 0 30px 30px 30px;
  -moz-border-radius: 0 30px 30px 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.timeline .time-numbering::before {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter);
}

.timeline .time-content {
  width: calc(100% - 150px);
  padding: 5px 0 0;
}

.timeline .time-content h4 {
  color: black;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.cni-mile {
  background: #fff;
  padding: 70px 0 0;
  overflow: hidden;
}

.milestone {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e9ecf0+0,fafafa+100 */
  background: #e9ecf0;
  background: linear-gradient(to bottom, #e9ecf0 0%, #fafafa 100%);
  padding: 70px 0;
  overflow: hidden;
  position: relative;
}

.milestone::before {
  content: "";
  background: url("../img/100.png") no-repeat 50% 50%;
  background-size: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .07;
}

@media screen and (max-width: 960px) {
  .milestone::before {
    background-size: 90%;
    opacity: .09;
  }
}

.milestones-timeline {
  margin-left: -10px;
}

.milestones-timeline::after {
  content: "";
  display: block;
  clear: both;
}

.milestones-timeline .timeline {
  width: calc(50% + 5px);
  padding: 0 30px 30px 0;
  float: left;
  position: relative;
}

.milestones-timeline .timeline::before, .milestones-timeline .timeline::after {
  content: "";
  height: 60px;
  width: 2px;
  border-left: 2px solid rgba(27, 101, 237, 0.8);
  transform: rotate(-45deg);
  position: absolute;
  right: 30px;
  bottom: 0;
}

@media screen and (max-width: 960px) {
  .milestones-timeline .timeline::before, .milestones-timeline .timeline::after {
    top: -28px !important;
  }
}

.milestones-timeline .timeline::after {
  background-color: #fff;
  height: 20px;
  width: 20px;
  border: 6px solid rgba(27, 101, 237, 0.8);
  border-radius: 50%;
  right: 0;
}

.milestones-timeline .timeline:nth-child(even) {
  padding: 0 0 30px 30px;
  float: right;
}

@media screen and (max-width: 960px) {
  .milestones-timeline .timeline:nth-child(even) {
    padding: 0 0 0 30px;
  }
}

.milestones-timeline .timeline:nth-child(even)::before {
  transform: rotate(45deg);
  right: auto;
  left: 30px;
}

.milestones-timeline .timeline:nth-child(even)::after {
  right: auto;
  left: 0;
}

.milestones-timeline .timeline:nth-child(even) .timeline-content {
  border-radius: 13px 13px 13px 0;
  -webkit-border-radius: 13px 13px 13px 0;
  -moz-border-radius: 13px 13px 13px 0;
}

.milestones-timeline .timeline:nth-child(even) .timeline-content::before {
  border-radius: 10px 10px 10px 0;
  -webkit-border-radius: 10px 10px 10px 0;
  -moz-border-radius: 10px 10px 10px 0;
}

.milestones-timeline .timeline:nth-child(4n+2)::before, .milestones-timeline .timeline:nth-child(4n+2)::after {
  border-color: rgba(237, 27, 36, 0.8);
}

.milestones-timeline .timeline:nth-child(4n+2) .timeline-content {
  background: rgba(237, 27, 36, 0.8);
}

.milestones-timeline .timeline:nth-child(4n+3)::before, .milestones-timeline .timeline:nth-child(4n+3)::after {
  border-color: #edaf1b;
}

.milestones-timeline .timeline:nth-child(4n+3) .timeline-content {
  background: #edaf1b;
}

.milestones-timeline .timeline:nth-child(4n+4)::before, .milestones-timeline .timeline:nth-child(4n+4)::after {
  border-color: #008117;
}

.milestones-timeline .timeline:nth-child(4n+4) .timeline-content {
  background: #008117;
}

.milestones-timeline .timeline:last-child .timeline-content {
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
}

.milestones-timeline .timeline:last-child .timeline-content::before {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

@media screen and (max-width: 960px) {
  .milestones-timeline .timeline:last-child .timeline-content::before {
    border-radius: 13px !important;
    -webkit-border-radius: 13px !important;
    -moz-border-radius: 13px !important;
  }
}

.milestones-timeline .timeline:last-child::before, .milestones-timeline .timeline:last-child::after {
  display: none;
}

@media screen and (max-width: 960px) {
  .milestones-timeline .timeline:last-child::before, .milestones-timeline .timeline:last-child::after {
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .milestones-timeline .timeline {
    width: 100%;
    padding: 0 0 0 30px;
    margin: 0 0 20px;
  }
  .milestones-timeline .timeline::before {
    transform: rotate(-45deg);
    bottom: auto;
    top: 0;
    right: auto;
    left: 30px;
  }
}

.milestones-timeline .timeline-content {
  background: rgba(27, 101, 237, 0.8);
  text-align: center;
  min-height: 76px;
  padding: 20px 25px 22px;
  border-radius: 13px 13px 0 13px;
  -webkit-border-radius: 13px 13px 0 13px;
  -moz-border-radius: 13px 13px 0 13px;
  display: block;
  position: relative;
  z-index: 1;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.milestones-timeline .timeline-content::before {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  z-index: -1;
  border-radius: 10px 10px 0 10px;
  -webkit-border-radius: 10px 10px 0 10px;
  -moz-border-radius: 10px 10px 0 10px;
}

@media screen and (max-width: 960px) {
  .milestones-timeline .timeline-content::before {
    border-radius: 0 10px 10px 10px !important;
    -webkit-border-radius: 0 10px 10px 10px !important;
    -moz-border-radius: 0 10px 10px 10px !important;
  }
}

.milestones-timeline .timeline-content:hover {
  text-decoration: none;
}

.milestones-timeline .description {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 18px;
  margin: 0;
}

@media screen and (max-width: 960px) {
  .milestones-timeline .timeline::before,
  .milestones-timeline .timeline:nth-child(even)::before {
    transform: rotate(-45deg);
    bottom: auto;
    top: 0;
    right: auto;
    left: 30px;
  }
  .milestones-timeline .timeline::after,
  .milestones-timeline .timeline:nth-child(even):after {
    bottom: auto;
    top: 0;
    right: auto;
    left: 0;
  }
  .milestones-timeline .timeline-content,
  .milestones-timeline .timeline:nth-child(even) .timeline-content {
    border-radius: 0 13px 13px 13px;
  }
}

.circle-wrap {
  width: 14%;
  min-width: 144px;
}

.circle-box {
  background: #fff;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.box-round {
  background: #eee;
  width: 80px;
  height: 80px;
  font-size: 36px;
  color: black;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.activities {
  margin-top: 40px;
}

.activities-warp {
  margin-bottom: 30px;
  margin-right: -10px;
  margin-left: -10px;
  display: flex;
  flex-wrap: wrap;
  counter-reset: my-sec-counter;
}

.activities-warp .act-col {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}

@media only screen and (min-width: 576px) {
  .activities-warp .act-col {
    max-width: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .activities-warp .act-col {
    max-width: 33.333333%;
    -ms-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
  }
}

.activities-warp .activity-box {
  background: #f2f2f2;
  height: 100%;
  padding: 25px 25px 0;
  border-radius: 0 50px 50px 50px;
  -webkit-border-radius: 0 50px 50px 50px;
  -moz-border-radius: 0 50px 50px 50px;
}

.activities-warp .activity-box h3 {
  color: #d92f20;
  letter-spacing: 6px;
  margin-bottom: 15px;
}

.activities-warp .act-head .act-ico {
  background: white;
  min-width: 36px;
  width: 36px;
  height: 36px;
  margin-right: 15px;
  color: #000;
  font-weight: 600;
  border: 3px solid #fff;
  border-radius: 0 30px 30px 30px;
  -webkit-border-radius: 0 30px 30px 30px;
  -moz-border-radius: 0 30px 30px 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.activities-warp .act-head .act-ico::before {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter);
}

.activities-warp .act-head h4 {
  line-height: 22px;
}

.activities-warp .act-body p {
  line-height: 22px;
}

.table-box-responsive {
  overflow: auto;
}

.table-box {
  min-width: 680px !important;
}

.table-head {
  background: #d92f20;
}

.table-content {
  counter-reset: my-sec-counter;
}

.nn-warp-head {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}

.number-name-head {
  min-width: 40%;
  width: 40%;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.table-number-head {
  min-width: 36px;
  width: 36px;
  height: 36px;
  margin-right: 20px;
  margin-left: 10px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.details-head {
  width: 60%;
  font-size: 13px;
  padding: 15px 20px;
  padding-left: 0;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.nn-warp {
  border-bottom: 1px solid #d0d0d0;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0;
}

.nn-warp p {
  margin-bottom: 0;
}

.nn-warp .number-name {
  font-size: 18px;
  color: #27262b;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 10px;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.nn-warp .table-name {
  padding-right: 20px;
}

.nn-warp .details {
  background: #e9ecf0;
  width: 60%;
  font-size: 13px;
  padding: 15px 20px;
}

.nn-warp .details ul {
  margin-left: 10px;
}

.nn-warp .details ul li {
  position: relative;
  line-height: 15px;
  margin-bottom: 3px;
}

.nn-warp .details ul li::before {
  content: "";
  background: #242d36;
  width: 6px;
  height: 6px;
  position: absolute;
  left: -15px;
  top: 4px;
}

.number-name {
  min-width: 40%;
  width: 40%;
}

.timeline-cni .timeline .time-content {
  padding-top: 10px;
}

.table-number {
  background: white;
  min-width: 34px;
  width: 34px;
  height: 34px;
  margin-right: 30px;
  margin-left: 2px;
  color: #000;
  font-weight: 600;
  border: 3px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.table-number::before {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter);
}

.listing-custom {
  margin-top: 30px;
  margin-left: -15px;
}

.listing-custom li {
  margin-bottom: 10px;
  margin-bottom: 30px;
}

.listing-custom a {
  background: #fff;
  display: block;
  font-size: 18px;
  color: #27262b !important;
  text-decoration: none;
  font-weight: 500;
  padding: 30px 50px;
  border: 2px solid rgba(0, 0, 0, 0.2);
}

.listing-custom a:hover {
  background: #fff;
  color: #d92f20 !important;
  cursor: pointer;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

/*Footer Starts ihahS jaR*/
.footer {
  background: #27262b;
  position: relative;
}

.footer .main-footer {
  padding: 90px 0 30px;
}

.footer .hey {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #27262b url("../img/nepalmap.png") no-repeat 50% 50%;
  background-size: 40%;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  opacity: .15;
}

.footer-title {
  margin-bottom: 20px;
}

.footer-title img {
  min-width: 34px;
  margin-right: 16px;
}

.footer-title h4 {
  font-weight: 600;
  margin-bottom: 2px;
  color: #d92f20;
}

.footer-last {
  margin-top: 30px;
}

.footer-listing {
  margin-left: 50px;
}

.footer-listing li {
  position: relative;
  line-height: 24px;
  margin-bottom: 25px;
  font-weight: 400;
}

.footer-listing li::before {
  content: "";
  background: #fff;
  width: 6px;
  height: 6px;
  position: absolute;
  left: -15px;
  top: 4px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.footer-listing h5 {
  color: #008117;
  margin-bottom: 3px;
}

.footer-listing p {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.7);
}

.creative {
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  .creative {
    margin-bottom: 0;
  }
}

.creative p {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
}

.creative p a {
  color: #1b65ed;
}

.creative p a:hover {
  text-decoration: none;
  color: #27262b;
}

.creative p img {
  margin: 0 3px;
}

@media only screen and (min-width: 992px) {
  .social {
    text-align: right;
  }
}

.social h4 {
  color: white;
  margin-bottom: 10px;
}

.social ul {
  display: flex;
}

@media only screen and (min-width: 992px) {
  .social ul {
    -moz-justify-content: end;
    -ms-justify-content: end;
    justify-content: end;
    -ms-flex-pack: end;
  }
}

.social li {
  margin-right: 15px;
}

.social li:last-child {
  margin-right: 0;
}

.social p {
  font-size: 12px;
  margin-top: 50px;
  color: rgba(255, 255, 255, 0.8);
}

.social p a {
  font-weight: 600;
  color: #008117;
  text-transform: uppercase;
}

/*Footer Ends*/
.grid-container {
  display: grid;
  gap: 30px;
  grid-template-columns: 100%;
  margin: 0 0 30px;
}

@media only screen and (min-width: 992px) {
  .grid-container {
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }
}

.grid-item {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.grid-item iframe {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.grid-item.a {
  grid-row: 1 / 3;
}

@media only screen and (min-width: 992px) {
  .grid-item.a {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
  }
}

.kodiary {
  max-width: 120px;
  margin-left: 20px;
}

/*CSS ends*/
.scroll-top-box {
  background: #008117;
  width: 48px;
  height: 48px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0 5px 5px rgba(19, 13, 41, 0.1);
}

.scroll-top-box i {
  font-size: 12px;
  color: #fff;
  margin-top: 0;
}

.scroll-top-box:hover {
  background: #008117;
  width: 50px;
  height: 50px;
  cursor: pointer;
  box-shadow: 0 5px 5px rgba(19, 13, 41, 0.3);
}
/*# sourceMappingURL=all.css.map */