/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
nav ul,
nav li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* start editing from here */
.row-reverse {
  flex-direction: row-reverse;
}
* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
:root {
  --p-color: #254972;
  --s-color: #254151;
  --m-color: #0c283d;
}

a,
button {
  text-decoration: none !important;
  outline: none !important;
}

body {
  position: relative;
  font-size: 100%;
  font-family: "Poppins", sans-serif;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  font-weight: 300;
}

.p-l {
  padding-left: 40px;
}
.p-r {
  padding-right: 40px;
}
header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.2);
  padding: 15px 0px;
  transition: all 0.4s ease-in-out;
}
header.sticky {
  top: 0px;
  padding: 25px 0px;
  background: #fff;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
}
.logo {
  font-weight: 900;
  font-size: 20px;
  z-index: 3;
  position: relative;
  height: 30px;
  transition: all 0.4s ease-in-out;
}
.logo1 {
  position: absolute;
  height: 30px;
  left: 0;
  top: 0;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.logo2 {
  position: absolute;
  height: 30px;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-menu {
}
header.sticky .logo2 {
  opacity: 1;
}
header.sticky .logo1 {
  opacity: 0;
}
ul {
  margin: 0px;
}
ul li {
  display: inline-block;
}
header ul li a {
  height: auto;
  margin: 3px;
  padding: 0px 13px;
  display: block;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
  transition: all 0.4s ease-in-out;
}
header.sticky ul li a {
  color: var(--s-color);
}
header ul li a:hover {
  color: #5c9de4 !important;
}
header.sticky ul li a:hover {
  color: #5c9de4 !important;
}
#log-a {
  padding: 10px 10px;
  background: var(--p-color);
  text-align: center;
  color: #000 !important;
  margin: 0px;
  margin-left: 30px;
  margin-top: 0px !important;
  border: 1px solid #edcc11;
  border-radius: 0px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
}
.drop {
  position: relative;
  cursor: pointer;
}
.drop-down {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: #00000090;
  margin-top: 0px;
  width: 347px;
  margin-left: -67px;
  border-radius: 0px;
  box-shadow: 0px 0px 10px 0px #dddddd90;
  transition: all 0.4s ease-in-out;
  padding: 10px 0px;
  margin-left: -100px;
}
header.sticky .drop-down {
  background: #fff !important;
}
.drop-down {
  display: block;
}
.drop-down a {
  padding: 6px 0px 6px 40px !important;
  margin: 0px;
  display: block;
  width: 100%;
  border: 0px;
  font-size: 13px;
  color: #fff !important;
  border-left: 0px solid #fff;
  transition: all 0.2s ease-in-out;
  margin: 10px 0px;
}
header.sticky .drop-down a {
  color: #000 !important;
}
.drop li a:hover {
  border-left: 4px solid #edcc11;
}
.drop:hover .drop-down {
  visibility: visible;
  opacity: 1;
}
/*------- T o g g l e -------
----------------------------------------------------------
------------------------------------------------*/
.toggle-menu {
  cursor: pointer;
  text-align: center;
  position: relative;
  display: none;
  margin-top: 10px;
}
.toggle-menu div {
  width: 20px;
  height: 1px;
  background: #fff;
  margin-bottom: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2 ease-in-out;
}
.toggle-menu div:nth-child(1) {
  margin-top: 5px;
}
.toggle-menu div:nth-child(2) {
  width: 70%;
  margin-left: auto;
}
.switch div:nth-child(2) {
  display: none !important;
}
.switch div:first-child {
  -webkit-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  position: relative;
  bottom: -3px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.switch div:nth-child(3) {
  bottom: 3px;
  position: relative;
}

.switch div {
  -webkit-transform: rotate(135deg) !important;
  -ms-transform: rotate(135deg) !important;
  transform: rotate(135deg) !important;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.arr {
  font-size: 26px;
  position: relative;
  margin-right: -12px;
  top: 0px;
  transform: rotate(-13deg);
  transition: all 0.4s ease-in-out;
  display: none;
  font-family: serif;
}
.expand {
  display: block;
}
@media (max-width: 1200px) {
  nav ul li a {
    height: auto;
    margin: 3px;
    margin-top: 11px;
    padding: 0px 5px;
    display: block;
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  header {
    top: 0px;
    background: #000 !important;
    padding: 15px 0px;
  }
  header.sticky {
    padding: 15px 0px;
  }
  .nav-menu {
    display: block;
    width: 100%;
    position: fixed;
    text-align: center;
    height: 100vh;
    top: 0px;
    padding-top: 70px;
    overflow: auto;
    right: -111%;
    min-height: 100vh;
    transition: all 0.4s ease-in-out;
    background: #000 !important;
  }
  .expand {
    display: block;
    right: 0;
  }
  .nav-menu li {
    display: block;
    width: 100%;
    margin: 40px 0px;
  }
  .nav-menu li a {
    color: #fff !important;
    margin-top: 0px;
  }
  #log-a {
    margin: 20px auto !important;
    color: #000 !important;
    max-width: 250px;
  }
  .toggle-menu {
    display: inline-block;
    float: right;
    z-index: 12;
  }
  .logo {
    margin: 0px;
  }
  .logo1 {
    opacity: 1 !important;
  }
  .logo2 {
    opacity: 0 !important;
  }

  .drop-down:hover .drop {
    visibility: hidden;
    opacity: 0;
  }
  .drop li a {
    padding: 6px 0px !important;
    border-bottom: 1px solid rgba(244, 244, 244, 0.2);
    color: #ddd !important;
  }
  .drop {
    visibility: visible;
    opacity: 1;
    padding: 0px;
    height: 0px;
    overflow: hidden;
    position: relative;
    margin-top: 0px;
    border-top: 0px;
    width: auto;
    margin-left: 0;
    border-radius: 0;
    box-shadow: none;
    transition: all 0.4s ease-in-out;
    background: transparent;
  }
  .disp .drop {
    height: auto !important;
    padding: 10px;
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
  }
  .arr {
    display: inline-block;
  }
  .disp .arr {
    transform: rotate(78deg) !important;
  }
  header.sticky nav ul li a {
    color: #fff !important;
  }
}

.p-btn {
  background: transparent;
  text-align: center;
  color: #ffffff;
  margin-top: 0px !important;
  border: 1px solid #fff;
  border-radius: 0px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  padding: 13px 30px;
  transition: 0.2s ease-in-out;
  outline: none !important;
  margin-right: 5px;
}
.p-btn-1 {
  background: var(--p-color) !important;
  color: #fff !important;
  border: 1px solid var(--p-color);
}
.p-btn-3 {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid#000;
}
.p-btn-4 {
  background: #00000000 !important;
  color: var(--p-color) !important;
  border: 1px solid var(--p-color);
}
.wrap {
  width: 85%;
  margin: 0 auto;
}
.carousel {
  height: 750px;
  background: #333;
}
.carousel-inner {
  height: 750px;
}
.carousel .inner {
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  height: 750px;
}
#carouselExampleFade img {
  position: absolute;
  width: 100%;
  min-height: 750px;
}
.carousel-inner .carousel-item > img {
  -webkit-animation: zoom 37s;
  animation: zoom 37s;
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  margin: 10px 0px;
}
.carousel-indicators {
  position: absolute;
  right: 10%;
  top: 300px;
  bottom: auto;
  left: auto;
  display: block;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
}

#carouselExampleFade .text {
  position: absolute;
  left: 7.5%;
  top: 250px;
  z-index: 5;
}
.carousel h1 {
  font-family: "Bebas Neue", cursive;
  font-size: 90px;
  line-height: 90px;
  font-weight: 900;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px;
  word-spacing: 6px;
  max-width: 600px;
}
.carousel p {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
  padding-left: 3px;
  max-width: 450px;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.7, 1.7);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-inner .item > img {
  -webkit-animation: zoom 40s;
  animation: zoom 40s;
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/* Animation delays */
.carousel-caption h3:first-child {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.carousel-caption p {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.carousel-caption button {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#myId li {
  width: auto;
  height: auto;
  border-radius: 0;
  display: inline-block;
  margin: 10px;
  font-size: 12px;
  text-align: center;
  color: #ccc;
  text-indent: 0;
  background: transparent;
}
#myId .active {
  color: #fff;
}
#myId {
  position: absolute;
  right: auto;
  left: 70px;
  top: 376px;
  bottom: auto;
  display: block;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
}

.side-socials {
  position: absolute;
  right: 10%;
  top: 300px;
  list-style-type: none;
  z-index: 4;
  text-align: center;
}
.side-socials li {
  display: block;
  color: #fff;
  margin-bottom: 10px;
}
.side-socials li a {
  display: block;
  color: #fff;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #carouselExampleFade img {
    display: none;
  }
  .cass1 {
    background: url("../img/slide1.jpg");
  }
  .cass2 {
    background: url("../img/slide2.jpg");
  }
  .cass3 {
    background: url("../img/slide3.jpg");
  }
  .cass4 {
    background: url("../img/slide4.jpg");
  }
  .cass5 {
    background: url("../img/slide5.jpeg");
  }
  .cass1,
  .cass2,
  .cass3,
  .cass4,
  .cass5 {
    background-size: cover;
    background-position: center center;
    height: 550px;
  }
  #carouselExampleFade .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 150px;
    z-index: 5;
    margin: auto;
    width: 90%;
    height: 300px;
    padding: 30px;
    border: 2px solid #fff;
    border-bottom: 0px;
  }
  .side-socials {
    display: none;
  }
  #carouselExampleFade .text::before {
    width: 165px;
  }
  .carousel h1 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 900;
  }
  #myId {
    top: 276px;
  }
  .carousel-inner,
  .carousel,
  .carousel .inner {
    height: 550px;
  }
  .carousel br {
    display: none;
  }
}
.section-three {
  padding: 100px 0px;
  width: 100%;
  overflow: hidden;
}

