﻿::selection {
  background-color: #005b96;
  color: #fff;
}
body {
  color: #777;
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  position: relative;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
select {
  display: block;
}
figure {
  margin: 0;
}
a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
iframe {
  border: 0;
}
a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
  color: #777;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #222;
  line-height: 1.5em;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 500;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #222;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
  color: #222;
}
.clear::before,
.clear::after {
  content: " ";
  display: table;
}
.clear::after {
  clear: both;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-20 {
  margin-right: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-70 {
  margin-bottom: 70px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-100 {
  padding-bottom: 100px;
}
.float-left {
  float: left;
}
.text-white {
  color: #fff;
}
.transition {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.relative {
  position: relative;
}
.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}
.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}
b,
i,
sup,
sub,
u,
del {
  color: #005b96;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5em;
}
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #777;
}
.logotitle {
  color: #000;
  font-weight: 300;
  border: 1px solid #000;
  padding-left: 7px;
  padding-right: 7px;
}
.button-area {
  background: #fff;
}
.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}
.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}
.button-group-area .genric-btn:last-child {
  margin-right: 0;
}
.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.genric-btn:focus {
  outline: none;
}
.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}
.genric-btn.large {
  line-height: 45px;
}
.genric-btn.medium {
  line-height: 30px;
}
.genric-btn.small {
  line-height: 25px;
}
.genric-btn.radius {
  border-radius: 3px;
}
.genric-btn.circle {
  border-radius: 20px;
}
.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.genric-btn.arrow span {
  margin-left: 10px;
}
.genric-btn.default {
  color: #222;
  background: #f9f9ff;
  border: 1px solid transparent;
}
.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}
.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}
.genric-btn.default-border:hover {
  color: #222;
  background: #f9f9ff;
  border: 1px solid transparent;
}
.genric-btn.primary {
  color: #fff;
  background: #005b96;
  border: 1px solid transparent;
}
.genric-btn.primary:hover {
  color: #005b96;
  border: 1px solid #005b96;
  background: #fff;
}
.genric-btn.primary-border {
  color: #005b96;
  border: 1px solid #005b96;
  background: #fff;
}
.genric-btn.primary-border:hover {
  color: #fff;
  background: #005b96;
  border: 1px solid transparent;
}
.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}
.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}
.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}
.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}
.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}
.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}
.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}
.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}
.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}
.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}
.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}
.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}
.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}
.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}
.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}
.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}
.genric-btn.link {
  color: #222;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}
.genric-btn.link:hover {
  color: #222;
  border: 1px solid #f9f9ff;
  background: #fff;
}
.genric-btn.link-border {
  color: #222;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}
.genric-btn.link-border:hover {
  color: #222;
  background: #f9f9ff;
  border: 1px solid transparent;
}
.genric-btn.disable {
  color: #222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}
.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #005b96;
}
.progress-table-wrap {
  overflow-x: scroll;
}
.progress-table {
  background: #f9f9ff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}
.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}
.progress-table .country {
  width: 28.07%;
}
.progress-table .visit {
  width: 19.74%;
}
.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}
.progress-table .table-head {
  display: flex;
}
.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
  color: #222;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}
.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
}
.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
  display: flex;
  align-items: center;
}
.progress-table .table-row .country img {
  margin-right: 15px;
}
.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}
.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}
.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}
.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}
.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}
.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}
.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}
.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}
.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}
.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}
.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}
.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}
.unordered-list li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  background: #fff;
  top: 7px;
  left: 0;
  border-radius: 50%;
}
.ordered-list {
  margin-left: 30px;
}
.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #005b96;
  font-weight: 500;
  line-height: 1.82em !important;
}
.ordered-list li span {
  font-weight: 300;
  color: #777;
}
.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #005b96;
  font-weight: 500;
  line-height: 1.82em !important;
}
.ordered-list-alpha li span {
  font-weight: 300;
  color: #777;
}
.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #005b96;
  font-weight: 500;
  line-height: 1.82em !important;
}
.ordered-list-roman li span {
  font-weight: 300;
  color: #777;
}
body {
  position: relative;
}
.default-header {
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.menu-bar {
  cursor: pointer;
}
.menu-bar span {
  color: #000;
  font-size: 24px;
}
.menu-bar a {
  color: #005b96;
}
@media (max-width: 767px) {
  .main-menubar a {
    color: #fff;
  }
  .main-menubar a:hover {
    color: #000;
  }
}
.main-menubar {
  position: relative;
}
nav {
  margin-right: 70px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  transform-origin: 100% 50%;
}
@media (max-width: 767px) {
  nav {
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 47px;
    text-align: right;
    padding: 20px 0;
    z-index: 5;
    background: #005b96;
  }
}
nav.hide {
  transform: scale(0);
}
nav a {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  margin: 0 25px;
  display: inline-block;
}
@media (max-width: 767px) {
  nav a {
    margin: 5px 25px;
  }
}
nav a:hover {
  color: #005b96;
}
body {
  background: #f6f6fc;
}
.body-wrap {
  margin: 0px;
  position: relative;
}
.section-gap {
  padding: 100px 0;
}
.primary-btn {
  line-height: 40px;
  padding: 0 30px;
  border-radius: 20px;
  background: transparent;
  border: 1px solid #fff;
  color: #222;
  display: inline-block;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-transform: uppercase;
}
.primary-btn:focus {
  outline: none;
}
.primary-btn span {
  color: #fff;
  position: relative;
  z-index: 2;
}
.primary-btn .mr-10 {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.primary-btn:hover .mr-10 {
  margin-right: 20px;
}
.primary-btn.white-bg {
  background: #fff;
  border: 1px solid #eee;
  color: #005b96;
}
.primary-btn.white-bg span {
  color: #005b96;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.primary-btn.white-bg:hover {
  background: #005b96;
  color: #fff;
  border: 1px solid transparent;
}
.primary-btn.white-bg:hover span {
  color: #fff;
}
.banner-area {
  background: #fff;
}
@media (max-width: 767px) {
  .banner-area .fullscreen {
    height: 1000px !important;
  }
}
@media (max-width: 1199px) {
  .banner-left {
    margin-top: 40px;
  }
}
.story-content h1 {
  font-size: 48px;
  font-weight: 100;
  line-height: 1.2em;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .story-content h1 {
    font-size: 40px;
  }
}
.story-content h6 {
  font-weight: 300;
}
.story-content p {
  margin-bottom: 60px;
  font-size: 16px;
}
.story-content .sp-1 {
  font-weight: 600;
}
.story-content .sp-2 {
  color: #005b96;
  font-weight: 500;
}
@media (max-width: 767px) {
  h5 {
    font-size: 14px;
  }
  .banner-left img {
    height: 40%;
    width: 40%;
  }
  .story-content {
    text-align: center;
  }
  .story-content h1 {
    font-size: 38px;
  }
}
.generic-banner {
  background: #005b96;
}
.generic-banner .height {
  height: 600px;
}
@media (max-width: 767px) {
  .generic-banner .height {
    height: 400px;
  }
}
.generic-banner .banner-content h2 {
  line-height: 1.2em;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .generic-banner .banner-content h2 br {
    display: none;
  }
}
.generic-banner .banner-content p {
  font-size: 16px;
}
@media (max-width: 991px) {
  .generic-banner .banner-content p br {
    display: none;
  }
}
.video-area {
  padding: 150px 0 150px 0;
  position: relative;
}
.video-area .overlay-bg {
  background: rgba(0, 91, 150, 0.85);
}
.video-area .video-content {
  text-align: center;
  position: relative;
  z-index: 2;
}
.video-area .video-content a {
  display: inline-block;
  margin-bottom: 20px;
}
.video-area .video-content h2 {
  font-size: 36px;
  line-height: 1.25em;
  font-weight: 100;
}
.video-area .video-content h2 span {
  font-weight: 300;
}
.video-area .video-content h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.video-area .video-content h4 {
  font-weight: 300;
  font-size: 14px;
}
.video-area .video-content p {
  line-height: 1.65em;
  font-size: 14px;
  font-weight: 300;
}
.video-area .video-content .video-desc {
  margin-top: 120px;
  text-align: right;
  align-self: flex-end;
}
@media (max-width: 767px) {
  .video-area {
    padding: 100px 0 100px 0;
  }
}
.about-area {
  position: relative;
  background: white;
}
.about-area .story-content h2 {
  font-size: 36px;
  line-height: 1.25em;
  font-weight: 100;
}
.about-area .story-content h2 span {
  font-weight: 400;
}
.about-area .story-content p {
  line-height: 1.65em;
  font-size: 14px;
  font-weight: 300;
}
.about-area .profile-name {
  position: absolute;
  bottom: 0px;
  left: 50px;
}
.about-area .profile-name p {
  line-height: 1.65em;
  font-size: 14px;
  font-weight: 300;
}
.about-area .icon {
  padding: 20px;
  text-align: center;
  max-width:200px;
}
.about-area .icon img {
  height: 80%;
  width: 80%;
  opacity: .7;
  border: 0;
}
@media (max-width: 768px) {
  .story-content {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.feature-area .overlay-bg {
  background: rgba(3, 57, 108, 0.85);
}
.feature-area .story-content h2 {
  font-size: 36px;
  line-height: 1.25em;
  font-weight: 200;
}
.feature-area .icon {
  font-size: 100px;
  color: #fff;
  background: #e7e7e7;
  text-align: center;
  padding: 50px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.feature-area .icon:hover {
  color: #fff;
  background-color: #005b96;
}
.feature-area .icon:hover .lnr {
  color: #fff;
}
.feature-area .lnr {
  color: #005b96;
}
.feature-area .desc {
  margin-top: 30px;
}
.feature-area .desc h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 2.5px;
}
.feature-area .desc p {
  color: #555;
}
.single-feature {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.reference-area .overlay-bg {
  background: #b3cde0;
}
.reference-area .story-content h2 {
  font-size: 36px;
  line-height: 1.25em;
  font-weight: 200;
}
.reference-area .icon {
  padding: 20px;
  text-align: center;
}
.reference-area .icon img {
  height: 80%;
  width: 80%;
  opacity: .7;
  border: 0;
}
@media (max-width: 768px) {
  .reference-area .icon img {
    height: 50%;
    width: 50%;
  }
}
.faq-area {
  background: #fff;
}
.counter-left {
  text-align: right;
}
.counter-left h2 {
  font-size: 48px;
  font-weight: 100;
  color: #005b96;
}
.counter-left p {
  font-size: 14px;
  font-weight: 300;
}
.counter-left .single-facts {
  margin-bottom: 26px;
}
@media (max-width: 768px) {
  .counter-left {
    text-align: center;
  }
}
.faq-content {
  padding-left: 10%;
  padding-right: 10%;
}
@media (max-width: 1199px) {
  .faq-content {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media (max-width: 767px) {
  .faq-content {
    text-align: center;
  }
}
.single-faq {
  margin-bottom: 30px;
}
.single-faq h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
  margin-top: 15px;
  margin-bottom: 25px;
}
.single-faq p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.contact-area {
  color: #fff;
}
.contact-area .overlay-bg {
  background: rgba(108, 187, 35, 0.85);
}
.contact-area h2 {
  font-size: 36px;
  font-weight: 100;
}
.contact-area h2 span {
  font-weight: 600;
}
.contact-area p {
  font-size: 14px;
  font-weight: 300;
}
.contact-form ::-webkit-input-placeholder {
  color: #fff;
  font-weight: 300;
}
.contact-form :-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-weight: 300;
}
.contact-form ::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-weight: 300;
}
.contact-form :-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
}
.contact-form ::-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
}
.contact-form .alert-msg {
  color: #fff !important;
  margin-top: 50px;
  z-index: 1;
}
.common-input {
  border: 1px solid #a6d477;
  line-height: 48px;
  width: 100%;
  display: block;
  background: transparent;
  padding: 0 25px;
  color: #fff;
}
.common-textarea {
  border: 1px solid #a6d477;
  width: 100%;
  display: block;
  background: transparent;
  padding: 15px 25px;
  color: #fff;
  height: 150px;
  resize: none;
}
footer {
  background: #fff;
}
footer .footer-nav li {
  margin-top: 8px;
}
footer .footer-nav li a {
  color: #777;
}
footer .footer-nav li a:hover {
  color: #005b96;
}
.single-footer-widget {
  margin-bottom: 30px;
}
.single-footer-widget h6 {
  color: #000;
}
.footer-bottom {
  border-top: 1px solid #eeeeee;
  padding-top: 40px;
}
.footer-bottom .footer-text {
  color: #777;
}
.footer-bottom .footer-text i {
  color: #005b96;
}
.footer-bottom .footer-text a {
  color: #005b96;
}
.footer-bottom .footer-text a:hover {
  color: #005b96;
}
@media (max-width: 767px) {
  .footer-social {
    margin-top: 10px;
  }
}
.footer-social a {
  width: 30px;
  background: #f9f9ff;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
.footer-social a i {
  color: #777;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-social a:last-child {
  margin-right: 0;
}
.footer-social a:hover {
  background: #005b96;
}
.footer-social a:hover i {
  color: #fff;
}
.generic-header .menu-bar span {
  color: #777;
}
.generic-header nav a {
  color: #000;
}
.generic-banner {
  background: #fff;
  color: #222;
}
.about-generic-area {
  background: #fff;
}
.about-generic-area .border-top-generic {
  padding: 100px 15px;
}
.about-generic-area p {
  margin-bottom: 20px;
}
.white-bg {
  background: #fff;
}
.section-top-border {
  padding: 70px 0;
  border-top: 1px dotted #eee;
}
.elements-banner {
  color: #000 !important;
}

