/*
Theme Name: CEP
Author: Viki Team
Author URI: http://www.vikitheme.com
Version: 1.0.0
Description: A Beautiful, Professional and Multipurpose Theme Made by Viki Team
 	
*/
/* ---------------------------------------------------
    CSS CUSTOM AREA 
-------------------------------------------------- */

body {
  /* font-family: 'Mulish', sans-serif;     */
  font-family: "Montserrat Alternates", sans-serif;
}

.vk-home-slider-item .vk-inner-content {
  background: rgba(0, 0, 0, 0.1);
}

.pt-120 {
  padding-top: 120px;
}

.bg-gray {
  background-color: #2fcfcf;
}

.vk-grid-style-item .vk-image:after {
  z-index: 0;
}

.eight h1 {
  text-align: center;

  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 1px;

  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 11px 0;
  grid-gap: 22px;
}

.eight h1:after,
.eight h1:before {
  content: " ";
  display: block;
  border-bottom: 2px solid #05093e;
  background-color: transparent;
}

.vk-heading-line.inverse .line-top:after,
.vk-heading-line.inverse .line-top:before,
.vk-heading-line.inverse .line-bottom:after,
.vk-heading-line.inverse .line-bottom:before {
  background-color: #05093e;
}

.vk-heading-line .line-top:after,
.vk-heading-line .line-top:before,
.vk-heading-line .line-bottom:after,
.vk-heading-line .line-bottom:before {
  height: 2px;
}

@media (min-width: 992px) {
  .vk-navbar-nav {
    float: right;
  }
}

@media (min-width: 768px) {
  .sticky {
    -webkit-box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
    background: #fff;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
  }
}

/* ===============================  header video ===================================== */

header,
section {
  display: block;
}