.section-three h1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
  position: relative;
  font-family: "Bebas Neue", cursive;
}
.section-three h2 {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 14px;
  color: #959595;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}
.section-three h3 {
  max-width: 700px;
  margin: 0 auto;
  color: var(--m-color);
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
}
.section-three h2 span {
  color: var(--p-color);
}
.section-three p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 12px;
  color: #707787;
  padding: 20px 0px;
  text-align: justify;
}
@media (max-width: 768px) {
  .section-three p {
    padding: 20px 0px;
  }
}
.section-4 {
  padding: 100px 0px;
  width: 100%;
  background: rgba(244, 244, 244, 0.6);
}
.section-4 .text {
  padding: 23px;
  min-height: 153px;
}
.section-4 h2 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  padding-bottom: 5px;
}
.section-4 p {
  font-size: 12px;
  color: #707787;
}
.section-4 .card {
  box-shadow: 0 0 12px 0 rgb(0 0 0 / 20%);
  border: 0px;
  position: relative;
  margin-top: -237px;
}
.blogs .card {
  min-height: 420px;
}
.section-4 .card .small {
  position: absolute;
  bottom: 20px;
  left: 23px;
  right: 23px;
}
@media (max-width: 768px) {
  .section-three {
    padding-bottom: 120px;
  }
  .section-4 .card {
    margin-top: 50px;
  }
  .section-4 .wrap {
    margin-top: -300px;
  }
}
.section-4 .img-hold {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.section-4 img {
  width: 100%;
  min-height: 220px;
}

.section-5 {
  width: 100%;
  overflow: hidden;
}
.section-5 .left {
  width: 50%;
  float: left;
  position: relative;
  background: url("../img/kratos-scale.jpg");
  background-size: cover;
  background-position: center center;
  height: 600px;
}
.section-5 .right {
  width: 50%;
  float: left !important;
  height: 600px;
  padding: 50px;
  padding-right: 10%;
  color: #36404c;
}
.section-5 .left-1::after {
  background-color: #18456c;
}
.section-5 .right-1 {
  padding-left: 7.5%;
  padding-right: 80px;
}
.section-5 h1 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 900;
  position: relative;
}
.section-5 h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  padding-top: 50px;
  padding-bottom: 6px;
}
.section-5 .right h1 {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.section-5 .right h1::after {
  position: absolute;
  background-color: var(--p-color);
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 30px;
}
.section-5 .text {
  padding: 50px;
  width: 350px;
  border: 2px solid #fff;
  color: #fff;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  margin-top: 100px;
}
.section-5 button {
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%) !important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 20px;
  background: #fff;
  margin-top: 20px;
  border: 0px;
}
.section-5 .play-btn {
  position: absolute;
  z-index: 3;
  color: #fff;
  left: 0;
  right: 0;
  top: 43%;
  margin: auto;
  text-align: center;
  font-size: 20px;
  border: 1px solid #fff;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
}
.section-5 p a {
  font-size: 13px;
  color: var(--p-color);
  margin-left: 14px;
}
.section-5 img {
  width: 50px;
  float: left;
  margin-right: 10px;
}
.section-5 .list-unstyled {
  padding: 30px 0px;
}
.section-5 .list-unstyled p {
  font-size: 13px;
}
@media (max-width: 768px) {
  .section-5 .left {
    width: 100%;
    float: none !important;
    height: 300px;
  }
  .section-5 .right {
    width: 100%;
    float: none !important;
    height: auto;
    padding: 50px 5%;
    color: #36404c;
  }
  .section-5 .right-1 {
    padding: 50px 5%;
  }
  .section-5 .text {
    padding: 40px;
    width: 100%;
    margin: 0 auto;
  }
  .section-5 img {
    width: 50px;
    float: left;
    margin-right: 10px;
  }
  .section-5 .list-unstyled {
    padding: 30px 0px;
  }
  .section-5 .list-unstyled .col-md-4 {
    margin: 10px 0px;
  }
  .section-5 .list-unstyled p {
    font-size: 13px;
  }
  .left-1 {
    height: auto !important;
    padding: 30px !important;
  }
}

.section-5 .left::after {
  opacity: 0.7;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.section-5 .left-1::after {
  background-color: #18456c;
}

.section-6 {
  width: 100%;
  overflow: hidden;
  padding: 70px 0px;
}
.section-6 .wrap {
  padding-bottom: 80px;
  width: 70%;
}
.section-6 img {
  width: 500px;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
.section-6 h1 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 900;
  position: relative;
}
.section-6 h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  padding-top: 50px;
  padding-bottom: 6px;
}
.section-6 h1 {
  padding-bottom: 10px;
}
.section-6 button {
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%) !important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 20px;
  background: #fff;
  margin-top: 20px;
  border: 0px;
}
.section-6 p a {
  font-size: 13px;
  color: var(--p-color);
  margin-left: 14px;
}
/*--- S E C T I O N    5 --*/
.parallax-container {
  margin-top: 0px;
  height: auto;
}
.parallax-container .inner {
  width: 100%;
  height: 100%;
  background: rgba(14, 18, 32, 0.62);
  padding: 150px 0px;
}
.parallax-container.page-para .inner {
  padding: 110px 0px;
}
.parallax-container .text {
  position: relative;
}
.parallax-container h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 900;
  z-index: 2;
  position: relative;
  display: block;
  font-family: "Bebas Neue", cursive;
  padding-top: 0px;
}
.parallax-container h2 {
  font-size: 23px;
  line-height: 33px;
  letter-spacing: -1px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 40px;
}
.parallax-container p {
  margin: 15px 0px 25px;
  font-size: 16px;
  width: 400px;
  color: #fff;
}
.parallax-container a button {
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 11px 20px;
  width: 145px;
  background: #fff;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.8;
  margin: 10px 0px;
  cursor: pointer;
}
.campaigns {
  position: relative;
}
.campaigns img {
  width: 330px;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.campaigns img:nth-child(1) {
  right: -100px;
}
.campaigns img:nth-child(2) {
  margin-top: -40px;
  right: 0px;
  z-index: 2;
}
.campaigns img:nth-child(3) {
  margin-top: -60px;
  right: -150px;
}
.campaigns img:nth-child(4) {
  width: 330px;
  top: 140px;
  position: absolute;
  right: 30px;
}
@media (max-width: 768px) {
  .parallax-container .inner {
    padding: 80px 5%;
  }
  .page-para .inner {
    padding: 10px 5%;
  }
  .parallax-container p {
    width: 100%;
  }
  .parallax-container h1 {
    font-size: 40px;
  }
  .campaigns {
    margin-top: 60px;
  }
  .campaigns img {
    width: 250px;
  }
  .campaigns img:nth-child(1) {
    right: -50px;
  }
  .campaigns img:nth-child(2) {
    margin-top: -20px;
    right: 0px;
    z-index: 2;
  }
  .campaigns img:nth-child(3) {
    margin-top: -60px;
    right: -50px;
  }
}

.fance2 {
  height: 370px;
  width: 90%;
  position: relative;
  margin-left: 10%;
}
.fance2.fance3 {
  margin-left: 0px;
  margin-right: 10%;
}
.fance2::after,
.fance2::before {
  width: 220px;
  height: 200px;
  background: var(--p-color);
  position: absolute;
  content: "";
  opacity: 0.1;
}
.fance2::after {
  top: -7px;
  right: -7px;
}
.fance2::before {
  bottom: -7px;
  left: -7px;
  border-bottom-left-radius: 50px;
}
.fance2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
  border-bottom-left-radius: 50px;
}