video {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

.header-video {
  position: relative;
  background-color: black;
  height: 65vh;
  /*min-height: 25rem;*/
  width: 100%;
  overflow: hidden;
}

.header-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.header-video .container {
  position: relative;
  z-index: 2;
}

.header-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

.video-caption {
  font-family: "Josefin Sans", sans-serif;
  font-size: 72px;
  color: #ffffff;
  line-height: 72px;
}

.mobile-video-sec {
  display: none;
}

@media (max-width: 900px) {
  .header-video {
    display: none;
  }
  .mobile-video-sec {
    display: block;
  }
}

@media (max-width: 767px) {
  .footer-contact {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .mob-pad {
    padding: 300px 0px;
  }

  .video-caption {
    font-size: 25px;
    line-height: 22px;
  }

  .abt-logo {
    max-width: 250px;
  }
}

/* ===================================== End Header - video    =================================== */

/* ----------------------------------------------------------------
     [ 06 Process ]
-----------------------------------------------------------------*/

[data-overlay-color].process .icon {
  color: #fff !important;
}

.process .item {
  position: relative;
  z-index: 4;
}
.process .item img {
  position: absolute;
  width: 70%;
  right: -40%;
  top: 15px;
  opacity: 0.5;
}
.process .item img.tobotm {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.process .item.odd {
  margin-top: 50px;
}
.process .item .cont {
  padding: 50px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.process .item .cont:hover {
  background-color: #05093e;
  color: #fff;
}

.process .item .cont:hover p,
.process .item .cont:hover h6 {
  color: #fff;
}

.process .item .cont:hover h3 {
  color: #fff;
  opacity: 0.2;
}

.process .item .icon {
  display: inline-block;
  color: #fff;
  font-size: 30px;
  width: 80px;
  height: 80px;
  line-height: 85px;
  border-radius: 50%;
  border: 1px dashed #eee;
  margin-bottom: 30px;
}
.process .item h3 {
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  color: #777;
  font-size: 50px;
  font-weight: bold;
  opacity: 0.1;
  z-index: -1;
}
.process .item h6 {
  color: #05093e;
  font-size: 16px;
  margin-bottom: 15px;
}
.process .item p {
  font-size: 16px;
  color: #05093e;
}

@media screen and (max-width: 991px) {
  .process .item img {
    display: none;
  }

  .process .item.odd {
    margin-top: 0;
  }
}

[data-overlay-dark="7"]:before,
[data-overlay-color="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.6 !important;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.section-head {
  margin-bottom: 80px;
  text-align: center;
}
.section-head h4 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}
.section-head h4 span {
  font-weight: 300;
}

[data-overlay-color] .section-head p {
  color: #ccc;
}

.section-padding {
  padding: 120px 0;
  margin-bottom: 120px;
}
/* ---------------------------------------------------------------- 
     [ End Process ] 
 ---------------------------------------------------------------- */

.background-clr {
  background-color: #2fcfcf;
}

.vk-navbar-nav {
  color: #05093e !important;
}

.vk-text-color-yellow-1 {
  color: #2fcfcf !important;
}

.vk-grid-style-item .vk-image:after {
  border: 10px solid #2fcfcf;
}

.bg-clr-h4 {
  background-color: #2fcfcf !important;
  color: #05093e !important;
  padding: 10px !important;
}

.bg-clr-products {
  background-color: #05093e !important;
  font-size: 30px !important;
  padding: 10px !important;
  color: #2fcfcf !important;
}

.vk-heading-line:before {
  border: solid 2px #fff;
}

.vk-heading-style-3 {
  color: #05093e;
}

.vk-heading-style-3 .vk-line {
  background-color: #05093e !important;
}

.vk-img-frame h1 {
  color: #05093e !important;
  font-weight: bold;
}

#scrollUp {
  background-color: #05093e !important;
  opacity: 1.5;
  border: 1px solid #fff;
}

.bg-clr-foot {
  background-color: #05093e !important;
  background-image: none !important;
}

.vk-list-tag.inverse a {
  background-color: #2fcfcf !important;
  color: #05093e;
}

.mar-bot-120 {
  margin-bottom: 120px !important;
}

.mar-bot-5 {
  margin-bottom: 5px !important;
}

.mar-bot-30 {
  margin-bottom: 30px !important;
}

.mar-bot-15 {
  margin-bottom: 15px !important;
}

a:hover,
a:focus {
  color: #fff !important;
}

.royal-blue {
  color: #05093e !important;
}

.bg-royal-blue {
  background-color: #05093e !important;
}

.bg-clr-burnout {
  background-color: #2fcfcf !important;
  font-size: 30px !important;
  padding: 10px !important;
  color: #05093e !important;
}

.bg-royal-blue .vk-heading-style-3 {
  color: #2fcfcf;
}

.bg-royal-blue .vk-heading-style-3 .vk-line {
  background-color: #2fcfcf !important;
}

.bg-royal-blue .vk-heading-line.inverse .line-top:after,
.bg-royal-blue .vk-heading-line.inverse .line-top:before,
.bg-royal-blue .vk-heading-line.inverse .line-bottom:after,
.bg-royal-blue .vk-heading-line.inverse .line-bottom:before {
  background-color: #2fcfcf;
}

.bg-royal-blue .eight h1:after,
.bg-royal-blue .eight h1:before {
  content: " ";
  display: block;
  border-bottom: 2px solid #2fcfcf;
  background-color: transparent;
}

.bg-royal-blue .vk-img-frame h1 {
  color: #2fcfcf !important;
  font-weight: bold;
}

.bg-gray .table-bordered > thead > tr > th,
.bg-gray .table-bordered > tbody > tr > th,
.bg-gray .table-bordered > tfoot > tr > th,
.bg-gray .table-bordered > thead > tr > td,
.bg-gray .table-bordered > tbody > tr > td,
.bg-gray .table-bordered > tfoot > tr > td {
  border: 1px solid #fff !important;
  background: #05093e;
  color: #fff;
}

::selection {
  background-color: #2fcfcf !important;
}

.clr-white {
  color: #fff !important;
}

.vk-contact-item .vk-title {
  color: #05093e;
}

.vk-contact-item .vk-icon {
  color: #2fcfcf;
}

.vk-grid-style-item .vk-text-strong {
  font-weight: 100 !important;
}

.sky-blue {
  color: #2fcfcf !important;
}

body {
  font-size: 16px !important;
  color: #05093e !important;
}

@media (min-width: 1200px) {
  .vk-nav > li > a {
    padding: 10px 15px !important;
  }
}

.vk-contact-info a:hover,
.vk-contact-info a:focus {
  color: #05093e !important;
}

#scrollUp:hover {
  color: #2fcfcf !important;
}

h1 {
  color: #05093e !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.our-comp {
  color: #fff !important;
  font-size: 15px !important;
}