.blogs .wrap h1 {
  color: #000;
  font-size: 24px;
}
.blogs .img-hold {
  height: 200px;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.blogs .img-hold img {
  min-height: 200px;
}
.blogs a {
  color: #111;
}
.blogs a:hover {
  color: var(--p-color);
}
@media (max-width: 768px) {
  .blogs {
    padding: 50px 0px !important;
  }
  .blogs .wrap {
    margin-top: 0px !important;
  }
  .blogs h1 {
    text-align: center;
    font-size: 15px !important;
  }
  .blogs .wrap h1 i {
    display: none;
  }
  .blogs .col-md-2 a {
    text-align: center;
    display: block;
  }
}
footer {
  padding: 80px 0px;
  background: #0e1220;
  overflow: hidden;
  color: #fff;
}
footer h2 {
  color: #5c9de4;
  padding: 0px 0px 15px;
  font-size: 16px;
}
footer .logo p {
  font-size: 33px;
}
footer .logo img {
  width: 45px;
  position: relative;
  bottom: -6px;
}
footer ul li {
  margin-bottom: 15px;
  display: block;
  font-size: 14px;
}
footer ul li a {
  font-size: 13px;
  color: #f2f2f2;
}
footer ul li a:hover {
  color: #f2f2f2;
  opacity: 0.6;
}
footer p {
  padding-top: 10px;
  font-size: 14px;
  width: 80%;
}
footer img {
  margin-top: 20px;
}
.socials li {
  display: inline-block !important;
}
.socials {
  margin-top: 20px;
}
.socials li {
  margin-right: 5px;
}
.socials li i {
  color: #fff;
  text-align: center;
  font-size: 11px;
  height: 40px;
  width: 40px;
  border: 1px solid #ffffff50;
  line-height: 40px;
  border-radius: 50%;
}
footer form {
  width: 100%;
  position: relative;
}
footer form input {
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 10px;
  background: transparent;
  color: #fff;
  font-size: 13px;
  width: 100%;
}
footer form button {
  width: 77px;
  border: 0px;
  height: 40px;
  font-size: 12px;
  right: 1px;
  position: absolute;
  top: 1px;
}
footer .spinner-border {
  position: absolute;
  display: none;
}
.copyright {
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  margin-top: 50px;
  display: block;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 768px) {
  footer {
    padding: 40px 0px;
  }
  .socials {
    margin-bottom: 30px;
  }
}
.subscribes {
  padding: 60px 0px;
  text-align: center;
}
.subscribes h1 {
  font-size: 48px;
  font-weight: 900;
  line-height: 50px;
  padding-bottom: 15px;
  font-family: "Bebas Neue", cursive;
  position: relative;
}
.subscribes h1::after {
  position: absolute;
  background-color: var(--p-color);
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 30px;
}

/*----------------------------------------------
---------------------------------------------------------
Faqs ------------------*/

#faq {
  width: 100%;
  overflow: hidden;
  background: rgba(244, 244, 244, 0.3);
  padding: 100px 0px;
  position: relative;
}
#faq .wrap {
  padding: 40px 0px;
  width: 700px;
  margin: 0 auto;
}
#faq h1 {
  font-size: 30px;
  font-family: "Poppins";
  font-weight: 900;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  #faw .wrap {
    width: 100%;
  }
}
#faq .home-faq h2 {
  font-size: 14px;
  padding-top: 40px;
  letter-spacing: 3px;
}
#faq .home-faq h1 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 10px;
  color: #333;
}
#faq .panel {
  padding: 10px 0px;
  border-bottom: 1px solid #d4d4d4;
  font-size: 13px;
  color: #222;
  background: transparent;
}
#faq a {
  color: #333;
  text-decoration: none;
  font-size: 13px;
  display: block;
  position: relative;
}
#faq .panel-title {
  font-weight: 700;
}
#faq a span {
  position: absolute;
  right: 5px;
  top: 18%;
  font-size: 10px;
}
#faq .panel-collapse {
  padding: 15px 0px;
}

#faq .home-faq button {
  border: 1px solid #6254e7;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #3b3663;
  padding: 13px 27px 13px 27px;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
  margin-top: 40px;
  background: #f2f7fd;
}
#faq .wrap {
  width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #faq .wrap {
    width: 85%;
  }
}
#faq .home-faq button:hover {
  background: #6254e7;
  color: #fff;
}
.panel-default > .panel-heading {
  background: transparent;
}
footer .flogo {
  font-size: 40px;
  font-weight: 900;
  font-family: "Poppins";
  color: #000;
  display: block;
}
/*---- */

/*----- A B O U T  ------*/
.about-parallax {
  width: 100%;
  height: 500px;
  overflow: hidden;
  background: url("../img/about.jpg");
  background-position: center center;
  background-size: cover;
  position: relative;
}
.about-parallax h1 {
  text-align: center;
  font-size: 20px;
  padding-top: 260px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  z-index: 2;
  position: relative;
}
.about-parallax .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(14, 18, 32, 0.5);
}
.about-section {
  padding: 90px 0px;
  width: 100%;
  overflow: hidden;
}
.about-section p {
  font-size: 14px;
  white-space: pre-line;
  padding-bottom: 40px;
}
.about-section h1 {
  font-size: 33px;
  font-weight: 500;
  line-height: 38px;
  position: relative;
  font-family: "Bebas Neue", cursive;
  margin-bottom: 5px;
}
.about-section img {
  width: 100%;
}
.about-section .abt1 {
  width: 367px;
  bottom: -30px;
  position: relative;
}
.about-section .abt2 {
  position: relative;
  width: 570px;
  margin-top: -200px;
  right: -20px;
}
@media (max-width: 768px) {
  .about-section .abt2 {
    position: relative;
    width: 100%;
    margin-top: -200px;
    right: auto;
  }
  .about-section .abt1 {
    width: 229px;
    bottom: -30px;
    position: relative;
  }
}
.about-section .abt3 {
  border-radius: 4px;
  box-shadow: 0px 0px 14px 3px #ddd;
}
.our-board {
  margin-top: -6px;
  position: relative;
  padding: 90px 0px;
  text-align: center;
}
.our-board h1 {
  font-family: "Bebas Neue";
  font-size: 40px;
  font-weight: 900;
  padding-bottom: 50px;
}
.our-board h2 {
  font-weight: 700;
  padding-bottom: 3px;
}
.our-board p {
  font-size: 13px;
  color: #888;
}
.our-board img {
  height: 180px;
  width: 180px;
  border-radius: 50%;
  object-fit: cover;
}

.partners {
  padding: 50px 0px;
  background: rgba(244, 244, 244, 0.2);
  text-align: center;
}
.partners img {
  width: 180px !important;
  margin: 10px;
  filter: grayscale(0.3);
}
.partners img:hover {
  filter: grayscale(0);
}
.partners h1 {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 14px;
  padding-bottom: 40px;
}
.sm-show {
  display: none;
}
.sm-no {
  display: inline-block;
}
@media (max-width: 768px) {
  .sm-show {
    display: inline-block;
  }
  .sm-no {
    display: none;
  }
}
.our-campaigns {
  width: 100%;
  height: 750px;
  background: url("../img/campaigns.jpg");
  background-size: cover;
  overflow: hidden;
  padding-top: 130px;
}
.our-campaigns .left,
.our-campaigns .right {
  width: 50%;
}
.our-campaigns .right {
  padding: 40px 15% 0px 40px;
}
.our-campaigns img {
  width: 100%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.our-campaigns h1 {
  font-size: 30px;
  color: #fff;
  font-weight: 900;
}
.our-campaigns p {
  color: #fff;
  font-size: 16px;
  padding-top: 10px;
}
.our-campaigns button {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  color: #fff;
  padding: 8px 30px;
  margin-top: 30px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.our-campaigns .wrap {
  width: 900px;
}
@media (max-width: 928px) {
  .our-campaigns .wrap {
    width: 90%;
  }
}

.our-campaigns-one {
  width: 100%;
  padding: 80px 0px;
  overflow: hidden;
}
.our-campaigns-one .left {
  width: 50%;
}
.our-campaigns-one .right {
  width: 46%;
}
.our-campaigns-one .left {
  padding: 40px 40px 0px 15%;
}
.our-campaigns-one img {
  width: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.our-campaigns-one h1 {
  font-size: 30px;
  font-weight: 900;
}
.our-campaigns-one p {
  font-size: 16px;
  padding-top: 10px;
}
.our-campaigns-one button {
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: transparent;
  color: #000;
  padding: 8px 30px;
  margin-top: 30px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.our-campaigns-one .wrap {
  width: 900px;
}
.our-campaigns-one ul {
  padding: 10px 15px;
}
.our-campaigns-one ul li {
  list-style: disc;
}

.our-campaigns-one h2,
.campaigns h2 {
  font-size: 120px;
  position: absolute;
  font-weight: 900;
  opacity: 0.02;
  left: 0;
  width: 400px;
  line-height: 129px;
}

@media (max-width: 968px) {
  .our-campaigns-one {
    height: auto;
    padding: 0px;
  }
  .our-campaigns {
    height: auto;
  }
  .our-campaigns .left,
  .our-campaigns .right,
  .our-campaigns-one .left,
  .our-campaigns-one .right {
    width: 100%;
    float: none;
  }
  .our-campaigns-one .left {
    padding: 80px 10% !important;
  }
  .our-campaigns .left {
    text-align: center;
  }
  .our-campaigns .left img {
    width: 80%;
  }
  .our-campaigns .right {
    padding: 0px 10% 95px 10%;
  }
  .our-campaigns-one h2,
  .campaigns h2 {
    font-size: 77px;
    line-height: 80px;
  }
  .camp-img {
    bottom: -7px;
    position: relative;
  }
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.share {
  margin: 0px;
  list-style: none;
}
.share li {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
  background: #fff;
  border: 1px solid #f2f2f2;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 2px;
}
#article {
  padding: 30px 0px;
}
.more-wrap {
  width: 100%;
  padding: 40px 0px 70px 0px;
  overflow: hidden;
  border-top: 1px solid #f2f2f2;
}
.more-img {
  width: 100%;
  height: 180px;
  overflow: hidden;
  border-radius: 10px;
  border-radius: 10px;
}
.more-wrap img {
  width: 100%;
  min-height: 180px;
}
.more-wrap h1 {
  font-size: 25px;
  font-family: "Bebas Neue";
  color: #000;
  padding-bottom: 30px;
}
.more-wrap h1 a {
  font-size: 25px;
  color: #000;
  padding-bottom: 30px;
}
.more-wrap h1 i {
  font-weight: 900;
  color: #000;
  font-style: normal;
}
.more h2 {
  color: #000;
  font-weight: 600;
  font-size: 13px;
  line-height: 19px;
  padding: 10px 0px;
}
.more p {
  color: #000;
  font-size: 12px;
  margin: 0px;
  padding: 3px 0px;
}
.more h3 {
  color: #888;
  font-size: 14px;
}
.more {
  margin-bottom: 40px;
}
.more a {
  color: var(--p-color);
}
#loadMore {
  background: transparent;
  border: 2px solid #f3f3f3;
  padding: 15px 30px;
  color: #555;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
#loadMore:hover {
  border: 2px solid rgba(249, 176, 62, 0.3);
}

.blog-wrap {
  padding: 100px 0px;
}
.blog-wrap h1 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: -1px;
}
.blog-wrap p {
  font-size: 12px;
  letter-spacing: 1px;
  color: #254151;
  margin: 8px 0px 8px;
}
.blog-wrap img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.blog-wrap h2 {
  font-size: 20px;
}

.box-container {
  padding: 60px 0px;
  width: 100%;
}
.box-container .wrap h1 {
  font-size: 40px;
  line-height: 45px;
  margin: 5px 0px;
  font-weight: 500;
  padding-bottom: 10px;
  text-align: center;
  font-family: "Bebas Neue", cursive;
}
@media (max-width: 768px) {
  .box-container .wrap h1 {
    margin-bottom: 25px;
    padding-bottom: 0px;
    line-height: 0;
    padding-top: 0px;
  }
}
.box-container .wrap p {
  white-space: pre-line;
}
.box-container img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.box-container .box-top p {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
  color: #959595;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}
@media (max-width: 768px) {
  .box-container .box-top p {
    width: 80%;
  }
}
.box-container .col-md-4 {
  margin: 20px 0px;
}
.box-container .z-well {
  background: #fff;
  position: relative;
  text-align: center;
  height: 400px;
  transition: 0.4s ease-in-out;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0px 0px 25px 0px #dddddd50;
  margin: 25px 0px;
}
.box-container .z-well .p-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -120px;
  margin: auto;
  width: 150px;
  transition: all 0.5s ease-in-out;
}
.box-container .z-well:hover .p-btn {
  bottom: 20px;
}
.box-container .z-well.active,
.box-container .z-well:hover {
  background: #ffb4001a;
}
.box-container .z-well.active:hover {
  background: #fff;
}
.box-container .z-well p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  padding: 0px 20px;
}
.box-container .z-well h4 {
  font-size: 20px;
  line-height: 25px;
  margin: 7px 0px 7px 0px;
  font-weight: 500;
  padding: 0px 20px;
}

.h-long {
  height: 500px;
}
@media (max-width: 768px) {
  .h-long {
    height: 300px;
  }
  .fance2 {
    height: 370px;
    width: 100%;
    position: relative;
    margin: 0px;
    margin-bottom: 30px;
  }
  .parallax-container h2 {
    font-size: 22px;
    line-height: 29px;
  }
  .p-l {
    padding-left: 0px;
  }
  .p-r {
    padding-right: 0px;
  }
}

ol {
  list-style: auto;
}
strong {
  font-weight: 600;
}
.blog-post {
  margin-bottom: 40px;
}
.blog-wrap h4{
      color: var(--m-color);
    font-weight: 450;
}